:root{
    --swiper-theme-color: #b37735
}
.breadcrumbs {
    padding: 20px 0 10px 0;
}
ul.breadcrumb{
    background: none;
    font-size: 13px;
    margin: 0;
    padding: 0;
    display: block;
}
.breadcrumb li{
    display: inline;
    color: #9f9f9f;
}
.breadcrumb li .separ{
    padding: 0 5px;
}
.breadcrumb a{
    text-decoration: none;
    color: #9f9f9f;
}
.breadcrumb a:hover{
    color: #567595;
}
.breadcrumb li>span{
    color: #9f9f9f;
}
.cookieDesc{
    line-height: 1.3;
    color: #9f9f9f;
    font-size: 13px;
    padding-top: 20px;
}
.footer-politik{
    line-height: 1.2;
    font-size: 14px;
    display: inline-block;
    margin-top: 15px;
}
.blog-details__tags [type="checkbox"]{
    display: none;
}
.prgItem{
    cursor: pointer;
}
[type="checkbox"]:checked+.prgItem {
    background-color: var(--ambed-black, #3c3531);
    color: var(--ambed-white, #ffffff);
}
.page-item.active .page-link{
    background-color: var(--ambed-base);
    border-color: var(--ambed-base);
}
.page-link{
    color: var(--ambed-base);
}
.projectItem .project-three__content{
    right: auto;
    left: 70px;
    bottom: 65px;
}
.projectItem .project-three__title{
    font-weight: 600;
    line-height: 25px;
    display: block;
    padding-right: 10px;
    text-align: left;
}
.team-one__single:hover .team-one__name span {
    color: var(--ambed-white, #ffffff);
}

.newsItem .blog-one__title{
    line-height: 25px;
}
.mobile-nav__content{
    color: #fff;
}
.blog-details__tags .prgItem {
    background-color: transparent;
    border: 2px solid #b37735;
    color: #b37735;
}
.blog-details__tags .prgItem:hover,[type="checkbox"]:checked+.prgItem {
    border: 2px solid var(--ambed-black, #3c3531);
}
.mse2-row{
    margin-bottom: 10px;
}
#mapYan{
    top:0;
    position:relative;
    min-height:550px;
    width:100%
}
.spinner {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
}
.checkboxBlock{
    position: relative;
    padding-left: 22px;
    line-height: 1.2;
}
.checkboxBlock:hover{
    cursor: pointer;
}
.checkboxBlock input{
    display: none;
}
.checkboxBlock .chb{
    background: #fff;
    box-shadow: 0 0 0 1px #ccc;
    border-radius: 3px;
    position: absolute;
    content: "";
    left: 0;
    top: 1px;
    width: 16px;
    height: 16px;
    padding: 3px;
    transition: all ease 0.15s;
}
.checkboxTitle {
    font-size: 13px;
}
.parentMenuFilter  .chb{
    top: 0;
}
.checkboxBlock input[type="checkbox"]:checked ~ .chb {
    box-shadow: 0 0 0 1px var(--ambed-base);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
    background-color: var(--ambed-base);
}
.checkboxBlock input[type="radio"]:checked ~ .chb{
    box-shadow: 0 0 0 1px var(--ambed-base);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
    background-color: var(--ambed-base);
}
.radioBlock .chb{
    border-radius: 20px;
}
.filterOptItem{
    list-style: none;
}
.filterSection {
    padding: 15px 10px;
    border: 1px solid #eee;
    border-radius: 6px;
    margin-bottom: 10px;
    transition: all ease 0.1s;
    background-color: var(--ambed-primary);
}
.filterSection:hover{
    border: 1px solid var(--ambed-base);
}
.filterTitle{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
}
.filterTitle svg{
    color: var(--ambed-base);
    margin-right: 6px;
}
.filterTitle .iconSvg {
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    height: 12px;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    flex-shrink: 0;
    margin-top: -3px;
    transition: all ease 0.2s
}
.filterOpen .filterTitle svg{
    transform: rotate(90deg);
}

#mse2_filters label{
    font-weight: 400;
}
.filterItemRows{
    margin: 10px 0;
    padding: 0;
}
.filterItemRows li{
    list-style: none;
}
.filterItemContent{
    position: relative;
    margin-top: 15px;
}
.filterItemShowBtnBlock {
    text-align: center;
    position: absolute;
    bottom: -3px;
    width: 100%;
}
.filterItemShowBtn {
    background: #efefef;
    border: 0;
    font-size: 12px;
    padding: 1px 22px;
    border-radius: 6px;
}
.filterSection .form-control {
    display: block;
    width: 100%;
    height: 30px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1;
    color: inherit;
    background-color: #fbfbfb;
    background-image: none;
    border: 1px solid #ccc;
}
.noHiddenItems .filterItemRows{
    padding-bottom: 0;
    margin-bottom: 0;
}
.yesHiddenItems .filterItemRows{
    padding-bottom: 15px;
    margin-bottom: 0;
}

.filterItemRows li:last-child label{
    margin-bottom: 0;
}
#mse2_filters .mse2_number_inputs label{
    font-size: 13px;
}
.sliderRange {
    height: 6px;
    background-color: #D7D7D7;
    border: none !important;
}
.sliderRange .ui-slider-handle {
    width: 12px;
    height: 12px;
    top: 50%;
    cursor: grab;
    background-color: #2F2F2F;
    border-radius: 50%;
    margin-left: -6px;
    border: none;
    margin-top: -6px;
}
.sliderRange .ui-slider-range {
    height: 100%;
    background-color: #00ab58;
}
.main-header__top-right-social a{
    font-size: 18px;
}
.about-one{
    padding: 100px 0;
}
.project-three__content{
    bottom: 58px;
}
.product_chars{
    margin-bottom: 30px;
}
.product_chars .desc_door_1 {
    color: #a68762;
    font-weight: 400;
    margin-right: 4px;
}

.optionsProduct{
    padding: 0;
    margin: 20px 0;
}
.optionProductItem{
    display: flex;
}
.option_a7,.option_a9{
    flex-direction: column;
}
.option_a7 .desc_door_2,.option_a9 .desc_door_2{
    display: flex;
    flex-wrap: wrap;
}
.tisItem{
    margin: 6px 15px 0 0;
    font-size: 13px;
    text-align: center;
    color: #a2a2a2;
}
.tisItem img{
    max-width: 110px;
}
.product_chars li{
    margin-bottom: 5px;
    line-height: 1.2;
    list-style: none;
}
.product_content{
    padding-top: 20px;
    margin-top: 20px;
    border-top:1px solid #33190f;
}
.product_content p{
    margin-bottom:10px;
}
.product_content p:last-child{
    margin-bottom:0;
}
.thumbsProductSlider{
    margin-top: 8px !important;
}
.thumbsProductSlider img{
    padding: 5px;
    border-radius: 4px;
    border: 1px solid transparent;
    transition: all ease 0.2s;
}
.thumbsProductSlider img:hover{
    cursor: pointer;
    border: 1px solid #a68762;
}
.thumbsProductSlider .swiper-slide-thumb-active img{
    border: 1px solid #ffc47e;
}
.mainProductSlider  .swiper-button-next, .mainProductSlider .swiper-button-prev{
    color:var(--ambed-black);
}
.thumbsProductSlider  .swiper-button-next, .thumbsProductSlider .swiper-button-prev{
    color: var(--ambed-black);
}
.main-header__top-address li .content p{
    margin-bottom: 0;
}
.addFavorite{
    margin-top: 5px;
    color: #23110D;
}
.addFavorite{
    white-space: nowrap;
    cursor: pointer;
    display: flex;
    gap: 6px;
    align-items: center;
}
.inFavorite svg {
    fill: #b37735 !important;
}
.inFavorite{
    color: #b37735;
}
.addFavorite:hover>svg {
    color: #b37735;
}
.favoriteLink{
    padding: 10px 12px;
    position: fixed;
    top: calc(50% - 30px);
    right: -70px;
    background: #b37735;
    border-radius: 4px 0 0 4px;
    transition: all ease 0.2s;
    visibility: hidden;
    opacity: 0;
    z-index: 5;
}
.favoriteLink.showFavorite{
    opacity: 1;
    right: 0;
    visibility: visible;
}
.favoriteLink svg{
    color: #fff;
    transition: all ease 0.2s;
}
.favoriteLink svg path{
    transition: all ease 0.2s;
}
.favoriteLink:hover svg{
    fill: #fff;
}
.team-one__title-text p, .blog-one__date p {
    margin-bottom: 0;
}
.galleryCustom.gallery-page__img:before{
    background-color: rgba(var(--ambed-black-rgb, 60, 53, 49), 0.05);
}
.zgBanner{
    font-size: 60px;
    color: #fff;
    font-weight: 500;
}
.zgBannerMin {
    font-size: 36px;
    color: #fff;
    font-weight: 300;
    margin: 25px 0 50px;
    letter-spacing: 1px;
    line-height: 40px;
    margin-top: 36px;
}
.mainVideoBanner{
    min-height: 800px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mainVideoBanner video{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    object-fit: cover;
}
.mainVideoBanner:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(23, 23, 23, 0.3);
    z-index: 4;
}
.mainVideoBanner .container{
    position: relative;
    z-index: 5;
}
.shkafi_cupe_wrapper{
    display: grid;
    align-items: stretch;
    grid-column: 1;
    grid-template-columns: repeat(5, 1fr);
}
.shkafi_cupe_item{
    padding: 20px;
}
.shkafi_cupe_color_profil{
    text-align: center;
    display: grid;
    align-items: stretch;
    grid-column: 1;
    grid-template-columns: repeat(4, 1fr);
}
.shkafi_cupe_color_profil_item{
    padding: 10px;
}
.shkafi_cupe_color_profil img{
    width: 100px;
    height: 90px;
}
.shkafi_cupe_color{
    text-align: center;
    display: grid;
    align-items: stretch;
    grid-column: 1;
    grid-template-columns: repeat(4, 1fr);
    margin-left: -6px;
}
.shkafi_cupe_color_item{
    margin-bottom: 15px;
}
.shkafi_cupe_color_item img{
    padding: 2px;
    width: 170px;
    height: 90px;
    border:1px solid #eee;
    max-width: 100%;
}
.search-result{
    margin-bottom: 30px;
}
.skafi h3{
    margin-top: 15px;
}
.shkafi_ras{
    display: grid;
    text-align: center;
    grid-template-columns: repeat(3, 1fr);
    font-size: 13px;
}
.shkafi_ras .shkafi_ras_item {
    padding: 15px;
}
.shkafi_ras .shkafi_ras_item p{
    margin-top: 15px;
    line-height: 1.3;
}
.shkafi_ras_item img{
    max-width: 100%;
}
.shkafi_rasp_wrapper{
    display: grid;
    align-items: stretch;
    grid-column: 1;
    grid-template-columns: repeat(7, 1fr);
}
.shkafi_rasp_wrapper .shkafi_rasp_item a{
    padding: 20px;
    height: 400px;
}
.shkafi_rasp_wrapper .shkafi_rasp_item img{
    height: 100%;
    max-width: 100%;
}
.shkafi_rasp_item{
    padding: 3px;
}
.shkafi_rasp_dop{
    display: grid;
    align-items: stretch;
    grid-column: 1;
    grid-template-columns: repeat(5, 1fr);
    text-align: center;
    margin-left: -15px;
}
.shkafi_rasp_dop .shkafi_rasp_dop_item{
    padding: 15px;
}
.shkafi_rasp_dop_item img{
    max-width: 100%;
}

.mainPageImgVideoButton{
    position: relative;
    display: block;

}
.mainPageImgVideoButton .leading__video-icon{
    position: absolute;
    bottom: 50%;
    left: 50%;
}
.playYBtn {
    content: "";
    position: absolute;
    top: calc(50%);
    left: calc(50% );
    background: url("/img/youtubepaly.png");
    background-size: contain;
    width: 70px;
    height: 70px;
    transition: all ease 0.2s;
}
.mainPageImgVideoButton:hover .playYBtn{
    transform: scale(1.1);
}
.countrysBlock{
  display: flex;
  flex-wrap: wrap;
}
.countryItem{
    background: #f1f1f1;
  padding: 10px 25px;
  margin-right: 20px;
  cursor: pointer;
  transition: all ease 0.2s;
}

.countryItem:hover{
  background:#d2d2d2
}
.countryItem.active{
  background: #ffc47e;
  color: #33190f;
}
.citysBlock {
  margin-bottom: 15px;
}
.cityFirstLetter {
  font-size: 20px;
  color: #23110d;
  font-weight: 500;
  margin-bottom: 3px;
}

.cityItem{
  display: inline-block;
}
.countryCityList {
  flex-wrap: wrap;
}
.citysBlock{
  width: 25%;
}
.countryCityList{
  display: none;
}
.countryCityList.active{
  display: flex;
}
.cityItem:hover{
  cursor: pointer;
  color: #ffc47e;
}
.cityItem{
  color: #23110d;
}
.img-responsive{
  max-width: 100%;
}
.descriptionCitys{
  color: #393939;
  font-weight: 300;
  font-size: 15px;
  padding: 25px 0;
}

.citysTabs,.citysSalonPonts{
  padding-bottom: 25px;
}
.btn-more {
  background: #ffff;
  padding: 15px;
}
.btn-more{
  background: #f1f1f1;
  box-shadow: 0 0 0 1px;
}
.btn-more:hover{
  background: #ffc47e;
  cursor: pointer;
}

.salonTitle{
  font-weight: 300;
  font-size: 22px;
}
.salonItem{
  margin-bottom: 50px;
}
.top_contact{
  padding-left: 5px;
}
.top_contact li {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 1px;
  list-style: none;
}
button.btn.showOnMap {
  width: 170px;
  padding: 10px;
  margin: 4px  auto 0 auto;
  display: inline-block;
  cursor: pointer;
  transition: all ease 0.15s;
  font-size: 13px;
  border: 2px solid #ffc47e;
}
.btn.showOnMap:hover{
  background: #ffffff29;
}
.btn.showOnMap:hover{
  background: #ffc47e;
}
.modalBody{
    padding: 25px;
    border-radius: 10px;
}
.zgSite {
    font-size: 26px;
    font-weight: 700;
}
.personalAccept {
    font-size: 13px;
    color: #5f5f5f;
    line-height: 1.2;
}
.personalAccept a{
    color: inherit;
}
.ajax_form .error,span.error, .is-invalid{
    color:brown;
}
.hystmodal{
    z-index: 200;
}
.hystmodal__shadow{
    z-index: 198;
}
.wrapper_pano .pano_item{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.pannoDesc{
    background:url("/tpl/images/pano-min.png");
    padding:40px;background-size: cover;
    position: relative;
}
.pannoDesc:after{
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.25);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}
.pannoDesc .container{
    position: relative;
    z-index: 4;
}
.desk_pano li{
    list-style: none;
    margin-bottom: 6px;
    line-height: 1;
}
.pannoDesc .pannG{
    padding:40px;
    background:#f1f1f1;
}
.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:1438px){
    .mainVideoBanner {
        min-height: 700px;
        
    }
    
}
@media (max-width: 670px){

    .countryItem{
        margin-bottom: 10px;
        padding: 10px 20px;
        margin-right: 13px;
    }
    .citysBlock {
        width: 33%;
    }
}
@media (max-width:500px){
    .mainVideoBanner {
        height: 500px;
        min-height: 1px;
    }
    .zgBanner {
        font-size: 35px;
    }
    .zgBannerMin {
        font-size: 24px;
    }
    .shkafi_cupe_wrapper {
        display: grid;
        align-items: stretch;
        grid-column: 1;
        grid-template-columns: repeat(3, 1fr);
    }
    .shkafi_cupe_color_profil {
        text-align: center;
        display: grid;
        align-items: stretch;
        grid-column: 1;
        grid-template-columns: repeat(3, 1fr);
    }
    .shkafi_cupe_color {
        text-align: center;
        display: grid;
        align-items: stretch;
        grid-column: 1;
        grid-template-columns: repeat(3, 1fr);
        margin-left: 0px;

    }
    .citysBlock {
        width: 50%;
    }
    .pannoDesc .pannG{
        padding:20px;
    }
    .pannoDesc{
        padding: 40px 10px;
    }
    .pannoDesc .section-title__title {
        font-size: 31px;
    }
}

/* Mobile Touch*/
.mobileTouch .project-three__single .project-three__arrow {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
}
.mobileTouch .project-three__single .project-three__content {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition-delay: 700ms;
    transition-delay: 700ms;
}
.mobileTouch .project-three__single .project-three__img-box::before {
    height: 100%;
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
}
.mobileTouch .project-three__single .project-three__img:before {
    -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1);
    transform: perspective(400px) rotateX(0deg) scaleY(1);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .7s;
    transition-duration: .7s;
    -webkit-transition-property: all;
    transition-property: all;
}
.mobileTouch .project-three__single .project-three__img-box:after {
    width: 50%;
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
}