:root {
  --red_et: #E40614;  /*#E02237;*/
  --redhov_et: #951316;
  --redhov_et2: #FF171E;
}

body {
    margin: 0;
    padding: 0 !important;
    font-family: "montserrat";
}

@font-face {
    font-display: swap;
    font-family: "montserrat";
    src: url("../fonts/montserrat/Montserrat-Medium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-display: swap;
    font-family: "montserrat-bold";
    src: url("../fonts/montserrat/Montserrat-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

header {
    /* max-width: 1600px; */
    margin: 0 auto;
    background: #fff;
    font-weight: 700;
}

.post_last_work .owl-nav.disabled {
    display: block !important;
}
.post_last_work .owl-dots.disabled {
    display: block !important;
}

.action .right-icons {
  z-index: 1;
}

.currencies {
    position: absolute;
    z-index: 6;
    right: calc(13% - 160px);
    padding: 10px 20px;
    background: #fff;
    border-radius: 5px;
    width: 7vw;
    display: none;
}

.currency-select {
    padding: 5px 10px;
    border-bottom: 1px solid #aaa;
    cursor: pointer;
}

.container {
    max-width: 1600px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
}

.bottom-header-line .operations i{display: none;}

.order_call-inputs .close2 {
    /*opacity: .9;*/
    position: absolute;
    right: 5px;
    top: 0px;
    width: 30px;
    height: 30px;
    transition: all .5s ease-in-out;
    z-index: 1000;
    background-color: unset;
}
.close2::before {
    content: "";
    width: 1px;
    display: block;
    position: absolute;
    transform: rotate(-45deg);
    background: #777;
    transition: .3s;
    height: 20px;
    top: -3px;
    right: 14px;
}  
.close2::after {
    content: "";
    width: 1px;
    background: #777;
    display: block;
    position: absolute;
    transform: rotate(45deg);
    transition: .3s;
    height: 20px;
    top: -3px;
    right: 14px;
}
.close2:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}
.close2:hover::before, .close2:hover::after {
    height: 30px;
    background: #000;
    top: -8px;
}


@media (max-width: 600px) {
    .container {
        width: 100%;
        /*margin-left: 10px;*/
    }
    .row-block{width: 100%;margin: 0 auto;}
    .catalog_an{width: 100%;margin: 0 auto;}
    .reviews {width: 95%;}

}

.wrapper {
    max-width: 1600px;
    margin: 0 auto;
}

.top-header-line {
    width: 100%;
    padding: 5px 0;
    overflow: hidden;
    background-color: var(--red_et);
    background-color: #535353;
    box-sizing: border-box;
    position: relative;
}
.top-header-line .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tile-footer {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 15px;
}

.description_block {
    padding: 40px;
    box-sizing: border-box;
}

.desc-heating a {
    color: #737575 !important;

}
.desc-heating a:hover{
    opacity: .7;
}
.alert {
    padding: 40px 14px 40px 14px;
    line-height: 28px;
    margin-bottom: 20px;
    box-sizing: border-box;
    top: 40vh;
    left: calc(50vw - 200px);
    position: fixed;
    z-index: 999;
    width: 400px;
    text-align: center;
    height: max-content;
    color: white;
    font-size: 20px;
    border-radius: 18px;
    -webkit-transition: all 2s ease;
    -o-transition: all 2s ease;
    -moz-transition: all 2s ease;
    transition: all 2s ease;
}

.alert.close-block {
    opacity: 0;
}

.alert-success {
    background-color: #d77779;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    position: absolute !important;
    right: 21px;
    top: 10px !important;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    color: inherit;
    opacity: 0.7;
}

.top-header-line nav {
    padding: 0;
    margin: 0;
}

.header-clouser {
    display: none;
}

.top-header-line nav ul {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0 0 0 -23px;
    padding: 0;
}

.top-header-line nav ul li:nth-child(4) a {
    background: #8f8f8f;
}

.top-header-line nav ul li a {
    text-decoration: none !important;
    color: #fff !important;
    text-transform: uppercase;
    /* height: 50px; */
    font-size: 13px;
    letter-spacing: 0.08em;
    display: flex;
    text-align: center;
    align-items: center;
    padding: 11px 23px;
    border-radius: 5px;
    transition: .2s;
}

.top-header-line nav ul li a:hover {
    /* background: #fff;
    color: #000; */
    background: #616161;
}

.header-right {
    display: flex;
    align-items: center;
    position: relative;
}

.search-btn {
    height: 20px;
    padding: 0 5px;
    /* margin-left: calc(10% - 509px); */
    margin-right: 50px;
    cursor: pointer;
    border-radius: 5px;
    padding: 5px 10px;
}

.search-btn:hover {
    background: #616161;
}

.search {
    display: flex;
    position: relative;
    position: absolute;
    align-items: center;
    height: 50px;
    background-color: #fff;
    width: 509px;
    right: -100vw;
    transition: right 1s;
    z-index: 10;
    top: -5px;
}
.search.open {
    right: calc(100% - 40px);
}

.search-enter {
    cursor: pointer;
    margin: 0 20px;
    filter: invert(100%);
}

.search-input {
    background-color: #fff;
    border: none;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
    width: 70%;
    padding-left: 20px;
    height: 30px;
    outline: none;
}

.search-close {
    width: 30px;
    height: 30px;
    position: absolute;
    margin-left: 90%;
    top: 8px;
    cursor: pointer;
}

.search-close::before {
    content: '';
    width: 30px;
    height: 2px;
    margin-top: 14px;
    transform: rotate(45deg);
    position: absolute;
    background-color: #000;
}

.search-close::after {
    content: '';
    width: 30px;
    height: 2px;
    margin-top: 14px;
    transform: rotate(-45deg);
    position: absolute;
    background-color: #000;
}

.soc-netw {
    display: flex;
    align-items: center;
    padding-right: 20px;
}

.soc-netw a {
    border-radius: 5px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s;
}
.soc-netw a + a {
    margin-left: 28px;
}

.soc-netw a img {
    height: 25px;
}

.soc-netw a:hover {
    background: #616161;
}

.midle-header-line {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    height: 100px;
    display: flex;
    background-color: #fff;
    align-items: center;
    box-sizing: border-box;
    justify-content: space-between;
}

.midle-header-line .main-name {
    display: flex;
    flex-direction: column;
    margin-left: 2vw;
    margin-bottom: 23px;
    align-items: center;
}

.block-logo img {
    width: 400px;
}

.midle-header-line .main-name p {
    margin: 0;
    font-size: 20px;
}

.midle-header-line .main-name .main-p {
    font-weight: bold;
    letter-spacing: 0.04em;
    font-family: "montserrat-bold";
    margin: 0;
    transform: translateY(.3vw);
    font-size: 45px;
}

.adress {
    display: flex;
    flex-direction: column;
    margin-left: 0;
    align-items: center;
    line-height: 22px;
}

.adress .add_title {
    font-size: 19px;
    margin-bottom: 4px;
}

.adress .add_list p {
    font-size: 15px !important;
}

.midle-header-line .adress p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.block-logo {
    display: grid;
    align-items: center;
}

.block-logo a {
    font-size: 14px;
    font-weight: normal;
}

.midle-header-line .adress .main-p {
    font-weight: bold;
    margin: 0;
    font-size: 20px;
}

.phone-num {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 20px;
    position: relative;
}
.phone-num p {
    margin: 0;
}
.phone-num p + p {
    margin-top: 5px;
}

.bottom-header-line {
    /* width: 100%; */
    max-width: 1600px;
    margin: 0 auto;
    border-radius: 5px;
    height: 76px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    /*background-color: #C02739;*/
    background-color:var(--red_et);
    position: relative;
    z-index: 100;
    top: 0;
}
.bottom-header-line.header-fixed {
    width: calc(100% - 40px);
    position: fixed;
    /* left: 20px;
    right: 20px; */
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
}

.bottom-header-line nav {
    margin-left: 0;
}

.bottom-header-line nav ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
.bottom-header-line nav > ul > li:nth-child(2) > a {
    border-radius: 5px 0 0 5px;
}

/* .bottom-header-line nav > ul > li {
    position: relative;
} */

@media(min-width: 767px) {
    .bottom-header-line nav > ul > li > a {
        padding: 0 35px;
        text-decoration: none;
        color: #fff;
        display: flex;
        align-items: center;
        height: 76px;
        box-sizing: border-box;
        transition: .2s;
        text-transform: uppercase;
    }

    .bottom-header-line nav > ul > li > a:hover {
        background: #333333;
    }

    .main-menu-header > li.menu-item-other > ul.main-submenu {
        display: none;
        position: absolute;
        width: 100%;
        top: 100%;
        left: 0;
        background: #fff;
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        align-items: stretch;
        border-radius: 0 0 5px 5px;
    }
    .main-menu-header > li.menu-item-other:hover > ul.main-submenu {
        display: grid;
    }
    .main-menu-header > li.menu-item-other:hover > ul.main-submenu li {
        text-align: center;
        padding: 5px;
    }
    .main-menu-header > li.menu-item-other:hover > ul.main-submenu li a {
        padding: 10px 20px;
        box-sizing: border-box;
        display: block;
        width: 100%;
        height: 100%;
        font-weight: 700;
        font-size: 13px;
        line-height: 17px;
        text-transform: uppercase;
        color: #000000;
        text-decoration: none;
        border-radius: 5px;
    }
    .main-menu-header > li.menu-item-other:hover > ul.main-submenu li a:hover {
        background: #EDEDED;
    }
    .main-menu-header > li.menu-item-other:hover > ul.main-submenu li .icon {
        margin-bottom: 5px;
        border: none;
        background: none;
        width: auto;
        height: auto;
        display: block;
    }
    .main-menu-header > li.menu-item-other:hover > ul.main-submenu li .icon img {
        height: 64px;
        width: 64px;
        object-fit: contain;
    }

    .main-menu-header > li.menu-catalog-item {
        position: relative;
    }
    .main-menu-header > li.menu-catalog-item > ul.main-submenu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background: #fff;
    }
    .main-menu-header > li.menu-catalog-item:hover > ul.main-submenu {
        display: block;
    }

    .main-menu-header > li.menu-catalog-item > ul.main-submenu > li > a:after {
        content: '';
        position: absolute;
        display: block;
        width: 7px;
        height: 10px;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml,%3Csvg width='7' height='10' viewBox='0 0 7 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L1 9' stroke='%23333333' stroke-width='2'/%3E%3C/svg%3E");
    }
    .main-menu-header > li.menu-catalog-item > ul.main-submenu > li > a:hover {
        background: #EDEDED;
    }
    .main-menu-header > li.menu-catalog-item > ul.main-submenu > li a {
        position: relative;
        min-width: 200px;
        font-weight: 700;
        font-size: 14px;
        line-height: 17px;
        text-transform: uppercase;
        color: #000000;
        text-decoration: none;
        display: block;
        padding: 10px 20px;
        white-space: nowrap;
        display: flex;
        align-items: center;
        border-radius: 0 !important;
    }
    .main-menu-header > li.menu-catalog-item > ul.main-submenu > li a .icon {
        width: 30px;
        text-align: center;
        margin-right: 30px;
        background: transparent;
    }
    .main-menu-header > li.menu-catalog-item > ul.main-submenu > li a .icon img {
        width: 30px;
        height: 30px;
        object-fit: contain;
    }

    .main-menu-header > li.menu-catalog-item > ul.main-submenu > li {
        position: relative;
    }
    .main-menu-header > li.menu-catalog-item > ul.main-submenu > li > ul {
        display: none;
        background: #EDEDED;
        position: absolute;
        left: 100%;
        top: 0;
        width: 700px;
        grid-template-columns: 1fr 1fr;
    }
    .main-menu-header > li.menu-catalog-item > ul.main-submenu > li:hover > ul {
        display: grid;
    }
    .main-menu-header > li.menu-catalog-item > ul.main-submenu > li > ul a:hover {
        background: #fff;
    }
    .bg-on-hover {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        background: rgba(0, 0, 0, .2);
        z-index: 100;
    }
    .bg-on-hover.open {
        display: block;
    }
    .bottom-header-line {
        z-index: 200;
    }
}




/*.bottom-header-line nav ul li a:first-child{
	border-left: none;
}*/
/*.bottom-header-line nav ul li a img {*/
.bottom-header-line nav ul li.menu-cat>a>img {
    width: 34px;
    height: auto;
    margin-right: 10px;
    position: relative;
    /* filter: invert(100%); */
}
.bottom-header-line nav ul li.menu-cat>a>svg {
    margin-right: 10px;
    flex-shrink: 0;
}

@media (max-width: 1000px) {
    .currencies {
        right: 0;
    }

    /* .bottom-header-line nav ul li a span {
        display: none;
    } */

    .bottom-header-line nav ul li a {
        padding: 0 2vw;
    }

    .bottom-header-line nav ul li a img {
        width: 30px;
    }

    .midle-header-line .adress .main-p {
        font-size: 14px;
    }

    .phone-num p {
        font-size: 13px;
    }
}

.order_call {
    background: #FFFFFF;
    border-radius: 5px;
    padding: 19px 40px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    box-sizing: border-box;
    white-space: nowrap;
    transition: .2s;
    margin: 0;
}

.order_call:hover {
    /*background-color: #C02739;*/
    background-color: var(--redhov_et2);
    color: #fff;
}

.operations {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding-right: 20px;
}

.operations li {
    position: relative;
    margin: 0 10px;
}

.operations li span {
    position: absolute;
    height: 15px;
    border-radius: 100%;
    background: #fff;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 7px;
    right: 5px;
    color: #000;
    aspect-ratio: 1/1;
}

.operations li a {
    padding: 10px;
    display: flex;
    align-items: center;
    border-radius: 5px;
}

.operations li a img {
    width: 25px;
}

.operations li a:hover {
    /*height: 60px;*/
    display: flex;
    align-items: center;
    background-color: rgba(255,255,255, .4);


}

/*.order_call-inputs {
    width: 216px;
    height: 90px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: absolute;
    top: -400px;
    z-index: 999;
    transition: 1s;
    left: calc(48vw - 108px);
    margin-left: 200px;
}*/

.order_call-inputs {
    width: 20%;
    display: none;
    position: fixed;
    top: 20%;
    z-index: 999;
    transition: 1s;
    left: 40%;
    padding: 1em 2em;
    background: #CACACA;
    text-align: center;
}

.order_call-inputs input {
    height: 30px;
    background-color: #fff;
    outline: none;
    border: none;
    /*border-bottom: .1px solid #666;*/
    width: 100%;
    margin: 1em 0;
    text-align: center;
}

.order_call-inputs button {
    height: 30px;
    outline: none;
    border: none;
    cursor: pointer;
    background-color: var(--red_et);
    color: #fff;
    margin: 1em auto;
    padding: 0 1.3em;
    font-size: 1em;
}

#popup_footer{margin: 0 0;text-align: left;font-weight: 300;}

.call-header {
    display: none;
}

.under-menu {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 1600px;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    z-index: 100;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0 calc(11% - 90px);
}

.under-menu:target {
    display: flex;
}

.under-menu .close-menu {
    width: 20px;
    height: 20px;
    position: absolute;
    margin-left: 91%;
    margin-top: 20px;
    display: block;
}

.under-menu .close-menu:before {
    width: 20px;
    height: 2px;
    content: '';
    background-color: #000;
    position: absolute;
    margin-left: 10px;
    transform: rotate(45deg);
}

.under-menu .close-menu:after {
    width: 20px;
    height: 2px;
    content: '';
    background-color: #000;
    position: absolute;
    margin-left: 10px;
    transform: rotate(-45deg);
}

/*.under-menu .menu-item {
    width: 180px;
    cursor: pointer;
    display: flex;
    text-align: center;
    justify-content: flex-start;
    padding: 10px 10px;
    box-sizing: border-box;
    text-decoration: none;
    text-transform: uppercase;
    flex-direction: column;
    align-items: center;
    border: 1px solid #eee;
    border-top: none;
    color: #000;
    height: 125px;
    background-color: #fffb;
}*/

.under-menu .menu-item {
    width: 180px;
    cursor: pointer;
    display: flex;
    text-align: center;
    justify-content: flex-start;
    padding: 10px 10px;
    box-sizing: border-box;
    text-decoration: none;
    text-transform: uppercase;
    flex-direction: column;
    align-items: center;
    border: 2px solid #aaaaaa40;
    border-top: none;
    color: #000;
    /*height: 125px;*/
    height: 150px;
    background-color: #f9f9f9;
    /*border-radius: 5px;*/
}
.under-menu .menu-item:hover {box-shadow: 2px 2px 7px -4px;background: #f5f5f5;}

.under-menu .menu-item img {
    /*height: 50px;*/
    height: 75px;
    max-width: 100%;
    /*width: 50px;*/
    width: 75px;
}

.menu-item p {
    font-size: .8vw;
    font-weight: 400;

}

footer {
    display: flex;
    align-items: flex-start;
    box-sizing: border-box;
    color: #fff;
}
footer > div {
    box-sizing: border-box;
}
.footer-top {
    background: #535353;
    padding: 20px 0;
}
.footer-top a {
    color: #fff;
    font-weight: 400;
    text-decoration: none;
}
.footer-top .wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.footer-top ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-top li + li {
    margin-top: 7px;
}
.footer-top .col-left,
.footer-top .col-mid,
.footer-top .col-right {
    position: relative;
    z-index: 10;
}
.footer-top .col-left {
    padding-top: 40px;
}
.footer-top .col-left .email {
    padding-left: 50px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.0.2  SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' style='enable-background:new 0 0 100 100%3B' xml:space='preserve'%3E%3Cpath fill='%23fff' d='M93 19H7c-1.1 0-2 0.9-2 2v58c0 0 0 0 0 0.1c0 0.1 0 0.1 0 0.2c0 0.1 0 0.1 0 0.2c0 0.1 0 0.1 0.1 0.2c0 0.1 0 0.1 0.1 0.2c0 0.1 0.1 0.1 0.1 0.2c0 0.1 0.1 0.1 0.1 0.2c0 0 0 0 0 0.1c0 0 0 0 0.1 0.1c0 0 0.1 0.1 0.1 0.1c0 0 0.1 0.1 0.1 0.1c0 0 0.1 0.1 0.2 0.1c0.1 0 0.1 0.1 0.2 0.1c0.1 0 0.1 0.1 0.2 0.1s0.1 0 0.2 0.1c0.1 0 0.1 0 0.2 0c0.1 0 0.1 0 0.2 0c0 0 0.1 0 0.1 0h86c0.2 0 0.3 0 0.4 0c0 0 0.1 0 0.1 0c0.1 0 0.2-0.1 0.3-0.1c0 0 0.1-0.1 0.1-0.1c0.1 0 0.2-0.1 0.2-0.2c0 0 0.1-0.1 0.1-0.1c0.1-0.1 0.1-0.1 0.2-0.2l0.1-0.1c0 0 0 0 0-0.1c0-0.1 0.1-0.1 0.1-0.2c0 0 0.1-0.1 0.1-0.2c0-0.1 0-0.1 0.1-0.2s0-0.1 0.1-0.2c0-0.1 0-0.1 0-0.2c0-0.1 0-0.1 0-0.2c0 0 0 0 0-0.1V21C95 19.9 94.1 19 93 19z M9 32.1l27 21.4L9 74.9V32.1z M12.8 77l26.5-21l9.5 7.5c0.4 0.3 0.8 0.4 1.2 0.4s0.9-0.1 1.2-0.4l9.5-7.5l26.5 21H12.8z M91 74.9L64 53.5l27-21.4V74.9z M91 27l-1.2 1L50 59.5L10.2 28L9 27v-4h82V27z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 36px auto;
    padding-bottom: 9px;
    padding-top: 7px;
}
.footer-top .col-left .phone {
    margin-top: 20px;
    padding-left: 50px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E%3Cpath fill='%23fff' d='M106.58248 18.67715A62.18831 62.18831 0 0 0 1.93547 60.03859a61.70661 61.70661 0 0 0 16.742 46.54357 62.43431 62.43431 0 0 0 45.323 19.60672 3.336 3.336 0 0 0 0-6.672A55.51807 55.51807 0 0 1 60.45157 8.59416a55.52222 55.52222 0 0 1 59.06559 55.406 54.92693 54.92693 0 0 1-6.01939 25.17219 11.9927 11.9927 0 0 1-15.77551 5.10177l-1.769-.83767c1.00287-1.00816 1.93339-1.9714 2.61278-2.7002a2.1727 2.1727 0 0 0-.30922-3.23231L81.66209 76.84846a2.47073 2.47073 0 0 0-3.51561.59958c-1.3311 1.96515-4.36767 6.26821-4.36767 6.26821s-7.10343 3.825-19.67079-8.74253c-.19018-.19018-.34262-.36718-.52533-.55492-.18773-.18285-.36474-.33515-.55492-.52533-12.5675-12.5675-8.74266-19.67079-8.74266-19.67079S48.58831 51.186 50.55346 49.855a2.47084 2.47084 0 0 0 .59944-3.51574L40.49762 29.74468a2.17273 2.17273 0 0 0-3.23231-.30936c-2.46794 2.30071-7.5617 7.373-8.341 9.00017A17.31791 17.31791 0 0 0 28.20378 51.24 73.99183 73.99183 0 0 0 46.1976 80.45027c.23076.23076.46478.4318.69623.65727.22547.23144.42664.4656.65727.69636A73.99538 73.99538 0 0 0 76.7615 99.79772a17.31863 17.31863 0 0 0 12.8045-.72066 7.3097 7.3097 0 0 0 1.10848-.7588l4.19174 1.985a18.7027 18.7027 0 0 0 24.576-8.10114 61.5348 61.5348 0 0 0 6.747-28.202A62.43431 62.43431 0 0 0 106.58248 18.67715Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 36px auto;
}
.footer-top .col-left .schedule {
    margin-top: 20px;
    padding-left: 50px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg fill='%23fff' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='5' y='8' width='2' height='2'/%3E%3Crect x='9' y='8' width='2' height='2'/%3E%3Crect x='13' y='8' width='2' height='2'/%3E%3Crect x='17' y='8' width='2' height='2'/%3E%3Crect x='5' y='11' width='2' height='2'/%3E%3Crect x='9' y='11' width='2' height='2'/%3E%3Crect x='13' y='11' width='2' height='2'/%3E%3Crect x='17' y='11' width='2' height='2'/%3E%3Crect x='5' y='14' width='2' height='2'/%3E%3Crect x='9' y='14' width='2' height='2'/%3E%3Crect x='13' y='14' width='2' height='2'/%3E%3Crect x='17' y='14' width='2' height='2'/%3E%3Crect x='5' y='17' width='2' height='2'/%3E%3Crect x='9' y='17' width='2' height='2'/%3E%3Crect x='13' y='17' width='2' height='2'/%3E%3Cpath d='M20 1H16V4H14V3.37A1.37 1.37 0 0 0 12.63 2H11.37A1.37 1.37 0 0 0 10 3.37V4H8V1H4A3 3 0 0 0 1 4V20a3 3 0 0 0 3 3H20a3 3 0 0 0 3-3V4A3 3 0 0 0 20 1Zm1 19a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4A1 1 0 0 1 4 3H6V6H18V3h2a1 1 0 0 1 1 1Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 36px auto;
}
.footer-top .col-left a {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}
/* .footer-top .col-left a.tel-soc {
    position: relative;
}
.footer-top .col-left a.tel-soc:before {
    content: '';
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    left: -50px;
    top: 0;
    background-image: url("data:image/svg+xml,%3Csvg fill='%23ffffff' width='64px' height='64px' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='m20.665 3.717-17.73 6.837c-1.21.486-1.203 1.161-.222 1.462l4.552 1.42 10.532-6.645c.498-.303.953-.14.579.192l-8.533 7.701h-.002l.002.001-.314 4.692c.46 0 .663-.211.921-.46l2.211-2.15 4.599 3.397c.848.467 1.457.227 1.668-.785l3.019-14.228c.309-1.239-.473-1.8-1.282-1.434z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.footer-top .col-left a.tel-soc:after {
    content: '';
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    left: -25px;
    top: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='64px' height='64px' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M12.743 13.455s.356.03.547-.206l.374-.47c.18-.232.614-.38 1.04-.144a11.005 11.005 0 0 1 .928.593c.282.207.86.69.862.69.276.233.34.574.152.934l-.002.008a3.896 3.896 0 0 1-.777.957l-.007.005q-.401.335-.789.381a.522.522 0 0 1-.115.008 1.05 1.05 0 0 1-.335-.052l-.009-.012c-.398-.113-1.062-.394-2.169-1.004a12.917 12.917 0 0 1-1.822-1.204 9.553 9.553 0 0 1-.82-.727l-.027-.027-.028-.028-.028-.027-.027-.028a9.553 9.553 0 0 1-.727-.82A12.93 12.93 0 0 1 7.76 10.46c-.61-1.107-.891-1.77-1.004-2.17l-.012-.008a1.05 1.05 0 0 1-.051-.335.506.506 0 0 1 .007-.115q.048-.387.382-.79l.005-.007a3.888 3.888 0 0 1 .957-.777l.007-.001c.36-.188.702-.124.934.15.002.001.484.58.69.862a11.005 11.005 0 0 1 .593.929c.237.425.089.86-.144 1.04l-.47.373c-.237.192-.206.548-.206.548s.696 2.633 3.295 3.296zm-.878-7.875a.253.253 0 0 0-.256.252.253.253 0 0 0 .252.254c1.353.01 2.454.447 3.356 1.326.894.872 1.351 2.057 1.363 3.611a.253.253 0 0 0 .254.252.253.253 0 0 0 .252-.255c-.013-1.654-.517-2.996-1.516-3.97-.99-.965-2.242-1.46-3.705-1.47Zm.463 1.313a.253.253 0 0 0-.271.234.253.253 0 0 0 .234.271c.966.071 1.682.387 2.205.957.524.573.773 1.27.754 2.141a.253.253 0 0 0 .248.258.253.253 0 0 0 .258-.246c.021-.978-.276-1.827-.887-2.494-.617-.674-1.48-1.044-2.54-1.121Zm.379 1.357a.253.253 0 0 0-.266.24.253.253 0 0 0 .239.266c.436.023.73.146.93.351.198.206.32.516.343.971a.253.253 0 0 0 .264.24.253.253 0 0 0 .24-.263c-.027-.537-.18-.984-.484-1.3-.305-.314-.743-.478-1.266-.505Zm6.636-4.3c-.497-.458-2.506-1.916-6.98-1.936 0 0-5.275-.318-7.847 2.041-1.431 1.432-1.935 3.527-1.988 6.125-.053 2.597-.122 7.465 4.57 8.785h.005L7.1 20.98s-.03.815.507.981c.65.202 1.03-.418 1.65-1.086.341-.367.811-.905 1.165-1.317 3.21.27 5.678-.347 5.958-.439.648-.21 4.315-.68 4.91-5.547.616-5.017-.297-8.19-1.947-9.621Zm.544 9.262c-.504 4.064-3.478 4.32-4.026 4.496-.233.075-2.401.614-5.127.436 0 0-2.031 2.45-2.666 3.088-.099.1-.215.14-.293.12-.11-.027-.14-.156-.138-.345l.017-3.347s-.002 0 0 0c-3.97-1.102-3.738-5.246-3.693-7.415.045-2.17.453-3.947 1.664-5.143C7.8 3.132 12.28 3.426 12.28 3.426c3.784.017 5.598 1.157 6.018 1.538 1.396 1.196 2.108 4.056 1.588 8.247z' class='cls-1' style='fill:%23ffffff%3Bstroke-width:.0300125'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-size: 100% auto;
    background-repeat: no-repeat;
} */
.footer-top .col-mid {
    padding-top: 40px;
    display: flex;
}
.footer-top .col-mid a {
    text-transform: uppercase;
}
.footer-top .col-mid ul + ul {
    margin-left: 100px;
}
.footer-top .col-mid li + li {
    margin-top: 15px;
}
.footer-form {
    width: 300px;
}
.footer-form__title {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
}
.footer-form .input {
    margin-bottom: 15px;
}
.footer-form .input input {
    box-sizing: border-box;
    width: 100%;
    background-color: #a6a6a6;
    border: 1px solid #434343;
    height: 34px;
    padding-left: 20px;
    outline: none;
    font-family: 'Montserrat';
}
.footer-form .input textarea {
    box-sizing: border-box;
    width: 100%;
    background-color: #a6a6a6;
    border: 1px solid #434343;
    height: 100px;
    padding-left: 20px;
    outline: none;
    resize: none;
    font-family: 'Montserrat';
    padding-top: 10px;
}
.footer-form .form-btn {
    cursor: pointer;
    width: 100%;
    background-color: #e40f14;
    color: #fff;
    border: none;
    font-size: 16px;
    padding: 10px 0;
    transition: all .2s ease 0s;
    text-transform: uppercase;
    border-radius: 5px;
    font-family: "montserrat";
}
.footer-form .form-btn:hover {
    background-color: #b90408;
}

.footer-social {
    background: #535353;
    position: relative;
}
.footer-social__list {
    display: flex;
    justify-content: center;
    position: absolute;
    top: -80px;
    width: 100%;
}
.footer-social__list a {
    width: 50px;
    height: 50px;
    margin: 0 20px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s;
}
.footer-social__list a:hover {
    border-color: #b90408;
}
.footer-social__list a:hover svg,
.footer-social__list a:hover path {
    fill: #e40f14;
}
.footer-social__list a.soc-insta:hover path,
.footer-social__list a.soc-insta:hover svg {
    stroke: #e40f14;
    fill: none;
}
.footer-social__list a svg {
    transition: .2s;
    max-width: 36px;
    height: auto;

}




.footer-bottom {
    background: #4A4A4A;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    padding: 18px 0;
}

.map {
    width: 330px;
    height: 360px;
    display: flex;
    justify-content: center;
}

.map iframe {
    width: inherit;
    max-width: 394px;
    height: inherit;
}

.other_info {
    text-align: center;
    width: 30vw;
    padding: 0 2vw;
}

.other_info .main-p {
    margin-top: 50px;
    font-weight: bold;
    font-size: 32px;
    text-transform: uppercase;
}

.we_in_soc {
    width: 28vw;
    text-align: center;
}

.we_in_soc .main-p {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
}

.we_in_soc-item {
    width: 80%;
    margin: auto;
    height: 40px;
    background: #fff;
    border-radius: 10px;
    margin-top: 15px;
    box-shadow: 2px 2px 10px -5px;
}

.we_in_soc-item a {
    width: 90px;
    height: inherit;
    border-radius: 10px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

.we_in_soc-item a img {
    height: 30px;
}

.conf-info {
    max-width: 1600px;
    margin: 0 auto;
    height: 30px;
    text-align: center;
    font-size: 10px;
    display: flex;
    background: #C4C4C4;
    align-items: center;
    justify-content: center;
}
.page-order {
    padding-bottom: 50px;
}
.page-order h2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    color: #333333;
}
.order-container {
    display: flex;
    justify-content: space-between;
}
.custom-cart {
    flex-basis: 650px;
}
.order-info {
    flex-basis: 785px;
    margin-left: 30px;
}
.buttons#custom-control {
    display: block;
}
.cart-area {
    margin-bottom: 20px;
}
.cart-area__heading {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #333333;
    margin-bottom: 20px;
}
.cart-item {
    border: 1px solid #AAAAAA;
    border-radius: 20px;
    padding: 5px 20px 5px 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cart-item + .cart-item {
    margin-top: 20px;
}
.cart-item__image {
    flex: 1;
}
.cart-item__image img {
    width: 97px;
    height: auto;
}
.cart-item__name {
    /* max-width: 225px; */
    flex: 4;
    padding-right: 10px;
    padding-left: 20px;
}
.cart-item__name a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    text-decoration: none;
}
.cart-item__name a:hover {
    text-decoration: underline;
}
.cart-item__quantity {
    flex: .5;
}
.cart-item__total {
    font-weight: 700;
    flex: 1;
}
.cart-item__remove .btn {
    padding: 3px 7px;
}
.cart-area__body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cart-area__body .form-group {
    margin-bottom: 30px;
    width: 100%;
}
#custom-customer .cart-area__body .form-group {
    width: 48%;
}
.cart-area__body label {
    display: block;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 10px;
}
.cart-area__body input[type=text]{
    box-sizing: border-box;
    height: 60px;
    width: 100%;
    padding-left: 20px;
    background: #EEEEEE;
    border: 1px solid #E3E3E3;
    border-radius: 5px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
}
.cart-area__body .form-group.has-error input[type=text] {
    border-color: #E40614;
}
.cart-area__body .form-group textarea {
    box-sizing: border-box;
    height: 175px;
    width: 100%;
    padding-left: 20px;
    padding-top: 20px;
    background: #EEEEEE;
    border: 1px solid #E3E3E3;
    border-radius: 5px;
    resize: none;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
}
.cart-area__body .form-group .text-danger {
    font-size: 12px;
    color: #E40614;
    margin-top: 3px;
}
.cart-area__body .btn,
#custom-control .btn {
    background: #fff;
    border: 1px solid #E40614;
    border-radius: 2px;
    padding: 20px 40px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #333333;
    text-align: center;
    min-width: 280px;
    transition: .2s;
}
.cart-area__body .btn:hover,
#custom-control .btn:hover {
    background: #E40614;
    color: #fff;
}
.cart-area__body .btn:focus,
#custom-control .btn:focus {
    outline: none;
}
.cart-area__body .radio input {
    display: none;
}
.cart-area__body .radio label {
    position: relative;
    padding-left: 35px;
    padding-top: 2px;
    cursor: pointer;
}
.cart-area__body .radio label:before {
    content: '';
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #D3D3D3;
    left: 0;
    top: 0;
    padding: 3px;
    background-clip: content-box;
    box-sizing: border-box;
}
.cart-area__body .radio input:checked + label:before {
    background-color: #E40614;
    border-color: #E40614;
}
#custom-shipping-methods,
#custom-shipping-address {
    width: 100%;
}
.control-label a {
    color: inherit;
}
#custom-control .checkbox {
    margin-bottom: 30px;
}
#custom-control .checkbox input {
    display: none;
}
#custom-control .checkbox label {
    position: relative;
    padding-left: 35px;
    padding-top: 1px;
}
#custom-control .checkbox label:before {
    content: '';
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    border: 1px solid #D3D3D3;
    left: 0;
    top: 0;
    box-sizing: border-box;
}
#custom-control .checkbox input:checked + label:before {
    background-color: #E40614;
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.3333 1.66681L4.66668 8.33349L1.33334 5.00016' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    border-color: #E40614;
}


.banner-contact {
    display: flex;
    margin: 20px -5px;
}
.banner-contact .title {
    color: #444;
    font-size: 21px;
    font-weight: 600;
}
.banner-contact .block {
    flex: 0 0 50%;
    text-align: center;
    background: #dedede;
    margin: 0 5px;
    flex-direction: column;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 12px 0;
}
.banner-contact .block:last-child {
    flex-direction: row;
}
.banner-contact form {
    margin-bottom: 0;
    width: 100%;
    padding: 0;
    background: transparent;
}
.banner-contact .footer-form .input {
    margin-bottom: 0;
}
.banner-contact .form-object {
    padding: 0 15px;
    width: 40%;
    margin-left: 0;
}
.banner-contact .footer-form__title {
    text-transform: none !important;
    padding-left: 10px;
    color: #444;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
}
.banner-contact .footer-form {
    width: 100%;
}
.banner-contact .phone {
    position: relative;
    display: flex;
    align-items: center;
}
.banner-contact .phone:before {
    content: '';
    background-image: url(/images/phone.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    left: -60px;
}
.banner-contact .phone_tel {
    color: #444;
    font-size: 18px;
    line-height: 29px;
}
.banner-contact .phone_tel a {
    color: #333;
    text-decoration: none;
}
.banner-contact .phone_tel a:hover {
    color: var(--red_et);
}
.banner-contact .footer-form .input input {
    background-color: #fff;
    border-radius: 0 !important;
    border: none;
    margin: 0 0 12px -5px;
    box-shadow: 1px 2px 5px rgba(0,0,0,.09);
    background: #fff;
}
.banner-contact .footer-form .form-btn {
    color: #fff;
    border: none;
    font-size: 14px;
    text-transform: none;
    border-radius: 0;
}
.banner-contact .arror:before {
    content: '';
    background-image: url(/images/arrow-right.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 50px;
    display: block;
    background-position: right;
}
.blok-act3.phone {
    color: #888;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
}
.blok-act3.phone .title, .blok-act3.phone .phone_tel a {
    color: #888;
    font-size: 20px;
    line-height: 26px;
    text-decoration: none;
}
.blok-act3.phone {
    margin-top: -10px;
}
.category-nav {
    box-sizing: border-box;
    padding-left: 0;
    margin-bottom: 0;
}

.map-contacts iframe {
    width: 100%;
    height: 400px;
}
.contacts .contact {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    justify-content: space-between;
}
.contacts .contact li > p {
    font-weight: 700;
}
.contacts .contact ul {
    padding-left: 20px;
    list-style-type: disc;
}

#information-contact .row-block {
    box-sizing: border-box;
    padding: 15px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}
#information-contact .desc-heating {
    margin-bottom: 0;
}
.technical-support ul {
    padding-left: 20px;
    margin-bottom: 0;
}
#information-contact h1,
#information-contact .desc-heating h2 {
    margin-top: 0;
}
#information-contact img {
    max-width: 100%;
    height: auto;
}

.mob-menu-links {
    display: none;
}

#common-success {
    padding-bottom: 50px;
}
.page-search {
    width: 100%;
}
.page-search .products-and-category {
    width: 100% !important;
}
.page-search h1.category-header {
    padding-left: 0;
}
#content h1 {
    margin-left: 15%;
}
.search-area {
    padding: 20px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 5px;
}
.search-area #input-search {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    font-size: 18px;
    outline: none;
    border-width: 1px;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding-left: 20px;
}
.search-area select {
    height: 40px;
    padding-left: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.search-area .btn {
    min-width: 200px;
}

.product-name {
    display: flex;
    align-items: center;
}
.product-status {
    margin-left: 40px;
    border: 1px solid #aaa;
    border-radius: 5px;
    padding: 5px 15px;
    font-size: 14px;
}
.product-status.green {
    border-color: #7ecb36;
    background: #e4ffca;
    color: #2e9b2c;
}
.product-status.red {
    border-color: #d14242;
    background: #ff9999;
    color: #7a0808;
}
.product-status.orange {
    border-color: #e57728;
    background: #ffd699;
    color: #8b4d18;
}

.page-service {

}
.page-service .category-header {
    font-weight: 400;
    font-size: 30px;
    line-height: 38px;
    color: #333333;
    opacity: 1;
    margin-top: 10px;
    margin-bottom: 10px;
}
.block-services {
    padding-bottom: 70px;
}
.block-services .services-wrap {
    display: flex;
    flex-wrap: wrap;
}
.block-services .services-photo {
    width: 35%;
    text-align: center;
}
.block-services .services-photo img {
    border-radius: 20px;
    max-width: 100%;
    height: auto;
}
@media (min-width: 768px) {
    .block-services .services-photo img {
        max-width: 75%; 
    }
}
.block-services .services-list {
    width: 55%;
    min-width: 600px;
    margin-left: 130px;
}
.block-services .services-list ul {
    padding-left: 0;
    margin-bottom: 40px;
}
.block-services .services-list li {
    list-style: none;
    position: relative;
    padding-left: 60px;
}
.block-services .services-list li + li {
    margin-top: 25px;
}
.block-services .services-list li:before {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid #535353;
    border-radius: 50%;
    left: 0;
    top: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L1 13' stroke='%23E40614'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
}
.block-services .services-list li .name {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
}
.block-services .services-list li .text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #535353;
}
.block-services .services-list .banner-contact {
    margin: 20px 0;
}
.block-services .services-list .banner-contact .block {
    flex: 0 0 46% !important;
}
.block-services .services-list .banner-contact .block:last-child {
    flex: 0 0 51% !important;
}
.block-services .services-list .banner-contact .phone_tel {
    margin-right: -55px;
}
.block-services .services-list .banner-contact .footer-form__title {
    width: 45%;
}
.block-services .services-list .banner-contact .banner-contact .form-object {
    width: 55%;
}
.page-service .block-services {
    padding-bottom: 0 !important;
}
.page-service .block-services .banner-contact {
    margin: 20px auto;
}
.page-service .category-header {
    padding-left: 0;
    text-align: center;
}
#category-content .desc_block {
    padding: 0 20px 10px 20px;
}
.button {
    display: flex;
    flex-wrap: wrap;
    display: inline-block;
    cursor: pointer;
    background: #E40614;
    border-radius: 5px;
    text-align: center;
    padding: 20px 40px;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    border: 1px solid transparent;
    transition: .2s;
}
.button:hover {
    background: var(--redhov_et);
}
.button-revers {
    background: #fff;
    border: 1px solid #E40614;
    color: #000;
}
.button-revers:hover {
    background-color: var(--redhov_et2);
    color: #fff;
}
.buttons .button + .button {
    margin-left: 20px;
}
.block-price {
    background: #F3F3F3;
    padding: 60px 0;
}
.block-price-wrap {
    display: flex;
    flex-wrap: wrap;
}
.block-price .col {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
}
.block-price .col-char {
    width: 40%;
}
.block-price .col-price {
    width: 38%;
    min-width: 600px;
    margin-left: 165px;
}
.col-title {
    position: relative;
    padding-left: 60px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    padding-top: 10px;
    margin-bottom: 30px;
}
.col-title:before {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid #535353;
    border-radius: 50%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: 50%;
}
.block-price .col-char .col-title:before {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='9' stroke='%23E40614'/%3E%3Cpath d='M10.5 5.5C10.5 5.77614 10.2761 6 10 6C9.72386 6 9.5 5.77614 9.5 5.5C9.5 5.22386 9.72386 5 10 5C10.2761 5 10.5 5.22386 10.5 5.5Z' fill='%23E40614'/%3E%3Cpath d='M10 15V8' stroke='%23E40614'/%3E%3C/svg%3E");
}
.block-price .col-price .col-title:before {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='19' viewBox='0 0 20 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.00001 3.5V3.5C1.00001 2.11929 2.1193 1 3.50001 1L17.2857 1C17.4852 1 17.585 1 17.6651 1.02806C17.8088 1.07831 17.9217 1.19124 17.9719 1.33486C18 1.41505 18 1.51479 18 1.71429V1.71429C18 2.91124 18 3.50972 17.8317 3.99084C17.5301 4.85258 16.8526 5.53011 15.9908 5.83165C15.5097 6 14.9112 6 13.7143 6L13 6M1.00001 3.5V3.5C1.00001 4.88071 2.11929 6 3.50001 6L17 6C17.9428 6 18.4142 6 18.7071 6.29289C19 6.58579 19 7.05719 19 8L19 10M1.00001 3.5L1.00001 14C1.00001 15.8856 1.00001 16.8284 1.58579 17.4142C2.17158 18 3.11439 18 5.00001 18L17 18C17.9428 18 18.4142 18 18.7071 17.7071C19 17.4142 19 16.9428 19 16L19 14M19 14H15C14.0572 14 13.5858 14 13.2929 13.7071C13 13.4142 13 12.9428 13 12V12C13 11.0572 13 10.5858 13.2929 10.2929C13.5858 10 14.0572 10 15 10H19M19 14L19 10' stroke='%23E40614'/%3E%3C/svg%3E");
}
.block-price .col-table {
    padding-top: 10px;
    border-top: 1px solid #8D8D8D;
}
.block-price .col-table .line {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px solid #8D8D8D;
}
.block-price .col-table .line .left {
    width: 70%;
}
.block-price .col-table .line .right {
    width: 30%;
    text-align: right;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    color: #E40614;
}
.block-about {
    padding: 60px 0;
}
.block-about-wrap {
    display: flex;
    flex-wrap: wrap;
}
.block-about .video {
    width: 40%;
}
.block-about .video iframe {
    max-width: 100%;
    height: 400px;
}
.block-about .video a {
    display: inline-block;
    position: relative;
}
.block-about .video a:before {
    content: '';
    position: absolute;
    display: block;
    width: 98px;
    height: 98px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, .5) url("data:image/svg+xml,%3Csvg width='30' height='34' viewBox='0 0 30 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.2246 12.6699C30.5579 14.5944 30.5579 19.4057 27.2246 21.3302L8.13765 32.35C4.80432 34.2745 0.637652 31.8689 0.637652 28.0199L0.637653 5.98017C0.637653 2.13117 4.80432 -0.27446 8.13765 1.65004L27.2246 12.6699Z' fill='%23E40614'/%3E%3C/svg%3E") 50% no-repeat;
}
.block-about .content {
    width: 38%;
    min-width: 600px;
    margin-left: 160px;
    line-height: 140%;
}
.block-about .content .about-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    margin-bottom: 40px;
}
.block-complete .container {
    padding-top: 60px;
    border-top: 1px solid #AAAAAA;
}
.block-complete h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    margin-bottom: 30px;
}
.list-complete {
    margin: 0 -14px;
}
.slick-dots>li:only-child {
    display: none;
}
.list-complete .slick-dots {
    text-align: center;
    list-style: none;
    padding: 0;
}
.list-complete .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}
.list-complete .slick-dots li button {
    font-size: 0;
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #E53A40;
    box-sizing: border-box;
    background: #fff;
    padding: 0;
}
.list-complete .slick-dots li.slick-active button {
    background: #E53A40;
}
.list-complete .slick-slide {
    padding: 0 15px;
}
.list-complete .item {
    /* margin: 0 15px; */
    border: 1px solid #AAAAAA;
    border-radius: 20px;
    overflow: hidden;
    box-sizing: border-box;
}
.list-complete .item .image {
    margin-bottom: 30px;
}
.list-complete .item img {
    display: inline;
    width: 100%;
    height: auto;
}
.list-complete .item .name {
    padding: 0 20px 30px 20px;
}
.list-complete .item .name a {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    text-decoration: none;
}
.block-question {
    padding: 60px 0;
}
.block-question-wrap {
    display: flex;
    flex-wrap: wrap;
}
.block-question .faq {
    width: 40%;
}
.block-question .form {
    width: 60%;
    padding-left: 160px;
    box-sizing: border-box;
}
.block-question .faq .item {
    border: 1px solid #AAAAAA;
    border-radius: 20px;
}
.block-question .faq .item + .item {
    margin-top: 20px;
}
.block-question .faq .item .question {
    padding: 20px 40px 20px 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
    position: relative;
    cursor: pointer;
}
.block-question .faq .item .question:after {
    content: '';
    position: absolute;
    display: block;
    width: 12px;
    height: 7px;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 0.999756L7 6.99976L1 0.999756' stroke='%23333333'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50%;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    transition: .2s;
}
.block-question .faq .item.open .question:after {
    transform: rotate(180deg);
}
.block-question .faq .item .answer {
    padding: 20px;
    padding-top: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #535353;
    display: none;
}
.block-question .form form {
    width: 100%;
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
}
.block-question .form .line {
    margin-bottom: 30px;
}
.block-question .form .line-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.block-question .form .line-2 .input {
    width: 48%;
}
.block-question .form input {
    width: 100%;
    height: 60px;
    background: #EEEEEE;
    border: 1px solid #E3E3E3;
    border-radius: 5px;
    box-shadow: none;
    margin: 0;
}
.block-question .form label {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #333333;
    margin-bottom: 15px;
}
.block-question .form textarea {
    width: 100%;
    outline: none;
    height: 175px;
    background: #EEEEEE;
    border: 1px solid #E3E3E3;
    border-radius: 5px;
    resize: none;
    padding: 10px;
    box-sizing: border-box;
}

.fixed-footer {
    display: none;
}
#error-not-found {
    padding-bottom: 100px;
}
.desc-heating {
    line-height: 2;
}
.mob-filter {
    display: none;
}
#fix-filter {
    display: none;
}


@media (max-width: 1650px) {
    .footer-bottom,
    .footer-top {
        padding-left: 20px;
        padding-right: 20px;
    }
    .top-header-line nav ul {
        margin-left: 0;
    }
    .block-logo {
        margin-left: 20px;
    }
    .bottom-header-line {
        margin: 0 20px;
    }
    .page-order {
        padding-left: 20px;
        padding-right: 20px;
    }
    .category-nav {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    #information-contact .row {
        padding-left: 20px;
        padding-right: 20px;
    }
    .page-service section .container {
        padding: 0 20px;
        box-sizing: border-box;
    }
    .block-question .form {
        padding-left: 110px;
    }
    #error-not-found #content {
        padding: 0 20px;
    }

}

@media(max-width: 1500px) {
    .search {
        width: 400px;
    }
    .search-input {
        width: 67%;
    }
}

@media (min-width: 1500px) {
    /*.order_call-inputs {margin-left: 187px;}*/

    .menu-item p {font-size: 14px;}
}

@media (min-width: 2000px) {
    /*.order_call-inputs {margin-left: 160px;}*/
}


@media (max-width: 3200px) and (min-width: 1500px) {
    .main-menu-header > li.menu-catalog-item > ul.main-submenu > li a {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
    .main-menu-header > li.menu-catalog-item > ul.main-submenu > li:hover {
        background: #aaa;
    }

    .main-menu-header > li.menu-catalog-item > ul.main-submenu ul.main-submenu > li a {
        pointer-events: auto;
        cursor: pointer;
    }
}

@media (max-width: 1500px) and (min-width: 768px) {
    .main-menu-header > li.menu-catalog-item > ul.main-submenu > li > ul {
        width: 550px;
    }
    .main-menu-header > li.menu-catalog-item > ul.main-submenu > li a {
        font-size: 12px;
        padding-left: 15px;
        padding-right: 15px;
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
    .main-menu-header > li.menu-catalog-item > ul.main-submenu > li:hover {
        background: #aaa;
    }

    .main-menu-header > li.menu-catalog-item > ul.main-submenu ul.main-submenu > li a {
        pointer-events: auto;
        cursor: pointer;
    }
    .main-menu-header > li.menu-catalog-item > ul.main-submenu > li a .icon {
        margin-right: 20px;
    }
}

@media (max-width: 1400px) and (min-width: 768px) {
    .order_call-inputs {width: 26%;left: 37%;}
}

@media (max-width: 1280px) and (min-width: 768px) {
    .main-menu-header > li.menu-catalog-item > ul.main-submenu > li > ul {
        width: 430px;
    }
    .main-menu-header > li.menu-catalog-item > ul.main-submenu > li a {
        white-space: normal;
        font-size: 10px;
        box-sizing: border-box;
    }
    .main-menu-header > li.menu-catalog-item > ul.main-submenu > li a .icon {
        margin-right: 10px;
    }
}

@media (max-width: 900px) and (min-width: 768px) {
    .main-menu-header > li.menu-catalog-item > ul.main-submenu > li > ul {
        width: 300px;
        grid-template-columns: auto auto;
    }
    .main-menu-header > li.menu-catalog-item > ul.main-submenu > li a {
       padding-left: 10px;
       padding-right: 10px;
       min-width: auto;
    }
    .main-menu-header > li.menu-catalog-item > ul.main-submenu > li > a  {
        min-width: 175px;
    }
    .main-menu-header > li.menu-catalog-item > ul.main-submenu > li a .icon {
        
    }
}

@media (max-width: 1400px) {
    .search.open {
        right: calc(100% - 80px);
    }
    .contacts .contact {
        flex-wrap: wrap;
    }
    .contacts .contact > li {
        width: 33.33%;
    }
    .operations {
        padding-left: 0;
    }
    .bottom-header-line nav ul li a {
        padding: 0 20px;
    }
}

@media (max-width: 1350px) {
    .block-about .content,
    .block-price .col-price,
    .block-services .services-list {
        min-width: auto;
        margin-left: 0;
        width: 50%;
    }
    .block-about-wrap,
    .block-price-wrap,
    .block-services .services-wrap {
        justify-content: space-between;
    }
    .button {
        padding: 20px 25px;
    }
}

@media (max-width: 1200px) {
    .order-container {
        flex-direction: column;
    }
    .order-info,
    .custom-cart {
        flex-basis: auto;
    }
    .order-info {
        margin-left: 0;
        margin-top: 40px;
    }
    .cart-item__name {
        max-width: 350px;
    }
}

@media (max-width: 1100px) {
    .footer-top .col-mid ul + ul {
        margin-left: 50px;
    }
    .footer-form {
        width: 270px;
    }
    .block-about-wrap, .block-price-wrap, .block-services .services-wrap {
        flex-direction: column;
    }

    .block-question .faq,
    .block-about .video,
    .block-price .col-char,
    .block-about .content, .block-price .col-price, .block-services .services-list,
    .block-services .services-photo {
        width: 100%;
    }

    .block-price .col-char {
        margin-bottom: 40px;
    }
    .block-about .video {
        text-align: center;
        margin-bottom: 40px;
    }
    .block-question .faq {
        margin-bottom: 40px;
    }
    .block-question .form {
        width: 100%;
        padding: 0;
    }
    .list-complete .item .image {
        margin-bottom: 15px;
    }
    .list-complete .item .name {
        padding: 0 10px 15px 10px;
    }
}

@media (max-width: 1000px) {
    .footer-top .col-left {
        display: grid;
        grid-template-columns: auto auto;
        gap: 20px;
    }
    .footer-top .col-left .phone {
        margin-top: 0;
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 2;
        grid-row-end: 3;
    }
    .footer-top .col-left .schedule {
        margin-top: 0;
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 3;
    }
}
@media (max-width: 1000px) and (min-width: 768px) {
    .bottom-header-line nav ul li a svg,
    .bottom-header-line nav ul li a img {
        display: none;
    }
    .operations .order_call3 {
        display: none;
    }
    .bottom-header-line nav ul li a {
        font-size: 12px;
    }
    .order_call {
        padding: 15px 20px;
        font-size: 14px;
    }
    .operations li {
        margin: 0 5px;
    }

    .adress {
        margin-left: 0;
    }

    .bottom-header-line nav ul li a {
        padding: 0 10px;
    }

    .bottom-header-line nav ul li a img {
        width: 30px;
    }

    .midle-header-line .adress .main-p {
        font-size: 14px;
    }

    .phone-num p {
        font-size: 11px;
    }

    .order_call-inputs {width: 36%;left: 32%;}

    .footer-top .wrapper {
        flex-direction: column;
        align-items: center;
    }
    .footer-top .col-right,
    .footer-top .col-mid {
        margin-top: 40px;
        padding-top: 0;
    }
    .footer-social__list {
        position: static;
    }
    .footer-social {
        padding: 20px 0;
    }
    .footer-top .col-left {
        padding-top: 0;
    }
    .top-header-line nav ul li a {
        font-size: 11px;
    }
    .soc-netw a + a {
        margin-left: 10px;
    }
    .search-btn {
        margin-right: 30px;
    }
    .top-header-line nav ul li a {
        padding: 11px;
    }
    .search.open {
        right: calc(100% - 55px);
    }
    .main-menu-header > li.menu-catalog-item > ul.main-submenu > li a .icon {
        display: none;
    }
    .main-menu-header > li.menu-catalog-item > ul.main-submenu > li a {
        font-size: 11px;
        line-height: 12px;
        white-space: normal;
        /* min-width: 175px; */
    }
    .block-logo img {
        width: 290px;
    }
}

@media (max-width: 767px) {
    body {
        padding-top: 85px;
    }
    .currencies {
        top: 12.5vw;
        position: fixed;
    }
    .desc-heating img {
        height: auto !important;
    }

    header {
        display: flex;
        flex-direction: column;
        position: fixed;
        width: 100vw;
        z-index: 1500;
        top: 0;
        left: 0;
    }
    header.open {
        height: 100vh;
        overflow: auto;
        background: #e7e7e7;
    }
    .desc-heating p {
        margin: 0 auto !important;
    }
    .bottom-header-line .operations li.order_call3 {
        cursor: pointer;
        height: 54px;
        width: 56px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
    }
    .bottom-header-line .operations li.order_call3:hover {
        background-color: rgba(255,255,255, .4);
    }
    .bottom-header-line .operations li.order_call3 i{
        cursor: pointer;
        padding: 0;
        margin: 0;
    }

    .block-logo .header-link {
        display: none;
    }
    
    .bottom-header-line .operations i{display: block; font-size: 2.2em;color: #fff;margin-right: 1em;}

    .order_call-inputs {width: 40%;left: 30%;}

    .header-clouser:before {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        width: 6vw;
        height: 2px;
        background: #000;
        transform: rotate(45deg);
    }

    .header-clouser:after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        width: 6vw;
        height: 2px;
        background: #000;
        transform: rotate(-45deg);
    }

    .header-clouser {
        width: 5vw;
        height: 5vw;
        top: 10px;
        right: 20px;
        position: absolute;
        opacity: .5;
        display: flex;
        z-index: 100;
    }

    .top-header-line {
        order: 3;
        height: unset;
        flex-direction: column;
        background: #fff;
        display: none;
        overflow: visible;
        padding: 0;
    }

    .midle-header-line {
        order: 1;
        height: unset;
        flex-wrap: wrap;
        align-items: flex-start;
        display: none;
        background: #fff;
        padding: 10px 0;
    }

    .bottom-header-line {
        order: 2;
        flex-direction: column;
        background: #E53A40;
        align-items: flex-end;
        position: relative;
        height: auto;
    }

    .call-header {
        display: block;
        position: fixed;
        top: 17px;
        left: 4.7vw;
        line-height: 0;
    }

    .operations .order_call3 {
        height: 100%;
        display: flex;
        align-items: center;
    }

    .operations li a {
        padding: 0;
        /* margin-right: 4vw; */
        width: 56px;
        height: 54px;
        margin-left: 0;
        justify-content: center;
    }

    .operations li a img {
        /*width: 7.8vw;*/
        width: 2em;
    }

    .phone-num {
        display: none;
    }

    .operations {
        margin: 0;
        padding: 0;
        margin-right: 5vw;
    }

    .logo {
        margin: 0;
        width: 75%;
        /* margin-left: 8vw;
        margin-top: 14.5vw; */
    }

    .logo img {
        width: 320px;
        height: auto;
    }

     .header-right {
        display: none;
    }

    .midle-header-line .main-name {
        margin: 0;
        margin-top: 14.4vw;
        margin-left: 4.7vw;
        align-items: flex-start;
    }

    .midle-header-line .main-name .main-p {
        font-size: 7.5vw;
    }

    .midle-header-line .main-name p {
        font-size: 3.7vw;
        font-weight: 400;
    }

    .adress {
        margin: 0;
        position: absolute;
        top: .3vw;
        left: 3.4vw;
        opacity: .5;
    }

    .midle-header-line .adress .main-p {
        letter-spacing: 0.05em;
        color: #000000;
        font-weight: 400;
        font-size: 3.7vw;
    }

    .adress p {
        letter-spacing: 0.05em;
        color: #000000;
        font-weight: 400;
        font-size: 2.8vw;
    }

    .bottom-header-line nav ul li a span {
        display: block;
        font-weight: 400;
        color: #000;
        font-size: 16px;
        padding-left: 0 !important;
    }

    .bottom-header-line nav ul li.menu-cat>a:hover>img {
        filter: invert(1);
        filter: unset;
    }
    .bottom-header-line nav ul li.menu-cat>a:hover>svg path {
        fill: #fff
    }
    .bottom-header-line nav ul li:nth-child(2) a {
        border-radius: 0;
    }

    .bottom-header-line nav ul {
        flex-direction: column;
        padding: 0;
        align-items: flex-start;
        width: 100vw;
        background: #f9efef;
        /* background: rgb(150, 150, 150); */
    }

    .bottom-header-line nav ul li {width: 100%;position: relative;}
    .bottom-header-line nav ul li i{color: var(--red_et);margin-right: 10px;font-size: 1.1em;}
/*	.bottom-header-line nav ul li:nth-last-child(2) a {
		background: #c2c2c2 !important;
	}*/
    
    .bottom-header-line nav ul li.menu-item-link a {
        display: flex;
        align-items: center;
        padding: 10px 20px;
        background: #e7e7e7;
        text-decoration: none;
    }
    .bottom-header-line nav ul li.menu-item-link a:hover {
        background: #c2c2c2;
    }
    .bottom-header-line nav ul li.menu-item-link {
        border-bottom: 1px solid #c2c2c2;
    }
    header {background:unset;}
    .category-nav {
        margin-bottom: 15px !important;
        padding-top: 0 !important;
    }
    .main-menu-header .menu-cat {
        border-bottom: 1px solid rgb(221 89 89 / 58%);
    }
    .main-menu-header .menu-cat > a {
        width: 100%;
        position: relative;
        display: flex;
        align-items: center;
        padding: 10px 20px;
        text-decoration: none;
        box-sizing: border-box;
        background-color: #f9efef;
    }
    .main-menu-header .menu-cat > a:hover span,
    .main-menu-header .menu-cat > ul li a:hover span {
        color: #fff;
    }
    .menu-item.menu-cat .main-submenu a:hover .fa-chevron-down:before {
        color: #fff;
    }
    .main-menu-header .menu-cat > a:hover,
    .main-menu-header .menu-cat > ul li a:hover {
        background: rgb(221 89 89 / 90%);
    }
    .main-menu-header .menu-cat  .main-submenu {
        display: none;
        box-sizing: border-box;
        overflow: hidden;
    }
    .main-menu-header .menu-cat .main-submenu a span,
    .main-menu-header .menu-cat .main-submenu .main-submenu {
        padding-left: 30px;
    }
    .main-menu-header .menu-cat .main-submenu .main-submenu span {
        padding-left: 0;
    }
    .main-menu-header .menu-cat > .main-submenu li a {
        width: 100%;
        position: relative;
        display: flex;
        align-items: center;
        padding: 10px 23px;
        text-decoration: none;
        box-sizing: border-box;
        background-color: #f9efeff5;

        font-weight: 400;
        color: #000;
        font-size: 16px;
    }
/*    .main-menu-header .menu-cat > .main-submenu > li > a:hover span {
        text-decoration: underline;
    }*/
    .main-menu-header .menu-cat > .main-submenu li a .icon {
        margin-right: 20px;
        background: transparent;
    }
    .bottom-header-line nav ul li.menu-cat > a > svg path {
        fill: #000;
    }
    .main-menu-header > li.menu-catalog-item > ul.main-submenu > li a .icon img {
        width: 30px;
        height: 30px;
        object-fit: contain;
    }
    .main-submenu > li > ul a {
        
    }

    .menu-item.menu-cat i {
        position: absolute;
        margin-left: 0;
        right: 20px;
        top: 0;
        bottom: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .menu-item.menu-cat .fa-chevron-down:before {
        position: absolute;
        right: 0;
    }
    .menu-item.menu-cat .fa-chevron-down.open:before {
        right: auto;
        left: 0;
    }
    .menu-item.menu-cat .main-submenu a:hover i {
        color: var(--red_et) !important;
    }
    .menu-item.menu-cat i.open {
        transform: rotate(180deg);
    }
    .menu-item.menu-cat a:hover i {
        color: #fff;
    }
    /*.bottom-header-line nav ul li a img {*/
    .bottom-header-line nav ul li.menu-cat>a>img,
    .bottom-header-line nav ul li.mob-menu>a>img {
        width: 1.5em;
        filter: invert(100%);
        margin-right: 0.7em;
    }
    .bottom-header-line nav ul li.mob-menu>a>img {
        filter: unset;
    }

    .bottom-header-line nav {
        margin: 0;
        width: 100%;
        display: none;
    }

    .search {
        width: 100%;
        position: relative;
        top: 0;
        right: 0;
        flex-direction: row-reverse;
        background: #E53A40;
        padding: 0 20px;
        box-sizing: border-box;
        justify-content: flex-end;
    }
    .bottom-header-line nav > ul > li:nth-child(1) a {
        display: none;
    }

    .search-btn {
        height: auto;
    }

    .search-close {
        display: none;
    }

/*    .search-input {
        border-left: none;
        border-right: 1px solid #fff;
        height: 8vw;
        margin: 0;
        background: none;
        box-sizing: border-box;
        padding-left: 3.75vw;
        width: 86.2vw;
        color: #fff;
        opacity: .5;
        font-size: 3.1vw;
        letter-spacing: 0.08em;
    }*/
    .search-input {
        background:#fff;
        color: #000;
        border: none;
        font-size: 1.1em;
        width: calc(100% - 50px);
        border-radius: 5px;
    }
    .search-enter {
        filter: none;
        width: 50px;
        height: 32px;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .bottom-header-line nav ul li i {
        margin: 0;
    }

    .search-enter img {
        width: 8vw;
        height: auto;
    }
    .mob-menu .search-enter i{color: #fff;}

    .swiper-viewport {
        box-sizing: border-box;
    }

    .top-header-line nav ul {
        padding: 0;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 6vw;
    }

    .top-header-line nav {
        display: none;
    }

    .top-header-line nav ul li a {
        padding: 0;
        height: 9.3vw;
        width: 47vw;
        justify-content: center;
        background: #F5F5F5;
        font-size: 3.3vw;
        color: #000;
        font-weight: 400;
        letter-spacing: 0.05em;
        margin-bottom: 3.1vw;
    }

    .order_call {
        height: 12.5vw;
        border-radius: 0;
        width: 100vw;
        justify-content: center;
        background: #E53A40;
        font-size: 3.7vw;
        font-weight: 800;
        color: #fff;
        margin: 0;
        position: relative;
        display: none;
        top: 33vw;
    }

    /* Filter */
    .ocfilter-mobile-handle {
        display: none !important;
    }
    body.open-filter {
        padding-top: 10px;
        overflow: hidden;
    }
    .open-filter .mob-filter {
        z-index: 99999;
        right: 14px;
        position: fixed;
        top: 3px;
        right: 8px;
        width: 45px;
        padding: 0;
    }
    .open-filter .ocf-offcanvas .panel {
        margin-bottom: 0 !important;
    }
    .open-filter .mob-filter span {
        display: none;
    }
    .open-filter .mob-filter .fa-filter:before {
        content: "\f00d";
    }
    .not-filter {
        display: none;
    }
    .mob-filter {
        position: relative;
        display: block;
        float: right !important;
        width: 47%;
        padding: 15px 5px;
    }
    .mob-filter .btn-default {
        width: 100%;
        background-color: #E53A40 !important;
        border: none;
        color: #fff !important;
    }
    .mob-filter .btn-default:focus {
        outline: none;
    }
    .mob-filter .btn-default .fa-filter {
        margin-right: 6px;
    }
    .open-filter .ocfilter .btn-block.btn-danger {
        position: fixed;
        bottom: 0;
        width: 50%;
        left: 0;
        z-index: 3;
        background: #777;
        padding: 10px;
        font-size: 16px;
    }
    .ocfilter-option-popover {
        position: fixed !important;
        bottom: 0;
        right: 0;
        z-index: 3;
        top: auto !important;
        width: 49%;
        left: auto !important;
        padding: 0 !important;
        border: none !important;
        box-shadow: none;
        border-radius: 0 !important;
    }
    .popover .popover-content {
        padding: 0 !important;
    }
    .popover > .arrow {
        display: none !important;
    }
    .ocfilter-option-popover button.btn.btn-primary {
        width: 100%;
        border-radius: 0;
        padding: 10px;
        font-size: 16px;
    }
    .ocfilter .list-group {
        padding-bottom: 45px;
    }
    #fix-filter {
        position: sticky;
        top: 46px;
        z-index: 2;
        background: #f8f8f8;
        width: 100%;
        display: block;
    }
    #product-category .products-sort {
        padding: 15px 0px 15px 10px !important;
        float: left !important;
        width: 46%;
    }
    #product-category .products-sort label {
        display: none;
    }
    #product-category #input-sort {
        padding: 6px 12px;
        border-color: #888;
        border-radius: 4px;
        color: #888;
        width: 100%;
    }
    .open-filter #fix-filter {
        position: relative !important;
        z-index: 99999;
    }
    .open-filter #product-category .products-sort {
        display: none;
    }
    .open-filter .ocfilter-mobile {
        position: fixed;
        left: 0;
        width: 100%;
        z-index: 9999;
    }
    .open-filter .ocf-offcanvas-body {
        top: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
    }
    .open-filter .mob-filter button.btn.btn-default {
        background: transparent;
        border: none;
        font-size: 21px;
        line-height: 23px;
        width: 45px;
        background: transparent !important;
        color: #000 !important;
    }
    .open-filter .mob-filter button.btn.btn-default:focus {
        outline: none !important;
    }

    .soc-netw a:hover {
        height: unset;
    }

    .soc-netw a img {
        filter: invert(100%);
        height: unset;
        width: 9.3vw;
        margin: 0;
    }
    header .search-btn {display: none;}
    header .mob-menu .search-btn {
        margin: 0;
        padding: 0;
        display: block;
    }
    header .mob-menu .search-btn:hover{
        background: transparent;
    }

    header .soc-netw {margin: 0;width: 100%;justify-content: space-around;margin-bottom: 2vw;display: none;}
    header .adress {
        position: relative;
        border-top: 1px solid #000;
        opacity: 1;
        left: 0;
        text-align: center;
        padding-top: 5px;
        width: 100%;
    }
    header .adress .add_title {
        font-weight: normal;
        font-size: 15px;
        margin-bottom: 0;
    }
    header .adress .add_list p {
        font-size: 12px !important;
        line-height: 15px;
    }
    .under-menu {position: sticky;background-color: #f9efeff5;}

    .under-menu .menu-item {width: 50vw;height: 30vw;display: flex;justify-content: space-evenly;}

    .under-menu .menu-item.odd:last-child{width: 100%;}

    .under-menu .menu-item img {
        filter: none;
        /*height: unset;*/
        /*width: 25%;*/
        height: 60%;
        width: auto;
        object-fit: cover;
        /*aspect-ratio: 1/1;*/
        /*padding-bottom: 5px;*/
    }

    .menu-item p {
        font-size: 3vw;
        margin: 0;
        /*margin-top: .3vw;*/
    }

    /*.bottom-header-line nav ul li a:hover {height: 11.5vw;}*/
    /*.bottom-header-line nav ul li .under-menu a:hover {height: unset;}*/

    footer {
        flex-direction: column;
        height: unset;
        padding: 0;
        padding-top: 30px;
        width: 100vw;
    }

    .map {
        width: 90vw;
        height: 90vw;
    }

    .map iframe {
        max-width: unset;
    }

    .other_info {
        width: 90vw;
    }

    .we_in_soc {
        width: 90vw;
        padding-left: 5vw;
        padding-bottom: 30px;
    }

    .we_in_soc-item {
        width: 35vw;
        height: 50px;
        float: left;
        margin-left: 5vw;
    }

    .we_in_soc-item a {
        width: 100%;

    }

    .conf-info {
        height: 63px;
    }
    .footer-top .wrapper {
        flex-direction: column;
        align-items: center;
    }
    .footer-top .col-right,
    .footer-top .col-mid {
        margin-top: 60px;
        padding-top: 0;
    }
    .footer-social__list {
        position: static;
    }
    .footer-social {
        padding: 20px 0;
    }
    .footer-top .col-left {
        padding-top: 0;
    }
    .footer-top .col-mid a {
        font-size: 14px;
        line-height: 1.3;
    }
    .footer-top .col-left,
    .footer-top .col-left a {
        font-size: 14px;
    }
    .bottom-header-line {
        margin: 0;
    }
    .search-btn {
        padding: 0;
    }
    .why-we {
        flex-wrap: wrap;
    }
    .why-we-item {
        width: 33.3%;
    }
    .contacts .contact > li {
        width: 50%;
    }
    #information-contact h1,
    .desc-heating h2 {
        font-size: 32px !important;
    }

    .mob-menu-links {
        display: block;
    }

    .page-service .category-header {
        font-weight: 400;
        font-size: 30px;
        line-height: 38px;
        color: #333333;
        opacity: 1;
    }
    .product-name {
        flex-direction: column;
        align-items: start;
    }
    .product-name .category-header {
        opacity: 1;
        padding-left: 0;
        text-align: left;
        margin-top: 0 !important;
    }
    .product-status {
        margin-left: 0;
    }
    .aksii .category-header {
        font-size: 1.2em !important;
    }
    .aksiya.container {
        padding: 0 !important;
    }
    .blog.blog_post {
        padding: 0 20px;
    }
    .blog_item {
        display: block !important;
        border: 1px solid #eaeaea;
        padding: 5px !important;
    }
    .blog_grid_holder .col-sm-7 {
        padding-left: 5px !important;
    }
    .blog h2.blog_title a {
        display: block !important;
        font-size: 15px !important;
        line-height: 21px !important;
    }
    .text-center.type_promo {
        font-size: 12px !important;
    }
    .countdown .digit {
        font-size: 32px !important;
    }
    .excert-promo .desc {
        font-size: 11px !important;
    }
    a.promotions-btn {
        font-size: 14px !important;
        padding: 10px 40px !important;
        margin-top: 15px !important;
    }

}
@media (max-width: 600px) {
    .why-we-item {
        margin-bottom: 0;
    }
    #search label {
        display: none;
    }
    .cart-item__name {
        flex: 3;
    }
    .cart-item__total {
        flex: 1.5;
    }
    .main-banner-test {
        margin-top: 0;
    }
    .services-list .button {
        width: 100%;
        box-sizing: border-box;
    }
    .services-list .buttons .button + .button {
        margin-left: 0;
        margin-top: 20px;
    }
    .fixed-footer {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        padding: 5px;
        z-index: 1000;
    }
    .fixed-footer a {
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--red_et);
        color: #fff;
        border-radius: 5px;
        padding: 10px;
        text-decoration: none;
    }
    .fixed-footer a:hover {
        background: #E53A40;
    }
    .fixed-footer__phone {
        width: 50%;
    }
    .fixed-footer__soc {
        width: 24%;
    }
    .banner-contact {
        display: block;
        margin: 20px 0;
    }
    .banner-contact .title {
        margin-bottom: 20px;
    }
    .banner-contact .form-object {
        padding: 0 15px;
        width: 65%;
    }
    .banner-contact .phone {
        margin-left: 50px;
    }
}
@media (max-width: 500px) {
    body {
        padding-top: 45px;
    }
    .product-toggle-item-answer .owl-carousel.owl-drag .owl-item {
        min-width: 70px !important;
        overflow: hidden;
        text-align: center;
        display: flex;
    }
    .product-toggle-item-answer .promo-item {
        width: 100% !important;
    }
    .product-info .product-right-delivery .desc-heating .owl-nav {
        width: calc(100% + 72px) !important;
        left: -36px !important;
    }
    .why-we-item {
/*        margin-bottom: -25px;*/
        min-height: 85px;
        margin-bottom: 5px;
    }
    .why-we {
        flex-wrap: no-wrap;
    }
    .why-we-item {
        width: auto;
    }
    .call-header {
        top: 14px;
    }
    .order_call-inputs {width: 74%;left: 5%;}
    .bottom-header-line .operations li:nth-child(1) i {padding: 0.2em 0;}
    #custom-customer .cart-area__body .form-group {
        width: 100%;
    }
    .cart-item__image img {
        width: 60px;
    }
    .cart-item__name {
        max-width: 170px;
    }
    .cart-item__name a {
        font-size: 14px;
    }
    .cart-item {
        padding-right: 5px;
    }
    .page-order h2 {
        font-size: 30px;
    }
    .cart-item__name {
        flex: 2;
    }
    .cart-item__total {
        font-size: 14px;
    }
    .footer-top .wrapper {
        align-items: flex-start;
    }
    .footer-form {
        width: 100%;
    }
    .footer-top .col-right {
        width: 100%;
    }
    .cart-item__name {
        padding-left: 0;
    }
    .contacts .contact > li {
        width: 100%;
    }
    #information-contact h1,
    .desc-heating h2 {
        font-size: 26px !important;
    }
    .footer-top .col-mid a {
        font-size: 12px;
    }
    .operations li a img {
        width: 24px;
        height: auto;
    }
    .bottom-header-line .operations i {
        font-size: 28px;
    }
    .bottom-header-line .operations li.order_call3,
    .operations li a {
        width: 48px;
    }
    .search-area select {
        width: 100%;
    }
    .services-list .buttons {
        display: block;
    }
    .list-complete .item .name a {
        font-size: 14px;
    }
    .list-complete .slick-slide {
        padding: 0 5px;
    }
    .block-question .form .line-2 {
        flex-direction: column;
    }
    .block-question .form .line-2 .input {
        width: 100%;
    }
    .block-question .form .line {
        margin-bottom: 0;
    }
    .block-question .form .line .input {
        margin-bottom: 20px;
    }
    .block-about .video iframe {
        height: 315px;
    }
    .operations li {
        margin: 0;
    }
    .order_call3 {
        padding: 0 10px;
    }
}
@media (max-width: 400px) {
    .midle-header-line .main-name h1 {font-size: 30px}
    .midle-header-line .main-name p {font-size: 14px;}
    .order_call-inputs {width: 73%;left: 4%;}
    .footer-social__list a {
        margin: 0 10px;
    }

    .footer-top .col-left {
        gap: 30px;
    }

    .footer-top .col-left .email,
    .footer-top .col-left .phone,
    .footer-top .col-left .schedule {
        padding-left: 0;
        background: none;
    }
    .product-name .category-header {
        margin-bottom: 10px;
    }
    .product-status {
        font-size: 12px;
        height: 15px;
    }
    .fixed-footer__phone {
        font-size: 14px;
    }
}

.product-status.green {
    white-space: nowrap;
}




.desc-heating {
    padding: 0 20px;
}
.footer-top .footer-form .button button.form-btn {
    padding: 15px 20px;
}

.footer-top .footer-form .button {
    padding: 0;
}
div#noty_layout__topRight img.img-thumbnail {
    width: 80px;
}
.object_an_wrap .owl-carousel.object_an_image .owl-nav {
    position: relative;
    margin-top: 5px;
}
.object_an_wrap .owl-carousel.object_an_image .owl-dots {
    bottom: -25px;
    width: 80%;
    min-height: 40px;
}
.object_an_wrap .owl-carousel.object_an_image .owl-dots span {
    margin: 0px 5px;
}
.object_an_wrap .owl-carousel.object_an_image .arrow {
    border: none;
}
.object_an_wrap .owl-carousel.object_an_image .owl-nav .arrow.arrow-left {
    transform: rotate(180deg);
}
.footer-bottom .wrapper a {
    color: #fff;
}



@media (max-width: 768px) {
    .desc-heating {
        padding: 0 15px;
    }
    .footer-top .footer-form .button button.form-btn {
        padding: 10px 20px;
    }
    div#banner0 .swiper-slide img {
        width: 90%;
    }
    ul.main-menu-header li.menu-item-link.mob-menu:nth-child(8) a {
        background: #bbbbbb;
    }
    .owl-carousel .owl-dots .owl-dot span {
        height: 7px !important;
        width: 7px !important;
        margin: 0 5px !important;
    }

    .object_an_wrap .owl-carousel.object_an_image .owl-dots {
        width: 70% !important;
        margin-left: 5% !important;
    }

    .owl-carousel .owl-dots .owl-dot.active span {
        width: 7px !important;
        height: 7px !important;
    }
}
.breadcrumb {
    display: none;}

img.promo-image {
    margin: 0 auto;
    display: block;
}
.product-page img.promo-image {
    margin: 0 auto 30px auto;
}

@media (max-width: 520px) {
    img.promo-image {
        width: 100%;
        height: auto;
    }
    #custom-text_0 {
        padding: 0 10px;
    }
    #category-content .desc_block {
        padding: 0 10px 20px 10px;
    }
}


.popular .ad-category-description {
    padding-left: 0;
}
.popular h2 {
    margin-bottom: 10px !important;
    margin-top: 30px;
}
.popular .description-bottom p {
    display: inline-block;
    margin: 0;
    margin-right: 20px;
}
.popular .description-bottom p a {
    background: #eee;
    padding: 5px 15px;
    text-decoration: none;
    color: #333;
    margin: 8px 0;
    display: block;
}
.popular .description-bottom p a:hover {
    text-decoration: underline;
}
.popular .description-bottom p:last-child:not(:first-child) {
    margin-bottom: 40px;
}


/* 404  */
#error-not-found .img404 {
    font-size: 150px;
    text-align: center;
    color: #666;
    margin-top: 20px;
}
#error-not-found h1 {
    text-align: center;
    margin: 0;
    font-weight: normal;
    color: #666;
}
#error-not-found p.sub {
    text-align: center;
    font-size: 18px;
    color: #666;
    margin-bottom: 100px;
}
#error-not-found .catalog_cat {
    display: none;
}
@media (max-width: 520px) {
    #error-not-found .img404 {
        font-size: 80px;
    }
    #error-not-found h1 {
        font-size: 18px;
    }
    #error-not-found p.sub {
        font-size: 14px;
        margin-bottom: 50px;
    }
}



.blog_grid_holder {
    margin: 0 15px !important;
}
.blog_grid_holder .col-sm-7 {
    padding-left: 50px;
    display: block;
    width: 55%;
}
.blog_item {
    display: flex;
    border: 1px solid #eaeaea;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 5px;
    border-radius: 4px;
}
a.promotions-btn {
    display: inline-block;
    background-color: #e40f14;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 5px 30px;
    margin-top: 20px;
    text-decoration: none;
    border-radius: 4px;
    margin-bottom: 15px;
}
a.promotions-btn:hover {
    background-color: #ab121b!important;
}
.aksii .category-header {
    font-size: 2em;
    margin-bottom: 0;
    opacity: .8;
}
h2.blog_title a {
    display: block;
    font-size: 23px !important;
    line-height: 30px;
    color: #000;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}
h2.blog_title a:hover {
    color: #000;
}
.text-center.type_promo {
    font-weight: 700;
    margin-bottom: 0;
    font-size: 16px;
    text-align: center;
}
.excert-promo .part {
    font-size: 32px;
    margin-bottom: 20px;
}








.timer__items {
    display: flex;
    font-size: 48px;
    justify-content: center;
    margin-top: 10px;
}
    .timer__item {
      position: relative;
      min-width: 60px;
      margin-left: 10px;
      margin-right: 10px;
      padding-bottom: 15px;
      text-align: center;
      color: var(--red_et);
    }

    .timer__item::before {
      content: attr(data-title);
      display: block;
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      font-size: 14px;
    }

    .timer__item:not(:last-child)::after {
      content: ':';
      position: absolute;
      right: -15px;
    }
    .blog_item .timer__items {
    margin-bottom: 30px;
}



.blok-promo {
    margin: 50px 0 100px 0;
}
.blok-promo .promo_title {
    margin-bottom: 30px;
    text-align: center;
    font-size: 20px;
}
.blok-promo .owl-nav {
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 30px;
    bottom: -45px;
}
.product-right-delivery .desc-heating {
    padding: 0 30px 20px 30px;
    box-shadow: -5px -5px 30px #fff, 5px 5px 30px rgb(190 198 200 / 70%);
    border-radius: 20px;
    margin-top: 16px;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 20px;
}
.product-right-delivery .desc-heating li {
    font-size: 14px;
    font-weight: 100;
    margin-bottom: 20px;
}
.product-right-delivery .desc-heating li:last-child {
    margin-bottom: 0;
}
.product-right-delivery .desc-heating li .block:first-child {
    width: 50%;
    display: flex;
    flex-direction: column;
    line-height: 16px;
    font-size: 15px;
}
.product-right-delivery .desc-heating li .block:last-child {
    width: 50%;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    line-height: 16px;
}
.product-right-delivery .desc-heating li .block span {
    font-size: 12px;
    margin: 0;
    opacity: 1;
    color: #888;
    font-weight: normal;
    width: 100%;
}
.product-right-delivery .desc-heating li:before {
    content: '';
    background-size: 32px;
    background-repeat: no-repeat;
    display: block;
    width: 32px;
    height: 32px;
    margin-right: 10px;
}
.product-right-delivery .desc-heating li.samovuviz:before {
    background-image: url(../image/1.svg);
}
.product-right-delivery .desc-heating li.kurier:before {
    background-image: url(../image/2.svg);
}
.product-right-delivery .desc-heating li.dostavka:before {
    background-image: url(../image/3.svg);
}
.product-right-delivery .desc-heating li.kurier-out:before {
    background-image: url(../image/22.svg);
}
.product-info .desc-heating button {
    font-size: 16px !important;
    border: 1px solid #888 !important;
    border-radius: 50px;
    width: 30px !important;
    height: 30px;
    display: block;
    padding: 0 !important;
    margin: 0;
    opacity: 0.4;
}
.product-right-delivery .desc-heating .owl-nav {
    width: calc(100% + 10%);
    position: absolute;
    bottom: 5px;
    left: -5% !important;
    right: -5% !important;
    display: flex;
    justify-content: space-between;
}
.product-right-delivery .promo_wrap {
    padding: 0;
    max-width: 90%;
    margin: 0 auto;
    margin-top: 10px;
}
.desc-heating .promo_wrap .promo-item,
.desc-heating .pay_wrap .promo-item {
    font-size: 12px;
    padding: 3px 10px;
    background: #dedede;
    text-align: center;
    border-radius: 5px;
    width: auto;
    height: 32px;
    line-height: 13px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.product-info .desc-heating button i {
    font-size: 20px;
    padding: 0;
}
.product-right-delivery .desc-heating .obmin {
    display: flex;
    line-height: 16px;
    font-size: 15px;
    align-items: center;
    margin-top: 12px;
}
.product-right-delivery .desc-heating .obmin:before {
    background-image: url(../image/obmin.svg);
    content: '';
    background-size: 32px;
    background-repeat: no-repeat;
    display: block;
    width: 32px;
    height: 32px;
    margin-right: 10px;
}
.product-toggle-item-answer.oplata .owl-stage-outer {
    z-index: 1;
}
.promo-item.mastercard {
    background-image: url(../image/mastercard.svg) !important;
    display: block;
    width: 100px;
    height: 32px;
    background-size: 45px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.promo-item.viza {
    background-image: url(../image/visa.svg) !important;
    display: block;
    width: 100px;
    height: 32px;
    background-size: 45px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.promo-item.mono {
    background-image: url(../image/mono.svg) !important;
    display: block;
    width: 32px;
    height: 32px;
    background-size: 32px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.promo-item.oplata_got {
    background-image: url(../image/oplata_chastynamy.svg) !important;
    display: block;
    width: 32px;
    height: 32px;
    background-size: 32px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.excert-promo .part {
    font-size: 32px;
    margin-bottom: 20px;
}
.blog_item .col-sm-5 {
    width: 45%;
}
.blog_item .text-center {
    text-align: center;
}
@media (max-width: 767px) {
    .blog_item .col-sm-5,
    .blog_item .col-sm-7 {
        width: 100%;
    }
    .aksii.container {
        margin-top: 50px;
    }
    .aksii-contact {
        display: grid !important;
        gap: 20px;
    }
    .aksii-contact strong.new-strong, .aksii-contact .footer-form__title {
        font-size: 18px !important;
    }
    .aksii-contact ul.phone {
        line-height: 28px !important;
        font-size: 18px !important;
    }
    .aksii-contact .footer-form .form-btn {
        font-size: 14px !important;
        padding: 8px !important;
    }
    .aksiya .category-nav {
        margin-top: 60px !important;
    }

    #videoyou {
        max-width: 560px;
        margin: 0 auto;
    }
    .product-right-delivery #column-left {
        display: block !important;
    }
    .desc-heating p {
        margin-top: 10px !important;
        text-align: center;
    }
    .desc-heating .promo_wrap .promo-item {
        line-height: 16px;
        width: 90%;
        min-height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .product-right-delivery .promo_wrap {
        max-width: 80%;
        margin-top: 20px;
    }
    .product-info .desc-heating button {
        width: 25px !important;
        height: 25px;
    }
    .product-right-delivery .desc-heating .owl-nav {
        width: calc(100% + 28%);
        position: absolute;
        bottom: 2px;
        left: -40px !important;
        right: -40px !important;
        display: flex;
        justify-content: space-between;
    }
    .product-toggle-item-answer .owl-carousel .owl-stage {
        margin-left: 150px !important;
    }
    .product-right-delivery .desc-heating {
        padding: 5px 15px 18px 15px;
        margin-bottom: 20px;
    }
    .product-right-delivery .desc-heating li .block:last-child {
        text-align: right;
        font-size: 14px;
        width: 45%;
    }
    .product-right-delivery .desc-heating li .block:last-child span {
        text-align: right;
    }
    .product-right-delivery .desc-heating li .block span {
        font-size: 11px;
    }
    .product-right-delivery .desc-heating li:before {
        background-size: 26px;
        width: 28px;
        height: 28px;
    }
    .desc-heating .promo_wrap .promo-item {
        padding: 3px 5px;
        height: 23px;
        line-height: 15px;
        min-height: 23px;
        background-size: 28px !important;
    }
    .frame_rud {
        overflow: hidden;
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
    }
    .frame_rud iframe {
        max-width: 100%;
        height: 200px;
    }
    .container.objects_an,
    #common-home,
    #information-information,
    #information-contact,
    #post-category,
    #product-category,
    .page-service,
    .product-page {
    padding-top: 60px !important;
    display: block;
    }
    #product-category.page-search {
        display: flex;
    }
}

#common-home .desc-heating {
    margin-bottom: 40px;
}

.aksiya.container {
    padding: 0 20px;
}
.aksiya .blog_item {
    margin-top: 30px;
    display: block;
    text-align: center;
}
.blog_post .main_thumb {
    text-align: center;
    padding: 0 0 7px;
}
.blog_post table, td {
    border: 0;
    margin: 0 auto;
}
.blog_post td {
    border: 1px solid #aaa;
    padding: 5px;
    font-size: 14px;
}
.aksii-contact {
    display: flex;
    justify-content: space-evenly;
}
.aksii-contact .col-left {
    text-align: center;
}
.aksii-contact ul.phone {
    list-style: none;
    padding: 0;
    line-height: 34px;
    font-size: 23px;
    margin-top: 10px;
}
.aksii-contact p.new-formqp {
    font-style: italic;
    font-size: 20px;
    padding-top: 0 !important;
    margin-top: -5px;
}
.aksii-contact strong.new-strong,
.aksii-contact .footer-form__title {
    font-size: 23px !important;
    display: block;
    font-weight: 600;
    text-transform: none;
}
.aksii-contact .footer-form .form-btn {
    font-size: 16px;
    padding: 8px;
}
.aksii-contact .button {
    display: block;
    padding: 0;
    margin-top: 20px;
}
.aksii-contact .footer-form .input input {
    background-color: #fff;
}
.aksii-contact ul.phone a {
    color: #000;
    text-decoration: none;
}


.product-toggle-item-answer.active {
    width: 100%;
    max-height: 400px;
    margin-top: 10px;
    transition: .3s ease-in-out;
}
.product-toggle-item-answer:not(.active) {
    max-height: 0;
    margin-top: 0;
    overflow: hidden;
}
.product-toggle-item-arrow {
    width: 8px;
    height: 8px;
    border-left: 1px solid #808080;
    border-bottom: 1px solid #808080;
    transform: rotate(-45deg);
    position: relative;
    transition: .3s;
}
.product-toggle-item-answer .owl-carousel .owl-stage {
    margin-left: 45%;
}
.product-item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    margin-top: 20px;
}
.desc-heating.active .product-toggle-item-arrow {
    transform: rotate(135deg);
    margin-top: 3px;
}
.product-toggle-title {
    font-weight: 600;
}
.product-toggle-item-answer .owl-carousel.owl-drag .owl-item {
    width: auto !important;
    min-width: 70px;
}


.block-child.show_tablet.dc-form-wrapper {
    max-width: 400px;
    height: auto;
    margin: auto;
    border-radius: 20px;
    padding: 40px;
    background-color: #e7e7e7 !important;
    font-size: 15px;
    margin-top: 30px;
}
.block-child.show_tablet.dc-form-wrapper h2 {
    line-height: 1.32;
    text-wrap: balance;
    font-size: 22px;
    font-weight: bold;
    font-style: normal;
    color: #111;
    margin: 0;
    margin-bottom: 10px;
}
.block-child.show_tablet.dc-form-wrapper p {
    margin-top: 0;
    margin-bottom: 20px;
}
.block-child.show_tablet.dc-form-wrapper label {
    font-weight: normal;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
.block-child.show_tablet.dc-form-wrapper .formbuilder-button {
    margin-bottom: 0;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.block-child.show_tablet.dc-form-wrapper button {
    border-radius: 4px;
    border-color: rgba(255, 255, 255, 0.1);
    line-height: 1.32;
    color: rgb(255, 255, 255);
    font-family: inherit;
    font-weight: bold;
    font-size: 15px;
    font-style: normal;
    background-color: rgb(255, 56, 56);
    border-width: 2px;
    padding: 8px 21px;
}
.block-child.show_tablet.dc-form-wrapper .block-content {
    margin: auto;
    box-shadow: none;
}
.product-right-delivery .desc-heating li .block:last-child {
    font-weight: normal;
}
li.block-pay:before {
    display: none !important;
}
li.block-pay {
    gap: 45px;
    margin-top: 20px !important;
}
.block-pay .block {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px 15px;
}
.block-mono,
.block-privat {
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding-left: 55px;
    position: relative;
}
.mono-max-pay,
.privat-max-pay {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 15px;
    line-height: 17px;
    text-align: left;
}
.mono-max-pay div {
    color: var(--red_et);
    font-weight: 700;
    font-size: 16px;
}
.block-mono:before {
    content: '';
    background-image: url(../image/MB_logo.png);
    display: block;
    background-size: 50px;
    width: 50px;
    height: 50px;
    position: absolute;
    left: -10px;
    top: -3px;
}
.block-privat:before {
    content: '';
    background-image: url(../image/PP_logo.png);
    display: block;
    background-size: 45px;
    width: 45px;
    height: 45px;
    position: absolute;
    left: -5px;
    top: 0;
}
.mono-max-pay:first-child {
    border-bottom: 1px solid #555;
    padding-bottom: 7px;
}


.form-builder {
    min-height: 290px;
}
.rendered-form p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 12px !important;
}
.rendered-form label {
    font-size: 16px;
    line-height: 15px;
    margin-bottom: 0;
}
.rendered-form .form-group {
    margin-left: 0px;
    margin-bottom: 4px;
}
.rendered-form .form-control {
    margin-top: -5px;
}
.rendered-form .formbuilder-button {
    margin-top: 17px;
    text-align: center;
}
.form-builder .rendered-form h2 {
    margin-top: 0;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 12px;
}
.form-builder .rendered-form {
    background: #dedede;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 10px;
}
.form-builder .rendered-form label {
    font-weight: 600;
    font-size: 15px;
}
.form-builder .formbuilder-button.form-group,
[class*="column_"] .desc-heating {
    margin-bottom: 0;
}
.form-builder .rendered-form .btn-default {
    background-color: #ff3838 !important;
    color: #fff;
    border-color: #ff3838;
    padding: 9px 20px;
    font-size: 15px;
    font-weight: bold;
}
.form-builder .rendered-form .btn-default:hover,
.form-builder .rendered-form .btn-default:focus {
    background-color: #fff !important;
    color: #ff3838; 
    border-color: #ff3838 !important;
    outline: none;
}


@media (max-width: 1440px) {
    li.block-pay {
        gap: 20px;
        flex-direction: column;
    }
    .block-pay .block {
        width: 90% !important;
    }
}

@media (max-width: 580px) {
    .mono-max-pay, .privat-max-pay {
        font-size: 13px;
        line-height: 15px;
    }
    .block-mono, .block-privat {
        padding-left: 40px;
    }
    .block-mono:before {
        background-size: 40px;
        width: 40px;
        height: 40px;
        left: -7px;
        top: 1px;
    }
    .block-privat:before {
        background-size: 34px;
        width: 34px;
        height: 34px;
        left: -5px;
        top: 5px;
    }
    .vd-image-container>.vd-image-wrapper img {
        max-width: 100%;
    }
    .desc-heating {
        max-width: 85%;
        margin: 0 auto;
        text-align: center;
    }
    .form-builder .rendered-form .btn-default {
        padding: 9px 5px;
        width: 100%;
    }
    [class*="column_"] .desc-heating {
        max-width: 100%;
        padding: 0;
    }
    #common-home .desc-heating {
        margin-bottom: 0;
        max-width: 100%;
    }
    .desc-heating h1 {
        margin-left: 0 !important;
    }
    .product-right-delivery .desc-heating {
        max-width: 100%;
    }
    .product-right-delivery .desc-heating li .block:first-child {
        width: 70%;
        font-size: 14px;
        text-align: left;
    }
    .product-right-delivery .desc-heating li:before {
        background-size: 23px;
    }
    body .last-works.result-news {
        width: calc(100% - 20px) !important;
        top: 50px !important;
    }
    .last-works.result-news .obj-block-hov.last-work {
        max-width: calc(50% - 4px) !important;
        padding-right: 0 !important;
        margin: 2px !important;
    }
}

