#locationModal .modal-content {
    background-color: #302b29;
    color: #ffead7;
    box-shadow: inset 0 1px 2px 0 hsl(209deg 9% 44% / 21%)
}

#locationModalBtnClose {
    font-size: 15px;
    background-color: #f69d27;
    padding: 7px 20px;
    font-family: Corbel-Bold
}

@media only screen and (min-width: 767px) {
    .main-navi ul li:hover ul {
        top: 24px;
        visibility: visible;
        opacity: 1;
        -moz-transition: .5s;
        -o-transition: .5s;
        -webkit-transition: .5s;
        transition: .5s
    }

    .main-navi ul li ul {
        position: absolute;
        width: 215px;
        background-color: #1f1a18;
        visibility: hidden;
        top: 44px;
        opacity: 0
    }

    .main-navi ul li ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 11px;
        font-size: 11px;
        line-height: 1.45455;
        text-transform: none;
        text-align: left;
        height: 42px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .main-navi ul li ul li a:hover, .main-navi ul li ul li.active a {
        color: #f69d27
    }

    .main-navi .lang-location {
        display: none
    }
}

.btn-left, .btn-right {
    background: 0 0;
    font-size: 22px
}

.form-newsletter {
    margin-top: 5px;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    display: block
}

.form-newsletter .ajax-progress {
    flex: 100%
}

#newsletter-message .error-msg {
    color: red
}

.main-kvs .infor .ttl-kvs a, .main-kvs .infor.info-dark .ttl-kvs {
    color: #503012;
    font-family: Montserrat, sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 45.5px; /* 130% */
    text-transform: uppercase;
}

input.form-submit {
    width: 72px;
    border-radius: 0;
    appearance: none;
    padding: 13px 10px 17px;
    background-color: #f69d27;
    color: #503012;
    font-family: Corbel-Bold;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    right: 0
}

.btn-right {
    border: 0;
    line-height: 2.7em;
    position: relative;
    width: 100%;
    height: 2.7em
}

.btn-down span, .btn-left span, .btn-right span, .btn-up span {
    color: #fff;
    text-decoration: none;
    position: relative;
    z-index: 10
}

.btn-right::after, .btn-right::before {
    background: #c39e6d;
    border-radius: 0;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    transition: 1s;
    height: 30px
}

.btn-down::before, .btn-right::before, .btn-up::before {
    transform: skew(45deg);
    top: 0
}

.btn-down::after, .btn-right::after, .btn-up::after {
    transform: skew(-45deg);
    bottom: 0
}

.btn-right:focus::after, .btn-right:focus::before, .btn-right:hover::after, .btn-right:hover::before {
    background: #d9c2a3
}

.btn-left {
    border: 0;
    line-height: 2em;
    position: relative;
    width: 100%;
    height: 2em
}

.btn-left::after, .btn-left::before, .btn-up::after, .btn-up::before {
    background: #e4135d;
    border-radius: 0;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    transition: 1s;
    height: 30px
}

.btn-down, .btn-up {
    background: 0 0;
    border: 0;
    font-size: 22px;
    position: relative;
    width: 100%
}

.btn-left::before {
    transform: skew(45deg);
    bottom: 0;
    z-index: 1
}

.btn-left::after {
    transform: skew(-45deg);
    top: 0
}

.btn-left:focus::after, .btn-left:focus::before, .btn-left:hover::after, .btn-left:hover::before, .btn-up:focus::after, .btn-up:focus::before, .btn-up:hover::after, .btn-up:hover::before {
    background: #f1538b
}

.btn-up {
    line-height: 3em;
    height: 3em;
    transform: rotate(-90deg)
}

.btn-down {
    line-height: 4em;
    height: 4em;
    transform: rotate(90deg);
    margin-top: 3em
}

.btn-down::after, .btn-down::before {
    background: #29c0d5;
    border-radius: 0;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    transition: 1s;
    height: 30px
}

.btn-down:focus::after, .btn-down:focus::before, .btn-down:hover::after, .btn-down:hover::before {
    background: #68d3e2
}