#geo-minimodal {
    position: relative;
    padding: 5px 8px 5px 0;
    white-space: nowrap;
}

.akb-products-pagination {
    width: 100%;
    margin: 28px 0 8px;
    display: flex;
    justify-content: center;
}

.akb-products-pagination ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.akb-products-pagination li {
    margin: 0;
}

.akb-products-pagination a,
.akb-products-pagination span {
    min-width: 38px;
    height: 38px;
    padding: 0 12px;
    border: 1px solid #d9e0ec;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #2049d4;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
}

.akb-products-pagination .active a,
.akb-products-pagination .active span {
    border-color: #2049d4;
    background: #2049d4;
    color: #fff;
}

.akb-products-pagination .disabled span {
    color: #98a1b3;
    background: #f4f6fa;
}
f #geo-minimodal > div {
    color: #666;
    margin: 0;
    font-size: 13px;
}

#geo-minimodal a {
    margin-left: 5px;
    font-size: 13px;
}

@media (min-width: 577px) {
    #geo-minimodal {
        margin-top: -20px;
    }
}

/*Карточка товара*/
.breadcrumbs a {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.breadcrumbs {
    margin-bottom: 15px;
    font-size: 14px;
}

.breadcrumbs > li {
    display: inline;
}

.cart_h2 {
    margin-bottom: 40px;
    margin-top: 0;
    font-size: 30px;
    text-transform: uppercase;
    text-align: left;
}

.cart_block_1 a {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.cart_block_1 h4 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600 !important;
}

.cart_block_1 > div {
    margin-bottom: 40px;
    display: inline-block;
    vertical-align: top;
    width: 33%;
}

.cart_block_img {
    position: relative;
    height: 352px;
    background-color: white;
    border-radius: 10px;
}

.cart_block_img > img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 352px;
    max-width: 100%;
}

.cart_block_img .luppa {
    right: 19px;
    bottom: 15px;
    position: absolute;
    width: auto;
}

.cart_block_delivery {
    padding-left: 40px;
}

.cart_block_main {
    float: right;
    padding-left: 20px;
}

.cart_block_delivery .delivery_footnote {
    font-size: 14px;
}

.cart_block_delivery .devlivery_desc_row {
    margin-bottom: 15px;
    position: relative;
    padding-left: 35px;
}

.cart_block_delivery .devlivery_desc_row img {
    margin-right: 15px;
    vertical-align: top;
    position: absolute;
    left: 0;
}

.cart_block_delivery .devlivery_desc_row p {
    display: inline-block;
    font-size: 14px;
    vertical-align: bottom;
}

.cart_block_delivery .devlivery_desc_row a {
    color: #0037b5;
}

.cart_block_delivery .devlivery_desc_row a:hover {
    color: #031964;
}

.cart_block_main > div {
    margin-bottom: 30px;
}

.cart_block_main .main_add_sale p {
    display: inline-block;
    width: 55%;
    font-size: 45px;
    font-weight: 600;
    color: #0037b5;
    vertical-align: middle;
}

.cart_block_main .main_add_sale .custom_btn {
    width: 45%;
}

.cart_block_main .main_add_sale .fa-rub {
    font-size: 26px;
    font-weight: 600;
}

.cart_block_main .main_add_sale .psPrice {
    font-size: 40px;
    font-weight: normal;
}

.cart_block_main .main_add_sale button {
    display: inline-block;
    height: 55px;
    width: 50%;
    font-size: 30px;
    border-radius: 8px;
    font-weight: 600;
    background: #0037b5;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.cart_block_main .main_add_sale div {
    display: inline;
}

.cart_block_main .main_add_sale button:hover {
    background: #031964;
}

.cart_block_main .main_add_nosale {
    font-size: 17px;
    font-weight: 500;
    margin-top: 5px;
}

.cart_block_main .main_add_nosale > b {
    font-size: 20px;
}

.cart_block_main .main_add_nosale > b > i {
    font-size: 16px;
    font-weight: 600;
}

.cart_block_main .main_block_address {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 20px;
}

.cart_block_main .main_block_address > p {
    margin-bottom: 15px;
}

.cart_block_main .main_block_address > p > span {
    color: #0037b5;
}

.cart_block_main .address {
    overflow-y: auto;
    max-height: 204px;
    padding: 15px 15px 15px 20px;
    font-size: 15px;
    border-radius: 8px;
    background-color: white;
    box-shadow: 0 0 18px 2px rgba(34, 60, 80, 0.2);
}

.cart_block_main .address .addres_row {
    padding: 8px 0;
}

.cart_block_main .address .addres_row > div {
    width: 80%;
    display: inline-block;
}

.cart_block_main .address .addres_row_empty > p {
    color: #d10b0f;
}

.cart_block_main .address .addres_row > p {
    width: 80%;
    display: inline-block;
}

.cart_block_main .address .addres_row > i {
    margin-top: 2px;
    color: #42a121;
    margin-right: 15px;
    vertical-align: top;
}

.cart_block_main .address .addres_row > img {
    height: 25px;
    margin-right: 10px;
    vertical-align: top;
    top: -2px;
    position: relative;
}

.cart_block_main .address .addres_row > a > img.map {
    top: 1px;
    height: auto;
    width: 15px;
    margin-right: 15px;
    margin-left: 5px;
    vertical-align: bottom;
}

.cart_block_main .address .addres_row > a {
    vertical-align: bottom;
    font-size: 13px;
    color: #0037b5;
    font-weight: 400;
}

.cart_block_main .address .addres_row > a:hover {
    color: #031964;
}

.cart_block_main .address .addres_row_not_nal span {
    font-size: 12px;
    font-weight: 400;
    color: #0037b5;
}

.cart_block_char {
    width: 33%;
    float: left;
}

.cart_block_char .block_chars .char_row {
    margin-bottom: 5px;
    border-bottom: 1px solid #bfbfbf7a;
}

.cart_block_char .block_chars .char_row_last {
    border: none;
}

.cart_block_char .block_chars .char_row p {
    display: inline-block;
}

.cart_block_char .block_chars .char_row .char_val {
    font-weight: 600;
    float: right;
}

.cart_block_desc {
    width: 67% !important;
    height: 306px;
    padding-left: 40px;
}

.cart_block_desc > .text {
    width: 100%;
    overflow-y: auto;
    max-height: 269px;
}

span.teasw {
    display: block;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
}

.city_s {
    max-width: 218px !important;
    font-size: 11px !important;
}

a.teasw {
    margin-left: 0 !important;
}

.big-text {
    font-size: 170%;
    line-height: 1.6;
}

.first-line {
    display: block;
}

@media (max-width: 576px) {
    body .wrapper header .gr_2 .header_middle .tell_header_middle {
        width: 60% !important;
        order: 2 !important;
    }
}

#successAjaxForm {
    display: none;
    position: fixed;
    top: calc(50% - 40px);
    right: calc(50% - 200px);
    padding: 30px;
    background: #5100ef;
    color: #fff;
    z-index: 100;
    font-size: 18px;
}

.flex_new {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.flex_new2_item_item,
.flex_new_item {
    box-shadow: 0 3px 10px -2px #000;
}

.flex_new_item {
    max-width: 15%;
}

.flex_new2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex_new2_item_item {
    max-width: 20%;
    margin: 0 30px;
}

@media screen and (min-width: 1601px) {
    body .wrapper .banner.full .centere .left {
        width: 85% !important;
    }
}

@media screen and (min-width: 980px) {
    body .wrapper .banner.full .centere .left h2 {
        font-size: 28px !important;
    }
}

@media screen and (max-width: 640px) {
    .flex_new {
        flex-wrap: wrap;
    }

    .flex_new2_item_item {
        max-width: 40%;
        margin: 0 30px 20px;
    }

    .flex_new_item {
        max-width: 29%;
        margin-bottom: 10px;
    }
}

@font-face {
    font-family: OpenSans;
    src: url(../fonts/Open_Sans/OpenSans-Regular.ttf);
    font-weight: 400;
    font-style: normal;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    outline: 0;
    vertical-align: baseline;
}

* {
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

li,
ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button {
    border: none;
    outline: 0;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
}

a {
    text-decoration: none;
}

body {
    font-family: "Montserrat", "OpenSans";
    color: #fff;
}

a:focus,
a:hover,
a:visited {
    text-decoration: none;
}

a:focus,
a:hover {
    color: inherit;
    text-decoration: none;
}

#popup__toggle {
    bottom: 25px;
    right: 10px;
    position: fixed;
    z-index: 9999999999;
}

.img-circle {
    background-color: #29aee3;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.circlephone {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    border: 2px solid #29aee3;
    width: 150px;
    height: 150px;
    bottom: -25px;
    right: 10px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: 0.5;
    -webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
    -moz-animation: circle-anim 2.4s infinite ease-in-out !important;
    -ms-animation: circle-anim 2.4s infinite ease-in-out !important;
    -o-animation: circle-anim 2.4s infinite ease-in-out !important;
    animation: circle-anim 2.4s infinite ease-in-out !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.circle-fill {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    background-color: #29aee3;
    width: 100px;
    height: 100px;
    bottom: 0;
    right: 35px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: circle-fill-anim 2.3s infinite ease-in-out;
    animation: circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.img-circle {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 72px;
    height: 72px;
    bottom: 14px;
    right: 49px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 0.7;
}

.img-circleblock {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 72px;
    height: 72px;
    background-image: url(../img/icon/mini.png);
    background-position: center center;
    background-repeat: no-repeat;
    animation-name: tossing;
    -webkit-animation-name: tossing;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

.img-circle:hover {
    opacity: 1;
}

@keyframes pulse {
    0% {
        transform: scale(0.9);
        opacity: 1;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(0.9);
        opacity: 1;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.95);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0.95);
        opacity: 1;
    }
}

@keyframes tossing {
    0% {
        transform: rotate(-8deg);
    }

    50% {
        transform: rotate(8deg);
    }

    100% {
        transform: rotate(-8deg);
    }
}

@-webkit-keyframes tossing {
    0% {
        -webkit-transform: rotate(-8deg);
    }

    50% {
        -webkit-transform: rotate(8deg);
    }

    100% {
        -webkit-transform: rotate(-8deg);
    }
}

@-moz-keyframes circle-anim {
    0% {
        -moz-transform: rotate(0) scale(0.5) skew(1deg);
        opacity: 0.1;
        -moz-opacity: 0.1;
        -webkit-opacity: 0.1;
        -o-opacity: 0.1;
    }

    30% {
        -moz-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.5;
        -moz-opacity: 0.5;
        -webkit-opacity: 0.5;
        -o-opacity: 0.5;
    }

    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
        -moz-opacity: 0.6;
        -webkit-opacity: 0.6;
        -o-opacity: 0.1;
    }
}

@-webkit-keyframes circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }

    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}

@-o-keyframes circle-anim {
    0% {
        -o-transform: rotate(0) kscale(0.5) skew(1deg);
        -o-opacity: 0.1;
    }

    30% {
        -o-transform: rotate(0) scale(0.7) skew(1deg);
        -o-opacity: 0.5;
    }

    100% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        -o-opacity: 0.1;
    }
}

@keyframes circle-anim {
    0% {
        transform: rotate(0) scale(0.5) skew(1deg);
        opacity: 0.1;
    }

    30% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.5;
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.1;
    }
}

@-moz-keyframes circle-fill-anim {
    0% {
        -moz-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }

    50% {
        -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
        opacity: 0.2;
    }

    100% {
        -moz-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}

@-webkit-keyframes circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.2;
    }

    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}

@-o-keyframes circle-fill-anim {
    0% {
        -o-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }

    50% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.2;
    }

    100% {
        -o-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}

@keyframes circle-fill-anim {
    0% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.2;
    }

    100% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}

.loading ~ #loader {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 999999999991;
    margin: -60px 0 0 -60px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

body {
    color: #000;
    background-color: #f5f5f5;
}

body.noscroll {
    overflow: hidden;
}

body .wrapper {
    overflow: hidden;
}

body .wrapper.loading:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 12123123123123;
}

body .wrapper.open:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: "";
    background: rgba(0, 0, 0, 0.73);
    z-index: 10;
    overflow: hidden;
}

body .wrapper header .full {
    width: 100%;
    margin: auto;
}

body .wrapper header .gr_1 {
    max-height: 39px;
    background-color: #f5f5f5;
}

body .wrapper header .gr_1 .header_top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    max-width: 1180px;
    display: flex;
    justify-content: flex-end;
    margin: auto;
    padding: 9px 0;
}

body .wrapper header .gr_1 .header_top a {
    /*color:#2a2a2a;font-size:16px;font-weight:300;*/
    line-height: 24px;
    letter-spacing: 0.16px;
    transition: 0.4s;
}

/*body .wrapper header .gr_1 .header_top a:hover{color:#2049d4}*/
body .wrapper header .gr_2 {
    background-color: #fff;
}

body .wrapper header .gr_2 .header_middle {
    max-width: 1180px;
    margin: auto;
    padding: 17px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

body .wrapper header .gr_2 .header_middle .tell_header_middle {
    display: flex;
    flex-direction: column;
}

body .wrapper header .gr_2 .header_middle .tell_header_middle .bold {
    color: #000;
    font-size: 22px;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: 0.22px;
}

body .wrapper header .gr_2 .header_middle .tell_header_middle span {
    color: #595959;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.16px;
}

body .wrapper header .gr_2 .header_middle .search {
    width: 360px;
    max-height: 36px;
    border: 1px solid #c9c9c9;
    background-color: #fff;
    border-radius: 55px;
    overflow: hidden;
    position: relative;
}

body .wrapper header .gr_2 .header_middle .search input {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
    border: none;
    outline: 0;
    padding: 11px 23px;
    position: relative;
    top: -5px;
}

body .wrapper header .gr_2 .header_middle .search button {
    width: 20%;
    display: flex;
    height: 37px;
    background-color: #2049d4;
    position: absolute;
    right: -34px;
    transition: 0.5s;
    top: 0;
    border-radius: 32px;
    padding: 0 11px;
    margin-top: -1px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.23px;
}

body .wrapper header .gr_2 .header_middle .search button img {
    margin-right: 10px;
    margin-bottom: 2px;
}

body .wrapper header .gr_2 .header_middle .search button:hover {
    width: 30%;
    right: 0;
}

body .wrapper header .gr_2 .header_middle .buy a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

body .wrapper header .gr_2 .header_middle .buy a .col {
    position: relative;
    margin-right: 12px;
}

body .wrapper header .gr_3 .header_bottom a .col span {
    position: absolute;
    color: #0329a8 !important;
    right: -6px;
    font-size: 11px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.11px;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    padding-bottom: 0;
    display: inline-block;
    top: -4px;
}

body .wrapper header .gr_2 .header_middle .buy a .columb {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    color: #c9c9c9;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.14px;
}

body .wrapper header .gr_2 .header_middle .buy a .columb .bold {
    color: #010101;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 0.14px;
}

body .wrapper header .gr_3 {
    max-height: 64px;
    background-color: #0329a8;
    padding: 20px;
}

body .wrapper header .gr_3 .header_bottom {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    max-width: 1180px;
    align-items: center;
    margin: auto;
}

body .wrapper header .gr_3 .header_bottom .menu-button {
    display: none;
    position: relative;
    z-index: 9;
    cursor: pointer;
    width: 49px;
    height: 49px;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.4s;
    margin-top: -300px;
    margin-top: 0;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -ms-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    top: -10px;
}

body .wrapper header .gr_3 .header_bottom .menu-button span {
    position: absolute;
    top: 21px;
    left: 8px;
    right: 8px;
    height: 1px;
    background: #eee;
    -webkit-transition: background 0s 0.3s;
    -moz-transition: background 0s 0.3s;
    -ms-transition: background 0s 0.3s;
    -o-transition: background 0s 0.3s;
    transition: background 0s 0.3s;
}

body .wrapper header .gr_3 .header_bottom .menu-button span::after,
body .wrapper header .gr_3 .header_bottom .menu-button span::before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #eee;
    content: "";
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
}

body .wrapper header .gr_3 .header_bottom .menu-button span::before {
    top: -7px;
    -webkit-transition-property:
        top,
        -webkit-transform;
    transition-property: top, transform;
}

body .wrapper header .gr_3 .header_bottom .menu-button span::after {
    bottom: -7px;
    -webkit-transition-property:
        bottom,
        -webkit-transform;
    transition-property: bottom, transform;
}

body .wrapper header .gr_3 .header_bottom .menu-button.is-active span {
    background: 0 0;
}

body .wrapper header .gr_3 .header_bottom .menu-button.is-active span::before {
    top: 0;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

body .wrapper header .gr_3 .header_bottom .menu-button.is-active span::after {
    bottom: 0;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

body .wrapper header .gr_3 .header_bottom .menu-button.is-active span::after,
body .wrapper header .gr_3 .header_bottom .menu-button.is-active span::before {
    -webkit-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
}

body .wrapper header .gr_3 .header_bottom ul {
    display: flex;
    justify-content: space-between;
}

body .wrapper header .gr_3 .header_bottom ul li {
    margin: 0 12px;
}

body .wrapper header .gr_3 .header_bottom ul li:first-child {
    margin-left: 0;
}

/*body .wrapper header .gr_3 .header_bottom ul li:nth-child(8n){margin-right:0}*/
body .wrapper header .gr_3 .header_bottom ul a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    transition: 0.4s;
}

body .wrapper header .gr_3 .header_bottom ul a:hover {
    color: #fce000;
}

body .wrapper header .gr_3 .header_bottom a.red {
    margin-top: -24px;
    padding: 11px 9px 9px 9px;
    border-radius: 4px;
    background-color: #d10b0f;
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    transition: 0.5s;
}

body .wrapper header .gr_3 .header_bottom a.red:hover {
    background-color: rgba(209, 11, 15, 0.86);
}

body .wrapper .banner.full {
    height: 380px;
    margin-top: -2px;
    overflow: hidden;
    position: relative;
    background: #032a5d;
    background: -moz-linear-gradient(
        top,
        #032a5d 0,
        #0b2e5b 0,
        #2989d8 0,
        #032a5d 0,
        #032a5d 0,
        #002f7c 0,
        #032a5d 0,
        #032a5d 0,
        #032a5d 0,
        #001a3f 0,
        #001b45 100%
    );
    background: -webkit-linear-gradient(
        top,
        #032a5d 0,
        #0b2e5b 0,
        #2989d8 0,
        #032a5d 0,
        #032a5d 0,
        #002f7c 0,
        #032a5d 0,
        #032a5d 0,
        #032a5d 0,
        #001a3f 0,
        #001b45 100%
    );
    background: linear-gradient(
        to bottom,
        #032a5d 0,
        #0b2e5b 0,
        #2989d8 0,
        #032a5d 0,
        #032a5d 0,
        #002f7c 0,
        #032a5d 0,
        #032a5d 0,
        #032a5d 0,
        #001a3f 0,
        #001b45 100%
    );
}

body .wrapper .banner.full .centere {
    max-width: 1180px;
    margin: auto;
    overflow: hidden;
    max-height: 380px;
    display: flex;
}

body .wrapper .banner.full .centere .right {
    position: absolute;
    right: 0;
    top: 0;
}

body .wrapper .banner.full .centere .left {
    padding: 74px 0;
    margin-top: -35px;
    color: #fcfcfc;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    width: 61%;
    margin-bottom: -35px;
    top: 2px;
    z-index: 2;
    background: #032a5d;
    background: -moz-linear-gradient(
        top,
        #032a5d 0,
        #0b2e5b 0,
        #2989d8 0,
        #032a5d 0,
        #032a5d 0,
        #002f7c 0,
        #032a5d 0,
        #032a5d 0,
        #032a5d 0,
        #001a3f 0,
        #001b45 100%
    );
    background: -webkit-linear-gradient(
        top,
        #032a5d 0,
        #0b2e5b 0,
        #2989d8 0,
        #032a5d 0,
        #032a5d 0,
        #002f7c 0,
        #032a5d 0,
        #032a5d 0,
        #032a5d 0,
        #001a3f 0,
        #001b45 100%
    );
    background: linear-gradient(
        to bottom,
        #032a5d 0,
        #0b2e5b 0,
        #2989d8 0,
        #032a5d 0,
        #032a5d 0,
        #002f7c 0,
        #032a5d 0,
        #032a5d 0,
        #032a5d 0,
        #001a3f 0,
        #001b45 100%
    );
    border: 10px solid #fbe01a;
    border-radius: 0 294px 295px 0;
    border-left: none;
}

body .wrapper .banner.full .centere .left h1 {
    color: #ffe301;
    font-size: 40px;
    margin-bottom: 13px;
    font-weight: 600;
}

body .wrapper .banner.full .centere .left h2 {
    font-weight: 500;
    color: #fcfcfc;
    font-size: 19px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

body .wrapper .banner.full .centere .left .a_block {
    margin-top: 44px;
}

body .wrapper .banner.full .centere .left .a_block a.yellow {
    cursor: pointer;
    margin-top: -4px;
    padding: 11px 9px 9px 9px;
    border-radius: 7px;
    background-color: #fce000;
    color: #000;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    transition: 0.5s;
    text-transform: uppercase;
}

body .wrapper .banner.full .centere .left .a_block a.yellow:hover {
    background-color: rgba(252, 224, 0, 0.65);
}

body .wrapper .container {
    max-width: 1180px;
    margin: auto;
    padding: 40px 0;
}

body .wrapper .container .section_1 {
    margin-bottom: 30px;
}

body .wrapper .container .section_1 .flex_box .item_abs {
    position: relative;
    max-width: 368px;
    height: 206px;
    overflow: hidden;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.42);
}

body .wrapper .container .section_1 .flex_box .item_abs:nth-child(3n) .title {
    margin-left: -15px;
}

body .wrapper .container .section_1 .flex_box .item_abs .img_block {
    position: relative;
}

body .wrapper .container .section_1 .flex_box .item_abs .img_block:after {
    transition: 0.4s;
    content: "";
    position: absolute;
    z-index: 1;
    background-color: rgba(252, 224, 0, 0.69);
    left: 0;
    right: 0;
    top: 0;
    bottom: 100%;
}

body .wrapper .container .section_1 .flex_box .item_abs .img_block img {
    width: 100%;
}

body .wrapper .container .section_1 .flex_box .item_abs .text_block {
    clip-path: inherit;
    left: inherit;
    text-align: left;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
    background-color: #fce000;
    position: absolute;
    right: -32px;
    top: -50px;
    bottom: -30px;
    width: 212px;
    color: #0e0e0e;
    z-index: 3;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 90px;
    transform: rotate(-20deg);
    padding-left: 22px;
    padding-right: 30px;
}

body .wrapper .container .section_1 .flex_box .item_abs .text_block > * {
    transform: rotate(20deg);
    position: relative;
    z-index: 3;
}

body .wrapper .container .section_1 .flex_box .item_abs .text_block:after {
    transition: 0.4s;
    content: "";
    position: absolute;
    z-index: 1;
    background-color: #001b44;
    left: 0;
    right: 0;
    top: 100%;
    bottom: 0;
}

body .wrapper .container .section_1 .flex_box .item_abs .text_block .title {
    color: #0e0e0e;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 22px;
    padding-bottom: 5px;
    text-align: right;
}

body .wrapper .container .section_1 .flex_box .item_abs .text_block span {
    line-height: 30px;
    font-size: 16px;
    display: block;
}

body .wrapper .container .section_1 .flex_box .item_abs .text_block a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    border: 2px solid #000;
    padding: 9px 16px 6px 16px;
    margin-left: -6px;
    margin-top: 27px;
    display: inline-block;
    transition: 0.6s;
    background: #fce000;
}

body .wrapper .container .section_1 .flex_box .item_abs .text_block a:hover {
    color: #001b44;
    background: #fce000;
}

body .wrapper .container .section_1 .flex_box .item_abs:hover .img_block {
    filter: grayscale(50%) blur(2px);
    -webkit-filter: grayscale(50%) blur(2px);
}

body .wrapper .container .section_1 .flex_box .item_abs:hover .img_block:after {
    content: "";
    position: absolute;
    z-index: 1;
    background-color: rgba(252, 224, 0, 0.69);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

body
    .wrapper
    .container
    .section_1
    .flex_box
    .item_abs:hover
    .text_block:after {
    top: 0;
}

body
    .wrapper
    .container
    .section_1
    .flex_box
    .item_abs:hover
    .text_block
    .title {
    color: #fce000;
}

body .wrapper .container .section_1 .flex_box .item_abs:hover .text_block span {
    color: #fce000;
}

body .wrapper .container .section_1 .flex_box .item_abs:hover .text_block a {
    border: 2px solid #fce000;
    background: #001b44;
    color: #fce000;
}

body
    .wrapper
    .container
    .section_1
    .flex_box
    .item_abs:hover
    .text_block
    a:hover {
    color: #001b44;
    background: #fce000;
}

body .wrapper .container .section_2 {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
    border: 1px solid #c9c9c9;
    background-color: #fff;
    margin: auto;
    padding: 29px 35px;
    border-radius: 5px;
    color: #000;
    letter-spacing: 0.23px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 22px;
}

body .wrapper .container .section_2 h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 29px;
    margin-bottom: 25px;
    text-align: center;
}

body .wrapper .container .section_2 p {
    display: inline-block;
    margin-bottom: 30px;
}

body .wrapper .container .section_2 .flex_box .flex_item {
    text-align: center;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    max-width: 192px;
}

body .wrapper .container .section_2 .flex_box .flex_item .blue_img {
    width: 74px;
    height: 74px;
    background-color: #062eb6;
    border-radius: 8px;
    margin: auto;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

body .wrapper .container .section_2 .flex_box .flex_item .blue_img img {
    padding-top: 12px;
}

body .wrapper .section_3 {
    margin-bottom: 60px;
    overflow: hidden;
}

body .wrapper .section_3 .left {
    width: 67%;
    float: left;
}

body .wrapper .section_3 .left img {
    width: auto !important;
}

body .wrapper .section_3 .right {
    width: 33%;
    float: left;
}

body .wrapper .section_3 .right .blues .topch {
    background-color: #062eb6;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    padding: 8px 44px;
    text-align: center;
    line-height: 25px;
    margin-top: 7px;
}

body .wrapper .section_3 .right .blues a {
    background-color: #fce000;
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #000;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    padding: 6px 0 8px 0;
    transition: 0.5s;
}

body .wrapper .section_3 .right .blues a:hover {
    background-color: #000;
    color: #fce000;
}

body .wrapper .section_3 .right .blues a span {
    position: relative;
    top: 3px;
}

body .wrapper .section_3 .right .blues a img {
    margin: 0 17px 0 30px;
}

body .wrapper .section_3 .right > a img {
    width: 100%;
}

body .wrapper .section_4 .owl-carousel .owl-nav,
body .wrapper .section_5 .owl-carousel .owl-nav {
    display: flex !important;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -12px;
    font-size: 0;
}

.play {
    max-width: 100% !important;
    height: auto;
    width: auto !important;
}

body .wrapper .section_4 .owl-carousel .owl-nav .owl-prev,
body .wrapper .section_5 .owl-carousel .owl-nav .owl-prev {
    left: -44px;
    position: absolute;
    background: url(../img/prev.png);
}

body .wrapper .section_4 .owl-carousel .owl-nav .owl-next,
body .wrapper .section_5 .owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: -44px;
    background: url(../img/next.png);
}

body .wrapper .section_5 .owl-carousel .owl-nav .owl-next {
    right: -15px;
}

body .wrapper .section_5 .owl-carousel .owl-nav .owl-prev {
    left: -15px;
}

body .wrapper .section_4 .owl-carousel .owl-nav > div,
body .wrapper .section_5 .owl-carousel .owl-nav > div {
    width: 19px;
    height: 34px;
}

body .wrapper .section_4 .flex_box,
body .wrapper .section_4 .slider_23 {
    margin-top: 35px;
    margin-bottom: 60px;
    position: relative;
}

body .wrapper .section_4 .flex_box .item,
body .wrapper .section_4 .slider_23 .item {
    border: 1px solid #c9c9c9;
    background-color: #fff;
    border-radius: 12px;
    padding: 40px 30px;
    position: relative;
}

body .wrapper .section_4 .flex_box .item .absolute,
body .wrapper .section_4 .slider_23 .item .absolute {
    position: absolute;
    right: 0;
    top: 13px;
    padding: 6px 6px 4px 9px;
    background-color: #42a121;
    border-radius: 7px 0 0 7px;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
}

body .wrapper .section_4 .flex_box .item .absolute.red,
body .wrapper .section_4 .slider_23 .item .absolute.red {
    background-color: #da3515;
}

body .wrapper .section_4 .flex_box .item .title_cur,
body .wrapper .section_4 .slider_23 .item .title_cur {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-top: 17px;
    margin-bottom: 8px;
}

body .wrapper .section_4 .flex_box .item span,
body .wrapper .section_4 .slider_23 .item span {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    display: block;
}

body .wrapper .section_4 .slider_23 .item .cena span {
    font-size: 20px;
    font-weight: 600;
    line-height: inherit;
    padding-top: 7px;
    padding-right: 22px;
}

body .wrapper .section_4 .flex_box .item .cena span {
    font-size: 20px;
    font-weight: 600;
    line-height: inherit;
    padding-top: 9px;
    padding-right: 22px;
}

body .wrapper .section_4 .flex_box .item .cena img,
body .wrapper .section_4 .slider_23 .item .cena img {
    width: inherit;
}

body .wrapper .section_4 .flex_box .item .cena,
body .wrapper .section_4 .slider_23 .item .cena {
    border: 2px solid #062eb6;
    background-color: #fff;
    border-radius: 55px;
    overflow: hidden;
    position: relative;
    width: 166px;
    height: 39px;
    margin: 6px auto;
}

body .wrapper .section_4 .flex_box .item .cena a,
body .wrapper .section_4 .slider_23 .item .cena a {
    width: 46%;
    display: flex;
    height: 37px;
    background-color: #2049d4;
    position: absolute;
    right: -34px;
    transition: 0.5s;
    top: 0;
    border-radius: 32px;
    padding: 0 11px;
    margin-top: -1px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 33.54px;
    letter-spacing: 0.14px;
    letter-spacing: 1.23px;
}

body .wrapper .section_4 .flex_box .item .cena a span,
body .wrapper .section_4 .slider_23 .item .cena a span {
    padding-top: 5px;
    font-weight: 300;
    text-transform: uppercase;
    padding-left: 3px;
}

body .wrapper .section_4 .flex_box .item .cena a img,
body .wrapper .section_4 .slider_23 .item .cena a img {
    margin-right: 10px;
    margin-bottom: 2px;
    max-width: 20px;
    margin-left: 1px;
    max-height: 20px;
    margin-top: 9px;
}

body .wrapper .section_4 .flex_box .item .cena a:hover,
body .wrapper .section_4 .slider_23 .item .cena a:hover {
    width: 100%;
    right: 0;
}

body .wrapper .section_4 .flex_box .item_search {
    width: 24%;
    margin-bottom: 2%;
}

body .wrapper .section_4 .flex_box {
    flex-wrap: wrap;
}

body .wrapper h3 {
    color: #000;
    font-size: 28px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
}

body .wrapper .flex_box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

body .wrapper .section_5 {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
    border: 1px solid #c9c9c9;
    background-color: #fff;
    padding: 35px;
    overflow: hidden;
}

body .wrapper .section_5 h3 {
    margin-bottom: 25px;
}

body .wrapper .section_5 .video_item {
    max-width: 315px;
    margin: auto;
}

.video .video_item {
    width: 33.333333%;
    float: left;
    max-width: 100% !important;
    margin-bottom: 20px !important;
}

body .wrapper .section_5 .video_item img.prev {
    width: 100%;
    transition: 0.5s;
}

body .wrapper .section_5 .video_item img.prev:hover {
    transform: scale(1.2);
}

body .wrapper .section_5 .video_item a {
    position: relative;
    max-height: 187px;
    overflow: hidden;
    text-align: center;
    display: inline-block;
    margin-bottom: 12px;
    overflow: hidden;
}

body .wrapper .section_5 .video_item a img.play {
    position: absolute;
    top: 50%;
    margin-top: -44px;
    left: 50%;
    margin-left: -44px;
}

body .wrapper .section_5 .video_item .title_video {
    font-size: 18px;
    font-weight: 600;
    height: 50px;
}

body .wrapper .section_5 .video_item .date {
    color: #c6c6c6;
    margin-top: 12px;
    font-size: 14px;
    font-weight: 400;
}

body .wrapper .opacity {
    box-shadow: inset 0 3px 4px rgba(0, 0, 0, 0.5);
    background-color: #fff;
    overflow: hidden;
    width: 100%;
}

body .wrapper .opacity .section_6 .title_6 {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

body .wrapper a.yellow {
    cursor: pointer;
    padding: 14px 24px 10px 24px;
    border-radius: 7px;
    background-color: #fce000;
    color: #000;
    text-align: center;
    font-size: 18px;
    line-height: 19px;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.7s;
}

body .wrapper a.yellow:hover {
    background-color: #000;
    color: #fce000;
}

.ul-div {
    display: flex;
}

.ul-div ul {
    width: 100%;
}

.ul-div ul li {
    float: left;
    width: 33.333%;
}

.ul-div ul li a {
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    color: #000;
    position: relative;
    left: 20px;
    transition: 0.3s;
}

.ul-div ul li a:after {
    position: absolute;
    content: "";
    width: 9px;
    height: 15px;
    background: url(../img/pol.png);
    left: -20px;
    top: 1px;
    transition: 0.5s;
}

.ul-div ul li a:hover {
    color: #fce000;
}

.ul-div ul li a:hover:after {
    left: -16px;
}

body .wrapper footer {
    background-color: #202020;
    padding: 20px 0;
    color: #fff;
}

body .wrapper footer .flex_box > div {
    width: 28%;
}

body .wrapper footer a {
    color: #fff;
    transition: 0.3s;
}

body .wrapper footer a:hover {
    color: #fce000;
}

body .wrapper footer .about {
    font-size: 14px;
    font-weight: 400;
}

body .wrapper footer .about p {
    display: block;
    margin-top: 20px;
    line-height: 15px;
}

body .wrapper footer .title_foot {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin: 18px 0 25px 0;
    text-transform: uppercase;
}

body .wrapper footer .contact_info a {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    display: block;
    transition: 0.3s;
}

body .wrapper footer .contact_info a:hover {
    color: #fce000;
}

body .wrapper footer .contact_info a img {
    margin-right: 6px;
    width: 15px;
    vertical-align: middle;
}

body .wrapper footer .services a {
    display: block;
    line-height: 23px;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    transition: 0.3s;
}

body .wrapper footer .services a:hover {
    color: #fce000;
}

body .wrapper footer .services a img {
    margin-right: 12px;
    display: inline-block;
}

body .popup {
    display: block;
    margin: auto;
    background-color: #ffda11;
    border-radius: 9px;
    overflow: hidden;
    max-width: 900px;
    width: 100%;
    z-index: 2322213;
    padding-top: 9px;
}

body .popup input {
    outline: 0;
}

body .popup .top_popup {
    display: flex;
    align-items: center;
    padding-left: 35px;
}

body .popup .top_popup .title_popup {
    font-size: 20px;
    font-weight: 600;
    margin-right: 23px;
    line-height: 30.45px;
    text-transform: uppercase;
}

body .popup .top_popup .tabs {
    display: flex;
}

body .popup .top_popup .tabs > a {
    font-weight: 400;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    color: #000;
    margin-top: 2px;
    padding: 13px 8px 5px 6px;
    background-color: #ffda11;
    cursor: pointer;
    border-radius: 8px 8px 0 0;
    margin-right: 8px;
}

body .popup .top_popup .tabs > a img {
    vertical-align: sub;
    margin-right: 5px;
}

body .popup .top_popup .tabs .active {
    background-color: #fff;
}

body .popup .middle_popup {
    display: flex;
    padding: 15px 18px 15px 35px;
    background: #fff;
    font-size: 17px;
    position: relative;
    font-weight: 400;
    line-height: 24px;
    align-items: flex-end;
}

body .popup .middle_popup input,
body .popup .middle_popup select {
    border: 1px solid #c9c9c9;
    background-color: #fff;
    width: 171px;
    height: 35px;
    outline: 0;
    padding: 0 7px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Montserrat", "OpenSans";
}

body .popup .middle_popup .input_min {
    text-align: center;
}

body .popup .middle_popup .input_min span {
    display: inline-block;
    text-align: left;
    width: 100%;
    padding-left: 26px;
}

body .popup .middle_popup .input_min input,
body .popup .middle_popup .input_min select {
    width: 103px;
    height: 35px;
}

body .popup .none {
    display: none;
}

body .popup .bottom_popup {
    background-color: #fff;
    padding: 0 8px 8px 5px;
}

body .popup .bottom_popup button.clear_popup {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-right: 26px;
    background: 0 0;
    color: #000;
}

body .popup .bottom_popup a.yellow {
    cursor: pointer;
    padding: 10px 5px 8px 10px;
    position: relative;
    cursor: pointer;
    top: 4px;
    border-radius: 0;
    background-color: #fce000;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.5s;
}

body .popup .bottom_popup a.yellow:hover {
    background-color: rgba(252, 224, 0, 0.65);
}

.contact_block {
    min-height: 100vh;
    background: url(../img/fon_contact.jpg) no-repeat center/cover;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 15px;
}

.contact_block .block__links strong,
.contact_block h1,
.contact_block h2,
.contact_block h3,
.contact_block h4,
.contact_block h5,
.contact_block h6 {
    color: #fff;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    text-align: left;
    color: #fff !important;
}

.contact_block h1 {
    font-size: 48px;
    padding-top: 30px;
}

.contact_block h2 {
    font-size: 31px;
    font-weight: 500;
}

.contact_block .block__form input[type="submit"] {
    font-size: 15px;
    transition: all 0.3s ease;
}

.contact_block .block__form input[type="submit"] {
    background: 0 0;
    display: inline-block;
    font-size: 15;
    font-weight: 700;
    margin-bottom: 0;
    cursor: pointer;
    padding: 0.5em 1em;
    text-transform: uppercase;
    width: auto;
}

.contact_block .block__form input[type="submit"]:hover {
    background: #fff;
    border: 1px solid #2049d4;
    color: #2049d4;
}

.contact_block input[type="submit"] {
    background: #06636c;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.block__form {
    background: rgba(32, 73, 212, 0.9);
    border: 2px solid #d0d1d2;
    color: #fff;
    margin: 4em auto 3em auto;
    padding: 4% 3%;
    width: 90%;
    text-align: left;
    position: relative;
    z-index: 1;
    display: flex;
}

.block__form .left,
.block__form .right {
    width: 50%;
}

.block__form .left {
    padding-right: 5%;
}

.block__form h3 {
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: left !important;
}

.block__form strong {
    display: block;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.block__form strong:after {
    background: #fff;
    content: "";
    display: block;
    width: 21px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    margin-top: 0;
}

.block__form li,
.block__form p {
    line-height: 18px;
    font-size: 14px;
}

.block__form li {
    display: block;
    font-weight: 400;
    float: right;
    width: 50%;
    padding: 15px 0;
}

.block__form li:nth-child(3n) {
    float: left;
}

.stron {
    margin-bottom: 15px;
}

select .disabled {
    display: none;
}

.image_product {
    max-width: 100%;
    height: auto;
}

.block__form li strong {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}

.block__form .social a {
    color: #e7f3f3;
    padding-right: 10px;
    text-decoration: none;
}

.block__form .social a:hover {
    color: #fff;
}

.block__form input,
.block__form textarea {
    background: 0 0;
    border: 1px solid #fff;
    outline: 0;
    display: block;
    padding: 1em;
    margin-bottom: 9px;
    width: 100%;
}

.block__form textarea {
    height: 180px;
}

.block__form ::-webkit-input-placeholder {
    color: #fff;
    font-size: 14px;
}

.block__form ::-moz-placeholder {
    color: #fff;
    font-size: 14px;
}

.block__form :-moz-placeholder {
    color: #fff;
    font-size: 14px;
}

.block__form :-ms-input-placeholder {
    color: #fff;
    font-size: 14px;
}

.block__form input[type="submit"] {
    background: 0 0;
    display: inline-block;
    font-size: 15;
    font-weight: 700;
    margin-bottom: 0;
    padding: 0 1em;
    text-transform: uppercase;
    width: auto;
}

.home_banner_search .popup {
    max-width: 100%;
}

.home_banner_search .popup h2 {
    margin: 9px 0;
}

.home_banner_search .main-tabs-content-wrap {
    padding: 0 20px 20px;
}

.home_banner_search .main-tabs-content-wrap ul {
    text-align: left;
    column-count: 6;
    list-style: none;
    width: 100%;
}

@media (max-width: 768px) {
    .home_banner_search .main-tabs-content-wrap ul {
        column-count: 2;
    }
}

.home_banner_search .main-tabs-content-wrap ul li a {
    font-size: 16px;
    font-weight: 500;
}

body .popup .middle_popup input,
body .popup.search_2 .middle_popup select {
    width: 137px;
}

body .popup.search_2 .middle_popup .mini span {
    display: block;
}

body .popup.search_2 .middle_popup .mini div {
    display: flex;
    align-items: center;
}

body .popup.search_2 .middle_popup {
    justify-content: space-between;
    padding-bottom: 0;
    position: relative;
    top: 0;
}

body .popup.search_2 .middle_popup:nth-child(3n) {
    padding-bottom: 15px;
}

body .popup.search_2 .middle_popup label span {
    display: block;
    margin-bottom: 3px;
}

body .popup .middle_popup .mini input,
body .popup.search_2 .middle_popup .mini select {
    width: 70px;
    margin-left: 5px;
    margin-right: 3px;
}

select option {
    position: relative;
    display: block;
    padding: 10px 6px;
    clear: both;
    color: #363e4a;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

select option:hover {
    background: #e7e9eb;
}

.cart_block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}

.cart_block .block_1 {
    width: 30%;
    background: #fff;
    overflow: hidden;
    padding: 15px 19px;
    max-height: 400px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart_block .block_1 .pl_icon {
    position: absolute;
    top: 13px;
    left: 13px;
}

.cart_block .block_1 .luppa {
    right: 19px;
    bottom: 15px;
    position: absolute;
}

.cart_block .block_1 .akk {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart_block .block_2 {
    width: 68%;
}

.cart_block .block_2 .title_cart {
    font-size: 28px;
    font-weight: 400;
    margin-top: 9px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 13px;
}

.cart_block .block_2 span {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    font-weight: 500;
    color: #000;
    letter-spacing: 0.32px;
}

.cart_block .block_2 a {
    color: #4867d1;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    bottom: -1px;
    margin-left: 15px;
    font-weight: 400;
    vertical-align: bottom;
    letter-spacing: 0.32px;
}

.cart_block .block_2 .rayt {
    padding: 0 45px 0 17px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    bottom: 2px;
}

.cart_block .block_2 .blue_ {
    color: #2049d4;
    font-weight: 500;
    letter-spacing: 0.32px;
    padding-left: 12px;
    display: inline-block;
    margin-top: 3px;
}

.cart_block .block_2 p {
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    margin: 25px 0;
    line-height: 24px;
    letter-spacing: 0.32px;
}

.cart_block .block_2 .bottom_cart_block_2 {
    align-items: center;
    padding: 20px 0 35px 0;
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
}

.cart_block .block_2 .bottom_cart_block_2 i {
    font-size: 20px;
}

.cart_block .block_2 .bottom_cart_block_2 .block_cart1 span {
    display: block;
    color: #0329a8;
    font-size: 36px;
    line-height: 35px;
    font-weight: 600;
    margin-top: 6px;
}

.cart_block .block_2 .bottom_cart_block_2 .block_cart3 {
    font-size: 19px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: -1px;
}

.cart_block .block_2 .bottom_cart_block_2 .block_cart3 input {
    width: 79px;
    height: 40px;
    border: 1px solid #cfcfcf;
    background-color: #fff;
    outline: 0;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    margin-left: 3px;
    padding: 0 8px;
}

.cart_block .block_2 .bottom_cart_block_2 .block_cart4 a {
    border: 1px solid #062eb6;
    background-color: #062eb6;
    border-radius: 30px;
    padding: 15px 30px 9px 30px;
    color: #fff;
    font-size: 19px;
    font-weight: 400;
    letter-spacing: 0.14px;
    text-transform: uppercase;
}

.cart_block .block_2 .bottom_cart_block_2 .block_cart4 a img {
    display: inline-block;
    margin: 0 15px 0 -9px;
    transition: 0.4s;
    position: relative;
    left: 0;
}

.cart_block .block_2 .bottom_cart_block_2 .block_cart4 a:hover img {
    left: 6px;
}

.tab_har .tabw {
    display: flex;
    justify-content: flex-start;
}

.tab_har .tabw > div {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #9d9d9d;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    cursor: pointer;
    margin-right: 35px;
}

.tab_har .tabw .active {
    color: #000;
}

.tab_har .tabg {
    display: none;
}

.tab_har .tabg p {
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    margin: 15px 0;
    line-height: 24px;
    letter-spacing: 0.32px;
}

.tab_har .tabg .item_otz {
    display: flex;
    margin: 20px 0;
}

.tab_har .tabg .item_otz .img_otz {
    margin-right: 20px;
    max-width: 100px;
    max-height: 100px;
}

.tab_har .tabg .item_otz .title_otz {
    font-size: 19px;
    font-weight: 600;
}

.tab_har .tabg.active {
    display: block;
}

.tab_har table {
    min-width: 700px;
    margin-top: 15px;
}

.tab_har table caption {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    background-color: rgba(67, 97, 198, 0.35);
    border: 1px solid #e5e5e5;
    padding: 14px 11px 9px 20px;
    text-align: left;
    font-weight: 500;
    letter-spacing: 0.28px;
    text-transform: uppercase;
}

.tab_har table td {
    font-size: 14px;
    border: 1px solid #e5e5e5;
    background: #fff;
    font-weight: 400;
    letter-spacing: 0.28px;
    padding: 7px 11px 7px 20px;
}

.oblo {
    padding-bottom: 35px;
}

.block_cart3 {
    position: relative;
}

.block_cart3:after,
.block_cart3:before {
    position: absolute;
    right: 9px;
    width: 16px;
    height: 15px;
    font-size: 9px;
    pointer-events: none;
    background: #fff;
}

.block_cart3:after {
    color: #000;
    content: "\25B2";
    margin-top: 4px;
}

.block_cart3:before {
    color: #000;
    content: "\25BC";
    margin-bottom: 5px;
    bottom: 4px;
}

.item.item_search a {
    color: #000;
}

.item.item_search a:hover {
    color: #0037b5;
}

.image_product {
    height: auto;
    height: 150px;
    display: block;
    margin: 0 auto;
}

body .wrapper .section_4 .flex_box .item .title_cur {
    height: 100px;
    overflow: hidden;
}

body .wrapper .section_4 .flex_box .item_search {
    margin: 5px;
}

body .wrapper .section_4 .flex_box {
    justify-content: flex-start;
    width: 100%;
}

body .wrapper .section_4 .flex_box .item .cena span {
    padding-top: 5px;
}

.cena button.custom_btn {
    position: absolute;
    top: 0;
    left: 76%;
    right: -10px;
    bottom: 0;
    font-weight: 100;
    font-size: 20px;
    width: 100%;
    text-transform: uppercase;
    padding-top: 5px;
    padding-left: 20px;
    background:
        url(../img/cart.png) 10px center no-repeat,
        #0037b5;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50px;
}

.cena button.custom_btn:hover {
    left: 0;
}

.cart_block .block_2 .bottom_cart_block_2 {
    justify-content: space-between;
}

.block_cart4 button.custom_btn {
    font-weight: 100;
    font-size: 20px;
    width: 100%;
    text-transform: uppercase;
    padding: 10px 15px 5px 50px;
    background:
        url(../img/cart.png) 15px center no-repeat,
        #0037b5;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50px;
}

.block_cart4 button.custom_btn:hover {
    background-position-x: 20px;
}

.price_change {
    text-align: center;
    color: #07a02a;
    font-weight: 600;
    font-size: 14px;
    margin-top: 10px;
    display: block;
}

button.shk_count_button {
    background: #0031a7;
    position: relative;
    z-index: 1;
    padding-top: 1px;
}

div#shk_prodCount input[type="text"] {
    padding: 5px 21px 2px 21px;
    margin: 0 -5px;
    border: 1px solid #0039a6;
    outline: 0;
    box-shadow: none;
    border-left: 0;
    border-right: 0;
}

div#shk_prodHelper {
    background: #fff;
}

div#shk_prodHelper button#shk_confirmButton {
    background: #42a121;
}

div#shk_prodHelper button#shk_cancelButton {
    background: #ff6c00;
}

.shop-cart table {
    background: #fff;
    border-radius: 5px;
    margin: 15px 0;
    overflow: hidden;
}

.shop-cart table td {
    padding: 10px;
    vertical-align: middle;
}

.shop-cart table tr:nth-child(odd) {
    background: rgba(237, 241, 251, 0.41);
}

.shop-cart table td:nth-child(2) a {
    color: #333;
}

.shop-cart table td:nth-child(2) a:hover {
    color: #0031a7;
}

input.shk-count {
    outline: 0;
    margin: 0 -5px;
    background: #fff;
    padding: 2px;
    border: 1px solid #edf1fb;
}

a.shk-del img {
    display: none;
}

a.shk-del {
    background: url(../img/close_red.png) center no-repeat;
    width: 22px;
    height: 22px;
    display: inline-block;
    background-size: 22px;
    margin-bottom: -8px;
}

form#shopOrderForm input[type="text"],
form#shopOrderForm select,
form#shopOrderForm textarea {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition:
        border-color ease-in-out 0.15s,
        -webkit-box-shadow ease-in-out 0.15s;
    -o-transition:
        border-color ease-in-out 0.15s,
        box-shadow ease-in-out 0.15s;
    transition:
        border-color ease-in-out 0.15s,
        box-shadow ease-in-out 0.15s;
    resize: vertical;
    width: 100% !important;
}

form#shopOrderForm textarea {
    min-height: 150px;
}

form#shopOrderForm input[type="text"]:focus,
form#shopOrderForm select:focus,
form#shopOrderForm textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow:
        inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow:
        inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(102, 175, 233, 0.6);
}

form#shopOrderForm table td {
    padding: 5px;
}

form#shopOrderForm table {
    width: 100%;
}

form#shopOrderForm table td:first-child {
    font-weight: 600;
    width: 20%;
}

form#shopOrderForm {
    width: 100%;
    margin: 0 auto;
}

form#mse2_filters button.btn.btn-default.yellow,
form#shopOrderForm input.button {
    color: #fff;
    padding: 5px 15px;
    background-color: #449d44;
    border: 1px solid #398439;
    border-radius: 5px;
}

form#mse2_filters button.btn.btn-default.yellow:hover,
form#shopOrderForm input.button:hover {
    background: #449d44;
}

form#shopOrderForm input.button:hover {
    background: #23ab53;
}

a#shk_butOrder {
    font-size: 20px;
    color: #333;
    font-weight: 500;
    text-align: center;
    display: block;
    margin-top: 25px;
}

.shop-cart table thead tr {
    background: #0031a7 !important;
}

.shop-cart table thead tr th[class] {
    padding: 12px;
    color: #fff;
    text-align: center;
}

form#mse2_filters fieldset {
    margin-bottom: 30px;
    width: 50%;
    float: left;
    padding: 0 20px;
}

form#mse2_filters .col-md-6 input {
    width: 80px;
}

form#mse2_filters .col-md-6:last-child {
    text-align: right;
}

form#mse2_filters {
    width: 98%;
}

.ui-widget-header {
    background: rgba(0, 82, 211, 0.68) !important;
}

.ui-state-default {
    background: #0031a7 !important;
    border: none !important;
    border-radius: 50px !important;
    cursor: pointer !important;
    margin-top: -2px !important;
    width: 20px !important;
    height: 20px !important;
    margin-left: 0 !important;
}

.ui-widget.ui-widget-content {
    border: none !important;
    background: rgba(204, 204, 204, 0.48) !important;
    margin-top: 6px !important;
}

.ui-state-default:last-child {
    margin-left: -19px !important;
}

form#mse2_filters span {
    margin-bottom: 20px;
    width: 50%;
    float: left;
    padding: 0 10px;
}

form#mse2_filters span span {
    display: inline-block;
    margin-top: 5px;
    font-weight: 500;
}

form#mse2_filters span select {
    float: right;
}

form#mse2_filters span label {
    display: block;
}

form#mse2_filters span:after {
    content: "";
    clear: both;
    display: block;
}

form#mse2_filters .col-md-6 {
    padding: 0;
    margin-top: 5px;
}

h4.filter_title {
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
}

form#mse2_filters .col-md-6 label {
    font-weight: 400;
    font-size: 14px;
}

form#mse2_filters .col-md-6 label input {
    margin-left: 5px;
}

form#mse2_filters button.btn.btn-default.yellow {
    margin: 40px 0 0 250px;
    padding: 10px 27px;
    padding-top: 12px;
}

.item_abs {
    position: relative;
    overflow: hidden;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.42);
}

.item_abs:nth-child(3n) .title {
    margin-left: -15px;
}

.item_abs .img_block {
    display: flex;
    position: relative;
}

.item_abs .img_block:after {
    transition: 0.4s;
    content: "";
    position: absolute;
    z-index: 1;
    background-color: rgba(252, 224, 0, 0.69);
    left: 0;
    right: 0;
    top: 0;
    bottom: 100%;
}

.item_abs .img_block img {
    width: 100%;
}

.item_abs .text_block {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
    background-color: #fce000;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: right;
    color: #0e0e0e;
    z-index: 3;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 31px;
    font-size: 35px;
    padding-right: 14px;
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 64% 100%);
}

.item_abs .text_block > * {
    position: relative;
    z-index: 3;
}

.item_abs .text_block:after {
    transition: 0.4s;
    content: "";
    position: absolute;
    z-index: 1;
    background-color: #001b44;
    left: 0;
    right: 0;
    top: 100%;
    bottom: 0;
}

.item_abs .text_block .title {
    color: #0e0e0e;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 22px;
    padding-bottom: 5px;
    text-align: right;
}

.item_abs .text_block span {
    line-height: 29px;
    font-size: 15px;
    font-weight: 600;
    display: block;
}

.item_abs .text_block a {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border: 2px solid #000;
    padding: 7px 8px 3px 6px;
    margin-left: -6px;
    margin-top: 27px;
    display: inline-block;
    transition: 0.6s;
    background: #fce000;
}

.item_abs .text_block a:hover {
    color: #001b44;
    background: #fce000;
}

.item_abs:hover .img_block {
    filter: grayscale(50%) blur(2px);
    -webkit-filter: grayscale(50%) blur(2px);
}

.item_abs:hover .img_block:after {
    content: "";
    position: absolute;
    z-index: 1;
    background-color: rgba(252, 224, 0, 0.69);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.item_abs:hover .text_block:after {
    top: 0;
}

.item_abs:hover .text_block .title {
    color: #fce000;
}

.item_abs:hover .text_block span {
    color: #fce000;
}

.item_abs:hover .text_block a {
    border: 2px solid #fce000;
    background: #001b44;
    color: #fce000;
}

.item_abs:hover .text_block a:hover {
    color: #001b44;
    background: #fce000;
}

.item_abs .text_block span.wei {
    padding-top: 28px;
    font-weight: 500;
}

.item_photo {
    max-width: 450px;
    margin: auto;
}

.slider_23_1.owl-carousel .owl-nav {
    display: flex !important;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -12px;
    font-size: 0;
}

.slider_23_1.owl-carousel .owl-nav .owl-prev {
    left: -44px;
    position: absolute;
    background: url(../img/prev.png);
}

.slider_23_1.owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: -44px;
    background: url(../img/next.png);
}

.slider_23_1.owl-carousel .owl-nav > div {
    width: 19px;
    height: 34px;
}

.item_photo img {
    margin: auto;
}

.owl-carousel .item_search.owl-item img {
    width: inherit;
}

form#podbor label {
    width: 50%;
    float: left;
    margin-bottom: 25px;
    text-align: left;
    padding: 0 15px;
}

form#podbor label span {
    display: block;
    padding: 0;
    font-weight: 500;
    margin-bottom: 5px;
}

form#podbor label select {
    min-width: 100%;
    cursor: pointer;
}

form#podbor .bottom_popup {
    text-align: right;
    padding-right: 15px;
    margin-top: 30px;
    float: right;
}

form#podbor .bottom_popup .yellow {
    background: #ffd832;
    border: 1px solid #ffd63c;
}

.video_item span {
    display: none !important;
}

.owl-carousel .owl-item .item_search img {
    max-width: 90%;
    width: auto;
}

.slider_23 .owl-stage {
    display: flex;
}

.slider_23 .owl-item {
    display: flex;
}

.content {
    padding-top: 20px;
    padding-bottom: 20px;
}

.content img {
    padding: 10px;
}

img {
    max-width: 100%;
    height: auto;
}

.ajax_form .af_example {
    margin-top: 30px;
}

.section_4 {
    width: 100%;
}

.main-tabs-content-wrap {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    width: 100%;
}

.mtc-block {
    flex-basis: 20%;
    align-self: stretch;
    padding: 5px;
    text-align: center;
}

.mtc-block.mtc-mod {
    flex-basis: 33.3%;
}

.modelsPage {
    padding: 7px;
    background: #fff;
    font-weight: 400;
}

.body .popup:last-of-type {
    padding-top: 0;
}

body .wrapper .typeTabs-wrapper {
    background-color: #fff;
    border-radius: 0;
    padding-top: 15px;
    text-align: center;
    padding-bottom: 10px;
}

body .wrapper .typeTabs-wrapper h2 {
    font-size: 20px;
}

.typeTabs {
    margin-top: 7px;
}

.typeTabs a {
    margin: 0 15px;
    background-color: #ffda11;
    border: 2px solid #ffda11;
    border-radius: 10px;
    padding: 6px 16px;
    color: #000;
}

.typeTabs a:hover {
    background-color: #fff;
    border-width: 2px;
}

.typeTabs a.selected {
    background-color: #fff;
    border-width: 2px;
}

.years {
    flex-basis: 100%;
}

.years .mtc-block {
    flex-basis: 33.33%;
}

body .wrapper .section_4 .flex_box .item_search {
    width: 23.87%;
}

body .popup #xx {
    padding: 7px;
}

div#mse2_results .item.item_search.shk-item {
    width: 100%;
}

div#mse2_results .item.item_search.shk-item a {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
}

div#mse2_results .item.item_search.shk-item a .title_cur {
    height: inherit;
    overflow: hidden;
    max-width: 300px;
    font-size: 17px;
    margin: 0;
}

div#mse2_results .item.item_search.shk-item a .price_change {
    text-align: center;
    color: #07a02a;
    font-weight: 600;
    font-size: 18px;
    margin-top: 14px;
}

div#mse2_results .item.item_search.shk-item a .cena {
    margin: 12px auto;
}

div#mse2_results .item.item_search.shk-item a .image_product {
    margin: 0;
}

#ajax-loaded .item.item_search.shk-item {
    width: 100%;
}

#ajax-loaded .item.item_search.shk-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#ajax-loaded .item.item_search.shk-item a .title_cur {
    height: inherit;
    overflow: hidden;
    max-width: 300px;
    font-size: 17px;
    margin: 0;
}

#ajax-loaded .item.item_search.shk-item a .price_change {
    text-align: center;
    color: #07a02a;
    font-weight: 600;
    font-size: 18px;
    margin-top: 14px;
}

#ajax-loaded .item.item_search.shk-item a .cena {
    margin: 12px auto;
}

#ajax-loaded .item.item_search.shk-item a .image_product {
    margin: 0;
}

#fl .item.item_search.shk-item {
    width: 100%;
}

#fl .item.item_search.shk-item a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#fl .item.item_search.shk-item a .title_cur {
    height: inherit;
    overflow: hidden;
    max-width: 300px;
    font-size: 17px;
    margin: 0;
}

#fl .item.item_search.shk-item a .price_change {
    text-align: center;
    color: #07a02a;
    font-weight: 600;
    font-size: 18px;
    margin-top: 14px;
}

#fl .item.item_search.shk-item a .cena {
    margin: 12px auto;
}

#fl .item.item_search.shk-item a .image_product {
    margin: 0;
}

span.img {
    min-width: 21%;
    text-align: center;
}

span.sda {
    text-align: left !important;
    width: 30%;
}

@media screen and (max-width: 991px) {
    div#mse2_results .item.item_search.shk-item a {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    div#fl .item.item_search.shk-item a {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    #ajax-loaded .item.item_search.shk-item a {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    span.img {
        min-width: 36%;
    }

    div#mse2_results .item.item_search.shk-item a .title_cur {
        width: 50%;
    }

    span.sda {
        text-align: left !important;
        width: 100%;
        margin-top: 25px;
    }
}

@media screen and (max-width: 640px) {
    div#mse2_results .item.item_search.shk-item a .title_cur {
        width: 100%;
        margin: auto;
    }

    div#mse2_results .item.item_search.shk-item a .image_product {
        height: auto;
        margin: auto !important;
        max-height: 255px;
    }

    div#mse2_results .item.item_search.shk-item {
        margin: 2% auto;
    }

    #ajax-loaded .item.item_search.shk-item a .title_cur {
        width: 100%;
        margin: auto;
    }

    #ajax-loaded .item.item_search.shk-item a .image_product {
        height: auto;
        margin: auto !important;
        max-height: 255px;
    }

    #ajax-loaded .item.item_search.shk-item {
        margin: 2% auto;
    }

    #fl .item.item_search.shk-item a .title_cur {
        width: 100%;
        margin: auto;
    }

    #fl .item.item_search.shk-item a .image_product {
        height: auto;
        margin: auto !important;
        max-height: 255px;
    }

    #fl .item.item_search.shk-item {
        margin: 2% auto;
    }
}

@media screen and (max-width: 340px) {
    div#mse2_results .item.item_search.shk-item {
        max-width: 309px;
    }

    #ajax-loaded .item.item_search.shk-item {
        max-width: 309px;
    }

    #fl .item.item_search.shk-item {
        max-width: 309px;
    }
}

.table td {
    border: 1px solid #ccc;
    padding: 10px;
}

.table {
    width: auto !important;
}

.all_table {
    margin: 0 auto;
    text-align: center;
}

object {
    position: relative;
    float: left;
    display: block;
    max-width: 160px;
    max-height: 120px;
    margin-right: 20px;
    border: 1px solid #000;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    outline: 0;
    vertical-align: baseline;
}

object::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    background: 0 0;
}

.mtc-block img {
    text-indent: -10000px;
    position: relative;
}

img[alt]:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    font-family: Helvetica;
    font-weight: 300;
    line-height: 2;
    text-align: center;
    content: attr(alt);
}

li.akb_manufacturers a:after {
    background: 0 0 !important;
}

.akb_manufacturers_cont {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    min-width: 320px;
    max-width: 1220px;
}

.akb_manufacturers {
    height: 120px;
    flex-basis: 32.8%;
    margin: 3px;
    padding: 10px 0 0 10px;
}

.akb_manufacturers a {
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.akb_manufacturers img {
    flex-grow: 0;
    flex-shrink: 0;
}

.filter {
    display: block;
    margin: auto;
    background-color: #ffda11;
    border-radius: 9px;
    overflow: hidden;
    max-width: 900px;
    width: 100%;
    z-index: 2322213;
    padding: 20px 20px 20px;
    margin-bottom: 20px;
}

.filter_title {
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
}

.filter_form {
    margin: 0 -10px;
}

.filter-item {
    display: inline-block;
    vertical-align: top;
    margin: 0 -4px 0 0;
    width: 25%;
    padding: 0 10px;
}

.filter-item select {
    width: 200px;
    max-width: 100%;
    height: 35px;
}

.filter-item .submit {
    width: 80px;
    height: 35px;
    font-size: 17px;
    margin-right: 10px;
}

.filter-item .clear {
    height: 35px;
    font-size: 17px;
}

.filter-item .clear,
.filter-item .submit {
    max-width: 48%;
    padding: 2px 5px;
}

@media screen and (max-width: 980px) {
    .filter-item {
        width: 33.3%;
        margin-bottom: 10px;
    }

    .filter-item:last-child {
        width: 100%;
    }

    .filter-item select {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .filter-item {
        width: 100%;
    }
}

.__loading {
    max-width: 70px;
    max-height: 100%;
    margin: 0 auto;
    text-align: center;
    height: 25px;
}

.__loading img {
    max-height: 100%;
    width: auto;
}

span.bracket:before {
    content: "(";
}

span.bracket:after {
    content: ")";
}

.grecaptcha-badge {
    display: none !important;
}

#test-form {
    max-width: 520px;
    color: #000;
    padding: 30px;
    background: #fff;
    text-align: center;
}

body .wrapper header .gr_3 .header_bottom .shop-cart img {
    width: 32px;
    height: auto;
    max-width: 32px;
}

body .wrapper header .gr_3 {
    z-index: 85;
}

.fixedHeader .gr_3 {
    position: fixed;
    top: 0;
    z-index: 150;
}

.fixedHeader .gr_2 + .banner {
    padding-top: 64px;
}

.fixedHeader .gr_2 {
    margin-bottom: 64px !important;
}

.shop-cart .shop-cart-basket {
    overflow-x: auto;
}

#shopOrderForm {
    margin: 0 !important;
}

.nav-block {
    max-width: 100% !important;
}

.nav-block .lee,
.nav-block .rhh {
    padding: 15px 0;
}

.nav-block .ss .h2 {
    font-size: 15px !important;
    margin: 0;
}

.ss .diva.active {
    background:
        url(/assets/img/1231.png) no-repeat 97% 87%,
        #0129a8 !important;
    background-size: 50px;
}

.buy a {
    cursor: pointer;
}

@media (max-width: 1190px) {
    body .wrapper header .gr_3 .header_bottom .shop-cart a .columb {
        display: none !important;
    }

    body .wrapper header .gr_3 {
        padding: 18px 20px !important;
    }
}

@media (min-width: 1030px) {
    body .wrapper header .gr_3 .header_bottom a.red {
        margin-top: -4px;
    }

    body .wrapper header .gr_3 {
        padding: 16px 20px;
    }

    body .wrapper header .gr_3 .header_bottom .shop-cart a .col span {
        position: relative;
        top: -20px;
        right: 12px;
    }

    body .wrapper header .gr_3 .header_bottom .shop-cart .col,
    .columb {
        display: inline-block !important;
        color: #ffffff;
    }

    body .wrapper header .gr_3 .header_bottom .shop-cart .columb span {
        color: rgb(205, 205, 205);
    }
}

@media (max-width: 1030px) {
    .menu-button {
        left: -8px;
    }

    body .wrapper header .gr_3 .header_bottom a.red {
        position: absolute;
        right: 70px;
        top: 21px;
    }

    body .wrapper header .gr_3 .header_bottom .shop-cart {
        position: absolute;
        top: 0;
        right: 7px;
        margin-bottom: 20px;
    }

    .city_s {
        order: 10 !important;
    }
}

@media (max-width: 900px) {
    body .wrapper header .gr_2 .header_middle .logo {
        width: 50% !important;
    }

    body .wrapper header .gr_2 .header_middle .tell_header_middle {
        display: block;
        width: 235px !important;
    }

    body .wrapper header .gr_2 .header_middle .search {
        align-self: stretch;
        min-width: 50% !important;
        padding: 0 !important;
    }

    body .wrapper header .gr_2 .header_middle .city_s {
        align-self: flex-start;
        width: 235px !important;
        max-width: 100% !important;
    }

    #geo-minimodal {
        position: absolute;
        width: 100vw;
        bottom: -31px;
        left: -20px;
        margin-top: -12px !important;
        padding: 0;
        text-align: center;
        background-color: white;
        z-index: 3;
    }

    body .wrapper header .gr_2 .header_middle .search .selectric-wrapper {
        top: calc(50% - 20px);
        min-width: 140px !important;
    }

    body .wrapper header .gr_2 .header_middle .logo img {
        min-width: 140px !important;
        max-width: 200px !important;
        width: 100%;
    }

    .ya-phone {
        margin: 0 !important;
    }

    .selectric {
        max-width: 200px !important;
    }

    #geo-minimodal div {
        font-size: 12px;
    }

    #geo-minimodal a {
        font-size: 12px;
    }

    .ya-phone .bold {
        font-size: 25px !important;
    }

    .ya-phone div {
        font-size: 14px !important;
    }

    .city_s .city_s_content a {
        font-size: 14px !important;
    }

    .city_s .city_s_content div {
        font-size: 13px !important;
    }

    .cart-order .shk_count_button {
        display: none;
    }

    .header_middle .logo svg {
        max-width: 200px;
        width: 100%;
        height: auto;
    }
}

@media (max-width: 650px) {
    .diva .h3 {
        font-size: 14px !important;
    }

    #shopOrderForm td {
        display: block;
        width: 100% !important;
    }

    .table_cart table {
        font-size: 14px !important;
    }

    .table_cart table th {
        padding: 10px 10px !important;
    }

    .table_cart table tbody {
        font-size: 12px !important;
    }

    .table_cart .cart-order img {
        width: 65px !important;
        height: auto;
    }

    .ss .diva.active {
        background:
            url(/assets/img/1231.png) no-repeat 97% 97%,
            #0129a8 !important;
        background-size: 50px;
    }
}

@media (max-width: 600px) {
    body .wrapper header .gr_2 .header_middle {
        align-items: center !important;
    }
}

@media (max-width: 540px) {
    body .wrapper header .gr_2 .header_middle .tell_header_middle {
        width: 190px !important;
    }

    body .wrapper header .gr_2 .header_middle .city_s {
        width: 190px !important;
    }

    .ya-phone .bold {
        font-size: 20px !important;
    }

    .ya-phone div {
        font-size: 12px !important;
    }

    .city_s .city_s_content a {
        font-size: 12px !important;
    }

    .city_s .city_s_content div {
        font-size: 11px !important;
    }
}

@media (max-width: 440px) {
    .cart_block_main .main_block_address {
        font-size: 20px;
    }

    .cart_block_1 h4 {
        font-size: 20px;
    }

    body .wrapper header .gr_2 .header_middle .logo {
        width: 40% !important;
    }

    body .wrapper header .gr_2 .header_middle .search {
        min-width: 40% !important;
    }

    body .wrapper header .gr_2 .header_middle .tell_header_middle {
        width: 165px !important;
    }

    body .wrapper header .gr_2 .header_middle .city_s {
        width: 165px !important;
    }

    .city_s .city_s_content div {
        font-size: 10px !important;
    }

    .city_s .city_s_content a {
        font-size: 10px !important;
    }

    .ya-phone .bold {
        font-size: 17px !important;
    }

    .ya-phone div {
        font-size: 11px !important;
    }
}

h2 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
}

.products_grid_sm li {
    list-style: none;
    margin: 0 0 1.8691588785% 0;
    padding: 5px;
    width: 24.2990654206%;
    float: left;
}

.products_grid_sm li a {
    color: #666;
    display: block;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.products_grid_sm li a .image {
    height: 72px;
    float: left;
    line-height: 72px;
    text-align: center;
    width: 72px;
}

.products_grid_sm li a .image img {
    border: 0;
    opacity: 0.8;
    vertical-align: top;
}

.products_grid_sm li a .features,
.products_grid_sm li a .name,
.products_grid_sm li a .offer {
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 0 80px;
}

.products_grid_sm li a .name {
    color: #428bca;
    font-weight: 400;
}

.products_grid_sm li a .features {
    color: #999;
    white-space: nowrap;
}

@media screen and (max-width: 1265px) {
    .addresses p {
        width: 100%;
    }

    body .akb_manufacturers {
        flex-basis: 32%;
    }

    .item_abs .text_block {
        clip-path: polygon(13% 0, 100% 0, 100% 100%, 45% 100%);
    }

    body .wrapper header .gr_1 .header_top {
        padding: 9px 20px;
    }

    body .wrapper .section_4 .flex_box .item_search,
    body .wrapper .section_4 .slider_23 .item_search {
        padding: 20px;
        width: 29%;
    }

    body .popup .bottom_popup {
        background-color: #fff;
        padding: 0 8px 8px 0;
    }

    body .wrapper .section_4 .flex_box .item_search .title_cur,
    body .wrapper .section_4 .slider_23 .item_search {
        font-size: 15px;
    }

    body .wrapper header .gr_2 {
        padding: 0 20px;
    }

    body .popup {
        max-width: 640px;
    }

    body .wrapper .section_4 .flex_box .item_search > img,
    body .wrapper .section_4 .slider_23 .item_search {
        width: 100%;
        margin: auto;
    }

    body .popup.search_2 .middle_popup {
        top: -2px;
    }

    .banner_search {
        padding: 2% 1% 6% 1%;
    }

    body .popup .top_popup .title_popup {
        font-size: 15px;
        margin-right: 10px;
        line-height: 20.45px;
    }

    body .popup .top_popup .tabs > div {
        font-size: 13px;
        line-height: 14px;
        padding: 7px 2px 1px 11px;
        margin-right: 5px;
    }

    body .popup .top_popup .tabs > div img {
        display: none;
    }

    .middle_popup label {
        display: flex;
        flex-direction: column;
        align-items: end;
    }

    body .popup .top_popup .tabs > a {
        font-size: 13px;
        font-weight: 400;
        color: #000;
        line-height: 21px;
        padding: 12px 20px 3px 18px;
        background-color: #ffda11;
        cursor: pointer;
        border-radius: 8px 8px 0 0;
        margin-right: 8px;
    }

    body .popup .bottom_popup {
        margin-top: 21px;
    }

    body .popup .middle_popup {
        flex-wrap: wrap;
    }

    body .popup .middle_popup .input_min span {
        padding-left: inherit;
    }

    .middle_popup label {
        display: flex;
        width: 50%;
    }

    body .wrapper .banner.full {
        padding: 0 20px;
    }

    body .wrapper .container {
        padding: 40px 20px;
    }

    body .wrapper .container .section_1 .flex_box .item_abs {
        margin-top: 20px;
    }

    body .wrapper .section_1 .flex_box {
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    body .wrapper .section_3 .right {
        width: 43.2%;
    }

    body .wrapper .section_3 .right .blues a {
        justify-content: center;
    }

    body .wrapper .section_3 .right .blues a img {
        margin: 0 17px 0 00px;
    }

    body .wrapper .section_3 .right .blues .topch {
        margin-top: 0;
    }

    body .wrapper .section_3 .right .blues .topch {
        padding: 13px 26px;
    }

    body .wrapper .section_4 .slider_23 {
        padding: 0 50px;
    }

    body .wrapper .section_4 .owl-carousel .owl-nav .owl-next {
        position: absolute;
        right: 44px;
    }

    body .wrapper .section_5 .flex_box {
        flex-wrap: wrap;
        justify-content: center;
    }

    body .wrapper .section_5 .video_item {
        margin: 0 auto 20px auto;
    }

    body .wrapper .opacity .section_6 .ul-div ul {
        margin-bottom: 10%;
        margin-bottom: 25px;
        padding: 0 20px;
        width: 50%;
        margin-right: 0;
    }

    body .wrapper .opacity .section_6 .ul-div {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    body .wrapper .container .section_1 .flex_box .item_abs {
        max-width: 303px;
        height: 176px;
    }

    form#mse2_filters span label {
        width: 100%;
    }

    form#mse2_filters span {
        width: 100%;
    }

    form#mse2_filters span span {
        width: auto;
    }

    div#mse2_mfilter div#x1 {
        padding: 15px;
    }

    form#mse2_filters fieldset {
        width: 100%;
    }

    form#mse2_filters .col-md-6 {
        width: 50%;
        float: left;
    }

    div#mse2_mfilter .popup {
        max-width: 80%;
    }

    form#mse2_filters button.btn.btn-default.yellow {
        display: block;
        margin: 0;
        margin: 0 auto;
        padding-top: 12px;
    }
}

@media screen and (max-width: 1030px) {
    .shipping-payment_wrap {
        flex-direction: column;
    }

    .shipping-payment__left {
        width: 100%;
    }

    .shipping-payment__right {
        width: 100%;
        justify-content: center;
    }

    .shipping-payment__right img {
        margin-top: 30px;
        max-width: 100%;
        margin-left: 0;
    }

    .shipping-payment__list--item {
        max-width: 100%;
    }

    .addresses p {
        width: 100%;
    }

    body .wrapper .section_3 .right .blues a {
        font-size: 17px;
    }

    body .wrapper .section_3 .right .blues .topch {
        padding: 14px 11px;
        font-size: 19px;
    }

    body .wrapper header .gr_3 .header_bottom .menu-button {
        display: inline-block;
        vertical-align: middle;
    }

    body .wrapper header .gr_3 .header_bottom .menu-button.is-active {
        position: fixed;
        right: 20px;
        top: 25px !important;
    }

    body .wrapper header .gr_3 .header_bottom ul {
        display: flex !important;
    }

    body .wrapper header .gr_3 .header_bottom {
        position: relative;
        justify-content: flex-start;
    }

    body .wrapper header .gr_3 .header_bottom ul.ul {
        margin-top: -340px;
        transition: 0.5s;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        padding: 30px 0;
        transition: 0.5s;
        z-index: 5;
        flex-direction: column;
        background: #202020;
        display: flex !important;
        text-align: center;
    }

    body .wrapper header .gr_3 .header_bottom ul.ul.open {
        margin-top: 0;
    }

    .cart_block .block_2 .title_cart {
        font-size: 19px;
        font-weight: 400;
        margin-top: 6px;
        line-height: 18px;
        font-weight: 500;
        margin-bottom: 6px;
    }

    .cart_block .block_2 p {
        font-size: 14px;
        margin: 10px 0;
        line-height: 24px;
    }

    .cart_block .block_2 .bottom_cart_block_2 .block_cart1 span {
        font-size: 23px;
        line-height: 28px;
        font-weight: 600;
        margin-top: 4px;
    }

    .cart_block .block_2 .bottom_cart_block_2 {
        padding: 14px 0 10px 0;
    }

    .cart_block .block_2 .bottom_cart_block_2 .block_cart4 a {
        padding: 15px 12px 9px 20px;
    }
}

@media screen and (max-width: 990px) {
    section.section.active {
        flex-direction: column;
        padding: 20px;
    }

    .tabs-section-left {
        max-width: 100%;
    }

    .tabs-section-right {
        margin-left: unset;
        margin-top: 30px;
        max-width: 100%;
    }

    p.about_third-text {
        width: 100%;
        padding: 45px 60px;
    }

    body .wrapper .container .section_1 .flex_box .item_abs {
        max-width: 368px;
        height: 206px;
    }
}

@media screen and (max-width: 960px) {
    body .wrapper .section_3 {
        justify-content: center;
    }

    body .wrapper .section_3 .left {
        width: 67%;
    }

    body .wrapper .section_3 .right {
        margin-left: 2%;
        width: 30%;
        align-items: center;
    }

    .item_abs .img_block {
        display: inherit;
    }

    body .wrapper .section_3 .left a {
        display: inherit !important;
    }

    .item_abs .text_block span.wei {
        line-height: 29px;
        font-size: 11px;
        padding-top: 0;
        font-weight: 600;
        display: block;
    }

    .item_abs .text_block a {
        padding: 3px 3px 0 3px;
        font-size: 10px;
        margin-top: -14px;
    }

    body .wrapper .section_3 .right > a {
        width: 100%;
    }

    .blues {
        margin-left: 1%;
    }
}

@media screen and (max-width: 900px) {
    body .akb_manufacturers {
        flex-basis: 47%;
    }

    .about-fourth-wrap {
        width: 30%;
        margin-bottom: 30px;
    }

    .about-fourth {
        justify-content: space-around;
    }

    .block__form {
        flex-direction: column;
        align-items: center;
    }

    .block__form .left,
    .block__form .right {
        width: 100%;
    }

    .header_bottom .menu-button.is-active {
        top: 196px;
    }

    body .wrapper .container .section_2 h2 {
        line-height: 36px;
    }

    body .wrapper header .gr_2 .header_middle {
        flex-wrap: wrap;
    }

    body .wrapper header .gr_2 .header_middle .logo {
        width: 50%;
        margin-bottom: 10px;
    }

    body .wrapper .banner.full {
        padding: inherit;
    }

    body .wrapper .banner.full .centere {
        padding: 0;
        max-height: 490px;
    }

    body .wrapper .banner.full .centere .left {
        padding: 54px 22px;
        border-radius: 0;
        border: inherit;
        width: 100%;
        margin: 0;
    }

    .blues {
        margin-left: 0;
        width: 100%;
    }

    body .wrapper .section_3 .right .blues .topch {
        padding: 17px 14px;
    }

    body .wrapper .section_3 .right .blues .topch {
        font-size: 15px;
    }

    body .wrapper .section_3 .right {
        justify-content: space-between;
        flex-direction: column;
    }

    body .wrapper .section_3 .right .blues a span {
        position: relative;
        top: 3px;
        font-size: 13px;
    }

    body .wrapper .section_3 {
        margin-bottom: 30px;
    }

    body .wrapper .flex_box {
        flex-wrap: wrap;
    }

    body .wrapper .container .section_2 .flex_box .flex_item {
        max-width: 50%;
        margin-bottom: 20px;
    }

    body .wrapper .section_3 .right > a {
        width: 50%;
        margin-bottom: 15px;
    }

    body .wrapper footer .flex_box > div {
        width: inherit;
    }

    body .wrapper footer .about a img {
        margin: auto;
        display: block;
    }

    .slider_23_1.owl-carousel .owl-nav .owl-next {
        right: 0;
    }

    .slider_23_1.owl-carousel .owl-nav .owl-prev {
        left: 0;
    }

    .table_cart {
        overflow-x: auto;
    }
}

@media screen and (max-width: 740px) {
    .heading-fourth h2 {
        margin-bottom: 30px;
    }

    .map_wrap_custom-wrapper {
        flex-direction: column;
    }

    .map_wrap_custom-wrapper-left {
        width: 100%;
    }

    .map_wrap_custom-wrapper-right {
        width: 100%;
    }

    .map_wrap_custom-left {
        width: 100%;
    }

    .map_wrap_custom-right {
        width: 100%;
    }

    .map_wrap_custom > div {
        flex-direction: column;
    }

    p.about_third-text {
        width: 100%;
    }

    .about-fourth-wrap {
        width: 50%;
        margin-bottom: 20px;
    }

    .about-fourth {
        justify-content: space-around;
    }

    .about-third {
        background-size: cover;
    }

    body .wrapper .section_4 .flex_box .item_search > img,
    body .wrapper .section_4 .slider_23 .item_search {
        width: 100%;
    }

    body .wrapper .section_4 .flex_box {
        justify-content: space-around;
    }

    .cart_block {
        flex-direction: column;
        align-items: center;
    }

    .cart_block .block_1 {
        width: 100%;
    }

    .cart_block .block_2 {
        width: 100%;
        margin-top: 20px;
    }

    .tab_har table {
        min-width: 100%;
        margin-top: 15px;
        margin: 20px auto;
    }

    .bottom_cart_block_2.flex_box > div {
        width: 50%;
        margin: 10px 0;
    }

    .cart_block .block_2 .title_cart {
        font-size: 15px;
    }

    .cart_block .block_2 span {
        font-size: 13px;
    }

    .cart_block .block_2 a {
        font-size: 13px;
    }

    .cart_block .block_2 .rayt {
        padding: 0 14px 0 11px;
    }

    .cart_block .block_2 .blue_ {
        padding-left: 9px;
    }

    .cart_block .block_2 p {
        font-size: 13px;
        line-height: 19px;
    }

    .tab_har .tabg p {
        font-size: 13px;
        line-height: 20px;
    }

    .cart_block .block_2 .bottom_cart_block_2 .block_cart4 a {
        padding: 12px 10px 7px 17px;
        font-size: 15px;
    }

    .cart_block .block_2 .bottom_cart_block_2 .block_cart1 span {
        font-size: 20px;
    }

    .cart_block .block_2 .bottom_cart_block_2 .block_cart3 {
        font-size: 18px;
    }

    .cart_block .block_2 .bottom_cart_block_2 .block_cart3 input {
        width: 69px;
        height: 36px;
    }

    .tab_har .tabw {
        flex-wrap: wrap;
    }

    .tab_har .tabw > div {
        font-size: 15px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 710px) {
    .item_abs .text_block span.wei {
        line-height: 18px;
    }

    .item_abs .text_block span {
        line-height: 21px;
        font-size: 12px;
    }

    .item_abs .text_block {
        clip-path: polygon(11% 0, 100% 0, 100% 100%, 39% 100%);
    }
}

@media screen and (max-width: 640px) {
    .item_abs .text_block {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }

    .image_product {
        height: auto;
    }

    .item_abs .text_block {
        padding-top: 9px;
        padding-right: 8px;
        font-size: 10px;
    }

    form#podbor label {
        width: 100%;
    }

    form#podbor label br {
        display: none;
    }

    body .wrapper header .gr_2 .header_middle .buy a .col {
        margin-right: 10px;
    }

    body .wrapper header .gr_2 .header_middle .buy a .col img {
        width: 86%;
    }

    body .wrapper header .gr_2 .header_middle .buy a .columb {
        font-size: 12px;
    }

    body .wrapper header .gr_2 .header_middle .buy a .columb .bold {
        color: #010101;
        font-size: 11px;
        line-height: 11px;
    }

    body .wrapper header .gr_2 .header_middle .buy a .col span {
        right: -3px;
    }

    body .wrapper header .gr_2 .header_middle {
        align-items: center;
    }

    body .wrapper header .gr_2 .header_middle .logo {
        width: 26%;
    }

    body .wrapper header .gr_2 .header_middle .tell_header_middle {
        align-items: center;
        justify-content: center;
    }

    body .wrapper .section_4 .flex_box .item_search,
    body .wrapper .section_4 .slider_23 .item_search {
        width: 300px;
    }

    body .popup .top_popup .tabs > a {
        font-size: 10px;
        line-height: 16px;
        padding: 3px 3px 1px 8px;
        margin-right: 8px;
    }

    body .popup .top_popup {
        flex-direction: column;
    }

    body .popup .top_popup .tabs > div {
        font-size: 11px;
    }

    body .popup .top_popup .tabs > a img {
        display: none;
    }

    body .wrapper .opacity .section_6 a.yellow {
        padding: 14px 5px 10px 10px;
    }

    body .wrapper .opacity .section_6 .title_6 {
        margin-bottom: 15px;
    }

    body .wrapper .section_5 .video_item img.prev {
        width: 100%;
    }

    body .popup .top_popup .tabs {
        display: flex;
        margin-left: -28px;
    }

    body .popup .middle_popup {
        padding: 17px;
        font-size: 14px;
    }

    body .popup .bottom_popup {
        padding: 2px;
    }

    body .popup .bottom_popup a.yellow {
        padding: 9px 8px 6px 7px;
        font-size: 12px;
    }

    body .wrapper .section_4 .slider_23 .item {
        padding: 40px 10px;
    }

    body .wrapper h3 {
        font-size: 21px;
    }

    body .wrapper .section_5 h3 {
        margin-bottom: 17px;
    }

    body .wrapper .section_4 .slider_23 {
        padding: 0 20px;
    }

    body .wrapper .section_4 .owl-carousel .owl-nav .owl-next {
        right: 0;
    }

    body .wrapper .section_4 .owl-carousel .owl-nav .owl-prev {
        left: 0;
    }

    .owl-carousel .owl-item .item > img {
        padding: 12%;
    }

    body .wrapper footer .about p {
        max-width: 270px;
    }

    body .wrapper footer .flex_box > div {
        margin: auto;
        margin-bottom: 10px;
    }

    body .wrapper footer .about a img {
        margin: auto;
        display: block;
    }

    body .wrapper footer .services a {
        font-size: 13px;
    }

    body .wrapper .opacity .section_6 ul li a {
        font-size: 18px;
    }

    body .wrapper .section_4 .owl-carousel .owl-nav {
        left: 0;
    }

    .ul-div ul {
        width: 100%;
    }

    .ul-div ul li {
        width: 100%;
    }

    body .wrapper .opacity .section_6 .title_6 {
        flex-direction: column;
    }

    body .wrapper .opacity .section_6 a.yellow {
        margin-top: 11px;
    }

    body .wrapper .section_4 .slider_23 .item {
        padding: 20px 10px;
    }

    body .wrapper .container .section_2 .flex_box .flex_item {
        max-width: 100%;
    }

    body .wrapper .container .section_2 p {
        text-align: center;
        font-size: 11px;
        line-height: 14px;
    }

    body .wrapper .container .section_2 h2 {
        font-size: 16px;
        margin-bottom: 12px;
    }

    body .wrapper .container .section_2 .flex_box .flex_item {
        line-height: 18px;
        font-size: 16px;
    }

    body .wrapper .banner.full .centere .left h1 {
        color: #ffe301;
        font-size: 30px;
    }

    body .wrapper .banner.full .centere .left h2 {
        font-size: 19px;
        margin-bottom: 16px;
    }

    body .wrapper .banner.full .centere .left {
        padding: 49px 22px;
    }

    body .wrapper .banner.full .centere .left {
        font-size: 15px;
    }

    body .wrapper .banner.full {
        max-height: 287px;
        overflow: hidden;
    }

    body .wrapper .banner.full .centere .left .a_block {
        margin-top: 11px;
    }

    body .wrapper header .gr_3 .header_bottom .menu-button.is-active {
        top: 186px;
    }

    body .wrapper header .gr_1 .header_top a {
        font-size: 11px;
        margin-left: 10px;
        letter-spacing: 0;
    }

    body .wrapper header .gr_1 .header_top {
        padding: 9px 6px;
        display: flex;
        justify-content: center;
    }

    body .wrapper header .gr_2 .header_middle .logo img {
        width: 100%;
    }

    body .wrapper header .gr_2 .header_middle .logo {
        width: 24%;
        margin-bottom: 10px;
    }

    body .wrapper header .gr_2 .header_middle .tell_header_middle .bold {
        font-size: 11px;
        line-height: 13px;
    }

    body .wrapper header .gr_2 .header_middle .tell_header_middle span {
        font-size: 9px;
        line-height: 11px;
    }

    body .wrapper header .gr_2 .header_middle .search {
        width: 150px;
        margin-bottom: 10px;
        display: none;
    }

    body .wrapper header .gr_2 .header_middle .search button:hover {
        width: 100%;
    }

    body .wrapper header .gr_2 .header_middle .search button {
        width: 49%;
    }

    body .wrapper .container .section_2 .flex_box {
        justify-content: center;
    }

    div#mse2_mfilter div#x1 {
        padding: 15px 5px;
    }

    form#shopOrderForm {
        width: 100%;
    }

    body .wrapper .container {
        padding: 40px 20px;
    }
}

@media screen and (max-width: 510px) {
    .images_wrap img {
        width: 26%;
    }

    .about-fourth-wrap {
        width: 100%;
        margin-bottom: 30px;
    }

    form#mse2_filters span span {
        width: 100%;
    }

    form#mse2_filters span select {
        float: none;
    }
}

@media screen and (max-width: 440px) {
    body .wrapper .flex_box {
        display: flex;
        flex-direction: column;
    }

    body .akb_manufacturers {
        flex-basis: 100%;
    }

    .item_abs .text_block {
        clip-path: polygon(20% 0, 100% 0, 100% 100%, 38% 100%);
    }

    .item_abs .text_block span {
        line-height: 24px;
        font-size: 17px;
    }

    .item_abs .text_block span.wei {
        line-height: 21px;
        font-size: 14px;
        margin-top: 20px;
        margin-bottom: 24px;
    }

    .owl-carousel .owl-item img {
        width: 75%;
    }

    .item_abs .img_block img {
        width: 78%;
    }

    .item_abs .text_block a {
        font-size: 18px;
    }

    .item_abs .text_block {
        padding-top: 30px;
    }

    body .wrapper .section_3 .left {
        width: 100%;
    }

    body .wrapper .section_3 .right {
        width: 100%;
        margin: auto;
        display: flex;
    }

    .tab_har .tabg .item_otz {
        display: flex;
        flex-wrap: wrap;
    }

    .tab_har .tabg .item_otz .img_otz {
        margin: auto;
    }

    .tab_har .tabw > div {
        font-size: 12px;
        margin-right: 10px;
    }

    body .popup {
        max-width: 300px;
    }

    .middle_popup label {
        width: 100%;
    }

    .block__form li {
        float: inherit;
        width: 100%;
    }

    .block__form {
        margin-bottom: 20px;
    }

    body .wrapper header .gr_3 .header_bottom a.red {
        font-size: 11px;
    }

    body .wrapper header .gr_3 .header_bottom .menu-button.is-active {
        top: 176px;
    }

    .ul-div li a {
        font-size: 14px;
        line-height: 19px;
    }

    .ul-div li a:after {
        top: -2px;
    }

    body .wrapper footer .title_foot {
        font-size: 16px;
    }

    body .wrapper .banner.full .centere .left {
        padding: 36px 22px;
        position: relative;
        bottom: 0;
        top: 0;
    }

    body .wrapper .banner.full .centere .right {
        bottom: 0;
        height: 200px;
        top: inherit;
    }

    body .wrapper .banner.full .centere .left h2 {
        line-height: 21px;
    }

    body .wrapper .banner.full {
        max-height: 360px;
    }

    body .wrapper .container .section_1 .flex_box .item_abs {
        position: relative;
        max-width: 300px;
        height: 162px;
    }

    body .wrapper .container .section_1 .flex_box .item_abs .text_block a {
        margin-top: 8px;
    }

    body .wrapper .container .section_1 .flex_box .item_abs .text_block {
        top: -61px;
    }

    form#mse2_filters fieldset {
        padding: 0 10px;
    }

    .mtc-block {
        flex-basis: 33%;
    }
}

.middle_popup.brand-popup img {
    max-width: 120px;
    height: 100px;
}

@media screen and (max-width: 1310px) {
    #video_slider .swiper-button-next {
        right: 4px;
    }

    #video_slider .swiper-button-prev {
        left: 13px;
    }

    .certificate .swiper-button-n {
        right: 6px;
    }

    .certificate .swiper-button-p {
        left: 16px;
    }

    .certificate .swiper-button-n,
    .certificate .swiper-button-p {
        top: 62%;
    }
}

@media screen and (max-width: 1200px) {
    .legal_desc {
        width: 80%;
        padding-right: 35px;
    }

    .in-stock__container {
        padding: 0 20px;
    }

    .work_wrap {
        flex-wrap: wrap;
    }

    #feedback_tel .container {
        padding: 63px 20px 98px;
    }

    video_slider .container {
        padding: 42px 20px 71px;
    }

    #feedback_bottom form label input {
        width: 270px;
    }

    .delivery_map {
        height: 400px;
    }

    /*Карточка товара*/
    .cart_block_1 h4 {
        font-size: 20px;
    }

    .cart_block_img {
        padding: 0;
    }

    .cart_block_main .address .addres_row > i,
    .cart_block_main .address .addres_row > img {
        margin-right: 10px;
    }

    .cart_block_main .main_add_sale p {
        font-size: 40px;
    }

    .cart_block_main .main_add_sale button {
        height: 40px;
        font-size: 27px;
    }

    .cart_block_main .main_add_sale div {
        display: inline;
    }

    .cart_block_main .main_add_nosale > b {
        font-size: 17px;
    }

    .cart_block_main .main_add_nosale > b > i {
        font-size: 14px;
    }

    .cart_block_main .main_add_nosale {
        font-size: 15px;
    }

    .cart_block_main .main_block_address {
        font-size: 16px;
    }

    .cart_block_main .main_block_address > p {
        margin-bottom: 15px;
    }

    .cart_block_main .address {
        font-size: 14px;
        max-height: 226px;
    }

    .cart_block_main .address .addres_row {
        padding: 5px 0;
    }
}

@media screen and (max-width: 1265px) {
    .cart_block_delivery .devlivery_desc_row > i {
        margin-right: 10px;
    }

    .cart_block_delivery .devlivery_desc_row > p {
        font-size: 12px;
    }

    .cart_block_delivery .delivery_footnote {
        font-size: 12px;
    }

    .breadcrumbs {
        font-size: 12px !important;
    }
}

@media screen and (max-width: 1075px) {
    /*Карточка товара*/
    .cart_block_1 > div {
        width: 49%;
    }

    .cart_block_main .main_add_sale button {
        height: 50px;
        font-size: 35px;
    }

    .cart_block_main .main_add_sale div {
        display: inline;
    }

    .cart_block_main .main_add_sale p {
        font-size: 40px;
    }

    .cart_block_main .main_add_sale .fa-rub {
        font-size: 25px;
    }

    .cart_block_main .main_add_nosale > b {
        font-size: 18px;
    }

    .cart_block_main .main_add_nosale {
        font-size: 15px;
    }

    .cart_block_main > div {
        margin-bottom: 25px;
    }

    .cart_block_main .address {
        font-size: 14px;
        max-height: 221px;
    }

    .cart_block_main .address .addres_row {
        padding: 6px 0;
    }

    .cart_block_delivery {
        float: left;
        padding-left: 0;
        margin-top: 0;
        padding-right: 25px;
    }

    .cart_block_char {
        padding-left: 25px;
    }

    .cart_block_delivery .devlivery_desc_row > p {
        font-size: 13px;
    }

    .breadcrumbs {
        font-size: 13px !important;
    }

    .cart_block_desc {
        width: 100% !important;
        padding-left: 0;
        height: auto;
    }

    .related .slider_23 {
        margin-top: 15px !important;
        margin-bottom: 0 !important;
    }
}

@media screen and (min-width: 992px) {
    .related .slider_23 {
        margin-top: 20px !important;
    }
}

@media screen and (max-width: 991px) {
    #legal .container {
        flex-direction: column;
    }

    .legal_desc {
        width: 100%;
        margin-bottom: 34px;
    }

    .legal_img {
        margin: 0 auto;
    }

    .in-stock__title br {
        display: none;
    }

    .work_wrap img,
    .work_text {
        width: 40%;
    }

    #feedback_tel form {
        flex-direction: column;
    }

    #feedback_tel label {
        margin: 0 0 30px;
    }

    .feedback_tel_title {
        text-align: center;
    }

    .feedback_bottom_img {
        display: none;
    }

    .feedback_bottom_wrap {
        width: 100%;
    }

    .feedback_bottom_title {
        text-align: center;
    }

    #feedback_bottom form {
        flex-direction: column;
    }

    #feedback_bottom form label input {
        width: 500px;
    }

    #feedback_bottom button.yellow {
        width: 500px;
        margin-left: 0;
        margin-top: 35px;
        margin-bottom: 35px;
        order: 2;
    }

    .feedback_bottom_text {
        width: 500px;
        margin-left: 0;
        order: 3;
        margin-top: 0;
    }

    #feedback_bottom form label {
        margin-bottom: 25px;
    }

    .tabs-section-text img {
        max-width: 450px;
    }

    .delivery_map {
        height: 326px;
    }
}

@media screen and (max-width: 768px) {
    .certificate__item {
        margin: 0 auto;
    }

    .reviews__item {
        margin: 0 auto;
    }

    .tabs-section-text img {
        max-width: 340px;
    }

    .cart_block_main .main_add_sale p {
        font-size: 30px;
    }

    .cart_block_main .main_add_sale .fa-rub {
        font-size: 18px;
    }

    .cart_block_main .main_add_sale .psPrice {
        font-size: 27px;
    }

    .cart_block_main .main_add_sale button {
        height: 40px;
        font-size: 25px;
    }

    .cart_block_main .main_add_sale div {
        display: inline;
    }

    .cart_block_main .main_add_nosale > b {
        font-size: 16px;
    }

    .cart_block_main .main_add_nosale > b > i {
        font-size: 13px;
    }

    .cart_block_main .main_add_nosale {
        font-size: 13px;
    }

    .cart_block_main .main_block_address {
        font-size: 14px;
    }

    .cart_block_main .address {
        font-size: 12px;
    }

    .cart_block_main .address .addres_row > p {
        width: 85%;
    }

    .cart_block_main .address .addres_row {
        padding: 5px 0;
    }

    .cart_block_1 h4 {
        margin-bottom: 15px;
        font-size: 18px;
    }

    .cart_block_delivery {
        padding-right: 0;
    }

    .devlivery_desc_row {
        margin-bottom: 10px;
    }

    .cart_block_delivery .devlivery_desc_row > p {
        font-size: 11px;
        line-height: 12px;
    }

    .cart_block_delivery .delivery_footnote {
        font-size: 11px;
    }

    .block_chars {
        font-size: 14px;
    }

    .cart_block_desc > p {
        font-size: 15px;
    }

    .cart_block_main .main_add {
        z-index: 10;
        margin-bottom: 15px;
    }

    .cart_block_main .main_block_address {
        margin-bottom: 0;
    }

    .cart_block_main .address {
        padding: 11px 10px 9px 10px;
    }
}

@media screen and (max-width: 604px) {
    /*Карточка товара*/
    .footer-padding {
        height: 85px;
    }

    .cart_h2 {
        font-weight: 600;
        margin-bottom: 20px;
        font-size: 22px;
    }

    .cart_block_1 > div {
        width: 100%;
    }

    .main_add {
        position: fixed;
        bottom: 0;
        margin: 0;
        width: 100%;
        left: 0;
        background-color: white;
        padding: 10px 20px 5px;
        margin-bottom: 0 !important;
    }

    .main_add .shk-price > span {
        font-size: 30px;
    }

    .main_add .shk-price > i {
        font-size: 24px;
        font-weight: 600;
    }

    .cart_block_main .main_add_sale p {
        font-size: 35px;
    }

    .cart_block_main .main_add_sale .custom_btn {
        height: 45px;
    }

    .cart_block_main .main_add_nosale {
        margin-top: 4px;
        font-size: 15px;
    }

    .cart_block_main .main_add_nosale > .block_cart2 {
        font-size: 17px;
    }

    .cart_block_main .main_add_nosale > i {
        font-size: 14px;
    }

    .cart_block_img {
        height: auto;
        width: calc(100% + 40px) !important;
        margin: 0 -20px 40px;
        border-radius: 0;
    }

    .cart_block_img > img {
        position: relative;
        transform: translate(-50%, 0);
        margin-bottom: -4px;
    }

    .cart_block_main {
        padding: 0;
    }

    .cart_block_main .main_block_address {
        font-size: 22px;
    }

    .cart_block_main .address {
        font-size: 15px;
        max-height: fit-content;
    }

    .cart_block_desc {
        height: auto;
    }

    .cart_block_main .address .addres_row {
        padding: 7px 0;
    }

    .cart_block_main .main_block_address {
        margin: 0;
    }

    .cart_block_1 h4 {
        font-size: 22px;
        font-weight: 600 !important;
    }

    .cart_block_delivery .devlivery_desc_row > p {
        font-size: 12px;
    }

    .cart_block_char {
        padding: 0;
    }
}

@media screen and (max-width: 577px) {
    .legal_desc {
        padding-right: 0;
    }

    #legal {
        padding: 60px 0 0;
    }

    /* .in-stock__title {
        font-size: 17px;
        line-height: 28px;
    } */
    #legal .container {
        padding: 10px;
    }

    .in-stock__container {
        padding: 10px;
    }

    #work .container {
        padding: 10px;
    }

    /* .work_title {
        font-size: 17px;
        line-height: 28px;
    } */
    .work_wrap img {
        width: 100%;
        height: auto;
        object-fit: none;
    }

    .work_text {
        width: 100%;
    }

    #feedback_tel .container {
        padding: 10px;
    }

    /*  .feedback_tel_title {
        font-size: 17px;
        line-height: 28px;
    } */
    #feedback_tel label {
        width: 100%;
    }

    #feedback_tel button.yellow {
        margin-top: 10px;
    }

    .certificate__item {
        width: 100%;
    }

    #video_slider .swiper-button-next,
    #video_slider .swiper-button-prev {
        top: 57%;
    }

    .reviews__item {
        width: 100%;
    }

    /* .certificate__title {
        font-size: 17px;
        line-height: 28px;
    } */
    /* .certificate__description {
        font-size: 13px;
        line-height: 19px;
    } */
    #feedback_bottom .container {
        padding: 10px;
    }

    /* .feedback_bottom_title {
        font-size: 17px;
        line-height: 28px;
    } */
    #feedback_bottom form label {
        width: 100%;
    }

    #feedback_bottom form {
        flex-wrap: nowrap;
    }

    .feedback_bottom_text {
        width: 100%;
        text-align: center;
    }

    /* .video_slider_title {
         font-size: 17px;
        line-height: 28px;
    } */
    p.about_third-text {
        font-size: 20px;
        line-height: 136%;
        padding: 45px 20px;
    }

    #video_slider .container {
        padding: 42px 10px 71px;
    }

    #video_slider .swiper-button-prev {
        left: 4px;
    }

    .certificate .swiper-button-n,
    .certificate .swiper-button-p {
        top: 71%;
    }

    .certificate .swiper-button-p {
        left: 4px;
    }

    .tab {
        font-size: 10px;
    }

    .tabs-section-text img {
        float: none;
    }

    .tabs-section-text p {
        height: 103px;
    }

    .tab.active {
        font-size: 10px;
    }

    .faq__item__tab--title {
        max-width: 93%;
        font-size: 15px;
        line-height: 142%;
    }

    .faq__item__tab {
        padding: 10px;
        margin: 0 0 20px 0;
    }
}

.banner a,
.full-block a {
    color: #fce000;
}

svg .fil0,
svg .fil1 {
    transition: fill 0.6s;
}

.header_middle .logo a:hover svg .fil0,
.header_middle .logo a:hover svg .fil1 {
    fill: #0329a8;
}

footer .about svg .fil0,
footer .about svg .fil1 {
    fill: #fff;
}

footer .about a:hover svg .fil0,
footer .about a:hover svg .fil1 {
    fill: #fce000;
}

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

.cena {
    margin-top: auto !important;
}

.title_cur {
    margin: 20px 0 !important;
}

.button-view-all:hover,
.button-view:hover {
    background-color: #000;
    color: #fce000;
}

.button-view-all,
.button-view,
.button-view-all-auto {
    cursor: pointer;
    padding: 14px 24px 10px 24px;
    border-radius: 7px;
    background-color: #fce000;
    color: #000;
    text-align: center;
    font-size: 18px;
    line-height: 19px;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.3s;
    max-width: 300px;
    margin: 40px auto;
}

.button-view-all-auto {
    margin-bottom: 10px;
}

.akb_manufacturers:nth-child(9) ~ * {
    display: none;
}

.akb_manufacturers_cont.is-acive .akb_manufacturers:nth-child(9) ~ * {
    display: block;
}

div#successAjaxForm {
    display: none !important;
}

.show-all-brand {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.show-all-brand .button-view {
    min-width: 200px;
    max-width: none;
    margin: 0;
}

.button-view--all-brand {
    color: #337ab7;
    text-decoration: underline;
    display: block;
    text-align: center;
    width: 100%;
    cursor: pointer;
    font-size: 20px;
    margin-top: 10px;
}

.button-view.is-active {
    background-color: #000;
    color: #fce000;
}

.filters {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    margin-top: 20px;
}

.filters__select {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    align-items: center;
    cursor: pointer;
}

.text_block-top {
    font-size: 18px !important;
    margin-top: 70px;
}

.text_block-bottom {
    font-size: 17px !important;
}

.text_block-bottom span {
    display: inline-block !important;
    color: #d10b0f !important;
    font-weight: 700 !important;
}

.not-sbp {
    display: block;
}

.is-spb {
    display: none;
}

.section_3.is-spb .is-spb {
    display: block;
}

.section_3.is-spb .not-sbp {
    display: none;
}

.item_abs {
    height: 100%;
}

.item_abs .img_block {
    height: 100%;
}

.item_abs .text_block a {
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 150px;
    margin-left: auto;
    font-weight: 700;
    font-size: 16px;
}

.new-image-block img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.new-image-block {
    border-radius: 10px;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}

.present-pdp__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0 !important;
    column-gap: 30px;
}

.present-pdp__logos {
    display: flex;
    align-items: center;
    justify-content: space-around;
    column-gap: 20px;
}

.present-pdp__logo {
    max-width: 200px;
    width: 100%;
}

.present-pdp__titile {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 25px;
    text-align: center;
    margin-bottom: 10px;
    max-width: 340px;
}

.present-pdp {
    background: #ffffff;
}

.present-pdp__logo img {
    width: 100%;
    min-height: 30px;
}

.present-pdp__btn {
    padding: 10px;
    border-radius: 4px;
    background-color: #d10b0f;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    transition: 0.5s;
    display: block;
}

.present-pdp__context {
    text-align: center;
}

.present-pdp__btn:hover,
.present-pdp__btn:focus,
.present-pdp__btn:active {
    background-color: rgba(209, 11, 15, 0.86);
    color: #fff;
}

.certification__contaoner {
    display: flex;
    align-items: center;
    column-gap: 40px;
}

.certification__image {
    max-width: 540px;
    border-radius: 15px;
    overflow: hidden;
}

.certification__text {
    font-size: 21px;
    line-height: 25px;
    font-weight: 600;
    text-align: center;
}

.certification {
    background: #ffffff;
}

.certification__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
}

@media screen and (max-width: 1262px) {
    .is-spb h2 {
        font-size: 22px;
    }

    .present-pdp__container {
        padding: 25px 20px !important;
    }

    .present-pdp__logo {
        max-width: 150px;
    }

    .present-pdp__logos {
        margin: auto;
    }
    .present-pdp__logo img {
        width: 100%;
        min-height: auto;
    }
}

@media screen and (max-width: 960px) {
    body .wrapper .section_3 .right {
        display: block !important;
        width: 100%;
        margin-left: 0;
    }
    body .wrapper .section_3 .right.not-sbp {
        display: none !important;
    }
    .item_abs .text_block a {
        margin-top: 20px;
    }

    .item_abs .text_block span {
        font-size: 16px !important;
        line-height: 26px;
    }
    body .wrapper .section_3 .left {
        margin-right: 0 !important;
    }
}

@media screen and (max-width: 900px) {
    .present-pdp__container {
        flex-direction: column;
        row-gap: 20px;
    }

    .certification__contaoner {
        flex-direction: column;
        row-gap: 30px;
    }
}

@media screen and (max-width: 500px) {
    .is-spb h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .is-spb .h4 {
        font-size: 14px !important;
    }

    .present-pdp__logos {
        flex-wrap: wrap;
        row-gap: 20px;
    }

    .certification__contaoner {
        flex-direction: column;
        row-gap: 30px;
    }

    .certification__title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: -30px;
    }

    .certification__text {
        font-size: 18px;
        line-height: 20px;
    }
}

.left.new-block {
    padding: 20px !important;
}

.left.new-block h2 {
    font-size: 24px;
    margin-top: 27px;
}

.hidden {
    display: none !important;
}

div#click_buy_popup {
    margin: auto;
}

button.popup-button {
    width: 100%;
    padding: 11px 9px 9px 9px;
    border-radius: 4px;
    background-color: #d10b0f;
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    transition: 0.5s;
    margin-top: 7px;
}

.product-price {
    padding-right: 0 !important;
}

.cena {
    height: auto !important;
    border: none !important;
    border-radius: 0 !important;
}

button.popup-button:hover {
    background-color: rgba(209, 11, 15, 0.86) !important;
}

.title_cur {
    margin-bottom: 5px !important;
}

.price_change {
    margin-top: 5px;
    margin-bottom: 10px;
}

.buy {
    display: none !important;
}

.tabs .tab2 {
    display: none !important;
}

body .popup .top_popup .tabs > a {
    display: flex;
    column-gap: 10px;
    align-items: center;
}

#ajax-loaded .image_product {
    min-width: 80%;
    width: 80%;
    object-fit: cover;
    max-width: 100%;
}

#ajax-loaded .img {
    width: 100%;
    display: flex;
    justify-content: center;
}

.home_banner_search .main-tabs-content-wrap ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 5px;
}

.home_banner_search .main-tabs-content-wrap ul li {
    max-width: 150px;
    width: 100%;
}

.home_banner_search .main-tabs-content-wrap ul li[data-popular="1"] {
    order: -1;
    display: block !important;
}

.home_banner_search .main-tabs-content-wrap ul li[data-popular] {
    display: none;
}

.main-tabs-content-wrap ul.is-acive li[data-popular] {
    display: block;
}

div#fl .item.item_search.shk-item .img {
    width: 100%;
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 650px) {
    body .wrapper .section_4 div#ajax-loaded .item.item_search.shk-item,
    div#fl .item.item_search.shk-item,
    div#mse2_results .item.item_search.shk-item {
        max-width: 300px;
    }

    .navigation-links {
        flex-wrap: wrap;
    }

    h1#car-title {
        font-size: 22px !important;
        margin-top: -10px;
    }

    body .wrapper .container {
        padding: 10px 20px;
    }

    .select-all img {
        max-width: 160px;
    }
}

.pdp-youtube__popup {
    display: none;
}

.pdp-youtube__button {
    display: flex;
    height: 55px;
    width: 100%;
    font-size: 30px;
    border-radius: 8px;
    font-weight: 600;
    background: #d10b0f;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
    color: white;
    cursor: pointer;
}

.pdp-youtube__button:hover {
    background: #ad0004;
    color: white;
    -webkit-animation: none;
}

.pulse {
    position: relative;
}

.pulse:before,
.pulse:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    opacity: 0;
    margin: auto;
}

.pulse:before {
    animation: pulse 1.5s infinite linear;
}

.pulse:after {
    animation: pulse 2s 0.4s infinite linear;
}

.pulse:hover:before,
.pulse:hover:after {
    display: none;
}

@keyframes pulse {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    33% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(3);
        opacity: 0;
    }
}

.mfp-content #youtube-review {
    display: block !important;
    width: 100%;
    margin: auto;
    background: white;
    padding: 20px;
    max-width: 1000px;
}

.pdp-youtube__modal iframe {
    width: 100%;
    height: 90vh;
    margin: auto;
    display: block;
}

.mfp-content #youtube-review .mfp-close {
    right: -5px;
    top: -20px;
    background: #fff;
    opacity: 1;
    border: 3px solid;
}

.mfp-content #youtube-review {
    position: relative;
}

/* Articles index */
.articles-template-title {
    display: none !important;
}

.articles-index {
    margin: 0 0 56px;
    color: #1f2937;
}

.articles-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin: 0 0 22px;
    color: #9aa1ad;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

.articles-breadcrumbs a {
    color: #9aa1ad;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.articles-breadcrumbs span::before {
    content: "-";
    margin-right: 8px;
    color: #c2c7d0;
}

.articles-toolbar {
    display: flex;
    flex-direction: column;
    gap: 22px 44px;
    align-items: start;
    margin: 0 0 44px;
}

.articles-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 14px;
}

.articles-category {
    min-height: 56px;
    padding: 0 32px;
    color: #202938;
    font: inherit;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    background: #fff;
    border: 1px solid #edf0f5;
    border-radius: 28px;
    box-shadow: 0 8px 18px rgba(31, 41, 55, 0.12);
    cursor: pointer;
    transition:
        background 160ms ease,
        border-color 160ms ease,
        box-shadow 160ms ease,
        color 160ms ease;
}

.articles-category:hover,
.articles-category.is-active {
    color: #fff;
    background: #2f6fdf;
    border-color: #2f6fdf;
    box-shadow: 0 10px 20px rgba(47, 111, 223, 0.26);
}

.articles-search {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    min-height: 56px;
    padding: 5px 6px 5px 18px;
    background: #fff;
    border: 1px solid #edf0f5;
    border-radius: 28px;
    box-shadow: 0 8px 18px rgba(31, 41, 55, 0.12);
}

.articles-search__label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

.articles-search__icon {
    width: 18px;
    height: 18px;
    border-top: 2px solid #9aa1ad;
    border-left: 2px solid #9aa1ad;
    transform: rotate(90deg);
}

.articles-search input {
    min-width: 0;
    height: 44px;
    color: #202938;
    font: inherit;
    font-size: 15px;
    background: transparent;
    border: 0;
    outline: 0;
}

.articles-search input::placeholder {
    color: #a7adb8;
}

.articles-search button {
    min-width: 94px;
    height: 44px;
    padding: 0 22px;
    color: #fff;
    font: inherit;
    font-size: 15px;
    font-weight: 700;
    background: #2f6fdf;
    border: 0;
    border-radius: 22px;
    cursor: pointer;
}

.articles-index__head {
    margin: 0 0 28px;
}

.articles-index__title {
    margin: 0;
    color: #05070c;
    font-size: 44px;
    font-weight: 800;
    line-height: 54px;
}

.articles-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 34px;
    align-items: start;
}

.articles-main {
    min-width: 0;
}

.articles-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 24px;
}

.articles-sidebar {
    position: sticky;
    top: 18px;
    min-width: 0;
}

.article-card {
    display: flex;
    min-width: 0;
    min-height: 100%;
    flex-direction: column;
    background: transparent;
}

.article-card[hidden] {
    display: none;
}

.article-card__media {
    display: block;
    position: relative;
    aspect-ratio: 1.28 / 1;
    overflow: hidden;
    background: #f4f6fb;
    border-radius: 16px;
}

.article-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 180ms ease;
}

.article-card:hover .article-card__media img {
    transform: scale(1.03);
}

.article-card__placeholder {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 42px;
    background: linear-gradient(135deg, #f6f8fd 0%, #e9eff9 100%);
}

.article-card__placeholder img {
    width: auto;
    max-width: 180px;
    height: auto;
    max-height: 70px;
    object-fit: contain;
}

.article-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 18px 0 0;
}

.article-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    align-items: center;
    min-height: 22px;
    margin: 0 0 12px;
    color: #697280;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
}

.article-card__meta time::before {
    content: "(";
}

.article-card__meta time::after {
    content: ")";
}

.article-card__title {
    display: -webkit-box;
    overflow: hidden;
    margin: 0 0 12px !important;
    color: #2b303a;
    text-transform: none !important;
    font-size: 22px !important;
    text-align: left !important;
    font-weight: 800;
    line-height: 36px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.article-card__title a {
    color: inherit;
    text-decoration: none;
}

.article-card__title a:hover {
    color: #2f6fdf;
}

.article-card__intro {
    display: -webkit-box;
    overflow: hidden;
    margin: 0 0 24px;
    color: #697280;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.article-card__more {
    display: inline-flex;
    width: max-content;
    max-width: 100%;
    min-height: 44px;
    align-items: center;
    gap: 12px;
    margin-top: auto;
    padding: 0 22px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
    background: #2f6fdf;
    border-radius: 22px;
}

.article-card__more::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
}

.article-card__more:hover {
    color: #fff;
    background: #245bc0;
}

.articles-empty {
    margin-top: 20px;
    padding: 28px;
    color: #697280;
    background: #f6f8fd;
    border: 1px solid #e3e8f2;
    border-radius: 16px;
}

.articles-empty[hidden] {
    display: none;
}

.articles-empty p {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
}

.product-day-card {
    position: relative;
    display: block;
    width: 100%;
    min-height: 0;
    overflow: hidden;
    text-align: left;
    background: #fff;
    border: 1px solid #edf0f5;
    border-radius: 18px;
    box-shadow: 0 12px 28px rgba(31, 41, 55, 0.12);
}

.product-day-card__badge {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    margin: 18px 18px 0;
    padding: 0 14px;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    line-height: 18px;
    background: #d71920;
    border-radius: 17px;
}

.product-day-card__media {
    display: flex;
    width: 100%;
    min-height: 190px;
    max-height: 230px;
    align-items: center;
    justify-content: center;
    padding: 20px 18px 12px;
    background: #f6f8fd;
    box-sizing: border-box;
}

.product-day-card__media img {
    display: block;
    width: 100%;
    max-height: 190px;
    object-fit: contain;
}

.product-day-card__body {
    padding: 18px;
}

.product-day-card__title {
    margin: 0 0 12px !important;
    color: #2b303a;
    text-transform: none !important;
    font-size: 22px !important;
    text-align: left !important;
    font-weight: 800;
    line-height: 36px;
}

.product-day-card__title a {
    color: #2b303a !important;
    text-decoration: none !important;
}

.product-day-card__title a:hover {
    color: #2f6fdf;
}

.product-day-card__specs {
    display: grid;
    gap: 8px;
    margin: 0 0 16px;
}

.product-day-card__specs div {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eef1f6;
}

.product-day-card__specs dt,
.product-day-card__specs dd {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}

.product-day-card__specs dt {
    color: #7a8294;
}

.product-day-card__specs dd {
    color: #202938;
    font-weight: 700;
    text-align: right;
}

.product-day-card__price {
    display: grid;
    gap: 4px;
    margin: 0 0 16px;
}

.product-day-card__price strong {
    color: #202938;
    font-size: 28px;
    font-weight: 900;
    line-height: 34px;
}

.product-day-card__price span {
    color: #7a8294;
    font-size: 14px;
    line-height: 20px;
}

.product-day-card__button {
    display: inline-flex;
    width: 100%;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    line-height: 20px;
    text-decoration: none;
    background: #2f6fdf;
    border-radius: 23px;
}

.product-day-card__button:hover {
    color: #fff;
    background: #245bc0;
}

@media screen and (max-width: 1180px) {
    .articles-toolbar {
        grid-template-columns: 1fr;
    }

    .articles-layout {
        grid-template-columns: 1fr;
    }

    .articles-sidebar {
        position: static;
    }

    .product-day-card {
        display: grid;
        grid-template-columns: 280px minmax(0, 1fr);
    }

    .product-day-card__badge {
        position: absolute;
        z-index: 1;
    }
}

@media screen and (max-width: 767px) {
    .articles-breadcrumbs {
        font-size: 15px;
        line-height: 22px;
    }

    .articles-toolbar {
        gap: 18px;
        margin-bottom: 34px;
    }

    .articles-categories {
        flex-wrap: nowrap;
        gap: 10px;
        overflow-x: auto;
        padding: 0 0 8px;
        -webkit-overflow-scrolling: touch;
    }

    .articles-category {
        flex: 0 0 auto;
        min-height: 46px;
        padding: 0 22px;
        font-size: 14px;
    }

    .articles-search {
        grid-template-columns: 24px minmax(0, 1fr);
        border-radius: 22px;
    }

    .articles-search button {
        grid-column: 1 / -1;
        width: 100%;
    }

    .articles-index__title {
        font-size: 34px;
        line-height: 42px;
    }

    .articles-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .product-day-card {
        display: block;
    }

    .article-card__media {
        border-radius: 14px;
    }

    .article-card__title {
        font-size: 23px;
        line-height: 30px;
    }

    .article-card__intro {
        font-size: 17px;
        line-height: 25px;
    }
}

/* Article detail */
body .wrapper .container.article-detail {
    max-width: 1280px;
    padding-top: 28px;
    color: #5f6776;
}

body .wrapper.article-detail-page {
    overflow: visible;
}

.article-detail__breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin: 0 0 16px;
    color: #9aa1ad;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
}

.article-detail__breadcrumbs a {
    color: #9aa1ad;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.article-detail__breadcrumbs span {
    color: #202938;
}

.article-detail__breadcrumbs a::after {
    content: "-";
    margin-left: 8px;
    color: #c2c7d0;
    text-decoration: none;
}

.article-detail__meta {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) auto;
    gap: 28px;
    align-items: center;
    margin: 0 0 32px;
    padding: 24px;
    background: #fff;
    border-radius: 28px;
}

.article-detail__author {
    display: flex;
    gap: 18px;
    align-items: center;
}

.article-detail__author-avatar {
    display: flex;
    width: 84px;
    height: 84px;
    flex: 0 0 84px;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    font-weight: 900;
    background: #2f6fdf;
    border-radius: 12px;
}

.article-detail__author span,
.article-detail__facts span {
    display: block;
    margin: 0 0 8px;
    color: #303442;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

.article-detail__author strong,
.article-detail__facts strong {
    display: block;
    color: #2f6fdf;
    font-size: 18px;
    font-weight: 800;
    line-height: 24px;
}

.article-detail__facts {
    display: grid;
    grid-template-columns: repeat(4, auto);
    gap: 28px;
    align-items: start;
}

body .wrapper .container.article-detail > h1 {
    max-width: 1120px;
    margin: 0 0 22px !important;
    color: #05070c !important;
    font-size: 54px !important;
    font-weight: 900 !important;
    line-height: 1.16 !important;
    text-align: left !important;
    text-transform: none !important;
}

.article-detail__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 34px;
    align-items: start;
}

.article-detail__main {
    min-width: 0;
}

.article-detail__sidebar {
    position: sticky;
    top: 88px;
    align-self: start;
    min-width: 0;
}

body .wrapper .container.article-detail .article-page__cover {
    display: block;
    width: 100%;
    max-height: 520px;
    object-fit: cover;
    margin: 0 0 34px;
    border-radius: 18px;
}

.article-detail__content {
    max-width: none;
}

.article-offer-card {
    display: block;
    overflow: hidden;
    padding: 22px;
    text-align: left;
    background: #fff;
    border: 1px solid #edf0f5;
    border-radius: 18px;
    box-shadow: 0 12px 28px rgba(31, 41, 55, 0.12);
}

.article-offer-card__badge {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    margin: 0 0 18px;
    padding: 0 14px;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    line-height: 18px;
    background: #d71920;
    border-radius: 17px;
}

body .wrapper .container.article-detail .article-offer-card h2 {
    margin: 0 0 12px !important;
    color: #202938 !important;
    font-size: 27px !important;
    font-weight: 900 !important;
    line-height: 1.18 !important;
    text-align: left !important;
    text-transform: none !important;
}

body .wrapper .container.article-detail .article-offer-card p {
    margin: 0 0 20px;
    color: #697280;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.45;
}

.article-offer-card__actions {
    display: grid;
    gap: 10px;
}

.article-offer-card__button {
    display: inline-flex;
    width: 100%;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    color: #2f6fdf !important;
    font-size: 15px;
    font-weight: 800;
    line-height: 20px;
    text-align: center;
    text-decoration: none !important;
    background: #f6f8fd;
    border: 1px solid #dfe7f5;
    border-radius: 23px;
    box-sizing: border-box;
}

.article-offer-card__button:hover {
    color: #245bc0 !important;
    background: #eef4ff;
}

.article-offer-card__button--primary,
.article-offer-card__button--primary:hover {
    color: #fff !important;
    background: #2f6fdf;
    border-color: #2f6fdf;
}

.article-offer-card__phone {
    margin-top: 16px;
    color: #202938;
    font-size: 19px;
    font-weight: 900;
    line-height: 24px;
    text-align: center;
}

body .wrapper .container.article-detail .article-detail__content p,
body .wrapper .container.article-detail .article-detail__content li {
    color: #5f6776;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.65;
}

body .wrapper .container.article-detail .article-detail__content p {
    margin: 0 0 26px;
}

body .wrapper .container.article-detail .article-detail__content strong,
body .wrapper .container.article-detail .article-detail__content b {
    color: #4d5666;
    font-weight: 800;
}

body .wrapper .container.article-detail .article-detail__content a {
    color: #2f6fdf;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 4px;
}

body .wrapper .container.article-detail .article-detail__content a:hover {
    color: #245bc0;
}

body .wrapper .container.article-detail .article-detail__content h2 {
    width: auto;
    margin: 42px 0 16px !important;
    color: #05070c !important;
    font-size: 30px !important;
    font-weight: 850 !important;
    line-height: 1.22 !important;
    text-align: left !important;
    text-transform: none !important;
}

body .wrapper .container.article-detail .article-detail__content h2[id],
body .wrapper .container.article-detail .article-detail__content h3[id] {
    scroll-margin-top: 96px;
}

body .wrapper .container.article-detail .article-detail__content h3 {
    margin: 30px 0 12px !important;
    color: #05070c !important;
    font-size: 24px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    text-align: left !important;
    text-transform: none !important;
}

body .wrapper .container.article-detail .article-detail__content ul,
body .wrapper .container.article-detail .article-detail__content ol {
    margin: 0 0 28px;
    padding-left: 34px;
}

body .wrapper .container.article-detail .article-detail__content ul {
    list-style: disc outside !important;
}

body .wrapper .container.article-detail .article-detail__content ol {
    list-style: decimal outside !important;
}

body .wrapper .container.article-detail .article-detail__content ul > li {
    list-style: disc outside !important;
}

body .wrapper .container.article-detail .article-detail__content ol > li {
    list-style: decimal outside !important;
}

body .wrapper .container.article-detail .article-detail__content li::marker {
    color: #2f6fdf;
    font-weight: 800;
}

body .wrapper .container.article-detail .article-detail__content li {
    display: list-item;
    margin: 0 0 8px;
    padding-left: 4px;
}

body .wrapper .container.article-detail .article-detail__content h2:first-of-type {
    margin-top: 34px !important;
    font-size: 24px !important;
}

body .wrapper .container.article-detail .article-detail__content h2:first-of-type + ul {
    display: grid;
    gap: 8px 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 0 36px;
    padding: 18px 20px;
    background: #f6f8fd;
    border: 1px solid #e4eaf4;
    border-radius: 16px;
    list-style: none !important;
}

body .wrapper .container.article-detail .article-detail__content h2:first-of-type + ul > li {
    margin: 0;
    padding: 0;
    list-style: none !important;
}

body .wrapper .container.article-detail .article-detail__content h2:first-of-type + ul a {
    color: #2f6fdf;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: none;
}

@media screen and (max-width: 991px) {
    .article-detail__layout {
        grid-template-columns: 1fr;
    }

    .article-detail__sidebar {
        position: static;
    }

    .article-detail__meta {
        grid-template-columns: 1fr;
    }

    .article-detail__facts {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    body .wrapper .container.article-detail > h1 {
        font-size: 42px !important;
    }

    body .wrapper .container.article-detail .article-detail__content p,
    body .wrapper .container.article-detail .article-detail__content li {
        font-size: 18px;
    }

    .article-offer-card {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 260px;
        gap: 18px 24px;
        align-items: start;
    }

    .article-offer-card__badge,
    body .wrapper .container.article-detail .article-offer-card h2,
    body .wrapper .container.article-detail .article-offer-card p,
    .article-offer-card__phone {
        grid-column: 1;
    }

    .article-offer-card__actions {
        grid-column: 2;
        grid-row: 1 / span 4;
    }
}

@media screen and (max-width: 640px) {
    body .wrapper .container.article-detail {
        padding-top: 18px;
    }

    .article-detail__breadcrumbs {
        font-size: 15px;
        line-height: 22px;
    }

    .article-detail__meta {
        padding: 18px;
        border-radius: 18px;
    }

    .article-detail__facts {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    body .wrapper .container.article-detail > h1 {
        font-size: 32px !important;
        line-height: 1.2 !important;
    }

    body .wrapper .container.article-detail .article-page__cover {
        max-height: 320px;
        margin-bottom: 24px;
        border-radius: 14px;
    }

    body .wrapper .container.article-detail .article-detail__content h2 {
        font-size: 25px !important;
    }

    body .wrapper .container.article-detail .article-detail__content h3 {
        font-size: 23px !important;
    }

    body .wrapper .container.article-detail .article-detail__content p,
    body .wrapper .container.article-detail .article-detail__content li {
        font-size: 16px;
        line-height: 1.55;
    }

    body .wrapper .container.article-detail .article-detail__content h2:first-of-type + ul {
        grid-template-columns: 1fr;
        padding: 16px;
    }

    .article-offer-card {
        display: block;
        padding: 18px;
        border-radius: 16px;
    }

    body .wrapper .container.article-detail .article-offer-card h2 {
        font-size: 24px !important;
    }
}

/* Header cleanup */
body .wrapper header .tell_header_middle .comagic_phone {
    letter-spacing: 0.6px;
}

body .wrapper header .tell_header_middle .header-phone-time {
    color: #666;
    font-size: 13px;
}

body .wrapper header .city_s .header-pickup-list {
    font-size: 13px;
}

.akb-mobile-header {
    display: none;
}

.seo-page-h1 {
    margin: 24px auto 28px;
    max-width: 1180px;
    color: #111827;
    font-size: 34px;
    line-height: 1.18;
    font-weight: 800;
    text-align: center;
}

@media screen and (max-width: 760px) {
    .seo-page-h1 {
        margin: 18px 16px 22px;
        font-size: 26px;
        line-height: 1.22;
        text-align: left;
    }
}

/* Clean mobile header */
@media screen and (max-width: 760px) {
    body.akb-mobile-menu-open {
        overflow: hidden;
    }

    body .wrapper header {
        position: relative;
        z-index: 200;
        width: 100%;
        margin: 0;
        overflow: visible;
        background: #fff;
    }

    body .wrapper header > .full.gr_2.gr_1,
    body .wrapper header > .full.gr_3 {
        display: none !important;
    }

    .akb-mobile-header {
        display: block;
        position: relative;
        padding: 14px 14px 14px;
        background: #fff;
    }

    .akb-mobile-header__top {
        display: grid;
        grid-template-columns: 124px minmax(0, 1fr) 48px;
        gap: 12px;
        align-items: center;
    }

    .akb-mobile-header__logo,
    .akb-mobile-header__logo svg,
    .akb-mobile-header__logo img {
        display: block;
        width: 124px;
        max-width: 124px;
        height: auto;
    }

    .akb-mobile-header__phone {
        display: block;
        overflow: hidden;
        color: #071123;
        font-size: 17px;
        font-weight: 400;
        line-height: 22px;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .akb-mobile-header__toggle {
        position: relative;
        display: block;
        width: 48px;
        height: 48px;
        padding: 0;
        border: 1.5px solid #1645b7;
        border-radius: 50%;
        background: #fff;
        cursor: pointer;
    }

    .akb-mobile-header__toggle span,
    .akb-mobile-header__toggle span::before,
    .akb-mobile-header__toggle span::after {
        position: absolute;
        left: 12px;
        right: 12px;
        height: 1.5px;
        border-radius: 2px;
        background: #1645b7;
        content: "";
        transition: transform 0.2s ease, opacity 0.2s ease, background 0.2s ease;
    }

    .akb-mobile-header__toggle span {
        top: 23px;
    }

    .akb-mobile-header__toggle span::before {
        top: -7px;
        left: 0;
        right: 0;
    }

    .akb-mobile-header__toggle span::after {
        left: 0;
        right: 0;
        bottom: -7px;
    }

    .akb-mobile-header.is-open .akb-mobile-header__toggle {
        position: fixed;
        top: 14px;
        right: 14px;
        z-index: 260;
        border-color: #0c45a7;
        background: #0c45a7;
    }

    .akb-mobile-header.is-open .akb-mobile-header__toggle span {
        background: transparent;
    }

    .akb-mobile-header.is-open .akb-mobile-header__toggle span::before,
    .akb-mobile-header.is-open .akb-mobile-header__toggle span::after {
        background: #fff;
    }

    .akb-mobile-header.is-open .akb-mobile-header__toggle span::before {
        top: 0;
        transform: rotate(45deg);
    }

    .akb-mobile-header.is-open .akb-mobile-header__toggle span::after {
        bottom: 0;
        transform: rotate(-45deg);
    }

    .akb-mobile-header__city {
        display: grid;
        grid-template-columns: 38px minmax(0, 1fr) 30px;
        align-items: center;
        height: 50px;
        margin-top: 12px;
        border: 1px solid #d6deeb;
        border-radius: 12px;
        background: #fff;
    }

    .akb-mobile-header__pin {
        position: relative;
        width: 14px;
        height: 14px;
        margin-left: 17px;
        border: 2px solid #071123;
        border-radius: 50%;
    }

    .akb-mobile-header__pin::after {
        position: absolute;
        left: 4px;
        bottom: -8px;
        width: 4px;
        height: 8px;
        border-radius: 0 0 4px 4px;
        background: #071123;
        content: "";
    }

    .akb-mobile-header__city::after {
        width: 0;
        height: 0;
        justify-self: center;
        border-top: 6px solid #071123;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        content: "";
    }

    .akb-mobile-header__select {
        width: 100%;
        min-width: 0;
        height: 48px;
        border: 0;
        outline: 0;
        background: transparent;
        color: #071123;
        font-family: inherit;
        font-size: 16px;
        font-weight: 700;
        line-height: 48px;
        appearance: none;
    }

    .akb-mobile-header__menu {
        position: fixed;
        top: 108px;
        right: 0;
        z-index: 240;
        width: min(360px, calc(100vw - 56px));
        max-height: calc(100vh - 124px);
        padding: 20px 20px 18px;
        overflow: auto;
        pointer-events: none;
        opacity: 0;
        transform: translateX(105%);
        transition: transform 0.24s ease, opacity 0.2s ease;
        border-radius: 16px 0 0 16px;
        background: linear-gradient(145deg, #071c42 0%, #062e69 100%);
        box-shadow: -100vw 0 0 100vw rgba(2, 9, 23, 0.62), 0 24px 46px rgba(0, 16, 48, 0.28);
    }

    .akb-mobile-header.is-open .akb-mobile-header__menu {
        pointer-events: auto;
        opacity: 1;
        transform: translateX(0);
    }

    .akb-mobile-header__nav,
    .akb-mobile-header__nav li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .akb-mobile-header__nav a {
        position: relative;
        display: flex;
        align-items: center;
        min-height: 56px;
        padding: 13px 28px 13px 48px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
    }

    .akb-mobile-header__nav a::before {
        position: absolute;
        left: 0;
        width: 22px;
        height: 22px;
        border: 2px solid rgba(255, 255, 255, 0.86);
        border-radius: 6px;
        content: "";
    }

    .akb-mobile-header__nav a::after {
        position: absolute;
        right: 0;
        color: #fff;
        font-size: 24px;
        font-weight: 300;
        line-height: 1;
        content: ">";
    }

    .akb-mobile-header__call {
        display: block;
        margin-top: 18px;
        padding: 16px 18px;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.08);
        color: #fff;
        text-align: center;
    }

    .akb-mobile-header__call span,
    .akb-mobile-header__call small {
        display: block;
    }

    .akb-mobile-header__call span {
        font-size: 17px;
        font-weight: 500;
        line-height: 22px;
    }

    .akb-mobile-header__call small {
        margin-top: 4px;
        font-size: 13px;
        line-height: 18px;
        opacity: 0.86;
    }
}

@media screen and (max-width: 380px) {
    .akb-mobile-header {
        padding: 12px 12px 14px;
    }

    .akb-mobile-header__top {
        grid-template-columns: 116px minmax(0, 1fr) 46px;
        gap: 10px;
    }

    .akb-mobile-header__logo,
    .akb-mobile-header__logo svg,
    .akb-mobile-header__logo img {
        width: 116px;
        max-width: 116px;
    }

    .akb-mobile-header__phone {
        font-size: 14px;
        line-height: 20px;
    }

    .akb-mobile-header__toggle {
        width: 46px;
        height: 46px;
    }

    .akb-mobile-header__menu {
        top: 102px;
        width: min(330px, calc(100vw - 48px));
    }
}
