

/* Start:/local/templates/main/css/style.css?161364911242457*/
/* reset section */

*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    background-color: #fff;
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

p+p {
    margin-top: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
.regular-text,
.title-text,
.bold-text,
.heavy-text,
.copyright-text,
.special-text,
.button,
.label,
.car-price,
.comment-content,
.question-text,
.banner-title,
.banner-subtitle,
input,
input::placeholder,
.input-error,
textarea {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #191F23;
    transition: 0.3s;
}

h1,
h2,
.title-text,
.bold-text,
.heavy-text,
.copyright-text,
.special-text,
.car-title,
.car-price,
.label,
.question-text,
.banner-title {
    line-height: 125%;
}


/* fonts styles */

h1,
.banner-title {
    font-weight: 800;
    font-size: 54px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.banner-subtitle {
    font-family: Roboto, Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
}

h2,
.title-text {
    font-weight: 800;
    font-size: 36px;
    margin-bottom: 50px;
}

.bold-text {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 10px;
}

.car-price {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 125%;
    text-align: right;
    color: #F55D00;
}

.question-text {
    font-weight: bold;
    font-size: 22px;
    color: #52617C;
}

.heavy-text {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.comments-slider {
    margin: 0 -17px;
}

.slick-track {
    display: flex !important;
    align-items: stretch;
    justify-content: flex-start;
    padding: 30px 0;
}

.slick-disabled {
    opacity: 0.4;
}

.comment-wrap {
    padding: 0 17px;
    height: auto !important;
    outline: none;
}

.comment-content {
    font-style: italic;
    font-size: 17px;
    color: #52617C;
}

.copyright-text {
    font-size: 14px;
    color: #FFFFFF;
    opacity: 0.3;
}

.special-text {
    font-size: 14px;
    color: #52617C;
}

.dark-section h1,
.dark-section h2,
.dark-section h3,
.dark-section h4,
.dark-section h5,
.dark-section h6,
.dark-section p,
.dark-section b,
.dark-section i,
.dark-section .regular-text,
.dark-section .bold-text,
.dark-section .title-text,
.dark-section .heavy-text,
.dark-section .banner-title,
.dark-section .banner-subtitle {
    color: #fff;
}

.button {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #F55D00;
    border-radius: 5px;
    padding: 19px 20px;
    margin: 0 auto;
    cursor: pointer;
    width: min-content;
    white-space: nowrap;
    margin-top: 20px;
    text-decoration: none;
}

.button:hover {
    background: #f28c35;
}

.label {
    display: inline-block;
    padding: 2px 13px;
    font-size: 14px;
    color: #52617C;
    border: 1px solid #52617C;
    border-radius: 5px;
}

.input-error {
    font-size: 10px;
    color: #F44336;
    text-align: left;
}


/* layout styles */

.container {
    width: 100%;
    max-width: 1360px;
    padding: 0 70px;
    margin: 0 auto;
    position: relative;
}

.container-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    z-index: -1;
    max-height: 100%;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex-container_catalog {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.block {
    width: 25%;
    margin-bottom: 50px;
}

.block:nth-child(4n - 3) {
    padding: 0 24px 0 0;
}

.block:nth-child(4n - 2) {
    padding: 0 18px 0 12px;
}

.block:nth-child(4n - 1) {
    padding: 0 12px 0 18px;
}

.block:nth-child(4n) {
    padding: 0 0 0 24px;
}

.card {
    background: #FFFFFF;
    box-shadow: 0px 5px 30px rgba(34, 38, 77, 0.15);
    border-radius: 10px;
    padding: 15px 15px 19px;
    height: 100%;
}

.card {
    color: #191F23;
}

.element {
    width: 33.33%;
    margin-bottom: 40px;
}

.element:nth-child(3n - 2) {
    padding: 0 24px 0 0;
}

.element:nth-child(3n - 1) {
    padding: 0 12px;
}

.element:nth-child(3n) {
    padding: 0 0 0 24px;
}

.wide-element {
    width: 66.66%;
    padding: 0 18px 0 0;
}

.wide-element+.element {
    padding: 0 0 0 18px;
    margin-bottom: 0;
}

.element+.wide-element {
    padding: 0 0 0 18px;
}

.element .title-text,
.wide-element .title-text {
    margin-bottom: 20px;
}

.button.wide {
    padding: 18px 37px;
}

.image-container {
    width: 100%;
    height: auto;
    font-size: 0;
}

.image-container img {
    width: 100%;
    height: auto;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
}


/* section specific */

.advantages-section,
.comments-section,
.faq-section {
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
}

.workflow-section,
.about-section {
    padding-top: 160px;
    padding-bottom: 90px;
    position: relative;
}

.footer-section {
    padding-top: 90px;
    position: relative;
}


/* advantages section */

.advantage-icon,
.workflow-icon {
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0px 5px 30px rgba(34, 38, 77, 0.15);
    border-radius: 10px;
    width: 69px;
    height: 69px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.advantage-icon {
    background: #F2F2F2;
}

.advantage-icon img {
    max-width: 50px;
    max-height: 50px;
}


/* section workflow */

.workflow-icon {
    background: linear-gradient(161.5deg, #FFAA43 12.54%, #FE5B3E 93.5%);
}

.workflow-icon img {
    max-width: 40px;
    max-height: 40px;
}

.workflow-list {
    margin-bottom: 80px;
}

.car-preview {
    margin-bottom: 20px;
}

.top-part {
    width: 100%;
}

.car-preview img {
    border-radius: 10px;
}

.labels-list {
    margin-bottom: 15px;
}

.bold-text.car-title {
    border-bottom: 1px solid #E5E5E9;
    color: #191F23;
    padding-bottom: 10px;
    margin: 0;
}

.car-specs-list,
.car-spec,
.car-info,
.comment-header,
.person-info,
.vertical-stretch,
.footer-copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.car-specs-list {
    padding: 20px 0;
}

.car-spec .special-text {
    margin-left: 10px;
}

.car-info {
    border-top: 1px solid #E5E5E9;
    padding-top: 20px;
    width: 100%;
}

.comment-header {
    margin-bottom: 20px;
}

.comments-section .card {
    margin: 0;
    height: 100%;
}

.comments-navigation {
    display: flex;
    justify-content: space-between;
}

.comments-navigation .title-text {
    margin-bottom: 0;
}

.comments-navigation {
    margin-bottom: 40px;
}

.navigation-arrows {
    display: flex;
    align-items: center;
}

.arrow-left,
.arrow-right {
    width: 40px;
    height: 40px;
    border: 1px solid #52617C;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrow-right {
    margin-left: 24px;
}

.arrow-right img {
    transform: rotate(180deg);
}

.vertical-stretch {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}

.person-avatar {
    width: 50px;
    height: 50px;
    margin-right: 20px;
}

.person-avatar img {
    border-radius: 10px;
}

.quotes {
    height: 40px;
    width: 40px;
}

.quotes img {
    max-width: 100%;
    max-height: 100%;
}


/* section faq */

.question {
    padding: 30px 20px;
    border-bottom: 1px solid #E5E5E9;
    transition: 0s;
    overflow: hidden;
}

.question:first-child {
    border-top: 1px solid #E5E5E9;
}

.question:hover {
    background: #F5F7FA;
}

.question.open .question-text,
.question:hover .question-text {
    color: #191F23;
}

.question-text {
    cursor: pointer;
    position: relative;
    padding: 0 20px 0 0;
}

.question-text::after {
    content: url("/local/templates/main/img/arrow.png");
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    transition: 0.4s;
    line-height: 0px;
    height: 10px;
}

.question.open .question-text::after {
    transform: translate(0, -50%) rotate(-180deg);
}

.answer-text {
    padding: 30px 45px 13px 0;
}

.answer-toggle {
    transition: 0s;
    display: none;
}


/* about-section */

.about-image img {
    filter: drop-shadow(0px 5px 30px rgba(34, 38, 77, 0.15));
    border-radius: 10px;
}

.about-message {
    margin-bottom: 32px;
}

.about-section .special-text {
    color: #fff;
    opacity: 0.5;
}

.about-section .wide-element {
    padding-top: 20px;
    padding-bottom: 20px;
}


/* footer-section */

.footer-section {
    padding-bottom: 0;
}

.footer-section .flex-container {
    margin-bottom: 90px;
}

.contacts-list {
    margin-bottom: 32px;
}

.contact-phone,
.contact-email,
.contact-point {
    display: block;
    padding-left: 36px;
    position: relative;
    text-decoration: none;
    color: #fff;
}

.contact-phone,
.contact-email {
    margin-top: 18px;
}

.contact-phone:hover,
.contact-email:hover {
    text-decoration: none;
}

.contact-phone::before {
    content: url('/local/templates/main/img/phone-icon.png');
}

.contact-email::before {
    content: url('/local/templates/main/img/email-icon.png');
}

.contact-point::before {
    content: url('/local/templates/main/img/position-icon.png');
}

.contact-point::before,
.contact-email::before,
.contact-phone::before {
    position: absolute;
    left: 0;
    top: 1px;
}

.footer-section .element {
    padding-top: 25px;
    margin: 0;
}

.map-container {
    border-radius: 10px;
    overflow: hidden;
}

.footer-copyright {
    border-top: 1px solid #ffffff33;
    height: 70px;
}


/* banner-section */

.banner-section {
    position: relative;
    padding: 167px 0 100px 0;
}

.banner-main-text {
    margin-bottom: 150px;
}

.banner-image {
    margin-bottom: 32px;
    font-size: 0;
}

.banner-image img {
    max-width: 88%;
}

.info-card {
    padding: 30px 38px 36px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.info-card .title-text {
    color: #191F23;
    margin-bottom: 10px;
}

.info-card input {
    width: 100%;
    padding: 13px 15px;
    background: #F0F2F5;
    border-radius: 4px;
    border: none;
    outline: none;
    font-size: 16px;
}

.checkbox {
    width: 16px;
    height: 16px;
    min-widtH: 16px;
    border: 1px solid #F55D00;
    box-sizing: border-box;
    border-radius: 2px;
    position: relative;
    top: -1px;
    position: relative;
}

.checkbox.checked::after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    background: #F55D00;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.checkbox-field {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 28px;
    width: 100%;
}

.agreement-text {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #84888F;
    padding-left: 14px;
}

.agreement-text a {
    color: #FE5B3E;
    text-decoration: none;
}

.agreement-text a:hover {
    color: #FE5B3E;
    text-decoration: underline;
}

.info-card textarea {
    width: 100%;
    padding: 13px 15px;
    background: #F0F2F5;
    border-radius: 4px;
    border: none;
    outline: none;
    font-size: 16px;
    height: 100px;
    resize: none;
}

.error input,
.error textarea,
input.error,
textarea.error {
    border: 1px solid red;
}

.input-field .input-error {
    display: none;
}

.input-field.error .input-error {
    display: block;
}

.info-card input::placeholder {
    font-size: 16px;
    color: #84888F;
}

.info-card .button {
    width: 100%;
    margin-top: 4px;
}

.info-card input.button {
    background: #F55D00;
}

.info-card input.button:hover {
    background: #f28c35;
}


/* header */

.header {
    position: absolute;
    width: 100%;
    height: 98px;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    left: 50%;
    transform: translate(-50%, 0);
}

.header .button {
    margin: 0;
    padding: 14px 32px;
}

.header-navigation {
    display: flex;
    align-items: center;
}

.nav-element {
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    text-decoration: none;
}

.nav-element+.nav-element {
    margin-left: 30px;
}

.banner-section .wide-element .flex-container .element:nth-child(-n+3) {
    padding: 0 15px 0 0;
    margin-bottom: 0;
}

.banner-section .wide-element .flex-container .element:nth-child(1) {
    /* width: 25.5%; */
}

.banner-section .wide-element .flex-container .element:nth-child(2) {
    /* width: 35%; */
}

.banner-section .wide-element .flex-container .element:nth-child(3) {
    /* width: 29.4%; */
}


/* bx slider restile */

.bx-viewport {
    height: 100% !important;
    box-sizing: content-box;
    margin: 0 -20px;
    padding: 10px 20px;
}


/* popup */

.popup-text {
    font-weight: bold;
    font-size: 18px;
    line-height: 125%;
    text-align: center;
    color: #191F23;
    margin-bottom: 24px;
    width: 100%;
}

.popup-window {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 10;
    overflow-y: auto;
    padding: 0;
}

.popup-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: max-content;
    min-height: 100%;
    padding: 30px 20px;
    position: relative;
}

.popup-window .title-text {
    width: 100%;
}

.popup-background {
    width: 100%;
    height: 100%;
    background: #121719;
    opacity: 0.6;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 15;
}

.popup-card {
    width: 377px;
    padding: 30px 38px 36px;
    background: #fff;
    box-shadow: 0px 5px 30px rgba(34, 38, 77, 0.15);
    border-radius: 10px;
    text-align: center;
    position: relative;
    z-index: 20;
}

.popup-card.wide {
    width: 700px;
}

.popup-card .title-text {
    margin-bottom: 30px;
}

.close-button {
    position: absolute;
    right: -50px;
    top: -10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.close-button .d1,
.close-button .d2 {
    width: 42px;
    height: 4px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 4px;
    transition: 0.3s;
}

.close-button .d1 {
    transform: Rotate(45deg);
}

.close-button .d2 {
    transform: Rotate(-45deg);
}

.close-button:hover .d1,
.close-button:hover .d2 {
    background: #F55D00;
}

.format-input {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.format-input .input-field:nth-child(1) {
    width: 50%;
    padding-right: 12px;
}

.format-input .input-field:nth-child(2) {
    width: 50%;
    padding-left: 12px;
}

.format-input .input-field:nth-child(3) {
    width: 100%;
}

.submit-field {
    width: 100%;
}

.submit-field .button {
    width: 300px;
    margin: 0 auto 28px;
}


/* decoration */

.about-section .element {
    position: relative;
}

.workflow-section,
.advantages-section {
    overflow: hidden;
    position: relative;
}

.advantages-decoration-1 {
    position: absolute;
    top: 50px;
    left: -45px;
    transform-origin: left center;
}

.advantages-decoration-2 {
    position: absolute;
    bottom: 50px;
    right: 0;
    transform-origin: right center;
}

.advantages-decoration-2 img {
    transform: rotateY(180deg);
}

.advantages-decoration-1 img,
.advantages-decoration-2 img {
    width: 150%;
    max-width: 200%;
}

.decoration {
    position: absolute;
    z-index: -1;
    /* display: none; */
}

.banner-image {
    position: relative;
}

.banner-decoration-1 {
    left: -131px;
    top: -80px;
}

.banner-decoration-2 {
    left: -131px;
    top: -42px;
}

.banner-decoration-1 img,
.banner-decoration-2 img {
    max-width: 100%;
}

.workflow-block {
    position: relative;
}

.workflow-decoration-1,
.workflow-decoration-2,
.workflow-decoration-3 {
    max-width: 57%;
}

.workflow-decoration-1 {
    right: 24px;
    top: 0;
}

.workflow-decoration-2 {
    top: 50px;
    right: 18px;
}

.workflow-decoration-2 img {
    transform: rotate(180deg);
}

.workflow-decoration-3 {
    right: 12px;
    top: 0;
}

.workflow-decoration-4 {
    left: -65px;
    top: 65px;
    opacity: 0.6;
    transform-origin: left center;
}

.workflow-decoration-4 img {
    transform: rotateY(180deg);
}

.workflow-decoration-5 {
    right: -85px;
    top: 35px;
    opacity: 0.6;
    transform-origin: right center;
}

.workflow-decoration-6 {
    right: -85px;
    bottom: 65px;
    opacity: 0.6;
    transform-origin: right center;
}

.workflow-decoration-5 img,
.workflow-decoration-6 img {
    width: 80%;
}

.workflow-decoration-5 img {
    transform: rotate(-60deg);
}

.wrokflow-decoration .about-section .element {
    position: relative;
}

.about-decoration-1 {
    bottom: -195px;
    right: -250px;
}

.footer-section .wide-element {
    position: relative;
}

.footer-decoration-1 {
    left: -102px;
    bottom: -76px;
}

.form-success {
    display: none;
    width: 100%;
    text-align: center;
}

.form-input {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form-input input {
    width: 100%;
    margin-bottom: 0;
}

.form-input .input-field {
    width: 100%;
    margin-bottom: 24px;
}

.input-field textarea {
    margin-top: 20px;
}

form.success .form-input {
    display: none;
}

form.success .form-success {
    display: block;
}

.success-icon {
    margin-bottom: 30px;
}

input[type="submit"].button {
    margin-bottom: 0;
}


/*
.card::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(0deg, rgba(255,255,255,1) 15%, rgba(252,255,255,0) 100%, rgba(255,255,255,1) 100%);
    left: 0;
}

*/


/* socials */

.social-links {
    position: fixed;
    bottom: 150px;
    right: 30px;
    z-index: 9;
}

.social-link {
    display: block;
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
    box-shadow: 0px 5px 30px rgba(34, 38, 77, 0.15);
    border-radius: 50%;
}

.banner-section .social-links {
    width: 135px;
}

.banner-section .social-link {
    width: 30px;
    heighT: 30px;
    margin: 0 15px 0 0;
}

.banner-section .header-contacts {
    display: block;
    position: absolute;
    left: 50%;
    top: 85px;
    transform: translate(-50%, 0);
}

.banner-section .header-contacts .contact-phone {
    font-size: 24px;
    padding-left: 27px;
    width: 240px;
}

.banner-section .contact-phone::before {
    content: url(/local/templates/main/img/phone-icon.png);
}


/* animation classes */

.js-animation-fade-tiled>* {
    opacity: 0;
}

.js-animation-slide-to-screen {
    transform: translate(150vw, 0);
    transition: 2s;
}

@media screen and (max-width: 1000px) {
    .js-animation-fade-tiled>* {
        opacity: 1;
    }
    .js-animation-slide-to-screen {
        transform: translate(0, 0);
    }
}


/* 404 */

.error-404 {
    max-width: 800px;
    margin: 60px auto 0;
    text-align: center;
}

.error-404 img {
    margin-bottom: 70px;
}

.error-404-text {
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 125%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 30px;
}

a.error-404-text {
    text-decoration: none;
    color: #FE5B3E;
}

a.error-404-text:hover {
    color: #F55D00;
}

.banner-404 {
    min-height: 100vh;
}

.agreement-header {
    font-family: Raleway;
    font-style: normal;
    font-weight: 800;
    font-size: 54px;
    line-height: 125%;
    color: #FFFFFF;
}


/* fancy button animation */

@-webkit-keyframes sheens {
    0%,
    79% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
        transform: rotateZ(60deg) translate(-5em, 7.5em)
    }
    80% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
        transform: rotateZ(60deg) translate(-5em, 7.5em)
    }
    95% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: rotateZ(60deg) translate(1em, -11em);
        transform: rotateZ(60deg) translate(1em, -11em)
    }
    to {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: rotateZ(60deg) translate(1em, -9em);
        transform: rotateZ(60deg) translate(1em, -9em)
    }
}

@keyframes sheens {
    0%,
    79% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
        transform: rotateZ(60deg) translate(-5em, 7.5em)
    }
    80% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
        transform: rotateZ(60deg) translate(-5em, 7.5em)
    }
    95% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: rotateZ(60deg) translate(1em, -11em);
        transform: rotateZ(60deg) translate(1em, -11em)
    }
    to {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: rotateZ(60deg) translate(1em, -9em);
        transform: rotateZ(60deg) translate(1em, -9em)
    }
}

.btn_box {
    font-family: Raleway;
    background: #F55D00;
    background: -webkit-gradient(linear, left top, right top, from(#F55D00), to(#f28c35));
    background: linear-gradient(to right, #F55D00 0%, #f28c35 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#F55D00', endColorstr='#f28c35', GradientType=1);
    /* -webkit-box-shadow: 0 8px 18px 0 rgba(55, 129, 208, .53) !important; */
    /* box-shadow: 0 8px 18px 0 rgba(55, 129, 208, .53) !important; */
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    /* border-bottom: 4px solid #22529a; */
    text-shadow: 0 1px 0 rgba(27, 174, 91, .004);
    background-position: 0 100%;
    background-size: 100%;
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
}

.btn_flare {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
}

.btn_flare:after {
    content: "";
    position: absolute;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(229, 172, 142, 0)), color-stop(50%, rgba(255, 255, 255, .7)), color-stop(50%, rgba(229, 172, 142, 0)));
    background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255, 255, 255, .7) 50%, rgba(229, 172, 142, 0));
    -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
    -ms-transform: rotate(60deg) translate(-5em, 7.5em);
    transform: rotateZ(60deg) translate(-5em, 7.5em);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-animation: sheens 3s infinite;
    animation: sheens 3s infinite;
    z-index: 1;
}

.btn_box:hover {
    background-size: 150%;
    border-color: #f28c35;
}

.callback-button .btn_box {
    padding: 12px 30px;
}

.popup-submit-button {
    width: 100%;
}

.popup-submit-button .btn_box {
    width: 100%;
    font-size: 16px;
    padding: 10px 15px;
}

.popup-card.wide .popup-submit-button .btn_box {
    max-width: 300px;
    margin: 0 auto;
}

.banner-section .popup-submit-button .btn_box {
    padding: 16px 15px;
}

.auto-request-button {
    width: 100%;
    margin-top: 20px;
}

.auto-request-button .btn_box {
    display: block;
    margin: 0 auto;
    font-size: 16px;
    width: max-content;
    padding: 16px 25px;
}


/* scroos section */

.cross-section-panel {
    border-radius: 10px;
    height: 116px;
    margin: -58px auto;
    background: #fff;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(100.59deg, #1A1F23 0%, #27343D 100%);
    box-shadow: 0px 5px 30px rgba(34, 38, 77, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 8;
    text-align: right;
    padding: 0 230px;
}

.panel-text {
    font-weight: bold;
    font-size: 22px;
    line-height: 125%;
    margin: 0 36px 0 0;
}

.cross-section-panel .btn_box {
    font-size: 20px;
    line-height: 23px;
    margin: 0;
    padding: 17px 60px;
    cursor: pointer;
    white-space: nowrap;
}

.cross-section-panel .contact-phone::before {
    position: relative;
    left: -5px;
    top: 5px;
}

.panel-content {}


/* adaptive section */

.mobile-block {
    display: none;
}

@media screen and (max-width: 1500px) {
    .banner-section .header-contacts {
        top: 70px;
    }
    .container {
        max-width: 1220px;
        padding-left: 60px;
        padding-right: 60px;
    }
    h1,
    .banner-title {
        font-size: 48px;
    }
    h2,
    .title-text {
        font-size: 32px;
    }
    .bold-text,
    .car-price,
    .question-text {
        font-size: 20px;
    }
    .banner-section {
        padding-top: 135px;
    }
    .banner-subtitle {
        font-size: 18px;
    }
    .heavy-text {
        font-size: 16px;
    }
    .banner-main-text {
        margin-bottom: 120px;
    }
    .comment-content,
    .button {
        font-size: 14px;
    }
    .copyright-text,
    .special-text,
    .label {
        font-size: 12px;
    }
    .comments-section .card {
        /* height: 215px; */
    }
    .workflow-list {
        margin-bottom: 20px;
    }
    .cross-section-panel {
        padding: 0 150px;
    }
}

@media screen and (max-width: 1400px) {
    .banner-decoration-1 img,
    .banner-decoration-2 img {
        max-width: 95%;
    }
    .banner-decoration-1 {
        left: -61px;
        top: -47px;
    }
    .banner-decoration-2 {
        left: -90px;
        top: -63px;
    }
}

@media screen and (max-width: 1300px) {
    .container {
        max-width: 1160px;
        padding-left: 80px;
        padding-right: 80px;
    }
    h1,
    .banner-title {
        font-size: 36px;
    }
    h2,
    .title-text {
        font-size: 22px;
    }
    .bold-text,
    .car-price,
    .question-text {
        font-size: 18px;
    }
    .banner-subtitle {
        font-size: 16px;
    }
    .header.container {
        max-width: 100%;
    }
    .advantages-section,
    .comments-section,
    .faq-section {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .workflow-section,
    .about-section {
        padding-top: 120px;
        padding-bottom: 70px;
    }
    .footer-section {
        padding-top: 70px;
    }
    .comments-navigation {
        margin-bottom: 20px;
    }
    .comments-section .card {
        /* height: 230px; */
    }
    .banner-main-text {
        margin-bottom: 90px;
    }
    .info-card {
        padding: 30px 20px;
    }
    .advantage-icon,
    .workflow-icon {
        width: 60px;
        height: 60px;
    }
    .advantage-icon img {
        max-width: 40px;
        max-height: 40px;
    }
    .workflow-icon img {
        max-width: 35px;
        max-height: 35px;
    }
    .about-decoration-1 {
        bottom: -90px;
        right: -280px;
    }
    .about-decoration-1 img {
        width: 80%;
    }
    .social-links {
        right: 20px;
    }
    .social-link {
        width: 40px;
        height: 40px;
    }
    .callback-button .btn_box {
        font-size: 15px;
    }
}

@media screen and (max-width: 1200px) {
    .comments-section .card {
        /* height: 245px; */
    }
    .header-logo {
        width: 180px;
    }
    .nav-element {
        font-size: 16px;
    }
    .header .button {
        font-size: 13px;
        padding: 10px 22px;
    }
    .banner-decoration-1 {
        left: -55px;
        top: -51px;
    }
    .banner-decoration-2 {
        transform: rotateY(180deg);
        left: unset;
        right: 60px;
        top: -90px;
    }
    .banner-decoration-1 img,
    .banner-decoration-2 img {
        max-width: 100%;
        height: auto;
    }
    .cross-section-panel {
        padding: 0 110px;
    }
}

@media screen and (max-width: 1100px) {
    .nav-element {
        font-size: 15px;
    }
    .nav-element+.nav-element {
        margin-left: 15px;
    }
    .btn_box {
        font-size: 16px;
    }
    .about-decoration-1 {
        bottom: -20px;
    }
    .cross-section-panel {
        padding: 0 70px;
    }
}

@media screen and (max-width: 1000px) {
    .banner-section {
        padding-top: 115px;
    }
    .banner-section .contact-phone {
        margin: 0;
    }
    .mobile-block {
        display: block;
    }
    .banner-section .header-contacts {
        position: static;
        transform: none;
    }
    .banner-section .header-contacts .contact-phone {
        font-size: 14px;
        padding-left: 18px;
        width: 140px;
    }
    .banner-section .contact-phone::before {
        content: url(/local/templates/main/img/phone-icon-small.png);
    }
    .social-links {
        position: static;
        width: 100%;
        display: flex;
    }
    .social-link {
        margin-right: 15px;
    }
    .contacts-list {
        margin-bottom: 20px;
    }
    .container {
        max-width: 875px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .block {
        width: 50%;
        margin-bottom: 35px;
    }
    .block:nth-child(2n-1) {
        padding: 0 20px 0 0;
    }
    .block:nth-child(2n) {
        padding: 0 0 0 20px;
    }
    .element {
        width: 50%;
        margin-bottom: 35px;
    }
    .element:nth-child(2n-1) {
        padding: 0 20px 0 0;
    }
    .element:nth-child(2n) {
        padding: 0 0 0 20px;
    }
    .question {
        padding: 20px 15px;
    }
    .wide-element {
        width: 100%;
        padding: 0;
    }
    .element+.wide-element {
        padding: 0;
        margin-top: 24px;
    }
    .footer-section .flex-container {
        margin-bottom: 48px;
    }
    .header.container {
        flex-wrap: wrap;
        justify-content: space-between;
        padding-top: 8px;
    }
    .header-navigation {
        width: 100%;
        justify-content: center;
        order: 5;
    }
    .banner-main-text {
        margin-bottom: 60px;
    }
    .banner-image img {
        display: block;
        margin: 0 auto;
    }
    .price-estimate .wide-element {
        margin-bottom: 32px;
    }
    .price-estimate .element {
        padding: 0;
        width: 100%;
    }
    .info-card {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .info-card .title-text {
        width: 100%;
        margin-bottom: 20px;
    }
    .banner-section .form-input .input-field {
        width: 48%;
        margin: 0 0 20px;
    }
    .info-card input:last-child {
        margin: 0;
    }
    .about-section .element {
        padding: 0;
    }
    .workflow-decoration-1,
    .workflow-decoration-2,
    .workflow-decoration-3 {
        display: none;
    }
    .about-decoration-1 {
        bottom: -190px;
        right: -235px;
    }
    .about-decoration-1 img {
        width: 100%;
    }
    .footer-decoration-1 {
        left: unset;
        bottom: unset;
        top: -28%;
        right: -6%;
    }
    .banner-decoration-1 {
        left: -21px;
        top: -51px;
    }
    .banner-decoration-2 {
        right: 0px;
        top: -80px;
    }
    .banner-decoration-2 img {
        max-width: 120%;
        width: 120%;
    }
    .banner-section .wide-element .flex-container .element:nth-child(-n+3) {
        margin: 0 0 18px;
    }
    .workflow-decoration-5,
    .workflow-decoration-6,
    .advantages-decoration-1,
    .advantages-decoration-2 {
        display: none;
    }
    .callback-button .btn_box {
        padding: 8px 20px;
    }
    .cross-section-panel {
        height: 90px;
        margin: -45px auto;
    }
    .panel-text {
        font-size: 18px;
    }
    .cross-section-panel .btn_box {
        font-size: 18px;
        padding: 12px 40px;
    }
}

@media only screen and (max-width: 850px) {
    /* // Fix height and scrollbars */
    body {
        min-height: 100%;
        overflow: auto;
        overflow-x: hidden;
        /* // Fix hyphenation */
        word-wrap: break-word;
        /* // Fix rendering fonts */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        /* // Fix text zoom on Mobile Devices */
        -ms-text-size-adjust: 100%;
        -moz-text-size-adjust: 100%;
        -webkit-text-size-adjust: 100%;
        /* // Fix tap color */
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        /* // Remove 300ms delay on Mobile Devices */
        -ms-touch-action: manipulation;
        touch-action: manipulation;
    }
    .popup-card.wide {
        width: 100%;
    }
    .popup-card.wide .close-button {
        right: 15px;
        top: 0;
    }
    .popup-card.wide .close-button .d1,
    .popup-card.wide .close-button .d2 {
        width: 30px;
        background: #F55D00;
    }
    .question-text {
        font-size: 16px;
    }
}

@media screen and (max-width: 800px) {
    .cross-section-panel {
        padding: 0 40px;
    }
}

@media screen and (max-width: 750px) {
    .about-section {
        overflow: hidden;
    }
    .container {
        max-width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }
    h1,
    .banner-title {
        font-size: 32px;
    }
    h2,
    .title-text {
        font-size: 22px;
    }
    .advantages-section,
    .comments-section,
    .faq-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .advantages-section,
    .comments-section {
        padding-bottom: 85px;
    }
    .workflow-section,
    .about-section {
        padding-top: 85px;
        padding-bottom: 40px;
    }
    .footer-section {
        padding-top: 40px;
    }
    .element:nth-child(n) {
        width: 100%;
        max-width: 430px;
        padding: 0;
        margin: 0 auto 30px;
    }
    .banner-section .wide-element .flex-container .element:nth-child(-n+3) {
        width: 100%;
        margin: 0 0 18px;
        max-width: 100%;
    }
    .price-estimate .element {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }
    .footer-section .element {
        width: 100%;
        max-width: 100%;
    }
    .about-decoration-1 {
        bottom: 50%;
        right: 0;
        transform: rotate(-105deg);
    }
    .footer-decoration-1 {
        display: none;
    }
    .banner-image img {
        max-width: 75%;
    }
    .banner-decoration-1 {
        left: -10px;
    }
    .banner-decoration-1 img {
        max-width: 97%;
    }
    .banner-decoration-2 {
        right: -10px;
        top: -60px;
    }
    .banner-decoration-2 img {
        width: 100%;
    }
    .flex-container_catalog {
        flex-direction: column;
    }
    .callback-button,
    .header-logo {
        margin-bottom: 15px;
    }
    .banner-section .social-links {
        width: 50%;
        order: 3;
        margin-bottom: 12px;
    }
    .banner-section .header-contacts {
        order: 4;
        margin-bottom: 12px;
    }
    .banner-section {
        padding-top: 150px;
    }
    .cross-section-panel .callback-button {
        margin: 0;
    }
    .cross-section-panel .btn_box {
        padding: 10px 35px;
        font-size: 16px;
        line-heighT: 20px;
    }
    .panel-text {
        font-size: 16px;
    }
    .cross-section-panel {
        padding: 0 20px;
    }
}

@media screen and (max-width: 600px) {
    .block:nth-child(n) {
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }
    .answer-text {
        padding: 20px 10px 13px 0;
    }
    .comments-section .card {
        height: auto;
    }
    .header.container {
        justify-content: space-between;
    }
    .banner-section {
        padding-top: 200px;
    }
    .header-navigation {
        flex-wrap: wrap;
    }
    .nav-element+.nav-element {
        margin: 0;
    }
    .header-navigation .nav-element {
        width: 50%;
        margin: 0 0 10px;
        text-align: center;
    }
    .map-container {
        height: 280px;
    }
    .banner-section .form-input .input-field {
        width: 100%;
    }
    .close-button {
        right: 15px;
        top: 0;
    }
    .close-button .d1,
    .close-button .d2 {
        width: 30px;
        background: #F55D00;
    }
    .banner-section .workflow-title,
    .banner-section .workflow-description,
    .advantage-block,
    .workflow-block {
        text-align: center;
    }
    .advantage-icon,
    .workflow-icon {
        width: 80px;
        height: 80px;
        margin: 0 auto 20px;
    }
    .header-contacts {
        order: 3;
        width: 140px;
    }
    .header-contacts .contact-phone {
        display: block;
        margin: 5px auto;
        font-size: 16px;
        width: 175px;
    }
    .cross-section-panel {
        height: 136px;
        margin: -68px 0;
        flex-direction: column;
    }
    .panel-text {
        text-align: center;
        margin: 0 0 18px;
    }
    .workflow-section,
    .about-section {
        padding-top: 120px;
        padding-bottom: 40px;
    }
}


/* agreement */

ol {
    list-style: none;
    counter-reset: li;
}

li:before {
    counter-increment: li;
    content: counters(li, ".") ". ";
}

.agreement-section {
    margin: 60px auto 120px;
}

.agreements-l1 {
    font-family: Raleway;
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    line-height: 125%;
    color: #191F23;
}

.agreements-l1>li+li {
    margin-top: 60px;
}

.agreements-l2 {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #191F23;
    margin-top: 20px;
}

@media screen and (max-width: 550px) {
    .banner-decoration-1 {
        top: -40px;
    }
    .banner-decoration-2 img {
        width: 60%;
    }
    .banner-decoration-2 {
        right: -70px;
        top: -30px;
    }
}

@media screen and (max-width: 500px) {
    h1,
    .banner-title {
        font-size: 26px;
    }
    .header-logo {
        width: 120px;
    }
    .header .button {
        font-size: 10px;
        padding: 6px 10px;
    }
    .nav-element {
        font-size: 14px;
    }
    .input-field {
        width: 100%;
    }
    .info-card {
        padding: 20px 15px;
    }
    .question {
        padding: 12px 8px;
    }
    .banner-decoration-2 {
        right: 90px;
        transform: none;
        top: -65px;
    }
    .banner-decoration-2 img {
        width: 95%;
        max-width: 150%;
    }
    .popup-card {
        width: 100%;
    }
    .format-input .input-field:nth-child(1),
    .format-input .input-field:nth-child(2) {
        width: 100%;
        padding: 0;
    }
    .input-field textarea {
        margin: 0;
    }
    .submit-field .button {
        widtH: 100%;
    }
    .callback-button .btn_box {
        padding: 6px 10px;
        font-size: 12px;
        line-height: 16px;
    }
    .popup-card.wide .popup-submit-button .btn_box {
        max-width: 100%;
    }
    .message-button .btn_box {
        width: 100%;
    }
    .panel-text {
        font-size: 15px;
    }
    .cross-section-panel .btn_box {
        font-size: 15px;
        line-height: 18px;
        padding: 10px 30px;
    }
}

@media screen and (max-width: 450px) {
    .banner-decoration-1 {
        top: -30px;
    }
    .banner-decoration-2 {
        top: -40px;
    }
}

@media screen and (max-width: 400px) {
    .banner-decoration-1 {
        top: -20px;
    }
    .banner-decoration-2 {
        top: -30px;
    }
    .popup-container {
        padding: 0;
    }
}
/* End */


/* Start:/local/templates/main/css/slick.css?16123433991776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/main/css/Open_Sans.css?17484149428119*/
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4taVIGxA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4kaVIGxA.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4saVIGxA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4jaVIGxA.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* hebrew */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4iaVIGxA.woff2) format('woff2');
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* math */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B5caVIGxA.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B5OaVIGxA.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4vaVIGxA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4uaVIGxA.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVI.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCFPrEHJA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCMPrEHJA.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCHPrEHJA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCGPrEHJA.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCIPrE.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* End */


/* Start:/local/templates/main/css/Roboto.css?174841495313493*/
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3GUBGEe.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3iUBGEe.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3CUBGEe.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3-UBGEe.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMawCUBGEe.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMaxKUBGEe.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3OUBGEe.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3KUBGEe.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3GUBGEe.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3iUBGEe.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3CUBGEe.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3-UBGEe.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMawCUBGEe.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMaxKUBGEe.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3OUBGEe.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3KUBGEe.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotomono/v30/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_7Pq_SeW4Ep0.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotomono/v30/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_7Pq_QOW4Ep0.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek */
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotomono/v30/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_7Pq_R-W4Ep0.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotomono/v30/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_7Pq_S-W4Ep0.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotomono/v30/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_7Pq_SuW4Ep0.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotomono/v30/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_7Pq_ROW4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* End */


/* Start:/local/templates/main/components/bitrix/menu/top/style.min.css?1612343399490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/main/components/bitrix/menu/top/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1612343395666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */


/* Start:/local/components/salavey/main.message/templates/message/style.min.css?1612343399251*/
div.mf-name,div.mf-email,div.mf-captcha,div.mf-message{width:80%;padding-bottom:.4em}div.mf-name input,div.mf-email input{width:60%}div.mf-message textarea{width:60%}span.mf-req{color:red}div.mf-ok-text{color:green;font-weight:bold;padding-bottom:1em}
/* End */
/* /local/templates/main/css/style.css?161364911242457 */
/* /local/templates/main/css/slick.css?16123433991776 */
/* /local/templates/main/css/Open_Sans.css?17484149428119 */
/* /local/templates/main/css/Roboto.css?174841495313493 */
/* /local/templates/main/components/bitrix/menu/top/style.min.css?1612343399490 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1612343395666 */
/* /local/components/salavey/main.message/templates/message/style.min.css?1612343399251 */
