html,body{
    background-color: #fff;
    font-size: 16px;
    line-height: 1.2;
    font-family: 'Golos Text',Sans-Serif;
    color: #252a34;
    overflow-x: hidden;
}
::-webkit-scrollbar { width: 8px; height: 8px;}
::-webkit-scrollbar-track {  background-color: #fa7935;}
::-webkit-scrollbar-track-piece { background-color: #000;}
::-webkit-scrollbar-thumb { height: 0px; background-color: #fa7935; border-radius: 32px;}
::-webkit-scrollbar-corner { background-color: #fa7935;}
strong{
    font-weight: 600;
}
img,video,iframe{
    max-width: 100%;
    vertical-align: middle;
}
a{
    color: inherit;
    transition: .4s;
}
a:hover{
    color: #fa7935;
    text-decoration: none;
}
.title-block,.title-page,.page-header>h1,.page-title{
    font-weight: 600;
    font-size: 44px;
    text-align: center;
    margin-bottom: 50px;
    color: #323957;
    text-transform: uppercase;
}
.title-page,.page-header>h1,.page-title{
    text-align: left;
}
.btn-site,.btn,
.webfactor_default .ajaxWebfactorForm input.btn{
    display: inline-block;
    cursor: pointer;
    border: 2px solid #323957;
    border-radius: 10px;
    background-color: #323957;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 18px;
    padding: 12px 24px;
    outline: none!important;
    box-shadow: none!important;
    font-weight: 500;
    transition: .3s;
}
.btn-site:hover,.btn:hover,
.webfactor_default .ajaxWebfactorForm input.btn:hover{
    background-color: #fff;
    color: #323957;
}
table.table-list td{
    padding: 12px 20px;
}
table.table-list thead{
    font-weight: 600;
    font-size: 16px;
}
table.table-list thead td{
    padding: 20px;
}
table.table-list thead tr{
    background-color: #eaeaed;
}
table.table-list{
    font-size: 14px;
}
table.table-list tbody tr:nth-child(odd){
    background-color: #fff;
}
table.table-list tbody tr:nth-child(even){
    background-color: #eaeaed;
}

#header{
    position: relative;
    background-color: rgba(255,255,255,.8);
    font-size: 14px;
    padding-top: 30px;
    padding-bottom: 20px;
}
#header p{
    margin-bottom: 0;
}
#header .items-contact{
    margin-bottom: 16px;
}
#header .items-contact .custom{
    padding: 0 15px;
}
#header .items-contact .custom:first-child{
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
#header .contact-left td{
    padding: 0 6px 16px;
}
#header .contact-left tr:last-child td{
    padding-bottom: 0;
}
#header .search .form-search{
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 10px;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    position: relative;
    padding-right: 27px;
    height:27px;
    overflow: hidden;
}
#header .search input.inputbox{
    border: none;
    box-shadow: none;
    outline: none;
    display: block;
    width: 100%;
    background-color: transparent;
    outline-offset: 0;
    height: 25px;
    color: #fff;
    padding-left: 20px;
    font-size: 13px;
    border-radius: 6px;
}
#header .search input.inputbox::placeholder{
    color: #fff;
}
#header .search .btn-search{
    position: absolute;
    right: -1px;
    top:-1px;
    background-image: url("/images/site/search.png");
}
.btn-circle{
    cursor: pointer;
    display: inline-block;
    border:1px solid #fff;
    background-color: #323956;
    border-radius: 50%;
    height: 27px;
    width: 27px;
    outline: none!important;
    box-shadow: none!important;
    padding: 0;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
    transition: .3s;
}
.btn-circle:hover{
    background-color: #40518f;
}
.btn-eye{
    background-image: url("/images/site/eye.png");
}
.breadcrumbs-block{
    margin-bottom: 40px;
}
.breadcrumb{
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
    border-radius: 0;
    color: #323957;
}
.breadcrumb a:hover{
    text-decoration: underline;
}
.breadcrumb li{
    margin-bottom: 10px;
}
.breadcrumb .divider{
    display: inline-block;
    padding: 0 10px;
}
.pagination{
    display: block;
    border-radius: 0;
}
.pagination .pagination-list{
    display: -ms-flexbox;
    display: flex;
    margin: 0 -6px;
    list-style: none;
    padding: 0;
}
.pagination .pagination-list li.item{
    padding: 0 6px 12px;
}
.pagination .pagination-list li.item a{
    display: block;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 1px solid #323957;
    background-color: #dddee2;
    font-size: 0;
    color: transparent;
}
.pagination .pagination-list li.item a:hover,
.pagination .pagination-list li.item.active a{
    background-color: #323957;
}
#header .system-block .eye{
    padding: 0 15px 0 20px;
}
#header .lang-group .dropdown-toggle{
    font-size: 16px;
    text-transform: uppercase;
    padding-right: 11px;
    display: block;
    position: relative;
}
#header .lang-group .dropdown-toggle>span{
    vertical-align: middle;
}
#header .lang-group .dropdown-toggle .btn-circle{
    margin-right: 3px;
}
#header .lang-group .dropdown-menu{
    min-width: 70px;
    padding: 5px;
    text-align: center;
}
#header .lang-group li:not(:last-child){
    padding-bottom: 5px;
}
#header .lang-group .dropdown-toggle::after{
    border: none;
    position: absolute;
    right: 0;
    top:50%;
    margin-top: -6px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    height: 6px;
    width: 6px;
    transform: rotate(45deg);
}

body.home-page #header{
    position: absolute;
    left: 0;
    top:0;
    right: 0;
}
body:not(.home-page) #main{
    padding-top: 70px;
    padding-bottom: 40px;
    position: relative;
    z-index: 5;
}
body:not(.home-page) #header{
    background-color: #e4e5e8;
    z-index: 10;
}

#footer{
    background-color: #121424;
    color: #fff;
    padding-top: 75px;
    z-index: 6;
    position: relative;
}
#footer hr{
    background-color: #fff;
    height: 2px;
    margin-bottom: 20px;
}
#footer .footer-top .item-col{
    margin-bottom: 65px;
}
#footer .footer-bottom .col-12{
    margin-bottom: 18px;
}
#footer .logo-block{
    margin-bottom: 18px;
}
#footer .list-contact-info{
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1.5;
}
#footer .list-contact-info li:not(:last-child){
    margin-bottom: 16px;
}
#footer .list-contact-info li a,
#footer .list-contact-info li span.nav-header{
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
#footer .list-contact-info li .image{
    padding-right: 10px;
    -ms-flex: 0 0 25px;
    flex: 0 0 25px;
    max-width: 25px;
}
#footer .footer-top .page-header{
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
}
#footer .footer-top .menu-footer li:not(:last-child){
    margin-bottom: 14px;
}
#footer .footer-top .menu-footer{
    flex-direction: column;
}
#footer .social-menu{
    margin: 0 auto;
    justify-content: center;
    max-width: 210px;
}
#footer .social-menu li{
    padding: 0 15px 10px;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}
#footer .social-menu li a:hover{
    opacity: .8;
}


.home-top{
    min-height: 100vh;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding-bottom: 100px;
}
.home-top .padd-block{
    padding-top: 20%;
    min-height: 300px;
}
.home-top .line-content{
    background-color: rgba(255,255,255,.8);
}
.home-top .text{
    padding-top: 20px;
    padding-bottom: 20px;
}
.home-top .text .title-block{
    margin-bottom: 0;
    text-align: left;
    line-height: 1.4;
}
.home-top .text .info{
    font-size: 27px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.6;
}
.home-top .text .info p{
    margin-bottom: 0;
}
.moduletable.category-home{
    padding-top: 70px;
    padding-bottom:70px;
}
.categories-module.category-home{
    margin: 0;
}
.categories-module.category-home .item a{
    display: block;
    position: relative;
    padding-top: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.categories-module.category-home .col-items{
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 0;
    position: relative;
}
.categories-module.category-home .col-items:nth-child(4n+1) .item:nth-child(-n+2),
.categories-module.category-home .col-items:nth-child(4n+3) .item:nth-child(n+2){
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.categories-module.category-home .col-items:nth-child(4n+1) .item:nth-child(3),
.categories-module.category-home .col-items:nth-child(4n+3) .item:nth-child(1),
.categories-module.category-home .col-items:nth-child(4n+2) .item{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.categories-module.category-home .col-items:nth-child(4n+1) .item:nth-child(3) a,
.categories-module.category-home .col-items:nth-child(4n+3) .item:nth-child(1) a{
    padding-top: 50%;
}
.categories-module.category-home .item a>span{
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    top:0;
    background-color: rgba(50, 57, 86, 0.7);
    opacity: 0;
    transition: .4s;
}
.categories-module.category-home .item a:hover>span{
    opacity: 1;
}
.categories-module.category-home .item a>span>span{
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: rgba(255,255,255,.35);
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
}
.categories-module.category-home .col-items:nth-child(4n+1) .item:nth-child(3) a>span>span,
.categories-module.category-home .col-items:nth-child(4n+3) .item:nth-child(1) a>span>span{
    max-width: 50%;
    margin: 0 auto;
}
.preim-home{
    background-image: url("/images/site/bg-preim.png");
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 120px;
    margin-bottom: 30px;
}
.preim-home .title-block span{
    color: #fa7935;
}
.preim-home .item .image{
    padding-right: 0;
}
.preim-home .item p{
    margin-bottom: 0;
}
.preim-home .item{
    margin-bottom: 55px;
}
.preim-home .item .title{
    color: #323957;
    text-transform: uppercase;
    margin-bottom: 22px;
    font-size: 18px;
}
.preim-home .item .desc{
    color: #323957;
}
.items-step{
    margin: 0;
}
.items-step .item{
    padding-left: 0;
    padding-right: 60px;
}
.items-step .item .circle-block{
    padding-top: 100%;
    position: relative;
}
.items-step .item .circle-block .val{
    border-radius: 50%;
    border: 5px solid #323957;
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    color: #323957;
    background-color: #fff;
}
.items-step .item:not(:last-child) .circle-block .val:after{
    content: '';
    display: block;
    height: 50%;
    position: absolute;
    right: -5px;
    top:0;
    width: 20%;
    background-color: #fff;
    z-index: 1;
}
.items-step .item .circle-block .number{
    position: absolute;
    background-color: #323957;
    border-radius: 50%;
    top:7px;
    right: 0;
    color: #fff;
    font-size: 30px;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 94px;
    width: 94px;
    z-index: 5;
    line-height: 1;
}
.items-step .item{
    position: relative;
}
.items-step .item .arrow{
    background-color: #323957;
    width: 60px;
    right: 5px;
    top:50%;
    margin-top: -2px;
    height: 5px;
    position: absolute;
    z-index: 6;
}
.items-step .item .arrow:before,
.items-step .item .arrow:after{
    content: '';
    display: block;
    background-color: #323957;
    height: 5px;
    position: absolute;
    top:0;
    margin-top: -8px;
    right: -7px;
    width: 28px;
    transform: rotate(45deg);
}
.items-step .item .arrow:after{
    transform: rotate(-45deg);
    margin-top: 8px;
}
.items-step .item .image{
    margin-bottom: 20px;
}
.items-step .item .title{
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.items-step .item:last-child .arrow{
    display: none;
}
.step-block{
    position: relative;
    overflow: hidden;
    padding-bottom: 70px;
}
.step-block:after,
.step-block:before{
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    border-radius: 50%;
}
.step-block>.container{
    position: relative;
    z-index: 3;
}
.step-block:before{
    border: 100px solid #fa7935;
    height: 280px;
    width: 280px;
    left: -140px;
    top:45%;
}
.step-block:after{
    height: 380px;
    width: 380px;
    right: -150px;
    background-image: url("/images/site/bg-style-1.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top:46%;
    border-radius: 0;
}
.custom.counter-block{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    padding-top: 160px;
    padding-bottom: 100px;
    text-transform: uppercase;
    margin-bottom: 70px;
}
.custom.counter-block .gp-number{
    margin-bottom: 45px;
    letter-spacing: 4px;
}
.custom.counter-block .odometer{
    font-size: 60px;
    margin-bottom: 45px;
    line-height: 1;
}
.custom.counter-block .row{
    justify-content: space-between;
}
.news-home{
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
}

.news-home:after,
.news-home:before{
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    border-radius: 50%;
}
.news-home>.container{
    position: relative;
    z-index: 3;
}
.news-home:before{
    border: 150px solid #323957;
    height: 440px;
    width: 440px;
    left: -230px;
    top:20%;
}
.news-home:after{
    height: 380px;
    width: 380px;
    right: -180px;
    background-image: url("/images/site/bg-style-2.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top:20%;
    border-radius: 0;
}
.news-home .news-items .item{
    background-color: #fff;
    margin-bottom: 30px;
    padding: 15px;
}
.news-home .news-items .panel .image{
    margin-bottom: 20px;
    display: block;
    padding-top: 67%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.date{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 14px;
    padding-left: 25px;
    background-image: url("/images/site/calendar.png");
    background-repeat: no-repeat;
    background-position: left center;
    color: #323957;
}
.news-home .news-items .title{
    color: #323957;
    font-size: 19px;
    overflow: hidden;
    line-height: 1;
    height: 22px;
    margin-bottom: 18px;
}
.news-home .news-items .desc{
    font-size: 15px;
    height: 3.6em;
    overflow: hidden;
    margin-bottom: 20px;
}
.news-home .news-items .desc p{
    margin-bottom: 0;
}

.column-news .item{
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid #fa7935;
}
.column-news .item:last-child{
    border: none;
    padding-bottom: 0;
}
.column-news .item .date{
    margin-bottom: 18px;
}
.column-news .item .title{
    color: #323957;
    font-size: 19px;
    margin-bottom: 16px;
}
.column-news .item .desc{
    font-size: 15px;
    overflow: hidden;
    max-height: 3.6em;
}
.column-news .item .desc p{
    margin-bottom: 0;
}
.blog .items-leading .item-news{
    margin-bottom: 55px;
}
.blog .items-leading .item-news .title,
.detail-news-title{
    color: #323957;
    font-size: 19px;
    margin-bottom: 20px;
    font-weight: 600;
}
.blog .items-leading .item-news .item-image,.item-page .item-image{
    margin-bottom: 15px;
}
.blog .items-leading .item-news .item-image img,.item-page .item-image img{
    width: 100%;
}
.blog .items-leading .item-news .prev-text{
    font-size: 15px;
    color: #323957;
    margin-bottom: 20px;
}
.item-page{
    color: #323957;
}
#searchForm{
    position: relative;
    overflow: hidden;
    margin-bottom: 58px;
}
#searchForm .inputbox{
    color: #323957;
    padding: 10px 20px 10px 25px;
    width: 100%;
    outline: none!important;
    box-shadow: none!important;
    border: 2px solid #fa7935!important;
    border-radius: 10px;
    border-bottom-right-radius: 26px;
    border-top-right-radius: 26px;
    height: 48px;
    line-height: 18px;
    background-color: #e8e8eb!important;
}
#searchForm .btn-circle{
    position: absolute;
    right: -1px;
    top:0;
    height: 48px;
    width: 48px;
    background-image: url("/images/site/search-b.png");
    background-position: center;
    background-repeat: no-repeat;
}
.field-par fieldset legend{
    color: #323957;
    font-weight: 500;
    border-bottom: 2px solid #fcb893;
    padding-bottom: 8px;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.field-par fieldset .controls{
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -11px 30px;
}
.field-par fieldset .controls label{
    padding: 0 11px;
    margin-bottom: 22px;
}
.field-par .ordering-box{
    margin-bottom: 50px;
}
.field-par .ordering-box label{
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
}
.field-par .ordering-box select{
    background-color: #e8e8eb;
    border-radius: 10px;
    padding: 10px 40px 10px 20px;
    height: 46px;
    border: none!important;
    box-shadow: none!important;
    outline: none!important;
    color: #323957;
}
.select-mod{
    position: relative;
    display: inline-block;
}
.select-mod select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.select-mod:after{
    content: '';
    display: block;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top:50%;
    margin-top: -4px;
    cursor: pointer;
    border: 5px solid transparent; border-top: 9px solid #323957;
}
.radio{
    line-height: 20px;
}
.radio input{
    display: none;
}
.radio>span{
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
}
.radio>span:before{
    content: '';
    display: block;
    height: 20px;
    width: 20px;
    border: 1px solid #323957;
    background-color: #e2e3e7;
    position: absolute;
    left: 0;
    border-radius: 50%;
    top:50%;
    margin-top: -10px;
    cursor: pointer;
    transition: .3s;
}
.radio>input:checked+span:before,
.radio>span:hover:before{
    background-color: #323957;
}
.checkbox input{
    display: none;
}
.checkbox>span{
    display: block;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
}
.checkbox>span:before{
    content: '';
    display: block;
    height: 10px;
    width: 10px;
    border: 2px solid #e2e3e7;
    background-color: #e2e3e7;
    box-shadow: 0 0 0 1px #323957;
    position: absolute;
    left: 0;
    border-radius: 50%;
    top:50%;
    margin-top: -6px;
    cursor: pointer;
    transition: .3s;
}
.checkbox input:checked+span:before{
    background-color: #323957;
}

.contact-top .title{
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 18px;
    text-transform: uppercase;
}
.contact-top .col-12{
    margin-bottom: 60px;
}
.contact-top .row{
    justify-content: space-between;
}
.vertical-top{
    vertical-align: top;
}
.icon-table td{
    padding: 6px 0;
}
.icon-table td:first-child{
    padding-right: 10px;
}
.icon-table tr:first-child td{
    padding-top: 0;
}
.icon-table tr:last-child td{
    padding-bottom: 0;
}
.contact-panel{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 2px solid #fa7935;
    border-bottom: 2px solid #fa7935;
    padding-top: 23px;
    padding-bottom: 25px;
}
.contact-panel:before{
    display: block;
    content: '';
    height: 35px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 23px;
}
.contact-panel.sbut-block:before{
    background-image: url("/images/icon-contact/sbut.png");
}
.contact-panel.top-organizator:before{
    background-image: url("/images/icon-contact/img-top.png");
}
.contact-panel .col-12{
    padding-bottom: 20px;
}
.title-mod{
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
}
.padd-b-0{
    padding-bottom: 0!important;
}
#address-maps{
    height: 64vh;
    position: relative;
    border-top: 2px solid #323957;
    border-bottom: 2px solid #323957;
}
#address-maps p{
    margin-bottom: 0;
    height: 100%;
}
.address-panel{
    padding-top: 70px;
}
.address-panel .address{
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position: left center;
    background-image: url("/images/icon-contact/maps.png");
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 22px;
    color: #323957;
}
.contact-panels{
    padding-top: 60px;
}
.contact-panels .item{
    margin-bottom: 30px;
}
.contact-panels .item .panel{
    background-color: #e8e8eb;
    border: 2px solid #fa7935;
    padding: 25px;
    height: 100%;
}
.contact-panels .item .panel table{
    margin: 0 auto;
}
.contact-panels .item .panel .image{
    height: 50px;
    text-align: center;
}
.contact-panels .item .panel .image img{
    height: auto;
    width: auto;
    max-height: 40px;
}
.contact-panels .item .panel .title{
    font-weight: 600;
    margin-bottom: 18px;
    text-align: center;
}
.contact-form{
    padding-top: 70px;
    padding-bottom: 40px;
}

.order-list{
    color: #323957;
    margin: 0 -11px;
}
.order-list>.col-auto{
    padding: 0 11px 11px;
}
.order-list .title{
    font-weight: 600;
}
.order-list .item-order input{
    display: none;
}
.order-list .item-order label{
    margin-bottom: 0;
    cursor: pointer;
    transition: .3s;
}
.order-list .item-order label:hover,
.order-list .item-order input:checked+label{
    color: #fa7935;
    text-decoration: underline;
}
.search-line-prod{
    position: relative;
    margin-bottom: 11px;
}
.search-line-prod .btn-circle{
    height: 34px;
    width: 34px;
    position: absolute;
    right: -1px;
    top:-1px;
    background-image: url("/images/site/search-b.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 55%;
}
.search-line-prod .j2store-product-search-input{
    color: #323957;
    padding: 10px 20px 10px 25px;
    width: 100%;
    outline: none!important;
    box-shadow: none!important;
    border-radius: 10px;
    border-bottom-right-radius: 18px;
    border-top-right-radius: 18px;
    height: 32px;
    line-height: 18px;
    border: 2px solid #fa7935!important;
    background-color: #e8e8eb!important;
}
.search-line-prod .j2store-product-search-input::placeholder{
    color: #323957;
}
.j2store-products-row .item-product{
    position: relative;
    margin-bottom: 30px;
}
.j2store-products-row .item-product .j2store-single-product{
    background-color: #fff;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}
.j2store-products-row .j2store-single-product .j2store-thumbnail-image{
    margin-bottom: 25px;
}
.j2store-products-row .j2store-single-product .j2store-thumbnail-image a{
    display: block;
    position: relative;
    overflow:hidden;
    padding-top: 74%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.j2store-products-row .j2store-single-product .j2store-thumbnail-image a img{
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
}
.j2store-products-row .j2store-single-product .product-title{
    font-size: 19px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 20px;
    padding: 0 25px;
    color: #323957;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.j2store-products-row .j2store-single-product .product-sku{
    margin-bottom: 20px;
    font-size: 14px;
    color: #323957;
    padding: 0 25px;
}
.j2store-products-row .j2store-single-product .btn{
    width: 100%;
    border-top-right-radius:0;
    border-top-left-radius: 0;
}
.block-right-menu{
    padding: 25px;
    border: 2px solid #fa7935;
    background-color: #e8e8eb;
    border-radius: 3px;
}
.block-right-menu .right-menu>div>.level{
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #fa7935;
    margin-bottom: 10px;
}
.block-right-menu .right-menu>div:last-child>.level{
    margin-bottom: 0;
    border: none;
}
.block-right-menu .right-menu div.parent>.level{
    padding-right: 35px;
    position: relative;
    
}

.block-right-menu .right-menu .triangle{
    outline: none!important;
    border: none!important;
    box-shadow: none!important;
    background-color: transparent!important;
    position: absolute;
    right: 0;
    top:0;
    bottom: 0;
    width: 35px;
}
.detail-collapse .triangle{
    outline: none!important;
    border: none!important;
    box-shadow: none!important;
    background-color: transparent!important;
    position: relative;
    padding: 0 35px 0 0;
}
.block-right-menu .right-menu .triangle:before,
.detail-collapse .triangle:before{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top:3px;
    height: 10px;
    width: 10px;
    background-image: url("/images/site/triangle.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: .2s;
}
.block-right-menu .right-menu .triangle[aria-expanded="true"]:before,
.detail-collapse .triangle[aria-expanded="true"]:before{
    transform: rotate(180deg);
}
.block-right-menu .nav-child{
    margin-top: -1px;
    background-color: #e8e8eb;
    position: relative;
    padding-top: 1px;
}
.block-right-menu .nav-child .items-child{
    padding-top: 10px;
    padding-bottom: 20px;
    font-weight: 500;
}
.block-right-menu .current>.level>a{color: #fa7935;}
.block-right-menu .nav-child .items-child .items-child{
    padding-left: 10px;
    border-bottom: 1px solid #fa7935;
}
.block-right-menu .nav-child .items-child>div:not(:last-child){
    margin-bottom: 20px;
}
.j2store-single-product.detail{
    color: #323957;
}
.j2store-single-product.detail .product-title{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 18px;
}
.j2store-single-product.detail .price-sku-brand-container-mod{
    font-size: 14px;
    margin-bottom: 18px;
}
.prev-desc .title,
.detail-collapse .title{
    text-transform: uppercase;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 2px solid #fdc0a1;
    font-weight: 500;
}
.detail-collapse .title{
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.prev-desc .value{
    line-height: 1.5;
}
.detail-collapse .product-description{
    line-height: 1.5;
}
.j2store-single-product.detail .column-img,
.j2store-single-product.detail .column-desc{
    margin-bottom: 40px;
}
.j2store-single-product.detail .j2store-mainimage{
    position: relative;
    padding-top: 74%;
    overflow: hidden;
    margin-bottom: 12px;
}
.j2store-single-product.detail .j2store-product-main-image{
    margin-bottom: 0;
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
    cursor:pointer;
}
.j2store-product-additional-images .additional-image-list{
    padding: 0;
    margin: 0 -6px;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.j2store-product-additional-images .additional-image-list li{
    padding: 0 6px;
    margin-bottom: 12px;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    text-align: center;
    position: relative;
}
.j2store-product-additional-images .additional-image-list li .image-block{
    padding-top: 74%;
    position: relative;
}
.j2store-product-additional-images .additional-image-list li img{
    height: 100%;
    left: 0;
    right: 0;
    top:0;
    position: absolute;
    object-fit: cover;
    object-position: center;
    border-radius: 2px;
    cursor: pointer;
}

.logistic-block{
    background-color: #e8e8eb;
    border: 2px solid #fa7935;
    border-radius: 3px;
}
.logistic-block .area-block{
    padding: 45px 20px 45px 45px;
}
.logistic-block .panel-top{
    margin: 0 -11px 20px;
}
.logistic-block .panel-top .title{
    padding: 0 11px;
    margin-bottom: 17px;
}
.logistic-block .panel-top .title button{
    outline: none!important;
    box-shadow: none!important;
    border: none!important;
    background-color: transparent!important;
    text-align: center;
    text-transform: uppercase;
    color: #323957;
    border-bottom: 2px solid transparent!important;
    padding: 0 0 3px;
    height: 100%;
    font-weight: 500;
    transition: .3s;
}
.logistic-block .panel-top .title button:hover,
.logistic-block .panel-top .title button[aria-expanded="true"]{
    border-color: #fa7935!important;
}
.logistic-block .detail-blocks{
    height: 340px;
}
.logistic-block .mode-slide{
    width: 100%;
    position: relative;
    height: 100%;
}
.logistic-block .mode-slide .title-navi-el{
    margin-bottom: 10px;
}
.logistic-block .mode-slide .navi-title{
    padding: 0 0 0 23px;
    margin: 0;
    font-weight: 600;
    list-style: none;
}
.logistic-block .mode-slide .navi-title li{
    padding: 0 10px 0 0;
    margin: 0;
    line-height: 1;
}
.logistic-block .mode-slide .navi-title li:not(.show){
    display: none;
}
.logistic-block .mode-slide .navi-els div{
    cursor: pointer;
    height: 16px;
    width: 16px;
    position: relative;
}
.logistic-block .mode-slide .navi-els div.hide{
    opacity: 0;
}
.logistic-block .mode-slide .navi-els div:before{
    content: '';
    top: 3px;
    left: 0;
    display: block;
    height: 10px;
    width: 10px;
    position: absolute;
    background-image: url("/images/site/triangle.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: rotate(-90deg);
}
.logistic-block .mode-slide .navi-els div:first-child{
    margin-right: 4px;
}
.logistic-block .mode-slide .navi-els div:first-child:before{
    transform: rotate(90deg);
    left: auto;
    right: 0;
}
.logistic-block .mode-slide .map-slider{
    position: relative;
    height: 300px;
    overflow: hidden;
}
.logistic-block .mode-slide .map-slider .panel-slide{
    width: 100%;
    height: 100%;
    overflow-y: auto;
    position: absolute;
    left: 0;
    top:0;
    background-color: #e8e8eb;
    transition: .3s;
}
.logistic-block .mode-slide .map-slider .panel-slide::-webkit-scrollbar { width: 4px; height: 0;}
.logistic-block .mode-slide .map-slider .panel-slide::-webkit-scrollbar-track {  background-color: #c2c2c5;}
.logistic-block .mode-slide .map-slider .panel-slide::-webkit-scrollbar-track-piece { background-color: #e8e8eb;}
.logistic-block .mode-slide .map-slider .panel-slide::-webkit-scrollbar-thumb { height: 0px; background-color: #c2c2c5; border-radius: 0;}
.logistic-block .mode-slide .map-slider .panel-slide::-webkit-scrollbar-corner { background-color: #c2c2c5;}

.logistic-block .mode-slide .map-slider .panel-slide.right-p{
    left: 101%;
    opacity: 0;
}
.logistic-block .mode-slide .map-slider .panel-slide.left-p{
    right: 101%;
    opacity: 0;
}
.logistic-block .mode-slide .map-slider .category-desc table{
    margin-bottom: 20px;
}
.logistic-block .mode-slide .map-slider .category-desc .icon-table td{
    padding-top: 3px;
    padding-bottom: 3px;
}
.logistic-block .mode-slide .map-slider .category-desc .icon-table tr:first-child td{
    padding-top: 0;
}
.logistic-block .mode-slide .map-slider .category-desc .icon-table tr:last-child td{
    padding-bottom: 0;
}
.logistic-block .maps-block{
    position: relative;
}
.logistic-block .maps-block .custom{
    height: 100%;
}
.logistic-block .maps-block .custom iframe{
    height: 100%!important;
    min-height: 300px;
}
.logistic-block .maps-block p{
    margin-bottom: 0;
    height: 100%;
}
#header .line-contact{z-index: 5!important;}
#header .circle-block{
    color: #fff;
}
.webfactor_modal_form .title-form{
    font-size:20px;
    margin-bottom:15px;
}
.webfactor_go_mod{
    font-weight:600;
    cursor:pointer;
    font-size:18px;
    text-align:center;
    transition:.4s;
}
.webfactor_go_mod:hover{
    color: #fa7935;
}

.webfactor_modal_form.webfactor_default{
        padding:15px;
    }
.j2store-mainimage .arrow-nav{
    position:absolute;
    width: 40px;
    height: 50px;
    background-color: rgba(255,255,255,.5);
    border-radius: 3px;
    top:50%;
    margin-top:-20px;
    border: 1px solid rgba(255,255,255,.7);
    z-index: 50;
    cursor:pointer;
    transition:.3s;
}
.j2store-mainimage .arrow-nav:hover{
    opacity:.7;
}
.j2store-mainimage .arrow-nav:before{
    content: '';
    display:block;
    width: 24px;
    height: 24px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    position:absolute;
    top:50%;
    margin-top: -12px;
}
.j2store-mainimage .arrow-nav.prev-img{
    left:0;
}
.j2store-mainimage .arrow-nav.next-img{
    right:0;
}
.j2store-mainimage .arrow-nav.prev-img:before{
    left: 12px;
     transform:rotate(135deg);
}
.j2store-mainimage .arrow-nav.next-img:before{
    left: 0;
    transform:rotate(-45deg);
}
#j2store-pagination .limit-list ul{
    list-style:none;
    padding:0;
    margin:0 0 12px;
    display:-ms-flexbox;
    display:flex;
    justify-content:flex-end;
}
#j2store-pagination .limit-list ul li{
    display:inline-block;
    padding: 0;
}
#j2store-pagination .limit-list ul li.active a{
    color: #fa7935;
}

@media (min-width:340px){
    .webfactor_modal_form.webfactor_default{
        width:310px;
        margin-left:-165px;
        padding:20px;
    }
}

@media (min-width:530px){
    .webfactor_modal_form.webfactor_default{
        width:480px;
        margin-left:-250px;
        padding:40px;
    }
}

@media (min-width: 992px){
    .address-panel{
        z-index: 2;
        position: relative;
    }
    .moduletable.contact-form{
        position: relative;
        z-index: 1;
    }
    .moduletable.contact-form .row>.webfactor_default:after{
        position: absolute;
        height: 434px;
        background-image: url("/images/site/bg-style-2.png");
        background-size: cover;
        background-position: left center;
        content: '';
        display: block;
        right: 0;
        transform: rotate(-90deg);
        z-index: 1;
        top: -248px;
        left: 125%;
        width: 300px;
    }
    .preim-home .container{
        padding-left: 100px;
    }
    .home-top .image img{
        margin-top: -55px;
        margin-bottom: -55px;
    }
    .news-home .title-block{
        margin-bottom: 35px;
    }
    #footer .logo-block {
        padding-right: 40px;
    }
}

@media (min-width:992px){
    #j2store-pagination{
        display:-ms-flexbox;
        display:flex;
        flex-wrap:wrap;
        align-items:center;
    }
    #j2store-pagination .pagination{
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }
    #j2store-pagination .limit-list{
          -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
}

@media (min-width: 1200px) {
    .j2store-single-product.detail .column-img{
        padding-right: 30px;
    }
    .contact-panels .container,
    .contact-panels .container .row .col-12{
        padding: 0 30px;
    }
    .contact-panels .container .row{
        margin: 0 -30px;
    }
    .contact-panels .container .row .col-12.item{
        margin-bottom: 60px;
    }

    #top-menu{
        margin-top: 30px;
    }
    #top-menu ul{
        list-style: none;
        padding: 0;
        margin: 0;
    }
    #top-menu .nav-child{
        display: none;
        position: absolute;
        list-style: none;
        padding: 5px;
        background-color: #54596f;
        font-size: 16px;
        left: 0;
        top: 100%;
        z-index: 100;
        min-width:315px;
    }
    #top-menu .nav.menu>li:last-child>.nav-child{
        min-width:250px;
        right:0;
        left:auto;
    }
    #top-menu .nav-child a{
        display: inline-block;
        padding: 5px;
    }
    #top-menu ul.menu{
        display: -ms-flexbox;
        display: flex;
        justify-content: flex-end;
        flex-wrap: wrap;
        margin: 0 -15px;
    }
    #top-menu ul.menu>li{
        padding: 0 20px 10px;
        position: relative;
    }
    #top-menu ul.menu>li:last-child{
        padding-right: 15px;
    }
    #top-menu ul.menu>li>a,
    #top-menu ul.menu>li>div>a{
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 500;
    }
    #top-menu li.active>a{
        color: #fa7935;
    }
    #top-menu li.parent:hover>ul.nav-child{
        display: block;
    }

    #header .logo-col{
        padding-bottom: 10px;
    }
    #footer .footer-top .item-col:nth-child(2){
        max-width: 30%;
    }
    #footer .footer-top .item-col:nth-child(3){
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .preim-home .title-block{
        padding-right: 220px;
        text-align: left;
    }
    .preim-home{
        padding-bottom: 50px;
    }
    .preim-home .item .desc{
        max-width: 350px;
    }
    body:not(.home-page) #header .circle-element::before{
        display: none;
    }
    body.site:not(.home-page){
        background-image: url("/images/site/bg-head-other.jpg");
        background-position: center -16px;
        background-repeat: no-repeat;
    }
    body:not(.home-page) #header{
        background-color: transparent;
    }
    #header .circle-element{
        position: relative;
    }
    #header .circle-element:before{
        z-index: 1;
        position: absolute;
        content: '';
        display: block;
        height: 340px;
        width: 915px;
        top:-30px;
        left: -20px;
        background-image: url("/images/site/bg-head.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center top;
        mix-blend-mode: multiply;
    }
    #header .circle-element>div{
        position: relative;
        z-index: 3;
    }
    .preim-home .container{
        padding-left: 200px;
    }
}
@media (min-width: 1500px){
    .contact-panels,
    .contact-panel,
    body.search-page,
    body.news-page{
        position: relative;
    }
    body{
        overflow-x: hidden;
    }
    .contact-panel.sbut-block:after,
    .contact-panels:after,
    body.search-page:after,
    body.search-page #main:before,
    body.news-page:after,
    body.news-page:before,
    body.shopping-list #main:after,
    body.shopping-list #main:before{
        content: '';
        display: block;
        position: absolute;
        border-radius: 50%;
        border: 140px solid #323957;
        height: 380px;
        width: 380px;
        left: -210px;
        bottom: -150px;
        opacity: .8;
        mix-blend-mode:multiply;
        z-index: 5;
    }
    body.search-page:after,body.shopping-list #main:before{
        border: 75px solid #fa7935;
        height: 220px;
        width: 220px;
        left: auto;
        right: -115px;
        top:180px;
        opacity: 1;
    }
    body.shopping-list #main:before{
        right: auto;
        left: -115px;
        top:450px;
    }
    body.news-page:before{
        border: 110px solid #fa7935;
        height: 310px;
        width: 310px;
        left: -170px;
        top:35%;
        opacity: 1;
        right: auto;
    }
    body.news-page:after{
        left: auto;
        right: -200px;
        top:55%;
        opacity: 1;
        mix-blend-mode: normal;
    }
    .contact-panels:after{
        left: auto;
        right: -200px;
        bottom: -125px;
    }
    body.search-page #main:before{
        bottom: 70px;
        opacity: 1;
    }
    body.shopping-list #main:after{
        top:450px;
        left: auto;
        right:-210px;
        opacity: 1;
    }
    body.contact-page #main:after,
    .contact-panel.top-organizator:after,
    body.search-page:before,
    body.search-page #main:after,
    body.news-page #main:after,
    body.shopping-list:before,
    body.shopping-list:after{
        position: absolute;
        width: 210px;
        height: 434px;
        background-image: url("/images/site/bg-style-2.png");
        background-size: cover;
        background-position: left center;
        content: '';
        display: block;
        right: 0;
        z-index: 5;
        top:250px;
    }
    body.shopping-list:before{
        height: 320px;
        width: 160px;
    }
    body.shopping-list:before{
        right: auto;
        left: 0;
        top:180px;
        background-position-x: right;
    }
    body.news-page #main:after,body.shopping-list:after{
        background-image: url("/images/site/bg-style-1.png");
    }
    body.shopping-list:after{
        height: 180px;
        width: 90px;
    }
    body.search-page:before{
        background-image: url("/images/site/bg-style-1.png");
        height: 180px;
        width: 90px;
        right: auto;
        left: 0;
        top:110px;
        background-position: right center;
    }
    .contact-panel.top-organizator:after{
        top:45%;
        background-position: right center;
        width: 168px;
        height: 340px;
        left: 0;
        right: auto;
    }
    .moduletable.contact-form .row>.webfactor_default:after{
        transform: rotate(-90deg);
        z-index: 0;
        top: -248px;
        left: 125%;
        width: 300px;
    }
    body.search-page #main:after{
        top:auto;
        bottom: -100px;
        width: 250px;
    }
}
@media (min-width: 1920px) {
    .preim-home{
        background-size: cover;
    }
}
@media (max-width: 1920px) AND (min-width: 1340px){
    .home-top .image img{
        opacity: 0;
        margin: 0;
    }
    .home-top .line-content{
        background-color: transparent;
        background-image: url("/images/site/bg-home-top.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (max-width: 1199.98px) AND (min-width: 992px){
    .j2store-products-row .j2store-single-product .product-title,
    .j2store-products-row .j2store-single-product .product-sku{
        padding: 0 15px;
    }
}

@media (max-width: 1199.98px) {
    #top-menu{
        position: fixed!important;
        left: -110%;
        width: 100%;
        margin: 0;
        padding: 0;
        z-index: 100;
        top: 0;
        bottom: 0;
        background-color: rgba(59, 59, 59, 0.95);
        transition: .5s;
    }
    body.showMenu #top-menu{
        left: 0;
    }
    #top-menu .menu-mobi{
        max-width: 280px;
        margin-left: 0;
        background-color: #3b3b3b;
        color: #fff;
        padding: 30px;
        height: 100%;
        overflow: auto;
    }
    #top-menu .menu-mobi a{
        vertical-align: middle;
    }
    #top-menu .menu-mobi ul{
        display: block;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    #top-menu .menu-mobi .menu.mod-list{
        margin-bottom: 25px;
        padding: 0;
        font-size: 17px;
        display: block;
        list-style: none;
    }
    #top-menu .menu-mobi .menu.mod-list li{
        display: block;
    }
    #top-menu .menu-mobi .menu.mod-list li.active{
        color: #fa7935;
    }
    #top-menu .menu-mobi .menu.mod-list li>a{
        display: block;
        padding-top: 3px;
        padding-bottom: 3px;
    }
    #top-menu .menu-mobi .menu.mod-list ul li{
        font-size: 16px;
    }
    #top-menu .menu-mobi .menu.mod-list ul.nav-child{
        padding: 7px 0 7px 20px;
        display: none;
    }
    #top-menu .item-parent{
        position: relative;
        padding-right: 35px;
        cursor: pointer;
    }
    #top-menu .item-parent:after {
        content: '';
        display: block;
        width: 9px;
        height: 9px;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        transform: rotate(
                45deg);
        position: absolute;
        right: 3px;
        top: 50%;
        margin-top: -6px;
    }
    #top-menu .close-btn {
        height: 30px;
        width: 30px;
        position: absolute;
        right: 20px;
        top: 15px;
        cursor: pointer;
    }
    #top-menu .close-btn:hover:before,
    #top-menu .close-btn:hover:after {
        opacity: .8;
    }
    #top-menu .close-btn:before, #top-menu .close-btn:after {
        content: '';
        display: block;
        width: 34px;
        height: 2px;
        background-color: #fff;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -1px;
        transform: rotate( 45deg);
        transition: .2s;
    }
    #top-menu .close-btn:after {
        transform: rotate(-45deg);
    }
    #header{
        padding-top: 0;
        padding-bottom: 0;
    }
    #header .logo-col,
    #header .circle-block{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #header .circle-block{
        background-color: #4b5974a1;
    }
    #header .line-contact .contact-left{
        display: none;
    }
    #menuToggle {
        position: relative;
        width: 34px;
        cursor: pointer;
        padding-top: 7px;
        padding-bottom: 7px;
        transition: .4s;
    }
    #menuToggle:hover {
        opacity: .7;
    }
    #menuToggle>div {
        height: 4px;
        margin-bottom: 6px;
        background-color: #323957;
    }
    #menuToggle>div:last-child {
        margin-bottom: 0;
    }
    .title-block, .title-page, .page-header>h1, .page-title{
        font-size: 38px;
    }
    .categories-module.category-home .item a>span>span{
        font-size: 14px;
    }
    body:not(.home-page) #main{
        padding-top: 50px;
    }
    .breadcrumbs-block{
        margin-bottom: 30px;
    }
}
@media (max-width: 991.98px){
    .title-block, .title-page, .page-header>h1, .page-title{
        font-size: 34px;
        margin-bottom: 40px;
    }
    .home-top,.home-top .text .title-block{text-align: center}
    .home-top .image{padding-top: 30px}
    .home-top .image img{
        max-width: 200px;
    }
    .home-top .padd-block{
        display: none;
    }
    .home-top{
        padding-top: 110px;
        display: -ms-flex;
        display: flex;
        align-items: center;
    }
    .home-top .line-content{
        width: 100%;
    }
    .items-step .item,.item-page.news-page,.blog.news-page{
        margin-bottom: 30px;
    }
    .step-block{
        padding-bottom: 50px;
    }
    .moduletable.category-home,.address-panel,.contact-form{
        padding-top: 50px;
    }
    .moduletable.category-home{
        padding-bottom:50px;
    }
    .preim-home .item,.custom.counter-block,.contact-top .col-12, .blog .items-leading .item-news{
        margin-bottom: 40px;
    }
    .categories-module.category-home .item a>span{
        opacity: 1;
    }
    #j2store-pagination{
        margin-bottom: 30px;
    }
    body:not(.home-page) #main{
        padding-top: 40px;
    }
    .breadcrumbs-block{
        margin-bottom: 20px;
    }
}
@media (max-width: 767.98px){
    #header .items-contact{
        display: none;
    }
    #header .circle-block{
        background-color: transparent;
        color: #000;
    }
    #header .lang-group .dropdown-toggle::after{
        border-color: #000;
    }
    #header .search input.inputbox{
        display: none;
    }
    #header .search .form-search{
        border: none;
    }
    .title-block, .title-page, .page-header>h1, .page-title{
        font-size: 30px;
        margin-bottom: 30px;
    }
    .home-top .text .info{
        font-size: 25px;
    }
    .custom.counter-block{
        font-size: 22px;
        padding-top: 100px;
        padding-bottom: 60px;
    }
    .custom.counter-block .odometer{
        font-size: 50px;
        margin-bottom: 30px;
    }
    .moduletable.category-home,.address-panel,.contact-form{
        padding-top: 30px;
    }
    .moduletable.category-home{
        padding-bottom:30px;
    }
    .preim-home .item,.custom.counter-block,.contact-top .col-12,.blog .items-leading .item-news{
        margin-bottom: 30px;
    }
    .contact-form{
        padding-bottom: 0;
    }
    #searchForm,.field-par .ordering-box{
        margin-bottom: 30px;
    }
    body:not(.home-page) #main{
        padding-top: 30px;
    }
    .breadcrumbs-block{
        margin-bottom: 10px;
    }
}
@media (max-width: 575.98px){
    body:not(.home-page) #main{
        padding-top: 20px;
    }
    .title-block, .title-page, .page-header>h1, .page-title{
        font-size: 26px;
        margin-bottom: 20px;
    }
    .home-top .text .info{
        font-size: 22px;
    }
    #footer{
        padding-top: 40px;
    }
    #footer .footer-top .item-col{
        margin-bottom: 40px;
    }
    #footer .footer-top{
        text-align: center;
    }
    #footer .list-contact-info li a, #footer .list-contact-info li span.nav-header{
        justify-content: center;
    }
    #header .system-block .eye{
        padding: 0 10px;
    }
    #header .logo-col{
        padding-right: 0;
    }
    #header .btn-toogle-menu{
        padding-left: 0;
    }
    .step-block:before,
    .step-block:after,
    .news-home:before,
    .news-home:after{
        display: none;
    }
    .items-step .item:last-child{
        padding-right: 15px;
    }
    .custom.counter-block{
        padding-top: 50px;
        padding-bottom: 10px;
    }
    #top-menu .close-btn{
        right: 8px;
    }
    .home-top{
        padding-bottom: 70px;
    }
    .j2store-products-row .j2store-single-product .j2store-thumbnail-image a{
        padding-top: 0;
        text-align: center;
    }
    .j2store-products-row .j2store-single-product .j2store-thumbnail-image a img{
        position: relative;
        left: auto;
        top: auto;
        transform: none;
    }
}
@media (max-width: 399.98px){
    .title-block, .title-page, .page-header>h1, .page-title{
        font-size: 24px;
    }
    .home-top .text .info{
        font-size: 20px;
    }
}


.item-property {
  text-decoration: underline;
}