@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto/subset-Roboto-Thin.woff2") format("woff2"), url("../fonts/Roboto/subset-Roboto-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto/subset-Roboto-ThinItalic.woff2") format("woff2"), url("../fonts/Roboto/subset-Roboto-ThinItalic.woff") format("woff");
    font-weight: 100;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto/subset-Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto/subset-Roboto-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto/subset-Roboto-LightItalic.woff2") format("woff2"), url("../fonts/Roboto/subset-Roboto-LightItalic.woff") format("woff");
    font-weight: 300;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto/subset-Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto/subset-Roboto-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto/subset-Roboto-Italic.woff2") format("woff2"), url("../fonts/Roboto/subset-Roboto-Italic.woff") format("woff");
    font-weight: 400;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto/subset-Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto/subset-Roboto-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto/subset-Roboto-BoldItalic.woff2") format("woff2"), url("../fonts/Roboto/subset-Roboto-BoldItalic.woff") format("woff");
    font-weight: 700;
    font-style: italic;
    font-display: swap
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

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
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html [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 {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    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-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none !important
}

*,
*::before,
*::after {
    box-sizing: border-box
}

html,
body {
    width: 100%;
    background: #F4F8FB;
    color: #000
}

html {
    font-family: Roboto, Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 93.75%;
    font-weight: 400
}

body {
    line-height: 1.45
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    line-height: 1.2;
    text-align: left;
    font-family: Roboto, Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 400;
    color: inherit
}


h1, .h1 { font-size:36px;margin-bottom:0.67em; }
h1 strong { font-weight: 700; }
.home-page h1, .home-page .h1 { font-size: 50px; margin: 50px 0; text-align: center; }

h1:not(:first-child),
.h1:not(:first-child) {
    margin-top: 0.67em
}

@media (max-width: 459px) {
    h1,
    .h1 {
        font-size: 26px
    }
}

h2,
.h2 {
    font-size: 36px;
	line-height: 46px;
    font-weight: 400;
}

h2:not(:first-child),
.h2:not(:first-child) {
    margin-top: 0.75em
}

h2>small,
.h2>small {
    font-size: .66667em;
    font-weight: 100
}

@media (max-width: 459px) {
    h2,
    .h2 {
        font-size: 26px; line-height:30px;
    }
}

h3,
.h3 {
    font-size: 24px;
    margin: 1em 0
}

h4,
.h4 {
    font-size: 20px
}

h5,
.h5 {
    font-size: 18px
}

h6,
.h6 {
    font-size: 16px
}

.main-header {
    display: block;
    font-family: Roboto, Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 50px;
    font-weight: 100;
    line-height: 1;
    margin-bottom: 30px;
    margin-top: 20px;
    text-align: center
}

.main-header>span {
    display: block;
    font-family: Roboto, Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: .68em;
    font-weight: 100;
    line-height: 1.17647;
    text-align: center;
    vertical-align: middle;
    width: 100%
}

.main-header b {
    font-weight: 700
}

@media (max-width: 1229px) {
    .main-header {
        font-size: 45px
    }
}

@media (max-width: 991px) {
    .main-header {
        font-size: 35px
    }
}

@media (max-width: 459px) {
    .main-header {
        font-size: 25px
    }
}

span,
label {
    display: inline-block
}

p span {
    display: inline
}

p {
    margin: 1.3rem 0;
    line-height: 1.8
}

p:first-child {
    margin-top: 0
}

p:last-child {
    margin-bottom: 0
}

.lead { font-size: 20px; }
.lead16 { font-size: 16px; line-height: 26px; color: #464646; }


@media (max-width: 1229px) {
    .lead {
        font-size: 18px
    }
}

@media (max-width: 991px) {
    .lead {
        font-size: 16px
    }

    .lead br {
        display: none
    }
}

@media (max-width: 459px) {
    .lead {
        font-size: 14px
    }
}

b {
    font-weight: 500
}

a {
    color: #4580B4;
    text-decoration: underline;
    transition: all 150ms linear
}

a:hover,
a:active {
    color: #31b950
}

a a>img {
    border-radius: 2px;
    margin: 10px
}

a a[group="full_photo"] {
    display: block;
    width: auto;
    height: auto;
    position: relative
}

a a[group="full_photo"]:before,
a a[group="full_photo"]:after {
    border-radius: 2px;
    display: block;
    opacity: 0;
    position: absolute;
    transition: all 150ms cubic-bezier(0.6, 0.05, 0.3, 1)
}

a a[group="full_photo"]:before {
    background: none;
    color: #fff;
    content: '+';
    font-family: Roboto, Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 60px;
    font-weight: 100;
    height: 60px;
    left: 50%;
    line-height: 60px;
    margin-left: -30px;
    margin-top: -30px;
    text-align: center;
    top: 50%;
    vertical-align: middle;
    width: 60px;
    z-index: 2
}

a a[group="full_photo"]:after {
    background: #255d97;
    bottom: 10px;
    content: '';
    height: auto;
    left: 10px;
    right: 10px;
    top: 10px;
    width: auto;
    z-index: 1
}

a a[group="full_photo"]:hover:before {
    opacity: 0.80
}

a a[group="full_photo"]:hover:after {
    opacity: 0.40
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    height: auto;
    margin: 20px 0
}

@media (min-width: 576px) {
    table {
        table-layout: fixed
    }
}

table.vs-table,
table:not([class]) {
    background: #fafafa;
    padding: 0;
    border: 1px solid #dddddd
}

table.vs-table tr,
table:not([class]) tr {
    width: auto;
    height: auto
}

table.vs-table tr th,
table.vs-table tr td,
table:not([class]) tr th,
table:not([class]) tr td {
    width: auto;
    height: auto;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    font-weight: 300;
    border: 1px solid #dddddd
}

table.vs-table tr th,
table:not([class]) tr th {
    line-height: 1.2;
    font-size: 16px;
    background: #255d97;
    color: #ffffff
}

table.vs-table tr td,
table:not([class]) tr td {
    line-height: 1.4;
    font-size: 14px;
    color: #000;
    border-right: 1px solid #dddddd
}

table.vs-table thead th,
table:not([class]) thead th {
    font-weight: 400
}

table.vs-table tfoot td,
table.vs-table tfoot th,
table:not([class]) tfoot td,
table:not([class]) tfoot th {
    font-weight: 400;
    border-top-width: 2px
}

table.vs-table.auto,
table:not([class]).auto {
    table-layout: auto
}

table.vs-table.auto tr td,
table:not([class]).auto tr td {
    text-align: left;
    vertical-align: middle
}

table.vs-table {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    max-width: 920px;
    margin: auto
}

table.vs-table td,
table.vs-table th {
    padding: 0.8em 2em
}

.table-responsive {
    width: 100%;
    position: relative
}

@media (max-width: 767px) {
    .table-responsive {
        border: 1px solid #dddddd
    }
}

.table-responsive__viewport {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden
}

@media (max-width: 767px) {
    .table-responsive_has-scroll::after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 10px;
        background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.5))
    }
}

ul:not([class]) {
    display: block;
    width: auto;
    height: auto;
    background: none;
    list-style: none;
    margin: 0 0 10px 15px;
    box-sizing: border-box;
    position: relative;
    padding: 0
}

ul:not([class])>li {
    text-align: left;
    display: list-item;
    width: auto;
    height: auto;
    line-height: 24px;
    box-sizing: border-box;
    position: relative
}

ul:not([class])>li:before {
    display: block;
    width: 6px;
    height: 6px;
	border-radius: 50%;
    content: '';
    background: #2570b1;
    box-sizing: border-box;
    top: 9px;
    left: -15px;
    position: absolute;
    z-index: 1
}

ul:not([class])>li ul,
ul:not([class])>li ol {
    padding-left: 5px
}

ul:not([class])>li ul>li:before {
    border-radius: 50%
}

ol {
    display: block;
    width: auto;
    height: auto;
    background: none;
    margin-left: 15px;
    margin-bottom: 10px;
    list-style: decimal;
    box-sizing: border-box;
    position: relative
}

ol>li {
    display: list-item;
    width: auto;
    height: auto;
    line-height: 24px;
    box-sizing: border-box;
    position: relative
}

ol>li ul,
ol>li ol {
    padding-left: 5px
}

@media (max-width: 480px) {
	ol { padding: 0; }
}

hr {
    display: block;
    width: 100%;
    height: 1px;
    padding: 0;
    border: 0;
    background: #302010;
    margin: 10px 0;
    opacity: 0.10
}

img:not([class]) {
    max-width: 100%;
    height: auto
}

.ScrollArea {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.ScrollContainer {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    background: none;
    clear: both;
    box-sizing: border-box
}

.ScrollContainer:before {
    content: ' ';
    display: block;
    float: left
}

.ScrollContainer:after {
    content: ' ';
    display: block;
    float: left;
    clear: both
}

svg.icon-plus,
svg.icon-minus {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle
}

p svg.icon-plus,
p svg.icon-minus {
    margin-right: 1ch
}

svg.icon-plus {
    fill: #2570b1
}

svg.icon-minus {
    fill: #d0480b
}

.page__main iframe,
.MainText iframe {
    border: none;
    background: #000;
    max-width: 100%
}

@media (max-width: 459px) {

    .page__main p img,
    .MainText p img {
        display: block !important;
        float: none !important;
        padding: 0 !important;
        margin: 1em auto !important
    }
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .container {
        padding-right: 10px;
        padding-left: 10px
    }
}

@media (min-width: 1230px) {
    .container {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 576px) {
    .container {
        width: 540px;
        max-width: 100%
    }
}

@media (min-width: 768px) {
    .container {
        width: 720px;
        max-width: 100%
    }
}

@media (min-width: 992px) {
    .container {
        width: 976px;
        max-width: 100%
    }
}

@media (min-width: 1230px) {
    .container {
        width: 1230px;
        max-width: 100%
    }
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.row:before,
.row:after {
    content: ' ';
    display: block
}

.row:after {
    clear: both
}

@media (min-width: 576px) {
    .row {
        margin-right: -10px;
        margin-left: -10px
    }
}

@media (min-width: 1230px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-mb-1,
.col-mb-2,
.col-mb-3,
.col-mb-4,
.col-mb-5,
.col-mb-6,
.col-mb-7,
.col-mb-8,
.col-mb-9,
.col-mb-10,
.col-mb-11,
.col-mb-12,
.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-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-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-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 {
    float: left;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {

    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-mb-1,
    .col-mb-2,
    .col-mb-3,
    .col-mb-4,
    .col-mb-5,
    .col-mb-6,
    .col-mb-7,
    .col-mb-8,
    .col-mb-9,
    .col-mb-10,
    .col-mb-11,
    .col-mb-12,
    .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-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-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-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 {
        padding-right: 10px;
        padding-left: 10px
    }
}

@media (min-width: 1230px) {

    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-mb-1,
    .col-mb-2,
    .col-mb-3,
    .col-mb-4,
    .col-mb-5,
    .col-mb-6,
    .col-mb-7,
    .col-mb-8,
    .col-mb-9,
    .col-mb-10,
    .col-mb-11,
    .col-mb-12,
    .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-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-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-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 {
        padding-right: 15px;
        padding-left: 15px
    }
}

.col-xs-1 {
    width: 8.33333%
}

.col-xs-2 {
    width: 16.66667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333%
}

.col-xs-5 {
    width: 41.66667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333%
}

.col-xs-8 {
    width: 66.66667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333%
}

.col-xs-11 {
    width: 91.66667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-offset-0 {
    margin-left: 0%
}

.col-xs-offset-1 {
    margin-left: 8.33333%
}

.col-xs-offset-2 {
    margin-left: 16.66667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333%
}

.col-xs-offset-5 {
    margin-left: 41.66667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.33333%
}

.col-xs-offset-8 {
    margin-left: 66.66667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333%
}

.col-xs-offset-11 {
    margin-left: 91.66667%
}

@media (min-width: 460px) {
    .col-mb-1 {
        width: 8.33333%
    }

    .col-mb-2 {
        width: 16.66667%
    }

    .col-mb-3 {
        width: 25%
    }

    .col-mb-4 {
        width: 33.33333%
    }

    .col-mb-5 {
        width: 41.66667%
    }

    .col-mb-6 {
        width: 50%
    }

    .col-mb-7 {
        width: 58.33333%
    }

    .col-mb-8 {
        width: 66.66667%
    }

    .col-mb-9 {
        width: 75%
    }

    .col-mb-10 {
        width: 83.33333%
    }

    .col-mb-11 {
        width: 91.66667%
    }

    .col-mb-12 {
        width: 100%
    }

    .col-mb-offset-0 {
        margin-left: 0%
    }

    .col-mb-offset-1 {
        margin-left: 8.33333%
    }

    .col-mb-offset-2 {
        margin-left: 16.66667%
    }

    .col-mb-offset-3 {
        margin-left: 25%
    }

    .col-mb-offset-4 {
        margin-left: 33.33333%
    }

    .col-mb-offset-5 {
        margin-left: 41.66667%
    }

    .col-mb-offset-6 {
        margin-left: 50%
    }

    .col-mb-offset-7 {
        margin-left: 58.33333%
    }

    .col-mb-offset-8 {
        margin-left: 66.66667%
    }

    .col-mb-offset-9 {
        margin-left: 75%
    }

    .col-mb-offset-10 {
        margin-left: 83.33333%
    }

    .col-mb-offset-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 576px) {
    .col-sm-1 {
        width: 8.33333%
    }

    .col-sm-2 {
        width: 16.66667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333%
    }

    .col-sm-5 {
        width: 41.66667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.33333%
    }

    .col-sm-8 {
        width: 66.66667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333%
    }

    .col-sm-11 {
        width: 91.66667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 768px) {
    .col-md-1 {
        width: 8.33333%
    }

    .col-md-2 {
        width: 16.66667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.33333%
    }

    .col-md-5 {
        width: 41.66667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.33333%
    }

    .col-md-8 {
        width: 66.66667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.33333%
    }

    .col-md-11 {
        width: 91.66667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-offset-0 {
        margin-left: 0%
    }

    .col-md-offset-1 {
        margin-left: 8.33333%
    }

    .col-md-offset-2 {
        margin-left: 16.66667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.33333%
    }

    .col-md-offset-5 {
        margin-left: 41.66667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.33333%
    }

    .col-md-offset-8 {
        margin-left: 66.66667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.33333%
    }

    .col-md-offset-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 992px) {
    .col-lg-1 {
        width: 8.33333%
    }

    .col-lg-2 {
        width: 16.66667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.33333%
    }

    .col-lg-5 {
        width: 41.66667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.33333%
    }

    .col-lg-8 {
        width: 66.66667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.33333%
    }

    .col-lg-11 {
        width: 91.66667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1230px) {
    .col-xl-1 {
        width: 8.33333%
    }

    .col-xl-2 {
        width: 16.66667%
    }

    .col-xl-3 {
        width: 25%
    }

    .col-xl-4 {
        width: 33.33333%
    }

    .col-xl-5 {
        width: 41.66667%
    }

    .col-xl-6 {
        width: 50%
    }

    .col-xl-7 {
        width: 58.33333%
    }

    .col-xl-8 {
        width: 66.66667%
    }

    .col-xl-9 {
        width: 75%
    }

    .col-xl-10 {
        width: 83.33333%
    }

    .col-xl-11 {
        width: 91.66667%
    }

    .col-xl-12 {
        width: 100%
    }

    .col-xl-offset-0 {
        margin-left: 0%
    }

    .col-xl-offset-1 {
        margin-left: 8.33333%
    }

    .col-xl-offset-2 {
        margin-left: 16.66667%
    }

    .col-xl-offset-3 {
        margin-left: 25%
    }

    .col-xl-offset-4 {
        margin-left: 33.33333%
    }

    .col-xl-offset-5 {
        margin-left: 41.66667%
    }

    .col-xl-offset-6 {
        margin-left: 50%
    }

    .col-xl-offset-7 {
        margin-left: 58.33333%
    }

    .col-xl-offset-8 {
        margin-left: 66.66667%
    }

    .col-xl-offset-9 {
        margin-left: 75%
    }

    .col-xl-offset-10 {
        margin-left: 83.33333%
    }

    .col-xl-offset-11 {
        margin-left: 91.66667%
    }
}

.site {
    min-height: 100vh;
    transition: .5s ease
}

.site__header,
.site__main,
.site__footer {
    width: 100%
}

@supports (display: flex) {
    .site {
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }

    .site__footer {
        margin-top: auto
    }
}

._f_is-show-floating .site {
    filter: blur(2px)
}

.form-group {
    margin-bottom: 20px
}

.form-label {
    display: block;
    line-height: 24px;
    background: none;
    padding-top: 8px;
    text-align: right;
    font-size: 16px;
    font-weight: 300;
    color: inherit;
    box-sizing: border-box
}

.has-danger {
    position: relative
}

.has-danger .form-error {
    position: absolute;
    left: 0;
    top: 100%
}

.inputbox {
    position: relative
}

.has-danger .inputbox::after {
    content: '';
    position: absolute;
    right: 0.7em;
    top: 0.7em;
    background: url("../images/danger.png");
    background-size: 100% 100%;
    width: 20px;
    height: 20px
}

.form-error {
    color: #d0480b;
    font-size: 12px
}

[role="button"] {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn,
.btn-submit,
.MainButton,
.text-entry__readmore-link {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    font-family: Roboto, Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    max-width: 100%;
    text-align: center;
    text-decoration: none;
    transition: all 250ms cubic-bezier(0.6, 0.05, 0.3, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    border: none;
    line-height: 1;
    border-radius: 5px;
    padding: 12px 57px 12px 30px;
    background: #2570b1;
}

.btn:hover,
.btn-submit:hover,
.MainButton:hover,
.text-entry__readmore-link:hover,
.btn:focus,
.btn-submit:focus,
.MainButton:focus,
.text-entry__readmore-link:focus,
.btn:active,
.btn-submit:active,
.MainButton:active,
.text-entry__readmore-link:active {
    text-decoration: none;
    outline: none
}

.btn:disabled,
.btn-submit:disabled,
.MainButton:disabled,
.text-entry__readmore-link:disabled {
    opacity: 0.6;
    cursor: not-allowed !important;
    pointer-events: none
}

.btn__icon {
    margin-top: -2px;
    margin-bottom: 0px
}

.btn__caption {
    font-size: 14px
}

.btn:hover,
.btn-submit:hover,
.MainButton:hover,
.text-entry__readmore-link:hover,
.btn:active,
.btn-submit:active,
.MainButton:active,
.text-entry__readmore-link:active {
    background: #348ad5;
    color: #fafafa
}

.btn__icon,
.btn__caption {
    line-height: 1;
    text-align: left
}

.btn__icon+.btn__caption {
    margin-left: 10px
}

.btn__icon {
    width: 19px;
    height: 19px;
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0
}

.btn__icon_calc { background-image: url(/template/site/default/images/calc-white.svg); }
.btn__icon_audit { background-image: url(/template/site/default/images/analytics.svg); }
.btn__icon_calc, .btn__icon_audit { margin-left: 28px; }


.btn_primary {
    background: #2570b1;
    border-bottom-color: #1f6099;
    color: #fff
}

.btn_primary:hover,
.btn_primary:active {
    background: #31B950;
    color: #fff
}

.btn_primary-darken {
    background: #255d97;
    border-bottom-color: #1e4e7f;
    color: #fff
}

.btn_primary-darken:hover {
    background: #222;
    color: #fff
}

.btn_action { background: #31b950; border-bottom-color: #2aa245; color: #fafafa; }

.btn-submit,
.MainButton,
.text-entry__readmore-link { background: #4580B4; color: #fafafa; }

.btn_action:hover,
.btn-submit:hover,
.MainButton:hover,
.text-entry__readmore-link:hover,
.btn_action:active,
.btn-submit:active,
.MainButton:active,
.text-entry__readmore-link:active {
    background: #4dd06b;
    color: #fafafa
}

.btn_gray,
.text-entry__readmore-link {
    color: #777777;
    background: #eeeeee
}

.btn_gray:hover,
.text-entry__readmore-link:hover {
    background: #222;
    color: #fafafa
}

.btn_accent {
    color: #000000;
    background: #fde84b;
    font-weight: 500
}

.btn_accent:hover {
    background: #222;
    color: #fafafa
}

.btn_small,
.text-entry__readmore-link {
    padding: 4px 20px 1px;
    font-size: 13px;
    line-height: 26px
}

.btn_large,
.MainButton { width: 234px; height: 50px; border-radius: 5px; display: block; text-align: center; margin: 0 auto; font-size: 16px; line-height: 50px; padding: 0; }

.btn_xlarge {
    font-size: 20px;
    height: 70px;
    line-height: 70px;
    border-radius: 35px;
    padding: 0 76px
}

@media (min-width: 576px) {
    .btn_xlarge {
        padding: 0 90px
    }
}

.btn_square {
    border-radius: 4px
}

.btn_shadow {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2)
}

.btn_block {
    display: block;
    width: 100%
}

a.btn,
a.btn-submit,
a.MainButton,
a.text-entry__readmore-link {
    text-decoration: none !important
}

.checkbox,
.radio {
    display: flex;
    align-items: baseline;
    position: relative;
}

.checkbox.disabled,
.radio.disabled {
    opacity: 0.4
}

.checkbox__element,
.radio__element {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden
}

.checkbox__indicator,
.radio__indicator {
    align-items: center;
    background: #31b950;
    cursor: pointer;
    display: inline-flex;
    flex-shrink: 0;
    height: 20px;
    justify-content: center;
    transition: all 150ms cubic-bezier(0.6, 0.05, 0.3, 0);
    vertical-align: middle;
    width: 20px;
    position: relative;
    top: -1px
}

.checkbox__indicator::before,
.radio__indicator::before {
    opacity: 0;
    transition: all 150ms cubic-bezier(0.6, 0.05, 0.3, 0)
}

.checkbox__label,
.radio__label {
    padding-left: 1em;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    line-height: 18px
}

.checkbox__indicator {
    border-radius: 3px;
	margin-right: 10px;
}

.checkbox__indicator::before {
    color: #ffffff;
    content: '✔';
    font-size: 16px;
    line-height: 20px
}

.checkbox__element:checked+.checkbox__indicator::before {
    opacity: 1
}

.radio__indicator {
    border-radius: 50%;
    top: -2px
}

.radio__indicator::before {
    background: #ffffff;
    border-radius: 50%;
    content: '';
    height: 40%;
    width: 40%
}

.radio__label {
    padding-left: 0.5em
}

.radio__element:checked+.radio__indicator::before {
    opacity: 1
}

.accordion {
    transition: 0.3s ease;
    padding: 20px 25px 0
}

.accordion__title {
    font-size: 24px;
    line-height: 28px
}

.accordion__toggler {
    cursor: pointer;
    line-height: inherit;
    display: inline;
    border-bottom: 1px dotted currentColor
}

.accordion__content {
    padding-top: 20px;
    padding-bottom: 20px
}

.accordion_open {
    background: #f2f2f2
}

.ask-form { display: block; }
.ask-form .form-control { height: 40px; }
.askform .lead { font-size: 18px; line-height: 28px; }

.ask-form__row {
    margin-right: -15px;
    margin-left: -15px
}
.ask-form__row .btn-submit { width: 152px; height: 40px; padding: 0; justify-content: center; }



.ask-form__row:before,
.ask-form__row:after {
    content: ' ';
    display: block
}

.ask-form__row:after {
    clear: both
}

@media (min-width: 576px) {
    .ask-form__row {
        margin-right: -10px;
        margin-left: -10px
    }
}

@media (min-width: 1230px) {
    .ask-form__row {
        margin-right: -15px;
        margin-left: -15px
    }
}

.ask-form__col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .ask-form__col {
        padding-right: 10px;
        padding-left: 10px
    }
}

@media (min-width: 1230px) {
    .ask-form__col {
        padding-right: 15px;
        padding-left: 15px
    }
}

.ask-form__phone {
    margin-bottom: 1em
}

@media (min-width: 576px) {
    .ask-form__col {
        width: 50%
    }

    .ask-form__main {
        width: 100%
    }

    .ask-form__side {
        width: 100%
    }
}

@media (min-width: 992px) {
    .ask-form__main { width: 66.66667%; }
    .ask-form__side { width: 33.33333%; }

	.mini-block .ask-form__main { width: 70%; }
	.mini-block .ask-form__side { width: 30%; }
    .mini-block .ask-form__side { margin-left: 0; }
}

@media (min-width: 1230px) {
    .ask-form__main { width: 58.33333%; }
    .ask-form__side { margin-left: 8.33333%; }

	.mini-block .ask-form__main { width: 70%; }
    .mini-block .ask-form__side { margin-left: 0; }

}

.benefits {
    display: block
}

.benefits__item {
    background: linear-gradient(to right, #ccc, #ccc 2px, transparent 2px, transparent) 0 100% repeat-x;
    background-size: 5px 2px;
    padding-bottom: 20px;
    padding-top: 20px
}

.benefits__item:first-child {
    padding-top: 0
}

@media (min-width: 768px) {
    .benefits {
        margin-right: -15px;
        margin-left: -15px
    }

    .benefits:before,
    .benefits:after {
        content: ' ';
        display: block
    }

    .benefits:after {
        clear: both
    }
}

@media (min-width: 768px) and (min-width: 576px) {
    .benefits {
        margin-right: -10px;
        margin-left: -10px
    }
}

@media (min-width: 768px) and (min-width: 1230px) {
    .benefits {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 768px) {
    .benefits__item {
        position: relative;
        float: left;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        width: 50%;
        background: none;
        padding: 0
    }
}

@media (min-width: 768px) and (min-width: 576px) {
    .benefits__item {
        padding-right: 10px;
        padding-left: 10px
    }
}

@media (min-width: 768px) and (min-width: 1230px) {
    .benefits__item {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .benefits__item:nth-child(2n+1) {
        clear: left
    }

    .benefits__item:nth-child(2)~.benefits__item {
        margin-top: 40px
    }
}

.breadcrumb {
    padding: 20px 1px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    cursor: default
}

.breadcrumb__link {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.breadcrumb__link:hover {
    color: #31b950
}

.breadcrumb__separator {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    height: 20px;
    line-height: 16px;
    padding-left: 10px;
    padding-right: 10px
}

.breadcrumb__current {
    color: #31b950
}

.cert-sub-list__item {
    display: flex;
    align-items: center;
    border-top: 1px solid #eee;
    padding: 20px 0
}

.cert-sub-list__item:last-child {
    padding-bottom: 0
}

.cert-sub-list__image {
    flex-shrink: 0;
    width: 100px
}

.cert-sub-list__body {
    padding-left: 20px
}

.cert-sub-list__content {
    font-size: 12px
}

.contacts {
    display: block
}

.contacts__map {
    margin-bottom: 20px
}

@media (min-width: 1230px) {
    .contacts__info {
        padding-right: 20px
    }

    .contacts__form {
        padding-left: 20px
    }

    .contacts__map {
        margin-bottom: 40px
    }
}

.digit {
    line-height: 1.1
}

.digit__content {
    display: inline-block;
    line-height: 1.1;
    text-align: left
}

.digit__digit {
    font-weight: 400;
    margin-bottom: 1em;
    position: relative
}

.digit__digit::after {
    background: #222;
    display: block;
    height: 3px;
    width: 50px
}

.digit__large {
    border-bottom: 2px solid #31B950;
    color: #31B950;
    font-weight: 600;
    font-size: 38px;
    line-height: 46px;
}

.digit__middle {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.digit__desc {
    line-height: 1.2
}

@media (min-width: 992px) {
    .digit_compact {
        text-align: left
    }
}

.digits {
    margin-right: -15px;
    margin-left: -15px;
    margin: 3rem 0 5rem
}

.digits:before,
.digits:after {
    content: ' ';
    display: block
}

.digits:after {
    clear: both
}

@media (min-width: 576px) {
    .digits {
        margin-right: -10px;
        margin-left: -10px
    }
}

@media (min-width: 1230px) {
    .digits {
        margin-right: -15px;
        margin-left: -15px
    }
}

.digits:last-child {
    margin-bottom: 0
}

.digits__item {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    background: linear-gradient(to right, #888, #888 2px, transparent 2px, transparent) 0 100% repeat-x;
    background-size: 5px 2px;
    padding-bottom: 2rem;
    padding-top: 2rem
}

@media (min-width: 576px) {
    .digits__item {
        padding-right: 10px;
        padding-left: 10px
    }
}

@media (min-width: 1230px) {
    .digits__item {
        padding-right: 15px;
        padding-left: 15px
    }
}

.digits__item:first-child {
    padding-top: 0
}

@media (max-width: 575px) {
    .digits__item {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width: 576px) {
    .digits__item {
        width: 50%;
        background: none
    }

    .digits__item:first-child+.digits__item {
        padding-top: 0
    }
}

@media (min-width: 1230px) {
    .digits__item {
        width: 25%;
        padding-top: 0;
        padding-bottom: 0
    }
}

.email-link {
    display: block;
    line-height: 24px;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 300
}

.email-link__link { font-size: 18px; line-height: 28px; text-decoration: none; padding-bottom: 4px; border-bottom: dashed 1px #4580B4; }

.entry {
    display: block
}

.entry__image {
    float: left;
    width: 100px;
    margin-right: 20px
}

.entry__title {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 1em
}

.entry__image+.entry__body .entry__title {
    margin-top: -0.25em
}

.entry__content {
    text-align: justify
}

@media (max-width: 767px) {

    .entry:before,
    .entry:after {
        content: ' ';
        display: block
    }

    .entry:after {
        clear: both
    }
}

@media (min-width: 576px) {
    .entry__image {
        width: 200px
    }
}

@media (min-width: 768px) {
    .entry__image,
    .entry__body {
        float: none;
        display: table-cell;
        vertical-align: top
    }

    .entry__image+.entry__body {
        padding-left: 30px;
        padding-right: 30px
    }
}

.center { text-align: center; }
.blue-ramka, .ramka { border: 10px solid #2570b1; padding: 20px 40px; align-items: center; margin-top: 30px; position: relative; }
.blue-ramka .h2 { text-align: center; padding-bottom: 10px; border-bottom: 2px dashed #4580B4; width: fit-content; margin: 0 auto; cursor: pointer; }
.blue-ramka .h2:before { content: ''; background-image: url(/template/site/default/images/up-down-arrow.svg); width: 12px; height: 12px; display: block; position: absolute; top: 42px; right: 30px; }

.blue-ramka .lead,
.blue-ramka .lead16 { text-align: center; padding: 30px 0 0 0; }
.hide-block { display: none; }
.margin70 { margin: 70px 0!important; }
.margin070 { margin: 0 0 70px 0!important; }
.padding50 { padding: 50px 0!important; }
.margin7040 { margin: 70px 0 40px 0!important; }

.button-block .MainButton { width: 264px; }
.obsluzhivanie .MainButton { width: 404px; }
.obsluzhivanie .h3 b { color: #4580B4; }

.show { background-color: #fff; }
.show .hide-block { display: block; }
.show .h2:before { transform: scaleY(-1); }
.bottom_minus30 { margin-bottom: -30px; }


.equal-columns { display: flex; flex-wrap: wrap; }
.equal-columns__column { display: flex; margin: 1rem 0; }
.equal-columns__panel { width: 100%;	background-color: #fff; padding: 25px; border-radius: 10px; border: 2px solid #f4f8fb; box-sizing: border-box; }
.blue-ramka .equal-columns__panel { max-width: 353px; }
.equal-columns__panel .h3 { margin: 0 0 20px 0; }

@media (max-width: 767px) {
	.bottom_minus30 { margin: 0; }
	.blue-ramka, .ramka { padding: 20px; }
	.show .equal-columns__panel { padding: 0 15px!important; }
}


.faq__item {
    margin-bottom: 10px;
    margin-left: -25px
}

.faq__respondent {
    font-weight: 500;
    font-size: 0.9em
}

.faq__content {
    margin-top: 10px
}

.feed .feed__item {
    border-bottom: 1px solid #f2f2f2;
    border-top: 1px solid #fff;
    padding: 30px 0 30px
}

.feed .feed__item:first-child {
    border-top: none;
    padding-top: 0
}

.feed .feed__item:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.frame {
    background: none;
    display: block;
    height: auto;
    position: relative;
    width: 100%
}

.frame_white { background: #fff; padding-bottom: 60px; padding-top: 40px; }
.frame_white+.frame_white { padding-top: 0; }
.frame_gray { background: #eee; padding-bottom: 60px; padding-top: 40px; }
.frame_gray+.frame_gray { padding-top: 0; }

@media (max-width: 767px) {
	.frame_white, .frame_gray { padding-top: 10px; padding-bottom: 0px; }
}
.frame_gray-last {
    margin-bottom: -40px
}

.frame_padding {
    padding-left: 30px;
    padding-right: 30px
}

.frame_green {
    background: #2570b1;
    color: #fff;
    padding-bottom: 60px;
    padding-top: 40px
}

.frame_graph {
    z-index: 0
}

.frame_graph::before,
.frame_graph::after {
    content: '';
    display: block;
    height: auto;
    position: absolute;
    z-index: -1
}

.frame_graph::after {
    background: url("../images/BgCorner.png") no-repeat right top;
    bottom: 0;
    left: 0;
    top: 0;
    width: 310px
}

.frame_clear-padding {
    padding-bottom: 20px;
    padding-top: 0
}

.glossary {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 8px 20px;
    margin: 1.3rem 0
}

.glossary__item {
    margin: 10px 0
}

.hamburger {
    cursor: pointer;
    width: 40px;
    position: relative
}

.hamburger i {
    width: 40px;
    height: 5px;
    background: #000;
    display: block;
    margin: 6px 0;
    border-radius: 2px;
    position: relative;
    transition: all 250ms cubic-bezier(0.6, 0.05, 0.3, 1)
}

.hamburger i:first-child {
    margin-top: 0
}

.hamburger i:last-child {
    margin-bottom: 0
}

.hamburger i {
    transition-delay: 50ms
}

._f_is-visible-menu .hamburger i,
.hamburger_fixed i {
    background: #31b950
}

.header {
    padding-top: 52px
}

.header__bar {
    background: #eee;
    color: #a6a6a6;
    position: fixed;
    left: 0;
    top: 0;
    height: 52px;
    width: 100%;
    z-index: 1200
}

.info-box {
    padding-left: 20px;
    padding-right: 20px;
    position: relative
}

.info-box__icon-box {
    height: 100px;
	padding: 24px; 
    margin-bottom: 20px;
}

.info-box__icon {
    display: block;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    width: auto
}

.info-box__desc {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px
}

@media (min-width: 0) and (max-width: 991px) {
    .info-box {
        overflow: hidden;
        padding: 0
    }

    .info-box__icon-box {
        float: left;
        height: 60px;
        margin: 0;
        width: 60px;
		padding: 5px;
    }

    .info-box__desc {
        margin-left: 80px
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .info-box__icon-box {
        float: left;
        height: 100px;
        margin: 0;
        width: 100px
    }

    .info-box__desc {
        margin-left: 140px
    }
}

.info-boxes {
    margin-right: -15px;
    margin-left: -15px
}

.info-boxes:before,
.info-boxes:after {
    content: ' ';
    display: block
}

.info-boxes:after {
    clear: both
}

@media (min-width: 576px) {
    .info-boxes {
        margin-right: -10px;
        margin-left: -10px
    }
}

@media (min-width: 1230px) {
    .info-boxes {
        margin-right: -15px;
        margin-left: -15px
    }
}

.info-boxes__item {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin: 20px 0
}

@media (min-width: 576px) {
    .info-boxes__item {
        padding-right: 10px;
        padding-left: 10px
    }
}

@media (min-width: 1230px) {
    .info-boxes__item {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .info-boxes__item {
        width: 33.33333%
    }
}

.logo {
    display: flex;
    padding-top: 27px;
    padding-bottom: 32px;
    text-decoration: none;
    width: 187px
}

.logo__image {
    align-self: center;
    width: 100%
}

@media (max-width: 575px) {
    .logo {
        width: 149.6px
    }
}

@media (max-width: 459px) {
    .logo {
        width: 93.5px
    }
}

.map-area {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    height: 250px;
    overflow: hidden;
    width: 100%
}

@media (min-width: 576px) {
    .map-area {
        height: 350px
    }
}

.menu {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none
}

.menu__item {
    background: rgba(37, 112, 177, 0.86);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.71429em;
    border-top: 1px solid rgba(255, 255, 255, 0.11);
    border-bottom: 1px solid rgba(18, 19, 22, 0.16)
}

.menu__item>a,
.menu__link {
    display: block;
    padding: 10px 20px;
    color: #fafafa;
    text-decoration: none
}

.menu__item:hover>a,
.menu__item_active>a,
.menu__item:hover>.menu__link,
.menu__item_active>.menu__link {
    background: rgba(31, 93, 147, 0.86) !important;
    color: #fafafa
}

.menu__item:first-child {
    border-top-color: transparent
}

.menu__item:last-child {
    border-bottom-color: transparent
}

.menu__item .menu__item {
    font-size: 13px;
    line-height: 1.53846em;
    background: #1a4971
}

.menu__item .menu__item>a {
    padding: 5px 20px;
    padding-left: 30px
}

.menu ul {
    list-style: none;
    padding: 0
}

@media (min-width: 992px) {
    .nav div>ul {
        max-height: 75vh;
        overflow: auto
    }

    .nav div>ul::-webkit-scrollbar,
    .nav div>ul::-webkit-scrollbar-thumb {
        width: 10px;
        height: 10px;
        background-color: #2570b1
    }

    .nav div>ul::-webkit-scrollbar-thumb {
        border-radius: 10px;
        border: 2px solid transparent
    }

    .nav div>ul::-webkit-scrollbar-thumb,
    .nav div>ul:hover::-webkit-scrollbar-thumb {
        border-radius: 10px;
        box-shadow: inset 0 0 0 10px rgba(49, 185, 80, 0.3)
    }

    .nav div>ul::-webkit-scrollbar-thumb:hover {
        box-shadow: inset 0 0 0 10px rgba(49, 185, 80, 0.7)
    }

    .nav div>ul::-webkit-scrollbar-corner {
        background-color: transparent
    }
}

.nav div>ul>li {
    background: rgba(37, 112, 177, 0.86);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.71429em;
    border-top: 1px solid rgba(255, 255, 255, 0.11);
    border-bottom: 1px solid rgba(18, 19, 22, 0.16)
}

.nav div>ul>li:first-child {
    border-top-color: transparent
}

.nav div>ul>li:last-child {
    border-bottom-color: transparent
}

.nav div>ul>li>a {
    display: block;
    padding: 10px 20px;
    color: #fafafa;
    text-decoration: none
}

.nav div>ul>li:hover>a,
.nav div>ul>li.active>a {
    background: rgba(31, 93, 147, 0.86) !important;
    color: #fafafa
}

.nav,
.nav ul {
    margin: 0;
    padding: 0;
    list-style: none
}

@media (max-width: 991px) {
    .nav>ul>li>a {
        align-items: center;
        background: none;
        box-sizing: border-box;
        display: flex;
        font-size: 18px;
        font-weight: 300;
        height: 40px;
        text-align: left;
        justify-content: flex-start;
        padding: 5px 25px;
    }

    .nav>ul>li>a:link,
    .nav>ul>li>a:visited {
        color: #000;
        text-decoration: none
    }

    .nav>ul>li>a:hover,
    .nav>ul>li>a:active {
        color: #2570b1;
        border-bottom-color: #2570b1
    }

    .nav>ul>li>a:hover::before,
    .nav>ul>li>a:active::before {
        background: #2570b1
    }

    .nav>ul>li div {
        display: none
    }

    .nav>ul>li div a {
        display: block;
        line-height: 18px;
        background: #255d97;
        padding: 7px 20px 7px 40px !important;
        font-size: 13px;
        font-weight: 400;
        color: #fafafa;
        text-decoration: none;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        border-bottom: 1px solid rgba(0, 0, 0, 0.1)
    }

    .nav .openChildren>div {
        display: block
    }

    .nav div div {
        margin-left: 20px
    }
}

@media (min-width: 992px) {
    .nav {
        height: 100%
    }

    .nav>ul {
        display: flex;
        flex-wrap: wrap;
        height: 100%
    }

    .nav>ul>li {
        font-size: 17px;
        font-weight: 400;
        line-height: 1.76471em;
        flex-shrink: 0;
        position: relative;
        margin-right: 16px
    }

    .nav>ul>li.hover {
        z-index: 10
    }

    .nav>ul>li:last-child {
        margin-right: 0
    }

    .nav>ul>li.hidden {
        display: none
    }

    .nav>ul>li>a {
        align-items: center;
        background: none;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        padding: 0;
        text-align: center;
        position: relative
    }

    .nav>ul>li>a::before {
        position: absolute;
        transition: 0.3s ease;
        content: "";
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        background: transparent
    }

    .nav>ul>li>a:link,
    .nav>ul>li>a:visited {
        color: #000;
        text-decoration: none
    }

    .nav>ul>li.hover>a,
    .nav>ul>li.active>a,
    .nav>ul>li>a:active {
        color: #2570b1;
        border-bottom-color: #2570b1
    }

    .nav>ul>li.hover>a::before,
    .nav>ul>li.active>a::before,
    .nav>ul>li>a:active::before {
        background: #2570b1
    }

    .nav>ul>li>div,
    .nav>ul>li>div diV {
        left: -99999px;
        padding-top: 7px;
        opacity: 0;
        position: fixed;
        top: 100%;
        transition: opacity 250ms cubic-bezier(0.6, 0.05, 0.3, 1);
        width: 300px
    }

    .nav>ul>li>div ul {
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2)
    }

    .nav>ul>li.hover>div {
        position: absolute;
        left: 0;
        opacity: 1
    }

    .nav div div {
        top: 0;
        height: 100%
    }

    .nav div li.hover>div {
        position: absolute;
        left: 100%;
        top: 0;
        opacity: 1
    }
}

@media (max-width: 991px) {
    body._f_is-visible-menu {
        overflow: hidden
    }

    .nav-mobile {
        position: fixed;
        left: 0;
        top: 0;
        height: 100vh;
        width: 100%;
        max-width: 360px;
        margin: 0;
        z-index: 1100;
        padding-top: 52px !important;
        transition: transform 0.4s ease;
        transform: translateX(-110%);
        box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3)
    }

    ._f_is-visible-menu .nav-mobile {
        transform: translateX(0)
    }

    .nav-mobile__body {
        overflow-x: hidden;
        overflow-y: auto;
        height: 100%;
        background: #fff;
    }
	.nav-mobile__body nav ul > li { position: relative; }
	.nav-mobile__body nav ul > li > a:before { 
		content: ''; background-image: url(/template/site/default/images/arrow.svg); background-position: center; background-repeat: no-repeat;
		width: 10px; height: 10px; padding: 15px; display: block; position: absolute; right: 15px; top: 5px; 
	}
	.nav-mobile__body nav ul > li.openChildren > a:before { transform: scaleY(-1); }
	.nav-mobile__body nav ul > li > div > ul > li > a:before { content: none; }
	.nav-mobile__body nav ul > li:last-child > a:before { content: none; } 
}

.page {
    background: #fff;
    display: block;
    padding-bottom: 40px
}

.page__side,
.page__main {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%
}

@media (min-width: 576px) {

    .page__side,
    .page__main {
        padding-right: 10px;
        padding-left: 10px
    }
}

@media (min-width: 1230px) {

    .page__side,
    .page__main {
        padding-right: 15px;
        padding-left: 15px
    }
}

.page__side {
    display: none
}

@media (min-width: 992px) {
    .page__side {
        width: 25%;
        display: block
    }

    .page__main {
        width: 75%
    }
}

@media (min-width: 1230px) {
    .page__side {
        width: 25%
    }

    .page__main {
        width: 75%
    }
}

.pagination {
    display: block
}

.pagination__item {
    background: #222;
    border-radius: 2px;
    color: #fafafa;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    height: 40px;
    line-height: 42px;
    margin-right: 2px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 40px
}

.pagination__item:first-child,
.pagination__item:last-child {
    line-height: 38px;
    font-size: 22px
}

.pagination:hover {
    color: #2570b1
}

.pagination__item_current,
.pagination__item_current:hover {
    color: #000000;
    background: #a6a6a6
}

.phone {
    color: #222222;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 24px
}

.phone__small {
    color: #666666;
    font-size: 14px;
    white-space: nowrap
}

.preview-box__link {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    display: block;
    width: 100%;
    text-decoration: none !important
}

.preview-box__link:hover {
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3)
}

.preview-box__link:focus {
    outline: none
}

.preview-box__image {
    display: block;
    width: 100%
}

.sanely .h2 { padding: 20px 0 10px 0; }

.sanely-area {
    display: block;
	margin: 0 auto;
}
.sanely-area .MainButton { width: 292px; }

.sanely-area__row {
    margin-right: -15px;
    margin-left: -15px
}

.sanely-area__row:before,
.sanely-area__row:after {
    content: ' ';
    display: block
}

.sanely-area__row:after {
    clear: both
}

@media (min-width: 576px) {
    .sanely-area__row {
        margin-right: -10px;
        margin-left: -10px
    }
}

@media (min-width: 1230px) {
    .sanely-area__row {
        margin-right: -15px;
        margin-left: -15px
    }
}

.sanely-area__item {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    background: linear-gradient(to right, #888, #888 2px, transparent 2px, transparent) 0 100% repeat-x;
    background-size: 5px 2px
}

@media (min-width: 576px) {
    .sanely-area__item {
        padding-right: 10px;
        padding-left: 10px
    }
}

@media (min-width: 1230px) {
    .sanely-area__item {
        padding-right: 15px;
        padding-left: 15px
    }
}

.sanely-area__item:last-child {
    background: none
}

@media (min-width: 992px) {
    .sanely-area__item {
        width: 50%;
        background: none
    }

    .sanely-area__item:nth-child(2n+1) {
        clear: left
    }
}

@media (min-width: 1230px) {
    .sanely-area {
        width: 83.33333%
    }
}

.sanely-box {
    padding: 20px;
    position: relative
}

.sanely-box__icon-box {
    display: table-cell;
    height: 70px;
    min-width: 70px;
    vertical-align: top;
    width: 70px;
}

.sanely-box__icon {
    display: block;
    height: 100%;
    width: 100%
}

.sanely-box__info {
    display: table-cell;
    padding-left: 38px;
    vertical-align: top;
    width: 100%
}

.sanely-box__title {
    background: none;
    color: #222;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    text-align: left
}

.sanely-box__desc {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    padding-top: 3px;
    text-align: left
}

@media (max-width: 459px) {
    .sanely-box__icon-box {
        height: 60px;
        min-width: 60px;
        width: 60px
    }
}

.flex { display: flex; }
.sla { justify-content: space-between; margin: 60px 0; gap: 110px; }
.sla-scan-block { min-width: 330px; height: 370px; position: relative; margin-top: 5px; }
.sli-scan,
.sla-scan-block .grey-blok, 
.sla-scan-block .grey-blok2 { width: 248px; height: 340px; display: block; position: absolute; }
.sla-scan-block .grey-blok, 
.sla-scan-block .grey-blok2 { background-color: #E7EDF2; backdrop-filter: blur(15px); filter: drop-shadow(0px 0px 5px rgb(0,0,0,11%) ); }
.sli-scan { z-index: 30; top: 10px; left: 38px; box-shadow: 0 4px 10px rgb(0,0,0,11%); }
.sla-scan-block .grey-blok { z-index: 20; transform: rotate(7deg); top: 14px; left: 20px; }
.sla-scan-block .grey-blok2 { z-index: 10; transform: rotate(10deg); top: 0px; left: 46px; } 

.sla .text-block h2 { margin-top: 0; }
.sla .text-block p { color: #464646; font-size: 16px; line-height: 26px; }
.green-ramka { border: 10px solid #F5FBF6; padding: 30px 40px; align-items: center; margin-top: 50px; }
.green-text { min-width: 195px; display: inline-block; font-size: 18px; line-height: 28px; font-weight: 700; text-transform: uppercase; color: #31B950; }

@media (max-width: 767px) {
	.sla { margin: 40px 0 20px 0; }
	.sla, .green-ramka { flex-wrap: wrap; gap: 20px; }
	.green-ramka { padding: 20px; margin-top: 30px; }
	.sla .text-block { width: 100%; }
}

.shape {
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none
}

.shape__image {
    display: block;
    max-width: 100%;
	border-radius: 10px;
}

.shape__title {
    background: none;
    display: block;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin: 25px 0 10px 0;
    z-index: 0;
	text-align: center;	
}
.shape__title a { text-decoration: none; color: #000; }

.shape__label {
    color: #000;
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    text-align: center;
    text-decoration: none;
    z-index: 1
}

.shape__label strong { font-size: 20px; color: #4580B4; font-weight: 700; }

@media (min-width: 992px) and (max-width: 1229px) {
    .shape__title {
        min-height: 40px
    }

    .shape__label {
        min-height: 40px
    }
}

@media (max-width: 991px) {
    .shape__image {
        display: block;
        margin: auto;
        width: 100%
    }
}

@media (max-width: 767px) {
    .shape__title {
        font-size: 17px;
        margin: 10px 0
    }
}

.shapes__row {
    margin-right: -15px;
    margin-left: -15px
}

.shapes__row:before,
.shapes__row:after {
    content: ' ';
    display: block
}

.shapes__row:after {
    clear: both
}

@media (min-width: 576px) {
    .shapes__row {
        margin-right: -10px;
        margin-left: -10px
    }
}

@media (min-width: 1230px) {
    .shapes__row {
        margin-right: -15px;
        margin-left: -15px
    }
}

.shapes__item {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .shapes__item {
        padding-right: 10px;
        padding-left: 10px
    }
}

@media (min-width: 1230px) {
    .shapes__item {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (max-width: 459px) {
    .shapes__item {
        max-width: 320px;
        margin: auto;
        float: none
    }

    .shapes__item:nth-child(1)~.shapes__item {
        margin-top: 1rem
    }
}

@media (min-width: 460px) and (max-width: 991px) {
    .shapes__item {
        width: 50%
    }

    .shapes__item:nth-child(2n+1) {
        clear: left
    }

    .shapes__item:nth-child(2)~.shapes__item {
        margin-top: 1rem
    }
}

@media (min-width: 992px) {
    .shapes__item {
        width: 25%
    }

    .shapes__item:nth-child(4n+1) {
        clear: left
    }

    .shapes__item:nth-child(4)~.shapes__item {
        margin-top: 1rem
    }
}

.text-entries__item {
    margin-bottom: 50px
}

.text-entry {
    display: block
}

.text-entry__header {
    border-bottom: 1px solid #dddddd;
    display: table;
    width: 100%
}

.text-entry__heading,
.text-entry__date {
    display: table-cell;
    vertical-align: bottom;
    line-height: 1.09091
}

.text-entry__heading {
    font-size: 22px;
    font-weight: 300;
    color: #666;
    text-decoration: none
}

.text-entry__heading>a {
    text-decoration: none;
    color: inherit
}

.text-entry__heading>a:hover {
    color: #255d97
}

.text-entry__date {
    text-align: right;
    font-size: 16px;
    font-weight: 300;
    color: #666;
    text-decoration: none
}

.text-entry__content {
    color: #666;
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: justify
}

.text-entry__content+.text-entry__content {
    padding-top: 0
}

.text-entry__readmore-link {
    font-size: 14px
}

.text-entry__name {
    font-size: 16px;
    font-weight: 300;
    color: #666
}

.text-icon {
    display: flex;
    align-items: center
}

.text-icon__link,
.text-icon__text {
    font-size: 14px;
    line-height: 24px;
	font-weight: 400;
	color: #464646;
}
.text-icon__link {
	border-bottom: 1px solid #000;
    text-decoration: none;
}

.text-icon_mail::before,
.text-icon_calc::before,
.text-icon_clock::before {
    content: '';
    width: 18px;
    height: 18px;
    background: no-repeat center;
    background-size: contain;
    margin-right: 7px;
    flex-shrink: 0
}

.text-icon_mail::before {
    background-image: url("/template/site/default/images/mail.svg")
}

.text-icon_calc::before {
    background-image: url("/template/site/default/images/calc.svg")
}

.text-icon_clock::before {
    background-image: url("/template/site/default/images/clock.svg")
}

.top {
    position: relative;
    z-index: 1000;
    background: #FAFAFA;
}

.top__body {
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    padding-bottom: 0
}

@media (min-width: 576px) {
    .top__body {
        padding-right: 10px;
        padding-left: 10px
    }
}

@media (min-width: 1230px) {
    .top__body {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 576px) {
    .top__body {
        width: 540px;
        max-width: 100%
    }
}

@media (min-width: 768px) {
    .top__body {
        width: 720px;
        max-width: 100%
    }
}

@media (min-width: 992px) {
    .top__body {
        width: 976px;
        max-width: 100%
    }
}

@media (min-width: 1230px) {
    .top__body {
        width: 1230px;
        max-width: 100%
    }
}

.top__logo {
    z-index: 1
}

.top__nav {
    flex-grow: 1;
    margin: 0 32px 0 32px;
    padding: 0
}

@media (max-width: 991px) {
    .top__nav {
        margin: 0
    }
}

.top__info {
    order: 1
}

.top__logo,
.top__info {
    display: flex;
    justify-content: center
}

.top__tip {
    position: absolute;
    top: 5px;
    right: 0
}

.support-tip {
    padding-right: 15px;
    padding-left: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

@media (min-width: 576px) {
    .support-tip {
        padding-right: 10px;
        padding-left: 10px
    }
}

@media (min-width: 1230px) {
    .support-tip {
        padding-right: 15px;
        padding-left: 15px
    }
}

.support-tip__title {
    font-size: 0.8em;
    opacity: 0.5
}

.support-tip__item {
    position: relative;
    margin-left: 0.5em
}

.support-tip__item img {
    width: 28.25px;
    height: 18.75px;
    vertical-align: top
}

.support-tip__hint {
    font-size: 12px;
    position: absolute;
    top: -20000px;
    right: 0;
    min-width: 250px;
    margin-top: 5px;
    padding: 5px;
    transition: opacity 0.25s ease;
    text-align: right;
    pointer-events: none;
    opacity: 0;
    border: 2px solid #000;
    border-radius: 3px;
    background: #fff
}

.support-tip__hint::after {
    position: absolute;
    right: 5px;
    bottom: 100%;
    width: 0;
    height: 0;
    content: "";
    border: 7px solid;
    border-color: #000 transparent;
    border-top-width: 0
}

.support-tip__item:hover .support-tip__hint {
    top: 100%;
    opacity: 1
}

@media (max-width: 459px) {
    .support-tip {
        line-height: 14.0625px
    }

    .support-tip__item img {
        width: 21.1875px;
        height: 14.0625px
    }
}

.top-bar {
    background: #eee;
    color: #a6a6a6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
    height: 52px
}

.top-bar__link { color: #464646; }
.top-bar__link:hover { color: #464646; border-bottom: 1px solid #464646; }

.top-bar__box { margin-left: 30px; }
.top-bar__button1 { margin-left: 42px; padding: 0; }
.top-bar__button2 { margin-left: 10px; padding: 0; }

.top-bar__button1 .btn, 
.top-bar__button2 .btn { width: 100%; display: block; display: flex; padding: 0!important; }
.top-bar__button1 .btn { width: 231px; height: 40px; line-height: 40px; }
.top-bar__button2 .btn { width: 206px; height: 40px; line-height: 40px; }

@media (max-width: 460px) {
	.top-bar__button1 .btn { width: 48px; }
}
@media (min-width: 461px) and (max-width: 767px){
	.top-bar__button1 .btn { width: 145px; }
}
@media (max-width: 767px) {
	.top-bar__button2 .btn { width: 190px; }
	.btn__icon_calc, .btn__icon_audit { margin-left: 14px; }
}
.top-bar__box .btn,
.top-bar__box .btn-submit,
.top-bar__box .MainButton,
.top-bar__box .text-entry__readmore-link {
    padding-left: 30px;
    padding-right: 30px
}

.top-bar__logo {
    margin-right: auto;
    opacity: 0;
    transition: opacity 0.3s ease
}

.isScrolled .top-bar__logo {
    opacity: 1
}

.top-bar__logo a {
    display: block
}

.top-bar__logo img {
    display: block;
    height: 42px
}

@media (max-width: 1229px) {
    .top-bar__logo {
        display: none
    }
}

.top-bar__email {
    display: none
}

.top-bar__works {
    display: none
}

.top-bar__calc {
    display: none
}

.top-bar__button1 .calc-modal {
    display: none
}

.top-bar__button1 .btn__caption {
    display: none
}

.top-bar .btn__caption span {
    display: none
}

@media (max-width: 991px) {

    .top-bar .btn,
    .top-bar .btn-submit,
    .top-bar .MainButton,
    .top-bar .text-entry__readmore-link {
        padding: 9px 20px 7px
    }
}

@media (min-width: 460px) {
    .top-bar__button1 .btn__caption {
        display: block
    }
}

@media (min-width: 576px) {
    .top-bar__hamburger {
        margin-right: auto
    }

    .top-bar .btn__caption span {
        display: inline
    }
}

@media (min-width: 768px) {
    .top-bar__email {
        display: block
    }
}

@media (min-width: 992px) {
    .top-bar__button1 .calc-modal {
        display: inline-flex
    }

    .top-bar__button1 .calc-link {
        display: none
    }

    .top-bar__calc {
        display: block
    }
}

@media (min-width: 992px) and (max-width: 1229px) {
    .top-bar__box {
        margin-left: 12px
    }

    .top-bar__email {
        margin-left: 0
    }

    .top-bar .btn__caption {
        font-size: 12px
    }
}

@media (min-width: 992px) {
    .top-bar {
        justify-content: flex-end
    }

    .top-bar__hamburger {
        display: none
    }

    .top-bar__works {
        display: block
    }
}

.top-contact {
    display: flex;
    white-space: nowrap;
    transition: all 250ms cubic-bezier(0.6, 0.05, 0.3, 1)
}

.top-contact__icon {
    display: block;
    width: 48px;
    height: 48px;
    background: no-repeat center;
    background-size: 100% 100%;
    align-self: center
}

.top-contact__icon_phone {
    background-image: url("/template/site/default/images/phone.svg")
}

.top-contact__helper {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.top-contact__icon+.top-contact__helper {
    margin-left: 15px
}

.top-contact__phone {
    color: #222;
    display: block;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1em;
    white-space: nowrap;
    padding-top: 4px
}

.top-contact__phone a {
    text-decoration: none;
    color: inherit
}

.top-contact__email {
    display: block;
    font-size: 14px;
    line-height: 1em
}

.top-contact__link {
    text-decoration: none !important;
    border-bottom: 1px dotted currentColor;
    display: inline-block;
	line-height: 20px;
}

@media (max-width: 575px) {
    .top-contact__phone {
        font-size: 20px;
        letter-spacing: 0
    }

    .top-contact__link {
        color: inherit;
        font-weight: bold;
        opacity: 0.7
    }
}

@media (max-width: 459px) {
    .top-contact__icon+.top-contact__helper {
        margin-left: 10px
    }

    .top-contact__phone {
        font-size: 16px;
        margin-bottom: 5px
    }

    .top-contact__icon_phone {
        width: 38.4px;
        height: 38.4px;
        background-size: 99% 99%
    }
}

.vs-area {
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 40px;
    overflow: hidden
}

.vs-area:before,
.vs-area:after {
    content: ' ';
    display: block
}

.vs-area:after {
    clear: both
}

@media (min-width: 576px) {
    .vs-area {
        margin-right: -10px;
        margin-left: -10px
    }
}

@media (min-width: 1230px) {
    .vs-area {
        margin-right: -15px;
        margin-left: -15px
    }
}

.vs-area__container {
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .vs-area__container {
        padding-right: 10px;
        padding-left: 10px
    }
}

@media (min-width: 1230px) {
    .vs-area__container {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1230px) {
    .vs-area__container {
        width: 83.33333%;
        margin: auto
    }
}

@media (min-width: 576px) {
    .vs-area__row {
        margin-right: -40px;
        margin-left: -40px;
        display: flex;
        position: relative
    }

    .vs-area__row:before,
    .vs-area__row:after {
        content: ' ';
        display: block
    }

    .vs-area__row:after {
        clear: both
    }
}

.vs-area__separator {
    background: linear-gradient(to bottom, #888, #888 2px, transparent 2px, transparent) 50% 0 repeat-y;
    background-size: 2px 5px;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
    position: absolute;
    top: 100px;
    width: 2px
}

@media (min-width: 576px) {
    .vs-area__column {
        position: relative;
        float: left;
        width: 100%;
        min-height: 1px;
        padding-right: 40px;
        padding-left: 40px;
        width: 50%;
        display: flex
    }
}

@media (max-width: 459px) {
    .vs-area__separator {
        display: none
    }

    .vs-area__column+.vs-area__column {
        margin-top: 2rem
    }
}

.vs-block__side,
.vs-block__content {
    display: table-cell;
    vertical-align: top
}

.vs-block__side {
    height: 65px;
    min-width: 80px;
    width: 80px
}

.vs-block__content {
    padding-left: 10px;
    width: 100%
}

.vs-block__icon {
    display: block;
	width: 60px;
    height: 60px;
    max-width: 100%;
 }

.vs-block__title {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.22222;
    margin-bottom: 8px;
    margin-top: 5px
}

.vs-block__title_bad {
    color: #d0480b
}

.vs-block__title_good {
    color: #255d97
}

.vs-block__desc {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.71429
}

@media (max-width: 991px) {
    .vs-block__side {
        height: 40px;
        min-width: 40px;
        width: 40px
    }

    .vs-block__icon {
        height: 32px;
        width: 32px
    }

    .vs-block__title {
        font-size: 20px
    }

    .vs-block__desc {
        font-size: 14px
    }
}

.vs-box {
    display: flex;
    flex-direction: column;
    position: relative
}

.vs-box__header {
    background: linear-gradient(to right, #888, #888 2px, transparent 2px, transparent) 0 100% repeat-x;
    background-size: 5px 2px;
    align-items: center;
    color: #000;
    display: flex;
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    height: 60px;
    justify-content: center;
    line-height: 15px;
    margin-bottom: 40px;
    text-align: center
}

.vs-box__list {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between
}

.vs-box__block {
    margin-bottom: 20px
}

.vs-box__block:last-child {
    margin-bottom: 0
}

.vs-box__zel-logo {
    height: 36px;
    width: 110px
}

.work-area {
    display: block;
    overflow: hidden;
	padding: 20px 0;
}

.work-area__row {
    margin-right: -15px;
    margin-left: -15px
}

.work-area__row:before,
.work-area__row:after {
    content: ' ';
    display: block
}

.work-area__row:after {
    clear: both
}

@media (min-width: 576px) {
    .work-area__row {
        margin-right: -10px;
        margin-left: -10px
    }
}

@media (min-width: 1230px) {
    .work-area__row {
        margin-right: -15px;
        margin-left: -15px
    }
}

.work-area__item {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 20px
}

@media (min-width: 576px) {
    .work-area__item {
        padding-right: 10px;
        padding-left: 10px
    }
}

@media (min-width: 1230px) {
    .work-area__item {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 576px) {
    .work-area__row {
        display: flex;
        flex-wrap: wrap
    }

    .work-area__item {
        width: 50%;
        display: flex
    }

    .work-area__item .work-box {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column
    }

    .work-area__item .work-box>* {
        width: 100%
    }

    .work-area__item .work-box__desc {
        flex-grow: 1
    }
}

@media (min-width: 768px) {
    .work-area__item {
        width: 33.33333%
    }
}

@media (min-width: 992px) {
    .work-area__row {
        margin-right: -25px;
        margin-left: -25px
    }

    .work-area__row:before,
    .work-area__row:after {
        content: ' ';
        display: block
    }

    .work-area__row:after {
        clear: both
    }

    .work-area__item {
        position: relative;
        float: left;
        width: 100%;
        min-height: 1px;
        padding-right: 25px;
        padding-left: 25px;
        width: 33.33333%
    }

    .work-area__item::after {
        background: url("/template/site/default/images/BgDottedArrow.png") no-repeat 0 0;
        background-size: cover;
        content: '';
        display: block;
        height: 40px;
        left: 100%;
        margin-left: -20px;
        margin-top: -20px;
        position: absolute;
        top: 50%;
        width: 40px;
        z-index: 1
    }

    .work-area__item:nth-child(3n)::after {
        display: none
    }
}

.work-box {
    position: relative
}

.work-box__icon-box {
    background: #fafafa;
    display: block;
    height: 100px;
    padding-top: 32px;
    width: 100%
}

.work-box__icon {
    display: block;
	margin: 0 auto;
    width: auto;
}

.work-box__desc {
    background: #fafafa;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    padding: 20px 20px 40px;
    text-align: center
}

.Hyphen {
    text-align: justify !important
}

.Hyphen.TextLeft {
    text-align: left !important
}

.Hyphen.TextRight {
    text-align: right !important
}

.Hyphen.TextCenter {
    text-align: center !important
}

.Animate {
    animation-duration: 1000ms;
    animation-fill-mode: both
}

.Shake {
    animation-name: shake
}

@keyframes shake {

    0%,
    100% {
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0)
    }
}

.Air {
    display: block;
    width: 100%;
    height: 0;
    background: none
}

.Air.S5 {
    height: 5px
}

.Air.S10 {
    height: 10px
}

.Air.S15 {
    height: 15px
}

.Air.S20 {
    height: 20px
}

.Air.S25 {
    height: 25px
}

.Air.S30 {
    height: 30px
}

.Air.S35 {
    height: 35px
}

.Air.S40 {
    height: 40px
}

.Air.S45 {
    height: 45px
}

.Air.S50 {
    height: 50px
}

.Air.S55 {
    height: 55px
}

.Air.S60 {
    height: 60px
}

img.Left {
    display: block;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px
}

img.Right {
    display: block;
    float: right;
    margin-left: 20px;
    margin-bottom: 10px
}

.Block {
    display: block;
    width: 100%;
    height: auto;
    background: none;
    padding: 20px;
    box-sizing: border-box
}

.Block.White {
    background: #fafafa;
    color: #666
}

.Block.Gray {
    background: #eeeeee;
    color: #666
}

.Block.Green {
    background: #2570b1;
    color: #fff
}

.Block.Black {
    background: #222;
    color: #fafafa
}

.DropDown {
    display: none;
    float: right;
    width: 40px;
    height: 40px;
    background-image: url(/template/site/default/images/DropDown.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-top: 30px;
    margin-bottom: 30px
}

.VsScore {
    display: block;
    width: 120px;
    height: 60px;
    background: #000000;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box
}

.VsScore>span {
    display: inline-block;
    width: 20px;
    height: 60px;
    line-height: 58px;
    background: none;
    text-align: center;
    vertical-align: middle;
    font-size: 40px;
    font-weight: 400;
    color: #fafafa
}

.VsScore>span:first-child {
    font-weight: 500;
    line-height: 60px;
    margin-right: 10px
}

.VsScore>span:last-child {
    font-weight: 500;
    line-height: 60px;
    margin-left: 8px
}

.ReliablyArea {
    display: block;
    width: 100%;
    height: auto;
    background: none;
    margin-left: auto;
    margin-right: auto
}

.ReliablyArea .ReliablyBox {
    display: block;
    width: 100%;
    height: auto;
    line-height: 24px;
    background: none;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 300;
    color: #666;
    position: relative;
    box-sizing: border-box
}

.ReliablyArea .ReliablyBox img {
    margin-top: 10px
}

.ReliablyArea .ReliablyBox b {
    display: block;
    width: 100%;
    height: auto;
    line-height: 24px;
    background: none;
    text-align: left;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 500;
    color: #666
}

.ReliablyArea .ReliablyBox ul {
    display: block;
    width: 100%;
    height: auto;
    background: none;
    list-style: none;
    margin: 0;
    padding: 0
}

.ReliablyArea .ReliablyBox ul>li {
    display: block;
    width: 100%;
    height: auto;
    line-height: 24px;
    background: none;
    padding-left: 20px;
    text-align: left;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 300;
    color: #666;
    box-sizing: border-box;
    position: relative
}

.ReliablyArea .ReliablyBox ul>li:before {
    display: block;
    width: 12px;
    height: 12px;
    content: '';
    background: none;
    border-top: 12px solid #2570b1;
    border-left: 12px solid transparent;
    box-sizing: border-box;
    margin-top: -6px;
    top: 50%;
    left: 0;
    position: absolute;
    z-index: 1
}

.FooterArea .Logo {
    display: block;
    width: 165px;
    height: 60px;
    background-image: url(../images/LogoWhite.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain
}

.FooterArea .CounterArea {
    display: block;
    width: 100%;
    height: auto;
    padding-top: 25px
}

.FooterArea .CounterArea:before {
    display: block;
    content: ' '
}

.FooterArea .CounterArea:after {
    display: block;
    content: ' ';
    clear: both
}

.FooterArea .CounterArea>.Counter {
    display: block;
    float: left;
    width: auto;
    height: auto;
    min-width: 80px;
    min-height: 30px;
    background: #292929;
    margin-right: 10px;
    overflow: hidden;
    border-radius: 2px
}

.mfp-content {
    text-align: center !important
}

.mfp-bg {
    background: rgba(37, 112, 177, 0.8) !important
}

.close,
.mfp-close {
    font-size: 40px !important;
    font-weight: 300;
    font-family: Roboto, Arial, Helvetica Neue, Helvetica, sans-serif !important;
    right: 10px !important;
    top: 10px !important;
    color: #333
}

.popup {
    text-align: left;
    display: inline-block;
    width: auto;
    height: auto;
    min-width: 400px;
    background: #fff;
    padding: 50px;
    vertical-align: middle;
    position: relative;
    border-radius: 25px;
    transition: all 500ms cubic-bezier(0.6, 0.05, 0.3, 1)
}

.form-control {
    margin: 0;
    padding: 0 10px 0 20px;
    text-indent: 0;
    border: none;
    outline: none;
    line-height: 1;
    text-align: left;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    display: inline-block;
    max-width: 100%;
    font-size: inherit;
    font-weight: inherit;
    background: #fff;
    box-shadow: 0 0 0 1px #ccc inset;
    border-radius: 5px;
    transition: all 150ms cubic-bezier(0.6, 0.05, 0.3, 0)
}

.form-control:hover,
.form-control:focus {
    box-shadow: 0 0 0 1px #4580B4 inset
}

.form-control.error {
    box-shadow: 0 0 0 1px #d0480b inset
}

.form-control:disabled,
.form-control [disabled] {
    box-shadow: 0 0 0 1px #ccc inset;
    background: #eee;
    cursor: not-allowed
}

textarea.form-control {
    padding: 10px;
    resize: vertical
}

.SendBidForm {
    display: block;
    width: 100%;
    height: auto
}

.SendBidForm .Header {
    display: block;
    width: 100%;
    height: auto;
    line-height: 1;
    background: none;
    padding-top: 20px;
    vertical-align: middle;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    color: inherit;
    white-space: normal;
    box-sizing: border-box
}

.SendBidForm .Desc {
    display: block;
    width: 100%;
    height: auto;
    line-height: 24px;
    background: none;
    padding-top: 10px;
    padding-bottom: 30px;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    color: inherit;
    white-space: normal;
    box-sizing: border-box
}

.SendBidForm .Error,
.SendBidForm .Complete {
    display: none;
    width: 500px;
    line-height: 24px;
    background: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 20px;
    vertical-align: top;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    color: inherit;
    white-space: normal;
    box-sizing: border-box
}

.SendBidForm .Error {
    color: #d0480b
}

@media (min-width: 576px) {
    .SendBidForm .Header {
        font-size: 30px
    }
}

@media (min-width: 768px) {
    .SendBidForm {
        min-width: 500px
    }
}

#Offer .FormComplete .FormContent,
.FormComplete .FormContent {
    display: none
}

#Offer .FormComplete .Complete,
.FormComplete .Complete {
    display: block
}

.FormError .FormContent {
    display: none
}

.FormError .Error {
    display: block
}

.FormComplete.FormError .FormContent {
    display: block
}

.FormComplete.FormError .Complete {
    display: none
}

.FormComplete.FormError .Error {
    display: none
}

.FormLine {
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 20px
}

.FormLine:before,
.FormLine:after {
    content: ' ';
    display: block
}

.FormLine:after {
    clear: both
}

.FormLine>.Label {
    display: block;
    float: left;
    width: 30%;
    height: auto;
    line-height: 24px;
    background: none;
    padding-top: 8px;
    padding-right: 20px;
    vertical-align: top;
    text-align: right;
    font-size: 16px;
    font-weight: 300;
    color: inherit;
    box-sizing: border-box
}

.FormLine>.Element {
    position: relative;
    display: block;
    float: right;
    width: 60%;
    height: auto;
    margin-right: 10%
}

.FormLine>.Element .help-block {
    position: absolute;
    left: 0;
    top: 100%;
    font-size: 12px;
    margin-top: -2px
}

.FormLine>.Element .help-block.form-error {
    color: #d0480b
}

@media (max-width: 459px) {
    .FormLine>.Label {
        float: none;
        width: 100%;
        padding: 0;
        text-align: left
    }

    .FormLine>.Element {
        float: none;
        width: 100%;
        margin: 0
    }
}

.tariffs__table {
    table-layout: fixed;
    min-width: 850px
}

.tariffs__header {
    color: #ffffff
}

.tariffs__head-cell {
    padding: 0 0 0 2px
}

.tariffs__head-cell+.tariffs__head-cell {
    background: none
}

.tariffs__head-shape { background: #F4F8FB; color: #555; line-height: 30px; padding: 5px 0; }

.tariffs__head-shape.t1,
.tariffs__head-shape.t2,
.tariffs__head-shape.t3,
.tariffs__head-shape.t4 {
    border-radius: 5px 5px 0 0;
    font-size: 1.2em;
    font-weight: 400;
    color: #ffffff
}

.tariffs__head-shape.t1 {
    background: #2570b1
}

.tariffs__head-shape.t2 {
    background: #2569b1;
    padding-top: 15px
}

.tariffs__head-shape.t3 {
    background: #2570b1
}

.tariffs__head-shape.t4 {
    background: #2570b1
}

.tariffs__item {
    border-bottom: 1px solid #dddddd
}

.tariffs__cell {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.2
}

.tariffs__cell svg {
    width: 16px;
    height: 16px;
    display: block;
    margin: auto
}

.tariffs__cell .icon-plus {
    fill: #255d97
}

.tariffs__cell .icon-minus {
    fill: #d0480b
}

.tariffs__cell .icon-clock {
    fill: rgba(0, 0, 0, 0.6)
}

.tariffs__cell.t1, .tariffs__cell.t2, .tariffs__cell.t3, .tariffs__cell.t4 { background: #F4F8FB; }

.tariffs th {
    vertical-align: middle;
    border: none;
    background: #F4F8FB;
}

.tariffs td {
    vertical-align: middle;
    border: none
}

.tariffs th+th {
    width: 16%;
    text-align: center
}

.tariffs td+td {
    width: 16%;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px
}

.tariffs__footer {
    background: #dddddd;
    color: #555555;
    font-weight: 500
}

.tariffs__footer td {
    padding: 5px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

.tariffs__cell-price {
    font-size: 16px
}

.tariffs__cell-price.t1,
.tariffs__cell-price.t2,
.tariffs__cell-price.t3,
.tariffs__cell-price.t4 {
    color: #ffffff
}

.tariffs__cell-price.t1 {
    background: #2570b1
}

.tariffs__cell-price.t2 {
    background: #2569b1
}

.tariffs__cell-price.t3 {
    background: #2570b1
}

.tariffs__cell-price.t4 {
    background: #2570b1
}

.tariffs__icon {
    display: flex;
    align-items: center;
    justify-content: center
}

.tariffs__icon svg {
    margin: 0 0.6em 0 0
}

.price-block {
    vertical-align: top;
    text-align: center
}

.price-block__icon {
    width: 96px;
    height: auto;
    display: block;
    margin: auto
}

.price-block__body {
    padding-left: 0.3rem;
    padding-bottom: 7px
}

.price-block__price { font-size: 16px; font-weight: 400; line-height: 26px; }
.price-block__price b, .price-block__price strong { font-weight: 700; color: #4580B4;	font-size: 20px; line-height: 26px; }

.price-block__desc {
    margin-top: 0.2em;
    font-size: 16px;
    line-height: 1.2
}

.price-block__icon-stack { position: relative; width: 60px; height: auto; display: block; margin: 0 auto 35px auto; }
.green-label { position: absolute; z-index: 10; width: 32px; height: 32px; background-color: #31B950; border-radius: 50%; color: #fff; font-size: 16px; line-height: 32px; font-weight: 400; text-align: center;  }
.price-block .green-label { top: 7px; right: -25px; }
.price-block__icon-stack .price-block__icon {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 4
}

.price-block__icon-stack .price-block__icon~.price-block__icon {
    z-index: 3;
    position: absolute;
    right: 0;
    top: 0
}

.price-block__icon-stack .price-block__icon:nth-child(2) {
    z-index: 3;
    right: -3px;
    top: -4px
}

.price-block__icon-stack .price-block__icon:nth-child(3) {
    z-index: 2;
    right: -6px;
    top: -8px
}

.price-block__icon-stack .price-block__icon:nth-child(4) {
    z-index: 1;
    right: -9px;
    top: -12px
}

.prices {
    margin: 3rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

@media (max-width: 767px) {
    .prices__item {
        width: 50%;
        margin-bottom: 20px
    }
}


.advantages { list-style: none; padding-left: 0; }
.advantages li { display: flex; gap: 25px; justify-content: flex-start; align-items: center; margin: 20px 0; color: #464646; }
.advantages span { font-weight: 700; }

.preim-columns { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 30px; padding: 40px 0; }
.preim-columns .advantages { max-width: 380px; }
.preim-columns .advantages li { color: #464646; font-size: 16px; line-height: 26px; }
.preim-columns .advantages:first-child li:first-child img { margin-top: 10px; }
.preim-columns .advantages li:first-child { align-items: flex-start; min-height: 104px; }

.implode { padding: 70px 0; }
.implode h2 { margin: 0 0 40px 0; }
.implode .imp-bloks { display: flex; flex-wrap: wrap; justify-content: space-around; gap: 50px 0px; }
.imp-bloks .block { width: 220px; text-align: left; position: relative; }
/* .imp-bloks .green-label { width: 28px; height: 28px; line-height: 28px; top: 7px; left: 75px; } */
.imp-bloks .title { font-size: 18px; font-weight: 500; line-height: 28px; margin: 8px 0 5px 0; }
.imp-bloks p { font-size: 16px; line-height: 26px; color: #464646; margin: 0; }
.imp-bloks a { color: #4580B4; font-family: 'Roboto'; font-weight: 500; text-decoration: none; }
.imp-bloks .phone { font-size: 22px; line-height: 26px; margin: 15px 0 8px 0; display: block; }
.imp-bloks .mail { padding-bottom: 4px; border-bottom: 1px solid #4580B4; }

@media (max-width: 480px) {
	.implode { padding: 30px 0; }
}
@media (max-width: 767px) {
	.preim-columns { grid-template-columns: auto; gap: 0; padding: 0; }
	.advantages { margin: 0; }
	.preim-columns .advantages li:first-child { min-height: auto; }
	.imp-bloks .block { width: 160px; text-align: center; }
	.imp-bloks p { line-height: 20px; }
}

.map-activity {
    height: 500px;
    margin: 1rem 0;
    background: #fffcf2 no-repeat 50% 50%;
    background-size: cover;
    position: relative
}

.map-activity::before {
    content: "Карта загружается...";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    color: rgba(0, 0, 0, 0.5)
}

.calc-side-panel {
    position: sticky;
    top: 50px;
    padding-top: 10px;
    z-index: 10
}

@media (min-width: 992px) {

    .calc-side-panel .calc-info {
        max-height: calc(100vh - 290px);
        overflow: auto;
	 }

    .calc-side-panel .calc-info::-webkit-scrollbar,
    .calc-side-panel .calc-info::-webkit-scrollbar-thumb {
        width: 10px;
        height: 10px;
        background-color: #e7e7e7
    }

    .calc-side-panel .calc-info::-webkit-scrollbar-thumb {
        border-radius: 10px;
        border: 2px solid transparent
    }

    .calc-side-panel .calc-info::-webkit-scrollbar-thumb,
    .calc-side-panel .calc-info:hover::-webkit-scrollbar-thumb {
        border-radius: 10px;
        box-shadow: inset 0 0 0 10px rgba(0, 0, 0, 0.3)
    }

    .calc-side-panel .calc-info::-webkit-scrollbar-thumb:hover {
        box-shadow: inset 0 0 0 10px rgba(0, 0, 0, 0.7)
    }

    .calc-side-panel .calc-info::-webkit-scrollbar-corner {
        background-color: transparent
    }
}

.calc {
    display: block
}

.calc__panel {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    background: #f7f7f7;
    border-radius: 4px;
    transition: 0.3s ease background-color
}

.calc__panel_color_blue {
    background: #fff;
    color: #464646;
}

.calc__panel_color_blue .tooltip-button {
    border-color: #3da3eb
}

@media (max-width: 460px) {
    .calc__panel {
        border-radius: 0;
        margin-left: -15px;
        margin-right: -15px
    }
}

.calc__switch {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px
}

.calc__section {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding: 30px
}

.calc__section:first-child {
    border-top: 0
}

.calc__section:last-child {
    border-bottom: 0
}

.calc__group {
    margin-bottom: 20px;
    width: 100%
}

/*
.calc__group:before,
.calc__group:after {
    content: ' ';
    display: block
}
*/
.calc__group:after {
    clear: both
}

.calc__section>.calc__group:last-child {
    margin-bottom: 0
}

.calc__group_static {
    margin-bottom: 5px;
	background-image: url(/template/site/default/images/tochka.jpg);
    background-position: 0 65%;
    background-repeat: repeat no-repeat;
	display: flex;
	justify-content: space-between;
}

.calc__group_static>.calc__static {
    float: left;
    line-height: 22px
}

@media (min-width: 576px) {
    .calc__group_static>.calc__static {
		background-color: #fff;
        text-align: right
    }
}

.calc__group_static>.calc__label {
    margin-bottom: 0;
    float: left;
    line-height: 22px
}

@media (min-width: 576px) {
    .calc__group_static>.calc__label {
    }
}

.calc__group_result {
    text-align: center
}

.calc__group_result::before,
.calc__group_result::after {
    content: none
}

.calc__group_result>.calc__label {
    text-align: center
}

.calc__group+.calc__group_result {
    margin-top: 30px
}

@media (min-width: 576px) {
    .calc__group_result { display: flex;  justify-content: start; align-items: center; }
 }

 .calc__group_result>.calc__label { text-align: left; min-width: 210px; margin: 0; }
    .calc__group_result>.calc__label .form-label { font-size: 15px; line-height: 21px; font-weight: 400; color: #464646; }

    .calc__group_result>.calc__static {
        width: 40%;
        text-align: right
    }
}

.calc__group_result>.calc__label .form-label .nw { display: none; }
.calc__sum { font-size: 32px; color: #4580B4; font-weight: bold; }

@media (min-width: 768px) {

    .calc__group_result>.calc__label,
    .calc__group_result>.calc__static {
        vertical-align: middle
    }
}

.calc__static-info { padding: 20px 0; border-top: 1px solid #F0F0F0; }
.calc__static-info .form-label { font-size: 16px; background-color: #fff; padding: 0 7px 0 0!important; }

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

.calc__group_submit::before,
.calc__group_submit::after {
    content: none
}

.calc__group_submit_center {
    justify-content: center
}

.calc__reference-to-full {
    color: #fff
}

.calc__reference-to-full a {
    color: inherit
}

.calc__control {
    width: 78%;
    float: left
}

.calc__control_checkbox,
.calc__control_radio-button {
    width: 100%
}
.calc__control_radio-button { margin-top: 10px; position: relative; z-index: 10; }


.calc__inputbox {
    width: 17%;
    margin-left: 5%;
	margin-top: -15px;
    float: left;
    text-align: center
}

.calc__input {  text-align: center; }

/* Убираем фон стрелок */
input[type="number"] {

}



.calc__title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.33333;
    margin-bottom: 1em
}

.calc__label {
    margin-bottom: 10px
}

.calc__label_disabled {
    opacity: 0.4
}

.calc__label_disabled .tooltip {
    pointer-events: none
}

.calc__label>* {
    font-weight: 400
}

.calc__form-label {
    text-align: left;
    font-size: 18px;
    line-height: 26px;
	font-weight: 600;
    padding: 10px 0 5px 0;
    display: inline-block;
	width: 100%;
}

#full-calc .calc__form-label { width: auto; }

.calc__form-label_center {
    text-align: center
}

.calc__more { display: flex; justify-content: center; width: 100%; }

.calc__result {
    text-align: left;
    background: #fff;
    display: inline-block;
    padding: 0.4em 0.4em;
    white-space: nowrap;
    min-width: 220px
}

.calc__result,
.calc__result * {
    line-height: 0.8
}

.calc__result small { font-size: 21px; color: #4580B4; }

.calc__floating {
    text-align: center;
    transition: 0.2s ease
}

@media (max-width: 991px) {
    .calc__floating.enabled {
        width: auto !important
    }
}

@media (min-width: 992px) {
    .calc__floating.enabled {
        padding-top: 40px;
        position: fixed;
        top: 52px
    }
}

@media (max-width: 991px) {
    .calc-fixed-panel {
        position: fixed;
        left: 0;
        width: 100%;
        bottom: 0;
        background: #eee;
        padding: 1rem 1rem 2rem;
        border-top: 1px solid #ccc;
        z-index: 999;
    }

    .calc-fixed-panel .calc__group {
        width: auto;
        margin-bottom: 0
    }

    .calc-fixed-panel .calc__title {
        font-weight: normal;
        font-size: 1em;
        width: 100%;
        margin: 0
    }

    .calc-fixed-panel .calc__result {
        font-size: 1.6rem;
        padding: 0.8em 0.5em;
        min-width: 150px
    }

    .calc-fixed-panel .btn_xlarge {
        font-size: 1.5rem;
        height: auto;
        line-height: 1.5;
        padding: 0.5em 1em
    }

    .calc-fixed-panel__inner {
        max-width: 720px;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 1rem;
        justify-content: center
    }
}

@media (max-width: 575px) {
    .calc-fixed-panel .calc__result {
        font-size: 1.3rem;
        padding: 0.6em 0.5em;
        min-width: 10px
    }

    .calc-fixed-panel .btn_xlarge {
        font-size: 1rem;
        height: auto;
        line-height: 1.5;
        padding: 0.5em 1em
    }
}

.calc-more-button {
    font-size: 11px;
    line-height: 12px;
    padding: 2px 5px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 100px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: rgba(0, 0, 0, 0.7);
    transition: 0.3s ease
}

.calc-more-button span {
    transition: 0.3s ease;
    margin: 0 5px;
    width: 7px;
    height: 7px;
    border: 2px solid rgba(0, 0, 0, 0.5);
    border-width: 0 0 2px 2px;
    transform: rotate(-45deg) translate(1px, -1px)
}

.calc-more-button.isOpen span {
    transform: rotate(135deg) translate(1px, -1px)
}

.calc-more-button:hover { color: #000; background-color: #eee; }

.calc .checkbox,
.calc .-radio-inline {
    margin-left: 4px
}

.radio-inline {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.radio-inline .radio {
    margin-right: 4ch
}

.calc-info {
    margin: 20px auto 0
}

.calc-info__item {
    display: flex;
    margin: 10px 0
}

.calc-info__item:last-child {
    margin-bottom: 0
}

.calc-info__icon {
    flex-shrink: 0
}

.calc-info__icon svg {
    display: block
}

.calc-info__text {
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    margin-left: 10px
}

.tooltip-button {
    font-size: 14px;
    font-weight: 400;
    position: relative;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    cursor: help;
    background: #fff;
    color: #000
}

.v-popover {
    margin-left: 10px;
    margin-top: 3px;
    outline: none;
    display: inline
}

.v-popover .trigger {
    outline: none
}

.popover {
    z-index: 1300;
    max-width: 700px
}

.popover-inner {
    background: #fff;
    border: 2px solid #000;
    border-radius: 4px;
    padding: 20px;
    color: #000;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3)
}

.popover-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border: 8px solid transparent
}

[x-placement='right'] .popover-arrow {
    border-right-color: black;
    margin-left: -16px
}

[x-placement='bottom'] .popover-arrow {
    border-bottom-color: black;
    top: -16px
}

[x-placement='top'] .popover-arrow {
    border-top-color: black
}

.reviews .owl-stage-outer {
    margin-left: -10px;
    margin-right: -10px;
    padding: 5px 10px 15px
}

.reviews .owl-dots {
    height: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.reviews .owl-dot {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    background: #ffffff;
    border-radius: 50%;
    margin: 0 5px;
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.14), inset 0 1px 5px 0 rgba(0, 0, 0, 0.12), inset 0 3px 1px -2px rgba(0, 0, 0, 0.2)
}

.reviews .owl-dot.active {
    background: #2570b1
}

.reviews__item a {
    display: block;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2)
}

.reviews__item a:hover {
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3)
}

.reviews__item img {
    display: block;
    width: 100%
}

.reviews__item>img {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2)
}

@media (max-width: 459px) {
    .reviews__item {
        max-width: 200px;
        margin: auto
    }
}

.reviews__title {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    margin-top: 5px
}

.Clear {
    clear: both
}

.ClearFix:before,
.ClearFix:after {
    content: ' ';
    display: block
}

.ClearFix:after {
    clear: both
}

.text-center {
    text-align: center
}

.text-left,
.justifyleft {
    text-align: left
}

@media (max-width: 459px) {
    .hidden-xs {
        display: none !important
    }
}

.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all 0.25s ease
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all 0.25s ease
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    padding: 30px 0
}

.mfp-figure .mfp-close {
    right: -36px !important
}

#Offer .Label {
    width: 40%
}

@media (max-width: 459px) {
    #Offer .Label {
        width: 100%
    }
}

#Offer .Element {
    margin-right: 0
}

#Offer [readonly]:hover,
#Offer [readonly]:focus {
    box-shadow: 0 0 0 1px #ccc inset
}

#Offer .FormContent {
    display: flex;
    max-width: 1000px;
    margin: auto
}

#Offer .offer-info {
    width: 40%
}

#Offer .offer-info .form-control {
    font-size: 30px;
    border: none;
    background: none;
    box-shadow: none
}

#Offer .offer-form {
    width: 60%
}

@media (max-width: 991px) {
    #Offer .FormContent {
        display: block
    }

    #Offer .offer-info {
        width: 100%;
        margin-bottom: 20px
    }

    #Offer .offer-info .form-control {
        font-size: 18px;
        height: auto
    }

    #Offer .offer-info .FormLine {
        display: flex;
        align-items: baseline;
        padding-bottom: 0
    }

    #Offer .offer-form {
        width: 100%
    }
}

.footer-frame {
    background: #222;
    padding-top: 40px;
    padding-bottom: 20px;
    color: #fafafa;
    position: relative
}

.footer {
    color: #a6a6a6;
    font-size: 13px
}

.footer__col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    background: linear-gradient(to right, #888, #888 2px, transparent 2px, transparent) 0 100% repeat-x;
    background-size: 5px 2px;
    padding-top: 10px;
    padding-bottom: 25px
}

@media (min-width: 576px) {
    .footer__col {
        padding-right: 10px;
        padding-left: 10px
    }
}

@media (min-width: 1230px) {
    .footer__col {
        padding-right: 15px;
        padding-left: 15px
    }
}

.footer__col:first-child {
    padding-top: 0
}

@media (min-width: 992px) {
    .footer__col {
        background: none;
        padding-top: 0;
        padding-bottom: 0
    }

    .footer__col_one {
        width: 25%
    }

    .footer__col_two {
        width: 25%
    }

    .footer__col_three {
        width: 25%
    }

    .footer__col_four {
        width: 25%
    }
}

@media (min-width: 1230px) {
    .footer__col_one {
        width: 33.33333%
    }

    .footer__col_two {
        width: 16.66667%
    }

    .footer__col_three {
        width: 25%
    }

    .footer__col_four {
        width: 25%
    }
}

.footer__heading {
    display: block;
    width: 100%;
    height: auto;
    line-height: 22px;
    background: none;
    padding-top: 10px;
    text-align: left;
    vertical-align: middle;
    font-size: 22px;
    font-weight: 300;
    color: #a6a6a6;
    margin-bottom: 0.5em
}

.footer__separator {
    width: 100%;
    height: 3px;
    border: none;
    background: url(../images/BgDotted.png) repeat-x 0 -3px;
    opacity: 1;
    margin-top: 20px;
    display: none
}

@media (min-width: 992px) {
    .footer__separator {
        display: block
    }
}

.footer__copyrights {
    padding-top: 10px;
    padding-bottom: 40px;
    display: block;
    color: #a6a6a6
}

@media (min-width: 992px) {
    .footer__buttons {
        text-align: right
    }
}

.footer__button {
    padding-top: 15px;
    display: inline-block;
    margin-right: 30px
}

.footer__button+.footer__button {
    margin-left: -3px
}

.footer__button:last-child {
    margin-right: 0
}

.footer a {
    color: #fff
}

.footmenu {
    margin: 0
}

.footmenu__item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.footmenu__item>a {
    background: none;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
    vertical-align: middle;
    color: #a6a6a6
}

.footmenu__item>a:hover {
    color: #fafafa
}

.foot-list {
    list-style: disc;
    margin: 0;
    padding-left: 1.4em
}

.foot-list li {
    margin: 0;
    line-height: normal
}

.foot-list li::before {
    content: none
}

.Counter,
.fcounter {
    position: absolute;
    left: -9999px;
    bottom: 0
}

.slider {
    position: relative
}

.slider .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 60px;
    margin: -30px auto auto;
    pointer-events: none
}

@media (min-width: 1230px) {
    .slider .owl-nav {
        width: 1370px;
        max-width: 100%
    }
}

@media (max-width: 767px) {
    .slider .owl-nav {
        display: none
    }
}

.slider .owl-nav button.owl-prev,
.slider .owl-nav button.owl-next {
    pointer-events: all;
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff no-repeat 50% 50%;
    text-indent: -9999px;
    overflow: hidden;
    margin-top: -30px;
    transition: 0.3s ease
}

.slider .owl-nav button.owl-prev.disabled,
.slider .owl-nav button.owl-next.disabled {
    cursor: default;
    opacity: 0.5
}

.slider .owl-nav button.owl-prev {
    left: 15px;
    background-image: url("../images/slider-prev-blue.png");
    background-position-x: 45%
}

.slider .owl-nav button.owl-prev:hover {
    background-color: #31b950;
    background-image: url("../images/slider-prev.png")
}

.slider .owl-nav button.owl-next {
    right: 15px;
    background-image: url("../images/slider-next-blue.png");
    background-position-x: 55%
}

.slider .owl-nav button.owl-next:hover {
    background-color: #31b950;
    background-image: url("../images/slider-next.png")
}

.slider .owl-dots {
    position: absolute;
    display: flex;
    justify-content: center;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 10px;
    height: 10px
}

.slider button.owl-dot {
    width: 10px;
    height: 10px;
    margin-left: 5px;
    border-radius: 50%;
    background: #b9babb
}

.slider button.owl-dot.active {
    background: #92d050
}

.slide {
    padding: 48px 100px 55px;
    overflow: hidden;
    background: no-repeat 50% 50%;
    background-size: cover
}

.slide__title {
    margin-bottom: 25px;
    letter-spacing: -0.1em
}

.slide__title span {
    white-space: nowrap;
    display: inline-block;
    color: #000000;
    font-size: 50px;
    line-height: 1;
    padding: 24px 30px;
    background: rgba(255, 255, 255, 0.85)
}

.slide__content {
    display: flex
}

.slide__list {
    background: rgba(255, 255, 255, 0.85);
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.9;
    list-style: none;
    padding: 16px 30px;
    margin: 0
}

.slide__list li {
    background: url("../images/list-check-blue.png") no-repeat 0 12.5px;
    padding-left: 37px
}

.slide__tape {
    background: url("../images/slider-tape.png");
    background-size: 100% 100%;
    width: 191px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    margin-left: 22px
}

.slide__tape span {
    color: #ffffff;
    font-size: 45px;
    line-height: 1
}

.slide__tape span small {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase
}

.slide__tape b {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    line-height: 1;
    text-transform: uppercase
}

.slide__button {
    margin-top: 25px
}

.slide__title {
    transform: translateY(-200%)
}

.slide__list {
    transform: translateX(-300%)
}

.slide__tape {
    transform: translateX(300%)
}

.slide__button {
    transform: translateY(200%)
}

.slide__title,
.slide__list,
.slide__tape,
.slide__button {
    transition: 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    opacity: 0
}

.active .slide__title,
.active .slide__list,
.active .slide__tape,
.active .slide__button {
    transform: translate(0);
    opacity: 1
}

@media (max-width: 991px) {
    .slide__title {
        margin-bottom: 15px
    }

    .slide__title span {
        font-size: 32px;
        padding: 18px 15px
    }

    .slide__list {
        font-size: 15px;
        padding: 10px 15px
    }

    .slide__list li {
        background-position-y: 6.5px;
        padding-left: 27px
    }

    .slide__tape {
        width: 191px;
        height: auto;
        margin-left: 18px
    }

    .slide__tape span {
        font-size: 36px
    }

    .slide__tape span small {
        font-size: 18px
    }

    .slide__tape b {
        font-size: 18px
    }

    .slide__button {
        margin-top: 15px
    }
}

@media (max-width: 767px) {
    .slide {
        padding: 30px 10px
    }

    .slide__title span {
        font-size: 22px;
        padding: 18px 15px;
        white-space: normal;
        display: block
    }

    .slide__content {
        display: block
    }

    .slide__list {
        font-size: 15px;
        padding: 10px 15px
    }

    .slide__list li {
        background-position-y: 6.5px;
        padding-left: 27px
    }

    .slide__tape {
        margin-left: 0;
        margin-top: 10px;
        height: auto
    }

    .slide__tape span {
        font-size: 36px
    }

    .slide__tape span small {
        font-size: 18px
    }

    .slide__tape b {
        font-size: 18px
    }

    .slide__button {
        margin-top: 15px
    }
}

.case__heading {
    font-size: 32px;
    font-weight: 300;
    line-height: 1.1;
    margin-bottom: 20px
}

.case__cover-image {
    display: block;
    width: 100%;
    min-height: 100px;
    -o-object-fit: cover;
    object-fit: cover
}

.case__item {
    width: 100%;
    background: #f8f8f8;
    padding: 30px 40px 40px 30px;
    margin-bottom: 30px
}

.case__item_task {
    background: #fcf1f1
}

.case__item_solve,
.case__item_result {
    background: #f1f9e9
}

.case__title {
    font-size: 28px;
    font-weight: 300;
    overflow: hidden;
    line-height: 1.1;
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.case__title::before {
    flex-shrink: 0;
    content: '';
    width: 55px;
    height: 55px;
    background: url("/template/site/default/images/icon-currency.png");
    float: left;
    margin-right: 10px
}

.case__item_task .case__title {
    color: #de4949
}

.case__item_solve .case__title,
.case__item_result .case__title {
    color: #84d03d
}

.case__item_task .case__title::before {
    background: url("/template/site/default/images/icon-task.png")
}

.case__item_solve .case__title::before {
    background: url("/template/site/default/images/icon-solve.png")
}

.case__item_result .case__title::before {
    background: url("/template/site/default/images/icon-result.png")
}

.case__desc {
    font-size: 15px;
    line-height: 28px
}

.case__estimate {
    margin: 0;
    padding: 0;
    line-height: 1.1
}

.case__estimate dt {
    color: #666666;
    margin: 0;
    padding: 10px 0 0
}

.case__estimate dd {
    color: #000000;
    margin: 0;
    border-bottom: 1px solid #e2e2e2;
    padding: 0 0 10px
}

.case__estimate dd:last-child {
    padding-bottom: 0;
    border-bottom: none
}

.case__estimate :nth-last-child(1),
.case__estimate :nth-last-child(2) {
    font-weight: 700
}

@media (min-width: 992px) {
    .case__cover {
        margin-bottom: 30px
    }

    .case__iteration {
        display: flex;
        flex-wrap: wrap
    }

    .case__item {
        width: calc(50% - 15px)
    }

    .case__item_task {
        order: 1
    }

    .case__item_solve {
        order: 2;
        margin-left: 30px
    }

    .case__item_cost {
        order: 3
    }

    .case__item_result {
        order: 4;
        margin-left: 30px
    }

    .case__title {
        margin-bottom: 20px
    }

    .case__estimate {
        display: flex;
        flex-wrap: wrap
    }

    .case__estimate dt,
    .case__estimate dd {
        width: 50%;
        border-bottom: 1px solid #e2e2e2 !important;
        margin: 0;
        padding: 10px 0
    }

    .case__estimate dt {
        padding-right: 5px
    }

    .case__estimate dd {
        padding-left: 5px
    }
}

body .vue-slider-component::before,
body .vue-slider-component::after {
    content: '';
    width: 15px;
    height: 5px;
    position: absolute;
    top: 14px
}

body .vue-slider-component::before {
    left: 0;
    border-radius: 10px 0 0 10px;
    background: #31b950;
}

body .vue-slider-component::after {
    right: 0;
    border-radius: 0 10px 10px 0;
    background: rgba(49, 185, 80, 0.2);
    border-left: none;
}

body .vue-slider-component.vue-slider-has-label {
    margin: 0
}

body .vue-slider-component .vue-slider-dot {
    border: none;
    background: transparent;
    cursor: pointer;
    border-radius: 100px;
	width: 22px!important;
    height: 22px!important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

body .vue-slider-component .vue-slider {
    background: rgba(49, 185, 80, 0.2);
	height: 5px!important;
}

body .vue-slider-component .vue-slider-tooltip {
    color: #31B950;
    font-size: 13px;
    line-height: 19px;
    text-shadow: none;
	background-color: #fff;
	border: none;
}

body .vue-slider-component .vue-slider-tooltip::before {
    content: none !important
}

body .vue-slider-component.vue-slider-horizontal .vue-slider-process {
    background: #31b950;
    height: 5px;
    border-radius: 0 !important
}

body .vue-slider-component .vue-slider-piecewise-item {
    display: none
}

body .vue-slider-component .vue-slider-piecewise-item:first-child {
    display: block;
    left: 0 !important
}

body .vue-slider-component .vue-slider-piecewise-item:last-child {
    display: block;
    left: auto !important;
    right: 0 !important
}

body .vue-slider-component .vue-slider-piecewise-item>span {
    position: absolute;
    color: #ADADAD;
    font-size: 13px;
    line-height: 19px;
    text-shadow: none;
    top: -36px;
    left: -9px;
    padding: 1px 5px;
    background: #fff;
}

body .vue-slider-component .vue-slider-piecewise-item:last-child>span {
    left: auto;
    right: -13px
}

body .vue-slider-component .vue-slider-tooltip-wrap.vue-slider-tooltip-top { top: -6px!important; }
body .vue-slider-component .vue-slider-dot .vue-slider-dot-handle { background-color: #31b950; box-shadow: none; }

.switch {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 190px;
    height: 40px;
    border-radius: 20px;
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.03);
    cursor: pointer
}

.switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.switch-label {
    position: relative;
    display: block;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    background: #eceeef;
    border-radius: inherit;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
    transition: 0.5s ease-out;
    transition-property: opacity, background
}

.switch-label:before,
.switch-label:after {
    position: absolute;
    top: 50%;
    margin-top: -.45em;
    line-height: 1;
    transition: inherit
}

.switch-label:before {
    content: attr(data-off);
    right: 1em;
    color: #aaaaaa;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5)
}

.switch-label:after {
    content: attr(data-on);
    left: 1em;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    opacity: 0
}

.switch-input:checked~.switch-label {
    background: #47a8d8;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2)
}

.switch-input:checked~.switch-label:before {
    opacity: 0
}

.switch-input:checked~.switch-label:after {
    opacity: 1
}

.switch-handle {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    background: white linear-gradient(to bottom, white 40%, #f0f0f0);
    transition: left 0.5s ease-out
}

.switch-handle::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -16px 0 0 -16px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
    background: #f9f9f9 linear-gradient(to bottom, #eee, white)
}

.switch-input:checked~.switch-handle {
    left: 151px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2)
}

.fade {
    opacity: 0;
    transition: opacity 0.15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-property: height, visibility;
    transition-duration: 0.35s;
    transition-timing-function: ease
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1401;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out
}

.modal.in .modal-dialog {
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1400;
    background-color: #2570b1
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header:before,
.modal-header:after {
    content: ' ';
    display: block
}

.modal-header:after {
    clear: both
}

.modal .close {
    margin-top: -2px;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    border: none;
    z-index: 99;
    cursor: pointer;
    outline: none !important
}

.modal-title {
    margin: 0;
    line-height: 1.8
}

.modal-body {
    position: relative;
    padding: 15px
}
.modal-body .calc__static-info { margin-top: 40px; }


.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer:before,
.modal-footer:after {
    content: ' ';
    display: block
}

.modal-footer:after {
    clear: both
}

.modal-footer .btn+.btn,
.modal-footer .btn-submit+.btn,
.modal-footer .MainButton+.btn,
.modal-footer .text-entry__readmore-link+.btn,
.modal-footer .btn+.btn-submit,
.modal-footer .btn-submit+.btn-submit,
.modal-footer .MainButton+.btn-submit,
.modal-footer .text-entry__readmore-link+.btn-submit,
.modal-footer .btn+.MainButton,
.modal-footer .btn-submit+.MainButton,
.modal-footer .MainButton+.MainButton,
.modal-footer .text-entry__readmore-link+.MainButton,
.modal-footer .btn+.text-entry__readmore-link,
.modal-footer .btn-submit+.text-entry__readmore-link,
.modal-footer .MainButton+.text-entry__readmore-link,
.modal-footer .text-entry__readmore-link+.text-entry__readmore-link {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn,
.modal-footer .btn-group .btn-submit+.btn,
.modal-footer .btn-group .MainButton+.btn,
.modal-footer .btn-group .text-entry__readmore-link+.btn,
.modal-footer .btn-group .btn+.btn-submit,
.modal-footer .btn-group .btn-submit+.btn-submit,
.modal-footer .btn-group .MainButton+.btn-submit,
.modal-footer .btn-group .text-entry__readmore-link+.btn-submit,
.modal-footer .btn-group .btn+.MainButton,
.modal-footer .btn-group .btn-submit+.MainButton,
.modal-footer .btn-group .MainButton+.MainButton,
.modal-footer .btn-group .text-entry__readmore-link+.MainButton,
.modal-footer .btn-group .btn+.text-entry__readmore-link,
.modal-footer .btn-group .btn-submit+.text-entry__readmore-link,
.modal-footer .btn-group .MainButton+.text-entry__readmore-link,
.modal-footer .btn-group .text-entry__readmore-link+.text-entry__readmore-link {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-sm {
        width: 300px
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3)
    }
}

@media (min-width: 768px) {
    .modal-lg {
        width: 900px
    }

    .modal-max {
        width: 98%
    }
}

.fancybox-bg {
    background: #2570b1
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.5
}

.mb20 {
    margin-bottom: 20px
}

.mb40 {
    margin-bottom: 40px
}

@media (max-width: 1229px) {
    .lte-lg-mt40 {
        margin-top: 40px
    }
}

.nw {
    white-space: nowrap
}

.pluses {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.pluses .icon-plus {
    margin: 0 1ch;
    flex-shrink: 0
}

@media (max-width: 767px) {
    .pluses {
        flex-direction: column;
        text-align: center
    }
}

.panel {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    padding: 20px;
    background: #6bb9f0;
    color: #ffffff
}

.guarantees {
    font-size: 18px
}

.guarantees ul>li {
    line-height: 30px
}

ol.stat-list {
    list-style-type: none
}

.checkbox-accept {
    display: flex;
    align-items: center
}

.checkbox-accept input {
    flex-shrink: 0;
    margin: 0 10px 0 0
}

.checkbox-accept label {
    font-size: 0.8em
}

.is-accordion,
[data-accordion] {
    cursor: pointer
}

.is-accordion>span,
[data-accordion]>span {
    border-bottom: 1px dotted currentColor
}

.our-docs-block {
    padding-left: 30px;
    padding-right: 30px
}

.dev-warn {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 999999999999999;
    background: rgba(0, 0, 0, 0.5);
    padding: 1px 5px;
    font-size: 10px;
    line-height: 14px;
    color: white;
    border-radius: 5px 5px 0 0;
    animation-name: devwarn;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    will-change: auto
}

@keyframes devwarn {
    0% {
        background-color: rgba(0, 0, 0, 0.9)
    }

    50% {
        background-color: rgba(255, 0, 0, 0.9)
    }

    100% {
        background-color: rgba(0, 0, 0, 0.9)
    }
}