@charset "UTF-8";
@font-face {
  font-family: Lato;
  font-display: swap;
  src: url("../fonts/Lato-Regular.woff2") format("woff2"), url("../fonts/Lato-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Lato;
  font-display: swap;
  src: url("../fonts/Lato-Bold.woff2") format("woff2"), url("../fonts/Lato-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Lato;
  font-display: swap;
  src: url("../fonts/Lato-ExtraBold.woff2") format("woff2"), url("../fonts/Lato-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "icons";
  src: url("../fonts/icons.eot?c48yky");
  src: url("../fonts/icons.eot?c48yky#iefix") format("embedded-opentype"), url("../fonts/icons.woff?c48yky") format("woff"), url("../fonts/icons.svg?c48yky#icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-]::before, [class*=" icon-"]::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow3:before {
  content: "\e91c";
  color: #6e6e6e;
}

.icon-arrow2:before {
  content: "\e905";
  color: #6e6e6e;
}

.icon-arrow1:before {
  content: "\e904";
  color: #6e6e6e;
}

.icon-requisites .path1:before {
  content: "\e91d";
  color: rgb(131, 131, 131);
}

.icon-requisites .path2:before {
  content: "\e91e";
  margin-left: -1em;
  color: rgb(254, 254, 254);
}

.icon-requisites .path3:before {
  content: "\e91f";
  margin-left: -1em;
  color: rgb(254, 254, 254);
}

.icon-requisites .path4:before {
  content: "\e920";
  margin-left: -1em;
  color: rgb(131, 131, 131);
}

.icon-requisites .path5:before {
  content: "\e921";
  margin-left: -1em;
  color: rgb(131, 131, 131);
}

.icon-requisites .path6:before {
  content: "\e922";
  margin-left: -1em;
  color: rgb(131, 131, 131);
}

.icon-requisites .path7:before {
  content: "\e923";
  margin-left: -1em;
  color: rgb(131, 131, 131);
}

.icon-youtube:before {
  content: "\e900";
}

.icon-insta:before {
  content: "\e901";
}

.icon-vk:before {
  content: "\e902";
}

.icon-mail:before {
  content: "\e903";
}

.icon-prices:before {
  content: "\e906";
}

.icon-individual:before {
  content: "\e907";
}

.icon-specialist:before {
  content: "\e908";
}

.icon-equipment:before {
  content: "\e909";
}

.icon-calendar:before {
  content: "\e90a";
}

.icon-analis:before {
  content: "\e90b";
}

.icon-procedure:before {
  content: "\e90c";
}

.icon-uzi:before {
  content: "\e90d";
}

.icon-diagnost:before {
  content: "\e90e";
}

.icon-surgeon:before {
  content: "\e90f";
}

.icon-mamolog:before {
  content: "\e910";
}

.icon-cardio:before {
  content: "\e911";
}

.icon-endocrin:before {
  content: "\e912";
}

.icon-therap:before {
  content: "\e913";
}

.icon-gastro:before {
  content: "\e914";
}

.icon-urolog:before {
  content: "\e915";
}

.icon-gynecolog:before {
  content: "\e916";
}

.icon-search:before {
  content: "\e917";
}

.icon-map:before {
  content: "\e918";
}

.icon-eye:before {
  content: "\e919";
}

.icon-time:before {
  content: "\e91a";
}

.icon-tel:before {
  content: "\e91b";
}


*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #6E6E6E;
  background-color: #fff;
  padding: 0;
  margin: 0;
  border: 0;
}

body._lock {
  overflow: hidden;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
}

.container {
  max-width: 1687px;
  margin: 0 auto;
  padding: 0 30px;
}

h1 {
  font-size: 58px;
  font-weight: 800;
  line-height: 64px;
}

h2 {
  font-size: 48px;
  font-weight: 800;
  line-height: 56px;
}

@media (max-width: 1200px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 992px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 40px;
  font-weight: 800;
  line-height: 100%;
}

@media (max-width: 1200px) {
  h3 {
    font-size: 32px;
  }
}
@media (max-width: 992px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
}

@media (max-width: 1200px) {
  h4 {
    font-size: 28px;
  }
}
@media (max-width: 992px) {
  h4 {
    font-size: 18px;
  }
}
p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

a {
  text-decoration: none;
}

@media (max-width: 992px) {
  .container {
    padding: 0 10px;
  }
}
.breadcrumb {
  margin: 50px 0 0 0;
}

.breadcrumb__container {
  display: flex;
}

.breadcrumb__body {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  line-height: 100%;
  color: #6E6E6E;
  font-weight: 700;
}
.breadcrumb__body a {
  color: #6E6E6E;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.breadcrumb__body a:hover {
  color: #86298C;
  text-decoration: underline;
  text-underline-offset: 5px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.breadcrumb__body li {
  list-style-type: none;
}
.breadcrumb__body li + li:before {
  padding: 0 0 0 8px;
  content: "/ ";
}

.back__button {
  margin: 0 18px 0 0;
}

@media (min-width: 993px) {
  .back__button {
    font-size: 18px;
  }
  .breadcrumb__body {
    font-size: 18px;
  }
  .breadcrumb__container {
    align-items: normal;
  }
}
@media (min-width: 1640px) {
  .back__button {
    font-size: 31px;
    margin: 0 27px 0 0;
  }
  .breadcrumb__body {
    font-size: 24px;
  }
  .breadcrumb__container {
    align-items: center;
  }
}
.page-tittle {
  margin: 20px 0 70px 0;
}
@media (max-width: 992px) {
  .page-tittle {
    margin: 20px 0 30px 0;
  }
}
.page-tittle__container {
  height: 255px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: conic-gradient(from -29.6deg at 58.78% 36.04%, rgba(255, 255, 255, 0) 0deg, #C9C9C9 138.39deg, rgba(255, 255, 255, 0) 360deg), conic-gradient(from 183.58deg at 42.66% 69.8%, rgba(255, 255, 255, 0) -247.53deg, #D4D4D4 45deg, rgba(255, 255, 255, 0) 112.47deg, #D4D4D4 405deg);
}

.page-tittle__body {
  position: relative;
  text-decoration: 1px solid underline;
  text-underline-offset: 19px;
  color: #86298C;
  text-align: center;
  text-transform: uppercase;
}
.page-tittle__body h2 {
  margin: 0;
}

.page-tittle__circle {
  position: absolute;
  bottom: -15px;
  left: 50%;
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background-color: #86298C;
}

@media (max-width: 1200px) {
  .page-tittle__circle {
    bottom: -9px;
    height: 8px;
    width: 8px;
  }
}
@media (max-width: 992px) {
  .page-tittle__circle {
    bottom: -5px;
  }
}
.button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #86298C;
  padding: 20px 40px;
  border-radius: 10px;
  outline: 4px solid #fff;
  outline-offset: -6px;
  width: 250px;
  height: 71px;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.button:hover {
  background-color: #C77AA8;
  color: #fff;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.button:focus {
  outline: 4px solid #fff;
  outline-offset: -6px;
}

@media (max-width: 1200px) {
  .button {
    width: 236px;
    height: 71px;
  }
}
@media (max-width: 992px) {
  .button {
    padding: 20px 30px;
  }
  .button {
    background-color: #C77AA8;
  }
  .button:hover {
    background-color: #86298C;
  }
}
.scroll-up {
  position: fixed;
  right: 30px;
  bottom: 100px;
  z-index: 4;
  font-size: 50px;
  cursor: pointer;
  transform: rotate(180deg);
  opacity: 0;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  visibility: hidden;
}

.scroll-up._active {
  visibility: visible;
  opacity: 0.5;
}

.scroll-up._hover {
  visibility: visible;
  opacity: 1;
}

.times__list {
  padding: 0;
  margin: 0;
}
.times__list li {
  list-style: none;
  font-weight: 700;
}
.times__list li:not(:last-child) {
  margin: 0 0 10px 0;
}

.header-right__contacts a {
  color: #6E6E6E;
  font-weight: 700;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.header-right__contacts a:hover {
  color: #86298C;
  text-decoration: underline;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.header-right__icons {
  display: flex;
  align-items: center;
}
.header-right__icons a {
  color: #C77AA8;
  margin: 0 0 0 10px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.header-right__icons a:hover {
  color: #86298C;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.menu__item {
  list-style: none;
}
.menu__item a {
  color: #6E6E6E;
  font-weight: 700;
  line-height: 120%;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.menu__item a:hover {
  color: #86298C;
  text-decoration: underline;
  text-underline-offset: 5px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.menu__sub-list li {
  list-style: none;
}
.menu__sub-list li a {
  color: #9A9A9A;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.header-right__search {
  position: relative;
}

@media (min-width: 993px) {
  .button._none {
    opacity: 0;
    pointer-events: none;
  }
  .header__container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
  }
  .header__left {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 0 0 30px;
    padding: 0 20px 0 0;
    background-color: #fff;
    padding: 0 35px 0 0;
    border-radius: 0 100px 0 0;
    -webkit-box-shadow: 9px 0px 15px -9px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 9px 0px 15px -9px rgba(0, 0, 0, 0.1);
    box-shadow: 9px 0px 15px -9px rgba(0, 0, 0, 0.1);
  }
  .header__left img {
    padding: 30px 0 30px 0;
    width: 200px;
  }
  .header-right__up {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
  }
  .menu__icon {
    display: none;
  }
  .times__text {
    display: none;
  }
  .header__tel {
    display: none;
  }
  .header__right {
    margin: 30px 0 0 0;
  }
  .header-right__contacts {
    margin: 0 0 0 20px;
    display: flex;
  }
  .header-right__contacts a {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 10px 0;
  }
  .header-right__times {
    margin: 0 0 0 20px;
  }
  .header-right__buttons {
    margin: 0 0 0 20px;
  }
  .contacts__icon {
    font-size: 20px;
    margin: 0 10px 0 0;
  }
  .header-contacts__first {
    margin: 0 0 5px 0;
  }
  .header-right__times {
    display: flex;
  }
  .times__icon {
    font-size: 20px;
    margin: 0 10px 0 0;
  }
  .times__list li {
    font-size: 14px;
    line-height: 16px;
  }
  .header-right__buttons {
    display: flex;
  }
  .header-right__poor-vision {
    font-size: 20px;
  }
  .header-right__map {
    font-size: 24px;
  }
  .header-right__search {
    font-size: 24px;
  }
  .header-right__down {
    margin: 30px 0 0 0;
    background-color: #fff;
    -webkit-box-shadow: 0px -6px 15px -9px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px -6px 15px -9px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -6px 15px -9px rgba(0, 0, 0, 0.1);
  }
  .menu__list {
    padding: 0 5px 0 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .menu__list li {
    position: relative;
  }
  .menu__item {
    display: flex;
    align-items: center;
    margin: 15px 30px 0 0;
  }
  .menu__item a {
    font-size: 18px;
  }
  .menu__item:last-child {
    margin: 15px 0 0 0;
  }
  .menu__sub-list {
    position: absolute;
    top: 100%;
    left: -30px;
    background-color: #fff;
    z-index: 30;
    min-width: 282px;
    padding: 15px 30px 0;
    transform: translate(0px, 10%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.5s ease 0s;
    -webkit-box-shadow: 13px 14px 12px -9px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 13px 14px 12px -9px rgba(0, 0, 0, 0.1);
    box-shadow: 13px 14px 12px -9px rgba(0, 0, 0, 0.1);
  }
  .menu__sub-list li {
    margin: 0 0 15px 0;
  }
  .menu__arrow {
    font-size: 12px;
    margin: 10px 0 5px 10px;
    transition: transform 0.5s ease 0s;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .menu__list > li._active .menu__sub-list {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translate(0px, 0px);
  }
  .menu__list > li._active .menu__arrow {
    transform: rotate(180deg);
    transition: transform 0.5s ease 0s;
  }
}
@media (min-width: 1200px) {
  .header__container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .header__left {
    position: static;
    margin: 0;
  }
  .header__left img {
    width: 300px;
  }
  .header-right__up {
    justify-content: space-between;
  }
  .header-right__contacts {
    margin: 0 0 0 25px;
  }
  .header-right__times {
    margin: 0;
  }
  .header-right__buttons {
    margin: 0;
  }
  .menu__list > li:hover .menu__sub-list {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translate(0px, 0px);
  }
  .menu__list > li:hover .menu__arrow {
    transform: rotate(180deg);
    transition: transform 0.5s ease 0s;
  }
  .menu__item {
    margin: 15px 0 0 25px;
  }
  .menu__item:last-child {
    margin: 15px 0 0 25px;
  }
}
@media (min-width: 1640px) {
  .header__left {
    position: static;
    margin: 30px 0 0 0;
  }
  .header__left img {
    width: 100%;
    vertical-align: top;
    padding: 0 30px 0 0;
  }
  .menu__item {
    margin: 25px 0 0 40px;
  }
  .menu__item a {
    font-size: 24px;
  }
  .menu__item:last-child {
    margin: 25px 0 0 40px;
  }
  .menu__item:first-child {
    margin: 25px 0 0 70px;
  }
  .header-right__contacts {
    margin: 0 0 0 70px;
  }
  .header-right__contacts a {
    font-size: 18px;
    line-height: 22px;
  }
  .times__list li {
    font-size: 18px;
  }
  .times__icon {
    font-size: 32px;
  }
  .contacts__icon {
    font-size: 32px;
  }
  .header-right__poor-vision {
    font-size: 24px;
  }
  .header-right__map {
    font-size: 31px;
  }
  .header-right__search {
    font-size: 31px;
  }
}
@media (max-width: 992px) {
  .header__left {
    position: relative;
    border-radius: 0;
    top: 0;
    left: 0;
    text-align: center;
    margin: 70px 0 0 0;
  }
  .header__left img {
    padding: 30px 0;
    width: 356px;
  }
  header {
    -webkit-box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.1);
  }
  .menu__icon {
    margin: 20px 0 0 20px;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 50px;
    height: 30px;
    cursor: pointer;
  }
  .menu__icon span,
  .menu__icon::before,
  .menu__icon::after {
    left: 0;
    position: absolute;
    height: 8%;
    width: 100%;
    transition: all 0.3s ease 0s;
    background-color: #86298C;
  }
  .menu__icon::before,
  .menu__icon::after {
    content: "";
  }
  .menu__icon::before {
    top: 0;
  }
  .menu__icon::after {
    bottom: 0;
  }
  .menu__icon span {
    top: 50%;
    transform: scale(1) translate(0px, -50%);
  }
  .menu__icon._active span {
    transform: scale(0) translate(0px, -50%);
  }
  .menu__icon._active::after {
    bottom: 50%;
    transform: rotate(45deg) translate(0px, 50%);
  }
  .menu__icon._active::before {
    top: 50%;
    transform: rotate(-45deg) translate(0px, -50%);
  }
  .header__tel {
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    margin: 15.5px 20px 0 0;
    z-index: 40;
  }
  .header__tel a {
    color: #6E6E6E;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
  .header__tel a:hover {
    color: #86298C;
    text-decoration: underline;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
  .header__tel .header-tel__icon {
    font-size: 31px;
    color: #C77AA8;
    margin: 5px;
  }
  .header__right {
    position: fixed;
    z-index: 5;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    margin: 0;
    padding: 100px 10px 30px 10px;
    overflow: auto;
    transition: top 0.3s ease 0s;
    display: flex;
    flex-direction: column;
  }
  .header__right._active {
    top: 0;
  }
  .header__right::before {
    content: "";
    position: fixed;
    z-index: 6;
    width: 100%;
    top: 0;
    left: 0;
    height: 70px;
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
  }
  .header-right__up {
    text-align: center;
    margin: 0 0 35px 0;
    order: 1;
  }
  .header-right__contacts {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 10px 0;
  }
  .contacts__icon {
    font-size: 31px;
    margin: 20px 0 10px 0;
    color: #C77AA8;
  }
  .header-contacts__second {
    display: none;
  }
  .times__icon {
    font-size: 31px;
    margin: 0 0 10px 0;
  }
  .times__text {
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 15px 0;
  }
  .times__list {
    font-size: 16px;
  }
  .times__list li:not(:last-child) {
    margin: 0 0 5px 0;
  }
  .header-right__times {
    margin: 35px 0 35px 0;
  }
  .header-right__buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .header-right__icons {
    margin: 20px 0 0 0;
  }
  .header-right__poor-vision {
    font-size: 24px;
  }
  .header-right__map {
    font-size: 31px;
  }
  .header-right__search {
    font-size: 31px;
  }
  .icon-search._active {
    position: absolute;
    top: -17px;
    right: -130px;
  }
  .header-right__down {
    order: 0;
  }
  .menu__arrow {
    display: none;
  }
  .menu__sub-list {
    margin: 15px 0 0 0;
    padding: 0;
  }
  .menu__sub-list li {
    margin: 0 0 10px 0;
  }
  .menu__sub-list li:last-child {
    margin: 0 0 0 0;
  }
  .menu__item {
    font-size: 18px;
    margin: 0 0 15px 0;
  }
}
@media (max-width: 480px) {
  .header__left img {
    width: 250px;
  }
  .icon-search._active {
    right: -80px;
  }
}
.page {
  flex: 1 1 auto;
}

.first__slider {
  margin: 30px 0 0 0;
}

.swiper {
  width: 100%;
  position: relative;
}

.first-slider__wrapper {
  margin: 0 0 48px 0;
  overflow: hidden;
}
.first-slider .swiper-pagination-bullet, .first-slider-2 .swiper-pagination-bullet, .second-slider .swiper-pagination-bullet, .reviews-slider .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #86298C;
  z-index: 3;
}


.first-slider__wrapper {
  margin: 0 0 48px 0;
}

.first-slider__img {
  text-align: center;
}
.first-slider__img img {
  width: 100%;
}

@media (max-width: 992px) {
  .first-slider .swiper-pagination-bullet, .second-slider .swiper-pagination-bullet, .reviews-slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{
    bottom: -20px;
  }
  .first-slider__wrapper {
    margin: 0 0 28px 0;
  }
}
.doctors__body {
  display: grid;
  justify-content: space-between;
  grid-template: repeat(1, 1fr)/repeat(4, 1fr);
  gap: 50px;
  margin: 100px 0;
}
.doctors__body a {
  color: inherit;
}

.doctors-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 50px 30px;
  border-radius: 15px;
  -webkit-box-shadow: 15px 14px 21px -18px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 15px 14px 21px -18px rgba(0, 0, 0, 0.1);
  box-shadow: 15px 14px 21px -18px rgba(0, 0, 0, 0.1);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.doctors-item span {
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
}

.doctors-item:hover {
  -webkit-box-shadow: 17px 18px 21px -18px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 17px 18px 21px -18px rgba(0, 0, 0, 0.2);
  box-shadow: 17px 18px 21px -18px rgba(0, 0, 0, 0.2);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  color: #C77AA8;
}

.purple {
  background: rgb(247, 236, 255);
  background: linear-gradient(10deg, rgb(247, 236, 255) 0%, rgb(255, 255, 255) 30%);
}

.green {
  background: rgb(154, 216, 105);
  background: linear-gradient(340deg, rgba(154, 216, 105, 0.2) 0%, rgb(255, 255, 255) 60%);
}

.doctors-item__icon-block {
  font-size: 100px;
  color: #86298C;
  margin: 0 0 10px 0;
}

@media (max-width: 1640px) {
  .doctors-item {
    padding: 30px 20px;
  }
  .doctors__body {
    gap: 50px;
  }
  .doctors-item__icon-block {
    font-size: 70px;
  }
  .doctors-item span {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
  }
}
@media (max-width: 1200px) {
  .doctors__body {
    grid-template: repeat(1, 1fr)/repeat(3, 1fr);
    margin: 50px 0;
    gap: 30px;
  }
  .doctors-item {
    padding: 20px 10px;
  }
}
@media (max-width: 992px) {
  .doctors-item {
    padding: 20px 10px;
  }
  .doctors-item__icon-block {
    font-size: 40px;
  }
  .doctors-item span {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
  }
}
@media (max-width: 768px) {
  .doctors__body {
    grid-template: repeat(1, 1fr)/repeat(2, 1fr);
    margin: 20px 0;
    gap: 30px;
  }
}
@media (max-width: 480px) {
  .doctors__body {
    display: block;
  }
  .doctors-item {
    display: flex;
    flex-direction: row;
    margin: 20px 0;
    padding: 20px 20px;
    align-items: center;
    text-align: left;
  }
  .doctors-item__icon-block {
    font-size: 30px;
    margin: 0 10px 0 0;
  }
}
.quote__container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.quote__tittle {
  margin: 0 0 20px 0;
  width: 805px;
}

.quote__center {
  margin: 0 20px;
  padding: 0 10px;
}

.quote__line {
  position: relative;
  height: 245px;
  width: 2px;
  background-color: #86298C;
}

.quote__circle {
  position: absolute;
  top: 50%;
  left: -4px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #86298C;
}

.quote__left {
  width: 50%;
}

.quote__right {
  width: 50%;
}

.quote-right__img {
  opacity: 0.7;
}
.quote-right__img img {
  max-width: 100%;
}

@media (max-width: 1640px) {
  h1 {
    font-size: 48px;
    line-height: 54px;
  }
  .quote__tittle {
    width: 380px;
  }
}
@media (max-width: 1200px) {
  h1 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .quote__tittle {
    margin: 50px 0 20px 0;
  }
  .quote__container {
    display: block;
  }
  .quote__center {
    margin: 30px 0;
    padding: 10px 0;
  }
  .quote__line {
    position: relative;
    height: 2px;
    width: 100%;
    background-color: #86298C;
  }
  .quote__circle {
    position: absolute;
    top: -4px;
    left: 50%;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #86298C;
  }
  .quote__left {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .quote__right {
    width: 100%;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 26px;
  }
  .quote__tittle {
    width: 90%;
  }
}
.second__slider {
  margin: 70px 0 0 0;
}

.second-slider__img {
  text-align: center;
}
.second-slider__img img {
  width: 100%;
  max-height: 580px;
}

/*.swiper-pagination__block > .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 60px);
}*/

.second-slider .swiper-pagination {
  position: relative;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  width: 300px;
}
.second-slider .swiper-pagination::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #86298C;
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0.8;
  z-index: 1;
}
.second-slider .swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 0;
}


@media (max-width: 1200px) {
  .second__slider {
    margin: 50px 0 0 0;
  }
  .second-slider .swiper-pagination {
    width: 200px;
  }
}
@media (max-width: 992px) {
  .second-slider .swiper-pagination {
    width: 100px;
  }
}


.feauters__container {
  padding: 100px 0;
  color: #86298C;
  max-width: 1071px;
}

.green-icon {
  color: #99D768;
}

.feauters__items {
  display: flex;
  flex-wrap: wrap;
  gap: 100px;
  align-items: center;
  align-content: space-around;
  justify-content: center;
}

.feauters__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 200px;
}

.feauters-item__icon {
  font-size: 85px;
}

.feauters-item__tittle span {
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}

@media (max-width: 1200px) {
  .feauters__container {
    padding: 70px 0 0 0;
  }
}
@media (max-width: 992px) {
  .feauters__container {
    padding: 50px 0 0 0;
    max-width: 650px;
  }
  .feauters__items {
    gap: 40px;
  }
  .feauters-item__icon {
    font-size: 60px;
  }
  .feauters__item {
    max-width: 140px;
  }
  .feauters-item__tittle span {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 480px) {
  .feauters-item__icon {
    font-size: 50px;
    margin: 0 0 10px 0;
  }
}
.third-slider__tittle {
  margin: 50px 0;
  text-transform: uppercase;
}
.third-slider__tittle a {
  color: inherit;
}
.third-slider__tittle a:hover {
  color: #86298C;
}

.third-slider__img {
  filter: drop-shadow(-20px 0px 35px rgba(110, 110, 110, 0.34));
  padding: 50px 10px 0;
}

.third-slider .swiper-button-next::after,
.third-slider .swiper-button-prev::after {
  content: "";
}

.third-slider .swiper-button-prev {
  background: url("../img/icons/prev.svg") 0 0/100% auto no-repeat;
}

.third-slider .swiper-button-next {
  background: url("../img/icons/next.svg") 0 0/100% auto no-repeat;
}

.third-slider__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

.third-slider__text-block {
  flex-grow: 2;
}

.third-slider__button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #86298C;
  padding: 20px 40px;
  border-radius: 10px;
  width: 250px;
  height: 50px;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.third-slider__button:hover {
  background-color: #C77AA8;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.third-slider__img {
  flex-basis: 0;
}
.third-slider{
  overflow: hidden;
}

.doctor-name {
  display: block;
  margin: 0 0 10px 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  color: #6E6E6E;
}
.doctor-name:hover{
  color: #86298C;
}

.speciality {
  display: block;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  color: #6E6E6E;
}
.speciality:hover{
  color: #86298C;
}

.stage {
  display: block;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  color: #9A9A9A;
}

.third_slider__text-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  flex-shrink: 100%;
}

.third-slider__button-block {
  margin: 10px 0 0 0;
  flex-basis: 0;
}
.swiper-button-next, .swiper-button-prev{
  z-index: 3;
}

.stage {
  color: #ACACAC;
  margin: 10px 0 0 0;
}
.swiper {
  box-sizing: border-box;
  width: 100%;
}

@media (max-width: 1200px) {
  .third__slider {
    margin: 70px 0 0 0;
  }
}
@media (max-width: 992px) {
  .third__slider {
    margin: 50px 0 0 0;
  }
}
@media (max-width: 768px) {
  .doctor-name {
    font-size: 20px;
  }
  .speciality {
    font-size: 18px;
  }
  .stage {
    font-size: 18px;
  }
  .text-slider__block {
    height: 180px;
  }
}
@media (max-width: 480px) {
  .third-slider__img {
    text-align: center;
  }
  .third-slider__img img {
    width: 100%;
  }
  .third-slider__block {
    height: 100%;
  }
}
.reviews a {
  color: inherit;
}
.reviews .swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
  bottom: 0;
}

.reviews-slider {
  margin: 30px 0 0 0;
  /*padding: 0 0 30px 0;*/
  overflow: hidden;
}

.reviews-slider__body {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.reviews__tittle {
  text-transform: uppercase;
  margin: 100px 0;
}
.reviews__tittle a {
  color: inherit;
}
.reviews__tittle a:hover {
  color: #86298C;
}

.reviews-slider__wrapper {
  margin: 0 0 60px 0;
}

.reviews-slider__img {
  margin: 0 0 -70px 0;
  position: relative;
  z-index: 10;
}

.reviews-slider__text-block {
  border-radius: 15px;
  -webkit-box-shadow: 15px 14px 21px -18px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 15px 14px 21px -18px rgba(0, 0, 0, 0.1);
  box-shadow: 15px 14px 21px -18px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 85px 30px 30px;
}

.reviews-slider__img {
  width: 156px;
  height: 156px;
  border-radius: 100px;
  -webkit-box-shadow: 17px 14px 20px 5px rgba(110, 110, 110, 0.3);
  -moz-box-shadow: 17px 14px 20px 5px rgba(110, 110, 110, 0.3);
  box-shadow: 17px 14px 20px 5px rgba(110, 110, 110, 0.3);
}

.reviews-slider__tittle {
  color: #86298C;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  margin: 40px 0 15px 0;
}
.reviews-slider__tittle:hover{
  color: #C77AA8;
}

.reviews-slider__text-review {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.reviews-slider__date {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  display: block;
  color: #9A9A9A;
  text-align: right;
  margin: 10px 0 0 0;
}

.reviews-slider__all-button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.reviews-slider__all-button a {
  font-size: 18px;
  color: #9A9A9A;
  margin: 0 0 0 10px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.reviews-slider__all-button a:hover {
  color: #86298C;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.review__arrow {
  font-size: 31px;
  margin: 0 0 0 10px;
}

@media (max-width: 1640px) {
  .reviews-slider__text-block {
    padding: 85px 30px 30px 50px;
  }
}
@media (max-width: 1200px) {
  .reviews {
    margin: 70px 0 0 0;
  }
  .reviews-slider__text-block {
    padding: 85px 20px 30px 30px;
  }
}
@media (max-width: 992px) {
  .reviews {
    margin: 50px 0 0 0;
  }
  .reviews-slider__wrapper{
    margin: 0 0 30px 0;
  }
  /*.reviews .swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: -30px;
  }*/
  .reviews-slider__text-block {
    padding: 85px 30px 30px;
  }
}
@media (max-width: 480px) {
  .reviews__tittle {
    margin: 0;
  }
}
.registration {
  background: conic-gradient(from -84.47deg at 65.81% 21.67%, rgba(255, 255, 255, 0) -5.89deg, #C9C9C9 129.17deg, rgba(255, 255, 255, 0) 354.11deg, #C9C9C9 489.17deg), conic-gradient(from 166.91deg at 27.84% 66.56%, rgba(255, 255, 255, 0) -101.64deg, #99D768 75.27deg, rgba(255, 255, 255, 0) 258.36deg, #99D768 435.27deg);
  padding: 120px 0;
  margin: 100px 0 0 0;
}

.registration__body {
  display: flex;
  justify-content: space-around;
  padding: 120px 0;
  color: #6E6E6E;
  align-items: center;
  border-radius: 30px;
  border: solid 2px #fff;
  -webkit-box-shadow: 0px 0px 23px 0px rgba(201, 134, 248, 0.2);
  -moz-box-shadow: 0px 0px 23px 0px rgba(201, 134, 248, 0.2);
  box-shadow: 0px 0px 23px 0px rgba(201, 134, 248, 0.2);
}

.form {
  margin: 0 auto;
}

.registration__subtittle, .registration-right__tittle {
  font-size: 48px;
  font-weight: 800;
  color: #6E6E6E;
  margin: 0 0 40px 0;
  text-transform: uppercase;
  line-height: 52px;
}

.form__grid-body {
  display: grid;
  grid-template: 1fr 1fr/1fr 1fr;
  grid-gap: 60px;
  margin: 0 0 60px 0;
}

.form__input input:-webkit-autofill,
.form__input input:-webkit-autofill:hover,
.form__input input:-webkit-autofill:focus,
.form__input textarea:-webkit-autofill,
.form__input textarea:-webkit-autofill:hover,
.form__input textarea:-webkit-autofill:focus,
.form__input select:-webkit-autofill,
.form__input select:-webkit-autofill:hover,
.form__input select:-webkit-autofill:focus,
.form__input,
.choices {
  padding: 10px;
  font-size: 32px;
  height: 92px;
  width: 428px;
  border-radius: 10px;
  border: solid 2px #fff;
  background-color: rgba(255, 255, 255, 0.1);
  text-align: center;
  color: #6E6E6E;
  -webkit-text-fill-color: #6E6E6E;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-box-shadow: 5px 7px 22px 0px rgba(201, 134, 248, 0.2);
  -moz-box-shadow: 5px 7px 22px 0px rgba(201, 134, 248, 0.2);
  box-shadow: 5px 7px 22px 0px rgba(201, 134, 248, 0.2);
}
#choices--formSpecialist-item-choice-1{
  display: none;
}
.choices{
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: center;
}
.choices[data-type*=select-one]::after {
  display: none;
}
.form__input._error {
  border: solid 2px rgb(220, 7, 7);
}
.form__input:focus {
  border: none;
  outline: none;
}
.form__input::placeholder {
  font-size: 32px;
  line-height: 38px;
  color: #6E6E6E;
}
.form__button {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #86298C;
  padding: 25px 115px;
  border-radius: 10px;
  width: 400px;
  height: 90px;
  font-weight: 700;
  font-size: 32px;
  color: #fff;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  border: none;
}

.form__button:hover {
  background-color: #C77AA8;
  color: #fff;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.registration-left__text {
  text-align: center;
}

.registration__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 50px;
  color: #6E6E6E;
  align-items: center;
  border-radius: 30px;
  border: solid 2px #fff;
  text-align: center;
}

.registration-right__times {
  margin: 90px 0 0 0;
}

.registration-right__time1 {
  display: block;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}

.registration-right__time2 {
  display: block;
  margin: 30px 0 0 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}

.registration-right__contacts {
  margin: 120px 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.registration-right__contacts a {
  font-size: 24px;
  font-weight: 700;
  color: #6E6E6E;
  margin: 15px 0 0 0;
}

.registration-right__contacts-icon {
  font-size: 35px;
}

.registration-right__contacts-tittle {
  color: #6E6E6E;
  margin: 30px 0 0 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.registration-left__text {
  margin: 10px 0 0 0;
  color: #6E6E6E;
}

@media (max-width: 1640px) {
  .registration {
    margin: 70px 0 0 0;
    padding: 100px 0;
  }
  .registration__body {
    padding: 50px 0;
    color: #6E6E6E;
  }
  .registration__subtittle, .registration-right__tittle {
    font-size: 36px;
    line-height: 38px;
  }
  .registration__subtittle {
    margin: 0 0 50px 0;
  }
  .registration__right {
    margin: 0 20px;
  }
  .registration__left {
    margin: 0 0 0 20px;
  }
  .form__grid-body {
    grid-gap: 20px;
    margin: 0 0 50px 0;
  }
  .registration-right__contacts {
    margin: 100px 0 0 0;
  }
  .registration-right__contacts a {
    font-size: 18px;
    margin: 15px 0 0 0;
  }
  .form__input input:-webkit-autofill,
  .form__input input:-webkit-autofill:hover,
  .form__input input:-webkit-autofill:focus,
  .form__input textarea:-webkit-autofill,
  .form__input textarea:-webkit-autofill:hover,
  .form__input textarea:-webkit-autofill:focus,
  .form__input select:-webkit-autofill,
  .form__input select:-webkit-autofill:hover,
  .form__input select:-webkit-autofill:focus,
  .form__input,
  .choices {
    font-size: 24px;
    height: 90px;
    width: 320px;
  }
  .form__input::placeholder {
    font-size: 24px;
    line-height: 32px;
  }
  .registration-right__times {
    margin: 50px 0 0 0;
  }
}
@media (max-width: 1200px) {
  .registration {
    margin: 50px 0 0 0;
    padding: 70px 0;
  }
  .registration__subtittle, .registration-right__tittle {
    font-size: 26px;
  }
  .registration-right__time1 {
    font-size: 24px;
    line-height: 28px;
  }
  .registration-right__time2 {
    font-size: 24px;
    line-height: 28px;
  }
  .form__input input:-webkit-autofill,
  .form__input input:-webkit-autofill:hover,
  .form__input input:-webkit-autofill:focus,
  .form__input textarea:-webkit-autofill,
  .form__input textarea:-webkit-autofill:hover,
  .form__input textarea:-webkit-autofill:focus,
  .form__input select:-webkit-autofill,
  .form__input select:-webkit-autofill:hover,
  .form__input select:-webkit-autofill:focus,
  .form__input,
  .choices {
    font-size: 18px;
    height: 70px;
    width: 260px;
  }
  .form__input::placeholder {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 992px) {
  .registration-right__times {
    margin: 30px 0 0 0;
  }
  .registration-right__time2 {
    margin: 10px 0 0 0;
  }
  .form__input input:-webkit-autofill,
  .form__input input:-webkit-autofill:hover,
  .form__input input:-webkit-autofill:focus,
  .form__input textarea:-webkit-autofill,
  .form__input textarea:-webkit-autofill:hover,
  .form__input textarea:-webkit-autofill:focus,
  .form__input select:-webkit-autofill,
  .form__input select:-webkit-autofill:hover,
  .form__input select:-webkit-autofill:focus,
  .form__input,
  .choices {
    font-size: 18px;
    height: 70px;
    width: 200px;
  }
  .form__input::placeholder {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 992px) {
  .registration {
    padding: 50px 0;
  }
  .registration__body {
    display: block;
    border: none;
    box-shadow: none;
    padding: 20px 0;
  }
  .registration__left {
    margin: 0 20px 40px;
    align-items: center;
    text-align: center;
    border-radius: 30px;
    border: solid 2px #fff;
    -webkit-box-shadow: 0px 0px 23px 0px rgba(201, 134, 248, 0.2);
    -moz-box-shadow: 0px 0px 23px 0px rgba(201, 134, 248, 0.2);
    box-shadow: 0px 0px 23px 0px rgba(201, 134, 248, 0.2);
    padding: 20px 40px;
  }
  .registration__subtittle {
    margin: 0 0 20px 0;
    text-align: center;
  }
  .form__grid-body {
    display: block;
    margin: 0 0 20px 0;
  }
  .form__input input:-webkit-autofill,
  .form__input input:-webkit-autofill:hover,
  .form__input input:-webkit-autofill:focus,
  .form__input textarea:-webkit-autofill,
  .form__input textarea:-webkit-autofill:hover,
  .form__input textarea:-webkit-autofill:focus,
  .form__input select:-webkit-autofill,
  .form__input select:-webkit-autofill:hover,
  .form__input select:-webkit-autofill:focus,
  .form__input,
  .choices {
    width: 310px;
    margin: 10px auto;
  }
  .form__button {
    width: 300px;
    height: 70px;
    font-size: 18px;
  }
  .registration-left__text {
    text-align: center;
  }
  .registration__right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 50px;
    color: #6E6E6E;
    align-items: center;
    border-radius: 30px;
    border: solid 2px #fff;
    text-align: center;
  }
  .registration-right__times {
    margin: 0 0 70px 0;
  }
  .registration-right__time2 {
    margin: 10px 0 0 0;
  }
  .registration-right__contacts {
    margin: 30px 0 0 0;
  }
  .registration-right__contacts a {
    margin: 10px 0 0 0;
  }
  .registration-right__contacts-icon {
    margin: 0 0 10px 0;
    font-size: 25px;
  }
  .registration-right__contacts-tittle {
    color: #6E6E6E;
    margin: 0 0 0 0;
  }
}
@media (max-width: 480px) {
  .registration__subtittle, .registration-right__tittle {
    font-size: 18px;
  }
  .form__input::placeholder {
    font-size: 16px;
    line-height: 24px;
  }
  .form__input input:-webkit-autofill,
  .form__input input:-webkit-autofill:hover,
  .form__input input:-webkit-autofill:focus,
  .form__input textarea:-webkit-autofill,
  .form__input textarea:-webkit-autofill:hover,
  .form__input textarea:-webkit-autofill:focus,
  .form__input select:-webkit-autofill,
  .form__input select:-webkit-autofill:hover,
  .form__input select:-webkit-autofill:focus,
  .form__input,
  .choices {
    width: 310px;
    margin: 10px auto;
    font-size: 16px;
  }
  .registration__right {
    padding: 10px;
  }
  .registration__left {
    padding: 10px;
    margin: 0 0 20px 0;
  }
}
@media (max-width: 460px) {
  .form__input, .choices {
    width: 100%;
    margin: 10px auto;
    text-align: center;
  }
  .form__button {
    width: 180px;
    height: 70px;
    padding: 0;
  }
  .registration-left__text {
    margin: 10px 0 0 0;
    line-height: 18px;
  }
}
.footer__logo {
  display: none;
}

.footer-menu__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}

.footer-menu__item {
  list-style: none;
}
.footer-menu__item a {
  color: #86298C;
  font-size: 24px;
  font-weight: 700;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.footer-menu__item a:hover {
  color: #6E6E6E;
  text-decoration: underline;
  text-underline-offset: 5px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.footer-menu__item:not(:last-child) {
  margin: 25px 30px 25px 0;
}

.footer-menu__item:last-child {
  margin: 25px 0 25px 0;
}

.footer__connect {
  color: #fff;
  background-color: #99D768;
}

.footer__up {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0 0 0;
}

.footer__contacts {
  display: flex;
  align-items: center;
  margin: 0 10px 10px 0;
}

.footer-contacts__icon {
  margin: 0 10px 0 0;
  font-size: 35px;
}

.footer-contacts__phones a {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.footer-contacts__phones a:hover {
  color: #86298C;
  text-decoration: underline;
  text-underline-offset: 5px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.footer-contacts__first {
  margin: 0 0 5px 0;
}

.footer__map {
  display: flex;
  align-items: center;
  margin: 0 10px 10px 0;
}

.footer-map__icon {
  margin: 0 10px 0 0;
  font-size: 35px;
}

.footer-map__text {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 22px;
}

.footer__mail {
  display: flex;
  align-items: center;
  margin: 0 10px 10px 0;
}

.footer-mail__icon {
  margin: 0 10px 0 0;
  font-size: 35px;
}

.footer-mail__contact a {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.footer-mail__contact a:hover {
  color: #86298C;
  text-decoration: underline;
  text-underline-offset: 5px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.footer__down {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 40px 0 0 0;
  padding: 0 0 25px 0;
}

.footer__pay {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 22px;
}

.footer-pay__cards {
  display: flex;
  align-items: center;
  margin: 10px 0 0 0;
}

.visa-card {
  margin: 0 10px 0 0;
}

.footer__icons {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
}
.footer__icons li:not(:last-child) {
  margin: 0 30px 0 0;
}
.footer__icons a {
  font-size: 35px;
  color: #fff;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.footer__icons a:hover {
  color: #86298C;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.footer__copyright {
  display: flex;
  justify-content: space-between;
  padding: 20px 10px;
  color: #000;
}
.footer__copyright a {
  color: inherit;
}

.copyright__left p {
  margin: 0;
}

.copyright__right p {
  margin: 0;
}

@media (max-width: 1640px) {
  .footer-menu__item a {
    font-size: 18px;
  }
  .footer__copyright {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 1200px) {
  .footer__copyright {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #000;
  }
}
@media (max-width: 992px) {
  .footer__map {
    width: 200px;
  }
  .footer-menu__item a {
    font-size: 18px;
  }
  .footer-menu__item:not(:last-child) {
    margin: 25px 10px 25px 0;
  }
}
@media (max-width: 768px) {
  footer {
    background-color: #99D768;
  }
  .footer__logo {
    display: block;
    background-color: #fff;
    text-align: center;
    padding: 10px 0;
  }
  .footer__logo img {
    height: 100px;
  }
  .footer-menu__list {
    display: grid;
    grid-template: 1fr/1fr 1fr;
    grid-row-gap: 20px;
    grid-column-gap: 50px;
    margin: 30px auto;
    width: 80%;
  }
  .footer-menu__item a {
    color: #fff;
  }
  .footer-menu__item:not(:last-child) {
    margin: 0 0 0 0;
  }
  .footer-menu__item:last-child {
    margin: 0 0 0 0;
  }
  .footer__connect {
    color: #fff;
    background-color: #99D768;
  }
  .footer__up {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 0 0;
  }
  .footer__contacts {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 10px 0 0;
  }
  .footer-contacts__icon {
    margin: 0 0 10px 0;
  }
  .footer__map {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px 0 0 0;
    width: 100%;
  }
  .footer-map__icon {
    margin: 0 0 10px 0;
  }
  .footer__mail {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px 0 0 0;
  }
  .footer-mail__icon {
    margin: 0 0 10px 0;
  }
  .footer__down {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0 0 0;
    padding: 0 0 20px 0;
  }
  .footer__pay {
    border: 2px solid #fff;
    padding: 10px;
  }
  .footer-pay__cards {
    display: flex;
    align-items: center;
    margin: 10px 0 0 0;
    padding: 10px;
  }
  .visa-card {
    margin: 0 10px 0 0;
  }
  .footer__icons {
    margin: 20px 0 0 0;
    list-style: none;
  }
  .footer__icons li:not(:last-child) {
    margin: 0 30px 0 0;
  }
  .footer__icons a {
    font-size: 35px;
    color: #fff;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
  .footer__icons a:hover {
    color: #86298C;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
  .footer__copyright {
    display: flex;
    justify-content: space-between;
    padding: 20px 10px;
    color: #000;
    background-color: #fff;
  }
}
@media (max-width: 480px) {
  .footer-menu__list {
    display: grid;
    grid-template: 1fr/1fr 1fr;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    margin: 30px auto;
    width: 100%;
  }
}
@media (max-width: 390px) {
  .footer-menu__list {
    display: block;
    text-align: center;
  }
  .footer-menu__item:not(:last-child) {
    margin: 20px 0 0 0;
  }
  .footer-menu__item:last-child {
    margin: 20px 0 0 0;
  }
  .footer__up {
    margin: 0 0 0 0;
  }
}
.error-info__block {
  margin: 100px auto 0;
  padding: 120px 80px;
  max-width: 1046px;
  background: #FFFFFF;
  box-shadow: 19px 17px 24px -11px rgba(0, 0, 0, 0.1);
  border-radius: 30px 0px 30px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.error-info__tittle {
  color: #86298C;
  line-height: 100%;
}

.error-info__text {
  font-size: 28px;
  line-height: 100%;
}

.error-info__line {
  position: relative;
  height: 2px;
  width: 348px;
  background-color: #86298C;
}

.error-info__circle {
  position: absolute;
  top: -4px;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #86298C;
}

.error-info__button-block {
  margin: 50px 0 0 0;
}

.error-info__button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #86298C;
  padding: 20px 40px;
  border-radius: 10px;
  width: 250px;
  height: 50px;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.error-info__button:hover {
  background-color: #C77AA8;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

@media (max-width: 1200px) {
  .error-info__text {
    font-size: 18px;
  }
  .error-info__block {
    margin: 50px auto 0;
  }
}
@media (max-width: 992px) {
  .error-info__text {
    font-size: 18px;
  }
  .error-info__block {
    margin: 30px auto 0;
    padding: 60px 30px;
  }
}
@media (max-width: 480px) {
  .error-info__line {
    width: 200px;
  }
  .error-info__button {
    width: 200px;
    padding: 20px 10px;
  }
}
.contacts-information {
  background-color: #F7F7F7;
}

.contacts-information__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contacts-information__img {
  width: 50%;
}
.contacts-information__img img {
  width: 100%;
  height: auto;
}

.contacts-information__data {
  width: 50%;
}
.contacts-information__data p {
  font-size: 24px;
  margin: 0;
}

.contacts-information__icon-map {
  font-size: 35px;
  margin: 5px 18px 0 35px;
}

.contacts-information__icon-time {
  font-size: 31px;
  margin: 5px 12px 0 35px;
}

.contacts-information__icon-tel {
  font-size: 31px;
  margin: 5px 12px 0 35px;
}

.contacts-information__icon-mail {
  font-size: 35px;
  margin: 5px 12px 0 35px;
}
.contacts-information__icon-requisites{
  margin: 5px 12px 0 35px;
}
@media (max-width: 480px) {
  .contacts-information__icon-map {
    margin: 5px 10px 0 10px;
  }
  .contacts-information__icon-time {
    margin: 5px 10px 0 10px;
  }
  .contacts-information__icon-tel {
    margin: 5px 10px 0 10px;
  }
  .contacts-information__icon-mail {
    margin: 5px 10px 0 10px;
  }
  .contacts-information__icon-requisites{
    margin: 5px 10px 0 10px;
  }
}
.contacts-information__items {
  margin: 20px 0;
  display: flex;
}

.contacts-information-item__tittle {
  font-weight: 700;
}

@media (max-width: 1640px) {
  .contacts-information__data p {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .contacts-information__data p {
    font-size: 18px;
  }
  .contacts-information__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .contacts-information__img {
    width: 100%;
  }
  .contacts-information__data {
    width: 100%;
  }
  .contacts-information__icon {
    margin: 5px 18px 0 0;
  }
}
.about-quote {
  margin: 60px 0 0 0;
}

.about-quote__container {
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #C77AA8;
}

.about-quote__tittle {
  padding: 0;
}
.about-quote__tittle p {
  font-size: 28px;
  white-space: nowrap;
}

.about-quote__text {
  padding: 0;
}
.about-quote__text p {
  font-size: 24px;
  font-weight: 700;
}

.about-quote__line {
  position: relative;
  margin: 0 40px 0 80px;
  height: 120px;
  width: 2px;
  background-color: #C77AA8;
}

.about-quote__circle {
  position: absolute;
  top: 50%;
  left: -4px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #C77AA8;
}

@media (max-width: 1200px) {
  .about-quote__tittle {
    padding: 0;
  }
  .about-quote__tittle p {
    font-size: 22px;
    font-weight: 700;
  }
  .about-quote__text {
    padding: 0;
  }
  .about-quote__text p {
    font-size: 18px;
  }
  .about-quote__line {
    margin: 0 30px 0 50px;
  }
}
@media (max-width: 992px) {
  .about-quote {
    margin: 40px 0 0 0;
  }
  .about-quote__line {
    margin: 0 20px 0 30px;
  }
}
@media (max-width: 768px) {
  .about-quote__container {
    flex-direction: column;
    text-align: center;
  }
  .about-quote__line {
    height: 2px;
    width: 100%;
    margin: 0 20px;
  }
  .about-quote__circle {
    top: -4px;
    left: 50%;
  }
}
.about-advantages {
  margin: 60px 0 0 0;
}

.about-advantages__body {
  font-size: 22px;
  line-height: 100%;
}
.about-advantages__body li {
  list-style-image: url(../img/icons/marker.svg);
  margin: 0 0 20px 0;
  padding-inline-start: 15px;
}

@media (max-width: 1200px) {
  .about-advantages__body {
    font-size: 18px;
  }
}
.about-thanks__container {
  position: relative;
  text-align: center;
}

.about-thanks__block {
  background-color: #fff;
  width: fit-content;
  margin: 0 auto;
  padding: 0 20px;
}
.about-thanks__block p {
  font-size: 28px;
  font-weight: 700;
  color: #86298C;
}

.about-thanks__line {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #9A9A9A;
}

@media (max-width: 1200px) {
  .about-thanks__block {
    padding: 0 10px;
  }
  .about-thanks__block p {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .about-thanks__block p {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .about-thanks__block {
    margin: 0 40px;
  }
}
.about-photogallery__tittle {
  position: relative;
  text-decoration: 1px solid underline #86298C;
  text-underline-offset: 19px;
  width: fit-content;
  text-transform: uppercase;
}
.about-photogallery-slider{
  overflow: hidden;
}
.about-photogallery-tittle__circle {
  position: absolute;
  bottom: -15px;
  left: 50%;
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background-color: #86298C;
}

@media (max-width: 1200px) {
  .about-photogallery-tittle__circle {
    bottom: -10px;
  }
}
@media (max-width: 992px) {
  .about-photogallery-tittle__circle {
    width: 8px;
    height: 8px;
    bottom: -5px;
  }
}
.about-photogallery-slider__img img{
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.about-photogallery-slider .swiper-button-next::after,
.about-photogallery-slider .swiper-button-prev::after {
  content: "";
}
.about-photogallery-slider .swiper-button-prev {
  background: url("../img/icons/prev.svg") 0 0/100% auto no-repeat;
}
.about-photogallery-slider .swiper-button-next {
  background: url("../img/icons/next.svg") 0 0/100% auto no-repeat;
}

.licenses__body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}

.licenses__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 20px 30px 50px;
}
.licenses__item img {
  box-shadow: 6px 6px 15px 5px rgba(0, 0, 0, 0.25);
}

.licenses__tittle {
  font-size: 24px;
  font-weight: 700;
  max-width: 380px;
}

@media (max-width: 1640px) {
  .licenses__item {
    margin: 20px 30px 30px;
  }
}
@media (max-width: 1200px) {
  .licenses__tittle {
    font-size: 18px;
  }
  .licenses__item {
    margin: 20px 30px 10px;
  }
}
@media (max-width: 480px) {
  .licenses__item img {
    width: 250px;
  }
}
.consumer-information {
  margin: 60px 0 0 0;
}


.discounts-info__tittle {
  position: relative;
  text-align: center;
}

.discounts-info-tittle__block {
  background-color: #fff;
  width: fit-content;
  margin: 0 auto;
  padding: 0 20px;
}
.discounts-info-tittle__block p {
  font-size: 28px;
  font-weight: 700;
  color: #86298C;
}

.discounts-info-tittle__line {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #9A9A9A;
}

@media (max-width: 1200px) {
  .discounts-info-tittle__block {
    padding: 0 10px;
  }
  .discounts-info-tittle__block p {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .discounts-info-tittle__block p {
    font-size: 18px;
  }
}
.discounts-info__item p {
  font-size: 22px;
  margin: 30px 0;
}
.discounts-info__item .tittle {
  margin: 40px 0;
  font-weight: 800;
  text-transform: uppercase;
}
.discounts-info__item ol {
  font-size: 22px;
  padding: 0 0 0 30px;
  line-height: 150%;
}

.specify {
  font-weight: 300;
  font-style: italic;
}

.list {
  font-size: 22px;
  line-height: 100%;
}
.list li {
  list-style-image: url(../img/icons/marker.svg);
  margin: 0 0 20px 0;
  padding-inline-start: 15px;
}
.list li a{
  color: #6E6E6E;
}
.list li a:hover{
  color: #86298C;
}

@media (max-width: 1200px) {
  .list {
    font-size: 18px;
  }
  .discounts-info__item .tittle {
    margin: 30px 0;
  }
  .discounts-info__item p {
    font-size: 18px;
  }
  .discounts-info__item ol {
    font-size: 18px;
  }
}
.price-attention {
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
  margin: 0 0 80px 0;
}
@media (max-width: 992px) {
  .price-attention {
    font-size: 18px;
    margin: 0 0 40px 0;
  }
}

.price-search__body {
  border-top: 1px #86298C solid;
  display: flex;
  align-items: center;
  box-shadow: 7px 8px 16px -3px rgba(0, 0, 0, 0.1);
}
.price-search__body span {
  font-size: 31px;
  color: #C77AA8;
  margin: 0 10px 0 0;
}
.price-search__body form {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.price-search__body input[type=search] {
  font-family: Lato, sans-serif;
  color: #6E6E6E;
  font-size: 18px;
  padding: 15px 0;
  border: none;
  width: 100%;
}
.price-search__body input[type=search]:focus {
  outline: none;
}
.price-search__body input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  background: url(../img/icons/cross.svg);
  margin: 0 5px 0 0;
}
.price-search__body button {
  font-family: Lato, sans-serif;
  color: #fff;
  background-color: #C77AA8;
  font-size: 18px;
  border: none;
  margin: 0 0 0 10px;
  padding: 10px;
}

.spoiler {
  font-size: 18px;
  overflow: hidden;
}
.spoiler label {
  display: inline-block;
  width: 100%;
  border-bottom: #6E6E6E;
  padding: 15px;
  line-height: 170%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.prices__spoiler {
  box-shadow: 7px 8px 16px rgba(0, 0, 0, 0.1);
}
.prices__spoiler .spoiler__tittle {
  color: #86298C;
  font-weight: 700;
}
.spoiler__input{
  display: none;
}
.spoiler__content {
  -webkit-transition: max-height .5s, padding .5s;
  transition: max-height .5s, padding .5s;
  max-height: 0;
}

:checked ~ .spoiler__content {
  /*-webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;*/
  max-height: 5000px;
  padding: 15px 0;
}

.spoiler__tittle span {
  font-size: 31px;
  float: right;
  padding: 5px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
:checked + .spoiler__tittle span {
  transform: rotate(180deg);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

table {
  width: 100%;
  border-spacing: 0;
}

td {
  padding: 15px 40px;
  width: 100%;
  line-height: 110%;
}

tr:nth-child(odd) {
  background-color: #EFEFEF;
}
@media (max-width: 480px) {
  td {
    font-size: 16px;
    padding: 10px 10px;
  }
}

.questions__container {
  display: flex;
  justify-content: space-between;
}
.questions__body {
  flex-basis: 1110px;
  padding: 0 50px 30px 0;
  margin: 0 20px 0 0;
  box-shadow: 19px 17px 24px -11px rgba(0, 0, 0, 0.1);
  border-radius: 30px 0px 30px 30px;
}
.questions__spoiler:nth-child(even) label {
  background-color: #EFEFEF;
}

.questions__spoiler p {
  margin: 0;
  padding: 0 15px;
  font-size: 16px;
  color: #9A9A9A;
}
.page-links__body {
  display: flex;
  border-bottom: 1px #86298C solid;
  margin: 0 0 40px 0;
}
.page-links__item {
  margin: 0 40px 25px 0;
}
.page-links__item a {
  font-size: 18px;
  color: #6E6E6E;
}

.page-links__item._choosen a {
  font-weight: 700;
}
.questions__form {
  flex-basis: 550px;
  height: fit-content;
  padding: 0 20px 20px 10px;
  background-color: #fff;
  border-radius: 30px 0px 30px 30px;
  box-shadow: 19px 17px 24px -11px rgba(0, 0, 0, 0.1);
}
.questions__subtittle {
  padding: 0 40px 25px 0;
  margin: 0 0 40px 0;
  font-size: 18px;
  color: #6E6E6E;
  border-bottom: 1px #86298C solid;
}
.questions-form__item label {
  font-size: 24px;
  line-height: 100%;
}
.questions-form__input input:-webkit-autofill,
.questions-form__input input:-webkit-autofill:hover,
.questions-form__input input:-webkit-autofill:focus,
.questions-form__input input:-webkit-autofill:active,
.questions-form__input textarea:-webkit-autofill,
.questions-form__input textarea:-webkit-autofill:hover,
.questions-form__input textarea:-webkit-autofill:focus,
.questions-form__input select:-webkit-autofill,
.questions-form__input select:-webkit-autofill:hover,
.questions-form__input select:-webkit-autofill:focus,
.questions-form__input {
  display: block;
  font-size: 24px;
  width: 100%;
  height: 90px;
  border: none;
  color: #6E6E6E;
  margin: 20px 0;
  padding: 10px;
  outline: none;
  -webkit-box-shadow: 8px 6px 17px -6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 8px 6px 17px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 8px 6px 17px -6px rgba(0, 0, 0, 0.1);
  -webkit-text-fill-color: #6E6E6E;
  transition: background-color 5000s ease-in-out 0s;
}
textarea.questions-form__input {
  resize: none;
  height: 280px;
}
.checkbox__input {
  display: none;
}
.checkbox__input:checked + .checkbox__label::after {
  transform: scale(1);
}
.checkbox__label {
  font-weight: 700;
  display: inline-flex;
  position: relative;
}
.checkbox__label span {
  font-size: 16px;
  line-height: 100%;
}
.checkbox__label::before {
  content: "";
  align-self: flex-start;
  flex: 0 0 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 24px;
  margin: 0 10px 0 0;
  border: 1px #6E6E6E solid;
}
.checkbox__label::after {
  transition: all 0.5s ease 0s;
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 4px;
  left: 4px;
  background-color: #86298C;
  border-radius: 10px;
  transform: scale(0);
}
.form__input._error {
  border: solid 2px rgb(220, 7, 7);
}
.questions-form__button {
  margin: 20px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #86298C;
  padding: 5px 10px;
  border-radius: 10px;
  width: 145px;
  height: 50px;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  border: none;
}
.questions-form__button:hover {
  background-color: #C77AA8;
  color: #fff;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
@media (max-width: 1200px) {
  .questions__container {
    display: block;
  }
  .questions__form{
    margin: 50px 0 0 0;
  }
  .questions__body{
    padding: 0 20px 50px 0;
    margin: 0;
  }
  .questions-form__input input:-webkit-autofill,
  .questions-form__input input:-webkit-autofill:hover,
  .questions-form__input input:-webkit-autofill:focus,
  .questions-form__input input:-webkit-autofill:active,
  .questions-form__input textarea:-webkit-autofill,
  .questions-form__input textarea:-webkit-autofill:hover,
  .questions-form__input textarea:-webkit-autofill:focus,
  .questions-form__input select:-webkit-autofill,
  .questions-form__input select:-webkit-autofill:hover,
  .questions-form__input select:-webkit-autofill:focus,
  .questions-form__input {
    font-size: 18px;
  }
  .questions-form__item label {
    font-size: 18px;
  }
}

.questions-review__review {
  padding: 30px 20px 20px 15px;
  box-shadow: 7px 8px 16px -3px rgba(0, 0, 0, 0.1);
}
.questions-review__review span {
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
}
.questions-review__review p {
  margin: 20px 0 0 0;
  font-size: 16px;
}

.questions-review__answer {
  padding: 30px 20px 20px 15px;
  opacity: 50%;
}
.questions-review__answer span {
  font-size: 16px;
  font-weight: 700;
}
.questions-review__answer p {
  margin: 20px 0 0 0;
  font-size: 16px;
}

.questions-reviews__spoiler {
  display: flex;
  flex-direction: column-reverse;
}
.questions-reviews__spoiler .spoiler__tittle{
  border-top: 1px #86298C solid;
  background: #fff;
}
.spoiler__tittle {
  box-shadow: 7px 8px 16px -3px rgba(0, 0, 0, 0.1);
}

.spoiler__tittle._questions {
  border-bottom: none;
}
.spoiler__tittle._border-top {
  border-top: 1px #86298C solid;
}
.specialists__body {
  display: grid;
  grid-template: repeat(1, 1fr)/repeat(3, 1fr);
  gap: 60px;
}
.service-specialists__tittle h2{
  text-transform: uppercase;
  margin: 50px 0 30px 0;
}
.specialists__img {
  background: linear-gradient(321.84deg, rgba(255, 255, 255, 0) 22.34%, rgba(154, 216, 105, 0.2) 80.97%);
  border: 2px solid #FFFFFF;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
.specialists__img img {
  max-width: 100%;
}

.specialists__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

.specialists__text-block {
  overflow-wrap: overlay;
  margin: 0 0 15px 0;
}

.specialists__button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #86298C;
  padding: 20px 40px;
  border-radius: 10px;
  width: 250px;
  height: 50px;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  border: none;
}
@media (max-width: 480px) {
  .specialists__button {
    padding: 10px 20px;
    width: 230px;
  }
}

.specialists__button:hover {
  background-color: #C77AA8;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

@media (max-width: 1200px) {
  .specialists__body {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .specialists__body {
    grid-template: repeat(1, 1fr)/repeat(2, 1fr);
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .specialists__body {
    grid-template: repeat(1, 1fr)/repeat(1, 1fr);
    gap: 30px;
  }
}
.specialist-card__container {
  display: flex;
  justify-content: space-between;
}

.specialist-card__tittle {
  font-weight: 800;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 100%;
}

.specialist-card__block p {
  line-height: 100%;
  font-size: 22px;
}
.specialist-card__block span {
  font-weight: 700;
}

.education-block__tittle {
  font-size: 32px;
  font-weight: 700;
}

.education-block__text {
  display: inline-flex;
  margin: 0 0 35px 0;
}
.education-block__text p {
  line-height: 100%;
  font-size: 22px;
  margin: 0;
}
@media (max-width: 480px) {
  .education-block__text p {
    font-size: 18px;
  }
}
.education-block__year {
  margin: 0 20px 0 0;
}
.education-block__year span {
  line-height: 100%;
  font-weight: 700;
  font-size: 24px;
  white-space: nowrap;
}

.specialist-card__right {
  width: 800px;
}

.specialist-card__left {
  max-width: 827px;
}

.specialist-card__img {
  height: 780px;
}
.specialist-card__img img {
  filter: drop-shadow(-20px 0px 35px rgba(110, 110, 110, 0.34));
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (max-width: 1200px) {
  .specialist-card__img {
    height: 500px;
  }
  .specialist-card__container {
    align-items: center;
  }
}
@media (max-width: 992px) {
  .specialist-card__container {
    flex-direction: column-reverse;
  }
  .specialist-card__right {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .specialist-card__tittle {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .specialist-card__img {
    height: 300px;
  }
}
.specialist-card__button-block {
  display: flex;
  flex-wrap: wrap;
}
.specialist-card__button-block a {
  margin: 10px 0 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  border-radius: 10px;
  height: 50px;
  font-weight: 700;
  font-size: 18px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.specialist-card__button-block a:hover {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.specialist-form__input input:-webkit-autofill,
.specialist-form__input input:-webkit-autofill:hover,
.specialist-form__input input:-webkit-autofill:focus,
.specialist-form__input input:-webkit-autofill:active,
.specialist-form__input textarea:-webkit-autofill,
.specialist-form__input textarea:-webkit-autofill:hover,
.specialist-form__input textarea:-webkit-autofill:focus,
.specialist-form__input select:-webkit-autofill,
.specialist-form__input select:-webkit-autofill:hover,
.specialist-form__input select:-webkit-autofill:focus,
.specialist-form__input {
  display: block;
  font-size: 24px;
  width: 100%;
  height: 90px;
  border: none;
  color: #6E6E6E;
  padding: 10px;
  outline: none;
  -webkit-box-shadow: 8px 6px 17px -6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 8px 6px 17px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 8px 6px 17px -6px rgba(0, 0, 0, 0.1);
  -webkit-text-fill-color: #6E6E6E;
  transition: background-color 5000s ease-in-out 0s;
}
.specialist-form__item{
  margin: 15px 0;
}
.specialist-form__item label{
  padding: 0 15px;
  font-size: 24px;
}
.specialist-form__label{
  padding: 0 15px;
  font-size: 24px;
  display: inline-block;
  width: 100%;
  border-bottom: #6E6E6E;
  padding: 15px;
  line-height: 170%
}
.specialist-form__radiobuttons{
  display: flex;
  padding: 0 15px;
}
.radiobutton{
  display: flex;
}
.radiobutton input[type=radio] {
	display: none;
}
.radiobutton label {
	display: flex;
  align-items: center;
  padding: 10px 0;
}
.radiobutton label:before {
	content: "";
	display: inline-block;
	width: 31px;
	height: 31px;
	background: url(../img/icons/radio1.svg) 0 0/cover no-repeat;
}
.radiobutton input[type=radio]:checked + label:before {
	background: url(../img/icons/radio2.svg) 0 0/cover no-repeat;
}
.radiobutton label:hover:before {
	filter: brightness(120%);
}
.radiobutton input[type=radio]:disabled + label:before {
	filter: grayscale(100%);
}
.radiobutton__label span{
  margin: 0 20px 0 10px;
  font-size: 24px;
}
@media (max-width: 480px) {
  .radiobutton__label span{
    margin: 0 10px 0 10px;
    font-size: 18px;
  }
  .radiobutton label:before {
    width: 15px;
    height: 15px;
  }
}
textarea.specialist-form__input {
  resize: none;
  height: 280px;
}
.checkbox__input {
  display: none;
}
.checkbox__input:checked + .checkbox__label::after{
  transform: scale(1);
}
.checkbox__label{
  font-weight: 700;
  display: inline-flex;
  position: relative;
}
.checkbox__label span {
  font-size: 16px;
  line-height: 100%;
}
.checkbox__label::before {
  content: "";
  align-self: flex-start;
  flex: 0 0 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 24px;
  margin: 0 10px 0 0;
  border: 1px #6E6E6E solid;
}
.checkbox__label::after {
  transition: all 0.5s ease 0s;
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 4px;
  left: 4px;
  background-color: #86298C;
  border-radius: 10px;
  transform: scale(0);
}

.button-block__first {
  margin: 0 20px 0 0;
}
.button-block__first a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  background-color: #86298C;
  width: 260px;
  height: 50px;
  color: #fff;
}
.button-block__first a:hover {
  background-color: #C77AA8;
}
@media (max-width: 480px) {
  .button-block__first a {
    padding: 30px 10px;
    width: 230px;
  }
}
.button-block__second a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  background-color: #fff;
  width: 120px;
  height: 50px;
  color: #86298C;
  border: 2px solid #86298C;
}
.button-block__second a:hover {
  background-color: #86298C;
  color: #fff;
}
.service__reminder{
  margin: 50px 0 70px 0;
}
.service-reminder__container {
  position: relative;
  text-align: center;
}
.service-reminder__block {
  background-color: #fff;
  max-width: 890px;
  margin: 0 auto;
  padding: 0 20px;
}
.service-reminder__block p {
  font-size: 28px;
  font-weight: 700;
  color: #C5C5C5;
  margin: 50px 0;
}
.service-reminder__line {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #C5C5C5;
}
@media (max-width: 1200px) {
  .service-reminder__block {
    padding: 0 10px;
  }
  .service-reminder__block p {
    font-size: 18px;
  }
}

.service__explain{
  background-color: #EFEFEF;
}
.service-explain__container{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 998px) {
  .service-explain__container{
  display: block;
  }
  .service-reminder__block{
    max-width: 400px;
  }
}
.service-explain__slider{
  flex-basis: 55%;
  min-width: 0;
}

.service-explain__img img{
  height: 580px;
  width: 100%;
  object-fit: cover;
  padding: 0 50px;
}
@media (max-width: 1640px) {
  .service-explain__img img{
    height: 700px;
  }
}
@media (max-width: 998px) {
  .service-explain__img img{
    height: 500px;
  }
}
@media (max-width: 768px) {
  .service-explain__img img{
    height: 300px;
  }
}
@media (max-width: 480px) {
  .service-explain__img img{
    height: 200px;
  }
}
.service-explain__text-block{
  flex-basis: 44%;
}
@media (max-width: 998px) {
  .service-explain__container{
  display: block;
  }
  .service-explain__container{
    padding: 0 0 10px 0;
  }
  .service-explain__text-block{
    margin: 20px 20px 30px 20px;
  }
}
.service-explain__text-block h2{
  text-transform: uppercase;
  color: #86298C;
  margin: 0;
  padding: 0;
}
.service-explain__text-block p{
  font-weight: 700;
}
.service-explain .swiper-button-next::after,
.service-explain .swiper-button-prev::after {
  content: "";
}
.service-explain .swiper-button-prev {
  background: url("../img/icons/prev.svg") 0 0/100% auto no-repeat;
}
.service-explain .swiper-button-next {
  background: url("../img/icons/next.svg") 0 0/100% auto no-repeat;
}

.service-visit__tittle{
  text-transform: uppercase;
  color: #6E6E6E;
  border-bottom: 1px solid #6E6E6E;
}
.service-visit__tittle h3{
  margin: 40px 0 20px 0;
  line-height: 120%;
}
.service-visit__text-block h4{
  text-transform: uppercase;
  color: #C77AA8;
}
.service-visit__text-block.with-border{
  background-color: #F9F2F6;
  outline: solid 4px #86298C;
  border-bottom: 3px solid #C77AA8;
}
.text-block__tittle.with-border{
  background-color: #86298C;
  padding: 10px;
}
.service-visit__text-block.with-border h4{
  color: #fff;
}
.text-block__text p{
  font-size: 22px;
}
@media (max-width: 998px) {
  .text-block__text p{
  font-size: 18px;
}
}
.text-block__text span{
  font-weight: 700;
}
.service__prices{
  margin: 40px 0 0 0;
}

.popup{
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  transition: all 0.5s ease 0s;
}
.popup:target{
  opacity: 1;
  visibility: visible;
}
.popup__area{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.popup__body{
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup__content{
  background: #fff;
  color: #6E6E6E;
  width: 1178px;
  margin: 10px;
  padding: 30px 40px 70px;
  position: relative;
  border-radius: 30px;
  background: conic-gradient(from -84.47deg at 65.81% 21.67%, rgba(255, 255, 255, 0) -5.89deg, #C9C9C9 129.17deg, rgba(255, 255, 255, 0) 354.11deg, #C9C9C9 489.17deg), conic-gradient(from 166.91deg at 27.84% 66.56%, rgba(255, 255, 255, 0) -101.64deg, #99D768 75.27deg, rgba(255, 255, 255, 0) 258.36deg, #99D768 435.27deg) #fff;
  border: 2px solid #FFFFFF;
}
.popup__close{
  position: absolute;
  right: 40px;
  top: 40px;
  width: 24px;
  height: 24px;
  color: #6E6E6E;
  background: url("../img/icons/cross.svg") 0 0/auto 100% no-repeat; 
}
.popup__tittle{
  font-size: 40px;
  font-weight: 800;
  line-height: 100%;
  margin: 0 0 30px 0;
  padding: 0 0 20px 0;
  border-bottom: #CCCCCC 1px solid;
  text-transform: uppercase;
}
.form-search{
  width: 100%;
  display: flex;
  justify-content: space-between;
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 20px 10px;
}
.input-search{
  border: none;
  background: none;
  width: 100%;
  padding: 10px 30px;
  font-size: 32px;
  font-weight: 700;
  color: #6E6E6E;
}
.form-search input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  width: 26px;
  height: 26px;
  background: url("../img/icons/cross.svg") 0 0/contain no-repeat; 
  margin: 0 0 0 10px;
}
.form-search input[type=search]:focus {
  outline: none;
}
.popup .button-search{
  width: 56px;
  height: 56px;
  border: none;
  background: url("../img/icons/magnifier.svg") 0 0/contain no-repeat; 
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: #6E6E6E;
  transition: background-color 5000s ease-in-out 0s;
}
@media (max-width: 1200px) {
  .popup__close{
    right: 40px;
    top: 30px;
  }
  .popup__tittle{
    font-size: 28px;
  }
  .input-search{
    font-size: 24px;
  }
  .popup .button-search{
    width: 36px;
    height: 36px;
    background: url("../img/icons/magnifier.svg") 0 0/contain no-repeat; 
  }
}
@media (max-width: 998px) {
  .popup__tittle{
    font-size: 22px;
  }
  .form-search{
    padding: 15px 10px;
  }
  .input-search{
    padding: 0;
    font-size: 18px;
  }
  .form-search input[type=search]::-webkit-search-cancel-button {
    width: 20px;
    height: 20px;
    margin: 0 10px 0 5px;
  }
}
.form__popup {
  display: flex;
  flex-wrap: wrap;
  margin: 40px auto;
  justify-content: center;
  gap: 40px;
  max-width: 900px;
}
.popup-checkbox .checkbox__label span{
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.popup-reception__text{
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 16px;
  margin: 5px 0 0 0;
}
@media (max-width: 1640px) {
  .popup-content__reception{
    max-width: 800px;
  }
  .form__popup {
    max-width: 680px;
  }
}
@media (max-width: 1200px) {
  .popup-checkbox .checkbox__label span{
    font-size: 14px;
    line-height: 18px;
  }
  .form__popup {
    max-width: 560px;
  }
  .popup-button{
    width: 300px;
    height: 70px;
    font-size: 18px;
  }
}
@media (max-width: 998px) {
  .form__popup {
    margin: 0 auto 20px;
    gap: 20px;
    max-width: 640px;
  }
}
@media (max-width: 460px) {
  .form__popup {
    display: block;
    width: 100%;
    gap: 10px;
    margin: 0 auto;
  }
  .popup__content{
    padding: 30px 20px;
  }
  .popup-content__reception {
    max-width: 100%;
  }
  .popup__tittle{
    max-width: 270px;
  }
  .popup-button{
    margin: 10px auto;
    width: 180px;
    height: 70px;
    font-size: 18px;
  }
}
.swiper-pagination{
  z-index: 3;
}
.swiper-button-next, .swiper-button-prev{
  z-index: 3;
}