/****************Base*styles********************/
*{
	box-sizing: border-box;
}

html { overflow-y: scroll; }

html.fixed{
    overflow: hidden;
    width: 100%;
}

@font-face {
    font-family: 'Futura PT Extra';
    src: url('../fonts/FuturaPT-ExtraBold.eot');
    src: local('Futura PT Extra Bold'), local('FuturaPT-ExtraBold'),
        url('../fonts/FuturaPT-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaPT-ExtraBold.woff') format('woff'),
        url('../fonts/FuturaPT-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('../fonts/GothamPro.eot');
    src: local('Gotham Pro'), local('GothamPro'),
        url('../fonts/GothamPro.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamPro.woff') format('woff'),
        url('../fonts/GothamPro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('../fonts/GothamPro-Light.eot');
    src: local('Gotham Pro Light'), local('GothamPro-Light'),
        url('../fonts/GothamPro-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamPro-Light.woff') format('woff'),
        url('../fonts/GothamPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('../fonts/GothamPro-Medium.eot');
    src: local('Gotham Pro Medium'), local('GothamPro-Medium'),
        url('../fonts/GothamPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamPro-Medium.woff') format('woff'),
        url('../fonts/GothamPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('../fonts/GothamPro-Black.eot');
    src: local('Gotham Pro Black'), local('GothamPro-Black'),
        url('../fonts/GothamPro-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamPro-Black.woff') format('woff'),
        url('../fonts/GothamPro-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

body.hidden{
    overflow: hidden;
}

body,html{
    font-size: 16px;
    line-height: 22px;
    font-family: 'Open Sans', sans-serif;
}

body{
	overflow-x: hidden;
}

a:hover{
	text-decoration: none;
}

ul{
	padding: 0;
	margin: 0;
}

body,html,div,section{
	padding: 0;
	margin: 0;
}

button,input{
    outline: none;
}

body, input, button, label{
	font-family: 'Open Sans', sans-serif;
}

section{
    position: relative;
}


a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

p{
	margin: 0 0 20px 0;
	font-size: 16px;
	line-height: 22px;
}

button{
	border:none;
}

.container{
	width: 1620px;
	margin: 0 auto;
}

.flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.flex-wrap{
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.space-between{
	justify-content: space-between;
}

.white-color{
    color: #fff;
}

.section-title{
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 300;
    font-size: 48px;
    line-height: 46px;
    margin-bottom: 30px;
}

.section-title.width-under-title{
    margin-bottom: 5px;
}

.under-section-title{
    margin-bottom: 50px;
    font-size: 22px;
    line-height: 30px;
}

.mb-1{
    margin-bottom: 1rem;
}

.mb-2{
    margin-bottom: 2rem;
}

.mb-3{
    margin-bottom: 3rem;
}

.mb-4{
    margin-bottom: 4rem;
}

.mb-5{
    margin-bottom: 5rem;
}

.mb-6{
    margin-bottom: 6rem;
}

.burger-menu{
    display: none;
}

input{
    width: 300px;
    padding: 10px 10px 18px 0;
    border: none;
    border-bottom: 1px solid #000;
    background: transparent;
    outline: none;
    color: #000;
    font-size: 16px;
    line-height: 22px;
    position: relative;
    z-index: 1;
}

input::-webkit-input-placeholder { color: #000; }
input:-ms-input-placeholder { color: #000; }
input::-ms-input-placeholder { color: #000; }
input::placeholder { color: #000; }

.white-input{
   border-bottom: 1px solid #fff;
   color: #fff;
   margin-right: 45px;
}

.white-input::-webkit-input-placeholder { color: #fff; }
.white-input:-ms-input-placeholder { color: #fff; }
.white-input::-ms-input-placeholder { color: #fff; }
.white-input::placeholder { color: #fff; }

.pink-input{
   border-bottom: 1px solid #FAAAC3;
   color: #FAAAC3;
   margin-right: 45px;
}

.pink-input::-webkit-input-placeholder { color: #FAAAC3; }
.pink-input:-ms-input-placeholder { color: #FAAAC3; }
.pink-input::-ms-input-placeholder { color: #FAAAC3; }
.pink-input::placeholder { color: #FAAAC3; }

.white-btn{
    box-shadow: none;
    outline: none;
    border: none;
    font-size: 16px;
    color: #fff;
    padding-bottom: 18px;
    padding-top: 18px;
    padding-left: 25px;
    padding-right: 50px;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    background: transparent;
    position: relative;
}

.white-btn:after{
    content: '';
    position: absolute;
    background: url(../images/white-arrow-btn.svg);
    background-repeat: no-repeat;
    width: 18px;
    height: 17px;
    right: 19px;
    top: 22px;
    transition: 0.3s ease;
}

.white-btn:hover:after{
    transform: scale(-1,1);
}

.btn{
    box-shadow: none;
    outline: none;
    border: none;
    cursor: pointer;
    background: transparent;
    position: relative;
    font-size: 14px;
    padding: 5px 32px 10px 1px;
    border-bottom: 1px solid #000;
    display: inline-block;
    color: #000000;
}

.btn:after{
    content: '';
    position: absolute;
    background: url(../images/black-arrow-btn.svg);
    background-repeat: no-repeat;
    width: 18px;
    height: 17px;
    right: 6px;
    top: 10px;
    transition: 0.3s ease;
}

.btn:hover:after{
    transform: scale(-1,1);
}


.btn-square{
    border: 1px solid #000000;
    border-radius: 2px;
    padding: 17px 30px;
    font-size: 14px;
    line-height: 14px;
    position: relative;
    cursor: pointer;
    background: transparent;
    display: inline-block;
    margin-right: 30px;
    color: #000;
}

.btn-square:hover{
    text-decoration: none;
}

.btn-square:after{
    content: '';
    position: absolute;
    right: -3px;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    background:#fff;
    height: 26px;
    z-index: 1;
    transition: 0.3s ease;
}

.btn-square:hover:after{
    height: 0;
}

/***************header***************************************/

#header-menu{
    width: 100%;
    background: #fff;
    z-index: 100;
    transition: 0.6s ease;
    left: 0;
    height: 75px;
}

@keyframes menumove{
   from {
    transform: translateY(-70px);
    opacity: 0;
  }

  to {
    transform: translateY(0px);
    opacity: 1;
  }

}

#header-menu.fixed{
    position: fixed;
    animation-name: menumove;
    animation-duration: 0.6s;
    top: 0;
    top: -20px;
    margin-top: 20px;
}

#mainslider.header-fixed-otsup{
    margin-top: 75px;
}

.header-line{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
   height: 100%;
    background: #fff;
    z-index: 50;
}

.mobile-head-phone{
    display: none;
}

.nav a{
   margin-right: 60px;
   color: #000;
}

.head-phone{
    color: #F9A6C2;
    font-size: 18px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-right: 56px;
}

.head-phone img{
    margin-right: 10px;
}

.head-btn{
    color: #F9A6C2;
    padding: 11px 37px;
    border-radius: 5px;
    border: 1px solid #F9A6C2;
    cursor: pointer;
    transition: 0.3s ease;
}

.head-chats{
    display: flex;
    align-items: center;
    gap: 12px;
}

.head-chat-link{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.head-chat-link img{
    width: 30px;
    height: 30px;
    display: block;
}

.head-chat-link:hover{
    opacity: 0.75;
}


.head-btn:hover{
    background: #F9A6C2;
    color: #fff;
}

.menu{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

/***************main*slider**********************************/

#mainslider{
    position: relative;
}

.h1_style, .h1_style1{
    font-size: 72px;
    line-height: 72px;
    font-family: 'Futura PT Extra';
    font-weight: 800;
    font-style: normal;
    text-transform: uppercase;
    max-width: 850px;
    margin-bottom: 24px;
}

.h1_style1 {
    color: #ffffff;
}

.sales{
    font-size:36px;
    line-height:30px;
}

.under-title-slide, .under-title-slide1{
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 50px;
}

.under-title-slide1 {
    color:#ffffff;
    font-size:36px;
}

#mainslider .carousel-cell {
  height: calc(100vh - 75px);
  width: 100%;
  min-height: 860px;
}

.arrow-slide-btn{
    font-size: 14px;
    font-family: 'Gotham Pro';
    padding: 17px 40px 17px 20px;
    border: 1px solid #000000;
    border-radius: 2px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 175px;
    margin-right: 32px;
    color: #000;
}

.arrow-slide-btn:hover{
    text-decoration: none;
}

.arrow-slide-btn.blue-fon:before{
    background: #55d2fe;
}

.arrow-slide-btn.peach-fon:before{
    background: #f4c0c4;
}

.arrow-slide-btn.yeloow-fon:before{
    background: #fbd953;
}

.arrow-slide-btn:before{
    content: '';
    position: absolute;

    height: 29px;
    width: 20px;
    z-index: 1;
    right: -8px;
    top: 13px;
}

.arrow-slide-btn:after{
    content: '';
    position: absolute;
    background: url(../images/arrow-btn.svg);
    width: 20px;
    height: 16px;
    background-repeat: no-repeat;
    top: 21px;
    right: 10px;
    transition: 0.3s ease;
    z-index: 2;
}

.arrow-slide-btn:hover:after{
    right: -10px;
}

.flickity-enabled.is-draggable .flickity-viewport{
    cursor: auto;
}

@keyframes mousemove{
   from {
  }

  to {
    transform: translateY(-10px);
  }

}

.more-info-slide{
    font-size: 16px;
    position: relative;
    right: -30px;
}

.more-info-slide:before{
    content: '';
    position: absolute;
    left: -30px;
    top: -140px;
    height: 105px;
    width: 1px;
    background: #000;
}

.more-info-slide:after{
    content: '';
    position: absolute;
    background: url('../images/mouse.svg');
    width: 20px;
    height: 35px;
    background-repeat: no-repeat;
    left: -38px;
    bottom: -10px;
    animation-name: mousemove;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

#mainslider .flickity-prev-next-button.previous{
    left: calc((100% - 1620px)/2);
}

#mainslider .flickity-prev-next-button{
    transform: none;
    bottom: 40px;
    top: auto;
}

#mainslider .flickity-prev-next-button.next{
    left: calc((100% - 1620px)/2 + 60px);
}

#mainslider .flickity-button{
    background: #fff;
    color: #f9a9c2;
    border: 1px solid #f9a9c2;
}

#mainslider .flickity-button:before{
    content: '';
    width: 140%;
    height: 140%;
    left: 50%;
    top: 50%;
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);;
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    transition: 0.3s ease;
}

#mainslider .flickity-button:hover:before{
    width: 160%;
    height: 160%;
    opacity: 1;
}

#mainslider{
    background: #fba8c2;
}

.slide3-otstup{
    margin-top: 135px;
}

.carousel.is-fullscreen .carousel-cell {
  height: 100%;
}

.carousel-cell-image {
  display: block;
  max-height: 100%;
}

.carousel-cell.is-selected .container {
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
}

.carousel-cell .container{
    min-height: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding-bottom: 0;
    padding-top: 190px;
    -webkit-transform: scale(0.9);
    -khtml-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -webkit-opacity: .7;
    -khtml-opacity: .7;
    -moz-opacity: .7;
    -ms-opacity: .7;
    -o-opacity: .7;
    opacity: .7;
    -webkit-transition: transform,opacity,0.3s ease;
    -khtml-transition: transform,opacity,0.3s ease;
    -moz-transition: transform,opacity,0.3s ease;
    -ms-transition: transform,opacity,0.3s ease;
    -o-transition: transform,opacity,0.3s ease;
    transition: transform,opacity,0.3s ease;
    will-change: transform;
}

.black-slider-block{
    color: #fff;
    background: #000;
    font-size: 22px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 25px 140px;
    right: calc((100vw - 100%)/-2);
}

.vertical-line{
    margin-right: 130px;
    margin-left: 130px;
    height: 60px;
    width: 1px;
    background: #fff;
}

#mainslider .flickity-page-dots .dot.is-selected{
    background: #fff;
    width: 31px;
    border-radius: 50px;
}

#mainslider .flickity-page-dots{
    bottom: 40px;
}

#mainslider .flickity-page-dots .dot{
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50px;
    width: 16px;
    transition: 0.3s ease;
}

/***************about*saloon***************************************/

#about_saloon{
    display: flex;
    align-items: center;
}

.aboutsaloon-img{
    width: 50%;
}

.text-about-saloon{
    margin-bottom: 40px;
}

.as-viravnivanye{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-saloon-text{
    width: 630px;
}

.video-presentation{
    display: flex;
    align-items: center;
    position: relative;
}

.video-presentation:after{
    content: '';
    left: 105px;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: 1px;
    background: #FEB1CB;
    position: absolute;
}

.btn-video-present{
    cursor: pointer;
    position: relative;
    width: 60px;
    height: 60px;
    margin-right: 190px;
}

.btn-video-present:before{
    content: '';
    width: 120%;
    height: 120%;
    left: 50%;
    top: 50%;
    position: absolute;
    border-radius: 50%;
    border: 1px solid #FDA9C3;
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    transition: 0.3s ease;
}

.btn-video-present:hover:before{
    width: 150%;
    height: 150%;
    opacity: 1;
}

/***************form-section*********************************/

#form-section{
   background: linear-gradient(105.29deg, #FF93B7 0%, #F9A9C2 91.69%);
   padding-top: 78px;
   padding-bottom: 70px;
   color: #fff;
   position: relative;
   overflow: hidden;
}

.confident{
   font-size: 14px;
    line-height: 19px;
    margin-top: 23px;
    margin-bottom: 57px;
}

#form-section .container{
    position: relative;
}

#consult-bg-circle{
    position: absolute;
    right: -115px;
    top: -320px;
}

#sale-cirlce{
    position: absolute;
    bottom: -360px;
    right: -105px;
    z-index: -1;
}

.contact-info-form{
    display: flex;
}

.contact-form{
    margin-right: 94px;
}

.contact-form a{
    color: #fff;
}

.contact-form b{
    font-weight: 600;
}

/***************oborudovanye***************************************/

#oborudovanye{
    display: flex;
    align-items: center;
}

.oborudovanye-img{
    width: 50%;
}

.oborudovanye{
    width: 695px;
}

.title-oborudovanye{
    font-size: 24px;
    line-height: 33px;
    font-weight: 700;
    margin-bottom: 10px;
}

.show768{
    display: none;
}
/***************why-chose-us***************************************/

#why-chose-us{
    padding-top: 87px;
    padding-bottom: 60px;
    position: relative;
}

#why-chose-us .container{
    position: relative;
}

.why-choise{
    width: 28%;
    margin-bottom: 62px;
}

.why-choise img{
    margin-bottom: 20px;
}

#uzor-wch{
    position: absolute;
    right: -33px;
    top: 58px;
    z-index: -1;
}

/***************reviews-video***************************************/

#reviews-video{
   background: linear-gradient(100.18deg, #FF76A4 0%, #FF7AA6 49.19%, #FFB7CD 91.69%);
   padding-top: 90px;
   padding-bottom: 60px;
   position: relative;
   color: #fff;
   overflow: hidden;
}

#reviews-video .container{
    position: relative;
}

#rv-circle{
    position: absolute;
    left: -422px;
    top: -328px;
}

.video-review{
    width: 526px;
    font-size: 22px;
    line-height: 30px;
}

.videocontainer{
   box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
   border-radius: 15px;
   width: 100%;
   height: 296px;
   overflow: hidden;
   margin-bottom: 30px;
}

#reviews-video .carousel-cell{
    margin-right: 20px;
}

#reviews-video .carousel-cell:last-child{
    margin-right: 0;
}

.reviews-video-slider{
    margin-bottom: 110px;
}

.reviews-video-slider .flickity-page-dots .dot{
    background: #FFFFFF;
}

.reviews-video-slider .flickity-page-dots{
    bottom: -100px;
}

.reviews-video-slider .flickity-prev-next-button{
    top: auto;
    transform: none;
    bottom: -115px;
}

.reviews-video-slider .flickity-button svg{
    display: none;
}

.reviews-video-slider .flickity-button{
    background: transparent;
    background-image: url(../images/long-slide-arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
}

.reviews-video-slider .flickity-prev-next-button.previous{
    left: 45%;
    transform: translateX(-50%);
}

.reviews-video-slider .flickity-prev-next-button.next{
    right: 45%;
    transform: scale(-1,1) translateX(-50%);
}

/***************work-way***************************************/

#work-way{
    padding-top: 65px;
    padding-bottom: 38px;
    position: relative;
}

#work-way:after{
    width: 100%;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    height: 45%;
    background: #F7F7F7;;
}

#work-way .container{
    position: relative;
}

#work-way-uzor{
    position: absolute;
    left: -146px;
    top: 79px;
    z-index: -1;
}
}

.way-work{
    display: flex;
    flex-wrap: wrap;
}

.way-step{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 78px;
}

.way-step:last-child{
    margin-bottom: 0;
}

.title-way{
    width: 100%;
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 33px;
}

.pre-step{
    width: 514px;
    background: #FFFFFF;
    box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.05);
    border-radius: 25px;
    padding: 60px 20px 60px 28px;
    display: flex;
    align-items: center;
}

.pre-step img{
    margin-right: 27px;
}


/***************price***************************************/

#price{
    position: relative;
    padding-top: 95px;
    padding-bottom: 30px;
}

#price .container{
    position: relative;
}

#uzor-uslugi{
    position: absolute;
    right: 20px;
    top: 371px;
    z-index: -1;
}

#price:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 77%;
    left: 0;
    top: 0;
    background: #F7F7F7;
    z-index: -1;
}

.price-item{
    border-radius: 13px;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.15);
    background: #fff;
    width: 300px;
    height: 450px;
    position: relative;
    margin-bottom: 40px;
}

.price-item img{
    margin-bottom: 37px;
}

.usluga{
    font-weight: 700;
    margin-bottom: 10px;
    padding-left: 13px;
}

.price-item p{
    padding-left: 13px;
    font-size: 14px;
    padding-right: 15px;
}

.price-slider .carousel-cell{
    margin-right: 28px;
}

.price-slider .flickity-page-dots .dot{
    background: #f0f0f0;
}

.flickity-page-dots .dot.is-selected{
    background: #FAAAC3;
}


.price-item .btn{
    font-size: 13px;
    position: absolute;
    left: 13px;
    bottom: 20px;
    line-height: normal;
    padding-bottom: 6px;
    padding-right: 27px;
}

.price-item .btn:after{
    background-size: contain;
    width: 14px;
    top: 8px;
    right: 4px;
}

.price-slider .flickity-button svg{
    display: none;
}

.price-slider .flickity-button{
    background: transparent;
    background-image: url(../images/long-slide-arrow-pink.svg);
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
}

.price-slider .flickity-prev-next-button.previous{
    left: 45%;
    transform: translateX(-50%);
}

.price-slider .flickity-prev-next-button.next{
    right: 45%;
    transform: scale(-1,1) translateX(-50%);
}

.price-slider .flickity-prev-next-button{
    top: auto;
    transform: none;
    bottom: -41px;
}

.hide-show-block{
    display: none;
}

.price-list{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-height: 440px;
    flex-direction: column;
}

.price-line{
    width: 28%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
    align-items: flex-start;
}

.price-line div{
    max-width: 70%;
}

.price-line span{
    color: #949494;
    font-size: 14px;
    line-height: normal;
}

.blue-link{
    display: inline-block;
    color: #0075FF;
    cursor: pointer;
    border-bottom: 1px solid #0075FF;
    padding: 0 3px 5px 3px;
    position: relative;
    z-index: 2;
    margin-right: 15px;
    margin-bottom: 100px;
}

.btn.hide-show-btn{
    padding-bottom: 5px;
}

.hide-show-btn{
    display: none;
    opacity: 0;
}

.hide-show-btn.show{
    display: inline-block;
    opacity: 1;
}

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

.pakety{
    background: #FFFFFF;
    box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.05);
    border-radius: 25px;
    padding: 30px 14px 32px 49px;
    width: 796.5px;
}

.midle-paket-title{
    color: #5640BF;
    font-size: 36px;
    line-height: 49px;
    margin-bottom: 14px;
    font-weight: 700;
}

.full-paket-title{
    color: #53B8D0;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 5px;
    font-weight: 700;
}

.pakety p{
    line-height: 26px;
    margin-bottom: 50px;
}

.pakety-flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.pakety-flex2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 8px;
}
.pakety-price {
	width: 30%;
}
.pakety-img {
	width: 45px;
	margin-bottom: 5px;
}
.pakety-value {
	font-size: 22px;
line-height: 30px;
color: #E94738;
font-weight: 700;
margin-bottom: 5px;
}
.pakety-word {
	font-size: 14px;
line-height: 26px;
}
.skidki{
    background: #FFFFFF;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
    border-radius: 25px;
    padding: 30px 45px 44px 46px;
    font-size: 18px;
    line-height: 26px;
    width: 796.5px;
}

.skidki-title{
    font-size: 36px;
    line-height: 49px;
    color: #E94738;
    margin-bottom: 6px;
    font-weight: 700;
}

.list-skidok{
    margin-bottom: 7px;
}

.list-skidok div{
    margin-right: 34px;
    max-width: 50%;
		font-size: 18px;
line-height: 25px;
}

.list-skidok div:last-child{
    margin-right: 0;
}

.how-skidka-title{
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 25px;
    font-weight: 700;
}

.how-skidka input{
    margin-right: 45px;
    margin-bottom: 35px;
}

.how-skidka{
    margin-bottom: 20px;
}

.skidki .confident{
    color: #9E9E9E;
    font-size: 14px;
    line-height: 19px;
    margin: 0;
}

/***************reviews***************************************/

#reviews{
    padding-top: 30px;
    padding-bottom: 100px;
}

.text-review-block{
    display: flex;
}

.text-review-block img{
    margin-right: 50px;
    width: 187px;
    height: 187px;
    margin-left: -20px;
}

.text-review{
    position: relative;
    width: calc(100% - 217px);
}

.name{
    display: inline-block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}

.reviews-text-slider .carousel-cell{
    width: 46%;
    margin-right: 4%;
}

.review-from{
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    color: #aaaaaa;
}

.rev-info{
    display: flex;
    justify-content: space-between;
    color: #aaaaaa;
    font-size: 14px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

 .rev-info a{
    color: #aaaaaa;
    font-size: 14px;
 }

.reviews-text-slider{
    margin-bottom: 45px;
 }

.reviews-text-slider .flickity-button svg{
    display: none;
}

.reviews-text-slider .flickity-button{
    background: transparent;
    background-image: url(../images/long-slide-arrow-pink.svg);
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
}

.reviews-text-slider .flickity-prev-next-button.previous{
    left: 0px;
    transform: none;
}

.reviews-text-slider .flickity-prev-next-button.next{
    left: 180px;
    transform: scale(-1,1);
}

.reviews-text-slider .flickity-prev-next-button{
    top: auto;
    transform: none;
    bottom: -91px;
}

.reviews-text-btns{
    margin-left: 253px;
}

.reviews-text-slider .flickity-page-dots{
    width: 225px;
    left: 0px;
    bottom: -75px;
}

/***************protivopokazanya***************************************/

#protivopokazanya{
    padding-bottom: 50px;
}

.protivopok-cont{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.protivopok{
    width: 30%;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.protivopok img{
    margin-right: 20px;
}

.circle-protivopok-btn{
    display: none;
}

/***************footer***************************************/

#footer{
    background: linear-gradient(99.21deg, #FF76A4 0%, #FF7AA6 49.19%, #FFB7CD 91.69%);
    display: flex;
}

#footer a{
    color: #fff;
}

.ft-icon{
    display: inline-block;
    margin-right: 10px;
}

.footer-info{
    width: 47%;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 65px;
    padding-left: calc((100% - 1620px)/2);
    padding-right: 50px;
}

.footermap{
    width: 53%;
}

#footer-logo{
    margin-bottom: 10px;
}

.footer-form input{
    margin-bottom: 32px;
}

.footer-form{
    margin-bottom: 75px;
}

.allreserved{
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
    margin-bottom: 13px;
}

.develop{
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

/***********Popup***************************************************/

.popup-mask{
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    z-index: 500;
    left: -200vw;
    background: #a2a2a273;
}

.popup-mask.opn{
   left: 0;
   position: fixed;
}

.popup{
    position: absolute;
    left: 50%;
    top: 50%;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(250, 170, 195, 0.15);
    border-radius: 25px;
    z-index: 550;
    text-align: center;
    padding: 8px 88px 38px 88px;
    width: 620px;
    transform: translateX(-50%) translateY(-30%);
    overflow: hidden;
    transition: 0.5s ease;
    opacity: 0;
    z-index: -2000;
}

.popup.opn{
    opacity: 1;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2000;
}

.cont-for-blur{
    transition: 0.3s ease;
}

.cont-for-blur.active{
    filter: blur(10px);
}

.popup input{
    width: 200px;
    margin-right: 35px;
    margin-bottom: 50px;
}

.popup input:nth-child(2n){
    margin-right: 0;
}

.close-popup{
    position: absolute;
    right: 0px;
    top: -37px;
    background: #FAAAC3;
    width: 44px;
    height: 120px;
    transform: rotate(-45deg);
    cursor: pointer;
}

.close-popup img{
    position: absolute;
    left: 5px;
    top: 45px;
    transform: rotate(45deg);
    transition: 0.3s ease;
}

.close-popup:hover img{
   transform: rotate(-135deg);
}

.poput-title{
    color: #FAAAC3;
    font-size: 24px;
    line-height: 23px;
    font-weight: 900;
    font-family: Gotham Pro;
    margin-bottom: 50px;
}

.popup-confident{
    color: #CCCCCC;
    font-size: 10px;
    line-height: 14px;
}

.pink-btn{
    display: inline-block;
    color: #FAAAC3;
    cursor: pointer;
    border-bottom: 1px solid #FAAAC3;
    padding: 0 3px 5px 3px;
    position: relative;
    background: transparent;
    font-size: 16px;
}

.popup-form{
    margin-bottom: 60px;
}

.sale-popup .popup-form{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.popup input:nth-child(3){
    margin-bottom: 0;
}

.black-color{
    color: #000000;
}

.video-pop-cont{
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 10px;
}

.video-popup, .video-popup-specialist{
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
}

/***********************************************************************************/
/**********************media********************************************************/
/***********************************************************************************/

@media (max-width: 1660px){

/***********main********************************************************************/
    .container{
        width: 1052px;
    }

    body,html,p{
        font-size: 13px;
        line-height: 20px;
    }

    .section-title{
        font-size: 42px;
        line-height: normal;
        margin-bottom: 25px;
    }

/***********header******************************************************************/

    #header-menu{
        height: 67px;
    }

    .nav a {
        margin-right: 40px;
    }

    .head-phone{
        margin-right: 25px;
        font-size: 13px;
    }

    .head-btn{
        padding: 7px 24px;
    }

/***********main slider*************************************************************/

    .h1_style, .h1_style1{
        font-size: 52px;
        line-height: 67px;
        max-width: 640px;
        margin-bottom: 15px
    }

    #mainslider.header-fixed-otsup{
        margin-top: 67px;
    }

    #mainslider .carousel-cell{
        background-position: top right;
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 650px;
    }

    .carousel-cell .container{
        padding-top: 100px;
    }

    .under-title-slide, .under-title-slide1{
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 40px;
    }

    .arrow-slide-btn{
        font-size: 13px;
        line-height: 13px;
        padding: 13px 31px 13px 15px;
        margin-bottom: 150px;
    }

    .arrow-slide-btn:before{
       right: -8px;
        top: 9px;
        height: 21px;
        width: 20px;
    }

    .arrow-slide-btn:after{
        background-size: contain;
        width: 14px;
        top: 14px;
    }

    .arrow-slide-btn:hover:after {
        right: -1px;
    }

    .more-info-slide:before{
        top: -110px;
        height: 80px;
    }

    #mainslider .flickity-prev-next-button.next{
        left: calc((100% - 1052px)/2 + 60px);
    }

    #mainslider .flickity-prev-next-button.previous {
        left: calc((100% - 1052px)/2);
    }

    .slide3-otstup {
        margin-top: 0px;
        width: 540px;
    }

    .black-slider-block{
        padding: 30px 100px;
    }

    .vertical-line {
        margin-right: 100px;
        margin-left: 100px;
        height: 60px;
    }

    #mainslider .flickity-page-dots .dot.is-selected{
        background: #fff;
        width: 22px;
        border-radius: 50px;
    }

    #mainslider .flickity-page-dots .dot{
        background: rgba(255, 255, 255, 0.5);
        border-radius: 50px;
        width: 13px;
        transition: 0.3s ease;
    }

/*********about saloon*********************************************************************/

    .about-saloon-text{
        width: 440px;
    }

    .text-about-saloon{
        margin-bottom: 27px;
    }

    .btn-video-present{
        width: 47px;
        height: 47px;
        margin-right: 132px;
    }

    .btn-video-present img{
        width: 100%;
        height: 100%;
    }

    .video-presentation:after{
        width: 78px;
        left: 70px;
    }

/**************form-section********************************************************/

    #form-section{
        padding-top: 33px;
        padding-bottom: 35px;
    }

    .under-section-title{
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 40px;
    }

    input{
        width: 245px;
        font-size: 13px;
        line-height: normal;
        padding-bottom: 15px;
    }

    #consult-bg-circle{
        width: 402px;
        right: -205px;
        top: -190px;
    }

    .white-btn{
        font-size: 13px;
        padding-bottom: 15px;
        padding-left: 1px;
        padding-right: 30px;
    }

    .white-btn:after{
        background-size: contain;
        width: 14px;
        right: 9px;
        top: 22px;
    }

    .confident{
        font-size: 9px;
        line-height: 12px;
        margin-bottom: 35px;
    }

/*******oborudovanye*****************************************************************/

    .oborudovanye{
        width: 90%;
        font-size: 12px;
    }

    .oborudovanye .section-title{
        margin-bottom: 10px;
    }

    .title-oborudovanye{
       font-size: 18px;
       line-height: 25px;
    }

/********#why-chose-us****************************************************************/

    #why-chose-us{
        padding-top: 52px;
    }

    #why-chose-us .section-title{
        margin-bottom: 50px;
    }

    .why-choise{
        width: 21%;
    }

    .why-choise:last-child{
        display: none;
    }

    #uzor-wch{
        right: 94px;
        top: 0px;
        z-index: -1;
        width: 400px;
    }

/************reviews-video***********************************************************/

    #reviews-video{
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #rv-circle{
        width: 480px;
        left: -373px;
        top: -280px;
    }

    .videocontainer{
        height: 200px;
        margin-bottom: 15px;
    }

    .video-review{
        width: 320px;
        font-size: 14px;
    }

    #reviews-video .carousel-cell {
        margin-right: 36px;
    }

    .reviews-video-slider .flickity-prev-next-button.previous{
        left: 43%;
    }

    .reviews-video-slider .flickity-prev-next-button.next {
        right: 43%;
    }

    .reviews-video-slider {
        margin-bottom: 50px;
    }

    .reviews-video-slider .flickity-page-dots {
        bottom: -48px;
    }

    .reviews-video-slider .flickity-prev-next-button{
        bottom: -65px;
    }

/***********************************************************************************/
    #work-way{
        padding-top: 52px;
    }

    .way-step{
        width: 320px;
    }

    .way-work{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .title-way{
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 19px;
    }

    .pre-step{
       padding: 0 20px 0 25px;
    }

    .pre-step{
        height: 130px;
        margin-bottom: 18px;
        font-size: 12px;
        line-height: 16px;
    }

    .pre-step img{
        margin-right: 20px;
    }

    #work-way:after{
        display: none;
    }

    #work-way-uzor {
        position: absolute;
        left: 220px;
        top: -42px;
        z-index: -1;
        width: 730px;
    }

/***********************************************************************************/

    .pakety{
        width: 516px;
        padding: 28px 20px 22px 20px;
        border-radius: 16.9004px;
    }

    .midle-paket-title{
        font-size: 24px;
        line-height: 28px;
    }
		.pakety-img img {
			width: 40px;
		}
		.pakety-value {
		    font-size: 20px;
		    line-height: 26px;
			}
			.pakety-word {
    font-size: 13px;
    line-height: 24px;
}
    .full-paket-title{
        font-size: 18px;
        line-height: 18px;
    }

    .skidki{
        width: 516px;
        padding: 27px 50px 22px 39px;
        font-size: 16px;
        line-height: 20px;
    }

    .skidki-title{
       font-size: 24px;
       line-height: 28px;
    }
.list-skidok {flex-wrap: wrap;}
    .how-skidka-title{
        font-size: 16px;
				margin-bottom: 15px;
    }

    .btn{
        font-size: 13px;
        padding-right: 25px;
    }

    .btn:after{
        background-size: contain;
        width: 12px;
    }

    .how-skidka input{
        margin-bottom: 25px;
        margin-right: 30px;
    }

    .skidki .confident{
        font-size: 9px;
        line-height: 12px;
    }

    .pakety p{
        margin-bottom: 20px;
        line-height: 20px;
    }

    .list-skidok div{
        margin-right: 20px;
				max-width: 100%;
				font-size: 16px;
    line-height: 25px;
    }

    #price{
        padding-top: 50px;
    }

    .price-item{
        width: 245px;
        height: 369px;
        border-radius: 11px;
    }

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

    .price-item p{
        font-size: 13px;
        line-height: 18px;
    }

    .price-slider .carousel-cell{
        margin-right: 22px;
    }

    .price-slider .flickity-prev-next-button.next {
        right: 42%;
    }

    .price-slider .flickity-prev-next-button.previous {
        left: 42%;
    }

    #uzor-uslugi {
        position: absolute;
        right: -115px;
        top: -39px;
        z-index: -1;
        width: 550px;
    }

    .price-list{
        max-height: 390px;
        line-height: 16px;
    }

    .price-line span {
        display: inline-block;
        margin-top: 2px;
        font-size: 12px;
        line-height: 15px;
    }

/*******reviews****************************************************************/

    #reviews{
        padding-top: 15px;
    }

    .text-review-block img{
        width: 126px;
        height: 126px;
        margin-right: 15px;
    }

    .text-review{
        width: calc(100% - 110px);
    }

    .name{
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 3px;
    }

    .text-review-block{
        font-size: 11px;
        line-height: 15px;
    }

    .rev-info, .rev-info a{
        font-size: 9px;
    }

    .reviews-text-slider .flickity-button{
        background-size: contain;
        width: 27px;
        height: 27px;
    }

    .reviews-text-slider .flickity-prev-next-button{
        bottom: -84px;
    }

    .btn-square{
        padding: 11px 23px;
        font-size: 9px;
        line-height: 9px;
        margin-right: 21px;
    }

    .reviews-text-btns {
        margin-left: 170px;
    }

    .reviews-text-slider {
        margin-bottom: 30px;
    }

    .reviews-text-slider .flickity-page-dots{
        bottom: -50px;
        width: 135px;
        left: 0px;
    }

    .reviews-text-slider .flickity-page-dots .dot{
        margin: 0 3px;
    }

    .reviews-text-slider .flickity-prev-next-button.previous{
        left: 0;
    }

    .reviews-text-slider .flickity-prev-next-button{
        bottom: -58px;
    }

    .reviews-text-slider .flickity-prev-next-button.next {
        left: 110px;
    }

/***********************************************************************************/

    .footer-info{
            padding-left: calc((100% - 1052px)/2);
    }

    #footer-logo{
        width: 233px;
    }

    .footer-info{
        width: 50%;
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .footermap{
        width: 50%;
    }

    .footer-form input{
        width: 200px;
        margin-right: 30px;
    }

    .footer-form {
        margin-bottom: 60px;
    }

    .allreserved {
        font-size: 11px;
        line-height: 15px;
    }

    .develop {
        font-size: 12px;
    }

}

@media (max-width: 1100px){

/****************main 768***********************************************************/

    .container{
        width: 668px;
    }

    body, html, p{
        font-size: 9px;
        line-height: 12px;
    }

    .section-title{
        font-size: 28px;
        line-height: 27px;
        margin-bottom: 15px;
    }

    input{
        font-size: 9px;
        line-height: 11px;
        width: 150px;
        padding-bottom: 7px;
    }


/*******************header**********************************************************/

    #header-menu{
        height: 52px;
    }

    #head-logo{
        width: 76px;
    }

    .nav a{
        margin-right: 20px;
    }

    .head-phone{
        font-size: 8px;
        line-height: normal;
        margin-right: 15px;
    }

    .head-btn{
        padding: 4px 14px;
        border-radius: 2px;
    }

    .head-phone img {
        margin-right: 4px;
        width: 8px;
    }

/**********mainslider***************************************************************/

    .carousel-cell .container{
        padding-top: 60px;
    }

    #mainslider.header-fixed-otsup{
        margin-top: 52px;
    }

    .h1_style, .h1_style1{
        font-size: 32px;
        line-height: 41px;
        max-width: 390px;
        margin-bottom: 11px;
    }

    .under-title-slide, .under-title-slide1{
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 24px;
    }

    .arrow-slide-btn{
        font-size: 9px;
        line-height: 8px;
        padding: 8px 20px 8px 9px;
        margin-bottom: 0;

    }

    .arrow-slide-btn:before {
        right: -6px;
        top: 6px;
        height: 12px;
        width: 10px;
    }

    .arrow-slide-btn:after {
        width: 9px;
        top: 8px;
        right: 6px;
    }

    .more-info-slide{
        display: none;
    }

    #mainslider .carousel-cell{
        height: 330px;
        min-height: 330px;
    }

    #mainslider .carousel-cell{
        background-size: contain;
    }

    #mainslider .flickity-prev-next-button.previous {
        left: calc((100% - 668px)/2);
    }

    #mainslider .flickity-prev-next-button.next{
        left: calc((100% - 668px)/2 + 40px);
    }

    .flickity-prev-next-button{
        width: 30px;
        height: 30px;
    }

    .vertical-line {
        margin-right: 100px;
        margin-left: 100px;
        height: 60px;
    }

    .black-slider-block{
        font-size: 16px;
        padding: 15px 40px;
    }

    .vertical-line {
        margin-right: 40px;
        margin-left: 40px;
        height: 20px;
    }

    #mainslider .flickity-page-dots .dot.is-selected{
        width: 20px;
    }

    #mainslider .flickity-page-dots .dot{
        border-radius: 80px;
        width: 10px;
    }

/*******about saloon****************************************************************/
    .about-saloon-text{
        width: 90%;
    }

    .btn-video-present{
        width: 30px;
        height: 30px;
        margin-right: 100px;
    }

    .video-presentation:after{
        width: 50px;
        left: 43px;
    }

    .btn-video-present{
        margin-right: 80px;
    }

    .under-section-title{
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 26px;
    }

    #consult-bg-circle {
        width: 270px;
        right: -25px;
        top: -140px;
    }

    .white-input{
        margin-right: 15px;
    }

    .white-btn{
        font-size: 9px;
        padding-bottom: 9px;
        font-size: 9px;
        padding-bottom: 9px;
        padding-right: 20px;
    }

    .white-btn:after {
        background-size: contain;
        width: 10px;
        right: 5px;
        top: 21px;
    }

    .confident {
        font-size: 7px;
        line-height: 9px;
        margin-bottom: 24px;
        margin-top: 10px;
    }

    .contact-form {
        margin-right: 50px;
    }

/***********************************************************************************/

    .title-oborudovanye{
        font-size: 12px;
        line-height: 16px;
    }

    .oborudovanye{
        font-size: 9px;
        line-height: 14px;
    }

    .show768{
        display: block;
    }

    .hide768{
        display: none;
    }

/*******why-chose-us***********************************************************************/

    #why-chose-us{
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .why-choise img{
        width: 80px;
        height: 80px;
        margin-bottom: 10px;
    }

    .why-choise {
        width: 22%;
        margin-bottom: 43px;
    }

    #uzor-wch {
        right: 53px;
        top: 15px;
        width: 260px;
    }

    .btn {
        font-size: 12px;
        padding-right: 25px;
    }

    .btn:after{
        width: 11px;
        top: 7px;
    }

/***********************************************************************************/

    #reviews-video{
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .video-review{
        width: 217px;
    }

    .videocontainer{
        height: 124px;
    }

    #reviews-video .carousel-cell{
        margin-right: 9px;
    }

    .video-review{
        font-size: 12px;
        line-height: 16px;
    }

    .videocontainer{
        margin-bottom: 10px;
    }

    .reviews-video-slider .flickity-prev-next-button{
        background-size: contain;
        bottom: -61px;
    }

/***********************************************************************************/

    #work-way{
        padding-top: 31px;
        padding-bottom: 31px;
    }

    .title-way{
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 11px;
    }

    .way-step {
        width: 216px;
        margin-bottom: 0;
    }

    .pre-step img{
        margin-right: 11px;
        width: 40px;
    }

    .pre-step{
        border-radius: 10px;
        padding: 0 7px 0 15px;
        height: 80px;
        font-size: 8px;
        line-height: 11px;
    }

    #work-way-uzor {
        left: 90px;
        top: -42px;
        width: 460px;
    }

/********price**********************************************************************/

    .price-item{
        width: 150px;
        height: 225px;
        margin-bottom: 20px;
        box-shadow: 0px 7.84008px 13.0668px rgba(0, 0, 0, 0.05);
    }

    .price-item img{
        margin-bottom: 12px;
    }

    .price-item p {
        font-size: 8px;
        line-height: 9px;
    }

    .usluga{
        margin-bottom: 6px
    }

    .price-item .btn{
        font-size: 8px;
        padding-bottom: 2px;
        padding-right: 20px;
        bottom: 13px;
    }

    .price-item .btn:after {
        background-size: contain;
        width: 10px;
        top: 7px;
        right: 4px;
    }

    #uzor-uslugi {
        right: -58px;
        top: -33px;
        width: 350px;
    }

    .blue-link{
        padding: 0 2px 3px 2px;
        margin-bottom: 50px;
    }

    .price-slider .flickity-prev-next-button{
        background-size: contain;
        bottom: -36px;
    }

    .price-slider .flickity-prev-next-button.previous {
        left: 41%;
    }

    .price-slider .flickity-prev-next-button.next {
        right: 41%;
    }

    .price-list {
        max-height: 370px;
    }

    .price-line span {
        margin-top: 2px;
        font-size: 9px;
        line-height: 11px;
    }

    .midle-paket-title, .full-paket-title, .skidki-title, .how-skidka-title{
        font-size: 12px;
        line-height: 12px;
    }
.midle-paket-title, .skidki-title {
	font-size: 16px;
    line-height: 20px;
}
    .pakety p{
        margin-bottom: 15px;
        line-height: 14px;
    }
.pakety_uslug {
	flex-wrap: wrap;
}
    .pakety{
        width: 100%;
        border-radius: 10px;
        padding: 16px 20px 18px 20px;
				margin-bottom: 20px;
    }
		.pakety-img img {
		    width: 30px;
		}
		.pakety-word {
    font-size: 10px;
    line-height: 18px;
}
.pakety-value {
    font-size: 14px;
    line-height: 18px;
}
    .skidki{
        width: 100%;
        box-shadow: 0px 4.12346px 10.3086px rgba(0, 0, 0, 0.05);
        border-radius: 10px;
        font-size: 12px;
        line-height: 16px;
        padding: 17px 20px 15px 24px;
    }

    .list-skidok div{
        max-width: 52%;
				font-size: 12px;
    line-height: 22px;
		margin-right: 40px;
    }

    .how-skidka-title{
        margin-bottom: 12px;
				font-size: 14px;
				    line-height: 16px;
    }
.how-skidka input {
	font-size: 11px;
}


    .skidki .confident{
        font-size: 9px;
    }

/***********************************************************************************/

    #reviews{
        padding-bottom: 45px;
    }

    .text-review-block{
        font-size: 7px;
        line-height: 9px;
    }

    .text-review{
        width: calc(100% - 87px);
    }

    .text-review-block img{
        width: 77px;
        height: 77px;
        margin-right: 10px;
    }

    .text-review-block img{
        margin-left: 0;
    }

    .name {
        font-size: 8px;
        line-height: 12px;
        margin-bottom: 2px;
    }

    .rev-info, .rev-info a{
        font-size: 6px;
    }

    .rev-info{
        bottom: -3px;
    }

    .btn-square{
        padding: 7px 8px;
        font-size: 7px;
        line-height: 7px;
        margin-right: 13px;
    }

    .btn-square:after{
        height: 11px;
    }

    .reviews-text-slider {
        margin-bottom: 20px;
    }

    .reviews-text-slider .flickity-prev-next-button {
        bottom: -45px;
    }

    .reviews-text-slider .flickity-page-dots {
        bottom: -36px;
    }

    .reviews-text-btns {
        margin-left: 150px;
    }

/***********************************************************************************/

    .protivopok img{
        width: 50px;
        margin-right: 0;
        margin-bottom: 8px;
    }

    .protivopok{
        flex-wrap: wrap;
        width: 27%;
        margin-bottom: 25px;
    }

    .protivopok div{
        width: 100%;
    }

    .btn-square:after{
        height: 17px;
    }

/***********************************************************************************/

    #footer-logo{
        width: 142px;
    }

    .footer-info {
        padding-left: calc((100% - 668px)/2);
    }

    .footer-info{

    }

    .footer-form input{
        width: 120px;
        margin-right: 15px;
        margin-bottom: 10px;
    }

    .footer-form {
        margin-bottom: 30px;
    }

    .develop{
        font-size: 10px;
        line-height: 13px;
    }
}

/***********************************************************************************/

@media (max-width: 700px){
    .container{
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

/***********************************************************************************/
    #head-logo {
        width: 55px;
    }

    .menu a.head-phone{
        display: none;
    }

    .mobile-head-phone{
        display: block;
        line-height: 1px;
    }

    .logo-link{
        line-height: 1px;
    }

    .menu{
        position: absolute;
        left: -200vw;
        top: 37px;
        width: 100%;
        height: 100vh;
        background: #fff;
        z-index: 600;
        text-align: center;
        display: block;
        transition: 0.5s cubic-bezier(0, 0, 1, 1);
        padding-top: 47px;
    }

    .menu.opn{
        left: 0;
    }

    .head-phone{
        font-weight: 700;
    }

    .menu a{
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 32px;
        font-size: 12px;
        line-height: 16px;
    }

    .head-btn{
        display: inline-block;
        padding: 6px 15px;
    }

    .head-phone img{
        width: 10px;
    }

    .nav{
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    #header-menu{
        position: relative;
    }

    #header-menu{
        height: 37px;
    }

    .burger-menu{
        display: block;
        position: relative;
        width: 20px;
        height: 14px;
    }

    .burger-menu:after{
        content: '';
        width: 100%;
        border-radius: 2px;
        height: 2px;
        position: absolute;
        top: 0;
        left: 0;
        background: #FAAAC3;
        transition: 0.3s ease;
    }

    .burger-menu:before{
        content: '';
        width: 100%;
        border-radius: 2px;
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
        background: #FAAAC3;
        transition: 0.3s ease;
    }

    .burger-menu span{
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        height: 2px;
        border-radius: 2px;
        background: #FAAAC3;
    }

    .burger-menu.opn span{
        display: none;
    }

    .burger-menu.opn:before{
        transform: translate(-50%,-50%) rotate(45deg);
        left: 50%;
        top: 50%;
    }

    .burger-menu.opn:after{
        transform: translate(-50%,-50%) rotate(-45deg);
        left: 50%;
        top: 50%;
    }

    .h1_style, .h1_style1{
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 8px;
        max-width: 240px;
    }

    .under-title-slide, .under-title-slide1 {
        font-size: 10px;
        line-height: 12px;
        margin-bottom: 20px;
    }

    .carousel-cell .container{
        padding-bottom: 0;
    }

    #mainslider .carousel-cell {
        background-size: cover;
        background-position: top;
    }

    #mainslider .flickity-prev-next-button.previous{
        left: 20px;
    }

    #mainslider .flickity-prev-next-button.next{
        left: 60px;
    }

    .arrow-slide-btn{
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .arrow-slide-btn:last-chi;d{
        margin-right: 0;
    }

    .black-slider-block{
        display: none;
    }

    #mainslider .flickity-page-dots .dot.is-selected{
        width: 16px;
    }

    #mainslider .flickity-page-dots .dot{
        width: 8px;
    }

/***********************************************************************************/

    #about_saloon{
        flex-wrap: wrap;
    }

    .aboutsaloon-img{
        width: 100%;
    }

    .as-viravnivanye{
        width: 100%;
       margin-top: 37px;
       margin-bottom: 36px;
    }

    .section-title{
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 14px;
    }

    #consult-bg-circle{
        right: -150px;
        top: -175px;
    }

    .white-input{
        margin-right: 0;
        width: 100%;
    }

    .contact-info-form{
        flex-wrap: wrap;
    }

    .contact-form{
        margin-right: 0;
        margin-bottom: 15px;
        width: 100%;
    }

    #form-section{
        padding-bottom: 20px;
    }

    .confident{
        margin-bottom: 20px;
    }

/*******oborudovanye*-*-************************************************************/

    #oborudovanye{
        flex-wrap: wrap;
    }

    .oborudovanye-img{
        width: 100%;
    }

/***********************************************************************************/

   #why-chose-us{
        padding-top: 10px;
   }

   .why-choise {
        width: 40%;
        margin-bottom: 43px;
    }

    #uzor-wch {
        right: 29px;
        top: 120px;
        width: 260px;
    }

/***********************************************************************************/

    .video-review {
        width: 100%;
    }

    .videocontainer{
        height: 240px;
        box-shadow: none;
    }

    .reviews-video-slider .carousel-cell{
        width: 100%;
    }

    .reviews-video-slider .flickity-prev-next-button.previous {
        left: 12%;
    }

    .reviews-video-slider .flickity-prev-next-button.next {
        right: 12%;
    }

/*******work-way***********************************************************************/

    .way-work{
        flex-wrap: wrap;
    }

    .way-step{
        width: 100%;
        margin-bottom: 20px;
    }

    #work-way-uzor{
        left: 0;
    }

/*****price***************************************************************************/
    #price {
        padding-top: 37px;
    }

    .price-slider{
        display: none;
    }

    .hide-show-block{
        display: block;
    }

    .blue-link.change-price{
        display: none;
    }

    .price-list {
        max-height: none;
        margin-bottom: 30px;
        line-height: 14px;
    }

    .price-line{
        width: 100%;
    }

    .pakety_uslug{
        flex-wrap: wrap;
    }

    .pakety{
        width: 100%;
        margin-bottom: 11px;
    }
		.midle-paket-title, .skidki-title {
		    font-size: 14px;
		    line-height: 18px;
		}
		.pakety-img img {
    width: 20px;
}
.pakety-value {
    font-size: 11px;
    line-height: 16px;
}
.pakety-word {
    font-size: 9px;
    line-height: 14px;
}
.pakety-flex {
	margin-bottom: 25px;
}
.btn {
    font-size: 9px;
	}
    .skidki{
        width: 100%;
				font-size: 9px;
    line-height: 12px;
    }

    .how-skidka input{
        margin-right: 0;
        width: 100%;
        margin-bottom: 20px;
				    font-size: 9px;
    }
		.how-skidka-title {
		    margin-bottom: 10px;
		    font-size: 11px;
		    line-height: 14px;
		}
    .flex{
        flex-wrap: wrap;
    }
		.list-skidok {
		    margin-bottom: 10px;
		}
    .list-skidok div{
        margin-right: 0;
        width: 100%;
        max-width: none;
				font-size: 8px;
    line-height: 15px;
    }
		.skidki .confident {
    font-size: 7px;
    line-height: 9px;
}

/***********************************************************************************/

    .reviews-text-slider .carousel-cell {
        width: 100%;
        margin-right: 0;
    }

    .reviews-text-btns{
        margin-top: 50px;
        margin-left: 0;
    }

    .btn-square{
        border: none;
        padding: 0;
        color: #0047FF;
    }

    .reviews-text-slider .flickity-prev-next-button.next{
        left: auto;
        right: 0;
    }

    .reviews-text-slider .flickity-page-dots{
        width: 100%;
    }

    #reviews {
        padding-bottom: 37px;
    }

/***********************************************************************************/

    .protivopok{
        width: 46%;
        margin-right: 4%;
    }

    .protivopok:nth-child(2n){
        margin-right: 0;
    }


    #protivopokazanya .btn-square{
        display: none;
    }

    .circle-protivopok-btn{
        display: flex;
        width: 80px;
        height: 80px;
        border: 1px solid #FF5A8F;
        border-radius: 50%;
        color: #FF5A8F;
        align-items: center;
        justify-content: center;
    }

    .protivopok-cont{
        align-items: flex-start;
        justify-content: flex-start;
    }

    #protivopokazanya {
        padding-bottom: 30px;
    }

/*******footer************************************************************************/

    .footermap{
        display: none;
    }

    .footer-info{
        width: 100%;
    }

    .footer-info{
        padding-left: 15px;
    }

    .footer-form input{
        margin-right: 0;
        width: 100%;
    }

    #footer{
        background: #FF76A4;
    }

/*******popup************************************************************************/

    .popup{
        width: 90vw;
        padding-right: 10%;
        padding-left: 10%;
        padding-bottom: 10%;
    }

    .popup input{
        width: 100%;
        font-size: 12px;
        margin-bottom: 20px;
        margin-right: 0;
    }

    .popup input:nth-child(3){
        margin-bottom: 20px;
    }

    .pink-btn{
        font-size: 12px;
    }

    .popup-confident br{
        display: none;
    }

    .poput-title{
        margin-bottom: 25px;
        font-size: 20px;
    }

    .close-popup img{
        width: 20px;
    }

    .popup-form {
        margin-bottom: 30px;
    }

    .close-popup {
        right: -10px;
        top: -50px;
    }

    .close-popup img {
        left: 3px;
        top: 52px;
    }

    .video-pop-cont{
        height: 240px;
    }
}
@media (max-width: 340px){
	.pakety-price {
    width: 73%;
		margin-bottom: 15px;
}
.pakety-flex {
    margin-bottom: 0px;
}
}



/* Chat CTA */
.chat-cta{
    margin-top: 18px;
}
.chat-cta__title{
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
}
.chat-cta__icons{
    display: flex;
    align-items: center;
    gap: 14px;
}
.chat-cta__icon{
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.chat-cta__icon img{
    width: 26px;
    height: 26px;
    display: block;
}

/* Bigger icons in pink (colored) chat blocks */
.chat-cta--color .chat-cta__icon{
    width: 44px;
    height: 44px;
}
.chat-cta--color .chat-cta__icon img{
    width: 30px;
    height: 30px;
}
.chat-cta--color.chat-cta--compact .chat-cta__icon{
    width: 40px;
    height: 40px;
}
.chat-cta--color.chat-cta--compact .chat-cta__icon img{
    width: 28px;
    height: 28px;
}

.chat-cta__icon:hover{opacity: .85;}

/* Compact inside price cards */
.price-item .chat-cta{
    /* keep block neatly aligned at the bottom of each card */
    position: absolute;
    left: 13px;
    right: 15px;
    bottom: 20px;
    margin-top: 0;
}
.price-item .chat-cta__title{
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px;
}
.price-item p{
    /* reserve space for the chat buttons at the bottom */
    padding-bottom: 110px;
}

/* User request: remove the "Напишите нам..." text from service cards,
   keep only messenger icons */
.price-item .chat-cta__title{
    display: none !important;
}
.price-item .chat-cta{
    margin-top: 12px;
}

.price-item .chat-cta__icon{
    width: 40px;
    height: 40px;
}
.price-item .chat-cta__icon img{
    width: 28px;
    height: 28px;
}

/* Footer chats */
.footer-chats{
    display: flex;
    gap: 12px;
    align-items: center;
    margin: 16px 0 0 0;
}
.footer-chat-link{
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.footer-chat-link img{
    width: 22px;
    height: 22px;
    display: block;
}

/* Move "more info" block to bottom of main slider */
#mainslider .carousel-cell .container{
    position: relative;
    height: 100%;
}
#mainslider .more-info-slide{
    position: absolute;
    left: 60px;
    bottom: 130px;
    right: auto;
}

/* =========================
   FIXES (requested)
   - Colored icons everywhere except pink blocks
   - Mainslider "Больше информации" at bottom, not blocking clicks
   - Price cards: prevent text overlapping the chat block
   ========================= */

/* Price cards: make layout stable without absolute overlap */
.price-item{
  display: flex;
  flex-direction: column;
}
.price-item .chat-cta{
  position: static;
  margin-top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  padding: 0 15px 20px 13px;
}
.price-item p{
  padding-bottom: 0;
}

/* Mainslider: keep "Больше информации" at the bottom and not blocking chat icons */
#mainslider .carousel-cell .container{
  position: relative;
  padding-bottom: 140px;
}
#mainslider .chat-cta{
  position: relative;
  z-index: 2;
}
#mainslider .more-info-slide{
  position: absolute;
  left: auto;
  right: 40px;
  bottom: 40px;
  z-index: 1;
  /* do not block clicks on chat icons if the block overlaps */
  pointer-events: none;
}

/* keep it clickable only where it opens a popup */
#mainslider .more-info-slide.consult-popup-open{
  pointer-events: auto;
}
#mainslider .more-info-slide{
  /* do not блокировать клики по иконкам внизу */
  pointer-events: none;
}
#mainslider .more-info-slide.consult-popup-open{
  /* этот вариант должен оставаться кликабельным (открывает попап) */
  pointer-events: auto;
}
#mainslider .more-info-slide:before,
#mainslider .more-info-slide:after{
  pointer-events: none;
}
#mainslider .flickity-prev-next-button{
  z-index: 3;
}
