@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');

:root {
  --ep-blue: #01195F;
  --ep-light-blue: #5D81EB;
  --ep-yellow: #F1C315;
  --ep-light-grey: #D0D0D0;
  --ep-grey: #D7D7D7;

}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* .row > * {
  padding-right: 0;
  padding-left: 0;
} */

.row [class~="col"] {
  padding-right: 15px;
  padding-left: 15px;
}




@media (min-width: 1200px) {

  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 90%;
  }

}

@media (min-width: 1280px) {

  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
  }

}

@media (min-width: 1800px) {

  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1280px;
  }

}
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  color: var(--ep-blue);
}
body a {
  font-size: 14px;
}
.bg-dark {
  background-color: var(--ep-blue) !important;
}
.footer {
  padding: 40px 0;
}
.list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.list li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 86px;
  font-style: normal;
  font-weight: 900;
  color: var(--ep-blue);
  line-height: normal;
  letter-spacing: 6.02px;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 20px;
}
h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 86px;
  font-style: normal;
  font-weight: 900;
  color: var(--ep-blue);
  line-height: normal;
  letter-spacing: 6.02px;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 20px;
}
h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  color: var(--ep-blue);
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 20px;
}
h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: var(--ep-blue);
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 20px;
}
h5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: var(--ep-blue);
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 20px;
}
h6 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: var(--ep-blue);
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 20px;
}
.menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-menu {
  gap: 32px;
}
.main-menu li {
  position: relative;
  height: 74px;
  line-height: 74px;
}
.header {
  padding: 24px 0;
}
@media (min-width: 1200px) {
  .header {
    padding: 0;
  }

}
.header-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 30px;
}
.footer-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 30px;
}
.header a,
.footer a {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: white;
  text-decoration: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: .7;
}
.header a:hover,
.footer a:hover {
  opacity: 1;
}
.header a:active,
.footer a:active {
  opacity: .7;
  color: #F1C315;
}
.header a.active,
.footer a.active {
  opacity: 1;
  color: #F1C315;
}

.header-logo svg,
.header-logo img {
  height: auto;
}
.footer-logo svg,
.footer-logo img {
  max-width: 212px;
  height: auto;
}
.footer .phone,
.header .phone,
.phone {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: var(--ep-blue);
}
.footer .phone,
.header .phone,
.footer-phone {
  color: white;
}
.logo.col {
  text-align: left;
}
.header .align-items-center {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 1800px) {

  .footer .phone,
  .header .phone,
  .phone {
    font-size: 16px;
  }

}
p {
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 100%;
  color:#000;
}
.faqw-category p{
	padding-left:110px;
	padding-right:110px;
	display:none;
}
li {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.form-accept {
  margin-top: 0;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.wpcf7-form-control-wrap {
  width: 100%;
  margin: 0;
}
textarea {
  height: 150px;
  width: 100%;
  max-height: 200px;
  max-width: 100%;
  border: 1px solid #BDBDBD;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 11px;
}
.contact-form-row {
  width: 100%;
  margin-bottom: 15px;
}
.contact-form-wrp p {
  padding: 0;
  margin: 0;
}
.contact-form-wrp input {
  width: 100%;
  font-weight: normal;
  font-size: 16px;
  border: none;
  border-bottom: 1px solid #BDBDBD;
  border-radius: 0;
  padding: 11px 11px 11px 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

textarea:hover,
.contact-form-wrp input:hover,
.contact-form-wrp input:focus,
.contact-form-wrp input:active {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.breadcrumb {
  color: #232323;
  font-size: 16px;
  font-weight: 400;

}
.breadcrumb .breadcrumbs__link {
  color: #232323;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}
.breadcrumb .breadcrumbs__current {
  color: #01195F;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}



.contact-form-wrp input[type=checkbox] {
  cursor: pointer;
  width: 18px;
  min-width: 18px;
  height: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 10px 0 0;
  visibility: visible;
  border: none;
}
.contact-form-wrp input[type=checkbox]:before {
  content: '';
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  height: 20px;
  border-radius: 0;
  background-color: #fff;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(../img/checkbox-border.svg); 
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}
.contact-form-wrp input[type=checkbox]:after {
  content: '';
  width: 17px;
  height: 12px;
  position: absolute;
  left: 2px;
  top: 3px;
  background-image: url(../img/checked-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
  border-radius: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform .5s ease 0s;
  transition: -webkit-transform .5s ease 0s;
  -o-transition: transform .5s ease 0s;
  transition: transform .5s ease 0s;
  transition: transform .5s ease 0s, -webkit-transform .5s ease 0s;
  /* background-color: var(--green-color); */
}
.contact-form-wrp input[type=checkbox]:checked::before {
  background-color: #01195F;
  background-image: none; 
  border-radius: 3px;
}
.contact-form-wrp input[type=checkbox]:checked::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.wpcf7-list-item {
  margin: 0;
  position: relative;
}
.contact-form-wrp input[type=checkbox] {
  width: 18px;
  min-width: 18px;
  height: 18px;
  margin: 0;
}
.form-accept .wpcf7-list-item {
  width: 18px;
  min-width: 18px;
  height: 18px;
  margin: 0;
}
.form-accept .wpcf7-form-control-wrap {
  width: 18px;
  margin-right: 10px;
}
.form-accept p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wpcf7 form .wpcf7-response-output {
  display: none!important;
}
.contact-form-wrp .wpcf7-not-valid {
    border-bottom: 1px solid #e5634b!important;
}
.wpcf7-not-valid-tip {
  display: none!important;
}
.contact-form-wrp a {
  color: #01195F;
  text-decoration:  none;
}
.contact-form-wrp textarea.wpcf7-not-valid {
  border: 1px solid #e5634b!important;
}















.contact-form-wrp [type=button],
.contact-form-wrp [type=submit] {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--ep-blue);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100px;
  padding: 0 34px;
  height: 58px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  text-decoration: none;
  outline: none;
  color: white;
  background-color: var(--ep-blue);
}
[type=button]:hover,
[type=submit]:hover {
  color: var(--ep-blue);
  background-color: var(--ep-yellow);
}


.btn {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--ep-blue);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100px;
  padding: 0 34px;
  height: 58px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  text-decoration: none;
  outline: none;
}
.btn:focus,
.btn:hover {
  color: var(--ep-blue);
  background-color: var(--ep-yellow);
}
.blue-btn {
  color: white;
  background-color: var(--ep-blue);
}
.yellow-btn {
  background-color: var(--ep-yellow);
}
.blue-btn:active {
  color: #A0C4D8;
  background-color: #fff;
}
.blue-btn:focus,
.blue-btn:hover {
  color: #fff;
  background-color: #A0C4D8;
}
.disabled-btn,
.btn:disabled {
  background-color: #99A3BF;
  color: white;
}

.jq-selectbox__select:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: -webkit-gradient(linear,left top, left bottom,from(#fff),to(#e6e6e6));
  background: -o-linear-gradient(#fff,#e6e6e6);
  background: linear-gradient(#fff,#e6e6e6);
}

.main-slider {
  background-color: rgb(247 247 247);
  background: -webkit-gradient(linear, left top, right top, from(rgb(251 251 251)), color-stop(55%, rgb(247 247 247)), to(rgb(246 246 246)));
  background: -o-linear-gradient(left, rgb(251 251 251) 0%, rgb(247 247 247) 55%, rgb(246 246 246) 100%);
  background: linear-gradient(90deg, rgb(251 251 251) 0%, rgb(247 247 247) 55%, rgb(246 246 246) 100%);
  /* background-image: url(/wp-content/themes/epilate-me/img/bg/bg-1.png); */
  /* background: url(https://epilate-me.tw1.su/wp-content/themes/epilate-me/img/bg/bg-1.png), lightgray 50% / cover no-repeat; */

  /* background: url(https://epilate-me.tw1.su/wp-content/uploads/2023/08/image-8.png), lightgray;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; */
}

@media (min-width: 1200px) {
  .main-slider {
    min-height: 645px;
  }

}

.banner-item {
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  /* background-image: none!important; */
}
.banner-item__btn {
  position: relative;
  z-index: 2;
}
.banner-item__link {
  width: 300%;
  height: 100%;
  position: absolute;
  left: -100%;
  top: 0;

}
.banner-item__content {
  min-height: 645px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 600px;
  padding-left: 5px;
}
.banner-item__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 55px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  color: var(--ep-blue);
  margin: 0 0 35px;
}
.banner-item__img {
  display: none;
}
.banner-hid-link{
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner-item .banner-item__img img {
  max-width: 100%;
  margin: 0 auto;
  height: auto;
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: auto;
}

.tr-text {
  -webkit-text-fill-color: #f9f9f9;
  /* -webkit-text-stroke: 1px #01195F; */
  color: transparent;
	text-shadow: 
		-0   -1px 0   #01195F,
		 0   -1px 0   #01195F,
		-0    1px 0   #01195F,
		 0    1px 0   #01195F,
		-1px -0   0   #01195F,
		 1px -0   0   #01195F,
		-1px  0   0   #01195F,
		 1px  0   0   #01195F,
		-1px -1px 0   #01195F,
		 1px -1px 0   #01195F,
		-1px  1px 0   #01195F,
		 1px  1px 0   #01195F,
		-1px -1px 0   #01195F,
		 1px -1px 0   #01195F,
		-1px  1px 0   #01195F,
		 1px  1px 0   #01195F;
  font-size: 70px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 6px;
  text-transform: uppercase;
}
.promo {
  margin: 0 0 50px;
}
.main-slider .owl-theme .owl-nav {
  margin: 0;
  position: absolute;
  right: 0;
  top: 52%;
  gap: 16px;
}
.main-slider .owl-theme .owl-dots {
  margin: 0;
  position: absolute;
  right: 14px;
  top: 40%;
  top: 36%;
}
.timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.timer-item {
  border-radius: 12px;
  border: 1px solid #01195F;
  background: rgba(255, 255, 255, 0.50);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;  
  color: var(--ep-blue);
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  width: 70px;
  min-height: 69px;
}
.timer-item span {
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  display: block;
}
.timer-item .timer-label {
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.promo p {
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px;
}
.section-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 76px;
  font-style: normal;
  font-weight: 900;
  color: var(--ep-blue);
  line-height: normal;
  letter-spacing: 5px;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 20px;
}
.mobile-phone,
.mobile-menu {
  display: none;
}
.row.about-tabs-mobile {
  display: none;
}
.owl-custom.owl-carousel .owl-nav {
  position: absolute;
  top: calc(50% - 40px);
  width: 100%;
  left: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}
.owl-custom.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 0;
  right: -85px;
}
.owl-custom.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 0;
  left: -85px;
}
.ba-slider {
  overflow: hidden;
  border-radius: 24px;
}
.dop-slider .banner-item {
  overflow: hidden;
  border-radius: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  text-align: center;
}
.ba-slider img {
  height: 530px;
  -o-object-fit: cover;
     object-fit: cover;
}
.dop-slider.dop-slider-bg {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(230, 232, 239, 0.20)), to(rgba(230, 232, 239, 0.00)));
  background: -o-linear-gradient(top, rgba(230, 232, 239, 0.20) 0%, rgba(230, 232, 239, 0.00) 100%);
  background: linear-gradient(180deg, rgba(230, 232, 239, 0.20) 0%, rgba(230, 232, 239, 0.00) 100%);
  padding: 80px 0;
  margin: 50px 0 0;
}
.dop-slider__title {
  margin-bottom: 40px;
}
.another-main .reviews {
  padding: 0;
}
.device-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 24px;
  background: white;
  -webkit-box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.01);
          box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.01);
  gap: 30px;
  padding: 20px;
}
.active .device-box {
  -webkit-box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.05);
}
.popoup-form textarea {
  font-size: 16px;
}
.device-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
  padding: 0 20px 0 0;
}
.device-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  font-weight: 800;
  color: #01195F;
  margin: 0 0 20px;
  line-height: 1.2;
}
.device-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}
.device-img img {
  width: 100%;
  border-radius: 24px;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 460px;
}
.item-device {
  padding: 0 20px;
}
.devices .owl-carousel .owl-stage-outer {
  padding-bottom: 20px;
  margin: 0 -10px;
}
#devices {
  margin-bottom: -20px;
}
.device-content p {
  margin-bottom: 10px;
}
.device-content ul {
  padding-left: 20px;
}
.device-content li {
  margin-bottom: 10px;
}
.cosmetology-services.services_clinic .services-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
} 
.cosmetology-services.services_clinic .row.services-row .col-lg-8.left_pad {
  padding-left: 20px;
  padding-right: 0;
}
.cosmetology-services.services_clinic .row.services-row .col-lg-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 60%;
  padding-right:20px;
}
.cosmetology-services.services_clinic .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 40%;
}
.cosmetology-type__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.cosmetology-type {
  position: relative;
}
.cosmetology-types .prices-title {
    -webkit-text-fill-color: #fff;
}
.cosmetology-type--left .services-item .services-item__title {
  -webkit-transform: rotate(-90deg) translate(14%, 2%);
      -ms-transform: rotate(-90deg) translate(14%, 2%);
          transform: rotate(-90deg) translate(14%, 2%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 100%;
}
.cosmetology-type .services-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}



















/*  
.marquee {
  height: 55px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.marquee div {
  display: block;
  width: 200%;
  height: 55px;
  position: absolute;
  overflow: hidden;
  animation: marquee 5s linear infinite;
}

.marquee span {
  font-family: 'Montserrat', sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  color: var(--ep-blue);
  text-transform: uppercase;
  float: left;
  width: auto;
  margin: 0 12px;
}

@keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
} */


.marquee {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 54px;
  overflow-x: hidden;
  margin: 20px 0;
}

.marquee-track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  -webkit-animation: marquee 22s linear infinite;
          animation: marquee 22s linear infinite;
}

.services-marquee .marquee-discount .marquee-track {
  -webkit-animation: marquee 22s linear infinite;
          animation: marquee 22s linear infinite;
}
.marquee-reviews .marquee-track {
  -webkit-animation: marquee 22s linear infinite;
          animation: marquee 22s linear infinite;
}
.marquee-discount .marquee-track {
  -webkit-animation: marquee 300s linear infinite;
          animation: marquee 300s linear infinite;
}

.marquee-content {
  font-family: 'Montserrat', sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  color: var(--ep-blue);
  text-transform: uppercase;
}
.marquee-content span {
  -webkit-text-fill-color: #f9f9f9;
  /* -webkit-text-stroke: 1px #01195F; */
  color: transparent;
	text-shadow: 
		-0   -1px 0   #01195F,
		 0   -1px 0   #01195F,
		-0    1px 0   #01195F,
		 0    1px 0   #01195F,
		-1px -0   0   #01195F,
		 1px -0   0   #01195F,
		-1px  0   0   #01195F,
		 1px  0   0   #01195F,
		-1px -1px 0   #01195F,
		 1px -1px 0   #01195F,
		-1px  1px 0   #01195F,
		 1px  1px 0   #01195F,
		-1px -1px 0   #01195F,
		 1px -1px 0   #01195F,
		-1px  1px 0   #01195F,
		 1px  1px 0   #01195F;
}
@-webkit-keyframes marquee {
  from { -webkit-transform: translateX(0); transform: translateX(0); }
  to { -webkit-transform: translateX(-50%); transform: translateX(-50%); }
}
@keyframes marquee {
  from { -webkit-transform: translateX(0); transform: translateX(0); }
  to { -webkit-transform: translateX(-50%); transform: translateX(-50%); }
}


.about {
  padding: 80px 0 30px;
}
.about-row {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 40px;
}
.about-title {
  margin-bottom: 0;
}
.nav-tabs .nav-link {
  padding: 16px 20px;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 12px;
  background: rgba(138, 141, 142, 0.20);
  outline: none;
  border: none;
  color: var(--ep-blue);
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.nav-tabs .nav-link:hover {
  /* background: #F8E18A; */
  background: #F1C315;
}
.nav-tabs .nav-link:active {
  background: #F1C315;
}

.about-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  border: none;
}



.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    background: var(--ep-blue);
    color: white;
}
.about-col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 28%;
}
.about-col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 72%;
  padding-left: 55px;
}
.about-img img {
  max-width: 350px;
  height: auto;
  border-radius: 24px;
}
.about-tab-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-desc {
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border: 1px solid rgba(1, 25, 95, 0.40);
  background: transparent;
  padding: 40px 32px;
  margin-left: -2px;
}
.about-desc h3 {
  font-size: 40px;
  font-weight: 800;
}
.about-img {
  position: relative;
  z-index: 2;
}


.services {
  padding: 30px 0 110px;
}
.services-item {
  background-position: center;
  background-size: cover;
  width: 370px;
  height: 360px;
  border-radius: 24px;
  position: relative;
  padding: 20px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
 .services-item:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(1, 25, 95, 0.70);
  border-radius: 24px;
  z-index: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: 1;
  opacity: 0.5;
  background: linear-gradient(0deg, rgb(1 25 95) 0%, transparent 100%);
}


/*.services-item:hover::after {
  opacity: 1;
} */
.services-col {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.services-back {
  /* display: none; */
  position: absolute;
  top: 0;
  left: 12px;
  width: 91%;
  height: 100%;
  border-radius: 24px;
  background-color: #01195F;
  color: white;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  padding: 20px;
  z-index: 3;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.services-col:hover .services-back {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}


.services-back .services-item__title {
  font-size: 25px;
  color: white;
  margin-bottom: 19px;
}

.services-back p {
  color: rgba(255, 255, 255, 0.80);
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  -webkit-line-clamp: 8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.service-item__btn {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  background-color: transparent;
  color: white;
  border: 1px solid white;
  padding: 0 17px;
  height: 44px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.services-item__title {
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: white;
  z-index: 2;
  position: relative;
}
/* .service-item__btn {
  position: absolute;
  bottom: -29px;
  left: 50%;
  display: inline-flex;
  width: auto;
  transform: translate(-50%, 0);
  min-width: 245px;
  z-index: 2;
} */
.services-marquee {
  margin-bottom: 28px;
  height: 146px;
}
.services-marquee .marquee-content {
  font-size: 120px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 8.4px;
  text-transform: uppercase;
  -webkit-text-fill-color: #fff;
  /* -webkit-text-stroke: 1px #01195F; */
  color: transparent;
	text-shadow: 
		-0   -1px 0   #D7D7D7,
		 0   -1px 0   #D7D7D7,
		-0    1px 0   #D7D7D7,
		 0    1px 0   #D7D7D7,
		-1px -0   0   #D7D7D7,
		 1px -0   0   #D7D7D7,
		-1px  0   0   #D7D7D7,
		 1px  0   0   #D7D7D7,
		-1px -1px 0   #D7D7D7,
		 1px -1px 0   #D7D7D7,
		-1px  1px 0   #D7D7D7,
		 1px  1px 0   #D7D7D7,
		-1px -1px 0   #D7D7D7,
		 1px -1px 0   #D7D7D7,
		-1px  1px 0   #D7D7D7,
		 1px  1px 0   #D7D7D7;
}
.services-col--vertical .services-item__title {
  position: relative;
  left: 0;
  top: 0;
}
.services-col--vertical .services-item__title span {
  -webkit-transform: rotate(-90deg) translate(-125px, -150px);
      -ms-transform: rotate(-90deg) translate(-125px, -150px);
          transform: rotate(-90deg) translate(-125px, -150px);
  display: block;
}


.prices {
  background: #fff;
  padding: 60px 0 50px;
}
.prices-title {
  font-size: 120px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 8.4px;
  text-transform: uppercase;
  text-align: center;
  -webkit-text-fill-color: #f8f8f8;
  /* -webkit-text-stroke: 1px #01195F; */
  color: transparent;
  text-shadow: 0 -1px 0 #D7D7D7, 0 -1px 0 #D7D7D7, 0 1px 0 #D7D7D7, 0 1px 0 #D7D7D7, -1px 0 0 #D7D7D7, 1px 0 0 #D7D7D7, -1px 0 0 #D7D7D7, 1px 0 0 #D7D7D7, -1px -1px 0 #D7D7D7, 1px -1px 0 #D7D7D7, -1px 1px 0 #D7D7D7, 1px 1px 0 #D7D7D7, -1px -1px 0 #D7D7D7, 1px -1px 0 #D7D7D7, -1px 1px 0 #D7D7D7, 1px 1px 0 #D7D7D7;
}



 
.accordion .accordion-item {
	background: #FFF;
	border:none;
	border-bottom:2px solid #001361;
	padding-bottom:35px;
	padding-top:35px;
}
.accordion .accordion-item button[aria-expanded='true'] {
 
}
.accordion button {
  position: relative;
  display: flex;
  text-align: left;
  width: 100%;
  height:93px;
  padding: 0;
  color: var(--ep-blue);
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  border: none;
  background: none;
  outline: none;
  align-items:center;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
 
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
 
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  right: 0;
  width: 93px;
  height: 93px;
  border: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  font-size: 0;
}
.accordion button[aria-expanded='true'] {
 
}
.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 100%;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: opacity 200ms linear, max-height 200ms linear;
  -o-transition: opacity 200ms linear, max-height 200ms linear;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
  display: none;
}
.accordion .accordion-item button[aria-expanded='true'] + .accordion-content {
  display: block;
}



.accordion .accordion-content p {
  margin: 0;
}
.accordion .accordion-item button[aria-expanded='true'] .icon {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.accordion .accordion-item button[aria-expanded='true'] .icon svg path {
  fill: #F1C315;
}



input[type=checkbox] {
	height: 0;
	width: 0;
	visibility: hidden;
}

input[type=checkbox] + label {
	cursor: pointer;
    text-indent: -9999px;
    width: 50px;
    height: 25px;
    display: block;
    border-radius: 100px;
    position: relative;
    border-radius: 100px;
    background: #A0C4D8;
}

input[type=checkbox] + label:after {
  content: '';
  position: absolute;
  left: 0px;
  width: 25px;
  height: 25px;
  background: #01195F;
  border-radius: 90px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

input:checked + label {
	background: #E4E4E4;
}

input:checked + label:after {
	left: calc(100% - 0px);
	-webkit-transform: translateX(-100%);
	    -ms-transform: translateX(-100%);
	        transform: translateX(-100%);
}

/* label:active:after {
	width: 130px;
} */

.filter-item label {
  margin-right: 8px;
}
.filter-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filter-item.inactive {
  opacity: 0.5;
  pointer-events: none;
}
.filter-item.hidden {
  display: none;
}
.services-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 32px;
  gap: 40px;
}
.accordion button[aria-expanded='true'] + .accordion-content {
  margin-top: 16px;
}
 

.filter-choose {
  font-family:'Montserrat', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  opacity: 1;
  color:#000000;
  margin-right: 8px;
  cursor: pointer;
  text-transform:lowercase;
}
.serv-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 33px 0;
  position: relative;
}

.serv-item:last-child::after {
  content: none;
}


.serv-item-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.serv-item-desc p {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
}
.serv-item-desc .serv-item-title {
    font-weight:1;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 3%;
    font-family: Normalidad-Wide;
    color: #001361;
	text-transform:lowercase;
}
.serv-item-additional {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.serv-item-price--old {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: rgba(1, 25, 95, 0.60);
  text-decoration: line-through;
}
.serv-item-price {
	font-weight: 500;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 3%;
    font-family: Non-Bureau-Medium;
    color: #001361;
}
.serv-item-prices {
  display: none;
  gap: 20px;
}
.serv-item__btn {
  margin-left: 40px;
}
.serv-item-prices.__active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.serv-items {
  display: none;
}
.serv-items.__active {
  display: block;
}



.popoup-form {
  width: 600px;
}
.popoup-form .fancybox-button {
  height: 50px;
  width: 50px;
  opacity: 1;
}
.popoup-form .fancybox-button svg path {
  fill: #01195F;
  opacity: 1;
}
.popup__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-align: center;
  color: var(--ep-blue);
  margin: 20px 0;
}
.price-old,
.price-new {
  margin-right: 2px;
}


.company {
  padding: 60px 0;
}
.company-col-right {
  padding-left: 30px;
}
.company-slider__owl img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 24px;
}
.company p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; 
}
.company-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.company-info-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(50% - 10px);
  border-radius: 24px;
  border: 1px solid rgba(1, 25, 95, 0.40);
  padding: 20px;
  min-height: 113px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  gap: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.company-info-item .company-info-val {
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  /* min-width: 80px; */
}
.company-col-left{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 40%;
}
.company-col-right{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 60%;
}
.company-info-item .company-info-val span {
  font-size: 30px;
  font-weight: 700;
}



.reviews {
  padding: 0 0 80px;
}
.item-review {
	background: #fff;
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px;
  height:100%;
  gap: 0;
  color: var(--ep-blue);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: space-between;
}
.reviews-slider__owl {
  /* max-width: 1000px; */
  max-width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
.review-photo img {
  width: 140px;
  min-width: 140px;
  height: 140px;
  border-radius: 140px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.review-name {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 24px;
}
.review-desc {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; 
	color: #000;
}
.review-rating {
  min-width: 200px;
}
.review-stars-input {
  display: inline-block;
  vertical-align: bottom;
  max-width: 84px;
  margin: 0 auto;
}
.review-stars-input input {
  display: none;
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.review-stars-input label {
  display: inline-block;
  width: 12px;
  height: 12px;
  font-weight: 300;
  font-size: 12px;
  line-height: 22px;
  margin: 0 1.5px;
  text-align: left;
  cursor: pointer;
  position: relative;
  z-index: 1;
  float: right;
  background-image: url(../img/rating-empty.svg);
  background-repeat: no-repeat;
  background-size: 10px;
}
.review-stars-input  input:checked~label {
  background-image: url(../img/rating-checked.svg);
}
.review-col .review-info {
  display: none;
}
.rating {
  width: 140px;
  height: 24px;
  background-size: 24px;
  background-position: 0 0,28px 0,56px 0,86px 0,113px 0;
  background-repeat: no-repeat;
}
.rating-1 {
  background-image: url(../img/rating/rating-checked.svg),
  url(../img/rating/rating-empty.svg),
  url(../img/rating/rating-empty.svg),
  url(../img/rating/rating-empty.svg),
  url(../img/rating/rating-empty.svg);
}
.rating-2 {
  background-image: url(../img/rating/rating-checked.svg),
  url(../img/rating/rating-checked.svg),
  url(../img/rating/rating-empty.svg),
  url(../img/rating/rating-empty.svg),
  url(../img/rating/rating-empty.svg);
}
.rating-3 {
  background-image: url(../img/rating/rating-checked.svg),
  url(../img/rating/rating-checked.svg),
  url(../img/rating/rating-checked.svg),
  url(../img/rating/rating-empty.svg),
  url(../img/rating/rating-empty.svg);
}
.rating-4 {
  background-image: url(../img/rating/rating-checked.svg),
  url(../img/rating/rating-checked.svg),
  url(../img/rating/rating-checked.svg),
  url(../img/rating/rating-checked.svg),
  url(../img/rating/rating-empty.svg);
}
.rating-5 {
  background-image: url(../img/rating/rating-checked.svg),
  url(../img/rating/rating-checked.svg),
  url(../img/rating/rating-checked.svg),
  url(../img/rating/rating-checked.svg),
  url(../img/rating/rating-checked.svg);
}

.review-link {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #5D81EB;
  text-decoration: none;
}
.rating-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin: 0 0 15px;
}
.reviews .owl-theme .owl-nav {
  position: absolute;
  top: calc(50% - 40px);
  width: 100%;
  left: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}
.reviews .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 0;
  left: -85px;
}
.reviews .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 0;
  right: -85px;
}
.reviews .owl-theme .owl-dots {
  margin-top: 24px;
}
.review-rating-title {
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
}
.rating-val {
  font-family: 'Montserrat', sans-serif;
  color: var(--ep-blue);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.tr-btn {
  border: 1px solid var(--ep-blue);
  background: transparent;
  color: var(--ep-blue);
}
.tr-btn:focus {
  color: var(--ep-blue);
  background-color: var(--ep-yellow);
  border: 1px solid var(--ep-yellow);
}
.tr-btn:hover {
  color: var(--ep-blue);
  background-color: var(--ep-yellow);
  border: 1px solid var(--ep-yellow);
}

.tr-btn:active {
  border: 1px solid var(--ep-blue);
  background: transparent;
  color: var(--ep-blue);
}

.reviews__btn {
  margin-top: 40px;
}
.partners {
  padding: 20px 0 80px;
}
.partners-row p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  color: var(--ep-blue);
}
.partners-row p a {
  color: var(--ep-blue);
  text-decoration: underline;
}
.partners .owl-theme .owl-nav {
  position: absolute;
  top: calc(50% - 40px);
  width: 100%;
  left: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}
.partners .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 0;
  left: -85px;
}
.partners .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 0;
  right: -85px;
}
.partners .owl-theme .owl-dots {
  margin-top: 24px;
}
.partner-logo img {
  max-width: 100%;
  max-height: 140px;
  height: auto;
}
.partner-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 140px;
}


.map {
  max-width: 100%;
  overflow: hidden;
  background: #001361;
  padding: 40px 0 100px;
}
.map-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.map-item:last-child {
  margin-bottom: 0;
}
.map-addr {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  padding-right: 40px;
	color:#fff
}
.map-title {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 4px;
}
.map-col-right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  background: #001361;
}
.map-col-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 500px;
  padding-right: 0;
}
#contacts .map-col-left {
  padding-right: 0;
}

.map-col-right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  padding: 24px 24px 0;
  max-height: 500px;
  overflow: hidden;
}
.map-inner {
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: auto;
  margin-right: 0 20px 0 0;
  padding: 0 20px 0 0;
  scrollbar-color: #eaeaea #001361;
  scrollbar-width: 6px;
}
/* width */
.map-inner::-webkit-scrollbar {
  width: 6px;
}

/* Track */
.map-inner::-webkit-scrollbar-track {
  border-radius: 130px;
  background: #fff;
}

/* Handle */
.map-inner::-webkit-scrollbar-thumb {
  border-radius: 130px;
  background: #EAEAEA;
}

/* Handle on hover */
.map-inner::-webkit-scrollbar-thumb:hover {
  border-radius: 130px;
  background: #EAEAEA;
}


.map-row {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.map-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
	color:#fff;
}
#map-main {
  width: 100%;
  height: 500px;
  border-radius: 30px;
  overflow: hidden;
}
.map .services-marquee .marquee-content {
  -webkit-text-fill-color: #f7f7f7;
  color: transparent;
}
.map .services-marquee {
  margin-bottom: 50px;
}
a.logo-link {
  opacity: 1;
}
a.logo-link:hover {
  opacity: .7;
}
.btn.map__btn {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  height: 44px;
  padding: 0 22px;
  background:#fff;
  color:#001361;
}
.btn.map__btn svg {
  max-width: 21px;
  margin-right: 10px;
}

.custom-page {
  padding: 40px 0;
}
.custom-page h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 66px;
  font-style: normal;
  font-weight: 900;
  color: var(--ep-blue);
  line-height: normal;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 20px;
  text-align: center;
}
.custom-page h2 {
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: var(--ep-blue);
  margin: 0 0 20px;
}
.custom-page h3 {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: var(--ep-blue);
  margin: 0 0 20px;
}


.popoup-form .jq-selectbox {
  width: 100%;
  margin-top: 10px;
}
.popoup-form .jq-selectbox li {
  font-size: 13px;
  color: #231f20;
}
.popoup-form .jq-selectbox li.selected {
  background-color: #01195F;
  color: white;
}
.popoup-form .jq-selectbox li:hover {
  background-color: #01195F;
  color: white;
}
.contact-form-row > p,
.contact-form-wrp label {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: var(--ep-blue);
  width: 100%;
  max-width: 100%;
  text-align: left;
}
.popoup-form .wpcf7-form-control.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.popoup-form .jq-radio.checked .jq-radio__div {
  width: 10px;
  height: 10px;
  margin: 2px 0 0 2px;
  border-radius: 50%;
  background: #01195f;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.wpcf7-list-item-label {
  cursor: pointer;
}
.contact-form-row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.contact-form-small {
  width: 20%;
  min-width: 20%;
}
.contact-form-large {
  width: 100%;
}

.prices-title {
  font-size: 100px;
}
.services-title {
  font-size: 100px;
  -webkit-text-fill-color: white;
  /* -webkit-text-stroke: 1px #01195F; */
  color: white;
  margin: 5px auto 28px;
}
.reviews-title {
  font-size: 100px;
  -webkit-text-fill-color: white;
  /* -webkit-text-stroke: 1px #01195F; */
  color: white;
  margin: 5px auto 28px;
}
.contacts-title {
  font-size: 100px;
  margin: 5px auto 28px;
}

.popoup-form .wpcf7-spinner {
  position: absolute;
  bottom: 15px;
  left: 5px;
}
.popup__desc {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}


.specialist {
  border-radius: 40px;
  border: 1px solid rgba(1, 25, 95, 0.40);
  background: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 32px 24px;
  height: 100%;
}
.specialist-img {
  margin: 0 auto 20px;
  text-align: center;
}
.specialist-img img {
  width: 176px;
  height: 176px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.specialist-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: var(--ep-blue);
  margin-bottom: 14px;
}
.specialist-desc {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; 
  color: var(--ep-blue);
}
.btn-load-spec {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
}
.row.specialists-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.row.specialists-row > * {
  padding-right: 10px;
  padding-left: 10px;
}
.specialists-col {
  margin-bottom: 20px;
}
.spec-row-load {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

.specialists {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(208, 208, 208, 0.20)), to(rgba(255, 255, 255, 0.20)));
  background: -o-linear-gradient(top, rgba(208, 208, 208, 0.20) 0%, rgba(255, 255, 255, 0.20) 100%);
  background: linear-gradient(180deg, rgba(208, 208, 208, 0.20) 0%, rgba(255, 255, 255, 0.20) 100%);
  padding-top: 40px;
  margin: 80px 0 20px;
  width: 100%;
  position: relative;
}
.specialists-col.__hidden {
  display: none;
}

.share-popup-btn {
  width: 100%;
  margin-bottom: 20px;
}
.popoup-form .contact-form-col.contact-form-small label {
  font-size: 0;
}
.popoup-form .checkbox-text {
  font-size: 12px;
  color: var(--ep-blue);
}
.popoup-form .checkbox-text a {
  font-size: 12px;
  color: var(--ep-blue);
  text-decoration: underline;
}
.form-accept p {
  text-align: left;
}
.btn.partners-btn {
  color: white;
  text-decoration: none;
}
.error-404 {
  padding: 50px 0;

}
.error-row {
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  min-height: calc(100vh - 312px);
}
.error-404 h1 {
  font-size: 250px;
  text-align: center;
}
.error-404 h2 {
  font-size: 30px;
  text-align: center;
}
.error-404 .btn {
  width: auto;
  margin: 0 auto;
}





@media (min-width: 1200px) {

  .reviews-slider__owl {
    padding: 0 15px;
  }
  .item-review {
    margin: 0 1px;
  }
  .prices-title {
    margin: 0 0 20px;
  }
  .specialists {
    padding-top: 20px;
  }
  .map {
    padding-top: 40px;
  }
  .reviews {
    padding-top: 40px;
    padding-bottom: 35px;
  }
  .company {
    padding-bottom: 35px;
    padding-top: 40px;
  }
  .prices {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .services {
    padding-top: 60px;
  }
  .about {
    padding-top: 70px;
  }
  .main-slider {
    margin-bottom: 40px;
  }






}


/* .serv-item[data-type="Александритовый"] {
  display: none;
} */
.serv-item.__active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}



.chosen-container {
	display: block;
	margin: 0 auto;
	width: 100%;
	min-width: 100%;
	background: none;
	margin-top: 10px;
}
.chosen-container .chosen-results li {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  color: #231f20;
}
.chosen-container-single .chosen-search {
	display: none;
}

.chosen-container.chosen-with-drop .chosen-drop {
	border-radius: 0 0 15px 15px;
	border: none;
	border-top-color: transparent;
}

.chosen-container .chosen-results {
	max-height: 250px;
	padding: 5px;
	color: #01195F;
}
select {
  word-wrap: normal;
  max-width: 100%;
}
.chosen-container-single .chosen-single, .chosen-container-multi .chosen-choices {
  font-family: 'Montserrat', sans-serif;
  height: 45px;
  width: 100%;
  line-height: 45px;
  padding: 0 45px 0 18px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #BDBDBD;
  background-image: none;
  width: 100%;
  color: #231f20;
  border-radius: 100px;
  font-weight: 400;
}

.chosen-container-active.chosen-with-drop .chosen-single {
	height: 40px;
	border-radius: 15px 15px 0 0;
	line-height: 35px;
	background-image: none;
	background: transparent;
	border: none;
	border-bottom-color: transparent;
	padding: 0 15px;
  color: #231f20;
}

.chosen-container-single .chosen-single div b {
	background-position: 0px 10px !important;
}

.chosen-container {
  font-family: 'Montserrat', sans-serif;
	color: #003d79;
	font-weight: 600;
	font-size: 14px;
}

.chosen-container-single .chosen-single div:after {
	font-family: 'Glyphicons Halflings';
	content: "\e259";
	font-size: 0;
	position: relative;
	right: 5px;
	position: absolute;
	top: 14px;
	right: 12px;
	width: 0;
	height: 0;
	border-top: 4px solid #22262A;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	top: calc(50% - 1px);
}

.chosen-container-single .chosen-single div b {
	display: none;
}

.chosen-container .chosen-results li.highlighted {
	background-color: #01195F;
	color: white;
	background-image: none;
}

.chosen-results::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #F5F5F5;
}

.chosen-results::-webkit-scrollbar {
	width: 5px;
	background-color: #F5F5F5;
}

.chosen-results::-webkit-scrollbar-thumb {
	background-color: #F90;
	background-image: -webkit-linear-gradient(45deg,
			rgba(255, 255, 255, .2) 25%,
			transparent 25%,
			transparent 50%,
			rgba(255, 255, 255, .2) 50%,
			rgba(255, 255, 255, .2) 75%,
			transparent 75%,
			transparent)
}

.chosen-container .chosen-results li.active-result {
	color: #01195F;
}

.chosen-container .chosen-results li.active-result.highlighted {
	color: #ffffff;
}

.chosen-container .chosen-results li:hover {
	background-color: #01195F;
	color: white;
}

.chosen-container-multi .chosen-choices {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
  overflow: auto;
}

.chosen-container-multi .chosen-choices li.search-choice {
  flex: 0 0 auto;
}
.chosen-container-multi .chosen-results li.active-result[data-option-array-index="0"] {
  pointer-events: none;
}

/* Скрываем scrollbar для Chrome, Safari и Opera */
.chosen-container-multi .chosen-choices::-webkit-scrollbar {
  display: none;
}
 
/* Скрываем scrollbar для IE, Edge и Firefox */
.chosen-container-multi .chosen-choices {
  -ms-overflow-style: none;  /* IE и Edge */
  scrollbar-width: none;  /* Firefox */
}

.wpcf7-form {
  position: relative;
}

.wpcf7-form.submitting:before {
  content: '';
  position: absolute;
  background-color: #fbfbfc;
  opacity: .5;
  top: 0;
  left:0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.popoup-form .wpcf7-spinner {
  position: absolute;
  bottom: 55%;
  left: 45%;
  z-index: 999;
}



@media (min-width: 1025px) {
  .nav-tabs .nav-link br {display: none;}



}
@media (max-width: 992px) {
  .contact-form-wrp select {
    word-wrap: normal;
    max-width: 100%;
    margin-top: 10px;
    width: 100%;
    height: 45px;
    width: 100%;
    line-height: 45px;
    padding: 0 45px 0 18px;
    background-image: none;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #BDBDBD;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 85px;
    color: #231f20;
  }
  .contact-form-wrp select:hover,
  .contact-form-wrp select:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #BDBDBD;
    color: #231f20;
  }
 
  .contact-form-wrp select {
    /* -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: url("path/img.png") no-repeat right center; */
    outline: 0;
    color: #231f20;
  }

  .contact-form-wrp select { 
    display: block;
    padding: 0.6em 1.4em 0.5em 0.8em;
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    font-size: 16px;
    border: 1px solid #aaa;
    -webkit-box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
            box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDIwMDEwOTA0Ly9FTiIKICJodHRwOi8vd3d3LnczLm9yZy9UUi8yMDAxL1JFQy1TVkctMjAwMTA5MDQvRFREL3N2ZzEwLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4wIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiB3aWR0aD0iMzAuMDAwMDAwcHQiIGhlaWdodD0iMzAuMDAwMDAwcHQiIHZpZXdCb3g9IjAgMCAzMC4wMDAwMDAgMzAuMDAwMDAwIgogcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQgbWVldCI+Cgo8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwzMC4wMDAwMDApIHNjYWxlKDAuMTAwMDAwLC0wLjEwMDAwMCkiCmZpbGw9IiMwMDAwMDAiIHN0cm9rZT0ibm9uZSI+CjxwYXRoIGQ9Ik00MCAxODIgYzAgLTQgMjUgLTMyIDU1IC02MiBsNTUgLTU0IDU1IDU0IGMzMCAzMCA1NSA1OCA1NSA2MiAwIDQKLTQ5IDggLTExMCA4IC02MCAwIC0xMTAgLTQgLTExMCAtOHoiLz4KPC9nPgo8L3N2Zz4K), -webkit-gradient(linear, left top, left bottom, from(#ffffff),to(#ffffff));
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDIwMDEwOTA0Ly9FTiIKICJodHRwOi8vd3d3LnczLm9yZy9UUi8yMDAxL1JFQy1TVkctMjAwMTA5MDQvRFREL3N2ZzEwLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4wIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiB3aWR0aD0iMzAuMDAwMDAwcHQiIGhlaWdodD0iMzAuMDAwMDAwcHQiIHZpZXdCb3g9IjAgMCAzMC4wMDAwMDAgMzAuMDAwMDAwIgogcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQgbWVldCI+Cgo8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwzMC4wMDAwMDApIHNjYWxlKDAuMTAwMDAwLC0wLjEwMDAwMCkiCmZpbGw9IiMwMDAwMDAiIHN0cm9rZT0ibm9uZSI+CjxwYXRoIGQ9Ik00MCAxODIgYzAgLTQgMjUgLTMyIDU1IC02MiBsNTUgLTU0IDU1IDU0IGMzMCAzMCA1NSA1OCA1NSA2MiAwIDQKLTQ5IDggLTExMCA4IC02MCAwIC0xMTAgLTQgLTExMCAtOHoiLz4KPC9nPgo8L3N2Zz4K), -o-linear-gradient(top, #ffffff 0%,#ffffff 100%);
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDIwMDEwOTA0Ly9FTiIKICJodHRwOi8vd3d3LnczLm9yZy9UUi8yMDAxL1JFQy1TVkctMjAwMTA5MDQvRFREL3N2ZzEwLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4wIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiB3aWR0aD0iMzAuMDAwMDAwcHQiIGhlaWdodD0iMzAuMDAwMDAwcHQiIHZpZXdCb3g9IjAgMCAzMC4wMDAwMDAgMzAuMDAwMDAwIgogcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQgbWVldCI+Cgo8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwzMC4wMDAwMDApIHNjYWxlKDAuMTAwMDAwLC0wLjEwMDAwMCkiCmZpbGw9IiMwMDAwMDAiIHN0cm9rZT0ibm9uZSI+CjxwYXRoIGQ9Ik00MCAxODIgYzAgLTQgMjUgLTMyIDU1IC02MiBsNTUgLTU0IDU1IDU0IGMzMCAzMCA1NSA1OCA1NSA2MiAwIDQKLTQ5IDggLTExMCA4IC02MCAwIC0xMTAgLTQgLTExMCAtOHoiLz4KPC9nPgo8L3N2Zz4K), linear-gradient(to bottom, #ffffff 0%,#ffffff 100%);
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDIwMDEwOTA0Ly9FTiIKICJodHRwOi8vd3d3LnczLm9yZy9UUi8yMDAxL1JFQy1TVkctMjAwMTA5MDQvRFREL3N2ZzEwLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4wIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiB3aWR0aD0iMzAuMDAwMDAwcHQiIGhlaWdodD0iMzAuMDAwMDAwcHQiIHZpZXdCb3g9IjAgMCAzMC4wMDAwMDAgMzAuMDAwMDAwIgogcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQgbWVldCI+Cgo8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwzMC4wMDAwMDApIHNjYWxlKDAuMTAwMDAwLC0wLjEwMDAwMCkiCmZpbGw9IiMwMDAwMDAiIHN0cm9rZT0ibm9uZSI+CjxwYXRoIGQ9Ik00MCAxODIgYzAgLTQgMjUgLTMyIDU1IC02MiBsNTUgLTU0IDU1IDU0IGMzMCAzMCA1NSA1OCA1NSA2MiAwIDQKLTQ5IDggLTExMCA4IC02MCAwIC0xMTAgLTQgLTExMCAtOHoiLz4KPC9nPgo8L3N2Zz4K); 
    background-repeat: no-repeat, repeat;
    background-position: right 0.7em top 50%, 0 0;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 96% 50%;
    background-color: transparent;
    border-radius: 100px;
    margin-top: 10px;
    line-height: 1;
    color: #231f20;
  } 
  .contact-form-wrp select::-ms-expand { display: none; } 
  .contact-form-wrp select:hover { border-color: #888; } 
  .contact-form-wrp select:focus { border-color: #aaa; 
      -webkit-box-shadow: none; 
              box-shadow: none;
      border: 1px solid #aaa;
      outline: none;
      color: #231f20;
      outline: none; 
      border-radius: 100px;
  } 
  .contact-form-wrp select option { font-weight:normal; } 
  .contact-form-wrp select option:focus,
  .contact-form-wrp select option:hover,
  .contact-form-wrp select option {
    background: transparent;
    color: #231f20;
  }
  .contact-form-wrp input[type=checkbox]:after {
    width: 20px;
    height: 20px;
    left: 1px;
    top: 0px;
    background-size: 14px;
  }
  .contact-form-wrp input[type=checkbox]:before {
    width: 22px;
    height: 22px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    background-size: 22px;
    display: block;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    position: absolute;
    top: -1px;
    left: -2px;
    display: block;
    flex: 0 0 auto;
  }
  .form-accept .wpcf7-form-control-wrap {
    width: 20px;
    height: 20px;
  }
  .form-accept .wpcf7-acceptance {
    width: 20px;
    height: 20px;
  }
  .form-accept .wpcf7-list-item {
    width: 20px;
    height: 20px;
  }
  .map-addr {
    padding-right: 5px;
  }









}



#features {
  padding-bottom: 30px;
}

.features-item {
  /* margin-bottom: 30px; */
  width: 100%;
}
.features-col {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
}
.services-back {
  /* display: none; */
  position: absolute;
  top: 0;
  left: 12px;
  width: 370px;
  height: 100%;
  border-radius: 24px;
  background-color: #01195F;
  color: white;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  padding: 20px;
  z-index: 3;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.features-back {
  left: 15px;
  width: 93%;
}
.features .container {
  padding: 0;
}

.xperts-img img {
  max-width: 100%;
  border-radius: 24px;
  -webkit-box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.15);
}

.xperts {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(208, 208, 208, 0.20)), to(rgba(255, 255, 255, 0.20)));
  background: -o-linear-gradient(top, rgba(208, 208, 208, 0.20) 0%, rgba(255, 255, 255, 0.20) 100%);
  background: linear-gradient(180deg, rgba(208, 208, 208, 0.20) 0%, rgba(255, 255, 255, 0.20) 100%);
  padding: 80px 0;
  margin: 70px 0 0;
}
.xperts-desc {
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 40px;
}
.xperts-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-center {
  position: relative;
}
.sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 57px;
  border-radius: 8px;
  background: #FFF;
  -webkit-box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.25);
  padding: 12px;
  z-index: 3;
  width: 170px;
}
.sub-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.sub-menu ul li {
  margin-bottom: 15px;
  height: auto;
  line-height: 1;
}
.sub-menu ul li:last-child {
  margin-bottom: 0;
}
.sub-menu ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #000F39;
  opacity: 1;
}
.main-menu li:hover .sub-menu {
  display: block;
}

.faq {
  padding: 0 0 50px;
}
.faq .accordion button {
  font-size: 24px;
  font-weight: 600;
}
.faq .accordion .accordion-content {
  font-size: 16px;
  font-weight: 400;
}
.faq .accordion .accordion-content p {
  margin: 0 0 15px;
}
.faq .accordion .accordion-content p:last-child {
  margin: 0;
}
.faq__btn {
  margin: 20px auto 0;
}
.accordion-item.__hidden {
  display: none;
}


.banner-box {
  background-color: #E2EAFF;
  border-radius: 24px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner-content {
  padding: 90px 60px;
}
.banner-box > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.banner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  min-height: 400px;
}
.banner-content svg {
  max-width: 442px;
  margin-bottom: 28px;
}
.banner-content p {
  color: #01195F;
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 28px;
  line-height: 1.2;
}
.banner {
  margin: 50px 0 100px;
}
footer .row [class~="col"] {
  padding-right: 0;
  padding-left: 0;
}





/* Other site  */

.another-main .main-slider {
  margin-bottom: 0;
}
.breadcrumb {
  margin: 24px 0 32px;
}
.first-block {
  padding: 0;
}
.services.block-services {
  padding: 0;
  margin: 0;
}
.seo-block {
  margin: 30px 0 70px;
}
.seo-block__title {
  margin-bottom: 24px;
}
.seo-block__desc {
  color: rgba(0, 15, 57, 0.90);
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 24px;
  max-width: 1090px;
}
.seo-block__desc p:last-child {
  margin-bottom: 0;
}
.mt-100 {
  margin-top: 100px;
}
.mb-100 {
  margin-bottom: 100px;
}
.read-full {
  padding: 0 32px;
}
.read-p {
  display: none;
}





/* About */
.about-banner {
  background-color: rgba(208, 208, 208, 0.30);
  position: relative;
  height: 645px;
  overflow: hidden;
}
.about-banner__title {
  font-family: 'Montserrat', sans-serif;
  color: #01195F;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  max-width: 446px;
}
.about-banner__box {
  position: relative;
  min-height: 645px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 42px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .phone,
.social-list a {
  opacity: 1;
}
.about-banner__img {
  max-width: 720px;
  position: relative;
  z-index: 2;
}
.about-banner__ellipse {
  position: absolute;
  right: 0;
  top: 50%;
}
.about-banner__circle {

  position: absolute;
  left: 0;
  top: 50%;
}
.about-banner__img img {
  max-width: 100%;
  max-width: 720px;
  max-height: 568px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.about-banner__left {
  position: absolute;
  left: 0;
  bottom: 39px;
}
.about-banner__right {
  position: absolute;
  right: 0;
  top: 157px;
}
.stars {
  position: absolute;
  max-width: 132px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-animation: moving infinite;
          animation: moving infinite;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
.stars img {
  max-width: 100%;
}
.stars-bottom {
  bottom: 64px;
  right: 0;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}
.stars-top {
  top: 59px;
  left: 0;
}
.star {
  position: absolute;
}
.star svg {
  max-width: 25px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.star-1 {
  left: -51px;
  top: 40%;
}
.star-3 {
  bottom: 42px;
  right: 20%;
}
.star-2 {
  top: 45px;
  right: 25%;
}



.star {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-animation: twinkling infinite;
          animation: twinkling infinite;
}
.star-1{
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
.star-2 {
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
}
.star-3 {
  -webkit-animation-duration: 2.2s;
          animation-duration: 2.2s;
}

@-webkit-keyframes twinkling {
  0% { opacity: 1; -webkit-transform: scale(1.2); transform: scale(1.2); }
  50% { opacity: 0.8; -webkit-transform: scale(1); transform: scale(1); }
  100% { opacity: 1; -webkit-transform: scale(1.5); transform: scale(1.5);}
}

@keyframes twinkling {
  0% { opacity: 1; -webkit-transform: scale(1.2); transform: scale(1.2); }
  50% { opacity: 0.8; -webkit-transform: scale(1); transform: scale(1); }
  100% { opacity: 1; -webkit-transform: scale(1.5); transform: scale(1.5);}
}
@-webkit-keyframes moving {
  0% { -webkit-transform: translateY(-10px); transform: translateY(-10px); }
  50%  { -webkit-transform: translateY(0); transform: translateY(0); }
  100% { -webkit-transform: translateY(-10px); transform: translateY(-10px); }
}
@keyframes moving {
  0% { -webkit-transform: translateY(-10px); transform: translateY(-10px); }
  50%  { -webkit-transform: translateY(0); transform: translateY(0); }
  100% { -webkit-transform: translateY(-10px); transform: translateY(-10px); }
}


.about-main .about {
  margin-top: 0;
  padding-top: 0;
}
.about-main .marquee-content span {
  margin: 0 2px;
  overflow: hidden;
}











.mobile-nav {
  background-color: white;
  -webkit-box-shadow: 0px -6px 14px 0px rgba(0, 0, 0, 0.20);
          box-shadow: 0px -6px 14px 0px rgba(0, 0, 0, 0.20);
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 6px;
  padding: 8px;
  z-index: 999;
}
.mobile-nav__item a {
  color: rgba(38, 38, 38, 0.50);
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 0.4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.mobile-nav__item svg {
  max-width: 32px;
}
.mobile-nav__item a:hover {
  color: #262626;
}
.mobile-nav__item.__active a {
  color: #262626;
}
.page-template-page-subservice-item .services_clinic .services-item__title {
  text-transform: none;
  letter-spacing: 0;
}
.page-template-page-subservice-item .services_clinic .services-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}



.advantages .services-col {
  margin-bottom: 20px;
}
.advantages.block-services {
  margin-bottom: 50px;
}
.service-main .map {
  margin-top: 50px;
}
.advantages .section-title {
  max-width: 900px;
}
.service-main .services_clinic .btn.blue-btn.service-item__btn {
  margin-top: 20px;
}


.services_clinic .btn.blue-btn.service-item__btn:hover {
  background: #F1C315;
  color: #000E37;
  border-color: #F1C315;
}


.serv-info {
  margin-top: 80px;
}
.serv-info__box {
  border-radius: 24px;
  border: 1px solid rgba(1, 25, 95, 0.40);
  background: rgba(255, 255, 255, 0.50);
  padding: 20px;
  height: 100%;
}
.serv-info__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  color: var(--ep-blue);
  line-height: normal;
  margin-bottom: 12px;
}
.serv-info__desc {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  color: var(--ep-blue);
}
.serv-info__row {
  margin-bottom: 70px;
}
.serv-info__col {
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.serv-info-title {
  max-width: 820px;
}


.consult-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 50px 0 100px;
}
.consult-block {
  width: 100%;
}
.consult-content {
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  border: 1px solid rgba(1, 25, 95, 0.40);
  background: transparent;
  padding: 40px 40px 20px;
  margin-right: -2px;
  margin-top: 80px;
}
.consult-img {
  position: relative;
  z-index: 2;
  border-radius: 20px;
  width: 43%;
  min-width: 43%;
}
.consult-img img {
  width: 100%;
  height: 495px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 20px;
}
.consult-title {
  font-family: 'Montserrat', sans-serif;
  color: var(--ep-blue);
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 2.52px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 16px;
}
.consult-block .contact-form-wrp [type=submit] {
  width: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 100px;
  height: 44px;
  padding: 0 18px;
  font-size: 16px
}
.contact-form-btn {
  text-align: right;
  position: relative;
}
.contact-form-btn p {
  text-align: right;
}
.consult-form {
  max-width: 360px;
  margin: 0 auto;
}
.consult-form .wpcf7-spinner {
  position: absolute;
  left: 0;
  bottom: -10px;
  z-index: 150;
}
.consult-form .contact-form-wrp input {
  height: 46px;
  padding: 0 16px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.20);
}
.consult-form .contact-form-wrp .wpcf7-not-valid {
  border: 1px solid #e5634b!important;
}
.consult-form .contact-form-wrp input[type=checkbox] {
  height: 18px;
}
.service-main #services {
  padding-top: 30px;
  padding-bottom: 20px;
}
.faq.single-faq {
  margin-top: 20px;
}
.service-main .reviews {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 50px;
}
.service-main .prices {
  padding-top: 40px;
}
.service-main .services-col {
  cursor: default;
}
.service-main .services-back {
  width: calc(100% - 25px);
}
.service-main .services-item {
  width: 100%;
}
.type-service-main.service-main #services {
  padding-top: 87px;
  padding-bottom: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(208, 208, 208, 0.20)), to(rgba(255, 255, 255, 0.20)));
  background: -o-linear-gradient(top, rgba(208, 208, 208, 0.20) 0%, rgba(255, 255, 255, 0.20) 100%);
  background: linear-gradient(180deg, rgba(208, 208, 208, 0.20) 0%, rgba(255, 255, 255, 0.20) 100%);
}
.services_clinic.single-services .services-col img {
  border-radius: 24px;
}
.type-service-main .reviews {
  margin-top: 80px;
  margin-bottom: 0;
  padding-bottom: 50px;
}
.type-service-main .serv-info {
  margin-top:0;
}
.remember-block {
  border-radius: 20px;
  background-color: #F0F4FF;
  padding: 15px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 100px;
}
.remember-block__title {
  font-family: 'Montserrat', sans-serif;
  color: var(--ep-blue);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.remember-block__title svg {
  max-width: 61px;
  margin-right: 24px;
}
.remember-block .btn {
  height: 44px;
  font-size: 16px;
}


#cosmetology-banner .banner-item {
    background-image: none!important; 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
#cosmetology-banner .banner-item__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 60%;
}
#cosmetology-banner .banner-item .banner-item__img img {
  max-width: 100%;
  margin: 0 auto;
  height: 100%;
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: auto;
  /* filter: drop-shadow(8px 0 40px #cbcbdf); */
}
.cosmetology-banner-item {
  background: rgb(241 241 241);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
#cosmetology-banner {
  background: rgb(241 241 241);
}
.preparations .owl-item.active + .owl-item.active + .active .preparation-img
.preparations .owl-item .preparation-img,
.preparations .owl-item.active .preparation-img {
  opacity: .5;
}
.preparations .owl-item.active.center .preparation-img {
  opacity: 1;
}
.cosmetology-type-main .advantages .section-title {
  max-width: 100%;
}
.cosmetology-type-main .services_clinic .services-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cosmetology-type-main.service-main .advantages.block-services {
  margin-bottom: 70px;
}
.products-tabs {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 36px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 100px;
  overflow: hidden;
  gap: 2px;
}
.nav-tabs.products-tabs .nav-link {
  font-family: 'Montserrat', sans-serif;
  border-radius: 0;
  color: #01195F;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  height: 56px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  padding: 0 34px;
}
.products-tabs li {
  margin: 0;
}
.nav-tabs.products-tabs .nav-link.active,
.nav-tabs.products-tabs .nav-item.show .nav-link {
  background: var(--ep-blue);
  color: white;
}
.cosm-product {
  border-radius: 24px;
  background: #E2EAFF;
  padding: 16px 40px;
  margin-bottom: 36px;
  padding: 0 16px 0 0;
}
.cosm-product__content {
  padding: 16px 40px 16px 0;
}
.cosm-product__img {
  min-width: 380px;
  width: 380px;
  margin-right: 30px;
  border-radius: 15px;
  background-color: #F0F4FF;
  overflow: hidden;
}
.cosm-product__img img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px;
  max-height: 376px;
  width: 100%;
}
.cosm-product__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.cosm-product__logo {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  color: #232323;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 12px;
}
.cosm-product__title {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 9px;
}
.cosm-product__btn {
  margin-right: 20px;
}
.cosm-product__desc p {
  color: rgba(1, 25, 95, 0.90);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px; 
  margin-bottom: 30px;
}

.cosm-product.__hidden {
  display: none;
}
.cosm-product-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cosmetic-main .services_clinic .services-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
}
.cosmetic-main .cosmetic-info {
  margin-bottom: 0;
  padding-bottom: 0;
}
.cosmetic-main .advantages .section-title {
  max-width: 100%;
}
.cosmetic-tabs {
  padding: 20px 0;
}
.cosmetic-main .services_clinic .services-item__title {
  font-size: 70px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 4.9px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.cosmetic-main .services_clinic .services-item__desc {
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}
.cosmetic-main .services-col.col-lg-7 {
  padding-right: 30px;
}
.cosmetic-main .services-col.left_pad {
  padding-left: 30px;
  padding-right: 0;
}
.cosmetic-main .contacts-title {
  text-align: center;
}
.cosmetic-main .map {
  margin-top: 60px;
}
.cosmetic-main .reviews {
  padding-top: 10px;
}
#mobile-menu .sub-menu {
  border-radius: 0;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
  border-bottom: 1px solid #01195F;
}
#mobile-menu li {
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#mobile-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#mobile-menu li a.__active svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
#mobile-menu .sub-menu ul li a {
  color: rgba(38, 38, 38, 0.80);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 32px;
}
#mobile-menu .sub-menu ul li {
  margin-bottom: 0;
}
.about-main .certificates .prices-title {
  -webkit-text-fill-color: #fff;

}

.about-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 70px;
}
.about-box__content {
    border-radius: 24px;
    background: white;
    -webkit-box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.15);
    padding: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 470px;
            flex: 0 0 470px;
    min-height: 550px;
    z-index: 2;
}
.about-box__content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.about-box__img img {
  max-width: 110%;
  border-radius: 24px;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-left: -10%;
  width: 110%;
}
.about-box__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.about-mission {
  max-width: 630px;
  margin: 10px auto 90px;

}
.about-mission__col {
  width: 100%;
  position: relative;
}
.about-mission p {
  color: rgba(1, 25, 95, 0.90);
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
.about-mission .about-mission__bg {
  -webkit-filter: blur(2px);
          filter: blur(2px);
}

.about-mission .about-mission__bg {
  position: absolute;
  left: 0;
  right: 0;
  font-size: 200px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 14px;
  text-transform: uppercase;
  -webkit-text-fill-color: #fff;
  text-shadow: 0 -1px 0 #01195F33, 0 -1px 0 #01195F33, 0 1px 0 #01195F33, 0 1px 0 #01195F33, -1px 0 0 #01195F33, 1px 0 0 #01195F33, -1px 0 0 #01195F33, 1px 0 0 #01195F33, -1px -1px 0 #01195F33, 1px -1px 0 #01195F33, -1px 1px 0 #01195F33, 1px 1px 0 #01195F33, -1px -1px 0 #01195F33, 1px -1px 0 #01195F33, -1px 1px 0##01195F33, 1px 1px 0 #01195F33;
}


.founder {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(208, 208, 208, 0.20)), to(rgba(255, 255, 255, 0.20)));
  background: -o-linear-gradient(top, rgba(208, 208, 208, 0.20) 0%, rgba(255, 255, 255, 0.20) 100%);
  background: linear-gradient(180deg, rgba(208, 208, 208, 0.20) 0%, rgba(255, 255, 255, 0.20) 100%);
  padding: 87px 0 157px;
}
.founder-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  flex-direction:row-reverse;
}
.founder-box__content {
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 370px;
          flex: 0 0 370px;
  z-index: 2;
}
.founder-box__quote {
  position: relative;
  padding-left: 100px;
  padding-top: inherit;
  margin-top: 57px;
}
.founder-box__quote p {
  color: #001361;
  font-size: 30px;
  font-weight: 300;
  line-height: 46px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
  font-family:Non-Bureau-Light;
	
}
.founder-img {
  margin: 0 0 20px;
  width: 100%;
}
.founder-img img {
  max-width: 100%;
  height: 398px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 24px;
  -webkit-box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.15);
}
.founder-name {
  color: #001361 !important;
  font-size: 22px !important;
  font-weight: 200 !important;
  line-height: 40px !important;
  font-family:Non-Bureau-Light;
  text-transform:none !important;
	margin-bottom:0px !important;
}
.founder-pos {
  color: #000 !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  line-height: 1 !important;
  text-transform:none !important;
  font-family:Non-Bureau-Light;
}
.about-main .galery .galery-title {
  color: #01195F;
  font-size: 86px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 6.02px;
  text-transform: uppercase;
}
.about-main .galery {
  padding: 80px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(208, 208, 208, 0.20)), to(rgba(255, 255, 255, 0.20)));
  background: -o-linear-gradient(top, rgba(208, 208, 208, 0.20) 0%, rgba(255, 255, 255, 0.20) 100%);
  background: linear-gradient(180deg, rgba(208, 208, 208, 0.20) 0%, rgba(255, 255, 255, 0.20) 100%);
}

.map-col-left{
	padding-left:0;
}
.clinic-main .map-col-right {
  min-height: 350px;
  max-height: 350px;
  border-radius: 0px 10px 10px 0px;
}
.clinic-main .clinics .map-col-left {
  border-radius: 10px 0 0 10px;
	
}
.clinic-main .map-row {
  min-height: 350px;
}
.clinic-main .map-row .gallery_clinic img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.clinic-main .map-row .gallery_clinic {
  height: 100%;
  border-radius: 10px 0px 0px 10px;
}
.clinic-main .clinics .map-addr {
  height: 100%;
  padding-right: 20px;
}
.clinic-main #contacts .map-col-left {
  padding-right: 0;
  max-height: 350px;
  width: 500px;
}
.clinic-main .clinics .map-addr2 {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 22px 0 0;
}
.clinic-main h1 {
  font-size: 56px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 3.92px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.clinics-sales img {
  max-width: 100%;
  height: auto;
  max-width: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.clinics-sales__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: var(--ep-blue);
  margin: 0;
  width: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 80%;
}
.clinic-main .sales .row.sale {
  padding: 16px 40px;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  margin: 0;
  background-color: #E2EAFF;
}
.clinic-main .sales {
  padding: 0;
  background: transparent;
  margin: 22px 0 0;
}
.clinic-main .map {
  max-width: 100%;
  padding: 0;
  background: transparent;
  padding: 0;
}
.clinic-main .city .banner-item__btn {
  width: auto;
  font-size: 16px;
  height: 48px;
  padding: 0 15px;
  border-radius: 202px;
  background: rgba(138, 141, 142, 0.20);
}
.clinic-main .city {
  gap: 16px;
  margin: 0 0 24px;
}
.clinic-main .city .blue-btn {
  color: white;
  background-color: var(--ep-blue);
}
.clinic-main .map-desc {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  margin: 0;
}
.clinic-main .map-phone {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}
.clinic-main .map-desc2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin: 24px 0 0;
}
.clinic-main .map-addr2 a {
  margin: 0 15px 0 0;
}
.clinic-main .map-title {
  margin-bottom: 10px;
}
.clinic-main .map {
  padding-bottom: 30px;
}
.clinic-main .seo-block__title {
  max-width: 70%;
}
.clinic-main {
  padding: 0 0 30px;
}
.clinic-map {
  width: 100%;
  height: 350px;
}
.clinic-main .clinic-map {
  padding: 0;
}
.clinic-main .map-btn-tr {
  border-radius: 100px;
  border: 1px solid #01195F;
  background: #FFF;
  color: #01195F;
}
.clinic-main .map-btn-tr:active {
  color: var(--ep-blue);
  background-color: #DFB515;
  border: 1px solid #DFB515;
}
.clinic-main .map-btn-tr:focus,
.clinic-main .map-btn-tr:hover {
  color: var(--ep-blue);
  background-color: #DFB515;
  border: 1px solid #DFB515;
}
.clinic-main .map-btn-tr:disabled {
  background-color: #99A3BF;
  color: white;
}


.promo-box {
  border-radius: 40px;
  background: rgba(208, 208, 208, 0.30);
  padding: 58px 50px;
  margin: 0 0 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.promo-box__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 608px;
          flex: 0 0 608px;
  border-radius: 40px;
}
.promo-box__img img {
  max-width: 100%;
  height: auto;
  border-radius: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.promo-box__content {
  padding: 0 70px 0 0;
}
.promo-box__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 55px;
  color: #01195F;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.promo-box__desc {
  margin-bottom: 30px;
}
#promos {
  width: 100%;
  margin: 0 0 40px;
}
.videos-tabs .nav-link {
  border-radius: 202px;
}
.videos-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  -webkit-box-shadow: navajowhite;
          box-shadow: navajowhite;
  border: none;
  margin: 0 auto 35px;
}
.all-videos{
  margin: 0 auto 70px;
}
.videos-item__prevue {
  position: relative;
}
.videos-item .play {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 87px;
  height: 87px;
  border-radius: 100%;
  background: #ffffff;
  float: left;
  position: absolute;
  overflow: hidden;
  z-index: 40;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}
.play-video-btn {
  width: 100%;
  height:  100%;
  border-radius: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.play-video-btn svg {
  max-width: 87px;
  margin: 0;
}
.videos-item__prevue img {
  width: 100%;
  border-radius: 24px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 250px;
}
.videos-item-full .videos-item__prevue img {
  height: 500px;
}

.videos-item .play:hover {
  opacity: .9;
}
.videos-tabs-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.videos-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333333%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-bottom: 30px;
}
.videos-item-full {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  margin-bottom: 60px;
}
.videos-item-full .videos-item-inner {
  max-width:100%;
  margin: 0 auto;
}
.videos-item__title {
  font-family: 'Montserrat', sans-serif;
  color: #000F39;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 25px;
}
.videos-item__desc {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 15px;
}
.videos-item__prevue {
  margin-bottom: 20px;
}
.videos-item-full .videos-item__prevue {
  margin-bottom: 35px;
}
.videos-tabs__title {
  margin-bottom: 35px;
}
.videos-item__date {
  color: rgba(104, 104, 104, 0.60);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.videos-item-full .videos-item__date {
  display: none;
}
.videos-item.__hidden {
  display: none;
}
.videos-item__more {
  margin-top: 20px;
}






.edu-banner {
  background-color:rgba(208, 208, 208, 0.30);
  margin: 0 0 60px;
  overflow: hidden;
}
.edu-banner__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 415px;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;
  gap: 50px;
}
.edu-banner__title {
  margin: 0;
  padding: 0;
  color: #01195F;
  font-family: 'Montserrat', sans-serif;
  font-size: 85px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}
.edu-banner__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 550px;
          flex: 0 0 550px;
}
.edu-banner__img img {
  max-width: 100%;
  height: 100%;
  -webkit-filter: drop-shadow(8px 0 40px #cbcbdf );
          filter: drop-shadow(8px 0 40px #cbcbdf );
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-left: 15%;
}
.edu-main .about {
  padding: 40px 0 30px;
}
.edu-main .services {
  padding: 0;
  margin: 60px 0 50px;
}
.edu-quote__text {
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; 
  color: rgba(0, 15, 57, 0.90);
  text-align: center;
  margin: 0 auto;
  max-width: 800px;
}
.edu-quote {
  margin: 50px 0 20px;
}
.edu-content  {
  color: rgba(0, 15, 57, 0.90);
}
.edu-content blockquote {
  color: rgba(0, 15, 57, 0.90);
  font-size: 24px;
  font-weight: 400;
  line-height: 28px; 
}
.edu-content blockquote p {
  color: rgba(0, 15, 57, 0.90);
  font-size: 24px;
  font-weight: 400;
  line-height: 28px; 
}
.edu-content img {
  max-width: 100%;
  height: auto;
  border-radius: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.edu-content .wp-block-image {
  margin: 40px 0;
}
.edu-content :where(.wp-block-columns.is-layout-flex) {
  gap: 30px;
}
.edu-content .wp-block-columns .wp-block-image {
  margin: 0;
}
.edu-content .wp-block-columns {
  margin: 30px 0 40px;
}
.edu-spec {
  margin-top: 50px;
}
.edu-spec .specialist-img img {
    border-radius: 20px;
    width: 100%;
    height: 300px;
}
.edu-spec .specialist {
  border-radius: 0;
  border: none;
  background: transparent;
  padding: 0;
}
.edu-spec .specialist p {
  margin-bottom: 0;
}
.edu-spec .spec-row-load {
  margin-top: 20px;
}
.edu-spec .specialist {
  text-align: center;
}
.edu-licenses-title {
  margin-bottom: 30px;
}
.edu-licenses-tabs {
  margin-bottom: 35px;
}
.edu-licenses {
  margin-bottom: 60px;
}
.edu-licenses .item img {
  width: 100%;
  height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.edu-licenses .owl-carousel .owl-stage-outer {
  height: 380px;
  overflow: hidden;
}
.edu-partners {
  padding: 60px 0 80px;
}



.franshiza-banner {
  background-color: rgba(208, 208, 208, 0.30);

}
.franshiza-banner__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 645px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
  background-repeat: no-repeat;
  background-position: 108% 50%;
  background-size: 640px;
  overflow: visible;
}
.franshiza-banner__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 790px;
          flex: 0 0 790px;
}
.franshiza-banner__img {
  position: relative;
  display: none;
}
.franshiza-banner__title {
  margin: 0;
  padding: 0;
  color: #01195F;
  font-family: 'Montserrat', sans-serif;
  font-size: 55px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.franshiza-banner__desc {
  color: rgba(1, 25, 95, 0.90);
  font-size: 21px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 50px;
}
.franshiza-banner__btn {

}
.franshiza-banner__img img {
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    margin-left: 15%;
}
.about.franshiza-about {
  padding-top: 0;
}
.franshiza-nums__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  margin-bottom: 40px;
}
.franshiza-nums__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    gap: 0 50px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.franshiza-nums__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 46%;
  border-radius: 40px;
  background-color: #E2EAFF;
  padding: 30px;
  margin-bottom: 30px;
}
.franshiza-nums__col:last-child {
  margin-bottom: 0;
}
.franshiza-nums__col--full {
  width: 100%;
}
.franshiza-nums__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 373px;
          flex: 0 0 373px;
}
.franshiza-nums__img img {
  max-width: 100%;
  height: 460px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 24px;
}
.franshiza-nums__label {
  color: #01195F;
  font-family: 'Montserrat', sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 17px;
}
.franshiza-nums__desc {
  color: #232323;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: lowercase;
}
.franshiza-nums__label span {
  font-size: 36px;
  letter-spacing: 2.52px;
}
.section-title.franshiza-nums-title {
  margin-bottom: 40px;
  font-size: 56px;
  font-weight: 900;
  letter-spacing: 3.92px;
}
 
.stats {
  background: -webkit-gradient(linear, left top, left bottom, from(#F0F4FF), to(rgba(226, 234, 255, 0.00)));
  background: -o-linear-gradient(top, #F0F4FF 0%, rgba(226, 234, 255, 0.00) 100%);
  background: linear-gradient(180deg, #F0F4FF 0%, rgba(226, 234, 255, 0.00) 100%);
  padding: 86px 0 80px;
  margin: 50px 0 0;
}
.stats-nums {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
}
.stats-item {
  padding: 0 30px 0 0;
  text-align: center;
  border-right: 1px solid #F1C315;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.stats-item__title {
  color: #01195F;
  font-family: 'Montserrat', sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.stats-item__desc {
  color: #232323;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.stats-title {
  margin-bottom: 50px;
}
.stats-item:last-child {
  padding-right: 0;
  border-right: none;
}
.timeline-year {
  color: #01195F;
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 18px;
  line-height: 1;
  height: 50px;
}
.timeline-point {
  width: 100%;
  /* height: 9px; */
  /* border-radius: 100%; */
  margin-bottom: 18px;
  border-bottom: 1px solid #F1C315;
  position: relative;
}
.timeline-point svg {
  max-width: 9px;
  position: absolute;
  left: 0;
  top: -4.5px;
  z-index: 2;
}
.timeline-month {
  font-family: 'Montserrat', sans-serif;
  color: #01195F;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 12px;
}
.timeline-desc {
  color: #232323;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  max-width: 190px;
  margin: 0;
}
.timeline-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.timeline-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
  text-align: left;
  margin-bottom: 40px;
}

.franshiza-form-box {
  border-radius: 40px;
  background: #FFF;
  -webkit-box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.05);
  padding: 70px 40px;
  margin-bottom: 25px;
}
.franshiza-form__title {
  color: #01195F;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 56px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 3.92px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.franshiza-form__desc {
  color: #01195F;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2px;
  margin-bottom: 40px;
}
.franshiza-form-wrapper {
  max-width: 500px;
  margin: 0 auto;
}
.franshiza-main .xperts {
  margin-top: 45px;
} 
.franshiza-form .contact-form-wrp input {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.20);
  background: #FFF;
  padding: 12px 16px;
}
.franshiza-form .contact-form-wrp [type=submit] {
  border-radius: 100px;
  background: #01195F;
  height: 46px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  padding: 0 25px;
  border: none;
}
.franshiza-form .wpcf7-spinner {
  position: absolute;
  left: 0;
  bottom: 0;
}
.franshiza-form .contact-form-wrp [type=submit]:hover {
  background-color: #F1C315;
  color: white;
}
.franshiza-form .contact-form-wrp [type=submit]:active {
  background-color: #DFB515;
  color: white;
}
.franshiza-form .contact-form-wrp .wpcf7-not-valid {
  border: 1px solid #e5634b!important;
}
.contact-form-wrp .form-accept .wpcf7-not-valid,
.franshiza-form .contact-form-wrp .form-accept .wpcf7-not-valid {
  border: none!important;
}
.contact-form-wrp .wpcf7-not-valid input[type=checkbox]:before,
.franshiza-form .contact-form-wrp .wpcf7-not-valid input[type=checkbox]:before {
  border-radius: 0;
  border: 1px solid #e5634b!important;
  background-image: none;
}


.clinic-main .sert-title {
  -webkit-text-fill-color: #fff;
}

.clinic-dop-slider {
  margin-top: 80px;
}
.clinic-main #devices {
  margin-bottom: 0;
  margin-top: 20px;
}
.services.services_clin {
  padding-bottom: 10px;
  padding-top: 50px;
}
.clinic-main .main-slider {
  margin-bottom: 0;
}
.clinic-main .edu-spec {
  margin-bottom: 60px;
}
.clinic-main .certificates {
  margin: 0;
  padding: 0 0 50px;
}
.clinic-main .certificates .prices-title {
  -webkit-text-fill-color: #fff;
}



@media (min-width: 992px) {
  .cosmetology-banner-item {
    background-image: none!important; 
  }
  .main-menu li {
    margin: 0 5px;
  }
  .menu.main-menu {
    gap: 0;
  }


}
@media (min-width: 1200px) {

  .about-tabs {
    gap: 0;
  }
  .about-tabs li {
    margin-bottom: 16px;
  }
  .about-tabs li:last-child {
    margin-bottom: 0;
  }
  .menu.main-menu {
    gap: 0;
  }
  .main-menu li {
    margin: 0 10px;
  }
  .social-list {
    gap: 0;
  }
  .social-list li {
    margin-left: 15px;
  }
  .social-list li:first-child {
    margin-left: 0;
  }
  .header-contacts {
    gap: 0;
  }
  .header .social-list {
    margin-left: 30px;
  }
  .footer-contacts {
    gap: 0;
  }
  .footer .social-list {
    margin-left: 30px;
  }
  .main-slider .owl-theme .owl-nav {
    gap: 0;
  }
  .main-slider .owl-carousel .owl-nav button.owl-prev {
    margin-bottom: 16px;
  }
  .main-slider .timer {
    gap: 0;
  }
  .main-slider .timer .timer-item {
    margin-right: 12px;
  }
  .main-slider .timer .timer-item:last-child {
    margin-right: 0;
  }
  .company-info {
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .company-info-item {
    margin-bottom: 20px;
  }





}
@media (min-width: 1380px) {
  .services_clinic.single-services .services-col img {
    min-width: 370px;
  }
  .type-service-main .prices .accordion button {
    font-size: 38px;
  }
  main {min-height: calc(100vh - 212px);}
  .main-menu li {
    margin: 0 10px;
  }


}
@media (min-width: 1580px) {
  .main-menu li {
    margin: 0 12px;
  }



}
@media (min-width: 1900px) {
  .main-menu li {
    margin: 0 15px;
  }



}


.subs-inline {
  position: relative;
  margin: 0 0 80px;
}
.subs-inline__row {
  border-radius: 24px;
  border: 1px solid rgba(1, 25, 95, 0.40);
  background: rgba(255, 255, 255, 0.20);
  padding: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-right: -15px;
}
.subs-inline__title {
  color: #01195F;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  display: flex;
  align-items: center;
  width: auto;
}
.subs-inline__title svg {
  margin-left: 5px;
  max-width: 44px;
}
.subs-inline .contact-form-wrp {
  display: flex;
  gap: 20px;
}
.subs-inline .form-accept {
  display: none;
}
.subs-inline .contact-form-row {
  margin-bottom: 0;
  width: auto;
}
.subs-inline .contact-form-wrp input.basic-input {
  padding: 11px 20px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 24px;
  border: 1px solid rgba(1, 25, 95, 0.40);
  background: rgba(255, 255, 255, 0.50);
  max-width: 230px;
}
.subs-inline .contact-form-wrp input.basic-input:-webkit-autofill,
.subs-inline .contact-form-wrp input.basic-input:-webkit-autofill:hover,
.subs-inline .contact-form-wrp input.basic-input:-webkit-autofill:focus,
.subs-inline .contact-form-wrp input.basic-input:-webkit-autofill:active  {
     box-shadow: 0 0 0 30px #fff inset !important;
}
.subs-inline .contact-form-wrp [type=submit] {
  height: 44px;
  font-size: 16px;
  max-width: 181px;
}
.subs-inline__left {
  width: 40%;
  max-width: 440px;
  margin-right: 20px;
}
.subs-inline .contact-form-btn p {
  width: auto;
  display: inline-flex;
}
.subs-inline .wpcf7-spinner {
  position: absolute;
  bottom: -30px;
  right: 0;
}
.subs-inline .contact-form-wrp .wpcf7-not-valid {
  border: 1px solid #e5634b!important;
}










.subs-popup {
  /* position: fixed;
  right: auto;
  left: calc(50% - 315px);
  top: 0;
  bottom: 0; */
  z-index: 320;
  border-radius: 0;
  overflow: hidden;
  background: #FFF;
  padding: 0;
  width: 630px;

  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  box-shadow: 0 4px 18px rgba(165,149,138,.2);
}
.subs-popup__img {
  position: relative;
}
.subs-popup__img img {
  width: 100%;
  height: 443px;
}
.subs-popup__form {
  padding: 50px 80px;
  background-color: white;
  position: relative;
}
.subs-popup.__closed {
  display: none;
}
.subs-popup .wpcf7-spinner {
  position: absolute;
  bottom: -20px;
  left: 0;
}
.subs-popup__close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.subs-popup .contact-form-wrp input.basic-input {
  border-radius: 5px;
  border: 1px solid rgba(1, 25, 95, 0.40);
  background: rgba(255, 255, 255, 0.50);
  padding: 19px 20px;
  color: rgba(1, 25, 95, 0.40);
}
.subs-popup .contact-form-wrp input.basic-input:-webkit-autofill,
.subs-popup .contact-form-wrp input.basic-input:-webkit-autofill:hover,
.subs-popup .contact-form-wrp input.basic-input:-webkit-autofill:focus,
.subs-popup .contact-form-wrp input.basic-input:-webkit-autofill:active  {
     box-shadow: 0 0 0 30px #fff inset !important;
}

.subs-popup .contact-form-wrp input::-webkit-input-placeholder { 
  color: rgba(1, 25, 95, 0.40);
}
.subs-popup .contact-form-wrp input::-moz-placeholder { 
  color: rgba(1, 25, 95, 0.40);
}
.subs-popup .contact-form-wrp input:-ms-input-placeholder { 
  color: rgba(1, 25, 95, 0.40);
}
.subs-popup .contact-form-wrp input:-moz-placeholder {
  color: rgba(1, 25, 95, 0.40);
}
.subs-popup .contact-form-row {
  margin-bottom: 20px;
}
.subs-popup .checkbox-text {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
.subs-popup .contact-form-wrp [type=submit] {
  font-size: 18px;
  border-radius: 5px;
  font-size: 18px;
  height: 60px;
}
.subs-popup .contact-form-wrp input[type=checkbox] {
  display: none;
}
.subs-popup .form-accept .wpcf7-form-control-wrap {
  width: auto;
  margin-right: 0;
}
.subs-popup .form-accept .wpcf7-list-item {
  width: auto;
  min-width: auto;
  margin: 0;
}
.subs-popup .checkbox-text a {
  color: #291ADC;
}

.subs-popup .contact-form-wrp .wpcf7-not-valid {
  border: 1px solid #e5634b!important;
}
.subs-popup-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
  padding: 30px;
  background-color: rgba(255,255,255,.1);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.popup-wrapper {
  display: none;
  position: fixed;
  z-index: 1005;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.popup-wrapper.is-active {
  display: block;
}
.subs-popup__white {
  width: 120%;
  height: 100px;
  background: #FFF;
  filter: blur(16.65px);
  position: absolute;
  top: -50px;
  left: 0;
  z-index: 1;
}
.subs-popup .wpcf7-form {
  position: relative;
  z-index: 2;
}













.leave-review {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 320;
  border-radius: 25px;
  border: 2px solid #01195F;
  background: #FFF;
  padding: 40px;
  min-height: 200px;
}
.leave-review__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
}
.leave-review__list img {
  max-width: 70px;
  transition: .3s;
}
.leave-review__close {
  position: absolute;
  top: 4px;
  right: 15px;
  cursor: pointer;
}
.leave-review__title {
  color: #01195F;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  margin: 0 auto 15px;
  text-align: center;
}
.leave-review__list a {
  transition: .3s;
}
.leave-review__list a:hover img {
  transform: scale(1.1);
}
.leave-review.__closed {
  display: none;
}
.leave-review__close:hover svg {
  transition: .3s;
}
.leave-review__close:hover svg rect {
  fill: #ccc;
}




@media (min-width: 1200px) {
  .leave-review {
    position: fixed;
    bottom: 30px;
    right: calc(50% - 140px);
  }



}
@media (max-height: 820px) and (min-width: 1025px) {
  .subs-popup__img img {
    height: 385px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .subs-popup__form {
    padding: 40px 60px;
  }
  .subs-popup .contact-form-row {
    margin-bottom: 15px;
  }

}
@media (max-height: 720px) and (min-width: 1025px) {
  .subs-popup__img img {
    height: 310px;
  }
  .subs-popup .contact-form-wrp input.basic-input {
    padding: 14px 20px;
  }
  .subs-popup .contact-form-wrp [type=submit] {
    font-size: 16px;
    height: 50px;
  }
  .subs-popup .checkbox-text a,
  .subs-popup .checkbox-text {
    font-size: 12px;
  }
  .subs-popup__form {
    padding: 25px 60px;
  }



}
@media (max-height: 660px) and (min-width: 1025px) {
  .subs-popup__img img {
    height: 210px;
  }


}
@media (max-width: 1580px) {
  .leave-review {
    padding: 30px;
    min-height: 160px;
  }
  .leave-review__list img {
    max-width: 55px;
  }
  .leave-review__list {
    gap: 25px;
  }
  .leave-review__title {
    font-size: 20px;
  }




}
@media (max-width: 1024px) {
  .leave-review {
    padding: 30px 20px 20px;
    min-height: 100px;
    bottom: 80px;
    right: 15px;
  }
  .leave-review__list img {
    max-width: 35px;
  }
  .leave-review__title {
    font-size: 16px;
    margin: 0 auto 10px;
  }
  .leave-review__close {
    top: 0;
    right: 9px;
  }
  .leave-review__close svg {
    max-width: 30px;
  }


}
@media (max-width: 767px) {
  .subs-popup {
    left: 2%;
    top: 1%;
    width: 96%;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .subs-popup__img img {
    width: 100%;
    height: 243px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .subs-popup__form {
    padding: 28px 25px;
  }
  .subs-popup-wrapper {
    padding: 0;
  }
  .subs-popup__close {
    right: 5px;
    top: 5px;
  }
  .subs-popup__white {
    height: 70px;
    top: -37px;
    filter: blur(15.65px);
  }
  .leave-review {
    bottom: 70px;
    right: calc(50% - 100px);
  }


}



.wpcf7-not-valid + .chosen-container .chosen-single {
  border-color: #e5634b;
}
.contact-form-row.inactive {
  display: none;
}

.select2 {
  display: block;
  margin-top: 10px;
}

.select2-dropdown {
  z-index: 999999;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  height: auto;
  border-radius: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove span {
  transform: scale(1.2);
}
.select2-container--default .select2-selection--multiple {
  padding: 0.7em 2em 0.8em 0.8em;
  border: 1px solid #aaa;
  border-radius: 100px;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
}
.select2-container--default .select2-selection--multiple::before {
  content: '';
  position: absolute;
  right: 14px;
  top: calc(50% - 3px);
  border-top: 6px solid #22262A;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  width: 0;
  height: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-radius: 20px 20px 0 0;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  margin: 0;
  width: auto;
  max-width: 100%;

  display: flex;
  align-items: center;
  overflow: auto;
}
.select2-container .select2-selection--multiple .select2-selection__rendered li {
  flex: 0 0 auto;
}
.select2-container--open .select2-search--inline .select2-search__field, .select2-container .select2-search--inline .select2-search__field {
  /* width: 0 !important; */
  margin: 0;
}

.select2-search {
  overflow: hidden;
  display: flex;
  align-items: center;
  /* padding: 5px 0 0 5px; */
  padding: 0;
}

.sservice_serv .wpcf7-form-control-wrap .select2 {
  pointer-events: auto;
}
.sservice_serv label, .sservice_serv select {
  pointer-events: none;
}

.chosen-container-multi .chosen-choices::before {
  content: '';
  position: absolute;
  right: 14px;
  top: calc(50% - 2px);
  border-top: 4px solid #22262A;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  width: 0;
  height: 0;
}
.interior{
	font-weight:300;
	font-family:Non-Bureau-Light;
	font-size:40px;
	text-transform:uppercase;
	color:#001361;
	padding-left: calc(1.5rem * 0.5 + 170px);
}
.partners-title{
	font-weight:300;
	font-family:Non-Bureau-Light;
	font-size:40px;
	text-transform:uppercase;
}
@media(max-width:767px){
	.faqw-category p{
		padding-left: 40px;
        font-size: 11px;
        padding-right: 60px;
	}
}