@font-face {
    font-family: 'ProximaNova-Semibold';
    src: local('ProximaNova-Semibold'), url(/public/fonts/ProximaNova-Semibold.woff) format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'ProximaNovaLight';
    src: local('ProximaNova-LightCondensed'), url(/public/fonts/aee5e23445ebb8aaca3747470069d3a9.woff) format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'ProximaNovaLightItalic';
    src: local('ProximaNova-LightCondensedItali'), url(/public/fonts/917d397131b6b3cd0f5da47c5dc1ba98.woff) format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'ProximaNovaLight';
    src: local('ProximaNova-Light'), url(/public/fonts/618eab4981d4d3d04cd3da818dfb0d01.woff) format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'ProximaNovaLightItalic';
    src: local('ProximaNova-LightItalic'), url(/public/fonts/5c6f11c654dec181224fec03c84fe4b4.woff) format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'AngleciaProTitleLight';
    src: local('AngleciaProTitle-Light'), url(/public/fonts/fc5a26b7417dcd9c32a0f256417a9dbf.woff) format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'AngleciaProTitleLightItalic';
    src: local('AngleciaProTitle-LightItalic'), url(/public/fonts/1a2ffbc6109e62f28f783ab54672306d.woff) format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'AngleciaProTitle';
    src: local('AngleciaProTitle'), url(/public/fonts/fe8eff08c5d943260c94b94de84af56e.woff) format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'AngleciaProTitleItalic';
    src: local('AngleciaProTitle-Italic'), url(/public/fonts/f8cce618a63f98f14b5f2b72c6529b12.woff) format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'AngleciaProTitleMedium';
    src: local('AngleciaProTitle-Medium'), url(/public/fonts/64a0c8b47665ad785dd4ed24cb4bf35f.woff) format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'AngleciaProTitleMediumItalic';
    src: local('AngleciaProTitle-MediumItalic'), url(/public/fonts/798899cda8d901039f25f9482e01bc88.woff) format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'AngleciaProTitleSemiBold';
    src: local('AngleciaProTitle-SemiBold'), url(/public/fonts/dd3fc1937f35aebd39d2ffd9ee6dc954.woff) format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'AngleciaProTitleSemiBoldItalic';
    src: local('AngleciaProTitle-SemiBoldItalic'), url(/public/fonts/0f0c3590dc854907ce1787112fbcca7e.woff) format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'AngleciaProTitleBold';
    src: local('AngleciaProTitle-Bold'), url(/public/fonts/e4e4c7369cd1aa175383301695fc898f.woff) format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'AngleciaProTitleBoldItalic';
    src: local('AngleciaProTitle-BoldItalic'), url(/public/fonts/16a346bbf09b9d573b6b19ec57d590b0.woff) format('woff');
    font-display: swap;
}:root {
  --gray-primary-color: #5E5E5E;
  --gray-muted-color: #757575;

  --red-primary-color: #FF2121;
  --blue-primary-color: #001D66;
}

.mfp-hide {
  display: none;
}

body {
  background: #FFFFFF !important;
  font-size: 18px;
  color: #000000;
  font-family: 'ProximaNovaLight'
}

.inner {
  margin: auto;
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}



.page.overlay::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.25);
}

.main {
  flex-grow: 1;
}

footer {
  flex-shrink: 0;
}

.header-row {
  display: flex;
  align-items: center;
  margin-left: -16px;
  margin-right: -16px;
}

.header-col {
  padding-left: 16px;
  padding-right: 16px;
}

.header-socials {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 5px
}

.header-socials .socials-item {
  display: block;
  width: 19px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: top center;
}

.header-socials .socials-instagram {
  background-image: url(/public/icons/inst.png);
}

.header-socials .socials-instagram:hover {
  background-position: bottom center;
}

.header-socials .socials-wp {
  background-image: url(/public/icons/wp.png);
  background-size: contain;
  transition: .25s ease-in-out all;
}

.header-socials .socials-wp:hover {
  opacity: .8;
}

.header-content {
  padding-top: 10px;
  padding-bottom: 18px;
}

.header-menu {
  margin-left: auto;
}

.header-menu .menu-item > a {
  color: var(--gray-primary-color);
  display: block;
  position: relative;
}

.header-menu .menu-item-has-children {
  position: relative;
}

.header-menu .menu-item-has-children .sub-menu {
  position: absolute;
  top: 78px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #828282;
  background-color: #FFFFFF;
  border-radius: 24px;
  width: 400px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 76px;
  padding-bottom: 76px;
  display: none;
  z-index: 99;
}

.header-menu .menu-item-has-children:hover .sub-menu {
  display: flex;
}

/* .header-menu .menu-item-has-children .sub-menu:hover {
 display: flex;
} */

.header-menu .menu-item-has-children .sub-menu::before {
  content: '';
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  border-left: 1px solid #828282;
  border-top: 1px solid #828282;
  width: 24px;
  height: 24px;
  background-color: #FFFFFF;
}

.header-menu .menu-item-has-children .sub-menu .menu-item {
  padding: 0;
  display: inline-block;
  width: 100%;
  max-width: 255px;
  margin-bottom: 24px;
}

.header-menu .menu-item-has-children .sub-menu .menu-item:last-of-type {
  margin-bottom: 0;
}

.header-menu .menu-item-has-children .sub-menu .menu-item > a {
  position: relative;
  padding-left: 16px;
}

.header-menu .menu-item-has-children .sub-menu .menu-item > a::before {
  display: block;
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #A4A4A4;
}

.header-menu .menu-item-has-children .sub-menu .menu-item > a:hover {
  text-decoration: underline;
}

.header-menu .menu-item-has-children .sub-menu .menu-item > a:hover::after {
  display: none;
}

.header-menu .menu {
  display: flex;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
}

.header-menu .menu .menu-item {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.header-menu .menu-item-has-children .sub-menu .current-menu-item > a,
.header-menu .current-menu-parent > a,
.header-menu .menu-item > a:hover {
  color: #010101;
}

.header-menu .current-menu-parent > a::after,
.header-menu .menu-item > a:hover::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background-color: #B9B9B9;
  height: 1px;
}

.header-registration {
  font-family: 'AngleciaProTitleSemiBoldItalic';
}

.header-registration > a {
  display: block;
  font-size: 19px;
  color: #000000;
  border: 3px solid var(--red-primary-color);
  border-radius: 24px;
  text-align: center;
  padding: 8px;
  width: 192px;
  transition: all .15s linear;
}

.header-registration > a:hover {
  color: #FFFFFF;
  background-color: var(--red-primary-color);
}

.header-contacts .address {
  color: var(--gray-muted-color);
  position: relative;
  padding-left: 20px;
  margin-top: 4px;
}

.header-contacts .address::after {
  position: absolute;
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(/public/icons/marker.png);
  background-repeat: no-repeat;
  background-position: center;
}

.header-contacts .phone,
.footer-contacts .phone {
  font-family: 'AngleciaProTitleBold';
  font-size: 26px;
}

.header-burger {
  display: none;
}

.footer-contacts .phone {
  margin-top: 4px;
}

.footer-wrapper {
  background-color: #F2F2F2;
}

.footer-content {
  padding-top: 86px;
  padding-bottom: 86px;
}

.footer-copy {
  font-size: 16px;
  color: var(--gray-muted-color);
  margin-top: 4px;
}

.footer-registration {
  font-family: 'AngleciaProTitleSemiBoldItalic';
  margin-top: 26px;
}

.footer-registration > a {
  display: block;
  font-size: 19px;
  color: #FFFFFF;
  border: 3px solid var(--red-primary-color);
  border-radius: 24px;
  text-align: center;
  padding: 8px;
  width: 192px;
  background-color: var(--red-primary-color);
  transition: all .25s ease;
}

.footer-registration > a:hover {
  background-color: var(--blue-primary-color);
  border-color: var(--blue-primary-color);
}

.footer-contacts .hours {
  color: var(--gray-muted-color);
  position: relative;
  padding-left: 20px;
  font-size: 17px;
  margin-top: 8px;
}

.footer-contacts .hours::after {
  position: absolute;
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(/public/icons/time.png);
  background-repeat: no-repeat;
  background-position: center;
}

.footer-info {
  color: var(--gray-muted-color);
}

.footer-info-item {
  font-size: 17px;
  position: relative;
  padding-left: 26px;
}

.footer-info-item.metro {
  margin-top: 14px;
}

.footer-info-item::after {
  position: absolute;
  left: 0;
  top: 3px;
  width: 19px;
  height: 19px;
  display: block;
  content: '';
  background-repeat: no-repeat;
  background-position: center;
}

.footer-info-item.address::after {
  background-image: url(/public/icons/marker.png);
}

.footer-info-item.metro::after {
  background-image: url(/public/icons/metro.png);
}

.footer-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-left: -16px;
  margin-right: -16px;
}

.footer-col {
  padding-left: 16px;
  padding-right: 16px;
}

.footer-menu .menu {
  display: flex;
  flex-wrap: wrap;
}

.footer-menu .menu-item {
  font-size: 17px;
  width: 50%;
  margin: 4px 0;
}

.footer-menu .menu-item > a {
  color: var(--gray-primary-color);
  position: relative;
}

.footer-menu .menu-item > a:hover {
  color: #010101;
}

.footer-menu .menu-item > a:hover::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background-color: #B9B9B9;
  height: 1px;
}

.main-service-item {
  border-radius: 24px;
  border: 1px solid #DEDEDE;
  background-color: #FFFFFF;
  height: 100%;
  transition: all .4s ease;
  padding: 50px 16px 60px;
}

.main-service-item:hover {
  box-shadow: 0px 0px 46px rgba(21, 21, 21, 0.1);
  border-color: rgba(222, 222, 222, 0);
}

.main-service-item-inner {
  position: relative;
  height: 100%;
  max-width: 240px;
  margin: auto;
}

.main-service-item-main {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.main-service-item-footer {
  margin-top: auto;
}

.main-service-item-title {
  font-family: 'AngleciaProTitleSemiBold';
  font-size: 36px;
  text-align: center;
  line-height: 38px;
}

.main-service-item-caption {
  font-family: 'AngleciaProTitleLightItalic';
  color: var(--gray-muted-color);
  margin-top: 12px;
  text-align: center;
}

.main-service-item-feature {
  color: var(--gray-primary-color);
}

.main-service-item-content {
  margin: 18px 0 32px;
}

.main-service-item-content-value {
  position: relative;
  padding-left: 20px;
  margin: 2px 0;
}

.main-service-item-content-value::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/public/icons/check.png);
  width: 13px;
  height: 26px;
}

.main-service-item-feature {
  position: relative;
  padding-left: 37px;
  margin-bottom: 36px;
}

.main-service-item-feature::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/public/icons/gift.png);
  width: 17px;
  height: 26px;
}

.main-service-item-feature::after {
  content: '+';
  display: block;
  position: absolute;
  top: 0;
  left: 17px;
  width: 20px;
  text-align: center;
}

.main-service-item-feature > div {
  /* max-width: 160px; */
  max-width: 190px;
}

.main-service-item-price {
  font-family: 'AngleciaProTitleMediumItalic';
  color: var(--gray-primary-color);
  font-size: 24px;
  text-align: center;
}

.main-service-item-price > span {
  color: #000000;
  font-family: 'AngleciaProTitleSemiBold';
  font-size: 40px;
}

.main-service-item-clock {
  display: flex;
  justify-content: center;
}

.main-service-item-clock > span {
  position: relative;
  padding-left: 22px;
  color: var(--gray-muted-color);
}

.main-service-item-clock > span::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/public/icons/time.png);
  width: 14px;
  height: 26px;
}

.main-service-item-link {
  max-width: 220px;
  margin: 26px auto 22px;
}

.main-service-item-link > a {
  display: block;
  color: #FFFFFF;
  font-family: 'AngleciaProTitleBoldItalic';
  font-size: 20px;
  background-color: var(--blue-primary-color);
  transition: background-color .25s linear;
  text-align: center;
  border-radius: 24px;
  padding: 14px 4px;
}

.main-service-item-link > a:hover {
  background-color: var(--red-primary-color);
}

.main-services {
  margin: 70px 0;
}

.main-services-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.main-services-col {
  flex: 0 0 auto;
  width: 33.3333333333%;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  min-height: 610px;
}

.service-toggle-block.inactive {
  display: none;
}

.main-service-item-hit {
  position: absolute;
  top: -22px;
  right: 0;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  font-family: 'AngleciaProTitleBoldItalic';
  background-color: var(--red-primary-color);
  border-radius: 14px;
  width: 58px;
}

.banner {
  height: 510px;
}

.banner-bg {
  display: none;
  outline: none;
  background-image: url(/public/images/banner-bg3.webp);
}
.banner-bg:first-child {
  display: block;
}

.banner-inner {
  max-width: 1400px;
  margin: auto;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}
.banner-inner1 {
  background-image: url(/public/images/woman.webp), url(/public/images/man.webp);
  background-position: left center, right center;
}
.banner-inner2 {
  background-image: url(/public/images/woman2.webp);
  background-position: right center;
  background-size: auto;
}
.banner-inner3 {
  background-image: url(/public/images/woman33.webp);
  background-position: right bottom;
  background-size: auto;
}
.banner-inner4 {
  background-image: url(/public/images/banner-bg4.png);
  background-position: right 50px;
  background-size: auto;
}
.banner-inner5 {
  background-image: url(/public/images/woman2022.webp);
  background-position: right center;
  background-size: auto;
}
.banner-inner6 {
  background-image: url(/public/images/woman3.png);
  background-position: right bottom;
  background-size: auto;
}
.banner-inner7 {
  background-image: url(/public/images/woman-cosmet.png);
  background-position: right bottom;
  background-size: auto;
}
.banner-inner8 {
  background-image: url(/public/images/man.png);
  background-position: right bottom;
  background-size: auto;
}
.banner-inner9 {
  background-image: url(/public/images/woman2023.png);
  background-position: right bottom;
  background-size: auto;
}
.banner-inner10 {
  background-image: url(/wp-content/uploads/2025/08/bbl-result.png);
  background-position: right bottom;
  background-size: auto;
}
.banner-inner2 .banner-content {
  align-items: flex-start;
}
.banner-inner2 .banner-caption {
  margin-top: 15px;
}
.banner-inner2 .banner-title {
  font-size: 80px;
  margin: 0;
}
.banner-inner3 .banner-content {
  align-items: flex-start;
}
.banner-inner3 .banner-caption {
  margin-top: 15px;
}
.banner-inner3 .banner-title {
  font-size: 80px;
  margin: 0;
}
.banner-inner3 .banner-content {
  background-image: none;
}
.banner-inner5 .banner-content {
  align-items: flex-start;
}
.banner-inner5 .banner-caption {
  margin-top: 15px;
}
.banner-inner5 .banner-title {
  font-size: 80px;
  margin: 0;
}
.banner-inner6 .banner-content {
  align-items: flex-start;
}
.banner-inner6 .banner-caption {
  margin-top: 15px;
}
.banner-inner6 .banner-title {
  font-size: 80px;
  margin: 0;
}
.banner-inner9 .banner-content {
  align-items: flex-start;
}
.banner-inner9 .banner-caption {
  margin-top: 15px;
}
.banner-inner9 .banner-title {
  font-size: 80px;
  margin: 0;
}
.banner-inner10 .banner-content {
  align-items: flex-start;
}
.banner-inner10 .banner-caption {
  margin-top: 15px;
}
.banner-inner10 .banner-title {
  font-size: 80px;
  margin: 0;
}
.banner-inner7 .banner-content {
  align-items: flex-start;
}
.banner-inner7 .banner-caption {
  margin-top: 15px;
}
.banner-inner7 .banner-title {
  font-size: 80px;
  margin: 0;
}
.banner-inner8 .banner-content {
  background-image: none;
}
.banner-inner8 .banner-content {
  align-items: flex-start;
}
.banner-inner8 .banner-caption {
  margin-top: 15px;
}
.banner-inner8 .banner-title {
  font-size: 80px;
  margin: 0;
}
.banner-inner7 .banner-content {
  background-image: none;
}
.banner-inner10 .banner-content {
  background-image: none;
}
.banner-date {
    font-family: 'AngleciaProTitleItalic';
    font-size: 26px;
    line-height: 1.2;
    /* font-weight: 600;
    font-style: italic; */
    color: #ffffff;
    padding: 8px 31px;
    margin-bottom: 25px;
    background-color: #ff2121;
    border-radius: 23px;
}
#header-space {
  display: none;
}
.banner-btn {
  padding: 16px 58px;
  background-color: #ff2121;
  border-radius: 30px;
  font-family: 'AngleciaProTitleMediumItalic';
  font-size: 23px;
  line-height: 1.2;
  font-style: italic;
  color: #ffffff;
  margin-top: 35px;
  transition: .25s all ease-in-out;
}
.banner-btn:hover {
  background-color: #001d66;
  color: #fff;
}
.banner-price {
  font-family: 'AngleciaProTitleMediumItalic';
  font-size: 45px;
  line-height: 1.2;
  font-style: italic;
  color: #000000;
  margin-top: 10px;
}
.banner-price span {
  border-bottom: 3px solid var(--red-primary-color);
}

.banner .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -40px;
}
.banner .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0;
}
.banner .slick-dots li+* {
  margin-left: 12px;
}
.banner .slick-dots li button {
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: 3px solid #9f9f9f;
  padding: 0;
  border-radius: 50%;
  transition: .25s all ease-in-out;
}
.banner .slick-dots li button:before {
  display: none;
}

.banner .slick-dots li.slick-active button {
  border-color: #444444
}

.banner-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/public/images/banner-bg.webp);
  height: 100%;
  /* padding-top: 5px; */
}

.banner-bg .inner {
  height: 100%;
  position: relative;
}

.banner-girl {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url(/public/images/banner-girl.png);
  background-size: contain;
  height: 100%;
}

.banner-flower-1 {
  position: absolute;
  width: 145px;
  height: 135px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/public/images/flower-1.png);
  bottom: -26px;
  left: -84px;
}

.banner-flower-2 {
  position: absolute;
  width: 124px;
  height: 124px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/public/images/flower-2.png);
  bottom: 50px;
  right: 0;
}

.banner-content {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url(/public/images/flower-3.png);
  background-position: bottom left 300px;
  background-repeat: no-repeat;
}

.banner-label {
  color: #FFFFFF;
  font-family: 'AngleciaProTitleSemiBoldItalic';
  font-size: 28px;
  display: inline-block;
  border-radius: 24px;
  background-color: var(--red-primary-color);
  padding: 10px;
  max-width: 180px;
  width: 100%;
  text-align: center;
}

.banner-title {
  font-family: 'AngleciaProTitleMediumItalic';
  font-size: 96px;
  line-height: 88%;
  margin: 24px 0 14px;
}

.banner-caption {
  font-family: 'AngleciaProTitleItalic';
  color: var(--gray-primary-color);
  line-height: 100%;
  font-size: 40px;
}

.burger {
  width: 30px;
  height: 16px;
  position: relative;
  cursor: pointer;
}

.burger > span {
  display: block;
  height: 2px;
  width: 100%;
  background-color: #000000;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  transition: .2s ease;
}

.burger::before,
.burger::after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #000000;
  transition: .2s ease;
}

.burger::before {
  top: 0px;
}

.burger::after {
  bottom: 0px;
}

.burger:hover > span,
.burger:hover::before,
.burger:hover::after {
  background-color: var(--red-primary-color);
}

.header-mobile {
  display: none;
}

.mobile-menu {
  display: none;
}

.mobile-menu-info {
  display: none;
}

.main-services-tabs {
  margin-bottom: 30px;
}

.main-services-tabs-row {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-services-tabs-cell {
  width: 100%;
  max-width: 380px;
  margin: 2px -18px;
}

.main-services-tabs-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(/public/icons/tabs.png);
  margin-right: 7px;
  width: 18px;
  height: 24px;
}

.main-services-tabs-icon.woman {
  background-position: top left;
}

.main-services-tabs-icon.man {
  background-position: top right;
}

.main-services-tabs-button {
  cursor: pointer;
  display: block;
  width: 100%;
  background-color: #FFFFFF;
  font-family: 'AngleciaProTitleMediumItalic';
  font-size: 24px;
  color: #515150;
  border: 3px solid #DEDEDE;
  border-radius: 34px;
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* transition: background-color .2s ease, color .2s ease, border-color .2s ease; */
}

.main-services-tabs-button.active {
  background-color: var(--blue-primary-color);
  border-color: var(--blue-primary-color);
  color: #FFFFFF;
  position: relative;
  z-index: 99;
}

.main-services-tabs-button.active .main-services-tabs-icon.woman {
  background-position: bottom left;
}

.main-services-tabs-button.active .main-services-tabs-icon.man {
  background-position: bottom right;
}

.main-services-tabs-button.active::before {
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  bottom: -35px;
  transform: translateX(-50%);
  border: 16px solid transparent;
  border-top: 16px solid var(--blue-primary-color);
}

.service-banner {
  background-image: url(/public/images/banner-services-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 120px;
}

.service-banner-box {
  height: 512px;
  display: flex;
  align-items: center;
}

.service-banner-content {
  max-width: 590px;
}

.service-banner-title {
  font-size: 65px;
  font-family: 'AngleciaProTitleSemiBold';
  line-height: 125%;
  color: #000;
  text-transform: none;
  font-weight: 400;
}

.service-banner-caption {
  margin-top: 16px;
  font-size: 30px;
  color: var(--gray-primary-color);
  line-height: 150%;
  font-family: 'AngleciaProTitleMediumItalic';
}

.services-tabs {
  margin-top: 120px;
}

.service-items {
  margin-top: 70px;
  margin-bottom: 70px;
}

.service-items-overlay {
  position: relative;
}

.service-items-overlay::after,
.service-items-overlay::before {
  display: block;
  content: '';
  clear: both;
}

.service-items-position {
  width: 50%;
  max-width: 460px;
}

.service-items-position--right {
  float: right;
  clear: right;
}

.service-items-position--left {
  float: left;
  clear: left;
}

.service-items-title {
  font-size: 30px;
  font-family: 'AngleciaProTitleSemiBoldItalic';
  padding: 20px 0;
}

.service-items-box {
  margin-bottom: 28px;
}

.service-items-item {
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid #DEDEDE;
  padding: 16px 0;
}

.service-items-item-title {
  font-size: 20px;
}

.service-items-item-price {
  font-size: 21px;
  font-family: 'AngleciaProTitleSemiBoldItalic';
  margin-left: auto;
  width: 105px;
}

.service-items-item-price span {
  color: var(--gray-primary-color);
  font-family: 'AngleciaProTitleMediumItalic';
}

.service-content {
  margin-top: 70px;
  margin-bottom: 70px;
}

.service-content-box {
  max-width: 800px;
}

.service-page {
  margin-bottom: 270px;
}

.service-content ul {
  margin: 27px 0;
}

.service-content ul li {
  list-style: disc;
}


/* Slider */
.slick-slider
{
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

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

.slick-track
{
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
  display: table;

  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;

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

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}



/* Slider */
.slick-loading .slick-list
{
  background: #fff url(/public/css/ajax-loader.gif) center center no-repeat;
}

/* Icons */
@font-face
{
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;

  src: url(/public/css/fonts/slick.eot);
  src: url(/public/css/fonts/slick.eot#iefix) format('embedded-opentype'), url(/public/css/fonts/slick.woff) format('woff'), url(/public/css/fonts/slick.ttf) format('truetype'), url(/public/css/fonts/slick.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
  font-size: 0;
  line-height: 0;

  position: absolute;
  top: 50%;

  display: block;

  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);

  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
  opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;

  opacity: .75;
  color: white;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

.slick-dots
{
  position: absolute;
  bottom: -25px;

  display: block;

  width: 100%;
  padding: 0;
  margin: 0;

  list-style: none;

  text-align: center;
}
.slick-dots li
{
  position: relative;

  display: inline-block;

  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}
.slick-dots li button
{
  font-size: 0;
  line-height: 0;

  display: block;

  width: 20px;
  height: 20px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
  opacity: 1;
}
.slick-dots li button:before
{
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;

  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 20px;

  content: '•';
  text-align: center;

  opacity: .25;
  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
  opacity: .75;
  color: black;
}

.banner .slick-track,
.banner .slick-list {
  height: 100%;
}

.certificatePage {
  margin-bottom: 100px;
}
.certificatePage__title {
  font-family: AngleciaProTitleSemiBold;
  font-size: 45px;
  line-height: 1.2;
  color: #000000;
  text-align: center;
  margin-bottom: 40px;
}

.certificatePage__pretitle {
  font-family: AngleciaProTitleItalic;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 400;
  font-style: italic;
  color: #5e5e5e;
  padding-left: 31px;
  position: relative;
}

.certificatePage__pretitle:before {
  content: '';
  background-image: url(/wp-content/themes/salient/img/certificatePage__pretitle.png);
  position: absolute;
  left: 0;
  top: 6px;
  width: 22px;
  height: 21px;
  display: block;
}

.certificatePage__block {
  margin: 40px 0;
  display: block;
}
.certificatePage__block img {
  width: 100%;
  pointer-events: none;
}

.certificatePage__list {
  margin: 0!important;
  padding: 0;
}
.certificatePage__list li {
  list-style: none!important;
  font-family: ProximaNovaLight;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 300;
  color: #000000;
  padding-left: 21px;
  position: relative;
}
.certificatePage__list li+* {
  margin-top: 15px;
}
.certificatePage__list li:before {
  content: '';
  background-image: url(/wp-content/themes/salient/img/certificatePage__list.png);
  position: absolute;
  left: 0;
  top: 4px;
  width: 13px;
  height: 12px;
  display: block;
}

.page-id-3162 header {
  background-image: url(/public/images/header-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.main-quiz-block {
    background: url(/wp-content/themes/salient/kviz/images/quiz-img-2.webp) no-repeat center/cover;
    border-radius: 20px;
    display: flex;
}

.main-quiz-block p {
    font-family: 'Anglecia Pro Tit';
    font-style: italic;
    font-size: 36px;
    margin-bottom: 10px;
}

.main-quiz-block h2 {
    font-family: 'Anglecia Pro Tit SmBd';
    font-size: 46px;
    line-height: 120%;
    margin-bottom: 55px;
}


.main-quiz-block-l {
    padding: 45px 0 0 40px;
    margin-right: 40px;
    flex-shrink: 0;
    display: flex;
}

.red-button {
    font-family: 'Anglecia Pro Title';
    font-weight: bold;
    font-size: 20px;
    padding: 15px 37px;
    border-radius: 28px;
    color: #fff;
    transition: background 0.6s;
    background: #ff2121;
    text-decoration: none;
    font-style: italic;
}


.red-button:hover {
    background: #001d66;
    transition: background 0.6s;
    color: #fff;
}
.main-quiz-block-r {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
    padding-right: 60px;
}

.main-quiz-section {
  margin: 80px 0;
}

.quiz-section p, .quiz-section h2, .quiz-section h3, .main-quiz-block p, .main-quiz-block h2, .main-quiz-block h3 {
    margin-top: 0;
}


@media screen and (max-width: 1199px){.quiz-block-3 {
        background: url(/public/images/quiz-img-27.png) no-repeat calc(100% - 26px) bottom;
    }
    .quiz-contacts-r {
        display: flex;
        align-items: flex-end;
        padding-left: 20px;
    }
    .quiz-contacts-l {
        padding-bottom: 20px;
    }}


@media screen and (max-width: 1023px){.main-quiz-block {
        flex-flow: column-reverse;
        align-items: center;
    }
    .main-quiz-block-r {
        padding-right: 0;
    }
    .main-quiz-block {
        flex-flow: column-reverse;
        align-items: center;
        padding: 30px 30px 0 30px;
    }
    .main-quiz-block-r {
        padding-right: 0;
        width: 100%;
    }

    .main-quiz-block-r h2, .main-quiz-block-r p {
         text-align: center;
        width: 100%;
     }

    .main-quiz-block-r .red-button {
        margin: auto;
    }
    .quiz-title {
        display: block;
    }
    .quiz-block-3, .quiz-block-2 {
        position: relative;
    }
    .quiz-block-3>*, .quiz-block-2>* {
        position: relative;
        z-index: 1;
    }
    .quiz-block-3:before, .quiz-block-2:before {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgb(255 255 255 / 50%);
    }

    .quiz-contacts-block {
        flex-flow: column;
    }
    .quiz-contacts-l {
        width: 100%;
    }
    .quiz-contacts-form {
        width: 100%;
    }
    .agreement-quiz {
        margin-right: auto;
    }
    .button-wrapper {
        justify-content: center;
    }

    .quiz-final-block {
        padding: 80px 65px 30px 70px;
    }
    .quiz-final-block-l {
        margin-bottom: 40px;
        height: auto;
    }
    .quiz-final-block-r img {
        width: 300px!important;
        margin: auto;
    }}

@media screen and (max-width: 768px){.main-quiz-block h2 {
        font-size: 32px;
    }
    .main-quiz-block p {
        font-size: 31px;
    }
    .main-quiz-block-l {
        padding: 0;
        margin: 0;
    }
    .main-quiz-block-r {
        margin-bottom: 30px;
    }
    .quiz-block {
        padding: 20px!important;
    }
    .quiz-block h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    p.number {
        margin-bottom: 20px;
    }
    .button-wrapper {
        flex-flow: column;
    }
    .button-wrapper button+button {
        margin-left: 0;
        margin-top: 20px;
    }
    .quiz-block h3 span {
        font-size: 22px;
    }

    .quiz-contacts-form input {
        font-size: 20px;
        padding: 10px 15px;
        border-radius: 9px;
    }
    .quiz-contacts-block {
        padding-bottom: 0!important;
    }
    .quiz-final-block .red-button {
        font-size: 18px;
        padding: 15px 19px;
    }}

.mfp-bg {
  background: #fff!important;
  opacity: .9!important;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: .9!important;
}

.newForm2 {
  position: relative;
  background: #fff;
  padding: 90px 120px;
  width: auto;
  max-width: 750px;
  margin: 20px auto;
  box-shadow: 4px 6px 42px 4px rgba(21,21,21,0.1);
  border-radius: 15px;
}

.newForm2:before {
  content: '';
  border: 2px solid #cccccc;
  border-radius: 15px;
  position: absolute;
  left: 20px;
  top: 20px;
  right: 20px;
  bottom: 20px;
}

.newForm2__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}

.newForm2__img {
  margin-bottom: 40px;
}

.newForm2__img img {
  max-width: 100%
}

.newForm2__block button.newForm__btn{
  margin-top: 30px;
}

.newForm2__title {
  font-family: 'AngleciaProTitleMediumItalic';
  font-size: 40px;
  line-height: 1.1;
  font-weight: 500;
  color: #000000;
  text-align: center;
}

.white-popup {
  position: relative;
  background: #fff;
  padding: 100px 120px;
  width: auto;
  max-width: 1000px;
  margin: 20px auto;
  box-shadow: 4px 6px 42px 4px rgba(21,21,21,0.1);
  border-radius: 15px;
}

.newForm:before {
  content: '';
  border: 2px solid #cccccc;
  border-radius: 15px;
  position: absolute;
  left: 20px;
  top: 20px;
  right: 20px;
  bottom: 20px;
}

.newForm__container {
  position: relative;
  z-index: 2;
}

.newForm__form {

}

.newForm__formBlock {
  display: none;
  position: relative;
}

.newForm__formBlock.active {
  display: block;
}

.newForm__formTitle {
  font-family: 'AngleciaProTitleMediumItalic';
  font-size: 62px;
  line-height: 1;
  color: #000000;
  text-align: center;
  margin-bottom: 50px;
}

.newForm__formContent {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.newForm__block {
  width: 100%;
}

.newForm__blockTitle {
  font-family: 'AngleciaProTitleMediumItalic';
  font-size: 32px;
  line-height: 1;
  color: #000000;
  margin-bottom: 30px;
}

.newForm__blockRadio {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  align-items: flex-start;
}

.newForm__btn {
  padding: 17px 44px;
  background-color: rgba(0,0,0,0.0);
  border: 3px solid #ff2121;
  border-radius: 30px;
  font-family: 'AngleciaProTitleBoldItalic';
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  font-style: italic;
  color: #000000;
  transition: .25s ease-in-out all;
  margin-top: 40px;
  cursor: pointer;
}

.newForm__btn:hover {
  background-color: #ff2121;
  color: #fff;
}

button.newForm__btn {
  padding: 17px 44px;
  background-color: rgba(0,0,0,0.0);
  border: 3px solid #ff2121;
  border-radius: 30px;
  font-family: 'AngleciaProTitleBoldItalic'!important;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  font-style: italic;
  color: #000000;
  transition: .25s ease-in-out all;
  margin-top: 40px;
  cursor: pointer;
}

button.newForm__btn:hover {
  background-color: #ff2121!important;
  color: #fff;
}

.newForm__blockInputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  margin-bottom: 45px;
}

.newForm__blockInputs input {
  width: 100%;
  height: 60px;
  background: #fff;
  border: 1px solid #aeaeae;
  border-radius: 7px;
  font-family: 'ProximaNovaLight';
  font-size: 19px;
  line-height: 1.2;
  font-weight: 400;
  color: #000;
  padding: 0 20px;
}

.newForm__blockInputs input::placeholder {
  color: #6c6c6c;
}

.newForm__blockInputs input:focus {
  background: #fff!important;
}

.newForm__bottom {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  gap: 30px;
  margin-top: 30px;
}

.newForm__bottom .newForm__btn {
  margin: 0;
}
.newForm__copy {
  font-family: 'ProximaNovaLight';
  font-size: 15px;
  line-height: 1.3;
  font-weight: 400;
  color: #919191;
  position: relative;
  padding-left: 21px;
}

.newForm__copy:before {
  content: '';
  width: 13px;
  height: 13px;
  background-color: rgba(223,105,33,0.0);
  border: 2px solid #ff2121;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 2px;
}

.newForm__copy:after {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #ff2121;
  border-radius: 2.5px;
  position: absolute;
  left: 4px;
  top: 6px;
}

.newForm__copy a {
  font-family: 'ProximaNovaLight';
  font-size: 15px;
  line-height: 1.3;
  font-weight: 400;
  color: #919191;
  border-bottom: 1px solid #919191;
  transition: .25s ease-in-out all;
}

.newForm__copy a:hover {
  text-decoration: none;
  border-bottom-color: #fff;
}

.newForm__timeBlock {
  display: none;
}

.newForm__timeBlock.active {
  display: block;
}

.newForm__timeBlockTitle {
  font-family: 'ProximaNovaLight';
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  color: #000000;
  margin-top: 15px;
}

.footer-col .brand-logo img{
  width: 178px;
  height: 48px;
  object-fit: contain;
}

.header-col .brand-logo img{
  width: 178px;
  height: 48px;
}

input.newForm__timeBlockInput {
  width: 97px;
  height: 51px;
  background-color: #fff;
  border: 1px solid #aeaeae;
  border-radius: 7px;
  font-family: 'ProximaNovaLight';
  font-size: 19px;
  line-height: 1.2;
  font-weight: 400;
  color: #000;
  text-align: center;
  margin-top: 10px;
}

input.newForm__timeBlockInput::placeholder {
  color: #6c6c6c;
}

input.newForm__timeBlockInput:focus {
  background: #fff!important;
}

.newForm .mfp-close {
  font-size: 0;
  width: 30px;
  height: 30px;
  opacity: 1;
  right: -53px;
  transition: .25s ease-in-out all;
}

.newForm .mfp-close:hover {
  opacity: .8;
}

.newForm .mfp-close:before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #df0101;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 10px
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg)
}

.newForm .mfp-close:after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #df0101;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 10px
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg)
}

.newForm2 .mfp-close {
  font-size: 0;
  width: 30px;
  height: 30px;
  opacity: 1;
  right: -53px;
  transition: .25s ease-in-out all;
}

.newForm2 .mfp-close:hover {
  opacity: .8;
}

.newForm2 .mfp-close:before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #df0101;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 10px
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg)
}

.newForm2 .mfp-close:after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #df0101;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 10px
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg)
}

.newForm__btnPrev {
  position: absolute;
  right: -30px;
  top: -30px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.newForm__btnPrev:hover {
  text-decoration: none;
  opacity: .8;
}

.newForm__btnPrev:before {
  content: '';
  width: 9px;
  height: 16px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='9' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8 1.667 1.333 8.333 8 15' stroke='%23CCC' stroke-width='1.667' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  flex: none;
}

.newForm__btnPrev span {
  color: #ccc;
  border-bottom: 1px solid #ccc;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1px;
}

.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transform: scale(.8);
  -ms-transform: scale(.8);
  transform: scale(.8)
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(.8);
  -ms-transform: scale(.8);
  transform: scale(.8);
  opacity: 0
}

.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: .8
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0
}

.my-mfp-slide-bottom {
  opacity: 0;
  opacity--webkit-transition: opacity .3s ease-out;
  opacity--moz-transition: opacity .3s ease-out;
  opacity--o-transition: opacity .3s ease-out;
  opacity-transition: opacity .3s ease-out
}

.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0)
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: .8
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0
}


/* для элемента input c type="checkbox" */
.custom-checkbox {
  display: flex;
  cursor: pointer;
}

.custom-checkbox>input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* для элемента label, связанного с .custom-checkbox */
.custom-checkbox>span {
  display: inline-flex;
  user-select: none;
  position: relative;
  padding-left: 35px;

  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  color: #000000!important;
  font-family: 'ProximaNova-Semibold';
  text-transform: none;
}

/* создание в label псевдоэлемента before со следующими стилями */
.custom-checkbox>span::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-color: #efefef;
  border: 1px solid #aeaeae;
  border-radius: 50%;
  flex: none;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 2px;
  transition: .25s ease-in-out all
}

/* стили при наведении курсора на checkbox */
.custom-checkbox>input:not(:disabled):not(:checked)+span:hover::before {
  /* border-color: #b3d7ff; */
}

/* стили для активного чекбокса (при нажатии на него) */
.custom-checkbox>input:not(:disabled):active+span::before {
  /* background-color: #b3d7ff;
  border-color: #b3d7ff; */
}

/* стили для чекбокса, находящегося в фокусе */
.custom-checkbox>input:focus+span::before {
  /* box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); */
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom-checkbox>input:focus:not(:checked)+span::before {
  /* border-color: #80bdff; */
}

/* стили для чекбокса, находящегося в состоянии checked */
.custom-checkbox>input:checked+span::before {
  border-color: #ff2121;
  background-color: #ff2121;
  background-image: url(/public/images/checkk.png);
}

/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox>input:disabled+span {
  opacity: .5;
}

@media (max-width: 1140px){.newForm .mfp-close {
    right: 30px;
    top: 30px;
  }
  .newForm2 .mfp-close {
    right: 30px;
    top: 30px;
  }
  .white-popup {
    max-width: 700px;
    padding: 80px 50px;
  }
  .newForm__btnPrev {
    left: 0;
    top: -40px;
    right: auto;
  }
  .newForm2 {
    max-width: 700px;
    padding: 80px 50px;
  }
  .newForm__formTitle {
    font-size: 43px;
  }
  .newForm__blockTitle {
    font-size: 24px;
  }
  .custom-checkbox>span {
    font-size: 17px;
  }
  .newForm__timeBlockTitle {
    font-size: 16px;
  }
  .newForm__blockInputs input {
    font-size: 18px;
  }
  .newForm__btn {
    font-size: 18px!important;
  }}

@media (max-width: 767px){.newForm__formTitle {
    font-size: 40px;
    margin-bottom: 25px;
  }
  .white-popup {
    padding: 70px 30px;
    max-width: 100%;
  }
  .newForm2 {
    padding: 70px 30px;
    max-width: 100%;
  }
  .newForm:before {
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
  }
  .newForm2:before {
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
  }
  .newForm .mfp-close {
    width: 26px;
    height: 26px;
    right: 25px;
    top: 25px;
  }
  .newForm .mfp-close:before {
    height: 2px;
  }
  .newForm .mfp-close:after {
    height: 2px;
  }
  .newForm2 .mfp-close {
    width: 26px;
    height: 26px;
    right: 25px;
    top: 25px;
  }
  .newForm2 .mfp-close:before {
    height: 2px;
  }
  .newForm2 .mfp-close:after {
    height: 2px;
  }
  .newForm__blockRadio {
    flex-direction: column;
    gap: 15px
  }
  .newForm__formContent {
    align-items: center;
  }
  .newForm__blockInputs {
    grid-gap: 18px;
    grid-template-columns: 1fr;
  }
  .newForm__blockInputs {
    margin-bottom: 30px;
  }
  .newForm__blockTitle {
    margin-bottom: 25px;
  }
  .newForm__bottom {
    flex-direction: column;
    grid-gap: 25px;
    align-items: center;
  }

  .newForm2__title {
    font-size: 27px;
  }
  .newForm2__block button.newForm__btn {
    font-size: 16px!important;
    padding: 17px 23px;
  }}


.stock {

}

.stock__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  margin: 50px 0;
}

.stock__container .main-service-item-caption{
  max-width: 400px;
  min-height: 78px
}

.stock__container .main-service-item-main{
  align-items: center;
}

.stock__container .main-service-item-inner{
  max-width: 450px;
}
.stock__container .main-service-item-link{
  display: none;
}

.stock__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.stock__item {
  display: flex;
  align-items: center;
  gap: 5px 10px;
  flex-wrap: wrap;
}

.stock__itemZone {

}

.stock__itemPrice {
  font-family: 'AngleciaProTitleMediumItalic';
  color: var(--gray-primary-color);
  font-size: 24px;
  text-align: center;
}

.stock__itemPrice span {
  color: #000;
  font-family: 'AngleciaProTitleSemiBold';
  font-size: 40px;
}

.stock__itemOldprice {

}

.stock__itemOldprice span {
  text-decoration: line-through;
}

#fws_633c3c61ed1ae {
  display: none;
}

@media (max-width: 1199px){.stock__itemPrice span {
    font-size: 28px;
  }
  .stock__itemZone {
    font-size: 16px;
  }
  .stock__itemOldprice {
    font-size: 16px;
  }}

@media (max-width: 991px){.stock__container {
    grid-template-columns: 1fr
  }}

@media (max-width: 575px){.stock__item {
    flex-direction: column;
    gap: 0;
  }}

.deletethis {
  display: none;
}

.main-service-item-link .widgetBtn {
  background-color: #fff;
  border: 3px solid var(--red-primary-color)
}

.main-service-item-link .widgetBtn:hover {
  background-color: var(--red-primary-color)
}


.stockPage {
  
}


.stockNew {

}

.stockNew__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.stockNew__block {
  background-color: #fdf5f2;
  border-radius: 24px;
  padding: 40px;
  display: grid;
  grid-template-columns: 105px 1fr;
  gap: 34px;
  align-items: flex-start;
}

.stockNew__itemImg {
  width: 100%;
  position: relative;
  display: flex;
}

.stockNew__itemImg img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  aspect-ratio: 1;
  margin: 0!important;
}

.stockNew__itemTag {
  padding: 4px 13px;
  background-color: #ff2121;
  border-radius: 14px;
  font-family: 'AngleciaProTitleBold';
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  font-style: italic;
  color: #ffffff;
  text-align: center;
  position: absolute;
  left: -3px;
  bottom: -5px;
}

.stockNew__itemTag.hit {

}

.stockNew__itemTag.new {
  background-color: #001d66;
}

.stockNew__itemContent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.stockNew__itemTitle {
  font-family: 'AngleciaProTitleSemiBold';
  font-size: 35px;
  line-height: 1.1;
  /* font-weight: 600; */
  color: #000000;
}

.stockNew__itemText {
  font-family: 'AngleciaProTitleLightItalic';
  font-size: 21px;
  line-height: 1.3;
  /* font-weight: 300;
  font-style: italic; */
  color: #757575;
  margin-top: 15px;
}

.stockNew__itemTime {
  font-size: 18px;
  line-height: 1;
  font-weight: 300;
  color: #757575;
  margin-top: 32px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.stockNew__itemTime:before {
  content: '';
  flex: none;
  width: 14px;
  height: 14px;
  background-image: url(/public/icons/stock-time.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.stockNew__itemAlert {
  font-family: 'AngleciaProTitleSemiBoldItalic';
  font-size: 20px;
  line-height: 1;
  /* font-weight: 600;
  font-style: italic; */
  color: #000000;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 25px 0 0;
}

.stockNew__itemAlert:before {
  content: '';
  flex: none;
  width: 18px;
  height: 19px;
  background-image: url(/public/icons/stock-alert.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.stockNew__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  margin-top: 30px;
}

.stockNew__item {
  display: flex;
  align-items: flex-end;
  gap: 5px 12px;
  flex-wrap: wrap;
}

.stockNew__itemZone {
  font-size: 19px;
  line-height: 1.2;
  font-weight: 300;
  color: #5e5e5e;
}

.stockNew__itemPrice {
  font-family: 'AngleciaProTitleMediumItalic';
  font-size: 24px;
  line-height: 1.2;
  /* font-weight: 500;
  font-style: italic; */
  color: #5e5e5e;
}

.stockNew__itemPrice span{
  color: #000;
  font-family: 'AngleciaProTitleSemiBold';
  font-size: 36px;
  line-height: 1;
}

.stockNew__itemOldprice {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 300;
  color: #5e5e5e;
}

.stockNew__itemOldprice span{
  position: relative;
}

.stockNew__itemOldprice span:before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #ff2121;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.stockNew__itemZoneBlock {
  display: block;
  width: 100%;
}

.vc_custom_heading {
  text-align: center;
  font-family: 'AngleciaProTitleSemiBold';
  font-size: 50px;
  line-height: 1.2;
  color: #000000;
  text-transform: none;
  margin-bottom: 40px;
}

.pageContent {

}

.pageContent__container {
  display: flex;
  flex-direction: column;
  gap: 65px
}

.pageContent__block {

}

.pageContent__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}

.pageContent__content {

}

.pageContent__text {
  color: #5e5e5e;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.7;
}

.pageContent .pageContent__text p {
  margin: 0;
  padding-bottom: 0;
}

.pageContent .pageContent__text p+* {
  margin-top: 20px;
}

.pageContent__img {

}

.pageContent__img img {
  width: 100%;
  border-radius: 7px;
}

.pageContent .pageContent__list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px
}

.pageContent .pageContent__list li {
  list-style: none;
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
  padding-left: 30px;
}

.pageContent .pageContent__list li:before {
  content: '';
  width: 16px;
  height: 15px;
  background-image: url(/public/images/pageContent__list.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 6px;
}

.pageContent__alert {
  width: 100%;
  border-radius: 23px;
  background-color: #fdf5f2;
  padding: 50px 75px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.pageContent__alertTitle {
  color: #000000;
  font-family: 'AngleciaProTitleSemiBold';
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 15px;
}

.pageContent__alertText {
  color: #5e5e5e;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6;
}

.pageTitle {
  color: #000000;
  font-size: 50px;
  font-family: 'AngleciaProTitleSemiBold';
  line-height: 1.2;
  text-align: center;
  margin-bottom: 50px;
  text-transform: unset;
  font-weight: 400;
}

.pageTitleMin {
  color: #000000;
  font-size: 30px;
  font-family: 'AngleciaProTitleSemiBold';
  line-height: 1.2;
  margin-bottom: 30px;
  text-transform: unset;
  font-weight: 400;
}

.pageContent__bold {
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 30px;
}

.pageContent__boldMin {
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 45px;
}

.pageContent__content2 .pageContent__list {
  margin-bottom: 40px;
}

.pageContent__btn {
  font-family: 'AngleciaProTitleSemiBoldItalic';
  display: block;
  font-size: 19px;
  color: #000;
  border: 3px solid var(--red-primary-color);
  border-radius: 24px;
  text-align: center;
  padding: 10px 19px;
  transition: all .15s linear;
  margin-top: 30px;
  display: inline-block;
}

.pageContent__btn:hover {
  color: #fff;
  background-color: var(--red-primary-color);
}

.pageContent__text2 {
  margin-top: 35px;
}

.headerNewNoMain {
  background-color: #f8f4f3;
}

.mobile-menu {
  overflow: auto;
}

.mobile-menu .sub-menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 15px 0 0 20px!important;
}

.mobile-menu .sub-menu li {
  list-style: none;
}

.mobile-menu .sub-menu li a {
  padding: 0!important;
  font-size: 18px;
}

.mobile-menu .sub-menu li a:before {
  display: none!important;
}

.seoSection {
  margin: 50px 0;
}
.seoSection__container {
  max-width: 1000px;
  margin: 0 auto;
}
.seoSection__title {
  text-align: center;
  color: #000000;
  font-size: 32px;
  font-family: 'AngleciaProTitleSemiBold';
  line-height: 1.3;
  text-align: center;
  margin-bottom: 50px;
  font-weight: 400;
}
.seoSection__content {
}

@media (max-width: 1370px){.stockNew__itemTitle {
    font-size: 27px;
  }
  .stockNew__itemText {
    font-size: 18px;
  }
  .stockNew__block {
    gap: 25px;
    padding: 30px;
  }}

@media (max-width: 1200px){.stockNew__block {
    display: flex;
    flex-direction: column;
  }
  .vc_custom_heading {
    font-size: 38px!important;
  }

  .pageTitle {
    font-size: 38px;
  }
  .pageContent__grid {
    gap: 30px
  }}

@media (max-width: 1000px){.stockNew__container {
    grid-template-columns: 1fr;
  }
  .vc_custom_heading {
    font-size: 34px!important;
  }}

@media (max-width: 991px){.seoSection__title {
    font-size: 30px;
  }
  .pageContent__text {
    font-size: 18px;
  }
  .pageContent__grid {
    grid-template-columns: 1fr;
  }
  .pageContent__alertTitle {
    font-size: 27px;
  }
  .pageContent__alertText {
    font-size: 18px;
  }
  .pageContent__alert {
    padding: 50px;
  }
  .pageContent .pageContent__list li {
    font-size: 18px;
  }
  .pageContent .pageContent__list li:before {
    width: 14px;
    height: 14px;
  }
  .pageContent__container {
    gap: 40px
  }
  .pageTitle {
    margin-bottom: 40px;
  }}

@media (max-width: 767px){.pageTitle {
    font-size: 32px;
  }
  .seoSection__title {
    font-size: 27px;
  }}

@media (max-width: 575px){.seoSection__title {
    font-size: 23px;
  }
  .stockNew__block {
    padding: 30px 20px;
  }
  .stockNew__itemTitle {
    font-size: 26px;
    text-align: center!important;
  }
  .stockNew__itemContent {
    align-items: center;
  }
  .stockNew__itemText {
    width: 100%;
  }
  .stockNew__itemZone {
    font-size: 17px;
  }
  .stockNew__itemPrice span {
    font-size: 32px;
  }
  .stockNew__itemPrice {
    font-size: 22px;
  }
  .stockNew__itemOldprice {
    font-size: 19px;
  }
  .vc_custom_heading {
    font-size: 32px!important;
  }
  .stockNew__itemTime {
    margin-top: 20px;
  }
  .stockNew__itemImg {
    width: 90px;
    margin: 0 auto
  }
  .stockNew__itemImg img {
    width: 100%;
  }
  .stockNew__itemTag {
    font-size: 13px;
    padding: 3px 10px;
    margin: 0 auto;
  }
  .stockNew__block {
    gap: 20px;
    align-items: center;
  }
  .stockNew__itemZone {
    width: 100%;
    font-size: 18px;
  }
  .stockNew__itemAlert {
    font-size: 18px;
    gap: 7px
  }
  .stockNew__itemAlert:before {
    width: 16px;
    height: 16px;
  }
  .banner-title {
    font-size: 44px!important;
    text-align: center;
    margin: 0 auto!important;
  }
  .banner-inner {
    background-position: left 0 bottom,right -60px bottom;
  }
  .banner-content {
    align-items: center!important;
  }
  .pageTitle {
    font-size: 28px;
  }
  .pageTitleMin {
    font-size: 26px;
  }
  .pageContent .pageContent__list li {
    padding-left: 25px;
  }
  .pageContent__alert {
    padding: 35px 30px;
  }
  .pageContent__alertTitle {
    font-size: 26px;
  }
  .pageContent__bold {
    font-size: 19px;
  }
  .pageContent__boldMin {
    font-size: 18px;
  }
  .pageContent__content2 .pageContent__list {
    margin-bottom: 30px;
  }
  .banner-bg {
    background-image: url(/public/images/banner-bg3Mob.webp);
  }}

/* FAQ */
.faq {
  margin: 100px 0
}
.faq .seoSection__title {
}

.faq__list {
  max-width: 950px;
  margin: 0 auto
}
.faq__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3)
}
.faq__item.open .faq__itemTitle:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}
.faq__itemTitle {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 500;
  color: #120e0f;
  padding: 30px 70px 30px 50px;
  cursor: pointer;
  position: relative
}
.faq__itemTitle:before {
  content: "";
  width: 21px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='21' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 2.412 18.884 12 1 21.588V2.412Z' stroke='%23062332' stroke-width='2'/%3e%3c/svg%3e");
  position: absolute;
  right: 40px;
  top: 30px;
  -webkit-transition: .25s all ease-in-out;
  -o-transition: .25s all ease-in-out;
  transition: .25s all ease-in-out
}
.faq__itemTitle:hover:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='21' height='24' fill='%23062332' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 2.412 18.884 12 1 21.588V2.412Z' stroke='%23062332' stroke-width='2'/%3e%3c/svg%3e")
}
.faq__itemContent {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  color: #595959;
  padding: 0 50px 45px;
  display: none;
}
.faq__itemContent p {
  margin-bottom: 20px;
  padding: 0;
}
.faq__itemContent p:last-child {
  margin-bottom: 0
}
.faq__itemContent ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.faq__itemContent ul li {
  line-height: 1.5;
  position: relative;
  list-style: none;
  padding-left: 25px;
}
.faq__itemContent ul li:before {
  content: '';
  width: 10px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 12px;
  background-color: #595959;
}
@media (max-width:991px){.faq__itemTitle {
      padding: 20px 60px 20px 30px
  }
  .faq__itemTitle:before {
      bottom: 20px;
      top: auto;
      right: 20px
  }
  .faq__itemTitle {
      font-size: 20px
  }
  .faq__itemContent {
      padding: 0 30px 20px
  }}
@media (max-width:767px){.faq {
    margin: 80px 0;
  }
  .faq__itemTitle:before {
      width: 15px;
      height: 16px;
      background-size: contain;
      background-repeat: no-repeat
  }
  .faq__itemTitle {
      font-size: 19px;
      padding: 20px 30px 20px 0
  }
  .faq__itemTitle:before {
      bottom: 23px;
      right: 0
  }
  .faq__itemContent {
      padding: 0 0 20px;
      text-align: left
  }}
@media (max-width:575px){.faq {
    margin: 60px 0;
  }}
/* FAQ */

/* photoPage */
.photoPage {
  margin: 80px 0;
}
.photoPage__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.photoPage__item {
  display: block;
}
.photoPage__itemImg {
  display: flex;
  width: 100%;
  height: auto;
  aspect-ratio: 1.5;
}
.photoPage__itemImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width:991px){.photoPage {
    margin: 70px 0;
  }
  .photoPage__list {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }}
@media (max-width:575px){.photoPage {
    margin: 60px 0;
  }
  .photoPage__list {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }}
/* photoPage */

/* specialists */
.specialists {
  margin: 80px 0;
}
.specialists__top {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 10px 20px;
}
.specialists__img {
  display: flex;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}
.specialists__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.specialists__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 30px;
  background: #f8f4f3;
}
.specialists__title {
  font-size: 24px;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  line-height: 1.2;
}
.specialists__infoItem {
}
.specialists__infoItemTitle {
  font-weight: 700;
}
.specialists__infoItemContent {
}
.specialists__content {
  margin-top: 40px;
}
.specialists__content p {
  padding: 0;
  margin-bottom: 20px;
}
.specialists__content p:last-child {
  margin-bottom: 0;
}
.specialists__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.specialists__item {
  display: flex;
  flex-direction: column;
}
.specialists__item:hover .specialists__itemImg {
  opacity: .8;
}
.specialists__itemImg {
  display: flex;
  width: 100%;
  height: auto;
  transition: .25s all ease-in-out;
}
.specialists__itemImg img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: top;
}
.specialists__itemContent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
}
.specialists__itemTitle {
  display: block;
  font-size: 18px;
  font-weight: 700;
  transition: .25s all ease-in-out;
}
.specialists__itemText {
  line-height: 1.2;
  margin-top: 5px;
}
.specialists__wrapper {
  flex: 1;
}
.specialists__container {
  display: flex;
  /* grid-template-columns: 1fr 500px; */
  align-items: flex-start;
  gap: 30px;
  overflow: hidden;
}
.specialists__cert {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start;
  gap: 10px;
  width: 400px;
  flex: none;
}
.specialists__certItem {
  display: flex;
  position: relative;
}
.specialists__certItem::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' fill='none'%3e%3cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.667' d='M7.667 14.333A6.667 6.667 0 1 0 7.667 1a6.667 6.667 0 0 0 0 13.333ZM16 16l-3.625-3.626M7.667 5.166v5m-2.5-2.5h5'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition: .25s all ease-in-out;
}
.specialists__certItem:hover::before {
  opacity: 1;
}
.specialists__certItem img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.37;
  object-fit: cover;
}
@media (max-width:991px){.specialists__list {
    grid-template-columns: 1fr 1fr;
  }
  .specialists__container {
    display: flex;
    flex-direction: column;
  }
  .specialists__cert {
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
  }}
@media (max-width:767px){.specialists {
    margin: 60px 0;
  }
  .specialists__top {
    grid-template-columns: 1fr;
  }
  .specialists__info {
    padding: 20px;
  }
  .specialists__cert {
    grid-template-columns: repeat(2, 1fr);
  }}
@media (max-width:575px){.specialists__list {
    grid-template-columns: 1fr;
  }}
/* specialists */

/* aboutPage */
.aboutPage {
  margin: 80px 0;
}
.aboutPage__content {
  margin-bottom: 40px;
}
.aboutPage__content p {
  margin-bottom: 20px;
  padding: 0;
}
.aboutPage__content p:last-child {
  margin-bottom: 0;
}
.aboutPage__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.aboutPage__item {
  display: block;
}
.aboutPage__itemImg {
  display: flex;
  width: 100%;
  height: auto;
  aspect-ratio: .7;
  transition: .25s all ease-in-out;
}
.aboutPage__itemImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutPage__itemImg:hover {
  opacity: .8;
}
@media (max-width:991px){.aboutPage__list {
    gap: 15px;
  }}
@media (max-width:767px){.aboutPage {
    margin: 60px 0;
  }
  .aboutPage__list {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }}
@media (max-width:575px){.aboutPage {
    margin: 60px 0;
  }
  .aboutPage__list {
    grid-template-columns: 1fr;
    gap: 10px;
  }}
/* aboutPage */

/* pricePage */
.pricePage {
  margin: 80px 0;
}
.pricePage__container {
}
.pricePage__title {
  text-align: center;
  background: #001D66;
  padding: 20px 0;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}
.pricePage__table {
  width: 100%;
}
.pricePage__table thead {
}
.pricePage__table thead tr {
  background-color: #f8f4f3;
}
.pricePage__table thead tr th {
  text-align: center;
  padding: 15px 10px;
  font-weight: 700;
  line-height: 1.2;
}
.pricePage__table thead tr th:nth-child(2) {
  text-align: left;
}
.pricePage__table tbody {
}
.pricePage__table tbody tr {
  border-bottom: 1px solid #f8f4f3;
  transition: .25s all ease-in-out;
}
.pricePage__table tbody tr:hover {
  background-color: rgba(0,0,0, .1);
}
.pricePage__table tbody tr td {
  padding: 10px;
  text-align: center;
}
.pricePage__table tbody tr td:nth-child(2) {
  text-align: left;
}
.pricePage__content {
}
.pricePage__top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
  margin-bottom: 30px;
}
.pricePage__link {
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.2;
  transition: .25s all ease-in-out;
  color: #1e1e1e;
}
.pricePage__link:before {
  content: '';
  width: 20px;
  height: auto;
  aspect-ratio: 1;
  flex: none;
  display: block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' fill='none'%3e%3cpath fill='%231E1E1E' d='M7.5 11.25 2.812 6.562l1.313-1.359 2.438 2.438V0h1.875v7.64l2.437-2.437 1.313 1.36L7.5 11.25ZM0 15v-4.688h1.875v2.813h11.25v-2.813H15V15H0Z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.pricePage__link {
  text-decoration: none;
  opacity: .8;
}
@media (max-width:991px){.pricePage__tableAdp {
    overflow-x: auto;
  }
  .pricePage__table {
    width: 100%;
    min-width: 500px;
  }}
@media (max-width:767px){.pricePage {
    margin: 60px 0;
  }
  .pricePage__title {
    font-size: 16px;
    padding: 10px 0;
  }
  .pricePage__table thead tr th,
  .pricePage__table tbody tr td {
    font-size: 14px;
    padding: 10px 5px;
    line-height: 1.2;
  }}
/* pricePage */

#main_content_widget {
  padding: 80px 0 0 0;
  height: 100%;
  overflow: hidden;
}
#main_content_widget iframe {
  width: 100%;
  height: 100%;
}
.topnav_widget {
  background-color: #009096!important;
}
.topnav_widget::before {
  content: '';
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: #e8e8e8;
}@media screen and (max-width: 1170px){.header-menu {
    display: none;
  }
  .header-socials {
    margin-left: auto;
  }
  .header-burger {
    display: block;
  }
  .mobile-menu {
    display: block;
    position: fixed;
    top: 0;
    right: -350px;
    width: 350px;
    bottom: 0;
    background-color: #FFFFFF;
    z-index: 999;
    box-shadow: 0px 0px 46px rgba(21, 21, 21, 0.1);
    transition: right .25s ease;
  }
  .mobile-menu.active {
    right: 0;
  }
  .mobile-menu-content {
    padding: 40px 0;
  }
  .mobile-menu-close {
    width: 24px;
    height: 24px;
    position: relative;
    cursor: pointer;
    margin-left: auto;
  }
  .mobile-menu-close::before,
  .mobile-menu-close::after {
    height: 2px;
    width: 100%;
    content: '';
    display: block;
    position: absolute;
    background-color: #787878;
    top: 50%;
    left: 50%;
    transition: .25s ease;
  }
  .mobile-menu-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .mobile-menu-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .mobile-menu-close:hover::before,
  .mobile-menu-close:hover::after {
    background-color: #000000;
  }
  .mobile-menu-menu .menu-item {
    margin: 20px 0;
  }
  .mobile-menu-menu .menu-item > a {
    display: inline-block;
  }
  .mobile-menu-menu .menu-item-has-children .sub-menu {
    margin-left: 10px;
  }
  .mobile-menu-menu .menu-item-has-children .sub-menu .menu-item {
    max-width: 290px;
  }
  .mobile-menu-menu .menu-item-has-children .sub-menu .menu-item > a {
    position: relative;
    padding-left: 16px;
  }
  .mobile-menu-menu .menu-item-has-children .sub-menu .menu-item > a::before {
    display: block;
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #A4A4A4;
  }
  .mobile-menu-menu .current-menu-parent > a,
  .mobile-menu-menu .menu-item-has-children .sub-menu .current-menu-item > a {
    color: #010101;
    position: relative;
  }
  .mobile-menu-menu .current-menu-parent > a::after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background-color: #B9B9B9;
    height: 1px;
  }}

@media screen and (max-width: 992px){.footer-menu {
    display: none;
  }
  .main-services-col {
    width: 50%;
  }
  .certificatePage__title {
    font-size: 36px;
  }
  .certificatePage__pretitle {
    font-size: 25px;
  }}

@media screen and (max-width: 768px){.header-contacts {
    display: none;
  }
  /* .banner-girl {
    background-position: bottom right;
    background-size: 70%;
  } */
  .banner-inner2 .banner-content {
    align-items: center;
    text-align: center;
  }
  .banner {
    height: auto;
    /*overflow: auto;*/
  }
  .banner .inner {
    background-color: #FFFFFF;
  }
  .banner-inner {
    padding-bottom: 300px;
    background-size: auto 300px;
    background-position: left bottom, right bottom;
  }
  .banner-inner2 {
    background-position: center bottom;
  }
  .service-banner-title,
  .banner-title {
    font-size: 66px;
  }
  .banner-inner3 .banner-title {
      font-size: 66px;
  }
  .banner-inner5 .banner-title {
      font-size: 66px;
  }
  .service-banner-caption,
  .banner-caption {
    font-size: 26px;
  }
  .banner-label {
    font-size: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
    max-width: 140px;
  }
  .banner-content {
    background-image: none;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .banner-bg {
    background-position: center bottom;
  }
  .service-items-position {
    width: 100%;
    max-width: 100%;
    float: none !important;
  }
  .banner-bg {
    height: auto;
  }
  .certificatePage__title {
    font-size: 32px;
  }
  .certificatePage__pretitle {
    font-size: 22px;
  }
  .certificatePage__pretitle:before {
    width: 15px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .certificatePage__pretitle {
    padding-left: 25px;
  }
  .certificatePage {
    margin-bottom: 50px;
  }}

/* @media screen and (max-width: 576px) {
  .footer-row {
    flex-wrap: wrap;
  }
  .footer-col {
    width: 50%;
  }
} */

@media screen and (max-width: 576px){.mobile-menu {
    width: 100%;
    right: -200%;
  }
  .mobile-menu-menu .menu-item > a {
    font-size: 20px;
  }
  .mobile-menu-info,
  .mobile-menu-info .header-contacts,
  .mobile-menu-info .header-registration {
    display: block;
  }
  .mobile-menu-info .header-contacts {
    margin-top: 40px;
  }
  .mobile-menu-info .header-registration {
    margin-top: 20px;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #FFFFFF;
    z-index: 989;
  }
  #header-space {
    height: 70px;
  }
  .main {
    margin-top: 144px;
  }
  .footer-row {
    flex-wrap: wrap;
  }
  .footer-col {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .footer-content .brand-logo,
  .footer-copy {
    text-align: center;
  }
  .footer-info {
    order: 1;
  }
  .footer-contacts .hours {
    margin-left: auto;
    margin-right: auto;
    max-width: 220px;
  }
  .footer-info-item {
    margin-left: auto;
    margin-right: auto;
    max-width: 240px;
  }
  .footer-contacts .phone {
    text-align: center;
  }
  .footer-registration > a {
    margin: auto;
  }
  .banner-inner2 .banner-title{
    font-size: 44px;
  }
  .banner-inner3 .banner-title {
      font-size: 44px;
  }
  .banner-inner5 .banner-title {
      font-size: 44px;
  }
  .banner-price {
    font-size: 26px;
  }
  .banner {
    height: auto;
  }
  .banner-bg {
    background-size: cover;
    /* padding-top: 45px; */
  }
  /* .banner-girl {
    background-position: bottom center;
    background-size: contain;
  } */
  /* .banner-content {
    padding-bottom: 420px;
  } */
  .banner-label {
    margin-left: auto;
    margin-right: auto;
  }
  .service-banner-title,
  .banner-title {
    font-size: 50px;
    text-align: center;
  }
  .service-banner-caption,
  .banner-caption {
    text-align: center;
    font-size: 22px;
  }
  .banner-date {
      font-size: 20px;
      text-align: center;
  }
  .banner-inner3 .banner-content {
      align-items: center;
  }
  .banner-inner3.banner-inner {
      background-position: left 0 bottom, right -60px bottom;
  }
  /* .banner-flower-1 {
    bottom: -66px;
    left: 106px;
  }
  .banner-flower-2 {
    bottom: 80px;
    right: -50px;
  } */
  .main-services {
    margin: 40px 0;
  }
  .footer-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .main-services-tabs-button {
    font-size: 18px;
  }}

@media screen and (max-width:460px){.main {
    margin-top: auto;
  }
  .header-mobile {
    margin-top: 95px;
  }
  .brand-logo > img {
    max-width: 150px;
  }
  .main-services-col {
    width: 100%;
  }
  .header-registration {
    display: none;
  }
  /* .banner-content {
    padding-bottom: 360px;
  } */
  /* .banner-flower-1 {
    background-size: contain;
    width: 95px;
    height: 105px;
    bottom: -28px;
    left: 96px;
  }
  .banner-flower-2 {
    background-size: contain;
    bottom: 95px;
    right: -30px;
    width: 94px;
    height: 94px;
  } */
  /* .banner-girl {
    background-position: bottom 50px center;
  } */
  .banner-inner {
    background-position: left 0 bottom, right -60px bottom;
  }
  .header-mobile .header-registration,
  .header-mobile .header-contacts {
    display: block;
  }
  .header-mobile .header-contacts .address {
    max-width: 210px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }
  .header-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .header-mobile {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .header-mobile.headerNewNoMain {
    margin: 0!important;
    padding: 35px 0 20px;
  }
  .header-mobile .header-registration {
    margin-top: 20px;
  }
  .mobile-menu-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .main-services-tabs-row {
    flex-wrap: wrap;
  }
  .main-services-tabs-button.active::before {
    display: none;
  }
  .main-services-col {
    min-height: 500px;
  }
  .banner-inner2 {
    background-position: center bottom;
    height: auto;
  }
  .certificatePage__title {
    font-size: 30px;
  }
  .certificatePage__pretitle {
    padding-left: 22px;
  }
  .certificatePage__block {
    margin: 30px -20px;
  }}

@media screen and (max-width: 375px){.brand-logo > img {
    max-width: 120px;
  }
  .service-items-item-title {
    max-width: 180px;
  }
  /* .banner-content {
    padding-bottom: 330px;
  } */
  /* .banner-flower-1 {
    left: 75px;
  }
  .banner-flower-2 {
    bottom: 85px;
    right: -40px;
  } */}

@media screen and (max-width: 320px){/* .banner-flower-1 {
    width: 75px;
    height: 85px;
    bottom: -22px;
    left: 65px;
  }
  .banner-flower-2 {
    bottom: 90px;
    right: -30px;
    width: 74px;
    height: 74px;
  } */
  .banner-inner {
    padding-bottom: 250px;
    background-size: auto 250px;
  }
  .banner-inner2 {
    background-position: center bottom;
  }}

@media (max-width: 575px){.banner-title {
    font-size: 44px;
    text-align: center;
    margin: 0 auto;
  }}