body {
    font-family: 'Segoe UI', Arial;
    color: #333333;
    overflow-x: hidden;
    background: #fff;
}

a {
    text-decoration: none;
}

header {
    position: relative;
    background-color: #35363a;
}

.header-wrapper {
    display: flex;
    height: 82px;
    align-items: center;
    justify-content: space-between;
}

.header-label {
    display: flex;
}

.decisions button.btn span { font-size: 10px; display: block;}
.decisions button.btn { line-height: 14px; margin-left:3px; margin-right:3px;}

.header-title,
.footer-title {
    font-size: 12px;
    line-height: 12px;
    margin: 0 0 0 12px;
    text-transform: uppercase;
    color: #ffffff;
    max-width: 130px;
    display: flex; justify-content: left;  align-items: center;  margin: 0 0 0 20px;
}

.header-title:hover,
.footer-title:hover {
    color: #ffffff;
}

.header-menu {
    display: flex;
}

.header-menu__item {
    font-size: 15px;
    color: #ffffff;
    transition: .3s;
    margin-right: 30px;
}

.header-menu__item:last-child {
    margin-right: 0;
}

.header-menu__item:hover {
    color: #149a4b;
}

.header-call {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    text-align: center;
}

.header-call__phone {
    position: relative;
    font-size: 24px;
    line-height: 24px;
    color: #ffffff;
    transition: .3s;
}

.header-call__phone:hover {
    color: #149a4b;
}

.header-call__phone:before {
    position: absolute;
    content: '';
    width: 13px;
    height: 18px;
    top: 2px;
    left: -17px;
    background: url("svg/call.svg");
}

.header-call__phone:after {
  /*
    position: absolute;
    content: '';
    width: 10px;
    height: 6px;
    top: 7px;
    right: -15px;
    background: url("svg/arrow.svg");
    */
}

.header-call__text {
    color: #149a4b;
    font-size: 14px;
    transition: .3s;
}

.header-call__text:hover {
    color: #ffffff;
}

.header-nav {
    display: flex;
}

.header-account {
    background: url("svg/account.svg") no-repeat;
    width: 23px;
    height: 27px;
}

/* burger.svg */
.header-burger {
    background: url("svg/account.svg") no-repeat;
    width: 36px;
    height: 27px;
    margin: 0 0 0 20px;
}

.menu-wrapper {
    display: none;
    position: absolute;
    top: 82px;
    right: 0;
    width: 362px;
    height: auto;
    background: #35363a;
    padding: 30px;
    z-index: 5;
    box-shadow: 10px 10px 23px 12px rgba(0,0,0,0.2);
    border-radius: 0 0 7px 7px;
}

.menu-wrapper:after {
    position: absolute;
    content: '';
    top: 80px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ffffff;
}

.menu-wrapper__balance {
    font-size: 16px;
    color: #149a4b;
    font-weight: 700;
    cursor: pointer;
}

.menu-wrapper__list {
    margin-top: 40px;
}

.menu-wrapper-link {
    display: block;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 10px;
    transition: .3s;
}

.menu-wrapper-link:hover {
    color: #149a4b;
}

.banner-block {
    position: relative;
}

.banner-img {
    height: 628px;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
}

.banner-img:after {
    position: absolute;
    content: '';
    height: 100%;
    min-height: 400px;
    width: 700px;
    top: 0;
    right: 0;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0, 0.7) 100%);
}

.banner-prop {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
}

.banner-prop__wrapper {
    height: 178px;
    padding: 30px 0;
    background: rgba(0, 0, 0, .6);
    border-radius: 10px;
    justify-content: space-around;
    display: flex;
}

.banner-link {
    display: block;
    width: 155px;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    transition: .3s;
}

.banner-link:hover {
    color: #ffffff;
    opacity: .7;
}

.banner-title {
    position: absolute;
    top: 91px;
    right: 0;
    width: 100%;
}

.banner-title__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 390px;
}

.banner-title__logo {
    width: 160px;
    margin-bottom: 36px;
}

.title-1 {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
}

.title-2 {
    font-size: 30px;
}

.title-3 {
    font-size: 36px;
}

.catalog-auto {
    padding: 90px 0 80px; padding-bottom: 0px;
}

.catalog-slider {
    position: relative;
    margin-top: 20px;
}

.auto-slider {
    display: flex;
    flex-wrap: wrap;
}

.catalog-slider__nav {
    position: absolute;
    top: -49px;
    right: 60px;
    display: flex;
}

.catalog-slider__arrow {
    cursor: pointer;
}

.catalog-slider__prev,
.catalog-slider__next {
    position: absolute;
    width: 37px;
    height: 37px;
    border-radius: 19px;
    background-color: #ffffff;
    top: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.catalog-slider__prev {
    left: 0;
}

.catalog-slider__next {
    right: 0;
}

.product-card {
    width: 25%;
    margin-top: 20px;
}

.product-card__content {
    position: relative;
    display: inline-block;
}

.product-card__img {
    width: 263px;
    height: 154px;
    border-radius: 7px;
    overflow: hidden;
    background-color: #3a3e59;
}

.product-card__price {
    position: absolute;
    right: -2px;
    bottom: -18px;
    width: 145px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background-color: #13994b;
    font-size: 20px;
    color: #ffffff;
}

.product-card__title {
    color: #333333;
    font-size: 20px;
    line-height: 22px;
    margin-top: 14px;
    transition: .3s;
}

.product-card__title:hover {
    color: #333333;
    opacity: .7;
}

.select-block.auto {
    position: absolute;
    bottom: -20px;
    right: 58px;
    width: 46%;
    height: 215px;
    border-radius: 7px;
    background-color: #345eab;
    color: #ffffff;
    padding: 20px;
    z-index: 2;
}

.select-block.auto:after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 196px;
    height: 89px;
    background: url("img/bmw.png");
    z-index: -1;
}

.btn-main {
    position: relative;
    width: 166px;
    height: 37px;
    border-radius: 10px;
    background: #13994b;
    color: #ffffff;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
}

.btn-main-light {
    position: relative;
    width: 166px;
    height: 37px;
    border-radius: 10px;
    background: #6C757D;
    color: #ffffff;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
}
.btn-main-light:hover {
    background: #96A2AD;
    color: #ffffff;
}



.btn-main:hover {
    color: #ffffff;
    background: #1b8e4a;
}

.btn-main.long {
    width: 225px;
}

.btn-main.large {
    height: 58px;
    width: 263px;
}

.btn-main.search {
    padding-left: 37px;
    margin: 30px auto 0;
}

.btn-main.search:before {
    position: absolute;
    content: '';
    top: 5px;
    left: 40px;
    width: 24px;
    height: 23px;
    background: url("svg/search.svg");
}

.btn-main.grey {
    background: #35363a;
    transition: .3s;
}

.btn-main.grey:hover {
    background: #171717;
}

.select-wrapper {
    position: relative;
}

.select-wrapper:after {
    position: absolute;
    content: '';
    top: 10px;
    right: 6px;
    width: 10px;
    height: 6px;
    background: url("svg/arrow.svg");
    background-size: contain;
}

.select-wrapper.black:after {
    background: url("svg/arrow-black.svg");
    background-size: contain;
}

.select-item {
    width: 160px;
    background: inherit;
    outline: none;
    border: none;
    border-bottom: 1px solid #ffffff;
    text-align: left;

}




.select-item.black {
    border-bottom: 1px solid #333333;
}

.select-block.auto .select-item {
    color: #ffffff;
}

.select-block.auto .select-item:disabled {
    color: #C0C0C0;
}


.dropdown-toggle::after {
    display: none;
}

.map-block {
    background: #f5f5f5;
    padding: 50px 0 70px;
}

.map-block_result {
    font-size: 15px;
    line-height: 17px;
    background: #ffffff;
    border-radius: 10px;
    display: inline-block;
    padding: 5px;
    margin: 30px 0;
}

.map-wrapper {
    position: relative;
    display: inline-block;
}

.map-img {
    border-radius: 7px;
    overflow: hidden;
    display: inline-block;
}

.map-address {
    position: absolute;
    top: 150px;
    left: 150px;
    z-index: 1;
    cursor: pointer;
}

.map-address.active {
    top: 360px;
    left: 450px;
}

.map-loc {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 31px;
    height: 31px;
    border-radius: 16px;
    background: #13994b;
}

.map-address.active .map-loc {
    background: #345eab;
}

.map-address__more {
    position: absolute;
    top: -10px;
    left: 16px;
    width: 298px;
    min-height: 92px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
    font-size: 15px;
    border-radius: 10px;
    background: #ffffff;
    z-index: -1;
}

.map-address__street,
.map-address__build,
.map-address__clock {
    position: relative;
    padding-left: 15px;
}

.map-address__street:before {
    position: absolute;
    content: '';
    top: 4px;
    left: 0;
    width: 9px;
    height: 13px;
    background: url("svg/loc-blue.svg");
}

.map-address__build:before {
    position: absolute;
    content: '';
    top: 4px;
    left: -2px;
    width: 15px;
    height: 14px;
    background: url("svg/building.svg");
}

.map-address__clock:before {
    position: absolute;
    content: '';
    top: 7px;
    left: 0;
    width: 10px;
    height: 10px;
    background: url("svg/clock.svg");
}

.map-address__toka {
    position: absolute;
    bottom: 8px;
    right: 0;
}

.catalog-station {
    padding: 80px 0;
}

.features-item {
    position: relative;
    display: inline-block;
}

.features-item__img {
    position: relative;
    width: 555px;
    height: 242px;
    overflow: hidden;
    border-radius: 7px;
}

.features-item__img:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
}

.features-item__content {
    position: absolute;
    top: 60px;
    right: 110px;
    color: #ffffff;
    font-size: 20px;
}

.news-block {
    padding: 60px 0 70px; padding-top: 0;
}

.news-result {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news-result .swiper-slide {
    width: 33%;
}

.news-item {
    position: relative;
    width: 359px;
}

.news-img {
    width: 359px;
    height: 234px;
    display: flex;
    overflow: hidden;
    border-radius: 7px;
}

.news-section {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 85px;
    height: 31px;
    padding: 0 5px;
    top: 6px;
    right: 6px;
    border-radius: 10px;
    background-color: #13994B;
    color: #fff;
}

.news-title {
    display: block;
    font-size: 19px;
    line-height: 22px;
    color: #333333;
    margin-top: 15px;
    transition: .3s;
}

.news-title:hover {
    color: #333333;
    opacity: .7;
}

.news-date {
    font-size: 17px;
    color: #345eab;
    margin-top: 12px;
}

.news-description {
    font-size: 17px;
    line-height: 20px;
    margin-top: 15px;
}

.news-block .nav-tabs {
    border: none;
}

.news-block .nav-tabs .nav-link {
    border: none;
    font-size: 20px;
    padding: 5px 10px;
    color: #333333;
    margin-left: 10px;
}

.news-block .nav-tabs .nav-link.active {
    color: #149a4b;
    border-radius: 10px;
    background-color: #e9faf2;
}

.about-us_block {
    background: #fff;
    padding: 55px 0 95px;
}

.article-logo {
    font-size: 13px;
    line-height: 15px;
    display: flex;
    align-items: center;
}

.article-description {
    font-size: 17px;
    line-height: 21px;
}

.article-more {
    position: relative;
    display: block;
    text-align: right;
    color: #149a4b;
    font-size: 17px;
    transition: .3s;
    margin-top: 25px;
}

.article-more:hover {
    color: #1b8e4a;
}

.article-more:before {
    position: absolute;
    content: '';
    top: 14px;
    left: 0;
    width: calc(100% - 135px);
    height: 1px;
    background: #333333;
}

.purpose-block {
    background: url("img/back-purpose.jpg") center center no-repeat;
    padding: 115px 0 125px;
    color: #ffffff;
}

.purpose-description {
    width: 920px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 22px;
}

.purpose-content .btn-main.large {
    margin: 75px auto 0;
}

.article-block {
    padding: 70px 0 80px;
}

.instagram-block {
    padding: 33px 0 45px;
    background: #fff;
}

.instagram-link {
    position: relative;
    padding: 12px 43px;
    font-size: 13px;
    line-height: 16px;
    text-decoration: underline;
    color: #333333;
    transition: .3s;
}

.instagram-link:hover {
    color: #333333;
    text-decoration: none;
}

.instagram-link:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 43px;
    height: 43px;
    background: url("svg/instagram.svg");
}

.possibility-block {
    padding: 80px 0 70px;
}

.possibility-block .article-img {
    position: relative;
    display: inline-block;
    border-radius: 7px;
    overflow: hidden;
}

.possibility-block .article-logo {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 75px;
    height: auto;
}

.possibility-block .article-img:after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 29px;
    width: calc(100% - 100px);
    height: 1px;
    background: #ffffff;
}

footer {
    padding: 20px 0 35px;
    background: #35363a;
    color: #ffffff;
}

.footer-wrapper {
    display: flex;
}

.footer-description {
    font-size: 13px;
    max-width: 390px;
    margin-right: 60px;
}

.footer-social_inst,
.footer-social_whatsapp {
    display: flex;
    align-items: center;
    color: #ffffff;
    transition: .3s;
}

.footer-social_inst:hover,
.footer-social_whatsapp:hover {
    color: #149a4b;
}

.footer-social_inst {
    width: 25px;
    height: 25px;
    background: url("svg/instagram.svg") no-repeat;
    background-size: contain;
}

.footer-social_whatsapp {
    height: 25px;
    background: url("svg/whatsapp.svg") no-repeat;
    background-size: contain;
    padding-left: 30px;
}

.footer-collapse {
    width: 100%;
}

.footer-subtitle {
    font-size: 18px;
    color: #149a4b;
    font-weight: 700;
}

.footer-subtitle:hover {
    color: #149a4b;
}

.footer-collapse .card-body {
    padding: 18px 0;
}

.footer-collapse .card-body.call {
    padding: 18px 0 0 20px;
}

.footer-collapse .card {
    background: inherit;
    border: none;
}

.footer-link {
    display: block;
    color: #ffffff;
    transition: .3s;
    font-size: 15px;
    display: block;
    margin-bottom:6px;
}

.footer-link:hover {
    color: #ffffff;
    opacity: .7;
}

.footer-call {
    position: relative;
}

.footer-call:before {
    position: absolute;
    content: '';
    top: 5px;
    left: -18px;
    width: 13px;
    height: 18px;
    background: url(svg/call.svg);
}

.footer-link.phone {
    font-size: 18px;
}

.footer-link.order {
    font-size: 16px;
    color: #149a4b;
}

.footer-link.order:hover {
    color: #149a4b;
}

.footer-loc,
.footer-clock {
    position: relative;
    font-size: 15px;
    line-height: 19px;
}

.footer-loc:before {
    position: absolute;
    content: '';
    top: 2px;
    left: -15px;
    width: 10px;
    height: 14px;
    background: url("svg/loc.svg");
}

.footer-clock:before {
    position: absolute;
    content: '';
    top: 5px;
    left: -15px;
    width: 10px;
    height: 10px;
    background: url("svg/clock-white.svg");
}


.modal-container {
    min-height: 600px;
}

.edrive-modal {
    font-size: 17px;
    line-height: 22px;
}

.edrive-modal .modal-dialog {
    max-width: 585px;
    border-radius: 10px;
    background-color: #ffffff;
    overflow: hidden;
}

.edrive-modal .modal-content {
    border: none;
}

.edrive-modal .modal-title {
    font-size: 30px;
    line-height: 100%;
    color: #ffffff;
}

.edrive-modal .modal-title#reserveModalLabel {
    font-size: 22px;
}


.edrive-modal .modal-title.address {
    font-size: 20px;
}

.edrive-modal .modal-header {
    min-height: 58px;
    padding: 20px;
}

.edrive-modal .modal-header.free {
    background: #149a4b;
}

.edrive-modal .modal-header.paid {
    background: #345eab;
}

.edrive-modal .modal-header.login {
    background: #35363a;
}

.edrive-modal .btn-close {
  background: url(/app/tpl/img/close_modal.png) no-repeat;
      background-size: contain;
      opacity: 1;
      margin-top: 5px !important;
      margin-bottom: 5px !important;
      padding: 4px !important;
}

.edrive-modal .modal-body {
    position: relative;
    padding: 30px 20px;
}

.edrive-modal.wide .modal-body {
    padding: 30px 10px;
}

.edrive-modal.map .modal-body:after
{
    /*
    position: absolute;
    content: '';
    top: 28px;
    right: 10px;
    width: 78px;
    height: 42px;
    background: url("img/toka.png") no-repeat;
    background-size: contain;
    */
}

.modal-major {
    font-weight: 700;
}

.modal-link {
    color: #149a4b;
    transition: .3s;
}

.modal-link:hover {
    color: #149a4b;
    opacity: .7;
}

.modal-desc.status {
    color: #149a4b;
    font-weight: 700;
}

.modal-desc.status.yellow {
    color: #efa300;
    font-weight: 700;
}

.modal-desc.price {
    color: #149a4b;
}

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

.modal-img {
    display: flex;
    justify-content: center;
    width: 85px;
    height: 72px;
    margin-right: 10px;
}

.modal-pane {
    position: relative;
    padding: 16px 10px;
    background: #f5f5f5;
}

.edrive-modal.login {
    font-size: 16px;
    line-height: 20px;
}

.edrive-modal.login .modal-body {
    position: relative;
    padding: 36px 49px 46px;
    z-index: 1;
}

.modal-login__back {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: -84px;
}

.login-form {
    padding: 0 32px;
}

.form-input {
    width: 100%;
    padding: 5px;
    border: none;
    border-bottom: 1px solid #333333;
}

.form-input:focus {
    outline: none;
}

.form-input::placeholder {
    color: #333333;
    font-size: 16px;
}

.edrive-modal.login .modal-pane {
    padding: 16px 23px;
}

.edrive-modal.login.register .modal-body{
    /* padding-bottom: 135px; */
}

.red-star {
    position: absolute;
    top: 17px;
    left: 13px;
    color: #b60303;
}

.red-text {
    color: #b60303;
}

.form-desc {
    font-size: 14px;
}

.modal-register__back {
    position: absolute;
    left: 35px;
    bottom: 17px;
    z-index: -1;
}

.edrive-label {
    position: relative;
    width: 100%;
}

.edrive-label.required:before {
    position: absolute;
    content: '*';
    color: #b60303;
    top: 29px;
    left: -6px;
    width: 6px;
    height: 6px;
}



@media (max-width: 1400px) {

    .select-block.auto {
        right: 10px;
        width: 548px;
    }

    .catalog-slider__nav {
        right: 22px;
    }
}

@media (max-width: 1200px) {

    .banner-img {
        align-items: center;
      //  height: auto;

    }

    .banner-title {
        top: 20px;
    }

    .banner-title__logo {
        margin-bottom: 8px;
    }

    .banner-prop {
        bottom: 20px;
    }

    .banner-prop__wrapper {
        height: 140px;
        padding: 15px 0;
    }

    .product-card {
        width: 33.3%;
    }

    .select-block.auto {
        position: relative;
    }

    .features-item__img {
        width: 400px;
        height: 216px;
    }

    .features-item__content {
        top: 45px;
    }

    .news-item {
        width: 305px;
    }

    .news-img {
        width: 305px;
        height: 212px;
    }

    .purpose-block {
        padding: 90px 0 90px;
    }

    .footer-wrapper {
        display: block;
    }

    .footer-description {
        margin-top: 30px;
    }
}

@media (max-width: 992px) {

    .banner-prop__wrapper {
        display: block;
        height: auto;
        padding: 15px;
        width: 320px;
    }

    .banner-title__wrapper {
        width: 315px;
    }

    .banner-title {
        top: 40px;
    }

    .banner-prop {
        bottom: 2px;
    }

    .banner-link {
        display: flex;
        width: auto;
        align-items: center;
    }

    .banner-link__img {
        width: 40px;
        max-height: 40px;
        display: flex;
        margin: 5px 5px 5px 0;
    }

    .title-1 {
        font-size: 28px;
    }

    .title-2 {
        font-size: 35px;
        line-height: 35px;
    }

    .title-3 {
        font-size: 30px;
    }

    .product-card {
        width: 50%;
    }

    .swiper-slide__item {
        display: block;
        margin: 0 auto;
        max-width: 263px;
    }

    .map-address {
        top: 50px;
        left: 50px;
    }

    .map-address.active {
        top: 100px;
        left: 100px;
    }

    .features-item__img {
        width: 290px;
        height: 180px;
        display: flex;
    }

    .features-item__content {
        top: 27px;
        right: 65px;
    }

    .news-result .swiper-slide {
        width: 50%;
    }

    .article-logo {
        justify-content: left;
        margin-bottom: 20px;
    }

    .purpose-description {
        width: 100%;
    }

    .possibility-block {
        padding: 22px 0 36px;
    }

    .possibility-block .article-logo {
        bottom: 0;
    }

    .footer-link.phone {
        font-size: 15px;
    }
}

@media (max-width: 767px) {

    header {
        position: relative;
    }

    header:after {
        position: absolute;
        content: '';
        background: #ffffff;
        width: 100%;
        height: 2px;
        top: 80px;
        left: 0;
    }

    .header-wrapper {
        flex-wrap: wrap;
        height: 168px;
    }

    .header-label {
        order: 2;
    }

    .header-call {
        order: 1;
        margin-right: 5px;
    }

    .header-nav {
        order: 3;
    }

    .menu-wrapper {
        top: 168px;
    }

    .banner-img {
        height: 510px;
        justify-content: center;
    }

    .banner-img:after {
        width: 100%;
        background: linear-gradient(90deg, rgba(0,0,0, .6) 0%, rgba(0,0,0, .6) 100%);
    }

    .banner-title {
        top: 34px;
    }

    .banner-title__logo {
        margin-bottom: 5px;
        line-height: 22px;
    }

    .banner-prop {
        bottom: 20px;
    }

    .catalog-auto {
        padding: 30px 0 20px;
    }

    .auto-slider {
        flex-wrap: nowrap;
    }

    .btn-main.sm-wide {
        width: 244px;
    }

    .select-block.auto .title-3{
        font-size: 23px;
    }

    .select-block__logo {
        width: 100px;
    }

    .map-block {
        padding: 20px 0;
    }

    .catalog-station {
        padding: 28px 0 30px;
    }

    .news-block {
        padding: 32px 0;
    }

    .news-result {
        flex-wrap: nowrap;
    }

    .news-item {
        margin: 0 auto;
        width: 263px;
    }

    .news-img {
        width: 263px;
        height: 190px;
    }

    .news-date {
        margin-top: 3px;
    }

    .news-result .swiper-slide {
        width: 100%;
    }

    .about-us_block {
        padding: 25px 0 40px;
    }

    .purpose-block {
        padding: 25px 0;
    }

    .purpose-content .btn-main.large {
        margin: 25px auto 0;
    }

    .article-block {
        padding: 26px 0 30px;
    }

    .instagram-block {
        padding: 30px 0;
    }

    .footer-link.phone {
        font-size: 18px;
    }

    .footer-subtitle {
        position: relative;
        display: block;
    }

    .footer-subtitle:after {
        position: absolute;
        content: '';
        top: 10px;
        right: 0;
        width: 8px;
        height: 7px;
        background: url("svg/arrow-green.svg");
    }

    .footer-subtitle.collapsed:after {
        position: absolute;
        content: '';
        top: 10px;
        right: 0;
        width: 8px;
        height: 7px;
        background: url("svg/arrow.svg") no-repeat;
        background-size: contain;
    }

    .footer-description {
        margin-top: 44px;
        margin-right: 0;
    }
}

@media (max-width: 576px) {

    .menu-wrapper {
        width: 100%;
    }

    .select-item {
        width: 130px;
    }

    .select-block.auto {
        margin-left: -12px;
        width: calc(100% + 34px);
        margin-right: -12px;
        border-radius: 0;
        overflow: hidden;
    }

    .select-block.auto:after {
        right: -79px;
    }

    .map-block .btn-main, .map-block .btn-main-light{
        width: 130px;
    }

    .map-address.active {
        left: 15px;
        top: 150px;
    }

    .edrive-modal .modal-dialog {
        max-width: 100%;
    }

    .edrive-modal .modal-body:after {
        top: 5px;
        right: 6px;
    }

    .modal-gallery {
        display: block;
    }

    .edrive-modal .modal-title.address {
        font-size: 16px;
        line-height: 20px;
    }

    .edrive-modal.login .modal-body {
        padding: 36px 10px 46px;
    }

    .login-form {
        padding: 0 10px;
    }
}

@media (max-width: 385px) {

    .header-title {
        margin: 0 0 0 3px;
    }

    .header-logo {
        width: 120px;
    }

    .header-logo img {
        max-width: 100%;
    }

    .header-burger {
        margin: 0 0 0 5px;
    }

    .banner-title__wrapper {
        width: auto;
    }

    .banner-prop__wrapper {
        padding: 10px;
        width: 320px;
    }

    .map-address.active {
        left: 0;
        top: 105px;
    }

    .map-address__more {
        width: 265px;
    }
}


.badge.text-reserved { background: #E6761B !important; }
.text-dark.text-reserved { color: #E6761B !important;}
.ReserveNow svg {   color: #E6761B; }


#loginModal input:disabled,
#forgotModal input:disabled,
#registerModal input:disabled { background-color:#D3D3D3; }

.container.filter img#imgLoad { width:100%; margin: 0 auto; height: 10px; display: none;}


.header-burger-city { background: url("svg/burger.svg") no-repeat; width: 36px;height: 27px;}

#navbarToggleExternalContent .bg-dark { padding: 0; margin: 0; padding: 30px 0;}
#navbarToggleExternalContent ul { margin: 0; padding: 0; text-align: left; list-style: none;}
#navbarToggleExternalContent li { display: inline-block;  justify-content: center;align-items: center;}
#navbarToggleExternalContent li a { text-decoration: none; color: #000; font-weight: 500;background: #fff; margin-right: 10px; padding: 7px 10px; border-radius: 10px; line-height:50px; }
#navbarToggleExternalContent li:hover a { background: #13994B;transition: 0.4s; color: #fff;}

@media screen and (min-width:100px) and (max-width:999px)
{
  #navbarToggleExternalContent .bg-dark { padding: 0; margin: 0; padding: 10px 0;}
  #navbarToggleExternalContent li { display: block; background: none;}
  #navbarToggleExternalContent li a{ background: none; color: #fff; margin-right: 0px; line-height:50px; }
}
