html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {margin: 0;padding: 0;border: 0; vertical-align: baseline;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {display: block;}
ul {list-style: disc; margin-left: 20px;}
ol {margin-left: 20px;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
a {text-decoration: none;color: #000000;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
a:hover {text-decoration: none;}
* {outline: none !important;}
.form-control:focus {outline: 0;box-shadow: none;}
table {border-collapse: collapse;border-spacing: 0;}
/* ===============  ============== */
html, body {
    font-family: 'DINCondensedBold', sans-serif;
    font-size: 14px;
    color: #000000;
}
body {
    overflow-x: hidden;
    position: relative;
    min-width: 320px;
}
@media (min-width: 992px) {
    html, body {
        font-size: 16px;
    }
}
/*@media (min-width: 1200px) {*/
    /*html, body {*/
        /*font-size: 18px;*/
    /*}*/
/*}*/
@media (min-width: 1200px) {
    .container {
        max-width: 1260px;
    }
}
/* ===============  ============== */
@font-face {
    font-family: 'DINCondensedBold';
    src: url('../fonts/DINCondensedBold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Arial Narrow';
    src: url('../fonts/ARIALN.TTF') format('truetype');
    font-weight: 400;
    font-style: normal;
}
/* =============== header_min ============== */
.header_min {
    background: #060000;
    padding: 16px 0;
}
.header_min .menu {
    display: block;
}
.header_min .menu li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
}
.header_min .menu li:last-child {
    margin-right: 0;
}
.header_min .menu a {
    color: rgba(255,255,255,0.4);
    font-size: 10px;
    text-transform: uppercase;
    font-family: 'Arial Narrow';
    letter-spacing: 0.1em;
}
@media (min-width: 992px) {
    .header_min .menu a {
        font-size: 12px;
    }
}
.header_min .menu a:hover {
    color: rgba(255,255,255,1);
}
.lang .dropdown-toggle {
    background: transparent;
    border: 0;
    color: #fff;
    cursor: pointer;
	text-transform: uppercase;
}
.lang .dropdown-menu {
    min-width: 62px;
}
.lang .dropdown-toggle::after {
    display: none;
}
.lang .dropdown-item.active,.lang .dropdown-item:active,.lang .dropdown-item:focus,.lang .dropdown-item:hover {
    color: #fff;
    background-color: #fb2832;
}
/* =============== header ============== */
header {
    background: #181617;
    background: -moz-linear-gradient(left,  #181617 0%, #060000 100%);
    background: -webkit-linear-gradient(left,  #181617 0%,#060000 100%);
    background: linear-gradient(to right,  #181617 0%,#060000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#181617', endColorstr='#060000',GradientType=1 );
    position: relative;
}
/* DEL !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
.lang {
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 0 .5rem;
}
@media (min-width: 992px) {
    .lang {
        margin: 0 0 0 2rem;
    }
}
/*header .list_menu {*/
    /*margin: 0 0 10px 1.3125rem;*/
/*}*/
.header_big .list_menu, .header_big img {
    position: relative;
    z-index: 10;
}
.header_big {
    padding-bottom: 1.3125rem;
}
@media (min-width: 768px) {
    header .list_menu li p {
        font-size: .8rem;
    }
    header .list_menu li a {
        font-size: .9rem;
    }
    header .list_menu li {
        margin: 0 .5rem 0 0;
    }
    header:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 196px;
        height: 84px;
        background: url('../img/header_red_bg.png') no-repeat right bottom;
        -webkit-background-size: cover;
        background-size: cover;
        z-index: 1;
    }
}
@media (min-width: 992px) {
    .header_big {
        padding-bottom: 2.3125rem;
    }
    header .list_menu li {
        margin: 0 1rem 0 0;
    }
    header .list_menu li p {
        font-size: .9rem;
    }
    header .list_menu li a {
        font-size: 1rem;
    }
    header:after {
        width: 280px;
        height: 123px;
    }
}
@media (min-width: 1200px) {
    .head_logo {
        margin: 0.8125rem 0 0 2.125rem;
    }
    header .list_menu {
        margin: 0 0 10px 1.3125rem;
    }
    header .list_menu li p {
        font-size: 1rem;
    }
    header .list_menu li a {
        font-size: 1.375rem;
    }
    header:after {
        width: 376px;
        height: 143px;
    }
}
@media (max-width: 1199px) {
    .head_logo {
        max-width: 100%;
        height: auto;
    }
}
/* =============== header menu ============== */
@media (max-width: 767px) {
	.modal-block .simplecheckout-cart td.image {
		display: none;
	}
	
	.modal-block .simplecheckout-cart tr {
		display: block;
	}
	
	.modal-block .simplecheckout-cart td.name {
		display: block;
		width: 100%;
		border-left: 1px solid #efefef;
		border-right: 1px solid #efefef;
	}
	
	.modal-block .simplecheckout-cart .quantity {
		border-left: 1px solid #efefef;
	}



    .header_big .list_menu {
        z-index: 100;
        /*display: none;*/
        /*height: 494px;*/
        height: 545px;
        width: 320px;
        padding: 0 32px 0;
        position: absolute;
        right: 0;
        top: calc(100% + 1.3125rem);
        background: #060203;
        overflow: hidden;
        -webkit-transition: height .5s;
        -moz-transition: height .5s;
        -ms-transition: height .5s;
        -o-transition: height .5s;
        transition: height .5s;
    }
    .header_big .list_menu.list_menu_hide {
        height: 0;
    }
    .header_big .list_menu:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 300px;
        height: 122px;
        background: url(../img/header_red_bg.png) no-repeat right bottom;
        -webkit-background-size: cover;
        background-size: cover;
        z-index: 1;
    }
    header .list_menu li:first-child {
        margin-top: 10px;
    }
    header .list_menu li {
        display: block;
        margin: 0 0 1rem 0;
        position: relative;
        z-index: 3;
    }
    header .list_menu li p {
        display: inline-block;
        margin: 0 0 0.25rem 0;
        width: 140px;
    }
    header .list_menu li a {
        display: inline-block;
        vertical-align: middle;
    }
    header .list_menu li:last-child {
        margin-bottom: 88px;
    }
    header .list_menu li:nth-child(9), header .list_menu li:nth-child(10) {
        margin-left: 140px;
    }
    header .list_menu li:last-child {
        margin-left: 0;
    }
    .user_cab svg {
        height: 18px !important;
    }
    .head_red1 {
        font-size: 24px;
        color: #dc2e32;
        font-family: 'Arial Narrow';
        text-transform: uppercase;
        line-height: 1.2;
    }
    .head_btn {
        background: transparent;
        border: 0;
    }
    .head_btn span {
        height: 8px;
        width: 54px;
        display: block;
        position: relative;
        background: #dc4145;
    }
    .head_btn span:before {
         content: '';
         height: 8px;
         width: 54px;
         display: block;
         position: absolute;
         background: #dc4145;
         top: -12px;
         left: 0;
     }
    .head_btn span:after {
        content: '';
        height: 8px;
        width: 54px;
        display: block;
        position: absolute;
        background: #dc4145;
        top: 12px;
        left: 0;
    }
    
    /**/
    .head_btn.close_btn span {
        width: 54px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .head_btn.close_btn span:after {
        content: '';
        display: none;
    }
    .head_btn.close_btn span:before {
        width: 54px;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
        top: 0;
    }
    /**/
    
    .header_big .lang .dropdown-toggle {
        font-size: 20px;
    }
    .header_big .lang {
        margin: 0 0 0 0;
    }
}
@media (max-width: 575px) {
    .head_red1 {
        font-size: 16px;
    }
    header .list_menu li p {
        width: 90px;
    }
    header .list_menu li:last-child, header .list_menu li:nth-child(9), header .list_menu li:nth-child(10) {
        margin-left: 90px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .header_big .list_menu {
        right: -18px;
    }
}
/* =============== section1 ============== */
.section1 {
    background: #f6f7f7;
}
.section1 .swiper-slide {
    background: #f6f7f7;
}
.swiper-home-banner .title {
    color: #fc3b43;
    font-size: 2rem;
	max-width: 100%;
}
.swiper-home-banner .text {
    color: #2a2b30;
    font-size: 1rem;
    line-height: 1.25;
}
.swiper-home-banner .link {
    position: relative;
    color: #180608;
    padding-right: 30px;
    font-size: 1.625rem;
    margin-top: 1.875rem;
    display: inline-block;
    letter-spacing: -1px;
    margin-bottom: 2rem;
	max-width: 100%;
}
.swiper-home-banner .link:hover {
    padding-right: 35px;
}
.swiper-home-banner .link:after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: url("../img/arrow-right.png") no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    top: 50%;
    margin-top: -0.3125rem;
    right: 0;
}
.swiper-home-banner .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    display: inline-block;
    border-radius: 100%;
    background: #5f6168;
    opacity: 1;
}
.swiper-home-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper-home-banner .swiper-pagination-bullet-active {
    background: #f3454d;
}
@media (min-width: 576px) {
    .swiper-home-banner .title {
        margin-top: 2.3125rem;
        font-size: 4.25rem;
    }
    .swiper-home-banner .text {
        color: #2a2b30;
        font-size: 1.5rem;
    }
    .swiper-home-banner .link {
        margin-bottom: 3.125rem;
    }
}
@media (min-width: 768px) {
    .swiper-home-banner .text {
        margin-top: 0.875rem;
    }
}
@media (min-width: 992px) {
    .swiper-container-horizontal.swiper-home-banner>.swiper-pagination-bullets {
        bottom: 37px;
    }
    .swiper-home-banner .link {
        margin-bottom: 72px;
    }
}
@media (min-width: 1200px) {
    .home-banner_pl {
        padding-left: 6rem;
    }
    .swiper-home-banner .text {
        /*max-width: 460px;*/
        max-width: 100%;
    }
}
/* =============== section2 ============== */
.section2 {
    padding: 1.375rem 0;
}
.sec2_form {
    text-align: center;
}
.sec2_search {
    display: inline-block;
    max-width: 640px;
    width: calc(100% - 50px);
    position: relative;
}
@media (min-width: 992px) {
    .section2 {
        padding: 2.375rem 0;
    }
    .sec2_search {
        margin-left: 54px;
    }
}
.sec2_search:before {
    z-index: 1;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 18px;
    margin-top: -10px;
    width: 18px;
    height: 20px;
    background: url(../img/search.svg) no-repeat center;
}
.sec2_form button {
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
    border: 0;
    padding: 5px;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
}
.sec2_search input {
    width: 100%;
    text-align: left;
    font-family: 'Arial Narrow';
    font-size: 1.125rem;
    padding: 7px 5px 7px 52px;
    border-radius: 50px;
    border: 1px solid transparent;
    color: #5b5d66;
    -webkit-box-shadow: 0 0 5px 2px rgba(220,220,221,1);
    -moz-box-shadow: 0 0 5px 2px rgba(220,220,221,1);
    box-shadow: 0 0 5px 2px rgba(220,220,221,1);
}
/* =============== section3 - не адаптив ============== */
.section3 {
    padding: 1.1875rem 0 0 0;
}
.sec3_title {
    font-size: 1.5rem;
    color: #fc363e;
    letter-spacing: -1px;
}
.sec3_cat_list li {
    margin-bottom: 0.9375rem;
}
.sec3_cat_list li:last-child {
    margin-bottom: 3rem;
}
.sec3_cat_list a {
    font-size: 1.5rem;
    color: #1f1c1b;
    letter-spacing: -1px;
}
.sec3_cat_list a:hover {
    color: #ff1e2c;
}
.sec3_dop_txt {
    font-size: 0.9375rem;
    color: #ff1e2c;
    font-family: 'Arial Narrow';
    line-height: 1.3;
    margin-bottom: 1rem;
}

#catMenu .sec3_dop_txt {
	margin-bottom: 1rem;
}

@media (min-width: 992px) {
    .sec3_dop_txt {
        max-width: 220px;
        margin-bottom: 0;
    }
}
@media (max-width: 767px) {
    .sec3_items > div:nth-child(2n + 2) {
        border-left: 2px solid rgba(178,178,178,.3);
    }
    .sec3_item .image img {
        height: auto;
        width: auto;
        max-width: 100%;
    }
}
@media (min-width: 768px) {
    .sec3_items > div {
        border-left: 2px solid rgba(178,178,178,.3);
    }
    .sec3_item .image img {
        height: 176px;
        width: auto;
        max-height: 176px;
        max-width: 100%;
    }
}
.sec3_item .price {
    color: #272727;
    font-size: 1rem;
}
.sec3_item .price .new {
    color: #ff1e2c;
    margin-right: 1.125rem;
}
.sec3_item .price .old span {
    position: relative;
}
.sec3_item .price .old span:before {
    content: '';
    display: block;
    z-index: 2;
    width: 42px;
    height: 3px;
    background: #ff1e2c;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.sec3_item .price span {
    font-size: 1.875rem;
    display: inline-block;
    margin-right: 0.3125rem;
}
.sec3_item .name a {
    color: rgba(129,129,129,.95);
    font-size: 1.3125rem;
    line-height: 1.2;
    margin-top: 0.4375rem;
    display: block;
}
.sec3_item .name a:hover {
    color: #272727;
}
.sec3_item .image_hot {
    height: 84px;
    min-width: 100px;
    width: auto;
    position: absolute;
    top: 0;
    left: -19px;
    z-index: 10;
    background: url(../img/action.png) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
    font-size: 35px;
    text-align: center;
    line-height: 2.4;
}
.sec3_item .image_hot span {
    font-family: 'Arial Narrow';
}
/* ===============  ============== */
.section3 .pagination li {
    margin: 0 3px;
}
.section3 .pagination a, .section3 .pagination span {
    font-size: 1.3125rem;
    color: #2d2f32;
}
.section3 .pagination a.active, .section3 .pagination .active span, .section3 .pagination a:hover {
    color: #ff1e2c;
}
/* =============== section4 ============== */
.section4 {
    padding-bottom: 1.5rem;
}
@media (min-width: 1200px) {
    .section4 {
        padding-bottom: 2.625rem;
    }
}
.se4_item {
    background-repeat: no-repeat !important;
    background-position: center right !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    /*min-height: 308px;*/
    padding: 1.625rem 1.5625rem 0.875rem;
    color: #fff;
    margin-bottom: 1.5rem;
}
/*.se4_item .max_w {*/
    /*max-width: 75%;*/
/*}*/
.se4_item .title {
    font-size: 1.875rem;
    margin-bottom: 1rem;
    line-height: 1.2;
}
.se4_item .txt {
    font-size: 1.1rem;
    line-height: 1.2;
    margin-bottom: 1rem;
	max-width: 185px;
}
.se4_item .button {
    font-size: 1.25rem;
    color: #fff;
}
.se4_item .button:hover {
    color: #2d2f32;
}
.se4_item_text {
    font-family: 'Arial Narrow';
    color: rgba(11, 22, 29, .7);
    font-size: 1rem;
    letter-spacing: 0.03em;
}
.sec4_act_date {
    font-size: 1.25rem;
    color: #180608;
    padding-bottom: 0.5rem;
}
.sec4_act_date span {
    color: #e11f2c;
}
@media (min-width: 992px) {
    .sec4_act_date {
        font-size: 1.625rem;
    }
    .se4_item {
        min-height: 308px;
        margin-bottom: 2.8125rem;
    }
    .se4_item .txt {
        font-size: 1.25rem;
        margin-bottom: 1.375rem;
    }
}
@media (min-width: 1200px) {
    .se4_item .title {
        font-size: 3.875rem;
        margin-bottom: 1.3125rem;
    }
}
/* =============== footer - не адаптив ============== */
footer {
    background: rgb(0,0,0);
    background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(27,5,4,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(27,5,4,1) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(27,5,4,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1b0504',GradientType=0 );

    padding: 2.0625rem 0 2.0625rem;
}
@media (min-width: 1200px) {
    footer .container {
        max-width: 1094px;
    }
}
.foot_first > * {
    /*display: inline-block;*/
    /*vertical-align: bottom;*/
    text-transform: uppercase;
}
.foot_first .logo {
    /*margin: 0 0 0 84px;*/
}
.foot_first .gray_txt {
    font-family: 'Arial Narrow';
    font-size: 7px;
    color: rgba(198,196,196, 0.9);
    padding: 0 0 0.375rem 0;
    letter-spacing: 0.135em;
}
.foot_first .red_txt {
    font-family: 'Arial Narrow';
    font-size: 7px;
    color: #fc2e37;
    padding: 0 0 0.375rem 0;
    letter-spacing: 0.165em;
}
@media (min-width: 576px) {
    .foot_first .gray_txt, .foot_first .red_txt {
        font-size: 13px;
    }
}
@media (min-width: 768px) {
    .foot_first .gray_txt {
        font-size: 17.4px;
    }
    .foot_first .red_txt {
        font-size: 20px;
    }
}
@media (min-width: 992px) {
    .foot_first .gray_txt, .foot_first .red_txt {
        font-size: .8rem;
    }
    .foot_first .red_txt {
        padding: 0 0 0.375rem 2.1875rem;
    }
    .foot_first .gray_txt {
        padding: 0 0 0.375rem 1.75rem;
    }
}
@media (min-width: 1200px) {
    footer {
        padding: 2.0625rem 0 4rem;
    }
    .foot_first .gray_txt, .foot_first .red_txt {
        font-size: 1.0625rem;
    }
}
/**/
.foot_big_menu {
    padding: 2rem 0 0 0;
}
.list_menu {
    display: inline-block;
    text-transform: uppercase;
    vertical-align: bottom;
}
.list_menu li {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 1rem 0 0;
}
.list_menu li:last-child {
    margin-right: 0;
}
@media (min-width: 992px) {
    header .list_menu li:nth-child(10) {
        margin-right: 0;
    }
}
.list_menu li p {
    font-size: 1rem;
    color: #fc2e37;
    margin: 0 0 0.25rem 0;
}
.list_menu li a {
    font-size: 1.375rem;
    color: rgba(255,255,255,0.6);
}
.list_menu li a:hover, .list_menu li.action a:hover {
    color: rgba(255,255,255,1);
}
.list_menu li.action a {
    color: #fc2e37;
}
@media (max-width: 767px) {
    .foot_big_menu {
        display: none !important;
    }
}
/**/
header .list_social {
    margin: 0;
}
.list_social {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 0 0.25rem 2.9375rem;
}
.list_social li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}
.list_social li:last-child {
    margin-right: 0;
}
.list_social li a {
    display: block;
    width: 22px;
    height: 22px;
    position: relative;
    background: #fff;
    border-radius: 100%;
}
.list_social li a:hover {
    background: #fc2e37;
}
.list_social li a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-height: 14px;
    height: 100%;
    width: auto;
}
.list_social li a img.play {
    max-height: 6px;
}
/**/
footer .header_min {
    background: transparent;
    /*padding: 0.25rem 0 0 0;*/
}
.foot_copy_txt {
    font-size: 12px;
    color: rgba(255,255,255,.3);
    font-family: 'Arial Narrow';
    letter-spacing: 0.04em;
}
@media (max-width: 767px) {
    footer .list_menu li {
        margin-bottom: 1rem;
    }
    footer .list_menu {
        text-align: justify;
    }
    footer .list_menu:after {
        content: '';
        display: inline-block;
        height: 0;
        width: 100%;
    }
}
@media (min-width: 576px) {  }
@media (max-width: 991px) {
    footer .list_social {
        margin: 24px 0 0 0;
    }
}
@media (min-width: 768px) {
    .foot_big_menu {
        padding: 2rem 0;
    }
    .list_menu li p {
        font-size: .8rem;
    }
    .list_menu li a {
        font-size: 1rem;
    }

    footer .header_min {
        padding: 0;
    }
}
@media (min-width: 992px) {
    .list_menu li p {
        font-size: 1rem;
    }
    .list_social {
        margin: 0 0 0.25rem 2.9375rem;
    }
    footer .header_min {
        padding: 0.25rem 0 0 0;
    }
}
@media (min-width: 1200px) {
    .foot_big_menu {
        padding: 4.875rem 0 4.875rem 0;
    }
    .list_menu li a {
        font-size: 1.375rem;
    }
}
/* =============== section5 - не адаптив catalog_landing.html ============== */
.section5 {
    padding: 13px 0;
}
@media (max-width: 991px) {
    .section5 .sec_breadcrumb .sec2_form {
        width: 100%;
    }
}
.breadcrumb_list {
    font-family: 'Arial Narrow';
}
.breadcrumb_list li {
    display: inline-block;
    vertical-align: baseline;
    /*letter-spacing: -1px;*/
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #939395;
}
.breadcrumb_list li:not(:first-child) {
    margin-left: 16px;
    position: relative;
}
.breadcrumb_list li:not(:first-child):before {
    content: '>';
    display: block;
    position: absolute;
    top: 0;
    left: -14px;
}
.breadcrumb_list a {
    color: #939395;
}
.breadcrumb_list a:hover {
    color: #fc2e37;
}

@media (min-width: 768px) {
    .sec_breadcrumb .sec2_form {
        width: 258px;
    }
}
@media (min-width: 992px) {
    .sec_breadcrumb .sec2_form {
        width: 320px;
    }
}
.sec_breadcrumb .sec2_search {
    margin-left: 0;
}
.sec_breadcrumb .sec2_search input {
    font-size: 12px;
    text-transform: uppercase;
    padding: 6px 5px 6px 34px;
    letter-spacing: 0.12em;
}
.sec_breadcrumb .sec2_search:before {
    left: 12px;
    margin-top: -7px;
    width: 13px;
    height: 13px;
}
.sec_breadcrumb .sec2_form button {
    font-size: 0;
}
.title_catalog {
    font-size: 2.9375rem;
    color: #fb3c44;
    padding: 0.25rem 0;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .title_catalog {
        padding: 0.25rem 0 2.25rem;
    }
}
/* =============== section6 ============== */
.section6 {
    color: #494949;
    padding: 1.8125rem 0 2.5rem 0;
}
.section6 .table_compare {
    /*overflow: auto;*/
    width: 100%;
    min-height: .01%;
}
@media (max-width: 1259px) {
    .section6 .table_compare {
        padding-bottom: 2rem;
        overflow-x: scroll;
    }
        /* Для всех скроллбаров */
    /*.table_compare::-webkit-scrollbar {*/
        /*width: 1em;*/
        /*background-color: #F5F5F5;*/
    /*}*/
    /*.table_compare::-webkit-scrollbar-thumb {*/
        /*width: 1em;*/
        /*background-image: -webkit-linear-gradient(#fc2e37, #fc2e37);*/
    /*}*/
    /*.table_compare::-webkit-scrollbar-track {*/
        /*-webkit-box-shadow: inset 0 0 3px #fc2e37;*/
        /*border: 1px solid #fc2e37;*/
        /*background-color: #F5F5F5;*/
    /*}*/
    /*.table_compare::-webkit-scrollbar-button {*/
        /*background-color: #010000;*/
    /*}*/
    /*.table_compare::-webkit-scrollbar-corner {*/
        /*background-color: #010000;*/
    /*}*/
    .table_compare::-webkit-scrollbar-track
    {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
        background-color: #F5F5F5;
    }

    .table_compare::-webkit-scrollbar
    {
        width: 12px;
        background-color: #F5F5F5;
    }

    .table_compare::-webkit-scrollbar-thumb
    {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #fb3c44;
    }

}
.section6 .table_compare table {
    min-width: 100%;
    border-collapse: collapse;
    width: 1230px;
}
.sec6_item {
    color: #494949;
}
.section6 a:hover {
    color: #fb3c44;
}
.sec6_item > * {
    display: inline-block;
    vertical-align: middle;
}
.sec6_item > div {
    width: calc(100% - 68px);
    text-align: right;
    padding: 0 1.125rem 0 0;
}
.sec6_item > div p:first-child {
    text-transform: uppercase;
    font-size: 1.375rem;
}
.sec6_item > div p:nth-child(2) {
    font-family: 'Arial Narrow';
}
.sec6_char_title {
    font-size: 1.2rem;
    padding: 0 0 0.75rem 0;
    border-bottom: 1px solid #a1a1a1;
}
.data-table > tbody > tr:not(:first-child) > td:first-child {
    font-size: 1.1rem;
    white-space: nowrap;
    padding: 0 0 0.5625rem 0;
}
.data-table > tbody > tr > td {
    width: 307px;
}
.data-table > tbody > tr:not(:first-child) > td:not(:first-child) {
    text-align: right;
    font-family: 'Arial Narrow';
    padding-left: 0.9375rem;
}
.data-table > tbody > tr:nth-child(2) > td:first-child {
    padding-top: 1.6875rem;
}

.td-title {
	text-align: left !important;
	color: #7b7b7b;
	border-bottom: 1px solid #efefef;
	/*background-color: #f7f7f7;*/
	padding-top: 0.5625rem !important;
}

.section-b5 {
	margin-top: 15px;
}

@media (min-width: 992px) {
    .section6 {
        color: #494949;
        padding: 3.8125rem 0 7.5rem 0;
    }
    .sec6_char_title {
        font-size: 1.4375rem;
    }
    .data-table > tbody > tr:not(:first-child) > td:first-child {
        font-size: 1.25rem;
    }
    .data-table > tbody > tr:nth-child(2) > td:first-child {
        padding-top: 3.6875rem;
    }
}
/* =============== section7 ============== */
.section7 {
    font-family: 'Arial Narrow';
    color: #4d4f5b;
    padding: 5px 0 0 0;
    letter-spacing: 0.09em;
}
/* =============== section8 ============== */
.section8 {
    padding: 2.375rem 0 0 0;
}
@media (max-width: 575px) {
    .sec8_list li {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .section8 {
        padding: 4.375rem 0 0 0;
    }
}
.sec8_list {
    border-top: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
    padding: .8rem;
}
.sec8_list li:first-child {
    color: #fb2832;
    margin-right: 2.5rem;
}
@media (max-width: 767px) {
    .sec8_list li:first-child {
        width: 100%;
        margin-right: 0;
    }
}
.sec8_list li {
    font-size: 1.375rem;
    color: rgba(59, 59, 62, .6);
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.625rem;
    margin-bottom: 0.625rem;
}
.sec8_list input[type="checkbox"] {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: 2px;
}
.sec8_list label {
    position: relative;
    cursor: pointer;
}
/*.sec8_list input[type="checkbox"]:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    z-index: 3;
    background: url("../img/checkbox/check.jpg") no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}
.sec8_list label input[type="checkbox"]:checked:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    z-index: 3;
    background: url("../img/checkbox/check_check.jpg") no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}*/
@media (min-width: 768px) {
    .sec8_list {
        padding: 2.1875rem 2.5rem 1.5625rem;
    }
}
/* =============== section9 ============== */
.section9 {
    padding: 1.875rem 0 1.875rem;
}
.sec9_btn {
    width: 100%;
    text-align: left;
    font-size: 1.125rem;
    padding: 7px 38px 7px 27px;
    border-radius: 50px;
    border: 1px solid transparent;
    background: #fff;
    color: #5b5d66;
    -webkit-box-shadow: 0 0 5px 2px rgba(220,220,221,1);
    -moz-box-shadow: 0 0 5px 2px rgba(220,220,221,1);
    box-shadow: 0 0 5px 2px rgba(220,220,221,1);
    cursor: pointer;
    margin-bottom: 1.3125rem;
}
.sec9_btn::after {
    display: block;
    width: auto;
    height: auto;
    margin-left: 0;
    vertical-align: auto;
    content: url(../img/arrow-right.png);
    border: 0;
    position: absolute;
    top: 50%;
    margin-top: -1.4375rem;
    right: 23px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.section9 .dropdown-item.active,.section9 .dropdown-item:active,.section9 .dropdown-item:focus,.section9 .dropdown-item:hover {
    color: #fff;
    background-color: #fb2832;
}
.section9 .dropdown-menu.show {
    width: 100%;
}
.sec9_item {
    padding-bottom: 2rem;
}
.sec9_item p {
    font-size: 1.125rem;
    color: #fb2c37;
    padding-top: 2rem;
    font-family: 'Arial Narrow';
    padding-bottom: 1.6875rem;
    line-height: 1.25;
}
.sec9_item_down {
    background: url(../img/btn_bg.png) no-repeat center #151414;
    -webkit-background-size: cover;
    background-size: cover;
    color: rgba(255,255,255, .6);
    text-transform: uppercase;
    text-align: center;
    font-size: 1.5625rem;
    padding: 1rem 0;
    display: block;
}
.sec9_item_down:hover {
    color: #fb2832;
}
.sec9_item_down span {
    position: relative;
}
.sec9_item_down span:after {
    display: block;
    content: url(../img/arrow-right.png);
    position: absolute;
    top: 50%;
    margin-top: -1.125rem;
    right: -25px;
}
.sec9_hr {
    margin: 0;
    border-top: 1px solid #b2b2b2;
}
@media (min-width: 768px) {
    .section9 {
        padding: 2.875rem 0 3.4375rem 0;
    }
    .sec9_item {
        padding-bottom: 3.125rem;
    }
    .sec9_item p {
        padding-top: 3.25rem;
    }
}
/* =============== section10 ============== */
.section10 {
    padding: 0.9375rem 0 0 0;
}
.sec10_img {
    height: 19.4375rem;
    background-repeat: no-repeat !important;
    background-position: center !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
}
.sec10_date {
    font-size: 1.625rem;
    color: #a9a9a9;
    line-height: 1;
}
.sec10_title {
    display: block;
    font-size: 1.625rem;
    color: #060000;
}
.sec10_title:hover {
    color: #fb2832;
}
.sec10_txt {
    font-size: 1.25rem;
    color: rgba(11, 22, 29, .9);
    font-family: 'Arial Narrow';
    line-height: 1.1;
    margin-top: 7px;
}
.sec10_link {
    display: inline-block;
    font-size: 1.25rem;
    color: rgba(251, 60, 68, .9);
}
.sec10_link:hover {
    color: rgba(11, 22, 29, .9);
}
.sec10_RSS {
    margin-top: 1.0625rem;
}
/* =============== section11 ============== */
.section11 {
    padding: 0 0 2rem 0;
}
@media (min-width: 1200px) {
    .section11 {
        padding: 0 0 3.3125rem 0;
    }
}
.sec11_txt {
    color: #4d4f5b;
    font-family: 'Arial Narrow';
    letter-spacing: 0.1em;
    line-height: 1.4;
}
#map_canvas {
    height: 350px;
}
@media (min-width: 576px) {
    #map_canvas {
        height: 400px;
    }
}
@media (min-width: 768px) {
    #map_canvas {
        height: 500px;
    }
}
@media (min-width: 992px) {
    #map_canvas {
        height: 600px;
    }
}
@media (min-width: 1200px) {
    #map_canvas {
        height: 800px;
    }
}
/* =============== section12 ============== */
.section12 {
    padding: 0 0 2.8125rem 0;
}
@media (min-width: 1200px) {
    .section12 {
        padding: 0 0 6.8125rem 0;
    }
}
/* ===============  ============== */
.sec11_list {
    padding: 1.5rem 0 0 0;
}
@media (min-width: 576px) {
    .sec11_list {
        padding: 2.5625rem 0 0 0;
    }
}
@media (min-width: 992px) {
    .sec11_list li {
        margin: 0 1.75rem 0 0;
        display: inline-block;
        vertical-align: middle;
    }
}
.sec11_list li:last-child {
    margin-right: 0;
}
.sec11_list li:first-child {
    font-size: 1.625rem;
    color: #180608;
}
.sec11_list li:not(:first-child) {
    font-family: 'Arial Narrow';
    letter-spacing: 0.07em;
}
.sec11_list li img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}
@media (min-width: 576px) {
    .sec11_list li img {
        margin-right: 1.3125rem;
    }
}
.sec11_list li a:hover {
    color: #fb2832;
}
/* ===============  ============== */
.new_det_txt {
    font-size: 20px;
    color: #0b161d;
    font-family: 'Arial Narrow';
    line-height: 1.1;
}
.new_det_img {
    margin: 0 auto;
}
@media (min-width: 768px) {
    .new_det_img {
        max-width: 50%;
    }
}
@media (min-width: 1200px) {
    .new_det_img {
        max-width: 60%;
    }
}
/* =============== section13 ============== */
.section13 {
    padding: 0 0 1.5rem 0;
}
.sec13_line {
    height: 1px;
    background: #b2b2b2;
    margin: 2rem 0;
}
.sec13_cont {
    width: 100%;
    max-width: 1045px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.sec13_img {
    margin-bottom: 0.75rem;
}
.sec13_date {
    margin: 0 0 6px 0;
}
.sec13_link {
    font-size: 1.2rem;
    line-height: 1;
}
.sec13_link:hover {
    color: #fb2832;
}
@media (min-width: 992px) {
    .sec13_line {
        margin: 3.0625rem 0 2.1875rem 0;
    }
    .sec13_link {
        font-size: 1.625rem;
    }
}
@media (min-width: 1200px) {
    .section13 {
        padding: 0 0 2.625rem 0;
    }
    .sec13_line {
        margin: 5.0625rem 0 4.1875rem 0;
    }
    .sec13_img {
        margin-bottom: 1.75rem;
    }
}
/* =============== section14 ============== */
.section14 {
    font-family: 'Arial Narrow';
    font-size: 1.25rem;
    padding: 1.2rem 0 2rem 0;
    line-height: 1.15;
    color: #0b161d;
}
.section14 strong, .section14 b {
    color: #060000;
    font-size: 1.3rem;
}
.section14 a {
    color: #fb2832;
}
.section14 a:hover {
    color: #060000;
}
@media (min-width: 768px) {
    .section14 {
        font-size: 1.25rem;
        padding: 1.4375rem 0 2.75rem 0;
    }
    .section14 strong, .section14 b {
        font-size: 1.4rem;
    }
}
@media (min-width: 992px) {
    .section14 {
        padding: 1.4375rem 0 4.75rem 0;
    }
    .section14 strong, .section14 b {
        font-size: 1.625rem;
    }
}
/* =============== section15 ============== */
.section15 {
    background: #f7f7f7;
    padding: 1.5rem 0;
}
.fz_0 {
    font-size: 0;
}
@media (min-width: 992px) {
    .section15 {
        padding: 3rem 0;
    }
}
/* ===============  ============== */
.section14 .form-control, .section14 .agFreeFormLine input[type="text"] {
    color: #79797a;
    font-size: 18px;
    display: block;
    width: 100%;
    height: auto;
    padding: 3px 0 3px 24px;
    line-height: 1.5;
    border: 1px solid transparent;
    border-radius: 25px;
    -webkit-box-shadow: 0 0 5px 2px rgba(220,220,221,1);
    -moz-box-shadow: 0 0 5px 2px rgba(220,220,221,1);
    box-shadow: 0 0 5px 2px rgba(220,220,221,1);
	transition: all 0.25s;
}

.section14 .has-error .form-control, .section14 .agFreeFormLine.has-error input[type="text"] {
	transition: all 0.25s;
    -webkit-box-shadow: 0 0 5px 2px rgba(225,0,0,0.5);
    -moz-box-shadow: 0 0 5px 2px rgba(225,0,0,0.5);
    box-shadow: 0 0 5px 2px rgba(225,0,0,0.5);
}
.section14 button {
    font-size: 20px;
    font-weight: bold;
    color: #4b4b4d;
    border: 0;
    background: transparent;
    cursor: pointer;
}
.section14 button img {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.section14 button:hover img {
    margin-left: 5px;
}
.section14 button * {
    display: inline-block;
    vertical-align: middle;
}
.section14 .form-group {
    margin-bottom: 13px;
}
/* =============== section16 ============== */
.section16 {
    padding: 0.375rem 0 2.5625rem 0;
}
.sec16_title {
    color: #545454;
    font-size: 2.875rem;
    letter-spacing: -0.03em;
}
.sec16_art {
    color: #a6a6a6;
    line-height: 1;
    font-family: 'Arial Narrow';
}
.sec16_price_wrp {
    margin-top: 11px;
}
.sec16_price {
    color: #fe4249;
    font-size: 3.0625rem;
    line-height: 1;
}
.sec16_price span {
    font-family: 'Arial Narrow';
    font-size: 1.4375rem;
    display: inline-block;
    margin-left: 3px;
}
.sec16_price span sup {
    font-size: 1.375rem;
    position: relative;
    top: 0;
}
.sec16_brands {
    color: #848484;
    font-size: 0;
}
.sec16_brands li {
    margin-right: 0.5625rem;
    display: inline-block;
    vertical-align: middle;
}
.sec16_brands li:first-child {
    font-size: 1.25rem;
}
.sec16_brands li:last-child {
    margin-right: 0;
}
.sec16_brands li img {
    max-width: 7.625rem;
}
.sec16_description {
    font-family: 'Arial Narrow';
    margin-top: 1.625rem;
    line-height: 1.4;
}
.sec16_description ul {
	list-style-type: disc;
	padding-left: 20px;
}

.sec16_description ul li {
	margin-bottom: 5px;
}
.sec16_recommend {
    color: #fe4249;
    font-family: 'Arial Narrow';
    margin-top: 1.625rem;
    padding-left: 4px;
    font-size: 1rem !important;
}
.sec16_recommend sup {
    position: relative;
    top: 0;
}
.sec16_compare {
    color: #414141;
    margin-top: 1rem;
    font-size: 1.25rem;
    position: relative;
}

.sec16_compare button {
	padding: 0px;
	color: #414141;
	margin-top: 1rem;
	font-size: 1.25rem;
	margin-right: 20px;
	margin-left: 0px !important;
}

.sec16_compare label {
    position: relative;
    cursor: pointer;
}
.sec16_compare label input {
  margin-left: 5px;
}
/*.sec16_compare input[type="checkbox"]:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    right: 0;
    width: 14px;
    height: 14px;
    z-index: 3;
    background: url(../img/checkbox/check.jpg) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}
.sec16_compare label input[type="checkbox"]:checked:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    right: 0;
    width: 14px;
    height: 14px;
    z-index: 3;
    background: url("../img/checkbox/check_check.jpg") no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}*/

form .text-danger {
	font-size: 14px;
	margin-bottom: 15px;
	display: block;
}

@media (min-width: 576px) {
    .sec16_compare input[type="checkbox"]:after {
        top: 7px;
    }
    .sec16_compare label input[type="checkbox"]:checked:after {
        top: 7px;
    }
}
@media (min-width: 992px) {
    .section16 {
        padding: 2.375rem 0 2.5625rem 0;
    }
    .sec16_compare input[type="checkbox"]:after {
        top: 8px;
    }
    .sec16_compare label input[type="checkbox"]:checked:after {
        top: 8px;
    }
}
.sec16_compare button {
    border: 0;
    background: transparent;
    margin-left: 0.9375rem;
    cursor: pointer;
    vertical-align: bottom;
}
.sec16_compare button * {
    display: inline-block;
    vertical-align: middle;
}
.sec16_compare button img {
    margin-left: 7px;
    margin-top: 2px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.sec16_compare button:hover img {
    margin-left: 0.75rem;
}
.sec16_RSS {
    position: absolute;
    bottom: -13px;
    right: 0;
}
@media (max-width: 767px) {
    .sec16_RSS {
        display: none !important;
    }
}
.dve_stroki {
    font-family: 'Arial Narrow';
}
@media (max-width: 575px) {
    .section16 .sec16_compare label {
        display: block;
        padding: 10px 0;
        border-top: 1px solid #3b3b3b;
        position: relative;
    }
    .section16 .sec16_compare label span {
        display: block;
    }
    .sec16_compare label input {
        position: absolute;
        top: 17px;
        right: 0;
    }
    .sec16_compare input[type="checkbox"]:after {
        top: 0;
        right: 0;
    }
    .sec16_compare label input[type="checkbox"]:checked:after {
        top: 0;
        right: 0;
    }
    .sec16_compare button {
        padding: 10px 0;
        margin-left: 0;
        border-top: 1px solid #3b3b3b;
        width: 100%;
        text-align: left;
    }
    .sec16_description {
        margin-top: 0;
        padding: 10px 0 0;
        border-top: 1px solid #3b3b3b;
    }
    .hideShowDescrBtn {
        color: #414141 !important;
        font-size: 1.25rem;
        position: relative;
        font-family: 'DINCondensedBold';
        margin-bottom: 10px;
        display: inline-block;
        padding-right: 30px;
    }
    .hideShowDescrBtn:after {
        content: '';
        display: block;
        position: absolute;
        top: 1px;
        right: 0;
        width: 16px;
        height: 24px;
        background: url(../img/angle-down.svg) no-repeat center;
        -webkit-background-size: contain;
        background-size: contain;
    }
    #hideShowDescr {
        display: none;
    }
    .section16 {
        padding-bottom: 0 !important;
    }
}
/* ===============  ============== */
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-detail-vertical {
    height: 180px;
    margin: 10px 0;
}
@media (min-width: 576px) {
    .swiper-detail-vertical {
        height: 320px;
    }
}
@media (min-width: 768px) {
    .swiper-detail-vertical {
        height: 400px;
    }
}
.swiper-detail-vertical img {
    max-height: 100%;
    cursor: pointer;
}
.vert_det_wrp {
    padding: 10px 0;
}
.detail-vertical-next, .detail-vertical-prev {
    line-height: 1;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    cursor: pointer;
}
.detail-vertical-next img, .detail-vertical-prev img {
    width: 30px;
    height: 30px;
}
.detail-vertical-prev img {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.detail-vertical-prev.swiper-button-disabled, .detail-vertical-next.swiper-button-disabled {
    opacity: .3;
    cursor: inherit;
}
.swiper-detail-horisontal .swiper-slide a {
    position: relative;
}
.sec16_plus {
    position: absolute;
    bottom: 36px;
    right: 0;
    color: #757575;
    font-size: 14px;
    z-index: 2;
    font-family: 'Arial Narrow';
}
.sec16_plus img {
    margin-left: 8px;
    width: 14px;
    display: inline-block;
    vertical-align: middle;
}
/* =============== section17 ============== */
.section17 {
    padding: 1.5rem 0 2rem 0;
}
.sec17_title {
    padding-bottom: 0.75rem;
    position: relative;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #a1a1a1;
    color: #414141;
    font-size: 1.4375rem;
    letter-spacing: -0.003em;
}
.sec17_table {
    font-size: 1.25rem;
    width: 100%;
    color: #404040;
}
.sec17_table tr td {
    padding: 0.3125rem 0;
}
.sec17_table tr td:last-child {
    font-family: 'Arial Narrow';
    text-align: right;
}

.sec17_table thead tr td {
	text-align: left !important;
	color: #7b7b7b;
	border-bottom: 1px solid #efefef;
}

.sec17_yout_title {
    color: #414141;
    font-size: 1.375rem;
    line-height: 1;
    margin-bottom: 10px;
}
.sec17_yout_item > div:nth-child(2) {
    padding-bottom: 50px;
    position: relative;
}
.sec17_yout_cont .sec17_yout_item:last-child {
    margin-bottom: 0 !important;
}
.sec17_yout_descr {
    position: absolute;
    bottom: 2px;
    left: 15px;
    width: 100%;
}
.sec17_yout_descr > * {
    display: inline-block;
    vertical-align: middle;
}
.sec17_yout_img {
    width: 48px;
    height: 48px;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin-right: 0.875rem;
}
.sec17_yout_img img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.sec17_yout_list {
    width: calc(100% - 65px);
}
.sec17_yout_list li:first-child {
    color: #0f0f0f;
    font-size: 1.0625rem;
    letter-spacing: 0.06em;
    line-height: 1;
}
.sec17_yout_list li:last-child {
    color: #959595;
    line-height: 1;
    font-size: 13px;
}
.sec17_yout_item {
    padding-bottom: 1.875rem;
    margin-bottom: 1.6875rem;
    position: relative;
}
.sec17_yout_item:after {
    position: absolute;
    content: '';
    width: calc(100% - 30px);
    height: 1px;
    background: #a1a1a1;
    bottom: 0;
    left: 15px;
}
.sec17_yout_cont .sec17_yout_item:last-child:after {
    display: none;
}
@media (max-width: 575px) {
    .sec16_flexy {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important;
    }
    .section17 {
        padding-top: 0 !important;
    }
    .sec17_title {
        padding: 10px 0;
        position: relative;
        margin-bottom: 0;
        border-top: 1px solid #3b3b3b;
        border-bottom: 0;
        font-size: 1.25rem;
        display: block;
    }
    .hideShowCherBtn {
        padding-right: 30px;
        position: relative;
    }
    .hideShowCherBtn:after {
        content: '';
        display: block;
        position: absolute;
        top: 1px;
        right: 0;
        width: 16px;
        height: 24px;
        background: url(../img/angle-down.svg) no-repeat center;
        -webkit-background-size: contain;
        background-size: contain;
    }
    #hideShowCher {
        display: none;
    }
    .section17 .sec17_table {
        margin-bottom: 10px;
    }
    .sec17_yout_item:after {
        display: none;
    }
    .section18 .sec17_title {
        border-top: 0;
    }
    .sec17_yout_item {
        flex-wrap: wrap;
        text-align: left;
        -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
        -webkit-justify-content: inherit;
        justify-content: inherit;
        -webkit-box-align: inherit;
        -ms-flex-align: inherit;
        -webkit-align-items: inherit;
        align-items: inherit;
    }
    .swiper-pagination-video {
        bottom: -5px !important;
    }
    .swiper-pagination-video .swiper-pagination-bullet {
        margin: 0 7px !important;
        font-size: 1.2rem !important;
        width: 0;
        height: 0;
        color: #000 !important;
        opacity: .9 !important;
    }
    .swiper-pagination-video .swiper-pagination-bullet-active {
        color: #fb2832 !important;
    }
}
@media (min-width: 576px) {
    .section17 {
        padding: 1.5rem 0 0.875rem 0;
    }
    .swiper-pagination-video {
        display: none !important;
    }
    .swiper-container-video {
        overflow: unset;
    }
    .swiper-container-video .swiper-wrapper {
        display: block;
    }
    .sec17_yout_item {
        flex-wrap: wrap;
        text-align: left;
        -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
        -webkit-justify-content: inherit;
        justify-content: inherit;
        -webkit-box-align: inherit;
        -ms-flex-align: inherit;
        -webkit-align-items: inherit;
        align-items: inherit;
    }
}
/* =============== section18 ============== */
.section18 {
    padding: 0 0 2.9375rem 0;
}
.sec18_item {
    padding-top: 2.375rem;
    border-left: 1px solid #b2b2b2;
}
@media (min-width: 992px) {
    .section18 {
        padding: 0 0 3.9375rem 0;
    }
    .sec18_item {
        padding-top: 2.375rem;
    }
}
@media (min-width: 1200px) {
    .section18 {
        padding: 0 0 6.9375rem 0;
    }
    .sec18_item {
        padding-top: 4.375rem;
    }
}
.sec18_row .sec18_item .sec3_item .name a {
    color: #414141;
}
.sec18_row .sec18_item .sec3_item .name a:hover {
    color: #fe4249;
}
@media (min-width: 576px) and (max-width: 991px) {
    .sec18_row .sec18_item:nth-child(2n + 1) {
        border-left: 1px solid transparent;
    }
}
@media (min-width: 992px) {
    .sec18_row .sec18_item:nth-child(5n), .sec18_row .sec18_item:first-child {
        border-left: 1px solid transparent;
    }
}

/* =============== section19 ============== */
.section19 {
    padding: 1.5625rem 0 0 0;
}
.section19 .sec_breadcrumb {
    padding: 0 0 1.75rem 0;
}
@media (min-width: 1200px) {
    .section19 .sec_breadcrumb {
        padding: 0 0 3.75rem 0;
    }
}
.sec19_dropdown {
    padding: 0 2.0625rem 0 0;
}
.sec19_dropdown .dropdown-toggle {
    color: #fb2832;
    font-family: 'Arial Narrow';
    border: 0;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    letter-spacing: -0.03em;
    font-size: .8rem;
    padding: 0;
}
.sec19_dropdown .dropdown-toggle::after {
    display: inline-block;
    background: url(../img/angle-down-red.svg) no-repeat center;
    width: 16px;
    height: 16px;
    margin-left: 0;
    vertical-align: bottom;
    content: "";
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}
@media (min-width: 992px) {
    .sec19_dropdown .dropdown-toggle {
        font-size: 1rem;
    }
    .sec19_dropdown .dropdown-toggle::after {
        width: 26px;
        height: 26px;
    }
}
.sec19_dropdown .dropdown-item {
    font-family: 'Arial Narrow';
}
.sec19_dropdown .dropdown-item.active,.sec19_dropdown .dropdown-item:active,.sec19_dropdown .dropdown-item:focus,.sec19_dropdown .dropdown-item:hover {
    color: #fff;
    background-color: #fb2832;
}
#input-sort {
	height: 250px;
	padding: 0px;
	border: 0px;
	scrollbar-width: none;
}
.sec19_cat_button {
    display: inline-block;
    position: relative;
    font-size: 1.5rem;
    color: #1f1c1b;
    padding-right: 25px;
}
.sec19_cat_button:hover {
    color: #1f1c1b;
}
.sec19_cat_button img {
    height: 32px;
    display: inline-block;
    vertical-align: middle;
}
.sec19_cat_button:after {
    content: '';
    display: block;
    width: 16px;
    height: 32px;
    top: 0;
    right: 0;
    position: absolute;
    background: url(../img/angle-down.svg) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}
.sec19_cat_button.accordion_oppen:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sec19_cat_button.accordion_oppen {
    padding-bottom: 1.5625rem;
}
@media (min-width: 992px) {
    .sec19_cat_button:after {
        top: 2px;
    }
}

/* ===============  ============== */
.sec19_list_items > div:nth-child(2n + 2) {
    border-left: 1px solid #b2b2b2;
        border-right: 1px solid #b2b2b2;

}
@media (min-width: 768px) {
    .sec19_list_items > div {
        border-left: 1px solid #b2b2b2;
    }
}
.sec19_list_items .sec3_item .name a {
    color: rgba(47,47,47,.95);
}
.sec19_list_items .sec3_item .name a:hover {
    color: #fb2832;
}
/* ===============  ============== */
.section19 .card {
    background-color: transparent;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
@media (max-width: 767px) {
    .section19 .card {
        border-bottom: 1px solid #5a5a5d !important;
    }
}
.section19 .card-header {
    padding: 0 0 0 0;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 0;
}
.sec19_acard_btn {
    display: block;
    width: 100%;
    border: 0;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: relative;
    text-align: left;
    padding: 0 0 11px 0;
    font-size: 21px;
    color: rgba(47,47,47,.95);
    letter-spacing: -0.03em;
}
.sec19_acard_btn:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: url("../img/angle-down.svg") no-repeat center;
    width: 28px;
    height: 28px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
	display: none;
}
.sec19_acard_btn.collapsed:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sec19_acard_btn:hover {
    color: #fb2832;
}
@media (min-width: 768px) {
    .section19 .accordion {
        padding: 2.875rem 0 0 0;
    }
}
.section19 .card-body {
    padding: 0 0 1.0625rem 0;
}
.section19 .card-body input[type="checkbox"] {
    display: inline-block;
    width: 13px;
    height: 13px;
    position: relative;
    top: 2px;
    margin-right: 17px;
}
.section19 .card-body label {
    position: relative;
    cursor: pointer;
    display: block;
    color: #595a5d;
    font-size: 12px;
    font-family: 'Arial Narrow';
    margin-bottom: 4px;
}
.section19 .card-body input[type="checkbox"]:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 13px;
    height: 13px;
    z-index: 3;
    background: url("../img/checkbox/ch.jpg") no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}
.section19 .card-body label input[type="checkbox"]:checked:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 13px;
    height: 13px;
    z-index: 3;
    background: url("../img/checkbox/ch_ch.jpg") no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}
.sec19_del {
    font-size: 1.3125rem;
    color: #4b4b4d;
    padding: 0 0 0 4px;
    letter-spacing: -0.03em;
    margin: 1rem 0;
    display: inline-block;
	margin-bottom: 30px !important;
}

.search-line {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border: 1px solid #efefef;
	padding-top: 25px;
}
.padding-bottom-30 {
	padding-bottom: 30px !important;
}
.section55 {
	padding-bottom: 40px;
}

.btn {
	margin-top: 20px;
}

.section55 .form-group label, .section55 .form-group >div {
	padding-left: 0px;
	padding-right: 0px;
}

.tabcontent {
	display: none;
	-webkit-animation: fadeEffect 1s;
	animation: fadeEffect 1s;
}

#tab0 {
	display: flex;
}

.tabcontent {
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
  width: 100%;
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

.drivers-select {
	/*width: 100%;
	height: 100px;
	padding: 0px;
	border: 0px;
	scrollbar-width: none;*/
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
	background-image: url(../img/arrow-right.png);
	background-repeat: no-repeat;
	background-position: 98% 50%;
}

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

@media (min-width: 992px) {
    .sec19_del {
        margin: 1rem 0 3.375rem 0;
    }
}
.sec19_del:hover {
    color: #fb2832;
}
.sec19_del img {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
/* =============== mod_popup ============== */
.mod_popup {
    color: #fff;
}
.mod_popup p:first-child {
    font-size: 1.8125rem;
}
.mod_popup p:first-child sup {
    font-size: 0.875rem;
    top: -1rem;
    margin-left: 3px;
}
.mod_popup p:last-child {
    font-size: 1.4375rem;
}
#hidden-content {
    background: transparent;
}
#hidden-content .fancybox-close-small {
    padding: 0;
    color: #fb2a34;
}
/* ===============  ============== */
.user_cab {
    color: #fff;
    font-family: 'Arial Narrow';
    text-transform: initial;
}
.user_cab svg {
    display: inline-block;
    vertical-align: text-top;
    height: 16px;
    margin-right: .25rem;
}
.user_cab:hover {
    color: #fb2a34;
}
/* ===============  ============== */
@media (max-width: 1259px) {
    #leftScroll {
        position: fixed;
        top: 50%;
        left: 0;
        margin-top: -10px;
    }
    #rightScroll {
        position: fixed;
        top: 50%;
        right: 0;
        margin-top: -15px;
    }
    .scrollBtn {
        color: #fb2a34 !important;
    }
    .scrollBtn svg {
        height: 30px;
    }
}
@media (min-width: 1260px) {
    #leftScroll, #rightScroll {
        display: none !important;
    }
}
/* ===============  ============== */
/* ===============  ============== */
/* ===============  ============== */

@media (min-width: 576px) {  }
@media (min-width: 768px) {  }
@media (min-width: 992px) {  }
@media (min-width: 1200px) {  }

#content {
	min-height: 300px;
}

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

.order-more a {
	margin-top: 0px;
}

.order-list-table td {
	vertical-align: middle;
}

.padding-bottom-30 {
	padding-bottom: 30px;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.button_oc {
	color: #fff !important;
}

.simple-content label {
	margin-bottom: 5px !important;
}

.simpleregister-block-content {
	padding: 0px !important;
}

.simplecheckout-block-content {
    padding: 20px 0px !important;
}

#simplecheckout_shipping {
	margin-bottom: 0px;
}

#simplecheckout_shipping .simplecheckout-block-content {
	padding-bottom: 0px !important;
}

#simplecheckout_comment .simplecheckout-block-content {
	margin-top: 25px;
}

.simplecheckout-cart tbody td {
	vertical-align: middle !important;
}

.simplecheckout-cart tbody td.name {
	text-align: left;
}

#total_sub_total, #total_shipping {
	display: none;
}

.simplecheckout-cart .quantity {
	font-size: 0;
}

.simplecheckout-cart .quantity div {
	width: 106px;
}

.simplecheckout-cart .quantity button {
	padding: 6px 8px !important;
	width: 25px;
	max-width: 25px;
	margin-top: 0px;
}

.simplecheckout-cart .quantity span {
	float: left;
}

.simplecheckout-cart .remove button {
	padding: 6px 8px !important;
	width: 25px;
	max-width: 25px;
	margin-top: 0px;
}

.simplecheckout-cart .quantity .form-control {
	width: 56px;
	max-width: 56px;
	text-align: center;
	float: left !important;
}

.to-cart-div {
	display: block;
	padding: 10px 0px;
	width: 100%;
	padding-top: 25px;
}

.to-cart-div input {
	display: none;
}

.to-cart-div button {
	max-width: 200px;
	background-color: #fe4249;
	margin-top: 0px;
	border: 0px;
	-webkit-appearance: none;
	appearance: none;
}

.to-cart-div button:focus {
	box-shadow: 0 0 0 0 rgba(0,123,255,0);
}

.to-cart-div button:hover {
	background-color: #df0109;
}

.checkout-basket-item {
	max-width: 600px;
	width: 100%;
}

.modal-block .simplecheckout-cart td {
	padding: 10px;
}

.modal-block .simplecheckout-cart .quantity {
	font-size: 0;
}

.modal-block .simplecheckout-cart .quantity div {
	width: 106px;
}

.modal-block .simplecheckout-cart .quantity span > div {
	padding: 6px 8px !important;
	width: 25px;
	max-width: 25px;
	margin-top: 0px;
}

.modal-block .simplecheckout-cart td {
    padding: 10px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

.modal-block .simplecheckout-cart td:first-child {
	border-left: 1px solid #efefef;
}

.modal-block .simplecheckout-cart td:last-child {
	border-right: 1px solid #efefef;
}

.cart-block {
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
}

.h2-t {
	font-size: 22px;
	text-align: center;
	margin-bottom: 25px;
}

.no-border {
	border: 0px !important;
}

/*.simplecheckout-button-right input {
	display: none;
}*/

.share42init {
	display: inline-block;
	margin-left: 200px;
}

div#opis {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
}

.list_menu li {
	position: relative;
}

.sub-menu {
	background-color: #171516;
	padding: 0px 20px;
	box-sizing: border-box;
	width: 300px;
	max-height: 0px;
	opacity: 0;
	transform: translateY(-15px);
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 100%;
	transition: all 0.25s ease-out;
	margin-left: 0px;
}

.sub-menu li {
	display: block;
}

.sub-menu li p {
	display: none;
}

.sub-menu li a {
	font-size: 1rem !important;
	line-height: 30px;
}

@media(min-width: 768px) {
	.list_menu li:hover .sub-menu {
		max-height: 15000px;
		opacity: 1;
		transform: translateY(0px);
		transition: all 0.25s ease-in;
		padding: 20px 20px;
	}
}

@media(max-width: 768px) {
	.sub-menu-but {
		width: 28px;
		height: 28px;
		box-sizing: border-box;
		border: 1px solid #fff;
		position: absolute;
		right: 0px;
		top: 0px;
		opacity: 0.6;
		text-align: center;
		cursor: pointer;
		transition: all 0.25s;
	}
	
	.sub-menu-but.ac, .sub-menu-but:hover {
		opacity: 1;
		transition: all 0.25s;
	}
	
	.sub-menu-but::after {
		content: "+";
		line-height: 22px;
		text-align: center;
		font-size: 22px;
		color: #fff;
	}
	
	.sub-menu {
		background-color: transparent;
		padding: 0px 20px;
		box-sizing: border-box;
		width: 100%;
		max-height: 0px;
		opacity: 0;
		transform: translateY(-15px);
		overflow: hidden;
		position: relative;
		left: auto;
		top: auto;
		transition: all 0.25s ease-out;
		margin-left: 0px;
	}
	
	.list_menu li .sub-menu.open {
		max-height: 15000px;
		opacity: 1;
		transform: translateY(0px);
		transition: all 0.25s ease-in;
		padding: 10px 20px;
	}
	
	.sub-menu li p {
		display: none !important;
	}
	
	.sub-menu li {
		margin: 0px !important;
	}
}