@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');
@font-face {
    font-family: 'Museo Sans';
    src: url('museosanscyrl-700.eot');
    src: url('museosanscyrl-700.eot?#iefix') format('embedded-opentype'),
    url('museosanscyrl-700.woff') format('woff'),
    url('museosanscyrl-700.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    } 
@font-face {
    font-family: 'Museo Sans';
    src: url('museosanscyrl-500.eot');
    src: url('museosanscyrl-500.eot?#iefix') format('embedded-opentype'),
    url('museosanscyrl-500.woff') format('woff'),
    url('museosanscyrl-500.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    }
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}:focus{outline:0}
*{
/*     -webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-touch-callout:none;
-webkit-user-select:none;
-khtml-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
-webkit-tap-highlight-color:rgba(0,0,0,0); */
    
}

* {
    box-sizing: border-box;
}

body { 
	font-family: Museo Sans;

} 
img {
    height:auto;
}
.srv {
    display:none;
}
.opt-top {
            padding: 30px 0 50px;
        } 
        .opt-top .title {
            color: #1C1C1C; 
            font-size: 36px;
            font-style: normal;
            font-weight: 400;
            line-height: 46px;
            margin-bottom: 10px;
        }
        .opt-top .desc {
            color: #1C1C1C; 
            font-size: 15px;
            font-style: normal;
            font-weight: 300;
            line-height: 30px; 
        }
        
        .opt-kr {
            padding: 0 0 100px;
        } 
        .opt-kr .title {
            color: #1C1C1C; 
            font-size: 22px;
            font-style: normal;
            font-weight: 400;
            line-height: 32px;
            margin-bottom: 20px;
        }
        .opt-kr .opt-kr__items {
            display: flex;
            margin: 0 -10px;
        }
        .opt-kr .opt-kr__item {
            width: calc(100% / 4 - 20px);
            margin: 0 10px;
            padding: 20px;
            flex-direction: column;
            align-items: flex-start;
            gap: 15px;
            border: 1px solid #E8E8E8;
            background: #FFF;

        }
        .opt-kr .ico {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
        }
        .opt-kr .titl {
            color: #1C1C1C; 
            font-size: 16px;
            font-style: normal;
            font-weight: 300;
            line-height: 30px;
        }
        .opt-form-info {
            background: #000;
            padding: 85px 0 180px;
            position: relative;
            z-index: 0;
        } 
        .opt-form-info.opt-form-info-blog { 
            padding: 30px 0 100px;
        }
        .opt-form-info .container {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .opt-form-info .opt-form__left {
            max-width: 610px;
            margin-right: 20px;
        }
        .opt-form-info .h3 {
            text-align: left;
            color: #fff;
        }
        .opt-form-info .desc {
            text-align: left;
            color: #fff;
            font-size: 18px;
            font-style: normal;
            font-weight: 300;
            line-height: 32px;
            
        }
        .opt-form-info .opt-form-img {
            display: flex;
            align-items: center;
            max-width: 40%;
        }
        .opt-form-info .opt-form-img img {
            max-width: 100%;
        }
        .opt-form-info .opt-form-img svg {
            max-width: 100%;
        }
        .opt-form-info .bg-el-111 {
            position: absolute;
            right: 0;
            bottom: 0;
            z-index: -1;
            max-width: 100%;
            height: auto;
        }
        .opt-form form {
            background: #333;
            padding: 20px 30px;
            margin: -50px 0 0px;
            position: relative;
            z-index: 0;
        } 
        .opt-form .dsc {
            color: #FFF; 
            font-size: 16px;
            font-style: normal;
            font-weight: 300;
            line-height: 30px;
            margin: 0 0 20px;
        }
        .opt-form .form-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin: 0 -10px;
            
        }
        .opt-form input, .opt-form select {
            width: calc(100% / 3 - 20px);
            margin: 0 10px 20px;
            height: 60px;
            padding: 16px 15px; 
            background: #FFF;
            color: #1C1C1C; 
            font-size: 16px;
            font-style: normal;
            font-weight: 300;
            line-height: 30px;
            border: 0;
        }
        .opt-form input::placeholder, .opt-form select::placeholder {
            color: #1C1C1C;  
        }
        .opt-form .form-bottom {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin: 0 -10px;
            
        }
        .opt-form .form-bottom-left {
            width: calc(60% - 20px);
            margin: 0 10px;
            
        }
        .opt-form .agreement-1 {
            color: #fff;
            font-size: 13px
        } 
        .opt-form .btn-2 {
            width: calc(100% / 3 - 20px);
            margin: 0 10px;
            color: #1C1C1C;
            font-size: 19px;
            font-style: normal;
            font-weight: 600;
            line-height: 28px;
            padding: 16px 24px;
            justify-content: center;
            align-items: center;
            background: #79B928;
            cursor: pointer;
            border : none;    
            transition: 0.3s all;
        } 
        .opt-form .btn-2:hover {
            
            background: #98d748;
        }
        @media (max-width: 800px) {
            .opt-kr .opt-kr__items { 
                flex-wrap: wrap;
            }
            .opt-kr .opt-kr__item {
                width: calc(100% / 2 - 20px);
                margin-bottom: 20px;
            }
        }
        @media (max-width: 700px) {
        .opt-form-info.opt-form-info-blog { 
            padding: 30px 0 50px;
        }
            .opt-kr .opt-kr__item {
                width: calc(100%  - 20px);
                margin-bottom: 20px;
                display: flex;
                flex-direction: row;
                gap: 20px; 
            }
            .opt-kr .ico { 
                margin-bottom: 0;
            }
            .opt-kr {
                padding: 0 0 40px;
            }
            .opt-form-info { 
                padding: 50px 0 100px; 
            }
            .opt-form-info .container { 
                flex-direction: column;
            }
            .opt-form-info .opt-form-img {
                display: flex;
                align-items: center;
                max-width: 250px;
            }
            .opt-form .form-row {
                flex-direction: column;
            }
            .opt-form input, .opt-form select {
                width: calc(100%  - 20px);
            }
            .opt-form .form-bottom {
                flex-direction: column;
            }
            .opt-form .form-bottom-left {
                width: calc(100% - 20px); 
            }
            .opt-form .btn-2 {
                width: calc(100% - 20px);
            }
            .opt-top .title { 
                font-size: 26px; 
                line-height: 36px; 
            }
            .opt-top {
                padding: 30px 0 30px;
            }
        }
.connect-with-us {
            padding: 100px 0;
        } 
        .connect-with-us__top {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .connect-with-us__top .h3 {
            margin-right: auto;
            color: #1C1C1C; 
            font-size: 45px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            margin: 0;
            margin-right: auto;
            text-align: left;
        }
        .connect-with-us__item { 
            margin-left: 50px;
        }
        .connect-with-us__item .titl {
            color: #999;
            font-size: 16px;
            font-style: normal;
            font-weight: 300;
            line-height: 30px;
        }
        .connect-with-us__item .dsc {
            color: #1C1C1C;
            font-size: 20px;
            font-style: normal;
            font-weight: 300;
            line-height: 32px;
        }
        .connect-with-us__bottom {
            display: flex;
            flex-wrap: wrap;
            border-top: 1px solid var(--Theme-stroke, #E8E8E8);
            padding-top: 50px;
            margin-top: 50px;
        }
        .connect-item {
            display: flex;
            align-items: center;
            margin-right: 90px;
    
        }
        .connect-item:last-child {
            margin-right: 0;
        }
        .connect-item .ico {
            display: flex;
            align-items: center;
            margin-right: 24px;
        }
        .connect-item .txt_title {
            color: #1C1C1C; 
            font-size: 20px;
            font-style: normal;
            font-weight: 300;
            line-height: 32px; 
            margin-bottom: -5px;
        }
        .connect-item .phone {
            color: #1C1C1C;
            font-size: 32px;
            font-style: normal;
            font-weight: 400;
            line-height: 42px;
        }
        @media (max-width: 1200px) {
            .connect-with-us__top {
                flex-direction: column;
                gap: 30px;
            }
            .connect-with-us__bottom {
                flex-direction: column;
                gap: 30px;
            }
            .connect-with-us__top .connect-with-us__item {
                margin: 0;
            }
            .connect-with-us {
                padding: 50px 0;
            } 
        }
        @media (max-width: 750px) { 
            .connect-with-us__top .h3 {
                font-size: 36px; 
                line-height: 36px;
            }
            .connect-item .ico svg {
                width: 35px;
                height: auto;
            }
            .connect-item .ico { 
                margin-right: 14px;
            }
    
            .connect-item .txt_title { 
                font-size: 15px; 
                line-height: 25px;
            }
            .connect-item .phone { 
                font-size: 25px; 
                line-height: 36px;
            }
    
            .connect-with-us__bottom {
                flex-direction: column;
            }
            .connect-item {
                margin: 0 0 0px;
            }
            .connect-item:last-child {
                margin: 0 0 0px;
            }
        }
        
        .info-types {
            padding: 50px 0 30px; 
            background: #FBFBFB;
        } 
        .info-types__items {
            display: flex; 
            margin: 0 -10px;
            flex-wrap: wrap;
        }
        .info-types .info-types__item {
            width: calc(100% / 4 - 20px);
            padding: 20px;  
            border: 1px solid #E8E8E8;
            background: #FFF;
            margin: 0 10px 20px;
        }
        .info-types .info-types__item .ico {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
        }
        .info-types .info-types__item .desc {
            color: #1C1C1C; 
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 28px; 
            text-decoration-line: underline;
            transition: 0.3s all;
        }
        .info-types .info-types__item:hover .desc{
            text-decoration: none;
            color: #79b927;
        }
        .home-top2 {
            position: relative;
            min-height: 700px;
            padding: 100px 0; 
        }
        @media (min-width: 1100px) {
            .home-top2 { 
                display: flex;
                align-items: center;
            }
        }
        .home-top2-bg {
            position: absolute;
            left: 0;
            top: 0;
            z-index: -1;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
        } 
        .home-top2 .logo-t {
            margin-bottom: 30px;
        }
        .home-cat .title {
            text-align:center;
            color: #1C1C1C; 
            font-size: 36px;
            font-style: normal;
            font-weight: 400;
            line-height: 46px;
            margin-bottom: 30px;
        }
        .home-top2 .title {
            color: #1C1C1C; 
            font-size: 36px;
            font-style: normal;
            font-weight: 400;
            line-height: 46px;
            max-width: 610px;
            margin-bottom: 30px;
        }
        .home-top2 .desc {
            max-width: 610px;
            margin-bottom: 30px;
            color: #1C1C1C;
            font-size: 20px;
            font-style: normal;
            font-weight: 300;
            line-height: 32px;
        }
        .home-top2 .btn-1 {
            display: inline-flex;
            padding: 0 20px;
        }
        .home-top2 .btn-1:before {
            display: none;
        }
        .home-top2 .img-mob {
            display: none;
        }
        .home-cat {
            background: #FBFBFB;
            padding: 30px 0 100px;
        } 
        .home-cat .home-cat__items {
            display: flex;
            flex-wrap: wrap;
            margin: 0px -10px 0;
            padding-top: 50px;
            border-top: 1px solid #E8E8E8;
            justify-content: center;
        }
        .home-cat .home-cat__item {
            width: calc(100% / 4 - 20px);
            margin: 0 10px;
        }
        .home-cat .img {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
            overflow: hidden;
        }
        .home-cat .img img {
            width: 100%;
            transition: 0.3s ease-in-out;
        }
        .home-cat .home-cat__item:hover img {
            transform: scale(1.05);
        }
        .home-cat .home-cat__item:hover .titl {
            color: #79b927;
        }
        .home-cat .titl {
            color: #1C1C1C;
            font-size: 19px;
            font-style: normal;
            transition: 0.3s ease-in-out;
            font-weight: 600;
            line-height: 28px;
        }
        
        .home-cat2 {
            background: #FBFBFB;
            padding: 100px 0 100px;
        } 
        .home-cat2 .home-cat2__items {
            display: flex;
            flex-wrap: wrap;
            margin: 0 -10px;
            justify-content: center;
        }
        .home-cat2 .home-cat2__item {
            width: calc(100% / 4 - 20px);
            margin: 0 10px;
        }
        .home-cat2 .img {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
            overflow: hidden;
        }
        .home-cat2 .img img {
            width: 100%;
            transition: 0.3s ease-in-out;
        }
        .home-cat2 .home-cat2__item:hover img {
            transform: scale(1.05);
        }
        .home-cat2 .home-cat2__item:hover .titl {
            color: #79b927;
        }
        .home-cat2 .titl {
            color: #1C1C1C;
            font-size: 19px;
            transition: 0.3s ease-in-out;
            font-style: normal;
            font-weight: 600;
            line-height: 28px;
        }
        
        
        
        @media (max-width: 1200px) { 
            .home-cat2 .home-cat2__item {
                width: calc(100% / 3 - 20px);
                margin: 0 10px 20px;
            }
        }
        @media (max-width: 750px) { 
            .home-cat2 {
                background: #FBFBFB;
                padding: 50px 0 40px;
            } 
            .home-cat2 .home-cat2__item {
                width: calc(100% / 2 - 20px);
                margin: 0 10px 20px;
            }
            .home-cat2 .titl {
                font-size: 17px; 
                line-height: 28px;
                text-align: center;
            }
            .home-cat { 
                padding: 30px 0 40px;
            } 
        }
        @media (max-width: 850px) { 
            .info-types .info-types__item {
                width: calc(100% / 2 - 20px); 
            } 
        }
        @media (max-width: 750px) { 
            .info-types .info-types__item {
                width: calc(100% / 2 - 20px); 
                padding: 10px;
            }
            .info-types .info-types__item .desc { 
                font-size: 16px; 
            }
        }
        @media (max-width: 1100px) {
            .home-top2 { 
                min-height: 300px;
                padding: 50px 0;
            }
            .home-cat .home-cat__item {
                width: calc(100% / 3 - 20px);
                margin: 0 10px;
            }
            .home-cat .titl {
                font-size: 17px; 
                line-height: 28px;
            }
        }
        @media (max-width: 750px) {
            .home-cat .home-cat__item {
                width: calc(100% / 2 - 20px);
                margin: 0 10px 20px;
            }
            .home-top2 {
                background: #EDEDED;
                padding-bottom: 0;
            }
            .home-top2.baner-2 {
                background: #fff;
            }
            .home-top2.baner-3 {
                background: #1C1C1C;
            }
            .home-top2-bg {
                display: none;
            }
            .home-top2 .logo-t {
                max-height: 35px;
                width: auto;
                max-width: 80%;
                margin-bottom: 10px;
            }
            .home-top2 .title, .home-cat .title {
                font-size: 26px; 
                line-height: 36px;
                margin-bottom: 10px;
            }
            .home-top2 .desc {
                font-size: 16px; 
                line-height: 30px;
                margin-bottom: 10px;
            }
            .home-top2 .img-mob {
                display: block;
                width: 100%;
                margin-top: 40px;
            }
            .home-cat .titl {
                font-size: 17px; 
                line-height: 28px;
                text-align: center;
            }
        
        }  
.btn-link {
    font-size: 12px;
    font-weight: 400;
    max-width: 150px;
}
.srv.active {
    display:block;
}
.srv .comparison {
    text-align:center;
}
.con-tbl {
    overflow: auto; 
    margin-top: 60px;
}
.news .comparison {
    padding-top: 15px;
}
.magazino__item .link {
    color: #1c1c1c;
    font-weight: 600;
    display: block;
    margin-top: 10px;
}
.magazino__item .link:hover {
    color: #79b927;
}
.comparison-table .comparison-remove {
    display: inline-block;
    font-weight: normal;
    background: #ffffff;
    position: absolute;
    margin-top: 0em !important; 
    padding: 0 .2em;
    font-size: 0.9em !important;
    color: #333;
    top: -20px;
    left: 10px;
    border: none;
}
.comparison-table .comparison-remove:hover{
    border: none;
    color: #79b927;
}
.comparison-table .comparison-head {
    padding-bottom: 1em;
    min-width: 290px;
    width: 290px;
    position: relative;
}
.comparison-table .comparison-corner { 
    padding-bottom: 1em;
    min-width: 290px;
    width: 290px;
}
.con-tbl{
    overflow: auto;
}
.con-tbl .products__item .title { 
    line-height: 24px;
    font-size: 14px;
    margin: 20px; 
    height: 48px;
    overflow: hidden;
} 
.con-tbl .products__bottom .price ,.con-tbl .products__bottom .to-cart{ 
    font-size: 14px;
}
.products__item .ks-widget{
	text-align: center;
	display: block;
	margin-bottom:5px;
}
.comparison-param {
    font-size: 18px; 
  color: #000;
  line-height: 1.333;
  font-weight:500;
}
.comparison-table tbody .comparison-row td { 
    border-bottom: 1px solid #00000026;
}
.con-tbl .products__item {
    margin:0;
}
.con-tbl .products__bottom .to-cart:before {
    content: '';
    width: 20px;
    background-size: 100%;
    height: 18px;
    background-image: url(../img/korzina-small.svg);
    display: block;
    margin-right: 5px;
} 
.comparison-table .comparison-corner {
    opacity: 0;
    pointer-events: none;
}
.comparison-cell {
    color: #828282;
    font-size:14px;
}
.comparison-table td {
    padding: 10px !important;
}
.news .btn-1.bl {
    background-color: #eaeaea;
    color: #000;
    width: 210px;
    margin: 20px 0 -40px;
    display: flex;
    align-items: center;
    padding: 5px;
    font-size: 14px;
    position: relative;
    z-index: 1;
}
.news .btn-1.bl:hover{
    color: #000;
}
.news .btn-1.bl:before{
    display:none;
}
.news .btn-1.bl svg{
    transform: rotate( 180deg );
    width: 26px;
    height: 25px;
    margin-right:7px;
}
 
.addds{
    text-align: center;
}
.addds a{
    color: #79b927 !important;
}
.addds a:hover {
    color: #002bff !important;
}

.srv .comparison-remove {
    width: 160px;
    height: 45px;
    margin: 0 auto;
    background-color: rgb(255 0 0 / 70%);
    padding: 0 10px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    line-height: 43px;
    border:none;
}
.srv .comparison-remove:hover {
     background-color: rgb(255 0 0 / 100%);
    border:none;
} 

.srv .comparison-go {
    width: 160px;
    height: 45px;
    margin: 0 auto;
    background-color: rgb(161 206 104 / 90%);
    padding: 0 10px;
    color: #fff !important;
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    line-height: 43px;
    border:none;
}
.srv .comparison-go:hover {
     background-color:rgb(161 206 104 / 100%);
    border:none;
    color: #fff !important;
}
.srv .comparison-add {
    width: 160px;
    height: 45px;
    margin: 0 auto;
    background-color: #79b927;
    padding: 0 10px;
    color: #fff !important;
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    line-height: 43px;
    border:none;
    
}
.srv .comparison-add:hover { 
    background-color: #65a01b;
    border:none;
    color: #fff !important;
}
.acs-top {
    padding: 120px 0;
    background-color: #000000;
    background-image: url(../img/acs-top-bg.png);
    background-position: center;
    background-size: cover;
}
.acs-top .title{
    font-size: 30px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: 40px;
    text-align: left; 
    color: #ffffff;
    max-width:380px;
}
.acs-new-top {
    background: #FBFBFB;
}
.acs-new-top .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.acs-new-top .container img{
    max-width: 50%;
}
@media (max-width: 768px) {
    .acs-new-top .container {
        flex-direction: column;
        padding: 30px 15px 0;
    }
    .acs-new-top .container img{
        max-width: 100%;
        width: 100%;
        margin-top: 10px;
    }
}
.acs-img-mob {
    display:none;
}
.acs-tabs__body{
    display: flex;
    flex-wrap: wrap;
    margin:20px -10px  40px;
    /* justify-content: center; */
}
.acs-tabs__item {
    width: calc(100% / 4 - 20px);
    margin: 10px 10px;
    height: 110px;
    box-shadow: inset 0 4px 0 #d9d9d9;
    border-radius: 5px;
    background-color: #f2f2f2;
    background-image: linear-gradient(to top, #f4f4f4 56%, rgba(242, 242, 242, 0) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    padding:10px 20px;
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: 30px;
    text-align: center; 
    color: #000000; 
        position: relative;
}
.acs-tabs__item:hover, .acs-tabs__item.active{
    background: #79b827;
    box-shadow:none;
    color:#ffffff;
}
.acs-tabs__item.active:after{
    content:'';
    width: 70px;
    height: 25px;
    position: absolute;
    top: 100%;
    background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAAAZCAYAAACM9limAAABVUlEQVRYR+3YQWrCQBTG8e/pogTBE7jVXESwvYAHyDobd1IEFaS4c5O1B+gFVPAiabc9gSDSRfvKiEEbTZrEmckk6ayGzGzeP+S3CD1vbIcBDwwL/wsgHAhwSbQYrWz7i8gDuFvtNrStM7uzJ98/hgnWcNMZE9OkinGYeDLvvU2D2X+FEQ+H63YXqHkE2FUIxIAPfLvzx/ft5bxXYcTh4LVlPTQbIo5T5jgMLD93e3fR/ziE57wZJrhUWphPwL70/GXUi48NU06Yz8DGfQ1/hikTzGFgpYQpMsxRwEoLU0SY44CVGqYwMCcAVkkYs2FOBqyyMCbCnAZY5WFMgDkLsFrC5AlzVmC1hdEO853Aag+jB+b7gc0ljEqYZQGbaxiZMMsGNvcwMmBWAawRYTLDrBBYo8Kkg1ktsMaFSQKzDmCNDXMLZp3AGh3mEmaxj/oHGzeEirMfAKPX1jIQPAoAAAAASUVORK5CYII=);
        
}
.tovar__body .srv {
    width: 160px;
    padding: 5px 0 0;
}
.acs-img-mob {
    display: none;
}

.slick-track{
    display: flex !important;
       align-items: center;
}
.products__item .ks-widget{
    text-align: center;
    display: block;
    margin-bottom:5px;
}
.tovar__slider-left .slick-track {
    display: block !important;
}
.products__item .button {
    width: 160px;
    margin: auto;
}
.products__item .fort-btn {
    width: 100%;
}
.to-top {
    display: none;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    transform: rotateZ(270deg);
    padding: 10px;
    background-color: #79b927;
    position: fixed;
    right: 10px;
    bottom: 100px;
    opacity: 0.7;
}
.to-top:hover{
    opacity: 1;
}
.to-top svg{width:100%;}
a{
	text-decoration: none;
	-webkit-transition: 0.4s ease all;
	-o-transition: 0.4s ease all;
	transition: 0.4s ease all;
}
a:hover{
	color: #79b927;
}
.container{
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
	padding: 0 30px;
}
.tovar__slider .slick-slide{
    border: 1px solid #d6d5d5;
}
.header__top {
	background-color: #1c1c1c;
	padding:10px;
} 
.header__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; 
}
.header__top .menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	list-style-type: none;
}
.logo img {
    width: 190px;
}
.cart p{
    color: #020b0a;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal; 
    margin-bottom:15px;
}

.header__top .menu  li a {
	color: #ffffff;  
	font-size: 16px;
	font-weight: 400; 
	margin-right: 25px;
}
.header__top .menu  li a:hover{
	color: #79b927;
}
.btn-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #ffffff; 
	font-size: 14px;
	font-weight: 400;
}

.h-580{
	min-height: 580px !important;
} 
.btn-link svg{
	margin-right: 9px;
}
.header__bottom {
	padding: 30px 0;
} 
.bottom__menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	list-style-type: none;
}
.bottom__menu li a{
	color: #1c1c1c; 
	font-size: 18px;
	font-weight: 600;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 30px;
}
.bottom__menu li a:hover{
	color: #79b927;
}
.sub-parent{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.sub-parent:before{
	content: '';
	width: 24px;
	height: 24px;
    background-image: url(../img/icon-menu.svg); 
} 
.header__bottom{
	position: relative;
}
.header__bottom .phone {
	color: #1c1c1c; 
	font-size: 18px;
	font-weight: 600;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header__bottom .phone:before{
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background-image: url(../img/phone.svg);
	background-size:100%;
	margin-right: 15px;
}
.header__bottom .phone:hover{
	color: #79b927;
}
.header__bottom .cart1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header__bottom .icon {
	margin-right: 18px;
	position: relative;
}
.header__bottom .icon span{
	min-width: 20px;
	height: 20px;
	background-color: #79b927;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 25px;
	position: absolute;
	color: #ffffff; 
	font-size: 13px;
	font-weight: 700;
	right: -5px;
	top: -5px;
	padding: 0 5px;
}
.header__bottom .text {
	color: #1c1c1c; 
	font-size: 18px;
	font-weight: 600; 
	-webkit-transition: 0.4s all; 
	-o-transition: 0.4s all; 
	transition: 0.4s all;
} 
.header__bottom .text:hover{
	color: #79b927;
}
.catalog-menu-wraper {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 3;
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
}
body.act:before{
	content: '';
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%; 
	height: 100%;
	background-color: #000;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 2;
	opacity: 0.3
}
.header__burger{
	display: none;
}
.header{
	background-color: #fff;
	z-index: 3;
	position: relative;
}
.catalog-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between; 
	-webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.07);
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.07);
	background-color: #ffffff;
	padding: 0 6px 40px; 
	width: 100%;
}
.catalog-menu__item {
	margin: 0 6px;
	width: calc(100% / 4 - 12px);
}
.catalog-menu__item img	{
	max-width: 100%;
	margin-bottom: 30px;
}
.catalog-menu__item .title {
	color: #1c1c1c; 
	font-size: 20px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: normal;
	line-height: 22px;
	text-align: left;
	margin-bottom: 20px;
	display: block;
}
.catalog-menu__item ul{
	list-style-type: none;
}
.catalog-menu__item ul a{
	margin-bottom: 10px;
	display: block;
	color: #1c1c1c; 
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
}
.catalog-menu__item .title:hover, .catalog-menu__item ul a:hover{
	color: #79b927; 
}
.home-top-slider {
	max-width: 1550px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.home-top-slider__slide {
	background-position: bottom;
	background-repeat: no-repeat; 
	display: -webkit-box;
	display: -ms-flexbox;
    display: flex !important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 70px 0 70px;
} 
.home-top-slider__slide .subtitle {
	color: #828282; 
	font-size: 36px;
	font-weight: 600;  
	line-height: 48px;
	margin-bottom: 10px;
}
.home-top-slider__slide .title {
	max-width: 500px;
	font-size: 30px;
	font-weight: 600;  
	line-height: 48px;
	margin-bottom: 20px;
}
.home-top-slider__slide .title span {
    font-size: 28px;
    line-height: 38px;
    display: block;
    margin-top: 12px;
}
.top-logo img{
    max-width:90%;
    max-height: 40px;
}
.home-top-slider__slide .buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.home-top-slider__slide .btn-1 {
	height: 50px; 
	background-color: #79b927; 
	color: #ffffff;  
	font-size: 18px;
	font-weight: 600;  
	padding: 0 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.home-top-slider__slide .btn-1:before{
	content: '';
	width: 32px;
	height: 30px;
	background-image: url(../img/icon-korzina-w.png);
	margin-right: 16px;
}
.home-top-slider__slide .btn-1:hover{
	background-color: #65a01b;
}
.home-top-slider__slide .link {
	color: #1c1c1c; 
	font-size: 18px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: normal;
	line-height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center; 
}
.home-top-slider__slide .link:hover{
	color: #79b927;
}
.home-top-slider__slide .link:after{
	content: '';
	width: 5px;
	height: 8px;
	background-image: url(../img/arrow.png);
	margin-left: 10px;
}
.home-top-slider .slick-arrow{
	position: absolute;
	z-index: 1;
	top: 50%; 
	-webkit-transform: translateY(-50%); 
	-ms-transform: translateY(-50%); 
	transform: translateY(-50%);
	font-size: 0;
	background-color: transparent;
	border: none;
	width: 60px;
	height: 60px;
	background-position: center;
	background-size: 100%;
	-webkit-transition: 0.4s all;
	-o-transition: 0.4s all;
	transition: 0.4s all;
	cursor: pointer;
}
.home-top-slider .slick-arrow:hover{ 
	-webkit-transform:translateY(-50%) scale(1.05); 
	-ms-transform:translateY(-50%) scale(1.05); 
	transform:translateY(-50%) scale(1.05);
}
.home-top-slider .slick-prev{
	left: 20px;
	background-image: url(../img/L.png);
}
.home-top-slider .slick-next{
	background-image: url(../img/R.png);
	right: 20px;
}

.home-top-slider .slick-dots {
	position: absolute;
	bottom: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	list-style-type: none;
	width: 1300px;
	max-width: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 0 30px;
}
.home-top-slider .slick-dots li button{
	font-size: 0;
	padding: 0;
	min-width: 10px;
	height: 10px;
	background-color: #828282; 
	border-radius: 5px;
	border: none;
	margin-right: 10px; 
	-webkit-transition: 0.4s; 
	-o-transition: 0.4s; 
	transition: 0.4s;
	cursor: pointer;
}
.home-top-slider .slick-dots li.slick-active button{ 
	background-color: #79b927;
	padding: 0 12px
}

.products {
	padding: 70px 0 40px;
} 
.h2 {
	color: #020b0a; 
	font-size: 30px;
	font-weight: 600;  
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 50px;
}
.products__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;  
	-webkit-box-pack: center;  
	-ms-flex-pack: center;  
	justify-content: center;
	flex-wrap:wrap;
	margin: 0 -10px;
}
.products__item {
	width: calc(100% / 4 - 20px);
	-webkit-box-shadow: 0 0 15px rgba(20, 22, 29, 0.07);
	box-shadow: 0 0 15px rgba(20, 22, 29, 0.07);
	border-radius: 5px;
	background-color: #ffffff;
	margin: 0 10px 30px;
	-webkit-transition: 0.4s ease all;
	-o-transition: 0.4s ease all;
	transition: 0.4s ease all;
	overflow: hidden;
	border-radius: 5px;
	position: relative;
	padding-bottom: 50px;
}
.products__item .img{
	position: relative;
}
.products__item .img a.ab{ 
	display: -webkit-box; 
	display: -ms-flexbox; 
	display: flex; 
	-webkit-box-align: center; 
	-ms-flex-align: center; 
	align-items: center;
}

.products__item .img img{
	max-width: 100%;
	    border-radius: 6px 6px 0 0;
}
.products__item .title {
	color: #1c1c1c; 
	font-weight: 600;
	font-style: normal;
	letter-spacing: normal;
	line-height: 24px;
	font-size: 16px;
	margin: 20px;
	display: block;
}
.products__bottom {
	padding: 0 20px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.products__bottom .price {
	color: #1c1c1c;  
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: normal;
	line-height: 20px;
}
.products__bottom .to-cart {
	color: #020b0a; 
	font-size: 14px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: normal;
	line-height: 24px;
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: transparent;
	border: none;
	cursor: pointer;
}
.products__bottom .to-cart:hover{
	color: #79b927;
}
.products__bottom .to-cart:before{
	content: '';
	width: 26px;
	background-size: 100%;
	height: 24px;
	background-image: url(../img/korzina-small.svg);
	display: block;
	margin-right: 10px;
} 
.products__item .buttons { 
	width: calc(100% - 60px);
	opacity: 0;
	top: -100%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	position: absolute;
	-webkit-transition: 0.6s all ease;
	-o-transition: 0.6s all ease;
	transition: 0.6s all ease;
}
.products__item .buttons img {
    margin-right: 13px;
    width: 25px !important;
}
.products__item .buttons .btn-2 {
    width: 160px;
    height: 40px;
    margin: 0 auto;
    background-color: rgb(28 28 28 / 70%);
    padding: 0 10px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.products__item .buttons .btn-2:hover{
	background-color: #1c1c1c;
}
.products__item .buttons .btn-3 {
	width:100%;
	height: 50px; 
	background-color: rgb(121 185 39 / 90%);
	padding: 0 30px;
	color: #ffffff; 
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}
.products__item .buttons .btn-3:hover{
	background-color: #79b927;
}
.products__item:hover{
	-webkit-box-shadow: 0 0 20px rgba(20, 22, 29, 0.3);
	box-shadow: 0 0 20px rgba(20, 22, 29, 0.3);
}
.products__item:hover .title {
	text-decoration: underline;
	color: #79b927;
}
.products__item:hover .buttons{
	top: 50%;
	opacity: 1;
}

.header .comparison-go {
    color: #fff;
    font-size: 16px;
}
.header .comparison-go:hover {
    color: #79b927;
}
.catalog{
	padding-bottom: 40px;
}
.catalog .h2{
	margin-bottom: 40px;
}
.h3	{
	color: #020b0a; 
	font-size: 26px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: center;
	margin-bottom: 30px;
}
.slick-track{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.slick-initialized .slick-slide { 
	height: auto;
}
.category {
	min-height: 260px;
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; 
	-webkit-box-pack: center; 
	-ms-flex-pack: center; 
	justify-content: center;  
	-webkit-box-orient: vertical;  
	-webkit-box-direction: normal;  
	-ms-flex-direction: column;  
	flex-direction: column;
	margin-bottom: 30px;
	padding: 0 50px;
}
.category .title {
	color: #1c1c1c;  
	font-size: 36px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 50px;
	text-align: left;
}
.category .btn-5{
	max-width: 257px;
	margin-top: 30px;
}
.cate__items .category .btn-5{
		margin: 0;
	}
.category .btn-cat {
	height: 70px;
	border-radius: 35px;
	background-color: #ededed; 
	display: -webkit-box; 
	display: -ms-flexbox; 
	display: flex;
	padding: 0 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 110px;
	color: #020b0a; 
	font-size: 22px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: normal;
	line-height: 50px;
	text-align: center;
	background-image: url(../img/arrow-btn.png);
	background-position: 8px;
	background-repeat: no-repeat;
}

.category .btn-cat:hover{ 
	background-color: #79b927;
	color: #ffffff;
}
.write{
	color: #ffffff !important;
}
.sub-category {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px 30px;
	justify-content: center;
}
.sub-category__item {
	width: calc(100% / 4 - 20px);
	display: block;
	margin: 0 10px 20px;
	position: relative;
	-webkit-box-shadow: 0 10px 10px rgba(20, 22, 29, 0.07);
	box-shadow: 0 10px 10px rgba(20, 22, 29, 0.07);
	border-radius: 5px;
	overflow: hidden;
}
.sub-category__item img {
    max-width:100%;
}
.sub-category__item:after{
	content: '';
	width: 35px;
	height: 35px;
	background-image: url(../img/icon-+.png);
	position: absolute;
	background-size: 100%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: 0.4s all;
	-o-transition: 0.4s all;
	transition: 0.4s all;
}
.sub-category__item:before{
	content: '';
	width: 100%;
	height: 100%; 
	position: absolute;
	left: 0;
	top: 0; 
	background-color: #ffffff;
	opacity: 0;
	-webkit-transition: 0.4s all;
	-o-transition: 0.4s all;
	transition: 0.4s all;
}
.sub-category__item .title {
	position: absolute;
	bottom: 20px;
	left: 0px;
	right: 0px;
	text-align: center;
	color: #1c1c1c; 
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: normal;
	line-height: 24px;
	text-align: center;
	position: relative;
	z-index: 2;
}
.sub-category__item .link {
	width: 160px;
	height: 160px;
	border: 1px solid #79b927; 
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #79b927; 
	font-size: 16px;
	font-weight: 600; 
	border-radius: 50%;
	z-index: 1;
	opacity: 0;
	-webkit-transition: 0.4s all;
	-o-transition: 0.4s all;
	transition: 0.4s all;
}
.sub-category__item:hover:after {
	opacity: 0;
}
.sub-category__item:hover:before{
	opacity: 0.8
}
.sub-category__item:hover .link{
	opacity: 1;
} 
.news {
	padding-bottom: 40px;
} 
.news .h3 {
	text-align: left;
}
.news .btn-1 {
    width: 190px;
    display: block;
    background-color: #79b927;
    padding: 15px 20px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: 18px;
    text-align: center;
    margin: 0 auto 20px;
} 
.news .btn-1:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    color: #ffffff;
}
.news__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.news__item {
	width: calc(100% / 3 - 30px);
	margin: 0 15px 30px;
}
.news__item .title {
	color: #1c1c1c;  
	font-size: 18px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	margin-bottom: 20px;
	display: block;
}
.news__item .desc {
	color: #1c1c1c; 
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 20px;	
}
.news__item .link {
	color: #79b927;  
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; 
}
.news__item .link:after{
	content: '';
	background-image: url(../img/arrow-or.png);
	width: 5px;
	height: 8px;
	display: block;
	margin-left: 10px;
	-webkit-transition: 0.4s ease;
	-o-transition: 0.4s ease;
	transition: 0.4s ease;
}
.news__item .title:hover{
	color: #79b927;
}
.news__item .link:hover:after, .home-top-slider__slide .link:hover:after{
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.home-top-slider__slide .link:after{
	-webkit-transition: 0.4s ease;
	-o-transition: 0.4s ease;
	transition: 0.4s ease;
}



.contact {
    position: relative;
    padding: 1px 0;
    max-width: 1920px;
    margin: 0 auto;
}
.contact__body {
	z-index: 2;
	position: relative;
	margin: 80px 0;
	width: 340px;
	max-width: 100%;
	min-height: 390px;
	background-color: #ffffff;
	padding: 40px 30px;
}
.contact .map{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.contact__body .title {
	color: #1c1c1c; 
	font-size: 18px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: normal;
	line-height: 26px;
	text-align: left;
	margin-bottom: 30px;
} 
.contact__body .phone {
	color: #1c1c1c; 
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.contact__body a:hover{
    color: #79b927;
}
.contact__body .phone:before{
	content: '';
	display: block;
	min-width: 30px;
	width: 30px;
	height: 30px;
	background-image: url(../img/phone.svg);
	margin-right: 15px;
}
.contact__body .phone.what:before{
	content: '';
	display: block;
	min-width: 30px;
	width: 30px;
	height: 30px;
	background-image: url(../img/whatsapp.png);
	margin-right: 15px;
}
.contact__body .email {
	color: #1c1c1c; 
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.contact__body .email:before{
	content: '';
	display: block;
	min-width: 30px;
	width: 30px;
	height: 30px;
	background-image: url(../img/mail.svg);
	margin-right: 15px;
}
.contact__body .adres {
	color: #1c1c1c; 
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
	margin-bottom: 20px;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.contact__body .adres:before{
	content: '';
	display: block;
	min-width: 30px;
	width: 30px;
	height: 30px;
	background-image: url(../img/adres.svg);
	margin-right: 15px;
}
.contact__body .btn-4 { 
	display: block; 
	background-color: #79b927; 
	padding: 14px 20px;
	width: 100%;
	color: #ffffff;  
	font-size: 14px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: normal;
	line-height: 18px;
	text-align: center;
	margin-top: 10px;
}
.contact__body .btn-4:hover{  
	-webkit-transform: scale(1.05);  
	-ms-transform: scale(1.05);  
	transform: scale(1.05);
	color: #ffffff;
}
.btn-5 {
	background-color: #ededed; 
	padding: 19px 44px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #020b0a; 
	font-size: 22px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: normal; 
	text-align: center; 
	-webkit-transition: 0.4s ease; 
	-o-transition: 0.4s ease; 
	transition: 0.4s ease;
	position: relative;
	z-index: 2
}
.btn-5 svg{
	width: 33px;
	margin-left: 15px;
}
.btn-5 path{
	fill:#020b0a;
	-webkit-transition: 0.4s ease; 
	-o-transition: 0.4s ease; 
	transition: 0.4s ease;

}
.btn-5:hover{
	background-color: #65a01b;
	color: #fff;
}
.btn-5:hover path{
	fill:#fff;
}

h1,h2,h3,h4{
	font-weight: 600;
	font-style: normal;
	letter-spacing: normal;
	line-height: 1.2;
	margin-bottom: 30px
}

h1{	
	font-size: 32px;
}
h2{	
	font-size: 28px;
}
h3{	
	font-size: 26px;
}
h4{	
	font-size: 20px;
}
.content p{
	font-size: 16px;
	font-weight: 400; 
	line-height: 24px;
	margin-bottom: 15px;
}
.content p strong{
   font-weight: 700;  
}

.content__body {
	overflow: hidden;
	position: relative;
	height: 230px;
	-webkit-transition: height 0.8s;
	-o-transition: height 0.8s;
	transition: height 0.8s;
}
.content__body:after {
	content: "";
	display: block;
	height: 100px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: -o-linear-gradient(bottom, #ffffff 17%, rgba(255, 255, 255, 0.99) 18%, rgba(255, 255, 255, 0) 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(17%, #ffffff), color-stop(18%, rgba(255, 255, 255, 0.99)), to(rgba(255, 255, 255, 0)));
	background-image: linear-gradient(to top, #ffffff 17%, rgba(255, 255, 255, 0.99) 18%, rgba(255, 255, 255, 0) 100%);
}
.content__body.hide:after {
	display: none;
} 
.content{
	padding: 0px 0 70px;
	max-width: 1084px; 
	margin: 0 auto;
}
.content .more{ 
	max-width: 100%;
	margin: 0 auto;  
	display: -webkit-box; 
	display: -ms-flexbox; 
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; 
	color: #0023a7;
	cursor: pointer;  
	-webkit-transition: height 1.2s;  
	-o-transition: height 1.2s;  
	transition: height 1.2s;
	color: #79b927;  
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: normal;
	line-height: 26px;
	text-align: left;
}
.content .more:after{
	content: '';
	background-image: url(../img/arrow-or.png);
	width: 5px;
	height: 8px;
	display: block;
	margin-left: 10px;
	-webkit-transition: 0.4s ease;
	-o-transition: 0.4s ease;
	transition: 0.4s ease;
} 
.content .more:hover:after{
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.content .more svg{
	margin-left: 8px;
	-webkit-transition: 0.4s all ease;
	-o-transition: 0.4s all ease;
	transition: 0.4s all ease;
}
.content .more:hover svg{
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.content__body.hide ~ .more{
	opacity: 0;
	cursor: default;
	height: 0;
}

.footer {
	background-color: #1c1c1c;
	padding: 30px 0;
} 
.footer__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between; 
	margin: 0 -5px;
}
.footer__item {
	padding: 0 5px;
} 
.footer__item .title{
	color: #828282; 
	font-size: 18px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.footer__menu {
	list-style-type: none;
	margin-bottom: 15px;
}
.footer__menu li a{
	color: #ffffff; 
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 30px;
	text-align: left;
}
.footer__menu li a:hover{
	color: #79b927;
}
.btn-4 {
	display: block;  
	background-color: #79b927;
	padding: 16px 20px; 
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: normal;
	line-height: 18px;
	text-align: center; 
	margin-bottom: 40px;
	    min-width: 200px;
}
.btn-4:hover{  
	-webkit-transform: scale(1.05);  
	-ms-transform: scale(1.05);  
	transform: scale(1.05);
	color: #ffffff;
}
.footer__item .phone {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
	color: #ffffff;  
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
}
.footer__item .phone:before{
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url(../img/phone-f.svg);
	margin-right: 15px;
}
.footer__item .phone:hover{
	color: #79b927;
}
.footer__item .email {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #ffffff;  
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
}
.footer__item .email:before{
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url(../img/mail-f.svg);
	margin-right: 15px;
}
.footer__item .email:hover{
	color: #79b927;
}
.copi {
	color: #828282;  
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 22px;
	text-align: left;
	margin-top: 10px;
}
.copi.mob { 
    display:none;
}
.modal input{
	height: 50px;
	border-radius: 5px;
	border: 1px solid #d2d2d2;
	background-color: #f8f8f8; 
	margin-bottom: 20px;
	width: 100%;
	color: #1c1c1c; 
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
	padding: 0 15px;
} 
.modal .btn-4 {
	width: 100%;
	border:0;
	margin-top: 10px;
	margin-bottom: 0;
	-webkit-transition: 0.4s all;
	-o-transition: 0.4s all;
	transition: 0.4s all;
	cursor: pointer;
}
.contact__body .btn-4{
	margin-bottom: 0;
}

.pad-top-0{
	padding-top: 0
}
.thankssvg{
	margin: 0 auto 10px;
	display: block;
}
.thanks_desc {
	text-align: center;
	margin-bottom: 15px;
	font-weight: 600;
	margin-top: -30px;
}
.thanks__desc2 {
	text-align: center;
	font-weight: 600;
}

.cate__items{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -10px;
}
.cate__items .category{
	width: calc(100% / 3 - 20px);
	display: block; 
	margin: 0 10px 30px;
	padding: 275px 20px 20px;
}
.cate__items .category .title {
	font-style: normal;
	letter-spacing: normal;
	line-height: 40px;
    margin-bottom: 20px;
    min-height: 120px;
}
.cate__items.t-f-end .category .title{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding-bottom: 15px;
}
 







@media (max-width: 1400px){
	.home-top-slider .slick-arrow{
		width: 35px;
		height: 35px;
	}
}

@media (max-width: 1220px){
	.header__bottom .phone{
		font-size: 16px;
	}
	.header__bottom .text{
		display: none;
	}
	.logo img{
		max-width: 130px;
	}
	.bottom__menu li a{
		margin: 0 10px;
	   font-size: 12px !important;
	}
	.home-top-slider .slick-arrow{
		display: none !important;
	}
}
@media (max-width: 800px){ 
	.bottom__menu {
		display: none !important;
	} 
}
@media (max-width: 1300px){
    .header__top .menu li a { 
        font-size: 14px; 
        margin-right: 10px;
    }
}
@media (max-width: 1100px){
	.copi{
		margin-top: 20px;
		width: 100%;
		text-align: center;
	}
	.products__bottom{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.products__bottom .price{
		margin: 10px 0;
	}
	.footer__item .phone,.footer__item .email, .footer__menu li a{
		font-size: 13px;
	}
	.cate__items .category{ 
		padding: 240px 20px 20px;
	}
	.products__item {
        width: calc(100% / 3 - 20px);
	}
	.h-580 {
        min-height: 370px !important;
        background-size: cover;
    }
    .header__top .menu li a { 
        font-size: 11px; 
        margin-right: 10px;
    }
}
@media (min-width: 1000px){
    .header__bottom .logo{
        display:none;
    }
    .header__top .logo{
        display:block;
    }
    .header__top .logo img {
        width: 100px;
        margin-right:35px;
        margin-bottom:-5px;
    }
    .bottom__menu li a:first-child{
        margin-left:0;
    }
}
@media (max-width: 1000px){
.header__top .logo{
    display:none;
}
}
@media (max-width: 950px){
	.products__items, .footer__body{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.products__item {
		width: calc(100% / 2 - 20px);
	}
	.sub-category__item {
		width: calc(100% / 2 - 20px);
	}
	.sub-category__item img {
		margin: 0 auto;
		display: block;
	}
	.container { 
		padding: 0 15px;
	}
	.news__item {
		width: calc(100% / 2 - 30px);
		margin: 0 15px 30px;
	}
	.footer__item {
		width: calc(100% / 2 - 30px);
		margin-bottom: 20px;
	}
	.footer__item:first-child{
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center; 
	}
	.header__bottom .phone{
		font-size: 0;
	}
	.cate__items{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.cate__items .category{
		width: calc(100% / 2 - 20px); 
		padding: 240px 20px 20px;
	}
    .acs-top .title {
        font-size: 24px;
        line-height: 34px;
        max-width: 380px;
        text-align: center;
        margin: 0 auto;
    }
    .acs-img-mob {
        display: block;
        width: 100%;
        margin-top: 30px;
    }
    .acs-tabs__item {
        font-size: 18px;
        line-height: 22px;
    }
    .acs-top {
        padding: 30px 0 40px;
        background-image: none !important;
    }
    
    .acs-tabs__item.active:after{
        display:none;
    }
    
}
@media (min-width: 751px){
	.menu-mob{
		display: none !important;
	}
	
    .mob-b .m-bg {
        display:none; 
    }
    .mob-b-2 .m-bg {
        display:none; 
    }
}
@media (max-width: 800px){
    .acs-tabs__item {
        width: calc(100% / 2 - 20px);
        min-height: 120px;
    }
	.category{
		background-position: center;
	}
	.bottom__menu, .header__top{
		display: none;
	}
	.h2{
		font-size: 22px;
		margin-bottom: 30px
	}
	.products__item {
		width: calc(100% - 20px);
	}
	.h3{
		font-size: 20px;
	}
	.catalog .h2 {
		margin-bottom: 25px;
	}
	.category {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap; 
		background-repeat: no-repeat;
		background-position: top;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0 10px; 
		background-size: cover;
	}
	.category.first {
		min-height: 125px;
		background-size: auto 100%;
	}
	.category{
		position: relative;
	}
	.category:before{
		content: '';
		background-color: rgb(0,0,0,0.3);
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}
	.category .title{
		color: #FFF;  
		position: relative;
		z-index: 1;
	}
	.category .btn-cat{
		position: relative;
		z-index: 1;		
	}
	.category .btn-5 {
	    max-width: 257px;
	    margin-top: 30px;
	    margin: 67px auto 0;
	}
	.cate__items .category{
		width: calc(100% - 20px); 
		padding: 240px 20px 20px;
	}
	 
	.cate__items .category{
		background-size: cover;
	}
	.cate__items .category .title{
		color: #fff; 
		text-align: left;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		min-height: 55px;    
		font-size: 28px;
	}
	.cate__items .category .btn-5{
		margin: 0;
	}
	.sub-category{
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.sub-category__item{
		width: calc(80% - 20px);
	}
	.category .title {
		font-size: 22px;
		text-align: center;
		line-height: normal;
		width: 100%;
		height: 55px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.news__item{
		width: calc(100% - 30px);
	}
	.contact .map{
		position: initial;
		height: 400px;
	} 
	.contact__body {
		z-index: 2;
		position: relative;
		margin: 0px 0;
		width: 340px;
		max-width: 100%;
		min-height: 390px;
		background-color: #ffffff;
		padding: 30px 0px;
	}
	h2 {
		font-size: 22px;
	}  
	.footer__item {
		width: calc(100% - 30px);
		margin-bottom: 0px;
	}
	.footer__item .btn-4{
		margin-top: 20px;
	}
	.home-top-slider__slide .title{
		font-size: 22px;
		line-height: normal;
	}
	.header__bottom {
		padding: 15px 0;
	}
	.logo{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.logo img {
		max-width: 110px;
	}
	.home-top-slider__slide .buttons{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.home-top-slider__slide{
		padding: 40px 0 20px; 
	}
	.home-top-slider .slick-dots{
	    bottom:20px;
	    padding:0 15px;
	}
	.header__burger {
		display: block; 
		width: 30px;
		height: 20px; 
		position: relative;
		z-index: 1; 
	}
	.header__burger span {
		background-color: #212121;
		position: absolute;
		width: 100%;
		height: 2px;
		left: 0;
		top: 9px;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}
	.header__burger:before, .header__burger:after {
		content: '';
		background-color: #212121;
		position: absolute;
		width: 100%;
		height: 2px;
		left: 0;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}
	.header__burger:before {
		top: 0;
	}
	.header__burger:after {
		bottom: 0;
	}
	.header__burger.active:before {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 9px;
	}
	.header__burger.active span {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	}
	.header__burger.active:after {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		bottom: 9px;
	}
	.header__bottom .icon {
		margin-right: 5px;
		position: relative;
	}
	.menu-mob .footer__menu li a{
		color: #1c1c1c;
		font-size: 16px;
	}
	.menu-mob .footer__menu{
		width: 100%;
	}
	.menu-mob{
		padding-top: 20px;
		display: none;
	}
	
    .products__item .img img {
        width: 100%;
        border-radius: 8px 8px 0 0;
    }
    .h-670 {
        min-height: 370px !important;
    }
    .mob-b{
           background-image: none !important;
           background-color: #f2f2f2;
    }
    .mob-b .m-bg {
        display:block;
        width:100%;
        margin:15px auto ;
    }
    .comparison-table .comparison-corner {
    padding-bottom: 1em;
    min-width: 180px;
}

h1{	
	font-size: 22px;
}
h2{	
	font-size: 22px;
}
h3{	
	font-size: 20px;
}
h4{	
	font-size: 18px;
}

.copi.pc { 
    display:none;
}

.copi.mob { 
    display:block;
}
}

.breadcrumb {margin-bottom: 10px;}

li.separator {
    font-size: 28px;
    margin: 0 10px;
    color: #78b926;
    position: relative;
    top: 2px;
}
.breadcrumb li {
    font-weight:bold;
    display:inline-block;
}

.breadcrumb li a:visited, .breadcrumb li a {

    color: #78b926;
}

.homecredit_b {
    padding: 0;
    border:none;
    background:none;
}

.homecredit_b img {
    width:160px;
    cursor:pointer;
}

@media (max-width: 764px){
	.tovar__body .srv {
	    width: 100%;
	}
	.srv .comparison {
	    margin: 0 auto;
	}
}


/* Credit button + modal styles */

.i-credit {
    position: relative;
    margin-top: 10px;
}

.credit-button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
    width: 198px;
    height: 50px;
    border: unset;
    outline: none;
    transition: 0.3s;
    cursor: pointer;
    background-color: #FF4900;
    color: #fff;
}
.credit-button:hover {
    background-color: #cc420b;
}
.credit-button__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    position: relative;
}
.credit-button__icon svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.credit-button__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}
.credit-button__icon--general {
    transition: 0.3s;
    opacity: 1;
}
.credit-button__icon--close {
    transition: 0.3s;
    opacity: 0;
}

.credit-button.active  .credit-button__icon--general {
    opacity: 0;
}
.credit-button.active  .credit-button__icon--close {
    opacity: 1;
}

.i-modal {
    position: absolute;
    bottom: 0;
    left: calc(-100% - 32px);
    width: 220px;
    height: max-content;
}

@media (max-width: 750px) {
    .i-modal {
        left: 50%;
        transform: translateX(-50%);
        bottom: calc(100% + 10px);
    }
}

.i-modal__inner {
    padding: 10px;
    padding-right: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: #fff;
    border: 1px solid #FF4900;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.i-modal__title {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #020B0A;
    padding-right: 10px;
}

.i-modal__list {
    display: flex;
    flex-direction: column;
    gap: 5px;
    max-height: 136px;
    overflow-y: auto;
    padding-right: 5px;
    margin-right: 5px;
    scrollbar-color: #1C1C1C transparent;
	scrollbar-width: thin;
}
@-moz-document url-prefix() {
    .i-modal__list {
        margin-right: 0;
        padding-right: 10px;
    }
}
.i-modal__list::-webkit-scrollbar {
    width: 2px;
	height: 15px;
}
.i-modal__list::-webkit-scrollbar-track {
    border-radius: 0;
}
.i-modal__list::-webkit-scrollbar-thumb {
    background-color: #1C1C1C;
}

.i-modal__item {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    padding: 5px;
    background: #FFFFFF;
    border: 1px solid #D2D2D2;
    border-radius: 30px;
    transition: 0.3s;
}
.i-modal__item:hover {
    border-color: #FF4900;
}

.i-modal__img-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}
.i-modal__img-wrapper img {
    display: block;
    width: 30px;
    height: 30px;
}
.i-modal__text {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #020B0A;
    text-align: left; 
}

.btn-cart--custom-width {
    width: 198px !important;
}










/* Added product to card - modal */

.added-to-cart-menu {
    position: fixed;
    max-width: 300px;
    width: 100%;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
}

@media (min-width: 950px) {
    .added-to-cart-menu {
        top: 150px
    }
}
.added-to-cart-menu__wrapper {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
    padding: 30px;
}

.added-to-cart-menu__close {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    background-color: transparent;
    text-decoration: none;
    color: #020B0A;
    transition: 0.3s;
    padding: 0;
    margin-top: -15px;
    margin-right: -15px;
    margin-bottom: 10px;
    margin-left: auto;
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.added-to-cart-menu__close:hover {
    color: red;
}

.added-to-cart-menu__title {
    color: #020B0A;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    text-align: left;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}

.added-to-cart-menu__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 30px;
}

.added-to-cart-menu__list .short-info__item {
    gap: 6px;
}

.added-to-cart-menu__list .short-info__item-body {
    display:grid;
    grid-template-columns: 46px auto;
}

.added-to-cart-menu__list .short-info__item-footer {
    padding-left: 47px;
    margin-top: 10px;
}

.added-to-cart-menu__buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.added-to-cart-menu__continue,
.added-to-cart-menu__to-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 35px;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    text-align: center;
    transition: 0.3s;
    border: 1px solid transparent;
    margin: 0;
    cursor: pointer;
}

.added-to-cart-menu__continue {
    border-color: #696969;
    background-color: #fff;
    color: #696969;
}
.added-to-cart-menu__continue:hover {
    background-color: #696969;
    color: #fff;
}

.added-to-cart-menu__to-cart {
    border-color: #79B927;
    color: #fff;
    background-color: #79B927;
}
.added-to-cart-menu__to-cart:hover {
    background-color: #65a01b;
}
/* // Added product to card - modal */





.icon--search {
  width:20px;
  margin:0;
  height:20px;
}
.serch form{
    display: flex;
    align-items: flex-end;
}
.serch input {
    border: none;
    border-bottom: 2px solid;
    padding: 4px 0;
    font-size: 15px;
}
.serch button{
    padding: 0;
    border: 0;
    background: transparent;
    margin-left:10px;
    cursor: pointer;
}
.serch button:hover path{
  fill:#79b927;
}
@media (max-width:900px){
  .serch input{
      width:90px;
      margin-left:9px;
  }
  .logo img {
    max-width: 75px;
}

.serch button{ 
    margin-left:5px; 
    margin-right:10px; 
}
}
@media (max-width:750px){
  .serch input{
      width:60px;
      margin-left:9px;
  }
  .logo img {
    max-width: 75px;
}
.phone-list__wrap .phone-list__menu { 
    padding: 15px 15px !important;
    width: 250px !important;
    transform: translateX(-50%);
}
.header__bottom .phone svg {
    margin-left:0 !important;
}

.serch button{ 
    margin-left:5px; 
    margin-right:10px; 
}
.home-top-slider__slide .title p, .home-top-slider__slide .title span{
    font-size: 24px!important; 
    line-height: normal;
}
}
.phone-list__wrap { 
   position: relative;
   z-index: 0;
} 
.phone-list__wrap .phone-list__menu {
    display: none;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 4px rgb(0 0 0 / 8%);
    box-shadow: 0px 0px 4px rgb(0 0 0 / 8%);
    background: #fff;
    padding: 25px 15px; 
    width: 105%;
}

.com-fix {
    position: fixed;
    right: 50px;
    top: 95px;
    z-index: 6;
    display: flex;
    align-items: center;
    flex-direction: column;
    
}
.comparison {
   margin-top: 5px; 
}
.news img {
    max-width:100%;
        height: auto;
}
.com-fix .comparison-go {
    background-color: #79b927;
    padding: 10px 20px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 18px;
    text-align: center;
}
.com-fix .comparison-go:hover {
       -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    color: #ffffff;
}
@media (max-width:1100px) {
    .com-fix { 
    top: 130px; 
}
}
@media (max-width:700px) {
    .com-fix { 
        top: 80px; 
    }
    .home-top2 {
        
    }
}




.sokial a {
    width:30px;
    display:flex;
    margin-right:15px;
    align-items: center;
}

.sokial a img{
    width:30px; 
    margin-bottom:30px;
}
.sokial{
    display:flex;
}
.popular-new {
    position: absolute;
    left: 15px;
    top: 15px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
}
.popular-new .item{
    font-size:12px;
    background-color: #000;
    color: #fff;
    padding: 2px 5px;
    margin-right: 10px;
    border-radius: 4px;
}
.agreement {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom:20px;
    justify-content: center;
}
.agreement input {
    width: 20px !important;
    height: 20px !important;
    margin: 0 !important;
    margin-right: 10px !important;
}

 .top-header {
            padding: 50px 0 50px;
            background: #000000;
        }
        .top-header img {
            max-width: 100%;
            margin:0 auto 30px;
            display: block;
        }
        .top-header .title {
            font-weight: 400;
            font-size: 30px;
            line-height: 40px; 
            text-align: center;
            color: #FFFFFF;
            margin-bottom: 20px;
        }
        .top-header .desc {
            max-width: 820px;   
            font-weight: bold;
            font-size: 22px;
            line-height: 30px; 
            text-align: center;
            margin: 0 auto;
            color: #FFFFFF;
            
        }
        
        .register {
            margin:50px 0 100px;
            
        }
        .register .container {
            max-width: 850px;
        }
        .register__body {
            background: #FFFFFF;
            box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
            padding: 30px 50px;
        }  
         
        .register .register__title {
            display: flex;
            align-items: center;
            margin-bottom: 30px;
        }
        .register .num {
            background: #F8F8F8;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
        
        }
        .register .txt {
            font-weight: 400;
            font-size: 24px;
            line-height: 30px; 
            color: #020B0A;
        }
        .register .rec {
            font-weight: 400;
            font-size: 16px;
            line-height: 18px;
            margin-left: 15px;
            color: #79B927;
        }
        .register .desc {
            font-weight: 400;
            font-size: 20px;
            line-height: 28px; 
            color: #020B0A;
            margin-bottom: 30px;
        
        }
        .register .wrap {
            display: flex;
            flex-wrap: wrap;
            margin: 0 -10px 10px;
        }
        .register .wrap input {
            width: calc(100% / 2 - 20px);
            margin: 0 10px 20px;
            height: 50px; 
            background: #F8F8F8;
            border: 1px solid #D2D2D2;
            border-radius: 5px;
            padding: 0 13px;
            font-weight: 300;
            font-size: 16px;
            line-height: 18px; 
            color: #020B0A;
            &:placeholder {
                font-family: 'Roboto';
                color: #020B0A;
            }
        }
        .register .reg-code {
            border: 1px solid #020B0A;
            border-radius: 5px;
            padding: 20px;
            margin-bottom: 30px;
        }
        .register .reg-code svg {
            margin-bottom: 16px;
        }
        .register .input {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
        }
        .register .reg-code input {
            width: 100%; 
            max-width: 300px;
            height: 50px; 
            background: #F8F8F8;
            border: 1px solid #D2D2D2;
            border-radius: 5px;
            padding: 0 13px;
            font-weight: 300;
            font-size: 16px;
            line-height: 18px; 
            color: #020B0A;
            &:placeholder {
                font-family: 'Roboto';
                color: #020B0A;
            }
        }
        .wrapper #file-input, .wrapper #file-input2{
          display:none;
        }
        #code {
                text-transform: uppercase;
        }
        .register .dsc {
            font-weight: 400;
            font-size: 20px;
            line-height: 28px; 
            color: #020B0A;
            margin-right: 29px;
        
        }
        .register .dsc2 { 
            font-weight: 400;
            font-size: 16px;
            line-height: 28px; 
            color: #020B0A; 
        }
        .register .reg-code .desc {
            font-weight: 400;
            font-size: 14px;
            line-height: 28px; 
            color: #020B0A;
            margin:0;
        }
        .register .bottom {
            margin-top: 30px;
            border-top: 1px solid #D2D2D2;
            
        }
       .register  .agreement { 
            margin: 40px 0 10px;
            justify-content: flex-start;
        }
        .register .bottom {
            margin-bottom: 15px;
            
        }
        .files {
            display: flex;
        }
        
        .wrapper label[for='file-input'], .wrapper label[for='file-input2']  {
            display: flex; 
            padding:20px;
            background: #FFFFFF;
            border: 2px dashed #DCDCDC;
            border-radius: 15px;
            cursor: pointer;
            margin-right: 20px;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        .wrapper label.active {
            border: 2px solid #79B927;
        }
        .wrapper span.ico {
            background: #79B927;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .wrapper .svg2 { 
            display: none;
        }    
        .wrapper .active .svg1 { 
            display: none;
        }    
        .wrapper .active .svg2 { 
            display: block;
        }    
        .wrapper span.title {
            height: 44px;
            font-style: normal;
            font-weight: 500;
            font-size: 18px;
            line-height: 22px;
            display: flex;
            align-items: center;
            text-align: center;
            color: #020B0A;
            margin: 15px 0;
        }
        .wrapper span.dsc {
            font-weight: 400;
            font-size: 16px;
            line-height: 18px;
            text-align: center;
            color: #696969;
            margin: 0;
        }
        
        .register .btn-4 {
            transition: 0.3s;
            border:none;
            width: 245px;
            border-radius: 10px;
            cursor:pointer;
        }
        @media (max-width:700px) { 
            .top-header .desc { 
                font-size: 16px;
                line-height: 20px;  
                
            }
            .register__body {
                padding: 15px 10px;
            }
            .register .wrap input {
                width: calc(100% - 20px);
                margin: 0 10px 15px;
            }
            .register .reg-code svg {
                max-width:100%;
                height: auto;
            }
            .register .input { 
                flex-wrap: wrap;
            }
            .register .dsc { 
                font-size: 10px;  
                margin-right: 1px;
            }
            .register .reg-code .desc { 
                text-align: center;
            }
            .wrapper label[for='file-input'], .wrapper label[for='file-input2'] { 
                margin: 0 5px;
                padding: 12px;
            }  
            .wrapper span.title {
                height: 35px; 
                font-size: 14px;
                line-height: 16px; 
                margin: 10px 0;
            }
            .wrapper span.dsc {
                font-size: 12px; 
                margin: 0;
            }
            .file-input {
                margin: 0 -5px;
                
            }
            .wrapper {
                width: 100%;
            }

        }
        .register .bottom {
            padding-top: 20px;
        }
        .file-upload2.error label, .file-upload1.error label {
            border-color:red;
        }
        
        
        
.top-banner {
    --img-height: 50px;
    --background: #222222;
}

.top-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: var(--img-height);
    width: 100%;
    background-color: var(--background);
}
.top-banner img {
    display: block;
    height: 100%;
    flex-shrink: 0;
    width: auto;
}

.gift-img {
    max-width: 100%;
    display: flex;
    align-items: center;
    margin-top: 40px;
}
.gift-img img {
    width: 100%;
    max-width: 180px;
}
.gift-img.mob {
    justify-content: center;
    display: none;
}

@media (max-width:700px) {
   
.gift-img { 
    display: none;
} 
.gift-img.mob {
    justify-content: center;
    display: flex;
}
}

.header-push {
    display:flex;
    width:100%;
    height: 150px;
}
.header {
    position: absolute;
    width: 100%;
    left:0;
    top:50px;
    z-index: 5;
    transition: 0.3s ease-in-out;
}
.header.pre-fixed {
    transform: translateY(-100%);
    top: 0;
} 
.top-banner {
    overflow: hidden;
}
.header.fixed { 
    position: fixed;
    top: 0;
    transform: translateY(0%);
} 
@media (max-width:700px) {
   .header-push { 
    height: 63px;
} 
}
.img-with-video img {
    max-width:100%;
}



/* New year landing */

.ny-promo {
	position: relative;
	overflow: hidden;
	background-color: #000;
}
@media (min-width: 1100px) {
	.ny-promo {
		min-height: 550px;
	}
}
@media (min-width: 768px) {
	.ny-promo::after {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
		width: 100%;
		height: 100%;
		background-image: url("./../img/new-year-landing/ny-bg-show.svg");
		background-position: center;
		-webkit-background-size: cover;
		background-size: cover;
		background-repeat: no-repeat;
		content: "";
		pointer-events: none;
	}
}
.ny-promo.ny-promo--bg-gradient {
	margin-bottom: 60px;
	background-image: url("./../img/new-year-landing/ny-bg-gradient.jpg");
	background-position: left center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}
@media (min-width: 940px) {
	.ny-promo.ny-promo--bg-gradient {
		margin-bottom: 100px;
		min-height: 550px;
	}
}

.ny-promo.ny-promo--bg-radial-gradient {
	margin-bottom: 60px;
	background: radial-gradient(1660.72% 351.15% at 142.4% 252.55%, #000 19.8%, #121329 53.9%, #191a37 100%);
}
@media (min-width: 768px) {
	.ny-promo.ny-promo--bg-radial-gradient {
		margin-bottom: 100px;
	}
}

.ny-promo.ny-promo--video::after {
	/* display: none; */
}
.ny-promo.ny-promo--video .ny-promo__img,
.ny-promo.ny-promo--bg-radial-gradient .ny-promo__img {
	position: relative;
}

@media (min-width: 940px) {
	.ny-promo.ny-promo--video .ny-promo__img {
		position: absolute;
		top: 0;
		left: 420px;
		height: 550px;
	}
	.ny-promo.ny-promo--bg-radial-gradient .ny-promo__img {
		position: absolute;
		top: 50%;
		left: 575px;
		height: 450px;
		transform: translateY(-50%);
	}
	.ny-promo.ny-promo--video .ny-promo__img img {
		width: auto;
		height: 550px;
	}
	.ny-promo.ny-promo--bg-radial-gradient .ny-promo__img img {
		width: auto;
		height: 450px;
	}
}
@media (min-width: 940px) {
	.ny-promo.ny-promo--video .ny-promo__wrapper,
	.ny-promo.ny-promo--bg-radial-gradient .ny-promo__wrapper {
		min-height: 550px;
	}
}

.ny-promo__wrapper {
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
	text-align: center;

	gap: 24px;
}
@media (min-width: 768px) {
	.ny-promo__wrapper {
		flex-direction: row;
		justify-content: space-between;
		text-align: left;
	}
}
.ny-promo__content {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	padding-top: 40px;
	width: 100%;
	height: 100%;

	gap: 30px;
}
@media (min-width: 768px) {
	.ny-promo__content {
		align-items: flex-start;
		padding-top: 40px;
		padding-bottom: 40px;
		max-width: 505px;
	}
}

.ny-promo__title {
	margin: 0;
	padding: 0;
	color: #fff;
	font-weight: 300;
	font-size: 32px;
	line-height: 1.2;
}
@media (min-width: 1024px) {
	.ny-promo__title {
		font-size: 44px;
	}
}
.ny-promo__text {
	margin: 0;
	padding: 0;
	width: 100%;
	color: #fff;
	font-weight: 300;
	font-size: 20px;
	line-height: 1.4;
}
@media (min-width: 1024px) {
	.ny-promo__text {
		font-size: 24px;
	}
}
.ny-promo__link {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 18px 28px;
	width: max-content;
	outline: none;
	border: 1px solid #fff;
	color: #fff;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.3;
	cursor: pointer;
	transition: 0.3s;
}
.ny-promo__link:hover {
	background-color: #fff;
	color: #020b0a;
}
.ny-promo__img {
	display: flex;
	flex-shrink: 1;
	max-height: 550px;
	height: 100%;
}
@media (min-width: 768px) {
	.ny-promo__img {
		align-items: flex-end;
		align-self: flex-end;
		justify-content: flex-end;
	}
}
.ny-promo.ny-promo--video .ny-promo__img,
.ny-promo.ny-promo--bg-radial-gradient .ny-promo__img {
	align-self: center;
}
.ny-promo.ny-promo--bg-radial-gradient .ny-promo__img {
	padding-bottom: 20px;
}
@media (min-width: 768px) {
	.ny-promo.ny-promo--bg-radial-gradient .ny-promo__img {
		padding-bottom: 0;
	}
}

.ny-promo__img img {
	display: block;
	width: 100%;
	height: auto;
}

.ny-set-category {
	overflow: hidden;
	padding-top: 60px;
	padding-bottom: 60px;
}
@media (min-width: 768px) {
	.ny-set-category {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}
.ny-set-category__wrapper {
	margin-right: auto;
	margin-left: auto;
	max-width: 940px;
	width: 100%;
}
.ny-set-category__wrapper.ny-with-snowball::before {
	display: none;
}
@media (min-width: 768px) {
	.ny-set-category__wrapper.ny-with-snowball::before {
		top: -54px;
		left: calc(-270px - 30px);
		display: block;
	}
}
@media (min-width: 1200px) {
	.ny-set-category__wrapper.ny-with-snowball::before {
		top: -54px;
		left: calc(-270px - 125px);
	}
}
.ny-set-category__title {
	margin: 0;
	margin-bottom: 24px;
	padding: 0;
	color: #020b0a;
	text-align: center;
	font-weight: 300;
	font-size: 24px;
	line-height: 1.25;
}
@media (min-width: 768px) {
	.ny-set-category__title {
		margin-bottom: 40px;
		font-size: 32px;
	}
}
.ny-set-category__list {
	display: grid;
	justify-content: center;

	gap: 20px;
}
@media (min-width: 768px) {
	.ny-set-category__list {
		grid-template-columns: repeat(3, 1fr);
	}
}
.ny-set-category__link {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 20px;
	border: 1px solid #e3e3e3;
	background-color: #fff;
	color: #020b0a;
	text-decoration: none;

	gap: 10px;
}
.ny-set-category__link:hover {
	outline: 2px solid #79b927;
	border-color: transparent;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05), 0px 8px 8px 0px rgba(0, 0, 0, 0.04), 0px 18px 11px 0px rgba(0, 0, 0, 0.03), 0px 32px 13px 0px rgba(0, 0, 0, 0.01), 0px 50px 14px 0px rgba(0, 0, 0, 0);
	color: #79b927;
}
.ny-set-category__link svg {
	flex-shrink: 0;
	width: 70px;
	height: 70px;
}
.ny-set-category__link span {
	color: inherit;
	text-decoration: none;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.3;
}
@media (min-width: 768px) {
	.ny-set-category__link span {
		font-size: 16px;
	}
}
@media (min-width: 1024px) {
	.ny-set-category__link span {
		font-size: 18px;
	}
}

.ny-with-snowball {
	position: relative;
}
.ny-with-snowball::before {
	position: absolute;
	width: 270px;
	height: 270px;
	background-image: url("./../img/new-year-landing/ny-snowball.svg");
	background-position: center;
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
	pointer-events: none;

	user-select: none;
}

.ny-catalog {
	overflow: hidden;
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #fbfbfb;
}

@media (min-width: 1024px) {
	.ny-catalog {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

.ny-catalog__list {
	display: grid;

	gap: 20px;
}

@media (min-width: 580px) {
	.ny-catalog__list {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (min-width: 880px) {
	.ny-catalog__list {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (min-width: 1180px) {
	.ny-catalog__list {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (min-width: 880px) {
	.ny-catalog--no-grid {
		display: flex;
		align-items: flex-start;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}
	.ny-catalog--no-grid .ny-card {
		max-width: 295px;
	}
}

.ny-catalog__list.ny-snowball-right.ny-with-snowball::before,
.ny-catalog__list.ny-snowball-left.ny-with-snowball::before {
	display: none;
}
@media (min-width: 1100px) {
	.ny-catalog__list.ny-snowball-right.ny-with-snowball::before {
		top: 114px;
		right: calc(-270px - 17px);
		display: block;
	}
	.ny-catalog__list.ny-snowball-left.ny-with-snowball::before {
		top: -15px;
		left: calc(-270px - 17px);
		display: block;
	}
}

.ny-card {
	display: flex;
	overflow: hidden;
	flex-direction: column;
	background-color: #fff;
	box-shadow: 0px 13px 28px 0px rgba(0, 0, 0, 0.02), 0px 51px 51px 0px rgba(0, 0, 0, 0.02), 0px 115px 69px 0px rgba(0, 0, 0, 0.01), 0px 204px 82px 0px rgba(0, 0, 0, 0), 0px 319px 89px 0px rgba(0, 0, 0, 0);
}
.ny-card__img {
	display: flex;
	margin-bottom: 20px;
	text-decoration: none;
	cursor: pointer;
	transition: 0.3s;
}
.ny-card__img:hover {
	opacity: 0.6;
}
.ny-card__img img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	height: auto;
}
.ny-card__title {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	padding-right: 20px;
	padding-left: 20px;
	color: #020b0a;
	text-decoration: none;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.4;
	transition: 0.3s;
}
@media (min-width: 580px) {
	.ny-card__title {
		display: -webkit-box;
		overflow: hidden;
		-webkit-box-orient: vertical;
		min-height: 2lh;
		font-size: 24px;

		-webkit-line-clamp: 2;
	}
}
.ny-card__title:hover {
	color: #79b927;
}

.ny-card__descr {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	margin: 0;
	padding: 0;
	padding-right: 20px;
	padding-left: 20px;
	color: #020b0a;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.4;

	-webkit-line-clamp: 4;
}
@media (min-width: 580px) {
	.ny-card__descr {
		min-height: 6lh;
	}
}
.ny-card__price {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	margin-top: 20px;
	padding: 20px;
	border-top: 1px solid #a7a7a7;
	color: #020b0a;
	font-weight: 500;
	font-size: 30px;
	line-height: 1.3;
}
.ny-card__buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;

	gap: 5px;
}
.ny-card__btn {
	display: flex;
	align-items: center;
	flex-grow: 1;
	flex-shrink: 1;
	justify-content: center;
	padding: 18px 8px;
	width: 100%;
	outline: none;
	border: none;
	background-color: #e4e4e4;
	color: #020b0a;
	text-decoration: none;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.3;
	cursor: pointer;
	transition: 0.3s;

	gap: 10px;
}
.ny-card__btn svg {
	flex-shrink: 0;
}
.ny-card__btn:hover {
	background-color: #79b927;
	color: #fff;
}
.ny-card__btn--black {
	background-color: #020b0a;
	color: #fff;
}
.ny-card__btn--black:hover {
	background-color: #020b0a;
	color: #fff;
	opacity: 0.8;
}

.ny-show-more {
	overflow: hidden;
	padding-bottom: 60px;
	background-color: #fbfbfb;
}
@media (min-width: 1024px) {
	.ny-show-more {
		padding-bottom: 100px;
	}
}
@media (min-width: 768px) {
	.ny-show-more--short-var .ny-show-more__img {
		max-width: 500px;
		height: auto;
	}
}
@media (min-width: 1024px) {
	.ny-show-more--short-var .ny-show-more__img {
		max-width: 600px;
	}
}

.ny-show-more__wrapper {
	position: relative;
	display: flex;
	overflow: hidden;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	background-color: #fff;

	gap: 20px;
}
@media (min-width: 940px) {
	.ny-show-more__wrapper {
		align-items: center;
		flex-direction: row;
		justify-content: space-between;
		min-height: 300px;
	}
}

.ny-show-more__wrapper.ny-snowball-right.ny-with-snowball::before,
.ny-show-more__wrapper.ny-snowball-left.ny-with-snowball::before {
	display: none;
}
@media (min-width: 1100px) {
	.ny-show-more__wrapper.ny-snowball-right.ny-with-snowball,
	.ny-show-more__wrapper.ny-snowball-left.ny-with-snowball {
		overflow: inherit;
	}
	.ny-show-more__wrapper.ny-snowball-right.ny-with-snowball::before {
		top: 50%;
		right: calc(-270px - 10px);
		display: block;
		transform: translateY(-50%);
	}
	.ny-show-more__wrapper.ny-snowball-left.ny-with-snowball::before {
		top: 50%;
		left: calc(-270px - 10px);
		display: block;
		transform: translateY(-50%);
	}
}
.ny-show-more__img {
	display: flex;
	flex-shrink: 1;
	/* max-width: 715px; */
	max-width: 100%;
}
@media (min-width: 940px) {
	.ny-show-more__img {
		position: absolute;
		right: 0;
		bottom: 0;
		height: 100%;
	}
}
.ny-show-more__wrapper img {
	display: block;
	width: 100%;
	height: auto;
}

.ny-show-more__inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 24px;
	padding-bottom: 0;
	width: 100%;
	height: 100%;
}
@media (min-width: 940px) {
	.ny-show-more__inner {
		position: relative;
		z-index: 2;
		padding-top: 36px;
		padding-right: 0;
		padding-bottom: 36px;
		padding-left: 50px;
		max-width: 505px;
	}
}
@media (min-width: 1200px) {
	.ny-show-more__inner {
		max-width: 560px;
	}
}
.ny-show-more__title {
	margin: 0;
	margin-bottom: 24px;
	padding: 0;
	color: #020b0a;
	text-align: center;
	font-weight: 300;
	font-size: 24px;
	line-height: 1.2;
}
@media (min-width: 940px) {
	.ny-show-more__title {
		margin-bottom: 30px;
		text-align: left;
		font-size: 44px;
	}
}

.ny-show-more__subtitle {
	margin: 0;
	margin-bottom: 16px;
	padding: 0;
	color: #020b0a;
	text-align: center;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.3;
}
@media (min-width: 940px) {
	.ny-show-more__subtitle {
		margin-bottom: 30px;
		text-align: left;
		font-size: 24px;
	}
}
.ny-show-more__link {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	margin-right: auto;
	margin-left: auto;
	padding: 18px 20px;
	width: max-content;
	outline: none;
	border: none;
	background-color: #020b0a;
	color: #fff;
	text-decoration: none;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.3;
	cursor: pointer;
	transition: 0.3s;
}
@media (min-width: 940px) {
	.ny-show-more__link {
		margin: 0;
	}
}
.ny-show-more__link:hover {
	color: #fff;
	opacity: 0.8;
}

.ny-promo__play {
	position: absolute;
	top: 50%;
	left: 135px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	outline: none;
	border: none;
	background-color: transparent;
	cursor: pointer;
	transition: 0.3s;
	transform: translateY(-50%);
}
.ny-promo__play img {
	flex-shrink: 0;
}
.ny-promo__play,
.ny-promo__play img {
	width: 80px !important;
	height: 80px !important;
}
@media (min-width: 940px) {
	.ny-promo__play {
		left: 105px;
	}
	.ny-promo__play,
	.ny-promo__play img {
		width: 190px !important;
		height: 190px !important;
	}
}
.ny-promo__play:hover {
	opacity: 0.6;
}

.ny-img-vacuum-cleaner {
	width: 360px !important;
}
@media (min-width: 940px) {
	.ny-img-vacuum-cleaner {
		width: 100% !important;
		transform: translateX(115px);
	}
}
@media (min-width: 1200px) {
	.ny-img-vacuum-cleaner {
		transform: translateX(0px);
	}
}

.ny-img-hair-dryer {
	width: 360px !important;
	transform: translateX(-38px);
}
@media (min-width: 940px) {
	.ny-img-hair-dryer {
		width: 100% !important;
		transform: translateX(70px);
	}
}
@media (min-width: 1200px) {
	.ny-img-hair-dryer {
		transform: translateX(0px);
	}
}

.ny-img-humidifier {
	width: 360px !important;
	transform: translateX(-81px);
}
@media (min-width: 940px) {
	.ny-img-humidifier {
		width: 100% !important;
		transform: translateX(30px);
	}
}
@media (min-width: 1200px) {
	.ny-img-humidifier {
		transform: translateX(0px);
	}
}

.ny-img-technologies {
	width: 360px !important;
}
@media (min-width: 768px) {
	.ny-img-technologies {
		width: 100% !important;
	}
}
	.cate__items .category:before {
        content: '';
        background-color: rgb(0,0,0,0.3);
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }
.cate__items .category {
    position: relative;
}
.cate__items .category .title {
    color: #fff;
    position: relative;
    z-index: 1;
}
@media (max-width: 940px) {
	.ny-img-box {
		width: 360px !important;
		transform: translateX(11px);
	}
	

	
}

 
 

.header__top .langs { 
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; 
        display: flex;
}

.header__top .langs .lang {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    line-height: 18px
}
.header__top .langs .lang.active {
    color:#79b927;
}

.header__bottom .langs {
    display: none;
}
@media (max-width: 768px) {
.menu-mob {
    overflow: auto;
    width: 100%;
    height: 91vh;
    position: absolute;
    top: 100%;
    bottom: 0;
    z-index: 555;
    background-color: #fff;
    padding-bottom: 140px;
}
.serch button {
    display: none;
}
.header__bottom .phone:before {
    margin-right: 5px;
}
.header__bottom .icon img {
    width: 25px;
}
.logo img {
    max-width: 65px;
}
.header__bottom .phone:before { 
    width: 25px;
    height: 25px; 
}

.header__bottom .langs { 
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; 
        display: flex;
}

.header__bottom .langs .lang {
    font-weight: 600;
    font-size: 16px;
    color: #333;
    text-decoration: none;
    line-height: 20px
}
.header__bottom .langs .lang.active {
    color:#79b927;
}

}
/* // New year landing */

/* Instructions */

.instructions {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #000;
    --text-color: #fff;
}
@media (min-width: 1024px) {
    .instructions {
        padding-top: 40px;
        padding-bottom: 40px;
        --text-color: #fff;
    }
}

.instructions__container {
    margin: 0 auto;
    padding-right: 30px;
    padding-left: 30px;
    width: 100%;
    max-width: 1300px;
}
.instructions__wrapper {
    display: flex;
    flex-direction: column;
}

.instructions__title {
    color: var(--text-color);
    font-weight: 400;
    font-size: 30px;
    line-height: 1.25;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}

.instructions__subtitle {
    color: var(--text-color);
    font-weight: 400;
    font-size: 20px;
    line-height: 1.25;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}
@media (min-width: 1024px) {
    .instructions__subtitle {
        margin-bottom: 40px;
    }
}

.instructions__list {
    display: grid;
    grid-template-columns: minmax(0, auto);
    gap: 30px;
}
@media (min-width: 1024px) {
    .instructions__list {
        grid-template-columns: repeat(5, 1fr);
        gap: 20px;
    }
}

.instructions__link {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    text-decoration: none;
}
@media (min-width: 1024px) {
    .instructions__link {
        flex-direction: column;
    }
}

.instructions__img {
    margin: 0;
    padding: 0;
    display: flex;
    width: 50px;
    height: 50px;
    filter: invert(0);
    flex-shrink: 0;
}
.instructions__img img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
}
@media (min-width: 1024px) {
    .instructions__img {
        width: 80px;
        height: 80px;
        filter: invert(0);
    }
}

.instructions__link-text {
    color: var(--text-color);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    text-align: left;
    transition: 0.2s;
}
@media (min-width: 1024px) {
    .instructions__link-text {
        text-align: center;
        font-size: 18px;
        
    }
}

/* // Instructions */


.whatsapp-button {
    position: fixed;
    right: 13px;
    bottom: 90px;
    transform: translate(-50%, -50%);
    background: #25D366; /*цвет кнопки*/
    border-radius: 50%;
    width: 55px; /*ширина кнопки*/
    height: 55px; /*высота кнопки*/
    color: #fff;
    text-align: center;
    line-height: 53px; /*центровка иконки в кнопке*/
    font-size: 35px; /*размер иконки*/
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.whatsapp-button a {
    color: #fff;
}
.whatsapp-button:before,
.whatsapp-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #25D366; /*цвет анимированных волн от кнопки*/
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden; 
}
 
.whatsapp-button:after{
    animation-delay: .5s;
}
 
@keyframes animate
{
    0%
    {
        transform: scale(0.5);
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        transform: scale(1.2);
        opacity: 0;
    }
}

/* Avaliability in stores */

.r-availability {
    margin-bottom: 12px;
    background-color: #F8F8F8;
}

.r-availability-toggler {
    padding: 16px;
    margin: 0;
    border: none;
    outline: none;
    background-color: #F8F8F8;
    
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    transition: 0.2s;
    cursor: pointer;
}
.r-availability-toggler:hover {
    background-color: #f3f2f2;
}
.r-availability-toggler.active .r-availability-toggler__icon {
    transform: rotate(180deg);
    color: #79B928;
}
.r-availability-toggler.active .r-availability-toggler__cities {
    display: block;
}

.r-availability-toggler__inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}
.r-availability-toggler__inner svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}
.r-availability-toggler__title {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    color: #1C1C1C;
    text-decoration: underline;
    text-decoration-style: dotted;
}

.r-availability-toggler__info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
}

.r-availability-toggler__cities {
    display: none;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2;
    color: #79B928;
}

.r-availability-toggler__icon {
    width: 24px;
    height: 24px;
    display: flex;
    flex-shrink: 0;
    transition: 0.2s;
    color: #1C1C1C;
}

.r-availability-content {
    width: 100%;
}
.r-availability-content__inner {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.r-availability-content__location {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.r-availability-content__city-line {
    display: flex;
    align-items: center;
    gap: 10px;
}

.r-availability-content__city {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2;
    color: #999999;
    text-transform: uppercase;
    text-align: left;
    flex-shrink: 0;
}
.r-availability-content__divider {
    display: block;
    flex-grow: 1;
    height: 1px;
    background-color: #D4D4D4;
}

.r-availability-content__item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
}

.r-availability-content__icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.r-availability-content__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    gap: 4px;
    flex-grow: 1;
}
.r-availability-content__title {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4;
    color: #1C1C1C;
}
.r-availability-content__address {
    font-weight: 300;
    font-size: 12px;
    line-height: 1.4;
    color: #1C1C1C;
}
.r-availability-content__tel {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    color: #1C1C1C;
    transition: 0.2s;
    text-decoration: none;
}
.r-availability-content__tel:hover {
    color: #79B928;
    text-decoration: none;
}

.r-availability-content__to-cart {
    padding: 0 12px;
    margin: 0;
    outline: none;
    border: none;
    text-decoration: none;
    background-color: #79B928;
    
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fff;
    transition: 0.2s;
    cursor: pointer;
}
.r-availability-content__to-cart:hover {
    background-color: #65a01b;
}
.r-availability-content__to-cart svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}
.r-availability-content__to-cart span {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2;
    text-decoration: none;
}
/* /// Avaliability in stores */

/* Select selfdelivery */

.r-selfdelivery {
    width: 100%;
    margin-top: 40px;
}
.r-selfdelivery__wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.r-selfdelivery__title {
    padding: 0;
    margin: 0;
    
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
    color: #020B0A;
}
.r-selfdelivery__list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
@media (min-width: 900px) {
    .r-selfdelivery__list {
        gap: 16px;
    }
}
.r-selfdelivery__item {
    padding: 0 !important;
    margin: 0 !important;
    cursor: pointer;
    width: 100%;
}
.r-selfdelivery__input {
    position: absolute  !important;
    width: 1px  !important;
    height: 1px !important;
    margin: -1px !important;
    border: 0 !important;
    padding: 0 !important;
    
    white-space: nowrap !important;
    clip-path: inset(100%) !important;
    clip: rect(0 0 0 0) !important;
    overflow: hidden !important;
    outline: 0 !important;
    outline-offset: 0 !important;
}
.r-selfdelivery__item .r-selfdelivery__input:checked ~ .r-selfdelivery__inner {
    border-color: #79B927;
}
.r-selfdelivery__item .r-selfdelivery__input:checked ~ .r-selfdelivery__inner .r-selfdelivery__fake-checkbox::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 30 30'%3E%3Cpath fill='%2379B927' d='m18.4 10.988-5.362 5.375-2.063-2.063a1.252 1.252 0 0 0-2.113.357 1.25 1.25 0 0 0 .35 1.405l2.938 2.95a1.249 1.249 0 0 0 1.762 0l6.25-6.25a1.249 1.249 0 0 0 0-1.774 1.25 1.25 0 0 0-1.762 0ZM15 2.5a12.5 12.5 0 1 0 0 25 12.5 12.5 0 0 0 0-25ZM15 25a10 10 0 1 1 0-20 10 10 0 0 1 0 20Z'/%3E%3C/svg%3E");
}

.r-selfdelivery__inner {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    padding: 16px 10px;
    border: 1px solid #DCDCDC;
    border-radius: 16px;
    transition: 0.2s;
}
.r-selfdelivery__inner:hover {
    border-color: #79B927;
}
.r-selfdelivery__fake-checkbox {
    display: block;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    position: relative;
}
.r-selfdelivery__fake-checkbox::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 30 30'%3E%3Cpath fill='%23A7A7A7' d='M15 2.5a12.5 12.5 0 1 0 0 25 12.5 12.5 0 0 0 0-25ZM15 25a10 10 0 1 1 0-20 10 10 0 0 1 0 20Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}

.r-selfdelivery__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25;
    color: #020B0A;
    text-align: left;
}
@media (min-width: 900px) {
    .r-selfdelivery__text {
        font-size: 20px;
    }
}

/* // Select selfdelivery */

/* Homepage - promo block */

.k-home-promo__wrapper {
    position: relative;
    height: 500px;
}
@media (min-width: 768px) {
    .k-home-promo__wrapper {
        height: auto;
    }
}

.k-home-promo__bg {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
@media (min-width: 768px) {
    .k-home-promo__bg {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        top: unset;
        right: unset;
        bottom: unset;
        left: unset;
        object-fit: unset;
        object-position: unset;
    }
}

.k-home-promo__inner {
    position: relative;
}
@media (min-width: 768px) {
    .k-home-promo__inner {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}
.k-home-promo__inner .container {
    height: 100%;
}

.k-home-promo__content {
    padding-top: 24px;
    padding-bottom: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    height: 100%;
    max-width: 610px;
}
@media (min-width: 768px) {
    .k-home-promo__content {
        justify-content: center;
    }
}

.k-home-promo__title {
    padding: 0;
    margin: 0;
    margin-bottom: 16px;
    color: #1c1c1c;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.3;
}
@media (min-width: 1024px) {
    .k-home-promo__title {
        font-size: 36px;
        margin-bottom: 24px;
    }
}

.k-home-promo__descr {
    padding: 0;
    margin: 0;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.4;
    color: #1c1c1c;
}
@media (min-width: 1024px) {
    .k-home-promo__descr {
        margin-bottom: 32px;
    }
}

.k-home-promo__descr p {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin-bottom: 8px;
}
.k-home-promo__descr p:last-child {
    margin-bottom: 0;
}

.k-home-promo__button::before {
    display: none;
}
/* // Homepage - promo block */


/* ГЛОБАЛЬНО: запрет выделения и вызова iOS-меню */
html, body, * {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none; /* iOS длинный тап */
}

/* Разрешаем базовые поля формы (иначе нельзя ставить курсор/копировать из инпутов) */
input, textarea, [contenteditable="true"], .allow-select {
  -webkit-user-select: text !important;
  user-select: text !important;
  -webkit-touch-callout: default !important;
}

/* Картинки нельзя перетаскивать */
img {
  -webkit-user-drag: none;
  user-drag: none;
  pointer-events: none; /* уберите, если по картинкам нужны клики */
}







