*,*:before,*:after{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    min-height: 0;
    min-width: 0;
}
:focus {outline: none !important;}
::-moz-focus-inner {border: 0px !important;}
html{
    height: 100%;

}
body {
    height: 100%;
    font-family: 'Rubik', sans-serif;
    color: #878787;
    overflow-y: scroll;
    overflow-x: hidden;
}

.container{
    max-width: 1200px;
    margin: 0px auto;
    padding: 0px 15px;
    display: flex;
    min-height: 100%;
    flex-direction: column;
}

.header{
    background-color: #fff;
}

.header__row{
    display: flex;
    justify-content: space-between;
    height: 100px;
    align-items: center;
}
.header__logo{
    width: 212px;
    height: 100px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

}

.header__social{
    display: flex;
    justify-content: center;
    /*background-color: #78D628FF;*/
    padding: 15px 0 10px 0;
}
.header__social i{
    /*color: #01c2d4;*/
    font-size: 24px;
    font-weight: 600;
    margin-left: 20px;
    line-height: 21px;
}
.header__social i:hover{
    color: rgb(255, 101, 1);
}
.form__search{
    width: 40%;
}
.input__search{
    border: 1px solid gray;
    border-radius: 5px;
    height: 40px;
    width: 90%;
    padding-left: 20px;
    outline: none;
}

.btn__search{
   height: 40px;
   background-color: #FF5D00;
   margin-left: -10px;
   width: 40px;
   border-radius: 5px;
   cursor: pointer;
   outline: none;
}
.btn__search:hover{
   background-color: #01C2D4; 
}

.btn__phone{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    margin-right: 10px;
    cursor: pointer;
    outline: none;
    color: #000;
}
.btn__phone img{
    margin: 5px 7px 0 0;
    
}
.dropdown__category__wrap{
    position: absolute;
    border: 1px solid #eee;
    background-color: #fff;
    width: 230px;
    margin-right: 15px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
    display: none;
    flex-direction: column;
    transition: .5s;

}
.dropdown__doors,
.dropdown__category__wrap .furniture,
.dropdown__category__wrap .stairs{
    display: flex;
    justify-content: space-between;
    height: 35px;
    padding: 10px 0 10px 10px;
}
.dropdown__doors:hover,
.dropdown__category__wrap .furniture:hover,
.dropdown__category__wrap .stairs:hover{
    background-color: #FF5D00;
    color: #fff;
}

.subcategory__doors{
    position: absolute;
    top: 0;
    border: 1px solid #eee;
    background-color: #fff;
    width: 230px;
    margin-left: 218px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;

}
.subcategory__doors a{
    text-decoration: none;
    font-family: Rubik;
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 17px;
    padding: 6px 0 6px 9px;
    color: black;

}
.subcategory__doors a:hover{
    color: #FF5D00;
    transition: .5s;
}
.menu .sub-menu__list a{
    text-decoration: none;
    color: black;
    font: 400 16.3333px Arial;
    display:block;
    float: right;
}

.menu li{
    position: relative;
    list-style: none;
}
.menu__list {
    display: flex;
}
.menu__list>li{
    margin: 0px 30px 0px 0px;
}

.menu__link {
    color: #fff;
}

.header__phone .sub-menu__list {
    display: none;
    min-width: 259px;
    position: absolute;
    left: -29px;
    top: 20px;
    padding: 20px 0px 0px 0px;
    z-index: 99;
}
.dropdown__category .category__sub-menu__list {
    display: none;
    min-width: 300px;
    position: absolute;
    left: -5px;
    top: 25px;
    padding: 5px 0px 0px 0px;
    outline: none;
    z-index: 999;
}
.dropdown__category .menu a{
    float: none;
}
.dropdown__category .category__sub-menu__list>li,
.sub__menu__list__mobile>li{
    background-color: #fff;
    border: 1px solid #eee;
    padding: 10px 5px 10px 5px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
    padding: 13px 5px 10px 5px;
    outline: none;

}
.dropdown__category .sub-menu__arrow.arrow {
    top: 15px;
    border-left: 10px solid #01C2D4;
}

.sub-menu__list>li{
    background-color: #fff;
    border: 1px solid #eee;
    padding: 10px 5px 10px 5px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
}

.sub-menu__link {
    color: #000;
    display: inline-block;
    padding: 5px 10px;
}
.sub-sub-menu__list {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 300px;
    padding: 0px 0px 0px 5px;
}
.dropdown__category .sub-sub-menu__list {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 426px;
    padding: 0px 0px 0px 5px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
    background-color: #fff;
}

.dropdown__category .sub-sub-menu__list>li{
    background-color: #fff;
    padding: 10px 0 0 0; 
}
.dropdown__category .sub-sub-menu__list a{
    color: #000;
    font-size: 19px;
}
.dropdown__category .sub-sub-menu__list .img__category img{
    position: absolute;
    top: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
}
.sub-sub-menu__link {
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
}
.arrow {
    display: none;
    position: absolute;
    right: -11px;
    top: 10px;
    width: 0;
    height: 0;
    border-top: 7px solid #01C2D4;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}
.arrow.active{
    transform: rotate(-180deg);
}

.sub-menu__arrow.arrow {
    right: 10px;
    border-left: 10px solid #000;
    border-right: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

body.mouse .menu__list>li:hover .sub-menu__list,
body.mouse .menu__list>li:hover .category__sub-menu__list {
    display: block;
}
body.mouse .category__sub-menu__list:hover .sub-sub-menu__list {
    display: block;
}

body.touch .sub-menu__list.open,
body.touch .category__sub-menu__list.open{
    display: block;
}
body.touch .sub-sub-menu__list.open,
body.touch .category__sub-sub-menu__list.open{
    display: block;
}
body.touch .arrow {
    display: block;
}

@media (max-width:767px){
    .wrapper{
        padding: 15px;
    }
    .menu__list {
        display: block;
    }
    .menu__list>li{
        margin: 0px 0px 10px 0px;
    }
    .sub-menu__list{
        position: relative;
        left: 0;
        top: 0;
    }
    .sub-sub-menu__list{
        padding: 0px 5px;
        position: relative;
        left: 0;
        top: 0;
    }
    .sub-menu__arrow.arrow {
        right: 10px;
        top: 15px;
        border-bottom: none;
        border-left: 10px solid transparent;
        border-top: 10px solid #000;
        border-right: 10px solid transparent;
    }
}
/*===================================
конец выпадающего меню
===================================*/
.header__menu{
    background-color: #01C2D4;
    display: flex;
    flex-direction: row;
    height: 30px;
    justify-content: space-between;
    align-items: center;
}
.header__menu li{
    list-style-type: none;
}


.header__menu .menu__link{
    text-decoration: none;
    color: #fff;
    font-family: Rubik;
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
}
.menu__link__active {
    color: black;
}
.header__menu a:hover{
    color: #FF5D00;
}

.header__menu .icon_search{
    justify-content: flex-end;
    align-items: center;
    display: none;
    align-items: center;
    justify-content: center;
}
.form__search__mobile {
    position: absolute;
    top: 179px;
    right: 39px;
    width: 242px;
    opacity: 0;
    z-index: -1;
    transition: opacity .5s;
}
.header__menu .opacity {
    opacity: 1;
    z-index: 99;
}

.input__search__mobile {
    border: 1px solid gray;
    border-radius: 5px;
    height: 36px;
    width: 207px;
    padding-left: 20px;
    outline: none;
}
.btn__search__mobile {
    position: absolute;
    height: 36px;
    background-color: #FF5D00;
    margin: 0 0 0 -12px;
    width: 40px;
    border-radius: 5px;
    
}
.icon_search {
    position: relative;
    color: white;
    font-size: 18px;
}
.header__menu .icon__phone {
    font-size: 18px;
    display: none;
}
.dropdown__category{
    height: 100%;
    cursor: pointer;
    background-color: #FF5D00;
    padding-right: 12px;
    flex-basis: auto;
}

.dropdown__category__btn,
.category__btn__small{
    display: block;
    background-color: #FF5D00;
    align-items: center;
    height: 100%;
    margin: 3px 0 0 10px;
    outline: none;
    cursor: pointer;
    min-width: 169px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.category__btn__small {
    display: none;
}

.dropdown__category i{
    font-size: 18px;
    margin: 1px 0 0 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.dropdown__category .menu__list>li{
    margin: 0 0 0 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.address {
    font-family: Rubik;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    text-decoration: none;
    color: black;
}

.burger{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    display: none;
}
.burger-btn {
    display: block;
    width: 27px;
    height: 40px;
    border-radius: 15%;
    position: relative;
    margin: 0 4px 0 10px;
    
}

.burger span,
.burger span::before,
.burger span::after {
    position: absolute;
    top: 50%; margin-top: -1px;
    left: 50%; margin-left: -10px;
    width: 20px;
    height: 2px;
    background: #333;
}
.burger span::before,
.burger span::after {
    content: '';
    display: block;
    /*задаем плавное движение*/
    transition: 1s;
}
.burger span::after {
    /*задаем смещение -5px от центральной полоски*/
    transform: translateY(-5px);
}
.burger span::before {
    /*задаем смещение 5px от центральной полоски*/
    transform: translateY(5px);
}
/*это делаем крестик, убирая среднюю линию*/
/*.burger-btn-active span {
    height: 0;
}*/

.burger-btn-active span:after {
    /*если хотим сделать крестик то ставим 45 градусов*/
    transform: rotate(-35deg);
    /*если хотим крестик то не задаем ширину этим пунктом*/
    width: 10px;
    /*либо делаем стрелку смещением не с центра а с левого нижнего края*/
    transform-origin: left bottom;
}
.burger-btn-active span:before {
    /*если хотим сделать крестик то ставим 45 градусов*/
    transform: rotate(35deg);
    /*если хотим крестик то не задаем ширину этим пунктом*/
    width: 10px;
    /*либо делаем стрелку смещением не с центра а с левого нижнего края*/
    transform-origin: left top;
}

.wrapper__menu {
    position: relative;
    /*если наш контент выволится за край, то мы его обрезаем, чтобы небыло прокрутки*/
    overflow-x: hidden;
}
.menu-block,
.menu__block__category,
.sub__menu__block__category {
    position: fixed;
    left: 0;top: 0;
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #7d7a7a;
    opacity: 0.9;
    transform: translateX(-130%);
    z-index: 999;
}
.sub__menu__block__category {
    transform: translateX(+230%);
}
.sub__menu__active {
    transition: 0.5s;
    transform: translateX(100%);
}
.menu_active {
    transition: 0.5s;
    transform: translateX(0%);
}
.menu-list {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 50%;
    flex-direction: column;
}
.menu-list a,
.menu__list__category a,
.menu__list__category {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 900;
    color: #f8eded;
    font-size: 17px;
    list-style-type: none;
}

.menu-btn,
.menu-btn__category {
    width: 30px;
    position: absolute;
    right: 0;
    top: 118px;
    cursor: pointer;
    color: #01C2D4;
    font-size: 21px !important;
}
.menu-btn__category {
    top: 176px;
    right: 7px;
    
}
.active__link {
    color: #FF5D00 !important;
}
.sub__menu__list__mobile>li {
    display: none;
}
/*=======================================================
slider
=========================================================
*/
.slider__wrapper{
    max-height: 560px;
    grid-area: slider__wrapper;
}

.slider__wrapper img{
    width: 100%;
    max-height: 555px;
    height: 100%;
    cursor: pointer;
}
.slider__header .slick-dots,
.slider__video .slick-dots{
    display: flex;
    align-items: center;
    justify-content: center;
}
.slick-track{
    display: flex;
}
.slider__header,
.slider__carousel,
.slider__video{
    overflow: hidden;
}
.slider__header .slick-dots li,
.slider__video .slick-dots li{
    list-style-type: none;
}
.slider__header .slick-dots button,
.slider__video .slick-dots button{
    font-size: 0;
    width: 15px;
    height: 15px;
    background: #bbb;
    border-radius: 10px;
    margin-right: 8px;
    cursor: pointer;
}
.slider__header .slick-dots li.slick-active button,
.slider__video .slick-dots li.slick-active button{
    background: #FF5D00;
    border-color: #18a3dd !important;
}

/*=======================================================
end slider
=========================================================
*/
.wrap {
    background-color: #181818;
}
.wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(10, auto);
    grid-template-areas: "slider__wrapper slider__wrapper slider__wrapper"
                         "block__icons block__icons block__icons"
                         "block__about block__about block__about"
                         "block__img block__img block__img"
                         "block__modern block__modern block__modern"
                         "block__listing__tab block__listing__tab block__listing__tab"
                         "block__content block__content block__content"
                         "block__video block__video block__video"
                         "block__map block__map block__map"
                         "block__footer block__footer block__footer";
    max-width: 1170px;
    margin: 20px auto;
    font-size: 20px;
    text-align: center;
}
.wrapper__blog {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 1170px;
    margin: 20px;
    font-size: 20px;
    text-align: center;
    grid-row-gap: 30px;

}
.wrapper__blog .blog__img,
.wrapper__blog .article{
    width: 300px !important;
    height: 300px !important;
    display: block;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
    font-size: 0;
    justify-self: center;
}

.wrapper__blog p img{
    display: none;
    justify-content: center;
    align-content: center;
}


.item{
    border: 1px solid #223236;
}

.block__icons{
    font-weight: 500;
    grid-area: block__icons;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: "icon__delivery icon__install icon__service";
    margin: 50px 0 20px 0;
}
.block__icons h6{
    font-size: 14px;
    color: #282828;
    text-transform: uppercase;
    margin-top: 10px;
    text-align: start;
    justify-self: start;
}
.block__icons p{
    font-weight: 300;
    color: #888;
    font-size: 12px;
    justify-self: start;
}
.block__icons .icon__delivery{
    grid-area: icon__delivery;
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    grid-template-rows: repeat(2, 1fr);
    
}
.block__icons .icon__delivery span,
.block__icons .icon__install span,
.block__icons .icon__service span{
    display: grid;
    grid-row: 1 / 3;
    border: 2px solid #e5e5e5;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    place-self: center;

}
.block__icons .icon__delivery .fa-truck,
.block__icons .icon__install .fa-wrench,
.block__icons .icon__service .fa-cog{
    font-size: 36px;
    color: #ff6501;
    place-self: center;
    
}
.block__icons .icon__install{
    grid-area: icon__install;
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    grid-template-rows: repeat(1, 1fr);
}
.block__icons .icon__install h6{
    margin-top: 25px;
}
.block__icons .icon__service h6{
    margin-top: 23px;
}
.block__icons p{
    font-weight: 300;
    color: #888;
    font-size: 12px;
}

.block__icons .icon__service{
    grid-area: icon__service;
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    grid-template-rows: repeat(1, 1fr);
}
.block__about{
    display: grid;
    grid-area: block__about;
    grid-template-columns: repeat(3, 1fr);
    margin: 20px 0 20px 0;
    grid-template-areas: "block__img about__content about__content";
    font-size: 19px;
    line-height: 22px;
    place-self: center;
    background-color: #f3f3f3;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
}
.page__delivery .block__about,
.page__install .block__about,
.page__contacts .block__about {
    grid-template-areas: "about__content about__content about__content";
    font-size: 19px;
    line-height: 39px;
    min-height: 500px;
   text-align: start;
}
.page__article .block__slider {
    display: block;
    max-width: 600px;
    max-height: 500px;
    overflow: hidden;
    float: right;
    position: relative;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
    justify-content: center;
}
.slider__item {
    display: flex;
    justify-content:center;
}

.page__article .block__content {
    text-align: center;
}
.wrapper__article { 
    display: flex;
    margin-top: 30px;
}
.wrapper__article .block__article {
    width: 100%;
    display: flex;

}
.page__article .block__slider img {
    max-width: 600px;
    max-height: 500px;
    justify-self: center;
}
.slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 10;
    font-size: 0;
    width: 37px;
    height: 38px;
    border: none;
    outline: none;
    margin: -25px 0 0 0;
    background-color: #fff !important;
    opacity: 0.4;
    border-radius: 50%;

}
.slick-arrow:hover {
    cursor: pointer;
}
.page__article .block__slider .slick-prev {
    left: 0;
    background: url(../../img/left.svg) 0 0 / 100% no-repeat;
    color: #01C2D4;
}
.page__article .block__slider .slick-next {
    right: 0;
    background: url(../../img/right.svg) 0 0 / 100% no-repeat;
    color: #01C2D4;
}
.page__article p{
    margin: 8px 11px 40px 5px;
}
.page__article .polosa {
    position: relative;
    left: 0;
    transition: all ease 1s;
}
.page__article .polosa:after {
    content: "";
    display: block;
    clear: both;
}

.page__delivery .block__about p,
.page__install .block__about p,
.page__install .block__about b,
.page__about .block__about p{
    padding: 39px;
}
.page__contacts .block__about p{
    padding: 23px;
}
.page__contacts .block__about a{
    padding: 23px;
    word-wrap: break-word;
    color: #9295f2;
}
.block__about .block__img{grid-area: block__img;}
.block__about .block__img img{padding: 39px;}
.block__about .about__content{grid-area: about__content;}

.block__about .about__content span{
    margin: -9px 40px 0;
    padding: 15px 30px;
    position: relative;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    background-color: #ff6501;
    border-radius: 0 0 5px 5px;
    z-index: 2;
}
.block__about .about__content span:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: auto;
    left: -22px;
    right: auto;
    border-bottom: 0 solid transparent;
    border-top: 9px solid transparent;
    border-right: 10px solid #c60009;
    border-left: 12px solid transparent;
}
.block__about .about__content span:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: auto;
    left: auto;
    right: -22px;
    border-bottom: 0 solid transparent;
    border-top: 9px solid transparent;
    border-left: 10px solid #c60009;
    border-right: 12px solid transparent;
}
.block__about .block__img{grid-area: block__img;}
.block__modern{
    grid-area: block__modern;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: "img__modern img__brushed img__brushed";
}
.block__modern .white__door{
    display: none;
}
.block__modern span{
    color: #ffe0ad;
}
.img__modern{grid-area: img__modern;}
.img__brushed{grid-area: img__brushed;}

.img__brushed img,
.img__modern .white__door img{
    width: 100%;
    height: 100%;
    max-height: 282px;
    max-width: 790px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
}
.img__modern .img__modern__door img{
    max-width: 400px;
    width: 400px;
    max-height: 282px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
}
/*===================================================================
start carousel
=====================================================================
*/
.block__listing__tab{
    grid-area: block__listing__tab;
    margin-top: 20px;
    padding: 10px 10px 20px 0px;
    background-color: #f3f3f3;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
}

.block__listing__tab img{
    max-width: 269px;
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.25);
}

.slider__carousel p{
    margin: 0 10px;
    border: 1px solid grey;
    padding: 10px;
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.25);
    transition: .5s;
}
.block__listing__tab h3{
    margin-bottom: 25px;
}
.block__content h3{
    margin-top: 25px;
}
.slider__carousel p:hover{
    color: #FF5D00;
    border: 1px solid #FF5D00;
}
.slider__carousel a{
  color: #878787;
}

/*===================================================================
end carousel
=====================================================================
*/
.block__content{
    grid-area: block__content;
    background-color: #f3f3f3;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
    padding: 0 20px 30px 20px;
}
.block__content p{
    margin-top: 15px;
    font-size: 16px;
    line-height: 20px;
}
.block__content p b{
    margin: 15px;  
}
.product__card {
    /*width: 300px;*/
    justify-self: center;
    padding: 20px;
}
.product__card img{
    width: 100%;
    box-shadow: 8px 12px 6px rgba(0, 0, 0, 0.25);
    margin-bottom: 13px;
    border-radius: 4%;
    /*height: 360px;*/
}
.product__card a{
    display: inline-block;
    text-decoration: none;
    color: #878787;
}
.product__card img:hover {
    opacity: 0.8;
  background: rgba(207,194,194,0.5);
}
.page__category .content__category {
    margin-top: 40px;
    padding: 0 20px;
}
.page__category .content__category p{
    line-height: 31px;
    margin-top: 10px;
}
.block__video{
    height: 560px;
    grid-area: block__video;
    margin: 40px 0 60px 0;
    box-shadow: 8px 12px 6px rgba(0, 0, 0, 0.25);
}

.block__video iframe{
    width: 100%;
    height: 560px;
    
}
.block__map{
    grid-area: block__map;
}
.block__map iframe{
    width: 100%;
    box-shadow: 8px 12px 6px rgba(0, 0, 0, 0.25);
}

.block__footer{
    grid-area: block__footer;
    display: grid;
    color: #bbb;
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: "block__footer__contacts block__footer__info block__footer__catalog";
    background-color: #181818;
    box-shadow: 8px 12px 6px rgba(0, 0, 0, 0.25);
    padding: 20px 10px 20px 10px;
}
.block__footer a:hover,
.block__footer .block__footer__info i:hover{
    color: #ff6501;
}
.block__footer__contacts {grid-area: block__footer__contacts;}
.block__footer__info {grid-area: block__footer__info;}
.block__footer__catalog {grid-area: block__footer__catalog;}

.block__footer h3{
    color: #fff;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 25px 0;
}
.block__footer a{
    text-decoration: none;
    color: #bbb;
}
.block__footer .block__footer__contacts li{
    padding-left: 40px;
    margin-bottom: 24px;
    position: relative;
    list-style-type: none;
}
.block__footer .block__footer__contacts i{
    margin-right: 24px;
    font-size: 24px;
    font-weight: 600;
    color: #01c2d4;
    position: absolute;
    left: 10px;
}
.block__footer .block__footer__info i{
    color: #01c2d4;
    font-size: 24px;
    font-weight: 600;
}
.block__footer .block__footer__info .fa-instagram{
    margin-left: 20px;   
}
.block__footer .block__footer__info li,
.block__footer .block__footer__catalog li{
    margin-bottom: 24px;
    position: relative;
    list-style-type: none;
}

/*
========================================
button call
========================================
*/

.dws {
    position: fixed;
    top: 80%;
    left: 10%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}
.page__about .dws {
    top: 55%;
}
.pulse, .block, .phone {
    position: absolute;
    width: 80px;
    height: 80px;
    color: #fff;
    text-align: center;
    border-radius: 50%;

}
.block {
    cursor: pointer;
    z-index: 1;
    overflow: hidden;
}
.pulse {
    background: #01C2D4;
    position: relative;
}
.phone {
    font-size: 40px;
    line-height: 85px;
/*  задаем начальный кадр анимации 0.9 сек, 
    медленно начинается и заканчивается командой ease-in-out
    и бесконечно проигрываться командой infinite   */
    animation: phone .9s ease-in-out infinite;
}
.text {
    opacity: 0;
    position: absolute;
    text-transform: uppercase;
    font-weight: 700;
    top: 28px;
    font-size: 15px;
    /*преобразуем текст зеркально по оси X*/
    transform: scaleX(-1);
    /*задаем анимацию чтобы плавно срабатывал transform*/
    transition: .5s ease-in-out;

}

.phone i {
    transition: .5s ease-in-out;
}
/*делаем чтобы при наведении иконка становилась темнее*/
.pulse:hover {
    transition: .5s;
    background: #29AEE3;
}

/*при наведении на блок пульс производим действие с иконкой трубки*/
.pulse:hover i {
    /*делаем чтобы трубка медленно исчезала*/
    transition: .5s ease-in-out;
    /*убираем трубку в точку в центре*/
    transform: scale(0);
}

/*при наведении на блок .pulse возвращаем в начальное положение текст*/
.pulse:hover .text {
    transform: scaleX(1);
    /*задаем анимацию чтобы плавно срабатывал transform*/
    transition: .5s ease-in-out;
    opacity: 1;
}

/*описываем пульсацию псевдоэлементов*/
/*с помощью псевдокласса hover делаем эффект after при наведении курсора*/
.pulse::before,
.pulse::after {
    content: '';
    position: absolute;
    border: 1px solid #29AEE3;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    /*анимация плавное появление и исчезновение linear и зацикливаем infinite*/
    animation: pulse 1.8s linear infinite;
    opacity: 0;
}
/*делаем задержку after в 0.5сек чтобы не двигались синхронно с before с помощью delay*/
.pulse::after {
    animation-delay: .5s;
}
/* описываем ключевой кадр как трубка будет наклоняться
 при помощи трансормации и возвращаться в обратное положение */
@keyframes phone {
    0%, 100% {
/*двигаем элемент вокруг неподвижной точки на -20 градус*/
        transform: rotate(-20deg);
    }
    /*на 50% ставим значение поворота 21 градус*/
    50% {
        transform: rotate(21deg);
    }
}
/*описываем ключевые кадры текущей анимации*/
@keyframes pulse {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }

}
.page__product .wrapper__blog .content {

}
.page__product .wrapper__blog .slider{
    margin: 30px 10px 40px 0;
    width: 450px;
    height: 550px;
    justify-self: center; 
    position: relative;  
}
.page__product .wrapper__blog .slider h2{
    margin-top: 20px;
}
.slider__small__card {
    grid-column-start: 2;
    grid-column-end: 4;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 20px;
}
.page__product .wrapper__blog .slider img{
    width: 100%;
    max-height: 100%;
    box-shadow: 8px 12px 6px rgba(0, 0, 0, 0.25);
}
.page__product .wrapper__blog .slider__small__card img{
    width: 140px;
    height: 140px;
    box-shadow: 8px 12px 6px rgba(0, 0, 0, 0.25);
    margin: 10px;
    cursor: pointer;
}
.page__product .wrapper__blog .active {
    border: 3px solid #878787;
    opacity: 0.6;
    transition: 0.2s;
}
.page__product .opacity {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: black;
    opacity: 0.6;
    z-index: 5;
}
.page__product #full-image {
    position: absolute;
    display: none;
    max-width: 800px;
    max-height: 600px;
    top: 100px;
    left: 645px;
    background-color: #fff;
    z-index: 9996;

}
.page__product #full-image img{
    max-width: 100%;
    max-height: 100%;
    /*display: block;*/
    z-index: 9996;
}
.page__product .container {
    position: relative;
}
.slider__small__card h2{
    display: none;
}

/* картинка на странице */
.minimized {
  width: 300px;
  cursor: pointer;
  border: 1px solid #FFF;
}
 
.minimized:hover {
  border: 1px solid yellow;
}
 
/* увеличенная картинка */
#magnify {
  display: none;
 
  /* position: absolute; upd: 24.10.2016 */
  position: fixed;
  max-width: 600px;
  height: auto;
  z-index: 9999;
  top: 10%;
  cursor: pointer;
}
 
#magnify img {
  width: 100%;
}
 
/* затемняющий фон */
#overlay {
  display: none;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 9990;
  cursor: zoom-out;
}
 
/* кнопка закрытия */
#close-popup {
  width: 30px;
  height: 30px;
 
  /*background: #FFFFFF;*/
  border: 1px solid #AFAFAF;
  border-radius: 15px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
}
 
#close-popup i {
  width: 30px;
  height: 30px;
  background: url(https://codernote.ru/files/cross.png) no-repeat center center;
  background-size: 16px 16px;
  display: block;
}
 
@keyframes rota {
 25% { transform: rotate(360deg); }
}
 
#close-popup:hover {
  animation: rota 4s infinite normal;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/*
========================================
========================================
RESPONSIVE Design
========================================
========================================
*/
@media (max-width: 1370px) {
    .header__modal__phone{
        right: 82px;
}
@media (max-width: 1200px) {
       .container{
        max-width: 970px;
       }
.header__modal__phone{
    position: absolute;
    top: 122px;
    right: 15px;
}
.form__search {
    margin-left: -33px;
}
.ant-carousel {
    margin: 0 0 0 30px;
    max-width: 890px;
  }
.page__about .dws {
    top: 74%;
    left: 82%;
}
.page__category .product__card {
    width: 309px;
}
.wrapper__blog .article img,
.wrapper__blog .article{
    width: 250px !important;
    max-height: 250px;
}
.page__product .slider__small__card {
    grid-template-columns: repeat(3, 1fr);
}
.page__product .wrapper__blog {
    margin: 4px;
}
.slider__carousel p{
    margin: 0 19px;
}
}

@media (max-width: 992px) {
.container{
max-width: 750px;
}
.input__search {
    width: 88%;
}
.block__icons{
    font-weight: 500;
    grid-template-columns: repeat(1, 1fr);
    grid-template-areas: "icon__delivery"
                         "icon__install"
                         "icon__service";
    margin: 20px 0 20px 0;
    grid-row-gap: 10px;
}
.block__about{
    grid-template-columns: repeat(1, 1fr);
    grid-template-areas: "block__img"
                         "about__content";
}
.block__modern{
    grid-template-columns: repeat(1, 1fr);
    grid-template-areas: "img__modern"
                         "img__brushed";
}
.img__brushed img{
    width: 100%;
    height: 100%;
    max-height: 282px;
    max-width: 744px;
}
.block__modern .white__door{
    display: block;
}
.block__modern .img__modern__door{
    display: none;
}
.ant-carousel {
    max-width: 590px;
    margin: 0 0 0 77px;
  }
#video_active,
#active{/*расположение блока с переключателями*/
    margin: 19% 0 0;
    text-align: center;
}
.btn__phone {
    margin-right: -9px;
}
.form__search {
    margin-left: 4px;
}
.menu__arrow {
    margin: 2px -16px 0px 0px;
}
.sub-menu__list {
    left: -44px;
}
.page__about .dws {
    top: 69%;
    left: 82%;
}
.page__article .block__slider,
.page__article .block__slider img {
   max-width:500px;
   float: none;
   margin: 0 auto; 
}
.page__category .product__card {
    width: 200px;
}
.wrapper__blog .article img,
.wrapper__blog .article {
    width: 200px !important;
    max-height: 200px !important;
}
.page__product .wrapper__blog {
    grid-template-columns: repeat(1, 1fr);
}
.page__category .wrapper__blog {
    grid-template-columns: repeat(2, 1fr);
}
.page__category .product__card {
        width: 300px;
}
#magnify {
    max-width: 500px;
    top: 3%;
}
.slider__carousel p{
    margin: 0 42px;
}
}
@media (max-width: 767px) {

.container{
max-width: none;
}

.header__menu li{
    display: none;
}
.header__menu{
    background-color: #ececec;
}
.header__row {
    justify-content: center;
}
.dropdown__category {
    background-color: #ececec;
}
.dropdown__category__btn {
    display: none;
}
.header__menu .menu__list__dropdown__category{
    display: block;
    margin: 5px 0 0 0 !important;
}

.category__btn__small {
    display: block;
    margin: 0;
    background-color: #ececec;
    font-weight: 700;
}
.burger{

    display: flex;
}

.header__menu .icon_search{
    display: flex;
    color: black;
    margin-bottom: 1px;
    font-size: 20px;

}
.header__menu .icon__phone{
    display: flex;
    font-size: 21px;
    margin-right: 16px;
}
.nav__menu{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.form__search {
    display: none;
}
.header__phone {
    display: none;
}
.header__row img {
    display: flex;
    justify-content: center;
}
.ant-carousel {
    margin: 0 auto 0 auto;
  }
.sub__menu__list__mobile {
    min-width: 259px;
    position: absolute;
    right: 15px;
    top: 188px;
    padding: 20px 0px 0px 0px;
    z-index: 9999;
}
.phone__active>li {
    display: block;
}
.sub__menu__list__mobile .icon_search:before{
    content: "\f002";
}
.sub__menu__list__mobile .icon__phone:before{
    content: "\f098"
}
.nav__menu .icon__before:before {
    content: "\f00d"
}

.page__category .product__card {
    max-width: 170px;
}
.page__category .wrapper__blog,
.page__blog .wrapper__blog{
    grid-template-columns: repeat(2, 1fr);
}

}
@media (max-width: 624px) {
.block__listing__tab{
    background-color: #fff;
    box-shadow: 0px 0px 0px;
}
.ant-carousel {
    max-width: 270px;
    margin: 0px auto auto;
    background-color: #fff;
}
.block__footer{
    padding-bottom: 100px;
    grid-template-columns: repeat(1, 1fr);
    grid-template-areas: "block__footer__contacts"
                         "block__footer__info"
                         "block__footer__catalog";
}
#video_active{/*расположение блока с переключателями*/
    margin: 17% 0 0;
    text-align: center;
}

.block__map iframe{
    height: 500px;
}
.block__video,
.block__video iframe{
    height: 400px;
}
.dws{
    top: 90%;
    left: 50%;
}
.page__about .dws {
    top: 90%;
    left: 50%;
}
.page__article .block__slider,
.page__article .block__slider img {
   max-width:400px;
   max-height: 300px;
   float: none;
   margin: 0 auto; 
}
.page__article #slider_left,
.page__article #slider_right {
    top: 138px;
    font-size: 28px;
}
.page__blog .wrapper__blog {
    grid-template-columns: repeat(1, 1fr);
}
.wrapper__blog .article img,
.wrapper__blog .article {
    width: 250px !important;
    height: 310px !important;
}
.slider__small__card img {
    width: 300px !important;
    height: 100% !important;
}
.page__product .slider {
    display: none !important;
}
.page__product .wrapper__blog .active {
    border: none;
    opacity: 1;
    transition: 0.2s;
}
}
@media (max-width: 440px) {
.page__article .block__slider,
.page__article .block__slider img {
   max-width:290px;
   max-height: 240px;
   float: none;
   margin: 0 auto; 
}
.page__article #slider_left,
.page__article #slider_right {
    top: 104px;
    font-size: 25px;
}
.page__product .wrapper__blog .slider{
    width: 300px;
    max-height: 100%;
}
.page__product .slider__small__card{
    grid-template-columns: repeat(1, 1fr);
}
.slider__small__card img {
    width: 250px !important;
    height: 100% !important;
}
.slider__small__card h2{
    display: block;
}
.page__category .product__card {
    width: 300px;
}
}
} 
@media (max-width: 465px) {
.form__search__mobile {
    top: 197px;
}
.page__category .wrapper__blog {
    grid-template-columns: repeat(1, 1fr);
    margin: 0px;
}
.page__category .product__card {
    max-width: 300px;
}
@media (max-width: 375px) {
    .slider__carousel p {
        margin: 0 17px;
    }
    .header__social a:nth-child(2) i{
        margin-left: 0px;
        padding: 10px;
    }
    .header__social a:nth-child(3) i{
        margin-right: 25px;
        padding: 10px;
    }
}
@media (max-width: 320px) {
    .slider__carousel p {
        margin: 0 0px;
    }
    .block__listing__tab {
        padding: 10px 0px 20px 0px;
    }
    .block__about .block__img img{
        padding: 0px;
    }
    .block__footer__contacts li:nth-child(3) a{
        font-size: 19px;
    }
    
}







