.tabs-content__item {
    display: none;
}

.tabs-content__item.active {
    display: block;
}

.news-item {
    flex-shrink: 0;
}

.services-page .sticky-aside {
    padding-bottom: 30px;
}

.main-services .tabs {
    max-height: 300px;
    overflow: auto;
}

.mslider__bg {
    cursor: pointer;
    /*position: relative;*/
    /*z-index: 5;*/
}

.mslider__wrapper {
    position: relative;
    /*z-index: 6;*/
}

.main-services .swiper img {
    object-fit: cover;
}

.services-page img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

/*.news-page .news-item {*/
/*        width: 50%;*/
/*    }*/

/*@media (max-width: 860px) {*/
/*    .news-page .news-item {*/
/*        width: 100%;*/
/*    }*/
/*}*/

.white-popup {
    position: relative;
    background: #FFF;
    /*padding: 20px;*/
    width: 85%;
    max-width: 100%;
    margin: 20px auto;
}
.section.page {
    min-height: 60vh;
}
@media (max-width: 860px){
    .mslider__fix .gct, .gct__content, .mslider__fix .container, .mslider__fix .f-column, .mslider__fix .flex-row {
        height: auto;
    }
    input, select, textarea {
        padding: 14px 0;
    }
}
a {
    text-decoration: none !important;
}
.service__text {
    text-decoration: none;
}
.white-popup video {
    width: 100%;
}

.step {
    display: none;
}

.step.active {
    display: block;
}


.alert {
    padding: 15px;
    background-color: rgb(244, 244, 244);
    font-weight: bold;
}

.alert button {
    display: none;
}

.cookies {
    background-color: #000;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    box-shadow: 0 0 18px rgba(0,0,0,.2);
    padding: 25px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 99;
    overflow: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    box-sizing: border-box
}

.cookies.show-cookies {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.cookies .cookie-left {
    width: calc(100% - 500px);
    padding: 0 60px 0 0;
}

.cookies .cookie-left .title {
    font-size: 24px;
    color: #fff;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
    text-transform: capitalize;
    letter-spacing: 0;
    margin: 0 0 15px;
}

.thumbnail img {
    width: 100%;
}

.gallery-slider {
    position: relative;
}

#gallery-slider {
    height: 350px;
    margin-top: 55px;
}

.gallery-slider .slider-arrows {
    position: absolute;
    top: calc(50% - 30px);
    z-index: 99;
    left: -75px;
    right: -75px;
    justify-content: space-between;
    /*width: 100%;*/
}


#gallery-slider img {
    height: 350px;
    object-fit: cover;
}

#gallery-slider .swiper-slide {
    height: 350px;
}

.cookies .buttons {
    max-width: 500px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.cookies .cookie-left span {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
}

.cookies .btn:hover {
    /*color: #c0aa66;*/
    /*border: 3px solid #d4b341;*/
    /*transition: all 0.4s ease;*/
}

.cookies .settings {
    font-size: 18px;
    color: #fff;
    text-decoration: underline;
}

.cookies .settings:hover {
    text-decoration: none;
}

.cookie-modal .modal-head {
    height: 50px;
    padding: 10px 30px 10px;
    border-bottom: 1px solid #e9e9e9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 20px;
}

.cookie-modal .modal-body {
    padding: 20px 30px;
    border-bottom: 1px solid #e9e9e9;
    max-height: 300px;
    overflow-y: auto;
}

.cookie-modal .modal-body .title {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 10px;
}

.cookie-modal .modal-body .description {
    font-size: 16px;
    margin: 0 0 10px;
    line-height: 20px;
}

.btn-black {
    min-height: 35px;
    min-width: 120px;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background: transparent;
    border: 1px solid #000;
}

.cookie-modal .modal-body .js-allow {
    margin: 0 auto 20px;
    display: table;
}

.btn-black:hover {
    background: #000;
    color: #fff;
}

.cookie-modal .modal-body .collapse-title {
    border-bottom: 1px solid #d8d8d8;
    min-height: 50px;
    background: #fff;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-weight: bold;
    border: none;
    outline: none;
    box-shadow: none;
}

.cookie-modal .modal-body .collapse-title span {
    color: #ff5733;
}

.cookie-modal .plus-minus {
    position: relative;
    width: 10px;
    height: 10px;
    margin: 0 10px 0 0;
}

.cookie-modal .plus-minus span:nth-child(1) {
    height: 10px;
    width: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: #000;
    transform: translate(-50%, -50%);
}

.cookie-modal .left-side {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}

.cookie-modal .plus-minus span:nth-child(2) {
    width: 10px;
    height: 2px;
    position: absolute;
    left: 50%;
    background: #000;
    top: 50%;
    transform: translate(-50%, -50%);
}

.cookie-modal .collapse-title .plus-minus span:nth-child(1) {
    background: transparent;
}

.cookie-modal .left-side.collapsed .plus-minus span:nth-child(1) {
    background: #000;
}

.cookie-modal .left-side {
    width: calc(100% - 120px);
}

.cookie-modal .left-side.collapsed {
    border-bottom: 1px solid transparent;
}

.cookie-modal .manage-item {
    border: 1px solid #d8d8d8;
}

.cookie-modal .manage-item .collapsing p,
.cookie-modal .manage-item .collapse p {
    padding: 10px 20px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #ff5733;
}

input:focus + .slider {
    box-shadow: 0 0 1px #ff5733;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}


.cookie-modal .modal-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px 0;
}

.cookie-modal .modal-footer .button {
    margin: 5px 0;
    display: inline-flex;
    justify-content: center;
    color: #ff5733;
    text-decoration: underline;
}
.cookies .cookie-left a {
    color: #ff5733
}

.cookie-modal .modal-footer .button:hover {
    text-decoration: none;
}

.cookie-modal .collapse {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    display: block;
    transition: max-height 0.2s ease-out;
}

.cookie-modal .collapsible {
    cursor: pointer;
}

.cookie-modal .plus-minus  {
    transition: all 0.3s ease;
}

.cookie-modal .collapsible.active .plus-minus {
    transform: rotate(45deg);
}


.overlay {
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 99999;
    transition: all .3s ease;
}
.overlay.modal-opened {
    visibility: visible;
    opacity: 1;
}

.modal {
    position: fixed;
    background-size: 100%;
    display: none;
    left: 50%;
    right: auto;
    bottom: auto;
    top: 50%;
    z-index: 999999;
    border-radius: 6px;
    max-height: 100%;
    background: #fff;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.4);
    width: 100%;
    min-width: 250px;
    transform: translate(-50%, -50%) scale(1);
    transition: all 0.4s cubic-bezier(0.6, -0.28, 0.735, 0.045);
    max-width: 744px;
    overflow: visible;
    max-height: 80vh
}

.modal.show {
    transform: translate(-50%, -50%) scale(1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);

}

.modal .close {
    position: absolute;
    color: #000;
    font-size: 40px;
    line-height: 0.4;
    height: 30px;
    width: 30px;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
    right: -30px;
    top: -30px;
}

.news-page .seo-text {
    margin-bottom: 50px;
}

.seo-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 170%;
    color: #878787;
    opacity: .7;
}

.cookie-modal .modal-dialog {
    max-width: 100%;
    margin: 0;
    width: 100%;
}

.cookie-modal .modal-content {
    background: transparent;
    color: #000;
}

.cookie-modal .modal-content .modal-title {
    padding: 15px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    text-align: center;
    font-family: 'Raleway-ExtraBold', sans-serif;
}

.driver-form {

}

.driver-form label {
    color: black;
}



.driver-form .flex-row {
    gap: 20px;
    margin-bottom: 15px;
}

.driver-form textarea {
    height: 150px;
}

.driver-form .col {
    width: 100%;
}


@media (max-width: 860px){
    #gallery-slider img {
        height: 200px;
    }
    .mslider {
        height: 325px;
    }
    .our-reviews__title p {
        margin: 0;
    }
    .driver-form .flex-row {
        flex-direction: column;
    }
}


@media (max-width: 991px) {
    .cookies {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 10px 15px;
    }
    .cookies .cookie-left {
        width: 100%;
        margin: 0 0 10px;
        padding: 0;
        text-align: center;
    }
    .cookies .cookie-left .title {
        font-size: 18px;
    }
    .cookies .cookie-left span {
        font-size: 14px;
    }
    .cookies .buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .cookies .settings {
        font-size: 16px;
        margin: 0 0 10px;
    }
    .cookies .btn-send-contact {
        min-width: 250px;
        margin: 5px 0;
    }
    .btn {
        text-align: center;
    }
}

.gct__title, .gct__text {
    color: #fff;
}

.play-video i {
    border-color: #ff0000;
}

.play-video i svg {
    fill: #ff0000;
}

.banner-link {
    font-family: Oswald;
    font-weight: 500;
    font-size: 21px;
    text-transform: uppercase;
    line-height: 130%;
    margin-bottom: 15px;
    text-align: center;
    display: block;
    padding-top: 10px !important;
}

@media (max-width: 767px) {
    .cookie-modal .modal-body .title {
        font-size: 16px;
    }

    .gct__title, .gct__text {
        color: #000;
    }
    .cookie-modal .modal-body .description {
        font-size: 14px;
    }
    .cookie-modal .btn-black {
        margin: 5px 0;
        min-width: 100%;
    }
    .cookie-modal .modal-body {
        padding: 10px 5px;
    }
    .cookie-modal .left-side,
    .cookie-modal .left-side.collapsed {
        font-size: 12px;
    }
    .cookie-modal .modal-body .collapse-title span {
        font-size: 10px;
    }
    .cookie-modal .modal-footer {
        display: flex;
        flex-wrap: wrap;
    }
}


div.form-group > div.help-block {
	color: red;
    padding-top: 5px;
}