@font-face {
    font-family: 'GothamPro';
    src: url("../fonts/GothamPro-Light_gdi.eot?ver1.0");
    src: url("../fonts/GothamPro-Light_gdi.eot?#iefix?ver1.0") format("embedded-opentype"), url("../fonts/GothamPro-Light_gdi.woff?ver1.0") format("woff"), url("../fonts/GothamPro-Light_gdi.ttf?ver1.0") format("truetype"), url("../fonts/GothamPro-Light_gdi.otf?ver1.0") format("opentype"), url("../fonts/GothamPro-Light_gdi.svg#GothamPro-Light?ver1.0") format("svg");
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+000D-2122
}

@font-face {
    font-family: 'GothamPro';
    src: url("../fonts/GothamPro_gdi.eot?ver1.0");
    src: url("../fonts/GothamPro_gdi.eot?#iefix?ver1.0") format("embedded-opentype"), url("../fonts/GothamPro_gdi.woff?ver1.0") format("woff"), url("../fonts/GothamPro_gdi.ttf?ver1.0") format("truetype"), url("../fonts/GothamPro_gdi.otf?ver1.0") format("opentype"), url("../fonts/GothamPro_gdi.svg#GothamPro-Regular?ver1.0") format("svg");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-25CA
}

@font-face {
    font-family: 'GothamPro';
    src: url("../fonts/GothamPro-Medium_gdi.eot?ver1.0");
    src: url("../fonts/GothamPro-Medium_gdi.eot?#iefix?ver1.0") format("embedded-opentype"), url("../fonts/GothamPro-Medium_gdi.woff?ver1.0") format("woff"), url("../fonts/GothamPro-Medium_gdi.ttf?ver1.0") format("truetype"), url("../fonts/GothamPro-Medium_gdi.otf?ver1.0") format("opentype"), url("../fonts/GothamPro-Medium_gdi.svg#GothamPro-Medium?ver1.0") format("svg");
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+000D-2122
}

@font-face {
    font-family: 'GothamPro';
    src: url("../fonts/GothamPro-Bold_gdi.eot?ver1.0");
    src: url("../fonts/GothamPro-Bold_gdi.eot?#iefix?ver1.0") format("embedded-opentype"), url("../fonts/GothamPro-Bold_gdi.woff?ver1.0") format("woff"), url("../fonts/GothamPro-Bold_gdi.ttf?ver1.0") format("truetype"), url("../fonts/GothamPro-Bold_gdi.otf?ver1.0") format("opentype"), url("../fonts/GothamPro-Bold_gdi.svg#GothamPro-Bold?ver1.0") format("svg");
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-25CA
}

/*Start Factor 21.04.2020 стили ссылки купить онлайн в карточке и списке товаров*/
.b-sections .section-catalog .tovs .tov .price-dis .price-cur {
    color: #ff4338;
}

.section-catalog .tovs .tov:hover .tov-img-block .tov-img-bottom_buy-online {
    bottom: 80px;
}

.tov-img-bottom_buy-online {
    display: block;
    z-index: 10;
    overflow: hidden;
    /* height: 80px; */
    text-align: center;
    /*padding: 20px 10px 10px;*/
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.tov-img-bottom_buy-online a {
    padding: 20px 10px 10px;
    display: block;
    color: #000000;
    text-align: center;
}

/*END */

/*Factor 21.04.2020 стили ссылки купить онлайн в карточке и списке товаров мобильной версии*/
.section-card .card-info-col .card-info .tov-btn_link .btn {
    display: block;
    height: 60px;
    line-height: 56px
}

.tov-btn_link {
    margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
    .section-card .card-info-col .card-info .tov-info-bot .tov-fav {
        position: absolute;
        right: 72%;
        margin: 0px !important;
    }

    .tov-btn_link {
        margin-left: 5px;
        width: 37%;
        float: right;
    }

    .section-card .card-info-col .card-info .tov-info-bot .tov-fav a {
        font-size: 0;
        text-align: center;
        background: #fffff;
        height: 56px;
        display: block;
        line-height: 56px;
        letter-spacing: 0px;
    }

}

@media screen and (max-width: 747px) {
    .section-card .card-info-col .card-info .tov-info-bot .tov-fav {
        position: absolute;
        bottom: 0;
        right: 36%;
        left: unset;
        margin: 0 !important;
    }

    .section-catalog .tovs .tov:hover .tov-img-block .tov-img-bottom_buy-online {
        bottom: 40px;
    }

    .tov-btn_link {
        margin-bottom: 5px;
        width: 100%;
        float: none;
    }

    .section-card .card-info-col .card-info .price {
        bottom: 3px;
    }
}

/*END */

.tovs_preloader {
    position: absolute;
    width: 100%;
    min-height: 100%;
    background-color: #fff;
    z-index: 20;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    left: 0;
}

.tovs_preloader span {
    width: 160px;
    margin: 0 auto;
    display: flex;
    text-align: center;
    flex-direction: column;
}

.tovs_preloader img {
    width: 160px;
    height: 20px;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide {
    position: relative;
    overflow: hidden
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-arrow {
    cursor: pointer;
    position: absolute;
    top: 0%;
    opacity: 0.9;
    text-align: center;
    z-index: 1000;
    width: 7.5%;
    height: 100%;
    background: transparent;
    display: block;
    border: none;
    text-indent: 9999px
}

.slick-arrow:after {
    vertical-align: top;
    content: '';
    display: inline-block;
    width: 33px;
    height: 16px;
    background: url(../img/arr.png) no-repeat center
}

.slick-arrow.slick-disabled {
    visibility: hidden;
    opacity: 0
}

.slick-arrow:hover {
    opacity: 1
}

.slick-prev {
    left: -5px;
    text-align: right
}

.slick-next {
    right: -5px;
    text-align: left
}

.slick-next:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.slick-dots {
    text-align: center;
    position: absolute;
    left: 0px;
    right: 0;
    bottom: 47px;
    line-height: 0;
    margin: 0
}

.slick-dots li {
    list-style: none;
    display: inline-block;
    margin: 0 2px 0 2px
}

.slick-dots li button {
    box-sizing: border-box;
    display: block;
    border: none;
    width: 9px;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0.44;
    height: 9px;
    text-indent: 99999px;
    background-color: #fff;
    border: none
}

.slick-dots li button:hover {
    opacity: 1
}

.slick-dots li.slick-active button {
    opacity: 1
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box
}

html,
body,
div {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    font: inherit
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    font: inherit
}

a,
p,
ul,
ol,
li,
img,
span,
strong,
em {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    font: inherit
}

table,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    font: inherit
}

applet,
object,
iframe,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
caption,
fieldset,
form,
label,
legend {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    font: inherit
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    font: inherit
}

canvas,
details,
embed,
figcaption,
menu,
nav,
output,
ruby,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    font: inherit
}

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

body {
    line-height: 1
}

b,
strong {
    font-weight: bold
}

em,
i {
    font-style: italic
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

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

hr {
    margin: 0;
    padding: 0;
    border: none;
    height: 1px;
    background: #5294c1
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
    margin-bottom: 12px
}

ol {
    list-style: decimal
}

ul {
    list-style: disc
}

ul ul,
ol ol {
    padding-top: 0em
}

dt {
    font-size: 18px;
    margin: 0
}

dd {
    padding-left: 10px;
    font-size: 0.9em;
    font-style: italic;
    margin-bottom: 20px
}

html {
    height: 100%;
    background: #fff
}

input[type="submit"],
textarea,
button {
    -webkit-appearance: none
}

img {
    border: none;
    max-width: 100%;
    vertical-align: middle
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.clear {
    clear: both;
    position: relative;
    height: 1px;
    overflow: hidden
}

img.alignleft {
    float: left;
    margin: 3px 28px 10px 0px
}

.alignright {
    text-align: right
}

img.alignright {
    float: right;
    margin: 3px 0px 10px 28px
}

.aligncenter {
    text-align: center
}

img.alignnone {
    margin-bottom: 14px
}

body {
    font-size: 14px;
    font-family: "GothamPro", arial, sans-serif;
    line-height: 1.2;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #fff;
    height: 100%;
    position: relative;
    -webkit-text-size-adjust: none
}

a {
    color: #b11116;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

h1 {
    margin: 0 0 24px;
    font-weight: 300;
    line-height: 1.2;
    font-size: 60px;
    text-align: center
}

h2 {
    margin: 0 0 21px;
    font-weight: 300;
    line-height: 1.2;
    font-size: 40px;
    letter-spacing: 16.1px;
    text-transform: uppercase
}

h3 {
    margin: 0 0 19px;
    font-weight: 300;
    line-height: 1.2;
    font-size: 24px;
    text-align: center
}

h4 {
    margin: 0 0 49px;
    line-height: 1.4;
    font-weight: 300;
    font-size: 19px;
    text-align: center
}

.main-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    min-height: 100%;
    min-width: 300px
}

.wrapper {
    min-width: 300px;
    margin: 0 auto;
    padding: 0 40px;
    max-width: 1500px;
}

.wrapper:after {
    content: '';
    display: block;
    clear: both
}

.include-svg-all {
    display: none
}

.icon svg {
    width: 100%;
    height: 100%;
    display: block
}

.hiding {
    opacity: 0
}

.visible {
    opacity: 1
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

#header {
    position: fixed;
    z-index: 30;
    top: 0;
    left: 0;
    right: 0;
    padding: 30px 0 0px;
    height: 160px;
    background: #fff;
    min-width: 320px;
    border-bottom: 1px solid #dbdbdb;
    -webkit-transition: padding 0.3s linear, height 0.3s linear;
    transition: padding 0.3s linear, height 0.3s linear
}

#header .wrapper {
    position: relative
}

#header .logo {
    line-height: 0;
    font-size: 0;
    width: 105px;
    margin: 0px 0 0;
    position: relative;
    display: block;
    float: left;
    z-index: 10
}

#header .logo img {
    max-height: 100%;
    width: 100%
}

#header .head-lang {
    font-size: 15px;
    color: #828282;
    position: absolute;
    right: 41px;
    top: -10px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear
}

#header .head-lang a {
    font-size: 15px;
    color: #000000
}

#header .head-lang a:hover {
    color: #888888
}

#header .head-lang a.active {
    color: #828282
}

#header .head-right {
    clear: right;
    float: right;
    position: relative;
    z-index: 10;
    padding-top: 34px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear
}

#header .nav {
    text-align: center
}

#header .nav > ul {
    margin: 0;
    padding: 0;
    position: relative;
    padding: 28px 90px 0 145px;
    padding: 28px 0px 0 0px;
    display: inline-block;
    -webkit-transition: padding 0.3s linear;
    transition: padding 0.3s linear
}

#header .nav > ul:after {
    content: '';
    display: block;
    clear: both
}

#header .nav > ul > li {
    list-style: none;
    display: inline-block;
    text-align: center;
    margin: 0 26px;
    height: 102px
}

#header .nav > ul > li > a {
    letter-spacing: 1.1px;
    cursor: pointer;
    position: relative;
    display: block;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 40px;
    color: #000000;
    font-size: 16px
}

#header .nav > ul > li > a::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000;
    content: '';
    opacity: 0;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

#header .nav > ul > li:hover > a::after,
#header .nav > ul > li:focus > a::after,
#header .nav > ul > li.active > a::after {
    height: 3px;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px)
}

#header .nav > ul > li.sale a {
    color: #ff4338;
}

#header .nav > ul > li.sale a::after {
    background: #b11116
}

#header .nav > ul > li.m-show {
    display: none
}

#header .nav > ul > li .drop {
    opacity: 0;
    visibility: hidden;
    padding: 0px 26px 0px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 10;
    position: absolute;
    left: 0px;
    right: -200px;
    top: 129px;
    text-align: left;
    background: #f9f9f9
}

#header .nav > ul > li .drop:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1000px;
    right: -1000px;
    background: #f9f9f9;
    z-index: 0
}

#header .nav > ul > li .drop ul {
    margin: 0;
    list-style: none;
    position: relative;
    z-index: 2;
    max-height: 100%
}

#header .nav > ul > li .drop ul:before {
    display: none
}

#header .nav > ul > li .drop ul li {
    width: 100%;
    float: none;
    margin: 0 0 8.5px;
    height: auto;
    vertical-align: top;
    line-height: 18px;
    display: inline-block
}

#header .nav > ul > li .drop ul li a {
    margin: 0;
    position: relative;
    height: auto;
    font-size: 11px;
    font-weight: 500;
    color: #888888;
    letter-spacing: 1.3px;
    text-transform: uppercase
}

#header .nav > ul > li .drop ul li a:hover span {
    border-color: #000;
    color: #000
}

#header .nav > ul > li .drop ul li a span {
    border-bottom: 2px solid transparent;
    margin-right: 0px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

#header .nav > ul > li .drop ul li ul {
    display: none
}

#header .nav > ul > li .drop .drop-list {
    float: left;
    width: 608px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px
}

#header .nav > ul > li .drop .drop-list-sale {
    width: auto;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    float: left;
    text-align: right;
    min-width: 107px
}

#header .nav > ul > li .drop .drop-list-sale li {
    display: block;
    width: auto
}

#header .nav > ul > li .drop .drop-list-sale li a {
    color: #000
}

#header .nav > ul > li .drop .m-show {
    display: none
}

#header .nav > ul > li.open .drop {
    opacity: 1;
    z-index: 20;
    visibility: visible;
    padding: 31px 26px 25px
}

#header .head-fav {
    float: right;
    width: 30px;
    height: 30px;
    position: relative;
    line-height: 30px;
    font-size: 0;
    text-align: center
}

#header .head-fav:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    /*height: 22px;*/
    height: 30px;
    background: url(../img/fav.svg) no-repeat 0;
    background-size: 100%
}

#header .head-fav:hover {
    opacity: 0.6
}

#header .head-fav span {
    position: absolute;
    text-align: center;
    color: #fff;
    background: #000;
    border-radius: 50%;
    border: 3px solid #fff;
    width: 30px;
    height: 30px;
    line-height: 24px;
    top: -9px;
    right: -15px;
    font-size: 11px
}

#header .head-place {
    float: right;
    width: 30px;
    height: 30px;
    display: none;
    line-height: 30px;
    font-size: 0;
    text-align: center
}

#header .head-place:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 26px;
    background: url(../img/pin.svg) no-repeat center;
    background-size: 100%
}

#header .head-place:hover {
    opacity: 0.6
}

#header .search-button {
    float: right;
    width: 30px;
    height: 30px;
    margin-left: -30px;
    z-index: 3;
    position: relative;
    line-height: 30px;
    font-size: 0;
    text-align: center
}

#header .search-button:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    background: url(../img/search.svg) no-repeat center;
    background-size: 100%
}

#header .head-search {
    position: relative;
    background: #fff;
    float: right;
    width: 30px;
    margin-right: 26px;
    -webkit-transition: all .3s;
    transition: all .3s;
    overflow: hidden;
    margin-top: 34px
}

#header .head-search.open {
    width: 8rem
}

#header .head-search.open .t-inp {
    opacity: 1;
    -webkit-transition: opacity 0s;
    transition: opacity 0s
}

#header .head-search form {
    position: relative;
    height: 40px
}

#header .head-search .t-inp {
    width: 100%;
    opacity: 0;
    outline: 0;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.7);
    -webkit-transition: opacity .3s 0s;
    transition: opacity .3s 0s
}

#header .head-search .t-inp {
    background: #fff;
    height: 40px;
    font-size: 16px;
    color: #828282;
    line-height: 30px;
    padding: 5px 30px 5px 20px
}

#header .head-search .placeholder {
    color: transparent
}

#header .head-search .search-btn {
    /*display: none;*/
    position: absolute;
    background: url(../img/search.svg) no-repeat center;
    background-size: 100%;
    width: 22px;
    height: 40px;
    top: -5px;
    right: 4px;
    border: none;
    cursor: pointer;
}

#header .head-search.open .search-btn {
    z-index: 10;
}

.mobile-button {
    cursor: pointer;
    position: relative;
    z-index: 20;
    float: right;
    display: none;
    cursor: pointer;
    width: 46px;
    height: 30px;
    margin-left: 44px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}

.mobile-button span {
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    background: #000;
    height: 2px;
    width: 44px;
    display: block;
    margin: 14px auto 0px;
    position: relative
}

.mobile-button span:before,
.mobile-button span:after {
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    content: '';
    background: #000;
    height: 2px;
    display: block;
    top: -13px;
    left: 0;
    right: 0;
    position: absolute
}

.mobile-button span:after {
    top: auto;
    bottom: -13px
}

.open.mobile-button span {
    background: transparent;
    border-color: transparent
}

.open.mobile-button span:before {
    left: 3px;
    right: 3px;
    top: 0px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg)
}

.open.mobile-button span:after {
    left: 3px;
    right: 3px;
    top: 0px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg)
}

.win-mail {
    max-width: 500px;
}

.win .feed {
    background: #efefef;
    height: 40px;
    position: relative;
}

.win .feed .t-inp {
    background: #efefef;
    height: 40px;
    padding: 10px 60px 10px 20px;
    line-height: 20px;
    font-size: 13px;
    color: #7a7a7a;
}

.win .feed .feed-btn {
    position: absolute;
    right: 20px;
    top: 0;
    height: 40px;
    width: 32px;
    opacity: 0.69;
    background: url(../img/mail.svg) no-repeat center;
    background-size: 100%;
    border: none;
    cursor: pointer;
}

.win .feed .feed-btn:hover {
    opacity: 1;
}

.win-size-empty {
    max-width: 100%;
}

.win.win-size-empty p {
    margin: 0 40px;
}

.section-catalog .sidebar .side-cats .side-list > li.active > a span {
    border-color: #000;
}

.tov-btn .btn {
    background: transparent;
}

.tov-btn .btn:before {
    background: #000;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.tov-btn .btn:hover:before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

#footer {
    clear: both;
    height: 302px
}

#footer .foot-in {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 302px;
    font-size: 14px
}

#footer .foot-lines {
    position: relative
}

#footer .foot-lines:before,
#footer .foot-lines:after {
    content: '';
    position: absolute;
    top: 0;
    border-top: 1px solid #dadada;
    right: -10px;
    left: 0
}

#footer .foot-lines:after {
    border-color: #c9c9c9;
    right: -32px;
    left: 42px;
    top: 5px
}

#footer .foot-cols {
    float: right;
    overflow: hidden;
    width: 80.5%;
    padding-top: 31px
}

#footer .foot-cols:after {
    content: '';
    display: block;
    clear: both
}

#footer .foot-cols .foot-col {
    float: left;
    margin-left: 5.3%;
    padding: 21px 0
}

#footer .foot-cols .foot-right {
    float: right;
    background: #f3f3f3;
    padding: 29px 44px 39px;
    width: 27.2%;
    width: 265px
}

#footer .foot-cols .foot-right p {
    line-height: 22px;
    letter-spacing: 0.8px;
    margin: 0 0 26px 2px
}

#footer .foot-cols .foot-right .link-more {
    letter-spacing: 1.5px;
    margin-left: 2px
}

#footer .foot-cols .foot-cnt {
    margin: 0 auto;
    padding: 29px 0 20px 14px;
    width: 224px;
    overflow: hidden
}

#footer .foot-title {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    letter-spacing: 1px;
    line-height: 17px;
    margin-bottom: 16px
}

#footer .copy {
    overflow: hidden;
    padding-top: 60px;
    letter-spacing: 0.8px
}

#footer .foot-list {
    margin-bottom: 9px
}

#footer .foot-list li {
    line-height: 30px;
    list-style: none;
    margin-bottom: 4px;
    letter-spacing: 0.8px
}

#footer .foot-list li a {
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 2px solid transparent
}

#footer .foot-list li a:hover {
    border-bottom: 2px solid #272835
}

#footer .foot-list li a.no_border {
    border-bottom: none
}

#footer .foot-list li ul {
    padding-top: 4px
}

#footer .foot-list li ul li {
    margin-bottom: 2px
}

#footer .foot-list li ul li a {
    font-weight: 400;
    text-transform: none;
    border-bottom: 1px solid transparent
}

#footer .foot-list li ul li a:hover {
    border-bottom: 1px solid #272835
}

#footer .foot-feed {
    margin-bottom: 40px;
    width: 210px
}

#footer .foot-feed .feed {
    background: #efefef;
    height: 40px;
    position: relative;
    width: 210px
}

#footer .foot-feed .feed .t-inp {
    background: #efefef;
    height: 40px;
    padding: 10px 60px 10px 20px;
    line-height: 20px;
    font-size: 13px;
    color: #7a7a7a
}

#footer .foot-feed .feed .feed-btn {
    position: absolute;
    right: 20px;
    top: 0;
    height: 40px;
    width: 32px;
    opacity: 0.69;
    background: url(../img/mail.svg) no-repeat center;
    background-size: 100%;
    border: none;
    cursor: pointer
}

#footer .foot-feed .feed .feed-btn:hover {
    opacity: 1
}

#footer .foot-soc .soc a {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 10px 10px 0px;
    position: relative;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 17px;
    color: #fff
}

#footer .foot-soc .soc a:hover {
    opacity: 0.8;
    vertical-align: top
}

.link-up {
    display: none;
    z-index: 20;
    width: 52px;
    height: 52px;
    background-color: rgba(130, 130, 130, 0.3);
    border-radius: 50%;
    text-align: center;
    position: fixed;
    right: 10px;
    top: 50%
}

.link-up:before {
    content: '';
    vertical-align: top;
    width: 13px;
    height: 13px;
    margin: 23px 0 0 0;
    display: inline-block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px solid #818181;
    border-left: 1px solid #818181
}

.link-up:hover {
    background-color: rgba(130, 130, 130, 0.6)
}

.content {
    position: relative;
    z-index: 1;
    clear: both;
    display: block;
    padding-top: 160px;
    -webkit-transition: padding 0.3s linear;
    transition: padding 0.3s linear
}

section {
    clear: both
}

section:after {
    content: '';
    display: block;
    clear: both
}

.btn {
    box-sizing: border-box;
    font-weight: 500;
    font-family: 'GothamPro', arial;
    cursor: pointer;
    display: inline-block;
    border: 2px solid #b11116;
    text-align: center;
    position: relative;
    font-size: 18px;
    line-height: 45px;
    height: 49px;
    padding: 0 27px;
    color: #fff;
    background: #b11116;
    overflow: hidden;
    text-decoration: none;
    border-radius: 0px;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    letter-spacing: 2px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s
}

.btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.btn:hover {
    color: #b11116
}

.btn:hover:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.btn-gray {
    background: #f3f3f3;
    color: #000000;
    border: 2px solid #f3f3f3
}

.btn-gray:hover {
    color: #000000
}

.btn-black {
    background: #000;
    color: #fff;
    border-color: #000;
    font-size: 13px;
    color: #fefefe;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px
}

.btn-black:hover {
    color: #000
}

.form-row {
    position: relative;
    margin-bottom: 14px
}

.form-row:after {
    content: '';
    display: block;
    clear: both
}

.form-row:last-child {
    margin: 0
}

.t-inp,
textarea {
    padding: 10px 20px 10px 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    width: 100%;
    color: #333333;
    -webkit-appearance: none;
    height: 48px;
    border: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    background: #f5f0dc;
    border-radius: 0px;
    font-family: 'GothamPro', arial, sans-serif;
    box-sizing: border-box
}

.t-inp {
    white-space: nowrap
}

textarea {
    height: 149px;
    resize: none;
    overflow: auto
}

.t-inp.error,
textarea.error {
    border-color: #ff0000
}

input:focus::-webkit-input-placeholder {
    color: transparent
}

input:focus:-moz-placeholder {
    color: transparent
}

input:focus::-moz-placeholder {
    color: transparent
}

input:focus:-ms-input-placeholder {
    color: transparent
}

textarea:focus::-webkit-input-placeholder {
    color: transparent
}

textarea:focus:-moz-placeholder {
    color: transparent
}

textarea:focus::-moz-placeholder {
    color: transparent
}

textarea:focus:-ms-input-placeholder {
    color: transparent
}

html {
    scroll-behavior: smooth
}

.par-icon {
    position: absolute;
    width: 77px;
    height: 84px;
    z-index: 10;
    top: 0;
    left: 0;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    pointer-events: none;
    -webkit-animation-name: standard;
    animation-name: standard;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    -webkit-animation-duration: 3s;
    animation-duration: 3s
}

.par-icon.par-icon1 {
    top: 269px;
    left: 50%;
    margin-left: 33px;
    top: 150px
}

.par-icon.par-icon2 {
    width: 54px;
    height: 54px;
    top: 29px;
    left: 50%;
    margin-left: -3px;
    top: 200px
}

.par-icon.par-icon3 {
    width: 55px;
    height: 52px;
    top: 322px;
    left: 50%;
    margin-left: 483px;
    top: 51%
}

.par-icon.par-icon4 {
    width: 93px;
    height: 79px;
    top: 1110px;
    left: 50%;
    margin-left: -129px;
    top: 118.7%;
    margin-left: -135px
}

.letter {
    position: absolute;
    width: 300px;
    height: 300px;
    z-index: 0;
    top: 0;
    left: 0
}

.letter svg {
    width: 100%;
    height: 100%;
    display: block;
    fill: none;
    stroke: #ceaa73;
    stroke-width: 0.2px;
    opacity: 0.45
}

.letter.letter1 {
    width: 522px;
    height: 500px;
    top: 160px;
    left: 50%;
    margin-left: -603px;
    top: 135px
}

.letter.letter2 {
    width: 637px;
    height: 615px;
    left: 50%;
    top: 7px;
    margin-left: -265px;
    top: -207px
}

.letter.letter3 {
    width: 157px;
    height: 840px;
    left: 50%;
    margin-left: 357px;
    top: -157px;
    top: -407px
}

.letter.letter4 {
    width: 157px;
    height: 840px;
    left: 50%;
    margin-left: -505px;
    top: 28.2%
}

.letter.letter5 {
    width: 549px;
    height: 544px;
    left: 50%;
    margin-left: 19px;
    top: -157px
}

@-webkit-keyframes standard {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

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

@keyframes standard {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

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

body.is-scrolling .par-icon {
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.section-slider {
    position: relative;
    z-index: 13;
    min-height: 67vh
}

.section-slider .img-slider {
    overflow: hidden;
    z-index: 1
}

.section-slider .img-slider img {
    width: 100%
}

.section-slider .img-slider .light___slide .slide-title {
    color: #000;
}

.section-slider .img-slider .slide-title span {
    display: block;
    font-size: 20px;
    letter-spacing: 4.3px;
    font-weight: 400;
    margin-top: 36px;
}

.section-slider .img-slider .slide-title {
    margin-top: 4px;
    letter-spacing: 35px;
    left: 7%;
    right: 7%;
    color: #fff;
    text-align: center;
    position: absolute;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-transform: uppercase;
    font-size: 70px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 300;
    top: 50%
}

.section-slider .img-slider .slide-link {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    font-size: 16px;
    font-weight: 300;
    color: #000;
    text-align: center;
    display: block
}

.section-slider .img-slider .slide-link:before,
.section-slider .img-slider .slide-link:after {
    letter-spacing: 1.8px;
    content: attr(title);
    color: #fff;
    position: absolute;
    margin-right: 20px;
    line-height: 1.2
}

.section-slider .img-slider .slide-link:before {
    left: -3.5%;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    bottom: 50%;
    -webkit-transform: rotate(-90deg) translateX(-50%);
    -ms-transform: rotate(-90deg) translateX(-50%);
    transform: rotate(-90deg) translateX(-50%);
    margin-bottom: -16px
}

.section-slider .img-slider .slide-link:after {
    right: -3.5%;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    top: 50%;
    -webkit-transform: rotate(-90deg) translateX(50%);
    -ms-transform: rotate(-90deg) translateX(50%);
    transform: rotate(-90deg) translateX(50%);
    z-index: 11
}

.section-slider .img-slider .slide-link img {
    opacity: 0;
    width: 0;
    height: 0
}

.section-slider .img-slider .slick-slide {
    overflow: visible
}

.section-slider .bg-white {
    opacity: 1;
    background: #fff;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out
}

.section-slider .bg-white.visible {
    height: 0
}

.section-slider .link-down {
    position: absolute;
    width: 21px;
    height: 21px;
    z-index: 12;
    bottom: 50px;
    left: 50%;
    margin: 0 0 0 -11px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    opacity: 0.7
}

.section-slider .link-down:hover {
    opacity: 1
}

.section-slider .bottom-links {
    position: absolute;
    bottom: 21%;
    top: auto;
    left: 0;
    width: 100%
}

.section-slider .bottom-links .btn {
    background: transparent;
    overflow: visible
}

.section-slider .bottom-links .btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: -1px;
    bottom: 0;
    background: #b11116;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.section-slider .bottom-links .btn:hover {
    color: #b11116
}

.section-slider .bottom-links .btn:hover:before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0)
}

.bottom-links {
    position: relative;
    text-align: center;
    top: -13px;
    z-index: 4
}

.bottom-links a.btn {
    margin: 0 22px
}

.section-blocks {
    padding: 421px 0 100px;
    position: relative;
    z-index: 2
}

.section-blocks .home-block {
    margin: 0 auto;
    max-width: 92.2%;
    position: relative;
    z-index: 3
}

.section-blocks .home-block:after {
    content: '';
    display: block;
    clear: both
}

.section-blocks .home-block .home-block-txt {
    float: left;
    margin: 26.95% 2.55% 0 2%
}

.section-blocks .home-block .home-block-txt .link-more {
    font-size: 15px;
    letter-spacing: 1.6px;
    margin-left: 6px
}

.section-blocks .home-block .home-block-img {
    overflow: hidden
}

.section-blocks .home-block .home-block-img img {
    width: 100%
}

.link-more {
    display: inline-block
}

.link-more:after {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin: -2px 0 0 10px;
    width: 21px;
    height: 11px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(../img/arrow_red.svg) no-repeat center;
    background-size: 100%
}

.link-more:hover:after {
    margin: -2px 0 0 15px
}

.section-video {
    text-align: center;
    padding: 131px 0 100px;
    position: relative;
    z-index: 5
}

.section-video .video-cov {
    position: relative;
    margin: 0 auto;
    overflow: hidden
}

.section-video .video-cov a {
    display: block;
    position: relative;
    z-index: 10;
    cursor: pointer;
    height: 0;
    overflow: hidden;
    padding-bottom: 63%;
    z-index: -1;
    opacity: 0
}

.section-video .video-cov a img {
    width: 100%;
    display: block
}

.section-video .video-cov a:after {
    margin: -81px 0 0 -81px;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 162px;
    height: 162px;
    opacity: 0.8;
    background: url(../img/play.png) no-repeat center
}

.section-video .video-cov a:hover:after {
    opacity: 1
}

.section-video .video-cov.cover a {
    z-index: 2;
    opacity: 1
}

.section-video .video-cov video {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.covervid-wrapper {
    background: none !important;
    position: absolute;
    top: -5%;
    left: 0;
    width: 100%;
    height: 110%
}

.section-video2 {
    padding: 30px 0 39px
}

.section-video2 .video-cov {
    max-width: 1010px
}

.section-video2 .video-cov a {
    padding-bottom: 54.5%
}

.section-tovs {
    padding: 90px 0 0;
    position: relative
}

.section-tovs .home-tovs .home-tov .tov-prices {
    padding: 46px 0 0;
    letter-spacing: 0.7px
}

.section-tovs .home-tovs .home-tov .tov-prices .tov-price-item {
    margin: 0 0 26px
}

.section-tovs .home-tovs .home-tov + .home-tov {
    float: right;
    margin-top: 22.8%;
    margin-right: -4px
}

.section-tovs .home-tovs .home-tov + .home-tov .tov-prices {
    padding: 104px 0 0 40px
}

.section-tovs .home-tovs.bigger {
    max-width: 100%
}

.section-tovs .home-tovs.bigger .home-tov {
    width: 44.5%;
    margin-left: 0px
}

.section-tovs .home-tovs.bigger .home-tov .tov-prices {
    padding: 32px 0 0
}

.section-tovs .home-tovs.bigger .home-tov + .home-tov {
    width: 36.7%;
    margin-top: 5.5%;
    margin-right: 4.75%
}

.section-tovs .home-tovs.bigger .home-tov + .home-tov .tov-prices {
    padding: 36px 0 0 0px
}

.section-slider + .section-tovs {
    padding: 110px 0 80px
}

.tov-prices {
    padding: 33px 35px;
    letter-spacing: 0.8px
}

.tov-prices .tov-price-item {
    margin: 0 0 24px
}

.tov-prices .tov-price-item .big {
    display: block;
    font-size: 20px;
    margin-top: 6px
}

.home-tovs {
    margin: 0 auto;
    max-width: 93.9%;
    position: relative;
    z-index: 5
}

.home-tovs:after {
    content: '';
    display: block;
    clear: both
}

.home-tovs .home-tov {
    float: left;
    width: 47.35%;
    position: relative;
    z-index: 3
}

.home-tovs .home-tov .home-tov-img {
    position: relative
}

.home-tovs .home-tov .home-tov-img .vawe {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 95.5%;
    overflow: hidden;
    top: 11.5%;
    left: 6%;
    background: url(../img/bg_2_1_new.jpg) no-repeat center;
    background-size: cover
}

.home-tovs .home-tov .home-tov-img .vawe video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
}

.home-tovs .home-tov .home-tov-img img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1
}

.section-foto {
    padding: 0px 0 77px 0
}

.section-foto .foto {
    text-align: center;
    width: 100%
}

.section-foto .foto img {
    display: inline-block
}

.section-tovs-line {
    padding: 105px 0 98px
}

.section-tovs-line .home-tovs {
    max-width: 100%
}

.section-tovs-line .home-tovs .home-tov {
    width: 46.9%;
    float: left
}

.section-tovs-line .home-tovs .home-tov .tov-prices {
    padding: 41px 0 0
}

.section-tovs-line .home-tovs .home-tov + .home-tov {
    margin-top: 0;
    margin-right: 0
}

.section-tovs-line .home-tovs .home-tov + .home-tov .tov-prices {
    padding: 41px 0 0
}

.section-tovs-plica {
    padding: 79px 0 16px 0
}

.section-tovs-plica .home-tovs {
    max-width: 100%
}

.section-tovs-plica .home-tovs .home-tov {
    width: 47.35%;
    float: left
}

.section-tovs-plica .home-tovs .home-tov .tov-prices {
    padding: 29px 0 0
}

.section-tovs-plica .home-tovs .home-tov + .home-tov {
    margin-top: 0;
    float: left;
    margin-right: 0
}

.section-tovs-plica .home-tovs .home-tov + .home-tov .tov-prices {
    padding: 36px 0 0
}

.section-tovs-plica .home-tovs .home-tov.home-tov1 {
    width: 34.2%;
    margin-left: 1.5%
}

.section-tovs-plica .home-tovs .home-tov.home-tov2 {
    width: 46.1%;
    float: right
}

.section-tovs-plica .home-tovs .home-tov.home-tov3 {
    float: left;
    width: 31.25%;
    margin: 3.5% 0 0 13.3%
}

.section-tovs-plica .home-tovs .home-tov.home-tov3 .tov-prices {
    padding: 30px 0 0
}

.section-tovs-big {
    padding: 80px 0 41px 0
}

.section-tovs-big .wrapper {
    padding: 0
}

.section-tovs-big .home-tovs {
    max-width: 100%
}

.section-tovs-big .home-tovs .home-tov {
    width: 100%;
    float: none;
    position: relative;
    max-width: 100%
}

.section-tovs-big .home-tovs .home-tov .home-tov-img {
    overflow: hidden
}

.section-tovs-big .home-tovs .home-tov .home-tov-img img {
    margin-top: -10px
}

.section-tovs-big .home-tovs .home-tov .home-tov-img:after {
    content: '';
    height: 475px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    position: absolute;
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
}

.section-tovs-big .home-tovs .home-tov .tov-prices-left {
    position: absolute;
    bottom: 25px;
    left: 8%;
    width: 280px;
    height: 270px;
    color: #fff;
    z-index: 2
}

.section-tovs-big .home-tovs .home-tov .tov-prices-right {
    position: absolute;
    bottom: 25px;
    left: 67.4%;
    width: 280px;
    height: 270px;
    color: #fff;
    z-index: 2
}

.section-obr {
    color: #000;
    position: relative
}

.section-obr:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 14.75%;
    bottom: 24.45%;
    background: url(../img/bg_1_1.jpg) no-repeat;
    background-size: cover
}

.section-obr .wrapper {
    position: relative
}

.section-obr .obr {
    position: relative;
    z-index: 5
}

.section-obr .obr:after {
    content: '';
    display: block;
    clear: both
}

.section-obr .obr .home-tovs {
    max-width: 100%;
    overflow: hidden
}

.section-obr .obr .home-tovs .home-tov {
    width: 51.2%;
    margin-right: -2.4%
}

.section-obr .obr.obr-left {
    margin-bottom: 25px
}

.section-obr .obr.obr-left h2 {
    float: right;
    margin: 28.7% 2.7% 0 5.3%
}

.section-obr .obr.obr-left .home-tovs .home-tov {
    margin-right: -2.4%;
    margin-top: 67px;
    z-index: 2
}

.section-obr .obr.obr-left .home-tovs .home-tov + .home-tov {
    z-index: 1;
    margin-top: 0
}

.section-obr .obr.obr-left .home-tovs .home-tov + .home-tov .tov-prices {
    padding-left: 72px
}

.section-obr .obr.obr-right h2 {
    float: left;
    margin: 17.6% 3.8% 0 5px
}

.section-obr .obr.obr-right .home-tovs {
    color: #000;
    margin-right: 2px
}

.section-obr .obr.obr-right .home-tovs .home-tov {
    margin-right: -2.4%;
    margin-top: 0px;
    z-index: 1
}

.section-obr .obr.obr-right .home-tovs .home-tov + .home-tov {
    z-index: 2;
    margin-top: 43px
}

.section-blocks2 {
    padding: 119px 0 258px;
    clear: both;
    position: relative
}

.section-blocks2 .home-block {
    position: relative;
    padding-right: 27.2%;
    z-index: 3
}

.section-blocks2 .home-block .home-block-img img {
    display: block;
    width: 100%
}

.section-blocks2 .home-block .home-block-txt {
    min-width: 400px;
    padding: 23px;
    background: url(../img/bg_3_1.jpg) no-repeat;
    background-size: cover;
    overflow: hidden;
    text-align: center;
    position: absolute;
    width: 40.6%;
    top: 50%;
    right: 3px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -5px
}

.section-blocks2 .home-block .home-block-txt:before {
    z-index: 0;
    position: absolute;
    top: 23px;
    left: 23px;
    bottom: 23px;
    right: 23px;
    background: #fff;
    content: ''
}

.section-blocks2 .home-block .home-block-txt .home-block-bg {
    margin: 0 auto;
    padding: 25.2% 0 25.2% 12.3%;
    position: relative;
    z-index: 1;
    text-align: left;
    display: inline-block
}

.section-blocks2 .home-block .home-block-txt .link-more {
    margin: 7px 0 0 3px;
    letter-spacing: 2.3px
}

.section-links {
    padding: 28px 0 29px 0;
    letter-spacing: 0.5px
}

.section-links .links {
    font-size: 12px;
    color: #888888;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.section-links .links a {
    color: #888888;
    margin-right: -2px
}

.section-links .links a:hover {
    color: #000
}

.section-links .links span {
    color: #888888
}

.section-links .link-nav {
    float: right;
    margin: -8px -8px -8px 0
}

.section-links .link-nav a {
    float: left;
    position: relative;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-left: 8px
}

.section-links .link-nav a:before {
    margin: 9px 0 0 5px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    vertical-align: top;
    display: inline-block;
    content: '';
    width: 11px;
    height: 11px;
    border-left: 1px solid #a6a6a6;
    border-top: 1px solid #a6a6a6
}

.section-links .link-nav a.page-next {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.section-links .link-nav a:hover:before {
    border-color: #000
}

.sidebar {
    float: left;
    width: 15.625%;
    margin-right: 4.7%;
    min-width: 185px;
    position: relative
}

.center {
    overflow: hidden
}

.view-more {
    text-align: center;
    margin-top: -30px;
    margin-bottom: 4px;
    position: relative;
    z-index: 10
}

.view-more .btn {
    letter-spacing: 0.7px;
    text-transform: uppercase;
    padding: 0 47px;
    height: 60px;
    line-height: 56px;
    font-size: 13px
}

.btn-filter {
    letter-spacing: 1.2px;
    width: 104px;
    line-height: 33px;
    height: 34px;
    border: 1px solid #d0d0d0;
    display: none;
    font-size: 10px;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    cursor: pointer;
    text-align: center
}

.btn-filter:hover {
    background: #e5e5e5;
    border-color: #e5e5e5
}

.btn-filter.open {
    background: #e5e5e5;
    border-color: #e5e5e5
}

.m-show {
    display: none
}

.section-catalog {
    padding-top: 21px
}

.section-catalog .sidebar .side-cats {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 12px;
    margin-bottom: 27px;
    padding-top: 3px
}

.section-catalog .sidebar .side-cats .side-list {
    margin-bottom: 23px
}

.section-catalog .sidebar .side-cats .side-list li {
    list-style: none;
    margin-bottom: 8.2px
}

.section-catalog .sidebar .side-cats .side-list li a {
    color: #888888;
    font-size: 11px;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block
}

.section-catalog .sidebar .side-cats .side-list li a span {
    color: #888888;
    border-bottom: 2px solid transparent;
    display: inline-block;
    line-height: 13px;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.section-catalog .sidebar .side-cats .side-list li a:hover span {
    color: #000;
    border-color: #000
}

.section-catalog .sidebar .side-cats .side-list li.sale > a span {
    color: #000
}

.section-catalog .sidebar .side-cats .side-list li.active > a span {
    color: #000;
    /*border-color:#000*/
}

.section-catalog .sidebar .side-cats .side-list li.active ul {
    display: block
}

.section-catalog .sidebar .side-cats .side-list li ul {
    display: none;
    padding: 9px 0 0px 10px;
    margin: 0
}

.section-catalog .sidebar .side-cats .side-list li ul li {
    margin-bottom: 4px
}

.section-catalog .sidebar .side-cats .side-list li ul li a {
    font-size: 11px;
    text-transform: none
}

.section-catalog .sidebar .side-cats .side-list li ul li a span {
    /*color:#000;*/
    border-width: 1px
}

.section-catalog .sidebar .side-cats .discont-list {
    margin-bottom: 23px
}

.section-catalog .sidebar .side-cats .discont-list li {
    margin-bottom: 7.2px;
    list-style: none
}

.section-catalog .sidebar .side-cats .discont-list li a {
    font-size: 11px;
    color: #000000;
    border-bottom: 2px solid transparent;
    line-height: 20px;
    font-weight: 500;
    display: inline-block;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block
}

.section-catalog .sidebar .side-cats .discont-list li a:hover {
    border-color: #000
}

.section-catalog .sidebar .side-block {
    position: relative;
    padding: 3px 0 4px
}

.section-catalog .sidebar .side-block .side-block__title {
    padding: 10px 0;
    font-size: 11px;
    letter-spacing: 1.3px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 500
}

.section-catalog .sidebar .side-block .side-block__title span {
    color: #888888;
    margin-left: 5px;
    display: inline-block
}

.section-catalog .sidebar .side-block .side-block__drop {
    padding: 12px 0
}

.section-catalog .sidebar .side-block .reset {
    font-size: 12px;
    color: #777777;
    position: absolute;
    top: 12px;
    right: 0;
    text-decoration: none;
    letter-spacing: 0.2px
}

.section-catalog .sidebar .side-block .reset:hover {
    color: #000
}

.section-catalog .sidebar .side-block .checks {
    overflow: hidden
}

.section-catalog .sidebar .side-block .checks.checks-cols {
    overflow: hidden;
    margin: 0 -23px 3px 0px
}

.section-catalog .sidebar .side-block .checks.checks-cols .check-block {
    float: left;
    width: 50%;
    text-transform: uppercase;
    padding-right: 23px
}

.section-catalog .sidebar .side-block .checks .check-block {
    margin-bottom: 12px;
    line-height: 19px;
    letter-spacing: 0.5px
}

.section-catalog .sidebar .side-block .checks .check-block label {
    font-size: 13px;
    color: #000000;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.section-catalog .center {
    padding-bottom: 40px
}

.section-catalog .center .filter-top {
    clear: both;
    margin-bottom: 22px;
    position: relative;
    z-index: 10
}

.section-catalog .center .filter-top .filter-tabs {
    float: right;
    margin-bottom: 0
}

.section-catalog .center .filter-top .filter-tabs li {
    float: left;
    list-style: none;
    margin-left: 12px
}

.section-catalog .center .filter-top .filter-tabs li a {
    display: block;
    width: 23px;
    height: 23px;
    -webkit-transition: all 0s ease-out;
    transition: all 0s ease-out
}

.section-catalog .center .filter-top .filter-tabs li a.pl1 {
    background: url(../img/filter-tabs.png) no-repeat 0px 0
}

.section-catalog .center .filter-top .filter-tabs li a.pl2 {
    background: url(../img/filter-tabs.png) no-repeat -24px 0
}

.section-catalog .center .filter-top .filter-tabs li a:hover.pl1 {
    background-position: 0px -24px
}

.section-catalog .center .filter-top .filter-tabs li a:hover.pl2 {
    background-position: -24px -24px
}

.section-catalog .center .filter-top .filter-tabs li.current .pl1 {
    background-position: 0px -24px
}

.section-catalog .center .filter-top .filter-tabs li.current .pl2 {
    background-position: -24px -24px
}

.section-catalog .center .filter-top .sort-block {
    float: left;
    line-height: 25px
}

.section-catalog .center .filter-top .sort-block span {
    font-size: 13px;
    color: #666666;
    display: block;
    float: left;
    letter-spacing: 0.8px;
    margin-right: 0px
}

.section-catalog .center .filter-top .sort-block .sort-sel {
    float: left;
    height: 23px;
    letter-spacing: 0.75px
}

.section-catalog .center .filter-top .sort-block .sort-sel .jq-selectbox__select {
    border: none;
    height: 23px;
    line-height: 22px;
    padding: 0 13px 0 6px
}

.section-catalog .center .filter-top .sort-block .sort-sel .jq-selectbox__select .jq-selectbox__trigger-arrow {
    top: 6px;
    right: 0px;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border: none;
    border-left: 2px solid #535353;
    border-bottom: 2px solid #535353
}

.section-catalog .center .filter-top .sort-block .sort-sel .jq-selectbox__dropdown {
    line-height: 23px;
    top: 31px;
    font-size: 13px;
    border-radius: 0;
    left: -26px;
    width: auto;
    padding: 17px 10px 10px 10px;
    min-width: 223px
}

.section-catalog .center .filter-top .sort-block .sort-sel .jq-selectbox__dropdown li {
    padding: 2px 10px 2px 20px;
    background: none
}

.section-catalog .center .filter-top .sort-block .sort-sel .jq-selectbox__dropdown li.selected,
.section-catalog .center .filter-top .sort-block .sort-sel .jq-selectbox__dropdown li:hover {
    background: url(../img/ico5.png) no-repeat left
}

.section-catalog .center .filter-top:after {
    display: block;
    clear: both;
    content: ''
}

.section-catalog .tovs {
    position: relative;
    z-index: 1
}

.section-catalog .tovs:after {
    content: '';
    display: block;
    clear: both
}

.section-catalog .tovs .tov {
    width: 31.4%;
    position: relative;
    float: left;
    margin-left: 2.9%;
    margin-bottom: 44px
}

.section-catalog .tovs .tov .tov-img-block {
    position: relative;
    margin-bottom: 15px
}

.section-catalog .tovs .tov .tov-img-block .tov-img .tov-img-item {
    position: relative;
    overflow: hidden
}

.section-catalog .tovs .tov .tov-img-block .tov-img .tov-img-item.hid {
    display: none
}

.section-catalog .tovs .tov .tov-img-block .tov-img .tov-img-item:before {
    content: '';
    display: block;
    padding-bottom: 141%
}

.section-catalog .tovs .tov .tov-img-block .tov-img .tov-img-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.section-catalog .tovs .tov .tov-img-block .hover-image {
    -webkit-transition: -webkit-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
    opacity: 0;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.section-catalog .tovs .tov .tov-img-block .hover-image img {
    width: 100%
}

.section-catalog .tovs .tov .tov-img-block .tov-img-bottom {
    z-index: 10;
    overflow: hidden;
    /*height:80px;*/
    text-align: center;
    display: none;
    padding: 20px 10px 10px;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.section-catalog .tovs .tov .tov-img-block .tov-img-bottom .tov-img-slider {
    margin: 0;
    padding: 0
}

.section-catalog .tovs .tov .tov-img-block .tov-img-bottom .tov-img-slider li {
    list-style: none;
    display: inline-block;
    margin: 0 2px 10px
}

.section-catalog .tovs .tov .tov-img-block .tov-img-bottom .tov-img-slider li a {
    display: block;
    width: 40px;
    height: 40px;
    position: relative
}

.section-catalog .tovs .tov .tov-img-block .tov-img-bottom .tov-img-slider li a:after {
    content: '';
    border: 1px solid transparent;
    position: absolute;
    top: -3px;
    left: -3px;
    bottom: -3px;
    right: -3px
}

.section-catalog .tovs .tov .tov-img-block .tov-img-bottom .tov-img-slider li a img {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: auto
}

.section-catalog .tovs .tov .tov-img-block .tov-img-bottom .tov-img-slider li:hover a:after,
.section-catalog .tovs .tov .tov-img-block .tov-img-bottom .tov-img-slider li.current a:after {
    border: 1px solid #000000
}

.section-catalog .tovs .tov .tov-img-block .head-fav {
    z-index: 10;
    position: absolute;
    top: 20px;
    right: 20px;
    display: none;
    width: 30px;
    height: 30px;
    background: url(../img/fav.svg) no-repeat center;
    background-size: 26px 22px
}

.section-catalog .tovs .tov .tov-img-block .head-fav:hover {
    background-image: url(../img/fav-h.svg)
}

.section-catalog .tovs .tov .tov-img-block .head-fav.selected {
    background-image: url(../img/fav-h.svg)
}

.section-catalog .tovs .tov .tov-labl {
    height: 16px;
    overflow: hidden;
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 4px;
    color: #000000;
    text-align: center;
    letter-spacing: 0px;
    font-weight: bold
}

.section-catalog .tovs .tov .tov-title {
    text-align: center;
    font-size: 13px;
    color: #000000;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.section-catalog .tovs .tov .tov-title a {
    color: #000000
}

.section-catalog .tovs .tov .price {
    text-align: center;
    font-size: 15px;
    color: #000000;
    margin: 0 -10px
}

.section-catalog .tovs .tov .price .price-cur {
    white-space: nowrap;
    margin: 0 10px
}

.section-catalog .tovs .tov .price .old-price {
    color: #666666;
    text-decoration: line-through;
    margin: 0 10px;
    white-space: nowrap
}

.section-catalog .tovs .tov .tov-info {
    min-height: 100px
}

.section-catalog .tovs .tov .price-dis {
    color: #b11116
}

.section-catalog .tovs .tov:nth-child(3n+1) {
    margin-left: 0
}

.section-catalog .tovs .tov:hover .tov-img-block .hover-image {
    opacity: 1;
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02)
}

.section-catalog .tovs .tov:hover .tov-img-block .tov-img-bottom {
    display: block
}

.section-catalog .tovs .tov:hover .tov-img-block .head-fav {
    display: block
}

.section-catalog .pane {
    margin-top: 0px;
    z-index: 1;
    position: relative;
    height: 0;
    overflow: hidden
}

.section-catalog .pane.active {
    height: auto
}

.section-catalog .tovs2 .tov {
    width: 23.5375%;
    margin-left: 1.95%
}

.section-catalog .tovs2 .tov:nth-child(3n+1) {
    margin-left: 1.95%
}

.section-catalog .tovs2 .tov:nth-child(4n+1) {
    margin-left: 0;
    clear: both
}

.section-catalog .tovs2 .tov .tov-img-block .tov-img .tov-img-item:before {
    padding-bottom: 141.8%
}

.section-main-catalog {
    padding: 71px 0 54px;
    overflow: hidden
}

.section-main-catalog .tovs {
    clear: both
}

.section-main-catalog .tovs .tov .tov-img-block .tov-img .tov-img-item:before {
    padding-bottom: 149.4%
}

.section-main-catalog .tovs-line {
    clear: both;
    margin-bottom: 1px;
    overflow: hidden
}

.section-main-catalog .tovs-line .tov-big {
    width: 65.7%
}

.section-main-catalog .tovs-line .tov-big .tov-img-block {
    padding: 0 31px 30px 0
}

.section-main-catalog .tovs-line .tov-big .tov-img-block .head-fav {
    right: 50px
}

.section-main-catalog .tovs-line .tov-big .tov-img-block .tov-img {
    position: relative
}

.section-main-catalog .tovs-line .tov-big .tov-img-block .tov-img:after {
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    bottom: -30px;
    right: -31px;
    background: url(../img/2018feb14.jpg) no-repeat bottom right;
    background-size: cover;
    content: ''
}

.section-main-catalog .tovs-line .tov-big .tov-img-block .tov-img .tov-img-item:before {
    content: '';
    display: block;
    padding-bottom: 70.3%
}

.section-message {
    background: #f1f1f1;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    margin: -1px 0 0;
    padding: 14px 0 11px
}

.section-message .mess {
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    color: #666666;
    font-weight: 500;
    letter-spacing: 3.75px
}

.section-category {
    position: relative;
    padding: 30px 0 30px 0
}

.section-category .category-blocks {
    margin-right: -2%
}

.section-category .category-blocks:after {
    content: '';
    display: block;
    clear: both
}

.section-category .category-blocks .category-item {
    float: left;
    width: 31.4%;
    position: relative;
    margin-bottom: 2%;
    margin-right: 1.93%;
    overflow: hidden;
    text-align: center
}

.section-category .category-blocks .category-item:before {
    display: block;
    content: '';
    padding-bottom: 112.2%
}

.section-category .category-blocks .category-item .cat-item-title {
    font-size: 30px;
    letter-spacing: 15px;
    font-weight: 300;
    color: #ffffff;
    text-transform: uppercase
}

.section-category .category-blocks .category-item .cat-name {
    color: #fff;
    font-size: 18px;
    margin-top: 21px;
    text-transform: none;
    letter-spacing: 1px
}

.section-category .category-blocks .category-item .coverlink {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.section-category .category-blocks .category-item img.cat-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.section-category .category-blocks .category-item .cat-cntr {
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 0 10px;
    left: 0;
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    transform: translateY(-40%)
}

.section-category .category-blocks .category-item .cat-bottom {
    width: 100%;
    position: absolute;
    bottom: 44px;
    left: 0
}

.section-category .category-blocks .category-item .tov-title {
    text-align: center;
    font-size: 13px;
    color: #000000;
    margin-bottom: 9px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 1.4px
}

.section-category .category-blocks .category-item .tov-title a {
    color: #000000
}

.section-category .category-blocks .category-item .price {
    text-align: center;
    font-size: 15px;
    color: #000000;
    margin: 0 -10px;
    letter-spacing: 1.2px
}

.section-category .category-blocks .category-item .price .price-cur {
    white-space: nowrap;
    margin: 0 10px
}

.section-category .category-blocks .category-item .price .old-price {
    color: #666666;
    text-decoration: line-through;
    margin: 0 10px;
    white-space: nowrap
}

.section-category .category-blocks .category-item .btn {
    width: 190px;
    padding: 0;
    position: relative;
    z-index: 10
}

.section-category .category-blocks .category-item .btn {
    background: transparent;
    overflow: visible
}

.section-category .category-blocks .category-item .btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: -1px;
    bottom: 0;
    background: #b11116;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.section-category .category-blocks .category-item .btn:hover {
    color: #b11116
}

.section-category .category-blocks .category-item .btn:hover:before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0)
}

.section-category .category-blocks .category-item .discont-block {
    padding: 17.5% 10px 13% 10px;
    position: absolute;
    left: 10%;
    top: 50%;
    background-color: #fff;
    width: 80%;
    -webkit-transform: translateY(-52%);
    -ms-transform: translateY(-52%);
    transform: translateY(-52%)
}

.section-category .category-blocks .category-item .discont-block .cat-name {
    color: #000000;
    margin-top: 8px
}

.section-category .category-blocks .category-item .discont-block .big {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 15px;
    font-size: 30px;
    color: #b11116
}

.section-category .category-blocks .category-item2 {
    width: 64.73%
}

.section-category .category-blocks .category-item2:before {
    padding-bottom: 54.45%
}

.section-category .category-blocks .category-item2 .cat-name {
    margin-top: 26px
}

.section-category .category-blocks .category-item2 .cat-cntr {
    width: 56%;
    z-index: 2;
    -webkit-transform: translateY(-49%);
    -ms-transform: translateY(-49%);
    transform: translateY(-49%)
}

.section-category .category-blocks .category-item2 .btn {
    margin-top: 57px
}

.section-recommend {
    position: relative;
    overflow: hidden;
    padding: 51px 0 30px 0
}

.section-recommend h2 {
    font-size: 30px;
    letter-spacing: 15px;
    margin-bottom: 41px;
    font-weight: 400;
    text-align: center
}

.section-recommend .tovs2 .tov .tov-img-block {
    margin-bottom: 18px
}

.section-recommend .tovs2 .tov .tov-labl {
    margin: 21px 0 0
}

.section-trands {
    position: relative;
    overflow: hidden;
    padding: 6px 0 48px 0
}

.section-trands .trands-block {
    position: relative;
    font-size: 16px;
    color: #000;
    width: 100%;
    display: table
}

.section-trands .trands-block .trands-block-img {
    vertical-align: middle;
    display: table-cell;
    width: 54.7%;
    padding-bottom: 50px
}

.section-trands .trands-block .trands-block-img .trands-img {
    position: relative
}

.section-trands .trands-block .trands-block-img .trands-img:after {
    display: block;
    width: 98%;
    height: 100%;
    z-index: 0;
    position: absolute;
    top: 40px;
    left: 55px;
    background: url(../img/img110.jpg) no-repeat 0 0;
    background-size: cover;
    content: ''
}

.section-trands .trands-block .trands-block-img .trands-img img {
    position: relative;
    z-index: 10;
    display: block;
    width: 100%
}

.section-trands .trands-block .trands-block-cont {
    padding: 21px 0 0px 10.6%;
    vertical-align: middle;
    display: table-cell;
    overflow: hidden;
    letter-spacing: 0.9px;
    line-height: 1.5
}

.section-trands .trands-block .trands-block-cont .trands-block-title {
    font-size: 30px;
    color: #000;
    letter-spacing: 14.5px;
    line-height: 1.2;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 18px
}

.section-trands .trands-block .trands-block-cont p {
    max-width: 385px
}

.section-trands .trands-block .trands-block-cont .btn {
    margin-top: 19px;
    width: 220px;
    padding: 0
}

.tov.m-show-sm {
    display: none
}

.pswp {
    background-color: #fff;
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    outline: none
}

.pswp * {
    box-sizing: border-box
}

.pswp img {
    max-width: none
}

.pswp--animate_opacity {
    opacity: 0.001;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp--open {
    display: block
}

.pswp--zoom-allowed .pswp__img {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.pswp--zoomed-in .pswp__img {
    cursor: -webkit-grab;
    cursor: grab
}

.pswp--dragging .pswp__img {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.pswp__container,
.pswp__zoom-wrap {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.pswp__container,
.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp__bg {
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
    -webkit-transition: none;
    transition: none
}

.pswp__container,
.pswp__zoom-wrap {
    -webkit-backface-visibility: hidden
}

.pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden
}

.pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0
}

.pswp__img--placeholder {
    -webkit-backface-visibility: hidden
}

.pswp__img--placeholder--blank {
    background: #222
}

.pswp--ie .pswp__img {
    width: 100% !important;
    height: auto !important;
    left: 0;
    top: 0
}

.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #CCC
}

.pswp__error-msg a {
    color: #CCC;
    text-decoration: underline
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp__button {
    width: 44px;
    height: 44px;
    position: relative;
    background: none;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: 0.75;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    box-shadow: none
}

.pswp__button:focus,
.pswp__button:hover {
    opacity: 1
}

.pswp__button:active {
    outline: none;
    opacity: 0.9
}

.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.pswp__ui--over-close .pswp__button--close {
    opacity: 1
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    width: 44px;
    height: 44px
}

@media (-webkit-min-device-pixel-ratio: 1.1),
(-webkit-min-device-pixel-ratio: 1.09375),
(min-resolution: 105dpi),
(min-resolution: 1.1dppx) {

    .pswp--svg .pswp__button,
    .pswp--svg .pswp__button--arrow--left:before,
    .pswp--svg .pswp__button--arrow--right:before {
        background-image: url(default-skin.svg)
    }

    .pswp--svg .pswp__button--arrow--left,
    .pswp--svg .pswp__button--arrow--right {
        background: none
    }
}

.pswp__button--close {
    background-position: 0 -44px
}

.pswp__button--share {
    background-position: -44px -44px
}

.pswp__button--fs {
    display: none
}

.pswp--supports-fs .pswp__button--fs {
    display: block
}

.pswp--fs .pswp__button--fs {
    background-position: -44px 0
}

.pswp__button--zoom {
    display: none;
    background-position: -88px 0
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block
}

.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
    visibility: hidden
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
    background: none;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    position: absolute;
    display: none
}

.pswp__button--arrow--left {
    left: 0
}

.pswp__button--arrow--right {
    right: 0
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    content: '';
    top: 35px;
    background-color: rgba(0, 0, 0, 0.3);
    height: 30px;
    width: 32px;
    position: absolute
}

.pswp__button--arrow--left:before {
    left: 6px;
    background-position: -138px -44px
}

.pswp__button--arrow--right:before {
    right: 6px;
    background-position: -94px -44px
}

.pswp__counter,
.pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pswp__share-modal {
    display: block;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__share-modal--hidden {
    display: none
}

.pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #FFF;
    top: 56px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    -webkit-backface-visibility: hidden;
    will-change: transform
}

.pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px
}

.pswp__share-tooltip a:hover {
    text-decoration: none;
    color: #000
}

.pswp__share-tooltip a:first-child {
    border-radius: 2px 2px 0 0
}

.pswp__share-tooltip a:last-child {
    border-radius: 0 0 2px 2px
}

.pswp__share-modal--fade-in {
    opacity: 1
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px
}

a.pswp__share--facebook:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 15px;
    border: 6px solid transparent;
    border-bottom-color: #FFF;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none
}

a.pswp__share--facebook:hover {
    background: #3E5C9A;
    color: #FFF
}

a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A
}

a.pswp__share--twitter:hover {
    background: #55ACEE;
    color: #FFF
}

a.pswp__share--pinterest:hover {
    background: #CCC;
    color: #CE272D
}

a.pswp__share--download:hover {
    background: #DDD
}

.pswp__counter {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #FFF;
    opacity: 0.75;
    padding: 0 10px
}

.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px
}

.pswp__caption small {
    font-size: 11px;
    color: #BBB
}

.pswp__caption__center {
    text-align: left;
    max-width: 420px;
    margin: 0 auto;
    font-size: 13px;
    padding: 10px;
    line-height: 20px;
    color: #CCC
}

.pswp__caption--empty {
    display: none
}

.pswp__caption--fake {
    visibility: hidden
}

.pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    will-change: opacity;
    direction: ltr
}

.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px
}

.pswp__preloader--active {
    opacity: 1
}

.pswp__preloader--active .pswp__preloader__icn {
    background: url(preloader.gif) 0 0 no-repeat
}

.pswp--css_animation .pswp__preloader--active {
    opacity: 1
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
    animation: clockwise 500ms linear infinite
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
    animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite
}

.pswp--css_animation .pswp__preloader__icn {
    background: none;
    opacity: 0.75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0
}

.pswp--css_animation .pswp__preloader__cut {
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden
}

.pswp--css_animation .pswp__preloader__donut {
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid #FFF;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    margin: 0
}

@media screen and (max-width: 1024px) {
    .pswp__preloader {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right
    }
}

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

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

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

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

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

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

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

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

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

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

.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550
}

.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible
}

.pswp__top-bar,
.pswp__caption {
    background-color: rgba(0, 0, 0, 0.5)
}

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
    background-color: rgba(0, 0, 0, 0.3)
}

.pswp__ui--idle .pswp__top-bar {
    opacity: 0
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
    opacity: 0
}

.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
    opacity: 0.001
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
    display: none
}

.pswp__element--disabled {
    display: none !important
}

.pswp--minimal--dark .pswp__top-bar {
    background: none
}

.pswp .pswp__ui--fit .pswp__top-bar,
.pswp .pswp__ui--fit .pswp__caption,
.pswp .pswp__ui .pswp__top-bar,
.pswp .pswp__ui .pswp__caption {
    background-color: rgba(255, 255, 255, 0)
}

.pswp .pswp__ui--fit .pswp__button--close,
.pswp .pswp__ui .pswp__button--close {
    background: url(../img/f-close.png) no-repeat center;
    width: 50px;
    height: 50px;
    top: 38px;
    right: 42px
}

.section-card {
    position: relative;
    margin-top: -1px;
    padding-bottom: 20px
}

.section-card .card-cov {
    position: relative
}

.section-card .card-cov:after {
    content: ''
}

.section-card .card-imgs {
    float: left;
    width: 68.75%;
    position: relative;
    z-index: 0
}

.section-card .card-imgs .card-img-slider {
    margin: 0 -10px
}

.section-card .card-imgs .card-img {
    float: left;
    width: 50%;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin: 0 0 0;
    border: 10px solid #fff
}

.section-card .card-imgs .card-img:before {
    content: '';
    display: block;
    padding-bottom: 139.54%
}

.section-card .card-imgs .card-img img {
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    min-height: 100%;
    cursor: url(../img/zoomin.png), url(../img/zoomin.cur), pointer
}

.section-card .card-imgs .card-img-big {
    width: auto;
    overflow: visible;
    border: none;
    margin: 0 10px 10px
}

.section-card .card-imgs .card-img-big:before {
    content: '';
    background: #fafafa;
    position: absolute;
    top: 0;
    left: -1000px;
    right: -1000px;
    bottom: 0;
    padding: 0
}

.section-card .card-imgs .card-img-big img {
    position: relative
}

.section-card .card-imgs:after {
    content: '';
    display: block;
    clear: both
}

.section-card .card-imgs .link-info {
    display: none
}

.section-card .card-info-col {
    float: right;
    width: 30.1%;
    z-index: 2;
    position: relative;
    max-width: 333px
}

.section-card .card-info-col .card-info {
    width: 290px;
    margin: 0 auto 10px;
    padding: 39px 0 0 0
}

.section-card .card-info-col .card-info .tov-labl {
    height: 16px;
    overflow: hidden;
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 7px;
    color: #000000;
    letter-spacing: 1px;
    font-weight: bold
}

.section-card .card-info-col .card-info .tov-title {
    font-size: 18px;
    color: #000000;
    margin-bottom: 17px;
    text-transform: uppercase;
    letter-spacing: 2.7px;
    line-height: 1.23
}

.section-card .card-info-col .card-info .price {
    font-size: 18px;
    color: #000000;
    margin: 0 0px 33px
}

.section-card .card-info-col .card-info .price .price-cur {
    white-space: nowrap;
    margin: 0 10px 0 0
}

.section-card .card-info-col .card-info .price .old-price {
    color: #666666;
    text-decoration: line-through;
    margin: 0 10px 0 0;
    white-space: nowrap
}

.section-card .card-info-col .card-info .price-dis {
    color: #b11116
}

.section-card .card-info-col .card-info .tov-img-switch {
    margin: 0;
    padding: 0;
    font-size: 0
}

.section-card .card-info-col .card-info .tov-img-switch li {
    list-style: none;
    display: inline-block;
    margin: 1px 12px 12px 0px
}

.section-card .card-info-col .card-info .tov-img-switch li a {
    display: block;
    width: 50px;
    height: 50px;
    position: relative
}

.section-card .card-info-col .card-info .tov-img-switch li a:after {
    content: '';
    border: 1px solid transparent;
    position: absolute;
    top: -3px;
    left: -3px;
    bottom: -3px;
    right: -3px
}

.section-card .card-info-col .card-info .tov-img-switch li a img {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%
}

.section-card .card-info-col .card-info .tov-img-switch li:hover a:after,
.section-card .card-info-col .card-info .tov-img-switch li.active a:after {
    border: 1px solid #000000
}

.section-card .card-info-col .card-info .tov-back {
    display: none
}

.section-card .card-info-col .card-info .tov-subtitle {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 5px;
    letter-spacing: 0.9px
}

.section-card .card-info-col .card-info .tov-art {
    font-size: 13px;
    margin-bottom: 24px;
    letter-spacing: 1.2px
}

.section-card .card-info-col .card-info .tov-size {
    margin-bottom: 32px
}

.section-card .card-info-col .card-info .tov-size .size-rads {
    margin-bottom: 10px
}

.section-card .card-info-col .card-info .tov-size .link-size {
    display: inline-block;
    font-size: 12px;
    color: #000;
    border-bottom: 1px dashed #9e9e9e;
    letter-spacing: 0.7px
}

.section-card .card-info-col .card-info .tov-size .link-size:hover {
    border-color: transparent
}

.section-card .card-info-col .card-info .tov-color {
    margin-bottom: 16px
}

.section-card .card-info-col .card-info .tov-acc {
    border-top: 1px solid #d3d3d3;
    margin-bottom: 34px
}

.section-card .card-info-col .card-info .tov-acc .tov-acc-item {
    border-bottom: 1px solid #d3d3d3;
    padding: 0 0 2px
}

.section-card .card-info-col .card-info .tov-acc .tov-acc-item .tov-acc-opener {
    cursor: pointer;
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    padding: 19px 0 14px
}

.section-card .card-info-col .card-info .tov-acc .tov-acc-item .tov-acc-opener:after {
    position: absolute;
    top: 50%;
    right: 10px;
    content: ' ';
    font-weight: 400;
    height: 9px;
    width: 9px;
    background: url(../img/sing1.png) no-repeat center top;
    margin-top: -4px
}

.section-card .card-info-col .card-info .tov-acc .tov-acc-item .tov-acc-drop {
    display: none;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.45px;
    padding-bottom: 7px
}

.section-card .card-info-col .card-info .tov-acc .tov-acc-item .tov-acc-drop .sost {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 21px
}

.section-card .card-info-col .card-info .tov-acc .tov-acc-item .tov-acc-drop ul {
    margin-bottom: 21px
}

.section-card .card-info-col .card-info .tov-acc .tov-acc-item .tov-acc-drop ul li {
    font-size: 12px;
    color: #444444;
    list-style: none;
    margin-bottom: 14px;
    position: relative;
    padding-left: 34px;
}

.section-card .card-info-col .card-info .tov-acc .tov-acc-item .tov-acc-drop ul li .ico {
    vertical-align: middle;
    width: 24px;
    text-align: center;
    margin-right: 10px;
    display: inline-block;
    margin-top: -3px;
    position: absolute;
    left: 0;
    top: 0;
}

.section-card .card-info-col .card-info .tov-acc .tov-acc-item.open .tov-acc-opener:after {
    background-position: bottom
}

.section-card .card-info-col .card-info .tov-fav {
    margin-bottom: 36px
}

.section-card .card-info-col .card-info .tov-fav a {
    color: #000;
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
    line-height: 30px;
    letter-spacing: 0.8px
}

.section-card .card-info-col .card-info .tov-fav a:before {
    width: 23px;
    height: 19px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: -2px 11px 0 0;
    background: url(../img/fav.svg) no-repeat;
    background-size: 100%
}

.section-card .card-info-col .card-info .tov-fav a:hover:before,
.section-card .card-info-col .card-info .tov-fav a.selected:before {
    background-image: url(../img/fav-h.svg)
}

.section-card .card-info-col .card-info .tov-btn .btn {
    display: block;
    height: 60px;
    line-height: 56px
}

.size-rads {
    font-size: 0;
    margin: 7px -10px 10px 0;
    overflow: hidden
}

.size-rads .rad {
    float: left;
    position: relative;
    vertical-align: top;
    text-align: center;
    margin: 0 10px 10px 0;
    width: 40px;
    height: 40px;
    text-transform: uppercase;
    font-size: 12px
}

.size-rads .rad label {
    position: relative;
    cursor: pointer;
    display: block
}

.size-rads .rad label span {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    z-index: 3;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.size-rads .rad .jq-radio {
    position: absolute !important;
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
    border: none;
    border-radius: 0;
    background: transparent
}

.size-rads .rad .jq-radio .jq-radio__div {
    width: 40px;
    height: 40px;
    border: 1px solid #c8c8c8;
    border-radius: 0;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.size-rads .rad .jq-radio.checked .jq-radio__div {
    background: #000000;
    border: 1px solid #000
}

.size-rads .rad .jq-radio.checked + span {
    color: #fff
}

.size-rads .rad:hover .jq-radio .jq-radio__div {
    background: #000000;
    border: 1px solid #000
}

.size-rads .rad:hover .jq-radio + span {
    color: #fff
}

.fan-c .fancybox-close {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: none;
    z-index: 8030;
    cursor: url(../img/f-close.png), url(../img/f-close.cur), pointer
}

.win {
    width: 810px;
    padding: 48px 50px 40px;
    background: #fff
}

.win .win-title {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2.8px;
    margin-bottom: 27px;
    text-align: center
}

.win .win-tabs {
    margin: 0 -15px 35px;
    text-align: center;
    list-style: none
}

.win .win-tabs li {
    display: inline-block;
    margin: 0 12px
}

.win .win-tabs li a {
    color: #666666;
    font-size: 14px;
    border-bottom: 2px solid transparent;
    line-height: 19px;
    letter-spacing: 0.7px
}

.win .win-tabs li a:hover {
    font-weight: 500;
    color: #000;
    border-color: #000
}

.win .win-tabs li.current a {
    font-weight: 500;
    color: #000;
    border-color: #000
}

.win .win-panes .pane {
    display: none
}

.win .win-panes .pane.active {
    display: block
}

.win table {
    width: 100%;
    font-size: 12px;
    margin: 0
}

.win table tr th {
    text-transform: uppercase;
    text-align: left;
    border-bottom: 2px solid #e3e3e3;
    padding: 0 20px;
    height: 37px;
    font-weight: 400;
    vertical-align: middle
}

.win table tr td {
    text-transform: uppercase;
    text-align: left;
    font-weight: 500;
    border-bottom: 1px solid #e3e3e3;
    padding: 0 20px;
    height: 50px;
    vertical-align: middle
}

.section-similar {
    padding: 51px 0 30px 0
}

.section-similar h2 {
    text-align: center;
    font-size: 30px;
    letter-spacing: 15px;
    margin-bottom: 41px;
    font-weight: 400;
    text-align: center
}

.faq-cats {
    text-align: center;
    overflow: hidden;
    margin-bottom: -12px
}

.faq-cats .faq-cat {
    float: left;
    border: 2px solid #efefef;
    background: #efefef;
    position: relative;
    width: 31.33%;
    margin: 0 0 3% 3%;
    height: 320px;
    padding: 94px 20px 20px
}

.faq-cats .faq-cat:nth-child(3n+1) {
    margin-left: 0
}

.faq-cats .faq-cat .faq-cat-icon {
    height: 110px;
    line-height: 110px;
    font-size: 0
}

.faq-cats .faq-cat .faq-cat-hov {
    height: 110px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    display: none;
    overflow: hidden;
    line-height: 1;
    letter-spacing: 0.9px
}

.faq-cats .faq-cat .faq-cat-hov b {
    display: block;
    font-size: 90px;
    font-weight: 300;
    line-height: 1;
    margin: 13px 0 -6px;
    letter-spacing: 0px
}

.faq-cats .faq-cat .faq-cat-name {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    color: #000;
    text-shadow: 0 0;
    margin-top: 65px;
    letter-spacing: 0.65px
}

.faq-cats .faq-cat:hover {
    background: #fff
}

.faq-cats .faq-cat:hover .faq-cat-icon {
    display: none
}

.faq-cats .faq-cat:hover .faq-cat-hov {
    display: block
}

.faq-cats .faq-cat .cover-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.win-size-empty {
    width: 519px;
    text-align: center;
    color: #000000;
    font-size: 16px
}

.win-size-empty p {
    margin: 29px 0 13px;
    font-weight: 400;
    letter-spacing: 0.8px
}

@media screen and (min-width: 1600px) {
    .faq-block {
        margin-bottom: 70px
    }
}

@media screen and (max-width: 1340px) {
    #footer .foot-cols {
        width: 78.5%
    }

    #footer .foot-cols .foot-col {
        margin-left: 3%
    }

    #footer .foot-cols .foot-cnt {
        padding: 29px 0 20px 0px;
        width: 210px
    }

    .section-catalog .sidebar .side-block .checks.checks-cols {
        margin-right: -7px
    }

    .section-catalog .sidebar .side-block .checks.checks-cols .check-block {
        padding-right: 7px
    }

    .sidebar {
        margin-right: 3%
    }

    .par-icon.par-icon3 {
        left: 85%;
        margin-left: 0
    }

    .letter.letter1 {
        margin-left: 0px;
        left: 20px;
        top: 100px
    }

    .letter.letter2 {
        top: -150px
    }

    .letter.letter3 {
        top: -465px
    }

    .letter.letter4 {
        top: 28.2%
    }

    .letter.letter5 {
        top: -140px
    }

    .section-slider .img-slider .slide-title {
        font-size: 35px
    }

    .section-slider .img-slider .slide-link {
        font-size: 15px
    }
}

@media screen and (max-width: 1199px) {
    h2 {
        font-size: 35px;
        letter-spacing: 12.6px
    }

    .wrapper {
        padding: 0 20px;
        padding: 0 29px
    }

    #header .head-lang {
        right: 27px
    }

    #header .nav > ul {
        padding: 28px 0px 0 0px
    }

    #header .nav > ul li {
        margin: 0 10px
    }

    #header .nav > ul li .drop {
        padding: 0px 10px 0px
    }

    #header .nav > ul li .drop .drop-list {
        width: 550px;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px
    }

    #header .nav > ul li .drop .drop-list-sale {
        width: auto;
        min-width: 70px
    }

    #header .nav > ul li.open .drop {
        padding: 31px 10px 25px
    }

    .section-slider .img-slider .slide-link {
        font-size: 14px
    }

    .section-slider .img-slider .slide-title {
        font-size: 60px;
        letter-spacing: 27.5px;
        font-size: 35px
    }

    .section-blocks .home-block {
        max-width: 100%
    }

    .section-blocks .home-block .home-block-txt {
        margin: 20.95% 5% 0 0%
    }

    .home-tovs {
        max-width: 100%
    }

    .section-blocks2 .home-block .home-block-txt .home-block-bg {
        padding: 19.5% 0 19.5% 4.4%
    }

    #footer .foot-cols {
        width: 100%;
        float: none
    }

    #footer .foot-cols .foot-col {
        margin-left: 0%;
        margin-right: 3%;
        margin-right: 6.5%
    }

    #footer .foot-cols .foot-cnt {
        padding: 29px 0 20px 0px;
        width: 210px
    }

    #footer .foot-cols .foot-right {
        margin-left: 5%
    }

    #footer .copy {
        position: absolute;
        left: 29px;
        bottom: 18px
    }

    .letter.letter1 {
        top: 52px
    }

    .letter.letter3 {
        top: -415px;
        margin-left: 330px
    }

    .letter.letter4 {
        top: 33.2%;
        margin-left: -484px
    }

    .letter.letter5 {
        margin-left: 0;
        left: auto;
        right: 20px;
        top: -177px
    }

    .section-category .category-blocks .category-item .cat-bottom {
        bottom: 34px
    }

    .section-category .category-blocks .category-item .cat-name {
        font-size: 16px;
        margin-top: 18px
    }

    .section-category .category-blocks .category-item .cat-item-title {
        font-size: 26px;
        letter-spacing: 11px
    }

    .section-category .category-blocks .category-item .discont-block {
        -webkit-transform: translateY(-47%);
        -ms-transform: translateY(-47%);
        transform: translateY(-47%);
        padding: 19.5% 10px 18% 10px
    }

    .section-category .category-blocks .category-item .discont-block .big {
        font-size: 26px;
        letter-spacing: 10.5px
    }

    .section-category .category-blocks .category-item .discont-block .cat-name {
        margin-top: 11px
    }

    .section-category .category-blocks .category-item .cat-cntr {
        -webkit-transform: translateY(-46%);
        -ms-transform: translateY(-46%);
        transform: translateY(-46%)
    }
}

@media screen and (max-width: 1115px) {
    .section-tovs-big .home-tovs .home-tov .home-tov-img {
        overflow: hidden;
        height: 815px;
        position: relative
    }

    .section-tovs-big .home-tovs .home-tov .home-tov-img img {
        position: absolute;
        top: -5%;
        height: 105%;
        max-width: 9999px;
        width: auto;
        margin-top: 0
    }

    .section-tovs-big .home-tovs .home-tov .tov-prices-right {
        left: 73%
    }
}

@media screen and (min-width: 1025px) {

    #header .nav > ul > li.dis > a,
    #header .nav > ul > li.unactive > a {
        color: #888888
    }

    #header .nav > ul > li.dis > a::after,
    #header .nav > ul > li.unactive > a::after {
        background: #888
    }

    #header .nav > ul > li.dis.active > a,
    #header .nav > ul > li.dis.open > a,
    #header .nav > ul > li.unactive.active > a,
    #header .nav > ul > li.unactive.open > a {
        color: #000
    }

    #header .nav > ul > li.dis.active > a::after,
    #header .nav > ul > li.dis.open > a::after,
    #header .nav > ul > li.unactive.active > a::after,
    #header .nav > ul > li.unactive.open > a::after {
        background: #000
    }

    #header .nav > ul > li.dis.sale > a,
    #header .nav > ul > li.unactive.sale > a {
        color: #eb7a7d
    }

    #header .nav > ul > li.dis.sale > a::after,
    #header .nav > ul > li.unactive.sale > a::after {
        background: #eb7a7d
    }

    #header .nav > ul > li.dis.sale.open > a,
    #header .nav > ul > li.unactive.sale.open > a {
        color: #b11116
    }

    #header .nav > ul > li.dis.sale.open > a::after,
    #header .nav > ul > li.unactive.sale.open > a::after {
        background: #b11116
    }

    #header.fix {
        padding: 23px 0 0px;
        height: 110px
    }

    #header.fix .head-lang {
        top: 22px;
        right: 162px
    }

    #header.fix .logo {
        width: 68px
    }

    #header.fix .head-right {
        padding-top: 15px
    }

    #header.fix .head-search {
        margin-top: 15px
    }

    #header.fix .nav > ul {
        padding: 10px 67px 0 0px
    }

    #header.fix .nav > ul > li {
        height: 77px
    }

    #header.fix .nav > ul > li .drop {
        top: 86px
    }

    #header.fix + .content {
        padding-top: 110px
    }
}

@media screen and (max-width: 1024px) {
    h2 {
        font-size: 30px;
        letter-spacing: 9.2px
    }

    .hiding {
        opacity: 1
    }

    .animated {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-fill-mode: backwards;
        animation-fill-mode: backwards
    }

    .mobile-button {
        display: block
    }

    .content {
        padding: 0
    }

    #header {
        position: relative;
        height: auto
    }

    #header .head-place {
        display: block;
        margin: 0 31px 0 -1px
    }

    #header .head-lang {
        top: -5px
    }

    #header .head-lang a {
        margin: 0 1px
    }

    #header .logo {
        margin-bottom: 30px
    }

    #header .head-right {
        padding-top: 45px
    }

    #header .head-search {
        position: absolute;
        right: 208px;
        top: 20px;
        margin-top: 25px
    }

    #header .nav {
        margin: 0 -29px;
        clear: both;
        overflow: hidden
    }

    #header .nav > ul {
        display: block;
        overflow: hidden;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        max-height: 0;
        -webkit-transition: all .5s;
        transition: all .5s;
        padding: 0px;
        background: #fff;
        width: 100%;
        top: 0px;
        margin: 0
    }

    #header .nav > ul > li {
        position: relative;
        display: block;
        float: none;
        border: none;
        height: auto;
        padding: 15px 29px 15px 29px;
        border-top: 1px solid #dfdfdf;
        margin: 0;
        text-align: left
    }

    #header .nav > ul > li.parent {
        cursor: pointer
    }

    #header .nav > ul > li.parent:after {
        content: '';
        width: 15px;
        height: 15px;
        position: absolute;
        right: 29px;
        top: 42px;
        background: url(../img/sing2.png) no-repeat top
    }

    #header .nav > ul > li.parent.open:after {
        background-position: bottom
    }

    #header .nav > ul > li > a {
        font-size: 30px;
        line-height: 69px;
        letter-spacing: 3px;
        font-weight: 400;
        display: inline-block
    }

    #header .nav > ul > li > a::after {
        display: none
    }

    #header .nav > ul > li .drop {
        position: relative;
        padding: 0;
        top: 0;
        overflow: hidden;
        background: #fff;
        max-height: 0;
        cursor: default
    }

    #header .nav > ul > li .drop:before {
        display: none
    }

    #header .nav > ul > li .drop ul li {
        margin: 0 0 13px;
        line-height: 23px
    }

    #header .nav > ul > li .drop ul li a {
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 400;
        color: #888;
        letter-spacing: 2px
    }

    #header .nav > ul > li .drop ul li a span {
        color: #000
    }

    #header .nav > ul > li .drop .drop-list {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        width: 50%;
        margin-bottom: 19px
    }

    #header .nav > ul > li .drop .drop-list-sale {
        width: 46.7%;
        text-align: left
    }

    #header .nav > ul > li .drop .m-show {
        display: block
    }

    #header .nav > ul > li.open .drop {
        padding: 12px 0 0;
        margin-bottom: -10px;
        max-height: 1000px
    }

    #header .nav.open > ul {
        max-height: 1500px
    }

    #footer {
        height: 429px
    }

    #footer .foot-in {
        height: 429px
    }

    #footer .foot-lines:before {
        right: 39px
    }

    #footer .foot-lines:after {
        right: 0
    }

    #footer .foot-cols .foot-right {
        margin-left: 0;
        width: 269px;
        padding: 29px 40px 42px 48px
    }

    #footer .foot-cols .foot-col {
        margin-right: 0%;
        width: 30.5%;
        padding: 0
    }

    #footer .copy {
        bottom: 39px
    }

    .section-slider .img-slider .slide-link {
        font-size: 13px
    }

    .section-slider .img-slider .slide-link:before {
        left: -44px
    }

    .section-slider .img-slider .slide-link:after {
        right: -44px
    }

    .section-slider .img-slider .slide-title {
        font-size: 50px;
        letter-spacing: 20px;
        font-size: 35px
    }

    .section-slider .bg-white {
        -webkit-transition: all 0s ease-out;
        transition: all 0s ease-out
    }

    .slick-arrow {
        width: 87px
    }

    .section-blocks {
        padding: 89px 0 50px
    }

    .section-blocks .home-block .home-block-txt {
        margin: 15.95% 7% 0 -0.5%
    }

    .section-blocks .home-block .home-block-txt .link-more {
        margin-left: 3px;
        margin-top: 8px
    }

    .section-video {
        padding: 97px 0 70px
    }

    .section-video .video-cov {
        width: 100%
    }

    .section-video .video-cov a:after {
        width: 104px;
        height: 104px;
        margin: -62px 0 0 -62px;
        background-size: 100%
    }

    .section-video2 {
        padding: 30px 0 67px
    }

    .section-tovs {
        padding: 43px 0 95px
    }

    .section-tovs .home-tovs .home-tov .tov-prices {
        padding: 27px 0 0
    }

    .section-tovs .home-tovs .home-tov .tov-prices .tov-price-item {
        margin: 0 0 24px
    }

    .section-tovs .home-tovs .home-tov + .home-tov {
        margin-top: 12.9%;
        margin-right: 4.3%
    }

    .section-tovs .home-tovs .home-tov + .home-tov .vawe {
        height: 100%;
        top: 6.5%;
        left: 10%
    }

    .section-tovs .home-tovs .home-tov + .home-tov .tov-prices {
        padding: 56px 0 0 29px
    }

    .section-tovs .home-tovs.bigger .home-tov {
        width: 50%
    }

    .section-tovs .home-tovs.bigger .home-tov .tov-prices {
        padding: 37px 0 0
    }

    .section-tovs .home-tovs.bigger .home-tov + .home-tov {
        width: 43.2%;
        margin-top: 3.8%;
        margin-right: 0%
    }

    .section-slider + .section-tovs {
        padding: 77px 0 49px
    }

    .home-tovs .home-tov {
        width: 43.6%
    }

    .section-tovs-plica {
        padding: 43px 0 44px
    }

    .section-tovs-plica .home-tovs .home-tov .tov-prices {
        padding: 31px 0 0
    }

    .section-tovs-plica .home-tovs .home-tov.home-tov1 {
        width: 100%;
        max-width: 437px;
        float: none;
        margin: 0 auto 99px
    }

    .section-tovs-plica .home-tovs .home-tov.home-tov2 {
        width: 100%;
        max-width: 590px;
        float: none;
        margin: 0 auto 130px
    }

    .section-tovs-plica .home-tovs .home-tov.home-tov2 .tov-prices {
        padding: 38px 0 0 0px
    }

    .section-tovs-plica .home-tovs .home-tov.home-tov3 {
        width: 100%;
        max-width: 400px;
        float: none;
        margin: 0 auto
    }

    .section-tovs-plica .home-tovs .home-tov.home-tov3 .tov-prices {
        padding: 32px 0 0 0
    }

    .section-obr:before {
        top: 259px;
        bottom: 497px
    }

    .section-obr .obr.obr-left {
        padding-bottom: 21px
    }

    .section-obr .obr.obr-left h2 {
        position: absolute;
        bottom: 0;
        right: 0;
        padding-left: 63px;
        margin: 0%;
        width: 368px
    }

    .section-obr .obr.obr-left .home-tovs {
        padding: 0 1px 0 6px;
        max-width: 710px;
        margin: 0
    }

    .section-obr .obr.obr-left .home-tovs .home-tov {
        margin-right: -3%;
        margin-top: 54px
    }

    .section-obr .obr.obr-left .home-tovs .home-tov + .home-tov .tov-prices {
        padding-left: 63px;
        padding-top: 39px
    }

    .section-obr .obr.obr-right h2 {
        width: 100%;
        margin: 84px 0% 28px 9px
    }

    .section-obr .obr.obr-right .home-tovs {
        padding: 0 1px 0 6px;
        float: right;
        width: 100%;
        max-width: 710px;
        margin: 0
    }

    .section-obr .obr.obr-right .home-tovs .tov-prices {
        padding: 29px 25px
    }

    .section-obr .obr.obr-right .home-tovs .home-tov + .home-tov {
        margin-top: 36px;
        margin-left: -4px
    }

    .section-obr .obr.obr-right .home-tovs .home-tov + .home-tov .tov-prices {
        padding: 36px 25px 29px 35px
    }

    .tov-prices {
        padding: 42px 26px 0;
    }

    .section-blocks2 {
        padding: 41px 0 62px
    }

    .section-blocks2 .home-block {
        margin-right: -3px;
        padding-right: 24.2%
    }

    .section-blocks2 .home-block .home-block-img {
        overflow: hidden;
        position: relative;
        height: 641px
    }

    .section-blocks2 .home-block .home-block-img img {
        height: 108%;
        max-width: 9999px;
        width: auto;
        position: absolute;
        top: -6%;
        left: 50%;
        -webkit-transform: translateX(-55.5%);
        -ms-transform: translateX(-55.5%);
        transform: translateX(-55.5%)
    }

    .section-blocks2 .home-block .home-block-txt {
        margin-top: -1px
    }

    .section-blocks2 h2 {
        margin-bottom: 50px
    }

    .section-links {
        padding: 29px 0 27px
    }

    .sidebar {
        margin: 0;
        float: none;
        width: 100%
    }

    .sidebar:before {
        content: '';
        display: table;
        clear: both
    }

    .btn-filter {
        display: block;
        position: absolute;
        right: 0;
        top: -51px
    }

    .side-cats,
    .filter-top {
        display: none
    }

    .side-filts {
        display: none
    }

    .side-filts.open {
        display: block;
        border-top: 1px solid #d8d8d8;
        margin: 9px 0 30px
    }

    .m-show {
        display: block
    }

    .section-catalog {
        padding-top: 0px
    }

    .section-catalog .sidebar .side-block {
        border-bottom: 1px solid #d8d8d8;
        padding: 5px 0 4px
    }

    .section-catalog .sidebar .side-block .reset {
        top: 13px;
        right: 3px
    }

    .section-catalog .sidebar .side-block .side-block__title {
        -webkit-transition: padding 0.3s ease-out;
        transition: padding 0.3s ease-out;
        position: relative;
        font-size: 13px;
        line-height: 30px;
        letter-spacing: 1.5px;
        cursor: pointer
    }

    .section-catalog .sidebar .side-block .side-block__title:after {
        position: absolute;
        top: 50%;
        right: 10px;
        content: ' ';
        font-weight: 400;
        height: 9px;
        width: 9px;
        background: url(../img/sing1.png) no-repeat center top;
        margin-top: -4px;
        color: #727272
    }

    .section-catalog .sidebar .side-block .side-block__title.open {
        padding: 15px 0
    }

    .section-catalog .sidebar .side-block .side-block__title.open:after {
        background-position: bottom
    }

    .section-catalog .sidebar .side-block .side-block__drop {
        height: 0;
        overflow: hidden;
        padding: 0;
        position: relative
    }

    .section-catalog .sidebar .side-block .side-block__drop.side-block__drop.open {
        overflow: visible;
        height: auto;
        padding: 8px 0 11px
    }

    .section-catalog .sidebar .side-block .checks {
        max-width: 900px
    }

    .section-catalog .sidebar .side-block .checks .check-block {
        margin-bottom: 15px;
        float: left;
        width: 211px;
        padding-left: 3px
    }

    .section-catalog .sidebar .side-block .checks .check-block:nth-child(3n+1) {
        width: 247px
    }

    .section-catalog .sidebar .side-block .checks .check-block label {
        padding-top: 2px
    }

    .section-catalog .sidebar .side-block .checks.checks-cols .check-block {
        padding-right: 0;
        width: 211px
    }

    .section-catalog .sidebar .side-block .checks.checks-cols .check-block:nth-child(3n+1) {
        width: 247px
    }

    .section-catalog .filter-top {
        display: none
    }

    .section-catalog .pane.m-hid {
        display: none !important
    }

    .section-catalog .pane:first-child {
        height: auto
    }

    .section-catalog .tovs .tov {
        margin-bottom: 23px
    }

    .section-catalog .tovs .tov .tov-img-block {
        margin-bottom: 17px
    }

    .section-catalog .tovs .tov .tov-img-block .tov-img .tov-img-item:before {
        padding-bottom: 139%
    }

    #filter-slider,
    .filter-slider {
        height: 0;
        margin: 0;
        overflow: hidden
    }

    .range_slider span {
        float: left;
        margin: 0 11px 0 3px
    }

    .minCost,
    .maxCost {
        text-align: left;
        border: 1px solid #c8c8c8;
        width: 160px;
        height: 40px;
        line-height: 30px;
        padding: 4px 16px;
        float: left;
        margin-right: 15px
    }

    .jq-checkbox {
        width: 22px;
        height: 22px;
        margin-bottom: 2px;
        top: -2px
    }

    .jq-radio {
        width: 23px;
        height: 23px;
        top: -2px
    }

    .jq-checkbox .jq-checkbox__div {
        width: 12px;
        height: 12px
    }

    .jq-radio .jq-radio__div {
        width: 11px;
        height: 11px;
        top: 5px;
        left: 5px
    }

    .range_slider {
        margin: 0px 0px 17px 0px
    }

    .letter {
        display: none
    }

    .par-icon.par-icon1 {
        top: -74px;
        margin-left: 0;
        left: 117px
    }

    .par-icon.par-icon2 {
        top: 37px;
        margin-left: 22px
    }

    .par-icon.par-icon3 {
        top: -123px;
        left: 65%
    }

    .par-icon.par-icon4 {
        top: 91%;
        margin-left: -135px
    }

    .section-trands .trands-block {
        display: block
    }

    .section-trands .trands-block .trands-block-img {
        display: block;
        width: 100%;
        padding-right: 48px
    }

    .section-trands .trands-block .trands-block-img .trands-img:after {
        width: 99%;
        height: 101%
    }

    .section-trands .trands-block .trands-block-cont {
        display: block;
        padding: 43px 0 5px 53px
    }

    .section-trands .trands-block .trands-block-cont p {
        max-width: 520px
    }

    .section-trands .trands-block .trands-block-cont .btn {
        margin-top: 17px
    }

    .section-recommend {
        padding: 26px 0 20px 0
    }

    .section-recommend h2 {
        margin-bottom: 33px
    }

    .section-recommend .tovs .tov {
        width: 31.4%;
        margin-left: 2.9%
    }

    .section-recommend .tovs .tov:nth-child(4n) {
        display: none
    }

    .section-recommend .tovs .tov:nth-child(4n+1) {
        margin-left: 0
    }

    .section-category .category-blocks {
        margin-right: -3.3%
    }

    .section-category .category-blocks .category-item {
        width: 46.7%;
        margin-bottom: 3.2%;
        margin-right: 3.3%
    }

    .section-category .category-blocks .category-item.category-item2 {
        width: 96.7%
    }

    .section-category .category-blocks .category-item.category-item2 .cat-cntr {
        width: 50%;
        -webkit-transform: translateY(-49%);
        -ms-transform: translateY(-49%);
        transform: translateY(-49%)
    }

    .section-category .category-blocks .category-item.category-item2 .btn {
        margin-top: 38px
    }

    .section-main-catalog {
        padding: 40px 0 62px
    }

    .section-main-catalog .tovs-line .tov .tov-img-block .tov-img:after {
        bottom: -20px;
        right: -21px
    }

    .section-main-catalog .tovs-line .tov .tov-img-block .tov-img .tov-img-item:before {
        padding-bottom: 143.5%
    }

    .section-main-catalog .tovs-line .tov-big .tov-img-block .tov-img .tov-img-item:before {
        padding-bottom: 68.9%
    }

    .bottom-links {
        top: 0;
        margin-top: 5px
    }

    .section-tovs-big {
        padding: 43px 0 49px
    }

    .section-tovs-big .home-tovs .home-tov .home-tov-img img {
        left: 50%;
        -webkit-transform: translateX(-46%);
        -ms-transform: translateX(-46%);
        transform: translateX(-46%)
    }

    .section-tovs-big .home-tovs .home-tov .tov-prices-left {
        bottom: 5px;
        left: 12.5%
    }

    .section-tovs-big .home-tovs .home-tov .tov-prices-right {
        bottom: 5px
    }

    .section-tovs-line {
        padding: 43px 0 76px
    }

    .section-tovs-line .home-tovs .home-tov {
        width: 46.6%
    }

    .section-tovs-line .home-tovs .home-tov .tov-prices {
        padding: 46px 0 0
    }

    .section-tovs-line .home-tovs .home-tov + .home-tov {
        margin-top: 0%;
        margin-right: 0%
    }

    .section-tovs-line .home-tovs .home-tov + .home-tov .tov-prices {
        padding: 46px 0 0
    }

    .section-foto {
        padding: 0px 0 54px 0
    }

    .win {
        padding: 47px 30px;
        width: 768px
    }

    .win .win-title {
        margin-bottom: 58px
    }

    .win .win-tabs {
        margin: 0 -16px 37px
    }

    .win .win-tabs li {
        margin: 0 11px
    }

    .card .content .wrapper {
        padding: 0 29px
    }

    .card .section-links {
        padding: 19px 0 18px;
        height: 59px
    }

    .card .section-links .links {
        display: none
    }

    .card .section-links .link-nav {
        float: none;
        margin: -4px -31px -4px;
        overflow: hidden
    }

    .card .section-links .link-nav a {
        margin: 0
    }

    .card .section-links .link-nav .page-prev {
        float: left
    }

    .card .section-links .link-nav .page-next {
        float: right;
        display: none
    }

    .card #footer,
    .card #footer .foot-in {
        height: 500px
    }

    .section-card {
        background: #fff;
        padding-bottom: 0
    }

    .section-card .card-imgs {
        width: auto;
        float: none;
        margin: 0 -29px;
        position: relative
    }

    .section-card .card-imgs .card-img {
        border: none;
        margin: 0;
        overflow: hidden
    }

    .section-card .card-imgs .card-img:before {
        padding-bottom: 84.6%
    }

    .section-card .card-imgs .card-img-big:before {
        position: static;
        padding-bottom: 84.6%
    }

    .section-card .card-imgs .card-img-big img {
        position: absolute
    }

    .section-card .card-imgs .link-info {
        cursor: pointer;
        display: block;
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 52px;
        height: 19px;
        margin-left: -26px;
        background: url(../img/arr-info.png) no-repeat
    }

    .section-card .card-info-col {
        float: none;
        width: 100%;
        max-width: 1025px;
        position: static !important
    }

    .section-card .card-info-col .theiaStickySidebar {
        position: static !important;
        width: 100% !important
    }

    .section-card .card-info-col .card-info {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 16px 0 0 0
    }

    .section-card .card-info-col .card-info .tov-size {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 9px
    }

    .section-card .card-info-col .card-info .tov-size:after {
        content: '';
        display: block;
        clear: both
    }

    .section-card .card-info-col .card-info .tov-size .tov-subtitle {
        display: none
    }

    .section-card .card-info-col .card-info .tov-size .size-rads {
        float: left
    }

    .section-card .card-info-col .card-info .tov-size .link-size {
        float: right;
        margin-top: 20px
    }

    .section-card .card-info-col .card-info .tov-acc {
        margin-top: 7px;
        margin-bottom: 14px
    }

    .section-card .card-info-col .card-info .tov-acc .tov-acc-item .tov-acc-drop {
        padding-top: 3px
    }

    .section-card .card-info-col .card-info .tov-acc .tov-acc-item .tov-acc-drop ul {
        margin-bottom: 8px
    }

    .section-card .card-info-col .card-info .tov-acc .tov-acc-item .tov-acc-drop ul:after {
        content: '';
        display: block;
        clear: both
    }

    .section-card .card-info-col .card-info .tov-acc .tov-acc-item .tov-acc-drop ul li {
        width: 50%;
        float: left
    }

    .section-card .card-info-col .card-info .tov-info {
        position: absolute;
        left: -52px;
        right: -52px;
        top: -59px;
        background: #fff;
        text-align: center;
        padding: 13px 50px;
        z-index: 20
    }

    .section-card .card-info-col .card-info .tov-info .tov-labl {
        font-size: 10px;
        height: 12px;
        margin-bottom: 5px
    }

    .section-card .card-info-col .card-info .tov-info .tov-title {
        font-size: 14px;
        letter-spacing: 2.2px;
        margin: 0
    }

    .section-card .card-info-col .card-info .tov-info .tov-back {
        position: absolute;
        top: 15px;
        left: 20px;
        width: 30px;
        height: 30px;
        text-align: center;
        display: block
    }

    .section-card .card-info-col .card-info .tov-info .tov-back:before {
        margin: 9px 0 0 5px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        vertical-align: top;
        display: inline-block;
        content: '';
        width: 11px;
        height: 11px;
        border-left: 1px solid #a6a6a6;
        border-top: 1px solid #a6a6a6
    }

    .section-card .card-info-col .card-info .price {
        position: fixed;
        left: 31px;
        height: 51px;
        z-index: 25;
        bottom: 20px;
        width: 19%;
        margin: 0
    }

    .section-card .card-info-col .card-info .tov-info-bot {
        overflow: hidden;
        position: fixed;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.36);
        left: 0;
        right: 0;
        bottom: 0px;
        background: #fff;
        padding: 13px 29px;
        z-index: 20
    }

    .section-card .card-info-col .card-info .tov-info-bot .tov-fav {
        float: left;
        margin: 16px 0 0 21.5%
    }

    .section-card .card-info-col .card-info .tov-info-bot .tov-btn {
        float: right;
        width: 35%;
        padding: 0
    }

    .section-card .card-info-col .card-info .tov-info-bot .tov-btn .btn {
        padding: 0 10px
    }

    .section-card .card-info-col .card-info .tov-art .tov-subtitle {
        display: inline-block;
        margin: 0 7px 0 0
    }

    .section-similar {
        background: #fff;
        padding: 10px 0 10px 0
    }

    .section-similar h2 {
        font-size: 18px;
        letter-spacing: 5.5px;
        margin-bottom: 21px
    }

    .t-hid {
        display: none
    }

    .faq-cats .faq-cat {
        padding: 41px 20px 20px;
        height: 225px
    }

    .faq-cats .faq-cat .faq-cat-name {
        margin-top: 25px
    }
}

@media screen and (max-width: 1024px) and (min-width: 748px) {
    #footer .foot-cols {
        padding-top: 137px
    }

    #footer .foot-cols .foot-cnt {
        position: absolute;
        right: 29px;
        left: 29px;
        top: 20px;
        border-bottom: 1px solid #f3f3f3;
        width: auto;
        padding: 15px 0 22px 0px
    }

    #footer .foot-cols .foot-cnt:after {
        content: '';
        display: block;
        clear: both
    }

    #footer .foot-cols .foot-feed {
        float: left;
        width: auto;
        margin: 0
    }

    #footer .foot-cols .foot-feed .foot-title {
        float: left;
        margin: 4px 14px 0 0;
        width: 115px
    }

    #footer .foot-cols .foot-feed .feed {
        float: left
    }

    #footer .foot-cols .foot-soc {
        float: right
    }

    #footer .foot-cols .foot-soc .foot-title {
        float: left;
        margin: 4px 10px 0 0;
        width: 95px
    }

    #footer .foot-cols .foot-soc .soc {
        float: left;
        margin-right: -10px;
        margin-top: 3px
    }

    .section-card {
        background: #fff
    }

    .section-card .card-imgs {
        width: auto;
        float: none;
        margin: 0 -52px;
        position: relative
    }

    .section-card .card-imgs .card-img {
        width: 100%
    }

    .section-card .card-imgs .slick-dots {
        bottom: 44px;
        border-radius: 14px;
        padding: 10px 17px;
        height: auto
    }

    .section-card .card-imgs .slick-dots li {
        margin: 0 3px
    }

    .section-card .card-imgs .slick-dots li button {
        width: 8px;
        height: 8px
    }
}

@media screen and (max-width: 890px) {
    .section-tovs-big .home-tovs .home-tov .home-tov-img img {
        -webkit-transform: translateX(-40%);
        -ms-transform: translateX(-40%);
        transform: translateX(-40%)
    }
}

@media screen and (max-width: 747px) {
    .m-hide {
        display: none;
    }

    .wrapper {
        padding: 0 10px;
        padding: 0 20px
    }

    .section-map .tabs-block .address-maps .address-map-active .address-map-name:before {
        left: -15px !important;
    }

    #footer {
        height: auto
    }

    #footer .foot-in {
        height: auto;
        position: relative
    }

    #footer .foot-lines:before {
        right: 16px
    }

    #footer .foot-lines:after {
        left: 16px
    }

    #footer .foot-cols {
        padding-top: 26px;
        position: relative;
        border-bottom: 2px solid #f5f5f5;
        padding-bottom: 134px
    }

    #footer .foot-cols .foot-col {
        display: none
    }

    #footer .foot-cols .foot-right {
        float: none;
        width: 100%;
        padding: 24px 20px 24px 24px;
        left: 0;
        position: absolute;
        bottom: 18px
    }

    #footer .foot-cols .foot-right p {
        display: none
    }

    #footer .foot-cols .foot-right .foot-title {
        font-size: 13px;
        max-width: 280px
    }

    #footer .foot-cols .foot-cnt {
        text-align: center;
        width: 100%;
        padding: 6px 0 18px 0px;
        border-bottom: 0px solid #f3f3f3
    }

    #footer .foot-cols .foot-feed {
        width: 100%;
        margin-bottom: 36px
    }

    #footer .foot-cols .foot-feed .feed {
        margin: -6px auto 0;
        width: 100%
    }

    #footer .foot-cols .foot-soc .soc {
        margin-top: -6px;
        white-space: nowrap
    }

    #footer .foot-cols .foot-soc .soc a {
        margin: 0px 5px 10px
    }

    #footer .copy {
        text-align: center;
        position: static;
        padding-top: 18px;
        padding-bottom: 30px
    }

    .mobile-button {
        margin-left: 33px
    }

    #header {
        padding: 20px 0 0px
    }

    #header .logo {
        width: 75px;
        margin-bottom: 20px
    }

    #header .head-right {
        padding-top: 20px
    }

    #header .head-lang {
        position: static;
        text-align: left;
        padding: 14px 20px 24px;
        border-top: 1px solid #dfdfdf
    }

    #header .search-button {
        display: none
    }

    #header .head-place {
        margin: 0 22px 0 -1px
    }

    #header .head-search {
        width: 100%;
        float: none;
        border-top: 1px solid #dfdfdf;
        padding: 15px 0 14px;
        margin: 0;
        position: relative;
        right: 0;
        top: 0;
        background: #fff
    }

    #header .head-search .t-inp {
        padding-right: 50px;
        border: none;
        opacity: 1
    }

    #header .head-search .placeholder {
        color: #828282
    }

    #header .head-search .search-btn {
        display: block
    }

    #header .head-search .search-button {
        display: none
    }

    #header .head-search.open {
        width: 100%
    }

    #header .nav {
        -webkit-transition: all .5s;
        transition: all .5s;
        padding: 0px;
        background: #fff;
        max-height: 0;
        margin: 0 -20px;
        overflow: hidden
    }

    #header .nav > ul {
        padding: 0;
        -webkit-transition: all 0s;
        transition: all 0s;
        position: relative;
        top: 0;
        display: block;
        max-height: 3000px
    }

    #header .nav > ul > li {
        display: block;
        float: none;
        padding: 24px 20px 16px;
        margin: 0;
        text-align: left
    }

    #header .nav > ul > li > a {
        font-size: 22px;
        line-height: 39px;
        letter-spacing: 2.4px;
        font-weight: 400;
        display: inline-block
    }

    #header .nav > ul > li > a::after {
        display: none
    }

    #header .nav > ul > li.parent:after {
        right: 22px;
        top: 35px
    }

    #header .nav > ul > li:hover ul,
    #header .nav > ul > li:active ul,
    #header .nav > ul > li:focus ul {
        display: block
    }

    #header .nav > ul > li .drop {
        padding: 0
    }

    #header .nav > ul > li .drop ul li {
        line-height: 20px
    }

    #header .nav > ul > li .drop ul li a {
        font-size: 15px;
        letter-spacing: 1.8px
    }

    #header .nav > ul > li.m-show {
        display: block
    }

    #header .nav > ul > li.open .drop {
        padding: 14px 0 0
    }

    #header .nav > ul li.active > a,
    #header .nav > ul li:hover > a {
        background: transparent;
        color: #ff4338
    }

    #header .nav.open {
        max-height: 2000px
    }

    .section-slider .img-slider .slide-link:before,
    .section-slider .img-slider .slide-link:after {
        display: none
    }

    .section-slider .img-slider .slide-title {
        font-size: 44px;
        left: 20px;
        right: 20px;
        letter-spacing: 15px;
        margin-top: -11px;
        font-size: 35px
    }

    .section-blocks {
        padding: 60px 0 3px
    }

    .section-blocks .home-block {
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex
    }

    .section-blocks .home-block .home-block-txt {
        float: none;
        margin: 36px 0 0 -2px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2
    }

    .section-blocks .home-block .home-block-txt .link-more {
        margin-top: 0px
    }

    .section-blocks .home-block .home-block-txt h2 {
        margin-bottom: 14px
    }

    .section-video {
        padding: 60px 0 10px
    }

    .section-video .wrapper {
        padding: 0
    }

    .section-video .video-cov a:after {
        width: 60px;
        height: 60px;
        margin: -30px 0 0 -30px
    }

    .section-obr:before {
        top: 11.8%;
        bottom: 34.4%
    }

    .section-obr h2 {
        display: none
    }

    .section-obr .obr {
        margin: 0 -1px
    }

    .section-obr .obr .tov-prices {
        padding: 22px 1px
    }

    .section-obr .obr .tov-prices .tov-price-item {
        line-height: 1.22;
        margin-bottom: 23px
    }

    .section-obr .obr .tov-prices .tov-price-item .big {
        font-size: 18px;
        margin-top: 9px
    }

    .section-obr .obr.obr-left {
        padding-bottom: 38px
    }

    .section-obr .obr.obr-left .home-tovs {
        padding: 0 0px 0 0px
    }

    .section-obr .obr.obr-left .home-tovs .home-tov {
        margin-right: -6.7%;
        margin-top: 10.5%;
        width: 53%
    }

    .section-obr .obr.obr-left .home-tovs .home-tov + .home-tov .tov-prices {
        padding-left: 25%;
        padding-top: 28px
    }

    .section-obr .obr.obr-right .home-tovs {
        padding: 0 0px 0 0px
    }

    .section-obr .obr.obr-right .home-tovs .home-tov {
        width: 53.1%;
        margin-right: -5.5%
    }

    .section-obr .obr.obr-right .home-tovs .home-tov .tov-prices {
        padding: 19px 0px
    }

    .section-obr .obr.obr-right .home-tovs .home-tov + .home-tov {
        margin-top: 14.2%
    }

    .section-obr .obr.obr-right .home-tovs .home-tov + .home-tov .tov-prices {
        padding: 23px 3px
    }

    .section-blocks2 {
        padding: 17px 0 43px
    }

    .section-blocks2 .wrapper {
        padding: 0
    }

    .section-blocks2 .home-block {
        padding: 0
    }

    .section-blocks2 .home-block .home-block-img {
        height: 0;
        padding-bottom: 100%
    }

    .section-blocks2 .home-block .home-block-img img {
        top: -4%;
        -webkit-transform: translateX(-44.5%);
        -ms-transform: translateX(-44.5%);
        transform: translateX(-44.5%)
    }

    .section-blocks2 .home-block .home-block-txt {
        position: static;
        margin: 0 auto;
        min-width: 280px;
        width: 280px;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        margin: -83px auto 0;
        padding: 20px
    }

    .section-blocks2 .home-block .home-block-txt:before {
        left: 20px;
        right: 20px;
        top: 20px;
        bottom: 20px
    }

    .section-blocks2 .home-block .home-block-txt .link-more {
        margin: 7px 0 0 2px
    }

    .section-blocks2 h2 {
        margin-bottom: 16px;
        font-size: 22px
    }

    .section-catalog .sidebar .side-block .checks .check-block {
        width: 50%;
        max-width: 202px
    }

    .section-catalog .sidebar .side-block .checks .check-block:nth-child(3n+1) {
        width: 50%
    }

    .section-catalog .sidebar .side-block .checks.checks-cols .check-block {
        width: 50%
    }

    .section-catalog .sidebar .side-block .checks.checks-cols .check-block:nth-child(3n+1) {
        width: 50%
    }

    .minCost,
    .maxCost {
        width: 140px
    }

    .slick-arrow {
        width: 47px;
        bottom: 0;
        top: auto;
        height: 97px
    }

    .slick-arrow:after {
        width: 24px;
        background-size: 100%
    }

    .par-icon.par-icon1 {
        top: -11px;
        margin-left: 0;
        left: 13%;
        height: 60px;
        width: 46px
    }

    .par-icon.par-icon2 {
        top: 34px;
        margin-left: 0;
        left: 78%;
        width: 36px;
        height: 36px
    }

    .par-icon.par-icon3 {
        top: 55%;
        left: 75%;
        width: 32px;
        height: 32px
    }

    .par-icon.par-icon4 {
        top: 105.5%;
        margin-left: 0;
        left: auto;
        right: 22%;
        width: 38px;
        height: 38px
    }

    .section-category .category-blocks .category-item .cat-item-title {
        font-size: 22px;
        letter-spacing: 9px
    }

    .section-category .category-blocks .category-item .cat-name {
        font-size: 15px;
        letter-spacing: 0.85px;
        margin-top: 20px
    }

    .section-category .category-blocks .category-item .discont-block {
        -webkit-transform: translateY(-49%);
        -ms-transform: translateY(-49%);
        transform: translateY(-49%);
        left: 7%;
        padding: 23.2% 10px 21.1% 10px;
        width: 86%
    }

    .section-category .category-blocks .category-item .discont-block .big {
        font-size: 22px;
        letter-spacing: 9px
    }

    .section-category .category-blocks .category-item .cat-cntr {
        -webkit-transform: translateY(-41%);
        -ms-transform: translateY(-41%);
        transform: translateY(-41%)
    }

    .section-recommend h2 {
        font-size: 24px
    }

    .section-tovs {
        padding: 43px 0 32px
    }

    .section-tovs .home-tovs .home-tov {
        width: 45.6%
    }

    .section-tovs-line .home-tovs .home-tov {
        clear: none;
        width: 48%
    }

    .section-tovs-line .home-tovs .home-tov + .home-tov {
        margin-top: 0%
    }

    .section-video2 {
        padding: 30px 0 21px
    }

    .section-tovs-big .home-tovs .home-tov {
        width: 100%
    }

    .section-tovs-big .home-tovs .home-tov .home-tov-img {
        height: 687px
    }

    .section-foto {
        padding: 9px 0 39px 0
    }

    .section-foto .wrapper {
        padding: 0
    }

    .win {
        width: 100%
    }

    .win-size-empty {
        width: 100%
    }

    .card .content {
        padding: 0
    }

    .card .content .wrapper {
        padding: 0 20px
    }

    .card #footer,
    .card #footer .foot-in {
        height: auto;
        padding-bottom: 28px
    }

    .card .section-links {
        height: 62px
    }

    .section-card .card-imgs {
        margin: 0 -10px
    }

    .section-card .card-imgs .card-img-big:before,
    .section-card .card-imgs .card-img:before {
        padding-bottom: 93.6%
    }

    .section-card .card-imgs .slick-dots {
        bottom: 27px
    }

    .section-card .card-info-col .card-info {
        padding: 7px 0 0 0
    }

    .section-card .card-info-col .card-info .tov-info {
        left: -20px;
        right: -20px;
        top: -62px;
        padding: 17px 35px 10px;
        height: 62px
    }

    .section-card .card-info-col .card-info .tov-info .tov-labl {
        font-size: 9px
    }

    .section-card .card-info-col .card-info .tov-info .tov-title {
        font-size: 11px;
        letter-spacing: 0.7px
    }

    .section-card .card-info-col .card-info .tov-info .tov-back + .tov-title {
        margin-top: 5px;
    }

    .section-card .card-info-col .card-info .tov-info .tov-back {
        left: 11px
    }

    .section-card .card-info-col .card-info .tov-info-bot {
        padding: 0
    }

    .section-card .card-info-col .card-info .tov-info-bot .tov-fav {
        margin: 0 0 0 42%;
        width: 22%
    }

    .section-card .card-info-col .card-info .tov-info-bot .tov-fav a {
        font-size: 0;
        text-align: center;
        background: #f3f3f3;
        height: 56px;
        display: block;
        line-height: 56px;
        letter-spacing: 0px
    }

    .section-card .card-info-col .card-info .tov-info-bot .tov-fav a:before {
        margin: 0
    }

    .section-card .card-info-col .card-info .tov-info-bot .tov-btn {
        width: 36%
    }

    .section-card .card-info-col .card-info .tov-btn .btn {
        height: 56px;
        line-height: 52px;
        font-size: 12px
    }

    .section-card .card-info-col .card-info .tov-size {
        margin-bottom: 27px
    }

    .section-card .card-info-col .card-info .tov-size .size-rads {
        float: none;
        margin-bottom: 7px
    }

    .section-card .card-info-col .card-info .tov-size .link-size {
        float: none;
        margin: 0
    }

    .section-card .card-info-col .card-info .price {
        bottom: 0;
        left: 0;
        width: 41%;
        height: 56px;
        padding: 21px 0 0 20px;
        font-size: 15px
    }

    .section-card .card-info-col .card-info .price-dis {
        padding-top: 10px
    }

    .section-card .card-info-col .card-info .tov-acc {
        margin-bottom: 3px
    }

    .section-card .card-info-col .card-info .tov-acc .tov-acc-item .tov-acc-drop ul {
        margin-bottom: 16px
    }

    .section-card .card-info-col .card-info .tov-acc .tov-acc-item .tov-acc-drop ul li {
        float: none;
        width: 100%;
        margin-bottom: 15px
    }

    .size-rads .rad {
        width: 35px;
        height: 35px;
        font-size: 11px;
        margin: 0 6px 6px 0
    }

    .size-rads .rad label span {
        width: 35px;
        height: 35px;
        line-height: 35px
    }

    .size-rads .rad .jq-radio,
    .size-rads .rad .jq-radio .jq-radio__div {
        width: 35px;
        height: 35px
    }

    .section-similar h2 {
        font-size: 13px;
        letter-spacing: 2.75px;
        margin-bottom: 13px
    }

    .faq-cats {
        margin: -5px 0 4px
    }

    .faq-cats .faq-cat {
        float: none;
        width: 100%;
        margin: 0 0 5px;
        text-align: left;
        height: 60px;
        padding: 0
    }

    .faq-cats .faq-cat .faq-cat-icon {
        float: left;
        height: 60px;
        line-height: 60px;
        width: 74px;
        margin: 0 18px 0 0px;
        text-align: center
    }

    .faq-cats .faq-cat .faq-cat-icon img {
        max-height: 40px;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8)
    }

    .faq-cats .faq-cat .faq-cat-name {
        overflow: hidden;
        margin: 0;
        line-height: 58px
    }

    .faq-cats .faq-cat:hover .faq-cat-icon {
        display: block
    }

    .faq-cats .faq-cat:hover .faq-cat-hov {
        display: none
    }
}

@media screen and (max-width: 639px) {
    .section-slider {
        min-height: 200px
    }

    .section-slider .img-slider .slide-title {
        font-size: 36px;
        letter-spacing: 10px;
        font-size: 35px
    }

    .section-slider .img-slider .slide-link {
        min-height: 200px
    }

    .section-slider .link-down {
        bottom: 37px
    }

    .section-blocks2 .home-block .home-block-img {
        padding-bottom: 118.6%
    }

    .section-tovs {
        padding: 43px 0 32px
    }

    .section-tovs .home-tovs .home-tov {
        clear: both;
        width: 100%;
        /*max-width: 300px;*/
        max-width: 100%;
    }

    .section-tovs .home-tovs .home-tov .tov-prices {
        padding: 20px 0 0
    }

    .section-tovs .home-tovs .home-tov + .home-tov {
        margin-top: 10.8%;
        margin-right: 0px
    }

    .section-tovs .home-tovs .home-tov + .home-tov .tov-prices {
        padding: 20px 0 0 0px
    }

    .section-tovs .home-tovs .home-tov .vawe {
        display: none
    }

    .section-tovs .home-tovs.bigger .home-tov {
        width: 100%
    }

    .section-tovs .home-tovs.bigger .home-tov .tov-prices {
        padding: 30px 0 0
    }

    .section-tovs .home-tovs.bigger .home-tov + .home-tov {
        width: 100%;
        margin-top: 10.8%
    }

    .section-tovs .home-tovs.bigger .home-tov + .home-tov .tov-prices {
        padding: 31px 0 0 0px
    }

    .section-category {
        padding: 20px 0 26px 0
    }

    .section-category .category-blocks {
        margin-right: 0
    }

    .section-category .category-blocks .category-item {
        width: 100%;
        margin-right: 0;
        float: none;
        margin-bottom: 19px;
        overflow: hidden
    }

    .section-category .category-blocks .category-item:before {
        padding-bottom: 111.3%
    }

    .section-category .category-blocks .category-item.category-item2 {
        width: auto;
        margin: 0 -20px
    }

    .section-category .category-blocks .category-item.category-item2:before {
        padding-bottom: 120.7%
    }

    .section-category .category-blocks .category-item.category-item2 .cat-img {
        position: absolute;
        height: 100%;
        left: 50%;
        top: 0;
        width: auto;
        max-width: 9999px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .section-category .category-blocks .category-item.category-item2 .cat-cntr {
        -webkit-transform: translateY(-43%);
        -ms-transform: translateY(-43%);
        transform: translateY(-43%);
        width: 72%
    }

    .section-category .category-blocks .category-item.category-item2 .btn {
        margin-top: 29px
    }

    .section-recommend {
        padding: 26px 0 1px 0
    }

    .section-recommend h2 {
        font-size: 20px;
        letter-spacing: 11px;
        margin-bottom: 19px
    }

    .section-recommend .tovs2 .tov .tov-labl {
        margin: -8px 0 0
    }

    .section-trands {
        padding: 6px 0 28px 0
    }

    .section-trands .wrapper {
        padding: 0
    }

    .section-trands .trands-block {
        font-size: 15px
    }

    .section-trands .trands-block .trands-block-img {
        padding-right: 30px
    }

    .section-trands .trands-block .trands-block-img .trands-img:after {
        width: 101%;
        height: 93%;
        top: 44px;
        left: 29px
    }

    .section-trands .trands-block .trands-block-cont {
        padding: 21px 20px 5px 19px;
        line-height: 1.6
    }

    .section-trands .trands-block .trands-block-cont .trands-block-title {
        font-size: 26px;
        letter-spacing: 10px;
        margin-bottom: 13px
    }

    .section-trands .trands-block .trands-block-cont .btn {
        margin-top: 12px
    }

    .section-slider + .section-tovs {
        padding: 39px 0 1px
    }

    .section-tovs-line .home-tovs .home-tov {
        width: 100%;
        float: none
    }

    .section-tovs-line .home-tovs .home-tov .tov-prices {
        padding: 30px 0 0
    }

    .section-tovs-line .home-tovs .home-tov + .home-tov {
        margin-top: 14%
    }

    .section-tovs-line .home-tovs .home-tov + .home-tov .tov-prices {
        padding: 30px 0 0
    }

    .section-tovs-plica .home-tovs .home-tov .tov-prices {
        padding: 31px 0 0
    }

    .section-tovs-plica .home-tovs .home-tov.home-tov1 {
        margin: 0 auto 66px
    }

    .section-tovs-plica .home-tovs .home-tov.home-tov2 {
        margin: 0 auto 71px
    }

    .section-tovs-plica .home-tovs .home-tov.home-tov2 .tov-prices {
        padding: 28px 0 0 0px
    }

    .section-tovs-big {
        padding: 0px 0 19px
    }

    .section-tovs-big .home-tovs .home-tov {
        max-width: 100%
    }

    .section-tovs-big .home-tovs .home-tov .home-tov-img img {
        top: 0;
        left: 80%;
        height: 100%;
        -webkit-transform: translateX(-56%);
        -ms-transform: translateX(-56%);
        transform: translateX(-56%)
    }

    .section-tovs-big .home-tovs .home-tov .tov-prices .tov-price-item .big {
        font-size: 18px;
        margin-top: 8px;
        margin-bottom: 26px
    }

    .section-tovs-big .home-tovs .home-tov .tov-prices-left {
        left: 18px;
        height: 254px;
        width: 48%
    }

    .section-tovs-big .home-tovs .home-tov .tov-prices-right {
        left: auto;
        right: 10px;
        height: 254px;
        width: 36%
    }

    .section-catalog .tovs .tov .price {
        margin: 0 -5px
    }
}

@media screen and (max-width: 499px) {
    .section-slider .img-slider .slide-title {
        font-size: 28px;
        left: 10px;
        right: 10px;
        letter-spacing: 7.5px
    }

    .section-slider .link-down {
        width: 15px;
        height: 15px;
        margin: 0 0 0 -7px
    }

    h2 {
        font-size: 26px;
        letter-spacing: 6.7px
    }

    .btn-filter {
        position: static;
        margin-bottom: 26px
    }

    .section-catalog .sidebar .side-block .reset {
        display: block;
        position: static;
        margin: 12px 0 13px
    }

    .section-catalog .sidebar .side-block .side-block__title.open {
        padding: 10px 0 9px
    }

    .section-catalog .sidebar .side-block .checks {
        margin-right: -20px
    }

    .section-catalog .sidebar .side-block .checks .check-block {
        padding-left: 1px
    }

    .section-catalog .sidebar .side-block.m-show .checks .check-block {
        width: 100%
    }

    .section-catalog .tovs .tov {
        width: 46.45%;
        margin: 0 0 20px 7.1%
    }

    .section-catalog .tovs .tov:nth-child(3n+1) {
        margin-left: 7.1%
    }

    .section-catalog .tovs .tov:nth-child(odd) {
        margin-left: 0
    }

    .section-catalog .tovs .tov .tov-img-block .tov-img-bottom {
        /*height:40px;*/
        padding: 10px 10px 1px
    }

    .section-catalog .tovs .tov .tov-img-block .tov-img-bottom .tov-img-slider li a {
        width: 20px;
        height: 20px
    }

    .range_slider {
        margin: 1px -18px 27px 0px
    }

    .range_slider span {
        margin: 0 11px 0 1px
    }

    .minCost,
    .maxCost {
        width: 33.7%
    }

    .section-links {
        padding: 17px 0 23px
    }

    .view-more .btn {
        width: 280px;
        padding: 0 20px
    }

    .section-recommend h2 {
        font-size: 18px;
        letter-spacing: 9px
    }

    .section-recommend .tovs .tov:nth-child(4n-1) {
        display: none
    }

    .tov.m-hid {
        display: none
    }

    .tov.m-show-sm {
        display: block
    }

    .section-main-catalog {
        padding: 40px 0 46px
    }

    .section-main-catalog .tovs .tov {
        width: 46.45%;
        margin: 0 0 20px 7.1%
    }

    .section-main-catalog .tovs.tovs-line .tov {
        display: none
    }

    .section-main-catalog .tovs.tovs-line .tov.tov-big {
        width: 100%;
        display: block
    }

    .section-main-catalog .tovs.tovs-line .tov.tov-big .tov-img-block {
        margin-bottom: 7px;
        padding: 0 20px 30px 0
    }

    .section-main-catalog .tovs.tovs-line .tov.tov-big .tov-labl {
        display: none
    }

    .section-main-catalog .tovs.tovs-line .tov.tov-big .tov-info {
        min-height: 50px
    }

    .bottom-links {
        margin: 13px -10px 0
    }

    .bottom-links a.btn {
        padding: 0;
        letter-spacing: 1px;
        font-size: 17px;
        line-height: 40px;
        height: 44px;
        margin: 0 9px;
        width: 129px
    }

    .section-slider .bottom-links {
        margin: 0
    }

    #header .nav > ul > li .drop .drop-list {
        float: none;
        width: 100%
    }
}

@media screen and (max-height: 330px) {
    .section-slider .bottom-links {
        bottom: 8%
    }
}

.section-inner {
    position: relative;
    margin-top: -4px;
    padding-bottom: 30px
}

.section-inner:after {
    display: block;
    clear: both;
    content: ''
}

.section-inner h1 {
    text-align: left;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 4px;
    line-height: 1.1;
    margin: 0 0 26px;
    text-transform: uppercase
}

.section-inner h1 .m-hide {
    display: block
}

.section-inner h1 .m-show {
    display: none
}

.section-inner .sidebar {
    position: relative
}

.section-inner .sidebar:after {
    display: block;
    clear: both;
    content: ''
}

.section-inner .sidebar .sidelist {
    margin-top: -1px
}

.section-inner .sidebar .sidelist li {
    list-style: none;
    display: block;
    margin-bottom: 16px;
    line-height: 12px
}

.section-inner .sidebar .sidelist li a {
    font-size: 11px;
    color: #888888;
    letter-spacing: 1.3px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 2px solid transparent
}

.section-inner .sidebar .sidelist li:hover > a {
    border-color: #2c2c38;
    color: #2c2c38
}

.section-inner .sidebar .sidelist li ul {
    margin: 0px;
    padding: 9px 0 0px 10px
}

.section-inner .sidebar .sidelist li ul li {
    margin-bottom: 4px
}

.section-inner .sidebar .sidelist li ul li a {
    font-size: 11px;
    color: #888888;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 1.3px;
    text-decoration: none;
    text-transform: none;
    border: none
}

.section-inner .sidebar .sidelist li ul li a span {
    border-bottom: 1px solid transparent;
    color: #000;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    line-height: 13px;
    vertical-align: middle
}

.section-inner .sidebar .sidelist li ul li a:hover span {
    border-color: #000000
}

.section-inner .sidebar .sidelist li ul li.active > a {
    color: #888888
}

.section-inner .sidebar .sidelist li.active > a {
    border-color: #2c2c38;
    color: #2c2c38
}

.section-inner .center {
    overflow: hidden
}

.section-inner .center .faq-block {
    position: relative
}

.section-inner .center .faq-block:after {
    display: block;
    clear: both;
    content: ''
}

.section-inner .center .faq-block .faq-line {
    position: relative;
    margin-bottom: 5px
}

.section-inner .center .faq-block .faq-line:after {
    display: block;
    clear: both;
    content: ''
}

.section-inner .center .faq-block .faq-line .faq-line-top {
    position: relative;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    display: table
}

.section-inner .center .faq-block .faq-line .faq-line-top .faq-line-number {
    display: table-cell;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-right: 5px solid #fff;
    width: 55px;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    color: #000000;
    background: #eeeeee
}

.section-inner .center .faq-block .faq-line .faq-line-top .faq-line-open {
    vertical-align: middle;
    width: 55px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-left: 5px solid #fff;
    margin-left: 5px;
    display: table-cell;
    position: relative;
    background: #eeeeee
}

.section-inner .center .faq-block .faq-line .faq-line-top .faq-line-open span {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto
}

.section-inner .center .faq-block .faq-line .faq-line-top .faq-line-open span:after {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width: 1px;
    height: 13px;
    content: '';
    background: #636363;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-top: -6px
}

.section-inner .center .faq-block .faq-line .faq-line-top .faq-line-open span:before {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width: 1px;
    height: 13px;
    content: '';
    background: #636363;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-top: -6px
}

.section-inner .center .faq-block .faq-line .faq-line-top .faq-line-cont {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 23px 17px;
    line-height: 13px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-weight: 400;
    letter-spacing: 1.8px;
    background: #eeeeee;
    overflow: hidden;
    font-size: 11px;
    color: #000000;
    text-transform: uppercase
}

.section-inner .center .faq-block .faq-line .faq-line-top:hover .faq-line-number {
    background: #e7e5e5
}

.section-inner .center .faq-block .faq-line .faq-line-top:hover .faq-line-cont {
    background: #e7e5e5
}

.section-inner .center .faq-block .faq-line .faq-line-top:hover .faq-line-open {
    background: #e7e5e5
}

.section-inner .center .faq-block .faq-line .faq-line-drop {
    position: relative;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    padding: 0px 83px 0px 77px
}

.section-inner .center .faq-block .faq-line .faq-line-drop .subscription-text {
    font-size: 14px;
    color: #444;
    line-height: 1.75;
    letter-spacing: 0.53px;
    margin-bottom: 25px
}

.section-inner .center .faq-block .faq-line .faq-line-drop .subscription-text p {
    margin-bottom: 10px
}

.section-inner .center .faq-block .faq-line .faq-line-drop .subscription-text ul {
    padding-left: 35px;
    margin-top: 12px;
    margin-bottom: 10px
}

.section-inner .center .faq-block .faq-line .faq-line-drop .subscription-text ul li {
    position: relative;
    list-style: none;
    margin-bottom: 6px
}

.section-inner .center .faq-block .faq-line .faq-line-drop .subscription-text ul li:after {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    top: 10px;
    left: -12px;
    background: #000
}

.section-inner .center .faq-block .faq-line .faq-line-drop .btn-black {
    float: right;
    line-height: 56px;
    height: 60px;
    width: 290px
}

.section-inner .center .faq-block .faq-line .faq-line-drop .t-inp,
.section-inner .center .faq-block .faq-line .faq-line-drop textarea {
    border: 1px solid #c7c7c7;
    height: 60px;
    padding: 17px 19px;
    color: #666666;
    background: #fff;
    letter-spacing: 0.75px
}

.section-inner .center .faq-block .faq-line .faq-line-drop textarea {
    height: 220px
}

.section-inner .center .faq-block .faq-line .faq-line-drop .subscription-form {
    overflow: hidden;
    position: relative;
    margin-bottom: 33px
}

.section-inner .center .faq-block .faq-line .faq-line-drop .subscription-form .t-inp,
.section-inner .center .faq-block .faq-line .faq-line-drop .subscription-form textarea {
    width: 49%;
    float: left
}

.section-inner .center .faq-block .faq-line .faq-line-drop .subscription-form .btn {
    float: left;
    margin-left: 2%
}

.section-inner .center .faq-block .faq-line .faq-line-drop .subscription-form2 {
    padding-right: 0px
}

.section-inner .center .faq-block .faq-line .faq-line-drop .subscription-form2 .form-col {
    position: relative;
    overflow: hidden;
    width: 49%;
    float: left
}

.section-inner .center .faq-block .faq-line .faq-line-drop .subscription-form2 .form-col .form-row {
    position: relative;
    margin-bottom: 20px
}

.section-inner .center .faq-block .faq-line .faq-line-drop .subscription-form2 .form-col + .form-col {
    margin-left: 2%
}

.section-inner .center .faq-block .faq-line .faq-line-drop.open {
    max-height: 800px;
    padding: 24px 83px 10px 77px
}

.section-inner .center .faq-block .faq-line .faq-line-top.open .faq-line-open {
    background: #000000
}

.section-inner .center .faq-block .faq-line .faq-line-top.open .faq-line-open span:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fff
}

.section-inner .center .faq-block .faq-line .faq-line-top.open .faq-line-open span:before {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background: #fff
}

.section-news {
    position: relative;
    padding-bottom: 30px;
    margin-top: -4px
}

.section-news h1 {
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3.7px;
    color: #000000;
    line-height: 29px;
    margin-bottom: 44px;
    text-align: left
}

.section-news .new {
    position: relative;
    overflow: hidden;
    margin-bottom: 3.9%;
    background: #000;
    min-height: 385px
}

.section-news .new:before {
    display: block;
    content: '';
    padding-bottom: 39.844%
}

.section-news .new img {
    position: absolute;
    top: 0;
    left: 0;
    height: 0%;
    opacity: 0
}

.section-news .new .new-bg {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0.7;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.section-news .new .new-info {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding: 0 10px;
    -webkit-transform: translateY(-44%);
    -ms-transform: translateY(-44%);
    transform: translateY(-44%);
    z-index: 1
}

.section-news .new .new-info .date {
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 22px;
    letter-spacing: 2px
}

.section-news .new .new-info .new-title {
    font-size: 30px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 9px;
}

.section-news .new .link-more {
    display: block;
    position: absolute;
    bottom: 7.5%;
    right: 3.92%;
    font-size: 13px;
    color: #ffffff;
    z-index: 3;
    letter-spacing: 1.4px
}

.section-news .new .link-more:after {
    left: 0;
    position: relative;
    background: url(../img/arrow-w.svg) no-repeat 0 0;
    margin: 1px 0 0 10px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.section-news .new .link-more:hover:after {
    left: 5px
}

.section-news .new:hover .new-bg {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.section-news .new .cover-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.section-news .view-more {
    margin: 58px 0 26px
}

.section-news .view-more .btn {
    width: 280px
}

.news-page-block {
    position: relative;
    overflow: hidden;
    margin-top: -10px
}

.news-page-block .news-page-img {
    position: relative;
    overflow: hidden
}

.news-page-block .news-page-img img {
    width: 100%
}

.news-page-block .news-page-text {
    max-width: 940px;
    margin: 0 auto;
    font-size: 15px;
    letter-spacing: 0.56px;
    color: #000000;
    line-height: 1.6;
    padding: 57px 0 36px
}

.news-page-block .news-page-text p {
    margin-bottom: 15px
}

.news-page-tiles {
    margin-left: -7px;
    margin-right: -6px;
    margin-bottom: 40px
}

.news-page-tiles:after {
    content: '';
    display: block;
    clear: both
}

.news-page-tiles .tiles {
    position: relative;
    width: 25%;
    float: left;
    display: block;
    border: 6px solid #fff;
    border-width: 6px 6px 7px 7px
}

.news-page-tiles .tiles img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 99999px;
    opacity: 0
}

.news-page-tiles .tiles a {
    position: relative;
    display: block;
    background-size: cover;
    background-position: center;
    overflow: hidden
}

.news-page-tiles .tiles a:before {
    display: block;
    content: '';
    padding-bottom: 100%
}

.news-page-tiles .video-cov {
    width: 50%;
    background: #000
}

.news-page-tiles .video-cov a {
    display: block;
    position: relative;
    z-index: 10;
    cursor: pointer;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    z-index: -1;
    opacity: 0;
    background-size: cover;
    background-position: center
}

.news-page-tiles .video-cov a img {
    width: 100%;
    display: block
}

.news-page-tiles .video-cov a:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3)
}

.news-page-tiles .video-cov a:after {
    margin: -81px 0 0 -81px;
    content: '';
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    width: 162px;
    height: 162px;
    opacity: 0.8;
    background: url(../img/play.png) no-repeat center;
    background-size: 80%
}

.news-page-tiles .video-cov a:hover:after {
    opacity: 1
}

.news-page-tiles .video-cov.cover a {
    z-index: 2;
    opacity: 1
}

.news-page-tiles .video-cov video {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.slick-dots {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 20px;
    bottom: 24px;
    background-color: rgba(0, 0, 0, 0.43);
    border-radius: 10px;
    margin: 0 auto;
    padding: 7px 12px
}

.slick-dots li button {
    width: 6px;
    height: 6px;
    opacity: 0.44;
    background-color: #fff;
    box-shadow: none;
    border: none
}

.slick-dots .slick-active button {
    opacity: 1
}

.back-link {
    display: inline-block;
    font-size: 15px;
    margin-top: 11px;
    letter-spacing: 1.6px;
    position: relative;
    color: #b11116;
    text-decoration: none;
    text-transform: none;
    margin-bottom: 22px
}

.back-link:before {
    left: 0;
    line-height: 20px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin: -2px 8px 0 0px;
    width: 21px;
    height: 11px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(../img/arrow.svg) no-repeat center;
    background-size: 100%
}

.back-link:hover:before {
    left: -5px
}

.back-link.m-show {
    display: none
}

.post {
    position: relative;
    margin-bottom: 67px;
    font-size: 14px;
    color: #000000;
    line-height: 1.59;
    letter-spacing: 0.53px
}

.post .post-img {
    margin-bottom: 33px;
    position: relative;
    overflow: hidden;
    padding-bottom: 50.1%;
    min-height: 276px
}

.post .post-img img {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 9999px
}

.post p {
    margin-bottom: 10px
}

.post ul {
    margin-top: 5px
}

.post ul li {
    list-style: none;
    margin-bottom: 5px
}

.sotr-block-form {
    max-width: 670px;
    margin-bottom: 18px
}

.sotr-block-form h3 {
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    letter-spacing: 3px;
    margin-bottom: 36px;
    text-align: left;
    text-transform: uppercase
}

.sotr-block-form .form-row {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    padding-left: 119px
}

.sotr-block-form .form-row label {
    display: block;
    position: absolute;
    left: 0;
    width: 92px;
    letter-spacing: 1px;
    text-align: right;
    font-size: 14px;
    color: #666666;
    line-height: 50px
}

.sotr-block-form .form-row .t-inp,
.sotr-block-form .form-row textarea {
    height: 50px;
    overflow: hidden;
    border: 1px solid #c8c8c8;
    padding: 10px 20px;
    width: 100%;
    line-height: 50px;
    background: #fff
}

.sotr-block-form .form-row textarea {
    height: 150px;
    line-height: 20px
}

.sotr-block-form .sotr-block-bottom {
    padding-left: 120px
}

.sotr-block-form .sotr-block-bottom:after {
    content: '';
    display: block;
    clear: both
}

.sotr-block-form .sotr-block-bottom .sotr-block-robot {
    float: left
}

.sotr-block-form .sotr-block-bottom .btn-black {
    float: right;
    padding: 0 10px;
    width: 240px;
    height: 70px;
    line-height: 66px
}

.filter-top {
    position: relative
}

.filter-top:after {
    display: block;
    clear: both;
    content: ''
}

.filter-top .location {
    letter-spacing: 0.5px;
    float: left;
    z-index: 10;
    display: block;
    margin: 11px 0;
    line-height: 30px;
    text-decoration: none;
    font-size: 11px;
    color: #666666;
    text-transform: uppercase
}

.filter-top .location:before {
    display: inline-block;
    vertical-align: middle;
    margin: -1px 8px 0 0;
    width: 19px;
    height: 19px;
    content: '';
    background: url(../img/pin2.svg) no-repeat 0 0;
    background-size: 100%
}

.filter-top .location:hover {
    color: #000
}

.filter-top .filter-search {
    margin-left: 225px;
    max-width: 974px
}

.filter-top .filter-search .filter-search-inp {
    float: left;
    position: relative;
    width: 38%;
    margin-right: 1.89%
}

.filter-top .filter-search .filter-search-inp .t-inp {
    width: 100%;
    height: 50px;
    color: #000;
    letter-spacing: 0.4px;
    padding: 10px 48px 10px 18px;
    line-height: 28px;
    font-size: 12px;
    border: 1px solid #c8c8c8;
    background: transparent
}

.filter-top .filter-search .filter-search-inp .placeholder {
    color: #666666
}

.filter-top .filter-search .filter-search-inp .search-btn {
    height: 50px;
    width: 54px;
    z-index: 10;
    cursor: pointer;
    background: url(../img/search-btn.png) no-repeat center;
    position: absolute;
    top: 0;
    right: 0;
    border: none
}

.filter-top .filter-select {
    float: left;
    width: 32%;
    margin-right: 2.3%
}

.filter-top .filter-select .jq-selectbox__select {
    height: 50px;
    line-height: 48px;
    padding: 0 30px 0 18px;
    font-size: 12px;
    color: #000
}

.filter-top .filter-select .jq-selectbox__select .jq-selectbox__trigger-arrow {
    top: 22px
}

.filter-top .filter-select .opened .jq-selectbox__trigger-arrow {
    top: 17px
}

.filter-top .filter-select .placeholder .jq-selectbox__select {
    color: #666666
}

.filter-top .filter-select .jq-selectbox__dropdown {
    top: 48px
}

.filter-top .filter-select .jq-selectbox__dropdown li {
    padding-left: 18px;
    font-size: 12px
}

.filter-top .btn-black {
    width: 25.5%;
    padding: 0
}

.filter-top .search-res {
    clear: both;
    font-size: 18px;
    color: #000000;
    font-weight: 300;
    padding-top: 41px;
    margin-bottom: -12px;
    letter-spacing: 0.8px
}

.filter-top .search-res a {
    display: inline-block;
    font-size: 12px;
    color: #b11116;
    border-bottom: 1px solid rgba(177, 17, 22, 0.25);
    font-weight: 400;
    margin-left: 5px;
    letter-spacing: 0.4px
}

.filter-top .search-res a:hover {
    border-color: transparent
}

.section-catalog2 {
    padding-top: 0
}

.section-catalog2 h1 {
    text-align: left;
    line-height: 1;
    font-size: 24px;
    float: left;
    color: #000000;
    margin-bottom: 36px;
    letter-spacing: 3.7px;
    font-weight: 400;
    text-transform: uppercase
}

.section-catalog2 .rihgt-links {
    float: right;
    margin-top: -2px
}

.section-catalog2 .rihgt-links a {
    display: block;
    float: right;
    margin-left: 20px;
    line-height: 23px;
    font-size: 13px;
    color: #000000;
    text-decoration: none
}

.section-catalog2 .rihgt-links a span {
    display: none;
    font-size: 13px;
    color: #000000;
    text-decoration: underline
}

.section-catalog2 .rihgt-links a:hover {
    opacity: 0.6
}

.section-catalog2 .rihgt-links a:hover span {
    text-decoration: none
}

.section-catalog2 .rihgt-links .mail img {
    width: 21px;
    height: 17px
}

.section-catalog2 .rihgt-links .print img {
    width: 27px;
    height: 22px
}

.section-catalog2 .filter-top {
    margin-bottom: 47px;
    clear: both
}

.section-catalog2 .tovs {
    clear: both;
    margin-bottom: 15px
}

.section-catalog2 .tovs .tov {
    width: 19%;
    margin-bottom: 28px;
    margin-left: 1.2%;
    margin-top: 20px
}

.section-catalog2 .tovs .tov .tov-img-block {
    margin-bottom: 19px
}

.section-catalog2 .tovs .tov .tov-img-block .tov-img .tov-img-item:after {
    padding-bottom: 140%
}

.section-catalog2 .tovs .tov .tov-lab {
    margin-bottom: 1px
}

.section-catalog2 .tovs .tov .tov-title {
    letter-spacing: 0.8px
}

.section-catalog2 .tovs .tov .price {
    letter-spacing: 1.3px
}

.section-catalog2 .tovs .tov .price .old-price {
    margin: 0 4px;
    letter-spacing: 0.2px
}

.section-catalog2 .tovs .tov .price .price-cur {
    margin: 0 0px
}

.section-catalog2 .tovs .tov .close {
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: -17px;
    right: 0px
}

.section-catalog2 .tovs .tov .close:after {
    display: block;
    width: 1px;
    height: 12px;
    content: '';
    background: #858585;
    position: absolute;
    top: 0;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.section-catalog2 .tovs .tov .close:before {
    display: block;
    width: 1px;
    height: 12px;
    content: '';
    background: #858585;
    position: absolute;
    top: 0%;
    left: 6px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.section-catalog2 .tovs .tov .close:hover:after {
    background: #c6213c
}

.section-catalog2 .tovs .tov .close:hover:before {
    background: #c6213c
}

.section-catalog2 .tovs .tov .size-block {
    padding: 0 10%;
    margin-top: -25px;
    margin-bottom: 20px
}

.section-catalog2 .tovs .tov .size-block a {
    display: inline-block;
    width: 34px;
    overflow: hidden;
    cursor: default;
    vertical-align: top;
    position: relative;
    height: 34px;
    margin-bottom: 6px;
    text-transform: uppercase;
    border: 1px solid #c8c8c8;
    line-height: 32px;
    text-align: center;
    font-size: 11px;
    color: #000000
}

.section-catalog2 .tovs .tov .size-block .hid {
    color: #888888
}

.section-catalog2 .tovs .tov .size-block .hid:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0px;
    background: url(../img/line.png) no-repeat center
}

.section-catalog2 .tovs .tov .size-block .hid:hover {
    background: #fff;
    color: #000
}

.section-catalog2 .tovs .tov .size-block .no-size {
    width: 70px;
    margin: 0 auto;
    display: block
}

.section-catalog2 .tovs .tov .size-block .no-item {
    font-size: 11px;
    color: #7f7f7f;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.5px;
    margin-top: 11px
}

.section-catalog2 .tovs .tov:nth-child(3n+1) {
    margin-left: 1.2%
}

.section-catalog2 .tovs .tov:nth-child(5n+1) {
    margin-left: 0
}

.section-map {
    padding-bottom: 9px
}

.section-map h1 {
    line-height: 1;
    text-align: left;
    font-size: 24px;
    color: #000000;
    margin-bottom: 35px;
    letter-spacing: 3.7px;
    font-weight: 400;
    text-transform: uppercase
}

.section-map .filter-top {
    margin-bottom: 28px
}

.section-map .filter-top .filter-search {
    float: left;
    margin-left: 0;
    max-width: 370px;
    width: 370px;
    margin-right: 55px
}

.section-map .filter-top .filter-search .filter-search-inp {
    width: 100%
}

.section-map .filter-top .location {
    float: left
}

.section-map .map {
    position: relative;
    height: 300px;
    /*min-height:599px;max-height:750px;padding-bottom:55.15%;*/
    min-height: 300px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 50px
}

.section-map .map #map {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.section-map .map #content {
    font-size: 13px;
    color: #000000;
    position: relative;
    padding: 21px 0px 17px 15px
}

.section-map .map #content .firstHeading {
    font-weight: 500;
    letter-spacing: 0.7px;
    text-transform: capitalize;
    clear: both;
    float: none;
    font-size: 15px;
    color: #000000;
    margin-bottom: 13px
}

.section-map .map .gm-style {
    font-family: "GothamPro", arial, sans-serif
}

.section-map .map .gm-style .gm-style-iw {
    position: relative;
    overflow: visible;
    border-radius: 0px;
    border: 1px solid transparent
}

.section-map .map .gm-style .gm-style-iw:after {
    content: '';
    display: block;
    height: 3px;
    background: #ff4338;
    position: absolute;
    top: -10px;
    left: -16px;
    right: -16px
}

.section-map .map .gm-style p {
    margin: 0;
    letter-spacing: 0.5px;
    line-height: 16px
}

.section-map .tabs-block {
    position: relative
}

.section-map .tabs-block:after {
    display: block;
    clear: both;
    content: ''
}

.section-map .tabs-block .tabs {
    text-align: center;
    margin-bottom: 62px
}

.section-map .tabs-block .tabs li {
    list-style: none;
    display: inline-block;
    margin: 0 3px
}

.section-map .tabs-block .tabs li a {
    width: 110px;
    letter-spacing: 0.9px;
    height: 30px;
    display: block;
    border: 1px solid #c3c3c3;
    font-weight: 500;
    font-size: 13px;
    color: #909090;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 28px;
    text-align: center
}

.section-map .tabs-block .tabs li:hover a {
    border-color: #000000;
    color: #000000
}

.section-map .tabs-block .tabs .current a {
    border-color: #000000;
    color: #000000
}

.section-map .tabs-block .panes {
    position: relative
}

.section-map .tabs-block .panes:after {
    display: block;
    display: block;
    clear: both
}

.section-map .tabs-block {
    margin: 0 -40px;
}

.section-map .tabs-block .pane {
    padding: 0 40px;
    position: relative;
    margin-top: 0px;
    z-index: 10
}

.section-map .tabs-block .pane:after {
    display: block;
    display: block;
    clear: both
}

.section-map .tabs-block .pane {
    margin-top: 0px;
    z-index: 1;
    position: relative;
    height: auto;
    overflow: hidden
}

.section-map .tabs-block .pane.hid {
    height: 0
}

.section-map .tabs-block .address-maps {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 70px;
    -moz-column-gap: 70px;
    column-gap: 70px;
    max-width: 1282px;
    margin: 0 auto
}

.section-map .tabs-block .address-maps .address-map {
    margin-bottom: 42px;
    letter-spacing: 0.45px;
    width: 100%;
    padding-left: 0px;
    opacity: 1;
    display: inline-block;
    vertical-align: top;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    font-weight: 400;
    font-size: 13px;
    color: #666666
}

.section-map .tabs-block .address-maps .address-map .address-map-name {
    letter-spacing: 0.8px;
    font-weight: 500;
    margin-bottom: 8px;
    font-size: 15px;
    color: #000000;
    display: block;
    position: relative
}

.section-map .tabs-block .address-maps .address-map .address-map-name a {
    font-weight: 500;
    font-size: 15px;
    color: #000000
}

.section-map .tabs-block .address-maps .address-map p {
    margin-bottom: 1px
}

.section-map .tabs-block .address-maps .address-map p a {
    font-weight: 400;
    font-size: 13px;
    color: #666666;
    text-decoration: none;
    letter-spacing: 0.2px
}

.section-map .tabs-block .address-maps .address-map .map-link {
    font-size: 13px;
    color: #b11116;
    border-bottom: 1px solid rgba(177, 17, 22, 0.25);
    display: none;
    margin-top: 12px;
    font-weight: 400
}

.section-map .tabs-block .address-maps .address-map .map-link:hover {
    border-color: transparent
}

.section-map .tabs-block .address-maps .address-map-active {
    opacity: 1
}

.section-map .tabs-block .address-maps .address-map-active .address-map-name:before {
    content: '';
    width: 12px;
    height: 9px;
    background: url(../img/check.png) no-repeat 0 0;
    position: absolute;
    top: 3px;
    left: -20px
}

.section-map .tabs-block .address-maps .address-map-disabled {
    opacity: 0.6
}

.section-map .tabs-block .more-btn {
    color: #000000;
    font-size: 13px;
    display: none;
    text-transform: uppercase;
    width: 210px;
    margin: 30px auto 4px;
    display: block;
    height: 50px;
    text-align: center;
    padding: 0;
    line-height: 50px;
    background: #f3f3f3;
    border-color: #f3f3f3
}

.section-map .tabs-block .more-btn:hover {
    border-color: #f3f3f3
}

.section-map .view-more {
    display: none
}

.win-store {
    width: 1280px;
    padding: 48px 41px 40px
}

.win-store:after {
    content: '';
    display: block;
    clear: both
}

.win-store .section-map {
    padding: 4px 0 0
}

.win-store .section-map .map {
    float: left;
    padding: 0;
    height: 560px;
    min-height: 560px;
    width: 64.3%;
    margin: 0 1.6% 0 0
}

.win-store .section-map .filter-top {
    overflow: hidden;
    margin-bottom: 15px
}

.win-store .section-map .filter-top .filter-search {
    float: none;
    width: auto;
    margin: 0 0px 0 0;
    max-width: 100%
}

.win-store .section-map .filter-top .filter-search .filter-search-inp {
    margin: 0;
    float: none
}

.win-store .section-map .v-scroll {
    overflow: hidden;
    height: 475px
}

@media screen and (min-width: 1025px) {
    .fancybox-lock #header {
        right: 17px;
        -webkit-transition: right 0s linear;
        transition: right 0s linear
    }

    .news-page-tiles .tiles {
        width: 25% !important
    }

    .news-page-tiles .video-cov {
        width: 50% !important;
        float: right
    }

    .news-page-tiles .slick-track {
        width: 100% !important
    }

    .section-card .card-imgs .slick-list {
        overflow: visible
    }

    .section-card .card-imgs .slick-track {
        width: 100% !important;
        -webkit-transform: translate3d(0px, 0px, 0px) !important;
        transform: translate3d(0px, 0px, 0px) !important
    }

    .section-card .card-imgs .card-img {
        width: 50% !important
    }

    .section-card .card-imgs .card-img-big {
        width: auto !important;
        float: none
    }

    .win-store .section-map .filter-top .filter-search {
        margin: 0 20px
    }

    .win-store .section-map .tabs-block .address-maps {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }

    .win-store .section-map .tabs-block .address-maps .address-map {
        border-top: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc;
        margin: 0 0 0 20px;
        margin-top: -1px;
        padding: 21px 0 20px 0;
        display: block
    }

    .win-store .section-map .tabs-block .address-maps .address-map.address-map-active {
        border-color: #000
    }
}

@media screen and (max-width: 1024px) and (min-width: 500px) {
    .news-page-tiles {
        margin-left: -11px;
        margin-right: -11px;
        margin-bottom: 20px
    }

    .news-page-tiles .tiles {
        width: 50% !important;
        border: 11px solid #fff
    }

    .news-page-tiles .video-cov {
        width: 100% !important;
        float: right
    }

    .news-page-tiles .slick-track {
        width: 100% !important
    }
}

@media screen and (max-width: 1299px) {
    .win-store {
        width: 1000px
    }

    .win-store .section-map .map {
        width: 55%
    }

    .section-catalog2 .filter-top {
        display: block
    }

    .section-catalog2 .filter-search {
        margin-left: 205px
    }

    .section-catalog2 .filter-search .filter-search-inp {
        width: 46.8%
    }

    .section-catalog2 .filter-search .filter-select {
        width: 22%
    }

    .section-catalog2 .filter-search .btn-black {
        width: 27%
    }
}

@media screen and (max-width: 1199px) and (min-width: 1025px) {
    .section-catalog2 .tovs .tov {
        width: 23.5375%;
        margin-left: 1.95%
    }

    .section-catalog2 .tovs .tov:nth-child(4n+1) {
        clear: both;
        margin-left: 0
    }
}

@media screen and (max-width: 1024px) {
    .section-video {
        display: none
    }

    .section-inner {
        margin-top: -2px
    }

    .section-inner h1 {
        font-weight: 400;
        letter-spacing: 3.8px
    }

    .section-inner h1 .m-hide {
        display: none
    }

    .section-inner h1 .m-show {
        display: block
    }

    .section-inner .sidebar {
        float: none;
        width: 100%
    }

    .section-inner .sidebar .sidelist {
        overflow: hidden;
        margin-bottom: 10px
    }

    .section-inner .sidebar .sidelist li {
        display: none;
        position: relative;
        margin: 0
    }

    .section-inner .sidebar .sidelist li.active {
        display: inline-block
    }

    .section-inner .sidebar .sidelist li.active > a {
        display: none
    }

    .section-inner .sidebar .sidelist li ul {
        padding: 0;
        margin: 0 -40px 0 0
    }

    .section-inner .sidebar .sidelist li ul li {
        position: relative;
        display: inline-block;
        margin-right: 40px;
        margin-top: 5px;
        margin-bottom: 15px
    }

    .section-inner .sidebar .sidelist li ul li.active a {
        display: inline-block;
        color: #888888
    }

    .section-inner .sidebar .sidelist li ul li.active a span {
        color: #000
    }

    .section-inner .sidebar .sidelist li ul li:after {
        content: '';
        width: 1px;
        height: 12px;
        display: block;
        position: absolute;
        top: 2px;
        right: -23px;
        background: #c6c6c6
    }

    .section-inner .sidebar .sidelist li ul li a {
        font-size: 14px;
        letter-spacing: 0.6px
    }

    .section-inner .sidebar .sidelist li ul li a span {
        color: #888888;
        margin-right: 3px
    }

    .section-inner .center {
        overflow: visible
    }

    .section-inner .center .faq-block .faq-line .faq-line-top {
        min-height: 50px
    }

    .section-inner .center .faq-block .faq-line .faq-line-top .faq-line-cont {
        padding: 13px 18px 11px 24px;
        letter-spacing: 1.85px
    }

    .section-inner .center .faq-block .faq-line .faq-line-drop {
        padding: 0px 52px 0px 78px
    }

    .section-inner .center .faq-block .faq-line .faq-line-drop .subscription-text {
        margin-bottom: 22px
    }

    .section-inner .center .faq-block .faq-line .faq-line-drop .subscription-form {
        padding: 0;
        margin-bottom: 29px
    }

    .section-inner .center .faq-block .faq-line .faq-line-drop .subscription-form .t-inp {
        width: 60.55%
    }

    .section-inner .center .faq-block .faq-line .faq-line-drop .subscription-form2 .form-col {
        width: 49%
    }

    .section-inner .center .faq-block .faq-line .faq-line-drop .subscription-form2 .btn {
        width: 70%;
        margin-left: 0
    }

    .section-inner .center .faq-block .faq-line .faq-line-drop .btn-black {
        width: 37.45%;
        padding: 0
    }

    .section-inner .center .faq-block .faq-line .faq-line-drop.open {
        padding: 21px 52px 10px 78px
    }

    .section-news h1 {
        margin-bottom: 14px
    }

    .section-news .new {
        margin-bottom: 4.2%;
        min-height: 250px
    }

    .section-news .new:before {
        padding-bottom: 40.844%
    }

    .section-news .new .new-info {
        -webkit-transform: translateY(-42%);
        -ms-transform: translateY(-42%);
        transform: translateY(-42%)
    }

    .section-news .new .new-info .new-title {
        font-size: 25px;
        letter-spacing: 7.6px
    }

    .section-news .new .new-info .date {
        margin-bottom: 12px;
        letter-spacing: 1.5px
    }

    .section-news .new .link-more {
        bottom: 9.5%;
        right: 4.4%
    }

    .section-news .view-more {
        margin: 40px 0 0px
    }

    .section-news .news-page-block {
        margin-top: 26px
    }

    .section-news .news-page-block .news-page-img img {
        margin: 0 -1%;
        width: 102.5%;
        max-width: 9999px
    }

    .section-news .news-page-block .news-page-text {
        padding: 33px 0 7px
    }

    .back-link {
        margin-bottom: 10px
    }

    .back-link.m-show {
        display: inline-block;
        margin-bottom: 6px
    }

    .sidebar.m-hid {
        display: none
    }

    .post {
        margin-top: -3px;
        margin-bottom: 46px
    }

    .sotr-block-form {
        margin-bottom: 46px
    }

    .filter-top {
        display: block
    }

    .filter-top .location {
        float: right;
        width: 37.3%
    }

    .filter-top .filter-search {
        margin-left: 0;
        max-width: none
    }

    .filter-top .filter-search .filter-search-inp {
        width: 59.3%;
        margin-bottom: 20px
    }

    .filter-top .filter-search .filter-select {
        width: 59.3%;
        margin-right: 4%
    }

    .filter-top .filter-search .btn-black {
        width: 34.5%;
        margin-top: 19px
    }

    .section-map .filter-top {
        margin-bottom: 10px
    }

    .section-map .filter-top .filter-search {
        width: 68%;
        max-width: 482px;
        margin-right: 5%
    }

    .section-map .filter-top .filter-search .filter-search-inp {
        width: 100%
    }

    .section-map .filter-top .location {
        clear: none;
        float: left;
        width: auto;
        margin-right: -10px
    }

    .section-map .tabs-block .address-maps {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }

    .section-map .tabs-block .tabs {
        margin-bottom: 46px
    }

    .section-map .tabs-block .pane {
        max-height: 4000px
    }

    .section-map .view-more {
        display: block;
        margin-top: 34px;
        margin-bottom: 47px
    }

    .win-store {
        width: 100%;
        min-width: 768px;
        padding: 47px 33px 10px
    }

    .win-store .section-map .map {
        display: none
    }

    .win-store .section-map .filter-top {
        display: none
    }

    .win-store .section-map .v-scroll {
        height: auto
    }

    .win-store .section-map .tabs-block .address-maps {
        -webkit-column-gap: 37px;
        -moz-column-gap: 37px;
        column-gap: 37px
    }

    .win-store .section-map .tabs-block .address-maps .address-map .map-link {
        display: inline-block
    }

    .section-catalog2 {
        margin-bottom: -8px
    }

    .section-catalog2 .filter-top {
        display: block;
        margin-bottom: 51px
    }

    .section-catalog2 .filter-top .location {
        float: right;
        width: 35.7%;
        margin: 9px 0
    }

    .section-catalog2 .filter-top .filter-search {
        margin-left: 0;
        max-width: none
    }

    .section-catalog2 .filter-top .filter-search .filter-search-inp {
        width: 60.7%;
        margin-bottom: 20px
    }

    .section-catalog2 .filter-top .filter-search .filter-select {
        width: 60.7%;
        margin-right: 0%
    }

    .section-catalog2 .filter-top .filter-search .btn-black {
        float: right;
        width: 35%;
        margin-top: 1px
    }

    .section-catalog2 h1 {
        margin-bottom: 35px
    }

    .section-catalog2 .rihgt-links {
        margin-right: 3px;
        margin-top: 0px
    }

    .section-catalog2 .rihgt-links .mail {
        display: none
    }

    .section-catalog2 .rihgt-links .print span {
        display: inline-block;
        margin-left: 8px
    }

    .section-catalog2 .rihgt-links .print img {
        width: 23px
    }

    .section-catalog2 .tovs {
        margin-bottom: 0px
    }

    .section-catalog2 .tovs .tov {
        margin-bottom: 20px;
        width: 31.4%;
        margin-left: 2.9%
    }

    .section-catalog2 .tovs .tov:nth-child(5n+1) {
        margin-left: 2.9%
    }

    .section-catalog2 .tovs .tov:nth-child(3n+1) {
        margin-left: 0%
    }

    .section-catalog2 .tovs .tov .tov-img-block {
        margin-bottom: 16px
    }

    .section-catalog2 .tovs .tov .tov-img-block .tov-img .tov-img-item:before {
        padding-bottom: 141%
    }

    .section-catalog2 .tovs .tov .close {
        width: 20px;
        height: 20px;
        right: -7px;
        top: -25px
    }

    .section-catalog2 .tovs .tov .close:before {
        height: 20px
    }

    .section-catalog2 .tovs .tov .close:after {
        height: 20px
    }

    .section-catalog2 .tovs .tov .size-block {
        margin: -25px 0 20px
    }
}

@media screen and (max-width: 747px) {
    .section-video {
        display: none
    }

    .section-news .new .new-info .date {
        font-size: 14px
    }

    .section-news .new .new-info .new-title {
        font-size: 22px
    }

    .section-inner h1.mob-sm {
        letter-spacing: 4px;
        font-size: 21px;
        margin: 8px 0 19px
    }

    .section-inner .sidebar .sidelist {
        margin-bottom: 21px
    }

    .section-inner .sidebar .sidelist li {
        width: 100%;
        position: relative
    }

    .section-inner .sidebar .sidelist li ul {
        padding-bottom: 0;
        margin-right: 0;
        margin-bottom: 0;
        border-top: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
        margin-left: 0;
        padding: 5px 0 0px 0
    }

    .section-inner .sidebar .sidelist li ul li {
        position: relative;
        display: none;
        margin-bottom: 12px
    }

    .section-inner .sidebar .sidelist li ul li:after {
        display: none
    }

    .section-inner .sidebar .sidelist li ul li.active {
        display: block
    }

    .section-inner .sidebar .sidelist li ul:after {
        content: '';
        width: 9px;
        height: 9px;
        border-left: 1px solid #c6c6c6;
        border-bottom: 1px solid #c6c6c6;
        display: block;
        position: absolute;
        top: 13px;
        right: 5px;
        background: transparent;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .section-inner .sidebar .sidelist li ul.open:after {
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg)
    }

    .section-inner .sidebar .sidelist li ul.open li {
        display: block
    }

    .section-inner .sidebar .sidelist .lihide {
        display: none
    }

    .win {
        padding: 23px 19px;
        width: 100%;
        height: 100%
    }

    .win .win-title {
        margin: 0 40px 34px
    }

    .win .win-tabs {
        border-top: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
        padding: 5px 0 0px 0;
        margin: 0 0 21px;
        text-align: left;
        position: relative
    }

    .win .win-tabs:after {
        content: '';
        width: 9px;
        height: 9px;
        border-left: 1px solid #c6c6c6;
        border-bottom: 1px solid #c6c6c6;
        display: block;
        position: absolute;
        top: 13px;
        right: 5px;
        background: transparent;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .win .win-tabs li {
        position: relative;
        display: none;
        margin: 7px 0 11px
    }

    .win .win-tabs li.current {
        display: block
    }

    .win .win-tabs li a {
        border: none;
        font-weight: 500;
        line-height: 16px
    }

    .win .win-tabs.open:after {
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg)
    }

    .win .win-tabs.open li {
        display: block
    }

    .win .win-scroll {
        overflow: auto;
        margin: 0 -20px;
        padding: 0 20px
    }

    .win .win-scroll table {
        width: 710px;
        margin-bottom: 10px
    }

    .win table tr td {
        height: 40px
    }

    .fancybox-close {
        top: 27px;
        right: 22px
    }

    .sotr-block-form {
        margin-bottom: 31px
    }

    .sotr-block-form h3 {
        margin-bottom: 18px
    }

    .sotr-block-form .form-row {
        padding-left: 0;
        margin-bottom: 22px
    }

    .sotr-block-form .form-row label {
        position: static;
        display: block;
        text-align: left;
        line-height: 20px;
        margin-bottom: 6px
    }

    .sotr-block-form .sotr-block-bottom {
        padding-left: 0px
    }

    .sotr-block-form .sotr-block-bottom .btn-black {
        width: 37%
    }

    .post {
        margin-bottom: 43px
    }

    .post .post-img {
        margin-bottom: 28px
    }

    .back-link.m-show {
        margin-bottom: 14px
    }

    .win-store {
        min-width: 320px;
        width: 100%
    }
}

@media screen and (max-width: 639px) {
    .section-inner {
        padding-bottom: 23px
    }

    .section-inner .center .faq-block .faq-line .faq-line-drop {
        padding: 0px 50px 0px 28px
    }

    .section-inner .center .faq-block .faq-line .faq-line-drop textarea {
        height: 180px
    }

    .section-inner .center .faq-block .faq-line .faq-line-drop .subscription-text {
        margin-bottom: 21px
    }

    .section-inner .center .faq-block .faq-line .faq-line-drop .subscription-form {
        padding: 0;
        margin-bottom: 25px
    }

    .section-inner .center .faq-block .faq-line .faq-line-drop .subscription-form .t-inp {
        width: 100%;
        margin-bottom: 10px
    }

    .section-inner .center .faq-block .faq-line .faq-line-drop .subscription-form .btn {
        width: 100%;
        margin-left: 0
    }

    .section-inner .center .faq-block .faq-line .faq-line-drop .subscription-form2 .form-col {
        float: none;
        width: 100%
    }

    .section-inner .center .faq-block .faq-line .faq-line-drop .subscription-form2 .form-col + .form-col {
        margin-left: 0
    }

    .section-inner .center .faq-block .faq-line .faq-line-drop .subscription-form2 .btn {
        width: 100%;
        margin-left: 0
    }

    .section-inner .center .faq-block .faq-line .faq-line-drop.open {
        padding: 25px 50px 10px 28px
    }

    .section-inner .center .faq-block .faq-line .faq-line-top .faq-line-number {
        border-right-width: 2px;
        width: 30px;
        padding: 0
    }

    .section-inner .center .faq-block .faq-line .faq-line-top .faq-line-open {
        width: 52px;
        padding: 0;
        border-left-width: 2px
    }

    .section-inner .center .faq-block .faq-line .faq-line-top .faq-line-cont {
        padding: 13px 3px 11px 16px
    }

    .section-news h1 {
        margin-bottom: 24px;
        margin-top: 6px
    }

    .section-news .new {
        margin-bottom: 7.2%
    }

    .section-news .new .new-info {
        -webkit-transform: translateY(-57%);
        -ms-transform: translateY(-57%);
        transform: translateY(-57%)
    }

    .section-news .new .new-info .date {
        font-size: 13px;
        margin-bottom: 16px
    }

    .section-news .new .new-info .new-title {
        font-size: 18px;
        letter-spacing: 2.6px
    }

    .section-news .new .link-more {
        right: 50%;
        margin-right: -60px;
        bottom: 7.5%
    }

    .section-news .view-more {
        margin: 42px 0 6px
    }

    .section-news .view-more .btn {
        width: 210px
    }

    .section-news .news-page-block {
        margin-top: -8px
    }

    .section-news .news-page-block .news-page-img {
        height: 250px
    }

    .section-news .news-page-block .news-page-img img {
        position: absolute;
        top: 0;
        height: 100%;
        width: auto;
        left: 50%;
        margin: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .section-news .news-page-block .news-page-text {
        padding: 21px 0 13px
    }

    .news-page-tiles {
        margin-bottom: 27px
    }

    .back-link {
        margin-bottom: 13px
    }

    .section-catalog2 {
        margin-top: 5px
    }

    .section-catalog2 h1 {
        margin-bottom: 26px
    }

    .section-catalog2 .rihgt-links .print span {
        display: none
    }

    .section-catalog2 .filter-top {
        margin-bottom: 48px
    }

    .section-catalog2 .filter-top .location {
        float: none;
        clear: both;
        width: 100%;
        margin: 9px 0
    }

    .section-catalog2 .filter-top .filter-search .filter-search-inp {
        float: none;
        clear: both;
        width: 100%;
        margin-bottom: 21px
    }

    .section-catalog2 .filter-top .filter-search .filter-select {
        float: none;
        clear: both;
        width: 100%
    }

    .section-catalog2 .filter-top .filter-search .btn-black {
        float: none;
        clear: both;
        width: 100%;
        margin-top: 20px
    }

    .section-catalog2 .tovs .tov {
        margin-left: 6%;
        width: 47%;
        margin-bottom: 22px
    }

    .section-catalog2 .tovs .tov:nth-child(5n+1) {
        margin-left: 6%
    }

    .section-catalog2 .tovs .tov:nth-child(3n+1) {
        margin-left: 6%
    }

    .section-catalog2 .tovs .tov:nth-child(2n+1) {
        margin-left: 0%
    }

    .section-catalog2 .tovs .tov .tov-img-block {
        margin-bottom: 10px
    }

    .section-catalog2 .tovs .tov .tov-img-block .tov-img .tov-img-item img {
        width: auto;
        height: 100%
    }

    .section-catalog2 .tovs .tov .tov-img-block .tov-img .tov-img-item:before {
        padding-bottom: 147%
    }

    .section-catalog2 .tovs .tov .tov-labl {
        margin-bottom: -1px
    }

    .section-catalog2 .tovs .tov .tov-title {
        margin-bottom: 9px
    }

    .section-catalog2 .tovs .tov .price .price-cur {
        margin: 0 0px
    }

    .section-catalog2 .tovs .tov .price .old-price {
        margin: 0 0px
    }

    .section-catalog2 .tovs .tov .size-block {
        margin-top: -3px;
        padding: 0 6%;
        margin-bottom: 28px
    }

    .section-map h1 {
        margin: 5px -5px 36px 0
    }

    .section-map .map {
        display: block;
    }

    .section-map .filter-top {
        margin-bottom: 10px
    }

    .section-map .filter-top .filter-search {
        width: 100%;
        max-width: 100%;
        float: none;
        margin-right: 0%
    }

    .section-map .filter-top .filter-search .filter-search-inp {
        width: 100%
    }

    .section-map .filter-top .location {
        clear: none;
        float: none;
        width: auto;
        margin-right: -10px;
        display: none;
    }

    .section-map .tabs-block .address-maps {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }

    .section-map .tabs-block .address-maps .address-map {
        margin-bottom: 33px
    }

    .section-map .tabs-block .address-maps .address-map .map-link {
        display: inline-block
    }

    .section-map .tabs-block .tabs {
        margin: 29px -12px 37px
    }

    .section-map .tabs-block .tabs li a {
        width: auto;
        padding: 0 16px
    }

    .section-map .tabs-block .pane {
        max-height: 4000px
    }

    .section-map .view-more {
        margin-bottom: 27px
    }

    .section-map .view-more .btn {
        width: 210px
    }

    .view-more {
        margin-top: -10px
    }
}

@media screen and (max-width: 479px) {
    .section-card .card-info-col .card-info .tov-btn .btn.nal___button.to___process:hover {
        line-height: 17px;
        padding: 9px 17px;
    }

    .sotr-block-form {
        margin-bottom: 31px
    }

    .sotr-block-form .sotr-block-bottom {
        padding-left: 0px
    }

    .sotr-block-form .sotr-block-bottom .sotr-block-robot {
        float: none
    }

    .sotr-block-form .sotr-block-bottom .btn-black {
        float: none;
        width: 100%;
        display: block;
        margin: 17px auto 0
    }
}

.pswp__top-bar .pswp__button--share,
.pswp__top-bar .pswp__button--fs,
.pswp__top-bar .pswp__button--zoom {
    display: none;
}

.shops___soonDiscount {
    text-transform: uppercase;
    display: inline-block;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.45px;
    background-color: #b2b2b2;
    color: #fff;
    height: 15px;
    padding-left: 6px;
    padding-right: 4px;
    padding-top: 4px;
    margin-bottom: 8px;
    margin-right: 10px;
}

#volume {
    position: absolute;
    z-index: 10;
    top: 27px;
    right: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(../img/mute.svg) no-repeat;
    background-size: 100%;
}

#volume.unmute {
    background-image: url(../img/unmute.svg);
}

.tov-img-switch li a img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.size-rads .rad.no_size,
.size-rads .rad.no_size .jq-radio,
.size-rads .rad.no_size label span,
.size-rads .rad.no_size .jq-radio .jq-radio__div {
    width: 80px;
}

@media screen and (max-width: 639px) {
    #header {
        padding: 11px 0 0px;
    }

    #header .logo {
        width: 66px;
        margin-bottom: 10px;
    }

    #header .head-right {
        padding-top: 17px;
    }

    #header .head-fav:before {
        width: 23px;
    }

    #header .head-place {
        margin: 0 19px 0 -1px;
    }

    #header .head-place:before {
        width: 18px;
    }

    .mobile-button {
        margin: 3px 2px 0 30px;
        width: 33px;
    }

    .mobile-button span {
        width: 100%;
        margin: 11px auto 0px;
    }

    .mobile-button span:before {
        top: -10px;
    }

    .mobile-button span:after {
        bottom: -10px;
    }

    /*.section-tovs-big .home-tovs .home-tov .tov-prices-left {
		left: 50%;
		margin-left: -24%;
		text-align: center;
	}*/
}

/*add style*/

#header .nav > ul > li .drop ul li a {
    white-space: nowrap;
}