/* ===== Theme default ===== */
:root {
	--black: #21282e;
	--white: #fff;
	--red: #ff0000;
	--pink:#fcf1ef;
	--orange: #de5a18;
	--purple: #d50365;
	--crimson: #ee2a7e;
	--gray: #f9f9f9;
	--blue: #1640EC;
	--yellow: #FFE81A;
	--beige: #F6EEE3;
	--brown: #B2886F;
}

.price_man04 {
	display: none;
}


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

html {
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5 {
  font-family: "Tenor Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin: 0;
  padding: 0;
}

body {
 background: var(--white);
 font-family: "Montserrat", sans-serif;
 margin: 0;
}

.main {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	background-color: var(--beige);
}

.main-page {
	
	margin: 0 auto;
}

.title-white {
	font-size: 35px;
	font-weight: 500;
	color: var(--white);
	text-align: center;
}

.title-white-kombo {
	font-size: 25px;
	font-weight: 600;
	color: var(--white);
	text-align: center;
	text-transform: uppercase;
	margin-top: 20px;
}

.title-red {
	font-size: 48px;
	font-weight: 500;
	color: #A74053;
	text-align: center;
}

.title-red-callback {
	font-size: 35px;
	margin-bottom: 18px;
}

.title-red-resalts {
	margin-bottom: 1px;
}

.subtitle-h1 {
	/*font-family: "Tenor Sans", sans-serif;*/
	font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0 0 0;
    text-align: center;
    line-height: 1.5;
    /*font-weight: 600;*/
    text-transform: uppercase;
}

.subtitle-h1 span {
    color: #d20202;
    font-weight: 800;
}

.title-brown, .title-light-brown {
	font-size: 32px;
	font-weight: 500;
	/*color: #4B382D;*/
	text-align: center;
}

.title-light-brown {
	font-size: 30px;
	/*color: #B2886F;*/
		color: #613114;
}

.title-light-brown-span {
	font-weight: 800;
	line-height: 1.3;
}

.text-transform-uppercase {
	text-transform: uppercase;
}

.title-dark-brown {
	color: #4B382D;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
}

.content-paragraph {
	font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.35;
}

.content-paragraph span {
    font-weight: 600;
}

.flex-center {
	display: flex;
	justify-content: center;
}

.align-center {

}

.align-left {
	text-align: left; 
}

.container {
	max-width: 1440px;
	margin: 0 auto;
	padding: 2px 130px 0 130px;
}

.header {
	background-color: var(--white);
	padding: 30px 0;
}

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

.header__logo {
	width: 68px;
	height: auto;
	margin-right: 1.1em;
}

.header__nav ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	/*width: 450px;*/
	list-style: none;
	/*margin-left: 50px;*/
	font-family: "Montserrat", sans-serif;
	font-size: 1.3rem;
	font-weight: 400; 
}

.header__nav ul > li {
	margin-right: 2.5rem;
}

.header__nav ul > li:nth-child(3) {
	margin-right: 2.5rem;
}

.header__nav-item a, .header__phone a {
	text-decoration: none;
	color: #4B382D;
	cursor: pointer;
}

.header__phone a {
	display: flex;
	align-items: center;
}




.header__location, .header__phone, .footer__location {
	display: flex;
	justify-content: space-between;
	align-items: center;

	font-family: "Montserrat", sans-serif;
	font-size: 1.5rem;
	font-weight: 400; 	
	margin-right: 40px;
}

.location__img, .phone__img {
	width: 52px;
	height: auto;
	margin-right: 15px;
}


.header__content {
	width: 100%;
	position: relative;
	padding-bottom: 140px;
}

.header__content-inner {
	background-color: var(--beige);
	display: flex;
	justify-content: space-between;
}

.header__content-left {
	width: 50%;
	padding: 150px 0 0 0;
}

.header__content-title {
	font-size: 60px;
	font-weight: 200;
	color: var(--brown);
	margin-bottom: 10px;
}

.header__content-right {
	width: 50%;
}

.header__content-right img {
	position: absolute;
	height: 100%;
	width: auto;
	top: 0;
	right: 0;
}

.header__content-subtitle {
	font-size: 106px;
	font-weight: 500;
	color: #A74053;
	text-align: center;
	/*margin-right: 130px;*/
	margin-bottom: 50px;
}

.header__content-text {
	font-family: "Tenor Sans", sans-serif;
	font-size: 25px;
	font-weight: 500;
	text-align: left;
	color: #4B382D;
	margin-bottom: 115px;
}

.header__content-btn {
	margin: 0 auto;
	font-family: "Tenor Sans", sans-serif;
	font-size: 30px;
	font-weight: 400;
	color: var(--white);
	background-color: var(--brown);
	padding: 14px 45px;
	text-decoration: none;
}

.catalog {
	background-color: var(--brown);
	width: 100%;
	margin: 0;
	padding-top: 45px;
	padding-bottom: 41px;
}

.services {
	margin-top: 30px;
	display: grid;
    grid-template-columns: 33.333% 33.333% 33.333%;
    grid-template-rows: 1fr 1fr 1fr;
}

.services__item {
	position: relative;
	box-shadow: 0 0 10px #8d767a61;
    margin: 15px;
    padding: 45px;
    display: flex;
    flex-direction: column;
    border-radius: 5px;	
    background-color: var(--white);
}

.services__item-content {
	width: 270px;
	display: flex;
	flex-direction: column;
	align-items: center;
	    z-index: 5;
}

.services__btn {
	font-family: "Tenor Sans", sans-serif;
	font-size: 22px;
	font-weight: 400;
	color: var(--white);
	background-color: var(--brown);
	padding: 7px 22px;
	text-decoration: none;
	margin-top: 15px;
}

.services__item {
	overflow: hidden;
}

.services__item img {
	position: absolute;
    height: 100%;
    width: auto;
    bottom: 0;
    z-index: 0;
}

.services__item.left {
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.services__item.left img {
	left: 0;
}

.services__item.right img {
	right: 0;
}	

.services__item .center {

}

.services__item:nth-child(1) {
	grid-column-start: 2;
    grid-row-start: 2;
    grid-row-end: 4;
        /*padding-right: 50px;*/
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.services__item:nth-child(1) img {
	height: auto;
}	

.services__item:nth-child(2) {
    grid-row-start: 1;
    grid-row-end: 3;

}

.services__item:nth-child(3) {
    grid-column-start: 1;
    grid-row-start: 1;
    grid-row-end: 4;
}

.services__item:nth-child(4) {
    grid-column-start: 2;
    grid-row-start: 1;
}

.services__item:nth-child(5) {
    grid-column-start: 3;
    grid-row-start: 3;
    grid-row-end: 3;
}

.kombo {
	background-color: var(--brown);
	width: 100%;
	margin: 0;
	padding-top: 45px;
}


.kombo_inner {
	margin-top: 30px;
/*	display: grid;
    grid-template-columns: 30% 30% 30%;
    grid-template-rows: 1fr 1fr;
*/
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.kombo_inner-item {
	width: 31%;
	overflow: hidden;
	padding: 20px;
	position: relative;
	aspect-ratio: 1 / 1; /*высота равная ширине*/
	margin-right: 15px;
	margin-bottom: 20px;
	background-color: var(--white);

	display: flex;
	flex-direction: column;
	justify-content: center;
}

.kombo_inner-item img {
	position: absolute;
    height: 100%;
    width: auto;
    bottom: 0;
    z-index: 0;
}

.kombo_item-content {
	display: flex;
	width: 100%;
	flex-direction: column;
	position: relative;
	z-index: 5;
}

.kombo-title-brown {
	text-align: left;
	font-size: calc(15px + 0.5vw);
}

.kombo__btn {
	font-family: "Tenor Sans", sans-serif;
	font-size: calc(15px + 0.5vw);
	font-weight: 400;
	color: var(--brown);
	background-color: var(--white);
	border: 1px solid var(--brown);
	padding: 7px 22px;
	text-decoration: none;
	text-align: center;
	margin-top: 15px;
	max-width: 160px;
}

.kombo_inner-item:nth-child(1) img {
	right: 0;
	bottom: 0;
}

.kombo_inner-item:nth-child(2) img {
	right: 0;
	bottom: 0;
}

.kombo_inner-item:nth-child(3) img {
	right: 0;
	bottom: 0;
}

.kombo_inner-item:nth-child(4) img {
	right: 0;
	bottom: 0;
	width: 96%;
    height: auto;
}

.kombo_inner-item:nth-child(4), .kombo_inner-item:nth-child(6) {
	justify-content: flex-start;
}

.kombo_inner-item:nth-child(4) .kombo__btn {
	/*margin-left: 7vw;*/
}

.btn-right {
	display: flex;
	justify-content: flex-end;
}

.kombo_inner-item:nth-child(5) img {
	right: 0;
	bottom: 0;
}

.kombo_inner-item:nth-child(6) img {
	right: 0;
	bottom: 0;
	width: 96%;
    height: auto;
}













.catalog__btn {
	padding: 55px 0;
}

.catalog__btn-link {
	padding: 12px 46px;
	background-color: var(--white);
	color: #4B382D;
	font-family: "Tenor Sans", sans-serif;
	font-size: 30px;
	font-weight: 600;
	text-decoration: none;
}

.img_koreciya_figuri-mob {
	display: none;
}

.img_lasernay-epil-mob {
	display: none;
}


.about {
	padding-top: 40px;
}

.about__inner {
	display: flex;
	justify-content: space-between;
	margin-top: 35px;
	margin-bottom: 40px;
}

.about__inner-mob {
	display: none;
}

.about__inner-left {
	display: block;
	width: 40%;
	/*margin-right: 70px;*/
}

.about__text {
	font-size: 22px;
	font-weight: 500;
	color: #4B382D;
}

.about__inner-left img {
	/*width: 55%;*/
	margin-top: 100px;
	margin-bottom: 40px;
}

.about__inner-right {
	width: 53%;
}

.about__inner-img-laser {
	width: 85%;
	margin-bottom: 40px;
}

.about__right-content-top {
	max-width: 645px;
}

.about__right-content-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 60px;
}

.about__text-preparati {
	margin-left: 25px;
}

.ourteam {
	background-color: var(--brown);
	padding-top: 50px;
}

.ourteam__inner {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-top: 35px;
}

.ourteam__inner-item {
	width: 33%;
	/*margin-right: 30px;*/
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

/*.ourteam__inner-item:nth-child(3) {
	width: 33%;
	margin-right: 1px;
}*/

.ourteam__inner-item img {
	width: 100%;
	margin-bottom: 20px;
}

.ourteam__inner-articls	{
	width: 30%;

}

.ourteam__inner-articls img	{
	width: 100%;
	border-radius: 40px;
	
}

.team__servise {
	margin-top: 15px;
	font-size: 30px;
	font-weight: 300;
	text-align: center;
	color: var(--white);
}

.team__servise-articls {
    display: flex;
    text-align: center;
    justify-content: center;
}

.team__servise-articls a {
	/*margin-top: 15px;*/
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    color: var(--white);
    text-decoration: none;
}

.team__btn {
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 40px;
	background-color: var(--white);
	color: var(--brown);
	padding: 15px 80px;
	max-width: 350px;
    font-family: "Tenor Sans", sans-serif;
	font-size: 34px;
	font-weight: 600;
	text-decoration: none;
}

.reviews {
	padding-top: 64px;
}

.reviews_epil {
	padding-top: 24px;

	background-color: var(--brown);
    width: 100%;
    margin: 0px;
}

.title-white-reviews {
	margin-bottom: 24px;
}

.reviews__inner {
	padding: 83px 0 43px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap; 
}

.reviews__inner_epil {
	padding: 12px 0 2px 0;
}

.reviews_item {
	padding: 47px 45px;
	width: 80%;
	/*min-width: 340px;*/
	background-color: #F0E5D8;

	display: flex;
	flex-direction: column;
	align-items: flex-start;
    border-radius: 30px;
	margin-bottom: 50px;
}

.reviews_item hr {
	background-color: #A74053;
    height: 3px;
    width: 100%;
    margin: 20px 0;
}

.reviews_item_top {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.reviews_item_title {
	font-size: 40px;
}

.reviews_item_text {
	font-size: 20px;
	font-weight: 400;
	color: #4B382D;
}

.reviews_item_text span {
	display: block;
    font-weight: 600;
    margin-bottom: 20px;

}

.location {
	background-color: #B2886F;
	padding: 74px 0;
}

.location__inner {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.location__inner-contacts {
	display: flex;
	flex-flow: column wrap;
	width: 48%;
	padding: 225px 0;
}

.location_phons, .location_adress, .location_inst {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 70px 0;
}

.location_adress {
	margin: 0 0 70px 0;
}

.location_inst {
	margin: 0 0 0 0;
}

.location_phons img, .location_adress img, .location_inst img {
	margin-right: 50px;
	width: 55px;
	height: 55px;
}

.location_inst a {
	text-decoration: none;
	color: var(--white);
	cursor: pointer;
}

.location_text {
	font-size: 32px;
	font-weight: 400;
	color: var(--white);
}

.location_text a {
	color: var(--white);
	text-decoration: none;
	cursor: pointer;
}

/*.location_text a:hover {
	text-shadow: 0 0 10px #8d767a61;
}*/

.location__inner-map {
	width: 48%;
}

.location__inner-map iframe {
	width: 800px;
	height: 100%;
}

.location_icons {
	margin-top: 60px;
	display: flex;
	justify-content: center;
}

.location_icons img {
	margin-right: 30px;
}

.footer {
	padding: 5px 0 20px 0;
}

.footer__phone a {
	color: #4B382D;
	text-decoration: none;
	cursor: pointer;
}






/*Меню бургер*/

.nav-mob {
/*	display: flex;
	justify-content: flex-end;*/
	display: none;
}

.menu-mob {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 15px;
	background-color: #FFEFBA;
	z-index: 55;
	transform: translateX(-100%);
	transition: transform 0.5s; 
}

.menu-mob.active {
	transform: translateX(0);
}

.menu-mob li {
	list-style-type: none; 
}

.menu-btn {
	width: 70px;
	height: 80px;
	position: relative;
	z-index:56;
	overflow: hidden;
}

.menu-btn span {
	background-color: #222222;	
	width: 70px;
	height: 3px;
	position: absolute;
	top: 50%;
	/*left: 50%;*/
	/*transform: translate(-50%, -50%);*/
	transition: all 0.5s;
}

.menu-btn span:nth-of-type(2) {
	top: calc(50% - 15px);
}
.menu-btn span:nth-of-type(3) {
	top: calc(50% + 15px);
}

/* Меняем гамбургер иконку, когда меню открыто */
.menu-btn.active span:nth-of-type(1) {
  display: none;
}
.menu-btn.active span:nth-of-type(2) {
  top: 50%;
  transform: translate(-10%, 0%) rotate(45deg);  
}
.menu-btn.active span:nth-of-type(3) {
  top: 50%;
  transform: translate(-10%, 0%) rotate(-45deg); 
}


/* Слайдер: */
    /* дополнительные стили для этого примера */
/*    .itcss__items {
      counter-reset: slide;
    }

    .itcss__item {
      counter-increment: slide;
    }

    .itcss__item>div::before {
      content: counter(slide);
      position: absolute;
      top: 10px;
      right: 20px;
      color: #fff;
      font-style: italic;
      font-size: 32px;
      font-weight: bold;
    }*/

    .itcss__block_mob {
    	/*display: none;*/
    }

    .itcss__block {
    	display: none;
    }

    .itcss__btn {
    	background: rgb(165 120 101 / 20%);
    }


/*страница лазерная єпіляція*/

.main_title-inner {
	padding: 3px 0 20px 0;
}

.laser {
	width: 100%;
	min-height: 600px;
	background-color: #e9d9cc;
	margin-bottom: 30px;
	padding-top: 20px;
}

.laser__inner {
	padding: 30px 0px;
	position: relative;
}

.laser__inner-content {
	width: 50%;
	padding-top: 20px;
}



/*.laser__inner-img img {
    position: absolute;
    left: 122%;
    width: 62%;
    height: auto;
    bottom: -30px;
}*/

.laser__inner-img img {
    position: absolute;
    width: 39%;
    height: auto;
    bottom: 0;
    right: -2%;
}




.price_women, .price_man04, .price {
	background-color: #F0E5D8;
	width: 100%;
	padding-top: 25px;
}

.price_women-inner, .price_man04-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 25px;
}

.price_women-left, .price_women-right, .price_man04-left, .price_man04-right {
	width: 39%;
	display: flex;
	flex-direction: column;
}

.price_women-item, .price_man04-item {
	border: 1.0px solid #B2886F;
	padding: 8px 20px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 12px;
}

.price_women-item p, .price_man04-item p {
	margin: 0 5px;
	padding: 0;
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	font-weight: 400;
}

.price_women-item p > span, .price_man04-item p > span {
	font-weight: 600;
}

.price_women-center {
	width: 20%;
	display: flex;
    align-items: center;
    justify-content: center;
}

.price_women-center img {
    width: 65%;
    height: auto;
}

.price_man-center img {
    width: 77%;
    height: auto;
}

.price_women-center-02 {
	/*width: 20%;*/
	display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
    padding-bottom: 20px;
}

.price_women-center-02 img:nth-child(1) {
    width: 65%;
    height: auto;

}

.price_women-center-02 img:nth-child(2) {
    width: 55%;
    height: auto;
}


.price_man {
	margin-top: 25px;
	margin-bottom: 25px;
}

.man-title-mob {
	display: none;
}

.price_man-inner {
	display: flex;
	justify-content: space-between;
}

.price_man-inner-02 {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.price_man-left, .price_man-left-02, .price_man-right, .price_man-right-02 {
	width: 50%;
}

.price_man-right {
		padding: 23px 100px 55px 0;
}

.price_man-right-02 {
		padding: 10px 0 15px 100px;
}

.price_man-left {
	padding-bottom: 0px;
	background: url(../image/las-epil/zoni-epilacii-man2.png) no-repeat;
	background-size: 13em auto;
	background-position: bottom right 106px;
}

.price_man-left-02 {
    padding-bottom: 0px;
    background: url(../image/las-epil/zoni-epilacii-man4.png) no-repeat;
    background-size: 18em auto;
    background-position: bottom left 106px;
}

.price_man-items {
	margin-top: 20px;
}

/*.laser__inner-img-03 {
	width: 50%;
}*/

/*.laser__inner-img-03 img {
    position: absolute;
    width: 48%;
    height: auto;
    bottom: 0;
    right: -2%;
}*/

.feedback  {
	width: 100%;
	background-color: #e9d9cc;
	margin-bottom: 50px;
}

.feedback__inner {
	padding: 25px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.feedback__inner p {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}

#contact-form {
}

#contact-form fieldset {
	border: none; 
	display: flex;
	flex-direction: column;
}

#contact-form fieldset > label {
	border: none; 
	display: flex;
	flex-direction: column;

	font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 10px;
}

#contact-form fieldset > label > input {
	width: 400px;
	height: 50px;
	border: solid 1px #B2886F;
	padding: 3px 10px;
	margin-top: 9px;
}

#contact-form fieldset > label > input:focus {
	outline: none;
}

#contact-form fieldset > label > input::placeholder {
	font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 8px;
    color: #CBC5C2;
}

input[type~="text"], input[type~="tel"] {
	font-size: 22px;
	font-weight: 500;
	font-family: "Montserrat", sans-serif;
}


.form-send-btn {
 	margin: 20px auto;
	font-family: "Tenor Sans", sans-serif;
	font-size: 24px;
	font-weight: 400;
	color: var(--white);
	background-color: var(--brown);
	padding: 11px 68px;
	text-decoration: none;
	border: none;
 }

 /*new price*/

 .price_all {
	background-color: #F0E5D8;
	width: 100%;
	padding: 25px 0 25px 0;
	margin-bottom: 30px;
}

.price_face_reverse {
	padding: 25px 0 0 0;
}

.price_all_inner {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
}

.price_all_left {
	width: 50%;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}

.price_inner_face_2 {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
}

.price_inner_face_2_reverse {
	flex-direction: row;
}

/*.price_face_2_right_reverse {
    padding-left: 20px;
}*/

.price_inner_face_2 .price_face-left img {
	width: calc(130% - 7vw);
}

.price_face_2-left_reverse img {
    width: calc(123% - 4vw);
}





.price_smas_right {
	justify-content: center;
}

.price_smas-left {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	overflow: hidden;
}

.price_smas-left img {
	width: calc(114% - 7vw);
}


/*.price_face_2_right {
	padding-right: 20px;
}*/

.price_face-left, .price_face_2-left {
	overflow: hidden;
}

.price_face-left img {
	width: calc(90% - 5vw);
}

.price_face_2-left {
	display: flex;
	justify-content: center;
	align-items: center;
}

.price_face_2-left img {
	width: calc(123% - 7vw);
}

.price_body-left {
	overflow: hidden;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.price_body-left img {
	width: calc(130% - 7vw);
}


.price_right {
	width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.price_body-right {
	padding-right: 20px;
}



.price_items {
	margin-top: 20px;
	width: 100%;

	display: flex;
	flex-direction: column;
	justify-content: space-between;	
}

.price_smas_items {
	margin-top: 20px;
	width: 100%;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;	
}

.price_item {
	border: 1.0px solid #B2886F;
	padding: 8px 20px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 12px;
}

.price_item p {
	margin: 0 5px;
	padding: 0;
	font-family: "Montserrat", sans-serif;
	font-size: 1.4rem;
	font-weight: 400;
}

.price_item p > span {
	font-weight: 600;
}



/*Процедуры коррекции фигуры*/

.methods, .cavitation, .microac, .grid4blocks, .flex3blocksto4, .flex3blocksto4_mob, .flex3blocks {
	background-color: #e9d9cc;
	margin-bottom: 25px;
}

.methods_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 20px 0 0;
}

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

.methods_inner_reverse {
	flex-direction: row-reverse;
}

.methods_inner-left, .methods_inner-right {
	width: 50%;
}

.methods_inner-left {
	padding: 20px 20px 20px 20px;
}


.methods_inner-right {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.methods_inner_nopadding > .methods_inner-right {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	height: 598px;
}

.methods_inner-right img {
	/*width: calc(190% - 15vw);*/
	width: 100%;
}

.methods_inner-left .title-light-brown {
	text-align: left;
	margin-bottom: 18px;
}

.methods_inner-left .title-dark-brown {
	text-align: left;
	margin-bottom: 12px;
}

.methods_left-content {
	margin-top: 20px;
}

.methods_content-item {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	/*flex-direction: column;*/
	margin-bottom: 15px;
}

.methods_content-item-lo {
	/*display: flex;*/
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	margin-bottom: 15px;
}

.methods_content-item-one {
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
	align-items: center;
}

.methods_content-paragraph {
    margin-top: 20px;
}

.methods_content-paragraph span {
    font-weight: 600;
}

.methods_content-item img, .methods_content-item-lo img {
	margin-right: 10px;
	width: 24px;
	height: 24px;
}

.cavitation_inner, .cavitation_inner-bottom {
	display: flex;
	justify-content: space-between;
}

.cavitation_inner {
	padding: 50px 0 10px 0;
}

.cavitation_inner-bottom {
	padding: 10px 0 50px 0;
}

.cavitation_top-left, .cavitation_top-right, .cavitation_bottom-left, .cavitation_bottom-right {
	width: 50%;
}

.cavitation_top-left, .cavitation_bottom-left  {
	overflow: hidden;
}

.cavitation_top-left img, .cavitation_bottom-left img {
	width: calc(190% - 27vw);
}

.microac_top-left_mob {
	display: none;
}

.cavitation_top-right, .cavitation_bottom-right {
	padding: 20px 20px 20px 20px;
}

.microac_bottom-right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.rflifting_inner-right, .rflifting-face_inner-right {
	overflow: hidden;
}

.rflifting-face_inner-right_mob {
	display: none;
}

.rflifting_inner-right img {
	width: calc(170% - 27vw);
}

.rflifting-face_inner-right img {
    width: calc(195% - 27vw);
}

.rflifting-face_inner-left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.obgortanie_inner, .smasface_inner {
	flex-direction: row-column;
}

.grid4blocks_inner {
	margin: 30px 0;
	display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto auto;
    /*grid-template-rows: 500px 500px 500px 500px;*/
    row-gap: 19px;
    column-gap: 19px;
    padding-bottom: 25px;
}

/*body > div > div > section.grid4blocks > div > div > div:nth-child(5) > h2*/

.grid4blocks_inner-item:nth-child(1) {
	grid-column-start: 1;
    grid-row: 1;

    display: flex;
    align-items: center;
}

.grid4blocks_inner-item:nth-child(1) img {
	height: auto;
	width: 100%;
}	



.grid4blocks_inner-item:nth-child(2) {
	grid-column-start: 1;
    grid-row: 2;

    display: flex;
    align-items: center;
}

.grid4blocks_inner-item:nth-child(2) img {
	height: auto;
	width: 100%;
}	



.grid4blocks_inner-item:nth-child(3) {
	grid-column-start: 1;
    grid-row: 3;

    display: flex;
    align-items: center;
}

.grid4blocks_inner-item:nth-child(3) img {
	height: auto;
	width: 100%;
}	


.grid4blocks_inner-item:nth-child(4) {
	grid-column-start: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    padding: 20px 20px 20px 20px;

    display: flex;
    flex-direction: column;
    justify-content: center;
}



.grid4blocks_inner-item:nth-child(5) {
	grid-column-start: 2;
    grid-row-start: 2;
    grid-row-end: 2;
    padding: 20px 20px 20px 20px;
}

.grid4blocks_inner-item:nth-child(5) {
	grid-column-start: 2;
    grid-row-start: 3;
    grid-row-end: 3;
    padding-left: 25px;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.grid4blocks_inner-item:nth-child(6) {
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.flex3blocksto4, .flex3blocksto4_mob, .flex3blocks {
	padding: 50px 0;
}

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

.flex3blocksto4_inner-left, .flex3blocksto4_inner-right {
	width: 48%;
}

.flex3blocksto4_inner-right {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.flex3blocksto4_inner-right img {
	width: 100%;
}

.flex3blocksto4_inner-left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 50px 0;
}

.flex3blocksto4_mob {
	display: none;
}

/*сторінка благодарності*/

.thankyou-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.thankyou-inner img {
	width: 25%;
    height: auto;
}

.thankyou_title {
	margin: 25px 0;
    text-align: center;
    font-size: 4.5rem;
    font-weight: 600;
    /*color: #0866ff;*/
    line-height: 1.3;
}

.thankyou_subtitle {
    width: 75%;
    border: 3px solid #005de1;
    border-radius: 50px;
    padding: 25px 10px;
    /*background-color: #fff9ff;*/
    color: #000000;
    font-size: 3.0rem;
    font-weight: 500;
    text-align: center;
}

.thankyou_text {
	font-size: 3.0rem;
	font-weight: 300;
	text-align: center;
	line-height: 1.4;
	margin-top: 20px;
}

.thankyou_btn {
    border-radius: 20px;
    padding: 25px 30px;
    background: linear-gradient(to right, #548CEB 0%, #4d3378 100%);
    color: #fff;
    font-size: 2.5rem;
    text-decoration: none;
    margin: 30px auto;
    text-align: center;
}

/*<!-- ===== CSS FAQ START ===== -->*/
.faq {
  padding: 20px 15px;
  /*background: #fdfaf7;*/
}
.faq-title {
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 25px;
  color: #613114;
}
.faq-item {
  border-bottom: 1px solid #ddd;
  width: 100%;
  position: relative;
}
.faq-question {
  width: 80%;
  text-align: left;
  padding: 15px;
  font-size: 20px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  transition: background 0.3s ease;
  color: #333;
}
.faq-question::after {
  content: "+";
  position: absolute;
  line-height:1.1;
  right: 0px;
  font-size: 22px;
  width: 25px;
  height: 25px;
  font-weight: 400;
  transition: transform 0.3s ease;
  border: solid 1px #000;
  border-radius: 50%;
  text-align: center;
}
.faq-item.active .faq-question::after {
  content: "×";
  transform: rotate(180deg);
}
.faq-question:hover {
  background: #f3ece7;
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 15px;
}
.faq-answer p {
  font-size: 18px;
  line-height: 1.5;
  color: #333;
  margin: 10px 0;
}
.faq-item.active .faq-answer {
  max-height: 200px;
  padding: 10px 15px 20px;
}
@media (max-width: 768px) {
  .faq-title {
    font-size: 22px;
  }
  .faq-question {
    font-size: 16px;
    padding: 12px;
  }
  .faq-answer p {
    font-size: 15px;
  }
}
/*<!-- ===== CSS FAQ END ===== -->*/

.comfort {
	margin-bottom: 20px;
}

.comfort_inner {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.comfort_item {
	width: 24%;
	padding: 10px;
	min-height: 235px;
	border: solid 1px var(--brown);
	border-radius: 20px;
	margin-left: 10px;
}

.comfort_item:nth-child(1) {
	border: none;
}

.comfort_blok_title {
	display: flex;
	justify-content: flex-start;
}

.comfort_blok_title-img {
	width: 12px;
	height: auto;
	margin-left: 10px;
	margin-right: 15px;
}

.comfort_title {
	font-size: 1.8rem;
	color: #613114;
	font-weight: 500;
	/*font-family: "Tenor Sans", sans-serif;*/
	font-style: normal;
	margin: 0;
	padding: 0;
	line-height: 1.2;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.comfort_item-list {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	height: 70%;
}

.comfort_item-list-item {
	display: flex;
	justify-content: flex-start;
}

.comfort_item-list-item img {
	margin-right: 15px;
}

.comfort_item-list-item p {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    line-height: 1.5;
}

.comfort_item-list-item p span {
    font-weight: 700;
}

.comfort_item-column {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.comfort_item-column h2 {
	font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin: 8px 0;
    padding: 0;
    line-height: 1.2;
    text-transform: uppercase;
}

.comfort_item-column-img {
	width: 100%;
	border-radius: 15px;
	opacity: 0.75;
}

/*Форма захвата*/

.callback {
	position: relative;
	margin-bottom: 20px;
    border-radius: 20px;
}

.callback_inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    background-color: #F0E5D8;
    border-radius: 30px;
}

.callback_inner_form, .callback_inner_bg {
	width: 49%;
}

.callback_inner_form {
padding-top: 30px;
padding-bottom: 5px;
}

.callback_subtitle {
	text-align: left;
	font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding: 0;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 128px;
    margin-left: 50px;
    color: #f0e5d8;
}



.callback_title {
  position: absolute;
  width: 34%;
  top: 44px;
  /*background-color: #eba3c5; /*pink*/
  background-color: #A74053;
  padding: 20px 0 20px 20px;
  margin-top: 20px;
  border-radius: 0px 80px 80px 0px;
  overflow: visible; /* чтобы дочерний блок выходил за пределы */
}

.callback_title h2 {
  font-weight: 500;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  line-height: 1.5;
}

/*вставка подарок*/

.callback_title_present {
position: absolute;
    top: -17%;
    right: -3%;
    width: 39%;
    height: 48%;
    background-color: #494949;
    border-radius: 50px;
    transform: rotate(-6deg);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Montserrat", sans-serif;
    font-size: 23px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    	display: none;
}

/* белая звезда */
.callback_title_present .star {
  display: inline-block;
  margin-left: 8px;
  margin-top: 12px;
  width: 32px;
  height: 32px;
  background: #fff;
  clip-path: polygon(
    50% 0%, 61% 35%, 98% 35%, 
    68% 57%, 79% 91%, 50% 70%, 
    21% 91%, 32% 57%, 2% 35%, 
    39% 35%
  ); /* пятиугольная/звездочка */
  animation: twinkle 1.5s infinite ease-in-out;
}

/* анимация мерцания */
@keyframes twinkle {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}

/*конец вставка подарок*/


#contact-form {
	/*width: 50%;*/
}

#contact-form fieldset {
    border: none; 
    display: flex;
    flex-direction: column;
}

#contact-form fieldset > input {
    width: 400px;
    height: 65px;
    border: solid 1px #B2886F;
    border-radius: 50px;
    padding: 3px 20px;
    margin-top: 20px;
    /*margin-left: 19px;*/
}

#contact-form fieldset > input:focus {
    outline: none;
}

#contact-form fieldset > input::placeholder {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin: 15px 0 8px 0;
    color: #CBC5C2;
    padding-left: 20px;
}

input[type~="text"], input[type~="tel"] {
    font-size: 22px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
}

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

.form-send-btn {
	width: 48%;
    margin: 30px 0 30px 10px;
    /*font-family: "Tenor Sans", sans-serif;*/
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    background-color: #A74053;
    padding: 11px 40px;
    text-decoration: none;
    border: none;
    text-transform: uppercase;

    border: solid 1px #B2886F;
    border-radius: 50px;
 }

 .form_block_call {
	text-align: right;
	font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding: 0;
    line-height: 1.2;
    text-transform: uppercase;
 }

 .callback_inner_bg {
 	background: url(../image/form_photo.jpg) no-repeat;
	background-size: 45em auto;
    background-position: bottom -45px right -38px;
    border-radius: 0 50px 50px 0;
 }


 .slide-banner {
    margin: 20px 0;
}




.laser-table__inner {
	padding: 30px 0px;
	position: relative;
}



.laser-table__inner {
	position: relative;
}

.laser-table__inner-content {
	display: flex;
	justify-content: space-between;

	width: 60%;
	padding-top: 20px;
}

.laser-table__inner-one, .laser-table__inner-two {
	width: 49%;
	display: flex;
	flex-direction: column;
}

.laser-table__inner-item {
	margin-bottom: 20px;
	border: 1px solid var(--brown); 
	padding: 10px 10px 10px 10px;
	border-radius: 10px;
	background-color: rgb(246 238 227 / 35%);
}

.laser__inner-content p {
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	font-weight: 400;
	margin: 10px 0 0 0;
}

.laser__inner-content p > span {
	font-weight: 600;
	width: 25%;
	text-transform: uppercase;
	font-size: 18px;
}

.laser__inner-img {
	width: 50%;
}

/*______________________________________________*/

.header_slider_mob {
	display: none;
}

.owl-carousel {
    width: calc(100% - 122px) !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    border-radius: 50px;
}

/*кнопки навигации*/
.owl-carousel .owl-nav {
    position: absolute;
    top: 37%;
    width: calc(100% + 122px);
    margin: 0 -61px;
    display: flex;
    justify-content: space-between;
}

 .owl-carousel .owl-nav button.owl-prev {
    background: #D9BFB3 !important;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    position: relative;
    transition: 0.3s;
}

 .owl-carousel .owl-nav button.owl-next {
    background: #D9BFB3 !important;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    position: relative;
    transition: 0.3s;
}

.owl-theme .owl-nav {
    margin-top: 10px;
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-nav button.owl-prev:before, .owl-carousel .owl-nav button.owl-next:before {
    content: "";
    width: 112px;
    height: 112px;
    display: block;
    position: absolute;
    background: #D9BFB380;
    border-radius: 50%;
    top: -10px;
    left: -10px;
    transition: 0.5s;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.2s, opacity 0.2s linear;
}

.owl-carousel .owl-nav button.owl-prev:hover:before, 
.owl-carousel .owl-nav button.owl-next:hover:before {
	visibility: visible;
	opacity: 1;
	transition-delay: 0s;
}

.owl-carousel .owl-nav button.owl-prev span {
    background: url(../image/left.svg) no-repeat center center;
    width: 18px;
    height: 30px;
    display: block;
    margin: auto;
    color: #d9bfb3;
}

.owl-carousel .owl-nav .material-icons {
    display: none;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-carousel .owl-nav button.owl-next span {
    background: url(../image/right.svg) no-repeat center center;
    width: 18px;
    height: 30px;
    display: block;
    margin: auto;
    color: #d9bfb3;
}

/*кнопки навигации end*/


.slide-banner .item {
    position: relative;
}

.slide-banner .absolute {
    padding: 50px 80px;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    gap: 20px;
    display: flex;
    text-align: left;
}

.slide-banner .button {
    margin-top: auto;
    border-radius: 54px;
    padding: 20px 30px;
    background: #A57865;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    text-decoration: none;
    transition: 0.3s;
    width: max-content;
}

d-flex {
    display: -ms-flexbox !important;
    display: flex !important; 
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.item-content h2 {
	/*margin-bottom: 10px;*/
	text-align: left;
}












/*слайдер С500*/


  .ouroffer {
    margin: 2px 20px 20px;
    padding-bottom: 10px;
    border-radius: 15px;
  }

  .ouroffer_inner {
    /*background-color: #E0E9F1;*/
  }



  .ouroffer_item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*margin-top: 20px;*/
    padding: 0px 30px 0px;
    background-color: #f6eee3;
    /*margin-bottom: 20px;*/
    border-radius: 20px;
  }

  .ouroffer_item-title {
    font-size: 30px;
    font-weight: 700;
    margin: 15px 0;
  }

  .slider_item-title {
  	text-align: left;
  }

  .ouroffer_img {
    margin-top: 20px;
    width: 100%;
    height: auto;
    border-radius: 50px;
  }

  .ouroffer_img img {
    width: 100%;
    height: auto;
    border-radius: 30px;
  }

  .rewards_slider_06 {
    width: 50%;
    height: auto;
  }

    .itcss__item {
      counter-reset: slide;
    }

    .itcss__item {
      counter-increment: slide;
      position: relative;
    }

	.slider_item-content {
		position: absolute;
		height: 100%;
		top: 20%;
		left: 7%;
	}

	.itcss__item-block {
		/*height: 65%;*/
		display: flex;
		flex-direction: column;
		justify-content: space-between;

	}

    .itcss__item>div::before {
      content: counter(slide);
      position: absolute;
      top: 10px;
      right: 20px;
      color: #f6eee3;
      font-style: italic;
      font-size: 0px;
      font-weight: bold;
    }

	.slide-text {
	    font-family: "Montserrat", sans-serif;
	    font-size: 18px;
	    font-weight: 400;
	    margin: 20px 0;
	    padding: 0;
	    line-height: 1.5;
	}

	.slide-text span {
	    font-weight: 600;
	}

	.slide-text ul {
		margin: 0;
		padding: 0;
	}


	.slider_item-content .button {
	    margin-top: auto;
	    border-radius: 54px;
	    padding: 20px 30px;
	    background: #A57865;
	    color: #fff;
	    text-transform: uppercase;
	    white-space: nowrap;
	    text-decoration: none;
	    transition: 0.3s;
	    width: max-content;
	}


/*INDICATOR_WRAPPER_CLASS
INDICATOR_ITEM_CLASS
INDICATOR_ITEM_CLASS_ACTIVE
*/

.slider__indicator {
    flex: 0 1 auto;
    width: 30px;
    height: 24px;
    margin-right: 3px;
    margin-left: 3px;
    /*background-color: #1318c600;*/
    /*background-color: #1318c6;*/
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    cursor: pointer;
}




/*кнопка*/


.bottom_a {
    position: fixed;
    bottom: 22px;
    margin: auto;
    width: 100%;
    padding: 0px 10px;
}

.uk-position-fixed {
    position: fixed !important;
    z-index: 10;
}

    .bottom_a a {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        display: flex;
    }

.svyaz {
    background-color: #0074fc;
    color: #fff;
    border: 0px;
    box-shadow: 0 2px 3px #adadad;
}

.svyaz {
        justify-content: center;
		align-items: center;
        position: fixed;
        z-index: 100;
        bottom: 50px;
        right: 40px;
        padding: 18px 32px;
        text-align: center;
        text-decoration: none;
        font-size: 0.8rem;
        line-height: 1.45;
    }

    .svyaz::after {
        animation-delay: 1.25s;
    }

    .svyaz::after, .svyaz::before {
        content: '';
        position: absolute;
        border: 2px solid #0074fc;
        left: -20px;
        opacity: 0;
        right: -20px;
        top: -20px;
        bottom: -20px;
        border-radius: 50%;
        animation: svyaz 2.5s linear infinite;
    }

.svyaz::after,
.svyaz::before {
  content: '';
  position: absolute;
 border: 2px solid #0074fc;
  left: -20px;
  opacity: 0;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: svyaz 2.5s linear infinite;
}

.svyaz::after {
  animation-delay: 1.25s;
}

@keyframes svyaz {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}




/* Popup  */
.popup-overlay {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgb(5 40 84 / 90%);
	z-index: 15;
	display: none;
	backdrop-filter: blur(3px);
}
.popup-window {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	visibility: hidden;
	z-index: 110;
	transition: all .3s;
	background: #223b7e;
	padding: 3em;
	border-radius: 10px;
	width: 35em;
	min-width: 15em;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.popup-window.active {
	transform: translate(-50%, -50%) scale(1);
	visibility: visible;
}
.close-popup {
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	display: block;
	overflow: visible;
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}
.close-popup::before, .close-popup::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 1px;
	display: block;
	width: 20px;
	height: 1px;
	border-bottom: 1px solid #fff;
	transform: rotate(45deg);
}
.close-popup::after {
	left: 0;
	transform: rotate(-45deg);
}


/* Buttons */
.btn-popup {
	margin-top: 30px;
	display:inline-flex;
	padding:0.9em 2em;
	position:relative;
	text-align:center;
	transition: 0.25s;
	justify-content: center;
	align-items: center;
	border-radius: 5rem;
	color:#fff;
	text-transform: uppercase;
	line-height: 1;
	min-width: 30rem;
	font-size: 1.6rem;
}
.btn-popup:hover {
	cursor:pointer;
	transition: 0.25s;
	background: #0b4793;
}
.btn-popup:active {
	background: #3b66d9;
}
.btn-popup--light-blue {
	background: #2e81ff;
}
.btn-popup--round {
	padding:1.8em;
	width:5rem;
	height:5rem;
}
.btn-popup--round .fa {
	color:#fff;
	font-size: 3rem;
}

.text--white {color:var(--white);}

.popup-title {
	margin-bottom: 1em;
    display: block;
    font-size: 1.5rem;
    line-height: 1.2;
	color: var(--white);
	text-transform: uppercase;
	text-align: center;
}

.popup__content p {
	color: var(--white);
	text-transform: uppercase;
	text-align: center;
}


.form-flex {
	display: flex;
	justify-content: center;
}

input, textarea {
    width: 100%;
    border: 1px solid transparent;
    outline: none;
    resize: none;
}

.input-wrapper input, .input-wrapper textarea {
    background-color: transparent;
    height: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    font-size: 14px;
    display: block;
}

input, button, select {
    -moz-appearance: none;
    appearance: none;
}

input::placeholder {
  color: var(--white);
  font-size: 1.2em;
}

input:-webkit-autofill {
    transition: all 5000s ease-in-out 0s;
}



/*слайдер результаты*/

.resalts {
margin-bottom: 25px;
}




.t-rec_pt_60 {
    padding-top: 60px;
}

.t400 {
    width: 100%;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}

#rec1211241021 .t-btnflex.t-btnflex_type_submit {

    width: 300PX;
    color: #ffffff;
    background-color: #e4838d;
    border-style: none !important;
    border-radius: 30px;
    box-shadow: none !important;
    transition-duration: 0.2s;
    transition-property: background-color, color, border-color, box-shadow, opacity, transform;
    transition-timing-function: ease-in-out;
}

.t-btnflex_md, .t-btn.t-btnflex_md, .t-submit.t-btnflex_md {
    --height: 60px;
    font-size: 16px;
    padding-left: 60px;
    padding-right: 60px;
}

.t-btnflex, .t-btn.t-btnflex, .t-submit.t-btnflex {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5ch;
    max-width: 100%;
    height: unset;
    padding: 0;
    overflow: hidden;
    font-family: 'Neometric', Arial, sans-serif, Arial, sans-serif;
    font-weight: 600;
    line-height: var(--line-height, 1.4);
    padding-top: calc(((var(--height, 0px) - 1em * var(--line-height, 1.4)) / 2) - var(--border-width, 0px));
    padding-bottom: calc(((var(--height, 0px) - 1em * var(--line-height, 1.4)) / 2) - var(--border-width, 0px));
    box-sizing: border-box;
    /*border-style: solid;*/
    border-color: transparent;
    border-width: var(--border-width, 0);
    background-image: none;
    cursor: pointer;
    user-select: none;
    text-decoration: none;
/*    color: inherit;
    border-radius: 0;
    background-color: transparent;*/
    white-space: nowrap;
}

.t-btnflex__text {
	font-size: 18px;
    max-width: 100%;
    overflow: hidden;
    text-align: center;
    white-space: inherit;
    text-overflow: ellipsis;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}

.t400__off:not([data-record-type='396']) {
    display: none !important;
}



.t-container:before, .t-container:after, .t-container_10:before, .t-container_10:after, .t-container_8:before, .t-container_8:after, .t-container_100:before, .t-container_100:after {
    display: table;
    content: " ";
    width: 0;
}

.t-col_8 {
    max-width: 760px;
}

.t-col {
    display: inline;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    width: 100%;
}

.t-container:after, .t-container_10:after, .t-container_8:after, .t-container_100:after {
    clear: both;
}










.t-rec_pt_60 {
    padding-top: 1px;

}

.t-container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1200px;
    padding: 0;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
}

.t-container:before, .t-container:after, .t-container_10:before, .t-container_10:after, .t-container_8:before, .t-container_8:after, .t-container_100:before, .t-container_100:after {
    display: table;
    content: " ";
    width: 0;
}

.t-prefix_2 {
    /*padding-left: 200px;*/
}

.t-col_8 {
    max-width: 760px;
}

.t-col {
    display: inline;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    width: 100%;
}

.t-container:after, .t-container_10:after, .t-container_8:after, .t-container_100:after {
    clear: both;
}


.t-beforeafter {
    position: relative;
    width: 100%;
    font-family: Helvetica, Arial, sans-serif;
    overflow: hidden;
}
.t-beforeafter__slider {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.t-beforeafter__handle {
    position: absolute;
    height: 100%;
    width: 40px;
    cursor: col-resize;
    z-index: 15;
    margin-left: -20px;
}
.vertical .t-beforeafter__handle {
    height: 40px;
    width: 100%;
    cursor: row-resize;
    margin-top: -20px;
    margin-left: 0;
}
.t-beforeafter__control {
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    width: 3px;
    background-color: #fff;
}
.vertical .t-beforeafter__control {
    height: 3px;
    width: 100%;
    background-color: #fff;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.t-beforeafter__controller {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 60px;
    width: 9px;
    margin: auto auto auto -3px;
    background-color: #fff;
}
.vertical .t-beforeafter__controller {
    height: 9px;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    top: -3px;
    position: relative;
}
.t-beforeafter__arrow, .vertical .t-beforeafter__arrow {
    position: absolute;
    width: 0;
    height: 0;
    transition: all .2s ease;
}
.t-beforeafter__arrow {
    margin: auto;
    top: 0;
    bottom: 0;
}
.vertical .t-beforeafter__arrow {
    margin: 0 auto;
    left: 0;
    right: 0;
}
.t-beforeafter__arrow_left {
    left: 2px;
    border-style: solid;
    border-width: 8px 8px 8px 0;
    border-color: transparent #fff transparent transparent;
}
.t-beforeafter__arrow_right {
    right: 2px;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #fff;
}
.vertical .t-beforeafter__arrow_left {
    left: 0;
    top: 2px;
    border-style: solid;
    border-width: 0 8px 8px;
    border-color: transparent transparent #fff;
}
.vertical .t-beforeafter__arrow_right {
    right: 0;
    top: initial;
    bottom: 2px;
    border-style: solid;
    border-width: 8px 8px 0;
    border-color: #fff transparent transparent;
}
.t-beforeafter__handle:active .t-beforeafter__arrow_left, .t-beforeafter__handle:hover .t-beforeafter__arrow_left {
    left: -1px;
}
.t-beforeafter__handle:active .t-beforeafter__arrow_right, .t-beforeafter__handle:hover .t-beforeafter__arrow_right {
    right: -1px;
}
.vertical .t-beforeafter__handle:active .t-beforeafter__arrow_left, .vertical .t-beforeafter__handle:hover .t-beforeafter__arrow_left {
    left: 0;
    top: 0;
}
.vertical .t-beforeafter__handle:active .t-beforeafter__arrow_right, .vertical .t-beforeafter__handle:hover .t-beforeafter__arrow_right {
    right: 0;
    bottom: 0;
}
.t-beforeafter__image {
    position: absolute;
    height: 100%;
    display: inline-block;
    top: 0;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
}
.vertical .t-beforeafter__image {
    width: 100%;
    left: 0;
    top: initial;
}
.t-beforeafter__image img {
    height: 100%;
    z-index: 5;
    position: absolute;
    max-height: initial;
    max-width: initial;
}
.vertical .t-beforeafter__image img {
    height: initial;
    width: 100%}
.t-beforeafter__image_left {
    left: 0;
    background-position: left;
}
.t-beforeafter__image_left img {
    left: 0;
}
.t-beforeafter__image_right {
    right: 0;
    background-position: right;
}
.t-beforeafter__image_right img {
    right: 0;
    bottom: 0;
}
.veritcal .t-beforeafter__image_left {
    top: 0;
    background-position: top;
}
.veritcal .t-beforeafter__image_left img {
    top: 0;
}
.vertical .t-beforeafter__image_right {
    bottom: 0;
    background-position: bottom;
}
.veritcal .t-beforeafter__image_right img {
    bottom: 0;
}
.t-beforeafter__image .t-beforeafter__label {
    font-size: 1em;
    padding: .25em .75em;
    position: relative;
    display: inline-block;
    top: 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    z-index: 10;
    white-space: nowrap;
    line-height: 18px;
    vertical-align: middle;
}
.t-beforeafter__image_left .t-beforeafter__label {
    float: left;
    left: 0;
}
.t-beforeafter__image_right .t-beforeafter__label {
    float: right;
    right: 0;
}
.vertical .t-beforeafter__image .t-beforeafter__label {
    display: table;
    position: absolute;
}
.vertical .t-beforeafter__image_right .t-beforeafter__label {
    left: 0;
    bottom: 0;
    top: initial;
}
.t1014 .t-beforeafter__image .t-beforeafter__label {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 300;
    font-size: 14px;
    padding: .25em .6em;
}
.t1014__wrapper {
    position: relative;
}
.t1014 .t-beforeafter {
    width: 100%!important;
}
.t-beforeafter__mobile {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 99;
}
.t-beforeafter__mobile_right {
    left: auto;
    right: 0;
}
@media (max-width:960px) {
    .t-beforeafter__handle {
    z-index: 100;
}
}



/*блик по кнопке*/
   .autoink {
    position: relative;
    overflow: hidden;
    border-radius:10px;
}

.autoink::after {
    content: '';
    position: absolute;
    top: 0%;
    left: -100%;
    width: 200%;
    height: 350%;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: ripple 2.8s linear infinite;

    pointer-events: none; /* Отключаем события указателя для псевдоэлемента */
}

@keyframes ripple {
    0% {
        opacity: 1;
        transform: scale(0);
    }
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}


.blogpage {
	margin-top: 20px;
	margin-bottom: 20px;
}


.blogpage_inner {
    background-color: #F0E5D8;
    border-radius: 30px;
    	padding: 20px;
}

.blogpage_inner p {
	font-size: 20px;
	line-height: 1.5;
}



/*
* Photo Gallery — Practice
* CSS Styles
*
* Start typing your code under these comments
*/

/*.container {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}*/
.photo {
	float: left;
    width: 33%;
	padding: 2px;
	box-sizing: border-box;
}
.photo img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 10px solid #eee;
    box-sizing: border-box;
}
.photo a:hover {
    opacity: 0.5;
}
.photo a {
    display: block;
    position: relative;
}
.photo a:after {
    content: '';
    background: transparent url(../img/icons/eye-icon.png) no-repeat center;
    width: 52px;
    height: 35px;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    visibility: hidden;
}
.photo:hover> a:after {
    visibility: visible;
}
.photo figcaption {
    color: #999999;
    text-align: center;
    margin-top: 20px;
}

#gallery {
    margin-bottom: 60px;
}
#gallery:after { 
   content: '';
   display: block; 
   height: 0; 
   clear: both;
}



.push {
  list-style: none;
  font-family: "Lucida Sans";

  font-size: 21px;
}
.push li {
  position: relative;
  padding: 20px 0 20px 40px;
  /*color: #D29D25;*/
  /*font-variant: small-caps;*/
  /*font-weight: bold;*/
  cursor: pointer;
}
.push li:before {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4F5151;
  content: "";
  left: 0;
  transition: .3s ease-in-out;
  top: 27px;
}
.push li:after {
  position: absolute;
  border-left: 1px dotted #4F5151;
  width: 1px;
  bottom: -12px;
  content: "";
  left: 3px;
  top: 48px;
}
.push li:hover:before{box-shadow: 0 0 0 10px rgba(0,0,0,.2)}
.push li:last-child:after {content: none;}