.slick-slider {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(images/slick-carousel/slick/ajax-loader.gif) 50% no-repeat
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    border: none
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: none;
    background: transparent
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0
}

.slick-dots li,
.slick-dots li button {
    width: 20px;
    height: 20px;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 5px;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: .25;
    color: #141414;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #141414;
}

.slick-dots {
    bottom: 32px;
    z-index: 1
}

.slick-dots li {
    width: 8px;
    margin: 0 3px
}

.slick-dots li button {
    width: 8px
}

.slick-dots li button:before {
    width: 8px;
    height: 8px;
    content: "";
    margin-top: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: 1;
    background-color: rgba(20, 20, 20, .25)
}

.slick-dots li button:hover:before {
    opacity: 1;
    background-color: #141414;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: rgba(20, 20, 20, .75)
}

.slick-arrow {
    z-index: 1;
    -webkit-appearance: none;
    width: 28px;
    height: 41px;
    top: 52%;
    opacity: .75;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.slick-arrow:hover {
    opacity: 1
}

.slick-arrow:before {
    display: none
}

.slick-arrow.slick-next {
    right: 54px;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='27' height='40' viewBox='0 0 27 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.072.234L.234 6.072c-.312.312-.312.879 0 1.191l12.73 12.73-12.73 12.73c-.312.312-.312.878 0 1.19l5.838 5.838a.837.837 0 0 0 1.191 0l19.173-19.153a.899.899 0 0 0 0-1.21L7.263.233C7.087.098 6.912 0 6.677 0c-.234 0-.43.098-.605.234z' fill='%23FFF' fill-rule='evenodd' fill-opacity='.25'/%3E%3C/svg%3E") 50% no-repeat
}

.slick-arrow.slick-prev {
    left: 53px;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='27' height='40' viewBox='0 0 27 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.598 39.766l5.838-5.838c.312-.312.312-.879 0-1.191l-12.73-12.73 12.73-12.73c.312-.312.312-.878 0-1.19L20.598.249a.837.837 0 0 0-1.191 0L.234 19.402a.899.899 0 0 0 0 1.21l19.173 19.154c.176.136.351.234.586.234.234 0 .43-.098.605-.234z' fill='%23FFF' fill-rule='evenodd' fill-opacity='.25'/%3E%3C/svg%3E") 50% no-repeat
}

.slick-loading .slick-list {
    background: none
}

.slick-next:before,
.slick-prev:before {
    content: ""
}

@media (max-width:768px) {
    .slick-arrow {
        display: none!important
    }
}

.elevates-game .slick-initialized .slick-slide,
.mini-pros .slick-initialized .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    outline: none
}

.elevates-game {
    margin: 10px;
    background: #f3f3f3
}

.elevates-game__wrapper {
    position: relative;
    max-width: 100%;
    margin: 10px 0 20px
}

.elevates-game__container {
    overflow: hidden
}

.elevates-game__header {
    padding-top: 121px;
    padding-bottom: 4px;
    max-width: 1400px;
    margin: 0 auto
}

.elevates-game__title {
    text-align: center;
}

.elevates-game__description {
    position: relative;
    font-family: "HelveticaNeueLTStd", sans-serif;
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.055em;
    color: #141414;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.elevates-game__description a {
    color: #eb6a19;
}

@media only screen and (max-width : 768px) {
    .elevates-game__description {
        font-size: 16px;
    }
}

.elevates-game__controllers {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
    width: 324px;
    margin: 60px 188px 0 auto;
    padding-bottom: 137px;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%)
}

.elevates-game__controllers,
.elevates-game__selector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column
}

.elevates-game__selector {
    font-family: DINCondensed, sans-serif;
    position: relative;
    height: 28vh;
    max-height: 300px;
    padding: 0 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    will-change: transform
}

.elevates-game__selector:nth-of-type(n+3) {
    margin-top: -8px
}

.elevates-game__selector:before {
    content: "";
    position: absolute;
    top: 2px;
    bottom: 2px;
    border-top: 4px solid #141414;
    border-bottom: 4px solid #141414;
    width: 20px;
    left: -webkit-calc(50% - 10px);
    left: -moz-calc(50% - 10px);
    left: calc(50% - 10px)
}

.elevates-game__selector--active:before {
    width: 100%;
    border: 8px solid #EB6A19;
    z-index: 1;
    left: -8px
}

.elevates-game__selector--mobile {
    display: none
}

.elevates-game__selector-area {
    height: 28vh;
    max-height: 300px;
    padding: 0 20px;
    width: 100%;
    border: 8px solid #EB6A19;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: default;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-webkit-calc((100% - 8px) * 0));
    -moz-transform: translateY(-moz-calc((100% - 8px) * 0));
    -ms-transform: translateY(calc((100% - 8px) * 0));
    -o-transform: translateY(calc((100% - 8px) * 0));
    transform: translateY(calc((100% - 8px) * 0));
    pointer-events: none;
    opacity: 0;
    will-change: transform
}

.elevates-game__selector-title {
    font-size: 56px;
    color: #EB6A19;
    letter-spacing: .8px;
    margin-bottom: 6px;
    line-height: normal
}

.elevates-game__selector-description {
    font-size: 18px;
    color: #141414;
    letter-spacing: 3px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    max-width: 100%
}

.elevates-game__slides-empty {
    width: 100%;
    height: 300vh;
    position: relative
}

.elevates-game__slides {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 6;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg preserveAspectRatio='none' width='984' height='580' viewBox='0 0 984 580' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h984v580L0 340.473z' fill='%23F3F3F3' fill-rule='evenodd'/%3E%3C/svg%3E") center -330px no-repeat;
    -moz-background-size: 100% 820px;
    background-size: 100% 820px;
    will-change: scroll-position
}

.elevates-game__slides--bottom {
    top: auto;
    bottom: 0
}

.elevates-game__slides--fixed {
    position: fixed;
    left: 0;
    margin: 0 10px;
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px)
}

.elevates-game__slides-container {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    height: -webkit-calc(100% - 60px);
    height: -moz-calc(100% - 60px);
    height: calc(100% - 60px);
    position: relative
}

.elevates-game__slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 358px;
    bottom: 0
}

.elevates-game__slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    will-change: opacity
}

.elevates-game__slide:first-child {
    opacity: 1
}

.elevates-game__slide img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    max-width: none
}

@media (max-width:1366px) {
    .elevates-game__selector-title {
        font-size: 46px;
    }
    .elevates-game__selector-description {
        font-size: 14px;
    }
    .elevates-game__controllers {
        width: 250px
    }
    .elevates-game__slider {
        right: 312px
    }
}

@media (max-width:1024px) {
    .elevates-game {
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg preserveAspectRatio='none' width='984' height='580' viewBox='0 0 984 580' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h984v580L0 340.473z' fill='%23F3F3F3' fill-rule='evenodd'/%3E%3C/svg%3E") top no-repeat;
        -moz-background-size: -moz-calc(100% - 20px) -moz-calc(80% - 70px);
        background-size: -webkit-calc(100% - 20px) -webkit-calc(80% - 70px);
        background-size: calc(100% - 20px) calc(80% - 70px);
        margin: 0
    }
    .elevates-game__header {
        padding: 38px 10px 5px
    }
    .elevates-game__wrapper {
        margin-bottom: 0
    }
    .elevates-game__description, .elevates-game__title {
        padding: 0 14px;
    }
    .elevates-game__description {
        margin-bottom: 20px
    }
    .elevates-game__controllers {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 70px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        flex-direction: row;
        overflow: hidden;
        position: relative;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }
    .elevates-game__controllers:after,
    .elevates-game__controllers:before {
        content: "";
        position: absolute;
        width: 80px;
        height: 100%;
        z-index: 1;
        pointer-events: none
    }
    .elevates-game__controllers:before {
        left: -16px;
        background-image: -webkit-gradient(linear, left top, right top, color-stop(19%, #fff), color-stop(19%, hsla(0, 0%, 100%, 0)));
        background-image: -webkit-linear-gradient(left, #fff 19%, hsla(0, 0%, 100%, 0));
        background-image: -moz-linear-gradient(left, #fff 19%, hsla(0, 0%, 100%, 0));
        background-image: -o-linear-gradient(left, #fff 19%, hsla(0, 0%, 100%, 0));
        background-image: linear-gradient(90deg, #fff 19%, hsla(0, 0%, 100%, 0))
    }
    .elevates-game__controllers:after {
        right: -17px;
        background-image: -webkit-gradient(linear, right top, left top, color-stop(19%, #fff), color-stop(19%, hsla(0, 0%, 100%, 0)));
        background-image: -webkit-linear-gradient(right, #fff 19%, hsla(0, 0%, 100%, 0));
        background-image: -moz-linear-gradient(right, #fff 19%, hsla(0, 0%, 100%, 0));
        background-image: -o-linear-gradient(right, #fff 19%, hsla(0, 0%, 100%, 0));
        background-image: linear-gradient(270deg, #fff 19%, hsla(0, 0%, 100%, 0))
    }
    .elevates-game__selector {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        -webkit-flex: 1 0 auto;
        -moz-box-flex: 1;
        flex: 1 0 auto;
        border: 8px solid transparent;
        height: 50px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        flex-direction: row;
        padding: 0 10vw;
        -webkit-transition: border-color .3s;
        -o-transition: border-color .3s;
        -moz-transition: border-color .3s;
        transition: border-color .3s
    }
    .elevates-game__selector:nth-child(n+2) {
        margin-top: 0
    }
    .elevates-game__selector:before {
        display: none
    }
    .elevates-game__selector--active {
        border-color: #EB6A19;
    }
    .elevates-game__selector-title {
        font-size: 14px;
        margin: 0;
        margin-right: 4px
    }
    .elevates-game__selector-description {
        font-size: 14px;
        letter-spacing: 1px;
        line-height: normal
    }
    .elevates-game__slides-container:before {
        content: "";
        border-top: 1px solid #e1e1e1;
        width: -webkit-calc(100% - 50px);
        width: -moz-calc(100% - 50px);
        width: calc(100% - 50px);
        margin: 0 auto;
        display: block
    }
    .elevates-game__selector-arrow {
        height: 20px;
        width: 30px;
        margin-right: 6px;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='73' height='34' viewBox='0 0 73 34' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.59 34l3.333-3.221L6.67 17 20.923 3.221 17.59 0 0 17zM55.333 0L52 3.221 66.253 17 52 30.779 55.333 34l17.59-17z' fill='%23EB6A19'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        -moz-background-size: contain;
        background-size: contain;
        background-position: 50%
    }
    .elevates-game__selector-area {
        display: none
    }
    .elevates-game__slides {
        background: none;
        position: static;
        height: auto
    }
    .elevates-game__slides-empty {
        height: auto
    }
    .elevates-game__slider {
        position: relative;
        right: 0;
        height: 430px;
        overflow: hidden;
        border-bottom: 1px solid #e1e1e1
    }
    .elevates-game__slide {
        position: static;
        width: auto;
        height: 430px;
        opacity: 1;
        text-align: center
    }
    .elevates-game__slide img {
        top: 0;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media (max-width:768px) {
    .elevates-game__selector {
        padding: 0 10px
    }
    .elevates-game__slide,
    .elevates-game__slider {
        height: 350px
    }
    .elevates-game__title span {
        text-decoration-thickness: 4px;
    }
}

@media (max-width:480px) {
    .elevates-game__slide,
    .elevates-game__slider {
        height: 270px
    }
}

.rim-block {
    background-color: #1a1a1a;
    overflow: hidden;
    height: -webkit-calc(100vh - 70px);
    height: -moz-calc(100vh - 70px);
    height: calc(100vh - 70px);
    position: relative
}

.rim-block__content {
    position: absolute;
    max-width: 1440px;
    width: 100%;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
    z-index: 1
}

.rim-block__text-content {
    color: #fff;
    margin-left: 3.6vw;
    position: relative;
    z-index: 1;
    max-width: -webkit-calc(36% - 3.6vw);
    max-width: -moz-calc(36% - 3.6vw);
    max-width: calc(36% - 3.6vw);
    width: 100%
}

.rim-block__info {
    padding-left: 5px;
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.rim-block__title {
    text-transform: uppercase;
    margin-bottom: 28px
}


@media (max-width:768px) {
    .rim-block__title {
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto
    }
}

.rim-block__description {
    font-size: 18px;
    line-height: 1.66;
    letter-spacing: 0.055em;
}

@media (max-width:768px) {
    .rim-block__description {
        font-size: 16px;
        margin-left: auto;
        margin-right: auto
    }
}

.rim-block__img {
    display: none
}

.rim-block__background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    justify-content: flex-end;
    text-align: right
}

.rim-block__background picture {
    height: 100%;
    width: 100%
}

.rim-block__background img {
    max-height: 100%;
    height: 100%;
    width: auto
}

@media (max-width:768px) {
    .rim-block {
        height: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center
    }
    .rim-block__title {
        max-width: 300px
    }
    .rim-block__content {
        top: 0;
        position: static;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        height: auto
    }
    .rim-block__text-content {
        background-color: rgba(26, 26, 26, .4);
        width: 100%;
        padding: 0 20px;
        margin: 0 auto;
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .rim-block__title span {
        text-decoration-thickness: 4px;
    }
    .rim-block__background {
        position: static;
        /*height: 460px;*/
        width: 100%;
        -moz-background-size: auto 100%;
        background-size: auto 100%;
        background-position: 100% 100%;
        padding: 0 10px;
        margin-top: -30px
    }
    .rim-block__background picture {
        width: auto
    }
    .rim-block__background img {
        margin-bottom: -10px;
        height: auto;
    }
    .rim-block__info {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        position: static;
        max-width: 375px;
        margin: 30px auto 0;
        padding-left: 0
    }
    .rim-block__text-content {
        max-width: 100%
    }
}

@media (max-width:400px) {
    .rim-block__background img {
        margin-right: -50px;
    }
    .rim-block--pg .rim-block__background img {
        margin-right: -80px
    }
}

@media (min-width:769px) {
    .max-aspect-ratio-16-10 .rim-block {
        height: 0!important;
        padding-bottom: 56.25%
    }
}
.tab-item {
    font-family: DINCondensed, sans-serif;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 1.07;
    border-bottom: 3px solid transparent;
    padding-bottom: 20px;
    -webkit-transition: border .4s ease-in-out;
    -o-transition: border .4s ease-in-out;
    -moz-transition: border .4s ease-in-out;
    transition: border .4s ease-in-out;
    white-space: nowrap
}

.tab-item a {
    color: #818181;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    cursor: pointer
}

.tab-item--active {
    color: #141414;
    border-bottom-color: #eb6a19;
}

.tab-item--active a {
    color: #141414;
}

.tab-item__image img {
    display: inline-block;
    height: 19px;
    margin-bottom: 7px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.tab-item--active .tab-item__image img {
    -webkit-filter: inherit;
    filter: inherit
}

.faq-tabs--dragged.faq-tabs--scroll .tab-item a{
    color: #818181;
}

.faq-tabs--dragged.faq-tabs--scroll .tab-item--active a,
.faq-tabs--dragged.faq-tabs--scroll .tab-item--active a:hover {
    color: #141414
}

.faq-tabs {
    margin: 34px auto 0;
    position: relative;
    -webkit-animation: j 1s;
    -moz-animation: j 1s;
    -o-animation: j 1s;
    animation: j 1s;
    width: 100%
}

.faq-tabs__inner-container {
    overflow: hidden
}

.faq-tabs__content,
.faq-tabs__inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

.faq-tabs__content {
    border-bottom: 1px solid #c6c6c6;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    flex: 1 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center
}

.faq-tabs__content .slick-slide+.slick-slide,
.faq-tabs__content .views-row {
    padding: 0 30px;
}

.faq-tabs--scroll:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -21px;
    width: 80px;
    height: -webkit-calc(100% - 1px);
    height: -moz-calc(100% - 1px);
    height: calc(100% - 1px);
    background: -webkit-gradient(linear, right top, left top, color-stop(19%, #fff), color-stop(19%, hsla(0, 0%, 100%, 0)));
    background: -webkit-linear-gradient(right, #fff 19%, hsla(0, 0%, 100%, 0));
    background: -moz-linear-gradient(right, #fff 19%, hsla(0, 0%, 100%, 0));
    background: -o-linear-gradient(right, #fff 19%, hsla(0, 0%, 100%, 0));
    background: linear-gradient(270deg, #fff 19%, hsla(0, 0%, 100%, 0));
    pointer-events: none
}

.faq-tabs--scroll.faq-tabs--dragged .faq-tabs__content {
    width: 100%
}

@media (max-width:768px) {
    .tab-item {
        border-bottom-width: 2px
    }
    .faq-tabs {
        margin-top: 18px
    }
    .faq-tabs__content {
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        justify-content: space-around
    }
}

.mini-pros .slick-slide {
    height: auto
}

.mini-pros .slick-dotted.slick-slider {
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column
}

.mini-pros .slick-list {
    overflow: visible;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

.mini-pros .slick-track {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}


@media (max-width:768px) {
    .mini-pros .slick-initialized .slick-slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center
    }
    .mini-pros .slick-dots {
        position: static
    }
    .mini-pros .slick-dots:before {
        content: "";
        position: absolute;
        bottom: 58px;
        left: -20px;
        right: -20px;
        height: 1px;
        background-color: #e1e1e1
    }
    .mini-pros .slick-dots li {
        height: 58px;
        vertical-align: top
    }
    .mini-pros .slick-dots li button:before {
        margin-top: 10px
    }
}

.mini-pros {
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column
}

.mini-pros__tabs {
    width: 865px;
    margin: 0 auto
}

.mini-pros__wrapper {
    overflow: hidden;
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    position: relative;
    max-height: -webkit-calc(100vh - 70px);
    max-height: -moz-calc(100vh - 70px);
    max-height: calc(100vh - 70px)
}

.mini-pros__wrapper.mega-diff-innovate {
    border-bottom: 1px solid #e1e1e1
}

.mini-pros__content,
.mini-pros__image {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    flex: 1 1 auto;
    max-width: 50%
}

.mini-pros__image img {
    max-width: -webkit-calc(50vw - 20px);
    max-width: -moz-calc(50vw - 20px);
    max-width: calc(50vw - 20px);
    max-height: -webkit-calc(100vh - 70px - 79px);
    max-height: -moz-calc(100vh - 70px - 79px);
    max-height: calc(100vh - 70px - 79px);
    margin-left: auto
}

.mini-pros__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    padding-left: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mini-pros__title {
    color: #141414;
    margin-bottom: 12px
}

.mini-pros__description {
    max-width: 520px;
    font-size: 18px;
    line-height: 1.66;
    letter-spacing: .055em;

}

@media (max-width:1440px) {
    .mini-pros__content {
        max-width: -webkit-calc(50vw - 50px);
        max-width: -moz-calc(50vw - 50px);
        max-width: calc(50vw - 50px)
    }
}

@media (max-width:1366px) {
    .mini-pros__image img {
        max-height: -webkit-calc(100vh - 70px - 73px);
        max-height: -moz-calc(100vh - 70px - 73px);
        max-height: calc(100vh - 70px - 73px)
    }
}

@media (max-width:1024px) {
    .mini-pros__tabs {
        width: 100%;
    }
    .mini-pros__content {
        padding-left: 50px
    }
    .tab-item {
        font-size: 22px;
    }
}

@media (max-width:768px) {
    .mini-pros__wrapper {
        padding-bottom: 0;
        max-height: none
    }
    .mini-pros__tabs {
        width: auto;
        margin: 0
    }
    .mini-pros__content,
    .mini-pros__image {
        max-width: 100%
    }
    .mini-pros__image {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column
    }
    .mini-pros__image picture {
        margin-top: auto
    }
    .mini-pros__image img {
        margin: 0 auto;
        max-height: 100%;
        max-width: 100%
    }
    .mini-pros__content {
        padding-left: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        order: 1;
        text-align: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        justify-content: flex-start
    }
    .mini-pros__title {
        margin-top: 27px;
    }
    .mini-pros__description {
        font-size: 16px;
        margin-bottom: 5px;
        max-width: 100%;
        padding: 0 5px
    }
}

.beats-mother-nature .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    max-height: -webkit-calc(100vh - 70px);
    max-height: -moz-calc(100vh - 70px);
    max-height: calc(100vh - 70px);
    min-height: 350px
}
.beats-mother-nature .slick-slider {
    margin-bottom: 0;
    position: static
}

.beats-mother-nature .slick-dots li button:before {
    opacity: 1;
    background-color: hsla(0, 0%, 61%, .75)
}

.beats-mother-nature .slick-dots li.slick-active button:before,
.beats-mother-nature .slick-dots li button:hover:before {
    background-color: #fff
}

.beats-mother-nature .slick-arrow {
    top: -webkit-calc(50% - 2px);
    top: -moz-calc(50% - 2px);
    top: calc(50% - 2px)
}

.beats-mother-nature .slick-arrow.slick-next {
    right: 60px
}

.beats-mother-nature .slick-arrow.slick-prev {
    left: 60px
}

.beats-mother-nature {
    max-height: 100vh;
    min-height: 350px;
    overflow: hidden;
    position: relative
}

.beats-mother-nature__wrapper {
    position: absolute;
    max-width: 1440px;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none
}

.beats-mother-nature__content {
    position: absolute;
    color: #fff;
    margin-left: auto;
    right: 84px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.beats-mother-nature__slide img {
    width: 100%
}

.beats-mother-nature__slide img.mob {
    display: none
}

.beats-mother-nature__slide picture {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    flex: 1 1 auto
}

.beats-mother-nature__slider {
    width: 100%
}

.beats-mother-nature__title {
    color: #fff;
    margin-bottom: 12px;
    max-width: 551px
}

.beats-mother-nature__description {
    font-size: 18px;
    line-height: 1.66;
    letter-spacing: .055em;
    color: #fff;
    margin-bottom: 18px;
    max-width: 335px;
    -webkit-transition: color .3s linear;
    -o-transition: color .3s linear;
    -moz-transition: color .3s linear;
    transition: color .3s linear;
    margin-left: 0
}

.beats-mother-nature__description--dark {
    color: #141414;
}

.beats-mother-nature__icons-wrapper {
    max-width: 284px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between
}

.beats-mother-nature__icon {
    cursor: pointer;
    width: 60px;
    height: 60px;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-tap-highlight-color: transparent;
    pointer-events: all
}

.beats-mother-nature__icon--active,
.beats-mother-nature__icon:hover {
    background-position: 0 100%
}

.beats-mother-nature--fx,
.beats-mother-nature--ms,
.beats-mother-nature--pg {
    margin-bottom: -1px
}

.beats-mother-nature--fx img,
.beats-mother-nature--ms img,
.beats-mother-nature--pg img {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.beats-mother-nature--pg img {
    width: 110%;
    max-width: 110%;
    margin-left: -10%
}

@media (max-width:1366px) {
    .beats-mother-nature__title {
        margin-bottom: 5px
    }
    .beats-mother-nature__title .title-sm {
        margin-bottom: 0;
        font-size: 35px;
    }
    .beats-mother-nature__description {
        font-size: 14px;
    }
}

@media (max-width:850px) {
    .beats-mother-nature--fx img,
    .beats-mother-nature--ms img {
        margin-left: -8%;
        width: 108%;
        max-width: 108%
    }
    .beats-mother-nature--pg img {
        width: 125%;
        max-width: 125%;
        margin-left: -25%
    }
}

@media (max-width:768px) {
    .beats-mother-nature .slick-slide {
        min-height: 0;
        max-height: 880px;
        -webkit-box-align: end;
        -ms-flex-align: end;
        -ms-grid-row-align: flex-end;
        -webkit-align-items: flex-end;
        -moz-box-align: end;
        align-items: flex-end
    }
    .beats-mother-nature .slick-dots {
        bottom: 13px
    }
    .beats-mother-nature__title {
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto
    }
    .beats-mother-nature__description {
        margin-left: auto;
        margin-right: auto
    }
    .beats-mother-nature {
        max-height: 100%
    }
    .beats-mother-nature__wrapper {
        height: auto
    }
    .beats-mother-nature__content {
        top: 0;
        left: 0;
        right: 0;
        padding-top: 34px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }
    .beats-mother-nature__content,
    .beats-mother-nature__slider {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column
    }
    .beats-mother-nature__slider {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        justify-content: flex-end
    }
    .beats-mother-nature__slide img.des {
        display: none
    }
    .beats-mother-nature__slide img.mob {
        display: block
    }
    .beats-mother-nature__title {
        max-width: 290px;
        text-align: center
    }
    .beats-mother-nature__title br {
        display: none
    }
    .beats-mother-nature__description {
        text-align: center;
        margin-bottom: 10px;
        max-width: 350px;
    }
    .beats-mother-nature__icons-wrapper {
        max-width: 200px;
        margin-left: 20px
    }
    .beats-mother-nature__icon {
        width: 55px;
        height: 55px
    }
    .beats-mother-nature--fx img,
    .beats-mother-nature--ms img,
    .beats-mother-nature--pg img {
        margin: 0;
        width: 100%;
        max-width: 100%
    }
}

@media (max-width:480px) {
    .beats-mother-nature__description {
        max-width: 290px;
    }
    .beats-mother-nature__icons-wrapper {
        max-width: 170px
    }
    .beats-mother-nature__icon {
        width: 40px;
        height: 40px
    }
}

@media (hover:none),
(pointer:coarse) {
    .beats-mother-nature__icon:hover {
        background-position: 0 0
    }
    .beats-mother-nature__icon--active:hover {
        background-position: 0 100%
    }
}

.break-protection {
    background-color: #1a1a1a;
    height: -webkit-calc(100vh - 70px);
    height: -moz-calc(100vh - 70px);
    height: calc(100vh - 70px);
    position: relative;
    overflow: hidden
}

.break-protection__background {
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    top: 8%;
    left: -webkit-calc(50% - 180px);
    left: -moz-calc(50% - 180px);
    left: calc(50% - 180px);
    right: -200%;
    bottom: 0;
    -moz-background-size: contain;
    background-size: contain;
    min-height: -webkit-calc(108% + 70px);
    min-height: -moz-calc(108% + 70px);
    min-height: calc(108% + 70px)
}

.break-protection__info {
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -webkit-calc(50% + 150px);
    right: -moz-calc(50% + 150px);
    right: calc(50% + 150px);
    margin-left: 30px
}

.break-protection__title {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 28px;
    max-width: 424px
}

@media (max-width:768px) {
    .break-protection__title {
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto
    }
}

.break-protection__description {
    font-size: 18px;
    line-height: 1.66;
    letter-spacing: .055em;
    color: #fff;
    margin-bottom: 30px;
    max-width: 374px
}

@media (max-width:768px) {
    .break-protection__description {
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width:768px) {
    .break-protection {
        height: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-bottom: 330px
    }
    .break-protection__background {
        -moz-background-size: auto 140%;
        background-size: auto 140%;
        background-position-x: right;
        display: block;
        min-height: 0;
        left: 0;
        bottom: 0;
        top: auto;
        height: 330px;
        width: 100%;
        overflow: hidden
    }
    .break-protection__info {
        position: static;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        margin-left: 0;
        padding-top: 37px;
        text-align: center
    }
    .break-protection__title {
        max-width: 336px
    }
    .break-protection__description {
        font-size: 16px;
        max-width: 335px;
        margin-bottom: 35px
    }
    .break-protection .btn {
        width: auto;
    }
}

@media (max-width:569px) {
    .break-protection__background {
        background-position-x: left
    }
}

.product-slider-title {
    background: #f4f4f4;
    max-width: -webkit-calc(100% - 2 * 20px);
    max-width: -moz-calc(100% - 2 * 20px);
    max-width: calc(100% - 2 * 20px);
    margin: 0 auto;
    padding: 70px 0;
    margin-top: 20px;
    text-align: center;
}

.product-slider-title a {
    color: #eb6a19;
}

.product-slider-title .subtitle {
    font-size: 18px;
    line-height: 1.66;
    letter-spacing: .055em;
}

@media (min-width:1441px) {
    .product-slider-title {
        max-width: 100%
    }
}

@media (max-width:1366px) {
    .product-slider-title {
        padding-bottom: 30px
    }
}

@media (max-width:768px) {
    .product-slider-title {
        padding: 40px 15px;
        margin-top: 0;
        max-width: 100%
    }
    .product-slider-title .title span {
        white-space: normal;
        text-decoration-line: underline;
        text-decoration-thickness: 4px;
        text-decoration-color: #EB6A19;
    }
    .product-slider-title .title span:after {
        content: none;
    }
    .product-slider-title .subtitle {
        font-size: 16px;
    }
    .product-slider-title p {
        max-width: 290px;
        margin-left: auto;
        margin-right: auto;
    }
}

.products-info-wrapper {
    background: #f4f4f4;
    max-width: -webkit-calc(100% - 2 * 20px);
    max-width: -moz-calc(100% - 2 * 20px);
    max-width: calc(100% - 2 * 20px);
    margin: 0 auto;
    padding: 0 10px 73px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.products-info-wrapper .field--name-variations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    max-width: 1370px;
    margin: 0 auto
}

.products-info-wrapper .field--name-variations>.field__item {
    width: 25%;
    overflow: hidden
}

.products-info-wrapper .field__item {
    margin-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    flex: 0 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.products-info-wrapper .field__item:last-child {
    margin-right: 0
}

@media (min-width:1441px) {
    .products-info-wrapper {
        max-width: 100%
    }
}

@media (max-width:768px) {
    .products-info-wrapper {
        max-width: 100%;
        padding-bottom: 0
    }
    .products-info-wrapper .field--name-variations {
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 10px
    }
    .products-info-wrapper .field--name-variations>.field__item {
        width: 48%;
        max-width: 48%;
        margin: 0 5px 10px
    }
    .products-info-wrapper .field__item {
        margin-right: 0;
        margin-bottom: 20px;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        -webkit-flex: 1 0 auto;
        -moz-box-flex: 1;
        flex: 1 0 auto;
        max-width: 100%
    }
}

@media (max-width:669px) {
    .products-info-wrapper .field--name-variations {
        max-width: 336px
    }
    .products-info-wrapper .field--name-variations>.field__item {
        max-width: 100%
    }
}

.products-info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    flex: 1 1 auto;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    justify-content: flex-end;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 10px solid transparent;
    border-color: #141414;
    -o-border-image: -o-linear-gradient(left, #1a1a1a, #1a1a1a);
    -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#1a1a1a), to(#1a1a1a));
    -webkit-border-image: -webkit-linear-gradient(left, #1a1a1a, #1a1a1a);
    -moz-border-image: -moz-linear-gradient(left, #1a1a1a, #1a1a1a);
    border-image: -webkit-gradient(linear, left top, right top, from(#1a1a1a), to(#1a1a1a));
    border-image: linear-gradient(90deg, #1a1a1a, #1a1a1a);
    border-image-slice: 1;
    min-height: 1px
}

.products-info:hover {
    border-color: #EB6A19;
    -o-border-image: -o-linear-gradient(left, #EB6A19, #EB6A19);
    -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#EB6A19), to(#EB6A19));
    -webkit-border-image: -webkit-linear-gradient(left, #EB6A19, #EB6A19);
    -moz-border-image: -moz-linear-gradient(left, #EB6A19, #EB6A19);
    border-image: -webkit-gradient(linear, left top, right top, from(#EB6A19), to(#EB6A19));
    border-image: linear-gradient(90deg, #EB6A19, #EB6A19);
    border-image-slice: 1
}

.products-info--2 {
    -o-border-image: -o-linear-gradient(left, #353535, #838383);
    -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#353535), to(#838383));
    -webkit-border-image: -webkit-linear-gradient(left, #353535, #838383);
    -moz-border-image: -moz-linear-gradient(left, #353535, #838383);
    border-image: -webkit-gradient(linear, left top, right top, from(#353535), to(#838383));
    border-image: linear-gradient(90deg, #353535, #838383);
    border-image-slice: 1
}

.products-info--3 {
    -o-border-image: -o-linear-gradient(left, #7b7b7b, #c9c9c9);
    -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#7b7b7b), to(#c9c9c9));
    -webkit-border-image: -webkit-linear-gradient(left, #7b7b7b, #c9c9c9);
    -moz-border-image: -moz-linear-gradient(left, #7b7b7b, #c9c9c9);
    border-image: -webkit-gradient(linear, left top, right top, from(#7b7b7b), to(#c9c9c9));
    border-image: linear-gradient(90deg, #7b7b7b, #c9c9c9);
    border-image-slice: 1
}

.products-info--4 {
    -o-border-image: -o-linear-gradient(left, #bbb, #e3e3e3);
    -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#bbb), to(#e3e3e3));
    -webkit-border-image: -webkit-linear-gradient(left, #bbb, #e3e3e3);
    -moz-border-image: -moz-linear-gradient(left, #bbb, #e3e3e3);
    border-image: -webkit-gradient(linear, left top, right top, from(#bbb), to(#e3e3e3));
    border-image: linear-gradient(90deg, #bbb, #e3e3e3);
    border-image-slice: 1
}

.products-info__link {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.products-info__image img,
.products-info__logo img {
    display: block;
    margin: 0 auto
}

.products-info__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    align-items: flex-end;
    margin: 0 auto;
    margin-top: -10px;
    max-width: 100%;
    min-height: 1px
}

.products-info__image .field__item {
    width: 100%
}

.products-info__image picture {
    min-height: 1px
}

.products-info__image img,
.products-info__image picture {
    max-width: 100%
}

.products-info__logo {
    margin-bottom: 11px;
    max-width: 100%;
    padding: 0 5px
}

.products-info__logo img,
.products-info__logo svg {
    max-height: 40px;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto
}

.products-info .products-info__logo .field__item {
    display: block
}

.products-info__price-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    font-family: DINCondensed, sans-serif;
    font-size: 22px;
    line-height: 1.55;
    font-weight: 700;
    letter-spacing: normal;
    margin-bottom: 28px
}

.products-info__old-price {
    color: #9b9b9b;
    text-decoration: line-through;
    margin-right: 5px
}

.products-info__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 81%
}

.products-info__backboard,
.products-info__overhang,
.products-info__size,
.products-info__weight {
    width: 50%;
    text-align: center;
    margin-bottom: 24px
}

.products-info__backboard-title,
.products-info__overhang-title,
.products-info__size-title,
.products-info__weight-title {
    font-size: 16px;
    line-height: 1.5;
}

.products-info__backboard-value,
.products-info__overhang-value,
.products-info__size-value,
.products-info__weight-value {
    font-family: DINCondensed, sans-serif;
    font-size: 28px;
    line-height: 1.4;
}

.products-info__measure {
    font-size: .5em;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto
}

.products-info .products-info__weight-value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    align-items: baseline
}

.products-info .products-info__weight-value .field__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    margin-right: 2px
}

@media (min-width:769px) and (max-width:1366px) {
    .products-info__price-wrapper {
        line-height: 24.84px
    }
    .products-info__backboard-value,
    .products-info__overhang-value,
    .products-info__size-value,
    .products-info__weight-value {
        white-space: nowrap
    }
}

@media (max-width:768px) {
    .products-info {
        min-height: 585px
    }
    .products-info__logo {
        margin-bottom: 0
    }
    .products-info__size,
    .products-info__weight {
        margin-bottom: 15px
    }
    .products-info__price-wrapper {
        margin-bottom: 6px
    }
    .products-info__backboard,
    .products-info__overhang {
        margin-bottom: 0
    }
    .products-info__image img {
        max-height: 333px
    }
    .products-info .products-info__image>.field__item:nth-child(n) {
        margin-bottom: 0
    }
}

.products-info-wrapper {
    background: #f4f4f4;
    max-width: -webkit-calc(100% - 2 * 20px);
    max-width: -moz-calc(100% - 2 * 20px);
    max-width: calc(100% - 2 * 20px);
    margin: 0 auto;
    padding: 0 10px 73px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.products-info-wrapper .field--name-variations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    max-width: 1370px;
    margin: 0 auto
}

.products-info-wrapper .field--name-variations>.field__item {
    width: 25%;
    overflow: hidden
}

.products-info-wrapper .field__item {
    margin-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    flex: 0 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.products-info-wrapper .field__item:last-child {
    margin-right: 0
}

@media (min-width:1441px) {
    .products-info-wrapper {
        max-width: 100%
    }
}

@media (max-width:1024px) {
    .products-info-wrapper .field--name-variations>.field__item {
        width: 35%;
    }
}

@media (max-width:768px) {
    .products-info-wrapper {
        max-width: 100%;
        padding-bottom: 0
    }
    .products-info-wrapper .field--name-variations {
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 10px
    }
    .products-info-wrapper .field--name-variations>.field__item {
        width: 48%;
        max-width: 48%;
        margin: 0 5px 10px
    }
    .products-info-wrapper .field__item {
        margin-right: 0;
        margin-bottom: 20px;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        -webkit-flex: 1 0 auto;
        -moz-box-flex: 1;
        flex: 1 0 auto;
        max-width: 100%
    }
}

@media (max-width:669px) {
    .products-info-wrapper .field--name-variations {
        max-width: 336px
    }
    .products-info-wrapper .field--name-variations>.field__item {
        max-width: 100%
    }
}
