header .main-nav nav ul li {
  height: auto !important;
}
.btn.head {
  padding: 0 14px;
}
.btn {
  height: 37px;
  font-size: 14px !important;
  padding: 0 14px !important;
  height: 2.5rem;
  font-size: 1rem !important;
}
.header__circle {
  height: 37px;
  width: 37px;
  font-size: 1rem;
  width: 2.5rem;
  height: 2.5rem;
}
.fsect {
  height: 30rem;
  padding-top: 60px;
}
.fsect .container {
  position: relative;
}
.fsect .container .mainimg_sel {
  position: absolute;
  right: 8rem;
  top: -80px;
  max-width: 40%;
}
.fsect h1 {
  margin-bottom: 20px !important;
  font-size: 3.4rem;
  line-height: 4.2rem;
}
.fsect .header__desc {
  margin-bottom: 30px;
  font-size: 1.7rem;
}
.fsect .header__desc span {
  color: #E30614;
  text-decoration: none;
}
.section_naprv {
  margin-top: 10rem;
}
.section_title {
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 3rem;
  /* or 117% */
  display: flex;
  align-items: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #000000;
}
.section_subtitle {
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.4rem;
  /* identical to box height, or 130% */
  text-transform: uppercase;
  color: #000000;
}
.btn.services {
  background-color: #E30614 !important;
  margin-right: 1rem;
}
.service_btns_wrap {
  display: flex;
}
.service_btns_wrap .header__circle {
  border-color: #E30614;
}
.service_btns_wrap .header__circle i {
  color: #E30614;
}
.doc__price .price {
  font-size: 2.5rem;
}
.doc__price .price span {
  font-size: 1.5rem;
}
.naprv_items {
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
}
.naprv_items .naprv_item {
  width: 22%;
  height: 24rem;
  background: #0C6C8C;
  box-shadow: 4px 4px 9px rgba(82, 82, 82, 0.21);
  border-radius: 0px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 15px;
  position: relative;
  transition: all 0.3s;
  border: 2px solid transparent;
  text-decoration: none;
}
.naprv_items .naprv_item p {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.3rem;
  /* or 147% */
  margin-top: 15px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
}
.naprv_items .naprv_item:hover {
  background: #fff;
  border-color: #0C6C8C;
  cursor: pointer;
}
.naprv_items .naprv_item:hover * {
  color: #000;
}
.naprv_items .naprv_item_title {
  font-size: 1.2rem;
  line-height: 1.4rem;
  /* identical to box height, or 139% */
  font-weight: 600;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
.naprv_items .naprv_numb {
  position: absolute;
  left: 20px;
  bottom: 25px;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2rem;
  /* or 117% */
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
.naprv_items .naprv_more {
  display: flex;
  align-items: center;
  position: absolute;
  right: 15px;
  bottom: 25px;
}
.naprv_items .naprv_more span {
  margin-right: 10px;
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1.3rem;
  /* or 179% */
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
.pills {
  margin-top: 2rem;
}
.section__light {
  border-radius: 0 !important;
  padding: 5rem 0;
}
.section__light .section__desc {
  margin-top: 2rem;
}
.section__light_content {
  display: flex;
  justify-content: space-between;
}
.section__light_content .section__light_content_img img {
  max-width: 35rem;
  border-radius: 30px;
}
.new_footer {
  margin-top: 400px;
  padding: 0 !important;
  background: transparent;
  width: 100%;
  position: relative;
  padding-bottom: 120px;
}
.new_footer .logo {
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: center;
  z-index: 999;
  color: #000;
  font-size: 1.2rem;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  font-size: 1.6rem;
}
.new_footer .logo img {
  width: 4rem;
  margin-right: 0.5rem;
}
.new_footer .footer_title {
  font-style: normal;
  font-weight: 500;
  font-size: 4rem;
  line-height: 4.8rem;
  /* or 133% */
  /* Dark */
  color: #0A142F;
}
.new_footer .container {
  position: relative;
  padding-top: 6rem;
}
.new_footer .footer_bg_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  overflow: hidden;
}
.new_footer .footer_bg {
  width: 100%;
}
.new_footer_content {
  display: flex;
}
.footer_img_wrap {
  margin-left: 10rem;
  top: -15rem;
  position: relative;
  max-width: 30rem;
}
.footer_img_wrap img {
  max-width: 100%;
}
.footer_img_wrap .img_abs {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  transition: all 0.3s;
}
.blink {
  animation: blinker 2s infinite cubic-bezier(0.1, 0.7, 1, 0.1);
  animation-direction: alternate;
  animation-delay: 0.2s;
}
.blink2 {
  animation: blinker 2s infinite cubic-bezier(0.1, 0.7, 1, 0.1);
  animation-direction: alternate;
  animation-delay: -0.2s;
}
@keyframes blinker {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  to {
    opacity: 0;
  }
}
.new_footer_content_inf {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer_img_img:hover {
  transform: rotate(1deg);
  cursor: pointer;
}
.footer_btn {
  background: #E30614;
  border-radius: 50.7083px;
  padding: 1rem 4rem;
  margin-top: 40px;
  font-weight: 700;
  display: inline-flex;
  letter-spacing: 1px;
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
  cursor: pointer;
}
.footer_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  transform: translateY(-60px);
}
.footer_bottom_contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer_bottom_contacts span {
  font-size: 1rem;
}
.footer_bottom_twitter {
  width: 2.2rem;
  border-radius: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 2.2rem;
  border: 1px solid #333;
}
.doc__desc p {
  color: #000;
}
.garant_wrap {
  margin-top: 5rem;
}
.garant_triggers {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 4rem;
}
.garant_triggers .garant_trigger {
  font-size: 0.7rem;
  height: 2rem;
  border: 1px solid #1FA4E1;
  border-radius: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
  margin: 0 0.8rem;
  cursor: pointer;
  opacity: 0.5;
}
.garant_triggers .garant_trigger.act {
  opacity: 1;
}
.garant_triggers .garant_trigger:nth-child(2) {
  border: 1px solid #E30614;
}
.doc__img {
  border-radius: 0 !important;
}
.photo_otzivi_wrap {
  width: 100%;
}
.photo_otzivi_wrap .photo_otziv {
  width: 100%;
  margin-bottom: 2.5rem;
  background: #E5EBF2;
  border-radius: 30px;
  padding: 1.5rem;
  display: flex;
  align-items: flex-start;
}
.photo_otzivi_wrap .photo_otziv:nth-child(2n) {
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: transparent;
}
.photo_otzivi_wrap .photo_otziv .photo_otziv_info {
  display: flex;
  flex-direction: column;
}
.photo_otzivi_wrap .photo_otziv .otziv_city {
  font-size: 1rem;
  color: #8E8E8E;
}
.photo_otzivi_wrap .photo_otziv .otziv_name {
  color: #000000;
  font-size: 1.4rem;
}
.photo_otzivi_wrap .photo_otziv img {
  margin-right: 1.5rem;
  max-width: 12rem;
}
.photo_otzivi_wrap .photo_otziv p {
  color: #000000;
  font-size: 1rem;
  margin-bottom: 2rem;
}
.video_otzivi_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.video_otzivi_wrap .video_otziv {
  width: 25rem;
}
.video_otzivi_wrap .video_otziv img {
  width: 100%;
}
.hide {
    display: none;
}
.work__block .header__desc span {
  color: #fe2923 ;
  text-decoration: none;
}
.work__block .btn {
  margin-bottom: 0;
}
.work__block .header__flex {
  align-items: center;
}
.contacts_head {
  display: flex;
  align-items: center;
}
.contacts_head .section__title.main {
  width: auto;
  padding: 0 !important;
}
.contacts_head .cotacts__link {
  margin-bottom: 0;
}
.contacts_head > * {
  margin-right: 5rem;
}
@media screen and (max-width: 770px) {
  .mainimg_sel {
    display: none;
  }
  .naprv_items {
    flex-wrap: wrap;
  }
  .naprv_items .naprv_item {
    width: 49%;
    margin-bottom: 1rem;
  }
  .section_naprv {
    margin-top: 5rem;
  }
  .section__light_content {
    flex-wrap: wrap;
  }
  .section__light_content .section__light_content_img img {
    max-width: 100%;
  }
  .footer_title {
    font-size: 2rem !important;
    line-height: 150% !important;
    width: 100%;
    text-align: center;
  }
  .new_footer {
    margin-top: 100px;
    height: 600px;
    background: #e6f3ff;
  }
  .footer_bottom {
    transform: none;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .footer_bottom .footer_bottom_contacts {
    align-items: center;
  }
  .footer_bottom > * {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .footer_btn {
    width: 100%;
    justify-content: center;
  }
  .new_footer_content_inf {
    width: 100%;
    text-align: center;
  }
  .footer_img_wrap {
    display: none;
  }
  .doc__price {
    flex-direction: column;
    align-items: flex-start;
  }
  .price {
    margin-bottom: 1rem;
  }
  .photo_otziv {
    flex-direction: column;
  }
  .photo_otziv img {
    width: 100%;
    max-width: 100% !important;
    margin-bottom: 1rem;
  }
  .video_otziv {
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .fsect h1 {
    font-size: 2rem;
    line-height: 150%;
  }
  .fsect .header__desc {
    font-size: 1rem;
  }
  .section_title {
    font-size: 1.4rem;
    line-height: 150%;
    margin-bottom: 10px;
  }
  .section_subtitle {
    font-size: 1rem;
  }
  .naprv_items .naprv_item_title {
    font-size: 0.9rem;
    line-height: 150%;
  }
  .naprv_items .naprv_item p {
    font-size: 0.8rem;
  }
  .naprv_item {
    width: 100% !important;
    height: auto !important;
    padding-bottom: 80px !important;
  }
  .naprv_numb {
    font-size: 1.5rem;
    line-height: 100%;
  }
}
