@font-face {
    font-style: normal;
    font-weight: normal;
    src: url('/bitrix/js/ui/fonts/opensans/opensans-regular.eot');
    src: local('Open Sans'),
        url('/bitrix/js/ui/fonts/opensans/opensans-regular.woff') format('woff'),
        url('/bitrix/js/ui/fonts/opensans/opensans-regular.ttf') format('truetype');
    font-family: 'Open Sans';
    font-display: swap;
}

body {
    min-width: 320px;
    max-width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    background: #f5f5f5;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

* {
    outline: none;
}

.no_select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    display: none;
    height: auto;
}

input[type=number] {
    -moz-appearance: textfield;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
    border: none;
}

::-ms-clear {
    display: none;
}

a:focus {
    outline: none !important;
    text-decoration: none;
}

.clear {
    clear: both;
}

.cf {
    *zoom: 1;
}

.cf:after,
.cf:before {
    display: table;
    width: 100%;
    clear: both;
    content: " ";
}

.main_title {
    margin-bottom: 20px;
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
}

.title2 {
    margin-bottom: 20px;
    color: rgb(0, 0, 0);
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    font-family: "Open Sans", sans-serif;
}

.br {
    width: 100%;
    margin: 10px 0;
    float: left;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-top: 60px;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
}

h1,
.h1 {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
}

h2,
.h2 {
    font-weight: 600;
    font-size: 25px;
    line-height: 35px;
}

h3,
.h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
}

h4,
.h4 {
    font-weight: 600;
    font-size: 18px;
}

h5,
.h5 {
    margin-top: 20px;
    margin-bottom: 15px;
    color: #808080;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

h6,
.h6 {
    margin-top: 40px;
    margin-bottom: 15px;
    color: #808080;
    font-weight: 600;
    font-size: 14px;
}

h1:first-child,
.h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child,
.h6:first-child {
    margin-top: 0;
}

.num-tov {
    color: rgb(128, 128, 128);
    font-weight: normal;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
}


ol,
ul {
    margin: 0;
    padding: 0;
}

li {
    margin: 0px;
    padding: 0;
    list-style: none;
}

.b_personal_page,
.b_etalon_page {
    margin-top: 20px;
    padding: 35px 30px;
    border-radius: 4px;
    background-color: #fff;
}

.b_etalon {
    color: #000;
    font-size: 14px;
    line-height: 24px;
}

.b_etalon table {
    max-width: 100%;
    margin: 25px 0px;
}

.b_etalon table th {
    color: rgb(128, 128, 128);
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    font-family: "Open Sans", sans-serif;
}

.b_etalon table th,
.b_etalon table td {
    padding: 15px 20px 15px 20px;
    border: none;
}

.b_etalon table td:not(:first-of-type) {
    border-left: 1px solid #e1e5e6;
}

.b_etalon table tr:nth-of-type(even) {
    background-color: #f7f7f7;
}

.b_etalon p {
    color: #010101;
    font-size: 14px;
}

.b_etalon li {
    position: relative;
    width: 100%;
    margin: 15px 0;
    padding-left: 35px;
    line-height: 20px;
}

.b_etalon ol,
.b_etalon ul {
    margin: 10px 0 40px 10px;
    overflow: hidden;
    counter-reset: list;
}

.b_etalon ol>li:after {
    display: block;
    position: absolute;
    top: -2px;
    left: 0;
    min-width: 25px;
    height: 25px;
    border-radius: 12px;
    background-color: #E12A2A;
    content: counter(list);
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    font-family: "Open Sans";
    text-align: center;
    counter-increment: list;
}

.b_etalon ul li {
    padding-left: 25px;
}

.b_etalon ul li:before {
    display: block;
    position: absolute;
    top: 7px;
    left: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #E12A2A;
    content: " ";
}

.b_etalon li ol,
.b_etalon li ul {
    margin: 5px 0 5px 10px;
}

.b_etalon img {
    max-width: 100%;
    margin: 20px 0;
}

.b_etalon img.left,
.b_etalon img[align=left] {
    margin: 0 20px 20px 0;
    float: left;
}

.b_etalon img.right,
.b_etalon img[align=right] {
    margin: 0 0 20px 20px;
    float: right;
}

.b_etalon img.center,
.b_etalon img[align=center] {
    display: block;
    margin: 20px auto 20px auto;
    float: none;
}

.b_etalon img:first-child {
    margin-top: 5px;
}

.b_etalon a:hover {
    text-decoration: underline;
}

.b_news_list_page.b_etalon_page,
.content-style {
    color: #000;
    font-size: 14px;
    line-height: 24px;
}

.b_news_list_page.b_etalon_page table,
.content-style table {
    max-width: 100%;
    margin: 25px 0px;
}

.b_news_list_page.b_etalon_page table th,
.content-style table th {
    color: rgb(128, 128, 128);
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    font-family: "Open Sans";
}

.b_news_list_page.b_etalon_page table th,
.b_news_list_page.b_etalon_page table td,
.content-style table th,
.content-style table td {
    padding: 15px 20px 15px 20px;
    border: none;
}

.b_news_list_page.b_etalon_page table td:not(:first-of-type),
.content-style table td:not(:first-of-type) {
    border-left: 1px solid #e1e5e6;
}

.b_news_list_page.b_etalon_page table tr:nth-of-type(even),
.content-style table tr:nth-of-type(even) {
    background-color: #f7f7f7;
}

/*.b_etalon p{font-size: 14px; color: #010101;}*/
.b_news_list_page.b_etalon_page li,
.content-style li {
    position: relative;
    width: 100%;
    margin: 15px 0;
    padding-left: 35px;
    line-height: 20px;
}

.b_news_list_page.b_etalon_page ol,
.b_news_list_page.b_etalon_page ul,
.content-style ol,
.content-style ul {
    overflow: hidden;
    counter-reset: list;
}

.content-style ol,
.content-style ul {
    margin: 10px 0 20px 10px;
}

.b_news_list_page.b_etalon_page ol>li:after,
.content-style ol>li:after {
    display: block;
    position: absolute;
    top: -2px;
    left: 0;
    min-width: 25px;
    height: 25px;
    border-radius: 12px;
    background-color: #E12A2A;
    content: counter(list);
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    counter-increment: list;
}

.b_news_list_page.b_etalon_page ul li,
.content-style ul li {
    padding-left: 25px;
}

.b_news_list_page.b_etalon_page ul li:before,
.content-style ul li:before {
    display: block;
    position: absolute;
    top: 7px;
    left: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #E12A2A;
    content: " ";
}

.b_news_list_page.b_etalon_page li ol,
.b_news_list_page.b_etalon_page li ul,
.content-style li ol,
.content-style li ul {
    margin: 5px 0 5px 10px;
}

.content-style h2,
.content-style .h2 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.content-style img {
    max-width: 100%;
    margin: 20px 0;
}

.content-style img.left,
.content-style img[align=left] {
    margin: 0 20px 20px 0;
    float: left;
}

.content-style img.right,
.content-style img[align=right] {
    margin: 0 0 20px 20px;
    float: right;
}

.content-style img.center,
.content-style img[align=center] {
    display: block;
    margin: 20px auto 20px auto;
    float: none;
}

.content-style img:first-child {
    margin-top: 5px;
}

.content-style a:hover {
    text-decoration: underline;
}

.b_etalon_page .service_form {
    padding-bottom: 45px;
}

.b_form .service_form__col-text .input_box textarea {
    height: 262px;
}

.bx-newsdetail-other {
    font-size: 12px;
}

.rubl,
.price-num {
    font-family: 'PT Sans', serif !important;
}

@media (min-width: 1400px) {
    .container {
        width: 1230px;
    }

    .col-xxs-3 {
        width: 25%;
    }
}

@media (max-width: 767px) {
    .b_form .service_form__col-text .input_box textarea {
        height: 140px;
    }
}


.btn {
    height: 50px;
    padding: 0 20px;
    float: left;
    border: 0px none;
    border-radius: 5px;
    outline: 0px none !important;
    background: #E12A2A;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    line-height: 50px;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.btn-disable {
    background: #e2e2e2;
}

.btn_nodelivery,
.btn_second {
    background: #e2e2e2;
    color: #E12A2A;
    font-weight: normal;
}

.btn_nodelivery {
    padding: 0 10px;
    font-size: 13px;
    line-height: 50px;
}

.btn-activ {
    background: #ffa200;
    color: #fff;
}

.btn-hover,
.btn:active,
.btn:focus,
.btn:hover {
    background: #E12A2A;
    color: #fff;
}


.link-favor,
.link-compare {
    position: relative;
    padding-left: 30px;
    font-size: 13px;
    line-height: 30px;
    font-family: "Open Sans", sans-serif;
}

.link-favor:hover,
.link-compare:hover {
    color: #2b0992 !important;
}

.link-compare {
    padding-left: 24px;
}

.link-favor:after,
.link-compare:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 25px;
    height: 24px;
    margin: auto 0;
    background: url(img/sprite.svg) no-repeat 0 0;
    content: "";
}

.link-favor:after {
    background-position: -21px 0;
}

.link-compare:after {
    width: 20px;
    background-position: -52px -7px;
}

.link-compare:hover:after {
    background-position: -52px -67px;
}


.header {
    width: 100%;
}

.head-top {
    display: none;
    width: 100%;
}

.head-top .head-top-menu {
    margin-left: -15px;
}

.head-top .head-top-menu ul {
    padding: 0;
    float: left;
}

.head-top .head-top-menu ul li {
    position: relative;
    margin: 0;
    padding: 0;
    float: left;
}

.head-top .head-top-menu ul li div,
.head-top .head-top-menu ul li a {
    display: block;
    padding: 0 15px;
    float: left;
    font-size: 13px;
    line-height: 46px;
}

.head-top .head-top-menu ul li div {
    font-weight: 600;
}

.head-top-login {
    display: none !important;
    position: relative;
    padding: 0 15px;
    padding-left: 45px;
    float: right;
    font-size: 13px;
    line-height: 46px;
}

.head-top-login:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    width: 22px;
    height: 24px;
    margin: auto 0;
    content: "";
}


.head-top-favor,
.head-top-compare {
    height: 46px;
    padding: 0 15px;
    float: right;
    font-size: 13px;
    line-height: 46px;
}

.head-top-favor:after,
.head-top-compare:after {
    left: 8px;
}

.head-top-login span,
.head-top-favor span,
.head-top-compare span,
.head-top-menu a span {
    display: block;
    z-index: 2;
    position: relative;
}


.head-top .head-top-menu a:before {
    display: block;
    z-index: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0%;
    width: 100%;
    background-color: #E12A2A;
    content: "";
    opacity: 0;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.head-top .head-top-menu a:hover:before {
    opacity: 1;
}


.head_logo {
    display: block;
    position: relative;
    width: 15%;
    height: 76px;
    margin-right: 1%;
    float: left;
}

.head_logo {
    width: 228px;
}

.head_logo img {
    position: absolute;
    top: 0;
    bottom: 0;
    max-width: 95%;
    max-height: 100%;
    margin: auto 0;
}

.head_logo img {
    max-width: 60px;
    max-height: 60px;
}

.head_logo span {
    position: absolute;
    top: 10px;
    left: 75px;
    color: #000;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    font-family: Open Sans;
}

.head-bottom {
    width: 100%;
    padding: 15px 0;
    background: #fff;
}

.b-page_newyear {
    position: fixed !important;
    z-index: 101 !important;
}

@media (max-width: 991px) {
    .b-page_newyear {
        position: absolute !important;
    }
}

.b-page_newyear~* .head-bottom {
    padding-top: 85px;
}

.slogan {
    position: absolute;
    top: 36px;
    left: 75px;
    font-size: 12px;
    line-height: 14px;
}


.bx-searchtitle {
    position: relative;
    width: 39%;
    height: 46px;
    margin: 16px 1% 0;
    float: left;
}

.bx-searchtitle {
    width: 22%;
    /*width: 420px;*/
}

.bx-searchtitle form {
    border-radius: 5px;
    background-color: #f3f3f3;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.bx-searchtitle.b_active2 form {
    box-shadow: 0 0 1px 1px #E12A2A !important;
}

.bx-searchtitle:hover form {
    box-shadow: 0 0 1px 1px #E12A2A;
}

.bx-searchtitle .bx-input-group label {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 0 18px;
    color: #7f7f7f;
    font-weight: normal;
    font-size: 15px;
    line-height: 46px;
    font-family: "Open Sans", sans-serif;
    white-space: nowrap;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.bx-searchtitle.b_active2 label {
    width: 0;
    opacity: 0;
}

.bx-searchtitle .bx-input-group {
    width: 100%;
    height: 45px;
    border-radius: 5px;
    background: #f3f3f3;
}

.bx-searchtitle .bx-form-control {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 46px;
    padding: 0 50px 0 18px;
    border: none;
    border: 0px none;
    border-radius: 5px;
    outline: none;
    background: transparent !important;
    color: #333;
    font-size: 15px;
    line-height: 46px;
    font-family: "Open Sans", sans-serif;
}

.bx-searchtitle .bx-form-control:focus {
    border-color: #ffa200;
    background: #fff;
}

.bx-searchtitle .btn-search {
    z-index: 3;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: inherit;
    height: 46px;
    overflow: hidden;
    border: none;
    border-radius: 5px;
    outline: none;
    background: transparent;
    cursor: pointer;
}

.bx-searchtitle .btn-search:after {
    display: block;
    position: absolute;
    top: 15px;
    left: 18px;
    width: 18px;
    height: 17px;
    content: "";
}

.bx-searchtitle .btn-search:hover {
    background-color: #E12A2A;
}


.head_worktime {
    position: relative;
    width: auto;
    margin: 19px 1% 0 0;
    margin-left: 40px;
    float: right;
}

.head_phone,
.head_email {
    width: auto;
    margin: 13px 2% 0 0;
    float: right;
}

.head_phone a,
.head_email a,
.head_worktime span {
    color: #808080;
    font-size: 15px;
    line-height: 15px;
    font-family: "Open Sans", sans-serif;
}

.head_phone a:hover,
.head_email a:hover {
    /*color: #808080; */
    text-decoration: underline;
}

.head_phone .title,
.head_worktime .title,
.head_email .title {
    display: block;
    color: #000 !important;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    font-family: "Open Sans", sans-serif;
    text-decoration: none !important;
}

.head_worktime .title {
    font-size: 15px;
}

.head_widgets {
    display: flex;
    position: absolute;
    top: -2px;
    left: -40px;
    flex-wrap: wrap;
    width: 20px;
    /*display: none;*/
}

.head_widgets__item {
    position: relative;
    width: 100%;
    height: 20px;
    margin-bottom: 6px;
}

.head_widgets__item:last-child {
    margin-bottom: 0;
}

.head_widgets__item:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.head_widgets__item--ws:before {
    background-image: url(img/wa-green.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.head_widgets__item--tg:before {
    background-image: url(img/te.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.head_phone .title {
    margin-bottom: 6px;
}

.head_email .title {
    margin-bottom: 10px;
}

header a.call {
    padding: 4px 9px;
    padding-bottom: 6px;
    border: 1px solid #E12A2A;
    border-radius: 7px;
    color: #E12A2A;
    font-weight: bold;
    font-size: 15px;
}

.ajax_basket {
    width: 54px;
    margin-left: 2%;
    float: right;
    /*min-width: 13%;*/
}

.basket {
    display: block;
    position: relative;
    min-width: 100%;
    margin: 20px 0 0 0;
    padding-left: 53px;
    float: left;
}

.basket:after {
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 44px;
    height: 34px;
    content: "";
}

.basket .basket-num {
    z-index: 3;
    position: absolute;
    top: -8px;
    left: 23px;
    min-width: 22px;
    height: 22px;
    padding: 0 4px;
    border-radius: 22px;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    line-height: 23px;
    text-align: center;
}

.basket span {
    width: 100%;
}

.basket .basket-sum-none {
    display: none;
}

.basket .basket-sum-rub {
    display: block;
    color: #000;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
}

.basket .basket-checkout {
    display: none;
    font-weight: normal;
    font-size: 12px;
}

.bx-basket-item-list {
    display: none;
}

.basket-empty {
    margin-left: 2%;
    cursor: default;
}

.basket-empty .basket-sum-none {
    display: block;
    display: none;
    margin-top: 3px;
    color: #818181;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
}

.basket-empty .basket-sum-rub {
    display: none;
}

.basket-empty .basket-num {
    display: none;
}

@media (max-width: 991px) {
    .basket-empty .basket-sum-none {
        color: #c7c7c7;
    }

    header a.call {
        font-size: 13px;
    }
}

.head_menu {
    z-index: 99;
    position: relative;
    /*z-index: 110;*/
    background-color: #E12A2A;
}

.head_menu .container {
    position: relative;
}

.head_menu ul {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.head_menu ul li {
    position: relative;
    margin: 0;
    padding: 0;
    float: left;
}

.head_menu ul li.lvl1:nth-child(4) {
    position: static;
}

.head_menu ul li.lvl1>a {
    display: block;
    position: relative;
    width: 100%;
    height: 51px;
    padding: 0 15px;
    float: left;
    overflow: hidden;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 52px;
    text-align: center;
    text-transform: uppercase;
}

.head_menu ul li.lvl1>a span {
    display: block;
    position: relative;
    float: left;
}

.head_menu ul li.lvl1>a.parent span:after {
    position: absolute;
    top: 22px;
    right: -16px;
    width: 12px;
    height: 8px;
    background: url(img/head_menu_red.png) no-repeat 0 0;
    content: "";
}

.head_menu ul li.lvl1>a:hover {
    color: #fff;
}

.head_menu ul li.lvl1>a.parent:hover span:after {
    background-position: 0 100%;
}

.head_menu div.lvl2 {
    position: absolute;
    top: 51px;
    left: 0;
    max-height: 0px;
    float: left;
    overflow: hidden;
    border-radius: 3px;
    background-color: #f7f7f7;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
    text-align: left;
}

.head_menu ul.lvl2 {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    width: 230px;
    padding: 15px 0 15px;
    float: none;
    background-color: #f7f7f7;
}

.head_menu ul li.lvl1:nth-child(4) ul.lvl2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.head_menu li.last div.lvl2 {
    right: 0;
    left: auto;
}

.head_menu li.last ul.lvl2 {
    right: 0;
    left: auto;
}

.head_menu li.lvl2 div {
    position: absolute;
    position: absolute;
    top: 0;
    left: 100%;
    width: 230px;
    max-height: 0px;
    margin: 0;
    padding: 0;
    float: left;
    float: left;
    overflow: hidden;
    border-radius: 0 3px 3px 0;
    background: #f7f7f7;
    opacity: 0;
}

.head_menu .last li.lvl2 div {
    right: 100%;
    left: auto;
}

.head_menu li.lvl1>div {
    transform: scale(0.50);
    opacity: 0;
}

.head_menu ul li.lvl1:nth-child(4)>div {
    width: calc(100% - 30px) !important;
    margin-left: 15px;
    margin-right: 15px;
}

.head_menu li.lvl1>div {
    -webkit-transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94), height 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94), height 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94), height 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94), height 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.head_menu li:hover>div {
    display: block !important;
    z-index: 102;
    height: auto;
    max-height: 1000px;
    transform: scale(1);
    opacity: 1;
}

.head_menu ul li.lvl1:nth-child(4):hover>div {
    max-height: calc(100vh - 157px);
}

.head_menu li.lvl2:hover div {
    margin-left: 0px;
}

.head_menu ul.lvl3 {
    display: block;
    width: 230px;
    margin: 0;
    padding: 15px 14px;
    background: #f7f7f7;
}


.head_menu li.lvl2 {
    display: block;
    width: 100%;
    float: left;
}

.head_menu .lvl2 li {
    display: block;
    position: static;
    width: 100%;
}

.head_menu ul li.lvl1:nth-child(4) .lvl2 li {
    width: 50%;
}

.head_menu li.lvl1 ul a {
    display: flex;
    align-items: center;
}

.head_menu li.lvl1 ul a img {
    display: block;
    width: 1.5em;
    height: 1.5em;
    object-fit: contain;
    margin-right: 0.5em;
}

.head_menu a.lvl2 {
    display: block;
    padding: 10px 17px 9px;
    color: #393937;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
}

.head_menu li.lvl2:hover {
    background-color: #e9e9e9;
}

.head_menu li.lvl2:hover a.lvl2 {
    color: #000;
}


.head_menu a.lvl3 {
    display: block;
    width: 100%;
    margin: 1px 0;
    padding: 5px 10px;
    color: #393937;
    font-size: 13px;
    text-decoration: none;
}

.head_menu a.lvl3:hover {
    background-color: #e9e9e9;
    color: #000;
}

.head_menu .adapt_menu {
    max-width: 50%;
    height: 51px;
    padding: 0 15px 0 0;
    float: left;
    color: #fff;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 52px;
    text-align: left;
    text-transform: uppercase;
}

.head_menu .navbar-toggle {
    margin: 9px 5px 0 8px;
    float: left;
}

.head_menu .icon-bar {
    background-color: #fff;
}

.head_menu .adapt_menu.active {
    background-color: #573a89;
    color: #fff;
}

.head_menu .ajax_basket {
    min-width: 0;
}

.head_menu .basket {
    margin: 6px 0 0;
    padding: 0 15px 0 50px;
}

.head_menu .basket:after {
    top: 3px;
}

.head_menu .basket .basket-num {
    left: 26px;
}

.head_menu .ajax_basket {
    width: auto;
}

.head_menu .ajax_basket .basket-sum-rub {
    display: none;
}


@media (max-width: 1400px) {

    .head_worktime,
    .head_phone {
        width: auto;
        margin-right: 1%;
    }
}

@media (max-width: 1200px) {
    .ajax_basket {
        margin-left: 0;
    }

    .head_logo {
        margin-right: 0;
        /*width: 17%;*/
    }

    .bx-searchtitle {
        width: 35%;
        margin-right: 0;
    }

    .head_phone {
        margin-right: 20px;
        margin-left: 0%;
    }

    .head_worktime {
        margin-right: 20px;
        margin-left: 40px;
    }


    .bx-searchtitle {
        z-index: 120;
        width: 50px;
        margin-left: 50px;
        float: right;
    }

    .bx-searchtitle .bx-form-control {
        width: 0;
        padding: 0;
        float: right;
    }

    .bx-searchtitle .bx-input-group label {
        display: none;
    }

    .bx-searchtitle .btn-search {
        box-shadow: 0 0 0 0 transparent;
    }

    .bx-searchtitle form {
        -webkit-transition: background-color 0.2s ease-out 0s, border-color 0.2s ease-out 0s, width 0.3s ease-out;
        -moz-transition: background-color 0.2s ease-out 0s, border-color 0.2s ease-out 0s, width 0.3s ease-out;
        -o-transition: background-color 0.2s ease-out 0s, border-color 0.2s ease-out 0s, width 0.3s ease-out;
        transition: background-color 0.2s ease-out 0s, border-color 0.2s ease-out 0s, width 0.3s ease-out;
    }

    .bx-searchtitle.b_active2 form {
        z-index: 100;
        position: relative;
        left: -350px;
        width: 400px;
    }

    .bx-searchtitle.b_active2 .bx-form-control {
        display: block;
        width: 100%;
        padding: 0 50px 0 18px;
    }

    .bx-searchtitle.b_active2 .bx-input-group label {
        display: block;
    }
}

@media (max-width: 992px) {
    .head_logo {}

    .head_logo span {
        font-size: 16px;
    }

    .head-top .head-top-login {
        margin-right: -15px;
    }

    .bx-searchtitle {
        z-index: 120;
        width: 50px;
        margin-left: 50px;
        float: right;
    }

    .bx-searchtitle .bx-form-control {
        width: 0;
        padding: 0;
        float: right;
    }

    .bx-searchtitle .bx-input-group label {
        display: none;
    }

    .bx-searchtitle .btn-search {
        box-shadow: 0 0 0 0 transparent;
    }

    .bx-searchtitle form {
        -webkit-transition: background-color 0.2s ease-out 0s, border-color 0.2s ease-out 0s, width 0.3s ease-out;
        -moz-transition: background-color 0.2s ease-out 0s, border-color 0.2s ease-out 0s, width 0.3s ease-out;
        -o-transition: background-color 0.2s ease-out 0s, border-color 0.2s ease-out 0s, width 0.3s ease-out;
        transition: background-color 0.2s ease-out 0s, border-color 0.2s ease-out 0s, width 0.3s ease-out;
    }

    .bx-searchtitle.b_active2 form {
        z-index: 100;
        position: relative;
        left: -350px;
        width: 400px;
    }

    .bx-searchtitle.b_active2 .bx-form-control {
        display: block;
        width: 100%;
        padding: 0 50px 0 18px;
    }

    .bx-searchtitle.b_active2 .bx-input-group label {
        display: block;
    }

    .basket .basket-num {
        background-color: #fff;
        color: #E12A2A;
    }

    .head_phone .title,
    .head_worktime .title,
    .head_email .title {
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .head_logo {
        /*width: 28%; */
        width: calc(100% - 110px);
    }

    .head_email,
    .head_phone,
    .head_worktime {
        margin-top: 0;
    }

    .head_worktime {
        margin-right: 0;
    }

    .head_email {
        width: auto;
        float: left;
    }

    .head-bottom .head_worktime,
    .head-bottom .head_email,
    .head-bottom .head_phone {
        display: none;
    }
}

@media (max-width: 767px) {

    .head-bottom {
        height: auto;
        padding: 5px 0;
    }

    .head_logo {
        /*width: 50%;*/
        width: calc(100% - 53px);
    }

    .head_phone,
    .head_worktime {
        margin: 0 0 10px;
        text-align: left;
    }

    .head_worktime {
        width: 85px;
        margin-left: 35px;
        float: right;
        text-align: right;
    }

    .head_widgets {
        top: 0px;
        left: -30px;
    }

    .head_phone .title,
    .head_worktime .title {
        font-size: 12px;
    }

    .head_phone .title,
    .head_worktime .title,
    .head_email .title {
        font-size: 11px;
    }

    .phones-item__phone a,
    .phones-item__city {
        font-size: 12px;
    }

    .head_email .title {
        margin-bottom: 6px;
    }

    .head_phone {
        width: 120px;
        float: right;
    }

    .head_email {
        margin-top: 0;
        float: left;
    }

    .head-top-login {
        display: block;
        position: relative;
        width: 40px;
        height: 46px;
        margin: 16px 0 0;
        padding: 0;
        float: right;
    }

    .head-top-login:after {
        left: 10px;
    }

    .bx-searchtitle.b_active2 {
        position: static;
    }

    .bx-searchtitle {
        z-index: 120;
        margin-top: 15px;
        margin-right: 0;
        margin-left: 0;
        float: right;
        background-color: #fff;
        box-shadow: 0 0 0 0 transparent;
    }

    .bx-searchtitle.b_active2 form {
        position: absolute;
        right: 15px;
        left: 15px;
        width: auto;
    }

    .bx-searchtitle:hover form {
        box-shadow: 0 0 0 0 transparent;
    }

    .bx-searchtitle .bx-input-group {
        background-color: #fff;
        box-shadow: 0 0 0 0 transparent;
    }

    .bx-searchtitle .btn-search:hover {
        background-color: transparent;
    }

}

@media (max-width: 415px) {
    .head_email {
        width: 100%;
        margin-bottom: 10px;
        float: none;
    }

    .head_phone {
        width: 100%;
        float: none;
    }
}

.menu-list {
    width: 100%;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    float: left;
    background: #fff;
    color: #393937;
    font-size: 14px;
}

.menu-list__item {
    display: flex;
    align-items: center;
    width: 100%;
}

.menu-list__item:not(:first-child) {
    margin-top: 10px;
}

.menu-list__item-span {
    margin-left: 5px;
}

.menu-list__item-widget {
    display: flex;
    margin-left: 20px;
}

.menu-list__item-widget--ws,
.menu-list__item-widget--te {
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
}

.menu-list__item-widget--te {
    margin-left: 5px;
}

.menu-list__item-widget--ws:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/local/templates/bq_aliot_s1/img/wa-green.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.menu-list__item-widget--te:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/local/templates/bq_aliot_s1/img/te.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}


#mylistsearch {
    z-index: 300;
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    max-height: 300px;
    margin: 2px 0 0 0;
    overflow-y: scroll;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0px 0 8px rgba(0, 0, 0, 0.18);
    color: #000;
    font-size: 11px;
    font-family: arial;
}

#mylistsearch #allres {
    margin: 0;
    padding: 8px 24px 8px 24px;
    border-radius: 0 0 6px 6px;
    background: #5e5e5e;
    color: #989898;
    font-weight: 500;
    font-size: 12px;
}

#mylistsearch #allres b {
    padding: 0 0 0 5px;
    color: #fff;
}

#mylistsearch #allres a {
    padding: 0 0 0 5px;
    color: #989898;
    text-decoration: underline;
}

#mylistsearch #allres a span {
    color: #fff;
}

#mylistsearch #allres a:hover {
    text-decoration: none;
}

#mylistsearch ul.search-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

#mylistsearch ul.search-list li {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    margin: 0 0 1px 0;
    padding: 13px 24px 13px;
    cursor: pointer;
}

#mylistsearch ul.search-list li:hover,
#mylistsearch ul.search-list li.active {
    background-color: #f6f6f6;
}

#mylistsearch ul.search-list li:after {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 1px;
    background-color: #f6f6f6;
    content: "";
}

#mylistsearch .prod-result {
    overflow: hidden;
}

#mylistsearch .search-res-preview {
    position: relative;
    width: 40px;
    height: 44px;
    margin: 0 0 0px 0px;
    float: left;
}

#mylistsearch .search-res-preview img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    margin: auto;
}

#mylistsearch .search-res-block {
    margin: 7px 0 0 0;
    overflow: hidden;
}

#mylistsearch .search-res-title {
    display: block;
    width: 60%;
    padding: 0 20px;
    float: left;
    color: #4f4f4f;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    text-decoration: none;
}

#mylistsearch .list_prod_item_price {
    color: #808080;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
}

#mylistsearch .old_price {
    width: 19%;
    float: left;
    color: #808080;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    text-decoration: line-through;
}

#mylistsearch .b_price {
    width: 20%;
    margin-left: 1%;
    float: left;
    color: #1a1a1a;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
}

@media (min-width: 1199px) {
    #mylistsearch ul.search-list li {
        padding-top: 20px;
    }

    #mylistsearch .search-res-block {
        position: relative;

    }

    #mylistsearch .search-res-title {
        width: 100%;
    }

    #mylistsearch .artikul {
        display: block;
        margin-top: 5px;
        padding: 0 20px;
        float: left;
    }
}


.main_wrap {
    position: relative;
    left: 0;
    width: 100%;
    min-width: 320px;
    min-height: 100%;
    float: left;
}

.main_wrap.menu-left {
    z-index: 99;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
}

.close-ico {
    display: block;
    display: block;
    z-index: 1000;
    position: absolute;
    top: 1px;
    right: -3px;
    width: 40px;
    height: 51px;
    margin: 0;
    padding: 0 0 0 10px;
    float: right;
}

.close-ico:after,
.close-ico:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 50%;
    height: 2px;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    background-color: #262626;
    content: "";
}

.close-ico:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

.fancybox-close.close-ico {
    z-index: 10000;
    top: -10px;
    right: -14px;
}

.left-adap {
    display: block;
    z-index: 101;
    position: absolute;
    left: -100%;
    width: 95%;
    height: inherit;
    min-height: 100%;
    float: left;
    background: #f0f0f0;
    opacity: 0;
    transition: left .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.left-adap.show-menu {
    position: absolute;
    left: 0px;
    box-shadow: 0px 0 20px 0 rgba(0, 0, 0, 0.2);
    opacity: 1;
}


.left-adap .header-adap-left-lvl-1 {
    display: flex;
    align-items: center;
    padding: 13px 20px 12px;
    color: #393937;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
}

.left-adap .header-adap-left-lvl-1 img {
    display: block;
    width: 1.5em;
    height: 1.5em;
    object-fit: contain;
    margin-right: 0.5em;
}

.left-adap .header-adap-left-lvl-1:hover {
    background-color: #e9e9e9;
}

.left-adap .header-adap-left-lvl-1.first {
    padding-top: 20px;
    padding-right: 60px;
    padding-bottom: 18px;
    text-transform: uppercase;
}

.left-adap .main-menu {
    width: 100%;
    padding: 20px 0;
    float: left;
}

.left-adap .sub-menu {
    width: 100%;
    float: left;
}

/*.left-adap .sub-menu {display: none;}*/
.left-adap .main-menu {
    padding: 0;
    background: #fff;
}

.left-adap .main-menu .anim {
    display: block;
    position: relative;
    width: 100%;
    float: left;
}

.left-adap .main-menu ul {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
}

.left-adap .main-menu li {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
    border-bottom: 1px #f0f0f0 solid;
    list-style: none;
}

.left-adap .main-menu li a {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 14px 30px 13px 20px !important;
    color: #393937;
    font-size: 14px;
    text-decoration: none;
}

.left-adap .main-menu li a img {
    display: block;
    width: 1.5em;
    height: 1.5em;
    object-fit: contain;
    margin-right: 0.5em;
}

.left-adap .main-menu li a:hover {
    background-color: #e9e9e9;
    color: #000;
}

.left-adap .main-menu li a.parent:after {
    display: block;
    position: absolute;
    top: 0;
    right: 19px;
    bottom: 0;
    width: 7px;
    height: 12px;
    margin: auto 0;
    background: url(img/sprite.svg) no-repeat -91px -11px;
    background-size: 110px 190px;
    content: "";
}

.left-adap .main-menu li div {
    display: none !important;
}

.left-adap .main-menu .lvl2 ul {
    display: none;
}

.left-adap .head-top-login {
    width: 100%;
    float: left;
}

.left-adap .arrow_prev {
    display: block;
    width: 100%;
    padding: 20px;
    float: left;
    color: #393937;
    font-size: 13px;
}

@media (min-width: 992px) {
    .left-adap {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .left-adap .sub-menu>div {
        display: none;
    }
}


.front_slider {
    position: relative;
    /*overflow: hidden;*/
    /*height: 314px;*/
    max-width: 1210px;
    min-height: 290px;
    margin: 0 auto;
    margin-top: 47px;
    margin-bottom: 47px;
}

.front_slider_wrap {
    width: 100%;
    min-height: 290px;
    float: left;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.3);
}

.front_slider .box {
    z-index: 1;
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 1280px;
    height: inherit;
    background: #e9e9e9;
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
}

.front_slider .box.active {
    z-index: 2;
}

.front_slider .contecnt {
    /*position: absolute; left: 11%;*/
    z-index: 4;
    margin: 0 !important;
}

/*.front_slider .contecnt > div{position: relative;}*/
.front_slider .title {
    margin: 0 0 22px 0;
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
}

.front_slider .desc {
    margin: 0 0 34px 0;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}

/*.front_slider .box img{display: block; position: absolute; top: 0;}*/
.front_slider .box img {
    display: block;
    max-width: 100%;
}

.front_slider .b_arrow_prev,
.front_slider .b_arrow_next {
    z-index: 10;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 32px;
}

.front_slider .b_arrow_next {
    right: 0;
    left: auto;
}

.front_slider .b_arrow_prev:after,
.front_slider .b_arrow_next:after {
    display: block;
    position: absolute;
    /*width: 25px; height: 69px;*/
    top: 50%;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    background: url(img/front-arr-right.svg);
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.front_slider .b_arrow_prev:after {
    left: 10px;
    background: url(img/front-arr-left.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.front_slider .b_arrow_next:after {
    right: 10px;
    background-position: 100% 0;
}

/*.front_slider .b_arrow_prev:hover:after {background: url(img/front-arr-left-hover.svg);background-repeat: no-repeat;background-size: contain;}*/
/*.front_slider .b_arrow_next:hover:after{background: url(img/front-arr-right-hover.svg);background-repeat: no-repeat;background-size: contain;background-position: 100% 0;}*/


.front_slider .slider_nav {
    z-index: 20;
    position: relative;
    bottom: 98px;
    left: 50%;
    float: left;
}

.front_slider .slider_nav_wrap {
    margin-left: -50%;
    float: left;
}

.front_slider .slider_nav_wrap a {
    display: block;
    position: relative;
    width: 92px;
    height: 57px;
    margin: 0 4px;
    float: left;
    overflow: hidden;
    border-radius: 4px;
    background-color: #fff;
}

.front_slider .slider_nav_wrap img {
    position: relative;
    height: 100%;
    border-radius: 4px;
    opacity: 0.6;
}

.front_slider .slider_nav_wrap a:after {
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    border-bottom: 3px #E12A2A solid;
    content: "";
}

.front_slider .slider_nav_wrap a:hover:after {
    width: 50%;
}

.front_slider .slider_nav_wrap a.active:after {
    width: 100%;
}

.front_slider .slider_nav_wrap a:hover img,
.front_slider .slider_nav_wrap a.active img {
    opacity: 1;
}

.front_slider .b_arrow_prev,
.front_slider .b_arrow_next,
.front_slider .slider_nav_wrap a:after,
.front_slider .slider_nav_wrap a img {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.front_slider .slider_nav {
    display: none;
}


@media (max-width: 1320px) {
    .front_cont_slider {
        margin-right: auto;
        margin-left: auto;
        padding-right: 15px;
        padding-left: 15px;
    }

    .front_slider,
    .front_slider_wrap {
        min-height: initial;
    }
}

@media (max-width: 991px) {
    .front_slider {
        margin-top: 25px;
        margin-bottom: 25px;
    }
}


@media (max-width: 767px) {

    /*.front_slider,
		.front_slider_wrap{height: 400px;}*/
    /*.front_slider .box{text-align: center;}*/
    /*.front_slider .contecnt{left: 15px; right: 15px;}*/
    .front_slider .b_arrow_prev,
    .front_slider .b_arrow_next {
        top: 0;
        /*height: 100px;*/
        background-color: transparent !important;
    }

    .front_slider .b_arrow_prev:after,
    .front_slider .b_arrow_next:after {
        margin: -7px 9px;
        margin-top: 0px;
    }

    .front_slider .b_arrow_next:after {
        right: 2px;
    }

    .front_slider .slider_nav {
        display: none;
    }

    .front_slider .btn {
        margin: 0 auto;
        float: none;
    }

    .front_slider .title {
        font-size: 25px;
        line-height: 35px;
    }

    .front_slider .desc {
        font-size: 17px;
    }
}

.catalog_ico_list {
    margin-top: 20px;
    margin-bottom: 23px;
}

.catalog_ico_list a {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 70px;
    padding: 5px 0 10px 57px;
    color: #000;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
}

.catalog_ico_list a img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    max-height: 60px;
    margin: auto 0 auto 8px;
    line-height: 60px;
}

.catalog_ico_list a .catalog_ico {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 45px;
    margin: auto 0 auto 8px;
    background: url(./img/catalog_ico.svg) no-repeat -10000px 0;
    line-height: 60px;
}

.catalog_ico_list a .catalog_ico_1 {
    background-position: 3px 0;
}

.catalog_ico_list a .catalog_ico_2 {
    height: 35px;
    background-position: -48px -10px;
}

.catalog_ico_list a .catalog_ico_3 {
    height: 35px;
    background-position: -104px -10px;
}

.catalog_ico_list a .catalog_ico_4 {
    height: 35px;
    background-position: -145px -10px;
}

.catalog_ico_list a .catalog_ico_5 {
    height: 35px;
    background-position: -199px -10px;
}

.catalog_ico_list a .catalog_ico_6 {
    height: 35px;
    background-position: -246px -10px;
}

.catalog_ico_list a .catalog_ico_7 {
    background-position: -284px -5px;
}

.catalog_ico_list a .catalog_ico_8 {
    background-position: -332px -4px;
}

.catalog_ico_list a .catalog_ico_9 {
    height: 30px;
    background-position: -388px -10px;
}

.catalog_ico_list a .catalog_ico_10 {
    height: 30px;
    background-position: -444px -10px;
}

.catalog_ico_list a .catalog_ico_11 {
    background-position: 0 -69px;
}

.catalog_ico_list a .catalog_ico_12 {
    height: 35px;
    background-position: -48px -72px;
}

.catalog_ico_list a .catalog_ico_13 {
    height: 35px;
    background-position: -106px -72px;
}

.catalog_ico_list a .catalog_ico_14 {
    background-position: -150px -69px;
}

.catalog_ico_list a .catalog_ico_15 {
    height: 40px;
    background-position: -200px -69px;
}

.catalog_ico_list a .catalog_ico_16 {
    background-position: -247px -69px;
}

.catalog_ico_list a .catalog_ico_17 {
    height: 40px;
    background-position: -287px -72px;
}

.catalog_ico_list a .catalog_ico_18 {
    height: 35px;
    background-position: -333px -72px;
}

.catalog_ico_list a .catalog_ico_19 {
    height: 40px;
    background-position: -384px -70px;
}

.catalog_ico_list a .catalog_ico_20 {
    height: 30px;
    background-position: -428px -72px;
}

.catalog_ico_list>div {
    margin-bottom: 20px;
}

.catalog_ico_list a .name {
    display: inline-block;
    width: 95%;
    vertical-align: middle;
    white-space: normal;
}

.catalog_ico_list a .name span {
    display: block;
}

.catalog_ico_list a:before {
    display: inline-block;
    height: 100%;
    content: '';
    vertical-align: middle;
}

.catalog_ico_list .catalog_ico_list_img {
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .catalog_ico_list a {
        padding-left: 50px;
    }

    .catalog_ico_list a .catalog_ico {
        margin-left: 0;
    }

    .catalog_ico_list a .name {
        font-weight: 400;
        font-size: 12px;
    }
}

.front_tabs {
    width: 100%;
    margin: 0 0 30px 0;
    margin-bottom: 0;
    padding: 0;
    float: left;
    border-radius: 6px;
}

.front_tabs .btnline,
.search-tab-btns {
    width: 100%;
    margin-bottom: -1px;
    padding: 0 0 0 31px;
    float: left;
    border-radius: 6px 6px 0 0;
    background-color: #FFF;
}

.front_tabs .btntab,
.search-tab-btns a {
    position: relative;
    padding: 0 45px 0 0;
    float: left;
    color: #808080 !important;
    font-size: 16px;
    line-height: 72px;
}

.front_tabs .btntab span.name,
.search-tab-btns span.name {
    display: block;
    position: relative;
    margin: 0 9px 0 0;
    float: left;
    color: #000;
    font-weight: 500;
    font-size: 20px;
    line-height: 72px;
}

.front_tabs .btntab:hover,
.search-tab-btns a {
    color: #000;
}

.front_tabs .btntab span.name:after,
.search-tab-btns a span.name:after {
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    border-bottom: 4px #E12A2A solid;
    content: "";
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.front_tabs .btntab:hover span.name:after,
.search-tab-btns a:hover span.name:after,
.front_tabs .btntab.active span.name:after,
.search-tab-btns a.active span.name:after {
    width: 100%;
}

.front_tabs .more {
    position: relative;
    margin-right: 28px;
    padding-right: 14px;
    float: right;
    color: #797979;
    line-height: 70px;
}

.front_tabs .more:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 7px;
    height: 12px;
    margin: auto 0;
    content: "";
}

.front_tabs .more:hover {
    text-decoration: underline;
}

@media (max-width: 992px) {
    .front_tabs .btntab {
        padding-right: 30px;
    }

    .front_tabs .btntab span.name {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .front_tabs .btnline {
        font-size: 12px;
    }

    .front_tabs .btntab {
        padding-right: 10px;
    }

    .front_tabs .btntab span.cnt {
        font-size: 15px;
    }
}

.front_tabs .tab_box,
.front_tabs .list_prod {
    display: none;
    margin: 0 0 30px 0;
    border-radius: 0 0 6px 6px;
    background: #fff;
}

.front_tabs .list_prod {
    max-height: 1108px;
    margin-bottom: 0;
}

.front_tabs .list_prod.active {
    display: block;
}

@media (max-width: 767px) {
    .front_tabs .tab_box {
        display: block !important;
    }

    .front_tabs .btntab span.name:after {
        width: 100%;
    }
}

@media (max-width: 561px) {
    .front_tabs .list_prod {
        max-height: inherit;
    }
}


.list_prod {
    position: relative;
    width: 100%;
    float: left;
    overflow: hidden;
    border-top: 1px solid #ececec;
    background: #fff;
}

.list_prod_item {
    position: relative;
    position: relative;
    height: 496px;
    margin: -1px -1px 0 0;
    padding: 28px 30px 21px;
    border-top: 1px solid #ececec;
    border-left: 0px none;
    background: #fff;
}

.list_prod_item:after {
    z-index: 10;
    position: absolute;
    top: 0;
    right: -3px;
    bottom: 0;
    width: 1px;
    background-color: #ececec;
    content: "";
}

.list_prod_item:before {
    z-index: 10;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: #ececec;
    content: "";
}

.list_prod_item_information {
    display: flex;
    flex-direction: column;
}

.list_prod_item .btn {
    width: 100%;
    text-align: center;
    height: auto;
    padding: 15px 20px;
    font-size: 14px;
    line-height: normal;
    white-space: normal;
    float: none;
    margin-top: auto;
}

.list_prod_item .list_prod_item_sec~.btn {
    margin-top: 0;
}

.list_prod_item {
    height: auto;
}

.list_prod_item .images {
    position: relative;
    width: 100%;
    height: 184px;
    float: left;
    text-align: center;
}

.list_prod_item .images img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.list_prod_item .list_prod_item_art {
    /*font-size: 14px;*/
    width: 100%;
    margin: 2px 0 5px;
    color: #818181;
    font-size: 13px;
}

.list_prod_item_chars {
    margin-bottom: 12px;
}

.list_prod_item_brand {
    margin-bottom: 12px;
}

.list_prod_item .list_prod_item_name {
    position: relative;
    width: 100%;
    overflow: hidden;
    color: #000;
    font-size: 17px;
    line-height: normal;
    display: block;
    margin-bottom: 12px;

}

.list_prod_item .list_prod_item_price {
    width: 100%;
    margin: 6px 0 18px;
    float: left;
    font-weight: 600;
    font-size: 25px;
    font-family: "Open Sans", sans-serif;
}

.list_prod_item .price-now {
    color: #000;
}

.list_prod_item .price-last {
    padding-right: 5px;
    color: #b3b3b3;
    text-decoration: line-through;
}

.list_prod_item .list_prod_item_rub {
    display: inline-block;
    padding-left: 5px;
}

.list_prod_item .link-favor,
.list_prod_item .link-compare {
    margin: -5px 0 0 0;
    padding-left: 31px;
    float: left;
    color: #818181;
    font-size: 12px;
    line-height: 36px;
}

.list_prod_item .link-favor {
    width: 57%;
}

.list_prod_item .link-compare {
    width: 43%;
}

.list_prod_item .link-favor:after {
    top: 4px;
    margin: 0;
}

.list_prod_item_none .images:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    content: "";
}

.list_prod_item_none .list_prod_item_price .price-now {
    color: #b3b3b3;
}

.list_prod_item_none .prod_item_none_text {
    display: block;
    width: 100%;
    height: 50px;
    height: 39px;
    margin: 3px 0 5px 0;
    float: left;
    font-size: 15px;
    line-height: 16px;
}

.list_prod_item_none .btn_item_msg {
    display: block;
    font-size: 13px;
}

.list_prod_item .stock {
    z-index: 20;
    position: absolute;
    top: 15px;
    right: 15px;
    text-align: center;
    text-transform: uppercase;
}

.list_prod_item .stock_hit {
    margin-bottom: 8px;
    background-color: #4ccf8d;
    color: rgb(254, 254, 254);
    font-weight: bold;
    text-align: center;
}

.list_prod_item .stock_new {
    margin-bottom: 8px;
    background-color: #00c0ff;
    color: rgb(254, 254, 254);
    font-weight: bold;
    text-align: center;
}

.list_prod_item .stock_sale {
    margin-bottom: 8px;
    background-color: #f25eb2;
    color: rgb(254, 254, 254);
    font-weight: bold;
    text-align: center;
}

.list_prod_item .stock-label {
    display: block;
    padding: 5px 10px;
    border-radius: 10%;
    font-size: 10px;
}


.list_prod_item .offers {
    display: none;
    margin: 15px -5px 0;
}

.list_prod_item .offer {
    min-width: 50px;
    height: 30px;
    margin: 5px;
    float: left;
    border-radius: 3px;
    background-color: #f2f2f2;
    color: #E12A2A;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}

.list_prod_item .offer.active,
.list_prod_item .offer:hover {
    background-color: #E12A2A;
    color: #fff;
}

.list_prod_item .offer.disabled {
    background-color: #eee !important;
    color: #4f4f4f !important;
    font-weight: normal;
    cursor: default;
    opacity: 0.55;
}

.list_prod_item_hover {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    border: 1px solid #ececec;
    border-radius: 2px;
    background-color: #FFF;
    opacity: 1;
    -webkit-transition: box-shadow 0.1s ease-out;
    -moz-transition: box-shadow 0.1s ease-out;
    -o-transition: box-shadow 0.1s ease-out;
    transition: box-shadow 0.1s ease-out;
}

.list_prod_item_hover.active {
    z-index: 100;
    min-height: 480px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.14);
    opacity: 1;
}

.list_prod_item_hover .offers {
    display: block;
}

.list_prod_item .dop_btn {
    margin: 0 0 0 50%;
    float: left;
}

.list_prod_item .link-compare {
    display: block;
    margin: -5px 0 0 -50%;
    padding-left: 31px;
    float: left;
    color: #818181;
    font-size: 12px;
    line-height: 36px;
}

.list_prod_item .link-compare {
    width: 43%;
}

.list_prod_item_sec {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
    margin-top: auto;
}

.list_prod_item_sec a {
    margin-left: 10px;
}

.list_prod_item_sec .price-now {
    font-size: 15px;
}

[data-view-mode="list"] .list_prod_item_sec {
    margin-bottom: 0;
}

@media (min-width: 1400px) {
    .list_prod_item {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .list_prod_item_hover {
        display: none !important;
    }
}

.list_prod_item_wr {}

.list-view-item {
    display: -ms-flex;
    display: flex;
    position: relative;
    position: relative;
    height: auto;
    margin: -1px 0 0;
    padding: 15px 30px 15px;
    border-top: 1px solid #ececec;
    border-left: 0px none;
    background: #fff;
}

.list-view-item:after {
    z-index: 10;
    position: absolute;
    top: 0;
    right: -1px;
    bottom: 0;
    width: 1px;
    background-color: #ececec;
    content: "";
}

.list-view-item:before {
    z-index: 10;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: #ececec;
    content: "";
}

.list-view-item .list_prod_item_wr {
    position: relative;
}

.list-view-item .list_prod_item_information {
    max-width: 390px;
    padding-left: 20px;
}


.list_prod_item_char {
    display: block;
    color: #818181;
    font-size: 13px;
}



.list-view-item .btn {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 36px;
    margin-bottom: 15px;
    /*width: 100%;*/
    font-size: 13px;
    line-height: 36px;
    text-align: center;
}

.list-view-item .images {
    /*width: 100%;*/
    position: relative;
    width: 170px;
    height: 170px;
    float: left;
    overflow: hidden;
    text-align: center;
}

.list-view-item .images img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: auto;
}

.list-view-item .list_prod_item_type {
    width: 100%;
    margin: 2px 0 5px;
    float: left;
    color: #818181;
    font-size: 12px;
}

.list-view-item .list_prod_item_name {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    color: #000;
    font-size: 17px;
    line-height: 25px;
}

.list-view-item .list_prod_item_price {
    width: 100%;
    margin: 6px 0 18px;
    float: left;
    font-weight: 600;
    font-size: 25px;
    font-family: "Open Sans", sans-serif;
}

.list-view-item.price-now {
    color: #000;
}

.list-view-item .price-last {
    padding-right: 5px;
    color: #b3b3b3;
    text-decoration: line-through;
}

.list-view-item .list_prod_item_rub {
    display: inline-block;
    padding-left: 5px;
}

.list-view-item .link-favor,
.list-view-item .link-compare {
    margin: -5px 0 0 0;
    padding-left: 31px;
    float: left;
    color: #818181;
    font-size: 12px;
    line-height: 36px;
}

.list-view-item .link-favor {
    width: 57%;
}

.list-view-item .link-compare {
    width: 43%;
}

.list-view-item .link-favor:after {
    top: 4px;
    margin: 0;
}

.list-view-item .stock {
    z-index: 20;
    position: absolute;
    top: 0px;
    /*width: 32px; height: 130px; float: left;*/
    left: 0px;
    text-align: center;
    text-transform: uppercase;
}

/*.list-view-item .stock_hit { float: left; width: 32px; height: 32px; border-radius: 50%; background-color: #4ccf8d; font-size: 11px; line-height: 32px; color: rgb( 254, 254, 254 ); font-weight: bold; margin-bottom: 8px; text-align: center; }
.list-view-item .stock_new { float: left; width: 32px; height: 32px; border-radius: 50%; background-color: #00c0ff; font-size: 11px; line-height: 32px; color: rgb( 254, 254, 254 ); font-weight: bold; margin-bottom: 8px; text-align: center; }
.list-view-item .stock_sale { float: left; width: 32px; height: 32px; border-radius: 50%; background-color: #f25eb2; font-size: 11px; line-height: 32px; color: rgb( 254, 254, 254 ); font-weight: bold; margin-bottom: 8px; text-align: center; }
*/
.list-view-item .stock_hit {
    margin-bottom: 8px;
    background-color: #4ccf8d;
    color: rgb(254, 254, 254);
    font-weight: bold;
    text-align: center;
}

.list-view-item .stock_new {
    margin-bottom: 8px;
    background-color: #00c0ff;
    color: rgb(254, 254, 254);
    font-weight: bold;
    text-align: center;
}

.list-view-item .stock_sale {
    margin-bottom: 8px;
    background-color: #f25eb2;
    color: rgb(254, 254, 254);
    font-weight: bold;
    text-align: center;
}

.list-view-item .stock-label {
    display: block;
    padding: 5px 10px;
    border-radius: 10%;
    font-size: 10px;
}

.list-view-item .offers {
    display: none;
    margin: 15px -5px 0;
}

.list-view-item .offer {
    min-width: 50px;
    height: 30px;
    margin: 5px;
    float: left;
    border-radius: 3px;
    background-color: #f2f2f2;
    color: #E12A2A;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}

.list-view-item .offer.active,
.list-view-item .offer:hover {
    background-color: #E12A2A;
    color: #fff;
}

.list-view-item .offer.disabled {
    background-color: #eee !important;
    color: #4f4f4f !important;
    font-weight: normal;
    cursor: default;
    opacity: 0.55;
}

@media (max-width: 1199px) {
    .list-view-item .list_prod_item_information {
        max-width: 100%;
    }

    .list-view-item .btn {
        position: static;
    }
}

@media (max-width: 586px) {
    .catalog-sort {
        /*height: 40px;*/
        height: 0;
    }

    .catalog-sort li a {
        display: none;
    }

    .list-view-item {
        display: block;
        position: relative;
        position: relative;
        height: 480px;
        margin: -1px 0 0;
        padding: 28px 30px 21px;
        border-top: 1px solid #ececec;
        border-left: 0px none;
        background: #fff;
    }

    .list-view-item:after {
        z-index: 10;
        position: absolute;
        top: 0;
        right: -1px;
        bottom: 0;
        width: 1px;
        background-color: #ececec;
        content: "";
    }

    .list-view-item:before {
        z-index: 10;
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: 1px;
        background-color: #ececec;
        content: "";
    }

    .list-view-item .list_prod_item_wr {
        position: static;
    }

    .list-view-item .list_prod_item_information {
        padding-left: 0;
    }

    .list-view-item .btn {
        width: 100%;
        height: 50px;
        margin-bottom: 15px;
        font-size: 15px;
        line-height: 50px;
        text-align: center;
    }

    .list-view-item .images {
        position: relative;
        width: 100%;
        height: 184px;
        float: left;
        text-align: center;
    }

    .list-view-item .images img {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: auto;
        margin: auto;
    }

    .list-view-item .list_prod_item_type {
        width: 100%;
        margin: 2px 0 5px;
        float: left;
        color: #818181;
        font-size: 12px;
    }

    .list-view-item .list_prod_item_name {
        position: relative;
        width: 100%;
        height: 54px;
        float: left;
        overflow: hidden;
        color: #000;
        font-size: 17px;
        line-height: 25px;
    }

    .list-view-item .list_prod_item_price {
        width: 100%;
        margin: 6px 0 18px;
        float: left;
        font-weight: 600;
        font-size: 25px;
        font-family: "Open Sans", sans-serif;
    }

    .list-view-item .price-now {
        color: #000;
    }

    .list-view-item .price-last {
        padding-right: 5px;
        color: #b3b3b3;
        text-decoration: line-through;
    }

    .list-view-item .list_prod_item_rub {
        display: inline-block;
        padding-left: 5px;
    }

    .list-view-item .link-favor,
    .list-view-item .link-compare {
        margin: -5px 0 0 0;
        padding-left: 31px;
        float: left;
        color: #818181;
        font-size: 12px;
        line-height: 36px;
    }

    .list-view-item .link-favor {
        width: 57%;
    }

    .list-view-item .link-compare {
        width: 43%;
    }

    .list-view-item .link-favor:after {
        top: 4px;
        margin: 0;
    }

    .list-view-item .stock {
        position: absolute;
        top: 28px;
        /*width: 32px; height: 130px; float: left; z-index: 20;*/
        right: 30px;
        left: auto;
        text-align: center;
        text-transform: uppercase;
    }

    .list-view-item .stock_hit {
        margin-bottom: 8px;
        background-color: #4ccf8d;
        color: rgb(254, 254, 254);
        font-weight: bold;
        text-align: center;
    }

    .list-view-item .stock_new {
        margin-bottom: 8px;
        background-color: #00c0ff;
        color: rgb(254, 254, 254);
        font-weight: bold;
        text-align: center;
    }

    .list-view-item .stock_sale {
        margin-bottom: 8px;
        background-color: #f25eb2;
        color: rgb(254, 254, 254);
        font-weight: bold;
        text-align: center;
    }

    .list-view-item .stock-label {
        display: block;
        padding: 5px 10px;
        border-radius: 10%;
        font-size: 10px;
    }

    .list-view-item .offers {
        display: none;
        margin: 15px -5px 0;
    }

    .list-view-item .offer {
        min-width: 50px;
        height: 30px;
        margin: 5px;
        float: left;
        border-radius: 3px;
        background-color: #f2f2f2;
        color: #E12A2A;
        font-size: 15px;
        line-height: 30px;
        text-align: center;
        cursor: pointer;
    }

    .list-view-item .offer.active,
    .list-view-item .offer:hover {
        background-color: #E12A2A;
        color: #fff;
    }

    .list-view-item .offer.disabled {
        background-color: #eee !important;
        color: #4f4f4f !important;
        font-weight: normal;
        cursor: default;
        opacity: 0.55;
    }

}


.main_catalog_prod {
    width: 100%;
    padding: 0 0;
    overflow: hidden;
}

.main_catalog_prod .list_prod {
    width: auto;
    min-width: 100%;
    max-width: 100%;
    margin: -1px -3px -1px 0;
    padding: 0;
    border-radius: 4px;
}


.popular_category {
    width: 100%;
    margin: 0 0 48px 0;
    float: left;
}

.popular_category .main_title {
    margin-bottom: 18px;
    padding: 0 8px;
}

.popular_category .row {
    margin: 0 -8px;
}

.popular_category .col-sm-6,
.popular_category .col-xs-12 {
    padding: 0 8px;
}

.popular_category .block {
    display: block;
    position: relative;
    max-width: 288px;
    height: 127px;
    margin: 8px auto;
    padding: 0;
    padding: 20px 6.5%;
    overflow: hidden;
    border-radius: 5px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.popular_category .block.main {
    max-width: 592px;
    height: 270px;
    padding-top: 24px;
}

.popular_category img {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.popular_category .name {
    z-index: 2;
    position: relative;
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
}

.popular_category .block.main .name {
    margin: 0 0 13px 0;
    font-size: 30px;
}

.popular_category .desc {
    z-index: 2;
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 15px;
    line-height: 20px;
}

@media (max-width: 992px) {

    .popular_category .block,
    .popular_category .block.main {
        max-width: 100%;
    }

    .popular_category .block {
        height: 160px;
    }
}

@media (max-width: 767px) {
    .popular_category {
        padding: 0 15px;
    }
}

.front_news {
    margin-bottom: 46px;
}

.front_news .row {
    width: 100%;
    margin: 0;
    padding: 0 10px;
    float: left;
    border-radius: 0 0 6px 6px;
    background-color: #fff;
}

.front_news .row .block {
    margin: 28px 0 12px;
    padding: 0 20px;
}

.front_news .tab_box {
    position: relative;
}

.front_news .tab_box:before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 1px;
    background-color: #ececec;
    content: "";
}


.news_list {
    margin: 20px 0;
}

.news_list .block .name {
    display: block;
    width: 100%;
    margin: -4px 0 14px 0;
    color: #000;
}

.news_list .block .new-text {
    width: 100%;
    margin-bottom: 12px;
    color: #010101;
    font-size: 14px;
    line-height: 24px;
}

.news_list .block .new-about {
    overflow: hidden;
}

.news_list .block {
    position: relative;
    margin-bottom: 20px;
}

.news_list .block .new-date {
    margin: 0 0 20px 0;
    color: #757575;
    font-size: 12px;
}

.news_list .block .image {
    display: block;
    width: 45%;
    margin: 0 20px 20px 0;
    float: left;
}

.news_list .block .image img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.b_news_list_page {
    padding-bottom: 0;
}

.b_news_list_page .news_list {
    margin: 30px 0 0 0;
}

.b_news_list_page .b_pager_line {
    right: -30px;
    left: -30px;
    width: calc(100% + 60px);
    margin-bottom: -1px;
    float: left;
}

@media (max-width: 992px) {
    .news_list .block .image {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .container_nowrap {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
}


.about_company .title,
.about_company .h1,
.about_company h1 {
    margin-bottom: 30px;
}

.about_company .block {
    box-sizing: border-box;
    height: 90px;
    margin-bottom: 23px;
    padding: 13px 20px 15px 100px;
    color: rgb(0, 0, 0);
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
}

.about_company .block span.ico {
    position: absolute;
    top: 0;
    left: 0;
    width: 82px;
    height: 82px;
    float: left;
    border-radius: 50%;
    background: #E12A2A;
    content: "";
}

.about_company .block span.ico:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 44px;
    margin: auto;
    background: url(img/catalog_ico.svg) no-repeat 0 0;
    content: "";
}

.about_company .block_1 span.ico:after {
    width: 55px;
    height: 54px;
    background-position: -2px -108px;
}

.about_company .block_2 span.ico:after {
    width: 55px;
    height: 50px;
    background-position: -55px -112px;
}

.about_company .block_3 span.ico:after {
    width: 55px;
    height: 50px;
    background-position: -113px -112px;
}

.about_company_text {
    font-size: 14px;
    line-height: 24px;
}

.about_company .more {
    position: relative;
    margin: 8px 0 0 0;
    padding-right: 14px;
    float: left;
    color: #797979;
    line-height: 24px;
}

.about_company .more:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 7px;
    height: 12px;
    margin: auto 0;
    content: "";
}

.about_company .more:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .about_company {
        padding: 0 15px;
    }

    .about_company .block {
        font-size: 16px;
        line-height: 18px;
    }
}

.about_company_shot {
    width: 100%;
    margin: 15px 0 0 0;
    float: left;
}

.about_company_shot .block {
    box-sizing: border-box;
    display: block;
    position: relative;
    height: 60px;
    padding: 12px 20px 5px 55px;
    color: rgb(0, 0, 0);
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
}

.about_company_shot .block span.ico {
    position: absolute;
    top: 0;
    left: 0;
    width: 44px;
    height: 44px;
    float: left;
    border-radius: 50%;
    background: #E12A2A;
    content: "";
}

.about_company_shot .block span.ico:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: auto;
    background: url(img/catalog_ico.svg) no-repeat 0 0;
    content: "";
}

.about_company_shot .block_1 span.ico:after {
    width: 30px;
    height: 30px;
    background-position: -1px -164px;
}

.about_company_shot .block_2 span.ico:after {
    width: 30px;
    height: 30px;
    background-position: -42px -165px;
}

.about_company_shot .block_3 span.ico:after {
    width: 30px;
    height: 30px;
    background-position: -85px -165px;
}


.gall_product {
    margin: 46px 0 0 0;
    padding: 23px 0 23px 0;
    border-radius: 6px;
    background-color: #fff;
}

.gall_product .title2 {
    padding-left: 30px;
}

.gall_product .more {
    position: relative;
    margin-right: 15px;
    padding-right: 14px;
    float: right;
    color: #797979;
    line-height: 24px;
}

.gall_product .more:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 7px;
    height: 12px;
    margin: auto 0;
    content: "";
}

.gall_product .more:hover {
    text-decoration: underline;
}

.gall_product .list_prod_slider {
    width: 100%;
    float: left;
    overflow: hidden;
}

.gall_product .list_prod_slider:after {
    z-index: 2;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    background-color: #fff;
    content: "";
}

.gall_product .list_prod_item {
    width: 300px;
    float: left;
}

.gall_product .wrap {
    position: relative;
    width: 200000px;
    height: auto;
    float: left;
}

.gall_product .nav {
    z-index: 3;
    position: relative;
    width: 100%;
    margin: 0 0 0 0;
    float: left;
}

.gall_product a.next,
.gall_product a.prev {
    position: relative;
    width: 31px;
    height: 31px;
    margin: 18px 30px;
    float: left;
    border: 1px #d6d5d5 solid;
    border-radius: 5px;
    background: #fff;
}

.gall_product .nav {
    position: static;
}

.gall_product a.prev {
    position: absolute;
    top: calc(50% - 80px);
    left: 0;
    margin: 1px;
}

.gall_product a.next {
    position: absolute;
    top: calc(50% - 80px);
    right: 0;
    margin: 1px;
}

@media (max-width: 559px) {
    .gall_product .nav {
        position: relative;
    }

    .gall_product a.prev {
        position: relative;
        top: unset;
        left: unset;
        margin: 18px 30px;
    }

    .gall_product a.next {
        position: relative;
        top: unset;
        right: unset;
        margin: 18px 30px;
    }
}

.gall_product a.next {
    float: right;
}

.gall_product a.next:after,
.gall_product a.prev:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 8px;
    height: 12px;
    margin: auto;
    content: "";
}

.gall_product a.next:after {
    background-position: -57px -25px;
}

.gall_product a.next:hover,
.gall_product a.prev:hover {
    border: #E12A2A;
    background: #E12A2A;
}


.gall_product .nav_text,
.gall_product .nav_slider {
    position: relative;
    width: calc(100% - 182px);
    height: 68px;
    padding: 10px 0 0 0;
    float: left;
    overflow: hidden;
}

.gall_product .nav_text {
    display: none;
    color: #b3b3b3;
    font-size: 20px;
    line-height: 48px;
    text-align: center;
}

.gall_product .nav_wrap {
    position: absolute;
    width: 20000px;
    float: left;
}

.gall_product .nav_wrap .block {
    position: relative;
    width: 55px;
    height: 68px;
    padding: 11px 0 0 0;
    float: left;
    color: #f33;
}

.gall_product .nav_wrap .block:after {
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 4px;
    border-radius: 1px;
    background: #E12A2A;
    content: "";
    opacity: 0;
}

.gall_product .nav_wrap .block:after {
    transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
}

.gall_product .nav_wrap .block.active:after {
    bottom: 0;
    opacity: 1;
}

.gall_product .nav_slider {
    display: none !important;
}

.gall_product .nav_slider img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 55px;
    margin: auto;
    padding: 0 4px;
}

.nav_border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 4px;
    border-radius: 1px;
    background: #E12A2A;
}

@media (max-width: 767px) {
    .gall_product {
        margin-right: -15px;
        margin-left: -15px;
    }

    .gall_product .more {
        margin: 10px 0 10px 20px;
        float: left;
        text-align: left;
    }
}

@media (min-width: 1400px) {
    .gall_product .nav_slider {
        width: calc(100% - 165px);
    }

    .gall_product a.prev {
        margin-right: 20px;
    }

    .gall_product a.next {
        margin-left: 20px;
    }
}


.footer {
    width: 100%;
    margin-top: 60px;
    padding-top: 40px;
    padding-bottom: 35px;
    background: #262626;
    color: #fff;
}

.footer a {
    color: #fff;
}

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

.footer .logo {}

.footer .logo a,
.footer .logo span {
    display: block;
    width: auto;
    max-width: 100%;
    height: 46px;
}

.footer .logo a img,
.footer .logo span img {
    max-width: 100%;
}

.clear_br {
    position: relative;
    width: 100%;
    height: 1px;
    margin: 20px 0;
    padding: 0 15px;
    float: left;
    background-color: #777;
    opacity: 0.3;
}

.footer .social {
    padding-left: 0;
}

.footer .social a {
    display: block;
    position: relative;
    width: 45px;
    height: 45px;
    margin-left: 19px;
    float: right;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.footer .social a.fb {
    margin-left: 0;
}

.footer .social a:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 14px;
    margin: auto;
    content: "";
}

.footer .feedback a {
    display: block;
    margin: 4px 0 10px 0;
}

.footer .copyright_left {
    font-size: 12px;
}

.footer .copyright_right {
    color: #fff;
    font-size: 12px;
    text-align: right;
}

.footer .second_line {
    margin-top: 40px;
}

.footer .menu-foot div,
.footer .menu-foot a {
    display: block;
    margin: 4px 0 10px 0;
}

@media (max-width: 1200px) {
    .footer .social a {
        width: 38px;
        height: 38px;
        margin-left: 12px;
    }

    .footer .menu-foot {
        padding-left: 0;
    }

    .footer .feedback {
        padding-left: 0;
    }
}

@media (max-width: 992px) {
    .footer .menu-foot {
        padding-left: 15px;
    }

    .footer .feedback {
        text-align: right;
    }
}

@media (max-width: 767px) {
    .footer {
        padding-right: 15px;
        padding-left: 15px;
    }

    .footer .social a {
        width: 36px;
        height: 36px;
        margin-left: 10px;
    }

    .footer .second_line {
        margin-top: 20px;
    }

    .footer .feedback {
        margin-top: 20px;
        padding-left: 15px;
        text-align: left;
    }

    .footer .copyright_right {
        margin-top: 10px;
        text-align: left;
    }
}

@media (max-width: 550px) {
    .footer .logo {
        width: 100%;
    }

    .footer .social {
        width: auto;
        padding: 15px 0 0 15px;
        float: left;
        ;
    }

    .footer .feedback {
        margin-top: 20px;
    }
}


.bread {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding: 15px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.bread::-webkit-scrollbar {
    display: none;
}


.bread.cf::before,
.bread.cf::after {
    display: none;
}

.bread a,
.bread span {
    position: relative;
    padding: 0 10px 0 0;
    float: left;
    color: #808080;
    font-size: 12px;
    line-height: 16px;
    text-decoration: none;
}

.bread a:after {
    position: absolute;
    top: 5px;
    right: 7px;
    width: 4px;
    height: 8px;
    background: url(./img/bread-arr.png) no-repeat 0 0;
    content: "";
}

.bread a:last-child:after {
    background: none;
}

.bread a:hover {
    color: #f33c3c;
}

.breadcrumbs__link {
    flex-shrink: 0;
}

@media (max-width: 991px) {
    .bread {
        flex-wrap: nowrap;
    }
}


.main_catalog_subsection {
    margin: 0 0 40px 0;
    padding: 14px 0;
    border-radius: 5px;
    background-color: #fff;
}

.main_catalog_subsection .cat_item {
    display: block;
    padding: 10px 30px 20px;
}

.main_catalog_subsection .cat_item .cat_item_zag {
    display: block;
    position: relative;
    color: #000000;
    font-weight: 600;
    font-size: 20px;
}

.main_catalog_subsection .cat_item .cat_item_cont {
    margin-top: 15px;
}

.main_catalog_subsection .cat_item .cat_item_cont a {
    display: block;
    color: #000;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    font-family: 'Open Sans';
}

.main_catalog_subsection .cat_item .cat_item_cont a:hover,
.main_catalog_subsection .cat_item .cat_item_zag:hover {
    color: #E12A2A;
}

@media (min-width: 1200px) {
    .main_catalog_subsection {
        padding-right: 20%;
    }
}

@media (max-width: 767px) {
    .main_catalog_subsection {
        margin: 0 -15px 40px;
        padding: 10px 0;
    }

    .main_catalog_subsection .cat_item {
        padding: 5px 15px 10px;
    }

    .main_catalog_subsection .cat_item .cat_item_cont {
        margin-top: 5px;
    }
}


.b_left_filter {
    margin: 0 0 30px 0;
    float: left;
}

.bx_filter_box {
    width: 100%;
    margin: 0px 0 30px;
    padding: 9px 11px 9px 19px;
    float: left;
    border-radius: 6px;
    background: #FFF;
}

.bx_filter_title {
    position: relative;
    padding: 6px 35px 6px 0;
    color: #000;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
}

.bx_filter_title:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 26px;
    height: 26px;
    margin: auto 0;
    float: right;
    border-radius: 5px;
    background: #a6a6a6 url(./img/catalog_filter_arrow.png) no-repeat 50% 50%;
    content: "";
}

.bx_filter_title:hover:after,
.bx_filter_title.active:after {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.bx_filter_title.active:hover:after {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

.bx_filter_title:hover:after {
    background-color: #E12A2A;
}

.bx_filter_checkbox {
    display: block;
    position: relative;
    position: relative;
    margin: 7px 0 10px;
    padding: 4px 4px 4px 30px;
    color: #4f4f4f;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    cursor: pointer;
}

.bx_filter_checkbox input {
    display: none;
}

.bx_filter_checkbox:hover {
    color: #E12A2A;
}

.bx_filter_checkbox:after {
    position: absolute;
    top: 14px;
    left: 2px;
    width: 19px;
    height: 19px;
    margin-top: -9px;
    float: left;
    border: 1px #b4b4b4 solid;
    border-radius: 3px;
    background: url(./img/catalog_check.png) no-repeat -200px 0;
    content: "";
}

.bx_filter_checkbox:hover:after {
    border-color: #E12A2A;
}

.bx_filter_checkbox.checked:after {
    border-color: transparent;
    background-position: 50% 50%;
    background-color: #E12A2A;
}

.bx_filter_checkbox.disabled {
    color: #4f4f4f !important;
    opacity: 0.4;
}

.bx_props {
    display: none;
    padding: 15px 0 10px;
}

.bx_props.active {
    display: block;
    margin-bottom: -9px;
}

.bx_filter_box_price {
    position: relative;
    width: 100%;
    margin: 0 0 50px;
    float: left;
}

.bx_filter_box_price .bx_filter_title_price {
    margin: 0 0 13px 0;
    color: #000;
    font-weight: 600;
    font-size: 15px;
}

.bx_filter_box_price .bx_filter_title_price span {
    font-weight: 300;
}

.bx_filter_box_price .input {
    position: relative;
    width: 47%;
    height: 44px;
    float: left;
    border-radius: 6px;
    background-color: #fff;
}

.bx_filter_box_price .input_max {
    float: right;
}

.bx_filter_box_price .input input {
    z-index: 5;
    position: relative;
    width: 100%;
    height: 44px;
    padding: 0 12px 0 38px;
    border: 0px none;
    background: transparent;
    color: #4f4f4f;
    font-size: 14px;
    line-height: 44px;
}

.bx_filter_box_price .input .label {
    z-index: 3;
    position: absolute;
    top: 15px;
    left: 14px;
    color: #a1a1a1;
    font-weight: normal;
    font-size: 12px;
    text-transform: lowercase;
}

.bx_filter_box_price .price_bar {
    position: relative;
    width: 98%;
    height: 4px;
    margin: 22px 1% 0 1%;
    float: left;
    border-radius: 6px;
    background: #f33c3c;
}

.bx_filter_box_price .select {
    height: 4px;
    border-radius: 6px;
    background-color: #E12A2A;
}

.bx_filter_box_price .btn {
    z-index: 10;
    position: absolute;
    top: 4px;
    width: 14px;
    height: 27px;
    padding: 0;
    border-radius: 0;
    background: url(./img/catalog_price_filter.png);
    box-shadow: 0 0 0 0 transparent !important;
    cursor: pointer;
}

.bx_filter_submit {
    display: block;
    height: 44px;
    padding: 0 40px;
    float: left;
    border: 0px none;
    border-radius: 5px;
    background: #E12A2A;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 44px;
    cursor: pointer;
}

.bx_filter_submit:hover {
    background: #E12A2A;
}

.bx_filter_reset {
    margin: 13px 0 0 27px;
    float: left;
    color: #8d8d8d;
    font-size: 12px;
    text-decoration: underline;
}

.bx_filter_reset:hover {
    text-decoration: none;
}

.bx_popup {
    z-index: 102;
    position: absolute;
    top: 5px;
    left: calc(100% + 20px);
    padding: 0;
    border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
    color: #5f5f5f;
    font-size: 12px;
    line-height: 38px;
    white-space: nowrap;
}

.bx_popup:after {
    position: absolute;
    top: -8px;
    left: -22px;
    width: 25px;
    height: 56px;
    background: url(./img/bx_filter_popup.png) no-repeat 0 0;
    content: "";
}

.bx_popup span {
    padding: 0 10px;
}

.bx_popup a {
    display: inline-block;
    padding: 0 10px;
    border-radius: 0 5px 5px 0;
    background-color: #E12A2A;
    color: #FFF;
    font-weight: 500;
    font-size: 12px;
    text-decoration: none;
}

.bx_popup a:hover {
    background: #E12A2A;
    color: #fff;
}

.bx_filter_box_size .bx_filter_checkbox {
    min-width: 53px;
    height: 30px;
    margin: 5px;
    padding: 0;
    float: left;
    border-radius: 3px;
    background-color: #f2f2f2;
    color: #E12A2A;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}

.bx_filter_box_size .bx_filter_checkbox:hover {
    background-color: #E12A2A;
    color: #fff;
}

.bx_filter_box_size .bx_filter_checkbox.checked {
    background-color: #E12A2A;
    color: #fff;
}

.bx_filter_box_size .bx_filter_checkbox:after {
    display: none;
}

.bx_filter_box_size .bx_filter_checkbox.disabled {
    background-color: #eee;
}

.bx_filter_box_size .bx_props {
    margin: 0 -5px;
}

.bx_filter_submit,
.bx_popup a,
.bx_filter_box_size .bx_filter_checkbox,
.bx_filter_title:after {
    -webkit-transition: background-color 0.15s ease-out 0s;
    -moz-transition: background-color 0.15s ease-out 0s;
    -o-transition: background-color 0.15s ease-out 0s;
    transition: background-color 0.15s ease-out 0s;
}


.b_product_page {
    position: relative;
    padding: 20px 30px 30px;
    border-radius: 5px;
    background-color: #fff;
}

.b_product_page h1 {
    margin: 0 0 20px 0;
}

@media (max-width: 600px) {
    .b_product_page h1 {
        font-size: 18px;
        line-height: 1.33;
    }
}

.b_product_page .article {
    margin-top: -5px;
    color: #818181;
    font-size: 14px;
}

.b_product_page .sep_line {
    height: 1px;
    margin: 20px -30px 40px;
    background-color: #ececec;
}

.b_product_page .bigimg {
    display: block;
    position: relative;
    width: 100%;
    max-width: 460px;
    height: 370px;
}

.b_product_page .bigimg img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    max-width: 100%;
    margin: auto;
}

.b_product_page .minimg .row {
    margin: 10px -5px;
}

.b_product_page .minimg .item {
    display: block;
    position: relative;
    width: 64px;
    height: 60px;
    margin: 5px 5px;
    padding: 0;
    float: left;
    overflow: hidden;
    border: 1px solid #bcbcbc;
    border-radius: 5px;
    border-radius: 5px;
}

.b_product_page .minimg .item:hover {
    border-color: #f33c3c;
}

.b_product_page .minimg .item img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    margin: auto;
}

.b_product_page .bx_item_detail .stock {
    z-index: 20;
    position: absolute;
    top: 6px;
    left: 15px;
    float: left;
    text-align: center;
    text-transform: uppercase;
}

.b_product_page .bx_item_detail .stock_hit {
    margin: 0 12px 0 0;
    background-color: #4ccf8d;
    color: rgb(254, 254, 254);
    font-weight: bold;
    font-size: 11px;
    text-align: center;
}

.b_product_page .bx_item_detail .stock_new {
    margin: 0 12px 0 0;
    background-color: #00c0ff;
    color: rgb(254, 254, 254);
    font-weight: bold;
    font-size: 11px;
    text-align: center;
}

.b_product_page .bx_item_detail .stock_sale {
    margin: 0 12px 0 0;
    background-color: #f25eb2;
    color: rgb(254, 254, 254);
    font-weight: bold;
    font-size: 11px;
    text-align: center;
}

.b_product_page .bx_item_detail .stock-label {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 10%;
    vertical-align: top;
}

.b_product_page .bx_item_detail .front_tabs h1,
.b_product_page .bx_item_detail .front_tabs h2,
.b_product_page .bx_item_detail .front_tabs h3,
.b_product_page .bx_item_detail .front_tabs h4,
.b_product_page .bx_item_detail .front_tabs h5,
.b_product_page .bx_item_detail .front_tabs h6,
.b_product_page .bx_item_detail .front_tabs .h1,
.b_product_page .bx_item_detail .front_tabs .h2,
.b_product_page .bx_item_detail .front_tabs .h3,
.b_product_page .bx_item_detail .front_tabs .h4,
.b_product_page .bx_item_detail .front_tabs .h5,
.b_product_page .bx_item_detail .front_tabs .h6 {
    margin-top: 1em;
    margin-bottom: .5em;
}

.b_product_page .bx_item_detail .front_tabs ul,
.b_product_page .bx_item_detail .front_tabs ol {
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 0;
}

.b_product_page-slider:not(.slick-initialized) {
    display: flex;
    overflow: hidden;
}

.b_product_page-slider:not(.slick-initialized) .b_product_page-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
}

.b_product_page-slider .slick-dots li {
    margin: 0 2px;
}

.b_product_page-slider .bigimg {
    margin-right: auto;
    margin-left: auto;
}

.b_product_page-slider .slick-dots li button:before {
    color: #E12A2A;
    font-size: 36px;
}


.card_index_content {
    margin-top: 30px;
    margin-bottom: 30px;
}

.card_index_about_text {
    margin-bottom: 30px;
}

.card_index_about_text a {
    display: inline-block;
    padding: 0 5px;
    border: 1px solid #999999;
    border-radius: 5px;
    color: #010101;
    text-decoration: none;
    transition: 0.3s;
}

.card_index_about_text a:hover {
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.15);
    color: #010101;
    text-decoration: none;
}

.card_index_othercolor div {
    color: #808080;
}

.card_index_price {
    display: block;
    width: 100%;
    margin: 0 0 15px 0;
    float: left;
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
}

.card_index_price span {
    white-space: nowrap;
}

.card_index_price .price-last {
    color: #b2b2b2;
    font-size: 20px;
    text-decoration: line-through;
}

.b_product_page .prod_item_none_text {
    width: 100%;
    margin: 0 6px 15px;
    float: left;
    color: #000;
}

.b_product_page .sale_block .btn {
    width: 100%;
    margin: 0 0 15px 0;
}

.b_product_page .offers {
    margin: 0 -6px 15px;
}

.b_product_page .offer {
    min-width: 56px;
    height: 30px;
    margin: 6px;
    float: left;
    border-radius: 3px;
    background-color: #f2f2f2;
    color: #E12A2A;
    font-weight: 600;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}

.b_product_page .offer.active,
.b_product_page .offer:hover {
    background-color: #E12A2A;
    color: #fff;
}

.b_product_page .offer.disabled {
    background-color: #eee !important;
    color: #4f4f4f !important;
    font-weight: normal;
    cursor: default;
    opacity: 0.7;
}

.b_product_page .front_tabs {
    margin: 30px 0 0 0;
}

.b_product_page .front_tabs .btnline {
    padding: 0;
}

.b_product_page .tab_box {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 40px 0 0;
    float: left;
}

.b_product_page .tab_box:before {
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    left: -30px;
    height: 1px;
    background-color: #ececec;
    content: "";
}

.b_product_page .dop_btn {
    margin: 0 0 0 50%;
    float: left;
}

.b_product_page .link-compare {
    display: block;
    width: 43%;
    margin: -5px 0 0 -50%;
    padding-left: 31px;
    float: left;
    color: #818181;
    font-size: 12px;
    line-height: 36px;
}

.b_product_page .gall_product {
    /* margin-top: 6px; */
}

@media (max-width: 767px) {
    .b_product_page {
        margin: 0 -15px;
        padding: 30px 15px;
    }

    .b_product_page .sep_line {
        margin: 20px 0 40px;
    }

    .b_product_page .tab_box:before {
        right: 0;
        left: 0;
    }
}


.respone {
    margin-top: 60px;
    margin-bottom: 10px;
}

.respone .name {
    float: left;
    color: #000;
    font-weight: 600;
    font-size: 14px;
}

.respone .date {
    float: right;
    color: #808080;
    font-size: 14px;
    text-align: right;
}

.respone .desc {
    width: 100%;
    margin: 15px 0 0 0;
    float: left;
}


.b_form .input_box {
    position: relative;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 25px;
    float: left;
}

.captcha-row [name="captcha_word"],
.b_form .input_box input,
.b_form .input_box textarea {
    z-index: 10;
    position: relative;
    width: 100%;
    height: 43px;
    padding: 0;
    padding-left: 20px;
    border: 1px #cccccc solid;
    border-radius: 5px;
    outline: 0px none;
    background: transparent;
    font-weight: 600;
    font-size: 15px;
    font-family: 'Open Sans';
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.b_form .input_box.active input,
.b_form .input_box.active textarea,
.b_form .input_box input:focus,
.b_form .input_box textarea:focus {
    border: 1px solid #f33c3c;
}

.b_form .input_box textarea {
    height: 140px;
    padding-top: 10px;
    resize: none;
}

.b_form .input_box label {
    z-index: 5;
    position: absolute;
    top: 11px;
    left: 10px;
    padding: 0 10px 0 10px;
    color: #7f7f7f;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    font-family: 'Open Sans';
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.b_form .input_box.active label {
    z-index: 10;
    top: -21px;
    color: #333;
    font-weight: 300;
    font-size: 13px;
}

.b_form .btn {
    font-weight: 600;
    letter-spacing: 0.6px;
}

.b_form .b_error input,
.b_form .b_error textarea,
.agreement-box.b_error {
    border-color: #f33 !important;
}

.agreement-box {
    margin-bottom: 10px;
    clear: both;
}

.form_descr_text,
.form_descr_text p {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 12px;
}

.agreement-box label {
    font-weight: 400;
    font-size: 12px;
}

.agreement-box.b_error {
    border-width: 1px;
    border-style: solid;
}

.callback_form {
    max-width: 290px;
    padding: 15px;
}


.b_fancybox_select_size {
    width: 280px;
    padding: 6px;
    float: left;
    text-align: center;
}

.b_fancybox_select_size .h3 {
    margin-top: 15px !important;
    text-align: center;
}

.b_fancybox_select_size .offers {
    margin: 0 -6px 15px;
}

.b_fancybox_select_size .offer {
    min-width: 56px;
    height: 30px;
    margin: 6px;
    float: left;
    border-radius: 3px;
    background-color: #f2f2f2;
    color: #E12A2A;
    font-weight: 600;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}

.b_fancybox_select_size .offer.active,
.b_fancybox_select_size .offer:hover {
    background-color: #E12A2A;
    color: #fff;
}

.b_fancybox_select_size .offer.disabled {
    background-color: #eee !important;
    color: #4f4f4f !important;
    font-weight: normal;
    cursor: default;
    opacity: 0.7;
}

.b_fancybox_select_size .btn {
    width: 100%;
}


.b_full_basket {
    margin-top: 20px;
    padding: 30px;
    border-radius: 4px;
    background-color: #fff;
}


.b_pager_line {
    position: relative;
    width: 100%;
    margin-top: -1px;
    border-top: 1px #ececec solid;
}

.mylistsearch-full .b_pager_line {
    clear: both;
}

.b_pager {
    display: block;
    position: relative;
    left: 50%;
    height: 76px;
    float: left;
}

.b_pager_wrap {
    position: relative;
    left: -50%;
    height: inherit;
    float: left;
}

.b_pager a,
.b_pager span {
    display: block;
    padding: 23px 14px;
    float: left;
    color: #000;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    text-decoration: none;
}

.b_pager a:hover {
    color: #ffb400;
}

.b_pager span {
    border-bottom: 3px solid #ffa200;
    font-weight: 700;
}

.b_pager a.next,
.b_pager a.prev {
    display: block;
    position: relative;
    width: 32px;
    height: 32px;
    margin: 20px 30px 0;
    padding: 0;
    float: left;
    border: 1px #d6d5d5 solid;
    border-radius: 5px;
    background: #fff;
}

.b_pager a.next {
    float: right;
}

.b_pager a.next:after,
.b_pager a.prev:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 8px;
    height: 12px;
    margin: auto;
    content: "";
}


.catalog_menu {
    position: relative;
    width: 100%;
    margin: 0 0 32px 0;
    padding: 0;
    float: left;
    border-radius: 6px;
    background-color: #fff;
}

.catalog_menu .title {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    padding: 19px 19px 17px 19px;
    float: left;
    border-bottom: 1px #f3f3f3 solid;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
}

.catalog_menu ul {
    margin: 0;
}

.catalog_menu ul ul {
    display: none;
}

.catalog_menu li.active>ul {
    display: block;
}

.catalog_menu ul ul ul {
    margin-left: 10px;
}

.catalog_menu>ul {
    box-sizing: border-box;
    width: 100%;
    float: left;
}

.catalog_menu li {
    display: block;
}

.catalog_menu>ul>li {
    padding: 0;
    border-bottom: 1px solid #ececec;
}

.catalog_menu li>span,
.catalog_menu li>a {
    display: block;
    padding: 6px 0;
    padding: 16px 19px;
    padding-right: 25px;
    color: #010101;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
}

.catalog_menu li>span,
.catalog_menu li>a {
    position: relative;
}

.catalog_menu li.sb-menu-parent>span:before,
.catalog_menu li.sb-menu-parent>a:before {
    display: inline-block;
    position: absolute;
    top: 23px;
    right: 6px;
    width: 10px;
    height: 10px;
    background-image: url(img/arr-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.catalog_menu li.sb-menu-parent.active>span:before,
.catalog_menu li.sb-menu-parent.active>a:before {
    display: inline-block;
    position: absolute;
    top: 23px;
    right: 6px;
    width: 10px;
    height: 10px;
    transform: rotate(90deg);
    background-image: url(img/arr-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.catalog_menu li>a:hover {
    color: #f33c3c;
}

.catalog_menu li>span {
    color: #E12A2A;
    text-decoration: none;
}

.catalog_menu li li>span,
.catalog_menu li li>a {
    padding: 3px 0;
    font-weight: 400;
    font-size: 13px;
}

.catalog_menu li li li>a {
    color: #999;
}

.catalog_menu .sublist .second {
    padding: 0 0 0 30px;
}

.catalog_menu .sublist.active>ul {
    padding-bottom: 20px;
}

.contacts .map {
    margin: 10px -30px 0;
}

.contacts_widgets {
    display: flex;
    flex-wrap: wrap;
}

.contacts_widgets__item {
    position: relative;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.contacts_widgets__item:last-child {
    margin-bottom: 0;
}

.contacts_widgets__item:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.contacts_widgets__item--ws:before {
    background-image: url(/local/templates/bq_aliot_s1/img/wa-green.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.contacts_widgets__item--tg:before {
    background-image: url(/local/templates/bq_aliot_s1/img/te.svg);
    background-size: contain;
    background-repeat: no-repeat;
}


.b_contacts_page {
    position: relative;
    padding: 30px 30px 0;
    overflow: hidden;
}

.b_contacts_page .contacts_cont {
    position: relative;
    margin: 0 -30px;
}

.b_contacts_page .vert_line {
    position: absolute;
    top: 0;
    bottom: -1000px;
    left: 0%;
    width: 1px;
    background-color: #ececec;
}

.b_contacts_page .vert_line_center {
    left: 50%;
}

.b_contacts_page .vert_line_right {
    left: 100%;
}

.b_contacts_page .hr_line {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    height: 1px;
    float: left;
    background-color: #ececec;
}

.b_contacts_page .col-no-padding {
    padding: 0;
}

.b_contacts_page .contact_item {
    padding: 30px;
}

.b_contacts_page .contact_zag {
    position: relative;
    height: 62px;
    margin-bottom: 65px;
    padding: 11px 0 0 0;
    color: rgb(128, 128, 128);
    font-weight: 600;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    text-align: right;
    text-transform: uppercase;
}

.b_contacts_page .contact_zag:before {
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    content: "";
}

.b_contacts_page .contact_address .contact_zag:before {
    width: 42px;
    height: 63px;
    background: url(img/sprite_contacts_red.png) no-repeat 0 0;
}

.b_contacts_page .contact_phone .contact_zag:before {
    width: 36px;
    height: 63px;
    background: url(img/sprite_contacts_red.png) no-repeat -57px 0;
}

.b_contacts_page .contact_email .contact_zag:before {
    width: 58px;
    height: 40px;
    background: url(img/sprite_contacts_red.png) no-repeat -108px 0;
}

.b_contacts_page .contact_time .contact_zag:before {
    width: 52px;
    height: 52px;
    background: url(img/sprite_contacts_red.png) no-repeat -181px 0;
}

.b_contacts_page .contact_text {
    color: #000;
    font-weight: 600;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
}

.b_contacts_page .add_info {
    display: block;
    color: #808080;
    font-weight: 400;
    font-size: 12px;
    font-family: 'Open Sans';
}

@media (max-width: 992px) {
    .b_contacts_page .vert_line {
        bottom: 0;
    }
}

@media (max-width: 767px) {
    .b_contacts_page .contact_item {
        border-bottom: 1px #ececec solid;
    }

    .b_contacts_page .contact_zag {
        height: 56px;
        margin-bottom: 20px;
        padding-left: 70px;
        text-align: left;
    }
}

/*Попаы регистрации\авторизации*/
.auth_form {
    width: 350px;
}

.errortext {
    display: block;
    margin: 10px 0 20px;
    padding: 5px 15px;
    border: #f33 1px solid;
    color: #f33;
    font-weight: 500;
}

/*.b_error_text p{padding: 0; margin: 5px 0;}*/
.b_form_reg .btn {
    font-size: 13px;
}

.form_link_block {
    margin: 5px 0 0 15px;
    float: left;
}

.form_link_block a {
    display: block;
}

.fancybox-skin {
    padding: 25px !important;
}

@media (max-width: 767px) {
    .auth_form {
        width: 280px;
    }

    .fancybox-skin {
        padding: 15px !important;
    }
}

.bx-authform .btn {
    margin: 0 15px 0 0;
}

.bx-authform hr.bxe-light {
    width: 100%;
    float: left;
}

.bx-authform .bx-authform-link-container {
    margin: 15px 0 !important;
    padding: 15px 0 0 0;
}

.b_catalog_desc {
    margin: 30px 0;
    padding: 0 15px;
}

.sale-order-list-accomplished-title,
.sale-order-detail-about-order-title-element,
.sale-order-detail-payment-options-order-content-title-element,
.sale-order-detail-payment-options-title-element,
.sale-order-list-title {
    margin: 15px !important;
}

.sale-order-list-accomplished-date,
.sale-order-list-accomplished-date-number {
    margin-top: 17px !important;
}


#fast_order {
    max-width: 350px;
}

.b_error_msg {
    padding: 10px 15px;
    border: 1px #c00 solid;
    color: #c00;
}

.list_prod_item_more {
    display: block;
    color: #000;
    font-size: 14px;
    text-decoration: underline;
}

.list-view-item .list_prod_item_more {
    margin-bottom: 15px;
}

@media (max-width: 586px) {
    .list-view-item .list_prod_item_more {
        margin-bottom: 30px;
    }
}

.list_prod_item_name {
    margin-bottom: 15px;
    font-size: 17px;
}

.list_prod_item_price {
    display: none;
}

.list_prod_item_status {
    display: none;
    width: 100%;
    padding-top: 10px;
    float: left;
    text-align: right;
}

.main_catalog_prod .list_prod_item_status {
    display: none;
}

.list_prod_item_available {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    color: #28B05F;
    font-size: 12px;
    line-height: 16px;
}

.list_prod_item_available:after {
    position: absolute;
    top: 4px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #28B05F;
    content: '';
}

.list_prod_item_not_available {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    color: #FAA422;
    font-size: 12px;
    line-height: 16px;
}

.list_prod_item_not_available:after {
    position: absolute;
    top: 4px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #FAA422;
    content: '';
}

.call.resource-detail-btn {
    width: 100%;

    padding: 15px 20px;
    float: left;
    /*	display: inline-block;
			margin: 10px 0;
		  padding: 2px 5px;
		  font-weight: bold;
		  font-size: 12px;
		  color: #E12A2A;
		  border: 1px solid #E12A2A;
		  border-radius: 7px;*/

    border: 0px none;
    border: 1px solid #E12A2A;
    border-radius: 7px;
    border-radius: 5px;
    outline: 0px none !important;
    /*background: #E12A2A;*/
    background: #fff;
    /*color: #fff;*/
    color: #E12A2A;

    font-weight: 600;
    font-size: 14px;
    line-height: normal;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.b_product_page .sale_block .btn {
    height: auto;
    padding: 15px 20px;
    font-size: 14px;
    line-height: normal;
    white-space: normal;
}

.b_fancybox_select_size .btn {
    margin-bottom: 15px;
}

.b_fancybox_select_size .go-shop-btn {
    margin-bottom: 0;
}

#bx-soa-auth,
#bx-soa-total-mobile,
#bx-soa-basket,
#bx-soa-region,
#bx-soa-delivery,
#bx-soa-pickup,
#bx-soa-paysystem {
    display: none !important;
}

.bx-soa-section-title-container,
#bx-soa-order [data-type="informer"] {
    display: none;
}

@media (min-width: 1200px) {
    .col-5 {
        width: 20%;
    }
}

.front-title {
    margin-bottom: 65px;
    color: #000;
    font-weight: 600;
    font-size: 30px;
    text-align: center;
}

.catalog-category {
    padding-top: 30px;
    padding-bottom: 40px;
    background: #fff;
}

.catalog-category__inner {
    margin-right: -3px;
    margin-left: -3px;
}

.catalog-item {
    margin-bottom: 6px;
    padding-right: 3px;
    padding-left: 3px;
}

.catalog-item__animate {
    z-index: 3;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(1.01);
    transform-origin: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: .2s ease;
}

.catalog-item__link {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.catalog-item__link:before {
    display: block;
    z-index: 1;
    padding-top: 100%;
    content: "";
    transition: .2s ease;
}

.catalog-item__link:after {
    display: block;
    z-index: 3;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    content: "";
    transition: .2s ease;
}

.catalog-item__link:hover:after {
    background-color: rgba(0, 0, 0, 0.2);
}

.catalog-item__link:hover .catalog-item__animate {
    transform: scale(1.2);
    background-position: center;
}

.catalog-item__wr {
    z-index: 4;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 20px 20px;
}

.catalog-item__title {
    margin-bottom: 20px;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
}

.catalog-item__descr {
    max-height: 114px;
    overflow: hidden;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
}

.front-features {
    padding: 40px 0 60px;
    background: #f5f5f5;
}

.front-features__inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.front-features__item {
    margin-bottom: 20px;
}

.front-features__item-wr {
    text-align: center;
}

/*.front-features__img {
		  display: inline-block;
		  width: 48px;
		  height: 48px;
		  background-repeat: no-repeat;
		  -webkit-background-size: contain;
		  background-size: contain;
		  background-position: center;
		  }*/

.front-features__item-img {
    display: inline-block;
    width: 48px;
    height: 48px;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
}

/*.front-features__img img {
			  display: inline-block;
			  width: 100%;
			  height: 100%;
			}

			.front-features__img {

				}*/

/*.front-features__descr {
			  padding-left: 10px;
			  padding-right: 10px;
			  font-size: 14px;
			  font-weight: 400;
			  line-height: 19px;
			  text-align: center;
			  margin-top: 25px;
			  }*/

.front-features__item-descr {
    margin-top: 25px;
    padding-right: 10px;
    padding-left: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
}

@media (max-width: 1199px) {
    .front-features__item:nth-child(3n+1) {
        clear: left;
    }

    .front-features__item {
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .front-features__item:nth-child(4n+1) {
        clear: none;
    }

    .front-features__item:nth-child(3n+1) {
        clear: left;
    }
}

@media (max-width: 767px) {
    .front-title {
        margin-bottom: 25px;
        font-size: 26px;
    }

    .catalog-item__title {
        font-size: 22px;
        line-height: 28px;
    }

    .front-features__item:nth-child(3n+1) {
        clear: none;
    }

    .front-features__item:nth-child(2n+1) {
        clear: left;
    }

    .front-features__descr {
        padding-right: 5px;
        padding-left: 5px;
    }
}

@media (max-width: 515px) {
    .catalog-item {
        width: 100%;
    }
}


@media (max-width: 395px) {
    .front-features__item:nth-child(2n+1) {
        clear: none;
    }

    .front-features__item {
        width: 100%;
    }
}


.front-clients {
    margin-top: 30px;
    margin-bottom: 60px;
    padding: 50px 0;
    background: #F5f5f5;
}

.front-clients__inner {
    padding: 0px 25px;
    padding-right: 120px;
}

.front-slider__item-link {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 90px;
    overflow: hidden;
}

.front-slider__item-link img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: calc(100% - 20px);
    max-height: calc(100% - 2px);
    margin: auto;
}

.front-slider__item-wr {
    padding: 20px;
}

.slick-arrow:before {
    display: block;
    width: 20px;
    height: 20px;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.slick-prev:before {
    background-image: url(img/front-arr-left.svg);
}

.slick-next:before {
    background-image: url(img/front-arr-right.svg);
}

.slick-prev:hover:before {
    background-image: url(img/front-arr-left-hover.svg);
}

.slick-next:hover:before {
    background-image: url(img/front-arr-right-hover.svg);
}

.slick-dots {
    display: none;
}

.front-slider__item-link img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    /*filter: url(grayscale.svg); /* Firefox 4+ */
    filter: gray;
    /* IE 6-9 */
    transition: .3s ease;
}

.front-slider__item-link:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    /*filter: url(grayscale.svg); /* Firefox 4+ */
    filter: none;
    /* IE 6-9 */
}


.front-articles {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #fff;
}

.front-products {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #fff;
}

.front-products .front_tabs {
    border-top: 1px solid #ececec;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    border-left: 1px solid #ececec;
}

.front-articles__inner {}

.b_product_page .front_tabs iframe {
    max-width: 100%;
}

.front-articles__item-title {
    display: block;
    margin-bottom: 20px;
    color: #000;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
}

.front-articles__item-descr {
    margin-bottom: 20px;
    color: #000;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
}

.front-articles__item-img {
    display: block;
}

.front-articles__item-img img {
    max-width: 100%;
}

.front-articles__item {
    width: 50%;
    float: left;
}

.front-articles__item:nth-child(odd) {
    padding-right: 50px;
}

.front-articles__item:nth-child(even) {
    padding-left: 50px;
}

.front-articles__more {
    padding: 40px 0 30px;
    text-align: center;
}

.front-articles__more-link {
    display: inline-block;
}

.front-articles__more-link:hover {
    text-decoration: underline;
}


.footer {
    margin-top: 60px;
    padding-top: 0;
    padding-bottom: 0;
}

.footer-first {
    padding-top: 40px;
    padding-bottom: 45px;
    background: #464646;
}

.footer-second {
    padding: 30px 0;
    border-bottom: 1px solid #505050;
    background: #373737;
}

.footer-third {
    padding: 30px 0 35px;
    background: #373737;
}

.footer-third__inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 15px;
    color: #c5c5c5;
    text-align: center;
}

.footer__title {
    margin-bottom: 15px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}

.footer__col {
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

.footer__col--catalog-2 {
    padding-top: 37px;
}

.footer__col--catalog {
    /*width: 40%;*/
}

.footer__col-inner {
    margin-top: 30px;
}

.footer__col--catalog .footer__list {
    padding-right: 14px;
}

.footer__col--catalog .footer__list:last-child {
    padding-right: 0;
}

.footer a.footer__item {
    display: block;
    margin-bottom: 15px;
    color: #a6a6a6;
    font-weight: 400;
    font-size: 14px;
    transition: .2s ease;
}

.footer a.footer__item:hover {
    color: #f8f8f8;
}

.footer .footer__item {
    display: block;
    margin-bottom: 15px;
    color: #a6a6a6;
    font-weight: 400;
    font-size: 14px;
    transition: .2s ease;
}

.footer .footer__item-time {
    margin-bottom: 5px;
}

.footer .footer__item-time,
.footer .footer__item-day,
.footer .footer__item-delivery {
    color: #fff;
}

.card-delivery {
    margin-top: 10px;
}

.footer .footer__item:hover {
    color: #f8f8f8;
}

.footer a.footer__item-phone {
    margin-bottom: 5px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

.footer a.footer__item-popup {
    margin-bottom: 8px;
    color: #a6a6a6;
    font-weight: 400;
    font-size: 14px;
}

.footer a.footer__item-mail,
.footer .footer__item-address {
    color: #fff;
    font-size: 14px;
}

.footer .footer__item-address a {
    display: block;
}

.footer .footer__item {}

.footer .footer__item-delivery {
    margin-bottom: 0;
    padding-top: 15px;
}

.footer .footer__item-mail {
    display: flex;
    flex-wrap: wrap;
}

.footer__item-widget {
    display: flex;
    flex-wrap: wrap;
    margin-left: 20px;
}

.footer__item-widget--ws,
.footer__item-widget--te {
    position: relative;
    width: 20px;
    height: 20px;
}

.footer__item-widget--te {
    margin-left: 5px;
    /*display: none;*/
}

.footer__item-widget--ws:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(img/wa-green.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.footer__item-widget--te:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(img/te.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.footer .politica {
    text-align: center;
}

.footer .politica a,
.footer .copyright-lid,
.footer .copyright-dev a {
    color: #c5c5c5;
}

.footer-develop__img {
    display: inline-block;
    position: relative;
    width: 86px;
    height: 25px;
    vertical-align: middle;
}

.footer-develop__jpg {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/svg/LogoBQUADRO-2.svg) no-repeat center;
    background-size: contain;
    transition: 0.3s;
}

.footer .footer__item--dop a {
    text-decoration: underline;
}

.footer .footer__item--dop a:hover {
    text-decoration: none;
}


@media (min-width: 1200px) {
    .footer__col {
        width: 20%;
    }

    .footer__col--catalog {
        width: 38%;
    }

    .footer__col--catalog .footer__list {
        width: 50%;
        float: left;
    }

    .footer__col:nth-child(4n+1) {
        clear: left;
    }

    .footer__col--company {
        width: 18%;
    }

    .footer__col--materials {
        width: 18%;
    }

    .footer__col--contacts {
        width: 26%;
    }

    .footer__col--contacts .row {
        margin-right: 0;
        margin-left: 0;
    }
}

@media (max-width: 1199px) {
    .footer__col {
        width: 25%;
        margin-bottom: 20px;
    }

    .footer__col:nth-child(4n+1) {
        clear: none;
    }

    .footer__col:nth-child(3n+1) {
        clear: left;
    }

    .footer__col--catalog {
        width: 50%;
    }

    .footer__col--catalog .footer__list {
        width: 50%;
        float: left;
    }

    .footer__col--contacts {
        width: 100%;
    }

    .footer__list--top {
        width: 25%;
        padding-right: 15px;
        padding-left: 15px;
        float: left;
    }

    .footer__item--dop {
        padding-right: 15px;
        padding-left: 15px;
        float: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .front-articles__item:nth-child(odd) {
        padding-right: 0px;
    }

    .front-articles__item:nth-child(even) {
        padding-left: 0px;
    }

    /*  .front-articles__item {
    padding-right: 210px;
    }*/
    .front-articles__item {
        width: 100%;
        margin-bottom: 30px;
    }

    .front-articles__item-img {
        width: 200px;
        /*    float: left;
    position: absolute;
    top: 0;
    left: 0;*/
    }

    .front-articles__item-in {
        width: calc(100% - 230px);
        float: right;
    }

    .front-articles__more {
        padding: 20px 0;
        text-align: center;
    }

}

@media (max-width: 991px) {

    .footer__col {
        width: 33.333%;
        margin-bottom: 20px;
    }

    .footer__col:nth-child(3n+1) {
        clear: none;
    }

    .footer__col:nth-child(2n+1) {
        clear: left;
    }

    .footer__col--catalog {
        width: 66.66%;
    }

    .footer__col--catalog .footer__list {
        width: 50%;
        float: left;
    }

    .copyright-lid,
    .politica,
    .footer .copyright-dev {
        margin-bottom: 10px;
        text-align: center;
    }

    .footer__col.footer__col--contacts {
        width: 66.66%;
    }

    .footer__list--top {
        width: 50%;
    }

    .footer__item--dop {
        width: 50%;
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .front-articles__more {
        padding: 20px 0;
    }

    .front-articles__item {
        width: 100%;
        margin-bottom: 30px;
        float: none;
    }

    .front-articles__item:nth-child(odd) {
        padding-right: 0px;
    }

    .front-articles__item:nth-child(even) {
        padding-left: 0px;
    }

    .footer__col--catalog .footer__list {
        width: 100%;
        float: none;
    }

    .footer__title--alone {
        margin-top: 25px;
    }

    .footer {
        padding-right: 0px;
        padding-left: 0px;
    }

    .footer__title {
        text-align: center;
    }

    .footer a.footer__item,
    .footer .footer__item {
        margin-bottom: 10px;
        text-align: center;
    }

    .footer .footer__item-mail {
        justify-content: center;
    }

    .footer .footer__item-day {
        margin-bottom: 10px;
    }

    /*  .footer a.footer__item-popup {
    margin-bottom: 15px;
    }*/
    .footer-first {
        padding-top: 30px;
        padding-bottom: 35px;
    }

    .footer-third {
        padding: 20px 0 25px;
    }

    .footer-second {
        padding: 20px 0;
    }

    .footer__col {
        width: 100%;
        margin-bottom: 20px;
    }

    .footer__col:last-child {
        margin-bottom: 0;
    }

    .footer__col:nth-child(3n+1) {
        clear: none;
    }

    .footer__col--catalog-2 {
        padding-top: 0;
    }

    .copyright-lid,
    .politica,
    .copyright-dev {
        margin-bottom: 5px;
    }

    .footer__col.footer__col--contacts {
        width: 100%;
    }

    .footer__list--top,
    .footer__item--dop {
        width: 100%;
    }

    .footer .footer__item--dop a {
        margin-bottom: 10px;
    }
}

.b_catalog_page .catalog-category {
    background: none;
}

.b_catalog_page .front-title {
    display: none;
}

.b_product_page .gall_product.recommended {
    margin-right: -15px;
    margin-bottom: 40px;
    margin-left: -15px;
}

@media (max-width: 767px) {
    .b_product_page .gall_product.recommended {
        margin-right: 0;
        margin-left: 0;
    }
}

.is-front-page {
    background: #fff;
}

.is-front-page .footer {
    margin-top: 0;
}

.is-front-page .front-clients {
    margin-top: 0;
    margin-bottom: 0;
}

.catalog-sort {
    padding: 10px 20px;
    padding-right: 0;
    text-align: right;
}

.catalog-sort li {
    display: inline-block;
    margin: 0 5px;
}

.catalog-sort li a {
    color: #000;
    transition: .2s ease;
}

.catalog-sort li a:hover {
    color: #E12A2A;
}

.catalog-sort li a.active {
    color: #E12A2A;
}

.search-list-dropdown li {
    padding: 10px;
    font-size: 1.3em;
}

.search-list-dropdown .bx_catalog_line_img {
    width: 50px;
    height: 50px;
    background-size: cover;
}

.search-list-dropdown .bx_catalog_line_img,
.search-list-dropdown .bx_catalog_line_title {
    display: inline-block;
    vertical-align: middle;
}

.search-list-dropdown .bx_catalog_line_title {
    max-width: 80%;
    padding: 0 0 0 10px;
}

.search-section-title {
    padding: 5px 10px;
    background: #f3c1c1;
    font-size: 1.3em;
}

.search-tab-content {
    display: none;
    background: #fff;
}

.recom-desc {
    padding: 10px 30px 30px;
}


/*убираем цены*/
.sale-order-list-payment-price,
.sale-order-detail-about-order-inner-container-price,
.sale-order-detail-payment-options-info-total-price,
.sale-order-detail-payment-options-methods-info-total-price,
.sale-order-payment-change-payment-price,
.sale-order-detail-total-payment,
.sale-order-detail-payment-options-methods-info-change-link,
.sale-order-list-payment-title-element {
    display: none;
}

thead #col_PRICE span {
    display: none;
}

/*end убираем цены*/

.catalog-section.doc .product-item-button-container {
    display: none;
}

#bx-soa-orderSave {
    clear: both;
}

.order-consent-error {
    display: none;
    margin: 10px 0 0;
    color: #f00;
}

.bx-soa-section.bx-selected {
    border: none !important;
}

.b_pager .edge_arrow {
    font-size: 14px;
}

.is-front-page .b_front_page.about_company h1 {
    display: none;
}

/**/
.lid-contacts__left {
    width: 330px;
    float: left;
}

.lid-contacts__right {
    width: calc(100% - 330px);
    float: left;
}

.lid-contacts__item {

    position: relative;
    border-bottom: 1px solid #F3F3F3;
}

.lid-contacts__item:first-child {
    border-top: 1px solid #F3F3F3;
}

.lid-contacts__title {
    padding: 37px 40px;
    background-color: #FBFBFB;
    font-size: 20px;
    cursor: pointer;
}

.lid-contacts__info {
    display: none;
    padding: 37px 40px;
}

.lid-contacts__info a {
    color: #333;
}

.lid-contacts__list {
    margin-left: -30px;
}

.lid-contacts-info__item {
    position: relative;
    margin-bottom: 30px;
    padding-left: 37px;
    font-size: 16px;
    line-height: 20px;
}

.lid-contacts-info__item:last-child {
    margin-bottom: 0;
}

.lid-contacts-info__item:before {
    position: absolute;
    top: 5px;
    left: 0;
    width: 12px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
}

.lid-contacts-info__item--geo:before {
    background-image: url(img/geo.svg);
}

.lid-contacts-info__item--phone:before {
    background-image: url(img/phone.svg);
}

.lid-contacts-info__item--email:before {
    background-image: url(img/email.svg);
}

.lid-contacts-info__item--time:before {
    background-image: url(img/time.svg);
}

.lid-contacts-info__item--time span {
    color: #545454;
    font-size: 12px;
    line-height: 20px;
}

.lid-contacts__item--active,
.lid-contacts__item--active .lid-contacts__title {
    cursor: default;
}

.lid-contacts__item:before {
    position: absolute;
    top: -1px;
    left: 0;
    width: 3px;
    height: 0;
    background-color: #E12A2A;
    content: '';
    opacity: 0;
    transition: .3s;
}

.lid-contacts__item--active:before,
.lid-contacts__item:hover:before {
    height: calc(100% + 2px);
    opacity: 1;
}

.lid-contacts__map {
    height: 321px;
}

.lid-contacts__form {
    padding: 35px 50px;
}

/**/
.input_row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;

}

.input_row .input_box {
    width: calc(50% - 14px);
    margin-right: 28px;
}

.input_row .input_box:nth-child(2) {
    margin-right: 0;
}

.input_row--bottom {
    width: 100%;
    margin-right: 0;
    margin-left: 0;

}

.input_row--bottom>button.btn {
    width: 400px;
    float: none;
    font-weight: normal;
    letter-spacing: 0.1em;
}

.input_row--bottom>button.btn:hover {
    background: #c51f1f;
}

.input_row--bottom .input_col {
    width: calc(100% - 400px);
    padding-left: 35px;
}

.input_row--bottom .input_col .agreement-box {
    margin-bottom: 0;
}

.b_form--lid .input_box {
    float: none;
}


.b_form--lid .agreement-box .checkbox {
    visibility: hidden;
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

.b_form--lid .agreement-box .checkbox-custom {
    position: relative;
    width: 15px;
    height: 15px;
    margin-top: 3px;
    border: 1px #cccccc solid;
    border-radius: 3px;
    cursor: pointer;
}

.b_form--lid .agreement-box .checkbox:checked+.checkbox-custom::before {
    display: block;
    position: absolute;
    top: -3px;
    left: 3px;
    width: 17px;
    height: 13px;
    background-image: url(img/tic.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.b_form--lid .agreement-box .checkbox-custom,
.b_form--lid .agreement-box .checkbox-label {
    display: inline-block;
    vertical-align: top;
}

.b_form--lid .agreement-box .checkbox-label {
    width: calc(100% - 30px);
    padding-left: 10px;
    cursor: pointer;
}

/**/

@media (max-width: 1199px) {

    .input_row--bottom>button.btn,
    .input_row--bottom .input_col {
        width: 100%;
    }

    .input_row--bottom .input_col {
        padding-top: 10px;
        padding-left: 0;
    }

    .input_row {
        display: block;
    }

    .input_row {
        margin-right: 0;
        margin-left: 0;

    }

    .input_row .input_box {

        width: 100%;
    }

    .lid-contacts__left {
        width: 250px;
    }

    .lid-contacts__title,
    .lid-contacts__info {
        padding: 25px;
        font-size: 18px;
    }

    .lid-contacts-info__item {
        margin-bottom: 20px;
        padding-left: 30px;
        font-size: 14px;
    }

    .lid-contacts__right {
        width: calc(100% - 250px);
    }

    .lid-contacts__form {
        padding: 25px;
    }
}

@media (max-width: 991px) {

    .lid-contacts__left,
    .lid-contacts__right {
        width: 100%;
        float: none;
    }

    .lid-contacts__form {
        padding: 25px 15px 15px 15px;
    }

    .lid-contacts-info__item {
        margin-bottom: 15px;
    }

    .lid-contacts__title,
    .lid-contacts__info {
        padding: 15px;
        font-size: 16px;
    }

    .b_contacts_page {
        padding-right: 0;
        padding-left: 0;
    }

    .lid-contacts__list {
        margin-left: 0;
    }

    .b_contacts_page h1 {
        padding-left: 15px;
    }
}


.phones {
    position: relative;
    width: 158px;
}

.phones__item {
    display: none;
}

.phones__item--active {
    display: block;
}

.phones-item__phone a {
    display: inline-block;
    color: #000 !important;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    font-family: "Open Sans", sans-serif;
    text-decoration: none !important;
}

.phones-item__city {
    display: inline-block;
    position: relative;
    margin: 6px 0;
    padding-right: 12px;
    color: #E12A2A;
    font-size: 16px;
    line-height: 20px;
    text-decoration: underline;
    cursor: pointer;
}

.phones-item__city:before {
    position: absolute;
    top: 9px;
    right: 0;
    width: 5px;
    height: 5px;
    background-image: url(img/ico-phones-down.svg);
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}


.phones-tooltip {
    display: none;
    z-index: 100;
    position: absolute;
    top: 100%;
    left: -32%;
    width: 230px;
    overflow: hidden;
    border: 1px solid #E12A2A;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
}

.phones-tooltip--opened {
    display: block;
}

.phones-tooltip__text {
    padding: 10px 10px 10px 25px;
}

.phones-tooltip__text {
    background: #F3F3F3;
    color: #7F7F7F;
    font-size: 15px;
}

.phones-tooltip__city {
    padding-top: 5px;
    padding-bottom: 12px;
}

.phones-tooltip-city__item {
    position: relative;
    padding: 8px 10px 8px 25px;
    color: #6F6F6F;
    font-size: 16px;
    line-height: 20px;
    cursor: pointer;
    transition: .1s ease;
}

.phones-tooltip-city__item:hover {
    color: #E12A2A;
}

.phones-tooltip-city__item:before {
    position: absolute;
    top: 15px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #E12A2A;
    content: "";
    opacity: 0;
}

.phones-tooltip-city__item--active {
    padding-left: 40px;
    color: #E12A2A;
}

.phones-tooltip-city__item--active:before {
    left: 25px;
    opacity: 1;
}

@media (max-width: 992px) {

    .new-phones .head_phone,
    .phones {
        width: 140px;
    }

    .new-phones .head_worktime .title {
        margin-bottom: 5px;
    }

    .phones-item__phone a,
    .phones-item__city {
        font-size: 13px;
    }

    .phones-tooltip {
        width: 205px;
    }

    .phones-tooltip__text {
        font-size: 13px;
    }

    .phones-tooltip-city__item {
        font-size: 14px;
    }

    .phones-tooltip-city__item:before {
        top: 16px;
        width: 6px;
        height: 6px;
    }

}

@media (max-width: 767px) {
    .phones-tooltip-city__item {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 12px;
    }
}

@media (max-width: 450px) {
    .new-phones .head_phone {
        float: none;
    }

    .new-phones .head_email {
        width: 100%;
        margin-bottom: 15px;
        float: none;
    }

    .phones-tooltip {
        left: 0;
    }
}


/**/
.banner {
    margin-top: 10px;
}

.banner__wrap {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: 18px 70px;
    border: 1px solid #E12A2A;
    border-radius: 5px;
    background: #E8E8E8;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.banner__title {
    position: relative;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;

}

.banner__subtitle {
    color: #5E646B;
    font-size: 14px;
    line-height: 24px;
}

.banner__info {
    position: relative;
    width: calc(100% - 100px);
    padding-right: 20px;
    /*padding-left: 40px;*/
}

/*.banner__info:before
{
	content: '';
	width: 24px;
	height: 24px;
	top: 0;
	left: 0;
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(/images/i.svg);
}
*/
.banner__wrap {
    background: linear-gradient(45deg, #828282c9, #f3f3f3, #d9dbdb, #7e7e80a6);
    background-size: 300% 100%;
    animation: gradient 10s cubic-bezier(0.81, 0.4, 1, 1) infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

a.banner__link {
    display: block;
    width: 100px;
    padding: 3px 0px;
    border-radius: 5px;
    background-color: #e12a2a;
    color: #000000;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    transition: .3s;
}

a.banner__link:hover {
    transform: scale(1.05);
    color: #fff;
}

@media (max-width: 991px) {
    .banner__wrap {
        padding: 10px;
    }

    .banner__title {
        font-size: 14px;
        line-height: 22px;
    }

    .banner__info {
        padding-left: 25px;
    }

    .banner__info:before {
        width: 18px;
        height: 18px;
    }

    .banner__subtitle {
        font-size: 12px;
        line-height: 22px;
    }
}

@media (max-width: 600px) {
    .banner__title {
        font-size: 12px;
        line-height: 20px;
    }
}

@media (max-width: 600px) {
    .banner__wrap {
        display: block;
    }

    .banner__info {
        width: 100%;
        margin-bottom: 5px;
        padding-right: 0;
    }

    a.banner__link {
        width: calc(100% - 50px);
        margin-right: auto;
        margin-left: auto;
    }
}

.service_form.product_form {
    padding: 15px;
}

.agreement-box input {
    margin-right: 5px;
}

#bx-soa-order .hidden-xs[data-save-button="true"] {
    display: block !important;
}

.captcha-row label {
    display: block;
    font-weight: 400;
}

.captcha_error {
    margin: 10px 0;
    color: #E12A2A;
}

.captcha-row {
    margin: 0 0 20px;
    clear: both;
}

.captcha-row img {
    margin: 0 0 10px;
}

.popup-form-wrap .fancybox-inner {
    overflow: visible !important;
}

@media (min-width: 768px) {
    .ajax_contact_form .captcha-row img {
        margin: 0;
    }

    .ajax_contact_form .captcha-row {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .ajax_contact_form .captcha-row [name="captcha_word"] {
        width: 40%;
    }
}

.callback_form-title {
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 18px;
}

.fix {
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.fix .head_menu {
    opacity: 1;
    transition: opacity .1s;
}

.fix-scroll .head-bottom {
    padding-bottom: 0;
    /* border-bottom: 1px solid #f4f4f4; */
    box-shadow: 0px 2px 15px rgba(0, 0, 0, .1);
}

.fix-scroll .head_menu {
    /* display: none; */
}

@media (max-width: 991px) {
    .fix {
        position: static;
    }

    .fix-scroll .head-bottom {
        border-bottom: none;
        box-shadow: none;
    }

    .fix-scroll .head_menu {
        display: block;
    }
}

/**/
@media (min-width: 587px) {
    .b_catalog_page>.row {
        padding-top: 20px;
    }

    .b_catalog_page .main_catalog_prod {
        margin-top: -41px;
    }
}

/**/

.cookie-panel {
    z-index: 10000000000;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #565656;
    background: #fff;
    color: silver;
    color: #121314;
    font-size: 13px;
}

.cookie-container {
    display: block;
    position: relative;
    width: calc(100% - 120px);
    max-width: calc(100% - 120px);
    min-height: 0;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 15px;
    clear: both;
    content: " ";
}

.cookie-row {
    /*
    position: relative;
    clear: both;
    display: block;
    margin-right: -15px;
    margin-left: -15px;
*/
}

.cookie-panel__in {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.cookie-panel p {
    width: calc(100% - 132px);
    margin-bottom: 8px;
    margin-bottom: 0 !important;
    padding-right: 15px;
    color: #333;
    font-size: 14px;
    line-height: 135%;
}

.cookie-panel p a {
    color: #121314;
    text-decoration: underline;
}

.cookie-panel__btn {
    display: inline-block;
    width: 130px;
    height: 32px;
    background-color: #E12A2A;
    box-shadow: 0px 2px 4px 0px rgba(18, 29, 148, 0);
    color: #fff;
    font-weight: 700;
    /* 	font-family: Circe; */
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    transition: .2s;
    transition: .1s ease-in-out;
}

.cookie-panel__btn:hover {
    background-color: #E12A2A;
    color: #fff;
}

.cookie-panel.cookie-panel--close {
    display: none;
}

@media (max-width: 767px) {
    .cookie-panel__in {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .cookie-panel {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .cookie-panel p {
        width: 100%;
        margin-bottom: 5px !important;
        font-size: 13px;
    }

    .cookie-panel__btn {
        width: 100%;
    }


}


/*.lidservices*/
.lidservices__slider {
    position: relative;
    padding-bottom: 74px;
}

.lidservices__slider .splide__arrows {
    display: flex;
    position: absolute;
    top: calc(100% + 32px);
    right: 0;
    justify-content: space-between;
    width: 70px;
}

.lidservices__slider .splide__arrow {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 26px;
    height: 16px;
    transform: none;
    transform-origin: center;
    background-color: transparent;
    opacity: 1;
}

.lidservices__slider .splide__arrow:before,
.lidservices__slider .splide__arrow:after {
    position: absolute;
    top: 0;
    left: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
    transition: opacity .3s;
}

.lidservices__slider .splide__arrow:before {
    background-image: url(/local/templates/bq_aliot_s1/img/lidservices-slider-arrow.svg);
}

.lidservices__slider .splide__arrow:after {
    background-image: url(/local/templates/bq_aliot_s1/img/lidservices-slider-arrow-red.svg);
    opacity: 0;
}

.lidservices__slider .splide__arrow:not([disabled]):hover:after {
    opacity: 1;
}

.lidservices__slider .splide__arrow:not([disabled]):hover:before {
    opacity: 0;
}

.lidservices__slider .splide__arrow[disabled] {
    opacity: 0.5;
}

.lidservices__slider .splide__arrow svg {
    display: none;
}

.lidservices__slider .splide__arrow.splide__arrow--prev {
    transform: rotate(180deg);
}

a.lidservices-slider__slide,
a.lidservices-slider__slide:hover {
    display: block;
    height: 100%;
    padding: 20px;
    border: 2px solid #ECECEC;
    text-decoration: none;
    transition: border-color .3s;
}

.lidservices-slider__img {
    margin-bottom: 16px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.lidservices-slider__img:before {
    display: block;
    padding-top: 100%;
    content: '';
}

.lidservices-slider__title {
    color: #000;
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
}

a.lidservices-slider__slide:hover {
    border-color: #E12A2A;
}


.lidservices__line {
    height: 15px;
    margin-bottom: 30px;
    background-color: #F5F5F5;
}

.lidservices__text {
    margin-bottom: 64px;
}

.lidservices__adv {
    margin-bottom: 50px;
}

.lidservices__adv {
    display: flex;
    flex-wrap: wrap;
    margin-right: -16px;
    margin-left: -16px;

}

.lidservices-adv__item {
    width: 25%;
    padding-right: 16px;
    padding-left: 16px;
}

.lidservices-adv__title {
    position: relative;
    margin-bottom: 16px;
    padding-bottom: 16px;
    color: #000;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
}

.lidservices-adv__title:before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 60px;
    height: 2px;
    background-color: #E12A2A;
    content: '';
}

.lidservices__banners {
    display: flex;
    flex-wrap: wrap;
    margin-right: -16px;
    margin-bottom: 60px;
    margin-left: -16px;

}

.lidservices-banners__item {
    width: calc(25% - 33px);
    margin-right: 16px;
    margin-bottom: 33px;
    margin-left: 16px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.lidservices-banners__item:not(.lidservices-banners__item--text):before {
    display: block;
    padding-top: 100%;
    content: '';
}

.lidservices-banners__item--text {
    width: calc(50% - 33px);
    padding: 40px;
    background-color: #DF2A2A;
}

.lidservices-banners-item__num {
    margin-bottom: 28px;
    color: #FFF;
    font-style: normal;
    font-weight: 700;
    font-size: 96px;
    line-height: 120%;
    font-family: Open Sans;
}

.lidservices-banners-item__text {
    padding-top: 8px;
    border-top: 2px solid #fff;
    color: #FFF;
    font-weight: 600;
    font-size: 36px;
    line-height: normal;
}

.lidservices .front-clients {
    margin-right: -30px;
    margin-left: -30px;
}

.lidservices .front-clients .container {
    width: 100%;
}

@media (max-width: 1199px) {
    .lidservices-banners-item__num {
        margin-bottom: 15px;
        font-size: 55px;
    }

    .lidservices-banners-item__text {
        font-size: 22px;
    }

    .lidservices__banners {
        margin-bottom: 50px;
    }
}

@media (max-width: 991px) {
    .lidservices-adv__item {
        width: 50%;
        margin-bottom: 30px;
    }

    .lidservices__adv {
        margin-bottom: 20px;
    }

    .lidservices__text {
        margin-bottom: 50px;
    }

    .lidservices-banners__item {
        width: calc(33.33% - 33px);
    }

    .lidservices-banners__item--text {
        width: 100%;
    }

    .lidservices-banners__item:nth-child(1) {
        order: 1;
    }

    .lidservices-banners__item:nth-child(2) {
        order: 2;
    }

    .lidservices-banners__item:nth-child(3) {
        order: 4;
    }

    .lidservices-banners__item:nth-child(4) {
        order: 3;
    }

    .lidservices-banners__item:nth-child(5) {
        order: 5;
    }

    .lidservices-banners__item:nth-child(6) {
        order: 6;
    }

    .lidservices-banners__item:nth-child(7) {
        order: 7;
    }

    .lidservices__banners {
        margin-bottom: 30px;
    }
}

@media (max-width: 600px) {
    .lidservices-banners__item--text {
        padding: 20px;
    }

    .lidservices-banners-item__num {
        font-size: 35px;
    }

    .lidservices-banners-item__text {
        font-size: 16px;
    }

    .lidservices-banners__item {
        margin-right: 5px;
        margin-bottom: 10px;
        margin-left: 5px;
    }

    .lidservices__banners {
        margin-right: -5px;
        margin-left: -5px;
    }

    .lidservices-banners__item {
        width: calc(33.33% - 10px);
    }

    .lidservices-banners__item--text {
        width: 100%;
    }

    .lidservices-adv__item {
        width: 100%;
    }
}

/*lidservices-detail*/


.lidservices-detail-spectr__wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

.lidservices-detail-spectr__item {
    position: relative;
    width: 33%;
    min-height: 60px;
    margin-bottom: 40px;
    padding-right: 38px;
    padding-left: 88px;
}

.lidservices-detail-spectr-item__title {
    color: #000;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    font-family: Open Sans;
}

.lidservices-detail-spectr-item__img,
.lidservices-detail-garant__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
}


.lidservices-detail__garant {
    margin-top: 60px;
    margin-bottom: 68px;
}

.lidservices-detail-garant__img {
    top: calc(50% - 30px);
}

.lidservices-detail-garant__list {
    margin-top: 54px;
}

.lidservices-detail-garant__item {
    position: relative;
    margin-bottom: 40px;

    margin-bottom: 42px;
    padding-left: 88px;
}

.lidservices-detail-garant__title {
    color: #000;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    font-family: Open Sans;
}

.lidservices-detail__garant {
    display: flex;
    flex-wrap: wrap;
}

.lidservices-detail-garant__col {
    width: 50%;
    padding-right: 20px;
}

.lidservices-detail-garant__bigimg {
    width: 50%;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}


.lidservices-detail__spectr {
    margin-bottom: 60px;
}


.lidservices-detail__price {
    margin-bottom: 82px;
}

.lidservices-detail-price__text {
    margin-top: 28px;
    color: #7F7F7F;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    font-family: Open Sans;
    text-align: right;
    text-align: right;
}


.lidservices-detail table {
    width: 100%;
    font-size: 16px;
}

.lidservices-detail__alert {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 70px;
    padding: 60px;
    background-color: #F3F3F3;
}

.lidservices-detail-alert__title {
    width: calc(100% - 348px);
    color: #000;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 120%;
}

.lidservices-detail-alert__btn {
    display: block;
    margin-bottom: 16px;
    padding: 18px 0;
    border: 1px solid #E12A2A;
    border-radius: 6px;
    background-color: #E12A2A;
    color: #FFF;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -0.8px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    transition: .3s;
}

.lidservices-detail-alert__btn:hover {
    background-color: #fff;
    color: #E12A2A;
    text-decoration: none;
}

.lidservices-detail-alert__text {
    color: #000;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    font-family: Open Sans;
}

.lidservices-detail-alert__col {
    width: 348px;
    padding-left: 28px;
}

.b_etalon .lidservices-detail table tr:nth-of-type(even) {
    background-color: transparent;
}

.b_etalon .lidservices-detail table td:not(:first-of-type) {
    border-left: none;
}

.b_etalon .lidservices-detail table td {
    border-bottom: 1px solid #e1e5e6;
}

.b_etalon .lidservices-detail table tr td {
    text-align: center;
    white-space: nowrap;

}

.b_etalon .lidservices-detail table tr td:first-child {
    text-align: left;
}

.b_etalon .lidservices-detail table tr:first-child td,
.b_etalon .lidservices-detail table tr td:first-child {
    white-space: normal;
}

.fancybox-wrap h2 {
    margin-top: 0;
}

.fancybox-wrap .service_form {
    max-width: 450px;
}

.fancybox-wrap .service_form .row,
.fancybox-wrap .service_form [class^="col"] {
    width: 100%;
    margin: 0;
    padding: 0;
}

@media (max-width: 1199px) {
    .lidservices-detail-spectr__item {
        width: 50%;
    }
}

@media (max-width: 991px) {

    .lidservices-detail-spectr-item__title,
    .lidservices-detail-garant__title {
        font-size: 16px;
    }

    .lidservices-detail__alert {
        margin-bottom: 50px;
        padding: 40px;
    }

    .lidservices-detail-alert__title {
        width: 100%;
        margin-bottom: 20px;
        font-size: 20px;
    }

    .lidservices-detail-alert__col {
        padding-left: 0;
    }

    .lidservices-detail-alert__btn {
        font-size: 16px;
    }

    .lidservices-detail__price {
        margin-bottom: 60px;
    }

    .lidservices-detail-price__text {
        margin-top: 20px;
    }

    .lidservices-detail-price__text {
        font-size: 14px;
    }

    .lidservices-detail__garant {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .lidservices-detail-garant__col {
        width: 100%;
        padding-right: 0;
    }

    .lidservices-detail-garant__bigimg {
        width: 100%;
    }

    .lidservices-detail-garant__bigimg:before {
        display: block;
        padding-top: 40%;
        content: '';
    }

    .lidservices-detail-spectr__item {
        width: 100%;
        padding-right: 0;
    }

    .lidservices-detail-spectr__item:last-child {
        margin-bottom: 0;
    }

    .lidservices-detail__alert {
        margin-bottom: 30px;
        padding: 20px;
    }

    .lidservices-detail-spectr-item__img,
    .lidservices-detail-garant__img {
        width: 40px;
        height: 40px;
    }

    .lidservices-detail-alert__btn {
        padding: 14px 0;
        font-size: 14px;
    }

    .lidservices-detail-spectr__item,
    .lidservices-detail-garant__item {
        padding-left: 60px;
    }

    .lidservices-detail-garant__img {
        top: calc(50% - 20px);
    }

    .lidservices-detail .newsdetail_banner {
        display: none;
    }
}

.description_form_call_wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 20px;
    padding: 13px 20px;
    background-color: #EFEFEF;
}

.search-alert .description_form_call_wrap {
    margin-right: 0;
    margin-left: 0;
}

.description_form_call_content_wrap {
    display: block;
}

.description_form_call_title {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
}

.description_form_call_text {
    display: block;
    color: #555555;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
}

.description_form_call_text a {
    color: #E12A2A;
    font-weight: 400;
    white-space: nowrap;
}

.description_form_call_button_wrap {
    display: block;
    min-width: 180px;
    margin-left: 25px;
}

.description_form_call_button_wrap .callback-block {
    display: block;
    padding: 13px;
    border: 1px solid #1450A1;
    border-radius: 2px;
    background-color: #1450A1;
    color: #FFF;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
}

.description_form_call_button_wrap .callback-block:hover {
    border: 1px solid #1450A1;
    background-color: #FFF;
    color: #1450A1;
}

.description_form_call_button_wrap a {
    display: block;
    padding: 15px 20px;
    border: 1px solid #E12A2A;
    border-radius: 5px;
    background: #E12A2A;
    color: #fff;
    font-weight: bold;
    text-align: center;
    transition: .3s;
}

.description_form_call_button_wrap a:hover {
    background: #fff;
    color: #E12A2A;
}

@media (max-width: 991px) {
    .description_form_call_wrap {
        flex-wrap: wrap;
        padding: 20px;

    }

    .description_form_call_content_wrap {
        width: 100%;
        margin-bottom: 18px;
    }

    .description_form_call_button_wrap {
        width: 100%;
        margin-left: 0;
    }
}


.about-1 {
    padding-top: 12px;
}

.about-1__descr,
p.about-1__descr {
    margin-top: 0;
    margin-bottom: 0;
    color: #000;
    font-size: 16px;
    line-height: 1.5;
}

.about-2 {
    padding-top: 100px;
}

.about-2__heading {
    margin-bottom: 0;
}

.about-2__inner {
    margin-top: 28px;
}

.about-2__table,
table.about-2__table {
    min-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.5;
}

.about-2__tr:nth-of-type(even),
table tr.about-2__tr:nth-of-type(even) {
    background-color: transparent;
}

.about-2__td,
.about-2__th,
table td.about-2__td,
table th.about-2__th {
    padding: 20px;
    border: 1px solid #dedede;
}

.about-2__th,
table th.about-2__th {
    background: #f3f3f3;
    color: #000;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    text-align: center;
}

.about-2__td:not(:first-of-type),
table td.about-2__td:not(:first-of-type) {
    border-left: 1px solid #f3f3f3;
}

.about-2__td:first-child {
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    text-align: center;
}

.about-2__td:first-child,
.about-2__th:first-child {
    min-width: 263px;
}

.about-2 .splide__arrow svg,
.about-2 .splide__pagination li::before,
.about-2__slider,
.about-6 .splide__arrow svg,
.about-6 .splide__pagination li::before {
    display: none;
}

.about-2 .splide__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: -55px;
    right: 0;
    align-items: center;
    justify-content: space-between;
    width: 72px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.about-10 .splide:not(.is-overflow) .splide__arrows,
.about-2 .splide:not(.is-overflow) .splide__arrows,
.about-6 .splide:not(.is-overflow) .splide__arrows,
.about-7 .splide:not(.is-overflow) .splide__arrows,
.about-8 .splide:not(.is-overflow) .splide__arrows {
    display: none;
}

.about-2 .splide__arrow {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 26px;
    height: 16px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    background-color: transparent;
    opacity: 1;
}

.about-2 .splide__arrow[disabled] {
    opacity: .5;
}

.about-2 .splide__arrow--prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.about-2 .splide__arrow::after,
.about-2 .splide__arrow::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.about-2 .splide__arrow::before {
    background-image: url(/local/templates/bq_aliot_s1/img/lidservices-slider-arrow.svg);
}

.about-2 .splide__arrow::after {
    background-image: url(/local/templates/bq_aliot_s1/img/lidservices-slider-arrow-red.svg);
    opacity: 0;
}

.about-2 .splide__arrow:not([disabled]):hover:before {
    opacity: 0;
}

.about-2 .splide__arrow:not([disabled]):hover:after {
    opacity: 1;
}

.about-2 .splide__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    margin-top: 28px;
    margin-bottom: 0;
    margin-left: 0;
}

.about-10 .splide__pagination li,
.about-2 .splide__pagination li,
.about-6 .splide__pagination li,
.about-7 .splide__pagination li,
.about-8 .splide__pagination li {
    width: auto;
    margin: 0;
    padding: 0;
    line-height: 0;
}

.about-2 .splide__pagination__page {
    width: 6px;
    height: 6px;
    margin: 5px;
    background: #adadad;
    opacity: 1;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}

.about-2 .splide__pagination__page.is-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background: #222;
}

.about-2__title,
p.about-2__title {
    margin-top: 0;
    margin-bottom: 0;
    color: #000;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
}

.about-2__text,
p.about-2__text {
    margin-top: 20px;
    margin-bottom: 0;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
}

@media (max-width:991px) {
    .about-2 {
        padding-top: 60px;
    }

    .about-2__heading {
        width: calc(100% - 72px);
    }

    .about-2__table {
        display: none;
    }

    .about-2__slider {
        display: block;
    }
}

@media (max-width:767px) {
    .about-2__heading {
        width: 100%;
    }
}

.about-3 {
    padding-top: 100px;
}

.about-3__heading {
    margin-bottom: 0;
}

.about-3__inner {
    margin-top: 32px;
}

.about-3__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -30px;
}

.about-3__item,
p.about-3__item {
    width: calc(33.333% - 60px);
    margin: 30px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e12a2a;
    color: #000;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
}

@media (max-width:1199px) {
    .about-3__item br {
        display: none;
    }
}

@media (max-width:991px) {
    .about-3 {
        padding-top: 60px;
    }

    .about-3__item,
    p.about-3__item {
        width: calc(100% - 60px);
    }
}

.about-4 {
    padding-top: 100px;
}

.about-4__heading {
    margin-bottom: 0;
}

.about-4__inner {
    margin-top: 32px;
}

.about-4__descr,
p.about-4__descr {
    margin-bottom: 0;
    color: #000;
    font-size: 16px;
    line-height: 1.5;
}

.about-4__item,
.about-4__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.about-4__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 15px -14px -14px;
}

.about-4__item {
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    width: calc(25% - 28px);
    min-height: 260px;
    margin: 14px;
    padding: 60px 25px 25px;
    border: 1px solid #bfbfbf;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.about-4__img,
img.about-4__img {
    display: block;
    width: auto;
    height: 72px;
    margin-top: 0;
    margin-bottom: 0;
}

img.about-10__img:first-child,
img.about-4__img:first-child,
img.about-6__img:first-child,
img.about-8__img:first-child,
img.about-9__img:first-child {
    margin-top: 0;
}

.about-4__title,
p.about-4__title {
    margin-top: 15px;
    margin-bottom: 0;
    color: #000;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    text-align: center;
}

@media (max-width:1199px) {
    .about-4__item {
        width: calc(50% - 28px);
    }
}

@media (max-width:991px) {
    .about-4 {
        padding-top: 60px;
    }
}

@media (max-width:767px) {
    .about-4__item {
        width: calc(100% - 28px);
    }
}

.about-5 {
    padding-top: 100px;
}

.about-5__heading {
    margin-bottom: 0;
}

.about-5__inner {
    margin-top: 32px;
}

.about-5__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -14px;
}

.about-5__item,
.about-5__list,
.about-6 .splide__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.about-5__item {
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(25% - 28px);
    margin: 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.about-5__title,
p.about-5__title {
    position: relative;
    -ms-flex: auto;
    flex: auto;
    margin-bottom: 0;
    padding-bottom: 16px;
    color: #000;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    -webkit-box-flex: 1;
}

.about-5__title::after,
p.about-5__title::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 1px;
    background: #e12a2a;
    content: "";
}

.about-5__descr,
.about-5__text,
p.about-5__descr,
p.about-5__text {
    margin-top: 16px;
    margin-bottom: 0;
    color: #000;
    font-size: 16px;
    line-height: 1.5;
}

.about-5__descr,
p.about-5__descr {
    max-width: 848px;
    margin-top: 32px;
}

@media (max-width:1199px) {
    .about-5__item {
        width: calc(50% - 28px);
    }
}

@media (max-width:991px) {
    .about-5 {
        padding-top: 60px;
    }
}

@media (max-width:767px) {
    .about-5__item {
        width: calc(100% - 28px);
    }
}

.about-6 {
    padding-top: 100px;
}

.about-6__heading {
    width: calc(100% - 72px);
    margin-bottom: 0;
}

.about-6__inner {
    margin-top: 32px;
}

.about-6 .splide__arrows {
    position: absolute;
    top: -55px;
    right: 0;
    align-items: center;
    justify-content: space-between;
    width: 72px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.about-6 .splide__arrow {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 26px;
    height: 16px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    background-color: transparent;
    opacity: 1;
}

.about-6 .splide__arrow[disabled] {
    opacity: .5;
}

.about-6 .splide__arrow--prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.about-6 .splide__arrow::after,
.about-6 .splide__arrow::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.about-6 .splide__arrow::before {
    background-image: url(/local/templates/bq_aliot_s1/img/lidservices-slider-arrow.svg);
}

.about-6 .splide__arrow::after {
    background-image: url(/local/templates/bq_aliot_s1/img/lidservices-slider-arrow-red.svg);
    opacity: 0;
}

.about-6 .splide__arrow:not([disabled]):hover:before {
    opacity: 0;
}

.about-6 .splide__arrow:not([disabled]):hover:after {
    opacity: 1;
}

.about-6 .splide__pagination,
.about-6__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.about-6__link {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    padding: 20px;
    background: #f3f3f3;
}

a.about-6__link:hover,
a.about-8__link:hover {
    text-decoration: none;
}

.about-6__image {
    display: block;
    width: 240px;
}

.about-6__pic {
    display: block;
    position: relative;
    padding-bottom: 86.55%;
}

.about-6__img,
img.about-6__img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.about-6__title {
    display: block;
    width: calc(100% - 240px);
    padding-left: 20px;
    color: #000;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
}

.about-6__link:hover .about-6__title {
    text-decoration: underline;
}

.about-6 .splide__pagination {
    position: static;
    margin-top: 28px;
    margin-bottom: 0;
    margin-left: 0;
}

.about-6 .splide__pagination__page {
    width: 6px;
    height: 6px;
    margin: 5px;
    background: #adadad;
    opacity: 1;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}

.about-6 .splide__pagination__page.is-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background: #222;
}

@media (max-width:1199px) {
    .about-6__link {
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
    }

    .about-6__image {
        width: 100%;
    }

    .about-6__title {
        width: 100%;
        padding-top: 20px;
        padding-left: 0;
    }
}

@media (max-width:991px) {
    .about-6 {
        padding-top: 60px;
    }
}

@media (max-width:767px) {
    .about-6__heading {
        width: 100%;
    }

    .about-6 .splide__arrows {
        top: auto;
        bottom: 0;
        width: 100%;
    }

    .about-6 .splide__pagination {
        padding-left: 36px;
        padding-right: 36px;
    }
}

.about-7 {
    padding-top: 100px;
}

.about-7__heading {
    margin-bottom: 0;
}

.about-7__inner {
    margin-top: 28px;
}

.about-7__table,
table.about-7__table {
    min-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.5;
}

.about-7__tr:nth-of-type(even),
table tr.about-7__tr:nth-of-type(even) {
    background-color: transparent;
}

.about-7__td,
.about-7__th,
table td.about-7__td,
table th.about-7__th {
    padding: 20px;
    border: 1px solid #dedede;
}

.about-7__th,
table th.about-7__th {
    background: #f3f3f3;
    color: #000;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    text-align: center;
}

.about-7__td:not(:first-of-type),
table td.about-7__td:not(:first-of-type) {
    border-left: 1px solid #f3f3f3;
}

.about-7__td:first-child {
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    text-align: center;
}

.about-10 .splide__arrow svg,
.about-10 .splide__pagination li::before,
.about-7 .splide__arrow svg,
.about-7 .splide__pagination li::before,
.about-7__slider,
.about-8 .splide__arrow svg,
.about-8 .splide__pagination li::before {
    display: none;
}

.about-7 .splide__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: -55px;
    right: 0;
    align-items: center;
    justify-content: space-between;
    width: 72px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.about-7 .splide__arrow {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 26px;
    height: 16px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    background-color: transparent;
    opacity: 1;
}

.about-7 .splide__arrow[disabled] {
    opacity: .5;
}

.about-7 .splide__arrow--prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.about-7 .splide__arrow::after,
.about-7 .splide__arrow::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.about-7 .splide__arrow::before {
    background-image: url(/local/templates/bq_aliot_s1/img/lidservices-slider-arrow.svg);
}

.about-7 .splide__arrow::after {
    background-image: url(/local/templates/bq_aliot_s1/img/lidservices-slider-arrow-red.svg);
    opacity: 0;
}

.about-7 .splide__arrow:not([disabled]):hover:before {
    opacity: 0;
}

.about-7 .splide__arrow:not([disabled]):hover:after {
    opacity: 1;
}

.about-7 .splide__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    margin-top: 28px;
    margin-bottom: 0;
    margin-left: 0;
}

.about-7 .splide__pagination__page {
    width: 6px;
    height: 6px;
    margin: 5px;
    background: #adadad;
    opacity: 1;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}

.about-7 .splide__pagination__page.is-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background: #222;
}

.about-7__title,
p.about-7__title {
    margin-top: 0;
    margin-bottom: 0;
    color: #000;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
}

.about-7__text,
p.about-7__text {
    margin-top: 20px;
    margin-bottom: 0;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
}

@media (max-width:991px) {
    .about-7 {
        padding-top: 60px;
    }

    .about-7__heading {
        width: calc(100% - 72px);
    }

    .about-7__table {
        display: none;
    }

    .about-7__slider {
        display: block;
    }
}

@media (max-width:767px) {
    .about-7__heading {
        width: 100%;
    }
}

.about-8 {
    padding-top: 100px;
}

.about-8__heading {
    width: calc(100% - 72px);
    margin-bottom: 0;
}

.about-8__inner {
    margin-top: 32px;
}

.about-8 .splide__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: -55px;
    right: 0;
    align-items: center;
    justify-content: space-between;
    width: 72px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.about-8 .splide__arrow {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 26px;
    height: 16px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    background-color: transparent;
    opacity: 1;
}

.about-8 .splide__arrow[disabled] {
    opacity: .5;
}

.about-8 .splide__arrow--prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.about-8 .splide__arrow::after,
.about-8 .splide__arrow::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.about-8 .splide__arrow::before {
    background-image: url(/local/templates/bq_aliot_s1/img/lidservices-slider-arrow.svg);
}

.about-8 .splide__arrow::after {
    background-image: url(/local/templates/bq_aliot_s1/img/lidservices-slider-arrow-red.svg);
    opacity: 0;
}

.about-8 .splide__arrow:not([disabled]):hover:before {
    opacity: 0;
}

.about-8 .splide__arrow:not([disabled]):hover:after {
    opacity: 1;
}

.about-8 .splide__pagination,
.about-8__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.about-8__link {
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.about-8__image {
    display: block;
    width: 100%;
}

.about-8__pic {
    display: block;
    position: relative;
    padding-bottom: 132.692%;
}

.about-8__img,
img.about-8__img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    -o-object-fit: contain;
    object-fit: contain;
}

.about-8__title {
    display: block;
    padding-top: 16px;
    color: #000;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
}

.about-8__link:hover .about-8__title {
    text-decoration: underline;
}

.about-8__text {
    display: block;
    padding-top: 8px;
    color: #000;
    font-size: 16px;
    line-height: 1.5;
}

.about-8 .splide__pagination {
    position: static;
    margin-top: 28px;
    margin-bottom: 0;
    margin-left: 0;
}

.about-10 .splide__arrow,
.about-8 .splide__pagination__page {
    opacity: 1;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}

.about-8 .splide__pagination__page {
    width: 6px;
    height: 6px;
    margin: 5px;
    background: #adadad;
}

.about-8 .splide__pagination__page.is-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background: #222;
}

@media (max-width:991px) {
    .about-8 {
        padding-top: 60px;
    }
}

@media (max-width:767px) {
    .about-8__heading {
        width: 100%;
    }

    .about-8 .splide__arrows {
        top: auto;
        bottom: 0;
        width: 100%;
    }

    .about-8 .splide__pagination {
        padding-left: 36px;
        padding-right: 36px;
    }
}

.about-9 {
    padding-top: 100px;
}

.about-9__heading {
    margin-bottom: 0;
}

.about-9__inner {
    margin-top: 28px;
}

.about-9__map {
    margin-right: -30px;
    margin-left: -30px;
    padding-right: 30px;
    padding-left: 30px;
    overflow-x: auto;
}

.about-9__img,
img.about-9__img {
    display: block;
    width: 100%;
    min-width: 1140px;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
}

.about-9__descr,
p.about-9__descr {
    max-width: 665px;
    margin-top: 28px;
    margin-bottom: 0;
    color: #000;
    font-size: 16px;
    line-height: 1.5;
}

@media (max-width:991px) {
    .about-9 {
        padding-top: 60px;
    }
}

.about-10 {
    padding-top: 100px;
}

.about-10__heading {
    margin-bottom: 0;
    text-align: center;
}

.about-10__inner {
    margin-top: 70px;
}

.about-10 .splide__arrow {
    width: 30px;
    height: 30px;
    background: #f3f3f3;
}

.about-10 .splide__arrow:hover {
    background: #e22a2a;
}

.about-10 .splide__arrow[disabled] {
    opacity: .5;
}

.about-10 .splide__arrow--prev {
    left: 30px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.about-10 .splide__arrow--next {
    right: 30px;
}

.about-10 .splide__arrow::after,
.about-10 .splide__arrow::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 14px;
    -webkit-transform: translate(-33.333%, -50%);
    -ms-transform: translate(-33.333%, -50%);
    transform: translate(-33.333%, -50%);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.about-10 .splide__arrow::before {
    background-image: url(/local/templates/bq_aliot_s1/img/arr-r.svg);
}

.about-10 .splide__arrow::after {
    background-image: url(/local/templates/bq_aliot_s1/img/arr-r-white.svg);
    opacity: 0;
}

.about-10 .splide__arrow:not([disabled]):hover:before {
    opacity: 0;
}

.about-10 .splide__arrow:not([disabled]):hover:after {
    opacity: 1;
}

.about-10 .splide__pagination,
.about-10__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.about-10__card {
    padding-right: 140px;
    padding-left: 140px;
}

.about-10__image {
    flex-shrink: 0;
    width: 199px;
    margin-top: 28px;
    -ms-flex-negative: 0;
}

.about-10__pic {
    display: block;
    position: relative;
    padding-bottom: 100%;
}

.about-10__img,
img.about-10__img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    -o-object-fit: contain;
    object-fit: contain;
}

.about-10__info {
    margin-left: 45px;
}

.about-10__name,
.about-10__text,
p.about-10__name,
p.about-10__text {
    max-width: 558px;
    margin-bottom: 0;
    color: #000;
    font-size: 20px;
    line-height: 1.55;
}

.about-10__name,
p.about-10__name {
    margin-top: 25px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.35;
}

.about-10__descr,
p.about-10__descr {
    max-width: 558px;
    margin-top: 6px;
    margin-bottom: 0;
    color: #000;
    font-size: 14px;
    line-height: 1.55;
}

.about-10 .splide__pagination {
    position: static;
    margin-top: 80px;
    margin-bottom: 0;
    margin-left: 0;
}

.about-10 .splide__pagination__page {
    width: 6px;
    height: 6px;
    margin: 5px;
    background: #adadad;
    opacity: 1;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}

.about-10 .splide__pagination__page.is-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background: #222;
}

@media (max-width:1199px) {
    .about-10__inner {
        margin-top: 32px;
    }

    .about-10 .splide__arrow--prev {
        left: 0;
    }

    .about-10 .splide__arrow--next {
        right: 0;
    }

    .about-10__card {
        padding-right: 60px;
        padding-left: 60px;
    }

    .about-10__info {
        margin-left: 32px;
    }

    .about-10 .splide__pagination {
        margin-top: 28px;
    }
}

@media (max-width:991px) {
    .about-10 {
        padding-top: 60px;
    }

    .about-10__card {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width:767px) {
    .about-10__heading {
        text-align: left;
    }

    .about-10__card {
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
    }

    .about-10__image {
        margin-top: 0;
        margin-bottom: 28px;
    }

    .about-10__info {
        margin-left: 0;
    }

    .about-10__descr,
    .about-10__name,
    .about-10__text,
    p.about-10__descr,
    p.about-10__name,
    p.about-10__text {
        max-width: none;
    }

    .about-10 .splide__arrows {
        position: absolute;
        top: auto;
        bottom: 0;
        height: 15px;
        width: 100%;
    }

    .about-10 .splide__pagination {
        padding-left: 36px;
        padding-right: 36px;
    }
}

.about-11 {
    padding-top: 100px;
}

.about-11__heading {
    margin-bottom: 32px;
}

@media (max-width:991px) {
    .about-11 {
        padding-top: 60px;
    }
}

.push-notification {
    position: fixed;
    display: flex;
    align-items: center;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 30px);
    max-width: 572px;
    background-color: #E12A2A;
    color: #fff;
    padding: 20px;
    z-index: 100;
    -webkit-transition: opacity 0.6s cubic-bezier(0.76, 0, 0.24, 1), transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    -o-transition: opacity 0.6s cubic-bezier(0.76, 0, 0.24, 1), transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    -webkit-transition: opacity 0.6s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    transition: opacity 0.6s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    transition: opacity 0.6s cubic-bezier(0.76, 0, 0.24, 1), transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    transition: opacity 0.6s cubic-bezier(0.76, 0, 0.24, 1), transform 0.6s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    opacity: 0;
    pointer-events: none;
}

.push-notification__left {
    width: 197px;
    height: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 15px;
}

.push-notification__img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.push-notification.is-active {
    opacity: 1;
    pointer-events: auto;
}

.push-notification a {
    border-bottom: 1px solid currentColor;
    color: currentColor;
}

.push-notification a:hover,
.push-notification a:focus {
    color: currentColor;
    opacity: 0.8;
}

.push-notification__title {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    padding-right: 20px;
}

.push-notification__text {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 8px;
}

.push-notification__close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 16px;
    height: 16px;
    color: #fff;
    cursor: pointer;
}

.push-notification__close:hover {
    opacity: 0.8;
}

.push-notification__close::before,
.push-notification__close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
    background: currentColor;
}

.push-notification__close::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.push-notification__close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width:599px) {
    .push-notification {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .push-notification__text br {
        display: none;
    }

    .push-notification__left {
        width: 100%;
        height: 180px;
        margin-right: 0;
        margin-top: 15px;
    }

    .push-notification__img {
        height: 100%;
    }
}