body {
    font-family: 'Play', sans-serif;
    background: #F3F3F3;
}

.catalogProperty label{
    white-space: nowrap;
}

.info-banner{
    display: none;
}

html body > div{
    overflow-x: hidden;
}

.info-banner.hidden{
    display: none;
}

:focus{
    outline: none !important;
}

#header-mobile {
    display: none;
}

.callback_btn{
    margin-top: 20px;
}


.recaptcha-error{
    font-size: 16px !important;
    color: #d70303 !important;
}

.home-more-cats{
    display: none;
}

.sections-menu__mobile{
    display: none;
}

.home-presentation-textBlock .block-title{
    display: none;
}

@media (max-width: 768px){
    .sections-menu__mobile{
        display: block;
    }
}

/*** buttons style ***/

.blue-style {
    font-size: 14px;
    background: #1b469a;
    border: none;
    color: rgb(255, 255, 255);
    border-radius: 5px;
    padding: 10px 12px;
    border-right: 3px solid transparent;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

@media (max-width: 768px){
    .cs__basket__icon-wrapper{
        bottom: 0px !important;
        left: 0px !important;
        right: auto !important;
        top: auto !important;
        padding: 20px !important;
    }
}
.cs__basket__title{
    background: url('../images/basket_banner.png') !important;
}
.blue-style:hover,
.blue-style:active{
    background: #6f98e7;
    border-right: 3px solid #1b469a;
}

.white-style {
    font-size: 14px;
    color: rgb(27, 70, 154);
    line-height: 1.429;
    background: #ffffff;
    border-radius: 5px;
    padding: 10px 12px;
    border-right: 3px solid transparent;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border: 1px solid #1b469a;
}

.white-style:hover,
.white-style:active{
    background: #1b469a;
    color: #fff;
    text-decoration: none;
}

.tabs.catalogBottom_tabs ul.tabs__caption li {
    cursor: pointer;
}

.lilac-btn {
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    height: 40px;
    background: #6f98e7;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 0 57px;
}

.lilac-btn:hover, .lilac-btn:active {
    background: #6f98e7;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(45, 120, 245, 0.81);
    -moz-box-shadow: 0px 0px 15px 0px rgba(45, 120, 245, 0.81);
    box-shadow: 0px 0px 15px 0px rgba(45, 120, 245, 0.81);
}

.imput-style.error {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(197, 72, 72, 0.81);
    -moz-box-shadow: 0px 0px 15px 0px rgba(197, 72, 72, 0.81);
    box-shadow: 0px 0px 15px 0px rgba(197, 72, 72, 0.81);
    border-color: #8e3d3d;
}

.imput-style.error:hover {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(255, 0, 0, 0.81);
    -moz-box-shadow: 0px 0px 15px 0px rgba(255, 0, 0, 0.81);
    box-shadow: 0px 0px 15px 0px rgba(255, 0, 0, 0.81);
}

.header-bottom,
.header-top {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 92px;
}

.header-bottom{
    height: 50px;
    position: relative;
}

.top-menu {
    width: 100%;
    margin-right: 19px;
}

.top-search {
    width: 50px;
    height: 100%;
}

.top-item.header-top-form {
    width: 15%;
    text-align: right;
}

.header-top-slogan {
    font-size: 12px;
    color: rgb(134, 138, 145);
}

.top-menu-bacground {
    background: #1b469a;
}

span.icon {
    background-repeat: no-repeat!important;
    background-size: contain!important;
    display: block;
    margin-right: 10px;
}

.header-top-domain span.icon {
    background: url(/bitrix/templates/kmktradeco/images/header/map.png);
    width: 15px;
    height: 24px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.header-top-time span.icon {
    background: url(/bitrix/templates/kmktradeco/images/header/time.png);
    width: 20px;
    height: 20px;
}

.header-top-phones span.icon {
    background: url(/bitrix/templates/kmktradeco/images/header/phone.png);
    width: 20px;
    height: 20px;
}

.header-top-logo {
    width: 11%;
}

.header-top-slogan {
    width: 14%;
}

.header-top-domain {
    width: 26%;
}

.top-item.header-top-logo img {
    max-width: 100%;
    max-height: 100%;
}

.top-item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-top-domain a {
    font-size: 18px;
    color: rgb(27, 70, 154);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.top-item.header-top-phones a:hover {
    text-decoration: none;
    opacity: 0.8;
    color: #6f98e7;
}

.header-top-domain:hover span.icon {
    background: url(/bitrix/templates/kmktradeco/images/header/map-hover.png);
}

.header-top-domain:hover a {
    color: #6f98e7;
    text-decoration: none;
}

.top-item.header-top-time {
    font-size: 14px;
    color: rgb(0, 0, 0);
}

.top-item.header-top-time span {
    font-size: 15px;
}

.top-item.header-top-phones a{
    font-size: 18px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.top-item.header-top-phones a span{
    color: rgb(153, 156, 161);
    font-weight: 100;
}

.top-item.header-top-form {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.top-search input[type="submit"] {
    width: 50px;
    height: 50px;
    background-color: transparent;
    border: none;
    color: transparent;
    background-image: url(/bitrix/templates/kmktradeco/images/header/search.png);
    background-repeat: no-repeat;
    background-position: center;
}

.top-search input[type="text"] {
    width: 50px;
    height: 50px;
    background: #6f98e7;
    border: none;
}

.top-search tbody {
    width: 50px;
}

.top-search tr {
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 15px;
}

.top-search td {
    padding: 0;
}

tr.search-input {
    z-index: 1;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

tr.text-input {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.search-form:hover tr.text-input {
    width: 450px;
    background: #6f98e7;
    -webkit-box-shadow: 7px 7px 0px 0px rgba(6,37,98,1);
    -moz-box-shadow: 7px 7px 0px 0px rgba(6,37,98,1);
    box-shadow: 7px 7px 0px 0px rgba(6,37,98,1);
}

.search-form:hover input[type="text"] {
    width: 400px;
    padding: 10px;
    color: #fff;
}

tr.text-input.active {
    width: 450px;
    background: #6f98e7;
    -webkit-box-shadow: 7px 7px 0px 0px rgba(6,37,98,1);
    -moz-box-shadow: 7px 7px 0px 0px rgba(6,37,98,1);
    box-shadow: 7px 7px 0px 0px rgba(6,37,98,1);
}

input[type="text"]:focus {
    outline: none;
}

tr.text-input.active input[type="text"] {
    width: 400px;
    padding: 10px;
    color: #fff;
}

tr.search-input:hover {
    opacity: 0.8;
    background: #5689eced;
}

div#footer {
    background: #01143a;
    padding: 20px 0 33px 0;
}

.footer-title {
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    margin-bottom: 20px;
    width: 100%;
}

.itb-block,
.copywriting-block {
    font-size: 12px;
    color: rgb(153, 153, 153);
    line-height: 1.167;
}

.itb-block a {
    display: inline-block;
    color: #fff;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.itb-block a:hover {
    color: #5275b9;
    text-decoration: none;
}

.contacts-block {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer-item {
    padding: 10px 0;
}

.footer-item.footer-logo {
    padding-top: 0;
}

.address span.icon {
    width: 10px;
    height: 15px;
    margin-right: 9px;
    display: block;
    background: url(/bitrix/templates/kmktradeco/images/footer/icon.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
}

.phones span.icon {
    width: 10px;
    height: 15px;
    margin-right: 9px;
    display: block;
    background: url(/bitrix/templates/kmktradeco/images/footer/phones.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
}

.time span.icon {
    width: 10px;
    height: 15px;
    margin-right: 9px;
    display: block;
    background: url(/bitrix/templates/kmktradeco/images/footer/clock.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
}

.email span.icon {
    width: 10px;
    height: 15px;
    margin-right: 9px;
    display: block;
    background: url(/bitrix/templates/kmktradeco/images/footer/envelope.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
}

.contacts-item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 18px;
}

.contacts-block .footer-item {
    width: 31%;
    padding-right: 2%;
}

.contacts-item.address div {
    font-size: 16px;
    color: rgb(111, 152, 231);
    line-height: 1.25;
}

.contacts-item.address div span {
    color: #fff;
    font-size: 12px;
}

.contacts-item p {
    margin: 0;
    text-decoration: underline;
    -webkit-text-decoration-style: dashed;
    text-decoration-style: dashed;
    text-underline-position: under;
}

.contacts-item .icon {
    margin-top: 5px;
}

.contacts-item.phones a {
    font-size: 16px;
    color: #fff;
    line-height: 1.25;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.contacts-item.phones a span {
    color: rgb(171, 171, 171);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.contacts-item.time {
    font-size: 15px;
    color: rgb(236, 236, 236);
    line-height: 1.667;
    flex-wrap: wrap;
}

.contacts-item.email a {
    font-size: 16px;
    color: rgb(228, 228, 228);
    line-height: 1.25;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.contacts-item.email a:hover,
.contacts-item.phones a:hover span,
.contacts-item.phones a:hover {
    text-decoration: none;
    color: #6f98e7;
}

.footer-item.nsk-block {
    width: 30%;
}

.footer-item.alm-mlock {
    width: 33%;
}

.home-presentation--wrapper{
    background-color: #FFFFFF;
}

section.presentation {
    height: 570px;
    background-color: #FFFFFF;
    background-image: url('/local/templates/kmktradeco/images/presentation-bg.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left 70px top 70px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

div.home-presentation{
    width: 713px;
    height: 522px;
    background-image: url('/local/templates/kmktradeco/images/presentation-bg.png');
    background-repeat: no-repeat;
    position: relative;
    margin-left: -80px;
    box-sizing: border-box;
    background-size: 100%;
    margin-top: 70px;
    margin-bottom: 46px;
}

.presentation-video iframe {
    width: 100%;
    height: 100%;
}

.presentation-video {
    width: 460px;
    height: 235px;
    overflow: hidden;
    position: absolute;
    top: 90px;
    left: 140px;
    margin: auto;
}

.home-presentation--flex{
    display: block;
    padding-bottom: 60px;
}

.home-presentation-textBlock{
    max-width: 484px;
    display: inline;
}

.home-presentation-textBlock__title{
    font-family: 'Play', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 32px;
    margin-top: 47px;
}

.home-presentation-textBlock__text{
    font-family: 'Play', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.01em;
    color: #606060;
    height: 335px;
    overflow: hidden;
}

.home-presentation-textBlock__text.active{
    height: auto;
    overflow: visible;
}

.home-presentation-textBlock__more{
    width: 100px;
    cursor: pointer;
    position: relative;
    color: #00449e;
    margin-right: 0;
    margin-left: auto;
    background-color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
}

.home-presentation-textBlock__more:hover{
    opacity: 0.8;
}

.home-presentation-textBlock__more:after {
    background-image: url('/bitrix/templates/kmktradeco/images/details.png');
    background-repeat: no-repeat;
    content: '';
    background-size: contain;
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    right: 0;
    top: 8px;
    background-position: center;
}

.home-presentation-textBlock__more.active:after {
    background-image: url('/bitrix/templates/kmktradeco/images/details.png');
    background-repeat: no-repeat;
    content: '';
    background-size: contain;
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    right: 0;
    top: 8px;
    background-position: center;
    transform: rotate(
            180deg);
    background-color: #fff;
}

section.advantages {
    /*background: url(/bitrix/templates/kmktradeco/images/advantages.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;*/
}

div.main-advantages{
    position: relative;
}

a.main-link {
    display: inline-block;
    padding: 10px 25px;
    background: url(/bitrix/templates/kmktradeco/images/left-arrow.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position-x: right;
    background-position-y: center;
    position: absolute;
    right: 0;
    top: -95px;
    font-size: 16px;
    color: rgb(27, 70, 154);
    font-weight: bold;
    line-height: 1.25;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-underline-position: under;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a.main-link:hover {
    color: #6f98e7;
    background: url(/bitrix/templates/kmktradeco/images/left-arroh.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position-x: right;
    background-position-y: center;
}

.main-gallery a.main-link{
    font-family: 'Play', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #1B469A;
    top: -90px;
    padding-right: 0;
    background: none;
    text-decoration-line: none;
}

.main-gallery a.main-link:hover{
    text-decoration-line: underline;
}

div.home-news.main-news,
section.main-news {
    position: relative;
    max-width: 677px;
}

div.home-articles.main-articles,
section.main-articles{
    position: relative;
    max-width: 407px;
}

section.main-contacts .container {
    position: absolute;
    z-index: 19;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;

}

section.main-contacts {
    position: relative;
    min-height: 415px;
}

.main-contacts-block {
    width: 320px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0px 0px 12.6px 1.4px rgba(0, 19, 31, 0.4);
    margin: 37px 0px 37px 37px;
    display: inline-block;
    pointer-events: auto;
}

.contacts-info {
    padding: 0 38px 25px 38px;
}


.contacts-info-title {
    font-size: 18px;
    color: rgb(27, 70, 154);
    line-height: 1.111;
    margin-bottom: 5px;
    margin-top: 15px;
}

.add span,
.grey {
    font-size: 12px;
    color: rgb(153, 153, 153);
    line-height: 1.167;
    margin-top: 7px;
    display: block;
}

.add p {
    margin: 0;
}

.contacts-info,
.contacts-info a{
    font-size: 18px;
    font-family: "Play";
    color: rgb(0, 0, 0);
    line-height: 1.111;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a.gallery img {
    max-height: 100%;
}

.contacts-info a:hover {
    text-decoration: none;
    color: #6f98e7;
}


.front-title {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 24px;
    font-weight: bold;
    height: 60px;
    margin-top: 60px;
    margin-bottom: 20px;
}

.front-title span {
    background-image: url(/bitrix/templates/kmktradeco/images/title.png);
    background-repeat: no-repeat;
    background-position: left;
    height: 100%;
    width: 68px;
    color: #fff;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.main-contacts-block .front-title {
    margin-top: 0;
}

section.home-presentation {
    margin-bottom: 100px;
}

section.presentation {
    margin-bottom: 100px;
}

section.catalog-slider {
    margin-top: 55px;
}

.search-form {
    z-index: 50;
    position: relative;
}

div.home-gallery,
section.gallery {
    position: relative;
}

section {
    position: relative;
}

.imput-style {
    border-width: 1px;
    border-color: rgb(111, 152, 231);
    border-style: solid;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.46);
    -webkit-box-shadow: 0px 0px 22px 0px rgba(38,53,78,0.81);
    -moz-box-shadow: 0px 0px 22px 0px rgba(38,53,78,0.81);
    box-shadow: 0px 0px 22px 0px rgba(38,53,78,0.81);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
}

section.front-form {
    background: url(/bitrix/templates/kmktradeco/images/form-back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center center;
}

span.sh {
    background-color: rgb(0, 0, 0);
    opacity: 0.502;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.feedback-container {
    width: 80%;
    margin: auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.feedback-left {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 50%;
    padding: 0px 20px;
}

.feedback-right {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 50%;
    padding: 0px 20px;
}

.feedback-container .imput-style {
    width: 100%;
    margin-bottom: 20px;
    height: 39px;
    padding: 0 10px;
}
.feedback-container .imput-style:focus,
.feedback-container .imput-style:active{
    background-color: rgba(4, 4, 4, 0.4);
}

textarea.imput-style.im-s-mass {
    height: 98px;
}

.advantages-title {
    text-shadow: 0px 0px 8px #120B51;
}

.advantages-title span {
    font-size: 20px;
    color: rgb(88, 153, 234);
    font-weight: normal;
    line-height: 0.833;
    text-shadow: 0px 0px 8px #120B51;
}

form#feedback {
    position: relative;
}

.imput-style:hover {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(45, 120, 245, 0.81);
    -moz-box-shadow: 0px 0px 15px 0px rgba(45, 120, 245, 0.81);
    box-shadow: 0px 0px 15px 0px rgba(45, 120, 245, 0.81);
}

.feedback-container {
    margin-bottom: 50px;
    margin-top: 10px;
}

.top-top-background {
    display: none;
}

/***MOBILE MENU***/

.hamburger {
    margin: 0 auto;
    margin-top: 10px;
    width: 30px;
    height: 20px;
    position: relative;
}

.hamburger .bar {
    padding: 0;
    width: 30px;
    height: 4px;
    background-color: #00449e;
    display: block;
    border-radius: 0px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: absolute;
}

.bar1 {
    top: 0;
}

.bar2,
.bar3 {
    top: 7.5px;
    height: 3px;
}

.bar3 {
    right: 0;
}

.bar4 {
    bottom: 0;
}

/* HAMBURGER 1 */
.checkbox1:checked + label > .hamburger1 > .bar1{
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 5%;
    -ms-transform-origin: 5%;
    transform-origin: 5%;
    width: 26px
}

.checkbox1:checked + label > .hamburger1 > .bar2 {
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px);
    background-color: transparent;
}

.checkbox1:checked + label > .hamburger1 > .bar3 {
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
    background-color: transparent;
}

.checkbox1:checked + label > .hamburger1 > .bar4 {
    -webkit-transform-origin: 5%;
    -ms-transform-origin: 5%;
    transform-origin: 5%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 27px;
}

input#checkbox1 {
    display: none;
}

.footer-item.copywriting-block a {
    color: rgb(153, 153, 153);
}

.title-page {
    height: 61px;
    position: relative;
}

.page-title h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 30px;
}

.page-title span:before {
    content: '';
    background: url(/bitrix/templates/kmktradeco/images/title.png) left no-repeat;
    background-size: contain;
    width: 68px;
    height: 60px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.page-title span {
    position: relative;
    color: #fff;
    /*font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    background-image: url(/bitrix/templates/kmktradeco/images/title.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    height: 100%;
    width: 68px;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;*/
}

.mobileMenu {
    display: none;
}

.contactsPage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: none;
}

form.feedback {
    z-index: 1;
    position: relative;
}

div#header-mobile .top-search.active {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
}

.top-search.active input[type="submit"] {
    height: 36px;
    width: 40px;
    background-size: auto;
    background: #6f98e7;
    background-image: url(/bitrix/templates/kmktradeco/images/header/search.png);
    background-repeat: no-repeat;
    background-position: center;
}

.top-search.active .search-form:hover tr.text-input {
    width: 100%;
}

.top-search.active .search-form:hover input[type="text"] {
    width: 100%;
    padding: 10px;
    color: #fff;
    left: 0;
}

.top-search.active tr.text-input > td {
    width: 100%;
}

.top-search.active tr.text-input > td {
    width: 100%;
    position: relative;
    display: block;
    padding-right: 40px;
}


.tabs__content {
    width: 100%;
}

.CatalogDop_item {
    border-width: 1px;
    border-color: rgb(246, 246, 246);
    border-style: solid;
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    box-shadow: 3.064px 2.571px 0px 0px rgb(0, 0, 0);
    min-height: 450px;
    margin: 20px;
}

.product-item-title {
    color: #3f3f3f;
    text-decoration: none;
    transition: 250ms linear all;
    text-align: center;
    margin: 25px 0;
    font-weight: bold;
}

.previewBlock {
    font-size: 14px;
    color: rgb(76, 76, 76);
    line-height: 1.429;
    text-align: center;
}

.CatalogDopButtom {
    margin-top: 25px;
    text-align: center;
}

.CatalogDopButtom  button.blue-style {
    width: 65%;
}

.CatalogDopImg {
    margin: 20px;
}

.CatalogDopImg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

a.catalogSlider_item {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a.catalogSlider_item:hover {
    text-decoration: none;
    opacity: 0.8;
}

.tabs__content.active {
    position: relative;
}

.arrow-container,
.arrow-container1 {
    position: absolute;
    width: 100%;
    bottom: 45%;
    height: 74px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    pointer-events: none;
    padding: 0 15px;
    left: 0;

}

.arrow-container button.slick-prev.slick-arrow,
.arrow-container1 button.slick-prev.slick-arrow{
    width: 40px;
    height: 100%;
    border-radius: 3px 0 0 3px;
    border: none;
    background-color: #f4f7fd;
    color: transparent;
    background-image: url(/bitrix/templates/kmktradeco/components/bitrix/catalog.section/catalogRelated/images/next.png);
    background-repeat: no-repeat;
    background-position: center;
    outline: none;
    pointer-events: auto;
}

.arrow-container button.slick-next.slick-arrow,
.arrow-container1 button.slick-next.slick-arrow{
    width: 40px;
    height: 100%;
    border-radius: 3px 0 0 3px;
    border: none;
    background-color: #f4f7fd;
    color: transparent;
    background-image: url(/bitrix/templates/kmktradeco/components/bitrix/catalog.section/catalogRelated/images/next.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    outline: none;
    pointer-events: auto;
}

.arrow-container button.slick-prev.slick-arrow:focus,
.arrow-container1 button.slick-prev.slick-arrow:focus,
.arrow-container button.slick-prev.slick-arrow:hover,
.arrow-container1 button.slick-prev.slick-arrow:hover {
    width: 40px;
    height: 100%;
    border-radius: 3px 0 0 3px;
    border: none;
    background-color: #f4f7fd;
    color: transparent;
    background-image: url(/bitrix/templates/kmktradeco/components/bitrix/catalog.section/catalogRelated/images/nexth.png);
    background-repeat: no-repeat;
    background-position: center;
    outline: none;
    pointer-events: auto;
}

.arrow-container button.slick-next.slick-arrow:focus,
.arrow-container1 button.slick-next.slick-arrow:focus,
.arrow-container button.slick-next.slick-arrow:hover,
.arrow-container1 button.slick-next.slick-arrow:hover{
    width: 40px;
    height: 100%;
    border-radius: 3px 0 0 3px;
    border: none;
    background-color: #f4f7fd;
    color: transparent;
    background-image: url(/bitrix/templates/kmktradeco/components/bitrix/catalog.section/catalogRelated/images/nexth.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    outline: none;
    pointer-events: auto;
}

.catalogBottom li.active {
    z-index: 2;
}

.tabs__content {
    padding: 15px;
}

.catalogIndexMiddle {
    margin: 65px 0;
}
.catalogIndexMiddle img{
    max-width: 100%;
    height: auto;
}

li.subsection {
    width: 25%;
    max-width: 25%;
}

.catalogIndexDescription {
    margin-bottom: 60px;
}

.top-menu.mobile {
    display: none;
}

input.active {
    background: #00ab34;
}
.partners-button.active {
    background-color: #00ab34 !important;
}


.cusDD_default {
    position: relative;
    width: 200px;
    margin: auto;

    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    cursor: pointer;

    text-align: left;
    text-indent: 20px;
}

.cusDD_default .cusDD_select {
    background: #fff;
    border: 1px solid #f0f0f0;
    height: 30px;
    line-height: 30px;
    position: relative;
    z-index: 0;
}
.cusDD_default .cusDD_arrow {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    background: url("http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png") no-repeat;
    background-position: 50% 50%;
}
.cusDD_default .cusDD_arrow.active {
    background: url("http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_up.png") no-repeat;
    background-position: 50% 50%;
}

.cusDD_default .cusDD_options {
    background: #fff;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    position: absolute;
    top: 32px;
    left: 0;
    right: 0;
    z-index: 1;
    display: none;
}

.cusDD_default .cusDD_opt {
    height: 30px;
    line-height: 30px;
    width: 100%;
    display: block;
    border-top: 1px solid #f0f0f0;
}

.cusDD_default .cusDD_opt:hover {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

/** Slick Dark style **/

.cusDD_slick_d {
    position: relative;
    width: 250px;
    margin: auto;

    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    cursor: pointer;

    text-align: left;
    text-indent: 20px;
    color: #000;
}

.cusDD_slick_d .cusDD_select {
    background: rgb(255, 255, 255);
    border: 1px solid #6f98e7;
    height: 40px;
    line-height: 40px;
    position: relative;
    z-index: 0;
    border-radius: 3px;
}
.cusDD_slick_d .cusDD_arrow {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    background: url("http://skyscrapercenter.com/img/chevron-down.png") no-repeat;
    background-size: 60% auto;
    background-position: 50% 50%;
}
.cusDD_slick_d .cusDD_arrow.active {
    background: url("http://skyscrapercenter.com/img/chevron-down.png") no-repeat;
    background-size: 60% auto;
    background-position: 50% 50%;
}

.cusDD_slick_d .cusDD_options {
    background: rgb(255, 255, 255);
    border-left: 1px solid #6f98e7;
    border-right: 1px solid #6f98e7;
    border-bottom: 1px solid #6f98e7;
    position: absolute;
    top: 42px;
    left: 0;
    right: 0;
    z-index: 1;
    display: none;
    border-radius: 0px 0px 4px 4px;
}

.cusDD_slick_d .cusDD_opt {
    height: 40px;
    line-height: 40px;
    width: 100%;
    display: block;
    position: relative;
    transition: 300ms;
    overflow: hidden;
}
.cusDD_slick_d .cusDD_opt:before {
    content: "";
    z-index: -1;
    display: block;
    position: absolute;
    top: 0;
    left: -320px;
    height: inherit;
    width: 300px;
    transform: skew(-30deg);
    background: rgba(111, 152, 231, 0.46);
    border-right: 1px solid #505050;
    transition: 300ms;
}
.cusDD_slick_d .cusDD_opt:hover:before {
    transform: skew(-30deg) translateX(300px);
}

/** Slick Light Style **/

.cusDD_slick_l {
    position: relative;
    width: 250px;
    margin: auto;

    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    cursor: pointer;

    text-align: left;
    text-indent: 20px;
    color: #808080;
}

.cusDD_slick_l .cusDD_select {
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid #c0c0c0;
    height: 40px;
    line-height: 40px;
    position: relative;
    z-index: 0;
}
.cusDD_slick_l .cusDD_arrow {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    background: url("http://skyscrapercenter.com/img/chevron-down.png") no-repeat;
    background-size: 60% auto;
    background-position: 50% 50%;
}
.cusDD_slick_l .cusDD_arrow.active {
    background: url("http://skyscrapercenter.com/img/chevron-down.png") no-repeat;
    background-size: 60% auto;
    background-position: 50% 50%;
}

.cusDD_slick_l .cusDD_options {
    background: rgba(255, 255, 255, 0.4);
    border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    position: absolute;
    top: 42px;
    left: 0;
    right: 0;
    z-index: 1;
    display: none;
}

.cusDD_slick_l .cusDD_opt {
    height: 40px;
    line-height: 40px;
    width: 100%;
    display: block;
    position: relative;
    transition: 300ms;
    overflow: hidden;
}
.cusDD_slick_l .cusDD_opt:before {
    content: "";
    z-index: -1;
    display: block;
    position: absolute;
    top: 0;
    left: -320px;
    height: inherit;
    width: 300px;
    transform: skew(-30deg);
    background: rgba(255, 255, 255, 0.6);
    transition: 300ms;
}
.cusDD_slick_l .cusDD_opt:hover:before {
    transform: skew(-30deg) translateX(300px);
}

/** custom style **/

.custom {
    position: relative;
    width: 250px;
    margin: auto;

    font-family: 'Pacifico', cursive;
    font-size: 16px;
    cursor: pointer;

    text-align: left;
    text-indent: 20px;
    color: #000;
}

@media (max-width: 768px){
        .h2-mainpage{
            font-size: 22px !important;
        }    
    }


.custom .cusDD_select {
    background: url("http://data2.whicdn.com/images/58750873/original.jpg");
    background-size: 100% auto;
    background-position: 0 18px;
    border: 1px solid lavenderblush;
    height: 40px;
    line-height: 40px;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}
.custom .cusDD_arrow {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    background: url("http://cdn.mysitemyway.com/etc-mysitemyway/icons/legacy-previews/icons/glossy-black-icons-animals/012581-glossy-black-icon-animals-animal-cat4.png") no-repeat;
    background-size: 100% auto;
    background-position: 50% 50%;
}
.custom .cusDD_arrow.active {
    background: url("http://static.wixstatic.com/media/667dde_b92ab26894531abe1973a0b39fa239cf.png") no-repeat;
    background-size: 60% auto;
    background-position: 50% 50%;
}

.custom .cusDD_options {
    background: url("https://40.media.tumblr.com/218dac0087fa6edfa81e31caf7a364d6/tumblr_mjortge3Mi1rgpyeqo1_500.png") #fff no-repeat;
    background-size: 100% auto;
    border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    position: absolute;
    top: 42px;
    left: 0;
    right: 0;
    z-index: 1;
    display: none;
    border-radius: 10px;
}

.custom .cusDD_opt {
    height: 40px;
    line-height: 40px;
    width: 100%;
    display: block;
    position: relative;
    transition: 300ms;
    overflow: hidden;
    border-radius: 10px;
}
.custom .cusDD_opt:hover {
    border-radius: 10px;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
}

.additional_description{
    margin-top: 15px;
    margin-bottom: 15px;
}

@media screen and (max-width: 350px){
   .bx-sidebar-block{
    margin-top: 25px;
   }
}

form#one_click_buy-form input.error{
    border: 1px solid #d70303;
}

form#catalog_consultation input.error{
    border: 1px solid #d70303;
}

.slider-container .slick-arrow{
    position: absolute;
    /*top: 40%;*/
    bottom: 18px;
    z-index: 10;
    font-size: 22px;
    height: 35px;
    width: 35px;
    outline: none;
    /*color: #C4C4C4;*/
    color: transparent;
    /*background: rgba(0, 0, 0, 0.3);*/
    background: transparent;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 5px;
    transition: all .3ms;
}

.slider-container .slick-arrow:hover{
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    transition: all .3ms;
}

.slider-container .slick-prev{
    left: calc(50% - 122px);
}

.slider-container .slick-prev:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("/local/templates/kmktradeco/images/home-slide-prev.svg") center no-repeat;
}

.slider-container .slick-prev:hover:after{
    background: url("/local/templates/kmktradeco/images/home-slide-prev-active.svg") center no-repeat;
}

.slider-container .slick-next{
    right: calc(50% - 122px);
}

.slider-container .slick-next:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("/local/templates/kmktradeco/images/home-slide-next.svg") center no-repeat;
}

.slider-container .slick-next:hover:after{
    background: url("/local/templates/kmktradeco/images/home-slide-next-active.svg") center no-repeat;
}

ul.slick-dots{
    position: absolute;
    height: 10px;
    display: flex;
    bottom: 27px;
    left: calc(50% - 30px);
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.slick-dots li{
    width: 10px;
    height: 10px;
    margin-right: 14px;
}
ul.slick-dots li:last-child{
    margin-right: 0;
}
ul.slick-dots li button{
    color: transparent;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 5px;
    width: 10px;
    height: 10px;
    background: #C4C4C4;
    padding: 0;
}
ul.slick-dots li.slick-active button,
ul.slick-dots li button:hover{
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
}

div.home-news.main-news ul.slick-dots li.slick-active button,
div.home-articles.main-articles ul.slick-dots li.slick-active button{
    border: 1px solid #1B469A;
    color: #1B469A;
}

.block-title,
.new-page-title{
    display: flex;
    align-items: center;
    clear: both;
}

.block-title__decor,
.new-page-title_decor{
    display: flex;
    height: 37px;
}

.block-title__decor .line-1,
.new-page-title_decor .line-1{
    width: 3px;
    background: #1B469A;
    margin-right: 5px;
}

.block-title__decor .line-2,
.new-page-title_decor .line-2{
    width: 5px;
    background: #1B469A;
    margin-right: 5px;
}

.block-title__decor .line-3,
.new-page-title_decor .line-3{
    width: 40px;
    background: #1B469A;
}

.block-title__text,
.new-page-title_text{
    font-family: 'Play', sans-serif;
    font-style: normal;
    font-weight: bold;
    /*font-size: 32px;
    line-height: 37px;*/
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0.02em;
    color: #000000;
    padding-left: 17px;
}

.new-page-title{
    margin-bottom: 35px;
}

.new-page-title h1{
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: 0;
}

div.home-catalog,
section.catalog-descripton{
    position: relative;
    margin-top: 35px;
    margin-bottom: 55px;
}

.home-services{
    margin-top: 35px;
    margin-bottom: 32px;
}

.home-bestsellers{
    height: 365px;
    overflow: hidden;
    padding: 75px 20px 55px;
    margin: -40px -20px 55px;
}

.home-bestsellers-slider{
    margin: 0 -10px;
}

.home-bestsellers__item{
    position: relative;
    width: 263px;
    height: 270px;
    background: #FEFEFE;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
    transition: all .4s;
    box-shadow: 0 4px 15px rgba(27, 70, 154, 0.15);
    margin: 5px auto 16px;
}

.home-bestsellers__item_bottom{
    background: #EDF3FB;
    width: 100%;
    height: 108px;
    position: relative;
}

.home-bestsellers__item:hover{
    filter: drop-shadow(0px 4px 24px rgba(27, 70, 154, 0.15));
    transition: all .4s;
}

.home-bestsellers__item:active{
    filter: drop-shadow(0px 4px 24px rgba(27, 70, 154, 0.15));
}

.home-bestsellers__item_img{
    display:flex;
    align-items:center;
    justify-content: center;
    width: 100%;
    height: 162px;
    background: #FFFFFF;
    border-bottom: 1px solid rgba(166, 166, 166, 0.5);
}

.home-bestsellers__item_img img{
    width: 100%;
    height: auto;
}

.home-bestsellers__item_link{
    display: block;
    width: 100%;
    font-family: 'Play', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #606060;
    padding: 13px 26px 0;
    max-height: 52px;
    overflow: hidden;
}

.home-bestsellers__item_link:hover{
    text-decoration: none;
}

.home-bestsellers__item_buttons{
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 0;
    display: flex;
    justify-content: center;
    padding: 0 10px;
}

.home-bestsellers__item_buttons .item_buttons__show{
    display: block;
    width: 122px;
    height: 27px;
    font-family: 'Play', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 27px;
    text-align: center;
    color: #1B469A;
    background: #FFFFFF;
    box-shadow: 0 4px 15px rgba(27, 70, 154, 0.15);
    border-radius: 5px;
    padding: 0 10px;
    letter-spacing: 0.01em;
}

.home-bestsellers__item_buttons .item_buttons__show:hover{
    color: #FFFFFF;
    background: #1B469A;
}

.home-bestsellers__item_buttons .item_buttons__show:active{
    color: #FFFFFF;
    background: #1B469A;
}

.home-bestsellers__item_buttons .item_buttons__buy:hover,
.home-bestsellers__item_buttons .item_buttons__show:hover{
    text-decoration: none;
}

.home-news-articles{
    background: #F7F7F7;
    /*margin-bottom: 106px;*/
}

.home-news-articles--inner{
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
}

.home-news-articles__news .block-title{
    margin-bottom: 32px;
    max-width: 677px;
}

.home-gallery-wrapper{
    padding-top: 55px;
    background: #E5E5E5;
}

.home-news-more,
.home-articles-more{
    display: none;
    width: 12px;
    height: 22px;
    background: url("/local/templates/kmktradeco/images/home-news-more.svg") no-repeat right center;
    margin-left: auto;
}

.main-news ul.slick-dots {
    max-width: 110px;
    height: 22px;
    bottom: auto;
    top: -57px;
    right: 14px;
    left: auto;
}
.main-articles ul.slick-dots{
    max-width: 110px;
    height: 22px;
    bottom: auto;
    top: -61px;
    right: 0;
    left: auto;
}

.main-news ul.slick-dots li,
.main-articles ul.slick-dots li{
    width: 22px;
    height: 22px;
    margin-right: 7px;
}

.main-news ul.slick-dots li:last-child,
.main-articles ul.slick-dots li:last-child{
    margin-right: 0;
}

.main-news ul.slick-dots li button,
.main-articles ul.slick-dots li button{
    width: 22px;
    height: 22px;
    color: #A6A6A6;
    background: none;
    border: 1px solid #A6A6A6;
    line-height: 20px;
}

.home-bestsellers ul.slick-dots {
    max-width: 110px;
    height: 22px;
    bottom: auto;
    top: -62px;
    right: 10px;
    left: auto;
}

.home-bestsellers ul.slick-dots li{
    width: 22px;
    height: 22px;
    margin-right: 7px;
}

.home-bestsellers ul.slick-dots li:last-child{
    margin-right: 0;
}

.home-bestsellers ul.slick-dots li button{
    width: 22px;
    height: 22px;
    color: #A6A6A6;
    background: none;
    border: 1px solid #A6A6A6;
    line-height: 20px;
}

div.home-bestsellers ul.slick-dots li.slick-active button{
    border: 1px solid #1B469A;
    color: #1B469A;
}

.home-recommendations-more{
    font-family: 'Play', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #1B469A;
    /*width: 12px;*/
    height: 22px;
    /*background: url("/local/templates/kmktradeco/images/home-rec-more.svg") no-repeat right 0 top 13px;*/
    margin-left: auto;
    padding: 10px 10px 0 0;
}

.home-recommendations-more:hover{
    text-decoration-line: underline;
}

.home-news-articles__recommendations .block-title{
    margin-bottom: 26px;
    max-width: 677px;
}

.home-news-articles__recommendations .main-news ul.slick-dots{
    display: none!important;
}

.home-advantages{
    background: #F7F7F7;
    padding: 55px 0 60px;
}

.home-catalog-file{
    display: flex;
    justify-content: space-between;
    margin-top: 104px;
    background: #FFFFFF;
    position: relative;
}

.home-catalog-file:after{
    content: '';
    background: #FFFFFF;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: -100%;
}

.home-catalog-file:before{
    content: '';
    background: #FFFFFF;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
}

.home-catalog-file__image img{
    margin-top: -104px;
    margin-bottom: -28px;
}

.home-catalog-file__text{
    width: 484px;
    font-family: 'Play', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    color: #606060;
    letter-spacing: 0.02em;
    margin-top: 63px;
}

.home-catalog-file__link{
    display: block;
    width: 248px;
    height: 47px;
    background: #1B469A;
    border-radius: 5px;
    font-family: 'Play', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 47px;
    text-align: center;
    color: #FFFFFF;
    letter-spacing: 0.02em;
    margin-top: 62px;
}

.home-catalog-file__link:hover{
    text-decoration: none;
    color: #FFFFFF;
    box-shadow: 0px 4px 24px rgba(27, 70, 154, 0.4);
}

.home-catalog-file__link:active{
    background: #11306B;
}

.new-mobile-cont{
    display: none;
    font-family: 'Play', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
}

.services__element{
    width: 356px;
    height: 155px;
    background-color: #E5F0FF;
    border-radius: 10px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    flex-shrink: 0;
    margin-bottom: 23px;
}

.services__element:hover,
.services__element:active{
    filter: drop-shadow(0px 4px 15px rgba(27, 70, 154, 0.25));
}

.services-title{
    width: 195px;
    font-family: 'Play', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 26px;
    color: #606060;
    padding: 25px 32px;
    box-sizing: content-box;
    display: block;
}

.services__first.services__element{
    width: 356px;
    height: 333px;
    background-image: url("/local/templates/kmktradeco/images/services-element1.jpg");
    margin-bottom: 0;
}

.services__element a{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.services__other_1 .services__element:nth-child(1){
    background-image: url("/local/templates/kmktradeco/images/services-element2.jpg");
}
.services__other_1 .services__element:nth-child(2){
    background-image: url("/local/templates/kmktradeco/images/services-element3.jpg");
}
.services__other_2 .services__element:nth-child(1){
    background-image: url("/local/templates/kmktradeco/images/services-element4.jpg");
    margin-bottom: 0;
}
.services__other_2 .services__element:nth-child(2){
    background-image: url("/local/templates/kmktradeco/images/services-element5.jpg");
    margin-bottom: 0;
}

.services-flex{
    display: flex;
    justify-content: space-between;
}

.services__other_1,
.services__other_2{
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.home-presentation-youtube-bg{
    width: 546px;
    height: 463px;
    margin: 42px 83px 8px 0;
    background-image: url("/local/templates/kmktradeco/images/home-youtube-bg.png");
    background-repeat: no-repeat;
    background-position: top 63px left 0;
    flex-shrink: 0;
    float: left;
}

a.home-presentation-youtube{
    display: block;
    width: 100%;
    height: 84%;
    background-image: url("/local/templates/kmktradeco/images/home-youtube.png");
    background-repeat: no-repeat;
    background-position: left 36px center;
}

a.home-presentation-youtube .home-presentation-youtube-icon{
    width: 100%;
    height: 100%;
    background-image: url("/local/templates/kmktradeco/images/home-youtube-icon.svg");
    background-repeat: no-repeat;
    background-position: 52% 46%;
    background-size: 63px;
}

a.home-presentation-youtube:hover .home-presentation-youtube-icon{
    background-image: url("/local/templates/kmktradeco/images/home-youtube-icon-hover.svg");
}

a.home-presentation-youtube:active .home-presentation-youtube-icon{
    background-image: url("/local/templates/kmktradeco/images/home-youtube-icon-active.svg");
}

.footer-item.itb-block a {
    display: flex;
    align-items: center;
}

.footer-item.itb-block a img{
    max-width: 20px;
    max-height: 20px;
    margin-left: 10px;
}

.home_categories_tabs_bg img{
    display: none;
}

html body > div.container{
    overflow: visible;
}

.header_menu__wrapper{
    z-index: 12;
}

header .cities_list{
    z-index: 13;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .home-bestsellers-slider {
        margin: 0 -20px;
    }
    .home-bestsellers ul.slick-dots{
        right: 20px;
    }
    ul.home_categories_tabs__caption{
        overflow-x: auto;
    }
    ul.home_categories_tabs__caption li{
        flex-shrink: 0;
        margin: 3px;
    }
    .services__other .services__element:nth-child(3){
        margin-bottom: 23px;
    }
    .home-presentation-textBlock {
        max-width: 325px;
        margin-bottom: 80px;
    }
    .home-news-articles--inner{
        flex-wrap: wrap;
    }
    .services__first.services__element,
    .services__element{
        width: 300px;
    }
    .home-bestsellers__item{
        width: 283px;
    }
    .home-presentation-textBlock__title br{
        display: none;
    }
    .home-catalog-file__text{
        width: 360px;
    }
    div.home-news.main-news{
        max-width: 475px;
    }
    .main-news ul.slick-dots{
        top: -46px;
        right: 0;
    }
    .main-news ul.slick-dots li:nth-child(3)~*{
        display: none;
    }
    .home-recommendations-more span{
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .block-title__text span{
        display: none;
    }
    ul.home_categories_tabs__caption{
        padding: 0 0 12px;
        overflow-x: auto;
    }
    .home-services img{
        width: 100%;
    }
    .advantages-flex{
        margin: 32px 0 0;
        justify-content: space-between;
    }
    .home-catalog-file{
        flex-wrap: wrap;
        margin: 102px -15px 0;
    }
    .home-news-articles--inner{
        flex-wrap: wrap;
        padding-bottom: 62px
    }
    .home-presentation--flex{
        display: flex;
        flex-wrap: wrap-reverse;
        padding-bottom: 0;
    }
    .home-presentation-textBlock .block-title{
        display: flex;
    }
    div.home-articles.main-articles{
        max-width: 100%;
        margin: 0 0;
    }
    .home-presentation-textBlock{
        max-width: 100%;
    }
    .home-presentation-textBlock__text{
        height: 225px;
    }
    .presentation-video{
        width: 76vw;
        height: 50vw;
        bottom: 0;
        left: 12vw;
        top: auto;
    }
    .home-catalog-file__text{
        margin-top: 0;
        width: auto;
        margin-bottom: 30px;
        text-align: center;
    }
    .header_logo,
    .header_logo img{
        /*width: 77px;*/
        height: 52px;
    }
    .header__middle{
        margin-left: 21px;
    }
    header .city_current{
        color: #A6A6A6;
    }
    .mobile_menu-burger:before, .mobile_menu-burger:after, .mobile_menu-burger > span{
        background: #1B469A;
    }
    .mobile_menu-burger:before{
        height: 3px;
    }
    .mobile_menu-burger > span{
        height: 2px;
    }
    .mobile_menu-burger:after{
        height: 1px;
    }
    .mobile_menu-burger.active:before, .mobile_menu-burger.active:after{
        position: static;
        transform: none;
    }
    .mobile_menu-burger.active > span{
        visibility: visible;
        opacity: 1;
    }
    #header_main-menu li{
        background: #1B469A;
    }
    #header_main-menu li a{
        border-bottom: 1px solid #A6A6A6;
        margin: 0 16px;
        padding: 0;
        box-sizing: border-box;
        width: calc(100% - 32px);
        min-height: 54px;
        font-family: 'Play', sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 21px;
        color: #FFFFFF;
    }
    #header_main-menu > li:nth-child(6) a{
        border-bottom: 1px solid transparent;
    }
    .chevron:before{
        width: 6px;
        height: 6px;
    }
    #header_main-menu > li:active,
    #header_main-menu > li:hover,
    #header_main-menu > li:active > a,
    #header_main-menu > li:hover > a{
        background: #56575c;
    }
    #header_main-menu li.menu-back{
        background: #133577;
    }
    #header_main-menu > li > ul > li:active,
    #header_main-menu > li > ul > li:hover,
    #header_main-menu > li > ul > li:active > a,
    #header_main-menu > li > ul > li:hover > a{
        background: #56575c;
    }
    #header_main-menu > li > ul > li > ul > li:active,
    #header_main-menu > li > ul > li > ul > li:hover,
    #header_main-menu > li > ul > li > ul > li:active > a,
    #header_main-menu > li > ul > li > ul > li:hover > a{
        background: #56575c;
    }
    #header_main-menu > li > ul > li > ul > li > ul > li:active,
    #header_main-menu > li > ul > li > ul > li > ul > li:hover,
    #header_main-menu > li > ul > li > ul > li > ul > li:active > a,
    #header_main-menu > li > ul > li > ul > li > ul > li:hover > a{
        background: #56575c;
    }
    .btn-calc:before{
        background: #606060;
    }
    .mobile-contacts .cont-phone .row_inner{
        display: none;
    }
    .mobile-contacts .cont-phone .mobile-phone-request{
        width: 100%;
        height: 36px;
        background: #A6A6A6;
        border-radius: 5px;
        border: none;
        font-family: 'Play', sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 21px;
        color: #172B85;
        margin-top: 6px;
    }
    .mobile-contacts .cont-phone .mobile-phone-request:after{
        content: 'Заказать звонок';
    }
    .mobile-contacts .cont-phone .mobile-phone-request:before{
        width: 14px;
        height: 14px;
        background: #172B85;
        margin-right: 10px;
        mask: no-repeat center url('/local/templates/kmktradeco/images/mobile-callback.svg');
        -webkit-mask: no-repeat center url('/local/templates/kmktradeco/images/mobile-callback.svg');
    }
    .mobile-contacts .cont-chedule{
        display: none;
    }
    .new-mobile-cont{
        display: block;
    }
    .new-mobile-cont a,
    .new-mobile-cont a:hover,
    .new-mobile-cont a:active{
        text-decoration: none;
        color: #FFFFFF;
    }
    .new-mobile-cont__city{
        padding-left: 26px;
        margin-bottom: 4px;
        background: url("/local/templates/kmktradeco/images/new-mobile-cont-city.svg") no-repeat left 1px center;
    }
    .new-mobile-cont__time{
        padding-left: 26px;
        margin-bottom: 7px;
        background: url("/local/templates/kmktradeco/images/new-mobile-cont-time.svg") no-repeat left;
    }
    .new-mobile-cont__phone{
        padding-left: 26px;
        margin-bottom: 30px;
        font-weight: bold;
        background: url("/local/templates/kmktradeco/images/new-mobile-cont-phone.svg") no-repeat left;
    }
    .mobile-contacts{
        padding: 25px 16px 20px;
    }
    .header-top__wrapper{
        padding: 9px 0 8px;
    }
    .new-home-slider{
        margin: 5px 0 66px;
    }
    div.home-catalog{
        margin-top: 26px;
        margin-bottom: 65px;
    }
    ul.home_categories_tabs__caption li{
        flex-shrink: 0;
        margin: 0 3px;
    }
    .home_categories_tabs--wrapper{
        width: 100%;
        flex-direction: row-reverse;
        flex-wrap: wrap-reverse;
        margin: 5px 0 0;
    }
    .home_categories_tabs__elements,
    .home_categories_tabs_bg{
        width: 100%;
    }
    .home_categories_tabs_bg{
        max-width: none;
    }
    .home_categories_tabs_bg_point{
        background-size: cover;
    }
    .home-gallery .main-gallery-basis.item-0 a.gallery {
        -webkit-transform: none !important;
        -moz-transform:  none !important;
        -ms-transform:  none !important;
        -o-transform:  none !important;
        transform:  none !important;
    }
    .gallery-title{
        width: 250px;
        font-size: 22px;
        line-height: 24px;
        left: 17px;
        bottom: 17px;
    }
    .gallery-arrow{
        right: 16px;
        bottom: 30px;
    }
    .main-gallery__firstItem{
        border-radius: 10px 10px 0 0;
        width: 50%;
        background-size: 210%;
    }
    .main-gallery__firstItem{
        background-size: 215%;
    }
    .main-gallery__item{
        width: 100%;
        overflow: hidden;
    }
    .main-gallery__item:hover{
        background-size: 105%;
    }
    .main-gallery__othertItems{
        width: 50%;
    }
    .home-news-articles{
        margin-bottom: 77px;
    }
    .main-news ul.slick-dots{
        right: 0;
    }
    .main-news ul.slick-dots li:nth-child(3)~*{
        display: none;
    }
    .home-recommendations-more span{
        display: none;
    }
    div.home-news.main-news{
        margin: 0 0 42px;
        max-width: none;
    }
    .home-news-articles__left,
    .home-news-articles__right{
        width: 100%;
    }
    .home-news-articles__recommendations .block-title,
    .home-news-articles__news .block-title{
        margin-bottom: 24px;
        max-width: none;
    }
    .main-news__slide-inner{
        padding-bottom: 0;
    }
    .home-catalog-file__link{
        margin: 0 auto 30px;
    }
    .advantages__item_icon{
        width: 60px;
        min-height: 62px;
        height: auto;
        margin: 0 auto;
    }
    .advantages__item_icon img{
        width: 100%;
        height: auto;
    }
    .advantages__item_name{
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 3px;
    }
    .advantages__item_text{
        font-size: 14px;
        line-height: 16px;
    }
    .home-presentation--wrapper{
        margin-top: 22px;
    }
    .home-presentation-textBlock__more{
        margin-top: 13px;
        background: none;
        font-style: normal;
        font-weight: normal;
        line-height: 16px;
        text-decoration-line: underline;
        color: #1B469A;
        text-align: left;
        height: auto;
    }
    .home-presentation-youtube-bg .block-title{
        display: none;
    }
    .home-presentation-textBlock{
        padding-top: 42px;
    }
    div.home-presentation{
        width: 100%;
        height: 202px;
        margin-top: 60px;
        margin-bottom: 0;
        margin-left: 0;
        background-image: url('/local/templates/kmktradeco/images/presentation-bg-mobile.png');
        background-position: bottom center;
    }
    .home-bestsellers > div{
        overflow-x: auto;
        flex-shrink: 0;
        margin: 0;
    }
    .home-bestsellers__item{
        width: 238px;
        margin-right: 18px;
        flex-shrink: 0;
    }
    .home-bestsellers__item_buttons{
        bottom: 25px;
    }
    .home-bestsellers__item_buttons .item_buttons__buy,
    .home-bestsellers__item_buttons .item_buttons__show{
        width: 105px
    }
    .home-bestsellers{
        position: relative;
    }
    .home-bestsellers ul.slick-dots{
        right: 100px;
    }
    .home-services {
        margin: 26px 0 66px;
    }
    .services__other_1{
        width: calc(50% - 10px);
    }
    .services__other_2{
        width: 100%;
        justify-content: space-between;
    }
    .services__first.services__element{
        width: calc(50% - 10px);
        margin-bottom: 23px;
    }
    .services__element{
        width: 100%;
        background-position: top 40% right;
    }
    .services__other_2 .services__element{
        width: calc(50% - 10px);
    }
    .services__other .services__element:nth-child(3){
        margin-bottom: 23px;
    }
    .services-flex{
        flex-wrap: wrap;
    }
    .home-news-more, .home-articles-more,
    .home-recommendations-more{
        margin-right: 0;
    }
    .home-recommendations-more{
        background: none;
        padding: 5px 0 0 0;
    }
    .main-news__item{
        width: 96%;
        height: 171px;
    }
    .main-news__item_title{
        font-size: 22px;
        line-height: 22px;
        left: 27px;
        bottom: 28px;
        max-width: 210px;
    }
    .main-advantages ul.slick-dots{
        bottom: -20px;
    }
    .main-advantages ul.slick-dots li.slick-active button, .main-advantages ul.slick-dots li button:hover{
        background: #1B469A;
        border: 1px solid #1B469A;
    }
    div.main-advantages{
        max-width: 100%;
    }
    div.main-advantages .advantages-flex.slick-initialized{
        overflow-x: visible;
    }
    .home-presentation-youtube-bg{
        width: 100%;
        height: 202px;
        margin: 0;
        background-position: top right 80px;
    }
    a.home-presentation-youtube{
        height: 100%;
        background-image: url('/local/templates/kmktradeco/images/home-youtube-mobile.png');
        background-position: bottom center;
        margin-left: 10px;
    }
    a.home-presentation-youtube .home-presentation-youtube-icon{
        margin-left: -14px;
        background-image: url('/local/templates/kmktradeco/images/home-youtube-icon-mobile.svg');
        background-position: bottom 45px center;
    }
    a.home-presentation-youtube:hover .home-presentation-youtube-icon{
        background-image: url('/local/templates/kmktradeco/images/home-youtube-icon-hover-mobile.svg');
    }
    a.home-presentation-youtube:active .home-presentation-youtube-icon{
        background-image: url('/local/templates/kmktradeco/images/home-youtube-icon-active-mobile.svg');
    }
    div.main-advantages .advantages-flex.slick-initialized .slick-slide > div > div{
        margin: 0 auto;
    }
    .main-gallery-container{
        justify-content: space-between!important;
        display: block!important;
    }
    .home-bestsellers-slider{
        width: 800px;
        position: absolute;
        left: 16px;
    }
    .advantages__item_name span.dn{
        font-size: inherit;
        line-height: inherit;
    }
    ul.home_categories_tabs__caption li:hover,
    ul.home_categories_tabs__caption li:active{
        background: inherit;
        box-shadow: none;
        border: inherit;
        color: inherit;
    }
    ul.home_categories_tabs__caption li.active {
        background: #1B469A!important;
        border: 1px solid #1B469A!important;
        color: #FFFFFF!important;
    }
}

@media (max-width: 767px) {
    img.company-img{
        max-width: 100%;
        height: auto;
    }
    .banner-botton a.left-link{
        padding: 5px 10px;
    }
    .banner-botton a.right-link{
        padding: 5px 10px;
    }
    .block-title__text,
    .new-page-title_text{
        font-size: 20px;
        line-height: 23px;
    }
    .block-title__text span{
        display: none;
    }
    ul.home_categories_tabs__caption{
        padding: 0 0 12px;
        overflow-x: auto;
        margin: 0 -3px;
    }
    .home-services img{
        width: 100%;
    }
    .advantages-flex{
        margin: 18px 0 0;
    }
    .home-catalog-file{
        flex-wrap: wrap;
        margin: 72px -15px 0;
    }
    .home-catalog-file:before,
    .home-catalog-file:after{
        content: none;
    }
    .home-news-articles--inner{
        flex-wrap: wrap;
        padding-bottom: 62px
    }
    .home-presentation--flex{
        display: flex;
        flex-wrap: wrap-reverse;
        padding-bottom: 0;
    }
    div.home-articles.main-articles{
        max-width: 100%;
        margin: 0 0;
    }
    .presentation-video{
        width: 76vw;
        height: 50vw;
        bottom: 0;
        left: 12vw;
        top: auto;
    }
    .home-catalog-file__image,
    .home-catalog-file__image img{
        width: 100%;
    }
    .home-catalog-file__image img{
        margin-top: -36px;
        margin-bottom: -5px;
    }
    .home-catalog-file__text{
        display: none;
    }
    .home-presentation-textBlock__title{
        width: 100%;
        font-size: 18px;
        line-height: 24px;
        margin-top: 30px;
        margin-bottom: 32px;
        letter-spacing: 0.01em;
    }
    .home-presentation-textBlock__title br{
        display: none;
    }
    .home-presentation-textBlock__text{
        width: 100%;
        font-size: 14px;
        line-height: 20px;
    }
    .header_logo,
    .header_logo img{
        /*width: 77px;*/
        height: 52px;
    }
    .header__middle{
        margin-left: 21px;
    }
    header .city_current{
        color: #A6A6A6;
    }
    .mobile_menu-burger:before, .mobile_menu-burger:after, .mobile_menu-burger > span{
        background: #1B469A;
    }
    .mobile_menu-burger:before{
        height: 3px;
    }
    .mobile_menu-burger > span{
        height: 2px;
    }
    .mobile_menu-burger:after{
        height: 1px;
    }
    .mobile_menu-burger.active:before, .mobile_menu-burger.active:after{
        position: static;
        transform: none;
    }
    .mobile_menu-burger.active > span{
        visibility: visible;
        opacity: 1;
    }
    #header_main-menu li{
        background: #1B469A;
    }
    #header_main-menu li a{
        border-bottom: 1px solid #A6A6A6;
        margin: 0 16px;
        padding: 0;
        box-sizing: border-box;
        width: calc(100% - 32px);
        min-height: 54px;
        font-family: 'Play', sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 21px;
        color: #FFFFFF;
    }
    #header_main-menu > li:nth-child(6) a{
        border-bottom: 1px solid transparent;
    }
    .chevron:before{
        width: 6px;
        height: 6px;
    }
    #header_main-menu > li:active,
    #header_main-menu > li:hover,
    #header_main-menu > li:active > a,
    #header_main-menu > li:hover > a{
        background: #56575c;
    }
    #header_main-menu li.menu-back{
        background: #133577;
    }
    #header_main-menu > li > ul > li:active,
    #header_main-menu > li > ul > li:hover,
    #header_main-menu > li > ul > li:active > a,
    #header_main-menu > li > ul > li:hover > a{
        background: #56575c;
    }
    #header_main-menu > li > ul > li > ul > li:active,
    #header_main-menu > li > ul > li > ul > li:hover,
    #header_main-menu > li > ul > li > ul > li:active > a,
    #header_main-menu > li > ul > li > ul > li:hover > a{
        background: #56575c;
    }
    #header_main-menu > li > ul > li > ul > li > ul > li:active,
    #header_main-menu > li > ul > li > ul > li > ul > li:hover,
    #header_main-menu > li > ul > li > ul > li > ul > li:active > a,
    #header_main-menu > li > ul > li > ul > li > ul > li:hover > a{
        background: #56575c;
    }
    .btn-calc:before{
        background: #606060;
    }
    .mobile-contacts .cont-phone .row_inner{
        display: none;
    }
    .mobile-contacts .cont-phone .mobile-phone-request{
        width: 100%;
        height: 36px;
        background: #A6A6A6;
        border-radius: 5px;
        border: none;
        font-family: 'Play', sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 21px;
        color: #172B85;
        margin-top: 6px;
    }
    .mobile-contacts .cont-phone .mobile-phone-request:after{
        content: 'Заказать звонок';
    }
    .mobile-contacts .cont-phone .mobile-phone-request:before{
        width: 14px;
        height: 14px;
        background: #172B85;
        margin-right: 10px;
        mask: no-repeat center url('/local/templates/kmktradeco/images/mobile-callback.svg');
        -webkit-mask: no-repeat center url('/local/templates/kmktradeco/images/mobile-callback.svg');
    }
    .mobile-contacts .cont-chedule{
        display: none;
    }
    .new-mobile-cont{
        display: block;
    }
    .new-mobile-cont a,
    .new-mobile-cont a:hover,
    .new-mobile-cont a:active{
        text-decoration: none;
        color: #FFFFFF;
    }
    .new-mobile-cont__city{
        padding-left: 26px;
        margin-bottom: 4px;
        background: url("/local/templates/kmktradeco/images/new-mobile-cont-city.svg") no-repeat left 1px center;
    }
    .new-mobile-cont__time{
        padding-left: 26px;
        margin-bottom: 7px;
        background: url("/local/templates/kmktradeco/images/new-mobile-cont-time.svg") no-repeat left;
    }
    .new-mobile-cont__phone{
        padding-left: 26px;
        margin-bottom: 30px;
        font-weight: bold;
        background: url("/local/templates/kmktradeco/images/new-mobile-cont-phone.svg") no-repeat left;
    }
    .mobile-contacts{
        padding: 25px 16px 20px;
    }
    .header-top__wrapper{
        padding: 9px 0 8px;
    }
    ul.slick-dots li button{
        width: 3px;
        height: 3px;
    }
    ul.slick-dots li{
        width: 3px;
        height: 3px;
        margin-right: 4px;
    }
    ul.slick-dots{
        bottom: 40px;
        height: 3px;
        left: calc(50% - 12px);
    }
    .new-home-slider{
        margin: 5px 0 30px;
    }
    .block-title__decor,
    .new-page-title_decor{
        height: 23px;
    }
    .block-title__decor .line-1,
    .new-page-title_decor .line-1{
        width: 2px;
    }
    .block-title__decor .line-2,
    .new-page-title_decor .line-2{
        width: 3px;
    }
    .block-title__decor .line-3,
    .new-page-title_decor .line-3{
        width: 25px;
    }
    div.home-catalog{
        margin-top: 18px;
        margin-bottom: 45px;
    }
    ul.home_categories_tabs__caption li{
        margin: 0 3px;
        height: 29px;
        font-size: 16px;
        line-height: 26px;
        padding: 0 23px;
        flex-grow: 2;
        flex-shrink: 0;
        letter-spacing: 0.01em;
    }
    ul.home_categories_tabs__caption li:hover,
    ul.home_categories_tabs__caption li:active{
        background: inherit;
        box-shadow: none;
        border: inherit;
        color: inherit;
    }
    ul.home_categories_tabs__caption li.active {
        background: #1B469A!important;
        border: 1px solid #1B469A!important;
        color: #FFFFFF!important;
    }
    .home_categories_tabs__content.active ul li a:hover{
        background: none;
        color: #A6A6A6;
        box-shadow: none;
    }
    .home_categories_tabs--wrapper{
        flex-direction: row-reverse;
        flex-wrap: wrap-reverse;
        margin: 5px 0 0;
    }
    .home_categories_tabs__elements,
    .home_categories_tabs_bg{
        width: 100%;
    }
    .home_categories_tabs_bg{
        background: none;
        min-height: auto;
    }
    .home_categories_tabs_bg img{
        display: block;
    }
    .home_categories_tabs__content{
        padding: 20px 12px;
    }
    .home_categories_tabs__content__cat-title{
        font-size: 18px;
        line-height: 26px;
        padding-left: 12px;
        margin-top: 0;
        margin-bottom: 12px;
    }
    .home_categories_tabs__content__cat-title:after{
        background-size: 10px 7px;
        height: 24px;
        right: -18px;
    }
    .home_categories_tabs__content-inner:after{
        content: none;
    }
    .home-more-cats{
        font-family: 'Play', sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 0.01em;
        text-decoration-line: underline;
        color: #1B469A;
        padding-left: 12px;
        margin-top: 26px;
    }
    .home_categories_tabs__content.active ul li{
        margin-bottom: 0;
    }
    .home_categories_tabs__content-inner{
        overflow: visible;
    }
    .home_categories_tabs__content.active ul li a{
        padding: 7px 12px;
        font-size: 16px;
    }
    .home_categories_tabs_bg_point{
        width: 34px;
        height: 34px;
        background-size: cover;
    }
    .main-gallery a.main-link span{
        display: none;
    }
    .home-gallery .main-gallery-basis.item-0 a.gallery {
        -webkit-transform: none !important;
        -moz-transform:  none !important;
        -ms-transform:  none !important;
        -o-transform:  none !important;
        transform:  none !important;
    }
    .gallery-title{
        width: 198px;
        font-size: 18px;
        line-height: 20px;
        letter-spacing: 0.01em;
        left: 17px;
        bottom: 17px;
    }

    .gallery-arrow{
        right: 16px;
        bottom: 30px;
    }
    .home-news-articles{
        /*margin-bottom: 77px;*/
    }
    .main-news ul.slick-dots{
        overflow: hidden;
        top: -46px;
        right: 0;
    }
    .main-news ul.slick-dots li:nth-child(3)~*{
        display: none;
    }
    .home-recommendations-more span{
        display: none;
    }
    div.home-news.main-news{
        margin: 0 0 45px;
        max-width: none;
    }
    .main-news ul.slick-dots li:last-child{
        margin-right: 0;
    }
    .home-news-articles__left,
    .home-news-articles__right{
        width: 100%;
    }
    .home-news-articles__recommendations .block-title,
    .home-news-articles__news .block-title{
        margin-bottom: 24px;
        max-width: none;
    }
    .main-news__slide-inner{
        padding-bottom: 0;
    }
    .home-catalog-file__link{
        width: calc(100% - 30px);
        margin: 0 15px 30px;
        font-size: 20px;
        text-align: center;
        letter-spacing: 0.01em;
        height: 42px;
        line-height: 42px;
    }
    .advantages__item_icon{
        width: 50px;
        height: auto;
        margin: 0 10px 0 0;
    }
    .advantages__item_icon img{
        width: 100%;
        max-width: 38px;
        height: auto;
    }
    .advantages__item_name{
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 3px;
    }
    .advantages__item_text{
        font-size: 9px;
        line-height: 10px;
    }
    .advantages__item_name span.dn{
        font-size: inherit;
        line-height: inherit;
    }
    .advantages__item{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .home-presentation--wrapper{
        margin-top: 20px;
    }
    .home-presentation-textBlock{
        padding: 18px 36px 0 0;
    }
    .home-presentation-youtube-bg .block-title{
        display: none;
    }
    .home-presentation-textBlock .block-title{
        display: flex;
    }
    .home-presentation-textBlock__more{
        margin-top: 13px;
        background: none;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 16px;
        text-decoration-line: underline;
        color: #1B469A;
        text-align: left;
        height: auto;
    }
    div.home-presentation{
        width: 100%;
        height: 202px;
        margin-top: 60px;
        margin-bottom: 0;
        margin-left: 0;
        background-image: url('/local/templates/kmktradeco/images/presentation-bg-mobile.png');
        background-position: bottom center;
    }
    .home-bestsellers ul.slick-dots{
        display: none;
    }
    .home-bestsellers__item{
        width: 230px;
        height: 230px;
        flex-shrink: 0;
    }
    .home-bestsellers__item_img{
        height: 138px
    }
    .home-bestsellers__item_bottom{
        height: 92px;
    }
    .home-bestsellers__item_buttons{
        bottom: 13px;
    }
    .home-bestsellers-slider{
        width: 480px;
        position: absolute;
        left: 16px;
        margin: 0;
    }
    .home-bestsellers{
        margin-bottom: 0;
        position: relative;
    }
    .home-services {
        margin: 18px 0 45px;
    }
    .home-catalog-file__content{
        width: 100%;
    }
    .services-flex{
        flex-wrap: wrap;
    }
    .services__first.services__element,
    .services__element,
    .services__other .services__element:nth-child(3),
    .services__other .services__element:nth-child(4){
        margin-bottom: 10px;
    }
    .services__first.services__element,
    .services__element{
        width: 100%;
    }
    .services-title{
        width: 148px;
        font-size: 18px;
        line-height: 20px;
        padding: 16px 23px;
    }
    .main-articles ul.slick-dots{
        top: -52px;
    }
    .home-news-more, .home-articles-more,
    .home-recommendations-more{
        margin-right: 15px;
    }
    .home-recommendations-more{
        /*background: url('/local/templates/kmktradeco/images/home-rec-more.svg') no-repeat right 0 top 10px;*/
        padding: 5px 0 0 0;
        margin-right: 0;
    }
    .main-news__item{
        width: 100%;
        height: 171px;
    }
    .main-news__item_title{
        font-size: 22px;
        line-height: 22px;
        left: 27px;
        bottom: 28px;
        max-width: 210px;
    }
    .main-advantages ul.slick-dots{
        bottom: -13px;
    }
    .main-advantages ul.slick-dots li.slick-active button, .main-advantages ul.slick-dots li button:hover{
        background: #1B469A;
        border: 1px solid #1B469A;
    }
    div.main-advantages{
        max-width: 100%;
    }
    div.main-advantages .advantages-flex{
        overflow-x: hidden;
    }
    div.main-advantages .advantages-flex.slick-initialized{
        overflow-x: visible;
    }
    .main-gallery-container{
        width: calc(100% - 30px)!important;
    }
    .home-presentation-youtube-bg{
        width: 100vw;
        height: 155px;
        margin: 0 -15px;
        background-image: url('/local/templates/kmktradeco/images/home-youtube-mobile-bg.png');
        background-position: bottom center;
        overflow-x: hidden;
    }
    a.home-presentation-youtube{
        height: 100%;
        background-image: url('/local/templates/kmktradeco/images/home-youtube-mobile.png');
        background-position: bottom center;
        margin-left: 10px;
    }
    a.home-presentation-youtube .home-presentation-youtube-icon{
        margin-left: -12px;
        background-image: url('/local/templates/kmktradeco/images/home-youtube-icon-mobile.svg');
        background-position: bottom 55px center;
        background-size: 39px;
    }
    a.home-presentation-youtube:hover .home-presentation-youtube-icon{
        background-image: url('/local/templates/kmktradeco/images/home-youtube-icon-hover-mobile.svg');
    }
    a.home-presentation-youtube:active .home-presentation-youtube-icon{
        background-image: url('/local/templates/kmktradeco/images/home-youtube-icon-active-mobile.svg');
    }
    div.main-advantages .advantages-flex.slick-initialized .slick-slide > div > div{
        margin: 0 auto;
    }
    .new-home-slider .slider-container{
        margin-right: -15px;
        margin-left: -15px;
    }
    .services__other_2 .services__element:nth-child(1){
        margin-bottom: 10px;
    }
    .services__other_1, .services__other_2{
        width: 100%;
    }
    .home-advantages{
        padding: 45px 0 56px;
    }
    .home_categories_tabs__caption{
        scrollbar-width: inherit;          /* "auto" или "thin"  */
        scrollbar-color: inherit;
    }
    .home_categories_tabs__caption::-webkit-scrollbar {
        height: inherit;
    }

    .home_categories_tabs__caption::-webkit-scrollbar-track {
        background: inherit;
        box-shadow: inherit;
        border-radius: inherit;
    }

    .home_categories_tabs__caption::-webkit-scrollbar-thumb {
        background: inherit;
        border-radius: inherit;
    }
    ul.home_categories_tabs__caption li.active:hover{
        box-shadow: none;
    }
    .main-gallery__item .gallery-title{
        width: 50%;
    }
    .main-gallery--wrapper{
        width: 100%;
    }
    .main-gallery__item{
        overflow: hidden;
        background-size: 115%;
    }
    .home_categories_tabs__content.active ul li a:focus{
        color: #000000;
        text-decoration: none;
        box-sizing: border-box;
        background: #E5E5E5;
        box-shadow: inset 2px 2px 3px rgb(0 0 0 / 10%);
        border-radius: 5px;
    }
}

.services__element{
    position: relative;
}

.services__element .services__element__popup{
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    background: #fff;
    font-size: 14px;
    line-height: 16px;
    color: #A6A6A6;
    border-radius: 0px 12px 12px 12px;
    padding: 7px 7px 10px 17px;
    width: 148px;
    text-align: left;
    transform: translate(-50%, -50%);
}

.services__element:hover .services__element__popup{
    display: block;
}

select.callback_imput{
    width: 100%;
    border: 1px solid #1b469a;
    border-radius: 3px;
    padding: 6px 20px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .bread-crumbs {
        display: none;
    }
    .new-page-title {
        padding-top: 35px;
    }
}

.modal-alert{
    display: none;
    /*width: 300px;*/
    /*height: 277px;*/
    width: 250px;
    height: auto;
    -webkit-box-shadow: 0px 4px 24px rgba(27, 70, 154, 0.15);
    -moz-box-shadow: 0px 4px 24px rgba(27, 70, 154, 0.15);
    box-shadow: 0px 4px 24px rgba(27, 70, 154, 0.15);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9999;
    overflow: hidden;
}

.modal-alert--inner{
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    -webkit-box-shadow: inset 0px 2px 10px rgba(27, 70, 154, 0.1);
    -moz-box-shadow: inset 0px 2px 10px rgba(27, 70, 154, 0.1);
    box-shadow: inset 0px 2px 10px rgba(27, 70, 154, 0.1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    /*padding: 30px 25px;*/
    padding: 25px 10px;
    position: relative;
}

.modal-alert__close{
    width: 16px;
    height: 16px;
    top: 10px;
    right: 10px;
    border: 1px solid #A6A6A6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
}

.modal-alert__title{
    font-family: 'Play', sans-serif;
    font-style: normal;
    font-weight: 700;
    /*font-size: 18px;*/
    /*line-height: 21px;*/
    font-size: 13px;
    line-height: 15px;
    color: #1B469A;
    margin-bottom: 15px;
    text-align: center;
}

.modal-alert__text{
    font-family: 'Play', sans-serif;
    font-style: normal;
    font-weight: 400;
    /*font-size: 14px;*/
    /*line-height: 18px;*/
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #000000;
    /*margin-bottom: 18px;*/
    margin-bottom: 15px;
}

.modal-alert__text span{
    font-weight: 700;
    color: #1B469A;
}

.modal-alert__city{
    font-family: 'Play', sans-serif;
    font-style: normal;
    font-weight: 400;
    /*font-size: 16px;*/
    /*line-height: 18px;*/
    font-size: 12px;
    line-height: 18px;
    color: #000000;
    margin-bottom: 4px;
    padding-left: 18px;
    position: relative;
}

.modal-alert__city:before{
    content: '';
    width: 12px;
    height: 16px;
    top: 0;
    left: 0;
    background-image: url("/local/templates/kmktradeco/images/modal-alert-address.svg");
    background-repeat: no-repeat;
    position: absolute;
}

.modal-alert__city span{
    font-weight: 700;
}

.modal-alert__bottom__title{
    font-family: 'Play', sans-serif;
    font-style: normal;
    font-weight: 700;
    /*font-size: 16px;*/
    /*line-height: 19px;*/
    font-size: 13px;
    line-height: 15px;
    color: #1B469A;
    margin-bottom: 10px;
}

.modal-alert__bottom__time{
    font-family: 'Play', sans-serif;
    font-style: normal;
    font-weight: 700;
    /*font-size: 16px;*/
    /*line-height: 18px;*/
    font-size: 13px;
    line-height: 15px;
    color: #000000;
    padding-left: 29px;
    position: relative;
}

.modal-alert__bottom__time:before{
    content: '';
    width: 15px;
    height: 15px;
    top: 2px;
    left: 0;
    background-image: url("/local/templates/kmktradeco/images/modal-alert-time.svg");
    background-repeat: no-repeat;
    position: absolute;
}

.modal-alert__cities-times{
    padding-left: 25px;
    /*margin-bottom: 24px;*/
    margin-bottom: 15px;
}

.modal-alert__bottom{
    padding-left: 25px;
}

.modal-alert__close__line1, .modal-alert__close__line2{
    width: 10px;
    height: 1px;
    background-color: #A6A6A6;
    position: absolute;
}

.modal-alert__close__line1{
    bottom: 7px;
    left: 2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modal-alert__close__line2{
    bottom: 7px;
    right: 2px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
#footer {
    margin-top: auto;
}

.new-home-slider ul.slick-dots{
    left: 50%;
    transform: translateX(-50%);
}

.whatsapp-fixed{
    position: fixed;
    bottom: 80px;
    right: 80px;
    z-index: 999;
    transition: all .5s;
}

.blob {
    background: black;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    margin: 10px;
    height: 64px;
    width: 64px;
    transform: scale(1);
    animation: pulse-black 2s infinite;
}

@keyframes pulse-black {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.blob-green {
    background: rgba(103, 212, 73, 1);
    box-shadow: 0 0 0 0 rgba(103, 212, 73, 1);
    animation: pulse-green 2s infinite;
}

@keyframes pulse-green {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(103, 212, 73, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(103, 212, 73, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(103, 212, 73, 0);
    }
}

.blob-whatsapp{
    display: block;
    height: 64px;
    width: 64px;
    background-image: url("/local/templates/kmktradeco/images/blob-whatsapp.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
}

.whatsapp-fixed:hover{
    transform: scale(1.1);
    transition: all .5s;
}

@media (min-width: 768px) and (max-width: 991px) {
    .whatsapp-fixed{
        bottom: 60px;
        right: 30px;
    }
}


@media (max-width: 767px) {
    .whatsapp-fixed{
        bottom: 30px;
        right: 10px;
    }

    .blob-whatsapp{
        height: 60px;
        width: 60px;
    }
}
