.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.btn {
    display: table;
    position: relative;
    margin: 0;
    padding: 10px 14px;
    border: 1px solid #1d1d1b;
    background-color: transparent;
    color: #1d1d1b;
    text-align: center;
    font-size: 13px;
    line-height: 1;
    text-shadow: none;
    cursor: pointer;
    vertical-align: top;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.btnfocus {
    outline: 0;
}
@media (max-width: 767px) {
    .btn {
        font-size: 12px;
    }
}
@media (max-width: 480px) {
    .btn {
        padding: 10px;
    }
}
.btn:hover {
    background-color: #1d1d1b;
    color: #fff;
}
.btn--white {
    border: 1px solid #fff;
    background-color: #1d1d1b;
    color: #fff;
}
.btn--white:hover {
    background-color: #fff;
    color: #1d1d1b;
}
.btn--large {
    min-width: 176px;
}
@font-face {
    font-family: ProximaNova_Light;
    src: url(../font/ProximaNova-Light.eot);
    src: url(../font/ProximaNova-Light.eot?#iefix) format("embedded-opentype"), url(../font/ProximaNova-Light.woff) format("woff"), url(../font/ProximaNova-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: ProximaNova_Regular;
    src: url(../font/ProximaNova-Regular.eot);
    src: url(../font/ProximaNova-Regular.eot?#iefix) format("embedded-opentype"), url(../font/ProximaNova-Regular.woff) format("woff"), url(../font/ProximaNova-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: ProximaNova_Semibold;
    src: url(../font/ProximaNova-Semibold.eot);
    src: url(../font/ProximaNova-Semibold.eot?#iefix) format("embedded-opentype"), url(../font/ProximaNova-Semibold.woff) format("woff"), url(../font/ProximaNova-Semibold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: ProximaNova_Bold;
    src: url(../font/ProximaNova-Bold.eot);
    src: url(../font/ProximaNova-Bold.eot?#iefix) format("embedded-opentype"), url(../font/ProximaNova-Bold.woff) format("woff"), url(../font/ProximaNova-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: Scotch-Modern-Italic;
    src: url(../font/Scotch-Modern-Italic.eot?#iefix);
    src: url(../font/Scotch-Modern-Italic.eot?#iefix) format("eot"), url(../font/Scotch-Modern-Italic.woff2) format("woff2"), url(../font/Scotch-Modern-Italic.woff) format("woff"), url(../font/Scotch-Modern-Italic.ttf) format("truetype");
}
@font-face {
    font-family: Scotch-Modern-Regular;
    src: url(../font/Scotch-Modern-Regular.eot?#iefix);
    src: url(../font/Scotch-Modern-Regular.eot?#iefix) format("eot"), url(../font/Scotch-Modern-Regular.woff2) format("woff2"), url(../font/Scotch-Modern-Regular.woff) format("woff"),
        url(../font/Scotch-Modern-Regular.ttf) format("truetype");
}
body,
html {
    position: relative;
    margin: 0 auto;
    padding: 0;
    height: 100%;
    width: 100%;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    line-height: 1;
    color: #1d1d1b;
    font-family: ProximaNova_Regular;
}
@media (max-width: 767px) {
    body,
    html {
        font-size: 15px;
    }
}
::selection {
    background: #4da6ff;
    color: #fff;
}
::-moz-selection {
    background: #4da6ff;
    color: #fff;
}
::-moz-focus-inner {
    border: 0;
}
:focus {
    outline: 0 !important;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: font-size 0.3s;
    -moz-transition: font-size 0.3s;
    -ms-transition: font-size 0.3s;
    -o-transition: font-size 0.3s;
    transition: font-size 0.3s;
}
a {
    color: #1d1d1b;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
a,
a:active,
a:hover,
a:link,
a:visited {
    text-decoration: none;
    cursor: pointer;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.img,
img {
    width: 100%;
    border: none;
    vertical-align: top;
}
p {
    -webkit-transition: font-size 0.3s;
    -moz-transition: font-size 0.3s;
    -ms-transition: font-size 0.3s;
    -o-transition: font-size 0.3s;
    transition: font-size 0.3s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 400;
    line-height: 1;
    -webkit-transition: font-size 0.3s;
    -moz-transition: font-size 0.3s;
    -ms-transition: font-size 0.3s;
    -o-transition: font-size 0.3s;
    transition: font-size 0.3s;
}
h1 i,
h2 i,
h3 i,
h4 i,
h5 i,
h6 i {
    font-style: normal;
}
.show {
    display: inline-block !important;
}
.dn {
    display: none;
}
main {
    z-index: 1;
    position: relative;
    margin: 0 auto;
    min-height: 650px;
}
.ie:not(.home) main {
    overflow: hidden;
}
.ie:not(.home) main:after {
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: -25%;
    content: "";
    width: 150%;
    height: 300px;
    background: #fff;
    border-bottom-left-radius: 125%;
    border-bottom-right-radius: 125%;
}
.container {
    display: table;
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
}
.mpadding {
    padding: 0 115px;
    -webkit-transition: padding 0.2s;
    -moz-transition: padding 0.2s;
    -ms-transition: padding 0.2s;
    -o-transition: padding 0.2s;
    transition: padding 0.2s;
}
@media (max-width: 1367px) {
    .mpadding {
        padding: 0 105px;
    }
}
@media (max-width: 991px) {
    .mpadding {
        padding: 0 60px;
    }
}
@media (max-width: 767px) {
    .mpadding {
        padding: 0 15px;
    }
}
.load-more-main {
    z-index: 1;
    position: absolute;
    bottom: 40px;
    left: 0;
    padding: 250px 0 70px;
    width: 100%;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 50%, #fff 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(50%, #fff), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 50%, #fff 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 50%, #fff 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 50%, #fff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 50%, #fff 100%);
    -webkit-border-radius: 25%;
    -moz-border-radius: 25%;
    border-radius: 25%;
}
@media (min-width: 1367px) and (max-width: 1919px) {
    .load-more-main {
        bottom: 30px;
    }
}
@media (min-width: 1199px) and (max-width: 1367px) {
    .load-more-main {
        bottom: 35px;
    }
}
@media (min-width: 991px) and (max-width: 1199px) {
    .load-more-main {
        bottom: 30px;
    }
}
@media (max-width: 767px) {
    .load-more-main {
        padding: 150px 0 35px;
    }
}
.load-more-main .btn {
    display: table;
    margin: 0 auto;
    font-family: ProximaNova_Regular;
}
.soon {
    margin: 40px auto;
    text-align: center;
    font-family: Scotch-Modern-Regular;
    font-size: 22px;
}
@media (max-width: 1199px) {
    .soon {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .soon {
        font-size: 17px;
    }
}
@media (max-width: 1199px) {
    .soon {
        margin: 25px auto;
    }
}
@media (max-width: 767px) {
    .soon {
        margin: 20px auto 30px;
    }
}
.stage {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 615px;
    vertical-align: top;
    -webkit-clip-path: ellipse(70% 70% at 50% 30%);
    -moz-clip-path: ellipse(70% 70% at 50% 30%);
    -ms-clip-path: ellipse(70% 70% at 50% 30%);
    -o-clip-path: ellipse(70% 70% at 50% 30%);
    clip-path: ellipse(70% 70% at 50% 30%);
}
@media (max-width: 1367px) {
    .stage {
        -webkit-clip-path: ellipse(98% 70% at 50% 30%);
        -moz-clip-path: ellipse(98% 70% at 50% 30%);
        -ms-clip-path: ellipse(98% 70% at 50% 30%);
        -o-clip-path: ellipse(98% 70% at 50% 30%);
        clip-path: ellipse(98% 70% at 50% 30%);
    }
}
@media (max-width: 991px) {
    .stage {
        -webkit-clip-path: ellipse(100% 70% at 50% 30%);
        -moz-clip-path: ellipse(100% 70% at 50% 30%);
        -ms-clip-path: ellipse(100% 70% at 50% 30%);
        -o-clip-path: ellipse(100% 70% at 50% 30%);
        clip-path: ellipse(100% 70% at 50% 30%);
    }
}
@media (max-width: 480px) {
    .stage {
        -webkit-clip-path: ellipse(105% 70% at 50% 30%);
        -moz-clip-path: ellipse(105% 70% at 50% 30%);
        -ms-clip-path: ellipse(105% 70% at 50% 30%);
        -o-clip-path: ellipse(105% 70% at 50% 30%);
        clip-path: ellipse(105% 70% at 50% 30%);
    }
}
@media (max-width: 1367px) {
    .stage {
        height: 495px;
    }
}
@media (max-width: 1199px) {
    .stage {
        height: 440px;
    }
}
@media (max-width: 991px) {
    .stage {
        height: 380px;
    }
}
@media (max-width: 480px) {
    .stage {
        height: 490px;
    }
}
.stage:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(29, 29, 27, 0);
    background: -moz-linear-gradient(top, rgba(29, 29, 27, 0) 0, rgba(29, 29, 27, 0) 50%, rgba(29, 29, 27, 0.9) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(29, 29, 27, 0)), color-stop(50%, rgba(29, 29, 27, 0)), color-stop(100%, rgba(29, 29, 27, 0.9)));
    background: -webkit-linear-gradient(top, rgba(29, 29, 27, 0) 0, rgba(29, 29, 27, 0) 50%, rgba(29, 29, 27, 0.9) 100%);
    background: -o-linear-gradient(top, rgba(29, 29, 27, 0) 0, rgba(29, 29, 27, 0) 50%, rgba(29, 29, 27, 0.9) 100%);
    background: -ms-linear-gradient(top, rgba(29, 29, 27, 0) 0, rgba(29, 29, 27, 0) 50%, rgba(29, 29, 27, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(29, 29, 27, 0) 0, rgba(29, 29, 27, 0) 50%, rgba(29, 29, 27, 0.9) 100%);
}
@media (max-width: 767px) {
    .stage:after {
        background: rgba(29, 29, 27, 0);
        background: -moz-linear-gradient(top, rgba(29, 29, 27, 0) 0, rgba(29, 29, 27, 0) 40%, rgba(29, 29, 27, 0.9) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(29, 29, 27, 0)), color-stop(40%, rgba(29, 29, 27, 0)), color-stop(100%, rgba(29, 29, 27, 0.9)));
        background: -webkit-linear-gradient(top, rgba(29, 29, 27, 0) 0, rgba(29, 29, 27, 0) 40%, rgba(29, 29, 27, 0.9) 100%);
        background: -o-linear-gradient(top, rgba(29, 29, 27, 0) 0, rgba(29, 29, 27, 0) 40%, rgba(29, 29, 27, 0.9) 100%);
        background: -ms-linear-gradient(top, rgba(29, 29, 27, 0) 0, rgba(29, 29, 27, 0) 40%, rgba(29, 29, 27, 0.9) 100%);
        background: linear-gradient(to bottom, rgba(29, 29, 27, 0) 0, rgba(29, 29, 27, 0) 40%, rgba(29, 29, 27, 0.9) 100%);
    }
}
.stage > picture {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.stage > picture:before {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}
.stage > picture img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vmax;
    pointer-events: none;
}
@media (max-width: 767px) {
    .stage > picture img {
        display: none;
    }
}
.stage > picture > div {
    z-index: 2;
    display: table;
    position: relative;
    top: 100%;
    margin: 0 auto;
    padding-bottom: 40px;
    text-align: center;
    color: #fff;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
@media (max-width: 767px) {
    .stage > picture > div {
        padding-bottom: 55px;
    }
}
.stage > picture > div i {
    font-family: Scotch-Modern-Regular;
    font-size: 22px;
    display: block;
    padding-bottom: 30px;
    text-align: center;
}
@media (max-width: 1199px) {
    .stage > picture > div i {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .stage > picture > div i {
        font-size: 17px;
    }
}
@media (max-width: 767px) {
    .stage > picture > div i {
        padding-bottom: 15px;
        text-align: center;
    }
}
.stage > picture > div h1 {
    font-family: Scotch-Modern-Regular;
    font-size: 60px;
}
@media (max-width: 1199px) {
    .stage > picture > div h1 {
        font-size: 48px;
    }
}
@media (max-width: 767px) {
    .stage > picture > div h1 {
        font-size: 32px;
    }
}
.stage--small {
    height: 380px;
}
@media (max-width: 1919px) {
    .stage--small {
        height: 300px;
    }
}
@media (max-width: 1367px) {
    .stage--small {
        height: 230px;
    }
}
@media (max-width: 1199px) {
    .stage--small {
        height: 200px;
    }
}
@media (max-width: 991px) {
    .stage--small {
        height: 180px;
    }
}
@media (max-width: 480px) {
    .stage--small {
        height: 125px;
    }
}
.stage--small:after {
    background: rgba(29, 29, 27, 0);
    background: -moz-linear-gradient(top, rgba(29, 29, 27, 0) 0, rgba(29, 29, 27, 0) 30%, rgba(29, 29, 27, 0.9) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(29, 29, 27, 0)), color-stop(30%, rgba(29, 29, 27, 0)), color-stop(100%, rgba(29, 29, 27, 0.9)));
    background: -webkit-linear-gradient(top, rgba(29, 29, 27, 0) 0, rgba(29, 29, 27, 0) 30%, rgba(29, 29, 27, 0.9) 100%);
    background: -o-linear-gradient(top, rgba(29, 29, 27, 0) 0, rgba(29, 29, 27, 0) 30%, rgba(29, 29, 27, 0.9) 100%);
    background: -ms-linear-gradient(top, rgba(29, 29, 27, 0) 0, rgba(29, 29, 27, 0) 30%, rgba(29, 29, 27, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(29, 29, 27, 0) 0, rgba(29, 29, 27, 0) 30%, rgba(29, 29, 27, 0.9) 100%);
}
@media (max-width: 767px) {
    .stage--small:after {
        background: rgba(29, 29, 27, 0);
        background: -moz-linear-gradient(top, rgba(29, 29, 27, 0) 0, rgba(29, 29, 27, 0) 40%, rgba(29, 29, 27, 0.9) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(29, 29, 27, 0)), color-stop(40%, rgba(29, 29, 27, 0)), color-stop(100%, rgba(29, 29, 27, 0.9)));
        background: -webkit-linear-gradient(top, rgba(29, 29, 27, 0) 0, rgba(29, 29, 27, 0) 40%, rgba(29, 29, 27, 0.9) 100%);
        background: -o-linear-gradient(top, rgba(29, 29, 27, 0) 0, rgba(29, 29, 27, 0) 40%, rgba(29, 29, 27, 0.9) 100%);
        background: -ms-linear-gradient(top, rgba(29, 29, 27, 0) 0, rgba(29, 29, 27, 0) 40%, rgba(29, 29, 27, 0.9) 100%);
        background: linear-gradient(to bottom, rgba(29, 29, 27, 0) 0, rgba(29, 29, 27, 0) 40%, rgba(29, 29, 27, 0.9) 100%);
    }
}
.stage--small > picture > div {
    top: 50%;
    padding-bottom: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.stage--trend-single > picture > div {
    padding-bottom: 90px;
    width: 1020px;
    text-align: center;
}
@media (max-width: 1199px) {
    .stage--trend-single > picture > div {
        padding-bottom: 70px;
        width: 860px;
    }
}
@media (max-width: 991px) {
    .stage--trend-single > picture > div {
        width: 780px;
    }
}
@media (max-width: 767px) {
    .stage--trend-single > picture > div {
        padding: 0 15px 55px;
        width: auto;
        text-align: center;
    }
}
.stage--single-vision {
    padding-top: 40px;
    padding-bottom: 40px;
    height: 601px;
    -webkit-clip-path: none;
    -moz-clip-path: none;
    -ms-clip-path: none;
    -o-clip-path: none;
    clip-path: none;
}
@media (max-width: 1199px) {
    .stage--single-vision {
        height: 550px;
    }
}
@media (max-width: 767px) {
    .stage--single-vision {
        padding: 0;
        height: 585px;
    }
}
.stage--single-vision:after {
    display: none;
}
.stage--single-vision > picture:before {
    display: none;
}
.stage--single-vision > picture img {
    visibility: hidden;
    opacity: 0;
}
.ie .stage {
    overflow: hidden;
}
.ie .stage:after {
    display: none;
}
.ie .stage > picture {
    left: -25%;
    width: 150%;
    border-bottom-left-radius: 125%;
    border-bottom-right-radius: 125%;
}
.ie .stage > picture:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(29, 29, 27, 0);
    background: -moz-linear-gradient(top, rgba(29, 29, 27, 0) 0, rgba(29, 29, 27, 0) 50%, rgba(29, 29, 27, 0.9) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(29, 29, 27, 0)), color-stop(50%, rgba(29, 29, 27, 0)), color-stop(100%, rgba(29, 29, 27, 0.9)));
    background: -webkit-linear-gradient(top, rgba(29, 29, 27, 0) 0, rgba(29, 29, 27, 0) 50%, rgba(29, 29, 27, 0.9) 100%);
    background: -o-linear-gradient(top, rgba(29, 29, 27, 0) 0, rgba(29, 29, 27, 0) 50%, rgba(29, 29, 27, 0.9) 100%);
    background: -ms-linear-gradient(top, rgba(29, 29, 27, 0) 0, rgba(29, 29, 27, 0) 50%, rgba(29, 29, 27, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(29, 29, 27, 0) 0, rgba(29, 29, 27, 0) 50%, rgba(29, 29, 27, 0.9) 100%);
}
@media (max-width: 767px) {
    .ie .stage > picture:before {
        background: rgba(29, 29, 27, 0);
        background: -moz-linear-gradient(top, rgba(29, 29, 27, 0) 0, rgba(29, 29, 27, 0) 40%, rgba(29, 29, 27, 0.9) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(29, 29, 27, 0)), color-stop(40%, rgba(29, 29, 27, 0)), color-stop(100%, rgba(29, 29, 27, 0.9)));
        background: -webkit-linear-gradient(top, rgba(29, 29, 27, 0) 0, rgba(29, 29, 27, 0) 40%, rgba(29, 29, 27, 0.9) 100%);
        background: -o-linear-gradient(top, rgba(29, 29, 27, 0) 0, rgba(29, 29, 27, 0) 40%, rgba(29, 29, 27, 0.9) 100%);
        background: -ms-linear-gradient(top, rgba(29, 29, 27, 0) 0, rgba(29, 29, 27, 0) 40%, rgba(29, 29, 27, 0.9) 100%);
        background: linear-gradient(to bottom, rgba(29, 29, 27, 0) 0, rgba(29, 29, 27, 0) 40%, rgba(29, 29, 27, 0.9) 100%);
    }
}
.ie .stage > picture img {
    left: calc(25vw - 17px);
}
.ie .stage--small > picture:before {
    background: rgba(29, 29, 27, 0);
    background: -moz-linear-gradient(top, rgba(29, 29, 27, 0) 0, rgba(29, 29, 27, 0) 30%, rgba(29, 29, 27, 0.9) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(29, 29, 27, 0)), color-stop(30%, rgba(29, 29, 27, 0)), color-stop(100%, rgba(29, 29, 27, 0.9)));
    background: -webkit-linear-gradient(top, rgba(29, 29, 27, 0) 0, rgba(29, 29, 27, 0) 30%, rgba(29, 29, 27, 0.9) 100%);
    background: -o-linear-gradient(top, rgba(29, 29, 27, 0) 0, rgba(29, 29, 27, 0) 30%, rgba(29, 29, 27, 0.9) 100%);
    background: -ms-linear-gradient(top, rgba(29, 29, 27, 0) 0, rgba(29, 29, 27, 0) 30%, rgba(29, 29, 27, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(29, 29, 27, 0) 0, rgba(29, 29, 27, 0) 30%, rgba(29, 29, 27, 0.9) 100%);
}
@media (max-width: 767px) {
    .ie .stage--small > picture:before {
        background: rgba(29, 29, 27, 0);
        background: -moz-linear-gradient(top, rgba(29, 29, 27, 0) 0, rgba(29, 29, 27, 0) 40%, rgba(29, 29, 27, 0.9) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(29, 29, 27, 0)), color-stop(40%, rgba(29, 29, 27, 0)), color-stop(100%, rgba(29, 29, 27, 0.9)));
        background: -webkit-linear-gradient(top, rgba(29, 29, 27, 0) 0, rgba(29, 29, 27, 0) 40%, rgba(29, 29, 27, 0.9) 100%);
        background: -o-linear-gradient(top, rgba(29, 29, 27, 0) 0, rgba(29, 29, 27, 0) 40%, rgba(29, 29, 27, 0.9) 100%);
        background: -ms-linear-gradient(top, rgba(29, 29, 27, 0) 0, rgba(29, 29, 27, 0) 40%, rgba(29, 29, 27, 0.9) 100%);
        background: linear-gradient(to bottom, rgba(29, 29, 27, 0) 0, rgba(29, 29, 27, 0) 40%, rgba(29, 29, 27, 0.9) 100%);
    }
}
.cc-grower {
    z-index: 999;
    position: fixed;
    bottom: 0;
}
.cc-grower .cc-btn {
    display: table;
    position: relative;
    margin: 0;
    padding: 10px 14px;
    border: 1px solid #1d1d1b;
    background-color: transparent;
    color: #1d1d1b;
    text-align: center;
    font-size: 13px;
    line-height: 1;
    text-shadow: none;
    cursor: pointer;
    vertical-align: top;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #fff;
    background-color: #1d1d1b;
    color: #fff;
}
.cc-grower .cc-btnfocus {
    outline: 0;
}
@media (max-width: 767px) {
    .cc-grower .cc-btn {
        font-size: 12px;
    }
}
@media (max-width: 480px) {
    .cc-grower .cc-btn {
        padding: 10px;
    }
}
.cc-grower .cc-btn:hover {
    background-color: #1d1d1b;
    color: #fff;
}
.cc-grower .cc-btn:hover {
    background-color: #fff;
    color: #1d1d1b;
}
.stt {
    display: none !important;
    z-index: 5;
    position: fixed;
    bottom: 25px;
    right: 0;
    width: 40px;
    height: 40px;
    display: none;
    cursor: pointer;
    background: rgba(29, 29, 27, 0.5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
@media (max-width: 1367px) {
    .stt {
        bottom: 40px;
        width: 24px;
        height: 24px;
    }
}
.stt:after {
    position: absolute;
    top: 17px;
    right: 13px;
    content: "";
    width: 10px;
    height: 10px;
    cursor: pointer;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
@media (max-width: 1367px) {
    .stt:after {
        top: 10px;
        right: 7px;
        width: 6px;
        height: 6px;
    }
}
header {
    z-index: 150;
    position: relative;
    width: 100%;
}
@media (max-width: 767px) {
    header {
        position: fixed;
        top: 0;
        left: 0;
    }
}
@media (max-width: 767px) {
    header.active {
        background: rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
        -o-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
    }
}
@media (max-width: 767px) and (max-width: 767px) {
    header.active {
        -webkit-clip-path: ellipse(111% calc(70% + 3px) at 50% 30%);
        -moz-clip-path: ellipse(111% calc(70% + 3px) at 50% 30%);
        -ms-clip-path: ellipse(111% calc(70% + 3px) at 50% 30%);
        -o-clip-path: ellipse(111% calc(70% + 3px) at 50% 30%);
        clip-path: ellipse(111% calc(70% + 3px) at 50% 30%);
    }
}
@media (max-width: 767px) and (max-width: 480px) {
    header.active {
        -webkit-clip-path: ellipse(167% calc(70% + 3px) at 50% 30%);
        -moz-clip-path: ellipse(167% calc(70% + 3px) at 50% 30%);
        -ms-clip-path: ellipse(167% calc(70% + 3px) at 50% 30%);
        -o-clip-path: ellipse(167% calc(70% + 3px) at 50% 30%);
        clip-path: ellipse(167% calc(70% + 3px) at 50% 30%);
    }
}
.header {
    display: table;
    position: relative;
    margin: 0 auto;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) and (max-width: 767px) {
    .header.active {
        -webkit-clip-path: ellipse(111% 70% at 50% 30%);
        -moz-clip-path: ellipse(111% 70% at 50% 30%);
        -ms-clip-path: ellipse(111% 70% at 50% 30%);
        -o-clip-path: ellipse(111% 70% at 50% 30%);
        clip-path: ellipse(111% 70% at 50% 30%);
    }
}
@media (max-width: 767px) and (max-width: 480px) {
    .header.active {
        -webkit-clip-path: ellipse(167% 70% at 50% 30%);
        -moz-clip-path: ellipse(167% 70% at 50% 30%);
        -ms-clip-path: ellipse(167% 70% at 50% 30%);
        -o-clip-path: ellipse(167% 70% at 50% 30%);
        clip-path: ellipse(167% 70% at 50% 30%);
    }
}
.header__logo {
    display: table;
    margin: 30px auto 15px;
    width: 173px;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}
@media (max-width: 767px) {
    .header__logo {
        margin: 20px auto;
        width: 150px;
    }
}
.header__search {
    position: absolute;
    bottom: 20px;
    left: 100px;
    display: none;
}
@media (max-width: 1199px) {
    .header__search {
        left: 50px;
    }
}
@media (max-width: 991px) {
    .header__search {
        left: 25px;
    }
}
@media (max-width: 767px) {
    .header__search {
        z-index: 2;
        top: 0;
        bottom: auto;
        left: 150%;
        padding: 25px 15px 30px;
        width: 100%;
        background-color: #fff;
        -webkit-clip-path: ellipse(98% 70% at 50% 30%);
        -moz-clip-path: ellipse(98% 70% at 50% 30%);
        -ms-clip-path: ellipse(98% 70% at 50% 30%);
        -o-clip-path: ellipse(98% 70% at 50% 30%);
        clip-path: ellipse(98% 70% at 50% 30%);
        -webkit-box-shadow: inset 0 -3px 3px rgba(29, 29, 27, 0.2);
        -moz-box-shadow: inset 0 -3px 3px rgba(29, 29, 27, 0.2);
        -ms-box-shadow: inset 0 -3px 3px rgba(29, 29, 27, 0.2);
        -o-box-shadow: inset 0 -3px 3px rgba(29, 29, 27, 0.2);
        box-shadow: inset 0 -3px 3px rgba(29, 29, 27, 0.2);
    }
}
@media (max-width: 767px) and (max-width: 1367px) {
    .header__search {
        -webkit-clip-path: ellipse(92% 70% at 50% 30%);
        -moz-clip-path: ellipse(92% 70% at 50% 30%);
        -ms-clip-path: ellipse(92% 70% at 50% 30%);
        -o-clip-path: ellipse(92% 70% at 50% 30%);
        clip-path: ellipse(92% 70% at 50% 30%);
    }
}
@media (max-width: 767px) and (max-width: 991px) {
    .header__search {
        -webkit-clip-path: ellipse(105% 70% at 50% 30%);
        -moz-clip-path: ellipse(105% 70% at 50% 30%);
        -ms-clip-path: ellipse(105% 70% at 50% 30%);
        -o-clip-path: ellipse(105% 70% at 50% 30%);
        clip-path: ellipse(105% 70% at 50% 30%);
    }
}
@media (max-width: 767px) and (max-width: 480px) {
    .header__search {
        -webkit-clip-path: ellipse(160% 70% at 50% 30%);
        -moz-clip-path: ellipse(160% 70% at 50% 30%);
        -ms-clip-path: ellipse(160% 70% at 50% 30%);
        -o-clip-path: ellipse(160% 70% at 50% 30%);
        clip-path: ellipse(160% 70% at 50% 30%);
    }
}
.header__search input[type="search"].focus,
.header__search:focus input[type="search"],
.header__search:hover input[type="search"] {
    border-bottom: 1px solid #1d1d1b;
}
.header__search > header {
    display: none;
    position: static;
    top: auto;
    left: auto;
    margin-bottom: 40px;
    width: 100%;
}
@media (max-width: 767px) {
    .header__search > header {
        display: inline-block;
    }
}
.header__search > header a {
    float: left;
    display: block;
    width: 100px;
}
.header__search > header .close {
    float: right;
    margin-top: 5px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #1d1d1b;
    cursor: pointer;
    font-family: ProximaNova_Semibold;
}
.header__search input[type="submit"] {
    display: inline-block;
    position: relative;
    top: 4px;
    padding: 0;
    width: 16px;
    height: 16px;
    background: url(../_img/icon-search.png) no-repeat left center;
    background-size: cover;
    border: none;
    color: transparent;
    vertical-align: top;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
@media (max-width: 767px) {
    .header__search input[type="submit"] {
        float: right;
        top: 0;
        width: 24px;
        height: 24px;
    }
}
.header__search input[type="search"] {
    display: inline-block;
    padding: 0;
    width: 150px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid transparent;
    color: #1d1d1b;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: border-bottom-color 0.3s linear;
    -moz-transition: border-bottom-color 0.3s linear;
    -ms-transition: border-bottom-color 0.3s linear;
    -o-transition: border-bottom-color 0.3s linear;
    transition: border-bottom-color 0.3s linear;
}
@media (max-width: 1367px) {
    .header__search input[type="search"] {
        width: 125px;
    }
}
@media (max-width: 1199px) {
    .header__search input[type="search"] {
        width: 100px;
    }
}
@media (max-width: 991px) {
    .header__search input[type="search"] {
        width: 50px;
    }
}
@media (max-width: 767px) {
    .header__search input[type="search"] {
        width: calc(100% - (24px + 15px));
        border-bottom: 1px solid #1d1d1b;
        font-size: 16px;
        line-height: 1.3;
    }
}
.header__search-mobile {
    display: none;
}
@media (max-width: 767px) {
    .header__search-mobile {
        display: block;
        position: absolute;
        top: 45px;
        right: 15px;
        width: 18px;
        height: 18px;
        background: url(../_img/icon-search.png) no-repeat left center;
        background-size: cover;
        border: none;
        cursor: pointer;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        display: none;
    }
}
.header nav {
    display: table;
    margin: 0 auto;
    padding: 15px 100px;
    width: 100%;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    -ms-transition: padding 0.3s;
    -o-transition: padding 0.3s;
    transition: padding 0.3s;
}
@media (max-width: 1199px) {
    .header nav {
        padding: 15px 50px;
    }
}
@media (max-width: 991px) {
    .header nav {
        padding: 15px 25px;
    }
}
@media (max-width: 767px) {
    .header nav {
        display: none;
        padding: 25px 15px 70px;
    }
}
@media (max-width: 480px) {
    .header nav {
        padding-bottom: 40px;
    }
}
@media (max-width: 767px) {
    .header nav.active {
        display: table;
    }
}
.header nav > ul {
    display: table;
    position: absolute;
    top: 10px;
    right: 100px;
    margin: 0 auto;
    padding: 0;
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    -ms-transition: right 0.3s;
    -o-transition: right 0.3s;
    transition: right 0.3s;
}
@media (max-width: 1199px) {
    .header nav > ul {
        right: 50px;
    }
}
@media (max-width: 991px) {
    .header nav > ul {
        right: 25px;
    }
}
@media (max-width: 767px) {
    .header nav > ul {
        position: static;
        top: auto;
        right: auto;
    }
}
.header nav > ul li {
    display: inline-block;
    margin-left: 7px;
    list-style-type: none;
}
@media (max-width: 767px) {
    .header nav > ul li {
        margin-left: 12px;
    }
}
.header nav > ul li:first-of-type {
    margin-left: 0;
}
.header nav > ul li a {
    display: block;
    width: 24px;
    height: 24px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
@media (max-width: 767px) {
    .header nav > ul li a {
        width: 36px;
        height: 36px;
    }
}
.header nav > ul li a:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.header nav > ul li a img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.header nav > ol {
    display: table;
    margin: 0 auto;
    padding: 0;
}
@media (max-width: 767px) {
    .header nav > ol {
        margin: 10px auto 40px;
    }
}
.header nav > ol li {
    display: inline-block;
    margin-left: 20px;
    text-align: left;
}
@media (max-width: 991px) {
    .header nav > ol li {
        margin-left: 15px;
    }
}
@media (max-width: 767px) {
    .header nav > ol li {
        display: block;
        margin: 27px 0 0;
        text-align: center;
    }
}
.header nav > ol li:first-of-type {
    margin-left: 0;
}
.header nav > ol li a {
    position: relative;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    color: #1d1d1b;
    -webkit-transition: font-size 0.3s;
    -moz-transition: font-size 0.3s;
    -ms-transition: font-size 0.3s;
    -o-transition: font-size 0.3s;
    transition: font-size 0.3s;
}
.header nav > ol li a:after {
    display: block;
    margin: 1px auto 0;
    content: "";
    width: 0;
    height: 1px;
    background-color: #fff;
    -webkit-transition: width 0.25s;
    -moz-transition: width 0.25s;
    -ms-transition: width 0.25s;
    -o-transition: width 0.25s;
    transition: width 0.25s;
}
.header nav > ol li a:hover:after {
    width: 100%;
}
@media (max-width: 767px) {
    .header nav > ol li a {
        font-size: 21px;
    }
}
.header nav > ol li a:after {
    background-color: #1d1d1b;
}
@media (max-width: 767px) {
    .header nav > ol li a:after {
        display: none;
    }
}
.header__options {
    font-size: 13px;
    text-transform: uppercase;
}
.header__options > a {
    position: absolute;
    top: 10px;
    left: 100px;
    padding: 5px 0 5px 25px;
    background: url(../_img/icon-cart.svg) no-repeat left center;
    background-size: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
@media (max-width: 1199px) {
    .header__options > a {
        left: 50px;
    }
}
@media (max-width: 991px) {
    .header__options > a {
        left: 25px;
    }
}
@media (max-width: 767px) {
    .header__options > a {
        float: left;
        position: static;
        left: auto;
    }
}
.header__options > a:hover {
    background-position: 2px center;
}
.header__options ul {
    position: absolute;
    bottom: 10px;
    right: 100px;
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    -ms-transition: right 0.3s;
    -o-transition: right 0.3s;
    transition: right 0.3s;
}
@media (max-width: 1199px) {
    .header__options ul {
        right: 50px;
    }
}
@media (max-width: 991px) {
    .header__options ul {
        right: 25px;
    }
}
@media (max-width: 767px) {
    .header__options ul {
        float: right;
        position: static;
        right: auto;
    }
}
.header__options ul li {
    display: inline-block;
    margin-left: 10px;
    text-align: left;
}
.header__options ul li:first-of-type {
    margin-left: 0;
}
.header__options ul li a {
    position: relative;
    font-size: 13px;
}
.header__options ul li a.active:after,
.header__options ul li a[active=""]:after {
    display: block;
    margin: 2px auto 0;
    width: 6px;
    height: 6px;
    content: "";
    background-color: #1d1d1b;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.burger {
    display: none;
    position: absolute;
    top: 45px;
    left: 15px;
    padding: 0;
    background-color: transparent;
    border: 1px solid transparent;
    cursor: pointer;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
    .burger {
        display: block;
    }
}
.burger__line {
    display: block;
    width: 16px;
    height: 3px;
    background-color: #1a1818;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.burger__line + .burger__line {
    margin-top: 3px;
}
.burger__line:nth-child(3) {
    margin-top: -3px;
}
.burger.active .burger__line:nth-child(1),
.burger.active .burger__line:nth-child(4) {
    opacity: 0;
}
.burger.active .burger__line:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.burger.active .burger__line:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
footer {
    position: relative;
    margin-top: 5px;
    padding: 40px 0;
    background: url(../_img/bgr-footer-lines.png) no-repeat center 20px #da0d15;
    background-size: 1920px;
    color: #fff;
    -webkit-transition: padding 0.2s;
    -moz-transition: padding 0.2s;
    -ms-transition: padding 0.2s;
    -o-transition: padding 0.2s;
    transition: padding 0.2s;
}
@media (min-width: 1921px) {
    footer {
        background-position: center -30px;
    }
}
@media (max-width: 1367px) {
    footer {
        margin-top: 0;
        background-position: 5vw top;
    }
}
@media (max-width: 991px) {
    footer {
        background-image: none;
    }
}
footer:before {
    display: inline-block;
    position: absolute;
    bottom: 100%;
    left: 0;
    content: "";
    width: 100%;
    height: 300px;
    background: #fff;
    -webkit-clip-path: ellipse(70% 70% at 50% 30%);
    -moz-clip-path: ellipse(70% 70% at 50% 30%);
    -ms-clip-path: ellipse(70% 70% at 50% 30%);
    -o-clip-path: ellipse(70% 70% at 50% 30%);
    clip-path: ellipse(70% 70% at 50% 30%);
}
@media (max-width: 1367px) {
    footer:before {
        -webkit-clip-path: ellipse(71% 70% at 50% 30%);
        -moz-clip-path: ellipse(71% 70% at 50% 30%);
        -ms-clip-path: ellipse(71% 70% at 50% 30%);
        -o-clip-path: ellipse(71% 70% at 50% 30%);
        clip-path: ellipse(71% 70% at 50% 30%);
    }
}
@media (max-width: 991px) {
    footer:before {
        -webkit-clip-path: ellipse(90% 70% at 50% 30%);
        -moz-clip-path: ellipse(90% 70% at 50% 30%);
        -ms-clip-path: ellipse(90% 70% at 50% 30%);
        -o-clip-path: ellipse(90% 70% at 50% 30%);
        clip-path: ellipse(90% 70% at 50% 30%);
    }
}
@media (max-width: 480px) {
    footer:before {
        -webkit-clip-path: ellipse(135% 70% at 50% 30%);
        -moz-clip-path: ellipse(135% 70% at 50% 30%);
        -ms-clip-path: ellipse(135% 70% at 50% 30%);
        -o-clip-path: ellipse(135% 70% at 50% 30%);
        clip-path: ellipse(135% 70% at 50% 30%);
    }
}
footer:after {
    z-index: -1;
    position: absolute;
    bottom: 100%;
    left: 0;
    content: "";
    width: 100%;
    height: 50%;
    background-color: #da0d15;
}
@media (max-width: 1199px) {
    footer:after {
        height: 40%;
    }
}
@media (max-width: 991px) {
    footer:after {
        height: 25%;
    }
}
.ie:not(.home) footer:before {
    display: none;
}
.home footer:before {
    display: none;
}
.footer {
    padding: 0;
}
.footer > ol {
    display: table;
    margin: 85px auto 10px;
    padding: 0;
}
@media (max-width: 1367px) {
    .footer > ol {
        margin: 35px auto 10px;
    }
}
@media (max-width: 480px) {
    .footer > ol {
        margin: 25px auto 10px;
    }
}
.footer > ol li {
    display: inline-block;
    margin-left: 20px;
    list-style-type: none;
}
.footer > ol li:first-of-type {
    margin-left: 0;
}
.footer > ol li a {
    display: block;
    width: 48px;
    height: 48px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.footer > ol li a[title="fashion"],
.footer > ol li a[title="vbox7"] {
    border: 2px solid #fff;
}
.footer > ol li a:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.footer > ol li a img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.footer > ul {
    display: table;
    position: relative;
    margin: 45px auto 55px;
}
@media (max-width: 991px) {
    .footer > ul {
        margin: 40px auto 35px;
    }
}
.footer > ul > li {
    float: left;
    margin-left: 90px;
    width: calc(33.3% - (2 * 90px / 3));
    min-width: 300px;
    text-align: center;
}
@media (max-width: 1367px) {
    .footer > ul > li {
        margin-left: 70px;
        width: calc(33.3% - (2 * 70px / 3));
    }
}
@media (max-width: 1199px) {
    .footer > ul > li {
        margin-left: 40px;
        width: calc(33.3% - (2 * 40px / 3));
    }
}
@media (max-width: 991px) {
    .footer > ul > li {
        float: none;
        margin: 40px 0 0 0;
        width: 100%;
    }
}
.footer > ul > li:first-of-type {
    margin: 0;
}
.footer > ul > li h6 {
    font-size: 24px;
    font-weight: 400;
    color: #1d1d1b;
}
.footer > ul > li ul {
    display: table;
    position: relative;
    margin: 30px auto 0;
    font-size: 13px;
}
.footer > ul > li ul li {
    display: block;
}
.footer > ul > li ul li:nth-of-type(2) {
    margin-top: 15px;
}
.footer > ul > li ul li:nth-of-type(3) {
    margin-top: 35px;
}
@media (max-width: 991px) {
    .footer > ul > li ul li:nth-of-type(3) {
        margin-top: 30px;
    }
}
.footer > ul > li ul li b {
    display: block;
    padding-top: 5px;
    font-size: 16px;
}
.footer > ul > li ul li a {
    display: block;
}
.footer > ul > li ul li a img {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.footer > ul > li ul li a img:hover {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}
.footer > ul > li ul li a:not(.map) {
    position: relative;
    color: #fff;
}
.footer > ul > li ul li a:not(.map):after {
    display: block;
    margin: 1px auto 0;
    content: "";
    width: 0;
    height: 1px;
    background-color: #fff;
    -webkit-transition: width 0.25s;
    -moz-transition: width 0.25s;
    -ms-transition: width 0.25s;
    -o-transition: width 0.25s;
    transition: width 0.25s;
}
.footer > ul > li ul li a:not(.map):hover:after {
    width: 100%;
}
.footer > ul > li ul li ol {
    display: block;
    margin: 0;
    padding: 0;
}
.footer > ul > li ul li ol li {
    display: inline-block;
    margin-left: 35px;
    line-height: 1.3;
}
.footer > ul > li ul li ol li:first-of-type {
    margin-left: 0;
}
.footer > ul > li ul li ol li:nth-of-type(2) {
    margin-top: 0;
}
.footer > ul > li ul li ol li:nth-of-type(3) {
    margin-top: 0;
}
.footer nav {
    display: table;
    position: relative;
    margin: 0 auto;
    padding: 15px;
    -webkit-transition: padding 0.2s;
    -moz-transition: padding 0.2s;
    -ms-transition: padding 0.2s;
    -o-transition: padding 0.2s;
    transition: padding 0.2s;
}
@media (max-width: 991px) {
    .footer nav {
        padding: 15px 20px;
    }
}
.footer nav > ul {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
}
.footer nav > ul li {
    display: inline-block;
    margin-left: 30px;
}
@media (max-width: 991px) {
    .footer nav > ul li {
        margin-left: 15px;
    }
}
.footer nav > ul li:first-of-type {
    margin-left: 0;
}
.footer nav > ul li a {
    position: relative;
    color: #fff;
    padding: 10px 0;
    font-size: 13px;
    color: #1d1d1b;
    -webkit-transition: font-size 0.3s;
    -moz-transition: font-size 0.3s;
    -ms-transition: font-size 0.3s;
    -o-transition: font-size 0.3s;
    transition: font-size 0.3s;
}
.footer nav > ul li a:after {
    display: block;
    margin: 1px auto 0;
    content: "";
    width: 0;
    height: 1px;
    background-color: #fff;
    -webkit-transition: width 0.25s;
    -moz-transition: width 0.25s;
    -ms-transition: width 0.25s;
    -o-transition: width 0.25s;
    transition: width 0.25s;
}
.footer nav > ul li a:hover:after {
    width: 100%;
}
@media (max-width: 991px) {
    .footer nav > ul li a {
        display: block;
        padding: 5px 0;
    }
}
.footer nav > ul li a:after {
    background-color: #1d1d1b;
}
.ie.home main .content {
    overflow: hidden;
}
.homesleder-main {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 100vw;
}
@media (min-width: 1921px) {
    .homesleder-main {
        max-width: 1920px;
    }
}
.homesleder-main .homeslider {
    display: block;
    position: relative;
    padding-bottom: 30px;
    width: 100%;
    overflow: hidden;
}
.homesleder-main .homeslider .swiper-slide {
    position: relative;
    width: 100%;
    height: 615px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #1d1d1b;
    background-size: cover;
    color: #fff;
    cursor: grab;
    -webkit-clip-path: ellipse(70% 70% at 50% 30%);
    -moz-clip-path: ellipse(70% 70% at 50% 30%);
    -ms-clip-path: ellipse(70% 70% at 50% 30%);
    -o-clip-path: ellipse(70% 70% at 50% 30%);
    clip-path: ellipse(70% 70% at 50% 30%);
}
@media (max-width: 1367px) {
    .homesleder-main .homeslider .swiper-slide {
        -webkit-clip-path: ellipse(80% 70% at 50% 30%);
        -moz-clip-path: ellipse(80% 70% at 50% 30%);
        -ms-clip-path: ellipse(80% 70% at 50% 30%);
        -o-clip-path: ellipse(80% 70% at 50% 30%);
        clip-path: ellipse(80% 70% at 50% 30%);
    }
}
@media (max-width: 991px) {
    .homesleder-main .homeslider .swiper-slide {
        -webkit-clip-path: ellipse(107% 70% at 50% 30%);
        -moz-clip-path: ellipse(107% 70% at 50% 30%);
        -ms-clip-path: ellipse(107% 70% at 50% 30%);
        -o-clip-path: ellipse(107% 70% at 50% 30%);
        clip-path: ellipse(107% 70% at 50% 30%);
    }
}
@media (max-width: 480px) {
    .homesleder-main .homeslider .swiper-slide {
        -webkit-clip-path: ellipse(162% 70% at 50% 30%);
        -moz-clip-path: ellipse(162% 70% at 50% 30%);
        -ms-clip-path: ellipse(162% 70% at 50% 30%);
        -o-clip-path: ellipse(162% 70% at 50% 30%);
        clip-path: ellipse(162% 70% at 50% 30%);
    }
}
@media (max-width: 1367px) {
    .homesleder-main .homeslider .swiper-slide {
        height: 555px;
    }
}
@media (max-width: 991px) {
    .homesleder-main .homeslider .swiper-slide {
        height: 445px;
    }
}
@media (max-width: 767px) {
    .homesleder-main .homeslider .swiper-slide {
        height: 510px;
        background-position: center top;
        background-size: 100%;
    }
}
@media (max-width: 640px) {
    .homesleder-main .homeslider .swiper-slide {
        background-size: cover;
    }
}
@media (max-width: 480px) {
    .homesleder-main .homeslider .swiper-slide {
        background-size: cover;
    }
}
@media (max-width: 414px) {
    .homesleder-main .homeslider .swiper-slide {
        background-size: cover;
    }
}
@media (max-width: 375px) {
    .homesleder-main .homeslider .swiper-slide {
        background-size: cover;
        height: 475px;
    }
}
.homesleder-main .homeslider .swiper-slide:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(29, 29, 27, 0);
    background: -moz-linear-gradient(top, rgba(29, 29, 27, 0) 0, rgba(29, 29, 27, 0) 50%, rgba(29, 29, 27, 0.9) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(29, 29, 27, 0)), color-stop(50%, rgba(29, 29, 27, 0)), color-stop(100%, rgba(29, 29, 27, 0.9)));
    background: -webkit-linear-gradient(top, rgba(29, 29, 27, 0) 0, rgba(29, 29, 27, 0) 50%, rgba(29, 29, 27, 0.9) 100%);
    background: -o-linear-gradient(top, rgba(29, 29, 27, 0) 0, rgba(29, 29, 27, 0) 50%, rgba(29, 29, 27, 0.9) 100%);
    background: -ms-linear-gradient(top, rgba(29, 29, 27, 0) 0, rgba(29, 29, 27, 0) 50%, rgba(29, 29, 27, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(29, 29, 27, 0) 0, rgba(29, 29, 27, 0) 50%, rgba(29, 29, 27, 0.9) 100%);
}
@media (max-width: 767px) {
    .homesleder-main .homeslider .swiper-slide:after {
        background: rgba(29, 29, 27, 0);
        background: -moz-linear-gradient(top, rgba(29, 29, 27, 0) 30%, #1d1d1b 45%, #1d1d1b 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(30%, #1d1d1b), color-stop(45%, #1d1d1b), color-stop(100%, #1d1d1b));
        background: -webkit-linear-gradient(top, rgba(29, 29, 27, 0) 30%, #1d1d1b 45%, #1d1d1b 100%);
        background: -o-linear-gradient(top, rgba(29, 29, 27, 0) 30%, #1d1d1b 45%, #1d1d1b 100%);
        background: -ms-linear-gradient(top, rgba(29, 29, 27, 0) 30%, #1d1d1b 45%, #1d1d1b 100%);
        background: linear-gradient(to bottom, rgba(29, 29, 27, 0) 30%, #1d1d1b 45%, #1d1d1b 100%);
    }
}
@media (max-width: 640px) {
    .homesleder-main .homeslider .swiper-slide:after {
        background: rgba(29, 29, 27, 0);
        background: -moz-linear-gradient(top, rgba(29, 29, 27, 0) 40%, #1d1d1b 50%, #1d1d1b 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(40%, #1d1d1b), color-stop(50%, #1d1d1b), color-stop(100%, #1d1d1b));
        background: -webkit-linear-gradient(top, rgba(29, 29, 27, 0) 40%, #1d1d1b 50%, #1d1d1b 100%);
        background: -o-linear-gradient(top, rgba(29, 29, 27, 0) 40%, #1d1d1b 50%, #1d1d1b 100%);
        background: -ms-linear-gradient(top, rgba(29, 29, 27, 0) 40%, #1d1d1b 50%, #1d1d1b 100%);
        background: linear-gradient(to bottom, rgba(29, 29, 27, 0) 40%, #1d1d1b 50%, #1d1d1b 100%);
    }
}
@media (max-width: 480px) {
    .homesleder-main .homeslider .swiper-slide:after {
        background: rgba(29, 29, 27, 0);
        background: -moz-linear-gradient(top, rgba(29, 29, 27, 0) 54%, #1d1d1b 74%, #1d1d1b 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(54%, #1d1d1b), color-stop(74%, #1d1d1b), color-stop(100%, #1d1d1b));
        background: -webkit-linear-gradient(top, rgba(29, 29, 27, 0) 54%, #1d1d1b 74%, #1d1d1b 100%);
        background: -o-linear-gradient(top, rgba(29, 29, 27, 0) 54%, #1d1d1b 74%, #1d1d1b 100%);
        background: -ms-linear-gradient(top, rgba(29, 29, 27, 0) 54%, #1d1d1b 74%, #1d1d1b 100%);
        background: linear-gradient(to bottom, rgba(29, 29, 27, 0) 54%, #1d1d1b 74%, #1d1d1b 100%);
    }
}
@media (max-width: 414px) {
    .homesleder-main .homeslider .swiper-slide:after {
        background: rgba(29, 29, 27, 0);
        background: -moz-linear-gradient(top, rgba(29, 29, 27, 0) 54%, #1d1d1b 74%, #1d1d1b 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(54%, #1d1d1b), color-stop(74%, #1d1d1b), color-stop(100%, #1d1d1b));
        background: -webkit-linear-gradient(top, rgba(29, 29, 27, 0) 54%, #1d1d1b 74%, #1d1d1b 100%);
        background: -o-linear-gradient(top, rgba(29, 29, 27, 0) 54%, #1d1d1b 74%, #1d1d1b 100%);
        background: -ms-linear-gradient(top, rgba(29, 29, 27, 0) 54%, #1d1d1b 74%, #1d1d1b 100%);
        background: linear-gradient(to bottom, rgba(29, 29, 27, 0) 54%, #1d1d1b 74%, #1d1d1b 100%);
    }
}
@media (max-width: 375px) {
    .homesleder-main .homeslider .swiper-slide:after {
        background: rgba(29, 29, 27, 0);
        background: -moz-linear-gradient(top, rgba(29, 29, 27, 0) 54%, #1d1d1b 74%, #1d1d1b 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(54%, #1d1d1b), color-stop(74%, #1d1d1b), color-stop(100%, #1d1d1b));
        background: -webkit-linear-gradient(top, rgba(29, 29, 27, 0) 54%, #1d1d1b 74%, #1d1d1b 100%);
        background: -o-linear-gradient(top, rgba(29, 29, 27, 0) 54%, #1d1d1b 74%, #1d1d1b 100%);
        background: -ms-linear-gradient(top, rgba(29, 29, 27, 0) 54%, #1d1d1b 74%, #1d1d1b 100%);
        background: linear-gradient(to bottom, rgba(29, 29, 27, 0) 54%, #1d1d1b 74%, #1d1d1b 100%);
    }
}
@media (max-width: 320px) {
    .homesleder-main .homeslider .swiper-slide:after {
        background: rgba(29, 29, 27, 0);
        background: -moz-linear-gradient(top, rgba(29, 29, 27, 0) 54%, #1d1d1b 74%, #1d1d1b 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(54%, #1d1d1b), color-stop(74%, #1d1d1b), color-stop(100%, #1d1d1b));
        background: -webkit-linear-gradient(top, rgba(29, 29, 27, 0) 54%, #1d1d1b 74%, #1d1d1b 100%);
        background: -o-linear-gradient(top, rgba(29, 29, 27, 0) 54%, #1d1d1b 74%, #1d1d1b 100%);
        background: -ms-linear-gradient(top, rgba(29, 29, 27, 0) 54%, #1d1d1b 74%, #1d1d1b 100%);
        background: linear-gradient(to bottom, rgba(29, 29, 27, 0) 54%, #1d1d1b 74%, #1d1d1b 100%);
    }
}
.homesleder-main .homeslider .swiper-slide article {
    z-index: 1;
    display: table;
    position: relative;
    top: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
    text-align: center;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
.homesleder-main .homeslider .swiper-slide article h2 {
    font-family: Scotch-Modern-Regular;
    font-size: 60px;
    padding: 0 20px;
    color: #fff;
}
@media (max-width: 1199px) {
    .homesleder-main .homeslider .swiper-slide article h2 {
        font-size: 50px;
    }
}
@media (max-width: 767px) {
    .homesleder-main .homeslider .swiper-slide article h2 {
        font-size: 40px;
    }
}
@media (max-width: 375px) {
    .homesleder-main .homeslider .swiper-slide article h2 {
        padding: 0 35px;
    }
}
.homesleder-main .homeslider .swiper-slide article h2:after {
    display: block;
    margin: 30px auto;
    content: "";
    width: 170px;
    height: 1px;
    background-color: #fff;
    -webkit-transition: width 0.25s;
    -moz-transition: width 0.25s;
    -ms-transition: width 0.25s;
    -o-transition: width 0.25s;
    transition: width 0.25s;
}
@media (max-width: 1199px) {
    .homesleder-main .homeslider .swiper-slide article h2:after {
        margin: 40px auto 25px;
        width: 140px;
    }
}
@media (max-width: 767px) {
    .homesleder-main .homeslider .swiper-slide article h2:after {
        margin: 50px auto 25px;
        width: 110px;
    }
}
.homesleder-main .homeslider .swiper-slide article h3 {
    font-size: 16px;
    color: #fff;
}
@media (max-width: 767px) {
    .homesleder-main .homeslider .swiper-slide article h3 {
        font-size: 16px;
    }
}
.homesleder-main .homeslider .homeslider__prev {
    top: 40%;
    left: 30px;
}
@media (max-width: 1199px) {
    .homesleder-main .homeslider .homeslider__prev {
        left: 20px;
    }
}
@media (max-width: 767px) {
    .homesleder-main .homeslider .homeslider__prev {
        display: none;
    }
}
.homesleder-main .homeslider .homeslider__next {
    top: 40%;
    right: 30px;
}
@media (max-width: 1199px) {
    .homesleder-main .homeslider .homeslider__next {
        right: 20px;
    }
}
@media (max-width: 767px) {
    .homesleder-main .homeslider .homeslider__next {
        display: none;
    }
}
.homesleder-main .homeslider .homeslider__pagination {
    bottom: 0;
}
.homesleder-main .homeslider .homeslider__pagination .swiper-pagination-bullet {
    margin: 0 12px;
    width: 6px;
    height: 6px;
    background: #1d1d1b;
    vertical-align: middle;
    opacity: 1;
}
.homesleder-main .homeslider .homeslider__pagination .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background: #1d1d1b;
}
.ie .homesleder-main .homeslider .swiper-wrapper .swiper-slide-next,
.ie .homesleder-main .homeslider .swiper-wrapper .swiper-slide-prev {
    background-image: none !important;
    background-color: #fff;
}
.ie .homesleder-main .homeslider .swiper-wrapper .swiper-slide-active {
    left: -25%;
    min-width: 150%;
    border-bottom-left-radius: 125%;
    border-bottom-right-radius: 125%;
    background-size: auto;
}
.ie .homesleder-main .homeslider .swiper-wrapper .swiper-slide:after {
    border-bottom-left-radius: 125%;
    border-bottom-right-radius: 125%;
}
.videosleder-main {
    display: block;
    position: relative;
    margin: 70px 0 0;
    width: 100%;
    max-width: 100vw;
    background: url(../_img/bgr-body-lines.png) no-repeat 25vw top;
}
@media (min-width: 1921px) {
    .videosleder-main {
        background-position: center top;
    }
}
@media (max-width: 1599px) {
    .videosleder-main {
        background-position: 20vw top;
    }
}
@media (max-width: 1367px) {
    .videosleder-main {
        background-position: 15vw top;
    }
}
@media (max-width: 1199px) {
    .videosleder-main {
        margin-top: 55px;
        background-position: left top;
    }
}
@media (max-width: 991px) {
    .videosleder-main {
        margin-top: 45px;
    }
}
@media (max-width: 767px) {
    .videosleder-main {
        margin-top: 40px;
        background-position: center top;
    }
}
.videosleder-main > h2 {
    font-family: Scotch-Modern-Regular;
    font-size: 48px;
    display: table;
    margin: 0 auto;
    padding: 105px 0 50px;
    background: url(../_img/bgr-icon-youtube.png) no-repeat center top;
    background-size: 78px;
}
@media (max-width: 1199px) {
    .videosleder-main > h2 {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .videosleder-main > h2 {
        font-size: 32px;
    }
}
@media (max-width: 1199px) {
    .videosleder-main > h2 {
        padding: 80px 0 35px;
        background-size: 60px;
    }
}
@media (max-width: 767px) {
    .videosleder-main > h2 {
        padding: 75px 0 20px;
        background-size: 44px;
    }
}
.videosleder-main .videoslider {
    display: block;
    position: relative;
    padding-bottom: 30px;
    width: 100%;
    overflow: hidden;
}
.videosleder-main .videoslider .swiper-slide {
    position: relative;
    width: 100%;
    height: 755px;
    color: #fff;
    cursor: grab;
    -webkit-clip-path: ellipse(81% 70% at 50% 30%);
    -moz-clip-path: ellipse(81% 70% at 50% 30%);
    -ms-clip-path: ellipse(81% 70% at 50% 30%);
    -o-clip-path: ellipse(81% 70% at 50% 30%);
    clip-path: ellipse(81% 70% at 50% 30%);
}
@media (max-width: 1367px) {
    .videosleder-main .videoslider .swiper-slide {
        -webkit-clip-path: ellipse(94% 70% at 50% 30%);
        -moz-clip-path: ellipse(94% 70% at 50% 30%);
        -ms-clip-path: ellipse(94% 70% at 50% 30%);
        -o-clip-path: ellipse(94% 70% at 50% 30%);
        clip-path: ellipse(94% 70% at 50% 30%);
    }
}
@media (max-width: 991px) {
    .videosleder-main .videoslider .swiper-slide {
        -webkit-clip-path: ellipse(135% 70% at 50% 30%);
        -moz-clip-path: ellipse(135% 70% at 50% 30%);
        -ms-clip-path: ellipse(135% 70% at 50% 30%);
        -o-clip-path: ellipse(135% 70% at 50% 30%);
        clip-path: ellipse(135% 70% at 50% 30%);
    }
}
@media (max-width: 480px) {
    .videosleder-main .videoslider .swiper-slide {
        -webkit-clip-path: ellipse(150% 70% at 50% 30%);
        -moz-clip-path: ellipse(150% 70% at 50% 30%);
        -ms-clip-path: ellipse(150% 70% at 50% 30%);
        -o-clip-path: ellipse(150% 70% at 50% 30%);
        clip-path: ellipse(150% 70% at 50% 30%);
    }
}
@media (max-width: 991px) {
    .videosleder-main .videoslider .swiper-slide {
        height: 710px;
    }
}
@media (max-width: 480px) {
    .videosleder-main .videoslider .swiper-slide {
        height: 380px;
        background-color: #1d1d1b;
    }
}
.videosleder-main .videoslider .swiper-slide:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 35%;
    background: rgba(29, 29, 27, 0);
    background: -moz-linear-gradient(top, rgba(29, 29, 27, 0) 0, rgba(29, 29, 27, 0) 40%, rgba(29, 29, 27, 0.9) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(29, 29, 27, 0)), color-stop(40%, rgba(29, 29, 27, 0)), color-stop(100%, rgba(29, 29, 27, 0.9)));
    background: -webkit-linear-gradient(top, rgba(29, 29, 27, 0) 0, rgba(29, 29, 27, 0) 40%, rgba(29, 29, 27, 0.9) 100%);
    background: -o-linear-gradient(top, rgba(29, 29, 27, 0) 0, rgba(29, 29, 27, 0) 40%, rgba(29, 29, 27, 0.9) 100%);
    background: -ms-linear-gradient(top, rgba(29, 29, 27, 0) 0, rgba(29, 29, 27, 0) 40%, rgba(29, 29, 27, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(29, 29, 27, 0) 0, rgba(29, 29, 27, 0) 40%, rgba(29, 29, 27, 0.9) 100%);
}
@media (max-width: 1367px) {
    .videosleder-main .videoslider .swiper-slide:after {
        display: block;
        height: 25%;
        background: rgba(29, 29, 27, 0);
        background: -moz-linear-gradient(top, rgba(29, 29, 27, 0) 0, rgba(29, 29, 27, 0) 30%, rgba(29, 29, 27, 0.9) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(29, 29, 27, 0)), color-stop(30%, rgba(29, 29, 27, 0)), color-stop(100%, rgba(29, 29, 27, 0.9)));
        background: -webkit-linear-gradient(top, rgba(29, 29, 27, 0) 0, rgba(29, 29, 27, 0) 30%, rgba(29, 29, 27, 0.9) 100%);
        background: -o-linear-gradient(top, rgba(29, 29, 27, 0) 0, rgba(29, 29, 27, 0) 30%, rgba(29, 29, 27, 0.9) 100%);
        background: -ms-linear-gradient(top, rgba(29, 29, 27, 0) 0, rgba(29, 29, 27, 0) 30%, rgba(29, 29, 27, 0.9) 100%);
        background: linear-gradient(to bottom, rgba(29, 29, 27, 0) 0, rgba(29, 29, 27, 0) 30%, rgba(29, 29, 27, 0.9) 100%);
    }
}
@media (max-width: 991px) {
    .videosleder-main .videoslider .swiper-slide:after {
        display: block;
        height: 30%;
        background: rgba(29, 29, 27, 0);
        background: -moz-linear-gradient(top, rgba(29, 29, 27, 0) 0, #1d1d1b 30%, #1d1d1b 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0, #1d1d1b), color-stop(30%, #1d1d1b), color-stop(100%, #1d1d1b));
        background: -webkit-linear-gradient(top, rgba(29, 29, 27, 0) 0, #1d1d1b 30%, #1d1d1b 100%);
        background: -o-linear-gradient(top, rgba(29, 29, 27, 0) 0, #1d1d1b 30%, #1d1d1b 100%);
        background: -ms-linear-gradient(top, rgba(29, 29, 27, 0) 0, #1d1d1b 30%, #1d1d1b 100%);
        background: linear-gradient(to bottom, rgba(29, 29, 27, 0) 0, #1d1d1b 30%, #1d1d1b 100%);
    }
}
@media (max-width: 480px) {
    .videosleder-main .videoslider .swiper-slide:after {
        height: 50%;
        background: rgba(29, 29, 27, 0);
        background: -moz-linear-gradient(top, rgba(29, 29, 27, 0) 0, #1d1d1b 10%, #1d1d1b 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0, #1d1d1b), color-stop(10%, #1d1d1b), color-stop(100%, #1d1d1b));
        background: -webkit-linear-gradient(top, rgba(29, 29, 27, 0) 0, #1d1d1b 10%, #1d1d1b 100%);
        background: -o-linear-gradient(top, rgba(29, 29, 27, 0) 0, #1d1d1b 10%, #1d1d1b 100%);
        background: -ms-linear-gradient(top, rgba(29, 29, 27, 0) 0, #1d1d1b 10%, #1d1d1b 100%);
        background: linear-gradient(to bottom, rgba(29, 29, 27, 0) 0, #1d1d1b 10%, #1d1d1b 100%);
    }
}
@media (max-width: 320px) {
    .videosleder-main .videoslider .swiper-slide:after {
        height: 55%;
    }
}
.videosleder-main .videoslider .swiper-slide iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 991px) {
    .videosleder-main .videoslider .swiper-slide iframe {
        height: 80%;
    }
}
@media (max-width: 480px) {
    .videosleder-main .videoslider .swiper-slide iframe {
        height: 55%;
    }
}
.videosleder-main .videoslider .swiper-slide button {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -39px 0 0 -39px;
    padding: 0;
    width: 78px;
    height: 78px;
    background: url(../_img/icon-youtube.png) no-repeat center transparent;
    background-size: cover;
    border: none;
    outline: 0;
    cursor: pointer;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
@media (max-width: 991px) {
    .videosleder-main .videoslider .swiper-slide button {
        top: 38%;
    }
}
@media (max-width: 480px) {
    .videosleder-main .videoslider .swiper-slide button {
        top: 27%;
    }
}
.videosleder-main .videoslider .swiper-slide article {
    z-index: 1;
    display: table;
    position: relative;
    top: 100%;
    margin: 0 auto;
    padding-bottom: 130px;
    width: 620px;
    text-align: center;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
@media (max-width: 1599px) {
    .videosleder-main .videoslider .swiper-slide article {
        padding-bottom: 100px;
    }
}
@media (max-width: 1367px) {
    .videosleder-main .videoslider .swiper-slide article {
        padding-bottom: 70px;
    }
}
@media (max-width: 991px) {
    .videosleder-main .videoslider .swiper-slide article {
        padding-bottom: 40px;
        width: 40%;
    }
}
@media (max-width: 480px) {
    .videosleder-main .videoslider .swiper-slide article {
        padding-bottom: 25px;
        width: 90%;
    }
}
.videosleder-main .videoslider .swiper-slide article h2 {
    font-family: Scotch-Modern-Regular;
    font-size: 32px;
    padding: 0 20px;
}
@media (max-width: 1199px) {
    .videosleder-main .videoslider .swiper-slide article h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .videosleder-main .videoslider .swiper-slide article h2 {
        font-size: 26px;
    }
}
@media (max-width: 991px) {
    .videosleder-main .videoslider .swiper-slide article h2 {
        padding: 0 20px 30px;
    }
}
@media (max-width: 480px) {
    .videosleder-main .videoslider .swiper-slide article h2 {
        margin-bottom: 3px;
        padding: 0 20px;
    }
}
.videosleder-main .videoslider .swiper-slide article h2:after {
    display: block;
    margin: 25px auto;
    content: "";
    width: 175px;
    height: 1px;
    background-color: #fff;
    -webkit-transition: width 0.25s;
    -moz-transition: width 0.25s;
    -ms-transition: width 0.25s;
    -o-transition: width 0.25s;
    transition: width 0.25s;
}
@media (max-width: 1367px) {
    .videosleder-main .videoslider .swiper-slide article h2:after {
        margin: 20px auto;
        width: 140px;
    }
}
@media (max-width: 991px) {
    .videosleder-main .videoslider .swiper-slide article h2:after {
        display: none;
    }
}
.videosleder-main .videoslider .swiper-slide article h3 {
    font-size: 16px;
    line-height: 1.25;
}
@media (max-width: 991px) {
    .videosleder-main .videoslider .swiper-slide article h3 {
        font-size: 15px;
        line-height: 1.5;
    }
}
.videosleder-main .videoslider .videoslider__pagination {
    bottom: 0;
}
.videosleder-main .videoslider .videoslider__pagination .swiper-pagination-bullet {
    margin: 0 12px;
    width: 6px;
    height: 6px;
    background: #1d1d1b;
    vertical-align: middle;
    opacity: 1;
}
.videosleder-main .videoslider .videoslider__pagination .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background: #1d1d1b;
}
.ie .videosleder-main .videoslider .swiper-wrapper .swiper-slide-next,
.ie .videosleder-main .videoslider .swiper-wrapper .swiper-slide-prev {
    background-image: none !important;
    background-color: #fff;
}
.ie .videosleder-main .videoslider .swiper-wrapper .swiper-slide-next:after,
.ie .videosleder-main .videoslider .swiper-wrapper .swiper-slide-prev:after {
    display: none;
}
.ie .videosleder-main .videoslider .swiper-wrapper .swiper-slide-next iframe,
.ie .videosleder-main .videoslider .swiper-wrapper .swiper-slide-prev iframe {
    display: none;
}
.ie .videosleder-main .videoslider .swiper-wrapper .swiper-slide-active {
    left: -25%;
    min-width: 150%;
    border-bottom-left-radius: 125%;
    border-bottom-right-radius: 125%;
    overflow: hidden;
}
.ie .videosleder-main .videoslider .swiper-wrapper .swiper-slide-active:after {
    border-bottom-left-radius: 125%;
    border-bottom-right-radius: 125%;
}
.ie .videosleder-main .videoslider .swiper-wrapper .swiper-slide-active iframe {
    display: block;
}
.newsletter {
    margin: 75px 0 0;
    padding: 25px 0 60px;
    background: url(../_img/bgr-body-lines.png) no-repeat -27vw top;
}
@media (min-width: 1921px) {
    .newsletter {
        background-position: -500px top;
    }
}
@media (max-width: 1367px) {
    .newsletter {
        margin-top: 35px;
        background-position: -40vw top;
    }
}
@media (max-width: 991px) {
    .newsletter {
        margin-top: 55px;
        padding-bottom: 35px;
        background-position: -30vw top;
    }
}
@media (max-width: 767px) {
    .newsletter {
        margin-top: 50px;
    }
}
@media (max-width: 480px) {
    .newsletter {
        padding-bottom: 160px;
        background-position: -85vw top;
    }
}
.newsletter .forma-main {
    display: table;
    margin: 5px auto;
    width: 100%;
    max-width: 430px;
}
@media (max-width: 767px) {
    .newsletter .forma-main {
        margin: 5px 15px;
        max-width: calc(100% - 2 * 15px);
    }
}
.newsletter .forma-main > h2 {
    font-family: Scotch-Modern-Regular;
    font-size: 32px;
    display: table;
    margin: 0 auto;
    padding: 110px 0 50px;
    background: url(../_img/bgr-icon-email.png) no-repeat center top;
    background-size: 78px;
}
@media (max-width: 1199px) {
    .newsletter .forma-main > h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .newsletter .forma-main > h2 {
        font-size: 26px;
    }
}
@media (max-width: 1367px) {
    .newsletter .forma-main > h2 {
        padding: 115px 0 40px;
    }
}
@media (max-width: 767px) {
    .newsletter .forma-main > h2 {
        padding: 125px 0 55px;
    }
}
.newsletter .forma-main .mail {
    display: inline-block;
    margin-bottom: 25px;
    padding: 7px 0;
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #b7b7b7;
    font-size: 13px;
    color: #1d1d1b;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.newsletter .forma-main .mail::-webkit-input-placeholder {
    color: rgba(29, 29, 27, 0.3);
}
.newsletter .forma-main .mail::-moz-placeholder {
    color: rgba(29, 29, 27, 0.3);
}
.newsletter .forma-main .mail:-ms-input-placeholder {
    color: rgba(29, 29, 27, 0.3);
}
.newsletter .forma-main .mail:-moz-placeholder {
    color: rgba(29, 29, 27, 0.3);
}
.newsletter .forma-main .mail::placeholder {
    color: rgba(29, 29, 27, 0.3);
}
.newsletter .forma-main #newsletter-save-info {
    position: relative;
    margin-top: -15px;
    padding-bottom: 15px;
    font-size: 13px;
    color: red;
}
@media (max-width: 767px) {
    .newsletter .forma-main #newsletter-save-info {
        font-size: 12px;
    }
}
.newsletter .forma-main input[type="checkbox"]:checked,
.newsletter .forma-main input[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
    width: auto;
    opacity: 0;
}
.newsletter .forma-main input[type="checkbox"] + label {
    display: inline-block;
    position: relative;
    margin-top: 5px;
    font-size: 13px;
    cursor: pointer;
}
.newsletter .forma-main input[type="checkbox"] + label:before {
    position: absolute;
    top: 0;
    left: 0;
    background: 0 0;
    content: "";
    width: 20px;
    height: 20px;
    border: 2px solid #b7b7b7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.newsletter .forma-main input[type="checkbox"] + label:after {
    position: absolute;
    top: 3px;
    left: 6px;
    content: "\2714";
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: #1d1d1b;
}
.newsletter .forma-main input[type="checkbox"] + label span {
    display: inline-block;
    margin: 8px 20px;
}
@media (max-width: 1367px) {
    .newsletter .forma-main input[type="checkbox"] + label span {
        margin: 8px 15px;
    }
}
.newsletter .forma-main input[type="checkbox"] + label a {
    position: relative;
    color: #fff;
    display: inline-block;
    color: #1d1d1b;
}
.newsletter .forma-main input[type="checkbox"] + label a:after {
    display: block;
    margin: 1px auto 0;
    content: "";
    width: 0;
    height: 1px;
    background-color: #fff;
    -webkit-transition: width 0.25s;
    -moz-transition: width 0.25s;
    -ms-transition: width 0.25s;
    -o-transition: width 0.25s;
    transition: width 0.25s;
}
.newsletter .forma-main input[type="checkbox"] + label a:hover:after {
    width: 100%;
}
.newsletter .forma-main input[type="checkbox"] + label a:after {
    width: 100%;
    background-color: #1d1d1b;
}
.newsletter .forma-main input[type="checkbox"] + label a:hover:after {
    width: 0;
}
.newsletter .forma-main input[type="checkbox"]:not(:checked) + label[for="check"]:after {
    opacity: 0;
}
.newsletter .forma-main input[type="checkbox"]:checked + label[for="check"]:before {
    background: #fff;
}
.newsletter .forma-main input[type="checkbox"]:checked + label[for="check"]:after {
    opacity: 1;
}
.newsletter .forma-main .newsletter-submit {
    display: table;
    position: relative;
    margin: 0;
    padding: 10px 14px;
    border: 1px solid #1d1d1b;
    background-color: transparent;
    color: #1d1d1b;
    text-align: center;
    font-size: 13px;
    line-height: 1;
    text-shadow: none;
    cursor: pointer;
    vertical-align: top;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    float: right;
}
.newsletter .forma-main .newsletter-submitfocus {
    outline: 0;
}
@media (max-width: 767px) {
    .newsletter .forma-main .newsletter-submit {
        font-size: 12px;
    }
}
@media (max-width: 480px) {
    .newsletter .forma-main .newsletter-submit {
        padding: 10px;
    }
}
.newsletter .forma-main .newsletter-submit:hover {
    background-color: #1d1d1b;
    color: #fff;
}
.instagram-main {
    z-index: 1;
    display: inline-block;
    position: relative;
    padding: 40px 10px 95px;
    width: 100%;
    background-color: transparent;
    color: #fff;
    -webkit-clip-path: ellipse(97% 70% at 50% 30%);
    -moz-clip-path: ellipse(97% 70% at 50% 30%);
    -ms-clip-path: ellipse(97% 70% at 50% 30%);
    -o-clip-path: ellipse(97% 70% at 50% 30%);
    clip-path: ellipse(97% 70% at 50% 30%);
}
@media (max-width: 1367px) {
    .instagram-main {
        -webkit-clip-path: ellipse(96% 70% at 50% 30%);
        -moz-clip-path: ellipse(96% 70% at 50% 30%);
        -ms-clip-path: ellipse(96% 70% at 50% 30%);
        -o-clip-path: ellipse(96% 70% at 50% 30%);
        clip-path: ellipse(96% 70% at 50% 30%);
    }
}
@media (max-width: 991px) {
    .instagram-main {
        -webkit-clip-path: ellipse(175% 70% at 50% 30%);
        -moz-clip-path: ellipse(175% 70% at 50% 30%);
        -ms-clip-path: ellipse(175% 70% at 50% 30%);
        -o-clip-path: ellipse(175% 70% at 50% 30%);
        clip-path: ellipse(175% 70% at 50% 30%);
    }
}
@media (max-width: 480px) {
    .instagram-main {
        -webkit-clip-path: ellipse(205% 70% at 50% 30%);
        -moz-clip-path: ellipse(205% 70% at 50% 30%);
        -ms-clip-path: ellipse(205% 70% at 50% 30%);
        -o-clip-path: ellipse(205% 70% at 50% 30%);
        clip-path: ellipse(205% 70% at 50% 30%);
    }
}
@media (max-width: 1367px) {
    .instagram-main {
        padding: 60px 10px 45px;
    }
}
@media (max-width: 767px) {
    .instagram-main {
        padding: 50px 0 55px;
    }
}
.instagram-main:before {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #1d1d1b;
    -webkit-clip-path: ellipse(120% 100% at 50% 100%);
    -moz-clip-path: ellipse(120% 100% at 50% 100%);
    -ms-clip-path: ellipse(120% 100% at 50% 100%);
    -o-clip-path: ellipse(120% 100% at 50% 100%);
    clip-path: ellipse(120% 100% at 50% 100%);
}
@media (max-width: 1367px) {
    .instagram-main:before {
        -webkit-clip-path: ellipse(133% 100% at 50% 100%);
        -moz-clip-path: ellipse(133% 100% at 50% 100%);
        -ms-clip-path: ellipse(133% 100% at 50% 100%);
        -o-clip-path: ellipse(133% 100% at 50% 100%);
        clip-path: ellipse(133% 100% at 50% 100%);
    }
}
@media (max-width: 991px) {
    .instagram-main:before {
        -webkit-clip-path: ellipse(200% 100% at 50% 100%);
        -moz-clip-path: ellipse(200% 100% at 50% 100%);
        -ms-clip-path: ellipse(200% 100% at 50% 100%);
        -o-clip-path: ellipse(200% 100% at 50% 100%);
        clip-path: ellipse(200% 100% at 50% 100%);
    }
}
@media (max-width: 480px) {
    .instagram-main:before {
        -webkit-clip-path: ellipse(230% 100% at 50% 100%);
        -moz-clip-path: ellipse(230% 100% at 50% 100%);
        -ms-clip-path: ellipse(230% 100% at 50% 100%);
        -o-clip-path: ellipse(230% 100% at 50% 100%);
        clip-path: ellipse(230% 100% at 50% 100%);
    }
}
.instagram-main > h2 {
    font-family: Scotch-Modern-Regular;
    font-size: 48px;
    display: table;
    margin: 0 auto;
    padding: 115px 0 100px;
    background: url(../_img/bgr-icon-instagram.png) no-repeat center top;
    background-size: 78px;
}
@media (max-width: 1199px) {
    .instagram-main > h2 {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .instagram-main > h2 {
        font-size: 32px;
    }
}
@media (max-width: 1367px) {
    .instagram-main > h2 {
        padding: 105px 0 50px;
    }
}
@media (max-width: 991px) {
    .instagram-main > h2 {
        margin-top: 70px;
        padding: 125px 0 30px;
    }
}
@media (max-width: 767px) {
    .instagram-main > h2 {
        padding: 115px 0 30px;
    }
}
@media (max-width: 480px) {
    .instagram-main > h2 {
        margin-top: 0;
    }
}
.instagram-main .instagram-app {
    display: table;
    margin: 0 auto;
    width: 100%;
    max-width: calc(4 * 410px + 4 * 20px);
}
@media (max-width: 1367px) {
    .instagram-main .instagram-app {
        max-width: calc(4 * 275px + 4 * 20px);
    }
}
@media (max-width: 991px) {
    .instagram-main .instagram-app {
        max-width: calc(3 * 185px + 3 * 20px);
    }
}
@media (max-width: 767px) {
    .instagram-main .instagram-app {
        max-width: calc(2 * 165px + 2 * 8px);
    }
}
.instagram-main .instagram-app article {
    float: left;
    margin: 0 10px 40px;
    width: calc(25% - 2 * 10px);
    max-width: 410px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
@media (max-width: 1367px) {
    .instagram-main .instagram-app article {
        margin-bottom: 25px;
        max-width: 275px;
    }
}
@media (max-width: 991px) {
    .instagram-main .instagram-app article {
        margin-bottom: 40px;
        width: calc(33.3% - 2 * 10px);
        max-width: 185px;
    }
}
@media (max-width: 767px) {
    .instagram-main .instagram-app article {
        margin: 0 8px 15px;
        width: calc(50% - 2 * 8px);
        max-width: 165px;
    }
}
.instagram-main .instagram-app article a {
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.instagram-main .instagram-app article a img {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
}
.instagram-main .instagram-app article div {
    display: inline-block;
    margin-top: 17px;
    padding: 6px 35px;
    width: 100%;
    background: url(../_img/icon-heart.svg) no-repeat left top;
    background-size: 26px;
    font-size: 13px;
}
@media (max-width: 1367px) {
    .instagram-main .instagram-app article div {
        margin-top: 8px;
    }
}
@media (max-width: 991px) {
    .instagram-main .instagram-app article div {
        margin-top: 17px;
    }
}
@media (max-width: 767px) {
    .instagram-main .instagram-app article div {
        margin-top: 8px;
    }
}
@media (max-width: 480px) {
    .instagram-main .instagram-app article div {
        font-size: 11px;
    }
}
.instagram-main > a {
    margin: 0 auto;
}
@media (max-width: 1367px) {
    .instagram-main > a {
        margin-top: 10px;
    }
}
@media (max-width: 991px) {
    .instagram-main > a {
        margin-top: -5px;
        margin-bottom: 75px;
    }
}
@media (max-width: 767px) {
    .instagram-main > a {
        margin-top: 15px;
        margin-bottom: 5px;
    }
}
.ie .instagram-main {
    padding: 40px 10px 150px;
    left: -25%;
    width: 150%;
    border-radius: 125%;
    overflow: hidden;
}
@media (max-width: 1367px) {
    .ie .instagram-main {
        padding: 60px 10px 120px;
    }
}
@media (max-width: 991px) {
    .ie .instagram-main {
        left: -50%;
        padding: 60px 10px 45px;
        width: 200%;
    }
}
@media (max-width: 767px) {
    .ie .instagram-main {
        left: -75%;
        padding: 50px 0 55px;
        width: 250%;
    }
}
@media (max-width: 1919px) {
    .ie .instagram-main .instagram-app {
        max-width: calc(4 * 310px + 4 * 20px);
    }
}
@media (max-width: 1367px) {
    .ie .instagram-main .instagram-app {
        max-width: calc(4 * 225px + 4 * 20px);
    }
}
@media (max-width: 991px) {
    .ie .instagram-main .instagram-app {
        max-width: calc(3 * 185px + 3 * 20px);
    }
}
@media (max-width: 767px) {
    .ie .instagram-main .instagram-app {
        max-width: calc(2 * 165px + 2 * 8px);
    }
}
@media (max-width: 1919px) {
    .ie .instagram-main .instagram-app article {
        max-width: 310px;
    }
}
@media (max-width: 1367px) {
    .ie .instagram-main .instagram-app article {
        max-width: 225px;
    }
}
@media (max-width: 991px) {
    .ie .instagram-main .instagram-app article {
        width: calc(33.3% - 2 * 10px);
        max-width: 185px;
    }
}
@media (max-width: 767px) {
    .ie .instagram-main .instagram-app article {
        width: calc(50% - 2 * 8px);
        max-width: 165px;
    }
}
.tabs-main {
    margin: 75px 0 0;
    padding: 25px 0;
    background: url(../_img/bgr-body-lines.png) no-repeat -165px top;
}
@media (max-width: 1199px) {
    .tabs-main {
        margin-top: 55px;
    }
}
@media (max-width: 991px) {
    .tabs-main {
        margin-top: 45px;
    }
}
@media (max-width: 767px) {
    .tabs-main {
        margin-top: 35px;
    }
}
.tabs-main h2 {
    font-family: Scotch-Modern-Regular;
    font-size: 48px;
    display: table;
    margin: 0 auto;
}
@media (max-width: 1199px) {
    .tabs-main h2 {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .tabs-main h2 {
        font-size: 32px;
    }
}
.tab-wrap {
    display: table;
    position: relative;
    margin: 0 auto;
}
@media (min-width: 1367px) {
    .tab-wrap {
        padding: 0 20px;
    }
}
.tab-wrap > article {
    display: table;
    margin: 50px auto 0;
}
@media (max-width: 767px) {
    .tab-wrap > article {
        display: block;
        margin-top: 30px;
        padding: 0 15px;
    }
}
.tab-wrap > article input[type="radio"][name="tabs"] {
    z-index: -1;
    display: none;
    position: absolute;
    top: 0;
    left: -9999px;
    opacity: 0;
}
.tab-wrap > article h6 {
    display: none;
    position: relative;
    padding: 12px 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #b7b7b7;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
@media (max-width: 767px) {
    .tab-wrap > article h6 {
        display: block;
    }
}
.tab-wrap > article h6.active span:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.tab-wrap > article h6 span {
    display: inline-block;
}
.tab-wrap > article h6 span:after {
    position: absolute;
    top: 50%;
    left: calc(100% - 18px);
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #b7b7b7 transparent transparent transparent;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.tab-wrap > article ul {
    display: table;
    margin: 0;
    width: 100%;
}
@media (max-width: 767px) {
    .tab-wrap > article ul {
        display: block;
        width: 100%;
        height: 0;
        overflow: hidden;
        opacity: 0;
        -webkit-transition: opacity 0.5s;
        -moz-transition: opacity 0.5s;
        -ms-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }
}
@media (max-width: 767px) {
    .tab-wrap > article ul.active {
        z-index: 1;
        position: absolute;
        top: 72px;
        left: 15px;
        padding: 10px 0;
        width: calc(100% - 2 * 15px);
        height: auto;
        background-color: #fff;
        opacity: 1;
        -webkit-box-shadow: 0 5px 10px rgba(17, 17, 17, 0.2);
        -moz-box-shadow: 0 5px 10px rgba(17, 17, 17, 0.2);
        -ms-box-shadow: 0 5px 10px rgba(17, 17, 17, 0.2);
        -o-box-shadow: 0 5px 10px rgba(17, 17, 17, 0.2);
        box-shadow: 0 5px 10px rgba(17, 17, 17, 0.2);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}
.tab-wrap > article ul li {
    float: left;
    margin: 0;
    padding: 0 27px;
    text-align: center;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    -ms-transition: padding 0.3s;
    -o-transition: padding 0.3s;
    transition: padding 0.3s;
}
@media (max-width: 1199px) {
    .tab-wrap > article ul li {
        padding: 0 25px;
    }
}
@media (max-width: 991px) {
    .tab-wrap > article ul li {
        padding: 0 20px;
    }
}
@media (max-width: 767px) {
    .tab-wrap > article ul li {
        margin: 10px 0;
        padding: 0;
        width: 100%;
    }
}
.tab-wrap > article ul li:first-of-type span {
    display: block;
}
@media (max-width: 767px) {
    .tab-wrap > article ul li:first-of-type span {
        display: none;
    }
}
.tab-wrap > article ul li label {
    display: block;
    position: relative;
    font-size: 21px;
    text-align: center;
    color: #1d1d1b;
    cursor: pointer;
}
@media (max-width: 1367px) {
    .tab-wrap > article ul li label {
        font-size: 20px;
    }
}
@media (max-width: 1199px) {
    .tab-wrap > article ul li label {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .tab-wrap > article ul li label {
        width: auto !important;
        font-size: 16px;
    }
    .tab-wrap > article ul li label:hover {
        font-weight: 700 !important;
    }
}
.tab-wrap > article ul li label.red {
    color: #da0d15;
}
.tab-wrap > article ul li label span {
    display: none;
    position: relative;
    margin: 5px auto 0;
    width: 12px;
    height: 12px;
    background: #1d1d1b;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -o-animation-name: slide;
    -o-animation-duration: 0.3s;
    -o-animation-direction: normal;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: ease-in-out;
    -ms-animation-name: slide;
    -ms-animation-duration: 0.3s;
    -ms-animation-direction: normal;
    -ms-animation-iteration-count: 1;
    -ms-animation-timing-function: ease-in-out;
    -moz-animation-name: slide;
    -moz-animation-duration: 0.3s;
    -moz-animation-direction: normal;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-in-out;
    -webkit-animation-name: slide;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-direction: normal;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
    animation-name: slide;
    animation-duration: 0.3s;
    animation-direction: normal;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
}
@-o-keyframes slide {
    from {
        -o-opacity: 0;
        -o-transform: translateY(5%);
    }
    to {
        -o-opacity: 1;
        -o-transform: translateY(0);
    }
}
@-ms-keyframes slide {
    from {
        -ms-opacity: 0;
        -ms-transform: translateY(5%);
    }
    to {
        -ms-opacity: 1;
        -ms-transform: translateY(0);
    }
}
@-moz-keyframes slide {
    from {
        -moz-opacity: 0;
        -moz-transform: translateY(5%);
    }
    to {
        -moz-opacity: 1;
        -moz-transform: translateY(0);
    }
}
@-webkit-keyframes slide {
    from {
        -webkit-opacity: 0;
        -webkit-transform: translateY(5%);
    }
    to {
        -webkit-opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@keyframes slide {
    from {
        opacity: 0;
        transform: translateY(5%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@media (max-width: 767px) {
    .tab-wrap > article ul li label span {
        display: none !important;
    }
}
.tab-wrap .tab-content {
    display: table;
    position: relative;
    margin: 30px auto 0;
    width: 100%;
    max-width: calc(4 * 415px + 4 * 20px);
}
@media (max-width: 1367px) {
    .tab-wrap .tab-content {
        padding: 0 20px;
        max-width: calc(3 * 375px + 3 * 30px);
    }
}
@media (max-width: 991px) {
    .tab-wrap .tab-content {
        max-width: calc(3 * 185px + 3 * 30px);
    }
}
@media (max-width: 767px) {
    .tab-wrap .tab-content {
        margin-top: 20px;
        padding: 0 15px;
        max-width: calc(2 * 165px + 2 * 30px);
    }
}
.tab-wrap .tab-content section {
    display: none;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    -ms-column-count: 4;
    -o-column-count: 4;
    column-count: 4;
    -o-animation-name: tabs;
    -o-animation-duration: 0.3s;
    -o-animation-direction: normal;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: ease-in-out;
    -ms-animation-name: tabs;
    -ms-animation-duration: 0.3s;
    -ms-animation-direction: normal;
    -ms-animation-iteration-count: 1;
    -ms-animation-timing-function: ease-in-out;
    -moz-animation-name: tabs;
    -moz-animation-duration: 0.3s;
    -moz-animation-direction: normal;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-in-out;
    -webkit-animation-name: tabs;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-direction: normal;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
    animation-name: tabs;
    animation-duration: 0.3s;
    animation-direction: normal;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    column-gap: 0;
    column-fill: initial;
}
@media (max-width: 1367px) {
    .tab-wrap .tab-content section {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        -ms-column-count: 3;
        -o-column-count: 3;
        column-count: 3;
    }
}
@media (max-width: 767px) {
    .tab-wrap .tab-content section {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        -ms-column-count: 2;
        -o-column-count: 2;
        column-count: 2;
    }
}
@-o-keyframes tabs {
    from {
        -o-opacity: 0;
        -o-transform: translateY(5%);
    }
    to {
        -o-opacity: 1;
        -o-transform: translateY(0);
    }
}
@-ms-keyframes tabs {
    from {
        -ms-opacity: 0;
        -ms-transform: translateY(5%);
    }
    to {
        -ms-opacity: 1;
        -ms-transform: translateY(0);
    }
}
@-moz-keyframes tabs {
    from {
        -moz-opacity: 0;
        -moz-transform: translateY(5%);
    }
    to {
        -moz-opacity: 1;
        -moz-transform: translateY(0);
    }
}
@-webkit-keyframes tabs {
    from {
        -webkit-opacity: 0;
        -webkit-transform: translateY(5%);
    }
    to {
        -webkit-opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@keyframes tabs {
    from {
        opacity: 0;
        transform: translateY(5%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@media (max-width: 1919px) {
    .tab-wrap .tab-content section {
        column-gap: 20px;
    }
}
.tab-wrap .tab-content section > article {
    display: inline-block;
    position: relative;
    margin: 0 0 30px;
    padding: 0;
    width: 100%;
    max-width: 415px;
    text-align: center;
    clear: both;
    -webkit-transition: max-width 0.3s;
    -moz-transition: max-width 0.3s;
    -ms-transition: max-width 0.3s;
    -o-transition: max-width 0.3s;
    transition: max-width 0.3s;
}
@media (max-width: 1367px) {
    .tab-wrap .tab-content section > article {
        max-width: 375px;
    }
}
@media (max-width: 991px) {
    .tab-wrap .tab-content section > article {
        margin-bottom: 40px;
        max-width: 185px;
    }
}
@media (max-width: 767px) {
    .tab-wrap .tab-content section > article {
        margin-bottom: 20px;
        max-width: 165px;
    }
}
.tab-wrap .tab-content section > article[data-category="promotion"] .left {
    float: left;
    display: block;
    position: relative;
    margin: -20px 20px 20px;
    width: 108px;
    height: 108px;
    background-color: #fff;
    border: 1px solid #b7b7b7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
@media (max-width: 1367px) {
    .tab-wrap .tab-content section > article[data-category="promotion"] .left {
        width: 98px;
        height: 98px;
    }
}
@media (max-width: 1199px) {
    .tab-wrap .tab-content section > article[data-category="promotion"] .left {
        margin: -20px 15px 20px 15px;
        width: 65px;
        height: 65px;
    }
}
@media (max-width: 991px) {
    .tab-wrap .tab-content section > article[data-category="promotion"] .left {
        margin: -20px 10px 20px 10px;
        width: 44px;
        height: 44px;
    }
}
@media (max-width: 767px) {
    .tab-wrap .tab-content section > article[data-category="promotion"] .left {
        margin: -20px 15px 20px 15px;
        width: 65px;
        height: 65px;
    }
}
@media (max-width: 640px) {
    .tab-wrap .tab-content section > article[data-category="promotion"] .left {
        margin: -20px 10px 20px 10px;
        width: 44px;
        height: 44px;
    }
}
@media (max-width: 375px) {
    .tab-wrap .tab-content section > article[data-category="promotion"] .left {
        margin: -20px 5px 20px 5px;
        width: 44px;
        height: 44px;
    }
}
@media (max-width: 320px) {
    .tab-wrap .tab-content section > article[data-category="promotion"] .left {
        margin: -20px 5px 20px 5px;
        width: 35px;
        height: 35px;
    }
}
.tab-wrap .tab-content section > article[data-category="promotion"] .left img {
    position: relative;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.tab-wrap .tab-content section > article[data-category="promotion"] .left + .right {
    float: right;
    width: calc(100% - (2 * 20px + 108px));
}
@media (max-width: 1367px) {
    .tab-wrap .tab-content section > article[data-category="promotion"] .left + .right {
        width: calc(100% - (2 * 20px + 98px));
    }
}
@media (max-width: 1199px) {
    .tab-wrap .tab-content section > article[data-category="promotion"] .left + .right {
        width: calc(100% - (2 * 15px + 65px));
    }
}
@media (max-width: 991px) {
    .tab-wrap .tab-content section > article[data-category="promotion"] .left + .right {
        width: calc(100% - (2 * 10px + 44px));
    }
}
@media (max-width: 767px) {
    .tab-wrap .tab-content section > article[data-category="promotion"] .left + .right {
        width: calc(100% - (2 * 15px + 65px));
    }
}
@media (max-width: 640px) {
    .tab-wrap .tab-content section > article[data-category="promotion"] .left + .right {
        width: calc(100% - (2 * 10px + 44px));
    }
}
@media (max-width: 480px) {
    .tab-wrap .tab-content section > article[data-category="promotion"] .left + .right {
        width: calc(100% - (2 * 5px + 44px));
    }
}
@media (max-width: 320px) {
    .tab-wrap .tab-content section > article[data-category="promotion"] .left + .right {
        width: calc(100% - (2 * 5px + 35px));
    }
}
.tab-wrap .tab-content section > article[data-category="promotion"] .left + .right h4 {
    padding-left: 0;
    text-transform: uppercase;
    text-align: left;
}
.tab-wrap .tab-content section > article[data-category="promotion"] .left + .right h4:after {
    margin-left: 0;
    margin-right: 0;
    width: 135px;
}
@media (max-width: 1199px) {
    .tab-wrap .tab-content section > article[data-category="promotion"] .left + .right h4:after {
        width: 150px;
    }
}
@media (max-width: 991px) {
    .tab-wrap .tab-content section > article[data-category="promotion"] .left + .right h4:after {
        width: 75px;
    }
}
@media (max-width: 767px) {
    .tab-wrap .tab-content section > article[data-category="promotion"] .left + .right h4:after {
        width: 75px;
    }
}
.tab-wrap .tab-content section > article[data-category="promotion"] .left + .right h5 {
    padding-left: 0;
    text-align: left;
    color: #da0d15;
    opacity: 1;
}
.tab-wrap .tab-content section > article[data-category="promotion"] .right {
    float: none;
    width: 100%;
}
.tab-wrap .tab-content section > article[data-category="promotion"] .right h4 {
    text-transform: uppercase;
    text-align: center;
}
.tab-wrap .tab-content section > article[data-category="promotion"] .right h5 {
    text-align: center;
    color: #da0d15;
    opacity: 1;
}
.tab-wrap .tab-content section > article picture {
    display: table;
    position: relative;
    margin: 0 auto;
    width: 100%;
    border: 1px solid #dbdbdb;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.tab-wrap .tab-content section > article picture a {
    display: block;
}
.tab-wrap .tab-content section > article picture a img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.tab-wrap .tab-content section > article picture:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.tab-wrap .tab-content section > article h4 {
    position: relative;
    margin: 15px 0 10px;
    padding: 0 5px;
    font-size: 17px;
}
@media (max-width: 1367px) {
    .tab-wrap .tab-content section > article h4 {
        font-size: 16px;
    }
}
@media (max-width: 1199px) {
    .tab-wrap .tab-content section > article h4 {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .tab-wrap .tab-content section > article h4 {
        font-size: 13px;
    }
}
.tab-wrap .tab-content section > article h4:after {
    display: block;
    margin: 7px auto 0;
    content: "";
    width: 175px;
    height: 1px;
    background-color: #1d1d1b;
    opacity: 0.2;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}
@media (max-width: 1199px) {
    .tab-wrap .tab-content section > article h4:after {
        width: 150px;
    }
}
@media (max-width: 991px) {
    .tab-wrap .tab-content section > article h4:after {
        width: 100px;
    }
}
@media (max-width: 767px) {
    .tab-wrap .tab-content section > article h4:after {
        width: 75px;
    }
}
.tab-wrap .tab-content section > article h5 {
    padding: 0 5px;
    font-size: 14px;
    text-transform: uppercase;
    opacity: 0.3;
}
@media (max-width: 1367px) {
    .tab-wrap .tab-content section > article h5 {
        font-size: 13px;
    }
}
@media (max-width: 1199px) {
    .tab-wrap .tab-content section > article h5 {
        font-size: 12px;
    }
}
@media (max-width: 767px) {
    .tab-wrap .tab-content section > article h5 {
        font-size: 11px;
    }
}
.tab-wrap .tab-content section > article img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.chrome .tab-wrap .tab-content section > article {
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    overflow: hidden;
    -webkit-break-inside: avoid-column;
    -moz-break-inside: avoid-column;
    -ms-break-inside: avoid-column;
    -o-break-inside: avoid-column;
    break-inside: avoid-column;
}
.trends--main {
    margin: 0;
    background-position: -165px 65px;
}
@media (min-width: 1367px) and (max-width: 1919px) {
    .trends--main {
        padding: 25px 0 35px;
    }
}
@media (min-width: 991px) and (max-width: 1199px) {
    .trends--main {
        padding: 25px 0 35px;
    }
}
.trends--main .tab-wrap > article {
    margin: 30px auto 0;
}
.trends--main .tab-wrap .tab-content {
    min-height: 550px;
}
.trend-single {
    z-index: 1;
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 10px 0;
    padding-top: 20px;
    padding-bottom: 20px;
    background: url(../_img/bgr-body-lines.png) no-repeat -165px top;
}
@media (max-width: 1367px) {
    .trend-single {
        background-position: center top;
    }
}
@media (max-width: 480px) {
    .trend-single {
        margin: 20px 0;
        background-image: none;
    }
}
.trend-single__social {
    position: absolute;
    top: 0;
    right: 115px;
    text-align: right;
}
@media (max-width: 1367px) {
    .trend-single__social {
        right: 105px;
    }
}
@media (max-width: 1199px) {
    .trend-single__social {
        right: 50px;
    }
}
@media (max-width: 480px) {
    .trend-single__social {
        top: 20px;
        right: 15px;
    }
}
.trend-single__social p {
    margin: 0 0 25px;
    font-size: 13px;
    font-weight: 600;
}
@media (max-width: 991px) {
    .trend-single__social p {
        margin-bottom: 15px;
    }
}
.trend-single__social ul {
    display: block;
}
.trend-single__social ul li {
    float: left;
    margin-left: 10px;
}
.trend-single__social ul li:first-of-type {
    margin-left: 0;
}
.trend-single__social ul li a {
    display: block;
    width: 24px;
    height: 24px;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.trend-single__social ul li a:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.trend-single__info {
    display: table;
    margin: 0 auto;
    width: 100%;
    max-width: 570px;
}
.trend-single__info p {
    margin: 0;
    font-size: 13px;
    color: #b7b7b7;
}
@media (max-width: 480px) {
    .trend-single__info p {
        padding-right: 135px;
    }
}
.trend-single__info i {
    font-family: Scotch-Modern-Regular;
    font-size: 22px;
    display: block;
    padding: 25px 0 35px;
}
@media (max-width: 1199px) {
    .trend-single__info i {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .trend-single__info i {
        font-size: 17px;
    }
}
@media (max-width: 991px) {
    .trend-single__info i {
        padding: 35px 0;
    }
}
@media (max-width: 480px) {
    .trend-single__info i {
        padding: 70px 0 30px;
    }
}
.trend-single__info i p {
    padding-right: 0;
    font-size: inherit;
    color: #1d1d1b;
}
.trend-single > article {
    display: table;
    margin: 0 auto;
    width: 100%;
    max-width: 570px;
    font-size: 16px;
    line-height: 1.5;
}
@media (max-width: 1367px) {
    .trend-single > article {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .trend-single > article {
        font-size: 15px;
        line-height: 1.5;
    }
}
.trend-single > article img {
    position: relative;
    margin: 15px -100px;
    width: 765px;
}
@media (max-width: 991px) {
    .trend-single > article img {
        margin: 15px -65px;
        width: 700px;
    }
}
@media (max-width: 767px) {
    .trend-single > article img {
        margin: 10px -15px;
        width: calc(100% + 2 * 15px);
    }
}
.more-trends {
    margin: 110px 0 35px;
}
@media (max-width: 1367px) {
    .more-trends {
        margin-bottom: 30px;
    }
}
@media (max-width: 1199px) {
    .more-trends {
        margin-top: 70px;
    }
}
@media (max-width: 991px) {
    .more-trends {
        margin-top: 50px;
    }
}
@media (max-width: 480px) {
    .more-trends {
        margin-top: -5px;
        margin-bottom: 35px;
    }
}
.more-trends h2 {
    font-family: Scotch-Modern-Regular;
    font-size: 32px;
    display: table;
    margin: 0 auto 20px;
}
@media (max-width: 1199px) {
    .more-trends h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .more-trends h2 {
        font-size: 26px;
    }
}
.more-trends .tab-wrap {
    padding: 0;
}
.more-trends .tab-wrap .tab-content {
    padding: 0;
    max-width: calc(3 * 375px + 2 * 20px);
}
@media (max-width: 480px) {
    .more-trends .tab-wrap .tab-content {
        margin: 20px 0 0;
        max-width: 345px;
    }
}
.more-trends .tab-wrap .tab-content section {
    display: flex;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -ms-column-count: 3;
    -o-column-count: 3;
    column-count: 3;
    column-gap: 0;
}
@media (max-width: 1367px) {
    .more-trends .tab-wrap .tab-content section {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        -ms-column-count: 3;
        -o-column-count: 3;
        column-count: 3;
    }
}
@media (max-width: 767px) {
    .more-trends .tab-wrap .tab-content section {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        -ms-column-count: 3;
        -o-column-count: 3;
        column-count: 3;
    }
}
@media (max-width: 480px) {
    .more-trends .tab-wrap .tab-content section {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        -ms-column-count: 1;
        -o-column-count: 1;
        column-count: 1;
    }
}
@media (max-width: 1367px) {
    .more-trends .tab-wrap .tab-content section {
        column-gap: 0;
    }
}
@media (max-width: 480px) {
    .more-trends .tab-wrap .tab-content section {
        display: block;
        column-gap: 0;
    }
}
.more-trends .tab-wrap .tab-content section article {
    display: flow-root;
    margin: 0 0 30px;
    max-width: 375px;
}
.more-trends .tab-wrap .tab-content section article:nth-of-type(2) {
    margin-left: 20px;
    margin-right: 20px;
}
@media (max-width: 480px) {
    .more-trends .tab-wrap .tab-content section article:nth-of-type(2) {
        margin-left: 0;
        margin-right: 0;
    }
}
@media (max-width: 480px) {
    .more-trends .tab-wrap .tab-content section article {
        display: inline-block;
        margin-bottom: 45px;
        max-width: 345px;
    }
}
.shop-main {
    z-index: 1;
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 40px 0;
    padding-top: 15px;
    padding-bottom: 15px;
    background: url(../_img/bgr-body-lines.png) no-repeat -165px top;
}
.shop-main--vip {
    background-position: -165px 150px;
}
@media (max-width: 767px) {
    .shop-main {
        margin: 25px 0;
        background-position: center top;
    }
}
.shop-main > h2 {
    font-family: Scotch-Modern-Regular;
    font-size: 32px;
    margin: -5px 0 40px;
    line-height: 1.3;
    text-align: center;
    color: #da0d15;
}
@media (max-width: 1199px) {
    .shop-main > h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .shop-main > h2 {
        font-size: 26px;
    }
}
@media (max-width: 1199px) {
    .shop-main > h2 {
        margin-bottom: 30px;
    }
}
.shop-main aside {
    float: left;
    display: inline-block;
    position: relative;
    padding-top: 33px;
    width: 100%;
    max-width: 275px;
}
@media (max-width: 1199px) {
    .shop-main aside {
        max-width: 250px;
    }
}
@media (max-width: 991px) {
    .shop-main aside {
        max-width: 200px;
    }
}
@media (max-width: 767px) {
    .shop-main aside {
        float: none;
        padding-top: 0;
        max-width: none;
    }
}
.shop-main aside .forma-main {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
@media (max-width: 767px) {
    .shop-main aside .forma-main {
        position: static;
        top: auto;
        left: auto;
        margin-top: 35px;
    }
}
.shop-main aside .forma-main form {
    display: inline-block;
    position: relative;
    width: 100%;
    vertical-align: top;
}
.shop-main aside .forma-main form .txt {
    display: inline-block;
    margin-bottom: 25px;
    padding: 7px 0;
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #b7b7b7;
    font-size: 13px;
    color: #1d1d1b;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    float: left;
    margin-bottom: 0;
    padding: 7px 30px 7px 0;
    width: 100%;
    font-size: 16px;
}
.shop-main aside .forma-main form .txt::-webkit-input-placeholder {
    color: rgba(29, 29, 27, 0.3);
}
.shop-main aside .forma-main form .txt::-moz-placeholder {
    color: rgba(29, 29, 27, 0.3);
}
.shop-main aside .forma-main form .txt:-ms-input-placeholder {
    color: rgba(29, 29, 27, 0.3);
}
.shop-main aside .forma-main form .txt:-moz-placeholder {
    color: rgba(29, 29, 27, 0.3);
}
.shop-main aside .forma-main form .txt::placeholder {
    color: rgba(29, 29, 27, 0.3);
}
@media (max-width: 767px) {
    .shop-main aside .forma-main form .txt {
        padding-bottom: 10px;
        font-size: 15px;
    }
}
.shop-main aside .forma-main form .submit {
    z-index: 1;
    display: inline-block;
    position: absolute;
    top: -3px;
    right: 0;
    margin: 0;
    padding: 0;
    width: 28px;
    height: 28px;
    background: url(../_img/icon-search.svg) no-repeat left center;
    background-size: cover;
    border: none;
    color: transparent;
    vertical-align: top;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.shop-main aside h6 {
    display: none;
    position: relative;
    padding: 12px 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #b7b7b7;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
@media (max-width: 767px) {
    .shop-main aside h6 {
        display: block;
    }
}
.shop-main aside h6.active span:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.shop-main aside h6 span {
    display: inline-block;
}
.shop-main aside h6 span:after {
    position: absolute;
    top: 50%;
    left: calc(100% - 18px);
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #b7b7b7 transparent transparent transparent;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.shop-main aside ul {
    display: inline-block;
    margin: 35px 0;
    width: 100%;
}
@media (max-width: 767px) {
    .shop-main aside ul {
        display: block;
        margin: 0;
        width: 100%;
        height: 0;
        overflow: hidden;
        opacity: 0;
        -webkit-transition: opacity 0.5s;
        -moz-transition: opacity 0.5s;
        -ms-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }
}
@media (max-width: 767px) {
    .shop-main aside ul.active {
        z-index: 1;
        position: absolute;
        top: 42px;
        left: 0;
        padding: 10px 0;
        width: 100%;
        height: auto;
        background-color: #fff;
        opacity: 1;
        -webkit-box-shadow: 0 5px 10px rgba(17, 17, 17, 0.2);
        -moz-box-shadow: 0 5px 10px rgba(17, 17, 17, 0.2);
        -ms-box-shadow: 0 5px 10px rgba(17, 17, 17, 0.2);
        -o-box-shadow: 0 5px 10px rgba(17, 17, 17, 0.2);
        box-shadow: 0 5px 10px rgba(17, 17, 17, 0.2);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}
.shop-main aside ul li {
    display: block;
    position: relative;
    margin-top: 20px;
    padding-left: 65px;
    width: 100%;
}
@media (max-width: 767px) {
    .shop-main aside ul li {
        display: inline-block;
        margin: 10px;
        padding-left: 0;
        text-align: center;
    }
}
.shop-main aside ul li:first-of-type {
    margin-top: 0;
}
@media (max-width: 767px) {
    .shop-main aside ul li:first-of-type {
        margin-top: 10px;
    }
}
.shop-main aside ul li a {
    display: block;
    font-size: 13px;
    font-weight: 400;
}
@media (max-width: 767px) {
    .shop-main aside ul li a {
        font-size: 16px;
    }
}
.shop-main aside ul li a.selected,
.shop-main aside ul li a:hover {
    font-family: ProximaNova_Bold;
}
.shop-main aside ul li a.selected:before,
.shop-main aside ul li a:hover:before {
    opacity: 1;
}
.shop-main aside ul li a:before {
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    content: "";
    width: 12px;
    height: 12px;
    background-color: #1d1d1b;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}
@media (max-width: 767px) {
    .shop-main aside ul li a:before {
        display: none;
    }
}
.shop-main aside ul li a.all:after {
    display: block;
    position: absolute;
    top: 0;
    left: 30px;
    width: 21px;
    height: 21px;
    content: "";
    background-color: #b7b7b7;
    -webkit-mask: url(../_img/icon-all.svg) no-repeat center;
    -moz-mask: url(../_img/icon-all.svg) no-repeat center;
    -ms-mask: url(../_img/icon-all.svg) no-repeat center;
    -o-mask: url(../_img/icon-all.svg) no-repeat center;
    mask: url(../_img/icon-all.svg) no-repeat center;
    -webkit-mask-size: 21px;
    -moz-mask-size: 21px;
    -ms-mask-size: 21px;
    -o-mask-size: 21px;
    mask-size: 21px;
}
@media (max-width: 767px) {
    .shop-main aside ul li a.all:after {
        display: none;
    }
}
.shop-main aside ul li a.all.selected:after,
.shop-main aside ul li a.all:hover:after {
    background-color: #1d1d1b;
}
.shop-main aside ul li a.selected + span,
.shop-main aside ul li a:hover + span {
    background-color: #1d1d1b;
}
.shop-main aside ul li span {
    display: block;
    position: absolute;
    top: 0;
    left: 30px;
    width: 21px;
    height: 21px;
    background-color: #b7b7b7;
    -webkit-mask-size: cover;
    -moz-mask-size: cover;
    -ms-mask-size: cover;
    -o-mask-size: cover;
    mask-size: cover;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}
@media (max-width: 767px) {
    .shop-main aside ul li span {
        display: none;
    }
}
.shop-main .listchar {
    display: inline-block;
    padding: 75px 20px 150px;
    width: calc(100% - 275px);
    min-height: 550px;
}
@media (max-width: 1199px) {
    .shop-main .listchar {
        width: calc(100% - 250px);
    }
}
@media (max-width: 991px) {
    .shop-main .listchar {
        width: calc(100% - 200px);
    }
}
@media (max-width: 767px) {
    .shop-main .listchar {
        padding: 45px 0 90px;
        width: 100%;
    }
}
.shop-main .listchar .character {
    font-family: Scotch-Modern-Regular;
    font-size: 32px;
    color: #da0d15;
    margin-bottom: 20px;
}
.shop-main .listchar > p {
    float: left;
    margin: 10px 0 0;
    padding-right: 15px;
    width: 33.3%;
}
@media (max-width: 767px) {
    .shop-main .listchar > p {
        padding-right: 5px;
        width: 50%;
    }
}
.shop-main .listchar > p a {
    display: table;
    font-size: 16px;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .shop-main .listchar > p a {
        font-size: 14px;
        line-height: 1.2;
    }
}
.shop-main .listchar > p a:hover {
    font-weight: 700;
}
.shop-main .listchar > p a i {
    font-family: Scotch-Modern-Italic;
    font-weight: 700;
    font-size: 20px;
    color: #b7b7b7;
}
@media (max-width: 1199px) {
    .shop-main .listchar > p a i {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .shop-main .listchar > p a i {
        font-size: 17px;
    }
}
@media (max-width: 320px) {
    .shop-main .listchar > p a i {
        font-size: 16px;
    }
}
.shop-main .listchar > p a i + span {
    margin-left: 15px;
}
@media (max-width: 767px) {
    .shop-main .listchar > p a i + span {
        margin-left: 10px;
    }
}
.shop-main .listchar > hr {
    display: inline-block;
    margin: 40px 0;
    width: 100%;
    height: 1px;
    background-color: transparent;
    border: none;
}
@media (max-width: 991px) {
    .shop-main .listchar > hr {
        margin: 30px 0;
    }
}
@media (max-width: 767px) {
    .shop-main .listchar > hr {
        margin: 25px 0;
    }
}
.shop-main > h3 {
    font-family: Scotch-Modern-Regular;
    font-size: 32px;
    margin: -10px 0 50px;
    line-height: 1.3;
    text-align: center;
    color: #da0d15;
}
@media (max-width: 1199px) {
    .shop-main > h3 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .shop-main > h3 {
        font-size: 26px;
    }
}
@media (max-width: 1199px) {
    .shop-main > h3 {
        margin-bottom: 18px;
    }
}
@media (max-width: 480px) {
    .shop-main > h3 {
        margin-top: -55px;
    }
}
.shop-main > article {
    display: table;
    margin: 0 auto 40px;
    width: 100%;
    max-width: 780px;
    line-height: 1.5;
    text-align: center;
}
@media (max-width: 1367px) {
    .shop-main > article {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .shop-main > article {
        font-size: 15px;
    }
}
@media (max-width: 480px) {
    .shop-main > article {
        margin-bottom: 20px;
    }
}
.about-main aside {
    padding-top: 0;
    max-width: 165px;
}
@media (max-width: 767px) {
    .about-main aside {
        float: none;
        padding-top: 0;
        max-width: none;
    }
}
.about-main aside ul {
    margin: 10px 0;
}
@media (max-width: 767px) {
    .about-main aside ul {
        margin: 0;
    }
}
.about-main aside ul li {
    padding-left: 30px;
}
@media (max-width: 767px) {
    .about-main aside ul li {
        padding-left: 0;
    }
}
.about-main aside ul li a:before {
    top: 0;
}
.about-main .listchar {
    padding: 0 130px 150px;
    width: calc(100% - 165px);
    min-height: initial;
    line-height: 1.5;
}
@media (max-width: 1199px) {
    .about-main .listchar {
        padding: 0 115px 125px;
    }
}
@media (max-width: 991px) {
    .about-main .listchar {
        padding: 0 100px 100px;
    }
}
@media (max-width: 767px) {
    .about-main .listchar {
        padding: 15px 0 30px;
        width: 100%;
    }
}
.about-main .listchar .character {
    font-family: Scotch-Modern-Regular;
    font-size: 32px;
    color: #da0d15;
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .about-main .listchar .character {
        text-align: center;
    }
}
.about-main .listchar > p {
    float: none;
    margin: 10px 0 0;
    padding-right: 0;
    width: 100%;
}
@media (max-width: 767px) {
    .about-main .listchar > p {
        padding-right: 0;
        width: 100%;
    }
}
.about-main .listchar > p a {
    text-transform: none;
}
.about-main .listchar > p a:hover {
    font-weight: 400;
}
.about-main .listchar a {
    display: initial;
    font-size: 16px;
    text-transform: none;
    color: #da0d15;
}
@media (max-width: 767px) {
    .about-main .listchar a {
        font-size: 15px;
        line-height: 1.5;
    }
}
.about-main .listchar a:hover {
    font-weight: 400;
}
.about-main .listchar a span {
    color: #da0d15 !important;
}
.stage--shop-single h1 {
    z-index: 1;
    position: absolute;
    top: 100%;
    padding: 40px calc(145px + 166px + 105px);
    width: 100%;
    color: #fff;
    font-family: Scotch-Modern-Regular;
    font-size: 60px;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
@media (max-width: 1199px) {
    .stage--shop-single h1 {
        font-size: 48px;
    }
}
@media (max-width: 767px) {
    .stage--shop-single h1 {
        font-size: 32px;
    }
}
@media (max-width: 1199px) {
    .stage--shop-single h1 {
        padding: 40px calc(100px + 150px + 75px);
    }
}
@media (max-width: 991px) {
    .stage--shop-single h1 {
        padding: 40px calc(50px + 125px + 55px);
    }
}
@media (max-width: 767px) {
    .stage--shop-single h1 {
        padding: 15px 15px 55px;
        text-align: center;
    }
}
.shop-single {
    z-index: 1;
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 35px 145px;
    background: url(../_img/bgr-body-lines.png) no-repeat -165px top;
}
@media (max-width: 1199px) {
    .shop-single {
        background-position: center top;
        padding: 35px 100px;
    }
}
@media (max-width: 991px) {
    .shop-single {
        padding: 35px 50px;
    }
}
@media (max-width: 767px) {
    .shop-single {
        margin: 25px 0;
        padding: 15px;
    }
}
.shop-single aside {
    float: left;
    display: inline-block;
    position: relative;
    top: -135px;
    width: 100%;
    max-width: 166px;
}
@media (max-width: 1199px) {
    .shop-single aside {
        top: -125px;
        max-width: 150px;
    }
}
@media (max-width: 991px) {
    .shop-single aside {
        max-width: 125px;
    }
}
@media (max-width: 767px) {
    .shop-single aside {
        float: none;
        display: table;
        top: auto;
        margin: -60px auto 5px;
        width: auto;
        max-width: none;
    }
}
.shop-single__box {
    display: inline-block;
    margin-bottom: 30px;
    width: 100%;
    max-width: 166px;
    height: 166px;
    background-color: #fff;
    vertical-align: top;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
@media (max-width: 1199px) {
    .shop-single__box {
        max-width: 150px;
        height: 150px;
    }
}
@media (max-width: 991px) {
    .shop-single__box {
        max-width: 125px;
        height: 125px;
    }
}
@media (max-width: 767px) {
    .shop-single__box {
        float: left;
        margin: 0 30px 40px 0;
        width: 104px;
        max-width: 104px;
        height: 104px;
    }
}
@media (max-width: 480px) {
    .shop-single__box {
        margin-right: 15px;
    }
}
@media (max-width: 374px) {
    .shop-single__box {
        margin-right: 10px;
        width: 85px;
        max-width: 85px;
        height: 85px;
    }
}
@media (max-width: 767px) {
    .shop-single__box:nth-of-type(3n + 0) {
        margin-right: 0;
    }
}
@media (max-width: 767px) {
    .shop-single__box:nth-of-type(4n + 0) {
        clear: both;
    }
}
.shop-single__box--logo {
    border: 1px solid #b7b7b7;
}
.shop-single__box--logo picture {
    display: table;
    position: relative;
    top: 50%;
    margin: 0 auto;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 767px) {
    .shop-single__box--logo picture {
        margin: 0 -5px;
        width: calc(100% + 2 * 5px);
    }
}
.shop-single__box--logo picture img {
    max-height: 166px;
    visibility: hidden;
    opacity: 0;
}
@media (max-width: 1199px) {
    .shop-single__box--logo picture img {
        max-height: 150px;
    }
}
@media (max-width: 991px) {
    .shop-single__box--logo picture img {
        max-height: 125px;
    }
}
.shop-single__box--level {
    padding: 20px 5px;
    background-color: #da0d15;
    border: 1px solid #da0d15;
}
@media (max-width: 767px) {
    .shop-single__box--level {
        padding: 13px 5px;
    }
}
@media (max-width: 374px) {
    .shop-single__box--level {
        padding: 5px;
    }
}
.shop-single__box--level h4 {
    position: relative;
    text-align: center;
    color: #fff;
    font-family: Scotch-Modern-Regular;
    font-size: 50px;
}
@media (max-width: 1199px) {
    .shop-single__box--level h4 {
        font-size: 38px;
    }
}
@media (max-width: 767px) {
    .shop-single__box--level h4 {
        font-size: 27px;
    }
}
.shop-single__box--level h4:after {
    display: block;
    margin: 13px auto 15px;
    content: "";
    width: 80px;
    height: 1px;
    background-color: #fff;
}
@media (max-width: 991px) {
    .shop-single__box--level h4:after {
        margin-bottom: 5px;
    }
}
@media (max-width: 767px) {
    .shop-single__box--level h4:after {
        width: 48px;
    }
}
@media (max-width: 374px) {
    .shop-single__box--level h4:after {
        margin: 3px auto 7px;
    }
}
.shop-single__box--level h5 {
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}
@media (max-width: 767px) {
    .shop-single__box--level h5 {
        font-size: 11px;
    }
}
.shop-single__box--level a {
    display: block;
    margin-top: 25px;
    font-size: 16px;
    text-align: center;
    color: #fff;
}
@media (max-width: 1199px) {
    .shop-single__box--level a {
        margin-top: 20px;
        font-size: 13px;
    }
}
@media (max-width: 991px) {
    .shop-single__box--level a {
        margin-top: 10px;
    }
}
@media (max-width: 767px) {
    .shop-single__box--level a {
        font-size: 11px;
    }
}
@media (max-width: 374px) {
    .shop-single__box--level a {
        margin-top: 5px;
    }
}
.shop-single__box--level a:hover span {
    background-position: 100% 65%;
}
@media (max-width: 1199px) {
    .shop-single__box--level a:hover span {
        background-position: 100% 80%;
    }
}
.shop-single__box--level a span {
    padding-right: 20px;
    background: url(../_img/icon-arrow-right-show-map.png) no-repeat calc(100% - 2px) 65%;
    background-size: 12px;
    -webkit-transition: background-position 0.3s;
    -moz-transition: background-position 0.3s;
    -ms-transition: background-position 0.3s;
    -o-transition: background-position 0.3s;
    transition: background-position 0.3s;
}
@media (max-width: 1199px) {
    .shop-single__box--level a span {
        background-position: calc(100% - 2px) 80%;
    }
}
@media (max-width: 767px) {
    .shop-single__box--level a span {
        padding-right: 15px;
        background-size: 8px;
    }
}
.shop-single__box--gallery {
    position: relative;
    background-color: transparent;
}
.shop-single__box--gallery > picture {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.shop-single__box--gallery > picture img {
    max-height: 166px;
    visibility: hidden;
    opacity: 0;
}
@media (max-width: 1199px) {
    .shop-single__box--gallery > picture img {
        max-height: 150px;
    }
}
@media (max-width: 991px) {
    .shop-single__box--gallery > picture img {
        max-height: 125px;
    }
}
.shop-single__box--gallery > a {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    color: #fff;
}
@media (max-width: 374px) {
    .shop-single__box--gallery > a {
        bottom: 50%;
        -webkit-transform: translateY(50%);
        -moz-transform: translateY(50%);
        -ms-transform: translateY(50%);
        -o-transform: translateY(50%);
        transform: translateY(50%);
    }
}
.shop-single__box--gallery > a:hover span {
    background-position: 100% 65%;
}
.shop-single__box--gallery > a span {
    padding-right: 20px;
    width: 100%;
    background: url(../_img/icon-arrow-right-show-map.png) no-repeat calc(100% - 2px) 65%;
    background-size: 12px;
    -webkit-transition: background-position 0.3s;
    -moz-transition: background-position 0.3s;
    -ms-transition: background-position 0.3s;
    -o-transition: background-position 0.3s;
    transition: background-position 0.3s;
}
@media (max-width: 767px) {
    .shop-single__box--gallery > a span {
        padding-right: 15px;
        background-size: 8px;
    }
}
.shop-single__box--icon {
    margin-top: 10px;
    background-color: transparent;
    height: auto;
    min-height: 166px;
}
@media (max-width: 1199px) {
    .shop-single__box--icon {
        min-height: 150px;
    }
}
@media (max-width: 991px) {
    .shop-single__box--icon {
        min-height: 125px;
    }
}
@media (max-width: 767px) {
    .shop-single__box--icon {
        margin-top: 0;
        min-height: 160px;
    }
}
@media (max-width: 374px) {
    .shop-single__box--icon {
        min-height: 85px;
    }
}
.shop-single__box--icon span {
    display: table;
    margin: 0 auto;
    width: 66px;
    height: 66px;
    background-color: #da0d15;
    -webkit-mask-size: cover;
    -moz-mask-size: cover;
    -ms-mask-size: cover;
    -o-mask-size: cover;
    mask-size: cover;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}
.shop-single__box--icon h4 {
    position: relative;
    margin-top: 12px;
    font-size: 20px;
    text-align: center;
}
@media (max-width: 1199px) {
    .shop-single__box--icon h4 {
        margin-top: 10px;
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .shop-single__box--icon h4 {
        margin-top: 5px;
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .shop-single__box--icon h4 {
        margin-top: 10px;
        font-size: 16px;
    }
}
.shop-single__box--icon h4:after {
    display: block;
    margin: 15px auto;
    content: "";
    width: 100%;
    max-width: 120px;
    height: 1px;
    background-color: #b7b7b7;
}
@media (max-width: 1199px) {
    .shop-single__box--icon h4:after {
        margin: 10px auto;
    }
}
@media (max-width: 991px) {
    .shop-single__box--icon h4:after {
        margin: 5px auto;
    }
}
@media (max-width: 767px) {
    .shop-single__box--icon h4:after {
        margin: 10px auto;
    }
}
.shop-single__box--icon h5 {
    padding: 0 35px;
    font-size: 10px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    color: #b7b7b7;
}
@media (max-width: 1199px) {
    .shop-single__box--icon h5 {
        padding: 0 30px;
    }
}
@media (max-width: 991px) {
    .shop-single__box--icon h5 {
        padding: 0 15px;
    }
}
@media (max-width: 767px) {
    .shop-single__box--icon h5 {
        padding: 0;
        font-size: 13px;
    }
}
.shop-single article {
    display: inline-block;
    padding: 0 0 0 105px;
    width: calc(100% - 166px);
}
@media (max-width: 1199px) {
    .shop-single article {
        padding-left: 75px;
        width: calc(100% - 150px);
    }
}
@media (max-width: 991px) {
    .shop-single article {
        padding-left: 55px;
        width: calc(100% - 125px);
    }
}
@media (max-width: 767px) {
    .shop-single article {
        padding-left: 0;
        width: 100%;
    }
}
.shop-single article h2 {
    margin-bottom: 85px;
    font-style: italic;
    line-height: 1.3;
    font-family: Scotch-Modern-Regular;
    font-size: 22px;
}
@media (max-width: 1199px) {
    .shop-single article h2 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .shop-single article h2 {
        font-size: 17px;
    }
}
@media (max-width: 1199px) {
    .shop-single article h2 {
        margin-bottom: 65px;
    }
}
@media (max-width: 991px) {
    .shop-single article h2 {
        margin-bottom: 45px;
    }
}
@media (max-width: 767px) {
    .shop-single article h2 {
        margin-bottom: 80px;
    }
}
.shop-single__info {
    float: left;
    padding-right: 90px;
    width: 70%;
}
@media (max-width: 1199px) {
    .shop-single__info {
        padding-right: 70px;
        width: 60%;
    }
}
@media (max-width: 991px) {
    .shop-single__info {
        padding-right: 25px;
    }
}
@media (max-width: 767px) {
    .shop-single__info {
        float: none;
        width: 100%;
        padding-right: 0;
    }
}
.shop-single__info .tabs-main {
    margin: 0;
    padding: 0;
    background: 0 0;
}
.shop-single__info .tabs-main .tab-wrap {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
}
.shop-single__info .tabs-main .tab-wrap input[type="radio"][name="tabs"] {
    z-index: -1;
    display: none;
    position: absolute;
    top: 0;
    left: -9999px;
    opacity: 0;
}
.shop-single__info .tabs-main .tab-wrap ul {
    display: table;
    margin: 0 auto;
    width: auto;
}
.shop-single__info .tabs-main .tab-wrap ul li {
    float: left;
    margin: 0;
    padding: 0 22px;
    text-align: center;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    -ms-transition: padding 0.3s;
    -o-transition: padding 0.3s;
    transition: padding 0.3s;
}
@media (max-width: 1199px) {
    .shop-single__info .tabs-main .tab-wrap ul li {
        padding: 0 15px;
    }
}
@media (max-width: 1091px) {
    .shop-single__info .tabs-main .tab-wrap ul li {
        padding: 0;
    }
}
@media (max-width: 767px) {
    .shop-single__info .tabs-main .tab-wrap ul li {
        padding: 0 20px;
    }
}
@media (max-width: 370px) {
    .shop-single__info .tabs-main .tab-wrap ul li {
        padding: 0 5px;
    }
}
.shop-single__info .tabs-main .tab-wrap ul li:first-of-type span {
    display: block;
}
.shop-single__info .tabs-main .tab-wrap ul li label {
    display: block;
    position: relative;
    font-size: 18px;
    text-align: center;
    color: #1d1d1b;
    cursor: pointer;
}
.shop-single__info .tabs-main .tab-wrap ul li label span {
    display: none;
    position: relative;
    margin: 10px auto 0;
    width: 12px;
    height: 12px;
    background: #1d1d1b;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -o-animation-name: slide;
    -o-animation-duration: 0.3s;
    -o-animation-direction: normal;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: ease-in-out;
    -ms-animation-name: slide;
    -ms-animation-duration: 0.3s;
    -ms-animation-direction: normal;
    -ms-animation-iteration-count: 1;
    -ms-animation-timing-function: ease-in-out;
    -moz-animation-name: slide;
    -moz-animation-duration: 0.3s;
    -moz-animation-direction: normal;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-in-out;
    -webkit-animation-name: slide;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-direction: normal;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
    animation-name: slide;
    animation-duration: 0.3s;
    animation-direction: normal;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
}
@-o-keyframes slide {
    from {
        -o-opacity: 0;
        -o-transform: translateY(5%);
    }
    to {
        -o-opacity: 1;
        -o-transform: translateY(0);
    }
}
@-ms-keyframes slide {
    from {
        -ms-opacity: 0;
        -ms-transform: translateY(5%);
    }
    to {
        -ms-opacity: 1;
        -ms-transform: translateY(0);
    }
}
@-moz-keyframes slide {
    from {
        -moz-opacity: 0;
        -moz-transform: translateY(5%);
    }
    to {
        -moz-opacity: 1;
        -moz-transform: translateY(0);
    }
}
@-webkit-keyframes slide {
    from {
        -webkit-opacity: 0;
        -webkit-transform: translateY(5%);
    }
    to {
        -webkit-opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@keyframes slide {
    from {
        opacity: 0;
        transform: translateY(5%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.shop-single__info .tabs-main .tab-wrap .tab-content {
    display: table;
    position: relative;
    margin: 35px auto 0;
    padding: 0;
    width: 100%;
    max-width: none;
}
@media (max-width: 767px) {
    .shop-single__info .tabs-main .tab-wrap .tab-content {
        margin-top: 40px;
    }
}
.shop-single__info .tabs-main .tab-wrap .tab-content section {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -ms-column-count: 1;
    -o-column-count: 1;
    column-count: 1;
    column-gap: 0;
}
.shop-single__info .tabs-main .tab-wrap .tab-content section picture {
    display: block;
}
.shop-single__info .tabs-main .tab-wrap .tab-content section picture a {
    margin-top: 0;
}
.shop-single__info .tabs-main .tab-wrap .tab-content section a {
    display: block;
    margin-top: 15px;
    font-family: Scotch-Modern-Regular;
    font-size: 22px;
}
@media (max-width: 1199px) {
    .shop-single__info .tabs-main .tab-wrap .tab-content section a {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .shop-single__info .tabs-main .tab-wrap .tab-content section a {
        font-size: 17px;
    }
}
.shop-single__contact {
    float: left;
    width: 30%;
}
@media (max-width: 1199px) {
    .shop-single__contact {
        width: 40%;
    }
}
@media (max-width: 767px) {
    .shop-single__contact {
        float: none;
        margin-top: 45px;
        width: 100%;
    }
}
.shop-single__contact h4 {
    font-size: 20px;
}
@media (max-width: 1199px) {
    .shop-single__contact h4 {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .shop-single__contact h4 {
        font-size: 15px;
        color: #da0d15;
    }
}
.shop-single__contact ul {
    display: inline-block;
    margin: 25px 0;
    width: 100%;
}
@media (max-width: 767px) {
    .shop-single__contact ul {
        margin: 35px 0 15px;
    }
}
.shop-single__contact ul li {
    margin-top: 23px;
    padding: 5px 0 5px 35px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: left center;
}
@media (max-width: 1199px) {
    .shop-single__contact ul li {
        padding-left: 30px;
    }
}
@media (max-width: 767px) {
    .shop-single__contact ul li {
        padding-left: 35px;
        font-size: 17px;
    }
}
.shop-single__contact ul li:first-of-type {
    margin-top: 0;
}
.shop-single__contact ul li.phone {
    background-image: url(../_img/icon-phone.svg);
    background-size: 20px;
}
.shop-single__contact ul li.url {
    background-image: url(../_img/icon-url.svg);
    background-size: 20px;
}
.shop-single__contact ul li.email {
    background-image: url(../_img/icon-email.svg);
    background-size: 21px;
}
.shop-single__contact ul li a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.shop-single__contact ul li a:hover {
    text-shadow: 0 0 0 #1d1d1b;
}
.promotions-main {
    margin: 15px 0 0;
    padding: 25px 0;
    background: url(../_img/bgr-body-lines.png) no-repeat -165px 50px;
}
@media (max-width: 1367px) {
    .promotions-main {
        margin-top: 5px;
    }
}
@media (max-width: 1199px) {
    .promotions-main {
        padding: 20px 0 25px;
        background-position: center top;
    }
}
@media (max-width: 767px) {
    .promotions-main {
        padding: 15px 0 25px;
        background: 0 0;
    }
}
.promotions-main h2 {
    font-family: Scotch-Modern-Regular;
    font-size: 48px;
    display: table;
    margin: 0 auto;
}
@media (max-width: 1199px) {
    .promotions-main h2 {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .promotions-main h2 {
        font-size: 32px;
    }
}
.promotions-wrap {
    display: table;
    position: relative;
    margin: 0 auto;
}
@media (min-width: 1367px) {
    .promotions-wrap {
        padding: 0 20px;
    }
}
.promotions-wrap .promotions-content {
    display: table;
    position: relative;
    margin: 30px auto 0;
    width: 100%;
    max-width: calc(4 * 415px + 4 * 20px);
}
@media (max-width: 1367px) {
    .promotions-wrap .promotions-content {
        padding: 0 20px;
        max-width: calc(3 * 375px + 3 * 30px);
    }
}
@media (max-width: 991px) {
    .promotions-wrap .promotions-content {
        max-width: calc(3 * 185px + 3 * 30px);
    }
}
@media (max-width: 767px) {
    .promotions-wrap .promotions-content {
        margin-top: 20px;
        padding: 0 15px;
        max-width: calc(2 * 165px + 2 * 30px);
    }
}
.promotions-wrap .promotions-content section {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    -ms-column-count: 4;
    -o-column-count: 4;
    column-count: 4;
    -o-animation-name: tabs;
    -o-animation-duration: 0.3s;
    -o-animation-direction: normal;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: ease-in-out;
    -ms-animation-name: tabs;
    -ms-animation-duration: 0.3s;
    -ms-animation-direction: normal;
    -ms-animation-iteration-count: 1;
    -ms-animation-timing-function: ease-in-out;
    -moz-animation-name: tabs;
    -moz-animation-duration: 0.3s;
    -moz-animation-direction: normal;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-in-out;
    -webkit-animation-name: tabs;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-direction: normal;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
    animation-name: tabs;
    animation-duration: 0.3s;
    animation-direction: normal;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    column-gap: 10px;
    column-fill: initial;
}
@media (max-width: 1367px) {
    .promotions-wrap .promotions-content section {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        -ms-column-count: 3;
        -o-column-count: 3;
        column-count: 3;
    }
}
@media (max-width: 767px) {
    .promotions-wrap .promotions-content section {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        -ms-column-count: 2;
        -o-column-count: 2;
        column-count: 2;
    }
}
@media (max-width: 480px) {
    .promotions-wrap .promotions-content section {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        -ms-column-count: 1;
        -o-column-count: 1;
        column-count: 1;
    }
}
@-o-keyframes tabs {
    from {
        -o-opacity: 0;
        -o-transform: translateY(5%);
    }
    to {
        -o-opacity: 1;
        -o-transform: translateY(0);
    }
}
@-ms-keyframes tabs {
    from {
        -ms-opacity: 0;
        -ms-transform: translateY(5%);
    }
    to {
        -ms-opacity: 1;
        -ms-transform: translateY(0);
    }
}
@-moz-keyframes tabs {
    from {
        -moz-opacity: 0;
        -moz-transform: translateY(5%);
    }
    to {
        -moz-opacity: 1;
        -moz-transform: translateY(0);
    }
}
@-webkit-keyframes tabs {
    from {
        -webkit-opacity: 0;
        -webkit-transform: translateY(5%);
    }
    to {
        -webkit-opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@keyframes tabs {
    from {
        opacity: 0;
        transform: translateY(5%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@media (max-width: 1367px) {
    .promotions-wrap .promotions-content section {
        column-gap: 15px;
    }
}
.promotions-wrap .promotions-content section > article {
    display: inline-block;
    position: relative;
    margin: 0 0 30px;
    padding: 0;
    width: 100%;
    max-width: 415px;
    text-align: center;
    clear: both;
    -webkit-transition: max-width 0.3s;
    -moz-transition: max-width 0.3s;
    -ms-transition: max-width 0.3s;
    -o-transition: max-width 0.3s;
    transition: max-width 0.3s;
}
@media (max-width: 1367px) {
    .promotions-wrap .promotions-content section > article {
        max-width: 375px;
    }
}
@media (max-width: 991px) {
    .promotions-wrap .promotions-content section > article {
        margin-bottom: 40px;
        max-width: 185px;
    }
}
@media (max-width: 767px) {
    .promotions-wrap .promotions-content section > article {
        margin-bottom: 20px;
        max-width: 165px;
    }
}
@media (max-width: 480px) {
    .promotions-wrap .promotions-content section > article {
        margin-bottom: 40px;
        max-width: none;
    }
}
.promotions-wrap .promotions-content section > article picture {
    display: table;
    margin: 0 auto;
    width: 100%;
    border: 1px solid #dbdbdb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.promotions-wrap .promotions-content section > article picture a {
    display: block;
}
.promotions-wrap .promotions-content section > article h4 {
    position: relative;
    margin: 20px 0 15px;
    padding: 0 5px;
    font-size: 17px;
    line-height: 1.3;
    text-transform: uppercase;
}
@media (max-width: 1367px) {
    .promotions-wrap .promotions-content section > article h4 {
        font-size: 16px;
    }
}
@media (max-width: 1199px) {
    .promotions-wrap .promotions-content section > article h4 {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .promotions-wrap .promotions-content section > article h4 {
        font-size: 13px;
    }
}
@media (max-width: 480px) {
    .promotions-wrap .promotions-content section > article h4 {
        margin: 20px 0;
        font-size: 15px;
        line-height: 1.5;
    }
}
.promotions-wrap .promotions-content section > article h4:after {
    display: block;
    margin: 10px auto 0;
    content: "";
    width: 175px;
    height: 1px;
    background-color: #1d1d1b;
    opacity: 0.2;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}
@media (max-width: 1199px) {
    .promotions-wrap .promotions-content section > article h4:after {
        width: 150px;
    }
}
@media (max-width: 991px) {
    .promotions-wrap .promotions-content section > article h4:after {
        width: 100px;
    }
}
@media (max-width: 767px) {
    .promotions-wrap .promotions-content section > article h4:after {
        margin-top: 15px;
        width: 75px;
    }
}
.promotions-wrap .promotions-content section > article h5 {
    padding: 0 5px;
    font-size: 14px;
    text-transform: uppercase;
    opacity: 0.3;
}
@media (max-width: 1367px) {
    .promotions-wrap .promotions-content section > article h5 {
        font-size: 13px;
    }
}
@media (max-width: 1199px) {
    .promotions-wrap .promotions-content section > article h5 {
        font-size: 12px;
    }
}
@media (max-width: 767px) {
    .promotions-wrap .promotions-content section > article h5 {
        font-size: 11px;
    }
}
@media (max-width: 480px) {
    .promotions-wrap .promotions-content section > article h5 {
        font-size: 13px;
    }
}
.promotions-wrap .promotions-content section > article img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.promotions-wrap .promotions-content section > article .left {
    float: left;
    display: block;
    position: relative;
    margin: -20px 20px 20px;
    width: 108px;
    height: 108px;
    background-color: #fff;
    border: 1px solid #b7b7b7;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
@media (max-width: 1367px) {
    .promotions-wrap .promotions-content section > article .left {
        width: 98px;
        height: 98px;
    }
}
@media (max-width: 1199px) {
    .promotions-wrap .promotions-content section > article .left {
        margin: -20px 15px 20px 15px;
        width: 65px;
        height: 65px;
    }
}
@media (max-width: 991px) {
    .promotions-wrap .promotions-content section > article .left {
        margin: -20px 10px 20px 10px;
        width: 44px;
        height: 44px;
    }
}
@media (max-width: 767px) {
    .promotions-wrap .promotions-content section > article .left {
        margin: -20px 15px 20px 15px;
        width: 65px;
        height: 65px;
    }
}
@media (max-width: 640px) {
    .promotions-wrap .promotions-content section > article .left {
        margin: -20px 10px 20px 10px;
        width: 44px;
        height: 44px;
    }
}
@media (max-width: 480px) {
    .promotions-wrap .promotions-content section > article .left {
        margin: -40px 15px 20px 45px;
        width: 120px;
        height: 120px;
    }
}
@media (max-width: 320px) {
    .promotions-wrap .promotions-content section > article .left {
        margin: -40px 15px 20px 25px;
    }
}
.promotions-wrap .promotions-content section > article .left img {
    width: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.promotions-wrap .promotions-content section > article .left + .right {
    float: right;
    width: calc(100% - (2 * 20px + 108px));
}
@media (max-width: 1367px) {
    .promotions-wrap .promotions-content section > article .left + .right {
        width: calc(100% - (2 * 20px + 98px));
    }
}
@media (max-width: 1199px) {
    .promotions-wrap .promotions-content section > article .left + .right {
        width: calc(100% - (2 * 15px + 65px));
    }
}
@media (max-width: 991px) {
    .promotions-wrap .promotions-content section > article .left + .right {
        width: calc(100% - (2 * 10px + 44px));
    }
}
@media (max-width: 767px) {
    .promotions-wrap .promotions-content section > article .left + .right {
        width: calc(100% - (2 * 15px + 65px));
    }
}
@media (max-width: 640px) {
    .promotions-wrap .promotions-content section > article .left + .right {
        width: calc(100% - (2 * 10px + 44px));
    }
}
@media (max-width: 480px) {
    .promotions-wrap .promotions-content section > article .left + .right {
        width: calc(100% - (15px + 45px + 120px));
    }
}
@media (max-width: 320px) {
    .promotions-wrap .promotions-content section > article .left + .right {
        width: calc(100% - (15px + 25px + 120px));
    }
}
.promotions-wrap .promotions-content section > article .left + .right h4 {
    padding-left: 0;
    text-align: left;
}
.promotions-wrap .promotions-content section > article .left + .right h4:after {
    margin-left: 0;
    margin-right: 0;
    width: 135px;
}
@media (max-width: 1199px) {
    .promotions-wrap .promotions-content section > article .left + .right h4:after {
        width: 150px;
    }
}
@media (max-width: 991px) {
    .promotions-wrap .promotions-content section > article .left + .right h4:after {
        width: 75px;
    }
}
@media (max-width: 767px) {
    .promotions-wrap .promotions-content section > article .left + .right h4:after {
        width: 75px;
    }
}
.promotions-wrap .promotions-content section > article .left + .right h5 {
    padding-left: 0;
    text-align: left;
    color: #da0d15;
    opacity: 1;
}
.promotions-wrap .promotions-content section > article .right {
    float: none;
    width: 100%;
}
.promotions-wrap .promotions-content section > article .right h4 {
    text-align: center;
}
.promotions-wrap .promotions-content section > article .right h5 {
    text-align: center;
    color: #da0d15;
    opacity: 1;
}
.promotions-single {
    z-index: 1;
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 10px 0;
    padding-top: 110px;
    padding-bottom: 50px;
    background: url(../_img/bgr-body-lines.png) no-repeat -165px 250px;
}
@media (max-width: 1367px) {
    .promotions-single {
        background-position: center 300px;
    }
}
@media (max-width: 1199px) {
    .promotions-single {
        padding-top: 80px;
        padding-bottom: 50px;
    }
}
@media (max-width: 767px) {
    .promotions-single {
        background-position: center 50px;
        padding-top: 35px;
        padding-bottom: 35px;
    }
}
@media (max-width: 480px) {
    .promotions-single {
        margin: 20px 0;
        padding-top: 25px;
        padding-bottom: 15px;
        background-position: center 35px;
    }
}
.promotions-single > article {
    float: right;
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0 0 0 120px;
    width: calc(100% - 176px);
    font-size: 16px;
    line-height: 1.5;
}
@media (max-width: 1367px) {
    .promotions-single > article {
        font-size: 16px;
    }
}
@media (max-width: 1199px) {
    .promotions-single > article {
        padding-left: 80px;
        width: calc(100% - 150px);
    }
}
@media (max-width: 991px) {
    .promotions-single > article {
        padding-left: 40px;
        width: calc(100% - 125px);
    }
}
@media (max-width: 767px) {
    .promotions-single > article {
        float: none;
        padding-left: 0;
        width: 100%;
    }
}
.promotions-single > article h2 {
    display: block;
    margin-bottom: 40px;
    padding-right: calc(375px + 100px);
    line-height: 1.3;
    font-family: Scotch-Modern-Regular;
    font-size: 32px;
}
@media (max-width: 1199px) {
    .promotions-single > article h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .promotions-single > article h2 {
        font-size: 26px;
    }
}
@media (max-width: 1199px) {
    .promotions-single > article h2 {
        padding-right: calc(300px + 50px);
    }
}
@media (max-width: 991px) {
    .promotions-single > article h2 {
        padding-right: calc(200px + 25px);
    }
}
@media (max-width: 767px) {
    .promotions-single > article h2 {
        margin-bottom: 50px;
        padding-right: 0;
    }
}
.promotions-single > article picture {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    width: 100%;
    max-width: 375px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: max-width 0.3s;
    -moz-transition: max-width 0.3s;
    -ms-transition: max-width 0.3s;
    -o-transition: max-width 0.3s;
    transition: max-width 0.3s;
}
@media (max-width: 1199px) {
    .promotions-single > article picture {
        max-width: 300px;
    }
}
@media (max-width: 991px) {
    .promotions-single > article picture {
        max-width: 200px;
    }
}
@media (max-width: 767px) {
    .promotions-single > article picture {
        display: table;
        position: static;
        top: auto;
        right: auto;
        margin: 0 auto;
        max-width: 375px;
    }
}
.promotions-single > article picture img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.promotions-single__mobile-desktop {
    display: block;
    padding-right: calc(375px + 100px);
}
@media (max-width: 1199px) {
    .promotions-single__mobile-desktop {
        padding-right: calc(300px + 50px);
    }
}
@media (max-width: 991px) {
    .promotions-single__mobile-desktop {
        padding-right: calc(200px + 25px);
    }
}
@media (max-width: 767px) {
    .promotions-single__mobile-desktop {
        display: none;
    }
}
.promotions-single > aside {
    float: left;
    width: 100%;
    max-width: 176px;
}
@media (max-width: 1199px) {
    .promotions-single > aside {
        max-width: 150px;
    }
}
@media (max-width: 991px) {
    .promotions-single > aside {
        max-width: 125px;
    }
}
@media (max-width: 767px) {
    .promotions-single > aside {
        float: none;
        max-width: none;
    }
}
.promotions-single > aside > span {
    display: block;
}
@media (max-width: 767px) {
    .promotions-single > aside > span {
        display: table;
        margin: 20px auto 30px;
    }
}
@media (max-width: 480px) {
    .promotions-single > aside > span {
        margin-bottom: 25px;
    }
}
.promotions-single__box {
    display: inline-block;
    margin-bottom: 30px;
    padding: 5px;
    width: 100%;
    max-width: 176px;
    height: 176px;
    background-color: #fff;
    border: 1px solid #b7b7b7;
    vertical-align: top;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
@media (max-width: 1199px) {
    .promotions-single__box {
        max-width: 150px;
        height: 150px;
    }
}
@media (max-width: 991px) {
    .promotions-single__box {
        max-width: 125px;
        height: 125px;
    }
}
@media (max-width: 767px) {
    .promotions-single__box {
        float: left;
        margin: 0 30px 0 0;
        width: auto;
        max-width: 104px;
        height: 104px;
    }
}
@media (max-width: 480px) {
    .promotions-single__box {
        margin-right: 15px;
    }
}
.promotions-single__box--logo picture {
    display: table;
    position: relative;
    top: 50%;
    margin: 0 auto;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.promotions-single__box--logo picture img {
    max-height: calc(176px - 2 * 5px);
    visibility: hidden;
    opacity: 0;
}
@media (max-width: 1199px) {
    .promotions-single__box--logo picture img {
        max-height: calc(150px - 2 * 5px);
    }
}
@media (max-width: 991px) {
    .promotions-single__box--logo picture img {
        max-height: calc(125px - 2 * 5px);
    }
}
.promotions-single__box--level {
    padding: 20px 5px;
    background-color: #da0d15;
    border-color: #da0d15;
}
@media (max-width: 767px) {
    .promotions-single__box--level {
        padding: 13px 5px;
    }
}
.promotions-single__box--level h4 {
    position: relative;
    text-align: center;
    color: #fff;
    font-family: Scotch-Modern-Regular;
    font-size: 50px;
}
@media (max-width: 1199px) {
    .promotions-single__box--level h4 {
        font-size: 38px;
    }
}
@media (max-width: 767px) {
    .promotions-single__box--level h4 {
        font-size: 27px;
    }
}
.promotions-single__box--level h4:after {
    display: block;
    margin: 13px auto 15px;
    content: "";
    width: 80px;
    height: 1px;
    background-color: #fff;
}
@media (max-width: 991px) {
    .promotions-single__box--level h4:after {
        margin-bottom: 5px;
    }
}
@media (max-width: 767px) {
    .promotions-single__box--level h4:after {
        width: 48px;
    }
}
.promotions-single__box--level h5 {
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}
@media (max-width: 767px) {
    .promotions-single__box--level h5 {
        font-size: 11px;
    }
}
.promotions-single__box--level a {
    display: block;
    margin-top: 25px;
    font-size: 16px;
    text-align: center;
    color: #fff;
}
@media (max-width: 1199px) {
    .promotions-single__box--level a {
        margin-top: 20px;
        font-size: 13px;
    }
}
@media (max-width: 991px) {
    .promotions-single__box--level a {
        margin-top: 10px;
    }
}
@media (max-width: 767px) {
    .promotions-single__box--level a {
        font-size: 11px;
    }
}
.promotions-single__box--level a:hover span {
    background-position: 100% 65%;
}
.promotions-single__box--level a span {
    padding-right: 20px;
    background: url(../_img/icon-arrow-right-show-map.png) no-repeat calc(100% - 2px) 65%;
    background-size: 12px;
    -webkit-transition: background-position 0.3s;
    -moz-transition: background-position 0.3s;
    -ms-transition: background-position 0.3s;
    -o-transition: background-position 0.3s;
    transition: background-position 0.3s;
}
@media (max-width: 767px) {
    .promotions-single__box--level a span {
        padding-right: 15px;
        background-size: 8px;
    }
}
.promotions-single__date {
    display: block;
    position: relative;
    margin-top: 20px;
    padding-top: 30px;
    background: url(../_img/icon-calendar.svg) no-repeat center top;
    background-size: 30px;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    color: #da0d15;
}
@media (max-width: 1199px) {
    .promotions-single__date {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .promotions-single__date {
        float: left;
        margin-top: 0;
        width: 100%;
        max-width: 104px;
        font-size: 14px;
    }
}
.promotions-single__date:before {
    display: block;
    margin: 20px auto;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #b7b7b7;
}
@media (max-width: 767px) {
    .promotions-single__date:before {
        margin: 15px auto;
    }
}
.promotions-single__mobile-content {
    display: none;
}
@media (max-width: 767px) {
    .promotions-single__mobile-content {
        display: block;
        font-size: 15px;
        line-height: 1.5;
    }
}
.more-promotions {
    margin: 0 0 35px;
}
@media (max-width: 1367px) {
    .more-promotions {
        margin-bottom: 30px;
    }
}
@media (max-width: 480px) {
    .more-promotions {
        margin-bottom: 35px;
    }
}
.more-promotions h2 {
    font-family: Scotch-Modern-Regular;
    font-size: 32px;
    display: table;
    margin: 0 auto 20px;
}
@media (max-width: 1199px) {
    .more-promotions h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .more-promotions h2 {
        font-size: 26px;
    }
}
@media (max-width: 480px) {
    .more-promotions h2 {
        margin-bottom: 15px;
    }
}
.more-promotions .promotions-wrap {
    padding: 0;
}
.more-promotions .promotions-wrap .promotions-content {
    padding: 0;
    max-width: calc(3 * 375px + 2 * 20px);
}
@media (max-width: 480px) {
    .more-promotions .promotions-wrap .promotions-content {
        margin: 20px 0 0;
        max-width: 345px;
    }
}
.more-promotions .promotions-wrap .promotions-content section {
    display: flex;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -ms-column-count: 3;
    -o-column-count: 3;
    column-count: 3;
    column-gap: 0;
}
@media (max-width: 1367px) {
    .more-promotions .promotions-wrap .promotions-content section {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        -ms-column-count: 3;
        -o-column-count: 3;
        column-count: 3;
    }
}
@media (max-width: 767px) {
    .more-promotions .promotions-wrap .promotions-content section {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        -ms-column-count: 3;
        -o-column-count: 3;
        column-count: 3;
    }
}
@media (max-width: 480px) {
    .more-promotions .promotions-wrap .promotions-content section {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        -ms-column-count: 1;
        -o-column-count: 1;
        column-count: 1;
    }
}
@media (max-width: 1367px) {
    .more-promotions .promotions-wrap .promotions-content section {
        column-gap: 0;
    }
}
@media (max-width: 480px) {
    .more-promotions .promotions-wrap .promotions-content section {
        display: block;
        column-gap: 0;
    }
}
.more-promotions .promotions-wrap .promotions-content section article {
    display: flow-root;
    margin: 0 0 30px;
    max-width: 375px;
}
.more-promotions .promotions-wrap .promotions-content section article:nth-of-type(2) {
    margin-left: 20px;
    margin-right: 20px;
}
@media (max-width: 480px) {
    .more-promotions .promotions-wrap .promotions-content section article:nth-of-type(2) {
        margin-left: 0;
        margin-right: 0;
    }
}
@media (max-width: 480px) {
    .more-promotions .promotions-wrap .promotions-content section article {
        display: inline-block;
        margin-bottom: 35px;
        max-width: 345px;
    }
}
.more-promotions .promotions-wrap .promotions-content section article .right h4 {
    margin: 15px 0;
}
.more-promotions .promotions-wrap .promotions-content section article .right h5 span {
    display: block;
    margin: 5px 0;
}
.events {
    z-index: 1;
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 40px 0 150px;
    padding: 25px 95px;
    background: url(../_img/bgr-body-lines.png) no-repeat -165px top;
}
@media (max-width: 1367px) {
    .events {
        padding: 25px 95px;
    }
}
@media (max-width: 1199px) {
    .events {
        background-position: center top;
    }
}
@media (max-width: 991px) {
    .events {
        padding: 15px 50px;
    }
}
@media (max-width: 767px) {
    .events {
        margin: 25px 0;
        padding: 15px 5px;
    }
}
@media (max-width: 480px) {
    .events {
        background: 0 0;
    }
}
.events > h2 {
    display: table;
    margin: 100px auto 50px;
    font-family: Scotch-Modern-Regular;
    font-size: 32px;
}
@media (max-width: 1199px) {
    .events > h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .events > h2 {
        font-size: 26px;
    }
}
@media (max-width: 1199px) {
    .events > h2 {
        margin-top: 75px;
    }
}
@media (max-width: 991px) {
    .events > h2 {
        margin-top: 50px;
    }
}
@media (max-width: 767px) {
    .events > h2 {
        margin: 0 auto 40px;
    }
}
.events > h2:first-of-type {
    margin-top: 0;
}
.events > div {
    display: inline-block;
    width: 100%;
}
.events > div article {
    float: left;
    display: block;
    position: relative;
    margin: 0 10px 75px;
    width: calc(25% - 2 * 10px);
    vertical-align: top;
}
@media (max-width: 767px) {
    .events > div article {
        margin-bottom: 45px;
        width: calc(50% - 2 * 10px);
    }
}
.events > div article picture {
    display: block;
    position: relative;
    width: 100%;
    height: 370px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 1px solid #dbdbdb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

@media (max-width: 1400px) {
    .events > div article picture {
        height: 240px;
    }
}

@media (max-width: 1199px) {
    .events > div article picture {
        height: 240px;
    }
}

@media (max-width: 767px) {
    .events > div article picture {
        height: 142px;
    }
}
.events > div article picture a {
    display: block;
    width: 100%;
    height: 100%;
}
.events > div article picture a img {
    visibility: hidden;
    opacity: 0;
}
.events > div article h3 {
    display: table;
    margin: 23px auto 20px;
    padding: 0 30px;
    text-align: center;
    font-size: 16px;
    font-family: ProximaNova_Bold;
}
@media (max-width: 767px) {
    .events > div article h3 {
        font-size: 15px;
    }
}
.events > div article p {
    margin: 0;
    line-height: 1.3;
    text-align: center;
}
.events > div article > a {
    position: absolute;
    top: calc(237px + 20px);
    right: 0;
    width: 24px;
    height: 24px;
    background-color: #b7b7b7;
    -webkit-mask: url(../_img/icon-share-facebook.svg) no-repeat center;
    -moz-mask: url(../_img/icon-share-facebook.svg) no-repeat center;
    -ms-mask: url(../_img/icon-share-facebook.svg) no-repeat center;
    -o-mask: url(../_img/icon-share-facebook.svg) no-repeat center;
    mask: url(../_img/icon-share-facebook.svg) no-repeat center;
    -webkit-mask-size: 24px;
    -moz-mask-size: 24px;
    -ms-mask-size: 24px;
    -o-mask-size: 24px;
    mask-size: 24px;
}
.events > div article h4 {
    display: table;
    margin: 0 auto;
    font-size: 13px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    color: #da0d15;
}
@media (max-width: 767px) {
    .events > div article h4 {
        font-size: 13px;
    }
}
.events > div article h4:before {
    display: block;
    margin: 15px auto 20px;
    content: "";
    width: 100%;
    max-width: 176px;
    height: 1px;
    background-color: #b7b7b7;
}
.events > .events__current article,
.events > .events__future article {
    width: calc(50% - 2 * 10px);
    margin-bottom: 50px;
}
@media (max-width: 767px) {
    .events > .events__current article,
    .events > .events__future article {
        width: calc(100% - 2 * 10px);
        margin-bottom: 45px;
    }
}
@media (min-width: 767px) {
    .events > .events__current article:nth-of-type(2n + 3),
    .events > .events__future article:nth-of-type(2n + 3) {
        clear: both;
    }
}
@media (max-width: 767px) {
    .events > .events__current article picture,
    .events > .events__future article picture {
        height: 237px;
    }
}
.events > .events__current article h3,
.events > .events__future article h3 {
    display: table;
    margin: 23px auto 20px;
    padding: 0 30px;
    font-style: italic;
    text-align: center;
    font-family: Scotch-Modern-Regular;
    font-size: 22px;
}
@media (max-width: 1199px) {
    .events > .events__current article h3,
    .events > .events__future article h3 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .events > .events__current article h3,
    .events > .events__future article h3 {
        font-size: 17px;
    }
}
.events > .events__past article:nth-of-type(4n + 5) {
    clear: both;
}
@media (max-width: 767px) {
    .events > .events__past article:nth-of-type(2n + 3) {
        clear: both;
    }
}
@media (max-width: 767px) {
    .events > .events__past article h3 {
        padding: 0;
    }
}
@media (max-width: 767px) {
    .events > .events__past article > a {
        display: table;
        position: static;
        top: auto;
        right: auto;
        margin: 25px auto 20px;
    }
}
.event {
    display: inline-block;
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    width: 100%;
    height: 850px;
    overflow: hidden;
}
@media (max-width: 1199px) {
    .event {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media (max-width: 767px) {
    .event {
        padding-top: 40px;
        padding-bottom: 40px;
        height: initial;
        overflow: initial;
    }
}
.event--single-vision {
    padding-top: 30px;
}
@media (max-width: 767px) {
    .event--single-vision {
        padding-top: 40px;
    }
}
.event h4 {
    display: inline-block;
    font-family: Scotch-Modern-Italic;
    font-size: 16px;
    color: #da0d15;
}
@media (max-width: 767px) {
    .event h4 {
        font-size: 17px;
    }
}
@media (max-width: 767px) {
    .event h4 {
        display: table;
        margin: 0 auto;
    }
}
.event > a {
    float: right;
    position: relative;
    margin-top: -30px;
    font-size: 13px;
}
@media (max-width: 767px) {
    .event > a {
        float: none;
        display: table;
        margin: 20px auto;
        padding: 5px 0 0 33px;
        font-size: 13px;
    }
}
.event > a:before {
    display: block;
    margin: 0 auto 10px;
    content: "";
    width: 24px;
    height: 24px;
    background-color: #b7b7b7;
    -webkit-mask: url(../_img/icon-share-facebook.svg) no-repeat center;
    -moz-mask: url(../_img/icon-share-facebook.svg) no-repeat center;
    -ms-mask: url(../_img/icon-share-facebook.svg) no-repeat center;
    -o-mask: url(../_img/icon-share-facebook.svg) no-repeat center;
    mask: url(../_img/icon-share-facebook.svg) no-repeat center;
    -webkit-mask-size: 24px;
    -moz-mask-size: 24px;
    -ms-mask-size: 24px;
    -o-mask-size: 24px;
    mask-size: 24px;
}
@media (max-width: 767px) {
    .event > a:before {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
    }
}
.event h2 {
    display: table;
    margin: 20px 0;
    font-family: Scotch-Modern-Regular;
    font-size: 22px;
}
@media (max-width: 1199px) {
    .event h2 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .event h2 {
        font-size: 17px;
    }
}
@media (max-width: 767px) {
    .event h2 {
        margin: 25px 0;
    }
}
.event article {
    float: left;
    padding-right: 50px;
    width: 100%;
    line-height: 1.4;
}
.event article.event-w50 {
    width: 50%;
}
@media (max-width: 767px) {
    .event article.event-w50 {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .event article {
        float: none;
        position: relative;
        padding-right: 0;
        width: 100%;
        height: 250px;
        overflow: hidden;
    }
}
.event__gallery {
    float: left;
    width: 100%;
}
.event__gallery.event-w50 {
    width: 50%;
}
@media (max-width: 767px) {
    .event__gallery.event-w50 {
        width: auto;
    }
}
@media (max-width: 767px) {
    .event__gallery {
        float: none;
        position: relative;
        margin: 30px auto;
        width: auto;
        height: 450px;
        overflow: hidden;
    }
}
@media (max-width: 374px) {
    .event__gallery {
        position: relative;
        left: -10px;
    }
}
.event__gallery ul {
    display: inline-block;
    width: 100%;
}
@media (max-width: 767px) {
    .event__gallery ul {
        display: table;
        margin: 0 auto;
        width: auto;
    }
}
.event__gallery ul li {
    float: left;
    margin: 0 10px 20px;
    padding: 10px;
    width: calc(25% - 2 * 10px);
    max-width: 177px;
    height: 177px;
    background-color: #fff;
}
@media (max-width: 1599px) {
    .event__gallery ul li {
        width: calc(33.3% - 2 * 10px);
    }
}
@media (max-width: 1199px) {
    .event__gallery ul li {
        width: calc(50% - 2 * 10px);
    }
}
@media (max-width: 767px) {
    .event__gallery ul li {
        margin: 0 5px 10px;
        width: calc(50% - 2 * 5px);
        max-width: 164px;
        height: 164px;
    }
}
@media (max-width: 374px) {
    .event__gallery ul li {
        max-width: 135px;
        height: 135px;
    }
}
.event__gallery ul li:nth-of-type(4n + 5) {
    clear: both;
}
@media (max-width: 1599px) {
    .event__gallery ul li:nth-of-type(4n + 5) {
        clear: initial;
    }
    .event__gallery ul li:nth-of-type(3n + 4) {
        clear: both;
    }
}
@media (max-width: 1199px) {
    .event__gallery ul li:nth-of-type(3n + 4) {
        clear: initial;
    }
    .event__gallery ul li:nth-of-type(2n + 3) {
        clear: both;
    }
}
.event__gallery ul li > div {
    position: relative;
    width: 100%;
    height: 100%;
}
.event__gallery ul li > div a {
    display: block;
    width: 100%;
    height: 100%;
}
.event__gallery ul li > div a img {
    width: calc(177px - 2 * 10px);
    height: calc(177px - 2 * 10px);
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 767px) {
    .event__gallery ul li > div a img {
        width: calc(164px - 2 * 5px);
        height: calc(164px - 2 * 5px);
    }
}
@media (max-width: 374px) {
    .event__gallery ul li > div a img {
        width: calc(135px - 2 * 5px);
        height: calc(135px - 2 * 5px);
    }
}
.event__gallery #bx-pager {
    display: none;
}
.event .load-more-main[data-endpoint="event"] {
    display: none;
    bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
@media (max-width: 767px) {
    .event .load-more-main[data-endpoint="event"] {
        display: none;
    }
}
.event .load-more-main[data-endpoint="event"].active {
    display: block;
}
.event .load-more-main[data-endpoint="event-mobile"] {
    display: none;
}
@media (max-width: 767px) {
    .event .load-more-main[data-endpoint="event-mobile"] {
        display: block;
        bottom: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
}
.event ~ .events {
    padding: 0 115px;
    background-position: center;
    -webkit-transition: padding 0.2s;
    -moz-transition: padding 0.2s;
    -ms-transition: padding 0.2s;
    -o-transition: padding 0.2s;
    transition: padding 0.2s;
}
@media (max-width: 1367px) {
    .event ~ .events {
        padding: 0 105px;
    }
}
@media (max-width: 991px) {
    .event ~ .events {
        padding: 0 60px;
    }
}
@media (max-width: 767px) {
    .event ~ .events {
        padding: 0 15px;
    }
}
@media (max-width: 480px) {
    .event ~ .events {
        background: 0 0;
    }
}
#conteiner-map {
    margin-top: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: url(../_img/bgr-body-lines.png) no-repeat -165px top;
}
@media (max-width: 767px) {
    #conteiner-map {
        display: inline-block;
        margin: 15px 0;
        width: 100%;
        background-position: 45% 90px;
    }
}
#conteiner-map h1 {
    font-family: Scotch-Modern-Regular;
    font-size: 48px;
    display: table;
    margin: 0 auto;
}
@media (max-width: 1199px) {
    #conteiner-map h1 {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    #conteiner-map h1 {
        font-size: 32px;
    }
}
#conteiner-map #canvas {
    display: table;
    margin: 0 auto;
    padding-top: 60px;
    width: 75%;
    background-color: transparent;
}
@media (max-width: 767px) {
    #conteiner-map #canvas {
        padding-top: 140px;
        width: 90%;
    }
}
@media (max-width: 480px) {
    #conteiner-map #canvas {
        padding-top: 90px;
        width: 95%;
    }
}
#conteiner-map .list-shops {
    display: inline-block;
    position: relative;
    padding-bottom: 250px;
    width: 100%;
}
@media (max-width: 1367px) {
    #conteiner-map .list-shops {
        padding-bottom: 200px;
    }
}
@media (max-width: 767px) {
    #conteiner-map .list-shops {
        padding-top: 25px;
        padding-bottom: 150px;
    }
}
@media (max-width: 480px) {
    #conteiner-map .list-shops {
        padding-bottom: 70px;
    }
}
#conteiner-map .list-shops:after {
    display: block;
    position: absolute;
    bottom: 150px;
    left: 50%;
    margin-left: -188px;
    content: "";
    width: 375px;
    height: 1px;
    background-color: #b7b7b7;
}
@media (max-width: 1367px) {
    #conteiner-map .list-shops:after {
        bottom: 100px;
    }
}
@media (max-width: 767px) {
    #conteiner-map .list-shops:after {
        bottom: 75px;
    }
}
@media (max-width: 480px) {
    #conteiner-map .list-shops:after {
        display: none;
    }
}
#conteiner-map .list-shops h2 {
    font-family: Scotch-Modern-Regular;
    font-size: 32px;
    margin-bottom: 10px;
}
@media (max-width: 1199px) {
    #conteiner-map .list-shops h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    #conteiner-map .list-shops h2 {
        font-size: 26px;
    }
}
@media (max-width: 480px) {
    #conteiner-map .list-shops h2 {
        font-size: 17px;
        font-style: italic;
    }
}
#conteiner-map .list-shops a {
    float: left;
    display: block;
    margin: 13px 0;
    padding-right: 5px;
    width: 25%;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    font-family: ProximaNova_Regular;
}
@media (max-width: 767px) {
    #conteiner-map .list-shops a {
        margin: 10px 0;
        width: 33%;
        font-size: 15px;
    }
}
@media (max-width: 480px) {
    #conteiner-map .list-shops a {
        width: 50%;
    }
}
#conteiner-map .list-shops a:hover {
    text-shadow: 0 0 0 #1d1d1b;
}
.dots {
    font-size: 2rem;
    font-weight: 300;
}
.countdown-container {
    background-color: #da0d15;
    color: #fff;
    margin: 0 auto;
    padding: 4rem;
    text-align: center;
}
.countdown-container li {
    display: inline-block !important;
    font-size: 1em !important;
    list-style-type: none !important;
    text-transform: uppercase !important;
    width: 110px !important;
}
.countdown-container li span {
    font-size: 4.5rem !important;
    font-weight: 900;
}
@media only screen and (max-width: 900px) {
    .countdown-container li span {
        font-size: 2.5rem !important;
        font-weight: 900;
    }
    .countdown-container {
        background-color: #1d1d1b;
        color: #fff;
        margin: 0 auto;
        padding: 3rem;
        text-align: center;
    }
    .countdown-container li {
        display: inline-block !important;
        font-size: 1em !important;
        list-style-type: none !important;
        text-transform: uppercase !important;
        width: 80px !important;
    }
}
