* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.mobile_only {
  display: none;
}

a,
li,
ul {
  list-style: none;
  text-decoration: none;
}

p,
span,
h1,
h2,
h3,
h4,
a {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Inter", sans-serif;
}

.container {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1170px) {
  .container {
    padding: 0 15px;
  }
}

.main {
  background-image: url(../imgs/hero_mainImg.png);
  background-size: 875px 875px;
  background-position: calc(100% + 155px) -145px;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (min-width: 1441px) {
  .main {
    background-position: calc(50% + 434px) -145px;
  }
}
@media screen and (max-width: 480px) {
  .main {
    background-image: url(../imgs/hero_mainImg_mobile.png);
    background-size: 322px 392px;
    background-position: 0 250px;
    background-repeat: no-repeat;
  }
}
.main::after {
  content: "";
  /* max-width: 700.207px; */
  width: 100%;
  height: 705px;
  position: absolute;
  background-image: url(../imgs/hero-bg-colorImg.png);
  background-size: cover;
  background-repeat: no-repeat;
  top: 104px;
  left: 9px;
  z-index: -1;
  filter: blur(20px);
}
@media screen and (max-width: 480px) {
  .main::after {
    background-image: url(../imgs/hero-bg-colorImg_mobile.png);
    background-size: 320px 705px;
    background-position: top;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    max-width: 100%;
    width: 320px;
    height: 705px;
  }
}

.header {
  padding-top: 40px;
  margin-bottom: 54px;
}
@media screen and (max-width: 480px) {
  .header {
    padding-top: 16px;
    margin-bottom: 22px;
  }
}
.header .logo img {
  width: 231px;
  height: 58px;
  aspect-ratio: 231/58;
}
@media screen and (max-width: 480px) {
  .header .logo img {
    width: 175px;
    height: 44px;
    aspect-ratio: 175/44;
  }
}

.hero {
  margin-bottom: 68px;
}
@media screen and (max-width: 480px) {
  .hero {
    margin-bottom: 40px;
  }
}
.hero .hero_contents {
  margin-bottom: 38px;
}
@media screen and (max-width: 480px) {
  .hero .hero_contents {
    margin-bottom: 67px;
  }
}
.hero .hero_contents .hero_title {
  color: #3C4C4C;
  font-family: Inter;
  font-size: 54px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 25px;
}
@media screen and (max-width: 480px) {
  .hero .hero_contents .hero_title {
    margin-bottom: 14px;
    font-size: 24px;
  }
}
.hero .hero_contents .hero_title span {
  display: block;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: 700;
  line-height: inherit;
}
.hero .hero_contents .hero_description {
  max-width: 648px;
  color: #526D6D;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 54px;
}
@media screen and (max-width: 480px) {
  .hero .hero_contents .hero_description {
    margin-bottom: 12px;
    font-size: 16px;
  }
}
.hero .hero_contents .hero_description2 {
  color: #004E74;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 47px;
}
@media screen and (max-width: 480px) {
  .hero .hero_contents .hero_description2 {
    color: #FF6457;
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.hero .hero_contents .btns {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
@media screen and (max-width: 480px) {
  .hero .hero_contents .btns {
    margin-bottom: 0;
    flex-direction: column;
    gap: 10px;
  }
}
.hero .hero_contents .btn {
  width: 210px;
  display: flex;
  padding: 12px 0;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #004E74;
  color: #FFF;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #004E74;
}
.hero .hero_contents .btn.watsapp {
  border-radius: 10px;
  background: #3C4C4C;
  color: #FFF;
}
@media screen and (max-width: 480px) {
  .hero .hero_contents .btn {
    width: 100%;
  }
}
.hero .hero_contents .warning-text {
  color: #FF6457;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 480px) {
  .hero .hero_contents .warning-text {
    display: none;
  }
}
.hero .hero_blocks {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
@media screen and (max-width: 900px) {
  .hero .hero_blocks {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  .hero .hero_blocks {
    gap: 10px;
  }
}
.hero .hero_blocks .box {
  position: relative;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 4px 20px 0 rgba(82, 109, 109, 0.19);
  padding: 49px 22px 44px 19px;
}
@media screen and (max-width: 480px) {
  .hero .hero_blocks .box {
    width: 100%;
    padding: 26px 22px 0 22px;
    height: 190px;
  }
  .hero .hero_blocks .box:first-child {
    margin-bottom: 30px;
    height: 209px;
  }
}
.hero .hero_blocks .box::after {
  content: "";
  width: 32px;
  height: 32px;
  background-image: url(../imgs/plus.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 9px;
  right: 9px;
  z-index: 99;
}
@media screen and (max-width: 480px) {
  .hero .hero_blocks .box::after {
    right: 7px;
  }
}
.hero .hero_blocks .box .box_title {
  color: #3C4C4C;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
}
@media screen and (max-width: 480px) {
  .hero .hero_blocks .box .box_title {
    font-size: 18px;
    margin-bottom: 14px;
  }
}
.hero .hero_blocks .box .box_description {
  max-width: 237px;
  color: #3C4C4C;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 12px;
}
@media screen and (max-width: 480px) {
  .hero .hero_blocks .box .box_description {
    font-size: 14px;
    margin-bottom: 14px;
    max-width: 237px;
  }
}
.hero .hero_blocks .box .catalogs {
  display: flex;
  gap: 7px;
  margin-bottom: 12px;
}
@media screen and (max-width: 480px) {
  .hero .hero_blocks .box .catalogs {
    gap: 21px;
    justify-content: center;
    align-items: center;
    margin-bottom: 88px;
  }
}
.hero .hero_blocks .box .catalogs .catalog {
  border-radius: 10px;
  background: #F2F7F7;
  padding: 4px 14px;
  color: #1D8E92;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.hero .hero_blocks .box .hero_data-block {
  max-width: 231px;
  border-radius: 20px;
  background: #1BB8AA;
  padding: 6px 18px;
  text-align: center;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  bottom: -19px;
}
@media screen and (max-width: 480px) {
  .hero .hero_blocks .box .hero_data-block {
    max-width: 100%;
    width: calc(100% - 40px);
    bottom: -30px;
    padding: 8px 28px;
    font-size: 13px;
    font-weight: 400;
  }
}
.hero .hero_blocks .box .hero_data-block span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: 700;
  line-height: inherit;
}

.programm-section {
  margin-bottom: 80px;
}
@media screen and (max-width: 480px) {
  .programm-section {
    margin-bottom: 40px;
  }
}
.programm-section .programm-section__title {
  color: #293636;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 41px;
}
@media screen and (max-width: 480px) {
  .programm-section .programm-section__title {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.programm-section .programm-section__title {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.programm-section .programm-section__title .navigation {
  display: none;
}
@media screen and (max-width: 480px) {
  .programm-section .programm-section__title .navigation {
    display: flex;
  }
}
.programm-section .programm-section__title .navigation {
  align-items: center;
  gap: 6px;
}
.programm-section .programm-section__title .navigation .btn {
  display: flex;
  width: 41.647px;
  height: 34px;
  padding: 20px 18px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
}
.programm-section .programm-section__title .navigation .btn.prev {
  background: #E4F3FF;
}
.programm-section .programm-section__title .navigation .btn.next {
  background: #24C7B8;
}
.programm-section .programm-section__blocks {
  display: flex;
  align-items: end;
  gap: 20px;
}
@media screen and (max-width: 480px) {
  .programm-section .programm-section__blocks {
    align-items: start;
  }
  .programm-section .programm-section__blocks .swiper-wrapper {
    align-items: start !important;
  }
}
.programm-section .box {
  width: calc(33.3333333333% - 13px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 14px;
}
.programm-section .box .content {
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 480px) {
  .programm-section .box .content {
    font-size: 16px;
  }
  .programm-section .box .content br {
    display: none;
  }
}
.programm-section .box .inner-block {
  border-radius: 8px;
  background: #FFF;
  position: relative;
  padding: 30px 6px 86px 16px;
  position: relative;
  background-image: url(../imgs/programm-section__plus.png);
  background-size: 171px 342px;
  background-position: right 37px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 480px) {
  .programm-section .box .inner-block {
    padding: 13px 10px 24px 12px;
  }
}
.programm-section .box:nth-child(1) .inner-block {
  padding-bottom: 149px;
}
@media screen and (max-width: 480px) {
  .programm-section .box:nth-child(1) .inner-block {
    padding-bottom: 24px;
  }
}
.programm-section .box:nth-child(2) .inner-block {
  padding-bottom: 104px;
}
@media screen and (max-width: 480px) {
  .programm-section .box:nth-child(2) .inner-block {
    padding-bottom: 24px;
  }
}
.programm-section .box .bg {
  border-radius: 10px;
  border-top: 13px solid rgba(82, 109, 109, 0.24);
  border-bottom: 13px solid rgba(82, 109, 109, 0.24);
  border-left: 10px solid rgba(82, 109, 109, 0.24);
  border-right: 10px solid rgba(82, 109, 109, 0.24);
}
.programm-section .box .block_title {
  color: #333;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .programm-section .box .block_title {
    font-size: 18px;
    margin-bottom: 14px;
  }
}
.programm-section .box .day {
  color: #004E74;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media screen and (max-width: 480px) {
  .programm-section .box .day {
    font-size: 16px;
  }
}
.programm-section .box .block_description {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 14px;
}
@media screen and (max-width: 480px) {
  .programm-section .box .block_description {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.programm-section .box .our-services .title {
  color: #1D8E92;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
}
.programm-section .box .our-services ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 14px;
  margin-bottom: 12px;
}
.programm-section .box .our-services li {
  list-style: disc;
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.programm-section .box .effects {
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.programm-section .box .effects .item-title {
  color: #004E74;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.programm-section .box .effects .description {
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 8px;
}
.programm-section .box .effects .description:last-child {
  margin-bottom: 0;
}
.programm-section .box .effects_title {
  color: #1D8E92;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
}
.programm-section .box .effects_description {
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 12px;
}
.programm-section .box .result {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 480px) {
  .programm-section .box .result {
    margin-bottom: 24px;
  }
}
.programm-section .box .result .result_title {
  color: #1D8E92;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.programm-section .box .result .result_description {
  max-width: 297px;
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 480px) {
  .programm-section .box .result .result_description {
    max-width: 234px;
  }
}
.programm-section .box .help-btn {
  display: flex;
  width: 210px;
  height: 41px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: #1D8E92;
  color: #FFF;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: absolute;
  bottom: 25px;
  right: 50%;
  transform: translateX(50%);
}
@media screen and (max-width: 480px) {
  .programm-section .box .help-btn {
    position: unset;
    transform: unset;
    margin: 0 auto;
    width: 100%;
  }
}

.main-doctor-section {
  margin-bottom: 80px;
  position: relative;
}
.main-doctor-section::after {
  content: "";
  width: 100%;
  height: 80%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-image: url(../imgs/mainDoctorBgColor.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(20px);
}
@media screen and (max-width: 480px) {
  .main-doctor-section::after {
    background-position: top;
    top: -251px;
  }
}
@media screen and (max-width: 480px) {
  .main-doctor-section {
    margin-bottom: 37px;
  }
}
.main-doctor-section .title {
  color: #293636;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}
@media screen and (max-width: 1170px) {
  .main-doctor-section .title {
    display: none;
  }
  .main-doctor-section .title.mobile_only {
    display: block;
    font-size: 24px;
    margin-bottom: 12px;
  }
}
.main-doctor-section .blocks {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
@media screen and (max-width: 1170px) {
  .main-doctor-section .blocks {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.main-doctor-section .blocks .contents {
  max-width: 503px;
  width: 100%;
}
@media screen and (max-width: 1170px) {
  .main-doctor-section .blocks .contents {
    max-width: 100%;
  }
}
.main-doctor-section .blocks .description {
  color: #3C4C4C;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 14px;
}
@media screen and (max-width: 480px) {
  .main-doctor-section .blocks .description {
    font-size: 14px;
    line-height: 20px;
  }
}
.main-doctor-section .blocks .description:first-of-type {
  color: #1D8E92;
}
.main-doctor-section .blocks .description:last-of-type {
  margin-bottom: 0;
}
.main-doctor-section .blocks .img-block {
  position: relative;
}
@media screen and (max-width: 1170px) {
  .main-doctor-section .blocks .img-block {
    order: -1;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 759px) {
  .main-doctor-section .blocks .img-block {
    margin-bottom: 95px;
  }
}
.main-doctor-section .blocks .img-block .img {
  background-image: url(../imgs/mainDoctorBg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 545px;
  width: 100%;
}
.main-doctor-section .blocks .img-block .img img {
  border-radius: 272.5px;
  width: 100%;
  height: 100%;
}
.main-doctor-section .blocks .data {
  max-width: 243px;
  border-radius: 20px;
  background: #FEFEFE;
  box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.14);
  padding: 30px 14px 26px 21px;
  position: absolute;
  bottom: 168px;
  left: -95px;
}
@media screen and (max-width: 759px) {
  .main-doctor-section .blocks .data {
    left: 0;
    bottom: -70px;
  }
}
.main-doctor-section .blocks .heart-img {
  position: absolute;
  top: -44px;
  right: 50%;
  transform: translateX(50%);
}
.main-doctor-section .blocks .data_title {
  color: var(--textv-2, #3D3D3F);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  margin-bottom: 8px;
}
.main-doctor-section .blocks .data_title img {
  margin-left: 20px;
}
.main-doctor-section .blocks .data_title span {
  color: #3D3D3F;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.main-doctor-section .blocks .description1 {
  color: rgba(61, 61, 63, 0.81);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 128.571% */
  margin-bottom: 9px;
}
.main-doctor-section .blocks .description2 {
  color: rgba(61, 61, 63, 0.67);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
}
.main-doctor-section .blocks .description2 span {
  color: #3D3D3F;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
}

.certificates {
  margin-bottom: 80px;
}
@media screen and (max-width: 480px) {
  .certificates {
    margin-bottom: 40px;
  }
}
.certificates .programm-section__title {
  color: #293636;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 480px) {
  .certificates .programm-section__title {
    font-size: 22px;
    width: 195px;
    display: inline-block;
    margin-bottom: 21px;
  }
}
.certificates .navigation {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: end;
  margin-bottom: 11px;
}
@media screen and (max-width: 480px) {
  .certificates .navigation {
    display: inline-block;
    position: absolute;
    right: 15px;
    margin-bottom: 0;
  }
}
.certificates .navigation .btn {
  display: inline-flex;
  height: 44px;
  padding: 20px 18px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  cursor: pointer;
}
.certificates .navigation .btn.prev {
  background: #E4F3FF;
}
.certificates .navigation .btn.next {
  background: #24C7B8;
}
.certificates .certificates_block {
  display: flex;
  align-items: center;
  gap: 20px;
}
.certificates .certificates_block .img {
  border-radius: 5px;
  border: 1px solid #BEE1F6;
  padding: 20px 15px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .certificates .certificates_block .img {
    height: 253px;
  }
}
.certificates .certificates_block .img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.certificates .certificates_block .img img:first-of-type {
  width: 244px;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: rotate(90deg);
}
@media screen and (max-width: 480px) {
  .certificates .certificates_block .img img:first-of-type {
    width: 221px;
    height: 313px;
  }
}
.certificates .certificates_block .img .not-gorizantal {
  transform: none !important;
}
.certificates .certificates_block .img .open-img {
  width: 66px;
  height: 66px;
  position: absolute;
  bottom: 25px;
  right: 25px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 480px) {
  .certificates .certificates_block .img .open-img {
    opacity: 1;
    width: 48px;
    height: 48px;
    bottom: 15px;
    right: 15px;
  }
}
.certificates .certificates_block .img:hover .open-img {
  opacity: 1;
}
.certificates .certificates_block .img {
  cursor: pointer;
}
.certificates .certificates_block .description {
  color: var(--grey, #4F4F4F);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
@media screen and (max-width: 480px) {
  .certificates .certificates_block .description {
    font-size: 14px;
  }
}

.recovery-section {
  margin-bottom: 54px;
}
@media screen and (max-width: 480px) {
  .recovery-section {
    margin-bottom: 40px;
  }
}
.recovery-section .programm-section__title {
  color: #293636;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 480px) {
  .recovery-section .programm-section__title {
    font-size: 22px;
    width: 200px;
    display: inline-block;
    margin-bottom: 21px;
  }
}
.recovery-section .navigation {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: end;
  margin-bottom: 11px;
}
@media screen and (max-width: 480px) {
  .recovery-section .navigation {
    display: inline-block;
    position: absolute;
    right: 15px;
    margin-bottom: 0;
  }
}
.recovery-section .navigation .btn {
  display: inline-flex;
  height: 44px;
  padding: 20px 18px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  cursor: pointer;
}
.recovery-section .navigation .btn.prev {
  background: #E4F3FF;
}
.recovery-section .navigation .btn.next {
  background: #24C7B8;
}
.recovery-section .blocks {
  display: flex;
  align-items: center;
}
.recovery-section .blocks .item {
  width: 275px;
  height: 206px;
}
@media screen and (max-width: 480px) {
  .recovery-section .blocks .item {
    height: 218px;
  }
}
.recovery-section .blocks img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.map-section {
  background-image: url(../imgs/map.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 49px 0;
  border-bottom: 1px solid #00C6BF;
}
@media screen and (max-width: 480px) {
  .map-section {
    padding: 25px 0;
  }
}
.map-section .block {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
  padding: 23px 43px 32px 32px;
}
@media screen and (max-width: 480px) {
  .map-section .block {
    padding: 24px 39px 24px 38px;
    width: 100%;
  }
}
.map-section .logo {
  width: 197px;
  height: 50px;
  aspect-ratio: 197/50;
  margin-bottom: 16px;
}
@media screen and (max-width: 480px) {
  .map-section .logo {
    width: 172px;
    height: 43px;
    aspect-ratio: 4/1;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.map-section .item {
  display: flex;
  gap: 26px;
}
@media screen and (max-width: 480px) {
  .map-section .item {
    flex-direction: column;
    gap: 0;
  }
}
.map-section .tel {
  color: #333;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  margin-bottom: 8px;
}
.map-section .tel-number {
  color: #333;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 22.4px */
  margin-bottom: 22px;
  display: block;
}
@media screen and (max-width: 480px) {
  .map-section .tel-number {
    margin-bottom: 12px;
  }
}
.map-section .socials {
  display: flex;
  align-items: center;
  gap: 6px;
}
@media screen and (max-width: 480px) {
  .map-section .socials {
    display: none;
  }
  .map-section .socials.mobile_only {
    display: flex;
    justify-content: center;
  }
}
.map-section .mobile_only {
  display: none;
}
.map-section .icon {
  width: 28px;
  height: 28px;
}
.map-section .icon:first-of-type {
  width: 18px;
  height: 18px;
}
.map-section .icon img {
  width: 100%;
  height: 100%;
}
.map-section .contacts_item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.map-section .address {
  color: #333;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.map-section .address_data {
  color: #333;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 480px) {
  .map-section .address_data {
    margin-bottom: 24px;
    font-weight: 500;
  }
}

.footer {
  padding: 16px 0;
}
@media screen and (max-width: 480px) {
  .footer {
    padding: 10px 0 12px 0;
  }
}
.footer .block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .footer .block {
    flex-direction: column;
    gap: 10px;
  }
}
.footer .item1 {
  color: #3C4C4C;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 6px;
}
.footer .item1 img {
  width: 14px;
  height: 14px;
}
.footer .item2 {
  color: #3C4C4C;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.footer .item2 a {
  color: #3C4C4C;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  align-items: center;
  justify-content: center;
}
.modal .modal-content {
  max-width: 90vh;
  max-height: 90vw;
  border-radius: 10px;
  -o-object-fit: contain;
     object-fit: contain;
  transform: rotate(90deg);
}
.modal .close-modal {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}
.modal .prev-modal,
.modal .next-modal {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 40px;
  transition: 0.3s;
  border-radius: 0 3px 3px 0;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.modal .prev-modal {
  left: 0;
}
.modal .next-modal {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.modal .prev-modal:hover,
.modal .next-modal:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

@keyframes animate {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.widgets {
  position: fixed;
  z-index: 9999;
}

.widgets__whatsapp {
  position: fixed;
  right: 20px;
  bottom: 30px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  text-align: center;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  width: 50px;
  height: 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.widgets__whatsapp:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.widgets__whatsapp::after,
.widgets__whatsapp::before {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #25D366;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: animate 1.5s linear infinite;
  opacity: 0;
  backface-visibility: hidden;
}

.widgets__whatsapp:after {
  animation-delay: 0.5s;
}

.widgets__tel {
  position: fixed;
  right: 20px;
  bottom: 135px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  text-align: center;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  width: 50px;
  height: 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.widgets__tel:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.widgets__tel::after,
.widgets__tel::before {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #333333;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: animate 1.5s linear infinite;
  opacity: 0;
  backface-visibility: hidden;
}

.widgets__tel:after {
  animation-delay: 0.5s;
}/*# sourceMappingURL=index.css.map */