@charset "UTF-8";

@font-face {
  font-family: "Futura PT";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/FuturaPTBook/FuturaPTBook.eot");
  src: url("../fonts/FuturaPTBook/FuturaPTBook.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPTBook/FuturaPTBook.woff") format("woff"), url("../fonts/FuturaPTBook/FuturaPTBook.ttf") format("truetype"), url("../fonts/FuturaPTBook/FuturaPTBook.svg#Futura PT") format("svg");
}

@font-face {
  font-family: "Futura PT";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/FuturaPTMedium/FuturaPTMedium.eot");
  src: url("../fonts/FuturaPTMedium/FuturaPTMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPTMedium/FuturaPTMedium.woff") format("woff"), url("../fonts/FuturaPTMedium/FuturaPTMedium.ttf") format("truetype"), url("../fonts/FuturaPTMedium/FuturaPTMedium.svg#Futura PT") format("svg");
}

@font-face {
  font-family: "Futura PT";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/FuturaPTDemi/FuturaPTDemi.eot");
  src: url("../fonts/FuturaPTDemi/FuturaPTDemi.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPTDemi/FuturaPTDemi.woff") format("woff"), url("../fonts/FuturaPTDemi/FuturaPTDemi.ttf") format("truetype"), url("../fonts/FuturaPTDemi/FuturaPTDemi.svg#Futura PT") format("svg");
}

@font-face {
  font-family: "Jost";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Jost-Regular/Jost-Regular.eot");
  src: url("../fonts/Jost-Regular/Jost-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Jost-Regular/Jost-Regular.woff") format("woff"), url("../fonts/Jost-Regular/Jost-Regular.ttf") format("truetype"), url("../fonts/Jost-Regular/Jost-Regular.svg#Jost") format("svg");
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
video {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font: 400 18px/130% Futura PT, Helvetica, Arial, sans-serif;
  background: #F7F7F7;
  min-width: 340px;
  color: #707070;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.03em;
}

body.single-post,
body.single-service {
  padding: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  outline: none;
}

.hidden {
  display: none;
  overflow: hidden;
}

.wrapper {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

a {
  color: #333333;
  text-decoration: none;
}

form input.error {
  box-shadow: inset 0px 0px 20px 1px rgba(255, 0, 0, 0.3);
  border: 2px solid red !important;
}

form input.not_error {
  box-shadow: inset 0px 0px 20px 1px rgba(100, 255, 100, 0.3);
  border: 2px solid #99FF99 !important;
}

h1,
.h1,
.slide__title p {
  font-weight: 600;
  font-size: 48px;
  line-height: 140%;
  text-transform: uppercase;
  color: #282425;
}

h1 span,
.h1 span,
.slide__title span {
  color: #D02A5C;
}

h2,
.h2 {
  font-weight: 600;
  font-size: 43px;
  line-height: 140%;
  text-transform: uppercase;
  color: #282425;
}

h2 span,
.h2 span {
  color: #D02A5C;
}

h3,
.h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 140%;
  text-transform: uppercase;
  color: #282425;
}

h4,
.h4,
.form-callback__title,
.form-modal__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  text-transform: uppercase;
  color: #282425;
}

h5,
.h5,
.item__author_name {
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  color: #282425;
}

.wpe a {
  text-decoration: underline;
  color: #D02A5C;
}

.wpe p {
  margin-bottom: 10px;
}

.wpe p:last-child {
  margin-bottom: 0;
}

.wpe h5 {
  margin-bottom: 15px;
}

.wpe b,
.wpe strong {
  font-weight: 600;
}

.wpe blockquote {
  padding-left: 40px;
  border-left: 4px solid #D02A5C;
  margin-bottom: 30px;
}

.wpe blockquote b,
.wpe blockquote strong {
  color: #D02A5C;
}

.arr-lt .slick-prev,
.arr-lt .slick-next {
  top: -50px;
}

.arr-lt .slick-next {
  left: 65px;
}

.arr-lt .slick-prev {
  left: 15px;
  right: auto;
}

.arr-rt .slick-prev,
.arr-rt .slick-next {
  top: -50px;
}

.arr-rt .slick-next {
  right: 0;
}

.arr-rt .slick-prev {
  left: auto;
  right: 50px;
}

.arr-lb .slick-prev,
.arr-lb .slick-next {
  top: auto;
  bottom: -17px;
}

.arr-lb .slick-next {
  left: -185px;
  right: auto;
}

.arr-lb .slick-prev {
  left: -235px;
}

.arr-white .slick-prev {
  background: #fff url(../img/prev.svg) 50% no-repeat;
}

.arr-white .slick-next {
  background: #fff url(../img/next.svg) 50% no-repeat;
}

.hover-red .slick-prev {
  transition: 0.3s ease;
}

.hover-red .slick-prev:hover {
  background: #D02A5C url(../img/prev-white.svg) 50% no-repeat;
}

.hover-red .slick-next {
  transition: 0.3s ease;
}

.hover-red .slick-next:hover {
  background: #D02A5C url(../img/next-white.svg) 50% no-repeat;
}

.bf {
  font-size: 21px;
  line-height: 130%;
}

.bf p {
  margin-bottom: 30px;
}

.bf p:last-child {
  margin-bottom: 0;
}

.hover-play svg,
.hover-play circle,
.hover-play path {
  transition: 0.3s ease;
}

.hover-play:hover circle:nth-child(1) {
  fill: #D02A5C;
}

.hover-play:hover svg {
  transform: scale(1.1);
}

.hover-play:hover path {
  fill: #fff;
}

.container {
  margin: 0 auto;
  max-width: 1260px;
  padding: 0 10px;
  width: 100%;
}

.countdownHolder {
  margin: 0 auto;
  font: 30px/1 Futura PT, sans-serif;
  text-align: center;
  letter-spacing: -3px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  /*Параметры цифр */
  /*Параметры подложки для секций */
  /*Параметры секций разделения (:)*/
  /*Параметры вспомогательного текста (дни, часы, минуты, секунды)*/
}

.countdownHolder .position {
  display: inline-block;
  height: 1em;
  overflow: hidden;
  position: relative;
  width: 0.5em;
}

.countdownHolder .digit {
  position: absolute;
  display: block;
  border-radius: 0.2em;
  text-align: center;
  color: #000;
  letter-spacing: -1px;
  left: 50%;
  transform: translateX(-50%);
}

.countdownHolder .countDays,
.countdownHolder .countHours,
.countdownHolder .countMinutes,
.countdownHolder .countSeconds {
  background: #fff;
  border-radius: 5px;
  padding: 10px;
}

.countdownHolder .countDiv {
  display: none;
  width: 10px;
  height: 1em;
  position: relative;
}

.countdownHolder .countDiv:before,
.countdownHolder .countDiv:after {
  background: #444;
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 50%;
  margin-left: -3px;
  top: 0.2em;
  box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.5);
  content: '';
}

.countdownHolder .countDiv:after {
  top: 0.6em;
}

.countdownHolder .textdigit {
  font-size: 15px;
  letter-spacing: 0px;
}

.form-callback {
  max-width: 340px;
  width: 100%;
  position: relative;
  text-align: center;
}

.form-callback__title {
  color: #fff;
}

.form-callback__subtitle {
  margin-bottom: 40px;
}

.form-callback .input {
  font: 400 16px/55px Jost;
  width: 100%;
  height: 55px;
  background: rgba(255, 255, 255, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 5px;
  padding-left: 15px;
  display: block;
  color: #fff;
}

.form-callback .input__wrap {
  display: block;
  text-align: left;
  margin-bottom: 10px;
}

.form-callback .input__label {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  display: block;
}

.form-callback .input::-moz-placeholder {
  color: #fff;
}

.form-callback .input:-ms-input-placeholder {
  color: #fff;
}

.form-callback .input::placeholder {
  color: #fff;
}

.form-callback:before {
  content: "";
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.7) url(../img/loading.svg) 50% no-repeat;
  z-index: 10;
}

.form-callback.loading:before {
  display: block;
}

.form-callback .intl-tel-input {
  width: 100%;
}

.form-callback .country-list .country-name {
  color: #333;
}

.form-modal {
  max-width: 400px;
  width: 100%;
  position: relative;
  text-align: center;
  margin: 0 auto;
  padding-top: 45px;
  padding-bottom: 45px;
}

.form-modal__title {
  color: #282425;
  margin-bottom: 40px;
}

.form-modal .input {
  font: 400 16px/55px Jost;
  width: 100%;
  height: 55px;
  background: rgba(40, 36, 37, 0.04);
  border: 1px solid rgba(40, 36, 37, 0.14);
  border-radius: 5px;
  padding-left: 15px;
  display: block;
  color: #282425;
}

.form-modal .input__wrap {
  display: block;
  text-align: left;
  margin: 0 auto;
  margin-bottom: 10px;
  max-width: 340px;
}

.form-modal .input__label {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  display: block;
}

.form-modal .input::-moz-placeholder {
  color: #707070;
}

.form-modal .input:-ms-input-placeholder {
  color: #707070;
}

.form-modal .input::placeholder {
  color: #707070;
}

.form-modal:before {
  content: "";
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.7) url(../img/loading.svg) 50% no-repeat;
  z-index: 10;
}

.form-modal.loading:before {
  display: block;
}

.form-modal .intl-tel-input {
  width: 100%;
}

.form-modal .country-list .country-name {
  color: #333;
}

.form-modal .subm {
  max-width: 340px;
}

.btn {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background: #D02A5C;
  border-radius: 5px;
  height: 55px;
  padding: 0 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 240px;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease;
  letter-spacing: 0.03em;
}

.btn span {
  color: #FFFFFF;
  font-weight: 500;
  transition: 0.3s ease;
  position: relative;
  z-index: 1;
}

.btn:after {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 5px;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  background: #fff;
  transition: 0.3s ease;
}

.btn:hover {
  background: #bb2653;
}

.subm {
  cursor: pointer;
  border: none;
  display: block;
  margin: 0 auto;
}

.subm {
  font: 500 18px/55px Futura PT;
  background: #FFFFFF;
  border-radius: 5px;
  width: 100%;
  height: 55px;
  align-items: center;
  padding-left: 25px;
  -moz-text-align-last: left;
  text-align-last: left;
  color: #282425;
  margin-top: 30px;
  max-width: 100%;
  border: 2px solid #fff;
}

.subm:after {
  background: #282425;
}

.subm:hover {
  background: #fff;
}

.subm.red {
  color: #fff;
  background: #D02A5C;
}

.subm.red:after {
  background: #fff;
}

.subm.red:hover {
  background: #bb2653;
}

.header {
  background: #fff;
  padding: 10px 0;
  box-shadow: 0px 2px 16px rgba(40, 36, 37, 0.05);
  z-index: 100;
  position: relative;
}

.header__logo img {
  display: block;
}

.header__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.header__title {
  font-size: 14px;
  color: transparent;

  visibility: hidden;
  position: absolute;
  z-index: -111;
}

.header__menu {
  display: flex;
  flex-wrap: wrap;
}

.header__menu li {
  margin-right: 45px;
  position: relative;
}

.header__menu li:last-child {
  margin-right: 0;
}

.header__menu li a,
a.header__title {
  text-transform: uppercase;
  font-weight: 500;
  text-transform: uppercase;
  color: #282425;
  font-size: 14px;
  transition: 0.3s ease;
}

.header__menu li a span {
  transition: 0.3s ease;
}

.header__menu li a:hover,
a.header__title:hover {
  color: #D02A5C;
}

.header__menu li a:hover span {
  color: #D02A5C;
}

.header__menu .menu-item-has-children {
  padding-right: 20px;
  background: url(../img/arr-down.svg) 100% 10px no-repeat;
  position: relative;
  transition: 0.3s ease;
}

.header__menu .menu-item-has-children:hover,
.header__menu .menu-item-has-children:focus,
.header__menu .menu-item-has-children.acitve {
  background: url(../img/arrow-up-orange.svg) 100% 10px no-repeat;
}

.header__menu .menu-item-has-children:hover .sub-menu,
.header__menu .menu-item-has-children:focus .sub-menu,
.header__menu .menu-item-has-children.acitve .sub-menu {
  max-height: 1000px;
  padding-top: 30px;
}

.header__menu .sub-menu {
  position: absolute;
  background: #fff;
  width: 520px;
  left: 0;
  top: 100%;
  padding: 0 25px;
  padding-bottom: 0;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s ease;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.header__menu .sub-menu li {
  margin-right: 0;
  width: 50%;
  margin-bottom: 25px;
}

.header__menu .sub-menu li span {
  display: block;
  font-size: 13px;
  line-height: 100%;
  color: #AFAFAF;
  text-transform: none;
}

.header__lang .lang-switcher{
  display: flex;
  flex-wrap: wrap;
}

.header__lang li {
  margin: 0 5px;
  opacity: 0.4;
}

.header__lang li.current-lang {
  opacity: 1;
}

.header__lang a {
  text-transform: uppercase;
  font-weight: 500;
  text-transform: uppercase;
  color: #282425;
  font-size: 14px;
  color: #D02A5C;
}

.header__phone {
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.header__phone span {
  margin-left: 10px;
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s ease;
}

.header__phone:hover span {
  color:#D02A5C;
}

.header__burger {
  width: 25px;
  height: 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  display: none;
}

.header__burger span {
  height: 2px;
  background: #D02A5C;
  border-radius: 4px;
  transition: 0.3s ease;
}

/* COMMON BLOCKS */

.heading {
  min-height: 500px;
  position: relative;
  background: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading__breadcrumbs {
  margin-bottom: 80px;
}

.heading__content {
  max-width: 560px;
}

.heading__title {
  margin-bottom: 30px;
}

.heading__subtitle {
  max-width: 370px;
}

.heading__image {
  position: absolute;
  left: 50%;
  top: 0;
  width: 50%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
}

.heading__image:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 155px;
  background: url(../img/heading__pattern.png) 0 0 repeat;
}

.breadcrumbs {
  text-transform: uppercase;
  color: #B2B6CC;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.breadcrumbs__icon {
  background: #EFF1F9;
  border-radius: 38px;
  width: 47px;
  height: 28px;
  margin-right: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.breadcrumbs__icon img {
  max-height: 18px;
}

.callback {
  background: #fff;
  padding: 100px 0;
}

.callback__container {
  position: relative;
}

.callback__map {
  height: 630px;
  width: 100%;
  max-width: 985px;
  border-radius: 5px;
  overflow: hidden;
}

.callback__form {
  width: 620px;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  background: #D02A5C 50% 100% no-repeat;
  border-radius: 5px;
  padding: 50px 0;
  padding-bottom: 80px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.instagram {
  background: #fff;
  padding: 100px 0;
}

.instagram__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.instagram__tag {
  width: 100%;
  margin-bottom: 30px;
}

.instagram__btn {
  border-radius: 5px;
  height: 55px;
  width: 227px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 13px;
  transition: 0.3s ease;
  position: relative;
  overflow: hidden;
}

.instagram__btn:before {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: radial-gradient(202.93% 1828.61% at -22.91% -118.18%, #FFDD55 0%, #FFDD55 10%, #FF543E 30%, #C837AB 100%);
  transition: 0.3s ease;
}

.instagram__btn:after {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: radial-gradient(202.93% 1828.61% at -22.91% -118.18%, #C837AB 0%, #C837AB 10%, #FF543E 30%, #FFDD55 100%);
  transition: 0.3s ease;
  transform: translateX(100%);
}

.instagram__btn span {
  color: #FFFFFF;
  font-weight: 500;
  margin-left: 45px;
  position: relative;
  z-index: 2;
}

.instagram__btn svg {
  position: relative;
  z-index: 2;
}

.instagram__btn:hover:before {
  transform: translateX(-100%);
}

.instagram__btn:hover:after {
  transform: translateX(0);
}

.instagram__photos {
  width: 100%;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.instagram__photos .slick-slide {
  margin-right: 25px;
}

.instagram .photo {
  width: 225px !important;
  height: 225px;
  border-radius: 5px;
  background-position: 50%;
  background-size: cover;
  display: block;
}

.tag {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.tag__icon {
  background: #EFF1F9;
  border-radius: 38px;
  width: 47px;
  height: 28px;
  margin-right: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.tag__icon img {
  max-height: 18px;
}

.tag__text {
  text-transform: uppercase;
  color: #B2B6CC;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 0.03em;
}

/* PAGE MAIN */

.page-main .instagram {
  padding-bottom: 0;
}

.main-hero__slider {
  margin-bottom: 0 !important;
}

.main-hero .slide {
  background: #F5F0EC;
  height: 740px;
  padding: 100px 0;
  position: relative;
}

.main-hero .slide__image {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
}

.main-hero .slide__content {
  width: 50%;
  position: relative;
  height: 520px;
  z-index: 1;
  padding: 50px 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.main-hero .slide__content:before {
  content: '';
  position: absolute;
  right: -50px;
  top: 0;
  width: 2000px;
  background: #FFFFFF;
  border-radius: 5px;
  height: 100%;
  z-index: -1;
}

.main-hero .slide__tag {
  margin-bottom: 35px;
}

.main-hero .slide__title {
  width: 100%;
}

.main-hero .slide__btn {
  margin-top: auto;
}

.main-hero .slick-dots {
  bottom: 50px;
  width: 50%;
  text-align: right;
  padding-right: 30px;
}

.main-hero .slick-dots li {
  width: 24px;
  height: 24px;
  margin: 0 10px;
}

.main-hero .slick-dots li.slick-active button {
  border-color: #D02A5C;
}

.main-hero .slick-dots li button {
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  border-radius: 50%;
  padding: 0;
  transition: 0.3s ease;
}

.main-hero .slick-dots li button:before {
  width: 100%;
  height: 100%;
  color: #D02A5C;
  font-size: 31px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
}

.main-about {
  padding-top: 100px;
}

.main-about__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.main-about__image {
  width: 100%;
  max-width: 505px;
  background-size: cover;
  border-radius: 5px;
  position: relative;
}

.main-about__image:after {
  content: '';
  position: absolute;
  width: 264px;
  height: 264px;
  background: url(../img/main-about__decor.svg) 50% no-repeat;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}

.main-about__content {
  width: 100%;
  max-width: 620px;
}

.main-about__title {
  margin-bottom: 50px;
}

.main-about__text {
  font-size: 21px;
  max-width: 490px;
  margin-bottom: 60px;
}

.main-about__text a {
  text-decoration: none;
}

.main-about__doctors {
  position: relative;
  padding-top: 30px;
}

.main-about__doctors:before {
  position: absolute;
  content: '';
  background: #fff;
  top: 0;
  width: 3000px;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  z-index: -1;
}

.main-about__doctors_title {
  text-transform: none;
  margin-bottom: 30px;
}

.main-about__doctors_title a {
  color: inherit;
  text-decoration: underline;
}

.main-about__doctors_slider {
  margin-left: -10px;
  margin-right: -10px;
}

.main-about__doctors .doctor {
  width: 140px;
  height: 170px;
  border-radius: 5px;
  background-position: 50% 0;
  background-size: cover;
  position: relative;
  padding: 10px;
  margin-right: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex !important;
  flex-direction: column;
  overflow: hidden;
}

.main-about__doctors .doctor:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 92px;
  background: linear-gradient(180deg, rgba(208, 42, 92, 0) 0%, #D02A5C 100%);
  width: 100%;
}

.main-about__doctors .doctor__name {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}

.main-about .slick-slide {
  margin: 0 10px;
}

.main-about__more {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 30px;
}

.main-about__more span {
  margin-right: 5px;
  color: #D02A5C;
  font-weight: 500;
}

.main-mdc {
  padding: 100px 0;
  background: #fff;
}

.main-mdc__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.main-mdc__tag {
  width: 100%;
  margin-bottom: 30px;
}

.main-mdc__content {
  max-width: 540px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.main-mdc__title {
  margin-bottom: 40px;
  width: 100%;
}

.main-mdc__text {
  border-left: 3px solid #D02A5C;
  padding-left: 30px;
  width: 100%;
  max-width: 450px;
}

.main-mdc__btn {
  margin-top: auto;
}

.main-mdc__video-wrap {
  position: relative;
  width: 100%;
  height: 460px;
  max-width: 620px;
}

.main-mdc__video-img {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  position: relative;
  background: center / cover no-repeat;
}

.main-mdc__video-img:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(40, 36, 37, 0.8) 100%);
  border-radius: 5px;
  width: 100%;
  height: 207px;
}

.main-mdc__video {
  position: absolute;
  left: 50%;
  bottom: -42px;
  transform: translateX(-50%);
}

.main-mdc__video_text {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #fff;
  max-width: 200px;
  position: relative;
}

.main-mdc__video_play {
  text-align: center;
}

.main-services {
  padding: 100px 0;
}

.main-services__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.main-services__title {
  margin-bottom: 50px;
  width: 100%;
}

.main-services__nav {
  background: #FFFFFF;
  border-radius: 5px;
  width: 100%;
  max-width: 295px;
  padding: 25px;
}

.main-services__nav_items {
  height: 400px;
  overflow-y: scroll;
}

.main-services__nav_items::-webkit-scrollbar {
  width: 6px;
}

.main-services__nav_items::-webkit-scrollbar-track {
  background: #C4C4C4;
}

.main-services__nav_items::-webkit-scrollbar-thumb {
  background: #D02A5C;
  border-radius: 3px;
}

.main-services__nav .item {
  margin-bottom: 30px;
  cursor: pointer;
}

.main-services__nav .item__title {
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.3s ease;
}

.main-services__nav .item__subtitle {
  font-size: 13px;
  line-height: 130%;
  color: #AFAFAF;
  transition: 0.3s ease;
}

.main-services__nav .item:hover .item {
  cursor: pointer;
}

.main-services__nav .item:hover .item__title,
.main-services__nav .item:hover .item__subtitle {
  color: #D02A5C;
}

.main-services__info {
  width: 100%;
  max-width: 925px;
  background: #FFFFFF;
  border-radius: 5px;
  padding: 35px;
}

.main-services__info .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex !important;
}

.main-services__info .item__image {
  max-width: 346px;
  min-height: 373px;
  width: 100%;
  border-radius: 5px;
}

.main-services__info .item__content {
  width: 100%;
  max-width: 460px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.main-services__info .item__title {
  margin-bottom: 15px;
  width: 100%;
}

.main-services__info .item__title a {
  color: inherit;
  text-decoration: underline;
}

.main-services__info .item__text {
  margin-bottom: 30px;
  width: 100%;
}

.main-services__info .item__price {
  width: 100%;
  color: #282425;
  background: rgba(196, 196, 196, 0.2);
  border-radius: 5px;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.main-services__info .item__price_icon {
  margin-right: 16px;
}

.main-services__info .item__price_icon svg {
  display: block;
}

.main-services__info .item__more {
  margin-top: auto;
  color: #D02A5C;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.main-services__info .item__more span {
  margin-right: 5px;
}

.main-love {
  padding-top: 70px;
  padding-bottom: 100px;
  background: #D02A5C 50% 100% repeat-x;
}

.main-love__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}

.main-love__tag {
  margin-bottom: 15px;
}

.main-love__tag .tag__text {
  color: #fff;
}

.main-love__title {
  width: 100%;
  margin-bottom: 30px;
}

.main-love__title h2 {
  color: #fff;
}

.main-love__video {
  width: 100%;
  height: 345px;
  max-width: 620px;
  border-radius: 5px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  padding-bottom: 50px;
}

.main-love__video:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(40, 36, 37, 0.8) 100%);
  border-radius: 5px;
  width: 100%;
  height: 207px;
}

.main-love__video_text {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #fff;
  max-width: 200px;
  position: relative;
}

.main-love__video_play {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}

.main-love__reviews {
  width: 100%;
  max-width: 500px;
}

.main-love__reviews_title {
  max-width: 400px;
  color: #fff;
  margin-bottom: 40px;
}

.main-love__reviews_slider {
  margin-left: -30px;
}

.main-love .item {
  height: 275px;
  background: #FFFFFF;
  border-radius: 5px;
  padding: 50px;
}

.main-love .item__author {
  position: relative;
  margin-bottom: 20px;
}

.main-love .item__author_photo {
  border: 1px solid #212121;
  box-sizing: border-box;
  border-radius: 42px;
  position: absolute;
  width: 60px;
  height: 60px;
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
  background-size: cover;
  background-position: 50%;
}

.main-love .item__text {
  height: 140px;
  overflow-y: scroll;
}

.main-love .item__text::-webkit-scrollbar {
  width: 3px;
}

.main-love .item__text::-webkit-scrollbar-track {
  background: #C4C4C4;
}

.main-love .item__text::-webkit-scrollbar-thumb {
  background: #D02A5C;
  border-radius: 3px;
}


.main-love .slick-slide {
  margin-left: 30px;
}

.main-trust {
  padding: 100px 0;
  padding-bottom: 100px;
}

.main-trust__title {
  margin-bottom: 40px;
}

.main-trust__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.main-trust .item {
  background: #FFFFFF;
  border-radius: 5px;
  width: 100%;
  max-width: 400px;
  padding: 25px;
  margin-bottom: 20px;
}

.main-trust .item h4 {
  margin-bottom: 13px;
}

.main-trust .item.image {
  padding: 0;
}

/* PAGE SERVICES */

.services {
  padding: 100px 0;
}

.services__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.services__items {
  width: 100%;
  max-width: 926px;
}

.services .item {
  background: #FFFFFF;
  border-radius: 5px;
  padding: 35px;
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.services .item:nth-child(even) .item__image {
  order: 2;
}

.services .item:last-child {
  margin-bottom: 0;
}

.services .item__image {
  width: 100%;
  max-width: 346px;
  background: center / cover no-repeat;
}

.services .item__content {
  width: 100%;
  max-width: 440px;
  min-height: 350px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.services .item__title {
  margin-bottom: 15px;
  width: 100%;
}

.services .item__text {
  margin-bottom: 40px;
  width: 100%;
}

.services .item__price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.services .item__price_icon {
  margin-right: 16px;
}

.services .item__price_icon svg {
  display: block;
}

.services .item__btn {
  margin-top: auto;
}

.services__nav {
  background: #FFFFFF;
  border-radius: 5px;
  width: 280px;
  padding: 20px;
  padding-bottom: 10px;
}

.services__nav_title {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  text-transform: uppercase;
  color: #555555;
  margin-bottom: 20px;
}

.services__nav_list {
  display: flex;
  flex-wrap: wrap;
}

.services__nav_link {
  display: inline-flex;
  margin-right: 10px;
  background: #EFF1F9;
  border-radius: 38px;
  padding: 8px 20px;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 13px;
  line-height: 17px;
  color: #B2B6CC;
  text-transform: uppercase;
  transition: 0.3s ease;
}

.services__nav_link:hover {
  color: #fff;
  background: #94ACD9;
}

/* PAGE DOCTORS */

.doctors {
  padding: 100px 0;
}

.doctors__items_title {
  margin-bottom: 55px;
}

.doctors__items_list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -18px;
  margin-right: -18px;
}

.doctors .item {
  background-size: cover;
  position: relative;
  width: 283px;
  height: 377px;
  border-radius: 5px;
  padding: 17px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  flex-direction: column;
  z-index: 1;
  margin: 0 18px;
  margin-bottom: 90px;
}

.doctors .item:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 220px;
  background: linear-gradient(180deg, rgba(208, 42, 92, 0) 0%, #D02A5C 100%);
  border-radius: 5px;
  width: 100%;
  z-index: -1;
}

.doctors .item:after {
  width: 40px;
  height: 40px;
  content: "";
  position: absolute;
  bottom: 25px;
  right: 0;
  background: #FFFFFF url(../img/post-arr.svg) 50% no-repeat;
  border: 1px solid #D02A5C;
  border-radius: 50%;
  transition: 0.3s ease;
  opacity: 0;
}

.doctors .item:hover:after {
  transform: translateX(50%);
  opacity: 1;
}

.doctors .item__photo {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 413px;
  left: 0;
  z-index: -2;
  overflow: hidden;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.doctors .item__name,
.doctors .item__prof {
  color: #fff;
}

.doctors .item__name {
  text-transform: none;
  margin-bottom: 3px;
}

.doctors .item__prof {
  font-size: 16px;
}

/* SINGLE DOCTOR */

.single-doctor {
  background: #fff;
}

.single-doctor .heading {
  background: transparent;
}

.single-doctor .heading__image {
  background: 0 0 no-repeat;
  background-size: contain;
}

.single-doctor .heading__image:after {
  height: 100%;
  width: calc(100% - 190px);
  background: url(../img/single-doctor__pattern.jpg);
  left: auto;
  right: 0;
  z-index: -1;
}

.doctor {
  background: #F7F7F7;
  padding-top: 40px;
  padding-bottom: 100px;
}

.doctor__info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.doctor__info_title {
  max-width: 250px;
  padding-top: 50px;
}

.doctor__info_content {
  width: 100%;
  max-width: 820px;
  padding: 60px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.doctor__info_content ul {
  list-style: disc;
  padding-left: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.doctor__info_content ul li {
  margin-bottom: 25px;
  max-width: 370px;
  width: 100%;
}

.doctor__info_content h4 {
  margin-bottom: 20px;
}

.doctor .certificates {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: none;
  padding-bottom: 0;
}

.doctor .certificates .slick-slide {
  margin: 0 5px;
}

.doctor .certificates .slick-slide img {
  width: 100%;
}

.doctor .certificates .slick-prev,
.doctor .certificates .slick-next {
  top: 30px;
}

/* PAGE BLOG */

section.blog {
  padding: 100px 0;
}

.blog__posts {
  display: flex;
  flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px;
}

.blog__btn {
  margin: 0 auto;
  margin-top: 30px;
  max-width: 380px;
  justify-content: space-between;
  padding-right: 13px;
}

.post {
  width: 100%;
  max-width: 380px;
  height: 360px;
  position: relative;
  border-radius: 5px;
  padding: 25px;
  margin: 0 25px;
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.post:after {
  width: 40px;
  height: 40px;
  content: "";
  position: absolute;
  bottom: 25px;
  right: 0;
  background: #FFFFFF url(../img/post-arr.svg) 50% no-repeat;
  border: 1px solid #D02A5C;
  border-radius: 50%;
  transition: 0.3s ease;
  opacity: 0;
}

.post__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  border-radius: 5px;
}

.post__image:before {
  content: '';
  position: absolute;
  background: linear-gradient(180deg, rgba(208, 42, 92, 0) 0%, #D02A5C 100%);
  border-radius: 5px;
  width: 100%;
  height: 100%;
  max-height: 180px;
  bottom: 0;
  left: 0;
  transition: 0.3s ease;
}

.post__title {
  color: #FFFFFF;
  position: relative;
}

.post:hover:after {
  transform: translateX(50%);
  opacity: 1;
}

.post:hover .post__image:before {
  max-height: 100%;
}

/* SINGLE POST */

.single-post {
  padding-bottom: 60px;
}

.single-post__container {
  z-index: 1;
  position: relative;
}

.single-post__breadcrumbs {
  padding: 40px 0;
}

.single-post__header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 120px;
}

.single-post__header_image {
  width: 100%;
  max-width: 620px;
  background-size: cover;
}

.single-post__header_content {
  max-width: 530px;
  width: 100%;
}

.single-post__title {
  padding-bottom: 50px;
  margin-bottom: 50px;
  position: relative;
}

.single-post__title:before {
  content: '';
  background: #fff;
  width: 5000px;
  height: 1000px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.single-post__excerpt {
  max-width: 500px;
  font-size: 21px;
  line-height: 27px;
}

.single-post__excerpt p {
  margin-bottom: 30px;
}

.single-post__excerpt p:last-child {
  margin-bottom: 0;
}

.single-post__body {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  font-size: 21px;
  line-height: 130%;
  margin-bottom: 120px;
}

.single-post__body h2 {
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 30px;
}

.single-post__body p {
  margin-bottom: 30px;
}

.single-post__body b,
.single-post__body strong {
  font-weight: 700;
}

.single-post__body ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.single-post__body ul li {
  width: 100%;
  max-width: 400px;
  padding-left: 16px;
  position: relative;
  margin-bottom: 20px;
}

.single-post__body ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #D02A5C;
}

.single-post__footer_title {
  margin-bottom: 30px;
}

.single-post__footer_posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -25px;
  margin-right: -25px;
}

/* PAGE CONTACTS */

.contacts {
  padding-top: 100px;
}

.contacts__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

.contacts__map {
  height: 385px;
}

.contacts .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 50%;
  margin-bottom: 70px;
}

.contacts .item__content {
  text-transform: uppercase;
  font-weight: 600;
  color: #282425;
}

.contacts .item__content span {
  min-width: 100px;
  display: inline-block;
  color: #D02A5C;
}

.contacts .item__icon {
  width: 85px;
  height: 85px;
  background: #D02A5C;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-right: 45px;
}

/* PAGE PRICES */

.prices {
  padding: 100px 0;
}

.prices__items {
  background: #FFFFFF;
  border: 1px solid #D02A5C;
  box-sizing: border-box;
  border-radius: 5px;
}

.prices .item:last-child .item__header {
  border: none;
}

.prices .item.active .item__list {
  max-height: 1000px;
  padding: 35px 0;
}

.prices .item.active .item__toggle_out {
  display: none;
}

.prices .item.active .item__toggle_in {
  display: block;
}

.prices .item.active .item__toggle_arr {
  transform: rotate(180deg);
}

.prices .item__header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 25px 40px;
  background: #D02A5C;
  border-bottom: 1px solid #fff;
  cursor: pointer;
}

.prices .item__title {
  font-weight: 600;
  font-size: 21px;
  line-height: 140%;
  text-transform: uppercase;
  color: #fff;
}

.prices .item__toggle {
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.prices .item__toggle_in {
  display: none;
}

.prices .item__toggle_arr {
  width: 23px;
  height: 23px;
  background: url(../img/toggle-arr.svg) 50% no-repeat;
  margin-left: 10px;
  transition: 0.3s ease;
  transform-origin: 50% 50%;
}

.prices .item__list {
  background: #FFFFFF;
  padding: 0;
  overflow: hidden;
  position: relative;
  transition: 0.3s ease;
  max-height: 0;
}

.prices .item__list:before {
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  right: 320px;
  width: 1px;
  background: #D02A5C;
}

.prices .item__list li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 21px;
  line-height: 27px;
  margin-bottom: 15px;
}

.prices .item__list li:last-child {
  margin-bottom: 0;
}

.prices .item__name {
  max-width: 800px;
  padding-left: 40px;
}

.prices .item__value {
  max-width: 320px;
  width: 100%;
  padding-left: 100px;
  position: relative;
}

/* PAGE SUCCESS */

.success {
  min-height: 650px;
  padding-top: 100px;
  text-align: center;
  background: 60% 230px no-repeat;
}

.success__title {
  margin-bottom: 30px;
}

.success__text {
  margin-bottom: 50px;
}

.success__btn {
  margin: 0 auto;
}

/* PAGE 404 */

.sec404 {
  text-align: center;
}

.sec404__title {
  color: #D02A5C;
  margin-bottom: 10px;
}

.sec404__text {
  margin-bottom: 50px;
}

.sec404__btn {
  margin: 0 auto;
  margin-bottom: 100px;
}

.sec404__posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -25px;
  margin-right: -25px;
}

.sec404__info {
  background: #FFFFFF;
  border-radius: 5px;
  max-width: 380px;
  margin-bottom: 60px;
  width: 100%;
  text-align: left;
  padding: 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}

.sec404__info_title {
  font-weight: 600;
  font-size: 36px;
  line-height: 140%;
  text-transform: uppercase;
  color: #282425;
  margin-top: 30px;
}

/* SINGLE SERVICE */

.single-service {
  padding-top: 100px;
  padding-bottom: 60px;
}

.single-service__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.single-service__body {
  width: 100%;
  max-width: 820px;
}

.single-service__content {
  font-size: 21px;
  line-height: 130%;
  padding-bottom: 100px;
}

.single-service__content h2 {
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 30px;
}

.single-service__content p {
  margin-bottom: 30px;
}

.single-service__content b,
.single-service__content strong {
  font-weight: 700;
}

.single-service__content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.single-service__content ul li {
  width: 100%;
  max-width: 400px;
  padding-left: 16px;
  position: relative;
  margin-bottom: 20px;
}

.single-service__content ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #D02A5C;
}

.single-service__doctors {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 100px;
}

.single-service__doctors_title {
  max-width: 210px;
}

.single-service__doctors_slider {
  max-width: 600px;
  width: 100%;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -30px;
}

.single-service__doctors_slider .slick-slide {
  margin: 0 15px;
}

.single-service__doctors_slider .slick-list {
  padding-top: 30px;
}

.single-service__doctors .item {
  background-size: cover;
  position: relative;
  width: 283px;
  height: 377px;
  border-radius: 5px;
  padding: 17px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex !important;
  flex-direction: column;
  z-index: 1;
}

.single-service__doctors .item:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 220px;
  background: linear-gradient(180deg, rgba(208, 42, 92, 0) 0%, #D02A5C 100%);
  border-radius: 5px;
  width: 100%;
  z-index: -1;
}

.single-service__doctors .item__photo {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 413px;
  left: 0;
  z-index: -2;
  overflow: hidden;
  background-size: auto 100%;
  background-position: 50% 0;
}

.single-service__doctors .item__name,
.single-service__doctors .item__prof {
  color: #fff;
}

.single-service__doctors .item__name {
  text-transform: none;
  margin-bottom: 3px;
}

.single-service__doctors .item__prof {
  font-size: 16px;
}

.single-service__reviews {
  padding: 70px 0;
  padding-right: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 100px;
  position: relative;
}

.single-service__reviews:before {
  width: 2000px;
  height: 100%;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  background: #FFFFFF;
  border-radius: 5px;
  z-index: -1;
}

.single-service__reviews_title {
  max-width: 210px;
}

.single-service__reviews_slider {
  max-width: 530px;
  margin-left: -30px;
  width: 100%;
}

.single-service__reviews_slider .slick-slide {
  margin-left: 30px;
}

.single-service__reviews_slider .slick-prev,
.single-service__reviews_slider .slick-next {
  margin-left: 15px;
}

.single-service__reviews .item {
  /* height: 275px; */
  background: #F7F7F7;
  border-radius: 5px;
  padding: 50px;
}

.single-service__reviews .item__author {
  position: relative;
  margin-bottom: 20px;
}

.single-service__reviews .item__author_photo {
  border: 1px solid #212121;
  box-sizing: border-box;
  border-radius: 42px;
  position: absolute;
  width: 60px;
  height: 60px;
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
  background-size: cover;
  background-position: 50%;
}


.single-service__reviews .item__text {
  height: 140px;
  overflow-y: scroll;
}

.single-service__reviews .item__text::-webkit-scrollbar {
  width: 3px;
}
.single-service__reviews .item__text::-webkit-scrollbar-track {
  background: #C4C4C4;
}

.single-service__reviews .item__text::-webkit-scrollbar-thumb {
  background: #D02A5C;
  border-radius: 3px;
}


.single-service__prices_title {
  margin-bottom: 36px;
}

.single-service__prices_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.single-service__prices .item {
  width: 100%;
  max-width: 390px;
  margin-bottom: 40px;
  padding: 30px;
  background: #FFFFFF;
  border-radius: 5px;
  min-height: 160px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
}

.single-service__prices .item__name {
  font-size: 21px;
  line-height: 27px;
  color: #282425;
}

.single-service__prices .item__price {
  font-size: 16px;
  color: #D02A5C;
}

.single-service__nav {
  background: #FFFFFF;
  border-radius: 5px;
  padding: 25px 20px;
  width: 100%;
  max-width: 300px;
}

.single-service__nav_title {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  text-transform: uppercase;
  color: black;
}

.single-service__nav_list {
  display: flex;
  flex-wrap: wrap;
}

.single-service__nav_link {
  display: inline-flex;
  margin-right: 10px;
  background: #EFF1F9;
  border-radius: 38px;
  padding: 8px 20px;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 13px;
  line-height: 17px;
  color: #B2B6CC;
  text-transform: uppercase;
  transition: 0.3s ease;
}

.single-service__nav_link:hover {
  color: #fff;
  background: #94ACD9;
}

/* PAGE ABOUT */

.about-info1 {
  padding: 100px 0;
  position: relative;
  padding-bottom: 40px;
}

.about-info1:after {
  position: absolute;
  content: '';
  height: 50%;
  bottom: 0;
  width: 100%;
  background: #fff;
  z-index: -1;
}

.about-info1 .wpe {
  font-size: 21px;
  line-height: 130%;
}

.about-info1 .wpe p {
  margin-bottom: 30px;
}

.about-info1 .wpe p:last-child {
  margin-bottom: 0;
}

.about-info1__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about-info1__col {
  width: 100%;
  max-width: 530px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
}

.about-info1__title {
  margin-bottom: 75px;
}

.about-info1__image {
  background-size:cover;
  height: 740px;
  border-radius: 5px;
  /* margin-bottom: 100px; */
}

.about-info1__block_text {
  font-size: 28px;
  line-height: 36px;
  color: #D02A5C;
  margin-bottom: 70px;
}

.about-info1__block_images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.about-info1__block_images .image {
  width: 166px;
  height: 166px;
  background-size: cover;
  border-radius: 5px;
}

.about-info2 {
  padding: 100px 0;
  padding-top: 40px;
}

.about-info2__title {
  margin-bottom: 30px;
}

.about-info2__texts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about-info2__text {
  max-width: 530px;
}

.about-info2__block {
  margin: 100px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about-info2__block_image {
  max-width: 305px;
  width: 100%;
  background-size: cover;
  min-height: 400px;
  border-radius: 5px;
}

.about-info2__block_texts {
  max-width: 530px;
  background: #D02A5C;
  border-radius: 5px;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  flex-direction: column;
}

.about-info2__block_text {
  color: #fff;
  font-size: 24px;
  line-height: 130%;
}

.about-info2__block_citate {
  font-size: 21px;
  line-height: 130%;
  padding-left: 30px;
  color: #fff;
  border-left: 2px solid #fff;
}

.about-info2__images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 80px;
}

.about-info2 .image {
  width: 100%;
  max-width: 450px;
  height: 315px;
  background-position: 50%;
  background-size: cover;
}

.about-info2 .image-2 {
  max-width: 277px;
}

.about-images {
  display: flex;
  flex-wrap: wrap;
}

.about-images__image1 {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #D02A5C;
  position: relative;
}

.about-images__image1:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 280px;
  background: url(../img/heading__pattern.png) 0 0 repeat;
  opacity: 0.2;
}

.about-images__image1 .image {
  width: 315px;
  height: 360px;
  background-size: cover;
  border-radius: 5px;
}

.about-images__image2 {
  width: 50%;
  height: 570px;
  background-size: cover;
}

.about-images__text {
  color: #fff;
  width: 320px;
  padding: 20px 0;
}


.about-info3 {
  padding: 100px 0;
  position: relative;
}

.about-info3:after {
  position: absolute;
  content: '';
  height: 50%;
  bottom: 0;
  width: 100%;
  background: #fff;
  z-index: -1;
}

.about-info3__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about-info3__col {
  width: 100%;
  max-width: 530px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
}

.about-info3__title {
  margin-bottom: 30px;
  width: 100%;
}

.about-info3__image {
  height: 530px;
  border-radius: 5px;
  margin-top: 50px;
}

.about-info3 .text3 {
  margin-bottom: 100px;
}

.about-doctors {
  padding-top: 100px;
  padding-bottom: 50px;
}

.about-doctors__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about-doctors .row {
  max-width: 530px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.about-doctors__title {
  max-width: 530px;
  width: 100%;
  margin-bottom: 10px;
}

.about-doctors__subtitle {
  margin-top: auto;
}


.about-doctors__text {
  width: 100%;
  max-width: 530px;
}

.about-doctors__slider {
  margin-top: 100px;
  width: 100%;
  margin-left: -15px;
  margin-right: -15px;
}

.about-doctors__slider .slick-slide {
  margin: 0 15px;
}

.about-doctors__slider .slick-list {
  padding-top: 30px;
}

.about-doctors .item {
  background-size: cover;
  position: relative;
  width: 283px;
  height: 377px;
  border-radius: 5px;
  padding: 17px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex !important;
  flex-direction: column;
  z-index: 1;
}

.about-doctors .item:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 220px;
  background: linear-gradient(180deg, rgba(208, 42, 92, 0) 0%, #D02A5C 100%);
  border-radius: 5px;
  width: 100%;
  z-index: -1;
}

.about-doctors .item__photo {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 413px;
  left: 0;
  z-index: -2;
  overflow: hidden;
  background-size: auto 100%;
  background-position: 50% 0;
}

.about-doctors .item__name,
.about-doctors .item__prof {
  color: #fff;
}

.about-doctors .item__name {
  text-transform: none;
  margin-bottom: 3px;
}

.about-doctors .item__prof {
  font-size: 16px;
}

.about-treatment {
  padding-top: 50px;
  padding-bottom: 100px;
}

.about-treatment__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about-treatment__title {
  width: 100%;
  margin-bottom: 30px;
}

.about-treatment__text {
  max-width: 530px;
  width: 100%;
}

.about-implants {
  padding: 100px 0;
  position: relative;
}

.about-implants__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.about-implants__bg {
  position: absolute;
  width: 50%;
  left: 50%;
  top: 0;
  height: 100%;
  background-size: cover;
  background-position: 50%;
  z-index: -1;
}

.about-implants__text {
  font-size: 24px;
  line-height: 31px;
  color: #282425;
  max-width: 445px;
  margin-right: 80px;
}

.about-implants__image {
  width: 290px;
  height: 345px;
  background-size: cover;
  border-radius: 5px;
}

.about-orto {
  padding: 80px 0;
  background-color: #fff;
}

.about-orto__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.about-orto__title {
  width: 100%;
  margin-bottom: 30px;
}

.about-orto__image {
  max-width: 620px;
  width: 100%;
  background: 50% 50%;
  height: 410px;
  background-size: cover;
  /* margin-bottom: 70px; */
  border-radius: 5px;
}

.about-orto__content {
  max-width: 500px;
  width: 100%;
}

/* .about-orto__text {
  margin-bottom: 100px;
} */

.about-orto__text {
  font-size: 28px;
  line-height: 130%;
  color: #D02A5C;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}

.about-orto__text ul {
  list-style-type: disc;
  padding-left: 20px;
}

/* .about-orto__text2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 3000px;
  background: #fff;
  transform: translateX(-50%);
  z-index: -1;
  height: 100%;
} */

.about-results {
  padding: 100px 0;
}

.about-results__block {
  width: 100%;
  max-width: 950px;
  border: 1px solid #D02A5C;
  border-radius: 5px;
  margin: 0 auto;
  padding: 0 110px;
  padding-top: 50px;
  padding-bottom: 40px;
  text-align: center;
  position: relative;
}

.about-results__block_text {
  font-size: 26px;
  color: #D02A5C;
  line-height: 120%;
}

.about-results__block_icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #D02A5C;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}

.about-team {
  padding-top: 386px;
  padding-bottom: 40px;
  background-size: cover;
  position: relative;
}

.about-team:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 306px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(40, 36, 37, 0.8) 100%);
  width: 100%;
}

.about-team__text {
  max-width: 530px;
  color: #fff;
  position: relative;
}

.mdc-about {
  padding-top: 100px;
  padding-bottom: 40px;
}

.mdc-about__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.mdc-about__title {
  width: 100%;
  margin-bottom: 75px;
  display: none;
}

.mdc-about__image {
  width: 100%;
  max-width: 530px;
  background-size: cover;
  border-radius: 5px;
}

.mdc-about__content {
  width: 100%;
  max-width: 530px;
}

.mdc-about__for {
  margin-top: 50px;
  padding-top: 50px;
  position: relative;
}

.mdc-about__for:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 3000px;
  transform: translateX(-50%);
  background: #fff;
  z-index: -1;
  height: calc(100% + 50px);
}

.mdc-about__for_title {
  font-weight: 600;
  font-size: 30px;
  line-height: 120%;
  color: #282425;
  margin-bottom: 50px;
}

.mdc-about__for .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px;
}

.mdc-about__for .item:last-child {
  margin-bottom: 0;
}

.mdc-about__for .item__icon {
  width: 72px;
  height: 72px;
  background: #D02A5C;
  border-radius: 50%;
  margin-right: 26px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.mdc-about__for .item__text {
  color: #282425;
}

.mdc-info {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mdc-info__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.mdc-info__text {
  max-width: 530px;
  width: 100%;
}

.mdc-info__block {
  width: 100%;
  margin-top: 50px;
  padding: 60px;
  background: #fff;
  border-radius: 5px;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.mdc-info__content {
  width: 100%;
  max-width: 485px;
}

.mdc-info__block_tag {
  margin-bottom: 30px;
}

.mdc-info__block_text {
  max-width: 485px;
  color: #282425;
}

.mdc-info__block_video {
  /* position: absolute; */
  width: 100%;
  max-width: 464px;
  background-position: 50%;
  /* height: 460px; */
  border-radius: 5px;
  background-size: cover;
  /* bottom: 60px; */
  position: relative;
  /* left: 705px; */
}

.mdc-info__block_video:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(40, 36, 37, 0.8) 100%);
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.mdc-info__block_video .play {
  width: 180px;
  text-align: center;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}

.mdc-info__block_video .play__text {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
}

.mdc-for {
  padding-top: 50px;
  padding-bottom: 100px;
}

.mdc-for__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.mdc-for__title {
  width: 100%;
  margin-bottom: 30px;
}

.mdc-for__text {
  max-width: 530px;
  width: 100%;
}

.mdc-for__images {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  margin-top: 80px;
}

.mdc-for .image {
  height: 430px;
  width: 100%;
  background-size: cover;
  max-width: 320px;
}

.mdc-for .image-2 {
  max-width: 540px;
}




.mdc-love {
  background-size: cover;
  background-position: 50% 50%;
  padding: 50px 0;
}

.mdc-love__block {
  width: 100%;
  max-width: 480px;
  background: #D02A5C;
  border-radius: 5px;
  color: #fff;
  padding: 35px;
  height: 440px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.mdc-love .tag__text {
  color: #fff;
}

.mdc-love__text {
  margin-top: 40px;
  font-size: 24px;
  line-height: 31px;
  max-width: 340px;
}

.mdc-love__citate {
  margin-top: auto;
  max-width: 320px;
  border-left: 3px solid #FFFFFF;
  padding-left: 20px;
  font-weight: 600;
  font-size: 24px;
  line-height: 31px;
}

.footer {
  padding: 75px 0;
  background: #fff;
  color: #282425;
}

.footer__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer__block {
  max-width: 350px;
}

.footer__block.b1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.footer__logo img {
  display: block;
}

.footer__copy {
  font-size: 14px;
  line-height: 18px;
  color: #D02A5C;
  max-width: 150px;
  margin-left: 60px;
}

.footer__text {
  margin-top: 50px;
  color: #282425;
  margin-bottom: 60px;
}

.footer__menu a {
  color: #707070;
}

.footer__social {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.footer__social_link {
  margin-right: 30px;
}

.footer__social_link:last-child {
  margin-right: 0;
}

.footer__social_link img {
  width: 50px;
}

.footer__worktime {
  margin-bottom: 50px;
}

.footer__worktime p em {
  width: 100px;
  display: inline-block;
}

.footer__contacts a {
  text-decoration: none;
  color: #282425;
  transition: 0.3s ease;

}

.footer__contacts a:hover {
  color: #D02A5C;
}

.modal-overlay {
  display: none;
  padding-top: 1px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  overflow: auto;
  align-items: center;
  justify-content: center;
  padding-top: 60px;
}

.modal-overlay .modal-content {
  margin-bottom: 0px;
  border-radius: 4px;
}

.modal-overlay .close-button {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 10px;
  right: 10px;
  cursor: pointer;
  transition: 0.2s linear;
}

.modal-overlay .close-button:before {
  background: #fff;
  content: '';
  height: 50px;
  width: 2px;
  display: block;
  transform: translateX(25px) rotate(-45deg);
}

.modal-overlay .close-button:after {
  background: #fff;
  content: '';
  margin-top: -50px;
  height: 50px;
  width: 2px;
  display: block;
  transform: translateX(25px) rotate(45deg);
  transition: 0.2s linear;
}

#modal-video .modal-content {
  height: auto;
  width: 100%;
}

#modal-video .video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

#modal-video .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-form-overlay .modal-content {
  background: #FFFFFF;
  border-radius: 5px;
  width: 100%;
  max-width: 585px;
}

.slick-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: black;
  transition: opacity 0.5s ease;
}

.slick-lightbox .slick-loading .slick-list {
  background: transparent;
}

.slick-lightbox .slick-prev {
  left: 15px;
}

.slick-lightbox .slick-next {
  right: 15px;
}

.slick-lightbox-hide {
  opacity: 0;
}

.slick-lightbox-hide.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.slick-lightbox-hide-init {
  position: absolute;
  top: -9999px;
  opacity: 0;
}

.slick-lightbox-hide-init.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.slick-lightbox-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slick-lightbox-slick-item {
  text-align: center;
  overflow: hidden;
}

.slick-lightbox-slick-item:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  display: block;
  text-align: center;
}

.slick-lightbox-slick-item-inner {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%;
}

.slick-lightbox-slick-img {
  margin: 0 auto;
  display: block;
  max-width: 90%;
  max-height: 90%;
}

.slick-lightbox-slick-caption {
  margin: 10px 0 0;
  color: white;
}

.slick-lightbox-close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
}

.slick-lightbox-close:focus {
  outline: none;
}

.slick-lightbox-close:before {
  font: 20px/1 "slick";
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '×';
}

.page-mdc .instagram {
  padding: 50px 0;
}

/* #about-info2, */
#about-info3,
#about-treatment,
#about-implants,
#about-team {
  display: none;
}

.about-info3__col.col2 {
  display: none;
}

.about-info1:after {
  display: none;
}


/* .lang-item-en {
  display: none;
} */

/* #instagram {
  display: none;
} */


/* 09-02-2023 - Выпадающий список меню третьего уровня */
.menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu {
    display: block;
	background-color: #fafafa;
    position: static;
    width: 100%;
    padding: 0;
    height: 0;
}

.menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu li {
    display: flex;
    margin-bottom: 0;
    padding: 5px 10px;
    width: 100%;
}
.menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu li:first-child {
	padding-top: 8px;
}
.menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu li:last-child {
    padding-bottom: 10px;
}

.menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu li a {
	text-transform: none;
    font-size: 13px;
    line-height: 100%;
    color: #AFAFAF;
}

.menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu li a:hover {
	color: #D02A5C;
}

.header__menu .menu-item-has-children > .sub-menu .menu-item-has-children {
	background-image: none;
}

/* Кнопочка с птичкой */
.menu-item-drop-btn {
	display: block;
    height: 20px;
    width: 20px;
    background: green;
    position: absolute;
    top: 3px;
    left: 80%;
    cursor: pointer;
    background: url(../img/arr-down.svg) center / 10px no-repeat;
    transition: transform 0.3s ease 0s;
}

.menu-item-drop-btn.active {
	transform: rotate(180deg);
}

/* END 09-02-2023 - Выпадающий список меню третьего уровня  #D02A5C*/