

/* Start:/local/templates/default/css/normalize.min.css?17279557042523*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
    font-weight: 500;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}

/* End */


/* Start:/local/templates/default/css/grid.min.css?172795570414684*/
html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .container {
        max-width: 100%;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 992px;
    }
}
@media (min-width: 1310px) {
    .container {
        max-width: 1180px;
    }
}
@media (min-width: 1410px) {
    .container {
        max-width: 1180px;
    }
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}
.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}
.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}
.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}
.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}
.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}
.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.order-first {
    order: -1;
}
.order-last {
    order: 13;
}
.order-0 {
    order: 0;
}
.order-1 {
    order: 1;
}
.order-2 {
    order: 2;
}
.order-3 {
    order: 3;
}
.order-4 {
    order: 4;
}
.order-5 {
    order: 5;
}
.order-6 {
    order: 6;
}
.order-7 {
    order: 7;
}
.order-8 {
    order: 8;
}
.order-9 {
    order: 9;
}
.order-10 {
    order: 10;
}
.order-11 {
    order: 11;
}
.order-12 {
    order: 12;
}
.offset-1 {
    margin-left: 8.3333333333%;
}
.offset-2 {
    margin-left: 16.6666666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.3333333333%;
}
.offset-5 {
    margin-left: 41.6666666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.3333333333%;
}
.offset-8 {
    margin-left: 66.6666666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.3333333333%;
}
.offset-11 {
    margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        order: -1;
    }
    .order-sm-last {
        order: 13;
    }
    .order-sm-0 {
        order: 0;
    }
    .order-sm-1 {
        order: 1;
    }
    .order-sm-2 {
        order: 2;
    }
    .order-sm-3 {
        order: 3;
    }
    .order-sm-4 {
        order: 4;
    }
    .order-sm-5 {
        order: 5;
    }
    .order-sm-6 {
        order: 6;
    }
    .order-sm-7 {
        order: 7;
    }
    .order-sm-8 {
        order: 8;
    }
    .order-sm-9 {
        order: 9;
    }
    .order-sm-10 {
        order: 10;
    }
    .order-sm-11 {
        order: 11;
    }
    .order-sm-12 {
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.3333333333%;
    }
    .offset-sm-2 {
        margin-left: 16.6666666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.3333333333%;
    }
    .offset-sm-5 {
        margin-left: 41.6666666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.3333333333%;
    }
    .offset-sm-8 {
        margin-left: 66.6666666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.3333333333%;
    }
    .offset-sm-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        order: -1;
    }
    .order-md-last {
        order: 13;
    }
    .order-md-0 {
        order: 0;
    }
    .order-md-1 {
        order: 1;
    }
    .order-md-2 {
        order: 2;
    }
    .order-md-3 {
        order: 3;
    }
    .order-md-4 {
        order: 4;
    }
    .order-md-5 {
        order: 5;
    }
    .order-md-6 {
        order: 6;
    }
    .order-md-7 {
        order: 7;
    }
    .order-md-8 {
        order: 8;
    }
    .order-md-9 {
        order: 9;
    }
    .order-md-10 {
        order: 10;
    }
    .order-md-11 {
        order: 11;
    }
    .order-md-12 {
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.3333333333%;
    }
    .offset-md-2 {
        margin-left: 16.6666666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.3333333333%;
    }
    .offset-md-5 {
        margin-left: 41.6666666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.3333333333%;
    }
    .offset-md-8 {
        margin-left: 66.6666666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.3333333333%;
    }
    .offset-md-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        order: -1;
    }
    .order-lg-last {
        order: 13;
    }
    .order-lg-0 {
        order: 0;
    }
    .order-lg-1 {
        order: 1;
    }
    .order-lg-2 {
        order: 2;
    }
    .order-lg-3 {
        order: 3;
    }
    .order-lg-4 {
        order: 4;
    }
    .order-lg-5 {
        order: 5;
    }
    .order-lg-6 {
        order: 6;
    }
    .order-lg-7 {
        order: 7;
    }
    .order-lg-8 {
        order: 8;
    }
    .order-lg-9 {
        order: 9;
    }
    .order-lg-10 {
        order: 10;
    }
    .order-lg-11 {
        order: 11;
    }
    .order-lg-12 {
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.3333333333%;
    }
    .offset-lg-2 {
        margin-left: 16.6666666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.3333333333%;
    }
    .offset-lg-5 {
        margin-left: 41.6666666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.3333333333%;
    }
    .offset-lg-8 {
        margin-left: 66.6666666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.3333333333%;
    }
    .offset-lg-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 1310px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        order: -1;
    }
    .order-xl-last {
        order: 13;
    }
    .order-xl-0 {
        order: 0;
    }
    .order-xl-1 {
        order: 1;
    }
    .order-xl-2 {
        order: 2;
    }
    .order-xl-3 {
        order: 3;
    }
    .order-xl-4 {
        order: 4;
    }
    .order-xl-5 {
        order: 5;
    }
    .order-xl-6 {
        order: 6;
    }
    .order-xl-7 {
        order: 7;
    }
    .order-xl-8 {
        order: 8;
    }
    .order-xl-9 {
        order: 9;
    }
    .order-xl-10 {
        order: 10;
    }
    .order-xl-11 {
        order: 11;
    }
    .order-xl-12 {
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.3333333333%;
    }
    .offset-xl-2 {
        margin-left: 16.6666666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.3333333333%;
    }
    .offset-xl-5 {
        margin-left: 41.6666666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.3333333333%;
    }
    .offset-xl-8 {
        margin-left: 66.6666666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.3333333333%;
    }
    .offset-xl-11 {
        margin-left: 91.6666666667%;
    }
}

/* End */


/* Start:/local/templates/default/css/common.css?172795570410271*/
* {
    box-sizing: border-box;
}
html,
body {
    min-width: 320px;
}
body {
    font-weight: 400;
    font-size: 13px;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    min-height: 100%;
    background: #fff;
}
@media screen and (max-width: 767px) {
    body.body_overflow_mobile {
        overflow: hidden;
    }
}
@media screen and (min-width: 768px) {
    body.body_overflow_desktop {
        overflow: hidden;
    }
}
#page-frame {
    flex: 1 1 auto;
    display: flex;
    flex-flow: column nowrap;
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    position: relative;
}
#page-frame__wrapper {
    display: flex;
}
#page-frame__content {
    flex: 1 1 auto;
    transition: transform 0.5s ease;
    position: relative;
    z-index: 3;
}
#header {
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    right: 0;
    min-width: 320px;
    background: #fff;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    border-bottom: 1px solid #f5f5f5;
}
#header.header_fixed {
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
}
.header-inner {
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-logo {
    margin-right: 16px;
    position: relative;
    z-index: 5;
}
.header-logo img {
    width: auto;
    max-width: 100%;
    max-height: 50px;
}
.header-info {
    padding: 32px 0 24px;
}
.header-info__inner {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}
.header-address {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    margin-top: 24px;
}
.header-contacts {
	padding-left: 20px;
}
.header-phone {
    font-size: 14px;
    line-height: 1.1;
    font-weight: 700;
    color: #333;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
}
.header-phone__inner {

}
.header-callback {
	display:block;
	margin-top: 6px;
}
.header-callback span {
	border-bottom: 1px dashed;
	border-color: var(--color-main2);
}
.footer-phone {
    font-size: 14px;
    line-height: 1.1;
    font-weight: 700;
    color: var(--color-main2) !important;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
	margin-bottom: 10px;
}
.footer-phone__inner {
	border-bottom: 1px dashed rgba(54, 54, 54, 0.2);
}
.footer-phone-container {
	margin-bottom: 20px;
}


@media screen and (max-width: 767px) {
    .header-inner {
        padding-right: 40px;
    }
}
@media screen and (min-width: 768px) {
    #header {
        position: absolute;
    }
    .header-inner {
        height: 80px;
        transition: height 0.3s ease;
    }
    .header-logo__img {
        max-height: 35px;
    }
    .header-info {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background: #ecf0f2;
        padding: 0;
    }
    .header-info__inner {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .header-address {
        margin-top: 0;
    }
    .header-calc {
        min-width: 250px;
    }
    .header-phone {
     /*   margin-left: 16px;*/
    }
    .header-phone:before {
        font-size: 32px;
        margin-right: 0;
    }
    .header-phone__inner {
        display: none;
    }
    #header.header_fixed {
        position: fixed;
        padding-top: 0;
    }
    #header.header_fixed .header-info {
        display: none;
    }
    #header.header_fixed .header-inner {
        height: 70px;
    }
}
@media screen and (min-width: 992px) {
    .header-logo {
        margin-right: 24px;
    }
    .header-phone {
        font-size: 16px;
     /*   margin-left: 24px;*/
    }
    .header-phone:before {
        margin-right: 10px;
    }
    .header-phone__inner {
        display: block;
    }
}
@media screen and (min-width: 1310px) {
    .header-inner {
        height: 80px;
    }
    .header-logo__img {
        max-height: 54px;
    }
    .header-phone {
        font-size: 18px;
    }
    .header-phone:before {
        font-size: 45px;
        margin-right: 15px;
    }
}
.nav-main {
    display: none;
    transition: visibility 0.3s ease, opacity 0.3s ease;
    overflow-y: auto;
}
.nav-main__item {
    border-bottom: 1px solid #f5f5f5;
}
.nav-main__link {
    font-weight: 600;
    font-size: 15px;
    line-height: 1.35;
    color: #363636;
    padding: 10px 15px;
    position: relative;
    display: block;
}
.nav-main__link:hover {
    color: var(--color-main1);
}
.nav-main__link_active,
.nav-main__link_active:hover {
    color: var(--color-main2);
}
.nav-main__link.nav-main__link_with_submenu {
/*    padding-right: 16px;*/
}
.nav-main__submenu {
    display: none;
}
.nav-main__submenu-group {
    margin-top: 20px;
}
.nav-main__submenu-group_mt {
    margin-top: 38px;
}
.nav-main__submenu-link {
    padding: 8px 15px 8px 30px;
    display: block;
    color: var(--color-main1);
    font-size: 14px;
    line-height: 1.3;
}
.nav-main__submenu-link_title {
    font-weight: 700;
    color: var(--color-main3);
    display: inline-flex;
    align-items: center;
    font-size: 16px !important;
}
.nav-main__submenu-link_title img,
.nav-main__submenu-link_title .icon {
    max-height: 28px;
    max-width: 28px;
    width: auto;
    height: auto;
    margin-right: 12px;
}
.nav-main__submenu-link_title .icon {
    display: block;
    height: 28px;
    width: 28px;
}
.nav-main__link_opened:after {
    transform: translate(0, -50%) rotate(-180deg);
}
.nav-main__link_opened ~ .nav-main__submenu {
    display: block;
}
.nav-main__toggle {
    position: absolute;
    width: 32px;
    height: 32px;
    z-index: 10;
    cursor: pointer;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    padding: 0 5px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.nav-main__toggle__line {
    width: 100%;
    height: 3px;
    background: var(--color-main3);
    position: relative;
    border-radius: 5px;
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
}
.nav-main__toggle__line + .nav-main__toggle__line {
    margin-top: 4px;
}
.nav-main__toggle_active .nav-main__toggle__line:first-child {
    transform: rotate(45deg);
    top: 7px;
}
.nav-main__toggle_active .nav-main__toggle__line:last-child {
    transform: rotate(-45deg);
    top: -7px;
}
.nav-main__toggle_active .nav-main__toggle__line:nth-child(2) {
    opacity: 0;
    transition: opacity 0s ease, background-color 0.3s ease;
}

@media screen and (max-width: 768px) {
	.nav-main__submenu-group {
		margin-top: 0;
	}
	.nav-main__submenu-item {
		margin-left: 20px;
	}
	.nav-main__submenu-link {
		padding: 8px 15px 8px 0;
	}
}

@media screen and (min-width: 768px) {
    .nav-main {
        display: flex !important;
        opacity: 1 !important;
        flex: 0 1 auto;
        overflow: visible;
    }
    .nav-main__inner {
        display: flex;
        justify-content: space-around;
        flex: 0 0 100%;
    }
    .nav-main__item {
        margin: 0 8px;
        text-align: left;
        border: none;
    }
    .nav-main__link {
        white-space: nowrap;
        font-weight: 600;
        font-size: 13px;
        padding: 3px 0;
        border-bottom: 2px solid transparent;
    }
    .nav-main__link:hover {
        border-color: var(--color-main3);
    }
    .nav-main__link_with_submenu:after {
        right: 0;
        font-size: 10px;
    }
    .nav-main__link_active {
        border-color: var(--color-main1);
    }
    .nav-main__link_opened {
        border-color: var(--color-main1);
    }
    .nav-main__submenu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
        border-top: 2px dotted var(--color-main3);
        padding: 24px 24px 12px;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0.3s ease, opacity 0.3s ease;
        max-height: calc(100vh - 80px);
        overflow-y: auto;
    }
    #header.header_fixed .nav-main__submenu {
        max-height: calc(100vh - 70px);
    }
    .nav-main__submenu-item {
        margin-bottom: 16px;
    }
    .nav-main__submenu-link {
        font-size: 15px;
        color: var(--color-main1);
        padding: 0;
        display: inline;
        border-bottom: 1px dotted;
        border-color: var(--color-main3); 
    }
    .nav-main__submenu-link:hover {
        border-color: transparent;
    }
    .nav-main__submenu-link_title {
        display: inline-flex;
        color: var(--color-main2);
        border: none;
    }
    .nav-main__link_opened ~ .nav-main__submenu {
        visibility: visible;
        opacity: 1;
    }
    .nav-main__toggle {
        display: none !important;
    }

}
@media screen and (min-width: 992px) {
    .nav-main__item {
        margin: 0 8px;
    }
    .nav-main__link {
        font-size: 17px;
    }
	.block-404 {
		margin: 10% 0;
	}
}
@media screen and (min-width: 1310px) {
    .nav-main__item {
        margin: 0 15px;
    }
}
@media screen and (min-width: 1410px) {
    .nav-main__item {
        margin: 0 20px;
    }
}
@media screen and (max-width: 767px) {
    .nav-main {
        position: fixed;
        top: 50px;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        border-top: 1px solid #f2f2f2;
    }
}
main {
    position: relative;
    margin-top: 50px;
}
/*@media screen and (min-width: 768px) {
    main {
        margin-top: 120px;
    }
}*/
@media screen and (min-width: 1310px) {
    main {
        margin-top: 80px;
    }
}

.policy_container p {
	padding-left: 15px;
}
.policy_container a {
	color: var(--color-main3);
	border-color: var(--color-main3) !important;
}
/* End */


/* Start:/local/templates/default/css/tabs-block.css?1727955704902*/
.tabs-block {}
.tabs-block__nav {}
.tabs-block__nav .swiper-slide {
    width: auto;
}
.tabs-block__nav-link {
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #F5F5F5;
    border-radius: 3px;
    padding: 0 16px;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.3;
    color: #001E6D;
    cursor: pointer;
    letter-spacing: 0.02em;
    white-space: nowrap;
}
.tabs-block__nav .swiper-slide-thumb-active .tabs-block__nav-link {
    color: #fff;
    background: #1DA2FC;
}
.tabs-block__content {
    margin-top: 32px;
}
.tabs-block__content > .swiper-wrapper > .swiper-slide {
    opacity: 0;
    visibility: hidden;
}
.tabs-block__content > .swiper-wrapper > .swiper-slide-active {
    opacity: 1;
    visibility: visible;
}
.tabs-block_mt {
    padding-top: 40px;
}
/* End */


/* Start:/local/templates/default/css/components.css?172795570413218*/
.breadcrumb-block {
    padding: 16px 0
}

.breadcrumb-block__item {
    display: inline-block;
    font-size: 11px;
    color: rgba(51, 51, 51, .5);
    line-height: 1.38;
    position: relative
}

.breadcrumb-block__item:not(:last-child) {
    padding-right: 18px;
    margin-right: 13px
}


.breadcrumb-block__link {
    font-size: 11px;
    color: rgba(51, 51, 51, .5);
    line-height: 1.38;
    border-bottom: 1px solid rgba(51, 51, 51, .25)
}

.breadcrumb-block__link:hover {
    color: rgba(51, 51, 51, .5);
    border-color: transparent
}

@media screen and (max-width: 767px) {
    .breadcrumb-block {
        display: none
    }
}

.docs-list__item {
    font-size: 13px;
    line-height: 1.21;
    display: inline-block
}

.docs-list__figure {
    margin: 0
}

.docs-list__name {
    display: inline;
    color: #333;
    border-bottom: 1px solid rgba(51, 51, 51, .5);
    transition: color .3s ease, border-color .3s ease
}

.docs-list__helper {
    margin-top: 5px;
    line-height: 1.41;
    color: #707f88;
    font-size: 12px
}

.docs-list__item:hover .docs-list__name {
    color: #04a0ff;
    border-color: transparent
}

.link-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 0 2px rgba(72, 95, 110, .3);
    border-radius: 6px;
    overflow: hidden;
    max-height: 180px;
    padding: 24px 32px;
}

.link-box--dark {
    background-color: #333;
}

.link-box--dark .link {
    color: #FFFFFF;
}

.link-box--dark .link-inner {
    transition: border-color .3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.link {
    font-weight: 700;
    font-size: 20px;
    color: #333;
    line-height: 1.2;
    position: relative;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}



.link-inner {
    transition: border-color .3s ease;
    border-bottom: 1px solid rgba(51, 51, 51, .5);
}

.link:hover {
    color: #1da2fc;
}

.link:hover .link-inner {
    border-color: transparent;
}

@media screen and (max-width: 991px) {
    .link-box {
        margin: 24px 0;
    }
}

.read-also {
    display: grid;
    gap: 16px
}

.read-also__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 100%;
}

.articles-small {
    display: flex;
    flex-wrap: wrap;
    gap: 16px
}

.article-small {
    display: grid;
    place-content: start;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1);
    max-width: 280px
}

.articles-small.swiper-wrapper {
    flex-wrap: nowrap;
    gap: initial;
}

.article-small.swiper-slide {
    max-width: initial;
}

.article-small__cover {
    max-height: 170px
}

.article-small__cover img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    object-position: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.article-small__content {
    display: grid;
    gap: 8px;
    padding: 16px
}

.article-small__date {
    font-size: 13px;
    line-height: 150%;
    color: rgba(153, 153, 153, .6)
}

.article-small__title {
    font-size: 15px;
    line-height: 150%;
    color: #000;
}

.article-small__link {
    font-size: 13px;
    line-height: 150%;
    color: #009fe3
}

.ads-banners {
    display: flex;
    flex-wrap: wrap;
    gap: 32px
}

.ads-banner {
    flex: 1 1 280px;
    display: grid;
    align-content: space-between;
    gap: 8px;
    background: rgba(153, 153, 153, .1);
    box-shadow: 0 4px 4px 1px rgba(0, 0, 0, .1);
    max-width: 280px
}

.ads-banner:not(:last-child):nth-child(2n) {
    margin-bottom: 1700px
}

.ads-banner__cover picture, .ads-banner__cover picture img {
    width: 100%;
    height: auto
}

.ads-banner__content {
    padding: 32px
}

.ads-banner__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 160%;
    margin-bottom: 24px
}

.ads-banner__subtitle {
    font-size: 22px;
    line-height: 120%;
    font-weight: 600;
    color: #1da2fc;
    margin-bottom: 20px
}

.ads-banner__subtitle [data-accent] {
    font-size: 24px;
    line-height: 120%;
    color: #ff7d04
}

.ads-banner__text {
    font-size: 15px;
    line-height: 140%
}

.ads-banner__text ul {
    padding-left: 16px
}

.ads-banner__text ul li::marker {
    color: #1da2fc
}

.ads-banner__button {
    font-size: 14px;
    line-height: 160%;
    font-weight: 700;
    color: #fff;
    background-color: #1da2fc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 54px;
    padding: 16px;
    box-shadow: none;
    margin-top: 46px
}

.authors {
    display: flex;
    flex-direction: row;
    gap: 16px;
    max-width: 500px
}

.authors__avatar {
    width: 90px;
    height: 90px;
    min-width: 90px
}

.authors__avatar img {
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: center;
    margin: 0 auto
}

.authors__title {
    font-size: 16px;
    color: #1da2fc;
    margin-bottom: 12px
}

.authors__text {
    font-size: 16px;
    line-height: 20px
}

@media screen and (max-width: 479px) {
    .authors {
        flex-direction: column
    }
}

.one-review__wrapper {
    display: flex;
    gap: 54px;
    background: #e8f6ff;
    position: relative;
    padding: 20px 20px 20px 92px;
    border-radius: 6px
}

.one-review__wrapper:before {
    position: absolute;
    top: 22px;
    left: 20px;
    font-family: Arial;
    content: "\201C";
    font-size: 150px;
    line-height: .85
}

.one-review__wrapper:after {
    content: "";
    position: absolute;
    left: 45px;
    top: 100%;
    margin-top: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 23px 0 0;
    border-color: #e8f6ff transparent transparent
}

.one-review__info {
    margin-top: 32px
}

.one-review__text {
    font-size: 16px;
    line-height: 1.62
}

.one-review__signature {
    margin-top: 48px
}

.one-review__name {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.46;
    color: #2f383d
}

.one-review__post {
    font-size: 12px;
    line-height: 1.62;
    color: #9aa7af
}

.one-review__cover {
    max-width: 180px;
    min-width: 180px;
    margin: 32px 32px 32px 0
}

@media screen and (max-width: 767px) {
    .one-review__wrapper {
        flex-direction: column-reverse;
        gap: 0
    }

    .one-review__cover {
        display: none
    }
}

ul[data-marker=bullet], ol[data-marker=count] {
    list-style-type: none;
    margin: 0 0 0 30px;
    padding: 20px 0 5px
}

ol[data-marker=count] {
    counter-reset: num
}

ul[data-marker=bullet] li, ol[data-marker=count] li {
    position: relative;
    margin: 0;
    padding: 0 0 10px;
    line-height: 1.4
}

ol[data-marker=count] li:before {
    content: counter(num);
    counter-increment: num;
    display: inline-block;
    position: absolute;
    top: 0;
    left: -28px;
    width: 22px;
    height: 22px;
    color: #fc951d;
    text-align: center;
    line-height: 25px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 50%;
    background-image: url('data:image/svg+xml,<svg width="20" height="19" viewBox="0 0 20 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.47579 0.0185398C4.76123 0.538712 1.62223 3.11447 0.470058 6.48053C-0.683175 9.8486 0.33201 13.6675 3.0059 16.1369C5.67554 18.6022 9.76177 19.5039 13.2916 18.3099C16.7778 17.131 19.3912 14.2118 19.9051 10.7253C20.5189 6.55986 18.1222 2.36133 14.002 0.694363C13.4487 0.470427 12.8073 0.538712 12.476 1.07294C12.202 1.5168 12.3188 2.29003 12.8763 2.51597C15.7531 3.67983 17.7494 6.26061 17.7887 9.25813C17.8259 12.0789 16.147 14.6507 13.5252 15.933C10.9405 17.1973 7.6783 16.9201 5.31874 15.2502C3.03776 13.6364 1.81762 10.8086 2.3284 8.14046C2.94855 4.90395 5.66067 2.52802 9.0694 2.05103C9.66513 1.96768 9.99326 1.2547 9.84778 0.75361C9.67257 0.149085 9.07471 -0.0668167 8.47579 0.0175356V0.0185398Z" fill="%231DA2FC"/></svg>');
    background-repeat: no-repeat;
    background-position: left bottom
}

ul[data-marker=bullet] li:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 5px;
    left: -20px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center
}

ul[data-marker=bullet] li:nth-child(even):before {
    background-image: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_44_452)"><path d="M11.3345 2.54952C13.4863 6.04513 10.0109 11.6863 6.83483 11.9874C3.03952 12.3488 -1.4937 5.19695 0.47233 2.11288C2.15713 -0.527017 9.13111 -1.0289 11.3345 2.54952Z" fill="%231DA2FC"/></g><defs><clipPath id="clip0_44_452"><rect width="12" height="12" fill="white" transform="matrix(-1 0 0 1 12 0)"/></clipPath></defs></svg>')
}

ul[data-marker=bullet] li:nth-child(odd):before {
    background-image: url('data:image/svg+xml,<svg width="12" height="13" viewBox="0 0 12 13" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_44_454)"><path d="M0.665733 2.62135C-1.48606 6.21542 1.98932 12.0155 5.16541 12.3251C8.96072 12.6966 13.4939 5.34335 11.5279 2.17241C9.84311 -0.54184 2.86913 -1.05786 0.665733 2.62135Z" fill="%231DA2FC"/></g><defs><clipPath id="clip0_44_454"><rect width="12" height="12.338" fill="white"/></clipPath></defs></svg>')
}

ul[data-marker=bullet] li:nth-child(3n):before {
    background-image: url('data:image/svg+xml,<svg width="16" height="15" viewBox="0 0 16 15" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_44_456)"><path d="M10.621 1.32334C6.72181 -0.207522 1.57292 4.17514 1.79032 7.35887C2.04856 11.1636 10.0477 14.4246 12.8518 11.9635C15.2517 9.85489 14.6127 2.89109 10.621 1.32334Z" fill="%231DA2FC"/></g><defs><clipPath id="clip0_44_456"><rect width="12" height="12.338" fill="white" transform="translate(13.0972 0.235352) rotate(80.526)"/></clipPath></defs></svg>')
}

q[data-marker=line] {
    position: relative;
    display: inline-block;
    padding-left: 20px
}

q[data-marker=line]:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2px;
    height: 85%;
    background-color: #1da2fc;
    margin: auto
}

figure {
    margin: 1em 0
}

figcaption {
    font-size: 10px;
    font-style: italic;
    margin: 1em 0 0
}
.left-contacts__list,
.left-menu__list {
    display: grid;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.left-contacts__link,
.left-menu__link {
    display: flex;
    align-items: center;
    gap: 16px;
    height: 45px;
    border-radius: 10px;
    font-size: 14px;
    color: #000;
    padding: 4px 10px;
    transition: background-color 150ms linear, padding-left 150ms ease-in-out;
}
@media (min-width: 768px) {
    .left-contacts__link,
    .left-menu__link {
        font-size: 16px;
    }
}
.left-menu__link:hover {
    background-color: #fff;
    padding-left: 30px;
}
.left-contacts__link .icon-svg,
.left-menu__link .icon-svg {
    display: flex;
    align-items: center;
    flex-basis: 40px;
}
.left-contacts__link:hover .icon-svg svg path {
    fill: #02B4F0;
}
.toc-menu {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: transparent;
    padding: 28px 25px 28px 50px;
}
@media (min-width: 998px) {
    .toc-menu {
        background-color: #fff;
    }
}
.toc-menu__list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.toc-menu__list ul.toc-menu__list {
    padding-left: 38px;
}
.toc-menu__link {
    position: relative;
    font-size: 13px;
    line-height: 200%;
    color: #5F5F5F;
}
@media (min-width: 768px) {
    .toc-menu__link {
        font-size: 15px;
    }
}
.toc-menu__link:hover,
.toc-menu__link._active {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #000;
}
.toc-menu__link:hover:before,
.toc-menu__link._active:before {
    content: ">";
    position: absolute;
    top: 0;
    left: -30px;
    font-size: 25px;
    font-weight: 700;
    color: #0098FF;
}
.slider-articles {
    position: relative;
    padding: 0 50px;
}
.slider-articles__nav {
    position: absolute;
    top: 60%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.slider-articles__nav-prev,
.slider-articles__nav-next {
    border: 0;
    background-color: transparent;
    cursor: pointer;
    transition: transform .2s linear;
}
.slider-articles__nav-prev:hover,
.slider-articles__nav-next:hover {
    transform: scale(110%);
}
/* End */


/* Start:/local/templates/default/css/forms.css?17279557043817*/
.form-block {
    position: relative;
}
.form-block__content {
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.form-block__content_hidden {
    opacity: 0;
    visibility: hidden;
}
.form-block__result {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.form-block__result-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.form-block__result-title {
    text-align: center;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 700;
    margin: 0 auto;
    position: relative;
}
.form-block__result-text {
    text-align: center;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 400;
    margin: 24px auto 0;
}
.form-block__result_active {
    visibility: visible;
    opacity: 1;
}
.form-group {
    margin-bottom: 15px;
    position: relative;
}
.form-group_lg {
    margin-bottom: 25px;
}
.form-group_required > .form-label:after {
    content: " *";
    color: #f50057;
}
.form-group_mt {
    margin-top: 16px;
}
.form-label {
    font-weight: 600;
    font-size: 15px;
    line-height: 1.1;
    color: var(--color-main1);
    margin: 0 0 8px;
    display: inline-block;
}
.form-label__link {
    color: #12252c;
    border-bottom: 1px dotted #12252c00;
    transition: color 0.3s ease, border-color 0.3s ease;
    cursor: pointer;
}
.form-label__link_active {
    color: #1da2fc;
    border-color: #1da2fc;
}
.form-control {
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid;
	border-color: var(--color-main2); 
    border-radius: 5px;
    box-shadow: none;
    position: relative;
    color: var(--color-main1);
    background: #fff;
    padding: 6px 12px;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.43;
    box-shadow: none;
    outline: none;
    transition: border-color 0.3s ease, background 0.3s ease, color 0.3s ease;
}
.form-control:focus,
.form-control:active {
    border-color: var(--color-main3);
}
.form-control_sm {
    height: 37px;
    padding: 4px 16px;
    font-size: 16px;
}
.form-control_mb {
    margin-bottom: 8px;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background: #f2f2f2;
    cursor: not-allowed;
}
.form-control[] textarea.form-control {
    min-height: 120px;
    resize: none;
    padding: 16px 20px;
}
textarea.form-control_lg {
    min-height: 250px;
}
.form-error {
    font-size: 11px;
    line-height: 1.2;
    color: #e02222;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 4px;
}
.form-group[class*="col-"] .form-error {
    left: 15px;
    right: 15px;
}
.checkbox-primary {
    position: relative;
    padding-left: 16px;
}
/*
.checkbox-primary input {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    opacity: 0;
    visibility: hidden;
}
.checkbox-primary label {
    position: relative;
    display: inline-block;
    align-items: center;
    margin: 0;
    font-weight: 400;
    font-size: 13px;
    color: var(--color-main2);
    line-height: 1.3;
    cursor: pointer;
    padding-left: 8px;
    min-height: 16px;
}
.checkbox-primary label:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -16px;
    width: 14px;
    height: 14px;
    border: 1px solid #aaa;
    background: #fff;
    transition: background 0.3s ease, border-color 0.3s ease;
}
.checkbox-primary input:checked ~ label:after {
    opacity: 1;
}
*/

/* End */


/* Start:/local/templates/default/css/swiper.css?172795570410157*/
:root {
    --swiper-theme-color: #007aff;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
    touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}
.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper:before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
}
.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 40px;
    height: 30px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    transition: color 0.3s ease;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
    color: #1da2fc;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
    font-family: "roksis-icons";
    font-size: 30px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "\e900";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    transform: scale(-1, 1);
}
.swiper-button-lock {
    display: none;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 0.3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}
.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet:only-child {
    display: none !important;
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 0.2s transform, 0.2s top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 0.2s transform, 0.2s left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 0.2s transform, 0.2s right;
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
    flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
}
.swiper-cards {
    overflow: visible;
}
.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}

/* End */


/* Start:/local/templates/default/css/projects-block.css?17279557045709*/
.projects-block {
    position: relative;
}
a.projects-block__button {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border: 1px solid rgba(36, 47, 64, 0.2);
    border-radius: 3px;
    font-weight: 400;
    font-size: 14px;
    color: #333;
    padding: 0 20px;
    text-decoration: none !important;
}
.projects-block__nav {
    display: flex;
    align-items: center;
}
.projects-block__nav-inner {
    position: relative;
    display: flex;
    margin-left: 40px;
}
.projects-block__nav-prev.swiper-button-prev,
.projects-block__nav-next.swiper-button-next {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    transform: none;
    width: 30px;
    height: 15px;
}
.projects-block__nav-next.swiper-button-next {
    margin-left: 20px;
}
.projects-block__nav-prev.swiper-button-prev:after,
.projects-block__nav-next.swiper-button-next:after {
    font-size: 24px;
}
.projects-block__inner {
    display: flex;
    margin-top: 40px;
}
.projects-block__desc {
    flex: 1 1 auto;
    max-width: calc(100% - 473px);
    position: relative;
    z-index: 5;
    padding-right: 50px;
}
.projects-block__desc:before {
    content: "";
    position: absolute;
    top: -20px;
    left: -100vw;
    right: 0;
    bottom: -20px;
    background: #f5f5f5;
}
.projects-block__desc .swiper-container {
    float: none;
}
.projects-block__desc .swiper-slide {
    width: 100%;
    opacity: 0 !important;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.projects-block__desc .swiper-slide-active {
    opacity: 1 !important;
    visibility: visible;
}
.projects-block__name {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.22;
    color: #000;
    margin-bottom: 50px;
}
.projects-block__text {
    font-weight: 700;
    font-size: 26px;
    line-height: 1.2;
    color: #1da2fc;
    margin-bottom: 20px;
}
.projects-block__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.64;
    color: #333;
}
.projects-block__list li {
    position: relative;
    padding-left: 18px;
}
.projects-block__list li:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #1da2fc;
}
.projects-block__list li:not(:last-child) {
    margin-bottom: 15px;
}
.projects-block__quote {
    margin-top: 50px;
}
.projects-block__quote-text {
    padding: 30px 20px 20px;
    border-radius: 10px;
    background: #1da2fc;
    position: relative;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.62;
    max-width: 655px;
}
.projects-block__quote-text:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
    background: url("/bitrix/templates/default/images/bg/icon-quote.svg") center center no-repeat;
    background-size: contain;
    opacity: 0.15;
    pointer-events: none;
}
.projects-block__quote-name {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    color: #000;
    margin-top: 15px;
}
.projects-block__quote-info {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.5);
}
.projects-block__img-wrapper {
    flex: 0 0 423px;
    max-width: 423px;
}
.projects-block__img-wrapper .swiper-container {
    float: none;
    height: 100%;
    overflow: visible;
}
.projects-block__img-wrapper .swiper-slide {
    width: 100%;
    height: 0;
    padding-bottom: 127%;
    position: relative;
}
.projects-block__img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-position: center center;
    object-fit: cover;
}
.projects-block_mt {
    margin-top: 40px;
}
@media screen and (max-width: 1199px) {
    .projects-block__desc {
        max-width: calc(100% - 380px);
        padding-right: 30px;
    }
    .projects-block__name {
        margin-bottom: 20px;
        font-size: 32px;
    }
    .projects-block__quote {
        margin-top: 25px;
    }
    .projects-block__img-wrapper {
        flex: 0 0 350px;
        max-width: 350px;
    }
}
@media screen and (max-width: 991px) {
    .projects-block__desc {
        max-width: calc(100% - 250px);
        padding-right: 20px;
    }
    .projects-block__name {
        font-size: 28px;
    }
    .projects-block__text {
        font-size: 20px;
    }
    .projects-block__img-wrapper {
        flex: 0 0 250px;
        max-width: 250px;
    }
}
@media screen and (max-width: 767px) {
    .projects-block__nav {
        margin-top: 15px;
        flex: 0 0 100%;
        justify-content: space-between;
    }
    .projects-block__inner {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .projects-block__desc {
        max-width: 100%;
        flex: 0 0 auto;
        padding-right: 0;
    }
    .projects-block__desc:before {
        content: none;
        display: none;
    }
    .projects-block__name {
        font-size: 22px;
    }
    .projects-block__text {
        font-size: 18px;
    }
    .projects-block__img-wrapper {
        flex: 0 0 auto;
        width: 400px;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .projects-block__img-wrapper .swiper-slide {
        opacity: 0.5;
    }
    .projects-block__img-wrapper .swiper-slide-thumb-active {
        opacity: 1;
    }
}

/* End */


/* Start:/local/templates/default/css/nouislider.css?17279557045149*/
.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.noUi-target {
    position: relative;
}
.noUi-base,
.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.noUi-connects {
    overflow: hidden;
    z-index: 0;
}
.noUi-connect,
.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    transform-style: flat;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
    left: 0;
    right: auto;
}
.noUi-vertical .noUi-origin {
    top: -100%;
    width: 0;
}
.noUi-horizontal .noUi-origin {
    height: 0;
}
.noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
}
.noUi-touch-area {
    height: 100%;
    width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
}
.noUi-state-drag * {
    cursor: inherit !important;
}
.noUi-horizontal {
    height: 6px;
}
.noUi-horizontal .noUi-handle {
    width: 20px;
    height: 20px;
    right: -10px;
    top: -6px;
}
.noUi-vertical {
    width: 18px;
}
.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    right: -6px;
    bottom: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    left: -17px;
    right: auto;
}
.noUi-target {
    background: #eee;
    border-radius: 10px;
}
.noUi-connects {
    border-radius: 10px;
}
.noUi-connect {
    background: #03a0ff;
}
.noUi-draggable {
    cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
    cursor: ns-resize;
}
.noUi-handle {
    border: 3px solid #03a0ff;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
}
.noUi-handle:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #03a0ff;
}
[disabled] .noUi-connect {
    background: #b8b8b8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
    cursor: not-allowed;
}
.noUi-pips,
.noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.noUi-pips {
    position: absolute;
    color: #999;
}
.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center;
}
.noUi-value-sub {
    color: #ccc;
    font-size: 10px;
}
.noUi-marker {
    position: absolute;
    background: #ccc;
}
.noUi-marker-sub {
    background: #aaa;
}
.noUi-marker-large {
    background: #aaa;
}
.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%;
}
.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
    height: 15px;
}
.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%;
}
.noUi-value-vertical {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
    width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
    width: 15px;
}
.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%;
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
    left: auto;
    bottom: 10px;
}
.noUi-vertical .noUi-origin > .noUi-tooltip {
    -webkit-transform: translate(0, -18px);
    transform: translate(0, -18px);
    top: auto;
    right: 28px;
}

/* End */


/* Start:/local/templates/default/css/calculator.css?17301132678013*/
.calculator-block {

}
.calculator-block.top {
	background-repeat: no-repeat !important;
	background-position: right !important;
 }
.calculator-block label {
	cursor: pointer;
}

.calculator-block .checkbox-default {
	font-size: 14px;
}
.calculator-block .checkbox-default label {
	border-bottom: 1px dotted;
	border-color: var(--color-main4);
}

.calculator-form {
	display: flex;
}

.calc-block__controls-wrapper {
	padding: 25px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background: var(--color-section);
}

.calc-block__result-wrapper {
	padding: 25px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border: 4px solid;
	border-color: var(--color-section);
	background-size: cover;
	background-position: center center;
    position: relative;
}
.calc-block__controls-wrapper input {
	border-color: var(--color-main4);
}

.form-control__wrapper {
	background-color: #fff;
}

.city-from,
.city-to {
	background-image: url("data:image/svg+xml;base64,Cjxzdmcgd2lkdGg9JzE0JyBoZWlnaHQ9JzE4JyB2aWV3Qm94PScwIDAgMTQgMTgnIGZpbGw9J25vbmUnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PGcgaWQ9J0dyb3VwJz48cGF0aCBpZD0nVmVjdG9yJyBmaWxsLXJ1bGU9J2V2ZW5vZGQnIGNsaXAtcnVsZT0nZXZlbm9kZCcgZD0nTTcgMTcuMDE5NUw3LjYzMSAxNi4zMDg1QzguMzQ3IDE1LjQ4ODUgOC45OTEgMTQuNzEwNSA5LjU2NCAxMy45NzA1TDEwLjAzNyAxMy4zNDY1QzEyLjAxMiAxMC42ODU1IDEzIDguNTczNDkgMTMgNy4wMTI0OUMxMyAzLjY4MDQ5IDEwLjMxNCAwLjk3OTQ5MiA3IDAuOTc5NDkyQzMuNjg2IDAuOTc5NDkyIDEgMy42ODA0OSAxIDcuMDEyNDlDMSA4LjU3MzQ5IDEuOTg4IDEwLjY4NTUgMy45NjMgMTMuMzQ2NUw0LjQzNiAxMy45NzA1QzUuMjUzNDQgMTUuMDE3OSA2LjEwODY3IDE2LjAzNDIgNyAxNy4wMTk1Wicgc3Ryb2tlPScjNzZBQzY5JyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnLz48cGF0aCBpZD0nVmVjdG9yXzInIGQ9J003IDkuNDc5NDlDOC4zODA3MSA5LjQ3OTQ5IDkuNSA4LjM2MDIgOS41IDYuOTc5NDlDOS41IDUuNTk4NzggOC4zODA3MSA0LjQ3OTQ5IDcgNC40Nzk0OUM1LjYxOTI5IDQuNDc5NDkgNC41IDUuNTk4NzggNC41IDYuOTc5NDlDNC41IDguMzYwMiA1LjYxOTI5IDkuNDc5NDkgNyA5LjQ3OTQ5Wicgc3Ryb2tlPScjNzZBQzY5JyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnLz48L2c+PC9zdmc+Cg==");
	background-position: 12px center;
	background-repeat: no-repeat;
	padding-left: 35px;
}
.calc-block {
	margin-bottom: 20px;
}
.calc-title {
	display: block;
	margin-bottom: 20px;
}

.calc-block__result-title {

}


.truck-button {
	flex: 0 0 25%;
	max-width: 25%;
	display: block;
}
.truck-button input[type=radio] {
	display: none;
}
.truck-button label {
	display: block;
	padding: 10px;
	cursor: pointer;
	border: 3px solid #fff;
	border-radius: 10px;
	background-position: center 5px;
	background-repeat: no-repeat;
	background-size: auto 50px;
	opacity: .7;
	color: var(--color-main1);
}
.truck-button label span {
	font-size: 15px;
	font-weight: bold;
}

.truck-button input[type=radio]:checked + label {
	/*background-color: #f5f5f5;*/
	border: 3px solid;
	border-color: var(--color-main4);
	font-weight: 500;
	opacity: 1;
	background: var(--color-main4);
	color: var(--color-main1);
}




.type_limit {
	font-size: 12px;
	padding: 8px 0 0 15px;
	color: #ff0000;
}

input[type="number"] {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    display: none;
}

.cartype_select {
	display: none;
}


.calc-block_mini:not(.calc-block_mini_expanded) .calc-block__hidden_mini {
    display: none;
}
.calc-block_mini:not(.calc-block_mini_expanded) .calc-block__mb0_mini {
    margin-bottom: 0;
}
@media screen and (max-width: 768px) {
	.calculator-form {
		display: block;
	}
	.calculator-block.top {
		background-position: top !important;
	}
	.truck-button {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.calc-block__controls-wrapper {
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}

	.calc-block__result-wrapper {
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}

}

.calc-block__result-row {
	
}

.result_item_name {
	font-weight: 600;
	font-size: 15px;
	line-height: 1.1;
	color: var(--color-main1);
   	width: 30%;
}
.result_item {
	width: 70%;
	padding-left: 40px !important;
}

.calc-block__result-row {
	background: #fff;
	border-radius: 10px;
	padding: 5px 20px 20px;
}

.calc-block__result-result {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.calc-block__result-result div {
	font-size: 15px;
	line-height: 1.5;
	padding: 15px 0;
	border-bottom: 1px dashed;
	border-color: var(--color-main3);
}

.result_price {
	padding: 20px 20px 0;
}

.result_from,
.result_to {
	background-image: url("data:image/svg+xml;base64,Cjxzdmcgd2lkdGg9JzE0JyBoZWlnaHQ9JzE4JyB2aWV3Qm94PScwIDAgMTQgMTgnIGZpbGw9J25vbmUnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PGcgaWQ9J0dyb3VwJz48cGF0aCBpZD0nVmVjdG9yJyBmaWxsLXJ1bGU9J2V2ZW5vZGQnIGNsaXAtcnVsZT0nZXZlbm9kZCcgZD0nTTcgMTcuMDE5NUw3LjYzMSAxNi4zMDg1QzguMzQ3IDE1LjQ4ODUgOC45OTEgMTQuNzEwNSA5LjU2NCAxMy45NzA1TDEwLjAzNyAxMy4zNDY1QzEyLjAxMiAxMC42ODU1IDEzIDguNTczNDkgMTMgNy4wMTI0OUMxMyAzLjY4MDQ5IDEwLjMxNCAwLjk3OTQ5MiA3IDAuOTc5NDkyQzMuNjg2IDAuOTc5NDkyIDEgMy42ODA0OSAxIDcuMDEyNDlDMSA4LjU3MzQ5IDEuOTg4IDEwLjY4NTUgMy45NjMgMTMuMzQ2NUw0LjQzNiAxMy45NzA1QzUuMjUzNDQgMTUuMDE3OSA2LjEwODY3IDE2LjAzNDIgNyAxNy4wMTk1Wicgc3Ryb2tlPScjNzZBQzY5JyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnLz48cGF0aCBpZD0nVmVjdG9yXzInIGQ9J003IDkuNDc5NDlDOC4zODA3MSA5LjQ3OTQ5IDkuNSA4LjM2MDIgOS41IDYuOTc5NDlDOS41IDUuNTk4NzggOC4zODA3MSA0LjQ3OTQ5IDcgNC40Nzk0OUM1LjYxOTI5IDQuNDc5NDkgNC41IDUuNTk4NzggNC41IDYuOTc5NDlDNC41IDguMzYwMiA1LjYxOTI5IDkuNDc5NDkgNyA5LjQ3OTQ5Wicgc3Ryb2tlPScjNzZBQzY5JyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnLz48L2c+PC9zdmc+Cg==");
	background-position: 12px center;
	background-repeat: no-repeat;
}

.calc-block__result-order {
	padding: 0;
}

.hidden {
	display: none;
}

.calc-loader {
/*
	position: relative;
	height: 100px;
	border-radius: 10px;
	background: var(--color-main3);
*/
}

.calc-block__loader {
	position: absolute;
	margin-top: 140px;
	z-index: 10;
	width: 100%;
}

.calc-loader-loader {
  position: relative;
  width: 130px;
  height: 100px;
  background-repeat: no-repeat;
  background-image: linear-gradient(var(--color-main3), var(--color-main4)),
  linear-gradient(var(--color-main4), var(--color-main3)), linear-gradient(var(--color-main4), var(--color-main3));
  background-size: 80px 70px, 30px 50px, 30px 30px;
  background-position: 0 0, 80px 20px, 100px 40px;
margin-left: calc(50% - 90px);
}
.calc-loader-loader:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 12px;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  box-sizing: content-box;
  border: 10px solid var(--color-main2);
  box-shadow: 78px 0 0 -10px #fff, 78px 0 var(--color-main2);
  animation: wheelSk 0.75s ease-in infinite alternate;
}

.calc-loader-loader:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0px;
  height: 70px;
  width: 70px;
  background-image: linear-gradient(var(--color-main3) 45px, transparent 0),
    linear-gradient(var(--color-main3) 45px, transparent 0),
    linear-gradient(var(--color-main3) 45px, transparent 0);
  background-repeat: no-repeat;
  background-size: 30px 4px;
  background-position: 0px 11px, 8px 35px, 0px 60px;
  animation: lineDropping 0.75s linear infinite;
}

@keyframes wheelSk {
  0%, 50%, 100% { transform: translatey(0) }
  30%, 90% { transform: translatey(-3px) }
}

@keyframes lineDropping {
  0% {
    background-position: 100px 11px, 115px 35px, 105px 60px;
    opacity: 1;
  }
  50% { background-position: 0px 11px, 20px 35px, 5px 60px }
  60% { background-position: -30px 11px, 0px 35px, -10px 60px }
  75%, 100% {
    background-position: -30px 11px, -30px 35px, -30px 60px;
    opacity: 0;
  }
}
/* End */


/* Start:/local/templates/default/css/services-list.css?17279557044897*/
.services-list__item-wrapper {
    margin-bottom: 25px;
}
.services-list__item {
    position: relative;
    padding: 28px 20px 14px 160px;
	border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(14, 15, 25, 0.1);
}
.services-list__img-wrapper {
    background-color: #1da2fc;
    width: 140px;
    top: -4px;
    left: -4px;
    bottom: -4px;
    position: absolute;
    overflow: hidden;
    box-shadow: 0 20px 16px -16px rgba(29, 162, 252, 0.5);
}
.services-list__img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 48px;
    max-height: 48px;
    z-index: 5;
    transition: transform 0.3s ease, top 0.3s ease;
}
.services-list__img-bg {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, 0%);
    min-height: 70%;
    min-width: 160%;
    opacity: 0.15;
    z-index: 1;
    max-width: none;
}
.services-list__content {
    position: relative;
    z-index: 3;
}
.services-list__title {
    display: inline-block;
    font-size: 18px;
    line-height: 1.22;
    color: #333;
    font-weight: 700;
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 24px;
    transition: color 0.3s ease;
}
.services-list__title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 2px;
    background-color: #333;
    transition: opacity 0.3s ease, background-color 0.3s ease;
}
.services-list__icon-wrapper {
    margin: 0 auto 24px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.services-list__icon-wrapper svg {
    width: auto;
    max-height: 100%;
}
.services-list__name {
    font-size: 16px;
    color: var(--color-main2);
    line-height: 1.75;
    border-bottom: 1px solid rgba(29, 162, 252, 0.2);
    display: inline;
    transition: border-color 0.3s ease;
}
.services-list__desc {
    column-count: 2;
    column-gap: 15px;
}
.services-list__link-wrapper {
    display: inline-block;
    width: 100%;
    margin-bottom: 14px;
}
.services-list__link {
    font-size: 13px;
    line-height: 1.38;
    color: #666;
    border-bottom: 1px solid rgba(102, 102, 102, 0.2);
    transition: border-color 0.3s ease;
    text-decoration: none !important;
}
.services-list__link:hover {
    border-color: transparent;
    color: #666;
}
.services-list__img-inner {
    width: 85px;
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;
}
.services-list__text-wrapper {
    transition: transform 0.3s ease;
    position: relative;
    margin-bottom: 10px;
}
.services-list__text {
    color: #333;
    font-size: 13px;
    line-height: 1.53;
    transition: color 0.3s ease;
    overflow: hidden;
}
.services-list_index .services-list__img-wrapper {
    width: 85px;
    transition: width 0.3s ease;
}
.services-list_index .services-list__item {
    padding-left: 115px;
    margin-bottom: 0;
    height: 100%;
}
.services-list_index .services-list__button {
    opacity: 0;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin-top: 11px;
    position: absolute;
    left: 0;
    top: 100%;
    transition: opacity 0.3s ease, background 0.3s ease;
}
.services-list_index .services-list__item:hover .services-list__img-wrapper {
    width: calc(100% + 8px);
}
.services-list_index .services-list__item:hover .services-list__img {
    top: 34px;
    transform: translate(-50%, 0);
}
.services-list_index .services-list__item:hover .services-list__title {
    color: #fff;
}
.services-list_index .services-list__item:hover .services-list__title:after {
    opacity: 0;
    background-color: #fff;
}
.services-list_index .services-list__item:hover .services-list__text {
    color: #fff;
}
.services-list_index .services-list__item:hover .services-list__text-wrapper {
    transform: translate(0, -33px);
}
.services-list_index .services-list__item:hover .services-list__button {
    opacity: 1;
}
.services-list_index .services-list__row {
    display: flex;
    flex-wrap: wrap;
}
.services-list_index .services-list__item-wrapper {
    float: none;
    margin-bottom: 30px;
}
.services-list_other .services-list__item {
    padding: 30px 20px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.services-list_other .services-list__button {
    margin-top: 32px;
}
.services-list_other .services-list__item:hover {
    border-color: #fff;
    box-shadow: 0 0 0 0 rgba(0, 36, 60, 0.14);
	background: var(--color-section);
}
.services-list_other .services-list__item:hover .services-list__name {
    border-color: transparent;
}

/* End */


/* Start:/local/templates/default/css/footer.css?17279557044398*/
#page-frame__footer {
    padding-bottom: 0;
    background: #fff;
}
.footer-top {
    background-color: #333;
}
.footer-top__inner {
    display: flex;
    padding: 35px 0;
    justify-content: space-between;
    align-items: center;
}
.footer-info {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 35px 0;
}
.footer-info__item {
    text-align: center;
}
.footer-info__item:not(:last-child) {
    margin-bottom: 16px;
}
.footer-info__phone {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.23;
    color: #fff;
    white-space: nowrap;
}
.footer-info__phone:hover {
    color: #1da2fc;
}
.footer-info__link {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    line-height: 1.2;
    position: relative;
    display: inline-flex;
    align-items: center;
}
.footer-info__link-inner {
    transition: border-color 0.3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.footer-info__link_email:before,
.footer-info__link_callback:before,
.footer-info__link_question:before {
    font-family: "roksis-icons";
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
    line-height: 1;
    margin-right: 20px;
    color: #1da2fc;
}
.footer-info__link_email:before {
    content: "\e904";
}
.footer-info__link_callback:before {
    content: "\e902";
}
.footer-info__link_question:before {
    content: "\e906";
}
.footer-info__link:hover {
    color: #1da2fc;
}
.footer-info__link:hover .footer-info__link-inner {
    border-color: transparent;
}
.footer-info__helper {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 3px;
    color: #fff;
}
.footer-phone {
    color: #fff;
}
.footer-phone__number {
    font-weight: 800;
    font-size: 30px;
    line-height: 1.23;
    color: #fff;
    white-space: nowrap;
}
.footer-phone__number:hover,
.footer-phone__number:focus {
    color: #1da2fc;
}
.footer-phone__helper {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 3px;
}
.footer-bottom {
    background-color: var(--color-section);
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer-nav {
    display: flex;
    margin-bottom: 50px;
    justify-content: space-between;
}
.footer-nav__list_contacts {
    max-width: 215px;
    margin: 0 auto;
    text-align: center;
}
.footer-nav__title {
    font-weight: 700;
    font-size: 20px;
    color: #333;
    line-height: 1.1;
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.footer-nav__title-wrapper {
    margin-bottom: 30px;
}
.footer-nav__item,
.footer-nav__item a.header-phone__number {
    font-size: 13px;
    line-height: 1.4;
    color: #333;
    margin-bottom: 15px;
}
.footer-nav__link {
    font-size: 13px;
    line-height: 1.4;
    color: var(--color-main2);
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.footer-nav__link:hover {
    color: var(--color-main3);
    border-color: transparent;
}
.footer-nav__link:focus {
    color: #333;
}
.footer-copyright {
    opacity: 0.5;
    font-size: 12px;
    line-height: 1.41;
    text-align: center;
}
@media screen and (max-width: 768px) {
	.footer-nav {
		flex-direction: column;	
	}
	.footer-nav__list {
		margin-bottom: 20px;
	}
	.footer-nav__link {
		font-size: 16px;
	}
	.footer-phone {
		font-size: 24px;
	}
    .footer-bottom {
        padding-top: 30px;
    }
    .footer-nav__list_contacts {
        margin: 0;
        text-align: left;
    }
    .footer-copyright {
        text-align: left;
    }
}
@media screen and (min-width: 768px) {
    .footer-bottom {
        padding-top: 60px;
    }
    .footer-nav__list_contacts {
        margin: 0;
        text-align: left;
    }
    .footer-copyright {
        text-align: left;
    }
}
@media screen and (min-width: 992px) {
    .footer-info {
        justify-content: space-between;
        flex-direction: row;
    }
    .footer-info__item:nth-child(n) {
        margin-bottom: 0;
        text-align: left;
    }
    .footer-info__phone {
        font-size: 28px;
    }
    .footer-info__link {
        font-size: 17px;
    }
}
@media screen and (min-width: 1310px) {
    .footer-info__phone {
        font-size: 30px;
    }
    .footer-info__link {
        font-size: 20px;
    }
}

/* End */


/* Start:/local/templates/default/css/modal.css?17279557042619*/
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}
.modal-open {
    overflow: hidden;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: scroll;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 16px;
    max-width: 100%;
}
.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (16px * 2));
}
.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - (16px * 2));
    content: "";
}
.modal-dialog-scrollable {
    height: calc(100% - 32px);
}
.modal-dialog-scrollable .modal-scrollbar {
    flex: 1 1 auto;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    background-clip: padding-box;
    outline: 0;
    height: 100%;
    background: #fff;
    border-radius: 10px;
}
.modal-header {
    padding: 20px;
    border-radius: 10px 10px 0 0;
}
.modal-title {
    font-weight: 700;
    font-size: 18px;
    color: var(--color-main2);
    text-align: center;
    line-height: 1.15;
}
.modal-body {
    padding: 20px;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
}
.modal-close {
    position: absolute;
    top: 14px;
    right: 10px;
    width: 32px;
    height: 32px;
    z-index: 200;
    cursor: pointer;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.modal-close:before {
    content: "закрыть";
    font-weight: 400;
    font-style: normal;
	font-size: 11px;
    line-height: 1;
	color: #333;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media screen and (min-width: 768px) {
    .modal .modal-dialog {
        max-width: 956px;
        margin: 16px auto;
    }
    .modal .modal-dialog_md {
        max-width: 600px;
    }
    .modal-header {
        padding: 40px 0 0;
    }
    .modal-close {
        top: 10px;
        right: 30px;
    }
    .modal-close:before {
        font-size: 13px;
    }
    .modal-title {
        font-size: 26px;
    }
    .modal-body {
        padding: 32px 60px;
    }
}

/* End */


/* Start:/local/templates/default/styles_common.css?172795570352773*/
a {
    text-decoration: none !important;
    color: var(--color-main2);
    transition: color 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}
a:hover {
    color: var(--color-main3);
}
a:not([class]) {
    border-bottom: 1px solid;
	border-color: var(--color-main2);
}
a:not([class]):hover {
    color: var(--color-main1);
    border-color: transparent;
}

img {
    max-width: 100%;
    display: block;
    height: auto;
}

.text-nowrap {
    white-space: nowrap !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-primary {
    color: var(--color-main2); !important;
}
.text-orange {
    color: #FC951D !important;
}
.text-red {
    color: #E02222 !important;
}
.text-center {
    text-align: center !important;
}

.align-items-center {
    align-items: center;
}
.justify-content-center {
    justify-content: center;
}
.mb0 {
    margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
    .hidden_mobile {
        display: none !important;
    }
}

.btn {
    border: none;
    text-decoration: none !important;
    padding: 0 30px;
    line-height: 50px;
    height: 50px;
    white-space: nowrap;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    background: none;
    -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
    -o-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
    transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
    z-index: 1;
    border-radius: 0;
    box-shadow: none;
    font-size: 16px;
}
.btn_primary {
    background: var(--color-main2);
    color: #fff;
}
.btn_primary:hover {
    background: var(--color-main3);
    color: #fff;
}
.btn_white {
    background: #fff;
    color: var(--color-main2);
}
.btn_white:hover {
    background: #f2f2f2;
    color: var(--color-main2);
}
.btn_block {
    display: flex;
    width: 100%;
}
.btn_md {
    height: 34px;
    line-height: 34px;
    padding: 0 20px;
}
.btn_rounded {
    border-radius: 5px;
    box-shadow: 0px 10px 20px rgba(72, 95, 110, 0.16);
}
.btn_rounded:hover {
    box-shadow: 0px 5px 10px rgba(29, 162, 252, 0.28);
}
/*.btn_effect_click:before {
    
}
@keyframes effectClick {
    0% {
        box-shadow: 0px 10px 20px rgba(72, 95, 110, 0.16);
    }
    100% {
        box-shadow: 0px 10px 30px rgba(72, 95, 110, 0.16);
    }
}*/
@media screen and (max-width: 575px) {
    .btn_wrap {
        white-space: normal;
        padding: 8px 15px;
        height: auto;
        line-height: 1.2;
    }
}


.intro-block {
    color: #fff;
    position: relative;
}
.intro-block__bg,
.intro-block__bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.intro-block__bg-img {
    object-position: center center;
    object-fit: cover;
}
.intro-block__bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0;
    z-index: 2;
}

@media screen and (max-width: 767px) {
	.intro-block__bg-img {
		object-position: left center;
	}
}


.intro-block__content {
    position: relative;
    z-index: 3;
    padding: 40px 0;
    display: table;
    width: 100%;
}
.intro-block__content-inner {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.intro-block__name,
.intro-block__name h1 {
    font-size: 28px;
    line-height: 1.2;
    margin: 0 0 16px;
	color: var(--color-main1);
}
.intro-block__text {
    font-size: 20px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 16px;
	color: var(--color-main1);
}
.intro-block__btn {
    margin-top: 16px;
}

.intro-block_inverse {
    color: var(--color-main1);
}

@media screen and (min-width: 768px) {
    .intro-block__content {
        padding: 40px 0;
        height: 450px;
    }
    .intro-block__content_sm {
        height: 300px;
    }
    .intro-block__name,
    .intro-block__name h1 {
        font-size: 36px;
    }
}
@media screen and (min-width: 992px) {
    .intro-block__bg:before {
        display: none;
        content: none;
    }
    .intro-block__name,
    .intro-block__name h1 {
        font-size: 42px;
        margin: 0 0 24px;
    }
    .intro-block__text {
        margin-bottom: 32px;
    }
    .intro-block__btn {
        margin-top: 24px;
    }
}

.section {
    padding: 20px 0;
    position: relative;
}
.section__bg,
.section__bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.section__bg-img {
    object-position: center center;
    object-fit: cover;
}
.section__content {
    position: relative;
    z-index: 3;
}
.section_bg_grey {
    background-color: var(--color-section);
}
.section_inverse {
    color: #fff;
}
.section__title,
h2 {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.3;
    margin: 0;
}
.section__header-btn {
    margin-top: 16px;
}
.section__btn {
    
}
.section .section__title + *,
.section .section__text + * {
    margin-top: 35px;
}
.section .section__title + .section__text {
    margin-top: 10px;
}
.section * .section__btn {
    margin-top: 40px;
}
@media screen and (min-width: 768px) {
    .section__title,
	h2 {
        font-size: 28px;
    }
    .section__header-btn {
        margin-top: 0;
    }
}
@media screen and (min-width: 992px) {
    .section {
        padding: 20px 0;
        position: relative;
    }
    .section_pd_md {
        padding: 20px 0;
    }
    .section_pt_md {
        padding-top: 20px;
    }
}
@media screen and (min-width: 1310px) {
    .section__title_lg {
        font-size: 36px;
    }
}

.img-block {
    margin: 16px auto;
    display: block;
    max-width: 100%;
    height: auto;
}

.content-styles {
    font-size: 14px;
    line-height: 1.62;
}
.content-styles p {
    margin: 0;
}
.content-styles * + *:not([class]) {
    margin-top: 1em;
}
.content-styles ul:not([class]) {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.content-styles ul:not([class]) > li {
    padding-left: 18px;
    margin-bottom: 15px;
    position: relative;
}
.content-styles ul:not([class]) > li:before {
    content: "";
    position: absolute;
    top: 0.65em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--color-main3);
}

.article-detail img:not([class]) {
    border-radius: 6px;
    box-shadow: 0px 0px 10px rgba(72, 95, 110, 0.16);
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
}

.content-styles .img-link {
    border-radius: 6px;
    box-shadow: 0px 0px 10px rgba(72, 95, 110, 0.16);
    margin-top: 8px;
    margin-bottom: 8px;
}
.content-styles .img-link img {
    box-shadow: none;
    margin: 0;
}
@media screen and (max-width: 767px) {
    .content-styles .img-link {
        display: inline-block !important;
        float: none !important;
        margin-left: auto !important;
        margin-right: auto !important; 
    }
}
@media screen and (min-width: 768px) {
    .img-block {
        margin: 0 auto;
    }
    .content-styles {
        font-size: 16px;
    }
    .content-styles_lg {
        font-size: 18px;
    }
}


ul.list-primary {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.list-primary__title {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.4;
    color: #333333;
    margin-bottom: 10px;
}
.list-primary__body {
    display: none;
}
.list-primary li,
.list-primary__item-wrapper {
    margin-bottom: 25px;
}
.list-primary li,
.list-primary__item {
    position: relative;
}
.list-primary_numbers {
    counter-reset: list-numbers;
}
.list-primary_numbers li {
    padding-left: 60px;
    min-height: 40px;
}
.list-primary_numbers li:before {
    content: counter(list-numbers);
    counter-increment: list-numbers;
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #FC951D;
    left: 0;
    top: 1px;
    text-align: center;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
    font-size: 20px;
}

.list-primary__title_toggle {
    position: relative;
    padding-right: 30px;
    display: inline-block;
    cursor: pointer;
    margin-top: 10px;
    transition: color 0.3s ease;
}
.list-primary__title_toggle:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--color-main3);
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    transition: background-color 0.3s ease;
}
.list-primary__title_toggle:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 7px;
    transform: translate(0, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 3px 0 3px;
    border-color: #ffffff transparent transparent transparent;
    transition: transform 0.3s ease;
}
.list-primary__title_toggle_active,
.list-primary__title_toggle:hover {
    color: #1DA2FC;
}
.list-primary__title_toggle_active:before {
    background-color: #FC951D;
}
.list-primary__title_toggle_active:after {
    transform: translate(0, -50%) rotate(-180deg);
}

.list-primary__title_toggle .list-primary__title-inner {
    border-bottom: 1px dashed rgba(51,51,51,0.5);
    transition: border-color 0.3s ease;
    display: inline;
}
.list-primary__title_toggle_active .list-primary__title-inner,
.list-primary__title_toggle:hover .list-primary__title-inner {
    border-color: transparent;
}

.list-primary_check li {
    padding-left: 60px;
    min-height: 40px;
    display: flex;
    align-items: center;
}
.list-primary_check li:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #FC951D;
    background: url("/bitrix/templates/default/images/icons/icon-check.svg") center center no-repeat #FC951D;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    text-align: center;
    line-height: 40px;
    font-weight: 600;
    color: #fff;
    font-size: 20px;
}
.list-primary_columns {
    column-count: 2;
    column-gap: 32px;
}
.list-primary_columns li {
    display: block;
}

.list-primary_highlighted li {
    padding-left: 35px;
    font-size: 16px;
}
.list-primary_highlighted .list-primary__highlight {
    background: #525252;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    margin-bottom: 3px;
    line-height: 1.62;
    padding: 3px 0;
}
.list-primary_highlighted .list-primary__highlight:before {
    content: "";
    position: absolute;
    top: 0;
    left: -35px;
    right: -15px;
    bottom: 0;
    background: #525252;
    z-index: -1;
    border-radius: 20px;
}
.list-primary_highlighted .list-primary__highlight:after {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    background: url("/bitrix/templates/default/images/icons/icon-check-circle-mini.svg") center center no-repeat;
    background-size: contain;
    top: 50%;
    left: -32px;
    transform: translate(0,-50%);
}

.list-primary_fade_in li {
    opacity: 0;
    visibility: hidden;
    transform: translate(0,50px);
    transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease;
}
.list-primary_fade_in_active li {
    opacity: 1;
    visibility: visible;
    transform: translate(0,0);
}
.list-primary_fade_in li:nth-child(2) {
    transition-delay: 0.3s;
}
.list-primary_fade_in li:nth-child(3) {
    transition-delay: 0.6s;
}
.list-primary_fade_in li:nth-child(4) {
    transition-delay: 0.9s;
}
.list-primary_fade_in li:nth-child(5) {
    transition-delay: 1.2s;
}
.list-primary_fade_in li:nth-child(6) {
    transition-delay: 1.5s;
}
.list-primary_fade_in li:nth-child(7) {
    transition-delay: 1.8s;
}
.list-primary_fade_in li:nth-child(8) {
    transition-delay: 2.1s;
}

@media (max-width: 767px) {
    .list-primary_columns {
        column-count: 1;
        column-gap: 0;
    }
    .list-primary__title_toggle {
        width: 100%;
    }
    .list-primary__item-wrapper {
        margin-bottom: 15px;
    }
    .list-primary__title {
        font-size: 16px;
    }
}
.list-primary_check_circle li,
.list-primary_check_circle .list-primary__item {
    padding-left: 1.88em;
}
.list-primary_check_circle li:before,
.list-primary_check_circle .list-primary__item:before {
    content: "";
    position: absolute;
    width: 1.25em;
    height: 1.25em;
    left: 0;
    top: 0.15em;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA1MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQ5LjU5MjkgNS40NDU1Mkw0NC41NTUgMC40MDc1OTJDNDQuMDExNiAtMC4xMzU4NjQgNDMuMTMwNiAtMC4xMzU4NjQgNDIuNTg3MiAwLjQwNzU5MkwxNi42NjIgMjYuMzMxM0w3LjQxMzU0IDE3LjA4MzVDNi44NzAwOSAxNi41NDAxIDUuOTg5MTUgMTYuNTQwMSA1LjQ0NTY5IDE3LjA4MzVMMC40MDc3NjYgMjIuMTIxNUMwLjE0NjgyNCAyMi4zODI0IDAgMjIuNzM2NiAwIDIzLjEwNTRDMCAyMy40NzQyIDAuMTQ2ODI0IDIzLjgyODQgMC40MDc3NjYgMjQuMDg5M0wxNS42NzgxIDM5LjM1ODNDMTUuOTUwMiAzOS42MzAzIDE2LjMwNTggMzkuNzY2IDE2LjY2MiAzOS43NjZDMTcuMDE5IDM5Ljc2NiAxNy4zNzMyIDM5LjYzMDMgMTcuNjQ2IDM5LjM1ODNMNDkuNTkyMiA3LjQxMzM3QzQ5Ljg1MzIgNy4xNTI0MiA1MCA2Ljc5ODI0IDUwIDYuNDI5NDRDNTAgNi4wNjA2NCA0OS44NTM5IDUuNzA2NDYgNDkuNTkyOSA1LjQ0NTUyWiIgZmlsbD0iIzc2QUM2OSIvPgo8L3N2Zz4K");
}



.block-vs__list {
    margin-bottom: 40px;
}
.block-vs__list_orange .block-vs__title {
    color: #FC951D;
}
.block-vs__list_orange .block-vs__item:before {
/*    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIiBmaWxsPSIjZmM5NTFkIj48cGF0aCBkPSJNMjkuNTA2IDE0LjA1M2MwIDEuNTIxLTEuMjM4IDIuNzU5LTIuNzU5IDIuNzU5aC0uOTM5LTQuMDYzYy43NzUgMS40MDIgMS4xODcgMi43MjYgMS4xODcgNC41NTR2LjI5NWEzLjcgMy43IDAgMCAxLTMuNjYzIDMuNzIxaC0uMDI4Yy0uOTUyIDAtMS43ODQtLjc1Ny0xLjg2My0xLjcwMS0uMzczLTQuNDk5LTQuNzA4LTYuODE3LTcuNjA3LTguMjI3di40NjZhLjg4Ljg4IDAgMCAxLS44ODEuODgxSDEuMzc1YS44OC44OCAwIDAgMS0uODgxLS44ODFWLjg5MmEuODguODggMCAwIDEgLjg4MS0uODgxSDcuMDFBMi43NiAyLjc2IDAgMCAxIDkuNDc5IDEuNTRDMTIuNjE1LjE3OCAxNS4zNCAwIDE4LjQ2OSAwbDEuNjQzLjAxIDEuOTM4LjAxMmgyLjc4NGMxLjUyMSAwIDIuNzU5IDEuMjM4IDIuNzU5IDIuNzU5IDAgLjUxMi0uMTQuOTkxLS4zODMgMS40MDJhMi43NiAyLjc2IDAgMCAxIDEuMzIzIDIuMzU1IDIuNzQgMi43NCAwIDAgMS0uMzgzIDEuNDAyIDIuNzYgMi43NiAwIDAgMSAxLjMyMyAyLjM1NSAyLjc1IDIuNzUgMCAwIDEtLjcyNCAxLjg2MSAyLjc1IDIuNzUgMCAwIDEgLjc1OCAxLjg5NnpNOC4wMDggMi43N2ExIDEgMCAwIDAtLjk5OC0uOTk4aC0uOTk4djIuODc2YS44OC44OCAwIDEgMS0xLjc2MSAwVjEuNzcySDIuMjU2djEzLjI2N2g1Ljc1M1YyLjc3aDB6bTE2Ljg2IDguNTI0aC45MzkuOTA2YTEgMSAwIDAgMCAuOTk4LS45OTggMSAxIDAgMCAwLS45OTgtLjk5OGgtLjkwNi0uMDM0LS45MDVhLjg4Ljg4IDAgMSAxIDAtMS43NjFoLjkwNmExIDEgMCAwIDAgLjk5OC0uOTk4IDEgMSAwIDAgMC0uOTk4LS45OThoLS45MzlhLjg4Ljg4IDAgMSAxIDAtMS43NjEgMSAxIDAgMCAwIC45OTgtLjk5OCAxIDEgMCAwIDAtLjk5OC0uOTk4SDIyLjA1YTIwMS4yNCAyMDEuMjQgMCAwIDEtMS45NTUtLjAxMmMtMy45MjUtLjAzNy02LjgwOS0uMDY1LTEwLjMxNCAxLjU2M3YxMC4xNjloMGwuMjgyLjEzNmMxLjUzMS43MzggMy42MjcgMS43NDkgNS40MyAzLjI4IDIuMjA3IDEuODc0IDMuNDMxIDQuMTAxIDMuNjQgNi42MTcuMDAyLjAzLjA2LjA4NS4xMDcuMDg1YTEuOTcgMS45NyAwIDAgMCAxLjkzLTEuOTZ2LS4yOTVjMC0xLjgzLS40NzctMi45ODktMS40NzYtNC41NTRoLTEuNDAxYS44OC44OCAwIDEgMSAwLTEuNzYxaDEuODg1IDUuNjI5LjkzOWExIDEgMCAwIDAgLjk5OC0uOTk4IDEgMSAwIDAgMC0uOTk4LS45OThoLS45MzktLjkzOWEuODguODggMCAxIDEgMC0xLjc2MXoiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi42NDYgMjMuNDkzaDEuODc4YS44OC44OCAwIDEgMCAwLTEuNzYxaC0xLjg3OGEuODguODggMCAxIDAgMCAxLjc2MXptMTMuMTUgMGgxLjg3OWEuODguODggMCAxIDAgMC0xLjc2MWgtMS44NzlhLjg4Ljg4IDAgMSAwIDAgMS43NjF6bS03LjY5MSA0LjQ0bC0uOTM5IDEuNjI3YS44OC44OCAwIDAgMS0xLjUyNS0uODgxbC45MzktMS42MjdhLjg4Ljg4IDAgMCAxIC43NjMtLjQ0Yy4xNDkgMCAuMzAxLjAzOC40MzkuMTE4YS44OC44OCAwIDAgMSAuMzIyIDEuMjAzem01LjA1IDEuNjI3YS44OC44OCAwIDAgMCAxLjUyNS0uODgxbC0uOTM5LTEuNjI3YS44OC44OCAwIDAgMC0uNzYzLS40NGMtLjE0OSAwLS4zMDEuMDM4LS40MzkuMTE4YS44OC44OCAwIDAgMC0uMzIyIDEuMjAzbC45MzkgMS42Mjd6IiBmaWxsLW9wYWNpdHk9Ii43Ii8+PC9zdmc+"); */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIiBmaWxsPSIjMURBMkZDIj48cGF0aCBkPSJNMjkuNTA2IDE0LjA1M2MwIDEuNTIxLTEuMjM4IDIuNzU5LTIuNzU5IDIuNzU5aC0uOTM5LTQuMDYzYy43NzUgMS40MDIgMS4xODcgMi43MjYgMS4xODcgNC41NTR2LjI5NWEzLjcgMy43IDAgMCAxLTMuNjYzIDMuNzIxaC0uMDI4Yy0uOTUyIDAtMS43ODQtLjc1Ny0xLjg2My0xLjcwMS0uMzczLTQuNDk5LTQuNzA4LTYuODE3LTcuNjA3LTguMjI3di40NjZhLjg4Ljg4IDAgMCAxLS44ODEuODgxSDEuMzc1YS44OC44OCAwIDAgMS0uODgxLS44ODFWLjg5MmEuODguODggMCAwIDEgLjg4MS0uODgxSDcuMDFBMi43NiAyLjc2IDAgMCAxIDkuNDc5IDEuNTRDMTIuNjE1LjE3OCAxNS4zNCAwIDE4LjQ2OSAwbDEuNjQzLjAxIDEuOTM4LjAxMmgyLjc4NGMxLjUyMSAwIDIuNzU5IDEuMjM4IDIuNzU5IDIuNzU5IDAgLjUxMi0uMTQuOTkxLS4zODMgMS40MDJhMi43NiAyLjc2IDAgMCAxIDEuMzIzIDIuMzU1IDIuNzQgMi43NCAwIDAgMS0uMzgzIDEuNDAyIDIuNzYgMi43NiAwIDAgMSAxLjMyMyAyLjM1NSAyLjc1IDIuNzUgMCAwIDEtLjcyNCAxLjg2MSAyLjc1IDIuNzUgMCAwIDEgLjc1OCAxLjg5NnpNOC4wMDggMi43N2ExIDEgMCAwIDAtLjk5OC0uOTk4aC0uOTk4djIuODc2YS44OC44OCAwIDEgMS0xLjc2MSAwVjEuNzcySDIuMjU2djEzLjI2N2g1Ljc1M1YyLjc3aDB6bTE2Ljg2IDguNTI0aC45MzkuOTA2YTEgMSAwIDAgMCAuOTk4LS45OTggMSAxIDAgMCAwLS45OTgtLjk5OGgtLjkwNi0uMDM0LS45MDVhLjg4Ljg4IDAgMSAxIDAtMS43NjFoLjkwNmExIDEgMCAwIDAgLjk5OC0uOTk4IDEgMSAwIDAgMC0uOTk4LS45OThoLS45MzlhLjg4Ljg4IDAgMSAxIDAtMS43NjEgMSAxIDAgMCAwIC45OTgtLjk5OCAxIDEgMCAwIDAtLjk5OC0uOTk4SDIyLjA1YTIwMS4yNCAyMDEuMjQgMCAwIDEtMS45NTUtLjAxMmMtMy45MjUtLjAzNy02LjgwOS0uMDY1LTEwLjMxNCAxLjU2M3YxMC4xNjloMGwuMjgyLjEzNmMxLjUzMS43MzggMy42MjcgMS43NDkgNS40MyAzLjI4IDIuMjA3IDEuODc0IDMuNDMxIDQuMTAxIDMuNjQgNi42MTcuMDAyLjAzLjA2LjA4NS4xMDcuMDg1YTEuOTcgMS45NyAwIDAgMCAxLjkzLTEuOTZ2LS4yOTVjMC0xLjgzLS40NzctMi45ODktMS40NzYtNC41NTRoLTEuNDAxYS44OC44OCAwIDEgMSAwLTEuNzYxaDEuODg1IDUuNjI5LjkzOWExIDEgMCAwIDAgLjk5OC0uOTk4IDEgMSAwIDAgMC0uOTk4LS45OThoLS45MzktLjkzOWEuODguODggMCAxIDEgMC0xLjc2MXoiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi42NDYgMjMuNDkzaDEuODc4YS44OC44OCAwIDEgMCAwLTEuNzYxaC0xLjg3OGEuODguODggMCAxIDAgMCAxLjc2MXptMTMuMTUgMGgxLjg3OWEuODguODggMCAxIDAgMC0xLjc2MWgtMS44NzlhLjg4Ljg4IDAgMSAwIDAgMS43NjF6bS03LjY5MSA0LjQ0bC0uOTM5IDEuNjI3YS44OC44OCAwIDAgMS0xLjUyNS0uODgxbC45MzktMS42MjdhLjg4Ljg4IDAgMCAxIC43NjMtLjQ0Yy4xNDkgMCAuMzAxLjAzOC40MzkuMTE4YS44OC44OCAwIDAgMSAuMzIyIDEuMjAzem01LjA1IDEuNjI3YS44OC44OCAwIDAgMCAxLjUyNS0uODgxbC0uOTM5LTEuNjI3YS44OC44OCAwIDAgMC0uNzYzLS40NGMtLjE0OSAwLS4zMDEuMDM4LS40MzkuMTE4YS44OC44OCAwIDAgMC0uMzIyIDEuMjAzbC45MzkgMS42Mjd6IiBmaWxsLW9wYWNpdHk9Ii43Ii8+PC9zdmc+");
}
.block-vs__list_blue .block-vs__title {
    color: #1DA2FC;
}
.block-vs__list_blue .block-vs__item:before {
/*    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIiBmaWxsPSIjMWRhMmZjIj48cGF0aCBkPSJNMjkuNTA2IDE1Ljk0N2MwLTEuNTIxLTEuMjM4LTIuNzU5LTIuNzU5LTIuNzU5aC0uOTM5LTQuMDYzYy43NzUtMS40MDIgMS4xODctMi43MjYgMS4xODctNC41NTR2LS4yOTVhMy43IDMuNyAwIDAgMC0xLjA3LTIuNjExIDMuNyAzLjcgMCAwIDAtMi41OTMtMS4xMDloLS4wMjhjLS45NTIgMC0xLjc4NC43NTctMS44NjMgMS43MDEtLjM3MyA0LjQ5OS00LjcwOCA2LjgxNy03LjYwOCA4LjIyN3YtLjQ2NmEuODguODggMCAwIDAtLjg4MS0uODgxSDEuMzc1YS44OC44OCAwIDAgMC0uODgxLjg4MXYxNS4wMjhhLjg4Ljg4IDAgMCAwIC44ODEuODgxaDUuNjM2YzEuMDc5IDAgMi4wMTUtLjYyMyAyLjQ2OC0xLjUyOSAzLjEzNiAxLjM2MiA1Ljg2MSAxLjU0IDguOTkgMS41NGwxLjY0My0uMDExIDEuOTM4LS4wMTJoMi43ODRjMS41MjEgMCAyLjc1OS0xLjIzOCAyLjc1OS0yLjc1OWEyLjc0IDIuNzQgMCAwIDAtLjM4My0xLjQwMiAyLjc2IDIuNzYgMCAwIDAgMS4zMjMtMi4zNTUgMi43NCAyLjc0IDAgMCAwLS4zODQtMS40MDIgMi43NiAyLjc2IDAgMCAwIDEuMzIzLTIuMzU1IDIuNzUgMi43NSAwIDAgMC0uNzI0LTEuODYxIDIuNzUgMi43NSAwIDAgMCAuNzU4LTEuODk2ek04LjAwOSAyNy4yM2ExIDEgMCAwIDEtLjk5OC45OThoLS45OTh2LTIuODc2YS44OC44OCAwIDEgMC0xLjc2MSAwdjIuODc3SDIuMjU2VjE0Ljk2MWg1Ljc1M1YyNy4yM2gwem0xNi44Ni04LjUyNGguOTM5LjkwNmExIDEgMCAwIDEgLjk5OC45OTggMSAxIDAgMCAxLS45OTguOTk4aC0uOTA1LS4wMzQtLjkwNmEuODguODggMCAxIDAgMCAxLjc2MWguOTA2YTEgMSAwIDAgMSAuOTk4Ljk5OCAxIDEgMCAwIDEtLjk5OC45OThoLS45MzlhLjg4Ljg4IDAgMSAwIDAgMS43NjEgMSAxIDAgMCAxIC45OTguOTk4IDEgMSAwIDAgMS0uOTk4Ljk5OEgyMi4wNWwtMS45NTUuMDEyYy0zLjkyNS4wMzctNi44MDkuMDY0LTEwLjMxNC0xLjU2M1YxNi40OTZoMGwuMjgyLS4xMzZjMS41MzEtLjczOCAzLjYyNy0xLjc0OSA1LjQzLTMuMjggMi4yMDctMS44NzQgMy40MzEtNC4xIDMuNjQtNi42MTcuMDAyLS4wMy4wNi0uMDg1LjEwNy0uMDg1YTEuOTcgMS45NyAwIDAgMSAxLjkzIDEuOTZ2LjI5NWMwIDEuODMtLjQ3NyAyLjk4OS0xLjQ3NiA0LjU1NGgtMS40MDFhLjg4Ljg4IDAgMSAwIDAgMS43NjFoMS44ODUgNS42MjkuOTM5YTEgMSAwIDAgMSAuOTk4Ljk5OCAxIDEgMCAwIDEtLjk5OC45OThoLS45MzktLjkzOWEuODguODggMCAwIDAgMCAxLjc2MXoiLz48cGF0aCBvcGFjaXR5PSIuNyIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTguMTA1IDIuMDY3TDE3LjE2Ni40NGEuODguODggMCAxIDAtMS41MjUuODgxbC45MzkgMS42MjdhLjg4Ljg4IDAgMCAwIC43NjMuNDRjLjE0OSAwIC4zMDEtLjAzOC40MzktLjExOGEuODguODggMCAwIDAgLjMyMi0xLjIwM3ptLTUuNDU5IDQuNDRoMS44NzhhLjg4Ljg4IDAgMCAxIDAgMS43NjFoLTEuODc4YS44OC44OCAwIDEgMSAwLTEuNzYxem0xMy4xNSAwaDEuODc5YS44OC44OCAwIDAgMSAwIDEuNzYxaC0xLjg3OWEuODguODggMCAxIDEgMC0xLjc2MXpNMjMuMTU1LjQ0YS44OC44OCAwIDAgMSAxLjIwMy0uMzIyLjg4Ljg4IDAgMCAxIC4zMjIgMS4yMDNsLS45MzkgMS42MjdhLjg4Ljg4IDAgMCAxLS43NjMuNDRjLS4xNDkgMC0uMzAxLS4wMzgtLjQzOS0uMTE4YS44OC44OCAwIDAgMS0uMzIyLTEuMjAzTDIzLjE1NS40NHoiLz48L3N2Zz4="); */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIiBmaWxsPSIjRkM5NTFEIj48cGF0aCBkPSJNMjkuNTA2IDE1Ljk0N2MwLTEuNTIxLTEuMjM4LTIuNzU5LTIuNzU5LTIuNzU5aC0uOTM5LTQuMDYzYy43NzUtMS40MDIgMS4xODctMi43MjYgMS4xODctNC41NTR2LS4yOTVhMy43IDMuNyAwIDAgMC0xLjA3LTIuNjExIDMuNyAzLjcgMCAwIDAtMi41OTMtMS4xMDloLS4wMjhjLS45NTIgMC0xLjc4NC43NTctMS44NjMgMS43MDEtLjM3MyA0LjQ5OS00LjcwOCA2LjgxNy03LjYwOCA4LjIyN3YtLjQ2NmEuODguODggMCAwIDAtLjg4MS0uODgxSDEuMzc1YS44OC44OCAwIDAgMC0uODgxLjg4MXYxNS4wMjhhLjg4Ljg4IDAgMCAwIC44ODEuODgxaDUuNjM2YzEuMDc5IDAgMi4wMTUtLjYyMyAyLjQ2OC0xLjUyOSAzLjEzNiAxLjM2MiA1Ljg2MSAxLjU0IDguOTkgMS41NGwxLjY0My0uMDExIDEuOTM4LS4wMTJoMi43ODRjMS41MjEgMCAyLjc1OS0xLjIzOCAyLjc1OS0yLjc1OWEyLjc0IDIuNzQgMCAwIDAtLjM4My0xLjQwMiAyLjc2IDIuNzYgMCAwIDAgMS4zMjMtMi4zNTUgMi43NCAyLjc0IDAgMCAwLS4zODQtMS40MDIgMi43NiAyLjc2IDAgMCAwIDEuMzIzLTIuMzU1IDIuNzUgMi43NSAwIDAgMC0uNzI0LTEuODYxIDIuNzUgMi43NSAwIDAgMCAuNzU4LTEuODk2ek04LjAwOSAyNy4yM2ExIDEgMCAwIDEtLjk5OC45OThoLS45OTh2LTIuODc2YS44OC44OCAwIDEgMC0xLjc2MSAwdjIuODc3SDIuMjU2VjE0Ljk2MWg1Ljc1M1YyNy4yM2gwem0xNi44Ni04LjUyNGguOTM5LjkwNmExIDEgMCAwIDEgLjk5OC45OTggMSAxIDAgMCAxLS45OTguOTk4aC0uOTA1LS4wMzQtLjkwNmEuODguODggMCAxIDAgMCAxLjc2MWguOTA2YTEgMSAwIDAgMSAuOTk4Ljk5OCAxIDEgMCAwIDEtLjk5OC45OThoLS45MzlhLjg4Ljg4IDAgMSAwIDAgMS43NjEgMSAxIDAgMCAxIC45OTguOTk4IDEgMSAwIDAgMS0uOTk4Ljk5OEgyMi4wNWwtMS45NTUuMDEyYy0zLjkyNS4wMzctNi44MDkuMDY0LTEwLjMxNC0xLjU2M1YxNi40OTZoMGwuMjgyLS4xMzZjMS41MzEtLjczOCAzLjYyNy0xLjc0OSA1LjQzLTMuMjggMi4yMDctMS44NzQgMy40MzEtNC4xIDMuNjQtNi42MTcuMDAyLS4wMy4wNi0uMDg1LjEwNy0uMDg1YTEuOTcgMS45NyAwIDAgMSAxLjkzIDEuOTZ2LjI5NWMwIDEuODMtLjQ3NyAyLjk4OS0xLjQ3NiA0LjU1NGgtMS40MDFhLjg4Ljg4IDAgMSAwIDAgMS43NjFoMS44ODUgNS42MjkuOTM5YTEgMSAwIDAgMSAuOTk4Ljk5OCAxIDEgMCAwIDEtLjk5OC45OThoLS45MzktLjkzOWEuODguODggMCAwIDAgMCAxLjc2MXoiLz48cGF0aCBvcGFjaXR5PSIuNyIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTguMTA1IDIuMDY3TDE3LjE2Ni40NGEuODguODggMCAxIDAtMS41MjUuODgxbC45MzkgMS42MjdhLjg4Ljg4IDAgMCAwIC43NjMuNDRjLjE0OSAwIC4zMDEtLjAzOC40MzktLjExOGEuODguODggMCAwIDAgLjMyMi0xLjIwM3ptLTUuNDU5IDQuNDRoMS44NzhhLjg4Ljg4IDAgMCAxIDAgMS43NjFoLTEuODc4YS44OC44OCAwIDEgMSAwLTEuNzYxem0xMy4xNSAwaDEuODc5YS44OC44OCAwIDAgMSAwIDEuNzYxaC0xLjg3OWEuODguODggMCAxIDEgMC0xLjc2MXpNMjMuMTU1LjQ0YS44OC44OCAwIDAgMSAxLjIwMy0uMzIyLjg4Ljg4IDAgMCAxIC4zMjIgMS4yMDNsLS45MzkgMS42MjdhLjg4Ljg4IDAgMCAxLS43NjMuNDRjLS4xNDkgMC0uMzAxLS4wMzgtLjQzOS0uMTE4YS44OC44OCAwIDAgMS0uMzIyLTEuMjAzTDIzLjE1NS40NHoiLz48L3N2Zz4=");
    top: 2px;
}
.block-vs__title {
    font-weight: bold;
    line-height: 1.4;
    font-size: 18px;
    margin-bottom: 25px;
}
.block-vs__item {
    padding-left: 45px;
    margin-bottom: 25px;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    min-height: 35px;
    flex-direction: column;
}
.block-vs__item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 30px;
    height: 30px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
}
.block-vs__item-title {
    font-size: 18px;
    line-height: 1.4;
    color: #333;
    font-weight: bold;
    margin-bottom: 5px;
}


.features-block__list {}
.features-block__item-wrapper {
    margin-bottom: 30px;
}
.features-block__icon {
    height: 60px;
    margin-bottom: 20px;
}
.features-block__title {
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 1.4;
    font-size: 18px;
    color: #333333;
}
.features-block__title-img {
	display: flex;
	align-items: center !important;
}
.features-block__title-img div:first-child {
	flex-grow: 1;
}
.features-block__title-img div:last-child {
}
.features-block__number {
    font-weight: bold;
    line-height: 1.4;
    font-size: 42px;
    color: #1DA2FC;
    margin-bottom: 5px;
}
.features-block_sale .features-block__icon {
    height: 40px;
    margin-bottom: 10px;
}
.features-block_check .features-block__item {
    position: relative;
    padding-top: 35px;
}
.features-block_check .features-block__item:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    left: 0;
    background: url("/bitrix/templates/default/images/icons/icon-check-circle-color.svg") no-repeat;
    background-size: contain;
}
.features-block_title_800 .features-block__title {
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 20px;
}
.features-block_title_800 .features-block__text {
    font-size: 16px;
}

.features-block_mb {
    margin-bottom: 40px;
}

.features-block_full .features-block__item {
    display: flex;
    align-items: center;
}
.features-block_full .features-block__item:not(:last-child) {
    margin-bottom: 50px;
}
.features-block_full .features-block__icon {
    height: 90px;
    margin-bottom: 0;
    width: 100%;
}
.features-block_full .features-block__icon-wrapper {
    flex: 0 0 90px;
    max-width: 90px;
    margin-right: 20px;
    align-self: flex-start;
}
.features-block_full .features-block__desc {
    flex: 1 1 auto;
}
.features-block_full .features-block__price {
    font-weight: bold;
    line-height: 1.4;
    flex: 0 0 180px;
    max-width: 180px;
    margin-left: 40px;
}
.features-block_full .features-block__price-numbers {
    white-space: nowrap;
    font-size: 30px;
}
.features-block_full .features-block__price-text {
    font-size: 18px;
}
@media (max-width: 767px) {
    .features-block_full .features-block__item {
        flex-wrap: wrap;
    }
    .features-block_full .features-block__price {
        margin-left: 0;
    }
    .features-block_full .features-block__icon-wrapper {
        flex: 0 0 50px;
        max-width: 50px;
        margin-bottom: 20px;
	height: 50px;
    }
    .features-block_full .features-block__desc {
        flex: 0 0 100%;
    }
    .features-block__item-wrapper {
        margin-bottom: 20px;
    }
    .features-block__title {
        font-size: 16px;
    }
    .features-block__number {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .features-block_full .features-block__icon {
        height: 70px;
    }
    .features-block_sale .features-block__icon {
        height: 34px;
    }
}
@media (max-width: 479px) {
    .features-block_full .features-block__icon {
        height: 50px;
    }
    .features-block__title {
        margin-bottom: 5px;
    }
    .features-block_sale .features-block__icon {
        margin-bottom: 5px;
    }
}
@media screen and (min-width: 768px) {
    .features-block__number_lg {
        font-size: 60px;
    }
}



.block-toggle {
  margin-bottom: 5px;
}
.block-toggle__header {
    display: block;
}
.block-toggle__title {
  font-weight: bold;
  line-height: normal;
  font-size: 16px;
  color: #333333;
  padding: 5px 56px 8px 16px;
  background-color: #f5f5f5;
  border: 4px solid #f5f5f5;
  border-bottom: none;
  display: block;
  text-decoration: none !important;
  position: relative;
  transition: background-color 0.3s ease, padding-top 0.3s ease;
  border-radius: 3px;
}
.block-toggle__title:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #1DA2FC;
  top: 50%;
  right: 16px;
  transform: translate(0, -50%);
  margin-top: -2px;
  transition: background-color 0.3s ease;
}
.block-toggle__title:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 3px 0 3px;
  border-color: #ffffff transparent transparent transparent;
  margin-top: -2px;
  transition: transform 0.3s ease;
}
.block-toggle__helper {
    font-size: 15px;
    font-weight: normal;
}
.block-toggle__body {
  padding: 4px 16px 8px;
  border: 4px solid #f5f5f5;
  border-top: none;
  display: none;
  font-weight: normal;
  line-height: 1.62;
  font-size: 16px;
  color: #333333;
}
.block-toggle__item {
  margin-bottom: 10px;
}
.block-toggle__header_active .block-toggle__title {
  background-color: transparent;
  padding-top: 12px;
  color: #1DA2FC;
  border-radius: 3px 3px 0 0;
}
.block-toggle__header_active .block-toggle__title:before {
  background-color: #FC951D;
}
.block-toggle__header_active .block-toggle__title:after {
  transform: translate(0, -50%) rotate(-180deg);
}
@media (max-width: 479px) {
  .block-toggle__title {
    font-size: 15px;
  }
}
.block-toggle_rounded:not(:last-child) {
  margin-bottom: 20px;
}
.block-toggle_rounded .block-toggle__header {
  display: table;
  height: 100px;
  width: 100%;
  position: relative;
}
.block-toggle_rounded .block-toggle__header:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 20px;
  margin-top: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 17px 0 0;
  border-color: #ffffff transparent transparent transparent;
}
.block-toggle_rounded .block-toggle__title {
  background-color: #FFFFFF;
  box-shadow: 0px 10px 20px rgba(72, 95, 110, 0.16);
  border-radius: 6px;
  border: none;
  display: table-cell;
  width: 100%;
  height: 100%;
  padding: 25px 65px 25px 100px;
  vertical-align: middle;
  font-size: 18px;
  line-height: 1.44;
  position: relative;
  color: #333 !important;
}
.block-toggle_rounded .block-toggle__title:before {
  margin-top: 0;
  right: 30px;
}
.block-toggle_rounded .block-toggle__title:after {
  margin-top: 0;
  right: 37px;
}
.block-toggle_rounded .block-toggle__icon {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translate(0, -50%);
  max-height: 50px;
  max-width: 50px;
  height: 100%;
  width: 100%;
}
.block-toggle_rounded .block-toggle__body {
  border: none;
  padding: 20px 30px 0;
}
.block-toggle_rounded .block-toggle__body-inner {
  border: 1px dashed #DEDEDE;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 20px 30px 15px;
}
@media (max-width: 767px) {
  .block-toggle_rounded .block-toggle__title {
    font-size: 17px;
  }
}
@media (max-width: 479px) {
  .block-toggle_rounded .block-toggle__title {
    font-size: 15px;
    padding-left: 70px;
  }
  .block-toggle_rounded .block-toggle__icon {
    left: 20px;
    max-height: 32px;
    max-width: 32px;
  }
}

.info-hint {}
.info-hint {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #DEDEDE;
    background-color: #fff;
    font-size: 9px;
    text-align: center;
    line-height: 13px;
    vertical-align: top;
    font-weight: bold;
    color: #333;
    position: relative;
    top: -3px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.info-hint:before {
    content: "?";
}
.info-hint:after {
    content: attr(data-hint);
    position: absolute;
    left: 100%;
    margin-left: 15px;
    top: 50%;
    transform: translate(0,-50%);
    min-width: 240px;
    max-width: 300px;
    padding: 20px;
    text-align: left;
    background-color: #fff;
    font-size: 13px;
    line-height: 1.2;
    font-weight: normal;
    color: #333;
    box-shadow: 0px 0px 30px rgba(0, 36, 60, 0.14);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 10;
    pointer-events: none;
}
.info-hint:hover {
    background-color: #1DA2FC;
    border-color: #1DA2FC;
    color: #fff;
}
.info-hint:hover:after,
.info-hint:active:after {
    opacity: 1;
    visibility: visible;
}

.table-tariff {
  border-collapse: collapse;
  width: 100%;
  position: relative;
  z-index: 5;
  margin-bottom: 10px;
  font-size: 16px;
}
.table-tariff:before {
  content: "";
  position: absolute;
  left: 33.33333333%;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  box-shadow: 0px 0px 20px rgba(72, 95, 110, 0.16);
  border-radius: 0 6px 6px 0;
  background-color: #fff;
}
.table-tariff tr:first-child td, .table-tariff tr:first-child th {
  padding-top: 16px;
}
.table-tariff tr:first-child td:first-child, .table-tariff tr:first-child th:first-child {
  border-radius: 6px 0 0 0;
}
.table-tariff tr:first-child td:last-child, .table-tariff tr:first-child th:last-child {
  border-radius: 0 6px  0 0;
}
.table-tariff tr:last-child td {
  border-bottom: none;
  padding-bottom: 16px;
  background-color: #fff;
}
.table-tariff tr:last-child td:first-child {
  border-radius: 0 0 0 6px;
  background-color: #37A5F1;
}
.table-tariff tr:last-child td:last-child {
  border-radius: 0 0 6px 0;
}
.table-tariff tr:last-child th {
  padding-bottom: 16px;
}
.table-tariff td {
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 10px 20px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  width: 22.222%;
  background-color: #fff;
  /*transition: background-color 0.3s ease;*/
}
.table-tariff td:first-child {
  background-color: #37A5F1;
  color: #fff;
  text-align: left;
  border-bottom: none;
  width: 33.33333333%;
}
.table-tariff th {
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 16px 20px 5px;
  font-size: 18px;
  font-weight: bold;
  width: 22.222%;
  background-color: #fff;
  /*transition: background-color 0.3s ease;*/
}
.table-tariff th:first-child {
  padding: 16px 20px 5px;
  background-color: #37A5F1;
  color: #fff;
  text-align: left;
  width: 33.33333333%;
}
.table-tariff__td-spacer {
  width: 0 !important;
  background: none !important;
  box-shadow: none !important;
  padding: 5px !important;
}
.table-tariff__label {
    font-weight: bold;
    font-size: 12px;
    line-height: 24px;
    color: #FFFFFF;
    background: #FC951D;
    border-radius: 20px;
    height: 24px;
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 0 15px;
}
.table-tariff__name {
  color: #2AA4F9;
}
span.table-tariff__recomend {
	font-family: "Open Sans";
	font-weight: bold;
	line-height: normal;
	font-size: 11px;
	border-radius: 50px;
	background: #fb941d;	
	color: #fff;
	display: inline-block;
	padding: 4px 0;
	position: absolute;
	margin: -42px 0 0 -30px;
	text-align: center;
	width: 120px;
}

.table-tariff__sum:not(:last-child) {
  margin-bottom: 10px;
}
.table-tariff__sum-title {
  font-weight: bold;
  line-height: normal;
  font-size: 16px;
  color: #333333;
}
.table-tariff__sum-desc {
  font-family: Open Sans;
  font-weight: normal;
  line-height: normal;
  font-size: 11px;
  color: rgba(51, 51, 51, 0.5);
}
.table-tariff_head {
  margin-bottom: 0;
}
.table-tariff_head:before {
  z-index: -10;
  border-radius: 6px 6px 0 0;
}
.table-tariff_head tr th {
  padding: 30px 20px;
  font-weight: bold;
  line-height: normal;
  font-size: 20px;
  text-align: center;
  color: #333333;
}
.table-tariff_head tr th:first-child {
  background: none;
  font-size: 30px;
  color: #333333;
  padding: 0 30px 20px 0 !important;
  vertical-align: top;
  text-align: left;
}
.table-tariff_head tr:first-child th {
  padding: 30px 20px;
}
.table-tariff_head tr:first-child th:nth-child(2) {
  border-radius: 6px 0 0 0;
}
.table-tariff_foot {
  margin-top: -10px;
  z-index: 1;
  margin-bottom: 70px;
}
.table-tariff_foot:before {
  z-index: -10;
  border-radius: 0 0 6px 6px;
}
.table-tariff_foot tr td {
  padding: 5px 20px;
  position: relative
}
.table-tariff_foot tr td:first-child {
  background: none !important;
}
.table-tariff_foot tr:last-child td:nth-child(2) {
  border-radius: 0 0 0 6px;
}
.table-tariff__wrapper {
  position: relative;
}
.table-tariff__button {
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    bottom: -70px;
    margin: 0;
}
@media (max-width: 991px) and (min-width: 768px) {
  .table-tariff_head tr th {
    font-size: 15px;
  }
  .table-tariff_head tr:first-child th {
    padding: 30px 15px;
  }
}
@media (max-width: 767px) {
  .table-tariff:before {
    left: 0;
    display: none;
  }
  .table-tariff tr {
    display: block;
  }
  .table-tariff tr:first-child th {
    padding: 10px;
  }
  .table-tariff tr:first-child th:not(:first-child) {
    display: none;
  }
  .table-tariff tr:last-child td {
    padding: 5px 10px;
  }
  .table-tariff td {
    width: 33.333%;
    border-radius: 0 !important;
    padding-left: 10px;
    padding-right: 10px;
    border: none !important;
    float: left;
  }
  .table-tariff td:first-child {
    width: 100%;
    text-align: center;
    display: block;
    background-color: #50B7FD !important;
  }
  .table-tariff th {
    width: 33.333%;
    border-radius: 0 !important;
    float: left;
  }
  .table-tariff th:first-child {
    width: 100%;
    text-align: center;
    display: block;
  }
  .table-tariff__td-spacer {
    padding: 1px !important;
  }
  .table-tariff_head tr:first-child th {
    padding: 10px;
  }
  .table-tariff_head tr:first-child th:not(:first-child) {
    display: table-cell;
  }
  .table-tariff_head tr:first-child th:first-child {
    text-align: center;
    padding: 0 10px 15px !important;
    font-size: 24px;
  }
  .table-tariff_head_fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: #fff;
    box-shadow: 0px 0px 20px rgba(72, 95, 110, 0.25);
  }
  .table-tariff_head_fixed tr th:first-child {
    display: none;
  }
  .table-tariff_head_fixed tr:first-child th {
    padding: 18px 10px 3px;
    font-size: 16px;
    line-height: 0.9;
  }
  .table-tariff_foot {
    border-top: 2px solid #f5f5f5;
  }
  .table-tariff__label {
      height: 16px;
      line-height: 14px;
      padding: 0 8px;
  }
  .table-tariff_head_fixed tr:first-child th .table-tariff__label {
      transform: translate(-50%,0);
  }
  a.btn.table-tariff__button {
      font-size: 15px;
      padding: 0 15px;
  }
}
@media (max-width: 479px) {
  .table-tariff {
    font-size: 12px;
  }
  .table-tariff__sum-title {
    font-size: 14px;
  }
  .table-tariff_head tr th {
    font-size: 15px;
  }
}

.action-line {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}
.action-line__bg,
.action-line__bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.action-line__bg-img {
    object-position: center center;
    object-fit: cover;
}
.action-line__bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 0.6;
    z-index: 2;
}
.action-line__content {
    height: 120px;
    width: 100%;
    display: table;
    position: relative;
    z-index: 3;
}
.action-line__content-inner {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    padding: 30px 40px;
}
.action-line__name {
    font-size: 18px;
    line-height: 1.3;
    font-weight: bold;
    margin-bottom: 16px;
    position: relative;
}
.action-line__name_with_icon {
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.action-line__name-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.action-line__text {
    font-size: 13px;
    color: #666;
    line-height: 1.84;
}
.action-line__btn {
    margin-top: 16px;
}
.action-line_order {
    background: #E8E9EA;
}
.action-line_order .action-line__content {
    height: 120px;
    width: 100%;
    display: table;
}
.action-line_order .action-line__bg-img {
    object-position: unset;
    object-fit: unset;
    background-position: right center;
    background-size: auto 100%;
    width: auto;
    max-width: none;
    left: auto;
    right: 0;
}
.action-line_calc {
    background: #FFFFFF;
    box-shadow: 0 10px 20px 0 rgba(3,99,164,0.20);
}
.action-line_mt {
    margin-top: 48px;
}
@media screen and (min-width: 768px) {
    .action-line__bg:before {
        display: none;
        content: none;
    }
    .action-line__name {
        font-size: 22px;
        margin-bottom: 0;
    }
    .action-line__btn {
        margin-top: 0;
    }
}


.clients-block {
    position: relative;
}
.clients-block__inner {
    overflow: hidden;
    position: relative;
}
.clients-block__list {}
.clients-block__item-wrapper {
    margin-bottom: 32px;
}
.clients-block__item {
    display: block;
    width: 100%;
    height: 100px;
    padding: 8px 20px;
    position: relative;
}
.clients-block__img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: calc(100% - 40px);
    max-height: calc(100% - 16px);
}
.clients-block__more {
    border: 1px solid #DEDEDE;
    display: flex;
    height: 100px;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.clients-block__more-inner {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.22;
    color: #333333;
    border-bottom: 1px solid rgba(51,51,51,0.5);
    transition: border-color 0.3s ease;
}
.clients-block__more:hover .clients-block__more-inner {
    border-color: transparent;
}
.clients-block_slider {
    padding: 0 120px;
}
.clients-block_slider .clients-block__item {
    height: 60px;
}

.clients-block_slider .clients-block__item.service_client_slider {
    height: 120px;
}


.clients-block_slider .clients-block__img {
    max-width: 100%;
    max-height: 100%;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}
.clients-block_slider .clients-block__item:hover .clients-block__img {
    filter: none;
}
.clients-block_mt {
    margin-top: 40px;
}
@media screen and (min-width: 1310px) {
    .clients-block__item-wrapper {
        flex: 0 0 20%;
        max-width: 20%;
    }
}


.brands-block {}
.brands-block__list {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}
.brands-block__list:first-child {
    padding-top: 0;
}
.brands-block__list:after {
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}
.brands-block__name {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 15px;
}
.brands-block__icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}
.brands-block__icon-wrapper {
    flex: 1 1 auto;
    margin: 0 15px;
}
.brands-block__icon {
    max-height: 40px;
}
.brands-block__helper {
    font-size: 11px;
    line-height: 1.63;
    color: rgba(51, 51, 51, 0.5);
    margin-top: 20px;
}
@media screen and (max-width: 767px) {
    .brands-block__name {
        text-align: center;
    }
    .brands-block__icons {
        justify-content: center;
        flex-wrap: wrap;
    }
    .brands-block__icon-wrapper {
        margin: 10px 15px;
    }
    .brands-block__icon {
        max-height: 30px;
        max-width: 100px;
        margin: 0 auto;
    }
}
@media screen and (min-width: 992px) {
    .brands-block__name {
        margin-bottom: 0;
    }
}

.text-cut {
    
}
.text-cut__inner {
    max-height: 155px;
    overflow: hidden;
}
.text-cut__toggle {
    display: none;
    align-items: center;
    margin-top: 16px;
    color: #12252C;
    border-bottom: 1px dashed rgb(18, 37, 44,0.5);
}
.text-cut__toggle_active:before {
    transform: rotate(-180deg);
}
.text-cut__toggle:hover {
    color: #1DA2FC;
    border-color: #1DA2FC;
}
.text-cut_active .text-cut__toggle {
    display: inline-flex;
}
.text-cut_opened .text-cut__inner {
    max-height: none;
}


@media screen and (max-width: 767px) {
	.text-cut_active .text-cut__toggle {
		margin-bottom: 20px;
	}
}



.r-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.r-icon_success {
  	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTAgMjBDMTUuNTIyOCAyMCAyMCAxNS41MjI4IDIwIDEwQzIwIDQuNDc3MTUgMTUuNTIyOCAwIDEwIDBDNC40NzcxNSAwIDAgNC40NzcxNSAwIDEwQzAgMTUuNTIyOCA0LjQ3NzE1IDIwIDEwIDIwWiIgZmlsbD0iIzk1RTU4RSIvPjxwYXRoIGQ9Ik0xNC4yODM5IDcuOTQ0OTlMMTMuNTUxNSA3LjIxMjU1QzEzLjQ1MTEgNy4xMTIwNCAxMy4zMjg5IDcuMDYxNzcgMTMuMTg1NCA3LjA2MTc3QzEzLjA0MTcgNy4wNjE3NyAxMi45MTk1IDcuMTEyMDQgMTIuODE5MSA3LjIxMjU1TDkuMjg2MDIgMTAuNzUwOUw3LjcwMjYxIDkuMTYyMTVDNy42MDIwNyA5LjA2MTYxIDcuNDggOS4wMTEzOSA3LjMzNjQzIDkuMDExMzlDNy4xOTI3NiA5LjAxMTM5IDcuMDcwNyA5LjA2MTYxIDYuOTcwMTUgOS4xNjIxNUw2LjIzNzcxIDkuODk0NjFDNi4xMzcxNyA5Ljk5NTE0IDYuMDg2OTEgMTAuMTE3MiA2LjA4NjkxIDEwLjI2MDlDNi4wODY5MSAxMC40MDQ0IDYuMTM3MTcgMTAuNTI2NiA2LjIzNzcxIDEwLjYyNzFMOC4xODczIDEyLjU3NjdMOC45MTk3OSAxMy4zMDkxQzkuMDIwMjggMTMuNDA5NyA5LjE0MjM5IDEzLjQ1OTkgOS4yODYwMiAxMy40NTk5QzkuNDI5NTkgMTMuNDU5OSA5LjU1MTY5IDEzLjQwOTYgOS42NTIyNCAxMy4zMDkxTDEwLjM4NDcgMTIuNTc2N0wxNC4yODM5IDguNjc3NDhDMTQuMzg0NCA4LjU3Njk0IDE0LjQzNDcgOC40NTQ4NSAxNC40MzQ3IDguMzExMjFDMTQuNDM0OCA4LjE2NzY0IDE0LjM4NDQgOC4wNDU1MyAxNC4yODM5IDcuOTQ0OTlaIiBmaWxsPSJ3aGl0ZSIvPjwvc3ZnPg==);
}
.r-icon_close {
  	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTAgMjBDMTUuNTIyOCAyMCAyMCAxNS41MjI4IDIwIDEwQzIwIDQuNDc3MTUgMTUuNTIyOCAwIDEwIDBDNC40NzcxNSAwIDAgNC40NzcxNSAwIDEwQzAgMTUuNTIyOCA0LjQ3NzE1IDIwIDEwIDIwWiIgZmlsbD0iI0RFREVERSIvPjxwYXRoIGQ9Ik0xMy4xMDc1IDYuMTM3MDhDMTMuMDQwNiA2LjA3MDE5IDEyLjkzMTIgNi4wNzAxOSAxMi44NjQzIDYuMTM3MDhMMTAuMzgyNCA4LjYxODkyQzEwLjMxNTYgOC42ODU4IDEwLjIwNjEgOC42ODU4IDEwLjEzOTIgOC42MTg5Mkw3LjY1NzQxIDYuMTM3MDhDNy41OTA1MyA2LjA3MDE5IDcuNDgxMDUgNi4wNzAxOSA3LjQxNDE3IDYuMTM3MDhMNi4xMzcwOCA3LjQxNDEyQzYuMDcwMTkgNy40ODEwMSA2LjA3MDE5IDcuNTkwNDggNi4xMzcwOCA3LjY1NzM2TDguNjE4OTIgMTAuMTM5MkM4LjY4NTggMTAuMjA2MSA4LjY4NTggMTAuMzE1NiA4LjYxODkyIDEwLjM4MjRMNi4xMzcwOCAxMi44NjQzQzYuMDcwMTkgMTIuOTMxMiA2LjA3MDE5IDEzLjA0MDYgNi4xMzcwOCAxMy4xMDc1TDcuNDE0MTIgMTQuMzg0NkM3LjQ4MTAxIDE0LjQ1MTUgNy41OTA0OCAxNC40NTE1IDcuNjU3MzYgMTQuMzg0NkwxMC4xMzkyIDExLjkwMjdDMTAuMjA2MSAxMS44MzU5IDEwLjMxNTYgMTEuODM1OSAxMC4zODI0IDExLjkwMjdMMTIuODY0MiAxNC4zODQ1QzEyLjkzMTEgMTQuNDUxNCAxMy4wNDA2IDE0LjQ1MTQgMTMuMTA3NSAxNC4zODQ1TDE0LjM4NDUgMTMuMTA3NUMxNC40NTE0IDEzLjA0MDYgMTQuNDUxNCAxMi45MzExIDE0LjM4NDUgMTIuODY0MkwxMS45MDI3IDEwLjM4MjRDMTEuODM1OSAxMC4zMTU2IDExLjgzNTkgMTAuMjA2MSAxMS45MDI3IDEwLjEzOTJMMTQuMzg0NSA3LjY1NzQxQzE0LjQ1MTQgNy41OTA1MyAxNC40NTE0IDcuNDgxMDUgMTQuMzg0NSA3LjQxNDE3TDEzLjEwNzUgNi4xMzcwOFoiIGZpbGw9IndoaXRlIi8+PC9zdmc+);
}


.file-upload {
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    border: 1px solid #aaa;
    align-items: center;
    padding: 8px;
}
.file-upload__button {
    margin: 0 0 8px;
    flex: 0 0 auto;
}
.file-upload__title {
    font-weight: normal;
    font-size: 13px;
    line-height: 130%;
    text-align: center;
    color: #A0A0A0;
    white-space: nowrap;
    max-width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}
.file-upload__input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    max-width: 100%;
    z-index: 1;
}
@media screen and (min-width: 576px) {
    .file-upload {
        flex-direction: row;
    }
    .file-upload__button {
        margin: 0 8px 0 0;
    }
}

table:not([class]) {
    border-collapse: collapse;
    width: 100%;
    position: relative;
    z-index: 5;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.4;
    box-shadow: 0px 0px 20px rgba(72, 95, 110, 0.16);
    border-radius: 6px;
    overflow: hidden;
    border: none;
}
table:not([class]) th {
    background-color: #37A5F1;
    color: #fff;
    text-align: left;
    padding: 12px 20px;
    vertical-align: top;
}
table:not([class]) td {
    background-color: #fff;
    padding: 12px 20px;
    border: none;
}
table:not([class]) tr:not(:last-child) td {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}


.map-block {
    position: relative;
    width: 100%;
    height: 400px;
    box-shadow: 0px 0px 20px rgba(72, 95, 110, 0.16);
    border-radius: 6px;
    overflow: hidden;
    margin: 24px 0;
}
.map-block__frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 767px) {
    .map-block {
        max-height: 70vh;
    }
	span.table-tariff__recomend {
		margin: -25px 0 0 -25px;
		width: 100px;
	}
}
.grecaptcha-badge {
    display: none!important;
}


.color1 { color: var(--color-main1); }
.color2 { color: var(--color-main2); }
.color3 { color: var(--color-main3); }
.color4 { color: var(--color-main4); }

.vertical-center {
	align-self: center
}

.container_ui {
	width: 100%;
	max-width: 100%;
	position: fixed;
	top: 0;
	background: #fff;
	z-index: 999;
	padding: 10px;
}

.js-copy-to-clipboard {
	background: #ea8428;
}
.ui_hidden {
	display: none;
}

.container_ui_item .form-control[disabled],
.container_ui_item .form-control[readonly],
.container_ui_item fieldset[disabled] .form-control {
	min-height: 0px;
	height: 0px;
	opacity: 0;
}
.container_ui_item .text-area-show {
	min-height: 40px !important;
	height: 40px !important;
	opacity: 1 !important;
}

.advantages_item {
	border-radius: 6px;
	min-height: 100px;
	transition: box-shadow 0.3s ease;
	position: relative;
	height: 100%;	
	padding: 0 25px 15px;
	background: var(--color-section);
}
.advantages_item:before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.2s;
	background: rgb(18, 17, 168);
	background: linear-gradient(180deg, var(--color-main3) 0%, var(--color-main4) 100%);
	z-index: -1;
	border-radius: 6px;
	margin: 0;
	opacity: .7;
}
.advantages_item img {
	height: 50px;
}

.list-block_steps {
	justify-content: space-evenly;
	margin: 0;
	counter-reset: stepItem;
}
.list-block_steps__item-wrapper {
	padding: 0 25px 15px;
	background: var(--color-section);
	flex-shrink: 1;
	padding: 20px;
	border-radius: 6px;
	margin-bottom: 15px;
}

.list-block_steps__item {
	width: 100%;
	counter-increment: stepItem;
	position: relative;
}

.list-block_steps__item:before {
	content: counter(stepItem);
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: linear-gradient(90deg, var(--color-main3) 0%, var(--color-main4) 100%);
	color: #fff;
	box-shadow: 0px 16px 40px rgba(185, 209, 51, 0.2);
	line-height: 1.3;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translate(-50%, -50%);
}

.autopark_item {
	border-radius: 6px;
	min-height: 100px;
	transition: box-shadow 0.3s ease;
	position: relative;
	height: 100%;	
	padding: 0 25px 15px;
	background: var(--color-section);
}
.autopark_item:before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.2s;
	background: rgb(18, 17, 168);
	background: linear-gradient(180deg, var(--color-main3) 0%, var(--color-main4) 100%);
	z-index: -1;
	border-radius: 6px;
	margin: 0;
	opacity: .7;
}
.autopark_item .autopark-img {
	text-align: center;
	width: 100%;
}
.autopark_item .autopark-img img {
	padding: 15px 0;
	height: 120px;
}
.autopark_item .autopark-title {
	font-weight: bold;
	min-height: 80px;	
}
.autopark-props-container {
	min-height: 140px;	
}
.autopark_item .autopark-props-row {
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
}
.autopark_item .autopark-props-row div:nth-child(1) {
	width: 30%;
}
.autopark_item .autopark-props-row div:nth-child(2) {
	width: 70%;
}

.feedback__content iframe {
	width: 100% !important;
	border: 0;
	overflow: hidden;
	border-radius: 6px;
}
.feedback__content textarea {
	min-height: 160px;
}
.contact-container {
	margin-bottom: 10px;
}

.textarea120 {
	min-height: 120px;
}
/* End */


/* Start:/local/templates/default/site.generate.css?1748263306185*/
body {font-family: "Noto Sans", sans-serif;}
:root { --color-main1: #000582; --color-main2: #5C5FAE; --color-main3: #F7941D; --color-main4: #FFCC68;}
:root { --color-section: #FFFAEF;}

/* End */


/* Start:/local/templates/default/template_styles.css?172795570388*/
.static-containers textarea {
	cursor: text !important;
}
.form-text {
	display: none;
}
/* End */


/* Start:/local/templates/default/calculator/js/typeahead/typeahead.css?17279557032002*/
.twitter-typeahead {
    width:100%;
}
.twitter-typeahead .tt-input,
.twitter-typeahead .tt-hint {
    margin-bottom: 0;
}
.twitter-typeahead .tt-hint {
    display: none!important;
}
.tt-menu {
    min-width: 160px;
    margin-top: 0;
    padding: 0;
    background-color: #fff;
    -webkit-box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.04), 0px 1px 4px rgba(0, 0, 0, 0.02);
    -moz-box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.04), 0px 1px 4px rgba(0, 0, 0, 0.02);
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.04), 0px 1px 4px rgba(0, 0, 0, 0.02);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    width:100%;
    font-size: 16px;
    min-height: 64px;
    max-height: 200px;
    overflow-y: auto;
}
.tt-suggestion {
    display: block;
    padding: 6px 16px;
    cursor: pointer;
    color: #212529;
    transition: color 0.2s ease;
}
.tt-suggestion:hover {
    color: #95C518;
}
.tt-suggestion:first-child {
    margin-top: 8px;
}
.tt-suggestion:last-child {
    margin-bottom: 8px;
}
.tt-suggestion p {
    margin: 0;
}

.twitter-typeahead .suggestions-tip {
    background: #fff6d7;
    padding: 6px 16px;
    font-size: 11px;
    color: rgba(43,43,43,0.8);
}

.tt-menu .mCSB_inside > .mCSB_container {
    margin-right: 0;
}

.tips {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 5;
    padding: 10px 16px;
    margin: 0;
    font-size: 12px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0px 8px 24px rgba(0,0,0,0.04),0px 1px 4px rgba(0,0,0,0.02);
}
.tips > i {
    cursor: pointer;
    font-style: normal;
    color: #00A0DE;
    border-bottom: 1px solid rgba(0, 160, 222, 0.5);
    transition: color 0.2s ease, border-color 0.2s ease;
}
.tips > i:hover {
    color: #95C518;
    border-color: rgba(149, 197, 24, 0.5);
}
/* End */
/* /local/templates/default/css/normalize.min.css?17279557042523 */
/* /local/templates/default/css/grid.min.css?172795570414684 */
/* /local/templates/default/css/common.css?172795570410271 */
/* /local/templates/default/css/tabs-block.css?1727955704902 */
/* /local/templates/default/css/components.css?172795570413218 */
/* /local/templates/default/css/forms.css?17279557043817 */
/* /local/templates/default/css/swiper.css?172795570410157 */
/* /local/templates/default/css/projects-block.css?17279557045709 */
/* /local/templates/default/css/nouislider.css?17279557045149 */
/* /local/templates/default/css/calculator.css?17301132678013 */
/* /local/templates/default/css/services-list.css?17279557044897 */
/* /local/templates/default/css/footer.css?17279557044398 */
/* /local/templates/default/css/modal.css?17279557042619 */
/* /local/templates/default/styles_common.css?172795570352773 */
/* /local/templates/default/site.generate.css?1748263306185 */
/* /local/templates/default/template_styles.css?172795570388 */
/* /local/templates/default/calculator/js/typeahead/typeahead.css?17279557032002 */
