

/* Start:/local/templates/landing/template_styles.css?174896260818496*/
@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,300;8..144,400;8..144,500;8..144,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400&display=swap');

:root {
    --red: #e60120;
    --grey: #b2b2b2;
    --black: #1a1a1a;
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth;

}

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

body {
    padding: 0;
    margin-top: 60px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.5em;
}

.upward {
    position: fixed;
    z-index: 1;
    bottom: 35px;
    right: 25px;
    width: 50px;
    height: 50px;
    background: url(/upload/img/uparrow.svg);
    background-size: cover;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}

.upward.active {
    visibility: visible;
    opacity: 1;

}

.policy p {
    text-align: justify;
}

.bg-grey {
    background-color: var(--grey);
}

.bg-red {
    background-color: var(--red);
}

.mt-3 {
    margin-top: 3em;
}

.h100 {
    height: 100%;
}

.policy-h1 {
    line-height: 1em;
    font-size: 1.5em;
}

h2 {

    font-size: 2em;
    text-align: center;
}

h3 {
    color: white;
    font-weight: 600;
    font-size: 1.5em;
    margin: 0 auto;

}

.container {
    max-width: 100%;
    margin: 0 auto;
    padding: 1em;
}

.id_navigation {
    position: relative;
    top: -80px;
}

.header__menu,
.header__phone-icons {
    display: none;
}


.open {
    display: block;
}


.item__description {
    transition: height .25s ease;
    overflow: hidden;
}


.item__description:not(.active) {
    height: 0px;
}

#description-1:not(.active) {
    height: 0px;
}


.header__burger {
    display: block;
    position: relative;
    width: 30px;
    height: 20px;
}

.header__burger::before,
.header__burger::after {
    content: '';
    background-color: var(--red);
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    transition: all 0.3s ease 0s;
}

.header__burger::before {
    top: 0;
}

.header__burger::after {
    bottom: 5%;
}

.header__burger span {
    position: absolute;
    background-color: var(--red);
    left: 0;
    width: 100%;
    height: 3px;
    top: 42%;
}

.header__burger.active span {
    transform: scale(0);
}

.header__burger.active::before {
    top: 45%;
    left: 0;
    transform: rotate(-45deg) translate(0, -50%);
}

.header__burger.active::after {
    bottom: 50%;
    left: 0;
    transform: rotate(45deg) translate(0, 50%);
}

.header__mobile-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1em;
}

.header__body {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: white;
    z-index: 2;

}

.header__body img {
    width: 18em;
}

.header__list {
    text-align: center;
    padding-left: 0;

}

.header__list li {
    list-style: none;
}

.header__link {
    color: var(--red);
    text-decoration: none;
    font-weight: 600;
    font-size: 1.5em;
    line-height: 2em;


}


.header__phone {
    text-align: left;

}

.header__phone a {
    text-decoration: none;
    color: var(--black);
    font-size: 1.2em;
    align-items: center;
}

.header__social-icons {
    align-items: center;
    text-align: center;
    padding-top: 1em;

}

.header__social-icons img {
    width: 3em;
    margin-right: 1em;
}

.banner-top {
    background-image: url("/upload/img/DSC02519.jpg");
    height: 20em;
    background-size: cover;
    background-position: center;
    border-bottom: 1.5em solid var(--red);
}


.item__image {
    text-align: center;
}

.item__image img {
    max-width: 70%;
}

.items {
    display: block;
    margin: 0 auto;


}

.item {
    margin: 2em auto;


}

.item__title {
    text-align: center;
}

.item__title {
    margin: 2em auto;
    font-weight: 600;
    font-size: 1.3em;
    color: var(--black);
}

.item__description table {
    border-collapse: collapse;
    margin: 0 auto;


}

.item__description table td {
    border-bottom: 1px solid var(--grey);
    padding-top: 1em;
}

.item__description table td:nth-child(even) {
    padding-left: 1em;
}

.item__button {
    text-align: center;
    padding: 1em 0;
}

.item__button__a {
    color: white;
    text-decoration: none;
    padding: 0.8em 1.5em;
    text-align: center;
    cursor: pointer;

}

.service__imgages {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1em;
}

.service__img {
    text-align: center;
}

.service__img img {
    max-width: 100%;
    border-bottom: 1em solid var(--grey);
}

.news__item {
    text-align: center;
    margin-bottom: 1em;
}

.news__image img {
    max-width: 75%;
    height: 250px;
    object-fit: cover;
    border-bottom: 1em solid var(--red);
}

.callback {
    background-image: url("/upload/img/bg.jpg");
    background-size: 100%;
    margin: 3em auto;
}

.callback__form {
    margin: 0 auto;
    display: block;
    width: 100%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.5);
    padding-bottom: 2em;
    box-shadow: inset 0 0 0.5px 1px hsla(0, 0%,
    100%, 0.075),
    0 0 0 1px hsla(0, 0%, 0%, 0.05),
    0 0.3px 0.4px hsla(0, 0%, 0%, 0.02),
    0 0.9px 1.5px hsla(0, 0%, 0%, 0.045),
    0 3.5px 6px hsla(0, 0%, 0%, 0.09);

}

.callback p {
    font-size: 0.8em;
    padding: 0 1em;
}

.callback__form input,
.callback__form textarea {
    width: 90%;
    font-family: inherit;
    margin: 1em auto;
    border-radius: 8px;
    border: 1px solid var(--grey);
    padding: 1em;
}

.callback__form button, .callback__form .submit-btn-wrap input.button.red_button {
    color: white;
    font-family: inherit;
    font-size: 1.2em;
    padding: 0.8em 2em;
    background-color: var(--red);
    border: none;
    cursor: pointer;
    width: auto;
    border-radius: 0;
}

.callback__form a {
    color: var(--black);
}

.callback__form a:hover {
    color: var(--red);
}


.contacts__items {
    display: block;
    width: 100%;

}

.contacts__items a {
    text-decoration: none;
    color: var(--red);
    font-weight: 600;
}

.contacts__phone,
.contacts__email {
    margin-top: 1em;
}


.contacts__item {
    box-shadow: inset 0 0 0.5px 1px hsla(0, 0%,
    100%, 0.075),
    0 0 0 1px hsla(0, 0%, 0%, 0.05),
    0 0.3px 0.4px hsla(0, 0%, 0%, 0.02),
    0 0.9px 1.5px hsla(0, 0%, 0%, 0.045),
    0 3.5px 6px hsla(0, 0%, 0%, 0.09);
    padding: 1em;
    margin-top: 1em;
}


.callback__title {
    background-color: var(--red);
    padding: 2em;
    margin-bottom: 2em;
    text-align: center;
    align-items: center;
    vertical-align: center;


}

.service_p {
    text-align: center;
}


footer {
    background-color: var(--black);
    padding: 3em 0;
    color: white;
    font-size: 1.2em;
}


.footer__area {
    display: block;
    text-align: center;

}

.footer__area a {
    color: white;
    text-decoration: none;
    font-weight: 600;
    margin-bottom: 3em;

}

.footer__legal {
    display: block;
    text-align: center;
    margin-top: 3em;
    font-size: 0.7em;
}

.footer__logo img {
    width: 15em;
}

.footer__astonia a {
    color: white;
    text-decoration: none;
}

.footer__astonia a:hover {
    text-decoration: underline;
}


@media (min-width: 768px) {

    .container {
        max-width: 760px;
        margin: 0 auto;
        padding: 1em;
    }


    .banner-top {
        height: 30em;
    }


    footer {
        margin-top: 2em;
    }


    .footer__area {
        display: flex;
        justify-content: space-between;
        align-items: center;

    }


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


}


@media (min-width: 992px) {

    .banner-top {
        height: 40em;
    }

    .header__body {
        display: block;
        text-align: center;
    }

    .header__logo {
        margin: 0 auto;
    }

    .header__phone-icons {
        display: block;
        align-items: center;
        text-align: center;
        margin-top: 1em;

    }

    .header__social-icons {
        margin-top: 1em;
    }

    .header__logo img {
        width: 25em;
    }


    .header__burger {
        display: none;
    }

    .header__menu {
        display: flex;
        align-items: center;

    }

    .header__list {
        display: flex;
        gap: 2em;
        justify-content: space-between;
        margin: 0 auto;

    }

    .header__link {
        font-size: 1em;
    }

    .header__social-icons img {
        width: 2em;
        margin-right: 1em;
    }

    .header__social-icons {
        padding-top: 0;
    }


    .item__image img {
        width: 25em;
    }

    .items {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2em;
    }

    .item__title,
    .item__button {
        text-align: left;
    }

    .container {
        max-width: 1200px;
        margin: 0 auto;
    }


    .news__image img,
    .service__img img {
        max-width: 100%;
    }

    .news__item {
        text-align: left;
    }


    .service__imgages {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 3em;
    }

    .news {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 3em;
    }

    .contacts__items {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 3em;
    }

    .contacts__item {
        margin-top: 0;
    }

    .header__list {
        gap: 2vw;
        font-size: 1.2em;
    }

    .callback {
        padding: 3em;
    }

}

@media (min-width: 1200px) and (max-width: 1300px) {
    .header__link, .header__phone a {
        font-size: 0.75em;
    }

    .header__list {
        gap: 2em;
    }
}

@media (min-width: 1300px) and (max-width: 1500px) {
    .header__link, .header__phone a {
        font-size: 0.85em;
    }
}

@media (min-width: 1200px) {

    .header__body {
        display: flex;
        justify-content: space-between;

    }

    .header__phone-icons {
        display: flex;
        margin: 0;
    }

    .header__social-icons {
        margin: 0;
    }

    .header__phone {
        margin-right: 1em;
    }

    .footer__logo img {
        width: 20em;
    }
}

.map-with-accordion {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
}

.map-block {
    width: 65%;
}

.list-block {
    width: 35%;
}

@media screen and (max-width: 1100px) {
    .map-with-accordion {
        flex-direction: column;
    }

    .map-block, .list-block {
        width: 100%;
    }
}

.item-city {
    border-radius: 5px;
    margin-bottom: 20px;
    cursor: pointer;
    color: #c7c7d1;
    padding: 25px 20px;
    background: var(--black);
}

.item-city .item-city-name {
    color: #c7c7d1;
    position: relative;
}

.item-city .item-city-name:after {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(/upload/down.png);
    z-index: 3;
    background-size: contain;
    background-repeat: no-repeat;
    right: 0px;
    top: 50%;
    transform: translateY(-25%);
}

.item-city.active .item-city-name:after {
    background: url(/upload/x.webp);
    background-size: contain;
    background-repeat: no-repeat;
}

.item-city .right-item {
    color: #fff;
    text-align: right;
}

.item-city-address, .item-city-phone, .item-city-email {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid white;
    padding: 7px 0px;
    margin: 7px 0;
}

.list-block-city {
    position: relative;
}

.list-city-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    z-index: 5;
    list-style: none;
    padding: 0;
    width: 100%;
    background: var(--black);
    color: hsl(240, 100%, 99%);
    list-style: none !important;
    padding: 0 0 25px 0px !important;
    height: 560px;
    overflow-y: scroll;
}

.list-city-content::-webkit-scrollbar {
    width: 16px;
}

.list-city-content::-webkit-scrollbar-thumb {
    border: 4px solid transparent;
    background-clip: content-box;
    border-radius: 50em;
    background-color: red;
}

.list-city-content::-webkit-scrollbar-track {
    background-color: transparent
}

.list-city-item {
    cursor: pointer;
    margin-bottom: 5px;
    padding: 9px 18px;
}

.list-city-item.active {
    background-color: hsl(4, 100%, 60%);
}

.list-block-dealer {
    height: 550px;
    overflow-y: scroll;
    margin-top: 10px;
}

.btn-call-form {
    width: 50%;
    height: 44px;
    border-radius: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    /* text-transform: lowercase; */
    text-decoration: none;
    background: hsl(4, 100%, 60%);
    color: #FFFFFF;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    margin-top: 20px;
}

#cityButton {
    width: 100%;
    cursor: pointer;
    font-weight: 800;
    text-decoration: none;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.2s ease;
    will-change: transform;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    font-size: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 0.75em;
    padding-right: 0em;
    border-radius: 0.25em;
    background: var(--black);
    color: hsl(240, 100%, 99%);
    margin: 0px !important
}

.list-block-dealer::-webkit-scrollbar {
    width: 16px;
}

.list-block-dealer::-webkit-scrollbar-thumb {
    border: 4px solid transparent;
    background-clip: content-box;
    border-radius: 50em;
    background-color: var(--black);
}

.list-block-dealer::-webkit-scrollbar-track {
    background-color: transparent
}

.item-city .item-city-info {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.15s ease-out;
}

.item-city.active .item-city-info {
    max-height: 1000px;
    transition: max-height 0.15s ease-in;
}

.header__social-icons a {
    text-decoration: none;
}

a.wa-fly__link {
    background: #25d366;
    border-radius: 100%;
    padding: 5px;
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.3s ease;

&
:hover {
    background: #85e5aa;
    transition: background 0.3s ease;
}

}
img.wa-fly__img {
    width: 34px;
    height: 34px;
}

.wa-fly {
    position: fixed;
    bottom: 150px;
    right: 25px;
}

.checkbox-wrap {
    width: 90%;
    margin: 0 auto;
}

.checkbox-wrap .checkbox {
    display: flex;
    position: relative;
    justify-content: center;
}

.checkbox-wrap .checkbox input[type=checkbox] {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
}

.checkbox-wrap .checkbox-inner {
    font-size: 0.8em;
    line-height: 1.28;
    position: relative;
    padding-left: 32px;
    padding-top: 3px;
    text-align: left;
    cursor: pointer;
}

.checkbox-wrap .checkbox-inner::before {
    content: "";
    background: #ffffff;
    border-radius: 3px;
    border: 2px solid var(--grey);
    width: 21px;
    height: 21px;
    position: absolute;
    left: 0;
    top: 0;
}

.checkbox-wrap .checkbox-inner a {
    text-decoration: underline;
    text-decoration-skip-ink: none;
}

.checkbox-wrap .checkbox-inner a:hover {
    text-decoration: none;
}

.checkbox-wrap .checkbox input[type=checkbox]:checked ~ span::before {
    background: url(/local/templates/landing/img/check.svg) no-repeat, #ffffff;
    background-position: center;
    background-size: 15px;
}

.checkbox-wrap .checkbox input[type=checkbox]:disabled ~ * {
    opacity: 0.45;
    pointer-events: none;
}

.checkbox-wrap .checkbox input[type=checkbox].error ~ span::before {
    border-color: rgba(255, 0, 0, 0.8);
}

/* cookies */
.cookies-section {
    display: none;
    padding: 14px 50px 14px 20px;
    position: fixed;
    bottom: 12px;
    width: calc(100% - 60px);
    max-width: 1000px;
    transform: translateX(-50%);
    left: 50%;
    z-index: 100001;
    background-color: #ffffff;
    box-shadow: 0 0 16px 0 rgba(46, 41, 41, 0.2);
}

.cookies-section__close {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 20px;
    height: 20px;
    display: flex;
    cursor: pointer;
    z-index: unset;
    color: #333333;
    opacity: 0.5;
    transition: opacity 0.3s;
}

.cookies-section__close:hover {
    opacity: 1;
}

.cookies-section__close svg {
    color: currentColor;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cookies-section__close svg path {
    fill: currentColor;
}

.cookies-section__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

.cookies-section__row .col {
    padding-right: 60px;
    flex-grow: 1;
    width: 60%;
}

.cookies-section__row .button {
    margin-bottom: 0;
    font-size: 16px;
    padding: 8px 28px;
}

.cookies-section__txt {
    font-size: 13px;
    line-height: 1.24;
}

.cookies-section__txt a {
    text-decoration: underline;
    text-decoration-skip-ink: none;
}

.cookies-section__txt a:hover {
    text-decoration: none;
}

.cookies-section .button {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
    background-color: var(--red);
    color: white;
    padding: 12px 28px;
    cursor: pointer;
    border: 0;
    font-size: 15px;
    transition: opacity 0.3s;
}

.cookies-section .button:hover {
    opacity: 0.8;
}

@media screen and (max-width: 1450px) {
    .cookies-section {
        width: calc(100% - 1em);
    }
}

@media screen and (max-width: 991px) {
    .cookies-section__txt {
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    .cookies-section {
        padding: 12px 30px 12px 15px;
        bottom: 10px;
    }

    .cookies-section .col {
        padding-right: 0;
    }
}

@media screen and (max-width: 575px) {
    .cookies-section__close {
        right: 8px;
        top: 8px;
    }

    .cookies-section__row .col {
        width: 100%;
    }
}
/* End */
/* /local/templates/landing/template_styles.css?174896260818496 */
