html{
    overflow: auto!important;
}
h2 {
    font-size: 1.866em;
    line-height: 28px;
    margin: 40px 0 26px;
    margin-top:0;
}
h1.title_block{
    color:white;
}
.clearfix {
    overflow: unset!important;
}
.flexbox{
    display:flex;
    flex-wrap:wrap;
}

h3 {
    font-size: 1.6em;
    line-height: 24px;
    margin: 40px 0 26px;
    margin-top:0;
}
h4 {
    font-size: 1.33em;
    line-height: 20px;
    margin: 40px 0 26px;
    font-weight: bold;
}
h5 {
    font-size: 1.2em;
    line-height: 22px;
    margin: 40px 0 26px;
}
.main-page__about-text{
    color: #fff;
}
button, input[type='submit'], input[type='button'], .basket_button, .basket_button span {
    text-transform: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
.btn {
    font-size: 13px;
    line-height: 18px;
    font-weight: normal;
    text-transform: none;
    text-decoration: none;
    margin: 0px;
    border: 1px solid;
    border-radius: 2px;
    padding: 7px 18px 9px;
    overflow: hidden;
    transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
}
.btn {
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.btn:focus {
    border-color: #300052;
    border-width:1px;
    outline: 0;
}
.text_before_items, .text_before_items p {
    color: #555;
}
.group-content .tab-pane .text_before_items {
    margin-bottom: 30px;
}
.button-16{
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: 0.32px;
}
.btn-light {
	border: 1px solid #C5CAD3;
	background: #fff;
}
p {
    margin: 0px 0px 20px;
    line-height: 1.2;
}
p.button-12, p.button-14, p.button-16{
    margin:0;
}
p.text-14, p.text-12, p.text-16{
    margin:0;
}

.list-type-block.item-views .item .title {
    margin-bottom: 28px;
    color: #333;
}
.item-views.list .item .title {
    font-size: 16px;
}
.item-views .item .title {
    font-weight: bold;
    margin-bottom: 6px;
}
.text_before_items hr {
    margin: 31px 0 38px;
}
hr.long {
    margin: 35px 0px 30px;
}
hr {
    padding: 0px;
    margin: 20px 0px;
    height: 1px;
}
hr {
    border: 0;
    height: 1px;
    margin: 20px 0;
    background: #f0f0f0;
}


@media (max-width: 564px) {
    .header {
        height: 145px;
    }
    .header__search {
        display: block;
        position: absolute;
        width: auto;
        top: 80px;
        left: 15px;
        right: 15px;
    }
    .main-page {
        margin: 160px 0 0 0;
    }
    .page {
        margin: 160px 0 0 0;
    }
}
@media (max-width: 992px) {
    .breadcrumbs__item {
        height: 18px;
    }
    .modal-header-more.active {
        display: block!important;
    }
}
@media (min-width: 992px) {
    .modal-header-more.active {
        display: none!important;
    }
}
h1.no-top-space, h2.no-top-space, h3.no-top-space, h4.no-top-space, h5.no-top-space, h6.no-top-space {
    margin-top: 0px;
}
.jqmOverlay {
    background: #3a3f44;
    opacity: .7 !important;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 50;
    /*display: none;*/
}

.auth-popup-area{
    display: none;
}
.auth-popup-flex
{
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}

.auth_popup{
    position: relative;
    width: 374px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 5px;
    -moz-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
}


.auth_popup .close {
    right: 25px;
    top: 20px;
    margin: 0;
    position: absolute;
    right: 33px;
    top: 37px;
    cursor: pointer;
    z-index: 2;

}

.auth_popup .close i {
    display: block;
    border-radius: 0px;
    width: 14px;
    height: 14px;
    opacity: 1;
}
.header__menu-category-item.hidden{
    display: none;
}
.header__menu-category-item.show{
    display: block;
}


.btn-inline { cursor: pointer; white-space: nowrap; }
.btn-inline i { margin: 0 14px; }
.btn-inline.rounded i { margin: 0 8px;  border-radius: 50%; width: 18px; text-align: center; height: 18px; line-height: 18px;position:relative;top:1px; }
.btn-inline.rounded i:before { margin-left: 1px; }
.bx-firefox .btn-inline.rounded i:before { margin-left: 0px; }
.btn-inline.rounded:hover i { color: #fff; background: #312783;}
.btn-inline:hover { color: #222;  }


.styled-block{border-left:2px solid;background:url('images/background.png') #f5f5f5 0 0 repeat;color:#555555;margin-bottom:40px;clear:both;margin-top:30px;padding:37px 50px;font-size:15px;}
.order-block{background:#fbfbfb;border:1px solid #f5f5f5;color:#555555;clear:both;font-size:1em;margin:35px 0 51px;width:100%;}
.order-block .row{margin:0;}
.order-block .row > div{text-align:center;padding: 41px 0 40px;min-height:83px;}
.order-block  td{padding:41px 0px;vertical-align:top;}
.order-block  td .btns{text-align:center; padding: 0 30px;}
.order-block  .btn{margin:0;}
.order-block .text{padding:0px 0px 0px 128px;min-height: 54px;line-height:24px;color:#222;text-align:left;position:relative;}
.order-block .text:before{content:"";background:url(images/svg/next.svg) -405px -211px no-repeat;display:block;width:48px;height:58px;position:absolute;top:39px;top:-2px;left:50px;}
.order-block .text h1, .order-block .text h2, .order-block .text h3, .order-block .text h4, .order-block .text h5, .order-block .text h6 {color:#333333;margin-bottom:5px;margin-top:0px;}
.styled-block .row > div, .order-block .row > div{/*float:left;*/display: table-cell;vertical-align:middle;}
.styled-block .row > div.col-md-3, .order-block .row > vib.col-md-3{text-align:center;}
.styled-block .row > div.col-md-3 .btn, .order-block .row > vib.col-md-3 .btn{position:relative;margin:0;}

.order-block.noicons .text:before{display:none;}
.order-block.noicons .text{min-height:auto;padding-left:30px;}
.order-block.noicons td{vertical-align:middle;}

.introtext {padding: 0px 0px 20px;font-size: 1.200em;color: #222222;border-bottom: 2px solid  #de002b; line-height: 1.6em;margin-bottom: 40px;position:relative;}

.fa.big-icon { height: 54px; width: 54px;  line-height: 54px; font-size: 29px;  border-radius: 50%; background: #666; color: #fff; text-align: center; }
.fa.big-icon.grey { color: #222;}
.fa.big-icon.s50 { height: 50px; width: 50px;  line-height: 50px; font-size: 29px; }
.fa.big-icon.s45 { height: 45px; width: 45px;  line-height: 45px; font-size: 25px; }
.fa.big-icon.s40 { height: 40px; width: 40px;  line-height: 40px; font-size: 22px; }
.fa.big-icon.s35 { height: 35px; width: 35px;  line-height: 35px; font-size: 19px; }
.fa.big-icon.s30 { height: 30px; width: 30px;  line-height: 30px; font-size: 17px; }
.fa.big-icon.s25 { height: 25px; width: 25px;  line-height: 25px; font-size: 13px; }

/* .icon-text /info/more/icons/ */
.icon-text { padding: 0 20px; height: 54px; line-height: 54px;  display: inline-block;  border-radius: 27px; white-space: nowrap;  }
.icon-text .fa { font-size: 30px; margin-top: -7px; vertical-align: middle; margin-right: 10px; }

a.icon-text:hover { color: #fff; text-decoration: underline; }
a.icon-text:focus { color: #fff; }

.icon-text.s50 { padding: 0 18px; height: 50px; line-height: 50px; }
.icon-text.s50 .fa {  margin-top: -2px; font-size: 26px; margin-right: 6px;  }

.icon-text.s45 { height: 45px; line-height: 45px; }
.icon-text.s45 .fa { margin-top: -2px;  font-size: 22px; margin-right: 4px;  }

.icon-text.s40 {  padding: 0 16px; height: 40px; line-height: 40px; }
.icon-text.s40 .fa { font-size: 22px;     margin-top: -4px; margin-right: 4px;  }

.icon-text.s35 { padding: 0 14px; height: 35px; line-height: 33px; }
.icon-text.s35 .fa { margin-top: 0;  font-size: 18px; margin-right: 4px;  }

.icon-text.s30 { padding: 0 12px; height: 30px; line-height: 30px; font-size: 13px; line-height: 29px; }
.icon-text.s30 .fa { margin-top: 0;  font-size: 15px; margin-right: 2px;     line-height: 13px;  }

.icon-text.s25 { padding: 0 9px;  height: 25px; font-size: 13px; line-height: 24px; }
.icon-text.s25 .fa { margin-top: 0;  font-size: 14px; margin-right: 2px;     line-height: 13px;  }

.popup .close i, .popup-window-close-icon.popup-window-titlebar-close-icon:after {
    background: url(../images/svg/close_icons.svg) -1px -59px no-repeat!important;
}
#compareList7BAowd{
    display:none!important;
}
.brand__catalog-footer-pagination{
    margin: 0 auto;
}
.clearfix {
    clear: both;
}
.questions-flex{
    display:flex;
}
.questions-flex-left{
    width:75%;
    margin-right: 25px;
}
.questions-flex-right{
    margin-left: 25px;
    width:25%;
}
.ask_a_question {
    margin-bottom: 47px;
    border: 1px solid #f5f5f5;
    background: #fbfbfb;
    text-align: center;
}

.ask_a_question .inner {
    background: #fbfbfb;
    padding: 48px 25px 20px;
    line-height: 20px;
    color: #555555;
    font-size: 0.933em;
}

.ask_a_question .outer {
    background: #fbfbfb;
}

.ask_a_question .inner .text-block {
    position: relative;
    padding: 106px 0px 0px 0px;
    color: #222;
}

.ask_a_question .inner .text-block:before {
    content: "";
    position: absolute;
    width: 88px;
    height: 80px;
    left: 50%;
    top: 0px;
    margin: 0px 0px 0px -44px;
    background: url(/bitrix/templates/aspro_next_modify/images/svg/next.svg) -289px -211px no-repeat;
}

.ask_a_question .outer > span {
    margin: 5px 0px 39px;
    display: block;
}

body .ask_a_question .btn.btn-default {
    margin: 0px;
    background: transparent;
}
.ask_a_question .inner .text-block {
    position: relative;
    padding: 106px 0px 0px 0px;
    color: #222;
}

.ask_a_question-btn{
    max-width: 100%;
    width: 200px;
    margin: 0 auto !important;
    border-radius: 0px;
    padding: 10px;
    font-weight: bold;
    cursor: pointer;
}
@media(max-width: 1250px){
    .questions-flex-left{
        width:70%;
        margin-right: 25px;
    }
    .questions-flex-right{
        margin-left: 25px;
        width:30%;
    }
}
@media(max-width: 948px){
    .questions-flex{
        display:block;
    }
    .questions-flex-left{
        width:100%;
        margin-right: 0px;
        margin-bottom: 25px;
    }
    .questions-flex-right{
        margin-left: 0px;
        width:100%;
    }
}

 /*TABS*/
 .catalog.item-views.blocks h3 {
     padding-bottom: 33px;
 }

.tabs_ajax .head-block {
    text-align: center;
}

.head-block.top {
    margin: 0px -11px 47px;
    position: relative;
}

.head-block.top {
    margin-top: -20px;
}

.col-md-9.content-md .head-block.top {
    margin-top: -17px;
}

.head-block.top .bottom_border {
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0px;
    display: block;
    padding: 0px 11px;
}

.head-block.top .bottom_border:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #f5f5f5;
    bottom: 0px;
    display: block;
}

.head-block .item-link {
    display: inline-block;
    vertical-align: top;
}

.head-block .item-link .title {
    padding: 0px 11px;
    cursor: pointer;
}

.head-block .item-link .title span, .head-block.top .item-link .title .btn-inline {
    position: relative;
    display: block;
    padding: 10px 0px 24px;
    text-decoration: none;
}

.head-block .item-link .title span:before, .head-block .item-link.active .title .btn-inline:before {
    content: "";
    position: absolute;
    height: 2px;
    background: #fff;
    left: 0px;
    right: 100%;
    bottom: 0px;
    display: block;
    -webkit-transition-property: "right";
    transition-property: "right";
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.head-block .item-link.active .title span:before, .head-block .item-link.active .title .btn-inline:before {
    background: #dedede;
    right: 0px;
}

.head-block.top .item-link.active:hover .title, .head-block.top .item-link.active:hover .title span {
    cursor: default;
}

/*news left end*/
/*Start page teasers block*/
.tizers_block * {
    line-height: 18px;
}

.tizers_block {
    font-size: 0px;
    margin: 30px 0px 30px;
    text-align: center;
    padding: 0px 0px 9px;
    border-bottom: 1px solid #f2f2f2;
}

.landing_detail .tizers_block {
    margin-top: 0;
}

.front .tizers_block {
    margin-bottom: 0px;
    margin-top: 10px;
}

.front.wide_page .tizers_block {
    margin-bottom: 0px;
    border-bottom: none;
    padding-bottom: 0px;
}

.tizers_block .row > div {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.tizers_block .item {
    color: #000000;
    margin: 0px 0px 34px;
    white-space: nowrap;
}

.tizers_block .item > div {
    display: table-cell;
    vertical-align: middle;
}

.tizers_block .item .img, .tizers_block .item .title {
    font-size: 13px;
    color: #555555;
}

.tizers_block .item .img {
    margin: 0px 20px 0px 0px;
    background: #fff;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    min-width: 80px;
}

.tizers_block .item .title {
    text-align: left;
    padding: 0px 0px 0px 20px;
    white-space: normal;
}

.tizers_block .item .title a {
    text-decoration: none;
    color: #555;
    line-height: 16px;
    display: block;
}
.table-type-block.item-views.items-list3 .row > div, .table-type-block.item-views.table-elements .row > div {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}
.item-views.table.normal-img .item .image img {
    max-height: none;
}
.item-views.table-elements .item .image {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    display: block;
    position: relative;
    overflow: hidden;
}
.item-views.table-elements .item .image img {
    max-height: 100%;
    display: inline-block;
    width: 100%
}
.item-views.table-elements .item .body-info {
    padding: 20px 0px 22px;
}
.item-views.table-elements.news2 .item .body-info {
    padding-left: 20px;
    padding-right: 20px;
}
.item-views.table-elements.news2 .item .body-info .period {
    margin-bottom: 3px;
}
.item-views.table-elements.news2 .item .body-info .previewtext {
    margin-top: 3px;
}
.item-views.table-elements.news2 .item.wti .body-info {
    border-top: 1px solid #f5f5f5;
}
.item-views.table-elements .item .body-info .title {
    font-weight: bold;
}
.item-views.table-elements .item .body-info .previewtext {
    margin-bottom: 0px;
    font-size: 0.933em;
}
.item-views.table-elements .item .body-info .previewtext p {
    margin-bottom: 12px;
}
.mixitup-container .item-views.table-elements .row > div {
    visibility: hidden;
}
.mixitup-container.mixitup-ready .item-views.table-elements .row > div {
    visibility: visible;
}
.mixitup-container .item-views.table-elements .item .image {
    max-height: 350px;
}
.item-views.sections {
    margin-bottom: 0;
}
.item-views.sections .item {
    margin: 0 0 59px;
    overflow: hidden;
}
.item-views.sections .item .info {
    color: #555555;
    line-height: 18px;
}
.item-views.sections .item .info a {
    text-decoration: none;
}
.item-views.sections.front .item .title, .item-views.sections .row_block .item .title {
    margin-bottom: 18px;
}
.item-views.sections.front .item .title a, .item-views.sections .row_block .item .title a {
    font-size: 1em;
    line-height: 20px;
}
.item-views.sections .item .title a {
    font-size: 1.600em;
    line-height: 1.167em;
    font-weight: bold;
    margin-bottom: 18px;
}
.item-views.sections .item .image {
    height: 133px;
    line-height: 133px;
    margin-bottom: 18px;
    text-align: left;
    width: 200px;
}
.item-views.sections .item .image img {
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
    display: inline-block;
    *display: inline;
    zoom:1;
}
.item-views.sections .row_block .item .text.childs {
    display: block;
}
.item-views.sections .row_block .item .text.childs ul li {
    padding-left: 11px;
}
.list-type-block.item-views .item.shadow:hover {
    box-shadow: 0px 0px 27px rgba(0, 0, 0, 0.1);
}

.contacts-wrapper {
    padding: 20px 0px;
}



/* contacts page */
.contacts_page{
    position:relative;
}
.fill_bg_y .contacts-page-map + .contacts.contacts-page-map-overlay {
    padding-left: 0px;
    padding-right: 0px;
    position: static;
    width: 100%;
}
.contacts.contacts-page-map-overlay {
    padding: 20px 20px 20px;
    position: absolute;
    background: none;
    top: 25px;
    width: 100%;
}

.contacts-page-map .bx-yandex-view-layout {
    border-top-width: 0px;
}

.contacts.contacts-page-map-overlay .contacts-wrapper {
    background: #fff;
    padding: 16px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

.contacts.contacts-page-map-overlay table {
    border-collapse: collapse;
    border: 0;
}

.contacts.contacts-page-map-overlay table td {
    padding-bottom: 0px;
    font-size: 12px !important;
    vertical-align: middle;
}

.contacts.contacts-page-map-overlay table .fa {
    margin: 10px 25px 20px 10px;
}

.contacts.contacts-page-map-inline {
    padding: 20px 20px 0;
}

.contacts-page-map + .contacts.contacts-page-map-inline {
    padding-top: 0;
}

.contacts.contacts-page-map-inline table {
    border-collapse: collapse;
    border: 0;
    margin-bottom: 10px;
}

.contacts.contacts-page-map-inline table td {
    padding-bottom: 0px;
    font-size: 13px;
    vertical-align: top;
}

.contacts.contacts-page-map-inline table .fa {
    margin: 0px 25px 0px 10px;
}

/* contacts page v4 */
.contacts.contacts-page-overmap .contacts-wrapper {
    background: #fff;
    padding: 30px;
}

.contacts-page-map+.contacts.contacts-page-overmap .contacts-wrapper {
    box-shadow: 0px -21px 19px 0px rgba(0,0,0,0.22);
    margin: -70px -24px 0px;
    position: relative;
}

.contacts.contacts-page-overmap table {
    width: 100%;
    border-right: 1px solid #eee;
}

.contacts.contacts-page-overmap table td {
    padding-bottom: 0px;
    font-size: 12px;
    vertical-align: top;
}

.contacts.contacts-page-overmap table td:last-child {
    padding-right: 10px;
}

.contacts.contacts-page-overmap .ask-question {
    text-align: center;
    padding-top: 15px;
}

.contacts.contacts-page-overmap table td.icon {
    width: 78px;
}

.contacts.contacts-page-overmap table td i.fa.big-icon.s45.fa-envelope {
    font-size: 22px;
    line-height: 43px;
}














/* FORMS */
form .star, .order-checkout .sof-req, form .required-star {
    font-size: 12px;
    font-weight: normal;
    line-height: 0;
    margin: 0 0 0 4px;
    position: relative;
    color: #e62222;
}

.popup .form.ASK, .form_block .form.ASK {
    display: block;
}

.form-control {
    position: relative;
    margin-bottom: 19px;
}

.form-control label {
    display: block;
    font-size: 13px;
    margin-bottom: 6px;
    font-weight: normal;
}

body .form-group .form-control:focus, body .form-group .form-control:active {
    box-shadow: none;
    border-color: #eee;
}

div[id^=wait_comp] {
    display: none;
}

div.form-control {
    border: none;
    background: none;
    box-shadow: none;
    padding: 0px;
    height: auto;
}

.form {
    position: relative;
}

.form.sending:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #fff url('../images/loaders/pl3.gif') center no-repeat;
    z-index: 1000;
    opacity: 0.8;
}

.form .form_body {
    margin: 0 0 9px;
    position: relative;
}

.form .form_desc {
    margin-bottom: 15px;
}

.form .form_result {
    margin-bottom: 30px;
}

.form .form_result, .form .form_result.success * {
    color: #333;
}

.form .form_result > *, .form .form_desc > * {
    margin: 0;
}

.form .form_footer {
    margin: 0 0 23px 0;
    display: inline-block;
}

.form .form_footer .button + .button {
    margin-left: 13px;
}

.form .form_left {
    width: 56%;
    float: left;
}

.form .form_right {
    left: 56%;
    padding-left: 30px;
    position: absolute;
    right: 0;
}

.form.b .form_left, .form.b .form_right {
    float: none;
    left: inherit;
    margin: 0;
    max-width: inherit;
    padding: 0;
    position: relative;
    right: inherit;
    width: 100%;
}

.form textarea {
    min-height: 193px;
}

label.error {
    color: #e62222 !important;
    font-size: 10px;
    position: absolute;
    top: 0;
    right: 0px;
    font-weight: 400;
}

.h label.error {
    display: none !important;
}

.popup .form .form_head {
    border-bottom: 2px solid;
    padding: 34px 75px 35px 35px;
}

.popup .form .form_head h2 {
    margin: 0;
}

.popup .form .form_desc {
    margin-bottom: 0;
    margin-top: 15px;
}

.popup .form .form_result {
    margin: 0;
    padding: 30px 35px 0;
}

.popup .form .form_body {
    margin: 0;
    padding: 29px 35px 6px;
}

.popup .form .form_footer {
    padding: 0 35px 12px;
    display: block;
}

.popup.show .form .form_result {
    padding-bottom: 30px;
}

.error_block_auth {
    color: #e62222 !important;
    font-size: 12px;
}

.delivery_note {
    float: right;
    width: 218px;
}

.delivery_note .title {
    border-bottom: 1px dashed;
    float: right;
    margin: 8px 0 0 0;
}

.delivery_note .title:hover {
    border-bottom-color: transparent;
}

.delivery_note .text {
    margin: -1px 0 0 0;
}

.popup .form .form_body .mess {
    color: #e62222;
    padding: 0px 0px 10px;
}

.popup .form .form_body .success {
    color: #5da247;
    margin-bottom: -12px;
}

.tab-pane .form_head h4 {
    margin-top: 0px;
}

.tab-pane .maxwidth-theme > .form.inline {
    padding: 0px;
}

#ask .row .text_block {
    padding-bottom: 20px;
}

.tab-pane .btn {
    margin-right: 10px;
}

.popup .form-control .files + .btn_block_file {
    margin: 10px 0px 0px;
}

.popup .form-control .files .inner_file .wrapper_file {
    position: relative;
    display: inline-block;
}

.popup .form-control .files .inner_file .wrapper_file .remove {
    position: absolute;
    right: -22px;
    top: 3px;
    width: 19px;
    height: 19px;
    z-index: 1;
    display: none;
}

.popup .form-control .files .inner_file .wrapper_file .remove i {
    width: 19px;
    height: 19px;
    display: block;
    background: url(images/svg/close_icons.svg) 4px -22px no-repeat;
}

.popup .form-control .files .inner_file .wrapper_file .remove:hover i {
    background-position: -16px -22px;
}

.popup .form-control .files .inner_file .wrapper_file.file .remove {
    display: block;
}

.popup .form-control .files .inner_file .wrapper_file label.error {
    top: -14px;
}

.popup .form-control .files .inner_file + .inner_file {
    margin: 10px 0px 0px;
}

.popup .form-control .files {
    max-width: 350px;
}

.popup .form-control .files input {
    outline: none;
}

/* CAPTCHA */
.captcha-row {
    position: relative;
    max-width: 418px;
}

.captcha-row .captcha_input {
    bottom: 0;
    height: 59px;
    left: 216px;
    max-width: 184px;
    position: absolute;
    right: 0;
}

.captcha-row .captcha_input label.error {
    white-space: nowrap;
}

.captcha-row .captcha_input input[name="captcha_word"] {
    bottom: 0;
    position: absolute;
}

.captcha-row .captcha_image {
    height: 37px;
    position: relative;
    width: 217px;
}

.captcha-row .captcha_image img {
    height: 37px;
    border: none;
    vertical-align: top;
    width: 100%;
    width: 180px;
}

.captcha_reload {
    border: 1px solid transparent;
    cursor: pointer;
    height: 35px;
    left: 179px;
    position: absolute;
    top: 0;
    width: 36px;
}

.captcha_reload::before, .captcha_reload::after {
    content: "";
    display: block;
    position: absolute;
}

.captcha_reload::before {
    border-radius: 25px;
    height: 25px;
    left: 5px;
    top: 5px;
    width: 25px;
}

.captcha_reload::after {
    background: rgba(0, 0, 0, 0) url("../images/svg/icons_wish.svg") repeat scroll -67px -82px;
    height: 13px;
    left: 10px;
    top: 11px;
    transition: background 0.7s ease-in-out 0s;
    width: 15px;
}

.captcha_reload:hover:before {
    background: #383838;
}

.captcha_reload.loading:after {
    -webkit-animation: spinner .5s linear infinite !important;
    animation: spinner .5s linear infinite !important;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.captcha_reload:hover:after {
    -webkit-animation: spinner .5s ease-out 1;
    animation: spinner .5s ease 1;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.captcha-row.b .captcha_input, .captcha-row.b .captcha_image {
    height: 37px;
    left: inherit;
    margin: 0;
    max-width: inherit;
    position: relative;
    right: inherit;
}

.captcha-row.b .captcha_input label.error {
    top: -68px;
}

.captcha-row.b .captcha_image {
    margin-bottom: 9px;
}

.captcha-row .captcha_image .captcha_reload {
    right: 0;
    text-indent: -9999px;
}

.form .refresh a {
    display: none;
}

.captcha_reload.refresh {
    left: 202px;
    top: 8px;
}

/*recaptcha*/
body .captcha-row.invisible {
    margin: 0px;
    height: 0px;
    visibility: visible;
}

.captcha-row.invisible label {
    display: none;
}

.captcha-row .captcha_input.recaptcha_text {
    position: static;
    width: 100%;
    max-width: none;
    height: auto;
}

.captcha-row .captcha_image.recaptcha_tmp_img {
    display: none;
}

.bx-auth form[name=bx_auth_servicesform_inline] .g-recaptcha, .g-recaptcha {
    display: none !important;
}

div > .g-recaptcha {
    display: block !important;
}

body .captcha-row .recaptcha, body .captcha-row > div.iblock {
    padding: 0px;
    margin: 0px;
    display: block;
}

body .captcha-row .recaptcha {
    height: 0px;
    opacity: 0;
    visibility: hidden;
    margin-bottom: 0px;
    display: block;
}

body .captcha-row.invisible.logo_captcha_n {
    display: none;
}

body .captcha-row.invisible.inline {
    height: auto;
    margin-bottom: 10px;
}

.form .but-r {
    clear: both;
}

.border_block .lk-page .form-control.forget_block {
    text-align: left;
}

/* INPUTS */
input::-webkit-input-placeholder, input::-moz-input-placeholder, input::-ms-input-placeholder, input::-o-input-placeholder {
    color: #6a6a6a;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus, select:focus {
    outline: none;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], select, textarea {
    background: #f7f7f7;
    border: 1px solid #eeeeee;
    border-radius: 2px;
    box-shadow: none;
    color: #383838;
    height: auto;
    font-size: 13px;
    padding: 8px 13px 7px;
    width: 100%;
    outline: none;
}

textarea {
    resize: none;
    min-height: 90px;
}

input[readonly], select[readonly], textarea[readonly] {
    background: #FFF;
}

input:not(.btn) {
    line-height: 20px;
}

input.big {
    padding: 10px 13px 9px;
}

input.grey {
    background: #eeeeee;
}

input.medium {
    padding: 8px 13px 7px;
}

input.error, textarea.error {
    border-color: #e62222;
    background: #ffefef;
}

.bxml-dialog input[type="text"] {
    width: auto;
    padding: initial;
    border-color: initial;
}

.bx-ie .bx-sls .bx-ui-sls-fake, .bx-ie .bx-sls .bx-ui-sls-route {
    padding-bottom: 0px;
}

form[name="bx_auth_services"] .form-control input {
    margin: 5px 0px 20px;
}

form[name="bx_auth_services"] .form-control span {
    display: inline-block;
    font-size: 12px;
    padding: 0 10px 0 0;
    vertical-align: top;
}

form[name="bx_auth_servicesform_inline"] #bx-auth-services > div span {
    display: inline-block;
    font-size: 12px;
    padding: 0 10px 0 0;
    vertical-align: top;
}
.form .form_footer {
    margin: 0 0 23px 0;
    display: inline-block;
}

.form .form_footer .button + .button {
    margin-left: 13px;
}

.form .form_left {
    width: 56%;
    float: left;
}

.form .form_right {
    left: 56%;
    padding-left: 30px;
    position: absolute;
    right: 0;
}

.form.b .form_left, .form.b .form_right {
    float: none;
    left: inherit;
    margin: 0;
    max-width: inherit;
    padding: 0;
    position: relative;
    right: inherit;
    width: 100%;
}

.form textarea {
    min-height: 193px;
}

label.error {
    color: #e62222 !important;
    font-size: 10px;
    position: absolute;
    top: 0;
    right: 0px;
    font-weight: 400;
}




.captcha_reload {
    border: 1px solid transparent;
    cursor: pointer;
    height: 35px;
    left: 0px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: 0;
    width: 36px;
}
.captcha-row .captcha_input {
    bottom: 0;
    height: auto;
    left: 0px;
    max-width: 184px;
    position: relative;
    right: 0;
    display: inline-block;
    vertical-align: middle;
}
.captcha-row .captcha_image {
    height: 37px;
    position: relative;
    width: 50px;
    display: inline-block;
}

.url-block {
    display: inline-block;
    margin-bottom: 25px;
    border: 1px solid #F2F2F2;
    border-radius: 3px;
    position: relative;
    color: #222;
    float: right;
}

.url-block:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 44px;
    width: 1px;
    height: 100%;
    background: #f5f5f5;
}

.url-block i {
    position: absolute;
    width: 44px;
    font-size: 20px;
    font-weight: bold;
    left: 0px;
    top: 9px;
    text-align: center;
}

.url-block.next-url i {
    left: auto;
    right: 0px;
}

.url-block.next-url:before {
    left: auto;
    right: 44px;
}

.url-block.next-url span {
    padding-left: 20px;
    padding-right: 64px;
}

.url-block span {
    display: inline-block;
    vertical-align: middle;
    padding: 9px 20px 9px 64px;
}

.url-block:hover {
    background: #f5f5f5;
}

.url-block:hover:before {
    background: #fff;
}

.url-block:hover {
    color: #222;
}

.search-page form{
    max-width: 680px;
    display: flex;
}
.search-page form input[type="submit"]{
    background-color: #300052;
    border-color: #300052;
    color: #ffffff;
    width: 25%;
    margin-left:15px;
}
.btn-dark:hover, .btn-dark:focus, .btn-dark.focus {
    color: white;
}
.btn-l{
	padding: 20px 72px;
}
.product-card__image img {
    height:260px;
    width: auto;
    object-fit: contain;
}
@media(max-width: 948px) {
    .product-card__image img {
        height: 220px;
        width: auto;
        object-fit: contain;
    }
}
@media(max-width: 567px) {
    .product-card__image img {
        height: 180px;
        width: auto;
        object-fit: contain;
    }
}
.product-card__btn {
	color: #fff;
	border-radius: 8px;
	max-height: 44px;
	height: 100%;
}
.btn-m {
	padding: 14px 20px;
}
.main-page__sale p,
.footer__top-items p {
	margin: 0;
}
.main-page__about h2,
.main-page__about h4 {
	margin: 0;
}
p.main-page__stocks-item-date{
	margin: auto 0 0 0;
}
.grid-4{
    grid-template-columns: repeat(4, 1fr);
}
.btn.btn-default:hover, .btn.btn-default:active, .btn.btn-default:focus {
    background-color: #420071!important;
    border-color: #420071!important;
    outline: 0!important;
    color: white!important;
}



.share_wrapp {
    position: relative;
}

.share .catalog_detail .share_wrapp {
    display: inline-block;
}

.share_wrapp .text {
    font-size: 14px;
    border-color: #888;
    text-transform: none;
    padding: 7px 10px 8px 32px;
    position: relative;
    color: #222;
    line-height: 15px;
}

.share_wrapp .text:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 12px;
    height: 14px;
    background: url('images/svg/ai.svg') -426px -50px no-repeat;
    left: 13px;
    top: 8px;
    opacity: 0.7;
}

.share_wrapp .text:hover {
    border-color: 444444;
}

.share_wrapp .text:hover {
    color: 444444;
}

.share_wrapp .text:hover:before {
    opacity: 1;
}

.share_wrapp .shares {
    display: none;
    position: absolute;
    top: 42px;
    left: -5px;
    z-index: 2;
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0,0,0,.12);
    border-radius: 2px;
    margin: 0px -20px;
    width: 155px;
}

.share_wrapp .shares .b-share {
    padding: 20px 20px 15px !important;
}

.share_wrapp .shares .b-share a {
    padding: 0px !important;
}

.share_wrapp .shares .b-share a:nth-child(3n) {
    margin-right: 0px;
}

.share_wrapp .shares:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 11px solid transparent;
    border-bottom-color: #fff;
    left: 50%;
    top: -16px;
    margin-left: -11px;
}

.line_block .share_wrapp {
    display: inline-block;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    position: relative;
    padding: 7px 64px 11px 20px;
    cursor: pointer;
    min-height: 40px;
}

.line_block .share_wrapp:hover {
    padding-right: 54px;
    padding-left: 10px;
}

.line_block .share_wrapp:before {
    content: "";
    position: absolute;
    top: 0;
    right: 44px;
    display: block;
    background: #f2f2f2;
    width: 1px;
    height: 100%;
}

.line_block .share_wrapp .text {
    padding: 0px;
    border: none;
    color: #555;
}

.page-top .line_block .share_wrapp:not(:hover) {
    padding-right: 24px;
}

.page-top .line_block .share_wrapp {
    border: none;
}

.page-top .line_block .share_wrapp:before {
    background: transparent;
}

.page-top .line_block .share_wrapp:after {
    right: 13px;
}

.page-top .line_block .share_wrapp .text {
    display: none;
}

.line_block .share_wrapp:hover .text {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.line_block .share_wrapp .text:before {
    display: none;
}

.line_block .share_wrapp:after {
    content: "";
    position: absolute;
    top: 11px;
    right: 14px;
    display: block;
    background: url(../images/svg/next.svg) -162px -141px no-repeat;
    width: 17px;
    height: 18px;
}

.line_block .share_wrapp:hover:before {
    background: #fff;
}

.line_block .share_wrapp .btn.active, .line_block .share_wrapp .btn:active {
    box-shadow: none;
}

.line_block .share_wrapp:hover {
    background: #f2f2f2;
    padding-top: 6px;
    padding-bottom: 1px;
}

.line_block .share_wrapp .shares {
    opacity: 0;
    visibility: hidden;
    display: none;
    position: static;
    box-shadow: none;
    width: auto;
    margin: 0px;
    background: none;
}

.line_block .share_wrapp .shares:after {
    display: none;
}

.line_block .share_wrapp .shares .b-share {
    padding: 0px !important;
    background: none;
}

.line_block .share_wrapp:hover .shares {
    opacity: 1 !important;
    visibility: visible;
    display: block !important;
}
.left_block {
    width: 234px;
    float: left;
    position: relative;
    zoom: 1;
    z-index: 10;
    padding-top: 0px;
    /* right: calc(100% - 264px); */
}


@media (min-width: 992px) {
    .right_block.wide_N, .right_block.wide_ {
        float: right;
        width: calc(100% - 264px);
        position: relative;
    }

    .side_RIGHT .right_block.wide_N, .side_RIGHT .right_block.wide_ {
        width: calc(100% - 234px) !important;
        float: left;
    }

    .side_RIGHT .right_block.wide_N > .middle, .side_RIGHT .right_block.wide_ > .middle {
        padding-right: 30px;
    }
}

/*subscribe form*/
.wrap_md .subscribe_wrap {
    width: 32%;
    margin: 0px 0px 62px;
}

.subscribe-form {
    border-radius: 2px 2px 0px 0px;
    position: relative;
}

.subscribe-form .subscribe-input {
    font-size: 14px;
}

.subscribe-form .wrap_bg {
    padding: 17px 20px 22px;
    border-radius: 2px;
}

.subscribe-form .top_block {
    margin: 0px;
    padding: 0px;
}

.subscribe-form .top_blocks .title, .subscribe-form .top_blocks .title div {
    font-size: 1.143em;
    font-weight: bold;
    color: #1d2029;
    margin: 0px 0px 3px;
}

.subscribe-form .top_blocks .more, .subscribe-form .top_blocks .more div {
    font-size: 13px;
    color: #666666;
    line-height: 16px;
}

.subscribe_licenses .licence_block {
    display: inline-block;
}

.footer-grey .subscribe-form .top_blocks .title, .footer-grey .subscribe-form .top_blocks .title div, footer .footer-grey.ext_view.footer_inner .social-icons .small_title {
    color: #fff;
}

.subscribe-form form.sform {
    font-size: 0px;
    margin: 11px 0 0;
}

.subscribe-form form.sform > div {
    display: inline-block;
    vertical-align: top;
}

.subscribe-form .email_wrap, .subscribe-form_footer .email_wrap {
    position: relative;
    margin-right: 5px;
    width: 100%;
}

.subscribe-form .email_wrap {
    margin: 0px;
}

.subscribe-form .email_wrap .email_input {
    background: #fff;
    font-size: 13px;
    padding: 5px 43px 5px 13px;
    height: 34px;
}

.bx-firefox .subscribe-form .email_wrap .email_input {
    padding-top: 4px;
    padding-bottom: 6px;
}

.bx-ie .subscribe-form .email_wrap .email_input {
    height: 34px;
}

.subscribe-form input.send_btn {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 0px;
    text-indent: -9999px;
    width: 33px;
    height: 34px;
    background: #ddd url('../images/svg/ai.svg') -23px -39px no-repeat;
    border-radius: 0px 2px 2px 0px;
}

.subscribe-form label.error, .subscribe-form_footer label.error {
    position: absolute;
    top: -19px;
    right: 0px;
}

.left_block .subscribe-form {
    margin: 0px 0px 30px;
}

.left_block .subscribe-form .wrap_bg:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url('../images/mail_xlg.png') 113px 17px no-repeat;
    display: block;
    opacity: 0.2;
}

.left_block .subscribe-form .top_blocks .text > div, .left_block .subscribe-form .top_blocks .text > div div {
    color: #fff;
}

.left_block .subscribe-form .top_blocks .more {
    opacity: 0.8;
}

.left_block .subscribe-form input.send_btn, .left_block .subscribe-form input.send_btn:hover {
    background-color: #ececf2;
    border-color: #ececf2;
}

.left_block .subscribe-form input.send_btn {
    background-image: url('../images/svg/next.svg');
    background-position: -245px -332px;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.left_block .subscribe-form input.send_btn:hover {
    opacity: 0.7;
}












/* accordion */
.accordion-body {
    position: relative;
}

.accordion-head {
    cursor: pointer;
    padding: 40px 80px 30px 45px;
    position: relative;
    font-size: 1.067em;
    font-weight: bold;
    z-index: 1;
    color: #222;
    display: block;
}

.accordion-head.accordion-open {
    border-bottom: none;
    background: #f5f5f5;
}

.accordion-head.accordion-open + .panel-collapse {
    background: #f5f5f5;
}

.item-accordion-wrapper {
    border: 1px solid #f5f5f5;
    margin-bottom: -1px;
    padding-bottom: 11px;
}

.item-accordion-wrapper.opened {
    background: #f5f5f5;
}

.item-accordion-wrapper .accordion-head {
    border: none;
}

.accordion-type-1 .item, .accordion-type-2 .item, .accordion-type-1 .item:hover, .accordion-type-2 .item:hover {
    border-color: #f5f5f5 !important;
}

.accordion-type-1 .item .accordion-body, .accordion-type-2 .item .accordion-body, .accordion-type-1 .item .panel-collapse, .accordion-type-2 .item .panel-collapse, .accordion-type-1 .item .accordion-head, .accordion-type-2 .item .accordion-head {
    border: none !important;
}

.accordion-type-1 .item .accordion-head, .accordion-type-2 .item .accordion-head {
    margin-bottom: 0 !important;
}

.accordion-head.accordion-open .fa:before {
    content: "\f106";
}

.panel-collapse.in {
    background: #f5f5f5;
}

.panel-collapse .accordion-body {
    padding: 0px 80px 30px 45px;
    position: relative;
    z-index: 2;
}

.accordion-type-1 .accordion-head a {
    display: inline;
    text-decoration: none;
}

.accordion-head .fa {
    border-radius: 30px;
    color: #222222;
    position: absolute;
    top: 38px;
    font-size: 24px;
    line-height: 26px;
    width: 26px;
    height: 26px;
    text-align: center;
}

.accordion-head:hover .fa {
    background: #f5f5f5;
}

.accordion-type-1 .accordion-head .fa {
    right: 29px;
}

.accordion-type-2 .accordion-head {
    padding-left: 85px;
    padding-right: 29px;
}

.accordion-type-2 .accordion-head a {
    display: inline;
    line-height: 18px;
    text-decoration: none;
    font-size: 16px;
}

.accordion-type-2 .accordion-head:after {
    content: "";
    display: table;
    clear: both;
}

.accordion-type-2 .accordion-head .fa {
    left: 47px;
}

.accordion-type-2 .accordion-head.accordion-open .fa {
    line-height: 25px;
}

.accordion-type-2 .panel-collapse .accordion-body {
    padding: 0px 29px 41px 85px;
}

section.toggle {
    margin: 10px 0 0;
    position: relative;
    clear: both;
}

section.toggle input {
    cursor: pointer;
    filter: alpha(opacity=0);
    height: 45px;
    margin: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}

section.toggle label {
    border-left: 3px solid;
    transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    -ms-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    -webkit-transition: all .15s ease-out;
    background: #F4F4F4;
    border-radius: 3px;
    display: block;
    font-size: 1.1em;
    min-height: 20px;
    padding: 12px 20px 12px 10px;
    position: relative;
    cursor: pointer;
    font-weight: 400;
}

section.toggle .toggle-content {
    display: none;
}

section.toggle label::-moz-selection {
    background: none;
}

section.toggle label i.fa-minus {
    display: none;
}

section.toggle label i.fa-plus {
    display: inline;
}

section.toggle label::selection {
    background: none;
}

section.toggle label::before {
    border: 6px solid transparent;
    border-left-color: inherit;
    content: '';
    margin-top: -6px;
    position: absolute;
    right: 4px;
    top: 50%;
}

section.toggle label + p {
    color: #999;
    display: block;
    overflow: hidden;
    padding-left: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 25px;
}

section.toggle label i {
    font-size: 0.7em;
    margin-right: 8px;
    position: relative;
    top: -1px;
}

section.toggle.active i.fa-minus {
    display: inline;
}

section.toggle.active i.fa-plus {
    display: none;
}

section.toggle.active > label {
    color: white;
}

section.toggle.active > label::before {
    border: 6px solid transparent;
    border-top-color: inherit;
    margin-top: -3px;
    right: 10px;
}

section.toggle > p.preview-active {
    height: auto;
}

section.toggle > p.preview-active,section.toggle.active > p {
    white-space: normal;
}
.item-views.accordion .item {
    border-color: #f5f5f5;
    margin-bottom: 1px;
    padding-bottom: 11px;
    border-style: solid;
    border-width: 1px;
}

/* VACANCY */
.vacancy.item-views.accordion .pay {
    float: right;
    color: #555555;
}

.vacancy.item-views.list .pay {
    color: #555555;
    font-weight: bold;
}

.vacancy.item-views.accordion .text {
}

.vacancy.item-views.accordion .title {
    display: none;
}

.vacancy.item-views.list .title {
    font-size: 1.067em;
    margin-bottom: 10px;
}

.vacancy.item-views .btn {
    margin-top: 10px;
}

.vacancy.item-views.list .text {
    padding: 0px;
}

.vacancy.item-views.list .btn {
    margin-bottom: 30px;
}

.vacancy.item-views.list .items > div > hr {
    margin: 17px 0px;
}

.list-type-block.item-views.vacancy .item {
    margin-bottom: -1px;
    border: 1px solid #f5f5f5;
    box-shadow: none;
    padding: 40px 44px 16px;
}

.detail.vacancy {
    border: 1px solid #f5f5f5;
}
/* Страница 404 */
.btn-lg{padding: 10px 25px 10px;font-weight:bold; display: unset;}
.btn.btn-lg{font-size:14px;}
.page_error_block {
    padding: 50px 0px;
}

.page_not_found {
    padding-top: 70px;
}

.page_not_found td {
    vertical-align: middle;
}

.page_not_found td.image {
    width: 60%;
    text-align: center;
}

.page_not_found td.image img {
    max-width: 100%;
}

.page_not_found td.description {
    text-align: center;
}

.page_not_found td.description .title404 {
    font-size: 44px;
    line-height: 48px;
}

.page_not_found td.description .subtitle404 {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
}

.page_not_found td.description .back404, .page_not_found td.description .back404 a {
    font-size: 12px;
}

.page_not_found td.description .back404 a {
    text-decoration: underline;
}

.page_not_found td.description .descr_text404 {
    font-size: 13px;
    line-height: 20px;
    margin-top: 20px;
}

.page_not_found td.description .subtitle404, .page_not_found td.description .descr_text404, .page_not_found td.description .back404, .page_not_found td.description .back404 a {
}

.page_not_found td.description .btn_big {
    margin-top: 20px;
}

.page_not_found td.description .back404 {
    margin-top: 5px;
}
.page_not_found td.description .back404 {
    margin-top: 15px;
}

.flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.row.flexbox {
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bx-mac .row.flexbox:not(.nmac) > div {
    margin-left: -1px;
    /*margin-right:-1px;*/
}

.bx-mac .flexbox.nmac, .bx-mac .row.flexbox.nmac {
    display: block;
}

.bx-mac .row.flexbox:after,.bx-mac .row.flexbox:before {
    width: 100%;
}

.row.flexbox .item {
    height: 100%;
    min-height: 100%;
}

.bx-ios .flexbox > div {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
@media (max-width: 569px) {
    .categories-cloud__items {
        flex-wrap:wrap!important;
        -ms-flex-wrap: wrap!important;
    }
}