html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
input{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
    font-family: 'Akrobat';
    font-size: 16px;
}
body.sticky_header {
    padding-top: 100px;
}
.container {
    width: 1100px;
    margin: 0 auto;
}

.is_mobile {
    display: none;
}

header {
    padding: 10px 0;
}

header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 8px 16px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.15);
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 15%);
    z-index: 11;
}
header.sticky .brand .burger {
    display: block;
    margin-right: 32px;
}
header.sticky .brand .logo {
    margin-right: 32px;
}
header.sticky .brand .logo img.is_desktop {
    display: none;
}
header.sticky .brand .logo img.is_mobile {
    display: block;
    width: auto;
    height: 27px;
}
header.sticky .brand .contacts .city,
header.sticky .brand .callback_button,
header.sticky .shop_actions .links {
    display: none !important;
}
header.sticky .brand {
    display: flex;
    width: 380px;
    align-items: center;
    justify-content: flex-start;
}
header.sticky .brand .contacts .phone {
    margin-bottom: 0;
}

header .container {
    display: flex;
    flex-wrap: wrap;
    align-items: top;
    justify-content: space-between;
}
header .brand {
    display: flex;
    width: 350px;
    align-items: center;
    justify-content: flex-start;
}
header .brand .logo {
    margin-right: 20px;
}
header .brand .logo img {
    width: 77px;
}
header .brand .contacts {

}
header .brand .contacts .phone {
    margin-bottom: 6px;
}
header .brand .contacts .phone a {
    font-size: 22px;
    font-weight: bold;
    color: #e3000b;
    text-decoration: none;
}
header .brand .contacts .city {
    position: relative;
    color: #010101;
    font-family: 'Lato';
}
header .brand .contacts .city a {
    color: #e3000b;
    text-decoration: none;
    display: inline-block;
    padding-right: 15px;
    background: url(/images/city_arrow.svg) no-repeat top 6px right;
}

header .brand .contacts .city .city_list {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    background: #fff;
    z-index: 9;
    padding: 18px;
    border-radius: 4px;
    border: 1px solid #cfcfcf;
}
header .brand .contacts .city .city_list ul {
    columns: 4;
}
header .brand .contacts .city .city_list ul li {

}
header .brand .contacts .city .city_list ul > li:not(:last-child) {
    margin-bottom: 10px;
}
header .brand .contacts .city .city_list ul li a {
    color: #010101;
    background: none;
    text-decoration: none;
    font-family: 'Lato';
    white-space: nowrap;
}
header .brand .contacts .city .city_list ul li.active{
    color: #d81d26;
    text-decoration: underline;
}
header .brand .contacts .city .city_list .close {
    position: absolute;
    display: block;
    cursor: pointer;
    top: 12px;
    right: 12px;
    width: 24px;
    height: 24px;
    background: url("/images/remove.svg") no-repeat center center;
    padding: 0;
}
header .contacts .city {
    padding-left: 20px;
    background: url("/images/icons/address.svg") no-repeat center left;
    background-size: 16px;
}
header .brand .contacts .city .city_list .close:hover {
    background: url("/images/remove_active.svg") no-repeat center center;
}

header .shop_actions .callback_button {

}
header .shop_actions .callback_button a {
    width: 180px;
    height: 50px;
    text-decoration: none;
    display: inline-block;
    line-height: 50px;
    background: #ffa800;
    font-size: 20px;
    text-transform: uppercase;
    color: #20242f;
    font-weight: bold;
    border-radius: 4px;
    text-align: center;
}
header .shop_actions .callback_button a:hover {
    background: #ff9600;
}
header .shop_actions .callback_button a:active {
    background: #ed7b00;
}
header .shop_actions {
    width: 720px;
}
header .shop_actions .links {
    display: flex;
    /*justify-content: space-between;*/
    justify-content: flex-end;
    margin-bottom: 8px;
}
header .shop_actions .links a {
    color: #31374a;
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    margin: 0 9px;
}
header .shop_actions .links a:first-child{
    margin-left: 0;
}
header .shop_actions .links a:last-child{
    margin-right: 0;
}
header .shop_actions .links a:hover {
    text-decoration: underline;
}
header .shop_actions .links a.download {
    padding-left: 20px;
    background: url("/images/icons/download.svg") no-repeat center left;
    background-size: 16px;
}
header .shop_actions .links a.shops {
    padding-left: 16px;
    background: url("/images/icons/address.svg") no-repeat center left;
    background-size: 16px;
}
header .shop_actions .links a.favorites {
    padding-left: 22px;
    background: url("/images/icons/chosen.svg") no-repeat center left;
}
header .shop_actions .links a.login,
header .shop_actions .links a.profile {
    padding-left: 24px;
    background: url("/images/icons/lk.svg") no-repeat center left;
}
header .shop_actions .links a.link-registration{
    position: relative;
}
header .shop_actions .links a.link-registration:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -9px;
    width: 1px;
    background-color: #31374a;
}
header .shop_actions .search_cart {
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
}
.search_cart .cart {
    margin: auto 0;
}
.search_cart.is_mobile{
    margin-bottom: 25px;
}
.search_cart .search {
    position: relative;
}
.search_cart .search input[type=text] {
    width: 380px;
    height: 50px;
    line-height: 50px;
    font-family: inherit;
    border-radius: 4px;
    border: 1px solid #e20613;
    padding: 0 16px;
    outline: none;
    font-size: 20px;
}
.search_cart.is_mobile .search input[type=text]{
    width: 100%;
}
.search_cart .search input[type=text]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #505563;
    opacity: 1; /* Firefox */
    font-size: 20px;
}
.search_cart .search input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #505563;
    font-size: 20px;
}
.search_cart .search input[type=text]::-ms-input-placeholder { /* Microsoft Edge */
    color: #505563;
    font-size: 20px;
}
.search_cart .search input[type=submit] {
    position: absolute;
    top: 0;
    right: 24px;
    border: none;
    background: url("/images/icons/lens_1.svg") no-repeat center center;
    background-size: 18px;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    padding: 0;
    cursor: pointer;
}
.search_cart .cart a {
    position: relative;
    display: block;
    color: #31374a;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    background: url("/images/icons/cart.svg") no-repeat center left;
    height: 24px;
    line-height: 24px;
    padding-left: 38px;
}
.search_cart .cart a:hover span.total {
    text-decoration: underline;
}
.search_cart .cart a .count {
    position: absolute;
    width: 17px;
    height: 17px;
    text-align: center;
    top: -3px;
    left: 16px;
    font-size: 10px;
    font-family: 'Lato';
    background: #e20613;
    line-height: 17px;
    color: #fff;
    border-radius: 17px;
}
span.rouble {
    font-family: 'Rouble';
}

footer {
/*    margin-top: 48px;*/
    background: #20242f;
    padding: 48px 0;
}
footer .links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 48px;
}
footer .links .column {

}
footer .links .column .column_title {
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 16px;
    color: #fefeff;
}
footer .links .column ul {
    line-height: 24px;
}
footer .links .column ul li a {
    text-decoration: none;
    color: #fff;
    font-family: 'Lato';
}
footer .links .column .phone,
footer .links .column .email,
footer .links .column .vk{
    margin-bottom: 6px;
}
footer .links .column .phone a {
    color: #ffffff;
    font-size: 24px;
    text-decoration: none;
}
footer .links .column .email a {
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Lato';
    text-decoration: none;
    background: url("/images/mail.png") no-repeat top 3px left;
    padding-left: 22px;
}
footer .links .column .vk a {
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Lato';
    text-decoration: none;
    background: url("/images/icons/icon_vk.png") no-repeat center left;
    background-size: 15px 15px;
    padding-left: 22px;
}
footer .links .column .whatsapp a {
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Lato';
    text-decoration: none;
    background: url("/images/icons/icon_whatsapp_green.png") no-repeat center left;
    background-size: 15px 15px;
    padding-left: 22px;
}
footer .links .column .telegram a {
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Lato';
    text-decoration: none;
    background: url("/images/icons/icon_telegram.png") no-repeat center left;
    background-size: 15px 15px;
    padding-left: 22px;
}
footer .links .column .tg a {
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Lato';
    text-decoration: none;
    background: url("/images/icons/icon_telegram.png") no-repeat center left;
    background-size: 15px 15px;
    padding-left: 22px;
}
footer .links .column.buttons {
    font-size: 0;
    padding-top: 16px;
}
footer .links .column.buttons a {
    display: inline-block;
    margin-right: 6px;
}
footer .links .column.buttons a:last-child {
    margin-right: 0px;
}
footer .other {
    display: flex;
    justify-content: flex-start;
}
footer .other .other_item{
    width:33.3%;
}
footer .other .other_item:nth-child(3n-1){
    margin-left: 20px;
    margin-right: 20px;
}
footer .other .pay .pay_title,
footer .other .market_place_other .column_title,
footer .other .subscription .subscription_title {
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 16px;
    color: #fefeff;
}
footer .other .subscription form {
    display: flex;
}
footer .other .subscription button {
    width: 130px;
    text-decoration: none;
    display: inline-block;
    line-height: 30px;
    background: #ffa800;
    font-size: 14px;
    text-transform: uppercase;
    color: #20242f;
    font-weight: bold;
    border-radius: 4px;
    text-align: center;
    margin-left: 20px;
    border: 0;
    font-family: 'Akrobat';
    cursor: pointer;
}
footer .other .subscription button:hover {
    background: #ff9600;
}
footer .other .subscription button:active {
    background: #ed7b00;
}
footer .other .subscription .form-group {
    position: relative;
}
footer .other .subscription .form-group .help-block {
    position: absolute;
    font-size: 14px;
    color: #ed7b00;
    bottom: -17px;
    left: 0px;
    width: 100%;
    white-space: nowrap;
}
footer .other .subscription input {
    width: 180px;
    border: 1px solid #cfcfcf;
    background: #fff;
    border-radius: 4px;
    outline: none;
    font-family: 'Lato';
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    padding: 18px;
}
footer .other .copyright {
    color: #fff;
    font-size: 14px;
    text-align: right;
}
footer .other .copyright > p:not(:last-child) {
    margin-bottom: 16px;
}
footer .other .copyright p a {
    color: inherit;
    text-decoration: none;
}

.main_menu {
    background: #20242f;
    position: relative;
}
/*.main_menu::after{*/
/*    position: absolute;*/
/*    content: '';*/
/*    background: url("/images/girlyanda.png") repeat;*/
/*    height: 35px;*/
/*    width: 100%;*/
/*    bottom: -30px;*/
/*    z-index: 7;*/
/*}*/
.main_menu ul {
    display: flex;
    justify-content: space-between;
}
/*.main_menu ul > li {
    line-height: 69px;
    height: 69px;
    padding: 0 12px;
}*/
.main_menu ul > li.active,
.main_menu ul > li:hover {
    background: #d81d26;
}
.main_menu ul > li.icon img {
    width: 36px;
}
.main_menu ul > li > a {
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    line-height: 69px;
    height: 69px;
    padding: 0 12px;
    display: block;
}
.main_menu ul > li.icon a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.benefites {
    /*background-image: url("/images/bg9may.png");*/
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #d81d26;
    padding: 32px 0;
}
.benefites .list {
    margin-bottom: 32px;
}
.benefites .list ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.benefites .list ul li {

}
.benefites .list ul li .image {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.benefites .list ul li .image img {
    width: 60px;
}
.benefites .list ul li .text {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.benefites .list ul li .text span {
    display: block;
    font-size: 24px;
    font-weight: bold;
    text-transform: none;
    margin-bottom: 4px;
}
.benefites .search {
    position: relative;
}
.benefites .search input[type=text] {
    width: calc(100% - 180px);
    height: 50px;
    line-height: 50px;
    font-family: inherit;
    border-radius: 4px 0 0 4px;
    border: none;
    padding: 0 16px;
    outline: none;
    font-size: 20px;
    background: #fff;
}
.benefites .search .submit {
    width: 180px;
    height: 50px;
    text-decoration: none;
    background: #ffa800;


    border-radius: 0 4px 4px 0;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    font-family: inherit;
    border: none;
}
.benefites .search .submit:hover {
    background: #ff9600;
}
.benefites .search .submit:active {
    background: #ed7b00;
}

.benefites .search .submit input {
    border: none;
    background: transparent;
    font-family: inherit;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 50px;
    display: inline-block;
    color: #20242f;
    font-weight: bold;
    padding: 0;
    cursor: pointer;
}
.benefites .search .submit::before {
    content: '';
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("/images/icons/lens_2.svg") no-repeat center center;
    background-size: 16px;
    margin-right: 8px;
}

.catalog_listing {
    padding: 32px 0;
    background: url("/images/catalog_bg.jpg") no-repeat center center;
    background-size: cover;
}
.catalog_listing .container.catalog {
    background: #fff;
    border-radius: 4px;
    padding: 32px;
    box-sizing: border-box;
}
.catalog_listing .container.main-catalog {
    padding: 32px 0;
}
.catalog_listing h3 {
    font-size: 30px;
    color: #31374a;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.catalog_listing .list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    line-height: 32px;
}
.catalog_listing .list .list_column {
    width: 25%;
    box-sizing: border-box;
    position: relative;
}
.catalog_listing .list .list_column a.list_column_link,
.catalog_listing .list .list_column.opened ul.children_list > li > a{
    display: block;
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.catalog_listing .list .list_column a.list_column_link:hover,
.catalog_listing .list .list_column.opened ul.children_list > li > a:hover{
    text-decoration: underline;
    color: #d81d26;
}
.catalog_listing .list .list_column a.list_column_link.has_child {
    padding-right: 17px;
    background: url("/images/catalog_arrow_down.svg") no-repeat 53% center;
}
.catalog_listing .list .list_column.opened a.list_column_link.has_child {
    color: #e60005;
    background: url("/images/catalog_arrow_up.svg") no-repeat 53% center;
}
.catalog_listing .list .list_column a.list_column_link.has_child ~ ul.children_list{
    padding-left: 24px;
    display: none;
}
.catalog_listing .list .list_column.opened a.list_column_link.has_child ~ ul.children_list {
    display: block;
}
.catalog_listing .list li.more a {
    color: #d81d26;
}
.catalog_listing .column_title, .catalog_listing .category_title {
    color: #e60005;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 18px;
    text-transform: uppercase;
}
.catalog_listing .category_title a {
    color: #e60005;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}
.catalog_category {
    background: #20242f;
    padding: 48px 0
}
.catalog_category h3 {
    font-size: 30px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 48px;
}
.catalog_category .container > ul {
    display: flex;
    justify-content: space-between;
}
.catalog_category .container > ul li {
    text-align: center;
}
.catalog_category .container > ul li a {
    color: #fff;
    text-decoration: none;
}
.catalog_category .container > ul li .image {
    margin-bottom: 16px;
}
.catalog_category .container > ul li .image img {
    height: 49px;
}
.catalog_category .container > ul li .name {
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}

.question_form {
    background: url("/images/form_bg.jpg") no-repeat center center;
    background-size: cover;
    padding: 48px 0;
}
.question_form h3 {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 24px;
}
.question_form form {
    display: flex;
    flex-wrap: wrap;
    /*align-items: flex-end;*/
    align-items: center;
}
.question_form form .text {
    width: 260px;
    font-family: 'Lato';
    color: #fff;
    line-height: 24px;
}
.question_form form .fields {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: calc(100% - 260px);
}
.question_form form .checkbox,
.faq_form form .checkbox,
.request_detail_wrap form .checkbox {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    grid-gap: 40px;
}
.question_form form .checkbox.open-shop {
    justify-content: center;
}
.create-order-form .checkbox {
    margin-top: 25px;
}
#form-signup .checkbox .checkbox-item:first-child,
#form-signup-organization .checkbox .checkbox-item:first-child {
    margin-bottom: 25px;
}
.checkbox .checkbox-item input,
.create-order-form .checkbox input{
    display: none;
}
.checkbox .checkbox-item label.control-label,
.create-order-form .checkbox label {
    height: 27px;
    background: url("/images/checkbox_off.svg") no-repeat center left;
    padding-left: 44px;
    line-height: 24px;
    display: block;
    cursor: pointer;
    color: #fff;
    font-family: 'Lato';
    font-size: 15px;
    text-decoration: none;
    text-align: left;
}
.checkbox .checkbox-item.red label.control-label,
.checkbox .checkbox-item.red label.control-label > a {
    color: #d81d26;
}
.create-order-form .checkbox label{
    color: #000 !important;
}
.faq_form form .checkbox label,
.faq_form form .checkbox label > a,
.vacancy-form-static .checkbox label,
.vacancy-form-static .checkbox label > a,
.vacancy-form-dynamic .checkbox label,
.vacancy-form-dynamic .checkbox label > a {
    color: #d81d26 !important;
}
.checkbox .checkbox-item label.control-label > a{
    color: #fff;
    text-decoration: underline;
}
.checkbox .checkbox-item .callback-checkbox:checked + label.control-label,
.create-order-form .checkbox input:checked + label{
    background: url("/images/checkbox_on.svg") no-repeat center left;
}
.question_form form .fields input[type=text] {
    width: 260px;
    height: 50px;
    line-height: 50px;
    padding: 0 16px;
    font-size: 16px;
    font-family: 'Lato';
    border: none;
    background: #fff;
    border-radius: 6px;
    box-sizing: border-box;
    outline: none;
}
.question_form form .fields [type=submit],
form.open-shop-form button[type=submit],
form.automation-form button[type=submit]{
    width: 260px;
    height: 50px;
    text-decoration: none;
    display: inline-block;
    line-height: 50px;
    background: #ffa800;
    font-size: 20px;
    text-transform: uppercase;
    color: #20242f;
    font-weight: bold;
    border-radius: 4px;
    text-align: center;
    border: none;
    font-family: inherit;
    outline: none;
    cursor: pointer;
}

form.open-shop-form .btn-wrapper, form.automation-form .btn-wrapper {
    width: 300px;
    margin: 0 auto;
}

form.open-shop-form button[type=submit], form.automation-form button[type=submit] {
    width: 100%;
    display: block;
    margin-bottom: 15px;
}

form button[type=submit].disabled,
form.open-shop-form button[type=submit].disabled,
form.automation-form button[type=submit].disabled {
    cursor: not-allowed !important;
    pointer-events: all !important;
    background-color: #cfcfcf !important;
}

.question_form form .fields input[type=submit]:hover,
form.open-shop-form button[type=submit]:hover,
form.automation-form button[type=submit]:hover,
.slider ul li .button a:hover {
    background: #ff9600;
}

.question_form form .fields input[type=submit]:active,
form.open-shop-form button[type=submit]:active,
form.automation-form button[type=submit]:active,
.slider ul li .button a:active {
    background: #ed7b00;
}

.callback-form .form-group,
.open-shop-form .form-group,
.automation-form .form-group {
    position: relative;
}

.callback-form .help-block,
.open-shop-form .help-block,
.automation-form .help-block {
    position: absolute;
    text-align: center;
    color: #fff;
    display: block;
    left: 0;
    right: 0;
    bottom: -20px;
    text-transform: uppercase;
}

.question_form .text_center {
    text-align: center;
}

.question_form h3 span {
    font-size: 21px;
}

form.open-shop-form .fields,
form.automation-form .fields {
    width: 100%;
    margin-bottom: 25px;
}

.actions {
    padding: 48px 0;
}
.actions h3 {
    font-size: 36px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 32px;
    text-align: center;
}
ul.products {
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
}
ul.products li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 260px;
    background: #f1f1f1;
    padding: 16px;
    box-sizing: border-box;
    font-size: 16px;
    height: auto;
    border-radius: 4px;
}
ul.products li .label.sale {
    position: absolute;
    top: 10px;
    left: -5px;
    background: url("/images/sale_label.svg") no-repeat center center;
    color: #fff;
    font-size: 14px;
    width: 96px;
    height: 29px;
    text-align: center;
    line-height: 23px;
    text-transform: uppercase;
    z-index: 3;
}
ul.products li .image {
    position: relative;
    margin-bottom: 16px;
}
ul.products li .image img {
    max-width: 100%;
}
ul.products li .image a.favorites {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 18px;
    height: 17px;
    background: url("/images/icons/chosen_2.svg") no-repeat center center;
}
ul.products li .image a.favorites:hover {
    background: url("/images/icons/chosen_3.svg") no-repeat center center;
}
ul.products li .image a.favorites.always {
    background: url("/images/icons/chosen_3.svg") no-repeat center center;
}
ul.products li .image .stock {
    position: absolute;
    left: 8px;
    bottom: 8px;
    font-size: 12px;
    font-family: 'Lato';
    text-transform: uppercase;
}
ul.products li .image .stock.in_stock {
    background: url("/images/stock_check.svg") no-repeat center left;
    padding-left: 16px;
    color: #17b41a;
}
ul.products li .image .stock.out_stock {
    color: #d81d26;
}
ul.products li .name {
    margin-bottom: 16px;
}
ul.products li .name a {
    color: #31374a;
    font-weight: 700;
    text-decoration: none;
    height: 32px;
    overflow: hidden;
    display: block;
}
.product-art-cart{
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}
ul.products li .article {
    font-family: 'Lato';
}
ul.products li .quantity {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    font-family: 'Lato';
    min-height: 20px;
}
ul.products li .quantity .counter {

}
ul.products li .quantity .counter a.less {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    background: url("/images/counter_less.svg") no-repeat center center, #d81d26;
    border-radius: 3px 0 0 3px;
}
ul.products li .quantity .counter a.less:hover {
    background: url("/images/counter_less.svg") no-repeat center center, #c9000a;
}
ul.products li .quantity .counter a.less:active {
    background: url("/images/counter_less.svg") no-repeat center center, #ae0009;
}
ul.products li .quantity .counter a.less.disabled {
    background: url("/images/counter_less.svg") no-repeat center center, #cdcdcd;
}
ul.products li .quantity .counter a.more {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    background: url("/images/counter_more.svg") no-repeat center center, #d81d26;
    border-radius: 0 3px 3px 0;
}
ul.products li .quantity .counter a.more:hover {
    background: url("/images/counter_more.svg") no-repeat center center, #c9000a;
}
ul.products li .quantity .counter a.more:active {
    background: url("/images/counter_more.svg") no-repeat center center, #ae0009;
}
ul.products li .quantity .counter input {
    display: inline-block;
    vertical-align: top;
    width: 33px;
    height: 20px;
    text-align: center;
    font-size: 14px;
    font-family: inherit;
    border: none;
    background: #fff;

}
ul.products li .price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    min-height: 38px;
}
ul.products li .price .label {
    font-size: 17px;
    color: #31374a;
}
ul.products li .price .cost {

}
ul.products li .price .cost .old {
    display: inline-block;
    margin-right: 8px;
    font-size: 20px;
    color: #9ea0a8;
    text-decoration: line-through;
    font-weight: bold;
}
ul.products li .price .cost .new {
    display: inline-block;
    font-size: 20px;
    color: #d81d26;
    font-weight: bold;
}
ul.products[data-view="table"] li .price.price_ext > .column:not(:last-child) {
    margin-right: 24px;
}
ul.products li .price.price_ext {
    align-items: self-start;
}
ul.products li .price.price_ext .column .column_label {
    margin-bottom: 2px;
}
ul.products li .price.price_ext .column.wholesale .column_label{
    text-align: right;
}
ul.products li .price.price_ext .column.old b {
    font-size: 20px;
    color: #9ea0a8;
    text-decoration: line-through;
    font-weight: bold;
}
ul.products li .price.price_ext .column.wholesale b {
    font-size: 20px;
    color: #d81d26;
    font-weight: bold;
}
ul.products li .price.price_ext .column.retail b {
    font-size: 20px;
    font-weight: bold;
}
ul.products li .price.price_ext .column.wholesale b span.rouble {
    line-height: 0;
}
ul.products li .button .btn-red{
    outline: none;
    border: 0;
    font-size: 16px;
    font-family: 'Akrobat';
    cursor: pointer;
    display: block;
    width: 100%;
    height: 40px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    background: #d81d26;
    text-decoration: none;
    text-align: center;
    border-radius: 4px;
}
ul.products li .button .btn-exist-under{
    line-height: 40px;
}
ul.products.carousel .slick-slide {
    margin: 0 8px;
}
ul.products.carousel .slick-list {
    margin: 0 -8px;
}
ul.products.carousel .slick-prev {
    position: absolute;
    background: url("/images/carousel_left.svg") no-repeat center center;
    width: 20px;
    height: 37px;
    top: calc(50% - 10px);
    left: -48px;
    text-indent: -9999px;
    border: none;
    cursor: pointer;
}
ul.products.carousel .slick-next {
    position: absolute;
    background: url("/images/carousel_right.svg") no-repeat center center;
    width: 20px;
    height: 37px;
    top: calc(50% - 10px);
    right: -48px;
    text-indent: -9999px;
    border: none;
    cursor: pointer;
}

.slider {
    margin-top: 32px;
}
.slider ul {

}
.slider ul li {
    box-sizing: border-box;
    text-align: center;
}
.slider ul li.slick-slide {
    position: relative;
    display: flex !important;
    flex-wrap: wrap;
    background-image: attr(data-desktop-src url);
    background-position: center center;
    background-repeat: no-repeat;
}

.slider ul li.slick-slide > .container {
    position: relative;
    z-index: 2;
}
.slider ul li.slick-slide.index-slider-left-top,
.slider ul li.slick-slide.index-slider-center-top,
.slider ul li.slick-slide.index-slider-right-top {
    align-items: flex-start;
}
.slider ul li.slick-slide.index-slider-left-bottom,
.slider ul li.slick-slide.index-slider-center-bottom,
.slider ul li.slick-slide.index-slider-right-bottom {
    align-items: flex-end;
}
.slider ul li.slick-slide.index-slider-left-center,
.slider ul li.slick-slide.index-slider-center-center,
.slider ul li.slick-slide.index-slider-right-center {
    align-items: center;
}
.slider ul li.slick-slide.index-slider-left-top,
.slider ul li.slick-slide.index-slider-left-bottom,
.slider ul li.slick-slide.index-slider-left-center {
    text-align: left;
}
.slider ul li.slick-slide.index-slider-center-top,
.slider ul li.slick-slide.index-slider-center-bottom,
.slider ul li.slick-slide.index-slider-center-center {
    text-align: center;
}
.slider ul li.slick-slide.index-slider-right-top,
.slider ul li.slick-slide.index-slider-right-bottom,
.slider ul li.slick-slide.index-slider-right-center {
    text-align: right;
}
.slider ul li a, .slider ul li a div, .slider ul li img {
    width: 100%;
}
.slider ul .slick-prev {
    position: absolute;
    background: url("/images/carousel_left.svg") no-repeat center center;
    width: 20px;
    height: 37px;
    top: calc(50% - 10px);
    left: 48px;
    text-indent: -9999px;
    border: none;
    cursor: pointer;
    z-index: 9;
}
.slider ul .slick-next {
    position: absolute;
    background: url("/images/carousel_right.svg") no-repeat center center;
    width: 20px;
    height: 37px;
    top: calc(50% - 10px);
    right: 48px;
    text-indent: -9999px;
    border: none;
    cursor: pointer;
    z-index: 9;
}
.slider ul.slick-dots {
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 24px;
    height: 13px;
}
.slider ul.slick-dots li {
    height: auto;
    padding-top: 0;
    display: inline-block;
}
.slider ul.slick-dots > li:not(:last-child) {
    margin-right: 16px;
}
.slider ul.slick-dots li button {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: none;
    text-indent: -9999px;
    background: #fff;
    border-radius: 12px;
    cursor: pointer;
}
.slider ul.slick-dots li.slick-active button {
    background: #d81d26;
}

.video {
    background: #20242f;
    padding: 48px 0;
    margin-bottom: 30px;
}
.video ul {

}
.video ul li {
    height: auto;
}
.video ul li .image {
    margin-bottom: 16px;
}
.video ul li .image img {
    display: block;
    width: 100%;
/*    margin-bottom: 16px;*/
/*    height: 190px;*/
}
.video ul li .name {
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
}
.video ul .slick-slide {
    margin: 0 8px;
}
.video ul .slick-list {
    margin: 0 -8px;
}
.video ul .slick-prev {
    position: absolute;
    background: url("/images/carousel_left.svg") no-repeat center center;
    width: 20px;
    height: 37px;
    top: calc(50% - 32px);
    left: -48px;
    text-indent: -9999px;
    border: none;
    cursor: pointer;
}
.video ul .slick-next {
    position: absolute;
    background: url("/images/carousel_right.svg") no-repeat center center;
    width: 20px;
    height: 37px;
    top: calc(50% - 32px);
    right: -48px;
    text-indent: -9999px;
    border: none;
    cursor: pointer;
}

.news {
    background: #f1f1f1;
    padding: 48px 0;
}
.news h3 {
    font-size: 36px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 32px;
    text-align: center;
}
.news .timeline {
    position: relative;
    margin-bottom: 48px;
}
.news .timeline ul {
    position: relative;
    padding-top: 12px;
}
.news .timeline ul:after {
    content: '';
    position: absolute;
    top: 0;
    left: calc(50% - 1px);
    width: 2px;
    height: 100%;
    background: #d5d5d5;
}
.news .timeline ul li {
    position: relative;
    width: 49%;
}
.news .timeline ul li.left.month_label:after {
    content: attr(data-month);
    position: absolute;
    top: -36px;
    right: -60px;
    width: 100px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #9698a1;
    color: #fff;
    font-size: 13px;
    font-family: 'Lato';
    border-radius: 24px;
    z-index: 9;
}
.news .timeline ul li.right.month_label:after {
    content: attr(data-month);
    position: absolute;
    top: -36px;
    left: -60px;
    width: 100px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #9698a1;
    color: #fff;
    font-size: 13px;
    font-family: 'Lato';
    border-radius: 24px;
    z-index: 9;
}
.news .timeline ul > li:not(.month_label) {
    margin-bottom: 64px
}
.news .timeline ul > li.month_label {
    margin-top: 64px
}
.news .timeline ul li.left {

}
.news .timeline ul li.right {
    margin-left: auto;
}
.news .timeline ul li .title {
    position: relative;
    font-size: 18px;
    color: #d82f37;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 2px solid #d5d5d5;
    padding-bottom: 6px;
    margin-bottom: 10px;
}
.news .timeline ul li .title a{
    font-size: 18px;
    color: #d82f37;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}
.news .timeline ul li.left .title:after {
    content: '';
    position: absolute;
    bottom: -4px;
    right: -14px;
    width: 6px;
    height: 6px;
    background: #d82f37;
    border-radius: 6px;
    z-index: 9;
}
.news .timeline ul li.right .title:after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: -14px;
    width: 6px;
    height: 6px;
    background: #d82f37;
    border-radius: 6px;
    z-index: 9;
}
.news .timeline ul li.right .title,
.news .timeline ul li.right .text{
    padding-left: 24px;
}
.news .timeline ul li .title span.date {
    color: #7a7a7a;
    font-size: 14px;
    display: inline-block;
    margin-left: 24px;
    font-family: 'Lato';
}
.news .timeline ul li .text {
    font-family: 'Lato';
    font-size: 14px;
    line-height: 22px;
}
.news .button {
    text-align: center;
}
.news .button a {
    width: 260px;
    height: 50px;
    text-decoration: none;
    display: inline-block;
    line-height: 50px;
    background: #f81823;
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    text-align: center;
    border: none;
    font-family: inherit;
    outline: none;
}

.certificates {
    padding: 48px 0;
}
.certificates h3 {
    font-size: 36px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 32px;
    text-align: center;
}
.certificates ul {

}
.certificates ul li {
    height: auto;
}
.certificates ul li img {
    max-width: 100%;
}
.certificates ul .slick-slide {
    margin: 0 8px;
}
.certificates ul .slick-list {
    margin: 0 -8px;
}
.certificates ul .slick-prev {
    position: absolute;
    background: url("/images/carousel_left.svg") no-repeat center center;
    width: 20px;
    height: 37px;
    top: calc(50% - 16px);
    left: -48px;
    text-indent: -9999px;
    border: none;
    cursor: pointer;
}
.certificates ul .slick-next {
    position: absolute;
    background: url("/images/carousel_right.svg") no-repeat center center;
    width: 20px;
    height: 37px;
    top: calc(50% - 16px);
    right: -48px;
    text-indent: -9999px;
    border: none;
    cursor: pointer;
}

.breadcrumbs {
    background: #f1f1f1;
    padding: 24px 0;
    font-family: 'Lato';
}
.breadcrumbs.no_bg {
    background: #fff;
}
.breadcrumbs ul {

}
.breadcrumbs ul li {
    display: inline-block;
    color: #83858f;
}
.breadcrumbs ul > li:not(:last-child) {
    margin-right: 4px;
}
.breadcrumbs ul li a {
    text-decoration: none;
    color: inherit;
}

.text_container {
    background: #f1f1f1;
    padding: 16px 0 48px 0;
}
.text_container img{
    max-width: 100%;
    height: auto !important;
}
.text_container h1 {
    color: #20242f;
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 32px;
    text-transform: uppercase;
}
.text_container .content {
    font-family: 'Lato';
}
.text_container .content p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 16px;
}
.text_container .content a {
    color: #d81d26;
    text-decoration: none;
}
.text_container .content ul.images {
    font-size: 0;
    display: flex;
    justify-content: space-between;
    margin: 32px 0;
}
.text_container .content ul.images li {
    display: inline-block;
    vertical-align: top;
}
.text_container .content ul.images li a,
.slick-slide a{
    position: relative;
    display: block;
}
a.img-zoom:after {
    content: '';
    position: absolute;
    top: calc(50% - 22px);
    left: calc(50% - 22px);
    width: 44px;
    height: 44px;
    border-radius: 4px;
    background: url("/images/icons/zoom.svg") no-repeat center center;
    background-size: 100%;
    cursor: pointer;
    z-index: 2;
    display: none;
}
a.img-zoom:hover:after {
    display: block;
}
.text_container .content ul.images li img {
    display: block;
    max-width: 100%;
    position: relative;
    z-index: 1;
}
.text_container .content ul:not(.images) {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 16px;
}
.text_container .content ul:not(.images) li {
    position: relative;
    padding-left: 16px;
}
.text_container .content ul:not(.images) li:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #e20613;
    top: calc(50% - 3px);
    left: 0;
}
.text_container .content h3 {
    color: #20242f;
    font-family: 'Akrobat';
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 24px;
    text-transform: uppercase;
}
.text_container .publication_date {
    margin: 24px 0;
    color: #7a7a7a;
    font-family: 'Lato';
}

.pagination {
    text-align: center;
    padding: 25px 0;
}
.pagination ul {
    font-size: 0;
}
.pagination ul > li:not(:last-child) {
    margin-right: 16px;
}
.pagination ul li {
    display: inline-block;
    vertical-align: middle;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
}
.pagination ul li a {
    color: inherit;
    text-decoration: none;
}
.pagination ul li a:hover {
    color: #d82f37;
}
.pagination ul li.pagination--disabled {
    color: #9ea0a8;
}
.pagination ul li.pagination__item--active a{
    color: #d82f37;
}

.faq {
    background: #f1f1f1;
    padding: 32px 0;
}
.faq .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}
.faq .title span {
    font-size: 36px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
}
.faq .title a {
    width: 260px;
    height: 50px;
    text-decoration: none;
    display: inline-block;
    line-height: 50px;
    background: #ffa800;
    font-size: 20px;
    text-transform: uppercase;
    color: #20242f;
    font-weight: bold;
    border-radius: 4px;
    text-align: center;
}
.faq .title a:hover {
    background: #ff9600;
}
.faq .title a:active {
    background: #ed7b00;
}
.faq ul.questions {

}
.faq ul.questions > li:not(:last-child) {
    border-bottom: 1px solid #d1d2d4;
}
.faq ul.questions li {
    position: relative;
    padding-bottom: 24px;
    padding-top: 24px;
    padding-left: 48px;
}
.faq ul.questions li .arrow {
    position: absolute;
    width: 31px;
    height: 31px;
    border: 1px solid #bcbdc1;
    border-radius: 4px;
    top: 20px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.faq ul.questions li .arrow svg {
    transition: all 0.4s;
}
.faq ul.questions li.active .arrow svg {
    transform: rotate(180deg);
}
.faq ul.questions li.active .arrow path {
    fill: #e3000b;
}
.faq ul.questions li .question {
    color: #31374a;
    font-size: 20px;
    cursor: pointer;
}
.faq ul.questions li .answer {
    display: none;
    color: #70737e;
    font-size: 20px;
    line-height: 30px;
    padding-top: 16px;
}

.catalog_category.on_page {
    background: #f1f1f1;
    padding: 48px 0 64px 0;
}
.catalog_category.on_page h1, .catalog_listing_brand h1, .catalog_listing_detail h1 {
    color: #20242f;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 48px;
}
.catalog_category.on_page h3 {
    color: #20242f;
}
.catalog_category.on_page ul li a {
    color: #20242f;
}
.catalog_category.on_page ul li ul {
    line-height: 32px;
    margin-top: 24px;
}
.catalog_category.on_page ul li ul li {
    text-align: left;
}
.catalog_category.on_page ul li ul li a {
    color: #000000;
    text-decoration: underline;
    font-weight: 600;
}

.catalog_listing_brand {
    background: #f1f1f1;
    padding: 24px 0 64px 0;
}
.catalog_listing_brand h3 {
    color: #31374a;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 32px;
}
.catalog_listing_brand ul {
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
}
.catalog_listing_brand ul li {
    display: flex;
    width: 33.33%;
    font-size: 16px;
    align-items: center;
    margin-bottom: 32px;
}
.catalog_listing_brand ul li .image {
    margin-right: 16px;
}
.catalog_listing_brand ul li .image img {
    width: 58px;
}
.catalog_listing_brand ul li .text {
    line-height: 22px;
}
.catalog_listing_brand ul li .text a {
    color: #31374a;
    font-size: 18px;
    font-weight: 600;
}
.catalog_listing_brand ul li:hover .text a {
    color: #d82f37;
}
.catalog_listing_brand ul li .text .description {
    color: #83868f;
}

.catalog_listing_detail {
    padding: 24px 0 64px 0;
}
.catalog_listing_detail h3 {
    color: #31374a;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 32px;
}
.catalog_listing_detail .detail_info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;

}
.catalog_listing_detail .detail_info .image img {
    max-width: 160px;
}
.catalog_listing_detail .detail_info .attributes {

}
.catalog_listing_detail .detail_info .attributes ul {
    line-height: 20px;
}
.catalog_listing_detail .detail_info .attributes ul li {
    color: #31374a;
}
.catalog_listing_detail .detail_info .attributes ul li span {
    color: #83868f;
}
.catalog_listing_detail .detail_info .checkboxes {
    width: 45%;
}
.catalog_listing_detail .detail_info .checkboxes ul {
    column-count: 2;
    line-height: 24px;
}
.catalog_listing_detail .detail_info .checkboxes ul li {
    margin-bottom: 12px;
}
.catalog_listing_detail .detail_info .checkboxes ul li .checkbox {

}
.catalog_listing_detail .detail_info .checkboxes ul li .checkbox input {
    display: none;
}
.catalog_listing_detail .detail_info .checkboxes ul li .checkbox label {
    background: url("/images/catalog_checkbox_off.svg") no-repeat center left;
    background-size: 22px;
    height: 22px;
    line-height: 22px;
    padding-left: 24px;
    cursor: pointer;
}
.catalog_listing_detail .detail_info .checkboxes ul li .checkbox input:checked + label {
    background: url("/images/catalog_checkbox_on.svg") no-repeat center left;
    background-size: 22px;
}
.catalog_listing_detail .detail_info .checkboxes ul li .checkbox label span {
    text-decoration: underline;
    font-size: 18px;
    color: #31374a;
    white-space: nowrap;
    font-weight: 600;
}
.catalog_listing_detail .frame_wrapper {
    width: 100%;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #83868f;
    margin-bottom: 32px;
}
.catalog_listing_detail .products_list {

}
.catalog_listing_detail .products_list {

}
ul.products_inline {

}
ul.products_inline li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f1f1f1;
    border-radius: 4px;
    padding: 16px;
    font-weight: 600;
    color: #31374a;
}
.analogs ul.products_inline li .name{
    width: 180px;
}
.analogs ul.products_inline li{
    padding: 16px 0 0 0;
}
.analogs ul.products_inline li .price > div{
    justify-content: end;
    margin-bottom: 0 !important;
}
.analogs ul.products_inline li .price > div > .cost{
    padding-left: 5px;
}
ul.products_inline li .add-product-form{
    display: flex;
    justify-content: right;
    align-items: center;
    background: inherit;
    width: 280px;
}
ul.products_inline > li:not(:last-child) {
    margin-bottom: 16px;
}
ul.products_inline li .article {
    width: 60px;
}
ul.products_inline li .name {
    width: 220px;
}
ul.products_inline li .name a {
    color: inherit;
    text-decoration: none;
}
ul.products_inline li .name a:hover {
    text-decoration: underline;
}
ul.products_inline li .stock {
    font-size: 12px;
    font-family: 'Lato';
    text-transform: uppercase;
    width: 80px;
    line-height: 1.3;
}
ul.products_inline li .stock.out_stock {
    color: #d81d26;
}
ul.products_inline li .stock.in_stock {
    color: #17b41a;
}
ul.products_inline li .price {
    width: 180px;
    padding: 0 5px;
}
ul.products_inline li .price > div:not(:last-child) {
    margin-bottom: 2px;
}
ul.products_inline li .price > div {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
ul.products_inline li .price > div > .old_cost {
    display: inline-block;
    margin-right: 8px;
    font-size: 20px;
    color: #9ea0a8;
    text-decoration: line-through;
    font-weight: bold;
}
ul.products_inline li .price > div > .cost {
    display: inline-block;
    font-size: 20px;
    color: #d81d26;
    font-weight: bold;
}
ul.products_inline li .quantity {
    width: 125px;
}
ul.products_inline li .quantity .counter a.less {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    background: url("/images/counter_less.svg") no-repeat center center, #d81d26;
    border-radius: 3px 0 0 3px;
}
ul.products_inline li .quantity .counter a.less:hover {
    background: url("/images/counter_less.svg") no-repeat center center, #c9000a;
}
ul.products_inline li .quantity .counter a.less:active {
    background: url("/images/counter_less.svg") no-repeat center center, #ae0009;
}
ul.products_inline li .quantity .counter a.less.disabled {
    background: url("/images/counter_less.svg") no-repeat center center, #cdcdcd;
}
ul.products_inline li .quantity .counter a.more {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    background: url("/images/counter_more.svg") no-repeat center center, #d81d26;
    border-radius: 0 3px 3px 0;
}
ul.products_inline li .quantity .counter a.more:hover {
    background: url("/images/counter_more.svg") no-repeat center center, #c9000a;
}
ul.products_inline li .quantity .counter a.more:active {
    background: url("/images/counter_more.svg") no-repeat center center, #ae0009;
}
ul.products_inline li .quantity .counter input {
    display: inline-block;
    vertical-align: top;
    width: 33px;
    height: 20px;
    text-align: center;
    font-size: 14px;
    font-family: inherit;
    border: none;
    background: #fff;
    color: #31374a;
    font-family: 'Lato';
    outline: none;
}
ul.products_inline li .button span,
ul.products_inline li .button button {
    font-family: 'Akrobat';
    font-size: 16px;
    cursor: pointer;
    display: block;
    width: 180px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    background: #d81d26;
    text-decoration: none;
    text-align: center;
    border-radius: 4px;
    border: none;
    outline: none;
}

.catalog_listing.catalog_page {
    background: #f1f1f1;
    padding: 0 0 32px 0;
}
.catalog_listing.catalog_page .container {
    background: transparent;
}
.catalog_listing.catalog_page h1 {
    font-size: 30px;
    color: #31374a;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 48px;
}

.catalog_category_page {
    background: #f1f1f1;
    padding: 24px 0;
}
.catalog_category_page .container {
    font-size: 0;
}
.catalog_category_page .sidebar {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 820px);
    font-size: 16px;
}
.catalog_category_page .sidebar .sidebar_title {
    color: #31374a;
    font-size: 36px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 32px;
}
.catalog_category_page .sidebar .list {

}
.catalog_category_page .sidebar .list > ul {
    line-height: 36px;
}
.catalog_category_page .sidebar .list > ul > li.has_child {

}
.catalog_category_page .sidebar .list > ul > li > a {
    color: #31374a;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    padding-right: 24px;
}
.catalog_category_page .sidebar .list > ul > li.has_child > a,
.catalog_category_page .sidebar .list > ul > li.has_child > ul > li.has_child > a{
    background: url("/images/catalog_arrow_down.svg") no-repeat center right;
}
.catalog_category_page .sidebar .list > ul > li.has_child > ul > li.has_child > a{
    padding-right: 24px;
}
.catalog_category_page .sidebar .list > ul > li.has_child > a:hover {
    color: #e60005;
    text-decoration: underline;
}
.catalog_category_page .sidebar .list > ul > li.active > a {
    color: #e60005;
}
.catalog_category_page .sidebar .list > ul > li.has_child.opened > a,
.catalog_category_page .sidebar .list > ul > li.has_child > ul > li.has_child.opened > a{
    color: #e60005;
    background: url("/images/catalog_arrow_up.svg") no-repeat center right;
}
.catalog_category_page .sidebar .list > ul > li.has_child:not(.opened) > ul,
.catalog_category_page .sidebar .list > ul > li.has_child > ul > li.has_child:not(.opened) > ul.children_list{
    display: none;
}
.catalog_category_page .sidebar .list > ul > li.has_child > ul {
    line-height: 28px;
}
.catalog_category_page .sidebar .list > ul > li.has_child > ul > li > ul.children_list {
    padding-left: 15px;
}
.catalog_category_page .sidebar .list > ul > li.has_child > ul > li > a{
    color: #000000;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
}
.catalog_category_page .sidebar .list > ul > li.has_child > ul > li > ul.children_list > li > a{
    color: #000000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
}
.catalog_category_page .sidebar .list > ul > li.has_child > ul > li > a:hover,
.catalog_category_page .sidebar .list > ul > li.has_child > ul > li > ul.children_list > li > a:hover{
    text-decoration: underline;
}
.catalog_category_page .sidebar .list > ul > li.has_child > ul > li > a.active,
.catalog_category_page .sidebar .list > ul > li.has_child > ul > li > ul.children_list > li > a.active{
    color: #d82f37;
    text-decoration: underline;
}
.catalog_category_page .sidebar .list > ul > li.has_child > ul > li > a.more {
    color: #d82f37;
}
.catalog_category_page .products_list {
    display: inline-block;
    vertical-align: top;
    width: 820px;
    font-size: 16px;
}
.catalog_category_page .products_list .category_title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
}
.catalog_category_page .products_list .category_title span {
    color: #31374a;
    font-size: 36px;
    font-weight: 300;
    text-transform: uppercase;
}
.catalog_category_page .products_list .category_title h1 {
    color: #31374a;
    font-size: 36px;
    font-weight: 300;
    text-transform: uppercase;
}
.catalog_category_page .products_list .category_title .list_trigger {
    min-width: 63px;
}
.catalog_category_page .products_list p a {
    color: #d82f37;
    text-decoration: underline;
}

.catalog_category_page .products_list .category_title .list_trigger a {
    display: inline-block;
    margin-left: 8px;
    filter: grayscale(1);
}
.catalog_category_page .products_list .category_title .list_trigger a.active {
    filter: none;
}
.catalog_category_page .products_list .category_title .list_trigger a:hover {
    filter: none;
}
ul.products.three_columns li {
    margin-bottom: 20px;
    background: #fff;
}
ul.products.three_columns > li:not(:nth-child(3n)) {
    margin-right: 20px;
}

ul.products[data-view="table"] li {
    width: 100%;
    display: flex;
}
ul.products[data-view="table"] > li:not(:nth-child(3n)) {
    margin-right: 0 !important;
}
ul.products[data-view="table"] li .label.sale {
    display: none;
}
ul.products[data-view="table"] li .image {
    position: unset;
    margin-bottom: 0;
    width: 150px;
    margin-right: 24px;
}
ul.products[data-view="table"] li .image a.favorites {
    display: none;
}
ul.products[data-view="table"] li .image .stock {
    display: block;
    top: 16px;
    right: 16px;
    left: auto;
    position: absolute;
    flex: none;
    height: 12px;
}
ul.products[data-view="table"] li .button {
    position: absolute;
    right: 16px;
    bottom: 16px;
    width: 125px;
}
ul.products[data-view="table"] li .button a {
    width: 180px;
}
ul.products[data-view="table"] li .product_info {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
}
ul.products[data-view="table"] li .quantity {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    order: 4;
}
ul.products[data-view="table"] li .quantity span {
    display: inline-block;
    margin-right: 24px;
}
ul.products[data-view="table"] li .price {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    order: 3;
}
ul.products[data-view="table"] li .price .label {
    display: inline-block;
    margin-right: 16px;
}
ul.products[data-view="table"] li .price .cost {
    margin-right: 24px;
}
ul.products[data-view="table"] li .article {
    margin-bottom: 16px;
    width: 100%;
    order: 2;
}
ul.products[data-view="table"] li .name {
    width: 100%;
    order: 1;
}
ul.products[data-view="table"] li .add-product-form {
    order: 3;
}
ul.products[data-view="table"] li .add-product-form .btn-add-cart{
    padding: 0 15px;
}
ul.products.four_columns li {
    margin-bottom: 20px;
    background: #fff;
}
ul.products.four_columns > li:not(:nth-child(4n)) {
    margin-right: 20px;
}

.catalog_favorites {
    background: #f1f1f1;
    padding: 24px 0;
}
.catalog_favorites h1 {
    color: #31374a;
    font-size: 36px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 32px;
}

.product_added_modal,
.modal-storage-map{
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(32, 36, 47, 0.87);
    z-index: 12;
}
.product_added_modal .window {
    position: relative;
    width: 570px;
    height: 225px;
    background: #fff;
    border-radius: 4px;
    z-index: 1;
    text-align: center;
    box-sizing: border-box;
    padding: 48px 32px;
}
.modal-storage-map .window {
    position: relative;
    width: 570px;
    height: 500px;
    background: #fff;
    border-radius: 4px;
    z-index: 1;
    text-align: center;
    box-sizing: border-box;
    padding: 32px 32px;
}
.product_added_modal .window .close,
.modal-storage-map .window .close {
    position: absolute;
    display: block;
    cursor: pointer;
    top: 16px;
    right: 16px;
    background: url("/images/modal_close.svg") no-repeat center center;
    width: 16px;
    height: 16px;
}
.product_added_modal .window .title {
    color: #31374a;
    font-size: 36px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.product_added_modal .window .buttons {
    display: flex;
    justify-content: space-between;
}
.product_added_modal .window .buttons a{
    display: inline-block;
    vertical-align: top;
    width: 230px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #d81d26;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
}
.product_added_modal .window .buttons a.to_cart{
    color: #d82f37;
}
.product_added_modal .window .buttons a.to_catalog{
    background: #d81d26;
    color: #fff;
}
.product_added_modal .window .buttons button{
    display: inline-block;
    width: 230px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #d81d26;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Akrobat';
    border-radius: 4px;
    padding: 0;
    cursor: pointer;
}
/** Окно выбора типа цены **/
.change-type-price {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(32, 36, 47, 0.87);
    z-index: 12;
}
.change-type-price .window {
    position: relative;
    width: 570px;
    height: 325px;
    background: #fff;
    border-radius: 4px;
    z-index: 1;
    text-align: center;
    box-sizing: border-box;
    padding: 32px;
}
.change-type-price .window .title {
    color: #31374a;
    font-size: 36px;
    font-weight: 300;
    text-transform: uppercase;
}
.change-type-price .window .content{
    margin: 20px 0;
}
.change-type-price .window .buttons {
    display: flex;
    justify-content: space-between;
}
.change-type-price .window .buttons p{
    font-size: 13px;
    text-align: left;
}
.change-type-price .window .buttons .block-left p{
    padding: 10px 30px 0 30px
}
.change-type-price .window .buttons .block-right p{
    padding: 10px 10px 0 10px
}
.change-type-price .window .buttons p span{
    color: #d81d26;
    font-size: 14px;
    font-weight: bold;
}
.change-type-price .window .buttons button{
    display: inline-block;
    width: 230px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #d81d26;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Akrobat';
    border-radius: 4px;
    padding: 0;
    cursor: pointer;
}
.change-type-price .window .buttons button.to_wholesale{
    background: #fff;
    color: #d82f37;
}
.change-type-price .window .buttons button.to_wholesale:hover,
.change-type-price .window .buttons button.to_wholesale:focus,
.change-type-price .window .buttons button.to_wholesale:active{
    text-decoration: underline;
    text-decoration-color: #d82f37;;
}
.change-type-price .window .buttons button.to_retail{
    background: #d81d26;
    color: #fff;
}
.change-type-price .window .buttons button.to_retail:hover,
.change-type-price .window .buttons button.to_retail:focus,
.change-type-price .window .buttons button.to_retail:active{
    text-decoration: underline;
    text-decoration-color: #fff;;
}
.catalog_product .product_box {
    border-radius: 4px;
    margin-bottom: 32px;
}
.catalog_product .product_box {
    margin-bottom: 32px;
}
.catalog_product .product_box .title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
    align-items: center;
}
.catalog_product .product_box .title h1 {
    color: #31374a;
    font-size: 36px;
    font-weight: 300;
    text-transform: uppercase;
    width: 75%;
}
.catalog_product .product_box .title .see_on_schema{
    text-align: right;
    margin-top: 15px;
}
.catalog_product .product_box .title .see_on_schema a {
    display: inline-block;
    color: #d82f37;
    background: url("/images/icons/draft.svg") no-repeat center left;
    padding-left: 30px;
    text-decoration: none;
    height: 18px;
    line-height: 18px;
    font-family: 'Lato';
}
.catalog_product .product_box .product_info {
    display: flex;

}
.catalog_product .product_box .product_info .image {
    margin-right: 28px;
    position: relative;
}
.catalog_product .product_box .product_info .info{
    width: 100%;
}
.catalog_product .product_box .product_info .info .attribute {
    color: #31374a;
    font-family: 'Lato';
    font-size: 16px;
    margin-bottom: 6px;
}
.catalog_product .product_box .product_info .info .stock {
    font-family: 'Lato';
    margin-top: 24px;
    margin-bottom: 32px;
}
.catalog_product .product_box .product_info .info .stock span.stock_text {
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 16px;
}
.catalog_product .product_box .product_info .info .stock span.date_text {
    color: #31374a;
    font-size: 16px;
}
.catalog_product .product_box .product_info .info .stock.in_stock span.stock_text {
    color: #17b41a;
}
.catalog_product .product_box .product_info .info .stock.out_stock span.stock_text {
    color: #d81d26;
}
.catalog_product .product_box .product_info .info .properties {
    margin-bottom: 24px;
}
.catalog_product .product_box .product_info .info .properties .properties_title {
    color: #31374a;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 16px;
    text-transform: uppercase;
}
.catalog_product .product_box .product_info .info .properties .properties_rows {
    line-height: 24px;
    font-family: 'Lato';
    color: #31374a;
}
.catalog_product .product_box .product_info .info .price {
    display: flex;
    align-items: flex-start;
    margin-bottom: 32px;
}
.catalog_product .product_box .product_info .info .price .cost {
    margin-right: 48px;
}
.catalog_product .product_box .product_info .info .price .cost > span {
    display: block;
    color: #31374a;
    font-size: 20px;
}
.catalog_product .product_box .product_info .info .price .cost > div {
    color: #d82f37;
    font-size: 36px;
    font-weight: 700;
}
.catalog_product .product_box .product_info .info .buttons {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
}
.catalog_product .product_box .product_info .info .buttons .quantity {

}
.catalog_product .product_box .product_info .info .buttons .quantity > span {
    display: block;
    color: #31374a;
    font-family: 'Lato';
    margin-bottom: 6px;
}
.catalog_product .product_box .product_info .info .buttons .quantity .counter a.less {
    display: inline-block;
    vertical-align: top;
    width: 27px;
    height: 27px;
    background: url("/images/counter_less.svg") no-repeat center center, #d81d26;
    border-radius: 3px 0 0 3px;
}
.catalog_product .product_box .product_info .info .buttons .quantity .counter a.less.disabled {
    background: url("/images/counter_less.svg") no-repeat center center, #cdcdcd;
}
.catalog_product .product_box .product_info .info .buttons .quantity .counter a.more {
    display: inline-block;
    vertical-align: top;
    width: 27px;
    height: 27px;
    background: url("/images/counter_more.svg") no-repeat center center, #d81d26;
    border-radius: 0 3px 3px 0;
}
.catalog_product .product_box .product_info .info .buttons .quantity .counter input {
    display: inline-block;
    vertical-align: top;
    width: 33px;
    height: 27px;
    text-align: center;
    font-size: 14px;
    font-family: inherit;
    border: none;
    background: #fff;
    color: #31374a;
    font-family: 'Lato';
    outline: none;

}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.catalog_product .product_box .product_info .info .buttons .add_to_cart,
.catalog_product .product_box .product_info .info .buttons .btn-exist-under,
.search-code .btn-search {
    outline: none;
    border: 0;
    font-family: 'Akrobat';
    cursor: pointer;
    display: block;
    width: 260px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    background: #d81d26;
    text-decoration: none;
    text-align: center;
    border-radius: 4px;
    font-size: 22px;
}
.catalog_product .product_box .product_info .info a.to_favorites {
    display: block;
    width: 220px;
    height: 50px;
    line-height: 50px;
    color: #31374a;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #d81d26;
    text-decoration: none;
    text-align: center;
    border-radius: 4px;
    font-size: 22px;
}
.catalog_product .product_box .product_info .info a.to_favorites span {
    display: inline-block;
    background: url("/images/icons/chosen.svg") no-repeat center left;
    padding-left: 24px;
    background-size: 18px;
}
.catalog_product .product_box .product_info .info a.to_favorites:hover {
    background: #c9000a;
    color: #fff;
}
.catalog_product .product_box .product_info .info a.to_favorites:hover span {
    background: url("/images/icons/chosen_white.svg") no-repeat center left;
    background-size: 18px;
}
.catalog_product .product_box .product_info .info a.to_favorites:active {
    background: #ae0009;
    color: #fff;
}
.catalog_product .product_box .product_info .info a.to_favorites:active span {
    background: url("/images/icons/chosen_white.svg") no-repeat center left;
    background-size: 18px;
}
.catalog_product .analogs .analogs_title {
    color: #31374a;
    font-size: 36px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.cabinet_header {
    background: #f1f1f1;
    padding: 16px 0 24px 0;
}
.cabinet_header .title {
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
}
.cabinet_header .title .name{
    width: 25%;
}
.cabinet_header .title .name,
.cart_header .title .name {
    color: #31374a;
    font-size: 36px;
    font-weight: 300;
    text-transform: uppercase;
}
.cabinet_header .buttons {
    font-size: 0;
    width: 45%;
}
.cabinet_header .buttons a {
    display: inline-block;
    vertical-align: middle;
    background: #e6e6e6;
    width: auto;
    padding: 0 15px;
    height: 31px;
    line-height: 31px;
    color: #31374a;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    border-radius: 3px;
}
.cabinet_header .buttons span.active {
    display: inline-block;
    vertical-align: middle;
    background: #d81d26;
    width: auto;
    padding: 0 15px;
    height: 31px;
    line-height: 31px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    border-radius: 3px;
}
.cabinet_header .buttons a:hover {
    background: #d81d26;
    color: #fff;
}
.cabinet_header .buttons span.active:not(:last-child),
.cabinet_header .buttons > a:not(:last-child) {
    margin-right: 8px;
}
.cabinet_header .info {
    text-align: right;
    line-height: 1.2;
}
.cabinet_header .info span{
    display: inline-block;
    font-family: 'Lato';
    color: #31374a;
}
.cabinet_header .info span a{
    color: #31374a;
}
.cabinet_header .info span a:hover{
    color: #d81d26;
}
/*.cabinet_header .info > span:not(:last-child) {
    margin-right: 12px;
}*/
.cabinet_header .info > span b {
    font-weight: bold;
}

.full_cart {
    background: #f1f1f1;
    padding: 0 0 32px 0;
}
.full_cart .cart_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
    padding: 16px 0 24px 0;
}
.full_cart .cart_header .search {

}
.full_cart .cart_header .search {
    position: relative;
}
.full_cart .cart_header .search input[type=text] {
    width: 446px;
    height: 50px;
    line-height: 50px;
    font-family: inherit;
    border-radius: 4px;
    border: 1px solid #e20613;
    padding: 0 16px;
    outline: none;
    font-size: 20px;
}
.full_cart .cart_header .search input[type=text]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #505563;
    opacity: 1; /* Firefox */
    font-size: 20px;
}
.full_cart .cart_header .search input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #505563;
    font-size: 20px;
}
.full_cart .cart_header .search input[type=text]::-ms-input-placeholder { /* Microsoft Edge */
    color: #505563;
    font-size: 20px;
}
.full_cart .cart_header .search input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background: url("/images/icons/lens_1.svg") no-repeat center center;
    background-size: 18px;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    padding: 0;
    cursor: pointer;
}
.full_cart .cart_header .links {

}
.full_cart .cart_header .links a {
    display: inline-block;
    vertical-align: middle;
    color: #D81D26;
    font-family: 'Lato';
    text-decoration: none;
}
.full_cart .cart_header .links > a:not(:last-child) {
    margin-right: 24px;
}
.full_cart .cart_header .links a.share {
    background: url("/images/icons/share.svg") no-repeat center left;
    padding-left: 24px;
}
.full_cart .cart_header .links a.export {
    background: url("/images/icons/export.svg") no-repeat center left;
    padding-left: 24px;
}
.full_cart .cart_header .links a.print {
    background: url("/images/icons/print.svg") no-repeat center left;
    padding-left: 24px;
}
.full_cart .cart_products {
    margin-bottom: 32px;
}
.full_cart .cart_products .cart_products_first_row {
    font-size: 0;
    color: #83858f;
    font-family: 'Lato';
    margin-bottom: 8px;
    padding: 0 8px;
    box-sizing: border-box;
}
.full_cart .cart_products .product_row {
    font-size: 0;
    background: #fff;
    border-radius: 4px;
    padding: 8px;
    box-sizing: border-box;
}
.full_cart .cart_products > .product_row:not(:last-child) {
    margin-bottom: 8px;
}
.full_cart .cart_products .column {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}
.full_cart .cart_products .column.image img {
    max-width: 64px;
}
.full_cart .cart_products .column.col_1 {
    width: 9%;
}
.full_cart .cart_products .column.col_1.number {
    width: 5%;
}
.full_cart .cart_products .column.col_2 {
    width: 9%;
}
.full_cart .cart_products .column.col_3 {
    width: 44%;
}
.full_cart .cart_products .column.col_4 {
    width: 9%;
}
.full_cart .cart_products .column.col_5 {
    width: 10%;
}
.full_cart .cart_products .column.col_6 {
    width: 10%;
}
.full_cart .cart_products .column.col_7 {
    width: 10%;
}
.full_cart .cart_products .column.col_8 {
    width: 3%;
}
.full_cart .cart_products .product_row .column {
    color: #31374a;
    font-size: 18px;
    font-weight: 700;
}
.full_cart .cart_products .product_row .column.link a {
    text-decoration: none;
    border-bottom: 1px solid;
    font-weight: 700;
    color: inherit;
}
.full_cart .cart_products .product_row .column.link {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 24px;
    box-sizing: border-box;
}
.full_cart .cart_products .product_row .column.price {
    color: #d81d26;
    font-size: 20px;
    font-weight: 800;
}
.full_cart .cart_products .product_row .column .counter {

}
.full_cart .cart_products .product_row .column .counter a.less {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    background: url("/images/counter_less.svg") no-repeat center center, #d81d26;
    border-radius: 3px 0 0 3px;
}
.full_cart .cart_products .product_row .column .counter a.less:hover {
    background: url("/images/counter_less.svg") no-repeat center center, #c9000a;
}
.full_cart .cart_products .product_row .column .counter a.less:active {
    background: url("/images/counter_less.svg") no-repeat center center, #ae0009;
}
.full_cart .cart_products .product_row .column .counter a.less.disabled {
    background: url("/images/counter_less.svg") no-repeat center center, #cdcdcd;
}
.full_cart .cart_products .product_row .column .counter a.more {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    background: url("/images/counter_more.svg") no-repeat center center, #d81d26;
    border-radius: 0 3px 3px 0;
}
.full_cart .cart_products .product_row .column .counter a.more:hover {
    background: url("/images/counter_more.svg") no-repeat center center, #c9000a;
}
.full_cart .cart_products .product_row .column .counter a.more:active {
    background: url("/images/counter_more.svg") no-repeat center center, #ae0009;
}
.full_cart .cart_products .product_row .column .counter input {
    display: inline-block;
    vertical-align: top;
    width: 33px;
    height: 20px;
    text-align: center;
    font-size: 14px;
    font-family: inherit;
    border: 1px solid #cdcdcd;
    background: #fff;
}
.full_cart .cart_products .product_row .column a.remove {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("/images/remove.svg") no-repeat center center;
}
.full_cart .cart_products .product_row .column a.remove:hover {
    background: url("/images/remove_active.svg") no-repeat center center;
}
.full_cart .cart_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.full_cart .cart_footer .add_to_cart {
    font-size: 0;
}
.full_cart .cart_footer .add_to_cart span {
    color: #31374a;
    font-size: 18px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 600;
}
.full_cart .cart_footer .add_to_cart a {
    display: inline-block;
    vertical-align: middle;
    background: #e6e6e6;
    width: auto;
    height: 31px;
    line-height: 31px;
    color: #d81d26;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    border-radius: 3px;
    font-weight: 600;
    padding: 0 10px;
}
.full_cart .cart_footer .add_to_cart > a:not(:last-child) {
    margin-right: 8px;
}
.full_cart .cart_footer .total {
    font-size: 0;
}
.full_cart .cart_footer .total > span {
    margin-right: 12px;
    color: #31374a;
    font-weight: 800;
    font-size: 20px;
}
.full_cart .cart_footer .total span b {
    color: #d81d26;
}
.full_cart .cart_footer .total a {
    width: 240px;
    height: 50px;
    text-decoration: none;
    display: inline-block;
    line-height: 50px;
    background: #d81d26;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    text-align: center;
}

.client_form {
    padding: 32px 0;
}
.client_form h3 {
    color: #31374a;
    font-size: 36px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.client_form .form_title {
    color: #20242f;
    font-size: 20px;
    font-family: 'Lato';
    margin-bottom: 24px;
    font-weight: 600;
}
.client_form .fields {
    margin-bottom: 32px;
}
.client_form .fields .column {
    width: 340px;
    display: inline-block;
    vertical-align: top;
    margin-right: 16px;
}
.client_form .fields .field {

}
.client_form .fields .column > .field:not(:last-child) {
    margin-bottom: 24px;
}
.client_form .fields .field label {
    display: block;
    color: #83858f;
    font-size: 14px;
    font-family: 'Lato';
    margin-bottom: 4px;
}
.client_form .fields .field label span.required {
    color: #d81d26;
}
.client_form .fields .field input {
    width: 100%;
    border: 1px solid #cfcfcf;
    background: #fff;
    border-radius: 4px;
    outline: none;
    font-family: 'Lato';
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    padding: 18px !important;
}
.client_form .fields .field textarea {
    width: 100%;
    border: 1px solid #cfcfcf;
    background: #fff;
    border-radius: 4px;
    outline: none;
    font-family: 'Lato';
    box-sizing: border-box;
    padding: 18px !important;
    resize: none;
}
.client_form .radio_list {
    margin-bottom: 32px;
}
.client_form .radio_list .radio_select {

}
.client_form .radio_list > .radio_select.with_description:not(:last-child) {
    margin-bottom: 24px;
}
.client_form .radio_list > .radio_select:not(:last-child) {
    margin-bottom: 42px;
}
.client_form .radio_list .radio_select .radio {
    display: inline-block;
    vertical-align: middle;
    margin-right: 32px;
}
.client_form .radio_list .radio_select.with_description .radio {
    width: 130px;
}
.client_form .radio_list .radio_select .radio input {
    display: none;
}
.client_form .radio_list .radio_select .radio label {
    background: url("/images/radio_button_off.png") no-repeat center left;
    padding-left: 28px;
    color: #31374a;
    font-size: 16px;
    font-family: 'Lato';
    height: 19px;
    cursor: pointer;
}
.client_form .radio_list .radio_select .radio input:checked + label {
    background: url("/images/radio_button_on.png") no-repeat center left;
}
.client_form .radio_list .radio_select .radio input[type="radio"]:disabled,
.client_form .radio_list .radio_select .radio input[type="radio"]:disabled + label{
    cursor: not-allowed;
    pointer-events: all;
    color: #cfcfcf;
}
.client_form .radio_list .radio_select .description {
    display: inline-block;
    vertical-align: middle;
    color: #83858f;
    font-size: 14px;
    line-height: 18px;
    font-family: 'Lato';
    width: 80%;
}
.client_form .submit {

}
.client_form .submit button {
    outline: none;
    border: none;
    cursor: pointer;
    width: 300px;
    height: 50px;
    text-decoration: none;
    display: inline-block;
    line-height: 50px;
    background: #d81d26;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    text-align: center;
    font-family: inherit;
}

.registration {
    background: #f1f1f1;
    padding: 24px 0 64px 0;
}
.registration h1,
.login h1{
    color: #31374a;
    font-size: 36px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 32px;
    text-align: center;
}
.registration .reg_tabs {
    width: 992px;
    margin: 0 auto;

}
.registration .reg_tabs .tab_labels {

}
.registration .reg_tabs .tab_labels ul {
    font-size: 0;
}
.registration .reg_tabs .tab_labels ul li {
    display: inline-block;
}
.registration .reg_tabs .tab_labels ul li a{
    color: #20242f;
    font-size: 20px;
    font-family: 'Lato';
    padding: 16px 32px;
    cursor: pointer;
    display: block;
}

.registration .reg_tabs .tab_labels ul li a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    height: 9px;
    border-radius: 9px;
    margin-right: 12px;
    background: #83868f;
}
.registration .reg_tabs .tab_labels ul li.active {
    background: #fff;
    border-radius: 4px 4px 0 0;
}
.registration .reg_tabs .tab_labels ul li.active a:before {
    background: #d81d26;
}

.registration .reg_tabs .tab_contents {
    background: #fff;
    border-radius: 0 0 4px 4px;
    box-sizing: border-box;
    padding: 30px 21px;
}
.registration .reg_tabs .tab_content {
    display: none;
}
.registration .reg_tabs .tab_content.active {
    display: block;
}
.registration .reg_tabs .tab_content .columns {
    font-size: 0;
}

.registration .reg_tabs .tab_content .columns .column {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 12px);
    font-size: 16px;
}
.profile_page .columns .column{
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 14px);
    font-size: 16px
}
.profile_page .columns .column.column-40{
    width: calc(40% - 14px);
    margin-right: 24px;
}
.profile_page .columns .column.column-20{
    width: calc(19% - 14px);
    margin-right: 24px;
}
.profile_page .columns .column.column-20:last-child{
    margin-right: 0;
}
.profile_page .columns .column.column-80{
    width: calc(81% - 14px);
}
.profile_page .columns .column:first-child,
.registration .reg_tabs .tab_content .columns > .column:first-child {
    margin-right: 24px;
}
.registration .reg_tabs .tab_content .columns .column .form_title {
    display: block;
    color: #83858f;
    font-size: 14px;
    font-family: 'Lato';
    margin-bottom: 24px;
}
.registration .reg_tabs .tab_content .columns .column .form_title.mt {
    margin-top: 53px;
}
.registration .reg_tabs .tab_content .columns .column .field {
    position: relative;
    margin-bottom: 30px;
}
.registration .reg_tabs .tab_content .columns .column .field input {
    width: 100%;
    border: 1px solid #cfcfcf;
    background: #fff;
    border-radius: 4px;
    outline: none;
    font-family: 'Lato';
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    padding: 14px 10px !important;
    font-size: 16px
}
.registration .reg_tabs .tab_content .columns .column .field.has-error input,
.login_form .form-group.has-error input,
.callback_form .field .form-group.has-error input,
.faq_modal .window .faq_form .row .field.has-error .form-control{
    border: 1px solid #e3000b;
}
.registration .reg_tabs .tab_content .columns .column .field.has-error .help-block-error,
.login_form .has-error .help-block-error{
    color: #e3000b;
}
.login-form .field label,
.registration .reg_tabs .tab_content .columns .column .field label {
    position: absolute;
    top: -8px;
    left: 18px;
    font-family: 'Lato';
    color: #31374a;
    transition: all 0.4s;
    pointer-events: none;
    font-size: 14px;
    padding: 0 4px;
    background-color: #fff;
    z-index: 1;
}
.registration .reg_tabs .tab_content .columns .column .field input:focus + label,
.registration .reg_tabs .tab_content .columns .column .field input:not(:placeholder-shown) + label {
    font-size: 13px;
    top: -5px;
    background: #fff;
    padding: 0 4px;
    left: 14px;
}

.form-group .help-block{
    position: absolute;
    font-size: 14px;
    /*color:  #d81d26;*/
    bottom: -17px;
    right: 22px;
}
.callback_modal .form-group .help-block{
    color:  #d81d26;
}
.registration .reg_tabs .tab_content .columns .column .field label span {
    color: #d81d26;
}
.registration .reg_tabs .tab_content .columns .column .field a.show_password {
    position: absolute;
    top: calc(50% - 4.5px);
    right: 18px;
    background: url("/images/icons/show.svg") no-repeat center center;
    background-size: 16px;
    width: 16px;
    height: 9px;
    z-index: 1;
}
.registration .reg_tabs .tab_content .columns .column .field a.show_password.show {
    opacity: 0.6;
}
.registration .reg_tabs .tab_content .columns .column .forgot_password {
    margin-bottom: 24px;
}
.registration .reg_tabs .tab_content .columns .column .forgot_password a {
    color: #d81d26;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Lato';
}
.registration .reg_tabs .tab_content .columns .column .policy {

}
.registration .reg_tabs .tab_content .columns .column .policy .checkbox {

}
.registration .reg_tabs .tab_content .columns .column .policy .checkbox input {
    display: none;
}
.registration .reg_tabs .tab_content .columns .column .policy .checkbox label {
    height: 27px;
    background: url("/images/checkbox_off.svg") no-repeat center left;
    padding-left: 44px;
    line-height: 24px;
    display: block;
    cursor: pointer;
}
.registration .reg_tabs .tab_content .columns .column .policy .checkbox input:checked + label {
    background: url("/images/checkbox_on.svg") no-repeat center left;
}
.registration .reg_tabs .tab_content .columns .column .policy .checkbox label {
    color: #d81d26;
    font-family: 'Lato';
    font-size: 15px;
    text-decoration: none;
}
.registration .reg_tabs .tab_content .columns .column .policy .checkbox label a:hover {
    text-decoration: underline;
}
/*.registration .reg_tabs .tab_content .columns .column .row.half {
    font-size: 0;
}*/
.registration .reg_tabs .tab_content .columns .column .row.half .field {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
.registration .reg_tabs .tab_content .columns .column .row.half .field.field-signuppersonform-address,
.registration .reg_tabs .tab_content .columns .column .row.half .field.field-signuporganizationform-address{
    width: 78%;
}
.registration .reg_tabs .tab_content .columns .column .row.half .field.field-signuppersonform-flat,
.registration .reg_tabs .tab_content .columns .column .row.half .field.field-signuporganizationform-flat{
    width: 18%;
}
.registration .reg_tabs .tab_content .columns .column .row.half > .field:not(:last-child) {
        margin-right: calc(100% - 48%*2);
}
.registration .reg_tabs .tab_content .columns .column .submit button {
    width: 100%;
    height: 50px;
    text-decoration: none;
    display: inline-block;
    line-height: 50px;
    background: #d81d26;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    text-align: center;
    outline: none;
    cursor: pointer;
    border: none;
    font-family: inherit;
}


.login-page{
    background: #f1f1f1;
    padding: 24px 0 64px 0;
}
.login-page h1 {
    color: #31374a;
    font-size: 36px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 32px;
    text-align: center;
}
.login_form {
    width: 340px;
    margin: 0 auto;
}
.login_form form {
    margin-bottom: 24px;
}
.login_form .form_title {
    color: #20242f;
    font-size: 20px;
    font-family: 'Lato';
    font-weight: 500;
    text-align: center;
    margin-bottom: 32px;
}
.login_form .description {
    color: #83858f;
    font-family: 'Lato';
    line-height: 24px;
    margin-bottom: 24px;
}
.login_form .field {
    position: relative;
    margin-bottom: 20px;
}
.login_form .field a.show_password {
    position: absolute;
    top: calc(50% - 4.5px);
    right: 18px;
    background: url("/images/icons/show.svg") no-repeat center center;
    background-size: 16px;
    width: 16px;
    height: 9px;
    z-index: 1;
}
.login_form .field a.show_password.show {
    opacity: 0.6;
}
.login_form .field input {
    width: 100%;
    border: 1px solid #cfcfcf;
    background: #fff;
    border-radius: 4px;
    outline: none;
    font-family: 'Lato';
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    padding: 12px;
}
.login_form .field input:focus + label,
.login_form .field input:not(:placeholder-shown) + label {
    font-size: 12px;
    top: -5px;
/*    background: #fff;*/
    padding: 0 4px;
    left: 14px;
}
.callback_modal .policy,
.login_form .policy {
    margin-bottom: 24px;
    text-align: left;
}
.callback_modal .policy .checkbox input,
.login_form .policy .checkbox input {
    display: none;
}
.callback_modal .policy .checkbox label,
.login_form .policy .checkbox label {
    height: 27px;
    background: url("/images/checkbox_off.svg") no-repeat center left;
    padding-left: 44px;
    line-height: 24px;
    display: block;
    cursor: pointer;
}
.callback_modal .policy .checkbox input:checked + label,
.login_form .policy .checkbox input:checked + label {
    background: url("/images/checkbox_on.svg") no-repeat center left;
}
.callback_modal .policy .checkbox label,
.login_form .policy .checkbox label,
.faq_modal .policy .checkbox label {
    color: #d81d26;
    font-family: 'Lato';
    font-size: 15px;
    text-decoration: none;
}
.faq_modal .help-block{
    position: absolute;
    font-size: 14px;
    color: #d81d26;
    bottom: -17px;
    right: auto;
    left: 0;
}
/*.callback_modal .policy .checkbox label:hover,
.login_form .policy .checkbox label a:hover {
    text-decoration: underline;
}*/
.callback_modal .submit .btn-red,
.login_form .submit .btn-red {
    width: 100%;
    height: 50px;
    text-decoration: none;
    display: inline-block;
    line-height: 50px;
    background: #d81d26;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    text-align: center;
    outline: none;
    cursor: pointer;
    border: none;
    font-family: inherit;
    margin-top: 15px;
}
.login_form .links {
    display: flex;
    justify-content: space-between;
}
.login_form .links a {
    font-family: 'Lato';
    color: #d81d26;
    font-size: 16px;
}

.login_modal {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(32, 36, 47, 0.87);
    z-index: 12;
}
.login_modal .window {
    position: relative;
    width: 461px;
    background: #fff;
    border-radius: 4px;
    z-index: 1;
    text-align: center;
    box-sizing: border-box;
    padding: 48px 32px;
}
.login_modal .title {
    color: #31374a;
    font-size: 36px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 32px;
    text-align: center;
}
.login_modal .window .close {
    position: absolute;
    display: block;
    cursor: pointer;
    top: 16px;
    right: 16px;
    background: url("/images/modal_close.svg") no-repeat center center;
    width: 16px;
    height: 16px;
}
.modal-success {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(32, 36, 47, 0.87);
    z-index: 12;
}
.modal-success .window {
    position: relative;
    width: 461px;
    background: #fff;
    border-radius: 4px;
    z-index: 1;
    text-align: center;
    box-sizing: border-box;
    padding: 48px 32px;
}
.modal-success .title {
    color: #31374a;
    font-size: 36px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 32px;
    text-align: center;
}
.modal-success .window .close {
    position: absolute;
    display: block;
    cursor: pointer;
    top: 16px;
    right: 16px;
    background: url("/images/modal_close.svg") no-repeat center center;
    width: 16px;
    height: 16px;
}

.profile_page {
    background: #f1f1f1;
    padding: 24px 0 64px 0;
}
.profile_page h1,
.profile_page h2 {
    color: #31374a;
    font-size: 36px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 32px;
}
.profile_page .profile_form .field.hidden{
    display: none;
}
.profile_page .profile_form .field {
    position: relative;
    margin-bottom: 24px;
}
.profile_page .profile_form .field label {
    display: block;
    color: #83858f;
    font-size: 14px;
    font-family: 'Lato';
    margin-bottom: 4px;
}
.profile_page .profile_form .field.required label span.required {
    color: #d81d26;
}
.profile_page .profile_form .field input {
    width: 100%;
    border: 1px solid #cfcfcf;
    background: #fff;
    border-radius: 4px;
    outline: none;
    font-family: 'Lato';
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    padding: 18px !important;
}
.profile_page .profile_form .field select {
    width: 100%;
    border: 1px solid #cfcfcf;
    background: #fff;
    border-radius: 4px;
    outline: none;
    font-family: 'Lato';
    height: 50px;
    box-sizing: border-box;
    padding: 10px 15px !important;
}
.profile_page .profile_form .field textarea {
    width: 100%;
    border: 1px solid #cfcfcf;
    background: #fff;
    border-radius: 4px;
    outline: none;
    font-family: 'Lato';
    font-size: 13px;
    box-sizing: border-box;
    padding: 10px !important;
}
.profile_page .profile_form .field .filter__inner.grid-list{
    display: flex;
    grid-gap: 20px;
    margin-top: 5px;
}
.profile_page .profile_form .field .filter__inner.grid-list .field-wrapper > input{
    display: none;
}
.profile_page .profile_form .field label.label_period_days_send{
    display: block;
    position: relative;
    font-size: 14px;
    color: #686868;
    cursor: pointer;
    outline: 0;
    height: 36px;
    width: 36px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #838383;
    line-height: 33px;
}
.profile_page .profile_form .field .input_period_days_send:checked + .label_period_days_send {
    background-color: #5cb85c;
    color: #fff;
    border: 1px solid #5cb85c;
}
.field.password {
    position: relative;
}
.field.password a.show_password {
    position: absolute;
    top: calc(50% - 4.5px + 8px);
    right: 18px;
    background: url("/images/icons/show.svg") no-repeat center center;
    background-size: 16px;
    width: 16px;
    height: 9px;
    z-index: 1;
}
.callback_modal .field.password a.show_password {
    top: calc(50% - 4.5px);
}
.field.password a.show_password.show {
    opacity: 0.6;
}
.profile_page .profile_form .submit {
    font-size: 0;
    display: flex;
    justify-content: right;
}
.profile_page .profile_form .del-address{
    margin-right: 15px;
}
.profile_page .profile_form .submit .btn-red{
    width: 165px;
    height: 50px;
    text-decoration: none;
    display: inline-block;
    line-height: 48px;
    background: transparent;
    font-size: 20px;
    text-transform: uppercase;
    color: #d81d26;
    font-weight: bold;
    border-radius: 4px;
    text-align: center;
    outline: none;
    cursor: pointer;
    font-family: inherit;
    border: 1px solid #d81d26;
    box-sizing: border-box;
    padding: 0;
}
.profile_page .profile_form .submit .btn-red.btn-integration{
    width: auto;
    padding: 0 15px;
}
.profile_page .profile_form .submit .btn-red.btn-integration.hidden,
.form__field__is_excel.hidden,
.form__field__is_xml.hidden{
    display: none;
}
.integration h3{
    font-size: 22px;
    font-weight: bold;
    color: #31374a;
    margin-bottom: 15px;
}
.integration .appeal_work {
    font-size: 22px;
    font-weight: bold;
    color: #e3000b;
    margin: 15px 0;
    text-align: center;
}
/*.integration .integration__wrap {*/
/*    display: flex;*/
/*    grid-gap: 20px;*/
/*    align-items: center;*/
/*    margin: 50px 0;*/
/*    justify-content: space-between;*/
/*}*/
.integration small {
    text-align: right;
    display: block;
    margin: 15px 0;
    font-size: 14px;
    font-weight: 600;
}
.profile_page .profile_form .field.field-integrationform-is_excel,
.profile_page .profile_form .field.field-integrationform-is_xml {
    margin: 50px 0;
}
.profile_page .profile_form .field.field-integrationform-is_excel label,
.profile_page .profile_form .field.field-integrationform-is_xml label {
    font-size: 16px;
    color: #1d1e20;
    height: 27px;
    background: url("/images/checkbox_off.svg") no-repeat center left;
    padding-left: 44px;
    line-height: 24px;
    display: block;
    cursor: pointer;
    font-family: 'Lato';
    text-decoration: none;
}
.profile_page .profile_form .field.field-integrationform-is_excel input:checked + label,
.profile_page .profile_form .field.field-integrationform-is_xml input:checked + label {
    background: url("/images/checkbox_on.svg") no-repeat center left;
}
.profile_page .profile_form .field.field-integrationform-is_excel input[type="checkbox"],
.profile_page .profile_form .field.field-integrationform-is_xml input[type="checkbox"] {
    display: none;
}
form#form-integration .help-block{
    color: #d81d26;
    font-weight: 600;
}

.profile_page .profile_form .submit a.cancel {
    width: 165px;
    height: 50px;
    text-decoration: none;
    display: inline-block;
    line-height: 48px;
    background: transparent;
    font-size: 20px;
    text-transform: uppercase;
    color: #d81d26;
    font-weight: bold;
    border-radius: 4px;
    text-align: center;
    outline: none;
    cursor: pointer;
    font-family: inherit;
    border: 1px solid #d81d26;
    box-sizing: border-box;
    padding: 0;
}
.profile_page .profile_form .submit .btn-red:hover,
.profile_page .profile_form .submit a.cancel:hover {
    background: #c9000a;
    color: #fff;
}
.profile_page .profile_form .submit input:active,
.profile_page .profile_form .submit a.cancel:active {
    background: #ae0009;
    color: #fff;
}



.my_orders {
    background: #f1f1f1;
    padding: 24px 0 64px 0;
}
.my_orders .orders_table {

}
.my_orders .orders_table {

}
.my_orders .orders_table .orders_table_header {
    font-size: 0;
    color: #83858f;
    font-family: 'Lato';
    margin-bottom: 8px;
    padding: 0 19px;
    box-sizing: border-box;
}
.my_orders .orders_table .orders_table_header .column.col_7 {
    font-size: 16px !important;
}
.my_orders .orders_table .column {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}
.my_orders .orders_table .column.col_1 {
    width: 10%;
}
.my_orders .orders_table .column.col_2 {
    width: 12%;
}
.my_orders .orders_table .column.col_3 {
    width: 15%;
}
.my_orders .orders_table .column.col_4 {
    width: 13%;
}
.my_orders .orders_table .column.col_5 {
    width: 12%;
}
.my_orders .orders_table .column.col_6 {
    width: 12%;
}
.my_orders .orders_table .column.col_7 {
    width: 26%;
    font-size: 0 !important;
}
.my_orders .orders_table .column.col_1.wide {
    width: 13%;
}
.my_orders .orders_table .column.col_2.wide {
    width: 35%;
}
.my_orders .orders_table .column.col_3.wide {
    width: 15%;
}
.my_orders .orders_table .column.col_4.wide {
    width: 13%;
}
.my_orders .orders_table .column.col_5.wide {
    width: 12%;
}
.my_orders .orders_table .order {
    padding: 24px 19px;
    background: #fff;
    border-radius: 3px;
    font-family: 'Lato';
    color: #20242f;
    margin-bottom: 24px;
}
.my_orders .orders_table .order .row {
    font-size: 0;
    padding-bottom: 24px;
    border-bottom: 1px solid #e6e6e6;
}
.my_orders .orders_table .order .row.row_product{
    padding: 12px 0;
    border-bottom: 1px dashed #e6e6e6;
}
.my_orders .orders_table .order .row.row-footer{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 24px;
}
.my_orders .orders_table .order .row-product-wrapper .row-header{
    padding: 12px 0;
    border-bottom: 1px dashed #e6e6e6;
    font-size: 0;
}
.my_orders .orders_table .order .row-product-wrapper .row-header .column{
    font-size: 12px;
    color: #83858f;
}
/*.my_orders .orders_table .order .row:not(:last-child) {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e6e6e6;
}*/
.order .row-product-wrapper{
    display: block;
}
.order.rows-products-close .row-product-wrapper{
    display: none;
}
.my_orders .orders_table .order .row .column {
    font-size: 18px;
    font-weight: 600;
}
.my_orders .orders_table .order .row.row_product .column {
    font-size: 14px;
    font-weight: 400;
}
.my_orders .orders_table .order .row.row_product .column.col_1,
.my_orders .orders_table .order .row.row_product .column.col_2 a {
    font-size: 13px;
    color: #d81d26;
}
.my_orders .orders_table .order .row.row_product .column.col_2 a{
    line-height: 1.3;
}
.my_orders .orders_table .order .row .column.col_7 a {
    display: inline-block;
    width: 130px;
    height: 34px;
    text-decoration: none;
    line-height: 34px;
    text-transform: uppercase;
    font-family: 'Akrobat';
    color: #31374a;
    box-sizing: border-box;
    border-radius: 4px;
    text-align: center;
    vertical-align: top;
    font-weight: 700;
    font-size: 16px;
}
.my_orders .orders_table .order .row .column.col_7 a.repeat {
    border: 1px solid #17b41a;
    margin-right: 8px;
}
.my_orders .orders_table .order .row .column.col_7 a.repeat:hover {
    background: #17b41a;
    color: #fff;
}
.my_orders .orders_table .order .row .column.col_7 a.cancel {
    border: 1px solid #d82f37;
}
.my_orders .orders_table .order .row .column.col_7 a.cancel:hover {
    background: #d82f37;
    color: #fff;
}
.my_orders .orders_table .order .row .column.col_7 a.documents {
    border: 1px solid #ffa800;
    margin-right: 8px;
}
.my_orders .orders_table .order .row .column.col_7 a.documents:hover {
    background: #ffa800;
    color: #fff;
}
.my_orders .orders_table .order .row .column.col_7 a.pay {
    border: 1px solid #337ab7;
    margin-right: 8px;
}
.my_orders .orders_table .order .row .column.col_7 a.pay:hover {
    background: #337ab7;
    color: #fff;
}
.my_orders .orders_table .order .row .column.col_7 a.btn-arrow{
    color: #e3000b;
    text-decoration: none;
    display: inline-block;
    padding-right: 15px;
    background: url(/images/city_arrow_top.svg) no-repeat top 13px right;
}
.my_orders .orders_table .order .row .column.col_7 a.btn-arrow.row-hidden{
    background: url(/images/city_arrow.svg) no-repeat top 13px right;
}
.wholesale_page {
    background: #f1f1f1;
    padding: 24px 0 64px 0;
}
.wholesale_page .wholesale_grid {

}
.wholesale_page .wholesale_grid ul {
    font-size: 0;
}
.wholesale_page .wholesale_grid ul li {
    display: inline-block;
    vertical-align: top;
    width: 31.5%;
    height: 224px;
    background: #fff;
    border-radius: 4px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.wholesale_page .wholesale_grid ul li .flex_container {
    display: flex;
    width: 380px;
    height: 224px;
    align-items: center;
    justify-content: center;
}
.wholesale_page .wholesale_grid ul li a {
    text-decoration: none;
    display: block;
    box-sizing: border-box;
    text-align: center;
}
.wholesale_page .wholesale_grid ul li a .icon {
    margin-bottom: 24px;
}
.wholesale_page .wholesale_grid ul li a .icon img {
    height: 48px;
}
.wholesale_page .wholesale_grid ul li a .name {
    color: #d81d26;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.docs {
    background: #f1f1f1;
    padding: 24px 0 64px 0;
}
.docs .docs_table {
    margin-top: 48px;
}
.docs .docs_table .docs_table_header {
    font-size: 0;
    color: #83858f;
    font-family: 'Lato';
    margin-bottom: 8px;
    padding: 0 19px;
    box-sizing: border-box;
}
.docs .docs_table .docs_table_header .column {
    font-size: 16px;
}
.docs .docs_table .column {
    display: inline-block;
    vertical-align: middle;
}
.docs .docs_table .column.col_1 {
    width: 25%;
}
.docs .docs_table .column.col_2 {
    width: 25%;
}
.docs .docs_table .column.col_3 {
    width: 25%;
}
.docs .docs_table .column.col_4 {
    width: 20%;
}
.docs .docs_table .column.col_5 {
    width: 5%;
    text-align: center;
}
.docs .docs_table .row {
    padding: 24px 19px;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 16px;
    color: #31374a;
    font-size: 0;
}
.docs .docs_table .row .column {
    font-size: 18px;
    font-weight: 700;
}
.docs .docs_table .row .column a.download {
    display: inline-block;
    vertical-align: top;
    background: url("/images/icons/download.svg") no-repeat center center;
    width: 16px;
    height: 16px;
}
.docs .docs_table .row .column a.download:hover {
    background: url("/images/icons/download_red.svg") no-repeat center center;
}

.open_shop_banner {
    position: relative;
    background: url("/images/open_shop_banner.jpg") no-repeat center center;
    background-size: cover;
    height: 640px;
}
.open_shop_banner > .container {
    height: 640px;
    box-sizing: border-box;
    padding-top: 120px;
}
.open_shop_banner h1 {
    color: #fffefe;
    text-align: center;
    font-size: 72px;
    line-height: 80px;
    font-weight: 700;
    margin-bottom: 32px;
    text-transform: uppercase;
}
.open_shop_banner .subtitle {
    font-family: 'Lato';
    font-size: 30px;
    line-height: 36px;
    color: #fffefe;
    text-align: center;
}
.open_shop_banner .red_line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 77px;
    background: url("/images/red_line_bg.png") no-repeat center center;
}
.open_shop_banner .red_line .container {
    box-sizing: border-box;
    padding: 12px 0 0 120px;
    color: #fff;
    font-family: 'Lato';
    font-size: 18px;
    line-height: 24px;
}

.shop_benefites {
    padding: 48px 0;
    background: #f1f1f1;
}
.shop_benefites a {
    color: #d82f37;
}
.shop_benefites h3 {
    color: #20242f;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 32px;
    text-transform: uppercase;
    text-align: center;
}
.shop_benefites ul {

}
.shop_benefites ul li {
    position: relative;
    font-family: 'Lato';
    font-size: 16px;
    line-height: 22px;
    color: #20242f;
    padding-left: 42px;
}
.shop_benefites ul > li:not(:last-child) {
    margin-bottom: 28px;
}
.shop_benefites ul li:before {
    content: attr(data-number);
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background: #d82f37;
    text-align: center;
    color: #fff;
    border-radius: 24px;
}

.shop_process {
    padding: 48px 0;
    background: #20242f;
}
.shop_process .process_line {
    margin-bottom: 32px;
}
.shop_process .process_line ul {

}
.shop_process .process_line ul li {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}
.shop_process .process_line ul li.item_1 {
    background: url("/images/shop_icon_1.png") no-repeat center left 48px, url("/images/process_block_bg_1.svg") no-repeat center center;
    position: relative;
    z-index: 5;
    width: 196px;
    height: 83px;
    box-sizing: border-box;
    padding: 30px 0 0 100px;
}
.shop_process .process_line ul li.item_2 {
    background: url("/images/shop_icon_2.png") no-repeat center left 78px, url("/images/process_block_bg_2.svg") no-repeat center center;
    position: relative;
    z-index: 4;
    width: 287px;
    height: 83px;
    box-sizing: border-box;
    padding: 30px 0 0 130px;
    margin-left: -75px;
}
.shop_process .process_line ul li.item_3 {
    background: url("/images/shop_icon_3.png") no-repeat center left 105px, url("/images/process_block_bg_3.svg") no-repeat center center;
    position: relative;
    z-index: 3;
    width: 351px;
    height: 83px;
    box-sizing: border-box;
    padding: 30px 0 0 155px;
    margin-left: -100px;
}
.shop_process .process_line ul li.item_4 {
    background: url("/images/shop_icon_4.png") no-repeat center left 120px, url("/images/process_block_bg_4.svg") no-repeat center center;
    position: relative;
    z-index: 2;
    width: 350px;
    height: 83px;
    box-sizing: border-box;
    padding: 30px 0 0 180px;
    margin-left: -120px;
}
.shop_process .process_line ul li.item_5 {
    background: url("/images/shop_icon_5.png") no-repeat center left 160px, url("/images/process_block_bg_5.svg") no-repeat center center;
    position: relative;
    z-index: 1;
    width: 350px;
    height: 83px;
    box-sizing: border-box;
    padding: 30px 0 0 210px;
    margin-left: -155px;
}
.shop_process .list {

}
.shop_process .list ul {

}
.shop_process .list ul li {
    display: block;
    color: #fff;
}
.shop_process .list ul > li:not(:last-child) {
    margin-bottom: 24px;
}
.shop_process .list ul li .key {
    display: inline-block;
    vertical-align: top;
    width: 130px;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}
.shop_process .list ul li .value {
    display: inline-block;
    vertical-align: top;
    font-family: 'Lato';

}
.shop_process .list ul li .value span {
    color: #d81d26;
}


ul.products li .button a:hover,
.news .button a:hover,
.login_form .submit input:hover,
.registration .reg_tabs .tab_content .columns .column .submit input:hover,
.full_cart .cart_footer .total a:hover,
.client_form .submit input:hover,
.catalog_product .product_box .product_info .info .buttons a.add_to_cart:hover,
ul.products_inline li .button a:hover {
    background: #c9000a;
}
ul.products li .button a:active,
.news .button a:active,
.login_form .submit input:active,
.registration .reg_tabs .tab_content .columns .column .submit input:active,
.full_cart .cart_footer .total a:active,
.client_form .submit input:active,
.catalog_product .product_box .product_info .info .buttons a.add_to_cart:active,
ul.products_inline li .button a:active {
    background: #ae0009;
}

.mobile_menu {
    position: fixed;
    top: 70px;
    left: -100%;
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    transition: all 0.4s;
    background: rgba(0, 0, 0, 0.6);
    z-index: 11;
}
.mobile_menu .mobile_menu_header {
    display: none;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    background: #fff;
}
.mobile_menu .mobile_menu_header .logo {

}
.mobile_menu .mobile_menu_header .logo img {
    height: 27px;
}
.mobile_menu .mobile_menu_header .logo .burger {

}
.mobile_menu .mobile_menu_header .logo .burger {

}
.mobile_menu .list {
    width: 80%;
    background: #d81d26;
    padding: 26px 21px;
    height: 100%;
    box-sizing: border-box;
    max-width: 300px;
}
.mobile_menu .list ul {
    margin-bottom: 32px;
}
.mobile_menu .list ul li {

}
.mobile_menu .list ul > li:not(:last-child) {
    margin-bottom: 21px;
}
.mobile_menu .list ul li a {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
}
.mobile_menu .list .links {
    margin-bottom: 32px;
}
.mobile_menu .list .links a {
    display: block;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}
.mobile_menu .list .links a.download {
    padding-left: 24px;
    background: url("/images/icons/download_white.svg") no-repeat center left;
}
.mobile_menu .list .links a.shops {
    padding-left: 24px;
    background: url("/images/icons/address_white.svg") no-repeat center left;
}
.mobile_menu .list .links a.favorites {
    padding-left: 24px;
    background: url("/images/icons/chosen_white.svg") no-repeat center left;
}
.mobile_menu .list .links a.login,
.mobile_menu .list .links a.profile {
    padding-left: 24px;
    background: url("/images/icons/lk_white.svg") no-repeat center left;
}
.mobile_menu .list .links a.phone{
    padding-left: 24px;
    background: url("/images/icons/phone_white.svg") no-repeat center left;
}
.mobile_menu .list .links > a:not(:last-child) {
    margin-bottom: 21px;
}
.mobile_menu .list .button {

}
.mobile_menu .list .button a {
    width: 100%;
    height: 50px;
    text-decoration: none;
    display: inline-block;
    line-height: 50px;
    background: #ffa800;
    font-size: 20px;
    text-transform: uppercase;
    color: #20242f;
    font-weight: bold;
    border-radius: 4px;
    text-align: center;
}
body.mobile_menu_opened {
    overflow: hidden;
}

.ui-widget.ui-widget-content {
    border: 1px solid #d81d26 !important;
    border-radius: 3px;
    overflow-y: scroll;
    height: 300px;
}
.ui-menu .ui-menu-item {
    padding: 4px .6em !important;
    font-size: 16px !important;
    color: #20242f !important;
    font-family: 'Lato';
    cursor: pointer;
}
.ui-menu .ui-menu-item .ui-state-active {
    color: #d81d26 !important;
    border: none !important;
    padding: 4px .6em !important;
}
.autocomplete-suggestion b {
    color: #20242f !important;
}
.autocomplete-suggestion.selected b {
    font-weight: normal;
    color: #d81d26 !important;
}

.about_text {
    background: #f1f1f1;
}
.about_text .container {
    background: url(/images/big_boss.png) no-repeat right bottom;
    padding: 48px 0;
}
.about_text h2 {
    color: #20242f;
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 32px;
    text-transform: uppercase;
}
.about_text .text {
    padding-right: 50%;
    font-family: 'Lato';
}
.about_text .text p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 16px;
}

.team {
    padding: 48px 0;
}
.team ul {
    font-size: 0;
}
.team ul li {
    display: inline-block;
    width: 240px;
    margin-bottom: calc((100% - 4 * 240px) / 3);
    vertical-align: top;
}
.team ul > li:not(:nth-child(4n)) {
    margin-right: calc((100% - 4 * 240px) / 3);
}
.team ul li .image {
    margin-bottom: 18px;
}
.team ul li .image img {
    width: 100%;
}
.team ul li .name {
    color: #31374a;
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 16px;
}
.team ul li .post {
    color: #83868f;
    font-size: 16px;
    font-family: 'Lato';
    line-height: 24px;
}

.contacts_page {
    padding: 16px 0 48px 0;
    background: #f1f1f1;
}
.contacts_page h1 {
    color: #20242f;
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 32px;
    text-transform: uppercase;
}
#contacts_map {
    width: 100%;
    height: 400px;
}
.contacts_page .columns {
    font-size: 0;
    padding: 32px 0;
}
.contacts_page .column {
    font-size: 16px;
    display: inline-block;
    width: calc(50% - 12px);
    vertical-align: top;
}
.contacts_page .columns > .column:first-child {
    margin-right: 24px;
}
.contacts_page .column .column_title {
    color: #20242f;
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 24px;
    text-transform: uppercase;
}
.contacts_page .column .card {
    background: #fff;
    box-sizing: border-box;
    padding: 32px;
    border-radius: 4px;
}
.contacts_page .column > .card:not(:last-child) {
    margin-bottom: 24px;
}
.contacts_page .column .card h3 {
    color: #31374a;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 24px 0;
}
.contacts_page .columns > .column:first-child .card h3 {
    margin: 24px 0;
}
.contacts_page .column .card .address {
    color: #31374a;
    font-family: 'Lato';
    font-size: 16px;
    background: url(/images/icons/contacts_address.svg) no-repeat top left;
    background-size: 16px;
    padding-left: 24px;
    margin-bottom: 16px;
}
.contacts_page .column .card .phone {
    color: #31374a;
    font-family: 'Lato';
    font-size: 16px;
    background: url(/images/icons/contacts_phone.svg) no-repeat top 4px left;
    background-size: 16px;
    padding-left: 24px;
    margin-bottom: 16px;
    line-height: 24px;
}
.contacts_page .column .card .email {
    color: #31374a;
    font-family: 'Lato';
    font-size: 16px;
    background: url(/images/icons/contacts_email.svg) no-repeat top left;
    background-size: 16px;
    padding-left: 24px;
    margin-bottom: 16px;
}
.contacts_page .column .card .whatsapp {
    color: #31374a;
    font-family: 'Lato';
    font-size: 16px;
    background: url(/images/icons/icon_whatsapp_red.png) no-repeat top left;
    background-size: 16px;
    padding-left: 24px;
    margin-bottom: 16px;
}
.contacts_page .column .card .telegram {
    color: #31374a;
    font-family: 'Lato';
    font-size: 16px;
    background: url(/images/icons/icon_telegram.png) no-repeat top left;
    background-size: 16px;
    padding-left: 24px;
    margin-bottom: 16px;
}
.contacts_page .column .card .phone a,
.contacts_page .column .card .email a,
.contacts_page .column .card .whatsapp a,
.contacts_page .column .card .telegram a{
    color: #31374a;
    text-decoration: underline;
}
.contacts_page .column .card .graphic {
    color: #31374a;
    font-family: 'Lato';
    font-size: 16px;
    background: url(/images/icons/contacts_graphic.svg) no-repeat top left;
    background-size: 16px;
    padding-left: 24px;
    margin-bottom: 16px;
}

.faq_modal {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(32, 36, 47, 0.87);
    z-index: 12;
}
.faq_modal .window {
    position: relative;
    width: 660px;
    background: #fff;
    border-radius: 4px;
    z-index: 1;
    text-align: center;
    box-sizing: border-box;
    padding: 30px;
}
.faq_modal .title {
    color: #31374a;
    font-size: 36px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 32px;
    text-align: center;
}
.faq_modal .window .close {
    position: absolute;
    display: block;
    cursor: pointer;
    top: 16px;
    right: 16px;
    background: url("/images/modal_close.svg") no-repeat center center;
    width: 16px;
    height: 16px;
}
.faq_modal .window .faq_form {

}
.faq_modal .window .faq_form .row{
    font-size: 0;
}
.faq_modal .window .faq_form .row .two_half {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.faq_modal .window .faq_form .row .one_half {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 12px);
}
.faq_modal .window .faq_form .row > .one_half:first-child {
    margin-right: 24px;
}
.faq_modal .window .faq_form .row input[type="text"] {
    width: 100%;
    border: 1px solid #cfcfcf;
    background: #fff;
    border-radius: 4px;
    outline: none;
    font-family: 'Lato';
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    padding: 18px;
}
.faq_modal .window .faq_form .row textarea{
    resize: none;
    width: 100%;
    border: 1px solid #cfcfcf;
    background: #fff;
    border-radius: 4px;
    outline: none;
    font-family: 'Lato';
    box-sizing: border-box;
    padding: 18px;
}
.faq_modal .window .faq_form .row button[type=submit] {
    width: 100%;
    height: 50px;
    text-decoration: none;
    display: inline-block;
    line-height: 50px;
    background: #d81d26;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    text-align: center;
    outline: none;
    cursor: pointer;
    border: none;
    font-family: inherit;
}

/*.callback_modal {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(32, 36, 47, 0.87);
    z-index: 12;
}
.callback_modal .window {
    position: relative;
    width: 461px;
    background: #fff;
    border-radius: 4px;
    z-index: 1;
    text-align: center;
    box-sizing: border-box;
    padding: 48px 32px;
}*/
.callback_modal .title {
    color: #31374a;
    font-size: 36px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 32px;
    text-align: center;
}
.callback_modal .window .close {
    position: absolute;
    display: block;
    cursor: pointer;
    top: 16px;
    right: 16px;
    background: url("/images/modal_close.svg") no-repeat center center;
    width: 16px;
    height: 16px;
}
.callback_form {
    width: 340px;
    margin: 0 auto;
}
.callback_form form {
    margin-bottom: 24px;
}
.callback_form .form_title {
    color: #20242f;
    font-size: 20px;
    font-family: 'Lato';
    font-weight: 500;
    text-align: center;
    margin-bottom: 32px;
}
.callback_form .description {
    color: #83858f;
    font-family: 'Lato';
    line-height: 24px;
    margin-bottom: 24px;
}
.callback_form .field,
.faq_form .field{
    position: relative;
    margin-bottom: 20px;
}
.callback_form .field input {
    width: 100%;
    border: 1px solid #cfcfcf;
    background: #fff;
    border-radius: 4px;
    outline: none;
    font-family: 'Lato';
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    padding: 18px;
}
.callback_form .field label {
    position: absolute;
    top: 16px;
    left: 18px;
    font-family: 'Lato';
    color: #31374a;
    transition: all 0.4s;
    pointer-events: none;
    font-size: 16px;
}
.callback_form .policy {
    margin-bottom: 24px;
}
.callback_form .policy .checkbox {

}
.callback_form .policy .checkbox input,
.faq_modal .policy .checkbox input {
    display: none;
}
.faq_modal .policy .checkbox{
    display: flex;
    justify-content: flex-end;
    width: 100%;
    grid-gap: 40px;
}
.callback_form .policy .checkbox label,
.faq_modal .policy .checkbox label {
    height: 27px;
    background: url("/images/checkbox_off.svg") no-repeat center left;
    padding-left: 44px;
    line-height: 24px;
    display: block;
    cursor: pointer;
}
.callback_form .policy .checkbox input:checked + label,
.faq_modal .policy .checkbox input:checked + label {
    background: url("/images/checkbox_on.svg") no-repeat center left;
}
label.policy-checkbox a.privacy-policy{
    color: #d81d26;
    font-family: 'Lato';
    font-size: 15px;
    text-decoration: none;
}
label.policy-checkbox a.privacy-policy:hover{
    text-decoration: underline;
}
.callback_form .policy .checkbox label a:hover,
.faq_modal .policy .checkbox label a:hover{
    text-decoration: underline;
}
.callback_form .submit input {
    width: 100%;
    height: 50px;
    text-decoration: none;
    display: inline-block;
    line-height: 50px;
    background: #d81d26;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    text-align: center;
    outline: none;
    cursor: pointer;
    border: none;
    font-family: inherit;
}
.login_form.no-user,
.product_in_cart{
    width: 100%;
}
.no-user .title,
.product_in_cart .title{
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
}
.no-user .links a.btn-no-user,
.product_in_cart .links .btn-red {
    width: 190px;
    height: 50px;
    text-decoration: none;
    display: inline-block;
    line-height: 50px;
    background: #d81d26;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    text-align: center;
    outline: none;
    cursor: pointer;
    border: none;
    font-family: inherit;
}
.create-order-form .row .field{
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
.create-order-form .row .field.field-orderform-apartment_number {
    margin-right: 2%;
}
.create-order-form .field{
    position: relative;
}
.create-order-form .help-block{
    position: absolute;
    bottom: -16px;
    left: 10px;
    color: #d81d26;
    font-size: 15px;
}
.search-form-document{
    width: 600px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.search-form-document select {
    width: 300px;
    height: 50px;
    line-height: 50px;
    padding: 0 16px;
    font-size: 16px;
    font-family: 'Lato';
    border: none;
    background: #fff;
    border-radius: 6px;
    box-sizing: border-box;
    outline: none;
}
.search-form-document [type="submit"] {
    width: 240px;
    height: 50px;
    text-decoration: none;
    display: inline-block;
    line-height: 50px;
    background: #17b41a;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    text-align: center;
    border: none;
    font-family: inherit;
    outline: none;
    cursor: pointer;
}
/**
Спиннер
 */
.overlay-loader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
}
.overlay-loader .loader-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #2C4762;
    -webkit-transition: background-color .2s 0s linear,right .2s .3s ease-out;
    -moz-transition: background-color .2s 0s linear,right .2s .3s ease-out;
    -ms-transition: background-color .2s 0s linear,right .2s .3s ease-out;
    -o-transition: background-color .2s 0s linear,right .2s .3s ease-out;
    transition: background-color .2s 0s linear,right .2s .3s ease-out;
}

.overlay-loader .loader-background.color-flip {
    background-color: rgba(0, 0, 0, .8)
}
.overlay-loader .loader-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -48px 0 0 -48px;
    font-size: 96px;
    color: #FFF;
}

.overlay-loader .loader-icon.spinning-cog {
    -webkit-animation: spinning-cog 4s infinite ease;
    -moz-animation: spinning-cog 4s infinite ease;
    -ms-animation: spinning-cog 4s infinite ease;
    -o-animation: spinning-cog 4s infinite ease;
    animation: spinning-cog 4s infinite ease;
}
/**
ТИП ЦЕНЫ
 */
.contacts .type-price{
    margin-bottom: 10px;
    color: #010101;
    font-family: 'Lato';
}
.contacts .type-price .modal-change-type-price,
.contacts .type-price .not-change-type-price{
    color: #e3000b;
    display: inline-block;
    padding-right: 15px;
    text-decoration: underline;
}
.price-desc{
    cursor: pointer;
}
.window .content p.modal-price-desc{
    text-align: left;
    line-height: 1.2;
}
.window .content p.modal-price-desc b{
    font-weight: bold;
    font-size: 18px;
}
.suggestions-constraints{
    display: none;
}
@-webkit-keyframes spinning-cog {
    0% { -webkit-transform: rotate(0deg) }
    20% { -webkit-transform: rotate(-45deg) }
    100% { -webkit-transform: rotate(360deg) }
}

@-moz-keyframes spinning-cog {
    0% { -moz-transform: rotate(0deg) }
    20% { -moz-transform: rotate(-45deg) }
    100% { -moz-transform: rotate(360deg) }
}

@-o-keyframes spinning-cog {
    0% { -o-transform: rotate(0deg) }
    20% { -o-transform: rotate(-45deg) }
    100% { -o-transform: rotate(360deg) }
}

@keyframes spinning-cog {
    0% { transform: rotate(0deg) }
    20% { transform: rotate(-45deg) }
    100% { transform: rotate(360deg) }
}
/** Карточка товара. Товар в корзине **/
.has-cart-wrap{
    position: relative;
}
.has-cart {
    font-size: 18px;
    background: url("/images/icons/cart.svg") no-repeat center left;
    line-height: 1;
    padding-left: 24px;
}
.product-art-cart .has-cart-count {
    position: absolute;
    width: 16px;
    height: 16px;
    text-align: center;
    top: -16px;
    left: 6px;
    font-size: 9px;
    font-family: 'Lato';
    background: #e20613;
    line-height: 17px;
    color: #fff;
    border-radius: 17px;
}
/** Поиск по коду **/
.search-code .empty-search {
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
}
.search-code .btn-search {
    display: inline-block;
}
.quantity-link{
    color: #17b41a;
    text-decoration: underline;
    line-height: 1.2;
    cursor: pointer;
}
.storage-map-desc{
    margin-top: 15px;
    text-align: left;
    line-height: 1.5;
    font-size: 16px;
}
.catalog_product .product_box_wrap{
    display: inline-block;
    vertical-align: top;
    width: 820px;
    font-size: 16px;
}
/** Вакансии */
.benefites .list.mb-0 {
    margin-bottom: 0;
}

.vacancies_banner {
    position: relative;
    background: url("/images/vacancies_banner.jpg") no-repeat center center;
    background-size: cover;
    height: 640px;
}
.vacancies_banner > .container {
    height: 640px;
    box-sizing: border-box;
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vacancies_banner h1 {
    color: #fffefe;
    text-align: center;
    font-size: 72px;
    line-height: 80px;
    font-weight: 700;
    text-transform: uppercase;
}

.vacancies_info {
    overflow-x: hidden;
}
.vacancies_info .container {
    display: flex;
}
.vacancies_info .vacancies_benefites {
    position: relative;
    width: calc(100% - 340px - 62px);
    margin: 0 62px 0 0;
    background: #f1f1f1;
    padding: 60px 40px;
    box-sizing: border-box;
}
.vacancies_info .vacancies_benefites:after {
    content: '';
    width: 1920px;
    left: -1920px;
    top: 0;
    height: 100%;
    z-index: 1;
    position: absolute;
    background: #f1f1f1;
}
.vacancies_info .vacancies_benefites ul {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.vacancies_info .vacancies_benefites ul li {
    height: 61px;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Lato';
    font-weight: 600;
    width: calc(50% - 15px);
    padding: 0 0 0 80px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.vacancies_info .vacancies_benefites ul li.icon_1 {
    background: url(../images/vacancies_icon_1.svg) no-repeat center left;
}
.vacancies_info .vacancies_benefites ul li.icon_2 {
    background: url(../images/vacancies_icon_2.svg) no-repeat center left;
}
.vacancies_info .vacancies_benefites ul li.icon_3 {
    background: url(../images/vacancies_icon_3.svg) no-repeat center left;
}
.vacancies_info .vacancies_benefites ul li.icon_4 {
    background: url(../images/vacancies_icon_4.svg) no-repeat center left;
}
.vacancies_info .vacancies_benefites ul li.icon_5 {
    background: url(../images/vacancies_icon_5.svg) no-repeat center left;
}
.vacancies_info .vacancies_benefites ul li.icon_6 {
    background: url(../images/vacancies_icon_6.svg) no-repeat center left;
}
.vacancies_info .vacancies_benefites ul li.icon_7 {
    background: url(../images/vacancies_icon_7.svg) no-repeat center left;
}
.vacancies_info .vacancies_benefites ul li.icon_8 {
    background: url(../images/vacancies_icon_8.svg) no-repeat center left;
}
.vacancies_info .vacancies_form {
    width: 340px;
    padding: 40px 0 30px 0;
}
.vacancies_form .vacancies_form_title {
    font-size: 32px;
    font-weight: 400;
    color: #20242f;
    text-transform: uppercase;
    margin: 0 0 30px 0;
    text-align: center;
}
.vacancies_form form {

}
.vacancies_form form .field {
    margin: 0 0 20px 0;
}
.vacancies_form form .field input[type=text] {
    width: 100%;
    border: 1px solid #cfcfcf;
    background: #fff;
    border-radius: 4px;
    outline: none;
    font-family: 'Lato';
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    padding: 18px;
    font-size: 14px;
}
.vacancies_form form .field select {
    width: 100%;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    outline: none;
    font-family: 'Lato';
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    padding: 0 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(/images/city_arrow.svg) no-repeat center right 18px, #fff;
    cursor: pointer;
    font-size: 14px;
}
.vacancies_form form .field button[type=submit] {
    width: 100%;
    height: 50px;
    text-decoration: none;
    display: inline-block;
    line-height: 50px;
    background: #d81d26;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    text-align: center;
    outline: none;
    cursor: pointer;
    border: none;
    font-family: inherit;
}
.vacancies_form form .field.file {
    width: 100%;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    font-family: 'Lato';
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    padding: 0 18px;
    background: url(../images/attachment.svg) no-repeat center right 18px;
    background-size: 25px;
}
.vacancies_form form .field.file input {
    display: none;
}
.vacancies_form form .field.file label {
    text-align: left;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    display: block;
    cursor: pointer;
}
.vacancies_form form .checkbox {
    font-family: 'Lato';
    margin: 15px 0 16px 0;
    text-align: left;
}
.vacancies_form form .checkbox input {
    display: none;
}
.vacancies_form form .checkbox label {
    color: #d81d26;
    height: 27px;
    background: url("/images/checkbox_off.svg") no-repeat center left;
    padding-left: 44px;
    line-height: 24px;
    display: block;
    cursor: pointer;
}
.vacancies_form form .checkbox input:checked + label {
    background: url("/images/checkbox_on.svg") no-repeat center left;
}
.vacancies_form form .checkbox a {
    color: #d81d26;
    font-family: 'Lato';
    font-size: 15px;
    text-decoration: none;
}
.vacancies_form form .checkbox a:hover{
    text-decoration: underline;
}
.vacancies_form .help-block {
    position: relative;
    bottom: 0;
    right: 0;
    margin-top: 3px;
    color: #e3000b;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
}
.vacancies_form .file .help-block{
    line-height: 1.2;
    font-family: 'Akrobat';
}
.vacancies_list ul.vacancies_categories {

}
.vacancies_list ul.vacancies_categories > li {
    /*padding: 16px 0;*/
}
.vacancies_list ul.vacancies_categories > li:not(:last-child) span.category_name {
    border-bottom: 1px solid #909090;
}
.vacancies_list ul.vacancies_categories > li span.category_name {
    display: flex;
    align-items: center;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    padding: 16px 0;
}
.vacancies_list ul.vacancies_categories > li span.category_name img {
    display: inline-block;
    width: 28px;
    margin: 0 16px 0 0;
}
/*.vacancies_list ul.vacancies_categories > li ul.vacancies {*/
/*    display: none;*/
/*}*/
.vacancies_list ul.vacancies_categories > li:not(:last-child) ul.vacancies {
    border-bottom: 1px solid #909090;
}
.vacancies_list ul.vacancies_categories > li ul.vacancies li.vacancy {

}
.vacancies_list ul.vacancies_categories > li ul.vacancies > li.vacancy:not(:last-child) {
    border-bottom: 1px solid #909090;
}
.vacancies_list ul.vacancies_categories > li ul.vacancies li.vacancy .vacancy_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: url(/images/city_arrow.svg) no-repeat center right 12px, #fff;
    background-size: 20px;
    padding: 16px 48px 16px 44px;
    cursor: pointer;
}
.vacancies_list ul.vacancies_categories > li ul.vacancies li.vacancy .vacancy_header span.vacancy_name {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
}
.vacancies_list ul.vacancies_categories > li ul.vacancies li.vacancy .vacancy_header span.vacancy_name span.city_name {
    display: block;
    font-family: 'Lato';
    font-size: 16px;
    color: #d81d26;
    text-transform: none;
}
.vacancies_list ul.vacancies_categories > li ul.vacancies li.vacancy .vacancy_header span.vacancy_cost {
    font-size: 22px;
    color: #d81d26;
    font-weight: 600;
}
.vacancies_list ul.vacancies_categories > li ul.vacancies li.vacancy .vacancy_content {
    display: none;
    padding: 16px 0;
    border-top: 1px solid #909090;
    font-family: 'Lato';
}
.vacancies_list ul.vacancies_categories > li ul.vacancies li.vacancy .vacancy_content .vacancy_content_flexbox {
    display: flex;

}
.vacancies_list ul.vacancies_categories > li ul.vacancies li.vacancy .vacancy_content .info {
    width: calc(100% - 479px - 32px);
    margin: 0 32px 0 0;
}
.vacancies_list ul.vacancies_categories > li ul.vacancies li.vacancy .vacancy_content .info h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 16px 0;
}
.vacancies_list ul.vacancies_categories > li ul.vacancies li.vacancy .vacancy_content .info ul {
    font-size: 15px;
    line-height: 22px;
    margin: 0 0 24px 0;
    padding: 0 0 0 20px;
}
.vacancies_list ul.vacancies_categories > li ul.vacancies li.vacancy .vacancy_content .info ul li {
    list-style-type: disc;
}
.vacancies_list ul.vacancies_categories > li ul.vacancies li.vacancy .vacancy_content .vacancy_content_staff {
    /*margin: 0 0 16px 0;*/
    font-size: 15px;
    line-height: 20px;
}
.vacancies_list ul.vacancies_categories > li ul.vacancies li.vacancy .vacancy_content .vacancy_content_staff b {
    font-weight: 600;
}
.vacancies_list ul.vacancies_categories > li ul.vacancies li.vacancy .vacancy_content .vacancy_content_staff b a {
    color: #d81d26;
    text-decoration: none;
}
.vacancies_list ul.vacancies_categories > li ul.vacancies li.vacancy .vacancy_content .info .vacancy_contact_button {
    margin: 32px 0 0 0;
}
.vacancies_list ul.vacancies_categories > li ul.vacancies li.vacancy .vacancy_content .info .vacancy_contact_button a {
    height: 50px;
    text-decoration: none;
    display: inline-block;
    line-height: 50px;
    background: #d81d26;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    text-align: center;
    outline: none;
    cursor: pointer;
    border: none;
    font-family: 'Akrobat';
    padding: 0 64px;
}
.vacancies_list ul.vacancies_categories > li ul.vacancies li.vacancy .vacancy_content .image {
    width: 479px;
}
.vacancies_list ul.vacancies_categories > li ul.vacancies li.vacancy .vacancy_content .image img {
    max-width: 100%;
}

.vacancies_contacts {
    background: #f1f1f1;
    padding: 32px 0 64px 0;
}
.vacancies_contacts .vacancies_contacts_title {
    font-size: 32px;
    font-weight: 400;
    color: #20242f;
    text-transform: uppercase;
    margin: 0 0 36px 0;
}
.vacancies_contacts ul {
    display: flex;
}
.vacancies_contacts ul li {
    width: 33.33%;
}
.vacancies_contacts ul li .contacts_title {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 8px 0;
    padding: 0 0 0 30px;
}
.vacancies_contacts ul li .contacts_title.icon_1 {
    background: url(../images/vacancies_contacts_icon_1.svg) no-repeat center left;
}
.vacancies_contacts ul li .contacts_title.icon_2 {
    background: url(../images/vacancies_contacts_icon_2.svg) no-repeat top 5px left;
}
.vacancies_contacts ul li .contacts_title.icon_3 {
    background: url(../images/vacancies_contacts_icon_3.svg) no-repeat center left;
}
.vacancies_contacts ul li .contact_name {
    font-family: 'Lato';
    font-weight: bold;
    font-size: 16px;
    color: #d81d26;
    padding: 0 0 0 30px;
}
.vacancies_contacts ul li .contact_name a {
    color: inherit;
    text-decoration: none;
}
.vacancies_title h1{
    color: #20242f;
    font-size: 50px;
    font-weight: 700;
    margin: 40px 0;
    text-transform: uppercase;
    text-align: center;
}
.main_menu ul > li.children_link {
    position: relative;
    padding: 0 30px 0 12px;
}
.mobile_menu .list > ul > li.children_link {
    position: relative;
}
.main_menu ul > li.children_link > a:after,
.mobile_menu .list > ul > li.children_link > a:after{
    position: absolute;
    content: url("../images/catalog_arrow_down_white.svg");
    padding: 0 10px;
    top: -4px;
}
.main_menu ul > li.children_link > a.active:after,
.mobile_menu .list > ul > li.children_link > a.active:after{
    content: url("../images/catalog_arrow_up_white.svg");
}
.main_menu ul > li.children_link ul.children_list{
    min-width: 182px;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 69px;
    left: -18px;
    background-color: #20242f;
    text-align: center;
    z-index: 10;
    display: none;
}
.mobile_menu .list > ul > li.children_link  ul.children_list {
    margin: 21px 0 0 21px;
    display: none;
}
.mobile_menu .list > ul > li.children_link  ul.children_list.active {
    display: block;
}
.main_menu ul > li.children_link:hover ul.children_list,
.main_menu ul > li.children_link:focus ul.children_list,
.main_menu ul > li.children_link:active ul.children_list{
    display: block;
}
.main_menu ul > li.children_link ul.children_list li.children_item{
    line-height: 1.2;
    height: auto;
    padding: 0;
}
.main_menu ul > li.children_link ul.children_list li.children_item/*:not(:first-child)*/ {
    border-top: 1px solid #d81d26;
}
.main_menu ul > li.children_link ul.children_list li.children_item:hover{
    background: inherit;
}
.main_menu ul > li.children_link ul.children_list li.children_item > a{
    line-height: 1.2;
    height: auto;
    padding: 12px;
}
.product_info .img_desc {
    text-transform: uppercase;
    color: #83858f;
    font-size: 12px;
}
.field.form-group.btn__add__email{
    text-align: right;
}
.field.form-group.btn__add__email > button{
    width: 130px;
    text-decoration: none;
    display: inline-block;
    line-height: 30px;
    background: #ffa800;
    font-size: 14px;
    text-transform: uppercase;
    color: #20242f;
    font-weight: bold;
    border-radius: 4px;
    text-align: center;
    margin-left: 20px;
    border: 0;
    font-family: 'Akrobat';
    cursor: pointer;
}
/** Форма запроса на поиск запчасти */
.request_detail_wrap h3 {
    color: #e3000b;
    font-size: 22px;
    margin-bottom: 15px;
}
.request_detail_wrap form {
    margin-top: 25px;
}
.request_detail_wrap .field {
    position: relative;
    margin-bottom: 24px;
}
.request_detail_wrap .field input{
    width: 100%;
    border: 1px solid #cfcfcf;
    background: #fff;
    border-radius: 4px;
    outline: none;
    font-family: 'Lato';
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    padding: 18px !important;
}
.request_detail_wrap .field.has-error input {
    border: 1px solid #e3000b;
}
.request_detail_wrap .field.has-error  .help-block{
    color: #e3000b;
}
.request_detail_wrap .columns {
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    grid-gap: 20px;
    width: 100%;
}
.request_detail_wrap .columns .column:nth-child(1) {
    width: 45%;
}
.request_detail_wrap .columns .column:nth-child(3),
.request_detail_wrap .columns .column:nth-child(4) {
    width: 20%;
}
.request_detail_wrap .columns .column:nth-child(2) {
    width: 15%;
}
.request_detail_wrap .submit {
    font-size: 0;
    display: flex;
    justify-content: right;
}
.request_detail_wrap .submit .btn-red {
    height: 50px;
    text-decoration: none;
    display: inline-block;
    line-height: 48px;
    background: transparent;
    font-size: 20px;
    text-transform: uppercase;
    color: #e3000b;
    font-weight: bold;
    border-radius: 4px;
    text-align: center;
    outline: none;
    cursor: pointer;
    font-family: inherit;
    border: 1px solid #d81d26;
    box-sizing: border-box;
    padding: 0 15px;
}
.request_detail_wrap .submit .btn-red:hover {
    background: #c9000a;
    color: #fff;
}
/** Поиск по параметрам */
.search-catalog-form .filter__inner.grid-list{
    display: flex;
    justify-content: left;
    margin-top: 8px;
}
.search-catalog-form .filter__inner.grid-list input {
    display: none;
}
.search-catalog-form .filter__inner.grid-list .field-wrapper {
    margin-right: 15px;
}
.search-catalog-form .filter__inner.grid-list label {
    height: 18px;
    background: url("/images/checkbox_off.svg") no-repeat center left;
    background-size: 18px 18px;
    padding-left: 22px;
    line-height: 18px;
    display: block;
    cursor: pointer;
    font-family: 'Lato';
    font-size: 15px;
    text-decoration: none;
}
.search-catalog-form .filter__inner.grid-list input:checked + label{
    background: url("/images/checkbox_on.svg") no-repeat center left;
    background-size: 18px 18px;
}
.catalog_item .prod_count {
    font-family: 'Lato';
    font-size: 12px;
    color: #7a7a7a;
}
h2.btn-click-choice{
    font-weight: 600;
    cursor: pointer;
}
h2.btn-click-choice:hover{
    text-decoration: underline;
}
h3.btn-click-choice{
    font-weight: 600;
    cursor: pointer;
    font-size: 16px;
    margin-top: 25px;
}
h3.btn-click-choice:hover{
    text-decoration: underline;
}
h3.btn-click-choice > img {
    vertical-align: middle;
}
.recommended_products{
    margin: 25px 0;
}
.recommended_products h3{
    font-size: 36px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 32px;
    text-align: center;
}
.recommended_products_slider_wrapper{
    width: 95%;
    margin: 0 auto;
}
ul.products.recommended_products_slider{
    display: block;
}
.recommended_products_slider_wrapper ul li {
    margin: 0 10px;
}
.recommended_products_slider .slick-prev {
    position: absolute;
    background: url("/images/carousel_left.svg") no-repeat center center;
    width: 20px;
    height: 37px;
    top: calc(50% - 16px);
    left: -25px;
    text-indent: -9999px;
    border: none;
    cursor: pointer;
}
.recommended_products_slider .slick-next {
    position: absolute;
    background: url("/images/carousel_right.svg") no-repeat center center;
    width: 20px;
    height: 37px;
    top: calc(50% - 16px);
    right: -25px;
    text-indent: -9999px;
    border: none;
    cursor: pointer;
}
.integration .thumb-wrap {
    text-align: center;
    position: relative;
    padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
    height: 0;
    overflow: hidden;
}
.integration .thumb-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
}
.allow_cookies_modal {
    display: none;
    align-items: flex-end;
    justify-content: flex-start;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 400px;
    height: 61px;
    z-index: 12;
}
.allow_cookies_modal .window {
    position: relative;
    width: 461px;
    background: #fff;
    border-radius: 4px;
    z-index: 1;
    box-sizing: border-box;
    padding: 7px;
    left: 25px;
    bottom: 25px;
    border: 1px solid #d81d26;
}
.allow_cookies_wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.allow_cookies_wrap .allow_cookies_column p,
.allow_cookies_wrap .allow_cookies_column p a{
    font-size: 14px;
    line-height: 1.2;
    color: #31374a;
}
.allow_cookies_wrap .allow_cookies_column:last-child {
    margin-left: 15px;
}
.allow_cookies_wrap .allow_cookies_confirm {
    outline: none;
    border: 0;
    font-size: 13px;
    font-family: 'Akrobat';
    cursor: pointer;
    display: block;
    width: 100%;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    background: #d81d26;
    text-decoration: none;
    text-align: center;
    border-radius: 4px;
    padding: 5px 10px;
    line-height: 21px;
}
footer .links .column:nth-child(1) {
    display: none;
}
footer .market_place_wrap {
    display: flex;
    flex-wrap: wrap;

}
footer .links .market_place_wrap {
    justify-content: space-between;
}
footer .other .market_place_wrap {
    justify-content: flex-start;
}
footer .other .market_place_wrap .market_place_item:nth-child(1) {
    margin: 0 10px 0 0;
}
footer .other .market_place_wrap .market_place_item:nth-child(2) {
    margin: 0 10px;
}
footer .other .market_place_wrap .market_place_item:nth-child(3) {
    margin: 0 0 0 10px;
}
footer .market_place_wrap .market_place_item a {
    display: block;
}
footer .market_place_wrap .market_place_item img {
    width: 45px;
}
footer .other .market_place_other{
    display: none;
}
.seo-front {
    background: #f1f1f1;
    padding: 48px 0;
}
.seo-text a {
    color: #d82f37;
    text-decoration: underline;
}
.block_banner {
    margin-top: 32px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.block_banner > a{
    display: block;
    width: 33%;
}
.block_banner a img {
    max-width: 100%;
    height: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.row .col-6 {
    width: 50%;
    flex: 0 0 auto;
}
.row .col-12 {
    width: 100%;
    flex: 0 0 auto;
}
.automation-page {
    font-family: Akrobat;
    font-size: 18px;
    line-height: 130%;
    background: #f1f1f1;
}

.automation-page .banner {
    margin-bottom: 15px;
}

.automation-page h2 {
    background: rgba(38, 49, 56, 1);
    padding: 3px 29px;
    font-size: 20px;
    color: #FFF;
    font-weight: 800;
    line-height: 130%;
}

.automation-page h2 span {
    color: #FF0606;
}

.automation-page h6 {
    color: #FF0606;
    font-size: 20px;
    font-weight: 800;
    margin-top: 10px;
}

.automation-page .list li {
    background: url("/images/automation/o.png") no-repeat left 9px;
    margin-left: 10px;
    padding-left: 15px;
}

.automation-page .p-l {
    padding-left: 10px;
}

.automation-page .p-l > * {
    margin-left: 29px;
    padding-right: 92px;
}
.automation-page .p-l h2 {
    margin-left: 0px;
}
.automation-page .p-r {
    padding-right: 10px;
}
.automation-page .p-r > * {
    margin-left: 93px;
}
.automation-page .p-r h2 {
    margin-left: 0;
    padding-left: 93px;
}
.automation-page hr {
    height: 4px;
    background: rgba(38, 49, 56, 1);
    margin-top: 9px;
    margin-bottom: 4px;
}
.automation-page .zv {
    font-size: 11px;
}
.text-center {
    text-align: center;
}
.btn-yellow {
    color: rgba(254, 254, 254, 1);
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 20px;
    background: rgba(251, 176, 28, 1);
    padding: 12px 25px;
    text-decoration: none;
    display: inline-block;
}
.automation-page .steps {
    padding: 30px 150px 45px 73px;
    text-align: center;
}
.automation-page h1 {
    font-size: 45px;
    font-weight: 700;
    text-align: center;
    color: #FFF;
    display: inline-block;
    line-height: 110%;
}
.automation-page h1 span {
    text-transform: uppercase;
    color: #FF0606;
}
.automation-page .step {
    border-radius: 10px;
    border: 2px solid #77C4EE;
    position: relative;
    margin-left: 73px;
    margin-right: 10px;
    min-height: 100px;
    display: flex;
    align-items: center;
    margin-bottom: 58px;
    text-align: left;
}
.automation-page .step img {
    position: absolute;
    left: -63px;
    top: calc(50% - 42px);
}
.automation-page .step p {
    color: #FFF;
    padding-left: 46px;
    padding-right: 20px;
    font-size: 16px;
}
.bg-sh {
    background: url("/images/automation/sh.png") right bottom no-repeat #22293B;
    text-align: center;
    padding-top: 30px;
}
.slider.slider_vacancy {
    margin-top: 0;
}
.slider_vacancy ul li {
    height: 585px;
}
.slider_vacancy ul li.slick-slide > .bg {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
/* телефон */
@media screen and (min-width: 320px) and (max-width: 767px) {
    .benefites {
        /*background-image: url("/images/lenta_mob.png");*/
        background-position: top center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .vacancies_banner,
    .vacancies_banner > .container {
        height: 360px;
    }
    .vacancies_banner h1 {
        font-size: 40px;
        line-height: 46px;
    }
    .vacancies_info .container {
        display: block;
    }
    .vacancies_info .vacancies_benefites {
        position: relative;
        width: 100%;
        margin: 0 0 0 0;
        background: #fff;
        padding: 30px 0px;
        box-sizing: border-box;
    }
    .vacancies_info .vacancies_benefites:after {
        display: none;
    }
    .vacancies_info .vacancies_benefites ul {
        display: block;
    }
    .vacancies_info .vacancies_benefites ul li {
        height: 50px;
        font-size: 16px;
        line-height: 19px;
        font-family: 'Lato';
        font-weight: 600;
        width: 100%;
        padding: 0 0 0 40px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        background-size: 24px !important;
    }
    .vacancies_info .vacancies_form {
        width: 100%;
        padding: 20px 0;
    }
    .vacancies_list {
        padding: 0 0 30px 0;
    }
    .vacancies_list ul.vacancies_categories > li ul.vacancies li.vacancy .vacancy_header {
        display: block;
        padding: 16px 48px 16px 16px;
    }
    .vacancies_list ul.vacancies_categories > li ul.vacancies li.vacancy .vacancy_header span.vacancy_name {
        display: block;
        margin: 0 0 10px 0;
    }
    .vacancies_list ul.vacancies_categories > li ul.vacancies li.vacancy .vacancy_header span.vacancy_cost {
        font-size: 20px;
    }
    .vacancies_list ul.vacancies_categories > li ul.vacancies li.vacancy .vacancy_content .image {
        display: none;
    }
    .vacancies_list ul.vacancies_categories > li ul.vacancies li.vacancy .vacancy_content .info {
        width: 100%;
        margin: 0;
    }
    .vacancies_contacts ul {
        display: block;
    }
    .vacancies_contacts ul li {
        width: 100%;
    }
    .vacancies_contacts ul > li:not(:last-child) {
        margin: 0 0 32px 0;
    }
}
/* планшет */
@media screen and (min-width: 768px) and (max-width: 1099px) {
    .request_detail_wrap .columns .column:nth-child(1),
    .request_detail_wrap .columns .column:nth-child(3),
    .request_detail_wrap .columns .column:nth-child(4) {
        width: auto;
    }
}
/*// Небольшие устройства (телефоны с горизонтальной ориентацией, более 768 пикселей)*/
@media (min-width: 768px) {
    .row .col-md-6 {
        width: 50%;
        flex: 0 0 auto;
    }
    .automation-page .p-l, .automation-page .p-r {
        padding-left: 0;
        padding-right: 0;
    }
    .row .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}
@media (max-width: 767px) {
    .automation-page .p-l {
        padding-left: 0;
    }

    .question_form h3 {
        line-height: normal;
    }

    .automation-page .steps {
        padding: 30px 10px 45px 10px;
    }
    .automation-page .p-l > * {
        margin-left: 0;
        padding-right: 0;
    }
    .automation-page .p-r {
        padding-right: 0;
    }
    .automation-page .p-r h2 {
        padding: 3px 29px;
    }
    .automation-page .p-r > * {
        margin-left: 0;
    }
    .automation-page .btn-wrap {
        margin: 20px 0;
    }
    .automation-page .list li {
        margin-left: 0;
    }

}