body {
    min-width: 1300px;
    color: #333333;
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.index-logo{
    width: 376px;
    margin: auto;
    margin-top: 170px;
    margin-bottom: 50px;
}
img{
    width: 100%;
}
h2{
    text-align: center;
    font-size: 30px;
    line-height: 42px;
    font-weight: 500;

}.pc-display{
    display: block;
 }
.index-adres{
    position: relative;
    text-align: center;
    font-weight: 400;
    margin-top: 60px;
}
.index-adres:before {
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    top: -30px;
    left: 50%;
    background-image: url(imgs/geo.png);
    background-size: contain;
}
.index-gal{
    margin: auto;
    display: flex;
    flex-direction: column;
    margin-top: 100px;

}
.index-row{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-row>*{
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 23.75%;
    height: auto;
    margin-left: 1%;
    margin-bottom: 1%;
    border-radius: 10px;
    float: left;
    position: relative;
    overflow: hidden;
}
.index-top{
    padding: 0px 10px;
    display: flex;
    align-items: center;
    justify-content: right;
    border-bottom: 1px solid #ccc;
}
.zapis-top{
    padding: 0px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
}
.top-nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index-top a{
  border-bottom: none;
    text-decoration: none;
}
.index-top img{
    width: 40px;
    margin: 10px 10px;
}
.index-top a{
    color: #333333;
    font-size: 20px;
}
.price-wrapper{
    display: flex;
    justify-content: space-between;
    width: 500px;
    margin-right: 100px;
}
.price-row{
    display: flex;
    flex-direction: column;
}
.price-row p{
    line-height: 24px;
}
.empty{
    width: 50px;
    height: 24px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.row-title{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 10px;
}

.master-price p{
    text-align: center;
}
.master{
    font-weight: 700;
    border-bottom: 1px solid #333333;
    margin-bottom: 10px;
    margin-top: 10px;
}
.about-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 200px;

}
.index-price h2{
    margin-bottom: 30px;
}
.index-salon{
    border-radius: 10px;
}

.index-star img{
    width: 130px;
    margin-right: 50px;
}
.index-star{
    display: flex;
    margin-top: 30px;
    flex-direction: row;
    align-items: center;
    margin-bottom: 30px;
}
.index-star p{
    font-weight: 300;
    font-size: 20px;
    padding-top: 50px;
}
.index-star a{
    text-decoration: none;
    font-weight: 700;
    color: #333333;
}
.about-salon p,
.consultation p{
    font-weight: 400;
    line-height: 32px;
    margin: 10px 0px;
}
.about-salon{
    width: 50%;
    padding: 0 30px;
}
.consultation{
    margin-top: 40px;
}
.consultation .p-top-master{
    font-weight: 700;
}
.consultation a{
    color: white;
    padding: 20px 40px;
    border-radius: 30px;
    font-size: 24px;
    font-weight: 300;
   display: flex;
    background-color: #55A37C;
   justify-content: center;
    margin-top: 20px;
    box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}
.consultation a:hover{
    text-decoration: none;
}
.footer{
    display: flex;
    flex-direction: column;
    margin-top: 100px;
}

.footer-info{
    width: 100%;
    color: white;
    background-color: #333333;
    padding-top: 20px;
    font-size: 24px;
    line-height: 32px;
}
.footer-info a{
    color: white;
}
.footer-row{
    margin: 15px 0;
    padding-left: 300px;
}
.buttons-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.buttons-wrapper a{
    width: 300px;
    font-size: 24px;
    color: white;
    padding: 50px 50px;
    background-color: #333333;
    text-align: center ;
    border-radius: 20px;
    margin: 10px;
}
.price-top{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.price-top .border:nth-child(2) {
    width: 500px;
    height: 2px;
    background-color: #333333;
    margin-bottom: 10px;
}
.price-top .border:nth-child(3) {
    width: 350px;
    height: 2px;
    background-color: #333333;
    margin-bottom: 30px;
}
.price-horiz{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 20px;
}
.price-horiz p{
    width: 150px;
    text-align: center;
    padding: 0 40px;
}
.price-horiz p:nth-child(2){
    border-left: 2px solid #767676;
    border-right: 2px solid #767676;
}
.price-top h2{
    font-size: 48px;
    margin-bottom: 5px;
}
.price-top h3{
    font-size: 36px;
}
.price-blocks-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.price-block{
    display: flex;
    flex-direction: column;
    padding: 40px;
}

.price-block .under-title{
    width: 300px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
    font-size: 16px;
}
.price-count div{
    width: 300px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    line-height: 22px;
}
.price-count p:nth-child(2){
    font-weight: 500;
}
.dop-cons{
    margin-top: 20px;
}
.smivka{
    text-align: center;
    font-weight: 500;
    margin-top: 10px;
}
.price-block-title{
    width: 300px;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}
.price-master{
    padding: 10px 0;
    font-size: 20px;
    font-weight: 600;
}
.price-add{
    margin-top: 40px;
}
.price-add p:nth-child(odd){
    margin: 5px;
}
.price-add span{
    font-weight: 700;
}
.gift{
    text-align: center;
    margin-top: 30px;
}
.index-price-uhod .price-horiz p{
    width: 300px;
}
.index-price-uhod .price-horiz p:nth-child(2){
    border-right: none;
}
.index-price-uhod .price-block-title{
    margin-bottom: 30px;
}

.index-price-detox .price-block-title{
    margin-bottom: 0;
}
.index-price-detox .under-title{
    width: 300px;
}
.price-strijki{
   padding-top: 10px;
}
.price-strijki .price-add p:nth-child(odd) {
    margin: 0px;
}
.index-gal-mob{
    display: none;
}
.mob-display{
    display: none;
}
.index-price-dop{
    margin-bottom: 40px;
}
.slider{
    width: 100%;

}
.slider-inner{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}
.slider video{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.slider-img{
    width: 650px;
    height: 100%;
    background-size: cover;
    background-position: 15% 15%;
    border-radius: 10px;
}
.slider-title{
    font-size: 42px;
    margin-bottom: 40px;
    text-align: center;
    line-height: 66px;
}
.slider-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: bold;
    width: 60%;
}
.under-title{
    font-size: 16px;
    font-weight: normal;
    margin: 10px 0;
}
.slider-text a{
    display: inline-block;
    width: 350px;
    font-size: 24px;
    padding: 20px 40px;
    background-color: #55A37C;
    color: white;
    font-weight: normal;
    border-radius: 10px;
    margin-top: 50px;
    box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}
.weit{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 50px;
    margin: 50px 0px;
}
.weit-title{
    padding-top: 50px;
    font-size: 58px;
    font-weight: bold;
    line-height: 68px;
    margin-right: 50px;
    background-color: #9AD1B5;
}
.weit-item{
    width: 25%;
    min-width: 340px;
    height: 400px;
    background-image: url("imgs/Frame.jpg");
    background-size: cover;
    border-radius: 10px;
}
.weit-item2{
    width: 25%;
    min-width: 340px;
    height: 400px;
    background-image: url("imgs/Frame3.jpg");
    background-size: cover;
    border-radius: 10px;
}
.weit-item3{
    width: 25%;
    min-width: 340px;
    height: 400px;
    background-image: url("imgs/Frame2.jpg");
    background-size: cover;
    border-radius: 10px;
}
.price-gift{
    display: flex;
    justify-content: center;
    place-items: center;
    height: 500px;
    margin-bottom: 50px ;
    background: #52c234;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #1C6A42   , #52c234);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #1C6A42, #52c234); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.gift-inner{
    display: flex;
    width: 70%;
    justify-content: center;
    align-items: center;
}
.gift-img img{
    width: auto;
    height: 450px;
}
.price-gift p{
    width: 40%;
    font-size: 48px;
    font-weight: bold;
    color: white;
}
.sedina{
    min-width: 1500px;
    display: flex;
    justify-content: center;
    margin-top: 120px;
    margin-bottom: 60px;
}
.sedina-text{
    width: 500px;
    margin-right: 150px;
}
.sedina-text p{
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
}
.sedina-h{
    font-size: 30px;
    font-weight: bold;
    margin-top: 100px;
    margin-bottom: 40px;
}
.price-add-bold{
    font-weight: 700;
}
.price-add0 p:nth-child(odd){
        margin-left: 0px;
}

.sedina-img{
    width: 900px;
}
.new-footer{height: 50px;
    background-color: #333333;
}
.ads-block{
    display: flex;
    margin: 100px auto 50px;
    flex-direction: row;
    justify-content: center;
}
.a-wrapper{
    display: flex;
    width: 760px;
    justify-content: space-between;
}
.ads-block a{
    font-size: 22px;
    display: inline-block;
    color: white;
    background-color: #55A37C;
    padding: 30px 60px;
    text-align: center;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.map{
    height: 700px;
}
.dop-about{
    display: flex;
    justify-content: center;
    margin: 100px auto;
    align-items: center;
    background-color: #55A37C;
    background-image: url("imgs/bb.png");
    background-position: center;
    padding: 50px 150px;
    border-radius: 10px;
    color: white;

}
.dop-about-left{
    width: 500px;
    border-radius: 10px;
    margin-right: 50px;
}
.dop-about-left img{
    border-radius: 10px;
    border: 3px solid white;
}
.dop-about p{
    width: 500px;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
}
.dop-about p:nth-child(1){
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 30px;
}
.more-photo{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 20px;
}
.index-row a{
    display: inline-block;
    text-align: center;
text-decoration: none;
    color: white;
    width: 280px;
    background-color: #55A37C;
    padding: 100px 0;
    margin: auto;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.index-main{
    margin: 100px 0;
}