@-webkit-keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@-moz-keyframes slide-down {
    0% {
        opacity: 0;
        -moz-transform: translateY(-100%)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-webkit-keyframes slide-up {
    0% {
        opacity: 1;
        -webkit-transform: translateY(100%)
    }

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

@-moz-keyframes slide-up {
    0% {
        opacity: 1;
        -webkit-transform: translateY(100%)
    }

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

.rotatorWrapper .royalSlider .rsABlockOuter {
    margin: 0 auto
}

@media (min-width: 1200px) {
    .rotatorWrapper .royalSlider .rsABlockOuter {
        max-width: 1140px
    }
}

@media (min-width: 1601px) {
    .rotatorWrapper .royalSlider .rsABlockOuter {
        max-width: 1415px
    }
}

@media (min-width: 1921px) {
    .rotatorWrapper .royalSlider .rsABlockOuter {
        max-width: 1515px
    }
}

.edit-reservation-form .form-button-wrapper {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.edit-reservation-form .form-button-wrapper button {
    display: block;
    margin: 15px 0 0 0;
    width: 100%
}

@media (max-width: 1200px) {
    .edit-reservation-form .form-button-wrapper button {
        display: inline-block;
        width: auto;
        margin: 0 auto;
        min-width: 350px
    }
}

@media (max-width: 575px) {
    .edit-reservation-form .form-button-wrapper button {
        display: block;
        width: 100%;
        min-width: auto
    }
}

.edit-reservation-form .form-button-wrapper button:before {
    transition: all .6s ease-in-out;
    display: none
}

.edit-reservation-form .form-button-wrapper button:hover {
    background: #2e2e2e
}

.reservation-form select,
.classicForm select,
.reservation-form .select2,
.classicForm .select2 {
    height: 45px !important;
    width: 100%;
    border-radius: 5px;
    background: #F8F5F8;
    position: relative;
    border: none
}

.reservation-form input:focus,
.classicForm input:focus,
.reservation-form select:focus,
.classicForm select:focus,
.reservation-form .select2:focus,
.classicForm .select2:focus {
    outline: none !important
}

.reservation-form .select2-selection,
.classicForm .select2-selection {
    height: 45px;
    width: 100%;
    border-radius: 5px;
    background: #F8F5F8;
    border: none
}

.reservation-form .select2-selection .select2-selection__rendered,
.classicForm .select2-selection .select2-selection__rendered {
    line-height: 45px;
    padding-left: 15px;
    position: relative;
    outline: none !important;
    border: none !important
}

.reservation-form .select2-container--open.select2-container--below .select2-selection,
.classicForm .select2-container--open.select2-container--below .select2-selection {
    border: 1px solid #000;
    border-bottom-color: transparent
}

.reservation-form .select2-container--open.select2-container--above .select2-selection,
.classicForm .select2-container--open.select2-container--above .select2-selection {
    border: 1px solid #000;
    border-top-color: transparent
}

.reservation-form label.error+.select2-container--open .select2-selection,
.classicForm label.error+.select2-container--open .select2-selection {
    border: 1px solid red
}

.reservation-form .customTimepicker+.select2,
.classicForm .customTimepicker+.select2 {
    width: 100% !important
}

.reservation-form .customTimepicker+.select2 .select2-selection .select2-selection__rendered::before,
.classicForm .customTimepicker+.select2 .select2-selection .select2-selection__rendered::before {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    width: 15px;
    height: 15px;
    background: url("../images/icons/ico_clock.svg") no-repeat center/contain;
    filter: brightness(0)
}

.reservation-form .customDatepicker,
.classicForm .customDatepicker {
    position: relative;
    border-right: 2px solid white
}

.reservation-form .customDatepicker:active,
.classicForm .customDatepicker:active,
.reservation-form .customDatepicker:focus,
.classicForm .customDatepicker:focus {
    border-right: 2px solid white !important
}

.select2 {
    outline: none !important;
    box-shadow: none !important
}

.select2:focus,
.select2:active,
.select2:focus-visible {
    outline: none !important;
    box-shadow: none !important
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    right: 10px;
    transform: translateY(-50%)
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none !important;
    width: 10px;
    height: 6px;
    background: url("../images/icons/ico_down.svg") center/cover no-repeat;
    transition: all .3s ease-in-out;
    filter: brightness(0)
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotate(-180deg)
}

.slick-dots {
    position: static
}

@media screen and (max-width: 575px) {
    .slick-dots {
        display: flex;
        align-items: center;
        justify-content: flex-start
    }
}

.slick-dots li {
    height: auto;
    margin: 0
}

.slick-dots li button {
    width: 12px;
    height: 12px;
    background: url("../images/icons/ico_button.svg") center/cover no-repeat;
    text-indent: -9999px;
    overflow: hidden
}

.slick-dots .slick-active button {
    background: url("../images/icons/ico_button_active.svg") center/cover no-repeat;
    filter: brightness(0)
}

.slick-prev {
    left: -40px
}

.slick-next {
    right: -40px
}

.slick-next,
.slick-prev {
    top: unset;
    bottom: 35px;
    background: #1D1D1D;
    width: 40px;
    height: 40px;
    border-radius: 50%
}

.slick-next:before,
.slick-prev:before {
    filter: brightness(0) invert(44%) sepia(0%) saturate(3%) hue-rotate(63deg) brightness(98%) contrast(92%)
}

.slick-next:hover,
.slick-next:focus,
.slick-prev:hover,
.slick-prev:focus {
    background: #1D1D1D
}

.slick-next:hover:before,
.slick-next:focus:before,
.slick-prev:hover:before,
.slick-prev:focus:before {
    filter: invert(100%) brightness(100%)
}

.slick-prev:before {
    content: "";
    color: #7ac9cd;
    width: 9px;
    height: 17px;
    background: url("../images/icons/ico_chevron.svg") center/contain no-repeat;
    opacity: 1;
    display: inline-block;
    transform: rotate(-180deg);
    margin-left: -2px
}

.slick-next:before {
    content: "";
    color: #7ac9cd;
    width: 9px;
    height: 17px;
    background: url("../images/icons/ico_chevron.svg") center/contain no-repeat;
    opacity: 1;
    display: inline-block;
    margin-right: -2px
}

.slick-next:before:hover {
    transform: rotate(-90deg) scale(1.1)
}

#swipebox-overlay {
    z-index: 9999999999999 !important
}

#swipebox-close {
    background-image: url("../images/icons/ico_close.svg") !important;
    filter: invert(97%) sepia(42%) saturate(5179%) hue-rotate(160deg) brightness(87%) contrast(83%);
    right: 25px;
    top: 0;
    background-position: center;
    transform: scale(0.5)
}

#swipebox-prev {
    background-image: url("../images/icons/ico_right.svg") !important;
    background-position: center;
    transform: rotate(-180deg) scale(0.5);
    /*filter: brightness(0) invert(83%) sepia(57%) saturate(1470%) hue-rotate(20deg) brightness(104%) contrast(94%)*/
}

#swipebox-next {
    background-image: url("../images/icons/ico_right.svg") !important;
    transform: scale(0.5);
    background-position: center;
    /*filter: brightness(0) invert(83%) sepia(57%) saturate(1470%) hue-rotate(20deg) brightness(104%) contrast(94%)*/
}

#swipebox-top-bar,
#swipebox-bottom-bar {
    background: #000 !important
}

.spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9000;
    background: rgba(255, 255, 255, 0.8);
    display: none;
    width: 100%;
    height: 100%
}

.spinner-overlay .spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.spinner-overlay .spinner span {
    border: 16px solid #7ac9cd;
    border-radius: 50%;
    border-top: 16px solid white;
    width: 120px;
    height: 120px;
    top: 50%;
    position: absolute;
    animation: spin 2s linear infinite
}

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

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

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

#server-response,
#server-response-newsletter {
    display: none;
    padding: 50px 0;
    text-align: center
}

#server-response h2,
#server-response-newsletter h2 {
    color: #7ac9cd;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px
}

@media screen and (max-width: 575px) {

    #server-response h2,
    #server-response-newsletter h2 {
        font-size: 25px
    }
}

#server-response h2.error,
#server-response-newsletter h2.error {
    color: #cc3300
}

#server-response h2.error+p,
#server-response-newsletter h2.error+p {
    color: #cc3300
}

#server-response h2.warning,
#server-response-newsletter h2.warning {
    color: #000187
}

#server-response h2.warning+p,
#server-response-newsletter h2.warning+p {
    color: #000187
}

#server-response p,
#server-response-newsletter p {
    font-size: 18px;
    font-weight: bold
}

#server-response a,
#server-response-newsletter a {
    text-decoration: none;
    display: inline-block;
    margin: 25px 0
}

#server-response a:hover,
#server-response-newsletter a:hover {
    text-decoration: none
}

@font-face {
    font-family: 'Proxima Nova Soft';
    src: url("../fonts/ProximaNovaSoft-Bold.woff2") format("woff2"), url("../fonts/ProximaNovaSoft-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Proxima Nova Rg';
    src: url("../fonts/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/ProximaNova-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Proxima Nova Th';
    src: url("../fonts/ProximaNova-Extrabld.woff2") format("woff2"), url("../fonts/ProximaNova-Extrabld.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Proxima Nova Th';
    src: url("../fonts/ProximaNovaT-Thin.woff2") format("woff2"), url("../fonts/ProximaNovaT-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Proxima Soft';
    src: url("../fonts/ProximaSoft-ExtraBold.woff2") format("woff2"), url("../fonts/ProximaSoft-ExtraBold.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Proxima Soft';
    src: url("../fonts/ProximaSoft-Regular.woff2") format("woff2"), url("../fonts/ProximaSoft-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Proxima Soft';
    src: url("../fonts/ProximaSoft-Light.woff2") format("woff2"), url("../fonts/ProximaSoft-Light.woff") format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Proxima Soft';
    src: url("../fonts/ProximaSoft-LightIt.woff2") format("woff2"), url("../fonts/ProximaSoft-LightIt.woff") format("woff");
    font-weight: 200;
    font-style: italic;
    font-display: swap
}

body {
    font-family: 'Proxima Soft', sans-serif;
    font-weight: normal
}

p {
    margin-bottom: 0;
    font-size: 16px
}

a {
    text-decoration: none;
    outline: none !important
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

h1 {
    font-family: 'Proxima Nova Th', sans-serif;
    font-weight: 900
}

h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
    font-family: 'Proxima Soft', sans-serif
}

h1 {
    font-size: 50px
}

h2 {
    font-size: 40px
}

h3 {
    font-size: 30px
}

h4,
h5,
h6 {
    font-size: 20px
}

p {
    margin-bottom: 0;
    font-size: 16px
}

a {
    text-decoration: none;
    outline: none !important
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.btn-primary {
    position: relative;
    display: inline-flex;
    font-size: 14px;
    line-height: 45px;
    height: 45px;
    font-weight: bold;
    color: #4C4C4C;
    background: #7ac9cd;
    text-decoration: none;
    border: none;
    text-transform: uppercase;
    border-radius: 5px;
    overflow: hidden;
    padding: 0 30px;
    transition: all .3s ease-in-out
}

.btn-primary:before {
    content: "";
    position: absolute;
    top: var(--y);
    left: var(--x);
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-radius: 50%;
    background: #000;
    transition: width .8s, height .8s
}

.btn-primary span {
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    transition: all .3s ease-in-out
}

.btn-primary:hover {
    text-decoration: none;
    color: white
}

.btn-primary:hover:before {
    width: 800px;
    height: 800px
}

.btn-primary:hover span {
    color: white
}

.btn-primary.btn-secondary {
    background: transparent;
    border: 2px solid #7ac9cd;
    transition: all .3s ease-in-out;
    padding: 0 35px;
    line-height: 43px
}

.btn-primary.btn-secondary span {
    color: #7ac9cd
}

.btn-primary.btn-secondary:before {
    background: #7ac9cd
}

.btn-primary.btn-secondary:hover span {
    color: white
}

.btn-primary.inverted {
    background: #000
}

.btn-primary.inverted span {
    color: white
}

.btn-primary.inverted:before {
    background: #7ac9cd
}

.btn-primary.inverted-color {
    background: #7ac9cd
}

.btn-primary.inverted-color span {
    color: white
}

.btn-primary.inverted-color:before {
    background: #000
}

.title-box {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0
}

@media screen and (max-width: 1600px) {
    .title-box {
        padding: 20px 0
    }
}

@media screen and (max-width: 1200px) {
    .title-box {
        padding: 15px 0
    }
}

@media screen and (max-width: 575px) {
    .title-box {
        padding: 15px 0
    }
}

.title-box h3 {
    font-size: 16px;
    color: #7ac9cd;
    padding-left: 35px;
    position: relative;
    text-transform: uppercase
}

@media screen and (max-width: 1600px) {
    .title-box h3 {
        font-size: 14px;
        padding-left: 30px
    }
}

.title-box h3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #7ac9cd;
    width: 20px;
    height: 7px;
    border-radius: 25px
}

.title-box h2 {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'Proxima Nova Th', sans-serif;
    position: relative;
    display: inline-block
}

@media screen and (max-width: 1600px) {
    .title-box h2 {
        font-size: 26px
    }
}

@media screen and (max-width: 575px) {
    .title-box h2 {
        font-size: 22px
    }
}

.title-box h2 span {
    color: #7ac9cd
}

@media screen and (max-width: 575px) {
    .title-box .cta-box {
        display: none
    }
}

.title-box .cta-box a {
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    color: #000;
    transition: all .3s ease-in-out;
    padding: 20px 40px 20px 20px
}

@media screen and (max-width: 1200px) {
    .title-box .cta-box a {
        padding: 20px 0
    }
}

.title-box .cta-box a:hover {
    color: #7ac9cd
}

.with-effect {
    background: #7ac9cd;
    margin: 0 25px 0 45px;
    height: 2px;
    border-radius: 25px;
    flex: 1
}

@media screen and (max-width: 1200px) {
    .with-effect {
        margin: 0 25px 0 25px
    }
}

@media screen and (max-width: 575px) {
    .with-effect {
        margin: 0 0 0 25px
    }
}

.alternate-title-box {
    padding: 15px 0
}

.alternate-title-box h3 {
    font-size: 18px;
    color: #7ac9cd;
    position: relative;
    font-weight: bold;
    text-transform: uppercase
}

@media screen and (max-width: 1600px) {
    .alternate-title-box h3 {
        font-size: 16px
    }
}

.alternate-title-box h2 {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'Proxima Nova Th', sans-serif;
    position: relative;
    display: inline-block
}

@media screen and (max-width: 1600px) {
    .alternate-title-box h2 {
        font-size: 26px
    }
}

@media screen and (max-width: 575px) {
    .alternate-title-box h2 {
        font-size: 22px
    }
}

.alternate-title-box h2 span {
    color: #7ac9cd
}

.cta-box-link {
    color: #7ac9cd;
    font-size: 14px;
    font-weight: bold;
    transition: all .3s ease-in-out;
    white-space: nowrap;
    padding-left: 25px;
    display: none
}

.cta-box-link:hover {
    text-decoration: none;
    color: #000
}

@media screen and (max-width: 575px) {
    .cta-box-link {
        display: inline-block
    }
}

.cta-box-link.always-visible {
    display: block
}

*,
*::after *::before {
    margin: 0;
    padding: 0;
    box-sizing: inherit
}

body {
    box-sizing: border-box;
    padding: 110px 0 0 0;
    margin: 0;
    color: #27262B;
    transition: all .3s ease-in-out
}

@media (max-width: 1200px) {
    body {
        padding: 80px 0 0 0
    }
}

body.modal-is-open {
    overflow: hidden
}

body.pages .mainHeader .menu-wrapper:after {
    display: none
}

body.pages .mainHeader .mainMenuNav .logo {
    left: 15px;
    width: 200px;
    height: 60px;
    background: url("../images/logo.png?v=1.0") center/contain no-repeat
}

@media (max-width: 1600px) {
    body.pages .mainHeader .mainMenuNav .logo {
        width: 152px;
        height: 50px
    }
}

@media (max-width: 1200px) {
    body.pages .mainHeader .mainMenuNav .logo {
        width: 130px;
        height: 45px;
        top: -20px;
        left: 0
    }
}

@media (max-width: 768px) {
    body.pages .mainHeader .mainMenuNav .logo {
        top: -20px;
        width: 130px;
        height: 45px
    }
}

body.pages .support-section .alternate-title-box {
    padding: 0 0 0 75px
}

@media screen and (max-width: 1600px) {
    body.pages .support-section .alternate-title-box {
        padding: 0 0 0 50px
    }
}

@media screen and (max-width: 1200px) {
    body.pages .support-section .alternate-title-box {
        padding: 0
    }
}

body.pages .support-section .phone-box:not(.footer-phone-box) {
    padding-left: 75px
}

@media screen and (max-width: 1600px) {
    body.pages .support-section .phone-box:not(.footer-phone-box) {
        padding-left: 50px
    }
}

@media screen and (max-width: 1200px) {
    body.pages .support-section .phone-box:not(.footer-phone-box) {
        padding-left: 0
    }
}

body.pages .support-section .info-box {
    padding: 25px 50px 0 75px
}

@media screen and (max-width: 1600px) {
    body.pages .support-section .info-box {
        padding: 15px 50px 0 50px
    }
}

@media (max-width: 1200px) {
    body.pages .support-section .info-box {
        padding: 15px 50px 0 0
    }
}

@media (max-width: 992px) {
    body.pages .support-section .info-box {
        padding: 15px 0 0 0
    }
}

body.pages section.benefits ul {
    margin: 0 45px
}

@media screen and (max-width: 1200px) {
    body.pages section.benefits ul {
        margin: 0
    }
}

body.booking-steps .mainFooter {
    padding-bottom: 133px
}

@media screen and (max-width: 1200px) {
    body.booking-steps .mainFooter {
        padding-bottom: 0
    }
}

@media (max-width: 992px) {
    body.booking-steps .mainFooter {
        padding-bottom: 100px;
        overflow: hidden
    }
}

@media (max-width: 666px) {
    body.booking-steps .mainFooter {
        padding-bottom: 80px
    }
}

body.booking-steps .mainFooter:before {
    bottom: 133px
}

@media screen and (max-width: 1200px) {
    body.booking-steps .mainFooter:before {
        bottom: 0
    }
}

body.scrolling-active {
    padding-top: 110px
}

@media (max-width: 1200px) {
    body.scrolling-active {
        padding-top: 95px
    }
}

@media (max-width: 768px) {
    body.scrolling-active {
        padding-top: 80px
    }
}

@media (max-width: 575px) {
    body.scrolling-active {
        padding-top: 90px
    }
}

body.notification-active {
    padding: 160px 0 0 0
}

@media (max-width: 1200px) {
    body.notification-active {
        padding: 115px 0 0 0
    }
}

@media (max-width: 575px) {
    body.notification-active {
        padding: 120px 0 0 0
    }
}

body.notification-active .mobileMenuWrapper {
    top: 112px
}

@media (max-width: 768px) {
    body.notification-active .mobileMenuWrapper {
        top: 103px
    }
}

@media (max-width: 575px) {
    body.notification-active .mobileMenuWrapper {
        top: 117px
    }
}

input[type=checkbox] {
    -moz-appearance: initial !important
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

[contenteditable="true"]:focus {
    outline: none
}

*:focus {
    outline: none
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #27262B;
    transition: background-color 5000s ease-in-out 0s
}

@media (min-width: 1601px) {
    .container-xl {
        max-width: 1415px
    }
}

@media (min-width: 1921px) {
    .container-xl {
        max-width: 1515px
    }
}

.no-text-link {
    width: 100%;
    height: 100%;
    font-size: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 22
}

@media (max-width: 575px) {
    .js-reservation-wrapp {
        display: none
    }
}

::-webkit-scrollbar {
    width: 15px
}

::-webkit-scrollbar-track {
    background-color: #f6f6f6;
    border-radius: 100vw;
    margin: 3px 0
}

::-webkit-scrollbar-thumb {
    background: #000;
    border: 3px solid #f6f6f6;
    border-radius: 100vw
}

::-webkit-scrollbar-thumb:hover {
    background: #000
}

@supports (scrollbar-color: #000 #f6f6f6) {
    * {
        scrollbar-color: #000 #f6f6f6;
        scrollbar-width: thin
    }
}

.mainHeader {
    z-index: 999999;
    background: transparent;
    transition: all .3s ease-in-out;
    width: 100%;
    position: absolute;
    top: 0
}

@media (max-width: 1200px) {
    .mainHeader {
        background: white
    }

    .mainHeader:before {
        content: "";
        width: 100%;
        height: 5px;
        background: #000;
        position: absolute;
        top: 0;
        left: 0
    }
}

@media (max-width: 1200px) {
    .mainHeader .menu-wrapper {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding: 15px 0 15px 0
    }
}

@media (max-width: 768px) {
    .mainHeader .menu-wrapper {
        padding: 15px 0 15px 0;
        min-height: 70px
    }
}

.mainHeader .mainMenuNav {
    transition: all .3s ease-in-out;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-content: center;
    position: relative
}

@media (max-width: 1200px) {
    .mainHeader .mainMenuNav {
        justify-content: flex-start
    }
}

.mainHeader .mainMenuNav:before {
    content: "";
    width: 100%;
    height: 7px;
    background: #000;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    position: absolute;
    top: 0;
    left: 0
}

@media (max-width: 1200px) {
    .mainHeader .mainMenuNav:before {
        display: none
    }
}

.mainHeader .mainMenuNav .logo {
    transition: all .3s ease-in-out;
    position: absolute;
    left: 0;
    width: 230px;
    height: 70px;
    top: 25px;
    background: url("../images/logo.png") center/contain no-repeat;
    z-index: 999999999999999999;
    font-size: 0
}

@media (max-width: 1200px) {
    .mainHeader .mainMenuNav .logo {
        width: 163px;
        height: 50px;
        top: -25px
    }
}

@media (max-width: 768px) {
    .mainHeader .mainMenuNav .logo {
        top: -20px;
        width: 145px;
        height: 45px
    }
}

.mainHeader .mainMenuNav .mainMenu,
.mainHeader .mainMenuNav #side-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-left: 225px;
    width: 100%;
    transition: all .3s ease-in-out;
    z-index: 99999
}

@media (max-width: 1600px) {

    .mainHeader .mainMenuNav .mainMenu,
    .mainHeader .mainMenuNav #side-menu {
        padding-left: 75px
    }
}

@media (max-width: 1200px) {

    .mainHeader .mainMenuNav .mainMenu,
    .mainHeader .mainMenuNav #side-menu {
        display: none
    }
}

.mainHeader .mainMenuNav .mainMenu>li,
.mainHeader .mainMenuNav #side-menu>li {
    text-align: center
}

.mainHeader .mainMenuNav .mainMenu>li>a,
.mainHeader .mainMenuNav #side-menu>li>a {
    display: inline-block;
    padding: 50px 55px 35px 0;
    color: #27262B;
    width: 100%;
    height: 100%;
    font-size: 17px;
    font-weight: bold;
    transition: all .3s ease-in-out
}

@media (max-width: 1921px) {

    .mainHeader .mainMenuNav .mainMenu>li>a,
    .mainHeader .mainMenuNav #side-menu>li>a {
        padding: 50px 40px 35px 0
    }
}

@media (max-width: 1600px) {

    .mainHeader .mainMenuNav .mainMenu>li>a,
    .mainHeader .mainMenuNav #side-menu>li>a {
        padding: 50px 25px 35px 0
    }
}

.mainHeader .mainMenuNav .mainMenu>li>a:hover,
.mainHeader .mainMenuNav #side-menu>li>a:hover {
    text-decoration: none;
    color: #7ac9cd
}

.mainHeader .mainMenuNav .mainMenu>li>ul,
.mainHeader .mainMenuNav #side-menu>li>ul {
    display: none
}

.mainHeader .mainMenuNav .mainMenu>li.dropdown,
.mainHeader .mainMenuNav #side-menu>li.dropdown {
    position: relative
}

.mainHeader .mainMenuNav .mainMenu>li.dropdown ul,
.mainHeader .mainMenuNav #side-menu>li.dropdown ul {
    display: none;
    position: absolute;
    padding: 0;
    left: -20px;
    top: 100px;
    background: white;
    box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.1);
    min-width: 175px;
    border-radius: 10px;
    border-bottom: 4px solid #7ac9cd
}

.mainHeader .mainMenuNav .mainMenu>li.dropdown ul li,
.mainHeader .mainMenuNav #side-menu>li.dropdown ul li {
    text-align: left
}

.mainHeader .mainMenuNav .mainMenu>li.dropdown ul li a,
.mainHeader .mainMenuNav #side-menu>li.dropdown ul li a {
    color: #27262B;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    padding: 8px 20px;
    position: relative;
    width: 100%;
    transition: all .2s ease-in-out
}

.mainHeader .mainMenuNav .mainMenu>li.dropdown ul li a:after,
.mainHeader .mainMenuNav #side-menu>li.dropdown ul li a:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 12px;
    background: url("../images/icons/ico_arrow.svg") center/contain no-repeat;
    transition: all .3s ease-in-out;
    /*filter: brightness(0) invert(83%) sepia(57%) saturate(1470%) hue-rotate(20deg) brightness(104%) contrast(94%)*/
}

.mainHeader .mainMenuNav .mainMenu>li.dropdown ul li a:hover,
.mainHeader .mainMenuNav #side-menu>li.dropdown ul li a:hover {
    text-decoration: none;
    color: #7ac9cd
}

.mainHeader .mainMenuNav .mainMenu>li.dropdown ul li a:hover:after,
.mainHeader .mainMenuNav #side-menu>li.dropdown ul li a:hover:after {
    right: 15px
}

.mainHeader .mainMenuNav .mainMenu>li.dropdown ul li ul,
.mainHeader .mainMenuNav #side-menu>li.dropdown ul li ul {
    left: 100%;
    top: 50px
}

.mainHeader .mainMenuNav .mainMenu>li.dropdown:after,
.mainHeader .mainMenuNav #side-menu>li.dropdown:after {
    content: "";
    position: absolute;
    left: calc(50% - 24.5px);
    bottom: 20px;
    transform: translateX(-50%);
    width: 18px;
    height: 13px;
    background: url("../images/icons/ico_down.svg") center/contain no-repeat;
    /*filter: brightness(0) invert(83%) sepia(57%) saturate(1470%) hue-rotate(20deg) brightness(104%) contrast(94%)*/
}

@media (max-width: 1921px) {

    .mainHeader .mainMenuNav .mainMenu>li.dropdown:after,
    .mainHeader .mainMenuNav #side-menu>li.dropdown:after {
        left: calc(50% - 20.5px)
    }
}

@media (max-width: 1600px) {

    .mainHeader .mainMenuNav .mainMenu>li.dropdown:after,
    .mainHeader .mainMenuNav #side-menu>li.dropdown:after {
        left: calc(50% - 10px)
    }
}

@media (max-width: 1921px) {

    .mainHeader .mainMenuNav .mainMenu>li.currency:after,
    .mainHeader .mainMenuNav #side-menu>li.currency:after {
        left: calc(50% - 17.5px)
    }
}

@media (max-width: 1600px) {

    .mainHeader .mainMenuNav .mainMenu>li.currency:after,
    .mainHeader .mainMenuNav #side-menu>li.currency:after {
        left: calc(50% - 10px)
    }
}

.mainHeader .mainMenuNav .mainMenu>li.currency ul,
.mainHeader .mainMenuNav #side-menu>li.currency ul {
    min-width: auto;
    left: -10px
}

.mainHeader .mainMenuNav .mainMenu>li.currency ul li a:after,
.mainHeader .mainMenuNav #side-menu>li.currency ul li a:after {
    display: none
}

.mainHeader .mainMenuNav .mainMenu>li.language:after,
.mainHeader .mainMenuNav #side-menu>li.language:after {
    left: calc(50% - 7px)
}

.mainHeader .mainMenuNav .mainMenu>li.language ul,
.mainHeader .mainMenuNav #side-menu>li.language ul {
    min-width: auto;
    left: -10px
}

.mainHeader .mainMenuNav .mainMenu>li.language ul li a:after,
.mainHeader .mainMenuNav #side-menu>li.language ul li a:after {
    display: none
}

.mainHeader .mainMenuNav .mainMenu>li:last-of-type a,
.mainHeader .mainMenuNav #side-menu>li:last-of-type a {
    padding: 50px 15px 35px 0
}

.mainHeader .mainMenuNav #side-menu {
    padding-left: 20px;
    width: auto;
    position: relative
}

.mainHeader .mainMenuNav #side-menu:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 30px;
    background: #707070;
    opacity: .1;
    width: 1px;
    height: 63px
}

.mainHeader .mobile-nav {
    display: none
}

@media (max-width: 1200px) {
    .mainHeader .mobile-nav {
        display: block
    }
}

.mainHeader .mobile-nav ul {
    display: flex;
    align-items: center
}

.mainHeader .mobile-nav ul .purple-car {
    margin-right: 20px;
    z-index: 99999999;
    position: relative;
    display: inline-block
}

.mainHeader .mobile-nav ul .purple-car span {
    position: absolute;
    right: -10px;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #000;
    color: white;
    text-align: center;
    line-height: 20px;
    font-size: 10px;
    font-weight: bold
}

.mainHeader .mobile-nav ul .rButton {
    position: relative;
    height: 100%;
    width: 35px;
    padding: 25px 15px 25px 35px;
    text-align: center;
    color: black;
    font-size: 0
}

.mainHeader .mobile-nav ul .rButton>span {
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0
}

.mainHeader .mobile-nav ul .rButton .hamburger {
    position: absolute;
    width: 35px;
    height: 30px;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%)
}

.mainHeader .mobile-nav ul .rButton .hamburger span {
    display: block;
    width: 100%;
    height: 5px;
    position: absolute;
    background: black;
    transform-origin: left center;
    transition: all .3s ease-in-out;
    border-radius: 25%;
    left: 0
}

.mainHeader .mobile-nav ul .rButton .hamburger span:nth-child(1) {
    top: -5px
}

.mainHeader .mobile-nav ul .rButton .hamburger span:nth-child(2) {
    top: 5px
}

.mainHeader .mobile-nav ul .rButton .hamburger span:nth-child(3) {
    top: 15px
}

.mainHeader .mobile-nav ul .rButton.active .hamburger span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -5px;
    left: 5px
}

.mainHeader .mobile-nav ul .rButton.active .hamburger span:nth-child(2) {
    width: 0;
    opacity: 0
}

.mainHeader .mobile-nav ul .rButton.active .hamburger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 20px;
    left: 4px
}

.mainHeader.scrolling-active {
    -webkit-animation: slide-down .6s ease-out;
    -moz-animation: slide-down .6s ease-out;
    position: fixed
}

@media (max-width: 1200px) {
    .mainHeader.scrolling-active {
        border-bottom: 3px solid #7ac9cd;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        box-shadow: 0px -1px 15px 0px rgba(0, 0, 0, 0.1)
    }
}

.mainHeader.scrolling-active .menu-wrapper:after {
    top: -100%;
    opacity: 0
}

@media (max-width: 1200px) {
    .mainHeader.scrolling-active .menu-wrapper {
        padding: 15px 0
    }
}

@media (max-width: 768px) {
    .mainHeader.scrolling-active .menu-wrapper {
        padding: 10px 0
    }
}

.mainHeader.scrolling-active .menu-wrapper .logo {
    width: 233px;
    height: 60px;
    top: 15px;
    background: url("../images/logo.png") center/contain no-repeat;
    font-size: 0
}

@media (max-width: 1600px) {
    .mainHeader.scrolling-active .menu-wrapper .logo {
        width: 185px;
        height: 45px;
        top: 10px
    }
}

@media (max-width: 1200px) {
    .mainHeader.scrolling-active .menu-wrapper .logo {
        width: 152px;
        top: -20px
    }
}

@media (max-width: 768px) {
    .mainHeader.scrolling-active .menu-wrapper .logo {
        width: 136px;
        top: -20px;
        height: 42px
    }
}

.mainHeader.scrolling-active .mainMenuNav {
    border-bottom: 4px solid #7ac9cd;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: 0px -1px 15px 0px rgba(0, 0, 0, 0.1);
    background: white
}

@media (max-width: 1200px) {
    .mainHeader.scrolling-active .mainMenuNav {
        border-bottom: none;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        box-shadow: none
    }
}

.mainHeader.scrolling-active .mainMenuNav:before {
    display: none
}

.mainHeader.scrolling-active .mainMenuNav .mainMenu,
.mainHeader.scrolling-active .mainMenuNav #side-menu {
    z-index: 99999
}

.mainHeader.scrolling-active .mainMenuNav .mainMenu>li>a,
.mainHeader.scrolling-active .mainMenuNav #side-menu>li>a {
    padding: 35px 55px 35px 0
}

@media (max-width: 1921px) {

    .mainHeader.scrolling-active .mainMenuNav .mainMenu>li>a,
    .mainHeader.scrolling-active .mainMenuNav #side-menu>li>a {
        padding: 35px 40px 35px 0
    }
}

@media (max-width: 1600px) {

    .mainHeader.scrolling-active .mainMenuNav .mainMenu>li>a,
    .mainHeader.scrolling-active .mainMenuNav #side-menu>li>a {
        padding: 20px 25px 20px 0
    }
}

.mainHeader.scrolling-active .mainMenuNav .mainMenu>li.dropdown:after,
.mainHeader.scrolling-active .mainMenuNav #side-menu>li.dropdown:after {
    content: "";
    position: absolute;
    left: calc(50% - 25.5px);
    bottom: 25px;
    transform: translateX(-50%);
    width: 13px;
    height: 8px;
    background: url("../images/icons/ico_down.svg") center/contain no-repeat;
    filter: brightness(0)
}

@media (max-width: 1921px) {

    .mainHeader.scrolling-active .mainMenuNav .mainMenu>li.dropdown:after,
    .mainHeader.scrolling-active .mainMenuNav #side-menu>li.dropdown:after {
        left: calc(50% - 20.5px)
    }
}

@media (max-width: 1600px) {

    .mainHeader.scrolling-active .mainMenuNav .mainMenu>li.dropdown:after,
    .mainHeader.scrolling-active .mainMenuNav #side-menu>li.dropdown:after {
        left: calc(50% - 10px);
        bottom: 10px
    }
}

.mainHeader.scrolling-active .mainMenuNav #side-menu {
    padding-left: 0;
    position: relative
}

.mainHeader.scrolling-active .mainMenuNav #side-menu:before {
    content: "";
    position: absolute;
    left: -18px;
    top: 15px;
    background: #707070;
    opacity: .1;
    width: 1px
}

@media (max-width: 1600px) {
    .mainHeader.scrolling-active .mainMenuNav #side-menu:before {
        left: -13px;
        height: 53px;
        top: 5px
    }
}

.mainHeader.scrolling-active.mobile-active {
    border: none;
    border-radius: 0
}

.mainHeader.scrolling-active.mobile-active .menu-wrapper:after {
    display: none !important
}

.notification-banner {
    height: 50px;
    background: #000;
    width: 100%;
    z-index: 9999999999
}

@media (max-width: 1200px) {
    .notification-banner {
        height: 35px;
        padding: 0 20px
    }
}

@media (max-width: 575px) {
    .notification-banner {
        height: 50px
    }
}

.notification-banner .inner {
    max-width: 1500px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 25px
}

@media (max-width: 1921px) {
    .notification-banner .inner {
        max-width: 1400px
    }
}

@media (max-width: 1600px) {
    .notification-banner .inner {
        max-width: 1140px
    }
}

@media (max-width: 1200px) {
    .notification-banner .inner {
        padding: 0
    }
}

.notification-banner .inner .text-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 50px;
    position: relative
}

@media (max-width: 1200px) {
    .notification-banner .inner .text-wrap {
        padding-left: 35px
    }
}

@media (max-width: 575px) {
    .notification-banner .inner .text-wrap {
        align-items: flex-start;
        flex-direction: column
    }
}

.notification-banner .inner .text-wrap h4 {
    color: #7ac9cd;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px
}

@media (max-width: 1200px) {
    .notification-banner .inner .text-wrap h4 {
        font-size: 13px
    }
}

.notification-banner .inner .text-wrap p {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    padding-left: 3px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

@supports (-webkit-line-clamp: 1) {
    .notification-banner .inner .text-wrap p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: initial;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical
    }
}

@media (max-width: 1200px) {
    .notification-banner .inner .text-wrap p {
        font-size: 12px
    }
}

.notification-banner .inner .text-wrap p a {
    color: #7ac9cd;
    text-decoration: none;
    transition: all .3s ease-in-out
}

.notification-banner .inner .text-wrap p a:hover {
    text-decoration: underline
}

.notification-banner .inner .text-wrap:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    width: 25px;
    height: 25px;
    background: url("../images/icons/ico_info.svg") center/cover no-repeat;
    filter: brightness(0) invert(100%)
}

@media (max-width: 1200px) {
    .notification-banner .inner .text-wrap:before {
        left: 0;
        width: 20px;
        height: 20px
    }
}

.notification-banner .inner .notification-close {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    position: relative
}

.notification-banner .inner .notification-close:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 48px;
    width: 48px
}

.notification-banner .inner .notification-close img {
    filter: invert(100%);
    opacity: .4;
    transition: all .3s ease-in-out
}

.notification-banner .inner .notification-close:hover img {
    opacity: 1
}

.mobileMenuWrapper {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    width: 100%;
    display: none;
    z-index: 999999
}

@media (max-width: 768px) {
    .mobileMenuWrapper {
        top: 68px
    }
}

.mobileMenuNav {
    overflow-y: auto;
    width: 100%;
    height: 100%;
    background: white;
    padding-top: 25px;
    padding-bottom: 75px;
    border-bottom: 4px solid #7ac9cd;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.mobileMenuNav .mobileMenu,
.mobileMenuNav #mobileSideMenu {
    display: flex;
    flex-direction: column;
    width: 100%
}

.mobileMenuNav .mobileMenu li a,
.mobileMenuNav #mobileSideMenu li a {
    display: block;
    padding: 15px 20px;
    color: #27262B;
    width: 100%;
    font-size: 17px;
    font-weight: bold;
    transition: all .3s ease-in-out;
    position: relative
}

.mobileMenuNav .mobileMenu li a:hover,
.mobileMenuNav #mobileSideMenu li a:hover {
    text-decoration: none;
    color: #7ac9cd
}

.mobileMenuNav .mobileMenu li a:before,
.mobileMenuNav #mobileSideMenu li a:before {
    content: "";
    position: absolute;
    left: 15px;
    bottom: 0;
    width: calc(100% - 30px);
    height: 1px;
    background: #7ac9cd;
    opacity: .4
}

.mobileMenuNav .mobileMenu li ul,
.mobileMenuNav #mobileSideMenu li ul {
    display: none
}

.mobileMenuNav .mobileMenu li.dropdown,
.mobileMenuNav #mobileSideMenu li.dropdown {
    position: relative
}

.mobileMenuNav .mobileMenu li.dropdown ul,
.mobileMenuNav #mobileSideMenu li.dropdown ul {
    display: none;
    padding: 0 0 0 20px;
    background: white
}

.mobileMenuNav .mobileMenu li.dropdown ul li,
.mobileMenuNav #mobileSideMenu li.dropdown ul li {
    text-align: left
}

.mobileMenuNav .mobileMenu li.dropdown ul li a,
.mobileMenuNav #mobileSideMenu li.dropdown ul li a {
    color: #27262B;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    padding: 12.5px 20px;
    position: relative;
    width: 100%;
    transition: all .3s ease-in-out
}

.mobileMenuNav .mobileMenu li.dropdown ul li a:after,
.mobileMenuNav #mobileSideMenu li.dropdown ul li a:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 12px;
    background: url("../images/icons/ico_right.svg") center/cover no-repeat;
    transition: all .3s ease-in-out;
    /*filter: brightness(0) invert(83%) sepia(57%) saturate(1470%) hue-rotate(20deg) brightness(104%) contrast(94%)*/
}

.mobileMenuNav .mobileMenu li.dropdown ul li a:before,
.mobileMenuNav #mobileSideMenu li.dropdown ul li a:before {
    display: none
}

.mobileMenuNav .mobileMenu li.dropdown ul li a:hover,
.mobileMenuNav #mobileSideMenu li.dropdown ul li a:hover {
    text-decoration: none;
    color: #7ac9cd
}

.mobileMenuNav .mobileMenu li.dropdown ul li a:hover:after,
.mobileMenuNav #mobileSideMenu li.dropdown ul li a:hover:after {
    right: 15px
}

.mobileMenuNav .mobileMenu li.dropdown ul li a.arrow:after,
.mobileMenuNav #mobileSideMenu li.dropdown ul li a.arrow:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 22.5px;
    width: 13px;
    height: 8px;
    transform: none;
    background: url("../images/icons/ico_down.svg")
}

.mobileMenuNav .mobileMenu li.dropdown:after,
.mobileMenuNav #mobileSideMenu li.dropdown:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 22.5px;
    width: 13px;
    height: 8px;
    background: url("../images/icons/ico_down.svg");
    /*filter: brightness(0) invert(83%) sepia(57%) saturate(1470%) hue-rotate(20deg) brightness(104%) contrast(94%)*/
}

.mobileMenuNav .mobileMenu li.currency:before,
.mobileMenuNav #mobileSideMenu li.currency:before {
    display: none
}

.mobileMenuNav .mobileMenu li.currency ul,
.mobileMenuNav #mobileSideMenu li.currency ul {
    padding: 0
}

.mobileMenuNav .mobileMenu li.currency ul li a:after,
.mobileMenuNav #mobileSideMenu li.currency ul li a:after {
    display: none
}

.mobileMenuNav .mobileMenu li.currency ul li a:before,
.mobileMenuNav #mobileSideMenu li.currency ul li a:before {
    display: none
}

.mobileMenuNav .mobileMenu li.language ul,
.mobileMenuNav #mobileSideMenu li.language ul {
    padding: 0
}

.mobileMenuNav .mobileMenu li.language ul li a:after,
.mobileMenuNav #mobileSideMenu li.language ul li a:after {
    display: none
}

.mobileMenuNav .mobileMenu li.language ul li a:before,
.mobileMenuNav #mobileSideMenu li.language ul li a:before {
    display: none
}

.mobileMenuNav .mobileMenu li:last-of-type a:before,
.mobileMenuNav #mobileSideMenu li:last-of-type a:before {
    display: none
}

#mobileSideMenu {
    position: relative
}

#mobileSideMenu:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 0;
    width: calc(100% - 30px);
    height: 1px;
    background: #7ac9cd;
    opacity: .4
}

.rotatorWrapper {
    width: 100%;
    position: relative
}

.rotatorWrapper .royalSlider {
    width: 100%;
    height: 700px;
    position: relative
}

@media (max-width: 900px) {
    .rotatorWrapper .royalSlider {
        height: 350px
    }
}

.rotatorWrapper .royalSlider .rsImg {
    position: absolute;
    width: 100%;
    height: 100% !important;
    margin-top: 0 !important;
    object-fit: cover
}

.rotatorWrapper .royalSlider .rsABlockOuter {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.rotatorWrapper .royalSlider .rsABlockOuter .rsABlock {
    position: static;
    left: unset;
    top: unset;
    z-index: 22;
    width: 650px
}

@media (max-width: 1200px) {
    .rotatorWrapper .royalSlider .rsABlockOuter .rsABlock {
        padding: 0 15px;
        width: 500px
    }
}

@media (max-width: 900px) {
    .rotatorWrapper .royalSlider .rsABlockOuter .rsABlock {
        width: 100%;
        margin-top: 50px
    }
}

.rotatorWrapper .royalSlider .rsABlockOuter .rsABlock h3 {
    font-size: 18px;
    font-family: 'Proxima Nova Th', sans-serif;
    font-weight: 900;
    color: #7ac9cd;
    text-transform: uppercase;
    padding-bottom: 5px
}

@media (max-width: 1600px) {
    .rotatorWrapper .royalSlider .rsABlockOuter .rsABlock h3 {
        font-size: 16px
    }
}

@media (max-width: 575px) {
    .rotatorWrapper .royalSlider .rsABlockOuter .rsABlock h3 {
        font-size: 14px
    }
}

.rotatorWrapper .royalSlider .rsABlockOuter .rsABlock h1,
.rotatorWrapper .royalSlider .rsABlockOuter .rsABlock h2 {
    font-size: 48px;
    line-height: 52px;
    padding-bottom: 10px;
    font-weight: 900;
    color: white;
    text-transform: uppercase
}

@media (max-width: 1600px) {

    .rotatorWrapper .royalSlider .rsABlockOuter .rsABlock h1,
    .rotatorWrapper .royalSlider .rsABlockOuter .rsABlock h2 {
        font-size: 38px;
        line-height: 42px
    }
}

@media (max-width: 675px) {

    .rotatorWrapper .royalSlider .rsABlockOuter .rsABlock h1,
    .rotatorWrapper .royalSlider .rsABlockOuter .rsABlock h2 {
        font-size: 28px;
        line-height: 32px
    }
}

.rotatorWrapper .royalSlider .rsABlockOuter .rsABlock p {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Proxima Nova Th', sans-serif;
    font-weight: 100;
    color: white
}

@media (max-width: 1200px) {
    .rotatorWrapper .royalSlider .rsABlockOuter .rsABlock p {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden
    }

    @supports (-webkit-line-clamp: 4) {
        .rotatorWrapper .royalSlider .rsABlockOuter .rsABlock p {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: initial;
            display: -webkit-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical
        }
    }
}

@media (max-width: 675px) {
    .rotatorWrapper .royalSlider .rsABlockOuter .rsABlock p {
        font-size: 15px;
        line-height: 21px
    }
}

@media (max-width: 550px) {
    .rotatorWrapper .royalSlider .rsABlockOuter .rsABlock p {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        padding-bottom: 0
    }

    @supports (-webkit-line-clamp: 3) {
        .rotatorWrapper .royalSlider .rsABlockOuter .rsABlock p {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: initial;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical
        }
    }
}

.rotatorWrapper .royalSlider .rsABlockOuter .rsABlock a.btn-primary {
    margin-top: 25px;
    z-index: 2222
}

.rotatorWrapper .royalSlider .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4)
}

.subheader {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: relative;
    margin-bottom: 30px
}

@media screen and (max-width: 1200px) {
    .subheader {
        margin-bottom: 15px
    }
}

.subheader::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(87, 87, 86, 0.66)
}

.subheader img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1
}

.subheader .inner {
    height: 177px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 50px
}

@media screen and (max-width: 1200px) {
    .subheader .inner {
        padding-left: 0
    }
}

.subheader .inner .subtitle {
    font-size: 16px;
    font-weight: 900;
    color: #7ac9cd;
    line-height: 22px;
    text-transform: uppercase
}

.subheader .inner h1,
.subheader .inner h2 {
    font-size: 36px;
    color: white;
    line-height: 42px
}

.reservation-form {
    box-shadow: 0px 2px 10px 3px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 25px 30px;
    width: 414px;
    background: #000
}

@media (max-width: 575px) {
    .reservation-form {
        padding: 15px
    }
}

@media (max-width: 1200px) {
    .reservation-form .elatus-select {
        width: 100%
    }

    .reservation-form .input-group {
        margin-bottom: 1rem
    }
}

@media (max-width: 768px) {
    .reservation-form button {
        font-size: 15px
    }
}

.reservation-form .select-wrap {
    position: relative;
    width: 50%
}

.reservation-form .select-wrap select {
    padding-left: 40px !important;
    padding-right: 20px !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.reservation-form .select-wrap::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    width: 15px;
    height: 15px;
    background: url("../images/icons/ico_clock.svg") no-repeat center/contain;
    filter: brightness(0);
    z-index: 9
}

.reservation-form .reservation-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px
}

.reservation-form .reservation-cta .btn-primary {
    border: 1px solid #7ac9cd;
    color: #000
}

.reservation-form .reservation-cta .btn-primary:hover {
    background: #000;
    color: #7ac9cd !important;
    border: 1px solid #fff
}

@media (max-width: 1200px) {
    .reservation-form .reservation-cta {
        padding: 15px 0 0 0
    }
}

@media (max-width: 575px) {
    .reservation-form .reservation-cta {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start
    }

    .reservation-form .reservation-cta .btn-primary {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 25px;
        border: 1px solid #7ac9cd;
        color: #000
    }

    .reservation-form .reservation-cta .btn-primary:hover {
        background: #000;
        color: #7ac9cd !important;
        border: 1px solid #fff
    }
}

.reservation-form .input-group {
    margin-bottom: 1rem
}

.reservation-form .different-locations-btns {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 0 20px 0
}

@media (max-width: 575px) {
    .reservation-form .different-locations-btns {
        padding-bottom: 15px
    }
}

.reservation-form .different-locations-btns button {
    background: #F8F5F8;
    border: none;
    border-radius: 5px;
    color: #000;
    font-size: 11px;
    font-weight: bold;
    width: 44px;
    height: 22px;
    line-height: 22px;
    transition: all .6s ease-in-out
}

.reservation-form .different-locations-btns button.active {
    background: #7ac9cd;
    color: #000
}

.reservation-form .different-locations-btns button:hover {
    background: #7ac9cd;
    color: #000
}

.reservation-form .different-locations-btns p {
    font-size: 13px;
    font-weight: bold;
    padding-left: 30px
}

@media (max-width: 575px) {
    .reservation-form .different-locations-btns p {
        padding-left: 15px
    }
}

.reservation-form .poslovnica-group-do {
    display: none
}

@media (max-width: 575px) {
    .reservation-form .poslovnica-group-do {
        display: none
    }
}

.reservation-form .poslovnica-group-do label,
.reservation-form .poslovnica-group-do .select2-container {
    opacity: 0;
    pointer-events: none
}

.reservation-form.active .poslovnica-group-do {
    display: block
}

@media (max-width: 575px) {
    .reservation-form.active .poslovnica-group-do {
        display: block
    }
}

.reservation-form.active .poslovnica-group-do label,
.reservation-form.active .poslovnica-group-do .select2-container {
    opacity: 1;
    pointer-events: auto
}

.edit-reservation-form {
    box-shadow: 0px 2px 10px 3px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 25px 30px;
    display: none;
    width: 414px;
    background: #000
}

@media (max-width: 575px) {
    .edit-reservation-form {
        padding: 20px 15px
    }
}

.edit-reservation-form .form-button-wrapper .btn-primary {
    border: 1px solid #7ac9cd;
    color: #000
}

.edit-reservation-form .form-button-wrapper .btn-primary:hover {
    background: #000;
    color: #7ac9cd !important;
    border: 1px solid #fff
}

@media (max-width: 1200px) {
    .edit-reservation-form .form-button-wrapper button {
        margin: 15px 0 0 0;
        min-width: auto;
        width: 100%
    }
}

.edit-reservation-form .reservationWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px
}

.edit-reservation-form .reservationWrapper .manage-booking-btn.js-back-to-res {
    margin-top: 0
}

.edit-reservation-form .btn-group {
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: flex-end
}

@media (max-width: 992px) {
    .edit-reservation-form label.error {
        bottom: unset;
        top: 10px
    }
}

.edit-reservation-form label.checkbox-label {
    cursor: pointer !important
}

@media (max-width: 992px) {
    .edit-reservation-form label.checkbox-label {
        margin-bottom: 10px !important
    }
}

.edit-reservation-form input#cancel {
    width: 0;
    height: 0
}

@media (max-width: 992px) {

    .edit-reservation-form .check-group input#cancel:before,
    .edit-reservation-form .check-group input#cancel:after {
        top: -10px
    }
}

.select2-search__field {
    border: none !important;
    outline: none !important
}

.select2-container .select2-selection--single .select2-selection__rendered {
    color: black !important;
    font-weight: 400;
    height: 45px;
    font-size: 14px
}

.select2-container--open .select2-dropdown {
    background: white;
    border-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: none;
    box-shadow: 0px 8px 20px -4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 8px 20px -4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 8px 20px -4px rgba(0, 0, 0, 0.2)
}

.select2-container--open .select2-dropdown .select2-results__options {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--default .select2-results__option--selected {
    background-color: #000;
    color: white !important
}

span.select2-selection.select2-selection--single {
    outline: none
}

.select2-results__option {
    color: #000;
    font-size: 14px;
    height: 45px;
    line-height: 32px
}

.customDatepicker {
    border: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.customTimepicker+.select2 .select2-selection {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.customDatepicker {
    font-size: 14px;
    color: black;
    padding-left: 40px;
    position: relative;
    font-weight: 400;
    background-image: url("../images/icons/ico_calendar.svg") !important;
    background-size: 17px 17px !important;
    background-position: 14px center !important;
    background-repeat: no-repeat !important;
    border: 1px solid #e9e9e9
}

@media (max-width: 768px) {
    .customDatepicker {
        font-size: 14px
    }
}

.customDatepicker:focus,
.customDatepicker:active,
.customDatepicker.active {
    background-color: #f5f8f9;
    outline: none !important;
    border: 1px solid #000;
    box-shadow: none !important
}

.datepicker-wrap {
    position: relative
}

.datepicker-wrap::before {
    content: '';
    position: absolute;
    display: block;
    width: 17px;
    height: 17px;
    top: 0;
    left: 0;
    background: url("../images/icons/ico_clock.svg") no-repeat center/cover
}

#ui-datepicker-div {
    border: none;
    border-radius: 5px;
    background: white;
    box-shadow: 0px 8px 20px -4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 8px 20px -4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 8px 20px -4px rgba(0, 0, 0, 0.2);
    z-index: 9999 !important
}

.ui-widget-header {
    background: transparent;
    border: none;
    color: #000
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 57%;
    margin-left: -8px;
    top: 59%;
    margin-top: -8px
}

.ui-widget-header .ui-icon {
    background-image: url(../images/icons/ico_down.svg) !important;
    background-position: 3px 0px;
    background-size: 10px 10px;
    transform: rotate(90deg)
}

.ui-datepicker-next .ui-icon {
    transform: rotate(-90deg)
}

.ui-datepicker-prev .ui-icon {
    margin-top: -11px
}

.ui-state-hover {
    border: none !important;
    background: transparent !important;
    color: transparent !important;
    right: 2px !important;
    top: 2px !important;
    cursor: pointer
}

.ui-datepicker-prev-hover {
    left: 2px !important
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: none;
    background: transparent;
    color: #000;
    border-radius: 5px;
    text-align: center;
    opacity: 1;
    font-size: 14px !important
}

.ui-datepicker-other-month a {
    color: #939fad !important
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: none;
    background: #000 !important;
    color: white !important;
    border-radius: 5px;
    text-align: center;
    font-size: 14px !important
}

.ui-state-active {
    border: none;
    background: #000 !important;
    color: white !important;
    border-radius: 5px;
    text-align: center;
    font-size: 14px !important
}

table.ui-datepicker-calendar .ui-state-hover {
    background: #000 !important;
    color: white !important
}

table.ui-datepicker-calendar th span {
    font-size: 14px;
    color: #939fad;
    font-weight: 400
}

.ui-datepicker .ui-datepicker-title span {
    color: #535d67;
    font-size: 14px
}

.icon-clock {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    margin-left: 5px;
    position: relative;
    top: -3px;
    filter: brightness(0) saturate(100%) invert(95%) sepia(7%) saturate(1255%) hue-rotate(174deg) brightness(89%) contrast(94%)
}

@media (max-width: 1650px) {
    .icon-clock {
        width: 12px;
        height: 12px;
        margin-left: 0;
        top: -2px
    }
}

@media (max-width: 1200px) {
    .icon-clock {
        width: 15px;
        height: 15px;
        margin-left: 5px;
        top: -3px
    }
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable .icon-clock,
.select2-container--default .select2-results__option--selected .icon-clock {
    filter: brightness(0) saturate(100%) invert(100%) sepia(99%) saturate(184%) hue-rotate(308deg) brightness(109%) contrast(101%)
}

.customTimepicker+.select2 .select2-selection .select2-selection__rendered {
    padding-left: 40px !important;
    font-weight: 400 !important
}

.manage-booking-btn {
    font-size: 13px;
    font-weight: bold;
    padding-left: 35px;
    background: transparent;
    border: none;
    position: relative;
    transition: all .6s ease-in-out;
    color: #7ac9cd
}

@media (max-width: 768px) {
    .manage-booking-btn {
        font-size: 12px
    }
}

.manage-booking-btn:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: 14px;
    height: 15.5px;
    background: url("../images/icons/ico_write.svg") center/cover no-repeat;
    transition: all .3s ease-in-out;
    /*filter: brightness(0) invert(83%) sepia(57%) saturate(1470%) hue-rotate(20deg) brightness(104%) contrast(94%)*/
}

.manage-booking-btn.js-back-to-res {
    display: block;
    margin-top: 25px
}

@media (max-width: 1200px) {
    .manage-booking-btn.js-back-to-res {
        margin-top: 15px
    }
}

.homepage-reservation label,
.homepage-reservation p {
    color: #fff
}

input:focus,
select:focus,
.select2:focus {
    outline: none !important;
    box-shadow: none !important
}

textarea:focus,
select:focus,
.select2:focus {
    outline: none !important;
    box-shadow: none !important
}

.reservation-form,
.edit-reservation-form {
    box-shadow: none
}

.reservation-form label,
.edit-reservation-form label {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase
}

.reservation-form input,
.edit-reservation-form input {
    height: 45px;
    width: 100%;
    border-radius: 5px;
    background: #F8F5F8;
    position: relative;
    border: none
}

.reservation-form .form-control:focus,
.edit-reservation-form .form-control:focus {
    color: black;
    background: #F8F5F8;
    border-color: transparent
}

.newsletterForm .form-group {
    position: relative
}

.newsletterForm .form-group input:not(input[type=checkbox]) {
    height: 45px;
    width: 100%;
    border-radius: 5px;
    background: transparent;
    position: relative
}

.newsletterForm label:not(.checkbox-label) {
    position: absolute;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    left: 35px;
    font-size: 14px;
    transition: all .25s ease;
    color: #515151;
    font-weight: bold
}

.newsletterForm label:not(.checkbox-label):hover {
    cursor: text
}

.newsletterForm label:not(.checkbox-label).error {
    font-size: 14px;
    background: transparent;
    max-height: 25px;
    margin: 0;
    top: -15px;
    right: 15px;
    left: unset !important;
    font-weight: bold;
    color: #F11C1C
}

@media screen and (max-width: 992px) {
    .newsletterForm label:not(.checkbox-label).error {
        font-size: 16px;
        bottom: -10px
    }
}

@media screen and (max-width: 575px) {
    .newsletterForm label:not(.checkbox-label).error {
        font-size: 12px;
        right: 0;
        top: -5px
    }
}

.newsletterForm label:not(.checkbox-label).active {
    top: -10px;
    font-size: 11px;
    text-transform: uppercase
}

@media screen and (max-width: 575px) {
    .newsletterForm label:not(.checkbox-label).active {
        top: 10px
    }
}

.newsletterForm .checkbox-label {
    color: #515151
}

.newsletterForm .newsletter-group {
    position: relative
}

.newsletterForm .newsletter-group input {
    padding-left: 50px;
    color: #959595;
    font-weight: bold;
    font-size: 16px;
    border: 2px solid #959595
}

.newsletterForm .newsletter-group input.error {
    border-color: #F11C1C !important
}

.newsletterForm .newsletter-group label:not(.checkbox-label) {
    color: #959595;
    left: 50px
}

.newsletterForm .newsletter-group:before {
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 12px;
    background: url("../images/icons/ico_env.svg") center/contain no-repeat;
    transition: all .3s ease-in-out;
    z-index: 9;
    /*filter: brightness(0) invert(83%) sepia(57%) saturate(1470%) hue-rotate(20deg) brightness(104%) contrast(94%)*/
}

.newsletterForm .newsletter-group input:-webkit-autofill,
.newsletterForm .newsletter-group input:-webkit-autofill:hover,
.newsletterForm .newsletter-group input:-webkit-autofill:focus,
.newsletterForm .newsletter-group textarea:-webkit-autofill,
.newsletterForm .newsletter-group textarea:-webkit-autofill:hover,
.newsletterForm .newsletter-group textarea:-webkit-autofill:focus,
.newsletterForm .newsletter-group select:-webkit-autofill,
.newsletterForm .newsletter-group select:-webkit-autofill:hover,
.newsletterForm .newsletter-group select:-webkit-autofill:focus {
    -webkit-text-fill-color: #959595;
    transition: background-color 5000s ease-in-out 0s
}

.newsletterForm input[type="checkbox"] {
    position: absolute;
    top: 5px;
    left: 10px;
    cursor: pointer
}

.newsletterForm input[type="checkbox"]:checked::after {
    opacity: 1;
    z-index: 2
}

.newsletterForm input[type="checkbox"]:before {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 21.5px;
    height: 21.5px;
    border: none;
    border-radius: 5px;
    background: #959595;
    cursor: pointer
}

.newsletterForm input[type="checkbox"]:after {
    content: "";
    position: absolute;
    top: -6px;
    left: -6px;
    width: 23.5px;
    height: 23.5px;
    background: url("../images/icons/ico_form_check.svg") center/contain no-repeat;
    opacity: 0;
    border-radius: 5px;
    cursor: pointer
}

.newsletterForm .checkbox-label {
    padding-left: 40px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
    color: #fff
}

.newsletterForm .checkbox-label:hover {
    cursor: text
}

.newsletterForm .checkbox-label a {
    color: #7ac9cd;
    text-decoration: underline;
    font-weight: bold
}

.newsletterForm .checkbox-label a:hover {
    color: #7ac9cd
}

.newsletterForm .check-group label.error {
    top: unset;
    bottom: -25px;
    left: 40px !important;
    right: unset !important
}

@media (max-width: 575px) {
    .newsletterForm .check-group label.error {
        font-size: 12px
    }
}

.classicForm .title-box {
    padding: 25px 0
}

.classicForm .form-group {
    position: relative
}

.classicForm .form-group select {
    padding-left: 30px
}

.classicForm .form-group input:not(input[type=checkbox]) {
    height: 45px;
    width: 100%;
    border-radius: 5px;
    background: #F6F6F6;
    position: relative;
    border: 1px solid transparent;
    padding-left: 35px;
    font-size: 16px;
    font-weight: bold
}

@media (max-width: 575px) {
    .classicForm .form-group input:not(input[type=checkbox]) {
        font-size: 14px;
        padding-left: 30px
    }
}

.classicForm .form-group input:not(input[type=checkbox]).error {
    border-color: #F11C1C !important
}

.classicForm .form-group label {
    font-size: 12px;
    font-weight: bold;
    padding-left: 10px
}

@media screen and (max-width: 1600px) {
    .classicForm .form-group label {
        font-size: 12px
    }
}

.classicForm .form-group label.error {
    position: absolute;
    bottom: -30px;
    right: 15px;
    color: #F11C1C
}

.classicForm .form-group.icon-group:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 70%;
    transform: translateY(-50%);
    transition: all .3s ease-in-out;
    z-index: 1;
    filter: brightness(0)
}

@media (max-width: 575px) {
    .classicForm .form-group.icon-group:before {
        left: 10px
    }
}

.classicForm .form-group.first-name:before {
    width: 13px;
    height: 14px;
    background: url("../images/icons/ico_firstname.svg") center/contain no-repeat
}

.classicForm .form-group.last-name:before {
    width: 13px;
    height: 14px;
    background: url("../images/icons/ico_lastname.svg") center/contain no-repeat
}

.classicForm .form-group.email-icon:before {
    width: 15.5px;
    height: 12.5px;
    background: url("../images/icons/ico_env.svg") center/contain no-repeat
}

.classicForm .form-group.phone-icon:before {
    width: 15.5px;
    height: 15.5px;
    background: url("../images/icons/ico_phone.svg") center/contain no-repeat
}

.classicForm .form-group.flight-icon:before {
    width: 15.5px;
    height: 12.5px;
    background: url("../images/icons/ico_flight.svg") center/contain no-repeat
}

.classicForm .form-group.textarea-icon:before {
    width: 14.5px;
    height: 14.5px;
    background: url("../images/icons/ico_write.svg") center/contain no-repeat
}

.classicForm .form-group.drivers-icon:before {
    width: 12.5px;
    height: 15.5px;
    background: url("../images/icons/ico_licence.svg") center/contain no-repeat
}

.classicForm .form-group.document-icon:before {
    width: 11.5px;
    height: 13.5px;
    background: url("../images/icons/ico_documentnumb.svg") center/contain no-repeat
}

.classicForm .form-group.place-icon:before {
    width: 15.5px;
    height: 15.5px;
    background: url("../images/icons/ico_place.svg") center/contain no-repeat
}

.classicForm .form-group .form-control {
    color: #27262B
}

.classicForm .text-area-group:before {
    top: 50px !important;
    transform: translateY(0) !important
}

.classicForm .text-area-group textarea {
    border-radius: 5px;
    background: #F6F6F6;
    border: none;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-left: 40px;
    padding-top: 12px
}

.classicForm .check-group {
    margin: 0
}

.classicForm .check-group input[type="checkbox"] {
    position: absolute;
    top: 10px;
    left: 10px;
    cursor: pointer
}

.classicForm .check-group input[type="checkbox"]:checked::after {
    opacity: 1
}

.classicForm .check-group input[type="checkbox"]:before {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 22.5px;
    height: 22.5px;
    border: none;
    border-radius: 5px;
    background: #F2F2F2;
    cursor: pointer
}

.classicForm .check-group input[type="checkbox"]:after {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    width: 22.5px;
    height: 22.5px;
    background: url("../images/icons/ico_form_check.svg") center/contain no-repeat;
    opacity: 0;
    border-radius: 0;
    cursor: pointer
}

.classicForm .check-group label {
    padding-left: 50px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    margin: 0;
    line-height: 38.5px
}

@media screen and (max-width: 992px) {
    .classicForm .check-group label {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 20px
    }
}

.classicForm .check-group label:hover {
    cursor: text
}

.classicForm .check-group label a {
    color: #7ac9cd;
    text-decoration: underline;
    font-weight: bold
}

.classicForm .check-group label a:hover {
    color: #7ac9cd
}

.classicForm .check-group label.error {
    position: absolute;
    top: -15px;
    left: 0;
    line-height: 18px;
    color: #F11C1C;
    font-weight: bold
}

.classicForm .check-group.online-check-group .checkbox-label {
    font-size: 22px;
    font-weight: bold;
    cursor: pointer
}

@media screen and (max-width: 992px) {
    .classicForm .check-group.online-check-group .checkbox-label {
        font-size: 18px;
        margin-bottom: 0;
        line-height: 38.5px
    }
}

.classicForm .custom-radio {
    padding: 0 15px
}

.classicForm .custom-radio [type="radio"]:checked,
.classicForm .custom-radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px
}

.classicForm .custom-radio [type="radio"]:checked+label,
.classicForm .custom-radio [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 40px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: white;
    font-weight: 400
}

.classicForm .custom-radio [type="radio"]:checked+label:before,
.classicForm .custom-radio [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: -2px;
    width: 23px;
    height: 23px;
    border-radius: 100%;
    background: #959595
}

.classicForm .custom-radio [type="radio"]:checked+label:after,
.classicForm .custom-radio [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 25px;
    height: 25px;
    background: url("../images/icons/ico_radio_check.svg") center/contain no-repeat;
    position: absolute;
    left: -1px;
    top: -3px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.classicForm .custom-radio [type="radio"]:not(:checked)+label:after {
    opacity: 0
}

.classicForm .custom-radio [type="radio"]:checked+label:after {
    opacity: 1
}

.homepage-reservation .container-xl {
    position: relative
}

.homepage-reservation .reservation-form,
.homepage-reservation .edit-reservation-form {
    margin-left: auto;
    right: 50px;
    position: absolute;
    bottom: 150px;
    z-index: 222
}

@media (max-width: 1200px) {

    .homepage-reservation .reservation-form,
    .homepage-reservation .edit-reservation-form {
        bottom: 100px;
        right: 15px;
        z-index: 0
    }
}

@media (max-width: 900px) {

    .homepage-reservation .reservation-form,
    .homepage-reservation .edit-reservation-form {
        position: static;
        top: unset;
        width: 85%;
        margin: 25px auto
    }
}

@media (max-width: 900px) {

    .homepage-reservation .reservation-form,
    .homepage-reservation .edit-reservation-form {
        width: calc(100% + 30px);
        margin: 0 0 0 -15px;
        border-top-right-radius: 0;
        border-top-left-radius: 0
    }
}

.homepage-reservation+.special-offers {
    padding: 35px 0 0 0
}

@media (max-width: 900px) {
    .homepage-reservation+.special-offers {
        margin-top: 0;
        padding: 15px 0 0 0
    }
}

.bottom-rotator-banner {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin-top: -5px;
    background: #000;
    z-index: 10
}

@media (max-width: 1200px) {
    .bottom-rotator-banner {
        flex-wrap: wrap
    }
}

@media (max-width: 900px) {
    .bottom-rotator-banner {
        height: auto;
        position: static;
        margin-top: unset;
        bottom: unset;
        top: unset
    }
}

@media (max-width: 900px) {
    .bottom-rotator-banner {
        width: 100%
    }
}

.bottom-rotator-banner .inner {
    height: 102px;
    display: flex;
    align-items: center
}

@media (max-width: 1200px) {
    .bottom-rotator-banner .inner {
        height: 82px
    }
}

@media (max-width: 900px) {
    .bottom-rotator-banner .inner {
        height: auto;
        flex-direction: column;
        width: 100%
    }
}

.bottom-rotator-banner .info-box {
    position: relative;
    padding: 25px 100px 25px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

@media (max-width: 1600px) {
    .bottom-rotator-banner .info-box {
        padding: 20px
    }
}

@media (max-width: 1200px) {
    .bottom-rotator-banner .info-box {
        width: 33.3333%;
        justify-content: flex-start;
        min-height: 90px
    }
}

@media (max-width: 900px) {
    .bottom-rotator-banner .info-box {
        width: 100%;
        padding: 0;
        border-bottom: 1px solid rgba(112, 112, 112, 0.5);
        min-height: 65px
    }

    .bottom-rotator-banner .info-box:last-of-type {
        border: none
    }
}

.bottom-rotator-banner .info-box:last-of-type::before {
    content: none
}

.bottom-rotator-banner .info-box::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 50px;
    height: calc(100% - 50px);
    transform: translateY(-50%);
    width: 1px;
    background: rgba(112, 112, 112, 0.5)
}

@media (max-width: 1600px) {
    .bottom-rotator-banner .info-box::before {
        right: 5px
    }
}

@media (max-width: 1200px) {
    .bottom-rotator-banner .info-box::before {
        height: calc(100% - 40px);
        right: 12%
    }
}

@media (max-width: 1000px) {
    .bottom-rotator-banner .info-box::before {
        display: none
    }
}

.bottom-rotator-banner .info-box .text-wrap h4,
.bottom-rotator-banner .info-box .text-wrap h2 {
    font-size: 20px;
    font-weight: 900;
    color: white
}

@media (max-width: 1600px) {

    .bottom-rotator-banner .info-box .text-wrap h4,
    .bottom-rotator-banner .info-box .text-wrap h2 {
        font-size: 18px
    }
}

@media (max-width: 900px) {

    .bottom-rotator-banner .info-box .text-wrap h4,
    .bottom-rotator-banner .info-box .text-wrap h2 {
        font-size: 16px
    }
}

.bottom-rotator-banner .info-box .text-wrap p {
    font-size: 14px;
    color: white
}

@media (max-width: 1600px) {
    .bottom-rotator-banner .info-box .text-wrap p {
        font-size: 13px
    }
}

@media (max-width: 900px) {
    .bottom-rotator-banner .info-box .text-wrap p {
        font-size: 12px
    }
}

.bottom-rotator-banner .info-box .text-wrap p strong {
    font-size: 18px
}

@media (max-width: 1600px) {
    .bottom-rotator-banner .info-box .text-wrap p strong {
        font-size: 16px
    }
}

@media (max-width: 900px) {
    .bottom-rotator-banner .info-box .text-wrap p strong {
        font-size: 14px
    }
}

.bottom-rotator-banner .info-box a {
    font-size: 0;
    text-indent: -2000px
}

.bottom-rotator-banner .info-box a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.bottom-rotator-banner .info-box .service-img {
    filter: invert(97%) sepia(42%) saturate(5179%) hue-rotate(160deg) brightness(87%) contrast(83%);
    transition: all .3s ease-in-out
}

@media (max-width: 900px) {
    .bottom-rotator-banner .info-box .service-img {
        width: 37px;
        height: auto
    }
}

.bottom-rotator-banner .info-box img {
    filter: invert(97%) sepia(42%) saturate(5179%) hue-rotate(160deg) brightness(87%) contrast(83%);
    margin-left: -15px;
    margin-right: 10px
}

@media (max-width: 900px) {
    .bottom-rotator-banner .info-box img {
        width: 37px;
        height: 27px;
        margin-left: 0
    }
}

.bottom-rotator-banner .info-box:hover .service-img {
    transform: rotate(360deg)
}

.special-offers {
    padding: 35px 0
}

@media (max-width: 575px) {
    .special-offers .title-box {
        padding: 15px 0 10px 0
    }
}

.special-offers-slider .slick-list {
    margin-right: -15px;
    margin-left: -15px
}

@media (max-width: 992px) {
    .special-offers-slider .slick-list {
        padding-right: 20%
    }
}

@media (max-width: 575px) {
    .special-offers-slider .slick-dots {
        margin-top: 15px
    }
}

.special-offers-slider .slider-wrapper {
    padding: 35px 15px
}

@media (max-width: 575px) {
    .special-offers-slider .slider-wrapper {
        padding: 16px 15px
    }
}

.single-special-slide {
    height: 275px;
    position: relative;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all .3s ease-in-out
}

@media (max-width: 992px) {
    .single-special-slide {
        height: 225px
    }
}

@media (max-width: 575px) {
    .single-special-slide {
        height: 175px
    }
}

.single-special-slide:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right bottom, #575756, #575756, rgba(87, 87, 86, 0.5), rgba(87, 87, 86, 0.3), rgba(87, 87, 86, 0));
    border-radius: 10px;
    z-index: -1;
    transition: all .3s ease-in-out;
    opacity: 1
}

.single-special-slide:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right bottom, #7ac9cd, rgba(122,201,205,0.6), rgba(122,201,205,0.5), rgba(185, 238, 8, 0), rgba(185, 238, 8, 0));
    border-radius: 10px;
    z-index: -1;
    transition: all .3s ease-in-out;
    opacity: 0
}

.single-special-slide .featured-image {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    z-index: -2;
    overflow: hidden
}

.single-special-slide .featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease-in-out;
    border-radius: 10px
}

.single-special-slide .banner {
    background: #000;
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    color: white;
    font-size: 30px;
    font-weight: bold;
    transition: all .3s ease-in-out
}

@media (max-width: 992px) {
    .single-special-slide .banner {
        font-size: 24px
    }
}

@media (max-width: 575px) {
    .single-special-slide .banner {
        font-size: 18px
    }
}

.single-special-slide .banner span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-top: -10px;
    text-transform: uppercase
}

@media (max-width: 1600px) {
    .single-special-slide .banner span {
        font-size: 14px
    }
}

.single-special-slide .info-part {
    padding: 30px 60px 30px 30px
}

@media (max-width: 992px) {
    .single-special-slide .info-part {
        padding: 15px 60px 15px 15px
    }
}

.single-special-slide .info-part h4,
.single-special-slide .info-part p {
    font-size: 14px;
    color: #7ac9cd;
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'Proxima Nova Th', sans-serif;
    margin-bottom: 10px;
    transition: all .3s ease-in-out
}

@media (max-width: 575px) {

    .single-special-slide .info-part h4,
    .single-special-slide .info-part p {
        font-size: 12px;
        margin-bottom: 0
    }
}

.single-special-slide .info-part h3 {
    font-size: 20px;
    font-weight: bold;
    color: white;
    transition: all .3s ease-in-out
}

@media (max-width: 992px) {
    .single-special-slide .info-part h3 {
        font-size: 18px
    }
}

@media (max-width: 575px) {
    .single-special-slide .info-part h3 {
        font-size: 16px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden
    }

    @supports (-webkit-line-clamp: 3) {
        .single-special-slide .info-part h3 {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: initial;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical
        }
    }
}

.single-special-slide .call-to-box {
    padding-left: 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: -20px
}

@media (max-width: 992px) {
    .single-special-slide .call-to-box {
        padding-left: 15px
    }
}

.single-special-slide .call-to-box a {
    font-size: 14px;
    color: #7ac9cd;
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'Proxima Nova Th', sans-serif;
    padding-left: 15px;
    transition: all .3s ease-in-out
}

@media (max-width: 992px) {
    .single-special-slide .call-to-box a {
        font-size: 12px
    }
}

.single-special-slide .call-to-box a:hover {
    text-decoration: none
}

.single-special-slide .call-to-box a:before {
    content: "";
    display: inline-block;
    position: relative;
    left: -10px;
    top: -3px;
    vertical-align: middle;
    width: 7.5px;
    height: 14px;
    background: url("../images/icons/ico_chevron.svg") center/cover no-repeat;
    /*filter: brightness(0) invert(83%) sepia(57%) saturate(1470%) hue-rotate(20deg) brightness(104%) contrast(94%)*/
}

.single-special-slide .call-to-box a:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.single-special-slide .call-to-box .car-wrapper {
    width: 280px;
    height: 110px
}

@media (max-width: 992px) {
    .single-special-slide .call-to-box .car-wrapper {
        width: 200px;
        height: 85px
    }
}

@media (max-width: 840px) {
    .single-special-slide .call-to-box .car-wrapper {
        width: 165px;
        height: 75px
    }
}

@media (max-width: 373px) {
    .single-special-slide .call-to-box .car-wrapper {
        width: 155px;
        height: 70px
    }
}

.single-special-slide .call-to-box .car-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.single-special-slide:hover:before {
    opacity: 0
}

.single-special-slide:hover:after {
    opacity: 1
}

.single-special-slide:hover .banner {
    background: #959595
}

.single-special-slide:hover .featured-image img {
    transform: scale(1.1)
}

.single-special-slide:hover .info-part h4,
.single-special-slide:hover .info-part p {
    color: white
}

.single-special-slide:hover .info-part h3 {
    color: #333333
}

.single-special-slide:hover .call-to-box a {
    color: #000
}

.single-special-slide:hover .call-to-box a:before {
    filter: brightness(0) invert(33%) sepia(7%) saturate(95%) hue-rotate(22deg) brightness(92%) contrast(83%)
}

.single-special-slide.no-car .banner {
    position: absolute;
    transform: rotate(90deg);
    right: 5px;
    top: unset;
    bottom: 5px;
    padding: 15px 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width: 992px) {
    .single-special-slide.no-car .banner {
        bottom: -88px;
        width: 71px;
        height: 245px;
        font-size: 24px;
        right: 53px
    }
}

@media (max-width: 800px) {
    .single-special-slide.no-car .banner {
        width: 64px;
        height: 237px
    }
}

@media (max-width: 575px) {
    .single-special-slide.no-car .banner {
        bottom: -61px;
        width: 56px;
        height: 176px;
        font-size: 18px;
        right: 43px;
        padding-top: 25px
    }
}

.single-special-slide.no-car .banner .inner {
    transform: rotate(-90deg)
}

.single-special-slide.no-car .banner span {
    padding-right: 20%
}

@media (max-width: 575px) {
    .single-special-slide.no-car .banner span {
        padding-right: 10%
    }
}

@media (max-width: 1600px) {
    .special-offers .single-special-slide {
        height: 225px
    }
}

@media (max-width: 575px) {
    .special-offers .single-special-slide {
        height: 175px
    }
}

@media (max-width: 1600px) {
    .special-offers .single-special-slide .banner {
        width: 71px;
        font-size: 20px
    }
}

@media (max-width: 575px) {
    .special-offers .single-special-slide .banner {
        width: 56px;
        font-size: 18px
    }
}

.special-offers .single-special-slide .info-part {
    padding: 15px 90px 15px 15px
}

@media (max-width: 1600px) {
    .special-offers .single-special-slide .info-part h3 {
        font-size: 18px
    }
}

@media (max-width: 575px) {
    .special-offers .single-special-slide .info-part h3 {
        font-size: 16px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden
    }

    @supports (-webkit-line-clamp: 3) {
        .special-offers .single-special-slide .info-part h3 {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: initial;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical
        }
    }
}

@media (max-width: 1600px) {
    .special-offers .single-special-slide .call-to-box {
        padding-left: 15px
    }
}

@media (max-width: 1600px) {
    .special-offers .single-special-slide .call-to-box a {
        font-size: 12px
    }
}

@media (max-width: 1600px) {
    .special-offers .single-special-slide .call-to-box .car-wrapper {
        width: 200px;
        height: 85px
    }
}

@media (max-width: 840px) {
    .special-offers .single-special-slide .call-to-box .car-wrapper {
        width: 165px;
        height: 75px
    }
}

@media (max-width: 373px) {
    .special-offers .single-special-slide .call-to-box .car-wrapper {
        width: 155px;
        height: 70px
    }
}

@media (max-width: 1600px) {
    .special-offers .single-special-slide.no-car .banner {
        bottom: 5px;
        padding: 10px;
        width: unset;
        height: 71px;
        font-size: 20px;
        right: 10px
    }
}

section.benefits {
    padding: 35px 0
}

@media screen and (max-width: 1200px) {
    section.benefits {
        padding: 25px 0
    }
}

@media screen and (max-width: 575px) {
    section.benefits {
        padding: 15px 0
    }
}

section.benefits ul {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0px 0px 2.2px rgba(0, 0, 0, 0.014), 0px 0px 5.3px rgba(0, 0, 0, 0.02), 0px 0px 10px rgba(0, 0, 0, 0.025), 0px 0px 17.9px rgba(0, 0, 0, 0.03), 0px 0px 33.4px rgba(0, 0, 0, 0.036), 0px 0px 80px rgba(0, 0, 0, 0.05)
}

section.benefits ul li {
    width: calc(100% / 4);
    background: #000;
    background: linear-gradient(126deg, #000 0%, #000 100%);
    color: white
}

@media (max-width: 992px) {
    section.benefits ul li {
        width: calc(100% / 2)
    }
}

@media (max-width: 768px) {
    section.benefits ul li {
        width: 100%
    }
}

section.benefits ul li .inner {
    display: flex;
    align-items: center;
    padding: 14px 20px
}

@media (max-width: 1440px) {
    section.benefits ul li .inner {
        padding: 10px 15px
    }
}

section.benefits ul li .inner .img-wrap {
    width: 80px;
    height: 80px
}

@media (max-width: 1440px) {
    section.benefits ul li .inner .img-wrap {
        width: 60px;
        height: 60px
    }
}

section.benefits ul li .inner .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition: all .3s ease-in-out;
    filter: invert(97%) sepia(42%) saturate(5179%) hue-rotate(160deg) brightness(87%) contrast(83%);
}

section.benefits ul li .inner .text-wrap {
    padding-left: 30px
}

section.benefits ul li .inner .text-wrap h2 {
    font-size: 26px;
    text-transform: uppercase;
    font-family: 'Proxima Nova Th', sans-serif;
    font-weight: 900
}

@media (max-width: 1440px) {
    section.benefits ul li .inner .text-wrap h2 {
        font-size: 22px
    }
}

section.benefits ul li .inner .text-wrap h2 span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    text-transform: initial
}

section.benefits ul li .inner:hover .img-wrap img {
    transform: rotate(360deg)
}

section.benefits ul li:nth-child(even) {
    background: #7ac9cd;
    background: linear-gradient(126deg, #5dd0d6 0%, #7ac9cd 100%)
}

section.benefits ul li:nth-child(even) .inner .img-wrap img {
    filter: none
}

section.benefits ul li:first-child .inner:hover img {
    transform: scale(1.1)
}

.featured-vehicles {
    padding: 35px 0
}

@media screen and (max-width: 575px) {
    .featured-vehicles {
        padding: 15px 0
    }
}

.featured-vehicles .title-box .cta-box {
    padding-left: 25px
}

@media screen and (max-width: 768px) {
    .featured-vehicles .title-box .cta-box {
        padding-left: 0
    }
}

@media screen and (max-width: 575px) {
    .featured-vehicles .title-box .cta-box {
        display: block;
        padding-left: 15px
    }
}

.featured-vehicles .title-box .cta-box .slick-dots {
    margin-bottom: 12.5px
}

@media screen and (max-width: 575px) {
    .featured-vehicles .title-box .cta-box .slick-dots {
        margin-bottom: 0
    }
}

.featured-vehicles-slider {
    z-index: 111
}

.single-car-box {
    padding: 0 35px 35px 35px;
    position: relative
}

@media screen and (max-width: 1200px) {
    .single-car-box {
        padding: 0 0 35px 0
    }
}

.single-car-box:before {
    content: "";
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    position: absolute;
    left: 0;
    bottom: -35px;
    z-index: -1;
    opacity: 0;
    transition: all .3s ease-in-out
}

.single-car-box .top-info {
    position: relative;
    padding: 0 0 35px 0
}

@media (max-width: 666px) {
    .single-car-box .top-info {
        padding: 0 0 15px 0
    }
}

.single-car-box .top-info h2 {
    font-size: 13px;
    color: #7ac9cd;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 5px
}

@media screen and (max-width: 992px) {
    .single-car-box .top-info h2 {
        font-size: 11px
    }
}

.single-car-box .top-info h3 {
    color: #27262B;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase
}

@media screen and (max-width: 992px) {
    .single-car-box .top-info h3 {
        font-size: 20px
    }
}

@media screen and (max-width: 380px) {
    .single-car-box .top-info h3 {
        font-size: 18px
    }
}

.single-car-box .top-info span {
    color: #27262B;
    font-size: 16px;
    opacity: .7;
    font-weight: 200;
    text-transform: lowercase;
    display: block
}

@media screen and (max-width: 992px) {
    .single-car-box .top-info span {
        font-size: 14px
    }
}

@media screen and (max-width: 380px) {
    .single-car-box .top-info span {
        font-size: 12px
    }
}

.single-car-box .middle-part {
    position: relative
}

.single-car-box .middle-part .car-wrapper {
    width: 300px;
    height: 180px;
    margin-bottom: -50px
}

@media (max-width: 1600px) {
    .single-car-box .middle-part .car-wrapper {
        width: 400px;
        height: 225px
    }
}

@media (max-width: 1050px) {
    .single-car-box .middle-part .car-wrapper {
        width: 300px;
        height: 180px
    }
}

@media (max-width: 800px) {
    .single-car-box .middle-part .car-wrapper {
        width: 250px;
        height: 150px
    }
}

@media (max-width: 666px) {
    .single-car-box .middle-part .car-wrapper {
        width: 200px;
        height: 125px
    }
}

@media (max-width: 575px) {
    .single-car-box .middle-part .car-wrapper {
        width: 150px;
        height: 100px
    }
}

@media (max-width: 475px) {
    .single-car-box .middle-part .car-wrapper {
        width: 80%;
        height: auto
    }
}

.single-car-box .middle-part .car-wrapper img {
    width: 100%;
    height: 100%;
    max-height: 168px;
    object-fit: contain
}

.single-car-box .middle-part .discount-banner {
    width: 70px;
    height: 70px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
    color: white;
    font-size: 22px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    transition: all .3s ease-in-out;
    z-index: 1
}

.single-car-box .middle-part .discount-banner span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-top: -10px;
    text-transform: uppercase
}

@media (max-width: 575px) {
    .single-car-box .middle-part .discount-banner span {
        font-size: 12px;
        margin-top: -5px
    }
}

.single-car-box .info-part {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 40px 20px 0 20px
}

@media (max-width: 1200px) {
    .single-car-box .info-part {
        padding: 40px 45px 0 20px
    }
}

@media (max-width: 900px) {
    .single-car-box .info-part {
        padding: 40px 15px 0 15px
    }
}

@media (max-width: 650px) {
    .single-car-box .info-part {
        flex-direction: column;
        align-items: flex-start
    }
}

.single-car-box .info-part h4 {
    font-size: 16px;
    font-weight: 400;
    color: #9C9C9C
}

@media screen and (max-width: 992px) {
    .single-car-box .info-part h4 {
        font-size: 14px
    }
}

.single-car-box .info-part h3 {
    font-size: 32px;
    color: #7ac9cd;
    font-family: 'Proxima Nova Th', sans-serif;
    font-weight: 900
}

@media screen and (max-width: 992px) {
    .single-car-box .info-part h3 {
        font-size: 24px
    }
}

.single-car-box .info-part h3 span {
    font-size: 13px;
    font-weight: 400;
    color: white
}

@media screen and (max-width: 992px) {
    .single-car-box .info-part h3 span {
        font-size: 11px
    }
}

.single-car-box .info-part h3 span strong {
    font-size: 20px;
    font-weight: bold;
    color: white;
    text-transform: uppercase
}

@media screen and (max-width: 992px) {
    .single-car-box .info-part h3 span strong {
        font-size: 16px
    }
}

.single-car-box .info-part .btn-secondary {
    padding: 0 20px;
    height: 35px;
    line-height: 32px
}

@media (max-width: 650px) {
    .single-car-box .info-part .btn-secondary {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 5px;
        line-height: 43px;
        height: 45px
    }
}

.single-car-box:hover .discount-banner {
    background: #000
}

.single-car-box:hover:before {
    opacity: 1 !important
}

.single-car-box:hover .info-part .btn-secondary {
    background: #7ac9cd
}

.single-car-box:hover .info-part .btn-secondary span {
    color: white
}

.featured-vehicles .single-car-box {
    padding: 0 35px 60px 35px;
    position: relative
}

@media screen and (max-width: 1200px) {
    .featured-vehicles .single-car-box {
        padding: 0 0 60px 0
    }
}

.featured-vehicles .single-car-box:before {
    content: "";
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    position: absolute;
    left: 0;
    bottom: -35px;
    z-index: -1;
    opacity: 0;
    transition: all .3s ease-in-out
}

.featured-vehicles .single-car-box .top-info {
    position: relative;
    padding: 0 0 35px 0
}

@media (max-width: 666px) {
    .featured-vehicles .single-car-box .top-info {
        padding: 0 0 15px 0
    }
}

.featured-vehicles .single-car-box .top-info h2,
.featured-vehicles .single-car-box .top-info p {
    font-size: 13px;
    color: #7ac9cd;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 5px
}

@media screen and (max-width: 992px) {

    .featured-vehicles .single-car-box .top-info h2,
    .featured-vehicles .single-car-box .top-info p {
        font-size: 11px
    }
}

.featured-vehicles .single-car-box .top-info h3 {
    color: #27262B;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase
}

@media screen and (max-width: 992px) {
    .featured-vehicles .single-car-box .top-info h3 {
        font-size: 20px
    }
}

@media screen and (max-width: 380px) {
    .featured-vehicles .single-car-box .top-info h3 {
        font-size: 18px
    }
}

.featured-vehicles .single-car-box .top-info h3 span {
    color: #27262B;
    font-size: 16px;
    opacity: .7;
    font-weight: 200;
    text-transform: lowercase;
    display: block
}

@media screen and (max-width: 992px) {
    .featured-vehicles .single-car-box .top-info h3 span {
        font-size: 14px
    }
}

@media screen and (max-width: 380px) {
    .featured-vehicles .single-car-box .top-info h3 span {
        font-size: 12px
    }
}

.featured-vehicles .single-car-box .middle-part {
    position: relative
}

.featured-vehicles .single-car-box .middle-part .car-wrapper {
    width: 300px;
    height: 180px;
    margin-bottom: -50px
}

@media (max-width: 1600px) {
    .featured-vehicles .single-car-box .middle-part .car-wrapper {
        width: 400px;
        height: 225px
    }
}

@media (max-width: 1050px) {
    .featured-vehicles .single-car-box .middle-part .car-wrapper {
        width: 300px;
        height: 180px
    }
}

@media (max-width: 800px) {
    .featured-vehicles .single-car-box .middle-part .car-wrapper {
        width: 250px;
        height: 150px
    }
}

@media (max-width: 666px) {
    .featured-vehicles .single-car-box .middle-part .car-wrapper {
        width: 200px;
        height: 125px
    }
}

@media (max-width: 575px) {
    .featured-vehicles .single-car-box .middle-part .car-wrapper {
        width: 150px;
        height: 100px
    }
}

@media (max-width: 475px) {
    .featured-vehicles .single-car-box .middle-part .car-wrapper {
        width: 80%;
        height: auto
    }
}

.featured-vehicles .single-car-box .middle-part .car-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.featured-vehicles .single-car-box .middle-part .discount-banner {
    width: 250px;
    height: 100px;
    background: #000;
    border-radius: 10px;
    position: absolute;
    right: 0;
    bottom: 50px;
    padding: 20px 15px 0 0;
    text-align: right;
    color: white;
    font-size: 30px;
    font-weight: bold;
    transition: all .3s ease-in-out;
    z-index: -1
}

@media (max-width: 1600px) {
    .featured-vehicles .single-car-box .middle-part .discount-banner {
        bottom: 60px;
        height: 80px;
        padding-top: 10px
    }
}

@media (max-width: 1099px) {
    .featured-vehicles .single-car-box .middle-part .discount-banner {
        right: 35px;
        width: 300px
    }
}

@media (max-width: 900px) {
    .featured-vehicles .single-car-box .middle-part .discount-banner {
        right: 15px;
        font-size: 24px;
        bottom: 40px;
        width: 150px
    }
}

@media (max-width: 666px) {
    .featured-vehicles .single-car-box .middle-part .discount-banner {
        right: 15px;
        width: 200px;
        height: 70px;
        padding: 15px 15px 0 0;
        font-size: 20px
    }
}

@media (max-width: 575px) {
    .featured-vehicles .single-car-box .middle-part .discount-banner {
        width: 200px;
        height: 60px;
        font-size: 18px;
        right: 0;
        padding: 10px 10px 0 0
    }
}

@media (max-width: 475px) {
    .featured-vehicles .single-car-box .middle-part .discount-banner {
        bottom: 30px;
        padding: 10px 10px 0 0
    }
}

.featured-vehicles .single-car-box .middle-part .discount-banner span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-top: -10px;
    text-transform: uppercase;
    padding-right: 25px
}

@media (max-width: 900px) {
    .featured-vehicles .single-car-box .middle-part .discount-banner span {
        padding-right: 15px
    }
}

@media (max-width: 666px) {
    .featured-vehicles .single-car-box .middle-part .discount-banner span {
        font-size: 14px;
        padding-right: 10px
    }
}

@media (max-width: 575px) {
    .featured-vehicles .single-car-box .middle-part .discount-banner span {
        font-size: 12px;
        padding-right: 8px;
        margin-top: -5px
    }
}

.featured-vehicles .single-car-box .info-part {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 40px 20px 0 20px
}

@media (max-width: 1200px) {
    .featured-vehicles .single-car-box .info-part {
        padding: 40px 45px 0 20px
    }
}

@media (max-width: 900px) {
    .featured-vehicles .single-car-box .info-part {
        padding: 40px 15px 0 15px
    }
}

@media (max-width: 650px) {
    .featured-vehicles .single-car-box .info-part {
        flex-direction: column;
        align-items: flex-start
    }
}

.featured-vehicles .single-car-box .info-part h4 {
    font-size: 16px;
    font-weight: 400;
    color: #9C9C9C
}

@media screen and (max-width: 992px) {
    .featured-vehicles .single-car-box .info-part h4 {
        font-size: 14px
    }
}

.featured-vehicles .single-car-box .info-part h3 {
    font-size: 32px;
    color: #7ac9cd;
    font-family: 'Proxima Nova Th', sans-serif;
    font-weight: 900
}

@media screen and (max-width: 992px) {
    .featured-vehicles .single-car-box .info-part h3 {
        font-size: 24px
    }
}

.featured-vehicles .single-car-box .info-part h3 span {
    font-size: 13px;
    font-weight: 400;
    color: white
}

@media screen and (max-width: 992px) {
    .featured-vehicles .single-car-box .info-part h3 span {
        font-size: 11px
    }
}

.featured-vehicles .single-car-box .info-part h3 span strong {
    font-size: 20px;
    font-weight: bold;
    color: white;
    text-transform: uppercase
}

@media screen and (max-width: 992px) {
    .featured-vehicles .single-car-box .info-part h3 span strong {
        font-size: 16px
    }
}

@media screen and (max-width: 768px) {
    .featured-vehicles .single-car-box .info-part .btn-secondary {
        padding: 0 20px;
        height: 35px;
        line-height: 32px
    }
}

@media (max-width: 650px) {
    .featured-vehicles .single-car-box .info-part .btn-secondary {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 5px;
        line-height: 43px;
        height: 45px
    }
}

.featured-vehicles .single-car-box:hover .discount-banner {
    background: #000
}

.featured-vehicles .single-car-box:hover:before {
    opacity: 1 !important
}

.featured-vehicles .single-car-box:hover .info-part .btn-secondary {
    background: #7ac9cd
}

.featured-vehicles .single-car-box:hover .info-part .btn-secondary span {
    color: white
}

@media screen and (max-width: 1600px) {
    .featured-vehicles .single-car-box {
        padding: 0 0 35px 0
    }
}

@media screen and (max-width: 1600px) {
    .featured-vehicles .single-car-box .top-info h2 {
        font-size: 11px
    }
}

@media screen and (max-width: 1600px) {
    .featured-vehicles .single-car-box .top-info h3 {
        font-size: 20px
    }
}

@media screen and (max-width: 380px) {
    .featured-vehicles .single-car-box .top-info h3 {
        font-size: 18px
    }
}

@media screen and (max-width: 1600px) {
    .featured-vehicles .single-car-box .top-info h3 span {
        font-size: 14px
    }
}

@media screen and (max-width: 380px) {
    .featured-vehicles .single-car-box .top-info h3 span {
        font-size: 12px
    }
}

.featured-vehicles .single-car-box .middle-part {
    position: relative
}

.featured-vehicles .single-car-box .middle-part .car-wrapper {
    width: 300px;
    height: 180px;
    margin-bottom: -50px
}

@media (max-width: 1600px) {
    .featured-vehicles .single-car-box .middle-part .car-wrapper {
        width: 250px;
        height: 160px
    }
}

@media (max-width: 666px) {
    .featured-vehicles .single-car-box .middle-part .car-wrapper {
        width: 200px;
        height: 125px
    }
}

@media (max-width: 575px) {
    .featured-vehicles .single-car-box .middle-part .car-wrapper {
        width: 150px;
        height: 100px
    }
}

@media (max-width: 475px) {
    .featured-vehicles .single-car-box .middle-part .car-wrapper {
        width: auto;
        height: 125px
    }
}

@media (max-width: 1600px) {
    .featured-vehicles .single-car-box .info-part {
        padding: 40px 45px 0 20px
    }
}

@media (max-width: 900px) {
    .featured-vehicles .single-car-box .info-part {
        padding: 40px 15px 0 15px
    }
}

@media (max-width: 650px) {
    .featured-vehicles .single-car-box .info-part {
        flex-direction: column;
        align-items: flex-start
    }
}

@media screen and (max-width: 1600px) {
    .featured-vehicles .single-car-box .info-part h4 {
        font-size: 14px
    }
}

@media screen and (max-width: 1600px) {
    .featured-vehicles .single-car-box .info-part h3 {
        font-size: 24px
    }
}

@media screen and (max-width: 1600px) {
    .featured-vehicles .single-car-box .info-part h3 span {
        font-size: 11px
    }
}

@media screen and (max-width: 1600px) {
    .featured-vehicles .single-car-box .info-part h3 span strong {
        font-size: 16px
    }
}

.slider-background {
    width: 100%;
    z-index: -3;
    margin-top: -390px
}

@media screen and (max-width: 1200px) {
    .slider-background {
        margin-top: -380px
    }
}

.slider-background .top-layer {
    width: 100%;
    height: 172px;
    opacity: .3;
    /*filter: brightness(0) invert(83%) sepia(57%) saturate(1470%) hue-rotate(20deg) brightness(104%) contrast(94%)*/
}

.slider-background .bottom-layer {
    background: #000;
    height: 150px;
    width: 100%
}

.support-section {
    padding: 50px 0
}

@media (max-width: 1600px) {
    .support-section {
        padding: 25px 0 50px 0
    }
}

@media (max-width: 1200px) {
    .support-section {
        padding: 25px 0
    }
}

.support-section .alternate-title-box {
    padding: 0
}

.support-section .info-box {
    padding-top: 25px;
    padding-right: 100px
}

@media screen and (max-width: 1600px) {
    .support-section .info-box {
        padding-top: 15px
    }
}

@media (max-width: 1200px) {
    .support-section .info-box {
        padding-right: 50px
    }
}

@media (max-width: 992px) {
    .support-section .info-box {
        padding-right: 0
    }
}

.support-section .info-box p {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 35px
}

@media (max-width: 1600px) {
    .support-section .info-box p {
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 25px
    }
}

@media (max-width: 575px) {
    .support-section .info-box p {
        padding-bottom: 0
    }
}

.support-section .info-box p a {
    color: #7ac9cd;
    font-weight: bold
}

.support-section .faq-list {
    display: flex;
    flex-wrap: wrap
}

@media (max-width: 992px) {
    .support-section .faq-list {
        padding-top: 35px
    }
}

.support-section .faq-list .single-faq {
    width: 33.33333%;
    display: flex;
    position: relative;
    padding-bottom: 30px;
    padding-right: 10px
}

@media (max-width: 575px) {
    .support-section .faq-list .single-faq {
        width: 50%
    }
}

.support-section .faq-list .single-faq .icon-box {
    width: 55px;
    height: 55px;
    background: #959595;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: 'Proxima Nova Th', sans-serif;
    font-weight: 900;
    font-size: 22px;
    position: relative;
    border-radius: 5px;
    box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, 0.3)
}

@media screen and (max-width: 1600px) {
    .support-section .faq-list .single-faq .icon-box {
        width: 45px;
        height: 45px;
        font-size: 20px
    }
}

.support-section .faq-list .single-faq .title {
    padding-left: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media screen and (max-width: 1600px) {
    .support-section .faq-list .single-faq .title {
        padding-left: 15px
    }
}

.support-section .faq-list .single-faq .title a {
    color: #27262B;
    font-size: 16px;
    font-weight: bold
}

@media screen and (max-width: 1600px) {
    .support-section .faq-list .single-faq .title a {
        font-size: 14px
    }
}

@media screen and (max-width: 575px) {
    .support-section .faq-list .single-faq .title a {
        font-size: 12px
    }
}

.support-section .faq-list .single-faq .title a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.support-section .faq-list .single-faq .title a:hover {
    text-decoration: none
}

.support-section .faq-list .single-faq .title span {
    font-size: 14px;
    font-weight: 400;
    color: #27262B
}

@media screen and (max-width: 1600px) {
    .support-section .faq-list .single-faq .title span {
        font-size: 12px
    }
}

@media screen and (max-width: 575px) {
    .support-section .faq-list .single-faq .title span {
        font-size: 11px
    }
}

.support-section .faq-list .single-faq:hover .icon-box {
    color: #fff;
    background: #000
}

.support-section .cta-link {
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    color: #575756;
    transition: all .3s ease-in-out;
    display: block;
    text-align: right;
    padding-right: 50px
}

@media (max-width: 575px) {
    .support-section .cta-link {
        text-align: left;
        padding-right: 0
    }
}

.support-section .cta-link:hover {
    color: #7ac9cd
}

.phone-box {
    display: flex;
    align-items: center
}

@media screen and (max-width: 500px) {
    .phone-box {
        flex-direction: column;
        align-items: flex-start
    }
}

.phone-box h3 {
    font-size: 18px;
    font-weight: bold;
    color: #27262B;
    white-space: nowrap
}

@media screen and (max-width: 1600px) {
    .phone-box h3 {
        font-size: 16px
    }
}

@media screen and (max-width: 500px) {
    .phone-box h3 {
        margin: 15px 0
    }
}

.phone-box dl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0
}

.phone-box dl div {
    position: relative;
    padding-left: 100px
}

@media screen and (max-width: 1600px) {
    .phone-box dl div {
        padding-left: 80px
    }
}

@media screen and (max-width: 500px) {
    .phone-box dl div {
        padding-left: 40px;
        width: 50%
    }
}

.phone-box dl div:before {
    content: "";
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    width: 41px;
    height: 41px;
    transition: all .3s ease-in-out
}

@media screen and (max-width: 1600px) {
    .phone-box dl div:before {
        width: 31px;
        height: 31px;
        left: 40px
    }
}

@media screen and (max-width: 500px) {
    .phone-box dl div:before {
        left: 0
    }
}

.phone-box dl div:hover:before {
    transform: translateY(-50%) scale(1.1)
}

.phone-box dl div.whats:before {
    background: url("../images/icons/ico_what.svg") center/cover no-repeat;
    /*filter: invert(97%) sepia(42%) saturate(5179%) hue-rotate(160deg) brightness(87%) contrast(83%);*/
}

.phone-box dl div.viber:before {
    background: url("../images/icons/ico_viber.svg") center/cover no-repeat;
    /*filter: invert(97%) sepia(42%) saturate(5179%) hue-rotate(160deg) brightness(87%) contrast(83%);*/
}

.phone-box dl dt {
    font-size: 18px;
    font-weight: bold;
    color: #27262B
}

@media screen and (max-width: 1600px) {
    .phone-box dl dt {
        font-size: 16px
    }
}

.phone-box dl dt a {
    font-size: 18px;
    font-weight: bold;
    color: #27262B;
    transition: all .3s ease-in-out
}

@media screen and (max-width: 1600px) {
    .phone-box dl dt a {
        font-size: 16px
    }
}

.phone-box dl dt a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.phone-box dl dt a:hover {
    text-decoration: none;
    color: #7ac9cd
}

.phone-box dl dd {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0
}

@media screen and (max-width: 1600px) {
    .phone-box dl dd {
        font-size: 12px
    }
}

.dark-banner-section {
    background: #000
}

.dark-banner-section .inner {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    position: relative
}

@media (min-width: 1200px) {
    .dark-banner-section .inner {
        max-width: 1140px
    }
}

@media (min-width: 1601px) {
    .dark-banner-section .inner {
        max-width: 1415px
    }
}

@media (min-width: 1921px) {
    .dark-banner-section .inner {
        max-width: 1515px
    }
}

@media (max-width: 992px) {
    .dark-banner-section .inner {
        flex-direction: column
    }
}

.dark-banner-section .inner .info-box {
    padding: 50px 15px;
    width: 50%
}

@media (max-width: 1100px) {
    .dark-banner-section .inner .info-box {
        padding: 25px 20px
    }
}

@media (max-width: 992px) {
    .dark-banner-section .inner .info-box {
        width: 100%
    }
}

.dark-banner-section .inner .info-box .title {
    padding: 35px 0 20px 0
}

@media (max-width: 1100px) {
    .dark-banner-section .inner .info-box .title {
        padding: 25px 0 15px 0
    }
}

.dark-banner-section .inner .info-box .title h3 {
    font-size: 18px;
    color: #7ac9cd;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 0 15px 60px;
    position: relative
}

.dark-banner-section .inner .info-box .title h3:before {
    content: "";
    position: absolute;
    left: 0;
    top: -10px;
    width: 40px;
    height: 40px;
    background: url("../images/mobile_logo.svg") center/contain no-repeat;
    transition: all .3s ease-in-out;
    /*filter: brightness(0) invert(83%) sepia(57%) saturate(1470%) hue-rotate(20deg) brightness(104%) contrast(94%)*/
}

@media (max-width: 1600px) {
    .dark-banner-section .inner .info-box .title h3 {
        font-size: 16px
    }
}

@media (max-width: 575px) {
    .dark-banner-section .inner .info-box .title h3 {
        font-size: 14px
    }
}

.dark-banner-section .inner .info-box .title h2 {
    color: white;
    font-size: 32px;
    line-height: 34px;
    margin-top: 10px;
    font-family: 'Proxima Nova Th', sans-serif;
    font-weight: 900;
    text-transform: uppercase
}

@media (max-width: 1600px) {
    .dark-banner-section .inner .info-box .title h2 {
        font-size: 26px;
        line-height: 28px
    }
}

@media (max-width: 575px) {
    .dark-banner-section .inner .info-box .title h2 {
        font-size: 20px;
        line-height: 22px
    }
}

.dark-banner-section .inner .info-box p {
    font-size: 16px;
    color: #D0CAD0;
    padding-bottom: 10px
}

@media (max-width: 1600px) {
    .dark-banner-section .inner .info-box p {
        font-size: 14px
    }
}

@media (max-width: 575px) {
    .dark-banner-section .inner .info-box p {
        font-size: 12px
    }
}

.dark-banner-section .inner .info-box .list-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 5px 75px 5px 0
}

@media (max-width: 900px) {
    .dark-banner-section .inner .info-box .list-wrapper {
        padding: 5px 0
    }
}

.dark-banner-section .inner .info-box .list-wrapper ul li {
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0 5px 35px;
    position: relative
}

@media (max-width: 1600px) {
    .dark-banner-section .inner .info-box .list-wrapper ul li {
        font-size: 14px
    }
}

@media (max-width: 575px) {
    .dark-banner-section .inner .info-box .list-wrapper ul li {
        font-size: 12px;
        width: 100%
    }
}

.dark-banner-section .inner .info-box .list-wrapper ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url("../images/icons/ico_circle_check.svg") center/contain no-repeat;
    width: 24px;
    height: 24px;
    /*filter: brightness(0) invert(83%) sepia(57%) saturate(1470%) hue-rotate(20deg) brightness(104%) contrast(94%)*/
}

.dark-banner-section .inner .info-box .list-wrapper ul:first-of-type {
    padding-right: 25px
}

.dark-banner-section .inner .info-box .btn-box {
    padding-top: 25px
}

.dark-banner-section .inner .info-box .btn-box>a:first-child {
    margin-right: 20px
}

.dark-banner-section .inner .info-box .btn-box a {
    font-size: 0
}

@media (max-width: 575px) {
    .dark-banner-section .inner .info-box .btn-box a {
        height: 35px;
        line-height: 35px;
        padding: 0 20px
    }
}

.dark-banner-section .inner .info-box .btn-box a span {
    font-size: 14px
}

@media (max-width: 575px) {
    .dark-banner-section .inner .info-box .btn-box a span {
        font-size: 12px
    }
}

.dark-banner-section .inner .info-box .btn-box .btn-primary {
    border: 1px solid #7ac9cd
}

.dark-banner-section .inner .info-box .btn-box .btn-secondary {
    background: transparent
}

.dark-banner-section .inner .info-box .btn-box .btn-secondary span {
    color: #7ac9cd
}

.dark-banner-section .inner .info-box .btn-box .btn-secondary:hover span {
    color: #27262B
}

.dark-banner-section .inner .image-box {
    position: relative;
    width: 50%;
    z-index: 13
}

@media (max-width: 992px) {
    .dark-banner-section .inner .image-box {
        width: 100%
    }
}

.dark-banner-section .inner .image-box:before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    opacity: .3
}

@media (max-width: 992px) {
    .dark-banner-section .inner .image-box:before {
        opacity: 0
    }
}

.dark-banner-section .inner .image-box img.car-image {
    position: absolute;
    bottom: -125px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: auto;
    z-index: 22;
    transition: all .3s ease-in-out
}

@media (max-width: 992px) {
    .dark-banner-section .inner .image-box img.car-image {
        position: static;
        bottom: unset;
        transform: unset;
        left: unset;
        width: 75%;
        margin-bottom: -125px
    }
}

@media (max-width: 768px) {
    .dark-banner-section .inner .image-box img.car-image {
        margin-bottom: -75px
    }
}

.dark-banner-section .inner .image-box img.logo-image {
    width: 48px;
    height: auto;
    position: absolute;
    right: 50px;
    top: 50px
}

.dark-banner-section:hover .image-box img.car-image {
    transform: translateX(-45%) translateY(15px)
}

@media (max-width: 992px) {
    .dark-banner-section:hover .image-box img.car-image {
        transform: none
    }
}

.testimonials-section .t-section:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5
}

.testimonials-section .t-section:after {
    content: "";
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    opacity: .1;
    z-index: 1
}

.testimonials-section .t-section-left {
    position: relative;
    height: 408px;
    margin-left: -15px;
    width: calc(100% + 30px)
}

@media screen and (max-width: 992px) {
    .testimonials-section .t-section-left {
        height: 308px
    }
}

.testimonials-section .t-section-left:before {
    background: rgba(0, 0, 0, 0.3)
}

.testimonials-section .t-section-left:after {
    left: unset;
    right: 0
}

.testimonials-section .t-section-left .bcg-box-big {
    width: 100%;
    height: 100%;
    position: relative
}

.testimonials-section .t-section-left .bcg-box-big:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, #707070, #707070, rgba(112, 112, 112, 0.6), rgba(112, 112, 112, 0.3), rgba(112, 112, 112, 0))
}

.testimonials-section .t-section-left .bcg-box-big img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.testimonials-section .t-section-left .main-content {
    position: absolute;
    right: 100px;
    top: 100px;
    text-align: right;
    width: 525px;
    z-index: 33
}

@media screen and (max-width: 1450px) {
    .testimonials-section .t-section-left .main-content {
        width: auto;
        padding-left: 15px;
        right: 50px
    }
}

@media screen and (max-width: 992px) {
    .testimonials-section .t-section-left .main-content {
        top: 50px
    }
}

.testimonials-section .t-section-left .main-content h3 {
    font-size: 32px;
    font-family: 'Proxima Nova Th', sans-serif;
    font-weight: 900;
    color: white;
    text-transform: uppercase
}

@media screen and (max-width: 1600px) {
    .testimonials-section .t-section-left .main-content h3 {
        font-size: 26px
    }
}

.testimonials-section .t-section-left .main-content h4 {
    font-size: 18px;
    font-family: 'Proxima Nova Th', sans-serif;
    font-weight: 900;
    color: #7ac9cd;
    text-transform: uppercase
}

@media screen and (max-width: 1600px) {
    .testimonials-section .t-section-left .main-content h4 {
        font-size: 16px
    }
}

.testimonials-section .t-section-left .main-content p {
    font-size: 16px;
    color: white;
    padding-top: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

@supports (-webkit-line-clamp: 5) {
    .testimonials-section .t-section-left .main-content p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: initial;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical
    }
}

.testimonials-section .t-section-left .main-content p a {
    color: #7ac9cd
}

@media screen and (max-width: 768px) {
    .testimonials-section .t-section-left .main-content p {
        font-size: 14px
    }
}

.testimonials-section .t-section-left .main-content .btn-secondary {
    margin-top: 20px;
    background: transparent;
    font-size: 0
}

.testimonials-section .t-section-left .main-content .btn-secondary span {
    font-size: 14px;
    color: #7ac9cd
}

.testimonials-section .t-section-left .main-content .btn-secondary:hover {
    border-color: #7ac9cd;
    background: #7ac9cd
}

.testimonials-section .t-section-left .main-content .btn-secondary:hover span {
    color: #27262B
}

.testimonials-section .t-section-right {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    height: 408px;
    margin-left: -15px;
    width: calc(100% + 30px)
}

@media screen and (max-width: 992px) {
    .testimonials-section .t-section-right {
        height: 308px
    }
}

.testimonials-section .t-section-right:before {
    background: rgba(185, 238, 8, 0.3)
}

.testimonials-section .t-section-right:after {
    opacity: .2
}

.testimonials-section .t-section-right .bcg-box-small {
    width: 25%;
    background: #7ac9cd
}

.testimonials-section .t-section-right .bcg-box-big {
    width: 100%;
    height: 100%;
    position: relative
}

.testimonials-section .t-section-right .bcg-box-big:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #7ac9cd, #7ac9cd, rgba(185, 238, 8, 0.6), rgba(185, 238, 8, 0.3), rgba(185, 238, 8, 0))
}

.testimonials-section .t-section-right .bcg-box-big img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.testimonials-section .t-section-right .main-content {
    position: absolute;
    left: 150px;
    top: 100px;
    text-align: left;
    width: 525px;
    z-index: 33
}

@media screen and (max-width: 1450px) {
    .testimonials-section .t-section-right .main-content {
        left: 75px
    }
}

@media screen and (max-width: 1200px) {
    .testimonials-section .t-section-right .main-content {
        width: calc(100% - 90px)
    }
}

@media screen and (max-width: 992px) {
    .testimonials-section .t-section-right .main-content {
        top: 50px
    }
}

.testimonials-section .t-section-right .main-content h3 {
    font-size: 32px;
    font-family: 'Proxima Nova Th', sans-serif;
    font-weight: 900;
    color: black;
    text-transform: uppercase;
    position: relative
}

@media screen and (max-width: 1600px) {
    .testimonials-section .t-section-right .main-content h3 {
        font-size: 26px
    }
}

.testimonials-section .t-section-right .main-content h4 {
    font-size: 18px;
    font-family: 'Proxima Nova Th', sans-serif;
    font-weight: 900;
    color: white;
    text-transform: uppercase
}

@media screen and (max-width: 1600px) {
    .testimonials-section .t-section-right .main-content h4 {
        font-size: 16px
    }
}

.testimonials-section .t-section-right .main-content .testimonial-slider {
    padding-top: 15px
}

.testimonials-section .t-section-right .main-content .testimonial-slider p {
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

@supports (-webkit-line-clamp: 5) {
    .testimonials-section .t-section-right .main-content .testimonial-slider p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: initial;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical
    }
}

@media screen and (max-width: 768px) {
    .testimonials-section .t-section-right .main-content .testimonial-slider p {
        font-size: 14px
    }
}

.testimonials-section .t-section-right .main-content .testimonial-slider p span {
    display: block;
    padding: 15px 0;
    font-size: 16px;
    font-weight: bold
}

.testimonials-section .t-section-right .main-content .testimonial-slider .slick-dots {
    display: flex;
    justify-content: flex-start;
    padding-top: 25px
}

@media screen and (max-width: 768px) {
    .testimonials-section .t-section-right .main-content .testimonial-slider .slick-dots {
        padding-top: 0
    }
}

.testimonials-section .t-section-right .main-content .testimonial-slider .slick-dots li button {
    background: url("../images/icons/ico_button-alt.svg") center/cover no-repeat
}

.testimonials-section .t-section-right .main-content .testimonial-slider .slick-dots .slick-active button {
    background: url("../images/icons/ico_button_active-alt.svg") center/cover no-repeat
}

.blog-slider-section {
    padding: 35px 0 0 0
}

.blog-slider-section .title-box {
    position: relative;
    padding: 25px 0
}

@media screen and (max-width: 1600px) {
    .blog-slider-section .title-box {
        padding: 20px 0
    }
}

@media screen and (max-width: 1200px) {
    .blog-slider-section .title-box {
        padding: 0
    }
}

.blog-slider-section .blog-slider {
    padding: 25px 0 0 0
}

.blog-slider-section .blog-slider .slick-list {
    margin-right: -15px;
    margin-left: -15px
}

.blog-slider-section .blog-slider .single-blog-slide {
    padding: 20px 15px
}

@media (max-width: 450px) {
    .blog-slider-section .blog-slider .single-blog-slide a {
        padding-bottom: 15px
    }
}

@media (max-width: 450px) {
    .blog-slider-section .blog-slider .single-blog-slide a .img-wrap {
        height: 150px
    }
}

.blog-slider-section .blog-slider .slick-dots {
    margin-top: 25px
}

@media (max-width: 575px) {
    .blog-slider-section .blog-slider .slick-dots {
        justify-content: center;
        margin-top: 0
    }
}

.location-section .location-cards {
    padding: 35px 0
}

@media (max-width: 575px) {
    .location-section .location-cards {
        padding: 15px 0
    }
}

@media (max-width: 450px) {
    .location-section .location-cards {
        padding: 0
    }
}

.location-section .location-cards .inner {
    display: flex;
    flex-wrap: wrap
}

.location-section .location-cards .inner .single-location {
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 25%;
    padding: 35px 25px;
    border-left: 1px solid rgba(112, 112, 112, 0.16);
    position: relative
}

@media (max-width: 1200px) {
    .location-section .location-cards .inner .single-location {
        width: 50%;
        margin-bottom: 15px
    }
}

@media (max-width: 575px) {
    .location-section .location-cards .inner .single-location {
        padding: 15px 0
    }
}

@media (max-width: 450px) {
    .location-section .location-cards .inner .single-location {
        width: 100%;
        border-left: none
    }
}

.location-section .location-cards .inner .single-location:before {
    content: "";
    width: calc(100% - 30px);
    height: 1px;
    left: 15px;
    position: absolute;
    bottom: 0;
    background: rgba(112, 112, 112, 0.16);
    display: none
}

@media (max-width: 1200px) {
    .location-section .location-cards .inner .single-location:before {
        display: block
    }
}

@media (max-width: 450px) {
    .location-section .location-cards .inner .single-location:before {
        width: 100%;
        left: 0;
        bottom: -7px
    }
}

.location-section .location-cards .inner .single-location .info-part {
    padding-left: 50px;
    position: relative
}

@media (max-width: 575px) {
    .location-section .location-cards .inner .single-location .info-part {
        padding-left: 40px
    }
}

.location-section .location-cards .inner .single-location .info-part h3 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 2.5px;
    display: inline-block;
    color: #27262B
}

@media (max-width: 575px) {
    .location-section .location-cards .inner .single-location .info-part h3 {
        font-size: 13px
    }
}

.location-section .location-cards .inner .single-location .info-part span {
    font-size: 13px;
    color: #AAAAAA
}

@media (max-width: 575px) {
    .location-section .location-cards .inner .single-location .info-part span {
        font-size: 11px
    }
}

.location-section .location-cards .inner .single-location .info-part:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    /*filter: brightness(0) invert(83%) sepia(57%) saturate(1470%) hue-rotate(20deg) brightness(104%) contrast(94%)*/
}

@media (max-width: 575px) {
    .location-section .location-cards .inner .single-location .info-part:before {
        left: 10px
    }
}

.location-section .location-cards .inner .single-location .info-part.airport:before {
    background: url("../images/icons/ico_plane.svg") center/cover no-repeat;
    width: 24px;
    height: 24px;
    filter: invert(97%) sepia(42%) saturate(5179%) hue-rotate(160deg) brightness(87%) contrast(83%);
}

@media (max-width: 575px) {
    .location-section .location-cards .inner .single-location .info-part.airport:before {
        width: 19px;
        height: 19px
    }
}

.location-section .location-cards .inner .single-location .info-part.location:before {
    background: url("../images/icons/ico_target.svg") center/cover no-repeat;
    width: 27px;
    height: 27px
}

@media (max-width: 575px) {
    .location-section .location-cards .inner .single-location .info-part.location:before {
        width: 22px;
        height: 22px
    }
}

.location-section .location-cards .inner .single-location a {
    width: 100%;
    height: 100%;
    font-size: 0;
    position: absolute;
    left: 0;
    right: 0
}

.location-section .location-cards .inner .single-location:hover {
    background: rgba(0, 0, 0, 0.03);
    border-left: 1px solid rgba(0, 0, 0, 0.03)
}

.location-section .location-cards .inner .single-location:hover:before {
    background: rgba(0, 0, 0, 0.03)
}

.location-section .location-cards .inner div.single-location:first-child {
    border-left: 0
}

@media (max-width: 450px) {
    .location-section .location-cards .inner div.single-location:last-child:before {
        display: none
    }
}

@media (max-width: 1200px) {
    .location-section .location-cards .inner div.single-location:nth-child(odd) {
        border-left: 0
    }
}

.location-section .location-cards .inner:hover div.single-location {
    border-color: transparent !important
}

.contact-section {
    background: #000;
    width: 100%
}

.contact-section p {
    font-size: 14px;
    font-weight: bold;
    color: white;
    margin-bottom: 20px;
    text-transform: uppercase
}

@media (max-width: 1600px) {
    .contact-section p {
        font-size: 12px
    }
}

@media (max-width: 575px) {
    .contact-section p {
        margin-bottom: 10px
    }
}

.contact-section ul li {
    font-size: 14px;
    color: #fff;
    position: relative
}

@media (max-width: 1600px) {
    .contact-section ul li {
        font-size: 12px
    }
}

.contact-section ul li span {
    min-width: 100px;
    display: inline-block
}

.contact-section ul li a {
    font-size: 14px;
    color: #7ac9cd;
    font-weight: bold
}

@media (max-width: 1600px) {
    .contact-section ul li a {
        font-size: 12px
    }
}

.contact-section ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.contact-section ul li a:hover {
    text-decoration: none
}

.contact-section .inner {
    position: relative;
    padding-left: 35px;
    padding-top: 35px;
    padding-bottom: 35px
}

@media (max-width: 1600px) {
    .contact-section .inner {
        padding-left: 25px;
        padding-top: 25px;
        padding-bottom: 25px
    }
}

@media (max-width: 575px) {
    .contact-section .inner {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.contact-section .inner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 35px;
    /*filter: brightness(0) invert(83%) sepia(57%) saturate(1470%) hue-rotate(20deg) brightness(104%) contrast(94%)*/
}

@media (max-width: 1600px) {
    .contact-section .inner:before {
        top: 25px
    }
}

@media (max-width: 575px) {
    .contact-section .inner:before {
        top: 15px
    }
}

.contact-section .inner.headq:before {
    background: url("../images/icons/ico_house.svg") center/cover no-repeat;
    width: 18px;
    height: 20px
}

@media (max-width: 1600px) {
    .contact-section .inner.headq:before {
        width: 14px;
        height: 16px
    }
}

.contact-section .inner.phones:before {
    background: url("../images/icons/ico_phone.svg") center/cover no-repeat;
    width: 21px;
    height: 21px
}

@media (max-width: 1600px) {
    .contact-section .inner.phones:before {
        width: 16px;
        height: 16px
    }
}

.contact-section .inner.mails:before {
    background: url("../images/icons/ico_env.svg") center/cover no-repeat;
    width: 20px;
    height: 16px
}

@media (max-width: 1600px) {
    .contact-section .inner.mails:before {
        width: 16px;
        height: 12px
    }
}

.contact-section .inner.hours:before {
    background: url("../images/icons/ico_clock_orange.svg") center/cover no-repeat;
    width: 24px;
    height: 24px
}

@media (max-width: 1600px) {
    .contact-section .inner.hours:before {
        width: 19px;
        height: 19px
    }
}

.reservation-widget {
    border-radius: 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: 125px;
    z-index: 22
}

@media screen and (max-width: 1200px) {
    .reservation-widget {
        display: none
    }
}

.reservation-widget .inner-container {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-shadow: 0px -1px 25px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px
}

@media (min-width: 1601px) {
    .reservation-widget .inner-container {
        max-width: 1385px
    }
}

@media (min-width: 1921px) {
    .reservation-widget .inner-container {
        max-width: 1485px
    }
}

.reservation-widget .inner-container .single-reservation-card {
    padding: 0 30px 15px 30px;
    background: #fff;
    position: relative
}

.reservation-widget .inner-container .single-reservation-card .title-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 40px;
    margin-bottom: 20px
}

.reservation-widget .inner-container .single-reservation-card .title-bar h2 {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative
}

@media screen and (max-width: 1600px) {
    .reservation-widget .inner-container .single-reservation-card .title-bar h2 {
        font-size: 12px
    }
}

.reservation-widget .inner-container .single-reservation-card .title-bar a {
    font-size: 0;
    position: relative
}

.reservation-widget .inner-container .single-reservation-card .title-bar a:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 48px;
    width: 48px
}

.reservation-widget .inner-container .single-reservation-card .title-bar a img {
    /*filter: brightness(0) invert(83%) sepia(57%) saturate(1470%) hue-rotate(20deg) brightness(104%) contrast(94%)*/
}

.reservation-widget .inner-container .single-reservation-card .title-bar:before {
    content: "";
    position: absolute;
    left: -30px;
    bottom: 0;
    width: calc(100% + 60px);
    height: 2px;
    background: #000;
    opacity: .2
}

.reservation-widget .inner-container .single-reservation-card .no-selection {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .4;
    margin-top: 25px
}

@media screen and (max-width: 1600px) {
    .reservation-widget .inner-container .single-reservation-card .no-selection {
        margin-top: 30px
    }
}

.reservation-widget .inner-container .single-reservation-card .no-selection img {
    margin-right: 20px
}

@media screen and (max-width: 1600px) {
    .reservation-widget .inner-container .single-reservation-card .no-selection img {
        width: 24px;
        height: auto
    }
}

.reservation-widget .inner-container .single-reservation-card .no-selection p {
    color: #27262B;
    font-weight: bold;
    font-size: 14px
}

@media screen and (max-width: 1600px) {
    .reservation-widget .inner-container .single-reservation-card .no-selection p {
        font-size: 11px
    }
}

.reservation-widget .inner-container .single-reservation-card:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0))
}

.reservation-widget .inner-container .single-reservation-card.active .title-bar:before {
    opacity: 1
}

.reservation-widget .inner-container .single-reservation-card.completed {
    background: #fff
}

.reservation-widget .inner-container .single-reservation-card.completed .title-bar:before {
    background: #7ac9cd;
    opacity: 1
}

.reservation-widget .inner-container .single-reservation-card.completed .title-bar h2:before {
    content: "";
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    background: url("../images/icons/ico_check.svg");
    width: 16px;
    height: 14px;
    /*filter: brightness(0) invert(83%) sepia(57%) saturate(1470%) hue-rotate(20deg) brightness(104%) contrast(94%)*/
}

.reservation-widget .inner-container .single-reservation-card.reservation-dates {
    width: 28.3333333%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

.reservation-widget .inner-container .single-reservation-card.reservation-dates p {
    font-size: 13px;
    padding-left: 35px;
    position: relative;
    margin: 10px 0
}

@media screen and (max-width: 1600px) {
    .reservation-widget .inner-container .single-reservation-card.reservation-dates p {
        font-size: 11px;
        padding-left: 25px
    }
}

.reservation-widget .inner-container .single-reservation-card.reservation-dates p:before {
    content: "";
    position: absolute;
    left: 10px;
    transform: translateY(-50%);
    background: url("../images/icons/ico_curved_arrow.svg") center/cover no-repeat;
    width: 14px;
    height: 17px;
    filter: brightness(0)
}

@media screen and (max-width: 1600px) {
    .reservation-widget .inner-container .single-reservation-card.reservation-dates p:before {
        width: 10px;
        height: 13px;
        left: 8px
    }
}

.reservation-widget .inner-container .single-reservation-card.reservation-dates p:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(253, 195, 0, 0.2);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    /*filter: brightness(0) invert(83%) sepia(57%) saturate(1470%) hue-rotate(20deg) brightness(104%) contrast(94%)*/
}

@media screen and (max-width: 1600px) {
    .reservation-widget .inner-container .single-reservation-card.reservation-dates p:after {
        width: 15px;
        height: 15px
    }
}

.reservation-widget .inner-container .single-reservation-card.reservation-dates p.starting-location:before {
    top: 30%;
    transform: translateY(-50%) rotate(90deg)
}

.reservation-widget .inner-container .single-reservation-card.reservation-dates p.end-location:before {
    top: 80%;
    transform: translateY(-50%) rotate(180deg)
}

.reservation-widget .inner-container .single-reservation-card.selected-vehicle {
    width: 28.33333%;
    position: relative
}

.reservation-widget .inner-container .single-reservation-card.selected-vehicle .selected-vehicle-box {
    display: flex;
    align-items: flex-start;
    justify-content: center
}

.reservation-widget .inner-container .single-reservation-card.selected-vehicle .selected-vehicle-box img {
    width: 122px;
    height: auto
}

@media screen and (max-width: 1600px) {
    .reservation-widget .inner-container .single-reservation-card.selected-vehicle .selected-vehicle-box img {
        width: 112px
    }
}

.reservation-widget .inner-container .single-reservation-card.selected-vehicle .selected-vehicle-box .info {
    padding-left: 20px
}

.reservation-widget .inner-container .single-reservation-card.selected-vehicle .selected-vehicle-box .info p {
    font-size: 13px;
    color: #7ac9cd
}

.reservation-widget .inner-container .single-reservation-card.selected-vehicle .selected-vehicle-box .info h3 {
    font-size: 16px
}

.reservation-widget .inner-container .single-reservation-card.selected-vehicle .selected-vehicle-box .info span {
    font-size: 13px;
    opacity: .4
}

.reservation-widget .inner-container .single-reservation-card.insurrance {
    width: 28.333333%;
    position: relative
}

.reservation-widget .inner-container .single-reservation-card.insurrance .insurrance-box {
    position: relative;
    padding-left: 40px
}

.reservation-widget .inner-container .single-reservation-card.insurrance .insurrance-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/icons/ico_inssurance.svg") center/cover no-repeat;
    width: 30px;
    height: 19px;
    /*filter: brightness(0) invert(83%) sepia(57%) saturate(1470%) hue-rotate(20deg) brightness(104%) contrast(94%)*/
}

.reservation-widget .inner-container .single-reservation-card.insurrance .insurrance-box h3 {
    font-size: 14px;
    text-transform: uppercase
}

.reservation-widget .inner-container .single-reservation-card.insurrance .insurrance-box p {
    font-size: 13px;
    opacity: .6
}

.reservation-widget .inner-container .single-reservation-card.insurrance.completed {
    background: #fff
}

.reservation-widget .inner-container .single-reservation-card.insurrance.completed:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0))
}

.reservation-widget .inner-container .single-reservation-card.price {
    width: 15%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

.reservation-widget .inner-container .single-reservation-card.price .title-bar {
    justify-content: flex-end
}

.reservation-widget .inner-container .single-reservation-card.price .price-tag {
    font-size: 14px;
    font-weight: bold;
    color: #7ac9cd;
    text-align: right
}

@media screen and (max-width: 1600px) {
    .reservation-widget .inner-container .single-reservation-card.price .price-tag {
        font-size: 11px
    }
}

.reservation-widget .inner-container .single-reservation-card.price .price-tag span {
    color: #27262B;
    font-weight: bold;
    font-size: 22px
}

@media screen and (max-width: 1600px) {
    .reservation-widget .inner-container .single-reservation-card.price .price-tag span {
        font-size: 18px
    }
}

.reservation-widget .inner-container .single-reservation-card.price p {
    font-size: 13px;
    font-weight: 400;
    text-align: right
}

@media screen and (max-width: 1600px) {
    .reservation-widget .inner-container .single-reservation-card.price p {
        font-size: 11px
    }
}

.reservation-widget .inner-container>div:first-child:before {
    display: none
}

.reservation-widget .inner-container>div:first-child .title-bar:before {
    left: 0;
    width: calc(100% + 30px)
}

.reservation-widget .inner-container>div:last-child .title-bar:before {
    left: -30px;
    width: calc(100% + 30px)
}

.reservation-widget.fixed-bottom {
    position: fixed;
    transition: all .3s ease;
    z-index: 15;
    width: 100%;
    left: 0;
    animation: booking-steps-anim forwards .8s;
    margin: 0;
    top: unset
}

.reservation-widget.anim-top {
    animation: animate-top forwards .5s
}

@keyframes booking-steps-anim {
    from {
        bottom: -100%
    }

    to {
        bottom: 0
    }
}

@keyframes animate-top {
    from {
        top: -500px
    }

    to {
        top: 125px
    }
}

.reservation-widget-mobile {
    display: none
}

@media screen and (max-width: 1200px) {
    .reservation-widget-mobile {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100vh;
        width: 100%;
        background: rgba(0, 0, 0, 0.8);
        z-index: 111
    }
}

.reservation-widget-mobile .inner-container {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 140px 0 100px 0;
    box-shadow: 0px -1px 25px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    height: 100vh;
    overflow-y: scroll;
    position: relative
}

.reservation-widget-mobile .inner-container:before {
    content: "";
    position: absolute;
    right: 150px;
    top: 132px;
    transform: translateY(-45%);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid white
}

@media screen and (max-width: 700px) {
    .reservation-widget-mobile .inner-container:before {
        right: 90px
    }
}

.reservation-widget-mobile .inner-container .single-reservation-card {
    padding: 0 25px 15px 25px;
    background: #fff;
    width: 80%
}

@media screen and (max-width: 1200px) {
    .reservation-widget-mobile .inner-container .single-reservation-card {
        padding: 10px 25px
    }
}

@media screen and (max-width: 575px) {
    .reservation-widget-mobile .inner-container .single-reservation-card {
        width: 95%
    }
}

.reservation-widget-mobile .inner-container .single-reservation-card .title-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 40px;
    margin-bottom: 20px
}

.reservation-widget-mobile .inner-container .single-reservation-card .title-bar h2 {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative
}

@media screen and (max-width: 1600px) {
    .reservation-widget-mobile .inner-container .single-reservation-card .title-bar h2 {
        font-size: 12px
    }
}

.reservation-widget-mobile .inner-container .single-reservation-card .title-bar a {
    font-size: 0;
    position: relative
}

.reservation-widget-mobile .inner-container .single-reservation-card .title-bar a:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 48px;
    width: 48px
}

.reservation-widget-mobile .inner-container .single-reservation-card .title-bar a img {
    /*filter: brightness(0) invert(83%) sepia(57%) saturate(1470%) hue-rotate(20deg) brightness(104%) contrast(94%)*/
}

.reservation-widget-mobile .inner-container .single-reservation-card .title-bar:before {
    content: "";
    position: absolute;
    left: -25px;
    bottom: 0;
    width: calc(100% + 50px);
    height: 2px;
    background: #000;
    opacity: .2
}

.reservation-widget-mobile .inner-container .single-reservation-card .no-selection {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    opacity: .4;
    margin-top: 25px
}

@media screen and (max-width: 1600px) {
    .reservation-widget-mobile .inner-container .single-reservation-card .no-selection {
        margin-top: 30px
    }
}

.reservation-widget-mobile .inner-container .single-reservation-card .no-selection img {
    filter: invert(34%) sepia(8%) saturate(4343%) hue-rotate(250deg) brightness(101%) contrast(84%);
    margin-right: 20px
}

@media screen and (max-width: 1600px) {
    .reservation-widget-mobile .inner-container .single-reservation-card .no-selection img {
        width: 24px;
        height: auto
    }
}

.reservation-widget-mobile .inner-container .single-reservation-card .no-selection p {
    color: #7ac9cd;
    font-weight: bold;
    font-size: 14px
}

@media screen and (max-width: 1600px) {
    .reservation-widget-mobile .inner-container .single-reservation-card .no-selection p {
        font-size: 11px
    }
}

.reservation-widget-mobile .inner-container .single-reservation-card.active .title-bar:before {
    opacity: 1
}

.reservation-widget-mobile .inner-container .single-reservation-card.completed {
    background: #fff
}

.reservation-widget-mobile .inner-container .single-reservation-card.completed .title-bar:before {
    background: #7ac9cd;
    opacity: 1
}

.reservation-widget-mobile .inner-container .single-reservation-card.completed .title-bar h2:before {
    content: "";
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    background: url("../images/icons/ico_check.svg");
    width: 16px;
    height: 14px;
    /*filter: brightness(0) invert(83%) sepia(57%) saturate(1470%) hue-rotate(20deg) brightness(104%) contrast(94%)*/
}

.reservation-widget-mobile .inner-container .single-reservation-card.reservation-dates {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.reservation-widget-mobile .inner-container .single-reservation-card.reservation-dates p {
    font-size: 13px;
    padding-left: 35px;
    position: relative;
    margin: 10px 0
}

@media screen and (max-width: 1600px) {
    .reservation-widget-mobile .inner-container .single-reservation-card.reservation-dates p {
        font-size: 11px;
        padding-left: 25px
    }
}

.reservation-widget-mobile .inner-container .single-reservation-card.reservation-dates p:before {
    content: "";
    position: absolute;
    left: 10px;
    transform: translateY(-50%);
    background: url("../images/icons/ico_curved_arrow.svg") center/cover no-repeat;
    width: 14px;
    height: 17px;
    filter: brightness(0)
}

@media screen and (max-width: 1600px) {
    .reservation-widget-mobile .inner-container .single-reservation-card.reservation-dates p:before {
        width: 10px;
        height: 13px;
        left: 8px
    }
}

.reservation-widget-mobile .inner-container .single-reservation-card.reservation-dates p:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(253, 195, 0, 0.2);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    /*filter: brightness(0) invert(83%) sepia(57%) saturate(1470%) hue-rotate(20deg) brightness(104%) contrast(94%)*/
}

@media screen and (max-width: 1600px) {
    .reservation-widget-mobile .inner-container .single-reservation-card.reservation-dates p:after {
        width: 15px;
        height: 15px
    }
}

.reservation-widget-mobile .inner-container .single-reservation-card.reservation-dates p.starting-location:before {
    top: 30%;
    transform: translateY(-50%) rotate(90deg)
}

.reservation-widget-mobile .inner-container .single-reservation-card.reservation-dates p.end-location:before {
    top: 80%;
    transform: translateY(-50%) rotate(180deg)
}

.reservation-widget-mobile .inner-container .single-reservation-card.selected-vehicle {
    position: relative
}

.reservation-widget-mobile .inner-container .single-reservation-card.selected-vehicle .selected-vehicle-box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start
}

.reservation-widget-mobile .inner-container .single-reservation-card.selected-vehicle .selected-vehicle-box img {
    width: 122px;
    height: auto
}

@media screen and (max-width: 1600px) {
    .reservation-widget-mobile .inner-container .single-reservation-card.selected-vehicle .selected-vehicle-box img {
        width: 112px
    }
}

.reservation-widget-mobile .inner-container .single-reservation-card.selected-vehicle .selected-vehicle-box .info {
    padding-left: 20px
}

.reservation-widget-mobile .inner-container .single-reservation-card.selected-vehicle .selected-vehicle-box .info p {
    font-size: 13px;
    color: #7ac9cd
}

.reservation-widget-mobile .inner-container .single-reservation-card.selected-vehicle .selected-vehicle-box .info h3 {
    font-size: 16px
}

.reservation-widget-mobile .inner-container .single-reservation-card.selected-vehicle .selected-vehicle-box .info span {
    font-size: 13px;
    opacity: .4
}

.reservation-widget-mobile .inner-container .single-reservation-card.selected-vehicle.completed:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0))
}

.reservation-widget-mobile .inner-container .single-reservation-card.insurrance {
    position: relative
}

.reservation-widget-mobile .inner-container .single-reservation-card.insurrance .insurrance-box {
    position: relative;
    padding-left: 40px
}

.reservation-widget-mobile .inner-container .single-reservation-card.insurrance .insurrance-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/icons/ico_inssurance.svg") center/cover no-repeat;
    width: 30px;
    height: 19px;
    /*filter: brightness(0) invert(83%) sepia(57%) saturate(1470%) hue-rotate(20deg) brightness(104%) contrast(94%)*/
}

.reservation-widget-mobile .inner-container .single-reservation-card.insurrance .insurrance-box h3 {
    font-size: 14px;
    text-transform: uppercase
}

.reservation-widget-mobile .inner-container .single-reservation-card.insurrance .insurrance-box p {
    font-size: 13px;
    opacity: .6
}

.reservation-widget-mobile .inner-container .single-reservation-card.insurrance.completed {
    background: rgba(255, 255, 255, 0.95)
}

.reservation-widget-mobile .inner-container .single-reservation-card.insurrance.completed:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0))
}

.reservation-widget-mobile .inner-container .single-reservation-card.price {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px
}

.reservation-widget-mobile .inner-container .single-reservation-card.price .title-bar {
    justify-content: flex-end
}

.reservation-widget-mobile .inner-container .single-reservation-card.price .price-tag {
    font-size: 14px;
    font-weight: bold;
    color: #7ac9cd;
    text-align: right
}

@media screen and (max-width: 1600px) {
    .reservation-widget-mobile .inner-container .single-reservation-card.price .price-tag {
        font-size: 11px
    }
}

.reservation-widget-mobile .inner-container .single-reservation-card.price .price-tag span {
    color: #27262B;
    font-weight: bold;
    font-size: 22px
}

@media screen and (max-width: 1600px) {
    .reservation-widget-mobile .inner-container .single-reservation-card.price .price-tag span {
        font-size: 18px
    }
}

.reservation-widget-mobile .inner-container .single-reservation-card.price p {
    font-size: 13px;
    font-weight: 400;
    text-align: right
}

@media screen and (max-width: 1600px) {
    .reservation-widget-mobile .inner-container .single-reservation-card.price p {
        font-size: 11px
    }
}

.fleet-page .slick-dots .slick-active button {
    /*filter: brightness(0) invert(83%) sepia(57%) saturate(1470%) hue-rotate(20deg) brightness(104%) contrast(94%)*/
}

.booking-step {
    position: relative
}

.booking-step .continue-res-wrap {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 30px 0
}

@media screen and (max-width: 600px) {
    .booking-step .continue-res-wrap {
        padding: 30px 0
    }
}

@media screen and (max-width: 500px) {
    .booking-step .continue-res-wrap {
        justify-content: center
    }
}

.booking-step .continue-res-wrap a {
    padding: 0 50px;
    font-size: 16px;
    line-height: 59px;
    height: 59px;
    color: #000
}

.booking-step .continue-res-wrap a:before {
    transition: all .4s ease-in-out
}

@media screen and (max-width: 1600px) {
    .booking-step .continue-res-wrap a {
        padding: 0 40px;
        font-size: 14px;
        line-height: 49px;
        height: 49px
    }
}

@media screen and (max-width: 500px) {
    .booking-step .continue-res-wrap a {
        display: block;
        width: 100%;
        text-align: center
    }
}

.booking-step .subheader {
    margin-bottom: 100px
}

@media screen and (max-width: 1200px) {
    .booking-step .subheader {
        margin-bottom: 25px
    }
}

.booking-step .subheader .inner {
    margin-top: -35px;
    height: 235px;
    justify-content: flex-start;
    padding-top: 70px
}

@media screen and (max-width: 1200px) {
    .booking-step .subheader .inner {
        margin-top: 0;
        height: 175px;
        justify-content: center;
        padding-top: 0
    }
}

.fleet-page .single-car-box-wrapper:after {
    display: none !important
}

.fleet-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

@media screen and (max-width: 1200px) {
    .fleet-list {
        padding: 0 15px
    }
}

@media (max-width: 650px) {
    .fleet-list {
        padding: 0
    }
}

.fleet-list .single-car-box-wrapper {
    width: 33.3333333%;
    position: relative;
    margin: 50px 0
}

@media screen and (max-width: 1010px) {
    .fleet-list .single-car-box-wrapper {
        width: 50%;
        margin: 25px 0
    }
}

@media (max-width: 550px) {
    .fleet-list .single-car-box-wrapper {
        width: 100%;
        margin: 15px 0
    }
}

.fleet-list .single-car-box-wrapper .single-car-box {
    width: 100%
}

@media screen and (max-width: 1600px) {
    .fleet-list .single-car-box-wrapper .single-car-box {
        padding: 0 20px 20px 20px
    }
}

@media (max-width: 650px) {
    .fleet-list .single-car-box-wrapper .single-car-box {
        padding: 15px 15px 15px
    }
}

.fleet-list .single-car-box-wrapper .single-car-box:before {
    content: "";
    width: 100%;
    height: 169px;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    position: absolute;
    left: 0;
    bottom: 140px;
    z-index: -1;
    opacity: 0;
    transition: all .3s ease-in-out
}

@media screen and (max-width: 1600px) {
    .fleet-list .single-car-box-wrapper .single-car-box:before {
        bottom: 100px;
        height: 152px
    }
}

@media screen and (max-width: 1200px) {
    .fleet-list .single-car-box-wrapper .single-car-box:before {
        bottom: 85px
    }
}

@media (max-width: 650px) {
    .fleet-list .single-car-box-wrapper .single-car-box:before {
        bottom: 130px
    }
}

.fleet-list .single-car-box-wrapper .single-car-box:after {
    content: "";
    width: 100%;
    height: 169px;
    background: linear-gradient(to right, #000, #000);
    position: absolute;
    left: 0;
    bottom: 140px;
    z-index: -2;
    transition: all .3s ease-in-out
}

@media screen and (max-width: 1600px) {
    .fleet-list .single-car-box-wrapper .single-car-box:after {
        bottom: 100px;
        height: 152px
    }
}

@media screen and (max-width: 1200px) {
    .fleet-list .single-car-box-wrapper .single-car-box:after {
        bottom: 85px
    }
}

@media (max-width: 650px) {
    .fleet-list .single-car-box-wrapper .single-car-box:after {
        bottom: 130px
    }
}

@media (max-width: 550px) {
    .fleet-list .single-car-box-wrapper .single-car-box:after {
        background: linear-gradient(to right, #000, #000)
    }
}

.fleet-list .single-car-box-wrapper .single-car-box .top-info {
    padding: 0 0 35px 35px
}

@media screen and (max-width: 1600px) {
    .fleet-list .single-car-box-wrapper .single-car-box .top-info {
        padding: 0 0 35px 0
    }
}

@media screen and (max-width: 575px) {
    .fleet-list .single-car-box-wrapper .single-car-box .top-info {
        padding: 0 0 15px 0
    }
}

.fleet-list .single-car-box-wrapper .single-car-box .info-part {
    padding: 40px 20px 0 35px
}

.fleet-list .single-car-box-wrapper .single-car-box .info-part span,
.fleet-list .single-car-box-wrapper .single-car-box .info-part strong {
    color: #27262B
}

@media screen and (max-width: 1600px) {
    .fleet-list .single-car-box-wrapper .single-car-box .info-part {
        padding: 20px 0 0 0
    }
}

@media screen and (max-width: 1200px) {
    .fleet-list .single-car-box-wrapper .single-car-box .info-part h2 {
        font-size: 14px
    }
}

@media screen and (max-width: 1200px) {
    .fleet-list .single-car-box-wrapper .single-car-box .info-part h3 {
        font-size: 24px
    }
}

@media screen and (max-width: 1200px) {
    .fleet-list .single-car-box-wrapper .single-car-box .info-part h3 span {
        font-size: 11px
    }
}

@media screen and (max-width: 1200px) {
    .fleet-list .single-car-box-wrapper .single-car-box .info-part h3 span strong {
        font-size: 16px
    }
}

@media screen and (max-width: 1200px) {
    .fleet-list .single-car-box-wrapper .single-car-box .info-part .btn-secondary {
        padding: 0 20px;
        height: 35px;
        line-height: 32px
    }
}

@media (max-width: 650px) {
    .fleet-list .single-car-box-wrapper .single-car-box .info-part .btn-secondary {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 15px;
        line-height: 43px;
        height: 45px
    }
}

.fleet-list .single-car-box-wrapper .single-car-box .middle-part .car-wrapper {
    width: 322px;
    height: 168px
}

@media screen and (max-width: 1600px) {
    .fleet-list .single-car-box-wrapper .single-car-box .middle-part .car-wrapper {
        width: 237px
    }
}

@media screen and (max-width: 1050px) {
    .fleet-list .single-car-box-wrapper .single-car-box .middle-part .car-wrapper {
        width: 229px
    }
}

@media screen and (max-width: 1010px) {
    .fleet-list .single-car-box-wrapper .single-car-box .middle-part .car-wrapper {
        width: 270px
    }
}

@media screen and (max-width: 830px) {
    .fleet-list .single-car-box-wrapper .single-car-box .middle-part .car-wrapper {
        width: 75%
    }
}

@media screen and (max-width: 550px) {
    .fleet-list .single-car-box-wrapper .single-car-box .middle-part .car-wrapper {
        width: 300px;
        height: auto
    }
}

@media screen and (max-width: 410px) {
    .fleet-list .single-car-box-wrapper .single-car-box .middle-part .car-wrapper {
        width: 260px
    }
}

@media screen and (max-width: 375px) {
    .fleet-list .single-car-box-wrapper .single-car-box .middle-part .car-wrapper {
        width: 240px
    }
}

.fleet-list .single-car-box-wrapper .single-car-box .middle-part .car-wrapper.slider-wrapper {
    width: 100%
}

.fleet-list .single-car-box-wrapper .single-car-box .middle-part .car-wrapper .slick-slide li {
    max-height: 168px
}

.fleet-list .single-car-box-wrapper .single-car-box .slider-ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0
}

.fleet-list .single-car-box-wrapper .single-car-box .slider-ul .slick-arrow {
    z-index: 99;
    background: #27262B;
    bottom: 0;
    width: 30px;
    height: 30px
}

.fleet-list .single-car-box-wrapper .single-car-box .slider-ul .slick-prev {
    left: 0
}

.fleet-list .single-car-box-wrapper .single-car-box .slider-ul .slick-next {
    right: 0
}

.fleet-list .single-car-box-wrapper .single-car-box .slider-ul .slick-dots {
    z-index: 333;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    display: inline-block;
    width: auto
}

@media screen and (max-width: 575px) {
    .fleet-list .single-car-box-wrapper .single-car-box .slider-ul .slick-dots {
        justify-content: center
    }
}

.fleet-list .single-car-box-wrapper .single-car-box .slider-ul .slick-slide .car-wrap {
    display: flex !important;
    position: relative
}

.fleet-list .single-car-box-wrapper .single-car-box .slider-ul .slick-slide .car-wrap img {
    width: 70%;
    height: auto;
    margin: 0 auto
}

@media screen and (max-width: 1010px) {
    .fleet-list .single-car-box-wrapper .single-car-box .slider-ul .slick-slide .car-wrap img {
        width: 60%
    }
}

@media screen and (max-width: 900px) {
    .fleet-list .single-car-box-wrapper .single-car-box .slider-ul .slick-slide .car-wrap img {
        width: 65%
    }
}

@media screen and (max-width: 800px) {
    .fleet-list .single-car-box-wrapper .single-car-box .slider-ul .slick-slide .car-wrap img {
        width: 70%
    }
}

@media screen and (max-width: 768px) {
    .fleet-list .single-car-box-wrapper .single-car-box .slider-ul .slick-slide .car-wrap img {
        width: 75%
    }
}

.fleet-list .single-car-box-wrapper .single-car-box .slider-ul .slick-slide .car-wrap .discount-banner-slider {
    width: 54px;
    height: 165px;
    background: url("../images/icons/ico_orange_tear.svg") center right/contain no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 15px;
    text-align: center;
    color: white;
    font-size: 18px;
    font-weight: bold;
    transition: all .3s ease-in-out
}

@media (max-width: 1600px) {
    .fleet-list .single-car-box-wrapper .single-car-box .slider-ul .slick-slide .car-wrap .discount-banner-slider {
        width: 44px;
        height: 143px;
        font-size: 15px
    }
}

.fleet-list .single-car-box-wrapper .single-car-box .slider-ul .slick-slide .car-wrap .discount-banner-slider span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    margin-top: -5px;
    text-transform: uppercase
}

@media (max-width: 1600px) {
    .fleet-list .single-car-box-wrapper .single-car-box .slider-ul .slick-slide .car-wrap .discount-banner-slider span {
        font-size: 10px
    }
}

.fleet-list .single-car-box-wrapper .single-car-box .slider-ul .slick-slide .car-wrap.with-discount img {
    width: 70%;
    height: auto;
    margin: 0 auto
}

@media screen and (max-width: 1600px) {
    .fleet-list .single-car-box-wrapper .single-car-box .slider-ul .slick-slide .car-wrap.with-discount img {
        width: 65%
    }
}

@media screen and (max-width: 1010px) {
    .fleet-list .single-car-box-wrapper .single-car-box .slider-ul .slick-slide .car-wrap.with-discount img {
        width: 60%
    }
}

@media screen and (max-width: 900px) {
    .fleet-list .single-car-box-wrapper .single-car-box .slider-ul .slick-slide .car-wrap.with-discount img {
        width: 65%
    }
}

@media screen and (max-width: 800px) {
    .fleet-list .single-car-box-wrapper .single-car-box .slider-ul .slick-slide .car-wrap.with-discount img {
        width: 70%
    }
}

@media screen and (max-width: 768px) {
    .fleet-list .single-car-box-wrapper .single-car-box .slider-ul .slick-slide .car-wrap.with-discount img {
        width: 75%
    }
}

.fleet-list .single-car-box-wrapper .single-car-box ul:not(.slider-ul):not(.slick-dots) {
    display: flex;
    flex-wrap: wrap;
    padding: 65px 40px 15px 40px;
    position: relative;
    min-height: 165px
}

@media screen and (max-width: 1600px) {
    .fleet-list .single-car-box-wrapper .single-car-box ul:not(.slider-ul):not(.slick-dots) {
        padding: 55px 0 15px 0;
        min-height: 155px
    }
}

.fleet-list .single-car-box-wrapper .single-car-box ul:not(.slider-ul):not(.slick-dots) li {
    width: 50%;
    padding: 10px 0 10px 40px;
    position: relative;
    font-size: 15px;
    color: white
}

@media screen and (max-width: 768px) {
    .fleet-list .single-car-box-wrapper .single-car-box ul:not(.slider-ul):not(.slick-dots) li {
        padding: 10px 0 10px 30px
    }
}

.fleet-list .single-car-box-wrapper .single-car-box ul:not(.slider-ul):not(.slick-dots) li:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 10px;
    filter: invert(97%) sepia(42%) saturate(5179%) hue-rotate(160deg) brightness(87%) contrast(83%);
    /*filter: brightness(0) invert(83%) sepia(57%) saturate(1470%) hue-rotate(20deg) brightness(104%) contrast(94%);*/
    /*filter: invert(97%) sepia(42%) saturate(5179%) hue-rotate(160deg) brightness(87%) contrast(83%);*/
}

.fleet-list .single-car-box-wrapper .single-car-box ul:not(.slider-ul):not(.slick-dots) li.persons:before {
    width: 15px;
    height: 17px;
    background: url("../images/icons/ico_account.svg") center/cover no-repeat
}

@media screen and (max-width: 768px) {
    .fleet-list .single-car-box-wrapper .single-car-box ul:not(.slider-ul):not(.slick-dots) li.persons:before {
        width: 13px;
        height: 15px
    }
}

.fleet-list .single-car-box-wrapper .single-car-box ul:not(.slider-ul):not(.slick-dots) li.suitcase:before {
    width: 19px;
    height: 19px;
    background: url("../images/icons/ico_case.svg") center/cover no-repeat
}

@media screen and (max-width: 768px) {
    .fleet-list .single-car-box-wrapper .single-car-box ul:not(.slider-ul):not(.slick-dots) li.suitcase:before {
        width: 14px;
        height: 14px
    }
}

.fleet-list .single-car-box-wrapper .single-car-box ul:not(.slider-ul):not(.slick-dots) li.petrol:before {
    width: 20px;
    height: 23px;
    background: url("../images/icons/ico_gas.svg") center/cover no-repeat
}

@media screen and (max-width: 768px) {
    .fleet-list .single-car-box-wrapper .single-car-box ul:not(.slider-ul):not(.slick-dots) li.petrol:before {
        width: 15px;
        height: 18px
    }
}

.fleet-list .single-car-box-wrapper .single-car-box ul:not(.slider-ul):not(.slick-dots) li.doors:before {
    width: 21px;
    height: 23px;
    background: url("../images/icons/ico_car_doors.svg") center/cover no-repeat
}

@media screen and (max-width: 768px) {
    .fleet-list .single-car-box-wrapper .single-car-box ul:not(.slider-ul):not(.slick-dots) li.doors:before {
        width: 16px;
        height: 18px
    }
}

.fleet-list .single-car-box-wrapper.not-available {
    pointer-events: none
}

.fleet-list .single-car-box-wrapper.not-available .top-info {
    opacity: .3
}

.fleet-list .single-car-box-wrapper.not-available .top-info h2 {
    color: #27262B
}

.fleet-list .single-car-box-wrapper.not-available ul {
    opacity: .3
}

.fleet-list .single-car-box-wrapper.not-available .info-part {
    opacity: .3
}

.fleet-list .single-car-box-wrapper.not-available .info-part h3 {
    color: #27262B
}

.fleet-list .single-car-box-wrapper.not-available .info-part .btn-primary {
    border: 2px solid #27262B
}

.fleet-list div.single-car-box-wrapper:nth-child(3n+2) .single-car-box:after {
    background: linear-gradient(to right, #000, #000)
}

.fleet-list div.single-car-box-wrapper:nth-child(3n+0) {
    overflow: hidden
}

@media screen and (max-width: 1010px) {
    .fleet-list div.single-car-box-wrapper:nth-child(3n+0) {
        overflow: visible
    }
}

.fleet-list div.single-car-box-wrapper:nth-child(3n+0) .single-car-box:after {
    background: linear-gradient(to right, #000, #000);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

@media screen and (max-width: 1010px) {
    .fleet-list div.single-car-box-wrapper:nth-child(3n+0) .single-car-box:after {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
}

.fleet-list div.single-car-box-wrapper:nth-child(3n+1):after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -88px;
    width: calc(100% * 3);
    background: url("../images/shadow.svg") center/contain no-repeat;
    height: 123px
}

@media screen and (max-width: 1010px) {
    .fleet-list div.single-car-box-wrapper:nth-child(3n+1):after {
        display: none
    }
}

.fleet-list div.single-car-box-wrapper:nth-child(3n+1) .single-car-box:after {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

@media screen and (max-width: 1010px) {
    .fleet-list div.single-car-box-wrapper:nth-child(3n+1) .single-car-box:after {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
}

@media screen and (max-width: 1010px) {
    .fleet-list div.single-car-box-wrapper:nth-child(2n+1):after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: -50px;
        width: calc(100% * 2);
        background: url("../images/shadow.svg") center/contain no-repeat;
        height: 93px
    }
}

@media (max-width: 550px) {
    .fleet-list div.single-car-box-wrapper:nth-child(2n+1):after {
        display: none
    }
}

@media screen and (max-width: 1010px) {
    .fleet-list div.single-car-box-wrapper:nth-child(2n+1) .single-car-box:after {
        background: linear-gradient(to right, #000, #000);
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px
    }
}

@media (max-width: 550px) {
    .fleet-list div.single-car-box-wrapper:nth-child(2n+1) .single-car-box:after {
        background: linear-gradient(to right, #000, #000);
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
}

@media screen and (max-width: 1010px) {
    .fleet-list div.single-car-box-wrapper:nth-child(2n+0) {
        overflow: hidden
    }
}

@media screen and (max-width: 1010px) {
    .fleet-list div.single-car-box-wrapper:nth-child(2n+0) .single-car-box:after {
        background: linear-gradient(to right, #000, #000);
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px
    }
}

@media (max-width: 550px) {
    .fleet-list div.single-car-box-wrapper:nth-child(2n+0) .single-car-box:after {
        background: linear-gradient(to right, #000, #000);
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
}

.booking-step-two .mandatory-title {
    padding: 35px 35px 0 35px
}

.insurance-cards {
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0
}

@media screen and (max-width: 1200px) {
    .insurance-cards {
        padding: 25px 0
    }
}

@media screen and (max-width: 768px) {
    .insurance-cards {
        display: none
    }
}

.single-insurance-card {
    text-align: center;
    width: 33%
}

@media screen and (max-width: 768px) {
    .single-insurance-card {
        width: 100%
    }
}

.single-insurance-card .top-part img {
    width: 83px;
    height: auto;
    padding-bottom: 15px;
    filter: brightness(0) invert(64%) sepia(0%) saturate(0%) hue-rotate(270deg) brightness(94%) contrast(88%)
}

@media screen and (max-width: 1600px) {
    .single-insurance-card .top-part img {
        width: 63px
    }
}

.single-insurance-card .top-part h3 {
    font-size: 24px;
    font-weight: 900
}

@media screen and (max-width: 1600px) {
    .single-insurance-card .top-part h3 {
        font-size: 20px
    }
}

@media screen and (max-width: 768px) {
    .single-insurance-card .top-part h3 {
        font-size: 0
    }
}

.single-insurance-card .top-part span {
    color: #878787;
    font-size: 15px;
    text-transform: uppercase
}

.single-insurance-card .middle-part {
    background: linear-gradient(to right, #959595, #d3d3d3);
    padding: 10px 0;
    margin: 15px 0
}

@media screen and (max-width: 1600px) {
    .single-insurance-card .middle-part {
        padding: 5px 0
    }
}

.single-insurance-card .middle-part p {
    font-size: 28px;
    font-weight: bold;
    color: #fff
}

@media screen and (max-width: 1600px) {
    .single-insurance-card .middle-part p {
        font-size: 24px
    }
}

.single-insurance-card .middle-part p span {
    font-size: 17px;
    font-weight: 400
}

@media screen and (max-width: 1600px) {
    .single-insurance-card .middle-part p span {
        font-size: 14px
    }
}

.single-insurance-card .bottom-part p {
    font-size: 14px;
    padding: 0 25px
}

@media screen and (max-width: 768px) {
    .single-insurance-card .bottom-part p {
        padding: 0 10px
    }
}

.single-insurance-card .bottom-part p a {
    color: #7ac9cd;
    font-weight: bold
}

.single-insurance-card .bottom-part .custom-radio {
    margin: 30px 0;
    line-height: 45px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #7ac9cd;
    color: #7ac9cd;
    text-transform: uppercase;
    position: relative;
    min-width: 166px
}

@media screen and (max-width: 1600px) {
    .single-insurance-card .bottom-part .custom-radio {
        padding: 0 35px;
        font-size: 12px;
        line-height: 40px
    }
}

.single-insurance-card .bottom-part .custom-radio:hover,
.single-insurance-card .bottom-part .custom-radio.selected {
    background-color: #7ac9cd !important;
    color: white !important
}

.single-insurance-card .bottom-part .custom-radio.selected:before {
    display: inline-block
}

.single-insurance-card .bottom-part .custom-radio input {
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0
}

.single-insurance-card.active .top-part img {
    /*filter: brightness(0) invert(83%) sepia(57%) saturate(1470%) hue-rotate(20deg) brightness(104%) contrast(94%)*/
}

.single-insurance-card.active .middle-part {
    background: linear-gradient(to right, #7ac9cd, #5dd0d6)
}

.single-insurance-card.active .middle-part p {
    color: white
}

.insurance-mobile {
    display: none
}

@media (max-width: 768px) {
    .insurance-mobile {
        display: block;
        padding: 0 30px 50px 30px
    }
}

@media (max-width: 600px) {
    .insurance-mobile {
        padding: 0 0 50px 0
    }
}

.insurance-mobile .nav-tabs {
    margin-top: 50px;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-bottom: none;
    padding: 0 25px
}

@media (max-width: 435px) {
    .insurance-mobile .nav-tabs {
        justify-content: center;
        padding: 0
    }
}

.insurance-mobile .nav-tabs li a {
    padding: 15px 0;
    display: block
}

.insurance-mobile .nav-tabs li a h2 {
    font-size: 18px;
    font-weight: 900;
    color: black;
    padding-left: 5px;
    vertical-align: middle;
    opacity: .2;
    transition: all .3s ease;
    line-height: 18px;
    text-transform: uppercase;
    position: relative;
    display: inline-block
}

@media (max-width: 560px) {
    .insurance-mobile .nav-tabs li a h2 {
        font-size: 14px;
        line-height: 14px;
        text-align: center
    }
}

@media screen and (max-width: 1600px) {
    .insurance-mobile .nav-tabs li a h2 {
        font-size: 14px
    }
}

.insurance-mobile .nav-tabs li a h2::before {
    content: '';
    display: block;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 63px;
    height: 40px;
    background: url("../images/icons/ico_low.svg") center/contain no-repeat;
    /*filter: brightness(0) invert(83%) sepia(57%) saturate(1470%) hue-rotate(20deg) brightness(104%) contrast(94%)*/
}

@media (max-width: 560px) {
    .insurance-mobile .nav-tabs li a h2::before {
        width: 53px;
        height: 35px
    }
}

.insurance-mobile .nav-tabs li a h2.medium::before {
    background: url("../images/icons/ico_medium.svg") center/cover no-repeat
}

.insurance-mobile .nav-tabs li a h2.complete::before {
    background: url("../images/icons/ico_full.svg") center/cover no-repeat
}

.insurance-mobile .nav-tabs li a.active h2 {
    opacity: 1
}

.insurance-mobile .tab-content .tab-pane.active .middle-part {
    background: linear-gradient(to right, #7ac9cd, #5dd0d6)
}

#additional-driver-details {
    background-color: #fff;
    margin-top: 15px;
    padding: 15px
}

@media (max-width: 992px) {
    #additional-driver-details {
        margin-left: 15px;
        margin-right: 15px
    }
}

.addons-form {
    position: relative
}

.addons-form::before {
    content: '';
    display: block;
    position: absolute;
    top: -140px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 123px;
    background: url("../images/shadow.svg") center/contain no-repeat
}

@media screen and (max-width: 1200px) {
    .addons-form::before {
        top: -120px
    }
}

@media screen and (max-width: 768px) {
    .addons-form::before {
        top: -130px
    }
}

.addons-form ul {
    margin-top: 25px
}

@media screen and (max-width: 575px) {
    .addons-form ul {
        margin-top: 0
    }
}

.addons-form ul li {
    border-radius: 5px;
    padding: 20px 30px
}

.addons-form ul li:nth-child(even):not([role="presentation"]) {
    background: rgba(87, 87, 86, 0.05)
}

@media screen and (max-width: 1600px) {
    .addons-form ul li {
        padding: 20px 15px
    }
}

@media (max-width: 992px) {
    .addons-form ul li {
        padding: 20px 0
    }
}

.addons-form ul li .left-side {
    display: inline-block;
    width: 55%;
    margin-right: -5px;
    vertical-align: middle
}

@media (max-width: 1600px) {
    .addons-form ul li .left-side {
        width: 50%
    }
}

@media (max-width: 992px) {
    .addons-form ul li .left-side {
        display: flex;
        width: 100%
    }
}

.addons-form ul li .left-side .img-wrap {
    width: 70px;
    height: 70px;
    display: inline-block;
    vertical-align: top;
    margin-top: -2px;
    position: relative;
    background: #7ac9cd;
    border-radius: 50%
}

@media screen and (max-width: 1600px) {
    .addons-form ul li .left-side .img-wrap {
        width: 55px;
        height: 55px
    }
}

@media screen and (max-width: 992px) {
    .addons-form ul li .left-side .img-wrap {
        right: -15px;
        vertical-align: middle;
        margin-top: 0
    }
}

@media screen and (max-width: 575px) {
    .addons-form ul li .left-side .img-wrap {
        right: -10px
    }
}

.addons-form ul li .left-side .img-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 25px;
    filter: brightness(0)
}

@media screen and (max-width: 1600px) {
    .addons-form ul li .left-side .img-wrap img {
        height: 20px
    }
}

.addons-form ul li .left-side .img-wrap.selected {
    background: #000
}

.addons-form ul li .left-side .img-wrap.selected img {
    /*filter: brightness(0) invert(83%) sepia(57%) saturate(1470%) hue-rotate(20deg) brightness(104%) contrast(94%)*/
}

.addons-form ul li .left-side .text-wrap {
    display: inline-block;
    width: calc(100% - 80px);
    padding: 0 100px 0 25px;
    vertical-align: middle
}

@media screen and (max-width: 1600px) {
    .addons-form ul li .left-side .text-wrap {
        padding: 0 50px 0 15px
    }
}

@media (max-width: 1200px) {
    .addons-form ul li .left-side .text-wrap {
        padding: 0 15px 0 15px
    }
}

@media (max-width: 992px) {
    .addons-form ul li .left-side .text-wrap {
        margin-left: -50px
    }
}

@media (max-width: 575px) {
    .addons-form ul li .left-side .text-wrap {
        padding: 0 10px
    }
}

.addons-form ul li .left-side .text-wrap h2 {
    display: block;
    font-weight: 900;
    font-size: 16px;
    margin-bottom: 2px
}

@media (max-width: 992px) {
    .addons-form ul li .left-side .text-wrap h2 {
        padding: 0 0 15px 65px
    }
}

.addons-form ul li .left-side .text-wrap span {
    font-size: 13px;
    line-height: 20px
}

@media (max-width: 992px) {
    .addons-form ul li .left-side .text-wrap {
        width: 100%
    }

    .addons-form ul li .left-side .text-wrap h2 {
        margin-bottom: 25px;
        position: relative;
        top: 15px
    }

    .addons-form ul li .left-side .text-wrap span {
        position: relative
    }
}

.addons-form ul li .right-side {
    display: inline-block;
    width: 45%;
    vertical-align: middle;
    position: relative
}

@media (max-width: 1600px) {
    .addons-form ul li .right-side {
        width: 50%
    }
}

@media (max-width: 992px) {
    .addons-form ul li .right-side {
        width: 100%;
        padding-top: 10px
    }
}

@media (max-width: 575px) {
    .addons-form ul li .right-side {
        text-align: right;
        padding: 10px 10px 0 10px
    }
}

.addons-form ul li .right-side .addon-numbers {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 1
}

@media (max-width: 992px) {
    .addons-form ul li .right-side .addon-numbers {
        top: 15px;
        left: 15px
    }
}

.addons-form ul li .right-side .addon-numbers a {
    font-size: 0
}

.addons-form ul li .right-side .addon-numbers a img {
    margin: 0 3px 10px 3px;
    filter: brightness(0)
}

.addons-form ul li .right-side .addon-numbers a.minus {
    opacity: .4
}

.addons-form ul li .right-side .addon-numbers a.minus img {
    margin: 0 5px 10px 3px
}

.addons-form ul li .right-side .addon-numbers input {
    width: 58px;
    height: 37px;
    border-radius: 10px;
    background: rgba(179, 179, 179, 0.1);
    font-size: 14px;
    font-weight: bold;
    color: black;
    border: none;
    text-align: center;
    margin: 0 5px
}

.addons-form ul li .right-side .addon-price {
    display: inline-block;
    vertical-align: middle;
    padding-left: 190px;
    position: relative;
    top: 10px
}

@media (max-width: 1200px) {
    .addons-form ul li .right-side .addon-price {
        padding-left: 150px
    }
}

@media (max-width: 992px) {
    .addons-form ul li .right-side .addon-price {
        padding-left: 175px
    }
}

@media (max-width: 575px) {
    .addons-form ul li .right-side .addon-price {
        padding-left: 150px
    }
}

.addons-form ul li .right-side .addon-price .price {
    font-size: 28px;
    font-weight: bold
}

@media (max-width: 1600px) {
    .addons-form ul li .right-side .addon-price .price {
        font-size: 22px
    }
}

.addons-form ul li .right-side .addon-price .per-day {
    float: right;
    text-align: left;
    height: 100%
}

.addons-form ul li .right-side .addon-price .per-day p {
    font-size: 20px;
    font-weight: bold;
    color: #7ac9cd;
    line-height: 28px;
    margin: 8px 0 0 5px
}

@media (max-width: 1600px) {
    .addons-form ul li .right-side .addon-price .per-day p {
        font-size: 16px;
        margin: 3px 0 0 5px
    }
}

.addons-form ul li .right-side .addon-price .per-day span {
    font-size: 13px;
    font-weight: 400;
    color: #27262B
}

.addons-form ul li .right-side .addon-button {
    display: inline-block;
    margin-left: 55px;
    vertical-align: middle;
    float: right
}

@media (max-width: 1600px) {
    .addons-form ul li .right-side .addon-button {
        margin-left: 25px
    }
}

@media (max-width: 992px) {
    .addons-form ul li .right-side .addon-button {
        float: right;
        margin-left: 0;
        margin-right: 25px
    }
}

@media (max-width: 575px) {
    .addons-form ul li .right-side .addon-button {
        display: flex;
        justify-content: center;
        align-items: center;
        float: unset;
        margin-top: 30px;
        width: 100%;
        margin-left: 0
    }
}

.addons-form ul li .right-side .addon-button .btn-secondary {
    padding: 0 50px;
    line-height: 45px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #7ac9cd;
    color: #7ac9cd;
    text-transform: uppercase;
    position: relative
}

@media screen and (max-width: 1600px) {
    .addons-form ul li .right-side .addon-button .btn-secondary {
        padding: 0 35px;
        font-size: 12px;
        line-height: 40px
    }
}

@media (max-width: 500px) {
    .addons-form ul li .right-side .addon-button .btn-secondary {
        display: block;
        width: 100%;
        text-align: center
    }
}

.addons-form ul li .right-side .addon-button .btn-secondary:before {
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url("../images/icons/ico_circle_check.svg") center/contain no-repeat;
    display: none;
    transition: all .3s ease-in-out;
    filter: brightness(0)
}

.addons-form ul li .right-side .addon-button .btn-secondary input {
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0
}

.addons-form ul li .right-side .addon-button .btn-secondary:hover,
.addons-form ul li .right-side .addon-button .btn-secondary.selected {
    background-color: #7ac9cd !important;
    color: #000 !important
}

.addons-form ul li .right-side .addon-button .btn-secondary.selected {
    padding: 0 31px 0 50px;
    color: #000
}

.addons-form ul li .right-side .addon-button .btn-secondary.selected:before {
    display: inline-block;
    filter: brightness(0)
}

@media screen and (max-width: 992px) {
    .booking-step-three .subheader {
        margin-bottom: 15px
    }
}

.booking-step-three+section.benefits {
    position: relative;
    margin-top: 75px
}

@media screen and (max-width: 1200px) {
    .booking-step-three+section.benefits {
        margin-top: 35px
    }
}

@media screen and (max-width: 992px) {
    .booking-step-three+section.benefits {
        margin-top: 0
    }
}

.booking-step-three+section.benefits::before {
    content: '';
    display: block;
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 123px;
    background: url("../images/shadow.svg") center/contain no-repeat
}

@media screen and (max-width: 992px) {
    .booking-step-three+section.benefits::before {
        display: none
    }
}

.package-details-row {
    padding: 225px 0 0 0
}

@media screen and (max-width: 1200px) {
    .package-details-row {
        padding: 50px 0 0 0
    }
}

@media screen and (max-width: 992px) {
    .package-details-row {
        padding: 25px 0 25px 0
    }
}

@media screen and (max-width: 575px) {
    .package-details-row {
        padding: 35px 0 25px 0
    }
}

.package-details-row h2 {
    font-size: 32px;
    padding: 0 50px;
    position: relative;
    display: inline-block
}

.package-details-row h2:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #7ac9cd;
    width: 20px;
    height: 7px;
    border-radius: 25px
}

@media screen and (max-width: 1600px) {
    .package-details-row h2 {
        font-size: 24px
    }
}

@media screen and (max-width: 992px) {
    .package-details-row h2 {
        padding: 0 35px 0 0
    }
}

.booking-subtitle {
    font-size: 26px;
    padding: 30px 50px;
    font-family: 'Proxima Nova Th', sans-serif;
    font-weight: 900;
    position: relative;
    display: inline-block
}

@media screen and (max-width: 1200px) {
    .booking-subtitle {
        padding: 20px 50px
    }
}

@media screen and (max-width: 1600px) {
    .booking-subtitle {
        font-size: 20px
    }
}

.classicForm {
    margin-top: 20px
}

@media screen and (max-width: 992px) {
    .classicForm {
        margin-top: 0
    }
}

.classicForm .top-part {
    padding: 0 75px
}

@media screen and (max-width: 1600px) {
    .classicForm .top-part {
        padding: 0 0
    }
}

.classicForm .middle-part {
    padding: 50px 75px 0 75px
}

@media screen and (max-width: 1600px) {
    .classicForm .middle-part {
        padding: 50px 50px 0 50px
    }
}

@media screen and (max-width: 992px) {
    .classicForm .middle-part {
        padding: 25px 0 0 0
    }
}

.classicForm .middle-part .inner {
    display: flex;
    align-items: center
}

@media screen and (max-width: 650px) {
    .classicForm .middle-part .inner {
        flex-direction: column;
        align-items: flex-start
    }
}

.classicForm .middle-part .inner h3 {
    font-size: 18px;
    font-weight: 400;
    padding-left: 75px;
    position: relative
}

@media screen and (max-width: 992px) {
    .classicForm .middle-part .inner h3 {
        font-size: 16px
    }
}

@media screen and (max-width: 650px) {
    .classicForm .middle-part .inner h3 {
        padding-left: 50px;
        font-size: 14px
    }
}

.classicForm .middle-part .inner h3:before {
    content: "";
    position: absolute;
    left: 35px;
    top: 50%;
    transform: translateY(-50%);
    background: #7ac9cd;
    width: 20px;
    height: 7px;
    border-radius: 25px
}

@media screen and (max-width: 650px) {
    .classicForm .middle-part .inner h3:before {
        left: 5px
    }
}

.classicForm .checkin-row .inner {
    margin: 30px 0;
    border-radius: 5px;
    background: #F6F6F6;
    position: relative;
    padding: 30px 75px
}

@media screen and (max-width: 1600px) {
    .classicForm .checkin-row .inner {
        padding: 20px
    }
}

.classicForm .checkin-row .inner:before {
    content: "";
    position: absolute;
    left: 70px;
    top: 0;
    transform: translateY(-45%);
    background: url("../images/icons/ico_arrow_shape.svg");
    width: 40px;
    height: 41px;
    filter: brightness(0) invert(99%) sepia(3%) saturate(610%) hue-rotate(228deg) brightness(119%) contrast(93%)
}

@media screen and (max-width: 1600px) {
    .classicForm .checkin-row .inner:before {
        transform: translateY(-40%);
        left: 45px
    }
}

.classicForm .checkin-row .inner input:not(input[type=checkbox]) {
    background: white
}

.classicForm .checkin-row .inner .select2-selection {
    background: white
}

.classicForm .checkin-row .inner .select2-selection__rendered {
    padding-left: 45px;
    font-weight: bold
}

.classicForm .checkin-row .inner .dates-wrap {
    display: flex
}

.classicForm .checkin-row .inner .dates-wrap .form-group {
    margin-right: 10px;
    position: relative;
    width: 50%
}

.classicForm .checkin-row .inner .dates-wrap .form-group:last-child {
    margin-right: 0;
    margin-left: 10px
}

.classicForm .checkin-row .inner .dates-wrap .form-group .customDatepicker {
    padding-left: 40px
}

.classicForm .payment-options {
    background: linear-gradient(to right, #000, #000);
    display: flex;
    overflow: hidden;
    padding: 0 0 0 75px;
    border-radius: 10px
}

@media screen and (max-width: 1600px) {
    .classicForm .payment-options {
        padding: 0 0 0 20px
    }
}

@media screen and (max-width: 992px) {
    .classicForm .payment-options {
        padding: 10px 20px 10px 20px
    }
}

@media screen and (max-width: 992px) {
    .classicForm .payment-options {
        flex-direction: column;
        margin-right: -15px;
        margin-left: -15px;
        border-radius: 0
    }
}

.classicForm .payment-options .custom-radio {
    padding: 25px 50px 25px 0;
    color: white
}

@media screen and (max-width: 1600px) {
    .classicForm .payment-options .custom-radio {
        padding: 15px 25px 15px 0
    }
}

@media screen and (max-width: 992px) {
    .classicForm .payment-options .custom-radio {
        padding: 10px 0
    }
}

.classicForm .payment-options .custom-radio label {
    color: white;
    font-size: 15px;
    font-weight: bold
}

@media screen and (max-width: 1600px) {
    .classicForm .payment-options .custom-radio label {
        font-size: 13px
    }
}

.classicForm .payment-options .custom-radio label span {
    display: block;
    font-size: 13px;
    color: white;
    opacity: .8;
    padding-top: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

@supports (-webkit-line-clamp: 2) {
    .classicForm .payment-options .custom-radio label span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: initial;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }
}

@media screen and (max-width: 1600px) {
    .classicForm .payment-options .custom-radio label span {
        font-size: 11px
    }
}

@media screen and (max-width: 992px) {
    .classicForm .payment-options .custom-radio label span {
        padding-top: 0
    }
}

.classicForm .payment-options .total {
    min-width: 240px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 30px
}

@media screen and (max-width: 992px) {
    .classicForm .payment-options .total {
        padding: 10px 0 10px 40px
    }
}

.classicForm .payment-options .total>p {
    font-size: 14px;
    font-weight: bold;
    color: #7ac9cd
}

@media screen and (max-width: 1600px) {
    .classicForm .payment-options .total>p {
        font-size: 12px
    }
}

.classicForm .payment-options .total div {
    display: flex;
    align-items: flex-end
}

.classicForm .payment-options .total div p {
    font-weight: 900;
    font-size: 30px;
    line-height: 30px;
    color: white;
    padding-right: 10px
}

@media screen and (max-width: 1600px) {
    .classicForm .payment-options .total div p {
        font-size: 24px
    }
}

.classicForm .payment-options .total div span {
    font-size: 16px;
    font-weight: bold;
    color: #7ac9cd
}

@media screen and (max-width: 1600px) {
    .classicForm .payment-options .total div span {
        font-size: 14px
    }
}

.classicForm .check-group label.error {
    top: -10px
}

@media screen and (max-width: 575px) {
    .classicForm .check-group label.error {
        top: -15px
    }
}

.last-row {
    padding-top: 50px;
    padding-bottom: 20px
}

@media screen and (max-width: 575px) {
    .last-row {
        padding-top: 35px
    }
}

.last-row .inner {
    padding-left: 75px
}

@media screen and (max-width: 1600px) {
    .last-row .inner {
        padding-left: 50px
    }
}

@media screen and (max-width: 992px) {
    .last-row .inner {
        padding-left: 0;
        padding-bottom: 30px
    }
}

@media screen and (max-width: 575px) {
    .last-row .inner {
        padding-bottom: 10px
    }
}

.last-row .btn-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0
}

.last-row .btn-container button {
    padding: 0 50px;
    font-size: 16px;
    line-height: 59px;
    height: 59px
}

.last-row .btn-container button span {
    color: #000
}

.last-row .btn-container button:before {
    transition: all .4s ease-in-out
}

@media screen and (max-width: 1600px) {
    .last-row .btn-container button {
        padding: 0 40px;
        font-size: 14px;
        line-height: 49px;
        height: 49px
    }
}

@media screen and (max-width: 500px) {
    .last-row .btn-container button {
        display: block;
        width: 100%;
        text-align: center
    }
}

.last-row .btn-container button:hover span {
    color: white
}

.error-section {
    position: relative
}

.error-section::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(87, 87, 86, 0.66)
}

.error-section .inner {
    text-align: center;
    padding: 50px 0 75px 0;
    max-width: 700px;
    margin: 0 auto;
    position: relative
}

.error-section h3 {
    font-size: 16px;
    color: #7ac9cd;
    font-family: 'Proxima Nova Th', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    padding-bottom: 10px
}

@media (max-width: 1600px) {
    .error-section h3 {
        font-size: 20px
    }
}

@media (max-width: 575px) {
    .error-section h3 {
        font-size: 18px
    }
}

.error-section h1,
.error-section h2 {
    font-family: 'Proxima Nova Th', sans-serif;
    font-weight: 900;
    font-size: 32px;
    padding-bottom: 20px;
    color: white
}

@media (max-width: 1600px) {

    .error-section h1,
    .error-section h2 {
        font-size: 28px
    }
}

@media (max-width: 575px) {

    .error-section h1,
    .error-section h2 {
        font-size: 24px
    }
}

.error-section p {
    font-size: 16px;
    padding-bottom: 20px;
    color: white
}

@media (max-width: 575px) {
    .error-section p {
        font-size: 14px
    }
}

.error-section a {
    display: block;
    max-width: 200px;
    margin: 0 auto 25px auto
}

.error-section img {
    max-width: 450px;
    height: 111px
}

@media (max-width: 475px) {
    .error-section img {
        max-width: 90%;
        margin: 0 auto
    }
}

.error-section.with-icon .inner {
    padding: 225px 0 125px 0
}

@media (max-width: 1600px) {
    .error-section.with-icon .inner {
        padding: 200px 0 100px 0
    }
}

.error-section.with-icon .inner:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 100px;
    transform: translateX(-50%);
    width: 96px;
    height: 96px;
    z-index: 1
}

@media (max-width: 1600px) {
    .error-section.with-icon .inner:before {
        top: 75px
    }
}

@media (max-width: 1200px) {
    .error-section.with-icon .inner:before {
        width: 76px;
        height: 76px;
        top: 25px
    }
}

@media (max-width: 1200px) {
    .error-section.with-icon .inner {
        padding: 125px 0 50px 0
    }
}

.error-section.with-icon.error .inner:before {
    background: url("../images/icons/ico_error.svg") center/cover no-repeat
}

.error-section.with-icon.success .inner:before {
    background: url("../images/icons/ico_success.svg") center/cover no-repeat
}

.error-section+section.benefits {
    padding: 0;
    margin-top: -50px
}

@media (max-width: 1600px) {
    .error-section+section.benefits {
        margin-top: -60px
    }
}

@media (max-width: 1440px) {
    .error-section+section.benefits {
        margin-top: -40px
    }
}

.faq-page+section.benefits {
    position: relative;
    margin-top: 75px
}

@media screen and (max-width: 1200px) {
    .faq-page+section.benefits {
        margin-top: 35px
    }
}

@media screen and (max-width: 992px) {
    .faq-page+section.benefits {
        margin-top: 0
    }
}

.faq-page+section.benefits::before {
    content: '';
    display: block;
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 123px;
    background: url("../images/shadow.svg") center/contain no-repeat
}

@media screen and (max-width: 992px) {
    .faq-page+section.benefits::before {
        display: none
    }
}

.faq-page .faq-inner-row {
    padding: 0 35px
}

@media screen and (max-width: 1200px) {
    .faq-page .faq-inner-row {
        padding: 0
    }
}

.faq-page .faq-card .title {
    position: relative;
    width: 100%;
    padding: 50px 25px 25px 25px;
    display: flex;
    align-items: center;
    gap: 10px
}

@media screen and (max-width: 1600px) {
    .faq-page .faq-card .title {
        padding: 20px
    }
}

@media screen and (max-width: 575px) {
    .faq-page .faq-card .title {
        padding: 15px 0
    }
}

.faq-page .faq-card .title .icon-box {
    width: 55px;
    height: 55px;
    background: #575756;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: 'Proxima Nova Th', sans-serif;
    font-weight: 900;
    font-size: 22px;
    position: relative;
    border-radius: 5px;
    box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, 0.3)
}

@media screen and (max-width: 1600px) {
    .faq-page .faq-card .title .icon-box {
        width: 45px;
        height: 45px;
        font-size: 20px
    }
}

.faq-page .faq-card .title h2 {
    font-size: 26px;
    font-family: 'Proxima Nova Th', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 35px
}

@media screen and (max-width: 1600px) {
    .faq-page .faq-card .title h2 {
        padding-left: 25px
    }
}

@media screen and (max-width: 1600px) {
    .faq-page .faq-card .title .with-effect {
        margin: 0 0 0 25px
    }
}

.faq-page .faq-card dl {
    padding: 0 25px 25px 25px
}

@media screen and (max-width: 1600px) {
    .faq-page .faq-card dl {
        padding: 0 20px 20px 20px
    }
}

@media screen and (max-width: 575px) {
    .faq-page .faq-card dl {
        padding: 0
    }
}

.faq-page .faq-card dl div {
    border-radius: 10px
}

.faq-page .faq-card dl div dt {
    font-size: 16px;
    font-weight: bold;
    padding: 20px 25px;
    display: block;
    position: relative;
    cursor: pointer;
    transition: all .3s ease-in-out
}

@media screen and (max-width: 1600px) {
    .faq-page .faq-card dl div dt {
        padding: 15px 40px;
        font-size: 14px
    }
}

@media screen and (max-width: 768px) {
    .faq-page .faq-card dl div dt {
        padding: 15px 50px 15px 25px
    }
}

.faq-page .faq-card dl div dt:before {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    width: 20px;
    height: 20px;
    background: url("../images/icons/ico_round_down.svg") center/cover no-repeat;
    opacity: .3;
    transition: transform .3s ease-in-out
}

.faq-page .faq-card dl div dt.active {
    color: #7ac9cd
}

.faq-page .faq-card dl div dt.active:before {
    transform: translateY(-50%);
    opacity: 1;
    /*filter: brightness(0) invert(83%) sepia(57%) saturate(1470%) hue-rotate(20deg) brightness(104%) contrast(94%)*/
}

.faq-page .faq-card dl div dd {
    font-size: 14px;
    color: #6B6A6C;
    padding: 0 25px 20px 25px;
    font-weight: bold;
    opacity: .8;
    display: none
}

@media screen and (max-width: 1600px) {
    .faq-page .faq-card dl div dd {
        padding: 0 40px 15px 40px
    }
}

@media screen and (max-width: 450px) {
    .faq-page .faq-card dl div dd {
        padding: 0 25px 15px 25px
    }
}

.faq-page .faq-card dl div:nth-of-type(even) {
    background: rgba(87, 87, 86, 0.05)
}

.faq-page .faq-card:hover .title .icon-box {
    color: #fff;
    background: #000
}

@media screen and (max-width: 575px) {
    .faq-page+.cta-cards {
        margin: 0 0 50px 0
    }
}

.article-banner {
    padding: 50px 0 20px 0;
    min-height: 460px;
    position: relative;
    overflow: hidden
}

@media screen and (max-width: 992px) {
    .article-banner {
        min-height: auto
    }
}

@media screen and (max-width: 575px) {
    .article-banner {
        padding: 25px 0
    }
}

.article-banner .bcg-image-wrap {
    width: 100%;
    height: calc(100% - 75px);
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden
}

@media screen and (max-width: 1600px) {
    .article-banner .bcg-image-wrap {
        height: calc(100% - 100px)
    }
}

@media screen and (max-width: 992px) {
    .article-banner .bcg-image-wrap {
        height: 100%
    }
}

.article-banner .bcg-image-wrap .bcg-image {
    width: 100%;
    height: 100%;
    filter: blur(5px);
    transform: scale(1.1)
}

.article-banner .info-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 50px 0 0 50px;
    z-index: 22
}

@media screen and (max-width: 1600px) {
    .article-banner .info-wrap {
        padding: 0 0 0 50px
    }
}

@media screen and (max-width: 1200px) {
    .article-banner .info-wrap {
        padding: 0
    }
}

@media screen and (max-width: 992px) {
    .article-banner .info-wrap {
        padding: 25px 0 0 0
    }
}

.article-banner .info-wrap .info h3 {
    font-size: 16px;
    font-family: 'Proxima Nova Th', sans-serif;
    font-weight: 900;
    color: #7ac9cd;
    position: relative;
    text-transform: uppercase
}

@media screen and (max-width: 1600px) {
    .article-banner .info-wrap .info h3 {
        font-size: 14px
    }
}

.article-banner .info-wrap .info h1,
.article-banner .info-wrap .info h2 {
    font-size: 36px;
    position: relative;
    font-weight: bold;
    padding-top: 10px;
    color: white;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

@supports (-webkit-line-clamp: 2) {

    .article-banner .info-wrap .info h1,
    .article-banner .info-wrap .info h2 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: initial;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }
}

@media screen and (max-width: 1600px) {

    .article-banner .info-wrap .info h1,
    .article-banner .info-wrap .info h2 {
        font-size: 28px
    }
}

@media screen and (max-width: 575px) {

    .article-banner .info-wrap .info h1,
    .article-banner .info-wrap .info h2 {
        font-size: 22px
    }
}

.article-banner .info-wrap .info p {
    padding-top: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #7ac9cd;
    line-height: 26px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

@supports (-webkit-line-clamp: 4) {
    .article-banner .info-wrap .info p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: initial;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical
    }
}

@media screen and (max-width: 1600px) {
    .article-banner .info-wrap .info p {
        padding-top: 15px
    }
}

@media screen and (max-width: 575px) {
    .article-banner .info-wrap .info p {
        padding-top: 10px;
        font-size: 14px;
        line-height: 22px
    }
}

.article-banner .double-wrap {
    position: relative
}

.article-banner .image-wrapper {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    margin: 0;
    overflow: hidden;
    position: relative
}

@media screen and (max-width: 992px) {
    .article-banner .image-wrapper {
        height: 45vh
    }
}

@media screen and (max-width: 575px) {
    .article-banner .image-wrapper {
        height: auto
    }
}

.article-banner .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: all .3s ease-in-out
}

.article-banner .image-wrapper:hover img {
    transform: scale(1.1)
}

.article-banner .image-wrapper:hover::before {
    transform: scaleX(-1)
}

.aside-wrapper {
    padding-top: 115px;
    position: sticky;
    top: 50px
}

@media screen and (max-width: 1200px) {
    .aside-wrapper {
        padding-top: 0;
        position: static
    }
}

.aside-wrapper .title-box {
    padding: 0 15px
}

@media (max-width: 1200px) {
    .aside-wrapper .title-box {
        padding: 0
    }
}

.aside-wrapper .title-box h2 {
    font-size: 28px
}

@media (max-width: 1600px) {
    .aside-wrapper .title-box h2 {
        font-size: 22px
    }
}

.aside-wrapper .title-box .with-effect {
    margin: 0 0 0 15px
}

.aside-wrapper .aside-slider {
    margin-bottom: 50px
}

@media (max-width: 575px) {
    .aside-wrapper .aside-slider {
        margin-bottom: 25px
    }
}

@media (max-width: 1200px) {
    .aside-wrapper .aside-slider .slick-list {
        margin-right: -15px;
        margin-left: -15px
    }
}

.aside-wrapper .aside-slider .slider-wrapper {
    padding: 35px 15px
}

@media (max-width: 992px) {
    .aside-wrapper .aside-slider .slider-wrapper {
        padding: 25px 15px
    }
}

@media (max-width: 1600px) {
    .aside-wrapper .aside-slider .single-special-slide {
        height: 200px
    }
}

@media (max-width: 575px) {
    .aside-wrapper .aside-slider .single-special-slide {
        height: 175px
    }
}

.aside-wrapper .aside-slider .single-special-slide .info-part {
    padding: 25px 80px 25px 25px
}

@media (max-width: 1600px) {
    .aside-wrapper .aside-slider .single-special-slide .info-part h3 {
        font-size: 18px
    }
}

@media (max-width: 992px) {
    .aside-wrapper .aside-slider .single-special-slide .info-part {
        padding: 15px 80px 15px 15px
    }
}

@media (max-width: 1600px) {
    .aside-wrapper .aside-slider .single-special-slide .call-to-box {
        margin-bottom: -10px
    }
}

@media (max-width: 575px) {
    .aside-wrapper .aside-slider .single-special-slide .call-to-box {
        margin-bottom: -20px
    }
}

.aside-wrapper .aside-slider .single-special-slide .call-to-box a {
    white-space: nowrap
}

@media (max-width: 1600px) {
    .aside-wrapper .aside-slider .single-special-slide .call-to-box .car-wrapper {
        width: 150px;
        height: auto
    }
}

@media (max-width: 1200px) {
    .aside-wrapper .aside-slider .single-special-slide .call-to-box .car-wrapper {
        width: 280px;
        height: 110px
    }
}

@media (max-width: 800px) {
    .aside-wrapper .aside-slider .single-special-slide .call-to-box .car-wrapper {
        width: 180px;
        height: 90px
    }
}

@media (max-width: 373px) {
    .aside-wrapper .aside-slider .single-special-slide .call-to-box .car-wrapper {
        width: 155px;
        height: 70px
    }
}

@media (max-width: 1600px) {
    .aside-wrapper .aside-slider .single-special-slide .banner {
        font-size: 20px
    }

    .aside-wrapper .aside-slider .single-special-slide .banner span {
        font-size: 12px
    }
}

@media (max-width: 1600px) {
    .aside-wrapper .aside-slider .single-special-slide.no-car .car-wrapper {
        height: 50px
    }
}

.aside-wrapper .aside-slider .single-special-slide.no-car .banner {
    position: absolute;
    transform: rotate(90deg);
    right: 10px;
    top: unset;
    bottom: 5px;
    padding: 15px 5px
}

@media (max-width: 992px) {
    .aside-wrapper .aside-slider .single-special-slide.no-car .banner {
        height: unset
    }
}

.aside-wrapper .aside-slider .single-special-slide.no-car .banner .inner {
    transform: rotate(-90deg)
}

.aside-wrapper .aside-slider .single-special-slide.no-car .banner span {
    padding-right: 20%
}

@media (max-width: 575px) {
    .aside-wrapper .aside-slider .single-special-slide.no-car .banner span {
        padding-right: 10%
    }
}

.aside-wrapper .aside-slider .slick-dots {
    display: flex;
    align-items: center;
    padding-right: 15px
}

.aside-wrapper .aside-slider .slick-dots>li:first-child {
    margin-right: auto
}

.aside-wrapper .aside-slider .slick-dots .cta-box-link {
    display: block;
    color: #27262B
}

.aside-wrapper .aside-slider .slick-dots .cta-box-link:hover {
    color: #7ac9cd
}

.aside-wrapper .aside-news {
    padding: 10px 0;
    margin-bottom: 50px
}

@media (max-width: 575px) {
    .aside-wrapper .aside-news {
        margin-bottom: 0
    }
}

@media screen and (max-width: 1200px) {
    .aside-wrapper .aside-news {
        padding: 10px 0 25px 0
    }
}

.aside-wrapper .aside-news .single-blog {
    padding: 15px 20px;
    border-top: 1px solid rgba(112, 112, 112, 0.06)
}

@media screen and (max-width: 1200px) {
    .aside-wrapper .aside-news .single-blog {
        padding: 15px 0
    }
}

.aside-wrapper .aside-news .single-blog .image-wrapper {
    height: 84px;
    width: 30%
}

.aside-wrapper .aside-news .single-blog .info-wrapper {
    width: 70%;
    padding: 10px
}

@media screen and (max-width: 1600px) {
    .aside-wrapper .aside-news .single-blog .info-wrapper h5 {
        font-size: 12px
    }
}

.aside-wrapper .aside-news .single-blog .info-wrapper h5 time {
    font-weight: 400
}

@media screen and (max-width: 1600px) {
    .aside-wrapper .aside-news .single-blog .info-wrapper h5 time {
        font-size: 12px
    }
}

.aside-wrapper .aside-news .single-blog .info-wrapper a {
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

@supports (-webkit-line-clamp: 2) {
    .aside-wrapper .aside-news .single-blog .info-wrapper a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: initial;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }
}

@media screen and (max-width: 1600px) {
    .aside-wrapper .aside-news .single-blog .info-wrapper a {
        font-size: 15px;
        line-height: 20px
    }
}

.aside-wrapper .aside-news div.single-blog:first-child {
    border-top: none
}

.aside-wrapper .aside-news .cta-box-link {
    display: block;
    color: #27262B
}

.aside-wrapper .aside-news .cta-box-link:hover {
    color: #7ac9cd
}

.aside-wrapper .aside-featured-slider {
    padding: 25px 15px
}

@media (max-width: 1200px) {
    .aside-wrapper .aside-featured-slider {
        padding: 25px 0
    }
}

@media (max-width: 575px) {
    .aside-wrapper .aside-featured-slider {
        margin-bottom: 0
    }
}

.aside-wrapper .aside-featured-slider .slick-dots {
    padding-top: 25px
}

@media (max-width: 1200px) {
    .aside-wrapper .aside-featured-slider .slick-slide {
        padding: 0 15px
    }
}

@media (max-width: 1200px) {
    .aside-wrapper .aside-featured-slider .slick-list {
        margin-right: -15px;
        margin-left: -15px
    }
}

.aside-wrapper .aside-featured-slider .single-car-box {
    padding: 0 20px 20px 20px
}

.aside-wrapper .aside-featured-slider .single-car-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 60%;
    background: #7ac9cd;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    z-index: -4;
    opacity: 1;
    transition: all .3s ease-in-out
}

.aside-wrapper .aside-featured-slider .single-car-box:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to right, #000, #000);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: -3;
    opacity: 1;
    transition: all .3s ease-in-out
}

.aside-wrapper .aside-featured-slider .single-car-box .top-info {
    padding-top: 20px
}

.aside-wrapper .aside-featured-slider .single-car-box .top-info h2 {
    color: white
}

@media (max-width: 1600px) {
    .aside-wrapper .aside-featured-slider .single-car-box .middle-part .discount-banner {
        width: 200px;
        height: 60px;
        font-size: 18px;
        right: 0;
        padding: 10px 15px 0 0;
        bottom: 20px
    }

    .aside-wrapper .aside-featured-slider .single-car-box .middle-part .discount-banner span {
        font-size: 12px;
        padding-right: 8px;
        margin-top: -5px
    }
}

@media (max-width: 1200px) {
    .aside-wrapper .aside-featured-slider .single-car-box .middle-part .discount-banner {
        height: 100px;
        width: 300px;
        padding: 25px 15px 0 0
    }
}

@media (max-width: 876px) {
    .aside-wrapper .aside-featured-slider .single-car-box .middle-part .discount-banner {
        height: 80px;
        width: 200px;
        padding-top: 20px
    }
}

@media (max-width: 768px) {
    .aside-wrapper .aside-featured-slider .single-car-box .middle-part .discount-banner {
        width: 235px;
        right: 150px
    }
}

@media (max-width: 550px) {
    .aside-wrapper .aside-featured-slider .single-car-box .middle-part .discount-banner {
        bottom: 10px
    }
}

@media (max-width: 475px) {
    .aside-wrapper .aside-featured-slider .single-car-box .middle-part .discount-banner {
        right: 0
    }
}

@media (max-width: 1600px) {
    .aside-wrapper .aside-featured-slider .single-car-box .middle-part .car-wrapper {
        width: 200px;
        height: auto;
        margin-bottom: -25px
    }
}

@media (max-width: 1200px) {
    .aside-wrapper .aside-featured-slider .single-car-box .middle-part .car-wrapper {
        width: 300px;
        height: 180px
    }
}

@media (max-width: 833px) {
    .aside-wrapper .aside-featured-slider .single-car-box .middle-part .car-wrapper {
        width: 250px;
        height: 150px
    }
}

@media (max-width: 768px) {
    .aside-wrapper .aside-featured-slider .single-car-box .middle-part .car-wrapper {
        width: 50%;
        height: auto;
        margin-bottom: -40px
    }
}

@media (max-width: 475px) {
    .aside-wrapper .aside-featured-slider .single-car-box .middle-part .car-wrapper {
        width: 80%;
        height: 150px
    }
}

@media (max-width: 1600px) {
    .aside-wrapper .aside-featured-slider .info-part {
        padding: 40px 10px 0 10px
    }
}

@media (max-width: 1600px) {
    .aside-wrapper .aside-featured-slider .info-part h3 {
        font-size: 24px
    }
}

@media (max-width: 1600px) {
    .aside-wrapper .aside-featured-slider .info-part .btn-primary {
        padding: 0 15px
    }

    .aside-wrapper .aside-featured-slider .info-part .btn-primary span {
        font-size: 12px
    }
}

.aside-wrapper .aside-menu {
    padding: 25px 20px
}

@media screen and (max-width: 1200px) {
    .aside-wrapper .aside-menu {
        padding: 25px 0
    }
}

.aside-wrapper .aside-menu ul {
    display: flex;
    flex-direction: column
}

.aside-wrapper .aside-menu ul li a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #27262B;
    padding: 20px 75px;
    background: #F6F6F6;
    border-bottom: 1px solid white;
    transition: all .3s ease-in-out;
    position: relative
}

@media screen and (max-width: 1600px) {
    .aside-wrapper .aside-menu ul li a {
        padding: 15px 50px
    }
}

.aside-wrapper .aside-menu ul li a:before {
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    width: 22px;
    height: 22px;
    background: url("../images/icons/ico_round_down.svg") center/contain no-repeat;
    opacity: .3
}

@media screen and (max-width: 1600px) {
    .aside-wrapper .aside-menu ul li a:before {
        left: 12.5px
    }
}

.aside-wrapper .aside-menu ul li a:hover {
    text-decoration: none;
    color: #7ac9cd;
    transform: translateX(5px)
}

.aside-wrapper .aside-menu ul li a:hover:before {
    filter: invert(97%) sepia(42%) saturate(5179%) hue-rotate(160deg) brightness(87%) contrast(83%);
    opacity: 1
}

.aside-wrapper .aside-menu ul li:first-child a {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.aside-wrapper .aside-menu ul li:last-child a {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.aside-wrapper .info-box-with-icons ul li span {
    min-width: 100px
}

.aside-wrapper.aside-location-wrapper {
    padding-top: 0
}

.aside-wrapper.aside-location-wrapper form {
    margin: -100px 0 50px 0
}

@media screen and (max-width: 1300px) {
    .aside-wrapper.aside-location-wrapper form {
        width: 375px
    }
}

@media screen and (max-width: 1200px) {
    .aside-wrapper.aside-location-wrapper form {
        width: 100%
    }
}

@media (max-width: 999px) {
    .aside-wrapper.aside-location-wrapper form {
        width: calc(100% + 30px);
        border-radius: 0;
        margin: 25px 0 25px -15px
    }
}

.aside-wrapper.aside-location-wrapper form label,
.aside-wrapper.aside-location-wrapper form p {
    color: #fff
}

.single-blog {
    padding: 40px 20px 25px 20px;
    display: flex !important;
    flex-wrap: wrap;
    position: relative
}

@media (max-width: 1200px) {
    .single-blog {
        padding: 40px 15px 25px 15px
    }
}

@media (max-width: 768px) {
    .single-blog {
        padding: 25px 20px 25px 20px
    }
}

@media (max-width: 575px) {
    .single-blog {
        padding: 15px 15px 25px 15px
    }
}

.single-blog .image-wrapper {
    width: 50%;
    height: 193px;
    border-radius: 10px;
    position: relative
}

@media (max-width: 768px) {
    .single-blog .image-wrapper {
        width: 40%;
        height: 153px
    }
}

@media (max-width: 575px) {
    .single-blog .image-wrapper {
        width: 40%;
        height: 113px
    }
}

@media (max-width: 475px) {
    .single-blog .image-wrapper {
        width: 40%;
        height: 83px
    }
}

.single-blog .image-wrapper .featured-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px
}

.single-blog .image-wrapper .featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: all .3s ease-in-out
}

.single-blog .image-wrapper .dynamic-shape {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.single-blog .image-wrapper .dynamic-shape:before {
    content: "";
    position: absolute;
    right: 15px;
    top: 15px;
    width: 44px;
    height: 44px;
    background: url("../images/icons/orange-shape.html") center/cover no-repeat;
    transform: rotate(180deg);
    transition: all .3s ease-in-out
}

@media (max-width: 768px) {
    .single-blog .image-wrapper .dynamic-shape:before {
        width: 34px;
        height: 34px
    }
}

.single-blog .image-wrapper .dynamic-shape.white:before {
    filter: brightness(0) invert(100%);
    transform: rotate(0)
}

.single-blog .image-wrapper .hot {
    position: absolute;
    left: -20px;
    top: -20px;
    width: 76px;
    height: 76px;
    background: url("../images/icons/ico_hot.html") center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2
}

@media (max-width: 1200px) {
    .single-blog .image-wrapper .hot {
        left: -10px;
        top: -25px
    }
}

@media (max-width: 768px) {
    .single-blog .image-wrapper .hot {
        width: 56px;
        height: 56px
    }
}

@media (max-width: 575px) {
    .single-blog .image-wrapper .hot {
        top: -15px
    }
}

.single-blog .image-wrapper .hot p {
    font-size: 17.5px;
    color: white;
    font-weight: bold;
    text-transform: uppercase
}

@media (max-width: 768px) {
    .single-blog .image-wrapper .hot p {
        font-size: 13.5px
    }
}

.single-blog .info-wrapper {
    padding: 15px;
    width: 50%
}

@media (max-width: 768px) {
    .single-blog .info-wrapper {
        width: 60%;
        padding: 0 15px
    }
}

.single-blog .info-wrapper h5 {
    font-size: 14px;
    color: #7ac9cd;
    text-transform: uppercase;
    font-weight: bold
}

@media (max-width: 575px) {
    .single-blog .info-wrapper h5 {
        font-size: 12px
    }
}

.single-blog .info-wrapper h5 time {
    font-size: 13px;
    color: #27262B;
    opacity: .35;
    padding-left: 10px;
    font-weight: bold
}

@media (max-width: 575px) {
    .single-blog .info-wrapper h5 time {
        font-size: 11px
    }
}

.single-blog .info-wrapper a {
    display: block;
    color: #27262B;
    font-size: 20px;
    padding: 5px 0;
    transition: all .3s ease-in-out;
    font-weight: 900
}

@media (max-width: 575px) {
    .single-blog .info-wrapper a {
        font-size: 16px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-weight: bold
    }

    @supports (-webkit-line-clamp: 2) {
        .single-blog .info-wrapper a {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: initial;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical
        }
    }
}

@media (max-width: 475px) {
    .single-blog .info-wrapper a {
        font-size: 14px
    }
}

.single-blog .info-wrapper a:hover {
    text-decoration: none
}

.single-blog .info-wrapper a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10
}

.single-blog .info-wrapper p {
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

@supports (-webkit-line-clamp: 3) {
    .single-blog .info-wrapper p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: initial;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical
    }
}

@media (max-width: 575px) {
    .single-blog .info-wrapper p {
        font-size: 14px
    }
}

@media (max-width: 475px) {
    .single-blog .info-wrapper p {
        font-size: 12px
    }
}

.single-blog:hover .image-wrapper .featured-image img {
    transform: scale(1.1)
}

.single-blog:hover .image-wrapper .dynamic-shape:before {
    transform: rotate(0)
}

.single-blog:hover .image-wrapper .dynamic-shape.white:before {
    transform: rotate(180deg)
}

.single-blog:hover .info-wrapper a {
    color: #7ac9cd
}

.location-list .location-list-row {
    padding: 0 50px
}

@media screen and (max-width: 1600px) {
    .location-list .location-list-row {
        padding: 0
    }
}

.location-list .location-list-card {
    border: 2px solid rgba(185, 238, 8, 0.2);
    border-radius: 5px;
    padding-bottom: 20px;
    transition: all .3s ease-in-out;
    margin-bottom: 30px;
    min-height: 433px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media screen and (max-width: 575px) {
    .location-list .location-list-card {
        margin-bottom: 15px
    }
}

.location-list .location-list-card .image-wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 5px
}

.location-list .location-list-card .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease-in-out;
    border-radius: 5px
}

.location-list .location-list-card .btn-primary {
    margin: 20px 20px 0 20px;
    display: block;
    text-align: center
}

@media screen and (max-width: 992px) {
    .location-list .location-list-card .btn-primary {
        margin: 20px 10px 0 10px
    }
}

.location-list .location-list-card:hover {
    border: 2px solid #7ac9cd
}

.location-list .location-list-card:hover .image-wrapper img {
    transform: scale(1.1)
}

.location-list .location-list-card:hover .btn-primary {
    background: #7ac9cd
}

.location-list .location-list-card:hover .btn-primary span {
    color: white
}

.info-box-with-icons {
    position: relative;
    padding: 20px 0 0 55px
}

@media screen and (max-width: 992px) {
    .info-box-with-icons {
        padding: 20px 0 0 35px
    }
}

.info-box-with-icons:before {
    content: "";
    position: absolute;
    left: 25px;
    top: 22px;
    filter: brightness(0)
}

@media screen and (max-width: 992px) {
    .info-box-with-icons:before {
        left: 10px
    }
}

.info-box-with-icons p {
    font-size: 14px;
    font-weight: bold;
    color: #000
}

@media (max-width: 1600px) {
    .info-box-with-icons p {
        font-size: 12px
    }
}

.info-box-with-icons ul li {
    font-size: 14px;
    color: #27262B;
    position: relative
}

@media (max-width: 1600px) {
    .info-box-with-icons ul li {
        font-size: 12px
    }
}

.info-box-with-icons ul li span {
    min-width: 75px;
    display: inline-block
}

@media screen and (max-width: 992px) {
    .info-box-with-icons ul li span {
        min-width: 65px
    }
}

.info-box-with-icons ul li a {
    font-size: 14px;
    color: #000;
    font-weight: bold
}

@media (max-width: 1600px) {
    .info-box-with-icons ul li a {
        font-size: 12px
    }
}

.info-box-with-icons ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.info-box-with-icons ul li a:hover {
    text-decoration: none
}

.info-box-with-icons.headquaters:before {
    background: url("../images/icons/ico_house.svg") center/contain no-repeat;
    width: 15px;
    height: 15.5px
}

.info-box-with-icons.phones:before {
    background: url("../images/icons/ico_phone.svg") center/contain no-repeat;
    width: 16px;
    height: 16px
}

.info-box-with-icons.mails:before {
    background: url("../images/icons/ico_env.svg") center/contain no-repeat;
    width: 16px;
    height: 13px
}

.info-box-with-icons.hours:before {
    background: url("../images/icons/ico_clock.svg") center/contain no-repeat;
    width: 18px;
    height: 18px
}

.location-preview .main-article-wrapper {
    padding: 0 50px 0 50px;
    position: relative
}

@media screen and (max-width: 1600px) {
    .location-preview .main-article-wrapper {
        padding: 0 25px 0 50px
    }
}

@media screen and (max-width: 1200px) {
    .location-preview .main-article-wrapper {
        padding: 0 0 0 0
    }
}

.map-section {
    margin: 50px 0;
    position: relative
}

@media screen and (max-width: 1200px) {
    .map-section {
        margin: 25px 0
    }
}

.map-section .inner-wrapper {
    margin: 0 auto
}

@media (min-width: 1200px) {
    .map-section .inner-wrapper {
        max-width: 1110px
    }
}

@media (min-width: 1601px) {
    .map-section .inner-wrapper {
        max-width: 1385px
    }
}

.map-section .inner-wrapper .image-wrapper {
    width: 100%;
    height: 400px;
    border-radius: 10px;
    position: relative;
    box-shadow: -1px 5px 24px 7px rgba(87, 87, 86, 0.2);
    transition: all .3s ease-in-out;
    background: white
}

@media screen and (max-width: 1200px) {
    .map-section .inner-wrapper .image-wrapper {
        width: 100%;
        margin: 0 auto;
        height: 300px;
        border-radius: 0
    }
}

@media screen and (max-width: 575px) {
    .map-section .inner-wrapper .image-wrapper {
        height: 500px
    }
}

.map-section .inner-wrapper .image-wrapper #map {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: all .3s ease-in-out
}

.map-section .inner-wrapper .image-wrapper a {
    display: block;
    text-align: center;
    margin-top: -50px
}

.map-section .inner-wrapper .image-wrapper a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0
}

.map-section .inner-wrapper .image-wrapper:hover {
    box-shadow: -1px 5px 44px 7px rgba(87, 87, 86, 0.3)
}

.box-social {
    border-radius: 12px;
    overflow: hidden;
    position: fixed;
    left: auto;
    top: 35%;
    right: 10px;
    background: #000;
    padding: 0;
    height: auto;
    display: block;
    align-items: center;
    z-index: 998;
    transform: translateY(-50%);
    box-shadow: 0px 0px 33px -4px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 33px -4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 33px -4px rgba(0, 0, 0, 0.15)
}

@media (max-width: 1300px) {
    .box-social {
        display: none;
        top: unset;
        right: unset;
        left: 10px;
        bottom: 0
    }
}

.box-social ul {
    margin-bottom: 0
}

.box-social ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    transition: all .3s ease-in-out
}

.box-social ul li a {
    display: block;
    padding: 18px
}

.box-social ul li a img {
    filter: brightness(0) invert(100%);
    transition: all .2s ease-in-out;
    width: 28px;
    height: auto
}

@media (max-width: 1300px) {
    .box-social ul li a img {
        width: 22px
    }
}

.box-social ul li a:hover {
    border-color: #7ac9cd
}

.box-social ul li a:hover img {
    transform: scale(1.2)
}

.box-social ul li:last-of-type {
    border-bottom: none
}

#btn-social {
    position: fixed;
    bottom: 12px;
    left: 15px;
    width: 40px;
    height: 40px;
    z-index: 15;
    border-radius: 10px;
    animation: translucent .7s;
    background: #7ac9cd;
    display: none;
    font-size: 0
}

@media (max-width: 1300px) {
    #btn-social {
        display: block
    }
}

#btn-social:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: url(../images/icons/ico_question_circle.svg) no-repeat center center/contain;
    filter: brightness(0) invert(100%)
}

.full-article-wrapper {
    position: relative;
    margin-top: -85px
}

@media screen and (max-width: 1600px) {
    .full-article-wrapper {
        margin-top: -110px
    }
}

@media screen and (max-width: 992px) {
    .full-article-wrapper {
        margin-top: 0
    }
}

.main-article-wrapper {
    padding-left: 50px
}

@media (max-width: 1200px) {
    .main-article-wrapper {
        padding-left: 0
    }
}

.main-article-wrapper h2 {
    font-size: 30px;
    padding: 20px 0;
    font-weight: 900
}

@media (max-width: 1600px) {
    .main-article-wrapper h2 {
        font-size: 26px;
        padding: 15px 0
    }
}

@media (max-width: 575px) {
    .main-article-wrapper h2 {
        font-size: 22px;
        padding: 10px 0
    }
}

.main-article-wrapper h3 {
    font-size: 24px;
    padding: 20px 0;
    font-weight: 900
}

@media (max-width: 1600px) {
    .main-article-wrapper h3 {
        font-size: 22px;
        padding: 15px 0
    }
}

@media (max-width: 575px) {
    .main-article-wrapper h3 {
        font-size: 18px;
        padding: 10px 0
    }
}

.main-article-wrapper h4,
.main-article-wrapper h5,
.main-article-wrapper h6 {
    font-size: 18px;
    padding: 20px 0;
    font-weight: bold
}

@media (max-width: 1600px) {

    .main-article-wrapper h4,
    .main-article-wrapper h5,
    .main-article-wrapper h6 {
        font-size: 16px;
        padding: 15px 0
    }
}

@media (max-width: 575px) {

    .main-article-wrapper h4,
    .main-article-wrapper h5,
    .main-article-wrapper h6 {
        padding: 10px 0
    }
}

.main-article-wrapper p {
    font-size: 16px;
    padding-bottom: 20px
}

@media (max-width: 1600px) {
    .main-article-wrapper p {
        font-size: 14px;
        padding-bottom: 15px
    }
}

@media (max-width: 575px) {
    .main-article-wrapper p {
        padding-bottom: 10px
    }
}

.main-article-wrapper p a {
    color: #7ac9cd;
    font-weight: bold;
    text-decoration: underline
}

.main-article-wrapper .table-responsive {
    margin-bottom: 45px
}

@media (max-width: 768px) {
    .main-article-wrapper .table-responsive {
        margin-bottom: 20px
    }
}

.main-article-wrapper .table-responsive table {
    margin-bottom: 0
}

.main-article-wrapper .table-responsive table thead th {
    border-bottom: none;
    font-size: 15px;
    font-weight: bold
}

@media (max-width: 1600px) {
    .main-article-wrapper .table-responsive table thead th {
        font-size: 14px
    }
}

.main-article-wrapper .table-responsive table th,
.main-article-wrapper .table-responsive table td {
    border-top: none
}

.main-article-wrapper .table-responsive table tbody tr {
    border-radius: 20px
}

@media (max-width: 1600px) {
    .main-article-wrapper .table-responsive table tbody tr {
        font-size: 14px
    }
}

.main-article-wrapper .table-responsive table tbody tr td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

.main-article-wrapper .table-responsive table tbody tr td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

.main-article-wrapper .table-responsive table tbody tr:nth-child(odd) {
    background: rgba(87, 87, 86, 0.05)
}

.main-article-wrapper .table-responsive+i {
    transform: translateY(-45px)
}

@media (max-width: 768px) {
    .main-article-wrapper .table-responsive+i {
        transform: translateY(-20px)
    }
}

.main-article-wrapper i {
    display: block;
    padding-left: 15px;
    font-size: 13px;
    opacity: .6
}

@media (max-width: 1600px) {
    .main-article-wrapper i {
        font-size: 12px
    }
}

.main-article-wrapper ul:not(.galleryList):not(.slick-dots) {
    margin-bottom: 20px
}

@media (max-width: 1600px) {
    .main-article-wrapper ul:not(.galleryList):not(.slick-dots) {
        margin-bottom: 15px
    }
}

@media (max-width: 575px) {
    .main-article-wrapper ul:not(.galleryList):not(.slick-dots) {
        margin-bottom: 10px
    }
}

.main-article-wrapper ul:not(.galleryList):not(.slick-dots) li {
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 17px;
    position: relative
}

@media (max-width: 1600px) {
    .main-article-wrapper ul:not(.galleryList):not(.slick-dots) li {
        font-size: 15px;
        padding-left: 25px
    }
}

@media (max-width: 768px) {
    .main-article-wrapper ul:not(.galleryList):not(.slick-dots) li {
        margin-bottom: 7px
    }
}

.main-article-wrapper ul:not(.galleryList):not(.slick-dots) li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    background: #7ac9cd;
    width: 20px;
    height: 7px;
    border-radius: 25px
}

@media (max-width: 1600px) {
    .main-article-wrapper ul:not(.galleryList):not(.slick-dots) li:before {
        width: 15px;
        height: 5px
    }
}

.main-article-wrapper ul:not(.galleryList):not(.slick-dots) li ul {
    margin-top: 15px
}

@media (max-width: 768px) {
    .main-article-wrapper ul:not(.galleryList):not(.slick-dots) li ul {
        margin-top: 5px
    }
}

.main-article-wrapper ol {
    margin-left: 0;
    padding-left: 0;
    margin-top: 10px;
    margin-bottom: 25px;
    list-style: none;
    counter-reset: item
}

@media (max-width: 1600px) {
    .main-article-wrapper ol {
        margin-bottom: 20px
    }
}

.main-article-wrapper ol li {
    counter-increment: item;
    margin-bottom: 15px;
    font-size: 17px
}

@media (max-width: 1600px) {
    .main-article-wrapper ol li {
        font-size: 15px;
        margin-bottom: 10px
    }
}

@media (max-width: 768px) {
    .main-article-wrapper ol li {
        margin-bottom: 7px
    }
}

.main-article-wrapper ol li::before {
    margin-right: 12px;
    content: counter(item);
    background: #f3f6f8;
    border-radius: 100%;
    color: #7ac9cd;
    width: 23px;
    height: 23px;
    font-size: 15px;
    text-align: center;
    display: inline-block;
    font-weight: bold
}

.main-article-wrapper .galleryWrapp {
    margin: 25px 0
}

@media (max-width: 1600px) {
    .main-article-wrapper .galleryWrapp {
        margin: 15px 0
    }
}

@media (max-width: 575px) {
    .main-article-wrapper .galleryWrapp {
        margin: 10px 0
    }
}

.main-article-wrapper .galleryWrapp ul:not(.slick-dots) {
    margin-bottom: 0
}

.main-article-wrapper .galleryWrapp ul:not(.slick-dots) li {
    height: 150px;
    width: auto
}

@media (max-width: 600px) {
    .main-article-wrapper .galleryWrapp ul:not(.slick-dots) li {
        height: unset
    }
}

.main-article-wrapper .galleryWrapp ul:not(.slick-dots) li a {
    display: block;
    border-radius: 10px;
    padding: 0 7px;
    overflow: hidden;
    height: 150px
}

@media (max-width: 600px) {
    .main-article-wrapper .galleryWrapp ul:not(.slick-dots) li a {
        height: unset
    }
}

@media (max-width: 500px) {
    .main-article-wrapper .galleryWrapp ul:not(.slick-dots) li a {
        padding: 0
    }
}

.main-article-wrapper .galleryWrapp ul:not(.slick-dots) li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    transition: all .3s ease
}

@media (max-width: 600px) {
    .main-article-wrapper .galleryWrapp ul:not(.slick-dots) li a img {
        height: unset;
        object-fit: unset;
        object-position: unset
    }
}

@media (max-width: 575px) {
    .main-article-wrapper .galleryWrapp ul.slick-dots {
        justify-content: center
    }
}

.main-article-wrapper .galleryWrapp ul.slick-dots li {
    height: unset;
    width: unset;
    margin: 0 5px
}

@media (max-width: 575px) {
    .main-article-wrapper .galleryWrapp ul.slick-dots li {
        margin: 10px 5px 0 5px
    }
}

.main-article-wrapper blockquote {
    padding: 30px 100px;
    background: linear-gradient(to right, #000, #000);
    border-radius: 10px;
    position: relative;
    width: calc(100% + 75px);
    margin-left: -75px;
    margin-top: 20px;
    margin-bottom: 30px
}

@media (max-width: 1300px) {
    .main-article-wrapper blockquote {
        width: 100%;
        margin-left: 0;
        padding: 20px 50px
    }
}

.main-article-wrapper blockquote::before {
    content: '';
    position: absolute;
    display: block;
    left: 25px;
    top: -10px;
    width: 58px;
    height: 44px;
    background: url("../images/icons/ico_quote.svg") no-repeat center/contain;
    /*filter: brightness(0) invert(83%) sepia(57%) saturate(1470%) hue-rotate(20deg) brightness(104%) contrast(94%)*/
}

@media (max-width: 1300px) {
    .main-article-wrapper blockquote::before {
        width: 38px;
        height: 34px;
        left: 15px
    }
}

.main-article-wrapper blockquote p {
    color: white;
    font-weight: 400;
    font-size: 18px !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important
}

@media (max-width: 575px) {
    .main-article-wrapper blockquote p {
        font-size: 16px !important
    }
}

.main-article-wrapper .image-wrapper {
    margin: 25px 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 10px
}

@media (max-width: 1600px) {
    .main-article-wrapper .image-wrapper {
        margin: 15px 0
    }
}

@media (max-width: 575px) {
    .main-article-wrapper .image-wrapper {
        margin: 10px 0
    }
}

.main-article-wrapper .image-wrapper:hover img {
    transform: scale(1.1)
}

.main-article-wrapper .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease-in-out
}

.main-article-wrapper .embed-responsive {
    margin: 15px 0 25px 0
}

@media (max-width: 1600px) {
    .main-article-wrapper .embed-responsive {
        margin: 10px 0 20px 0
    }
}

.main-article-wrapper .classicForm {
    position: relative;
    padding: 50px 0;
    margin-top: 25px
}

@media (max-width: 1600px) {
    .main-article-wrapper .classicForm {
        padding: 25px 0
    }
}

.main-article-wrapper .classicForm .title {
    margin-bottom: 25px
}

@media (max-width: 1600px) {
    .main-article-wrapper .classicForm .title {
        margin-bottom: 20px
    }
}

.main-article-wrapper .classicForm:before {
    content: '';
    display: block;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 123px;
    background: url("../images/shadow.svg") center/contain no-repeat
}

@media (max-width: 575px) {
    .main-article-wrapper .classicForm:before {
        top: -40px
    }
}

.main-article-wrapper .classicForm .check-group label {
    line-height: 20px;
    margin: 10px 0
}

.main-article-wrapper .classicForm .check-group label.error {
    top: -18px
}

.main-article-wrapper .classicForm .check-group input[type="checkbox"]:after {
    top: 0
}

.main-article-wrapper .classicForm .check-group input[type="checkbox"]:before {
    top: 0
}

.main-article-wrapper .classicForm .btn-primary {
    background: #000;
    padding: 0 50px
}

@media (max-width: 1600px) {
    .main-article-wrapper .classicForm .btn-primary {
        padding: 0 30px
    }
}

@media (max-width: 575px) {
    .main-article-wrapper .classicForm .btn-primary {
        margin-top: 20px
    }
}

@media (max-width: 450px) {
    .main-article-wrapper .classicForm .btn-primary {
        display: block;
        width: 100%
    }
}

.main-article-wrapper .classicForm .btn-primary:before {
    background: #7ac9cd
}

.main-article-wrapper .classicForm .btn-primary span {
    color: white
}

.main-article-wrapper .classicForm .btn-primary span:before {
    content: "";
    position: relative;
    left: -15px;
    top: -2px;
    vertical-align: middle;
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url("../images/icons/ico_btn.svg") center/contain no-repeat;
    filter: brightness(0) invert(100%)
}

.main-article-wrapper .classicForm .btn-primary:hover span {
    color: #000
}

.main-article-wrapper .classicForm .btn-primary:hover span:before {
    filter: brightness(0)
}

.main-article-wrapper .share-box {
    display: flex;
    align-items: flex-end;
    padding: 30px 0
}

@media (max-width: 992px) {
    .main-article-wrapper .share-box {
        padding: 20px 0 10px 0
    }
}

@media (max-width: 500px) {
    .main-article-wrapper .share-box {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start
    }
}

.main-article-wrapper .share-box .article-breadcrumbs {
    padding-top: 5px;
    padding-left: 15px
}

@media (max-width: 500px) {
    .main-article-wrapper .share-box .article-breadcrumbs {
        padding-left: 0
    }
}

.main-article-wrapper .share-box .article-breadcrumbs p {
    font-size: 14px;
    opacity: .5;
    padding: 0;
    margin: 0
}

@media (max-width: 500px) {
    .main-article-wrapper .share-box .article-breadcrumbs p {
        margin-top: 10px
    }
}

.main-article-wrapper .jssocials-shares {
    display: flex
}

.main-article-wrapper .jssocials-shares img {
    height: 20px;
    width: auto;
    opacity: .4;
    filter: brightness(0) invert(67%) sepia(0%) saturate(24%) hue-rotate(201deg) brightness(116%) contrast(68%)
}

.main-article-wrapper .jssocials-shares .jssocials-share-link {
    border: none;
    padding: 1em 1em;
    background: none
}

.main-article-wrapper .jssocials-shares .jssocials-share-link:hover img {
    opacity: 1;
    /*filter: brightness(0) invert(83%) sepia(57%) saturate(1470%) hue-rotate(20deg) brightness(104%) contrast(94%)*/
}

.main-article-wrapper .jssocials-shares>div:first-child a {
    padding: 1em 1em 1em 0
}

.mainFooter {
    position: relative;
    background: #000;
    padding: 50px 0 25px 0;
    overflow: hidden
}

@media (max-width: 992px) {
    .mainFooter {
        padding: 25px 0 25px 0
    }
}

.mainFooter:before {
    content: "";
    position: absolute;
    right: 15%;
    bottom: -50%;
    width: 491px;
    height: 638px;
    background: url("../images/footer-shape.svg") center/contain no-repeat;
    pointer-events: none;
    opacity: .04
}

.mainFooter .shape {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 172px;
    pointer-events: none;
    filter: invert(97%) sepia(42%) saturate(5179%) hue-rotate(160deg) brightness(87%) contrast(83%);
    opacity: .3;
    transform: rotate(180deg)
}

.mainFooter .shape img {
    width: 100%;
    height: 100%
}

.mainFooter .footer-logo img {
    width: 296px;
    height: auto
}

@media (max-width: 1600px) {
    .mainFooter .footer-logo img {
        width: 246px
    }
}

@media (max-width: 1200px) {
    .mainFooter .footer-logo img {
        width: 226px
    }
}

@media (max-width: 575px) {
    .mainFooter .footer-logo img {
        width: 200px
    }
}

.mainFooter .footer-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%
}

.mainFooter .footer-menu li {
    text-align: center
}

.mainFooter .footer-menu li a {
    display: inline-block;
    padding: 35px 55px 35px 0;
    color: white;
    width: 100%;
    height: 100%;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    font-family: 'Proxima Nova Th', sans-serif
}

@media (max-width: 1921px) {
    .mainFooter .footer-menu li a {
        padding: 35px 40px 35px 0
    }
}

@media (max-width: 1600px) {
    .mainFooter .footer-menu li a {
        padding: 35px 25px 35px 0;
        font-size: 12px
    }
}

.mainFooter .footer-menu li a:hover {
    text-decoration: none;
    color: #7ac9cd
}

.mainFooter .about-box {
    margin: 35px 0
}

@media (max-width: 992px) {
    .mainFooter .about-box {
        margin: 25px 0
    }
}

.mainFooter h3,
.mainFooter h2,
.mainFooter h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    color: white;
    text-transform: uppercase;
    font-family: 'Proxima Nova Th', sans-serif
}

@media (max-width: 1600px) {

    .mainFooter h3,
    .mainFooter h2,
    .mainFooter h4 {
        font-size: 16px
    }
}

@media (max-width: 575px) {

    .mainFooter h3,
    .mainFooter h2,
    .mainFooter h4 {
        font-size: 14px
    }
}

.mainFooter p {
    font-size: 15px;
    font-weight: 400;
    color: #fff
}

@media (max-width: 1600px) {
    .mainFooter p {
        font-size: 14px
    }
}

.mainFooter p a {
    color: #7ac9cd;
    font-weight: bold
}

.mainFooter .phone-box {
    margin-top: 35px;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

@media (max-width: 992px) {
    .mainFooter .phone-box {
        margin-top: 0
    }
}

@media (max-width: 575px) {
    .mainFooter .phone-box {
        flex-direction: column;
        align-items: flex-start
    }
}

.mainFooter .phone-box h3 {
    margin: 0
}

@media (max-width: 1600px) {
    .mainFooter .phone-box h3 {
        font-size: 14px
    }
}

@media (max-width: 575px) {
    .mainFooter .phone-box h3 {
        margin: 0 0 15px 0
    }
}

.mainFooter .phone-box div:first-child {
    padding-left: 75px
}

@media (max-width: 1600px) {
    .mainFooter .phone-box div:first-child {
        padding-left: 50px
    }
}

.mainFooter .phone-box div {
    padding-left: 75px
}

@media (max-width: 1600px) {
    .mainFooter .phone-box div {
        padding-left: 50px
    }
}

.mainFooter .phone-box div:before {
    left: 25px
}

@media (max-width: 1600px) {
    .mainFooter .phone-box div:before {
        left: 10px
    }
}

.mainFooter .phone-box dl dt {
    color: white
}

.mainFooter .phone-box dl dt a {
    color: white
}

.mainFooter .phone-box dl dd {
    color: white
}

.mainFooter .phone-box dl dd a {
    color: white
}

.mainFooter .social-wrap {
    margin-top: 35px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width: 992px) {
    .mainFooter .social-wrap {
        margin-top: 25px
    }
}

@media (max-width: 768px) {
    .mainFooter .social-wrap {
        justify-content: flex-start
    }
}

@media (max-width: 575px) {
    .mainFooter .social-wrap {
        flex-direction: column;
        align-items: flex-start
    }
}

.mainFooter .social-wrap h2,
.mainFooter .social-wrap h3,
.mainFooter .social-wrap h4 {
    margin: 0 10px 0 0
}

@media (max-width: 1600px) {

    .mainFooter .social-wrap h2,
    .mainFooter .social-wrap h3,
    .mainFooter .social-wrap h4 {
        font-size: 14px
    }
}

@media (max-width: 575px) {

    .mainFooter .social-wrap h2,
    .mainFooter .social-wrap h3,
    .mainFooter .social-wrap h4 {
        margin: 0 0 15px 0
    }
}

.mainFooter .social-wrap .social-icons {
    display: flex
}

.mainFooter .social-wrap .social-icons li a {
    font-size: 0;
    padding: 0 5px;
    display: block
}

.mainFooter .social-wrap .social-icons li a img {
    filter: invert(97%) sepia(42%) saturate(5179%) hue-rotate(160deg) brightness(87%) contrast(83%);
    transition: all .3s ease-in-out
}

.mainFooter .social-wrap .social-icons li a:hover img {
    transform: scale(1.1)
}

.mainFooter .newsletterForm {
    padding-top: 25px
}

.mainFooter .newsletterForm h3 {
    padding-bottom: 5px;
    text-transform: uppercase;
    font-family: 'Proxima Nova Th', sans-serif
}

.mainFooter .newsletterForm .inner-form {
    display: flex
}

.mainFooter .newsletterForm .inner-form .newsletter-group {
    flex: 1;
    margin-right: 10px
}

@media screen and (max-width: 475px) {
    .mainFooter .newsletterForm .inner-form .newsletter-group:before {
        display: none
    }

    .mainFooter .newsletterForm .inner-form .newsletter-group label {
        left: 10px
    }

    .mainFooter .newsletterForm .inner-form .newsletter-group label.active {
        top: -10px
    }

    .mainFooter .newsletterForm .inner-form .newsletter-group .form-control {
        padding: 10px
    }
}

.mainFooter .newsletterForm .inner-form .form-button-wrapper {
    min-width: 133px
}

@media screen and (max-width: 475px) {
    .mainFooter .newsletterForm .inner-form .form-button-wrapper {
        min-width: auto
    }
}

.mainFooter .newsletterForm .inner-form .form-button-wrapper .btn-primary {
    border: 1px solid #7ac9cd;
    color: #000
}

@media screen and (max-width: 475px) {
    .mainFooter .newsletterForm .inner-form .form-button-wrapper .btn-primary {
        padding: 0 20px
    }
}

@media screen and (max-width: 475px) {
    .mainFooter .newsletterForm .inner-form .form-button-wrapper .btn-primary span {
        font-size: 0
    }
}

.mainFooter .newsletterForm .inner-form .form-button-wrapper .btn-primary span:before {
    content: "";
    position: relative;
    left: -10px;
    top: -2px;
    vertical-align: middle;
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url("../images/icons/ico_paperplane.svg") center/contain no-repeat;
    filter: brightness(0) invert(100%)
}

@media screen and (max-width: 475px) {
    .mainFooter .newsletterForm .inner-form .form-button-wrapper .btn-primary span:before {
        left: -2px
    }
}

@media (max-width: 575px) {
    .mainFooter .newsletterForm .checkbox-label {
        font-size: 14px
    }
}

.mainFooter .card-wrap {
    margin-top: 35px;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

@media (max-width: 1200px) {
    .mainFooter .card-wrap {
        justify-content: flex-start
    }
}

@media (max-width: 992px) {
    .mainFooter .card-wrap {
        margin-top: 25px
    }
}

@media (max-width: 575px) {
    .mainFooter .card-wrap {
        flex-direction: column;
        align-items: flex-start
    }
}

.mainFooter .card-wrap h2,
.mainFooter .card-wrap h3,
.mainFooter .card-wrap h4 {
    margin: 0 10px 0 0
}

@media (max-width: 1600px) {

    .mainFooter .card-wrap h2,
    .mainFooter .card-wrap h3,
    .mainFooter .card-wrap h4 {
        font-size: 14px
    }
}

@media (max-width: 575px) {

    .mainFooter .card-wrap h2,
    .mainFooter .card-wrap h3,
    .mainFooter .card-wrap h4 {
        margin: 0 0 15px 0
    }
}

.mainFooter .card-wrap ul.cards {
    display: flex;
    align-items: center
}

@media (max-width: 575px) {
    .mainFooter .card-wrap ul.cards {
        align-items: flex-end
    }
}

.mainFooter .card-wrap ul.cards li a {
    font-size: 0;
    width: 225px;
    height: 28px;
    display: block
}

.mainFooter .card-wrap ul.cards li a img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.mainFooter .privacy-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 10px;
    background: #959595;
    margin: 50px 0 25px 0
}

@media (max-width: 1200px) {
    .mainFooter .privacy-menu {
        margin: 50px 0 25px 0
    }
}

@media (max-width: 992px) {
    .mainFooter .privacy-menu {
        margin: 25px 0 15px 0;
        justify-content: center
    }
}

.mainFooter .privacy-menu li {
    text-align: center
}

.mainFooter .privacy-menu li a {
    display: inline-block;
    padding: 15px 20px;
    color: #000;
    width: 100%;
    height: 100%;
    font-size: 15px;
    font-weight: bold;
    transition: all .3s ease-in-out
}

@media (max-width: 1600px) {
    .mainFooter .privacy-menu li a {
        font-size: 13px
    }
}

@media (max-width: 992px) {
    .mainFooter .privacy-menu li a {
        padding: 10px 15px;
        font-size: 12px
    }
}

@media (max-width: 575px) {
    .mainFooter .privacy-menu li a {
        padding: 10px;
        font-size: 11px
    }
}

.mainFooter .privacy-menu li a:hover {
    text-decoration: none;
    color: #7ac9cd;
    opacity: 1
}

.mainFooter .privacy-menu li:first-of-type a {
    padding: 15px 20px 15px 40px
}

@media (max-width: 992px) {
    .mainFooter .privacy-menu li:first-of-type a {
        padding: 10px 15px
    }
}

.mainFooter .copyright {
    width: 100%;
    padding: 25px 10px
}

@media (max-width: 992px) {
    .mainFooter .copyright {
        padding: 15px 0 0 0
    }
}

.mainFooter .copyright ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
}

.mainFooter .copyright ul li {
    font-size: 13px;
    font-weight: 400;
    color: #9B9B9B
}

@media (max-width: 992px) {
    .mainFooter .copyright ul li {
        font-size: 11px
    }
}

.mainFooter .copyright ul li a {
    color: white;
    font-size: 13px;
    font-weight: 400
}

@media (max-width: 992px) {
    .mainFooter .copyright ul li a {
        font-size: 11px
    }
}

.mainFooter .copyright ul li a.elatus {
    width: 100px;
    height: 13px;
    background-image: url(../images/elatus_logo.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 80px 15px;
    display: inline-block;
    position: relative;
    top: 2px;
    left: 5px;
    transition: none;
    text-indent: -9999px;
    overflow: hidden;
    filter: brightness(0) invert(100%)
}

.mainFooter .copyright ul li a.elatus:hover {
    /*filter: brightness(0) invert(83%) sepia(57%) saturate(1470%) hue-rotate(20deg) brightness(104%) contrast(94%)*/
}

.mainFooter .copyright ul li a.renteon {
    width: 100px;
    height: 15px;
    background-image: url(../images/renteon_logo.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 15px;
    display: inline-block;
    position: relative;
    top: 2px;
    left: 5px;
    transition: none;
    text-indent: -9999px;
    overflow: hidden;
    filter: brightness(0) invert(100%)
}

.mainFooter .copyright ul li a.renteon:hover {
    /*filter: brightness(0) invert(83%) sepia(57%) saturate(1470%) hue-rotate(20deg) brightness(104%) contrast(94%)*/
}

.mainFooter .copyright ul li a span {
    color: #7ac9cd
}

.article-list {
    padding-bottom: 50px
}

.article-list .article-list-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 30px -15px;
    padding: 0 50px
}

@media (max-width: 1200px) {
    .article-list .article-list-wrapper {
        padding: 0
    }
}

@media (max-width: 575px) {
    .article-list .article-list-wrapper {
        margin: 0 0 30px
    }
}

.article-list .article-list-wrapper .list-item {
    width: calc(100% / 2);
    margin: 35px 0
}

@media (max-width: 575px) {
    .article-list .article-list-wrapper .list-item {
        width: 100%
    }
}

.article-list .article-list-wrapper .list-item a {
    padding: 0 15px
}

@media (max-width: 575px) {
    .article-list .article-list-wrapper .list-item a {
        padding: 0
    }
}

.article-list+section.benefits {
    position: relative;
    margin-top: 75px
}

@media screen and (max-width: 1200px) {
    .article-list+section.benefits {
        margin-top: 35px
    }
}

@media screen and (max-width: 992px) {
    .article-list+section.benefits {
        margin-top: 0
    }
}

.article-list+section.benefits::before {
    content: '';
    display: block;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 123px;
    background: url("../images/shadow.svg") center/contain no-repeat
}

@media screen and (max-width: 992px) {
    .article-list+section.benefits::before {
        display: none
    }
}

.list-item a {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    text-decoration: none
}

.list-item a .left-side {
    width: 320px;
    position: relative
}

.list-item a .left-side .img-wrap {
    border-radius: 4px;
    overflow: hidden;
    position: relative
}

.list-item a .left-side .img-wrap::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(149, 149, 149, 0.66);
    z-index: 2;
    transition: all .3s ease;
    transform-origin: center;
    transform: scale(0, 0);
    opacity: 0
}

.list-item a .left-side .img-wrap img {
    width: 100%;
    height: auto;
    transition: all .3s ease
}

@media (max-width: 1200px) {
    .list-item a .left-side {
        width: 100%;
        margin-bottom: 15px
    }
}

.list-item a .right-side {
    width: calc(100% - 320px);
    padding-left: 20px
}

@media (max-width: 1200px) {
    .list-item a .right-side {
        width: 100%;
        padding-left: 0
    }
}

.list-item a .right-side .top {
    display: flex;
    font-weight: 900;
    margin-bottom: 10px
}

.list-item a .right-side .top .category {
    color: #7ac9cd;
    text-transform: uppercase;
    font-size: 14px;
    margin-right: 15px
}

.list-item a .right-side .top time {
    font-size: 13px;
    color: black;
    opacity: .35
}

.list-item a .right-side h2,
.list-item a .right-side h3 {
    color: black;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 10px;
    text-transform: uppercase;
    transition: all .3s ease
}

.list-item a .right-side p {
    color: black;
    font-size: 15px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.list-item a .read-more {
    position: absolute;
    transition: all .3s ease;
    z-index: 3;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    opacity: 0
}

.list-item a .read-more::before {
    content: '+';
    display: block;
    font-size: 32px;
    line-height: 32px;
    text-align: center;
    color: #7ac9cd
}

.list-item a:hover .left-side .read-more {
    opacity: 1
}

.list-item a:hover .left-side .img-wrap::before {
    transform: scale(1, 1);
    opacity: 1
}

.list-item a:hover .left-side .img-wrap img {
    transform: scale(1.07, 1.07)
}

.list-item a:hover .right-side h2,
.list-item a:hover .right-side h3 {
    color: #7ac9cd
}

.pagination-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    position: relative;
    z-index: 6
}

.pagination-wrapper .pagination {
    display: flex;
    flex-wrap: wrap
}

.pagination-wrapper .pagination li {
    text-align: center;
    margin: 7px 0
}

.pagination-wrapper .pagination li a {
    font-size: 14px;
    position: relative;
    text-align: center;
    padding: 5px 10px;
    font-weight: bold;
    color: #000 !important;
    opacity: .35;
    transition: all .3s ease;
    text-decoration: none !important
}

.pagination-wrapper .pagination li a:hover {
    opacity: .7
}

.pagination-wrapper .pagination li.previous {
    margin-right: 0px
}

.pagination-wrapper .pagination li.next {
    margin-left: 0px
}

.pagination-wrapper .pagination li.active a {
    opacity: 1;
    color: white !important;
    background: #000;
    border-radius: 4px
}

.cookies_wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    min-height: 81px;
    background-color: #000000;
    padding: 26px;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    z-index: 99999;
    width: 100%
}

.cookies_wrap .cookies_wrap_outer {
    display: inline-block;
    max-width: 1400px
}

.cookies_wrap .cookies_wrap_text,
.cookies_wrap_btns {
    display: inline-block;
    vertical-align: middle
}

.cookies_wrap .cookies_wrap_text {
    width: 60%;
    margin-right: 20px;
    text-align: left
}

.cookies_wrap .cookies_wrap_text a {
    font-weight: 700;
    color: #7ac9cd !important
}

.cookies_wrap .cookies_wrap_btns {
    text-align: right
}

.cookies_wrap .cookie_btn {
    padding: 10px 28px;
    margin: 0 5px;
    min-width: 134px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 20px
}

.cookies_wrap .cookie_btn:hover {
    text-decoration: none
}

.cookies_wrap .cookie_btn_default {
    color: #fff !important;
    background-color: #d30238
}

.cookies_wrap .cookie_btn_default:hover {
    background-color: #fff;
    color: #d30238 !important
}

.cookies_wrap .cookie_btn_close {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    text-transform: uppercase;
    color: #fff;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #fff;
    text-decoration: none
}

.cookies_wrap .cookie_btn_close:after {
    content: "x";
    font-size: 12px;
    font-weight: bold;
    color: #d30238;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.cookies_wrap .cookie_btn_close:hover {
    text-decoration: none;
    color: #fff
}

.cookies_wrap {
    background: linear-gradient(to right, #000, #000)
}

@media (max-width: 768px) {
    .cookies_wrap {
        padding: 15px
    }
}

.cookies_wrap #cookie_button {
    border: 1px solid transparent
}

.cookies_wrap #cookie_button:hover {
    background: #000;
    border: 1px solid #7ac9cd
}

.cookies_wrap #cookie_button:hover span {
    color: #7ac9cd
}

@media (max-width: 992px) {
    .cookies_wrap .cookies_wrap_outer {
        width: 100%
    }
}

@media (max-width: 768px) {

    .cookies_wrap .cookies_wrap_text,
    .cookies_wrap_btns {
        display: block;
        text-align: center !important;
        width: 100%
    }

    .cookies_wrap_btns {
        margin-top: 10px
    }
}

.elatus-portfolio {
    margin: 25px 0 75px 0
}

@media (max-width: 992px) {
    .elatus-portfolio {
        margin: 25px 0 0 0
    }
}

.elatus-portfolio .action-bar {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 25px
}

@media (max-width: 1200px) {
    .elatus-portfolio .action-bar {
        padding: 0
    }
}

@media (max-width: 992px) {
    .elatus-portfolio .action-bar {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start
    }
}

.elatus-portfolio .action-bar ul {
    display: flex;
    list-style: none;
    flex-wrap: wrap
}

.elatus-portfolio .action-bar ul li {
    color: black;
    font-weight: bold;
    font-size: 14px;
    margin: 5px;
    padding: 10px 20px;
    letter-spacing: 1.2px;
    cursor: pointer;
    border-radius: 5px
}

@media (max-width: 992px) {
    .elatus-portfolio .action-bar ul li {
        font-size: 14px
    }
}

@media (max-width: 575px) {
    .elatus-portfolio .action-bar ul li {
        font-size: 12px;
        padding: 5px 10px
    }
}

.elatus-portfolio .action-bar ul li.active {
    color: white;
    background: #000
}

.elatus-portfolio .action-bar .filter-box {
    min-width: 225px
}

@media (max-width: 992px) {
    .elatus-portfolio .action-bar .filter-box {
        margin-top: 25px
    }
}

.elatus-portfolio .action-bar .filter-box .select2-container .select2-selection--single {
    height: 45px;
    width: 100%;
    border-radius: 5px;
    background: #F8F5F8;
    position: relative;
    border: none
}

.elatus-portfolio .action-bar .filter-box .select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 12px
}

.elatus-portfolio .action-bar .filter-box .select2-selection__rendered {
    line-height: 45px;
    font-size: 14px;
    font-weight: bold
}

/*# sourceMappingURL=styles.css.map */