
.color-wshadow{
    color: #fff;
    text-shadow: 0 0 3px black;
}
@media (min-width: 992px) {
    .bannerDark .menuDesktopText,
    .bannerDark .page-active h2,
    .bannerDark .iconSearch,
    .bannerDark .scroll-to-top,
    .bannerDark .iconTop {
        color: #fff !important;
    }

    .bannerDark .scroll-to-top img {
        filter: invert(0);
    }

    .bannerDark .scroll-to-top .box-number {
        color: #fff !important;
    }
}
.controlNavButtons{
    position: absolute;
    align-items: center;
    top: 50%;
    left: 0;
    width: 100%;
    justify-content: space-between;
    z-index: 22;
    padding: 0 15px;
}
.controlNavButtonsBlock .control-nav{
    bottom: 40px;
}
.cvetCategory{
    display: flex;
    flex-wrap: wrap;
}
.cvetCategory .color{
    width: 25%;
    padding: 15px;
    margin-bottom: 15px;

}
.cvetCategory .color a{
    text-decoration: none !important;
}
.cvetCategory .color a img{
    display: inline-block;
    padding: 2px;
    border: 1px solid #fbfbfb73;
}
.v-light .cvetCategory .color a img{
    border: 1px solid #bababa;
}
.cvetCategory .color h3 {
    font-size: 20px;
    line-height: 20px;
    margin-top: 6px;
}
.contentBlock ul{
    padding-left: 20px;
}
.contentBlock p{
    margin-bottom: 15px;
}
.contentBlock ul li {
    padding-left: 0;
    list-style: disc;
    margin-bottom: 4px;
}
.patinirovanieCat{
    background: #fff;
    text-align: center;
    margin: 35px 0;
    padding: 20px 0;
    color: rgba(0, 0, 0, 0.95);
    justify-content: center;
}
.patinirovanieCat>div{
    margin-bottom: 30px;
}
.cvetCats{
    display: flex;
    flex-wrap: wrap;
}
.cvetCat{
    width: 50%;
    padding: 20px 10px 10px 10px;
    margin-bottom: 30px;
    border-top: 1px solid #fbfbfb21;
}
.cvetCat a{
    text-decoration: none;
    display: inline-block;
    position: relative;
}
.cvetCat .line-bg-left{
    text-decoration: none;
    font-size: 27px;
    padding: 10px 0 10px 80px;
    transition: all ease 0.2s;
}
.cvetCat img{
    opacity: 0.7;
    transition: all ease 0.2s;
}
.cvetCat a:hover img{
    transform: scale(1.03);
    opacity: 0.9;
}
.cvetCat a:hover .line-bg-left{
    /*padding: 10px 0 10px 40px;*/
}

.cvetCat .far.fa-arrow-alt-circle-right {
    position: absolute;
    z-index: 3;
    font-size: 100px;
    bottom: 93px;
    right: 30px;
    transition: all ease 0.2s;
    opacity: 0.06;
}
.cvetCat a:hover  .far.fa-arrow-alt-circle-right{
    opacity: 0.5;
    right: 0;
}
.fancybox-caption__body {
    font-size: 22px;
}
.grayscale {
    filter: grayscale(100%);
    filter: url('data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale');
}
.Gpanorama{
    height: 500px !important;
}
.pagination{
    justify-content: center;
    flex-wrap: wrap;
}
.pagination a{
    text-decoration: none;
}
.pagination .page-item a {
    border: 1px solid #ffffff40;
}
.pagination .page-item.active a {
    border: 1px solid var(--theme-color);
    color: #23110d;
    background: var(--theme-color);
}
.pagination .page-item:hover a {
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
}
.v-light .pagination .page-item.active a{
    color: #fff;
}
.pagination .page-item.disabled a {
    border: 1px solid #ffffff14;
    color: #ffffff14;
    cursor: default !important;
}
.v-light .pagination .page-item.disabled a {
    border: 1px solid #eaeaea;
    color: #eaeaea;
}
.sistem_corob{
    display: flex;
    border-top: 1px solid var(--border-color);
    margin-top: 20px;
    padding-top: 20px;
}
.mb-84{
    margin-bottom: 84px;
}
.mt-126{
    margin-top: 126px;
}
.flex{
    display: flex;
}
.badge.badge-brown{
    height: 40px;
    width: 40px;
    padding:10px;
    border:1px solid rgb(214 172 97);
    border-radius: 50%;
    text-align: center;
    font-weight: 500;
    line-height: 1;
    color: rgb(214 172 97);
    background-color: #fff;
}
.kupe ul li {
    margin-bottom: 5px;
}
.compact ul li {
    margin-bottom:10px;
}

/* ПОГОНАЖ ШАБЛОН */
.product_wrapper.pogonaj .title{
    position: relative;
    color: var(--heading-color);
    font-size: 42px;
    letter-spacing: 2px;
}
.product_wrapper.pogonaj .product__img {
    width: 500px;
    min-width: 500px;
}
.product_catalog.pogonaj_podcotegori h3{
    font-size: 20px;
}
.panel>.product_catalog{
    padding: 40px 0;
}
.panel .product__title {
    font-size :20px;
}
.panel_sxema {
    width: 350px;
}
.modalBody{
    padding: 25px;
    color: #333333 !important;
}
.hystmodal__window {
    border-radius: 0;
}
.form-group{
    margin-bottom: 15px;
}
input,.form-control{
    font-style: normal;
    font-weight: normal;
    line-height: inherit;

    padding: 13px 14px;
    font-size: 16px;
    box-shadow: none;
    background: #fff;
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 0;
}
.form-control.error {
    box-shadow: 0 0 0 1px brown;
}
.form-control:focus{
    border:1px solid #ffc47e !important;
}
.inputWhite{
    background: #FFFFFF;
    box-shadow: inset 0 0 0 1px #828282;
}
.modalBody{
    padding: 35px;
}
.modalBody input::placeholder {
    color: #333 !important;
}
.modalBody,.modalBody label{
    color: #333;
}
.modalBody .personalAccept{
    font-weight: 500;
}
.modalBody .personalAccept input{
    display: inline-block !important;
    width: auto;
    color: #333;
}
.modalBody .personalAccept label{
    font-weight: 400;

}
.personalAccept input{
    display: inline-block !important;
    width: auto !important;
}
.zgSite {
    font-size: 23px;
    margin-bottom: 20px;
}
.btnMain,.btn.btn-featured,.btn-default{
    line-height: 19px;
    background: #23110D;
    box-shadow: inset 0 0 0 2px #33190f;
    color: #fff;
    padding: 14px 50px;
    text-transform: uppercase;
    border-radius: 0;
    border: none;
    transition: all ease-in 0.15s;
    position: relative;
    overflow: hidden;
    text-decoration: none !important;
    display: inline-block;
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 2px;
}
.v-dark .modalBody .btnMain{
    background: #fff;
    color: #33190f ;
}
.btnMain.min{
    padding: 11px 26px;
    font-size: 15px;
    line-height: 18px;
}
.btnMain:hover,.btn.btn-featured:hover,.btn-default:hover{
    background: #5e3626 !important;
    box-shadow: inset 0 0 0 2px #5e3626 !important;
    color: #fff !important;
}
.v-dark .modalBody {
    color: #fff !important;
    background: #33190f;
}
.v-dark .modalBody input,.v-dark .modalBody .form-control{
    background: #23110d;
    color: #fff !important;
    border-color: #23110d;
}
.v-dark .modalBody input::placeholder{
    color: #b2b2b2 !important;
    font-weight: 600;
}
.v-dark .modalBody textarea::placeholder {
    color: #b2b2b2 !important;
    font-weight: 600;
}
.v-dark .modalBody .personalAccept label{
    color: #fff !important;
}
.modalBody .zgSite{
    font-weight: 600;
}
.v-dark .modalBody .zgSite{
    color: #ffc47e !important;
}
.personalAccept {
    font-size: 14px;
}
.galleryMs2{
    display: flex;
    flex-wrap: wrap;
}
.galleryMs2Item{
    width: 20%;
    padding: 15px;
}
.galleryMs2Item a{
    height: 100%;
    display: inline-block;
    position: relative;
}
.footer-item a{
    text-decoration: none;
}
.plitkaSotrudnechestvo>div a {
    text-decoration: none !important;
    position: relative;
    display: inline-block;
}
.plitkaSotrudnechestvo>div h2{
    position: absolute;
    z-index: 4;
    background-color: var(--assistant-color);
    font-size: 18px;
    padding: 12px 30px;
    color: var(--theme-color);
    font-family: "Gotham Pro", sans-serif;
    bottom: 10px;
    font-weight: 500;
}
.v-light .plitkaSotrudnechestvo>div img {
    opacity: 0.8;
}
.toggle .toggle label{
    color: var(--theme-color);
    font-weight: 400;
}
.v-light .toggle .toggle label{
    font-weight: 500;
}
.footer-content a{
    text-decoration: none;
}

.videoCompanyBLC a{
    text-decoration: none !important;
}
.menuIconBL{
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
body .site-header .iconSearch {
    position: fixed;
    width: var(--s-box-left-menu);
    left: var(--s-box-left-social);
    padding: 0;
    bottom: 100px;
    transform: translateY(-85%);
    display: flex;
    justify-content: center;

    z-index: 10;
    align-items: baseline;
    cursor: pointer;
    pointer-events: all;
}
body .site-header .iconSearch span{
    transition: all ease 0.2s;
    display: block;
    padding: 4px;
}
body .site-header .iconSearch span:hover{
    transform: scale(1.2);
    color: var(--theme-color) !important;
    cursor: pointer;
}

.iconTop{
    position: fixed;
    width: var(--s-box-left-menu);
    left: var(--s-box-left-social);
    padding: 0;
    bottom: 154px;
    font-size: 22px;
    transform: translateY(-85%);
    display: flex;
    justify-content: center;
    z-index: 10;
    align-items: baseline;
    cursor: pointer;
    pointer-events: all;
}
.iconTop:hover{
    color: var(--theme-color) !important;
}

.menuDesktopText{
    font-size: 13px;
}
.v-light .menuDesktopText{
    color: var(--theme-color);
}

.searchModaloverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background:#150b05;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
body.showSearch .searchModaloverlay  {
    opacity: 0.9;
    visibility: visible;
}
.searchModal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    max-width: 630px;
    min-width: 320px;
    height: auto;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}
body.showSearch .searchModal  {
    visibility: visible;
}
.searchModalContent {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(100px) translateX(-30%) rotateY(
            90deg);
    -moz-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
    -ms-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
    transform: translateZ(100px) translateX(-30%) rotateY(
            90deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    transform-origin: 0 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    padding: 35px;
    //border: 1px solid var(--theme-color);
    background: var(--bg-color);
}
body.showSearch .searchModalContent {
    -webkit-transform: translateZ(0px) translateX(0%) rotateY(
            0deg);
    -moz-transform: translateZ(0px) translateX(0%) rotateY(0deg);
    -ms-transform: translateZ(0px) translateX(0%) rotateY(0deg);
    transform: translateZ(0px) translateX(0%) rotateY(
            0deg);
    opacity: 1;
}
ul#ui-id-1 {
    background: #fff;
    border: 1px solid transparent !important;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0 , 0.3);
    border-radius: 0;
    overflow: hidden;
    z-index: 2333;
}
ul#ui-id-1 li{
    background: transparent;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #eaeaea;
}
ul#ui-id-1 li:last-child{
    border-bottom: 0;
}
ul#ui-id-1 li a{
    text-decoration: none;
    display: block;
}
ul#ui-id-1 li .mse2-ac-link{
    transition: all ease 0.1s;
}
ul#ui-id-1 li .mse2-ac-link:hover, ul#ui-id-1 li .mse2-ac-link.ui-state-active{
    cursor: pointer;
    background: #23110D;
    color: #fff !important;
    /*border-color: var(--bg-color);*/
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited{
     color: #fff !important;
}
#ui-id-1 .mse2-row{
    padding: 5px 0 !important;
    display: flex;
    align-items: center;
    font-size: 14px;
}
#mse2_form{
    position: relative;
}
.btnSearch{
    position: absolute;
    right: 15px;
    top: 15px;
    color: var(--theme-color);
    font-size: 18px;
    transition: all ease 0.15s;
}
.btnSearch:hover{
    transform: scale(1.15);
    cursor: pointer;
}
.af-message-error{
    color: #ffffff !important;
    font-size: 16px;
}
.af-message-success{
    display: none !important;
}
.calcVidCladkiIn {
    display: block;
    position: relative;
}
.calcVidCladkiInZoom {
    position: absolute;
    bottom: 12px;
    right: 15px;
    font-size: 22px;
    z-index: 22;
    color: #333 !important;
    transition: all ease 0.2s;
}
.calcVidCladkiInZoom:hover{
    color: #b37735 !important;
}
.calcVidCladkiBlock {
    display: flex;
    flex-wrap: wrap;
}
.calcVidCladkiItem {
    padding: 5px;
    position: relative;
}
.calcVidCladkiIn,.formPlitki{
    padding: 5px;
    transition: all;
}
.calcVidCladkiIn:hover,.formPlitki:hover{
    transition: all ease 0.2s;
    box-shadow: 0 0 0 1px #ccc;
    cursor: pointer;
}
.calcVidCladkiIn.active,.formPlitki:active,.formPlitki.active{
    box-shadow: 0 0 0 2px #b37735;
}
.labelCalc{
    font-size: 22px;
    font-weight: 700;
    margin-top: 40px;
    padding-bottom: 5px;
}
.sizesPanno{
    display: flex;
}
.sizeItems {
    display: flex;
    flex-wrap: wrap;
}
.sizeItem {
    padding: 9px;
    box-shadow: 0 0 0 1px #ccc;
    margin-right: 10px;
    font-size: 15px;
    border-radius: 4px;
}
.sizeItem:hover{
    box-shadow: 0 0 0 2px #b37735;
    cursor: pointer;
}
 .sizeItem.active{
    box-shadow: 0 0 0 2px #b37735;
    color: #fff;
    background: #b37735;
}

.greenLine,.blueLine,.brownLine {
    display: inline-block;
    width: 50px;
    height: 4px;
}
.brownLine{
    background: #b37735;
}
.blueLine{
    background: rgb(78, 106, 255);
}
.greenLine{
    background: rgb(34, 182, 46);
}

.btnCalc {
    padding: 9px;
    box-shadow: 0 0 0 1px #ccc;
    margin-left: 15px;
    font-size: 15px;
    border-radius: 4px;
    display: inline-block;
}
.btnCalc:hover{
    box-shadow: 0 0 0 2px #b37735;
    cursor: pointer;
}
 .btnCalc.active{
    box-shadow: 0 0 0 2px #b37735;
    color: #fff;
    background: #b37735;
}
.btnCalc[data-c="min"]:hover{
    box-shadow: 0 0 0 2px rgb(78, 106, 255);
}
.btnCalc[data-c="min"].active{
    box-shadow: 0 0 0 2px rgb(78, 106, 255);
    color: #fff;
    background: rgb(78, 106, 255);
}
.imgDescription {
    margin-top: 30px;
}
.tableCalc th {
    font-weight: 400;
    font-size: 13px;
    color: #9a9a9a;
}
.alertChooseSize{
    color: #e85136;
}
.calcVidCladkiItem {
    max-width: 50%;
}
@media (max-width: 1290px){
    .dealersBLC {
        display: block;
    }
    .patinirovanieCat>div.col-md-3{
        width: 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
    .product_catalog__item {
      padding: 15px;
    }
    .product_catalog__item h3{
        font-size: 17px;
    }
    .galleryMs2Item{
        width: 25%;
    }
    .product_wrapper.pogonaj .product__img {
        width: 300px;
        min-width: 300px;
    }

}
@media (max-width: 991px){

    .product__img {
        width: 200px;
        min-width: 200px;
        align-self: center;
    }
    .product_wrapper {
        display: flex;
        flex-direction: column;
    }
    .product__info {
        margin-left: 0;
    }
    .galleryMs2Item{
        width: 33.3333%;
    }
    .site-header{
        background-color: #fff !important;
        z-index: 100;
    }
}
@media (max-width: 991px){
    body .site-header .iconSearch {
        position: fixed;
        width: var(--s-box-left-menu);
        padding: 0;
        top: 39px;
        bottom: auto;
        right: 150px;
        left: auto;
    }
    .day-night {
        top: 15px;
        left: 200px;
    }
    .iconTop{
        position: fixed;
        width: var(--s-box-left-menu);
        padding: 0;
        top: 39px;
        right: 200px;
        bottom: auto;
        left: auto;
        display: none;
    }
}
@media (max-width: 768px){
    .plitkaSotrudnechestvo>div h2 {
        margin: 0;
    }
    .cvetCategory .color{
        width: 33.333%;
        padding: 10px;
        margin-bottom: 10px;
    }
    .patinirovanieCat>div.col-md-3{
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .cvetCat .far.fa-arrow-alt-circle-right {
        position: absolute;
        z-index: 0;
        bottom: auto;
        top: 0;
        font-size: 50px;
    }
    .cvetCat .line-bg-left {
        text-decoration: none;
        font-size: 19px;
        padding: 10px 0 10px 0;
    }
    .bannerSPB .dsn-video {
        background-position: left 28% center !important;
    }

}
@media (max-width: 670px){

    .product_catalog__item {
        width: 33.333%;
        margin-bottom: 30px;
    }
     .sistem_corob{
        display: block;
    }
    .countryItem{
        margin-bottom: 10px;
        padding: 10px 20px;
        margin-right: 13px;
    }
}
@media (max-width: 550px){
    .sistem_corob{
        display: block;
    }
    .galleryMs2Item{
        width: 50%;
        padding: 5px;
    }
}
@media (max-width: 480px){
    .cvetCategory .color h3 {
        font-size: 16px;
        line-height: 16px;
        margin-top: 4px;
    }
    .cvetCat{
        width: 100%;
    }
    .sistem_corob{
        display: block;
    }
    .neighbors-product .neighbors span a {
        padding: 6px 10px;
        font-size: 11px;
    }
    .pagination{
        justify-content: flex-start;
    }
    body .site-header .iconSearch {
        right: 120px;
    }
    .site-header .iconTop {
        right: 170px;
        font-size: 20px;
    }
    .searchModalContent{
        padding: 15px;
    }
    .iconTop, .directory-link{display: none;}
}
@media (max-width: 420px){
    .product_catalog__item {
        width: 50%;
        margin-bottom: 10px;
    }
    .sistem_corob{
        display: block;
    }
    h2 {
        font-size: 30px;
    }
    .personalAccept{
        margin-bottom: 13px;
    }
    .title-block {
        letter-spacing: 1px;
        font-size: 15px;
    }
    .line-bg-left:after, .line-bg-left:before, .line-bg-right:after, .line-bg-right:before{
       display: none;
    }
    .neighbors-product .neighbors {
        margin: 0 -15px 25px -15px;
        text-align: center;

    }
    .neighbors-product .neighbors a{
        display: block;
    }
    .neighbors-product .neighbors>*{
        width: 33.3333%;
        height: 100%;
        display: flex;
        align-items: center;
    }
}
@media (max-width: 399px){
    .home-button-news{
        display: none;
    }
    .cvetCategory .color{
        width: 50%;
        padding: 10px;
        margin-bottom: 5px;
    }
    .sistem_corob{
        display: block;
    }
    .designBLC .blog-item {
        padding-left: 25px;
    }
    .blog-item .blog-item-inner::before {
        left: -30px;
    }
}
@media (max-width: 359px){
.sistem_corob{
        display: block;
    }
}
.top-text.title-block{
    font-size:16px;
    letter-spacing: 0;
} 
.title-block {
    position: relative;
    letter-spacing: 2px;
    font-size: 22px;
    font-weight: 600;
}
@media only screen and (min-width: 992px){
.directory-network {
    position: fixed;
    z-index: 12;
    bottom: 50px;
    width: var(--s-box-left-social);
    text-align: center;
    display: inherit;
}
    
}
a.link-hover {
    color: var(--heading-color);
    display: inline-block;
    letter-spacing: 2px;
    font-size: 13px;
    font-family: var(--heading-font);
    font-weight: 800;
    position: relative;
    text-decoration: none;
    transition: none;
    text-transform: capitalize;
}


.mapWithSalonInfo{
    display:flex;
}
.mapWithSalonInfo .mapYan{
    flex-grow:1;
}
.mapBlockSalonInfo{
    width:380px;
    padding:20px;
    background: var(--assistant-color);
}
.mapBlockSalonInfo .doText{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:100%;
    font-size: 27px;
    text-align: center;
}
@media only screen and (max-width: 800px){
    .mapWithSalonInfo{
        display:block;
    }
    .mapBlockSalonInfo{
        width:auto;
    }
}
.text .lest-icon li:not(:last-of-type) {
    margin-bottom: 10px;
}
.item-blog .title-block{
    font-size: 18px;
}