/*!*********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./css/style.scss ***!
  \*********************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "Manrope";
  font-display: swap;
  src: url(1b94f250bf8eee6daa10.woff) format("woff"), url(e7ee451571a5526e2b26.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  font-display: swap;
  src: url(9f686f16d6ac39ad6e29.woff) format("woff"), url(959822a8a8530905d2b7.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  font-display: swap;
  src: url(15adfdbe930aa6933b60.woff) format("woff"), url(5c7de2dbb770e6731684.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  font-display: swap;
  src: url(cf7053b719c5345ddf45.woff) format("woff"), url(f2641c703a078a4df360.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  font-display: swap;
  src: url(2042ea5ee90095112770.woff) format("woff"), url(b505fd77547d83ac1541.woff2) format("woff2");
  font-weight: 800;
  font-style: normal;
}
body,
body * {
  margin: 0;
  padding: 0;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body.modal-is-open,
body *.modal-is-open {
  overflow-y: hidden;
}

html {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 20px;
  scroll-behavior: smooth;
}
@media (max-width: 1420px) {
  html {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 1000px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 750px) {
  html {
    font-size: 14px;
  }
}

main {
  margin-top: 8.3rem;
}
@media (max-width: 1200px) {
  main {
    margin-top: 7.7rem;
  }
}
@media (max-width: 680px) {
  main {
    margin-top: 5rem;
  }
}

h1, h2 {
  font-size: 3rem;
  font-weight: 700;
}
h1.px50, h2.px50 {
  font-size: 2.5rem;
}
h1.px70, h2.px70 {
  font-size: 3.5rem;
}
@media (max-width: 1278px) {
  h1.px70, h2.px70 {
    font-size: 2.5rem;
  }
}
h1.white, h2.white {
  color: #fff;
}

@media (max-width: 480px) {
  h2 {
    font-size: 2.5rem;
  }
}

h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
}

h4 {
  font-size: 1.25rem;
  font-weight: 800;
  color: #000;
}
h4.white {
  color: #fff;
}
h4.semi-bold {
  font-weight: 600;
}

h5 {
  font-size: 1rem;
  font-weight: 800;
  color: #000;
}

h6 {
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
}
h6.semi-bold {
  font-weight: 600;
}

p {
  font-size: 1rem;
  font-weight: 500;
  color: #86868B;
}
p.px16 {
  font-size: 0.8rem;
}
p.px18 {
  font-size: 0.9rem;
}
p.px25 {
  font-size: 1.25rem;
}
p.px30 {
  font-size: 1.5rem;
}
p.white {
  color: #fff;
}
p.blue {
  color: #0B3F56;
}

a {
  text-decoration: none;
}
a.black-btn-link {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  background-color: #000;
  border-radius: 5px;
  padding: 0.75rem 2rem;
}
a.white-btn-link {
  color: #000;
  font-size: 0.9rem;
  font-weight: 600;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 0.75rem 2rem;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

input, textarea, button {
  font: inherit;
}

ul {
  list-style-type: none;
}

@media (max-width: 820px) {
  .hide-mobile {
    display: none;
  }
}

header .desktop-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  transition: 0.7s transform ease-in-out;
  z-index: 10;
  background-color: #fff;
  transform: translateY(0);
}
header .desktop-header.hide {
  transform: translateY(-100%);
}
@media (max-width: 680px) {
  header .desktop-header {
    padding: 0 6%;
    display: grid;
    grid-template-columns: 16rem max-content;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px #E2E2E2;
  }
}
header .desktop-header__top-side {
  width: 78%;
  margin: 0 auto;
  border-bottom: solid 1px #E2E2E2;
}
@media (min-width: 2000px) {
  header .desktop-header__top-side {
    width: 1600px;
  }
}
@media (max-width: 1200px) {
  header .desktop-header__top-side {
    width: 82%;
  }
}
@media (max-width: 1024px) {
  header .desktop-header__top-side {
    width: 87%;
  }
}
@media (max-width: 768px) {
  header .desktop-header__top-side {
    width: 92%;
  }
}
@media (max-width: 480px) {
  header .desktop-header__top-side {
    width: 97%;
  }
}
@media (max-width: 680px) {
  header .desktop-header__top-side {
    border-bottom: unset;
    width: 100%;
  }
}
header .desktop-header__top-side_wrapper {
  display: grid;
  grid-template-columns: 15.5rem max-content;
  grid-auto-rows: 1fr;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1500px) {
  header .desktop-header__top-side_wrapper {
    grid-template-columns: 12rem max-content;
  }
}
@media (max-width: 680px) {
  header .desktop-header__top-side_wrapper {
    grid-template-columns: 16rem;
  }
}
header .desktop-header__top-side_wrapper .main-logo-block {
  padding: 1rem 0;
  width: 100%;
}
header .desktop-header__top-side_wrapper .main-logo-block .front-page-logo {
  width: 100%;
}
header .desktop-header__top-side_wrapper .main-logo-block .front-page-logo h1 {
  font-size: 0;
}
header .desktop-header__top-side_wrapper .main-logo-block .front-page-logo img {
  width: 100%;
  height: auto;
}
header .desktop-header__top-side_wrapper .top-side-links-wrapper {
  width: 100%;
  height: 100%;
  justify-self: end;
  display: grid;
  grid-template-columns: repeat(6, max-content);
  align-items: center;
}
@media (max-width: 860px) {
  header .desktop-header__top-side_wrapper .top-side-links-wrapper {
    grid-template-columns: repeat(5, max-content);
  }
}
@media (max-width: 680px) {
  header .desktop-header__top-side_wrapper .top-side-links-wrapper {
    display: none;
  }
}
header .desktop-header__top-side_wrapper .top-side-links-wrapper .vertical-line {
  width: 1px;
  height: 100%;
  background-color: #E2E2E2;
}
header .desktop-header__top-side_wrapper .top-side-links-wrapper .main-phone-block {
  height: 100%;
  transition: 0.4s all ease-in-out;
  display: flex;
  align-items: center;
}
header .desktop-header__top-side_wrapper .top-side-links-wrapper .main-phone-block a {
  padding: 1.5rem 2rem;
  font-size: 0.9rem;
  color: #86868B;
  font-weight: 500;
  transition: 0.4s all ease-in-out;
}
@media (max-width: 1280px) {
  header .desktop-header__top-side_wrapper .top-side-links-wrapper .main-phone-block a {
    padding: 1.5rem;
  }
}
header .desktop-header__top-side_wrapper .top-side-links-wrapper .main-phone-block:hover {
  background-color: #F5F5F5;
}
header .desktop-header__top-side_wrapper .top-side-links-wrapper .main-phone-block:hover a {
  color: #0B3F56;
}
header .desktop-header__top-side_wrapper .top-side-links-wrapper .shop-link-block {
  height: 100%;
  transition: 0.4s all ease-in-out;
  display: flex;
  align-items: center;
}
header .desktop-header__top-side_wrapper .top-side-links-wrapper .shop-link-block a {
  padding: 1.5rem 2rem;
  font-size: 0.9rem;
  color: #000;
  font-weight: 500;
}
@media (max-width: 1280px) {
  header .desktop-header__top-side_wrapper .top-side-links-wrapper .shop-link-block a {
    padding: 1.5rem;
  }
}
header .desktop-header__top-side_wrapper .top-side-links-wrapper .shop-link-block:hover {
  background-color: #F5F5F5;
}
header .desktop-header__top-side_wrapper .top-side-links-wrapper .registration-link-block {
  height: 100%;
  background-color: #0B3F56;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .desktop-header__top-side_wrapper .top-side-links-wrapper .registration-link-block button {
  font: inherit;
  padding: 1.5rem 2rem;
  background-color: #0B3F56;
  color: #fff;
  font-weight: 800;
  font-size: 0.9rem;
  border: none;
  cursor: pointer;
}
@media (max-width: 1280px) {
  header .desktop-header__top-side_wrapper .top-side-links-wrapper .registration-link-block button {
    padding: 1.5rem 1rem;
  }
}
header .desktop-header__top-side_wrapper .top-side-links-wrapper .languages-switcher {
  padding: 0 2rem;
}
@media (max-width: 860px) {
  header .desktop-header__top-side_wrapper .top-side-links-wrapper .languages-switcher {
    display: none;
  }
}
@media (max-width: 1280px) {
  header .desktop-header__top-side_wrapper .top-side-links-wrapper .languages-switcher {
    padding: 0 1.5rem;
  }
}
header .desktop-header__top-side_wrapper .top-side-links-wrapper .languages-switcher ul {
  display: flex;
  align-items: center;
  gap: 1rem;
}
header .desktop-header__top-side_wrapper .top-side-links-wrapper .languages-switcher ul li {
  text-transform: uppercase;
}
header .desktop-header__top-side_wrapper .top-side-links-wrapper .languages-switcher ul li.current-lang a {
  color: #0B3F56;
  font-size: 0.9rem;
  font-weight: 800;
}
header .desktop-header__top-side_wrapper .top-side-links-wrapper .languages-switcher ul li:not(.current-lang) a {
  font-size: 0.9rem;
  color: #86868B;
  font-weight: 500;
}
header .desktop-header__bottom-side {
  width: 78%;
  margin: 0 auto;
}
@media (min-width: 2000px) {
  header .desktop-header__bottom-side {
    width: 1600px;
  }
}
@media (max-width: 1200px) {
  header .desktop-header__bottom-side {
    width: 82%;
  }
}
@media (max-width: 1024px) {
  header .desktop-header__bottom-side {
    width: 87%;
  }
}
@media (max-width: 768px) {
  header .desktop-header__bottom-side {
    width: 92%;
  }
}
@media (max-width: 480px) {
  header .desktop-header__bottom-side {
    width: 97%;
  }
}
@media (max-width: 680px) {
  header .desktop-header__bottom-side {
    width: 100%;
  }
}
header .desktop-header__bottom-side_wrapper {
  display: grid;
  grid-template-columns: 1fr max-content;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 680px) {
  header .desktop-header__bottom-side_wrapper {
    grid-template-columns: max-content;
  }
}
@media (max-width: 680px) {
  header .desktop-header__bottom-side_wrapper nav {
    display: none;
  }
}
header .desktop-header__bottom-side_wrapper nav ul {
  display: flex;
  gap: 2rem;
  align-items: center;
  text-align: center;
}
header .desktop-header__bottom-side_wrapper nav ul li {
  position: relative;
  padding: 1rem 0;
}
header .desktop-header__bottom-side_wrapper nav ul li a {
  font-size: 0.9rem;
  font-weight: 600;
  color: #000;
}
header .desktop-header__bottom-side_wrapper nav ul li:after {
  content: "";
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-color: #A3C1E2;
  position: absolute;
  top: -2px;
  left: 0;
  opacity: 0;
  display: none;
  transition: 0.4s opacity ease-in-out;
}
header .desktop-header__bottom-side_wrapper nav ul li:hover:after {
  opacity: 1;
  display: block;
}
header .desktop-header__bottom-side_wrapper .header-modal-button button.open-links-modal {
  width: 1.5rem;
  height: 1rem;
  border: none;
  background-color: unset;
  cursor: pointer;
  position: relative;
}
header .desktop-header__bottom-side_wrapper .header-modal-button button.open-links-modal .top-line {
  width: 100%;
  height: 2px;
  position: absolute;
  background-color: #000;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  transition: 0.4s all ease-in-out;
}
header .desktop-header__bottom-side_wrapper .header-modal-button button.open-links-modal .middle-line {
  width: 100%;
  height: 2px;
  position: absolute;
  background-color: #000;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: 0.4s all ease-in-out;
}
header .desktop-header__bottom-side_wrapper .header-modal-button button.open-links-modal .bottom-line {
  width: 100%;
  height: 2px;
  position: absolute;
  background-color: #000;
  bottom: 0;
  left: 0;
  transform: translateY(50%);
  transition: 0.4s all ease-in-out;
}
header .desktop-header__bottom-side_wrapper .header-modal-button button.open-links-modal:hover .top-line {
  transform: translateY(-50%) rotate(-10deg);
  background-color: #A3C1E2;
  height: 3px;
}
header .desktop-header__bottom-side_wrapper .header-modal-button button.open-links-modal:hover .middle-line {
  width: 50%;
  background-color: #A3C1E2;
  height: 3px;
}
header .desktop-header__bottom-side_wrapper .header-modal-button button.open-links-modal:hover .bottom-line {
  transform: translateY(50%) rotate(10deg);
  background-color: #A3C1E2;
  height: 3px;
}
header .header-popup-links {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999;
  display: none;
  justify-content: flex-end;
  transform: translateX(100%);
  transition: 0.4s all ease-in-out;
}
@media (max-width: 820px) {
  header .header-popup-links {
    height: 105vh;
  }
}
header .header-popup-links.active {
  transform: translateX(0);
  display: flex;
  animation: moveBlock 0.7s;
}
header .header-popup-links.close-block {
  transform: translateX(100%);
}
header .header-popup-links.opened-block {
  background-color: rgba(255, 255, 255, 0.1);
}
header .header-popup-links__block {
  width: 35%;
  height: 100%;
  background-color: #0B3F56;
}
@media (max-width: 1680px) {
  header .header-popup-links__block {
    width: 50%;
  }
}
@media (max-width: 860px) {
  header .header-popup-links__block {
    width: 75%;
  }
}
@media (max-width: 680px) {
  header .header-popup-links__block {
    width: 100%;
  }
}
header .header-popup-links__block_wrapper {
  overflow: auto;
  height: 100%;
  padding: 2rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 820px) {
  header .header-popup-links__block_wrapper {
    justify-content: center;
  }
}
header .header-popup-links__block_wrapper button.close-header-popup {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: max-content;
  background-color: unset;
  border: none;
  cursor: pointer;
}
header .header-popup-links__block_wrapper .languages-switcher {
  display: none;
  margin-bottom: 1rem;
}
@media (max-width: 680px) {
  header .header-popup-links__block_wrapper .languages-switcher {
    display: block;
  }
}
header .header-popup-links__block_wrapper .languages-switcher ul {
  display: flex;
  align-items: center;
  gap: 1rem;
}
header .header-popup-links__block_wrapper .languages-switcher ul li {
  text-transform: uppercase;
}
header .header-popup-links__block_wrapper .languages-switcher ul li.current-lang a {
  color: #fff;
  font-weight: 800;
}
header .header-popup-links__block_wrapper .languages-switcher ul li:not(.current-lang) a {
  color: #fff;
  font-weight: 500;
}
header .header-popup-links__block_wrapper .popup-links-block ul li {
  margin: 0.5rem 0;
}
header .header-popup-links__block_wrapper .popup-links-block ul li.mobile-link {
  display: none;
}
@media (max-width: 680px) {
  header .header-popup-links__block_wrapper .popup-links-block ul li.mobile-link {
    display: block;
  }
}
header .header-popup-links__block_wrapper .popup-links-block ul li a {
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
}
header .header-popup-links__block_wrapper .vertical-line {
  margin: 2rem 0;
  height: 1px;
  width: 100%;
  background-color: #fff;
}
@media (max-width: 480px) {
  header .header-popup-links__block_wrapper .vertical-line {
    margin: 1rem 0;
  }
}
header .header-popup-links__block_wrapper .popup-contacts-block li {
  margin: 0.5rem 0;
  font-size: 1.25rem;
  color: #fff;
  font-weight: 700;
}
header .header-popup-links__block_wrapper .popup-contacts-block li a {
  color: #fff;
  font-weight: 400;
}
header .header-popup-links__block_wrapper .popup-social-links-block {
  margin: 2rem 0 1rem;
  display: flex;
  gap: 1rem;
}
@media (max-width: 480px) {
  header .header-popup-links__block_wrapper .popup-social-links-block {
    margin: 1rem 0;
  }
}
header .header-popup-links__block_wrapper .popup-social-links-block a {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
}

@keyframes moveBlock {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
footer .footer-top-side {
  width: 100%;
  background-color: #A3C1E2;
  position: relative;
  overflow: hidden;
}
footer .footer-top-side__wrapper {
  width: 78%;
  margin: 0 auto;
  padding: 5rem 0;
  display: grid;
  grid-template-columns: 4fr 5fr;
  grid-auto-rows: 1fr;
  gap: 1rem;
  position: relative;
  z-index: 2;
}
@media (min-width: 2000px) {
  footer .footer-top-side__wrapper {
    width: 1600px;
  }
}
@media (max-width: 1200px) {
  footer .footer-top-side__wrapper {
    width: 82%;
  }
}
@media (max-width: 1024px) {
  footer .footer-top-side__wrapper {
    width: 87%;
  }
}
@media (max-width: 768px) {
  footer .footer-top-side__wrapper {
    width: 92%;
  }
}
@media (max-width: 480px) {
  footer .footer-top-side__wrapper {
    width: 97%;
  }
}
@media (max-width: 980px) {
  footer .footer-top-side__wrapper {
    padding: 3rem 0;
  }
}
@media (max-width: 820px) {
  footer .footer-top-side__wrapper {
    grid-template-columns: 1fr;
    grid-auto-rows: unset;
  }
}
@media (max-width: 820px) {
  footer .footer-top-side__wrapper_contacts {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 1rem;
  }
}
@media (max-width: 580px) {
  footer .footer-top-side__wrapper_contacts {
    grid-template-columns: 1fr;
  }
}
footer .footer-top-side__wrapper_contacts ul.contacts-list {
  margin-top: 1rem;
}
@media (max-width: 820px) {
  footer .footer-top-side__wrapper_contacts ul.contacts-list {
    grid-column: 1/2;
    grid-row: 2/3;
    margin-top: 0;
  }
}
@media (max-width: 580px) {
  footer .footer-top-side__wrapper_contacts ul.contacts-list {
    grid-column: unset;
    grid-row: unset;
  }
}
footer .footer-top-side__wrapper_contacts ul.contacts-list li {
  margin: 0.5rem 0;
  font-size: 1.25rem;
  color: #fff;
  font-weight: 700;
}
footer .footer-top-side__wrapper_contacts ul.contacts-list li a {
  color: #fff;
  font-weight: 400;
}
footer .footer-top-side__wrapper_contacts .social-links-list {
  margin: 2rem 0;
  display: flex;
  gap: 1rem;
}
@media (max-width: 820px) {
  footer .footer-top-side__wrapper_contacts .social-links-list {
    grid-column: 1/2;
    grid-row: 3/4;
    margin: 0;
  }
}
@media (max-width: 580px) {
  footer .footer-top-side__wrapper_contacts .social-links-list {
    grid-column: unset;
    grid-row: unset;
  }
}
footer .footer-top-side__wrapper_contacts .social-links-list a {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
}
footer .footer-top-side__wrapper_contacts nav.footer-links {
  display: grid;
  grid-template-columns: max-content max-content;
  gap: 2rem;
}
@media (max-width: 820px) {
  footer .footer-top-side__wrapper_contacts nav.footer-links {
    grid-column: 2/3;
    grid-row: 1/4;
  }
}
@media (max-width: 580px) {
  footer .footer-top-side__wrapper_contacts nav.footer-links {
    grid-column: unset;
    grid-row: unset;
  }
}
footer .footer-top-side__wrapper_contacts nav.footer-links ul li {
  margin: 0.25rem 0;
}
footer .footer-top-side__wrapper_contacts nav.footer-links ul li a {
  color: #fff;
  font-weight: 500;
  font-size: 0.9rem;
}
@media (max-width: 480px) {
  footer .footer-top-side__wrapper_contacts nav.footer-links ul li a {
    font-size: 1.1rem;
  }
}
footer .footer-top-side__wrapper_map {
  border-radius: 1rem;
  overflow: hidden;
}
@media (max-width: 820px) {
  footer .footer-top-side__wrapper_map {
    height: 20rem;
  }
}
footer .footer-top-side .dashed-eclipse {
  position: absolute;
  left: 1.75%;
  top: -37%;
  z-index: 1;
}
footer .footer-top-side .solid-eclipse {
  position: absolute;
  left: -7%;
  top: 2%;
  z-index: 1;
}
footer .footer-bottom-side {
  width: 78%;
  margin: 0 auto;
  padding: 1rem 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 2000px) {
  footer .footer-bottom-side {
    width: 1600px;
  }
}
@media (max-width: 1200px) {
  footer .footer-bottom-side {
    width: 82%;
  }
}
@media (max-width: 1024px) {
  footer .footer-bottom-side {
    width: 87%;
  }
}
@media (max-width: 768px) {
  footer .footer-bottom-side {
    width: 92%;
  }
}
@media (max-width: 480px) {
  footer .footer-bottom-side {
    width: 97%;
  }
}
@media (max-width: 620px) {
  footer .footer-bottom-side {
    grid-template-columns: 1fr;
  }
}
footer .footer-bottom-side__left {
  width: 70%;
}
@media (max-width: 1024px) {
  footer .footer-bottom-side__left {
    width: 100%;
  }
}
footer .footer-bottom-side__right {
  width: 100%;
  justify-self: end;
  text-align: right;
}
footer .footer-bottom-side__right a {
  color: #86868B;
  font-size: 0.8rem;
}
footer .footer-bottom-side__right a img {
  vertical-align: middle;
}

section.team-page-hero {
  width: 100%;
  height: calc(100vh - 7.5rem);
  min-height: 700px;
  background-position: center top;
  background-size: cover;
}
@media (max-width: 960px) {
  section.team-page-hero {
    max-height: calc(100vh - 7.5rem);
    min-height: unset;
    height: 600px;
  }
}
@media (max-width: 800px) {
  section.team-page-hero {
    height: 460px;
  }
}
@media (max-width: 680px) {
  section.team-page-hero {
    max-height: unset;
  }
}
@media (max-width: 600px) {
  section.team-page-hero {
    height: 350px;
  }
}
@media (max-width: 480px) {
  section.team-page-hero {
    height: 275px;
  }
}
section.team-page-hero .team-page-hero-wrapper {
  width: 78%;
  margin: 0 auto;
  height: 100%;
  padding-bottom: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 2000px) {
  section.team-page-hero .team-page-hero-wrapper {
    width: 1600px;
  }
}
@media (max-width: 1200px) {
  section.team-page-hero .team-page-hero-wrapper {
    width: 82%;
  }
}
@media (max-width: 1024px) {
  section.team-page-hero .team-page-hero-wrapper {
    width: 87%;
  }
}
@media (max-width: 768px) {
  section.team-page-hero .team-page-hero-wrapper {
    width: 92%;
  }
}
@media (max-width: 480px) {
  section.team-page-hero .team-page-hero-wrapper {
    width: 97%;
  }
}
@media (max-width: 960px) {
  section.team-page-hero .team-page-hero-wrapper {
    padding-bottom: 2rem;
  }
}
@media (max-width: 600px) {
  section.team-page-hero .team-page-hero-wrapper {
    padding-bottom: 1rem;
  }
}
@media (max-width: 480px) {
  section.team-page-hero .team-page-hero-wrapper {
    padding-bottom: 0;
  }
}
section.team-page-hero .team-page-hero-wrapper__item {
  width: 66%;
  background-color: #fff;
  padding: 2rem 4rem;
  border-radius: 20px;
}
@media (max-width: 960px) {
  section.team-page-hero .team-page-hero-wrapper__item {
    width: 80%;
  }
}
@media (max-width: 800px) {
  section.team-page-hero .team-page-hero-wrapper__item {
    padding: 2rem;
  }
}
@media (max-width: 600px) {
  section.team-page-hero .team-page-hero-wrapper__item {
    width: 100%;
    padding: 1rem;
    margin-bottom: 1em;
  }
}
@media (max-width: 600px) {
  section.team-page-hero .team-page-hero-wrapper__item h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 360px) {
  section.team-page-hero .team-page-hero-wrapper__item h1 {
    font-size: 2rem;
  }
}
section.team-page-hero .team-page-hero-wrapper__item p {
  padding-top: 1rem;
}
@media (max-width: 600px) {
  section.team-page-hero .team-page-hero-wrapper__item p {
    padding-top: 0;
  }
}
@media (max-width: 360px) {
  section.team-page-hero .team-page-hero-wrapper__item p {
    font-size: 0.9rem;
  }
}

section.team-page-list {
  width: 100%;
  margin: 6rem 0;
}
@media (max-width: 980px) {
  section.team-page-list {
    margin: 3rem 0;
  }
}
section.team-page-list .team-page-list-wrapper {
  width: 78%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (min-width: 2000px) {
  section.team-page-list .team-page-list-wrapper {
    width: 1600px;
  }
}
@media (max-width: 1200px) {
  section.team-page-list .team-page-list-wrapper {
    width: 82%;
  }
}
@media (max-width: 1024px) {
  section.team-page-list .team-page-list-wrapper {
    width: 87%;
  }
}
@media (max-width: 768px) {
  section.team-page-list .team-page-list-wrapper {
    width: 92%;
  }
}
@media (max-width: 480px) {
  section.team-page-list .team-page-list-wrapper {
    width: 97%;
  }
}
@media (max-width: 640px) {
  section.team-page-list .team-page-list-wrapper {
    grid-template-columns: 1fr;
  }
}
section.team-page-list .team-page-list-wrapper .doctor-block {
  background-color: #A3C1E2;
  border-radius: 20px;
  overflow: hidden;
}
section.team-page-list .team-page-list-wrapper .doctor-block a .doctor-block__wrapper {
  width: 100%;
  height: 100%;
  padding: 1rem;
  position: relative;
}
section.team-page-list .team-page-list-wrapper .doctor-block a .doctor-block__wrapper .image-block {
  width: 100%;
  height: 18rem;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1400px) {
  section.team-page-list .team-page-list-wrapper .doctor-block a .doctor-block__wrapper .image-block {
    height: 14rem;
  }
}
@media (max-width: 860px) {
  section.team-page-list .team-page-list-wrapper .doctor-block a .doctor-block__wrapper .image-block {
    height: 10rem;
  }
}
@media (max-width: 640px) {
  section.team-page-list .team-page-list-wrapper .doctor-block a .doctor-block__wrapper .image-block {
    height: 400px;
  }
}
@media (max-width: 500px) {
  section.team-page-list .team-page-list-wrapper .doctor-block a .doctor-block__wrapper .image-block {
    height: 300px;
  }
}
section.team-page-list .team-page-list-wrapper .doctor-block a .doctor-block__wrapper .image-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transform: none;
  transition: 0.4s all ease-in-out;
}
section.team-page-list .team-page-list-wrapper .doctor-block a .doctor-block__wrapper .name-block {
  width: 75%;
  padding-top: 1.5rem;
  transition: 0.4s all ease-in-out;
}
@media (max-width: 1100px) {
  section.team-page-list .team-page-list-wrapper .doctor-block a .doctor-block__wrapper .name-block {
    width: 65%;
  }
}
section.team-page-list .team-page-list-wrapper .doctor-block a .doctor-block__wrapper .name-block p {
  padding-top: 0.5rem;
}
section.team-page-list .team-page-list-wrapper .doctor-block a .doctor-block__wrapper .doctor-link-wrapper {
  position: absolute;
  right: -1px;
  bottom: -1px;
}
@media (max-width: 640px) {
  section.team-page-list .team-page-list-wrapper .doctor-block a .doctor-block__wrapper .doctor-link-wrapper svg #Subtraction_11 {
    fill: #fff;
  }
}
@media (max-width: 960px) {
  section.team-page-list .team-page-list-wrapper .doctor-block a .doctor-block__wrapper .doctor-link-wrapper {
    right: -2rem;
    bottom: -2rem;
  }
}
section.team-page-list .team-page-list-wrapper .doctor-block a .doctor-block__wrapper .doctor-link-wrapper .arrow-wrap {
  position: absolute;
  top: calc(50% + 10px);
  left: calc(50% + 10px);
  transform: translate(-50%, -50%);
  width: 3rem;
  height: 3rem;
  border-radius: 5px;
  border: none;
  background-color: rgba(0, 0, 0, 0.2);
  transition: 0.4s all ease-in-out;
}
@media (max-width: 960px) {
  section.team-page-list .team-page-list-wrapper .doctor-block a .doctor-block__wrapper .doctor-link-wrapper .arrow-wrap {
    top: 2rem;
    left: 2rem;
    transform: unset;
  }
}
@media (max-width: 750px) {
  section.team-page-list .team-page-list-wrapper .doctor-block a .doctor-block__wrapper .doctor-link-wrapper .arrow-wrap {
    top: 2.5rem;
    left: 2.5rem;
  }
}
section.team-page-list .team-page-list-wrapper .doctor-block a .doctor-block__wrapper .doctor-link-wrapper .arrow-wrap svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.team-page-list .team-page-list-wrapper .doctor-block:hover a .doctor-block__wrapper .image-block img {
  transform: scale(1.2);
}
section.team-page-list .team-page-list-wrapper .doctor-block:hover a .doctor-block__wrapper .name-block {
  transform: translateX(1rem);
}
section.team-page-list .team-page-list-wrapper .doctor-block:hover a .doctor-block__wrapper .doctor-link-wrapper .arrow-wrap {
  left: calc(50% + 20px);
  background-color: #000;
}

section.articles-page-list {
  margin: 6rem 0;
}
@media (max-width: 980px) {
  section.articles-page-list {
    margin: 3rem 0;
  }
}
section.articles-page-list .articles-page-list-wrapper {
  width: 70%;
  margin: 0 auto;
}
@media (min-width: 2000px) {
  section.articles-page-list .articles-page-list-wrapper {
    width: 1400px;
  }
}
@media (max-width: 1200px) {
  section.articles-page-list .articles-page-list-wrapper {
    width: 75%;
  }
}
@media (max-width: 1024px) {
  section.articles-page-list .articles-page-list-wrapper {
    width: 80%;
  }
}
@media (max-width: 768px) {
  section.articles-page-list .articles-page-list-wrapper {
    width: 87%;
  }
}
@media (max-width: 480px) {
  section.articles-page-list .articles-page-list-wrapper {
    width: 93%;
  }
}
section.articles-page-list .articles-page-list-wrapper__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 480px) {
  section.articles-page-list .articles-page-list-wrapper__list {
    column-gap: 1rem;
    row-gap: 3rem;
  }
}
@media (max-width: 400px) {
  section.articles-page-list .articles-page-list-wrapper__list {
    grid-template-columns: 1fr;
  }
}
section.articles-page-list .articles-page-list-wrapper__list_block {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr;
}
section.articles-page-list .articles-page-list-wrapper__list_block .news-block-image {
  width: 100%;
  height: 27.5rem;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1400px) {
  section.articles-page-list .articles-page-list-wrapper__list_block .news-block-image {
    height: 24rem;
  }
}
@media (max-width: 920px) {
  section.articles-page-list .articles-page-list-wrapper__list_block .news-block-image {
    height: 20rem;
  }
}
@media (max-width: 620px) {
  section.articles-page-list .articles-page-list-wrapper__list_block .news-block-image {
    height: 15rem;
  }
}
@media (max-width: 480px) {
  section.articles-page-list .articles-page-list-wrapper__list_block .news-block-image {
    height: 10rem;
  }
}
section.articles-page-list .articles-page-list-wrapper__list_block .news-block-image a {
  width: 100%;
  height: 100%;
  position: relative;
}
section.articles-page-list .articles-page-list-wrapper__list_block .news-block-image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: none;
}
section.articles-page-list .articles-page-list-wrapper__list_block .news-block-title {
  margin-top: 0.5rem;
}
section.articles-page-list .articles-page-list-wrapper__list_block .news-block-desc {
  margin-top: 1rem;
}
section.articles-page-list .articles-page-list-wrapper__list_block .news-block-link {
  margin-top: 2rem;
  align-self: end;
}
section.articles-page-list .articles-page-list-wrapper .pagination {
  width: 100%;
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid #D6D6D6;
  text-align: center;
}
section.articles-page-list .articles-page-list-wrapper .pagination span {
  color: #0B3F56;
  font-weight: 700;
  margin: 0 0.5rem;
  position: relative;
}
section.articles-page-list .articles-page-list-wrapper .pagination span:after {
  content: "";
  position: absolute;
  top: -1.1rem;
  left: 50%;
  width: 200%;
  transform: translateX(-50%);
  height: 3px;
  background-color: #0B3F56;
}
section.articles-page-list .articles-page-list-wrapper .pagination a {
  color: #0B3F56;
  font-weight: 700;
  margin: 0 0.5rem;
}
section.articles-page-list .articles-page-list-wrapper .pagination a.next {
  float: right;
}
section.articles-page-list .articles-page-list-wrapper .pagination a.prev {
  float: left;
}

section.inside-page-hero .inside-page-hero-wrapper__contacts {
  width: 100%;
  height: 100%;
  background-color: #f0f0ea;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem 4rem;
}
@media (max-width: 820px) {
  section.inside-page-hero .inside-page-hero-wrapper__contacts {
    height: 450px;
    min-height: max-content;
    width: 60%;
    margin-left: 40%;
  }
}
@media (max-width: 680px) {
  section.inside-page-hero .inside-page-hero-wrapper__contacts {
    width: 80%;
    margin-left: 20%;
  }
}
@media (max-width: 480px) {
  section.inside-page-hero .inside-page-hero-wrapper__contacts {
    width: 97%;
    margin-left: 3%;
    height: 375px;
  }
}
section.inside-page-hero .inside-page-hero-wrapper__contacts_logo {
  width: 11rem;
}
section.inside-page-hero .inside-page-hero-wrapper__contacts_logo img {
  width: 100%;
}
section.inside-page-hero .inside-page-hero-wrapper__contacts_desc {
  margin-top: 2rem;
}
section.inside-page-hero .inside-page-hero-wrapper__contacts_desc p {
  color: #21093a;
}
section.inside-page-hero .inside-page-hero-wrapper__contacts_desc p span {
  font-weight: 800;
  color: #21093a;
}
section.inside-page-hero .inside-page-hero-wrapper__contacts ul {
  margin-top: 2rem;
}
section.inside-page-hero .inside-page-hero-wrapper__contacts ul li {
  color: #21093a;
  font-size: 1.25rem;
}
section.inside-page-hero .inside-page-hero-wrapper__contacts ul li a {
  color: #21093a;
}

section.inside-page-hero .inside-page-hero-wrapper__desc ul.contacts-list {
  margin-top: 2rem;
  position: relative;
  z-index: 3;
}
section.inside-page-hero .inside-page-hero-wrapper__desc ul.contacts-list li {
  margin: 0.5rem 0;
  font-size: 1.25rem;
  color: #fff;
  font-weight: 700;
}
section.inside-page-hero .inside-page-hero-wrapper__desc ul.contacts-list li a {
  color: #fff;
  font-weight: 400;
}
section.inside-page-hero .inside-page-hero-wrapper__desc .social-links-list {
  margin-top: 2rem;
  display: flex;
  gap: 1rem;
  position: relative;
  z-index: 3;
}
section.inside-page-hero .inside-page-hero-wrapper__desc .social-links-list a {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
}
section.inside-page-hero .inside-page-hero-wrapper__map {
  width: 100%;
  height: 100%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 820px) {
  section.inside-page-hero .inside-page-hero-wrapper__map {
    height: 450px;
    width: 60%;
    margin-left: 40%;
  }
}
@media (max-width: 680px) {
  section.inside-page-hero .inside-page-hero-wrapper__map {
    width: 80%;
    margin-left: 20%;
  }
}
@media (max-width: 480px) {
  section.inside-page-hero .inside-page-hero-wrapper__map {
    width: 97%;
    margin-left: 3%;
    height: 375px;
  }
}

section.private-policy-content {
  padding: 2rem 0;
  width: 70%;
  margin: 0 auto;
}
@media (min-width: 2000px) {
  section.private-policy-content {
    width: 1400px;
  }
}
@media (max-width: 1200px) {
  section.private-policy-content {
    width: 75%;
  }
}
@media (max-width: 1024px) {
  section.private-policy-content {
    width: 80%;
  }
}
@media (max-width: 768px) {
  section.private-policy-content {
    width: 87%;
  }
}
@media (max-width: 480px) {
  section.private-policy-content {
    width: 93%;
  }
}
section.private-policy-content .content-wrapper {
  margin-top: 2rem;
}
section.private-policy-content .content-wrapper p {
  padding-top: 1rem;
}
section.private-policy-content .content-wrapper ul {
  padding-top: 1rem;
  list-style-type: "– ";
  list-style-position: inside;
}
section.private-policy-content .content-wrapper ul li {
  margin: 0.25rem 0;
  font-weight: 500;
  color: #86868B;
}

.main-block {
  background: #fff;
  width: 100%;
  height: 100vh;
  display: flex;
  padding-top: 2rem;
  min-height: fit-content;
}
@media (max-width: 1278px) {
  .main-block {
    flex-direction: column;
    gap: 2em;
  }
}
@media (max-width: 620px) {
  .main-block {
    padding-top: 0;
  }
}
.main-block h1 {
  font-size: 30px;
  color: #fff;
  padding-right: 1em;
}
@media (max-width: 1530px) {
  .main-block h1 {
    font-size: 25px;
  }
}
@media (max-width: 620px) {
  .main-block h1 {
    padding-right: 0;
  }
}
.main-block .oll-left {
  display: flex;
  flex-direction: row;
  width: 100%;
}
@media (max-width: 620px) {
  .main-block .oll-left {
    flex-direction: column;
  }
}

.main-block h1,
.main-block h2,
.main-block h3 {
  margin-top: 0;
}

.main-block .left-side .header-left {
  background-color: #A3C1E2;
  height: fit-content;
  min-height: 200px;
  position: relative;
  width: 100%;
  display: flex;
  text-align: right;
  flex-direction: column;
  justify-content: center;
}
.main-block .left-side .header-left .line {
  position: absolute;
  width: 3px;
  height: 70%;
  background-color: #fff;
  top: 15%;
  right: 0;
}
@media (max-width: 620px) {
  .main-block .left-side .header-left .line {
    display: none;
  }
}
@media (max-width: 620px) {
  .main-block .left-side .header-left {
    text-align: left;
    min-height: unset;
    padding: 1em;
  }
}

.main-block .center-side .header-center {
  background-color: #A3C1E2;
  height: fit-content;
  min-height: 200px;
  position: relative;
  width: 90%;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 620px) {
  .main-block .center-side .header-center {
    width: 100%;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    min-height: unset;
    padding: 1em;
  }
}
.main-block .center-side .header-center h3 {
  font-size: 30px;
  padding-left: 1em;
  color: #fff;
}
@media (max-width: 1530px) {
  .main-block .center-side .header-center h3 {
    font-size: 25px;
  }
}
@media (max-width: 620px) {
  .main-block .center-side .header-center h3 {
    padding-left: 0;
  }
}

.main-block .right-side .header-right {
  background-color: #A3C1E2;
  min-height: 200px;
  height: fit-content;
  position: relative;
  width: 100%;
  border-top-left-radius: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 620px) {
  .main-block .right-side .header-right {
    min-height: 100px;
  }
}
.main-block .right-side .header-right h2 {
  font-size: 30px;
  color: #fff;
}
@media (max-width: 1530px) {
  .main-block .right-side .header-right h2 {
    font-size: 25px;
  }
}

.main-block .right-side .header-right:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 20px 0 20px;
  border-color: #A3C1E2 transparent transparent transparent;
  position: absolute;
  bottom: -35px;
  left: 20%;
}

.main-block .philips {
  position: relative;
  bottom: -60%;
  left: 15%;
}

.main-block .left-side {
  justify-content: center;
  position: relative;
  width: 50%;
  background-image: url(11febcc8a5cc4fc8fee9.jpg);
  background-repeat: no-repeat;
  background-position: top center;
}
@media (max-width: 620px) {
  .main-block .left-side {
    width: 100%;
  }
}

.main-block .center-side {
  position: relative;
  width: 50%;
  padding-top: 0;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 620px) {
  .main-block .center-side {
    width: 100%;
  }
}
.main-block .center-side .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 2em;
}

.main-block .center-side .main-info {
  padding-left: 13%;
  padding-right: 13%;
  padding-bottom: 10px;
}

.main-block .center-side ul {
  list-style: none;
  padding-bottom: 2em;
}

.main-block .center-side ul li::before {
  content: "•";
  color: #6991BC;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size: 1em;
}

.main-block .center-side ul.main-info {
  padding-left: 18%;
  padding-right: 13%;
  padding-bottom: 2em !important;
}

.main-block .center-side ul.main-info li {
  font-size: inherit;
  color: #868686;
  padding-top: 5px;
}

.main-block .center-side .info-text {
  border-bottom: 2px solid #6991BC;
  width: fit-content;
  font-size: 22px;
}

.main-block .center-side .underline {
  padding-left: 13%;
  padding-right: 13%;
  padding-top: 1em;
}

/*.main-block .center-side .info-text:after{
  position: absolute;
  content: "";
  width: fit-content;
  height: 2px;
  background-color: #6991BC;
  margin-top: 5px;
}*/
.main-block .center-side .info-text-blue {
  padding-left: 13%;
  padding-right: 13%;
  padding-bottom: 10px;
}

.main-block .right-side {
  align-items: center;
  position: relative;
  width: 35%;
  background-color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1278px) {
  .main-block .right-side {
    width: 100%;
  }
}

.main-block .right-side .logo-after-form {
  padding-top: 25px;
}

.main-block .right-side .logo-after-form img {
  padding: 25px;
  max-width: 250px;
}

.main-block-mobile {
  display: none;
}

.main-block .right-side .form-section {
  background-color: #f6f6f6;
  border-bottom-left-radius: 50px;
  height: 100%;
  width: 100%;
}

.main-block .right-side .form-section .status {
  font-size: 26px;
  font-weight: bold;
}

.main-block .right-side form {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 50px;
}

.main-block .right-side form input[type=text],
.main-block .right-side form select {
  width: 100%;
  font: inherit;
  padding: 0.5rem 1rem;
  font-weight: 500;
  color: #0B3F56;
  background-color: #F5F5F5;
  border-radius: 0.5em;
  border: 1px solid #0B3F56;
  margin-bottom: 1em;
}
.main-block .right-side form input[type=text]::placeholder,
.main-block .right-side form select::placeholder {
  color: #0B3F56;
}

.main-block .right-side form input[type=text]:focus {
  outline: none;
}

.main-block .right-side form button {
  width: 100%;
  padding: 0.75rem;
  background-color: #000;
  font-weight: 600;
  font-size: 0.9rem;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 0.5rem;
  margin-top: 1em;
}

.main-block .right-side form .buttonPhone {
  width: 100%;
  padding: 0.75rem;
  background-color: #0B3F56;
  font-weight: 600;
  font-size: 0.9rem;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 0.5rem;
  margin-top: 1em;
}

.modal-video {
  display: none;
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(20px);
  overflow: auto;
}
.modal-video .modal-dialog {
  margin: 50px auto;
  padding: 20px;
  width: 70%;
  z-index: 200;
}
@media (max-width: 820px) {
  .modal-video .modal-dialog {
    width: 95%;
  }
}
.modal-video .modal-dialog .modal-close {
  margin-top: -50px;
  margin-right: -5%;
  color: #fff;
  float: right;
  top: 10px;
  cursor: pointer;
  font-size: 50px;
}

.internet-registration-popup, .offer-form, .dental-implants-offer-form {
  display: none;
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(20px);
  flex-direction: column;
  justify-content: center;
}
.internet-registration-popup__item, .offer-form__item, .dental-implants-offer-form__item {
  width: 70%;
  background-color: #fff;
  height: 80%;
  overflow-y: auto;
  padding: 2rem 4rem 4rem 4rem;
  border-radius: 1rem;
}
@media (min-width: 2000px) {
  .internet-registration-popup__item, .offer-form__item, .dental-implants-offer-form__item {
    width: 1400px;
  }
}
@media (max-width: 1200px) {
  .internet-registration-popup__item, .offer-form__item, .dental-implants-offer-form__item {
    width: 75%;
  }
}
@media (max-width: 1024px) {
  .internet-registration-popup__item, .offer-form__item, .dental-implants-offer-form__item {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .internet-registration-popup__item, .offer-form__item, .dental-implants-offer-form__item {
    width: 87%;
  }
}
@media (max-width: 480px) {
  .internet-registration-popup__item, .offer-form__item, .dental-implants-offer-form__item {
    width: 95%;
    padding: 2rem;
  }
}
.internet-registration-popup__item.success, .offer-form__item.success, .dental-implants-offer-form__item.success {
  background-color: #15C906;
  height: max-content;
}
.internet-registration-popup__item.failure, .offer-form__item.failure, .dental-implants-offer-form__item.failure {
  background-color: darkred;
  height: max-content;
}
.internet-registration-popup__item_wrap, .offer-form__item_wrap, .dental-implants-offer-form__item_wrap {
  position: relative;
}
.internet-registration-popup__item_wrap .popup-form-top, .offer-form__item_wrap .popup-form-top, .dental-implants-offer-form__item_wrap .popup-form-top {
  position: absolute;
  top: -2rem;
}
.internet-registration-popup__item_wrap button.close-internet-registration-popup, .internet-registration-popup__item_wrap .close-offer, .offer-form__item_wrap button.close-internet-registration-popup, .offer-form__item_wrap .close-offer, .dental-implants-offer-form__item_wrap button.close-internet-registration-popup, .dental-implants-offer-form__item_wrap .close-offer {
  position: fixed;
  top: 6%;
  right: 13%;
  width: 20px;
  height: 20px;
  background-color: unset;
  border: none;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .internet-registration-popup__item_wrap button.close-internet-registration-popup, .internet-registration-popup__item_wrap .close-offer, .offer-form__item_wrap button.close-internet-registration-popup, .offer-form__item_wrap .close-offer, .dental-implants-offer-form__item_wrap button.close-internet-registration-popup, .dental-implants-offer-form__item_wrap .close-offer {
    right: 9%;
  }
}
@media (max-width: 1024px) {
  .internet-registration-popup__item_wrap button.close-internet-registration-popup, .internet-registration-popup__item_wrap .close-offer, .offer-form__item_wrap button.close-internet-registration-popup, .offer-form__item_wrap .close-offer, .dental-implants-offer-form__item_wrap button.close-internet-registration-popup, .dental-implants-offer-form__item_wrap .close-offer {
    right: 6%;
  }
}
.internet-registration-popup__item_wrap button.close-internet-registration-popup svg, .internet-registration-popup__item_wrap .close-offer svg, .offer-form__item_wrap button.close-internet-registration-popup svg, .offer-form__item_wrap .close-offer svg, .dental-implants-offer-form__item_wrap button.close-internet-registration-popup svg, .dental-implants-offer-form__item_wrap .close-offer svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.internet-registration-popup__item_wrap_title, .offer-form__item_wrap_title, .dental-implants-offer-form__item_wrap_title {
  padding-bottom: 2rem;
  border-bottom: 1px solid #86868B;
}
.internet-registration-popup__item_wrap_title p, .offer-form__item_wrap_title p, .dental-implants-offer-form__item_wrap_title p {
  padding-top: 1rem;
}
.internet-registration-popup__item_wrap_form, .offer-form__item_wrap_form, .dental-implants-offer-form__item_wrap_form {
  margin-top: 2rem;
}
.internet-registration-popup__item_wrap_form form .selector-block, .offer-form__item_wrap_form form .selector-block, .dental-implants-offer-form__item_wrap_form form .selector-block {
  margin-top: 1rem;
}
.internet-registration-popup__item_wrap_form form .inputs-block, .offer-form__item_wrap_form form .inputs-block, .dental-implants-offer-form__item_wrap_form form .inputs-block {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #86868B;
}
.internet-registration-popup__item_wrap_form form .inputs-block .input-block, .offer-form__item_wrap_form form .inputs-block .input-block, .dental-implants-offer-form__item_wrap_form form .inputs-block .input-block {
  margin-top: 1rem;
}
.internet-registration-popup__item_wrap_form form .inputs-block .input-block input, .offer-form__item_wrap_form form .inputs-block .input-block input, .dental-implants-offer-form__item_wrap_form form .inputs-block .input-block input {
  width: 100%;
  font: inherit;
  padding: 0.5rem 1rem;
  font-weight: 500;
  color: #0B3F56;
  background-color: #F5F5F5;
  border-radius: 0.5em;
  border: 1px solid #0B3F56;
}
.internet-registration-popup__item_wrap_form form .inputs-block .input-block input::placeholder, .offer-form__item_wrap_form form .inputs-block .input-block input::placeholder, .dental-implants-offer-form__item_wrap_form form .inputs-block .input-block input::placeholder {
  color: #0B3F56;
}
.internet-registration-popup__item_wrap_form form .inputs-block .input-block input.error, .offer-form__item_wrap_form form .inputs-block .input-block input.error, .dental-implants-offer-form__item_wrap_form form .inputs-block .input-block input.error {
  background-color: rgba(255, 0, 0, 0.25);
}
.internet-registration-popup__item_wrap_form form .inputs-block .input-block p, .offer-form__item_wrap_form form .inputs-block .input-block p, .dental-implants-offer-form__item_wrap_form form .inputs-block .input-block p {
  padding-top: 0.5rem;
}
.internet-registration-popup__item_wrap_form form .textarea-block, .offer-form__item_wrap_form form .textarea-block, .dental-implants-offer-form__item_wrap_form form .textarea-block {
  margin-top: 2rem;
}
.internet-registration-popup__item_wrap_form form .textarea-block textarea, .offer-form__item_wrap_form form .textarea-block textarea, .dental-implants-offer-form__item_wrap_form form .textarea-block textarea {
  width: 100%;
  height: 10rem;
  resize: none;
  font: inherit;
  padding: 0.5rem 1rem;
  font-weight: 500;
  color: #0B3F56;
  background-color: #F5F5F5;
  border-radius: 0.5em;
  border: 1px solid #0B3F56;
}
.internet-registration-popup__item_wrap_form form .textarea-block textarea::placeholder, .offer-form__item_wrap_form form .textarea-block textarea::placeholder, .dental-implants-offer-form__item_wrap_form form .textarea-block textarea::placeholder {
  color: #0B3F56;
}
.internet-registration-popup__item_wrap_form form p.error-msg, .offer-form__item_wrap_form form p.error-msg, .dental-implants-offer-form__item_wrap_form form p.error-msg {
  font-size: 0.9rem;
  color: red;
  font-style: italic;
  font-weight: 700;
}
.internet-registration-popup__item_wrap_form form .form-checkbox-wrapper, .offer-form__item_wrap_form form .form-checkbox-wrapper, .dental-implants-offer-form__item_wrap_form form .form-checkbox-wrapper {
  margin-top: 1rem;
}
.internet-registration-popup__item_wrap_form form .form-checkbox-wrapper .checkbox-container, .offer-form__item_wrap_form form .form-checkbox-wrapper .checkbox-container, .dental-implants-offer-form__item_wrap_form form .form-checkbox-wrapper .checkbox-container {
  display: block;
  position: relative;
  padding-left: 1.3rem;
  cursor: pointer;
  user-select: none;
  font-weight: 500;
  color: #000;
}
.internet-registration-popup__item_wrap_form form .form-checkbox-wrapper .checkbox-container a, .offer-form__item_wrap_form form .form-checkbox-wrapper .checkbox-container a, .dental-implants-offer-form__item_wrap_form form .form-checkbox-wrapper .checkbox-container a {
  text-decoration: underline;
  color: #000;
  font-weight: 500;
}
.internet-registration-popup__item_wrap_form form .form-checkbox-wrapper .checkbox-container input, .offer-form__item_wrap_form form .form-checkbox-wrapper .checkbox-container input, .dental-implants-offer-form__item_wrap_form form .form-checkbox-wrapper .checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.internet-registration-popup__item_wrap_form form .form-checkbox-wrapper .checkbox-container .checkmark, .offer-form__item_wrap_form form .form-checkbox-wrapper .checkbox-container .checkmark, .dental-implants-offer-form__item_wrap_form form .form-checkbox-wrapper .checkbox-container .checkmark {
  position: absolute;
  top: 0.25rem;
  left: 0;
  height: 1rem;
  width: 1rem;
  border: 2px solid #0B3F56;
  border-radius: 3px;
}
.internet-registration-popup__item_wrap_form form .form-checkbox-wrapper .checkbox-container .checkmark:after, .offer-form__item_wrap_form form .form-checkbox-wrapper .checkbox-container .checkmark:after, .dental-implants-offer-form__item_wrap_form form .form-checkbox-wrapper .checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.internet-registration-popup__item_wrap_form form .form-checkbox-wrapper .checkbox-container:hover input ~ .checkmark, .offer-form__item_wrap_form form .form-checkbox-wrapper .checkbox-container:hover input ~ .checkmark, .dental-implants-offer-form__item_wrap_form form .form-checkbox-wrapper .checkbox-container:hover input ~ .checkmark {
  background-color: rgba(11, 63, 86, 0.5);
}
.internet-registration-popup__item_wrap_form form .form-checkbox-wrapper .checkbox-container input:checked ~ .checkmark, .offer-form__item_wrap_form form .form-checkbox-wrapper .checkbox-container input:checked ~ .checkmark, .dental-implants-offer-form__item_wrap_form form .form-checkbox-wrapper .checkbox-container input:checked ~ .checkmark {
  background-color: #0B3F56;
}
.internet-registration-popup__item_wrap_form form .form-checkbox-wrapper .checkbox-container input:checked ~ .checkmark:after, .offer-form__item_wrap_form form .form-checkbox-wrapper .checkbox-container input:checked ~ .checkmark:after, .dental-implants-offer-form__item_wrap_form form .form-checkbox-wrapper .checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
.internet-registration-popup__item_wrap_form form .form-checkbox-wrapper .checkbox-container .checkmark:after, .offer-form__item_wrap_form form .form-checkbox-wrapper .checkbox-container .checkmark:after, .dental-implants-offer-form__item_wrap_form form .form-checkbox-wrapper .checkbox-container .checkmark:after {
  left: 4px;
  top: 0;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.internet-registration-popup__item_wrap_form form .submit-wrapper, .offer-form__item_wrap_form form .submit-wrapper, .dental-implants-offer-form__item_wrap_form form .submit-wrapper {
  margin-top: 1rem;
}
.internet-registration-popup__item_wrap_form form .submit-wrapper button, .offer-form__item_wrap_form form .submit-wrapper button, .dental-implants-offer-form__item_wrap_form form .submit-wrapper button {
  width: 100%;
  padding: 0.75rem;
  background-color: #000;
  font-weight: 600;
  font-size: 0.9rem;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 0.5rem;
}
.internet-registration-popup__item_wrap_form form .submit-wrapper button:disabled, .offer-form__item_wrap_form form .submit-wrapper button:disabled, .dental-implants-offer-form__item_wrap_form form .submit-wrapper button:disabled {
  opacity: 0.5;
  cursor: no-drop;
}
.internet-registration-popup__item h3.popup-form-msg, .offer-form__item h3.popup-form-msg, .dental-implants-offer-form__item h3.popup-form-msg {
  text-align: center;
  color: #fff;
  font-size: 2.5rem;
  padding: 2rem;
}
.internet-registration-popup.popup-active, .offer-form.popup-active, .dental-implants-offer-form.popup-active {
  display: flex;
  justify-content: center;
  align-items: center;
}

.offer-form .page-content-block {
  margin-top: 1rem;
}
.offer-form .page-content-block .radio-buttons-wrapper {
  text-align: center;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em;
}
@media (max-width: 620px) {
  .offer-form .page-content-block .radio-buttons-wrapper {
    grid-template-columns: 1fr;
  }
}
.offer-form .page-content-block .radio-buttons-wrapper .radio-button-block label {
  display: block;
  width: 100%;
  padding: 0.75em 1.5em;
  background-color: #F5F5F5;
  border-radius: 1.5rem;
  border: 1px solid #ddd;
  text-align: center;
  cursor: pointer;
  color: #0B3F56;
  font-weight: 500;
  transition: 0.4s all ease-in-out;
}
.offer-form .page-content-block .radio-buttons-wrapper .radio-button-block label:hover {
  border: 1px solid #0B3F56;
  background-color: rgba(163, 193, 226, 0.5);
}
.offer-form .page-content-block .radio-buttons-wrapper .radio-button-block input[type=radio] {
  display: none;
}
.offer-form .page-content-block .radio-buttons-wrapper .radio-button-block input[type=radio]:checked + label {
  border: 1px solid #0B3F56;
  background-color: #0B3F56;
  color: #fff;
}

.dental-implants-offer-form .internet-registration-popup__item {
  height: max-content;
  min-height: 300px;
}

.cc-custom-selector {
  position: relative;
  margin-top: 0.5rem;
}
.cc-custom-selector select {
  display: none;
}
.cc-custom-selector .select-selected {
  background-color: #F5F5F5;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #0B3F56;
  font-weight: 500;
  line-height: 1;
  position: relative;
}
.cc-custom-selector .select-selected:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 3rem;
  height: 100%;
  background-color: #0B3F56;
  z-index: 8;
}
.cc-custom-selector .select-selected:before {
  position: absolute;
  content: "﹀";
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  z-index: 9;
  transition: 0.7s all;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-weight: 800;
}
@media (max-width: 750px) {
  .cc-custom-selector .select-selected:before {
    font-size: 1.5rem;
    line-height: 1.5rem;
    right: 0.75rem;
  }
}
.cc-custom-selector .select-selected.select-arrow-active:before {
  transform: translateY(-50%) rotate(180deg);
}
.cc-custom-selector .select-selected {
  color: #0B3F56;
  padding: 0.5rem 1rem;
  cursor: pointer;
}
.cc-custom-selector .select-items {
  position: absolute;
  border: 1px solid #000;
  background-color: #F5F5F5;
  top: 100%;
  left: 0;
  right: 0;
  border-radius: 0.5rem;
  overflow: hidden;
  z-index: 99;
  box-shadow: 0 7px 10px #d5d5d5;
  max-height: 250px;
  overflow-y: scroll;
  font-weight: 500;
}
.cc-custom-selector .select-items div {
  color: #818181;
  padding: 0.2rem 0.5rem;
  cursor: pointer;
}
.cc-custom-selector .select-hide {
  display: none;
}
.cc-custom-selector .select-items div:hover, .cc-custom-selector .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
.cc-custom-selector.error .select-selected {
  background-color: rgba(255, 0, 0, 0.15);
}

.price-calculator {
  display: none;
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(20px);
  flex-direction: column;
  justify-content: center;
}
.price-calculator.active-popup {
  display: flex;
  justify-content: center;
  align-items: center;
}
.price-calculator__item {
  width: 70%;
  background-color: #fff;
  height: max-content;
  overflow-y: auto;
  padding: 4rem;
  border-radius: 1rem;
  position: relative;
}
@media (min-width: 2000px) {
  .price-calculator__item {
    width: 1400px;
  }
}
@media (max-width: 1200px) {
  .price-calculator__item {
    width: 75%;
  }
}
@media (max-width: 1024px) {
  .price-calculator__item {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .price-calculator__item {
    width: 87%;
  }
}
@media (max-width: 480px) {
  .price-calculator__item {
    width: 95%;
    padding: 2rem;
  }
}
.price-calculator__item button.close-calculator-popup.top-btn {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 20px;
  height: 20px;
  background-color: unset;
  border: none;
  cursor: pointer;
}
.price-calculator__item button.close-calculator-popup.top-btn svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.price-calculator__item_content .block-hero__wrapper_desc {
  margin-top: 0.5rem;
}
.price-calculator__item_content .page-content-block {
  margin-top: 2rem;
}
.price-calculator__item_content .page-content-block .radio-buttons-wrapper {
  text-align: center;
}
.price-calculator__item_content .page-content-block .radio-buttons-wrapper .radio-button-block:not(:first-of-type) {
  margin-top: 1rem;
}
.price-calculator__item_content .page-content-block .radio-buttons-wrapper .radio-button-block label {
  display: block;
  width: 100%;
  padding: 0.75em 1.5em;
  background-color: #F5F5F5;
  border-radius: 1.5rem;
  border: 1px solid #ddd;
  text-align: center;
  cursor: pointer;
  color: #0B3F56;
  font-weight: 500;
  transition: 0.4s all ease-in-out;
}
.price-calculator__item_content .page-content-block .radio-buttons-wrapper .radio-button-block label:hover {
  border: 1px solid #0B3F56;
  background-color: rgba(163, 193, 226, 0.5);
}
.price-calculator__item_content .page-content-block .radio-buttons-wrapper .radio-button-block input[type=radio] {
  display: none;
}
.price-calculator__item_content .page-content-block .radio-buttons-wrapper .radio-button-block input[type=radio]:checked + label {
  border: 1px solid #0B3F56;
  background-color: #0B3F56;
  color: #fff;
}
.price-calculator__item_content .page-content-block .links-button-block {
  margin-top: 1rem;
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}
.price-calculator__item_content .page-content-block .links-button-block button.back-button {
  color: #000;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 600;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #000;
  padding: 0.75rem 2rem;
  cursor: pointer;
}
.price-calculator__item_content .page-content-block .links-button-block button.next-button {
  color: #fff;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 600;
  background-color: #000;
  border-radius: 5px;
  border: 1px solid #000;
  padding: 0.75rem 2rem;
  cursor: pointer;
}
.price-calculator__item_content .page-content-block .links-button-block button.next-button:disabled {
  opacity: 0.4;
}

section.main-hero .main-hero-wrapper {
  display: flex;
  gap: 1rem;
}
@media (max-width: 820px) {
  section.main-hero .main-hero-wrapper {
    flex-direction: column;
  }
}
section.main-hero .main-hero-wrapper__slider {
  width: 65%;
  background-color: #A3C1E2;
  position: relative;
  padding: 2rem 5% 0 11%;
  border-top-right-radius: 20px;
}
@media (max-width: 1200px) {
  section.main-hero .main-hero-wrapper__slider {
    padding: 2rem 4% 0 8.5%;
  }
}
@media (max-width: 1024px) {
  section.main-hero .main-hero-wrapper__slider {
    padding: 2rem 4% 0 6%;
  }
}
@media (max-width: 820px) {
  section.main-hero .main-hero-wrapper__slider {
    width: calc(100% - 1rem);
  }
}
@media (max-width: 768px) {
  section.main-hero .main-hero-wrapper__slider {
    padding: 2rem 2% 0 5%;
  }
}
@media (max-width: 480px) {
  section.main-hero .main-hero-wrapper__slider {
    padding: 2rem 2% 0 2%;
  }
}
section.main-hero .main-hero-wrapper__slider .main-hero-slider .swiper-wrapper .main-hero-slider-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}
section.main-hero .main-hero-wrapper__slider .main-hero-slider .swiper-wrapper .main-hero-slider-block__top-side_title h2 {
  font-size: 3.75rem;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 1480px) {
  section.main-hero .main-hero-wrapper__slider .main-hero-slider .swiper-wrapper .main-hero-slider-block__top-side_title h2 {
    font-size: 3rem;
  }
}
@media (max-width: 480px) {
  section.main-hero .main-hero-wrapper__slider .main-hero-slider .swiper-wrapper .main-hero-slider-block__top-side_title h2 {
    font-size: 2.5rem;
  }
}
section.main-hero .main-hero-wrapper__slider .main-hero-slider .swiper-wrapper .main-hero-slider-block__top-side_title h2 em {
  font-style: normal;
  font-weight: 800;
}
section.main-hero .main-hero-wrapper__slider .main-hero-slider .swiper-wrapper .main-hero-slider-block__top-side_desc {
  margin-top: 1rem;
}
section.main-hero .main-hero-wrapper__slider .main-hero-slider .swiper-wrapper .main-hero-slider-block__top-side_links {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
}
@media (max-width: 580px) {
  section.main-hero .main-hero-wrapper__slider .main-hero-slider .swiper-wrapper .main-hero-slider-block__top-side_links {
    flex-direction: column;
    align-items: flex-start;
  }
}
section.main-hero .main-hero-wrapper__slider .main-hero-slider .swiper-wrapper .main-hero-slider-block__top-side_links a {
  width: max-content;
  background-color: #fff;
  color: #000;
  font-weight: 600;
  font-size: 0.9rem;
  border-radius: 5px;
  padding: 0.7rem 2.5rem;
  border: 2px solid #fff;
  text-align: center;
}
@media (max-width: 580px) {
  section.main-hero .main-hero-wrapper__slider .main-hero-slider .swiper-wrapper .main-hero-slider-block__top-side_links a {
    width: 60%;
  }
}
section.main-hero .main-hero-wrapper__slider .main-hero-slider .swiper-wrapper .main-hero-slider-block__top-side_links .button {
  width: max-content;
  font: inherit;
  background-color: unset;
  border: 2px solid #fff;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.7rem 2.5rem;
  cursor: pointer;
}
@media (max-width: 580px) {
  section.main-hero .main-hero-wrapper__slider .main-hero-slider .swiper-wrapper .main-hero-slider-block__top-side_links .button {
    width: 60%;
  }
}
section.main-hero .main-hero-wrapper__slider .main-hero-slider .swiper-wrapper .main-hero-slider-block__bottom-side {
  margin-top: 3rem;
  background-color: #6991BC;
  width: 75%;
  padding: 2.5rem 4rem;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1400px) {
  section.main-hero .main-hero-wrapper__slider .main-hero-slider .swiper-wrapper .main-hero-slider-block__bottom-side {
    padding: 1.5rem 2.5rem;
  }
}
@media (max-width: 1024px) {
  section.main-hero .main-hero-wrapper__slider .main-hero-slider .swiper-wrapper .main-hero-slider-block__bottom-side {
    width: 60%;
  }
}
@media (max-width: 480px) {
  section.main-hero .main-hero-wrapper__slider .main-hero-slider .swiper-wrapper .main-hero-slider-block__bottom-side {
    width: 50%;
    padding: 1rem;
  }
}
section.main-hero .main-hero-wrapper__slider .main-hero-slider .swiper-wrapper .main-hero-slider-block__bottom-side p {
  padding-top: 1rem;
}
section.main-hero .main-hero-wrapper__slider .main-hero-slider .swiper-wrapper .main-hero-slider-block__bottom-side .dashed-eclipse {
  position: absolute;
  left: 10%;
  top: -120%;
  z-index: 1;
  transform: rotate(-10deg) scaleX(-1);
}
section.main-hero .main-hero-wrapper__slider .main-hero-slider .swiper-wrapper .main-hero-slider-block__bottom-side .solid-eclipse {
  position: absolute;
  left: -35%;
  top: -77%;
  z-index: 1;
  transform: rotate(40deg) scaleX(-1);
}
section.main-hero .main-hero-wrapper__slider .slider-arrows-item {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 4;
}
section.main-hero .main-hero-wrapper__slider .slider-arrows-item__wrapper {
  position: relative;
}
section.main-hero .main-hero-wrapper__slider .slider-arrows-item__wrapper .arrows-wrap {
  position: absolute;
  top: calc(50% + 10px);
  left: calc(50% + 10px);
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
section.main-hero .main-hero-wrapper__slider .slider-arrows-item__wrapper .arrows-wrap button {
  width: 3rem;
  height: 3rem;
  border-radius: 5px;
  border: none;
  background-color: #000;
  cursor: pointer;
  position: relative;
}
section.main-hero .main-hero-wrapper__slider .slider-arrows-item__wrapper .arrows-wrap button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.main-hero .main-hero-wrapper__video {
  width: 100%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
  position: relative;
  align-self: stretch;
}
@media (max-width: 820px) {
  section.main-hero .main-hero-wrapper__video {
    height: 450px;
    margin-left: 1rem;
    width: calc(100% - 1rem);
  }
}
section.main-hero .main-hero-wrapper__video_wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
}
section.main-hero .main-hero-wrapper__video_wrapper video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 2;
  min-height: 650px;
}
section.main-hero .main-hero-wrapper__video_wrapper img.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: none;
}

section.why-me {
  width: 100%;
  margin: 6rem 0;
}
@media (max-width: 980px) {
  section.why-me {
    margin: 3rem 0;
  }
}
section.why-me .why-me-wrapper {
  margin-left: 15%;
  display: flex;
  gap: 2rem;
}
@media (max-width: 1200px) {
  section.why-me .why-me-wrapper {
    margin-left: 12.5%;
  }
}
@media (max-width: 1024px) {
  section.why-me .why-me-wrapper {
    margin-left: 10%;
    gap: 1rem;
  }
}
@media (max-width: 820px) {
  section.why-me .why-me-wrapper {
    flex-direction: column;
    margin-left: 0;
  }
}
section.why-me .why-me-wrapper__desc-side {
  width: 40%;
  position: relative;
}
@media (max-width: 1400px) {
  section.why-me .why-me-wrapper__desc-side {
    width: 45%;
  }
}
@media (max-width: 1000px) {
  section.why-me .why-me-wrapper__desc-side {
    width: 55%;
  }
}
@media (max-width: 820px) {
  section.why-me .why-me-wrapper__desc-side {
    width: 70%;
    margin: 0 auto;
  }
}
@media (max-width: 820px) and (min-width: 2000px) {
  section.why-me .why-me-wrapper__desc-side {
    width: 1400px;
  }
}
@media (max-width: 820px) and (max-width: 1200px) {
  section.why-me .why-me-wrapper__desc-side {
    width: 75%;
  }
}
@media (max-width: 820px) and (max-width: 1024px) {
  section.why-me .why-me-wrapper__desc-side {
    width: 80%;
  }
}
@media (max-width: 820px) and (max-width: 768px) {
  section.why-me .why-me-wrapper__desc-side {
    width: 87%;
  }
}
@media (max-width: 820px) and (max-width: 480px) {
  section.why-me .why-me-wrapper__desc-side {
    width: 93%;
  }
}
section.why-me .why-me-wrapper__desc-side .why-me-slider {
  margin-top: 2rem;
  background-color: #A3C1E2;
  padding: 2rem 3rem 7rem 3rem;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  section.why-me .why-me-wrapper__desc-side .why-me-slider {
    padding: 1rem 2rem 8rem 2rem;
  }
}
@media (max-width: 820px) {
  section.why-me .why-me-wrapper__desc-side .why-me-slider {
    padding: 1rem 2rem 9rem 2rem;
  }
}
section.why-me .why-me-wrapper__desc-side .why-me-slider__item {
  position: relative;
  z-index: 5;
}
section.why-me .why-me-wrapper__desc-side .why-me-slider__item .swiper-wrapper .why-me-slider-block p {
  padding-top: 1rem;
}
section.why-me .why-me-wrapper__desc-side .why-me-slider .dashed-eclipse {
  position: absolute;
  left: -33%;
  top: 9%;
  z-index: 1;
}
section.why-me .why-me-wrapper__desc-side .why-me-slider .solid-eclipse {
  position: absolute;
  left: -6%;
  top: -78%;
  z-index: 1;
  transform: rotate(-17deg);
}
section.why-me .why-me-wrapper__desc-side .why-me-slider .why-me-slider-dots-wrapper {
  position: absolute;
  left: 3rem;
  bottom: 2rem;
  z-index: 2;
}
@media (max-width: 1200px) {
  section.why-me .why-me-wrapper__desc-side .why-me-slider .why-me-slider-dots-wrapper {
    left: 2rem;
  }
}
section.why-me .why-me-wrapper__desc-side .why-me-slider .why-me-slider-dots-wrapper .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  border: 2px solid #fff;
  background-color: unset;
}
section.why-me .why-me-wrapper__desc-side .why-me-slider .why-me-slider-dots-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
section.why-me .why-me-wrapper__desc-side .why-me-slider .why-me-slider-arrows-wrapper {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 2;
}
section.why-me .why-me-wrapper__desc-side .why-me-slider .why-me-slider-arrows-wrapper .arrows-wrap {
  position: absolute;
  top: calc(50% + 10px);
  left: calc(50% + 10px);
  transform: translate(-50%, -50%);
  display: flex;
  gap: 0.5rem;
}
section.why-me .why-me-wrapper__desc-side .why-me-slider .why-me-slider-arrows-wrapper .arrows-wrap button {
  width: 3rem;
  height: 3rem;
  border-radius: 5px;
  border: none;
  background-color: #000;
  cursor: pointer;
  position: relative;
}
section.why-me .why-me-wrapper__desc-side .why-me-slider .why-me-slider-arrows-wrapper .arrows-wrap button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.why-me .why-me-wrapper__image-side {
  width: 100%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  position: relative;
  overflow: hidden;
  align-self: stretch;
}
@media (max-width: 820px) {
  section.why-me .why-me-wrapper__image-side {
    margin-left: 10%;
    width: 90%;
    height: 350px;
  }
}
@media (max-width: 768px) {
  section.why-me .why-me-wrapper__image-side {
    margin-left: 6.5%;
    width: 93.5%;
  }
}
@media (max-width: 480px) {
  section.why-me .why-me-wrapper__image-side {
    margin-left: 3.5%;
    width: 96.5%;
  }
}
section.why-me .why-me-wrapper__image-side .image-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
}
section.why-me .why-me-wrapper__image-side .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: none;
}

section.services-banner {
  margin: 6rem 0;
}
@media (max-width: 980px) {
  section.services-banner {
    margin: 3rem 0;
  }
}
section.services-banner .services-banner-wrapper__top-item {
  width: 89%;
  display: grid;
  grid-template-columns: 3fr max-content 2fr;
  align-items: center;
}
@media (max-width: 1200px) {
  section.services-banner .services-banner-wrapper__top-item {
    width: 91%;
  }
}
@media (max-width: 1024px) {
  section.services-banner .services-banner-wrapper__top-item {
    width: 93.5%;
  }
}
@media (max-width: 768px) {
  section.services-banner .services-banner-wrapper__top-item {
    width: 96%;
  }
}
@media (max-width: 680px) {
  section.services-banner .services-banner-wrapper__top-item {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
@media (max-width: 480px) {
  section.services-banner .services-banner-wrapper__top-item {
    width: 78%;
    margin: 0 auto;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) and (min-width: 2000px) {
  section.services-banner .services-banner-wrapper__top-item {
    width: 1600px;
  }
}
@media (max-width: 480px) and (max-width: 1200px) {
  section.services-banner .services-banner-wrapper__top-item {
    width: 82%;
  }
}
@media (max-width: 480px) and (max-width: 1024px) {
  section.services-banner .services-banner-wrapper__top-item {
    width: 87%;
  }
}
@media (max-width: 480px) and (max-width: 768px) {
  section.services-banner .services-banner-wrapper__top-item {
    width: 92%;
  }
}
@media (max-width: 480px) and (max-width: 480px) {
  section.services-banner .services-banner-wrapper__top-item {
    width: 97%;
  }
}
section.services-banner .services-banner-wrapper__top-item_image {
  width: 100%;
  height: 40rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1300px) {
  section.services-banner .services-banner-wrapper__top-item_image {
    height: 30rem;
  }
}
@media (max-width: 680px) {
  section.services-banner .services-banner-wrapper__top-item_image {
    height: 20rem;
  }
}
@media (max-width: 480px) {
  section.services-banner .services-banner-wrapper__top-item_image {
    display: none;
  }
}
section.services-banner .services-banner-wrapper__top-item_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right top;
  transform: none;
}
@media (max-width: 1300px) {
  section.services-banner .services-banner-wrapper__top-item_include {
    align-self: end;
  }
}
@media (max-width: 680px) {
  section.services-banner .services-banner-wrapper__top-item_include {
    display: none;
  }
}
section.services-banner .services-banner-wrapper__top-item_title {
  padding-left: 5%;
  margin-top: -8rem;
}
@media (max-width: 980px) {
  section.services-banner .services-banner-wrapper__top-item_title {
    padding-left: 2.5%;
  }
}
@media (max-width: 680px) {
  section.services-banner .services-banner-wrapper__top-item_title {
    padding-left: 0;
    margin-top: -4rem;
  }
}
@media (max-width: 480px) {
  section.services-banner .services-banner-wrapper__top-item_title {
    margin-top: 0;
  }
}
section.services-banner .services-banner-wrapper__top-item_title p {
  padding-top: 1rem;
}
section.services-banner .services-banner-wrapper__services-list {
  width: 78%;
  margin: 0 auto;
  background-color: #A3C1E2;
  margin-top: -13.65rem;
  position: relative;
  border-radius: 20px;
  padding: 3rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (min-width: 2000px) {
  section.services-banner .services-banner-wrapper__services-list {
    width: 1600px;
  }
}
@media (max-width: 1200px) {
  section.services-banner .services-banner-wrapper__services-list {
    width: 82%;
  }
}
@media (max-width: 1024px) {
  section.services-banner .services-banner-wrapper__services-list {
    width: 87%;
  }
}
@media (max-width: 768px) {
  section.services-banner .services-banner-wrapper__services-list {
    width: 92%;
  }
}
@media (max-width: 480px) {
  section.services-banner .services-banner-wrapper__services-list {
    width: 97%;
  }
}
@media (max-width: 1420px) {
  section.services-banner .services-banner-wrapper__services-list {
    margin-top: -13rem;
  }
}
@media (max-width: 1300px) {
  section.services-banner .services-banner-wrapper__services-list {
    margin-top: -8rem;
  }
}
@media (max-width: 1200px) {
  section.services-banner .services-banner-wrapper__services-list {
    margin-top: -7.1rem;
  }
}
@media (max-width: 1000px) {
  section.services-banner .services-banner-wrapper__services-list {
    margin-top: -6.6rem;
  }
}
@media (max-width: 680px) {
  section.services-banner .services-banner-wrapper__services-list {
    margin-top: -1.5rem;
    grid-template-columns: 1fr 1fr;
    padding: 1rem;
  }
}
@media (max-width: 480px) {
  section.services-banner .services-banner-wrapper__services-list {
    margin-top: 2rem;
    grid-template-columns: 1fr;
  }
}
section.services-banner .services-banner-wrapper__services-list_block {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
  background-color: #fff;
  border-radius: 10px;
  transition: 0.4s all ease-in-out;
}
section.services-banner .services-banner-wrapper__services-list_block a .block-wrapper {
  padding: 1.5rem;
}
section.services-banner .services-banner-wrapper__services-list_block a .block-wrapper h5 {
  transition: 0.4s all ease-in-out;
}
section.services-banner .services-banner-wrapper__services-list_block a .block-wrapper p {
  padding-top: 0.5rem;
}
section.services-banner .services-banner-wrapper__services-list_block:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
section.services-banner .services-banner-wrapper__services-list_block:hover a .block-wrapper h5 {
  transform: translateX(1rem);
}
@media (max-width: 680px) {
  section.services-banner .services-banner-wrapper__services-list_block:last-of-type {
    display: none;
  }
}
section.services-banner .services-banner-wrapper__services-list .link-wrapper {
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 480px) {
  section.services-banner .services-banner-wrapper__services-list .link-wrapper {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}

section.clinic-doctors-banner {
  width: 100%;
  margin: 6rem 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 980px) {
  section.clinic-doctors-banner {
    margin: 3rem 0;
  }
}
section.clinic-doctors-banner .clinic-doctors-banner-wrapper {
  width: 78%;
  margin: 0 auto;
}
@media (min-width: 2000px) {
  section.clinic-doctors-banner .clinic-doctors-banner-wrapper {
    width: 1600px;
  }
}
@media (max-width: 1200px) {
  section.clinic-doctors-banner .clinic-doctors-banner-wrapper {
    width: 82%;
  }
}
@media (max-width: 1024px) {
  section.clinic-doctors-banner .clinic-doctors-banner-wrapper {
    width: 87%;
  }
}
@media (max-width: 768px) {
  section.clinic-doctors-banner .clinic-doctors-banner-wrapper {
    width: 92%;
  }
}
@media (max-width: 480px) {
  section.clinic-doctors-banner .clinic-doctors-banner-wrapper {
    width: 97%;
  }
}
section.clinic-doctors-banner .clinic-doctors-banner-wrapper__title {
  text-align: center;
}
section.clinic-doctors-banner .clinic-doctors-banner-wrapper__title p {
  width: 60%;
  padding-top: 1rem;
  margin: 0 auto;
}
@media (max-width: 980px) {
  section.clinic-doctors-banner .clinic-doctors-banner-wrapper__title p {
    width: 100%;
  }
}
section.clinic-doctors-banner .clinic-doctors-banner-wrapper__doctors {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 640px) {
  section.clinic-doctors-banner .clinic-doctors-banner-wrapper__doctors {
    grid-template-columns: 1fr;
  }
}
section.clinic-doctors-banner .clinic-doctors-banner-wrapper__doctors .doctor-block {
  background-color: #A3C1E2;
  border-radius: 20px;
  overflow: hidden;
}
section.clinic-doctors-banner .clinic-doctors-banner-wrapper__doctors .doctor-block a .doctor-block__wrapper {
  width: 100%;
  height: 100%;
  padding: 1rem;
  position: relative;
}
section.clinic-doctors-banner .clinic-doctors-banner-wrapper__doctors .doctor-block a .doctor-block__wrapper .image-block {
  width: 100%;
  height: 18rem;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1400px) {
  section.clinic-doctors-banner .clinic-doctors-banner-wrapper__doctors .doctor-block a .doctor-block__wrapper .image-block {
    height: 14rem;
  }
}
@media (max-width: 860px) {
  section.clinic-doctors-banner .clinic-doctors-banner-wrapper__doctors .doctor-block a .doctor-block__wrapper .image-block {
    height: 10rem;
  }
}
@media (max-width: 640px) {
  section.clinic-doctors-banner .clinic-doctors-banner-wrapper__doctors .doctor-block a .doctor-block__wrapper .image-block {
    height: 400px;
  }
}
@media (max-width: 500px) {
  section.clinic-doctors-banner .clinic-doctors-banner-wrapper__doctors .doctor-block a .doctor-block__wrapper .image-block {
    height: 300px;
  }
}
section.clinic-doctors-banner .clinic-doctors-banner-wrapper__doctors .doctor-block a .doctor-block__wrapper .image-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transform: none;
  transition: 0.4s all ease-in-out;
}
section.clinic-doctors-banner .clinic-doctors-banner-wrapper__doctors .doctor-block a .doctor-block__wrapper .name-block {
  width: 75%;
  padding-top: 1.5rem;
  transition: 0.4s all ease-in-out;
}
@media (max-width: 1100px) {
  section.clinic-doctors-banner .clinic-doctors-banner-wrapper__doctors .doctor-block a .doctor-block__wrapper .name-block {
    width: 65%;
  }
}
section.clinic-doctors-banner .clinic-doctors-banner-wrapper__doctors .doctor-block a .doctor-block__wrapper .name-block p {
  padding-top: 0.5rem;
}
section.clinic-doctors-banner .clinic-doctors-banner-wrapper__doctors .doctor-block a .doctor-block__wrapper .doctor-link-wrapper {
  position: absolute;
  right: -1px;
  bottom: -1px;
}
@media (max-width: 640px) {
  section.clinic-doctors-banner .clinic-doctors-banner-wrapper__doctors .doctor-block a .doctor-block__wrapper .doctor-link-wrapper svg #Subtraction_11 {
    fill: #fff;
  }
}
@media (max-width: 960px) {
  section.clinic-doctors-banner .clinic-doctors-banner-wrapper__doctors .doctor-block a .doctor-block__wrapper .doctor-link-wrapper {
    right: -2rem;
    bottom: -2rem;
  }
}
section.clinic-doctors-banner .clinic-doctors-banner-wrapper__doctors .doctor-block a .doctor-block__wrapper .doctor-link-wrapper .arrow-wrap {
  position: absolute;
  top: calc(50% + 10px);
  left: calc(50% + 10px);
  transform: translate(-50%, -50%);
  width: 3rem;
  height: 3rem;
  border-radius: 5px;
  border: none;
  background-color: rgba(0, 0, 0, 0.2);
  transition: 0.4s all ease-in-out;
}
@media (max-width: 960px) {
  section.clinic-doctors-banner .clinic-doctors-banner-wrapper__doctors .doctor-block a .doctor-block__wrapper .doctor-link-wrapper .arrow-wrap {
    top: 2rem;
    left: 2rem;
    transform: unset;
  }
}
@media (max-width: 750px) {
  section.clinic-doctors-banner .clinic-doctors-banner-wrapper__doctors .doctor-block a .doctor-block__wrapper .doctor-link-wrapper .arrow-wrap {
    top: 2.5rem;
    left: 2.5rem;
  }
}
section.clinic-doctors-banner .clinic-doctors-banner-wrapper__doctors .doctor-block a .doctor-block__wrapper .doctor-link-wrapper .arrow-wrap svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.clinic-doctors-banner .clinic-doctors-banner-wrapper__doctors .doctor-block:hover a .doctor-block__wrapper .image-block img {
  transform: scale(1.2);
}
section.clinic-doctors-banner .clinic-doctors-banner-wrapper__doctors .doctor-block:hover a .doctor-block__wrapper .name-block {
  transform: translateX(1rem);
}
section.clinic-doctors-banner .clinic-doctors-banner-wrapper__doctors .doctor-block:hover a .doctor-block__wrapper .doctor-link-wrapper .arrow-wrap {
  left: calc(50% + 20px);
  background-color: #000;
}
section.clinic-doctors-banner .clinic-doctors-banner-wrapper__link {
  margin: 3rem 0 1rem;
  text-align: center;
}
section.clinic-doctors-banner .have-questions-block {
  width: 78%;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 2000px) {
  section.clinic-doctors-banner .have-questions-block {
    width: 1600px;
  }
}
@media (max-width: 1200px) {
  section.clinic-doctors-banner .have-questions-block {
    width: 82%;
  }
}
@media (max-width: 1024px) {
  section.clinic-doctors-banner .have-questions-block {
    width: 87%;
  }
}
@media (max-width: 768px) {
  section.clinic-doctors-banner .have-questions-block {
    width: 92%;
  }
}
@media (max-width: 480px) {
  section.clinic-doctors-banner .have-questions-block {
    width: 97%;
  }
}
section.clinic-doctors-banner .have-questions-block__wrapper {
  width: 75%;
  margin-top: 5rem;
}
@media (max-width: 1000px) {
  section.clinic-doctors-banner .have-questions-block__wrapper {
    width: 100%;
  }
}
section.clinic-doctors-banner .have-questions-block__wrapper_item {
  background-color: #fff;
  border-radius: 20px;
  padding: 4rem 7rem;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.4) inset;
}
@media (max-width: 1400px) {
  section.clinic-doctors-banner .have-questions-block__wrapper_item {
    padding: 4rem;
  }
}
@media (max-width: 400px) {
  section.clinic-doctors-banner .have-questions-block__wrapper_item {
    padding: 2rem;
  }
}
section.clinic-doctors-banner .have-questions-block__wrapper_item .desc-wrap {
  width: 75%;
}
@media (max-width: 1600px) {
  section.clinic-doctors-banner .have-questions-block__wrapper_item .desc-wrap {
    width: 100%;
  }
}
section.clinic-doctors-banner .have-questions-block__wrapper_item .desc-wrap p {
  padding-top: 1rem;
}
section.clinic-doctors-banner .have-questions-block__wrapper_item .desc-wrap .link-wrap {
  margin-top: 3rem;
}
section.clinic-doctors-banner .have-questions-block__wrapper_item .desc-wrap .link-wrap .open-popup-registration {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  background-color: #000;
  border-radius: 5px;
  padding: 0.75rem 2rem;
  border: none;
  cursor: pointer;
}
section.clinic-doctors-banner .have-questions-block .dashed-eclipse {
  position: absolute;
  right: 10%;
  top: -7%;
  z-index: 4;
}
@media (max-width: 1590px) {
  section.clinic-doctors-banner .have-questions-block .dashed-eclipse {
    right: 0;
  }
}
@media (max-width: 1490px) {
  section.clinic-doctors-banner .have-questions-block .dashed-eclipse {
    width: 10%;
    right: 20%;
    top: unset;
    bottom: 0;
  }
}
@media (max-width: 1200px) {
  section.clinic-doctors-banner .have-questions-block .dashed-eclipse {
    width: 5%;
  }
}
@media (max-width: 1000px) {
  section.clinic-doctors-banner .have-questions-block .dashed-eclipse {
    display: none;
  }
}
section.clinic-doctors-banner .have-questions-block .dashed-eclipse svg {
  width: 100%;
}
section.clinic-doctors-banner .have-questions-block .solid-eclipse {
  position: absolute;
  right: 5%;
  top: -30%;
  z-index: 4;
}
@media (max-width: 1590px) {
  section.clinic-doctors-banner .have-questions-block .solid-eclipse {
    right: 0;
  }
}
@media (max-width: 1490px) {
  section.clinic-doctors-banner .have-questions-block .solid-eclipse {
    width: 15%;
    right: 15%;
    top: unset;
    bottom: 0;
  }
}
@media (max-width: 1200px) {
  section.clinic-doctors-banner .have-questions-block .solid-eclipse {
    width: 10%;
    bottom: -20%;
  }
}
@media (max-width: 1000px) {
  section.clinic-doctors-banner .have-questions-block .solid-eclipse {
    display: none;
  }
}
section.clinic-doctors-banner .have-questions-block .solid-eclipse svg {
  width: 100%;
}
section.clinic-doctors-banner .background-include {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 50%;
  left: 0;
  top: 40%;
  background-color: #f5f5f5;
}

section.calculator-banner {
  width: 78%;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  padding: 5rem 4rem;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 2000px) {
  section.calculator-banner {
    width: 1600px;
  }
}
@media (max-width: 1200px) {
  section.calculator-banner {
    width: 82%;
  }
}
@media (max-width: 1024px) {
  section.calculator-banner {
    width: 87%;
  }
}
@media (max-width: 768px) {
  section.calculator-banner {
    width: 92%;
  }
}
@media (max-width: 480px) {
  section.calculator-banner {
    width: 97%;
  }
}
@media (min-width: 500px) and (max-width: 880px) {
  section.calculator-banner {
    padding: 3rem 2rem;
    background-position: bottom;
  }
}
@media (max-width: 500px) {
  section.calculator-banner {
    padding: 3rem 2rem;
    background-position: inherit;
  }
}
section.calculator-banner .calculator-banner-wrapper {
  width: 560px;
  position: relative;
  z-index: 2;
}
@media (max-width: 880px) {
  section.calculator-banner .calculator-banner-wrapper {
    width: 75%;
  }
}
@media (max-width: 540px) {
  section.calculator-banner .calculator-banner-wrapper {
    width: 100%;
  }
}
section.calculator-banner .calculator-banner-wrapper__title p {
  padding-top: 1rem;
}
@media (max-width: 880px) {
  section.calculator-banner .calculator-banner-wrapper__title p {
    width: 75%;
  }
}
section.calculator-banner .calculator-banner-wrapper__slider {
  margin-top: 2rem;
}
section.calculator-banner .calculator-banner-wrapper__slider .swiper-wrapper .calculator-block {
  background-color: #fff;
  border-radius: 20px;
  height: auto;
}
section.calculator-banner .calculator-banner-wrapper__slider .swiper-wrapper .calculator-block.swiper-slide-active {
  border-bottom-left-radius: 0;
}
@media (max-width: 880px) {
  section.calculator-banner .calculator-banner-wrapper__slider .swiper-wrapper .calculator-block {
    border-radius: 1rem;
  }
}
section.calculator-banner .calculator-banner-wrapper__slider .swiper-wrapper .calculator-block__wrapper {
  padding: 3rem 4rem 1.5rem 4rem;
}
@media (max-width: 880px) {
  section.calculator-banner .calculator-banner-wrapper__slider .swiper-wrapper .calculator-block__wrapper {
    padding: 1.5rem 2rem;
  }
}
section.calculator-banner .calculator-banner-wrapper__slider .swiper-wrapper .calculator-block__wrapper .count {
  font-size: 2rem;
  font-weight: 400;
}
section.calculator-banner .calculator-banner-wrapper__slider .swiper-wrapper .calculator-block__wrapper p {
  padding-top: 1rem;
}
section.calculator-banner .calculator-banner-wrapper__slider .swiper-wrapper .calculator-block__wrapper .link-wrap {
  margin-top: 3rem;
}
section.calculator-banner .calculator-banner-wrapper__slider .swiper-wrapper .calculator-block__wrapper .link-wrap button {
  color: #fff;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 600;
  background-color: #000;
  border-radius: 5px;
  border: none;
  padding: 0.75rem 2rem;
  cursor: pointer;
}
section.calculator-banner .calculator-banner-wrapper__navigation {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
  margin-top: -1rem;
}
@media (max-width: 880px) {
  section.calculator-banner .calculator-banner-wrapper__navigation {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
}
section.calculator-banner .calculator-banner-wrapper__navigation_dots {
  position: relative;
  margin-top: 1rem;
}
@media (max-width: 880px) {
  section.calculator-banner .calculator-banner-wrapper__navigation_dots {
    display: none;
  }
}
section.calculator-banner .calculator-banner-wrapper__navigation_dots .calculator-banner-dots {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}
section.calculator-banner .calculator-banner-wrapper__navigation_dots .calculator-banner-dots .swiper-pagination-bullet {
  width: 0.6rem;
  height: 0.6rem;
  background-color: #fff;
  border: 2px solid #000;
}
section.calculator-banner .calculator-banner-wrapper__navigation_dots .calculator-banner-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
}
section.calculator-banner .calculator-banner-wrapper__navigation_arrows {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 1rem;
}
section.calculator-banner .calculator-banner-wrapper__navigation_arrows button {
  width: 33%;
  aspect-ratio: 1/1;
  background-color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
@media (max-width: 880px) {
  section.calculator-banner .calculator-banner-wrapper__navigation_arrows button {
    width: 3rem;
  }
}
section.calculator-banner .background-gradient {
  position: absolute;
  height: 100%;
  width: 70%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 880px) {
  section.calculator-banner .background-gradient {
    width: 100%;
  }
}

section.testimonials-banner {
  margin: 6rem 0;
}
@media (max-width: 980px) {
  section.testimonials-banner {
    margin: 3rem 0;
  }
}
section.testimonials-banner .testimonials-banner-wrapper {
  width: 70%;
  margin: 0 auto;
}
@media (min-width: 2000px) {
  section.testimonials-banner .testimonials-banner-wrapper {
    width: 1400px;
  }
}
@media (max-width: 1200px) {
  section.testimonials-banner .testimonials-banner-wrapper {
    width: 75%;
  }
}
@media (max-width: 1024px) {
  section.testimonials-banner .testimonials-banner-wrapper {
    width: 80%;
  }
}
@media (max-width: 768px) {
  section.testimonials-banner .testimonials-banner-wrapper {
    width: 87%;
  }
}
@media (max-width: 480px) {
  section.testimonials-banner .testimonials-banner-wrapper {
    width: 93%;
  }
}
section.testimonials-banner .testimonials-banner-wrapper__title p {
  width: 60%;
  padding-top: 1rem;
}
@media (max-width: 980px) {
  section.testimonials-banner .testimonials-banner-wrapper__title p {
    width: 100%;
  }
}
section.testimonials-banner .testimonials-banner-wrapper__slider {
  margin-top: 2rem;
  position: relative;
}
section.testimonials-banner .testimonials-banner-wrapper__slider .swiper-wrapper .testimonials-slider-block {
  height: auto;
  background-color: #A3C1E2;
  padding: 2rem 10rem 2rem 3rem;
  border-radius: 20px;
}
@media (max-width: 1024px) {
  section.testimonials-banner .testimonials-banner-wrapper__slider .swiper-wrapper .testimonials-slider-block {
    padding: 2rem 12rem 2rem 3rem;
  }
}
@media (max-width: 680px) {
  section.testimonials-banner .testimonials-banner-wrapper__slider .swiper-wrapper .testimonials-slider-block {
    padding: 1rem 12rem 1rem 1.5rem;
  }
}
@media (max-width: 540px) {
  section.testimonials-banner .testimonials-banner-wrapper__slider .swiper-wrapper .testimonials-slider-block {
    padding: 1rem 6rem 1rem 1.5rem;
  }
}
section.testimonials-banner .testimonials-banner-wrapper__slider .swiper-wrapper .testimonials-slider-block h4 sup {
  font-size: 1rem;
  padding-left: 0.5rem;
}
section.testimonials-banner .testimonials-banner-wrapper__slider .swiper-wrapper .testimonials-slider-block .testimonial-content {
  margin-top: 1rem;
}
section.testimonials-banner .testimonials-banner-wrapper__slider .swiper-wrapper .testimonials-slider-block .testimonial-content p {
  color: #fff;
}
section.testimonials-banner .testimonials-banner-wrapper__slider_arrows {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 2;
}
@media (max-width: 540px) {
  section.testimonials-banner .testimonials-banner-wrapper__slider_arrows svg.wave {
    display: none;
  }
}
section.testimonials-banner .testimonials-banner-wrapper__slider_arrows .arrows-wrap {
  position: absolute;
  top: calc(50% + 10px);
  left: calc(50% + 10px);
  transform: translate(-50%, -50%);
  display: flex;
  gap: 0.5rem;
}
@media (max-width: 540px) {
  section.testimonials-banner .testimonials-banner-wrapper__slider_arrows .arrows-wrap {
    top: unset;
    left: unset;
    transform: unset;
    bottom: 1rem;
    right: 1rem;
  }
}
section.testimonials-banner .testimonials-banner-wrapper__slider_arrows .arrows-wrap button {
  width: 3rem;
  height: 3rem;
  border-radius: 5px;
  border: none;
  background-color: #000;
  cursor: pointer;
  position: relative;
}
@media (max-width: 540px) {
  section.testimonials-banner .testimonials-banner-wrapper__slider_arrows .arrows-wrap button {
    width: 2rem;
    height: 2rem;
  }
}
section.testimonials-banner .testimonials-banner-wrapper__slider_arrows .arrows-wrap button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.testimonials-banner .testimonials-banner-wrapper__link {
  margin-top: 3rem;
}

.cta-banner {
  margin: 6rem 0;
  width: 100%;
  background-position: center right;
  background-size: cover;
}
@media (min-width: 500px) and (max-width: 880px) {
  .cta-banner {
    margin: 3rem 0;
    background-position: bottom;
  }
}
@media (max-width: 500px) {
  .cta-banner {
    background-position: inherit;
  }
}
.cta-banner.no-margin {
  margin: 0;
}
.cta-banner__wrapper {
  width: 78%;
  margin: 0 auto;
  padding: 9rem 0;
}
@media (min-width: 2000px) {
  .cta-banner__wrapper {
    width: 1600px;
  }
}
@media (max-width: 1200px) {
  .cta-banner__wrapper {
    width: 82%;
  }
}
@media (max-width: 1024px) {
  .cta-banner__wrapper {
    width: 87%;
  }
}
@media (max-width: 768px) {
  .cta-banner__wrapper {
    width: 92%;
  }
}
@media (max-width: 480px) {
  .cta-banner__wrapper {
    width: 97%;
  }
}
@media (max-width: 1200px) {
  .cta-banner__wrapper {
    padding: 6rem 0;
  }
}
.cta-banner__wrapper_item {
  width: 50%;
  background-color: #fff;
  border-radius: 20px;
  padding: 4rem;
}
@media (max-width: 1480px) {
  .cta-banner__wrapper_item {
    width: 60%;
  }
}
@media (max-width: 420px) {
  .cta-banner__wrapper_item {
    width: 75%;
  }
}
@media (max-width: 340px) {
  .cta-banner__wrapper_item {
    width: 100%;
  }
}
@media (max-width: 680px) {
  .cta-banner__wrapper_item {
    padding: 2rem;
  }
}
@media (max-width: 1480px) {
  .cta-banner__wrapper_item h2 {
    font-size: 2rem;
  }
}
.cta-banner__wrapper_item p {
  padding-top: 1rem;
}
.cta-banner__wrapper_item .links-wrapper {
  margin-top: 3rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.cta-banner__wrapper_item .links-wrapper button {
  font: inherit;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  background-color: #000;
  border: none;
  border-radius: 5px;
  padding: 0.75rem 2rem;
  cursor: pointer;
}
.cta-banner__wrapper_item .links-wrapper .desktop {
  color: #000;
  font-size: 0.9rem;
  font-weight: 600;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 0.75rem 2rem;
}
@media (max-width: 820px) {
  .cta-banner__wrapper_item .links-wrapper .desktop {
    display: none;
  }
}
.cta-banner__wrapper_item .links-wrapper .mobile {
  color: #000;
  font-size: 0.9rem;
  font-weight: 600;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 0.75rem 2rem;
}
@media (min-width: 820px) {
  .cta-banner__wrapper_item .links-wrapper .mobile {
    display: none;
  }
}

.shop-banner__wrapper {
  width: 78%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 4fr 5fr;
  gap: 1rem;
}
@media (min-width: 2000px) {
  .shop-banner__wrapper {
    width: 1600px;
  }
}
@media (max-width: 1200px) {
  .shop-banner__wrapper {
    width: 82%;
  }
}
@media (max-width: 1024px) {
  .shop-banner__wrapper {
    width: 87%;
  }
}
@media (max-width: 768px) {
  .shop-banner__wrapper {
    width: 92%;
  }
}
@media (max-width: 480px) {
  .shop-banner__wrapper {
    width: 97%;
  }
}
@media (max-width: 820px) {
  .shop-banner__wrapper {
    grid-template-columns: 1fr;
  }
}
.shop-banner__wrapper_desc h2 {
  padding-top: 1rem;
}
@media (max-width: 820px) {
  .shop-banner__wrapper_desc h2 {
    font-size: 3rem;
    padding-top: 0;
  }
}
.shop-banner__wrapper_desc p {
  padding-top: 1rem;
}
.shop-banner__wrapper_desc .link-wrap {
  margin-top: 3rem;
}
.shop-banner__wrapper_image {
  width: 100%;
}
@media (max-width: 820px) {
  .shop-banner__wrapper_image {
    width: 60%;
    margin: 0 auto;
  }
}
@media (max-width: 620px) {
  .shop-banner__wrapper_image {
    width: 80%;
  }
}
.shop-banner__wrapper_image img {
  width: 100%;
  height: auto;
}

@media (max-width: 820px) {
  .dantu-implantacija-viskas-iskaiciuota .inside-page-hero-wrapper__visual {
    display: none;
  }
}

section.inside-page-hero .inside-page-hero-wrapper {
  display: grid;
  gap: 1rem;
  height: calc(100vh - 7.5rem);
  min-height: max-content;
  grid-template-columns: 8fr 5fr;
}
@media (max-width: 1200px) {
  section.inside-page-hero .inside-page-hero-wrapper {
    height: 80vh;
  }
}
@media (max-width: 1024px) {
  section.inside-page-hero .inside-page-hero-wrapper {
    height: 70vh;
  }
}
@media (max-height: 920px) {
  section.inside-page-hero .inside-page-hero-wrapper {
    min-height: 920px;
  }
}
@media (max-width: 820px) {
  section.inside-page-hero .inside-page-hero-wrapper {
    height: unset;
    min-height: unset;
    grid-template-columns: 1fr;
  }
}
section.inside-page-hero .inside-page-hero-wrapper__desc {
  background-color: #A3C1E2;
  position: relative;
  padding: 1rem 5% 1rem 18%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 1200px) {
  section.inside-page-hero .inside-page-hero-wrapper__desc {
    padding: 1rem 4% 1rem 14%;
  }
}
@media (max-width: 1024px) {
  section.inside-page-hero .inside-page-hero-wrapper__desc {
    padding: 1rem 4% 1rem 9%;
  }
}
@media (max-width: 820px) {
  section.inside-page-hero .inside-page-hero-wrapper__desc {
    width: 92%;
  }
}
@media (max-width: 768px) {
  section.inside-page-hero .inside-page-hero-wrapper__desc {
    padding: 1rem 2% 1rem 5%;
  }
}
@media (max-width: 480px) {
  section.inside-page-hero .inside-page-hero-wrapper__desc {
    width: 97%;
    padding: 1rem 2% 1rem 2%;
  }
}
section.inside-page-hero .inside-page-hero-wrapper__desc .go-back {
  display: flex;
  flex-direction: row;
  gap: 10px;
  color: #fff;
  font-weight: 600;
  align-items: center;
  position: absolute;
  top: 1em;
  z-index: 99999;
  font-size: 1.1rem;
}
@media (max-width: 820px) {
  section.inside-page-hero .inside-page-hero-wrapper__desc .go-back {
    position: relative;
    margin-bottom: 1em;
  }
}
section.inside-page-hero .inside-page-hero-wrapper__desc_title {
  position: relative;
  z-index: 3;
}
section.inside-page-hero .inside-page-hero-wrapper__desc_title h4 {
  padding-top: 1rem;
}
section.inside-page-hero .inside-page-hero-wrapper__desc_info {
  margin-top: 2rem;
  position: relative;
  z-index: 3;
}
section.inside-page-hero .inside-page-hero-wrapper__desc_btn {
  margin-top: 3rem;
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
}
@media (max-width: 820px) {
  section.inside-page-hero .inside-page-hero-wrapper__desc_btn {
    gap: 1em;
  }
}
section.inside-page-hero .inside-page-hero-wrapper__desc_btn button {
  font: inherit;
  color: #000;
  font-size: 0.9rem;
  font-weight: 600;
  background-color: #fff;
  border: none;
  border-radius: 5px;
  padding: 0.75rem 2rem;
  cursor: pointer;
}
section.inside-page-hero .inside-page-hero-wrapper__desc_btn .desktop {
  font: inherit;
  background-color: unset;
  border: 2px solid #fff;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.7rem 2.5rem;
  cursor: pointer;
}
@media (max-width: 820px) {
  section.inside-page-hero .inside-page-hero-wrapper__desc_btn .desktop {
    display: none;
  }
}
section.inside-page-hero .inside-page-hero-wrapper__desc_btn .mobile {
  font: inherit;
  background-color: unset;
  border: 2px solid #fff;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.7rem 2.5rem;
  cursor: pointer;
}
@media (min-width: 820px) {
  section.inside-page-hero .inside-page-hero-wrapper__desc_btn .mobile {
    display: none;
  }
}
section.inside-page-hero .inside-page-hero-wrapper__desc .dashed-eclipse {
  position: absolute;
  left: 0;
  top: -12%;
  z-index: 1;
  transform: rotate(-93deg) scaleX(-1);
}
section.inside-page-hero .inside-page-hero-wrapper__desc .solid-eclipse {
  position: absolute;
  left: -11%;
  top: 0;
  z-index: 1;
  transform: rotate(126deg) scaleX(-1);
}
section.inside-page-hero .inside-page-hero-wrapper__visual {
  width: 100%;
  height: 100%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 820px) {
  section.inside-page-hero .inside-page-hero-wrapper__visual {
    height: 450px;
    width: 60%;
    margin-left: 40%;
  }
}
@media (max-width: 680px) {
  section.inside-page-hero .inside-page-hero-wrapper__visual {
    width: 80%;
    margin-left: 20%;
  }
}
@media (max-width: 480px) {
  section.inside-page-hero .inside-page-hero-wrapper__visual {
    width: 97%;
    margin-left: 3%;
    height: 375px;
  }
}
section.inside-page-hero .inside-page-hero-wrapper__visual_wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
}
section.inside-page-hero .inside-page-hero-wrapper__visual_wrapper video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 2;
}
section.inside-page-hero .inside-page-hero-wrapper__visual_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transform: none;
}

article.paragraph {
  margin: 6rem 0;
}
@media (max-width: 980px) {
  article.paragraph {
    margin: 3rem 0;
  }
}
article.paragraph .paragraph-wrapper {
  width: 70%;
  margin: 0 auto;
}
@media (min-width: 2000px) {
  article.paragraph .paragraph-wrapper {
    width: 1400px;
  }
}
@media (max-width: 1200px) {
  article.paragraph .paragraph-wrapper {
    width: 75%;
  }
}
@media (max-width: 1024px) {
  article.paragraph .paragraph-wrapper {
    width: 80%;
  }
}
@media (max-width: 768px) {
  article.paragraph .paragraph-wrapper {
    width: 87%;
  }
}
@media (max-width: 480px) {
  article.paragraph .paragraph-wrapper {
    width: 93%;
  }
}
article.paragraph .paragraph-wrapper h2 {
  padding-bottom: 1rem;
}
article.paragraph .paragraph-wrapper__text-block h4 {
  padding-bottom: 1rem;
}
article.paragraph .paragraph-wrapper__text-block h3 {
  padding-top: 1rem;
}
article.paragraph .paragraph-wrapper__text-block p {
  padding-top: 1rem;
}
article.paragraph .paragraph-wrapper__text-block a {
  color: #86868B;
  font-weight: 500;
}
article.paragraph .paragraph-wrapper__text-block ol {
  padding-top: 1rem;
  list-style-position: inside;
  color: #86868B;
  font-weight: 500;
}
article.paragraph .paragraph-wrapper__text-block ol li {
  margin: 0.25rem 0;
}
article.paragraph .paragraph-wrapper__text-block ul {
  padding-top: 1rem;
}
article.paragraph .paragraph-wrapper__text-block ul li {
  color: #86868B;
  font-weight: 500;
  position: relative;
  padding-left: 1rem;
  margin: 0.25rem 0;
}
article.paragraph .paragraph-wrapper__text-block ul li:after {
  content: "–";
  position: absolute;
  top: 0;
  left: 0;
}
article.paragraph .paragraph-wrapper__links {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
article.paragraph .paragraph-wrapper__links button {
  font: inherit;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  background-color: #000;
  border: none;
  border-radius: 5px;
  padding: 0.75rem 2rem;
  cursor: pointer;
}

section.accordion {
  margin: 6rem 0;
}
@media (max-width: 980px) {
  section.accordion {
    margin: 3rem 0;
  }
}
section.accordion.no-margin-top {
  margin-top: -3rem;
}
@media (max-width: 980px) {
  section.accordion.no-margin-top {
    margin-top: -1.5rem;
  }
}
section.accordion .accordion-wrapper {
  width: 70%;
  margin: 0 auto;
}
@media (min-width: 2000px) {
  section.accordion .accordion-wrapper {
    width: 1400px;
  }
}
@media (max-width: 1200px) {
  section.accordion .accordion-wrapper {
    width: 75%;
  }
}
@media (max-width: 1024px) {
  section.accordion .accordion-wrapper {
    width: 80%;
  }
}
@media (max-width: 768px) {
  section.accordion .accordion-wrapper {
    width: 87%;
  }
}
@media (max-width: 480px) {
  section.accordion .accordion-wrapper {
    width: 93%;
  }
}
section.accordion .accordion-wrapper__item {
  margin: 1rem 0;
  overflow: hidden;
}
section.accordion .accordion-wrapper__item_head {
  background-color: #A3C1E2;
  border-radius: 5px;
  padding: 1rem 1.5rem;
  display: grid;
  align-items: center;
  gap: 0.5rem;
  grid-template-columns: 1fr max-content;
  transition: 0.4s all ease-in-out;
  cursor: pointer;
}
section.accordion .accordion-wrapper__item_head .accordion-marker-wrap {
  width: 1rem;
  height: 1rem;
  position: relative;
}
section.accordion .accordion-wrapper__item_head .accordion-marker-wrap .vertical-line {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3px;
  height: 100%;
  border-radius: 2px;
  background-color: #fff;
  transition: 0.4s all ease-in-out;
}
section.accordion .accordion-wrapper__item_head .accordion-marker-wrap:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background-color: #fff;
}
section.accordion .accordion-wrapper__item_head.active {
  background-color: rgba(163, 193, 226, 0.5);
}
section.accordion .accordion-wrapper__item_head.active .accordion-marker-wrap .vertical-line {
  transform: translate(-50%, -50%) rotate(90deg);
}
section.accordion .accordion-wrapper__item_head:hover:not(.active) {
  background-color: #0B3F56;
}
section.accordion .accordion-wrapper__item_body {
  transform: translateY(-100%);
  display: none;
  height: 0;
  padding-bottom: 1rem;
  opacity: 0;
}
section.accordion .accordion-wrapper__item_body.visible {
  transform: translateY(0);
  display: block;
  height: max-content;
  animation: bodyIn 0.4s ease-in-out;
  opacity: 1;
}
section.accordion .accordion-wrapper__item_body h3 {
  padding-top: 1rem;
}
section.accordion .accordion-wrapper__item_body p {
  font-size: 0.9rem;
  padding-top: 1rem;
}
section.accordion .accordion-wrapper__item_body ul {
  padding-top: 1rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: #86868B;
}
section.accordion .accordion-wrapper__item_body ul li {
  margin: 0.25rem 0;
  font-size: 0.9rem;
  font-weight: 500;
  color: #86868B;
}

@keyframes bodyIn {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
section.doctors-performing-services {
  margin: 6rem 0;
}
@media (max-width: 980px) {
  section.doctors-performing-services {
    margin: 3rem 0;
  }
}
section.doctors-performing-services .doctors-performing-services-wrapper__title {
  width: 70%;
  margin: 0 auto;
}
@media (min-width: 2000px) {
  section.doctors-performing-services .doctors-performing-services-wrapper__title {
    width: 1400px;
  }
}
@media (max-width: 1200px) {
  section.doctors-performing-services .doctors-performing-services-wrapper__title {
    width: 75%;
  }
}
@media (max-width: 1024px) {
  section.doctors-performing-services .doctors-performing-services-wrapper__title {
    width: 80%;
  }
}
@media (max-width: 768px) {
  section.doctors-performing-services .doctors-performing-services-wrapper__title {
    width: 87%;
  }
}
@media (max-width: 480px) {
  section.doctors-performing-services .doctors-performing-services-wrapper__title {
    width: 93%;
  }
}
section.doctors-performing-services .doctors-performing-services-wrapper__title p {
  padding-top: 1rem;
  width: 70%;
}
@media (max-width: 980px) {
  section.doctors-performing-services .doctors-performing-services-wrapper__title p {
    width: 100%;
  }
}
section.doctors-performing-services .doctors-performing-services-wrapper__list {
  margin-left: 15%;
  margin-top: 2rem;
  background-color: #A3C1E2;
  padding: 3rem;
  position: relative;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media (max-width: 1200px) {
  section.doctors-performing-services .doctors-performing-services-wrapper__list {
    margin-left: 12.5%;
  }
}
@media (max-width: 1200px) {
  section.doctors-performing-services .doctors-performing-services-wrapper__list {
    margin-left: 10%;
  }
}
@media (max-width: 768px) {
  section.doctors-performing-services .doctors-performing-services-wrapper__list {
    margin-left: 7.5%;
  }
}
@media (max-width: 480px) {
  section.doctors-performing-services .doctors-performing-services-wrapper__list {
    margin-left: 3.5%;
  }
}
section.doctors-performing-services .doctors-performing-services-wrapper__list .services-list-wrapper {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 1460px) {
  section.doctors-performing-services .doctors-performing-services-wrapper__list .services-list-wrapper {
    width: 75%;
  }
}
@media (max-width: 780px) {
  section.doctors-performing-services .doctors-performing-services-wrapper__list .services-list-wrapper {
    width: 85%;
  }
}
@media (max-width: 660px) {
  section.doctors-performing-services .doctors-performing-services-wrapper__list .services-list-wrapper {
    width: 100%;
  }
}
@media (max-width: 460px) {
  section.doctors-performing-services .doctors-performing-services-wrapper__list .services-list-wrapper {
    grid-template-columns: 1fr;
  }
}
section.doctors-performing-services .doctors-performing-services-wrapper__list .services-list-wrapper .doctors-performing-service-block {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
  background-color: #fff;
  border-radius: 10px;
  transition: 0.4s all ease-in-out;
}
section.doctors-performing-services .doctors-performing-services-wrapper__list .services-list-wrapper .doctors-performing-service-block a .block-wrapper {
  padding: 1.5rem;
}
section.doctors-performing-services .doctors-performing-services-wrapper__list .services-list-wrapper .doctors-performing-service-block a .block-wrapper h5 {
  transition: 0.4s all ease-in-out;
}
section.doctors-performing-services .doctors-performing-services-wrapper__list .services-list-wrapper .doctors-performing-service-block a .block-wrapper p {
  padding-top: 0.5rem;
}
section.doctors-performing-services .doctors-performing-services-wrapper__list .services-list-wrapper .doctors-performing-service-block:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
section.doctors-performing-services .doctors-performing-services-wrapper__list .services-list-wrapper .doctors-performing-service-block:hover a .block-wrapper h5 {
  transform: translateX(1rem);
}
section.doctors-performing-services .doctors-performing-services-wrapper__list .section-include {
  position: absolute;
  width: 35%;
  height: 70%;
  bottom: 0;
  right: 0;
  background-color: #6991BC;
  border-top-left-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1460px) {
  section.doctors-performing-services .doctors-performing-services-wrapper__list .section-include {
    width: 25%;
  }
}
section.doctors-performing-services .doctors-performing-services-wrapper__list .section-include .dashed-eclipse {
  position: absolute;
  left: -41%;
  top: -54%;
  z-index: 1;
  transform: rotate(10deg) scaleX(-1);
}
section.doctors-performing-services .doctors-performing-services-wrapper__list .section-include .solid-eclipse {
  position: absolute;
  left: 20%;
  top: 0;
  z-index: 1;
  transform: rotate(181deg) scaleX(-1);
}

section.service-page-list {
  margin-bottom: 6rem;
  background-color: #F5F5F5;
}
@media (max-width: 980px) {
  section.service-page-list {
    margin-bottom: 3rem;
  }
}
section.service-page-list .service-page-list-wrapper {
  width: 78%;
  margin: 0 auto;
  padding: 6rem 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (min-width: 2000px) {
  section.service-page-list .service-page-list-wrapper {
    width: 1600px;
  }
}
@media (max-width: 1200px) {
  section.service-page-list .service-page-list-wrapper {
    width: 82%;
  }
}
@media (max-width: 1024px) {
  section.service-page-list .service-page-list-wrapper {
    width: 87%;
  }
}
@media (max-width: 768px) {
  section.service-page-list .service-page-list-wrapper {
    width: 92%;
  }
}
@media (max-width: 480px) {
  section.service-page-list .service-page-list-wrapper {
    width: 97%;
  }
}
@media (max-width: 980px) {
  section.service-page-list .service-page-list-wrapper {
    padding: 3rem 0;
  }
}
@media (max-width: 780px) {
  section.service-page-list .service-page-list-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 400px) {
  section.service-page-list .service-page-list-wrapper {
    grid-template-columns: 1fr;
  }
}
section.service-page-list .service-page-list-wrapper .service-page-block {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
  background-color: #fff;
  border-radius: 10px;
  transition: 0.4s all ease-in-out;
}
section.service-page-list .service-page-list-wrapper .service-page-block a .block-wrapper {
  padding: 1.5rem;
}
section.service-page-list .service-page-list-wrapper .service-page-block a .block-wrapper h5 {
  transition: 0.4s all ease-in-out;
}
section.service-page-list .service-page-list-wrapper .service-page-block a .block-wrapper p {
  padding-top: 0.5rem;
}
section.service-page-list .service-page-list-wrapper .service-page-block:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
section.service-page-list .service-page-list-wrapper .service-page-block:hover a .block-wrapper h5 {
  transform: translateX(1rem);
}

section.left-visual-paragraph {
  margin: 6rem 0;
}
@media (max-width: 980px) {
  section.left-visual-paragraph {
    margin: 3rem 0;
  }
}
section.left-visual-paragraph .left-visual-paragraph-wrapper {
  width: 85%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: minmax(max-content, 580px);
  gap: 3rem;
  align-items: center;
}
@media (min-width: 2000px) {
  section.left-visual-paragraph .left-visual-paragraph-wrapper {
    width: 1800px;
  }
}
@media (max-width: 1200px) {
  section.left-visual-paragraph .left-visual-paragraph-wrapper {
    width: 87.5%;
    gap: 1rem;
    grid-auto-rows: minmax(max-content, 450px);
  }
}
@media (max-width: 1024px) {
  section.left-visual-paragraph .left-visual-paragraph-wrapper {
    width: 90%;
  }
}
@media (max-width: 768px) {
  section.left-visual-paragraph .left-visual-paragraph-wrapper {
    width: 93.5%;
  }
}
@media (max-width: 620px) {
  section.left-visual-paragraph .left-visual-paragraph-wrapper {
    grid-template-columns: 1fr;
    grid-auto-rows: unset;
  }
}
@media (max-width: 480px) {
  section.left-visual-paragraph .left-visual-paragraph-wrapper {
    width: 97.5%;
  }
}
section.left-visual-paragraph .left-visual-paragraph-wrapper__visual {
  width: 100%;
  height: 100%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 620px) {
  section.left-visual-paragraph .left-visual-paragraph-wrapper__visual {
    height: 350px;
  }
}
section.left-visual-paragraph .left-visual-paragraph-wrapper__visual_wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
}
section.left-visual-paragraph .left-visual-paragraph-wrapper__visual_wrapper video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
section.left-visual-paragraph .left-visual-paragraph-wrapper__visual_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transform: none;
}
@media (max-width: 620px) {
  section.left-visual-paragraph .left-visual-paragraph-wrapper__content {
    margin-left: 6.5%;
  }
}
@media (max-width: 620px) {
  section.left-visual-paragraph .left-visual-paragraph-wrapper__content {
    margin-left: 2.5%;
  }
}
section.left-visual-paragraph .left-visual-paragraph-wrapper__content h4 {
  padding: 1rem 0;
}
section.left-visual-paragraph .left-visual-paragraph-wrapper__content p > strong {
  font-weight: 700;
  color: #000;
}
section.left-visual-paragraph .left-visual-paragraph-wrapper__content p:not(:first-of-type) {
  padding-top: 1rem;
}
section.left-visual-paragraph .left-visual-paragraph-wrapper__content ul {
  margin-top: 1rem;
}
section.left-visual-paragraph .left-visual-paragraph-wrapper__content ul li {
  position: relative;
  padding-left: 1rem;
  margin: 0.25rem 0;
  color: #86868B;
  font-weight: 500;
}
section.left-visual-paragraph .left-visual-paragraph-wrapper__content ul li:after {
  position: absolute;
  content: "–";
  top: 0;
  left: 0;
}

section.paragraph-image-right {
  margin: 6rem 0;
}
@media (max-width: 980px) {
  section.paragraph-image-right {
    margin: 3rem 0;
  }
}
section.paragraph-image-right .paragraph-image-right-wrapper {
  margin-left: 15%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  gap: 3rem;
  align-items: center;
}
@media (max-width: 1200px) {
  section.paragraph-image-right .paragraph-image-right-wrapper {
    margin-left: 12.5%;
    gap: 1rem;
  }
}
@media (max-width: 1024px) {
  section.paragraph-image-right .paragraph-image-right-wrapper {
    margin-left: 10%;
  }
}
@media (max-width: 768px) {
  section.paragraph-image-right .paragraph-image-right-wrapper {
    margin-left: 6.5%;
    grid-template-columns: 1fr;
    grid-auto-rows: unset;
  }
}
@media (max-width: 480px) {
  section.paragraph-image-right .paragraph-image-right-wrapper {
    margin-left: 2.5%;
  }
}
@media (max-width: 768px) {
  section.paragraph-image-right .paragraph-image-right-wrapper__text {
    width: 87%;
  }
}
@media (max-width: 480px) {
  section.paragraph-image-right .paragraph-image-right-wrapper__text {
    width: 97.5%;
  }
}
section.paragraph-image-right .paragraph-image-right-wrapper__text_content p {
  padding-top: 1rem;
}
section.paragraph-image-right .paragraph-image-right-wrapper__text_content ol {
  color: #86868B;
  padding-top: 1rem;
  list-style-position: inside;
}
section.paragraph-image-right .paragraph-image-right-wrapper__text_content ol li {
  margin: 0.25rem 0;
}
section.paragraph-image-right .paragraph-image-right-wrapper__text_content ul {
  padding-top: 1rem;
  color: #86868B;
  font-weight: 500;
}
section.paragraph-image-right .paragraph-image-right-wrapper__text_content ul li {
  position: relative;
  padding-left: 1rem;
  margin: 0.25rem 0;
}
section.paragraph-image-right .paragraph-image-right-wrapper__text_content ul li:after {
  content: "–";
  position: absolute;
  top: 0;
  left: 0;
}
section.paragraph-image-right .paragraph-image-right-wrapper__image {
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 768px) {
  section.paragraph-image-right .paragraph-image-right-wrapper__image {
    height: 350px;
  }
}
@media (max-width: 480px) {
  section.paragraph-image-right .paragraph-image-right-wrapper__image {
    height: 200px;
  }
}
section.paragraph-image-right .paragraph-image-right-wrapper__image_wrap {
  width: 100%;
  height: 100%;
  position: absolute;
}
section.paragraph-image-right .paragraph-image-right-wrapper__image_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: none;
}

section.before-after-images {
  margin: 6rem 0;
}
@media (max-width: 980px) {
  section.before-after-images {
    margin: 3rem 0;
  }
}
section.before-after-images .before-after-images-wrapper {
  width: 70%;
  margin: 0 auto;
}
@media (min-width: 2000px) {
  section.before-after-images .before-after-images-wrapper {
    width: 1400px;
  }
}
@media (max-width: 1200px) {
  section.before-after-images .before-after-images-wrapper {
    width: 75%;
  }
}
@media (max-width: 1024px) {
  section.before-after-images .before-after-images-wrapper {
    width: 80%;
  }
}
@media (max-width: 768px) {
  section.before-after-images .before-after-images-wrapper {
    width: 87%;
  }
}
@media (max-width: 480px) {
  section.before-after-images .before-after-images-wrapper {
    width: 93%;
  }
}
section.before-after-images .before-after-images-wrapper__title p {
  padding-top: 1rem;
  width: 70%;
}
@media (max-width: 980px) {
  section.before-after-images .before-after-images-wrapper__title p {
    width: 100%;
  }
}
section.before-after-images .before-after-images-wrapper__images {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 27.5rem;
  gap: 1rem;
}
@media (max-width: 1300px) {
  section.before-after-images .before-after-images-wrapper__images {
    grid-auto-rows: 22rem;
  }
}
@media (max-width: 820px) {
  section.before-after-images .before-after-images-wrapper__images {
    grid-auto-rows: 17rem;
  }
}
@media (max-width: 540px) {
  section.before-after-images .before-after-images-wrapper__images {
    grid-auto-rows: 12rem;
    gap: 0.5rem;
  }
}
section.before-after-images .before-after-images-wrapper__images_item {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
section.before-after-images .before-after-images-wrapper__images_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: none;
}

section.other-services {
  background-color: #F5F5F5;
  padding-top: 6rem;
  margin-top: -6rem;
}
@media (max-width: 980px) {
  section.other-services {
    padding-top: 3rem;
    margin-top: -3rem;
  }
}
section.other-services .other-services-wrapper {
  margin-left: 15%;
}
@media (max-width: 1200px) {
  section.other-services .other-services-wrapper {
    margin-left: 12.5%;
  }
}
@media (max-width: 1024px) {
  section.other-services .other-services-wrapper {
    margin-left: 10%;
  }
}
@media (max-width: 768px) {
  section.other-services .other-services-wrapper {
    margin-left: 6.5%;
  }
}
@media (max-width: 480px) {
  section.other-services .other-services-wrapper {
    margin-left: 2.5%;
  }
}
section.other-services .other-services-wrapper__title {
  margin-right: 15%;
}
@media (max-width: 1200px) {
  section.other-services .other-services-wrapper__title {
    margin-right: 12.5%;
  }
}
@media (max-width: 1024px) {
  section.other-services .other-services-wrapper__title {
    margin-right: 10%;
  }
}
@media (max-width: 768px) {
  section.other-services .other-services-wrapper__title {
    margin-right: 6.5%;
  }
}
@media (max-width: 480px) {
  section.other-services .other-services-wrapper__title {
    margin-right: 2.5%;
  }
}
section.other-services .other-services-wrapper__title p {
  width: 60%;
  padding-top: 1rem;
}
@media (max-width: 980px) {
  section.other-services .other-services-wrapper__title p {
    width: 100%;
  }
}
section.other-services .other-services-wrapper__main {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 3rem;
}
@media (max-width: 1200px) {
  section.other-services .other-services-wrapper__main {
    gap: 2rem;
  }
}
@media (max-width: 800px) {
  section.other-services .other-services-wrapper__main {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
section.other-services .other-services-wrapper__main_list {
  padding-bottom: 3rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: max-content;
  gap: 1rem;
}
@media (max-width: 800px) {
  section.other-services .other-services-wrapper__main_list {
    margin-right: 10%;
  }
}
@media (max-width: 768px) {
  section.other-services .other-services-wrapper__main_list {
    margin-right: 6.5%;
  }
}
@media (max-width: 480px) {
  section.other-services .other-services-wrapper__main_list {
    margin-right: 2.5%;
  }
}
@media (max-width: 480px) {
  section.other-services .other-services-wrapper__main_list {
    grid-template-columns: 1fr;
  }
}
section.other-services .other-services-wrapper__main_list .other-service_block {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
  background-color: #fff;
  border-radius: 10px;
  transition: 0.4s all ease-in-out;
}
section.other-services .other-services-wrapper__main_list .other-service_block a .block-wrapper {
  padding: 1.5rem;
}
section.other-services .other-services-wrapper__main_list .other-service_block a .block-wrapper h5 {
  transition: 0.4s all ease-in-out;
}
section.other-services .other-services-wrapper__main_list .other-service_block a .block-wrapper p {
  padding-top: 0.5rem;
}
section.other-services .other-services-wrapper__main_list .other-service_block:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
section.other-services .other-services-wrapper__main_list .other-service_block:hover a .block-wrapper h5 {
  transform: translateX(1rem);
}
section.other-services .other-services-wrapper__main_image {
  width: 100%;
  height: 760px;
  border-top-left-radius: 20px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1400px) {
  section.other-services .other-services-wrapper__main_image {
    height: 600px;
  }
}
@media (max-width: 560px) {
  section.other-services .other-services-wrapper__main_image {
    height: 400px;
  }
}
@media (max-width: 420px) {
  section.other-services .other-services-wrapper__main_image {
    height: 300px;
  }
}
section.other-services .other-services-wrapper__main_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: none;
}

section.services-prices {
  margin-top: -3rem;
}
@media (max-width: 980px) {
  section.services-prices {
    margin-top: 0;
  }
}
section.services-prices .services-prices-wrapper {
  width: 70%;
  margin: 0 auto;
}
@media (min-width: 2000px) {
  section.services-prices .services-prices-wrapper {
    width: 1400px;
  }
}
@media (max-width: 1200px) {
  section.services-prices .services-prices-wrapper {
    width: 75%;
  }
}
@media (max-width: 1024px) {
  section.services-prices .services-prices-wrapper {
    width: 80%;
  }
}
@media (max-width: 768px) {
  section.services-prices .services-prices-wrapper {
    width: 87%;
  }
}
@media (max-width: 480px) {
  section.services-prices .services-prices-wrapper {
    width: 93%;
  }
}
section.services-prices .services-prices-wrapper__item {
  margin: 1rem 0;
  overflow: hidden;
}
section.services-prices .services-prices-wrapper__item_head {
  background-color: #A3C1E2;
  border-radius: 5px;
  padding: 1rem 1.5rem;
  display: grid;
  align-items: center;
  gap: 0.5rem;
  grid-template-columns: 1fr max-content;
  transition: 0.4s all ease-in-out;
  cursor: pointer;
}
section.services-prices .services-prices-wrapper__item_head .price-marker-wrap {
  width: 1rem;
  height: 1rem;
  position: relative;
}
section.services-prices .services-prices-wrapper__item_head .price-marker-wrap .vertical-line {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3px;
  height: 100%;
  border-radius: 2px;
  background-color: #fff;
  transition: 0.4s all ease-in-out;
}
section.services-prices .services-prices-wrapper__item_head .price-marker-wrap:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background-color: #fff;
}
section.services-prices .services-prices-wrapper__item_head.active {
  background-color: rgba(163, 193, 226, 0.5);
}
section.services-prices .services-prices-wrapper__item_head.active .price-marker-wrap .vertical-line {
  transform: translate(-50%, -50%) rotate(90deg);
}
section.services-prices .services-prices-wrapper__item_head:hover:not(.active) {
  background-color: #0B3F56;
}
section.services-prices .services-prices-wrapper__item_body {
  transform: translateY(-100%);
  display: none;
  height: 0;
  padding-bottom: 1rem;
  opacity: 0;
}
section.services-prices .services-prices-wrapper__item_body.visible {
  transform: translateY(0);
  display: block;
  height: max-content;
  animation: bodyIn 0.4s ease-in-out;
  opacity: 1;
}
section.services-prices .services-prices-wrapper__item_body .price-column {
  padding: 1rem 0;
  display: grid;
  grid-template-columns: 1fr max-content;
  gap: 0.5rem;
  align-items: center;
}
section.services-prices .services-prices-wrapper__item_body .price-column:not(:last-of-type) {
  border-bottom: 1px solid #E2E2E2;
}
section.services-prices .services-prices-wrapper__item_body .price-column__service {
  font-size: 0.9rem;
  font-weight: 500;
  color: #86868B;
}
section.services-prices .services-prices-wrapper__item_body .price-column__service.title {
  font-weight: 700;
  color: #000;
}
section.services-prices .services-prices-wrapper__item_body .price-column__price {
  font-size: 0.9rem;
  font-weight: 700;
  color: #000;
}

section.testimonials {
  margin: 6rem 0;
}
@media (max-width: 980px) {
  section.testimonials {
    margin: 3rem 0;
  }
}
section.testimonials .testimonials-wrapper {
  width: 70%;
  margin: 0 auto;
}
@media (min-width: 2000px) {
  section.testimonials .testimonials-wrapper {
    width: 1400px;
  }
}
@media (max-width: 1200px) {
  section.testimonials .testimonials-wrapper {
    width: 75%;
  }
}
@media (max-width: 1024px) {
  section.testimonials .testimonials-wrapper {
    width: 80%;
  }
}
@media (max-width: 768px) {
  section.testimonials .testimonials-wrapper {
    width: 87%;
  }
}
@media (max-width: 480px) {
  section.testimonials .testimonials-wrapper {
    width: 93%;
  }
}
section.testimonials .testimonials-wrapper__list {
  margin-top: 2rem;
}
section.testimonials .testimonials-wrapper__list .testimonial-block {
  padding: 1rem 0;
}
section.testimonials .testimonials-wrapper__list .testimonial-block:not(:last-of-type) {
  border-bottom: 1px solid #86868B;
}
section.testimonials .testimonials-wrapper__list .testimonial-block__image-name {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 1rem;
  align-items: center;
}
section.testimonials .testimonials-wrapper__list .testimonial-block__image-name_image {
  width: 4.25rem;
  height: 4.25rem;
  border: 3px solid #A3C1E2;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
section.testimonials .testimonials-wrapper__list .testimonial-block__image-name_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: none;
}
section.testimonials .testimonials-wrapper__list .testimonial-block__image-name_name .stars-wrap {
  margin-top: 0.25rem;
}
section.testimonials .testimonials-wrapper__list .testimonial-block__testimonial {
  margin-top: 1rem;
}
section.testimonials .testimonials-wrapper__list .testimonial-block__testimonial p {
  font-weight: 400;
  color: #000;
}
section.testimonials .testimonials-wrapper__links {
  margin-top: 2rem;
}

section.before-after-slider .before-after-slider-wrapper {
  width: 70%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media (min-width: 2000px) {
  section.before-after-slider .before-after-slider-wrapper {
    width: 1400px;
  }
}
@media (max-width: 1200px) {
  section.before-after-slider .before-after-slider-wrapper {
    width: 75%;
  }
}
@media (max-width: 1024px) {
  section.before-after-slider .before-after-slider-wrapper {
    width: 80%;
  }
}
@media (max-width: 768px) {
  section.before-after-slider .before-after-slider-wrapper {
    width: 87%;
  }
}
@media (max-width: 480px) {
  section.before-after-slider .before-after-slider-wrapper {
    width: 93%;
  }
}
@media (max-width: 800px) {
  section.before-after-slider .before-after-slider-wrapper {
    grid-template-columns: 1fr;
  }
}
section.before-after-slider .before-after-slider-wrapper__item {
  width: 100%;
}
section.before-after-slider .before-after-slider-wrapper__item_slider {
  width: 100%;
  position: relative;
}
section.before-after-slider .before-after-slider-wrapper__item_slider .swiper-wrapper .before-after-block {
  width: 100%;
  height: 27.5rem;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1460px) {
  section.before-after-slider .before-after-slider-wrapper__item_slider .swiper-wrapper .before-after-block {
    height: 23rem;
  }
}
section.before-after-slider .before-after-slider-wrapper__item_slider .swiper-wrapper .before-after-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: none;
}
section.before-after-slider .before-after-slider-wrapper__item_slider .before-after-slider-arrows-wrapper {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 2;
}
section.before-after-slider .before-after-slider-wrapper__item_slider .before-after-slider-arrows-wrapper .arrows-wrap {
  position: absolute;
  top: calc(50% + 10px);
  left: calc(50% + 10px);
  transform: translate(-50%, -50%);
  display: flex;
  gap: 0.5rem;
}
section.before-after-slider .before-after-slider-wrapper__item_slider .before-after-slider-arrows-wrapper .arrows-wrap button {
  width: 3rem;
  height: 3rem;
  border-radius: 5px;
  border: none;
  background-color: #000;
  cursor: pointer;
  position: relative;
}
section.before-after-slider .before-after-slider-wrapper__item_slider .before-after-slider-arrows-wrapper .arrows-wrap button.swiper-button-disabled {
  opacity: 0.5;
}
section.before-after-slider .before-after-slider-wrapper__item_slider .before-after-slider-arrows-wrapper .arrows-wrap button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.before-after-slider .before-after-slider-wrapper__item_desc {
  margin-top: 1rem;
}
section.before-after-slider .before-after-slider-wrapper__item_desc .doctor-item h4 span {
  font-weight: 400;
}
section.before-after-slider .before-after-slider-wrapper__item_desc p {
  padding-top: 0.5rem;
}

section.before-after-video {
  margin: 3rem 0;
}
section.before-after-video .before-after-video-wrapper {
  width: 70%;
  margin: 0 auto;
}
@media (min-width: 2000px) {
  section.before-after-video .before-after-video-wrapper {
    width: 1400px;
  }
}
@media (max-width: 1200px) {
  section.before-after-video .before-after-video-wrapper {
    width: 75%;
  }
}
@media (max-width: 1024px) {
  section.before-after-video .before-after-video-wrapper {
    width: 80%;
  }
}
@media (max-width: 768px) {
  section.before-after-video .before-after-video-wrapper {
    width: 87%;
  }
}
@media (max-width: 480px) {
  section.before-after-video .before-after-video-wrapper {
    width: 93%;
  }
}
section.before-after-video .before-after-video-wrapper__thumbnail {
  width: 100%;
  height: 30rem;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
section.before-after-video .before-after-video-wrapper__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: none;
}
section.before-after-video .before-after-video-wrapper__thumbnail button {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  cursor: pointer;
  background-color: #0B3F56;
  width: 6rem;
  height: 3rem;
  border-radius: 0.5rem;
  border: 1px solid #fff;
}
section.before-after-video .before-after-video-wrapper__thumbnail button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.before-after-video .before-after-video-wrapper__description {
  margin-top: 1rem;
}
section.before-after-video .before-after-video-wrapper__description .doctor-item h4 span {
  font-weight: 400;
}
section.before-after-video .before-after-video-wrapper__description p {
  padding-top: 0.5rem;
}

section.calculator-page-content {
  margin: 6rem 0;
}
@media (max-width: 980px) {
  section.calculator-page-content {
    margin: 3rem 0;
  }
}
section.calculator-page-content .calculator-page-content-wrapper {
  width: 70%;
  margin: 0 auto;
}
@media (min-width: 2000px) {
  section.calculator-page-content .calculator-page-content-wrapper {
    width: 1400px;
  }
}
@media (max-width: 1200px) {
  section.calculator-page-content .calculator-page-content-wrapper {
    width: 75%;
  }
}
@media (max-width: 1024px) {
  section.calculator-page-content .calculator-page-content-wrapper {
    width: 80%;
  }
}
@media (max-width: 768px) {
  section.calculator-page-content .calculator-page-content-wrapper {
    width: 87%;
  }
}
@media (max-width: 480px) {
  section.calculator-page-content .calculator-page-content-wrapper {
    width: 93%;
  }
}
section.calculator-page-content .calculator-page-content-wrapper__list {
  margin-top: 2rem;
}
section.calculator-page-content .calculator-page-content-wrapper__list .calculator-block {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 7fr 9fr;
  grid-auto-rows: 1fr;
  gap: 1rem;
}
@media (max-width: 620px) {
  section.calculator-page-content .calculator-page-content-wrapper__list .calculator-block {
    grid-template-columns: 3fr 2fr;
    column-gap: 0.5rem;
    row-gap: 1rem;
  }
}
@media (max-width: 420px) {
  section.calculator-page-content .calculator-page-content-wrapper__list .calculator-block {
    column-gap: 0;
  }
}
section.calculator-page-content .calculator-page-content-wrapper__list .calculator-block__info-side {
  background-color: #A3C1E2;
  padding: 4rem;
  border-radius: 20px;
}
@media (max-width: 1400px) {
  section.calculator-page-content .calculator-page-content-wrapper__list .calculator-block__info-side {
    padding: 2rem;
  }
}
@media (max-width: 380px) {
  section.calculator-page-content .calculator-page-content-wrapper__list .calculator-block__info-side {
    padding: 1rem;
  }
}
@media (max-width: 420px) {
  section.calculator-page-content .calculator-page-content-wrapper__list .calculator-block__info-side {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
section.calculator-page-content .calculator-page-content-wrapper__list .calculator-block__info-side .count {
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
}
section.calculator-page-content .calculator-page-content-wrapper__list .calculator-block__info-side h4 {
  padding-top: 0.5rem;
}
section.calculator-page-content .calculator-page-content-wrapper__list .calculator-block__info-side p {
  padding-top: 1rem;
}
section.calculator-page-content .calculator-page-content-wrapper__list .calculator-block__info-side .btn-wrap {
  margin-top: 2rem;
}
section.calculator-page-content .calculator-page-content-wrapper__list .calculator-block__info-side .btn-wrap button {
  color: #000;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 600;
  background-color: #fff;
  border-radius: 5px;
  border: none;
  padding: 0.75rem 2rem;
  cursor: pointer;
}
section.calculator-page-content .calculator-page-content-wrapper__list .calculator-block__image {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 420px) {
  section.calculator-page-content .calculator-page-content-wrapper__list .calculator-block__image {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
section.calculator-page-content .calculator-page-content-wrapper__list .calculator-block__image_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
}
section.calculator-page-content .calculator-page-content-wrapper__list .calculator-block__image_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: none;
}

section.images-slider {
  margin: 6rem 0;
}
@media (max-width: 980px) {
  section.images-slider {
    margin: 3rem 0;
  }
}
section.images-slider .images-slider-item {
  width: 70%;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 2000px) {
  section.images-slider .images-slider-item {
    width: 1400px;
  }
}
@media (max-width: 1200px) {
  section.images-slider .images-slider-item {
    width: 75%;
  }
}
@media (max-width: 1024px) {
  section.images-slider .images-slider-item {
    width: 80%;
  }
}
@media (max-width: 768px) {
  section.images-slider .images-slider-item {
    width: 87%;
  }
}
@media (max-width: 480px) {
  section.images-slider .images-slider-item {
    width: 93%;
  }
}
section.images-slider .images-slider-item .swiper-wrapper .image-slider-block {
  width: 100%;
  height: 35rem;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1600px) {
  section.images-slider .images-slider-item .swiper-wrapper .image-slider-block {
    height: 30rem;
  }
}
@media (max-width: 860px) {
  section.images-slider .images-slider-item .swiper-wrapper .image-slider-block {
    height: 25rem;
  }
}
@media (max-width: 560px) {
  section.images-slider .images-slider-item .swiper-wrapper .image-slider-block {
    height: 20rem;
  }
}
section.images-slider .images-slider-item .swiper-wrapper .image-slider-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: none;
}
section.images-slider .images-slider-item .swiper-wrapper .image-slider-block button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  background-color: #0B3F56;
  width: 6rem;
  height: 3rem;
  border-radius: 0.5rem;
  border: 1px solid #fff;
}
section.images-slider .images-slider-item .swiper-wrapper .image-slider-block button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.images-slider .images-slider-item .images-slider-dots-wrapper {
  position: absolute;
  left: 3rem;
  bottom: 2rem;
  z-index: 2;
}
@media (max-width: 1200px) {
  section.images-slider .images-slider-item .images-slider-dots-wrapper {
    left: 2rem;
  }
}
section.images-slider .images-slider-item .images-slider-dots-wrapper .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  border: 2px solid #000;
  background-color: unset;
}
section.images-slider .images-slider-item .images-slider-dots-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
}
section.images-slider .images-slider-item .images-slider-arrows-wrapper {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 2;
}
@media (max-width: 420px) {
  section.images-slider .images-slider-item .images-slider-arrows-wrapper {
    right: -2rem;
    bottom: -2rem;
  }
}
section.images-slider .images-slider-item .images-slider-arrows-wrapper .arrows-wrap {
  position: absolute;
  top: calc(50% + 10px);
  left: calc(50% + 10px);
  transform: translate(-50%, -50%);
  display: flex;
  gap: 0.5rem;
}
@media (max-width: 420px) {
  section.images-slider .images-slider-item .images-slider-arrows-wrapper .arrows-wrap {
    top: 50%;
    left: 50%;
  }
}
section.images-slider .images-slider-item .images-slider-arrows-wrapper .arrows-wrap button {
  width: 3rem;
  height: 3rem;
  border-radius: 5px;
  border: none;
  background-color: #000;
  cursor: pointer;
  position: relative;
}
section.images-slider .images-slider-item .images-slider-arrows-wrapper .arrows-wrap button.swiper-button-disabled {
  opacity: 0.5;
}
section.images-slider .images-slider-item .images-slider-arrows-wrapper .arrows-wrap button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.services-banner {
  margin: 6rem 0;
}
@media (max-width: 980px) {
  .services-banner {
    margin: 3rem 0;
  }
}
.services-banner__wrapper {
  width: 70%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 5fr 3fr;
  gap: 1rem;
}
@media (min-width: 2000px) {
  .services-banner__wrapper {
    width: 1400px;
  }
}
@media (max-width: 1200px) {
  .services-banner__wrapper {
    width: 75%;
  }
}
@media (max-width: 1024px) {
  .services-banner__wrapper {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .services-banner__wrapper {
    width: 87%;
  }
}
@media (max-width: 480px) {
  .services-banner__wrapper {
    width: 93%;
  }
}
@media (max-width: 960px) {
  .services-banner__wrapper {
    grid-template-columns: 1fr;
  }
}
.services-banner__wrapper_item .description-wrap p {
  padding-top: 1rem;
}
.services-banner__wrapper_item .link-wrap {
  margin-top: 3rem;
}
.services-banner__wrapper_includes {
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 960px) {
  .services-banner__wrapper_includes {
    display: none;
  }
}
.services-banner__wrapper_includes .dashed-eclipse {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  max-width: 100%;
  max-height: 100%;
}
.services-banner__wrapper_includes .dashed-eclipse img {
  width: 100%;
}
.services-banner__wrapper_includes .solid-eclipse {
  position: absolute;
  left: 0;
  top: -4rem;
  z-index: 4;
  max-width: 100%;
  max-height: 100%;
}
.services-banner__wrapper_includes .solid-eclipse img {
  width: 100%;
}

section.list-blocks {
  margin: 6rem 0;
}
@media (max-width: 980px) {
  section.list-blocks {
    margin: 3rem 0;
  }
}
section.list-blocks .list-blocks-wrapper {
  width: 70%;
  margin: 0 auto;
}
@media (min-width: 2000px) {
  section.list-blocks .list-blocks-wrapper {
    width: 1400px;
  }
}
@media (max-width: 1200px) {
  section.list-blocks .list-blocks-wrapper {
    width: 75%;
  }
}
@media (max-width: 1024px) {
  section.list-blocks .list-blocks-wrapper {
    width: 80%;
  }
}
@media (max-width: 768px) {
  section.list-blocks .list-blocks-wrapper {
    width: 87%;
  }
}
@media (max-width: 480px) {
  section.list-blocks .list-blocks-wrapper {
    width: 93%;
  }
}
section.list-blocks .list-blocks-wrapper__title p {
  width: 70%;
  padding-top: 1rem;
}
@media (max-width: 1024px) {
  section.list-blocks .list-blocks-wrapper__title p {
    width: 100%;
  }
}
section.list-blocks .list-blocks-wrapper__title.align-center {
  text-align: center;
}
section.list-blocks .list-blocks-wrapper__title.align-center p {
  width: 100%;
}
section.list-blocks .list-blocks-wrapper__list {
  margin-top: 2rem;
}
section.list-blocks .list-blocks-wrapper__list ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  gap: 1rem;
}
@media (max-width: 820px) {
  section.list-blocks .list-blocks-wrapper__list ul {
    columns: 1;
  }
}
section.list-blocks .list-blocks-wrapper__list ul li {
  background-color: #0B3F56;
  padding: 1rem 0.5rem 1rem 4rem;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 900px) {
  section.list-blocks .list-blocks-wrapper__list ul li {
    padding: 1rem 0.5rem 1rem 3rem;
  }
}
@media (max-width: 480px) {
  section.list-blocks .list-blocks-wrapper__list ul li {
    padding: 1rem;
  }
}
section.list-blocks .list-blocks-wrapper__list ul li p {
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
  position: relative;
  padding-left: 1rem;
}
section.list-blocks .list-blocks-wrapper__list ul li p span {
  position: absolute;
  top: 0;
  left: 0;
}
section.list-blocks .list-blocks-wrapper__bottom-desc {
  margin-top: 1rem;
}
section.list-blocks .list-blocks-wrapper__links {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
@media (max-width: 400px) {
  section.list-blocks .list-blocks-wrapper__links {
    flex-direction: column;
    text-align: center;
  }
}
section.list-blocks .list-blocks-wrapper__links button {
  color: #fff;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 600;
  background-color: #000;
  border-radius: 5px;
  border: none;
  padding: 0.75rem 2rem;
  cursor: pointer;
}

section.paragraph-with-table {
  margin: 6rem 0;
}
@media (max-width: 980px) {
  section.paragraph-with-table {
    margin: 3rem 0;
  }
}
section.paragraph-with-table .paragraph-with-table-wrapper {
  width: 70%;
  margin: 0 auto;
}
@media (min-width: 2000px) {
  section.paragraph-with-table .paragraph-with-table-wrapper {
    width: 1400px;
  }
}
@media (max-width: 1200px) {
  section.paragraph-with-table .paragraph-with-table-wrapper {
    width: 75%;
  }
}
@media (max-width: 1024px) {
  section.paragraph-with-table .paragraph-with-table-wrapper {
    width: 80%;
  }
}
@media (max-width: 768px) {
  section.paragraph-with-table .paragraph-with-table-wrapper {
    width: 87%;
  }
}
@media (max-width: 480px) {
  section.paragraph-with-table .paragraph-with-table-wrapper {
    width: 93%;
  }
}
section.paragraph-with-table .paragraph-with-table-wrapper__title p {
  padding-top: 1rem;
}
section.paragraph-with-table .paragraph-with-table-wrapper__table {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 1fr max-content max-content;
}
section.paragraph-with-table .paragraph-with-table-wrapper__table .table-head {
  padding: 0.5rem 0;
  font-weight: 700;
}
section.paragraph-with-table .paragraph-with-table-wrapper__table .table-body {
  padding: 0.5rem 0;
  color: #86868B;
}
section.paragraph-with-table .paragraph-with-table-wrapper__table .table-body:not(:first-of-type) {
  border-bottom: 1px solid #C4BEBA;
}
section.paragraph-with-table .paragraph-with-table-wrapper__table .sm-column {
  padding-left: 1rem;
}
section.paragraph-with-table .paragraph-with-table-wrapper__note {
  margin-top: 1rem;
}
section.paragraph-with-table .paragraph-with-table-wrapper__note h5 {
  color: #2B0A57;
}

.inbank-banner {
  margin: 6rem 0;
}
@media (max-width: 980px) {
  .inbank-banner {
    margin: 3rem 0;
  }
}
.inbank-banner__wrapper {
  width: 70%;
  margin: 0 auto;
}
@media (min-width: 2000px) {
  .inbank-banner__wrapper {
    width: 1400px;
  }
}
@media (max-width: 1200px) {
  .inbank-banner__wrapper {
    width: 75%;
  }
}
@media (max-width: 1024px) {
  .inbank-banner__wrapper {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .inbank-banner__wrapper {
    width: 87%;
  }
}
@media (max-width: 480px) {
  .inbank-banner__wrapper {
    width: 93%;
  }
}
.inbank-banner__wrapper_title .text-block-wrap p {
  padding-top: 1rem;
}
.inbank-banner__wrapper_title .text-block-wrap p strong {
  font-weight: 600;
}
.inbank-banner__wrapper_banner {
  border-radius: 20px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 5fr 3fr;
}
@media (max-width: 420px) {
  .inbank-banner__wrapper_banner {
    grid-template-columns: 1fr;
  }
}
.inbank-banner__wrapper_banner .banner-desc-side {
  background-color: #2B0A57;
  padding: 3rem 5rem;
}
@media (max-width: 1200px) {
  .inbank-banner__wrapper_banner .banner-desc-side {
    padding: 3rem;
  }
}
@media (max-width: 600px) {
  .inbank-banner__wrapper_banner .banner-desc-side {
    padding: 2rem;
  }
}
.inbank-banner__wrapper_banner .banner-desc-side .inbank-banner-logo {
  width: 11rem;
}
.inbank-banner__wrapper_banner .banner-desc-side .inbank-banner-logo img {
  width: 100%;
}
.inbank-banner__wrapper_banner .banner-desc-side .inbank-banner-desc {
  margin-top: 2rem;
}
.inbank-banner__wrapper_banner .banner-desc-side .inbank-banner-desc p span {
  font-weight: 800;
}
.inbank-banner__wrapper_banner .banner-desc-side ul {
  margin-top: 2rem;
}
.inbank-banner__wrapper_banner .banner-desc-side ul li {
  color: #fff;
  font-size: 1.25rem;
}
.inbank-banner__wrapper_banner .banner-desc-side ul li a {
  color: #fff;
}
.inbank-banner__wrapper_banner .banner-image-side {
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 420px) {
  .inbank-banner__wrapper_banner .banner-image-side {
    display: none;
  }
}
.inbank-banner__wrapper_banner .banner-image-side__wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
}
.inbank-banner__wrapper_banner .banner-image-side__wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: none;
}

section.offers {
  margin: 6rem 0;
}
@media (max-width: 980px) {
  section.offers {
    margin: 3rem 0;
  }
}
section.offers .offers-wrapper {
  width: 70%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media (min-width: 2000px) {
  section.offers .offers-wrapper {
    width: 1400px;
  }
}
@media (max-width: 1200px) {
  section.offers .offers-wrapper {
    width: 75%;
  }
}
@media (max-width: 1024px) {
  section.offers .offers-wrapper {
    width: 80%;
  }
}
@media (max-width: 768px) {
  section.offers .offers-wrapper {
    width: 87%;
  }
}
@media (max-width: 480px) {
  section.offers .offers-wrapper {
    width: 93%;
  }
}
@media (max-width: 980px) {
  section.offers .offers-wrapper {
    grid-template-columns: 1fr;
  }
}
section.offers .offers-wrapper .offers-wrapper_offer {
  background-color: #0B3F56;
  color: #fff;
  border-radius: 20px;
  padding: 2rem;
}
section.offers .offers-wrapper .offers-wrapper_offer h2 {
  font-size: 45px;
}
@media (max-width: 1278px) {
  section.offers .offers-wrapper .offers-wrapper_offer h2 {
    font-size: 2.5rem;
  }
}
section.offers .offers-wrapper .offers-wrapper_offer .offer-content-area .prices-block .subtitle {
  font-size: 25px;
  color: #FFF;
  font-weight: 600;
  padding-top: 0.5rem;
}
@media (max-width: 1278px) {
  section.offers .offers-wrapper .offers-wrapper_offer .offer-content-area .prices-block .subtitle {
    font-size: 30px;
  }
}
section.offers .offers-wrapper .offers-wrapper_offer .offer-content-area .prices-block .sena {
  flex-wrap: nowrap;
  display: flex;
  align-items: flex-end;
}
section.offers .offers-wrapper .offers-wrapper_offer .offer-content-area .prices-block .sena .old-price {
  padding-top: 2rem;
  color: #fff;
  font-size: 15px;
  padding-right: 5px;
}
@media (max-width: 1278px) {
  section.offers .offers-wrapper .offers-wrapper_offer .offer-content-area .prices-block .sena .old-price {
    padding-top: 3rem;
  }
}
section.offers .offers-wrapper .offers-wrapper_offer .offer-content-area .prices-block .sena .sena-kaina {
  text-decoration: line-through;
  color: #fff;
  font-size: 15px;
}
section.offers .offers-wrapper .offers-wrapper_offer .offer-content-area .prices-block .new-price {
  color: #fff;
  font-size: 25px;
}
@media (max-width: 1278px) {
  section.offers .offers-wrapper .offers-wrapper_offer .offer-content-area .prices-block .new-price {
    font-size: 30px;
  }
}
section.offers .offers-wrapper .offers-wrapper_offer .offer-content-area .prices-block .price-difference {
  color: #fff;
  font-size: 18px;
}
@media (max-width: 1278px) {
  section.offers .offers-wrapper .offers-wrapper_offer .offer-content-area .prices-block .price-difference {
    font-size: 22px;
  }
}
section.offers .offers-wrapper .offers-wrapper_offer .offer-content-area .list-block {
  padding-top: 0.5rem;
}
section.offers .offers-wrapper .offers-wrapper_offer .offer-content-area .list-block ul {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
section.offers .offers-wrapper .offers-wrapper_offer .offer-content-area .list-block ul .list-item p {
  font-size: 18px;
  color: #FFF;
}
@media (max-width: 1278px) {
  section.offers .offers-wrapper .offers-wrapper_offer .offer-content-area .list-block ul .list-item p {
    font-size: 22px;
  }
}
section.offers .offers-wrapper .offers-wrapper_offer .offer-content-with-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 800px) {
  section.offers .offers-wrapper .offers-wrapper_offer .offer-content-with-list {
    grid-template-columns: 1fr;
  }
}
section.offers .offers-wrapper .offers-wrapper_video .offers-wrapper__thumbnail {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
section.offers .offers-wrapper .offers-wrapper_video .offers-wrapper__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: none;
}
section.offers .offers-wrapper .offers-wrapper_video .offers-wrapper__thumbnail button {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  cursor: pointer;
  background-color: #0B3F56;
  width: 6rem;
  height: 3rem;
  border-radius: 0.5rem;
  border: 1px solid #fff;
}
section.offers .offers-wrapper .offers-wrapper_video .offers-wrapper__thumbnail button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.offers .offers-wrapper .offers-wrapper_video .offers-wrapper__thumbnail video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: none;
}
section.offers .offers-wrapper-with-list {
  grid-template-columns: 2fr 1fr;
}
@media (max-width: 980px) {
  section.offers .offers-wrapper-with-list {
    grid-template-columns: 1fr;
  }
}
section.offers .minitext_desktop {
  width: 70%;
  margin: 0 auto;
  margin-top: 2rem;
}
@media (max-width: 980px) {
  section.offers .minitext_desktop {
    display: none;
  }
}
@media (min-width: 2000px) {
  section.offers .minitext_desktop {
    width: 1400px;
  }
}
@media (max-width: 1200px) {
  section.offers .minitext_desktop {
    width: 75%;
  }
}
@media (max-width: 1024px) {
  section.offers .minitext_desktop {
    width: 80%;
  }
}
@media (max-width: 768px) {
  section.offers .minitext_desktop {
    width: 87%;
  }
}
@media (max-width: 480px) {
  section.offers .minitext_desktop {
    width: 93%;
  }
}
section.offers .minitext_desktop .title {
  font-weight: 900;
  color: black;
}
section.offers .minitext_desktop ul li {
  list-style-type: "+ ";
  list-style-position: inside;
  color: #86868B;
  padding-top: 0.5rem;
}
section.offers .minitext_mobile {
  width: 70%;
  margin: 0 auto;
  margin-top: 2rem;
}
@media (min-width: 980px) {
  section.offers .minitext_mobile {
    display: none;
  }
}
@media (min-width: 2000px) {
  section.offers .minitext_mobile {
    width: 1400px;
  }
}
@media (max-width: 1200px) {
  section.offers .minitext_mobile {
    width: 75%;
  }
}
@media (max-width: 1024px) {
  section.offers .minitext_mobile {
    width: 80%;
  }
}
@media (max-width: 768px) {
  section.offers .minitext_mobile {
    width: 87%;
  }
}
@media (max-width: 480px) {
  section.offers .minitext_mobile {
    width: 93%;
  }
}
section.offers .minitext_mobile .title {
  font-weight: 900;
  color: black;
}
section.offers .minitext_mobile ul li {
  list-style-type: "+ ";
  list-style-position: inside;
  color: #86868B;
  padding-top: 0.5rem;
}
section.offers .about_desktop {
  width: 70%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
  margin-top: 2rem;
}
@media (min-width: 2000px) {
  section.offers .about_desktop {
    width: 1400px;
  }
}
@media (max-width: 1200px) {
  section.offers .about_desktop {
    width: 75%;
  }
}
@media (max-width: 1024px) {
  section.offers .about_desktop {
    width: 80%;
  }
}
@media (max-width: 768px) {
  section.offers .about_desktop {
    width: 87%;
  }
}
@media (max-width: 480px) {
  section.offers .about_desktop {
    width: 93%;
  }
}
@media (max-width: 980px) {
  section.offers .about_desktop {
    display: none;
  }
}
section.offers .about_desktop .left {
  border-right: #86868B 1px solid;
}
@media (max-width: 980px) {
  section.offers .about_desktop .left {
    border-right: none;
    border-bottom: #86868B 1px solid;
    padding-bottom: 1rem;
  }
}
section.offers .about_desktop .left .title {
  font-weight: 900;
  color: black;
  padding-bottom: 1rem;
}
section.offers .about_desktop .left ul li {
  list-style-type: "- ";
  list-style-position: inside;
  color: #86868B;
  padding-bottom: 0.5rem;
}
section.offers .about_desktop .center {
  border-right: #86868B 1px solid;
}
@media (max-width: 980px) {
  section.offers .about_desktop .center {
    border-right: none;
    border-bottom: #86868B 1px solid;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
section.offers .about_desktop .center .title {
  font-weight: 900;
  color: black;
  padding-bottom: 1rem;
}
section.offers .about_desktop .center .procedure .melyna {
  color: #0B3F56;
  padding-right: 5px;
  padding-bottom: 0.5rem;
}
section.offers .about_desktop .center .procedure .melyna b {
  color: #86868B;
  font-weight: 400;
}
@media (max-width: 980px) {
  section.offers .about_desktop .right {
    padding-top: 1rem;
  }
}
section.offers .about_desktop .right .title {
  font-weight: 900;
  color: black;
  padding-bottom: 1rem;
}
section.offers .about_desktop .right ul li {
  list-style-type: "- ";
  list-style-position: inside;
  color: #86868B;
  padding-bottom: 0.5rem;
}
section.offers .about_desktop .right .video-forall {
  padding-top: 1rem;
}
section.offers .about_desktop .right .video-forall video {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
section.offers .about_mobile {
  width: 70%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 2rem;
}
@media (min-width: 2000px) {
  section.offers .about_mobile {
    width: 1400px;
  }
}
@media (max-width: 1200px) {
  section.offers .about_mobile {
    width: 75%;
  }
}
@media (max-width: 1024px) {
  section.offers .about_mobile {
    width: 80%;
  }
}
@media (max-width: 768px) {
  section.offers .about_mobile {
    width: 87%;
  }
}
@media (max-width: 480px) {
  section.offers .about_mobile {
    width: 93%;
  }
}
@media (min-width: 980px) {
  section.offers .about_mobile {
    display: none;
  }
}
section.offers .about_mobile .left {
  border-right: #86868B 1px solid;
}
@media (max-width: 980px) {
  section.offers .about_mobile .left {
    border-right: none;
    border-bottom: #86868B 1px solid;
    padding-bottom: 1rem;
  }
}
section.offers .about_mobile .left .title {
  font-weight: 900;
  color: black;
  padding-bottom: 1rem;
}
section.offers .about_mobile .left ul li {
  list-style-type: "- ";
  list-style-position: inside;
  color: #86868B;
  padding-bottom: 0.5rem;
}
section.offers .about_mobile .center {
  border-right: #86868B 1px solid;
}
@media (max-width: 980px) {
  section.offers .about_mobile .center {
    border-right: none;
    border-bottom: #86868B 1px solid;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
section.offers .about_mobile .center .title {
  font-weight: 900;
  color: black;
  padding-bottom: 1rem;
}
section.offers .about_mobile .center .procedure .melyna {
  color: #0B3F56;
  padding-right: 5px;
  padding-bottom: 0.5rem;
}
section.offers .about_mobile .center .procedure .melyna b {
  color: #86868B;
  font-weight: 400;
}
@media (max-width: 980px) {
  section.offers .about_mobile .right {
    padding-top: 1rem;
  }
}
section.offers .about_mobile .right .title {
  font-weight: 900;
  color: black;
  padding-bottom: 1rem;
}
section.offers .about_mobile .right ul li {
  list-style-type: "- ";
  list-style-position: inside;
  color: #86868B;
  padding-bottom: 0.5rem;
}
section.offers .about_mobile .right .video-forall {
  padding-top: 1rem;
}
section.offers .about_mobile .right .video-forall video {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
section.offers .button_set {
  width: 70%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2.5fr 1fr 1fr;
  gap: 1rem;
  margin-top: 2rem;
}
@media (min-width: 2000px) {
  section.offers .button_set {
    width: 1400px;
  }
}
@media (max-width: 1200px) {
  section.offers .button_set {
    width: 75%;
  }
}
@media (max-width: 1024px) {
  section.offers .button_set {
    width: 80%;
  }
}
@media (max-width: 768px) {
  section.offers .button_set {
    width: 87%;
  }
}
@media (max-width: 480px) {
  section.offers .button_set {
    width: 93%;
  }
}
@media (max-width: 980px) {
  section.offers .button_set {
    grid-template-columns: 1fr;
  }
}
section.offers .button_set .inbank {
  background-color: #2B0A57;
  display: flex;
  padding: 1rem;
  border-radius: 10px;
}
@media (max-width: 980px) {
  section.offers .button_set .inbank {
    flex-wrap: wrap;
  }
}
section.offers .button_set .inbank .info {
  color: #fff;
  padding-left: 30px;
  font-size: 0.9rem;
  padding-top: 5px;
}
@media (max-width: 767px) {
  section.offers .button_set .inbank .info {
    padding-left: 0px;
    font-size: 1.1rem;
  }
}
section.offers .button_set .inbank a {
  color: #fff;
  text-decoration: underline;
}
section.offers .button_set button {
  font: inherit;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  background-color: #000;
  border: none;
  border-radius: 10px;
  padding: 0.75rem 2rem;
  cursor: pointer;
}
@media (max-width: 980px) {
  section.offers .button_set button {
    padding: 2rem 2rem;
    font-size: 1.1rem;
  }
}
section.offers .button_set .desktop {
  color: #000;
  font-size: 0.9rem;
  font-weight: 600;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 0.75rem 2rem;
  text-align: center;
  padding-top: 1.5rem;
}
@media (min-width: 1900px) {
  section.offers .button_set .desktop {
    padding-top: 1.2rem;
  }
}
@media (max-width: 980px) {
  section.offers .button_set .desktop {
    display: none;
  }
}
section.offers .button_set .mobile {
  color: #000;
  font-size: 1.1rem;
  font-weight: 600;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 2rem 2rem;
  text-align: center;
}
@media (min-width: 980px) {
  section.offers .button_set .mobile {
    display: none;
  }
}
section.offers .no-inbank {
  grid-template-columns: 0.3fr 0.35fr;
}
@media (max-width: 980px) {
  section.offers .no-inbank {
    grid-template-columns: 1fr;
  }
}

section.gotfridas-paragraph {
  margin: 6rem 0;
}
@media (max-width: 980px) {
  section.gotfridas-paragraph {
    margin: 3rem 0;
  }
}
section.gotfridas-paragraph .gotfridas-wrapper {
  width: 85%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: minmax(max-content, 580px);
  gap: 3rem;
  align-items: center;
}
@media (min-width: 2000px) {
  section.gotfridas-paragraph .gotfridas-wrapper {
    width: 1800px;
  }
}
@media (max-width: 1200px) {
  section.gotfridas-paragraph .gotfridas-wrapper {
    width: 87.5%;
    gap: 1rem;
    grid-auto-rows: minmax(max-content, 450px);
  }
}
@media (max-width: 1024px) {
  section.gotfridas-paragraph .gotfridas-wrapper {
    width: 90%;
  }
}
@media (max-width: 768px) {
  section.gotfridas-paragraph .gotfridas-wrapper {
    width: 93.5%;
  }
}
@media (max-width: 620px) {
  section.gotfridas-paragraph .gotfridas-wrapper {
    grid-template-columns: 1fr;
    grid-auto-rows: unset;
  }
}
@media (max-width: 480px) {
  section.gotfridas-paragraph .gotfridas-wrapper {
    width: 97.5%;
  }
}
section.gotfridas-paragraph .gotfridas-wrapper__visual {
  width: 100%;
  height: 100%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 620px) {
  section.gotfridas-paragraph .gotfridas-wrapper__visual {
    height: 350px;
  }
}
section.gotfridas-paragraph .gotfridas-wrapper__visual_wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
}
section.gotfridas-paragraph .gotfridas-wrapper__visual_wrapper video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
section.gotfridas-paragraph .gotfridas-wrapper__visual_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transform: none;
}
@media (min-width: 620px) {
  section.gotfridas-paragraph .gotfridas-wrapper__content {
    margin: 5rem 0;
  }
}
@media (max-width: 620px) {
  section.gotfridas-paragraph .gotfridas-wrapper__content {
    margin-left: 6.5%;
  }
}
@media (max-width: 620px) {
  section.gotfridas-paragraph .gotfridas-wrapper__content {
    margin-left: 2.5%;
  }
}
section.gotfridas-paragraph .gotfridas-wrapper__content h4 {
  padding: 1rem 0;
}
section.gotfridas-paragraph .gotfridas-wrapper__content h2 {
  font-weight: 400;
  padding-bottom: 1rem;
  font-size: 2rem;
}
section.gotfridas-paragraph .gotfridas-wrapper__content h2 > strong {
  font-weight: 700;
  color: #0B3F56;
}
section.gotfridas-paragraph .gotfridas-wrapper__content p > strong {
  font-weight: 700;
  color: #0B3F56;
}
section.gotfridas-paragraph .gotfridas-wrapper__content p:not(:first-of-type) {
  padding-top: 1rem;
}
section.gotfridas-paragraph .gotfridas-wrapper__content ul {
  margin-top: 1rem;
}
section.gotfridas-paragraph .gotfridas-wrapper__content ul li {
  position: relative;
  padding-left: 1rem;
  margin: 0.25rem 0;
  color: #86868B;
  font-weight: 500;
}
section.gotfridas-paragraph .gotfridas-wrapper__content ul li:after {
  position: absolute;
  content: "–";
  top: 0;
  left: 0;
}
section.gotfridas-paragraph .gotfridas-wrapper__content .gotfridas-wrapper__links {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
section.gotfridas-paragraph .gotfridas-wrapper__content .gotfridas-wrapper__links button {
  font: inherit;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  background-color: #000;
  border: none;
  border-radius: 5px;
  padding: 0.75rem 2rem;
  cursor: pointer;
}
section.gotfridas-paragraph .gotfridas-wrapper__content .gotfridas-wrapper__links a.desktop {
  color: #000;
  font-size: 0.9rem;
  font-weight: 600;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 0.75rem 2rem;
}
@media (max-width: 820px) {
  section.gotfridas-paragraph .gotfridas-wrapper__content .gotfridas-wrapper__links a.desktop {
    display: none;
  }
}
section.gotfridas-paragraph .gotfridas-wrapper__content .gotfridas-wrapper__links a.mobile {
  color: #000;
  font-size: 0.9rem;
  font-weight: 600;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 0.75rem 2rem;
}
@media (min-width: 820px) {
  section.gotfridas-paragraph .gotfridas-wrapper__content .gotfridas-wrapper__links a.mobile {
    display: none;
  }
}

section.main-cards {
  margin: 6rem 0;
}
@media (max-width: 980px) {
  section.main-cards {
    margin: 3rem 0;
  }
}
section.main-cards .main-cards-wrapper {
  width: 70%;
  margin: 0 auto;
}
@media (min-width: 2000px) {
  section.main-cards .main-cards-wrapper {
    width: 1400px;
  }
}
@media (max-width: 1200px) {
  section.main-cards .main-cards-wrapper {
    width: 75%;
  }
}
@media (max-width: 1024px) {
  section.main-cards .main-cards-wrapper {
    width: 80%;
  }
}
@media (max-width: 768px) {
  section.main-cards .main-cards-wrapper {
    width: 87%;
  }
}
@media (max-width: 480px) {
  section.main-cards .main-cards-wrapper {
    width: 93%;
  }
}
section.main-cards .main-cards-wrapper h2 {
  font-weight: 400;
}
section.main-cards .main-cards-wrapper h2 > strong {
  font-weight: 700;
  color: #0B3F56;
  line-height: 3rem;
}
section.main-cards .main-cards-wrapper .main-cards_top-side_description {
  color: #86868B;
  padding-bottom: 3rem;
}
section.main-cards .all_cards {
  width: 70%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1rem;
}
@media (min-width: 2000px) {
  section.main-cards .all_cards {
    width: 1400px;
  }
}
@media (max-width: 1200px) {
  section.main-cards .all_cards {
    width: 75%;
  }
}
@media (max-width: 1024px) {
  section.main-cards .all_cards {
    width: 80%;
  }
}
@media (max-width: 768px) {
  section.main-cards .all_cards {
    width: 87%;
  }
}
@media (max-width: 480px) {
  section.main-cards .all_cards {
    width: 93%;
  }
}
@media (max-width: 980px) {
  section.main-cards .all_cards {
    grid-template-columns: 1fr;
  }
}
section.main-cards .all_cards .one_card {
  background-color: #F8F8F8;
  border-radius: 20px;
}
section.main-cards .all_cards .one_card .image {
  width: 100px;
  height: 100px;
  background-color: #A3C1E2;
  border-radius: 10px;
  margin-top: 1rem;
  margin-left: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.main-cards .all_cards .one_card .image img {
  width: 50px;
  height: auto;
}
section.main-cards .all_cards .one_card p {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
}

.offers-page-list {
  margin: 10rem 0;
}
.offers-page-list .offers-page-list-wrapper {
  width: 70%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem 1.5rem;
}
@media (min-width: 2000px) {
  .offers-page-list .offers-page-list-wrapper {
    width: 1400px;
  }
}
@media (max-width: 1200px) {
  .offers-page-list .offers-page-list-wrapper {
    width: 75%;
  }
}
@media (max-width: 1024px) {
  .offers-page-list .offers-page-list-wrapper {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .offers-page-list .offers-page-list-wrapper {
    width: 87%;
  }
}
@media (max-width: 480px) {
  .offers-page-list .offers-page-list-wrapper {
    width: 93%;
  }
}
@media (max-width: 820px) {
  .offers-page-list .offers-page-list-wrapper {
    grid-template-columns: 1fr;
  }
}
.offers-page-list .offers-page-list-wrapper .offer-link {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  background-color: #A3C1E2;
  border-radius: 20px;
  position: relative;
}
.offers-page-list .offers-page-list-wrapper .offer-link .image-area {
  aspect-ratio: 5/3;
  overflow: hidden;
}
.offers-page-list .offers-page-list-wrapper .offer-link .image-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  transition: 0.4s all ease-in-out;
}
.offers-page-list .offers-page-list-wrapper .offer-link .content-area {
  width: 75%;
  padding-top: 1.5rem;
  transition: 0.4s all ease-in-out;
}
@media (max-width: 1100px) {
  .offers-page-list .offers-page-list-wrapper .offer-link .content-area {
    width: 65%;
  }
}
.offers-page-list .offers-page-list-wrapper .offer-link .content-area .offer-title {
  color: #FFF;
  font-weight: 600;
  padding-bottom: 1rem;
  transition: 0.4s all ease-in-out;
}
.offers-page-list .offers-page-list-wrapper .offer-link .content-area .service-excerpt {
  color: #FFFFFF;
  font-weight: 400;
  transition: 0.4s all ease-in-out;
}
.offers-page-list .offers-page-list-wrapper .offer-link .content-area .button-area {
  position: absolute;
  right: -1px;
  bottom: -1px;
}
@media (max-width: 640px) {
  .offers-page-list .offers-page-list-wrapper .offer-link .content-area .button-area svg #Subtraction_11 {
    fill: #fff;
  }
}
@media (max-width: 960px) {
  .offers-page-list .offers-page-list-wrapper .offer-link .content-area .button-area {
    right: -2rem;
    bottom: -2rem;
  }
}
.offers-page-list .offers-page-list-wrapper .offer-link .content-area .button-area .arrow-wrap {
  position: absolute;
  top: calc(50% + 10px);
  left: calc(50% + 10px);
  transform: translate(-50%, -50%);
  width: 3rem;
  height: 3rem;
  border-radius: 5px;
  border: none;
  background-color: rgba(0, 0, 0, 0.2);
  transition: 0.4s all ease-in-out;
}
@media (max-width: 960px) {
  .offers-page-list .offers-page-list-wrapper .offer-link .content-area .button-area .arrow-wrap {
    top: 2rem;
    left: 2rem;
    transform: unset;
  }
}
@media (max-width: 750px) {
  .offers-page-list .offers-page-list-wrapper .offer-link .content-area .button-area .arrow-wrap {
    top: 2.5rem;
    left: 2.5rem;
  }
}
.offers-page-list .offers-page-list-wrapper .offer-link .content-area .button-area .arrow-wrap svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.offers-page-list .offers-page-list-wrapper .offer-link:hover .image-area img {
  transform: scale(1.2);
}
.offers-page-list .offers-page-list-wrapper .offer-link:hover .content-area .offer-title {
  transform: translateX(1rem);
}
.offers-page-list .offers-page-list-wrapper .offer-link:hover .content-area .service-excerpt {
  transform: translateX(1rem);
}
.offers-page-list .offers-page-list-wrapper .offer-link:hover .content-area .button-area .arrow-wrap {
  left: calc(50% + 20px);
  background-color: #000;
}

section.service-prices {
  margin: 6rem 0;
}
@media (max-width: 1024px) {
  section.service-prices {
    margin: 3rem 0;
  }
}
section.service-prices .service-prices-wrapper {
  display: grid;
  grid-template-columns: 5fr 7fr;
  grid-auto-rows: 1fr;
}
@media (max-width: 800px) {
  section.service-prices .service-prices-wrapper {
    grid-template-columns: 1fr;
    grid-auto-rows: unset;
  }
}
section.service-prices .service-prices-wrapper__title {
  background-color: #A3C1E2;
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
@media (max-width: 800px) {
  section.service-prices .service-prices-wrapper__title {
    margin: 0 1rem;
    border-top-left-radius: 0.75rem;
    border-bottom-right-radius: 0;
  }
}
section.service-prices .service-prices-wrapper__title_wrap {
  padding: 6rem 7rem 0 35%;
}
@media (max-width: 1200px) {
  section.service-prices .service-prices-wrapper__title_wrap {
    padding: 6rem 7rem 0 30%;
  }
}
@media (max-width: 1024px) {
  section.service-prices .service-prices-wrapper__title_wrap {
    padding: 6rem 7rem 0 23%;
  }
}
@media (max-width: 800px) {
  section.service-prices .service-prices-wrapper__title_wrap {
    width: 70%;
    margin: 0 auto;
    padding: 2rem 0;
  }
}
@media (max-width: 800px) and (min-width: 2000px) {
  section.service-prices .service-prices-wrapper__title_wrap {
    width: 1400px;
  }
}
@media (max-width: 800px) and (max-width: 1200px) {
  section.service-prices .service-prices-wrapper__title_wrap {
    width: 75%;
  }
}
@media (max-width: 800px) and (max-width: 1024px) {
  section.service-prices .service-prices-wrapper__title_wrap {
    width: 80%;
  }
}
@media (max-width: 800px) and (max-width: 768px) {
  section.service-prices .service-prices-wrapper__title_wrap {
    width: 87%;
  }
}
@media (max-width: 800px) and (max-width: 480px) {
  section.service-prices .service-prices-wrapper__title_wrap {
    width: 93%;
  }
}
section.service-prices .service-prices-wrapper__item {
  background-color: #6991BC;
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  margin: 3.5rem 0 3.5rem -5rem;
}
@media (max-width: 800px) {
  section.service-prices .service-prices-wrapper__item {
    margin: 0 1rem;
    border-bottom-right-radius: 0.75rem;
    border-top-left-radius: 0;
  }
}
section.service-prices .service-prices-wrapper__item_wrap {
  padding: 2rem 23% 2rem 2rem;
}
@media (max-width: 1200px) {
  section.service-prices .service-prices-wrapper__item_wrap {
    padding: 2rem 19% 2rem 2rem;
  }
}
@media (max-width: 1024px) {
  section.service-prices .service-prices-wrapper__item_wrap {
    padding: 2rem 14% 2rem 2rem;
  }
}
@media (max-width: 800px) {
  section.service-prices .service-prices-wrapper__item_wrap {
    width: 70%;
    margin: 0 auto;
    padding: 2rem 0;
  }
}
@media (max-width: 800px) and (min-width: 2000px) {
  section.service-prices .service-prices-wrapper__item_wrap {
    width: 1400px;
  }
}
@media (max-width: 800px) and (max-width: 1200px) {
  section.service-prices .service-prices-wrapper__item_wrap {
    width: 75%;
  }
}
@media (max-width: 800px) and (max-width: 1024px) {
  section.service-prices .service-prices-wrapper__item_wrap {
    width: 80%;
  }
}
@media (max-width: 800px) and (max-width: 768px) {
  section.service-prices .service-prices-wrapper__item_wrap {
    width: 87%;
  }
}
@media (max-width: 800px) and (max-width: 480px) {
  section.service-prices .service-prices-wrapper__item_wrap {
    width: 93%;
  }
}
section.service-prices .service-prices-wrapper__item_wrap .service-price-line {
  padding: 1rem 0;
  border-bottom: 1px solid #fff;
  display: grid;
  grid-template-columns: 1fr max-content;
  gap: 0.5rem;
  align-items: center;
}
section.service-prices .service-prices-wrapper__item_wrap .service-price-line__service {
  color: #fff;
  font-weight: 500;
}
section.service-prices .service-prices-wrapper__item_wrap .service-price-line__price {
  color: #fff;
  font-weight: 700;
}

section.implantation-offer {
  margin: 6rem 0;
}
@media (max-width: 980px) {
  section.implantation-offer {
    margin: 3rem 0;
  }
}
section.implantation-offer .implantation-offer-wrapper {
  width: 70%;
  margin: 0 auto;
}
@media (min-width: 2000px) {
  section.implantation-offer .implantation-offer-wrapper {
    width: 1400px;
  }
}
@media (max-width: 1200px) {
  section.implantation-offer .implantation-offer-wrapper {
    width: 75%;
  }
}
@media (max-width: 1024px) {
  section.implantation-offer .implantation-offer-wrapper {
    width: 80%;
  }
}
@media (max-width: 768px) {
  section.implantation-offer .implantation-offer-wrapper {
    width: 87%;
  }
}
@media (max-width: 480px) {
  section.implantation-offer .implantation-offer-wrapper {
    width: 93%;
  }
}
section.implantation-offer .implantation-offer-wrapper__buttons {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}
section.implantation-offer .implantation-offer-wrapper__buttons button.offer-taxonomy {
  font-size: 0.8rem;
  font-weight: 600;
  color: #848484;
  background-color: #E6E6E6;
  border: none;
  border-radius: 1.5rem;
  padding: 1rem 2rem;
  cursor: pointer;
  transition: 0.4s all ease-in-out;
}
@media (max-width: 1000px) {
  section.implantation-offer .implantation-offer-wrapper__buttons button.offer-taxonomy {
    font-size: 14px;
  }
}
section.implantation-offer .implantation-offer-wrapper__buttons button.offer-taxonomy.active {
  color: #fff;
  background-color: #000;
}
section.implantation-offer .implantation-offer-wrapper__content {
  margin-top: 2rem;
}
section.implantation-offer .implantation-offer-wrapper__content .offer-content-block {
  display: none;
}
section.implantation-offer .implantation-offer-wrapper__content .offer-content-block.active {
  display: grid;
  grid-template-columns: 4fr 5fr;
  gap: 1.25rem;
}
@media (max-width: 800px) {
  section.implantation-offer .implantation-offer-wrapper__content .offer-content-block.active {
    grid-template-columns: 1fr;
  }
}
section.implantation-offer .implantation-offer-wrapper__content .offer-content-block__image {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 1rem;
  overflow: hidden;
}
@media (max-width: 800px) {
  section.implantation-offer .implantation-offer-wrapper__content .offer-content-block__image {
    position: relative;
    aspect-ratio: 2/1;
  }
}
section.implantation-offer .implantation-offer-wrapper__content .offer-content-block__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: none;
}
section.implantation-offer .implantation-offer-wrapper__content .offer-content-block__image button {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  cursor: pointer;
  background-color: #0B3F56;
  width: 6rem;
  height: 3rem;
  border-radius: 0.5rem;
  border: 1px solid #fff;
}
section.implantation-offer .implantation-offer-wrapper__content .offer-content-block__image button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.implantation-offer .implantation-offer-wrapper__content .offer-content-block__desc_item {
  background-color: #F5F5F5;
  border-radius: 1rem;
  padding: 4rem;
}
@media (max-width: 1600px) {
  section.implantation-offer .implantation-offer-wrapper__content .offer-content-block__desc_item {
    padding: 3rem;
  }
}
@media (max-width: 1024px) {
  section.implantation-offer .implantation-offer-wrapper__content .offer-content-block__desc_item {
    padding: 2rem;
  }
}
@media (max-width: 480px) {
  section.implantation-offer .implantation-offer-wrapper__content .offer-content-block__desc_item {
    padding: 1rem;
  }
}
section.implantation-offer .implantation-offer-wrapper__content .offer-content-block__desc_item h3 {
  font-size: 2.25rem;
  font-weight: 800;
  text-transform: uppercase;
}
section.implantation-offer .implantation-offer-wrapper__content .offer-content-block__desc_item .prices-count-wrapper {
  padding: 1.5rem 0;
  border-bottom: 1px solid #D0D0D0;
}
section.implantation-offer .implantation-offer-wrapper__content .offer-content-block__desc_item .prices-count-wrapper .old-price {
  font-weight: 500;
  color: #86868B;
}
section.implantation-offer .implantation-offer-wrapper__content .offer-content-block__desc_item .prices-count-wrapper .old-price span {
  text-decoration: line-through;
}
section.implantation-offer .implantation-offer-wrapper__content .offer-content-block__desc_item .prices-count-wrapper .new-price {
  padding-top: 0.5rem;
  font-size: 1.5rem;
  color: #000;
  font-weight: 700;
}
section.implantation-offer .implantation-offer-wrapper__content .offer-content-block__desc_item .prices-count-wrapper .price-difference {
  padding-top: 0.5rem;
  font-size: 1rem;
  color: #000;
  font-weight: 600;
}
section.implantation-offer .implantation-offer-wrapper__content .offer-content-block__desc_item .desc-wrapper h4 {
  font-size: 1rem;
  padding-top: 1rem;
  font-weight: 800;
  color: #000;
}
section.implantation-offer .implantation-offer-wrapper__content .offer-content-block__desc_item .desc-wrapper p {
  padding-top: 0.5rem;
  font-size: 0.8rem;
  color: #86868B;
}
@media (max-width: 1000px) {
  section.implantation-offer .implantation-offer-wrapper__content .offer-content-block__desc_item .desc-wrapper p {
    font-size: 14px;
  }
}
section.implantation-offer .implantation-offer-wrapper__content .offer-content-block__desc_item .desc-wrapper p strong {
  color: #000;
  font-weight: 600;
}
section.implantation-offer .implantation-offer-wrapper__content .offer-content-block__desc_item .desc-wrapper ul {
  font-size: 0.8rem;
  font-weight: 600;
  color: #86868B;
}
@media (max-width: 1000px) {
  section.implantation-offer .implantation-offer-wrapper__content .offer-content-block__desc_item .desc-wrapper ul {
    font-size: 14px;
  }
}
section.implantation-offer .implantation-offer-wrapper__content .offer-content-block__desc_item .desc-wrapper ul li {
  position: relative;
  padding-left: 0.75rem;
  margin: 0.3rem 0;
}
section.implantation-offer .implantation-offer-wrapper__content .offer-content-block__desc_item .desc-wrapper ul li:after {
  content: "–";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 800;
}
section.implantation-offer .implantation-offer-wrapper__content .offer-content-block__desc_item .additional-youtube-link {
  margin-top: 2rem;
}
section.implantation-offer .implantation-offer-wrapper__content .offer-content-block__desc_item .additional-youtube-link button {
  cursor: pointer;
  background-color: #0B3F56;
  border-radius: 0.5rem;
  border: 1px solid #fff;
  padding: 1rem 1rem 1rem 3rem;
  position: relative;
}
section.implantation-offer .implantation-offer-wrapper__content .offer-content-block__desc_item .additional-youtube-link button svg {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
}
section.implantation-offer .implantation-offer-wrapper__content .offer-content-block__desc_item .additional-youtube-link button span.video-title {
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  vertical-align: middle;
}
@media (max-width: 1000px) {
  section.implantation-offer .implantation-offer-wrapper__content .offer-content-block__desc_item .additional-youtube-link button span.video-title {
    font-size: 14px;
  }
}
section.implantation-offer .implantation-offer-wrapper__content .offer-content-block__desc_prices {
  background-color: #0B3F56;
  border-radius: 1rem;
  padding: 4rem;
  margin-top: 1rem;
}
@media (max-width: 1600px) {
  section.implantation-offer .implantation-offer-wrapper__content .offer-content-block__desc_prices {
    padding: 3rem;
  }
}
@media (max-width: 1024px) {
  section.implantation-offer .implantation-offer-wrapper__content .offer-content-block__desc_prices {
    padding: 2rem;
  }
}
@media (max-width: 480px) {
  section.implantation-offer .implantation-offer-wrapper__content .offer-content-block__desc_prices {
    padding: 1rem;
  }
}
section.implantation-offer .implantation-offer-wrapper__content .offer-content-block__desc_prices .title-wrapper {
  margin-bottom: 1.5rem;
}
section.implantation-offer .implantation-offer-wrapper__content .offer-content-block__desc_prices .title-wrapper h4 {
  color: #fff;
  font-weight: 800;
  font-size: 1.5rem;
}
section.implantation-offer .implantation-offer-wrapper__content .offer-content-block__desc_prices .title-wrapper p {
  color: #fff;
  font-weight: 500;
}
section.implantation-offer .implantation-offer-wrapper__content .offer-content-block__desc_prices .leasing-desc-wrapper {
  margin-top: 0.75rem;
  background-color: #fff;
  border-radius: 0.25rem;
  padding: 1rem;
}
@media (max-width: 420px) {
  section.implantation-offer .implantation-offer-wrapper__content .offer-content-block__desc_prices .leasing-desc-wrapper {
    padding: 0.5rem;
  }
}
section.implantation-offer .implantation-offer-wrapper__content .offer-content-block__desc_prices .leasing-desc-wrapper__switcher {
  display: grid;
  grid-template-columns: 1fr max-content;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  padding-bottom: 1rem;
}
@media (max-width: 420px) {
  section.implantation-offer .implantation-offer-wrapper__content .offer-content-block__desc_prices .leasing-desc-wrapper__switcher {
    gap: 0.3rem;
  }
}
section.implantation-offer .implantation-offer-wrapper__content .offer-content-block__desc_prices .leasing-desc-wrapper__switcher .leasing-title {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}
@media (max-width: 420px) {
  section.implantation-offer .implantation-offer-wrapper__content .offer-content-block__desc_prices .leasing-desc-wrapper__switcher .leasing-title {
    gap: 0.3rem;
  }
}
section.implantation-offer .implantation-offer-wrapper__content .offer-content-block__desc_prices .leasing-desc-wrapper__switcher .leasing-title__circle {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  border: 2px solid #54236F;
  position: relative;
}
@media (max-width: 420px) {
  section.implantation-offer .implantation-offer-wrapper__content .offer-content-block__desc_prices .leasing-desc-wrapper__switcher .leasing-title__circle {
    width: 0.75rem;
    height: 0.75rem;
  }
}
section.implantation-offer .implantation-offer-wrapper__content .offer-content-block__desc_prices .leasing-desc-wrapper__switcher .leasing-title__circle:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-52%, -52%);
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background-color: #54236F;
  opacity: 0;
  transition: 0.4s ease-in-out all;
}
@media (max-width: 420px) {
  section.implantation-offer .implantation-offer-wrapper__content .offer-content-block__desc_prices .leasing-desc-wrapper__switcher .leasing-title__circle:after {
    width: 0.3rem;
    height: 0.3rem;
  }
}
section.implantation-offer .implantation-offer-wrapper__content .offer-content-block__desc_prices .leasing-desc-wrapper__switcher .leasing-title__circle.active:after {
  opacity: 1;
}
section.implantation-offer .implantation-offer-wrapper__content .offer-content-block__desc_prices .leasing-desc-wrapper__switcher .leasing-title__item {
  color: #54236F;
  font-size: 1.25rem;
  font-weight: 700;
}
@media (max-width: 360px) {
  section.implantation-offer .implantation-offer-wrapper__content .offer-content-block__desc_prices .leasing-desc-wrapper__switcher .leasing-title__item {
    font-size: 1rem;
  }
}
section.implantation-offer .implantation-offer-wrapper__content .offer-content-block__desc_prices .leasing-desc-wrapper__switcher .leasing-prices {
  color: #54236F;
  font-size: 1.25rem;
  font-weight: 700;
}
@media (max-width: 360px) {
  section.implantation-offer .implantation-offer-wrapper__content .offer-content-block__desc_prices .leasing-desc-wrapper__switcher .leasing-prices {
    font-size: 1rem;
  }
}
section.implantation-offer .implantation-offer-wrapper__content .offer-content-block__desc_prices .leasing-desc-wrapper__switcher .leasing-prices__item:not(.new-price) {
  display: none;
}
section.implantation-offer .implantation-offer-wrapper__content .offer-content-block__desc_prices .leasing-desc-wrapper__switcher .leasing-prices__item.active {
  display: block;
}
section.implantation-offer .implantation-offer-wrapper__content .offer-content-block__desc_prices .leasing-desc-wrapper__switcher .new-prices {
  color: #000;
  font-size: 1.25rem;
  font-weight: 700;
}
section.implantation-offer .implantation-offer-wrapper__content .offer-content-block__desc_prices .leasing-desc-wrapper__months {
  padding: 1rem 0;
  border-top: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
  display: none;
}
section.implantation-offer .implantation-offer-wrapper__content .offer-content-block__desc_prices .leasing-desc-wrapper__months.active {
  display: grid;
  grid-template-columns: 1fr max-content;
  gap: 0.5rem;
}
@media (max-width: 480px) {
  section.implantation-offer .implantation-offer-wrapper__content .offer-content-block__desc_prices .leasing-desc-wrapper__months.active {
    grid-template-columns: 1fr;
  }
}
section.implantation-offer .implantation-offer-wrapper__content .offer-content-block__desc_prices .leasing-desc-wrapper__months_title {
  font-size: 1rem;
  font-weight: 700;
  color: #000;
}
section.implantation-offer .implantation-offer-wrapper__content .offer-content-block__desc_prices .leasing-desc-wrapper__months_buttons {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.5rem;
}
section.implantation-offer .implantation-offer-wrapper__content .offer-content-block__desc_prices .leasing-desc-wrapper__months_buttons button {
  width: 100%;
  height: max-content;
  padding: 0.5rem;
  border-radius: 3px;
  border: none;
  background-color: #C3C3C3;
  color: #fff;
  font-size: 0.8rem;
  line-height: 0.8rem;
  font-weight: 600;
  cursor: pointer;
}
@media (max-width: 1000px) {
  section.implantation-offer .implantation-offer-wrapper__content .offer-content-block__desc_prices .leasing-desc-wrapper__months_buttons button {
    font-size: 14px;
    line-height: 14px;
  }
}
section.implantation-offer .implantation-offer-wrapper__content .offer-content-block__desc_prices .leasing-desc-wrapper__months_buttons button.active {
  background-color: #0B3F56;
}
section.implantation-offer .implantation-offer-wrapper__content .offer-content-block__desc_prices .leasing-desc-wrapper__final {
  padding-top: 1rem;
  display: none;
}
section.implantation-offer .implantation-offer-wrapper__content .offer-content-block__desc_prices .leasing-desc-wrapper__final.active {
  display: grid;
  grid-template-columns: 1fr max-content;
  gap: 2rem;
  align-items: center;
}
@media (max-width: 480px) {
  section.implantation-offer .implantation-offer-wrapper__content .offer-content-block__desc_prices .leasing-desc-wrapper__final.active {
    grid-template-columns: 1fr;
  }
}
section.implantation-offer .implantation-offer-wrapper__content .offer-content-block__desc_prices .leasing-desc-wrapper__final p {
  font-size: 0.8rem;
  font-weight: 500;
  color: #86868B;
}
@media (max-width: 1000px) {
  section.implantation-offer .implantation-offer-wrapper__content .offer-content-block__desc_prices .leasing-desc-wrapper__final p {
    font-size: 14px;
  }
}
section.implantation-offer .implantation-offer-wrapper__content .offer-content-block__desc_prices .leasing-desc-wrapper__final button {
  background-color: #481465;
  border-radius: 0.26rem;
  padding: 0.75rem 1.5rem;
  border: none;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 800;
  cursor: pointer;
}
@media (max-width: 1000px) {
  section.implantation-offer .implantation-offer-wrapper__content .offer-content-block__desc_prices .leasing-desc-wrapper__final button {
    font-size: 14px;
  }
}
section.implantation-offer .implantation-offer-wrapper__content .offer-content-block__desc_prices .leasing-desc-wrapper.full-price .leasing-desc-wrapper__switcher .leasing-title__circle {
  border: 2px solid #000;
}
section.implantation-offer .implantation-offer-wrapper__content .offer-content-block__desc_prices .leasing-desc-wrapper.full-price .leasing-desc-wrapper__switcher .leasing-title__circle:after {
  background-color: #000;
}
section.implantation-offer .implantation-offer-wrapper__content .offer-content-block__desc_prices .leasing-desc-wrapper.full-price .leasing-desc-wrapper__switcher .leasing-title__item {
  color: #000;
}
section.implantation-offer .implantation-offer-wrapper__content .offer-content-block__desc_prices .leasing-desc-wrapper.full-price .leasing-desc-wrapper__final button {
  background-color: #000;
}

section.video-file {
  width: 70%;
  margin: 0 auto;
  margin-top: 6rem;
}
@media (min-width: 2000px) {
  section.video-file {
    width: 1400px;
  }
}
@media (max-width: 1200px) {
  section.video-file {
    width: 75%;
  }
}
@media (max-width: 1024px) {
  section.video-file {
    width: 80%;
  }
}
@media (max-width: 768px) {
  section.video-file {
    width: 87%;
  }
}
@media (max-width: 480px) {
  section.video-file {
    width: 93%;
  }
}
@media (max-width: 980px) {
  section.video-file {
    margin-top: 3rem;
  }
}
section.video-file video {
  width: 50%;
  height: auto;
  border-radius: 10px;
  margin: 0 auto;
  display: block;
}
@media (max-width: 980px) {
  section.video-file video {
    width: 70%;
  }
}
@media (max-width: 680px) {
  section.video-file video {
    width: 100%;
  }
}
section.video-file .b-text {
  width: 90%;
  margin: 0 auto;
  padding-top: 3rem;
}
section.video-file .b-text p {
  padding-top: 1rem;
}
section.video-file .b-text p:first-child {
  padding-top: 0;
}
section.video-file .b-text p strong {
  color: #000;
}

section.google {
  width: 70%;
  margin: 0 auto;
  margin-top: 6rem;
}
@media (min-width: 2000px) {
  section.google {
    width: 1400px;
  }
}
@media (max-width: 1200px) {
  section.google {
    width: 75%;
  }
}
@media (max-width: 1024px) {
  section.google {
    width: 80%;
  }
}
@media (max-width: 768px) {
  section.google {
    width: 87%;
  }
}
@media (max-width: 480px) {
  section.google {
    width: 93%;
  }
}
@media (max-width: 980px) {
  section.google {
    margin-top: 3rem;
  }
}
section.google .container {
  width: 90%;
  margin: 0 auto;
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 2rem;
  align-items: center;
}
@media (max-width: 980px) {
  section.google .container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 680px) {
  section.google .container {
    grid-template-columns: 1fr;
  }
}
section.google .container ul {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
@media (max-width: 980px) {
  section.google .container ul {
    flex-direction: column;
  }
}
section.google .container ul li {
  color: #000;
  font-size: 24px;
  text-align: center;
}
@media (max-width: 980px) {
  section.google .container ul li {
    text-align: left;
  }
}
section.google .container ul li svg {
  margin-top: 10px;
  width: 8px;
  height: 8px;
}
section.google .container .rating {
  background-color: #F5F5F5;
  border-radius: 10px;
  position: relative;
  padding: 1rem;
}
section.google .container .rating .rating-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
section.google .container .rating .rating-container p {
  font-size: 16px;
  color: #4D595C;
  text-align: center;
}
section.google .g-text {
  width: 90%;
  margin: 0 auto;
  padding-top: 2rem;
}
section.google .g-text p {
  color: #000;
}

section.points {
  width: 70%;
  margin: 0 auto;
  margin-top: 6rem;
}
@media (min-width: 2000px) {
  section.points {
    width: 1400px;
  }
}
@media (max-width: 1200px) {
  section.points {
    width: 75%;
  }
}
@media (max-width: 1024px) {
  section.points {
    width: 80%;
  }
}
@media (max-width: 768px) {
  section.points {
    width: 87%;
  }
}
@media (max-width: 480px) {
  section.points {
    width: 93%;
  }
}
@media (max-width: 980px) {
  section.points {
    margin-top: 3rem;
  }
}
section.points .top {
  text-align: center;
  margin-bottom: 2rem;
}
section.points .points-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 1420px) {
  section.points .points-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 660px) {
  section.points .points-container {
    grid-template-columns: 1fr;
  }
}
section.points .points-container .point {
  background-color: #A0C0E3;
  border-radius: 10px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (max-width: 1620px) {
  section.points .points-container .point {
    gap: 1rem;
  }
}
section.points .points-container .point p {
  color: #fff;
  font-size: 20px;
}
section.points .points-container .point p strong {
  font-size: 30px;
}

section.text-image {
  width: 70%;
  margin: 0 auto;
  margin-top: 6rem;
}
@media (min-width: 2000px) {
  section.text-image {
    width: 1400px;
  }
}
@media (max-width: 1200px) {
  section.text-image {
    width: 75%;
  }
}
@media (max-width: 1024px) {
  section.text-image {
    width: 80%;
  }
}
@media (max-width: 768px) {
  section.text-image {
    width: 87%;
  }
}
@media (max-width: 480px) {
  section.text-image {
    width: 93%;
  }
}
@media (max-width: 980px) {
  section.text-image {
    margin-top: 3rem;
  }
}
section.text-image .container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-top: 3rem;
}
section.text-image .container .line {
  width: 100%;
  height: 1px;
  background-color: #E2E2E2;
}
section.text-image .container .one-text {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
@media (max-width: 1660px) {
  section.text-image .container .one-text {
    grid-template-columns: 1fr 2fr;
  }
}
@media (max-width: 800px) {
  section.text-image .container .one-text {
    grid-template-columns: 1fr;
  }
}
section.text-image .container .one-text .image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-position: center;
  object-fit: cover;
}
section.text-image .container .one-text .text {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
section.text-image .container .one-text .text strong {
  color: #000;
  font-size: 30px;
}
section.text-image .container .one-text .text ul li {
  padding-bottom: 1rem;
}
section.text-image .container .one-text .text ul li:last-child {
  padding-bottom: 0;
}
