@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap');

:root {
    /* Site Properties */
    --background-color: #eee;
    --main-color: #f78e19;
    --alternate-color: #ad7204;
    --second-color: #0047a9;
    --second-alternate-color: #16235c;
    --main-text-color: #000;
    --soft-text-color: #444;
    --column-gap: 10px;
    --main-gap: 20px;
    --section-gap: 40px;
    --main-transition: 0.2s;
    --second-transition: 0.4s;
    --box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    --border-radius: 5px;
    --small-border-radius: 3px;
    --border-color: rgba(0, 0, 0, 0.15);
    --transparent-color: rgba(0, 0, 0, 0.2);
    --transparent-color-2: rgba(0, 0, 0, 0.1);
    --transparent-color-3: rgba(0, 0, 0, 0.7);

    /* Font Properties */
    --font-size: 14px;
    --mobile-font-size: 12px;
    --line-height: 1.4em;
    --letter-spacing: 0.4px;
    --font-family: 'Montserrat', sans-serif;
    --font-regular: 400;
    --font-medium: 500;
    --font-bold: 700;

    /* Form Elements */
    --input-color: #000;
    --input-padding: 0 10px;
    --input-height: 40px;
    --input-border: solid 1px #bbb;
    --placeholder-color: #888;
    --textarea-padding: 10px;
    --button-color: #0047a9;
    --button-hover-color: #16235c;
    --button-padding: 0 10px;
    --button-height: 40px;
    --button-border: none;
}

body {
    margin: 0;
    padding: 0;
    background: var(--background-color);
    font-family: var(--font-family);
}

html {
    font-size: var(--font-size);
    font-weight: var(--font-regular);
    color: #000;
}

* {
    text-decoration: none !important;
    outline: none !important;
    line-height: var(--line-height);
    letter-spacing: var(--letter-spacing);
}

::placeholder {
    color: var(--placeholder-color);
}

.panel-text {
    font-size: 1rem;
    color: var(--soft-text-color);
    margin-bottom: -10px;
    font-weight: var(--font-regular);
    text-align: justify;
}

.panel-text img,
.panel-text iframe,
.panel-text video {
    max-width: 100%;
}

.panel-text iframe {
    width: 100%;
}

.panel-text h1,
.panel-text h2,
.panel-text h3,
.panel-text h4,
.panel-text h5,
.panel-text h6 {
    display: block;
    margin-bottom: 10px;
    font-weight: var(--font-medium);
    color: var(--main-text-color);
}

.panel-text h1 {
    font-size: 1.6em;
}

.panel-text h2 {
    font-size: 1.5em;
}

.panel-text h3 {
    font-size: 1.4em;
}

.panel-text h4 {
    font-size: 1.3em;
}

.panel-text h5 {
    font-size: 1.2em;
}

.panel-text h6 {
    font-size: 1em;
}

.panel-text p {
    display: block;
    margin-bottom: 10px;
}

.panel-text b {
    font-weight: 600;
}

.panel-text ul {
    list-style: circle;
    display: block;
    padding-left: 20px;
}

.panel-text ul li {
    margin-bottom: 5px;
    position: relative;
}

.dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    transform: none !important;
    min-width: unset !important;
    margin: 0;
    border-radius: 0;
    border: none;
    background: #fff;
    box-shadow: none;
    padding: 0;
}

.row {
    margin-left: calc(var(--column-gap) * -1);
    margin-right: calc(var(--column-gap) * -1);
}

.row > [class*="col-"],
.container,
.container-fluid {
    padding-left: var(--column-gap);
    padding-right: var(--column-gap);
}

.smt {
    margin-top: var(--section-gap);
}

.smr {
    margin-right: var(--section-gap);
}

.smb {
    margin-bottom: var(--section-gap);
}

.sml {
    margin-left: var(--section-gap);
}

.dmt {
    margin-top: var(--main-gap);
}

.dmr {
    margin-right: var(--main-gap);
}

.dmb {
    margin-bottom: var(--main-gap);
}

.dml {
    margin-left: var(--main-gap);
}

.dmth {
    margin-top: calc(var(--main-gap) / 2);
}

.dmrh {
    margin-right: calc(var(--main-gap) / 2);
}

.dmbh {
    margin-bottom: calc(var(--main-gap) / 2);
}

.dmlh {
    margin-left: calc(var(--main-gap) / 2);
}

/* SELECT2 RESET * START */

.form-group .select2-container {
    width: 100% !important;
}

.form-group .select2-container .select2-selection--single {
    height: unset;
    border-radius: 0;
}

.form-group .select2-container .select2-selection__rendered {
    line-height: unset;
    padding: 0;
    height: unset;
    color: unset;
    text-overflow: unset;
    overflow: unset;
    white-space: unset;
}

.form-group .select2-container .select2-selection__arrow {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 20px;
    text-align: center;
    height: unset;
}

.select2-dropdown {
    border-radius: 2px;
    z-index: 3000;
    background: #ddd;
    border: solid 1px #444;
}

.select2-results__group,
.select2-results__option {
    padding: 5px;
    font-size: 12px;
    line-height: 18px;
    padding: 10px;
    border: 0;
    border-bottom: solid 1px #ccc;
    color: #000;
}

.select2-container--default
    .select2-results__option--highlighted.select2-results__option--selectable {
    background: #fff;
    color: #000;
}

.select2-container--default .select2-results__option--selected {
    background: #0047A9 !important;
    color: #fff !important;
}

.select2-results__option:last-child {
    border-bottom: none;
}

.select2-search__field {
    padding: 5px 10px !important;
    height: unset !important;
    font-size: 14px !important;
    line-height: 20px !important;
    background: #333 !important;
    border: solid 1px #444 !important;
    color: #fff !important;
}

/* SELECT2 RESET * END */

.mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
    z-index: 9999;
    pointer-events: none;
    overflow: hidden;
}

.mobile-nav > .mobile-nav-content {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 100%;
    width: 400px;
    height: 100%;
    background: none;
    z-index: 99;
}

.mobile-nav > .mobile-nav-content > .mobile-nav-inner {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: var(--box-shadow);
    padding: var(--main-gap);
    pointer-events: all;
    overflow-y: auto;
}

.mobile-nav.active {
    pointer-events: all;
}

.mobile-nav.active > .mobile-nav-content > .mobile-nav-inner {
    right: 0;
}

.mobile-nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    z-index: 9998;
    pointer-events: none;
    opacity: 0;
}

.mobile-nav-overlay.active {
    opacity: 1;
}

.mobile-menu-links > .item > a {
    position: relative;
    display: block;
    font-size: 1.2rem;
    color: var(--main-text-color) !important;
    font-weight: var(--font-medium);
    margin-bottom: 10px;
}

.mobile-menu-links > .item > .inner-menu {
    display: none;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 10px;
    background: var(--transparent-color-2);
    margin-top: -10px;
    margin-bottom: 10px;
}

.mobile-menu-links > .item.active > .inner-menu {
    display: flex;
}

.mobile-menu-links > .item > .inner-menu > a {
    display: block;
    font-size: 0.9rem;
    color: var(--soft-text-color) !important;
}

.mobile-menu-links > .item > .inner-menu > a:not(:last-child) {
    margin-bottom: 5px;
}

.mobile-menu-links > .item > a > i {
    position: absolute;
    top: 0;
    right: 0;
}

.mobile-menu-links > .item.active > a > i:before {
    content: "\F0140";
}

.main-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: var(--button-border);
    background: var(--button-color);
    padding: var(--button-padding);
    height: var(--button-height);
    border-radius: var(--border-radius);
    overflow: hidden;
    white-space: nowrap;
}

.main-btn.small {
    height: calc(var(--button-height) / 1.4);
}

.main-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    background: var(--button-hover-color);
    transition: var(--main-transition) ease 0s;
}

.main-btn:hover:before {
    left: 0;
}

.main-btn > span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9rem;
    position: relative;
    z-index: 10;
    color: #fff;
    font-weight: var(--font-medium);
    text-transform: uppercase;
}

.main-btn.small > span {
    font-size: 0.8rem;
    text-transform: unset;
}

.main-btn > span > i {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 24px;
    height: 24px;
    font-size: 1.2rem;
    border-radius: var(--small-border-radius);
    background: var(--transparent-color);
}

.main-btn.small > span > i {
    font-size: 1rem;
    min-width: 20px;
    height: 20px;
}

.main-btn.full-width {
    display: flex;
    width: 100%;
}

.main-btn.full-height {
    height: 100%;
}

.main-btn.no-radius {
    border-radius: 0;
}


.main-btn.second {
    background: #F76200;
}

.main-btn.noround {
    border-radius: 5px;
}

.main-btn.bigtext {
    font-size: 16px;
    line-height: 22px;
}

.main-btn.big {
    padding: 15px 30px;
}

.main-btn.full {
    display: flex;
    width: 100%;
}

.main-btn.mf-btn {
    padding: 19px;
}


.nav-top {
    padding: 5px 0;
    display: block;
    background: #fff;
    border-bottom: solid 1px var(--border-color);
}

.nav-top-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-top-flex > .left,
.nav-top-flex > .right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.nav-top-links {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.nav-top-links > a {
    display: block;
    padding: 5px 10px;
    font-size: 0.8rem;
    color: var(--main-text-color);
    transition: var(--main-transition);
}

.nav-top-links > a:hover {
    background: #eee;
}

.site-nav {
    padding: 10px 0;
    background: #fff;
    border-bottom: solid 1px var(--border-color);
    box-shadow: var(--box-shadow);
    position: relative;
    z-index: 99;
}

.site-nav-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-nav-flex > .left,
.site-nav-flex > .right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.site-logo img {
    height: 50px;
}

.site-nav-links {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.site-nav-links > .item {
    display: block;
    position: relative;
}

.site-nav-links > .item:not(:last-child) {
    margin-right: var(--main-gap);
}

.site-nav-links > .item > a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-weight: var(--font-bold);
    color: var(--second-color);
    padding: 5px 10px;
    transition: var(--main-transition);

}

.site-nav-links > .item:hover > a {
    background: var(--main-color);
    padding: 5px;
    color: #fff;
}

.site-nav-links > .item > a > i {
    font-size: 1.6rem;
    margin-left: 4px;
}

.showcase {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    min-height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: var(--section-gap) 0;
    position: relative;
}

.showcase:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(255,255,255,0.7), rgba(255,255,255,0.5), transparent);
    z-index: 2;
}

.showcase > .container {
    position: relative;
    z-index: 20;
}

.main-title {
    display: block;
    font-size: 2rem;
    font-weight: var(--font-bold);
    color: var(--main-text-color);
    margin-bottom: var(--main-gap);
    padding-bottom: var(--main-gap);
    position: relative;
    text-align: center;
}

.main-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 50px;
    height: 4px;
    border-radius: var(--border-radius);
    background: var(--main-color);
}

.campaign-item {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: var(--border-radius);
}

.campaign-item > .img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(250 / 1150 * 100%);
}

.campaign-item > .img > img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.campaign-item > .content {
    padding: 10px 15px;
    background: #222;
}

.campaign-item > .content > .title {
    display: block;
    font-size: 1.2rem;
    color: #fff;
    font-weight: var(--font-medium);
    margin: 0;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.login-dropdown {
    display: block;
    position: relative;
}

.login-dropdown > a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px;
    border: solid 1px var(--second-color);
    border-radius: var(--border-radius);
    transition: var(--main-transition);
}

.login-dropdown:hover > a {
    border-color: var(--border-color);
}

.login-dropdown > a > i {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    min-width: 34px;
    height: 34px;
    border-radius: var(--border-radius);
    background: var(--second-color);
    color: #fff !important;
    margin-right: 10px;
}

.login-dropdown > a > div {
    margin-right: 10px;
}

.login-dropdown > a > div > span {
    display: block;
    font-size: 1rem;
    font-weight: var(--font-bold);
    color: var(--second-color);
}

.login-dropdown > a > div > small {
    display: block;
    font-size: 0.9rem;
    margin-top: -3px;
    color: var(--second-color);
}

.login-dropdown > .dropdown-menu {
    position: absolute;
    top: 100% !important;
    left: 50% !important;
    transform: translate(-50%, 0) !important;
    margin: 0;
    box-shadow: var(--box-shadow);
    border-radius: var(--border-radius);
    padding: 10px;
    background: var(--second-color);
}

.login-dropdown > .dropdown-menu > a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 0.9rem;
    font-weight: var(--font-medium);
    white-space: nowrap;
    padding: 5px 10px;
    color: #fff !important;
    border-radius: var(--border-radius);
    transition: var(--main-transition);
}

.login-dropdown > .dropdown-menu > a > i {
    display: block;
    font-size: 1.2rem;
    margin-right: 4px;
    min-width: 20px;
    text-align: center;
}

.login-dropdown > .dropdown-menu > a:hover {
    background: var(--second-alternate-color);
}

.nav-top-contact {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.nav-top-contact > i {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 20px;
    height: 20px;
    font-size: 0.8rem;
    color: var(--second-color);
    border: solid 1px var(--second-color);
    border-radius: var(--small-border-radius);
    margin-right: 4px;
}

.nav-top-contact > a {
    display: block;
    font-size: 0.8rem;
    color: var(--main-text-color) !important;
}

.nav-top-contact > a:hover {
    text-decoration: underline !important;
}

.slider-container {
    display: block;
    position: relative;
}

.camp-slider-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 10;
    transform: translate(0, -50%);
    padding: 0 20px;
    pointer-events: none;
}

.camp-slider-buttons > div {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--main-color);
    color: #fff !important;
    font-size: 1.4rem;
    cursor: pointer;
    pointer-events: all;
    transition: var(--main-transition);
}

.camp-slider-buttons > div:hover {
    background: var(--alternate-color);
}

.section-white {
    padding: var(--section-gap) 0;
    background: #fff;
    border-top: solid 1px var(--border-color);
    border-bottom: solid 1px var(--border-color);
}

.badge-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    margin-bottom: var(--main-gap);
    text-align: center;
}

.badge-item > i {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 1.6rem;
    color: #fff;
    background: var(--second-color);
    margin-bottom: 12px;
    border: solid 2px #fff;
    outline: solid 2px var(--second-alternate-color) !important;
}

.badge-item > .title {
    display: block;
    font-size: 1.2rem;
    font-weight: var(--font-bold);
    color: var(--main-text-color);
    margin-bottom: 10px;
}

.badge-item > .desc {
    display: block;
    font-size: 0.8rem;
    color: var(--soft-text-color);
}

.destination-item {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: var(--main-gap);
    border-radius: var(--border-radius);
    overflow: hidden;
    padding-top: calc(3 / 5 * 100%);
    box-shadow: var(--box-shadow);
}

.destination-item > img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--second-transition);
}

.destination-item:hover > img {
    transform: scale(1.1);
}

.destination-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.5) 50%,
        rgba(0, 0, 0, 0.3) 50%
    );
    z-index: 4;
}

.destination-item > .content {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 20px;
}

.destination-item > .content > .location {
    display: block;
    font-size: 1rem;
    font-weight: var(--font-medium);
    color: #fff;
    margin-bottom: 5px;
}

.destination-item > .content > .title {
    display: block;
    font-size: 1.4rem;
    font-weight: var(--font-bold);
    color: #fff;
    margin-bottom: 10px;
}

.destination-item:hover > .content > .main-btn:before {
    left: 0;
}



.gallery-content > .content {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 20px;
}

.gallery-content > .content > .location {
    display: block;
    font-size: 1rem;
    font-weight: var(--font-medium);
    color: #fff;
    margin-bottom: 5px;
}

.gallery-content > .content > .title {
    display: block;
    font-size: 1.4rem;
    font-weight: var(--font-bold);
    color: #fff;
    margin-bottom: 10px;
}

.gallery-content:hover > .content > .main-btn:before {
    left: 0;
}


.partner-item {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(720 / 1280 * 100%);
    border: solid 1px var(--border-color);
    border-radius: var(--border-radius);
    margin-bottom: var(--main-gap);
}

.partner-item > img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #fff;
    padding: 5px;
}

.slider-container .partner-item {
    margin-bottom: 0;
}

.partner-slider-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 10;
    transform: translate(0, -50%);
    padding: 0 20px;
    pointer-events: none;
}

.partner-slider-buttons > div {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--main-color);
    color: #fff !important;
    font-size: 1.4rem;
    cursor: pointer;
    pointer-events: all;
    transition: var(--main-transition);
}

.partner-slider-buttons > div:hover {
    background: var(--alternate-color);
}

.blog-item {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: var(--main-gap);
    box-shadow: var(--box-shadow);
    border-radius: var(--border-radius);
    overflow: hidden;
    border: solid 1px var(--border-color);
}

.blog-item > .img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(720 / 1280 * 100%);
}

.blog-item > .img > img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--second-transition);
}

.blog-item > .content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    background: #fff;
    padding: 20px;
}

.blog-item > .content > .category {
    display: block;
    padding: 5px 10px;
    border-radius: var(--small-border-radius);
    background: #F9A80C;
    font-size: 0.8rem;
    font-weight: var(--font-medium);
    color: #fff;
    margin-bottom: 10px;
}

.blog-item > .content > .title {
    display: block;
    font-size: 1.4rem;
    color: var(--main-text-color);
    margin-bottom: 10px;
    font-weight: var(--font-bold);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-item > .content > .desc {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 0.9rem;
    color: var(--soft-text-color);
    margin: 0;
}

.blog-item > .img > .date {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding: 5px 10px;
    background: var(--transparent-color-3);
    color: #fff;
    font-size: 0.8rem;
    border-radius: var(--small-border-radius);
}

.blog-item:hover > .img > img {
    transform: scale(1.1);
}

footer {
    padding: var(--section-gap) 0;
    background: #ddd;
    border-top: solid 2px var(--border-color);
}

.ftr-top {
    display: block;
    border-bottom: solid 2px var(--second-color);
    margin-bottom: var(--main-gap);
}

.ftr-title {
    display: block;
    font-size: 1rem;
    font-weight: var(--font-bold);
    color: var(--main-text-color);
    margin-bottom: 15px;
}

.ftr-listed-links {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: var(--main-gap);
    columns: 4;
    column-gap: var(--main-gap);
}

.ftr-listed-links > li {
    display: block;
    margin-bottom: 5px;
}

.ftr-listed-links > li > a {
    display: block;
    font-size: 0.9rem;
    color: var(--second-color) !important;
}

.ftr-listed-links > li > a:hover {
    text-decoration: underline !important;
}

.ftr-content {
    display: block;
    border-bottom: solid 2px var(--second-color);
    margin-bottom: var(--main-gap);
}

.ftr-logo {
    display: block;
    margin-bottom: var(--main-gap);
}

.ftr-logo img {
    width: 240px;
}

.etbis-logo {
    display: block;
    margin-bottom: var(--main-gap);
}

.etbis-logo img {
    width: 80px;
}

.ftr-contacts {
    display: block;
    margin-bottom: var(--main-gap);
}

.ftr-contacts > .item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.ftr-contacts > .item:not(:last-child) {
    margin-bottom: 10px;
}

.ftr-contacts > .item > i {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    color: var(--second-color);
    border: solid 1px var(--second-color);
    border-radius: 50%;
    min-width: 30px;
    height: 30px;
    margin-right: 10px;
}

.ftr-contacts > .item > span,
.ftr-contacts > .item > a {
    display: block;
    font-size: 0.9rem;
    color: var(--soft-text-color) !important;
}

.ftr-contacts > .item > a:hover {
    text-decoration: underline !important;
}

.ftr-social {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: var(--main-gap);
}

.ftr-social > a {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 40px;
    height: 40px;
    margin-right: 5px;
    margin-bottom: 5px;
    background: var(--second-color);
    border-radius: var(--border-radius);
    color: #fff !important;
    font-size: 1.4rem;
    transition: var(--main-transition);
}

.ftr-social > a:hover {
    background: var(--second-alternate-color);
}

.ftr-links {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: var(--main-gap);
}

.ftr-links > a {
    display: block;
    font-size: 0.9rem;
    color: var(--second-color) !important;
    margin-right: 15px;
    margin-bottom: 5px;
}

.ftr-links > a:hover {
    text-decoration: underline !important;
}

.ftr-bank-cards {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: var(--main-gap);
}

.ftr-bank-cards > img {
    width: 40px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.ftr-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.ftr-bottom > span {
    display: block;
    font-size: 0.8rem;
    color: var(--soft-text-color);
    margin-bottom: 5px;
}

.ftr-bottom > a > img {
    display: block;
    width: 60px;
    filter: grayscale(1) contrast(0);
    margin-bottom: 5px;
}

.ftr-bottom > a:hover > img {
    filter: none;
}

.mobile-nav-open,
.mobile-nav-close {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 45px;
    height: 45px;
    font-size: 1.4rem;
    color: #fff !important;
    background: var(--second-color);
    border-radius: var(--border-radius);
    border: none;
}

.mobile-nav-close {
    background: none;
    color: var(--second-color) !important;
    border: solid 1px var(--second-color);
}

.mobile-nav-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: var(--main-gap);
}

.mobile-nav-logo {
    display: block;
}

.mobile-nav-logo img {
    width: 140px;
}

.mobile-nav-bottom {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.mnb-options {
    display: block;
    margin-bottom: 10px;
    margin-right: 10px;
}

.mnb-options > span {
    display: block;
    font-size: 1rem;
    color: var(--soft-text-color);
}

.mnb-options > .items {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.mnb-options > .items > a {
    display: block;
    font-size: 1rem;
    color: var(--main-text-color) !important;
    background: #eee;
    border: solid 1px var(--border-color);
    padding: 5px 10px;
    font-weight: var(--font-medium);
}

.mnb-options > .items > a.active {
    background: var(--second-color);
    color: #fff !important;
}

.nav-top-options {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.nav-top-options > .dropdown > a {
    display: block;
    padding: 5px 10px;
    font-size: 0.8rem;
    color: var(--main-text-color);
    transition: var(--main-transition);
    font-weight: var(--font-medium);
}

.nav-top-options > .dropdown:hover > a {
    background: #eee;
}

.nav-top-options > .dropdown > .dropdown-menu {
    position: absolute;
    top: 100% !important;
    left: 50% !important;
    transform: translate(-50%, 0) !important;
    margin: 0;
    box-shadow: var(--box-shadow);
    border-radius: var(--border-radius);
    padding: 10px;
    background: var(--second-color);
}

.nav-top-options > .dropdown > .dropdown-menu > a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 0.9rem;
    font-weight: var(--font-medium);
    white-space: nowrap;
    padding: 5px 10px;
    color: #fff !important;
    border-radius: var(--border-radius);
    transition: var(--main-transition);
}

.nav-top-options > .dropdown > .dropdown-menu > a:hover {
    background: var(--second-alternate-color);
}

.showcase-caption {
    display: block;
    font-size: 2.4rem;
    color: var(--second-color);
    font-weight: var(--font-regular);
    margin-bottom: 10px;
}

.showcase-title {
    display: block;
    font-size: 3rem;
    color: var(--second-alternate-color);
    font-weight: var(--font-bold);
    margin-bottom: 10px;
}

.showcase-form {
    padding: 10px;
    background: #fff;
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
}

.showcase-form > .row,
.showcase-form-bottom > .inner > .row {
    margin-left: -5px;
    margin-right: -5px;
}

.showcase-form > .row > [class*="col-"],
.showcase-form-bottom > .inner > .row > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.sf-group {
    display: block;
    width: 100%;
    position: relative;
}

.sf-group > input {
    display: block;
    width: 100%;
    border: solid 2px #ddd;
    padding: 0 15px;
    height: 50px;
    color: var(--main-text-color);
    font-weight: var(--font-medium);
    font-size: 1.1rem;
    border-radius: var(--border-radius);
    transition: var(--main-transition);
}

.sf-group > input:focus {
    border-color: var(--second-color);
}

.sf-group.icon > input {
    padding-left: 50px;
}

.sf-group.icon > input::placeholder {
    color: var(--soft-text-color);
}

.sf-group.icon > i {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    color: var(--second-color);
    border-right: solid 2px #ddd;
    pointer-events: none;
}

.sf-btn {
    width: 100%;
    height: 50px;
}

.showcase-form-bottom {
    padding: 0 20px;
}

.showcase-form-bottom > .inner {
    padding: 10px;
    background: var(--second-alternate-color);
    border-radius: 0 0 var(--border-radius) var(--border-radius);
    box-shadow: var(--box-shadow);
}

.sfb-cbox {
    display: block;
    width: 100%;
    position: relative;
}

.sfb-cbox > input {
    position: absolute;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
}

.sfb-cbox > label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    border: solid 2px rgba(255,255,255,0.1);
    border-radius: var(--border-radius);
    height: 40px;
    padding: 0 10px;
    cursor: pointer;
    transition: var(--main-transition);
}

.sfb-cbox > label:hover {
    border-color: rgba(255,255,255,0.5);
}

.sfb-cbox > label > span:last-child {
    display: block;
    font-size: 1rem;
    color: #fff;
    font-weight: var(--font-medium);
    user-select: none;
}

.sfb-cbox > label > span:first-child {
    display: block;
    min-width: 20px;
    height: 20px;
    width: 20px;
    border: solid 1px rgba(255,255,255,0.2);
    background: rgba(255,255,255,0.1);
    border-radius: var(--small-border-radius);
    margin-right: 10px;
    position: relative;
}

.sfb-cbox > label > span:first-child:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background: var(--main-color);
    opacity: 0;
}

.sfb-cbox > input:checked ~ label > span:first-child:before {
    opacity: 1;
}

.sfb-group {
    display: block;
    width: 100%;
    position: relative;
}

.sfb-group > input {
    display: block;
    width: 100%;
    border: solid 2px rgba(255,255,255,0.1);
    padding: 0 10px;
    height: 40px;
    color: #fff;
    font-weight: var(--font-medium);
    font-size: 1.1rem;
    border-radius: var(--border-radius);
    transition: var(--main-transition);
    background: none;
}

.sfb-group > input:focus {
    border-color: rgba(255,255,255,0.5);
}

.sfb-group.icon > input {
    padding-left: 40px;
}

.sfb-group.icon > input::placeholder {
    color: #bbb;
}

.sfb-group.icon > i {
    position: absolute;
    top: 7.5px;
    left: 7.5px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    color: #fff;
    border-right: solid 2px rgba(255,255,255,0.1);
    pointer-events: none;
}


.tour-calc-line {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background: #282828;
	border: solid 1px #555;
	border-radius: 5px;
	margin-bottom: 10px;
}

.tour-calc-line > span {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 50%;
	padding: 10px 15px;
	font-size: 12px;
	line-height: 18px;
	font-weight: 600;
	color: #fff;
	position: relative;
}

.tour-calc-line > span i {
	color: #FE9506;
}

.tour-calc-line > span:after {
	content: ":";
	position: absolute;
	top: 10px;
	right: 0;
}

.tour-calc-line > .right {
	width: 50%;
	display: block;
	padding: 10px;
}

.tour-calc-line .price {
	background: none;
	border: solid 1px #555;
	width: 100%;
	border-radius: 4px;
	padding: 10px 15px;
	font-size: 16px;
	line-height: 22px;
	font-weight: 800;
	color: #D98929;
}
 
.filter-btn {
    height: 40px;
}

.form-box {
padding: 20px;
background: #fff;
border-radius: var(--border-radius);
}

.side-filter-title {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #F9A80C;
    margin-bottom: 10px;
    display: block;
}

.form-group {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: var(--main-gap);
}
.cbox-group {
    display: block;
    position: relative;
    margin-bottom: 20px;
}
.cbox-group input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.cbox-group label {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    margin: 0;
    user-select: none;
}

.cbox-group label>span:first-child {
    min-width: 18px;
    height: 18px;
    background: #fff;
    border: solid 1px #000;
    margin-right: 10px;
    position: relative;
}

.cbox-group label>span:first-child:after {
    content: "\f012c";
    font-family: Material Design Icons;
    font-weight: 400;
    color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    line-height: 20px;
    opacity: 0;
}
.cbox-group > input:checked ~ label>span:first-child:after {
    opacity: 1;
}

.search-item_title-first {
    line-height: 17px;
    color: #4a4a4a;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.search-item__title--second {
    line-height: 17px;
    color: #9b9b9b;
    font-family: 'Helvetica', sans-serif;
    font-size: 12px;
}

.car-item {
    display: block;
    background: #fff;
    box-shadow: 0px 2px 12px rgb(0,0,0,0.2);
    padding: 15px;
    border-radius: var(--border-radius);
    margin-bottom: 20px;
}

.car-item > .car-item-content {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    position: relative;
}

.car-item > .car-item-content > .car-img > .img {
    min-width: 250px;
    width: 100%;
    position: relative;
    margin-right: 15px;
    border-radius: 5px;
    overflow: hidden;
}

.car-item > .car-item-content > .car-img > .img > div {
    display: block;
    width: 93%;
    position: relative;
    overflow: hidden;
    padding-top: calc(3/5*100%);
    background: #fff;
}

.car-item > .car-item-content > .car-img > .img > div > img:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--border-radius);
    border: solid 1px #ddd;
}
.car-item > .car-item-content > .car-img > .img > div > img:nth-child(2) {
    z-index: 10;
    position: absolute;
    width: 80px;
    bottom: 0px;
    left: 0px;
    border-radius: var(--border-radius);
    border: solid 1px #ddd;
}

.car-item > .car-item-content > .desc {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
}

.car-item > .car-item-content > .desc > span {
    background: #F9A80C;
    color: #fff !important;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    padding: 5px 15px;
    border-radius: 30px;
    display: block;
    margin-bottom: 5px;
    margin-left: 18px;
}

.car-item > .car-item-content > .desc > h2 {
    display: block;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    color: #222;
    margin-bottom: 20px;
    margin-left: 22px;
}

.car-item > .car-item-content > .desc > h2 > small {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin-left: 7px;
    color: #888;
}

.car-item > .car-item-content > .desc > .specs {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding-bottom: 24px;
    flex-wrap: wrap;
}

.car-item > .car-item-content > .desc > .specs > div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    text-align: center;
    width: 33%;
    margin-bottom: 10px;
}


.car-item > .car-item-content > .desc > .specs > div:last-child {
    border-right: none;
}

.car-item > .car-item-content > .desc > .specs > div > i {
    font-size: 25px;
    line-height: 25px;
    color: #3A4EA9;
    margin-bottom: 1px;
}

.car-item > .car-item-content > .desc > .specs > .step-2 > div > i {
    font-size: 25px;
    line-height: 25px;
    color: #888;
    margin-bottom: 1px;
}

.car-item > .car-item-content > .desc > .specs > div > span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #222;
}

.car-item > .car-item-content > .price {
    min-width: 280px;
    width: 280px;
    background: #fff;
    margin-left: 15px;
    border-radius: 5px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 0;
}

.car-item > .car-item-content > .price > .buttons {
    display: flex;
    justify-content: end;
    align-items: stretch;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding-bottom: 18px;
}

.car-item > .car-item-content > .price > .top {
    margin-bottom: 10px;
}

.car-item > .car-item-content > .price > .top > span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #444;
    white-space: nowrap;
}

.car-item > .car-item-content > .price > .top > .total {
    display: block;
    font-size: 34px;
    line-height: 40px;
    font-weight: 900;
    color: #F76200;
    white-space: nowrap;
}


.car-item > .car-item-pane {
    padding-top: 10px;
    display: none;
}

.car-item > .car-item-pane.active {
    display: block;
}

.car-item > .car-item-pane > .tabs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: solid 1px #ddd;
}

.car-item > .car-item-pane > .tabs > a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #222 !important;
    font-weight: 500;
    padding: 10px 15px;
    border: solid 1px #ddd;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    transition: 0.2s ease 0s;
}

.car-item > .car-item-pane > .tabs > a:hover {
    background: #f5f5f5;
}

.car-item > .car-item-pane > .tabs > a.active {
    background: #1B264D;
    color: #fff !important;
    border-color: #1B264D;
}

.car-item > .car-item-pane > .panes > div {
    padding-top: 10px;
    display: none;
}

.car-item > .car-item-pane > .panes > div.active {
    display: block;
}

.car-item > .car-item-pane > .panes > div .row {
    margin-left: -10px;
    margin-right: -10px;
}

.car-item > .car-item-pane > .panes > div .row > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}


.extra-item {
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    background: #c7c7c7;
    box-shadow: 0px 2px 12px rgb(0,0,0,0.2);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.extra-item > .left,
.extra-item > .right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.extra-item > .left {
    width: 100%;
}

.extra-item > .left > i {
    font-size: 34px;
    line-height: 40px;
    color: #888;
    margin-right: 15px;
}

.extra-item > .left > div > span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #222;
    white-space: nowrap;
}

.extra-item > .left > div > span > a {
    display: block;
    margin-left: 10px;
    color: #F76200 !important;
}

.extra-item > .left > div > small {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #444;
}

.extra-spinner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.extra-spinner > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    min-width: 30px;
    height: 30px;
    border: solid 1px #ddd;
    background: #f5f5f5;
    color: #222 !important;
    font-size: 14px;
    line-height:  20px;
    border-radius: 3px;
    transition: 0.3s ease 0s;
}

.extra-spinner > a:hover {
    background: #ddd;
}

.extra-spinner > span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #222;
    margin: 0 5px;
    min-width: 20px;
    width: 20px;
    text-align: center;
}


.total-box {
    display: block;
    padding: 15px;
    background: #f5f5f5;
    border: solid 1px #eee;
    border-radius: 5px;
}

.total-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.total-box > .left,
.total-box > .right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.total-box > .left {
    flex-wrap: wrap;
}

.total-box > .left > span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color: #F76200;
    margin: 5px 0;
    margin-right: 15px;
}

.total-box > .right .total-price {
    margin-right: 15px;
}

.total-box > .right .total-price > span {
    display: block;
    font-size: 34px;
    line-height: 40px;
    font-weight: 900;
    color: #F76200;
}

.total-box > .right .total-price > small,
.total-box > .right .temptotal-price.drop > small {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #222;
    text-align: right;
}

.price-box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-direction: column;
}


.temptotal-price.drop {
    margin-right: 15px;
    display: flex;
    justify-content: flex-start;
    padding: 5px 10px;
    align-items: center;
    background: #eee;
    border: solid 1px #ddd;
    border-radius: 5px;
}

.temptotal-price.drop > span {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #222;
}

.temptotal-price.drop > small {
    font-size: 12px;
    line-height: 18px;
    color: #666;
    margin-left: 6px;
}

.filter-btn > .dropdown-menu {
    left: unset !important;
    right: 0 !important;
}

.search-item__container .office-info__wrapper {
    border-top: 1px solid #dee3e8;
    float: left;
    padding: 3px 15px;
    width: 100%;
}

.display-rating__wrapper {
    align-items: center;
    display: flex;
    width: 100%;
}

.display-rating__brand {
    align-items: center;
    display: flex;
    width: 40%;
    height: 45px;
    position: relative;
    padding-right: 10px;
}

.display-rating__brand img {
    max-height: 45px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.display-rating__brand.search-item:after {
    height: 115%;
}

.display-rating__review-wrapper {
    align-items: center;
    display: flex;
    width: 100%;
    justify-content: space-around;
    padding-left: 5px;
}

.rating-stars__wrapper {
    align-items: center;
    display: flex;
    height: 17px;
}

.rating-stars__wrapper.search-item > i {
    font-size: 11px;
}

.rating-stars__value-container {
    background-color: #03437f;
    margin-left: 10px;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    width: 36px;
    padding: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rating-stars__rating-value {
    color: #fff;
    font-family: 'Helvetica', sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.display-rating__comment {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    margin-left: 10px;
}

.display-rating__comment span {
    color: #758493;
    font-family: 'Helvetica', sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-decoration: underline;
    margin-right: 0px;
}

.free {
    border: solid 1px #ddd;
    font-size: 13px;
    line-height: 10px;
    font-weight: 500;
    padding: 8px 18px;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 7px;
}

.money {
    margin-top: 7px;
    margin-bottom: 2px;
    color: #03437f;
}

.car-item-content > .car-img {
    width: 350px;
}

.specs > .stars {
    margin-top: 25px;
}

.badge-item-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    margin-bottom: var(--main-gap);
    text-align: center;
}

.badge-item-box > i {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 50px;
    height: 50px;
    border-radius: var(--border-radius);
    font-size: 2.0rem;
    color: #fff;
    background: var(--second-color);
    border: solid 2px #fff;
    outline: solid 2px var(--second-alternate-color) !important;
    margin-left: 245px;
}

.price > img {
    min-width: 250px;
    width: 90%;
    position: relative;
    margin-right: 15px;
    border-radius: 5px;
    overflow: hidden;
}

.v-card {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: var(--main-gap);
    border-radius: var(--border-radius);
    overflow: hidden;
    border: solid 1px var(--border-color);
}

.side-box {
    padding: 15px;
    background: #fff;
    box-shadow: 0px 2px 12px rgb(0,0,0,0.2);
    border-radius: 10px;
    margin-bottom: 30px;
}

.form-label {
    display: block;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #222;
    margin-bottom: 2px;
}

.form-group-3 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

.form-group-3 .select2-container {
    width: 100% !important;
}

.form-group-3 input, .form-group-3 textarea, .form-group-3 .select2-container .select2-selection--single {
    display: block;
    width: 100%;
    border: solid 1px #ddd;
    border-radius: 5px;
    padding: 10px 15px;
    resize: none;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}

.form-group-3 .select2-container .select2-selection__rendered {
    line-height: unset;
    padding: 0;
    height: unset;
    margin-top: -5px;
    color: unset;
    text-overflow: unset;
    overflow: unset;
    white-space: unset;
}

.form-group-3 .select2-container .select2-selection__arrow {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 20px;
    text-align: center;
    height: unset;
}

.car-side > .img {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.car-side > .img > img {
    width: 200px;
    max-width: 100%;
}

.car-side > h2 {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #222;
    margin-bottom: 10px;
    text-align: center;
}

.car-side > .specs {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.car-side > .specs > div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 10px;
    margin-bottom: 10px;
}

.car-side > .specs > div > i {
    margin-right: 5px;
    width: 25px;
    text-align: center;
    color: #888;
    font-size: 20px;
    line-height: 26px;
}

.car-side > .specs > div > span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #444;
}

.car-side > .directions {
    display: block;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.car-side > .directions > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.car-side > .directions > div:last-child {
    margin-bottom: 0;
}

.car-side > .directions > div > i {
    font-size: 52px;
    line-height: 36px;
    color: #3A4EA9;
    margin-right: 10px;
    min-width: 40px;
    text-align: center;
}

.car-side > .directions > div > div > small {
    display: block;
    font-size: 15px;
    line-height: 18px;
    color: #444;
}

.car-side > .directions > div > div > span {
    display: block;
    font-size: 25px;
    line-height: 20px;
    color: #222;
    font-weight: 500;
    
}

.car-side > .price-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #ddd;
}

.car-side > .price-line > span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #F9A80C;
    font-weight: 500;
}

.car-side > .price-line > div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.car-side > .price-line > div > i {
    font-size: 30px;
    line-height: 36px;
    width: 40px;
    text-align: center;
    color: #444;
    margin-right: 10px;
}

.car-side > .price-line > div > div > small {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #444;
}

.car-side > .price-line > div > div > span {
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #F9A80C;
    font-weight: 500;
}

.car-side > .total-line {
    text-align: center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.car-side > .total-line > span {
    display: block;
    font-size: 34px;
    line-height: 40px;
    font-weight: 900;
    color: #F76200;
}

.car-side > .total-line > small {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #666;
}


.car-side > .price-line-down > div > div > span {
    display: block;
    font-size: 18px;
    line-height: 20px;
    color: #000;
    font-weight: 500;
}

.car-side > .price-line-down {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #ddd;
}

.car-side > .price-line-down:last-child {
    border-bottom: none !important;
}



















.side-box > .car-side > .form-group > i {
    font-size: 25px;
    line-height: 25px;
    color: #3A4EA9;
    margin-bottom: 1px;
}

.side-box > .car-side > .form-group > span {
    margin-left: 30px;
}


.side-map {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 100%;
    border-radius: var(--border-radius);
    border: solid 1px var(--border-color);
    background: #fff;
  }
  
  .side-map > * {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .ymaps-2-1-79-map {
    position: relative;
    z-index: 0;
    display: block;
    margin: 0!important;
    padding: 0!important;
    text-align: left!important;
    text-decoration: none!important;
    color: #282828;
    font-weight: 400!important;
    font-style: normal!important;
    line-height: normal;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-print-color-adjust: exact;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  .car-item-1 {
    display: block;
    background: #EEF1F3;
    box-shadow: 0px 2px 12px rgb(0,0,0,0.2);
    padding: 15px;
    border-radius: var(--border-radius);
    margin-bottom: 20px;
}

.car-item-2 {
    display: block;
    background: #FFF2E0;
    box-shadow: 0px 2px 12px rgb(0,0,0,0.2);
    padding: 15px;
    border-radius: var(--border-radius);
    margin-bottom: 20px;
}

.car-item-3 {
    display: block;
    background: #FEEFEE;
    box-shadow: 0px 2px 12px rgb(0,0,0,0.2);
    padding: 15px;
    border-radius: var(--border-radius);
    margin-bottom: 20px;
}

.car-item-4 {
    display: block;
    background: #FCDAD7;
    box-shadow: 0px 2px 12px rgb(0,0,0,0.2);
    padding: 15px;
    border-radius: var(--border-radius);
    margin-bottom: 20px;
}

.car-item-5 {
    display: block;
    background: #E9F5EA;
    box-shadow: 0px 2px 12px rgb(0,0,0,0.2);
    padding: 15px;
    border-radius: var(--border-radius);
    margin-bottom: 20px;
}

.price > img {
    position: relative;
    top: 0;
    left: 10px;
    width: 88%;
    height: 100%;
    object-fit: inherit;
    border-radius: var(--border-radius);
    border: solid 1px #ddd;
}

.side-box-1 {
    padding: 15px;
    background: #f1f1f1;
    box-shadow: 0px 2px 12px rgb(0,0,0,0.2);
    border-radius: 10px;
    margin-bottom: 30px;

}

.car-item-6 {
    display: block;
    background: #00243D;
    box-shadow: 0px 2px 12px rgb(0,0,0,0.2);
    padding: 15px;
    border-radius: var(--border-radius);
    margin-bottom: 20px;
}

.page-wrapper {
    display: block;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
}

.collapse-item {
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
    border: solid 1px #ddd;
}

.collapse-item:last-child {
    margin-bottom: 0;
}

.collapse-item>.title {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #000;
    width: 100%;
    padding: 10px 15px;
    padding-right: calc(15px + 15px + 10px);
    background: #eee;
    cursor: pointer;
    height: unset !important;
    border: none;
    margin: 0;
    position: relative;
}

.collapse-item>.title:after {
    content: "\2b";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 14px;
    line-height: 20px;
    height: calc(22px + 10px + 10px);
    width: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.collapse-item>.title[aria-expanded="true"]:after {
    content: "\f068";
}

.collapse-item>.content {
    border-top: solid 1px #ddd;
}

.collapse-item>.content>.content-inner {
    padding: 15px;
}

.collapse-item>.content>.content-inner>p {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #444;
    margin: 0;
}

.main-link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #d5c36c !important;
}

.main-link:hover {
    text-decoration: underline !important;
}

.blog-item-2 {
    display: block;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    background: #fff;
    overflow: hidden;
}

.blog-item-2>.img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(1070/1280*100%);
}

.blog-item-2>.img>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 0.4s ease 0s;
}

.blog-item-2>.desc {
    padding: 10px 15px;
}

.blog-item-2>.desc>h3 {
    display: block;
    font-size: 13px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
    width: 100%;
    height: 30px;
    overflow: hidden;
    margin-bottom: 10px;

    text-transform: uppercase;
}

.blog-item-2>.desc>p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    color: #444;
    margin-bottom: 10px;
}

.blog-item-2>.desc>span {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #888;
}

/*.blog-item-2:hover>.desc>h3 {
    text-decoration: underline !important;
}*/

.blog-item-2:hover>.img>img {
    transform: scale(1.1);
}

.gallery-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gallery-content > span {
    display: flex;
    align-items: center;
    min-width: 30px;
    height: 30px;
    border-radius: 10px;
    font-size: 13px;
    line-height: 20px;
    color: #444 !important;
}

.gallery-content > span > i {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 20px;
    width: 20px;
    height: 20px;
    color: #424242;
    border-radius: var(--small-border-radius);
    font-size: 0.9rem;
    margin-right: 5px;
}

.whatsapp-fixed {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    line-height: 32px;
    color: #fff !important;
    background: #25d366;
    border-radius: 50%;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    transition: 0.2s ease 0s;
    z-index: 999;
}

.phone-fixed {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    line-height: 32px;
    color: #fff !important;
    background: #0047a9;
    border-radius: 50%;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    transition: 0.2s ease 0s;
    z-index: 999;
}

.phone-fixed {
    right: unset;
    left: 20px;
}

.whatsapp-fixed:hover {
    transform: scale(1.1);
    opacity: 0.5;
}

.phone-fixed:hover {
    transform: scale(1.1);
    opacity: 0.5;
}

.deposit {
    margin-top: 10px;
}

.extra-box {
    width: 100%;
}

.extra-box-img {
    display: block;
    max-width: 80px;
    min-width: 80px;
    margin-right: 20px;
    position: relative;
}

.extra-box-img:after {
    content: "";
    position: absolute;
    top: 0;
    right: -10px;
    border-right: solid 1px #444;
    height: 100%;
}

.extra-box-img > div {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(100%);
    border-radius: 5px;
    border: solid 1px #444;
}

.extra-box-img > div > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.extra-box-flex {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
}

.about-img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(770/1280*100%);
    height: 100%;
}

.about-img > img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-contact {
    display: block;
    margin-bottom: 30px;
}

.page-contact > div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    background: #0047a9;
    border-radius: 10px;
    border: solid 2px #f0f0f0;
    overflow: hidden;
}

.page-contact > div:last-child {
    margin-bottom: 0;
}

.page-contact > div > i {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #fbfbfb;
    color: #222;
    margin-right: 10px;
}

.page-contact > div > span,
.page-contact > div > a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #fff !important;
}

.page-contact > div > a {
    text-decoration: underline !important;
}

.page-contact > div > a:hover {
    text-decoration: none !important;
}

.page-map {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(420 / 1280 * 100%);
    border-radius: 10px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
}

.page-map > * {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-side-img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(3 / 5 * 100%);
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}

.page-side-img > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box-map {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(1 / 4 * 100%);
    border-radius: 10px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    border: solid 1px #ddd;
}

.side-map > *,
.box-map > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.captcha-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

 

.rpitem:not(:last-child) {
    margin-bottom: 5px;
}

.rpitem {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
    padding: 5px 10px;
    border: solid 1px #444;
    border-radius: 5px;
}

.rpitem > span {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #000;
}

.rpitem > span:last-child {
    font-weight: 500;
    color: #000;
}

.car-side-2 > .img {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.car-side-2 > .img > img {
    width: 200px;
    max-width: 100%;
}

.car-side-2 > h2 {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #222;
    margin-bottom: 10px;
    text-align: center;
}

.car-side-2 > .specs {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.car-side-2 > .specs > div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 10px;
    margin-bottom: 10px;
}

.car-side-2 > .specs > div > i {
    margin-right: 5px;
    width: 25px;
    text-align: center;
    color: #888;
    font-size: 20px;
    line-height: 26px;
}

.car-side-2 > .specs > div > span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #444;
}

.car-side-2 > .directions {
    display: block;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #ddd;
}

.car-side-2 > .directions > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.car-side-2 > .directions > div:last-child {
    margin-bottom: 0;
}

.car-side-2 > .directions > div > i {
    font-size: 52px;
    line-height: 36px;
    color: #3A4EA9;
    margin-right: 10px;
    min-width: 40px;
    text-align: center;
}

.car-side-2 > .directions > div > div > small {
    display: block;
    font-size: 15px;
    line-height: 18px;
    color: #444;
}

.car-side-2 > .directions > div > div > span {
    display: block;
    font-size: 25px;
    line-height: 20px;
    color: #222;
    font-weight: 500;
    
}

.car-side-2 > .price-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #ddd;
}

.car-side-2 > .price-line > span {
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #F9A80C;
    font-weight: 500;
}

.car-side-2 > .price-line > div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.car-side-2 > .price-line > div > i {
    font-size: 30px;
    line-height: 36px;
    width: 40px;
    text-align: center;
    color: #444;
    margin-right: 10px;
}

.car-side-2 > .price-line > div > div > small {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #444;
}

.car-side-2 > .price-line > div > div > span {
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #F9A80C;
    font-weight: 500;
}

.car-side-2 > .total-line {
    text-align: center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.car-side-2 > .total-line > span {
    display: block;
    font-size: 34px;
    line-height: 40px;
    font-weight: 900;
    color: #F76200;
}

.car-side-2 > .total-line > small {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #666;
}


.car-side-2 > .price-line-down > div > div > span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    font-weight: 500;
}

.car-side-2 > .price-line-down {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #ddd;
}

.car-side-2 > .price-line-down:last-child {
    border-bottom: none !important;
}


/* SELECT2 RESET * END */
.live-result {
    position: absolute;
    min-width: 300px;
    width: 100%;
    top: 100%;
    left: 0;
    background: #F78E19;
    border: solid 1px #333;
    max-height: 300px;
    z-index: 99;
    overflow-y: scroll;
    overflow-x: hidden !important;
    border-radius: 5px;
}

.live-result .item {
    padding: 5px 10px;
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    cursor: pointer;
    color: #fff;
    border-bottom: solid 1px #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.live-result .item i {
    color: #fff;
}

.live-result .item:hover {
    background: #16235C;
}
