.links-block {
  display: flex;
  align-items: center;
  margin-right: 27px;
}

.links-block__item {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin-right: 8px;
  cursor: pointer;
}
.links-block__item svg {
  fill: var(--marine);
  transition: fill 0.1s ease;
}
.links-block__item--w-app:hover svg {
  fill: var(--wApp);
}
.links-block__item--telegram:hover svg {
  fill: var(--telegram);
}
.links-block__item--viber:hover svg {
  fill: var(--viber);
}
.links-block__item--ok:hover svg {
  fill: var(--ok);
}
.links-block__item--in:hover svg {
  fill: var(--instagram);
}
.links-block__item--vk:hover svg {
  fill: var(--vk);
}
.links-block__item--fb:hover svg {
  fill: var(--fb);
}
.links-block__item--yt:hover svg {
  fill: var(--youtube);
}
.links-block__item--max:hover svg {
  fill: var(--max);
}

.links-block__item.mobile {
  display: none;
}

.links-block__item:last-child {
  margin-right: 0;
}

footer .links-block__item {
  width: 40px;
  height: 40px;
  margin: 4px;
}

footer .links-block__item .svg_soc {
  width: 40px;
  height: 40px;
}

footer .links-block {
  flex-wrap: wrap;
  margin: 0 -4px;
}

@media all and (max-width: 768px) {
  .links-block__item.desktop {
    display: none;
  }
  .links-block__item.mobile {
    display: block;
  }
}
.service-menu-parent .service-menu {
  min-height: 436px;
}

.service-menu-parent .service-menu .container {
  position: relative;
  height: 100%;
}

.service-menu-parent .service-menu .container::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 328px;
}

.services-menu__wrap {
  position: relative;
  padding: 24px 20px;
}

.services-menu__item {
  max-width: 284px;
  font-size: 1.143rem;
  line-height: 24px;
  cursor: pointer;
}

.services-menu__item-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  padding: 8px 12px;
}

.services-menu__item-link:hover {
  transition: background-color 0.3s ease, color 0.3s ease;
}

.services-submenu__wrap {
  display: flex;
  justify-content: space-between;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 24px;
  left: 365px;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.services-menu__item:hover .services-submenu__wrap {
  opacity: 1;
  visibility: visible;
}

.services-menu__item .services-submenu {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex-shrink: 0;
  width: 100%;
  max-height: 390px;
  margin-right: 22px;
}

.services-submenu__link {
  width: 315px;
  min-height: 31px;
  margin-bottom: 10px;
  display: flex;
}

.services-submenu__img {
  min-width: 181px;
  width: 181px;
  border-radius: 8px;
  overflow: hidden;
}

.services-submenu__img img {
  width: 100%;
  display: block;
}
.navigation {
  position: relative;
}

.menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 -16px;
}

.service-menu {
  width: 100%;
  position: absolute;
  top: 64px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 10;
}

.service-menu-parent.hover .service-menu {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}

.parent {
  position: relative;
}

.menu__link {
  display: flex;
  font-size: 1.143rem;
  line-height: 24px;
  font-weight: 600;
  padding: 20px 16px;
  cursor: pointer;
}

.menu__link:hover {
  transition: background-color 0.3s ease;
}

.parent .menu__link {
  position: relative;
  padding-right: 32px;
}

.parent .menu__link::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  background: url("/images/sprites/svg/arrow-down.svg") center center no-repeat;
}

.submenu__wrap {
  top: 64px;
}

.submenu {
  padding: 8px 0;
  border-radius: 8px;
}

.submenu__link {
  font-size: 1.143rem;
  line-height: 24px;
  padding: 12px 24px 12px 16px;
  display: block;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.submenu__link:hover {
  transition: background-color 0.3s ease;
}

@media all and (max-width: 1280px) {
  .menu__link {
    font-size: 1rem;
    line-height: 19px;
    padding: 22px 10px;
  }
  .parent .menu__link {
    padding-right: 25px;
  }
  .parent .menu__link::after {
    right: 10px;
  }
}
@media all and (max-width: 1027px) {
  .navigation {
    display: none;
  }
}
.mobile-menu {
  width: 320px;
  height: 100vh;
  overflow-y: scroll;
  position: fixed;
  top: 135px;
  left: -320px;
  z-index: 1001;
  transition: left 0.3s ease;
  padding-bottom: 111px;
}

.mobile-menu.active {
  left: 0;
  transition: left 0.3s ease;
}

.mobile-service-menu {
  padding: 20px 0;
  background: #F2FAFB;
}

.mobile-service-menu__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.143rem;
  line-height: 24px;
  padding: 8px 15px;
  position: relative;
}

.mobile-service-menu__link {
  display: block;
  font-size: 1.143rem;
  line-height: 24px;
  padding: 6px 0 7px;
}

.mobile-service-menu__item.active::before {
  content: "";
  display: block;
  width: 4px;
  height: 23px;
  position: absolute;
  top: 6px;
  left: -15px;
}

.mobile-service-menu__item.active::before {
  height: 40px;
  top: 0;
  left: 0;
}

.mobile-menu .appointment-link {
  justify-content: flex-start;
  margin-bottom: 27px;
}

.mobile-menu .review-link {
  justify-content: flex-start;
  margin-right: 0;
  margin-bottom: 16px;
}

.mobile-main-menu {
  padding: 20px 0;
}

.mobile-main-submenu,
.mobile-service-menu__list {
  width: 320px;
  height: 100vh;
  position: fixed;
  top: 132px;
  left: -320px;
  z-index: 1001;
  transition: left 0.3s ease;
  padding: 21px 15px 111px;
}

.mobile-main-submenu.active,
.mobile-service-menu__list.active {
  left: 0;
  transition: left 0.3s ease;
}

.mobile-main-menu__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 15px;
  font-size: 1.143rem;
  line-height: 24px;
}

span.mobile-main-menu__link {
  transition: color 0.3s ease;
  cursor: pointer;
}
span.mobile-main-menu__link:hover {
  color: var(--marine-accent);
}

.mobile-main-menu__back {
  display: flex;
  align-items: center;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 13px;
}

.mobile-service-menu__title {
  display: block;
  font-weight: bold;
  font-size: 1.143rem;
  line-height: 24px;
  margin-bottom: 10px;
  cursor: pointer;
}

.mobile-menu-footer {
  padding: 23px 15px 41px;
  position: relative;
}

.mobile-menu-footer::before {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
}

.mobile-service-menu__img {
  border-radius: 8px;
  overflow: hidden;
  margin-top: 30px;
}

.mobile-service-menu__img img {
  width: 100%;
  display: block;
}

.appointment-link {
  height: 56px;
}
.breadcrumb__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 19px 0;
}

.breadcrumb__item {
  font-weight: 500;
  font-size: 0.8572rem;
  line-height: 16px;
}

.breadcrumb__item.delimiter {
  position: relative;
  padding-right: 12px;
  margin-right: 8px;
}

.breadcrumb__item.delimiter::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  right: 0;
}

@media all and (max-width: 600px) {
  .breadcrumb {
    overflow: hidden;
  }
  .breadcrumb__list {
    padding: 4px 0;
  }
  .breadcrumb__item {
    white-space: nowrap;
  }
}
.aside-form {
  max-width: 480px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: -100%;
  z-index: 10001;
  transition: right 0.5s ease;
  overflow-y: auto;
}
.aside-form.active {
  right: 0;
}
.aside-form.success .aside-from__hide {
  display: none;
}
.aside-form.success .aside-form-success {
  display: block;
}

.aside-form-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 18;
  background: rgba(0, 0, 0, 0.3);
}

.aside-form__wrap {
  padding: 66px 40px;
  position: relative;
}

.aside-form__close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  position: absolute;
  top: 12px;
  left: 12px;
  cursor: pointer;
}

.aside-form__title {
  font-weight: bold;
  font-size: 2rem;
  line-height: 32px;
  text-align: center;
  margin-bottom: 16px;
}

.aside-form__subtitle {
  font-size: 1.143rem;
  line-height: 24px;
  margin-bottom: 34px;
}
.aside-form__subtitle .form-phone-info {
  font-weight: 600;
  white-space: nowrap;
}

.aside-form__subtitle:hover a,
.marine .form-policy a:hover {
  transition: border-bottom-color 0.3s ease;
}

.aside-form .form .form__input,
.aside-form .form .form__btn {
  width: 100%;
  resize: vertical;
}

.aside-form .form .form-item {
  margin-bottom: 24px;
}

.aside-form .form .form-item-button {
  margin-top: 28px;
  margin-bottom: 20px;
}

.aside-form-success {
  display: none;
  width: 100%;
  padding: 0 35px;
  text-align: center;
}

.aside-form-success__title {
  font-weight: bold;
  font-size: 2rem;
  line-height: 32px;
  margin-bottom: 16px;
}

.aside-form-success__subtitle {
  font-size: 1.143rem;
  line-height: 24px;
  margin-bottom: 34px;
}

.aside-form-success__btn {
  width: 280px;
  font-weight: bold;
  font-size: 1.143rem;
  line-height: 20px;
  padding: 20px 0;
  margin: 0 auto;
}

.aside-form__social {
  margin-top: 20px;
}
.aside-form__social .links-block {
  flex-wrap: wrap;
  margin: 0;
}
.aside-form__social .links-block__item {
  width: 32px;
  height: 32px;
}
.aside-form__social .links-block__item .svg_soc {
  width: 32px;
  height: 32px;
}
.aside-form__social-title {
  margin-bottom: 8px;
  color: var(--white);
  font-size: 1.143rem;
  line-height: 24px;
  font-weight: 700;
}

.form__btn.loading {
  pointer-events: none;
}

.aside-form__errors {
  background-color: var(--negative-op);
  color: var(--negative);
  font-weight: 600;
  padding: 10px;
  border-radius: 5px;
}

@media all and (max-width: 600px) {
  .aside-form {
    max-width: 100%;
  }
  .aside-form__wrap {
    padding: 64px 15px;
  }
  .aside-form__close {
    top: 8px;
    right: 8px;
    left: unset;
  }
  .aside-form__title,
  .aside-form-success__title {
    font-size: 1.143rem;
    line-height: 20px;
    margin-bottom: 9px;
  }
  .aside-form__subtitle,
  .aside-form-success__subtitle {
    font-size: 1rem;
    line-height: 20px;
    margin-bottom: 31px;
  }
  .aside-form .form-item {
    width: 100%;
    margin-bottom: 12px;
  }
  .aside-form .form-item-button {
    width: 100%;
    margin-top: 16px;
  }
  .aside-form-success {
    padding-top: 36px;
  }
}
.service-description {
  margin: 113px 0;
}
.service-description .container.flex {
  display: flex;
  align-items: flex-start;
}
.service-description .container.flex .service-description__content-image {
  width: 488px;
  margin-right: 38px;
  overflow: hidden;
}
.service-description .container.flex .service-description__content-image img {
  display: block;
  width: 100%;
}
.service-description .container.flex .service-description__content {
  width: 100%;
}

.service-description__title {
  margin-bottom: 29px;
}

.service-description__wrap {
  display: flex;
}

.service-description-text {
  flex-grow: 1;
  font-size: 1.143rem;
  line-height: 24px;
}
.service-description-text figure {
  overflow: hidden;
  border-radius: 8px;
}
.service-description-text figure table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}
.service-description-text figure table td, .service-description-text figure table th {
  border-top: none !important;
  border-left: none !important;
  padding: 10px 12px;
}
.service-description-text figure table tr th:last-child, .service-description-text figure table tr td:last-child {
  border-right: none !important;
}
.service-description-text figure table tr:last-child th > tr:first-child td, .service-description-text figure table tr:last-child td {
  border-bottom: none !important;
}
.service-description-text ul {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 25px;
}
.service-description-text ul > li {
  position: relative;
  margin-bottom: 16px;
}
.service-description-text ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  left: -32px;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  -webkit-mask-image: url(/images/tick-circle.svg?35e8a7bcf7cff38d63e78571d0e1ba31);
          mask-image: url(/images/tick-circle.svg?35e8a7bcf7cff38d63e78571d0e1ba31);
  -webkit-mask-position: center;
          mask-position: center;
}
.service-description-text ol {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 40px;
}
.service-description-text ol > li {
  list-style: decimal;
}
.service-description-text p, .service-description-text h2, .service-description-text h3, .service-description-text h4 {
  margin-bottom: 21px;
}
.service-description-text blockquote {
  position: relative;
  padding: 40px;
  margin: 50px 0 0;
}
.service-description-text blockquote:before {
  content: "";
  position: absolute;
  top: -20px;
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
  background: #2CB2BB;
  border: 2px solid #FFFFFF;
  border-radius: 20px;
  background-image: url(/images/message-question.svg?bf74dc49b8c920a7bd10a79a4136bc18);
  background-repeat: no-repeat;
  background-position: center;
}
.service-description-text img {
  border-radius: 8px;
}

.service-description-text__item:not(:last-child) {
  margin-bottom: 15px;
}

.service-description-images {
  display: flex;
}

.service-description-images__item,
.service-description-images__item-big {
  width: 284px;
  border-radius: 8px;
  overflow: hidden;
}

.service-description-images__item {
  height: 284px;
  margin-left: 62px;
}

.service-description-images__item:first-child {
  margin-bottom: 24px;
}

.service-description-images__item-big {
  height: 592px;
  margin-left: 24px;
}

.service-description-images__item img,
.service-description-images__item-big img {
  width: 100%;
}

.service-description__service {
  margin-top: 24px;
}
.service-description__service-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: -12px;
  flex-wrap: wrap;
}
.service-description__service-wrap .services-menu__link {
  margin: 12px;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  padding: 16px 20px;
  transition: all 0.1s ease;
}
.service-description__service-wrap .services-menu__link .svg_tooth use {
  transition: fill 0.1s ease;
}
.service-description__service-wrap .services-menu__link:hover {
  background: var(--marine);
  color: var(--white);
}
.service-description__service-wrap .services-menu__link:hover .svg_tooth use {
  fill: var(--white);
}

@media all and (max-width: 1024px) {
  .service-description .container {
    flex-direction: column-reverse;
    align-items: center;
  }
  .service-description__wrap {
    flex-direction: column;
  }
  .service-description-text {
    margin-right: 0;
    order: 2;
  }
  .service-description-images {
    justify-content: center;
    margin-bottom: 21px;
  }
}
@media all and (max-width: 600px) {
  .service-description {
    margin: 47px 0;
  }
  .service-description__content-image {
    display: none;
  }
  .service-description-images__item-big {
    display: none;
  }
  .service-description-images .wrap {
    display: flex;
  }
  .service-description-images__item {
    width: 140px;
    height: 140px;
  }
  .service-description-images__item:first-child {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .service-description-text {
    font-size: 1rem;
    line-height: 20px;
  }
  .service-description-text iframe, .service-description-text img {
    max-width: 100%;
  }
  .service-description-text .table_scroll-wrap {
    overflow-x: auto;
  }
  .service-description-text .table_scroll {
    width: 800px;
  }
  .service-description-text table:not(.table_scroll) {
    display: block;
    max-width: 100%;
  }
  .service-description-text table:not(.table_scroll) tbody, .service-description-text table:not(.table_scroll) tr, .service-description-text table:not(.table_scroll) td {
    display: block;
    max-width: 100%;
    width: auto !important;
    margin-bottom: 20px;
  }
  .service-description-text__item:not(:last-child) {
    margin-bottom: 10px;
  }
}
.form-clinics-list .form-clinics-list-select {
  width: -moz-fit-content;
  width: fit-content;
}
.form-clinics-list .form-clinic-select__title {
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
  line-height: 16px;
  color: var(--white);
  text-align: left;
}
.form-clinics-list .form-clinic-select__arrow {
  width: 16px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  stroke: var(--white);
}
.form-clinics-list .form-clinic-select__control {
  background-color: rgba(255, 255, 255, 0);
  border: none;
  box-shadow: none;
  min-height: unset;
}
.form-clinics-list .form-clinic-select__single-value {
  color: var(--white);
  border-bottom: 1px dashed var(--white);
  text-align: left;
}
.form-clinics-list span.form-clinic-select__indicator-separator {
  display: none;
}
.form-clinics-list .form-clinic-select__indicator.form-clinic-select__dropdown-indicator svg {
  fill: var(--white);
  width: 16px;
}
.form-clinics-list .form-clinic-select__value-container {
  padding: 2px 0;
}
.form-clinics-list .form-clinic-select__option {
  position: relative;
  background: none;
  cursor: pointer;
  transition: background-color 0.1s ease;
  color: var(--dark);
}
.form-clinics-list .form-clinic-select__option div span:first-child {
  display: block;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 4px;
  transition: color 0.1s ease;
}
.form-clinics-list .form-clinic-select__option div span:last-child {
  display: block;
  font-size: 1.143rem;
  line-height: 20px;
}
.form-clinics-list .form-clinic-select__option--is-selected {
  pointer-events: none;
}
.form-clinics-list .form-clinic-select__option--is-selected::before {
  position: absolute;
  display: block;
  width: 4px;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  background-color: var(--marine);
}
.form-clinics-list .form-clinic-select__indicator {
  padding: 2px;
}

.form-clinic-select .form-clinic-select__menu {
  min-width: 420px;
  z-index: 10;
  text-align: left;
}

.color-background-white .form-clinics-list .form-clinic-select__arrow {
  stroke: var(--dark);
}
.color-background-white .form-clinics-list .form-clinic-select__single-value {
  color: var(--dark);
  border-bottom: 1px dashed var(--dark);
}
.color-background-white .form-clinics-list .form-clinic-select__indicator.form-clinic-select__dropdown-indicator svg {
  fill: var(--dark);
  width: 16px;
}
.color-background-white .form-clinics-list .form-clinic-select__title {
  color: var(--dark);
}

.consultation-distance-form .form-clinics-list {
  margin-bottom: 24px;
}

@media all and (max-width: 800px) {
  .consultation .form-clinic-select__title {
    text-align: left;
  }
}
@media all and (max-width: 440px) {
  .form-clinic-select .form-clinic-select__menu {
    min-width: 320px;
  }
}
.consultation {
  margin: 113px 0;
}

.consultation__wrap {
  position: relative;
  padding-top: 110px;
  padding-left: 612px;
}

.consultation__wrap_image {
  content: "";
  display: block;
  width: 542px;
  height: 535px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

.mainpage-form .consultation__wrap_image {
  background-image: url("/images/bg-1.png");
  background-size: contain;
}

.form {
  margin-top: 30px;
}

.form-item__wrap {
  display: flex;
}

.consultation .form-item__wrap {
  flex-wrap: wrap;
}

.form-item {
  position: relative;
}
.form-item--name {
  margin-right: 22px;
}
.form-item--wide {
  width: 100%;
  margin-top: 24px;
}
.form-item--file {
  margin-top: 24px;
  margin-bottom: 36px;
}
.form-item--select {
  position: relative;
}

.form__input {
  outline: none;
  font-family: "Montserrat", "Arial", sans-serif;
  width: 284px;
  height: 60px;
  background: #FFFFFF;
  border-radius: 5px;
  font-size: 1.143rem;
  line-height: 20px;
  padding: 28px 20px 12px;
}

.form-item-time {
  margin-top: 12px;
}

.form__input::-webkit-input-placeholder {
  color: #97A6A7;
  font-family: "Montserrat", "Arial", sans-serif;
}

.form__input:-moz-placeholder {
  color: #97A6A7;
  font-family: "Montserrat", "Arial", sans-serif;
}

.form__input::-moz-placeholder {
  color: #97A6A7;
  font-family: "Montserrat", "Arial", sans-serif;
}

.form__input:-ms-input-placeholder {
  color: #97A6A7;
  font-family: "Montserrat", "Arial", sans-serif;
}

.form__input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.form__input:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.form__input:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.form__input:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.form__input-label {
  position: absolute;
  top: 7px;
  left: 20px;
  line-height: 16px;
  font-weight: 600;
}

.form-item-time__list {
  display: none;
}

.form-item__title {
  line-height: 16px;
  font-weight: 700;
}

.form-item__title span {
  border-bottom: 1px dotted #ffffff;
}

.form-item-button {
  margin-top: 44px;
}

.form-item-policy {
  display: flex;
  gap: 10px;
}
.form-item-policy__checkbox {
  display: flex;
  align-items: center;
}
.form-item-policy__checkbox .checkbox__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  transition: all 0.2s ease;
  background: transparent;
}
.form-item-policy__checkbox .checkbox__btn::before {
  content: "";
  display: block;
  width: 15px;
  height: 10px;
  position: absolute;
  -webkit-mask-image: url("/images/sprites/svg/small-check.svg");
  mask-image: url("/images/sprites/svg/small-check.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.form-item-policy__checkbox .checkbox__btn.white {
  border: 2px solid var(--marine-op, #F2FAFB);
}
.form-item-policy__checkbox .checkbox__btn.white::before {
  background-color: var(--marine, #2CB2BB);
}
.form-item-policy__checkbox .checkbox__btn.white.active {
  background-color: var(--marine-op, #F2FAFB);
}
.form-item-policy__checkbox .checkbox__btn.marine {
  border: 2px solid var(--marine, #2CB2BB);
}
.form-item-policy__checkbox .checkbox__btn.marine::before {
  background-color: var(--marine-op, #F2FAFB);
}
.form-item-policy__checkbox .checkbox__btn.marine.active {
  background-color: var(--marine, #2CB2BB);
}
.form-item-policy__checkbox input {
  opacity: 0;
}
.form-item-policy__text {
  color: white;
  margin: 16px 0;
  line-height: 16px;
}

.form__btn {
  width: 284px;
  height: 60px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.143rem;
  line-height: 20px;
  cursor: pointer;
}
.form__btn.loading {
  pointer-events: none;
}

.form__btn[disabled] {
  opacity: 0.2;
}

.form__select {
  width: 100%;
  padding: 28px 20px 12px;
  border-radius: 5px;
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 1.143rem;
  line-height: 20px;
  cursor: pointer;
}

.form__option {
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 1.143rem;
  line-height: 20px;
}

.form__input--file {
  width: 1px;
  height: 1px;
  outline: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.form__file-label {
  display: flex;
  font-weight: bold;
  line-height: 16px;
  cursor: pointer;
}

.consult-form .consultation__wrap {
  padding: 38px 144px 52px 428px;
  height: auto;
  border-radius: 8px;
}

.consult-form .consultation__wrap_image {
  width: 306px;
  height: 388px;
  background-size: contain;
  left: 80px;
}

.consultation__title--small {
  font-size: 2rem;
  line-height: 32px;
  margin-bottom: 12px;
}

.consultation__subtitle {
  font-size: 1.286rem;
  line-height: 24px;
}

.consultation__subtitle a {
  color: #ffffff;
  font-weight: 600;
  white-space: nowrap;
}

.consultation__subtitle a:hover {
  color: #ffffff;
}

.consult-form .main-consultation-form {
  margin-top: 26px;
}

.consult-form .form-item-button {
  margin-top: 28px;
}

.consultation.success .consultation__hide {
  display: none;
}
.consultation.success .consultation-form-success {
  display: block;
}

.consultation-form-success {
  display: none;
  max-width: 410px;
}
.consultation-form-success.show {
  display: block;
}

.consultation-form-success__btn {
  width: 284px;
  font-weight: bold;
  font-size: 1.143rem;
  line-height: 20px;
  padding: 20px 0;
}

.consultation__title {
  display: flex;
}
.consultation__title .free-consult__action__hint.accounts-link__hint {
  text-align: center;
}

@media all and (max-width: 1280px) {
  .consultation__wrap {
    padding-left: 450px;
    padding-top: 55px;
  }
  .mainpage-form .consultation__wrap_image {
    background-size: contain;
  }
  .consultation__wrap_image {
    width: 400px;
    background-size: contain;
  }
  .form-item__wrap {
    flex-wrap: wrap;
  }
  .form-item--name {
    margin-bottom: 12px;
  }
  .consult-form .consultation__wrap {
    padding: 38px 38px 52px 385px;
  }
  .consult-form .consultation__wrap_image {
    left: 25px;
  }
}
@media all and (max-width: 800px) {
  .consultation__wrap {
    border-radius: 0;
    padding: 113px 25px 56px;
  }
  .consultation__wrap_image,
  .consult-form .consultation__wrap_image {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    top: 32px;
    bottom: unset;
  }
  .consultation__wrap_image {
    background-color: #fff;
    background-image: url("/images/bg-mob-3.png");
    background-size: contain;
  }
  .mainpage-form .consultation__wrap_image {
    background-image: url("/images/bg-mob-1.png");
    background-size: contain;
  }
  .consult-form .consultation__wrap_image {
    top: 44px;
    left: 50%;
    transform: translateX(-50%);
  }
  .consult-form .consultation__wrap_image {
    background-image: url("/images/services/bg-mob-1.jpg");
    background-size: contain;
  }
  .consult-form .consultation__wrap {
    padding: 113px 25px 56px;
    text-align: center;
  }
  .consultation__title {
    margin-left: 76px;
  }
  .consultation__title--small {
    font-size: 1.429rem;
    line-height: 24px;
    margin-left: 0;
    margin-bottom: 7px;
    text-align: center;
  }
  .consultation__subtitle {
    font-size: 1.143rem;
    line-height: 20px;
  }
  .main-consultation-form {
    margin-top: 40px;
  }
  .consult-form .main-consultation-form {
    margin-top: 36px;
  }
  .main-consultation-form__form {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .form-item__wrap {
    justify-content: center;
  }
  .consultation .form-item__wrap {
    max-width: 284px;
    display: block;
  }
  .form-item--wide {
    width: unset;
  }
  .form-item--name {
    margin-bottom: 12px;
    margin-right: 0;
  }
  .consult-form .form-item-button {
    margin-top: 0;
  }
  .consultation-form-success {
    padding-top: 32px;
    margin: 0 auto;
    text-align: center;
  }
  .consultation .svg_success {
    margin: 0 auto 16px;
  }
  .consultation-form-success__btn {
    margin: 0 auto;
  }
}
@media all and (max-width: 600px) {
  .consult-form .container {
    padding: 0;
  }
  .consult-form .consultation__wrap {
    border-radius: 0;
    padding: 113px 15px 56px;
  }
  .consultation__title {
    font-size: 1.143rem;
    line-height: 20px;
  }
  .consultation__title--small {
    font-size: 1.429rem;
    line-height: 24px;
    padding: 0 30px;
  }
  .form-item-button {
    margin-top: 25px;
  }
  .consult-form .form-item-button {
    margin-top: 28px;
  }
  .consultation__title .free-consult__tooltip__hint.accounts-link__hint-text {
    top: 50%;
  }
}
.location {
  position: relative;
  margin-right: auto;
}
.location .location__city {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.location .location__city .location__city-current {
  font-weight: 600;
}
.location.show-street .location-list--address, .location.show-city .location-list--city {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}
.location.location--footer {
  margin-bottom: 42px;
}
.location .location__address {
  margin-top: 6px;
}
.location .location__current-address {
  pointer-events: none;
  transition: border-color 0.1s ease;
  display: inline-block;
}
.location .location__current-address.with-list {
  cursor: pointer;
  pointer-events: auto;
}
.location .location-geo-ip {
  position: absolute;
  left: 0;
  z-index: 100;
  padding: 28px 16px;
  border-radius: 8px;
  top: calc(100% + 8px);
  width: 286px;
  background: #ffffff;
  box-shadow: 0px 4px 16px 0px var(--marine-shadow);
}
.location .location-geo-ip--text {
  font-weight: 600;
  line-height: 16px;
}
.location .location-geo-ip--action {
  display: flex;
  margin-top: 16px;
}
.location .location-geo-ip--action .btn {
  padding: 10px;
  margin-right: 10px;
}
.location .location-list {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  z-index: 100;
  padding: 16px 0;
  border-radius: 8px;
  top: calc(100% + 8px);
  width: 286px;
}
.location .location-list--address {
  width: 406px;
}
.location .location-list .location-list-item {
  padding: 12px 16px;
  position: relative;
  transition: background-color 0.1s ease, color 0.1s ease;
  cursor: pointer;
  font-weight: 600;
  line-height: 16px;
  display: block;
}
.location .location-list .location-list-item span {
  display: block;
}
.location .location-list .location-list-item span:first-child {
  line-height: 16px;
  margin-bottom: 4px;
  transition: color 0.1s ease;
}
.location .location-list .location-list-item span:last-child {
  font-size: 1.143rem;
  line-height: 20px;
  font-weight: 400;
}
.location .location-list .location-list-item.selected {
  pointer-events: none;
}
.location .location-list .location-list-item.selected::before {
  position: absolute;
  display: block;
  width: 4px;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
}

.location .list-wrap {
  top: 15px;
}

.svg_metro {
  height: 16px;
  margin-right: 5px;
  width: 16px;
  display: block;
}

.location__metro {
  position: absolute;
  height: 28px;
  margin-right: 8px;
  width: -moz-max-content;
  width: max-content;
}
.location__metro__container {
  position: relative;
}
.location__metro .location__current-metro {
  cursor: pointer;
  display: flex;
  align-items: start;
  gap: 6px;
}
.location__metro .location__current-metro > svg {
  margin-top: 3px;
}
.location__metro .location-metro-popup {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  margin-top: 8px;
  z-index: 1000;
  padding: 8px;
  min-width: 200px;
}
.location__metro .location-metro-popup__item {
  padding: 6px 12px;
  cursor: pointer;
  border-radius: 4px;
}
.location__metro .location-metro-popup__item:hover {
  background-color: var(--marine-op);
}
.location__metro__item-name {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}
.location__current-address-metro {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.location__current-address {
  width: -moz-fit-content;
  width: fit-content;
}
.location-metro__item-name.mobile {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.location-metro__item-name {
  display: flex;
  flex-direction: row;
}
.location-metro-popup__item p {
  white-space: nowrap;
}
.location-metro__item-name.mobile {
  align-items: center;
}
.location__metro .svg_arrow-down {
  width: 10px !important;
  height: 10px !important;
  min-width: 10px !important;
  min-height: 10px !important;
}

.location__metro_tooltip .location__metro_tooltip_text {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .location__metro {
    position: relative;
  }
  .location-metro-popup__item p {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 860px) {
  .location-metro__item-name.mobile {
    display: flex;
    height: 100%;
  }
  .location-metro__item-name.mobile p {
    display: none;
  }
  .location__metro {
    display: block;
    width: 50px;
    min-width: 50px;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .location__metro .location-metro-popup {
    left: -100%;
  }
  .location__current-metro {
    height: 100%;
    display: flex;
  }
  .location__current-metro .svg_arrow-down {
    margin-top: 0px;
  }
  .location__current-address-metro {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-direction: row !important;
  }
  .location__metro .location__current-metro {
    align-items: center;
    gap: 6px;
  }
  .location__metro .location__current-metro > svg {
    margin-top: 0px;
  }
  .location-metro__item-name.mobile {
    align-items: center;
  }
  .location-metro-popup__item p {
    white-space: normal;
  }
  .location__metro_tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
  }
  .location__metro_tooltip .svg_metro {
    margin-top: 2px;
  }
  .location__metro_tooltip .location__metro_tooltip_text {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    color: var(--dark);
    padding: 6px 10px;
    border-radius: 6px;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 500;
    z-index: 100;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    pointer-events: none;
  }
  .location__metro_tooltip .location__metro_tooltip_text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
  }
  .location__metro_tooltip.active .location__metro_tooltip_text {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
}
@media all and (max-width: 768px) {
  .location__current-address.with-list {
    border-bottom: none;
  }
}
@media only screen and (max-width: 600px) {
  .location {
    margin-right: 0;
  }
  .location.location--footer {
    margin-bottom: 24px;
  }
  .location__metro .location-metro-popup {
    left: auto;
    right: 10%;
  }
}
@media only screen and (max-width: 440px) {
  .location {
    background-color: var(--marine-op);
    padding: 8px 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 3px;
  }
  .location__metro .location-metro-popup {
    left: -170%;
  }
  .location .location__city {
    position: static;
  }
  .location .location__address {
    margin: 0 0 0 8px;
  }
  .location .location-list--address, .location .location-list--city {
    width: 90vw;
  }
  .location .location-list-item.selected {
    background-color: var(--marine-op);
    color: var(--marine);
  }
  .location .location-list-item.selected span:last-child {
    color: var(--dark);
  }
  .header .header-top {
    padding: 0;
  }
  .header .header-top .phone {
    padding: 8px 15px;
  }
  .header .header-top .container.flex {
    display: block;
    padding: 0;
  }
  .location__metro_tooltip {
    margin: 0px;
  }
  .location__metro_tooltip .location__metro_tooltip_text {
    bottom: -250%;
    left: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 140px;
    height: 48px;
    max-width: 205px;
    white-space: normal;
  }
  .location__metro_tooltip .location__metro_tooltip_text::after {
    top: -25%;
    left: 50%;
    border-color: transparent transparent #fff transparent;
  }
  .location__metro .location-metro-popup {
    left: auto;
    right: 10%;
  }
}
@media all and (max-width: 400px) {
  .location__metro_tooltip {
    margin: 0px;
  }
  .location__metro_tooltip .location__metro_tooltip_text {
    bottom: -250%;
    left: -200%;
  }
  .location__metro_tooltip .location__metro_tooltip_text::after {
    left: 85%;
  }
  .location__metro .location-metro-popup {
    left: auto;
    right: 10%;
  }
}
.appointment-action {
  position: relative;
}
.appointment-action .appointment-link {
  height: 56px;
}
.appointment-action .appointment-sublink {
  position: absolute;
  display: flex;
  top: 72px;
}
.appointment-action .appointment-sublink svg {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.appointment-action .appointment-sublink svg use {
  stroke: var(--marine);
}

.footer .appointment-action .appointment-link {
  justify-content: left;
  width: 259px;
  margin-bottom: 20px;
}
.footer .appointment-action .appointment-sublink {
  position: relative;
  top: 0;
  margin-bottom: 20px;
}
.header-fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: var(--marine);
  z-index: 10000;
  box-shadow: 0px 4px 16px 0px rgba(16, 14, 53, 0.2509803922);
  transform: translateY(-100%);
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.header-fixed.show {
  transform: translateY(0);
  opacity: 1;
}
.header-fixed__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-fixed__menu {
  display: flex;
  align-items: center;
}
.header-fixed__menu-logo {
  margin-right: 24px;
  height: 24px;
}
.header-fixed__menu-logo img {
  height: 100%;
}
.header-fixed__menu-wrap .menu__link {
  padding: 20px 10px;
  white-space: nowrap;
}
.header-fixed__menu-wrap .parent .menu__link {
  padding-right: 26px;
}
.header-fixed__menu-wrap .parent .menu__link::after {
  right: 8px;
}
.header-fixed__contacts {
  display: flex;
  align-items: center;
}
.header-fixed__contacts .phone__content svg use {
  fill: var(--white);
  stroke: var(--white);
}
.header-fixed__contacts .phone__content:hover svg use {
  fill: var(--white);
  stroke: var(--white);
}
.header-fixed__contacts .phone__content span {
  color: var(--white);
}
.header-fixed__social {
  margin-left: 24px;
  margin-right: 0;
}
.header-fixed__social .links-block__item svg {
  fill: var(--white);
}

@media all and (max-width: 1024px) {
  .header-fixed__container {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media all and (max-width: 410px) {
  .header-fixed__contacts {
    display: none;
  }
}
.header-top {
  min-height: 47px;
  padding: 14px 0;
}

.header-top__wrap {
  display: flex;
  align-items: center;
  height: 100%;
}

.phone {
  display: flex;
  align-items: center;
  margin-right: 41px;
}

.phone a:first-child {
  margin-right: 20px;
}

.phone__link {
  display: flex;
  flex-direction: column;
  font-weight: 600;
}

.phone__content {
  display: flex;
  align-items: center;
}
.phone__content span {
  white-space: nowrap;
}

.phone__description {
  font-weight: 400;
  font-size: 0.8572rem;
  margin-left: 21px;
}

.work-time {
  margin-right: 41px;
  display: flex;
  align-items: center;
}

.email {
  margin-right: auto;
}

.email__text {
  display: flex;
  align-items: center;
}

.address-mobile {
  margin-top: 5px;
  font-size: 0.8572rem;
}

.visual-panel__link {
  display: flex;
  align-items: center;
}

.header-bottom {
  height: 141px;
  padding-top: 33px;
  padding-bottom: 52px;
}

.header-bottom__info {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.logo {
  height: 40px;
  max-width: 350px;
}
.logo img {
  height: 100%;
}

.logo__link {
  display: flex;
  align-items: center;
  height: 100%;
}

.logo__title--desk {
  margin-left: 10px;
  font-weight: 50;
}

.logo__img--mob,
.burger {
  display: none;
}

.burger {
  display: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-left: auto;
}

.burger__wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  width: 16px;
  height: 12px;
}

.burger__wrap.height {
  height: 16px;
}

.burger-line {
  display: block;
  cursor: pointer;
  height: 2px;
  width: 16px;
  border-radius: 2px;
  margin-bottom: 2px;
}

.burger-line:last-child {
  margin-bottom: 0;
}

.burger-line3 {
  display: none;
}

.burger-line2:first-child {
  position: absolute;
  top: 7px;
  transform: rotate(45deg);
  transition: transform 0.5s ease;
}

.burger-line2:last-child {
  position: absolute;
  top: 7px;
  transform: rotate(-45deg);
  transition: transform 0.5s ease;
}

.certificates-block {
  margin-right: 27px;
}

.certificates-block__link {
  height: 56px;
  text-align: left;
}

.review-link {
  height: 56px;
  margin-right: 28px;
  text-align: left;
}

.diagnostic-ii {
  display: flex;
  align-items: center;
  width: 280px;
}
.diagnostic-ii .diagnostic-ii__image {
  position: relative;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.diagnostic-ii .diagnostic-ii__image-item {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.diagnostic-ii .diagnostic-ii__image-item__full {
  background-size: contain;
}
.diagnostic-ii span {
  margin-left: 12px;
  line-height: 20px;
}

.phones {
  position: relative;
}
.phones__dropdown {
  position: absolute;
  top: -16px;
  left: -18px;
  right: 0;
  min-width: 198px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.1s ease-in-out;
  z-index: 2;
  display: none;
}
.phones__dropdown-wrap {
  background-color: #ffffff;
  box-shadow: 0px 4px 16px 0px var(--marine-shadow);
  border-radius: 3px;
  overflow: auto;
  max-height: 500px;
  overscroll-behavior: contain;
  scrollbar-width: thin;
}
.phones__dropdown a.phone__link {
  margin: 0;
  padding: 16px 18px;
}
.phones:hover .phones__dropdown {
  opacity: 1;
  visibility: visible;
  display: block;
}

@media all and (max-width: 1200px) {
  .header .work-time,
  .header .links-block {
    display: none;
  }
  .header .location {
    margin-right: auto;
  }
}
@media all and (max-width: 1024px) {
  .logo {
    max-height: 50px;
  }
  .logo__img--desk,
  .logo__title--desk,
  .header-bottom__info,
  .header .email,
  .header .visual-panel {
    display: none;
  }
  .header .phone {
    margin-right: 0;
  }
  .header .diagnostic-ii {
    margin-left: auto;
  }
  .header-bottom {
    height: 64px;
    padding: 8px 0;
  }
  .logo__img--mob {
    display: block;
  }
  .burger {
    display: flex;
  }
}
@media all and (max-width: 600px) {
  .header .diagnostic-ii {
    display: none;
  }
  .header .callback-link {
    display: none;
  }
  .header .phone {
    position: relative;
  }
  .phone a:first-child {
    margin-right: 0;
  }
  .phones:hover .phones__dropdown {
    display: none;
  }
  .phones .svg_arrow-down {
    display: none;
  }
}
.aside-contacts {
  position: fixed;
  right: 20px;
  bottom: 104px;
  z-index: 10000;
  margin: -8px;
}
.aside-contacts.no-widget {
  bottom: 20px;
}
.aside-contacts__descr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: 0.4s ease;
  position: absolute;
  top: 0;
  left: 0;
}
.aside-contacts__descr.hide {
  opacity: 0;
  transform: scale(0);
}
.aside-contacts__descr span {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  color: var(--white);
}
.aside-contacts__item {
  width: 72px;
  height: 72px;
  border: 2px solid var(--white);
  background-color: var(--marine);
  border-radius: 50%;
  box-shadow: 0px 4px 24px 0px var(--light-grey-shadow);
  position: relative;
  margin: 8px;
  cursor: pointer;
  box-sizing: content-box;
}
.aside-contacts__icons {
  opacity: 0;
  transform: scale(0);
  box-sizing: content-box;
  overflow: hidden;
  transition: 0.4s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.aside-contacts__icons.show {
  opacity: 1;
  transform: scale(1);
}
.aside-contacts__icon {
  padding: 16px;
}
.aside-contacts__icon svg {
  fill: var(--white);
  stroke: var(--white);
  width: 40px;
  height: 40px;
  color: var(--marine);
}
.aside-contacts__wrap {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.2s ease;
}
.aside-contacts__popup {
  position: absolute;
  right: 88px;
  top: 50%;
  transform: translateY(-50%);
  align-items: center;
  transition: all 0.2s ease-out;
  display: flex;
  z-index: -1;
  flex-direction: row-reverse;
  visibility: hidden;
}
.aside-contacts__popup.active {
  visibility: visible;
}
.aside-contacts__popup.active .aside-contacts__popup-icon {
  opacity: 1;
  transform: translateX(0px) !important;
}
.aside-contacts__popup-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid var(--white);
  background-color: var(--marine);
  box-shadow: 0px 4px 24px 0px var(--light-grey-shadow);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  transition: all 0.2s ease-out;
  opacity: 0;
}
.aside-contacts__popup-icon:first-child {
  margin-right: 0;
}
.aside-contacts__popup-icon.mobile {
  display: none;
}
.aside-contacts__popup-icon svg {
  width: 32px;
  height: 32px;
  fill: var(--white);
}

@media all and (max-width: 640px) {
  .aside-contacts {
    right: 15px;
    bottom: 86px;
  }
  .aside-contacts.no-widget {
    bottom: 15px;
  }
  .aside-contacts__item {
    zoom: 0.8;
  }
  .aside-contacts__popup-icon.desktop {
    display: none;
  }
  .aside-contacts__popup-icon.mobile {
    display: flex;
  }
}
.up-page-btn {
  height: 56px;
  width: 56px;
  border-radius: 50%;
  opacity: 0.5;
  background: var(--marine);
  position: fixed;
  left: 48px;
  bottom: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  transition: opacity 0.1s ease;
  cursor: pointer;
}
.up-page-btn svg {
  width: 24px;
  height: 25px;
  stroke: var(--white);
}
.up-page-btn:hover {
  opacity: 1;
}
.up-page-btn.with-widget {
  bottom: 80px;
}

html {
  scroll-behavior: smooth;
}

@media all and (max-width: 640px) {
  .up-page-btn {
    height: 40px;
    width: 40px;
    left: 16px;
  }
}
.cookie-container {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  z-index: 10001;
}

.cookie-notice {
  display: flex;
  gap: 16px;
  position: relative;
  width: auto;
  max-width: 1300px;
  height: auto;
  padding: 20px;
  margin: 0px 30px 24px 30px;
  color: var(--white);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
.cookie-notice::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  border-radius: 12px;
  background-color: var(--dark, #253F41);
  opacity: 0.7;
  z-index: -1;
}
.cookie-notice__description {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cookie-notice__icon {
  margin-right: 16px;
}
.cookie-notice__icon svg {
  display: block;
  width: 24px;
  height: 24px;
}
.cookie-notice__text p {
  color: var(--white);
  margin-bottom: 6px;
  line-height: 16px;
}
.cookie-notice__text a {
  color: var(--white);
  display: inline-block;
  border-bottom: 1px solid var(--whiteBorder);
  transition: border-color 0.1s ease;
  line-height: 16px;
}
.cookie-notice__text a:hover {
  border-color: var(--white);
  color: var(--white);
}
.cookie-notice__action {
  display: flex;
  align-items: center;
  gap: 8px;
}
.cookie-notice__action > button {
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  border-radius: 5px;
  padding: 8px 16px;
  box-shadow: 0 10px 12px 0 var(--marine-shadow);
  background: var(--marine);
  font-weight: 600;
  color: var(--white);
  outline: none;
  border: none;
  cursor: pointer;
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 1rem;
}
.cookie-notice__action > button:focus, .cookie-notice__action > button:active {
  outline: none;
  border: none;
}
.cookie-notice__action > button:hover {
  background: var(--marine-accent);
}
.cookie-notice__action .cookie-notice__button--primary {
  padding: 12px 24px;
  font-size: 1.071rem;
  box-shadow: 0 12px 18px 0 var(--marine-shadow);
}
.cookie-notice__action .cookie-notice__settings {
  position: relative;
  display: flex;
  align-items: center;
}
.cookie-notice__action .cookie-notice__settings-trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: var(--white);
  box-shadow: none;
  padding: 0;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.cookie-notice__action .cookie-notice__settings-trigger:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.6);
}
.cookie-notice__action .cookie-notice__settings-trigger svg {
  width: 22px;
  height: 22px;
}
.cookie-notice__action .cookie-notice__settings .cookie-notice__dropdown {
  position: absolute;
  right: 0;
  bottom: calc(100% + 12px);
  display: flex;
  flex-direction: column;
  min-width: 200px;
  padding: 8px;
  background: rgba(37, 63, 65, 0.95);
  border-radius: 10px;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.12);
  opacity: 0;
  pointer-events: none;
  transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.cookie-notice__action .cookie-notice__settings .cookie-notice__dropdown button {
  width: 100%;
  text-align: left;
  background: transparent;
  border-radius: 6px;
  padding: 10px 12px;
  box-shadow: none;
  border: none;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--white);
  cursor: pointer;
}
.cookie-notice__action .cookie-notice__settings .cookie-notice__dropdown button:hover {
  background: rgba(255, 255, 255, 0.1);
}
.cookie-notice__action .cookie-notice__settings.cookie-notice__settings--open .cookie-notice__dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0px);
}

.cookie-preferences {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  z-index: 1;
}
.cookie-preferences__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.cookie-preferences__details {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 24px;
  max-width: 550px;
  padding: 40px 34px;
  margin: 30px;
  color: var(--white);
  background-color: var(--marine, #2CB2BB);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  z-index: 1;
}
.cookie-preferences__details button {
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  border-radius: 5px;
  padding: 8px 16px;
  background: var(--white);
  font-weight: 600;
  color: var(--marine);
  outline: none;
  border: none;
  align-self: flex-end;
  cursor: pointer;
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 1rem;
}
.cookie-preferences__details button:focus, .cookie-preferences__details button:active {
  outline: none;
  border: none;
}
.cookie-preferences__details button:hover {
  background: var(--grey-border);
}
.cookie-preferences__details h2 {
  margin-bottom: 16px;
}
.cookie-preferences__block-settings {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cookie-preferences__setting {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cookie-preferences__setting p {
  line-height: 16px;
}
.cookie-preferences__setting h3 {
  font-size: 1.286em;
}
.cookie-preferences .setting__title {
  display: flex;
  justify-content: space-between;
}

@media all and (max-width: 800px) {
  .cookie-notice {
    flex-direction: column;
  }
}
@media all and (max-width: 480px) {
  .cookie-notice {
    margin: 0px 20px 12px 20px;
  }
  .cookie-preferences__details {
    margin: 20px;
  }
}
.n3__vision__action-button {
  display: inline-block;
  padding: 0 10px;
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  border-radius: 3px;
  cursor: pointer;
  font: inherit;
  font-size: 1.1em;
  line-height: 1.8em
}
.n3__vision__action-button:hover {
    background-color: #ccc;
  }
.n3__vision__action-button:active {
    background-color: #aaa;
  }
.n3__vision__color-button {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  border: 1px solid #000;
  cursor: pointer;
  font: inherit;
  font-size: 1.1em;
  line-height: 1.8em;
  border-radius: 3px;
}
.n3__vision__color-button + .n3__vision__color-button {
    margin-left: 10px;
  }
.n3__vision__color-button_color_white {
      background-color: #fff;
      color: #000
    }
.n3__vision__color-button_color_white:hover {
        background-color: #ccc;
      }
.n3__vision__color-button_color_white:active {
        background-color: #aaa;
      }
.n3__vision__color-button_color_black {
      background-color: #000;
      color: #fff
    }
.n3__vision__color-button_color_black:hover {
        background-color: #333;
      }
.n3__vision__color-button_color_black:active {
        background-color: #666;
      }
.n3__vision__color-button_color_blue {
      background-color: #9dd1ff;
      color: #000
    }
.n3__vision__color-button_color_blue:hover {
        background-color: #a1e3ff;
      }
.n3__vision__color-button_color_blue:active {
        background-color: #aff3ff;
      }
.n3__vision__color-button_selected::before, .n3__vision__color-button_selected::after {
      content: '';
      position: absolute;
      top: 100%;
      left: 50%;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 7px 7px 0 7px;
      border-color: #000 transparent transparent transparent;
      margin-left: -7px;
    }
.n3__vision__color-button_selected::after {
      margin-top: -1px;
    }
.n3__vision__color-button_selected.n3__vision__color-button_color_white::after {
            border-top-color: #fff;
          }
.n3__vision__color-button_selected.n3__vision__color-button_color_black::after {
            border-top-color: #000;
          }
.n3__vision__color-button_selected.n3__vision__color-button_color_blue::after {
            border-top-color: #9dd1ff;
          }
.n3__vision__modal {
  position: fixed;
  z-index: 1040;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.n3__vision__modal__dialog-wrapper {
    height: 100vh;
    overflow-y: auto;
    outline: none;
    position: relative;
  }
.n3__vision__modal__dialog {
    position: relative;
    max-width: 1200px;
    margin: 30px auto;
    border: 1px solid #ccc;
    background-color: #000;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
    outline: none;
  }
.n3__vision__modal__backdrop {
    position: fixed;
    z-index: 1030;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: 0.5;
  }
.n3__vision__settings-button {
  display: inline-block;
  padding: 0 10px;
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  cursor: pointer;
  font: inherit;
  font-size: 1.1em;
  line-height: 1.8em;
  margin-left: -1px
}
.n3__vision__settings-button:hover {
    background-color: #ccc;
  }
.n3__vision__settings-button:active {
    background-color: #aaa;
  }
.n3__vision__settings-button:first-child {
    margin-left: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
.n3__vision__settings-button:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
.n3__vision__settings-button_selected {
    background-color: #000;
    color: #fff
  }
.n3__vision__settings-button_selected:hover {
      background-color: #333;
    }
.n3__vision__settings-button_selected:active {
      background-color: #666;
    }
.n3__vision__settings-group + .n3__vision__settings-group {
    margin-top: 30px;
  }
.n3__vision__settings-group__label {
    display: inline-block;
    vertical-align: baseline;
    margin-right: 4px;
    color: #000;
  }
.n3__vision__settings-group__buttons {
    display: inline-block;
    vertical-align: middle;
  }
.n3__vision__settings-panel {
  padding: 20px;
  background-color: #fff;
}
.n3__vision__settings-panel__groups {
    margin-bottom: 30px;
  }
.n3__vision__settings-panel__buttons {
    margin-top: 30px;
  }
.n3__vision__settings-panel__buttons-right {
    float: right;
  }

.accessibility__btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}
.accessibility__btn svg {
  width: 20px;
  height: 20px;
  stroke: var(--dark);
  margin-right: 8px;
}

div.n3__vision__modal {
  top: unset;
}

div.n3__vision__modal__dialog {
  margin: 100px auto;
}

body.n3__wcag__fontsize_average {
  line-height: 20px;
}
body.n3__wcag__fontsize_average .services-menu__link {
  min-height: 56px;
  height: auto;
}

html.n3__fontSize--average {
  font-size: 18px;
}

html.n3__fontSize--large {
  font-size: 24px;
}

body.n3__wcag__fontsize_large {
  line-height: 24px;
}
body.n3__wcag__fontsize_large .services-menu__link {
  min-height: 56px;
  height: auto;
}

body.n3__wcag__blackWhite_on {
  filter: grayscale(100%);
}
body.n3__wcag__blackWhite_on * {
  color: #000000 !important;
  fill: #000000 !important;
  stroke: #000000 !important;
}
body.n3__wcag__blackWhite_on .n3__vision__settings-button_selected {
  color: #ffffff !important;
}

body.n3__wcag__animation_off * {
  animation: none !important;
}

body.n3__wcag__images_off img {
  display: none !important;
}
body.n3__wcag__images_off *, body.n3__wcag__images_off *::after, body.n3__wcag__images_off *::before {
  background-image: none !important;
}
body.n3__wcag__images_off .fadeTextBg, body.n3__wcag__images_off .fadeTextColor {
  animation: none !important;
}

body.n3__wcag__kerning_average * {
  letter-spacing: 2px !important;
}

body.n3__wcag__kerning_large * {
  letter-spacing: 4px !important;
}

@media all and (max-width: 440px) {
  .accessibility {
    background-color: var(--marine-op);
    padding: 8px 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 3px;
  }
}
.footer-top {
  margin-top: 20px;
}

.footer-top-menu {
  display: flex;
  flex-wrap: wrap;
  padding: 18px 0;
}

.footer-top-menu__item {
  width: 16.6%;
}

.footer-top-menu__link {
  font-weight: 600;
  font-size: 1.143rem;
  line-height: 24px;
  padding: 10px 20px 10px 0;
  display: block;
}

.footer-bottom {
  padding-top: 41px;
  padding-bottom: 15px;
}

.footer-bottom-menu__wrap {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 40px;
  flex-wrap: wrap;
}

.footer-bottom-menu,
.footer-bottom__col {
  padding-right: 20px;
  width: 20%;
  padding-bottom: 28px;
}

.footer-bottom-menu > li {
  margin-bottom: 12px;
}

.footer-bottom-menu > li:last-child {
  margin-bottom: 0;
}

.footer-bottom-menu__title {
  display: block;
  font-weight: bold;
  font-size: 1.143rem;
  line-height: 24px;
  margin-bottom: 11px;
}

.footer-bottom-menu__link {
  display: block;
  line-height: 20px;
}

.footer-bottom__contacts {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
}

.copyright {
  opacity: 0.5;
}
.copyright span {
  display: block;
  line-height: 24px;
}

.footer-contacts-phone__item {
  display: flex;
  flex-direction: column;
  font-weight: bold;
  font-size: 1.143rem;
  line-height: 24px;
  margin-bottom: 6px;
}

.footer-contacts-phone__description {
  font-weight: 400;
  font-size: 0.8572rem;
  padding-left: 21px;
}

.footer .callback-link {
  display: block;
  padding-left: 21px;
  margin-bottom: 16px;
}

.footer .work-time {
  margin-right: 0;
  margin-bottom: 16px;
}

.footer .review-link {
  width: 259px;
  margin-right: 0;
  padding: 0 17px;
}

.footer-soc__title {
  margin-bottom: 12px;
}

.footer__link {
  display: block;
  margin-bottom: 6px;
}

.footer__link--policy {
  margin-top: 39px;
  margin-bottom: 6px;
}

.copyright--mob {
  display: none;
}

.footer-bottom__developer {
  padding-top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.8572rem;
}

.footer__developer-logo {
  font-size: 1.429rem;
  font-weight: 700;
  line-height: 30px;
  margin-right: 10px;
  flex-shrink: 0;
  color: #283441 !important;
}
.footer__developer-logo img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
  width: 30px;
}
.footer__developer-logo span {
  margin-left: 5px;
}

.footer-legal__warnings {
  padding: 24px 0;
  font-style: italic;
  line-height: 20px;
}

.footer-legal {
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: -6px -16px;
  flex-wrap: wrap;
}
.footer-legal div {
  margin: 6px 16px;
}
.footer-legal__delimiter {
  line-height: 20px;
  opacity: 0.5;
}
.footer-legal__copyright span, .footer-legal__license {
  display: block;
  opacity: 0.5;
}
.footer-legal__copyright span {
  line-height: 22px;
}
.footer-legal__license {
  line-height: 20px;
}

.phones--footer .phones__dropdown {
  top: -8px;
  left: -16px;
}
.phones--footer .phones__dropdown a.footer-contacts-phone__item {
  margin: 0;
  padding: 8px 16px;
}
.phones--footer .phones__dropdown a.footer-contacts-phone__item:hover {
  background-color: var(--marine-op);
}
.phones--footer .footer-contacts-phone__content {
  display: flex;
  align-items: center;
}

@media all and (max-width: 1110px) {
  .footer-bottom__contacts {
    flex-wrap: wrap;
  }
  .footer-bottom__col {
    width: 50%;
    margin-bottom: 30px;
  }
  .footer-bottom__col:last-child {
    margin-bottom: 0;
  }
}
@media all and (max-width: 1024px) {
  .footer-top,
  .footer-bottom-menu__wrap {
    display: none;
  }
  .footer-bottom {
    padding-top: 38px;
    padding-bottom: 23px;
  }
  .footer-bottom__contacts {
    padding-top: 0;
  }
}
@media all and (max-width: 600px) {
  .footer-bottom__col {
    width: 100%;
  }
  .footer .appointment-link,
  .footer .review-link {
    width: 100%;
    justify-content: left;
  }
  .footer-legal {
    display: block;
    margin: 0;
  }
  .footer-legal__delimiter {
    display: none;
  }
  .footer-legal div {
    margin: 0 0 16px;
  }
  .footer-legal div:last-child {
    margin: 0;
  }
}
.admin-setting {
  position: relative;
  width: 100%;
  min-height: 30px;
}
.admin-setting .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
}
.admin-setting .btn {
  height: 24px;
}
.admin-setting .open-setting {
  background-color: #00b44e;
  padding: 15px;
  border-radius: 6px;
}

.card {
  background-color: #fff;
  padding: 15px;
  border-radius: 6px;
  z-index: 100;
}
.card .card-header {
  display: flex;
  justify-content: space-between;
}
.card button {
  padding: 5px;
  background-color: #bababa;
}
.card .form-group {
  margin-bottom: 5px;
}
.card .form-group input {
  border: 1px solid #bababa;
}
.fallback-block {
  position: relative;
  border-radius: 12px;
  z-index: 1;
  display: grid;
  place-content: center;
  overflow: hidden;
}
.fallback-block h2 {
  font-family: "Open Sans", -apple-system, "Segoe UI", sans-serif;
  font-size: 50px;
  font-weight: bold;
  color: hsl(0, 0%, 100%);
  box-sizing: border-box;
}
.fallback-block .dots {
  display: inline-flex;
}
.fallback-block .dots--animate .dot.z {
  animation: scale 0.8s 0.2s forwards;
}
.fallback-block .dots--animate .dot.f, .fallback-block .dots--animate .dot.s {
  animation: right 0.5s forwards;
}
.fallback-block .dots--animate .dot.l {
  animation: rightDown 0.4s 0.1s forwards linear, drop 2s 0.4s forwards linear;
}
.fallback-block .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: hsl(0, 0%, 100%);
  border-radius: 10px;
  position: relative;
  margin-left: 6px;
}
.fallback-block .dot.z {
  position: absolute;
  transform: scale(0);
}
@keyframes scale {
  100% {
    transform: scale(1);
  }
}
.fallback-block .dot.f, .fallback-block .dot.s {
  transform: translateX(0px);
}
@keyframes right {
  100% {
    transform: translateX(16px);
  }
}
.fallback-block .dot.t {
  background: transparent;
}
.fallback-block .dot .l {
  margin-left: 0;
  position: absolute;
  top: 0;
  left: 0;
}
@keyframes rightDown {
  50% {
    top: 4px;
    left: 16px;
  }
  100% {
    top: 12px;
    left: 24px;
  }
}
@keyframes drop {
  100% {
    transform: translate(70px, calc(35px + 50vh));
  }
}
.wow {
  animation-duration: 1s;
  animation-delay: 0.5s;
}

.fadeTextBg {
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  background-size: 200%;
  padding: 0 4px;
}

.animWhiteTextBg {
  background-image: linear-gradient(to left, var(--white) 0%, var(--white) 50%, transparent 50%, transparent 100%);
  animation-name: fadeTextBgToWhite;
}

.animMainTextBg {
  background-image: linear-gradient(to left, var(--marine) 0%, var(--marine) 50%, transparent 50%, transparent 100%);
  animation-name: fadeTextBgToMain;
}

.animContrastTextBg {
  background-image: linear-gradient(to left, var(--contrast) 0%, var(--contrast) 50%, transparent 50%, transparent 100%);
  animation-name: fadeTextBgToMain;
}

@keyframes fadeTextBgToWhite {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -100% 0;
    color: var(--marine);
  }
}
@keyframes fadeTextBgToMain {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -100% 0;
    color: var(--white);
  }
}
.fromWhiteToContrastColor {
  color: var(--white);
  background: linear-gradient(to right, var(--contrast), var(--contrast) 50%, var(--white) 50%);
}

.fromWhiteToContrastColor {
  color: var(--white);
  background: linear-gradient(to right, var(--marine), var(--marine) 50%, var(--white) 50%);
}

.fromDarkToContrastColor {
  color: var(--dark);
  background: linear-gradient(to right, var(--contrast), var(--contrast) 50%, var(--dark) 50%);
}

.fromDarkToWhiteColor {
  color: var(--dark);
  background: linear-gradient(to right, var(--white), var(--white) 50%, var(--dark) 50%);
}

.fromMainToWhiteColor {
  color: var(--marine);
  background: linear-gradient(to right, var(--white), var(--white) 50%, var(--marine) 50%);
}

.fadeTextColor {
  position: relative;
  overflow: hidden;
  background-clip: text;
  -webkit-background-clip: text;
  -ms-background-clip: text;
  -webkit-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 275ms ease;
  animation-name: fadeTextColor;
  animation-fill-mode: forwards;
}

@keyframes fadeTextColor {
  from {
    background-position: 100%;
  }
  to {
    background-position: 0 100%;
  }
}
@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}
.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}
.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: calc(1 * 2);
  animation-iteration-count: calc(1 * 2);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}
.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: calc(1 * 3);
  animation-iteration-count: calc(1 * 3);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}
.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}
.animate__animated.animate__delay-2s {
  -webkit-animation-delay: calc(1s * 2);
  animation-delay: calc(1s * 2);
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}
.animate__animated.animate__delay-3s {
  -webkit-animation-delay: calc(1s * 3);
  animation-delay: calc(1s * 3);
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}
.animate__animated.animate__delay-4s {
  -webkit-animation-delay: calc(1s * 4);
  animation-delay: calc(1s * 4);
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}
.animate__animated.animate__delay-5s {
  -webkit-animation-delay: calc(1s * 5);
  animation-delay: calc(1s * 5);
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}
.animate__animated.animate__faster {
  -webkit-animation-duration: calc(1s / 2);
  animation-duration: calc(1s / 2);
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}
.animate__animated.animate__fast {
  -webkit-animation-duration: calc(1s * 0.8);
  animation-duration: calc(1s * 0.8);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}
.animate__animated.animate__slow {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}
.animate__animated.animate__slower {
  -webkit-animation-duration: calc(1s * 3);
  animation-duration: calc(1s * 3);
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}
@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }

  .animate__animated[class*='Out'] {
    opacity: 0;
  }
}
/* Attention seekers  */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }

  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }

  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}
.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shakeX {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shakeX {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}
@-webkit-keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.animate__swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: calc(1s * 1.3);
  animation-duration: calc(1s * 1.3);
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
/* Back entrances */
@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}
@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}
@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}
@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}
/* Back exits */
@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}
@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}
@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}
@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}
/* Bouncing entrances  */
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__bounceIn {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
/* Bouncing exits  */
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}
@-webkit-keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}
@-webkit-keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}
@-webkit-keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}
/* Fading exits */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
@keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}
@-webkit-keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
@keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}
@-webkit-keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
@keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}
@-webkit-keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
@keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}
/* Flippers */
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
/* Lightspeed */
@-webkit-keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
/* Rotating entrances */
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
/* Rotating exits */
@-webkit-keyframes rotateOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
/* Specials */
@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.animate__hinge {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
/* Zooming entrances */
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
/* Zooming exits */
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
/* Sliding entrances */
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
/* Sliding exits */
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.advantages {
  margin: 113px 0;
}

.advantages__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 47px;
}

.advantages__title {
  margin-right: 39px;
  flex-basis: 100%;
}

.advantages-number,
.advantages-number__item {
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.advantages-number__number {
  font-size: 2.8572rem;
  line-height: 48px;
  font-weight: 700;
  margin-right: 15px;
}

.advantages-number__text {
  display: block;
  line-height: 16px;
  font-weight: 700;
  min-width: 100px;
}

.advantages__wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -24px;
}

.advantages__item {
  position: relative;
  width: calc(33.3% - 22px);
  min-height: 128px;
  display: flex;
  align-items: center;
  padding: 0 28px;
  border-radius: 8px;
  margin: 0 11px 24px;
  font-size: 1.143rem;
  line-height: 24px;
  font-weight: 700;
}
.advantages__item .advantages__name {
  display: flex;
  flex-direction: column;
}
.advantages__item .advantages__name span {
  margin-top: 5px;
  font-size: 0.8572rem;
  line-height: 18px;
  font-weight: 400;
}

.advantages__help-result {
  display: none;
  position: absolute;
  background: #FFFFFF;
  box-shadow: 0px 4px 24px rgba(92, 106, 120, 0.16);
  border-radius: 16px;
  width: 100%;
  right: 0;
  bottom: 110px;
  padding: 16px;
  text-align: left;
  font-weight: 400;
  font-size: 0.8572rem;
}
.advantages__help-result:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: calc(50% - 10px);
  bottom: -10px;
  border-top: 10px solid #ffffff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.advantages__item:hover .advantages__help-result {
  display: block;
}

@media all and (max-width: 1200px) {
  .advantages__header {
    flex-direction: column;
  }
  .advantages__title {
    margin-right: 0;
    margin-bottom: 19px;
    white-space: normal;
  }
  .advantages-number__item {
    margin-right: 25px;
  }
}
@media all and (max-width: 800px) {
  .advantages {
    margin: 47px 0;
  }
  .advantages__header {
    margin-bottom: 28px;
  }
  .advantages-number {
    flex-direction: column;
    align-items: flex-start;
  }
  .advantages-number__item {
    margin-right: 0;
    margin-bottom: 12px;
  }
  .advantages__item {
    width: calc(50% - 22px);
  }
}
@media all and (max-width: 600px) {
  .advantages__item {
    width: 100%;
    flex-direction: column;
    min-height: 40px;
    padding: 16px 24px;
  }
  .advantages__item .svg_beige {
    width: 56px;
    height: 56px;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .advantages__item .advantages__name {
    width: 100%;
    text-align: center;
  }
  .advantages__item .advantages__help-result {
    width: 100%;
  }
}
.consult-add {
  padding: 255px 0 28px;
}

.consult-add__wrap {
  display: flex;
  align-items: center;
}

.consult-add__text {
  font-weight: 500;
  line-height: 20px;
  padding-right: 20px;
}

.consult-add__text span {
  display: block;
  margin-bottom: 8px;
}

.consult-add__text span:last-child {
  margin-bottom: 0;
}

.consult-add__btn {
  min-width: 386px;
  padding-left: 33px;
  font-weight: bold;
  font-size: 1.143rem;
  line-height: 24px;
  padding-top: 28px;
  padding-bottom: 28px;
}

.consult-add__btn svg {
  margin-right: 25px;
}

.consult-add__btn--map {
  margin-right: 22px;
}

@media all and (max-width: 1200px) {
  .consult-add__btn {
    min-width: 290px;
    padding: 10px 20px;
  }
}
@media all and (max-width: 1024px) {
  .consult-add__wrap {
    flex-direction: column;
  }
  .consult-add__text {
    padding-right: 0;
    margin-bottom: 23px;
  }
  .consult-add__btn {
    font-weight: 600;
    font-size: 1rem;
    line-height: 20px;
  }
  .consult-add__btn--map {
    margin-right: 0;
    margin-bottom: 12px;
  }
}
@media all and (max-width: 600px) {
  .consult-add {
    padding: 17px 0 32px;
  }
}
.service section.form-footer {
  margin-top: 232px;
}

.form-footer {
  margin: 232px 0 116px;
}
.form-footer.stuck-footer {
  margin-bottom: 0;
}

.form-footer__wrap {
  position: relative;
  min-height: 560px;
}

.form-footer__form {
  position: absolute;
  left: 0;
  top: -116px;
  width: 448px;
  box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.form-footer__form .form_loader div {
  background: var(--white);
}

.form-footer__form--image {
  border-bottom: 1px solid;
  display: flex;
  justify-content: center;
}
.form-footer__form--image img {
  max-height: 192px;
  min-height: 1px;
  min-width: 1px;
}

.form-border {
  padding: 0 48px 48px;
}
.form-border .form-item__wrap {
  display: flex;
  flex-direction: column;
}
.form-border .form-item {
  position: relative;
  margin-bottom: 24px;
}
.form-border .form-item__title {
  margin-top: 32px;
  font-weight: 700;
  font-size: 2rem;
  line-height: 32px;
}
.form-border .form__input,
.form-border .form__textarea {
  border-width: 1px;
  border-style: solid;
  outline: none;
  font-family: "Montserrat", "Arial", sans-serif;
  width: 100%;
  height: 56px;
  background: #FFFFFF;
  border-radius: 5px;
  font-size: 1.143rem;
  line-height: 20px;
  padding: 28px 20px 12px;
}
.form-border .form__textarea {
  height: 112px;
}
.form-border .form__input-label {
  position: absolute;
  top: 7px;
  left: 20px;
  line-height: 16px;
  font-weight: 600;
}
.form-border .form-item-button {
  margin-top: 0;
}
.form-border .form-item-button .btn {
  margin-top: 8px;
  width: 100%;
}
.form-border .form-item-button .btn.loading {
  pointer-events: none;
  min-height: 60px;
}
.form-border .form-item-button p {
  margin: 16px;
  line-height: 16px;
}

.form-footer__content {
  padding: 76px 100px 76px 510px;
}
.form-footer__content h2 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 32px;
  margin-bottom: 24px;
}
.form-footer__content ul {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 32px;
}
.form-footer__content ul li {
  position: relative;
  margin-bottom: 16px;
}
.form-footer__content ul li div {
  font-weight: 700;
  font-size: 1.143rem;
  line-height: 24px;
}
.form-footer__content ul li p {
  margin-top: 8px;
}
.form-footer__content ul li:before {
  content: "";
  position: absolute;
  top: 3px;
  left: -32px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(/images/tick_cube_white.svg?5480bef146a8a75667c20ea1414f7596);
}

.form-footer__errors {
  background-color: var(--negative-op);
  color: var(--negative);
  font-weight: 600;
  padding: 10px;
  border-radius: 5px;
}

.form-footer-policy {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}
.form-footer-policy__checkbox {
  display: flex;
  align-items: center;
}
.form-footer-policy__checkbox .checkbox__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  transition: all 0.2s ease;
  background: transparent;
}
.form-footer-policy__checkbox .checkbox__btn::before {
  content: "";
  display: block;
  width: 15px;
  height: 10px;
  position: absolute;
  -webkit-mask-image: url("/images/sprites/svg/small-check.svg");
  mask-image: url("/images/sprites/svg/small-check.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.form-footer-policy__checkbox .checkbox__btn.white {
  border: 2px solid var(--marine-op, #F2FAFB);
}
.form-footer-policy__checkbox .checkbox__btn.white::before {
  background-color: var(--marine, #2CB2BB);
}
.form-footer-policy__checkbox .checkbox__btn.white.active {
  background-color: var(--marine-op, #F2FAFB);
}
.form-footer-policy__checkbox .checkbox__btn.marine {
  border: 2px solid var(--marine, #2CB2BB);
}
.form-footer-policy__checkbox .checkbox__btn.marine::before {
  background-color: var(--marine-op, #F2FAFB);
}
.form-footer-policy__checkbox .checkbox__btn.marine.active {
  background-color: var(--marine, #2CB2BB);
}
.form-footer-policy__checkbox input {
  opacity: 0;
}
.form-footer-policy__text {
  line-height: 16px;
}

.form-footer__phone-info {
  margin-bottom: 16px;
  line-height: 22px;
}
.form-footer__phone-info a {
  font-weight: 600;
  white-space: nowrap;
}

@media all and (max-width: 960px) {
  .form-footer__content {
    padding: 76px 0px 76px 510px;
  }
}
@media all and (max-width: 800px) {
  .form-footer {
    margin-top: 116px;
  }
  .form-footer__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .form-footer__form {
    position: relative;
    top: -50px;
    bottom: 0;
  }
  .form-footer__content {
    padding: 0 0 40px;
  }
}
@media all and (max-width: 480px) {
  .form-border {
    padding: 0 20px 48px;
  }
  .form-footer__form {
    width: 100%;
    max-width: 448px;
  }
}
.service section.group-tab {
  margin-top: 90px;
}

.group-tab .title {
  margin-bottom: 28px;
  text-align: center;
}
.group-tab .group-tab__head {
  padding-top: 70px;
  overflow: hidden;
}
.group-tab .group-tab__items {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.group-tab .group-tab__item {
  cursor: pointer;
  margin-right: 22px;
  border-radius: 8px 8px 0px 0px;
  padding: 13px 25px;
  font-weight: 600;
  font-size: 0.8572rem;
  line-height: 16px;
}
.group-tab .group-tab__item.active {
  padding: 20px 25px;
  box-shadow: 0px -8px 24px rgba(22, 74, 135, 0.08);
}
.group-tab .group-tab__content {
  margin-top: 60px;
}
.group-tab .group-tab__content section {
  margin-top: 0;
  margin-bottom: 12px;
}
.service-landing .service-banner {
  margin-top: 0;
}

.service-landing .service-banner.banner-kt {
  margin-top: 113px;
}

.service-banner__item {
  min-height: 392px;
  border-radius: 16px;
  padding: 62px 68px;
  position: relative;
}

.service-banner__content {
  max-width: 520px;
}

.service-banner__item.long-title .service-banner__content {
  max-width: 594px;
}

.service-banner__wrap {
  z-index: 2;
  position: relative;
}

.service-banner__title {
  font-weight: 700;
  font-size: 2.8572rem;
  line-height: 56px;
  margin-bottom: 16px;
}

.service-banner__subtitle {
  font-weight: 600;
  font-size: 1.715rem;
  line-height: 32px;
  margin-bottom: 24px;
}

.service-banner__description {
  font-weight: 400;
  font-size: 1.286rem;
  line-height: 24px;
}

.service-banner-tizers {
  display: flex;
  flex-wrap: wrap;
  margin: -8px -12px;
}

.service-banner-tizers__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 45%;
  font-weight: 500;
  line-height: 24px;
  margin: 8px 12px;
}

.service-banner-tizers__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 16px;
}

.service-banner__action {
  display: flex;
  flex-wrap: wrap;
  margin-top: 32px;
}
.service-banner__action a:first-child {
  margin-right: 10px;
}
.service-banner__action .btn {
  margin: 0 0 10px;
  padding: 18px 20px;
}
.service-banner__action .btn svg {
  width: 35px;
  height: 35px;
  margin-left: 10px;
}

.service-banner__img {
  max-width: 480px;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 64px;
  display: flex;
  flex-direction: column-reverse;
}

.service-banner.children .service-banner__img {
  bottom: -13px;
  z-index: 2;
}

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

.service-banner__decor {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 16px;
  z-index: 1;
}

.service-banner__decor-icon {
  position: absolute;
}
.service-banner__decor-icon.one {
  width: 70px;
  height: 70px;
  top: 56px;
  left: 707px;
}
.service-banner__decor-icon.two {
  width: 30px;
  height: 30px;
  top: 150px;
  left: 625px;
}
.service-banner__decor-icon.tree {
  width: 30px;
  height: 30px;
  top: 227px;
  right: 29px;
}
.service-banner__decor-icon use {
  fill: var(--marine-accent);
}

.service-banner__decor-circle {
  position: absolute;
  border-radius: 50%;
  background-color: var(--children);
}
.service-banner__decor-circle.left {
  width: 308px;
  height: 308px;
  left: -119px;
  bottom: -198px;
}
.service-banner__decor-circle.right {
  opacity: 0.2;
  width: 266px;
  height: 266px;
  right: -133px;
  top: -96px;
  z-index: 1;
}
.service-banner__decor-circle.bottom {
  opacity: 0.5;
  width: 564px;
  height: 564px;
  right: -75px;
  top: 59px;
}

span.children-subtitle {
  display: inline-block;
  background-color: var(--children);
  padding: 0 14px;
  font-size: 0.875rem;
  border-radius: 10px;
  letter-spacing: -0.53px;
  font-family: "Moloko", "Montserrat", "Arial", sans-serif;
  line-height: 38px;
  font-weight: 400;
}

.service-banner .long-title .service-banner__title {
  font-size: 2.2857rem;
  line-height: 40px;
}

.service-banner__action__hint.accounts-link__hint {
  position: relative;
  top: -5px;
  right: unset;
  left: 3px;
}
.service-banner__consult-text {
  max-width: 40%;
  font-size: 14px;
  font-weight: 500;
  min-width: 320px;
  margin: 12px 0px;
  color: var(--white);
}

@media all and (max-width: 1100px) {
  .service-banner__img {
    width: 290px;
    height: 290px;
    right: 20px;
  }
  .service-banner.children .service-banner__img {
    bottom: -7px;
  }
}
@media all and (max-width: 1024px) {
  .service-banner {
    margin-top: 47px;
  }
  .service__title {
    margin-top: 46px;
    margin-bottom: 50px;
  }
}
@media all and (max-width: 890px) {
  .service-banner__item {
    padding-top: 280px;
  }
  .custom .service-banner.children .service-banner__item {
    background: none;
    padding: 280px 0 20px;
  }
  .service-banner.children .service-banner__wrap {
    background-color: var(--marine);
    padding: 68px 62px;
    border-radius: 16px;
    overflow: hidden;
  }
  .service-banner.children .service-banner__wrap::after {
    display: block;
    content: "";
    position: absolute;
    border-radius: 50%;
    background-color: var(--children);
    width: 308px;
    height: 308px;
    left: -119px;
    bottom: -198px;
    z-index: -1;
    opacity: 0.8;
  }
  .service-banner__decor .service-banner__decor-circle {
    display: none;
  }
  .service-banner__decor .service-banner__decor-icon.one {
    top: 2px;
    left: 0;
  }
  .service-banner__decor .service-banner__decor-icon.two {
    top: 102px;
    left: 36px;
  }
  .service-banner__decor .service-banner__decor-icon.tree {
    top: 68px;
    right: 0;
  }
  .service-banner__img {
    top: -23px;
    left: 50%;
    bottom: unset;
    right: unset;
    transform: translateX(-50%);
    -webkit-mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
  }
  .service-banner.children .service-banner__img {
    bottom: unset;
    top: -2px;
  }
  .service-banner__title {
    font-size: 1.8572rem;
    line-height: 32px;
    margin-bottom: 21px;
  }
  .service-banner-tizers__item {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 600px) {
  .service-banner__img {
    -webkit-mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
  }
  .service-landing .service-banner.banner-kt {
    margin-top: 48px;
  }
  .service-banner__item {
    padding: 280px 20px 12px;
  }
  .service-banner-tizers__item {
    width: 100%;
    justify-content: flex-start;
  }
  .service-banner.children .service-banner__wrap {
    padding: 44px 32px 20px;
  }
}
.advantages-v2 {
  margin: 113px 0;
}

.advantages-v2__title {
  flex-basis: 100%;
  margin-bottom: 47px;
}

.advantages-v2__wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -24px;
}

.advantages-v2__item {
  position: relative;
  width: calc(33.3% - 22px);
  min-height: 130px;
  display: flex;
  padding: 0 28px;
  border-radius: 8px;
  margin: 0 11px 24px;
  font-size: 1.143rem;
  line-height: 24px;
  font-weight: 700;
}
.advantages-v2__item .advantages-v2__svg {
  border-radius: 50%;
  padding: 25px;
  width: 130px;
  height: 130px;
  background-color: var(--marine-op);
  display: flex;
  justify-content: center;
  align-items: center;
}
.advantages-v2__item .advantages-v2__svg svg {
  width: 80px;
  height: 80px;
}
.advantages-v2__item .advantages-v2__svg svg use {
  fill: var(--marine);
  stroke: var(--marine);
}
.advantages-v2__item .advantages-v2__image {
  max-width: 80px;
  max-height: 80px;
}
.advantages-v2__item .advantages-v2__name {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}
.advantages-v2__item .advantages-v2__name span {
  margin-top: 5px;
  font-size: 0.8572rem;
  line-height: 18px;
  font-weight: 400;
}

.advantages-v2__wrap.text_bottom .advantages-v2__item {
  width: calc(25% - 22px);
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.advantages-v2__wrap.text_bottom .advantages-v2__name {
  margin-left: 0;
  margin-bottom: 10px;
  margin-top: 16px;
}

.advantages-v2__help-result {
  display: none;
  position: absolute;
  background: #FFFFFF;
  box-shadow: 0px 4px 24px rgba(92, 106, 120, 0.16);
  border-radius: 16px;
  width: 100%;
  right: 0;
  bottom: 110px;
  padding: 16px;
  text-align: left;
  font-weight: 400;
  font-size: 0.8572rem;
}
.advantages-v2__help-result:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: calc(50% - 10px);
  bottom: -10px;
  border-top: 10px solid #ffffff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.advantages-v2__item:hover .advantages-v2__help-result {
  display: block;
}

@media all and (max-width: 1200px) {
  .advantages-v2__header {
    flex-direction: column;
  }
  .advantages-v2__title {
    margin-right: 0;
    margin-bottom: 19px;
    white-space: normal;
  }
  .advantages-v2-number__item {
    margin-right: 25px;
  }
}
@media all and (max-width: 800px) {
  .advantages-v2 {
    margin: 47px 0;
  }
  .advantages-v2__header {
    margin-bottom: 28px;
  }
  .advantages-v2-number {
    flex-direction: column;
    align-items: flex-start;
  }
  .advantages-v2-number__item {
    margin-right: 0;
    margin-bottom: 12px;
  }
  .advantages-v2__item {
    width: calc(50% - 22px);
  }
  .advantages-v2__item .advantages-v2__svg {
    padding: 20px;
    width: 100px;
    height: 100px;
  }
  .advantages-v2__item .advantages-v2__svg svg {
    width: 60px;
    height: 60px;
  }
  .advantages-v2__wrap.text_bottom .advantages-v2__item {
    width: calc(50% - 22px);
  }
}
@media all and (max-width: 600px) {
  .advantages-v2__item {
    width: 100%;
    min-height: 40px;
    margin-bottom: 12px;
    font-size: 1rem;
    line-height: 20px;
    padding: 8px 20px;
  }
  .advantages-v2__wrap.text_bottom .advantages-v2__item {
    width: 100%;
  }
}
.service-free-description {
  margin: 113px 0;
}
.service-free-description .service-free-description__container {
  display: flex;
}
.service-free-description .service-free-description__container .service-free-description__content-image {
  width: 488px;
  max-width: 100%;
  overflow: hidden;
}
.service-free-description .service-free-description__container .service-free-description__content-image img {
  max-width: 100%;
  display: block;
}
.service-free-description .service-free-description__container .service-free-description__content-image_left {
  margin-right: 64px;
}
.service-free-description .service-free-description__container .service-free-description__content-image_right {
  margin-left: 64px;
}
.service-free-description .service-free-description__container .service-free-description__content {
  width: 100%;
}

.service-free-description__title {
  margin-bottom: 29px;
}
.service-free-description__title.center {
  text-align: center;
  justify-content: center;
}

.service-free-description__subtitle,
.service-free-description__text-after {
  font-size: 1.286rem;
  line-height: 24px;
}
.service-free-description__subtitle p,
.service-free-description__text-after p {
  margin-bottom: 8px;
}
.service-free-description__subtitle p:last-child,
.service-free-description__text-after p:last-child {
  margin-bottom: 0;
}

.service-free-description__wrap {
  display: flex;
}

.service-free-description-text {
  flex-grow: 1;
  font-size: 1.143rem;
  line-height: 24px;
}
.service-free-description-text td {
  padding: 10px;
}
.service-free-description-text ul {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 35px;
}
.service-free-description-text ul > li {
  position: relative;
  margin-bottom: 16px;
}
.service-free-description-text ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  left: -32px;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  -webkit-mask-image: url(/images/tick-circle.svg?35e8a7bcf7cff38d63e78571d0e1ba31);
          mask-image: url(/images/tick-circle.svg?35e8a7bcf7cff38d63e78571d0e1ba31);
  -webkit-mask-position: center;
          mask-position: center;
}
.service-free-description-text ul > li div:first-child {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.service-free-description-text ul > li div:last-child {
  font-weight: 400;
  margin-bottom: 0;
}
.service-free-description-text ol {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 40px;
}
.service-free-description-text ol > li {
  list-style: decimal;
}
.service-free-description-text p {
  margin-bottom: 21px;
}
.service-free-description-text blockquote {
  position: relative;
  padding: 40px;
  margin: 50px 0 0;
}
.service-free-description-text blockquote:before {
  content: "";
  position: absolute;
  top: -20px;
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
  background: #2CB2BB;
  border: 2px solid #FFFFFF;
  border-radius: 20px;
  background-image: url(/images/message-question.svg?bf74dc49b8c920a7bd10a79a4136bc18);
  background-repeat: no-repeat;
  background-position: center;
}

.service-free-description-text__item:not(:last-child) {
  margin-bottom: 15px;
}

.service-free-description__text-after {
  margin: 32px 0 0 0;
}

@media all and (max-width: 800px) {
  .service-free-description .service-free-description__container {
    flex-direction: column;
    align-items: center;
  }
  .service-free-description .service-free-description__container .service-free-description__content-image_left {
    margin-right: 0;
    order: -1;
  }
  .service-free-description .service-free-description__container .service-free-description__content-image_right {
    margin-left: 0;
    order: -1;
  }
  .service-free-description .service-free-description__container .service-free-description__content {
    width: 100% !important;
  }
  .service-free-description .service-free-description__container .service-free-description__content-image {
    margin: 0 auto 40px;
  }
  .service-free-description__title {
    margin-top: 24px;
  }
  .service-free-description__wrap {
    flex-direction: column;
  }
  .service-free-description-text {
    margin-right: 0;
    order: 2;
  }
  .service-free-description-images {
    justify-content: center;
    margin-bottom: 21px;
  }
}
@media all and (max-width: 600px) {
  .service-free-description__container.custom-padding {
    padding: 24px 16px 32px !important;
  }
  .service-free-description {
    margin: 47px 0;
  }
  .service-free-description-images .wrap {
    display: flex;
  }
  .service-free-description-images__item {
    width: 140px;
    height: 140px;
  }
  .service-free-description-images__item:first-child {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .service-free-description-text {
    font-size: 1rem;
    line-height: 20px;
  }
  .service-free-description-text iframe, .service-free-description-text img {
    max-width: 100%;
  }
  .service-free-description-text table {
    display: block;
    max-width: 100%;
  }
  .service-free-description-text table tbody, .service-free-description-text table tr, .service-free-description-text table td {
    display: block;
    max-width: 100%;
    width: auto !important;
    margin-bottom: 20px;
  }
  .service-free-description-text__item:not(:last-child) {
    margin-bottom: 10px;
  }
  .service-free-description__subtitle {
    font-size: 1rem;
    margin-bottom: 24px !important;
  }
}
.description-two-column {
  margin: 113px 0;
}
.description-two-column .description-two-column__title {
  margin-bottom: 24px;
}
.description-two-column .description-two-column__wrap {
  margin-top: 56px;
}
.description-two-column .description-two-column__row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 64px;
}
.description-two-column .description-two-column__col {
  width: 49%;
}
.description-two-column .description-two-column__text h3 {
  font-weight: 700;
  font-size: 1.715rem;
  line-height: 32px;
  margin-bottom: 16px;
}
.description-two-column .description-two-column__text ul {
  display: flex;
  flex-direction: column;
  margin-top: 64px;
  margin-bottom: 64px;
}
.description-two-column .description-two-column__text ul li {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.description-two-column .description-two-column__text ul li img {
  margin-right: 16px;
}
.description-two-column .description-two-column__text ul.compare-combination__numbers {
  display: flex;
  margin-top: 32px;
  margin-bottom: 32px;
}
.description-two-column .description-two-column__text ul.compare-combination__numbers li {
  width: 50%;
  display: flex;
  align-items: center;
}
.description-two-column .description-two-column__text ul.compare-combination__numbers li .compare-combination__number {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  padding: 8px;
  font-size: 1.715rem;
  line-height: 32px;
  text-align: center;
  margin-right: 16px;
}
.description-two-column .description-two-column__text i {
  line-height: 20px;
}
.description-two-column .description-two-column__text p {
  font-size: 1.286rem;
  line-height: 32px;
  margin-bottom: 8px;
}
.description-two-column .description-two-column__text blockquote {
  background: #FEF5F5;
  border-radius: 8px;
  padding: 16px 24px;
  font-size: 1.143rem;
  line-height: 24px;
  margin: 32px 0 0;
}
.description-two-column .description-two-column__image {
  position: relative;
  border-radius: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 152px;
  margin-bottom: 24px;
}
.description-two-column .description-two-column__number {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  padding: 8px;
  font-size: 1.715rem;
  line-height: 32px;
  text-align: center;
}

@media all and (max-width: 700px) {
  .description-two-column {
    margin: 47px 0;
  }
  .description-two-column .description-two-column__row {
    flex-direction: column;
    margin-bottom: 32px;
  }
  .description-two-column .description-two-column__row .description-two-column__col {
    width: 100%;
    margin-bottom: 32px;
  }
  .description-two-column .description-two-column__text ul {
    flex-direction: column;
  }
  .description-two-column .description-two-column__text ul li {
    margin-bottom: 16px;
  }
  .description-two-column .description-two-column__text ul.compare-combination__numbers {
    flex-direction: column;
  }
  .description-two-column .description-two-column__text ul.compare-combination__numbers li {
    margin-bottom: 16px;
  }
  .description-two-column .description-two-column__text blockquote {
    padding: 16px;
  }
}
.credit-btns a {
  width: 100%;
  padding: 8px 16px;
  text-align: center;
  border-radius: 4px;
  margin-bottom: 8px;
  font-size: 0.8572rem;
  font-weight: 600;
  line-height: 16px;
  display: flex;
  align-items: center;
}
.credit-btns a:last-child {
  margin-bottom: 0;
}
.credit-btns .sberbank-credit svg {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
.credit-btns .tinkoff-credit {
  padding: 0 16px;
  height: 40px;
}
.credit-btns .tinkoff-credit svg {
  width: 38px;
  margin-right: 12px;
  height: 34px;
}
.service-stages {
  margin: 113px 0;
}

.service-stages__title {
  margin-bottom: 47px;
}

.service-stages__wrap {
  padding: 0 102px 42px;
  border-radius: 16px;
}

.service-stages__head {
  display: flex;
  align-items: center;
  height: 55px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.02rem;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.service-stages__row,
.service-stages__foot {
  display: flex;
  align-items: flex-start;
}

.service-stages__col--price {
  width: 384px;
}
.service-stages__col--price .service-stages__col--old_price {
  text-decoration: line-through;
  margin-left: 5px;
}

.service-stages__col--stage {
  display: flex;
  align-items: flex-start;
  flex: 1;
}

.service-stages__row {
  font-size: 1.286rem;
  line-height: 24px;
}

.service-stages__col--price-notice {
  display: block;
  margin-top: 8px;
  font-size: 0.8572rem;
  font-style: italic;
  line-height: 16px;
}

.service-stages__help {
  position: relative;
  margin-left: 8px;
}
.service-stages__help svg {
  width: 18px;
  height: 18px;
}
.service-stages__help .service-stages__help-result {
  display: none;
  position: absolute;
  background: #FFFFFF;
  box-shadow: 0px 8px 12px rgba(22, 74, 135, 0.08);
  border-radius: 8px;
  width: 260px;
  right: 0;
  bottom: 24px;
  padding: 16px;
  text-align: left;
  font-weight: 400;
  font-size: 0.8572rem;
}
.service-stages__help:hover .service-stages__help-result {
  display: block;
}

.service-stages__number {
  min-width: 20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-weight: 700;
  font-size: 0.8572rem;
  line-height: 20px;
  text-align: center;
  margin-right: 12px;
}

.service-stages__row .service-stages__col,
.service-stages__foot .service-stages__col {
  padding: 12px 0;
}

.service-stages__foot {
  font-weight: 700;
  font-size: 1.286rem;
  line-height: 24px;
}

.service-stages__foot .service-stages__col--price {
  position: relative;
}

.service-stages__guarantee {
  display: flex;
  align-items: center;
  width: 213px;
  height: 36px;
  border-radius: 4px;
  padding: 0 16px 0 10px;
  position: absolute;
  top: 6px;
  left: 82px;
  font-weight: 600;
  line-height: 24px;
}

.service-stages__guarantee::before {
  content: "";
  display: block;
  width: 10px;
  height: 36px;
  position: absolute;
  top: 0;
  left: -8px;
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.service-stages__head--mob {
  display: none;
}

.service-credit {
  margin: 113px 0;
}

.service-stages-credit {
  display: flex;
  align-items: center;
}

.service-stages-credit__card {
  min-width: 386px;
  width: 386px;
  height: 244px;
  border-radius: 16px;
  background-image: url(/images/credit.svg?9c2d8394e6a2f49ad6c589d17f8a9f07);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 124px;
}

.service-stages-credit__text p {
  font-weight: 600;
  font-size: 2.2857rem;
  line-height: 40px;
}

.service-stages__link {
  margin-top: 21px;
  justify-content: flex-start;
}

.service-stages__credit {
  margin-top: 16px;
}
.service-stages__credit .credit-btns {
  display: flex;
  align-items: center;
  margin: -8px;
}
.service-stages__credit .credit-btns a {
  margin: 8px;
  width: auto;
  border-radius: 8px;
  font-size: 1.143rem;
  line-height: 24px;
}

@media all and (max-width: 1120px) {
  .service-stages__wrap {
    padding: 0 42px 42px;
  }
}
@media all and (max-width: 1024px) {
  .service-stages-credit__card {
    margin-right: 45px;
  }
}
@media all and (max-width: 800px) {
  .service-credit {
    margin: 47px 0;
  }
  .service-stages {
    margin: 47px 0;
  }
  .service-stages__title {
    margin-bottom: 19px;
  }
  .service-stages__wrap {
    padding: 0 20px 44px;
  }
  .service-stages__head--mob {
    display: block;
  }
  .service-stages__head--desk {
    display: none;
  }
  .service-stages__row,
  .service-stages__foot {
    flex-direction: column;
    align-items: flex-start;
    font-size: 1rem;
    line-height: 20px;
  }
  .service-stages__row .service-stages__col,
  .service-stages__foot .service-stages__col {
    padding: 5px 0;
  }
  .service-stages__col--price,
  .service-stages__foot .service-stages__col--stage {
    width: 100%;
    padding-left: 32px !important;
  }
  .service-stages__foot {
    margin-top: 9px;
  }
  .service-stages__guarantee {
    width: 169px;
    height: 24px;
    font-weight: normal;
    font-size: 1rem;
    line-height: 20px;
    position: relative;
    top: 0;
    left: 0;
    margin-top: 11px;
  }
  .service-stages__guarantee::before {
    width: 5px;
    height: 24px;
    left: -4px;
  }
  .service-stages-credit {
    flex-direction: column;
    margin-top: 72px;
  }
  .service-stages-credit__card {
    margin-right: 0;
    margin-bottom: 26px;
  }
  .service-stages-credit__text p {
    font-size: 1.286rem;
    line-height: 24px;
  }
  .service-stages__col--price-notice {
    font-size: 0.7857rem;
    margin-top: 2px;
  }
}
@media all and (max-width: 600px) {
  .service-stages-credit__card {
    min-width: unset;
    width: 100%;
    height: 184px;
  }
  .service-stages__link .link-arrow {
    position: static;
  }
  .service-stages__link {
    position: static;
    margin-top: 12px;
    transform: unset;
  }
  .service-stages__credit .credit-btns {
    display: block;
  }
  .service-stages__credit .credit-btns a {
    max-width: 320px;
    justify-content: center;
  }
}
.service-prices {
  margin: 113px 0;
}

.service-prices__title {
  margin-bottom: 47px;
}

.service-prices__wrap {
  padding: 0 102px 42px;
  border-radius: 16px;
}

.service-prices__head {
  display: flex;
  align-items: center;
  height: 55px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.02rem;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.service-prices__row,
.service-prices__foot {
  display: flex;
  align-items: center;
}

.service-prices__row .service-prices__col,
.service-prices__foot .service-prices__col {
  padding: 12px 0;
}

.service-prices__col--price {
  width: 200px;
  text-align: end;
}

.service-prices__col--name {
  display: flex;
  align-items: center;
  flex: 1;
}

.service-prices__row .service-prices__col--name {
  padding-right: 150px;
}

.service-prices__row {
  font-size: 1.286rem;
  line-height: 24px;
}

.service-prices__number {
  min-width: 20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-weight: 700;
  font-size: 0.8572rem;
  line-height: 20px;
  text-align: center;
  margin-right: 12px;
}

.service-prices__foot {
  font-weight: 700;
  font-size: 1.286rem;
  line-height: 24px;
}

.service-prices__foot .service-prices__col--price {
  position: relative;
}

.service-prices__guarantee {
  display: flex;
  align-items: center;
  width: 213px;
  height: 36px;
  border-radius: 4px;
  padding: 0 16px 0 10px;
  position: absolute;
  top: 6px;
  left: 82px;
  font-weight: 600;
  font-size: 1.286rem;
  line-height: 24px;
}

.service-prices__guarantee::before {
  content: "";
  display: block;
  width: 10px;
  height: 36px;
  position: absolute;
  top: 0;
  left: -8px;
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.service-prices__head--mob {
  display: none;
}

.service-prices-credit {
  display: flex;
  align-items: center;
  margin-top: 144px;
}

.service-prices-credit__card {
  min-width: 386px;
  width: 386px;
  height: 244px;
  border-radius: 16px;
  background: url("/images/services/card.png") center center no-repeat;
  background-size: contain;
  margin-right: 124px;
}

.service-prices-credit__text {
  font-weight: 600;
  font-size: 2.2857rem;
  line-height: 40px;
}

.service-prices__link {
  margin-top: 21px;
}

.service-prices__text-after {
  margin-top: 24px;
  font-size: 1.143rem;
  line-height: 24px;
}

@media all and (max-width: 1120px) {
  .service-prices__wrap {
    padding: 0 42px 42px;
  }
}
@media all and (max-width: 1024px) {
  .service-prices-credit__card {
    margin-right: 45px;
  }
}
@media all and (max-width: 800px) {
  .service-prices {
    margin: 47px 0;
  }
  .service-prices__title {
    margin-bottom: 19px;
  }
  .service-prices__wrap {
    padding: 0 20px 44px;
  }
  .service-prices__head--mob {
    display: block;
  }
  .service-prices__head--desk {
    display: none;
  }
  .service-prices__row,
  .service-prices__foot {
    flex-direction: column;
    align-items: flex-start;
    font-size: 1rem;
    line-height: 20px;
  }
  .service-prices__row .service-prices__col,
  .service-prices__foot .service-prices__col {
    padding: 5px 0;
  }
  .service-prices__col--price,
  .service-prices__foot .service-prices__col--price {
    width: 100%;
    padding-left: 32px !important;
  }
  .service-prices__foot {
    margin-top: 9px;
  }
  .service-prices__guarantee {
    width: 169px;
    height: 24px;
    font-weight: normal;
    font-size: 1rem;
    line-height: 20px;
    position: relative;
    top: 0;
    left: 0;
    margin-top: 11px;
  }
  .service-prices__guarantee::before {
    width: 5px;
    height: 24px;
    left: -4px;
  }
  .service-prices-credit {
    flex-direction: column;
    margin-top: 72px;
  }
  .service-prices-credit__card {
    margin-right: 0;
    margin-bottom: 26px;
  }
  .service-prices-credit__text {
    font-size: 1.286rem;
    line-height: 24px;
  }
}
@media all and (max-width: 600px) {
  .service-prices-credit__card {
    min-width: unset;
    width: 100%;
    height: 184px;
  }
  .service-prices__link .link-arrow {
    position: static;
  }
  .service-prices__link {
    position: static;
    margin-top: 12px;
    transform: unset;
  }
}
.price_service-list {
  margin: 113px 0;
}
.price_service-list .price_service-list__title {
  margin-bottom: 90px;
}
.price_service-list .price_service-list__title.center {
  text-align: center;
  justify-content: center;
}
.price_service-list .price_service-list__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.price_service-list .price_service-list__item {
  width: calc(50% - 30px);
  margin-bottom: 55px;
  border-radius: 17px;
  padding: 50px;
}
.price_service-list .price_service-list__item--title {
  display: flex;
  margin-bottom: 38px;
  justify-content: space-between;
  align-items: baseline;
}
.price_service-list .price_service-list__item--name {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 600;
}
.price_service-list .price_service-list__item--price {
  flex-shrink: 0;
  line-height: 1.2;
}
.price_service-list .price_service-list__item--price span:first-child {
  font-size: 1.286rem;
  font-weight: 400;
}
.price_service-list .price_service-list__item--price span:last-child {
  font-size: 2.715rem;
  font-weight: 600;
}
.price_service-list .price_service-list__item--description {
  font-size: 1.143rem;
  line-height: 24px;
  margin-bottom: 30px;
}
.price_service-list .price_service-list__item--children {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.price_service-list .price_service-list__child {
  width: calc(50% - 15px);
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.price_service-list .price_service-list__child--icon {
  flex-shrink: 0;
  margin-right: 15px;
  width: 50px;
  height: 50px;
}
.price_service-list .price_service-list__child--name {
  font-size: 1.143rem;
}

@media all and (max-width: 800px) {
  .price_service-list {
    margin: 47px 0;
  }
  .price_service-list .price_service-list__item {
    width: 100%;
    margin-bottom: 20px;
    padding: 30px;
  }
  .price_service-list .price_service-list__item--title {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .price_service-list .price_service-list__item--price {
    margin-top: 20px;
  }
  .price_service-list .price_service-list__child {
    width: 100%;
  }
}
.service section.service-credit-children {
  margin: 164px 0 113px;
}

.service-credit-children .children-circle {
  position: absolute;
  border-radius: 50%;
}
.service-credit-children .service-credit-children__wrap {
  position: relative;
  border-radius: 16px;
  padding: 60px 100px;
}
.service-credit-children .service-credit-children__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.service-credit-children .service-credit-children__back-icon {
  position: absolute;
  z-index: 1;
}
.service-credit-children .service-credit-children__back-icon.one {
  width: 70px;
  height: 70px;
  top: 262px;
  left: 492px;
}
.service-credit-children .service-credit-children__back-icon.two {
  width: 30px;
  height: 30px;
  top: 162px;
  left: 721px;
}
.service-credit-children .service-credit-children__back-icon.tree {
  width: 40px;
  height: 40px;
  top: 87px;
  right: 151px;
}
.service-credit-children .service-credit-children__back-icon use {
  fill: var(--marine-accent);
}
.service-credit-children .service-credit-children__content {
  position: relative;
  z-index: 1;
  max-width: 570px;
}
.service-credit-children .service-credit-children__title {
  display: block;
  font-size: 3.429rem;
  line-height: 1.2;
  margin-bottom: 32px;
}
.service-credit-children .setvice-credit-children__subtitle {
  font-size: 1.643rem;
  line-height: 1.2;
  margin-bottom: 32px;
}
.service-credit-children .service-credit-children-btn {
  width: 270px;
  font-size: 1.2143rem;
  margin: 0;
}
.service-credit-children .service-credit-children__image {
  position: absolute;
  display: flex;
  right: -50px;
  bottom: 0;
}
.service-credit-children .service-credit-children__image img {
  position: relative;
  width: 100%;
}

@media all and (max-width: 800px) {
  .service section.service-credit-children {
    margin: 644px 0 47px;
  }
  .service-credit-children .service-credit-children__wrap {
    padding: 48px 20px 60px;
  }
  .service-credit-children .service-credit-children__title {
    font-size: 2.715rem;
  }
  .service-credit-children .setvice-credit-children__subtitle {
    font-size: 1.286rem;
  }
  .service-credit-children .service-credit-children__back-icon.one {
    top: 2px;
    left: 0;
  }
  .service-credit-children .service-credit-children__back-icon.two {
    top: 49px;
    right: 25px;
    left: auto;
  }
  .service-credit-children .service-credit-children__back-icon.tree {
    top: 82px;
    right: 63px;
  }
  .service-credit-children .service-credit-children__image {
    width: 100%;
    right: 0;
    bottom: 100%;
  }
  .service-credit-children .service-credit-children__image .children-circle {
    display: block;
    z-index: -1;
  }
  .service-credit-children .service-credit-children-btn {
    width: 100%;
  }
}
@media all and (max-width: 640px) {
  .service section.service-credit-children {
    margin: 490px 0 47px;
  }
}
@media all and (max-width: 480px) {
  .service section.service-credit-children {
    margin: 370px 0 47px;
  }
}
@media all and (max-width: 380px) {
  .service section.service-credit-children {
    margin: 286px 0 47px;
  }
}
.service-credit__banks {
  margin-top: 56px;
  margin-bottom: 56px;
}
.service-credit__banks .title {
  margin-bottom: 48px;
}
.service-credit__banks .banks-logo {
  display: flex;
  flex-wrap: wrap;
  margin: -16px -12px;
}
.service-credit__banks .banks-logo__item {
  margin: 16px 12px;
  height: 32px;
  width: 30%;
}
.service-credit__banks .banks-logo__item img {
  display: block;
  height: 100%;
}

@media all and (max-width: 768px) {
  .service-credit__banks .banks-logo__item {
    width: 43%;
  }
}
@media all and (max-width: 480px) {
  .service-credit__banks .banks-logo__item img {
    height: unset;
    width: 100%;
  }
}

.useful {
  margin-bottom: 113px;
}

.useful__title {
  margin-bottom: 49px;
}

.useful__wrap {
  display: flex;
  margin-bottom: 80px;
}

.useful__area1 {
  width: 100%;
  padding: 86px 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.useful-area__img_in {
  flex-basis: 30%;
}
.useful-area__img_in img {
  max-width: 100%;
}

.useful-area__img {
  min-width: 25%;
  margin-left: 22px;
}

.useful__area2 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 284px;
  margin-bottom: 22px;
}

.useful__area3 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 284px;
}

.useful__area4 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 25%;
  height: 590px;
  margin-left: 22px;
}

.useful-area {
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
}

.useful-area__icon {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  margin: 0 auto 33px;
}

.useful-area__title {
  font-weight: bold;
  font-size: 2.2857rem;
  line-height: 40px;
  margin-bottom: 17px;
}

.useful-area__text {
  font-weight: 400;
  font-size: 1.286rem;
  line-height: 24px;
  margin-bottom: 34px;
}
.useful-area__text ul {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 40px;
}
.useful-area__text ul li {
  list-style: disc;
}
.useful-area__text ol {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 40px;
}
.useful-area__text ol li {
  list-style: decimal;
}
.useful-area__text p {
  margin-bottom: 21px;
}

.useful-area__btn {
  width: 276px;
  font-weight: 700;
  font-size: 1.286rem;
  line-height: 24px;
  margin: 0 auto;
  padding: 18px 0;
}

.useful-link {
  position: relative;
  display: block;
  padding: 26px 48px 32px 136px;
  border-radius: 8px;
}

.useful-link__img {
  display: block;
  width: 64px;
  height: 64px;
  background: url("/images/services/ellipse.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 48px;
  transform: translateY(-50%);
}

.useful-link__text-big {
  display: block;
  font-weight: 700;
  font-size: 2rem;
  line-height: 32px;
  margin-bottom: 6px;
}

.useful-link__text {
  font-size: 1.286rem;
  line-height: 24px;
}

@media all and (max-width: 1024px) {
  .useful__wrap {
    flex-direction: column;
    align-items: center;
  }
  .useful__area4 {
    display: none;
  }
  .useful-area__img {
    width: 590px;
    order: 0;
    margin-right: 0;
    margin-bottom: 22px;
    display: flex;
  }
  .useful__area2,
  .useful__area3 {
    width: 284px;
  }
  .useful__area2 {
    margin-bottom: 0;
    margin-right: 22px;
  }
  .useful__area1 {
    order: 1;
    margin-right: 0;
  }
}
@media all and (max-width: 600px) {
  .useful {
    margin: 47px 0;
  }
  .useful__title {
    margin-bottom: 29px;
  }
  .useful__wrap {
    margin-bottom: 24px;
  }
  .useful-area__img {
    width: 100%;
    margin-bottom: 8px;
    justify-content: center;
  }
  .useful__area2 {
    margin-right: 8px;
  }
  .useful__area2,
  .useful__area3 {
    width: 140px;
    height: 140px;
  }
  .useful__area1 {
    width: 100%;
    padding: 48px 20px 60px;
    flex-direction: column-reverse;
  }
  .useful__area1 .useful-area__img_in {
    margin-bottom: 10px;
  }
  .useful-area__icon {
    width: 56px;
    height: 56px;
    margin-bottom: 22px;
  }
  .useful-area__title {
    font-size: 1.286rem;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .useful-area__text {
    font-size: 1.143rem;
    line-height: 20px;
    margin-bottom: 29px;
  }
  .useful-area__btn {
    width: 250px;
    font-size: 1rem;
    line-height: 20px;
    padding: 14px 0;
  }
  .useful-link {
    padding: 130px 20px 56px;
    text-align: center;
  }
  .useful-link__img {
    top: 44px;
    left: 50%;
    transform: translateX(-50%);
  }
  .useful-link__text-big {
    font-size: 1.286rem;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .useful-link__text {
    font-size: 1.143rem;
    line-height: 20px;
  }
}
.info-link-small {
  margin: 113px 0;
}
.info-link-small .children-circle {
  position: absolute;
  border-radius: 50%;
}
.info-link-small .info-link-small__wrap {
  position: relative;
  border-radius: 16px;
  padding: 40px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.info-link-small .info-link-small__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.info-link-small .info-link-small__left {
  font-family: "Moloko", "Montserrat", "Arial", sans-serif;
  position: relative;
  font-size: 6.428rem;
}
.info-link-small .info-link-small__content {
  position: relative;
  display: flex;
  flex-direction: column;
}
.info-link-small .info-link-small__title {
  font-size: 2.2857rem;
  margin-bottom: 10px;
}
.info-link-small .info-link-small__subtitle {
  font-size: 1.715rem;
  font-weight: 400;
}
.info-link-small .info-link-small__btn {
  width: 250px;
}

@media all and (max-width: 800px) {
  .info-link-small {
    margin: 47px 0;
  }
  .info-link-small .info-link-small__wrap {
    padding: 40px 20px;
    flex-wrap: wrap;
  }
  .info-link-small .info-link-small__left {
    position: absolute;
    right: 5px;
    top: 50px;
  }
  .info-link-small .info-link-small__content {
    width: 80%;
  }
  .info-link-small .info-link-small__title {
    margin-bottom: 30px;
  }
  .info-link-small .info-link-small__subtitle {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 400px) {
  .info-link-small .info-link-small__left {
    font-size: 5rem;
  }
  .info-link-small .info-link-small__content {
    width: 100%;
  }
  .info-link-small .info-link-small__title {
    font-size: 2rem;
  }
  .info-link-small .info-link-small__subtitle {
    font-size: 1.429rem;
  }
}
.info-link {
  margin-bottom: 176px;
}

.info-link__title {
  margin-bottom: 49px;
}

.info-link__wrap {
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.info-link-area__content {
  width: 50%;
  padding: 64px 56px;
  background-image: url(/images/warning-info.svg?c9bfe02228319c2d151c8b743220bfb4);
  background-position: top 50% right 90px;
  background-repeat: no-repeat;
}

.info-link.use_main_bckg .info-link-area__content {
  background-image: none;
}

.info-link.use_main_bckg .info-link__wrap {
  background-color: var(--marine);
}

.info-link-area__subtitle {
  max-width: 372px;
  font-weight: 700;
  font-size: 2.2857rem;
  line-height: 40px;
}

.info-link.use_main_bckg .info-link-area__subtitle,
.info-link.use_main_bckg .info-link-area__description {
  color: #ffffff;
}

.info-link.use_main_bckg a.btn {
  background-color: #ffffff;
  color: var(--marine);
}

.info-link-area__description {
  line-height: 24px;
  margin-top: 16px;
}

.info-link-area__description p {
  font-size: 1.286rem;
}

.info-link-area__description .main-paragraf {
  margin-bottom: 24px;
  font-size: 1.715rem;
  line-height: 32px;
}

.info-link-area__description .paragraf {
  font-size: 1.143rem;
}

.info-link-area__btn {
  display: inline-block;
  margin-top: 32px;
  padding: 18px 24px;
}

.info-link-area__img {
  min-height: 1px;
  min-width: 1px;
  position: relative;
  width: 50%;
  max-width: 580px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.info-link__play {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
}
.info-link__play .svg-play {
  width: 28px;
  height: 28px;
}

@media all and (max-width: 740px) {
  .info-link {
    margin: 47px 0;
  }
  .info-link__wrap {
    flex-direction: column-reverse;
  }
  .info-link-area__content {
    width: 100%;
    padding: 30px 25px;
    background-position: top 50% right 20px;
  }
  .info-link-area__img {
    width: 100%;
    height: 240px;
    max-width: initial;
    background-size: cover;
  }
}
@media all and (max-width: 640px) {
  .info-link-area__subtitle {
    font-size: 1.715rem;
    line-height: 32px;
  }
  .info-link-area__description .main-paragraf {
    font-size: 1.286rem;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .info-link-area__description .paragraf {
    font-size: 1rem;
  }
}
.info-link-v3 {
  margin-bottom: 176px;
}
.info-link-v3 .info-link-v3__back {
  position: relative;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-size: cover;
}
.info-link-v3 .info-link-v3__chadow {
  position: absolute;
  border-radius: 8px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}

.info-link-v3__title {
  margin-bottom: 49px;
}

.info-link-v3__wrap {
  position: relative;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
}

.info-link-v3-area__content {
  width: 50%;
  padding: 64px 56px;
  background-position: top 50% right 90px;
  background-repeat: no-repeat;
}

.info-link-v3-area__subtitle {
  font-weight: 700;
  font-size: 2.2857rem;
  line-height: 40px;
}

.info-link-v3-area__description {
  line-height: 24px;
  margin-top: 16px;
}
.info-link-v3-area__description p {
  margin-bottom: 16px;
  font-size: 1.143rem;
}

.info-link-v3-area__btn {
  display: inline-block;
  margin-top: 32px;
  padding: 18px 24px;
}

.info-link-v3-area__img {
  position: relative;
  width: 50%;
  max-width: 580px;
}
.info-link-v3-area__img img {
  max-width: 100%;
}
.info-link-v3-area__img img.custom {
  position: absolute;
  max-width: initial;
}

.info-link-v3__play {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
}
.info-link-v3__play .svg-play {
  width: 28px;
  height: 28px;
}

.microscope-diff {
  margin: 48px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.microscope-diff__without {
  padding-right: 28px;
  border-right: 1px solid #fff;
}

.microscope-diff__with {
  padding-left: 28px;
}

.microscope-diff__title {
  font-weight: 700;
  font-size: 1.143rem;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.microscope-diff__images {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: -12px;
}

.microscope-diff__image {
  max-width: 78px;
  margin: 12px;
  border-radius: 50%;
  overflow: hidden;
}

.microscope-diff__image img {
  width: 100%;
}

@media all and (max-width: 740px) {
  .service section.info-link-v3 {
    margin-top: 120px;
  }
  .info-link-v3 {
    margin: 47px 0;
  }
  .info-link-v3 .info-link-v3__back {
    background-position: right;
  }
  .info-link-v3__wrap {
    flex-direction: column-reverse;
  }
  .info-link-v3-area__content {
    width: 100% !important;
    padding: 30px 25px;
    background-position: top 50% right 20px;
  }
  .info-link-v3-area__subtitle {
    font-size: 1.786rem;
    line-height: 30px;
  }
  .info-link-v3-area__img {
    order: 1;
    width: 100%;
    height: 165px;
    max-width: initial;
    text-align: center;
  }
  .info-link-v3-area__img img.custom {
    top: auto !important;
    left: 0 !important;
    right: auto !important;
    bottom: 0 !important;
    position: absolute;
    max-width: 100%;
  }
  .microscope-diff {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .microscope-diff__without {
    padding: 0;
    border: none;
    margin-bottom: 30px;
  }
  .microscope-diff__with {
    padding: 0;
  }
  .microscope-diff__title {
    text-align: center;
  }
  .microscope-diff__images {
    justify-content: center;
  }
}
.service section.form-v2 {
  margin-top: 232px;
}

.form-v2 {
  margin: 198px 0;
}
.form-v2.stuck-footer {
  margin-bottom: 0;
}
.form-v2 .form-item__title {
  text-align: center;
}

.form-v2__wrap {
  position: relative;
  min-height: 572px;
  display: flex;
  align-items: center;
}

.form-v2__form {
  position: absolute;
  left: 0;
  top: -48px;
  width: 580px;
  box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.form-v2__form .form_loader div {
  background: var(--white);
}

.form-v2__form--image {
  text-align: center;
}
.form-v2__form--image img {
  max-width: 100%;
}

.form-border {
  padding: 0 48px 48px;
}
.form-border .form-item__wrap {
  display: flex;
  flex-direction: column;
}
.form-border .form-item {
  position: relative;
  margin-bottom: 24px;
}
.form-border .form-item__title {
  margin-top: 32px;
  font-weight: 700;
  font-size: 2rem;
  line-height: 32px;
}
.form-border .form__input,
.form-border .form__textarea {
  border-width: 1px;
  border-style: solid;
  outline: none;
  font-family: "Montserrat", "Arial", sans-serif;
  width: 100%;
  height: 56px;
  background: #FFFFFF;
  border-radius: 5px;
  font-size: 1.143rem;
  line-height: 20px;
  padding: 28px 20px 12px;
}
.form-border .form__textarea {
  height: 112px;
}
.form-border .form__input-label {
  position: absolute;
  top: 7px;
  left: 20px;
  line-height: 16px;
  font-weight: 600;
}
.form-border .form-item-button {
  margin-top: 0;
}
.form-border .form-item-button .btn {
  margin-top: 8px;
  width: 100%;
}
.form-border .form-item-button .btn.loading {
  pointer-events: none;
}
.form-border .form-item-button p {
  margin: 16px;
  line-height: 16px;
}

.form-phone-info {
  font-weight: 600;
  color: #ffffff;
  white-space: nowrap;
}
.form-phone-info:hover {
  color: #ffffff;
}

.form-v2__content {
  padding: 76px 0px 76px 628px;
  font-size: 1.286rem;
  line-height: 32px;
}
.form-v2__content p {
  line-height: 32px;
  margin-bottom: 16px;
}

@media all and (max-width: 960px) {
  .form-v2__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .form-v2__form {
    position: relative;
    top: -50px;
    bottom: 0;
  }
  .form-v2__content {
    padding: 0 0 40px;
  }
}
@media all and (max-width: 800px) {
  .form-v2 {
    margin: 47px 0;
  }
}
@media all and (max-width: 600px) {
  .form-v2__form {
    width: unset;
  }
}
@media all and (max-width: 480px) {
  .form-border {
    padding: 0 20px 48px;
  }
  .form-v2__form {
    width: 100%;
    max-width: 448px;
  }
}
.service section.form-v3 {
  margin-top: 232px;
}

.form-v3 {
  margin: 150px 0;
  background-size: cover;
  background-position: center;
}
.form-v3__subtitle {
  margin-bottom: 14px;
  text-align: center;
}
.form-v3__subtitle a {
  font-weight: 600;
}
.form-v3.stuck-footer {
  margin-bottom: 0;
}
.form-v3 .form-item__title {
  text-align: center;
}
.form-v3 .form-v3__wrap {
  position: relative;
  min-height: 572px;
  display: flex;
  align-items: center;
}
.form-v3 .form-v3__image {
  display: flex;
  width: 50%;
}
.form-v3 .form-v3__image img {
  max-width: 100%;
}
.form-v3 .form-v3__form {
  margin-left: 15px;
  width: 333px;
  box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.form-v3 .form_loader div {
  background: var(--white);
}
.form-v3 .form-border {
  padding: 0 30px 38px;
}
.form-v3 .form-border .form-item__wrap {
  display: flex;
  flex-direction: column;
}
.form-v3 .form-border .form-item {
  position: relative;
  margin-bottom: 24px;
}
.form-v3 .form-border .form-item__title {
  margin-top: 32px;
  font-weight: 700;
  font-size: 1.357rem;
  line-height: 1.2;
}
.form-v3 .form-border .form__input,
.form-v3 .form-border .form__textarea {
  border-width: 1px;
  border-style: solid;
  outline: none;
  font-family: "Montserrat", "Arial", sans-serif;
  width: 100%;
  height: 56px;
  background: #FFFFFF;
  border-radius: 5px;
  font-size: 1.143rem;
  line-height: 20px;
  padding: 28px 20px 12px;
}
.form-v3 .form-border .form__textarea {
  height: 112px;
}
.form-v3 .form-border .form__input-label {
  position: absolute;
  top: 7px;
  left: 20px;
  line-height: 16px;
  font-weight: 600;
}
.form-v3 .form-border .form-item-button {
  margin-top: 0;
  margin-bottom: 20px;
}
.form-v3 .form-border .form-item-button .btn {
  margin-top: 8px;
  width: 100%;
}
.form-v3 .form-border .form-item-button .btn.loading {
  pointer-events: none;
}
.form-v3 .form-border .form-item-button p {
  margin: 16px;
  line-height: 16px;
}
.form-v3 .form-border .form-item-button ul {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 32px;
}
.form-v3 .form-border .form-item-button ul li {
  position: relative;
  margin-bottom: 16px;
  font-weight: 400;
  line-height: 20px;
}
.form-v3 .form-border .form-item-button ul li:before {
  content: "";
  position: absolute;
  top: 3px;
  left: -32px;
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-mask-image: url(/images/tick_cube_white.svg?5480bef146a8a75667c20ea1414f7596);
          mask-image: url(/images/tick_cube_white.svg?5480bef146a8a75667c20ea1414f7596);
  background-color: var(--marine);
}
.form-v3 .form-v3__content {
  padding: 76px 0px 76px 628px;
}
.form-v3 .form-v3__content p {
  font-size: 1.286rem;
  line-height: 32px;
}

@media all and (max-width: 960px) {
  .form-v3 .form-v3__content {
    padding: 76px 0px 76px 510px;
  }
}
@media all and (max-width: 800px) {
  .form-v3 {
    margin: 47px 0;
    position: relative;
  }
  .form-v3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0px 0px 46px 54px #ffffff;
  }
  .form-v3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-shadow: 0px 0px 46px 54px #ffffff;
  }
  .form-v3 .form-v3__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .form-v3 .form-v3__image {
    width: 100%;
    justify-content: center;
  }
  .form-v3 .form-v3__form {
    position: relative;
    top: -50px;
    bottom: 0;
    margin: 0;
  }
  .form-v3 .form-v3__content {
    padding: 0 0 40px;
  }
}
@media all and (max-width: 480px) {
  .form-v3 .form-border {
    padding: 0 20px 48px;
  }
  .form-v3 .form-v3__form {
    width: 100%;
    max-width: 448px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #fff url(/images/vendor/slick-carousel/slick/ajax-loader.gif?fb6f3c230cb846e25247dfaa1da94d8f) center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url(/fonts/vendor/slick-carousel/slick/slick.eot?a4e97f5a2a64f0ab132323fbeb33ae29);
  src: url(/fonts/vendor/slick-carousel/slick/slick.eot?a4e97f5a2a64f0ab132323fbeb33ae29?#iefix) format("embedded-opentype"), url(/fonts/vendor/slick-carousel/slick/slick.woff?295183786cd8a138986521d9f388a286) format("woff"), url(/fonts/vendor/slick-carousel/slick/slick.ttf?c94f7671dcc99dce43e22a89f486f7c2) format("truetype"), url(/fonts/vendor/slick-carousel/slick/slick.svg?2630a3e3eab21c607e21576571b95b9d#slick) format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
.installation {
  margin: 113px 0;
}

.installation__title {
  margin-bottom: 63px;
}

.installation__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -11px;
}

.installation-item {
  width: calc(33.3% - 22px);
  min-height: 128px;
  padding: 29px 24px;
  border-radius: 8px;
  margin: 0 11px 44px;
  position: relative;
}

.installation-item__number {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  position: absolute;
  top: -16px;
  left: 24px;
}

.installation-item__title {
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 8px;
}

.installation-item__text {
  line-height: 20px;
}

@media all and (max-width: 1024px) {
  .installation__wrap {
    display: block;
    margin: 0;
  }
  .installation__wrap .slick-list {
    height: auto !important;
    padding-top: 17px;
  }
  .installation-item {
    display: block !important;
    width: 290px !important;
    margin: 0 auto;
  }
  .installation__wrap .slick-dots {
    bottom: -50px;
  }
}
@media all and (max-width: 600px) {
  .installation {
    margin: 47px 0;
  }
  .installation .container {
    padding-right: 0;
    overflow: hidden;
  }
  .installation__title {
    margin-bottom: 45px;
  }
  .installation__wrap {
    margin: 0 -5px;
  }
  .installation-item {
    margin: 0 5px;
  }
}
.search-form {
  position: relative;
}
.search-form .form-item--search {
  position: relative;
  margin: 0;
}
.search-form .form__input.form__input--search {
  width: 100%;
  box-sizing: border-box;
  border-radius: 8px;
  outline: none;
  font-family: "Montserrat", "Arial", sans-serif;
  height: 60px;
  background: #FFFFFF;
  font-size: 1.143rem;
  line-height: 20px;
  padding: 28px 20px 12px;
}
.search-form .form__input-label {
  position: absolute;
  top: 7px;
  left: 20px;
  line-height: 16px;
  font-weight: 600;
}

.search-list {
  width: 100%;
}
/**
 * Swiper 11.1.14
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 12, 2024
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */

.examples {
  margin-bottom: 44px;
}

.examples__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 47px;
}

.examples-slider {
  height: 520px;
  margin: 47px -11px;
}

.examples-slider.slick-slider .slick-track,
.examples-slider.slick-slider .slick-list {
  height: 520px !important;
}

.examples-slider__item {
  display: block !important;
  width: 284px !important;
  min-height: 491px;
  height: auto;
  border-radius: 8px;
}
.examples-slider__item .examples-block__wrap {
  min-height: 100%;
  position: relative;
  z-index: 9;
  border-radius: 8px;
  overflow: hidden;
}
.examples-slider__item.active .examples-block__wrap {
  z-index: 10;
}

.examples-twenty-slider {
  position: relative;
  height: 100%;
  width: 1px;
  background-color: #fff;
}
.examples-twenty-slider .examples-twenty-slider__child {
  display: flex;
  position: absolute;
  top: 43%;
  left: -26px;
  border: 1px solid #FFFFFF;
  border-radius: 8px;
  width: 53px;
  height: 32px;
}
.examples-twenty-slider .examples-twenty-slider__child:before {
  content: "";
  background-image: url(/images/arrow-left.svg?daa2822faf1390ba3b388c4e1c9fedbc);
  background-position: center;
  background-repeat: no-repeat;
  width: 50%;
  height: 100%;
}
.examples-twenty-slider .examples-twenty-slider__child:after {
  content: "";
  background-image: url(/images/arrow-right.svg?e1fea59dca0e2f3ae36e6057c249d9fa);
  background-position: center;
  background-repeat: no-repeat;
  width: 50%;
  height: 100%;
}

.examples-slider__img {
  width: 284px;
  height: 248px;
}

.examples-slider__img img {
  width: 100%;
}

.examples-twenty-slider__img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 284px;
  height: 248px;
}

.examples-slider__info {
  padding: 32px 20px 12px;
}

.examples-slider__info-block:not(:last-child) {
  margin-bottom: 15px;
}

.examples-slider__info-block-title {
  font-weight: 700;
  font-size: 1.143rem;
  line-height: 20px;
  margin-bottom: 5px;
}

.examples-slider__info-block-text {
  line-height: 20px;
}

.examples-slider__info-arrow {
  display: block;
  padding: 4px 0;
}

.examples-slider__info-arrow:hover,
.examples-slider__info-arrow.up:hover {
  transition: background-color 0.3s ease;
}

.examples-slider__info-arrow.up {
  transform: rotate(-180deg);
  transition: transform 0.3s ease;
}

.examples-block {
  display: flex;
  flex-wrap: wrap;
  margin: 36px -11px 0;
}

.examples-block__item {
  margin: 0 11px 32px;
}

.examples-slider__info {
  position: relative;
  border-radius: 0 0 8px 8px;
}

.examples-slider__hide {
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: all 0.3s ease;
}

.examples-slider__hide.show {
  opacity: 1;
  visibility: visible;
  height: auto;
  padding: 16px 0 23px;
  transition: all 0.3s ease;
}

.examples-slider__info-block-text--itallic {
  font-style: italic;
}

.examples-slider__info-block-link {
  display: block;
  margin-top: 4px;
}

.examples-slider__info-arrow.up:hover .svg_circle-arrow-down use {
  transition: stroke 0.3s ease;
}

.doctors-detail .examples {
  padding-bottom: 113px;
}

@media all and (max-width: 1280px) {
  .examples-block__wrap {
    width: 284px;
    margin: 0 auto;
  }
  .examples-block__item {
    width: calc(50% - 22px) !important;
  }
}
@media all and (max-width: 1024px) {
  .examples-block {
    margin-bottom: 82px;
  }
}
@media all and (max-width: 600px) {
  .examples {
    padding-bottom: 0;
    position: relative;
  }
  .examples__header {
    margin-bottom: 29px;
  }
  .examples .container {
    padding-right: 0;
    overflow: hidden;
  }
  .examples-slider {
    margin: 0 -5px;
    height: auto !important;
  }
  .examples-slider.slick-slider .slick-track,
  .examples-slider.slick-slider .slick-list {
    height: auto !important;
  }
  .examples-slider .slick-dots {
    bottom: -40px;
  }
  .examples-slider__item {
    height: auto;
  }
  .examples__link {
    width: 200px;
  }
  .examples-block__item {
    width: 284px !important;
  }
  .work-example-list .examples-slider {
    margin-top: 24px;
    margin-bottom: 116px;
    margin-right: -15px;
  }
  .doctors-detail .examples {
    margin-right: 0;
  }
  .service .examples .container,
  .doctors-detail .examples .container {
    padding-bottom: 135px;
  }
  .doctors-detail .examples {
    padding-bottom: 0;
  }
}
.review-interview {
  position: relative;
  margin: 73px 0;
}

.review-interview__title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 47px;
}

.review-interview__wrap {
  display: flex;
  margin-bottom: 36px;
}

.review-interview .search {
  width: 50%;
}

.review-interview .search:first-child {
  margin-right: 22px;
}

.video {
  padding-bottom: 0;
}

.video__title {
  margin-bottom: 47px;
}

.video-slider {
  margin: 0 -11px;
}

.video-slider__item {
  position: relative;
  display: block !important;
  width: 284px !important;
  height: 284px;
  margin: 0 auto;
}

.video-slider__img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-position: center;
  background-size: 200%;
}

.video-slider__play {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  border-radius: 8px;
  cursor: pointer;
}

@media all and (max-width: 600px) {
  .review-interview {
    padding-top: 47px;
    padding-bottom: 0;
  }
  .review-interview > .container {
    padding: 0;
    overflow: hidden;
  }
  .review-interview__title {
    margin-bottom: 29px;
    padding: 0 15px;
  }
  .review-interview__title .main-reviews__link {
    bottom: 30px;
  }
  .review-interview__wrap {
    flex-direction: column;
    padding: 0 15px;
  }
  .review-interview .search {
    width: 100%;
  }
  .review-interview .search:first-child {
    margin-right: 0;
    margin-bottom: 12px;
  }
  .video {
    padding-bottom: 0;
  }
  .video .container {
    padding-right: 0;
    overflow: hidden;
  }
  .service .video .container {
    padding-bottom: 108px;
  }
  .doctors-detail .video .container,
  .review-interview .video .container {
    padding-bottom: 83px;
  }
  .video__title {
    margin-bottom: 29px;
  }
  .video-slider {
    margin: 0 -5px;
  }
  .video-slider__item {
    margin: 0 5px;
  }
}
@media all and (max-width: 1024px) {
  .video-slider__item {
    width: 140px !important;
    height: 140px;
  }
}
.main-reviews {
  margin-top: 113px;
  margin-bottom: 208px;
}

.main-reviews__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 51px;
}

.main-reviews__wrap {
  display: flex;
}

.reviews-honest {
  width: 284px;
  height: 294px;
  padding-top: 35px;
  text-align: center;
  font-size: 1.286rem;
  line-height: 24px;
  margin-bottom: 50px;
}

.reviews-honest__title {
  font-weight: 600;
  margin-bottom: 13px;
}

.reviews-write {
  width: 284px;
  padding: 30px 20px 60px;
  border-radius: 8px 0 8px 8px;
  position: relative;
  text-align: center;
  line-height: 24px;
  font-weight: 600;
}

.reviews-write::before {
  content: "";
  display: block;
  width: 284px;
  height: 26px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  position: absolute;
  top: -25px;
  left: 0;
}

p.reviews-write__title,
p.reviews-write__text {
  font-size: 1.286rem;
}

.reviews-write__btn {
  margin-top: 34px;
  font-weight: 700;
  padding-top: 16px;
  padding-bottom: 16px;
}

.reviews-write__policy {
  margin-top: 10px;
  line-height: 16px;
  font-weight: 400;
}

.reviews__wrap {
  margin-left: 186px;
}

.reviews__social {
  margin-left: 186px;
}
.reviews__social .reviews__social-item {
  margin-bottom: 30px;
}

.reviews-item {
  padding: 52px 40px 54px;
  border-radius: 8px;
  margin-bottom: 24px;
}

.reviews-item__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}

.reviews-item__user {
  display: flex;
  align-items: center;
}

.reviews-item__img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}

.reviews-item__img img {
  width: 100%;
}

.reviews-item__noimg {
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  font-weight: 700;
  font-size: 1.715rem;
  line-height: 56px;
  text-align: center;
}

.reviews-item__name {
  display: block;
  font-weight: bold;
  font-size: 1.143rem;
  line-height: 24px;
  margin-bottom: 5px;
}

.reviews-item__date {
  font-weight: 500;
  line-height: 16px;
}

.reviews-item__link {
  display: flex;
  padding-top: 8px;
}

.reviews-item__link span {
  margin-right: 15px;
}

.reviews-item__text {
  line-height: 24px;
}

.reviews-item-answer {
  margin-top: 30px;
  padding-top: 13px;
  position: relative;
}

.reviews-item-answer::before {
  content: "";
  display: block;
  width: 200px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}

.reviews-item-answer {
  font-weight: 500;
  font-size: 1.143rem;
  line-height: 24px;
}

.reviews__btn {
  width: 242px;
  font-weight: 600;
  font-size: 1.143rem;
  line-height: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-top: 32px;
}

.reviews .search {
  margin-bottom: 36px;
}

.reviews-widget {
  display: flex;
  justify-content: center;
  margin: 12px 0px 48px 0px;
}

@media all and (max-width: 1200px) {
  .reviews__wrap {
    margin-left: 40px;
  }
  .reviews__social {
    margin-left: 40px;
  }
}
@media all and (max-width: 1024px) {
  .service .main-reviews,
  .main-reviews {
    position: relative;
    padding-bottom: 576px;
  }
  .main-reviews__wrap {
    flex-direction: column;
  }
  .reviews-write {
    width: 290px;
    position: absolute;
    bottom: 71px;
    left: 50%;
    transform: translateX(-50%);
  }
  .reviews-write::before {
    width: 290px;
  }
  .reviews__wrap {
    margin-left: 0;
    margin-bottom: 570px;
  }
  .reviews__social {
    margin-left: 0;
  }
  .reviews-honest {
    margin: 0 auto 37px;
  }
  .reviews__btn {
    margin: 0 auto;
  }
}
@media all and (max-width: 600px) {
  .main-reviews {
    margin: 47px 0;
  }
  .service .main-reviews {
    padding-top: 0;
  }
  .main-reviews__link {
    bottom: 568px;
  }
  .main-reviews__header {
    margin-bottom: 33px;
  }
  .reviews-honest {
    padding-top: 0;
  }
  .reviews-item {
    padding: 26px 20px 31px;
  }
  .reviews-item__img,
  .reviews-item__link span {
    display: none;
  }
  .reviews-item-answer {
    margin-top: 19px;
    font-size: 1rem;
    line-height: 20px;
  }
  .reviews .search {
    margin-bottom: 24px;
  }
  .reviews .reviews-honest {
    display: none;
  }
}
.history-patient {
  margin: 113px 0;
}
.history-patient .history-patient__wrap {
  padding: 64px;
  border-radius: 8px;
}
.history-patient .history-patient__title {
  font-weight: 700;
  font-size: 2.2857rem;
  line-height: 40px;
  margin-bottom: 16px;
  text-align: center;
}
.history-patient .history-patient__subtitle {
  font-size: 1.286rem;
  line-height: 24px;
  margin-bottom: 48px;
  text-align: center;
}
.history-patient .history-patient-slider {
  position: relative;
  margin: 48px 0;
}
.history-patient .history-patient-slider .swiper-button-prev, .history-patient .history-patient-slider .swiper-button-next {
  display: block !important;
  top: calc(50% - 16px);
  width: 32px;
  height: 32px;
  opacity: 0.8;
}
.history-patient .history-patient-slider .swiper-button-prev {
  left: calc(50% - 56px);
}
.history-patient .history-patient-slider .swiper-button-next {
  right: calc(50% - 56px);
}
.history-patient .history-patient-slider__item {
  position: relative;
  width: 80px;
}
.history-patient .history-patient-slider__item.swiper-slide-active .history-patient-slider__img {
  filter: none;
}
.history-patient .history-patient-slider__img {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  background-image: url(/images/history_slide.png?98f1a4cc9addc5f61730d678d3cff3f9);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  filter: grayscale(100%);
}
.history-patient .history-patient__patient-slider__item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.history-patient .history-patient__content {
  margin-right: 48px;
  width: calc(100% - 376px);
}
.history-patient .history-patient__patient_name {
  font-weight: 700;
  font-size: 1.143rem;
  line-height: 24px;
  margin-bottom: 16px;
}
.history-patient .history-patient__patient_comment {
  line-height: 20px;
  margin-bottom: 40px;
}
.history-patient .history-patient__time-term {
  position: absolute;
  z-index: 2;
  top: 9%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid var(--marine);
  text-align: center;
  box-shadow: 0px 4px 16px 0px var(--marine-shadow);
}
.history-patient .history-patient__time-term svg {
  width: 24px;
  height: 24px;
  margin: 0 auto;
  fill: var(--marine);
}
.history-patient .history-patient__time-term div {
  margin-top: 8px;
  font-size: 1.143rem;
}
.history-patient .history-patient__time-term div:last-child {
  font-size: 1.715rem;
  font-weight: 600;
  line-height: 32px;
  margin-top: 0;
}
.history-patient .history-patient__patient_img {
  border-radius: 8px;
  width: 100%;
  height: 176px;
  background-image: url(/images/history_photo.png?3b83917ae1ec3dbcfbf701724989d77b);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 24px;
}
.history-patient .history-patient__video {
  display: inline-block;
  padding: 8px 16px;
  border-width: 1px;
  border-style: solid;
  font-weight: 500;
  font-size: 1rem;
  line-height: 20px;
}
.history-patient .history-patient__form {
  max-width: 328px;
  flex-shrink: 0;
  box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.24);
  border-radius: 8px;
}
.history-patient .history-patient__form .history-patient__form-policy {
  margin-top: 12px;
  font-size: 0.8572rem;
}
.history-patient .history-patient__form .form-border {
  padding: 0 32px 48px;
}
.history-patient .history-patient__form .form-item__title {
  font-weight: 600;
  font-size: 1.286rem;
  line-height: 24px;
}
.history-patient .history-patient__form ul {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 32px;
}
.history-patient .history-patient__form ul li {
  position: relative;
  margin-bottom: 16px;
  font-weight: 400;
  line-height: 20px;
}
.history-patient .history-patient__form ul li:before {
  content: "";
  position: absolute;
  top: 3px;
  left: -32px;
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-mask-image: url(/images/tick_cube_white.svg?5480bef146a8a75667c20ea1414f7596);
          mask-image: url(/images/tick_cube_white.svg?5480bef146a8a75667c20ea1414f7596);
  background-color: var(--marine);
}
.history-patient .history-patient__doctor {
  width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  padding-top: 24px;
  margin-top: 64px;
}
.history-patient .history-patient__user {
  display: flex;
}
.history-patient .history-patient__user_img {
  width: 52px;
  height: 52px;
  background-image: url(/images/history_slide.png?98f1a4cc9addc5f61730d678d3cff3f9);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 32px;
  margin-right: 20px;
}
.history-patient .history-patient__user_info {
  display: flex;
  flex-direction: column;
}
.history-patient .history-patient__user_name {
  font-weight: 600;
  font-size: 1.143rem;
  line-height: 24px;
}
.history-patient .history-patient__user_date {
  font-weight: 400;
  line-height: 20px;
}
.history-patient .free-consult__action__hint.accounts-link__hint {
  color: var(--marine);
  font-size: 2rem;
  margin-left: 4px;
}

@media all and (max-width: 1000px) {
  .history-patient .history-patient__photo-item {
    width: 90%;
  }
  .history-patient .history-patient__time-term {
    padding: 6px 8px;
    top: 0;
    left: 0;
    transform: translateY(0);
    border-radius: 0;
    border-bottom-right-radius: 8px;
    box-shadow: none;
  }
  .history-patient .history-patient__time-term svg {
    width: 18px;
    height: 18px;
  }
  .history-patient .history-patient__time-term div {
    margin-top: 4px;
    font-size: 0.8572rem;
  }
  .history-patient .history-patient__time-term div:last-child {
    font-size: 1rem;
    line-height: 20px;
  }
}
@media all and (max-width: 800px) {
  .history-patient {
    margin: 47px 0;
  }
  .history-patient .history-patient__patient-slider__item {
    flex-direction: column;
    align-items: center;
  }
  .history-patient .history-patient__content {
    width: 100%;
    margin-right: 0;
    margin-bottom: 32px;
  }
  .history-patient .history-patient__form {
    order: 1;
  }
  .history-patient .history-patient__doctor {
    margin-top: 0;
    margin-bottom: 32px;
  }
}
@media all and (max-width: 600px) {
  .history-patient .history-patient__wrap {
    padding: 40px 15px;
  }
  .history-patient .history-patient__title {
    font-size: 1.8572rem;
    line-height: 32px;
    text-align: left;
  }
  .history-patient .history-patient__subtitle {
    font-size: 1rem;
    line-height: 20px;
    margin-bottom: 48px;
    text-align: left;
  }
  .history-patient .history-patient__form .form-border {
    padding: 0 16px 32px;
  }
  .history-patient .history-patient__user {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .history-patient .history-patient__user_img {
    margin-right: 0;
  }
}
.simple-history-patient {
  margin: 113px 0;
}
.simple-history-patient__form-phone-info {
  text-align: center;
  margin-top: 12px;
}
.simple-history-patient__form-phone-info a {
  font-weight: 600;
  white-space: nowrap;
}
.simple-history-patient__wrap {
  padding: 64px;
  border-radius: 8px;
}
.simple-history-patient__title {
  margin-bottom: 16px;
  text-align: center;
}
.simple-history-patient__subtitle {
  font-size: 1.286rem;
  line-height: 24px;
  margin-bottom: 48px;
  text-align: center;
}
.simple-history-patient__container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.simple-history-patient__slider {
  width: 100%;
  max-width: 720px;
  margin-right: 24px;
}
.simple-history-patient__slider-wrap {
  position: relative;
}
.simple-history-patient__slider-nav {
  position: absolute;
  bottom: 20px;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.simple-history-patient__slider-nav .swiper-button-prev, .simple-history-patient__slider-nav .swiper-button-next {
  position: static;
  width: 32px;
  height: 32px;
  opacity: 0.8;
}
.simple-history-patient__slider-nav .swiper-button-prev.swiper-button-disabled, .simple-history-patient__slider-nav .swiper-button-next.swiper-button-disabled {
  display: block;
  opacity: 0.4;
}
.simple-history-patient__slider-nav .swiper-button-prev {
  margin-right: 16px;
  background-position: 11px 50%;
}
.simple-history-patient__slider-nav .swiper-button-prev:hover {
  background-position: 11px 50%;
}
.simple-history-patient__slider-nav .swiper-button-next {
  background-position: 8px 50%;
}
.simple-history-patient__slider-nav .swiper-button-next:hover {
  background-position: 8px 50%;
}
.simple-history-patient__form {
  width: 100%;
  max-width: 328px;
  border-radius: 8px;
  flex-shrink: 0;
  overflow: hidden;
  border: 1px solid var(--grey-border);
}
.simple-history-patient__form .form-border {
  padding: 32px 24px;
}
.simple-history-patient__form .form-border .form-item__title {
  font-size: 1.286rem;
  font-weight: 600;
  line-height: 24px;
  margin-top: 0;
}
.simple-history-patient__form .history-patient__form-policy {
  font-size: 0.8572rem;
  margin-top: 12px;
}
.simple-history-patient__form .history-patient__form-descr {
  margin-top: 12px;
}
.simple-history-patient__form ul {
  margin-bottom: 16px;
  margin-top: 16px;
  padding-left: 32px;
}
.simple-history-patient__form ul li {
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 16px;
  position: relative;
}
.simple-history-patient__form ul li:before {
  content: "";
  position: absolute;
  top: 3px;
  left: -32px;
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-mask-image: url(/images/tick_cube_white.svg?5480bef146a8a75667c20ea1414f7596);
          mask-image: url(/images/tick_cube_white.svg?5480bef146a8a75667c20ea1414f7596);
  background-color: var(--marine);
}
.simple-history-patient__form ul li span {
  white-space: nowrap;
}
.simple-history-patient__photo {
  width: 100%;
  height: 384px;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
}
.simple-history-patient__photo img {
  width: auto;
  max-width: 720px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.simple-history-patient__results {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  margin-top: 24px;
}
.simple-history-patient__results > div {
  width: calc(50% - 12px);
  position: relative;
  height: 176px;
}
.simple-history-patient__results > div span {
  position: absolute;
  display: block;
  padding: 8px 16px;
  background-color: var(--marine);
  color: var(--white);
  border-radius: 4px;
  line-height: 24px;
  font-weight: 600;
  bottom: 8px;
  left: 8px;
}
.simple-history-patient__img {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.simple-history-patient__img img {
  width: auto;
  max-width: 348px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.simple-history-patient__result-before {
  margin-right: 24px;
}
.simple-history-patient__info {
  margin-top: 32px;
}
.simple-history-patient__name {
  font-weight: 700;
  font-size: 1.143rem;
  margin-bottom: 16px;
  line-height: 24px;
}
.simple-history-patient__comment {
  line-height: 20px;
}
.simple-history-patient__doctor {
  margin-top: 48px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-top: 1px solid;
  padding-top: 20px;
}
.simple-history-patient__doctor-img {
  width: 100%;
  max-width: 52px;
  height: 52px;
  border-radius: 50%;
  margin-right: 20px;
  background-repeat: no-repeat;
  background-size: cover;
}
.simple-history-patient__doctor-name {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 1.143rem;
}
.simple-history-patient .free-consult__action__hint.accounts-link__hint {
  color: var(--marine);
  text-align: center;
}
.simple-history-patient .free-consult__action__hint.accounts-link__hint .symbol-hint {
  font-size: 24px;
}

@media all and (max-width: 1334px) {
  .simple-history-patient__container {
    display: block;
  }
  .simple-history-patient .swiper-button-prev, .simple-history-patient .swiper-button-next {
    display: block;
  }
  .simple-history-patient__slider {
    margin: 0 auto 48px;
  }
  .simple-history-patient__form {
    max-width: 720px;
    margin: 0 auto;
  }
  .simple-history-patient__form .form-border {
    display: flex;
    flex-wrap: wrap;
    padding: 32px 16px;
  }
  .simple-history-patient__form .form-border .form-item__wrap {
    flex-direction: row;
    justify-content: flex-start;
  }
  .simple-history-patient__form .form-border .form-item__wrap .form-item:first-child {
    max-width: 328px;
    margin-right: 24px;
  }
  .simple-history-patient__form ul {
    display: flex;
    flex-wrap: wrap;
  }
  .simple-history-patient__form ul li {
    width: 100%;
    max-width: 255px;
  }
}
@media all and (max-width: 768px) {
  .simple-history-patient__wrap {
    padding: 32px 24px;
  }
  .simple-history-patient__photo img {
    height: 100%;
    border-radius: 8px;
  }
  .simple-history-patient__form .form-border .form-item__wrap {
    display: block;
  }
  .simple-history-patient__form .form-border .form-item__wrap .form-item:first-child {
    max-width: unset;
    margin-right: 0;
  }
  .simple-history-patient__photo {
    height: 248px;
  }
  .simple-history-patient__results {
    margin-top: 16px;
  }
  .simple-history-patient__results > div {
    width: calc(50% - 8px);
  }
  .simple-history-patient__results > div span {
    padding: 4px 8px;
  }
  .simple-history-patient__result-before {
    margin-right: 16px;
  }
  .simple-history-patient__img img {
    height: 100%;
    border-radius: 8px;
  }
  .simple-history-patient__slider-nav {
    width: calc(100% - 32px);
    justify-content: space-between;
    bottom: unset;
    right: unset;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    z-index: 2;
  }
}
@media all and (max-width: 580px) {
  .simple-history-patient__results > div {
    height: 116px;
  }
}
@media all and (max-width: 480px) {
  .simple-history-patient__subtitle {
    margin-bottom: 24px;
    font-size: 1.143rem;
  }
}
.service-doctors {
  margin: 113px 0;
}

.service-doctors__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.service-doctors-slider {
  margin-top: 47px;
}

.service-doctors-slider-item {
  width: 25%;
  border-radius: 8px;
  overflow: hidden;
}

.service-doctors-slider-item__wrap {
  display: flex;
}

.service-doctors-slider-item__info {
  max-width: 528px;
  padding: 71px 0 15px 62px;
}

.service-doctors-slider-item__name {
  font-weight: 700;
  font-size: 1.715rem;
  line-height: 32px;
  margin-bottom: 8px;
}

.service-doctors-slider-item__spec {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 1.143rem;
  line-height: 24px;
  margin: 29px 0 26px;
}

.service-doctors-slider-item__medal {
  min-width: 56px;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  margin-right: 20px;
}

.service-doctors-slider-item__description {
  font-size: 1.143rem;
  line-height: 24px;
  margin-bottom: 38px;
  margin-top: 18px;
}

.service-doctors__btn {
  width: 284px;
  font-weight: bold;
  font-size: 1.286rem;
  line-height: 24px;
  padding: 18px 0;
}

.service-doctors-slider-item__img {
  width: 386px;
  height: 436px;
  margin-left: 10%;
}

.service-doctors-slider-item__img img {
  height: 100%;
}

.doctors-thumb {
  width: auto;
  position: static;
  display: flex !important;
  height: 104px;
  margin: 28px -11px 0;
  padding: 0 40px;
}

.doctors-thumb li {
  flex-grow: 1;
  margin: 0 11px;
}

.doctors-thumb-item {
  display: flex;
  align-items: center;
  padding: 20px;
  border-radius: 8px;
}

.doctors-thumb-item__img {
  min-width: 64px;
  width: 64px;
  height: 64px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.doctors-thumb-item__img img {
  width: 100%;
  height: 100%;
}

.doctors-thumb-item__text {
  margin-left: 16px;
  font-size: 1.143rem;
  line-height: 20px;
  text-align: left;
  padding-right: 45px;
}

.doctors-thumb-item__surname {
  display: block;
  font-weight: 700;
}

@media all and (max-width: 1334px) {
  .service-doctors .swiper-button-prev,
  .service-doctors .swiper-button-next {
    display: none;
  }
}
@media all and (min-width: 1136px) {
  .service-doctors .swiper-pagination {
    display: none;
  }
}
@media all and (max-width: 1000px) {
  .doctors-thumb {
    display: block !important;
    height: auto;
  }
  .doctors-thumb li {
    margin: 0 5px;
  }
  .service-doctors-slider-item__wrap {
    padding: 40px;
  }
  .service-doctors-slider-item__img {
    width: 305px;
    height: 345px;
  }
}
@media all and (max-width: 800px) {
  .service-doctors {
    margin: 47px 0;
  }
  .service-doctors-slider-item__wrap {
    flex-direction: column;
  }
  .service-doctors-slider-item__img {
    width: 100%;
    height: auto;
    margin: 0 auto 18px;
    order: 0;
  }
  .service-doctors-slider-item__img img {
    width: 100%;
    height: auto;
  }
  .service-doctors-slider-item__info {
    max-width: 100%;
    order: 1;
    text-align: center;
  }
  .service-doctors__btn {
    margin: 0 auto;
  }
}
@media all and (max-width: 600px) {
  .service-doctors {
    position: relative;
    padding-bottom: 90px;
  }
  .service-doctors .container {
    padding-bottom: 80px;
    overflow: hidden;
  }
  .service-doctors-slider {
    margin: 29px -5px 0;
  }
  .service-doctors-slider-item {
    width: 90%;
  }
  .service-doctors-slider-item__wrap {
    padding: 20px 20px 52px;
  }
  .service-doctors-slider-item__info {
    padding: 0;
  }
  .service-doctors-slider-item__name {
    font-size: 1.286rem;
    line-height: 24px;
  }
  .service-doctors-slider-item__spec {
    flex-direction: column;
    font-size: 1rem;
    line-height: 20px;
    margin: 17px 0 16px;
  }
  .service-doctors-slider-item__description {
    font-size: 1rem;
    line-height: 20px;
  }
  .doctors__link {
    bottom: 41px;
  }
  .service-doctors-slider-item__medal {
    min-width: 32px;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    margin: 0 auto 9px;
  }
  .service-doctors__btn {
    width: 250px;
    font-size: 1rem;
    line-height: 20px;
    padding: 14px 0;
  }
}
.faq__wrap {
  display: flex;
  align-items: flex-start;
}

.faq-ask {
  min-width: 408px;
  width: 408px;
  margin-right: 102px;
}

.faq-ask__img {
  width: 100%;
  height: 376px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.faq-ask__body {
  height: 232px;
  padding: 20px 62px;
  border-radius: 8px 0 8px 8px;
  position: relative;
  text-align: center;
}

.faq-ask__body::before {
  content: "";
  display: block;
  width: 408px;
  height: 70px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  position: absolute;
  top: -69px;
  left: 0;
}

.faq-ask__text {
  font-weight: 700;
  font-size: 1.715rem;
  line-height: 32px;
  margin-bottom: 25px;
}

.faq-ask__btn {
  font-weight: 700;
  font-size: 1.143rem;
  line-height: 20px;
  padding: 14px 0;
}

.faq__title {
  margin-bottom: 47px;
}

.faq-questions {
  position: relative;
}

.faq-questions__slider {
  max-width: 642px;
}

.faq-questions__slider .slick-list {
  min-height: 346px;
}

.faq-questions-item {
  margin-bottom: 12px;
  -webkit-user-select: text;
  -moz-user-select: text;
       user-select: text;
}

.faq-questions-item__q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  font-size: 1.143rem;
  line-height: 20px;
  cursor: pointer;
  padding: 24px 20px;
  border-radius: 8px;
}

.faq-questions-item__a {
  height: 0;
  opacity: 0;
  visibility: hidden;
  padding: 0 20px;
  font-size: 1.143rem;
  line-height: 24px;
  transition: all 0.3s ease;
}
.faq-questions-item__a img, .faq-questions-item__a iframe {
  max-width: 100%;
}

.faq-questions-item.active .faq-questions-item__a {
  height: auto;
  opacity: 1;
  visibility: visible;
  padding: 18px 20px 10px;
  transition: all 0.3s ease;
}

.faq-questions__nav {
  position: absolute;
  bottom: -65px;
  right: 0;
}

.faq-questions__arrows {
  width: 170px;
  display: flex;
  justify-content: space-between;
}

.faq-questions__arrow {
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  cursor: pointer;
}

.faq-questions__arrow.prev {
  left: -65px;
}

.faq-questions__arrow.next {
  right: -65px;
}

.faq-questions__arrow:hover {
  transition: background-color 0.3s ease;
}

.faq-questions__count {
  position: absolute;
  top: 17px;
  left: 72px;
  font-size: 1.143rem;
  line-height: 20px;
}

@media all and (max-width: 1200px) {
  .faq__wrap {
    flex-direction: column;
    align-items: center;
  }
  .faq-questions {
    order: 0;
    margin-bottom: 75px;
  }
  .faq-ask {
    order: 1;
    margin-right: 0;
  }
}
@media all and (max-width: 800px) {
  .faq-questions-item.active .faq-questions-item__q span {
    border-bottom: 1px dotted;
  }
  .faq-questions-item__a {
    line-height: 20px;
  }
  .faq-questions {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 600px) {
  .faq {
    margin: 47px 0;
  }
  .faq__title {
    margin-bottom: 29px;
  }
  .faq-ask,
  .faq-ask__body::before {
    min-width: 290px;
    width: 290px;
  }
  .faq-ask__body::before {
    height: 60px;
    top: -58px;
  }
  .faq-ask__img {
    height: 267px;
  }
  .faq-ask__body {
    padding: 30px 20px;
  }
  .faq-ask__text {
    font-size: 1.286rem;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .faq-ask__btn {
    font-size: 1rem;
    line-height: 20px;
  }
}
.care-after {
  margin-bottom: 113px;
}

.care-after__title {
  margin-bottom: 47px;
}

.care-after__wrap {
  display: flex;
}

.care-after-tabs {
  min-width: 386px;
  margin-right: 22px;
}

.care-after-tabs-item {
  display: flex;
  align-items: center;
  padding: 16px 24px;
  border-radius: 8px;
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 1.143rem;
  line-height: 24px;
  cursor: pointer;
}

.care-after-tabs-item:not(.active):hover,
.care-after-tabs-item:not(.active):hover .svg_apple use,
.care-after-tabs-item:not(.active):hover .svg_paste use,
.care-after-tabs-item:not(.active):hover .svg_human use {
  transition: color 0.3s ease;
}

.care-after-tabs-content {
  position: relative;
  flex: 1;
  border-radius: 8px;
  overflow: hidden;
}

.care-after-tabs-content__block:not(:last-child) {
  margin-bottom: 24px;
}

.care-after-tabs-content__wrap {
  position: absolute;
  width: 100%;
  padding: 46px 40px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.care-after-tabs-content__wrap.active-tab {
  position: relative;
  opacity: 1;
}
.care-after-tabs-content__wrap h2 {
  font-weight: 700;
  font-size: 1.286rem;
  line-height: 24px;
  margin-bottom: 13px;
}
.care-after-tabs-content__wrap ul li {
  font-size: 1.143rem;
  line-height: 24px;
  padding: 6px 0 6px 18px;
  position: relative;
}
.care-after-tabs-content__wrap ul li:before {
  content: "";
  display: block;
  width: 10px;
  height: 8px;
  position: absolute;
  top: 12px;
  left: 0;
  background: url("/images/sprites/svg/check.svg") center center no-repeat;
  background-size: contain;
}

.care-after-tabs-content__title {
  font-weight: 700;
  font-size: 1.286rem;
  line-height: 24px;
  margin-bottom: 13px;
}

.care-after-tabs-content__item {
  font-size: 1.143rem;
  line-height: 24px;
  padding: 6px 0 6px 18px;
  position: relative;
}

.care-after-tabs-content__item::before {
  content: "";
  display: block;
  width: 10px;
  height: 8px;
  position: absolute;
  top: 12px;
  left: 0;
  background: url("/images/sprites/svg/check.svg") center center no-repeat;
  background-size: contain;
}

@media all and (max-width: 1024px) {
  .care-after__wrap {
    flex-direction: column;
  }
  .care-after-tabs {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
@media all and (max-width: 600px) {
  .care-after {
    margin: 47px 0;
  }
  .care-after__title {
    margin-bottom: 29px;
  }
  .care-after-tabs {
    min-width: 100%;
  }
  .care-after-tabs-item {
    font-weight: 600;
    font-size: 0.8572rem;
    line-height: 16px;
    margin-bottom: 12px;
    padding: 8px 20px;
  }
  .care-after-tabs-content {
    position: relative;
  }
  .care-after-tabs-content__wrap {
    padding: 32px 20px;
  }
  .care-after-tabs-content__wrap h2 {
    font-size: 1.143rem;
    line-height: 20px;
  }
  .care-after-tabs-content__wrap ul li {
    font-size: 1rem;
    line-height: 20px;
  }
  .care-after-tabs-content__title {
    font-size: 1.143rem;
    line-height: 20px;
  }
  .care-after-tabs-content__item {
    font-size: 1rem;
    line-height: 20px;
  }
}
.care {
  margin-bottom: 113px;
}

.care__title {
  text-align: center;
  margin-bottom: 29px;
}

.care__subtitle {
  font-size: 1.286rem;
  line-height: 24px;
  text-align: center;
  margin-bottom: 54px;
}

.care-tabs {
  display: flex;
  align-items: center;
  margin: 0 -11px;
}

.care-tabs-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80px;
  margin: 0 11px;
  border-radius: 8px;
  padding: 0 20px;
  cursor: pointer;
}
.care-tabs-item .care-tabs-item__name {
  font-weight: 700;
  font-size: 1.143rem;
  line-height: 24px;
}
.care-tabs-item .care-tabs-item__subname {
  font-weight: 400;
  line-height: 20px;
}

.care-tabs-item:not(.active):hover {
  transition: color 0.3s ease;
}

.care-tabs-content {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 48px;
}

.care-tabs-content__wrap {
  position: absolute;
  display: flex;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.care-tabs-content__wrap.active-tab {
  position: relative;
  opacity: 1;
}

.care-tabs-content__img {
  min-width: 448px;
  width: 448px;
  height: 280px;
  background: url("/images/services/care-implant-1.webp") center center no-repeat;
  background-size: contain;
  margin-right: 62px;
  border-radius: 8px;
}

.care-tabs-content__text-wrap {
  font-size: 1.143rem;
  line-height: 24px;
}
.care-tabs-content__text-wrap p {
  margin-bottom: 10px;
}

.care-tabs-content__text {
  font-size: 1.143rem;
  line-height: 24px;
  margin-bottom: 10px;
}

@media all and (max-width: 1024px) {
  .care-tabs {
    flex-direction: column;
    margin: 0;
  }
  .care-tabs-item {
    width: 100%;
    margin: 0 0 12px;
  }
  .care-tabs-content__img {
    min-width: 290px;
    width: 290px;
    height: 180px;
  }
}
@media all and (max-width: 800px) {
  .care-tabs-content__wrap {
    flex-direction: column;
  }
  .care-tabs-content__img {
    margin: 0 auto 21px;
  }
  .care-tabs {
    margin: 0;
  }
  .care-tabs-item {
    margin: 0 0 12px;
  }
}
@media all and (max-width: 600px) {
  .care {
    margin: 47px 0;
  }
  .care__title {
    text-align: left;
    margin-bottom: 18px;
  }
  .care__subtitle {
    text-align: left;
    font-size: 1rem;
    line-height: 20px;
    margin-bottom: 27px;
  }
  .care-tabs-item {
    height: 40px;
    font-weight: 600;
    font-size: 0.8572rem;
    line-height: 16px;
  }
  .care-tabs-content__text-wrap p {
    font-size: 1rem;
    line-height: 20px;
  }
  .care-tabs-content__text {
    font-size: 1rem;
    line-height: 20px;
  }
}
.add-services {
  margin-bottom: 144px;
}

.add-services__title {
  margin-bottom: 47px;
}

.add-services__wrap .services-menu {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -11px;
}

.add-services__wrap li {
  width: calc(25% - 22px);
  margin: 0 11px 8px;
}

@media all and (max-width: 800px) {
  .add-services__wrap li {
    width: calc(50% - 22px);
  }
}
@media all and (max-width: 600px) {
  .add-services {
    margin-bottom: 72px;
  }
  .add-services__wrap li {
    width: 100%;
  }
  .add-services__title {
    margin-bottom: 29px;
  }
}
.services__title {
  text-align: left;
}

.service-menu__wrap {
  margin-top: 32px;
  margin-bottom: 184px;
}

.services__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 78px;
}

.service-menu__carousel {
  position: relative;
  width: 100%;
  transition: all 0.3s ease;
}

.service-carousel {
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.service-carousel.active-section {
  opacity: 1;
  pointer-events: all;
  z-index: 2;
}
.service-carousel.swiper {
  position: absolute;
}

.services-tabs {
  display: flex;
}

.services-tabs__item {
  width: 284px;
  height: 64px;
  line-height: 16px;
  font-weight: 700;
  margin-right: 22px;
  justify-content: space-between;
  cursor: pointer;
}

.services-tabs__item:last-child {
  margin-right: 0;
}

.services-tabs__item.active {
  position: relative;
  border-bottom-left-radius: 0;
}

.services-tabs__item.active::after {
  content: "";
  display: block;
  width: 284px;
  height: 26px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%);
  position: absolute;
  bottom: -25px;
  left: 0;
}

.services__content {
  display: none;
  margin: 0 -11px;
}

.services__content.active {
  display: flex;
}

.services-col {
  width: calc(25% - 22px);
  padding: 0 11px;
  height: 100%;
  align-self: stretch;
}

.services-menu {
  position: relative;
}

.services-col__title {
  font-size: 1.143rem;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 22px;
}

.services-menu__link {
  display: flex;
  align-items: center;
  height: 56px;
  border-radius: 8px;
  padding: 0 20px;
  line-height: 20px;
  font-weight: 500;
  position: relative;
  margin-bottom: 8px;
  overflow: hidden;
}

.services-menu__link:hover {
  transition: color 0.3s ease;
}

.services-menu__link:hover .svg_tooth use {
  transition: fill 0.3s ease;
}

.services-menu__action {
  position: relative;
  border-radius: 8px;
}

.services-backlight {
  position: absolute;
  top: -6px;
  left: -6px;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  opacity: 0;
  border: 2px var(--marine-accent, #1FC6D0) solid;
  border-radius: 12px;
  transition: all 0.5s ease;
  pointer-events: none;
}

.mark {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 56px;
  font-size: 0.7143rem;
  line-height: 16px;
  font-weight: 700;
  border-radius: 8px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
}

.mark__circle {
  width: 118px;
  height: 118px;
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.mark__text {
  position: relative;
}

@media all and (max-width: 1200px) {
  .services-tabs__item,
  .services-tabs__item.active::after {
    width: 250px;
  }
  .services__header {
    flex-direction: column;
  }
  .services__title {
    margin-bottom: 29px;
  }
}
@media all and (max-width: 1024px) {
  .services__header {
    margin-bottom: 30px;
  }
  .services-tabs__item.active {
    border-bottom-left-radius: 5px;
  }
  .services-tabs__item.active::after {
    display: none;
  }
}
@media all and (max-width: 964px) {
  .service-menu__wrap {
    margin-bottom: 116px;
  }
  .services__content {
    margin: 0;
  }
  .services-col {
    margin: 0;
    padding-right: 15px;
  }
  .services__content .slick-dots {
    bottom: -50px;
  }
}
@media all and (max-width: 600px) {
  .service-menu__wrap {
    margin-top: 51px;
    margin-right: 0;
    overflow: hidden;
  }
  .service-menu__wrap .main-slider__wrap.swiper {
    max-width: 320px;
    overflow: unset;
  }
  .services__header {
    padding-right: 15px;
  }
  .services-tabs {
    flex-direction: column;
  }
  .services-tabs__item {
    width: 100%;
    height: 40px;
    margin-bottom: 12px;
    margin-right: 0;
    font-size: 0.8572rem;
    font-weight: 600;
  }
  .services__content {
    margin: 0 -5px;
  }
  .services-col {
    padding: 0 5px;
  }
}
.ratings {
  margin-top: 113px;
  padding-top: 113px;
}

.reviews .ratings {
  margin-top: 184px;
}

.service section.ratings {
  padding-top: 113px;
  margin-top: 200px;
}

.ratings__container {
  position: relative;
  min-height: 430px;
}

.ratings__title {
  margin-bottom: 47px;
}

.ratings__wrap {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 22px;
       column-gap: 22px;
  max-width: 874px;
  position: relative;
  padding-bottom: 104px;
}

.ratings-item {
  min-width: calc(33.3% - 22px);
  width: calc(33.3% - 22px);
  display: flex;
  align-items: center;
  max-width: -moz-min-content;
  max-width: min-content;
  height: 60px;
  border-radius: 8px;
  margin-bottom: 40px;
  padding-right: 53px;
  position: relative;
}

.ratings-item:hover .svg_arrow-link {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}

.ratings-item__img {
  display: block;
  min-width: 60px;
  width: 60px;
  height: 60px;
  border-radius: 8px;
  margin-right: 20px;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
}

.ratings-item__name {
  display: block;
  font-size: 1.143rem;
  line-height: 24px;
  font-weight: 600;
}

.ratings-item__rate {
  line-height: 16px;
  font-weight: 600;
}

.ratings__middle_mob {
  display: none;
  font-weight: 600;
  font-size: 0.8572rem;
  line-height: 16px;
  margin-bottom: 31px;
}
.ratings__middle_mob .ratings__middle_mob-val {
  font-weight: bold;
  font-size: 1.715rem;
  line-height: 28px;
  margin-right: 12px;
}

.ratings__middle {
  position: absolute;
  width: 587px;
  height: 636px;
  bottom: 0;
  right: -290px;
  font-weight: 600;
  font-size: 0.8572rem;
  line-height: 16px;
}
.ratings__middle .ratings__middle-val {
  position: absolute;
  width: 263px;
  height: 572px;
  left: 75px;
  top: 16px;
  font-weight: bold;
  font-size: 1.715rem;
  line-height: 28px;
  margin-right: 12px;
}
.ratings__middle::after {
  content: "";
  display: block;
  width: 587px;
  height: 636px;
  background-image: url(/images/phone-rat.png?f898599faf94b8cfdf9eecf2df2bc29b);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.ratings__middle .ratings__stars {
  position: absolute;
  top: 130px;
  left: 30px;
}
.ratings__middle .ratings__stars .ratings__star {
  position: absolute;
}
.ratings__middle .ratings__stars .ratings__star:nth-child(1) {
  left: 0;
  top: 29px;
}
.ratings__middle .ratings__stars .ratings__star:nth-child(2) {
  left: 37px;
  top: 6px;
}
.ratings__middle .ratings__stars .ratings__star:nth-child(3) {
  left: 80px;
  top: 0;
}
.ratings__middle .ratings__stars .ratings__star:nth-child(4) {
  left: 123px;
  top: 6px;
}
.ratings__middle .ratings__stars .ratings__star:nth-child(5) {
  left: 160px;
  top: 29px;
}
.ratings__middle .ratings__middle-total {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 190px;
  background-image: url(/images/big_star.svg?6fb8e98e45f801f4be7e61523698a454);
  background-position: center;
  background-repeat: no-repeat;
  padding: 75px 0;
}
.ratings__middle .ratings__middle-total .ratings__middle-number {
  font-weight: 700;
  font-size: 1.715rem;
  line-height: 28px;
}
.ratings__middle .ratings__middle-total .ratings__middle-label {
  font-weight: 600;
  font-size: 0.8572rem;
  line-height: 16px;
}

@media all and (max-width: 1800px) {
  .ratings__container::after {
    width: 450px;
    height: 489px;
    background-size: contain;
    right: -140px;
  }
  .ratings__middle {
    right: -140px;
  }
}
@media all and (max-width: 1200px) {
  .ratings__middle {
    display: none;
  }
  .ratings__container::after {
    display: none;
  }
}
@media all and (max-width: 800px) {
  .ratings__middle_mob {
    display: block;
  }
  .ratings__wrap {
    display: block;
  }
  .ratings-item {
    min-width: 90%;
    width: 90%;
  }
}
@media all and (max-width: 600px) {
  .ratings {
    padding-top: 51px;
  }
  .reviews .ratings {
    margin-top: 52px;
  }
  .service section.ratings {
    padding-top: 51px;
    margin-top: 0;
  }
  .ratings .container {
    overflow: hidden;
  }
  .ratings__title {
    margin-bottom: 14px;
  }
  .ratings__wrap {
    padding-bottom: 72px;
  }
  .ratings__col {
    width: 290px !important;
  }
  .ratings-item {
    margin-bottom: 12px;
  }
  .ratings__wrap .slick-dots {
    bottom: 15px;
  }
}
.photo {
  margin: 113px 0;
}
.photo .photo__title {
  margin-bottom: 47px;
}
.photo .photo-slider {
  margin: 0 -11px;
}
.photo .photo-slider__item {
  position: relative;
  display: block !important;
  width: 284px !important;
  height: 284px;
  margin: 0 auto;
  cursor: pointer;
}
.photo .photo-slider__img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
}
.photo .photo-slider__img img {
  width: 100%;
}
.photo .photo-slider__zoom,
.photo .photo-slider__play {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  border-radius: 8px;
  cursor: pointer;
}
.photo .photo-slider .slick-dots {
  bottom: -50px;
}

.review-interview .photo {
  padding-bottom: 0;
}

.about-clinic-title {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 -11px 40px;
}
.about-clinic-title__video {
  margin-right: 56px;
  border-radius: 8px;
  border: 1px solid var(--light-grey);
  overflow: hidden;
  width: 100%;
  max-width: 486px;
  max-height: 264px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
.about-clinic-title__video img {
  width: 100%;
}
.about-clinic-title__video span {
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: var(--marine);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 8px solid rgba(255, 255, 255, 0.5);
}
.about-clinic-title__video span svg {
  width: 40px;
  height: 40px;
}
.about-clinic-title__title .photo__title {
  margin-bottom: 32px;
}
.about-clinic-title__advantages {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: -12px;
}
.about-clinic-title__advantages-item {
  width: 100%;
  max-width: 317px;
  display: flex;
  margin: 12px;
  align-items: center;
}
.about-clinic-title__advantages-item svg {
  fill: var(--marine);
  stroke: var(--marine);
  width: 24px;
  height: 24px;
  margin-right: 16px;
}

.about-company-video.popup-min-width iframe {
  height: 365px;
}

@media all and (max-width: 1024px) {
  .photo .photo-slider__item {
    width: 140px !important;
    height: 140px;
  }
}
@media all and (max-width: 991px) {
  .about-clinic-title {
    flex-direction: column-reverse;
  }
  .about-clinic-title__video {
    margin: 24px auto 0;
  }
  .about-clinic-title__title .photo__title {
    text-align: center;
  }
  .about-clinic-title__advantages {
    justify-content: center;
  }
}
@media all and (max-width: 600px) {
  .accounts,
  .photo {
    margin: 47px 0;
  }
  .accounts .accounts__wrap,
  .photo .accounts__wrap {
    margin: 0 -5px 48px;
  }
  .accounts .container:last-child,
  .photo .container:last-child {
    padding-right: 0;
    overflow: hidden;
  }
  .accounts .photo__title,
  .photo .photo__title {
    margin-bottom: 29px;
  }
  .accounts .photo-slider,
  .photo .photo-slider {
    margin: 0 -5px;
  }
  .accounts .photo-slider__item,
  .photo .photo-slider__item {
    margin: 0 5px;
  }
  .accounts .photo-slider__zoom,
  .photo .photo-slider__zoom {
    right: 8px;
    bottom: 8px;
  }
  .about-clinic-title__advantages-item svg {
    margin-right: 12px;
  }
  .about-company-video.popup-min-width iframe {
    height: 168px;
  }
}
.number-items {
  position: relative;
  margin: 113px 0;
}

.number-items__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 47px;
}
.number-items__title.center {
  justify-content: center;
}

.number-items-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  width: 24%;
  background: #FFFFFF;
  box-shadow: 0px 8px 24px rgba(22, 74, 135, 0.08);
  border-radius: 8px;
  padding: 60px 20px 24px;
  margin-top: 48px;
  margin-bottom: 24px;
  height: auto;
}

.number-items-item__number {
  position: absolute;
  z-index: 1;
  display: block;
  top: -40px;
  right: calc(50% - 48px);
  width: 40px;
  height: 40px;
  border-radius: 20px;
  padding: 8px 0px;
  font-weight: 900;
  font-size: 1.143rem;
  line-height: 24px;
  text-align: center;
}

.number-items-item__title-top {
  min-height: 32px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1.715rem;
  line-height: 28px;
  text-align: center;
  position: absolute;
  top: -16px;
  left: 24px;
  width: calc(100% - 48px);
  padding: 12px;
}

.number-items-item__image {
  position: absolute;
  top: -40px;
  left: calc(50% - 44px);
  width: 88px;
  height: 88px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
}

.number-items-item__image-big {
  position: relative;
  width: 100%;
  min-height: 1px;
}
.number-items-item__image-big img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.number-items-item__title {
  font-weight: 600;
  font-size: 1.143rem;
  line-height: 20px;
  margin-bottom: 12px;
}

.number-items-item__text {
  flex-grow: 1;
  line-height: 20px;
  margin-bottom: 16px;
}

.number-items-item__price {
  border-top: 1px solid #EEEEEE;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding-top: 16px;
}
.number-items-item__price .number-items-item__current {
  font-weight: 600;
  font-size: 1.8572rem;
  line-height: 24px;
}
.number-items-item__price .number-items-item__old {
  font-weight: 400;
  font-size: 1.429rem;
  line-height: 24px;
  text-decoration-line: line-through;
}

.number-items--actions-item__btn {
  font-weight: 600;
  line-height: 16px;
  padding: 12px 0;
  margin-top: 10px;
}

@media all and (max-width: 600px) {
  .number-items {
    margin: 47px 0;
  }
  .number-items-item {
    width: 90%;
  }
  .number-items__link {
    bottom: -30px;
  }
}
.list-items-v2 {
  margin: 113px 0;
  position: relative;
}
.list-items-v2.border .list-items-v2-item {
  border: 1px solid #e5e5e5;
  padding: 16px 16px 32px;
  border-radius: 8px;
}
.list-items-v2.border .list-items-v2-item__title,
.list-items-v2.border .list-items-v2-item__text {
  line-height: 24px;
}

.list-items-v2__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.list-items-v2__title.center {
  justify-content: center;
  text-align: center;
}
.list-items-v2__title.center h2 {
  text-align: center;
}

.list-items__subtitle {
  font-size: 1.286rem;
  line-height: 24px;
}

.list-items-v2__wrap {
  margin-top: 56px;
}

.list-items-v2-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  width: 24%;
  height: auto !important;
}

.list-items-v2-item__image-big {
  position: relative;
  min-height: 1px;
}
.list-items-v2-item__image-big img {
  width: 100%;
  border-radius: 8px;
}

.list-items-v2-item__title {
  font-weight: 700;
  font-size: 1.286rem;
  line-height: 24px;
  margin-top: 32px;
  margin-bottom: 8px;
}

.list-items-v2-item__text {
  flex-grow: 1;
  font-size: 1.143rem;
  line-height: 24px;
}

@media all and (max-width: 600px) {
  .list-items-v2 {
    margin: 47px 0;
  }
  .list-items-v2-item {
    width: 90% !important;
  }
}
.implant-price {
  margin: 113px 0;
}
.implant-price .implant-price__title {
  margin-bottom: 47px;
}
.implant-price .implant-price__wrap {
  display: flex;
}
.implant-price .implant-price__wrap .slick-list {
  padding-bottom: 20px;
  height: 100% !important;
}
.implant-price .implant-price-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  background: #FFFFFF;
  box-shadow: 0px 8px 24px rgba(22, 74, 135, 0.08);
  border-radius: 8px;
  padding: 24px 20px 24px;
  margin-top: 48px;
}
.implant-price .implant-price-item__head {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 16px;
  border-bottom: 1px solid #EEEEEE;
}
.implant-price .implant-price-item__head .implant-price-item__image {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin-right: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.implant-price .implant-price-item__head .implant-price-item__title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-weight: 700;
  font-size: 1.143rem;
  line-height: 20px;
}
.implant-price .implant-price-item__head .implant-price-item__country {
  font-weight: 600;
  font-size: 0.8572rem;
  line-height: 16px;
  margin-top: 4px;
}
.implant-price .implant-price-item__body {
  padding-top: 16px;
  padding-bottom: 16px;
}
.implant-price .implant-price-item__body .implant-price-item__row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  font-size: 0.8572rem;
  margin-bottom: 12px;
  width: 100%;
}
.implant-price .implant-price-item__body .implant-price-item__row.implant-price-item__show_all {
  font-weight: 600;
  cursor: pointer;
}
.implant-price .implant-price-item__body .implant-price-item__coll:nth-child(2) {
  text-align: right;
  font-weight: 500;
  margin-left: 10px;
  display: flex;
  align-items: center;
  min-width: 102px;
}
.implant-price .implant-price-item__body .implant-price-item__coll .implant-price-item__coll-val {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.implant-price .implant-price__help {
  position: relative;
  margin-left: 8px;
}
.implant-price .implant-price__help svg {
  width: 12px;
  height: 12px;
  fill: #0c84ff;
}
.implant-price .implant-price__help .implant-price__help-result {
  display: none;
  position: absolute;
  background: #FFFFFF;
  box-shadow: 0px 8px 12px rgba(22, 74, 135, 0.08);
  border-radius: 8px;
  width: 260px;
  right: 0;
  bottom: 18px;
  padding: 16px;
  text-align: left;
  font-weight: 400;
  font-size: 0.8572rem;
}
.implant-price .implant-price__help:hover .implant-price__help-result {
  display: block;
}
.implant-price .implant-price-item__footer {
  display: flex;
  flex-direction: column;
  padding-top: 16px;
  border-top: 1px solid #EEEEEE;
}
.implant-price .implant-price-item__footer .implant-price-item__promotion {
  align-self: baseline;
  background: #FF7171;
  border-radius: 4px;
  padding: 4px 8px;
  margin-bottom: 12px;
}
.implant-price .implant-price-item__footer .implant-price-item__price {
  display: flex;
  padding-top: 16px;
}
.implant-price .implant-price-item__footer .implant-price-item__price .implant-price-item__price-current {
  font-weight: 600;
  font-size: 1.143rem;
  line-height: 24px;
}
.implant-price .implant-price-item__footer .implant-price-item__price .implant-price-item__price-old {
  font-weight: 400;
  font-size: 1.143rem;
  line-height: 24px;
  text-decoration-line: line-through;
  margin-right: 12px;
}
.implant-price .implant-price-item__credit {
  padding-top: 16px;
  border-top: 1px solid #EEEEEE;
  margin-top: 16px;
}
.implant-price .implant-price-item__credit a {
  justify-content: center;
}
.implant-price .implant-price-item__credit a.tinkoff-credit svg {
  margin-right: 9px;
}

.help-icon {
  position: relative;
  margin-left: 8px;
}
.help-icon svg {
  fill: var(--marine);
  width: 12px;
  height: 12px;
}
.help-icon__text {
  display: none;
  position: absolute;
  background: #FFFFFF;
  box-shadow: 0px 8px 12px var(--marine-shadow);
  border-radius: 8px;
  width: 260px;
  right: 0;
  bottom: 24px;
  padding: 16px;
  text-align: left;
  font-weight: 400;
  font-size: 0.8572rem;
}
.help-icon:hover .help-icon__text {
  display: block;
  color: var(--dark);
}

@media all and (max-width: 1024px) {
  .implant-price .implant-price-item {
    margin-top: 48px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 600px) {
  .implant-price {
    margin: 47px 0;
  }
  .implant-price .implant-price-item {
    margin-right: 5px;
    margin-left: 5px;
  }
}
.compare-table {
  margin: 113px 0;
}

.compare-table__title {
  margin-bottom: 47px;
}

.compare-table__wrap-table {
  width: 100%;
  border: 1px solid #E5EDEE;
}

.compare-table__head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E5EDEE;
}
.compare-table__head .compare-table__col {
  font-weight: 700;
}

.compare-table__row {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #E5EDEE;
}
.compare-table__row.compare-table__row_head {
  background: #F2FAFB;
  margin-top: 16px;
  border-top: none;
}
.compare-table__row.compare-table__row_head + .compare-table__row {
  border-top: none;
}
.compare-table__row.compare-table__row_head .compare-table__col {
  font-weight: 500;
}

.compare-table__col {
  width: 33%;
  padding: 8px 16px;
  font-size: 1.143rem;
  line-height: 24px;
}
.compare-table__col .up {
  display: inline-block;
  width: 24px;
  height: 24px;
  -webkit-mask-image: url(/images/arrow-up.svg?01f4caf61bc0b18078e65b95c759954a);
          mask-image: url(/images/arrow-up.svg?01f4caf61bc0b18078e65b95c759954a);
  -webkit-mask-position: center;
          mask-position: center;
  vertical-align: middle;
}

.compare-table__description {
  margin-top: 24px;
  font-size: 1.143rem;
  line-height: 24px;
}

.compare-table__subtitle {
  margin-bottom: 24px;
  font-size: 1.143rem;
  line-height: 24px;
}

@media all and (max-width: 800px) {
  .compare-table {
    margin: 47px 0;
  }
  .compare-table__wrap {
    margin: 0 -15px;
  }
  .compare-table__head .compare-table__col-first {
    display: none;
  }
  .compare-table__row {
    flex-wrap: wrap;
  }
  .compare-table__row.compare-table__row_head {
    margin-bottom: 16px;
    text-align: center;
  }
  .compare-table__row .compare-table__col-first {
    width: 100%;
    background: #F2FAFB;
  }
  .compare-table__col {
    width: 50%;
    font-size: 0.8572rem;
    line-height: 20px;
  }
}
.promotion {
  margin: 113px 0;
}

.promotion__wrap {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 16px;
  min-height: 280px;
  background-image: url(/images/percent.svg?b80b271e9b3ee70474c24023370158a8);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
}

.promotion__img {
  flex-grow: 1;
  max-width: 380px;
  height: 280px;
  align-self: flex-end;
  background-position: left bottom;
  background-repeat: no-repeat;
  min-width: 280px;
}

.promotion__data {
  margin: 20px 20px 20px 0;
}
.promotion__data .promotion__data-title {
  font-size: 2.2857rem;
  line-height: 40px;
}
.promotion__data .promotion__data-title .promotion__data-name {
  font-weight: 900;
}
.promotion__data .promotion__data-title .promotion__data-percent {
  font-weight: 600;
  margin-left: 16px;
}
.promotion__data .promotion__data-price {
  display: flex;
  align-items: center;
  margin-top: 8px;
  font-size: 1.286rem;
  line-height: 24px;
}
.promotion__data .promotion__data-price .promotion__data-price_old {
  margin-right: 20px;
  opacity: 0.6;
  font-style: normal;
  font-weight: 500;
  text-decoration-line: line-through;
}
.promotion__data .promotion__data-price .promotion__data-price_current {
  font-weight: 700;
}
.promotion__data .promotion__data-description {
  margin-top: 12px;
  font-weight: 500;
  font-size: 1.286rem;
  line-height: 24px;
  max-width: 500px;
}
.promotion__data .promotion__data-date {
  margin: 24px -9px 0;
  font-weight: 400;
  line-height: 32px;
  display: flex;
}
.promotion__data .promotion__data-date .promotion__data-date_col {
  display: flex;
  flex-direction: column;
  margin: 0 9px;
}
.promotion__data .promotion__data-date .promotion__data-date_row {
  width: 64px;
  padding: 8px;
  border-radius: 8px;
  margin-bottom: 8px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
}
.promotion__data .promotion__data-date .promotion__data-date_row-val {
  font-size: 2.2857rem;
  line-height: 40px;
}
.promotion__data .promotion__data-date-close {
  margin-top: 24px;
  display: flex;
}
.promotion__data .promotion__data-date-close .promotion__data-date-close__value {
  padding: 8px 16px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 2.2857rem;
  line-height: 40px;
}

.promotion__action {
  padding-right: 64px;
}
.promotion__action .promotion__btn {
  width: 276px;
  font-weight: 700;
  font-size: 1.286rem;
  line-height: 24px;
  margin: 0 auto;
  padding: 18px 20px;
}

@media all and (max-width: 1035px) {
  .promotion__action .promotion__btn {
    width: auto;
  }
}
@media all and (max-width: 840px) {
  .promotion {
    margin: 47px 0;
  }
  .promotion__wrap {
    flex-direction: column;
    background-size: cover;
    padding: 0 0 30px 0;
  }
  .promotion__img {
    width: 100%;
    max-width: none;
    background-position: center;
    justify-items: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .promotion__data {
    margin: 20px 0;
    padding-left: 0;
  }
  .promotion__data .promotion__data-title {
    font-size: 1.715rem;
    line-height: 32px;
    text-align: center;
  }
  .promotion__data .promotion__data-price {
    justify-content: center;
  }
  .promotion__data .promotion__data-date {
    justify-content: center;
  }
  .promotion__data .promotion__data-description {
    text-align: center;
  }
  .promotion__action {
    padding-right: 0;
  }
}
@media all and (max-width: 690px) {
  .promotion__data {
    padding: 16px;
  }
  .promotion__data .promotion__data-date {
    justify-content: center;
    font-size: 1.143rem;
    line-height: 22px;
    margin: 24px -6px 0;
  }
  .promotion__data .promotion__data-date .promotion__data-date_col {
    display: flex;
    flex-direction: column;
    margin: 0 6px;
  }
  .promotion__data .promotion__data-date .promotion__data-date_row {
    width: 50px;
    padding: 6px;
    font-size: 0.8572rem;
    line-height: 14px;
  }
  .promotion__data .promotion__data-date .promotion__data-date_row-val {
    font-size: 2rem;
    line-height: 34px;
  }
  .promotion__action {
    padding: 0;
  }
}
.promotion-select .prices-actions-item {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 24px;
}
.promotion-select .prices-actions-item-detail {
  margin: 0px;
}
.promotion-select .prices-actions-item__btn--free_consultation {
  padding: 6px 12px;
}
.promotion-select .prices-actions-item__wrap {
  width: 100%;
}
.promotion-select .prices-actions-item-detail {
  width: 100%;
}
.promotion-select .prices-actions-item__wrap-center {
  align-items: center;
  justify-content: space-between;
}

@media all and (max-width: 1024px) {
  .promotion-select .prices-actions-item {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 0px;
  }
  .promotion-select .prices-actions-item__wrap {
    width: 100%;
  }
  .promotion-select .prices-actions-item-detail {
    width: 100%;
    margin-top: 8px;
  }
  .promotion-select .prices-actions-item__btns {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.prices-actions {
  margin: 0 -11px;
}

.prices-actions-item {
  margin: 0 11px 28px;
}

.my-masonry-grid { /* Not needed if autoprefixing */ /* Not needed if autoprefixing */
  display: flex;
  width: auto;
}

.my-masonry-grid_column {
  background-clip: padding-box;
}

.prices-actions-item__wrap {
  display: flex;
  align-items: center;
  border-radius: 8px;
  padding: 35px 32px 40px;
}

.prices-actions-item__title {
  font-weight: bold;
  font-size: 1.715rem;
  line-height: 32px;
  margin-bottom: 7px;
}

.prices-actions-item__date {
  font-size: 1.286rem;
  line-height: 24px;
}

.prices-actions-item__btn {
  width: 126px;
  font-weight: 600;
  font-size: 1rem;
  line-height: 16px;
  padding: 12px 0;
}

.prices-actions-item__img {
  width: 100%;
  max-width: 250px;
  margin-left: 8px;
}

.prices-actions-item__img img {
  display: block;
  margin: 0 auto;
}

.prices-actions-item-detail {
  border: 2px solid #F2FAFB;
  border-radius: 8px;
  padding: 25px 32px 31px;
  margin-top: 8px;
}

.prices-actions-item-detail__title {
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 4px;
}

.prices-actions-item-detail__text {
  line-height: 20px;
}

.prices-actions-item__btns {
  margin-top: 18px;
}
.prices-actions-item__btns .prices-actions-item__wrap-btns {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: -6px;
}
.prices-actions-item__btns .prices-actions-item__wrap-btns a {
  margin: 6px;
}

@media all and (max-width: 1024px) {
  .prices-actions-item__wrap {
    flex-direction: column;
    padding: 35px 20px 40px;
  }
  .prices-actions-item__img {
    order: 0;
  }
  .prices-actions-item__text-wrap {
    text-align: center;
    order: 1;
  }
  .prices-actions-item__title {
    font-size: 1.143rem;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .prices-actions-item__date {
    font-size: 1rem;
    line-height: 20px;
    margin-bottom: 19px;
  }
  .prices-actions-item__btn {
    margin: 12px auto 0;
  }
  .prices-actions-item__img {
    margin-bottom: 26px;
    max-width: 100px;
  }
  .prices-actions-item__img img {
    width: auto;
  }
}
@media all and (max-width: 600px) {
  .prices-tabs {
    padding-top: 46px;
    padding-bottom: 72px;
  }
}
.up-block {
  margin: 113px 0;
}

.up-block__wrap {
  display: flex;
  flex-wrap: nowrap;
  border-radius: 8px;
}

.up-block__image {
  flex-shrink: 0;
  width: 500px;
}
.up-block__image svg {
  width: 100%;
  height: 100%;
}

.up-block__content {
  padding: 72px 66px;
}
.up-block__content .up-block__title {
  font-weight: 700;
  font-size: 2.2857rem;
  line-height: 40px;
}
.up-block__content .up-block__description {
  margin-top: 16px;
  font-weight: 400;
  font-size: 1.286rem;
  line-height: 24px;
}

@media all and (max-width: 980px) {
  .up-block {
    margin: 113px 0;
  }
  .up-block__wrap {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .up-block__image {
    width: auto;
    padding-top: 30px;
  }
}
@media all and (max-width: 980px) {
  .up-block__content {
    padding: 30px 25px;
  }
}
.diagnostic-section {
  margin: 113px 0;
}
.diagnostic-section .diagnostic-section__link {
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 8px;
  padding: 8px 65px;
}
.diagnostic-section .diagnostic-section__image {
  position: relative;
  flex-shrink: 0;
  width: 120px;
  height: 120px;
}
.diagnostic-section .diagnostic-section__image-item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
}
.diagnostic-section h2 {
  margin-left: 20px;
  font-weight: 600;
  font-size: 2rem;
  line-height: 32px;
}
.diagnostic-section .btn {
  padding: 18px 20px;
  margin: 0 0 0 auto;
}

@media all and (max-width: 600px) {
  .diagnostic-section {
    margin: 47px 0;
  }
  .diagnostic-section .diagnostic-section__link {
    padding: 8px 8px;
  }
  .diagnostic-section .diagnostic-section__image {
    width: 80px;
    height: 80px;
  }
  .diagnostic-section .diagnostic-section__image-item {
    background-size: 60%;
  }
  .diagnostic-section h2 {
    font-size: 1.429rem;
    line-height: 24px;
  }
}
@media all and (max-width: 400px) {
  .diagnostic-section .diagnostic-section__image {
    width: 40px;
    height: 40px;
  }
  .diagnostic-section .diagnostic-section__image-item {
    background-size: 24px;
  }
  .diagnostic-section h2 {
    font-weight: 400;
    margin-left: 12px;
    font-size: 1rem;
    line-height: 20px;
  }
}
.banner-kt {
  margin: 113px 0;
}
.banner-kt .service-banner__wrap {
  position: relative;
  z-index: 1;
}
.banner-kt .service-banner__item {
  padding: 48px 72px;
  overflow: hidden;
}
.banner-kt .service-banner__title {
  font-size: 2.2857rem;
  line-height: 40px;
}
.banner-kt .service-banner__img {
  max-width: 520px;
  min-height: 1px;
}
.banner-kt .service-banner__info {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 4px 0px 0px 4px;
  height: 40px;
  position: absolute;
  bottom: 32px;
  font-weight: 700;
  font-size: 0.8572rem;
  line-height: 40px;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  padding: 0 20px;
}
.banner-kt .service-banner__info:after {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  border-top: 20px solid transparent;
  border-left: 15px solid rgba(255, 255, 255, 0.8);
  border-bottom: 20px solid transparent;
}
.banner-kt .service-banner__info_1 {
  left: 0;
}
.banner-kt .service-banner__info_2 {
  left: 200px;
}

@media all and (max-width: 1100px) {
  .banner-kt .service-banner__img {
    width: auto;
    height: auto;
    right: 20px;
  }
}
@media all and (max-width: 890px) {
  .banner-kt .service-banner__item {
    padding-top: 280px;
  }
}
@media all and (max-width: 600px) {
  .banner-kt {
    margin: 47px 0;
  }
  .banner-kt .service-banner__item {
    padding: 280px 20px 12px;
  }
  .banner-kt .service-banner__img {
    display: block;
    width: 100%;
    right: 0;
    text-align: center;
  }
  .banner-kt .service-banner__img img {
    width: auto;
    max-height: 280px;
    max-width: 100%;
    margin: auto;
  }
  .banner-kt .service-banner__info_2 {
    left: auto;
    right: 0;
  }
}
.compare-combination {
  margin: 113px 0;
}
.compare-combination .compare-combination__title {
  margin-bottom: 56px;
}
.compare-combination .compare-combination__row {
  display: flex;
  margin-bottom: 64px;
}
.compare-combination .compare-combination__col {
  width: 40%;
}
.compare-combination .compare-combination__arrow {
  width: 126px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.compare-combination .compare-combination__arrow svg {
  width: 24px;
  height: 24px;
}
.compare-combination .compare-combination-image {
  width: 100%;
  min-width: 1px;
  min-height: 1px;
}
.compare-combination .compare-combination__list-title {
  font-weight: 700;
  font-size: 1.143rem;
  line-height: 24px;
  margin-bottom: 24px;
}
.compare-combination .compare-combination__list li {
  font-size: 1.143rem;
  line-height: 24px;
  display: flex;
  margin-bottom: 16px;
}
.compare-combination .compare-combination__list li:before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(/images/check.svg?001cb93ae6347fd3d97fbc57b65cbf15);
  background-position: center;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  margin-right: 8px;
  background-color: transparent !important;
  -webkit-mask-image: none;
}
.compare-combination .compare-combination__list.compare-combination__list_waring li:before {
  background-image: url(/images/close-2.svg?b2e2f2a44e680ed635dfade8cde92900);
}
.compare-combination .compare-combination__description {
  font-size: 1.286rem;
  line-height: 32px;
}
.compare-combination .compare-combination-price {
  padding: 24px 102px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  margin-top: 64px;
}
.compare-combination .compare-combination-price__value {
  font-weight: 700;
  font-size: 2.2857rem;
  line-height: 40px;
  margin-right: 50px;
  white-space: nowrap;
}
.compare-combination .compare-combination-price__description {
  font-size: 1.286rem;
  line-height: 32px;
}
.compare-combination .compare-combination-price__description p {
  margin-bottom: 8px;
}
.compare-combination .compare-combination-price__description p:last-child {
  margin-bottom: 0;
}

@media all and (max-width: 700px) {
  .compare-combination {
    margin: 47px 0;
  }
  .compare-combination .compare-combination__row {
    flex-direction: column;
  }
  .compare-combination .compare-combination__row .compare-combination__col {
    width: 100%;
    margin-bottom: 32px;
  }
  .compare-combination .compare-combination__row.compare-combination__row_image {
    flex-direction: row;
  }
  .compare-combination .compare-combination__row.compare-combination__row_image .compare-combination__col {
    width: 40%;
    margin-bottom: 0;
  }
  .compare-combination .compare-combination-price {
    padding: 24px 16px;
    margin-top: 40px;
    flex-wrap: wrap;
  }
  .compare-combination .compare-combination-price__value {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.service section.calculator {
  margin-top: 232px;
  margin-bottom: 286px;
}

.calculator {
  margin: 232px 0;
}
.calculator.stuck-footer {
  margin-bottom: 0;
}

.calculator__wrap {
  position: relative;
  min-height: 560px;
}

.calculator__form {
  position: absolute;
  z-index: 1;
  left: 0;
  top: -116px;
  width: 486px;
  box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.calculator__form .form_loader div {
  background: var(--white);
}

.calculator__subtitle {
  line-height: 20px;
  margin-bottom: 40px;
}

.calculator__form--image img {
  width: 100%;
}

.form-calc-policy {
  margin: 16px 0 0 !important;
}

.form-calc-policy p {
  margin: 0 !important;
}

.form-border {
  padding: 0 32px 40px;
}
.form-border .form-item__wrap {
  display: flex;
  flex-direction: column;
}
.form-border .form-item {
  position: relative;
  margin-bottom: 24px;
}
.form-border .form-item--select {
  border-width: 1px;
  border-style: solid;
  background: #FFFFFF;
  border-radius: 5px;
}
.form-border .form-item__title {
  margin-top: 30px;
  font-weight: 700;
  font-size: 2rem;
  line-height: 32px;
}
.form-border .form__input,
.form-border .form__textarea {
  border-width: 1px;
  border-style: solid;
  outline: none;
  font-family: "Montserrat", "Arial", sans-serif;
  width: 100%;
  height: 56px;
  background: #FFFFFF;
  border-radius: 5px;
  font-size: 1.143rem;
  line-height: 20px;
  padding: 28px 20px 12px;
}
.form-border .form__textarea {
  height: 112px;
}
.form-border .form__input-label {
  position: absolute;
  top: 7px;
  left: 20px;
  line-height: 16px;
  font-weight: 600;
}
.form-border .form-item-button {
  margin-top: 0;
}
.form-border .form-item-button .btn {
  margin-top: 8px;
  width: 100%;
}
.form-border .form-item-button .btn.loading {
  pointer-events: none;
}
.form-border .form-item-button p {
  margin: 16px;
  line-height: 16px;
}

.calculator__content {
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(/images/allon4_11.png?6caddeea78f3a5a0a9b945062d674967);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 110%;
}

@media all and (max-width: 960px) {
  .calculator__content {
    padding: 76px 0px 76px 510px;
  }
}
@media all and (max-width: 800px) {
  .service section.calculator {
    margin-top: 113px;
  }
  .calculator__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .calculator__form {
    position: relative;
    top: 148px;
    bottom: 0;
  }
  .calculator__content {
    top: 0;
    bottom: auto;
    height: 148px;
    background-position: bottom center;
    padding: 0;
  }
  .form-border .form-item__title {
    font-size: 1.429rem;
    line-height: 32px;
  }
}
@media all and (max-width: 480px) {
  .form-border {
    padding: 0 15px 48px;
  }
  .calculator__form {
    width: 100%;
    max-width: 448px;
  }
}
@charset "UTF-8";
.service-сalculator .header {
  display: none;
}
.service section.bracket-calculator {
  padding-top: 56px;
  margin-top: 176px;
  margin-bottom: 168px;
  padding-bottom: 64px;
}

.bracket-calculator {
  margin: 116px 0;
}
.bracket-calculator.stuck-footer {
  margin-bottom: 0;
}

.bracket-calculator__subtitle {
  margin-top: 24px;
  font-size: 1.286rem;
  line-height: 24px;
  text-align: center;
}

.bracket-calculator__wrap {
  position: relative;
  min-height: 560px;
}

.bracket-calculator__form {
  position: absolute;
  z-index: 1;
  left: 0;
  top: -116px;
  bottom: -116px;
  width: 486px;
  box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

.bracket-calculator__subtitle {
  line-height: 20px;
  margin-bottom: 40px;
}

.bracket-calculator__form--image img {
  width: 100%;
}

.bracket-calculator__content {
  display: flex;
  flex-direction: column;
}
.bracket-calculator__content .bracket-calculator__label {
  font-weight: 600;
  font-size: 1.286rem;
  line-height: 24px;
  margin-top: 24px;
  margin-bottom: 16px;
}
.bracket-calculator__content .bracket-calculator__values {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 24px;
}
.bracket-calculator__content .bracket-calculator__value {
  display: flex;
  flex-direction: column;
}
.bracket-calculator__content .bracket-calculator__value:last-child {
  margin-right: 0;
}
.bracket-calculator__content .bracket-calculator__image {
  width: 100%;
  max-width: 277px;
  height: 80px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  -o-object-fit: cover;
     object-fit: cover;
}
.bracket-calculator__content .bracket-calculator__image svg {
  width: 24px;
  height: 24px;
  opacity: 0.2;
}
.bracket-calculator__content .bracket-calculator__image:hover svg, .bracket-calculator__content .bracket-calculator__image.active svg {
  opacity: 1;
}
.bracket-calculator__content .bracket-calculator__value_label {
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  margin-top: 12px;
}

.bracket-calculator__action {
  margin-top: 52px;
}
.bracket-calculator__action .btn {
  margin: 0;
  padding: 18px 20px;
}

@media all and (max-width: 800px) {
  .bracket-calculator {
    margin: 47px 0;
  }
  .bracket-calculator .bracket-calculator__values {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
    margin-bottom: 12px;
  }
}
@media all and (max-width: 480px) {
  .bracket-calculator__content .bracket-calculator__values {
    grid-template-columns: 1fr;
    gap: 12px;
    justify-items: center;
    margin-bottom: 12px;
  }
  .bracket-calculator__content .bracket-calculator__value {
    width: 100%;
    max-width: 80vw;
    align-items: center;
    margin-right: 0;
  }
  .bracket-calculator__action .btn {
    width: 100%;
  }
}
.stage-bracket {
  margin: 113px 0;
}
.stage-bracket .stage-bracket__wrap {
  display: flex;
  justify-content: space-between;
}
.stage-bracket .stage-bracket__column {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.stage-bracket .stage-bracket__h3 {
  display: flex;
  font-weight: 700;
  font-size: 1.286rem;
  line-height: 24px;
  margin-bottom: 24px;
  margin-top: 48px;
}
.stage-bracket .stage-bracket__h3 span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  margin-right: 16px;
}
.stage-bracket .stage-bracket__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.stage-bracket .stage-bracket__item {
  display: flex;
  flex-direction: column;
}
.stage-bracket .stage-bracket__item span {
  font-size: 1.143rem;
  line-height: 24px;
  margin-top: 16px;
  margin-bottom: 24px;
}
.stage-bracket .stage-bracket__slider .swiper-button-prev {
  bottom: 24px;
  right: 92px;
  top: auto;
  left: auto;
}
.stage-bracket .stage-bracket__slider .swiper-button-next {
  bottom: 24px;
  right: 24px;
  top: auto;
  left: auto;
}
.stage-bracket .stage-bracket-slider__item img {
  width: 570px;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.stage-bracket .stage-bracket-slider__img {
  width: 570px;
  height: 374px;
  background: #F2FAFB;
  border-radius: 8px;
}

@media all and (max-width: 600px) {
  .stage-bracket {
    margin: 47px 0;
  }
  .stage-bracket .stage-bracket__wrap {
    flex-direction: column;
  }
  .stage-bracket .stage-bracket__column {
    width: 100%;
  }
  .stage-bracket .stage-bracket__items {
    justify-content: center;
  }
  .stage-bracket .stage-bracket-slider__item {
    width: 90%;
  }
}
.service section.list-with-image {
  margin-top: 176px;
}

.list-with-image {
  margin: 113px 0;
}

.list-with-image__wrap {
  position: relative;
}

.list-with-image__title {
  position: absolute;
  top: 0;
  left: 50px;
  max-width: 436px;
}

.list-with-image__title h2.title {
  display: block;
}

.list-with-image__content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.list-with-image__image {
  max-width: 724px;
  overflow: hidden;
  margin-top: 120px;
  margin-right: -80px;
}

.list-with-image__image img {
  width: 100%;
  display: block;
}

.list-with-image__list {
  background-color: var(--marine);
  padding: 53px 73px 83px 45px;
  max-width: 560px;
  border-radius: 16px;
  margin-top: 6px;
  position: relative;
}

.form-footer__content.list-with-image__list ul {
  margin: 0;
  padding-left: 61px;
}

.list-with-image__list.form-footer__content ul li {
  margin-bottom: 68px;
}

.list-with-image__list.form-footer__content ul li:last-child {
  margin-bottom: 0;
}

.list-with-image__list.form-footer__content ul li h3 {
  font-size: 1.643rem;
  line-height: 24px;
  margin-bottom: 23px;
}

.list-with-image__list ul li div {
  font-size: 1.2143rem;
  line-height: 24px;
}

.list-with-image__list::before {
  position: absolute;
  top: -63px;
  left: -82px;
  border-radius: 50%;
  display: block;
  content: "";
  width: 266px;
  height: 266px;
  background-color: var(--children);
  opacity: 0.47;
  z-index: -1;
}

.list-with-image__list.form-footer__content ul li:before {
  width: 35px;
  height: 34px;
  background-repeat: no-repeat;
  background-size: contain;
  left: -61px;
}

@media all and (max-width: 968px) {
  .service section.list-with-image {
    margin-top: 48px;
  }
  .list-with-image {
    margin: 47px 0;
  }
  .list-with-image__content {
    display: block;
    margin-top: 32px;
  }
  .list-with-image__title {
    position: static;
    padding-left: 44px;
  }
  .list-with-image__image {
    margin: 0 auto;
    max-width: 90%;
  }
  .list-with-image__list {
    margin: 0 auto;
    padding: 36px 15px 37px;
  }
  .list-with-image__list::before {
    display: none;
  }
  .list-with-image__list.form-footer__content ul li h3 {
    font-size: 1.286rem;
    line-height: 16px;
    margin-bottom: 15px;
  }
  .list-with-image__list ul li div {
    line-height: 21px;
  }
  .list-with-image__list.form-footer__content ul li {
    margin-bottom: 34px;
  }
  .list-with-image__list.form-footer__content ul li:before {
    left: -32px;
    width: 16px;
    height: 16px;
  }
  .form-footer__content.list-with-image__list ul {
    padding-left: 32px;
  }
}
.main-slider {
  margin-top: 36px;
  margin-bottom: 146px;
}

.main-slider__wrap .slick-list {
  height: 415px;
  padding-top: 23px;
}

.main-slider__wrap.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.main-slider-item {
  height: auto !important;
  border-radius: 12px;
  padding: 63px 82px;
  position: relative;
  overflow: hidden;
}

.main-slider-item__wrap {
  max-width: 500px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}

.main-slider-item__name {
  font-weight: bold;
  font-size: 2.8572rem;
  line-height: 50px;
}

.main-slider-item__name--small {
  font-size: 2rem;
  line-height: 32px;
  font-weight: 600;
  margin-top: 16px;
}

.main-slider-item__text {
  font-size: 1.429rem;
  line-height: 28px;
  font-weight: 400;
  margin-top: 29px;
}

.main-slider__btn {
  height: 60px;
  margin-top: 36px;
  font-size: 1.286rem;
  line-height: 24px;
  font-weight: 700;
  margin-right: auto;
}

.main-slider-item__img {
  height: 377px;
  width: 560px;
  position: absolute;
  bottom: 0;
  right: 65px;
  z-index: 1;
}
.main-slider-item__img::before {
  content: "";
  display: block;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: -280px;
}

.main-slider-item__img img {
  display: block;
  margin: 0 auto;
  height: 100%;
  position: relative;
}

.main-slider .swiper-pagination.swiper-pagination-custom-bullets {
  display: flex;
}
.main-slider .swiper-pagination.swiper-pagination-custom-bullets .swiper-pagination-bullet {
  cursor: pointer;
  flex-grow: 1;
  min-height: 44px;
  margin: 0;
  line-height: 16px;
  font-weight: 600;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.main-slider .swiper-pagination.swiper-pagination-custom-bullets .swiper-pagination-bullet span {
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
}
.main-slider__wrap .swiper-button-prev,
.main-slider__wrap .swiper-button-next {
  z-index: 1;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  top: unset;
  transform: unset;
  bottom: 68px;
  position: absolute;
}

.main-slider__wrap .swiper-button-prev {
  right: 88px;
  left: unset;
}

.main-slider__wrap .swiper-button-next {
  right: 24px;
}

@media all and (max-width: 1024px) {
  .main-slider .swiper-pagination {
    display: none !important;
  }
}
@media all and (max-width: 1100px) {
  .main-slider-item__img {
    width: 290px;
    height: 290px;
    right: 20px;
  }
}
@media all and (max-width: 1024px) {
  .main-slider-item__name {
    margin-top: 46px;
    margin-bottom: 50px;
  }
}
@media all and (max-width: 890px) {
  .main-slider {
    margin-bottom: 0;
  }
  .main-slider-item {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .main-slider-item__img {
    position: relative;
    display: flex;
    justify-content: center;
    right: 0;
  }
  .main-slider-item__img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
  }
  .main-slider-item__name {
    font-size: 1.8572rem;
    line-height: 32px;
    margin-bottom: 10px;
    margin-top: 25px;
  }
  .main-slider-item__name--small {
    font-size: 1.286rem;
    line-height: 24px;
    margin-top: 10px;
  }
  .main-slider-item__text {
    font-size: 1rem;
    line-height: 18px;
    margin-top: 15px;
  }
}
@media all and (max-width: 600px) {
  .main-slider-item {
    padding: 12px 20px 12px;
  }
}
.main-doctors {
  margin: 113px 0;
}

.main-doctors__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.doctors-slider {
  height: auto;
  margin: 47px 0;
}

.doctors-slider__item {
  display: block !important;
  box-shadow: 0 8px 12px rgba(22, 74, 135, 0.08);
  border-radius: 8px;
}

.doctors-slider__img {
  width: 100%;
  height: 272px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.doctors-slider__img img {
  width: 100%;
}

.doctors-slider__info {
  display: flex;
  flex-direction: column;
  padding: 10px 20px 20px;
  position: relative;
  margin-top: -20px;
  background: #fff;
  min-height: 237px;
}

.doctors-slider__info::before {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  background: #fff;
  -webkit-clip-path: polygon(101% 0, 0% 100%, 101% 100%);
  clip-path: polygon(101% 0, 0% 100%, 101% 100%);
  position: absolute;
  top: -29px;
  left: 0;
}

.doctors-slider-stage__years {
  font-size: 2.571rem;
  line-height: 32px;
  font-weight: 700;
  margin-right: 12px;
}

.doctors-slider-stage__text {
  width: 38px;
  display: inline-block;
  line-height: 16px;
  font-weight: 700;
}

.doctors-slider__name {
  font-size: 1.143rem;
  line-height: 20px;
  font-weight: 700;
  margin-top: 12px;
  margin-bottom: 5px;
}

.doctors-slider__prof {
  line-height: 20px;
}

.doctors-slider__footer {
  height: 32px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
}

.doctors-slider__review-link {
  display: flex;
}

.doctors-slider__dots {
  position: relative;
}

.doctors-slider__video-link {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.doctors-slider__video-link:hover {
  transition: background-color 0.3s ease;
}

@media all and (max-width: 600px) {
  .main-doctors {
    margin: 47px 0;
    position: relative;
  }
  .main-doctors .container {
    padding-bottom: 106px;
    overflow: hidden;
  }
  .doctors-slider {
    margin: 29px auto 0;
    max-width: 320px;
  }
  .doctors-slider.swiper {
    overflow: unset;
  }
}
.about-company {
  margin-top: 113px;
  margin-bottom: 107px;
}

.about-company__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 29px;
}

.about-company__wrap {
  display: flex;
}

.about-company__text-wrap p {
  font-size: 1.143rem;
  line-height: 24px;
  margin-bottom: 15px;
}
.about-company__text-wrap b {
  font-weight: 600;
}

.about-company__text {
  font-size: 1.143rem;
  line-height: 24px;
  margin-bottom: 15px;
}

.about-company__text--bold {
  font-size: 1.143rem;
  line-height: 24px;
  font-weight: 600;
}

.about-company-images {
  margin-left: 62px;
  margin-right: 22px;
}

.about-company-images__img {
  width: 284px;
  height: 284px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 24px;
  background-size: cover;
}

.about-company-slider {
  flex-shrink: 0;
  width: 284px;
  height: 592px;
}

.about-company-slider__item {
  height: 592px;
  border-radius: 8px;
  padding: 68px 20px 20px;
  text-align: center;
}

.about-company-slider__title {
  font-weight: 800;
  font-size: 1.286rem;
  line-height: 24px;
  margin-bottom: 11px;
}

.about-company-slider__text--bold {
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 24px;
}

.about-company-slider__text {
  font-weight: normal;
  line-height: 20px;
}

.about-company-slider .slick-dots {
  bottom: 20px;
}

@media all and (max-width: 1024px) {
  .about-company__wrap {
    flex-direction: column;
  }
  .about-company-images {
    display: flex;
    order: 1;
    margin: 0 0 21px;
  }
  .about-company-images__img {
    margin-bottom: 0;
  }
  .about-company-images__img:first-child {
    margin-right: 10px;
  }
  .about-company__text-wrap {
    order: 2;
    margin-bottom: 31px;
  }
  .about-company-slider {
    order: 3;
    margin: 0 auto;
  }
}
@media all and (max-width: 600px) {
  .about-company {
    margin-top: 47px;
    margin-bottom: 91px;
    position: relative;
  }
  .about-company-images__img {
    width: 140px;
    height: 140px;
    background-size: contain !important;
  }
  .about-company__text-wrap p {
    font-size: 1rem;
    line-height: 20px;
  }
}
.accounts {
  margin-top: 113px;
  margin-bottom: 208px;
}

.reviews .accounts {
  margin-bottom: 113px;
}

.accounts__title {
  margin-bottom: 29px;
}

.accounts__text {
  font-size: 1.286rem;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 54px;
}

.accounts .accounts__text span.accounts__tag,
.accounts .accounts__text span {
  color: var(--dark);
  margin-left: 5px;
}

.accounts__text .accounts__tag span {
  font-weight: 600;
  color: var(--marine);
}

.accounts__wrap {
  display: flex;
  margin: -11px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}

.accounts-link {
  display: flex;
  align-items: center;
  min-width: 222px;
  height: 60px;
  margin: 11px;
  border-radius: 8px;
  position: relative;
}
.accounts-link__hint {
  position: absolute;
  top: 8px;
  right: 6px;
}
.accounts-link__hint svg {
  width: 20px;
  height: 20px;
  stroke: var(--marine);
  cursor: pointer;
}
.accounts-link__hint svg:hover + .accounts-link__hint-text {
  display: block;
}
.accounts-link__hint .symbol-hint {
  width: 20px;
  height: 20px;
  line-height: 1;
  cursor: pointer;
}
.accounts-link__hint .symbol-hint:hover + .accounts-link__hint-text {
  display: block;
}
.accounts-link__hint-text {
  display: none;
  position: absolute;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 4px 16px 0px rgba(95, 108, 123, 0.24);
  padding: 4px 8px;
  font-size: 0.7143rem;
  bottom: -100%;
  color: var(--dark);
  width: 100px;
  z-index: 2;
  top: 100%;
  text-align: center;
  height: 42px;
  right: -8px;
}

.accounts-link.mobile {
  display: none;
}

.accounts-link:hover,
.accounts-link:hover .accounts-link__svg {
  transition: background-color 0.3s ease;
}

.accounts-link:hover .accounts-link__count {
  transition: color 0.3s ease;
}

.accounts-link__svg {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 60px;
  width: 60px;
  height: 60px;
  border-radius: 8px 0 0 8px;
}

.accounts-link__text {
  padding-left: 12px;
  padding-right: 16px;
}

.accounts-link__name {
  display: block;
  line-height: 20px;
  font-weight: 600;
}

.accounts-link__count {
  font-size: 0.8572rem;
  line-height: 16px;
  font-weight: 600;
  margin-top: 3px;
}

.accounts-slider {
  margin: 0 -11px;
}

.accounts-slider__item {
  position: relative;
  display: block !important;
  width: 284px !important;
  height: 284px;
  margin: 0 auto;
}

.accounts-slider__img {
  width: 100%;
  height: 100%;
}

.accounts-slider__img img {
  border-radius: 8px;
  width: 100%;
}

.accounts-slider__likes {
  display: flex;
  align-items: center;
  position: absolute;
  left: 20px;
  bottom: 20px;
  line-height: 20px;
  font-weight: 700;
}

.accounts-slider .slick-dots {
  bottom: -50px;
}

@media all and (max-width: 1200px) {
  .accounts__wrap {
    margin: 0 -20px 48px -5px;
    overflow-x: auto;
    padding-bottom: 16px;
    flex-wrap: nowrap;
  }
  .accounts-link {
    margin: 0 5px;
    width: 222px;
    min-width: 222px;
  }
}
@media all and (max-width: 1024px) {
  .accounts-slider__item {
    width: 140px !important;
    height: 140px;
  }
}
@media all and (max-width: 768px) {
  .accounts-link.mobile {
    display: flex;
  }
  .accounts-link.desktop {
    display: none;
  }
}
@media all and (max-width: 600px) {
  .accounts,
  .reviews .accounts {
    margin: 113px 0;
  }
  .accounts__wrap {
    margin: 0 -5px 48px;
  }
  .accounts .container {
    padding-right: 0;
    padding-bottom: 108px;
    overflow: hidden;
  }
  .reviews .accounts .container {
    padding-right: 0;
    padding-bottom: 83px;
    overflow: hidden;
  }
  .accounts__title {
    margin-bottom: 18px;
  }
  .accounts__text {
    font-size: 1rem;
    line-height: 20px;
    margin-bottom: 27px;
  }
  .accounts-slider {
    margin: 0 -5px;
  }
  .accounts-slider__item {
    margin: 0 5px;
  }
}
.partners {
  margin: 113px 0;
}

.partners__title {
  margin-bottom: 29px;
}

.partners__subtitle {
  font-size: 1.286rem;
  line-height: 24px;
  margin-bottom: 54px;
}

.partners-slider {
  position: relative;
  height: 56px;
}

.partners-slider::before {
  content: "";
  display: block;
  width: 80px;
  height: 56px;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 10;
}

.partners-slider::after {
  content: "";
  display: block;
  width: 80px;
  height: 56px;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(to left, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 10;
}

.partners-slider__item {
  height: 56px;
  width: 195px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.partners-slider__item img {
  max-height: 100%;
  max-width: 195px;
}

@media all and (max-width: 600px) {
  .partners {
    margin: 47px 0;
  }
  .partners__title {
    margin-bottom: 19px;
  }
  .partners__subtitle {
    font-size: 1rem;
    line-height: 20px;
    margin-bottom: 27px;
  }
  .partners-slider::after {
    display: none;
  }
  .partners-slider__item {
    margin: 0 5px;
  }
}
.main-news {
  margin-top: 113px;
  margin-bottom: 144px;
}

.main-news__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 47px;
}

.news__wrap {
  display: flex;
}

.news-item {
  min-height: 264px;
  margin: 0 11px;
  border-radius: 8px;
}

.news-item__wrap {
  display: flex;
  flex-direction: column;
  padding: 25px 20px 12px;
}

.news-item__title {
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 8px;
}

.news-item__text {
  line-height: 20px;
  margin-bottom: 23px;
}

.news-item__date {
  font-weight: 500;
  font-size: 0.8572rem;
  line-height: 16px;
  margin-top: auto;
}

@media all and (max-width: 1024px) {
  .news__wrap {
    display: block;
    margin: 0;
  }
  .news-item {
    display: flex !important;
    width: 290px !important;
    margin: 0 auto;
  }
  .news__wrap .slick-dots {
    bottom: -50px;
  }
}
@media all and (max-width: 600px) {
  .main-news__header {
    margin-bottom: 25px;
  }
  .main-news {
    margin: 47px 0;
    position: relative;
  }
  .main-news .container {
    padding-right: 0;
    padding-bottom: 160px;
    overflow: hidden;
  }
  .news__wrap {
    margin: 0 -5px;
  }
  .main-news__link {
    bottom: 66px;
  }
}
.choose {
  margin: 113px 0;
}

.choose__wrap {
  padding: 65px 612px 65px 80px;
  border-radius: 8px;
  position: relative;
  background: #F2FAFB;
}

.choose__wrap-image {
  display: block;
  width: 386px;
  height: 612px;
  position: absolute;
  bottom: 0;
  right: 102px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.choose__title {
  font-weight: 700;
  font-size: 2.2857rem;
  line-height: 40px;
  margin-bottom: 47px;
}

.choose-content {
  margin-left: -18px;
}

.choose__wrap .choose-steps {
  display: flex;
  width: 258px;
  text-align: left;
}

.choose-steps__item {
  cursor: pointer;
  display: block;
  margin-right: 12px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-weight: 700;
  font-size: 1.429rem;
  line-height: 48px;
  text-align: center;
  background: #ffffff;
  color: var(--marine, #2CB2BB);
}
.choose-steps__item.swiper-pagination-bullet-active {
  background: var(--marine, #2CB2BB);
  color: #ffffff;
}

.choose__navigation {
  display: flex;
  height: 48px;
  margin-bottom: 28px;
}

.choose-steps__arrows {
  width: 182px;
  margin-left: auto;
}

.choose__btn {
  width: 182px;
  padding: 14px 10px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 1rem;
  line-height: 20px;
  cursor: pointer;
}

.choose-content__title {
  font-weight: bold;
  font-size: 1.143rem;
  line-height: 20px;
  margin-bottom: 13px;
  padding-left: 18px;
}

.choose-content__text {
  line-height: 20px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 18px;
}

.choose-content__text:last-child {
  margin-bottom: 0;
}

.choose-content__text::before {
  content: "";
  display: block;
  width: 10px;
  height: 8px;
  position: absolute;
  top: 5px;
  left: 0;
  background: url("/images/sprites/svg/check.svg") center center no-repeat;
  background-size: contain;
}

@media all and (max-width: 1200px) {
  .choose__wrap {
    padding-right: 412px;
  }
  .choose__wrap-image {
    width: 270px;
    height: 430px;
  }
}
@media all and (max-width: 1024px) {
  .choose .container {
    padding: 0;
  }
  .choose-steps__arrows {
    display: none;
  }
  .choose__wrap {
    padding: 40px 15px 35px 35px;
  }
  .choose__wrap-image {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-size: contain;
    background-color: #fff;
    top: 32px;
    left: 15px;
    bottom: unset;
  }
  .choose__title {
    padding-left: 56px;
  }
}
@media all and (max-width: 600px) {
  .choose {
    margin: 47px 0;
  }
  .choose__title {
    font-size: 1.143rem;
    line-height: 20px;
    margin-bottom: 32px;
  }
  .choose-content__title {
    text-align: center;
  }
}
.full-slider {
  min-height: 480px;
  margin-bottom: 100px;
}
.full-slider .full-slider-item {
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
.full-slider .full-slider-item .container {
  height: 100%;
}
.full-slider .full-slider__video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
}
.full-slider .full-slider__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
.full-slider .full-slider__video .full-slider__video--close {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
.full-slider .full-slider__overflow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--marine);
  opacity: 0.9;
}
.full-slider .full-slider-item__wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.full-slider .full-slider-item__wrap.text_center .full-slider-item__content {
  margin-bottom: auto;
  margin-top: auto;
}
.full-slider .full-slider-item__wrap.text_bottom .full-slider-item__content {
  margin-top: auto;
}
.full-slider .full-slider-item__wrap.text_top .full-slider-item__content {
  margin-bottom: auto;
}
.full-slider .full-slider-item__wrap.image_center .full-slider-item__img {
  margin-bottom: auto;
  margin-top: auto;
}
.full-slider .full-slider-item__wrap.image_bottom .full-slider-item__img {
  margin-top: auto;
}
.full-slider .full-slider-item__wrap.image_top .full-slider-item__img {
  margin-bottom: auto;
}
.full-slider .full-slider-item__img img {
  max-width: 100%;
  display: block;
}
.full-slider .full-slider-item__img + .full-slider-item__content {
  margin-left: 24px;
}
.full-slider .full-slider-item__content {
  display: flex;
  flex-direction: column;
  padding: 48px 0;
}
.full-slider .full-slider-item__content.center {
  justify-content: center;
  align-items: center;
  text-align: center;
}
.full-slider .full-slider-item__name {
  font-weight: 700;
  font-size: 2.8572rem;
  line-height: 48px;
  margin-bottom: 16px;
}
.full-slider .full-slider-item__text {
  font-weight: 400;
  font-size: 1.429rem;
  line-height: 28px;
  margin-bottom: 32px;
}
.full-slider .full-slider-item__action {
  display: flex;
}
.full-slider .full-slider__btn {
  background: #fff;
  color: var(--marine);
  padding: 12px 24px;
  margin: 0 24px 0 0;
}
.full-slider .full-slider__btn_2 {
  color: #fff;
  border: 1px solid #fff;
  padding: 12px 24px;
  margin: 0;
}
.full-slider .full-slider__btn_2:hover {
  color: #fff;
}
.full-slider .full-slider-navigation {
  position: relative;
}
.full-slider .full-slider-navigation .swiper-button-next,
.full-slider .full-slider-navigation .swiper-button-prev {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  top: auto;
  left: auto;
  background: rgba(255, 255, 255, 0.8);
}
.full-slider .full-slider-navigation .swiper-button-next.swiper-button-disabled,
.full-slider .full-slider-navigation .swiper-button-prev.swiper-button-disabled {
  display: none;
}
.full-slider .full-slider-navigation .swiper-button-next:hover,
.full-slider .full-slider-navigation .swiper-button-prev:hover {
  background: rgb(255, 255, 255);
}
.full-slider .full-slider-navigation .swiper-button-next {
  bottom: 48px;
  right: 0;
}
.full-slider .full-slider-navigation .swiper-button-next svg {
  stroke: var(--marine);
}
.full-slider .full-slider-navigation .swiper-button-prev {
  bottom: 48px;
  right: 64px;
}
.full-slider .full-slider-navigation .swiper-button-prev svg {
  stroke: var(--marine);
}
.full-slider .swiper-pagination {
  display: none;
}
.full-slider .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
}
.full-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--marine);
  border: 1px solid #FFFFFF;
}

@media (max-width: 768px) {
  .full-slider .full-slider-item {
    padding-bottom: 60px;
  }
  .full-slider .full-slider-item.mobile_text_image {
    padding-bottom: 0;
  }
  .full-slider .full-slider-item.mobile_text_image .full-slider-item__wrap {
    flex-direction: column-reverse;
  }
  .full-slider .full-slider-item.mobile_text_image .full-slider-item__wrap.image_center .full-slider-item__img {
    padding-bottom: 60px;
  }
  .full-slider .full-slider-item__wrap {
    flex-direction: column;
    justify-content: center;
  }
  .full-slider .full-slider-item__content {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .full-slider .full-slider-item__img {
    order: -1;
  }
  .full-slider .full-slider-navigation {
    display: none;
  }
  .full-slider .swiper-pagination {
    display: block;
    position: absolute;
  }
}
@media (max-width: 425px) {
  .full-slider .full-slider-item__name {
    font-size: 1.286rem;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .full-slider .full-slider-item__text {
    font-size: 1.143rem;
    line-height: 24px;
    margin-bottom: 24px;
  }
  .full-slider .full-slider-item__action {
    flex-direction: column;
    width: 100%;
  }
  .full-slider .full-slider__btn,
  .full-slider .full-slider__btn_2 {
    font-size: 1.143rem;
    margin: 0 0 16px;
  }
}
.files {
  margin: 113px 0;
}

.files__title {
  margin-bottom: 48px;
}

.files__wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -24px;
}

.files__item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 28px;
  border-radius: 8px;
  margin-bottom: 24px;
  margin-right: 22px;
  font-size: 1.143rem;
  line-height: 24px;
  font-weight: 500;
  background: var(--marine-op, #F2FAFB);
}
.files__item svg {
  width: 30px;
  height: 30px;
  margin-right: 22px;
}

@media all and (max-width: 1200px) {
  .files__header {
    flex-direction: column;
  }
  .files__title {
    margin-right: 0;
    margin-bottom: 19px;
    white-space: normal;
  }
  .files-number__item {
    margin-right: 25px;
  }
}
@media all and (max-width: 800px) {
  .files {
    margin: 47px 0;
  }
  .files__header {
    margin-bottom: 28px;
  }
  .files-number {
    flex-direction: column;
    align-items: flex-start;
  }
  .files-number__item {
    margin-right: 0;
    margin-bottom: 12px;
  }
  .files__item {
    width: calc(50% - 22px);
  }
}
@media all and (max-width: 600px) {
  .files__item {
    width: 100%;
    flex-direction: column;
    min-height: 40px;
    padding: 16px 24px;
    margin-right: 0;
  }
  .files__item .svg_beige {
    width: 56px;
    height: 56px;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .files__item .files__name {
    width: 100%;
  }
  .files__item .files__help-result {
    width: 100%;
  }
}
.list-items-v3 {
  margin: 113px 0;
  position: relative;
}

.list-items-v3__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.list-items-v3__title.center {
  justify-content: center;
  text-align: center;
}
.list-items-v3__title.center h2 {
  text-align: center;
}

.list-items__subtitle {
  font-size: 1.286rem;
  line-height: 24px;
}

.list-items-v3__wrap {
  margin-top: 56px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.list-items-v3-item {
  position: relative;
  display: flex;
  align-self: stretch;
  width: calc(50% - 12px);
  height: auto;
  margin-bottom: 22px;
  border-radius: 8px;
  background: var(--marine-op);
  overflow: hidden;
}

.list-items-v3-item__content {
  display: flex;
  flex-direction: column;
  padding: 37px 24px;
}

.list-items-v3-item__icon {
  fill: var(--marine);
}

.list-items-v3-item__image {
  width: 266px;
  height: 100%;
  position: relative;
  background-position: center;
  background-size: cover;
  flex-shrink: 0;
}

.list-items-v3-item__title {
  font-weight: 700;
  line-height: 24px;
  margin-top: 18px;
  margin-bottom: 8px;
}

.list-items-v3-item__text {
  flex-grow: 1;
  line-height: 24px;
}

@media all and (max-width: 1024px) {
  .list-items-v3-item {
    width: 100%;
  }
}
@media all and (max-width: 600px) {
  .list-items-v3 {
    margin: 47px 0;
  }
  .list-items-v3-item {
    padding: 16px;
    flex-direction: column;
  }
  .list-items-v3-item__image {
    width: 100%;
    height: 266px;
    order: -1;
    margin-bottom: 26px;
    border-radius: 8px;
  }
  .list-items-v3-item__content {
    padding: 0;
  }
}
.block-doctor-detail {
  margin: 113px 0;
}
.block-doctor-detail .doctor-detail__wrap {
  position: relative;
  display: flex;
  padding: 32px 0 32px 32px;
}
.block-doctor-detail .doctor-detail__wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  background: var(--marine);
  border-radius: 16px;
}
.block-doctor-detail .doctor-detail-image {
  position: relative;
  width: 50%;
  display: flex;
  align-items: center;
}
.block-doctor-detail .doctor-detail-image img {
  width: 50%;
  border-radius: 8px;
}
.block-doctor-detail .doctor-detail-info {
  display: flex;
  flex-direction: column;
  color: white;
  margin-left: 24px;
}
.block-doctor-detail .doctor-detail-info__name {
  font-weight: 500;
  font-size: 1.715rem;
  line-height: 32px;
}
.block-doctor-detail .doctor-detail-info__description {
  margin-top: 16px;
  font-weight: 400;
  line-height: 24px;
}
.block-doctor-detail .doctor-detail-info__stage {
  display: flex;
  font-weight: 700;
  line-height: 24px;
}
.block-doctor-detail .doctor-detail-content {
  position: relative;
  width: 50%;
  margin-left: 24px;
  background: var(--marine-op);
  padding: 48px;
  border-radius: 8px;
}
.block-doctor-detail .doctor-detail-title {
  font-weight: 700;
  font-size: 2.2857rem;
  line-height: 40px;
}
.block-doctor-detail .doctor-detail-content__text {
  margin-top: 24px;
  font-weight: 400;
  font-size: 1.286rem;
  line-height: 24px;
}
.block-doctor-detail .doctor-detail-content__action {
  margin-top: 40px;
  display: flex;
}
.block-doctor-detail .doctor-detail-content__action .btn {
  padding: 18px;
  margin: 0;
}

@media all and (max-width: 769px) {
  .block-doctor-detail {
    margin: 47px 0;
  }
  .block-doctor-detail .container {
    padding: 0;
  }
  .block-doctor-detail .doctor-detail__wrap {
    padding: 15px;
    flex-direction: column;
  }
  .block-doctor-detail .doctor-detail__wrap:before {
    width: 100%;
    height: 70%;
    border-radius: 0;
  }
  .block-doctor-detail .doctor-detail-image {
    flex-direction: column;
    width: 100%;
  }
  .block-doctor-detail .doctor-detail-image img {
    width: 100%;
  }
  .block-doctor-detail .doctor-detail-info {
    margin-left: 0;
    margin-top: 24px;
  }
  .block-doctor-detail .doctor-detail-content {
    width: 100%;
    margin-top: 24px;
    margin-left: 0;
    padding: 32px 15px;
    border-radius: 8px;
    text-align: center;
  }
  .block-doctor-detail .doctor-detail-title {
    text-align: center;
    font-size: 1.8572rem;
    line-height: 32px;
  }
  .block-doctor-detail .doctor-detail-content__text {
    font-size: 1.143rem;
    line-height: 24px;
  }
  .block-doctor-detail .doctor-detail-content__action {
    justify-content: center;
  }
}
.advantages-v3 {
  margin: 113px 0;
}

.advantages-v3__title {
  flex-basis: 100%;
  margin-bottom: 47px;
}

.advantages-v3__wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -24px;
}

.advantages-v3__item {
  position: relative;
  width: calc(25% - 22px);
  min-height: 130px;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  padding: 0 28px;
  border-radius: 8px;
  margin: 0 11px 24px;
  font-size: 1.143rem;
  line-height: 24px;
  font-weight: 700;
}
.advantages-v3__item .advantages-v3__svg {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.advantages-v3__item .advantages-v3__svg svg {
  width: 80px;
  height: 80px;
}
.advantages-v3__item .advantages-v3__svg svg use {
  fill: var(--marine);
  stroke: var(--marine);
}
.advantages-v3__item .advantages-v3__image {
  max-width: 80px;
  max-height: 80px;
}
.advantages-v3__item .advantages-v3__name {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  margin-top: 10px;
}
.advantages-v3__item .advantages-v3__name span {
  margin-top: 5px;
  font-size: 0.8572rem;
  line-height: 18px;
  font-weight: 400;
}

.advantages-v3__help-result {
  display: none;
  position: absolute;
  background: #FFFFFF;
  box-shadow: 0px 4px 24px rgba(92, 106, 120, 0.16);
  border-radius: 16px;
  width: 100%;
  right: 0;
  bottom: 110px;
  padding: 16px;
  text-align: left;
  font-weight: 400;
  font-size: 0.8572rem;
}
.advantages-v3__help-result:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: calc(50% - 10px);
  bottom: -10px;
  border-top: 10px solid #ffffff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.advantages-v3__item:hover .advantages-v3__help-result {
  display: block;
}

@media all and (max-width: 1200px) {
  .advantages-v3__header {
    flex-direction: column;
  }
  .advantages-v3__title {
    margin-right: 0;
    margin-bottom: 19px;
    white-space: normal;
  }
  .advantages-v3-number__item {
    margin-right: 25px;
  }
}
@media all and (max-width: 800px) {
  .advantages-v3 {
    margin: 47px 0;
  }
  .advantages-v3__header {
    margin-bottom: 28px;
  }
  .advantages-v3-number {
    flex-direction: column;
    align-items: flex-start;
  }
  .advantages-v3-number__item {
    margin-right: 0;
    margin-bottom: 12px;
  }
  .advantages-v3__item {
    width: calc(50% - 22px) !important;
  }
  .advantages-v3__item .advantages-v3__svg {
    padding: 20px;
    width: 100px;
    height: 100px;
  }
  .advantages-v3__item .advantages-v3__svg svg {
    width: 60px;
    height: 60px;
  }
}
@media all and (max-width: 600px) {
  .advantages-v3__item {
    width: 100% !important;
    min-height: 40px;
    margin-bottom: 12px;
    font-size: 1rem;
    line-height: 20px;
    padding: 8px 20px;
  }
  .advantages-v3__wrap.text_bottom .advantages-v3__item {
    width: 100%;
  }
}
.service-block {
  background-color: var(--marine-op);
  background-position: center;
  background-repeat: no-repeat;
  padding: 104px 0;
  margin: 113px 0;
}
.service-block.full {
  background-size: cover;
}
.service-block .title {
  margin-bottom: 48px;
}
.service-block .title.center {
  text-align: center;
}
.service-block .service-block__wrap {
  display: flex;
  flex-wrap: wrap;
}
.service-block .service-block__item {
  display: flex;
  width: 180px;
  height: 180px;
  background-position: center;
  background-size: cover;
  border-radius: 8px;
  margin-bottom: 56px;
  margin-right: 160px;
  overflow: hidden;
}
.service-block .service-block__item:nth-child(4n) {
  margin-right: 0;
}
.service-block .service-block__item-wrap {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 16px;
}
.service-block .service-block__item-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 80px;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.service-block .service-block__item-name {
  position: relative;
  font-weight: 600;
  font-size: 1.143rem;
  line-height: 20px;
  color: white;
}

@media all and (max-width: 1280px) {
  .service-block .service-block__item {
    margin-right: calc((100% - 720px) / 3);
  }
}
@media all and (max-width: 768px) {
  .service-block {
    margin: 47px 0;
  }
  .service-block .service-block__item {
    margin-right: calc(100% - 360px);
  }
  .service-block .service-block__item:nth-child(4n) {
    margin-right: auto;
  }
  .service-block .service-block__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media all and (max-width: 425px) {
  .service-block .service-block__wrap {
    justify-content: space-between;
  }
  .service-block .service-block__item {
    width: calc(50% - 8px);
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.form-v4 {
  position: relative;
  margin: 113px 0;
  background-size: cover;
  background-position: center;
}
.form-v4 .form-v4__overflow {
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--marine);
  opacity: 0;
}
.form-v4 .container {
  position: relative;
}
.form-v4.stuck-footer {
  margin-bottom: 0;
}
.form-v4 .form-item__title {
  text-align: center;
}
.form-v4 .form-v4__wrap {
  position: relative;
  min-height: 572px;
  width: 50%;
  display: flex;
  padding: 88px 0;
}
.form-v4 .form-v4__image {
  display: flex;
  width: 50%;
}
.form-v4 .form-v4__image img {
  max-width: 100%;
}
.form-v4 .form-v4__form .form_loader div {
  background: var(--white);
}
.form-v4 .form-v4__form .form-item__wrap {
  display: flex;
  flex-direction: column;
}
.form-v4 .form-v4__form .form-item {
  position: relative;
  margin-bottom: 24px;
}
.form-v4 .form-v4__form .form-item__title {
  font-weight: 700;
  font-size: 2.8572rem;
  line-height: 48px;
  margin-bottom: 16px;
  text-align: left;
  color: white;
}
.form-v4 .form-v4__form .form-item__subtitle {
  font-weight: 400;
  font-size: 1.286rem;
  line-height: 24px;
  margin-bottom: 32px;
  color: white;
}
.form-v4 .form-v4__form .form__input,
.form-v4 .form-v4__form .form__textarea {
  outline: none;
  font-family: "Montserrat", "Arial", sans-serif;
  width: 100%;
  height: 56px;
  background: rgba(255, 255, 255, 0.64);
  border-radius: 5px;
  font-size: 1.143rem;
  line-height: 20px;
  padding: 28px 20px 12px;
}
.form-v4 .form-v4__form .form__textarea {
  height: 112px;
}
.form-v4 .form-v4__form .form__input-label {
  position: absolute;
  top: 7px;
  left: 20px;
  line-height: 16px;
  font-weight: 600;
}
.form-v4 .form-v4__form .form-item-button {
  margin-top: 0;
  margin-bottom: 20px;
}
.form-v4 .form-v4__form .form-item-button .btn {
  margin-top: 8px;
  width: 100%;
}
.form-v4 .form-v4__form .form-item-button .btn.loading {
  pointer-events: none;
}
.form-v4 .form-v4__form .form-item-button p {
  color: white;
  margin: 16px 0;
  line-height: 16px;
}
.form-v4 .form-v4__content {
  padding: 76px 0px 76px 628px;
}
.form-v4 .form-v4__content p {
  font-size: 1.286rem;
  line-height: 32px;
}

@media all and (max-width: 800px) {
  .form-v4 {
    margin: 47px 0;
  }
  .form-v4 .form-v4__wrap {
    width: 100%;
  }
  .form-v4 .form-v4__form .form-item__title {
    font-weight: 700;
    font-size: 1.715rem;
    line-height: 32px;
    margin-bottom: 16px;
    text-align: left;
    color: white;
  }
}
.prices-tabs {
  padding-top: 98px;
}

.prices__title {
  margin-bottom: 54px;
}

@media all and (max-width: 600px) {
  .prices__title {
    margin-bottom: 26px;
  }
}
.accordion-item .accordion-item-description__list {
  position: relative;
  display: flex;
  align-items: flex-end;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.32s ease;
}
.accordion-item .accordion-item-description__list .accordion-item-description {
  width: 100%;
  height: auto;
  opacity: 1;
  visibility: visible;
  padding-top: 10px;
}
.prices-tabs-services {
  margin-top: 50px;
}

.prices-tabs-services__wrap {
  display: flex;
  justify-content: space-around;
  margin-top: 15px;
  margin-bottom: 38px;
  border-bottom: 2px solid #F2FAFB;
}

.prices-tabs-services__item {
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  padding-bottom: 5px;
  margin-bottom: -2px;
  cursor: pointer;
}

.prices-tabs__wrap {
  display: flex;
  margin-bottom: 158px;
}

.prices-tabs-photo {
  max-width: 488px;
}

.prices-tabs-photo__top {
  margin-bottom: 22px;
  width: 488px;
  border-radius: 8px;
  overflow: hidden;
}

.prices-tabs-photo__top img,
.prices-tabs-photo-left__top img,
.prices-tabs-photo-left__bottom img,
.prices-tabs-photo__right img {
  display: block;
  width: 100%;
}

.prices-tabs-photo__bottom {
  display: flex;
}

.prices-tabs-photo-left {
  margin-right: 22px;
}

.prices-tabs-photo-left__top {
  margin-bottom: 22px;
}

.prices-tabs-photo-left__top,
.prices-tabs-photo-left__bottom {
  width: 233px;
  height: 224px;
  border-radius: 8px;
  overflow: hidden;
}

.prices-tabs-photo__right {
  width: 233px;
  border-radius: 8px;
  overflow: hidden;
}

.prices-tabs-accordion {
  flex: 1;
  margin-right: 80px;
}
.prices-tabs-accordion.no-credit-block {
  margin-right: 0;
}

.prices-services {
  display: flex;
  align-items: center;
  margin: 12px -20px;
}
.prices-services.title_price_button .prices-services-price {
  margin-right: 32px;
}
.prices-services.title_price_button .prices-services-descr > .prices-services-descr__btn {
  display: none;
}
.prices-services.title_button_price > .prices-services-descr__btn {
  display: none;
}
.prices-services.prices-services--section {
  justify-content: center;
}

.prices-services-descr {
  margin-right: auto;
}

.prices-services-descr__wrap {
  margin-bottom: 5px;
}

.prices-services-descr__name {
  display: block;
  font-weight: 600;
  font-size: 1.143rem;
  line-height: 20px;
}

.prices-services-descr__text {
  line-height: 20px;
  margin-bottom: 15px;
}

.prices-services-descr__btn {
  width: 100%;
  max-width: 236px;
  padding: 12px 20px;
  max-height: 40px;
  margin: auto 0;
  text-align: center;
}

.prices-services-price {
  text-align: right;
  flex-shrink: 0;
  margin-left: 40px;
}

.prices-services-price__new {
  font-weight: bold;
  font-size: 1.143rem;
  line-height: 20px;
  margin-bottom: 4px;
}

.prices-services-price__old {
  font-weight: 500;
  font-size: 1.143rem;
  line-height: 20px;
  text-decoration: line-through;
  margin-bottom: 12px;
}

.prices-services-price__value {
  font-weight: 500;
  font-size: 1.143rem;
  line-height: 20px;
}

.prices-services-price__action {
  border-radius: 32px;
  padding: 4px 12px;
  font-weight: bold;
  font-size: 0.572rem;
  line-height: 12px;
}

.accordion-item.always-open .accordion-item-title {
  cursor: auto;
}

.accordion-item-title__wrap,
.prices-services-descr__wrap {
  display: flex;
  align-items: center;
}

.prices-services-price.mob {
  display: none;
}

.prices-tabs-aside {
  max-width: 488px;
  text-align: center;
}
.prices-tabs-aside__credit {
  border-radius: 8px;
  padding: 40px 32px;
  margin-bottom: 40px;
}
.prices-tabs-aside__credit-icon {
  border-radius: 8px;
  margin: 0 auto 16px;
  display: inline-block;
  padding: 8px;
}
.prices-tabs-aside__credit-icon svg {
  width: 48px;
  height: 48px;
}
.prices-tabs-aside__credit-text {
  font-size: 1.286rem;
  margin-bottom: 24px;
}
.prices-tabs-aside__credit-link {
  display: inline-block;
  border-radius: 5px;
  font-size: 1.143rem;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  padding: 16px 24px;
}
.prices-tabs-aside .banks-logo__item {
  height: 24px;
  width: 42%;
}

.prices-tabs-aside__banks .banks-logo {
  display: flex;
  flex-wrap: wrap;
  margin: -16px -12px;
}
.prices-tabs-aside__banks .banks-logo__item {
  margin: 16px 12px;
  height: 32px;
  width: 30%;
}
.prices-tabs-aside__banks .banks-logo__item img {
  display: block;
  height: 100%;
}

@media all and (max-width: 1024px) {
  .prices-services.title_price_button .prices-services-descr > .prices-services-descr__btn {
    display: flex;
  }
  .prices-services.title_price_button > .prices-services-descr__btn {
    display: none;
  }
  .prices-tabs-photo {
    display: none;
  }
  .prices-tabs-accordion {
    margin-right: 20px;
  }
  .prices-tabs-aside {
    max-width: 380px;
  }
}
@media all and (max-width: 800px) {
  .prices-tabs-services__wrap {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
  .prices-tabs-services__item {
    margin-right: 16px;
  }
  .prices-tabs-services__item span {
    white-space: nowrap;
  }
}
@media all and (max-width: 768px) {
  .prices-tabs__wrap {
    display: block;
  }
  .prices-tabs-accordion {
    margin-right: 0;
  }
  .prices-tabs-aside {
    margin: 40px auto;
  }
}
@media all and (max-width: 600px) {
  .prices-tabs-services {
    overflow: hidden;
  }
  .prices-tabs-services__wrap {
    margin-right: -20px;
  }
  .prices-tabs__wrap {
    margin-bottom: 40px;
  }
  .prices-services-price.desk {
    display: none;
  }
  .prices-services-price.mob {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 8px 0 9px;
  }
  .prices-services-descr__wrap {
    align-items: flex-start;
    flex-direction: column;
  }
  .prices-services-price__old {
    margin-bottom: 0;
  }
}
.person-quote__text {
  background-color: var(--marine-op);
  padding: 24px;
  border-radius: 8px;
  margin-bottom: 32px;
  line-height: 24px;
  position: relative;
}
.person-quote__text::after {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  left: 24px;
  border: 8px solid transparent;
  border-left: 8px solid var(--marine-op);
  border-top: 8px solid var(--marine-op);
}
.person-quote__author {
  display: flex;
  align-items: center;
}
.person-quote__author-image {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 16px;
  display: flex;
  justify-content: center;
}
.person-quote__author-image img {
  display: block;
  height: 100%;
}
.person-quote__author-name {
  font-weight: 700;
}
.person-quote__author-specialty {
  color: var(--grey);
  font-weight: 500;
  line-height: 20px;
  margin-top: 4px;
}
.advantages-v4 {
  margin: 52px 0;
}
.advantages-v4__title {
  margin: 0 0 48px 0;
  text-align: center;
}
.advantages-v4__subtitle {
  line-height: 26px;
  font-size: 1.286rem;
  text-align: center;
  margin: 0 0 48px 0;
}
.advantages-v4__list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -12px;
}
.advantages-v4__item {
  margin: 12px;
  width: 100%;
  max-width: 282px;
  line-height: 24px;
  text-align: center;
}
.advantages-v4__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 24px;
}
.advantages-v4__icon svg {
  width: 100%;
  fill: var(--marine);
  stroke: var(--marine);
  height: 100%;
  display: block;
}
.advantages-v4__image {
  width: 80px;
  height: 80px;
  margin: 0 auto 24px;
  border-radius: 50%;
  overflow: hidden;
}
.advantages-v4__image img {
  display: block;
  max-width: 100%;
}
.advantages-v4__name {
  font-weight: 700;
  margin-bottom: 8px;
}
.advantages-v4__text p {
  margin-bottom: 8px;
}
.advantages-v4__text p:last-child {
  margin-bottom: 0;
}
.advantages-v4__text-after {
  font-size: 1.143rem;
  line-height: 24px;
  margin-top: 24px;
}
.advantages-v4__service {
  margin-top: 24px;
}
.advantages-v4 .services-menu__link {
  justify-content: center;
  background: var(--marine);
  color: var(--white);
  height: 48px;
  margin-bottom: 0;
}
.advantages-v4 .services-menu__link .svg_tooth use {
  fill: var(--white);
}
.advantages-v4 .services-menu__link:hover {
  color: var(--white);
}
.advantages-v4 .services-menu__link:hover .svg_tooth use {
  fill: var(--white);
}

@media all and (max-width: 600px) {
  .advantages-v4__list {
    justify-content: center;
  }
  .advantages-v4__subtitle {
    font-size: 1rem;
  }
}
.advantages-v4-numbers {
  margin: 52px 0;
}
.advantages-v4-numbers__title {
  margin: 0 0 48px 0;
  text-align: center;
}
.advantages-v4-numbers__subtitle {
  line-height: 24px;
  font-size: 1.286rem;
  text-align: center;
}
.advantages-v4-numbers__list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -12px;
}
.advantages-v4-numbers__item {
  margin: 12px;
  width: 100%;
  max-width: 282px;
  line-height: 24px;
  text-align: center;
}
.advantages-v4-numbers__number {
  font-size: 4rem;
  color: var(--marine);
  line-height: 1;
}
.advantages-v4-numbers__name {
  font-weight: 700;
  margin-bottom: 8px;
}
.advantages-v4-numbers__text-after {
  font-size: 1.143rem;
  line-height: 24px;
}

@media all and (max-width: 600px) {
  .advantages-v4-numbers {
    justify-content: center;
  }
}
.service-doctors-v2 {
  margin: 113px 0;
}

.service-doctors-v2__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.service-doctors-v2-slider {
  margin-top: 47px;
}

.service-doctors-v2-slider-item {
  width: 25%;
  border-radius: 8px;
  overflow: hidden;
  background-color: var(--marine);
  color: var(--white);
}

.service-doctors-v2-slider-item__wrap {
  display: flex;
  padding: 0 56px;
  align-items: center;
  min-height: 388px;
}

.service-doctors-v2-slider-item__info {
  max-width: 528px;
}

.service-doctors-v2-slider-item__name {
  font-weight: 700;
  font-size: 1.715rem;
  line-height: 32px;
  margin-bottom: 8px;
}

.service-doctors-v2-slider-item__prof {
  margin-bottom: 24px;
}

.service-doctors-v2-slider-item__spec {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 1.143rem;
  line-height: 24px;
}

.service-doctors-v2-slider-item__spec.mobile {
  display: none;
}

.service-doctors-v2-slider-item__medal {
  min-width: 56px;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  margin-right: 20px;
}
.service-doctors-v2-slider-item__medal svg {
  width: 22px;
  height: 56px;
  margin: 0 auto;
}

.service-doctors-v2-slider-item__description {
  font-size: 1.143rem;
  line-height: 24px;
  margin-bottom: 38px;
}

.service-doctors-v2__btn {
  width: 284px;
  font-weight: bold;
  font-size: 1.286rem;
  line-height: 24px;
  padding: 18px 0;
  margin-top: 28px;
  background-color: var(--white);
  color: var(--marine);
}

.service-doctors-v2-slider-item__img {
  width: 100%;
  height: auto;
  margin-left: auto;
  max-width: 430px;
  max-height: 388px;
  overflow: hidden;
}

.service-doctors-v2-slider-item__img img {
  height: 100%;
  display: block;
}

.doctors-v2-thumb {
  width: auto;
  position: static;
  display: flex !important;
  height: 104px;
  margin: 28px 0 0;
}

.doctors-v2-thumb li {
  flex-grow: 1;
  margin: 0 11px;
}

.doctors-v2-thumb-item {
  display: flex;
  align-items: center;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid var(--marine);
  background-color: var(--white);
  color: var(--marine);
  cursor: pointer;
}
.doctors-v2-thumb-item.swiper-slide-thumb-active {
  background-color: var(--marine);
  color: var(--white);
}
.doctors-v2-thumb-item.swiper-slide-thumb-active .doctors-v2-thumb-item__img.transparent {
  border-bottom: 1px solid var(--white);
}
.doctors-v2-thumb-item .doctors-v2-thumb-item__img.transparent {
  border-bottom: 1px solid var(--light-grey);
}

.doctors-v2-thumb-item__img {
  display: block;
  width: 72px;
  height: 72px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.doctors-v2-thumb-item__img img {
  width: 100%;
  height: 100%;
}

.doctors-v2-thumb-item__text {
  margin-left: 16px;
  font-size: 1.143rem;
  line-height: 20px;
  text-align: left;
  padding-right: 45px;
}

.doctors-v2-thumb-item__surname {
  display: block;
  font-weight: 700;
}

@media all and (max-width: 1334px) {
  .service-doctors-v2 .swiper-button-prev,
  .service-doctors-v2 .swiper-button-next {
    display: none;
  }
  .swiper.doctors-v2-thumb {
    overflow: unset;
  }
}
@media all and (min-width: 1136px) {
  .service-doctors-v2 .swiper-pagination {
    display: none;
  }
}
@media all and (max-width: 1000px) {
  .doctors-v2-thumb {
    display: block !important;
    height: auto;
  }
  .doctors-v2-thumb li {
    margin: 0 5px;
  }
  .service-doctors-v2-slider-item__wrap {
    padding: 40px;
  }
  .service-doctors-v2-slider-item__img {
    width: 305px;
    height: 345px;
  }
  .service-doctors-v2-slider-item__img.transparent {
    border-bottom: 1px solid var(--white);
  }
}
@media all and (max-width: 800px) {
  .service-doctors-v2 {
    margin: 47px 0;
  }
  .service-doctors-v2-slider-item__wrap {
    flex-direction: column;
  }
  .service-doctors-v2-slider-item__img {
    height: auto;
    margin: 0 auto 18px;
    order: 0;
    border-bottom: 1px solid var(--marine);
    max-height: 260px;
  }
  .service-doctors-v2-slider-item__img.transparent {
    border-color: #ffffff;
  }
  .service-doctors-v2-slider-item__img img {
    width: 100%;
    height: auto;
  }
  .service-doctors-v2-slider-item__info {
    max-width: 100%;
    order: 1;
    text-align: center;
  }
  .service-doctors-v2-slider-item__description {
    text-align: left;
  }
  .service-doctors-v2__btn {
    margin: 0 auto;
  }
  .doctors-v2-thumb-item.swiper-slide {
    width: 100%;
  }
  .service-doctors-v2__btn {
    margin-top: 24px;
  }
  .service-doctors-v2-slider-item__medal {
    margin: 0 auto;
  }
}
@media all and (max-width: 600px) {
  .service-doctors-v2 {
    position: relative;
    padding-bottom: 90px;
  }
  .service-doctors-v2 .container {
    padding-bottom: 80px;
    overflow: hidden;
  }
  .service-doctors-v2-slider {
    margin: 29px auto 0;
  }
  .service-doctors-v2-slider-item {
    width: 100%;
  }
  .service-doctors-v2-slider-item__wrap {
    padding: 20px 20px 52px;
  }
  .service-doctors-v2-slider-item__info {
    padding: 0;
  }
  .service-doctors-v2-slider-item__name {
    font-size: 1.286rem;
    line-height: 24px;
  }
  .service-doctors-v2-slider-item__prof {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .service-doctors-v2-slider-item__spec {
    display: none;
    flex-direction: column;
    font-size: 1rem;
    line-height: 20px;
    margin: 0 16px 0 0;
  }
  .service-doctors-v2-slider-item__spec.mobile {
    display: flex;
  }
  .service-doctors-v2-slider-item__description {
    font-size: 1rem;
    line-height: 20px;
  }
  .doctors__link {
    bottom: 41px;
  }
  .service-doctors-v2-slider-item__medal {
    min-width: 32px;
    width: 32px;
    height: 32px;
    border-radius: 8px;
  }
  .service-doctors-v2-slider-item__medal svg {
    width: 9px;
    height: 32px;
  }
  .service-doctors-v2__btn {
    width: 250px;
    font-size: 1rem;
    line-height: 20px;
    padding: 14px 0;
  }
}
.implant-compare {
  margin: 52px 0;
}
.implant-compare__title {
  margin: 0 0 16px 0;
  text-align: center;
}
.implant-compare__subtitle {
  margin: 0 0 48px 0;
  font-size: 1.286rem;
  line-height: 24px;
  text-align: center;
}
.implant-compare__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  max-width: 728px;
  margin: 0 auto;
}
.implant-compare__item {
  padding: 0 12px;
}
.implant-compare__item--positive .implant-compare-box__images div:nth-child(2) {
  margin: 18px auto 21px;
}
.implant-compare__item--positive .implant-compare-box__icon {
  background-color: var(--marine);
}
.implant-compare__item--positive .implant-compare-box__item:hover .implant-compare-box__icon {
  background-color: var(--marine-accent);
}
.implant-compare__item--negative .implant-compare-box__icon {
  background-color: var(--negative);
}
.implant-compare__item--negative .implant-compare-box::after {
  background-color: var(--negative-op);
}
.implant-compare__item--negative .implant-compare-box__item:hover .implant-compare-box__icon {
  background-color: var(--negative-hover);
}
.implant-compare__item-title {
  text-align: center;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 24px;
}
.implant-compare img {
  width: 100%;
  display: block;
}
.implant-compare__tabs {
  border-bottom: 1px solid #E5F0FC;
  padding-bottom: 8px;
  position: relative;
  margin-bottom: 24px;
  text-align: right;
}
.implant-compare__tab:first-child {
  margin-right: 16px;
}
.implant-compare__switcher {
  display: block;
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 200px;
  background-color: var(--marine);
  transition: transform 0.1s ease, width 0.1s ease;
  transform: translateX(0);
}
.implant-compare__tab {
  cursor: pointer;
  display: inline-block;
}
.implant-compare__tab.active {
  pointer-events: none;
  color: var(--marine);
}
.implant-compare__content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.implant-compare__element {
  width: 100%;
  max-width: 332px;
  padding: 0 12px;
  border: 1px solid;
  border-radius: 4px;
}
.implant-compare__element:first-child {
  margin-right: 8px;
}
.implant-compare__element-title {
  font-weight: 700;
  line-height: 24px;
  padding: 6px 0;
}
.implant-compare__element--positive {
  border-color: var(--marine);
}
.implant-compare__element--positive .implant-compare__element-title {
  color: var(--marine);
}
.implant-compare__element--positive .implant-compare__list div {
  border-color: var(--marine);
}
.implant-compare__element--negative {
  border-color: var(--negative-hover);
}
.implant-compare__element--negative .implant-compare__element-title {
  color: var(--negative-hover);
}
.implant-compare__element--negative .implant-compare__list div {
  border-color: var(--negative-hover);
}
.implant-compare__list div {
  padding: 8px 0;
  min-height: 71px;
  border-top: 1px solid;
}

.implant-compare-box {
  display: flex;
  position: relative;
}
.implant-compare-box::after {
  display: block;
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background-color: var(--marine-op);
  z-index: -1;
  top: 73px;
  left: 50%;
  transform: translateX(-50%);
}
.implant-compare-box__list {
  position: relative;
  width: 52px;
  height: 152px;
  margin-top: 156px;
  box-sizing: content-box;
}
.implant-compare-box__list:nth-child(1) .implant-compare-box__item:nth-child(1) {
  top: 0;
  right: 0;
  left: unset;
}
.implant-compare-box__list:nth-child(1) .implant-compare-box__item:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: unset;
}
.implant-compare-box__list:nth-child(1) .implant-compare-box__item:nth-child(3) {
  bottom: 0;
  right: 0;
  left: unset;
}
.implant-compare-box__icon {
  width: 40px;
  height: 40px;
  padding: 8px;
  border-radius: 50%;
  background-color: var(--grey);
  cursor: pointer;
  transition: background-color 0.1s ease;
  z-index: 1;
}
.implant-compare-box__item {
  position: absolute;
}
.implant-compare-box__item:hover .implant-compare-box__note {
  display: block;
}
.implant-compare-box__item svg {
  width: 24px;
  height: 24px;
  stroke: #ffffff;
}
.implant-compare-box__item svg use {
  stroke: #ffffff;
}
.implant-compare-box__item:nth-child(1) {
  top: 0;
  left: 0;
}
.implant-compare-box__item:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.implant-compare-box__item:nth-child(3) {
  bottom: 0;
  left: 0;
}
.implant-compare-box__images {
  max-width: 168px;
  margin: 0 12px;
}
.implant-compare-box__images div:nth-child(1) {
  margin: 0 auto;
}
.implant-compare-box__images div:nth-child(2) {
  margin: 28px auto 29px;
  max-width: 106px;
}
.implant-compare-box__images div:nth-child(3) {
  max-width: 91px;
  margin: 0 auto;
}
.implant-compare-box__note {
  display: none;
  position: absolute;
  background: #FFFFFF;
  box-shadow: 0px 8px 12px rgba(22, 74, 135, 0.08);
  border-radius: 8px;
  width: 325px;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% + 16px);
  padding: 16px;
  font-size: 1.143rem;
  line-height: 24px;
  z-index: 2;
}
.implant-compare-box__note::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-top: 8px solid #ffffff;
}

@media all and (max-width: 700px) {
  .implant-compare__subtitle {
    font-size: 1rem;
    margin: 0 0 24px 0;
  }
  .implant-compare__item {
    padding: 0;
  }
  .implant-compare-box {
    max-width: 290px;
    margin: 0 auto;
    padding: 0 16px;
  }
  .implant-compare-box::after {
    width: 290px;
    height: 290px;
  }
  .implant-compare-box__list {
    margin-top: 134px;
  }
  .implant-compare-box__list:nth-child(1) .implant-compare-box__note {
    left: -42px;
    right: unset;
  }
  .implant-compare-box__images {
    max-width: 152px;
    margin: 0;
  }
  .implant-compare-box__images div:nth-child(2) {
    max-width: 99px;
  }
  .implant-compare-box__images div:nth-child(3) {
    max-width: 82px;
  }
  .implant-compare-box__note {
    font-size: 1rem;
    width: 320px;
    bottom: calc(100% + 4px);
    transform: translateX(0);
    line-height: 20px;
    right: -42px;
    left: unset;
  }
  .implant-compare-box__note::after {
    display: none;
  }
  .implant-compare__element {
    margin: 0 auto;
  }
  .implant-compare__list div:first-child {
    border-top: 0;
  }
}
.no-pain {
  padding-top: 50px !important;
  overflow: hidden;
}
.no-pain__container {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding: 40px 0;
  max-width: 1075px;
  margin: 0 auto;
}
.no-pain__wrap {
  background-image: url("/images/services/clinic-backg-transparent.png");
  background-size: cover;
  position: relative;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
}
.no-pain__image {
  position: absolute;
  background-image: url("/images/services/no-pain.png");
  width: 560px;
  height: calc(100% + 50px);
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  bottom: 0px;
  z-index: 1;
}
.no-pain__info {
  max-width: 525px;
  z-index: 2;
}
.no-pain__title {
  margin-bottom: 24px;
}
.no-pain__list li {
  position: relative;
  margin-bottom: 44px;
  padding-left: 50px;
}
.no-pain__list li:last-child {
  margin-bottom: 0;
}
.no-pain__list li::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--marine);
  background-image: url("/images/sprites/svg/check-white.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
}
.no-pain__name {
  font-size: 1.429rem;
  font-weight: 700;
  margin-bottom: 4px;
  line-height: 1.2;
}
.no-pain__text {
  font-size: 1.143rem;
  line-height: 1.4;
}

@media all and (max-width: 1100px) {
  .no-pain__info {
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 8px;
    padding: 10px;
  }
  .no-pain__image {
    width: 590px;
  }
}
@media all and (max-width: 768px) {
  .no-pain {
    padding: 0 !important;
  }
  .no-pain__image {
    display: none;
  }
  .no-pain__container {
    display: block;
  }
  .no-pain__info {
    background: none;
    border-radius: 8px;
    padding: 0;
  }
}
.no-fear {
  padding-top: 50px !important;
  overflow: hidden;
}
.no-fear__container {
  position: relative;
  display: flex;
  padding: 50px 0;
  margin: 0 auto;
}
.no-fear__wrap {
  background-image: url("/images/services/clinic-backg-transparent.png");
  background-size: cover;
  position: relative;
  background-color: var(--marine);
  background-repeat: no-repeat;
  background-position: center;
}
.no-fear__info {
  max-width: 460px;
  z-index: 2;
}
.no-fear__image {
  position: absolute;
  background-image: url("/images/services/no-fear.png");
  width: 843px;
  height: calc(100% + 50px);
  right: -100px;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0;
  z-index: 1;
  background-position: bottom;
}
.no-fear__title {
  color: #ffffff;
  margin-bottom: 48px;
}
.no-fear__item {
  display: flex;
  align-items: center;
  margin-bottom: 38px;
  color: #ffffff;
  line-height: 1.5;
}
.no-fear__item:last-child {
  margin-bottom: 0;
}
.no-fear__icon {
  margin-right: 20px;
}
.no-fear__icon svg {
  width: 50px;
  height: 50px;
  fill: var(--marine-bright);
}
.no-fear__name {
  font-weight: 600;
  font-size: 1.286rem;
}
.no-fear__text {
  font-size: 1.143rem;
}

@media all and (max-width: 1100px) {
  .no-fear__image {
    width: 620px;
  }
}
@media all and (max-width: 768px) {
  .no-fear {
    padding: 0 !important;
  }
  .no-fear__image {
    display: none;
  }
}
.comfort-payment {
  padding-top: 65px !important;
  overflow: hidden;
}
.comfort-payment__wrap {
  background-image: url("/images/services/comfort-payment-bckg.png");
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
}
.comfort-payment__wrap::after {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: var(--marine);
  z-index: 0;
  top: 0;
  left: 0;
  opacity: 0.8;
}
.comfort-payment__container {
  position: relative;
  display: flex;
  padding: 50px 0;
  margin: 0 auto;
}
.comfort-payment__info {
  max-width: 420px;
  z-index: 2;
  position: relative;
}
.comfort-payment__info::after {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0.6;
  border-radius: 8px;
  background-image: radial-gradient(var(--marine) 0%, transparent 75%, transparent 100%);
}
.comfort-payment__image {
  position: absolute;
  background-image: url("/images/services/comfort-payment.png");
  width: 980px;
  height: calc(100% + 65px);
  right: -130px;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0;
  z-index: 1;
  background-position: bottom;
}
.comfort-payment__title {
  margin-bottom: 50px;
  color: var(--white);
}
.comfort-payment__item {
  display: flex;
  align-items: center;
  margin-bottom: 38px;
  color: #ffffff;
  line-height: 1.5;
}
.comfort-payment__item:last-child {
  margin-bottom: 0;
}
.comfort-payment__icon {
  margin-right: 20px;
}
.comfort-payment__icon svg {
  width: 50px;
  height: 50px;
  fill: var(--marine-bright);
}
.comfort-payment__name {
  font-weight: 600;
  font-size: 1.429rem;
}
.comfort-payment__text {
  font-size: 1.286rem;
}
.comfort-payment__action {
  margin-top: 50px;
  max-width: 280px;
}

@media all and (max-width: 1100px) {
  .comfort-payment__image {
    width: 690px;
    right: 0;
  }
}
@media all and (max-width: 640px) {
  .comfort-payment {
    padding: 0 !important;
  }
  .comfort-payment__image {
    display: none;
  }
}
.teeth-one-day {
  padding-top: 50px !important;
  overflow: hidden;
}
.teeth-one-day__container {
  position: relative;
  display: flex;
  padding: 56px 0 50px;
  margin: 0 auto;
}
.teeth-one-day__wrap {
  background-image: url("/images/services/clinic-backg-transparent.png");
  background-size: cover;
  position: relative;
  background-color: var(--marine);
  background-repeat: no-repeat;
  background-position: center;
}
.teeth-one-day__info {
  max-width: 580px;
  z-index: 2;
  position: relative;
}
.teeth-one-day__info::after {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0.6;
  border-radius: 8px;
  background-image: radial-gradient(var(--marine) 0%, transparent 75%, transparent 100%);
}
.teeth-one-day__image {
  position: absolute;
  background-image: url("/images/services/teeth-one-day.png");
  width: 843px;
  height: calc(100% + 50px);
  right: -80px;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0;
  z-index: 1;
  background-position: bottom;
}
.teeth-one-day__title {
  color: #ffffff;
  margin-bottom: 60px;
}
.teeth-one-day__item {
  display: flex;
  align-items: center;
  margin-bottom: 38px;
  color: #ffffff;
  line-height: 1.5;
}
.teeth-one-day__item:last-child {
  margin-bottom: 0;
}
.teeth-one-day__icon {
  margin-right: 30px;
}
.teeth-one-day__icon svg {
  width: 56px;
  height: 56px;
  fill: var(--marine-bright);
}
.teeth-one-day__name {
  font-weight: 700;
  font-size: 1.286rem;
}
.teeth-one-day__text {
  font-size: 1.143rem;
}

@media all and (max-width: 1100px) {
  .teeth-one-day {
    padding-top: 0 !important;
  }
  .teeth-one-day__image {
    width: 545px;
  }
}
@media all and (max-width: 768px) {
  .teeth-one-day__image {
    display: none;
  }
}
.simple-table__title {
  margin-bottom: 48px;
  text-align: center;
}
.simple-table__title.with-subtitle {
  margin-bottom: 16px;
}
.simple-table__subtitle {
  margin-bottom: 48px;
  text-align: center;
}
.simple-table__external-borders {
  overflow: hidden;
  border: 1px solid var(--grey-border);
  border-radius: 8px;
}
.simple-table__table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}
.simple-table__table td {
  border-right: 1px solid var(--grey-border);
  border-bottom: 1px solid var(--grey-border);
  padding: 10px 12px;
  line-height: 24px;
  width: 100%;
  vertical-align: top;
}
.simple-table__table thead td {
  font-weight: 600;
}
.simple-table__table thead tr td:last-child {
  border-right: none;
}
.simple-table__table tbody tr td:last-child {
  border-right: none;
}
.simple-table__table tbody tr:last-child td {
  border-bottom: none;
}
.simple-table__after-text {
  flex-grow: 1;
  margin-top: 24px;
  line-height: 24px;
}
.simple-table__after-text ul {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 25px;
}
.simple-table__after-text ul > li {
  position: relative;
  margin-bottom: 16px;
}
.simple-table__after-text ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  left: -32px;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  -webkit-mask-image: url(/images/tick-circle.svg?35e8a7bcf7cff38d63e78571d0e1ba31);
          mask-image: url(/images/tick-circle.svg?35e8a7bcf7cff38d63e78571d0e1ba31);
  -webkit-mask-position: center;
          mask-position: center;
  background: var(--marine);
}
.simple-table__after-text ol {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 40px;
}
.simple-table__after-text ol > li {
  list-style: decimal;
}
.simple-table__after-text p, .simple-table__after-text h2, .simple-table__after-text h3, .simple-table__after-text h4 {
  margin-bottom: 21px;
}
.simple-table__after-text blockquote {
  position: relative;
  padding: 40px;
  margin: 50px 0 0;
}
.simple-table__after-text blockquote:before {
  content: "";
  position: absolute;
  top: -20px;
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
  background: #2CB2BB;
  border: 2px solid #FFFFFF;
  border-radius: 20px;
  background-image: url(/images/message-question.svg?bf74dc49b8c920a7bd10a79a4136bc18);
  background-repeat: no-repeat;
  background-position: center;
}
.simple-table__after-text img {
  border-radius: 8px;
}

@media all and (max-width: 700px) {
  .simple-table__table {
    border: 1px solid var(--grey-border);
  }
  .simple-table__column-title {
    border-bottom: 1px solid var(--grey-border);
    border-top: 1px solid var(--grey-border);
    font-weight: 600;
    padding: 10px 12px;
  }
  .simple-table__column:first-child .simple-table__column-title {
    border-top: none;
  }
  .simple-table__column-row {
    border-bottom: 1px solid var(--grey-border);
    padding: 10px 12px;
  }
  .simple-table__column-row:last-child {
    border-bottom: none;
  }
}
.list-column__title {
  margin: 0 0 48px 0;
  text-align: center;
}
.list-column__subtitle {
  line-height: 26px;
  font-size: 1.286rem;
  text-align: center;
  margin: 0 0 48px 0;
}
.list-column__items {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: -12px;
  flex-wrap: wrap;
}
.list-column__item {
  margin: 12px;
  border-radius: 8px;
  box-shadow: 0px 8px 24px 0px rgba(37, 39, 57, 0.12);
  max-width: 384px;
  padding: 16px 16px 24px 16px;
  background-color: var(--white);
}
.list-column__image {
  border: 1px solid var(--light-grey);
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 24px;
}
.list-column__image img {
  display: block;
  width: 100%;
}
.list-column__item-title {
  font-weight: 600;
  font-size: 1.143rem;
  line-height: 24px;
  margin-bottom: 8px;
}
.list-column__data {
  margin-bottom: 8px;
}
.list-column__data-item {
  line-height: 24px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list-column__data-name {
  opacity: 0.9;
}
.list-column__price {
  padding-top: 16px;
  border-top: 1px solid var(--grey-border);
  text-align: right;
  font-weight: 600;
}
.service__title {
  margin-top: 98px;
  margin-bottom: 78px;
  padding: 0 20px;
}

.service section {
  padding: 0;
  margin-top: 113px;
}

.service-title + section {
  margin-top: 80px;
}

@media all and (max-width: 600px) {
  .service__title {
    margin-top: 46px;
    margin-bottom: 50px;
    padding: 0 15px;
  }
  .service section {
    padding: 0;
    margin-top: 48px;
  }
}
.services-menu__container h2 {
  text-align: center;
  margin-bottom: 36px;
  font-size: 32px;
}

.services-menu__categories {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 100px;
}

.services-menu__category-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 28px;
  background-color: var(--marine-op, #F2FAFB);
  border-radius: 12px;
  cursor: pointer;
}
.services-menu__category-button span {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}
.services-menu__category-button .svg_arrow-down {
  width: 20px;
  height: 20px;
  transition: all 0.15s ease;
  transform: rotate(90deg);
  margin-left: 0px;
}
.services-menu__category-button .svg_arrow-down.open {
  transform: rotate(-90deg);
}

.services-menu__list-container {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  max-height: 0px;
  transition: max-height 0.4s ease, opacity 0.32s ease;
}

.services-menu__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  min-width: 100%;
  padding: 16px;
}
.services-menu__list .services-menu__link {
  margin-bottom: 0px;
}

@media all and (max-width: 800px) {
  .services-menu__container h2 {
    font-size: 24px;
  }
  .services-menu__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 600px) {
  .services-menu__list {
    grid-template-columns: 1fr;
  }
}
.problem-category__container {
  width: 100%;
  margin: 100px 0px;
  border-radius: 12px;
}
.problem-category__container h2 {
  text-align: center;
  margin-bottom: 36px;
  font-size: 32px;
}

.problem-category__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.problem-category__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 24px;
  background-color: var(--marine-op, #F2FAFB);
  border-radius: 8px;
  color: var(--dark, #253F41);
  text-align: center;
  transition: all 0.15s ease;
  cursor: pointer;
}
.problem-category__item .problem-category__mask-image {
  display: block;
  width: 55px;
  height: 55px;
  margin: 3px;
  background-color: var(--marine, #2CB2BB);
}
.problem-category__item h3 {
  transition: color 0.23s ease;
}
.problem-category__item span {
  font-size: 12px;
  margin-bottom: 6px;
}

.problem-category__item:hover {
  transform: translate(0px, -10px);
}
.problem-category__item:hover .problem-category__mask-image {
  background-color: var(--marine-accent, #1FC6D0);
}
.problem-category__item:hover h3 {
  color: var(--marine-accent, #1FC6D0);
}

@media all and (max-width: 800px) {
  .problem-category__container h2 {
    font-size: 24px;
  }
  .problem-category__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 600px) {
  .problem-category__items {
    padding: 12px 18px;
    grid-template-columns: 1fr;
  }
  .problem-category__item span {
    margin-bottom: 0px;
  }
}
.main-doctors {
  padding-bottom: 100px;
}

.main-doctors__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.doctors-slider {
  height: 520px;
  margin: 47px -11px;
}

.doctors-slider.slick-slider .slick-track,
.doctors-slider.slick-slider .slick-list {
  height: 520px !important;
}

.doctors-slider__item {
  display: block !important;
  width: 284px !important;
  height: 491px;
  box-shadow: 0 8px 12px rgba(22, 74, 135, 0.08);
  border-radius: 8px;
  margin: 0 auto;
}

.doctors-slider__img {
  width: 284px;
  height: 272px;
}

.doctors-slider__img img {
  width: 100%;
}

.doctors-slider__info {
  display: flex;
  flex-direction: column;
  padding: 10px 20px 20px;
  position: relative;
  margin-top: -20px;
  background: #fff;
  min-height: 237px;
}

.doctors-slider__info::before {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  background: #fff;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  position: absolute;
  top: -29px;
  left: 0;
}

.doctors-slider-stage__years {
  font-size: 2.571rem;
  line-height: 32px;
  font-weight: 700;
  margin-right: 12px;
}

.doctors-slider-stage__text {
  width: 38px;
  display: inline-block;
  line-height: 16px;
  font-weight: 700;
}

.doctors-slider__name {
  font-size: 1.143rem;
  line-height: 20px;
  font-weight: 700;
  margin-top: 12px;
  margin-bottom: 5px;
}

.doctors-slider__prof {
  line-height: 20px;
}

.doctors-slider__footer {
  height: 32px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
}

.doctors-slider__review-link {
  display: flex;
}

.doctors-slider__dots {
  position: relative;
}

.doctors-slider__video-link {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.doctors-slider__video-link:hover {
  transition: background-color 0.3s ease;
}

@media all and (max-width: 600px) {
  .main-doctors {
    padding-bottom: 0;
    position: relative;
  }
  .main-doctors .container {
    padding-right: 0;
    padding-bottom: 106px;
    overflow: hidden;
  }
  .doctors-slider {
    margin: 29px -5px 0;
  }
  .doctors-slider__item {
    margin: 0 5px;
  }
  .doctors-slider__item {
    width: 100% !important;
    margin: 0px !important;
    margin-right: 22px !important;
  }
  .doctors-slider__img {
    width: 100%;
    border-radius: 8px 8px 0px 0px;
  }
}
.doctors-detail .banner {
  margin-top: 136px;
  margin-bottom: 84px;
}

.reviews .banner {
  margin-top: 136px;
  margin-bottom: 28px;
}

.banner {
  height: 464px;
  border-radius: 16px;
  padding: 62px 68px;
  position: relative;
}

.banner__wrap {
  max-width: 522px;
}

.banner__name {
  font-weight: 900;
  font-size: 2.8572rem;
  line-height: 48px;
  margin-bottom: 12px;
}

.banner__name--small {
  font-weight: 600;
  font-size: 2rem;
  line-height: 32px;
  margin-bottom: 21px;
}

.banner__text {
  font-size: 1.429rem;
  line-height: 28px;
}

.banner__buttons {
  display: flex;
  align-items: flex-start;
  margin-top: 37px;
}

.banner__btn {
  width: 276px;
  font-weight: bold;
  font-size: 1.286rem;
  line-height: 24px;
  padding: 18px 0;
  margin-right: 32px;
}

.banner__button .banner__btn-sublink {
  margin-top: 20px;
  display: flex;
  color: var(--white, #fff);
}
.banner__button .banner__btn-sublink svg {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.banner__button .banner__btn-sublink svg use {
  stroke: var(--white, #fff);
}

.banner__video-link {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.banner-img {
  width: 582px;
  height: 488px;
  position: absolute;
  bottom: 0;
  right: 68px;
  text-align: center;
}
.banner-img::after {
  content: "";
  display: block;
  width: 582px;
  height: 582px;
  border-radius: 50%;
  position: absolute;
  top: 40%;
  left: 0;
}
.banner-img .banner-img__wrap {
  width: 398px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.banner-img .banner-img__wrap img {
  width: 100%;
}

.banner-img-full {
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
}
.banner-img-full::after {
  content: "";
  display: block;
  width: 582px;
  height: 582px;
  border-radius: 50%;
  position: absolute;
  top: 40%;
  left: -100px;
}
.banner-img-full .banner-img__wrap {
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.banner-img-full .banner-img__wrap img {
  width: auto;
  height: 100%;
  border-radius: 0 16px 16px 0;
}

.banner__description {
  max-width: 582px;
  padding: 22px 24px 30px;
  font-size: 1.143rem;
  line-height: 24px;
  position: absolute;
  top: 87%;
  text-align: left;
  border-radius: 8px;
  z-index: 1;
}

.banner__description::before {
  content: "";
  display: block;
  width: 66px;
  height: 40px;
  background: url("/images/doctors/tail.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: -39px;
  left: 50%;
  transform: translateX(-50%);
}

.banner__video-link--mob,
.banner__description--mob,
.banner__button--mob {
  display: none;
}

.banner__photo-note {
  position: absolute;
  bottom: 16px;
  left: 68px;
  font-style: italic;
  font-size: 0.8572rem;
}

.banner__description--mob {
  font-size: 0.8572rem;
  line-height: 16px;
  margin-bottom: 28px;
}

@media all and (max-width: 1024px) {
  .banner-img-full:after {
    display: none;
  }
  .banner__wrap {
    position: relative;
    z-index: 1;
  }
  .banner-img {
    width: 415px;
    height: 368px;
    right: 40px;
  }
  .banner-img::after {
    width: 415px;
    height: 415px;
  }
  .banner-img .banner-img__wrap {
    width: 300px;
  }
  .banner__description {
    font-size: 1rem;
    line-height: 20px;
  }
}
@media all and (max-width: 850px) {
  .doctors-detail .banner {
    margin-top: 46px;
    margin-bottom: 36px;
  }
  .banner {
    padding: 0;
    height: auto;
  }
  .banner__wrap {
    max-width: 100%;
  }
  .banner-img {
    width: 100%;
    margin-top: 34px;
    margin-bottom: 16px;
    position: relative;
    border-radius: 8px;
    right: 0;
  }
  .banner-img::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .banner-img-full {
    position: relative;
  }
  .banner-img-full .banner-img__wrap img {
    width: 100%;
    height: auto;
    border-radius: 16px;
  }
  .banner__buttons,
  .banner__description {
    display: none;
  }
  .banner__video-link--mob,
  .banner__description--mob {
    display: block;
  }
  .banner__button--mob {
    display: block;
  }
  .banner__button--mob .banner__btn {
    background: var(--marine);
    box-shadow: 0 10px 12px var(--marineShadow);
    color: var(--white, #fff);
  }
  .banner__button--mob .banner__btn:hover {
    background: var(--marineAccent);
    color: var(--white, #fff);
  }
  .banner__button--mob .banner__btn:hover svg use {
    stroke: var(--white, #fff);
  }
  .banner__button--mob .banner__btn-sublink {
    color: var(--marine);
  }
  .banner__button--mob .banner__btn-sublink svg use {
    stroke: var(--marine);
  }
  .banner__video-link--mob {
    width: 32px;
    height: 32px;
    position: absolute;
    bottom: 16px;
    right: 16px;
  }
  .banner__photo-note {
    position: static;
    margin: 2px 0 18px;
    font-size: 0.7857rem;
  }
}
@media all and (max-width: 600px) {
  .reviews .banner {
    margin-top: 46px;
  }
  .banner__name {
    font-size: 2rem;
    line-height: 32px;
    margin-bottom: 12px;
  }
  .banner__name--small {
    margin-bottom: 16px;
  }
  .banner__text {
    font-size: 1.286rem;
    line-height: 24px;
  }
  .banner-img {
    height: 140px;
  }
  .banner-img::after {
    width: 208px;
    height: 208px;
    top: 26%;
  }
  .banner-img .banner-img__wrap {
    width: 120px;
    top: -7px;
  }
  .banner__button--mob {
    width: 100%;
  }
  .banner__button--mob .banner__btn {
    width: 100%;
    margin-right: 0;
  }
}
.second-menu {
  position: relative;
  margin-bottom: 84px;
  height: 64px;
  width: 100%;
}
.second-menu.fixed {
  z-index: 10;
}
.second-menu.fixed .doctors-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.doctors-menu__list {
  display: flex;
}

.doctors-menu__item {
  flex: 1;
  text-align: center;
  margin-right: 16px;
}

.doctors-menu__item:last-child {
  margin-right: 0;
}

.doctors-menu__link {
  display: flex;
  align-items: center;
  height: 64px;
  font-weight: 600;
  line-height: 16px;
}

.doctors-menu__link span {
  width: 100%;
  padding-bottom: 5px;
  white-space: nowrap;
}

@media all and (max-width: 1024px) {
  .doctors-menu__list {
    overflow-x: auto;
  }
  .doctors-menu__item {
    min-width: auto;
  }
}
@media all and (max-width: 600px) {
  .doctors-menu .container {
    padding-right: 0;
  }
}
.doctors-services {
  padding: 0 0 113px 0;
}

.doctors-services__title {
  margin-bottom: 47px;
}

.doctors-services__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -11px;
}

.doctors-services__item {
  width: calc(25% - 22px);
  margin: 0 11px;
}

@media all and (max-width: 1024px) {
  .doctors-services__item {
    width: calc(50% - 22px);
  }
}
@media all and (max-width: 600px) {
  .doctors-services {
    padding: 47px 0;
  }
  .doctors-services__title {
    font-size: 2rem;
    margin-bottom: 29px;
  }
  .doctors-services__item {
    width: 100%;
  }
}
.clinics-list {
  position: relative;
  z-index: 100;
  margin: 20px 0 64px;
}

.clinics-list-select {
  max-width: 588px;
  margin: 0 auto;
}
.clinics-list-select .select-border {
  z-index: 1;
}
.clinics-list-select .select-border__control {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
}

.clinics-list-select .select-border__title {
  top: 8px;
  left: 22px;
  z-index: 1;
}

.clinics-list-select .svg_arrow-down {
  width: 20px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  z-index: 0;
}

.clinics-list-select .select-border .select-border__menu {
  padding: 16px 0;
  border-radius: 8px;
  border: none;
  box-shadow: 0px 4px 16px 0px rgba(22, 135, 143, 0.16);
  z-index: 10;
}
.clinics-list-select .select-border .select-border__menu .select-border__option {
  padding: 12px 16px;
  position: relative;
  background: none;
  cursor: pointer;
  transition: background-color 0.1s ease;
}
.clinics-list-select .select-border .select-border__menu .select-border__option div span:first-child {
  display: block;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 4px;
  transition: color 0.1s ease;
}
.clinics-list-select .select-border .select-border__menu .select-border__option div span:last-child {
  display: block;
  font-size: 1.143rem;
  line-height: 20px;
}
.clinics-list-select .select-border .select-border__menu .select-border__option--is-selected {
  pointer-events: none;
}
.clinics-list-select .select-border .select-border__menu .select-border__option--is-selected::before {
  position: absolute;
  display: block;
  width: 4px;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
}
.doctors__title {
  margin-top: 98px;
  margin-bottom: 54px;
}

.doctors-filter {
  padding-bottom: 12px;
}

.doctors .search {
  padding-top: 28px;
}

.doctors__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 36px -11px 70px;
}

.doctors__wrap .doctors-slider__item {
  width: calc(25% - 22px) !important;
  margin: 0 11px 28px;
}

.doctors-specify:first-child {
  margin-bottom: 48px;
}

.doctors-specify__wrap {
  margin-bottom: 222px;
}
.doctors-specify__wrap h2, .doctors-specify__wrap h3 {
  font-weight: bold;
  font-size: 2rem;
  line-height: 32px;
  margin-bottom: 16px;
}
.doctors-specify__wrap h4, .doctors-specify__wrap h5 {
  font-weight: bold;
  font-size: 1.715rem;
  line-height: 32px;
  margin-bottom: 16px;
}
.doctors-specify__wrap p {
  font-size: 1.143rem;
  line-height: 24px;
  margin-bottom: 16px;
}

.doctors-specify__title {
  font-weight: bold;
  font-size: 2rem;
  line-height: 32px;
  margin-bottom: 16px;
}

.doctors-specify__text {
  font-size: 1.143rem;
  line-height: 24px;
}

@media all and (max-width: 1200px) {
  .doctors__wrap .doctors-slider__item {
    width: calc(33.3% - 22px) !important;
    height: auto;
  }
}
@media all and (max-width: 800px) {
  .doctors__wrap .doctors-slider__item {
    width: calc(50% - 22px) !important;
  }
}
@media all and (max-width: 600px) {
  .doctors__wrap .doctors-slider__item {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .doctors-filter {
    padding-bottom: 20px;
  }
  .doctors .search {
    padding-top: 20px;
  }
  .doctors__wrap {
    margin-top: 24px;
    margin-bottom: 47px;
  }
  .doctors-specify__wrap {
    margin-bottom: 67px;
  }
  .doctors-specify:first-child {
    margin-bottom: 42px;
  }
  .doctors-specify__title {
    font-size: 1.8572rem;
    line-height: 32px;
    margin-bottom: 18px;
  }
  .doctors-specify__text {
    font-size: 1rem;
    line-height: 20px;
  }
}
.doctors-features {
  padding-bottom: 85px;
}

.doctors-features__title {
  margin-bottom: 47px;
}

.doctors-features__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -11px;
}

.doctors-features-item {
  width: calc(33.3% - 22px);
  margin: 0 11px 28px;
  padding: 25px 20px 31px;
  line-height: 20px;
  border-radius: 8px;
}

.doctors-features-item__title {
  font-weight: bold;
  margin-bottom: 8px;
}

@media all and (max-width: 1024px) {
  .doctors-features-item {
    width: calc(50% - 22px);
  }
}
@media all and (max-width: 600px) {
  .doctors-features {
    padding-bottom: 47px;
  }
  .doctors-features .container {
    padding-right: 0;
    overflow: hidden;
  }
  .doctors-features__title {
    font-size: 2rem;
    margin-bottom: 29px;
  }
  .doctors-features__wrap {
    flex-wrap: nowrap;
    overflow-x: scroll;
    margin: 0 -4px;
  }
  .doctors-features-item {
    min-width: 290px;
    margin: 0 4px;
  }
}
.doctors-education {
  padding-bottom: 113px;
}

.doctors-education__title {
  margin-bottom: 29px;
}

.doctors-education__wrap {
  display: flex;
}

.doctors-education__text-wrap {
  margin-right: 62px;
  width: 100%;
}

.doctors-education__text {
  font-size: 1.143rem;
  line-height: 24px;
}

.doctors-education__main {
  margin-top: 37px;
  margin-bottom: 33px;
}

.doctors-education__subtitle {
  font-size: 1.715rem;
  line-height: 32px;
  margin-bottom: 15px;
}

.doctors-education__item {
  margin-bottom: 15px;
  line-height: 24px;
}

.doctors-education__year {
  font-weight: 700;
  font-size: 1.143rem;
}

.doctors-education__img-wrap {
  min-width: 590px;
}

.doctors-education__img-top {
  display: flex;
}

.doctors-education__img-bottom {
  margin-top: 22px;
}

.doctors-education__img {
  background-size: cover;
  background-repeat: no-repeat;
}

.doctors-education__img-top .doctors-education__img {
  width: 284px;
  height: 284px;
}

.doctors-education__img-top-left {
  margin-right: 22px;
}

.doctors-education__img-top-left .doctors-education__img:first-child {
  margin-bottom: 22px;
}

.doctors-education__img-top-right .doctors-education__img {
  height: 100%;
}

.doctors-education__img-bottom .doctors-education__img {
  height: 284px;
}

.doctors-education__img {
  border-radius: 8px;
  overflow: hidden;
}

.doctors-education__img img {
  display: block;
  width: 100%;
}

@media all and (max-width: 1024px) {
  .doctors-education__wrap {
    display: flex;
    flex-direction: column;
  }
  .doctors-education__text-wrap {
    order: 1;
    margin-right: 0;
    margin-top: 21px;
  }
  .doctors-education__img-wrap {
    order: 0;
    min-width: 100%;
  }
  .doctors-education__img-bottom {
    display: none;
  }
  .doctors-education__img-top {
    justify-content: center;
  }
}
@media all and (max-width: 650px) {
  .doctors-education {
    padding-bottom: 47px;
  }
  .doctors-education__img-top-right {
    display: none;
  }
  .doctors-education__img-top-left {
    display: flex;
    margin-right: 0;
  }
  .doctors-education__img-top-left .doctors-education__img:first-child {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .doctors-education__img-top .doctors-education__img {
    width: 140px;
    height: 140px;
  }
  .doctors-education__text,
  .doctors-education__item {
    font-size: 1rem;
  }
  .doctors-education__main {
    margin: 25px 0;
  }
  .doctors-education__subtitle {
    font-size: 1.286rem;
    line-height: 24px;
    margin-bottom: 11px;
  }
  .doctors-education .reviews__btn {
    width: 100%;
  }
}
.doctors-license__title {
  margin-bottom: 47px;
}

.doctors-license-slider {
  height: 520px;
  margin: 0 -11px;
}

.doctors-license-slider.slick-slider .slick-track,
.doctors-license-slider.slick-slider .slick-list {
  height: 520px !important;
}

.doctors-license-slider__item {
  display: block !important;
  width: 284px !important;
  height: 491px;
  box-shadow: 0 8px 12px rgba(22, 74, 135, 0.08);
  border-radius: 8px;
  margin: 0 auto;
}

.doctors-license-slider__img {
  display: block;
  width: 284px;
  height: 373px;
}

.doctors-license-slider__img img {
  width: 100%;
}

.doctors-license-slider__info {
  padding: 30px 20px 70px;
  position: relative;
  margin-top: -20px;
  background: #fff;
  min-height: 138px;
}

.doctors-license-slider__info::before {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  background: #fff;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  position: absolute;
  top: -29px;
  left: 0;
}

.doctors-license-slider__name {
  font-weight: 600;
  line-height: 20px;
}

@media all and (max-width: 600px) {
  .doctors-license .container {
    padding-right: 0;
    padding-bottom: 44px;
    overflow: hidden;
  }
  .doctors-license__title {
    margin-bottom: 29px;
  }
  .doctors-license-slider {
    margin: 0 -5px;
  }
  .doctors-license-slider__item {
    margin: 0 5px;
  }
  .doctors-license .clinics-list {
    padding-right: 15px;
  }
}
.doctors-article {
  padding-bottom: 208px;
}

.doctors-article__title {
  margin-bottom: 47px;
}

.doctors-article__wrap {
  display: flex;
  margin: 0 -11px;
}

.doctors-article-item {
  display: flex;
  flex-direction: column;
  width: calc(25% - 22px);
  min-height: 264px;
  margin: 0 11px;
  border-radius: 8px;
  padding: 25px 20px 12px;
}

.doctors-article-item__title {
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 8px;
}

.doctors-article-item__text {
  line-height: 20px;
  margin-bottom: 23px;
}

.doctors-article-item__date {
  font-weight: 500;
  font-size: 0.8572rem;
  line-height: 16px;
  margin-top: auto;
}

@media all and (max-width: 1024px) {
  .doctors-article__wrap {
    display: block;
    margin: 0;
  }
  .doctors-article-item {
    display: flex !important;
    width: 290px !important;
    margin: 0 auto;
  }
  .doctors-article__wrap .slick-dots {
    bottom: -50px;
  }
}
@media all and (max-width: 600px) {
  .doctors-article {
    padding-bottom: 0;
  }
  .doctors-article__title {
    margin-bottom: 25px;
  }
  .doctors-article .container {
    padding-right: 0;
    padding-bottom: 116px;
    overflow: hidden;
  }
  .doctors-article__wrap {
    margin: 0 -5px;
  }
  .doctors-article-item {
    margin: 0 5px;
  }
}
.consultation-form {
  max-width: 386px;
  border-radius: 8px;
  padding: 38px 20px 60px;
  text-align: center;
}
.consultation-form.success .consultation__hide {
  display: none;
}
.consultation-form.success .consultation-form-success {
  display: block;
}
.consultation-form .consultation-form-success__btn {
  width: auto;
}

.consultation-form__title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 32px;
  margin-bottom: 12px;
}

.consultation-form__text {
  font-size: 1.286rem;
  line-height: 24px;
  margin-bottom: 38px;
}
.consultation-form__text a {
  color: #ffffff;
  font-weight: 600;
  white-space: nowrap;
}
.consultation-form__text a:hover {
  color: #ffffff;
}

.consultation-form__form .form-item {
  position: relative;
}
.consultation-form__form .form__input {
  outline: none;
  font-family: "Montserrat", "Arial", sans-serif;
  height: 60px;
  background: #FFFFFF;
  border-radius: 5px;
  font-size: 1.143rem;
  line-height: 20px;
  padding: 28px 20px 12px;
}
.consultation-form__form .form__input-label {
  position: absolute;
  top: 7px;
  left: 20px;
  line-height: 16px;
  font-weight: 600;
}
.consultation-form__form .form__btn {
  width: 284px;
  height: 60px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.143rem;
  line-height: 20px;
  cursor: pointer;
}
.consultation-form__form .form__btn.loading {
  pointer-events: none;
}
.consultation-form__form .form__btn[disabled] {
  opacity: 0.2;
}

.consultation-form__form .form__input,
.consultation-form__form .form__btn {
  width: 100%;
}

.consultation-form__form .form-item:first-child {
  margin-bottom: 16px;
}

.consultation-form__form .form-item-button {
  margin-top: 32px;
}

.consultation-form--small {
  max-width: 284px;
  height: -moz-fit-content;
  height: fit-content;
  padding-bottom: 56px;
}

.consultation-form--small .consultation-form__title {
  font-size: 1.429rem;
  line-height: 24px;
  margin-bottom: 12px;
}

.consultation-form--small .consultation-form__text {
  line-height: 20px;
  margin-bottom: 31px;
}

.consultation-form--small .consultation-form__form .form-item-button {
  margin-top: 20px;
}

.consultation-form--small .form-policy {
  color: #ffffff;
  margin-top: 16px;
}

@media all and (max-width: 1024px) {
  .consultation-form {
    margin: 0 auto;
  }
  .consultation-form__form .form-item {
    margin: 0;
  }
}
@media all and (max-width: 600px) {
  .consultation-form {
    max-width: unset;
    margin: 0 -15px;
    border-radius: 0;
    padding: 41px 15px 56px;
  }
  .consultation-form__title {
    font-size: 1.429rem;
    line-height: 24px;
    margin-bottom: 7px;
  }
  .consultation-form__text {
    font-size: 1.143rem;
    line-height: 20px;
    margin-bottom: 36px;
  }
  .consultation-form__form .form-item:first-child {
    margin-bottom: 12px;
  }
  .consultation-form__form .form-item-button {
    margin-top: 28px;
  }
  .consultation-form--small {
    max-width: 290px;
    margin: 0;
    border-radius: 8px;
    padding: 37px 20px 56px;
  }
}
.work-examples {
  padding-bottom: 208px;
}

.examples__title {
  margin-top: 98px;
  margin-bottom: 54px;
}

.examples__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -11px;
}

.examples-item {
  display: flex;
  flex-direction: column;
  width: calc(25% - 22px);
  min-height: 244px;
  margin: 0 11px 32px;
  padding: 52px 24px 29px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.examples-item__img {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.examples-item__icon {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin: 0 auto 14px;
}

.examples-item__title {
  position: absolute;
  left: 0;
  top: 130px;
  width: 100%;
  display: block;
  font-weight: 700;
  font-size: 1.286rem;
  line-height: 24px;
  text-align: center;
  padding: 0 24px;
  transition: all 0.3s ease;
}

.examples-item__title::before {
  opacity: 0;
  visibility: hidden;
  content: "";
  display: block;
  width: 284px;
  height: 26px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  position: absolute;
  top: -25px;
  left: 0;
  transition: all 0.3s ease;
}

.examples-item__count {
  display: block;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  margin-top: auto;
  transition: all 0.3s ease;
}

.examples-item__img {
  display: block;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  overflow: hidden;
}

.examples-item__img img {
  width: 100%;
}

@media all and (min-width: 601px) {
  .examples-item:hover {
    padding-top: 33px;
    transition: all 0.3s ease;
  }
  .examples-item:hover .examples-item__count {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }
  .examples-item:hover .examples-item__title {
    position: absolute;
    left: 0;
    top: 178px;
    height: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px 0 8px 8px;
    transition: all 0.3s ease;
  }
  .examples-item:hover .examples-item__title::before {
    opacity: 1;
    visibility: visible;
    transition: all 0.33s ease;
  }
  .examples-item:hover .examples-item__svg {
    display: none;
  }
  .examples-item:hover .examples-item__icon {
    width: 112px;
    height: 112px;
  }
  .examples-item:hover .examples-item__img {
    opacity: 1;
    visibility: visible;
    border: 4px solid #F2FAFB;
    transition: all 0.33s ease;
  }
}
@media all and (max-width: 1280px) {
  .examples-item:hover .examples-item__title::before {
    display: none;
  }
  .examples-item:hover .examples-item__title {
    border-radius: 8px;
  }
}
@media all and (max-width: 1024px) {
  .examples-item {
    width: calc(50% - 22px);
  }
}
@media all and (max-width: 600px) {
  .work-examples {
    padding-bottom: 72px;
  }
  .examples__title {
    margin-top: 46px;
    margin-bottom: 26px;
  }
  .examples-item__count-text,
  .examples-item__img {
    display: none;
  }
  .examples-item {
    width: 100%;
    flex-direction: row;
    align-items: center;
    min-height: 40px;
    padding: 8px 20px;
    margin-bottom: 12px;
  }
  .examples-item__icon {
    width: 24px;
    height: 24px;
    margin-right: 12px;
    margin-left: 0;
    margin-bottom: 0;
  }
  .examples-item__title {
    position: static;
    font-weight: 600;
    font-size: 0.8572rem;
    line-height: 16px;
    text-align: left;
    padding: 0;
  }
  .examples-item__count {
    min-width: 24px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-weight: bold;
    font-size: 0.8572rem;
    line-height: 24px;
    margin-left: 10px;
  }
}
.work-example-list {
  display: flex;
  padding-top: 28px;
  padding-bottom: 176px;
}

.work-example-list__wrap {
  width: 100%;
  margin-left: 22px;
}

@media all and (max-width: 1024px) {
  .work-example-list {
    flex-direction: column;
    align-items: center;
  }
  .work-examples-section .consultation-form {
    order: 1;
  }
  .work-example-list__wrap {
    order: 0;
    margin-left: 0;
  }
}
@media all and (max-width: 600px) {
  .work-example-list {
    padding-bottom: 72px;
  }
}
.tabs-horizontal__nav {
  position: relative;
  text-align: center;
  border: 1px solid #E5F0FC;
  border-radius: 20px;
  padding: 4px;
  display: flex;
  align-items: center;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
}
.tabs-horizontal__nav-item {
  display: inline-block;
  border-radius: 16px;
  padding: 4px 20px;
  font-weight: 600;
  color: var(--marine);
  background-color: rgba(255, 255, 255, 0);
  transition: 0.2s ease color;
  cursor: pointer;
  z-index: 3;
  line-height: 24px;
  margin-right: 2px;
  margin-left: 2px;
}
.tabs-horizontal__nav-item:hover {
  background-color: var(--marine-op);
}
.tabs-horizontal__nav-item.active {
  color: var(--white);
  pointer-events: none;
}
.tabs-horizontal__nav-item:first-child {
  margin-left: 0;
}
.tabs-horizontal__nav-item:nth-last-child(2) {
  margin-right: 0;
}
.tabs-horizontal__nav-switcher {
  position: absolute;
  height: calc(100% - 8px);
  border-radius: 16px;
  background-color: var(--marine);
  z-index: 2;
  top: 4px;
  transform: translateX(0);
  transition: transform 0.2s ease, width 0.1s ease-in-out;
}
.tabs-horizontal .title {
  margin-bottom: 48px;
  text-align: center;
}
.tabs-horizontal__content-item {
  display: none;
}
.tabs-horizontal__content-item.active {
  display: block;
}
.tabs-horizontal__content-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.tabs-horizontal__content-img {
  max-width: 384px;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  margin-right: 40px;
  border: 1px solid var(--grey-border);
}
.tabs-horizontal__content-img img {
  display: block;
  width: 100%;
}
.tabs-horizontal__content-text {
  line-height: 24px;
  margin-bottom: 24px;
}
.tabs-horizontal__content-text p {
  margin-bottom: 8px;
}
.tabs-horizontal__content-services {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.tabs-horizontal__content-services .services-menu__link {
  background-color: var(--marine);
  color: var(--white);
  transition: 0.1s ease background-color;
}
.tabs-horizontal__content-services .services-menu__link .svg_tooth use {
  fill: var(--white);
}
.tabs-horizontal__content-services .services-menu__link:hover {
  background-color: var(--marine-accent);
  color: var(--white);
}
.tabs-horizontal__content-services .services-menu__link:hover .svg_tooth use {
  fill: var(--white);
}

@media all and (max-width: 768px) {
  .tabs-horizontal__nav {
    border: none;
    flex-wrap: wrap;
    margin: -4px !important;
  }
  .tabs-horizontal__nav-item {
    border: 1px solid var(--light-grey);
    margin: 4px !important;
  }
  .tabs-horizontal__nav-item.active {
    background-color: var(--marine);
    border-color: var(--marine);
  }
  .tabs-horizontal__nav-switcher {
    display: none;
  }
  .tabs-horizontal__content {
    margin-top: 32px;
  }
  .tabs-horizontal__content-wrap {
    display: block;
  }
  .tabs-horizontal__content-img {
    margin: 0 auto 24px;
  }
}
/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
.scrollbar-container {
  position: relative;
  height: 100%; }
.error-page {
  margin: 64px 0;
}
.error-page__image {
  max-width: 330px;
  margin: 0 auto 40px;
  -webkit-clip-path: url("#error");
          clip-path: url("#error");
}
.error-page__image img {
  display: block;
  width: 100%;
  background-color: var(--marine);
}
.error-page__text {
  text-align: center;
  margin-bottom: 32px;
}
.error-page__text h1 {
  font-size: 2rem;
  line-height: 1.715rem;
  margin-bottom: 16px;
  font-weight: 700;
}
.error-page__text div {
  line-height: 24px;
  font-size: 1.143rem;
}
.error-page__action {
  text-align: center;
}
.error-page__action a {
  font-size: 1.143rem;
  line-height: 24px;
  font-weight: 700;
  padding: 16px 24px;
  background-color: var(--marine);
  color: #ffffff;
  border-radius: 5px;
  display: inline-block;
  transition: background-color 0.1s ease;
}
.error-page__action a:hover {
  color: #ffffff;
  background-color: var(--marine-accent);
}
.error-page__services {
  margin-top: 64px;
}
.error-page__services .ps__rail-x {
  opacity: 0.4;
}
.error-page__services .tabs-horizontal__nav {
  margin: 0 auto 20px;
}
.error-page__services .ps__thumb-x {
  background-color: var(--marine);
}
.error-page__services .ps__rail-x:hover > .ps__thumb-x, .error-page__services .ps__rail-x:focus > .ps__thumb-x, .error-page__services .ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: var(--marine);
}
.error-page__services .ps .ps__rail-x:hover, .error-page__services .ps .ps__rail-y:hover, .error-page__services .ps .ps__rail-x:focus, .error-page__services .ps .ps__rail-y:focus, .error-page__services .ps .ps__rail-x.ps--clicking, .error-page__services .ps .ps__rail-y.ps--clicking {
  background-color: var(--marine-op);
}
.error-page__services .tabs-horizontal__nav-item {
  white-space: nowrap;
}
.error-page__services-content {
  margin-top: 40px;
}
.error-page__services-content-tab {
  display: none;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -12.5px;
}
.error-page__services-content-tab.active {
  display: flex;
}
.error-page__services-item {
  width: 100%;
  max-width: 281px;
  border-radius: 8px;
  margin: 12.5px;
  background-color: var(--marine-op);
  padding: 16px;
  align-self: stretch;
}
.error-page__services-item svg {
  display: block;
  margin: 0 auto;
}
.error-page__services-item span {
  margin-top: 16px;
  text-align: center;
  display: block;
}

@media all and (max-width: 768px) {
  .error-page .ps__rail-x {
    opacity: 0;
  }
  .tabs-horizontal__nav {
    border: none;
    flex-wrap: wrap;
    margin: -4px !important;
  }
  .tabs-horizontal__nav-item {
    border: 1px solid var(--light-grey);
    margin: 4px !important;
  }
  .tabs-horizontal__nav-item.active {
    background-color: var(--marine);
    border-color: var(--marine);
  }
  .tabs-horizontal__nav-switcher {
    display: none;
  }
}
.help-services-descr__name {
  font-size: 1.143rem;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
.consult-form .consultation__wrap.consultation__wrap--no-image {
  padding: 38px 38px 52px 38px;
}
.prices-tabs-services__wrap {
  display: flex;
  justify-content: space-around;
  margin-top: 15px;
  margin-bottom: 38px;
  border-bottom: 2px solid #F2FAFB;
}

.prices-tabs-services__item {
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  padding-bottom: 5px;
  margin-bottom: -2px;
  cursor: pointer;
}

.prices-tabs__wrap {
  display: flex;
  margin-bottom: 158px;
}

.prices-tabs-photo {
  max-width: 488px;
}

.prices-tabs-photo__top {
  margin-bottom: 22px;
  width: 488px;
  border-radius: 8px;
  overflow: hidden;
}

.prices-tabs-photo__top img,
.prices-tabs-photo-left__top img,
.prices-tabs-photo-left__bottom img,
.prices-tabs-photo__right img {
  display: block;
  width: 100%;
}

.prices-tabs-photo__bottom {
  display: flex;
}

.prices-tabs-photo-left {
  margin-right: 22px;
}

.prices-tabs-photo-left__top {
  margin-bottom: 22px;
}

.prices-tabs-photo-left__top,
.prices-tabs-photo-left__bottom {
  width: 233px;
  height: 224px;
  border-radius: 8px;
  overflow: hidden;
}

.prices-tabs-photo__right {
  width: 233px;
  border-radius: 8px;
  overflow: hidden;
}

.prices-tabs-accordion {
  flex: 1;
  margin-right: 22px;
}

.prices-services {
  display: flex;
  margin: 12px -20px;
}

.prices-services-descr {
  margin-right: auto;
}

.prices-services-descr__wrap {
  margin-bottom: 5px;
}

.prices-services-descr__name {
  display: block;
  font-weight: 600;
  font-size: 1.143rem;
  line-height: 20px;
}

.prices-services-descr__text {
  line-height: 20px;
  margin-bottom: 15px;
}

.prices-services-descr__btn {
  width: 236px;
  padding: 12px 0;
}

.prices-services-price {
  text-align: right;
  flex-shrink: 0;
  margin-left: 40px;
}

.prices-services-price__new {
  font-weight: bold;
  font-size: 1.143rem;
  line-height: 20px;
  margin-bottom: 4px;
}

.prices-services-price__old {
  font-weight: 500;
  font-size: 1.143rem;
  line-height: 20px;
  text-decoration: line-through;
  margin-bottom: 12px;
}

.prices-services-price__value {
  font-weight: 500;
  font-size: 1.143rem;
  line-height: 20px;
}

.prices-services-price__action {
  border-radius: 32px;
  padding: 4px 12px;
  font-weight: bold;
  font-size: 0.572rem;
  line-height: 12px;
}

.accordion-item-title__wrap,
.prices-services-descr__wrap {
  display: flex;
  align-items: center;
}

.prices-services-price.mob {
  display: none;
}

@media all and (max-width: 1024px) {
  .prices-tabs-photo {
    display: none;
  }
  .prices-tabs-accordion {
    margin-right: 0;
  }
}
@media all and (max-width: 800px) {
  .prices-tabs-services__wrap {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
  .prices-tabs-services__item {
    margin-right: 16px;
  }
  .prices-tabs-services__item span {
    white-space: nowrap;
  }
}
@media all and (max-width: 600px) {
  .prices-tabs-services {
    overflow: hidden;
  }
  .prices-tabs__wrap {
    display: block;
  }
  .prices-tabs-services__wrap {
    margin-right: -20px;
  }
  .prices-tabs__wrap {
    margin-bottom: 40px;
  }
  .prices-services-price.desk {
    display: none;
  }
  .prices-services-price.mob {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 8px 0 9px;
  }
  .prices-services-descr__wrap {
    align-items: flex-start;
    flex-direction: column;
  }
  .prices-services-descr__btn {
    width: 100%;
    min-width: 236px;
  }
  .prices-services-price__old {
    margin-bottom: 0;
  }
}
.help-info-filter__count {
  margin-left: 5px;
}

.help .search {
  padding-top: 28px;
}

.help-info {
  padding-bottom: 208px;
}

.help-info__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 36px -11px 0;
}

.help-info__item {
  width: calc(25% - 22px);
  box-shadow: 0 8px 12px rgba(22, 74, 135, 0.08);
  border-radius: 8px;
  margin: 0 11px 32px;
  overflow: hidden;
}

.help-info__btn {
  width: 242px;
  font-weight: 600;
  font-size: 1.143rem;
  line-height: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  margin: 32px auto 0;
}

.help-info__img {
  display: block;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 16/10;
}

.help-info__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.help-info__info {
  display: flex;
  flex-direction: column;
  min-height: 244px;
  padding: 32px 20px 27px;
}

.help-info__title {
  font-weight: bold;
  font-size: 1.143rem;
  line-height: 20px;
  margin-bottom: 5px;
}

.help-info__text {
  line-height: 20px;
  margin-bottom: 19px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.help-info-doctor {
  margin-top: auto;
  display: flex;
}

.help-info-doctor__img {
  width: 100%;
  max-width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 12px;
}

.help-info-doctor__img img {
  width: 100%;
}

.help-info-doctor__doc {
  font-weight: 500;
  font-size: 1.143rem;
  line-height: 20px;
}

.help-info-doctor__doc-name {
  display: block;
  line-height: 20px;
}

@media all and (max-width: 1200px) {
  .help-info__item {
    width: calc(33.3% - 22px);
  }
}
@media all and (max-width: 900px) {
  .help-info__item {
    width: calc(50% - 22px);
  }
}
@media all and (max-width: 600px) {
  .help-info {
    padding-bottom: 76px;
  }
  .help-info__item {
    width: 100%;
  }
}
.help-tabs {
  padding-top: 98px;
}

.help__title {
  margin-bottom: 54px;
}

@media all and (max-width: 600px) {
  .help-tabs {
    padding-top: 46px;
  }
  .help__title {
    margin-bottom: 26px;
  }
}
.simple-info-block {
  margin: 32px 0;
  background-color: #F2FAFB;
  border-radius: 8px;
  padding: 28px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.simple-info-block__descr {
  max-width: 440px;
}
.simple-info-block__title {
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 1.429rem;
}
.simple-info-block__price {
  margin-right: 40px;
  font-size: 1.715rem;
}
.simple-info-block__action {
  display: flex;
  align-items: center;
}
.simple-info-block__link a {
  padding: 18px 32px;
}

@media all and (max-width: 991px) {
  .simple-info-block {
    display: block;
  }
  .simple-info-block__descr {
    max-width: unset;
  }
  .simple-info-block__action {
    justify-content: space-between;
  }
}
@media all and (max-width: 640px) {
  .simple-info-block {
    text-align: center;
  }
  .simple-info-block__descr {
    margin-bottom: 24px;
  }
  .simple-info-block__action {
    display: block;
  }
  .simple-info-block__price {
    margin: 0 0 20px 0;
  }
}
.form-info-block {
  background-color: var(--marine);
  padding: 38px 144px 52px 428px;
  height: auto;
  border-radius: 8px;
  position: relative;
  margin: 40px 0;
  color: #ffffff;
}
.form-info-block__image {
  width: 306px;
  height: calc(100% + 24px);
  background-image: url("/images/services/bg-2.png");
  background-size: contain;
  left: 24px;
  position: absolute;
  bottom: 0;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.form-info-block__name {
  font-size: 2rem;
  line-height: 32px;
  margin-bottom: 12px;
  font-weight: 700;
}
.form-info-block__text {
  margin: 0 0 28px 0;
}
.form-info-block__action {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form-info-block__price {
  font-size: 1.715rem;
}
.form-info-block__btn a {
  background-color: #ffffff;
  color: var(--marine);
  padding: 18px 32px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1.286rem;
  line-height: 24px;
  display: inline-block;
}

@media all and (max-width: 991px) {
  .form-info-block {
    padding: 32px 32px 32px 320px;
  }
  .form-info-block__action {
    max-width: 440px;
  }
}
@media all and (max-width: 700px) {
  .form-info-block {
    padding: 32px 24px;
  }
  .form-info-block__image {
    display: none;
  }
}
@media all and (max-width: 640px) {
  .form-info-block {
    text-align: center;
  }
  .form-info-block__action {
    display: block;
    max-width: unset;
    text-align: center;
  }
  .form-info-block__price {
    margin-bottom: 20px;
  }
  .form-info-block__btn a {
    display: block;
  }
}
.faq-info-block {
  margin: 40px 0;
}
.documents {
  margin-bottom: 40px;
}
.documents h2 {
  margin: 40px 0 24px;
}
.documents__item {
  margin-bottom: 8px;
}
.documents__item:last-child {
  margin-bottom: 0;
}
.documents__item a {
  line-height: 1.5;
}
.article-image-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  z-index: 55;
}
.article-image-overlay img {
  max-width: 90vw;
  max-height: 90vh;
  border-radius: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}
.article-image-overlay .overlay-background {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  cursor: zoom-out;
}

.article-banner .container {
  padding: 98px 0 118px;
}

.article-banner__title {
  max-width: 695px;
  text-align: left;
  margin-bottom: 24px;
}

.article-banner__date {
  font-weight: 500;
  font-size: 1.286rem;
  line-height: 24px;
}

.article__body {
  line-height: 24px;
}
.article__body > p {
  font-size: 1.286rem;
  line-height: 24px;
  margin-bottom: 15px;
}
.article__body h2 {
  font-weight: bold;
  font-size: 2rem;
  line-height: 32px;
  margin-top: 37px;
  margin-bottom: 16px;
}
.article__body ul {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 48px;
}
.article__body ul > li {
  position: relative;
  margin-bottom: 16px;
  font-size: 1.286rem;
}
.article__body ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  left: -32px;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  -webkit-mask-image: url(/images/tick-circle.svg?35e8a7bcf7cff38d63e78571d0e1ba31);
          mask-image: url(/images/tick-circle.svg?35e8a7bcf7cff38d63e78571d0e1ba31);
  -webkit-mask-position: center;
          mask-position: center;
  background-color: var(--marine);
}
.article__body ol {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 40px;
}
.article__body ol > li {
  list-style: decimal;
  font-size: 1.286rem;
}
.article__body blockquote {
  background-color: var(--marine-op);
  position: relative;
  padding: 40px;
  margin: 50px 0 0;
  font-size: 1.286rem;
}
.article__body blockquote:before {
  content: "";
  position: absolute;
  top: -20px;
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
  border: 2px solid #FFFFFF;
  border-radius: 20px;
  background-image: url(/images/message-question.svg?bf74dc49b8c920a7bd10a79a4136bc18);
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: var(--marine-shadow-dark);
  background-color: var(--marine);
}
.article__body table.table-bordered {
  border-collapse: collapse;
  border: 1px solid black;
}
.article__body table.table-bordered th, .article__body table.table-bordered td {
  border: 1px solid black;
  font-size: 1.286rem;
}
.article__body td {
  padding: 10px;
}
.article__body .image-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.article__body .image-container img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.article__body .image-container .image-open-button {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: zoom-in;
}

.article__text {
  font-size: 1.286rem;
  line-height: 24px;
  margin-bottom: 15px;
}

.article__subtitle {
  font-weight: bold;
  font-size: 2rem;
  line-height: 32px;
  margin-top: 37px;
  margin-bottom: 16px;
}

.article-img {
  margin-top: 27px;
  margin-bottom: 58px;
}

.article-img .doctors-education__img-top-right .doctors-education__img {
  width: 386px;
  height: 592px;
  overflow: hidden;
}

.article-list {
  padding-left: 27px;
  margin-bottom: 42px;
}

.article-list__item {
  list-style: disc;
}

.article__bottom-img {
  max-width: 692px;
}

.article__bottom-img img {
  width: 100%;
}

.article-action {
  border-radius: 8px;
  padding: 40px 28px;
  margin-top: 40px;
  text-align: center;
}

.article-action__img {
  width: 91px;
  height: 50px;
  margin: 0 auto 26px;
}

.article-action__img img {
  width: 100%;
}

.article-action__name {
  font-weight: bold;
  font-size: 1.143rem;
  line-height: 20px;
  margin-bottom: 5px;
}

.article-action__date {
  line-height: 20px;
  margin-bottom: 19px;
}

.article-action__btn {
  width: 250px;
  font-weight: 600;
  padding: 12px 0;
  margin: 0 auto;
}

.article__wrap {
  display: flex;
}

.article__wrap {
  padding: 90px 0px 48px 0px;
}

.article__doctor {
  border-radius: 12px;
  background: var(--marine-op);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 98%;
  margin-bottom: 90px;
}
.article__doctor-row--first {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.article__doctor-row--author {
  font-size: 1rem;
  font-weight: 400;
  color: var(--grey);
}
.article__doctor-row--data {
  display: flex;
  gap: 12px;
}
.article__doctor-row--data > span {
  font-size: 1rem;
  font-weight: 400;
  color: var(--grey);
}
.article__doctor-row--data.desktop {
  display: flex;
}
.article__doctor-row--data.mobile {
  display: none;
}
.article__doctor-row--last {
  display: flex;
  gap: 12px;
  align-items: center;
}
.article__doctor-row--image {
  width: 60px;
  min-width: 60px;
  border-radius: 100%;
  height: 60px;
  overflow: hidden;
}
.article__doctor-row--image img {
  width: 60px;
  min-width: 60px;
  border-radius: 100%;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}
.article__doctor-row--text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.article__doctor-row--name {
  font-size: 1.2rem;
  font-weight: 600;
}
.article__doctor-row--speciality {
  font-size: 1rem;
  font-weight: 400;
}
.article__doctor-row--additionaly {
  font-size: 1rem;
  font-weight: 500;
}

@media all and (max-width: 1280px) {
  .article__wrap {
    flex-direction: column;
    padding: 90px 20px 208px;
  }
  .article-banner .container {
    padding: 90px 20px 118px;
  }
  .article__body {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .article__aside {
    max-width: 408px;
    margin: 0 auto;
  }
}
@media all and (max-width: 800px) {
  .article .doctors-education__img-top-right {
    display: none;
  }
  .article__doctor-row--data {
    display: flex;
    gap: 24px;
  }
  .article__doctor-row--data.desktop {
    display: none;
  }
  .article__doctor-row--data.mobile {
    display: flex;
  }
}
@media all and (max-width: 600px) {
  .article-banner .container {
    padding: 46px 15px 0;
  }
  .article-banner__title {
    margin-bottom: 18px;
  }
  .article-banner__date {
    font-size: 0.8572rem;
    line-height: 16px;
  }
  .article__wrap {
    padding: 37px 15px 76px;
  }
  .article__text {
    font-size: 1rem;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .article__subtitle {
    font-size: 1.8572rem;
    line-height: 32px;
    margin-top: 32px;
    margin-bottom: 18px;
  }
  .article .prices-credit-consult {
    display: none;
  }
  .article__body {
    margin-bottom: 12px;
  }
  .article__aside {
    max-width: 100%;
  }
  .article-action__btn {
    width: 100%;
  }
}
.prices-credit {
  counter-reset: creditSectionCounter;
  line-height: 24px;
}
.prices-credit .prices-credit__wrap {
  margin-bottom: 56px;
}
.prices-credit .prices-credit__wrap h2, .prices-credit .prices-credit__wrap h3 {
  font-weight: bold;
  font-size: 2rem;
  line-height: 32px;
  margin-bottom: 24px;
}
.prices-credit .prices-credit__wrap h4, .prices-credit .prices-credit__wrap h5 {
  font-weight: bold;
  font-size: 1.715rem;
  line-height: 32px;
  margin-bottom: 24px;
}
.prices-credit .prices-credit__wrap p {
  font-size: 1.286rem;
  line-height: 24px;
  margin-bottom: 16px;
}
.prices-credit .prices-credit__wrap ul {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 30px;
}
.prices-credit .prices-credit__wrap ul > li {
  position: relative;
  margin-bottom: 16px;
  font-size: 1.143rem;
}
.prices-credit .prices-credit__wrap ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  left: -32px;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  -webkit-mask-image: url(/images/tick-circle.svg?35e8a7bcf7cff38d63e78571d0e1ba31);
          mask-image: url(/images/tick-circle.svg?35e8a7bcf7cff38d63e78571d0e1ba31);
  -webkit-mask-position: center;
          mask-position: center;
  background-color: var(--marine, #2CB2BB);
}
.prices-credit .prices-credit__wrap ol {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 20px;
}
.prices-credit .prices-credit__wrap ol > li {
  list-style: decimal;
  padding-left: 10px;
  font-size: 1.143rem;
}
.prices-credit .prices-credit__wrap .blockquote {
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  max-width: 700px;
  margin: 32px 0 0;
  font-size: 1.143rem;
  background-color: var(--marine-op);
}
.prices-credit__section {
  margin-bottom: 56px;
}
.prices-credit__section--common .prices-credit__title {
  font-size: 2rem;
  line-height: 32px;
  margin-bottom: 24px;
}
.prices-credit__section--common .prices-credit__title::before {
  display: none;
}
.prices-credit__section--common .prices-credit__descr {
  font-size: 1.286rem;
}
.prices-credit__count {
  display: block;
  text-align: center;
  font-size: 2rem;
  font-weight: 900;
  line-height: 32px;
  width: 32px;
  border-radius: 4px;
  margin-bottom: 24px;
  background-color: var(--marine);
  color: var(--white);
}
.prices-credit__title {
  font-size: 2.2857rem;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 16px;
}
.prices-credit__hint {
  font-size: 1.286rem;
  font-style: italic;
  margin-bottom: 32px;
}
.prices-credit__descr {
  margin-bottom: 24px;
}
.prices-credit__descr h3 {
  margin-bottom: 8px;
}
.prices-credit__descr--long {
  margin: 32px 0;
}
.prices-credit__descr p:not(:last-child) {
  margin-bottom: 16px;
}
.prices-credit__note {
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  max-width: 700px;
  margin-top: 32px;
  font-size: 1.143rem;
}
.prices-credit__note svg {
  margin-right: 16px;
  width: 48px;
  height: 48px;
}
.prices-credit__actions {
  margin-top: 32px;
}
.prices-credit__actions a {
  display: inline-block;
  padding: 16px 24px;
  border-radius: 5px;
  font-weight: 700;
  transition: background-color 0.1s ease;
  font-size: 1.143rem;
}
.prices-credit__content-img {
  border-radius: 8px;
  margin: 32px 0;
  overflow: hidden;
}
.prices-credit__content-img img {
  display: block;
  width: 100%;
}
.prices-credit__content-title {
  font-size: 1.429rem;
  font-weight: 700;
  margin-bottom: 16px;
  margin-top: 32px;
}
.prices-credit__advantages {
  display: flex;
  flex-wrap: wrap;
  margin: -12px;
}
.prices-credit__advantages-item {
  margin: 12px;
  width: 100%;
  max-width: 384px;
}
.prices-credit__advantages-item svg {
  margin-bottom: 16px;
  width: 32px;
  height: 32px;
}
.prices-credit__advantages-item .prices-credit__descr {
  margin-bottom: 0;
  font-size: 1.143rem;
}
.prices-credit__consult {
  margin-top: 24px;
}
.prices-credit__consult .prices-credit__consult-btn {
  display: inline-block;
  font-weight: 600;
  font-size: 1rem;
  line-height: 16px;
  padding: 12px 20px;
}

.tinkoff-form {
  padding: 0;
  display: flex;
  align-items: center;
}
.tinkoff-form .form-item {
  margin-right: 24px;
  margin-bottom: 0;
  width: 100%;
  max-width: 384px;
}
.tinkoff-form a, .tinkoff-form button {
  cursor: pointer;
  display: inline-block;
  padding: 16px 24px;
  border-radius: 5px;
  transition: background-color 0.1s ease;
  font-weight: 400;
}

.sber-form {
  padding: 0;
  display: flex;
  align-items: center;
}
.sber-form .form-item {
  margin-right: 24px;
  margin-bottom: 0;
  width: 100%;
  max-width: 384px;
}
.sber-form a, .sber-form button {
  cursor: pointer;
  background: linear-gradient(90deg, #21A038 0%, #F2E914 100%);
  color: #ffffff;
  display: inline-block;
  padding: 16px 24px;
  border-radius: 5px;
  transition: background-color 0.1s ease;
  font-weight: 400;
}

@media all and (max-width: 856px) {
  .prices-credit__advantages-item {
    max-width: 45%;
  }
  .tinkoff-form {
    display: block;
    max-width: 384px;
  }
  .tinkoff-form .form-item {
    margin-bottom: 24px;
    margin-right: 0;
  }
  .tinkoff-form a, .tinkoff-form button {
    width: 100%;
    text-align: center;
  }
}
@media all and (max-width: 640px) {
  .prices-credit__advantages {
    flex-direction: column;
    align-items: center;
    margin: 12px 0;
  }
  .prices-credit__advantages-item {
    max-width: unset;
    margin: 12px 0;
  }
}
@media all and (max-width: 400px) {
  .prices-credit__note {
    flex-direction: column;
  }
  .prices-credit__note svg {
    margin: 0 0 16px 0;
  }
  .prices-credit__note span {
    text-align: center;
  }
  .prices-credit__title {
    font-size: 2rem;
    line-height: 32px;
  }
  .prices-credit__hint {
    font-size: 1.143rem;
  }
}
.reviews .accounts {
  padding-bottom: 113px;
}

.accounts__title {
  margin-bottom: 29px;
}

.accounts__text {
  font-size: 1.286rem;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 54px;
}

.accounts .accounts__text span.accounts__tag,
.accounts .accounts__text span {
  color: var(--dark);
  margin-left: 5px;
}

.accounts__text .accounts__tag span {
  font-weight: 600;
  color: var(--marine);
}

.accounts__wrap {
  display: flex;
  margin: -11px -11px 48px;
}

.accounts-link {
  display: flex;
  align-items: center;
  width: calc(20% - 11px);
  height: 60px;
  border-radius: 8px;
  position: relative;
}

.accounts-link:hover,
.accounts-link:hover .accounts-link__svg {
  transition: background-color 0.3s ease;
}

.accounts-link:hover .accounts-link__count {
  transition: color 0.3s ease;
}

.accounts-link__svg {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 60px;
  width: 60px;
  height: 60px;
  border-radius: 8px 0 0 8px;
}

.accounts-link__text {
  padding-left: 12px;
  padding-right: 16px;
}

.accounts-link__name {
  display: block;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 3px;
}

.accounts-link__count {
  font-size: 0.8572rem;
  line-height: 16px;
  font-weight: 600;
}

.accounts-slider {
  margin: 0 -11px;
}

.accounts-slider__item {
  position: relative;
  display: block !important;
  width: 284px !important;
  height: 284px;
  margin: 0 auto;
}

.accounts-slider__img {
  width: 100%;
  height: 100%;
}

.accounts-slider__img img {
  border-radius: 8px;
  width: 100%;
}

.accounts-slider__likes {
  display: flex;
  align-items: center;
  position: absolute;
  left: 20px;
  bottom: 20px;
  line-height: 20px;
  font-weight: 700;
}

.accounts-slider .slick-dots {
  bottom: -50px;
}

@media all and (max-width: 1200px) {
  .accounts__wrap {
    margin: 0 -20px 48px -5px;
    overflow-x: scroll;
  }
  .accounts-link {
    margin: 0 5px;
    width: 222px;
    min-width: 222px;
  }
}
@media all and (max-width: 1024px) {
  .accounts-slider__item {
    width: 140px !important;
    height: 140px;
  }
}
@media all and (max-width: 600px) {
  .accounts,
  .reviews .accounts {
    padding-bottom: 0;
  }
  .accounts__wrap {
    margin: 0 -5px 48px;
  }
  .accounts .container {
    padding-right: 0;
    padding-bottom: 108px;
    overflow: hidden;
  }
  .reviews .accounts .container {
    padding-right: 0;
    padding-bottom: 83px;
    overflow: hidden;
  }
  .accounts__title {
    margin-bottom: 18px;
  }
  .accounts__text {
    font-size: 1rem;
    line-height: 20px;
    margin-bottom: 27px;
  }
  .accounts-slider {
    margin: 0 -5px;
  }
  .accounts-slider__item {
    margin: 0 5px;
  }
}
.about-equipment {
  padding-bottom: 113px;
}

.about-equipment__title {
  margin-bottom: 47px;
}

.about-equipment__wrap {
  display: flex;
}

.about-equipment-item {
  max-width: 895px;
  margin-right: 22px;
  position: relative;
}

.about-equipment-item__img {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  margin-bottom: 24px;
}

.about-equipment-item__img img {
  width: 100%;
}

.about-equipment-item__count {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 8px;
  position: absolute;
  top: 8px;
  right: 8px;
  font-weight: 500;
  font-size: 0.8572rem;
  line-height: 16px;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
}

.about-equipment-item__count-number {
  font-weight: bold;
  font-size: 2.2857rem;
  line-height: 32px;
}

.about-equipment-item__btn {
  width: 165px;
  padding: 14px 0;
  margin: 0 auto;
}

.about-equipment-tabs__item {
  display: block;
  min-width: 284px;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1.143rem;
  line-height: 20px;
  padding: 12px 20px 15px;
  margin-bottom: 16px;
  cursor: pointer;
  transition: width 0.5s ease;
}

.about-equipment-tabs__manuf {
  display: block;
  font-weight: normal;
  line-height: 20px;
  margin-top: 5px;
}

@media all and (max-width: 800px) {
  .about-equipment {
    padding-bottom: 47px;
  }
  .about-equipment__title {
    margin-bottom: 29px;
  }
  .about-equipment__wrap {
    flex-direction: column;
  }
  .about-equipment-item {
    order: 2;
    margin-right: 0;
  }
  .about-equipment-tabs {
    order: 1;
    margin-bottom: 24px;
  }
  .about-equipment-tabs__item {
    margin-bottom: 12px;
  }
  .about-equipment-item__count {
    top: 16px;
    right: 16px;
  }
}
.about-material {
  padding-bottom: 208px;
}

.about-material__title {
  margin-bottom: 47px;
}

.about-material-tabs {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -11px 28px;
}

.about-material-tabs__item {
  width: calc(25% - 22px);
  padding: 20px;
  border-radius: 8px;
  margin: 0 11px 12px;
  cursor: pointer;
}

.about-material-tabs__item img {
  height: 24px;
}

.about-material-item {
  padding: 50px 0 96px;
}

.about-material-item .container {
  display: flex;
}

.about-material__text {
  min-width: 386px;
  font-size: 1.286rem;
  line-height: 28px;
  margin-right: 123px;
}

.about-material-item-slider {
  max-width: 692px;
}

.about-material-item-slider .slick-slide {
  margin: 0 11px;
}

.about-material-item-slider__img {
  height: 284px;
}

.about-material-item-slider__img img {
  height: 100%;
  margin: 0 auto;
  border-radius: 8px;
}

.about-material-item-slider .slick-dots {
  bottom: -45px;
}

@media all and (max-width: 1280px) {
  .about-material-tabs {
    flex-wrap: wrap;
  }
  .about-material-item .container {
    flex-direction: column;
  }
  .about-material__text {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 23px;
  }
  .about-material-item-slider {
    margin: 0 auto;
  }
}
@media all and (max-width: 1024px) {
  .about-material-tabs__item {
    width: calc(33.3% - 22px);
  }
}
@media all and (max-width: 800px) {
  .about-material {
    padding-bottom: 72px;
  }
  .about-material-tabs {
    margin-bottom: 24px;
  }
  .about-material-tabs__item {
    width: 100%;
  }
  .about-material-item {
    padding: 33px 0 84px;
  }
  .about-material__text {
    min-width: 100%;
    font-size: 1rem;
    line-height: 20px;
  }
  .about-material-item-slider {
    max-width: 300px;
  }
  .about-material-item-slider .slick-slide {
    margin: 0 5px;
  }
  .about-material-item-slider__img {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 140px !important;
    height: 140px;
    border-radius: 8px;
  }
  .about-material-item-slider__img img {
    width: 100%;
    height: auto;
  }
}
.about__title {
  margin-top: 98px;
  margin-bottom: 54px;
}

.tabs-banner {
  height: 392px;
}

.tabs-banner__img {
  height: 416px;
}

.requisites {
  padding-bottom: 208px;
}

.requisites-row {
  display: flex;
  align-items: center;
  padding: 11px 0;
  font-size: 1.143rem;
  line-height: 20px;
}

.requisites-col--name {
  flex: 1;
  max-width: 306px;
  padding-right: 22px;
}

.requisites-col--descr {
  flex: 1;
  max-width: 714px;
  padding-right: 124px;
}

.requisites__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
}

.requisites-col--copy:hover .requisites__icon {
  transition: background-color 0.3s ease;
}

.about-vacancy .container {
  display: flex;
  align-items: flex-start;
}

.about-vacancy-accordion {
  max-width: 692px;
  margin-right: 70px;
  flex: 2;
}

.about-vacancy-accordion__prof {
  font-weight: bold;
  font-size: 1.143rem;
  line-height: 20px;
}

.about-vacancy-accordion__salary {
  font-weight: 500;
  line-height: 16px;
  margin-top: 7px;
}

.about-vacancy-accordion__text {
  font-size: 1.143rem;
  line-height: 22px;
  margin-bottom: 28px;
}

.about-vacancy-accordion__block {
  margin-bottom: 22px;
}

.about-vacancy-accordion__title {
  font-weight: 600;
  font-size: 1.143rem;
  line-height: 20px;
  margin-bottom: 7px;
}

.vacancy-form {
  flex: 1;
  padding: 54px 20px 77px;
  border-radius: 8px;
}

.vacancy-form .form__input {
  width: 100%;
}

.vacancy-form-item {
  margin-bottom: 16px;
}

.vacancy-form .form__btn {
  width: 100%;
  margin-bottom: 15px;
}
.vacancy-form .form__btn.loading {
  pointer-events: none;
}

.vacancy-form--mobile {
  display: none;
}

.about .doctors-license {
  padding-bottom: 252px;
}

.about-vacancy {
  padding-bottom: 208px;
}

.vacancy-form .dropzone.file-label {
  background: transparent;
  padding: 0 15px;
  margin-bottom: 12px;
}
.vacancy-form .dropzone.file-label .file-label__title {
  color: var(--white);
}
.vacancy-form .dropzone.file-label .file-label__subtitle {
  color: var(--white);
  text-align: center;
  opacity: 0.7;
}
.vacancy-form .step-download__title {
  color: var(--white);
  margin-bottom: 8px;
  opacity: 0.7;
}
.vacancy-form .step-download-item__row {
  display: flex;
  align-items: center;
}
.vacancy-form .step-download-item__col--icon {
  margin-left: auto;
}
.vacancy-form .step-download .svg_check-form use {
  stroke: var(--white);
}
.vacancy-form .file-item-status__wrap {
  color: var(--white);
}
.vacancy-form .file-item-status__photo {
  display: none;
}

@media all and (max-width: 1024px) {
  .tabs-banner {
    height: 255px;
  }
  .tabs-banner__img {
    height: 314px;
  }
  .vacancy-form--desktop {
    display: none;
  }
  .vacancy-form--mobile {
    display: block;
  }
  .about-vacancy-accordion {
    max-width: 100%;
    margin-right: 0;
  }
}
@media all and (max-width: 850px) {
  .tabs-banner {
    height: auto;
  }
  .requisites-col--copy {
    display: none;
  }
}
@media all and (max-width: 600px) {
  .about__title {
    margin-top: 46px;
    margin-bottom: 26px;
  }
  .tabs-banner .banner-img__wrap {
    width: 141px;
  }
  .tabs-banner__img {
    height: 140px;
    margin-bottom: 0;
  }
  .requisites {
    padding-bottom: 68px;
  }
  .requisites-row {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 16px;
    border: none !important;
    padding: 0;
  }
  .requisites-col--name {
    font-weight: 600;
    margin-bottom: 4px;
  }
  .about .doctors-license {
    padding-bottom: 116px;
  }
  .about-vacancy {
    padding-bottom: 72px;
  }
  .about-vacancy .container {
    overflow: hidden;
  }
  .vacancy-form--mobile {
    padding: 32px 20px 52px;
    margin: 0 -20px;
  }
  .vacancy-form__title {
    font-weight: bold;
    font-size: 1.429rem;
    line-height: 24px;
    margin-bottom: 26px;
  }
  .form-item.vacancy-form-item,
  .form-item.form-item--select {
    margin: 0 0 16px;
  }
  .form-item--file {
    margin-top: 24px;
    margin-bottom: 36px;
  }
}
.installment .title-h1 {
  margin: 40px 0;
}
.installment__wrap {
  padding-top: 98px;
}
.new-year-note {
  margin-top: 14px;
  padding: 0 14px;
  position: relative;
  z-index: 1;
}
.new-year-note__decor {
  position: absolute;
  background-image: url("/images/new-year/new-year-4.webp");
  background-repeat: no-repeat;
  z-index: 2;
  height: 108px;
  background-size: cover;
}
.new-year-note__decor--cloud {
  width: 128px;
  background-position: -320px 0px;
  top: -14px;
  left: 81px;
  animation: showTranslate 25s linear infinite;
}
.new-year-note__decor--snow {
  width: 70px;
  background-position: -130px 0px;
  animation: showRotate 15s linear infinite;
}
.new-year-note__decor--ball {
  width: 45px;
  background-position: -30px 0px;
}
.new-year-note__decor--two {
  bottom: -44px;
  left: 284px;
  animation-delay: 3s;
}
.new-year-note__decor--three {
  top: -43px;
  left: 335px;
}
.new-year-note__decor--four {
  top: -50px;
  left: 985px;
}
.new-year-note__decor--five {
  top: -35px;
  right: 284px;
}
.new-year-note__decor--six {
  top: -45px;
  right: 114px;
}
.new-year-note__decor--seven {
  bottom: -27px;
  right: 34px;
}
.new-year-note__wrap {
  background-image: url("/images/new-year/new-year-backgr-big.webp");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding: 20px 0;
  border-radius: 20px;
  animation: bgScroll 150s linear infinite;
}
.new-year-note__block {
  max-width: 706px;
  margin: 0 auto;
  padding: 13px 24px 13px 24px;
  background-image: url("/images/new-year/new-year-backgr-small.webp");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  border-radius: 16px;
  position: relative;
  z-index: 1;
}
.new-year-note__block::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 16px;
  background: rgba(239, 100, 119, 0.66);
  z-index: 2;
}
.new-year-note__block::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  left: -89px;
  top: -6px;
  background-image: url("/images/new-year/new-year-2.webp");
  background-size: cover;
  transform: rotate(-26deg);
  background-repeat: no-repeat;
  animation: thingRotate 30s linear infinite;
  z-index: 4;
}
.new-year-note__block-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}
.new-year-note__block-wrap::before {
  position: absolute;
  content: "";
  width: 58px;
  height: 92px;
  right: 34px;
  bottom: calc(-100% - 31px);
  background-image: url("/images/new-year/new-year-4.webp");
  background-size: cover;
  background-position: -200px 0;
  background-repeat: no-repeat;
  animation: showRotate 15s linear infinite;
  animation-delay: 1s;
}
.new-year-note__block-icon {
  width: 100%;
  max-width: 24px;
  height: 24px;
  margin-right: 24px;
}
.new-year-note__block-icon svg {
  width: 100%;
  height: 100%;
  fill: #ffffff;
}
.new-year-note__block-text {
  width: 100%;
  font-size: 1rem;
  line-height: 19px;
  font-weight: 600;
  color: #ffffff;
}

@keyframes bgScroll {
  0% {
    background-position: bottom;
  }
  100% {
    background-position: top;
  }
}
@keyframes showRotate {
  0% {
    transform: rotate(0) rotate3d(0, 0, 0, 0);
  }
  50% {
    transform: rotate(65deg) rotate3d(30, 30, 30, 40deg);
  }
  100% {
    transform: rotate(0) rotate3d(0, 0, 0, 0);
  }
}
@keyframes showTranslate {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(70px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes thingRotate {
  0% {
    transform: rotate(-26deg);
  }
  50% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(-26deg);
  }
}
@keyframes thingRotateReverse {
  0% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(15deg);
  }
}
@media all and (max-width: 1450px) {
  .new-year-note__decor--five,
  .new-year-note__decor--two {
    display: none;
  }
}
@media all and (max-width: 1240px) {
  .new-year-note__decor--four {
    display: none;
  }
}
@media all and (max-width: 1080px) {
  .new-year-note__decor--cloud {
    display: none;
  }
}
@media all and (max-width: 865px) {
  .new-year-note__wrap {
    padding: 20px 40px;
  }
  .new-year-note__decor--cloud {
    display: none;
  }
  .new-year-note__block {
    padding: 13px 58px 13px 24px;
  }
  .new-year-note__block::before {
    left: -53px;
  }
  .new-year-note__block-wrap::after {
    right: -68px;
  }
}
@media all and (max-width: 680px) {
  .new-year-note__block-wrap::before {
    right: -28px;
    bottom: -56px;
  }
  .new-year-note__block-wrap::after {
    right: -81px;
    bottom: 19px;
  }
  .new-year-note__decor--seven {
    display: none;
  }
}
@media all and (max-width: 480px) {
  .new-year-note__decor--six {
    display: none;
  }
  .new-year-note__block {
    padding: 13px 32px 13px 16px;
  }
  .new-year-note__block::before {
    top: -29px;
  }
  .new-year-note__block-icon {
    max-width: 20px;
    height: 20px;
    margin-right: 8px;
  }
  .new-year-note__block-text {
    font-size: 0.857rem;
    line-height: 16.8px;
  }
  .new-year-note__block-wrap::after {
    top: 50%;
    transform: rotate(22deg) translateY(-50%);
    bottom: unset;
    right: -50px;
  }
  .new-year-note__wrap {
    padding: 20px 20px 20px 40px;
  }
}
@media all and (max-width: 370px) {
  .new-year-note__block-icon {
    display: none;
  }
  .new-year-note__block::before {
    top: 50%;
    transform: rotate(-26deg) translateY(-50%);
    left: -42px;
  }
  @keyframes thingRotate {
    0% {
      transform: rotate(-26deg) translateY(-50%);
    }
    50% {
      transform: rotate(5deg) translateY(-50%);
    }
    100% {
      transform: rotate(-26deg) translateY(-50%);
    }
  }
  .new-year-note__block-wrap::after {
    display: none;
  }
  .new-year-note__block {
    padding: 13px 16px 13px 20px;
  }
}
.doctors-detail .banner {
  margin-top: 136px;
  margin-bottom: 84px;
}

.reviews .banner {
  margin-top: 60px;
  margin-bottom: 28px;
}

.banner {
  height: 464px;
  border-radius: 16px;
  padding: 62px 68px;
  position: relative;
}

.banner__wrap {
  max-width: 522px;
}

.banner__name {
  font-weight: 900;
  font-size: 2.8572rem;
  line-height: 48px;
  margin-bottom: 12px;
}

.banner__name--small {
  font-weight: 600;
  font-size: 2rem;
  line-height: 32px;
  margin-bottom: 21px;
}

.banner__text {
  font-size: 1.429rem;
  line-height: 28px;
}

.banner__buttons {
  display: flex;
  align-items: center;
  margin-top: 37px;
}

.banner__btn {
  width: 276px;
  font-weight: bold;
  font-size: 1.286rem;
  line-height: 24px;
  padding: 18px 0;
  margin-right: 32px;
}

.banner__video-link {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.banner-img {
  width: 582px;
  height: 488px;
  position: absolute;
  bottom: 0;
  right: 68px;
  text-align: center;
}
.banner-img::after {
  content: "";
  display: block;
  width: 582px;
  height: 582px;
  border-radius: 50%;
  position: absolute;
  top: 40%;
  left: 0;
}
.banner-img .banner-img__wrap {
  width: 398px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.banner-img .banner-img__wrap img {
  width: 100%;
}

.banner-img-full {
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
}
.banner-img-full::after {
  content: "";
  display: block;
  width: 582px;
  height: 582px;
  border-radius: 50%;
  position: absolute;
  top: 40%;
  left: -100px;
}
.banner-img-full .banner-img__wrap {
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.banner-img-full .banner-img__wrap img {
  width: auto;
  height: 100%;
  border-radius: 0 16px 16px 0;
}

.banner__description {
  max-width: 582px;
  padding: 22px 24px 30px;
  font-size: 1.143rem;
  line-height: 24px;
  position: absolute;
  top: 87%;
  text-align: left;
  border-radius: 8px;
  z-index: 1;
}

.banner__description::before {
  content: "";
  display: block;
  width: 66px;
  height: 40px;
  background: url("/images/doctors/tail.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: -39px;
  left: 50%;
  transform: translateX(-50%);
}

.banner__video-link--mob,
.banner__description--mob,
.banner__btn--mob {
  display: none;
}

.banner__photo-note {
  position: absolute;
  bottom: 16px;
  left: 68px;
  font-style: italic;
  font-size: 0.8572rem;
}

.banner__description--mob {
  font-size: 0.8572rem;
  line-height: 16px;
  margin-bottom: 28px;
}

@media all and (max-width: 1024px) {
  .banner-img-full:after {
    display: none;
  }
  .banner__wrap {
    position: relative;
    z-index: 1;
  }
  .banner-img {
    width: 415px;
    height: 368px;
    right: 40px;
  }
  .banner-img::after {
    width: 415px;
    height: 415px;
  }
  .banner-img .banner-img__wrap {
    width: 300px;
  }
  .banner__description {
    font-size: 1rem;
    line-height: 20px;
  }
}
@media all and (max-width: 850px) {
  .doctors-detail .banner {
    margin-top: 46px;
    margin-bottom: 36px;
  }
  .banner {
    padding: 0;
    height: auto;
  }
  .banner__wrap {
    max-width: 100%;
  }
  .banner-img {
    width: 100%;
    margin-top: 34px;
    margin-bottom: 16px;
    position: relative;
    border-radius: 8px;
    right: 0;
  }
  .banner-img::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .banner-img-full {
    position: relative;
  }
  .banner-img-full .banner-img__wrap img {
    width: 100%;
    height: auto;
    border-radius: 16px;
  }
  .banner__buttons,
  .banner__description {
    display: none;
  }
  .banner__video-link--mob,
  .banner__description--mob {
    display: block;
  }
  .banner__btn--mob {
    display: flex;
  }
  .banner__video-link--mob {
    width: 32px;
    height: 32px;
    position: absolute;
    bottom: 16px;
    right: 16px;
  }
  .banner__photo-note {
    position: static;
    margin: 2px 0 18px;
    font-size: 0.7857rem;
  }
}
@media all and (max-width: 600px) {
  .reviews .banner {
    margin-top: 46px;
  }
  .banner__name {
    font-size: 2rem;
    line-height: 32px;
    margin-bottom: 12px;
  }
  .banner__name--small {
    margin-bottom: 16px;
  }
  .banner__text {
    font-size: 1.286rem;
    line-height: 24px;
  }
  .banner-img {
    height: 140px;
  }
  .banner-img::after {
    width: 208px;
    height: 208px;
    top: 26%;
  }
  .banner-img .banner-img__wrap {
    width: 120px;
    top: -7px;
  }
  .banner__btn {
    width: 100%;
  }
}
.consultation-distance-block {
  padding-top: 84px;
  padding-bottom: 202px;
}

.consultation-distance-form__wrap {
  display: flex;
  margin: 0 -11px;
}

.step {
  width: calc(33.3% - 22px);
  padding: 38px 24px;
  position: relative;
  border-radius: 8px;
  margin: 0 11px;
}

.step__number {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1.429rem;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: -24px;
  left: 24px;
}

.step__title {
  font-weight: 500;
  font-size: 1.286rem;
  line-height: 24px;
  margin-bottom: 11px;
}

.step__subtitle {
  line-height: 20px;
  margin-bottom: 27px;
}

.step-download {
  margin-top: 21px;
}

.step-download__title {
  font-size: 1.072rem;
  line-height: 20px;
  margin-bottom: 14px;
}

.step-download-item__row {
  display: flex;
  align-items: center;
}

.step-download-item__col--icon {
  min-width: 26px;
}

.step-download-item__col--progress {
  margin-bottom: 4px;
}

.form-dark__btn {
  width: 276px;
  font-weight: bold;
  font-size: 1.143rem;
  line-height: 20px;
  padding: 20px 0;
  margin: 48px auto 0;
}

.form-dark__btn[disabled] {
  pointer-events: none;
  opacity: 0.4;
}

.consultation-distance-form__error {
  text-align: center;
  line-height: 20px;
  margin-top: 22px;
}

.consultation-distance-form.hide {
  display: none;
}

.consultation-distance-form .form-item {
  margin-bottom: 24px;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
}
.consultation-distance-form .form-item .form__input, .consultation-distance-form .form-item .form__textarea {
  padding: 28px 20px 12px;
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 1.143rem;
  line-height: 20px;
}
.consultation-distance-form .form-item .form__input + label, .consultation-distance-form .form-item .form__textarea + label {
  top: 7px;
  left: 20px;
  line-height: 16px;
  font-weight: 600;
}

@media all and (max-width: 1240px) {
  .consultation-distance-form__wrap {
    flex-wrap: wrap;
  }
  .step {
    width: calc(50% - 22px);
    margin-bottom: 30px;
  }
}
@media all and (max-width: 800px) {
  .step {
    width: 100%;
  }
}
@media all and (max-width: 600px) {
  .consultation-distance .banner {
    margin-top: 46px;
  }
  .consultation-distance-block {
    padding-top: 48px;
    padding-bottom: 76px;
  }
  .step {
    display: none;
    margin-bottom: 0;
    padding: 38px 16px;
  }
  .step.active {
    display: block;
  }
  .form-dark__btn {
    margin-top: 24px;
  }
  .consultation-distance-form__error {
    display: none;
  }
  .form-dark__btn {
    width: 100%;
  }
}
.consultation-distance .banner {
  margin-top: 136px;
}
.contacts-list {
  min-width: 386px;
  width: 386px;
  height: 500px;
  margin-right: 22px;
  box-sizing: border-box;
  border-radius: 8px;
  overflow: auto;
}

.contacts-list-select {
  padding: 16px 16px 12px;
  position: relative;
}
.contacts-list-select .svg_arrow-down {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}

.contacts-list-addresses {
  padding-top: 12px;
  padding-bottom: 12px;
}

.contacts-list-addresses__item {
  position: relative;
  padding: 11px 15px 15px;
  cursor: pointer;
}

.contacts-list-addresses__item:hover {
  transition: background-color 0.3s ease;
}

.contacts-list-addresses__item.active::before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.contacts-list-addresses__name {
  display: block;
  font-weight: 600;
}

.contacts-list-addresses__item:hover .contacts-list-addresses__name {
  transition: color 0.3s ease;
}

.contacts-list-addresses__address {
  display: block;
  line-height: 20px;
}

@media all and (max-width: 600px) {
  .contacts-list {
    width: 100%;
    min-width: 290px;
    margin-right: 0;
  }
}
.contacts-map {
  width: 100%;
  height: 500px;
  border-radius: 8px;
  overflow: hidden;
}

.balloon {
  padding: 36px 20px 56px;
}

.balloon__title {
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: bold;
  font-size: 1.143rem;
  line-height: 20px;
  margin-bottom: 4px;
}

.balloon__address,
.balloon__email {
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 1.143rem;
  line-height: 20px;
  margin-bottom: 16px;
}

.balloon__email {
  font-family: "Montserrat", "Arial", sans-serif;
  margin-bottom: 20px;
}

.balloon__phone {
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 600;
  font-size: 1.143rem;
  line-height: 20px;
}

.balloon__time {
  font-family: "Montserrat", "Arial", sans-serif;
  line-height: 20px;
}

.balloon__btn {
  font-family: "Montserrat", "Arial", sans-serif;
  width: 187px;
  padding: 14px 0;
  margin-bottom: 12px;
}

.balloon__text {
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 0.8572rem;
  line-height: 16px;
}

.ymaps-2-1-79-balloon {
  box-shadow: 0 8px 12px rgba(22, 74, 135, 0.08) !important;
}

.ymaps-2-1-79-balloon__layout {
  border-radius: 8px !important;
}

.ymaps-2-1-79-balloon__content {
  padding: 0 !important;
}

@media all and (max-width: 600px) {
  .contacts-map {
    margin: 0 -15px;
    width: auto;
    border-radius: 0;
  }
  .contacts__accordion-wrap {
    margin-top: 60px;
  }
}
.contacts > .container {
  padding-top: 98px;
  padding-bottom: 208px;
}

.contacts__title {
  margin-bottom: 54px;
}

.contacts__wrap {
  display: flex;
}

.contacts__accordion-wrap {
  display: flex;
  margin-top: 104px;
}

.contacts-accordion {
  width: 100%;
}

.contacts-accordion__title {
  margin-bottom: 47px;
}

.contacts-accordion .accordion-item-title {
  padding: 23px 20px;
}

.contacts-accordion .accordion-item.active .accordion-item-description {
  padding: 18px 20px 22px;
}

.contacts__image-block {
  min-width: 408px;
  width: 408px;
  margin-right: 102px;
}

.contacts__image {
  width: 100%;
  height: 408px;
  background: url(/images/bg-4.png?3408cdb6ac59907ea0a2d551ac965ed7) center center no-repeat;
  background-size: contain;
}

.contacts__image-content {
  width: 100%;
  height: 80px;
  border-radius: 8px 0 8px 8px;
  position: relative;
}

.contacts__image-content::before {
  content: "";
  display: block;
  width: 100%;
  height: 90px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  position: absolute;
  top: -89px;
  left: 0;
}

.accordion-item-description p {
  font-size: 1.143rem;
  line-height: 24px;
  margin-bottom: 9px;
}

.contacts__info {
  margin-top: 24px;
  padding: 18px;
  border: 1px solid var(--light-grey);
  border-radius: 8px;
  font-size: 1.143rem;
  line-height: 24px;
}

@media all and (max-width: 1024px) {
  .contacts__wrap,
  .contacts__accordion-wrap {
    flex-direction: column;
  }
  .contacts-list {
    margin-right: 0;
    margin-bottom: 60px;
    height: auto;
  }
  .contacts__image-block {
    margin: 0 auto;
    order: 2;
  }
  .contacts-accordion {
    margin-bottom: 40px;
    order: 1;
  }
  .contacts-map {
    height: 500px;
  }
}
@media all and (max-width: 600px) {
  .contacts > .container {
    padding-top: 46px;
    padding-bottom: 76px;
  }
  .contacts__title,
  .contacts-accordion__title {
    margin-bottom: 26px;
  }
  .contacts__image-block {
    min-width: 290px;
    width: 290px;
  }
  .contacts__image {
    height: 284px;
  }
  .contacts__image-content {
    height: 40px;
  }
  .contacts__image-content::before {
    height: 40px;
    top: -39px;
  }
  .ymaps-2-1-79-balloon {
    width: 290px !important;
  }
}
.news__title {
  margin-bottom: 54px;
}

.news__container {
  padding: 98px 0 208px;
}

.news__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -11px;
}

.news__wrap .news-item {
  margin-bottom: 28px;
  padding: 25px 20px 12px;
  width: calc(25% - 22px);
}

.news__btn {
  width: 242px;
  font-weight: 600;
  font-size: 1.143rem;
  line-height: 20px;
  padding: 12px 0;
  margin: 0 auto;
}

@media (max-width: 1280px) {
  .news__container {
    padding: 98px 20px 208px;
  }
}
@media (max-width: 1024px) {
  .news__wrap .news-item {
    width: calc(33.3% - 22px) !important;
  }
}
@media (max-width: 800px) {
  .news__wrap .news-item {
    width: calc(50% - 22px) !important;
  }
}
@media (max-width: 600px) {
  .news__container {
    padding: 46px 15px 76px;
  }
  .news__wrap .news-item {
    width: 100% !important;
  }
  .news__title {
    margin-bottom: 26px;
  }
}
.main-news {
  padding-bottom: 144px;
}

.main-news__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 47px;
}

.news__wrap {
  display: flex;
  margin: 0 -11px;
}

.news-item {
  min-height: 264px;
  margin: 0 11px;
  border-radius: 8px;
}

.news-item__wrap {
  display: flex;
  flex-direction: column;
  padding: 25px 20px 12px;
}

.news-item__title {
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 8px;
}

.news-item__text {
  line-height: 20px;
  margin-bottom: 23px;
}

.news-item__date {
  font-weight: 500;
  font-size: 0.8572rem;
  line-height: 16px;
  margin-top: auto;
}

@media all and (max-width: 1024px) {
  .news__wrap {
    display: block;
    margin: 0;
  }
  .news-item {
    display: flex !important;
    width: 290px !important;
    margin: 0 auto;
  }
  .news__wrap .slick-dots {
    bottom: -50px;
  }
}
@media all and (max-width: 600px) {
  .main-news__header {
    margin-bottom: 25px;
  }
  .main-news {
    padding-bottom: 0;
    position: relative;
  }
  .main-news .container {
    padding-right: 0;
    padding-bottom: 160px;
    overflow: hidden;
  }
  .news__wrap {
    margin: 0 -5px;
  }
  .main-news__link {
    bottom: 66px;
  }
}
.partners {
  padding-bottom: 113px;
}

.partners__title {
  margin-bottom: 29px;
}

.partners__subtitle {
  font-size: 1.286rem;
  line-height: 24px;
  margin-bottom: 54px;
}

.partners-slider {
  position: relative;
  height: 56px;
}

.partners-slider .slick-list,
.partners-slider .slick-track {
  height: 56px;
}

.partners-slider::before {
  content: "";
  display: block;
  width: 80px;
  height: 56px;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

.partners-slider::after {
  content: "";
  display: block;
  width: 80px;
  height: 56px;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(to left, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

.partners-slider__item {
  height: 56px;
  display: flex !important;
  align-items: center;
}

.partners-slider__item img {
  max-height: 100%;
  max-width: 195px;
}

@media all and (max-width: 600px) {
  .partners {
    padding-bottom: 47px;
  }
  .partners__title {
    margin-bottom: 19px;
  }
  .partners__subtitle {
    font-size: 1rem;
    line-height: 20px;
    margin-bottom: 27px;
  }
  .partners-slider__item {
    margin: 0 5px;
  }
}
.sitemap .title-h1 {
  margin: 40px 0;
}
.sitemap__wrap ul {
  margin: 4px 0 12px;
  padding-left: 28px;
}
.sitemap__wrap ul li {
  margin: 2px 0 4px;
}
.sitemap__wrap ul li a {
  line-height: 1.5;
}
.sitemap__level-one div, .sitemap__level-one a {
  font-size: 1.143rem;
  font-weight: bolder;
}
.sitemap__level-two div, .sitemap__level-two a {
  font-size: 1.072rem;
  font-weight: normal;
}
.sitemap__level-three div, .sitemap__level-three a {
  font-weight: normal;
}

@media all and (max-width: 480px) {
  .sitemap__wrap ul {
    padding-left: 10px;
  }
}
