:root {
    --all-pading: calc(20vw - 110px);
}
/*.row-block{width: 97%;}
*/
.row-block{width: 100%;}

.top-slider {
    width: 100%;
    height: 475px;
}

.slides {
    position: absolute;
    overflow: hidden;
    height: inherit;
    width: 100%;
    max-width: 1600px;
}

.slides img {
    position: absolute;
    max-width: 1600px;

}

.slider-cntrl {
    float: right;
    display: flex;
    position: relative;
    /*top: 50px;*/
    align-items: center;
    /*margin-right: var(--all-pading);*/
}
#special-categories a{
    cursor: pointer;
}
.photo .arrow-right {
    position: relative;
    top: -210px;
    left: -4vw;
}

.photo .arrow-left {
    position: relative;
    top: -210px;
    left: 57vw;
}

.photo .swiper-pagination-bullets {
    position: relative;
    top: -450px;
    left: 26.3vw;
}

.slider-cntrl .arrow {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    margin: 0 10px;
}

.slider-cntrl .arrow img {
    width: inherit;
}

.slider-cntrl span {
    width: 10px;
    height: 10px;
    border: 1px solid #E53A40;
    border-radius: 10px;
    margin: 0 10px;
}

.slider-big-p, .slider-main-p {
    color: #C02739;
    margin-left: var(--all-pading);
    position: relative;
    top: 100px;
}

#search-post{
    width: 100%;
    display: flex;
    padding: 5px;
    position: absolute;
    background-color: #c02739;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}
.post-list{
    position: relative;
    top: 50px;
    /*padding: 0 5vw!important;*/
    padding: 0 0!important;
    padding-bottom: 40px!important;
}
#search-post .search-enter{
    padding: 10px 0;
}
#search-post .search-enter img{
    filter: invert(100%);
}
#search-post input{
    height: 40px;
    background-color: #fff;
}
#search-post .dropdown-menu{
    position: absolute;
    z-index: 100;
    background-color: white;
    width: 100%;
}
#search-post .dropdown-menu li a{
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
}

#search-post .dropdown-menu li{
    list-style-type: none;
    text-align: left;
}
#search-post .dropdown-menu li a:hover{
    text-decoration: underline;
}
.slider-big-p {
    font-weight: 600;
    font-size: 30px;
}

@font-face {
    font-family: "rubik-mono-one";
    src: url("../fonts/rubik-mono-one/RubikMonoOne-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

.slider-main-p {
    font-size: 80px;
    font-family: "rubik-mono-one";
    text-transform: uppercase;
    letter-spacing: 10px;
    left: -10px;
    text-shadow: 12px 14px 5px rgba(132, 20, 45, .6);
    font-weight: 800;
}
.photo .arrow-right img, .photo .arrow-left img{
    filter: unset!important;
}
.photo .arrow-right{
    position: relative;
    top: -215px;
    left: -2.5vw;
    border: none!important;
    background: none!important;
}
.photo .arrow-left{
    position: relative;
    top: -215px;
    left: 58.3vw;
    border: none!important;
    background: none!important;
}
.photo .swiper-pagination-bullets{
    position: relative;
    top: -422px;
    left: 28vw;
}
.photo .swiper-pagination-bullet{
    background: none!important;
    border: 1px solid #E53A40;
}

.photo .swiper-pagination-bullet-active{
    background: #E53A40!important;
}


.learn-more {
    width: 250px;
    height: 40px;
    background-color: #C02739;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    margin-left: var(--all-pading);
    position: relative;
    top: 70px;
    border-radius: 5px;
    box-sizing: border-box;
}
#checkout-cart{
    margin-bottom: 50px!important;
}
.learn-more:hover {
    color: #C02739;
    background-color: #fff;
    border: 2px solid #C02739;
}

.ph-num {
    float: right;
    position: relative;
    top: -100px;
    margin-right: var(--all-pading);
}

.ph-num .learn-more {
    margin-top: 30px;
}

.why-we {
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding: 0 var(--all-pading);
    margin-top: 23px;
    box-sizing: border-box;
}

.why-we-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.why-we-item p{
    margin-top: 10px;
}
.why-we-item .circle {
    width: 120px;
    height: 120px;
    border-radius: 120px;
    border: 2px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.why-we-item .circle p {
    width: 50%;
    font-size: 14px;
    font-weight: 800;
}

.why-we-item .circle img {
    width: 60%;
}

.desc-heating {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: -40px;
    /* padding: 0 1%; */
    overflow: hidden;
    /* text-overflow: ellipsis; */
    /* display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical; */
}

.action-btn .selected-product{
    position: absolute;
    top: 10%;
    right: 12%;
    width: 25%;
}

.desc-heating h1 {font-size: 50px;color: var(--red_et);}

.desc-heating h2 {
    font-size: 40px;
}
.advantages{
    width: 100%;
    display: flex;
}

.advantages-list {
    width: 80%;
    background: #D1D0D0;
    box-sizing: border-box;
    padding: 0 5vw;
    border-radius: 0px 15px 15px 0px;
}
.advantages-list ul{
    padding: 0;
    list-style: none;
}
.advantages-list ul li a{
    font-size: 1vw;
    text-decoration: none;
    color: #000;
    height: 3vw;
    width: 23vw;
    text-transform: uppercase;
    background: #fff;
    display: flex;
    border-radius: 5px 0 0 5px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 1.5vw 0;
    cursor: pointer;
    position: relative;
}
.advantages-list ul li a .active-arrow{
    position: absolute;
    height: 100%;
    display: none;
    right: -2vw;
    top: 0;
    z-index: 3;
}
.advantages-list ul li a p{
    margin: 0;
    font-size: 1vw;
    z-index: 4;
}
.advantages-list ul .active .active-arrow{
    display: block;
}
.advantages-list ul li span{
    font-size: .8vw;
    z-index: 4;
    text-transform: none;
}
.advantages-list ul li span p{
    margin: 0;
}
.service-block{
    display: inline-flex;
    padding-bottom: 40px;
}
.sub_services ul li{
    display: none;
}
.sub_services{
    background-color: white;
    margin-left: .9vw;
    display: none;
}
.advantages-list ul .active{background: var(--red_et);color: #fff;position: relative;}
.advantages-list h2{
    font-size: 3vw;
}
.advantage-item{
    display: none;
    margin: 5vw 0;
    background: #fff;
    border-radius: 15px 0 0 15px;
    margin-left: -23.5vw;
    width: 50vw;
    flex-direction: column-reverse;
}
.advantage-item:target{
    display: flex;
}
.advantage-item .img{
    width: 100%;
    display: flex;
    align-items: flex-end;
}

.servers-about-div {
    padding-right: 1.2vw;
}

.advantage-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
}

.advantage-item .text {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.advantage-item .text p {
    font-size: 1vw;
    padding: 0 2vw;
    box-sizing: border-box;
}

.advantage-item .text h3 {
    font-size: 1.8vw;
    padding: 0 2vw;
    box-sizing: border-box;
}
.advantage-item a{
    background: unset;
    color: #9a9999;
    text-decoration: underline;
}
.advantage-item a.advantages-learn-more {
    height: 2vw;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
    padding-left: 1vw;
    box-sizing: border-box;
    background: var(--red_et);
    border-radius: 0 0 0 15px;
}
.advantage-item a img {
    width: 1vw;
    height: 1vw;
    margin: 0 1vw;
}

.advantage-item a span {
    transition: .5s;
    font-size: 1vw;
}

.advantage-item a:hover span {
    margin-left: 3vw;
}
.reviews {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.reviews h1 {
    width: 100%;
    font-size: 40px;
}

.review {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
}

.review .text {
    width: 62%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.description-review{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    text-align: left;
    margin-top: 0;
}

.review-action-block{
    padding: .6vw 5% !important;
}

.review-btn {
    width: 5%;
    padding: 5px;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 2vw;
}

.review p {
    font-size: 1.1vw;
    text-align: left;
}

.review .big-p {
    font-size: 1.3vw;
    text-align: right;
    font-weight: bold;
}

.review .main-p {
    width: 100%;
    font-size: 1.4vw;
    font-weight: bold;
    text-align: left;
}

.review-img {
    width: 23vw;
    aspect-ratio: 1/1;
    max-height: 23vw;
    object-fit: cover;
    /*border-radius: 0 50px 50px 0;*/
}

.reviews h2 {
    width: 100%;
}

.review .stars {
    margin-right: -4vw;
    height: 2.6vw;
    z-index: 30;
    display: flex;
    align-items: center;
    border-radius: 1.3vw;
    background: var(--red_et);
    padding: 0 .5vw;
}

.review .stars img {
    margin: 0 .2vw;
    width: 1.4vw;
}

.catalog-title {
    width: 100%;
    /*font-size: 40px;*/
    font-size: 1.5em;
    box-sizing: border-box;
    padding: 0 var(--all-pading);
}

.catalog {
    margin: 0px 0;
    width: 100%;
    overflow: hidden;
    padding: 55px var(--all-pading);
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.catalog-item {
    width: 23.5%;
    margin: .6% .6%;
    position: relative;
}

.catalog-item-inside {
    width: 100%;
    height: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    /*box-shadow: 3px 3px 10px -5px;*/
    border-radius: 18px;
    min-height: 410px;
    justify-content: center;
    position: relative;
    box-shadow: none;
    border: 2px solid #aaa;
}

.buttons {
    /* display: none; */
}

.catalog-item-inside div {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

.menu-item.menu-cat i{display: none;}

.service_main{width: 100%;text-align: center;}
.service_main .services_list{display: flex;}
.service_main ul{
    width: 100%;
    list-style-type: none;
    text-align: center;
    margin: 10px 0 50px;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

/*.service_main .service_nav_item{
    list-style: none;
    min-width: 14%;
    max-width: 14%;
    margin: 0 5px 20px;
    cursor: pointer;
    background-color: #F3F3F3;
    border-radius: 5px;
    color: #000;
    font-size: .8em;
    text-decoration: none;
    word-wrap: break-word;
    vertical-align: middle;
    font-weight: bold;
    height: 5.4em;
    padding: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}*/
.service_main .service_nav_item li{height: 100%;display: flex;}

/*.service_main li.active{}
*/
.service_main .service_nav_item{}
.service_main .service_nav_item:hover {height: 5.2em;border-bottom: 6px solid #E53A40;}

.sv-content-wrap{display: flex;}
.sv-content-wrap .service_path_m{display: none;}

.sv-content-left{width: 32%;background: #F3F3F3;border-radius: 25px 0px 0px 23px;}
.sv-content-img{width: 100%;border-radius: 15px 0px 0px 15px;display: block;}
.sv-content-right{width: 68%;background: #F3F3F3;position: relative;border-radius: 0px 15px 15px 0px;}
.sv-content-right>span, .sv-content-right .service_desc{padding: 28px 37px 48px 35px;text-align: left;display: block;}
.sv-content-right a, .sv-content-wrap .service_path_m a{
    color: #000;
    font-size: 1.1em;
    text-decoration: none;
    padding: 15px 36px;
    font-weight: bold;
    margin: auto;
    cursor: pointer;
    background-color: #CBCBCB;
    position: absolute;
    right: 25px;
    bottom: 25px;
    border-radius: 10px;
}
.sv-content-right a:hover{
    background-color: #aaa;

}



.service_main .tab-content{width: 70%;margin: 0 auto 40px;}


.header-link{
    color: inherit;
    text-decoration: inherit;
    font-size: inherit;
}








@media (max-width: 800px) and (min-width: 768px) {
    /*.catalog-item {width: 30%;margin: 1.65% 1.65%;}*/
    .action .img img{max-height: 50vw!important;}
}
@media (max-width: 1070px) and (min-width: 768px){
    .photo .arrow-right{
        top: -207px;
    }
    .photo .arrow-left{
        top: -207px;
    }
}


.cities-list {
    padding: 40px;
    box-sizing: border-box;
}
.cities-list .title {
    text-align: center;
    color: var(--red_et);
    font-size: 22px;
}
.cities-list ul.city {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    list-style: none;
    line-height: 24px;
    font-size: 14px;
    margin-top: 30px;
}
.cities-list ul.city li:before {
    content: '✓';
    color: var(--red_et);
    font-weight: bold;
    margin-right: 5px;
}



/*.catalog-item:hover .add {background: var(--red_et);}*/

.catalog-item .add:hover {background: var(--red_et);}
.catalog-item .add:hover .plus span {background: var(--red_et);}

/*.catalog-item:hover .add .plus span {background: var(--red_et);}*/
/*.catalog-item:hover p {background: var(--red_et);color: #fff;}*/
.catalog-item:hover img{opacity: 0.6;}
.catalog-item-inside:target ul {
    height: unset;
}

.catalog-item-inside:target {
    transform: rotate(0deg);
}

.catalog-item-inside p {
    width: 60%;
    margin: 0 auto;
    font-weight: bold;
    height: 9%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    border-radius: 0 0 15px 15px;
    transition: .2s;
    font-size: 0.7vw;
    text-align: center;
    /*background: #fff;*/
    background: var(--red_et);
    color: #fff;
    position: absolute;
    top: 0;
}

.catalog-item p {}

.catalog-item-inside div a {

    margin-top: 10px;
}

.catalog-item-inside ul {
    padding-left: 0;
    min-height: 100px;
    height: 100px;
    overflow: hidden;
    list-style: none;
    text-align: left;
    width: 80%;
}

.catalog-item-inside ul li a {
    padding: 0 5px;
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 12px;
    text-align: left !important;
}
.catalog-item-inside ul li a:hover{color: #000;background-color: unset;font-weight: bold;}


.catalog-item .add, .catalog-item .add0 {
    width: 25%;
    height: 6%;
    /*width: 40%;*/
    /*height: 24px;*/
    background: #C8C8C8;
    display: flex;
    align-items: center;
    transition: .2s;
    justify-content: center;
    border-radius: 15px 15px 0 0;
    border-color: transparent;
    cursor: pointer;
    position: absolute;
    bottom: 0;
}
.expand-block{
    height: unset!important;
}

.catalog-item .add .plus,
.catalog-item .add0 .plus {
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.catalog-item .add0 {display: none;}

.plus span {
    width: 9px;
    height: 1.5px;
    transition: .2s;
    background: #C8C8C8;
}

.plus span:nth-child(1) {
    transform: rotate(90deg);
    position: absolute;
}

.action-menu {
    margin: auto;
    display: flex;
    width: 100%;
    justify-content: center;
}

.action-menu a {
    padding: 0 10px;
    margin: 0 .7vw;
    height: unset;
    float: left;
    text-decoration: none;
    color: #000;
    display: block;
    text-transform: uppercase;
}
.action-menu a:hover {
    font-weight: 700;
}

.action-active {
    font-weight: 700;
    border-bottom: 2px solid #000;
}
.actions {
    width: 100%;
    height: 40vw;
    box-sizing: border-box;
    overflow: hidden;
    padding: 30px var(--all-pading);
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.action {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0;
    position: relative;
    float: left;
    align-items: center;
    background: #fff;
    /*box-shadow: 3px 3px 10px -5px #000;*/
    border: 1px solid #aaa;
    border-radius: 20px;
}

.action .stickers-icons {
    width: 20%;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
}

.action .stickers-icons > li {
    width: 100%;
    /*height: 49px;*/
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 0px 5px 5px 0px;
    margin-top: 10px;
    text-align: center;
}

.action .stickers-icons li img {
    width: 35% !important;
    margin: auto;
}

.action .stickers-icons li span {
    font-weight: 100;
    font-size: 12px;
}

.action .stickers-icons li span {
    position: absolute;
    background: #FFF;
    padding: 10px;
    min-width: 200px;
    max-width: 300px;
    color: #000;
    border-radius: 2px;
    top: 60px;
    z-index: 40;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 0px 8px -2px;
    display: flex;
    align-items: flex-start;
}

.action .stickers-icons li span p{
    font-size: unset;
    width: unset;
    text-align: unset;
    margin: unset;
    height: unset;
    text-transform: unset;
}

.action .stickers-icons li:hover span {
    opacity: 1;
    visibility: visible;
}
.action .stickers-icons li span::before{
    content: '';
    width: 20px;
    height: 20px;
    margin-left: 90px;
    position: absolute;
    background: #fff;
    margin-top: -15px;
    z-index: -35;
    transform: rotate(45deg);
}
.action .img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
}
.action .img a{
    text-align: center;
    display: block;
    margin: 0 auto;
}
.action .img img {
    width: 200px;
    max-height: 400px;
    margin: 0 auto;
    margin-top: 30px;
}
.action .img ul li img{
    width: 45px!important;
}

.action .product-name {
    font-size: 1vw;
    width: 80%;
    text-align: center;
    margin: 5px auto 10px;
    height: 70px;
    position: relative;
    /*text-transform: uppercase;*/
}
.action .product-name:hover {
    text-decoration: #555 underline;
}
.action .product-name a{
    text-decoration: none;
    color: #0a001f;
}
.action .price {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.action .price span {
    margin: 5px 10px;
    margin-bottom: 20px;
}
.action .new-price {
    color: red;
}
.action .old-price {
    text-decoration: line-through red;
}
.action .action-btns {
    width: 80%;
    margin: 0 auto;
    display: none;
    flex-direction: row;
    position: absolute;
    left: 10%;
    z-index: 20;
    bottom: 0;
}

.action-outside:hover .action{
    /*position: absolute;*/
    /*height: 110%;*/
    /*z-index: 18;*/
}
.action-outside:hover .action-btns {
    /*display: flex;*/
}
.action-btns{
    display: flex;

}
.action .add {
    position: absolute;
    right: 0;
    /*top: 330px;*/
    background: none;
    border-radius: 100px 0 0 100px;
    width: 2.5vw;
    height: 5vw;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border: 1px solid rgba(229, 58, 64, .2);
    cursor: pointer;
    outline: none;
}
.action-outside{
    margin: 0 8px;
    position: relative;
}

/*.action .product-block{
    height: 220px;
    height: 190px;
    width: 84%;
}*/
.action .product-block a{
    height: inherit;
    width: inherit;
}
.action .product-block a img{
    width: inherit;
    height: inherit;
    object-fit: contain;
    margin: 0;
}
/*.main-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-banner div {
    width: 49.5%;
}
.main-banner a img {
    width: 100%;
}*/
ul.properties{
    width: 100%;
    padding: 0;
}

ul.properties li span:last-child{
    font-size: 11px;
    min-width: 30%;
    text-align: right;
}
ul.properties li span:first-child{
    color: #8d8d8d;
    font-size: 11px;
    padding-right: 10px;
    min-width: 30%;
    text-align: left;
}

.action .add img {
    position: absolute;
    right: 0;
}

.characterictic {
    width: calc(100% + 65px);
    padding: 5%;
    box-sizing: border-box;
    height: calc(100% + 20px);
    border-radius: 15px;
    overflow: hidden;
    overflow-y: scroll;
    z-index: 25;
    display: none;
    position: absolute;
    background: #fff;
    margin-left: -40px;
    margin: -35px -35px 0;
    background: #eee;
}

.characterictc ul {
    width: 100%;
}

.characterictic ul li {
    height: unset;
    flex-direction: row;
    background: none;
    color: #000;
    margin: 15px 0;
    justify-content: space-between;
    border-bottom: 1px dotted #858585;
}

.characterictic ul li:after {
    content: unset;
}

.characterictic ul li p {
    text-align: left;
    margin: 0;
    font-size: 1vw;
    width: unset;
}

.characterictic ul li span {
    font-size: .8vw;
    text-align: right;
}

.action-btn {
    position: relative;
    width: 25%;
    margin: 0 4.5%;
    padding: 10px 0;
    border-radius: 18px 18px 0px 0px;
    background: #E53A40;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
}

.action-btn:hover img {
    filter: invert(25%);
}
.action-btn img {
    transition: .4s;
    width: 40%
}

.images {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 70px;
}
.images img {
    width: 50%;
}
.action-learn-more, .action-learn-more2 {
    width: 300px;
    height: 40px;
    border-radius: 18px;
    font-size: 12px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto!important;
    box-sizing: border-box;
    transition: .3s;
    margin-left: var(--all-pading);
    cursor: pointer;
}
.action-learn-more:hover , .action-learn-more2:hover{
    border: 3px solid #E53A40;
    color: #E53A40;
}
.last-works {
    padding: 0 5%;
    overflow: hidden;
    padding-bottom: 1vw;
    width: 100%;
    justify-content: center;
    display: flex;
    box-sizing: border-box;
    flex-wrap: wrap;
}
.last-work {
    min-height: calc(18vw + 50px);
    box-sizing: border-box;
    border-radius: 18px;
    box-shadow: 3px 3px 10px -5px;
    text-align: center;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex-grow: 1;
    margin-top: 2vw;
    padding-top: 0;
    overflow: hidden;
    transition: .2s;
}
.last-works.result-news {
    top: 25px !important;
    width: calc(100% - 30px);
    margin: 0 auto;
}
.last-works.result-news .last-work {
    margin: 5px;
    padding-bottom: 15px;
    width: 23.5%;
    padding-right: 1%;
}
.result-products .products {
    min-height: auto;
}
.last-work:hover {
    box-shadow: 3px 3px 5px -5px;
}
.post-preview .last-work{
    /*max-width: 80%;*/
}
.post-preview .review{
    justify-content: center;
}
/*.last-work:hover{opacity: .7;}*/
.last-work-prev{
    margin-right: 1%;
    margin-left: 1%;
    width: 21%;
}
.last-work .img {
    width: 100%;

    overflow: hidden;
    display: flex;
    align-items: flex-start;
    border-radius: 18px 18px 0 0;
    z-index: 30;
    justify-content: center;
}
.last-work .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
}
.last-work .description_block {
    overflow: hidden;
    min-height: 65px;
    padding: 0 10px;
    padding-top: 10px;
    height: 100%;
    background-color: #fff;
}
.last-work .description_block.post-preview{
    padding: 5px 30px;
    border-radius: 0 0 18px 18px;
    position: relative;
    background-color: var(--red_et);
    text-transform: uppercase;
    color: #fff;
    width: calc(100% - 60px);
    width: 100%;
}

.last-work p {
    font-size: .9vw;
    text-align: center;
    margin: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    box-orient: vertical;
}

.last-work .post-preview p{
    font-size: 1vw;
    text-align: center;
    font-weight: 500;
    font-family: 'montserrat';
}
.last-work .attributes p{
    text-align: center;
}
.last-work .big-p {
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0;
    color: #777;
}
.last-work .text {
    background-color: #fff;
    border-radius: 0 0 18px 18px;
    z-index: 50;
    width: 100%;
}
.last-work .text div {
    display: none;
    position: absolute;
    bottom: 0;
    border-radius: 0 0 18px 18px;
    width: 100%;
    background: #fff;
    justify-content: space-around;
    flex-wrap: wrap;
}
.last-work:hover .text{
    background-color: #fff;
    position: relative;
    border-radius: 0 0 18px 18px;
}
.last-work:hover .description_block{
    visibility: hidden;
}
.last-work:hover .text div {
    display: flex;
}
.attributes p{
    width: 100%;
}
.description_block {
    padding: 10px 40px !important;
}
.seofaq .panel_answer {
    margin-left: 20px !important;
}
.consultation {
    width: 100%;
    display: flex;
    background: var(--red_et);
    align-items: flex-start;
    margin-top: 20vw;
    height: 440px;
    justify-content: center;
}
.consultation.block-1{
    margin-bottom: 150px;
}
.swiper-viewport.post-preview {
    background: #fff!important;
    padding: 0 40px;
    box-sizing: border-box;
}
.consultation-item:nth-child(1) {
    position: relative;
    top: -300px;
}
.consultation-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 40%;
}
.consultation-item p {
    color: #fff;
    text-align: center;
    font-size: 50px;
    font-weight: 800;
}
.consultation-item img {
    height: 100%;
}
.consultation-item form {
    width: 90%;
    margin-top: -1px;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 30px 0;
}
.consultation-item form input {
    width: 80%;
    height: 60px;
    background: rgba(0, 0, 0, .2);
    border: none;
    padding-left: 20px;
    color: #000000;
    box-sizing: border-box;
    margin: 20px;
    outline: none;
}
.consultation-item button {
    width: 69%;
    font-size: 20px;
    font-weight: 800;
    margin-top: 10px;
    height: 60px;
    background: #fff;
    border: none;
    text-transform: uppercase;
    font-family: 'montserrat-bold';
}
.brands {
    width: 100%;
    height: 400px;
    margin-top: 150px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    justify-content: center;
    background: #CBCBCB;
}
.brands a {
    display: block;
    margin: 0 3%;
}
.articles {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.articles-cont {
    width: 77%;
}
.articles-btn {
    width: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    cursor: pointer;
}
.article {
    width: 30%;
    margin: 1.6%;
    float: left;
    display: flex;
    text-decoration: none;
    flex-direction: column;
}
.article img {
    width: 100%;
}
.article p {
    width: 100%;
    background: #E53A40;
    border-radius: 0 0 18px 18px;
    padding: 10px 15%;
    box-sizing: border-box;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    margin: 0;
}
.post-description{
    width: 80%;
    max-width: 1600px;
    margin: 0 auto;
}

input.learn-more::-moz-placeholder {
    color: #ECCDCD;
}
input.learn-more::-webkit-input-placeholder {
    color: #ECCDCD;
}
input.learn-more:hover::-moz-placeholder {
    color: #bababa;
}
input.learn-more:hover::-webkit-input-placeholder {
    color: #bababa;
}
.img-block{
    width: 100%;

}
.tablet-width .advantage-item{
    margin-left: -43.2vw;
    width: unset;
    flex-direction: row;
}
.tablet-width .advantage-item .text{
    width: 35vw;
}
.tablet-width .advantage-item .img img{
    aspect-ratio: unset;
}

.tablet-width .advantage-item .img{
    width: 35vw;
}

@media (min-width: 1600px) {
    .last-work p {
        font-size: 18px;
    }
    .advantages-list ul li a p{
        font-size: 19px;
    }
    .tablet-width .advantage-item{
        margin-left: -480px;
    }
    .tablet-width .advantage-item .text{
        width: 555px;
    }
    .tablet-width .advantage-item .img{
        width: 555px;
    }
    .advantages-list ul li a .active-arrow{
        right: -40px;
    }
    .servers-about-div {

        padding: 32px;

    }
    .header-block{
        margin-top: 50px;
        margin-bottom: 100px;
    }

    .action-outside{
        /*min-height: 450px;*/
    }

    .action .add {
        bottom: 32px;
        width: 40px;
        height: 80px;
    }

    .photo .arrow-right {
        position: relative;
        top: -210px;
        left: -70px;
    }
    .review-action-block{
        padding: .6vw 2% !important;
    }
    .photo .arrow-left {
        position: relative;
        top: -210px;
        left: 900px;
    }

    .photo .swiper-pagination-bullets {
        position: relative;
        top: -410px;
        left: 420px;
    }
    .last-work .post-preview p{
        font-size: 20px;
    }
    .characterictic ul li p {

        font-size: 15px;

    }

    .characterictic ul li span {

        font-size: 13px;

    }

    .last-work {
        width: 310px;
        min-height: 400px;
        margin-right: 32px;
    }

    .last-work .img {
        height: 310px;
    }

    .last-work .text {

        top: 10px;

    }

    .advantages-list {

        padding: 0 80px;

    }

    .advantages-list ul li a {

        font-size: 19px;

        height: 48px;

        width: 384px;

        margin: 24px 0;

    }

    .advantages-list ul li a span {

        font-size: 16px;

    }

    .advantages-list h2 {

        font-size: 48px;

    }

    .advantages-list ul .active:after {

        width: 37px;

        height: 37px;

        border-radius: 5px;

        margin-left: 384px;

        right: -15px;

        top: 5.6px;

    }

    .advantage-item {

        margin: 80px 0;
        width: 811px;
        margin-left: -280px;

    }

    .advantage-item .img img {
       
    }

    .advantage-item .img {
        overflow: hidden;
        justify-content: flex-start;
        position: relative;
    }

    .advantage-item .text h3 {

        font-size: 29px;

        padding: 0 30px;

    }

    .advantage-item .text p {

        font-size: 16px;

        padding: 0 30px;

    }

    .advantage-item a {

        height: 30px;

    }

    .advantage-item a img {

        width: 20px;

        height: 20px;


    }

    .advantage-item a span {

        font-size: 16px;

    }

    .review p {

        font-size: 20px

    }

    .review .big-p {

        font-size: 25px;

    }

    .review .main-p {

        font-size: 27px;

    }

    .review .stars {
        padding: 0 8px;
        height: 42px;
    }
    .review .stars img{
        width: 20px;
        margin: 0 3px;
    }

}

@media (max-width: 1400px) and (min-width: 768px) {
    :root {

        --all-pading: 80px;

    }
    .consultation-item img {
        height: 30vw;
        width: auto !important;
    }
    .consultation-item:nth-child(1) {
        top: -17vw !important;
    }
    .consultation .consult-2 img {
        width: 100% !important;
    }
    .characterictic ul li span{
        font-size: 1.3vw;
    }
    .characterictic ul li p{
        font-size: 1.5vw;
    }
    .review .big-p{
        font-size: 2vw;

    }
}
@media (max-width: 880px) and (min-width: 500px) {
    .consultation-item p {
        font-size: 37px;
    }
    .sorting{
        margin-left: 25px;
    }
    .action .product-name{/*font-size: 1.6vw;*/}

    .last-work .text {
        top: 1vw;
    }
    .last-work .text p {
        font-size: 1vw;
    }
    .action .add {
        /*bottom: 4vw;*/
        /*width: 5vw;*/
        /*height: 10vw;*/
    }
    .characterictic ul li p {
        font-size: 1.5vw;
    }
    .characterictic ul li span {
        font-size: 1.2vw;
    }
    .action-outside{
        /*min-height: 60vw;*/
    }
    .advantage-item{
        width: 64vw;
        flex-direction: column-reverse;
    }
    .advantage-item .img{
        width: 100%;
        height: 20vw;
    }
    .advantage-item .text{
        width: 100%;
    }
    .tablet-width .advantage-item{
        width: unset;
        flex-direction: row;
    }
    .tablet-width .advantage-item .img{
        height: unset;
    }

}
@media (max-width: 500px) {
    :root {
        --all-pading: calc(20vw - 70px);
    }
    .tablet-width .advantage-item .text{
        width: 100%;
    }
    .tablet-width .advantage-item .img{
        width: 100%;
    }
    .tablet-width .advantage-item{
        margin-left: 0;
        flex-direction: column-reverse;
    }
    .advantages-list ul li a p{
        font-size: 15px;
    }
    .advantages-list ul .active .active-arrow{
        display: none;
    }
    .advantages-list ul .active:after{
        display: none;
    }
    .advantages-list ul{
        float: unset;
        width: 100%;
    }
    .service-block{
        background: #F0ECEC;
        float: unset;
        width: 100%;
    }
    .action:hover {
        position: relative;
        height: 100%;
    }
    .action .action-btns{
        display: flex;
    }
    .review-2 .action-outside{
        display: none;
    }
    .last-work{
        width: unset!important;
    }
    .action .stickers-icons li span{
        display: none;
    }
    .action .product-name{font-size: 0.6em;font-weight: bold;}
    .photo .arrow-right {
        left: unset;
        top: 120px;
        width: 8vw !important;
        height: 8vw !important;
    }
    .action-outside{
        /*height: 480px;*/
        width: 100%;
    }
    .last-work .img{
        /*height: 100vw;*/
    }
    .consultation-item p{
        font-size: 10vw;
        margin: 1vw 0;
    }
    .consultation-item form{
        padding: 1vw 0;
    }
    .consultation-item form input{
        height: 14vw;
        margin: 2vw 0;
    }
    .last-work .img img{
        max-height: 100vw;
    }
    .photo .arrow-left {
        left: unset;
        top: 120px;
        width: 8vw !important;
        height: 8vw !important;
    }
    .photo .swiper-pagination-bullets {
        top: -20px;
        left: unset;
    }
    .characterictic ul li p {
        font-size: 3.5vw;
    }
    .characterictic ul li span {
        font-size: 3.3vw;
    }
    .top-slider {
        height: 300px;
        margin-bottom: 60px;
    }
    .slider-big-p, .slider-main-p {
        text-align: center;
        display: flex;
        justify-content: center;
        margin-left: 0;
    }
    .slider-big-p {
        font-size: 22px;
        height: 30px;
        width: 100vw;
        margin: 0;
        padding: 0;
        left: 0;
    }
    .catalog-item-inside {
        /*box-shadow: none;*/
        /*min-height: unset;*/
    }
    .slider-main-p {
        font-size: 32px;
        left: 0;
    }
    .ph-num {
        display: none;
    }
    .learn-more {
        width: 100vw;
        margin: 0;
        margin-top: 90px;
        border-radius: 0;
    }
    .slider-cntrl {
        right: 0;
        margin-right: 0;
        width: 100vw;
        justify-content: center;
        top: 325px;
    }
    .why-we {
        flex-direction: column;
        padding: 0 20px;
    }
    .why-we-item {
        flex-direction: row-reverse;
    }
    .why-we-item:nth-child(2n-1) {
        flex-direction: row;
    }
    .why-we-item .circle {
        width: 80px;
        height: 80px;
    }
    .why-we-item .circle p {
        font-size: 11px;
        text-align: center !important;
        padding: 0 !important;
    }
    .why-we-item:nth-child(2n-1) p {
        text-align: left;
        padding-left: 10px;
    }
    .why-we-item:nth-child(2n) p {
        text-align: right;
        padding-right: 10px;
    }
    .desc-heating {
        /* width: 90%; */
        margin: 0 auto;
    }
    .desc-heating h1 {font-size: 25px;}
    .catalog-title {
        padding: 20px !important;
    }
    body .latest-title{
        padding: 0 20px!important;
        font-size: 28px;
    }
    .catalog {
        padding: 0;
        margin: 0;
    }
    .catalog-item {
        /*width: 100%;
        margin: 20px 0;
        padding: 0;
        box-shadow: none;
        border-radius: 0px;*/
    }
    .catalog-item p {
        /*width: 100%;*/
        /*border-radius: 0px;*/
    }
    .catalog-item ul {
        padding: 0;
        margin: 0;
        height: 95px;
        /*display: flex;*/
        /*flex-wrap: wrap;*/
    }
    .catalog-item ul li {
        margin: 5px 0;
        padding: 0;
        width: 50%;
    }
    .catalog-item ul li a {
        padding: 0;
        border: 1px solid #C8C8C8;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
        margin: 0;
        height: 40px;
        width: 100%;
    }
    .catalog-item .add {
        /*width: 100%;*/
        /*border-radius: 0;*/
        /*height: 45px;*/
        /*margin-top: 8px;*/
    }
    .catalog-item .add .plus {
        /*width: 35px;*/
        /*height: 35px;*/
    }
    .advantages {
        display: block;

    }
    .advantage-item {
        flex-direction: column-reverse;
        margin: 0;
        width: 100%;
    }
    .advantage-item .text {
        width: 100%;
        margin-top: -18px;
        background-color: #fff;
        border-radius: 18px;
        z-index: 50;
    }
    .advantage-item .text p {
        font-size: 4vw;
    }
    .advantage-item .text h3 {
        font-size: 5vw;
    }
    .advantage-item .text a {
        height: 10vw;
        border-radius: 0;

    }
    .advantage-item .text a img {
        width: 5vw;
        height: 5vw;
        margin-right: 3vw;
    }
    .advantage-item .text a span {
        font-size: 3vw;
    }
    .advantage-item .img {
        width: 100%;
        /*height: 100vw;*/
    }
    .advantages-list {
        width: 100%;
        border-radius: 0;
        background: #F0ECEC;
        padding: 0;
        padding-bottom: 5px;
    }
    .advantages-list h2 {font-size: 30px;text-align: center;padding-top: 27px;margin-bottom: 0;}
    .advantages-list ul li a {
        width: 100%;
        border-radius: 0;
        height: 50px;
        font-size: 15px;
    }
    .advantages-list .service-block ul li .sub_services ul li a{
        background: #e2e2e2;
    }
    .advantages-list .service-block ul li .sub_services ul li a.active{
        background: #be2f34;
    }
    .advantages-learn-more{
        background: #E53A40!important;
        color: #fff!important;
        flex-direction: row!important;
        justify-content: flex-start!important;
    }
    .advantages-list ul li a span {
        font-size: 10px;
    }
    .advantages-list ul a .active:before {
        display: none;
    }
    .images img {
        width: 100%;
    }
    .actions {
        padding: 0;
    }
    .action {
        width: 100%;
        margin: 1%;
        display: none;
    }
    .action:nth-child(1) {
        display: flex;
    }
    .buttons {
        display: flex;
        align-items: center;
        justify-content: center;

    }
    .buttons img {
        width: 10%;
        filter: invert(50%);
        margin: 0 10%;
    }
    .buttons img:nth-child(1) {
        transform: rotate(180deg);
    }
    .last-work {
        width: 90%;
        /*margin: 5%;*/
        /*min-height: 110vw;*/
    }
    .last-work .img {
        width: 90vw;
    }
    .last-work .text {
        height: unset;
        width: 100%;
    }
    .action-learn-more:hover, .action-learn-more2:hover{
        margin: 5%;
        width: 90%;
    }
    .articles-btn {
        display: none;
    }
    .articles-cont {
        width: 100%;
    }
    .article {
        width: 100%;
        margin: 3% 0;
    }
    .article p {
        font-size: 20px;
        padding: 30px 0;
        border-radius: 0;
    }
    .review {
        flex-direction: column-reverse;
        text-align: center;
        width: 80%;
    }
    .review .big-p {
        font-size: 4vw;
    }
    .review p {
        /*Увеличено для отзывов к реализованным объектам*/
        font-size: 3.5vw!important;
    }
    /*Увеличено для отзывов к реализованным объектам*/
    .review .text{
        width: 100%;
    }
    .review-img {
        width: 100%;
        max-height: unset;
    }
    .review-btn {
        font-size: 8vw;
        width: 10%;
    }
    .review-action-block.review-arrow {
        width: 110%;
        margin-left: -5%;
    }
    .review .stars {
        width: 100%;
        height: 6vw;
        border-radius: 4vw;
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }
    .review .stars img {
        width: 5vw;
        margin: 0 1vw;

    }
    .consult-2 {
        top: -20vw !important;
    }
}
.photo{
    background-image: url("../image/Rectangle 69.png")!important;
}

.slider-realized {
    width: 100%;
    margin-top: 3vw;
    margin-bottom: 7vw;
    position: relative;
}

.secondary-slide {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.secondary-slide img {
    height: auto;
    width: 33%;
}
.slider-realized-current img{
    display: none;
    max-height: 100%;
    max-width: 100%;
    margin: auto;
}

.slider-realized-current {
    position: absolute;
    width: 56vw;
    left: 22vw;
    top: 0;
}

.slider-realized-oper {
    width: 100%;
    padding: .6vw 10%;
    height: 7vw;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    box-sizing: border-box;
    position: absolute;
}

.slider-realized-oper .arrow {
    width: 2.6vw;
    height: 2.5vw;
    border-radius: 100px;
    display: flex;
    padding: 0;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    border: .1vw solid #000;
    cursor: pointer;
    box-sizing: border-box;
    z-index: 200;
}

.slider-realized-oper .arrow img {
    width: 1.8vw;
    filter: invert(100%);
}

.slider-realized-oper .arrow-left {
    transform: rotate(180deg);
}

.slider-realized-oper .arrow:hover {
    border: none;
    background: #E53A40;
}

.slider-realized-oper .arrow:hover img {
    filter: invert(0);
}

.slider-realized-oper .slides {
    position: static;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.slider-realized-oper .slides span {
    width: .8vw;
    height: .8vw;
    border-radius: 20px;
    border: 1px solid #E53A40;
    transition: background .2s;
    cursor: pointer;
    margin: 0 .8vw;
}

.slider-realized-oper .slides span:hover {
    background: #E53A40;
}

@media (min-width: 1600px) {
    .slider-realized-current {
        left: 352px;
        width: 896px;
    }
    .action .product-name{font-size: 18px;height: 5em;}
    .slider-realized-oper .arrow {
        width: 54px;
        height: 50px;
        border: 2px solid #000;
    }

    .slider-realized-oper .arrow img {
        width: 22px;
    }

    .slider-realized-oper .slides span {
        width: 16px;
        height: 16px;
        margin: 0 16px;
    }

    .slider-realized-oper {
        height: 120px;
    }

    .slider-realized {
        margin-top: 50px;
        margin-bottom: 120px;
    }
}
@media (max-width: 1400px) and (min-width: 768px) {
    .slider-realized-oper .arrow{
        width: 3.2vw;
        height: 3.2vw;
    }
    .slider-realized-oper .arrow img{
        width: 1.6vw;
    }
}
@media (max-width: 768px) {
    .secondary-slide {
        display: none;
    }
    .last-work{
        max-width: unset;
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .main-banner {
        flex-direction: column;
    }
    .main-banner div {
        width: 100%;
    }
    .last-work div:first-child{ /*width: 100%!important;*/ }
    
    .last-work .img{
        height: unset!important;
        width: 100%!important;
    }
    .last-work .img img{
        width: 100%;
    }
    .slider-realized-current {
        position: relative;
        width: 93vw;
        left: 3.2vw;
    }

    .slider-realized-oper {
        padding: 3vw 5%;
        top: 0 !important;
    }

    .slider-realized-oper .arrow {
        width: 8vw;
        height: 8vw;
    }

    .slider-realized-oper .arrow img {
        width: 4vw;
    }

    .slider-realized-oper .slides {
        margin-top: -2.5vw;
    }

    .slider-realized-oper .slides span {
        width: 2vw;
        height: 2vw;
        margin: 0 2vw;
    }
    .consultation {
        flex-direction: column;
        height: 130vw;
        justify-content: flex-end;
        margin-top: 50vw;
    }
    .last-work p{font-size: 0.9em;}
    .consultation-item {top: 0 !important;width: 100%;}
    .consultation-item img {height: 60vw; width: auto;}

    .consultation-item form {
        width: 100%;
        background: none;
    }
    .consultation-item form input {
        width: 100%;
        background: #000;
        opacity: .5;
    }
    .consultation-item button {
        width: 95%;
        margin: 2.5%;
    }
}
.posts-slider .top-slider div{
    position: absolute;
    width: 100%;
    height: 100%;

}
.posts-slider img{
    height: 100%;
    width: auto;
}
.display-flex{
    display: flex;
}

/*    from an.css       */

.operations li span{top: 10px;cursor: pointer;}

.operations li:hover span {background:#C02739;color:#fff;}

#slideshow_0 .review{width: unset;}
#slideshow_0.swiper-container{padding-bottom: 10px;}
.last-work a{text-decoration: none;}
.post_last_work p{color: #333;}
/*.post_last_work .swiper-pager{display: none;}*/
.post_last_work .owl-stage{padding-bottom: 10px;}
/*.post_last_work .owl-nav{width: 90%;position: absolute;bottom:-25px;left: 5%;line-height: 11px;}*/
.post_last_work .owl-nav .owl-next{float: right;}

.post_post .owl-stage{padding-bottom: 10px;}
.post_post .owl-nav{width: 90%;position: absolute;bottom:-10px;left: 5%;line-height: 11px;}
.post_post .owl-nav .owl-next{float: right;}


/*.owl-nav img{filter: invert(100%);}*/
.owl-nav img{filter: invert(50%);}
.owl-nav:hover img{filter: invert(80%);}
/*.owl-nav .owl-prev{transform: rotate(180deg);}*/
.owl-dots{width: 75%;margin: 15px auto;display: block;text-align: center;}
.owl-carousel .owl-dots .owl-dot span {
    display: inline-block;
    /*background: #aaa;*/
    border-radius: 30px;
    border: 1px solid var(--red_et);
    /*border-width: 1px;*/
    margin: 0px 5px;
    height: 10px;
    width: 10px;
}
.owl-carousel .owl-dots .owl-dot.active span {
    background: var(--red_et);
    border-color: var(--red_et);
    border-width: 1px;
    height: 10px;
}
.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev, 
.owl-carousel button.owl-dot {outline: none;}

.action-learn-more, .action-learn-more2 {
    border: 3px solid var(--red_et);
    color: var(--red_et);
    background: #fff;
    width: max-content;
    padding: 0 40px;
    font-weight: bold;
    font-size: .9em;
}
.action-learn-more:hover , .action-learn-more2:hover {
    border: 3px solid var(--red_et);
    color: #fff;
    background: var(--red_et);
}

.last-work .post-preview p {
    font-size: 0.7em;
    margin: 0 1.1em;
    margin-top: 1em;
}
.child-cat{min-height: 7.5em;}

@media (max-width: 1000px){
    /*.child-cat{min-height: 5.4em;}*/
}

@media (max-width: 767px){
    .operations li a {padding: 0 10px;margin-right: 0;}
    .child-cat {min-height: unset;}
    .menu-item.menu-cat i{margin-left: 10px;display: flex;}
    .cities-list ul.city {
        columns: 2 !important;
        padding: 0 !important;
    }
    .cities-list {
        padding: 0 30px !important;
    }
}

@media (max-width: 500px) {
    .review{width: 95%;}
    .catalog-title{font-size: 1.3em;}
    .swiper-viewport.post-preview{padding: 0 10px;}
    .operations li span {top: 4px;right: 6px;}
    .category-nav-item{/*margin-top: 2em;*/ font-size: 0.6em;font-weight: bold;}
    .action-outside:hover .action{height: 100%;}
    /*.post_post .review{width: 100%;}*/
/*    .post_post .last-work .img img{max-height: 230px;}*/
    .post_post .review p {font-size: 2.5vw!important;margin-top: 1em;}

}

@media (max-width: 400px) {
    .post_last_work .swiper-pager{top: 78%!important;width: 50%;left: 25%;display: flex;}
    .post_post .swiper-pager{top: unset !important;width: 50%;left: 25%;display: flex;bottom: -18% !important;}
    .post_last_work .swiper-pagination{bottom: 5px;}
    .post_post .swiper-pagination {bottom: -75px;}
}

/*Каталог категорий*/
.catalog{justify-content: center;}

.catalog_an .catalog_cat{width: 75%;margin: 10px auto;font-size: 1.8em;}
.catalog_an .catalog-item-inside img{
    width: 45%;
    height: 40%;
    aspect-ratio: 1;
    margin-top: 14%;
} 
.catalog_an .catalog-item-inside img.no_child{margin-top: 1%;}

.catalog_an .catalog-item-inside a{text-align: center;text-decoration: none;color: #000;margin-top: 0;border: none;}
.catalog_an .catalog{padding: 0px 3px;overflow: visible;}
.expand-block{
    position: absolute;
    top:10%;
    background: #fff;
    height: 75%!important;
    /*overflow-y: scroll !important;*/
    overflow-y: auto!important;
}
.catalog-item-inside ul li{margin-bottom: .5em;}
@media (max-width: 1400px){
    .catalog-item-inside{min-height: 320px;}
}

@media (max-width: 1000px){
    /*.catalog-item-inside{height: 280px;min-height: unset;}*/
    .catalog-item-inside ul{min-height: unset;}
    .catalog-item .add{width: 40%;height: 23px;border-radius: 8px 8px 0 0;}
    .catalog-item .add .plus {width: 16px;height: 16px;}
    .plus span {width: 8px;}
    /*.catalog_an .catalog-item-inside img{width: 60%;}*/
    .catalog_an .catalog_cat{width: 83%;font-size: 1.5em;}
    .catalog-item-inside p{font-size: 0.5em;}
    /*.catalog-item-inside{height: 290px;}*/
}
@media (max-width: 768px){
    .catalog{/*margin-left: 4px;*/}
    .catalog_an .catalog_cat{width: 90%;font-size: 1.5em;}
    .catalog-item {width: 47%;margin: 5px 5px;padding: 0;box-shadow: none;border-radius: 0px;}
    /*.catalog_an .catalog-item-inside img{width: 65%;}*/
    .expand-block{display: block !important;}
    .catalog-item-inside{box-shadow: none;border: 2px solid #aaa;/*min-height: unset;*//*height: 11em;*/}
    .catalog-item-inside p{height: 30px;}
    .catalog-item-inside ul{
        display: none;
        padding: 0px 0;
        width: 92%;
    }
    .catalog-item-inside ul.expand-block{height: 70%!important;}
    .catalog-item ul li {/*margin: 0px 0;*/padding: 0;width: 100%;}
    .catalog-item ul li a{border: none;display: block;height: auto;}
    .catalog-item p{font-size: 0.8em;width: 70%;}
    .catalog-item .add, .catalog-item .add0 {width: 39%;height: 10%;border-radius: 8px 8px 0 0;}
    .catalog-item .add_mob{display: flex;}
    .catalog_an .catalog-item-inside img{margin-top: 0;width: 55%;height: 60%;}
    .row-block .catalog_an {margin: 0 auto 30px;}
    .catalog-item-inside p{border-radius: 0 0 10px 10px;}
}
@media (max-width: 600px){
    .catalog-item p {font-size: 0.7em;}
    .catalog-item-inside {min-height: 260px;}
    /*.catalog_an .catalog-item-inside img{margin-top: 10%;}*/
    /*.catalog-item-inside {height: 275px;}*/
}
@media (max-width: 500px){
    .action-learn-more, .action-learn-more2{padding: 0 20px;font-size: 0.7em;}
    .catalog-item {width: 48%;margin: 0px 6px 3px 0;}
    /*.catalog_an .catalog-item-inside img {width: 65%;margin-top: 5%;}*/
    .review p {font-size: .9em !important;}
    .catalog-item p {font-size: 0.6em;}
    .catalog-item-inside ul{margin-top: 7%;}
}
@media (max-width: 400px){
    .catalog_an .catalog_cat{font-size: 1.2em;}
    .catalog_an .catalog {padding: 0px 0px;}
    /*.catalog-item-inside{height:250px;min-height: 15em;}*/
    /*.catalog-item-inside p {height: 20px;}*/
    .action-learn-more, .action-learn-more2{padding: 0 14px;font-size: 0.6em;height: 30px;}
    .catalog-item p {font-size: 0.5em;}
    .catalog-item ul li a{text-align: left;width: 90%;margin-left: 10px;font-size: 10px;}
    .catalog-item-inside {min-height: 200px;}
    .catalog_an .catalog-item-inside img {margin-top: 10px;width: 65%;}
    .catalog-item .add .plus,.catalog-item .add0 .plus {width: 12px;height: 12px;}
}

/*    from an.css       */

/*12.09.2021*/
.an_pop_cart{
    max-height: 80%;
    overflow-y: auto;
    display: none;
    font-size: 18px;
    width: 35%;
    position: fixed;
    right: 10%;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 0.2rem 2rem rgb(234 9 9 / 25%);
    border-radius: .8rem .8rem .8rem .8rem;

}
.an_pop_cart .head-cart{height: 2em;padding: 10px;}
.an_pop_cart .head-cart-left{
    /*float: left;*/
    margin-left: 15px;
    font-size: 1.3em;
    width: 95%;
    padding: 20px 0 30px 10px;    
    border-bottom: 2px solid #c5b6b6;
    margin-bottom: 10px;
    display: inline-block;
}
.an_pop_cart .head-cart-right{
    font-size: 1em;
    color: red;
    position: absolute;
    right: 10px;
    top: 8px;
}
.an_pop_cart .head-cart-right:hover{font-size: 1.2em;cursor: pointer;}
.an_pop_cart .dropdown-menu{
    background: #fff;
    width: 100%;
    margin: 0 auto;
    padding: 33px 0 0;
}

.an_pop_cart li{list-style-type: none;};
.an_pop_cart .dropdown-menu tr{border-bottom: 1px solid #c5b6b6;}
.an_pop_cart .dropdown-menu td{border-bottom: 1px solid #c5b6b6;}
.an_pop_cart .dropdown-menu td:nth-child(1) {width: 20%;text-align: center;border: none;}
.an_pop_cart .dropdown-menu td img{width: 70%;}
.an_pop_cart .dropdown-menu td:nth-child(2) {width: 40%;font-size: .9em;font-weight: 100;}
.an_pop_cart .dropdown-menu td:nth-child(3) {width: 10%;}
.an_pop_cart .dropdown-menu td:nth-child(4) {width: 20%;font-size: 1em;font-weight: 700;}
.an_pop_cart .dropdown-menu td:nth-child(5) {width: 10%;border: none;}

.an_pop_cart a{text-decoration: none;color: #0a001f;}
.an_pop_cart a.action-learn-more{
    color: var(--red_et);
    text-transform: uppercase;
    /*display: block;*/
    line-height: 2em;
}
.an_pop_cart a.action-learn-more:hover{color: white;}
.an_pop_cart .an_total{float: right;padding: 2em;width: 100%;text-align: right;}
.an_pop_cart .an_total span{font-size: 1.3em;font-weight: 700;}
.service_main h2{text-align: left;margin-left: 16px;}

@media (max-width: 1600px){
    .an_pop_cart{width: 42%;right: 1%;}

    .service_main {width: 97%;margin: 0 auto; }

}

@media (max-width: 1300px){
    .an_pop_cart{width: 50%;right: 1%;}
    .an_pop_cart .an_total {padding: 1em 2em 2em;}
}
@media (max-width: 1000px){
    .an_pop_cart{width: 70%;right: 1%;}
}

.mob-menu{display: none;}
@media (max-width: 768px){

    .sv-content-wrap .service_path_m {display: block;}   
    .an_pop_cart{width: 80%;top: 12%;right: 10%;}
    .mob-menu{display: list-item;}
    .service_main .tab-content{display: none;}
    .an_pop_sv_content {position: fixed;z-index: 10000;}

    .an_pop_sv_content{
        width: 100%;height: 100%;
        background: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }
    .an_pop_sv_content .close2{
        position: absolute;
        right: 10px;top: 10px;
        width: 30px;height: 30px;
        transition: all .5s ease-in-out;
        z-index: 11000;
        background-color: unset;
        cursor: pointer;
        outline: none;
        border: none;

    }
    .an_pop_sv_content .sv-content-left{
        width: 100%;
        border-radius: 25px 25px 0 0;
    }
    .an_pop_sv_content .sv-content-left img{border-radius: 15px 15px 0px 0px;}
    .an_pop_sv_content .sv-content-right{width: 100%;overflow: hidden;/*height: auto;*/border-radius: 0px 0px 15px 15px;}
    .an_pop_sv_content .sv-content-wrap{
        width: 90%;
        margin-top: 50px;
        margin-bottom: 15px;
        display: block;
        height: 100%;
        border-radius: 25px 25px 15px 15px;        
        background: #F3F3F3;
    }
    .sv-content-right span, .sv-content-right .service_desc{font-size: 1em;/*height: 28vh;overflow: hidden*/;}
    .service_main .service_nav_item.active {height: 5.4em;border-bottom: none;}
    .sv-content-wrap .service_path_m a {
        font-size: .9em;
        left: 32%;right: unset;
        font-weight: unset;
        bottom: 30px;
        padding: 7px 20px;
    }
    .sv-content-right a{display: none;}



    .sv-content-wrap .service_path_m a {position: relative;display: block;left: unset; width: fit-content;bottom: 0;}
    .an_pop_sv_content .sv-content-wrap{
        display: flex;
        flex-direction: column;
        /*border: 1px solid #0f0;*/
    }
    .sv-content-wrap .service_path_m{
        text-align: center;
        height: 10%;
        margin-bottom: 15px;
    }
    .sv-content-wrap .service_path{display: none;}
    .an_pop_sv_content .sv-content-right{
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

}
@media (max-width: 600px){
    .main-banner-test{margin-top: 15%;}
    .top-header-line nav{display: none !important;}
    .top-header-line .search{display: none !important;}
    .midle-header-line .main-name{margin-top: 0 !important;}
    .midle-header-line .logo {margin-top: 3.5vw;}
    .bottom-header-line{margin-top: 0 !important;;margin-bottom: 0 !important;}
    .bottom-header-line .order_call{display: none !important;}
    .why-we {padding: 0;}
    .why-we-item{margin-bottom: -25px;}
    .tablet-width .advantage-item .img img {width: 50%;margin: 0 auto;}
    .sv-content-right span, .sv-content-right .service_desc{font-size: .9em;max-height: 25vh;overflow-y: scroll;}
    header.open .midle-header-line {
        height: 150px !important;
    }
    header.open .header-right {
        display: flex !important;
        position: absolute;
        left: 0;
        right: 0;
        top: 150px;
    }
    header.open .top-header-line .search {
        display: flex !important;
    }
    header.open .bottom-header-line {
        margin-top: 50px !important;
    }

}

@media (max-width: 500px){
    .an_pop_cart{width: 95%;top: 12%;right: 2%;font-size: 12px;}
    .an_pop_cart a.action-learn-more{font-size: 1.3em;}
    /*.sv-content-right a{left: 31%;}*/
    .sv-content-right span, .sv-content-right .service_desc {font-size: 0.75em;padding: 15px;}
    .sv-content-wrap .service_path_m a {
        font-size: .9em;
        right: unset;
        font-weight: unset;
        /*bottom: 5%;*/
    }
}

@media (max-width: 450px){
    .service_main h2{font-size: 1em;}
}

@media (max-width: 400px){
    .service_main .service_nav_item {/*min-width: 43%;max-width: 43%;*/}
    .services_list p{font-size: 0.9em;}
    .an_pop_sv_content .sv-content-left{/*height: 40%;height: 45vh;*/}
    .an_pop_sv_content .sv-content-right{/*height: 60%;*//*height: 43vh;*/}
    /*.sv-content-right a {left: 27%;}*/
}

@media (max-width: 380px){
    .an_pop_sv_content .sv-content-left{/*height: 40%;*/}
    .an_pop_sv_content .sv-content-right{/*height: 60%;*/}
    .sv-content-right a {font-size: 0.8em;}
}

@media (max-width: 360px){
    .sv-content-right a {/*left: 29%;*/}
    .an_pop_sv_content .sv-content-left{/*height: 38vh;*/}
    .an_pop_sv_content .sv-content-right{/*height: 52vh;*/}
}

.main-banner-test{width: 100%;}
.main-banner-test img{width: 100%;}


.service_main2 {width: 100%;display: flex;justify-content: space-around;}
.services_list2{width: 99%;}
.service_main2 ul {
    width: 100%;
    list-style-type: none;
    text-align: center;
    margin: 10px 0 20px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 10px;

}
.service_main2 .service_nav_item {
    border-bottom: 6px solid transparent;
    list-style: none;
    margin: 0;
    cursor: pointer;
    background-color: #F3F3F3;
    border-radius: 5px;
    color: #000;
    font-size: .8em;
    text-decoration: none;
    word-wrap: break-word;
    vertical-align: middle;
    height: 5.4em;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}    

@media (max-width:1300px) {
    .service_main2 ul {
        grid-template-columns: repeat(5, 1fr);
    }
}
@media (max-width:1000px) {
    .service_main2 ul {grid-template-columns: repeat(4, 1fr);}
}
@media (max-width:768px) {
    .service_main2 ul {grid-template-columns: 1fr 1fr 1fr;}
}
@media (max-width:600px) {
    .services_list2 {width: 90%;}
    .service_main2 ul {grid-template-columns: 1fr 1fr;}
    .service_main2 .service_nav_item, .service_main2 .service_nav_item.active { height: 5em;font-size: 0.7em; }
    .service_main2 ul{grid-gap: 10px;}
    .sv-content-right a{
        bottom: 10px;
        padding: 12px 25px;
        font-weight: unset;
    }
}
@media (max-width:400px) {
    .services_list2 {width: 92%;}
    .service_main2 .service_nav_item, .service_main2 .service_nav_item.active { height: 4em;font-size: 0.6em; }
    .service_main2 ul{grid-gap: 10px;}
}






@media (max-width: 768px){

}







.otl_viewport{position: absolute;}

.header-messengers {
    position: absolute;
    bottom: -10px;
    left: -80px;
}
.header-messengers path,
.header-messengers svg {
    fill: #000 !important;
}
.header-messengers a {
    display: inline-block;
    line-height: 0;
}
@media (max-width: 1130px){
    .header-messengers {
        display: none;
    }
}


/*label[for="payment-credit_payment"] {
	padding: 35px;
}*/
.radio label:before{}

.credit label:before{}