@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 {
  box-sizing: border-box;
}
body {
    overflow-x: hidden;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}
.row > * {
  padding-right: 0;
  padding-left: 0;
}

@media (max-width: 1600px) {


	.main-slider .container {
		background-repeat: no-repeat;
		background-size: cover;
		background-position-x: 50%;
		background-position-y: 80%;
    max-width: 1194px;
		padding: 0px 72px;
		height: 650px;
	}
}
@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: 1170px;
    padding: 0;
  }

}

@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: #83B2BE !important;
}
.footer {
  padding: 40px 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 {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-style: normal;
    color: #000;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 6.02px;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 20px;
    line-height: 65px;
}
h1 b {
	color: #000;
	font-size: 40px;
    font-weight: 600;
	
}
h2 {
        font-family: 'Asap', 'Montserrat', sans-serif;
    padding: 0;
    margin: 0 0 20px;
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0;
    text-transform: тщту;
    text-align: left;
}
h3 {
	    font-family: 'Asap', 'Montserrat', sans-serif;
	color: #000;
	    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0;
    text-transform: none;
    padding: 0;
    margin: 15px 0 20px;
}
h4 {
      font-family: 'Asap', '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: 'Asap', '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: 'Asap', '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: flex;
  align-items: center;
}
.main-menu {
  gap: 60px;
  justify-content: center;
}
.header {
  padding: 24px 0;
    position: fixed;
    width: 100%;
    z-index: 99;
    background-color: #fff;
}

.header-center {
	width: 45%;
}
.header-contacts {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
  width: 30%;
}
.footer-contacts {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}
.header a,
.footer a {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
    color: #000;
    text-transform: none;
  text-decoration: none;
  transition: .3s;
  opacity: 1;
    background: none;
}
.header a:hover,
.footer a:hover {
  opacity: 1;
    background: none;
}
.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-logo svg,
.header-logo img {
  max-width: 212px;
  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: #000;
}
.logo.col {
  text-align: left;
}
.header .align-items-center {
  flex-wrap: nowrap;
    justify-content: space-between;
}
@media (max-width: 1800px) {

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

}
p {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
  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 {
  width: 100%;
  margin-bottom: 15px;
}
.contact-form-wrp p {
  padding: 0;
  margin: 0;
}
.contact-form-wrp input {
  width: 100%;
  font-weight: normal;
  font-size: 15px;
  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 {
    font-size: 14px;
}
.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 a:hover, .contact-form-wrp a:active, .contact-form-wrp a:focus {
	background: 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: 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;
}
.btn:focus,
.btn:hover {
  color: var(--ep-blue);
  background-color: var(--ep-yellow);
}
.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 {
  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;
}










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

}

.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: 450px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
    max-width: 730px;
    padding-left: 0;
    margin: 75px 0 0px;
}
.banner-item__title p {
	font-family: 'Montserrat', sans-serif;
    color: #873EAF;
    text-align: left;
    font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.banner-item__title span {
	font-family: 'Montserrat', sans-serif;
    color: #000;
    text-align: left;
    font-size: 18px; 
    display: block;
}
.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 {
  color: #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: #fff;
  outline: none;
  border: 1px solid #A68E6A;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: .3s;
  text-align: center;
    margin-left: -1px;
}
.nav-tabs .nav-link:hover {
  background: #A68E6A;
  color: #fff;
}
.nav-tabs .nav-link:active {
  background: #000;
  color: #fff;
}

.about-tabs {
  display: flex;
  flex-direction: column;
  gap: 22px;
  border: none;
    margin-bottom: 16px;
}
.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: 350px;
  height: auto;
  border-radius: 24px;
}
.about-tab-inner {
  display: flex;
  align-items: center;
}
.about-desc {
    background: transparent;
    padding: 0;
    margin: 20px;
    max-width: 100%;
}
.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;
  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: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 3.4px;
    text-transform: uppercase;
    text-align: left;
    color: #873EAF;
    font-weight: 700;
}



 
.accordion .accordion-item {
  border-radius: 20px;
  border: 1px solid #786E68;
  background: white;
  margin-bottom: 20px;
  padding: 40px;
}
.accordion .accordion-item button[aria-expanded='true'] {
 
}
.accordion button {
  position: relative;
  display: block;
  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 {
  padding: 1em 1.5em 1em 0;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 0;
  width: 30px;
  height: 30px;
  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: 15px;
  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: 15px;
  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: 60px 0;
}
.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;
  /* min-width: 80px; */
}
.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;
  display: flex;
  padding: 20px 30px;
  gap: 24px;
  color: var(--ep-blue);
  flex-direction: column;
  justify-content: flex-start;
}
.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;
  object-fit: cover;
  object-position: center;
}
.review-name {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 24px -20px;
    text-align: center;
    color: #000;
}
.review-desc p {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; 
}
.review-desc p b {
    display: block;
    font-weight: normal !important;
    text-align: center;
    width: 100%;
  font-size: 15px;
	
	
}
.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: 15px;
  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: 15px;
  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: 40px 0 100px;
}
.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: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  padding-right: 20px;
    color: #000;
    margin-bottom: 40px;
}
.map-title {
  font-family: 'Montserrat', sans-serif;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 35px;
    margin-top: 15px;
    display: flex;
}
.map-col-right {
  flex: 1 1 auto;
  width: 100%;
    border-radius: 0px 24px 24px 0px;
    border-top: 2px solid #d2d2d2;
    border-right: 2px solid #d2d2d2;
    border-bottom: 2px solid #d2d2d2;
    background: none;
}
.map-col-left {
    flex: 0 0 auto;
    width: 50%;
    margin: -40px 0;
}
.map-col-right {
  flex: 1 1 auto;
  width: 100%;
    padding: 0 0 0 30px;
    max-height: 500px;
    overflow: hidden;
    height: 340px;
  overflow: hidden;    
  background: rgb(190 221 233 / 70%);
}
.map-inner {
  width: 100%;
  height: 100%;
  max-height: 100%;
    overflow: auto;
    margin: 0 20px 0 0;
    scrollbar-color: #fff #EAEAEA;
    display: flex;
    align-items: center;
}
/* 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;
    margin: 70px 0 100px;
}
.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: 15px;
  font-style: normal;
  font-weight: 500;
  height: 44px;
  padding: 0 22px;
}


.custom-page {
  padding: 40px 0;
}
.custom-page h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
    font-style: normal;
    font-weight: 700;
    color: #000;
    line-height: normal;
    letter-spacing: 0px;
    text-transform: none;
    padding: 0;
    margin: 0;
    text-align: left;
}
.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 {
  font-size: 100px;
  -webkit-text-fill-color: white;
  /* -webkit-text-stroke: 1px #01195F; */
  color: white;
  margin: 5px auto 28px;
}
.contacts-title {
  font-size: 40px;
  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: 15px;
  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;
}
.cont {
    height: 413px;
    background: rgb(190 221 233 / 70%);
    border-radius: 0 0 0 0;
    margin-right: 12px;
    padding: 0 0 0 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 0px;
}
.cont p {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
}
.cont p img {
    margin-right: 10px;
}
.map-mail img, .map-addr p img, .map-phone img {
    margin-right: 10px;
}
.map-addr p, .map-addr a {
    font-size: 18px;
    text-decoration: none;
}
.contact h1 {
	font-size: 40px;
        font-family: 'Asap', 'Montserrat', sans-serif;
    letter-spacing: 0.02px;
    text-transform: none;
}
.map.contact h2 {
	font-size: 30px;
        font-family: 'Asap', 'Montserrat', sans-serif;
    text-align: left;
    font-weight: 400;
}

















@media (min-width: 1200px) {

  .reviews-slider__owl {
    padding: 0 170px;
  }
  .item-review {
    margin: 0 1px;
  }
  .prices-title {
    margin: 0 0 20px;
  }
  .specialists {
    padding-top: 20px;
  }
  .map {
    padding-top: 20px;
  }
  .reviews {
    padding: 70px 0;
    position: relative;
  }
  .company {
    padding-bottom: 85px;
    padding-top: 135px;
  }
  .prices {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .services {
    padding-top: 0;
  }
  .about {
    padding-top: 10px;
  }
  .main-slider {
    margin-bottom: 65px;
  }






}


.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: 15px;
}

.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;
    width: 450px;
}

.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 {
color: #000;

font-family: 'Montserrat', sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 22px;
    background: none;
    margin-bottom: 20px;
    display: block;
}
.btn.map__btn.map_os {
    font-size: 15px;
    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: 24px 0 0 24px;
    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-active.slick-center {
    z-index: 1;
    position: relative;
    transform: scale(1.2);
	display: block;
    opacity: 1;
}
.slider-sert .slick-slide.slick-active {
	display: block;
    transition: 1s;
}
.sert_row {
	text-align: center;
}
.sert__btn {
    width: 230px;
    margin: 30px auto 70px;
}
.sert__btn.white {
    background-color: #fff;
	color: #000;
	border: 1px solid #000;
}

.adv_all {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px 30px;
    margin-bottom: 79px;
}
.adv_all .item img {
    width: 100%;
}
.adv_all .item {
    background: rgb(190 221 233 / 70%);
    border-radius: 20px;
    overflow: hidden;
}
.adv_all .item .about-desc, .adv_all .item h3 {
    margin: 20px;
	font-size: 18px;
	color: #000;
    line-height: 22px;
}
.about img, .service_all img {
    width: 100%;
}
.about-desc p {
    font-size: 18px;
}
.service-item {
	position: relative;
}

.service_all {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 79px;
}
.service_all .item h3 {
    position: absolute;
    bottom: 65px;
    left: 30px;
    font-size: 25px;
}
.service_all .item .service-desc {
    position: absolute;
        bottom: 20px;
    left: 30px;
    right: 30px;
    opacity: 0;
    transition: 0.5s;
}
.service_all .item:before {
	content: "";
	    background: rgb(255 255 255 / 70%);
    transition: 0.5s;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
}

.service_all .item p {
    font-size: 18px;
    font-weight: 400;
}


.service_all .item:hover .service-desc {
    opacity: 1;
}

.service_all .item:hover:before {
    height: 40%;
	bottom: 0;
	
}


@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: 15px;
    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;
  }









}