@font-face {
    font-family: 'Arimo-Bold';
    src: url('../fonts/Arimo-Bold.eot');
    src: url('../fonts/Arimo-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Arimo-Bold.svg#Arimo-Bold') format('svg'),
        url('../fonts/Arimo-Bold.ttf') format('truetype'),
        url('../fonts/Arimo-Bold.woff') format('woff'),
        url('../fonts/Arimo-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Arimo';
    src: url('../fonts/Arimo.eot');
    src: url('../fonts/Arimo.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Arimo.svg#Arimo') format('svg'),
        url('../fonts/Arimo.ttf') format('truetype'),
        url('../fonts/Arimo.woff') format('woff'),
        url('../fonts/Arimo.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

* {
    word-break: normal !important;
}

/*reset.css*/
body, h1, h2, h3, h4, h5, h6 {
    font: 14px/18px Verdana, sans-serif;
}
code, kbd, pre, samp, tt, var {
    font: 14px/18px Consolas, "Courier New", monospace;
}
body, optgroup {
    color: #000;
    background: #fff;
}
body, code, dl, dd, form, pre {
    margin: 0;
}
body {
    padding-top: 56px;
}
a:link {
    color: #009;
}
a:link, a:visited, ins {
    text-decoration: none;
}
a:visited {
    color: #505;
}
a:hover {
    text-decoration: none;
}
a:link img, a:visited img, object, fieldset, abbr, acronym {
    border: none;
}
sub, sup {
    position: relative;
    display: inline-block;
    font-size: 11px;
    line-height: 11px;
}
sub {
    top: 5px;
    vertical-align: middle;
}
sup {
    top: -2px;
    margin-top: -11px;
}
abbr, acronym {
    cursor: help;
    border-bottom: 1px dotted #999;
}
address, cite, dfn {
    font-style: normal;
}
code, pre {
    white-space: pre-wrap;
}
img {
    vertical-align: bottom;
}
td, th, textarea {
    vertical-align: top;
}
input, select, button {
    vertical-align: middle;
}
legend {
    color: #000;
    margin: 0 0 -2px;
    padding: 0;
}
li {
    display: block;
    list-style: none;
}
optgroup option {
    padding-left: 22px;
}
table {
    border-collapse: collapse;
}
caption, th {
    text-align: left;
}
td, th {
    padding: 0;
}
address, blockquote, h1, h2, h3, h4, h5, h6, fieldset, p, ol, ul {
    margin: 0;
    padding: 0;
}
th, h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
q {
    quotes: "\00ab" "\00bb" "\201e" "\201c";
}
q:after {
    content: "\00bb";
}
q:before {
    content: "\00ab";
}
q > q:after {
    content: "\201c";
}
q > q:before {
    content: "\201e";
}

::-webkit-input-placeholder {color:#fff;}
::-moz-placeholder          {color:#fff;}/* Firefox 19+ */
:-moz-placeholder           {color:#fff;}/* Firefox 18- */
:-ms-input-placeholder      {color:#fff;}

.container {
    width: 1280px;
    margin: 0 auto;
}
.breadcrumb {
    padding: 0;
    margin: 20px 0 40px;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb li a {
    color: #9F9F9F;
    text-decoration: none;
    font-size:15px;
    font-family: 'Arimo'
}
.breadcrumb li a:hover {
    color: #9F9F9F;
    text-decoration: underline;
}
.breadcrumb > .active {
    color: #454545;
    font-size:15px;
    font-family: 'Arimo';
}
.breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 15px;
    color: #9F9F9F;
    font-family: 'Arimo'
}
.catalog-image img {
    width:100%;
}
.catalog-block {
    margin:40px 0 80px;
}
.catalog-block h2 {
    color:#454545;
    font-size:42px;
    font-family: 'Arimo-Bold';
    padding:0;
    margin:0 0 40px 0;
    line-height:1.2;
}
.catalog-block__content {
    margin: 0 -20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
}
.catalog-block__item {
    width: 30%;
    margin: 0 20px 60px;
    text-align: center;
    position:relative;
}
.product-content .stickers, .catalog-block__item .stickers {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}
.catalog-block__item p.sale, .prod-slider p.sale {
    color: #fff;
    font-size: 14px;
    padding: 2px 4px;
    font-family: 'Arimo';
    margin-bottom: 10px;
    background: #B61F30;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
}
.catalog-block__item p.new, .prod-slider p.new {
    color: #fff;
    font-size: 14px;
    padding: 2px 4px;
    margin-bottom: 10px;
    font-family: 'Arimo';
    background: #9F9F9F;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
}
.catalog-block__item p.hit, .prod-slider p.hit {
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 2px 4px;
    font-family: 'Arimo';
    background:#CEA47A;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
}
.catalog-block__item p.blackfriday, .prod-slider p.blackfriday {
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 2px 4px;
    font-family: 'Arimo';
    background:#000;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
}
.catalog-image {
    margin:0 0 40px 0;
}
.catalog-block__item img {
    max-width:100%;
    padding:30px 0;
    transition:all 400ms ease;
}
.catalog-block__item:hover img {
    transform: scale(1.1); 
    transition:all 400ms ease;
}
.catalog-block__item .text {
    display:flex;
    justify-content: space-between;
}
.catalog-block__item .text .text-info {
    text-align:left;
}
.catalog-block__item a.link {
    color:#454545;
    font-size:16px;
    font-family: 'Arimo';
    text-decoration:none;
}
.catalog-block__item p.price {
    color:#454545;
    font-size:14px;
    font-family: 'Arimo';
    margin:15px 0 0 0;
}
.catalog-block__item p.price strike {
    display: inline-block;
    margin: 0 15px 0 0;
}
.catalog-block__item .text .text-act {
    text-align:right;
}
ul.text-act__list {
    text-align: right;
    margin: 15px 0 0;
    transition:all 400ms ease;
    opacity:0;
}
.catalog-block__item:hover ul.text-act__list {
    transition:all 400ms ease;
    opacity:1;
}
ul.text-act__list li:not(.bx-share-icon) {
    display:inline-block;
    vertical-align:middle;
    margin:0 0 0 15px;
}
ul.text-act__list li a {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 25px;
    position:relative;
}
ul.text-act__list li a.basket {
    background: url(../images/interchas_icons.svg) -352px 0px no-repeat;
}
ul.text-act__list li a.favorites {
    background: url(../images/interchas_icons.svg) -90px 0px no-repeat;
}
ul.text-act__list li a.twit {
    background: url(../images/interchas_icons.svg) -689px 0px no-repeat;
}
ul.text-act__list li a.basket:hover {
    background: url(../images/interchas_icons.svg) -297px 0px no-repeat;
}
ul.text-act__list li a.favorites:hover {
    background: url(../images/interchas_icons.svg) -38px 0px no-repeat;
}
ul.text-act__list li a.twit:hover {
    background: url(../images/interchas_icons.svg) -641px 0px no-repeat;
}
ul.text-act__list li a.basket span {
    color: #454545;
    font-size: 12px;
    font-family: 'Arimo';
    position: absolute;
    top: -35px;
    left: calc(50% - 60px);
    display: block;
    background: rgba(238,237,239,0.5);
    width: 120px;
    text-align: center;
    padding: 2px 0 2px;
    transition:all 400ms ease;
    opacity:0;
}
ul.text-act__list li a.basket span:after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: calc(50% - 6px);
    border-top: 7px solid rgba(238,237,239,0.5);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}
ul.text-act__list li a.basket:hover span {
    transition:all 400ms ease;
    opacity:1;
}
ul.pagination {
    margin:0;
    display:block;
}
ul.pagination li {
    display:inline-block;
    vertical-align:middle;
    margin:0 20px 0 0;
}
ul.pagination li a , ul.pagination li span {
    color:#9F9F9F;
    font-size:14px;
    font-family: 'Arimo';
}
ul.pagination li a:hover , ul.pagination li a.active {
    color:#B61F2E;
    text-decoration:none;
}
ul.pagination li:last-child {
    margin:0 0 0 60px;
}
ul.pagination li:last-child a {
    color:#454545;
}
ul.pagination li:last-child a:hover {
    color:#B61F2E;
    text-decoration:none;
}
.filter-block {
    margin: 0 0 40px 0;
    display: flex;
    position: relative;
}
.filter-block__item {
    margin:0 60px 0 0;
}
.filter-block__link {
    display:inline-block;
    font-size:16px;
    color:#454545;
    font-family: 'Arimo';
    position:relative;
    cursor:pointer;
    transition:all 400ms ease;
}
.filter-block__link:after {
    content: '';
    position: absolute;
    top: -1px;
    right: -25px;
    width: 25px;
    height: 20px;
    background: url(../images/interchas_icons.svg) -180px 0px no-repeat;
    transition:all 400ms ease;
}
.filter-block__dropdown {
    position: absolute;
    left: 0;
    top: calc(100% + 20px);
    padding: 40px;
    z-index: 10;
    background: #fff;
    box-shadow: 0px 10px 20px rgba(0,0,0,0.2);
    display:none;
}
.filter-block__link.active {
    color:#B61F30;
    transition:all 400ms ease;
}
.filter-block__link.active:after {
    transition:all 400ms ease;
    transform: rotate(-180deg);
}
.filter-block__dropdown.big {
    width: 1230px;
    left: -15px;
}
.filter-block__dropdown p {
    color:#454545;
    font-size:16px;
    font-family: 'Arimo-Bold';
    margin:0 0 30px 0;
}
.filter-catalog__menu {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}
.filter-catalog__menu p.name {
    color:#454545;
    font-size:16px;
    font-family: 'Arimo-Bold';
    margin:0 0 15px 0;
}
.filter-catalog__menu ul {
    margin:0 0 30px 0;
    display:block;
    padding:0;
}
.filter-catalog__menu ul li {
    margin:0 0 13px 0;
}
.filter-catalog__menu ul li a {
    font-family: 'Arimo';
    color:#454545;
    font-size:16px;
    text-decoration:none;
}
.filter-catalog__menu ul li a:hover {
    color:#B61F30;
    text-decoration:none;
}
.catalog-menu__block {
    border-top:1px solid #E1E1E1;
    padding:40px 0 0 0;
    margin: 40px -20px 0;
    display: flex;
}
.catalog-menu__block .item {
    flex:1;
    margin:0 20px;
}
.catalog-menu__block .item p {
    margin:0 0 15px 0;
}
ul.catalog-menu__list {
    margin:0 0 30px 0;
    display:block;
    padding:0;
}
ul.catalog-menu__list li {
    margin:0 0 13px 0;
}
ul.catalog-menu__list li a {
    font-family: 'Arimo';
    color:#454545;
    font-size:16px;
    text-decoration:none;
}
ul.catalog-menu__list li a:hover {
    color:#B61F30;
    text-decoration:none;
}
.radiobox {
    width: 100%;
    margin: 15px 0;
    overflow: hidden;
}
.radiobox p {
    margin: 10px 0;
}
.radiobox input[type="radio"] {
    display: none;
    padding: 0;
}
.radiobox input[type="radio"] + label {
    cursor: pointer;
    padding: 5px 0px 5px 25px;
    font-weight: normal;
    font-size: 16px;
    font-family: 'Arimo';
    color: #454545;
    position: relative;
    display: block;
}
.radiobox input[type="radio"] + label:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 15px;
    height: 15px;
    background: #F9F5F5;
    z-index: 5;
    border-radius:50%;
    border:1px solid #9F9F9F;
}
.radiobox input[type="radio"]:checked + label:after {
    content: '';
    position: absolute;
    top: 13px;
    left: 1px;
    width: 9px;
    height: 9px;
    border-radius:50%;
    background: #B71E30;
    z-index: 20;
}
.filter-block__relative {
    position:relative;
}
.filter-block__dropdown.small {
    width: 200px;
    padding:10px 40px;
    left: -20px;
}
.noUi-connect {
    background: #454545;
}
.noUi-horizontal .noUi-handle {
    background: #454545;
}
.noUi-handle {
    border: 3px solid #454545;
}
.filter-block__dropdown p.price-text {
    border-bottom: 2px solid #E1E1E1;
    font-size: 16px;
    color: #454545;
    font-family: 'Arimo';
    padding: 0 0 10px 0;
    display: inline-block;
    vertical-align: middle;
    width: 180px;
    margin: 0 40px 30px 0;
}
.filter-block__item:last-child {
    margin: 0 0 0 13%;
}
.chekbox {
    width: 100%;
    margin: 15px 0;
    overflow: hidden;
}
.chekbox p {
    margin: 10px 0;
}
.chekbox input[type="checkbox"] {
    display: none;
    padding: 0;
}
.chekbox input[type="checkbox"] + label {
    cursor: pointer;
    padding: 5px 0px 5px 25px;
    font-weight: normal;
    font-size: 16px;
    font-family: 'Arimo';
    color: #454545;
    position: relative;
    display: block;
    outline: none;
}
.chekbox input[type="checkbox"] + label:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 15px;
    height: 15px;
    background: #F9F5F5;
    z-index: 5;
    border:1px solid #9F9F9F;
}
.chekbox input[type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
    top: 9px;
    left: 4px;
    width: 9px;
    height: 9px;
    background: #B71E30;
    z-index: 20;
}
.still-menu__list {
    width: 280px;
    background: #fff;
    position: relative;
    z-index: 5;
    padding: 0;
}
.still-menu__list .main-item {
    font-size: 16px;
    letter-spacing: 0.03em;
    color: #454545;
    line-height: 1.4;
    margin: 0 0 15px 0;
    font-family: 'Arimo';
    cursor:pointer;
}
.still-menu__list .second-level {
    position: absolute;
    top: 0;
    left: 100%;
    padding: 0px 30px;
    min-width: 920px;
    display: none;
}
.noUi-horizontal .noUi-handle {
    cursor: pointer;
}
.second-level__list {
    -webkit-column-count: 3;
    -moz-column-count:3;
    column-count: 3;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}
.second-level.active-list {
    display: block;
    max-height: 330px;
    overflow: auto;
}
.second-level__list .chekbox {
    margin: 0;
}
.second-level__list .chekbox p {
    margin: 0 0 10px 0;
}
.main-item.active-link {
    color:#B71E30;
}
.filter-block__link.more {
    color:#9F9F9F;
}
.filter-block__link.more:after {
    background: url(../images/interchas_icons.svg) -590px 0px no-repeat;
    transition: all 0ms ease;
}
.filter-block__link.more.active {
    color: #B61F30;
}
.filter-block__link.more.active:after {
    background: url(../images/interchas_icons.svg) -494px 0px no-repeat;
    transform: rotate(0deg);
    transition: all 0ms ease;
}
.size-body {
    max-width:500px;
}
.size-body__text {
    margin: 35px 0;
    padding: 0 0 0 35px;
    position: relative;
}
.size-body__text p {
    color:#454545;
    font-size:16px;
    line-height:26px;
    margin:0;
    font-family: 'Arimo'
}
.size-body__text p.caption {
    margin:0 0 10px 0;
}
.size-body__text:before {
    content: '';
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    background: url(../images/interchas_icons.svg) -450px 1px no-repeat;
    position: absolute;
}
.main-menu__block {
    display:none;
}
ul.text-act__list li a.favorites span {
    color: #454545;
    font-size: 12px;
    font-family: 'Arimo';
    position: absolute;
    top: -35px;
    left: calc(50% - 70px);
    display: block;
    background: rgba(238,237,239,0.5);
    width: 140px;
    text-align: center;
    padding: 2px 0 2px;
    transition: all 400ms ease;
    opacity: 0;
}
ul.text-act__list li a.favorites:hover span {
    transition: all 400ms ease;
    opacity: 1;
}
ul.text-act__list li a.favorites span:after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: calc(50% - 6px);
    border-top: 7px solid rgba(238,237,239,0.5);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}
ul.text-act__list li a.twit span {
    color: #454545;
    font-size: 12px;
    font-family: 'Arimo';
    position: absolute;
    top: -35px;
    left: calc(50% - 40px);
    display: block;
    background: rgba(238,237,239,0.5);
    width: 80px;
    text-align: center;
    padding: 2px 0 2px;
    transition: all 400ms ease;
    opacity: 0;
}
ul.text-act__list li a.twit:hover span {
    transition: all 400ms ease;
    opacity: 1;
}
ul.text-act__list li a.twit span:after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: calc(50% - 6px);
    border-top: 7px solid rgba(238,237,239,0.5);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}
.chekbox input[disabled] ~ label, .chekbox input:disabled ~ label {
    color: #E1E1E1;
}
.chekbox input[disabled] ~ label:before, .chekbox input:disabled ~ label:before {
    border: 1px solid #E1E1E1;
}
input.filter-input {
    width: 25px;
    display: inline-block;
    text-align: center;
    border: 0;
    background:transparent;
    outline: none;
}
.noUi-connect {
    background: #454545;
}
.noUi-horizontal {
    height: 2px;
}
.noUi-target {
    background: #E1E1E1;
    border-radius: 4px;
    border:0px;
    box-shadow: none;
}
.noUi-horizontal .noUi-handle {
    width: 14px;
    height: 14px;
    right: -14px;
    top: -6px;
    border-radius: 50% !important;
    outline: none;
}
.noUi-handle:before, .noUi-handle:after {
    display:none;
}
.noUi-touch-area {
    background: #454545 !important;
}
.noUi-handle {
    border-radius: 50%;
}

/* new style */
.catalog-page {
    overflow: hidden;
    margin: 0 0 60px 0;
}
.catalog-slider {
    margin: 0 -45% 0 0;
}
@media screen and (min-width: 1351px) {
    .catalog-slider {
        margin: 0;
    }
    .catalog-slider .slick-next {
        right: 60px!important;
    }
}

.catalog-slider__item {
    margin: 0 40px 40px 0;
}
.slick-slide img {
    float: none;
}
.catalog-slider__item img {
    width:100%;
    margin: 0 0 20px 0;
}
a:focus {
    outline: none;
}
.catalog-slider__item a.link {
    color:#454545;
    font-size: 1.2em;
    text-decoration: none;
    font-family: 'Arimo-Bold';
}
.catalog-slider__item a.link:hover {
    color:#454545;
    text-decoration: none;
}
.slick-prev {
    border: 0;
    width: 40px;
    height: 40px;
    color: transparent;
    bottom: calc(58% - 20px);
    left: 30px;
    position: absolute;
    padding: 0px;
    transition: all 400ms ease;
    z-index: 7;
    outline: none;
    border-radius: 50%;
    background: #fff;
    cursor:pointer;
}
.slick-prev:before {
    content: '';
    position: absolute;
    top: 16px;
    left: 17px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #454545;
    border-right: 1px solid #454545;
    transform: rotate(-135deg);
    transition: all 400ms ease;
    background: transparent;
}
.slick-prev:after {
    display: none;
}
.slick-next {
    border: 0;
    width: 40px;
    height: 40px;
    color: transparent;
    bottom: calc(58% - 20px);
    right: 20%;
    position: absolute;
    padding: 0px;
    transition: all 400ms ease;
    z-index: 7;
    outline: none;
    border-radius: 50%;
    background: #fff;
    left: auto;
    cursor:pointer;
}
.slick-next:before {
    content: '';
    position: absolute;
    top: 16px;
    left: 14px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #454545;
    border-right: 1px solid #454545;
    transform: rotate(45degs);
    transition: all 400ms ease;
    background: transparent;
}
.slick-next:after {
    display: none;
}
.slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    width: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    right: 18.5%;
    height: 5px;
    z-index: 55;
    display: flex !important;
}
.slick-dots li {
    position: relative;
    display: block;
    flex: 1;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -moz-transition: 0.4s 0.05s ease;
    -o-transition: 0.4s 0.05s ease;
    -webkit-transition: 0.4s 0.05s ease;
    transition: 0.4s 0.05s ease;
}
.slick-dots li button {
    width: auto;
    color: transparent;
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 1px;
    right: 0;
    content: '';
    opacity: 1;
    color: transparent;
    background: #E1E1E1;
    transition: all 400ms ease;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: transparent;
    background:#B61F30;
    height: 3px;
    top:-2px;
    transition: all 400ms ease;
}
.slick-next:hover {
    transition: all 400ms ease;
    background: #B61F30;
}
.slick-next:hover:before {
    transition: all 400ms ease;
    border-color: #fff;
}
.slick-prev:hover {
    transition: all 400ms ease;
    background: #B61F30;
}
.slick-prev:hover:before {
    transition: all 400ms ease;
    border-color: #fff;
}
.inside-block h1 {
    color: #454545;
    font-size: 42px;
    font-family: 'Arimo-Bold';
    padding: 0;
    margin: 0 0 40px 0;
    line-height: 1.2;
}
.inside-block h2 {
    color: #454545;
    font-size: 2.2em;
    font-family: 'Arimo-Bold';
    padding: 0;
    margin: 0 0 40px 0;
    line-height: 1.2;
}
.slick-dots li.slick-active button {
    color: transparent;
}
.slick-dots li.slick-active button:after {
    color: transparent;
}
.brands-block .slick-next,  
.brands-block .slick-prev {
    background:#E1E1E1;
    bottom: calc(58% - 10px);
}
.brands-block .slick-next {
    right:-35px;
}
.brands-block .slick-prev {
    left:-35px;
}
.brands-slider {
    width:94%;
    margin:auto;
}
.brands-block .slick-dots li {
    flex: auto;
    width: 40px;
    display: inline-block;
    max-width: 40px;
    margin: 0 5px;
}
.brands-block .slick-dots li button:before {
    height: 3px;
}
.brands-block .slick-dots li.slick-active button:before {
    top: 0;
}
.brands-block .slick-dots {
    right: 0;
    justify-content: center;
}
.brands-slider__item {
    margin: 0 0 30px 0;
}
.brands-slider__item .image {
    text-align: center;
    display: table;
    height: 100px;
    width:100%;
}
.align-middle {
    display: table-cell;
    vertical-align: middle;
}
.brands-slider__item .image img {
    width: auto;
    max-width: 100%;
    margin: auto;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.brands-slider__item .image img:hover {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    filter: none; /* IE 6-9 */
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.brands-block {
    margin: 0 0 60px 0;
}
.catalog-slider__item img {
    width:100%;
    transition: all 400ms ease;
    margin: 0;
}
.catalog-slider__item:hover img {
    transform: scale(1.15);
    transition: all 400ms ease;
}
.catalog-slider__item .image {
    overflow: hidden;
    width: 100%;
    margin: 0 0 20px 0;
}
.products-block {
    margin: 0;
}
.products-block img {
    margin: auto;
}
.products-block .slick-prev {
    background: #E1E1E1;
}
.products-block .slick-prev:before {
    border-color:#fff;
}
.products-block .slick-prev:hover {
    background: #B61F30;
}
.products-block .slick-next {
    right: 30px;
    background: #E1E1E1;
}
.products-block .slick-next:hover {
    background: #B61F30;
}
.products-block .slick-next:before {
    border-color:#fff;
}
.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 40px 40px;
    grid-template-areas:
        "block-1 block-1 block-2 block-2 block-4"
        "block-1 block-1 block-3 block-3 block-4";
}
.block-1 { 
    grid-area: block-1; 
    background:#F5F5F5;
    overflow: hidden;
}
.block-2 { 
    grid-area: block-2; 
    background:#F5F5F5;
    overflow: hidden;
}
.block-3 { 
    grid-area: block-3; 
    background:#F5F5F5;
    overflow: hidden;
}
.block-4 { 
    grid-area: block-4; 
    background:#F5F5F5;
    overflow: hidden;
}
.collections-slider .slick-next,  
.collections-slider .slick-prev {
    background:#E1E1E1;
    bottom: calc(50% - 20px);
}
.collections-slider .slick-next {
    right:30px;
}
.collections-slider .slick-next:before,  
.collections-slider .slick-prev:before {
    border-color:#fff;
}
.collections-slider .slick-next:hover,  
.collections-slider .slick-prev:hover {
    background:#B61F30;
}
.collections-slider__item .block {
    text-align: right;
    padding: 0 50px; 
    position: relative;
    overflow: hidden;
}
.collections-slider__item .block img {
    max-width: 100%;
    display: inline-block;
    width: auto;
    transition: all 400ms ease;
}
.collections-slider__item a.link {
    color: #454545;
    font-size: 1em;
    text-decoration: none;
    position: absolute;
    bottom: 30px;
    left: 40px;
    right: 40px;
    text-align: left;
    max-width: 180px;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Arimo-Bold';
}
.collections-slider__item .block:hover img {
    transform: scale(1.15);
    transition: all 400ms ease;
}
.collections-block {
    margin: 0 0 60px 0;
}
.collections-slider .slick-dots li {
    display: inline-block;
    width: 16px;
    max-width: 16px;
    height: auto;
    margin: 0 5px;
}
.collections-slider .slick-dots li.slick-active button:before {
    top: 0px;
}
.collections-slider .slick-dots li button:before {
    height: 3px;
}
.collections-slider .slick-dots {
    left: auto;
    width: auto;
    right: 25px;
    bottom: 35px;
}
a.collection-link {
    display: block;
    padding: 0 40px;
    text-align: right;
    position: relative;
    overflow: hidden;
}
a.collection-link span {
    color: #454545;
    font-size: 1em;
    text-decoration: none;
    max-width: 300px;
    display: block;
    text-transform: uppercase;
    position: absolute;
    bottom:30px;
    left:40px;
    right:40px;
    text-align: left;
    font-family: 'Arimo-Bold';
}
a.collection-link img {
    transition: all 400ms ease;
    max-width: 100%;
}
a.collection-link:hover img {
    transform: scale(1.15);
    transition: all 400ms ease;
}
a.collection-link.big {
    height: 400px;
}
a.collection-link.big img {
    transition: all 400ms ease;
    max-width: 100%;
    position: absolute;
    top: 85px;
    left: 60px;
    right: 60px;
}
a.collection-link.big span {
    left: 30px;
    right: 30px;
}
#tabs img {
    margin: auto;
}
#tabs .slick-prev {
    background: #E1E1E1;
}
#tabs .slick-prev:before {
    border-color: #fff;
}
#tabs .slick-prev:hover {
    background: #B61F30;
}
#tabs .slick-next {
    background: #E1E1E1;
    right:30px;
}
#tabs .slick-next:before {
    border-color: #fff;
}
#tabs .slick-next:hover {
    background: #B61F30;
}
#tabs > .container > ul {
    display: flex;
    margin: 0 0 30px 0;
}
#tabs > .container > ul li {
    margin: 0 35px 0 0;
}
#tabs > .container > ul li a {
    color: #454545;
    font-size: 1.1em;
    padding: 60px 0 15px 0;
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    font-family: 'Arimo-Bold';
}
#tabs:not(.product-detail) > .container > ul li.ui-tabs-active a {
    color:#B61F30;
    text-decoration: none;
    border-bottom:1px solid #B61F30;
}
#tabs.product-detail > .container > ul li.ui-tabs-active a {
    color:#B61F30;
    text-decoration: none;
}
.content a.button {
    width:auto;
    border:2px solid #B61F30;
    color:#B61F30;
    padding: 15px;
    display: inline-block;
    text-align: center;
    font-family: 'Arimo-Bold';
    font-size: 1.1em;
    transition: all 400ms ease;
}
.content a.button.button-green {
    border: none;
}
.content a.button:hover {
    transition: all 400ms ease;
    background:#B61F30;
    text-decoration: none;
    color:#fff;
}
#tabs a.button {
    margin: auto;
    display: block;
}
.content #tabs a.button {
    display: inline-block;
}
#tabs {
    margin: 0 0 60px 0;
}
.services-block {
    height: 320px;
    background:url(../images/new/service.png) top center no-repeat;
    text-align: right;
    margin: 0 0 60px 0;
    padding: 0 50px;
}
.services-block__text {
    width: 100%;
    max-width: 600px;
    height: 320px;
    display: table;
    float: right;
    text-align: left;
}
.services-block__text p {
    margin: 20px 0 0;
    font-family: 'Arimo-Bold';
    font-size: 1em;
    color:#fff;
}
.services-block__text strong {
    font-family: 'Arimo-Bold';
    font-size: 1.4em;
    color: #fff;
    line-height: 1.4;
}
.news-block {
    margin:0 -20px 60px;
    display: flex;
}
.news-block__item {
    margin: 0 20px;
    flex:1;
} 
.news-block__item .image {
    margin:0 0 20px 0;
    overflow: hidden;
}
.news-block__item .image img {
    width: 100%;
    transition: all 400ms ease;
}
.news-block__item:hover img {
    transform: scale(1.15);
    transition: all 400ms ease;
}
.news-block__item a.link {
    color: #454545;
    font-size: 1.1em;
    text-decoration: none;
    font-family: 'Arimo-Bold';
}
.news-block__item a.link:hover {
    color: #454545;
    text-decoration: none;
}
.text-block {
    margin: 0 0 60px 0;
    font-size: 0.95em;
}
.text-block p {
    color:#454545;
    line-height: 1.4;
    margin:0 0 20px 0;
}
[data-role="toggle-btn"] {
    cursor: pointer;
}
[data-role="toggle-btn"] [data-state="shown"] {
    display: none;
}
[data-role="toggle-btn"].shown [data-state="shown"] {
    display: block;
}
[data-role="toggle-btn"].shown [data-state="hidden"] {
    display: none;
}
[data-role="toggle-data"] {
    display: none;
}
.brands-list {
    margin: 0 0 60px 0;
}
[data-role="toggle-btn"] [data-state="hidden"] {
    width: 220px;
    border: 2px solid #B61F30;
    background: #B61F30;
    color:#fff;
    padding: 15px;
    display: block;
    text-align: center;
    font-family: 'Arimo-Bold';
    font-size: 1.1em;
    transition: all 400ms ease;
    margin:auto;
}
[data-role="toggle-btn"] [data-state="shown"] {
    background: #fff;
    color:#B61F30;
    width: 220px;
    border: 2px solid #B61F30;
    padding: 15px;
    text-align: center;
    font-family: 'Arimo-Bold';
    font-size: 1.1em;
    transition: all 400ms ease;
    margin:auto;
}
.brands-hidden {
    padding: 40px 0;
}
.catalog-text {
    margin:0 0 60px 0;
    display:flex;
}
.catalog-text .image {
    width:300px;
    min-width:300px;
}
.catalog-text .image img {
    max-width: 75%;
}
.catalog-text .text {
    max-width:650px;
    font-size: 0.95em;
}	
.catalog-text .text p {
    color:#454545;
    font-size:1em;
    line-height:1.4;
    margin:0 0 20px 0;
}	
.category-block .catalog-slider__item:hover img {
    transform: scale(1);
}
.category-block .catalog-slider__item .image {
    position:relative;
}
.category-block .catalog-slider__item ul.list {
    position:absolute;
    top:20px;
    left:20px;
    right:20px;
    bottom:40px;
    z-index:10;
    transition:all 400ms ease;
    opacity:0;
}
/*.category-block .catalog-slider__item ul.list {
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -ms-overflow-scrolling: touch;
    -o-overflow-scrolling: touch;
    overflow-scrolling: touch;
    
    scrollbar-color: #a2a2a2;
}
.category-block .catalog-slider__item ul.list::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
.category-block .catalog-slider__item ul.list::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #a2a2a2;
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,0.5);
}*/
.category-block .catalog-slider__item ul.list li {
    display:block;
    margin:0 0 4px 0;
}
.category-block .catalog-slider__item ul.list li a {
    font-family: 'Arimo-Bold';
    font-size: 1.1em;
    color:#fff;
    text-decoration:none;
    transition:all 400ms ease;
}
.category-block .catalog-slider__item ul.list li a:hover {
    color:#a2a2a2;
    text-decoration:none;
    transition:all 400ms ease;
}
.category-block .catalog-slider__item .image:after {
    content:'';
    position:absolute;
    z-index:5;
    top:0;
    left:0;
    right:0;
    bottom:0;
    transition:all 400ms ease;
    background:rgba(0,0,0,0.7);
    opacity:0;
}	
.category-block .catalog-slider__item:hover .image:after {
    transition:all 400ms ease;
    opacity:1;
}	
.category-block .catalog-slider__item:hover ul.list {
    transition:all 400ms ease;
    opacity:1;
}
.product-block__breadcrumb {
    background:#F3F3F3;
}
.product-block__breadcrumb .breadcrumb {
    padding: 15px 0 17px;
    margin: 0px 0 40px;
    background-color: #F3F3F3;
}
.product-block__breadcrumb .breadcrumb > .active {
    color: #B61F30;
}
.product-content {
    margin: 60px 0;
    display: flex;
}
.product-content__slider {
    width: 100%;
    margin: 0 0 0 -45%;
    display: inline-block;
}
@media only screen and (min-width:1600px) {
    .product-content__slider.nomargin-slider {
        width: 50%;
        margin: 0;
    }
}
.prod-slider img {
    max-width: 100%;
    margin: auto;
}
.prod-slider .slick-next {
    bottom: calc(54% - 20px);
    right: 0;
}
.prod-slider  .slick-prev {
    bottom: calc(54% - 20px);
    left: auto;
    right: 47%;
}
.prod-slider .item {
    margin: 0 0 60px 0;
    position: relative;
}
.prod-slider .slick-dots li {
    width: 30px;
    max-width: 30px;
    margin: 0 5px;
}
.prod-slider .slick-dots {
    left: auto;
    width: 640px;
    right: 0;
    justify-content: center;
}
.prod-slider .slick-dots li.slick-active button:before {
    top: 0;
}
.prod-slider .slick-dots li button:before {
    height: 3px;
}
.product-content__text {
    width: 35%;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 50px;
}
.product-content__text p {
    color: #9F9F9F;
    margin: 20px 0 15px;
    font-size: 1em;
    font-family: 'Arimo-Bold';
}
.product-content__text p strong, .product-content__text p a {
    color:#454545;
    font-family: 'Arimo-Bold';
    font-weight: normal;
}
.product-content__text p a {
    text-decoration: none;
}
.product-content__text h1 {
    color: #454545;
    font-size: 2.2em;
    font-family: 'Arimo-Bold';
    padding: 0;
    margin: 0 0 20px 0;
    line-height: 1.2;
}
.product-content__text p.note {
    color: #B71F2E;
    font-family: 'Arimo-Bold';
}
.product-content__text p.note strong {
    color:#9F9F9F;
    font-family: 'Arimo';
    font-weight: normal;
}
.product-content__text .price-block {
    background:#F8F8F8;
    padding: 40px 20px;
    margin: 40px 0;
}
.product-content__text .price-block .price {
    color:#454545;
    font-size: 2.2em;
    font-family: 'Arimo-Bold';
    margin: 0;
    position: relative;
}
.product-content__text .price-block .price strike {
    color: #9F9F9F;
    font-size: 12px;
    font-family: 'Arimo';
    margin: 0 0 0 10px;
    display: inline-block;
    vertical-align: super;
}
.product-content__text .price-block  .actions {
    display: flex;
    align-items: center;
    margin: 25px 0 0;
}
.product-content__text .price-block .actions .button {
    flex: 1;
    width: auto;
    margin: 0 15px 0 0;
    border-color: #454545;
    background:#454545;
    color:#fff;
}
.product-content__text .price-block .actions ul {
    flex:1;
    display: block;
}
.product-content__text .price-block .actions ul li {
    margin: 5px 0;
    display: block;
}
.product-content__text .price-block .actions .button:hover {
    border-color: #B61F30;
    background:#B61F30;
    color:#fff;
}
.product-content__text .price-block .actions ul li a {
    color:#454545;
    font-size: 1em;
    text-decoration: none;
    transition: all 400ms ease;
    font-family: 'Arimo';
}
.product-content__text .price-block .actions ul li a:hover {
    color:#B61F30;
    text-decoration: none;
    transition: all 400ms ease;
}
.product-content__text ul.product-content__list {
    display: flex;
    margin: 40px 0;
}
.product-content__text ul.product-content__list li:not(.bx-share-icon) {
    margin: 0 25px 0 0;
}
.product-content__text ul.product-content__list li:not(.bx-share-icon) > a, .product-content__text ul.product-content__list li:not(.bx-share-icon) > div {
    display: inline-block;
    position: relative;
    color: #454545;
    font-size: 1em;
    text-decoration: none;
    font-family: 'Arimo';
    padding: 2px 0 2px 30px;
}
.product-content__text ul.product-content__list li:not(.bx-share-icon) > a:hover, .product-content__text ul.product-content__list li:not(.bx-share-icon) > div:hover, .product-content__text ul.product-content__list li:not(.bx-share-icon) > div._active {
    color: #B61F30;
    text-decoration: none;
}
.product-content__text ul.product-content__list li:not(.bx-share-icon) > a:before, .product-content__text ul.product-content__list li:not(.bx-share-icon) > div:before {
    width: 30px;
    content:'';
    height: 22px;
    position: absolute;
    top:0;
    left:0;
}
.product-content__text ul.product-content__list li a.favorites:before {
    background: url(../images/interchas_icons.svg) -90px 0px no-repeat;
}
.product-content__text ul.product-content__list li a.favorites:hover:before, .product-content__text ul.product-content__list li a.favorites._active:before {
    background: url(../images/interchas_icons.svg) -38px 0px no-repeat;
}
ul.product-mobile__list li a.favorites._active {
    background: url(../images/interchas_icons.svg) -38px 0px no-repeat;
}
.product-content__text ul.product-content__list li a.twit:before, .product-content__text ul.product-content__list li div.twit:before {
    background: url(../images/interchas_icons.svg) -689px 0px no-repeat;
}
.product-content__text ul.product-content__list li a.twit:hover:before, .product-content__text ul.product-content__list li div.twit:hover:before, .product-content__text ul.product-content__list li div.twit._active:before {
    background: url(../images/interchas_icons.svg) -641px 0px no-repeat;
}
.product-content__text ul.product-content__list li a.compare:before {
    background: url(../images/sprite.png) 10px 0px no-repeat;
}
.product-content__text ul.product-content__list li a.compare:hover:before {
    background: url(../images/sprite.png) 10px -31px no-repeat;
}
ul.product-content__act {
    margin: 40px 0;
    display: flex;
}
ul.product-content__act li {
    margin: 0 25px 0 0;
    display: block;
}
ul.product-content__act li a {
    color:#B61F30;
    font-size: 14px;
    text-decoration: underline;
    font-family: 'Arimo';
}
ul.product-content__act li a:hover {
    color:#B61F30;
    text-decoration: none;
}
.product-content__menu {
    padding: 20px 0;
    margin: 60px 0 0 0;
    background:#454545;
}
.product-content__menu ul.menu-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-content__menu ul.menu-list li {
    display: block;
}
.product-content__menu ul.menu-list li a {
    color: #fff;
    font-size: 1em;
    text-transform: uppercase;
    font-family: 'Arimo';
    text-decoration: none;
}
.product-content__menu ul.menu-list li a:hover {
    color: #fff;
    text-decoration: none;
}
.product-content__tabs {
    margin: 0 0 100px 0;
    padding: 0 0 1px;
    background: #F8F8F8;
}
.product-content__tabs #tabs ul {
    justify-content: stretch;
}
.product-content__tabs #tabs ul li a {
    text-transform: uppercase;
    font-size: 1em;
    font-family: 'Arimo-Bold';
    border:0;
}
.product-content__tabs #tabs ul li {
    margin: 0 25px 0 0;
    flex-grow: 1;
}
.product-content__tabs #tabs ul li:last-child {
    margin: 0
}
.product-tabs__text {
    max-width: 550px;
    font-family: 'Arimo';
}
.product-tabs__table {
    padding: 0 0 25px 0;
    margin: 0 0 25px 0;
}
.product-tabs__text table {
    width:100%;
}
.product-tabs__text table td {
    padding: 10px 0;
    text-align: right;
    color:#454545;
    font-size: 1em;
    line-height: 1.4;
    font-family: 'Arimo';
}
.product-tabs__text table td:first-child {
    color:#9F9F9F;
    text-align: left;
}
.product-tabs__text p {
    color:#454545;
    font-size: 1em;
    line-height: 1.4;
    font-family: 'Arimo';
    margin: 0 0 20px 0;
}
.product-tabs__text p.hide-tab-btn {
    width: 60px;
    border: 0;
    background: transparent;
    color: #454545;
    padding: 0;
    text-align: left;
    font-family: 'Arimo';
    font-size: 1em;
    transition: all 400ms ease;
    margin-top: 30px;
    position: relative;
    display: block;
}
.product-tabs__text p.hide-tab-btn span {
    border: 0;
    background: transparent;
    color: #454545;
    padding: 0;
    text-align: left;
    font-family: 'Arimo';
    font-size: 1em;
    transition: all 400ms ease;
    margin: 0;
}
.product-tabs__text p.hide-tab-btn:after {
    content: '';
    position: absolute;
    top: 9px;
    right: -15px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #454545;
    border-left: 1px solid #454545;
    transform: rotate(45deg);
}
.product-tabs__text [data-role="toggle-btn"].shown:after {
    transform: rotate(45deg);
    top: 8px;
}
#tabs .product-tabs__text a.button {
    margin: 0;
}
.news-slider {
    margin: 0 -20px 60px !important;
}
.news-slider .item {
    margin: 0 20px 60px;
}
.news-slider .item img {
    width:100%;
    margin: 0 0 20px 0;
}
.news-slider .slick-prev,
.news-slider .slick-next {
    bottom: calc(68% - 20px);
}
.news-slider .slick-next {
    right:50px;
}
.news-slider .slick-prev {
    left:50px;
}
.news-slider a.link {
    color:#454545;
    font-size: 1.1em;
    text-decoration: none;
    font-family: 'Arimo-Bold';
    transition: all 400ms ease;
}
.news-slider a.link:hover {
    color:#B61F30;
    transition: all 400ms ease;
    text-decoration: none;
}
.news-slider p {
    font-family: 'Arimo';
    color:#9F9F9F;
    font-size: 1em;
    margin: 15px 0 0 0;
}
.news-slider .slick-dots li {
    max-width: 30px;
    margin: 0 5px;
}
.news-slider .slick-dots {
    justify-content: center;
    right: 0;
}
.news-slider .slick-dots li button:before {
    height: 3px;
}
.news-slider .slick-dots li.slick-active button:before {
    top: 0;
}
.banner {
    margin: 60px 0;
}
.banner img {
    width:100%;
}
.products-block__slider .caption {
    display: flex;
    justify-content: space-between;
    margin: 0 0 40px 0;
    align-items: center;
}
.products-block__slider .caption h2 {
    color: #454545;
    font-size: 2em;
    font-family: 'Arimo-Bold';
    padding: 0;
    margin: 0;
    line-height: 1.2;
}
.products-block__slider .caption a.link {
    position: relative;
    display:inline-block;
    color:#B61F30;
    font-size: 1em;
    text-decoration: none;
    margin: 0 15px 0 0;
}
.products-block__slider .caption a.link:after {
    content: '';
    position: absolute;
    top: 7px;
    right: -12px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #B61F30;
    border-left: 1px solid #B61F30;
    transform: rotate(-225deg);
}
.block-gray {
    position: relative;
    margin: 60px 0 0;
    padding: 0 0 60px 0;
}
.block-gray h2 {
    color: #454545;
    font-size: 2em;
    font-family: 'Arimo-Bold';
    padding: 0;
    margin: 0 0 40px 0;
    line-height: 1.2;
}
.block-gray .news-slider p {
    color:#454545;
}
.news-slider p.date {
    font-family: 'Arimo';
    color: #9F9F9F;
    font-size: 1em;
    margin: 0 0 10px 0;
}
.insta-slider {
    margin: 0 -15px 60px !important;
}
.insta-slider .item {
    margin: 0 15px;
}
.insta-slider .item img {
    width:100%;
}
.block-gray a.button {
    width: 400px;
    margin: auto;
    display: block;
}
.block-gray:after {
    content:'';
    position: absolute;
    top:190px;
    bottom:0;
    left:0;
    right:0;
    background:#F8F8F8;
    z-index: -1;
}
.insta-block {
    border-top:1px solid #E1E1E1;
    padding: 40px 0 0;
}
.insta-slider .slick-prev {
    left: -5px;
    bottom: calc(50% - 20px);
    background:#E1E1E1;
}
.insta-slider .slick-next {
    right: -5px;
    bottom: calc(50% - 20px);
    background:#E1E1E1;
}
.insta-slider .slick-prev:hover {
    background:#B61F30;
}
.insta-slider .slick-next:hover {
    background:#B61F30;
}
.club-block {
    background:url(../images/new/image-4.png) top center no-repeat;
    padding: 80px 0;
    background-size:cover;
}
.club-block__text {
    max-width: 500px;
}
.club-block__text p {
    color:#fff;
    font-size: 1.1em;
    line-height: 1.4;
    margin: 0 0 20px 0;
    font-family: 'Arimo-Bold';
}
.club-block__text h2 {
    color: #fff;
    font-size: 2.8em;
    font-family: 'Arimo-Bold';
    padding: 0;
    margin: 0 0 40px 0;
    line-height: 1.2;
}
.club-block__text ul {
    margin:0 0 40px 0;
    padding: 0;
}
.club-block__text ul li {
    margin:0 0 10px 0;
    color:#E1E1E1;
    font-size: 1em;
    line-height: 1.4;
    font-family: 'Arimo';
    padding: 0 0 0 20px;
    position: relative;
}
.club-block__text ul li:before {
    content:'';
    position: absolute;
    top:6px;
    left:0;
    width:6px;
    height: 6px;
    background:#E1E1E1;
    border-radius:50%;
}
.club-block__text a.button {
    border-color:#fff;
    color: #fff;
}
.club-block__text a.button:hover {
    border-color:#fff;
    color: #000;
    background:#fff;
}
.block-gray .caption {
    display: flex;
    justify-content: space-between;
    margin: 0 0 40px 0;
    align-items: center;
}
.block-gray .caption h2 {
    margin: 0;
}
.block-gray .caption a.link {
    color: #9F9F9F;
    font-size: 1em;
    text-decoration: none;
    font-family: 'Arimo';
    transition: all 400ms ease;
}
.block-gray .caption a.link:hover {
    color: #B61F30;
    text-decoration: none;
    transition: all 400ms ease;
}
#accordion {
    display: none;
}
.popup-fade {
    display: none;
    z-index: 999999;
    position: fixed;
}
.popup-fade:before {
    content: '';
    background: #000;
    position: fixed; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%;
    opacity: 0.7;
    z-index: 9999;
}
.popup {
    position: fixed;
    top: 30px;
    left: 50%;
    padding: 40px;
    width: 320px;

    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    border: 0;
    border-radius: 0;
    z-index: 99999;
    opacity: 1;
    overflow: auto;
}
a.popup-close {
    font-size: 2em;
    color: #454545!important;
    text-shadow: none;
    opacity: 1;
    position: absolute;
    top: 40px;
    right: 40px;
}
.popup h3 {
    color: #454545;
    font-size: 1.6em;
    font-family: 'Arimo-Bold';
    padding: 0;
    margin: 0 25px 40px 0;
    line-height: 1.2;
}
.popup-tagline {
    font-size: 1em;
    color: #9F9F9F;
    line-height: 1.4;
    margin: -25px 0 15px 0;
    width: 100%;
    font-family: 'Arimo';
}
.form-group {
    margin: 0 0 20px 0;
}
.form-group > label {
    display: block;
    margin: 0 0 10px 0;
    color:#454545;
    font-family: 'Arimo-Bold';
    font-size: 12px;
    text-transform: uppercase;
}
.form-control {
    transition: .3s;
    font-size: 14px;
    color: #454545;
    margin: 0;
    border: 1px solid #E1E1E1;
    background: #F8F8F8;
    padding: 15px;
    font-family: 'Arimo';
    width: 90%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box!important;
}
.popup .form-control {
    width: 100%;
}
.form-control:focus {
    outline: none;
    border: 1px solid #454545;
}
.form-group ::-webkit-input-placeholder {color:#454545;}
.form-group ::-moz-placeholder          {color:#454545;}
.form-group :-moz-placeholder           {color:#454545;}
.form-group :-ms-input-placeholder      {color:#454545;}
textarea.form-control {
    height: 80px;
}
.popup .chekbox {
    width: 90%;
    margin: 0 0 20px 0;
    overflow: hidden;
}
.popup .chekbox p {
    margin:0;
}
.popup .chekbox input[type="checkbox"] {
    position: absolute;
    left: -9999px;
}
.popup .chekbox input[type="checkbox"] + label {
    padding: 5px 0 5px 30px;
    cursor: pointer;
    font-weight: normal;
    font-size: 1em;
    color: #9F9F9F!important;
    position: relative;
    line-height: 1.4;
    margin: 0;
    width: 100%;
    font-family: 'Arimo';
}
.popup .chekbox input[type="checkbox"] + label:before {
    content: '';
    position: absolute;
    top: 5px;
    right: 0;
    width: 20px;
    height: 20px;
    background: #F8F8F8;
    border: 1px solid #E1E1E1;
    box-sizing: border-box;
    border-radius: 0;
    z-index: 5;
}
.popup .chekbox input[type="checkbox"]:checked + label:after {
    z-index: 7;
    content: "";
    position: absolute;
    top: 9px;
    left: 7px;
    width: 5px;
    height: 8px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    transform: rotate(225deg);
    transition: all 400ms ease;
    background: transparent;
}
.popup p a {
    color: #9F9F9F;
    text-decoration: underline;
}
.popup p a:hover {
    color: #9F9F9F;
    text-decoration: none;
}
.popup .button {
    width: 100%;
    border-color: #454545;
    color: #fff;
    background:#454545;
    box-shadow: none;
    border: none;
    padding: 15px;
    display: inline-block;
    text-align: center;
    font-family: 'Arimo-Bold';
    font-size: 1.1em;
    transition: all 400ms ease;
    box-sizing: border-box!important;
}
.popup .button:hover {
    background:#B61F30;
    border-color:#B61F30;
    color:#fff;
}
.product-mobile__list {
    display:none;
}
.second-level__list .chekbox {
    margin: 0;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}
.second-level__list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}
.brands-slider .slick-prev:before , .brands-slider .slick-next:before {
    border-color:#fff;
}
.brands-slider .slick-prev:hover , .brands-slider .slick-next:hover {
    background:#B61F30;
}
.services-block a.button {
    border-color: #fff;
    color: #fff;
    margin:30px 0 0;
    width: 220px;
}
.services-block a.button:hover {
    border-color: #fff;
    color: #000;
    background: #fff;
}
/* end new style */

@media only screen and (max-width:1700px) {
    /* new style */
    .slick-next {
        right: 25%;
    }
    /* end new style */
}

@media only screen and (max-width:1600px) {
    .filter-block__item:last-child .filter-block__dropdown.small {
        left: auto;
        right: -20px;
    }
    /* new style */
    .slick-next {
        right: 30%;
    }
    .product-content__slider {
        width: 50%;
        margin: 0;
    }
    .prod-slider .slick-dots {
        left: 0;
        width: auto;
        right: 0;
    }
    .prod-slider .slick-prev {
        left: 0;
        right: auto;
    }
    /* end new style */
}

@media only screen and (max-width:1350px) {
    .container {
        width: 1170px;
    }
    .filter-block__item:last-child {
        margin: 0 0 0 19%;
    }
    .catalog-block__item .text .text-info {
        flex: 1;
    }
    .filter-block__dropdown.big {
        width: 1090px;
        left: 0;
    }
    .still-menu__list {
        width: 220px;
    }
    .still-menu__list .second-level {
        min-width: 860px;
    }
    .container {
        overflow: hidden;
    }
    .filter-block__item {
        margin: 0 40px 0 0;
    }

    /* new style */
    .catalog-page .container {
        overflow: initial;
    }
    .catalog-slider {
        margin: 0 -25% 0 0;
    }
    .slick-next {
        right: 25%;
    }
    .product-block__breadcrumb .breadcrumb {
        margin: 0;
    }
    .product-content__tabs #tabs ul li {
        margin: 0 20px 0 0;
    }
    .insta-slider .slick-prev {
        left: 20px;
    }
    .insta-slider .slick-next {
        right: 20px;
    }
    /* end new style */
}

@media only screen and (max-width: 1199px) {
    .container {
        width: 970px;
    }
    .filter-block__item:last-child {
        margin: 0 0 0 10px;
    }
    .catalog-block__item {
        width: 29%;
    }
    .filter-block__dropdown.big {
        width: 890px;
    }
    .still-menu__list .second-level {
        min-width: 650px;
    }
    ul.text-act__list {
        opacity: 1;
    }
    .catalog-block__item .text {
        display: block;
    }
    ul.text-act__list li:not(.bx-share-icon) {
        margin: 0 15px 0 0;
    }
    ul.text-act__list {
        text-align: left;
    }
    /* new style */
    .catalog-slider {
        margin: 0 -20% 0 0;
    }
    .collections-slider__item .block {
        padding: 0 25px;
    }
    .collections-slider__item a.link {
        left: 20px;
        right: 20px;
    }
    a.collection-link.big img {
        left: 25px;
        right: 25px;
    }
    #tabs .catalog-block__item .text .text-act {
        margin: 15px 0 0 0;
    }
    .services-block__text {
        max-width: 450px;
    }
    .product-content__text {
        width: 44%;
        margin: 0 0 0 40px;
    }
    .product-content__menu ul.menu-list li a {
        font-size: 13px;
    }
    .product-content__tabs #tabs ul li {
        margin: 0 15px 0 0;
    }
    .product-content__tabs #tabs ul li a {
        font-size: 12px;
    }
    .brands-block .slick-prev {
        left: -25px;
    }
    .brands-block .slick-next {
        right: -25px;
    }
    .news-slider .slick-prev, .news-slider .slick-next {
        bottom: calc(66% - 20px);
    }
    /* end new style */
}

@media only screen and (max-width:991px) {
    .block-1, .block-2, .block-3 {
        margin-bottom: 20px;
    }
    .container {
        width: 750px;
    }
    .catalog-block__item {
        width: 44%;
    }
    ul.pagination {
        text-align: center;
    }
    ul.pagination li:last-child {
        margin: 0 0 0 20px;
    }
    .filter-block {
        display: flex;
        position: relative;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: flex-start;
    }
    .filter-block__item {
        margin: 0 40px 10px 0;
    }	
    .filter-block__dropdown.big {
        width: 670px;
        top: 100%;
        overflow: auto;
    }
    .filter-block__dropdown.small {
        width: 230px;
    }
    .still-menu__list .second-level {
        min-width: 430px;
    }
    .second-level__list {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .second-level__list .chekbox {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    /* new style */
    .catalog-slider {
        margin: 0 -25% 0 0;
    }
    .grid-container {
        display: block;
    }
    a.collection-link {
        margin: 20px 0;
    }
    a.collection-link.big {
        height: auto;
    }
    a.collection-link.big img {
        position: initial;
    }
    a.collection-link.big span {
        left: 40px;
        right: 40px;
    }
    .collections-slider__item a.link {
        left: 40px;
        right: 40px;
    }
    .collections-slider__item .block {
        padding: 0 50px;
    }
    .services-block {
        background: url(../images/new/service.png) top center no-repeat;
    }
    .services-block__text p {
        margin-top: 10px;
    }
    .services-block a.button {
        margin-top: 15px;
    }
    .services-block__text {
        max-width: 100%;
    }
    .inside-block h2 {
        margin: 20px 0;
    }
    .slick-next {
        right: 37%;
    }
    .product-content__text {
        width: 55%;
        margin: 0 0 0 20px;
    }
    ul.product-content__act li {
        margin: 0 20px 0 0;
    }
    .product-content__slider {
        width: 41%;
    }
    .product-content__menu ul.menu-list {
        display: block;
    }
    .product-content__menu ul.menu-list li a {
        font-size: 1em;
    }
    .product-content__menu ul.menu-list li {
        display: block;
        margin: 15px 0;
    }
    .product-content__menu {
        padding: 10px 0;
    }
    .products-block__slider .caption {
        display: block;
    }
    .products-block__slider .caption h2 {
        margin: 0 0 15px 0;
    }
    .product-content__tabs {
        display: none;
    }
    #accordion {
        display: block;
        margin: 0 0 40px 0;
    }
    h3:focus {
        outline: none;
    }
    #accordion h3 {
        background:#F8F8F8;
        padding: 20px;
        margin: 10px 0;
        font-size: 14px;
        color:#454545;
        font-family: 'Arimo-Bold';
        text-transform: uppercase;
        position: relative;
        transition: all 400ms ease;
    }
    #accordion h3:after {
        content: '';
        position: absolute;
        top: 22px;
        right: 20px;
        width: 7px;
        height: 8px;
        border-top: 1px solid #454545;
        border-left: 1px solid #454545;
        transform: rotate(-135deg);
        transition: all 400ms ease;
    }
    #accordion h3.ui-state-active:after {
        transform: rotate(-315deg);
        transition: all 400ms ease;
        top: 24px;
    }
    #accordion h3.ui-state-active {
        color:#B61F30;
        transition: all 400ms ease;
        margin: 0;
    }
    #accordion .product-tabs__text {
        max-width: 100%;
        padding: 0;
        background:#F8F8F8;
    }
    #accordion .accordion-block {
        max-width: 100%;
        padding: 0 20px 20px;
        background:#F8F8F8;
    }
    #accordion .brands-list {
        margin: 0;
        padding: 0;
    }
    #accordion .product-tabs__table {
        padding: 0;
        margin:0;
        border-bottom: 0;
    }
    .brands-block .slick-prev {
        left: -15px;
    }
    .brands-block .slick-next {
        right: -15px;
    }
    .news-slider .slick-prev, .news-slider .slick-next {
        bottom: calc(69% - 20px);
    }
    /* end new style */
}

@media only screen and (max-width: 767px) {
    /*.banner img {
        display: none;
    }
    .banner {
        width: 100%;
        background-repeat: no-repeat;
        height: 350px;
        background-size: cover;
    }*/
    .prod-slider img {
        max-width: 60%;
    }
    .flip, .flip > p, .flip > div {
        transform: rotate(180deg)
    }
    .flip p.note {
        margin-top: 0;
    }
    .catalog-filter input.filter-input {
        overflow: hidden;
        width: 70px;
        text-overflow: ellipsis;
    }
    .category-block .catalog-slider__item ul.list {
        top: 20px;
        overflow: auto;
    }
    #tabs > .container > ul {
        overflow: auto;
    }
    .container {
        width: auto;
    }
    .breadcrumb {
        margin: 0;
        padding: 10px 15px 10px;
        overflow: visible!important;
        white-space: normal!important;
    }
    .breadcrumb li a, .breadcrumb > .active {
        font-size: 12px;
    }
    .breadcrumb > li + li:before {
        padding: 0;
    }
    .main-menu__block {
        display:block;
    }
    .catalog-block__content {
        margin: 15px 0 0 0;
        display: block;
    }
    .catalog-block__item {
        width: auto;
        margin: 0 15px 40px;
    }
    .catalog-block__item .text {
        display: flex;
    }
    ul.text-act__list li {
        margin: 0 0 0 5px;
    }
    .catalog-block__item .text .text-info {
        text-align: left;
        max-width: 50%;
        overflow: hidden;        
    }
    .catalog-block__item a.link {
        font-size: 15px;
    }
    .catalog-block__item p.price {
        margin: 10px 0 0 0;
    }
    ul.text-act__list {
        text-align: right;
        margin: 8px 0 0;
    }
    ul.pagination li:last-child a {
        color: #fff;
        background: #454545;
        display: block;
        padding:15px;
        text-align:center;
    }
    ul.pagination li:last-child {
        display: block;
        margin: 20px 0 0 0;
    }
    ul.pagination li:last-child a:hover {
        color: #fff;
        text-decoration: none;
    }
    .catalog-block {
        margin: 0 0 0;
    }
    .catalog-image {
        margin: 0 0 30px 0;
    }
    .catalog-block h2 {
        margin: 0 15px 30px;
    }
    .main-menu__block {
        margin:0;
    }
    .main-menu__fiter {
        width:50%;
        float:left;
    }
    .main-menu__fiter a.link.name-filter {
        color:#fff;
        font-size:16px;
        font-family: 'Arimo';
        background:#454545;
        display:block;
        padding:15px;
        text-align:center;
        cursor:pointer;
        text-decoration:none;
    }
    .main-menu__fiter a.link.name-filter span {
        position:relative;
    }
    .main-menu__fiter a.link.name-filter span:after {
        content: '';
        position: absolute;
        top: -2px;
        left: -32px;
        width: 25px;
        height: 20px;
        background: url(../images/interchas_icons.svg) -543px 0px no-repeat;
        transition: all 0ms ease;
    }
    .second-level {
        background: #F6F6F6;
        width: auto;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9999;
        padding: 0 20px 50px;
        overflow: auto;
        overflow: auto;
        display: none;
    }
    .main-menu__level {
        background: #454545;
        padding: 15px;
        margin: 0 -20px;
        position: relative;
        text-align: left;
    }
    .main-menu__level a.link {
        color: #fff;
        font-size: 16px;
        font-family: 'Arimo';
        position: relative;
        padding: 0 0 0 25px;
    }
    .main-menu__level a.link:after {
        content: '';
        position: absolute;
        top: -2px;
        left: 0;
        width: 25px;
        height: 20px;
        background: url(../images/interchas_icons.svg) -403px 0px no-repeat;
        transition: all 0ms ease;
    }
    .second-level__item {
        border-bottom: 1px solid #fff;
        padding: 25px 20px;
        margin: 0 -15px;
    }
    .second-level__item a.link {
        display: block;
        font-size: 16px;
        color: #454545;
        font-family: 'Arimo';
        position: relative;
        cursor: pointer;
        transition: all 400ms ease;
    }
    .second-level__item a.link:after {
        content: '';
        position: absolute;
        top: -1px;
        right: -15px;
        width: 25px;
        height: 20px;
        background: url(../images/interchas_icons.svg) -255px 0px no-repeat;
        transition: all 400ms ease;
    }
    body.hidd {
        overflow:hidden;
    }
    a.button-cancel {
        background: #9F9F9F;
        font-size: 16px;
        color: #fff;
        font-family: 'Arimo';
        cursor: pointer;
        transition: all 400ms ease;
        position: fixed;
        bottom: 0;
        left: 0;
        display: block;
        width: 50%;
        padding: 15px 0;
        text-align: center;
        text-decoration:none;
    }
    a.button-add {
        background: #B61F30;
        font-size: 16px;
        color: #fff;
        font-family: 'Arimo';
        cursor: pointer;
        transition: all 400ms ease;
        position: fixed;
        bottom: 0;
        right: 0;
        display: block;
        width: 50%;
        padding: 15px 0;
        text-align: center;
        text-decoration: none;
    }
    .third-level {
        background: #F6F6F6;
        width: auto;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 20;
        padding: 0 20px 50px;
        overflow: auto;
        display: none;
    }
    .second-level a.button-green {
        z-index: 50;
        background: #454545;
        padding: 15px 15px 15px 30px;
        margin: 0 -20px;
        position: relative;
        text-align: left;
        display: block;
        color: #fff;
    }
    .second-level a.button-green span {
        position:relative;
    }
    .second-level a.button-green span:before {
        content: '';
        position: absolute;
        top: -1px;
        left: -25px;
        width: 20px;
        height: 20px;
        background: url(../images/interchas_icons.svg) -216px 0px no-repeat;
        transition: all 400ms ease;
    }
    .main-menu__block p.price-text {
        border-bottom: 2px solid #E1E1E1;
        font-size: 16px;
        color: #454545;
        font-family: 'Arimo';
        padding: 25px 0 10px 0;
        display: inline-block;
        vertical-align: middle;
        width: 140px;
        margin: 0 15px 50px 0;
    }
    .last-level  {
        background: #F6F6F6;
        width: auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 100;
        padding: 0 20px 10px;
        overflow: auto;
        overflow: auto;
        display: none;
    }
    .third-level a.button-green {
        z-index: 50;
        background: #454545;
        padding: 15px 15px 15px 30px;
        margin: 0 -20px;
        position: relative;
        text-align: left;
        display: block;
        color: #fff;
    }
    .third-level a.link.last-link {
        padding: 25px 0;
        border-bottom: 1px solid #fff;
    }
    .third-level a.link.last-link:after {
        top: 22px;
    }
    .main-menu__sort {
        width: 50%;
        float: left;
    }
    .main-menu__sort a.link.name-sort {
        color: #fff;
        font-size: 16px;
        font-family: 'Arimo';
        background: #454545;
        display: block;
        padding: 15px 25px 15px 15px;
        text-align: center;
        cursor: pointer;
        text-decoration: none;
    }
    .main-menu__sort a.link.name-sort span {
        position: relative;
    }
    .main-menu__sort a.link.name-sort span:after {
        content: '';
        position: absolute;
        top: -1px;
        right: -18px;
        width: 25px;
        height: 20px;
        background: url(../images/interchas_icons.svg) -130px 0px no-repeat;
        transition: all 0ms ease;
    }
    .main-menu__cataog {
        border-bottom: 1px solid #fff;
        padding: 25px 20px;
        margin: 0;
        background: #F6F6F6;
        overflow: hidden;
    }
    .main-menu__cataog a.name-cat {
        display: block;
        font-size: 16px;
        color: #454545;
        font-family: 'Arimo';
        position: relative;
        cursor: pointer;
        transition: all 400ms ease;
    }
    .main-menu__cataog a.name-cat:after {
        content: '';
        position: absolute;
        top: -1px;
        right: -15px;
        width: 25px;
        height: 20px;
        background: url(../images/interchas_icons.svg) -255px 0px no-repeat;
        transition: all 400ms ease;
    }
    .main-menu__cataog .second-level {
        top: 60px;
    }
    .main-menu__cataog .main-menu__level {
        background: #B61F30;
    }
    .main-menu__cataog .third-level {
        top: 60px;
    }
    .main-menu__cataog .third-level a.button-green {
        background: #B61F30;
    }
    .main-menu__cataog .filter-catalog__menu {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .main-menu__cataog .filter-catalog__menu ul {
        margin: 20px 0;
    }
    .main-menu__cataog ul.catalog-menu__list {
        margin: 30px 0;
    }
    .main-menu__cataog ul.catalog-menu__list li {
        margin: 0 0 15px 0;
    }
    .main-menu__section .filter-catalog__menu ul li {
        margin: 0 0 15px 0;
    }
    .main-menu__cataog.main-menu__section .filter-catalog__menu ul {
        margin: 0 0 0 0;
    }
    .filter-block {
        display:none;
    }
    /* new style */
    .inside-block {
        /*padding: 60px 15px;*/
    }
    .catalog-text {
        margin: 0 0 15px 0; 
    }
    .catalog-page {
        margin: 0 -15px 30px 0;
        /*margin: 0;*/
    }
    .catalog-slider {
        margin: 0 -55% 0 0;
    }
    .catalog-slider .slick-next {
        display: none im !important;
    }
    .brands-slider__item .image img {
        max-width: 90%;
    }
    .brands-list .filter-catalog__menu {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    [data-role="toggle-btn"] [data-state="shown"] {
        width: auto;
    }
    [data-role="toggle-btn"] [data-state="hidden"] {
        width: auto;
    }
    .products-block .slick-next {
        right: 0;
    }
    .products-block .slick-prev {
        left: 0;
    }
    .collections-slider__item .block img {
        margin: 0 -165px 0 0;
    }
    .collections-slider__item a.link {
        bottom: 70px;
        left: 25px;
        right: 25px;
    }
    .collections-slider .slick-dots {
        left: 25px;
        right: auto;
    }
    a.collection-link span {
        left: 25px;
        right: 25px;
    }
    a.collection-link.big span {
        left: 25px;
        right: 25px;
    }
    #tabs ul li {
        margin: 0 30px 0 0;
    }
    #tabs .slick-next {
        right: 0;
    }
    #tabs .slick-prev {
        left: 0;
    }
    ul.text-act__list li {
        margin: 0 0 0 5px !important;
    }
    .services-block {
        padding: 0 35px;
    }
    .news-block {
        margin: 0 -20px 60px;
        display: block;
    }
    .news-block__item {
        margin: 0 20px 40px;
    }
    .text-block {
        margin: 0;
    }
    .catalog-image {
        margin: 30px 0;
    }
    .catalog-text {
        display: block;
    }
    .catalog-text .image {
        width: 100%;
        min-width: 100%;
        margin: 0 0 20px 0;
        text-align: center;
    }
    .catalog-text .text {
        max-width: 100%;
    }
    .catalog-text .image img {
        max-width: 100%;
    }
    .inside-block__category {
        padding: 0;
    }
    .catalog-page.category-block .catalog-slider .slick-prev,
    .catalog-page.category-block .catalog-slider .slick-next {
        display: none !important;
    }
    .club-block {
        padding: 60px 15px;
    }
    .club-block__text h2 {
        font-size: 2em;
    }
    .block-gray {
        padding: 0 15px 60px;
    }
    .block-gray:after {
        display: none;
    }
    .block-gray a.button {
        width: 280px;
        margin: auto;
    }
    .products-block.products-block__slider {
        padding: 0 15px;
    }
    .news-slider {
        padding: 0 15px;
    }
    .product-content__menu {
        padding: 10px 15px;
    }
    .product-content__slider {
        width: 100%;
    }
    .prod-slider .slick-prev,
    .prod-slider .slick-next {
        display: none !important;
    }
    .product-content__text h1 {
        font-size: 1.8em!important;
        margin-bottom: 0!important;
    }
    .product-content__text {
        width: 100%;
        margin: 0;
    }
    .product-content__text img.brandPict {
        display: block;
        margin: 15px auto;
    }
    .product-content__text p {
        margin-top: 0;
    }
    .product-content {
        padding: 0 15px;
    }
    ul.product-content__act {
        margin: 0 0;
        display: block;
    }
    ul.product-content__act li {
        margin: 20px 0;
    }
    .product-content__text .price-block .actions {
        display: block;
    }
    .product-content__text .price-block .actions .button {
        width: auto;
        display: block;
        margin: 0;
    }
    .product-content__text .price-block .actions ul {
        margin: 20px 0 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .product-content__text .price-block {
        margin: 0 0 0;
    }
    .product-content__text ul.product-content__list {
        /*margin: 20px 0 35px;*/
        display: none;
    }
    .block-gray .news-slider {
        padding: 0;
    }
    .popup {
        top: 15px;
        padding: 40px;
        width: calc(100% - 15px);
        left: 0;
        right: 0;
        margin: auto;
    }
    .product-content__slider {
        position:relative;
    }
    .product-mobile__list {
        position: absolute;
        top: calc(50% - 80px);
        display: block;
        left: 0;
        z-index: 45;
    }
    .product-mobile__list li {
        margin: 10px 0;
    }
    .product-mobile__list li a {
        display: block;
        position: relative;
        color: #454545;
        font-size: 1em;
        text-decoration: none;
        font-family: 'Arimo';
        width:30px;
        height:30px;
    }
    .product-mobile__list li a.favorites {
        background: url(../images/interchas_icons.svg) -90px 0px no-repeat;
    }
    .product-mobile__list li a.favorites:hover {
        background: url(../images/interchas_icons.svg) -38px 0px no-repeat;
    }
    .product-mobile__list li .twit {
        background: url(../images/interchas_icons.svg) -689px 0px no-repeat;
        height: 30px;
    }
    .product-mobile__list li .twit:hover {
        background: url(../images/interchas_icons.svg) -641px 0px no-repeat;
    }
    .product-mobile__list li a.compare {
        background: url(../images/sprite.png) 10px 0px no-repeat;
    }
    .product-mobile__list li a.compare:hover {
        background: url(../images/sprite.png) 10px -31px no-repeat;
    }
    .product-content__text .price-block .price {
        font-size: 1.8em;
    }

    .product-content__menu {
        margin: 10px 0 0;
    }
    .product-content {
        margin: 60px 0 0;
    }
    ul.product-content__act {
        margin: 25px 0 0;
    }
    .product-content__menu ul.menu-list li {
        margin: 30px 0;
    }
    .product-content__menu {
        padding: 0 15px;
    }
    .brands-slider {
        width: 75%;
    }
    .brands-block .slick-prev {
        left: -40px;
    }
    .brands-block .slick-next {
        right: -40px;
    }
    /* end new style */
}
.breadcrumb {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
ul.product-content__list li div.twit {
    cursor: pointer;
}
ul.product-content__list li div.twit span.twit-holder:after {
    content: '';
    position: absolute;
    bottom: -7px;
    left: calc(50% - 6px);
    border-top: 7px solid rgba(255,255,255,1);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}
ul.product-mobile__list li div.twit span.twit-holder:after {
    content: '';
    position: absolute;
    bottom: calc(50% - 13px);
    left: -7px;
    border-right: 7px solid rgba(255,255,255,1);
    border-bottom: 7px solid transparent;
    border-top: 7px solid transparent;
}
ul.product-content__list li div.twit span.twit-holder, ul.product-mobile__list li div.twit span.twit-holder {
    bottom: calc(100% + 15px);
    top: auto;
    left: auto;
    right: -18px;
    width: 220px;
    text-align: left;
    padding: 10px 15px;
    line-height: 1.3;
    background: #fff;
    box-shadow: 0 10px 20px 0 rgb(191 191 191 / 70%);
    position: absolute;
    box-sizing: border-box !important;
    opacity: 0;
    display: none;
    transition: all 400ms ease;

}
ul.product-mobile__list li div.twit span.twit-holder {
    right: auto;
    height: 90px;
    top: 8px;
    left: 50px;
}
ul.product-content__list li div.twit._active span.twit-holder, ul.product-mobile__list li div.twit._active span.twit-holder {
    opacity: 1;
    display: block;
    transition: all 400ms ease;
}
@media screen and (max-width: 520px) {
    .price .price-ask-content {
        left: auto;
        top: -70px;
        right: 25%;
    }
}
@media screen and (max-width: 640px) and (min-width: 521px) {
    .price .price-ask-content {
        left: auto;
        top: -70px;
        right: 28%;
    }
}
@media screen and (max-width: 767px) and (min-width: 641px) {
    .price .price-ask-content {
        left: auto;
        top: -70px;
        right: 40%;
    }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
    .price .price-ask-content {
        right: 4%;
    }
}
@media screen and (max-width: 1440px) {
    .prod-slider img {
        max-height: 400px;
    }
}
.product-content .price-ask {
    top: -25px;
}
.price .price-ask-content {
    left: 30%;
}
.navigation .next {
    top: 10px;
}

.attention {
    position: absolute;
    left: 0;
    right: 0;
    top: 91px;
    padding: 16px;
    background-color: #B61F30;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    z-index: 9;
}

@media(max-width: 1160px) {
    body {
        padding-top: 80px;
    }
}

@media(max-width: 700px) {
    body {
        padding-top: 64px;
    }
    .attention {
        top: 60px;
        padding: 12px;
        font-size: 14px;
        line-height: 20px;
    }
}

@media(max-width: 550px) {
    body {
        padding-top: 84px;
    }
}

@media(max-width: 400px) {
    body {
        padding-top: 104px;
    }
}

.main-page__social-wrapper>div {
    width: 100%;
}

ul.text-act__list li div.twit.text-act__btn--info span {
    width: 180px;
}

.goods-slider__item-name {
    display: block;
}