@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=Jura:wght@300..700&display=swap');

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

}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
    overflow-x: hidden;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}
.btn-reset {
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
  cursor: pointer;
  color: transparent;
}

.btn {
  position: relative;
  padding: 18px 34px;
  width: 290px;
  height: 60px;
  border-radius: 100px;
  padding: 18px 34px;
  font-weight: 500;
  font-size: 18px;
  border-radius: 100px;
  text-align: center;
  color: #fff;
  background: #dbab00;
	white-space: nowrap;
}

.row > * {
  padding-right: 0;
  padding-left: 0;
}
.breadcrumbs__link,
.breadcrumbs__separator,
.breadcrumbs__current {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 40px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	color: #000;
}
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    color: var(--ep-blue);
    min-height: 100%;
    position: relative;
}
body a {
  font-size: 14px;
}
.footer {
    padding: 45px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
	z-index: 1000;
}
.page-template-contact_page .row.map-row {
    margin: 30px 0;
}
.list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 16px;
}
.list li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Unbounded;
    font-weight: 500;
    font-size: 40px;
    line-height: 100%;
    color: #000;
    text-transform: uppercase;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 20px;
	line-height: 65px;
}
h1 b {
	color: #956C8C;
	font-size: 40px;
    font-weight: 600;
	
}
h2 {
    font-size: 40px;
    letter-spacing: 2.8px;
}
h3 {
	font-size: 40px;
	letter-spacing: 6.02px;
}
h4 {
  font-size: 40px;
  font-weight: 800;
}
h5 {
  font-size: 24px;
}
h6 {
  font-size: 20px;
}
.menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
}
.main-menu {
  gap: 30px;
  justify-content: center;
}
.header {
    padding: 20px 0 20px;
    position: fixed;
    width: 100%;
    z-index: 99;
    background-color: #fff;
}
.phone_mail {
    text-align: center;
}
.header-center {
	width: 45%;
    margin-left: -100px;
}
body.page-kontakty{
    background-color: #262626;
}
 .page-id-3293	{
  background-color: #fff;
}
.header-contacts {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}
.footer-contacts {
  display: flex;
  align-items: center;
  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: #000;
	text-decoration: none;
	transition: 0.5s;
}
.header a:hover,
.footer a:hover {
	font-weight: 600;
}
.header a:active,
.footer a:active {
  opacity: .7;
  color: #909090;
    background: none;
}
.header a.active,
.footer a.active {
  opacity: 1;
  color: #909090;
  background: none;
}
.header a img,
.footer a img,
.mobile-menu a img {
  height: 23px;
} 
.header-logo svg, .header .header-logo img, .header a.logo-link img {
    max-width: 336px;
	height: 34px;
    height: auto;
}
.footer-logo svg,
.footer-logo img {
  max-width: 336px;
  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: #000;
}
.footer .phone,
.header .phone,
.footer-phone {
	color: #232C77;
}
.logo.col {
    text-align: left;
}
.header .align-items-center {
    flex-wrap: nowrap;
    margin: 0;
    justify-content: space-between;
}
.calcul {
	background: #4CA0E9;
}
.header .calcul {
    color: #FFFFFF;
    background: #4CA0E9;
    display: flex;
    padding: 11px 11px 11px 15px;
    gap: 15px;
    align-items: center;
}
.header .calcul:hover {
	font-weight: 500;	
	opacity: 0.8;
}
	


@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 {
    max-width: 1220px;
    padding: 0;
	margin: 0 auto;
  }

}

@media (min-width: 1800px) {

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

}
@media (max-width: 1800px) {



}
p {
  font-family: 'Montserrat', sans-serif;
  font-size: 21px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
  color: #000;
}


.form-accept {
  margin-top: 0;
  margin-bottom: 20px;
/*   display: -webkit-box;
  display: -ms-flexbox; */
	display: flex;
  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;
  box-shadow: none;
  padding: 11px;
}
.contact-form-row {
/* 	display: none; */
  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;
  box-shadow: none;
}

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

.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;
  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: #C47B7D;
  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: 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: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  padding: 0 34px;
  height: 58px;
  transition: .3s;
  text-decoration: none;
  outline: none;
  color: white;
  background-color: #C47B7D;
}
[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: #fff;
    background: #4CA0E9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
  padding: 0 34px;
  height: 58px;
  transition: .3s;
  text-decoration: none;
  outline: none;
}
.btn:focus,
.btn:hover {
	background: #000;
  	color: #fff;
}
.btn:active {
  background: #000;
  color: #fff;
  outline: none;
}
.blue-btn {
  color: white;
  background-color: #000;
}
.yellow-btn {
  background-color: var(--ep-yellow);
}
.blue-btn:active {
  color: var(--ep-blue);
  background-color: #DFB515;
}
.blue-btn:focus,
.blue-btn:hover {
  color: #fff;
  background-color: #909090;
}
.disabled-btn,
.btn:disabled {
  background-color: #99A3BF;
  color: white;
}

.jq-selectbox__select:hover {
  box-shadow: none;
  background: linear-gradient(#fff,#e6e6e6);
}
.main-slider {
	width: 100%;
	margin: 0 auto;	
    min-height: 567px;
    /* background-color: #46294F !important; */
    background-repeat: no-repeat;
    background-size: contain;    
    background-position: center;
	background-repeat: no-repeat;
}
.main-slider .container {
	padding: 0 10px;
}
/*   .main-slider {
background-color: rgb(247 247 247);
  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;
} */
.owl-theme .owl-dots .owl-dot.active span {
    background: #C47B7D;
}
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover {
    background-color: #000;
}
 


.adv-slider {
    min-height: 403px;
    background-repeat: no-repeat;
    background-size: cover;
	margin-bottom: 100px;
}
.banner-item {
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
.banner-item__desc {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 28px;
    line-height: 113.99999999999999%;
    color: #FFFFFF;
}
.banner-item__desc b {
    font-weight: 400;
    font-size: 24px;
    line-height: 90%;
    display: block;
    margin: 30px 0 60px;
}
.banner-item__btn {
  position: relative;
  z-index: 2;
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
    color: #fff;
    background: #4CA0E9;
    border-color: #4CA0E9;
	opacity: 0.8;
}
.banner-item__btn:focus, .banner-item__btn:hover {
    background: #4CA0E9;
    border-color: #4CA0E9;
	opacity: 0.8;
    color: #fff;
}
.banner-item__link {
  width: 300%;
  height: 100%;
  position: absolute;
  left: -100%;
  top: 0;
}
/* .main-slider__row {
	height: 576px;
} */
.main-slider .banner-item__content {  
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: left;
  width: 100%;
}
 
.banner-item__img {
  display: none;
}
.banner-item .banner-item__img img {
  max-width: 100%;
  margin: 0 auto;
  height: auto;
  max-height: 600px;
  object-fit: cover;
  object-position: center;
  width: auto;
}

.tr-text {
  -webkit-text-fill-color: #f9f9f9;
  /* -webkit-text-stroke: 1px #000; */
  color: transparent;
	text-shadow: 
		-0   -1px 0   #000,
		 0   -1px 0   #000,
		-0    1px 0   #000,
		 0    1px 0   #000,
		-1px -0   0   #000,
		 1px -0   0   #000,
		-1px  0   0   #000,
		 1px  0   0   #000,
		-1px -1px 0   #000,
		 1px -1px 0   #000,
		-1px  1px 0   #000,
		 1px  1px 0   #000,
		-1px -1px 0   #000,
		 1px -1px 0   #000,
		-1px  1px 0   #000,
		 1px  1px 0   #000;
  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: flex;
  align-items: center;
  gap: 12px;
}
.timer-item {
  border-radius: 12px;
  border: 1px solid #000;
  background: rgba(255, 255, 255, 0.50);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;  
  color: #000;
  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: 86px;
  font-style: normal;
  font-weight: 900;
  color: #909090;
  line-height: normal;
  letter-spacing: 6.02px;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 20px;
}
.mobile-phone,
.mobile-menu {
  display: none;
}
.row.about-tabs-mobile {
  display: none;
}


/*  
.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;
  animation: marquee 22s linear infinite;
}

.services-marquee .marquee-discount .marquee-track {
  animation: marquee 22s linear infinite;
}
.marquee-reviews .marquee-track {
  animation: marquee 22s linear infinite;
}
.marquee-discount .marquee-track {
  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: #000;
  text-transform: uppercase;
}
.marquee-content span {
  -webkit-text-fill-color: #f9f9f9;
  /* -webkit-text-stroke: 1px #C47B7D; */
  color: transparent;
	text-shadow: 
		-0   -1px 0   #000,
		 0   -1px 0   #000,
		-0    1px 0   #000,
		 0    1px 0   #000,
		-1px -0   0   #000,
		 1px -0   0   #000,
		-1px  0   0   #000,
		 1px  0   0   #000,
		-1px -1px 0   #000,
		 1px -1px 0   #000,
		-1px  1px 0   #000,
		 1px  1px 0   #000,
		-1px -1px 0   #000,
		 1px -1px 0   #000,
		-1px  1px 0   #000,
		 1px  1px 0   #000;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}


.about {
  padding: 80px 0 30px;
}
.about-row {
  align-items: flex-end;
  margin-bottom: 40px;
}
.about-title {
  margin-bottom: 0;
}
.nav-tabs .nav-link {
  padding: 17px 31px 17px 0;
  margin: 0;
  box-shadow: none;
  border-radius: 0 30px 30px 0;
  background: #E0C9DB;
  outline: none;
  border: none;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: .3s;
  text-align: center;
}
.nav-tabs .nav-link:hover {
  background: #000;
  color: #fff;
}
.nav-tabs .nav-link:active {
  background: #000;
  color: #fff;
}

.about-tabs {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: none;
    margin-bottom: 30px;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    background:  #000;;
    color: white;
}
.about-col-3 {
  flex: 0 0 auto;
  width: 20%;
}
.about-col-9 {
  flex: 0 0 auto;
  width: 78%;
  padding-left: 0;
}
.about-img img {
    max-width: 444px;
  height: auto;
  border-radius: 24px;
}
.about-tab-inner {
  display: flex;
    align-items: flex-start;
}
.about-desc {
    background: transparent;
    padding: 40px 95px 30px 0;
    max-width: 67%;
}
.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;
  transition: .3s;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.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;
  transition: .3s;
  opacity: 0;
}
.services .services-item:hover::after {
  opacity: 1;
  background: rgba(0, 0, 0, 0.70);
}
.services-item__title {
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: #fff;
  z-index: 2;
  position: relative;
    text-align: center;
}
.services-item__title.black {
	color: #000;
}
.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 {
  transform: rotate(-90deg) translate(-125px, -150px);
  display: block;
}


.prices {
  background: linear-gradient(180deg, rgba(208, 208, 208, 0.20) 0%, rgba(255, 255, 255, 0.20) 100%);
  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 #000, 0 -1px 0 #000, 0 1px 0 #000, 0 1px 0 #000, -1px 0 0 #000, 1px 0 0 #000, -1px 0 0 #000, 1px 0 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}



 
.accordion .accordion-item {
    border-radius: 0;
    background: white;
    padding: 10px 0;
    border: 0;
}
.accordion .accordion-item button[aria-expanded='true'] {
 
}
.faq {
    margin-bottom: 60px;
}
.accordion button {
  position: relative;
  display: flex;
  text-align: left;
  width: 100%;
  padding: 0;
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  border: none;
  background: none;
  outline: none;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
 
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
 
}
.accordion button .accordion-title {
    font-family: Montserrat;
    font-weight: 300;
    font-size: 21px;
    line-height: 28px;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
    top: 17px;
    right: 25px;
  width: 10px;
  height: 10px;
  border: none;
  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%;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  margin: 0;
}
.accordion .accordion-item button[aria-expanded='true'] .icon {
  transform: rotate(45deg);
}
.accordion .accordion-item button[aria-expanded='true'] .icon svg path {
  fill: #000;
}



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

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

input[type=checkbox] + label:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 20px;
  height: 20px;
  background: #000;
  border-radius: 90px;
  transition: 0.3s;
}

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

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

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

.filter-item label {
  margin-right: 8px;
}
.filter-item {
  display: flex;
  align-items: center;
    margin: 30px 0;
}
.services-filters {
  display: flex;
  align-items: center;
  margin: 0 0 32px;
  gap: 40px;
}
.accordion button[aria-expanded='true'] + .accordion-content {
  margin-top: 16px;
}
 

.filter-choose {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  opacity: .7;
  color: #000;
  margin-right: 8px;
  cursor: pointer;
}
.filter-choose.__active {
  opacity: 1;
}
.serv-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 33px 0;
  position: relative;
}
.serv-item:first-child::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA5MCIgaGVpZ2h0PSIyIiB2aWV3Qm94PSIwIDAgMTA5MCAyIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMCAxSDEwOTAiIHN0cm9rZT0iIzAxMTk1RiIgc3Ryb2tlLW9wYWNpdHk9IjAuNSIgc3Ryb2tlLWRhc2hhcnJheT0iNCA0Ii8+Cjwvc3ZnPgo=);
  background-position: center;
}
.serv-item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA5MCIgaGVpZ2h0PSIyIiB2aWV3Qm94PSIwIDAgMTA5MCAyIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMCAxSDEwOTAiIHN0cm9rZT0iIzAxMTk1RiIgc3Ryb2tlLW9wYWNpdHk9IjAuNSIgc3Ryb2tlLWRhc2hhcnJheT0iNCA0Ii8+Cjwvc3ZnPgo=);
  background-position: center;
}
.serv-item:last-child::after {
  content: none;
}


.serv-item-desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.serv-item-desc p {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
}
.serv-item-desc .serv-item-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.serv-item-additional {
  display: flex;
  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-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #000;
}
.serv-item-prices {
  display: none;
  gap: 20px;
}
.serv-item__btn {
  margin-left: 40px;
}
.serv-item-prices.__active {
  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: #C47B7D;
  margin: 20px 0;
}
.price-old,
.price-new {
  margin-right: 2px;
}


.company {
  padding: 50px 0;
}


.portfolio-list {
  display: flex;
  flex-wrap: wrap;
}

.porftolio-preview {
  display: flex;
  flex-direction: column;
}

.porftolio-item:not(:nth-child(3n)) {
  margin-right: 30px;
}

.porftolio-item {
  display: flex;
  flex-direction: column;
	margin-bottom: 25px;
}
 
.porftolio-item__link:focus,
.porftolio-item__link:active {
    background: none !important;
	outline: none !important;
	border: none !important;
	max-width: 370px;
    max-height: 437px!important;
    border-radius: 30px;
}


.porftolio-preview img {
    max-width: 100%;
    max-height: 400px;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0;
    margin-bottom: 20px;
    box-shadow: 0px 4px 10.4px 0px #00000040;
}
.porftolio-preview img:hover {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.18) 89.6%);
}
.blog-wrap img:hover {
	
}
.portfolio-text__top,
.portfolio-text__bottom {
  display: flex;
  justify-content: space-between;
}

.portfolio-text__top p,
.portfolio-text__bottom p {
  font-weight: 500;
  font-size: 21px;
  line-height: 1.33333;
  color: #000;
}

.portfolio-text__top span,
.portfolio-text__bottom span {
  font-weight: 500;
  font-size: 21px;
  line-height: 1.33333;
  color: rgba(0, 0, 0, 0.5);
}

.company-col-right {
  padding-left: 30px;
}
.company-slider__owl img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: center;
  border-radius: 24px;
}
.company p {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; 
}
.company-info {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.company-info-item {
  flex: 0 0 auto;
  width: calc(50% - 10px);
  border-radius: 24px;
  border: 1px solid #9B9B9B;
  padding: 20px 13px;
  min-height: 113px;
  box-sizing: border-box;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  gap: 12px;
  display: flex;
  align-items: center;
}
.company-info-item .company-info-val {
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.company-col-left{
  flex: 0 0 auto;
  width: 40%;
}
.company-col-right{
  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 {
  border-radius: 24px;
  border: 1px solid #909090;
  display: flex;
  padding: 20px 30px;
  gap: 24px;
  color: var(--ep-blue);
  flex-direction: column;
  justify-content: flex-start;
}
.reviews-slider__owl {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
.review-photo img {
  width: 140px;
  min-width: 140px;
  height: 140px;
  border-radius: 140px;
  object-fit: cover;
  object-position: center;
}
.review-name {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 24px;
  color: #000;
}
.review-desc {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; 
}
.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;
  -moz-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: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 15px;
}
.reviews .owl-theme .owl-nav {
  position: absolute;
  top: calc(50% - 40px);
  width: 100%;
  left: 0;
  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: 15px;
}
.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: 0 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;
  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: flex;
  align-items: center;
  justify-content: center;
  min-height: 140px;
}


.map {
    max-width: 100%;
    overflow: hidden;
    padding: 0;
}
.map-item {
	display: flex;
	align-items: baseline;
	width: 100%;
	justify-content: space-between;
	flex-direction: column;
}
.map-item:last-child {
  margin-bottom: 0;
}
.map-addr {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding-right: 20px;
    margin-bottom: 30px; 
    line-height: 137%;
    color: #000;
}
.map-addr__social {
	display: none;
}
.map-title {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 4px;
    margin-top: 15px;
}
.map-col-left {
  flex: 0 0 auto;
  width: 500px;
}
.map-col-right {
    flex: 1 1 auto;
    width: 100%;
    max-height: 500px;
    overflow: hidden;
    border-radius: 0;
    border-style: solid;
    padding: 60px 30px 70px 120px;
    border-left: 0;
}
.map-inner {
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: auto;
  margin-right: 0 20px 0 0;
  padding: 0 20px 0 0;
  scrollbar-color: #fff #EAEAEA;
  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 {
  flex-wrap: nowrap;
}
.map-phone {
  display: flex;
  text-decoration: none;
    color: #000;
}
#map-main {
  width: 100%;
  height: 500px;
}
.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;
    border-radius: 0;
    padding: 12px 26px;
    width: 191px;
    height: 44px;
    background: #4CA0E9;
    color: #fff;
    margin-bottom: 30px;
    white-space: nowrap;
}


.custom-page {
  padding: 40px 0;
}
.custom-page h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 66px;
  font-style: normal;
  font-weight: 900;
  color: #000;
  line-height: normal;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 20px;
  text-align: center;
/*   white-space: nowrap; */
}
.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: #C47B7D;
  width: 100%;
  max-width: 100%;
  text-align: left;
}
.popoup-form .wpcf7-form-control.wpcf7-radio {
  display: flex;
  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;
  box-shadow: none;
}
.wpcf7-list-item-label {
  cursor: pointer;
}
.contact-form-row-flex {
  display: flex;
  gap: 20px;
}
.contact-form-small {
  width: 20%;
  min-width: 20%;
}
.contact-form-large {
  width: 100%;
}

.prices-title {
  font-size: 120px;
}
.services-title {
  font-size: 60px;
    letter-spacing: 3px;
  -webkit-text-fill-color: white;
  /* -webkit-text-stroke: 1px #01195F; */
  color: white;
  margin: 5px auto 28px;
}
.reviews-title {
	margin: 0 0 20px;
	font-family: Unbounded;
	font-weight: 500;
	font-size: 40px;
	line-height: 100%;
	color: #000;
	text-transform: uppercase;
	text-align: left;
	-webkit-text-fill-color: #000;
	-webkit-text-stroke: 1px #01195F;
	letter-spacing: 3.4px;
}
.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 #000;
  background: #FFF;
  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%;
  object-fit: cover;
  object-position: top center;
}
.specialist-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #797979;
  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: inline-flex;
  width: auto;
}
.row.specialists-row {
  display: flex;
  justify-content: space-between;
}
.row.specialists-row > * {
  padding-right: 10px;
  padding-left: 10px;
}
.specialists-col {
  margin-bottom: 20px;
}
.spec-row-load {
  width: 100%;
  justify-content: center;
  margin-top: 30px;
}

.specialists {
  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;
  align-items: 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 30px;
  }
  .specialists {
    padding-top: 20px;
  }
  .map {
    padding-top: 20px;
  }
  .reviews {
    padding-bottom: 35px;
  }
  .company {
    padding-bottom: 85px;
/*     padding-top: 135px; */
	  padding-top: 0;
  }
  .prices {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .services {
    padding-top: 0;
  }
  .about {
    padding-top: 10px;
  }
  .main-slider {
    margin-bottom: 40px;
  }






}


.serv-item[data-type="Александритовый"] {
  display: none;
}
.serv-item.__active {
  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: #000;
}
select {
  word-wrap: normal;
  max-width: 100%;
}
.chosen-container-single .chosen-single {
  font-family: 'Montserrat', sans-serif;
  height: 45px;
  width: 100%;
  line-height: 45px;
  padding: 0 45px 0 18px;
  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: #c47b7d;
	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: #000;
}

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

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


.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;
}
.banner-item-2 .banner-item__title b {
    font-size: 86px;
}
.banner-item-2 {
    background-position-x: 120%;
}
.services .services-col {
    margin-bottom: 70px;
}
.services-item:after {
    opacity: 0.5;
    background: 0;
}
.services .services-item:after {
    opacity: 0.5;
    background: none;
}
.company-title {
	color: #909090;
}
.company-info-item .company-info-val {
	color: #000;
}
.map-mail, .map-phone {   
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    background: none;
    line-height: 137%;
    color: #000;
}
.btn.map__btn.map_os {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    height: 44px;
    padding: 0 22px;
    color: #C47B7D;
    background-color: white;
	border: 1px solid #C47B7D;
	margin-left: 15px;
}
#maps {
    border-radius: 0;
    overflow: hidden;
}
.none_text {
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.44px;
    z-index: 99;
    position: absolute;
    top: auto;
    bottom: 40px;
	display: none;
}
.services-item:hover .none_text {
	display: block;
}
.slider-sert .slick-slide.slick-cloned, .slider-sert .slick-slide {
    opacity: 0;
}
.slider-sert .slick-slide.slick-active.slick-center {
    z-index: 1;
    position: relative;
    transform: scale(1.2);
	display: block;
    opacity: 1;
}
.slider-sert .slick-slide.slick-active {
    opacity: 0.7;
	display: block;
    transition: 1s;
}
.sert_row {
	text-align: center;
}
.sert__btn {
    width: 230px;
    margin: 30px auto 70px;
}
.slider-sert .slick-list {
    padding: 30px 50px 30px 0 !important;
}
.sert__btn.white {
    background-color: #fff;
	color: #000;
	border: 1px solid #000;
}












@media (min-width: 1200px) {
/*MAIN-SLIDER  */
  .main-slider {
    min-height: 645px;
  }
/*end MAIN-SLIDER  */
}




@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;
    box-sizing: border-box;
    border-radius: 85px;
    color: #231f20;
  }
  .contact-form-wrp select:hover,
  .contact-form-wrp select:focus {
    outline: 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%;
    box-sizing: border-box;
    margin: 0;
    font-size: 16px;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    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), 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; 
      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;
    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;
  }









}