/**
 * selectize.css (v0.12.4)
 */
 .selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
    visibility: visible !important;
    background: #f2f2f2 !important;
    background: rgba(0, 0, 0, 0.06) !important;
    border: 0 none !important;
    -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
    box-shadow: inset 0 0 12px 4px #ffffff;
  }
  .selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
    content: '!';
    visibility: hidden;
  }
  .selectize-control.plugin-drag_drop .ui-sortable-helper {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
  .selectize-dropdown-header {
    position: relative;
    padding: 5px 8px;
    border-bottom: 1px solid #d0d0d0;
    background: #f8f8f8;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
  }
  .selectize-dropdown-header-close {
    position: absolute;
    right: 8px;
    top: 50%;
    color: #303030;
    opacity: 0.4;
    margin-top: -12px;
    line-height: 20px;
    font-size: 20px !important;
  }
  .selectize-dropdown-header-close:hover {
    color: #000000;
  }
  .selectize-dropdown.plugin-optgroup_columns .optgroup {
    border-right: 1px solid #f2f2f2;
    border-top: 0 none;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
    border-right: 0 none;
  }
  .selectize-dropdown.plugin-optgroup_columns .optgroup:before {
    display: none;
  }
  .selectize-dropdown.plugin-optgroup_columns .optgroup-header {
    border-top: 0 none;
  }
  .selectize-control.plugin-remove_button [data-value] {
    position: relative;
    padding-right: 24px !important;
  }
  .selectize-control.plugin-remove_button [data-value] .remove {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 17px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: inherit;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    padding: 2px 0 0 0;
    border-left: 1px solid #d0d0d0;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .selectize-control.plugin-remove_button [data-value] .remove:hover {
    background: rgba(0, 0, 0, 0.05);
  }
  .selectize-control.plugin-remove_button [data-value].active .remove {
    border-left-color: #cacaca;
  }
  .selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
    background: none;
  }
  .selectize-control.plugin-remove_button .disabled [data-value] .remove {
    border-left-color: #ffffff;
  }
  .selectize-control.plugin-remove_button .remove-single {
    position: absolute;
    right: 28px;
    top: 6px;
    font-size: 23px;
  }
  .selectize-control {
    position: relative;
  }
  .selectize-dropdown,
  .selectize-input,
  .selectize-input input {
    color: #303030;
    font-family: inherit;
    font-size: 16px;
    line-height: 20px;
    -webkit-font-smoothing: inherit;
  }
  .selectize-input input {
    position: absolute;
    left: -10000px;
  }
  .selectize-input,
  .selectize-control.single .selectize-input.input-active {
    background: #ffffff;
    cursor: text;
    display: inline-block;
  }
  .selectize-input {
    border: 1px solid #d7ccd2;
    padding: 8px 25px 8px 10px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    border-radius: 3px;
  }
  .selectize-control.multi .selectize-input.has-items {
    padding: 6px 8px 3px;
  }
  .selectize-input.full {
    background-color: #ffffff;
  }
  .selectize-input.disabled,
  .selectize-input.disabled * {
    cursor: default !important;
  }
  .selectize-input.focus {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  }
  .selectize-input.dropdown-active {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
  }
  .selectize-input > * {
    vertical-align: baseline;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
  }
  .selectize-control.multi .selectize-input > div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 2px 6px;
    background: #f2f2f2;
    color: #303030;
    border: 0 solid #d0d0d0;
  }
  .selectize-control.multi .selectize-input > div.active {
    background: #e8e8e8;
    color: #303030;
    border: 0 solid #cacaca;
  }
  .selectize-control.multi .selectize-input.disabled > div,
  .selectize-control.multi .selectize-input.disabled > div.active {
    color: #7d7d7d;
    background: #ffffff;
    border: 0 solid #ffffff;
  }
  .selectize-input > input {
    display: inline-block !important;
    padding: 0 !important;
    min-height: 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    margin: 0 2px 0 0 !important;
    text-indent: 0 !important;
    border: 0 none !important;
    background: none !important;
    line-height: inherit !important;
    -webkit-user-select: auto !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  .selectize-input > input::-ms-clear {
    display: none;
  }
  .selectize-input > input:focus {
    outline: none !important;
  }
  .selectize-input::after {
    content: ' ';
    display: block;
    clear: left;
  }
  .selectize-input.dropdown-active::before {
    content: ' ';
    display: block;
    position: absolute;
    background: #f0f0f0;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .selectize-dropdown {
    position: absolute;
    z-index: 100;
    border: 1px solid #d0d0d0;
    background: #ffffff;
    margin: -1px 0 0 0;
    border-top: 0 none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
  }
  .selectize-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden;
  }
  .selectize-dropdown [data-selectable] .highlight {
    background: rgba(125, 168, 208, 0.2);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
  }
  .selectize-dropdown [data-selectable],
  .selectize-dropdown .optgroup-header {
    padding: 5px 8px;
  }
  .selectize-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0 none;
  }
  .selectize-dropdown .optgroup-header {
    color: #303030;
    background: #ffffff;
    cursor: default;
  }
  .selectize-dropdown .active {
    background-color: #ecdee6;
    color: #495c68;
  }
  .selectize-dropdown .active.create {
    color: #495c68;
  }
  .selectize-dropdown .create {
    color: rgba(48, 48, 48, 0.5);
  }
  .selectize-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
    -webkit-overflow-scrolling: touch;
  }
  .selectize-control.single .selectize-input,
  .selectize-control.single .selectize-input input {
    cursor: pointer;
  }
  .selectize-control.single .selectize-input.input-active,
  .selectize-control.single .selectize-input.input-active input {
    cursor: text;
  }
  .selectize-control.single .selectize-input:after {
    content: ' ';
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -5px;
    width: 7px;
    height: 7px;
    transform: rotate(135deg);
    border-top: 1px solid #000;
    border-right: 1px solid #000;
  }
  .selectize-control.single .selectize-input.dropdown-active:after {
    transform: rotate(-45deg);
  }
  .selectize-control.rtl.single .selectize-input:after {
    left: 15px;
    right: auto;
  }
  .selectize-control.rtl .selectize-input > input {
    margin: 0 4px 0 -2px !important;
  }
  .selectize-control .selectize-input.disabled {
    opacity: 0.5;
    background-color: #fafafa;
  }

.custom-select-default {
    cursor: pointer;
}
.custom-select-default.selectize-control.single .selectize-input.input-active,
.custom-select-default.selectize-control.single .selectize-input.input-active input{
    cursor: pointer;
    pointer-events: none;
}
.custom-select-default.selectize-control.single input{
    display: none !important;
}
/* */

.q-header-favorite {
    float: left;
    width: 170px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #e8e9f1;
    text-decoration: none;
}
.q-header-favorite__icon {
    position: relative;
    width: 45px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.q-header-favorite__count {
    font-family: "montserratsemibold", Arial, sans-serif;
    font-size: 11px;
    line-height: 16px;
    text-align: center;
    padding: 0 5px;
    border-radius: 8px;
    min-width: 16px;
    height: 16px;
    background: #e30613;
    color: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
}

.q-header-favorite__text {
    margin-left: 10px;
}

.q-icon-favorite {
    width: 30px;
    height: 28px;
    background-position: -57px -258px;
}

.q-icon-compare {
    width: 34px;
    height: 30px;
    background-position: -10px -258px;
}

.q-header-main-menu {
    width: calc(100% - 392px);
}

.q-header-main-menu__item {
    margin-right: 30px;
}

.q-categories-tags {
    margin-bottom: 20px;
}
.q-categories-tag {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 5px;
    border: 1px solid #E8E1E5;
    margin: 0 10px 10px 0;
    text-decoration: none;
    transition: .3s;
}
.q-categories-tag:hover {
    background-color: #ecdee6;
}
.q-categories-tag._active {
    background: #e30613;
    color: #ffffff;
}
.q-categories-tag._active .q-categories-tag__count {
    color: #ffffff;
}
.q-categories-tag__count {
    font-size: 12px;
    margin-left: 10px;
    color: #8a657b;
}

.q-logo-brand {
    text-align: center;
    max-width: 145px;
    width: 100%;
    float: right;
    margin: 0 0 20px 20px;
    color: #8a657b;
}
.q-logo-brand img {
    margin-bottom: 10px;
    max-width: 130px;
    width: 95%;
}
.q-logo-brand._official {
    border-radius: 3px;
    /*border: 2px solid #e30613;*/
    padding: 0 0 10px;
    /*background: #ffffff;*/
}
.q-logo-brand__official-head {
    height: 48px;
    text-align: center;
    margin-bottom: 10px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.q-logo-brand__official-head a{
    font-family: "montserratsemibold", Arial, sans-serif;
    color: #ffffff;
    text-decoration: none;
}

.q-collection-slider{
    padding: 5px 0;
    margin-bottom: 10px;
    position: relative;
}
.brand-collections .q-collection-slider__container:after{
    height:100%;
    width: 84px;
    background: -moz-linear-gradient(left,  rgba(247,245,246,0) 0%, rgba(247,245,246,0.78) 36%, rgba(247,245,246,0.92) 100%);
    background: -webkit-linear-gradient(left,  rgba(247,245,246,0) 0%,rgba(247,245,246,0.78) 36%,rgba(247,245,246,0.92) 100%);
    background: linear-gradient(to right,  rgba(247,245,246,0) 0%,rgba(247,245,246,0.78) 36%,rgba(247,245,246,0.92) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f7f5f6', endColorstr='#ebf7f5f6',GradientType=1 );
    position: absolute;
    right: 0;
    top: 0;
    content: '';
}

.q-collection-slider .slick-track {display: flex;}
.q-collection-slider .slick-arrow {
    display: none  !important;
}
.q-collection-slider__container {
     visibility: hidden;
}
.q-collection-slider__container.slick-initialized{
    visibility: visible;
}

.q-collection-slider__item {
    width: 200px;
    text-align: center;
    position: relative;
}
.q-collection-slider__img {
    max-width: 100%;
    width: 155px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    overflow: hidden;
}
.q-collection-slider__img img{
	width: auto;
	height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
    transition: .5s;
    transform: scale(0.9);
}

.bx-no-touch .q-collection-slider__item:hover .q-collection-slider__img img{transform: scale(1.15);}
.q-collection-slider__title {
    font-family: "montserratsemibold", Arial, sans-serif;
    text-decoration: none;
    font-size: 10px;
	min-height: 30px;
}
.q-collection-slider__title span{font-size: 12px;font-family: "montserratlight", Arial, sans-serif;display:block;text-transform: uppercase;max-width: 117px;}

.collections-title{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}
.collections-title span{display: block;}

.brand-collections .q-collection-slider__container{padding: 0;height:auto;}
.brand-collections .q-collection-slider__item{
    width: auto;
    padding:0 8px;
}
.brand-collections .q-collection-slider__img{
    width: 117px;
    height: 117px;
    margin: 0 0 14px;
    border-radius:50%;
    background-color: #fff;
    border:1px solid #ccc;
}

.brand-collections .q-collection-slider__title{font-size: 10px;}
.brand-collections .slick-arrow{display: none !important;}
.q-collection-slider__item a{
    position: absolute;
    top: 0;left: 0;
    width: 100%;height: 100%;
    text-indent: -9999px;
}

.q-catalog-filters {
    border-bottom: none;
    padding-bottom: 0;
}

.q-sorting__list {
    border-bottom: 1px solid #ecdee6;
    padding: 0;
    position: relative;
}

.q-sorting__list-inner {
    white-space: nowrap;
    overflow: auto;
    max-width: 100%;
}
.q-sorting__item {
    font-size: 14px;
    margin: 20px 30px 0 0;
    transition: .3s;
    transition-property: border, color, text-shadow;
}
.q-sorting__item:not(._title) {
    border-bottom: 3px solid transparent;
    padding: 0 0 10px;
    border-radius: 0;
    position: relative;
}

.q-sorting__item._active._asc,
.q-sorting__item._active._desc {
    padding-right: 25px;
}
.q-sorting__item._active._asc::after,
.q-sorting__item._active._desc::after {
    content: "";
    position: absolute;
    right: 5px;
    top: 2px;
    width: 14px;
    height: 12px;
    background: url(../img/sprite1.png) no-repeat;
    background-position: -100px -258px;
}
.q-sorting__item._active._desc::after {
    transform: scaleY(-1)
}

.q-sorting__item:hover:not(._title),
.q-sorting__item._active {
    background: transparent;
    color: #e30613;
    border-bottom-color: #e30613;
    text-shadow: -0.06ex 0, 0.06ex 0;
}

/** new sorting **/
.q-sorting__list._new{
    border-radius: 5px;
    border:1px solid #cbb3c1;
    display: inline-block;
    margin-bottom: 12px;
}
.q-sorting__list._new .current-sort-param{
    font-size: 14px;
    font-family: monseratsemibold,sans-serif;
    padding:7px 28px 7px 35px;
    position: relative;
    cursor: pointer;
}
.q-sorting__list._new .current-sort-param:before{
    content: '';
    width: 14px;
    height: 12px;
    background: url(../img/sprite1.png) no-repeat;
    background-position: -100px -258px;
    position: absolute;
    filter:grayscale(1);
    left: 11px;
    top: 10px;
}

.q-sorting__list._new .current-sort-param:after{
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    border-left:2px solid #666;
    border-bottom:2px solid #666;
    right: 9px;
    top: 11px;
    transform-origin: center;
    transform:rotate(-45deg);
}

.q-sorting__list._new .q-sorting__list-inner{
    white-space: normal;
    background: #fff;
    box-shadow: 0 26px 30px #00000026;
    border:1px solid #ecdee676;
    position: absolute;
    z-index: 100;
    max-width: none;
    width: 100%;
    display: none;
}
.q-sorting__list._new:hover .q-sorting__list-inner{display: block;}

.q-sorting__list._new .q-sorting__item{
    display: block;
    padding:12px 20px;
    margin: 0;
    border-bottom:1px solid #ecdee6;
    font-size: 13px;
    text-shadow: none;
}
.q-sorting__list._new .q-sorting__item:last-child{border-bottom:0;}
.q-sorting__list._new .q-sorting__item._active._asc::after{display: none;}



.q-checkbox._color-silver label::before{
    background: #C0C0C0;
}
.q-checkbox._color-blue label::before{
    background: #3366cc;
}
.q-checkbox._color-red label::before{
    background: #ff0000;
}

.q-checkbox._color-black label::before{
    background: #000000;
}
.q-checkbox._color-pink label::before{
    background: #ffcccc;
}
.q-checkbox._color-yellow label::before{
    background: #ffff00;
}
.q-checkbox._color-white label::before{
    background: #ffffff;
}
.q-checkbox._color-green label::before{
    background: #66cc66;
}
.q-checkbox._color-brown label::before{
    background: #753313;
}
.q-checkbox._color-gold label::before{
    background: #FFD700;
}
.q-checkbox._color-gilded label::before{
    background: #ffcb2e;
}
.q-checkbox._color-prozrachnyy label::before{
    background: #ffffff;
}
.q-checkbox._color-dvukhtsvetnyy label::before{
    background: url(../img/multi-color.png) 0 0 no-repeat;
    background-size: cover;
}
.q-checkbox._color-beige label::before{
    background: #f5f5dc;
}
.q-checkbox._color-korichnevyy label::before{
    background: #753313;
}
.q-checkbox._color-orange label::before{
    background: #ff9900;
}
.q-checkbox._color-raznotsvetnyy label::before{
    background: url(../img/multi-color.png) 0 0 no-repeat;
    background-size: cover;
}
.q-checkbox._color-seryy label::before{
    background: #808080;
}
.q-checkbox._color-purple label::before{
    background: #a51bae;
}
.q-checkbox._color-khaki label::before{
    background: #806b2a;
}

.q-checkbox._color [type="checkbox"]:not(:checked) + label::before,
.q-checkbox._color [type="checkbox"]:checked + label::before,
.q-checkbox._color [type="radio"]:not(:checked) + label::before,
.q-checkbox._color [type="radio"]:checked + label::before {
    border: none;
}
.q-checkbox [type="checkbox"]:checked + label::after,
.q-checkbox [type="radio"]:checked + label::after {
    filter: drop-shadow(1px 0px 1px #fff) drop-shadow(-1px 0px 1px #fff) drop-shadow(0px 1px 1px #fff) drop-shadow(0px -1px 1px #fff);
}
.q-filter-kind__list--item-sub {
    padding-left: 27px;
}
.q-filter-kind__list--item-sub:last-child .q-checkbox {
    margin-bottom: 16px;
}
.q-filter-kind__hidden {
    display: none;
}
.q-filter-kind__hidden.active {
    display: block;
}
.q-filter-kind__show-more {
    height: 30px;
    line-height: 28px;
    border: 1px solid #d7ccd2;
    border-radius: 15px;
    font-size: 14px;
    padding: 0 10px;
    display: inline-block;
    cursor: pointer;
    margin-top: 5px;
}
.q-filter-kind__show-more::after {
    background: url("../img/sprite1.png") -423px -66px no-repeat;
    display: inline-block;
    width: 12px;
    height: 7px;
    content: "";
    margin-left: 5px;
}
.q-filter-kind__show-more.active::after {
    transform: rotate(180deg)
}

.q-catalog-slider {
    width: 66.66%;
    min-height: 400px;
}
.q-catalog-slider .slick-dots {
    width: auto;
    left: 50%;
    bottom: 25px;
    transform: translateX(-50%);
}
.q-catalog-slider .slick-arrow.slick-next {
    right: 35px;
}
.q-catalog-slider .slick-arrow.slick-prev {
    left: 35px;
}
.q-catalog-slider .slick-list,
.q-catalog-slider .slick-track {
    height: 100%;
}
.q-catalog-slider__item {
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
}
.q-catalog-slider__head {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px;
    border-radius: 3px;
    background: #ffffff;
    min-height: 80px;
    padding: 15px;
}
.q-catalog-slider__head-text {
    font-size: 14px;
    font-family: "montserratsemibold", Arial, sans-serif;
    margin: 15px;
}
.q-catalog-slider .q-catalog-slider__brand {
    max-width: 100px;
    max-height: 40px;
    margin: 0;
}
.q-catalog-slider .q-catalog-slider__logo {
    max-width: 100px;
    margin: 0;
}

.q-faq {
    padding-left: 275px;
    background-image: url(../img/icon-faq.png);
    background-position: top left;
    background-repeat: no-repeat;
}
.q-faq__title {
    border-bottom: 1px solid #ecdee6;
    padding: 0 0 20px;
    margin: 0;
}
.q-faq__item {
    border-bottom: 1px solid #ecdee6;
}
.q-faq__item._opened .q-faq__content {
    display: block;
}
.q-faq__item._opened .q-faq__head::after {
    transform: rotate(180deg);
}
.q-faq__head {
    position: relative;
    cursor: pointer;
    padding: 20px 45px 20px 0;
}
.q-faq__head::after {
    content: "";
    position: absolute;
    top: calc(50% - 9px);
    right: 15px;
    background-image: url(../img/sprite1.png);
    background-position: -156px -166px;
    background-repeat: no-repeat;
    width: 18px;
    height: 11px;
}
.q-faq__head h3 {
    margin: 0;
}
.q-faq__content {
    display: none;
    padding-bottom: 20px;
}

.q-product-preview__img--preview {
    display: block;
    height: 380px;
}
.q-product-previews-list .q-product-preview {
    padding-bottom: 0;
}
.q-product-preview .q-product-preview__img--container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-top: 15px;
}
.q-product-preview__img {
	width: auto;
	height: auto;
    max-height: 100%;
}


.q-product-preview__inner {
    width: 100%;
    min-height: 100%;
    position: relative;
    z-index: 2;
}
.q-catalog .q-product-preview__inner::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    height: 100%;
    width: 100%;
    transition: .5s;
    opacity: 0;
    z-index: -1;
}
.q-product-preview__vendor {
    font-size: 10px;
    color: #8a657b;
    display: block;
    padding-bottom: 0;
    opacity: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}


.q-product-preview__info .description > span {
    font-size: 12px;
}
.q-product-preview__info a.q-product-preview__name {
    font-size: 13px;
}
.q-product-preview__old-price--amount {
    font-size: 14px;
}
.q-product-preview__old-price--discount {
    font-size: 14px;
    background-color: #ffba00;
}
.q-product-preview__state.credit {
    font-size: 12px;
}
.q-product-preview__state {
    font-size: 12px;
}




.q-product-preview {
    position: relative;
}
.q-product-preview__add-to-cart-button {
    width: 70px;
    text-align: center;
    transition: .5s;
}
.q-product-preview__btn {
    height: 30px;
    border: 1px solid #d7ccd2;
    border-radius: 15px;
    font-size: 12px;
    padding: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.q-product-preview__watch {
    position: absolute;
    right: 20px;
    top: 75px;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.q-product-preview__btns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    white-space: nowrap;
    padding: 0 15px;
    opacity: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.q-product-preview__btns .q-product-preview__btn {
    flex: 1;
    margin: 0 5px 5px;
}

.q-product-preview__favorite::before,
.q-product-preview__compare::before {
    content: "";
    display: block;
    background: url(../img/sprite1.png) no-repeat;
    width: 15px;
    height: 15px;
    background-position: -28px -129px;
    background-size: 350px 500px;
    margin-right: 3px;
}
.q-product-preview__compare::before {
    width: 20px;
    background-position: -5px -128px;
}

.q-product-previews-list .q-product-preview__content {
    padding-left: 20px;
}




.q-tabs--default {
    border-bottom: 1px solid #ecdee6;
    position: relative;
}
.q-tabs--default .q-tabs__item{
    text-decoration: none;
}
.q-tabs--default .q-tabs__item:first-child{
    margin-left: 0;
}

.q-tabs--default.mCustomScrollbar::after {
    content: "";
    position: absolute;
    top: 15px;
    right: 15px;
    border-top: 2px solid #e30613;
    border-right: 2px solid #e30613;
    transform: rotate(45deg);
    width: 15px;
    height: 15px;
    z-index: 3;
}
.q-tabs--default.mCustomScrollbar::before {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 20px;
    right: 0;
    width: 55px;
    background-image: linear-gradient(to right, rgba(255, 255, 255,0 ) 0%, #ffffff 25px);
    z-index: 2;
}
.q-tabs--default.mCustomScrollbar.mCS_no_scrollbar::before,
.q-tabs--default.mCustomScrollbar.mCS_no_scrollbar::after {
    display: none;
}
.q-tabs--default.mCustomScrollbar._scrolled-end::before,
.q-tabs--default.mCustomScrollbar._scrolled-end::after {
    display: none;
}

.q-tabs-wrapper-fixed {
    height: 55px;
    position: relative;
}
.q-tabs-wrapper-fixed._fixed .q-tabs-wrapper-fixed__inner {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    background: #ffffff;
    z-index: 120;
    transition: .3s;
    transition-property: background;
    padding: 0 20px;
}
.q-tabs-wrapper-fixed._fixed .q-tabs-wrapper-fixed__inner::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 25px;
    background-image: linear-gradient(to bottom, #ffffff 5%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
}
.q-tabs-wrapper-fixed.q-tabs-wrapper-fixed-waranty._fixed .q-tabs-wrapper-fixed__inner{
    right: calc((100% - 1200px + 30px) / 2);
    width: calc(1200px - 30px - 274px - 25px);
    padding: 0 35px;
}
.q-tabs-wrapper-fixed._fixed._fixed-over {
    visibility: hidden;
}

.q-faq.q-faq--default {
    padding: 0;
    background: none;
}
.q-tabs__content--default {
    padding: 20px 0 0;
}

.index-page .q-inner.index-block ul li::before,
.brand-seo ul li::before,
.q-store__info .q-info__description--content ul li::before,
.simple-text-block ul:not(.slick-dots) li::before,
.q-simple-page__content ul:not(.slick-dots) li::before {
    background-image: url(../img/sprite1.png)
}
.q-waranty__support--default {
    padding-top: 0;
    margin-bottom: 30px;
}
.q-waranty__support--default img {
    width: auto;
}
.q-waranty__support--default p {
    padding-top: 0;
    margin-top: 20px;
}
.q-waranty__descr--tittle-default {
    margin-bottom: 20px;
}
.q-faq__title.q-waranty__descr--tittle-default {
    margin: 0;
}
.q-waranty__content--default {
    padding-bottom: 30px;
}

.q-button--default {
    border-color: #d7ccd2;
    color: inherit;
}
.q-simple-page__content .q-button--default {
    color: inherit;
    vertical-align: baseline;
    font-size: 16px;
    border-radius: 17px;
    padding-left: 20px;
    padding-right: 20px;
}
.q-custom-table.q-custom-table--default tbody {
    width: 100%;
    display: table;
}
.q-custom-table.q-custom-table--default tr th,
.q-custom-table.q-custom-table--default tr td {
    border: none;
    padding-top: 7px;
    padding-bottom: 7px;
}
.q-custom-table.q-custom-table--default tr {
    border-top: 1px solid #ecdee6;
}
.q-custom-table.q-custom-table--default tr:last-child {
    border-bottom: 1px solid #ecdee6;
}

.courier-services {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin: 20px 0;
}
.courier-services::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #ffffff;
    pointer-events: none;
}
.courier-service {
    width: 33.33%;
    padding: 20px 15px 30px;
    border-bottom: 1px solid #ecdee6;
    border-right: 1px solid #ecdee6;
}
.courier-service__img {
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.courier-service__img img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    margin: 0;
}
.courier-service__title {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 10px;
    font-family: "montserratsemibold", Arial, sans-serif;
}
.courier-service__text {
    font-size: 16px;
    line-height: 1.38;
}
.courier-service__tag {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    font-family: "montserratsemibold", Arial, sans-serif;
    color: #ffffff;
    background-color: #cf0612;
    padding: 2px 15px;
    border-radius: 10px;
    margin-top: 10px;
}
.courier-service__tag._blue {
    background-color: #1554a9;
}
.courier-service__tag._yellow {
    background-color: #ffba00;
    color: #000000
}

.delivery-calc {
    display: flex;
    justify-content: space-between;
    line-height: normal;
    margin: 20px 0 30px;
}
.delivery-calc__form {
    max-width: 530px;
    flex: 1;
}
.delivery-calc__row {
    display: flex;
    align-items: flex-start;
}
.delivery-calc__row + .delivery-calc__row {
    margin-top: 20px;
}
.delivery-calc__label {
    width: 175px;
    margin: 10px 0;
}
.delivery-calc__input {
    flex: 1;
    max-width: 100%;
}
.delivery-calc__checkbox {
    margin-bottom: 0;
    display: none;
}
.delivery-calc__checkbox._visible {
    display: block;
}
.delivery-calc__result {
    max-width: 240px;
    flex: 1;
    margin-left: 10px;
}
.delivery-calc__result-label {
    font-size: 12px;
    margin-bottom: 5px;
}
.delivery-calc__result-value {
    font-family: "montserratsemibold", Arial, sans-serif;
    font-size: 38px;
}
.delivery-calc__result-note {
    font-family: "montserratsemibold", Arial, sans-serif;
    margin-bottom: 20px;
    color: #e30613;
}
.delivery-calc__result-time {
    font-family: "montserratsemibold", Arial, sans-serif;
    font-size: 22px;
}
.delivery-calc-form-anim {
    animation: delivery-calc .75s;
}

@keyframes delivery-calc {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.custom-select-default {
    width: 100%;
}

.q-header-top__search-bg {
    display: none;
    pointer-events: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 25;
    opacity: .3;
    background: #ad9fa7;
}
.q-header-top__search._opened-search ~ .q-header-top__search-bg {
    display: block;
}

.q-point-stock.q-point-stock--default {
    padding: 0;
    margin: 20px 0 30px;
}
.q-point-stock.q-point-stock--default .q-point-stock__content{
    padding: 0;
}

@media only screen and (min-width: 951px) {
    .compare.q-product-preview {
        min-height: auto;
    }
    .q-product-preview {
        min-height: 565px;
    }
    .q-product-preview__info {
        padding-bottom: 5px;
    }

    .q-catalog .q-product-preview:hover .q-product-preview__inner {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 3;
    }
    .q-catalog .q-product-preview:hover .q-product-preview__inner::before {
        opacity: 1;
        height: 100%;
        width: calc(100% + 10px);
        box-shadow: 0px 15px 30px 0px rgba(138, 101, 123, 0.42);
    }
    .q-catalog .q-product-preview:hover .q-product-preview__info {
        padding-bottom: 15px;
        transition: .5s;
    }
    .q-catalog .q-product-preview:hover .q-product-preview__vendor {
        padding-bottom: 5px;
        opacity: 1;
        height: auto;
        visibility: visible;
        transition: .5s;
    }
    .q-catalog .q-product-preview:hover .q-product-preview__add-to-cart-button {
        background: #e30613;
        border-color: #e30613;
        color: #ffffff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-radius: 19px;
        font-family: "montserratsemibold", Arial, sans-serif;
    }
    .q-catalog .q-product-preview:hover .q-product-preview__watch {
        opacity: 1;
        visibility: visible;
    }
    .q-catalog .q-product-preview:hover .q-product-preview__add-to-cart-button::before {
        content: "";
        display: inline-block;
        background-image: url(../img/sprite1.png);
        background-position: -167px -215px;
        background-repeat: no-repeat;
        width: 26px;
        height: 24px;
        margin-bottom: 5px;
    }
    .q-catalog .q-product-preview:hover .q-product-preview__btns {
        opacity: 1;
        padding-top: 5px;
        padding-bottom: 20px;
        height: auto;
        visibility: visible;
        transition: .5s;
    }
}

@media only screen and (max-width: 1200px) {
    .q-header-favorite {
        width: 70px;
        height: 70px;
    }
    .q-header-favorite__text {
        display: none;
    }

    .q-header-main-menu {
        width: calc(100% - 192px);
    }

    .q-tabs-wrapper-fixed.q-tabs-wrapper-fixed-waranty._fixed .q-tabs-wrapper-fixed__inner{
        right: 15px;
        width: calc(100% - 30px - 223px - 25px);
    }
}

@media only screen and (max-width: 1024px) {
    .q-faq {
        padding-left: 225px;
        background-size: 150px;
    }

    .courier-service {
        width: 50%;
    }
}

@media screen and (max-width: 992px) {
    .q-header-favorite {
        display: none;
    }
    .q-header-main-menu {
        width: calc(100% - 52px);
    }
    .q-tabs--default {
        border-bottom: none;
    }
}

@media screen and (max-width: 970px) {
    .q-tabs-wrapper-fixed.q-tabs-wrapper-fixed-waranty._fixed .q-tabs-wrapper-fixed__inner{
        width: calc(100% - 30px - 171px - 25px);
    }
}

@media screen and (max-width: 950px) {
    .q-faq {
        padding-left: 0px;
        background-image: none;
    }

    .delivery-calc {
        flex-wrap: wrap;
    }
    .delivery-calc__form {
        max-width: 100%;
        flex-basis: 100%;
        margin-bottom: 20px;
    }
    .delivery-calc__result {
        margin-left: 0;
        display: flex;
        max-width: 100%;
        flex-basis: 100%;
    }
    .delivery-calc__result-top {
        margin-right: 30px;
    }
}

@media screen and (max-width: 768px) {
    .q-point-stock__list {
        max-height: 222px;
    }
}

@media screen and (max-width: 750px) {
    .q-tabs-wrapper-fixed.q-tabs-wrapper-fixed-waranty._fixed .q-tabs-wrapper-fixed__inner{
        width: calc(100vw - 30px);
    }
}

@media screen and (max-width: 740px) {
    .q-catalog-slider {
        width: 100%;
    }
    .q-product-previews-list .q-product-preview__content {
        padding-left: 10px;
        padding-right: 10px;
    }

    .q-product-preview__info a.q-product-preview__name {
        font-size: 13px;
    }
    .q-product-preview__old-price--amount {
        font-size: 13px;
    }
    .q-product-preview__old-price--discount {
        font-size: 13px;
    }
    .q-product-preview__state.credit {
        font-size: 11px;
    }
    .q-product-preview__state {
        font-size: 11px;
    }

    .q-sorting__list-inner {
        mask-image: linear-gradient(to right, black calc(100% - 40px), transparent calc(100% - 20px));
    }
    .q-sorting__list::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 10px;
        border-top: 2px solid #e30613;
        border-right: 2px solid #e30613;
        transform: rotate(45deg);
        width: 18px;
        height: 18px;
    }
    .q-sorting__list.scroll-end::after {
        display: none;
    }
    .q-sorting__list.scroll-end .q-sorting__list-inner {
        mask-image: none
    }

    .q-custom-table.q-custom-table--default tr:first-child {
        display: block;
        width: 100%;
    }

    .q-waranty__support--default p {
        font-size: 14px;
        line-height: 1.7;
    }
    .q-waranty__descr--tittle-default {
        font-size: 24px;
    }
    .q-waranty__support--default h2 {
        font-size: 18px;
    }
    .q-waranty__inner.simple-page.simple-page--default {
        font-size: 14px;
        line-height: 1.7;
    }
    .q-waranty__support--default ul li {
        font-size: 14px;
    }
    .courier-service__text {
        font-size: 14px;
    }
    .selectize-dropdown,
    .selectize-input,
    .selectize-input input {
        font-size: 14px;
    }
}
@media screen and (max-width: 600px) {
    .q-logo-brand {
        display: none;
    }
    .q-collection-slider__container {
        padding: 0 50px;
    }
    .q-collection-slider .slick-arrow.slick-next {
        right: 5px;
    }
    .q-collection-slider .slick-arrow.slick-prev {
        left: 5px;
    }
    .q-categories-tag {
        font-size: 12px;
        line-height: 25px;
        height: 25px;
    }
    .q-categories-tag__count {
        font-size: 10px;
    }
    .q-catalog-slider__head {
        flex-direction: column;
    }

    .q-sorting__item {
        margin-right: 10px;
    }

    .courier-service {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .delivery-calc__row {
        flex-wrap: wrap;
    }
    .delivery-calc__label {
        width: 100%;
        margin-bottom: 10px;
        margin-top: 0;
    }

    .q-tabs__item-hide-mobile {
        display: none;
    }
    .q-tabs--default .q-tabs__item {
        margin-left: 10px;
    }
}
@media screen and (max-width: 480px) {
    .q-collection-slider__container {
        padding: 0 40px;

    }
    .q-collection-slider .slick-arrow.slick-next,
    .q-collection-slider .slick-arrow.slick-prev {
        width: 40px;
        height: 40px;
    }
    .q-sorting__item._title {
        display: none;
    }

    .delivery-calc__result {
        flex-direction: column;
    }
    .delivery-calc__result-top {
        margin: 0;
    }

    .q-tabs-wrapper-fixed.q-tabs-wrapper-fixed-waranty._fixed .q-tabs-wrapper-fixed__inner{
        padding: 0 15px;
    }
}

.i-wrap-main{width:100%;padding-top:12.68954509177973%;position:relative}
.i-wrap-main-in{position:absolute;top:0;left:0;bottom:0;right:0}

/*new product items list*/

.warranty-info{
    height: 100%;
    display: flex;
    flex-direction: column;
}
.warranty-info__body{
    flex-grow: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    text-align: center;
    font-family: montserratsemibold, sans-serif;
    padding:16px 5px 50px;
}
.warranty-info__body:before{
    content:'';
    position: absolute;
    z-index: 0;
    top: 0;left: 0;width: 100%;height: 100%;
    background: rgba(29, 0, 18, 0.66);
}
.warranty-info__body > div{position: relative;z-index: 1;}
.warranty-info__logo{max-height:59px;max-width: 170px;}
.warranty-info__logo svg{width: auto;max-width: 100%;}
.warranty-info__text{font-size: 16px;text-transform: uppercase;max-width: 200px;line-height: 1.5;}
.warranty-info__time__value{
    font-size: 130px;
    line-height: 1;
}
.warranty-info__time__measure{font-size: 26px;}
.warranty-info__footer{
    height:57px;
    background: #E30613 url(../img/svg/white-logo.svg) no-repeat center;
    background-size: 168px auto;
}



.inner-product-item{
    position: relative;
    z-index: 10;
}
._catalog-list .inner-product-item{
    width: 33.333%;
    border-right:1px solid #e1dcdc;
    border-bottom:1px solid #e1dcdc;
}

.inner-product-item .q-product-preview__inner-padding{padding:27px 15px;}
.inner-product-item  .q-product-preview__content{
    padding: 40px 0 0;
}
.inner-product-item .q-product-preview__img{
    height: 280px;
    position: relative;
    text-align: center;
    overflow: hidden;
}
.inner-product-item .dbl-img .second-img{
    position: absolute;
    opacity: 0;
    height: 100%;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: center;
    transform:scale(1.4);
    top: 0;
    left: 0;
    transition: transform 1.2s cubic-bezier(.19, 1, .22, 1), opacity 1s ease-in-out;
}
.inner-product-item .q-product-preview__vendor{
    position: absolute;
    top: 13px;
    height: auto;
}
.inner-product-item .q-product-preview__name{
    font-family: 'montserratregular',arial;
    text-decoration: none;
    font-size: 14px;
    display: block;
    margin-bottom: 11px;
    min-height: 38px;
}
.inner-product-item .q-product-preview__info{
    padding:0 70px 0 0;
    min-height: 60px;
}
.inner-product-item .q-product-preview__price-container{
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    padding-bottom: 6px;
}
.inner-product-item .q-product-preview__price{
    font-size: 16px;
    margin: 0;
}
.inner-product-item .q-product-preview__old-price--amount{
    font-size: 10px;
    color:#af9ca7;
    margin-right: 9px;
}
.inner-product-item .q-product-preview__old-price--discount{
    width: 44px;
    height: 44px;
    background: #E30613;
    text-align: center;
    color: #fff;
    font-size: 11px;
    position: absolute;
    right: 8px;
    top: -25px;
    z-index: 1;
    border-radius: 50%;
    padding-top: 10px
;
}
.inner-product-item .q-product-preview__state.credit{
    font-size: 11px;
    margin-bottom: 8px;
}
.inner-product-item .q-product-preview__state.credit b{font-family: montserratsemibold, arial;}
.inner-product-item .q-product-preview__state.availability{
    font-size: 8px;
    text-transform: uppercase;
    font-family: 'montserratregular',arial;
}
.inner-product-item .q-product-preview__add-to-cart-button{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border:1px solid #715b68;
    background: #fff url(../img/svg/add2cart.svg) 16px 20px no-repeat;
    font-size: 0;
    font-family: montserratsemibold, arial;
    color: #fff;
    transition:background-color .2s;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    z-index: 2;
    right: 0;
}
.inner-product-item .q-product-preview__link{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    text-indent: -9999px;
}
.inner-product-item .q-product-preview__btns{padding: 0;}
.inner-product-item .q-product-preview__btns .q-product-preview__btn{
    margin: 0;
    border-radius: 5px;
    border-color:#70707033;
    position: relative;
    z-index: 2;
}
.inner-product-item .q-product-360-label{
    background: url(../img/svg/360.svg) no-repeat;
    width: 29px;
    height: 17px;
    left:19px;
    top:17px !important;
    border-radius: 0;
}

.inner-product-item.products-list-banner{
    flex:0 0 100% !important;
    min-height: 100px !important;
}

.products-list-banner .banner-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 34px 20px;
    text-align: center;
}
.banner-wrapper .banner-icon{margin-bottom: 27px;}
.banner-wrapper .banner-title{
    font-size: 20px;
    font-family: montseratsemibold,sans-serif;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.banner-wrapper .banner-subtitle{
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

@media (min-width:741px) and (max-width:1365px){
    .inner-product-item:nth-child(3n){
        border-right:0;
    }
}
@media (min-width:741px){
    .q-collection-slider{
        display: flex;
    }
    .collections-title{
        display: flex;
        align-items: center;
        padding-right: 80px;
        position: relative;
        font-size: 10px;
        flex: 0 0 160px;
        box-sizing: border-box;
        clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    }
    .collections-title:before{
        content: '';
        z-index: -2;
        background: rgba(0,0,0,.31);
        width: 145px;
        height: calc(100% - 2px);
        position: absolute;
        top: 1px;
        left: 0;
        clip-path: polygon(0% 0%, 106px 0%, 100% 50%, 106px 100%, 0% 100%);
    }
    .collections-title:after{
        content: '';
        z-index: -1;
        background: #f7f5f6;
        width: 145px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        clip-path: polygon(0% 0%, 105px 0%, 144px 50%, 105px 100%, 0% 100%);
    }
    .collections-items-wrapper{
        flex: 0 0 auto;
        width: calc(100% - 160px);
    }

    .inner-product-item:hover{z-index: 20;}
    .inner-product-item:hover .q-product-preview__add-to-cart-button{
        border-color:#e30613;
        background:#e30613;
        font-size: 12px;
    }
    .inner-product-item:hover .q-product-preview__inner{position: absolute;}
    .inner-product-item:hover .q-product-preview__inner:before{
        box-shadow: 0 8px 21px #8a657b5e;
        opacity: 1;
        width: calc(100% + 12px);
        height: calc(100% + 12px);
    }
    .inner-product-item:hover .q-product-preview__vendor{
        visibility: visible;
        opacity: 1;
    }
    .inner-product-item:hover .q-product-preview__btns{
        margin-top: 16px;
        visibility: visible;
        opacity: 1;
        height: auto;
    }
    .inner-product-item:hover .dbl-img .second-img{
        opacity: 1;transform:scale(1);
    }
}

@media(min-width:1366px){
    ._catalog-list .inner-product-item{
        width: 25%;
        min-height: 500px;
    }
    .inner-product-item:nth-child(4n){
        border-right:0;
    }
}
@media (max-width:1200px){
	.inner-product-item .q-product-preview__img{height:auto;}
}
@media (max-width:950px){
    .inner-product-item .q-product-preview__info{padding: 0;}
    .inner-product-item .q-product-preview__add-to-cart-button{
        width: 100%;
        border-radius: 5px;
        background-position: center;
        border-color:#70707033;
        height: 37px;
        font-size: 12px;
        background-image: none;
        color: #000;
    }
    .inner-product-item .q-product-preview__add-to-cart-button:before{
        content: '';
        background: #fff url(../img/svg/add2cart.svg) center no-repeat;
        background-size: contain;
        display: inline-block;
        position: relative;
        width: 18px;
        height: 17px;
        margin-right: 10px;
    }
    .inner-product-item .q-product-preview__old-price--discount{
        top:auto;
        bottom:12px;
        right: -11px;
        width: 34px;
        height: 34px;
        margin: 0;
        z-index: 3;
        font-size: 10px;
    }
}
@media (max-width:740px){
    .collections-title{padding-bottom: 15px;}
    .q-catalog__content{
        padding-left: 0;
        padding-right: 0;
    }
    .brand-collections .q-collection-slider__container:after{display: none}
    .inner-product-item .q-product-preview__img{margin: 0 -10px;}
    .inner-product-item .q-product-preview__name{font-size: 12px;}
    .inner-product-item:nth-child(2n){
        border-right:0;
    }
	.i-wrap-main{padding-top:28.29022988505747%}
    ._catalog-list .inner-product-item{
        width: 50%;
    }
    .warranty-info__footer{
        height: 51px;
        background-size: 120px auto;
    }
}
/*.q-about-us__item img{height:51px}*/
@media (max-width:740px){
	.iwr{width:85%;padding-top:90%;position:relative;margin:0 auto}
	.iwrin{position:absolute;top:0;left:0;bottom:0;right:0}
}

@media(max-width:500px){
    .warranty-info__body{padding: 36px 5px 68px;}
    .warranty-info__text{font-size: 16px;}
    .warranty-info__time__value{font-size: 146px;line-height: 112px;}
    .warranty-info__time__measure{font-size: 40px;}
	.inner-product-item .dbl-img .second-img { display: none; }
}
@media(max-width:380px){
    .warranty-info__text{font-size: 13px;}
}

