@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700;800&display=swap");
html {
  overflow-x: hidden;
  padding: 0;
  margin: 0;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #373737;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
  user-select: none;
}

header {
  position: fixed;
  display: flex;
  justify-content: center;
  width: 100%;
  top: 10px;
  z-index: 100;
}
@media screen and (max-width: 820px) {
  header {
    display: none;
  }
}
header #header-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 60px);
  max-width: 1200px;
  height: 70px;
  border-radius: 35px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 1px 14px 0 rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(12px);
  padding: 0 8px 0 25px;
  box-sizing: border-box;
}
header #header-container a.header-logo {
  position: relative;
}
header #header-container a.header-logo img {
  width: 193px;
}
header #header-container a.shoping-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 54px;
  border-radius: 27px;
  background: linear-gradient(-5deg, #9C9D9D -145.77%, #414141 -15.42%, #B1B2B3 43.71%, #878786 90.07%, #878786 90.07%);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
}
header #header-container a.shoping-btn:hover {
  background: #373737;
}
header #header-container a.shoping-btn img {
  margin-left: 12px;
}
header #header-container .header-menu {
  position: absolute;
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
header #header-container .header-menu a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: #373737;
  text-decoration: none;
}
header #header-container .header-menu a.active {
  color: #BDBDBD;
}

#mobile-menu {
  position: fixed;
  display: block;
  visibility: hidden;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.44);
  z-index: 80;
}
#mobile-menu #mobile-menu-items {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 30px;
  top: 46px;
  width: 318px;
  height: 327px;
  border-radius: 0px 0px 0px 25px;
  background: #FFF;
  padding-top: 54px;
  padding-left: 30px;
  transition: all 300ms ease-out;
  right: -318px;
}
#mobile-menu #mobile-menu-items a {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #373737;
  text-decoration: none;
}
#mobile-menu #mobile-menu-items a.active {
  color: #BDBDBD;
}
#mobile-menu #mobile-menu-items a.shoping-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 263px;
  height: 60px;
  border-radius: 40px;
  background: linear-gradient(-5deg, #9C9D9D -145.77%, #414141 -15.42%, #B1B2B3 43.71%, #878786 90.07%, #878786 90.07%);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
}
#mobile-menu #mobile-menu-items a.shoping-btn:hover {
  background: #373737;
}
#mobile-menu #mobile-menu-items a.shoping-btn img {
  margin-left: 12px;
}
#mobile-menu.active {
  visibility: visible;
}
#mobile-menu.active #mobile-menu-items {
  right: 0;
}

#mobile-header {
  position: fixed;
  display: none;
  width: 100%;
  height: 46px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 1px 14px 0 rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(12px);
  z-index: 100;
}
#mobile-header .header-logo {
  position: absolute;
  display: block;
  left: 15px;
  top: 8px;
}
#mobile-header .header-logo img {
  height: 28px;
}
#mobile-header #burger {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  right: 15px;
  height: 46px;
  width: 32px;
  transition: all 300ms ease-out;
}
#mobile-header #burger .burger-line {
  position: relative;
  display: block;
  width: 32px;
  height: 4px;
  border-radius: 2px;
  background: #373737;
  transition: all 300ms ease-out;
}
#mobile-header #burger.active {
  gap: 0;
}
#mobile-header #burger.active .burger-line {
  margin: -2px;
}
#mobile-header #burger.active .burger-line:nth-child(1) {
  transform: rotate(45deg);
}
#mobile-header #burger.active .burger-line:nth-child(3) {
  transform: rotate(-45deg);
}
#mobile-header #burger.active .burger-line:nth-child(2) {
  opacity: 0;
}
@media screen and (max-width: 820px) {
  #mobile-header {
    display: block;
  }
}

.doctors-top {
  position: relative;
  height: auto;
  background: linear-gradient(-50deg, #F59A01 41.51%, #FCDBA5 115.16%);
  padding-bottom: 160px;
}
@media screen and (max-width: 820px) {
  .doctors-top {
    padding-bottom: 50px;
  }
}
.doctors-top #doctor-top-bg {
  position: absolute;
  display: block;
  height: 833px;
  top: 0;
  right: calc(50% - 910px);
}
@media screen and (max-width: 820px) {
  .doctors-top #doctor-top-bg {
    display: none;
  }
}
.doctors-top #mobile-doctor-top-bg {
  position: absolute;
  display: none;
  height: 463px;
  top: 0;
  right: calc(50% - 360px);
}
@media screen and (max-width: 820px) {
  .doctors-top #mobile-doctor-top-bg {
    display: block;
  }
}

section {
  position: relative;
  display: block;
  width: calc(100% - 60px);
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  section {
    width: calc(100% - 30px);
  }
}
section sup {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 0.7em;
  top: -0.3em;
}
section.home-top {
  height: 694px;
}
section.home-top #home-circle {
  position: absolute;
  display: block;
  top: -85px;
  right: -264px;
}
@media screen and (max-width: 820px) {
  section.home-top #home-circle {
    display: none;
  }
}
section.home-top #home-circle-mobile {
  position: absolute;
  display: none;
  top: 60px;
  left: 50%;
  transform: translateX(-267px);
}
@media screen and (max-width: 820px) {
  section.home-top #home-circle-mobile {
    display: block;
  }
}
section.home-top .top-drags img {
  position: absolute;
  display: block;
  left: 417px;
  top: -17px;
}
section.home-top .top-drags img:nth-child(2) {
  top: 95px;
  left: 1205px;
}
section.home-top .top-drags img:nth-child(3) {
  top: 485px;
  left: 610px;
}
section.home-top .top-drags img:nth-child(4) {
  top: 498px;
  left: 1008px;
}
section.home-top .home-top-content {
  position: absolute;
  display: block;
  top: 227px;
  left: 0;
  font-size: 24px;
  line-height: 29px;
}
section.home-top .home-top-content .mobile-text {
  display: none;
}
section.home-top .home-top-content h1 {
  padding: 0;
  margin: 0;
  font-size: 72px;
  font-weight: 800;
  line-height: 72px;
  margin-bottom: 16px;
}
section.home-top .home-top-content h1 sup {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top: -0.3em;
  font-size: 0.5em;
}
@media screen and (max-width: 820px) {
  section.home-top .home-top-content {
    top: 88px;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
  }
  section.home-top .home-top-content br {
    display: inline-block;
    width: 10px;
  }
  section.home-top .home-top-content h1 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 4px;
    white-space: nowrap;
  }
  section.home-top .home-top-content .desktop-text {
    display: none;
  }
  section.home-top .home-top-content .mobile-text {
    display: block;
  }
}
section.home-top .home-top-content a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 54px;
  border-radius: 27px;
  background: linear-gradient(-5deg, #9C9D9D -145.77%, #414141 -15.42%, #B1B2B3 43.71%, #878786 90.07%, #878786 90.07%);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  margin-top: 32px;
}
section.home-top .home-top-content a:hover {
  background: #373737;
}
section.home-top .home-top-content a img {
  margin-left: 12px;
}
@media screen and (max-width: 820px) {
  section.home-top .home-top-content a {
    position: absolute;
    top: 422px;
    width: 262px;
    height: 60px;
    left: 50%;
    border-radius: 40px;
    transform: translateX(-50%);
  }
}
section.home-top-slider {
  height: 608px;
  margin-top: -20px;
  margin-bottom: 98px;
}
@media screen and (max-width: 820px) {
  section.home-top-slider {
    height: 230px;
  }
}
section.home-top-slider .swiper-wrapper {
  white-space: nowrap;
  font-size: 0;
  line-height: 0;
}
section.home-top-slider .swiper-wrapper .home-slider-item {
  position: relative;
  display: inline-block;
  white-space: normal;
  margin-right: 40px;
  width: 608px;
  height: 608px;
  border: #000 solid 1px;
  border-radius: 50%;
  box-sizing: border-box;
}
section.home-top-slider .swiper-wrapper .home-slider-item:first-child {
  border: 0;
}
section.home-top-slider .swiper-wrapper .home-slider-item img {
  width: 100%;
}
section.home-top-slider .swiper-wrapper .home-slider-item:last-child {
  margin-right: 0;
}
section.home-top-slider .swiper-wrapper .home-slider-item:nth-child(4) img:nth-child(2) {
  display: none;
}
section.home-top-slider .swiper-wrapper .home-slider-item:first-child .slider-pack {
  position: absolute;
  display: block;
  top: 140px;
  left: -318px;
  width: 818px;
}
section.home-top-slider .swiper-wrapper .home-slider-item .top-slide-text {
  position: absolute;
  display: block;
  left: 77px;
  top: 118px;
  font-size: 18px;
  line-height: 21px;
}
section.home-top-slider .swiper-wrapper .home-slider-item .top-slide-text sup {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 0.7em;
  top: -0.3em;
}
section.home-top-slider .swiper-wrapper .home-slider-item .top-slide-text strong {
  position: relative;
  display: block;
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 7px;
}
section.home-top-slider .swiper-wrapper .home-slider-item .top-slide-text strong strong {
  color: #fff;
}
section.home-top-slider .swiper-wrapper .home-slider-item .top-slide-text strong span {
  font-size: 120px;
  line-height: 96px;
}
@media screen and (max-width: 820px) {
  section.home-top-slider .swiper-wrapper .home-slider-item {
    width: 264px;
    height: 264px;
    margin-right: 18px;
  }
  section.home-top-slider .swiper-wrapper .home-slider-item:first-child .top-slide-text {
    width: 120px;
  }
  section.home-top-slider .swiper-wrapper .home-slider-item:first-child .slider-pack {
    top: 80px;
    left: -113px;
    width: 348px;
  }
  section.home-top-slider .swiper-wrapper .home-slider-item .top-slide-text-vn .br {
    position: relative;
    display: inline-block;
    content: " ";
  }
  section.home-top-slider .swiper-wrapper .home-slider-item:nth-child(2) .top-slide-text-vn {
    width: 190px;
  }
  section.home-top-slider .swiper-wrapper .home-slider-item:nth-child(2) img {
    transform: translateX(60px) translateY(20px);
  }
  section.home-top-slider .swiper-wrapper .home-slider-item:nth-child(3) .top-slide-text-vn {
    width: 214px;
  }
  section.home-top-slider .swiper-wrapper .home-slider-item:nth-child(3) img {
    transform: translateX(60px) translateY(20px);
  }
  section.home-top-slider .swiper-wrapper .home-slider-item:nth-child(4) .top-slide-text-vn {
    width: 204px;
    margin-top: 45px;
  }
  section.home-top-slider .swiper-wrapper .home-slider-item:nth-child(4) strong {
    display: none;
  }
  section.home-top-slider .swiper-wrapper .home-slider-item:nth-child(4) img {
    display: none;
  }
  section.home-top-slider .swiper-wrapper .home-slider-item:nth-child(4) img:nth-child(2) {
    display: block;
    position: absolute;
    width: 202px;
    left: 26px;
    top: 26px;
  }
  section.home-top-slider .swiper-wrapper .home-slider-item .top-slide-text {
    left: 35px;
    top: 46px;
    font-size: 12px;
    line-height: 14px;
  }
  section.home-top-slider .swiper-wrapper .home-slider-item .top-slide-text strong {
    font-size: 18px;
    line-height: 22px;
  }
}
section .section-title {
  position: relative;
  display: block;
  margin-bottom: 30px;
  font-size: 42px;
  line-height: 50px;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  section .section-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}
section .section-title span {
  color: #E86D00;
}
section.sostav .sostav-bg {
  position: absolute;
  display: block;
  top: 0;
  right: -13px;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  section.sostav .sostav-bg {
    display: none;
  }
}
section.sostav .sostav-bg-mobile {
  position: absolute;
  display: none;
  top: -88px;
  left: 154px;
}
@media screen and (max-width: 1000px) {
  section.sostav .sostav-bg-mobile {
    display: block;
  }
}
section.sostav .sostav-item {
  position: relative;
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  align-items: center;
  margin-bottom: 40px;
  font-size: 28px;
  line-height: 33px;
}
@media screen and (max-width: 1000px) {
  section.sostav .sostav-item {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 20px;
  }
}
section.sostav .sostav-item small {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
}
@media screen and (max-width: 1000px) {
  section.sostav .sostav-item small {
    font-size: 14px;
    line-height: 17px;
  }
}
section.sostav .sostav-item .sostav-item-image {
  position: relative;
  display: block;
  left: 0;
  top: 0;
  width: 95px;
}
@media screen and (max-width: 1000px) {
  section.sostav .sostav-item .sostav-item-image {
    width: 48px;
  }
}
section.sostav .sostav-item .sostav-item-image img {
  width: 95px;
}
@media screen and (max-width: 1000px) {
  section.sostav .sostav-item .sostav-item-image img {
    width: 48px;
  }
}
section.sostav .sostav-item .sostav-item-image span {
  position: absolute;
  display: block;
  left: -8px;
  top: -8px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border-radius: 50%;
  background: #373737;
}
@media screen and (max-width: 1000px) {
  section.sostav .sostav-item .sostav-item-image span {
    width: 19px;
    height: 19px;
    font-size: 10px;
    line-height: 19px;
    left: -2px;
    top: -2px;
  }
}
section.red-items {
  width: 100%;
  max-width: 100%;
  min-height: 500px;
  margin: 206px 0;
}
@media screen and (max-width: 820px) {
  section.red-items {
    margin-top: 120px;
    margin-bottom: 40px;
  }
}
section.red-items .red-items-bg {
  position: absolute;
  top: -90px;
  left: -50%;
  height: calc(100% + 180px);
  width: 200%;
  background: #EB9606;
  transform: rotate(-8deg);
}
@media screen and (max-width: 820px) {
  section.red-items .red-items-bg {
    top: -40px;
    height: calc(100% + 70px);
  }
}
section.red-items .red-items-top {
  position: absolute;
  width: 100%;
  height: 1px;
  pointer-events: none;
  top: -76px;
  transform: rotate(-8deg);
}
@media screen and (max-width: 820px) {
  section.red-items .red-items-top {
    display: none;
  }
}
section.red-items .red-items-top img {
  position: absolute;
  display: block;
  width: 280px;
  height: auto;
  bottom: 0;
  transform: rotate(8deg);
}
section.red-items .red-items-bottom {
  position: absolute;
  width: 100%;
  height: 1px;
  pointer-events: none;
  bottom: -69px;
  transform: rotate(-8deg);
}
@media screen and (max-width: 820px) {
  section.red-items .red-items-bottom {
    display: none;
  }
}
section.red-items .red-items-bottom img {
  position: absolute;
  display: block;
  width: 330px;
  height: auto;
  top: 0;
  right: 0;
  transform: rotate(8deg);
}
section.red-items .container {
  width: calc(100% - 60px);
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 30px;
}
@media screen and (max-width: 820px) {
  section.red-items .container {
    width: calc(100% - 30px);
    padding-top: 0px;
  }
}
section.red-items .container .section-title {
  z-index: 2;
}
section.red-items .container .section-title span {
  color: #fff;
}
section.red-items .container .work-items {
  position: relative;
  display: block;
  width: auto;
  margin-top: 150px;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  section.red-items .container .work-items {
    margin-top: 80px;
  }
}
section.red-items .container .work-items .work-item {
  position: relative;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 111px;
}
section.red-items .container .work-items .work-item .work-item-content {
  position: relative;
  display: block;
}
section.red-items .container .work-items .work-item .work-item-content .work-item-image {
  position: absolute;
  display: block;
  top: -202px;
  left: -125px;
}
@media screen and (max-width: 820px) {
  section.red-items .container .work-items .work-item .work-item-content .work-item-image {
    top: -97px;
    left: -38px;
    width: 284px;
  }
}
section.red-items .container .work-items .work-item .work-item-content .work-item-info {
  position: relative;
  margin-left: 196px;
  width: 543px;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.74);
  backdrop-filter: blur(11px);
  font-size: 24px;
  line-height: 28px;
}
@media screen and (max-width: 820px) {
  section.red-items .container .work-items .work-item .work-item-content .work-item-info {
    padding: 5px 10px;
    margin-left: 69px;
    width: calc(100% - 70px);
    border-radius: 10px;
    font-size: 14px;
    line-height: 17px;
  }
}
section.red-items .container .work-items .work-item .work-item-content .work-item-info .work-item-info-items {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media screen and (max-width: 820px) {
  section.red-items .container .work-items .work-item .work-item-content .work-item-info .work-item-info-items {
    margin-top: 10px;
    margin-bottom: -5px;
  }
}
section.red-items .container .work-items .work-item .work-item-content .work-item-info .work-item-info-items .work-item-info-item {
  position: relative;
  display: flex;
  width: auto;
  min-width: 50%;
  gap: 11px;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
}
section.red-items .container .work-items .work-item .work-item-content .work-item-info .work-item-info-items .work-item-info-item img {
  width: 52px;
  border-radius: 26px;
  border: #000 solid 1px;
}
@media screen and (max-width: 820px) {
  section.red-items .container .work-items .work-item .work-item-content .work-item-info .work-item-info-items .work-item-info-item img {
    width: 24px;
    border: rgba(0, 0, 0, 0.49) solid 1px;
  }
}
@media screen and (max-width: 820px) {
  section.red-items .container .work-items .work-item:nth-child(2) {
    margin-bottom: 80px;
  }
}
section.red-items .container .work-items .work-item:nth-child(2) .work-item-content .work-item-image {
  left: auto;
  right: -30px;
  top: -214px;
}
@media screen and (max-width: 820px) {
  section.red-items .container .work-items .work-item:nth-child(2) .work-item-content .work-item-image {
    top: -80px;
    right: 0;
    width: 200px;
  }
}
section.red-items .container .work-items .work-item:nth-child(2) .work-item-content .work-item-info {
  width: 588px;
}
@media screen and (max-width: 820px) {
  section.red-items .container .work-items .work-item:nth-child(2) .work-item-content .work-item-info {
    width: calc(100% - 60px);
    margin-left: 0px !important;
  }
  section.red-items .container .work-items .work-item:nth-child(2) .work-item-content .work-item-info .br {
    position: relative;
    display: inline-block;
    content: " ";
  }
}
section.red-items .container .work-items .work-item:nth-child(3) .work-item-content .work-item-image {
  left: -85px;
  top: -178px;
}
@media screen and (max-width: 820px) {
  section.red-items .container .work-items .work-item:nth-child(3) .work-item-content .work-item-image {
    left: -9px;
    top: -71px;
    width: 210px;
  }
}
section.red-items .container .work-items .work-item:nth-child(3) .work-item-content .work-item-info {
  width: 698px;
}
@media screen and (max-width: 820px) {
  section.red-items .container .work-items .work-item:nth-child(3) .work-item-content .work-item-info {
    width: calc(100% - 70px);
  }
  section.red-items .container .work-items .work-item:nth-child(3) .work-item-content .work-item-info .br {
    position: relative;
    display: inline-block;
    content: " ";
  }
}
section.red-items .container .work-items .work-item:nth-child(3) .work-item-content .work-item-info .work-item-info-items .work-item-info-item {
  align-items: flex-start;
  margin-bottom: 20px;
}
@media screen and (max-width: 820px) {
  section.red-items .container .work-items .work-item:nth-child(3) .work-item-content .work-item-info .work-item-info-items .work-item-info-item {
    margin-bottom: 4px;
  }
}
section.red-items .container .work-items .work-item:nth-child(3) .work-item-content .work-item-info .work-item-info-items .work-item-info-item:last-child {
  margin-bottom: 10px;
}
section.red-items .container .work-items .work-item:nth-child(4) .work-item-content .work-item-image {
  left: auto;
  right: -100px;
  top: -283px;
}
@media screen and (max-width: 820px) {
  section.red-items .container .work-items .work-item:nth-child(4) .work-item-content .work-item-image {
    left: auto;
    right: -20px;
    top: -133px;
  }
}
section.red-items .container .work-items .work-item:nth-child(4) .work-item-content .work-item-info {
  width: 588px;
}
section.red-items .container .work-items .work-item:nth-child(2n) {
  justify-content: flex-end;
}
section.red-items .container .work-items .work-item:nth-child(2n) .work-item-content .work-item-info {
  margin-left: 196px;
  margin-right: 153px;
}
@media screen and (max-width: 820px) {
  section.red-items .container .work-items .work-item:nth-child(2n) .work-item-content .work-item-info {
    margin-left: 0px;
    margin-right: 97px;
    width: calc(100% - 100px);
  }
  section.red-items .container .work-items .work-item:nth-child(2n) .work-item-content .work-item-info .br {
    position: relative;
    display: inline-block;
    content: " ";
  }
}
section.inside-slider {
  padding-top: 90px;
  padding-bottom: 60px;
}
@media screen and (max-width: 820px) {
  section.inside-slider {
    padding-top: 0;
    padding-bottom: 42px;
  }
}
section.inside-slider .swiper-wrapper {
  position: relative;
  display: block;
  height: auto;
  white-space: nowrap;
  font-size: 0;
  line-height: 0;
}
section.inside-slider .swiper-wrapper .inside-slider-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 360px;
  width: 100%;
  border-radius: 40px;
  white-space: normal;
  background: #F1F1F1;
  padding: 30px;
  margin-right: 40px;
  padding-right: 610px;
  font-size: 18px;
  line-height: 25px;
}
@media screen and (max-width: 1160px) {
  section.inside-slider .swiper-wrapper .inside-slider-item {
    padding-right: 430px;
  }
}
@media screen and (max-width: 820px) {
  section.inside-slider .swiper-wrapper .inside-slider-item {
    height: 260px;
    width: 327px;
    padding: 10px;
    padding-right: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    margin-right: 10px;
    font-size: 12px;
    line-height: 14px;
  }
}
section.inside-slider .swiper-wrapper .inside-slider-item .inside-slider-item-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 28px;
  line-height: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}
section.inside-slider .swiper-wrapper .inside-slider-item .inside-slider-item-title span {
  line-height: 99px;
  font-size: 120px;
}
@media screen and (max-width: 820px) {
  section.inside-slider .swiper-wrapper .inside-slider-item .inside-slider-item-title span {
    line-height: 42px;
    font-size: 42px;
  }
}
@media screen and (max-width: 820px) {
  section.inside-slider .swiper-wrapper .inside-slider-item .inside-slider-item-title {
    font-size: 16px;
    line-height: 17px;
    margin-bottom: 2px;
  }
}
section.inside-slider .swiper-wrapper .inside-slider-item img {
  position: absolute;
  display: block;
  width: 560px;
  top: 30px;
  right: 30px;
  height: 300px;
}
@media screen and (max-width: 1160px) {
  section.inside-slider .swiper-wrapper .inside-slider-item img {
    width: 400px;
    border-radius: 41px;
    object-fit: cover;
  }
}
@media screen and (max-width: 820px) {
  section.inside-slider .swiper-wrapper .inside-slider-item img {
    width: 307px;
    height: 135px;
    border-radius: 10px;
    right: 10px;
    bottom: 10px;
    top: auto;
  }
}
section.inside-slider .swiper-wrapper .inside-slider-item video {
  position: absolute;
  display: block;
  width: 560px;
  top: 30px;
  right: 30px;
  border-radius: 41px;
  object-fit: cover;
  height: 300px;
}
@media screen and (max-width: 1160px) {
  section.inside-slider .swiper-wrapper .inside-slider-item video {
    width: 400px;
    border-radius: 41px;
    object-fit: cover;
  }
}
@media screen and (max-width: 820px) {
  section.inside-slider .swiper-wrapper .inside-slider-item video {
    width: 307px;
    height: 135px;
    border-radius: 10px;
    right: 10px;
    bottom: 10px;
    top: auto;
  }
}
section.inside-slider .swiper-wrapper .inside-slider-item:last-child {
  margin-right: 0;
}
section.inside-slider .inside-slider-paginate {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
@media screen and (max-width: 820px) {
  section.inside-slider .inside-slider-paginate {
    display: none;
  }
}
section.inside-slider .inside-slider-paginate .swiper-pagination-bullet {
  position: relative;
  display: block;
  width: 19px;
  height: 19px;
  border-radius: 19px;
  background: #F2F2F2;
}
section.inside-slider .inside-slider-paginate .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #EB9606;
}
section.vitamin-b {
  height: 455px;
}
@media screen and (max-width: 1160px) {
  section.vitamin-b {
    height: 225px;
  }
}
section.vitamin-b img.vitamin-b-bg {
  position: absolute;
  top: 0;
  right: -60px;
}
@media screen and (max-width: 1160px) {
  section.vitamin-b img.vitamin-b-bg {
    display: none;
  }
}
section.vitamin-b .vitamin-b-bg-mobile {
  position: absolute;
  display: none;
  top: 100px;
  right: -14px;
}
@media screen and (max-width: 820px) {
  section.vitamin-b .vitamin-b-bg-mobile {
    display: block;
  }
}
section.vitamin-b .vitamin-b-items {
  display: flex;
  gap: 67px;
  font-size: 18px;
  line-height: 24px;
}
@media screen and (max-width: 820px) {
  section.vitamin-b .vitamin-b-items {
    font-size: 8px;
    line-height: 12px;
    gap: 24px;
  }
}
@media screen and (max-width: 820px) {
  section.vitamin-b .vitamin-b-items img {
    width: 62px;
  }
}
section.vitamin-b .vitamin-b-items b {
  position: relative;
  display: block;
  font-size: 28px;
  line-height: 39px;
  margin-top: 20px;
}
@media screen and (max-width: 820px) {
  section.vitamin-b .vitamin-b-items b {
    margin-top: 10px;
    font-size: 14px;
    line-height: 18px;
  }
}
section#shoping {
  width: 100%;
  max-width: 100%;
  min-height: 500px;
  margin: 176px 0 0;
  padding-bottom: 112px;
}
@media screen and (max-width: 820px) {
  section#shoping {
    padding-bottom: 30px;
  }
}
section#shoping #shoping-link {
  position: absolute;
  display: block;
  top: -100px;
}
section#shoping .red-items-top {
  position: absolute;
  width: 100%;
  height: 1px;
  pointer-events: none;
  top: -45px;
  transform: rotate(8deg);
}
@media screen and (max-width: 1024px) {
  section#shoping .red-items-top {
    display: none;
  }
}
section#shoping .red-items-top img {
  position: absolute;
  display: block;
  width: 405px;
  height: auto;
  bottom: 0;
  right: 0;
  transform: rotate(-8deg);
}
section#shoping .red-items-bg {
  position: absolute;
  top: -60px;
  left: -50%;
  height: calc(100% + 100px);
  width: 200%;
  background: #EB9606;
  transform: rotate(8deg);
}
@media screen and (max-width: 1000px) {
  section#shoping .red-items-bg {
    transform: rotate(4deg);
  }
}
section#shoping .red-items-bg-hor {
  position: absolute;
  display: block;
  width: 70%;
  left: 0;
  height: 80%;
  bottom: 0;
  background: #EB9606;
}
section#shoping .container {
  width: calc(100% - 60px);
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  section#shoping .container {
    width: calc(100% - 30px);
  }
}
section#shoping .container .section-title {
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  section#shoping .container .section-title {
    top: -40px;
    margin-bottom: -20px;
  }
}
section#shoping .shoping-items {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  border-radius: 40px;
  width: 100%;
  background: rgba(255, 255, 255, 0.74);
  padding: 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 820px) {
  section#shoping .shoping-items {
    border-radius: 20px;
    padding: 10px;
    padding-top: 20px;
  }
}
section#shoping .shoping-items .shoping-items-menu {
  position: relative;
  display: flex;
  gap: 20px;
  padding-bottom: 8px;
  border-bottom: #373737 solid 1px;
  margin-bottom: 26px;
}
@media screen and (max-width: 820px) {
  section#shoping .shoping-items .shoping-items-menu {
    gap: 0;
    width: 100%;
  }
}
section#shoping .shoping-items .shoping-items-menu .shoping-items-menu-item {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  cursor: pointer;
}
@media screen and (max-width: 820px) {
  section#shoping .shoping-items .shoping-items-menu .shoping-items-menu-item {
    width: 50%;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
  }
}
section#shoping .shoping-items .shoping-items-menu .shoping-items-menu-item.active {
  font-weight: 600;
}
section#shoping .shoping-items .shoping-items-menu .shoping-items-menu-item.active:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 12px;
  content: "";
  border-radius: 12px;
  background: #EB9606;
  top: 32px;
  left: 0;
}
@media screen and (max-width: 820px) {
  section#shoping .shoping-items .shoping-items-menu .shoping-items-menu-item.active:after {
    height: 10px;
    top: 33px;
  }
}
section#shoping .shoping-items .shoping-items-lists .shoping-items-list {
  display: none;
  flex-wrap: wrap;
  gap: 20px;
}
section#shoping .shoping-items .shoping-items-lists .shoping-items-list.active {
  display: flex;
}
section#shoping .shoping-items .shoping-items-lists .shoping-items-list a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 110px;
  width: calc(25% - 15px);
  border-radius: 20px;
  background: #fff;
}
@media screen and (max-width: 820px) {
  section#shoping .shoping-items .shoping-items-lists .shoping-items-list a {
    width: 100%;
    height: 120px;
  }
  section#shoping .shoping-items .shoping-items-lists .shoping-items-list a img {
    width: calc(100% - 60px);
  }
}
section#shoping .shoping-items .shoping-items-lists .shoping-items-list a img {
  width: calc(100% - 60px);
}
section#shoping .shoping-items .shoping-item {
  position: relative;
  width: 338px;
  height: 228px;
  padding-top: 50px;
  padding-left: 12px;
  padding-right: 157px;
  box-sizing: border-box;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.74);
  backdrop-filter: blur(11px);
  font-size: 12px;
  line-height: 14px;
}
@media screen and (max-width: 1160px) {
  section#shoping .shoping-items .shoping-item {
    width: calc(50% - 40px);
  }
}
@media screen and (max-width: 820px) {
  section#shoping .shoping-items .shoping-item {
    width: 100%;
    margin-bottom: 78px !important;
    margin-right: 17px;
  }
  section#shoping .shoping-items .shoping-item:last-child {
    margin-bottom: 30px !important;
  }
}
section#shoping .shoping-items .shoping-item b {
  position: relative;
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 20px;
  white-space: nowrap;
}
section#shoping .shoping-items .shoping-item a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 166px;
  height: 54px;
  border-radius: 27px;
  background: linear-gradient(-5deg, #9C9D9D -145.77%, #414141 -15.42%, #B1B2B3 43.71%, #878786 90.07%, #878786 90.07%);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  margin-top: 10px;
}
section#shoping .shoping-items .shoping-item a:hover {
  background: #373737;
}
section#shoping .shoping-items .shoping-item a img {
  margin-left: 12px;
}
@media screen and (max-width: 820px) {
  section#shoping .shoping-items .shoping-item a {
    position: absolute;
    bottom: 20px;
    left: 10px;
    width: calc(100% - 20px);
  }
}
section#shoping .shoping-items .shoping-item:nth-child(1) {
  margin-bottom: 104px;
}
@media screen and (max-width: 1160px) {
  section#shoping .shoping-items .shoping-item:nth-child(2) {
    margin-bottom: 104px;
  }
}
@media screen and (max-width: 1160px) {
  section#shoping .shoping-items .shoping-item:nth-child(3) {
    margin-bottom: 104px;
  }
}
section#shoping .shoping-items .shoping-item .shoping-logo {
  position: absolute;
  display: block;
  height: 43px;
  left: 7px;
  top: -17px;
}
section#shoping .shoping-items .shoping-item .shoping-phone {
  position: absolute;
  display: block;
  width: 122px;
  right: 12px;
  top: -50px;
}
@media screen and (max-width: 820px) {
  section#shoping .shoping-items .shoping-item .shoping-phone {
    width: auto;
    height: 181px;
  }
}
section#shoping .shoping-items .shoping-item .shoping-label {
  position: absolute;
  display: block;
  width: 71px;
  right: -23px;
  top: -36px;
}
section.doctors-top-content {
  margin-bottom: 60px;
}
@media screen and (max-width: 820px) {
  section.doctors-top-content {
    margin-bottom: 30px;
  }
}
section.doctors-top-content img {
  position: relative;
  display: block;
  margin-top: 29px;
  width: 310px;
}
@media screen and (max-width: 820px) {
  section.doctors-top-content img {
    width: 136px;
  }
}
section.doctors-top-content .doctor-title {
  padding-top: 144px;
}
@media screen and (max-width: 820px) {
  section.doctors-top-content .doctor-title {
    padding-top: 88px;
  }
}
section.doctors-top-content .doctor-title .doctor-title-line {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 820px) {
  section.doctors-top-content .doctor-title .doctor-title-line {
    display: block;
  }
}
section.doctors-top-content .doctor-title .doctor-title-line span {
  font-size: 72px;
  line-height: 72px;
  font-weight: 700;
}
@media screen and (max-width: 820px) {
  section.doctors-top-content .doctor-title .doctor-title-line span {
    font-size: 32px;
    line-height: 32px;
  }
}
section.doctors-top-content .doctor-title .doctor-title-line span sup {
  font-size: 0.5em;
}
section.doctors-top-content .doctor-title .doctor-title-line small {
  font-size: 24px;
  line-height: 27px;
  margin-left: 5px;
}
@media screen and (max-width: 820px) {
  section.doctors-top-content .doctor-title .doctor-title-line small {
    font-size: 14px;
    line-height: 17px;
    position: relative;
    display: block;
    width: 210px;
    margin-left: 0;
    margin-top: 5px;
  }
}
section.doctors-top-content .telegram-block {
  position: relative;
  display: flex;
  align-items: center;
  padding: 40px;
  justify-content: space-between;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0 4px 36.6px 0 rgba(0, 0, 0, 0.25);
  margin-top: 95px;
}
@media screen and (max-width: 820px) {
  section.doctors-top-content .telegram-block {
    padding: 15px;
    display: block;
    padding-bottom: 100px;
    margin-top: 54px;
  }
}
section.doctors-top-content .telegram-block img.qr-image {
  width: 203px;
  margin-top: 0;
}
@media screen and (max-width: 820px) {
  section.doctors-top-content .telegram-block img.qr-image {
    width: 123px;
    position: absolute;
    display: block;
    right: 15px;
    top: 15px;
  }
}
section.doctors-top-content .telegram-block .telegram-block-text {
  font-size: 42px;
  line-height: 51px;
  font-weight: 700;
}
@media screen and (max-width: 820px) {
  section.doctors-top-content .telegram-block .telegram-block-text {
    font-size: 18px;
    line-height: 22px;
    padding-right: 90px;
    width: calc(100% - 60px);
  }
}
section.doctors-top-content .telegram-block .telegram-block-text small {
  position: relative;
  display: block;
  margin-bottom: 4px;
  color: #2BACEF;
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
  text-transform: uppercase;
}
@media screen and (max-width: 820px) {
  section.doctors-top-content .telegram-block .telegram-block-text small {
    font-size: 14px;
    line-height: 16px;
  }
}
section.doctors-top-content .telegram-block .telegram-block-text a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 330px;
  height: 54px;
  border-radius: 27px;
  background: linear-gradient(-5deg, #9C9D9D -145.77%, #414141 -15.42%, #B1B2B3 43.71%, #878786 90.07%, #878786 90.07%);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 820px) {
  section.doctors-top-content .telegram-block .telegram-block-text a {
    position: absolute;
    left: 15px;
    border-radius: 40px;
    bottom: 15px;
    height: 60px;
    width: calc(100% - 30px);
  }
}
section.doctors-top-content .telegram-block .telegram-block-text a:hover {
  background: #373737;
}
section.doctors-top-content .telegram-block .telegram-block-text a img {
  margin-left: 6px;
  width: 40px;
  margin-top: 0;
}
section.doctor-top-bottom {
  padding-top: 93px;
  height: 1077px;
}
@media screen and (max-width: 820px) {
  section.doctor-top-bottom {
    padding-top: 20px;
    height: 937px;
  }
}
section.doctor-top-bottom .section-title span {
  color: #fff;
}
@media screen and (max-width: 820px) {
  section.doctor-top-bottom .section-title {
    font-size: 18px;
    line-height: 22px;
  }
  section.doctor-top-bottom .section-title span {
    font-size: 24px;
  }
}
section.doctor-top-bottom .doctor-items-bg {
  position: absolute;
  display: block;
  bottom: 132px;
  left: 430px;
  top: auto;
  width: 1141px;
}
@media screen and (max-width: 820px) {
  section.doctor-top-bottom .doctor-items-bg {
    display: none;
  }
}
section.doctor-top-bottom .doctor-drag {
  position: absolute;
  display: block;
  width: 215px;
  top: 107px;
  left: -220px;
}
@media screen and (max-width: 820px) {
  section.doctor-top-bottom .doctor-drag {
    display: none;
  }
}
section.doctor-top-bottom .doctor-items-bg-mobile {
  position: absolute;
  display: none;
  bottom: 200px;
  left: calc(50% - 250px);
  top: auto;
  width: 607px;
}
@media screen and (max-width: 820px) {
  section.doctor-top-bottom .doctor-items-bg-mobile {
    display: block;
  }
}
section.doctor-top-bottom .doctor-drag-mobile {
  position: absolute;
  display: none;
  width: 170px;
  top: 47px;
  left: 226px;
}
@media screen and (max-width: 820px) {
  section.doctor-top-bottom .doctor-drag-mobile {
    display: block;
  }
}
section.doctor-top-bottom .doctor-check {
  position: relative;
  display: flex;
  justify-content: flex-start;
  gap: 11px;
  align-items: center;
  border-radius: 20px;
  background: #FFF;
  width: 395px;
  padding: 21px;
  box-sizing: border-box;
  flex-shrink: 0;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 22px;
}
section.doctor-top-bottom .doctor-check img {
  width: 46px;
}
@media screen and (max-width: 820px) {
  section.doctor-top-bottom .doctor-check {
    border-radius: 6px;
    width: 204px;
    padding: 10px;
    font-size: 12px;
    line-height: 14px;
  }
  section.doctor-top-bottom .doctor-check img {
    width: 30px;
  }
}
section.doctor-top-bottom .doctor-items {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 820px) {
  section.doctor-top-bottom .doctor-items {
    gap: 10px;
    z-index: 1;
    position: relative;
  }
}
section.doctor-top-bottom .doctor-items .doctor-item {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}
section.doctor-top-bottom .doctor-items .doctor-item strong {
  position: relative;
  display: block;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
}
@media screen and (max-width: 820px) {
  section.doctor-top-bottom .doctor-items .doctor-item {
    font-size: 14px;
    align-items: flex-start;
    gap: 10px;
  }
  section.doctor-top-bottom .doctor-items .doctor-item strong {
    font-size: 18px;
    white-space: nowrap;
  }
  section.doctor-top-bottom .doctor-items .doctor-item .doctor-item-text {
    width: calc(100% - 46px);
  }
  section.doctor-top-bottom .doctor-items .doctor-item .doctor-item-text .br {
    position: relative;
    display: inline-block;
    content: "";
    width: 4px;
  }
  section.doctor-top-bottom .doctor-items .doctor-item:nth-child(2) .doctor-item-text {
    padding-right: 35px;
  }
}
section.doctor-top-bottom .doctor-items .doctor-item .doctor-item-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 94px;
  height: 94px;
  border-radius: 94px;
  background: #fff;
}
section.doctor-top-bottom .doctor-items .doctor-item .doctor-item-icon span {
  position: absolute;
  display: block;
  left: -12px;
  top: 0;
  width: 38px;
  height: 38px;
  border-radius: 38px;
  text-align: center;
  line-height: 38px;
  font-size: 15px;
  color: #fff;
  background: #373737;
}
@media screen and (max-width: 820px) {
  section.doctor-top-bottom .doctor-items .doctor-item .doctor-item-icon {
    width: 36px;
    height: 36px;
  }
  section.doctor-top-bottom .doctor-items .doctor-item .doctor-item-icon img {
    width: 21px;
  }
  section.doctor-top-bottom .doctor-items .doctor-item .doctor-item-icon span {
    width: 14px;
    height: 14px;
    font-size: 6px;
    line-height: 14px;
    left: -5px;
  }
}
section.doctor-table {
  width: 100%;
  max-width: 100%;
  min-height: 500px;
  margin-bottom: 102px;
  background: #fff;
}
@media screen and (max-width: 820px) {
  section.doctor-table {
    margin-bottom: 30px;
    min-height: 330px;
  }
}
section.doctor-table .doctor-table-white {
  position: absolute;
  top: -280px;
  left: -50%;
  height: 600px;
  width: 200%;
  background: #FFFFFF;
  transform: rotate(4deg);
}
section.doctor-table .container {
  width: calc(100% - 60px);
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 30px;
}
@media screen and (max-width: 820px) {
  section.doctor-table .container {
    width: calc(100% - 30px);
  }
}
section.doctor-table .container .section-title {
  margin-top: -250px;
}
@media screen and (max-width: 820px) {
  section.doctor-table .container .section-title .br {
    position: relative;
    display: inline-block;
    width: 4px;
    content: "";
  }
}
section.doctor-table .container .table-value {
  position: relative;
  padding: 30px 27px;
  border-radius: 20px;
  background: #F0F0F0;
  margin-top: 20px;
  font-size: 18px;
  line-height: 22px;
}
@media screen and (max-width: 820px) {
  section.doctor-table .container .table-value {
    padding: 10px 6px;
    border-radius: 6px;
    font-size: 12px;
    line-height: 14px;
  }
}
section.doctor-table .container .table-value .table-value-items {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
}
@media screen and (max-width: 820px) {
  section.doctor-table .container .table-value .table-value-items {
    margin-top: 14px;
    gap: 10px;
    justify-content: flex-start;
    padding-bottom: 20px;
  }
}
section.doctor-table .container .table-value .table-value-items .table-value-item {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 3px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (max-width: 820px) {
  section.doctor-table .container .table-value .table-value-items .table-value-item {
    font-size: 10px;
    line-height: 12px;
  }
}
section.doctor-table .container .table-value .table-value-items .table-value-item b {
  font-size: 79px;
  line-height: 54px;
}
@media screen and (max-width: 1160px) {
  section.doctor-table .container .table-value .table-value-items .table-value-item b {
    font-size: 60px;
  }
}
@media screen and (max-width: 820px) {
  section.doctor-table .container .table-value .table-value-items .table-value-item b {
    font-size: 32px;
    line-height: 24px;
  }
}
section.doctor-table .container .table-value .table-value-items .table-value-item img {
  position: absolute;
  width: 100%;
  top: -78px;
}
section.doctor-table .container .table-value .table-value-items .table-value-item:last-child {
  width: 30%;
  max-width: 350px;
  height: 60px;
  align-items: flex-start;
}
@media screen and (max-width: 820px) {
  section.doctor-table .container .table-value .table-value-items .table-value-item:last-child {
    position: absolute;
    display: block;
    width: 99px;
    right: 0px;
    bottom: -94px;
  }
  section.doctor-table .container .table-value .table-value-items .table-value-item:last-child img {
    transform: scaleY(-1) rotate(180deg);
  }
}
section.doctor-table .container .doctor-table-block {
  position: relative;
  display: block;
  border-radius: 20px;
  background: #F0F0F0;
}
@media screen and (max-width: 820px) {
  section.doctor-table .container .doctor-table-block {
    border-radius: 6px;
  }
}
section.doctor-table .container .doctor-table-block .doctor-table-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 112px;
  border-radius: 20px;
  color: #fff;
  background: #373737;
  margin-bottom: 21px;
}
@media screen and (max-width: 820px) {
  section.doctor-table .container .doctor-table-block .doctor-table-header {
    border-radius: 6px;
    height: 90px;
    margin-bottom: 10px;
    justify-content: flex-start;
  }
}
section.doctor-table .container .doctor-table-block .doctor-table-header .doctor-table-td {
  font-size: 24px;
  line-height: 28px;
  padding-left: 26px;
  width: 150px;
}
@media screen and (max-width: 1160px) {
  section.doctor-table .container .doctor-table-block .doctor-table-header .doctor-table-td {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 820px) {
  section.doctor-table .container .doctor-table-block .doctor-table-header .doctor-table-td {
    font-size: 12px;
    line-height: 14px;
    padding-left: 15px;
    width: 129px;
  }
  section.doctor-table .container .doctor-table-block .doctor-table-header .doctor-table-td:nth-child(2) {
    padding-left: 0;
    width: 33px;
  }
}
section.doctor-table .container .doctor-table-block .doctor-table-header .doctor-table-td:last-child {
  margin-right: 65px;
  width: 50%;
}
@media screen and (max-width: 820px) {
  section.doctor-table .container .doctor-table-block .doctor-table-header .doctor-table-td:last-child {
    width: calc(100% - 167px);
    margin-right: 0;
  }
  section.doctor-table .container .doctor-table-block .doctor-table-header .doctor-table-td:last-child .br {
    position: relative;
    display: inline-block;
    width: 4px;
    content: "";
  }
}
section.doctor-table .container .doctor-table-block hr {
  position: relative;
  display: block;
  margin: 0 10px;
  height: 1px;
  border: 0;
  background: #CBCBCB;
}
section.doctor-table .container .doctor-table-block .doctor-table-tr {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 10px;
}
@media screen and (max-width: 820px) {
  section.doctor-table .container .doctor-table-block .doctor-table-tr {
    margin: 0 5px;
    justify-content: flex-start;
  }
}
section.doctor-table .container .doctor-table-block .doctor-table-tr:nth-child(2) {
  background: #F59A01;
  border-radius: 20px;
  color: #fff;
}
@media screen and (max-width: 820px) {
  section.doctor-table .container .doctor-table-block .doctor-table-tr:nth-child(2) {
    border-radius: 6px;
    color: #373737;
  }
}
section.doctor-table .container .doctor-table-block .doctor-table-tr:nth-child(2) .doctor-table-td {
  margin: 0;
}
section.doctor-table .container .doctor-table-block .doctor-table-tr .doctor-table-td {
  font-size: 24px;
  line-height: 54px;
  padding-left: 26px;
  width: 150px;
  margin: 10px 0;
}
@media screen and (max-width: 1160px) {
  section.doctor-table .container .doctor-table-block .doctor-table-tr .doctor-table-td {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 820px) {
  section.doctor-table .container .doctor-table-block .doctor-table-tr .doctor-table-td {
    font-size: 12px;
    line-height: 26px;
    padding-left: 0px;
  }
}
section.doctor-table .container .doctor-table-block .doctor-table-tr .doctor-table-td:first-child {
  padding-left: 16px;
  font-size: 18px;
  line-height: 54px;
}
@media screen and (max-width: 820px) {
  section.doctor-table .container .doctor-table-block .doctor-table-tr .doctor-table-td:first-child {
    font-size: 12px;
    line-height: 26px;
    padding-left: 10px;
    width: 122px;
  }
  section.doctor-table .container .doctor-table-block .doctor-table-tr .doctor-table-td:first-child b {
    font-weight: 400;
  }
}
@media screen and (max-width: 820px) {
  section.doctor-table .container .doctor-table-block .doctor-table-tr .doctor-table-td:nth-child(2) {
    padding-left: 0;
    width: 54px;
  }
}
section.doctor-table .container .doctor-table-block .doctor-table-tr .doctor-table-td:last-child {
  margin-right: 65px;
  width: 50%;
}
@media screen and (max-width: 820px) {
  section.doctor-table .container .doctor-table-block .doctor-table-tr .doctor-table-td:last-child {
    width: calc(100% - 167px);
    margin-right: 0;
  }
}
section.doctor-table .container .table-legend {
  font-size: 12px;
  line-height: 15px;
  margin-top: 21px;
}
@media screen and (max-width: 820px) {
  section.doctor-table .container .table-legend {
    z-index: 1;
    position: relative;
    font-size: 10px;
    line-height: 12px;
  }
}
section.video-block {
  color: #373737;
}
section.video-block .section-title {
  margin-bottom: 10px;
}
@media screen and (max-width: 820px) {
  section.video-block .section-title {
    margin-bottom: 10px;
  }
}
section.video-block .video-block-text {
  position: relative;
  max-width: 584px;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 35px;
}
@media screen and (max-width: 820px) {
  section.video-block .video-block-text {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 10px;
  }
}
section.video-block .video-player {
  position: relative;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 60px;
  font-size: 0;
  line-height: 0;
}
@media screen and (max-width: 820px) {
  section.video-block .video-player {
    border-radius: 10px;
    margin-bottom: 20px;
  }
}
section.video-block .video-player img {
  width: 100%;
  opacity: 0;
}
section.video-block .video-player iframe {
  position: absolute;
  left: 0;
  top: 0;
}
section.video-block .video-player #play-btn {
  position: absolute;
  display: block;
  width: 128px;
  height: 128px;
  left: calc(50% - 64px);
  top: calc(50% - 64px);
  cursor: pointer;
}
@media screen and (max-width: 820px) {
  section.video-block .video-player #play-btn {
    width: 38px;
    height: 38px;
    left: calc(50% - 19px);
    top: calc(50% - 19px);
  }
}
section.video-block .video-speaker {
  position: absolute;
  display: block;
  padding-left: 170px;
  right: 0;
  top: 0;
  width: 432px;
  font-size: 14px;
  line-height: 18px;
}
@media screen and (max-width: 1200px) {
  section.video-block .video-speaker {
    position: relative;
    width: auto;
    height: 154px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 820px) {
  section.video-block .video-speaker {
    padding-left: 70px;
    font-size: 10px;
    line-height: 13px;
    margin-bottom: 30px;
    height: auto;
  }
}
section.video-block .video-speaker b {
  position: relative;
  display: block;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 31px;
}
@media screen and (max-width: 820px) {
  section.video-block .video-speaker b {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
  }
  section.video-block .video-speaker b .br {
    position: relative;
    display: inline-block;
    width: 5px;
    content: "&nbsp;";
  }
}
section.video-block .video-speaker img {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 154px;
}
@media screen and (max-width: 820px) {
  section.video-block .video-speaker img {
    width: 60px;
  }
}
section.home-telegram {
  margin-bottom: 120px;
}
section.home-telegram .section-title span {
  color: #EB9606;
}
section.home-telegram .home-telegram-field {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  min-height: 583px;
  border-radius: 40px;
  background: url(img/home_telegram_bg.jpg) no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 820px) {
  section.home-telegram .home-telegram-field {
    border-radius: 20px;
    min-height: 811px;
    background: url(img/home_telegram_bg_mob.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
}
section.home-telegram .home-telegram-field .iphone-image {
  position: absolute;
  display: block;
  left: 78px;
  top: 50%;
  transform: translateY(-50%);
  width: 246px;
  height: auto;
}
@media screen and (max-width: 820px) {
  section.home-telegram .home-telegram-field .iphone-image {
    top: auto;
    bottom: 31px;
    width: 166px;
    left: 50%;
    transform: translateX(-50%);
  }
}
section.home-telegram .home-telegram-field .home-telegram-content {
  padding-left: 523px;
  padding-right: 37px;
  padding-top: 40px;
}
@media screen and (max-width: 820px) {
  section.home-telegram .home-telegram-field .home-telegram-content {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 0;
  }
}
section.home-telegram .home-telegram-field .home-telegram-content a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 330px;
  height: 54px;
  border-radius: 27px;
  background: linear-gradient(-5deg, #9C9D9D -145.77%, #414141 -15.42%, #B1B2B3 43.71%, #878786 90.07%, #878786 90.07%);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 820px) {
  section.home-telegram .home-telegram-field .home-telegram-content a {
    position: relative;
    border-radius: 40px;
    margin-top: 20px;
    height: 60px;
    width: calc(100% - 10px);
  }
}
section.home-telegram .home-telegram-field .home-telegram-content a:hover {
  background: #373737;
}
section.home-telegram .home-telegram-field .home-telegram-content a img {
  margin-left: 6px;
  width: 40px;
  margin-top: 0;
}
section.home-telegram .home-telegram-field .home-telegram-content .home-telegram-content-items {
  position: relative;
  display: flex;
  gap: 18px;
  flex-direction: column;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  section.home-telegram .home-telegram-field .home-telegram-content .home-telegram-content-items {
    flex-wrap: wrap;
    gap: 0;
    flex-direction: row;
  }
}
section.home-telegram .home-telegram-field .home-telegram-content .home-telegram-content-items .home-telegram-content-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 0;
  line-height: 0;
}
section.home-telegram .home-telegram-field .home-telegram-content .home-telegram-content-items .home-telegram-content-item span {
  font-size: 24px;
  line-height: 28px;
}
@media screen and (max-width: 820px) {
  section.home-telegram .home-telegram-field .home-telegram-content .home-telegram-content-items .home-telegram-content-item {
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
    gap: 0;
  }
  section.home-telegram .home-telegram-field .home-telegram-content .home-telegram-content-items .home-telegram-content-item span {
    font-size: 14px;
    line-height: 18px;
  }
  section.home-telegram .home-telegram-field .home-telegram-content .home-telegram-content-items .home-telegram-content-item:first-child {
    margin-bottom: 18px;
  }
}
section.home-telegram .home-telegram-field .home-telegram-content .home-telegram-content-items .home-telegram-content-item .home-telegram-content-item-img {
  position: relative;
  display: block;
}
section.home-telegram .home-telegram-field .home-telegram-content .home-telegram-content-items .home-telegram-content-item .home-telegram-content-item-img img {
  width: 72px;
}
@media screen and (max-width: 820px) {
  section.home-telegram .home-telegram-field .home-telegram-content .home-telegram-content-items .home-telegram-content-item .home-telegram-content-item-img img {
    padding-left: 5px;
    width: 48px;
  }
}
section.home-telegram .home-telegram-field .home-telegram-content .home-telegram-content-items .home-telegram-content-item .home-telegram-content-item-img span {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  left: -12px;
  top: 2px;
  line-height: 30px;
  text-align: center;
  border-radius: 30px;
  color: #fff;
  font-size: 12px;
  background: #373737;
}
@media screen and (max-width: 820px) {
  section.home-telegram .home-telegram-field .home-telegram-content .home-telegram-content-items .home-telegram-content-item .home-telegram-content-item-img span {
    width: 19px;
    height: 19px;
    font-size: 10px;
    line-height: 19px;
    left: -1px;
    top: -1px;
  }
}

footer {
  position: relative;
  width: 100%;
  padding: 60px 0;
  background: #373737;
}
@media screen and (max-width: 820px) {
  footer {
    padding: 18px 0;
  }
}
footer .container {
  width: calc(100% - 60px);
  max-width: 1200px;
  height: auto;
  padding-bottom: 116px;
  margin: 0 auto;
  background: url(img/bad.png) no-repeat 0 100%;
  background-size: 100% auto;
}
@media screen and (max-width: 820px) {
  footer .container {
    width: calc(100% - 30px);
  }
}
footer .container .footer-logo {
  position: relative;
  display: block;
  margin-bottom: 65px;
}
footer .container .footer-logo img {
  width: 193px;
}
@media screen and (max-width: 820px) {
  footer .container .footer-logo {
    margin-bottom: 20px;
  }
}
footer .container .footer-content {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 820px) {
  footer .container .footer-content {
    flex-direction: column-reverse;
  }
}
footer .container .footer-content .footer-menu {
  position: relative;
  display: block;
}
footer .container .footer-content .footer-menu a {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 22px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media screen and (max-width: 820px) {
  footer .container .footer-content .footer-menu {
    top: 60px;
  }
  footer .container .footer-content .footer-menu a {
    font-size: 14px;
  }
}
footer .container .footer-content .footer-contacts {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
footer .container .footer-content .footer-contacts b {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 19px;
}
@media screen and (max-width: 820px) {
  footer .container .footer-content .footer-contacts b {
    margin-bottom: 10px;
  }
}
footer .container .footer-content .footer-contacts p {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}
footer .container .footer-content .footer-contacts a {
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  footer .container .footer-content .footer-contacts {
    display: none;
  }
}
footer .container .footer-content .footer-form {
  position: relative;
  display: block;
  width: 588px;
  height: auto;
  color: #fff;
}
@media screen and (max-width: 820px) {
  footer .container .footer-content .footer-form {
    width: 100%;
  }
}
footer .container .footer-content .footer-form b {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 19px;
}
@media screen and (max-width: 820px) {
  footer .container .footer-content .footer-form b {
    margin-bottom: 10px;
  }
}
footer .container .footer-content .footer-form form {
  position: relative;
  display: flex;
  width: 100%;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.1);
  padding: 12px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
@media screen and (max-width: 820px) {
  footer .container .footer-content .footer-form form {
    padding-bottom: 134px;
  }
}
footer .container .footer-content .footer-form form input {
  width: calc(50% - 10px);
  border-radius: 19px;
  height: 39px;
  background: #fff;
  padding: 0 10px;
  font-size: 16px;
  line-height: 39px;
  font-family: "Montserrat", sans-serif;
  color: #000;
  outline: none;
  margin-bottom: 12px;
  border: #fff solid 1px;
  box-sizing: border-box;
}
@media screen and (max-width: 820px) {
  footer .container .footer-content .footer-form form input {
    width: 100%;
    margin-bottom: 20px;
  }
}
footer .container .footer-content .footer-form form input.error {
  border: #F64747 solid 1px;
  color: #F64747;
}
footer .container .footer-content .footer-form form input.error::placeholder {
  color: #F64747;
}
footer .container .footer-content .footer-form form textarea {
  width: 100%;
  border-radius: 11px;
  height: 99px;
  background: #fff;
  padding: 10px 10px;
  font-size: 16px;
  line-height: 22px;
  font-family: "Montserrat", sans-serif;
  color: #000;
  border: 0;
  outline: none;
  resize: none;
}
footer .container .footer-content .footer-form .form-error-text {
  position: relative;
  display: none;
  color: #F64747;
  font-size: 10px;
  line-height: 12px;
  margin-bottom: 12px;
}
footer .container .footer-content .footer-form .send-success {
  position: relative;
  display: none;
  width: 100%;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.1);
  padding: 1px 12px;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 20px;
}
@media screen and (max-width: 820px) {
  footer .container .footer-content .footer-form .send-success {
    padding-bottom: 113px;
  }
}
footer .container .footer-content .footer-form .footer-form-bottom {
  display: flex;
  gap: 15px;
  align-items: center;
  font-size: 10px;
  line-height: 13px;
  color: #fff;
}
footer .container .footer-content .footer-form .footer-form-bottom span {
  width: 190px;
}
footer .container .footer-content .footer-form .footer-form-bottom span a {
  color: #fff;
  text-decoration: none;
  border-bottom: rgba(255, 255, 255, 0.37) solid 1px;
}
@media screen and (max-width: 820px) {
  footer .container .footer-content .footer-form .footer-form-bottom span {
    width: auto;
    z-index: 1;
    position: relative;
  }
}
@media screen and (max-width: 820px) {
  footer .container .footer-content .footer-form .footer-form-bottom {
    width: calc(100% - 24px);
    margin-left: 12px;
    margin-top: -124px;
    flex-direction: column;
    align-items: flex-start;
  }
}
footer .container .footer-content .footer-form .footer-form-bottom.active .send-again {
  display: flex;
}
footer .container .footer-content .footer-form .footer-form-bottom.active button {
  display: none;
}
footer .container .footer-content .footer-form .footer-form-bottom button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 166px;
  height: 54px;
  border-radius: 27px;
  background: linear-gradient(-5deg, #9C9D9D -145.77%, #414141 -15.42%, #B1B2B3 43.71%, #878786 90.07%, #878786 90.07%);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  cursor: pointer;
  border: 0;
}
footer .container .footer-content .footer-form .footer-form-bottom button.disabled {
  pointer-events: none;
  opacity: 0.3;
}
@media screen and (max-width: 820px) {
  footer .container .footer-content .footer-form .footer-form-bottom button {
    width: 100%;
  }
}
footer .container .footer-content .footer-form .footer-form-bottom button:hover {
  background: rgba(255, 255, 255, 0.1);
}
footer .container .footer-content .footer-form .footer-form-bottom .send-again {
  position: relative;
  display: none;
  justify-content: center;
  align-items: center;
  width: 213px;
  height: 54px;
  border-radius: 27px;
  background: linear-gradient(-5deg, #9C9D9D -145.77%, #414141 -15.42%, #B1B2B3 43.71%, #878786 90.07%, #878786 90.07%);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  cursor: pointer;
  border: 0;
}
@media screen and (max-width: 820px) {
  footer .container .footer-content .footer-form .footer-form-bottom .send-again {
    width: 100%;
  }
}
footer .container .footer-content .footer-form .footer-form-bottom .send-again:hover {
  background: rgba(255, 255, 255, 0.1);
}
footer .container .legend {
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: rgba(255, 255, 255, 0.5) solid 1px;
}
footer .container .legend .legend-list-item {
  position: relative;
  display: block;
  padding-left: 20px;
}
footer .container .legend .legend-list-item sup {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 0.5em;
  top: -2px;
}
footer .container .legend .legend-list-item span {
  position: absolute;
  display: block;
  width: 16px;
  text-align: right;
  left: 0;
  top: 0;
}

.video-block-with-bg {
  position: relative;
  display: block;
}
.video-block-with-bg .doctor-table-white {
  position: absolute;
  top: -130px;
  left: -50%;
  height: 600px;
  width: 200%;
  background: #FFFFFF;
  transform: rotate(4deg);
}
@media screen and (max-width: 820px) {
  .video-block-with-bg .doctor-table-white {
    top: -37px;
    height: 400px;
  }
}

.doctor-top-bottom-with-bg {
  background: url(img/doctors_second_bg.png) no-repeat 50% 50%;
  background-size: 100% 100%;
}

#modal {
  position: fixed;
  display: none;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 100;
  top: 0;
}
#modal.active {
  display: flex;
  animation: hide-modal 3s linear forwards;
}
#modal #modal-field {
  position: relative;
  display: block;
  padding: 30px;
  background: #fff;
  font-size: 18px;
  line-height: 30px;
  border-radius: 20px;
}

@keyframes hide-modal {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

/*# sourceMappingURL=style.css.map */
