* {
    font-family: 'Open Sans', sans-serif;
    /*font-weight: normal;*/
    /*font-style: normal;*/
}
html, body {
    background-color: #aaaaaa !important;
    font-weight: 300 !important;
    background-image: url(/files/bg.png);

    background-attachment: fixed;
    background-size: 215px;
}
html.noscroll{
    overflow: hidden;
    }
.container {
    background-color: #fff !important;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    background-image: none !important;
    width: 30px !important;
    height: 90px !important;
}
.carousel-control-next, .carousel-control-prev {
    width: 5% !important;
}
.social-networks__title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.name-product {
    font-size: 13px !important;
    font-weight:500 !important;
}
.price-product {
    font-weight:400 !important;
}
.address__name {
    font-size: 20px !important;
}
.address__item, .address__email {
    line-height: 10px;
}
.header-item--lg {
    line-height: 1;
    font-size: 18px;
    font-weight: 700;
    margin-bottom:0;
    color: #000;
    display: block;    
}
.header-item--sm, .header-item_link {
    line-height: 1;
    font-size: 16px;
    margin-bottom:0;
}
.header-info_icon {
    position: absolute;
    left:100px;
}
.header-info__icon {
    position: absolute;
    left:110px;
}

.catalog a{
    color: #01430c;
    font-size: 16px;
    }
.catalog a:hover, .catalog a.active{
    color: #01430c;
    font-weight: bold;
    }

.nav-item a.active{
    text-decoration: underline;
    }



.mixedSlider3    {
    position: relative;
}
.mixedSlider3 .MS-content {
    white-space: nowrap;
    overflow: hidden;
    margin: 0 5%;
}
.mixedSlider3 .MS-content .item {
    display: inline-block !important;
    width: 50%;
    position: relative;
    vertical-align: top;
    overflow: hidden;
    height: 100%;
    white-space: normal;
    padding: 0 2px;
    text-align: center;
    padding: 10px;
}
@media (max-width: 991px) {
    .mixedSlider3 .MS-content .item {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .mixedSlider3 .MS-content .item {
        width: 100%;
    }
}
.mixedSlider3 .MS-content .item .imgTitle {
    position: relative;
}
.mixedSlider3 .MS-content .item .imgTitle .blogTitle {
    margin: 0;
    text-align: left;
    letter-spacing: 2px;
    color: #252525;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    bottom: 0;
    font-weight: bold;
    padding: 0;
}
.mixedSlider3 .MS-content .item img {
    width: 150px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 80px;
}
.mixedSlider3 .MS-content .item p {
    font-size: 16px;
    text-indent: 15px;
}
.mixedSlider3 .MS-content .item a:hover {
    text-shadow: 0 0 1px grey;
}
.mixedSlider3 .MS-controls button {
    position: absolute;
    border: none;
    background-color: transparent;
    outline: 0;
    font-size: 50px;
    top: 120px;
    color: rgba(0, 0, 0, 0.4);
    transition: 0.15s linear;
}
.mixedSlider3 .MS-controls button:hover {
    color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 992px) {
    .mixedSlider3 .MS-controls button {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .mixedSlider3 .MS-controls button {
        font-size: 20px;
    }
}
.mixedSlider3 .MS-controls .MS-left {
    left: 0px;
}
@media (max-width: 767px) {
    .mixedSlider3 .MS-controls .MS-left {
        left: -10px;
    }
}
.mixedSlider3 .MS-controls .MS-right {
    right: 0px;
}
@media (max-width: 767px) {
    .mixedSlider3 .MS-controls .MS-right {
        right: -10px;
    }
}

blockquote{
    font-style: italic;
    }
 
blockquote:before {
    color: #bbb;
    font-family: Georgia, "Times New Roman", Times, serif;
    content: "\201C"; /* Непечатаемый символ слева */
    font-size: 3em;
    line-height: 0.1em;
    margin-right: 0.2em;
    vertical-align: -.4em;
}
 
blockquote:after {
    color: #bbb;
    font-family: Georgia, "Times New Roman", Times, serif;
    content: "\201D"; /* Непечатаемый символ справа */
    font-size: 3em;
    line-height: 0.1em;
    vertical-align: -.45em;
    margin-left: 0.1em;
}
 
a.page{
    padding: 7px;
    padding-top: 2px;
    padding-bottom: 1px;
    background-color: #fff;
    border: 1px solid;
    border-radius: 30px;
    margin: 3px; 
    border-color: #387844;
    color: #000;
    text-decoration: none;
    float: left;   
    }
a.page.active{
    background-color: #387844;
    color: #fff;    
    }


.input_form{
    width: 80%;
    padding: 5px;
    margin: 10px;
    border-radius: 5px;
    outline: none;
    border:1px solid #bbb;
    }
.input_form2{
    width: 60%;
    padding: 5px;
    margin: 10px;
    border-radius: 5px;
    outline: none;
    border:1px solid #bbb;
    }

.menu_main{
    background-color: #eee;
    padding: 9px;
    cursor: pointer;
    }
.menu_main a{
    font-size: 16px;    
    }
.menu_main span{float: right;}
.menu_main span:before{content:'▼'; color: #387844; font-size: 14px;}
.menu_main.active span:before{content:'▲'; color: #aaa; font-size: 14px;}

.menu_main.nosub span:before{content:'▶'; color: #387844; font-size: 14px;}

.sub{
    display: none;}

.sub.active{display: block}

.sub a{ font-size: 15px; margin:5px; margin-left: 15px; padding: 5px; display: block;}

.sub a.active{
    border-left: 6px solid #387844;
    }

.preloader{
    display: none;
    text-align: center;
    }

.breadcrumps{
    margin: 5px;
    color: #666;
    }
.breadcrumps a{
    color: #666;
    }
.breadcrumps a:hover{
    color: #666;
    }

.garantee{
    font-size: 19px; margin-left: 20px; font-weight: bold; color: #333;
    }

a.card-img-top{
    min-height: 200px;
    }

.card a{text-align: center;}
.card img{
    max-height: 195px!important;
    width: auto;
    max-width: 100%;
    }


#logo{
    width: 213px;
    margin-top: -3px;
    margin-bottom: -10px;
    margin-left: -23px;    
    }



.carousel-arrow-next, .carousel-arrow-prev {
    position: absolute;
    top: 190px;
    height: 42px;
    margin: 0;
    z-index: 1;
    background: #f1f1f1;
    outline: none;
    border: 0;
    width: 28px;
    padding: 0;
    cursor: pointer;
    transition: background-color .2s,width .2s,box-shadow .2s,opacity .2s;
    outline: none;
    border: none;
    text-align: center;
}
.carousel-arrow-next span, .carousel-arrow-prev span {
    font-size: 37px;
    line-height: 32px;
    }



.carousel-arrow-next {
    right: 0;
    border-radius: 25px 0 0 25px;
    border: none;
}
.carousel-arrow-prev {
    left: 0;
    border-radius: 0 25px 25px 0;
    border: none;
}
.carousel-arrow-next:hover, .carousel-arrow-prev:hover {
    box-shadow: 0 0 10px rgb(0 0 0 / 12%);
    background: #ffe743;
    width: 42px;
}
.carousel-arrow-next:active, .carousel-arrow-prev:active {
    outline: none;
    border: none;
}
#slider2 .slick-arrow {
    top: 50%;
    margin: -21px 0 0;
}
.slick-dots {
    bottom: 30px;
    left: 55px;
}
.slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    bottom: 40px;
    left: 40px;
    font-size: 0;
    line-height: 0;
}
.slick-dots li {
    float: left;
    margin-right: 10px;
}
.slick-dots li button {
    padding: 0;
    margin: 0;
    cursor: pointer;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    outline: none;
    background: transparent;
    border: 1px solid rgba(32,22,0,.3);
    overflow: hidden;
    text-indent: -9999px;
    transition-property: border-color,background-color;
    transition-duration: .2s;
}
.slick-dots li button:hover {
    background-color: #201600;
    border-color: #201600;
}
.slick-dots li.slick-active button {
    background-color: #201600;
    border-color: #201600;
}



li.lnksearch{
    margin-right: 0px;
    margin-left: -1rem;    
    }






.bg_popup{
  position: fixed;
  display: block;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  padding-top: 0px;
  padding-bottom: 0px;
  left: 0px;
  top: 0px;
  background: rgba(250, 245, 237, 0.7);
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in;
  }
.bg_popup_inner{
  position: fixed;
  display: flex;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  height: calc(100vh - 2px);
  }
.bg_popup.active{
  opacity: 1;
  visibility: visible;
  }
.bg_popup.active .popup{
  transform:scale(1);
  }
.popup{
  /*background: url(../img/preview_popup5.png?2);
  background-position: top center;*/
  min-height: 70vh;
  width: 80vw;
  left: 0px;
  top: 0px;
  background-color: #FFFFFF;
  box-shadow: 15px 15px 0px rgb(0 0 0 / 10%);
  border-radius: 50px 0px;
  margin: auto;
  transform:scale(0.5);
  transition: all 0.2s ease-in;
  }
.popup.callback{
    min-height: 27vh;
    }
.popup.callback button{
    display: block;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #000;
    background-color: #b5e1b7;
    padding: 11px;
    border: 1px solid #333;
    border-radius: 11px;
    outline: none;
    cursor: pointer;
    }
.popup.callback .notify{
    text-align: center;
    line-height: 65px;
    margin-top: 27px;
    }

.popup .close{
  background: url(../img/close.svg?2);
  background-size: 100% 100%;
  width: 26px;
  height: 33px;
  margin-left: 93%;
  margin-top: 33px;
  margin-bottom: -67px;  
  cursor: pointer;
  position: absolute;
  }
.popup .title{
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    margin-top: 39px;
    }
.popup.search input, .popup.callback input{
    width: 80%;
    margin-left: 10%;
    margin-top: 20px;
    font-size: 21px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #000;
    outline: 0;
    }


.popup .search_item{
    width: 25%;
    float: left;
    }
.popup .result_search{
    padding: 20px;
    }


.row.new_salon_row{
    margin: 0px 0px;
    padding: 5px;
    background-color: #000;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    }


@media (max-width: 992px) {

.garantee{
    font-size: 3vw;
    line-height: 45px;
    text-align: center;
    margin-left: 20px;
    font-weight: bold;
    color: #333;
    position: absolute;
    top: 80px;
    left: 51px;
    display: block!important;
    width: 80vw;
    z-index: 99999;
    }


}



@media (max-width: 600px) {

.garantee{
    font-size: 3vw;
    line-height: 45px;
    text-align: center;
    margin-left: 20px;
    font-weight: bold;
    color: #333;
    position: absolute;
    top: 99px;
    left: 51px;
    display: block!important;
    width: 80vw;
    z-index: 99999;
    }

.row.new_salon_row {
    font-size: 0.8rem;
    }

}



@media (max-width: 1200px) and (min-width: 992px) {
    .navbar-nav{
        font-size: 13px;
        }
    .header-info__icon{
        margin-left: -114px;
        position: absolute;        
        }
    .garantee {
        font-size: 18px;
        } 
    #logo{
        width: 213px;
        margin-top: -1px;
        margin-bottom: 4px;
        margin-left: -43px;
        }


    }


@media (max-width: 991px) and (min-width: 768px) {
    .header-info{
        position: absolute;
        left: calc(50% - (100vw - 828px) / 2);
        width: 309px;     
        }
    .garantee {
        font-size: 18px;
        }    
    .card{
        overflow: hidden;
        }
    .my-btn {
        margin-left: -16px;
        }  
    #logo {
        width: 213px;
        margin-top: 1px;
        margin-bottom: 3px;
        margin-left: -6px;
        }

    }

@media (max-width: 768px) and (min-width: 576px) {
    .header-info{
        position: absolute;
        left: calc(50% - (100vw - 198px) / 2);
        width: 309px;   
        }
    .garantee {
        font-size: 18px;
        }    
    #logo {
        width: 213px;
        margin-top: 0px;
        margin-bottom: 4px;
        margin-left: -7px;
        }    
    }


@media (max-width: 576px) and (min-width: 451px) {
    #logo {
        width: 213px;
        margin-top: -3px;
        margin-bottom: 8px;
        margin-left: -8px;
        }    
    }


@media (max-width: 450px)  {
    a.logo{
        display: block;
        height: 35px;
        }
    #logo {
        width: 38vw;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: -13px;
        }   


.slick-dots {
    bottom: 10px;
    left: 10px;
}
.slick-dots li {
    float: left;
    margin-right: 10px;
}
.slick-dots li button {
    width: 8px;
    height: 8px;
}



    }




@media (max-width: 355px)  {
    .header-item--lg {
        font-size: 14px;
        }     
    }



@media (max-width: 500px)  {


li.lnksearch {
    margin-right: 0px;
    margin-left: 0rem;
}


.bg_popup{
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in;
    padding: 0px;
  }
.bg_popup_inner {
    position: relative;
    display: table;
    overflow: unset;
    width: 100vw;
    min-height: 100vh;
    padding-top: 0vw;
    padding-bottom: 0vw;
    left: 0px;
    top: 0px;
    background: rgba(250, 245, 237, 0.7);
 
}

.popup {
    width: 100vw;
    min-height: 100vh;
    overflow-x: hidden;
    left: 0px;
    top: 0px;
    background-color: #FFFFFF;
    box-shadow: none;
    border-radius: 0vw;
    margin: auto;
    transform: scale(0.5);
    transition: all 0.2s ease-in;
    display: table-cell;
    vertical-align: middle;
}

.popup .close {
    background: url(../img/close.svg?2);
    background-size: 100% 100%;
    width: 7vw;
    height: 7vw;
    margin-left: 87vw;
    top: -5vw;
    margin-bottom: 0vw;
    cursor: pointer;
    position: absolute;
}
.popup .search_item{
    width: 100%;
    float: left;
    }


}


@media (min-width: 768px){
.mr-md-5, .mx-md-5 {
      margin-left: -1rem;
}



}

a.callback{
    font-size: 14px;
    margin-bottom: -16px;
    margin-right: -11px;
    margin-left: 6px;
    line-height: 42px;
    /* height: 30px; */
    overflow: hidden;
    box-sizing: border-box;
    display: inline-block;
    line-height: 33px;
    font-weight: bold;
    }


.page_content img{
    max-width:100%!important;
}
img{
    height: auto!important;
}