/*!
 *  v0.0.1 (e-Bike)
 * Copyright 2019-2020 etech-tsioor
 */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
    }
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
    }
.slick-list:focus {
    outline: 0
    }
.slick-list.dragging {
    cursor: pointer;
    cursor: hand
    }
.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
    }
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
    }
.slick-track:after, .slick-track:before {
    content: "";
    display: table
    }
.slick-track:after {
    clear: both
    }
.slick-loading .slick-track {
    visibility: hidden
    }
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
    }
[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
    }
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    line-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto
    }
.nice-select:hover {
    border-color: #dbdbdb
    }
.nice-select.open, .nice-select:active, .nice-select:focus {
    border-color: #999
    }
.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: "";
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px
    }
.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
    }
.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translatey(0);
    transform: scale(1) translatey(0)
    }
.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none
    }
.nice-select.disabled:after {
    border-color: #ccc
    }
.nice-select.wide {
    width: 100%
    }
.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important
    }
.nice-select.right {
    float: right
    }
.nice-select.right .list {
    left: auto;
    right: 0
    }
.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px
    }
.nice-select.small:after {
    height: 4px;
    width: 4px
    }
.nice-select.small .option {
    line-height: 34px;
    min-height: 34px
    }
.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translatey(-21px);
    transform: scale(0.75) translatey(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9
    }
.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important
    }
.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s
    }
.nice-select .option.focus, .nice-select .option.selected.focus, .nice-select .option:hover {
    background-color: #f6f6f6
    }
.nice-select .option.selected {
    font-weight: 700
    }
.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default
    }
.no-csspointerevents .nice-select .list {
    display: none
    }
.no-csspointerevents .nice-select.open .list {
    display: block
    }
:focus {
    outline: 0
    }
.text-center {
    text-align: center
    }
.text-left {
    text-align: left
    }
.text-right {
    text-align: right
    }
.mb0 {
    margin-bottom: 0
    }
.container {
    background-color: #fff;
    max-width: 1280px
    }
#wrapper, body {
    background: #fff
    }
#main .page-footer {
    margin-bottom: 0
    }
.copyright {
    font-family: "Object Sans";
    font-size: 12px
    }
.copyright-icon {
    font-family: "Object Sans";
    font-size: 23px;
    font-style: normal;
    display: inline-block;
    margin: 0 3px 0;
    position: relative;
    top: 2px
    }
@media (max-width: 777px) {
    .copyright-text {
        display: none
        }
    }
.title-h3 {
    font-family: Baskervville, arial, sans-serif;
    font-size: 36px;
    line-height: 1.2em
    }
@media (max-width: 777px) {
    .title-h3 {
        font-size: 30px
        }
    }
.title-h3-b {
    font-family: Baskervville, arial, sans-serif;
    font-size: 36px;
    line-height: 1.2em;
    color: #fff
    }
@media (max-width: 777px) {
    .title-h3-b {
        font-size: 30px
        }
    }
.title-h4 {
    font-family: Baskervville, arial, sans-serif;
    font-size: 26px;
    line-height: 1.2em;
    text-transform: uppercase
    }
.read-more {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.05px;
    line-height: 1.2em;
    padding-right: 28px;
    position: relative;
    text-transform: uppercase;
    -webkit-text-decoration: underline transparent;
    text-decoration: underline transparent;
    -webkit-transition: -webkit-text-decoration 0.4s ease;
    transition: -webkit-text-decoration 0.4s ease;
    transition: text-decoration 0.4s ease;
    transition: text-decoration 0.4s ease, -webkit-text-decoration 0.4s ease
    }
.read-more:after {
    content: "";
    background: url(../img/caret-right.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
    right: 0;
    width: 7px;
    height: 12px
    }
.read-more.read-more2x {
    font-size: 20px;
    padding-right: 20px
    }
.read-more.read-more2x:after {
    width: 9px;
    height: 14px
    }
@media (max-width: 777px) {
    .read-more.read-more2x {
        font-size: 16px
        }
    .read-more.read-more2x:after {
        width: 7px;
        height: 12px
        }
    }
.read-more:hover {
    -webkit-text-decoration: underline #000;
    text-decoration: underline #000
    }
.slick-arrow {
    background: url(../img/icon-arrow.png) transparent no-repeat;
    border-radius: 50%;
    border: 2px solid #000;
    overflow: hidden;
    padding: 0;
    width: 54px;
    height: 54px;
    -webkit-transition: background 0.4s ease;
    transition: background 0.4s ease;
    text-indent: -9999px
    }
.slick-arrow.slick-disabled {
    opacity: 0.25;
    pointer-events: none
    }
.slick-arrow:hover {
    background-color: #000
    }
.slick-arrow:focus {
    outline: 1px dotted
    }
.slick-prev {
    background-position: -4px -1px
    }
.slick-prev:hover {
    background-position: -4px -56px
    }
.slick-next {
    background-position: -54px -1px
    }
.slick-next:hover {
    background-position: -54px -56px
    }
.small-control .slick-arrow {
    background-size: 66px;
    border: 1px solid #000;
    width: 35px;
    height: 35px
    }
@media (max-width: 777px) {
    .small-control .slick-arrow {
        background-size: 54px;
        width: 28px;
        height: 28px
        }
    }
.small-control .slick-prev {
    background-position: -2px 0
    }
.small-control .slick-prev:hover {
    background-position: -2px -34px
    }
@media (max-width: 777px) {
    .small-control .slick-prev {
        background-position: -1px 0
        }
    .small-control .slick-prev:hover {
        background-position: -1px -28px
        }
    }
.small-control .slick-next {
    background-position: -33px 0
    }
.small-control .slick-next:hover {
    background-position: -33px -34px
    }
@media (max-width: 777px) {
    .small-control .slick-next {
        background-position: -27px 0
        }
    .small-control .slick-next:hover {
        background-position: -27px -28px
        }
    }
body:not(.page-contact) .page-content.card-block, body:not(.page-contact) .page-content.page-cms {
    background-color: #fff;
    border: none;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1280px;
    padding: 1.25rem
    }
.breadcrumb {
    height: 0;
    margin-top: 120px;
    opacity: 0;
    overflow: hidden;
    padding: 0 !important
    }
@media (max-width: 777px) {
    .breadcrumb {
        display: block !important;
        margin-top: 54px
        }
    }
@media (min-width: 778px) {
    .hide-on-desktop {
        display: none !important
        }
    }
@media (max-width: 777px) {
    .hide-on-mobile {
        display: none !important
        }
    }
#header {
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: top 0.3s ease-in-out, background-color 0.4s;
    transition: top 0.3s ease-in-out, background-color 0.4s;
    z-index: 999
    }
#header.white:after {
    content: "";
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1
    }
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    #header . white: after {
        -webkit-backdrop-filter: blur(6px);
        backdrop-filter: blur(6px);
        background-color: rgba(255, 255, 255, .15)
        }
    }
#header.hide {
    top: -100%
    }
#header .top-menu a[data-depth="0"] {
    color: #fff;
    font-family: "Big Caslon", arial, sans-serif;
    font-size: 35px;
    text-transform: none;
    white-space: normal
    }
#header .top-menu a[data-depth="0"]:hover {
    color: #fff
    }
#header .search-widget form input[type=text] {
    background: #000;
    border-bottom: 2px solid #fff;
    font-size: 16px;
    height: 52px;
    letter-spacing: 7.5px;
    padding: 10px 0 24px 0;
    text-transform: none
    }
#header .search-widget form input[type=text]:focus, #header .search-widget form input[type=text]:hover {
    color: #fff
    }
#header .search-widget form button[type=submit] {
    background: url(../img/search.svg) #000 no-repeat 0 center;
    left: -45px;
    right: auto;
    bottom: auto;
    top: 10px;
    height: 24.5px;
    width: 24.5px;
    display: inline-block;
    padding: 0
    }
.header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px
    }
.header-center, .header-left, .header-right {
    width: 33.33%
    }
.header-center {
    padding: 35px 0;
    text-align: center
    }
.header-right {
    text-align: right
    }
.for-menu {
    background-color: #000;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 50px 30px 50px 15px;
    text-transform: uppercase;
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease
    }
.for-menu:hover {
    background-color: #1a1a1a
    }
.for-menu:hover .hamburger:after, .for-menu:hover .hamburger:before {
    left: 0
    }
.hamburger {
    background-color: #fff;
    display: inline-block;
    margin-left: 21px;
    position: relative;
    width: 40px;
    height: 3px;
    vertical-align: middle
    }
.hamburger:before {
    content: "";
    background-color: #fff;
    width: 40px;
    height: 3px;
    position: absolute;
    top: -8px;
    left: -10px;
    -webkit-transition: left 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: left 0.4s cubic-bezier(0.075, 0.82, 0.165, 1)
    }
.hamburger:after {
    content: "";
    background-color: #fff;
    width: 40px;
    height: 3px;
    position: absolute;
    top: 8px;
    left: -10px;
    -webkit-transition: left 0.4s ease-in-out;
    transition: left 0.4s ease-in-out
    }
.wrapper-nav {
    background-color: #000;
    overflow-y: auto;
    padding: 20px 0 44px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -100%;
    -webkit-transition: left 0.4s ease-in-out;
    transition: left 0.4s ease-in-out;
    width: 775px;
    z-index: 999
    }
.wrapper-nav.show {
    left: 0
    }
.wrapper-nav .search-widget {
    display: none;
    position: absolute;
    top: 50%;
    left: 88px;
    right: 45px
    }
.wrapper-nav .wrapper-whiteLogo {
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 44px;
    text-align: center
    }
@media (max-height: 800px) {
    .wrapper-nav .wrapper-whiteLogo {
        position: static
        }
    }
.forOverlay-nav {
    pointer-events: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 998
    }
.forOverlay-nav.clickable {
    pointer-events: auto
    }
.actions-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
    }
.action-nav {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding-left: 60px;
    text-transform: uppercase
    }
.action-nav:hover {
    text-decoration: underline
    }
.close-nav {
    background: url(../img/close.svg) #000 no-repeat 20px center
    }
.for-search {
    display: none;
    background: url(../img/search.svg) #000 no-repeat 20px center;
    letter-spacing: 7.5px;
    padding-right: 30px;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out
    }
.for-search.hide {
    opacity: 0;
    pointer-events: none
    }
.menu {
    padding: 110px 136px 100px 136px;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    opacity: 1
    }
.menu.hide {
    opacity: 0;
    pointer-events: none
    }
.language-selector {
    text-align: right;
    padding: 8px 55px 10px 0
    }
.language-item {
    float: right
    }
.language-item:last-child .language-separator {
    display: none
    }
.language-item.current a {
    text-decoration: underline
    }
.language-item .language-separator {
    margin-left: 4px
    }
.shopnow {
    background-color: #000;
    color: #fff !important;
    display: inline-block;
    font-size: 16px !important;
    letter-spacing: 7.5px !important;
    padding: 29px 25px;
    text-decoration: none !important
    }
.shopnow:hover {
    background-color: #1a1a1a
    }
@media (max-width: 777px) {
    .for-menu {
        font-size: 14px;
        padding: 33px 8px
        }
    .hamburger {
        margin-left: 12px;
        width: 23px;
        height: 2px
        }
    .hamburger:before {
        width: 23px;
        height: 2px;
        top: -6px;
        left: -6px
        }
    .hamburger:after {
        width: 23px;
        height: 2px;
        top: 6px;
        left: -6px
        }
    .wrapper-nav {
        padding: 20px 0 30px;
        width: 100%
        }
    .wrapper-nav .wrapper-whiteLogo {
        width: 104px
        }
    #header .top-menu a[data-depth="0"] {
        font-size: 30px
        }
    #header .top-menu a[data-depth="0"] .pull-xs-right.hidden-md-up {
        display: none
        }
    .menu {
        padding: 60px 30px 130px 30px
        }
    .for-search {
        padding-right: 10px
        }
    .header-center {
        padding: 18px 0
        }
    .header-center img {
        max-width: 105px
        }
    .shopnow {
        font-size: 14px !important;
        padding: 12px 13px;
        white-space: nowrap;
        width: 91px
        }
    .language-selector {
        padding: 8px 15px 8px 0
        }
    .language-item a {
        font-size: 12px !important
        }
    }
.homevideo {
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
    position: relative
    }
.homevideo.played .homevideo-img {
    -webkit-filter: blur(0);
    filter: blur(0)
    }
.homevideo.played .homevideo-content:hover .pause-video {
    opacity: 1
    }
.homevideo.played .homevideo-video {
    cursor: pointer;
    display: block;
    opacity: 0;
    pointer-events: auto
    }
.homevideo.played .homevideo-controls {
    border-color: transparent;
    background-color: transparent
    }
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    . homevideo . played . homevideo-controls {
        -webkit-backdrop-filter: none;
        backdrop-filter: none
        }
    }
.homevideo.played .homevideo-title {
    display: none
    }
.homevideo.played .play-video {
    display: none
    }
.homevideo.played .pause-video {
    -webkit-transform: scale(1);
    transform: scale(1)
    }
.homevideo-img {
    background: center no-repeat #1a1a1a;
    background-size: cover;
    position: absolute;
    top: 0;
    right: -5px;
    bottom: 0;
    left: -5px;
    -webkit-transition: -webkit-filter 0.2s;
    transition: -webkit-filter 0.2s;
    transition: filter 0.2s;
    transition: filter 0.2s, -webkit-filter 0.2s;
    z-index: 1
    }
.h01 .homevideo-img {
    background: center no-repeat transparent;
    background-size: cover
    }
@media (max-width: 777px) {
    .h05 .homevideo-img {
        background-position: -391px 0
        }
    }
.homevideo-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 800px;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
    position: relative;
    z-index: 2
    }
.homevideo-content .copyright {
    position: absolute;
    right: 60px;
    bottom: 25px
    }
@media (max-width: 777px) {
    .homevideo-content .copyright {
        right: 25px;
        bottom: 22px
        }
    }
.homevideo-video {
    opacity: 0;
    height: 100%;
    max-width: 100%;
    pointer-events: none;
    position: absolute;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out
    }
.homevideo-controls {
    background-color: rgba(255, 255, 255, 0.8);
    border: 2px solid #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 554px;
    width: 540px;
    text-align: center;
    -webkit-transition: all 0.2s;
    transition: all 0.2s
    }
.h01 .homevideo-controls {
    background-color: transparent
    }
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    . homevideo-controls {
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
        background-color: rgba(255, 255, 255, .3)
        } . h01 . homevideo-controls {
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
        background-color: transparent
        }
    }
.homevideo-title {
    font: 40px/1.2em "Big Caslon", arial, sans-serif;
    letter-spacing: 0;
    margin-bottom: 14px;
    margin-top: 0
    }
.homevideo-text {
    font: 26px/1.2em "Big Caslon", arial, sans-serif;
    letter-spacing: 0
    }
.play-video {
    cursor: pointer;
    font-size: 12px;
    letter-spacing: 7.5px;
    text-transform: uppercase
    }
.h01 .play-video {
    display: none
    }
.play-video span {
    display: inline-block;
    margin: 10px 0 0 35px;
    text-align: left;
    width: 75px
    }
.pause-video {
    cursor: pointer;
    opacity: 0;
    position: absolute;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
    }
@media (max-width: 777px) {
    .homevideo-content {
        height: 896px
        }
    .h01 .homevideo-content {
        height: 736px
        }
    .homevideo-controls {
        width: 232px;
        height: 184px
        }
    .h01 .homevideo-controls {
        width: 316px;
        height: 317px
        }
    .homevideo-title {
        font-size: 35px;
        line-height: 1em;
        margin-bottom: 15px;
        margin-top: 0
        }
    .gc01 .homevideo-title {
        font-size: 30px
        }
    .homevideo-text {
        padding: 0 15px
        }
    .play-video {
        margin-top: 30px
        }
    .h01 .play-video {
        margin-top: 0
        }
    .play-video span {
        font-size: 9px;
        line-height: 1.5
        }
    .h01 .play-video span {
        display: none
        }
    }
.block_newsletter .blc-nwl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 800px
    }
.block_newsletter .blc-nwl .left-nwl {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 746px;
    flex: 0 0 746px;
    padding: 140px 170px 70px 170px
    }
.block_newsletter .blc-nwl .left-nwl .newstitle {
    font: 400 36px Baskervville;
    margin: 0;
    text-align: center;
    text-transform: none;
    width: 100%;
    padding-bottom: 30px
    }
.block_newsletter .blc-nwl .left-nwl .cnt-nwl {
    text-align: justify;
    margin: 0;
    padding: 0 36px 0 0
    }
.block_newsletter .blc-nwl .left-nwl form input[type=text] {
    width: 100%;
    margin-bottom: 25px;
    padding: 0;
    height: 60px;
    border-bottom: 1px solid #000;
    color: #000;
    text-transform: initial
    }
.block_newsletter .blc-nwl .left-nwl .news-button {
    display: block;
    float: none;
    margin: 0;
    width: 100%
    }
.block_newsletter .blc-nwl .left-nwl .news-button .btn-primary {
    background-color: #000;
    font: 400 18px "Futura PT";
    height: 106px;
    width: 100%
    }
.block_newsletter .blc-nwl .left-nwl .news-button .btn-primary:hover {
    background-color: #1a1a1a
    }
.block_newsletter .blc-nwl .left-nwl .block-social {
    float: none;
    margin: 15px 0 0;
    padding-top: 110px;
    clear: both
    }
.block_newsletter .blc-nwl .left-nwl .block-social h4 {
    font: 400 26px/1.5em Baskervville;
    margin-bottom: 45px
    }
.block_newsletter .blc-nwl .left-nwl .block-social ul {
    text-align: center
    }
.block_newsletter .blc-nwl .left-nwl .block-social ul li {
    background-color: #000;
    border-radius: 50%;
    margin: 0 20px;
    height: 41px;
    width: 41px
    }
.block_newsletter .blc-nwl .left-nwl .block-social ul li.facebook {
    background-image: url(../img/facebook-w-40.png)
    }
.block_newsletter .blc-nwl .left-nwl .block-social ul li.instagram {
    background-image: url(../img/instagram-w-40.png)
    }
.block_newsletter .blc-nwl .left-nwl .block-social ul li.twitter {
    background-image: url(../img/twitter-w-40.png)
    }
.block_newsletter .blc-nwl .right-nwl {
    background: no-repeat;
    background-size: cover;
    -ms-flex-preferred-size: 534px;
    flex-basis: 534px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
    }
.block_newsletter .block-contact {
    min-height: 800px;
    padding: 320px 0 70px;
    text-align: center
    }
.block_newsletter .block-contact .top-ctc {
    padding-bottom: 200px
    }
.block_newsletter .block-contact .top-ctc h4 {
    font: 400 26px/1.5em Baskervville;
    font-size: 36px;
    margin-bottom: 45px
    }
.block_newsletter .block-contact .top-ctc a {
    font: 400 16px/1.5em Muli;
    text-transform: uppercase
    }
.block_newsletter .block-contact .top-ctc a:after {
    content: "";
    display: inline-block;
    background: url(../img/arrow-1.png) no-repeat;
    height: 14px;
    margin-left: 10px;
    width: 11px
    }
.block_newsletter .block-contact .back-top {
    text-align: center
    }
.block_newsletter .block-contact .back-top a {
    background: url(../img/icon-top.png) no-repeat;
    font: 400 24px/1.5em Muli;
    display: block;
    margin: auto;
    height: 37px;
    text-indent: -999px;
    overflow: hidden;
    text-decoration: none;
    width: 37px
    }
.block_newsletter .block-contact .back-top P {
    font-size: 24px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 0;
    font-weight: 400
    }
@media (max-width: 777px) {
    .block_newsletter {
        padding: 0;
        margin: 0
        }
    .block_newsletter .blc-nwl {
        display: block;
        padding: 0
        }
    .block_newsletter .blc-nwl .right-nwl {
        height: 623px
        }
    .block_newsletter .blc-nwl .left-nwl {
        padding: 80px 50px 70px 50px
        }
    .block_newsletter .blc-nwl .left-nwl form input[type=text] {
        text-align: left !important
        }
    .block_newsletter .block-contact {
        display: block !important
        }
    .block_newsletter .block-contact .back-top {
        display: none
        }
    }
#footer {
    background: #000;
    color: #fff
    }
#footer .container-footer .wrapper ul li {
    font: 400 16px/25px Muli;
    letter-spacing: 0.1em;
    text-align: left;
    padding-bottom: 0
    }
#footer .container-footer .head-footer {
    text-align: center;
    padding-bottom: 60px;
    position: relative
    }
#footer .container-footer .head-footer .cop {
    position: absolute;
    top: 10px;
    right: 0
    }
#footer .container-footer .head-footer .logo {
    max-width: 222px;
    height: auto;
    margin-bottom: 40px
    }
#footer .container-footer .head-footer h5 {
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 0.8px
    }
#footer .container-footer .head-footer h5 span {
    font-size: 38px;
    font-family: Butterfly;
    text-transform: none
    }
#footer .container-footer .head-footer h5 .line {
    display: inline-block;
    height: 1.5px;
    background: #fff;
    vertical-align: middle;
    width: 85px;
    margin: 0 8px
    }
#footer .container-footer .head-footer h5 .line.md-fr {
    width: 126px
    }
#footer .container-footer .row-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
    }
#footer .container-footer .row-footer .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
    }
#footer .container-footer .shopnow {
    background-color: #fff;
    color: #000 !important;
    display: block;
    font-size: 16px !important;
    font-weight: 600;
    letter-spacing: 7.5px !important;
    padding: 25px 25px;
    text-decoration: none !important;
    margin: 0 auto 10px;
    width: 221px;
    text-align: center;
    clear: both;
    position: relative;
    top: 10px
    }
#footer .container-footer .shopnow.mobil {
    display: none
    }
#footer .container-footer .shopnow:hover {
    background-color: #e6e6e6
    }
#footer .container-footer .search-widget {
    margin: auto;
    max-width: 117px
    }
#footer .container-footer .search-widget form button {
    left: -15px
    }
#footer .container-footer .search-widget form input[type=text] {
    border-bottom: 0;
    text-transform: uppercase;
    margin-left: 10px
    }
#footer .container-footer .footer-bottom {
    padding-top: 80px;
    padding-bottom: 30px
    }
#footer .container-footer .footer-bottom .block-adress {
    font: 400 16px/25px Muli;
    letter-spacing: 0.1em;
    text-align: left;
    padding-bottom: 0;
    color: #fff;
    padding-top: 45px
    }
#footer .container-footer .footer-bottom .block-adress p {
    color: #fff;
    margin-bottom: 0;
    font-size: 16px
    }
#footer .container-footer .footer-bottom .block-adress .shopPhone {
    color: #fff;
    text-decoration: none
    }
#footer .container-footer .footer-bottom .block-adress .shopPhone:focus, #footer .container-footer .footer-bottom .block-adress .shopPhone:hover {
    color: #fff
    }
#footer .container-footer .footer-bottom .block-social-footer {
    text-align: center;
    float: left;
    margin: 0
    }
#footer .container-footer .footer-bottom .block-social-footer h4 {
    font: 400 18px Baskervville;
    text-align: center;
    color: #fff !important;
    text-transform: none;
    font-size: 26px;
    margin-bottom: 25px
    }
#footer .container-footer .footer-bottom .block-social-footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
    }
#footer .container-footer .footer-bottom .block-social-footer li {
    background: transparent no-repeat center;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    margin: 0 6px
    }
#footer .container-footer .footer-bottom .block-social-footer li.facebook {
    background-image: url(../img/facebook_white.svg);
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
    }
#footer .container-footer .footer-bottom .block-social-footer li.twitter {
    background-image: url(../img/twitter_white.svg);
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
    }
#footer .container-footer .footer-bottom .block-social-footer li.instagram {
    background-image: url(../img/instagram_white.svg);
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
    }
#footer .container-footer .footer-bottom .block-nwl {
    text-align: right;
    float: right
    }
#footer .container-footer .footer-bottom .block-nwl h4 {
    font: 400 18px Baskervville;
    color: #fff;
    font-size: 26px;
    margin-bottom: 20px
    }
#footer .container-footer .footer-bottom .block-nwl p {
    color: #fff;
    margin: 0
    }
#footer .container-footer .footer-bottom .block-nwl .goto-newsletter {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1.42px;
    text-transform: uppercase
    }
#footer .container-footer .footer-bottom .block-nwl .goto-newsletter:hover {
    text-decoration: underline
    }
.footer-container {
    background-color: #000;
    padding-top: 30px
    }
.footer-container li a {
    color: #d3d3d3;
    font-size: 14px;
    text-transform: uppercase
    }
.footer-container li a:hover {
    color: #f9f9f9
    }
@media (max-width: 777px) {
    #footer .container-footer .head-footer {
        padding-top: 20px;
        padding-bottom: 0
        }
    #footer .container-footer .head-footer .cop {
        left: 0;
        margin-bottom: 45px;
        position: relative;
        right: 0;
        top: 0
        }
    #footer .container-footer .head-footer h5 {
        margin-bottom: 50px
        }
    #footer .container-footer .head-footer h5 .line {
        display: block;
        margin: 20px auto
        }
    #footer .container-footer .row-footer {
        display: block;
        padding-bottom: 40px
        }
    #footer .container-footer .row-footer .col {
        padding-left: 25% !important;
        width: 100%
        }
    #footer .container-footer .row-footer .col .pull-xs-right {
        float: left !important
        }
    #footer .container-footer .links .title {
        color: #fff
        }
    #footer .container-footer .links .title .h3 {
        color: #fff
        }
    #footer .container-footer .links .title .h3:after {
        content: "";
        display: block;
        background: #fff;
        height: 1.5px;
        margin-left: 26px;
        margin-top: 5px;
        width: 125px
        }
    #footer .container-footer .shopnow {
        margin-bottom: 40px
        }
    #footer .container-footer .shopnow:not(.mobil) {
        display: none
        }
    #footer .container-footer .shopnow.mobil {
        display: block;
        top: 0
        }
    #footer .container-footer .footer-bottom {
        padding-top: 30px;
        padding-bottom: 50px
        }
    #footer .container-footer .footer-bottom .block-adress {
        text-align: center;
        padding-top: 0;
        padding-bottom: 60px
        }
    #footer .container-footer .footer-bottom .block-adress p.hide-on-mobile span.maj {
        text-transform: uppercase
        }
    #footer .container-footer .footer-bottom .block-nwl {
        text-align: center;
        float: none
        }
    #footer .container-footer .footer-bottom h4 {
        font: 400 18px Baskervville;
        color: #fff;
        font-size: 26px;
        margin-bottom: 20px
        }
    #footer .container-footer .footer-bottom .block-social-footer:before {
        content: "";
        margin: 25px auto;
        background: #fff;
        height: 3px;
        display: block;
        width: 80%
        }
    }
.h02 {
    max-width: 1779px;
    max-height: 800px;
    position: relative;
    padding-left: 157px !important
    }
.h02::before {
    content: "";
    border-left: 2px solid #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 155px;
    z-index: 1
    }
@media (max-width: 1199px) {
    .h02 {
        padding-left: 55px !important
        }
    .h02:before {
        left: 55px
        }
    }
.h02::before {
    bottom: 74px
    }
@media (min-width: 1600px) {
    .h02::before {
        left: 296px
        }
    }
@media (min-width: 992px) {
    .h02::before {
        bottom: auto;
        height: 729px
        }
    }
@media (min-width: 1600px) {
    .h02 {
        padding-left: 297px !important
        }
    }
.slick-slide img {
    width: auto
    }
@media (max-width: 1440px) {
    .h02 {
        max-height: 812px
        }
    }
.info-scroll {
    border-left: 2px solid #000;
    font-size: 16px;
    font-weight: 600;
    padding: 30px 34px;
    position: absolute;
    top: -80px;
    left: 155px;
    text-transform: uppercase;
    z-index: 1
    }
@media (min-width: 1600px) {
    .info-scroll {
        left: 296px
        }
    }
.tabs-control {
    font-size: 0;
    max-width: 485px;
    opacity: 1;
    position: absolute;
    top: 38px;
    left: 320px;
    -webkit-transition: opacity 0.1s;
    transition: opacity 0.1s;
    z-index: 1
    }
@media (min-width: 1600px) {
    .tabs-control {
        left: 465px
        }
    }
@media (min-width: 992px) {
    .tabs-control.hide {
        opacity: 0
        }
    }
.tabsControl-item {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    margin-right: 46px;
    padding: 7px 0;
    position: relative;
    text-transform: uppercase
    }
@media (max-width: 366px) {
    .tabsControl-item {
        font-size: 10px;
        margin-right: 5px;
        display: inline
        }
    }
.tabsControl-item:after {
    content: "";
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 100%;
    height: 2px;
    -webkit-transition: right 0.4s ease-in-out;
    transition: right 0.4s ease-in-out
    }
.tabsControl-item:last-child {
    margin-right: 0
    }
.tabsControl-item.current:after {
    right: 0
    }
.tabsControl-link:focus, .tabsControl-link:hover {
    outline: 0;
    color: #000
    }
.horizontal-container .slick-dots {
    position: absolute;
    bottom: 90px;
    left: 35px;
    -webkit-transition: opacity 0.1s;
    transition: opacity 0.1s
    }
@media (min-width: 992px) {
    .horizontal-container .slick-dots {
        bottom: auto;
        top: 634px
        }
    }
@media (min-width: 777px) {
    .horizontal-container .slick-dots.hide {
        opacity: 0
        }
    }
.horizontal-container .slick-dots button {
    background-color: #000;
    border: none;
    border-radius: 50%;
    display: inline-block;
    margin: 12px 0;
    font-size: 12px;
    font-weight: 600;
    outline: 0;
    overflow: hidden;
    height: 7px;
    width: 7px;
    padding: 0;
    text-indent: -9999px
    }
.horizontal-container .slick-active button {
    background-color: transparent;
    margin: 7px 0;
    overflow: visible;
    padding-left: 6px;
    position: relative;
    width: auto;
    height: auto;
    text-indent: 0
    }
.horizontal-container .slick-active button:before {
    content: "0";
    position: absolute;
    left: -1px;
    top: 0
    }
.horizontal-container .slick-active button:after {
    content: "";
    border-bottom: 2px solid #000;
    position: absolute;
    top: 6px;
    left: 20px;
    width: 50px
    }
.h02 .horizontal-container .slick-prev {
    display: none !important
    }
.horizontal-container .slick-next {
    position: absolute;
    bottom: 21px;
    left: -28px;
    z-index: 1
    }
@media (min-width: 992px) {
    .h02 .horizontal-container .slick-next {
        bottom: auto;
        top: 728px
        }
    }
.horizontal-item {
    padding-left: 163px
    }
.horizontalItem-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 816px
    }
.horizontal-content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 498px;
    flex: 0 0 498px;
    padding: 120px 60px 90px 30px
    }
.horizontal-content img {
    margin-bottom: 30px
    }
.horizontal-content p {
    font-size: 18px;
    line-height: 1.23em
    }
.horizontal-img {
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    overflow: hidden;
    width: 100%
    }
.horizontalImg-img {
    height: 100%;
    max-width: none;
    width: auto
    }
@media (min-width: 1352px) {
    .horizontalImg-img {
        max-width: none;
        width: 100%
        }
    }
@media (min-width: 778px) {
    .horizontalImg-img {
        margin-left: auto
        }
    }
.horizontal-title {
    margin-bottom: 15px
    }
.horizontalCurrent-text {
    margin: 0;
    position: absolute;
    bottom: 32px;
    left: 196px
    }
@media (min-width: 1600px) {
    .horizontalCurrent-text {
        left: 334px
        }
    }
@media (min-width: 992px) {
    .horizontalCurrent-text {
        bottom: auto;
        top: 737px
        }
    }
@media (max-width: 1199px) {
    .info-scroll {
        font-size: 9px;
        padding: 18px 15px;
        top: -56px;
        left: 55px
        }
    .tabs-control {
        top: 20px;
        left: 120px
        }
    .horizontal-container .slick-dots {
        left: 33px
        }
    .horizontal-container .slick-next {
        left: -26px
        }
    .horizontal-container .slick-active button:after {
        opacity: 0
        }
    .horizontalCurrent-text {
        bottom: 35px;
        left: 93px
        }
    .horizontal-item {
        padding-left: 60px
        }
    .horizontal-content {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 375px;
        flex: 1 0 375px;
        padding: 88px 40px 90px 20px
        }
    }
@media (max-width: 991px) {
    .tabs-control {
        top: 20px;
        left: 80px
        }
    .horizontal-container {
        padding: 80px 0 0 0
        }
    .horizontal-item {
        padding-left: 15px
        }
    .horizontal-content {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 305px;
        flex: 1 0 305px;
        padding-top: 0
        }
    }
@media (max-width: 777px) {
    .horizontal-container {
        padding: 80px 25px 90px 0
        }
    .tabsControl-item {
        font-size: 14px;
        margin-right: 9px;
        padding: 2px 0;
        display: inline
        }
    .horizontal-item {
        padding: 0 10px 160px 40px
        }
    .horizontalItem-content {
        display: block
        }
    .horizontal-img {
        height: 428px;
        margin-bottom: 15px;
        max-width: 285px
        }
    .horizontal-content {
        padding: 0
        }
    .horizontal-content img {
        margin-bottom: 20px;
        max-width: 55%
        }
    }
.h03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 800px;
    text-align: center
    }
.h03#h03 {
    min-height: 829px
    }
.h03 .row {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
    }
.h03 .img-fluid {
    margin-left: auto;
    margin-right: auto
    }
.content {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
    }
@media (max-width: 777px) {
    .content {
        display: block
        }
    }
.block-content {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
    }
@media (max-width: 777px) {
    .block-content {
        display: block
        }
    }
.comp-l {
    background: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 0;
    position: relative
    }
.comp-l .img-fluid {
    margin-left: auto;
    margin-right: 0
    }
.comp-r {
    background: #efedeb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
    }
.comp-bl {
    background: #808e9d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 0;
    position: relative
    }
.comp-bl .img-fluid {
    margin-left: auto;
    margin-right: auto
    }
.comp-bg {
    background: #efedeb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
    }
.h03-box {
    background-color: rgba(255, 255, 255, 0.9);
    border: 2px solid #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -55px auto 0;
    min-height: 224px;
    padding: 23px 0 53px;
    position: relative;
    width: 270px
    }
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    . h03-box {
        -webkit-backdrop-filter: blur(14px);
        backdrop-filter: blur(14px);
        background-color: rgba(255, 255, 255, .15)
        }
    }
@media (max-width: 777px) {
    .h03-box {
        width: 216px
        }
    }
.h03-box-b {
    background-color: rgba(255, 255, 255, 0.9);
    border: 2px solid #000;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 55px auto 0;
    min-height: 224px;
    padding: 75px 0 95px;
    width: 270px;
    position: absolute;
    left: 0;
    right: 0
    }
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    . h03-box-b {
        -webkit-backdrop-filter: blur(14px);
        backdrop-filter: blur(14px);
        background-color: rgba(255, 255, 255, .15)
        }
    }
@media (max-width: 777px) {
    .h03-box-b {
        width: 216px
        }
    }
.h03-box-ed {
    background-color: rgba(255, 255, 255, 0.9);
    border: 2px solid #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -55px auto 0;
    min-height: 224px;
    padding: 23px 0 53px;
    position: relative;
    width: 270px
    }
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    . h03-box-ed {
        -webkit-backdrop-filter: blur(14px);
        backdrop-filter: blur(14px);
        background-color: rgba(0, 0, 0, .15)
        }
    }
@media (max-width: 777px) {
    .h03-box-ed {
        width: 216px
        }
    }
@media (min-width: 778px) {
    .h03-box-absolute {
        position: absolute;
        bottom: 130px;
        left: 0;
        right: 0
        }
    }
.h03-link {
    position: absolute;
    bottom: 23px;
    left: 0;
    right: 0;
    text-align: center
    }
.h03-link .read-more.read-more2x {
    color: #000
    }
.h03-link .read-more.read-more2x::after {
    background: url(../img/caret-right.svg) no-repeat center
    }
.h03-link .read-more.read-more2x:hover {
    -webkit-text-decoration: underline #000;
    text-decoration: underline #000
    }
.h03-link-b {
    position: absolute;
    bottom: 23px;
    left: 0;
    right: 0;
    text-align: center
    }
.h03-link-b .read-more.read-more2x {
    color: #fff
    }
.h03-link-b .read-more.read-more2x::after {
    background-image: url(../img/caret-right-white.svg)
    }
.h03-link-b .read-more.read-more2x:hover {
    -webkit-text-decoration: underline #fff;
    text-decoration: underline #fff
    }
@media (max-width: 777px) {
    .h03 .col-md-6 {
        padding: 30px 0
        }
    .h03-box {
        margin-top: -100px;
        min-height: 188px;
        padding: 35px 0 45px;
        width: 216px
        }
    .h03-link {
        bottom: 20px
        }
    }
@media screen and (min-width: 0 ) {
    .h03-box {
        padding: 55px 0 53px
        }
    }
@media screen and (min-width: 0 ) and (max-width: 777px) {
    .h03-box {
        padding: 45px 0 45px
        }
    }
p.icons-slide-item {
    display: table-cell;
    padding-right: 0;
    padding-left: 0
    }
i.icons-col-slide img {
    margin-bottom: 0
    }
.limited-width {
    max-width: 239px
    }
.h04 .limited-width {
    position: absolute;
    top: 50%;
    left: 63px;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%)
    }
.limited-width .title-h4 {
    margin-bottom: 0;
    padding: 28px 0
    }
.limited-width .horizontal-content {
    background-color: rgba(255, 255, 255, 0.9);
    border: 2px solid #000;
    margin-top: 20px;
    padding: 17px 13px 2px
    }
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    . limited-width . horizontal-content {
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        background-color: rgba(255, 255, 255, 0)
        }
    }
.limited-width .horizontal-content p {
    font-size: 16px
    }
@media (max-width: 777px) {
    .limited-width .title-h4 {
        margin-bottom: 20px;
        padding: 8px 0 8px
        }
    }
.h04 {
    max-width: 1779px;
    position: relative;
    padding-left: 157px !important
    }
.h04::before {
    content: "";
    border-left: 2px solid #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 155px;
    z-index: 1
    }
@media (max-width: 1199px) {
    .h04 {
        padding-left: 55px !important
        }
    .h04:before {
        left: 55px
        }
    }
@media (min-width: 1600px) {
    .h04 {
        padding-left: 297px !important
        }
    .h04:before {
        left: 296px
        }
    }
@media (max-width: 991px) {
    .h04 .horizontal-container {
        padding: 0
        }
    }
.h04 .tabs-control {
    max-width: 100%;
    left: auto;
    right: 46px
    }
@media (min-width: 992px) {
    .h04 .tabs-control.hide {
        opacity: 1
        }
    }
.h04 .tabsControl-item {
    margin-right: 110px
    }
.h04 .tabsControl-item:last-child {
    margin-right: 0
    }
@media (min-width: 778px) {
    .h04 .tabsControl-item {
        font-size: 18px
        }
    }
.h04 .horizontal-item {
    padding-left: 0
    }
.h04 .horizontal-title {
    position: relative
    }
.h04 .horizontal-title:before {
    content: "";
    background-color: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -63px;
    width: 9px
    }
.h04 .horizontalItem-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 0;
    padding: 0;
    position: relative
    }
@media (max-width: 1178px) and (min-width: 778px) {
    .h04 .horizontalItem-content {
        min-height: 800px
        }
    }
.h04 .h04-imgslider {
    width: 100%;
    max-width: none;
    height: auto
    }
@media (max-width: 1178px) {
    .h04 .h04-imgslider {
        width: auto;
        height: 100%
        }
    }
.h04 .slick-arrow {
    position: absolute;
    bottom: 28px;
    z-index: 1
    }
.h04 .slick-prev {
    left: 63px
    }
.h04 .slick-next {
    left: auto;
    right: 46px
    }
.h04 .slick-dots {
    top: 213px;
    right: 46px;
    bottom: auto;
    left: auto
    }
.h04 .slick-dots button {
    font-size: 18px;
    display: none
    }
.h04 .slick-active button {
    display: inline-block
    }
.h04 .slick-active button:before {
    left: -5px
    }
.h04 .slick-active button:after {
    top: auto;
    left: auto;
    right: 0;
    bottom: -5px;
    width: 55px
    }
@media (max-width: 777px) {
    .h04 {
        padding-right: 0;
        padding-left: 0 !important
        }
    .h04:before {
        bottom: auto;
        height: 597px
        }
    .h04 .tabs-control {
        top: 90px;
        right: 15px
        }
    .h04 .tabsControl-item:not(:last-child) {
        margin-right: 10px;
        font-size: 14px
        }
    .h04 .horizontal-item {
        min-height: 896px;
        padding-left: 100px;
        position: relative;
        overflow: hidden
        }
    .h04 .horizontal-title:before {
        left: -45px
        }
    .h04 .horizontalItem-content {
        min-height: 0;
        padding: 165px 0 0;
        position: static
        }
    .h04 .h04-imgslider {
        margin: auto;
        position: absolute;
        height: auto;
        bottom: 0;
        left: -135px;
        right: 0;
        width: 144%;
        z-index: -1
        }
    .h04 .limited-width {
        position: static;
        -webkit-transform: none;
        transform: none
        }
    .h04 .slick-dots {
        display: none !important
        }
    .h04 .slick-arrow {
        position: absolute;
        bottom: 28px;
        z-index: 1
        }
    .h04 .slick-prev {
        left: 15px
        }
    .h04 .slick-next {
        right: 15px
        }
    }
.h04b {
    min-height: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
    }
.wrapper-iphone {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 524px;
    flex: 0 0 524px;
    position: relative;
    height: 767px;
    width: 524px
    }
.wrapper-iphone .img-iphone {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none
    }
.wrapper-iphone .iphone-currentText {
    font-size: 18px;
    letter-spacing: 0;
    position: absolute;
    top: 110px;
    left: 55px;
    z-index: 1
    }
.wrapper-iphone .iphone-currentText:after {
    content: "";
    border-bottom: 2px solid #000;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 55px
    }
.slider-iphone {
    margin: 105px auto;
    position: relative;
    left: 6px;
    height: 524px;
    width: 256px
    }
.slider-iphone .slick-arrow {
    position: absolute;
    bottom: -56px;
    z-index: 1
    }
.slider-iphone .slick-prev {
    left: -86px
    }
.slider-iphone .slick-next {
    right: -84px
    }
.slider-iphone .slick-dots {
    position: absolute;
    top: 50%;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
    left: -86px;
    text-align: center;
    width: 17px;
    z-index: 1
    }
.slider-iphone .slick-dots .slick-active button {
    border-radius: 0;
    height: 2px;
    width: 17px
    }
.slider-iphone .slick-dots button {
    background-color: #000;
    border: none;
    border-radius: 50%;
    display: inline-block;
    height: 6.56px;
    margin: 10px 0;
    overflow: hidden;
    padding: 0;
    text-indent: -9999px;
    width: 6.56px
    }
.info-iphone {
    margin-left: -10px;
    margin-top: -100px;
    position: relative
    }
.info-iphone .limited-width .title-h4 {
    margin-bottom: 40px
    }
.info-iphone p {
    font-size: 16px
    }
@media (max-width: 777px) {
    .h04b {
        display: block;
        margin: 0;
        overflow: hidden
        }
    .wrapper-iphone {
        margin: 0 auto -100px
        }
    .wrapper-iphone .img-iphone {
        top: -104px;
        left: -53px
        }
    .wrapper-iphone .iphone-currentText {
        top: 10px;
        left: 7px
        }
    .slider-iphone {
        left: -47px
        }
    .slider-iphone .slick-dots {
        left: -66px
        }
    .slider-iphone .slick-arrow {
        bottom: -90px
        }
    .slider-iphone .slick-prev {
        left: 24px
        }
    .slider-iphone .slick-next {
        right: 25px
        }
    .info-iphone {
        margin-left: 0;
        margin-top: 0;
        padding-bottom: 40px
        }
    .info-iphone .limited-width {
        margin: auto
        }
    .info-iphone .limited-width .title-h4 {
        margin-bottom: 10px
        }
    }
.wrapper-ctabs {
    max-width: 953px;
    margin-left: auto;
    margin-right: auto;
    padding: 70px 20px
    }
@media (max-width: 500px) {
    .h07-bg {
        display: none
        }
    }
.h07-bg-mobile {
    width: 100%
    }
@media (min-width: 501px) {
    .h07-bg-mobile {
        display: none
        }
    }
.ctabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
    }
.ctabs .ctabs-label {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: block;
    padding: 20px 12px;
    cursor: pointer;
    background: #fff;
    font-weight: 700;
    margin-bottom: 0;
    font-family: Baskervville, arial, sans-serif;
    font-size: 23px;
    font-weight: 400;
    position: relative;
    -webkit-transition: background ease 0.2s;
    transition: background ease 0.2s;
    text-transform: uppercase
    }
.ctabs .ctabs-label:after {
    content: "";
    background: url(../img/cross-more-button.svg) no-repeat center;
    display: inline-block;
    height: 43px;
    width: 43px;
    position: absolute;
    right: 10px;
    top: 13px
    }
@media (min-width: 778px) {
    .ctabs .ctabs-label:after {
        opacity: 0
        }
    }
@media (max-width: 777px) {
    .ctabs .ctabs-label:after {
        background: url(../img/cross-more-button.svg) no-repeat center !important
        }
    .ctabs .ctabs-label.active-mobile:after {
        background-image: url(../img/cross-minus-button.svg) !important
        }
    }
.ctabs .ctab {
    -webkit-box-ordinal-group: 100;
    -ms-flex-order: 99;
    order: 99;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    display: none;
    padding: 35px 0 0;
    background: #fff;
    border-top: 2px solid #000;
    margin: 0 0 50px
    }
.ctabs .ctabs-radio {
    display: none
    }
.ctabs .ctabs-radio:checked + .ctabs-label {
    background: #fff
    }
@media (min-width: 778px) {
    .ctabs .ctabs-radio:checked + .ctabs-label {
        border-bottom: 7px solid #000
        }
    }
.ctabs .ctabs-radio:checked + .ctabs-label:after {
    background-image: url(../img/cross-minus-button.svg)
    }
.ctabs .ctabs-radio:checked + .ctabs-label + .ctab {
    display: block
    }
.ctabs .title-h4 {
    text-transform: none
    }
.ctabs.ctabs-bottom {
    border-bottom: 2px solid #000;
    margin-bottom: 150px
    }
@media (max-width: 777px) {
    .ctabs.ctabs-bottom {
        display: none
        }
    }
.ctabs.ctabs-bottom .ctabs-label.active {
    background: #fff
    }
@media (min-width: 778px) {
    .ctabs.ctabs-bottom .ctabs-label.active {
        border-bottom: 7px solid #000
        }
    }
.ctab-intro {
    margin-bottom: 30px
    }
.ctab-image {
    margin-bottom: 24px
    }
.row-bordered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0
    }
.ctab-bordered {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    margin-top: -2px;
    padding: 25px 0;
    text-align: center
    }
.ctab-bordered.col-md-6 {
    border-right: 2px solid #000
    }
.ctab-bordered.col-md-6:last-of-type {
    border-right: none
    }
.round-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 0 0
    }
.roundList-item {
    margin: 0 45px 20px
    }
.round-icon {
    border: 2px solid #000;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 5px;
    width: 63px;
    height: 63px
    }
.round-legend {
    display: block
    }
.icons-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px 0
    }
@media (min-width: 778px) {
    .icons-list {
        min-height: 497px
        }
    }
.icons-list .icons-item {
    margin-bottom: 5px;
    padding: 0;
    width: 20%
    }
@media (max-width: 777px) {
    .icons-list .icons-item {
        width: 33.33%
        }
    }
@media (max-width: 543px) {
    .icons-list .icons-item {
        width: 50%
        }
    }
.icons-legend {
    display: block;
    padding: 0 15px
    }
.icons-col {
    background: no-repeat center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-style: normal;
    height: 80px;
    width: 110px
    }
.wrapper-h07Box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 878px;
    margin: auto;
    padding: 40px 0 0;
    text-align: center
    }
.h07-box-b {
    border: 2px solid #000;
    margin: 0 10px 60px;
    padding: 22px 0 15px;
    width: 376px;
    background: #000
    }
.h07-box-b .read-more.read-more2x {
    color: #fff
    }
.h07-box-b .read-more.read-more2x::after {
    background-image: url(../img/caret-right-white.svg)
    }
.h07-box-b .read-more.read-more2x:hover {
    -webkit-text-decoration: underline #fff;
    text-decoration: underline #fff
    }
.h07-box-b .title-h3 {
    margin-bottom: 25px;
    color: #fff
    }
.h07-box-b .img-fluid {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 14px
    }
.h07-box {
    border: 2px solid #000;
    margin: 0 10px 60px;
    padding: 22px 0 15px;
    width: 376px;
    background: #efedeb
    }
.h07-box .read-more.read-more2x {
    color: #000
    }
.h07-box .read-more.read-more2x::after {
    background: url(../img/caret-right.svg) no-repeat center
    }
.h07-box .title-h3 {
    margin-bottom: 25px
    }
.h07-box .img-fluid {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 14px
    }
@media (max-width: 777px) {
    .h07 > .container {
        padding: 0
        }
    .wrapper-ctabs {
        padding: 60px 35px
        }
    .ctabs {
        margin-bottom: 80px
        }
    .ctabs .ctab, .ctabs .ctabs-label {
        -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
        order: initial
        }
    .ctabs .ctab {
        border-top: none;
        margin: 0 0 20px;
        padding-top: 15px
        }
    .ctabs .ctabs-label {
        border: 1px solid #000;
        font-size: 20px;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 20px;
        padding: 24px 60px 18px 15px;
        text-align: left;
        width: 100%
        }
    .ctab-intro {
        margin-bottom: 40px
        }
    .ctab-bordered {
        padding: 25px 0 15px
        }
    .ctab-bordered:last-of-type {
        border-bottom: none
        }
    .ctab-bordered.col-md-6 {
        border-right: none
        }
    .round-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
        }
    .roundList-item {
        margin: 0 10px 20px
        }
    .wrapper-h07Box {
        display: block
        }
    .h07-box {
        margin-left: auto;
        margin-right: auto;
        max-width: 376px;
        width: 100%
        }
    }
.c02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 800px;
    padding: 80px 0
    }
.c02-content {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto
    }
.c02-content .img-fluid {
    margin-bottom: 45px
    }
@media (max-width: 777px) {
    .c02-content .img-fluid {
        margin-left: auto;
        margin-right: auto
        }
    }
.c02-content .title-h4 {
    text-transform: none
    }
#gc02 li.tabsControl-item {
    font-size: 16px
    }
@media (min-width: 777px) {
    #gc02 li.tabsControl-item {
        font-size: 18px
        }
    }
@media (max-width: 375px) {
    #gc02 li.tabsControl-item {
        font-size: 14px
        }
    }
@media (max-width: 320px) {
    #gc02 li.tabsControl-item {
        font-size: 11px
        }
    }
@media (max-width: 777px) {
    .c02 {
        padding: 80px 30px !important
        }
    .c02 .col-xs-12 {
        margin-bottom: 60px
        }
    }
@media (max-width: 543px) {
    .c02 .col-xs-12 {
        float: none;
        max-width: 215px;
        margin-bottom: 60px;
        padding: 0
        }
    }
.c03 {
    min-height: 800px;
    background: no-repeat center;
    background-size: cover
    }
@media (max-width: 777px) {
    .c03 {
        min-height: 896px
        }
    }
@media (max-width: 543px) {
    .c03 {
        background-position: -767px 0
        }
    }
#gc03b .small-control .slick-arrow {
    border: 1px solid #fff
    }
.c04 {
    min-height: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
    }
.c04 .title-h3 {
    margin-bottom: 50px;
    text-align: center
    }
.c04-img {
    background-repeat: no-repeat;
    background-size: cover;
    -ms-flex-preferred-size: 533px;
    flex-basis: 533px
    }
.c04-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 80px;
    max-width: 536px;
    padding: 0 40px
    }
.c04-paragraphe {
    max-width: 385px;
    margin: 0 auto 50px
    }
.c04-links {
    max-width: 265px;
    margin-left: auto;
    margin-right: auto;
    text-align: right
    }
.c04-links p a.read-more {
    color: #000
    }
@media (max-width: 777px) {
    .c04 {
        display: block;
        padding-left: 0;
        padding-right: 0
        }
    .c04-img {
        height: 622px;
        margin-bottom: 50px
        }
    .c04-content {
        margin: 0 auto;
        padding: 50px 40px 80px
        }
    }
.cfacebook {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 800px;
    padding: 65px 0
    }
.cfacebook .title-h3 {
    margin-bottom: 100px;
    text-transform: uppercase
    }
.cfacebook-postList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 50px
    }
.cfacebook-post {
    float: none;
    margin-bottom: 45px;
    max-width: 347px
    }
.cfacebook-post .title-h4 {
    margin-bottom: 0;
    text-transform: none
    }
.wrapper-cfacebookImg {
    height: 217px;
    overflow: hidden;
    margin-bottom: 40px;
    position: relative
    }
.wrapper-cfacebookImg:hover .cfacebook-img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
    }
.wrapper-cfacebookImg:hover .cfacebook-img:before {
    opacity: 1
    }
.cfacebook-img {
    background-size: cover;
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
    }
.cfacebook-img:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease
    }
.cfacebookImg-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1
    }
.cfacebookPost-date {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 4px
    }
.learn-more {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 7.5px;
    line-height: 1.2em;
    padding-right: 18px;
    position: relative;
    text-transform: uppercase
    }
.learn-more:after {
    content: "";
    background: url(../img/learn-more.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
    width: 15.72px;
    height: 15.72px
    }
.learn-more:hover {
    text-decoration: underline
    }
@media (max-width: 777px) {
    .cfacebook .title-h3 {
        margin-bottom: 50px
        }
    .cfacebook-postList {
        padding: 0 33px
        }
    .cfacebook-post {
        margin-left: auto;
        margin-right: auto
        }
    }
@media (max-width: 777px) {
    .gc01 .homevideo-img {
        background-image: url(../img/theEditions.jpg) !important;
        background-position: -700px 0;
        background-size: auto
        }
    .gc01 .homevideo-content {
        height: 896px
        }
    }
.gc03 .h03-box {
    margin: -75px auto 0
    }
@media (max-width: 777px) {
    .gc03 .h03-box {
        margin-top: -70px
        }
    }
.wrapper-bgSlider {
    margin-left: -15px;
    margin-right: -15px
    }
.bg-slider .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
    z-index: 1
    }
.bg-slider .slick-prev {
    left: 32px
    }
@media (min-width: 778px) {
    .bg-slider .slick-prev {
        left: 82px
        }
    }
.bg-slider .slick-next {
    right: 32px
    }
@media (min-width: 778px) {
    .bg-slider .slick-next {
        right: 82px
        }
    }
.bgSlider-item {
    background: center no-repeat;
    background-size: cover;
    height: 896px
    }
@media (min-width: 778px) {
    .bgSlider-item {
        height: 800px
        }
    }
.gc04 {
    padding-left: 0 !important;
    padding-right: 84px !important;
    max-width: 1280px
    }
.gc04:before {
    right: 84px;
    bottom: 167px;
    left: auto
    }
@media (max-width: 991px) and (min-width: 778px) {
    .gc04 {
        padding-right: 55px !important
        }
    .gc04:before {
        right: 55px
        }
    }
.gc04 .tabs-control {
    left: auto;
    right: 84px;
    padding-left: 30px;
    width: 484px
    }
@media (max-width: 991px) and (min-width: 778px) {
    .gc04 .tabs-control {
        padding-left: 0;
        right: 55px;
        width: 422px
        }
    }
.gc04 .horizontal-container .slick-dots {
    left: auto;
    right: -28px;
    bottom: 190px
    }
.gc04 .horizontal-container .slick-dots.hide {
    opacity: 1
    }
.gc04 .horizontal-container .slick-next {
    left: auto;
    right: -27px;
    bottom: 114px
    }
@media (max-width: 1199px) {
    .gc04 .horizontal-container .slick-active button:after {
        display: none
        }
    }
.gc04 .horizontal-item {
    padding-left: 0
    }
.gc04 .horizontalItem-content {
    min-height: 882px
    }
.gc04 .horizontal-img {
    -ms-flex-preferred-size: 640px;
    flex-basis: 640px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-top: 12px
    }
.gc04 .horizontal-content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 484px;
    flex: 0 0 484px;
    margin-left: auto;
    padding: 115px 83px 30px 30px
    }
@media (max-width: 991px) and (min-width: 778px) {
    .gc04 .horizontal-content {
        padding: 30px 63px 30px 60px
        }
    }
.gc05 {
    max-width: 1280px
    }
@media (min-width: 1600px) {
    .gc05 {
        padding-left: 157px !important
        }
    .gc05:before {
        left: 155px
        }
    }
.horizontal-content p {
    font-size: 18px;
    line-height: 30px
    }
.creative-title {
    color: #000;
    font-family: "Big Caslon", arial, sans-serif;
    font-size: 25px;
    margin-bottom: 12px;
    text-transform: none
    }
.creativeImage-Block {
    margin-bottom: 33px;
    text-align: right
    }
.creativeImage-Block:first-of-type {
    padding-top: 20px
    }
.creativeImage-Block .img-fluid {
    margin-bottom: 10px
    }
.creativeImage-Title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase
    }
@media (max-width: 777px) {
    .gc04 {
        padding-right: 0 !important
        }
    .gc04:before {
        opacity: 0
        }
    .gc04 .tabs-control {
        left: 0;
        right: 0;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%
        }
    .gc04 .horizontal-container {
        padding: 80px 0 20px 0
        }
    .gc04 .horizontal-container .slick-next {
        display: none !important
        }
    .gc04 .horizontal-container .slick-dots {
        display: none !important
        }
    .gc04 .horizontal-item {
        padding: 0
        }
    .gc04 .horizontal-img {
        height: auto;
        max-width: none;
        padding-top: 0;
        width: 107%
        }
    .gc04 .horizontal-content {
        padding: 15px
        }
    .gc04 .creativeImage-Block {
        margin-left: auto;
        margin-right: auto;
        max-width: 371px
        }
    .gc04 .creativeImage-Block .img-fluid {
        max-width: 100%
        }
    }
.gc05 .tabs-control {
    top: 23px
    }
@media (min-width: 1600px) {
    .gc05 .tabs-control {
        left: 320px
        }
    }
@media (min-width: 1600px) {
    .gc05 .horizontalCurrent-text {
        left: 196px
        }
    }
.gc05 .horizontalItem-content {
    display: block
    }
.gc05 .horizontal-content {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding: 130px 20px 55px 0;
    width: 46%
    }
.gc05 .horizontal-img {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    overflow: hidden;
    width: 54%
    }
.gc05 .horizontal-img .img-fluid {
    max-width: none
    }
@media (max-width: 543px) {
    .gc05 .horizontal-img .img-fluid {
        margin-left: -135px
        }
    }
@media (min-width: 778) {
    .gc05 .creative-title {
        margin-bottom: 40px
        }
    }
@media (max-width: 1199px) and (min-width: 778px) {
    .gc05 {
        padding-bottom: 120px
        }
    .gc05 .horizontal-container .slick-next {
        bottom: -99px
        }
    .gc05 .horizontal-container .slick-dots {
        bottom: -40px
        }
    .gc05 .horizontal-content {
        padding: 60px 20px 55px 0
        }
    }
@media (max-width: 991px) {
    .gc05 .horizontal-item {
        padding-left: 20px
        }
    }
@media (max-width: 777px) {
    .gc05 {
        padding-left: 0 !important;
        padding-right: 0
        }
    .gc05 .horizontal-container {
        padding: 80px 0 90px 0
        }
    .gc05 .horizontal-container .slick-next {
        left: 28px
        }
    .gc05 .horizontal-container .slick-dots {
        left: 73px
        }
    .gc05 .horizontal-content {
        padding: 0 20px 0 75px;
        width: auto
        }
    .gc05 .horizontal-img {
        max-width: none;
        height: auto;
        width: auto
        }
    .gc05 .horizontal-item {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 50px
        }
    }
.horizontalItem-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px
    }
.horizontalItem-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 18px
    }
.details-thumbnail {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px
    }
@media (max-width: 777px) {
    .horizontalItem-top {
        display: block
        }
    .horizontalItem-bottom {
        padding-left: 75px;
        margin: 0
        }
    }
.gc08b .ctab-bordered:last-of-type {
    border-bottom: none
    }
.gc08b .wrapper-h07Box {
    max-width: 965px;
    padding: 0
    }
.wrapper-previsualisation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
    }
.previsualisation {
    width: 45%
    }
.previsualisation > .img-fluid.hide-on-mobile {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 48px
    }
.previsualisation .round-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 48px;
    padding: 0 0 15px
    }
.previsualisation .roundList-item {
    margin: 0 0 15px
    }
.previsualisation .icons-legend {
    font-size: 14px
    }
@media (min-width: 778px) {
    .previsualisation .roundList-item {
        width: 33.33%
        }
    .previsualisation .roundList-item:first-child {
        margin-left: 0
        }
    .previsualisation .round-icon {
        width: 50px;
        height: 50px
        }
    }
.previsualisation .icons-col {
    height: 50px;
    width: 70px
    }
.previsualisation-tile {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
    text-align: left;
    text-transform: uppercase
    }
.info-previsualisation {
    text-align: left;
    padding-left: 50px;
    width: 55%
    }
.infoPrevisualisation-list, .infoPrevisualisation-title {
    font-size: 15px;
    line-height: 1.9em
    }
.infoPrevisualisation-title {
    text-decoration: underline
    }
.gc08b-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
    }
.gc08b-box.h07-box {
    padding: 48px 0 0;
    width: 406px
    }
.gc08b-box.h07-box .img-fluid {
    margin-bottom: 6px
    }
.gc08b-box .title-h3 {
    font-family: "Big Caslon", arial, sans-serif;
    font-size: 30px;
    margin-bottom: 5px;
    text-transform: uppercase
    }
.gc08b-box .h07-link-b {
    background-color: #000;
    padding: 30px 0
    }
.gc08b-box .h07-link-b .read-more {
    color: #fff
    }
.gc08b-box .h07-link {
    padding: 30px 0
    }
.gc08b-box .read-more {
    color: #000
    }
.gc08b-box .read-more:after {
    background: url(../img/caret-right.svg) no-repeat center
    }
.read-more {
    color: #fff;
    font-size: 20px;
    font-weight: 400
    }
.read-more:after {
    background-image: url(../img/caret-right-white.svg)
    }
@media (max-width: 777px) {
    .gc08b .img-fluid.hide-on-desktop {
        margin-bottom: 22px;
        margin-left: auto;
        margin-right: auto
        }
    .previsualisation {
        width: 40%
        }
    .previsualisation .round-list {
        margin-top: 0;
        padding: 15px 0
        }
    .previsualisation .roundList-item {
        margin: 0 0 25px
        }
    .previsualisation-tile {
        font-size: 24px;
        margin-bottom: 5px
        }
    .info-previsualisation {
        width: 60%
        }
    .gc08b-box.h07-box {
        max-width: 361px;
        width: auto
        }
    }
.gs03a {
    background-color: #fff;
    min-height: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
    }
@media (max-width: 777px) {
    .gs03a {
        min-height: 896px
        }
    }
@media (max-width: 777px) and (min-width: 544px) {
    .gs03a {
        margin: 0 -15px;
        overflow: hidden;
        padding: 10% 0
        }
    }
@media (max-width: 543px) {
    .gs03a {
        margin: 0 -30px;
        overflow: hidden;
        padding: 10% 0
        }
    }
.gs03a .content-h03-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    top: -25px
    }
@media (max-width: 777px) {
    .gs03a .content-h03-box {
        top: 50px
        }
    }
@media (min-width: 778px) {
    .gs01 .homevideo-controls {
        padding-bottom: 150px
        }
    }
@media (max-width: 777px) {
    .gs01 .homevideo-img {
        background-size: auto;
        background-position: -1360px center
        }
    }
.row.gs03a-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto
    }
@media (max-width: 777px) {
    .row.gs03a-item {
        margin: 0 -110px
        }
    }
.gs05 .ctab-bordered:last-of-type {
    border-bottom: none
    }
.gs05 .round-list {
    margin-top: 20px
    }
.gs05 .ctabs-bottom {
    margin-bottom: 100px
    }
.gs05 .wrapper-h07Box {
    padding-top: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
    }
@media (min-width: 778px) {
    .gs05 .gc08b-box.h07-box {
        width: 526px
        }
    }
.see-more {
    color: #000;
    display: inline-block;
    font-size: 18px;
    margin-top: 20px;
    padding-right: 28px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase
    }
.see-more:focus {
    color: #000
    }
.see-more:hover {
    text-decoration: underline
    }
.see-more:after, .see-more:before {
    content: "";
    background-color: #000;
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
    }
.see-more:before {
    width: 2px;
    height: 19px;
    right: 9px
    }
.see-more:after {
    width: 19px;
    height: 2px;
    right: 0
    }
.see-more .showLessText {
    display: none
    }
.see-more.collapse .seeMoreText {
    display: none
    }
.see-more.collapse .showLessText {
    display: inline
    }
.see-more.collapse:before {
    height: 1px
    }
.infoPrevisualisation-list.collapsible li {
    display: none
    }
.infoPrevisualisation-list.collapsible li:nth-child(1) {
    display: list-item
    }
.infoPrevisualisation-list.collapsible li:nth-child(2) {
    display: list-item
    }
.infoPrevisualisation-list.collapsible li:nth-child(3) {
    display: list-item
    }
.gs07 {
    min-height: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around
    }
.gs07 .slick-slide {
    margin: 0;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    opacity: 1
    }
.gs07 .slick-slide img {
    width: 100%
    }
.gs07 .slick-center {
    opacity: 1;
    width: auto;
    height: auto;
    margin: 0 auto;
    -webkit-transform: scale(1);
    transform: scale(1)
    }
.gs07 .slick-active button:after {
    opacity: 0
    }
.gs07 .slick-arrow {
    position: absolute;
    bottom: -35px;
    z-index: 1
    }
.gs07 .slick-prev {
    left: 22%
    }
.gs07 .slick-next {
    right: 22%
    }
@media (max-width: 777px) {
    .gs07 {
        min-height: 896px;
        padding-left: 0;
        padding-right: 0
        }
    .gs07 .slick-center {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
        }
    .gs07 .slick-slide {
        padding-top: 15px;
        padding-bottom: 15px
        }
    .gs07 .slick-arrow {
        bottom: auto
        }
    .gs07 .slick-prev {
        top: 30%;
        left: 50%;
        -webkit-transform: rotate(90deg) translatey(50%);
        transform: rotate(90deg) translatey(50%)
        }
    .gs07 .slick-next {
        right: auto;
        left: 50%;
        bottom: 30%;
        -webkit-transform: rotate(90deg) translatey(50%);
        transform: rotate(90deg) translatey(50%)
        }
    }
.gs07 .title-h4, .gs08 .title-h4 {
    font-family: "Big Caslon", arial, sans-serif;
    font-size: 25px;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
    text-transform: none
    }
.gs08 {
    min-height: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
    }
.gs08 .title-h4 {
    margin-bottom: 40px;
    margin-top: 0
    }
@media (max-width: 777px) {
    .gs08 .title-h4 {
        margin-bottom: 0;
        padding-top: 30px
        }
    }
.gs08 .round-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    margin-bottom: 20px;
    padding-top: 50px
    }
@media (max-width: 777px) {
    .gs08 .round-list {
        margin-bottom: 0
        }
    }
.gs08 .roundList-item {
    width: 33.33%
    }
.gs08 .roundList-item {
    width: 33.33%;
    margin: 0 0 40px
    }
.gs08 .btn-black {
    max-width: 324px
    }
.row-gs08 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
    }
.row-gs08 .icons-col {
    width: 76px;
    height: 36px
    }
@media (min-width: 1280px) {
    .row-gs08 .icons-col {
        width: 126px;
        height: 86px
        }
    }
@media (min-width: 992px) {
    .row-gs08 > .col-lg-4 {
        padding-left: 30px;
        padding-right: 0
        }
    }
.btn-black {
    background-color: #000;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    text-align: center
    }
.btn-black:focus, .btn-black:hover {
    background-color: #1a1a1a
    }
.btn-black .read-more {
    color: #fff;
    font-size: 20px;
    font-weight: 400
    }
.btn-black .read-more:after {
    background-image: url(../img/caret-right-white.svg)
    }
.attribute-color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 33px
    }
.attributeColor-item {
    border-radius: 50%;
    width: 20px;
    height: 21px;
    margin: 0 20px
    }
.attributeColor-item:first-child {
    margin-left: 0
    }
.attributeColor-item:last-child {
    margin-right: 0
    }
.attributeColor-item.brown {
    background-color: #74594d
    }
.attributeColor-item.green {
    background-color: #456056
    }
.attributeColor-item.red {
    background-color: #a22323
    }
.attributeColor-item.yellow {
    background-color: #fde459
    }
.attributeColor-item.white {
    background-color: #fff;
    border: 1px solid #000
    }
.attributeColor-item.black {
    background-color: #000
    }
.attribute-size {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
    }
.attributeSize-item {
    margin-right: 7px
    }
.attributeSize-item:last-child {
    margin-right: 0
    }
@media (max-width: 777px) {
    .gs08 {
        padding-bottom: 120px
        }
    .visualisation-imgColor {
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 20px
        }
    .attribute-size {
        margin-bottom: 30px
        }
    }
.page-contact #main .page-content {
    margin: 0 !important
    }
.page-contact .container-fluid {
    padding: 0
    }
.page-contact .page-content {
    border: none;
    padding: 0
    }
.page-contact .page-content .block-contact {
    background: #fff;
    padding-bottom: 25px
    }
.page-contact .page-content .contactRight {
    max-width: 435.5px;
    margin-left: auto
    }
.page-contact .page-content .contact-form {
    padding: 0 15px;
    padding-top: 84px
    }
.page-contact .page-content .contactForm-wrapper {
    padding-left: 156px;
    padding-right: 64px
    }
.page-contact .page-content .title-h1 {
    color: #000;
    margin: 0;
    padding-left: 24px
    }
@media screen and (max-width: 992px) {
    .page-contact .page-content .contactForm-wrapper {
        padding: 0;
        padding-top: 51px
        }
    .page-contact .page-content .contact-form {
        padding: 0 10px;
        padding-left: 33px
        }
    .page-contact .page-content .contactLeft {
        display: none
        }
    .page-contact .page-content .contactRight {
        margin: 0;
        max-width: 100%;
        width: 100%
        }
    .page-contact .page-content .btn-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
        }
    .page-contact .page-content .btn-unbordered {
        font-size: 27px;
        margin-left: auto;
        max-width: 150px;
        margin-bottom: 30px;
        margin-top: 0
        }
    .page-contact .page-content .footer-title {
        text-align: left;
        width: 100%
        }
    .page-contact .page-content .block-contact {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        padding: 0;
        padding-top: 124px
        }
    .page-contact .page-content .block-contact .item {
        margin-bottom: 122px;
        padding: 0 15px;
        width: 100%
        }
    .page-contact .page-content .block-contact .item .linkWrapper {
        position: static;
        -webkit-transform: none;
        transform: none
        }
    .page-contact .page-content .block-contact .item .text {
        padding: 0 30px;
        padding-bottom: 35px
        }
    .page-contact .page-content .title-h1 {
        font-family: "Big Caslon", arial;
        padding: 0;
        padding-bottom: 38px;
        padding-right: 20px;
        text-align: center
        }
    .page-contact .page-content .form-item {
        margin-bottom: 45px
        }
    .page-contact .page-content .form-item.select .selectItem {
        margin-bottom: 24px
        }
    .page-contact .page-content .form-item.textarea .item {
        min-height: 154px
        }
    .page-contact .page-content .form-item .item {
        font-size: 12px;
        padding: 17px 0
        }
    .page-contact .page-content .map {
        height: 939px
        }
    .page-contact .page-content .map .map-wrapper {
        padding-top: 288px;
        text-align: center;
        width: 100%
        }
    .page-contact .page-content .map .map-wrapper .mapLeft {
        width: 100%
        }
    .page-contact .page-content .map .map-wrapper .mapRight {
        padding: 0;
        padding-top: 102px;
        width: 100%
        }
    .page-contact .page-content .map .map-wrapper p.text {
        padding-bottom: 19px
        }
    }
.map {
    height: 799px;
    padding-bottom: 15px;
    position: relative
    }
.map .map-wrapper {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
    }
.map .map-wrapper .text {
    font-family: "Big Caslon", arial;
    font-size: 35px;
    line-height: 48px;
    margin: 0;
    text-align: center;
    padding-bottom: 71px
    }
.map .map-wrapper .mapLeft img {
    padding-bottom: 16px
    }
.map .map-wrapper .mapRight {
    padding-left: 72px
    }
.map .map-wrapper .mapRight .link {
    font-size: 20px;
    display: inline-block
    }
.map .map-wrapper .mapRight .link .text {
    font-size: 20px;
    font-family: Muli, arial;
    padding: 0;
    padding-right: 26px
    }
.map .map-wrapper .mapRight .link img {
    vertical-align: middle
    }
.form-item {
    margin-bottom: 57px
    }
.form-item.select {
    margin-bottom: 0
    }
.form-item.select .selectItem {
    border-radius: 0;
    height: auto;
    margin: 0;
    margin-bottom: 33px;
    padding-bottom: 13px
    }
.form-item.select .selectItem.nice-select:after {
    border: none;
    background: url(../img/arrow-down.svg) no-repeat center;
    height: 15px;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    width: 24px
    }
.form-item.select .selectItem.nice-select.open:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
    }
.form-item.select .selectItem.nice-select .current {
    color: #000;
    text-transform: uppercase
    }
.form-item.textarea {
    margin-bottom: 8px
    }
.form-item.textarea .item {
    min-height: 189px
    }
.form-item .item {
    border: none;
    border-bottom: 2px solid #000;
    font-family: Muli, arial;
    font-size: 16px;
    font-weight: 600;
    padding: 23px 0;
    width: 100%
    }
.btn {
    cursor: pointer
    }
.btn.btn-unbordered {
    background: 0 0;
    font-size: 35px;
    padding: 0;
    text-transform: uppercase
    }
.btn.btn-unbordered:hover {
    text-decoration: underline
    }
.block-contact {
    padding-top: 338px
    }
.block-contact .item {
    padding: 0 65px;
    position: relative;
    width: 33.333%
    }
.block-contact .item .text {
    font-family: Muli, arial;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 100px
    }
.block-contact .item .linkWrapper {
    bottom: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%);
    width: 100%
    }
.block-contact .item .linkWrapper .link {
    border-bottom: 2px solid #000;
    font-family: Muli, arial;
    font-size: 20px;
    font-weight: 600;
    max-width: 325px;
    padding-bottom: 5px
    }
.block-contact .title-h5 {
    font-family: "Big Caslon", arial;
    font-size: 35px;
    margin: 0;
    padding-bottom: 47px
    }
.footer-title {
    border-left: 2px solid #000;
    font-family: Muli, arial;
    font-size: 16px;
    margin: 0;
    padding: 49px 0;
    padding-left: 33px
    }
.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
    }
.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
    }
.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
    }
.align-items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
    }
.justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
    }
.justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
    }
.w-50 {
    width: 50%
    }
.w-100 {
    width: 100%
    }
::-webkit-input-placeholder {
    color: #000;
    font-weight: 600;
    text-transform: uppercase
    }
::-moz-placeholder {
    color: #000;
    font-weight: 600;
    text-transform: uppercase
    }
:-ms-input-placeholder {
    color: #000;
    font-weight: 600;
    text-transform: uppercase
    }
:-moz-placeholder {
    color: #000;
    font-weight: 600;
    text-transform: uppercase
    }
.page-cms .container-fluid {
    padding: 0
    }
.page-cms #main h1.title-h1 {
    font-family: "Big Caslon", arial;
    font-size: 40px
    }
.page-cms #main h2.title-h2 {
    font-family: Muli;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0;
    padding-bottom: 12px;
    text-align: left
    }
.page-cms .cms-top {
    height: 800px
    }
.page-cms .cms-top .cmsTop-content {
    border: 2px solid #000;
    height: 554px;
    margin: auto;
    text-align: center;
    vertical-align: middle;
    width: 540px
    }
.page-cms .cms-content {
    margin: auto;
    max-width: 836px;
    padding: 191px 8px 30px
    }
.page-cms .cms-content p.text {
    font-family: Baskerville, arial;
    font-size: 36px;
    line-height: 48px;
    margin: 0;
    padding-bottom: 79px
    }
.page-cms .cms-content .text-bottom {
    padding-bottom: 119px
    }
.page-cms .cms-content .text-bottom .text {
    font-family: Muli, arial;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    padding-right: 50px;
    margin: 0
    }
.page-cms .cms-content .text-bottom .text:last-of-type {
    padding-right: 0;
    padding-left: 60px
    }
@media screen and (max-width: 992px) {
    .page-cms .cms-top {
        height: 896px
        }
    .page-cms .cms-top .cmsTop-content {
        height: 300px;
        width: 294px
        }
    .page-cms .cms-top .cmsTop-content .text-top {
        padding: 0 22px
        }
    .page-cms #main h1.title-h1 {
        font-size: 21px
        }
    .page-cms #main h2.title-h2 {
        font-size: 16px !important
        }
    .page-cms .cms-content {
        padding: 86px 31px 36px
        }
    .page-cms .cms-content .text-top {
        padding: 0 25px;
        padding-right: 70px
        }
    .page-cms .cms-content .text-bottom .text {
        margin-bottom: 20px;
        padding: 0 25px !important;
        padding-right: 70px !important;
        width: 100%
        }
    .page-cms .cms-content p.text {
        padding-bottom: 40px
        }
    .page-cms .companyTeam {
        padding-top: 0
        }
    .page-cms .companyTeam .list {
        padding: 0
        }
    .page-cms .companyTeam .list .item .item-content {
        max-width: 161px
        }
    }
.companyTeam {
    padding-top: 180px
    }
.companyTeam .name {
    display: block;
    font-family: Muli, arial;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 0;
    margin-bottom: 30px
    }
.companyTeam .list {
    padding: 0 119px
    }
.companyTeam .list .item .item-content {
    max-width: 255px
    }
.companyTeam .list .item:nth-child(even) .item-content {
    margin-left: auto
    }
.category-e-shop #header .header-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #000;
    color: #fff;
    padding: 19px 0
    }
.category-e-shop #header .header-content .shopnow {
    display: none
    }
.category-e-shop #header .header-content .header-center {
    padding: 0
    }
.category-e-shop #header .header-content .logo-text {
    display: block;
    font-size: 30px;
    letter-spacing: 3px;
    padding-top: 34px
    }
.category-e-shop #header .header-content .language-item a {
    color: #fff
    }
.category-e-shop h1.title-h1 {
    font-family: "Big Caslon", arial;
    font-size: 40px;
    margin: 0;
    padding-bottom: 71px
    }
.category-e-shop .product-list {
    padding: 0 30px;
    padding-top: 198px
    }
.category-e-shop .product-list .product-category {
    padding-bottom: 177px
    }
.category-e-shop .product-content {
    font-family: Muli, arial
    }
.category-e-shop .product-content .products-visual {
    height: 340px
    }
@media (max-width: 992px) {
    .category-e-shop .product-content .products-visual {
        background-size: cover !important
        }
    }
.category-e-shop .product-content .product-name {
    font-family: "Big Caslon", arial;
    font-size: 26px
    }
.category-e-shop .product-content .product-title {
    border-bottom: 2px solid #000;
    border-top: 2px solid #000;
    padding: 13px 0
    }
.category-e-shop .product-content .item {
    margin: auto;
    max-width: 498px
    }
.category-e-shop .product-content .product-price {
    font-size: 15px
    }
.category-e-shop .product-content .product-price .price {
    font-size: 23px;
    letter-spacing: 3px
    }
.category-e-shop .product-content .link {
    background: #000;
    color: #fff;
    display: block;
    font-family: Muli, arial;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 3px;
    padding: 17px 0 16px;
    width: 100%
    }
.category-e-shop .product-content .link img {
    padding-left: 12px;
    vertical-align: middle
    }
@media screen and (max-width: 992px) {
    .category-e-shop .order-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
        }
    .category-e-shop .order-content .order-left {
        width: 100%
        }
    .category-e-shop .order-content .order-right {
        width: 100%
        }
    .category-e-shop .product-content .item {
        width: 100%
        }
    .category-e-shop #header .header-content .logo-text {
        font-size: 12px;
        line-height: 20px
        }
    .category-e-shop .product-list {
        padding: 198px 0 0
        }
    .category-e-shop .product-title {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
        }
    .category-e-shop .product-title .product-name {
        width: 100%
        }
    .category-e-shop .product-title .product-price {
        text-align: right;
        width: 100%
        }
    .category-e-shop #main div.order-right {
        padding: 15px 20px;
        padding-top: 60px
        }
    .category-e-shop #main div.order-left div.orderLeft-content {
        width: 100%
        }
    .category-e-shop .navPills-custom .nav-item {
        margin: 0;
        width: 100%
        }
    .category-e-shop .product-list .product-category {
        padding-bottom: 60px
        }
    }
.module-orders-cart .container-fluid {
    padding: 0
    }
.module-orders-cart #main .page-content {
    margin: 0;
    padding: 0
    }
.module-orders-cart #main .order-content {
    padding-top: 120px
    }
.module-orders-cart #main .order-left {
    background: #fff;
    max-width: 702px;
    width: 100%
    }
.module-orders-cart #main .order-left .orderLeft-content {
    max-width: 498px;
    margin: auto
    }
.module-orders-cart #main .order-left .orderLeft-content .product-title + .text {
    font-size: 15px;
    padding-top: 31px
    }
.module-orders-cart #main .order-right {
    background: #f1efee;
    max-width: 579px;
    padding-bottom: 59px;
    padding-left: 65px;
    padding-right: 75px;
    padding-top: 63px;
    width: 100%
    }
.module-orders-cart #main .order-right h1.title {
    font-size: 36px;
    margin: 0;
    padding-bottom: 19px
    }
.module-orders-cart #main .order-right .tabContent-custom {
    padding-top: 118px
    }
.module-orders-cart #main .order-right .tabContent-custom .tab-pane {
    min-height: 650px
    }
.module-orders-cart #main .order-right .form-item {
    margin-bottom: 40px
    }
.module-orders-cart #main .order-right .textarea {
    margin-bottom: 32px
    }
.module-orders-cart #main .order-right .textarea .label {
    font-weight: 600;
    margin: 0;
    padding-bottom: 2px
    }
.module-orders-cart #main .order-right .textarea .item {
    min-height: 110px;
    padding: 0
    }
.module-orders-cart #main .order-right .textarea ::-webkit-input-placeholder {
    color: #7e7e7e;
    font-weight: 500;
    text-transform: none
    }
.module-orders-cart #main .order-right .textarea ::-moz-placeholder {
    color: #7e7e7e;
    font-weight: 500;
    text-transform: none
    }
.module-orders-cart #main .order-right .textarea :-ms-input-placeholder {
    color: #7e7e7e;
    font-weight: 500;
    text-transform: none
    }
.module-orders-cart #main .order-right .textarea :-moz-placeholder {
    color: #7e7e7e;
    font-weight: 500;
    text-transform: none
    }
.module-orders-cart #main .order-right .btn-wrapper {
    padding-top: 0
    }
.module-orders-cart #main .order-right .phone-number {
    display: block;
    font-family: "Big Caslon", arial;
    font-size: 35px;
    padding-bottom: 54px
    }
.module-orders-cart #main .order-right p.text {
    font-size: 18px;
    font-weight: 600;
    line-height: 23px
    }
.module-orders-cart #main .orderSlick {
    max-width: 498px;
    margin: auto;
    pointer-events: none
    }
.module-orders-cart #main .orderSlick .slick-arrow {
    border: 1px solid #000;
    height: 35.12px;
    outline: 0;
    position: absolute;
    top: 45%;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
    width: 35.12px
    }
.module-orders-cart #main .orderSlick .slick-arrow.slick-next {
    background: url(../img/arrow-small-right.svg) no-repeat center;
    right: -31px
    }
.module-orders-cart #main .orderSlick .slick-arrow.slick-prev {
    background: url(../img/arrow-small-left.svg) no-repeat center;
    left: -31px
    }
.input-gb-gray .item {
    background: #f1efee
    }
.bg-white {
    background: #fff
    }
.navPills-custom .nav-item {
    margin-right: 71px
    }
.navPills-custom .nav-item .nav-link {
    font-size: 16px;
    font-weight: 600;
    outline: 0 !important;
    position: relative
    }
.navPills-custom .nav-item .nav-link:after {
    background: #000;
    bottom: -6px;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 0
    }
.navPills-custom .nav-item .nav-link.active:after {
    width: 100%
    }
hr {
    border-top: none
    }
h1.comp-title {
    font-size: 27px;
    margin: 0.5em 0
    }
@media (max-width: 777px) {
    h1.comp-title {
        font-size: 26px
        }
    }
@media (max-width: 375px) {
    h1.comp-title {
        font-size: 16px
        }
    }
.card {
    display: block;
    position: relative;
    margin: 0 auto;
    background: 0 0;
    border: none
    }
@media (max-width: 777px) {
    .card.cart-container.mob {
        margin: 0
        }
    }
.card.cart-container {
    max-width: 1055px
    }
@media (max-width: 777px) {
    .card.cart-container {
        margin: 0 -30px
        }
    }
span.quantity {
    display: -webkit-box;
    vertical-align: middle
    }
@media (max-width: 777px) {
    span.quantity {
        padding-left: 10px
        }
    }
.card-right {
    float: right
    }
.input-group {
    position: relative;
    width: 25%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-collapse: separate;
    left: 25px
    }
.card-grid .row {
    padding: 20px 0
    }
.justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
    }
@media (min-width: 1024px) {
    span.img.product-line-edtion {
        margin-left: -235px
        }
    }
@media (max-width: 777px) {
    span.img.product-line-edtion {
        margin: 0 -100px;
        display: block
        }
    }
span.img.product-line-edtion img {
    max-width: 100%
    }
@media (min-width: 1024px) {
    span.img.product-line-edtion img {
        max-width: none
        }
    }
@media (max-width: 777px) {
    span.img.product-line-edtion img {
        max-width: none;
        width: 100%
        }
    }
.content-items.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 20px;
    position: relative
    }
@media (max-width: 777px) {
    .content-items.row {
        left: -7px
        }
    }
.warrant {
    background-color: #f1efee
    }
h3.title-component {
    width: 35%;
    text-transform: uppercase;
    font-size: 16px
    }
.adtcdContent-top {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: 0 5px;
    padding-left: 14px
    }
@media (max-width: 777px) {
    .adtcdContent-top {
        padding-left: 0;
        font-size: small
        }
    }
li.product-line-info {
    font: 400 15px/1.5em Muli
    }
.actions {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px
    }
.actions a {
    text-transform: uppercase
    }
li.title-card-list {
    font-size: 1.2em;
    font-weight: 700
    }
.cart-grid-body {
    margin-bottom: 0
    }
.cart-line-product-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0
    }
.cart-line-product-actions a {
    text-decoration: underline;
    text-transform: uppercase;
    padding-left: 35px
    }
span.label.js-subtotal, span.totalvalue {
    font-size: 1.7em
    }
span.totalvalue {
    float: right;
    position: relative;
    bottom: 35px;
    line-height: 1.2em
    }
@media (max-width: 777px) {
    span.totalvalue {
        bottom: 0;
        left: 0;
        float: left
        }
    }
.cart-detailed-totals {
    position: relative;
    left: 21px
    }
@media (max-width: 777px) {
    .cart-detailed-totals {
        left: auto
        }
    }
.cart-summary-line {
    border-top: solid;
    padding: 2%
    }
@media (max-width: 777px) {
    .cart-summary-line {
        padding: 10%
        }
    }
.cart-grid-body .card-block {
    padding: 2rem 1.4em
    }
@media (max-width: 777px) {
    .cart-detailed-totals > .card-block {
        padding: 2rem 0
        }
    }
h1.title-ship {
    font-size: 26px
    }
.ship-card span.title-ship, .ship-card span.tvalue {
    font-size: 2em;
    text-transform: uppercase
    }
@media (max-width: 777px) {
    .ship-card span.title-ship, .ship-card span.tvalue {
        font-size: 28px
        }
    }
span.title-ship {
    padding-right: 75px
    }
@media (max-width: 777px) {
    span.title-ship {
        padding-right: 50px
        }
    }
.custom-card span.cstm-charge {
    padding-left: 0
    }
@media (max-width: 777px) {
    .custom-card span.cstm-charge {
        padding-right: 26px
        }
    }
.custom-card span.tvalue {
    padding-left: 75px;
    font-size: 1.6em
    }
@media (max-width: 777px) {
    .custom-card span.tvalue {
        padding-left: 0
        }
    }
.card-content {
    background-color: #f1efee;
    line-height: 50px
    }
.card-content label {
    font-size: 1.1em;
    text-transform: uppercase;
    width: 70%;
    text-align: left;
    padding-bottom: 20px
    }
@media (max-width: 777px) {
    .card-content label {
        width: auto
        }
    }
label u {
    border-bottom-style: solid;
    -webkit-text-decoration-line: none;
    text-decoration-line: none
    }
span.spanlabel {
    margin-left: 15%
    }
@media (max-width: 777px) {
    span.spanlabel {
        margin-left: 0
        }
    }
input.card-paie {
    background-color: #f1efee;
    border: none;
    border-bottom-style: solid;
    width: 60%;
    padding-bottom: 10px
    }
a.btn.btn-primary.checko {
    padding: 24px 30px;
    width: 100%
    }
.card-sum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    float: right;
    padding-top: 20px
    }
@media (max-width: 777px) {
    .card-sum {
        float: left
        }
    }
span#cart-total-value {
    padding-left: 20px
    }
.totalitems {
    font-size: 40px;
    padding-bottom: 30px;
    text-align: center;
    line-height: 1em
    }
.items-content.bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: -webkit-center;
    margin-bottom: 20px
    }
.cart-row-total .card-right {
    padding-right: 0;
    padding-left: 0
    }
.cart-row-total .card-block {
    padding: 2rem 0
    }
.compo-edtion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
    }
input.cart-product-qty {
    border: none;
    width: 10%;
    padding-left: 8px
    }
@media (max-width: 777px) {
    input.cart-product-qty {
        padding-left: 0
        }
    }
input.product-qty-minus {
    border: none;
    background: #fff
    }
input.product-qty-plus {
    border: none;
    background: #fff
    }
a.link-card img {
    margin-bottom: 20px
    }
.h07-link.card-link {
    display: contents;
    float: left;
    text-align: left;
    line-height: 1.7em
    }
.input-group-btn-vertical i {
    z-index: 120
    }
.input-group-btn-vertical .touchspin-up:after {
    content: "+" !important
    }
.input-group-btn-vertical .touchspin-down:after {
    content: "-" !important;
    position: relative;
    right: 50px
    }
@media (max-width: 777px) {
    .input-group-btn-vertical .touchspin-down:after {
        right: 15px
        }
    }
.input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
    top: 7px
    }
.input-group .form-control {
    position: relative;
    z-index: 101;
    float: left;
    width: 100%;
    margin-bottom: 0;
    left: 12px
    }
@media (max-width: 777px) {
    .input-group .form-control {
        left: -14px
        }
    }
ul.product-line-info {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    height: 100%;
    max-width: none;
    width: auto
    }
@media (min-width: 1352px) {
    ul.product-line-info {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        max-width: none;
        width: 100%
        }
    }
@media (max-width: 777px) {
    ul.product-line-info {
        -webkit-column-count: auto;
        -moz-column-count: auto;
        column-count: auto;
        padding-left: 10px;
        width: 56%
        }
    }
@media (max-width: 777px) {
    .items-content {
        display: block !important
        }
    }
@media (max-width: 777px) {
    h3.title-component {
        width: 44%
        }
    }
@media (max-width: 777px) {
    .cart-left {
        max-height: none;
        overflow: hidden
        }
    }
@media (max-width: 777px) {
    .card-right {
        width: 100%;
        margin: 0 auto
        }
    }