.price_block_id,
.price_item_id {
  display: none;
}

.page-container-block {
  max-width: 1190px;
  margin: auto;
}

.page-container-title {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 42px;
  text-transform: uppercase;
  color: #171719;
  padding-top: 12px;
  margin-bottom: 18px;
}

.service-category-img {
  width: 390px;
  float: left;
  margin-right: 27px;
  margin-bottom: 15px;
}

.service-category-block,
.service-category-block p,
.service-category-block p span {
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 24px !important;
  text-align: justify !important;
  color: #000 !important;
  margin-bottom: 25px;
}

.service-category-block h1 {
  font-size: 47px;
  line-height: 58px;
  font-weight: 600;
}

.service-category-block h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
  color: #171719;
  display: initial;

}

.service-category-block h1 span {
  font-size: 47px;
  line-height: 58px;
  font-weight: 600 !important;
}

.service-category-block h2 span {
  font-style: normal;
  font-weight: 600 !important;
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
  color: #171719;
  display: block;
  margin-bottom: 13px;

}

.service-category-block h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  color: #171719;
}

.service-category-block h3 span {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  color: #171719;
}

.service-category-block li,
.service-category-block li span {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: justify;
  color: #000;
  position: relative;
  margin-left: 20px;
}

.service-category-block ul {
  padding-left: 24px;
  margin-bottom: 12px;
}

.service-category-block ol {
  padding-left: 24px;
  counter-reset: item;
  margin-bottom: 10px;
}

.service-category-block ol li::before {
    margin-right: 5px;
    content: counter(item) ". ";
    counter-increment: item;
}


    /**/
.prices-item {
  background: #005aa5;
  height: 49px;
  padding-left: 55px;
  padding-right: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  min-height: 49px;
}
.prices-item:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
  background-image: url(/images/prices-img.svg);
  height: 100%;
  width: 37px;
  background-repeat: no-repeat;
}
.prices-item.active:before {
  background-image: url(/images/prices-img-active.svg);
}
/* .prices-item{
	height: 49px;
	background: #FBFBFB;
	padding-left: 37px;
	padding-right: 12px;
	display: flex;
	align-items: center;
	justify-content: space-between;
} */
.prices-item.active .prices-item-title {
  color: #d1e9ff;
}
.prices-item.active .prices-arrow-img {
  transform: rotate(180deg);
}


.prices-item-title {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px; /* 175% */
  text-transform: uppercase;
}
/* .prices-item-title{
	color: #005AA5;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 42px;
	text-transform: uppercase;
} */

.prices-arrow-img {
  background-image: url(/images/prices-arrow-img.svg);
  background-repeat: no-repeat;
  background-position: top;
  cursor: pointer;
  background-size: contain;
  height: 16px;
  width: 52px;
}

.prices-block {
  margin-top: 32px;
}

.prices-info-item {
  border-bottom: 1px solid #e6f1f9;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding-left: 55px;
}
/* .prices-info-item{
	border-bottom: 1px solid #E6F1F9;
	height: 49px;
	display: flex;
	align-items: center;
	justify-content: space-between;
} */
.prices-info-num {
  color: #065ea7;
  text-align: right;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 75% */
}
.prices-info-txt {
  color: #065ea7;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 85.714% */
}
/* .prices-info-num{
	color: #97C8EC;
	font-size: 21px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	width: 135px;
	display: flex;
	justify-content: center;
}

.prices-info-txt{
	color: #065EA7;
	font-size: 21px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	padding-left: 38px;
} */

.prices-info {
  display: none;
}

div.prices-block-item:nth-child(1) .prices-info {
  display: block;
}

.prices-info-price {
  color: #065ea7;
  text-align: right;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  padding-right: 15px;
}

.prices-info-sign {
  width: 122px;
  height: 36px;
  padding: 6px 0px;
  border-radius: 100px;
  background: #005aa5;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  cursor: pointer;
  display: none;
}

.prices-info-block {
  width: 172px;
  padding-left: 33px;
}

.prices-info-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.prices-info-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.prices-info-sign:hover {
  background: #286eb9;
}

.prices-block-item {
  margin-bottom: 5px;
  cursor: pointer;
}

.prices-block-item:hover .prices-arrow-img,
.prices-block-item:hover .prices-item-title {
  opacity: 0.7;
}

.prices-info-item:hover {
  background: rgba(209, 233, 255, 0.8);
}

.prices-info-item:hover .prices-info-num {
  color: #1e91cd;
}

.prices-info-item:hover .prices-info-sign {
  display: block;
}

.service-category-block ol li::marker, .service-category-block ul li::marker {
    content: none;
}


.service-category-block ol, .service-category-block ul {
    list-style: none;
}

.service-category-block ul li span::before,.service-category-block ol li span::before{
	content: " ";
	width: 14px;
	height: 14px;
	background: #4A99D4;
	border-radius: 50%;
	position: absolute;
	left: -23px;
	top: 6px;
}

@media screen and (min-width: 901px){
	.service-category-block ul li:before,.service-category-block ol li:before{
	    top: 10px;

	}
}



/*.service-category-block ul li::marker {*/
/*    content: url('/images/Rectangle345951.svg')  !important; */
/*}*/


.service-category-block a {
  text-decoration: underline;
  color: #005aa5;
  text-decoration: none;
}

.service-category-block a span {
  text-decoration: underline;
  color: #005aa5;
}

.service-category-block p.service_el_2 {
  height: 100%;
  background: rgba(209, 233, 255, 0.8);
  padding: 15px;
  padding-left: 223px;
  position: relative;
  font-size: 15px !important;
  min-height: 109px;
  line-height: 18px !important;
  clear: both;
}

.service-category-block p.service_el_2 span {
  font-size: 15px !important;
  line-height: 16px !important;
}

/*.service-category-block p.service_el_2 span{
	font-style: normal !important;
	font-size: 16px !important;
	line-height: 24px !important;
}*/

.service_el_2:before {
  content: " ";
  width: 192px;
  height: 109px;
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url(/images/polygon_5.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.service_el_2:after {
  content: " ";
  width: 120px;
  height: 100%;
  position: absolute;
  left: 32px;
  top: 0;
  background-image: url(/images/group_4896.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.service-category-block p.service_el_1 {
  height: 100%;
  padding: 15px;
  padding-left: 170px;
  position: relative;
  border: 1px dashed #ff3a44;
  font-size: 15px !important;
  min-height: 109px;
  line-height: 18px !important;
  clear: both;
  margin-top: 25px;
  margin-bottom: 44px;
}

.service-category-block p.service_el_1 span {
  font-size: 15px !important;
  line-height: 16px !important;
}

.service_el_1 strong {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #ff3a44;
}

.service_el_1:before {
  content: " ";
  width: 192px;
  height: 109px;
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url(/images/polygon_6.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.service_el_1:after {
  content: " ";
  width: 62px;
  height: 62px;
  position: absolute;
  left: 32px;
  top: 24px;
  background-image: url(/images/group_489645.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.service_el_2 strong {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #005aa5;
}

.prices-block-item {
  display: none;
}

.prices-info-item {
  display: none;
}

.price_show-block {
  display: block !important;
}

.price_show-item {
  display: flex !important;
}

.expert-container-title::before {
  content: " ";
  background-image: url(/images/line-img-doctor.svg);
  background-repeat: no-repeat;
  background-position: top;
  cursor: pointer;
  background-size: contain;
  height: 1px;
  width: 100px;
  position: absolute;
  bottom: -24px;
  left: 0px;
}
.treating-block-item {
  display: none;
}
.treating_show-item {
  display: block !important;
}
.treating-container-blocks {
  margin-top: 27px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-items: center;
  gap: 15px;
}
.treating-block {
  padding: 10px 20px 0;
}
.treating-block a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  justify-content: center;
  text-decoration: none;
}
.treating-block-text {
  color: #359cbc;
  text-align: center;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-transform: uppercase;
}
.treating-block-img {
  background-repeat: no-repeat;
  background-position: center;
  width: 110px;
  height: 110px;
  background-size: cover;
  overflow: hidden;
  transition: 1s;
}
.treating-link {
  margin: 60px auto;
  width: 323px;
}
.treating-link-text {
  display: flex;
  gap: 22px;
  align-items: center;
  justify-content: center;
  color: #359cbc;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
  text-transform: uppercase;
  border-radius: 40px;
  border: 1px solid #d7d0cd;
  width: 323px;
  padding: 2px 0;
}
.treating-img-1 {
  background-image: url(/images/PROTRUZIYa.png);
}

.treating-img-2 {
  background-image: url(/images/MIZhKhREBTsEVA-GRIZhA.png);
}

.treating-img-3 {
  background-image: url(/images/pyatkova-shpora.png);
}

.treating-img-4 {
  background-image: url(/images/IShIAS.png);
}

.treating-img-5 {
  background-image: url(/images/RADIKULIT.png);
}

.treating-img-6 {
  background-image: url(/images/BIL-U-SPINI.png);
}

.treating-img-7 {
  background-image: url(/images/SINDROM-KOMPRESII-KhREBETNOI-ARTERII.png);
}
.treating-img-8 {
  background-image: url(/images/BIL-U-GRUDNOMU-VIDDILI.png);
}

.treating-img-9 {
  background-image: url(/images/BIL-U-POPEREKU.png);
}

.treating-img-10 {
  background-image: url(/images/OSTEOKhONDROZ.png);
}
.treating-img-11 {
  background-image: url(/images/BIL-U-ShII.png);
}
.treating-img-12 {
  background-image: url(/images/GOLOVNI-BOLI.png);
}
.treating-img-13 {
  background-image: url(/images/BIL-U-PLEChI.png);
}
.treating-img-14 {
  background-image: url(/images/ZAPAMOROChENNYa.png);
}
.treating-img-15 {
  background-image: url(/images/BIL-U-KOLINI.png);
}
.treating-img-16 {
  background-image: url(/images/SKOLIOZ.png);
}
.treating-img-17 {
  background-image: url(/images/REVMATOIDNII-ARTRIT.png);
}
.treating-img-18 {
  background-image: url(/images/KhVOROBA-BEKhTEREVA.png);
}
.treating-img-19 {
  background-image: url(/images/MIALGIYa.png);
}
.treating-img-20 {
  background-image: url(/images/PLOSKOSTOPIST.png);
}
.treating-img-21 {
  background-image: url(/images/NEVRALGIYa-TRIIChASTOGO-NERVA.png);
}
.treating-img-22 {
  background-image: url(/images/MIZhREBERNA-NEVRALGIYa.png);
}
.treating-img-23 {
  background-image: url(/images/LYuMBAGO.png);
}
.treating-img-24 {
  background-image: url(/images/ARTRIT.png);
}
.treating-img-25 {
  background-image: url(/images/ARTROZ-SUGLOBIV.png);
}
.treating-img-26 {
  background-image: url(/images/OSTEOPOROZ.png);
}
.treating-img-27 {
  background-image: url(/images/AKhILLOBURSIT.png);
}
.treating-img-28 {
  background-image: url(/images/ARTROZ-KULShOVIKh-SUGLOBIV.png);
}
.treating-img-29 {
  background-image: url(/images/ARTROZ-kolen-SUGLOBIV.png);
}
.treating-img-30 {
  background-image: url(/images/EPIKONDILIT.png);
}
.treating-img-31 {
  background-image: url(/images/ZAPALENNYa-AKhILLOVOGO-SUKhOZhILLYa.png);
}
.treating-img-32 {
  background-image: url(/images/TUNELNII-KARPALNII-SINDROM.png);
}
.treating-img-33 {
  background-image: url(/images/IMPINGMENT-SYNDROME.png);
}
.treating-img-34 {
  background-image: url(/images/PLEChOLOPATKOVII-PERIARTRIT.png);
}
.treating-img-35 {
  background-image: url(/images/STENOZ-KhREBETNOGO-KANALU2.png);
}
.treating-img-36 {
  background-image: url(/images/BIL_U_TAZOSTEGNOVOMU_SUGLOBI.png);
}
.treating-img-37 {
  background-image: url(/images/POShKODZhENNYa-ZVYaZOK-KOLINA.png);
}
.treating-img-38 {
  background-image: url(/images/SINDROM-ROTATORNO-MANZhETI.png);
}
.treating-img-39 {
  background-image: url(/images/ostioartroz.png);
}
.treating-img-40 {
  background-image: url(/images/ADGEZIVNII-KAPSULIT.png);
}
.treating-img-41 {
  background-image: url(/images/PLEKSIT.png);
}
.treating-img-42 {
  background-image: url(/images/NEVRIT.png);
}
.treating-img-43 {
  background-image: url(/images/TENDINIT.png);
}
.treating-img-44 {
  background-image: url(/images/BIL-U-KUPRIKU.png);
}
.treating-img-45 {
  background-image: url(/images/KONTRAKTURA-DYuPYuITRENA.png);
}
.treating-img-46 {
  background-image: url(/images/KhVOROBA-DE-KERVENA.png);
}
.treating-img-47 {
  background-image: url(/images/TUNELNII-TARZALNII-SINDROM.png);
}

.treating_block_id {
  display: none;
}
.treatment-img-1 {
  background-image: url(/images/LIKUVALNO-MEDIKAMENTOZNI-BLOKADI.png);
}
.treatment-img-2 {
  background-image: url(/images/LIKUVALNIJ-MASAZh.png);
}
.treatment-img-3 {
  background-image: url(/images/GOLKOREFLEKSOTERAPIYa.png);
}
.treatment-img-4 {
  background-image: url(/images/INYeKCIJNA-TERAPIYa.png);
}
.treatment-img-5 {
  background-image: url(/images/POSTIZOMETRIChNA-RELAKSACIYa-MYaZIV.png);
}
.treatment-img-6 {
  background-image: url(/images/MANUALNA-TERAPIYa.png);
}
.treatment-img-7 {
  background-image: url(/images/LIMFOPRESOTERAPIYa.png);
}
.treatment-img-8 {
  background-image: url(/images/SUPER-INDUKTIVNA-SISTEMA-MAGNITVISOKOYI-INTENSIVNOSTI.png);
}
.treatment-img-9 {
  background-image: url(/images/LAZER-VISOKOYI-INTENSIVNOSTI-HIL.png);
}
.treatment-img-10 {
  background-image: url(/images/MAGNITOTERAPIYa.png);
}
.treatment-img-11 {
  background-image: url(/images/ULTRAZVUKOVA-TERAPIYa-FONOFOREZ.png);
}
.treatment-img-12 {
  background-image: url(/images/UDARNO-HVILOVA-TERAPIYa.png);
}
.treatment-img-13 {
  background-image: url(/images/PRP-TERAPIYa-PLAZMOTERAPIYa.png);
}
.treatment-img-14 {
  background-image: url(/images/INYeKCIYa-PREPARATIV-GIALURONOVOYi-KISLOTI.png);
}
.treatment-img-15 {
  background-image: url(/images/LIKUVALNA-FIZKULTURA.png);
}
.treatment-img-16 {
  background-image: url(/images/KINEZIOTERAPIYa.png);
}
.treatment-img-17 {
  background-image: url(/images/PIDBIR-I-VIGOTOVLENNYa-ORTOPEDIChNIH-USTILOK.png);
}
.treatment-img-18 {
  background-image: url(/images/BIOPUNKTURA.png);
}
.treatment-img-19 {
  background-image: url(/images/TEKAR-TERAPIYa-UVCh-TERAPIYa-KONTAKTNA-DIATERMIYa.png);
}
.treatment-img-20 {
  background-image: url(/images/ELEKTROTERAPIYa-TENS-AMPLIPULS.png);
}
.treatment-img-21 {
  background-image: url(/images/KINEZIOTEJPING.png);
}
.treatment-img-22 {
  background-image: url(/images/ShROT-TERAPIYa-METODIKA-LIKUVANNYa-SKOLIOZU.png);
}
.treatment-block-item{
	display: none;
}
.treatment_show-item{
	display: block!important;
}
.treatment_block_id{
	display: none;
}
.treatment-container-blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 19px;
  justify-items: center;
  margin-top: 32px;
}
.treatment-block-img {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.treatment-block:hover .treatment-block-img {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.treatment-block a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.treatment-block-text {
  color: #359cbc;
  text-align: center;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 100% */
}
.treatment-block-img {
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  transition: 1s;
}
@media only screen and (min-width: 901px) and (max-width: 1199px) {
  section.page {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 900px) {
  .treatment-block::before {
    bottom: 31px;
  }

  .treatment-block-text {
    font-size: 24px;
    line-height: 21px;
    max-width: 200px;
    padding: 0;
    padding-left: 10px;
    overflow-wrap: break-word;
  }

  .treatment-block-img {
    margin: 0;
  }
  .treatment-block a {
    display: flex;
    align-items: center;
  }
  .treating-block-text {
    font-size: 18px;
    line-height: 18px;
  }
  .treating-block a {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .treating-block-text {
    width: 130px;
    text-align: center;
  }
  .page-container-title {
    font-size: 30px;
  }

  section.page {
    padding-top: 65px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .service-category-img {
    width: 100%;
  }

  .prices-container-title {
    font-size: 32px;
    text-align: center;
    max-width: 223px;
    margin: auto;
    line-height: 32px;
    padding-bottom: 6px;
  }

  .prices-item {
    padding-left: 55px;
    padding-right: 13px;
  }

  .prices-item-title {
    font-size:18px;
    line-height: 20px;
    /* letter-spacing: -1.32px; */
    max-width: 80%;
    line-height: 20px;
  }

  .prices-container {
    padding-top: 42px;
  }

  .prices-block {
    margin-top: 16px;
  }
  .prices-info-item {
    padding: 10px 10px;
    padding-left: 55px;
    height: 100%;
  }

  .prices-info-num {
    display: none;
  }

  .prices-info-txt {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    max-width: 227px;
  }

  .prices-info-price {
    font-size: 19px;
    min-width: 80px;
  }

  .prices-info-item:hover .prices-info-price {
    display: none;
  }

  .prices-info-block {
    width: 100%;
    padding-left: 0;
  }

  .service-category-block p.service_el_2 {
    padding: 15px;
    padding-top: 120px;
    text-align: left !important;
  }

  .service-category-block,
  .service-category-block p,
  .service-category-block p span {
    text-align: left !important;
  }

  .service-category-block p.service_el_1 {
    padding: 15px;
    padding-top: 120px;
    text-align: left !important;
  }

  .service-category-block h2 span {
    font-size: 24px;
  }

  .service-category-block li,
  .service-category-block li span {
    font-size: 18px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 660px) {
  .treatment-block-text {
    font-size: 18px;
    line-height: 20px; /* 111.111% */
  }
  .treatment-container-blocks {
    margin-top: 16px;
    grid-template-columns: auto auto;
    gap: 10px;
  }
  .prices-item{
    height: auto;

  }
  .prices-item:before{
   background-position-y: center;
  }
  .prices-item-title {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
  }
  .prices-info-txt {
    padding-left: 20px;
    color: #065ea7;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 100% */
  }
  .prices-info-price {
    color: #065ea7;
    text-align: right;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 75% */
  }
}
@media only screen and (max-width: 540px) {
  .treating-container-blocks {
    margin-top: 16px;
    grid-template-columns: auto auto;
    gap: 10px;
  }
  .treating-block a {
    gap: 5px;
  }
  .treating-block {
    padding: 5px;
  }
}

@media only screen and (max-width: 360px) {
  .treatment-container-blocks {
    margin-top: 16px;
    grid-template-columns: auto;
    gap: 10px;
  }
}




/* bil-spyni */
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-ExtraLight.woff2") format("woff2"), url("../fonts/Montserrat-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-MediumItalic.woff2") format("woff2"), url("../fonts/Montserrat-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Italic.woff2") format("woff2"), url("../fonts/Montserrat-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-ThinItalic.woff2") format("woff2"), url("../fonts/Montserrat-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Black.woff2") format("woff2"), url("../fonts/Montserrat-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-ExtraLightItalic.woff2") format("woff2"), url("../fonts/Montserrat-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-BlackItalic.woff2") format("woff2"), url("../fonts/Montserrat-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/Montserrat-ExtraBoldItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-SemiBoldItalic.woff2") format("woff2"), url("../fonts/Montserrat-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("../fonts/Montserrat-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-BoldItalic.woff2") format("woff2"), url("../fonts/Montserrat-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-LightItalic.woff2") format("woff2"), url("../fonts/Montserrat-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Thin.woff2") format("woff2"), url("../fonts/Montserrat-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Days';
  src: url("../fonts/Days.woff2") format("woff2"), url("../fonts/Days.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: lg;
  src: url(../fonts/lg.woff2?io9a6k) format("woff2"), url(../fonts/lg.woff?io9a6k) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

.mfp-bg {
  background: rgba(0, 0, 0, 0.5);
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: auto;
}

img.mfp-img {
  padding: 0;
}

.mfp-figure:after {
  display: none;
}

.mfp-content {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.zoom-anim-dialog {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  overflow: auto;
}

.zoom-anim-dialog .sform {
  margin: auto;
}

.mfp-close {
  opacity: 1;
  color: #fff !important;
  transition: none !important;
}

a, button {
  display: inline-block;
  transition: all 0.2s;
  color: inherit;
  cursor: pointer;
}

a:hover, button:hover {
  text-decoration: none;
}

a:focus, button:focus {
  outline: 0;
}

button {
  padding: 0;
  border: 0;
  background-color: transparent;
}

img {
  max-width: 100%;
  height: auto;
  flex-shrink: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

label {
  position: relative;
  display: block;
  margin: 0;
}

input, textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  outline: none;
  color: inherit;
  transition: 0.1s;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  overflow: visible;
  opacity: 1;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  overflow: visible;
  opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  overflow: visible;
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  overflow: visible;
  opacity: 1;
}

input, textarea, select {
  color: inherit;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
}

textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
}

input:focus {
  box-shadow: none;
}

textarea {
  -ms-overflow-style: none;
}

picture {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Days";
  font-weight: normal;
}

i, em {
  font-style: italic;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  display: none;
}

input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

/* width */
.lg-download {
  display: none;
}

.lg-counter {
  display: none;
}

.lg-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}

body {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  min-width: 320px;
  min-height: 100vh;
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  line-height: 1.4;
  color: #082B49;
  background: #fff;
  overflow-x: hidden;
}

body.popup-opened {
  overflow: hidden;
}

@media (min-width: 1300px) {
  .container {
    /*max-width: 1214px;*/
  }
}

section {
  position: relative;
}

section .container {
  position: relative;
}

.pa100 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.of-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sbtn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 56px;
  border-radius: 30px;
  font: 700 18px/160% "Montserrat";
  text-align: center;
  color: #FFFFFF;
  background: linear-gradient(180deg, #2596E9 0%, #0264B8 100%);
  box-shadow: 0px 6px 14px rgba(8, 108, 191, 0.4);
}

.sbtn:hover {
  box-shadow: none;
}

.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: #fff;
  box-shadow: 0px 3px 4px rgba(2, 67, 123, 0.16);
  z-index: 9;
}

.header__box {
  display: grid;
  grid-template-columns: auto 400px;
  height: 100px;
}

.header__box > * {
  display: flex;
  align-items: center;
}

.header__box > *:nth-child(2) {
  justify-content: flex-end;
}

.header__logo {
  display: inline-flex;
  align-items: center;
  font: italic 20px/140% "Montserrat";
  color: #1C5281;
}

.header__logo img {
  margin: 0 22px 0 0;
  max-width: 76px;
}

.header__logo br {
  display: none;
}

.header__phones {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  font: 600 17px/130% "Montserrat";
  white-space: nowrap;
}

.header__phones > * {
  margin: 0 0 0 31px;
}

.header__phones > *:first-child {
  margin: 0;
}

.header__phones a {
  display: inline-flex;
  align-items: center;
}

.header__phones picture {
  flex-shrink: 0;
  display: block;
  margin: 0 12px 0 0;
}

.main {
  padding: 100px 0 0;
  overflow-x: hidden;
}

.s1 {
  padding: 120px 0;
}

.s1__backgrounds {
  background: #8DC5E0;
}

.s1__box {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.s1__left {
  position: relative;
  margin: 84px 0 0;
}

.s1__title {
  position: relative;
  margin: 0;
  text-transform: uppercase;
  color: #FFFFFF;
  z-index: 1;
}

.s1__title > * {
  display: block;
  padding: 0 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}

.s1__title > *:nth-child(1) {
  font: 55.5px/71px "Days";
  background: linear-gradient(90deg, #FA881F 0%, #F52D21 100%);
  border-radius: 24px 24px 0px 0px;
}

.s1__title > *:nth-child(2) {
  border-radius: 0px 24px 24px 24px;
  background: linear-gradient(90deg, #2596E9 0%, #0264B8 100%);
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
  font: 80px/88px "Days";
}

.s1__text {
  position: relative;
  display: inline-grid;
  gap: 4px;
  margin: 20px 0 0;
  font: 600 20px/130% "Montserrat";
  color: #FFFFFF;
}

.s1__text h3 {
  font: 44px/130% "Days";
}

.s1__text > * {
  position: relative;
  margin: 0;
  z-index: 1;
}

.s1__img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  margin: -81px 0 0 -261px;
  width: 980px;
}

.s1__img img {
  width: 100%;
}

.sform {
  position: relative;
  display: grid;
  gap: 24px;
  padding: 32px;
  margin: 0 auto;
  width: 470px;
  max-width: 100%;
  border-radius: 32px;
  background: #EAF2FA;
  box-shadow: 0px 16px 26px -10px rgba(1, 42, 78, 0.32);
  z-index: 1;
}

.sform > * {
  margin: 0;
}

.sform__title {
  font: 24px/130% "Days";
  text-align: center;
}

.sform__fields {
  display: grid;
  gap: 20px;
}

.sform__field {
  position: relative;
}

.sform__input {
  position: relative;
  padding: 0 16px;
  height: 52px;
  border: 0;
  border-radius: 26px;
  font: 16px/140% "Montserrat";
  color: #000;
  background: #FFFFFF;
  box-shadow: 0px 3px 4px rgba(2, 67, 123, 0.16);
}

.sform__input::-webkit-input-placeholder {
  color: #7DA0BD;
}

.sform__input:-moz-placeholder {
  color: #7DA0BD;
}

.sform__input::-moz-placeholder {
  color: #7DA0BD;
}

.sform__input:-ms-input-placeholder {
  color: #7DA0BD;
}

.sform__input:focus::-webkit-input-placeholder {
  color: transparent;
}

.sform__input:focus:-moz-placeholder {
  color: transparent;
}

.sform__input:focus::-moz-placeholder {
  color: transparent;
}

.sform__input:focus:-ms-input-placeholder {
  color: transparent;
}

.sform__input:focus + .sform__placeholder {
  display: none;
}

.sform__input:valid + .sform__placeholder {
  display: none;
}

.sform__placeholder {
  position: absolute;
  left: 16px;
  right: 16px;
  top: 26px;
  transform: translate(0, -50%);
  font: 16px/140% "Montserrat";
  color: #7DA0BD;
  pointer-events: none;
}

.sform__placeholder span {
  color: #131B24;
}

.sform__days-heading {
  margin: 0 0 10px;
  font: 14px/140% "Montserrat";
}

.sform__days-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  min-height: 52px;
}

.sform__day {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 6px 0;
  height: 52px;
  border: 1px solid #2596E9;
  border-radius: 12px;
  font: 12px/140% "Montserrat";
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sform__day._hidden {
  display: none;
}

.sform__day span:nth-child(2) {
  font-size: 14px;
  font-weight: 600;
  color: #2596E9;
}

.sform__day._active {
  color: #fff;
  background: #2596E9;
}

.sform__day._active span:nth-child(2) {
  color: inherit;
}

.sform__submit-btn {
  width: 100%;
}

.sform__submit-text {
  margin: 12px 0 0;
  font: 14px/140% "Montserrat";
  text-align: center;
  color: #396992;
}

.sform__submit-text a {
  color: #2596E9;
}

.sform__submit-text a:hover {
  text-decoration: underline;
}

.s2 {
  padding: 60px 0;
  background: #E6F2FF;
}

.s2__title {
  margin: 0 0 40px;
  font: 32px/130% "Days";
  color: #0264B8;
}

.s2__services {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 0.5px));
  gap: 1px;
  border-radius: 32px;
  background: #EAF2FA;
  box-shadow: 0px 6px 19px -10px rgba(4, 65, 117, 0.17);
  overflow: hidden;
}

.service {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: auto 74px;
  gap: 10px;
  padding: 15px 30px 15px 50px;
  min-height: 146px;
  background: #FFFFFF;
  overflow: hidden;
}

.service > *:nth-child(1) {
  position: relative;
  z-index: 1;
}

.service__title {
  margin: 0 0 7px;
  font: 700 22px/130% "Montserrat";
  color: #044175;
}

.service__title span {
  display: block;
  margin: -4px 0 0;
  font-weight: 400;
  font-size: 16px;
}

.service__prices {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  font: 700 24px/1 "Montserrat";
  color: #EB352D;
}

.service__price-old {
  position: relative;
  margin: 0 10px 0 0;
  font-size: 22px;
  text-decoration: none;
  color: #5D84A6;
}

.service__price-old:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 1px 0 0;
  width: 100%;
  height: 2px;
  background: #EB352D;
}

.service__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 74px;
  height: 74px;
}

.service__icon img {
  max-height: 100%;
}

.service__tag {
  position: absolute;
  left: 0;
  top: 0;
  width: 110px;
  font: 700 18px/29px "Montserrat";
  text-align: center;
  color: #FFFFFF;
  background: linear-gradient(270deg, #2FD521 0%, #07C2A8 97.5%);
  transform: rotate(-45deg) translate(-25%, -25%);
}

.s3 {
  padding: 60px 0;
  background: #E4E8FF;
}

.s3__main {
  display: grid;
  align-items: center;
  grid-template-columns: calc(65% - 15px) calc(35% - 15px);
  gap: 30px;
}

.doctor {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: 318px auto;
  gap: 33px;
}

.doctor__img {
  position: relative;
  width: 318px;
  border-radius: 50%;
  box-shadow: 0px 24px 54px -30px #044175;
  overflow: hidden;
}

.doctor__img:before {
  content: "";
  display: block;
  padding: 100% 0 0;
}

.doctor__text {
  position: relative;
}

.doctor__heading {
  margin: 0 0 10px;
  font: 700 18px/130% "Montserrat";
}

.doctor__name {
  margin: 0 0 10px;
  font: 44px/100% "Days";
  color: #0264B8;
}

.doctor__jobs {
  margin: 0 0 10px;
  font: 14px/140% "Montserrat";
  color: #044175;
}

.doctor__info {
  display: flex;
  align-items: center;
  margin: 15px -12px;
  font: 14px/140% "Montserrat";
  color: #5D84A6;
}

.doctor__info li {
  display: flex;
  align-items: center;
  margin: 0 12px;
}

.doctor__info img {
  margin: 0 8px 0 0;
}

.doctor__info b {
  font-weight: 600;
  color: #0264B8;
}

.doctor__btn {
  margin: 30px 0 0;
}

.s3__merits {
  padding: 20px;
  border-radius: 32px;
  background: #FFFFFF;
  box-shadow: 0px 6px 19px -10px rgba(4, 65, 117, 0.17);
}

.s3__merits-heading {
  margin: 0 0 12px;
  font: 700 18px/130% "Montserrat";
  color: #0264B8;
}

.s3__merits-list {
  display: grid;
  gap: 10px;
  font: 14px/140% "Montserrat";
}

.s3__merits-list > * {
  position: relative;
  padding: 0 0 0 16px;
}

.s3__merits-list > *:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9.8px;
  transform: translate(0, -50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2596E9;
}

.s3__certificates {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
  margin: 50px 0 0;
}

.s3__certificate {
  outline: 1px solid rgba(4, 65, 117, 0.1);
  border-radius: 16px;
  box-shadow: 0px 16px 16px -10px rgba(4, 65, 117, 0.22);
  overflow: hidden;
  cursor: pointer;
  transition: 0.2s;
  will-change: transform;
}

.s3__certificate:hover {
  transform: scale(1.15);
}

.s3__certificate:before {
  content: "";
  display: block;
  width: 100%;
  padding: calc(123/172 * 100%) 0 0;
}

.has-zoom {
  position: relative;
}

.has-zoom:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(4, 65, 117, 0.36) url("../img/3/Search.svg") center/41px auto no-repeat;
  pointer-events: none;
  opacity: 0;
  transition: 0.1s;
}

.has-zoom:hover:after {
  opacity: 1;
}

.s4 {
  padding: 60px 0;
  background: #044175;
  overflow: hidden;
}

.s4__circkle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.s4__circkle:before {
  content: "";
  display: block;
  padding: 100% 0 0;
}

.s4__circkle_1 {
  margin: 0 0 0 -289px;
  width: 774px;
  background: #47F4FF;
  opacity: 0.35;
  filter: blur(132px);
}

.s4__circkle_2 {
  margin: 0 0 0 307px;
  width: 920px;
  background: #FF79E2;
  opacity: 0.3;
  filter: blur(100px);
}

.s4__box {
  position: relative;
}

.s4__title {
  margin: 0 0 40px;
  font: 32px/130% "Days";
  color: #FFFFFF;
}

.s4__main {
  border-radius: 32px;
  background: #FFFFFF;
  box-shadow: 0px 16px 16px -10px rgba(4, 65, 117, 0.22);
  overflow: hidden;
}

.s4__contacts {
  display: grid;
  grid-template-columns: 42% 28% 30%;
  height: 124px;
}

.s4-contact {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.s4-contact:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 44px;
  border-radius: 10px;
  background: #CFE2F3;
}

.s4-contact:last-child:after {
  display: none;
}

.s4-contact__box {
  display: grid;
  align-items: center;
  grid-template-columns: 36px auto;
  gap: 16px;
  font: 600 17px/130% "Montserrat";
  color: #044175;
}

.s4-contact__box span {
  display: block;
  font: 14px/140% "Montserrat";
  color: #5D84A6;
}

.s4-contact__box a {
  display: block;
}

.s4-contact__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
}

.s4-contact__icon img {
  max-height: 100%;
}

.s4__map {
  height: 400px;
}

.s4__map:focus-visible, .s4__map *:focus-visible, .s4__map:focus, .s4__map *:focus {
  outline: 0 !important;
  border: 0 !important;
}

.s4__slider {
  position: relative;
  padding: 20px 50px;
  max-height: 200px;
  visibility: hidden;
}

.s4__slider.swiper-initialized {
  visibility: visible;
}

.s4__slide {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
}

.s4__slide:before {
  content: "";
  display: block;
  width: 100%;
  padding: calc(143/200 * 100%) 0 0;
}

.s4__slider-arrow {
  position: absolute;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 100%;
  background: #fff url("../img/4/Arrow_Right.svg") center/36px auto no-repeat;
  z-index: 1;
  cursor: pointer;
}

.s4__slider-arrow_prev {
  transform: translate(0, -50%) rotate(180deg);
  left: 0;
}

.s4__slider-arrow_next {
  transform: translate(0, -50%);
  right: 0;
}

.footer {
  padding: 20px 0;
  background: #082B49;
}

.footer__box {
  display: grid;
  align-items: center;
  grid-template-columns: 76px auto;
  gap: 22px;
}

.footer__main {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.footer__copyright {
  margin: 0;
  font: 14px/140% "Montserrat";
  color: #FFFFFF;
}

.footer__copyright span {
  display: block;
}

.footer__copyright span:nth-child(2) {
  font-size: 12px;
  color: #7DA0BD;
}

.footer__links {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  font: 14px/140% "Montserrat";
  color: #4EB4FF;
}

.footer__links > * {
  margin: 0 15px;
}

.footer__links a {
  text-decoration: underline;
}

.footer__links a:hover {
  text-decoration: none;
}

.order-msg {
  position: relative;
  margin: auto;
  padding: 30px;
  max-width: 400px;
  border-radius: 10px;
  font: 25px / 130% "Days";
  background: #fff;
}

@media (max-width: 1199px) {
  .header__logo br {
    display: inline;
  }
  .s1 {
    padding: 160px 0 60px;
  }
  .s1__box {
    flex-wrap: wrap;
  }
  .s1__box > *:nth-child(3) {
    width: 100%;
  }
  .s1__left {
    margin: 0 0 160px;
  }
  .s1 .sform {
    margin: 0;
    width: auto;
  }
  .s1__img {
    margin: -170px 0 0 0;
  }
  .s3__main {
    grid-template-columns: auto;
  }
}

@media (max-width: 991px) {
  .header__box {
    grid-template-columns: auto 180px;
  }
  .header__phones {
    text-align: right;
  }
  .header__phones > * {
    margin: 0;
    width: 100%;
  }
  .s2__services {
    grid-template-columns: auto;
  }
  .s3__certificates {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  .s4__contacts {
    grid-template-columns: auto;
    gap: 30px;
    padding: 30px;
    height: auto;
  }
  .s4-contact {
    justify-content: flex-start;
    padding: 0;
  }
  .s4-contact:after {
    display: none;
  }
  .footer__copyright {
    margin: 0 0 10px;
  }
}

@media (max-width: 767px) {
  .header__logo img {
    margin: 0 15px 0 0;
    width: 60px;
  }
  .doctor {
    grid-template-columns: auto;
    text-align: center;
  }
  .doctor__img {
    margin: 0 auto;
  }
  .doctor__info {
    justify-content: center;
  }
  .doctor__btn {
    margin: 30px auto 0;
  }
}

@media (max-width: 575px) {
  .header__box {
    padding: 14px 0 10px;
    height: auto;
  }
  .header__logo span {
    display: none;
  }
  .header__logo img {
    margin: 0;
    width: 42px;
  }
  .header__phones > *:nth-child(2) {
    display: none;
  }
  .header__phones {
    font-size: 14px;
  }
  .main {
    padding: 66px 0 0;
  }
  .s1 {
    padding: 72px 0 0;
  }
  .s1__backgrounds {
    bottom: auto;
    height: 300px;
  }
  .s1__title > *:nth-child(1) {
    padding: 0 8px;
    font-size: 25px;
    line-height: 32px;
    border-radius: 10.4px 10.4px 0px 0px;
  }
  .s1__title > *:nth-child(2) {
    padding: 0 8px;
    border-radius: 0px 10.4px 10.4px 10.4px;
    font-size: 35px;
    line-height: 39px;
    background: linear-gradient(90deg, #2596E9 0%, #0264B8 100%);
    box-shadow: 0px 2.19017px 13.141px rgba(0, 0, 0, 0.15);
  }
  .s1__text {
    gap: 4px;
    margin: 8px 0 0;
    font-size: 10px;
  }
  .s1__text h3 {
    font-size: 20px;
  }
  .s1__left {
    margin: 0 0 63px;
  }
  .s1__img {
    margin: -70px 0 0 4px;
    width: 430px;
  }
  .s1__form {
    margin: 0 -15px;
  }
  .sform {
    gap: 16px;
    padding: 14px;
    border-radius: 20px;
  }
  .sform__title {
    font-size: 16px;
  }
  .sform__fields {
    gap: 14px;
  }
  .sform__input {
    padding: 0 11px;
    height: 36px;
    border-radius: 18px;
    font-size: 12px;
    box-shadow: 0px 2px 3px rgba(2, 67, 123, 0.16);
  }
  .sform__placeholder {
    left: 11px;
    right: 11px;
    top: 18px;
    font-size: 12px;
  }
  .sform__days-heading {
    margin: 0 0 6px;
    font-size: 10px;
  }
  .sform__days-list {
    min-height: 36px;
  }
  .sform__day {
    padding: 0;
    height: 36px;
    border-radius: 8px;
    font-size: 10px;
  }
  .sform__day span:nth-child(2) {
    font-size: 10px;
  }
  .sbtn {
    padding: 5px 16px;
    min-height: 40px;
    border-radius: 20.4px;
    font-size: 14px;
    box-shadow: 0px 4px 9.5px rgba(8, 108, 191, 0.4);
  }
  .sform__submit-text {
    margin: 10px 0 0;
    font-size: 10px;
  }
  .s2 {
    padding: 24px 0;
  }
  .s2__title {
    margin: 0 0 15px;
    font-size: 18px;
  }
  .service__title {
    margin: 0 0 7px;
    font-size: 12px;
  }
  .service__title span {
    margin: -2px 0 0;
    font-size: 10px;
  }
  .service__prices {
    font-size: 14px;
  }
  .service__price-old {
    font-size: 13px;
  }
  .service__price-old:after {
    margin: 0;
    height: 1px;
  }
  .service {
    grid-template-columns: auto 44px;
    gap: 16px;
    padding: 15px 15px 15px 24px;
    min-height: 80px;
    overflow: hidden;
  }
  .service__icon {
    width: 44px;
    height: 44px;
  }
  .s2__services {
    border-radius: 16px;
    box-shadow: 0px 3px 10px -5px rgba(4, 65, 117, 0.17);
  }
  .service__tag {
    width: 50px;
    font-size: 10px;
    line-height: 15px;
  }
  .s3 {
    padding: 24px 0;
  }
  .doctor__img {
    width: 135px;
    box-shadow: 0px 9px 21px -12px #044175;
  }
  .doctor {
    gap: 18px;
  }
  .doctor__heading {
    margin: 0 0 4px;
    font-size: 12px;
  }
  .doctor__name {
    margin: 0 0 4px;
    font-size: 19px;
  }
  .doctor__jobs {
    margin: 0 0 4px;
    font-size: 10px;
  }
  .doctor__info li {
    margin: 0 8px;
  }
  .doctor__info {
    margin: 11px -8px;
    font-size: 10px;
  }
  .doctor__info img {
    margin: 0 6px 0 0;
    width: 12px;
  }
  .doctor__btn {
    margin: 12px auto 0;
    min-height: 36px;
    font-size: 12px;
  }
  .s3__main {
    gap: 24px;
  }
  .s3__merits {
    padding: 14.5px;
    border-radius: 16px;
    box-shadow: 0px 4.35px 13.775px -7.25px rgba(4, 65, 117, 0.17);
  }
  .s3__merits-heading {
    margin: 0 0 9px;
    font-size: 13px;
  }
  .s3__merits-list {
    gap: 6px;
    font-size: 10px;
  }
  .s3__merits-list > *:before {
    top: 7px;
    width: 4.35px;
    height: 4.35px;
  }
  .s3__merits-list > * {
    padding: 0 0 0 12px;
  }
  .s3__certificates {
    gap: 10px;
    margin: 24px 0 0;
  }
  .s3__certificate:before {
    padding: calc(65/90 * 100%) 0 0;
  }
  .s3__certificate {
    border-radius: 10px;
  }
  .has-zoom:after {
    background-size: 20px auto;
  }
  .s4 {
    padding: 24px 0;
  }
  .s4__title {
    margin: 0 0 20px;
    font-size: 18px;
  }
  .s4__main {
    box-shadow: 0px 3.91892px 3.91892px -2.44932px rgba(4, 65, 117, 0.22);
    border-radius: 16px;
  }
  .s4__contacts {
    gap: 8px;
    padding: 15px;
  }
  .s4-contact__box {
    grid-template-columns: 20px auto;
    gap: 10px;
    font-size: 12px;
  }
  .s4-contact__icon {
    width: 20px;
    height: 20px;
  }
  .s4-contact__box span {
    font-size: 10px;
  }
  .s4__map {
    height: 198px;
  }
  .s4__slider {
    padding: 15px;
  }
  .s4__slider-arrow {
    width: 15px;
    background-size: 20px auto;
  }
  .s4__slide {
    border-radius: 10px;
  }
  .footer {
    padding: 16px 0;
  }
  .footer__box {
    grid-template-columns: 64px auto;
    gap: 9px;
  }
  .footer__copyright {
    font-size: 10px;
  }
  .footer__links {
    font-size: 10px;
  }
}
