

/* Start:/test2/static/css/main.css?169477763359056*/
/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');*/
/* font-family: "MuseoSansRegular"; */
@font-face {
    font-family: "MuseoSansRegular";
    src: url("/test2/static/fonts/MuseoSansRegular/MuseoSansRegular.eot");
    src: url("/test2/static/fonts/MuseoSansRegular/MuseoSansRegular.eot?#iefix") format("embedded-opentype"),
    url("/test2/static/fonts/MuseoSansRegular/MuseoSansRegular.woff") format("woff"),
    url("/test2/static/fonts/MuseoSansRegular/MuseoSansRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "MuseoSansBold"; */
@font-face {
    font-family: "MuseoSansBold";
    src: url("/test2/static/fonts/MuseoSansBold/MuseoSansBold.eot");
    src: url("/test2/static/fonts/MuseoSansBold/MuseoSansBold.eot?#iefix") format("embedded-opentype"),
    url("/test2/static/fonts/MuseoSansBold/MuseoSansBold.woff") format("woff"),
    url("/test2/static/fonts/MuseoSansBold/MuseoSansBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
}
/* font-family: "MuseoSansLight"; */
@font-face {
    font-family: "MuseoSansLight";
    src: url("/test2/static/fonts/MuseoSansLight/MuseoSansLight.eot");
    src: url("/test2/static/fonts/MuseoSansLight/MuseoSansLight.eot?#iefix") format("embedded-opentype"),
    url("/test2/static/fonts/MuseoSansLight/MuseoSansLight.woff") format("woff"),
    url("/test2/static/fonts/MuseoSansLight/MuseoSansLight.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
}
/* font-family: "MuseoSansMedium"; */
@font-face {
    font-family: "MuseoSansMedium";
    src: url("/test2/static/fonts/MuseoSansMedium/MuseoSansMedium.eot");
    src: url("/test2/static/fonts/MuseoSansMedium/MuseoSansMedium.eot?#iefix") format("embedded-opentype"),
    url("/test2/static/fonts/MuseoSansMedium/MuseoSansMedium.woff") format("woff"),
    url("/test2/static/fonts/MuseoSansMedium/MuseoSansMedium.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
}

/* PARTIALS */
@font-face {
    font-family: 'MuseoSansCyrlBold';
    src: url("/test2/static/fonts/MuseoSansCyrl_500.eot");
    src: url("/test2/static/fonts/MuseoSansCyrl_500.eot?#iefix") format("embedded-opentype"),
    url("/test2/static/fonts/MuseoSansCyrl_500.woff") format("woff"),
    url("/test2/static/fonts/MuseoSansCyrl_500.ttf") format("truetype"),
    url("/test2/static/fonts/MuseoSansCyrl_500.svg#MuseoSansCyrl_500") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display:swap;
}

@font-face {
    font-family: 'MuseoSansCyrl';
    src: url("/test2/static/fonts/MuseoSansCyrl_300.eot");
    src: url("/test2/static/fonts/MuseoSansCyrl_300.eot?#iefix") format("embedded-opentype"),
    url("/test2/static/fonts/MuseoSansCyrl_300.woff") format("woff"),
    url("/test2/static/fonts/MuseoSansCyrl_300.ttf") format("truetype"),
    url("/test2/static/fonts/MuseoSansCyrl_300.svg#MuseoSansCyrl_300") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display:swap;
}
@font-face {
    font-family: 'MuseoSansCyrlSuperBold';
    src: url("/test2/static/fonts/MuseoSansCyrl_700.eot");
    src: url("/test2/static/fonts/MuseoSansCyrl_700.eot?#iefix") format("embedded-opentype"),
    url("/test2/static/fonts/MuseoSansCyrl_700.woff") format("woff"),
    url("/test2/static/fonts/MuseoSansCyrl_700.ttf") format("truetype"),
    url("/test2/static/fonts/MuseoSansCyrl_700.svg#MuseoSansCyrl_700") format("svg");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Als-Rubl";
    src: url("/test2/static/fonts/AlsRubl/alsrubl-webfont.eot");
    src: url("/test2/static/fonts/AlsRubl/alsrubl-webfont.eot?#iefix") format("embedded-opentype"),
    url("/test2/static/fonts/AlsRubl/alsrubl-webfont.woff") format("woff"),
    url("/test2/static/fonts/AlsRubl/alsrubl-webfont.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body,
html {
    margin: 0;
    width: 100%;
    min-width: 320px;
    line-height: 1;
    font-family: "MuseoSansRegular";
}
body {
    overflow-x: hidden;
}
* {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
*:before,
*:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
address {
    font-style: normal;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
*:focus {
    outline: none;
}
b,
strong {
    /*font-weight: bold;*/
    font-weight: normal;
    font-family: "MuseoSansCyrlBold";
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}
mark {
    background: #7accb7;
    color: #146651;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
    max-width: 100%;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
.honors-list a {
    color: #3DAFCC;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
html {
    -webkit-font-smoothing: antialiased;
}
body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}
body.no-scroll {
    overflow: hidden;
}
@media only screen and (max-width: 767px) {
    body {
        display: block;
    }
}
.bx-ie body {
    height: 100vh;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.container {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
    .container {
        padding: 0 45px;
    }
}
@media only screen and (max-width: 767px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (min-width: 1025px) {
    .grid {
        overflow: hidden;
    }
    .g-row {
        font-size: 0;
        margin: 0 -13px;
    }
    .g-col-d-1 {
        width: 8.33333333%;
        padding: 0 13px;
        display: inline-block;
        vertical-align: top;
    }
    .g-col-d-2 {
        width: 16.66666667%;
        padding: 0 13px;
        display: inline-block;
        vertical-align: top;
    }
    .g-col-d-3 {
        width: 25%;
        padding: 0 13px;
        display: inline-block;
        vertical-align: top;
    }
    .g-col-d-4 {
        width: 33.33333333%;
        padding: 0 13px;
        display: inline-block;
        vertical-align: top;
    }
    .g-col-d-5 {
        width: 41.66666667%;
        padding: 0 13px;
        display: inline-block;
        vertical-align: top;
    }
    .g-col-d-6 {
        width: 50%;
        padding: 0 13px;
        display: inline-block;
        vertical-align: top;
    }
    .g-col-d-7 {
        width: 58.33333333%;
        padding: 0 13px;
        display: inline-block;
        vertical-align: top;
    }
    .g-col-d-8 {
        width: 66.66666667%;
        padding: 0 13px;
        display: inline-block;
        vertical-align: top;
    }
    .g-col-d-9 {
        width: 75%;
        padding: 0 13px;
        display: inline-block;
        vertical-align: top;
    }
    .g-col-d-10 {
        width: 83.33333333%;
        padding: 0 13px;
        display: inline-block;
        vertical-align: top;
    }
    .g-col-d-11 {
        width: 91.66666667%;
        padding: 0 13px;
        display: inline-block;
        vertical-align: top;
    }
    .g-col-d-12 {
        width: 100%;
        padding: 0 13px;
        display: inline-block;
        vertical-align: top;
    }
}
@media (max-width: 1024px) {
    .g-col-s-1 {
        width: 8.33333333%;
        padding: 0 13px;
        display: inline-block;
        vertical-align: top;
    }
    .g-col-s-2 {
        width: 16.66666667%;
        padding: 0 13px;
        display: inline-block;
        vertical-align: top;
    }
    .g-col-s-3 {
        width: 25%;
        padding: 0 13px;
        display: inline-block;
        vertical-align: top;
    }
    .g-col-s-4 {
        width: 33.33333333%;
        padding: 0 13px;
        display: inline-block;
        vertical-align: top;
    }
    .g-col-s-5 {
        width: 41.66666667%;
        padding: 0 13px;
        display: inline-block;
        vertical-align: top;
    }
    .g-col-s-6 {
        width: 50%;
        padding: 0 13px;
        display: inline-block;
        vertical-align: top;
    }
    .g-col-s-7 {
        width: 58.33333333%;
        padding: 0 13px;
        display: inline-block;
        vertical-align: top;
    }
    .g-col-s-8 {
        width: 66.66666667%;
        padding: 0 13px;
        display: inline-block;
        vertical-align: top;
    }
    .g-col-s-9 {
        width: 75%;
        padding: 0 13px;
        display: inline-block;
        vertical-align: top;
    }
    .g-col-s-10 {
        width: 83.33333333%;
        padding: 0 13px;
        display: inline-block;
        vertical-align: top;
    }
    .g-col-s-11 {
        width: 91.66666667%;
        padding: 0 13px;
        display: inline-block;
        vertical-align: top;
    }
    .g-col-s-12 {
        width: 100%;
        padding: 0 13px;
        display: inline-block;
        vertical-align: top;
    }
}
@media (max-width: 768px) {
    .g-col-m-1 {
        width: 8.33333333%;
        padding: 0 13px;
        display: inline-block;
        vertical-align: top;
    }
    .g-col-m-2 {
        width: 16.66666667%;
        padding: 0 13px;
        display: inline-block;
        vertical-align: top;
    }
    .g-col-m-3 {
        width: 25%;
        padding: 0 13px;
        display: inline-block;
        vertical-align: top;
    }
    .g-col-m-4 {
        width: 33.33333333%;
        padding: 0 13px;
        display: inline-block;
        vertical-align: top;
    }
    .g-col-m-5 {
        width: 41.66666667%;
        padding: 0 13px;
        display: inline-block;
        vertical-align: top;
    }
    .g-col-m-6 {
        width: 50%;
        padding: 0 13px;
        display: inline-block;
        vertical-align: top;
    }
    .g-col-m-7 {
        width: 58.33333333%;
        padding: 0 13px;
        display: inline-block;
        vertical-align: top;
    }
    .g-col-m-8 {
        width: 66.66666667%;
        padding: 0 13px;
        display: inline-block;
        vertical-align: top;
    }
    .g-col-m-9 {
        width: 75%;
        padding: 0 13px;
        display: inline-block;
        vertical-align: top;
    }
    .g-col-m-10 {
        width: 83.33333333%;
        padding: 0 13px;
        display: inline-block;
        vertical-align: top;
    }
    .g-col-m-11 {
        width: 91.66666667%;
        padding: 0 13px;
        display: inline-block;
        vertical-align: top;
    }
    .g-col-m-12 {
        width: 100%;
        padding: 0 13px;
        display: inline-block;
        vertical-align: top;
    }
}
@media (max-width: 425px) {
    .g-col-x-1 {
        width: 8.33333333%;
        padding: 0 13px;
        display: inline-block;
        vertical-align: top;
    }
    .g-col-x-2 {
        width: 16.66666667%;
        padding: 0 13px;
        display: inline-block;
        vertical-align: top;
    }
    .g-col-x-3 {
        width: 25%;
        padding: 0 13px;
        display: inline-block;
        vertical-align: top;
    }
    .g-col-x-4 {
        width: 33.33333333%;
        padding: 0 13px;
        display: inline-block;
        vertical-align: top;
    }
    .g-col-x-5 {
        width: 41.66666667%;
        padding: 0 13px;
        display: inline-block;
        vertical-align: top;
    }
    .g-col-x-6 {
        width: 50%;
        padding: 0 13px;
        display: inline-block;
        vertical-align: top;
    }
    .g-col-x-7 {
        width: 58.33333333%;
        padding: 0 13px;
        display: inline-block;
        vertical-align: top;
    }
    .g-col-x-8 {
        width: 66.66666667%;
        padding: 0 13px;
        display: inline-block;
        vertical-align: top;
    }
    .g-col-x-9 {
        width: 75%;
        padding: 0 13px;
        display: inline-block;
        vertical-align: top;
    }
    .g-col-x-10 {
        width: 83.33333333%;
        padding: 0 13px;
        display: inline-block;
        vertical-align: top;
    }
    .g-col-x-11 {
        width: 91.66666667%;
        padding: 0 13px;
        display: inline-block;
        vertical-align: top;
    }
    .g-col-x-12 {
        width: 100%;
        padding: 0 13px;
        display: inline-block;
        vertical-align: top;
    }
}

.btn {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    padding: 10px 15px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    outline: none;
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.btn_yellow-big, .btn_blue-big {
    display: inline-block;
    min-width: 180px;
    padding: 20px 40px 21px;
    font-size: 18px;
    border: none;
    font-family: "MuseoSansCyrlBold";
    text-decoration: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.btn_yellow-big {
    color: #1f282c;
    background-color: #f2c400;
}
.btn_yellow-big, .btn_blue-big {
    border-radius: 4px !important;
}

.btn_yellow-mid,
.btn_blue-mid {
    display: inline-block;
    min-width: 180px;
    padding: 10px 30px 10px;
    font-size: 18px;
    line-height: 23px;
    border: none;
    font-family: "MuseoSansCyrlBold";
    text-decoration: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
@media only screen and (max-width: 1024px) {
    .btn_yellow-mid,
    .btn_blue-mid {
        font-size: 20px;
        line-height: 42px;
    }
}
.btn_yellow-mid {
    color: #1f282c;
    background-color: #f2c400;
}
.btn_yellow-mid:hover {
    background-color: #ffd800;
}
.btn_yellow-mid:active {
    background-color: #ffd800;
    -webkit-transition: none;
    transition: none;
}
.btn_blue-mid {
    color: #fff;
    background-color: #3DAFCC;
}
.btn_blue-mid:hover {
    background-color: #34c9de;
}
.btn_blue-mid:active {
    background-color: #3DAFCC;
    -webkit-transition: none;
    transition: none;
}


.popup {
    opacity: 0;
    visibility: hidden;
    z-index: -10;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    background: rgba(136, 168, 173, 0.75);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.popup.is-active {
    visibility: visible;
    opacity: 1;
    z-index: 100;
}
.popup.is-active .popup__wrap {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.popup_wide .popup__wrap {
    top: 50px;
    width: auto;
    max-height: none;
    max-width: none;
}
.popup_wide .popup__body {
    margin-bottom: 50px;
    padding: 15px;
}
.popup_slim .popup__wrap {
    /*width: 410px;*/
    max-height: 745px;
}
.popup-cols-wrap {
    display: flex;
}
.popup-col {
    flex: 50%;
    padding: 0 15px 0 0;
}
.popup-input input {
    padding: 8px 24px;
    max-width: 100%;
    height: 40px;
    width: 100%;
    margin-bottom: 24px;
    border: 1px solid #E3E4E5;
    border-radius: 8px !important;
    font-size: 16px;
    background-color: #fff;
}
.popup__wrap .btn {
    /*height: 48px;*/
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px !important;
    background: #F2C400;
    color: #1F282C;
    border: none;
    width: 100%;
}
body .mod-top-m20 {
    margin-top: 20px;
}
.popup-close {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    background: #E3E4E5;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 32px;
    top: 24px;
    z-index: 22;
    position: absolute;
    cursor: pointer;
}
.popup-close img {
    height: 16px;
    width: 16px;
}
.popup__wrap .personal-notice {
    font-size: 10px
}
@media only screen and (max-width: 767px) {
    .popup_slim .popup__wrap {
        width: 320px;
    }
}
.popup__wrap {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    position: absolute;
    top: 50px;
    left: 50px;
    right: 50px;
    bottom: 50px;
    margin: auto;
    width: 770px;
    max-height: 560px;
    z-index: 101;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
@media only screen and (max-width: 1024px) {
    .popup__wrap {
        left: 0;
        right: 0;
        width: 700px;
    }
}

@media only screen and (max-width: 767px) {
    .popup__wrap {
        width: 360px;
    }
    .popup__half{
        padding: 40px 30px;
    }
    .to-left img{
        left: -25px !important;
        top: 3px;
    }
}
@media (max-width: 425px) {
    .popup__wrap {
        width: 360px;
    }
    .popup__half{
        padding: 40px 30px !important;
    }
}
@media (max-width: 375px) {
    .popup__wrap {
        width: 360px;
    }
}
@media (max-width: 320px) {
    .popup__wrap {
        width: 320px;
    }
}
.popup__close {
    display: block;
    position: absolute;
    top: 30px;
    right: 25px;
    width: 18px;
    height: 18px;
    background: no-repeat center url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2016.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2217.991px%22%20height%3D%2217.991px%22%20viewBox%3D%220%200%2017.991%2017.991%22%20enable-background%3D%22new%200%200%2017.991%2017.991%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%233B3B3B%22%20d%3D%22M17.991%2C0.817L17.173%2C0L8.996%2C8.178L0.818%2C0L0%2C0.817l8.178%2C8.178L0%2C17.174l0.818%2C0.817l8.178-8.178%0D%0A%09l8.178%2C8.178l0.818-0.817L9.813%2C8.996L17.991%2C0.817z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
    background-size: 100% 100%;
    opacity: 0.6;
    cursor: pointer;
}
.popup__close:hover {
    opacity: 1;
}
.popup__head {
    margin-bottom: 20px;
}
.popup__body {
    margin-bottom: 50px;
    padding: 24px 32px;
    background: #fff;
    border-radius: 8px;
}
@media only screen and (max-width: 767px) {
    .popup__body {
        padding: 40px 20px;
    }
}
.popup__body.has-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    padding: 0;
    overflow: hidden;
}
@media only screen and (max-width: 767px) {
    .popup__body.has-columns {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        float: none;
    }
}
.popup__half {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    float: left;
    width: 50%;
    padding: 40px;
}
.popup__half.has-blue-bg {
    background-color: #ebf8fa;
}
@media only screen and (max-width: 767px) {
    .popup__half {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: auto;
        padding: 40px 20px;
    }
}
.popup__title {
    margin: 15px 0 34px;
    color: #38454c;
    font-size: 32px;
    font-weight: 400;
}
@media only screen and (max-width: 1024px) {
    .popup__title {
        font-size: 25px;
    }
}
.popup__form {
    margin: 0 auto;
}
.popup__btn {
    display: block;
    width: 100%;
    padding: 12px 15px 14px;
}
.popup__submitted {
    margin: 87px 0;
    text-align: center;
}
.popup__submitted ._title {
    margin: 20px 0;
    font-size: 20px;
    font-weight: 500;
}
.popup__submitted ._note {
    font-size: 16px;
}
.popup .form__line {
    margin: 15px 0;
}
.popup .form__input {
    border-bottom-color: #dbebee;
}
.popup .form__input.has-text span {
    top: 4px;
    left: 0;
    font-size: 12px;
}
@media only screen and (max-width: 1024px) {
    .popup .form__input.has-text span {
        font-size: 15px;
    }
}
.popup .form__input.input-error {
    color: red;
    border-bottom-color: red;
}
.popup .form__input.input-error span {
    color: red;
}
.popup .form__input input {
    padding: 23px 20px 10px;
    font-size: 15px;
    font-weight: 400;
    background-color: #fff;
}
.popup .form__input input:focus {
    background-color: #ebf8fa;
}
@media only screen and (max-width: 1024px) {
    .popup .form__input input {
        padding: 28px 20px 12px 0;
        font-size: 18px;
    }
}
.popup .form__input span {
    left: 20px;
    top: 20px;
    color: #858b8e;
    font-size: 15px;
    font-weight: 400;
}
@media only screen and (max-width: 1024px) {
    .popup .form__input span {
        left: 0;
        font-size: 18px;
    }
}
.popup .prices__summ {
    margin: 0;
    padding: 0;
    background: none;
}
.popup .prices__summ-total {
    padding: 18px 0 30px;
}
.popup .prices__summ-set {
    padding: 30px 0 0;
}
.popup .prices__summ-details {
    background: none;
}
@media only screen and (max-width: 1024px) {
    .popup .prices__summ-details li {
        font-size: 20px;
    }
}
.popup .prices__summ-details .to-left {
    background-color: #ebf8fa;
}
.popup .prices__summ-details .to-right {
    background-color: #ebf8fa;
}

.form {
    color: #38454c;
}
.form.has-white-txt {
    color: #fff;
}
.form.has-white-txt .form__input {
    border-bottom-color: #fff;
}
.form.has-white-txt .form__input input {
    background: transparent;
}
.form.has-white-txt .form__input input:focus {
    background-color: rgba(255, 255, 255, 0.14);
}
.form.has-blue-txt {
    color: #2c363c;
    padding-right: 60px;
    padding-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
    .form.has-blue-txt {
        padding-right: 0;
        max-width: 510px;
        margin-left: auto;
        margin-right: auto;
    }
}
.form.has-blue-txt .form__input {
    border-bottom-color: #79d0db;
    margin-top: 10px;
}
.form.has-blue-txt .form__input input {
    background: transparent;
    font-weight: normal;
    font-size: 15px;
    padding: 30px 25px 9px;
}
.form.has-blue-txt .form__input input:focus {
    background-color: rgba(46, 177, 196, 0.14);
}
.form.has-blue-txt .form__input span {
    left: 3px;
    font-size: 15px;
    font-weight: normal;
}
.form.has-blue-txt .form__input.has-text span {
    left: 25px;
    font-size: 12px;
    font-weight: 300;
}
.form.has-blue-txt .mod-top-m40 {
    margin-top: 35px;
}
.form.has-blue-txt .btn.btn_link {
    color: #3DAFCC;
    padding-left: 25px;
}
@media only screen and (max-width: 1024px) {
    .form.has-blue-txt .btn.btn_link {
        display: none;
    }
}
.form.has-blue-txt .btn.btn_link:hover {
    text-decoration: none;
}
@media only screen and (max-width: 1024px) {
    .form.has-blue-txt .btn_yellow-big {
        min-width: 220px;
    }
}
@media only screen and (max-width: 767px) {
    .form.has-blue-txt .btn_yellow-big {
        display: block;
        width: 100%;
    }
}
.form__finfsh {
    display: none;
}
.form.is-submitted .form__start {
    display: none;
}
.form.is-submitted .form__finfsh {
    display: block;
}
.form__line {
    margin: 40px 0 20px;
}

.form__line:last-child {
    margin-top: 57px;
}

.form__line:after {
    content: "";
    display: table;
    clear: both;
}
.form__title {
    font-size: 22px;
    color: #38454c;
    font-weight: 500;
    margin-bottom: 35px;
}
@media only screen and (max-width: 1024px) {
    .form__title {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .form__title {
        line-height: 1.5;
    }
}
.form__input {
    display: block;
    position: relative;
    text-align: left;
    border-bottom: 1px solid #00c9e2;
}
.form__input.has-text span {
    top: 7px;
    font-size: 12px;
    font-weight: 100;
}
.form__input.has-error {
    color: red;
}
.form__input input {
    display: block;
    position: relative;
    width: 100%;
    padding: 32px 25px 18px;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    background-color: rgba(0, 201, 226, 0.12);
    border: none;
    z-index: 1;
}
.form__input input:focus {
    background-color: rgba(0, 201, 226, 0.18);
}
@media only screen and (max-width: 767px) {
    .form__input input {
        padding: 27px 15px 13px;
    }
}
.form__input span {
    display: block;
    position: absolute;
    top: 30px;
    left: 25px;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    opacity: 0.7;
    z-index: 1;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
    .form__input span {
        top: 25px;
        left: 15px;
    }
}
.form__label {
    display: block;
    margin: 10px 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}
@media only screen and (max-width: 1024px) {
    .form__label {
        font-size: 25px;
    }
}
@media only screen and (max-width: 767px) {
    .form__label {
        position: relative;
        font-size: 18px;
        font-weight: normal;
    }
}
.form__checkbox {
    display: block;
    margin: 20px 0 0;
}
.form__checkbox > input {
    position: absolute;
    visibility: hidden;
    z-index: -10;
}
.form__checkbox > input:checked + span:after {
    background-image: url('/test2/static/css/../img/svg/icon_check_blue.svg');
    border-color: #d5e9ec;
}
.form__checkbox > span {
    display: block;
    position: relative;
    padding-left: 26px;
    font-size: 15px;
    line-height: 18px;
    cursor: pointer;
}
.form__checkbox > span:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    background: no-repeat center;
    background-size: 14px 14px;
    border: 1px solid #7b8688;
}
@media only screen and (max-width: 1024px) {
    .form__checkbox > span {
        padding-left: 36px;
        font-size: 20px;
        line-height: 25px;
    }
    .form__checkbox > span:after {
        width: 25px;
        height: 25px;
        background-size: 20px 20px;
    }
}
.form__radio {
    display: block;
    margin: 20px 0 0 -5px;
}
.form__radio > input {
    display: none;
}
.form__radio > input:checked + span::after {
    border-color: #c9eef5;
}
.form__radio > input:checked + span::before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    background-color: #3DAFCC;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
@media only screen and (max-width: 1024px) {
    .form__radio > input:checked + span::before {
        top: 6px;
        left: 6px;
        width: 13px;
        height: 13px;
    }
}
.form__radio > span {
    display: block;
    position: relative;
    padding-left: 26px;
    font-size: 15px;
    line-height: 18px;
    cursor: pointer;
}
.form__radio > span:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #cecece;
}
@media only screen and (max-width: 1024px) {
    .form__radio > span {
        padding-left: 36px;
        font-size: 20px;
        line-height: 25px;
    }
    .form__radio > span:after {
        width: 25px;
        height: 25px;
    }
}

.form__range:after {
    content: "";
    clear: both;
    display: table;
}
.form__range-input {
    float: right;
    width: 90px;
    margin-left: 30px;
    padding: 5px;
    color: #38454c;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    background: #def3f7;
    border: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
@media only screen and (max-width: 1024px) {
    .form__range-input {
        width: 110px;
        font-size: 18px;
        line-height: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .form__range-input {
        float: none;
        display: block;
        width: 100%;
        margin: 0;
    }
}
.form__range-slider {
    margin-right: 120px;
}
@media only screen and (max-width: 1024px) {
    .form__range-slider {
        margin-right: 165px;
    }
}
@media only screen and (max-width: 767px) {
    .form__range-slider {
        margin: 0;
    }
    .form__radio > span{
        font-size: 16px;
    }
}
.input-error {
    border-color: #f00 !important;
}


.page__head-info {
    margin-top: 36px;
}
.page__head-title {
    font-family: MuseoSansCyrlBold;
    line-height: 1.5;
    color: #1f282c;
    margin: 0;
}

@media only screen and (max-width: 1024px) {
    .page__head-title {
        font-size: 32px;
        line-height: 45px;
        font-weight: 500;
    }
}
@media only screen and (max-width: 767px) {
    .page__head-title {
        font-size: 24px;
        line-height: 28px;
        font-weight: normal;
        font-family: "MuseoSansCyrlBold";
    }
}


.icon-agency {
    width: 32px;
    height: 29px;
    display: inline-block;
    vertical-align: middle;
    background: url('/test2/static/img/svg/companies.svg') no-repeat;
    background-size: 32px 29px;
}
@media only screen and (max-width: 1024px) {
    .icon-agency {
        width: 40px;
        height: 36px;
        background-size: 40px 36px;
    }
}
.certifed {
    text-align: right;
    padding-top: 17px;
    padding-bottom: 100px;
}
@media only screen and (max-width: 1024px) {
    .certifed {
        padding-bottom: 85px;
    }
}
@media only screen and (max-width: 767px) {
    .certifed {
        padding-top: 10px;
        padding-bottom: 70px;
    }
}
.certifed__item {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-left: 35px;
}
@media (max-width: 1180px) {
    .certifed__item {
        margin-left: 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .certifed__item {
        margin: 0;
        width: 50%;
        float: left;
        text-align: left;
    }
    .certifed__item:last-child {
        float: right;
        text-align: right;
    }
}
@media only screen and (max-width: 767px) {
    .certifed__item {
        display: block;
        margin: 55px 0 0 0;
    }
    .certifed__item:first-child {
        margin-top: 0;
    }
}
.certifed__item:first-child {
    margin-left: 0;
}
.certifed__count {
    font-size: 45px;
    color: #38454c;
    margin-left: 8px;
    display: inline-block;
    vertical-align: middle;
}
@media only screen and (max-width: 1024px) {
    .certifed__count {
        font-size: 57px;
    }
}
.certifed__top {
    max-width: 220px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .certifed__top {
        max-width: 270px;
        display: inline-block;
        text-align: center;
    }
}
@media only screen and (max-width: 767px) {
    .certifed__top {
        max-width: none;
    }
}
.certifed__title {
    font-size: 18px;
    color: #38454c;
    line-height: 1.3;
    margin-top: 10px;
}
@media only screen and (max-width: 1024px) {
    .certifed__title {
        font-size: 22px;
    }
}
.certifed .btn_yellow-big {
    color: #1b424b;
    margin-top: 25px;
    padding: 14px 30px 13px;
    box-shadow: 0 2px 0 rgba(197, 197, 197, 0.45);
    -webkit-box-shadow: 0 2px 0 rgba(197, 197, 197, 0.45);
    -moz-box-shadow: 0 2px 0 rgba(197, 197, 197, 0.45);
}
@media only screen and (max-width: 1024px) {
    .certifed .btn_yellow-big {
        font-size: 18px;
        margin-top: 35px;
        letter-spacing: .25px;
        padding: 19px 38px 17px 38px;
    }
}
.certifed:after {
    content: " ";
    height: 0;
    display: block;
    clear: both;
}
.certif-benefits {
    padding: 70px 0;
}
@media only screen and (max-width: 1024px) {
    .certif-benefits .main-title {
        text-align: left;
    }
}
@media only screen and (max-width: 1024px) {
    .certif-benefits {
        padding-bottom: 45px;
    }
}
.certif-list {
    padding: 35px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .certif-list {
        padding: 0;
        margin-top: -45px;
    }
}
@media only screen and (max-width: 767px) {
    .certif-list {
        margin-top: -70px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .certif-list .g-row {
        margin: 0 -7px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .certif-list .g-col-d-3 {
        width: 50%;
        padding: 0 7px;
        float: left;
    }
}
.certif-list:after {
    content: " ";
    height: 0;
    display: block;
    clear: both;
}
.certif {
    padding-right: 20%;
}
@media only screen and (max-width: 1024px) {
    .certif {
        margin-top: 90px;
    }
}
@media only screen and (max-width: 767px) {
    .certif {
        padding: 0;
        text-align: center;
    }
}
.certif__thumb {
    display: table-cell;
    height: 75px;
    vertical-align: middle;
}
@media only screen and (max-width: 767px) {
    .certif__thumb {
        display: block;
        text-align: center;
    }
}
.certif__title {
    font-size: 15px;
    font-weight: 500;
    margin-top: 25px;
    line-height: 1.25;
    color: #1f282c;
}
@media only screen and (max-width: 1024px) {
    .certif__title {
        font-size: 20px;
        margin-top: 17px;
    }
}
@media only screen and (max-width: 767px) {
    .certif__title {
        margin-top: 40px;
    }
}
.certif__desc {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 10px;
    font-weight: 300;
    color: #1f282c;
}
@media only screen and (max-width: 1024px) {
    .certif__desc {
        font-size: 20px;
        margin-top: 0;
    }
}
.icon-certif-1 {
    display: inline-block;
    vertical-align: top;
    width: 76px;
    height: 100%;
}
@media only screen and (max-width: 767px) {
    .icon-certif-1 {
        width: 105px;
        height: 100%;
    }
}
.icon-certif-2 {
    display: inline-block;
    vertical-align: top;
    width: 54px;
    height: 100%;
}
@media only screen and (max-width: 767px) {
    .icon-certif-2 {
        width: 75px;
        height: 1100%;
    }
}
.icon-certif-3 {
    display: inline-block;
    vertical-align: top;
    width: 74px;
    height: 100%;
}
@media only screen and (max-width: 767px) {
    .icon-certif-3 {
        width: 106px;
        height: 100%;
    }
}
.icon-certif-4 {
    display: inline-block;
    vertical-align: top;
    width: 64px;
    height: 100%;
}
@media only screen and (max-width: 767px) {
    .icon-certif-4 {
        width: 92px;
        height: 100%;
    }
}
.certifed-agency {
    background: #def3f7;
    padding: 60px 0;
}
@media only screen and (max-width: 1024px) {
    .certifed-agency .main-title {
        text-align: left;
        font-size: 25px;
    }
}
@media only screen and (max-width: 1024px) {
    .certifed-agency {
        padding-bottom: 100px;
    }
}
@media only screen and (max-width: 767px) {
    .certifed-agency {
        padding-bottom: 45px;
    }
}
@media only screen and (max-width: 767px) {
    .certifed-list {
        margin-top: 50px;
    }
}
.certifed-list__block {
    background: #fff;
    min-height: 150px;
    border: 1px solid #dbe8ea;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 20px 20px;
    cursor: pointer;
    display: block;
    text-decoration: none;
    font-size: 13px;
    -webkit-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
    margin: 12px 0 0;
    position: relative;
}
@media only screen and (max-width: 1024px) {
    .certifed-list__block {
        margin: 20px 0;
        padding-left: 35px;
        padding-right: 35px;
    }
}
@media only screen and (max-width: 767px) {
    .certifed-list__block {
        margin: 30px 0 0;
    }
}
.certifed-list__block:hover {
    border: 2px solid #fcd207;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 19px 19px;
}
@media only screen and (max-width: 1024px) {
    .certifed-list__block:hover {
        padding-left: 34px;
        padding-right: 34px;
    }
}
.certifed-list__thumb {
    position: relative;
    width: 100%;
    height: 155px;
    padding: 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.certifed-list__thumb img {
    vertical-align: top;
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    max-width: 100%;
    max-height: 100%;
    /* width: 100%; */
    height: auto;
    /*-ms-transform: translate(-50%, -50%);*/
    /* transform: translate(-50%, -50%); */
    /* -webkit-transform: translate(-50%, -50%); */
    /*-o-transform: translate(-50%, -50%);*/
    /*-moz-transform: translate(-50%, -50%);*/
}
.certifed-list__title {
    font-weight: 700;
    color: #38454c;
    line-height: 1.25;
    font-size: 15px;
    margin-top: 10px;
}
@media only screen and (max-width: 1024px) {
    .certifed-list__title {
        font-size: 20px;
        margin-top: 45px;
    }
}
.certifed-list__number {
    font-size: 30px;
    font-weight: 500;
    color: #3DAFCC;
    padding-top: 3px;
    display: inline-block;
    margin-right: 5px;
}
@media only screen and (max-width: 1024px) {
    .certifed-list__number {
        font-size: 35px;
        vertical-align: top;
        margin-right: 15px;
    }
}

.certifed-list__text {
    font-size: 13px;
    color: #38454c;
    display: inline-block;
    max-width: 60%;
    line-height: 1.3;
}
@media only screen and (max-width: 1024px) {
    .certifed-list__text {
        font-size: 18px;
        line-height: 1.25;
    }
}
.certifed-list__count {
    margin-top: 15px;
    position: relative;
}
.certifed-list:after {
    content: " ";
    height: 0;
    display: block;
    clear: both;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .certifed-list .g-row {
        margin: 0 -15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .certifed-list .g-col-d-3 {
        width: 50%;
        padding: 0 15px;
        float: left;
    }
}

.win-block{
    padding: 10px 15px;
    background: #ffffff;
    border: 1px solid #dbe8ea;
    border-top: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 12px;
    min-height: 67px;
}
.img-win{
    max-height: 33px;
    max-width: 33px;
    height: min-content;
}
.relat{
    position: relative;
}
.col-agr{
    margin-right: 10px;
}
.col-year-name{
    display: block;
    font-size: 11px;
    text-align: center;
}
.win-cc{
    font-size: 12px;
    width: 100%;
    margin-bottom: 5px;
}
.win-ankh{
    display: block;
}
@media (max-width: 767px) {
    .win-block{
        right: 33px;
        bottom: 20px;
    }
}

.certification-sect {
    padding: 50px 0;
    background-color: #fff;
}
.certification-sect.has-blue-bg {
    background-color: #def3f7;
}
.certification-sect__title {
    margin: 15px 0 10px;
    color: #38454c;
    font-size: 30px;
    font-family: MuseoSansCyrlBold;
    line-height: 30px;
}
@media only screen and (max-width: 1024px) {
    .certification-sect__title {
        font-size: 30px;
        line-height: 36px;
    }
}
.certification-sect__title a {
    color: #3DAFCC;
}
.certification-sect__note {
    margin: 12px 0 30px;
    color: #38454c;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
}
@media only screen and (max-width: 1024px) {
    .certification-sect__note {
        font-size: 22px;
        line-height: 28px;
    }
}
.certification-sect__footnote {
    font-size: 13px;
    line-height: 22px;
}
@media only screen and (max-width: 1024px) {
    .certification-sect__footnote {
        margin: 16px 0;
        font-size: 15px;
    }
}
.certification-sect__footnote span {
    font-weight: 500;
}
.certification-sect__logos .partner-logos__item:nth-child(n + 8) {
    display: none;
}
@media only screen and (max-width: 1024px) {
    .certification-sect__logos .partner-logos__item:nth-child(n + 8) {
        display: inline-block;
    }
}
@media only screen and (max-width: 767px) {
    .certification-sect__logos .partner-logos__item:nth-child(n + 7) {
        display: none;
    }
}
.certification-profit {
    margin-top: 70px;
    color: #1f282d;
    text-align: justify;
    -moz-text-align-last: justify;
    text-align-last: justify;
    text-justify: distribute;
    font-size: 0;
    line-height: 0;
}
.certification-profit:after {
    content: "";
    display: inline-block;
    width: 100%;
    visibility: hidden;
}
@media only screen and (max-width: 1024px) {
    .certification-profit {
        text-align: left;
        -moz-text-align-last: auto;
        text-align-last: auto;
        text-justify: auto;
    }
    .certification-profit:after {
        display: none;
    }
}
.certification-profit__item {
    display: inline-block;
    vertical-align: top;
    width: 170px;
    margin-bottom: 60px;
    text-align: left;
    -moz-text-align-last: auto;
    text-align-last: auto;
    text-justify: auto;
}
@media only screen and (max-width: 1024px) {
    .certification-profit__item {
        width: 33.33%;
        min-width: 210px;
        padding-right: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .certification-profit__item {
        display: block;
        width: auto;
        margin-bottom: 80px;
        text-align: center;
    }
}
.certification-profit__icon {
    display: block;
    width: 86px;
    height: 68px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
@media only screen and (max-width: 767px) {
    .certification-profit__icon {
        margin: 0 auto 20px;
        width: 105px;
        height: 80px;
        background-position: center;
    }
}
.certification-profit__title {
    margin: 8px 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
}
@media only screen and (max-width: 1024px) {
    .certification-profit__title {
        font-size: 20px;
        line-height: 28px;
    }
}
.certification-profit__note {
    font-size: 15px;
    font-weight: 100;
    line-height: 22px;
}
@media only screen and (max-width: 1024px) {
    .certification-profit__note {
        max-width: 190px;
        font-size: 20px;
        line-height: 28px;
    }
}
@media only screen and (max-width: 767px) {
    .certification-profit__note {
        max-width: 225px;
        margin: 0 auto;
    }
}
.certification-type {
    padding: 50px 45px 50px;
    color: #38454c;
    background-color: #fff;
    border: 1px solid #dbe8ea;
}
.certification-type.is-toll {
    min-height: 490px;
}
@media only screen and (max-width: 1024px) {
    .certification-type {
        margin-bottom: 60px;
        padding: 50px 45px;
    }
}
@media only screen and (max-width: 767px) {
    .certification-type {
        padding: 30px 20px 50px;
    }
}
.certification-type__title {
    margin: 10px 0 30px;
    color: #38454c;
    font-size: 25px;
    font-weight: 400;
    line-height: 27px;
}
@media only screen and (max-width: 1024px) {
    .certification-type__title {
        font-size: 25px;
        line-height: 32px;
    }
}
.certification-type__title i {
    display: inline-block;
    vertical-align: top;
    width: 27px;
    height: 27px;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 90%;
}
@media only screen and (max-width: 1024px) {
    .certification-type__title i {
        width: 32px;
        height: 32px;
    }
}
@media only screen and (max-width: 767px) {
    .certification-type__title i {
        display: block;
        width: 50px;
        height: 50px;
        margin-bottom: 15px;
    }
}
.certification-type__note {
    margin: 15px 0;
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
}
@media only screen and (max-width: 1024px) {
    .certification-type__note {
        font-size: 20px;
        line-height: 28px;
    }
}
.certification-type__list {
    margin: 20px 0 35px;
    padding-left: 15px;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
}
@media only screen and (max-width: 1024px) {
    .certification-type__list {
        margin: 40px 0;
        font-size: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .certification-type__list {
        padding-left: 20px;
    }
}
.certification-type__list li {
    margin: 15px 0;
}
.certification-type__link {
    margin: 30px 0;
}
.certification-type__link a {
    color: #3DAFCC;
    font-size: 15px;
    line-height: 23px;
}
.certification-type__all {
    float: right;
    width: 130px;
    color: #3DAFCC;
    font-size: 15px;
    line-height: 23px;
}
@media only screen and (max-width: 1024px) {
    .certification-type__all {
        float: none;
        display: block;
        width: auto;
        margin-bottom: 40px;
        font-size: 20px;
    }
}
.icon-rocket {
    background-image: url('/test2/static/img/partners/partners_start.svg');
}
.icon-book {
    background-image: url('/test2/static/img/partners/partners_tutorial.svg');
}
.icon-speech {
    background-image: url('/test2/static/img/partners/partners_recommendations.svg');
}
.icon-money {
    background-image: url('/test2/static/img/partners/partners_transparency.svg');
}
.icon-growth {
    background-image: url('/test2/static/img/partners/partners_comission.svg');
}
.icon-personal {
    background-image: url('/test2/static/img/partners/certificate_person.svg');
}
.icon-optimiz {
    background-image: url('/test2/static/img/partners/certificate_optimizator.svg');
}
.icon-company {
    background-image: url('/test2/static/img/partners/certificate_organization.svg');
}

.articles-video {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 34.65%;
    height: 100%;
    background-color: #262f34;
    overflow: hidden;
}
@media only screen and (max-width: 1024px) {
    .articles-video {
        display: block;
        width: auto;
        height: auto;
    }
}
.articles-video__poster {
    position: relative;
    height: 100%;
    margin: 0 -150px;
    text-align: center;
    -webkit-transition: all 0.6s ease-in-out 0.3s;
    transition: all 0.6s ease-in-out 0.3s;
    z-index: 1;
}
@media only screen and (max-width: 1024px) {
    .articles-video__poster {
        height: auto;
        margin: 0;
    }
}
.articles-video__poster.hide {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.articles-video__poster:hover .articles-video__img {
    opacity: 0.9;
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.articles-video__img {
    display: inline-block;
    vertical-align: top;
    height: 100%;
    width: auto;
    max-width: none;
    opacity: 0.4;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 1024px) {
    .articles-video__img {
        display: block;
        top: 0;
        left: 0;
        min-height: 100%;
        width: 100%;
    }
}
.articles-video__start {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: no-repeat center url('/test2/static/img/svg/icon_play_yellow.svg');
    background-size: 50px 50px;
    cursor: pointer;
    z-index: 2;
}
.articles-video .youtube {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.articles-unit {
    height: 247px;
    margin: 30px 0 40px;
    font-size: 0;
}
@media only screen and (max-width: 1024px) {
    .articles-unit {
        height: auto;
    }
}
.articles-unit__thumb {
    display: inline-block;
    vertical-align: top;
    width: 31.65%;
    height: 100%;
    background-color: #262f34;
    overflow: hidden;
}
@media only screen and (max-width: 1024px) {
    .articles-unit__thumb {
        width: auto;
        height: auto;
    }
}
.articles-unit__thumb-link {
    display: block;
    height: 100%;
    margin: 0 -150px;
    text-align: center;
}
@media only screen and (min-width: 1024px) {
    .articles-unit__thumb-link:hover .articles-unit__thumb-img {
        opacity: 0.9;
        -webkit-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
        -webkit-transition-duration: 0.4s;
        transition-duration: 0.4s;
    }
}
@media only screen and (max-width: 1024px) {
    .articles-unit__thumb-link {
        height: auto;
        margin: 0;
    }
}
.articles-unit__thumb-img {
    display: inline-block;
    vertical-align: top;
    height: 100%;
    width: auto;
    max-width: none;
    opacity: 0.4;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 1024px) {
    .articles-unit__thumb-img {
        display: block;
        height: auto;
        max-height: 247px;
        max-width: 100%;
        opacity: 1;
    }
}
.articles-unit__details {
    position: relative;
    vertical-align: top;
}
@media only screen and (min-width: 1024px) {
    .articles-unit__details {
        display: inline-block;
        padding: 25px 70px 0 40px;
        width: 65.35%;
        height: 100%;
        overflow: hidden;
        border-color: #e7f0f1;
        border-style: solid;
        border-width: 1px 1px 1px 0;
    }
}
@media only screen and (max-width: 1024px) {
    .articles-unit__details {
        width: auto;
        height: auto;
        margin: 40px 0 55px;
    }
}
.articles-unit__date {
    position: relative;
    font-size: 12px;
    font-weight: 300;
    color: #1b424b;
    line-height: 1.25;
    margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
    .articles-unit__date {
        margin-bottom: 15px;
        font-size: 15px;
    }
}
.articles-unit__date:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 10px;
    height: 12px;
    background: url('/test2/static/img/icon/icon-clock.png') no-repeat;
    background-size: 10px 10px;
}
@media only screen and (max-width: 1024px) {
    .articles-unit__date:before {
        width: 15px;
        height: 20px;
        line-height: 20px;
        background-size: 15px 15px;
        margin-right: 10px;
    }
}
.articles-unit__title {
    font-size: 18px;
    font-weight: 500;
    color: #1b424b;
    line-height: 1.35;
    text-decoration: none;
    margin-bottom: 15px;
}
@media only screen and (max-width: 1024px) {
    .articles-unit__title {
        font-size: 20px;
        line-height: 1.25;
    }
}
.articles-unit__title a {
    color: inherit;
    text-decoration: none;
    font: inherit;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.articles-unit__title a:hover {
    color: #3DAFCC;
}
.articles-unit__title a:active {
    background-color: #d3e9ec;
}
.articles-unit__desc {
    font-weight: 300;
    font-size: 15px;
    color: #1b424b;
    line-height: 1.5;
}
@media only screen and (max-width: 1024px) {
    .articles-unit__desc {
        font-size: 20px;
        line-height: 32px;
    }
}
@media only screen and (min-width: 1024px) {
    .articles-unit__links {
        position: absolute;
        left: 40px;
        right: 70px;
        bottom: 0;
        margin: 0;
        padding: 7px 0 20px;
        list-style: none;
        background-color: #fff;
    }
    .articles-unit__links:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 100%;
        height: 30px;
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
        background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
        background: -webkit-linear-gradient(bottom, #fff, rgba(255, 255, 255, 0));
        background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
    }
}
@media only screen and (max-width: 1024px) {
    .articles-unit__links {
        margin-top: 15px;
        font-size: 20px;
        line-height: 32px;
    }
}
@media only screen and (min-width: 1024px) {
    .articles-unit__author {
        position: absolute;
        left: 40px;
        right: 70px;
        bottom: 0;
        padding-bottom: 30px;
        background-color: #fff;
    }
    .articles-unit__author:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 100%;
        height: 30px;
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
        background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
        background: -webkit-linear-gradient(bottom, #fff, rgba(255, 255, 255, 0));
        background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
    }
}
@media only screen and (max-width: 1024px) {
    .articles-unit__author {
        margin-top: 20px;
    }
}
.articles-unit__author a {
    font-size: 15px;
    text-decoration: none;
    color: #3DAFCC;
    -webkit-transition: border 0.3s ease;
    transition: border 0.3s ease;
    border-bottom: 1px solid #3DAFCC;
}
@media only screen and (max-width: 1024px) {
    .articles-unit__author a {
        font-size: 20px;
    }
}
.articles-unit__author a:hover {
    border-bottom: 1px solid transparent;
}


.pagination {
    margin: 0 0 48px;
    padding: 0;
    list-style: none;
    font-size: 0;
    text-align: center;
}
.pagination li {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-weight: 500;
}
.pagination li.is-active a {
    background-color: #e7f0f1;
    cursor: default;
}
.pagination li:last-child a {
    border-right: 1px solid #e7f0f1;
}
@media only screen and (max-width: 1024px) {
    .pagination li {
        font-size: 19px;
    }
}
@media only screen and (max-width: 767px) {
    .pagination li:nth-child(5),
    .pagination li:nth-child(6) {
        display: none;
    }
}
.pagination a,
.pagination b {
    display: block;
    min-width: 26px;
    color: #1b424b;
    font: inherit;
    text-decoration: none;
    text-align: center;
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: #e7f0f1;
    overflow: hidden;
}
@media only screen and (max-width: 1024px) {
    .pagination a,
    .pagination b {
        min-width: 37px;
    }
}
.pagination a:hover {
    background-color: #e7f0f1;
}
.pagination__prev,
.pagination__next {
    width: 26px;
    padding: 7px 10px 5px;
    color: transparent;
    white-space: nowrap;
    text-indent: 50px;
    background: no-repeat center;
    background-size: 9px 9px;
}
@media only screen and (max-width: 1024px) {
    .pagination__prev,
    .pagination__next {
        padding: 9px 5px 7px;
    }
}
.pagination__prev {
    background-image: url('/test2/static/img/svg/icon_page-prev_blue.svg');
}
.pagination__next {
    background-image: url('/test2/static/img/svg/icon_page-next_blue.svg');
}
.pagination__dots,
.pagination__page {
    padding: 7px 3px 5px;
}
@media only screen and (max-width: 1024px) {
    .pagination__dots,
    .pagination__page {
        padding: 9px 5px 7px;
    }
}
.agreement-styles {
    color: #38454c;
    font-size: 18px;
    line-height: 24px;
    font-weight: 100;
}
.agreement-styles a {
    color: #3DAFCC;
    text-decoration: underline;
    font-weight: 500;
}
.agreement-styles a:hover {
    text-decoration: none;
}
.agreement-styles p {
    margin: 5px 0 20px;
}
ul.fancy-list {
    padding: 0;
    display: block;
    margin-left: 40px;
    margin-bottom: 20px;
    list-style-type: none;
}
ul.fancy-list li {
    font-size: 18px;
    line-height: 22px;
    color: #1F282C;
    position: relative;
    margin-bottom: 16px;
    padding-left: 0;
}
ul.fancy-list li:last-child {
    margin-bottom: 0;
}
ul.fancy-list li:after {
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #3bafcc;
    left: -22px;
    top: 9px;
    position: absolute;
    content: '';
    display: block;
}

/* End */


/* Start:/test2/static/css/header_footer.css?174099238642333*/
@charset "UTF-8";

/* LIBS */
/**
* 1. Change the default font family in all browsers (opinionated).
* 2. Correct the line height in all browsers.
* 3. Prevent adjustments of font size after orientation changes in
*    IE on Windows Phone and in iOS.
*/
html {
    font-family: sans-serif;
    /* 1 */
    line-height: 1.15;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 3 */
    -webkit-text-size-adjust: 100%;
    /* 3 */
    box-sizing: border-box;
}

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

/* Sections
========================================================================== */
/**
* Remove the margin in all browsers (opinionated).
*/
body {
    margin: 0;
}

/**
* Add the correct display in IE 9-.
*/
article, aside, footer, header, nav, section, figcaption, figure, main {
    display: block;
}

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/* Text-level semantics
========================================================================== */
/**
* 1. Remove the gray background on active links in IE 10.
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
*/
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/**
* Remove the outline on focused links when they are also active or hovered
* in all browsers (opinionated).
*/
a:active,
a:hover {
    outline-width: 0;
}

/**
* 1. Remove the bottom border in Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
audio,
video {
    display: inline-block;
}

/**
* Add the correct display in iOS 4-7.
*/
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
* Remove the border on images inside links in IE 10-.
*/
img {
    border-style: none;
}

/**
* Hide the overflow in IE.
*/
svg:not(:root) {
    overflow: hidden;
}

/**
* 1. Change the font styles in all browsers (opinionated).
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**Enable panning and pinch zoom gestures, but disable additional non-standard gestures such as double-tap to zoom. Disabling double-tap to zoom removes the need for browsers to delay the generation of click events when the user taps the screen. */
a, area, button, input, label, select, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
    /* 1 */
    overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
    /* 1 */
    text-transform: none;
}

/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
*    controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
* 1. Add the correct display in IE 9-.
* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
* Remove the default vertical scrollbar in IE.
*/
textarea {
    overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
*/
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/* Scripting
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
canvas {
    display: inline-block;
}

/**
* Add the correct display in IE.
*/
template {
    display: none;
}

/* Hidden
========================================================================== */
/**
* Add the correct display in IE 10-.
*/
[hidden] {
    display: none;
}

/* Reset
========================================================================== */
h1, h2, h3, h4, h5, h6, p, blockquote, em, img, i, dl, dt, ol, ul, li, video, canvas {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    /*font-weight: normal;*/
}

div, input, textarea, select, button,
h1, h2, h3, h4, h5, h6, a, span {
    outline: none;
}

ul, ol {
    list-style-type: none;
}

input[type="submit"],
button {
    cursor: pointer;
}

input[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}

/** to remove the rounded in IOS*/
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 8px;
}



.icon-vintage-logo {
    width: 0.73em;
    height: 1em;
    fill: currentColor;
    stroke: initial;
}

/* COMPONENTS */
body {
    font-family: "MuseoSansCyrl";
    font-size: 18px;
    position: relative;
    padding-top: 143px;
    width: 100%;
}

body:after {
    left: 0;
    right: 0;
    top: 0;
    display: block;
    content: '';
    height: 143px;
    position: absolute;
    background: #1f282c;
}

body.hide, html.hide {
    overflow: hidden;
}

.container {
    max-width: 100%;
    width: 1200px;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
}

.header {
    background-color: #1f282c;
    font-family: "MuseoSansCyrl";
    font-weight: 500;
    font-size: 18px;
    position: absolute;
    top: 0;
    z-index: 51;
    right: 0;
    left: 0;
    transition: height 1s;
}

.header .container {
    position: relative;
}

.header.fixed {
    height: 48px;
    position: fixed;
}

.header.fix {
    position: fixed;
}

.header.active {
    position: fixed;
    z-index: 100;
}

.header.active .sub__menu {
    top: 48px;
}

.header.active .header__top {
    margin-bottom: 0;
    padding: 0;
}

.header.active .header__top__contacts {
    position: absolute;
    right: 226px;
    top: 0px;
    padding-left: 30px;
    padding-right: 30px;
}

body.with-hover .header.active .header__top__contacts:hover .header__top__contacts__button {
    color: rgba(255, 255, 255, 0.2);
}

body.with-hover .header.active .header__top__contacts:hover .header__top__contacts__numbers {
    visibility: visible;
    opacity: 1;
}

.header.active .header__top__contacts .header__top__contacts__button {
    padding-top: 17px;
    padding-bottom: 17px;
    margin-bottom: 0;
    transition: color .3s;
    height: auto;
}

.header.active .header__top__contacts .header__top__contacts__button.hide {
    display: none;
}

.header.active .header__top__contacts .header__top__contacts__numbers {
    display: none;
}

body.with-hover .header.active .header__top__contacts .header__top__contacts__numbers:hover {
    visibility: visible;
    opacity: 1;
}

.header.active .header__top__contacts .header__top__contacts__numbers a {
    white-space: nowrap;
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.header.active .header__top__contacts .header__top__contacts__numbers a:first-child:after {
    top: 8px;
    background: #fff;
}

.header.active .header__top__form {
    position: absolute;
    margin: 0;
    left: 620px;
    bottom: 8px;
    display: none;
}

.header.active .header__top__form .header__top__form__input {
    background-size: 24px 16px;
    padding-left: 30px;
    width: 130px;
    font-size: 14px;
}

.header.active .header__top__logo {
    height: 36px;
    width: 46px;
    background: url(/test2/static/img/old_h/logo.svg) left center no-repeat;
    background-size: 150px 32px;
    bottom: 4px;
    position: absolute;
}
.header.active .header__top__logo.NY{
    background: url("/test2/static/img/ny_logo.svg") left center no-repeat !important;
    background-size: 132px 34px!important;
    width: 48px !important;
}
.header__top {
    padding-top: 24px;
    margin-bottom: 26px;
}

.header__top__logo {
    display: inline-block;
    width: 191px;
    height: 48px;
    margin-right: 22px;
    background: url("/test2/static/img/old_h/logo.svg") center center no-repeat;
    background-size: cover;
    transition: opacity .3s;
}
.header__top__logo.NY{
    background: url(/test2/static/img/ny_logo.svg) center center no-repeat !important;
    width: 171px !important;
    height: 50px !important;
}

.header__top__form {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    position: relative;
}

.header__top__form__input {
    background-color: inherit;
    border: none;
    background: url(/test2/static/img/old_h/search.svg) left center no-repeat;
    background-size: 32px 24px;
    padding-left: 40px;
    height: 32px;
    width: 240px;
    color: #fff;
    font-family: "MuseoSansCyrl";
}

.header__top__form__input:focus + .bar, .header__top__form__input:valid + .bar {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.header__top__form .bar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    display: block;
    width: 100%;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    height: 1px;
    transition: .4s;
    background-color: #fff;
}

.header__top__burger {
    padding: 31px;
    position: relative;
    top: -2px;
    padding-top: 30px;
    padding-bottom: 32px;
    padding-right: 2px;
    padding-left: 25px;
    margin-left: 5px;
    display: none;
}

.header__top__burger.active span:first-child {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
    opacity: 0;
}

.header__top__burger.active span:nth-child(2) {
    -webkit-transform: rotate(45deg) translate(6px, 5px);
    -ms-transform: rotate(45deg) translate(6px, 5px);
    transform: rotate(45deg) translate(6px, 5px);
}

.header__top__burger.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(6px, -6px);
    -ms-transform: rotate(-45deg) translate(6px, -6px);
    transform: rotate(-45deg) translate(6px, -6px);
}

.header__top__burger span {
    background-color: #fff;
    width: 26px;
    height: 3px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    transition: .3s;
    margin: auto;
}

.header__top__burger span:first-child {
    top: 0;
}

.header__top__burger span:nth-child(2) {
    top: -16px;
}

.header__top__burger span:last-child {
    top: 16px;
}

.header__top__contacts {
    display: inline-block;
    float: right;
    text-align: right;
	margin-top: 26px;
}

.header__top__contacts__button {
    display: inline-block;
    padding-left: 24px;
    overflow: hidden;
    height: 20px;
    margin-bottom: 7px;
    border: none;
    background-color: inherit;
    background: url("/test2/static/img/old_h/call.svg") left center no-repeat;
    text-align: right;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    line-height: 1;
    font-family: "MuseoSansCyrl";
}

.header__top__contacts__button.hide {
    display: none;
}

.header__top__contacts__numbers {
    line-height: 0.78;
}

.header__top__contacts a:first-child {
    padding-right: 16px;
    margin-right: 16px;
    position: relative;
}

.header__top__contacts a:first-child:after {
    content: '';
    display: block;
    width: 1px;
    height: 16px;
    background-color: #444b4c;
    position: absolute;
    top: 2px;
    right: 0;
    bottom: 0;
}

.header__top__contacts a {
    text-decoration: none;
    color: #fff;
    transition: color .3s;
}

body.with-hover .header__top__contacts a:hover {
    color: rgba(255, 255, 255, 0.7);
}

.header__bottom {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
    line-height: 1;
}

.header__bottom .header__top__contacts__numbers {
    display: none;
}

.header__bottom__auth a {
    transition: color .3s;
    display: inline-block;
    padding-top: 8px;
    padding-bottom: 8px;
}

.header__bottom__auth a:first-child {
    padding-left: 24px;
    margin-right: 16px;
    padding-right: 8px;
    text-decoration: none;
    color: #1eb0cd;
    background: url("/test2/static/img/Key1.svg") left center no-repeat;
}
a.super-enter-icon {
    padding-left: 24px;
    margin-right: 16px;
    padding-right: 8px;
    text-decoration: none;
    color: #1eb0cd;
    background: url("/test2/static/img/Key1.svg") left center no-repeat;
    position: absolute;
    right: 75px;
    top: 13px;
    height: 20px;
    width: 20px;
    background-size: contain;
    display: none;
    z-index: 10;
}
@media (max-width: 960px) {
    a.super-enter-icon{
        display: block;
    }
}
body.with-hover .header__bottom__auth a:first-child:hover {
    color: rgba(30, 176, 205, 0.7);
}

.header__bottom__auth a:last-child {
    padding-left: 24px;
    text-decoration: none;
    color: #f2c400;
    background: url("/test2/static/img/old_h/connect.svg") left center no-repeat;
}

body.with-hover .header__bottom__auth a:last-child:hover {
    color: rgba(242, 196, 0, 0.7);
}

.header__menu > ul li {
    display: inline-block;
    position: relative;
}

body.with-hover .header__menu > ul li:hover > a {
    color: rgba(255, 255, 255, 0.7);
}

body.with-hover .header__menu > ul li:hover > a:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

body.with-hover .header__menu > ul li:hover > a + .sub__menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.header__menu__link {
    display: inline-block;
    padding-right: 18px;
    margin-right: 24px;
    padding-bottom: 16px;
    padding-top: 8px;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    transition: color .3s;
}

.header__menu__link.active {
    color: #8f9496;
}

.header__menu__link.active:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.header__menu__link.has-active:after {
    content: '';
    display: block;
    width: 10px;
    height: 18px;
    background: url("/test2/static/img/old_h/nav-arr.svg") center center no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 8px;
    margin: auto;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: rgba(230, 223, 212, 0.97);
    font-family: "MuseoSansCyrl";
    color: #1f282c;
    opacity: 0;
    visibility: hidden;
}

.popup .container {
    position: relative;
}

.popup__btn {
    background-color: #746a5c;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    margin-top: 250px;
    margin-bottom: 250px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border: none;
    padding: 15px 26px;
    transition: .3s;
}

body.with-hover .popup__btn:hover {
    background-color: rgba(116, 106, 92, 0.7);

}

.popup__content {
    margin-top: 240px;
    max-width: 746px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.popup__content__send {
    position: static;
    visibility: visible;
    opacity: 1;
    height: 200px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: none;
}

.popup__content__send__img {
    margin-bottom: 24px;
}

.popup__content__send__info h3 {
    font-size: 40px;
    line-height: 1;
    color: #1f282c;
    margin-bottom: 12px;
}

.popup__content__send__info p {
    font-size: 30px;
    line-height: 1;
    color: #1f282c;
    margin-bottom: 178px;
}

.popup__content__title {
    max-width: 622px;
    display: inline-block;
    margin-bottom: 42px;
}

.popup__content__title h3 {
    font-size: 30px;
    line-height: 1.2;
    text-align: left;
    font-family: "MuseoSansCyrlBold";
}
.popup__content__title .pop_form_header {
    font-size: 30px;
    line-height: 1.2;
    text-align: left;
    font-family: "MuseoSansCyrlBold";
}

.popup__content__title .active {
    font-size: 38px;
    line-height: 1;
    display: inline-block;
    font-family: "MuseoSansCyrlBold";
    color: #1eb0cd;
}

.popup__content__close {
    cursor: pointer;
    vertical-align: top;
    padding-top: 13px;
    padding-bottom: 13px;
    display: inline-block;
    padding-right: 32px;
    z-index: 3;
    font-size: 14px;
    line-height: 1;
    position: absolute;
    top: 0px;
    right: 0;
}

body.with-hover .popup__content__close:hover:after {
    opacity: 0.7;
}

.popup__content__close:after {
    content: '';
    width: 24px;
    height: 24px;
    background: url("/test2/static/img/old_h/close.svg") center center no-repeat;
    position: absolute;
    top: 7px;
    right: 0;
    transition: .3s;
}

.popup__content__form {
    padding-bottom: 21px;
}

.popup__content__form .form-group:first-child {
    margin-bottom: 12px;
}

.popup__content__form .form-group:nth-child(2) {
    margin-bottom: 22px;
}

.popup__content__form .form-group:nth-child(2) .iferror {
    font-size: 18px;
    line-height: 1;
    margin-top: 22px;
    padding-left: 19px;
    color: #cc211d;
    position: relative;
}

.popup__content__form .form-group:nth-child(2) .iferror:before {
    content: '!';
    text-align: center;
    font-size: 11px;
    line-height: 13px;
    display: block;
    width: 12px;
    height: 12px;
    background-color: #cc211d;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    left: 0;
    top: 3px;
}

.popup__content__form__label {
    display: inline-block;
    position: relative;
}

.popup__content__form__label.error {
    position: relative;
}

.popup__content__form__label.error span {
    color: #cc211d;
}

.popup__content__form__label.error input {
    border: 1px solid #cc211d;
}

.popup__content__form__label.error:after {
    content: '!';
    text-align: center;
    font-size: 11px;
    line-height: 13px;
    display: block;
    width: 12px;
    height: 12px;
    background-color: #cc211d;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    right: 16px;
    top: 50px;
    bottom: 18px;
}

.popup__content__form__label span {
    font-size: 14px;
    display: inline-block;
    padding-top: 8px;
    padding-bottom: 8px;
}

.popup__content__form__label:nth-child(odd) {
    margin-right: 20px;
}

.popup__content__form__label input {
    height: 48px;
    width: 360px;
    padding-left: 20px;
    padding-right: 40px;
    background-color: rgba(230, 223, 212, 0.97);
    border: 1px solid #1f282c;
    display: block;
}

.popup__content__form__label input:focus {
    background-color: #fff;
}

.popup__content__form__button {
    background-color: #746a5c;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    border: none;
    padding: 15px 26px;
    transition: .3s;
}

body.with-hover .popup__content__form__button:hover {
    background-color: rgba(116, 106, 92, 0.7);
}

.popup__content__personaldata {
    margin-bottom: 48px;
}

.popup__content__personaldata p {
    font-size: 14px;
    line-height: 1;
    color: #1f282c;
}

.popup__content__personaldata p a {
    font-size: 14px;
    line-height: 1;
    color: #1f282c;
    transition: .3s;
    -webkit-text-decoration-color: rgba(31, 40, 44, 0.25);
    text-decoration-color: rgba(31, 40, 44, 0.25);
}

body.with-hover .popup__content__personaldata p a:hover {
    opacity: 0.7;
}

.popup__content__contacts .pop_phone {
    font-size: 24px;
    line-height: 1;
    display: inline-block;
    opacity: .5;
}
.popup__content__contacts h3 {
    font-size: 24px;
    line-height: 1;
    display: inline-block;
    opacity: .5;
}
.popup__content__form__button, .xsendthisshit {
    background-color: #746a5c;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    border: none;
    padding: 15px 26px;
    transition: .3s;
}

body.with-hover .popup__content__form__button:hover, body.with-hover .xsendthisshit:hover {
    background-color: rgba(116, 106, 92, 0.7);
}
.popup__content__contacts a {
    font-size: 24px;
    line-height: 1;
    padding-left: 16px;
    text-decoration: none;
    color: #1f282c;
    transition: .3s;
}

body.with-hover .popup__content__contacts a:hover {
    color: rgba(31, 40, 44, 0.7);
}

.footer {
    display: block;
    background-color: #1f282c;
    font-family: "MuseoSansCyrl";
    font-size: 18px;
    position: relative;
    box-shadow: 0px 192px 0px 0px #1f282c;
    padding-top: 0;
    padding-bottom: 0;
}

.footer__top {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 64px;
    margin-bottom: 30px;
}

.footer__top__logo {
    display: inline-block;
    width: 143px;
    height: 36px;
    background: url("/test2/static/img/old_h/logo.svg") center center no-repeat;
    background-size: cover;
    margin-right: 60px;
    transition: .3s;
}

body.with-hover .footer__top__logo:hover {
    opacity: 0.7;
}

.footer__top__contacts {
    display: inline-block;
    color: #fff;
    line-height: 1.33;
    max-width: 228px;
}

.footer__top__contacts p {
    font-family: "MuseoSansCyrl";
    font-size: 16px;
}

.footer__top__contacts a {
    display: block;
    max-width: 200px;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    transition: .3s;
}

body.with-hover .footer__top__contacts a:hover {
    color: rgba(255, 255, 255, 0.7);
}

.footer__top__contacts a:nth-child(2) {
    margin-bottom: 16px;
    padding-left: 10px;
}

.footer__top__social {
    display: inline-block;
    text-align: right;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.footer__top__social p {
    font-family: "MuseoSansCyrl";
    color: #8f9496;
    font-size: 14px;
    margin-bottom: 16px;
}

.footer__top__social__icons li {
    display: inline-block;
    margin-right: 12px;
}

.footer__top__social__icons li:last-child {
    margin-right: 0;
}

.footer__top__social__icons li a {
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    transition: .3s;
    background-size: cover;
}

body.with-hover .footer__top__social__icons li a:hover {
    opacity: 0.7;
}

.footer__top__social__icons__fb {
    background: url("/test2/static/img/old_h/facebook.svg") center center no-repeat;
}

.footer__top__social__icons__vk {
    background: url("/test2/static/img/old_h/vk.svg") center center no-repeat;
}

.footer__top__social__icons__tel {
    background: url("/test2/static/img/old_h/tel.svg") center center no-repeat;
}

.footer__top__social__icons__youtube {
    background: url("/test2/static/img/old_h/youtube.svg") center center no-repeat;
}

.footer__bottom__menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 48px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer__bottom__menu__item {
    width: 193px;
    margin-right: 10px;
}
.footer__bottom__menu__item ul{
list-style-type: none;
}

.footer__bottom__menu__item .footer_menu_head {
    font-family: "MuseoSansCyrl";
    font-size: 24px;
    color: #8f9496;
    margin-bottom: 12px;
}

.footer__bottom__menu__item__list li {
    padding-bottom: 16px;
}

.footer__bottom__menu__item__list li:last-child {
    padding-bottom: 0;
}

.footer__bottom__menu__item__list li a {
    line-height: 1;
    text-decoration: none;
    color: #fff;
    transition: .3s;
}

.footer__bottom__menu__item__list li a.active {
    color: #1eb0cd;
}

body.with-hover .footer__bottom__menu__item__list li a:hover {
    color: rgba(255, 255, 255, 0.7);
}

.footer__bottom__terms {
    padding-bottom: 64px;
    font-size: 14px;
}
.footer__bottom__terms ul{
list-style-type: none;
}

.footer__bottom__terms__item {
    display: inline-block;
    vertical-align: top;
}

.footer__bottom__terms__item:first-child {
    margin-right: 38px;
}

.footer__bottom__terms__item li {
    padding-bottom: 16px;
}

.footer__bottom__terms__item li:last-child {
    margin-bottom: 0;
}

.footer__bottom__terms__item li a {
    text-decoration: none;
    color: #8f9496;
    transition: .3s;
}

body.with-hover .footer__bottom__terms__item li a:hover {
    color: rgba(143, 148, 150, 0.7);
}

.sub__menu {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.2s linear,opacity 0.2s linear;
    padding-left: 26px;
    padding-right: 60px;
    padding-top: 24px;
    padding-bottom: 24px;
    box-sizing: border-box;
    background: #444b4c;
    left: -26px;
    top: 42px;
    /*-webkit-transform: scale(0);*/
    /*-ms-transform: scale(0);*/
    /*transform: scale(0);*/
}

.sub__menu.products {
    width: 640px;
    padding-right: 26px;
}

body.with-hover .sub__menu:hover {
    opacity: 1;
    visibility: visible;
}

.sub__menu.active {
    position: static;
    opacity: 1;
    visibility: visible;
}

.sub__menu h5 {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #8f9496;
    margin-bottom: 8px;
}

.sub__menu .header_menu_head {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #8f9496;
    margin-bottom: 8px;
}

.sub__menu__block {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.sub__menu__block ul li {
    display: block;
}

.sub__menu__block a {
    text-decoration: none;
    display: block;
    color: #ffffff;
    /*color: #f2c400 !important;*/
    padding-top: 4px;
    cursor: pointer;
    padding-bottom: 4px;
    transition: .3s;
    margin-top: 2px;
    margin-bottom: 2px;
    white-space: nowrap;
}

body.with-hover .sub__menu__block a:hover {
    color: rgba(255, 255, 255, 0.7);
}

.sub__menu__block__title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 4px;
    color: #ffffff;
    text-decoration: none;
    transition: .3s;
}

.sub__menu__block__subtitle {
    font-size: 14px;
    font-weight: 500;
    color: #8f9496;
}

.sub__menu__block.full {
    width: 100%;
    border-bottom: 1px solid rgba(143, 148, 150, 0.5);
    padding-bottom: 1px;
    margin-bottom: 24px;
}

.sub__menu__block.full h5 {
    margin-bottom: 18px;
}

.sub__menu__block.full a {
    margin-bottom: 22px;
    display: block;
    padding-top: 0;
    margin-top: 0;
    cursor: pointer;
    padding-bottom: 0;
}

body.with-hover .sub__menu__block.full a:hover .sub__menu__block__title {
    color: rgba(255, 255, 255, 0.7);
}

.sub__menu__block.full ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sub__menu__block.full li {
    box-sizing: border-box;
    padding-left: 38px;
    position: relative;
    width: 50%;
    margin-right: 0;
    margin-left: 0;
}

.sub__menu__block.full li img {
    width: 28px;
    position: absolute;
    left: 0;
    top: 0;
}

/* PAGES */

@media only screen and (min-width: 960px){
    .header.active .header__menu__link{
        font-size: 14px;
        margin-right: 18px;
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 28px;
    }
    .header.active .header__menu__link:after{
        bottom: 0;
    }
    .header.active .header__menu__link.has-active:after{
        margin-top: 16px;
    }

    .header.active .header__bottom{
        padding-left: 50px;
    }
    .header.active .header__bottom__auth a{
        font-size: 14px;
        padding-top: 17px;
        padding-bottom: 17px;
    }
}

@media only screen and (min-width: 960px) and (max-width: 1200px){
    .header.active .header__menu__link{
        margin-right: 5px;
    }
    .header.active .header__bottom__auth a:first-child{
        margin-right: 0;
    }
}

@media only screen and (max-width: 1200px){
    .header.active .header__bottom{
        padding-left: 45px;
    }
    .header.active .header__top__contacts{
        right: 200px;
    }
    .header.active .header__top__form{
        left: 560px;
    }
    .header__bottom__auth a:first-child{
        margin-right: 0;
    }
    .header__menu__link{
        margin-right: 10px;
    }
}

@media screen and (max-width: 1200px){
    .container{
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media only screen and (max-width: 970px){
    body{
        padding-top: 45px;
    }
    body:after{
        display: none;
    }
    body.hide, html.hide{
        position: fixed;
    }
}

@media only screen and (max-width: 960px){
    .header.active .header__top__burger{
        padding-top: 18px;
    }
    .header.active .header__bottom{
        padding-left: 0;
        top: 48px;
        height: calc(100vh - 48px);
        /*height: 100vh;*/
        /*padding-bottom: 60px;*/
    }
    .header.active .header__top__contacts{
        right: 50px;
        padding-left: 15px;
        padding-right: 0px;
    }
    .header.active .header__top__contacts .header__top__contacts__button{
        margin-top: 6px;
    }
    .header.active .header__top__contacts .header__top__contacts__numbers{
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        left: 0;
        right: 0;
        width: 100%;
        top: 48px;
        position: fixed;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 13px;
        padding-top: 28px;
        visibility: hidden;
        opacity: 0;
        transition: .3s;
    }
    .header.active .header__top__contacts .header__top__contacts__numbers.active{
        visibility: visible;
        opacity: 1;
    }
    .header.active .header__top__contacts .header__top__contacts__numbers a{
        padding: 4px;
        font-size: 14px;
    }
    .header.active .header__top__contacts .header__top__contacts__numbers a:first-child:after{
        top: 0;
        right: -8px;
    }
    .header.active .header__top__contacts .header__top__contacts__numbers a:first-child:before{
        content: 'Звоните';
        position: absolute;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.5);
        top: -15px;
    }
    .header.active .header__top__form{
        left: 60px;
        bottom: -40px;
    }
    .header.active .header__top__form .header__top__form__input{
        background-size: 32px 24px;
        background-position: -5px 50%;
        padding-left: 25px;
    }
    .header.active .header__top__logo{
        height: 34px;
        width: 120px;
        background: url("/test2/static/img/old_h/logo.svg") left center no-repeat;
        background-size: 120px 28px;
        margin-right: 5px;
        bottom: -40px;
    }
    .header.active .header__top__logo.NY{
        background: url("/test2/static/img/ny_logo.svg") left center no-repeat !important;
        background-size: 120px 34px!important;
        width: 40px !important;
        bottom: -48px;
    }
    .header__top{
        display: block;
        margin-bottom: 0;
        padding-top: 1px;
    }
    .header__top__logo{
        height: 32px;
        width: 120px;
        background: url("/test2/static/img/old_h/logo.svg") left center no-repeat;
        background-size: 120px 28px;
        margin-right: 5px;
        margin-top: 14px;
    }
    .header__top__form{
        margin-top: 14px;
    }
    .header__top__form__input{
        width: 100px;
        padding-left: 20px;
        background-size: 36px 26px;
        background-position: -10px center;
    }
    .header__top__form .bar{
        bottom: 0;
    }
    .header__top__burger{
        display: inline-block;
        float: right;
    }
    .header__top__contacts__button{
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 10px;
        margin-right: 5px;
        font-size: 0;
        background: url(/test2/static/img/old_h/call.svg) center center no-repeat;
        background-size: 22px 22px;
    }
    .header__top__contacts__numbers{
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        left: 0;
        right: 0;
        width: 100%;
        top: 63px;
        position: absolute;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 13px;
        background-color: #444b4c;
        padding-top: 28px;
        visibility: hidden;
        opacity: 0;
        transition: .3s;
    }
    .header__top__contacts__numbers.active{
        visibility: visible;
        opacity: 1;
    }
    .header__top__contacts__numbers a{
        padding: 4px;
        font-size: 14px;
        position: relative;
    }
    .header__top__contacts__numbers a:first-child:after{
        top: 0;
        right: -2px;
        background: #fff;
    }
    .header__top__contacts__numbers a:first-child:before{
        content: 'Звоните';
        position: absolute;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.5);
        top: -15px;
    }
    .header__bottom{
        position: fixed;
        top: 63px;
        left: 0;
        right: 0;
        /*height: calc(100vh - 63px);*/
        height: 100vh;
        box-sizing: border-box;
        z-index: 10;
        background: #444b4c;
        bottom: 0;
        padding-top: 48px;
        visibility: hidden;
        display: none;
        opacity: 0;
        transition: .2s;
        /*max-height: 100vh;*/
        overflow-y: scroll;
    }
    .header__bottom.active{
        opacity: 1;
        display: block;
        visibility: visible;
        padding-bottom: 65px;
    }
    .header__bottom .header__top__contacts__numbers{
        display: block;
        position: relative;
        opacity: 1;
        top: 0;
        visibility: visible;
        padding-bottom: 24px;
        padding-left: 12px;
    }
    .header__bottom .header__top__contacts__numbers a:first-child{
        margin-right: 6px;
        position: relative;
    }
    .header__bottom .header__top__contacts__numbers a:first-child:after{
        content: '';
        display: block;
        width: 1px;
        height: 14px;
        background-color: #fff;
        position: absolute;
        top: 5px;
        right: -5px;
        bottom: 0;
    }
    .header__bottom .header__top__contacts__numbers a{
        text-decoration: none;
        color: #fff;
        transition: color .3s;
    }
    body.with-hover .header__bottom .header__top__contacts__numbers a:hover{
        color: rgba(255, 255, 255, 0.7);
    }
    .header__bottom__auth{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 8px;
    }
    .header__menu{
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 5px;
        width: 100%;
    }
    .header__menu > ul{
        display: block;
        width: 100%;
    }
    .header__menu > ul > li{
        display: block;
        overflow: hidden;
    }
    .header__menu__link{
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .header__menu__link.has-active:after{
        bottom: 0;
    }
    .popup .container{
        max-height: 100%;
        overflow-y: scroll;
    }
    .popup__content__title h3{
        font-size: 24px;
    }
    .popup__content__title .pop_form_header{
        font-size: 24px;
    }
    .sub__menu{
        padding-right: 25px;
        padding-left: 25px;
        padding-top: 10px;
        padding-bottom: 0;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    .sub__menu.products{
        width: 100%;
    }
    .sub__menu{
        transition: 0s;
    }
    .sub__menu__block{
        width: 100%;
        margin-bottom: 15px;
    }
    .sub__menu__block__subtitle{
        display: none;
    }
    .sub__menu__block.full{
        border-bottom: none;
        margin-bottom: 0;
    }
    .sub__menu__block.full li{
        width: 100%;
    }
}

@media screen and (max-width: 960px){
    .footer__top{
        padding-top: 32px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer__top__logo{
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        margin-bottom: 48px;
        background-position: left center;
        height: 50px;
        background-size: 143px;
    }
    .footer__top__contacts{
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    .footer__bottom__menu{
        margin-bottom: 0;
    }
    .footer__bottom__menu__item{
        margin-right: 0;
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        margin-bottom: 48px;
    }
}

@media only screen and (max-width: 767px){
    .popup__content{
        margin-top: 75px;
        padding-left: 8px;
        padding-right: 8px;
        padding-bottom: 30px;
    }
    .popup__content__send{
        top: -200px;
    }
    .popup__content__send__info h3{
        font-size: 24px;
        line-height: 1.25;
    }
    .popup__content__send__info p{
        font-size: 18px;
        line-height: 1.33;
    }
    .popup__content__title{
        margin-bottom: 16px;
        position: relative;
        padding-top: 40px;
    }
    .popup__content__title h3{
        font-size: 18px;
    }
    .popup__content__title .pop_form_header{
        font-size: 18px;
    }
    .popup__content__title .active{
        font-size: 24px;
        position: absolute;
        top: 0;
        left: 0;
    }
    .popup__content__close{
        padding-top: 6px;
        padding-bottom: 6px;
        padding-right: 24px;
        position: absolute;
        right: 8px;
        top: -3px;
    }
    .popup__content__close:after{
        width: 16px;
        height: 16px;
        top: 5px;
    }
    .popup__content__form .form-group{
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .popup__content__form .form-group:first-child{
        margin-bottom: 0;
    }
    .popup__content__form .form-group:nth-child(2) .iferror{
        margin-top: 19px;
    }
    .popup__content__form__label{
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
        margin-bottom: 8px;
    }
    .popup__content__form__label:nth-child(odd){
        margin-right: 0;
    }
    .popup__content__form__label input{
        width: 100%;
    }
    .popup__content__personaldata{
        margin-bottom: 24px;
    }
    .popup__content__personaldata p{
        line-height: 1.43;
    }
    .popup__content__personaldata p a{
        line-height: 1.43;
    }
    .popup__content__contacts .pop_phone{
        font-size: 18px;
        display: block;
        margin-bottom: 16px;
    }
    .popup__content__contacts h3{
        font-size: 18px;
        display: block;
        margin-bottom: 16px;
    }
    .popup__content__contacts a{
        font-size: 18px;
        padding-left: 0;
        padding-right: 16px;
    }
}

@media screen and (max-width: 767px){
    .footer__top{
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer__top__logo{
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .footer__top__contacts{
        margin-bottom: 48px;
    }
    .footer__top__social{
        text-align: left;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    .footer__bottom__menu__item{
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
}

@media screen and (max-width: 500px){
    .footer__bottom__menu__item{
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

@media only screen and (max-width: 500px){
    .popup__content__contacts a{
        padding-right: 0;
        display: block;
        margin-bottom: 12px;
    }
}

@media only screen and (max-width: 400px){
    .header__top__form__input{
        width: 60px;
    }
}

/* End */


/* Start:/test2/static/css/index.css?1686734577337386*/
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.h4__wrap {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-property: transform, -webkit-transform;
}

.swiper-slide.ds {
    max-width: 360px;
}

.swiper-wrapper.st {
    flex-wrap: wrap;
}

@media (max-width: 960px) {
    .callback-test__screen {
        min-height: auto;
    }

    .swiper-slide.ds {
        max-width: unset;
    }

    .swiper-wrapper.st {
        flex-wrap: unset;
    }
}

.swiper-invisible-blank-slide {
    visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s top, .2s -webkit-transform;
    transition: .2s transform, .2s top;
    transition: .2s transform, .2s top, .2s -webkit-transform;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s left, .2s -webkit-transform;
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s right, .2s -webkit-transform;
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -webkit-transform;
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000;
}

.swiper-pagination-lock {
    display: none;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}

.swiper-container-flip {
    overflow: visible;
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px;
}

.icon-vintage-logo {
    width: 0.73em;
    height: 1em;
    fill: currentColor;
    stroke: initial;
}

/* COMPONENTS */
html {
    position: relative;
}

body {
    font-family: "MuseoSansCyrl";
    font-size: 18px;
    position: relative;
    padding-top: 143px;
    width: 100%;
}

body:after {
    left: 0;
    right: 0;
    top: 0;
    display: block;
    content: '';
    height: 143px;
    position: absolute;
    background: #1f282c;
}

body.hide,
html.hide {
    overflow: hidden;
    margin-right: 17px;
}

.container {
    max-width: 100%;
    width: 1200px;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0px;
    bottom: 0;
    z-index: 53;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.56);
    font-family: "MuseoSansCyrl";
    color: #1f282c;
}

.popup-on .popup {
    visibility: visible !important;
    opacity: 1 !important;
}

.popup .container {
    position: relative;
}

.popup__main {
    padding-top: 20px;
}

.popup__btn {
    background-color: #746a5c;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    margin-top: 250px;
    margin-bottom: 250px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border: none;
    padding: 15px 26px;
    transition: .3s;
}

body.with-hover .popup__btn:hover {
    background-color: rgba(116, 106, 92, 0.7);
}

.popup__content {
    margin-top: 100px;
    max-width: 746px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.popup__content__send {
    position: static;
    visibility: visible;
    height: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
    margin-top: 30px;
}

.popup__content__send__img {
    margin-bottom: 24px;
}

.popup__content__send__info h3 {
    font-size: 24px;
    line-height: 1;
    color: #1f282c;
    margin-bottom: 0px;
}

.popup__content__send__info p {
    font-size: 30px;
    line-height: 1;
    color: #1f282c;
    margin-bottom: 178px;
}

.popup__content__title {
    max-width: 95%;
    display: inline-block;
    margin-bottom: 42px;
}

.popup__content__title h3 {
    font-size: 30px;
    line-height: 1.2;
    text-align: left;
    font-family: "MuseoSansCyrlBold";
}

.popup__content__title .pop_form_header {
    font-size: 30px;
    line-height: 1.2;
    text-align: left;
    font-family: "MuseoSansCyrlBold";
}

.popup__content__title .active {
    font-size: 38px;
    line-height: 1;
    display: inline-block;
    font-family: "MuseoSansCyrlBold";
    color: #1eb0cd;
}

.popup__content__close {
    cursor: pointer;
    vertical-align: top;
    padding-top: 13px;
    padding-bottom: 13px;
    display: inline-block;
    position: relative;
    padding-right: 32px;
    z-index: 3;
    font-size: 14px;
    line-height: 1;
    position: absolute;
    top: 0px;
    right: 0;
}

body.with-hover .popup__content__close:hover:after {
    opacity: 0.7;
}

.popup__content__close:after {
    content: '';
    width: 24px;
    height: 24px;
    background: url("/test2/static/css/../img/close.svg") center center no-repeat;
    position: absolute;
    top: 7px;
    right: 0;
    transition: .3s;
}

.popup__content__form {
    padding-bottom: 21px;
}

.popup__content__form .form-group:first-child {
    margin-bottom: 12px;
}

.popup__content__form .form-group:nth-child(2) {
    margin-bottom: 22px;
}

.popup__content__form .form-group:nth-child(2) .iferror {
    font-size: 18px;
    line-height: 1;
    margin-top: 22px;
    padding-left: 19px;
    color: #cc211d;
    position: relative;
}

.popup__content__form .form-group:nth-child(2) .iferror:before {
    content: '!';
    text-align: center;
    font-size: 11px;
    line-height: 13px;
    display: block;
    width: 12px;
    height: 12px;
    background-color: #cc211d;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    left: 0;
    top: 3px;
}

.popup__content__form__label {
    display: inline-block;
    position: relative;
}

.popup__content__form__label.error {
    position: relative;
}

.popup__content__form__label.error span {
    color: #cc211d;
}

.popup__content__form__label.error input {
    border: 1px solid #cc211d;
}

.popup__content__form__label.error:after {
    content: '!';
    text-align: center;
    font-size: 11px;
    line-height: 13px;
    display: block;
    width: 12px;
    height: 12px;
    background-color: #cc211d;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    right: 16px;
    top: 50px;
    bottom: 18px;
}

.popup__content__form__label span {
    font-size: 14px;
    display: inline-block;
    padding-top: 8px;
    padding-bottom: 8px;
}

.popup__content__form__label:nth-child(odd) {
    margin-right: 20px;
}

.popup__content__form__label input {
    height: 48px;
    width: 360px;
    padding-left: 20px;
    padding-right: 40px;
    background-color: rgba(230, 223, 212, 0.97);
    border: 1px solid #1f282c;
    display: block;
    transition: .3s;
}

.popup__content__form__label input:focus {
    background-color: #fff;
}

.popup__content__form__button,
.xsendthisshit {
    background-color: #746a5c;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    border: none;
    padding: 15px 26px;
    transition: .3s;
}

body.with-hover .popup__content__form__button:hover,
body.with-hover .xsendthisshit:hover {
    background-color: rgba(116, 106, 92, 0.7);
}

.popup__content__personaldata {
    margin-bottom: 48px;
}

.popup__content__personaldata p {
    font-size: 12px;
    line-height: 1;
    color: #1f282c;
}

.popup__content__personaldata p a {
    font-size: 14px;
    line-height: 1;
    color: #1f282c;
    transition: .3s;
    -webkit-text-decoration-color: rgba(31, 40, 44, 0.25);
    text-decoration-color: rgba(31, 40, 44, 0.25);
}

body.with-hover .popup__content__personaldata p a:hover {
    opacity: 0.7;
}

.popup__content__contacts .pop_phone {
    font-size: 24px;
    line-height: 1;
    display: inline-block;
    opacity: .5;
}

.popup__content__contacts h3 {
    font-size: 24px;
    line-height: 1;
    display: inline-block;
    opacity: .5;
}

.popup__content__contacts a {
    font-size: 24px;
    line-height: 1;
    padding-left: 16px;
    text-decoration: none;
    color: #1f282c;
    transition: .3s;
}

.xsendthisshit {
    background-color: #746a5c;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    border: none;
    padding: 15px 26px;
    transition: .3s;
}

.xsendthisshit:hover {
    background-color: rgba(116, 106, 92, 0.7);
}

body.with-hover .popup__content__contacts a:hover {
    color: rgba(31, 40, 44, 0.7);
}


.sub__menu {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.2s linear, opacity 0.2s linear;
    padding-left: 26px;
    padding-right: 60px;
    padding-top: 24px;
    padding-bottom: 24px;
    box-sizing: border-box;
    background: #444b4c;
    left: -26px;
    top: 42px;
    /*-webkit-transform: scale(0);*/
    /*-ms-transform: scale(0);*/
    /*transform: scale(0);*/
}

.sub__menu.products {
    width: 640px;
    padding-right: 26px;
}

body.with-hover .sub__menu:hover {
    opacity: 1;
    visibility: visible;
}

.sub__menu.active {
    position: static;
    opacity: 1;
    visibility: visible;
}

.sub__menu h5 {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #8f9496;
    margin-bottom: 8px;
}

.sub__menu .header_menu_head {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #8f9496;
    margin-bottom: 8px;
}

.sub__menu__block {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.sub__menu__block ul li {
    display: block;
}

.sub__menu__block a {
    text-decoration: none;
    display: block;
    color: #ffffff;
    text-decoration: none;
    padding-top: 4px;
    cursor: pointer;
    padding-bottom: 4px;
    transition: .3s;
    margin-top: 2px;
    margin-bottom: 2px;
    white-space: nowrap;
}

body.with-hover .sub__menu__block a:hover {
    color: rgba(255, 255, 255, 0.7);
}

.sub__menu__block__title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 4px;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    transition: .3s;
}

.sub__menu__block__subtitle {
    font-size: 14px;
    font-weight: 500;
    color: #8f9496;
}

.sub__menu__block.full {
    width: 100%;
    border-bottom: 1px solid rgba(143, 148, 150, 0.5);
    padding-bottom: 1px;
    margin-bottom: 24px;
}

.sub__menu__block.full h5 {
    margin-bottom: 18px;
}

.sub__menu__block.full a {
    margin-bottom: 22px;
    display: block;
    padding-top: 0;
    margin-top: 0;
    cursor: pointer;
    padding-bottom: 0;
}

.sub__menu__block.full .second_m li>div,
.sub__menu__block.full .first_m li>div {
    margin-bottom: 22px;
    display: block;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 0;
}

.sub__menu__block.full .second_m li>div a,
.sub__menu__block.full .first_m li>div a {
    margin-bottom: 0;
}

body.with-hover .sub__menu__block.full a:hover .sub__menu__block__title {
    color: rgba(255, 255, 255, 0.7);
}

.sub__menu__block.full ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sub__menu__block.full li {
    box-sizing: border-box;
    padding-left: 38px;
    position: relative;
    width: 50%;
    margin-right: 0;
    margin-left: 0;
    box-sizing: border-box;
}

.sub__menu__block.full li img {
    width: 28px;
    position: absolute;
    left: 0;
    top: 0px;
}

/* PAGES */
.home-mainscreen {
    padding: 94px 0 90px 0;
    background-color: #c7ebf3;
}

.home-mainscreen .container {
    position: relative;
}

.home-mainscreen__title {
    font-size: 40px;
    font-family: "MuseoSansCyrlBold";
    line-height: 1.2;
    color: #1f282c;
    max-width: 615px;
    margin-bottom: 25px;
    margin-top: 20px;
}

.home-mainscreen__subtitle {
    font-size: 30px;
    font-family: "MuseoSansCyrlBold";
    line-height: 1.33;
    color: #1eb0cd;
    max-width: 338px;
    margin-bottom: 48px;
}

.home-mainscreen .home-mainscreen__connect {
    font-size: 18px;
    font-family: "MuseoSansCyrlBold";
    position: relative;
    z-index: 0;
    max-width: 174px;
    border-radius: 4px;
}

.home-mainscreen__img {
    max-width: 100%;
    width: 545px;
    height: 686px;
    position: absolute;
    z-index: 0;
    bottom: -158px;
    right: 0;
}

.calltracking__ecosystem.home-ecosystem {
    background-color: rgba(202, 188, 168, 0.25);
}

.calltracking__ecosystem.home-ecosystem-w {
    background-color: rgba(255, 255, 255, 0);
}


.calltracking__ecosystem.home-ecosystem .calltracking__ecosystem__title,
.calltracking__ecosystem.home-ecosystem .calltracking__ecosystem__subtitle {
    color: #1f282c;
}

.calltracking__ecosystem.home-ecosystem-w .calltracking__ecosystem__title {
    color: #1f282c;
}

.calltracking__ecosystem.home-ecosystem .calltracking__ecosystem__title {
    font-family: "MuseoSansCyrlBold";
}

.calltracking__ecosystem.home-ecosystem .calltracking__ecosystem__subtitle {
    font-family: "MuseoSansCyrl";
}

.calltracking__ecosystem.home-ecosystem-w .calltracking__ecosystem__subtitle {
    color: #1f282c;
}

.home-show {
    background-color: #c7ebf3;
    height: 480px;
    cursor: pointer;
    position: relative;
}

.home-show .container {
    position: relative;
}

.home-show__img {
    background: url("/test2/static/css/../img/hm-movie.png") left center no-repeat;
    background-size: 761px 480px;
    height: 480px;
}

.home-show__actions {
    position: absolute;
    top: 154px;
    right: 7.5%;
}

.home-show__play {
    margin-bottom: 16px;
}

.home-show__title {
    font-size: 30px;
    font-family: "MuseoSansCyrlBold";
    line-height: 1.33;
    max-width: 307px;
    color: #1f282c;
}

.home-show__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 480px;
    width: 100%;
}

.home-show__movie {
    height: 100%;
    width: 100%;
    display: none;
}

.home-cause {
    padding: 64px 0;
    background-color: #fff;
}

.home-cause__title {
    font-size: 30px;
    font-family: "MuseoSansCyrlBold";
    color: #1f282c;
    margin-bottom: 24px;
}

.home-cause__title__calltouch {
    font-weight: 900;
}

.home-cause__subtitle {
    font-size: 18px;
    font-family: "MuseoSansCyrl";
    color: #1f282c;
    margin-bottom: 32px;
}

.home-cause__tabs {
    margin-bottom: 24px;
}

.home-cause__tabs ul.tabs {
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-cause__tabs ul.tabs li {
    background: none;
    font-family: "MuseoSansCyrlBold";
    font-size: 24px;
    color: #8f9496;
    display: inline-block;
    padding: 16px 12px;
    margin-right: 12px;
    margin-left: 12px;
    cursor: pointer;
}

.home-cause__tabs ul.tabs li:first-child {
    margin-left: 0;
    padding-left: 0;
}

.home-cause__tabs ul.tabs li.current {
    color: #1eb0cd;
}

.home-cause__tabs .tab-content {
    display: none;
    padding: 34px 0;
    border-top: 1px solid rgba(143, 148, 150, 0.25);
    border-bottom: 1px solid rgba(143, 148, 150, 0.25);
    background-color: #fff;
}

.home-cause__tabs .tab-content.current {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.home-cause__tabs .tab-content__item {
    max-width: 233px;
    margin-right: 1.5%;
}

.home-cause__tabs .tab-content__item:last-child {
    margin-right: 0;
}

.home-cause__tabs .tab-content__img {
    width: 64px;
    height: 64px;
    margin-bottom: 24px;
}

.home-cause__tabs .tab-content__title {
    font-family: "MuseoSansCyrlBold";
    font-size: 18px;
    color: #1eb0cd;
    margin-bottom: 8px;
}

.home-cause__tabs .tab-content__text {
    font-family: "MuseoSansCyrl";
    line-height: 1.5;
    font-size: 16px;
    color: #1f282c;
}

.home-cause__result {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: flex-start;
}

.home-cause__result__img {
    width: 48px;
    height: 48px;
    margin-right: 16px;
}

.home-cause__result__wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.home-cause__result__title {
    font-family: "MuseoSansCyrlBold";
    font-size: 18px;
    color: #1eb0cd;
    margin-bottom: 4px;
}

.home-cause__result__subtitle {
    font-family: "MuseoSansCyrl";
    font-size: 16px;
    line-height: 1.5;
    color: #1f282c;
}

.home-blog {
    padding: 64px 0;
    background-color: #fff;
    position: relative;
}

.home-blog:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    width: 100%;
    background-color: rgba(143, 148, 150, 0.25);
}

.home-blog__title {
    font-family: "MuseoSansCyrlBold";
    font-size: 30px;
    color: #39454c;
    margin-bottom: 32px;
}

.home-blog__items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.home-blog__item {
    text-decoration: none;
    max-width: 450px;
    min-height: 230px;
    padding-bottom: 36px;
    position: relative;
    border-radius: 8px;
}

.home-blog__item:first-child {
    margin-right: 64px;
}

.home-blog__item__wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px;
}

.home-blog__img {
    margin-right: 16px;
    height: 150px;
    width: auto;
}

.home-blog__caption {
    font-family: "MuseoSansCyrlBold";
    font-size: 24px;
    color: #1f282c;
}

.home-blog__text {
    max-width: 420px;
    font-family: "MuseoSansCyrl";
    font-size: 14px;
    line-height: 1.5;
    color: #1f282c;
}

.home-blog__info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.home-blog__date {
    font-family: "MuseoSansCyrl";
    font-size: 14px;
    line-height: 1.43;
    color: #8f9496;
}

.home-blog__more {
    font-family: "MuseoSansCyrl";
    font-size: 14px;
    line-height: 1.43;
    color: #1eb0cd;
    padding-left: 30px;
    position: relative;
}

.home-blog__more .dots {
    position: absolute;
    left: 0;
    top: 8px;
    width: 18px;
    height: 3px;
}

.home-blog__more .dots span {
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: rgba(30, 176, 205, 0.5);
}

.home-blog__more .dots span:first-child {
    left: 0;
}

.home-blog__more .dots span:nth-child(2) {
    left: 9px;
}

.home-blog__more .dots span:nth-child(3) {
    left: 18px;
}

.home-geo .calltracking__geo__title {
    font-family: "MuseoSansCyrlBold";
}

.home-geo .calltracking__geo__item__title {
    font-family: "MuseoSansCyrlBold";
}

.home-awards {
    padding: 64px 0;
    position: relative;
    z-index: 0;
}

.home-awards:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    width: 100%;
    background-color: rgba(143, 148, 150, 0.25);
}

.home-awards__title {
    font-family: "MuseoSansCyrlBold";
    line-height: 1.5;
    font-size: 30px;
    color: #39454c;
    margin-bottom: 48px;
    text-align: center;
}

/*.home-awards__items#home-awards__slider {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.home-awards__items#home-awards__slider .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.home-awards__items#home-awards__slider .swiper-wrapper .home-awards__items__slider {
    width: 314px !important;
    max-width: 100%;
    margin-bottom: 10px;
    min-height: 215px;
}*/

/*.home-awards__items#home-awards__slider .swiper-wrapper .home-awards__items__slider:last-child {*/
/*width: calc(100% - 36.5%) !important;*/
/*}*/
/*
.home-awards__item {
    max-width: 314px;
}

.home-awards__item:last-child {
    max-width: 613px;
}

.home-awards__item__img {
    height: 60px;
    margin-bottom: 18px;
}

.home-awards__item__img.tagline {
    background: url("/test2/static/css/../img/hm-tagline.jpg") left center no-repeat;
    background-size: 158px 60px;
    max-width: 158px;
}

.home-awards__item__img.adindex {
    background: url("/test2/static/css/../img/hm-adindex.jpg") left top 24px no-repeat;
    background-size: 186px 30px;
    max-width: 186px;
}

.home-awards__item__img.repa {
    background: url("/test2/static/css/../img/hm-repa.png") left top 24px no-repeat;
    background-size: 107px 40px;
    max-width: 107px;
}

.home-awards__item__img.amconf {
    background: url("/test2/static/css/../img/hm-amconf.jpg") left top 26px no-repeat;
    background-size: 244px 34px;
    max-width: 244px;
}

.home-awards__item__img.like {
    background: url("/test2/static/css/../img/hm-like.png") left top 28px no-repeat;
    background-size: 131px 32px;
    max-width: 131px;
}

.home-awards__item__img.avtostat {
    background: url("/test2/static/css/../img/autostat.jpg") left top 10px no-repeat;
    background-size: 190px;
    max-width: 190px;
}

.home-awards__item__title {
    color: #1f282c;
    font-size: 24px;
    font-family: "MuseoSansCyrlBold";
    margin-bottom: 8px;
    line-height: 1.25;
}

.home-awards__item__subtitle {
    color: #1f282c;
    font-size: 14px;
    font-family: "MuseoSansCyrl";
    line-height: 1.42;
}*/

#home-awards__slider .home-awards__item {
    border: 1px solid #E3E4E5;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 10px 15px 20px 15px;
    min-height: 290px;
}

#home-awards__slider .home-awards__item .home-awards__item__img {
    display: block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center !important;
    align-items: center !important;
    height: 120px;
    border-bottom: 1px solid #E3E4E5;
    margin-bottom: 25px;
}

#home-awards__slider .home-awards__item .home-awards__item__img img {
    max-height: 100px;
}

#home-awards__slider .home-awards__item .home-awards__item__title {
    font-size: 18px;
    line-height: 28px;
    color: #1F282C;
    margin-bottom: 20px;
}

#home-awards__slider .home-awards__item .home-awards__item__subtitle {
    font-size: 12px;
    line-height: 16px;
    color: #000000;
}

.home-form {
    padding: 64px 0;
    position: static;
    visibility: visible;
    opacity: 1;
    background-color: rgba(202, 188, 168, 0.25);
    min-height: 440px;
}

.home-form__content {
    margin-top: 0;
    max-width: 100%;
}

.home-form__label .home-form__input {
    background: none;
}

.calltracking {
    position: relative;
}

.calltracking:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    width: 100%;
    background-color: rgba(143, 148, 150, 0.25);
}

.calltracking__about {
    padding-bottom: 64px;
}

.calltracking__heading {
    position: relative;
    margin-top: 44px;
    margin-bottom: 48px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.calltracking__heading__logo {
    margin-right: 24px;
    margin-top: 0;
    margin-bottom: auto;
}

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

.calltracking__heading__title {
    color: #1f282c;
    font-size: 40px;
    font-family: "MuseoSansCyrlBold";
    margin-bottom: 16px;
    display: inline-block;
}

.calltracking__heading__title span {
    margin-left: 24px;
    font-size: 18px;
    font-style: italic;
    font-family: "MuseoSansCyrlBold";
    color: #8f9496;
    padding-left: 10px;
}

.calltracking__heading__subtitle {
    color: #1eb0cd;
    font-size: 24px;
    font-family: "MuseoSansCyrlBold";
    margin-bottom: 10px;
    line-height: 1.5;
}

.calltracking__message {
    font-size: 24px;
    font-family: "MuseoSansCyrlBold";
    color: #444b4c;
    margin-bottom: 48px;
    line-height: 1.5;
}

.calltracking__items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 48px;
}

.calltracking__items__item {
    margin-right: 73px;
}

.calltracking__items__item:last-child {
    margin-right: 0;
}

.calltracking__items__img {
    margin-bottom: 16px;
    max-height: 68px;
    max-width: 70px;
}

.calltracking__items__text {
    font-size: 24px;
    font-family: "MuseoSansCyrl";
    color: #444b4c;
    line-height: 1.5;
}

.calltracking__connect,
.calltracking__calculate {
    display: inline-block;
    width: 268px;
    height: 48px;
    text-decoration: none;
    text-align: center;
    padding: 15px 20px;
    font-size: 18px;
    font-family: "MuseoSansCyrlBold";
    transition: .3s;
    border-radius: 4px;
}

.calltracking__connect.blue-but {
    background-color: #1eb0cd;
    color: #1f282c;
    margin-right: 16px;
    cursor: pointer;
}

.calltracking__connect.blue-but:hover {
    background-color: #188fa7;
}

.calltracking__connect {
    background-color: #f2c400;
    color: #1f282c;
    margin-right: 16px;
    cursor: pointer;
}

.calltracking__connect:hover {
    background-color: #ffd800;
}

.calltracking__calculate {
    background-color: #1f282c;
    color: #fff;
}

.calltracking__calculate:hover {
    background-color: #030404;
}

.calltracking__types {
    padding: 64px 0;
}

.calltracking__types__title {
    margin-bottom: 16px;
    font-size: 30px;
    font-family: "MuseoSansCyrlBold";
    color: #39454c;
}

.calltracking__types__text {
    margin-bottom: 16px;
    font-size: 18px;
    font-family: "MuseoSansCyrl";
    line-height: 1.5;
    color: #444b4c;
}

.calltracking__types__items {
    margin-top: 48px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.calltracking__types__items__item {
    margin-right: 75px;
    max-width: 478px;
}

.calltracking__types__items__item:last-child {
    margin-right: 0;
}

.calltracking__types__items__img {
    margin-bottom: 16px;
    max-height: 64px;
    max-width: 64px;
}

.calltracking__types__items__title {
    font-size: 24px;
    font-family: "MuseoSansCyrlBold";
    color: #444b4c;
    margin-bottom: 14px;
}

.calltracking__types__items__link {
    font-size: 16px;
    font-family: "MuseoSansCyrl";
    color: #1eb0cd;
    display: block;
    padding-left: 20px;
    margin-bottom: 20px;
    position: relative;
}

.calltracking__types__items__link:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 12px;
    height: 12px;
    background: url("/test2/static/css/../img/ct-question.svg") center center no-repeat;
}

.calltracking__types__items__text {
    font-size: 18px;
    font-family: "MuseoSansCyrl";
    color: #444b4c;
    line-height: 1.5;
}

.calltracking__pluses {
    padding-top: 50px;
    padding-bottom: 64px;
    background-color: #1eb0cd;
}

.calltracking__pluses__title {
    height: 64px;
    line-height: 64px;
    margin-bottom: 48px;
    padding-left: 265px;
    font-size: 40px;
    font-family: "MuseoSansCyrlBold";
    color: #fff;
    background: url("/test2/static/css/../img/ct-blacklogo.svg") left center no-repeat;
}

.calltracking__pluses__items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.calltracking__pluses__items__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.calltracking__pluses__items__img {
    margin-right: 24px;
    max-height: 70px;
    max-width: 70px;
}

.calltracking__pluses__items__text {
    color: #fff;
    font-size: 18px;
    font-family: "MuseoSansCyrl";
    line-height: 1.5;
    max-width: 446px;
    padding-right: 10px;
}

.calltracking__reasons {
    padding: 64px 0;
    background: #fff;
    position: relative;
    /*+max(768)
        padding-bottom: 250px*/
    /*+max(500)
        padding-bottom: 187px*/
}

.calltracking__reasons:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    width: 100%;
    background-color: rgba(143, 148, 150, 0.25);
}

.calltracking__reasons .container {
    position: relative;
}

.calltracking__reasons__title {
    font-size: 30px;
    font-family: "MuseoSansCyrlBold";
    color: #1f282c;
    margin-bottom: 28px;
}

.calltracking__reasons__subtitle {
    font-size: 18px;
    font-family: "MuseoSansCyrlBold";
    line-height: 1.5;
    color: #444b4c;
    padding-left: 80px;
    margin-bottom: 70px;
    position: relative;
    padding-top: 10px;
}

.calltracking__reasons__subtitle:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 64px;
    height: 64px;
    background: url("/test2/static/css/../img/ct-emblem.svg") center center no-repeat;
}

.calltracking__reasons__wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.calltracking__reasons__items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 44px;
}

.calltracking__reasons__items:last-child {
    margin-right: 0;
}

.calltracking__reasons__item {
    max-width: 500px;
    margin-bottom: 48px;
}

.calltracking__reasons__item:last-child {
    margin-bottom: 0;
}

.calltracking__reasons__item__wrapper {
    position: relative;
}

.calltracking__reasons__item__img {
    margin-bottom: 24px;
    max-width: 64px;
    max-height: 64px;
    min-height: 64px;
}

.calltracking__reasons__item__screen {
    position: absolute;
}

.calltracking__reasons__item__title {
    font-size: 24px;
    font-family: "MuseoSansCyrlBold";
    line-height: 1.5;
    color: #1eb0cd;
    margin-bottom: 16px;
}

.calltracking__reasons__item__text {
    font-size: 18px;
    font-family: "MuseoSansCyrl";
    line-height: 1.5;
    color: #444b4c;
}

.calltracking__reasons__img {
    width: 784px;
    max-width: 100%;
    max-height: 987px;
    position: absolute;
    bottom: -400px;
    right: 0;
    z-index: 4;
    /*+max(768)
          bottom: -530px
          width: calc( 100% - 350px);
          min-width: calc(784px - 350px);
          right: 16px
          left: 16px
          display: block*/
    /*+max(500)
          bottom: -350px
          min-width: 272px
          max-width: 100%*/
}

.calltracking__telephony {
    padding: 64px 0;
    position: relative;
    /*+max(768)
        padding-top: 300px*/
    /*+max(500)
        padding-top: 190px*/
}

.calltracking__telephony:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    width: 100%;
    background-color: rgba(143, 148, 150, 0.25);
}

.calltracking__telephony__title {
    display: inline-block;
    max-width: 800px;
    font-size: 30px;
    font-family: "MuseoSansCyrlBold";
    color: #39454c;
    margin-bottom: 48px;
}

.calltracking__telephony__link {
    display: inline-block;
    font-size: 16px;
    font-family: "MuseoSansCyrl";
    color: #1eb0cd;
    padding-left: 20px;
    position: relative;
    left: 0;
    z-index: 5;
}

.calltracking__telephony__link:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 12px;
    height: 12px;
    background: url("/test2/static/css/../img/ct-question.svg") center center no-repeat;
}

.calltracking__telephony__text {
    font-size: 20px;
    font-family: "MuseoSansCyrl";
    line-height: 1.5;
    color: #1f282c;
    max-width: 991px;
    margin-bottom: 48px;
}

.calltracking__telephony__list-title {
    font-size: 24px;
    font-family: "MuseoSansCyrlBold";
    color: #1f282c;
    padding-left: 88px;
    position: relative;
    margin-bottom: 24px;
}

.calltracking__telephony__list-title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 64px;
    height: 58px;
    background: url("/test2/static/css/../img/ct_telephony.svg") center center no-repeat;
}

.calltracking__telephony ul {
    padding-left: 88px;
    margin-bottom: 48px;
}

.calltracking__telephony ul li {
    font-size: 18px;
    font-family: "MuseoSansCyrl";
    color: #1f282c;
    line-height: 1;
    padding-left: 22px;
    position: relative;
    margin-bottom: 12px;
}

.calltracking__telephony ul li:last-child {
    margin-bottom: 0;
}

.calltracking__telephony ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #1eb0cd;
}

.calltracking__telephony__message {
    font-size: 24px;
    font-family: "MuseoSansCyrlBold";
    color: #39454c;
    max-width: 783px;
    margin-bottom: 32px;
}

.calltracking__cases {
    padding-top: 64px;
    padding-bottom: 44px;
    background-color: rgba(202, 188, 168, 0.25);
}

.calltracking__cases__heading {
    position: relative;
    max-width: 380px;
    width: 100%;
}

.calltracking__cases__title {
    display: inline-block;
    font-size: 30px;
    font-family: "MuseoSansCyrlBold";
    color: #1f282c;
    margin-bottom: 36px;
}

.calltracking__cases__count {
    position: absolute;
    right: 0;
    top: 6px;
    font-size: 18px;
    font-family: "MuseoSansCyrlBold";
    color: rgba(68, 75, 76, 0.5);
    display: none;
}

.calltracking__cases__count #brands__index,
.calltracking__cases__count #brands__count {
    display: inline-block;
}

.calltracking__cases #calltracking__cases__slider {
    width: calc(100% + 40px);
    margin-left: -20px;
}

.calltracking__cases__items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
}

.calltracking__cases__item {
    display: inline-block;
    padding: 17px 24px 44px 24px;
    text-decoration: none;
    max-width: 380px;
    min-height: 500px;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 1px 0 1px rgba(116, 106, 92, 0.15);
    position: relative;
    transition: .3s;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.calltracking__cases__item:hover {
    cursor: pointer;
    box-shadow: 0 5px 0 2px rgba(116, 106, 92, 0.15);
}

.calltracking__cases__item__task {
    font-size: 14px;
    font-family: "MuseoSansCyrl";
    color: #1f282c;
    padding-bottom: 17px;
    border-bottom: 1px solid rgba(143, 148, 150, 0.25);
    margin-bottom: 30px;
}

.calltracking__cases__item__img {
    max-width: 100%;
    margin-bottom: 32px;
    max-height: 100px;
}

.calltracking__cases__item__img.hoff {
    width: 127px;
    height: 64px;
}

.calltracking__cases__item__img.rolf {
    width: 234px;
    height: 67px;
}

.calltracking__cases__item__img.magwai {
    width: 262px;
    height: 62px;
    margin-bottom: 39px;
}

.calltracking__cases__item__title {
    font-size: 24px;
    font-family: "MuseoSansCyrlBold";
    color: #1f282c;
    margin-bottom: 8px;
}

.calltracking__cases__item__subtitle {
    font-size: 18px;
    font-family: "MuseoSansCyrlBold";
    color: #8f9496;
    margin-bottom: 16px;
}

.calltracking__cases__item__text {
    font-size: 14px;
    font-family: "MuseoSansCyrl";
    line-height: 1.5;
    color: #1f282c;
    margin-bottom: 8px;
}

.calltracking__cases__item__linkwrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 44px;
    background-color: rgba(230, 223, 212, 0.25);
    padding: 14px 0;
}

.calltracking__cases__item__link {
    font-size: 14px;
    font-family: "MuseoSansCyrl";
    color: #746a5c;
    text-decoration: none;
    padding-left: 56px;
    position: relative;
}

.calltracking__cases__item .dots {
    position: absolute;
    left: 26px;
    top: 20px;
    width: 18px;
    height: 3px;
}

.calltracking__cases__item .dots span {
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: rgba(116, 106, 92, 0.5);
}

.calltracking__cases__item .dots span:first-child {
    left: 0;
}

.calltracking__cases__item .dots span:nth-child(2) {
    left: 9px;
}

.calltracking__cases__item .dots span:nth-child(3) {
    left: 18px;
}

.calltracking__geo {
    padding: 64px 0;
    background-size: 924px 483px;
}

.calltracking__geo .container {
    background: #fff url("/test2/static/css/../img/ct-map.png") left 50px top 50px no-repeat;
    background-size: 924px 483px;
}

.calltracking__geo__title {
    margin-bottom: 36px;
    color: #1f282c;
    font-size: 30px;
    font-family: "MuseoSansCyrlBold";
}

.calltracking__geo__items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 64px;
    width: 960px;
    max-width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.calltracking__geo__items:last-child {
    margin-bottom: 0;
}

.calltracking__geo__item {
    max-width: 325px;
}

.calltracking__geo__item__img {
    height: 90px;
    width: 90px;
    margin-bottom: 24px;
}

.calltracking__geo__item__title {
    font-size: 24px;
    color: #1f282c;
    font-family: "MuseoSansCyrlBold";
    line-height: 1.5;
}

.calltracking__ecosystem {
    padding-top: 64px;
    padding-bottom: 50px;
    background-color: #444b4c;
}

.calltracking__ecosystem__title {
    font-size: 30px;
    color: #fff;
    font-family: "MuseoSansCyrlBold";
    margin-bottom: 24px;
}

.calltracking__ecosystem__subtitle {
    font-size: 18px;
    color: #fff;
    font-family: "MuseoSansCyrl";
    margin-bottom: 34px;
}

.calltracking__ecosystem__items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.calltracking__ecosystem ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.calltracking__ecosystem ul li {
    max-width: 100%;
}


.calltracking__ecosystem__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    width: 380px;
    max-width: 100%;
    box-sizing: border-box;
    height: 120px;
    padding: 0 40px 0 24px;
    box-shadow: 0 1px 0 1px rgba(116, 106, 92, 0.15);
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: none;
    margin-bottom: 14px;
    transition: .3s;
    border-radius: 8px;
}

.calltracking__ecosystem.home-ecosystem-w .calltracking__ecosystem__item {
    border-top: 1px solid rgba(143, 148, 150, 0.25);
}

.calltracking__ecosystem__item:hover {
    box-shadow: 0 5px 0 2px rgba(116, 106, 92, 0.15);
}

.calltracking__ecosystem__item__img {
    width: 56px;
    height: 56px;
    max-width: 100%;
    min-width: 56px;
}

.calltracking__ecosystem__item__wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 24px;
}

.calltracking__ecosystem__item__title {
    font-size: 24px;
    font-family: "MuseoSansCyrlBold";
    color: #1f282c;
    margin-bottom: 8px;
}

.calltracking__ecosystem__item__subtitle {
    font-size: 14px;
    font-family: "MuseoSansCyrl";
    color: rgba(31, 40, 44, 0.5);
}

.albato {
    padding-top: 44px;
    padding-bottom: 74px;
    position: relative;
}

.albato__title {
    font-size: 40px;
    font-family: "MuseoSansCyrl";
    color: #1f282c;
    margin-bottom: 64px;
}

.albato__logo {
    margin-bottom: 24px;
}

.albato__subtitle {
    margin-bottom: 84px;
    font-size: 24px;
    font-family: "MuseoSansCyrl";
    color: #1f282c;
}

.albato__items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 24px;
    margin-bottom: 54px;
    position: relative;
}

.albato__items:after {
    display: none;
    content: '';
    height: 1px;
    width: 100%;
    background-color: rgba(143, 148, 150, 0.25);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.albato__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.albato__item__img {
    margin-right: 24px;
}

.albato__item__img.chart {
    margin-right: 26px;
}

.albato__item__text {
    font-size: 24px;
    font-family: "MuseoSansCyrl";
    color: #1f282c;
}

.albato__wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.albato__wrapper:after {
    display: none;
    content: '';
    height: 1px;
    width: 100%;
    background-color: rgba(143, 148, 150, 0.25);
    position: absolute;
    bottom: 24px;
    right: 0;
    left: 0;
}

.albato__link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 78px;
    height: 90px;
    padding: 0 16px;
    background-color: #1eb0cd;
    color: #fff;
    font-size: 30px;
    font-family: "MuseoSansCyrl";
    text-decoration: none;
}

.albato__link span {
    height: 48px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 72px;
    position: relative;
}

.albato__link span:before {
    content: '';
    position: absolute;
    width: 42px;
    height: 48px;
    top: 0;
    left: 0;
    background: url("/test2/static/css/../img/al-calltouch.svg") center center no-repeat;
    background-size: 100%;
}

.albato__reasons {
    margin-bottom: 78px;
}

.albato__reasons li {
    font-size: 24px;
    font-family: "MuseoSansCyrl";
    color: #1f282c;
    padding-left: 22px;
    position: relative;
    margin-bottom: 16px;
}

.albato__reasons li:last-child {
    margin-bottom: 0;
}

.albato__reasons li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #1eb0cd;
}

.albato__settings__title {
    font-size: 30px;
    font-family: "MuseoSansCyrl";
    color: #1f282c;
    margin-bottom: 44px;
}

.albato__settings__items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1128px;
    margin-bottom: 64px;
}

.albato__settings__item {
    width: 200px;
    height: 64px;
    margin-bottom: 24px;
    border: 1px solid rgba(87, 106, 103, 0.25);
    border-radius: 8px;
}

.albato__settings__item.onec {
    background: url("/test2/static/css/../img/al-onec.png") center center no-repeat;
    background-size: 75px 33px;
}

.albato__settings__item.amocrm {
    background: url("/test2/static/css/../img/al-amocrm.png") center center no-repeat;
    background-size: 128px 25px;
}

.albato__settings__item.bpmonline {
    background: url("/test2/static/css/../img/al-bpm.png") center center no-repeat;
    background-size: 134px 31.9px;
}

.albato__settings__item.facebook {
    background: url("/test2/static/css/../img/al-facebook.png") center center no-repeat;
    background-size: 137px 27px;
}

.albato__settings__item.google {
    background: url("/test2/static/css/../img/al-google.png") center center no-repeat;
    background-size: 166px 23px;
}

.albato__settings__item.jivosite {
    background: url("/test2/static/css/../img/al-jivo.png") center center no-repeat;
    background-size: 115px 35px;
}

.albato__settings__item.kissmetrics {
    background: url("/test2/static/css/../img/al-kissmetrics.png") center center no-repeat;
    background-size: 169px 22px;
}

.albato__settings__item.retailcrm {
    background: url("/test2/static/css/../img/al-retailcrm.png") center center no-repeat;
    background-size: 121px 27px;
}

.albato__settings__item.slack {
    background: url("/test2/static/css/../img/al-slack.png") center center no-repeat;
    background-size: 115px 33px;
}

.albato__settings__item.smsru {
    background: url("/test2/static/css/../img/al-smsru.png") center center no-repeat;
    background-size: 102px 30px;
}

.albato__settings__item.telegram {
    background: url("/test2/static/css/../img/al-telegram.png") center center no-repeat;
    background-size: 46px;
}

.albato__settings__item.wirecrm {
    background: url("/test2/static/css/../img/al-wirecrm.png") center center no-repeat;
    background-size: 123px 24px;
}

.albato__settings__item.yolla {
    background: url("/test2/static/css/../img/al-yolla.png") center center no-repeat;
    background-size: 113px 34px;
}

.albato__settings__item.bitrix {
    background: url("/test2/static/css/../img/al-bitrix.png") center center no-repeat;
    background-size: 151px 35px;
}

.albato__settings__item.megaplan {
    background: url("/test2/static/css/../img/al-megaplan.png") center center no-repeat;
    background-size: 148px 28px;
}

.albato__settings__item.moisklad {
    background: url("/test2/static/css/../img/al-moisklad.png") center center no-repeat;
    background-size: 152px 23px;
}

.albato__settings__item.yandex {
    background: url("/test2/static/css/../img/al-yandex.png") center center no-repeat;
    background-size: 129px 30px;
}

.albato__settings__item.vk {
    background: url("/test2/static/css/../img/al-vk.png") center center no-repeat;
    background-size: 158px 31px;
}

.albato__settings__item.mailchimp {
    background: url("/test2/static/css/../img/al-mailchimp.png") center center no-repeat;
    background-size: 174px 43px;
}

.albato__settings__item.tilda {
    background: url("/test2/static/css/../img/al-tilda.png") center center no-repeat;
    background-size: 165px 43px;
}

.albato__more {
    color: #1f282c;
    font-size: 14px;
    font-family: "MuseoSansCyrl";
    text-align: center;
    position: absolute;
    bottom: 144px;
    left: 0;
    right: 0;
    display: none;
}

.albato__details {
    display: block;
    width: 268px;
    height: 48px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    text-decoration: none;
    padding: 15px 24px;
    background-color: #f2c400;
    color: #1f282c;
    font-size: 18px;
    font-family: "MuseoSansCyrl";
    transition: .3s;
    border-radius: 4px;
}

.albato__details:hover {
    background-color: #ffd800;
}

.analytics-mainscreen {
    padding: 19px 0 64px 0;
}

.analytics-mainscreen__title {
    color: #1f282c;
    font-size: 40px;
    font-family: "MuseoSansCyrlBold";
    margin-bottom: 32px;
    margin-top: 20px;
}

.analytics-mainscreen__subtitle {
    color: #1eb0cd;
    font-family: "MuseoSansCyrlBold";
    font-size: 24px;
    margin-bottom: 64px;
}

.analytics-mainscreen__text {
    color: #1f282c;
    font-size: 18px;
    line-height: 1.5;
    font-family: "MuseoSansCyrl";
    margin-bottom: 64px;
    max-width: 911px;
}

.analytics-mainscreen__items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.analytics-mainscreen__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 64px;
    min-width: 25%;
}

.analytics-mainscreen__item:last-child {
    margin-right: 0;
}

.analytics-mainscreen__item__img {
    margin-right: 16px;
    max-height: 75px;
    max-width: 75px;
}

.analytics-mainscreen__item__text {
    color: #1f282c;
    font-size: 18px;
    font-family: "MuseoSansCyrlBold";
    line-height: 1.5;
}

.analytics-reasons {
    padding: 64px 0;
    background-color: rgba(202, 188, 168, 0.25);
}

.analytics-reasons__title {
    font-size: 30px;
    font-family: "MuseoSansCyrlBold";
    color: #1f282c;
    margin-bottom: 64px;
}

.analytics-reasons__wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.analytics-reasons__list {
    margin-right: 170px;
}

.analytics-reasons__list:last-child {
    margin-right: 0;
}

.analytics-reasons__list li {
    color: #1f282c;
    font-size: 18px;
    font-family: "MuseoSansCyrl";
    margin-bottom: 32px;
    position: relative;
    padding-left: 24px;
    line-height: 1.5;
}

.analytics-reasons__list li:last-child {
    margin-bottom: 0;
}

.analytics-reasons__list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #1eb0cd;
}

.analytics-work {
    padding: 64px 0 64px 0;
}

.analytics-work__title {
    font-size: 30px;
    color: #1f282c;
    font-family: "MuseoSansCyrlBold";
    margin-bottom: 64px;
}

.analytics-work__img {
    width: 894px;
    max-width: 100%;
    height: 288px;
    background: url("/test2/static/css/../img/scheme_analytics_desktop.svg") left center no-repeat;
    /*background-size: 100%;*/
    margin-bottom: 64px;
}

.analytics-pluses {
    background-color: #c7ebf3;
    padding: 64px 0;
}

.analytics-pluses__title {
    font-size: 30px;
    font-family: "MuseoSansCyrlBold";
    color: #1f282c;
    margin-bottom: 64px;
}

.analytics-pluses__wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.analytics-pluses__items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.analytics-pluses__items:first-child {
    margin-right: 20px;
}

.analytics-pluses__item {
    max-width: 560px;
    margin-bottom: 64px;
    padding-left: 80px;
    position: relative;
}

.analytics-pluses__item:last-child {
    margin-bottom: 0;
}

.analytics-pluses__item__img {
    width: 64px;
    height: 64px;
    position: absolute;
    left: 0;
    top: 0;
}

.analytics-pluses__item__img.at-presentation {
    background: url("/test2/static/css/../img/analytics_reports1.svg") center center no-repeat;
    background-size: 64px 64px;
}

.analytics-pluses__item__img.at-freefolder {
    background: url("/test2/static/css/../img/analytics_crossprojects.svg") center center no-repeat;
    background-size: 62px 64px;
}

.analytics-pluses__item__img.at-sheetfile {
    background: url("/test2/static/css/../img/analytics_csv.svg") center center no-repeat;
    background-size: 48px 64px;
}

.analytics-pluses__item__img.at-networkcable {
    background: url("/test2/static/css/../img/analytics_integration.svg") center center no-repeat;
    background-size: 49px 64px;
}

.analytics-pluses__item__img.at-blockchart {
    background: url("/test2/static/css/../img/analytics_columns.svg") center center no-repeat;
    background-size: 62px 64px;
}

.analytics-pluses__item__img.at-piechart {
    background: url("/test2/static/css/../img/analytics_graphs.svg") center center no-repeat;
    background-size: 62px 64px;
}

.analytics-pluses__item__img.at-balance {
    background: url("/test2/static/css/../img/analytics_comparison.svg") center center no-repeat;
    background-size: 62px 64px;
}

.analytics-pluses__item__title {
    font-size: 24px;
    color: #1f282c;
    font-family: "MuseoSansCyrlBold";
    margin-bottom: 8px;
}

.analytics-pluses__item__text {
    line-height: 1.5;
    font-size: 18px;
    color: #1f282c;
    font-family: "MuseoSansCyrl";
}

.analytics-geo .calltracking__geo__items {
    max-width: 100%;
    width: 875px;
}

/* PAGES */


.strangeBlock {
    display: none;
    max-width: 750px;
}

.strangeBlockActivator {
    display: inline-block;
    position: relative;
    padding: 0 20px 0 0;
    background: #fff;
    color: #1f282c;
    text-decoration: none;
    cursor: pointer;
    margin-top: 15px;
    font-size: 14px;
}

.strangeBlockActivator:after {
    content: "";
    display: block;
    width: 18px;
    height: 14px;
    position: absolute;
    right: 0px;
    top: 0px;
    background: url(/test2/static/img/opt-down-arrow.svg) center center no-repeat;
    background-size: contain;
}

.strangeBlockActivator.activated:after {
    background: none;
}

.strangeBlockActivator.activated:before {
    content: "";
    display: block;
    width: 18px;
    height: 14px;
    position: absolute;
    right: 0px;
    top: 0px;
    background: url(/test2/static/img/opt-up-arrow.svg) center center no-repeat;
    background-size: contain;
}

.strangeBlockHeader {
    padding: 20px 0;
}

.strangeBlockText {
    line-height: 20px;
    padding-bottom: 8px;
}

.strangeBlockAnkhor {
    color: #1eb0cd;
}

.strangeBlockUl {
    padding-left: 20px;
}

.strangeBlockUl li {
    list-style: disc;
}

.strangeBlockUl li .strangeBlockText {
    padding-bottom: 0;
}

.context-tools {
    margin-top: 44px;
    padding-bottom: 64px;
    background: #fff;
}

.context-tools__main-title {
    font-size: 40px;
    font-family: "MuseoSansCyrlBold";
    color: #1f282c;
    margin-bottom: 16px;
}

.context-tools__title {
    font-size: 30px;
    font-family: "MuseoSansCyrlBold";
    color: #1f282c;
    margin-bottom: 16px;
}

.context-tools__title.context-reasons__title {
    max-width: 746px;
}

.context-tools__subtitle {
    font-size: 24px;
    font-family: "MuseoSansCyrlBold";
    color: #1eb0cd;
    line-height: 1.5;
}

.context-tools__items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 64px;
}

.context-tools__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 390px;
    padding-left: 80px;
    font-size: 18px;
    font-family: "MuseoSansCyrl";
    color: #39454c;
    min-height: 64px;
    line-height: 1.5;
    position: relative;
}

.context-tools__item:before {
    content: '';
    display: block;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 0;
    left: 0;
    background-size: 64px;
}

.context-tools__item.cxt-graph:before {
    background: url("/test2/static/img/context/context_reports1.svg") center center no-repeat;
}

.context-tools__item.cxt-purse:before {
    background: url("/test2/static/img/context/context_economy.svg") center center no-repeat;
}

.context-tools__item.cxt-add:before {
    background: url("/test2/static/img/context/context_leads.svg") center center no-repeat;
}

.why-calltouch-context {
    padding: 64px 0 16px 0;
    background-color: #c7ebf3;
}

.why-calltouch-context__items {
    margin-top: 32px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 990px;
}

.why-calltouch-context__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 64px;
    font-size: 18px;
    font-family: "MuseoSansCyrl";
    color: #444b4c;
    line-height: 1.5;
    max-width: 430px;
    padding-left: 80px;
    margin-bottom: 48px;
    position: relative;
}

.why-calltouch-context__item:before {
    content: '';
    display: block;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 0;
    left: 0;
    background-size: 64px;
}

.why-calltouch-context__item.cxt-presentation:before {
    background: url("/test2/static/img/context/context_reports2.svg") center center no-repeat;
}

.why-calltouch-context__item.cxt-settingswindow:before {
    background: url("/test2/static/img/context/context_settings.svg") center center no-repeat;
}

.why-calltouch-context__item.cxt-dotchart:before {
    background: url("/test2/static/img/context/context_settings.svg") center center no-repeat;
}

.why-calltouch-context__item.cxt-network-cable:before {
    background: url("/test2/static/img/context/context_integration.svg") center center no-repeat;
}

.why-calltouch-context__item.cxt-shoppinglist:before {
    background: url("/test2/static/img/context/context_utm.svg") center center no-repeat;
}

.why-calltouch-context__item.cxt-sendmail:before {
    background: url("/test2/static/img/context/context_datasend.svg") center center no-repeat;
}

.context-reasons {
    padding: 64px 0;
    background: #fff;
    position: relative;
}

.context-reasons:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    width: 100%;
    background-color: rgba(143, 148, 150, 0.25);
}

.context-reasons__list__item {
    font-size: 20px;
    font-family: "MuseoSansCyrl";
    color: #444b4c;
    line-height: 1.5;
    margin-bottom: 16px;
    padding-left: 24px;
    position: relative;
}

.context-reasons__list__item:last-child {
    margin-bottom: 0;
}

.context-reasons__list__item:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #1eb0cd;
    position: absolute;
    left: 0;
    top: 11px;
}

.optimizer-tool {
    padding: 64px 0;
    background-color: #c7ebf3;
}

.optimizer-tool__heading {
    padding-left: 168px;
    position: relative;
    line-height: 64px;
    min-height: 128px;
}

.optimizer-tool__heading:before {
    content: '';
    display: block;
    width: 128px;
    height: 128px;
    background-size: 128px;
    background: url("/test2/static/css/../img/cxt-optimizer.svg") center center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

.optimizer-tool__title {
    color: #39454c;
}

.optimizer-tool__subtitle {
    font-size: 24px;
    font-family: "MuseoSansCyrlBold";
    color: #1eb0cd;
    line-height: 1.5;
}

.optimizer-tool__text {
    margin-top: 45px;
    margin-bottom: 32px;
    max-width: 900px;
    font-size: 20px;
    font-family: "MuseoSansCyrl";
    color: #444b4c;
    line-height: 1.5;
}

.optimizer-tool__list__item {
    font-size: 18px;
    font-family: "MuseoSansCyrl";
    color: #444b4c;
    line-height: 1.5;
    margin-bottom: 16px;
    padding-left: 24px;
    position: relative;
}

.optimizer-tool__list__item:last-child {
    margin-bottom: 0;
}

.optimizer-tool__list__item:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #1eb0cd;
    position: absolute;
    left: 0;
    top: 9px;
}

.page-error {
    height: 70vh;
    padding-top: 86px;
    padding-bottom: 86px;
    background-color: #1f282c;
}

.page-error__title {
    color: #fff;
    font-family: "MuseoSansCyrl";
    font-size: 136px;
    margin-bottom: 48px;
}

.page-error__subtitle,
.page-error__text {
    font-family: "MuseoSansCyrlBold";
    font-size: 30px;
    line-height: 1.5;
}

.page-error__subtitle {
    color: #fff;
}

.page-error__text {
    color: #f2c400;
}

.page-error__button {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    padding: 15px 24px;
    font-size: 18px;
    font-family: "MuseoSansCyrlBold";
    line-height: 1;
    color: #1f282c;
    background-color: #fff;
    margin-top: 48px;
    transition: .3s;
}

.page-error__button:hover {
    background-color: #cccccc;
}

.page-error__button.underway-button {
    margin-top: 32px;
}

.page-error__message {
    font-family: "MuseoSansCyrlBold";
    font-size: 24px;
    color: #fff;
    line-height: 1.5;
    margin-top: 32px;
    max-width: 558px;
}

.page-error__call {
    margin-top: 48px;
    margin-bottom: 16px;
    font-size: 18px;
    color: #8f9496;
    font-family: "MuseoSansCyrlBold";
    padding-left: 24px;
    position: relative;
}

.page-error__call:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 2px;
    background: url("/test2/static/css/../img/call.svg") center center no-repeat;
}

.page-error__numbers {
    padding-left: 6px;
}

.page-error__numbers a {
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    font-family: "MuseoSansCyrlBold";
    transition: .3s;
}

.page-error__numbers a:hover {
    color: #cccccc;
}

.page-error__numbers a:first-child {
    margin-right: 12px;
    padding-right: 16px;
    position: relative;
}

.page-error__numbers a:first-child:after {
    content: '';
    width: 1px;
    height: 16px;
    background-color: #444b4c;
    position: absolute;
    right: 0;
    top: 3px;
}

.predict-page {
    position: relative;
    padding-bottom: 64px;
}

/*.predict-page:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    width: 100%;
    background-color: rgba(143, 148, 150, 0.25);
}
*/
.predict-page__title {
    font-family: "MuseoSansCyrlBold";
    font-size: 30px;
    color: #1f282c;
    margin-bottom: 24px;
}

.predict-page__text {
    font-family: "MuseoSansCyrl";
    font-size: 18px;
    color: #39454c;
    line-height: 1.5;
    margin-bottom: 24px;
}

.predict-page__text.pd-showtext {
    max-width: 777px;
    margin-bottom: 0;
}

.predict-page__text.pd-reason-text {
    max-width: 996px;
}

.predict-page__text.pd-reports-text {
    max-width: 927px;
}

.predict-page__message {
    font-family: "MuseoSansCyrlBold";
    font-size: 24px;
    color: #1eb0cd;
    line-height: 1.5;
    max-width: 842px;
}

.predict-page__about {
    margin-bottom: 64px;
}

.predict-page__heading {
    position: relative;
    margin-top: 44px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.predict-page__heading__logo {
    margin-right: 24px;
}

.predict-page__heading__text {
    display: block;
    width: 100%;
}

.predict-page__heading__title {
    color: #1f282c;
    font-size: 40px;
    font-family: "MuseoSansCyrlBold";
    margin-bottom: 16px;
}

.predict-page__heading__title span {
    margin-left: 24px;
    font-size: 18px;
    font-style: italic;
    font-family: "MuseoSansCyrlBold";
    color: #8f9496;
}

.predict-page__heading__subtitle {
    color: #1eb0cd;
    font-size: 24px;
    font-family: "MuseoSansCyrlBold";
}

.predict-page__items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 990px;
}

.predict-page__items__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "MuseoSansCyrl";
    font-size: 18px;
    line-height: 1.5;
    color: #39454c;
    max-width: 42%;
    margin-bottom: 32px;
    padding-left: 88px;
    min-height: 64px;
    position: relative;
}

.predict-page__items__item.pd-addlist,
.predict-page__items__item.pd-controller {
    margin-bottom: 0;
}

.predict-page__items__item:before {
    content: '';
    display: block;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 0;
    left: 0;
    background-size: 64px;
}

.predict-page__items__item.pd-graph:before {
    background: url("/test2/static/img/predict/predict_analysis.svg") center center no-repeat;
}

.predict-page__items__item.pd-purse:before {
    background: url("/test2/static/img/predict/predict_economy.svg") center center no-repeat;
}

.predict-page__items__item.pd-addlist:before {
    background: url("/test2/static/img/predict/predict_clean.svg") center center no-repeat;
}

.predict-page__items__item.pd-controller:before {
    background: url("/test2/static/img/predict/predict_control.svg") center center no-repeat;
}

.predict-page__reason {
    padding: 64px 0;
}

.predict-page__reason__items {
    margin-top: 48px;
    max-width: 868px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.predict-page__reason__item:first-child {
    max-width: 208px;
}

.predict-page__reason__item:nth-child(2) {
    max-width: 265px;
}

.predict-page__reason__item:last-child {
    max-width: 208px;
}

.predict-page__reason__number {
    width: 64px;
    height: 64px;
    font-size: 30px;
    color: #1f282c;
    font-family: "MuseoSansCyrlBold";
    padding-top: 16px;
    padding-left: 24px;
    margin-bottom: 16px;
    position: relative;
}

.predict-page__reason__number:before {
    content: '';
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 2px solid #1eb0cd;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.predict-page__reason__title,
.predict-page__reason__subtitle {
    line-height: 1.5;
    font-family: "MuseoSansCyrl";
}

.predict-page__reason__title {
    font-size: 20px;
    color: #1eb0cd;
}

.predict-page__reason__subtitle {
    font-size: 18px;
    color: #39454c;
}

.predict-page__how-it-works {
    position: relative;
    padding: 64px 0 12px;
    z-index: 1;
}

.predict-page__how-it-works .predict-page__text {
    font-size: 24px;
}

.predict-page__show {
    background-color: #c7ebf3;
    cursor: pointer;
    position: relative;
}

.predict-page__show .container {
    position: relative;
}

.predict-page__show__img {
    background: url("/test2/static/css/../img/pd-movie-img.png") left center no-repeat;
    background-size: contain;
    height: 236px;
}

.predict-page__show__actions {
    position: absolute;
    top: 118px;
    right: 7.5%;
}

.predict-page__show__play {
    margin-bottom: 16px;
}

.predict-page__show__title {
    font-size: 30px;
    font-family: "MuseoSansCyrlBold";
    line-height: 1.33;
    max-width: 307px;
    color: #1f282c;
}

.predict-page__show__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 480px;
    width: 100%;
}

.predict-page__show__movie {
    height: 588px;
    width: 100%;
    display: none;
}

.predict-page__settings {
    padding: 64px 0;
}

.predict-page__settings__step {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
}

.predict-page__settings__step:last-child {
    margin-bottom: 0;
}

.predict-page__settings__step .predict-page__text {
    max-width: 814px;
    margin-bottom: 0;
}

.predict-page__settings__number {
    width: 48px;
    height: 48px;
    margin-right: 24px;
    padding-top: 10px;
    padding-left: 18px;
    color: #fff;
    font-size: 24px;
    font-family: "MuseoSansCyrlBold";
    position: relative;
}

.predict-page__settings__number:before {
    z-index: -1;
    content: '';
    display: block;
    background-color: #000000;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    position: absolute;
    left: 0;
    top: 0;
}

.predict-page__reports {
    padding: 64px 0;
    position: relative;
}

.predict-page__reports:after,
.predict-page__reports:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    width: 100%;
    background-color: rgba(143, 148, 150, 0.25);
}

.predict-page__reports:after {
    bottom: 0;
}

.predict-page__reports:before {
    top: 0;
}

.predict-page__reports__link {
    color: #1eb0cd;
    font-size: 18px;
    font-family: "MuseoSansCyrlBold";
    padding-right: 6px;
}

.predict-page__reports__img {
    width: 1200px;
    max-width: 100%;
    border-radius: 8px;
}

.btn_yellow-mid,
.btn_blue-mid {
    border-radius: 4px;
}

.antifraud-page {
    position: relative;
    padding-bottom: 64px;
}

.antifraud-page:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    width: 100%;
    background-color: rgba(143, 148, 150, 0.25);
}

.antifraud-page__title {
    font-family: "MuseoSansCyrlBold";
    font-size: 30px;
    color: #1f282c;
    margin-bottom: 24px;
}

.antifraud-page__text {
    font-family: "MuseoSansCyrl";
    font-size: 18px;
    color: #39454c;
    line-height: 1.5;
    margin-bottom: 24px;
}

.antifraud-page__text.af-desc-text {
    max-width: 756px;
    margin-bottom: 0;
}

.antifraud-page__text.af-hiw-text {
    max-width: 862px;
    margin-bottom: 0;
}

.antifraud-page__message {
    font-family: "MuseoSansCyrlBold";
    font-size: 24px;
    color: #1f282c;
    margin-bottom: 24px;
}

.antifraud-page__about {
    margin-bottom: 64px;
}

.antifraud-page__heading {
    position: relative;
    margin-top: 44px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.antifraud-page__heading__logo {
    margin-right: 24px;
}

.antifraud-page__heading__text {
    display: block;
    width: 100%;
}

.antifraud-page__heading__title {
    color: #1f282c;
    font-size: 40px;
    font-family: "MuseoSansCyrlBold";
    margin-bottom: 16px;
}

.antifraud-page__heading__title span {
    margin-left: 24px;
    font-size: 18px;
    font-style: italic;
    font-family: "MuseoSansCyrlBold";
    color: #8f9496;
}

.antifraud-page__heading__subtitle {
    color: #1eb0cd;
    font-size: 24px;
    font-family: "MuseoSansCyrlBold";
}

.antifraud-page__items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 968px;
    margin-bottom: 64px;
}

.antifraud-page__items.description-items {
    margin-top: 32px;
    max-width: 880px;
    margin-bottom: 48px;
}

.antifraud-page__items.description-items .antifraud-page__items__item {
    padding-left: 88px;
}

.antifraud-page__items.description-items .antifraud-page__items__item:first-child {
    max-width: 450px;
}

.antifraud-page__items.description-items .antifraud-page__items__item:last-child {
    padding-top: 14px;
}

.antifraud-page__items.methods-items {
    margin-top: 32px;
    margin-bottom: 48px;
    max-width: 985px;
}

.antifraud-page__items.methods-items .antifraud-page__items__item {
    padding-left: 88px;
    color: #1eb0cd;
    font-size: 20px;
}

.antifraud-page__items.methods-items .antifraud-page__items__item:first-child {
    max-width: 434px;
}

.antifraud-page__items.methods-items .antifraud-page__items__item:last-child {
    padding-top: 0;
}

.antifraud-page__items.methods-items .antifraud-page__items__item__text {
    margin-top: 5px;
    font-size: 18px;
    font-family: "MuseoSansCyrl";
    color: #1f282c;
    line-height: 1.5;
}

.antifraud-page__items.af-hiw-items {
    max-width: 1095px;
}

.antifraud-page__items__item {
    font-family: "MuseoSansCyrl";
    font-size: 18px;
    line-height: 1.5;
    color: #39454c;
    padding-left: 80px;
    position: relative;
    min-height: 64px;
}

.antifraud-page__items__item:before {
    content: '';
    display: block;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 0;
    left: 0;
    background-size: 64px;
}

.antifraud-page__items__item.af-user-graph:before {
    background: url("/test2/static/img/antifraud/antifraud_control.svg") center center no-repeat;
}

.antifraud-page__items__item.af-powerbutton:before {
    background: url("/test2/static/img/antifraud/antifraud_turnoff.svg") center center no-repeat;
}

.antifraud-page__items__item.af-money:before {
    background: url("/test2/static/img/antifraud/antifraud_budget.svg") center center no-repeat;
}

.antifraud-page__items__item.af-windmill:before {
    background: url("/test2/static/img/antifraud/antifraud_nakrutka.svg") center center no-repeat;
}

.antifraud-page__items__item.af-megaphone:before {
    background: url("/test2/static/img/antifraud/antifraud_adspam.svg") center center no-repeat;
}

.antifraud-page__items__item.af-mobilephone:before {
    background: url("/test2/static/img/antifraud/antifraud_mobilecalls.svg") center center no-repeat;
}

.antifraud-page__items__item.af-telephone:before {
    background: url("/test2/static/img/antifraud/antifraud_citycalls.svg") center center no-repeat;
}

.antifraud-page__items__item.af-phone-check:before {
    background: url("/test2/static/img/antifraud/antifraud_check.svg") center center no-repeat;
}

.antifraud-page__items__item.af-audiofile:before {
    background: url("/test2/static/img/antifraud/antifraud_analysis.svg") center center no-repeat;
}

.antifraud-page__list li {
    font-size: 18px;
    font-family: "MuseoSansCyrl";
    color: #39454c;
    padding-left: 24px;
    position: relative;
    margin-bottom: 16px;
}

.antifraud-page__list li:last-child {
    margin-bottom: 0;
}

.antifraud-page__list li:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: #1eb0cd;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 6px;
}

.antifraud-page__list.fraud-methods {
    max-width: 624px;
    margin-bottom: 24px;
    padding: 24px;
    background-color: #e6dfd4;
    border-radius: 8px;
}

.antifraud-page__list.fraud-methods li {
    line-height: 1.5;
}

.antifraud-page__list.fraud-methods li:before {
    top: 9px;
}

.antifraud-page__description {
    padding: 64px 0;
}

.antifraud-page__how-it-works {
    padding: 64px 0;
    position: relative;
}

.antifraud-page__how-it-works:after,
.antifraud-page__how-it-works:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    width: 100%;
    background-color: rgba(143, 148, 150, 0.25);
}

.antifraud-page__how-it-works:after {
    bottom: 0;
}

.antifraud-page__how-it-works:before {
    top: 0;
}

.antifraud-page__button {
    max-height: 48px;
    display: inline-block;
    padding: 12px 24px;
    background-color: #f2c400;
    text-decoration: none;
    margin-top: 48px;
    font-size: 18px;
    color: #39454c;
    font-family: "MuseoSansCyrlBold";
    cursor: pointer;
    transition: .3s;
    border-radius: 4px;
}

.antifraud-page__button:hover {
    background-color: #ffd800;
}

.antifraud-page__screen {
    max-width: 100%;
    margin-top: 48px;
}

#reviews-slider {
    min-height: 310px;
    z-index: 0;
}

.reviews {
    padding: 64px 0;
    background-color: #fff;
    border-bottom: 1px solid #e3e4e5;
    z-index: 0;
}

.reviews .container {
    position: relative;
}

.reviews__title {
    font-family: "MuseoSansCyrlBold";
    font-size: 30px;
    color: #1f282c;
    margin-bottom: 48px;
}

.reviews__content {
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 160px;
    position: relative;
}

.reviews__content__img {
    width: 128px;
    height: 128px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
}

.reviews__content__title {
    display: inline-block;
    font-size: 24px;
    margin-bottom: 5px;
    color: #1f282c;
    font-family: "MuseoSansCyrlBold";
    margin-right: 16px;
}

.reviews__content__position {
    display: inline-block;
    font-size: 18px;
    color: #8f9496;
    font-family: "MuseoSansCyrl";
    line-height: 1.5;
    display: block;
    padding-bottom: 10px;
    min-height: 54px;
}

.reviews__content__text {
    font-size: 18px;
    color: #444b4c;
    font-family: "MuseoSansCyrl";
    margin-bottom: 16px;
    line-height: 1.5;
}

.reviews__content__text:last-child {
    margin-bottom: 0;
}

.reviews__prev,
.reviews__next {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    transition: .3s;
}

.blog__prev,
.blog__next {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    transition: .3s;
}

.integrat__prev,
.integrat__next {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    transition: .3s;
}

.reviews__prev:hover,
.reviews__next:hover {
    background-color: #21c2e2;
}

.blog__prev:hover,
.blog__next:hover {
    background-color: #21c2e2;
}

.integrat__prev:hover,
.integrat__next:hover {
    background-color: #21c2e2;
}

.reviews__prev {
    left: 0;
    background: #1eb0cd url("/test2/static/img/left-x1.svg") left 0px center no-repeat;
}

.reviews__next {
    right: 0;
    background: #1eb0cd url("/test2/static/img/right-x1.svg") left 0px center no-repeat;
}

.blog__prev {
    left: 0;
    background: #1eb0cd url("/test2/static/img/left-x1.svg") left 0px center no-repeat;
}

.blog__next {
    right: 0;
    background: #1eb0cd url("/test2/static/img/right-x1.svg") left 0px center no-repeat;
}

.integrat__prev {
    left: 0;
    background: #1eb0cd url("/test2/static/img/left-x1.svg") left 0px center no-repeat;
}

.integrat__next {
    right: 0;
    background: #1eb0cd url("/test2/static/img/right-x1.svg") left 0px center no-repeat;
}

.integrat__prev,
.integrat__next {
    top: auto;
    bottom: 0;
}

.integrat__prev {
    left: 38%;
}

.integrat__next {
    right: 38%;
}

.reviews__pagination {
    top: 9px;
    right: 16px;
    z-index: 0;
}

.reviews__pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background-color: #1eb0cd;
    margin-right: 14px;
}

.reviews__pagination .swiper-pagination-bullet:last-child {
    margin-right: 0;
}

.reports {
    padding: 64px 0;
}

.reports__title {
    font-size: 30px;
    font-family: "MuseoSansCyrlBold";
    color: #1f282c;
    margin-bottom: 24px;
}

.reports__column {
    width: 1200px;
    max-width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-bottom: 40px;
}

.reports__column .swiper-pagination {
    bottom: 0;
    position: absolute;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.reports__column .swiper-pagination-bullet {
    margin-right: 24px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #1eb0cd;
}

.reports__column .swiper-pagination-bullet:last-child {
    margin-right: 0;
}

.reports__column .swiper-pagination-bullet-active {
    background-color: #1eb0cd;
}

.reports #reports__slider {
    margin-top: 8px;
    width: 1200px;
    max-width: 100%;
    max-height: 560px;
}

.reports #reports__slider .swiper-slide {
    text-align: center;
}

.reports__screen {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.reports #reports__quote {
    width: 1200px;
    max-width: 100%;
    z-index: 15;
}

.reports__subtitle {
    font-size: 24px;
    font-family: "MuseoSansCyrlBold";
    color: #1eb0cd;
    margin-bottom: 8px;
}

.reports__text {
    font-size: 18px;
    font-family: "MuseoSansCyrl";
    color: #444b4c;
    min-height: 82px;
    line-height: 1.5;
}

.reports__prev,
.reports__next {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    transition: .3s;
    z-index: 3;
}

.reports__prev:hover,
.reports__next:hover {
    background-color: #21c2e2;
}

.reports__prev {
    left: -24px;
    background: #1eb0cd url("/test2/static/img/review-l-arrow.svg") left 12px center no-repeat !important;
}

.reports__next {
    right: -24px;
    background: #1eb0cd url("/test2/static/img/review-r-arrow.svg") left 14px center no-repeat !important;
}

.cases {
    padding-top: 64px;
    padding-bottom: 44px;
    background-color: rgba(202, 188, 168, 0.25);
    z-index: 0;
}

.cases__heading {
    position: relative;
    max-width: 380px;
    width: 100%;
}

.cases__title {
    display: inline-block;
    font-size: 30px;
    font-family: "MuseoSansCyrlBold";
    color: #1f282c;
    margin-bottom: 24px;
}

.cases__count {
    position: absolute;
    right: 0;
    top: 6px;
    font-size: 18px;
    font-family: "MuseoSansCyrlBold";
    color: rgba(68, 75, 76, 0.5);
    display: none;
}

.cases__count #cases__index,
.cases__count #cases__count {
    display: inline-block;
}

.reviews__count {
    position: absolute;
    right: 15px;
    top: 6px;
    font-size: 18px;
    font-family: "MuseoSansCyrlBold";
    color: rgba(68, 75, 76, 0.5);
}

.reviews__count #reviews__index,
.reviews__count #reviews__count {
    display: inline-block;
}

.blog__count {
    position: absolute;
    right: 15px;
    top: 6px;
    font-size: 18px;
    font-family: "MuseoSansCyrlBold";
    color: rgba(68, 75, 76, 0.5);
}

@media (max-width: 960px) {
    .blog__count {
        right: 16px;
        top: 48px;
    }

    .home-blog__title {
        min-height: 46px;
    }
}

.blog__count #blog__index,
.blog__count #blog__count {
    display: inline-block;
}

.cases #cases__slider {
    width: calc(100% + 40px);
    margin-left: -20px;
    z-index: 0;
}

.cases #cases__slider .swiper-pagination-bullets {
    display: none;
}

.cases #cases__slider .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background-color: #746a5c;
    margin-right: 24px;
}

.cases #cases__slider .swiper-pagination-bullets .swiper-pagination-bullet:last-child {
    margin-right: 0;
}

.cases__items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
}

.cases__item {
    display: inline-block;
    padding: 16px 24px 44px 24px;
    text-decoration: none;
    max-width: 380px;
    min-height: 824px;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 1px 0 1px rgba(116, 106, 92, 0.15);
    position: relative;
    transition: .3s;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.cases__item_nen {
    display: inline-block;
    padding: 16px 24px 44px 24px;
    text-decoration: none;
    max-width: 380px;
    min-height: 510px;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 1px 0 1px rgba(116, 106, 92, 0.15);
    position: relative;
    transition: .3s;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.cases__item:hover {
    cursor: pointer;
    box-shadow: 0 5px 0 2px rgba(116, 106, 92, 0.15);
}

.cases__item__data {
    padding-bottom: 16px;
    position: relative;
    border-bottom: 1px solid rgba(143, 148, 150, 0.25);
}

.cases__item__industry {
    font-family: "MuseoSansCyrlBold";
    font-size: 24px;
    color: #1f282c;
    margin-bottom: 8px;
}

.cases__item__performers {
    font-size: 14px;
    font-family: "MuseoSansCyrl";
    color: #8f9496;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(143, 148, 150, 0.25);
    margin-bottom: 30px;
}

.cases__item__img {
    max-width: 100%;
    width: 96px;
    height: 96px;
    margin-bottom: 24px;
}

.cases__item__title {
    font-size: 24px;
    font-family: "MuseoSansCyrlBold";
    color: #1f282c;
    margin-bottom: 16px;
}

.cases__item__percentage {
    font-size: 30px;
    font-family: "MuseoSansCyrl";
    color: #1eb0cd;
    margin-bottom: 8px;
}

.cases__item__result {
    font-size: 16px;
    font-family: "MuseoSansCyrl";
    color: #1f282c;
    margin-bottom: 16px;
}

.cases__item__result:last-child {
    margin-bottom: 0;
}

.cases__item__text {
    font-size: 16px;
    font-family: "MuseoSansCyrl";
    line-height: 1.5;
    color: #1f282c;
    padding-top: 16px;
    padding-bottom: 16px;
}

.cases__item__linkwrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 44px;
    background-color: #1eb0cd;
    padding: 16px 24px;
    transition: .3s;
    border-radius: 4px;
}

.cases__item__linkwrapper:hover {
    background-color: #21c2e2;
}

.cases__item__link {
    font-size: 14px;
    font-family: "MuseoSansCyrl";
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
}

.faq {
    padding: 64px 0;
    background-color: #fff;
    position: relative;
}

.faq:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    width: 100%;
    background-color: rgba(143, 148, 150, 0.25);
}

.faq:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    width: 100%;
    background-color: rgba(143, 148, 150, 0.25);
}

.accordion {
    width: 100%;
}

.accordion-container {
    width: 100%;
    margin-bottom: 24px;
    clear: both;
    border: 1px solid #8f9496;
    border-radius: 8px;
    overflow: hidden;
}

.accordion-container:last-child {
    margin-bottom: 0;
}

.accordion-container.active {
    border: 1px solid #1eb0cd;
}

.accordion-title {
    position: relative;
    display: block;
    padding: 24px 24px 24px 72px;
    font-size: 18px;
    font-family: "MuseoSansCyrlBold";
    background: #fff;
    color: #1f282c;
    text-decoration: none;
    cursor: pointer;
}

.accordion-title:after {
    content: "";
    display: block;
    width: 24px;
    height: 14px;
    position: absolute;
    left: 28px;
    top: 26px;
    background: url("/test2/static/img/opt-down-arrow.svg") center center no-repeat;
}

.accordion-title.open:before {
    content: "";
    display: block;
    width: 24px;
    height: 14px;
    position: absolute;
    left: 28px;
    top: 30px;
    background: url("/test2/static/img/opt-up-arrow.svg") center center no-repeat;
}

.accordion-title.open:after {
    display: none;
}

.accordion-content {
    display: none;
    padding: 0 314px 24px 72px;
    overflow: auto;
}

.accordion-content a {
    color: #1eb0cd;
}

.accordion-content__text {
    max-width: 782px;
    font-family: "MuseoSansCyrl";
    font-size: 18px;
    color: #444b4c;
    line-height: 1.5;
    margin-bottom: 24px;
}

.accordion-content__text:last-child {
    margin-bottom: 0;
}

/* PAGES */
.optimizer-page {
    position: relative;
    padding-bottom: 64px;
}

.optimizer-page .container {
    position: relative;
}

.optimizer-page__notebookimg {
    height: 520px;
    width: 520px;
    max-width: 100%;
    position: absolute;
    right: 16px;
    top: 64px;
    z-index: -1;
}

.optimizer-page__title {
    font-family: "MuseoSansCyrlBold";
    font-size: 30px;
    color: #1f282c;
    margin-bottom: 24px;
}

.optimizer-page__title span {
    display: block;
    color: #1eb0cd;
    margin-top: 15px;
}

.optimizer-page__title_black {
    color: #1f282c !important;
    font-size: 30px !important;
    display: inline-block !important;
    margin-top: 0 !important;
}

.optimizer-page__text {
    font-family: "MuseoSansCyrl";
    font-size: 18px;
    color: #39454c;
    line-height: 1.5;
    margin-bottom: 24px;
}

.optimizer-page__text.opt-firstscreen-text {
    max-width: 735px;
}

.optimizer-page__text.opt-hiw-text {
    margin-bottom: 0;
}

.optimizer-page__text.pd-reports-text {
    max-width: 927px;
}

.optimizer-page__message {
    font-family: "MuseoSansCyrlBold";
    font-size: 24px;
    color: #1eb0cd;
    line-height: 1.5;
    max-width: 842px;
}

.optimizer-page__message.opt-firstscreen-message {
    font-size: 30px;
    margin-top: 64px;
}

.optimizer-page__message.banner-message {
    max-width: 100%;
    font-family: "MuseoSansCyrl";
    line-height: 1.33;
    min-height: 48px;
    font-size: 32px;
    color: #fff;
    padding-left: 88px;
    position: relative;
}

.optimizer-page__message.banner-message:before {
    content: '';
    display: block;
    width: 42px;
    height: 48px;
    position: absolute;
    left: 8px;
    top: 0;
    background: url("/test2/static/img/banner-logo.svg") center center no-repeat;
}

.optimizer-page__message.bm-without-logo {
    padding-left: 0;
    padding-bottom: 0;
}

.optimizer-page__message.bm-without-logo:before {
    display: none;
}

.optimizer-page__message.dark-message {
    color: #1f282c;
    max-width: 100%;
}

.optimizer-page__about {
    margin-bottom: 64px;
}

.optimizer-page__heading {
    position: relative;
    margin-top: 44px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.optimizer-page__heading__logo {
    margin-right: 24px;
}

.optimizer-page__heading__text {
    display: block;
    width: 100%;
}

.optimizer-page__heading__title {
    color: #1f282c;
    font-size: 40px;
    font-family: "MuseoSansCyrlBold";
    margin-bottom: 16px;
}

.optimizer-page__heading__title span {
    margin-left: 24px;
    font-size: 18px;
    font-style: italic;
    font-family: "MuseoSansCyrlBold";
    color: #8f9496;
}

.optimizer-page__heading__subtitle {
    color: #1eb0cd;
    font-size: 24px;
    font-family: "MuseoSansCyrlBold";
    max-width: 708px;
}

.optimizer-page__items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 747px;
    margin-top: 32px;
}

.optimizer-page__items__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "MuseoSansCyrl";
    font-size: 18px;
    line-height: 1.5;
    color: #39454c;
    max-width: 42%;
    width: 100%;
    margin-bottom: 32px;
    padding-left: 88px;
    min-height: 64px;
    position: relative;
}

.optimizer-page__items__item.opt-coin-hands,
.optimizer-page__items__item.opt-reports {
    margin-bottom: 0;
}

.optimizer-page__items__item:before {
    content: '';
    display: block;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 0;
    left: 0;
    background-size: 64px;
}

.optimizer-page__items__item.opt-pocket:before {
    background: url("/test2/static/img/opt-pocket.svg") center center no-repeat;
}

.optimizer-page__items__item.opt-moneybox:before {
    background: url("/test2/static/img/opt-moneybox.svg") center center no-repeat;
}

.optimizer-page__items__item.opt-coin-hands:before {
    background: url("/test2/static/img/opt-coin-hands.svg") center center no-repeat;
}

.optimizer-page__items__item.opt-reports:before {
    background: url("/test2/static/img/opt-reports.svg") center center no-repeat;
}

.optimizer-page__banner {
    padding: 40px 0;
    background-color: #1eb0cd;
}

.optimizer-page__banner__items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.optimizer-page__button {
    height: 48px;
    display: inline-block;
    padding: 14px 24px;
    background-color: #f2c400;
    text-decoration: none;
    font-size: 18px;
    color: #39454c;
    font-family: "MuseoSansCyrlBold";
    cursor: pointer;
    transition: .3s;
    min-width: 265px;
    text-align: center;
    border-radius: 4px;
}

.optimizer-page__button:hover {
    background-color: #ffd800;
}

.optimizer-page__how-it-works {
    padding-top: 64px;
}

.optimizer-page__items-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1075px;
    margin-bottom: 64px;
}

.optimizer-page__items-list.methods-items {
    margin-top: 32px;
    margin-bottom: 48px;
}

.optimizer-page__items-list.methods-items .optimizer-page__items-list__item {
    padding-left: 120px;
    color: #1eb0cd;
    font-size: 20px;
}

.optimizer-page__items-list.methods-items .optimizer-page__items-list__item:first-child {
    max-width: 434px;
}

.optimizer-page__items-list.methods-items .optimizer-page__items-list__item:last-child {
    padding-top: 0;
}

.optimizer-page__items-list.methods-items .optimizer-page__items-list__item__text {
    margin-top: 5px;
    font-size: 18px;
    font-family: "MuseoSansCyrl";
    color: #1f282c;
    line-height: 1.5;
}

.optimizer-page__items-list__item {
    font-family: "MuseoSansCyrl";
    font-size: 18px;
    line-height: 1.5;
    color: #39454c;
    padding-left: 120px;
    position: relative;
    min-height: 96px;
}

.optimizer-page__items-list__item:before {
    content: '';
    display: block;
    width: 96px;
    height: 96px;
    position: absolute;
    top: 0;
    left: 0;
    background-size: 96px;
}

.optimizer-page__items-list__item.opt-mouse-price:before {
    background: url("/test2/static/img/opt-mouse-price.svg") center center no-repeat;
}

.optimizer-page__items-list__item.opt-bag-price:before {
    background: url("/test2/static/img/opt-bag-price.svg") center center no-repeat;
}

.optimizer-page__logic__items {
    margin-top: 24px;
    max-width: 758px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.optimizer-page__logic__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
}

.optimizer-page__logic__item:last-child {
    margin-bottom: 0;
}

.optimizer-page__logic__number {
    margin-right: 24px;
    min-width: 64px;
    height: 64px;
    font-size: 30px;
    color: #1f282c;
    font-family: "MuseoSansCyrlBold";
    padding-top: 16px;
    padding-left: 24px;
    position: relative;
}

.optimizer-page__logic__number:before {
    content: '';
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 2px solid #1eb0cd;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.optimizer-page__logic__title {
    font-size: 20px;
    color: #1f282c;
    line-height: 1.5;
    font-family: "MuseoSansCyrl";
}

.optimizer-page__gene-section {
    height: 220px;
    background: url("/test2/static/img/opt-gene.svg") left center repeat-x;
}

.optimizer-page__reasons {
    padding-bottom: 40px;
}

.optimizer-page__reasons__items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.optimizer-page__reasons__items .optimizer-page__text {
    width: 48%;
}

.optimizer-page__settings {
    padding: 64px 0 48px 0;
    background-color: rgba(230, 223, 212, 0.25);
}

.optimizer-page__settings .swiper-container {
    margin: unset;
}

.optimizer-page__settings .swiper-container .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.optimizer-page__settings .swiper-container .swiper-wrapper .swiper-slide {
    width: 378px !important;
    max-width: 100%;
    margin-right: 16px;
}

.optimizer-page__settings .swiper-container .swiper-wrapper .swiper-slide:nth-child(3),
.optimizer-page__settings .swiper-container .swiper-wrapper .swiper-slide:last-child {
    margin-right: 0;
}

.optimizer-page__settings .swiper-container .swiper-pagination-bullets {
    display: none;
}

.optimizer-page__settings .swiper-container .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background-color: #746a5c;
    margin-right: 24px;
}

.optimizer-page__settings .swiper-container .swiper-pagination-bullet:last-child {
    margin-right: 0;
}

.optimizer-page__settings__items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.optimizer-page__settings__item {
    padding: 24px;
    margin-bottom: 16px;
    background-color: #fff;
    width: 378px;
    max-width: 100%;
    min-height: 411px;
    box-shadow: 0 1px 0 1px rgba(116, 106, 92, 0.15);
    border-radius: 8px;
}

.optimizer-page__settings__item:nth-child(3),
.optimizer-page__settings__item:nth-child(6) {
    margin-right: 0;
}

.optimizer-page__settings__img {
    width: 97px;
    height: 97px;
    max-width: 100%;
    margin-bottom: 24px;
}

.optimizer-page__settings__title,
.optimizer-page__settings__text {
    color: #1f282c;
    line-height: 1.5;
}

.optimizer-page__settings__title {
    font-family: "MuseoSansCyrlBold";
    font-size: 20px;
    margin-bottom: 16px;
}

.optimizer-page__settings__text {
    font-family: "MuseoSansCyrl";
    font-size: 18px;
}

.optimizer-page__capabilities {
    padding: 64px 0;
    position: relative;
}

.optimizer-page__capabilities:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    width: 100%;
    background-color: rgba(143, 148, 150, 0.25);
}

.optimizer-page__capabilities__items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
}

.optimizer-page__capabilities__items:nth-child(2) .optimizer-page__capabilities__item {
    margin-right: 105px;
}

.optimizer-page__capabilities__items:last-child {
    margin-bottom: 0;
}

.optimizer-page__capabilities__items:last-child .optimizer-page__capabilities__item-list {
    /*margin-right: 64px;*/
    margin-right: 114px;
}

.optimizer-page__capabilities__item-list {
    width: 50%;
    /*max-width: 420px;*/
    max-width: 520px;
}

.optimizer-page__capabilities__item-list li {
    color: #1f282c;
    line-height: 1.5;
    font-family: "MuseoSansCyrl";
    font-size: 18px;
    padding-left: 28px;
    margin-bottom: 18px;
    position: relative;
}

.optimizer-page__capabilities__item-list li:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background-color: #1eb0cd;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
}

.optimizer-page__capabilities__item-list li:last-child {
    margin-bottom: 0;
}

.optimizer-page__capabilities__title {
    font-size: 24px;
    font-family: "MuseoSansCyrlBold";
    color: #1eb0cd;
    margin-bottom: 24px;
}

.optimizer-page__capabilities__img {
    width: 380px;
    height: 380px;
    max-width: 100%;
    margin-left: 50px;
}

.optimizer-page__black-banner {
    padding: 24px 0;
    background-color: #1f282c;
}

.optimizer-page__black-banner__items {
    max-width: 1152px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.optimizer-page__black-banner__item:last-child {
    text-align: center;
}

.optimizer-page__black-banner__item:first-child {
    position: relative;
    padding-left: 88px;
}

.optimizer-page__black-banner__item:first-child:before {
    content: '';
    display: block;
    width: 64px;
    height: 64px;
    position: absolute;
    left: 0;
    top: 7px;
    background: url("/test2/static/img/opt-blackbanner-logo.svg") center center no-repeat;
}

.optimizer-page__black-banner__title,
.optimizer-page__black-banner__subtitle {
    color: #fff;
    font-family: "MuseoSansCyrl";
    line-height: 1.5;
}

.optimizer-page__black-banner__title {
    font-size: 36px;
}

.optimizer-page__black-banner__title.bb-opt-title {
    font-size: 36px;
}

.optimizer-page__black-banner__subtitle {
    font-size: 18px;
}

.optimizer-page__statistics {
    padding: 64px 0;
}

.optimizer-page__statistics .container {
    position: relative;
}

.optimizer-page__statistics__img {
    position: absolute;
    right: 16px;
    top: 0;
    height: 242px;
}

.optimizer-page__statistics__items {
    max-width: 1020px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.optimizer-page__statistics__items:last-child {
    margin-bottom: 0;
}

.optimizer-page__statistics__item {
    width: calc(100% / 4);
}

.optimizer-page__statistics__title {
    font-family: "MuseoSansCyrl";
    color: #1eb0cd;
    font-size: 40px;
    line-height: 1.5;
}

.optimizer-page__statistics__title.opt-half-op {
    opacity: .5;
}

.optimizer-page__statistics__title.opt-thirdpart-op {
    opacity: .75;
}

.optimizer-page__statistics__subtitle {
    font-family: "MuseoSansCyrlBold";
    font-size: 18px;
    line-height: 1.5;
    color: #1f282c;
}

.optimizer-page__partners {
    padding: 64px 0;
    background-color: rgba(30, 176, 205, 0.25);
}

.optimizer-page__partners .swiper-container {
    margin: unset;
}

.optimizer-page__partners .swiper-container .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.optimizer-page__partners .swiper-container .swiper-wrapper .swiper-slide {
    width: 274px !important;
    max-width: 100%;
    margin-right: 24px;
}

.optimizer-page__partners .swiper-container .swiper-wrapper .swiper-slide:nth-child(4),
.optimizer-page__partners .swiper-container .swiper-wrapper .swiper-slide:last-child {
    margin-right: 0;
}

.optimizer-page__partners .swiper-container .swiper-pagination-bullets {
    display: none;
}

.optimizer-page__partners .swiper-container .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background-color: #1eb0cd;
    margin-right: 24px;
}

.optimizer-page__partners .swiper-container .swiper-pagination-bullet:last-child {
    margin-right: 0;
}

.optimizer-page__partners__items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.optimizer-page__partners__item {
    padding: 16px;
    background-color: #fff;
    max-width: 100%;
    width: 274px;
    height: 274px;
    margin-right: 24px;
    margin-bottom: 24px;
    position: relative;
    border-radius: 8px;
}

.optimizer-page__partners__item:nth-child(4),
.optimizer-page__partners__item:last-child {
    margin-right: 0;
}

.optimizer-page__partners__img {
    width: 100%;
    height: 146px;
    margin-bottom: 24px;
}

.optimizer-page__partners__img.opt-am-logo {
    background: url("/test2/static/img/am-logo.png") center center no-repeat;
}

.optimizer-page__partners__img.opt-rw-logo {
    background: url("/test2/static/img/realweb-logo.png") center center no-repeat;
    background-size: contain;
}

.optimizer-page__partners__img.opt-vbi-logo {
    background: url("/test2/static/img/vbi-logo.png") center center no-repeat;
    background-size: contain;
}

.optimizer-page__partners__img.opt-mg-logo {
    background-size: contain;
}

.optimizer-page__partners__img.opt-cm-logo {
    background: url("/test2/static/img/convertmonster-logo.png") center center no-repeat;
    background-size: contain;
}

.optimizer-page__partners__img.opt-adv-logo {
    background: url("/test2/static/img/adventum-logo.jpg") center center no-repeat;
    background-size: contain;
}

.optimizer-page__partners__img.opt-optru-logo {
    background: url("/test2/static/img/optimism-logo.svg") center center no-repeat;
    background-size: contain;
}

.optimizer-page__partners__img.opt-tandem-logo {
    background: url("/test2/static/img/tandem-logo.png") center center no-repeat;
    background-size: contain;
}

.optimizer-page__partners__wrapper {
    position: absolute;
    bottom: 16px;
    right: 0;
    left: 0;
    padding-left: 16px;
    padding-right: 16px;
}

.optimizer-page__partners__title {
    font-size: 18px;
    color: #1f282c;
    font-family: "MuseoSansCyrlBold";
    margin-bottom: 16px;
}

.optimizer-page__partners__info {
    max-width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.optimizer-page__partners__info.small-award:after {
    content: '';
    display: block;
    width: 42px;
    height: 42px;
    position: absolute;
    right: 0;
    top: 0;
    background: url("/test2/static/img/small-award.svg") center center no-repeat;
    background-size: 34px;
}

.optimizer-page__partners__count {
    font-family: "MuseoSansCyrl";
    font-size: 40px;
    color: #1eb0cd;
    margin-right: 8px;
}

.optimizer-page__partners__text {
    font-size: 14px;
    color: #444b4c;
    font-family: "MuseoSansCyrl";
    line-height: 1.5;
    max-width: 137px;
}

.new-geo {
    background-color: #1f282c;
    padding: 24px 0 48px 0;
}

.new-geo.new-geo-blue {
    background-color: #1eb0cd;
}

.new-geo.new-geo-blue .new-geo__items__item__title {
    color: #fff;
}

.new-geo.new-geo-blue .new-geo__items__item__title.new-geo-title-15,
.new-geo.new-geo-blue .new-geo__items__item__title.new-geo-title-110,
.new-geo.new-geo-blue .new-geo__items__item__title.new-geo-title-96,
.new-geo.new-geo-blue .new-geo__items__item__title.new-geo-title-50 {
    display: none;
}

.new-geo.new-geo-blue .new-geo__items__item__title.new-geo-title-15-blue,
.new-geo.new-geo-blue .new-geo__items__item__title.new-geo-title-110-blue,
.new-geo.new-geo-blue .new-geo__items__item__title.new-geo-title-96-blue,
.new-geo.new-geo-blue .new-geo__items__item__title.new-geo-title-50-blue {
    display: block;
}

.new-geo.new-geo-blue .new-geo__items__item__title.new-geo-title-15-blue {
    background: url("/test2/static/css/../img/15000_blue.svg") center right no-repeat;
    background-size: 106px;
}

.new-geo.new-geo-blue .new-geo__items__item__title.new-geo-title-110-blue {
    background: url("/test2/static/css/../img/110_blue.svg") center right no-repeat;
    background-size: 96px;
}

.new-geo.new-geo-blue .new-geo__items__item__title.new-geo-title-96-blue {
    background: url("/test2/static/css/../img/96_blue.svg") center right 30px no-repeat;
    background-size: 96px;
}

.new-geo.new-geo-blue .new-geo__items__item__title.new-geo-title-50-blue {
    background: url("/test2/static/css/../img/50_blue.svg") center right no-repeat;
    background-size: 96px;
}

.new-geo__items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.new-geo__items__item__title {
    color: #1eb0cd;
    font-family: "MuseoSansCyrl";
    font-size: 64px;
    min-height: 96px;
    padding-top: 48px;
}

.new-geo__items__item__title.new-geo-title-15-blue,
.new-geo__items__item__title.new-geo-title-110-blue,
.new-geo__items__item__title.new-geo-title-96-blue,
.new-geo__items__item__title.new-geo-title-50-blue {
    display: none;
}

.new-geo__items__item__title.new-geo-title-15,
.new-geo__items__item__title.new-geo-title-110,
.new-geo__items__item__title.new-geo-title-96,
.new-geo__items__item__title.new-geo-title-50 {
    display: block;
}

.new-geo__items__item__title.new-geo-title-15 {
    padding-right: 24px;
    background: url("/test2/static/css/../img/15000_black.svg") center right no-repeat;
    background-size: 106px;
}

.new-geo__items__item__title.new-geo-title-110 {
    padding-right: 64px;
    background: url("/test2/static/css/../img/110_black.svg") center right no-repeat;
    background-size: 96px;
}

.new-geo__items__item__title.new-geo-title-96 {
    background: url("/test2/static/css/../img/96_black.svg") top 8px right 30px no-repeat;
    background-size: 96px;
}

.new-geo__items__item__title.new-geo-title-50 {
    background: url("/test2/static/css/../img/50_black.svg") center right no-repeat;
    background-size: 96px;
}

.new-geo__items__item__subtitle {
    color: #fff;
    font-family: "MuseoSansCyrl";
    font-size: 18px;
}

.certification-type {
    padding: 50px 45px 50px;
    color: #38454c;
    background-color: #fff;
    border: 1px solid #dbe8ea;
    border-radius: 8px;
}

.certifed-list__block {
    border-radius: 8px 8px 0 0;
}

.win-block {
    border-radius: 0 0 8px 8px;
}

.certifed-list__block:hover {
    border-radius: 8px 8px 0 0;
}

.articles-unit {
    border-radius: 8px;
    overflow: hidden;
}

.articles-unit__details {
    border-radius: 0 8px 8px 0;
}


/* PAGES */

@media screen and (max-width: 1200px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media only screen and (max-width: 970px) {
    body {
        padding-top: 45px;
    }

    body:after {
        display: none;
    }

    body.hide,
    html.hide {
        position: fixed;
    }
}

@media only screen and (max-width: 960px) {
    .new-geo__items {
        position: relative;
        max-width: 500px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }

    .new-geo__items__item {
        margin-bottom: 24px;
    }

    .new-geo__items__item:nth-child(3),
    .new-geo__items__item:last-child {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 500px) {
    .new-geo__items {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .new-geo__items__item:nth-child(3) {
        margin-bottom: 24px;
    }

    .new-rates-comparsion__item .tooltip-block {
        display: none;
    }
}

@media only screen and (max-width: 1250px) {
    .reports__prev {
        left: 0;
    }

    .reports__next {
        right: 0;
    }
}

@media screen and (max-width: 1200px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media only screen and (max-width: 1200px) {
    .reviews__content {
        padding-top: 160px;
        padding-left: 0;
    }

    .cases #cases__slider {
        width: 100%;
        margin-left: 0;
    }

    .cases__items {
        padding-left: 0;
        padding-right: 0;
    }

    .accordion-content {
        padding: 0 24px 24px 72px;
    }

    .optimizer-page__notebookimg {
        opacity: .2;
        height: 100%;
    }

    .optimizer-page__settings .swiper-container .swiper-wrapper .swiper-slide:nth-child(3) {
        margin-right: 16px;
    }

    .optimizer-page__black-banner__title {
        font-size: 24px;
    }

    .optimizer-page__black-banner__title.bb-opt-title {
        font-size: 24px;
    }

    .optimizer-page__black-banner__subtitle {
        font-size: 16px;
    }

    .optimizer-page__statistics__img {
        max-width: 100%;
        opacity: .2;
        height: 100%;
    }

    .optimizer-page__partners__items {
        max-width: 850px;
    }
}

@media only screen and (max-width: 970px) {
    body {
        padding-top: 45px;
    }

    body:after {
        display: none;
    }

    body.hide,
    html.hide {
        position: fixed;
    }
}

@media only screen and (max-width: 960px) {
    .reviews {
        padding: 24px 0;
    }

    .reviews__title {
        font-size: 28px;
    }

    .reviews__content {
        padding-top: 106px;
        padding-bottom: 24px;
        max-width: 100%;
    }

    .reviews__content__img {
        width: 90px;
        height: 90px;
        max-width: 100%;
    }

    .reviews__content__title {
        margin-bottom: 4px;
        font-size: 20px;
        display: block;
        margin-right: 0;
    }

    .reviews__content__position {
        margin-bottom: 16px;
        display: block;
    }

    .reviews__content__text {
        font-size: 16px;
    }

    .reviews__prev,
    .reviews__next {
        display: none;
    }

    .blog__prev,
    .blog__next {
        display: none !important;
    }

    .integrat__prev,
    .integrat__next {
        display: none !important;
    }

    .reviews__pagination {
        bottom: 0;
        left: 16px;
        top: unset;
    }

    .reviews__pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin-right: 16px;
    }

    .reports {
        padding: 24px 0;
    }

    .reports__title {
        font-size: 28px;
    }

    .reports__column {
        padding-bottom: 28px;
    }

    .reports__column .swiper-pagination-bullet {
        height: 8px;
        width: 8px;
        margin-right: 16px;
    }

    .reports #reports__slider {
        margin-top: 14px;
    }

    .reports__subtitle {
        font-size: 18px;
    }

    .reports__text {
        font-size: 16px;
    }

    .reports__prev,
    .reports__next {
        display: none;
    }

    .cases {
        padding: 24px 0 0 0;
    }

    .cases__title {
        font-size: 28px;
    }

    .cases__count {
        display: inline-block;
    }

    .cases #cases__slider {
        padding-bottom: 30px;
    }

    .cases #cases__slider .swiper-pagination-bullets {
        display: block;
        bottom: 24px;
    }

    .cases #cases__slider .swiper-pagination-bullets .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin-right: 16px;
    }

    .cases__items {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cases__item {
        margin-bottom: 24px;
    }

    .faq {
        padding: 24px 0;
    }

    .accordion-title {
        font-size: 18px;
        padding: 24px 24px 24px 48px;
    }

    .accordion-content__text {
        font-size: 16px;
    }

    .accordion-title:after {
        left: 14px;
        top: 28px;
    }

    .accordion-title.open:before {
        left: 14px;
        top: 28px;
    }

    .accordion-content {
        padding: 0 24px 24px 48px;
    }

    .optimizer-page {
        padding-bottom: 24px;
    }

    .optimizer-page__notebookimg {
        top: 0;
    }

    .optimizer-page__title {
        font-size: 28px;
    }

    .optimizer-page__text {
        font-size: 18px;
    }

    .optimizer-page__message {
        font-size: 20px;
    }

    .optimizer-page__message.opt-firstscreen-message {
        font-size: 20px;
        margin-top: 48px;
    }

    .optimizer-page__message.banner-message {
        font-size: 24px;
        line-height: 1.5;
        margin-bottom: 16px;
    }

    .optimizer-page__about {
        margin-bottom: 48px;
    }

    .optimizer-page__heading {
        margin-bottom: 24px;
        padding-top: 82.6px;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 64px;
    }

    .optimizer-page__heading__logo {
        position: absolute;
        width: 64px;
        height: 64px;
        left: 0;
        top: 0;
        margin-right: 0;
        margin-bottom: 24px;
    }

    .optimizer-page__heading__title {
        font-size: 30px;
    }

    .optimizer-page__heading__title span {
        margin-top: 8px;
        display: block;
        margin-left: 0;
        font-size: 16px;
    }

    .optimizer-page__heading__subtitle {
        font-size: 18px;
    }

    .optimizer-page__items__item {
        font-size: 16px;
    }

    .optimizer-page__banner {
        padding: 24px 0;
    }

    .optimizer-page__banner__items {
        position: relative;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }

    .optimizer-page__button.top-blue-banner-btn {
        position: absolute;
        bottom: 16px;
        left: 66px;
    }

    .optimizer-page__how-it-works {
        padding-top: 24px;
    }

    .optimizer-page__items-list {
        margin-bottom: 24px;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .optimizer-page__items-list.methods-items {
        margin-bottom: 24px;
    }

    .optimizer-page__items-list.methods-items .optimizer-page__items-list__item {
        font-size: 18px;
        padding-left: 0;
    }

    .optimizer-page__items-list.methods-items .optimizer-page__items-list__item:last-child {
        padding-top: 88px;
    }

    .optimizer-page__items-list.methods-items .optimizer-page__items-list__item__text {
        font-size: 16px;
    }

    .optimizer-page__items-list__item {
        font-size: 16px;
        padding-top: 80px;
        padding-left: 0;
        margin-bottom: 24px;
    }

    .optimizer-page__items-list__item:last-child {
        margin-bottom: 0;
    }

    .optimizer-page__items-list__item:before {
        width: 64px;
        height: 64px;
        background-size: 64px;
    }

    .optimizer-page__logic__title {
        font-size: 18px;
    }

    .optimizer-page__gene-section {
        height: 120px;
    }

    .optimizer-page__reasons {
        padding-bottom: 0;
    }

    .optimizer-page__reasons__items {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .optimizer-page__reasons__items .optimizer-page__text {
        width: 100%;
    }

    .optimizer-page__settings {
        padding: 24px 0;
    }

    .optimizer-page__settings .swiper-container {
        padding-bottom: 40px;
    }

    .optimizer-page__settings .swiper-container .swiper-wrapper {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .optimizer-page__settings .swiper-container .swiper-wrapper .swiper-slide {
        width: 100% !important;
        margin-bottom: 0;
        margin-right: 0;
    }

    .optimizer-page__settings .swiper-container .swiper-wrapper .swiper-slide:nth-child(3) {
        margin-right: 0;
    }

    .optimizer-page__settings .swiper-container .swiper-pagination-bullets {
        display: block;
    }

    .optimizer-page__settings .swiper-container .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin-right: 16px;
    }

    .optimizer-page__settings__item {
        width: 100%;
        margin-bottom: 0;
    }

    .optimizer-page__settings__title {
        font-size: 24px;
    }

    .optimizer-page__settings__text {
        font-size: 16px;
    }

    .optimizer-page__capabilities {
        padding: 24px 0;
    }

    .optimizer-page__capabilities__items {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }

    .optimizer-page__capabilities__items:nth-child(2) .optimizer-page__capabilities__item {
        margin-right: 0;
    }

    .optimizer-page__capabilities__items:last-child .optimizer-page__capabilities__item-list {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-right: 0;
    }

    .optimizer-page__capabilities__item {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .optimizer-page__capabilities__item .optimizer-page__capabilities__title {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 16px;
    }

    .optimizer-page__capabilities__item-list {
        width: 100%;
    }

    .optimizer-page__capabilities__item-list li {
        font-size: 16px;
        padding-left: 16px;
    }

    .optimizer-page__capabilities__item-list li:before {
        width: 8px;
        height: 8px;
    }

    .optimizer-page__capabilities__title {
        font-size: 20px;
    }

    .optimizer-page__capabilities__img {
        width: 128px;
        height: 128px;
        margin-left: 0;
    }

    .optimizer-page__black-banner__items {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }

    .optimizer-page__black-banner__item {
        margin-bottom: 16px;
    }

    .optimizer-page__black-banner__item:last-child {
        text-align: left;
        margin-bottom: 0;
    }

    .optimizer-page__black-banner__item:first-child {
        padding-top: 88px;
        padding-left: 0;
    }

    .optimizer-page__statistics {
        padding: 24px 0;
    }

    .optimizer-page__statistics__items {
        margin-bottom: 0;
    }

    .optimizer-page__statistics__item {
        width: 50%;
        margin-bottom: 24px;
    }

    .optimizer-page__statistics__title {
        font-size: 28px;
    }

    .optimizer-page__partners {
        padding: 24px 0;
    }

    .optimizer-page__partners .swiper-container {
        padding-bottom: 16px;
    }

    .optimizer-page__partners .swiper-container .swiper-wrapper {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .optimizer-page__partners .swiper-container .swiper-wrapper .swiper-slide {
        width: 100% !important;
    }

    .optimizer-page__partners .swiper-container .swiper-pagination-bullets {
        display: block;
    }

    .optimizer-page__partners .swiper-container .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin-right: 16px;
    }

    .optimizer-page__partners__item {
        width: 100%;
    }

    .optimizer-page__partners__wrapper {
        width: 100%;
    }
}

@media only screen and (max-width: 820px) {
    .optimizer-page__settings__items {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media only screen and (max-width: 768px) {
    .optimizer-page__message.banner-message {
        padding-bottom: 64px;
        padding-left: 0;
    }

    .optimizer-page__message.banner-message:before {
        left: 0;
        bottom: 0;
        top: unset;
    }

    .optimizer-page__message.bm-without-logo {
        padding-top: 0;
        padding-bottom: 0;
    }

    .optimizer-page__items__item {
        padding-top: 88px;
        padding-left: 0;
        margin-bottom: 24px;
        max-width: 48%;
    }

    .optimizer-page__settings__img {
        width: 128px;
        height: 128px;
        margin-bottom: 16px;
    }

    .optimizer-page__partners__items {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .optimizer-page__title {
        font-size: 18px;
    }

    .accordion-container {
        margin-bottom: 12px;
    }

    .accordion-title {
        padding: 12px 12px 12px 48px;
    }

    .accordion-title:after {
        top: 14px;
    }

    .accordion-title.open:before {
        top: 14px;
    }
}

@media only screen and (max-width: 500px) {
    .optimizer-page__gene-section {
        height: 90px;
    }
}

@media only screen and (max-width: 320px) {
    .optimizer-page__items {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .optimizer-page__items__item {
        max-width: 100%;
    }

    .optimizer-page__items__item.opt-coin-hands {
        margin-bottom: 24px;
    }

    .optimizer-page__settings__title {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1200px) {
    .reviews__content {
        padding-top: 160px;
        padding-left: 0;
    }
}

@media only screen and (max-width: 960px) {
    .reviews {
        padding: 24px 0;
    }

    .reviews__title {
        font-size: 28px;
    }

    .reviews__content {
        padding-top: 106px;
        padding-bottom: 24px;
        max-width: 100%;
    }

    .reviews__content__img {
        width: 90px;
        height: 90px;
        max-width: 100%;
    }

    .reviews__content__title {
        margin-bottom: 4px;
        font-size: 20px;
        display: block;
        margin-right: 0;
    }

    .reviews__content__position {
        margin-bottom: 16px;
        display: block;
    }

    .reviews__content__text {
        font-size: 16px;
    }

    .reviews__prev,
    .reviews__next {
        display: none;
    }

    .reviews__pagination {
        bottom: 0;
        left: 16px;
        top: unset;
    }

    .reviews__pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin-right: 16px;
    }
}



@media screen and (max-width: 1200px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media only screen and (max-width: 1200px) {
    .predict-page__show__img {
        opacity: .3;
    }
}

@media only screen and (max-width: 970px) {
    body {
        padding-top: 45px;
    }

    body:after {
        display: none;
    }

    body.hide,
    html.hide {
        position: fixed;
    }
}

@media only screen and (max-width: 960px) {
    .context-tools {
        padding-bottom: 24px;
    }

    .context-tools__main-title {
        font-size: 30px;
    }

    .context-tools__title {
        font-size: 28px;
    }

    .context-tools__subtitle {
        font-size: 18px;
    }

    .context-tools__items {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 48px;
    }

    .context-tools__item {
        font-size: 16px;
        max-width: 65%;
        margin-bottom: 24px;
        padding-top: 80px;
        padding-left: 0;
    }

    .context-tools__item:last-child {
        margin-bottom: 0;
    }

    .why-calltouch-context {
        padding: 24px 0 0 0;
    }

    .why-calltouch-context__items {
        -webkit-align-items: normal;
        -ms-flex-align: normal;
        align-items: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .why-calltouch-context__item {
        font-size: 16px;
        padding-top: 80px;
        padding-left: 0;
        margin-bottom: 24px;
    }

    .context-reasons {
        padding: 24px 0;
    }

    .context-reasons__list__item {
        font-size: 18px;
    }

    .context-reasons__list__item:before {
        top: 9px;
    }

    .optimizer-tool {
        padding: 24px 0;
    }

    .optimizer-tool__heading {
        line-height: 1;
        padding-top: 80px;
        padding-left: 0;
    }

    .optimizer-tool__heading:before {
        background-size: 64px;
        width: 64px;
        height: 64px;
    }

    .optimizer-tool__subtitle {
        font-size: 20px;
    }

    .optimizer-tool__text {
        margin-top: 24px;
        margin-bottom: 24px;
        font-size: 18px;
    }

    .optimizer-tool__list__item {
        font-size: 16px;
    }

    .optimizer-tool__list__item:before {
        top: 8px;
    }

    .context-tools__reports {
        padding: 24px 0;
    }

    .page-error {
        padding-top: calc(86px / 2);
    }

    .page-error__title {
        font-size: calc(136px / 2);
        margin-bottom: 24px;
    }

    .page-error__subtitle,
    .page-error__text {
        font-size: 28px;
    }

    .page-error__button {
        margin-top: 24px;
    }

    .predict-page {
        padding-bottom: 24px;
    }

    .predict-page__title {
        font-size: 28px;
    }

    .predict-page__text {
        font-size: 18px;
    }

    .predict-page__message {
        font-size: 20px;
    }

    .predict-page__about {
        margin-bottom: 48px;
    }

    .predict-page__heading {
        margin-bottom: 24px;
        padding-top: 82.6px;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 64px;
    }

    .predict-page__heading__logo {
        position: absolute;
        width: 64px;
        height: 64px;
        left: 0;
        top: 0;
        margin-right: 0;
        margin-bottom: 24px;
    }

    .predict-page__heading__title {
        font-size: 30px;
    }

    .predict-page__heading__title span {
        margin-top: 8px;
        display: block;
        margin-left: 0;
        font-size: 16px;
    }

    .predict-page__heading__subtitle {
        font-size: 18px;
    }

    .predict-page__items__item {
        font-size: 16px;
    }

    .predict-page__reason {
        padding: 24px 0;
    }

    .predict-page__reason__items {
        margin-top: 24px;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .predict-page__reason__item {
        margin-bottom: 24px;
    }

    .predict-page__reason__item:last-child {
        margin-bottom: 0;
    }

    .predict-page__reason__title,
    .predict-page__reason__subtitle {
        font-size: 18px;
    }

    .predict-page__how-it-works {
        padding: 24px 0;
    }

    .predict-page__how-it-works .predict-page__text {
        font-size: 18px;
    }

    .predict-page__show {
        height: 368px;
    }

    .predict-page__show__img {
        background-size: cover;
        background-position: center center;
        height: 368px;
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

    .predict-page__show__actions {
        left: 16px;
        top: 220px;
    }

    .predict-page__show__play {
        width: 64px;
        height: 64px;
        margin-bottom: 8px;
    }

    .predict-page__show__title {
        font-size: 18px;
    }

    .predict-page__show__wrapper {
        height: 368px;
    }

    .predict-page__show__movie {
        height: 368px;
    }

    .predict-page__settings {
        padding: 24px 0;
    }

    .predict-page__settings__step {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: normal;
        -ms-flex-align: normal;
        align-items: normal;
    }

    .predict-page__settings__number {
        margin-bottom: 24px;
    }

    .predict-page__settings__number:last-child {
        margin-bottom: 0;
    }

    .predict-page__reports {
        padding: 24px 0;
    }

    .antifraud-page {
        padding-bottom: 24px;
    }

    .antifraud-page__title {
        font-size: 28px;
    }

    .antifraud-page__text {
        font-size: 18px;
    }

    .antifraud-page__message {
        font-size: 20px;
    }

    .antifraud-page__about {
        margin-bottom: 48px;
    }

    .antifraud-page__heading {
        margin-bottom: 24px;
        padding-top: 82.6px;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 64px;
    }

    .antifraud-page__heading__logo {
        position: absolute;
        width: 64px;
        height: 64px;
        left: 0;
        top: 0;
        margin-right: 0;
        margin-bottom: 24px;
    }

    .antifraud-page__heading__title {
        font-size: 30px;
    }

    .antifraud-page__heading__title span {
        margin-top: 8px;
        display: block;
        margin-left: 0;
        font-size: 16px;
    }

    .antifraud-page__heading__subtitle {
        font-size: 18px;
    }

    .antifraud-page__items {
        margin-bottom: 24px;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .antifraud-page__items.description-items {
        margin-bottom: 24px;
    }

    .antifraud-page__items.description-items .antifraud-page__items__item {
        padding-left: 0;
    }

    .antifraud-page__items.description-items .antifraud-page__items__item:last-child {
        padding-top: 88px;
    }

    .antifraud-page__items.methods-items {
        margin-bottom: 24px;
    }

    .antifraud-page__items.methods-items .antifraud-page__items__item {
        font-size: 18px;
        padding-left: 0;
    }

    .antifraud-page__items.methods-items .antifraud-page__items__item:last-child {
        padding-top: 88px;
    }

    .antifraud-page__items.methods-items .antifraud-page__items__item__text {
        font-size: 16px;
    }

    .antifraud-page__items__item {
        font-size: 16px;
        padding-top: 80px;
        padding-left: 0;
        margin-bottom: 24px;
    }

    .antifraud-page__items__item:last-child {
        margin-bottom: 0;
    }

    .antifraud-page__list li {
        font-size: 16px;
    }

    .antifraud-page__list li:before {
        top: 5px;
    }

    .antifraud-page__list.fraud-methods li {
        font-size: 16px;
    }

    .antifraud-page__list.fraud-methods li:before {
        top: 8px;
    }

    .antifraud-page__description {
        padding: 24px 0;
    }

    .antifraud-page__how-it-works {
        padding: 24px 0;
    }

    .antifraud-page__button {
        margin-top: 24px;
    }

    .antifraud-page__screen {
        margin-top: 24px;
    }
}

@media only screen and (max-width: 768px) {
    .predict-page__items__item {
        padding-top: 88px;
        padding-left: 0;
        margin-bottom: 24px;
        max-width: 48%;
    }
}

@media only screen and (max-width: 357px) {
    .predict-page__show {
        height: 392px;
    }

    .predict-page__show__img {
        height: 392px;
    }

    .predict-page__show__actions {
        top: 244px;
    }

    .predict-page__show__wrapper {
        height: 392px;
    }

    .predict-page__show__movie {
        height: 392px;
    }
}

@media only screen and (max-width: 320px) {
    .context-tools__item {
        max-width: 75%;
    }

    .predict-page__items {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .predict-page__items__item {
        max-width: 100%;
    }

    .predict-page__items__item.pd-addlist {
        margin-bottom: 24px;
    }
}


@media only screen and (max-width: 1200px) {
    .home-mainscreen__img {
        padding-left: 8px;
        padding-right: 8px;
        height: auto;
        max-width: 43%;
    }

    .home-show__img {
        opacity: .3;
    }

    .home-awards__items#home-awards__slider .swiper-wrapper {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .calltracking__reasons__img {
        display: none;
    }

    .calltracking__cases #calltracking__cases__slider {
        width: 100%;
        margin-left: 0;
    }

    .calltracking__cases__items {
        padding-left: 0;
        padding-right: 0;
    }

    .calltracking__ecosystem ul {
        width: 50%;
    }
}

@media screen and (max-width: 1200px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media only screen and (max-width: 970px) {
    body {
        padding-top: 45px;
    }

    body:after {
        display: none;
    }

    body.hide,
    html.hide {
        position: fixed;
    }
}

@media only screen and (max-width: 960px) {

    .popup .container {
        max-height: 100%;
        overflow-y: scroll;
    }

    .popup__content__title h3 {
        font-size: 24px;
    }

    .popup__content__title .pop_form_header {
        font-size: 24px;
    }

    .sub__menu {
        padding-right: 25px;
        padding-left: 25px;
        padding-top: 10px;
        padding-bottom: 0;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .sub__menu.products {
        width: 100%;
    }

    .sub__menu {
        transition: 0s;
    }

    .sub__menu__block {
        width: 100%;
        margin-bottom: 15px;
    }

    .sub__menu__block__subtitle {
        display: none;
    }

    .sub__menu__block.full {
        border-bottom: none;
        margin-bottom: 0;
    }

    .sub__menu__block.full li {
        width: 100%;
    }

    .home-mainscreen {
        padding-top: 48px;
    }

    .home-cause__tabs ul.tabs li {
        margin-right: 6px;
        margin-left: 6px;
        font-size: 18px;
    }

    .home-blog {
        padding: 48px 0;
    }

    .home-blog__title {
        font-size: 24px;
    }

    .home-awards {
        padding: 48px 0;
    }

    .home-awards__items#home-awards__slider .swiper-wrapper {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .home-form {
        padding: 48px 0;
    }

    .calltracking__about {
        padding-bottom: 48px;
    }

    .calltracking__heading {
        margin-top: 64px;
        margin-bottom: 24px;
        padding-top: 82.6px;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .calltracking__heading__logo {
        position: absolute;
        width: 64px;
        height: 64px;
        left: 0;
        top: 0;
        margin-right: 0;
        margin-bottom: 24px;
    }

    .calltracking__heading__title {
        font-size: 30px;
    }

    .calltracking__heading__title span {
        margin-top: 8px;
        display: block;
        margin-left: 0;
        font-size: 16px;
    }

    .calltracking__heading__subtitle {
        font-size: 18px;
    }

    .calltracking__message {
        display: none;
    }

    .calltracking__items {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .calltracking__items__item {
        margin-bottom: 24px;
    }

    .calltracking__items__item:last-child {
        margin-bottom: 0;
    }

    .calltracking__items__text {
        font-size: 16px;
    }

    .calltracking__connect {
        margin-right: 0;
    }

    .calltracking__calculate {
        margin-top: 16px;
        display: block;
    }

    .calltracking__types {
        padding: 48px 0;
    }

    .calltracking__types__title {
        font-size: 28px;
    }

    .calltracking__types__text {
        font-size: 16px;
    }

    .calltracking__types__items {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .calltracking__types__items__item {
        margin-right: 0;
    }

    .calltracking__types__items__item:first-child {
        margin-bottom: 27px;
    }

    .calltracking__types__items__title {
        font-size: 28px;
    }

    .calltracking__types__items__link {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .calltracking__types__items__text {
        font-size: 16px;
    }

    .calltracking__pluses {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .calltracking__pluses__title {
        font-size: 24px;
        padding-top: 48px;
        padding-left: 75px;
    }

    .calltracking__pluses__items {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .calltracking__pluses__items__item {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .calltracking__pluses__items__item:first-child {
        display: none;
    }

    .calltracking__pluses__items__img {
        display: none;
    }

    .calltracking__pluses__items__img {
        margin-right: 0;
        margin-bottom: 24px;
    }

    .calltracking__pluses__items__text {
        font-size: 16px;
        color: #444b4c;
    }

    .calltracking__reasons {
        padding: 48px 0;
    }

    .calltracking__reasons__title {
        font-size: 28px;
        margin-bottom: 16px;
    }

    .calltracking__reasons__subtitle {
        margin-bottom: 24px;
        padding-top: 80px;
        padding-left: 0;
        font-size: 16px;
    }

    .calltracking__reasons__wrapper {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .calltracking__reasons__items:first-child {
        margin-bottom: 48px;
    }

    .calltracking__reasons__item__img {
        margin-bottom: 16px;
    }

    .calltracking__reasons__item__title {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .calltracking__reasons__item__text {
        font-size: 16px;
    }

    .calltracking__telephony {
        padding: 48px 0;
    }

    .calltracking__telephony__title {
        margin-bottom: 16px;
        font-size: 28px;
    }

    .calltracking__telephony__link {
        font-size: 16px;
        display: block;
        left: 0;
        margin-bottom: 24px;
    }

    .calltracking__telephony__text {
        display: none;
    }

    .calltracking__telephony__list-title {
        padding-top: 74px;
        padding-left: 0;
        margin-bottom: 8px;
        font-size: 18px;
    }

    .calltracking__telephony ul {
        padding-left: 0;
        margin-bottom: 24px;
    }

    .calltracking__telephony ul li {
        font-size: 16px;
    }

    .calltracking__telephony__message {
        margin-bottom: 24px;
        font-size: 18px;
    }

    .calltracking__cases {
        padding-top: 48px;
        padding-bottom: 28px;
    }

    .calltracking__cases__title {
        font-size: 28px;
        margin-bottom: 24px;
    }

    .calltracking__cases__items {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .calltracking__cases__item {
        margin-bottom: 24px;
    }

    .calltracking__cases__item:last-child {
        margin-bottom: 0;
    }

    .calltracking__cases__item__task {
        font-size: 16px;
    }

    .calltracking__geo {
        padding: 48px 0;
    }

    .calltracking__geo .container {
        background-position: top 20% center;
        background-size: 100%;
    }

    .calltracking__geo__title {
        font-size: 28px;
        margin-bottom: 24px;
    }

    .calltracking__ecosystem {
        padding-top: 32px;
        padding-bottom: 18px;
    }

    .calltracking__ecosystem__title {
        font-size: 28px;
        margin-bottom: 24px;
    }

    .calltracking__ecosystem ul {
        width: 100%;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .albato {
        padding-bottom: 48px;
    }

    .albato__title {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .albato__subtitle {
        font-size: 18px;
    }

    .albato__items {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .albato__item {
        margin-bottom: 24px;
    }

    .albato__item:last-child {
        margin-bottom: 0;
    }

    .albato__item__text {
        font-size: 18px;
    }

    .albato__link {
        height: 64px;
        font-size: 18px;
    }

    .albato__reasons li {
        font-size: 16px;
    }

    .albato__reasons li:before {
        top: 3px;
    }

    .albato__settings__title {
        font-size: 18px;
    }

    .albato__settings__wrapper {
        margin: auto;
    }

    .albato__details {
        font-size: 16px;
    }

    .analytics-mainscreen {
        padding: 24px 0 16px 0;
    }

    .analytics-mainscreen__title {
        font-size: 24px;
    }

    .analytics-mainscreen__subtitle {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .analytics-mainscreen__text {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .analytics-mainscreen__items {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .analytics-mainscreen__item {
        padding-top: 60px;
        position: relative;
        margin-bottom: 24px;
    }

    .analytics-mainscreen__item:last-child {
        margin-bottom: 0;
    }

    .analytics-mainscreen__item__img {
        position: absolute;
        left: 0;
        top: 0;
    }

    .analytics-reasons {
        padding: 16px 0 0 0;
    }

    .analytics-reasons__title {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .analytics-reasons__wrapper {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .analytics-reasons__list {
        margin-right: 0;
    }

    .analytics-reasons__list li {
        margin-bottom: 16px;
        font-size: 16px;
    }

    .analytics-reasons__list li:last-child {
        margin-bottom: 16px;
    }

    .analytics-work {
        padding: 16px 0 32px 0;
    }

    .analytics-work__title {
        margin-bottom: 16px;
        font-size: 18px;
    }

    .analytics-work__img {
        margin-bottom: 24px;
        height: 465px;
        background: url("/test2/static/css/../img/scheme_analytics_mobile.svg") left 0px center no-repeat;
    }

    .analytics-work__connect {
        width: 155px;
    }

    .analytics-pluses {
        padding: 32px 0;
    }

    .analytics-pluses__title {
        margin-bottom: 24px;
        font-size: 18px;
    }

    .analytics-pluses__wrapper {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .analytics-pluses__item {
        margin-bottom: 24px;
        padding-top: 72px;
        padding-left: 0;
    }

    .analytics-pluses__item:last-child {
        margin-bottom: 24px;
    }

    .analytics-pluses__item__title {
        font-size: 18px;
    }

    .analytics-pluses__item__text {
        font-size: 16px;
    }
}

@media only screen and (max-width: 768px) {
    .popup__content {
        margin-top: 75px;
        padding-left: 8px;
        padding-right: 8px;
        padding-bottom: 30px;
        min-height: 360px;
    }

    .popup__content__send {
        top: 100px;
        overflow-y: hidden;
    }

    .popup__content__send__info h3 {
        font-size: 24px;
        line-height: 1.25;
    }

    .popup__content__send__info p {
        font-size: 18px;
        line-height: 1.33;
    }

    .popup__content__title {
        margin-bottom: 16px;
        position: relative;
        padding-top: 40px;
    }

    .popup__content__title h3 {
        font-size: 18px;
    }

    .popup__content__title .pop_form_header {
        font-size: 18px;
    }

    .popup__content__title .active {
        font-size: 24px;
        position: relative;
        top: 0;
        left: 0;
    }

    .popup__content__close {
        padding-top: 6px;
        padding-bottom: 6px;
        padding-right: 24px;
        position: absolute;
        right: 8px;
        top: 17px;
    }

    .popup__content__close:after {
        width: 16px;
        height: 16px;
        top: 5px;
    }

    .popup__content__form .form-group {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .popup__content__form .form-group:first-child {
        margin-bottom: 0;
    }

    .popup__content__form .form-group:nth-child(2) .iferror {
        margin-top: 19px;
    }

    .popup__content__form__label {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
        margin-bottom: 8px;
    }

    .popup__content__form__label:nth-child(odd) {
        margin-right: 0;
    }

    .popup__content__form__label input {
        width: 100%;
    }

    .popup__content__personaldata {
        margin-bottom: 24px;
    }

    .popup__content__personaldata p {
        line-height: 1.43;
    }

    .popup__content__personaldata p a {
        line-height: 1.43;
    }

    .popup__content__contacts .pop_phone {
        font-size: 18px;
        display: block;
        margin-bottom: 16px;
    }

    .popup__content__contacts a {
        font-size: 18px;
        padding-left: 0;
        padding-right: 16px;
    }

    .home-mainscreen {
        padding-top: 60px;
        padding-bottom: 312px;
    }

    .home-mainscreen__title {
        font-size: 30px;
        margin-bottom: 8px;
        margin-top: 48px;
    }

    .home-mainscreen__subtitle {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .home-mainscreen__img {
        width: 277px;
        height: 328px;
        max-width: 100%;
        left: 0;
        bottom: -320px;
    }

    .calltracking__connect.blue-but {
        margin-top: 30px;
    }

    .calltracking__ecosystem.home-ecosystem {
        padding-top: 60px;
    }

    .calltracking__ecosystem.home-ecosystem .calltracking__ecosystem__title {
        font-size: 18px;
    }

    .calltracking__ecosystem.home-ecosystem .calltracking__ecosystem__subtitle {
        font-size: 16px;
    }

    .home-show {
        height: 320px;
    }

    .home-show__img {
        background-size: cover;
        background-position: center center;
        height: 320px;
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

    .home-show__actions {
        left: 68px;
        top: 100px;
        bottom: 0;
    }

    .home-show__play {
        width: 64px;
        height: 64px;
        margin-bottom: 8px;
    }

    .home-show__title {
        font-size: 18px;
    }

    .home-show__wrapper {
        height: 320px;
    }

    .home-cause {
        padding: 32px 0;
    }

    .home-cause__title {
        margin-bottom: 8px;
        font-size: 18px;
    }

    .home-cause__subtitle {
        margin-bottom: 8px;
        font-size: 16px;
    }

    .home-cause__tabs {
        margin-bottom: 32px;
    }

    .home-cause__tabs ul.tabs {
        overflow-x: scroll;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .home-cause__tabs ul.tabs li {
        padding: 8px 6px;
    }

    .home-cause__tabs ul.tabs li:last-child {
        white-space: nowrap;
    }

    .home-cause__tabs .tab-content {
        padding: 24px 0;
    }

    .home-cause__tabs .tab-content.current {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .home-cause__tabs .tab-content__item {
        margin-bottom: 24px;
        position: relative;
        padding-left: 64px;
        max-width: 320px;
    }

    .home-cause__tabs .tab-content__item:last-child {
        margin-bottom: 0;
    }

    .home-cause__tabs .tab-content__img {
        position: absolute;
        top: 0;
        left: 0;
        width: 48px;
        height: 48px;
    }

    .home-cause__result {
        position: relative;
    }

    .home-cause__result__img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .home-cause__result__wrapper {
        padding-left: 64px;
    }

    .home-cases .calltracking__cases__title {
        font-size: 18px;
    }

    .home-cases .calltracking__cases__count {
        font-weight: 700;
        top: 0;
    }

    .home-blog {
        padding: 32px 0;
    }

    .home-blog__title {
        font-size: 18px;
    }

    .home-blog__item:first-child {
        margin-right: 0;
    }

    .home-blog__item:last-child {
        display: none;
    }

    .home-blog__item {
        padding-bottom: 64px;
    }

    .home-blog__item__wrapper {
        margin-bottom: 8px;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .home-blog__img {
        margin-bottom: 16px;
        height: 96px;
        width: auto;
    }

    .home-blog__info {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .home-blog__date {
        margin-bottom: 16px;
    }

    .home-geo .calltracking__geo__title {
        font-size: 18px;
    }

    .home-geo .calltracking__geo__item__title {
        font-size: 16px;
    }

    .home-awards {
        padding: 32px 0;
    }

    .home-awards__title {
        font-size: 18px;
        margin-bottom: 24px;
    }

    .home-awards__items#home-awards__slider .swiper-wrapper {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .home-awards__items#home-awards__slider .swiper-wrapper .home-awards__items__slider {
        opacity: .5;
        /*width: 95% !important;*/
    }

    .home-awards__items#home-awards__slider .swiper-wrapper .home-awards__items__slider.swiper-slide-active {
        opacity: 1;
    }

    .home-awards__items#home-awards__slider .swiper-wrapper .home-awards__items__slider:last-child {
        /*width: 100% !important;*/
    }

    .home-awards__item {
        /*max-width: 250px !important;*/
    }

    .home-awards__item__img {
        margin-bottom: 16px;
    }

    .home-awards__item__title {
        font-size: 18px;
    }

    .home-awards__item__subtitle {
        color: rgba(31, 40, 44, 0.5);
    }

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

    .home-form__content {
        margin-top: 0;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }

    .calltracking__reports__column .swiper-pagination-bullet {
        height: 4px;
    }

    .calltracking__reports #calltracking__reports__quote {
        margin-bottom: 14px;
        padding-right: 0;
    }

    .calltracking__cases__count {
        display: inline-block;
    }

    .calltracking__geo {
        padding-top: 32px;
        padding-bottom: 8px;
    }

    .calltracking__geo__items {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0;
    }

    .calltracking__geo__item {
        margin-bottom: 24px;
    }

    .calltracking__geo__item__img {
        margin-bottom: 12px;
        width: 58px;
        height: 58px;
    }

    .calltracking__geo__item__title {
        font-size: 18px;
        max-width: 217px;
    }

    .calltracking__ecosystem__title {
        margin-bottom: 8px;
    }

    .calltracking__ecosystem__subtitle {
        line-height: 1.43;
        font-size: 18px;
        margin-bottom: 24px;
    }

    .calltracking__ecosystem__item {
        padding: 0 16px 0 16px;
        margin-bottom: 16px;
        height: 84px;
    }

    .calltracking__ecosystem__item__img {
        min-width: 0;
        width: 48px;
        height: 48px;
    }

    .calltracking__ecosystem__item__wrapper {
        margin-left: 16px;
        max-width: 194px;
    }

    .calltracking__ecosystem__item__title {
        margin-bottom: 4px;
        font-size: 16px;
    }

    .calltracking__ecosystem__item__subtitle {
        font-size: 14px;
    }

    .calltracking .prices__summ {
        text-align: left;
    }

    .calltracking .prices__summ-details .to-left {
        float: left;
    }

    .calltracking .prices__summ-details .to-right {
        float: right;
    }

    .calltracking #sbra {
        left: -25px !important;
        top: 3px;
    }

    .calltracking .prices__intro {
        font-size: 18px;
        line-height: 1.5;
    }

    .albato__subtitle {
        margin-bottom: 48px;
    }

    .albato__items:after {
        display: block;
    }

    .albato__wrapper:after {
        display: block;
    }

    .albato__link {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .albato__reasons {
        margin-bottom: 24px;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media only screen and (max-width: 500px) {
    .home-show__img {
        background: url(/test2/static/img/hm-movie_min.png) left center no-repeat;
    }

    .popup__content__contacts a {
        padding-right: 0;
        display: block;
        margin-bottom: 12px;
    }

    .home-mainscreen__img {
        width: 277px;
        height: 328px;
        max-width: 100%;
        left: 0;
        bottom: -320px;
        margin: 0 auto;
    }

    .home-form {
        padding-bottom: 20px;
    }

    .albato__item__img {
        width: 48px;
        height: 48px;
    }

    .albato__link span {
        padding-left: 44px;
        text-align: left;
    }

    .albato__link span:before {
        width: 28px;
    }

    .albato__settings__items {
        margin-bottom: 63px;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .albato__settings__wrapper.show {
        display: none;
    }

    .albato__settings__item {
        max-width: 120px;
        background-size: 80px !important;
    }

    .albato__settings__item.telegram {
        background-size: 46px !important;
    }

    .albato__more {
        display: block;
    }
}

.prices-table {
    padding: 24px 0;
    background-color: #fff;
}

.prices-table__title {
    font-size: 30px;
    font-family: "MuseoSansCyrlBold";
    color: #1f282c;
    margin-bottom: 16px;
}

.prices-table__tabs {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-sizing: border-box;
    max-width: 414px;
    width: 100%;
    border: 1px solid rgba(143, 148, 150, 0.5);
    margin-bottom: 32px;
}

.prices-table__tabs li {
    background-color: rgba(143, 148, 150, 0.5);
    font-family: "MuseoSansCyrlBold";
    font-size: 16px;
    color: #fff;
    padding: 7px 16px;
    cursor: pointer;
}

.prices-table__tabs li.current {
    background-color: #fff;
    color: #444b4c;
}

.prices-table__mobile {
    display: none;
}

.prices-table__mobile__item {
    padding-bottom: 24px;
    position: relative;
    margin-bottom: 16px;
}

.prices-table__mobile__item.ptm-last-item {
    margin-bottom: 24px;
}

.prices-table__mobile__item:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(143, 148, 150, 0.25);
}

.prices-table__mobile__row {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 8px;
}

.prices-table__mobile__row:last-child {
    margin-bottom: 0;
}

.prices-table__mobile__row.pt-column {
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    margin-bottom: 24px;
}

.prices-table__mobile__row.pt-column:last-child {
    margin-bottom: 0;
}

.prices-table__mobile__row.pt-column .prices-table__mobile__text {
    max-width: 100%;
    margin-bottom: 8px;
}

.prices-table__mobile__title,
.prices-table__mobile__subtitle,
.prices-table__mobile__text,
.prices-table__mobile__number {
    font-family: "MuseoSansCyrlBold";
}

.prices-table__mobile__title {
    color: #1eb0cd;
    font-size: 14px;
    margin-bottom: 8px;
}

.prices-table__mobile__subtitle {
    color: #1eb0cd;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 16px;
}

.prices-table__mobile__text {
    line-height: 1.5;
    font-size: 14px;
    color: #444b4c;
}

.prices-table__mobile__number {
    font-size: 18px;
    color: #1f282c;
}

.prices-table__tab-content {
    display: none;
    background-color: #fff;
}

.prices-table__tab-content.current {
    display: block;
}

.prices-table__info__row.pt-row-align {
    vertical-align: top;
}

.prices-table__info__row-last {
    border-bottom: 1px solid rgba(143, 148, 150, 0.25);
}

.prices-table__info__heading {
    position: relative;
    border-bottom: 1px solid rgba(143, 148, 150, 0.25);
}

.prices-table__info__cell {
    padding: 12px 0;
    max-width: 601px;
}

.prices-table__info__cell.pt-maxw-cell {
    max-width: 140px;
}

.prices-table__info__cell-heading {
    padding: 16px 0;
    vertical-align: top;
}

.prices-table__info__cell.td-bold {
    font-size: 24px;
    font-family: "MuseoSansCyrlBold";
    color: #1f282c;
}

.prices-table__info__cell.td-grey {
    font-size: 18px;
    font-family: "MuseoSansCyrlBold";
    color: #444b4c;
}

.prices-table__info__cell.td-first {
    padding-top: 24px;
}

.prices-table__info__cell.td-last {
    padding-bottom: 24px;
}

.prices-table__info__cell-caption {
    font-size: 14px;
    font-family: "MuseoSansCyrlBold";
    color: #1f282c;
}

.prices-table__info__cell.pt-bottom-cell {
    padding-top: 32px;
}

.prices-table__info__cell.no-padding-item {
    padding: 0;
}

.prices-table__info__cell.subtitle-pt-item {
    padding: 0;
    margin-top: 8px;
    margin-bottom: 16px;
}

.prices-table__info__cell.fw-cell {
    max-width: 180px;
}

.prices-table__info__blue-caption {
    color: #1eb0cd;
    font-size: 14px;
    font-family: "MuseoSansCyrlBold";
    margin-bottom: 8px;
}

.prices-table__info__caption {
    color: #444b4c;
    font-size: 18px;
    font-family: "MuseoSansCyrlBold";
}

@media screen and (max-width: 1200px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media only screen and (max-width: 1200px) {
    .prices-table__info__cell.pt-pl-item {
        padding-left: 20px;
    }

    .prices-table__info__caption {
        font-size: 14px;
    }
}

@media only screen and (max-width: 970px) {
    body {
        padding-top: 45px;
    }

    body:after {
        display: none;
    }

    body.hide,
    html.hide {
        position: fixed;
    }
}

@media only screen and (max-width: 960px) {
    .prices-table {
        padding: 24px 0;
    }

    .prices-table__title {
        font-size: 18px;
    }

    .prices-table__tabs {
        margin-bottom: 24px;
        position: relative;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        border: none;
        padding-left: 46px;
    }

    .prices-table__tabs:before {
        content: '';
        display: block;
        width: 32px;
        height: 64px;
        background-color: #fff;
        border: 1px solid rgba(143, 148, 150, 0.5);
        position: absolute;
        left: 0;
        top: 0;
    }

    .prices-table__tabs li {
        padding: 7px 0;
        min-height: 32px;
        font-size: 16px;
        color: #8f9496;
        background-color: #fff;
        position: relative;
    }

    .prices-table__tabs li:after,
    .prices-table__tabs li:before {
        content: '';
        display: block;
        width: 30px;
        height: 32px;
        position: absolute;
        left: -45px;
        top: 0;
    }

    .prices-table__tabs li:after {
        background-color: rgba(143, 148, 150, 0.5);
    }

    .prices-table__tabs li.current {
        color: #1f282c;
    }

    .prices-table__tabs li.current:before {
        border-top: 1px solid rgba(143, 148, 150, 0.5);
        border-bottom: 1px solid rgba(143, 148, 150, 0.5);
        z-index: 1;
        background-color: #fff;
    }

    .prices-table__mobile {
        display: block;
    }

    .prices-table__info {
        display: none;
    }
}

@media only screen and (max-width: 500px) {
    .prices-table__mobile__text {
        max-width: 168px;
    }
}

.ratig {
    margin: 11px 0 0 auto;
    max-width: 100%;
}

.kk-star-ratings {
    max-width: 135px;
    margin: 0 0 0 auto;
}

.kk-star-ratings .kksr-star.gray {
    background-image: url(/local/templates/.default/markup/app/img/star_gray.svg);
    margin: 5px 0;
}

.kk-star-ratings .kksr-stars,
.kk-star-ratings .kksr-stars .kksr-fuel,
.kk-star-ratings .kksr-stars a {
    height: 27px;
}

.kk-star-ratings .kksr-stars,
.kk-star-ratings .kksr-stars .kksr-fuel,
.kk-star-ratings .kksr-stars a {
    background-color: transparent !important;
}

.kk-star-ratings .kksr-star {
    background-position: 0 0;
}

.kk-star-ratings .kksr-stars {
    height: 27px;
    position: relative;
}

.kk-star-ratings .kksr-star.orange {
    background-image: url(/local/templates/.default/markup/app/img/star.svg);
}

.kk-star-ratings .kksr-stars .kksr-fuel {
    height: 27px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.kk-star-ratings .kksr-stars a {
    width: 27px;
    height: 27px;
    float: left;
    position: relative;
    z-index: 1;
    text-decoration: none;
    border: 0;
}

@media (max-width: 767px) {
    .ratig {
        margin: 20px auto 20px 0;
    }

    .kk-star-ratings {
        margin: 0;
    }
}

/* LIBS */
.glightbox-container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999 !important;
    overflow: hidden;
    overflow-scrolling: touch;
}

.glightbox-container.inactive {
    display: none;
}

.glightbox-container .gcontainer {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.glightbox-container .gslider {
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
}

.glightbox-container .gslide {
    height: 100%;
    width: 100%;
    position: absolute;
    display: block;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.glightbox-container .gslide.current {
    opacity: 1;
    z-index: 99999;
}

.glightbox-container .gslide.prev {
    opacity: 1;
    z-index: 9999;
}

.glightbox-container .gslide-inner-content {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.glightbox-container .ginner-container {
    width: auto;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    max-height: 100vh;
}

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
    max-width: 100% !important;
}

.gslide iframe,
.gslide video {
    outline: 0 !important;
    border: none;
    min-height: 165px;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    -ms-touch-action: auto;
    touch-action: auto;
}

.gslide-image {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.gslide-image img {
    max-height: 100vh;
    display: block;
    margin: 0;
    padding: 0;
    float: none;
    outline: 0;
    border: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-width: 100vw;
    width: auto;
    height: auto;
    object-fit: cover;
}

.desc-bottom .gslide-image img,
.desc-top .gslide-image img {
    width: 100%;
}

.gslide-video {
    position: relative;
    width: 100vh;
    max-width: 100vh;
}

.gslide-video .gvideo-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}

.gslide-video iframe,
.gslide-video object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 100%;
    height: 100%;
    border: 0;
}

.gslide-video:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 0, 0, 0.34);
    display: none;
}

.gslide-video.playing:before {
    display: none;
}

.gslide-video .jw-media,
.gslide-video .jw-video {
    position: relative !important;
}

.gslide-video .jwplayer {
    max-width: 100vw;
    width: 100vh;
    height: auto !important;
}

.gslide-video .box-emboss,
.gslide-video .jwplayer {
    outline: 0 !important;
    box-shadow: none !important;
    border: none !important;
}

.gslide-video .box-emboss .btnd.active,
.gslide-video .box-emboss .btnd:active,
.gslide-video .box-emboss .btnd:focus,
.gslide-video .jwplayer .btnd.active,
.gslide-video .jwplayer .btnd:active,
.gslide-video .jwplayer .btnd:focus {
    background-image: none;
    outline: 0;
    box-shadow: none;
}

.gslide-external,
.gslide-inline {
    background: #fff;
    overflow: auto;
    max-height: 62vh;
}

.gslide-video object {
    position: absolute;
    top: 0;
    left: 0;
}

.gslide-inline {
    padding: 20px;
    text-align: left;
}

.ginlined-content {
    overflow: auto;
    display: block !important;
    opacity: 1;
}

.gslide-external {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    min-width: 100%;
    padding: 0;
}

.gslide-media {
    display: block;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    width: auto;
}

.desc-bottom .gslide-media,
.desc-top .gslide-media {
    margin: 0 auto;
}

.gslide-description {
    float: left;
}

.gslide-description.description-left,
.gslide-description.description-right {
    max-width: 100%;
}

.gslide-description p {
    margin-bottom: 12px;
}

.gslide-description p::last-child {
    margin-bottom: 0;
}

.glightbox-mobile .glightbox-container .gslide-description {
    position: absolute;
    bottom: 15px;
    padding: 19px 11px;
    max-width: 100vw !important;
    -ms-flex-order: 2 !important;
    -webkit-order: 2 !important;
    order: 2 !important;
    max-height: 78vh;
    overflow: auto !important;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.75) 100%);
    transition: opacity .3s linear;
}

.glightbox-mobile .glightbox-container .gslide-title {
    color: #fff;
    font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
    color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
    color: #fff;
    font-weight: 700;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
    color: #fff;
    opacity: .4;
}

.gdesc-open .gslide-media {
    transition: opacity .5s ease;
    opacity: .4;
}

.gdesc-open .gdesc-inner {
    padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
    transition: opacity .5s ease;
    opacity: 1;
}

.greset {
    transition: all .5s ease;
}

.glightbox-desc {
    display: none;
}

.glightbox-open {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-touch-action: auto;
    touch-action: auto;
    height: auto;
}

.gloader {
    height: 25px;
    width: 25px;
    -webkit-animation: lightboxLoader .8s infinite linear;
    animation: lightboxLoader .8s infinite linear;
    border: 2px solid #fff;
    border-right-color: transparent;
    border-radius: 50%;
    position: absolute;
    display: block;
    z-index: 9999;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 47%;
}

.goverlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
}

.gclose,
.gnext,
.gprev {
    background-repeat: no-repeat;
    z-index: 99999;
    cursor: pointer;
    width: 26px;
    height: 44px;
    display: block;
    background-position: 0 0;
}

.gclose.disabled,
.gnext.disabled,
.gprev.disabled {
    opacity: .1;
}

.gclose .garrow,
.gnext .garrow,
.gprev .garrow {
    stroke: #fff;
}

iframe.wait-autoplay {
    opacity: 0;
}

.glightbox-closing .gclose,
.glightbox-closing .gnext,
.glightbox-closing .gprev {
    opacity: 0 !important;
}

.glightbox-clean .gslide-description {
    background: #fff;
}

.glightbox-clean .gdesc-inner {
    padding: 22px 20px;
}

.glightbox-clean .gslide-title {
    font-size: 1em;
    font-weight: 400;
    font-family: arial;
    color: #000;
    margin-bottom: 19px;
    line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
    font-size: .86em;
    margin-bottom: 0;
    font-family: arial;
    line-height: 1.4em;
}

.glightbox-clean .gslide-video {
    background: #000;
}

.glightbox-clean .gclose,
.glightbox-clean .gnext,
.glightbox-clean .gprev {
    background-color: rgba(0, 0, 0, 0.08);
    position: absolute;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGMAAAA2CAYAAADTeCfRAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5NThDMEMwNzg3NjgxMUU1QUM2MUYwRDYwNTNEN0UxMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5NThDMEMwODg3NjgxMUU1QUM2MUYwRDYwNTNEN0UxMSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk1OEMwQzA1ODc2ODExRTVBQzYxRjBENjA1M0Q3RTExIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjk1OEMwQzA2ODc2ODExRTVBQzYxRjBENjA1M0Q3RTExIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+htE8KwAAA9BJREFUeNrsm1tIFGEYhndDI4OSLgqkMrKjBXYwCjt40QkpL4pMyoqMgigIgm6iiy66KSwpj2vrucKgpINRRhYRooQkWYEWUkaWERokhVQXbu/QOyDhpjPzz3H/Dx7W1f2+753/3X9mnPnHHwqFfDKcEWPkEEgzZEgzpBkybDbjHLhvIP8GKLNhPILgksEaFaDKKWacAMdAn4Ean8F+kGOxGXFgDyjSmZ8L9oFpurKVU1uBnAr9jZMCah1hrQLBGkciyL7FGvNymXdZb2+RG3GGYo4LrHmINS9abEiZRkMu8PNXjPQVJV4Vc9SEgclm7WqLDSkd5RdBiBGizCihmMMmDkwWe1yz2JBy9g2E+ft5o7smkWZUUMwBCwYmg71u2nQMCZhphFEzaihmt4UDk86e9TYZUsj3OaKNMGJGHcVkWjwoChvZ+7HFfQvZt42vpaJ76Em6SzHbbDBCZR01NFvct519u8yorzXhEcWk2WiESiq1tFrUT901veZrnp1mNFHEWgcYoZJMTe0m98ljn3K+z+f7oB1mtLD5agcZoZJEbZ3Ab0J9deCrwpzSB6004xWbLnegESqJ1NgNok04aFeF+XtA5MF8pA90stkiBxuhkkCtvSBGQL2iEYz415Bys8yIAu/ZZKELjFCJp+Z+EGugTgHrVGq8ClEm2oxZ4CUYAHNcZIRKHOjj6ed8A8eISo15xUaPIcP9spFFk11ohMp0bkOHxrxa5lXo7Ksack9Pvn+YpTqLwS0QDZbxRo+bYgJoBZPAZtCiIVe5QzceZBroXwP8YKfWRH+YdVOx4AOYCOJBt0uMUAz4BGLAVNDjhXvg/bwF2UdTElywLVOoN5o/97hsRv/3HvgAv10fwVuQ6ODtUO45f6HmyaDXi6tDfoMZNKMdJDlwG2ZyN/qVs/mbl5fqDILZoAO8AMkO0j8XvONJhjKLf0TKuqkF4Dl4BlY6QLty1vcGdHE39SvSFrEtBc2gCWywUfcKfjE6eHIxGKkrCleBRvAApNmgOQU8BW2crRG/vDMV1JN0C/WmcmYqZizxeSyMLO/cBG6DOyDDAq3rwRPOyhSfB8PoWtst4DrJMlGnYnwDeMjZ4c0QdGGumhfIsk246LeVtetcfOFyVEQJ8nQv+AkqwThQIqjuDnAV1ILtPo9HlMBaB/kfewCMBfkG6ylL85VnJZSroLt8kRAmTLezOpfUD+W0WQvFnIzfpEePlaeO5oE1OvOVp56+R8KuaWiYZYYMG05tZUgzpBkypBnSDBnSDGmGDGmGDGmGNEOGNEOaIUOa4YH4I8AAM9m8BFEzyDIAAAAASUVORK5CYII=);
}

.glightbox-clean .gprev {
    background-position: 4px 5px;
    top: -100%;
    left: 30px;
    width: 38px;
    height: 56px;
}

.glightbox-clean .gnext {
    background-position: -27px 5px;
    top: -100%;
    right: 30px;
    width: 38px;
    height: 56px;
}

.glightbox-clean .gclose {
    width: 35px;
    height: 35px;
    top: 15px;
    right: 10px;
    opacity: .7;
    background-position: -59px 2px;
}

.glightbox-clean .gclose:hover {
    opacity: 1;
}

.gfadeIn {
    -webkit-animation: gfadeIn .5s ease;
    animation: gfadeIn .5s ease;
}

.gfadeOut {
    -webkit-animation: gfadeOut .5s ease;
    animation: gfadeOut .5s ease;
}

.gslideOutLeft {
    -webkit-animation: gslideOutLeft .3s ease;
    animation: gslideOutLeft .3s ease;
}

.gslideInLeft {
    -webkit-animation: gslideInLeft .3s ease;
    animation: gslideInLeft .3s ease;
}

.gslideOutRight {
    -webkit-animation: gslideOutRight .3s ease;
    animation: gslideOutRight .3s ease;
}

.gslideInRight {
    -webkit-animation: gslideInRight .3s ease;
    animation: gslideInRight .3s ease;
}

.gzoomIn {
    -webkit-animation: gzoomIn .5s ease;
    animation: gzoomIn .5s ease;
}

.gzoomOut {
    -webkit-animation: gzoomOut .5s ease;
    animation: gzoomOut .5s ease;
}

@-webkit-keyframes lightboxLoader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes lightboxLoader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes gfadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes gfadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes gfadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes gfadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-webkit-keyframes gslideInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-60%, 0, 0);
        transform: translate3d(-60%, 0, 0);
    }

    to {
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes gslideInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-60%, 0, 0);
        transform: translate3d(-60%, 0, 0);
    }

    to {
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes gslideOutLeft {
    from {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        -webkit-transform: translate3d(-60%, 0, 0);
        transform: translate3d(-60%, 0, 0);
        opacity: 0;
        visibility: hidden;
    }
}

@keyframes gslideOutLeft {
    from {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        -webkit-transform: translate3d(-60%, 0, 0);
        transform: translate3d(-60%, 0, 0);
        opacity: 0;
        visibility: hidden;
    }
}

@-webkit-keyframes gslideInRight {
    from {
        opacity: 0;
        visibility: visible;
        -webkit-transform: translate3d(60%, 0, 0);
        transform: translate3d(60%, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes gslideInRight {
    from {
        opacity: 0;
        visibility: visible;
        -webkit-transform: translate3d(60%, 0, 0);
        transform: translate3d(60%, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes gslideOutRight {
    from {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        -webkit-transform: translate3d(60%, 0, 0);
        transform: translate3d(60%, 0, 0);
        opacity: 0;
    }
}

@keyframes gslideOutRight {
    from {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        -webkit-transform: translate3d(60%, 0, 0);
        transform: translate3d(60%, 0, 0);
        opacity: 0;
    }
}

@-webkit-keyframes gzoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 1;
    }
}

@keyframes gzoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes gzoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 0;
    }
}

@keyframes gzoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 0;
    }
}


/* COMPONENTS */
html {
    position: relative;
}

body {
    font-family: "MuseoSansCyrl";
    font-size: 18px;
    position: relative;
    padding-top: 143px;
    width: 100%;
}

body:after {
    left: 0;
    right: 0;
    top: 0;
    display: block;
    content: '';
    height: 143px;
    position: absolute;
    background: #1f282c;
}

body.hide,
html.hide {
    overflow: hidden;
    margin-right: 17px;
}

.container {
    max-width: 100%;
    width: 1200px;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
}

.radio {
    margin-bottom: 16px;
    cursor: pointer;
    padding-left: 30px;
    position: relative;
}

.radio:last-child {
    margin-bottom: 0;
}

.radio-label {
    display: block;
    font-size: 18px;
    font-family: "MuseoSansCyrlBold";
    color: #39454c;
    cursor: pointer;
}

.radio-content {
    font-size: 14px;
    color: #8f9496;
}

.radio input[type=radio] {
    position: absolute;
    opacity: 0;
}

.radio input[type=radio]+.radio-label:before {
    content: "";
    background: #fff;
    border-radius: 100%;
    border: 1px solid #1eb0cd;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 12px;
    position: absolute;
    left: 0;
    top: 0;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}

.radio input[type=radio]:checked+.radio-label:before {
    background-color: #1eb0cd;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}

.radio input[type=radio]:focus+.radio-label:before {
    outline: none;
    border-color: #3197EE;
}

.radio input[type=radio]+.radio-label:empty:before {
    margin-right: 0;
}

.counter {
    background: #fff;
    padding: 5px;
    width: 173px;
    border: 1px solid #8f9496;
    max-width: 100%;
    text-align: center;
}

.counter.active {
    border: 1px solid #1f282c;
}

.counter:focus-within {
    border: 1px solid #1f282c;
}

.counter:focus-within .counter__minus {
    background: url("/test2/static/img/rates-minus-blackicon.svg") center center no-repeat;
    background-size: 18px 18px;
}

.counter:focus-within .counter__plus {
    background: url("/test2/static/img/rates-plus-blackicon.svg") center center no-repeat;
    background-size: 18px 18px;
}

.counter__minus,
.counter__plus {
    cursor: pointer;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.counter__minus {
    background: url("/test2/static/img/rates-minus-icon.svg") center center no-repeat;
    background-size: 18px 18px;
}

.counter__minus.active {
    background: url("/test2/static/img/rates-minus-blackicon.svg") center center no-repeat;
    background-size: 18px 18px;
}

.counter__plus {
    background: url("/test2/static/img/rates-plus-icon.svg") center center no-repeat;
    background-size: 18px 18px;
}

.counter__plus.active {
    background: url("/test2/static/img/rates-plus-blackicon.svg") center center no-repeat;
    background-size: 18px 18px;
}

.counter__field {
    color: #000000;
    font-family: "MuseoSansCyrlBold";
    height: 34px;
    width: 90px;
    text-align: center;
    font-size: 24px;
    display: inline-block;
    border: none;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.counter__field.active {
    color: #1f282c;
}

.counter__field:focus {
    color: #1f282c;
}

.counter__field:focus .counter {
    border: 1px solid #1f282c;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type='number'] {
    -moz-appearance: textfield;
    margin: 0;
}

input:focus::-webkit-input-placeholder {
    opacity: 0;
}

input:focus:-moz-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder {
    opacity: 0;
}

input {
    outline: 0;
    outline-offset: 0;
}

.tooltip-block {
    width: 12px;
    height: 12px;
    display: inline-block;
    position: relative;
    transition: .3s;
	margin-left: 5px;
    margin-top: -5px;
}

.tooltip-block:hover .tooltip-block__info {
    display: inline-block;
    opacity: 1;
    visibility: visible;
}

.tooltip-block:hover .tooltip-block__quest-mark {
    background: url("/test2/static/img/rates-question-blue-icon.svg") center center no-repeat;
    background-size: 12px 12px;
}

.tooltip-block__quest-mark {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url("/test2/static/img/rates-question-icon.svg") center center no-repeat;
    background-size: 12px 12px;
    border-radius: 50%;
}

.tooltip-block__info {
    position: absolute;
    display: none;
    width: 300px;
    border: solid 2px #f6cf58;
    background: #fff;
    padding: 16px;
    left: 12px;
    z-index: 99;
    font-size: 14px;
    line-height: 1.3;
    top: 50px;
    color: #37474f;
    opacity: 0;
    visibility: hidden;
}

.tooltip-block__info:before {
    position: absolute;
    content: "";
    display: inline-block;
    top: -19px;
    left: -2px;
    border-style: solid;
    border-width: 17px 0 0 17px;
    border-color: transparent transparent transparent #f6cf58;
}

.yellow-banner {
    padding: 18px 0;
    background-color: rgba(242, 196, 0, 0.25);
}

.yellow-banner__wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.yellow-banner__title {
    font-size: 30px;
    font-family: "MuseoSansCyrlBold";
    color: #1f282c;
    line-height: 1.87;
    margin-right: 24px;
}

.yellow-banner .callback__default-button.new-analytics-btn {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 339px;
    max-width: 100%;
}

.tariffs-banner {
    padding: 48px 0;
    background-color: #444b4c;
}

.tariffs-banner__wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tariffs-banner__item {
    width: 365px;
    max-width: 100%;
    background-color: #fff;
    padding: 20px 25px;
    box-shadow: 0 1px 0 1px rgba(116, 106, 92, 0.15);
}

.tariffs-banner__item__img {
    height: 75px;
    margin-right: 20px;
}

.tariffs-banner__heading {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 32px;
}

.tariffs-banner__title,
.tariffs-banner__subtitle {
    color: #1f282c;
    font-family: "MuseoSansCyrlBold";
    line-height: 1.2;
}

.tariffs-banner__title {
    font-size: 40px;
}

.tariffs-banner__subtitle {
    font-size: 20px;
}

.tariffs-banner__subtitle span {
    display: block;
    font-size: 28px;
}

.tariffs-banner__subtitle p {
    min-height: 48px;
}

.tariffs-banner__link {
    background-color: #f2c400;
    font-size: 24px;
    font-family: "MuseoSansCyrlBold";
    color: #1f282c;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 61px;
    text-decoration: none;
    transition: .3s;
}

.tariffs-banner__link:hover {
    background-color: #ffd800;
}

.full-slider {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 202;
    background: rgba(0, 0, 0, 0.92);
    padding: 32px 57px;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s;
}

.full-slider.active {
    visibility: visible;
    opacity: 1;
}

.full-slider__close {
    position: absolute;
    top: 14px;
    right: 36px;
    display: block;
    width: 52px;
    height: 52px;
    background: url("/test2/static/img/quit.svg") center center;
    background-size: cover;
    cursor: pointer;
    z-index: 2;
}

.full-slider .swiper-button-prev,
.full-slider .swiper-container-rtl .swiper-button-next {
    left: 7px;
    background: url("/test2/static/img/full-left.svg") center center no-repeat;
}

.full-slider .swiper-button-next,
.full-slider .swiper-container-rtl .swiper-button-prev {
    right: 7px;
    background: url("/test2/static/img/full-right.svg") center center no-repeat;
}

.full-slider .swiper-button-next,
.full-slider .swiper-button-prev {
    width: 40px;
    height: 60px;
    background-size: cover;
}

.full-slider .callback-test__text {
    color: #ffffff;
    margin-bottom: 28px;
}

.full-slider .swiper-pagination {
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    margin: auto;
}

.full-slider .swiper-pagination-bullet {
    background-color: #8f9496;
    width: 8px;
    height: 8px;
    margin-right: 5px;
    margin-left: 5px;
    opacity: 1;
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.9);
}

.full-slider .swiper-pagination-bullet-active {
    background-color: #1eb0cd;
}

/* PAGES */
.callback {
    position: relative;
}

.callback__title {
    /*default title size*/
    line-height: 1.4;
    font-size: 30px;
    font-family: "MuseoSansCyrlBold";
    color: #1f282c;
}

.callback__title.cb-white-title {
    color: #fff;
}

.callback__default-button {
    height: 60px;
    padding: 18px 54px;
    background-color: #f2c400;
    text-decoration: none;
    font-size: 24px;
    color: #39454c;
    font-family: "MuseoSansCyrlBold";
    cursor: pointer;
    transition: .3s;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
}

.callback__default-button:hover {
    background-color: #ffd800;
}

.callback__default-button.cb-table-button {
    width: 326px;
    max-width: 100%;
    text-align: center;
}

.callback__default-button.cb-price-btn {
    width: 406px;
    text-align: center;
}

.callback__default-button.cb-pricetabs-btn {
    width: 222px;
    height: 44px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    font-size: 16px;
    margin: 0 auto;
}

.callback__heading {
    position: relative;
    margin-top: 44px;
    margin-bottom: 96px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.callback__heading.about-heading {
    margin-bottom: 64px;
}

.callback__heading__logo {
    width: 137px;
    height: 137px;
    margin-right: 48px;
}

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

.callback__heading__title {
    /*main title size*/
    color: #1f282c;
    font-size: 40px;
    font-family: "MuseoSansCyrlBold";
    margin-bottom: 16px;
}

.callback__heading__title .cb-heading-hidetext {
    display: inline-block;
}

.callback__heading__title .ct-about-mobile-title {
    display: none;
}

.callback__heading__title .ct-about-title {
    display: block;
}

.callback__heading__subtitle {
    line-height: 1.5;
    max-width: 680px;
    color: #444b4c;
    font-size: 24px;
    font-family: "MuseoSansCyrlBold";
}

.callback__heading__subtitle.ct-about-subtitle {
    max-width: 750px;
}

.callback__heading__message {
    margin-bottom: 10px;
    font-size: 24px;
    font-family: "MuseoSansCyrlBold";
    color: #1eb0cd;
    line-height: 1.5;
}

.callback__heading__message.ct-about-message {
    max-width: 682px;
}

.callback__pluses__banner {
    margin-top: 32px;
    padding: 30px 40px;
    background-color: #3cb0cb;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 8px;
}

.callback__pluses__banner__title {
    margin-right: 24px;
    min-height: 88px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 30px;
    color: #fff;
    font-family: "MuseoSansCyrlBold";
    padding-left: 114px;
    background: url("/test2/static/img/present2.svg") left top no-repeat;
}

.callback__pluses__items {
    padding: 40px 100px;
    background-color: #dffaff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.callback__pluses__items .callback__default-button.cb-mobile-button {
    display: none;
}

.callback__pluses__item {
    font-size: 24px;
    min-height: 64px;
    padding-left: 88px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.callback__pluses__item:first-child,
.callback__pluses__item:nth-child(2) {
    margin-bottom: 32px;
}

.callback__pluses__item.cb-billing {
    background: url("/test2/static/img/callback-billing.svg") left center no-repeat;
}

.callback__pluses__item.cb-price {
    background: url("/test2/static/img/callback-price.svg") left center no-repeat;
}

.callback__pluses__item.cb-conversion {
    background: url("/test2/static/img/callback-conversion.svg") left center no-repeat;
}

.callback__pluses__item.cb-2clicks {
    min-width: 404px;
    background: url("/test2/static/img/callback-2clicks.svg") left center no-repeat;
}

.callback__reasons {
    padding: 64px 0;
    background-color: #fff;
}

.callback__reasons__items {
    margin-top: 48px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.callback__reasons__item {
    padding-left: 76px;
    max-width: 500px;
    width: 50%;
    margin-bottom: 64px;
}

.callback__reasons__item.cb-recording {
    background: url("/test2/static/img/callback-recording.svg") left top no-repeat;
}

.callback__reasons__item.cb-ringgroups {
    background: url("/test2/static/img/callback-ringgroups.svg") left top no-repeat;
}

.callback__reasons__item.cb-clientform {
    background: url("/test2/static/img/callback-clientform.svg") left top no-repeat;
}

.callback__reasons__item.cb-operators {
    background: url("/test2/static/img/callback-operators.svg") left top no-repeat;
    background-size: 56px;
}

.callback__reasons__item.cb-noworkday {
    background: url("/test2/static/img/callback-noworkday.svg") left top no-repeat;
    background-size: 56px;
}

.callback__reasons__item.cb-dtmf {
    background: url("/test2/static/img/callback-dtmf.svg") left top no-repeat;
}

.callback__reasons__item.cb-noworkday,
.callback__reasons__item.cb-dtmf {
    margin-bottom: 0;
}

.callback__reasons__item__title {
    line-height: 1.25;
    font-size: 24px;
    font-family: "MuseoSansCyrlBold";
    color: #1f282c;
    margin-bottom: 16px;
}

.callback__reasons__item__text {
    line-height: 1.5;
    font-size: 18px;
    font-family: "MuseoSansCyrl";
    color: #1f282c;
}

.callback__price {
    padding: 64px 0;
    background-color: #dffaff;
}

.callback__price__subtitle {
    margin-top: 18px;
    margin-bottom: 32px;
    font-size: 24px;
    font-family: "MuseoSansCyrlBold";
    line-height: 1.5;
    color: #444b4c;
    max-width: 1005px;
}

.callback__price__link {
    padding-right: 5px;
    font-family: "MuseoSansCyrlBold";
    color: #04b0cf;
}

.callback__price__table {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.callback__price__table__row {
    border-bottom: 1px solid rgba(143, 148, 150, 0.25);
}

.callback__price__table__row:last-child {
    border-bottom: none;
}

.callback__price__table__row td {
    padding: 24px 0;
}

.callback__price__table__row td:nth-child(2) {
    padding-right: 40px;
}

.callback__price__table__heading {
    display: inline-block;
    text-align: center;
    padding: 12px 0;
    /*background-color: #1eb0cd;*/
    min-width: 326px;
    /*color: #fff;*/
    font-family: "MuseoSansCyrlBold";
    font-size: 32px;
}

.callback__price__table__title {
    font-size: 30px;
    margin-bottom: 8px;
    color: #1f282c;
    font-family: "MuseoSansCyrlBold";
}

.callback__price__table__title:first-child {
    min-width: 350px;
    padding-left: 38px;
}

.callback__price__table__title:nth-child(2) {
    padding-left: 30px;
}

.callback__price__table__title:last-child {
    padding-right: 38px;
}

.callback__price__table__title.cb-table-ltitle {
    padding-left: 30px;
}

.callback__price__table__title span {
    font-size: 24px;
    color: #444b4c;
    font-family: "MuseoSansCyrlBold";
    display: inline;
}

.callback__price__tabs {
    display: none;
    background-color: #fff;
    padding-bottom: 16px;
}

.callback__price__tabs-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.callback__price__tabs-tab {
    font-size: 20px;
    color: #746a5c;
    font-family: "MuseoSansCyrlBold";
    width: 100%;
    text-align: center;
    padding: 12px 0;
    background-color: #e6dfd4;
}

.callback__price__tabs-tab.active {
    background-color: #fff;
    color: #1f282c;
}

.callback__price__tabs-items {
    display: none;
}

.callback__price__tabs-items.active {
    display: block;
}

.callback__price__tabs-row {
    padding: 20px 16px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.callback__price__tabs-row:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(143, 148, 150, 0.25);
}

.callback__price__tabs-row:last-child:after {
    display: none;
}

.callback__price__tabs-item {
    width: 100%;
    text-align: left;
}

.callback__price__tabs-item.cb-price-minutes {
    font-size: 20px;
    font-family: "MuseoSansCyrlBold";
    color: #1f282c;
}

.callback__price__tabs-item.cb-price-minutes span {
    display: block;
}

.callback__price__tabs-item.cb-price-count {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 40px;
    font-family: "MuseoSansCyrlBold";
    color: #1f282c;
}

.callback__price__tabs-item.cb-price-count span:first-child {
    margin-right: 16px;
    min-width: 46px;
}

.callback__price__tabs-item.cb-price-count span:last-child {
    font-size: 16px;
    font-family: "MuseoSansCyrlBold";
    color: #444b4c;
}

.callback__price__faq {
    margin-top: 40px;
}

.callback__price__faq .container {
    padding: 0;
    max-width: 1168px;
    width: 100%;
    background-color: #3cb0cb;
}

.callback__price__faq .container .callback__title {
    padding: 20px 40px;
    position: relative;
}

.callback__price__faq .container .callback__title:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.34);
}

.callback__price__faq .container .cb-faq__link {
    color: #f2c400;
}

.callback__price__faq .container .cb-faq__wrapper {
    padding: 40px 40px 64px 40px;
}

.callback__price__faq .container .cb-faq__numbers {
    max-width: 940px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.callback__price__faq .container .cb-faq__numbers__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 78px;
    height: 78px;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
}

.callback__price__faq .container .cb-faq__numbers__item:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: -219px;
    width: 220px;
    height: 8px;
    background-color: #fff;
}

.callback__price__faq .container .cb-faq__numbers__item:last-child:after {
    display: none;
}

.callback__price__faq .container .cb-faq__numbers__item span {
    color: #f2c400;
    font-family: "MuseoSansCyrlBold";
    font-size: 40px;
}

.callback__price__faq .container .cb-faq__items {
    margin-top: 18px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.callback__price__faq .container .cb-faq__item {
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    font-family: "MuseoSansCyrlBold";
}

.callback__price__faq .container .cb-faq__item:first-child {
    margin-right: 90px;
}

.callback__price__faq .container .cb-faq__item:nth-child(2) {
    margin-right: 115px;
}

.callback__price__faq .container .cb-faq__item:last-child {
    margin-left: 175px;
}

.callback__price__faq__offer {
    padding: 0 40px 64px 40px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.callback__price__faq__title {
    max-width: 600px;
    font-size: 38px;
    color: #fff;
    font-family: "MuseoSansCyrlBold";
    margin-right: 24px;
}

.callback__price__faq__title span {
    color: #f2c400;
    padding-right: 5px;
}

.callback__settings {
    padding: 64px 0;
    background-color: #fafafa;
}

.callback__settings__tabs {
    margin-right: 100px;
}

.callback__settings__tab {
    display: inline-block;
    cursor: pointer;
    border: 2px solid #fafafa;
    padding: 10px 26px;
    font-size: 28px;
    color: #8f9496;
    font-family: "MuseoSansCyrlBold";
    margin-right: 18px;
}

.callback__settings__tab:last-child {
    margin-right: 0;
}

.callback__settings__tab.active {
    border: 2px solid #3cb0cb;
    color: #1f282c;
    border-radius: 4px;
}

.callback__settings__item {
    display: none;
}

.callback__settings__item.active {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.callback__settings__item__img {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 646px;
}

.callback__settings__item__img img {
    width: 646px;
    max-width: 100%;
}

.callback__settings__item__list-wrapper {
    min-height: 450px;
    max-width: 450px;
    margin-top: -50px;
}

.callback__settings__item__title {
    font-size: 35px;
    font-family: "MuseoSansCyrlBold";
    color: #1f282c;
    margin-bottom: 40px;
}

.callback__settings__item__list li {
    font-size: 18px;
    font-family: "MuseoSansCyrl";
    color: #1f282c;
    line-height: 1.5;
    padding-left: 58px;
    position: relative;
    margin-bottom: 15px;
}

.callback__settings__item__list li:last-child {
    margin-bottom: 0;
}

.callback__settings__item__list li:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background-image: url("/test2/static/img/ok2.svg");
    position: absolute;
    background-size: cover;
    left: 0;
    top: 0;
}

.callback__examples {
    padding: 64px 0;
    background-color: #1f282c;
}

.callback__examples .container {
    max-width: 1199px;
}

.callback__examples__wrapper {
    text-align: center;
    position: relative;
}

.callback__examples__mobile-wrapper {
    display: none;
}

.callback__examples__mobile-wrapper .cb-examples-mobile-prev,
.callback__examples__mobile-wrapper .cb-examples-mobile-next {
    display: none;
}

.callback__examples__items {
    max-width: 1000px;
    padding-bottom: 32px;
    margin-top: 48px;
    position: relative;
}

.callback__examples__item {
    max-width: 308px;
}

.callback__examples .swiper-button-next {
    right: 0;
    background: url("/test2/static/img/cb-right-arrow.svg") center center no-repeat;
}

.callback__examples .swiper-button-prev {
    left: 0;
    background: url("/test2/static/img/cb-left-arrow.svg") center center no-repeat;
}

.callback__examples .swiper-button-next,
.callback__examples .swiper-button-prev {
    width: 42px;
    height: 42px;
    top: calc(50% - 32px);
    transition: .3s ease-in-out;
}

.callback__examples .swiper-button-next:hover,
.callback__examples .swiper-button-prev:hover {
    opacity: .8;
}

.callback__examples .swiper-pagination-bullets {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.callback__examples .swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: #8f9496;
    opacity: 1;
    margin: 0 12px 0 0;
}

.callback__examples .swiper-pagination-bullets .swiper-pagination-bullet:last-child {
    margin-right: 0;
}

.callback__examples .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #1eb0cd;
}

.callback-test {
    padding: 64px 0;
}

.callback-test__mobile-wrapper {
    display: none;
}

.callback-test__mobile-wrapper .cb-test-mobile-prev,
.callback-test__mobile-wrapper .cb-test-mobile-next {
    display: none;
}

.callback-test__mobile-wrapper .swiper-pagination {
    display: none;
}

.callback-test__title {
    line-height: 1.4;
    max-width: 650px;
    font-size: 30px;
    font-family: "MuseoSansCyrlBold";
    color: #1f282c;
    margin-bottom: 24px;
}

.callback-test__column {
    width: 1200px;
    max-width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-bottom: 32px;
}

.callback-test__column .callback-test__pagination {
    bottom: 0;
    position: absolute;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.callback-test__column .swiper-pagination-bullet {
    margin-right: 12px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #8f9496;
    opacity: 1;
}

.callback-test__column .swiper-pagination-bullet:last-child {
    margin-right: 0;
}

.callback-test__column .swiper-pagination-bullet-active {
    background-color: #1eb0cd;
}

.callback-test #callback-test__slider {
    margin-top: 32px;
    width: 1200px;
    max-width: 100%;
    max-height: 560px;
}

.callback-test #callback-test__slider .swiper-slide {
    text-align: center;
}

.callback-test__screen {
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100%;
    max-width: 1000px;
    margin: auto;
    max-height: 100%;
    box-sizing: border-box;
    /*min-height: 500px;*/
}

.callback-test #callback-test__quote {
    width: 1200px;
    max-width: 100%;
    z-index: 15;
}

.callback-test__subtitle {
    font-size: 24px;
    font-family: "MuseoSansCyrlBold";
    color: #1eb0cd;
    margin-bottom: 8px;
}

.callback-test__text {
    font-size: 18px;
    font-family: "MuseoSansCyrlBold";
    color: #444b4c;
    min-height: 54px;
}

.callback-test .swiper-button-prev,
.callback-test .swiper-button-next {
    min-width: 36px;
    width: 42px;
    height: 42px;
    transition: .3s ease-in-out;
    z-index: 3;
}

.callback-test .swiper-button-prev:hover,
.callback-test .swiper-button-next:hover {
    opacity: .8;
}

.callback-test .swiper-button-prev {
    left: 0;
    background: url("/test2/static/img/cb-left-arrow.svg") center center no-repeat;
}

.callback-test .swiper-button-next {
    right: 0;
    background: url("/test2/static/img/cb-right-arrow.svg") center center no-repeat;
}

.about__ecosystem {
    padding-top: 64px;
    padding-bottom: 50px;
    background-color: #fff;
}

.about__ecosystem__title {
    font-size: 30px;
    color: #1f282c;
    font-family: "MuseoSansCyrlBold";
    margin-bottom: 24px;
}

.about__ecosystem__subtitle {
    max-width: 1000px;
    font-size: 18px;
    color: #444b4c;
    font-family: "MuseoSansCyrl";
    margin-bottom: 50px;
    line-height: 1.25;
}

.about__ecosystem__items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.about__ecosystem ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.about__ecosystem__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    width: 380px;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 40px 0 24px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-top: 1px solid rgba(143, 148, 150, 0.25);
    box-shadow: 0 1px 0 1px rgba(116, 106, 92, 0.15);
    height: 120px;
    transition: .3s;
    margin-bottom: 14px;
}

.about__ecosystem__item:hover {
    box-shadow: 0 5px 0 2px rgba(116, 106, 92, 0.15);
}

.about__ecosystem__item__img {
    width: 56px;
    height: 56px;
    max-width: 100%;
    min-width: 56px;
}

.about__ecosystem__item__wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 36px;
}

.about__ecosystem__item__title {
    font-size: 24px;
    font-family: "MuseoSansCyrlBold";
    color: #1f282c;
    margin-bottom: 8px;
}

.about__ecosystem__item__subtitle {
    font-size: 14px;
    font-family: "MuseoSansCyrl";
    color: rgba(31, 40, 44, 0.5);
}

.about__platform {
    margin-bottom: 64px;
}

.about__platform__subtitle {
    font-size: 18px;
    line-height: 1.5;
    font-family: "MuseoSansCyrl";
    color: #444b4c;
    margin-top: 24px;
    margin-bottom: 48px;
}

.about__platform__wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.about__platform__img {
    width: 195px;
    height: 195px;
    max-width: 100%;
    margin-right: 48px;
}

.about__platform__text {
    max-width: 840px;
    font-size: 18px;
    color: #1f282c;
    line-height: 1.5;
    font-family: "MuseoSansCyrl";
}

.about__platform__text span {
    display: block;
    margin-top: 24px;
}

.about__target {
    margin-bottom: 64px;
}

.about__target__wrapper {
    padding: 40px 50px;
    background-color: #dffaff;
    border-radius: 8px;
}

.about__target__title,
.about__target__subtitle {
    color: #1f282c;
    font-family: "MuseoSansCyrlBold";
}

.about__target__title {
    font-size: 40px;
    margin-bottom: 24px;
}

.about__target__subtitle {
    font-size: 30px;
    max-width: 900px;
    line-height: 1.33;
}

.new-rates {
    padding: 64px 0;
    background-color: rgba(202, 188, 168, 0.25);
}

.new-rates .new-rates-counter-tooltip {
    padding-right: 20px;
}

.new-rates__title {
    margin-bottom: 25px;
    font-family: "MuseoSansCyrlBold";
    font-size: 48px;
    color: #1f282c;
}

.new-rates__subtitle {
    font-size: 24px;
    font-family: "MuseoSansCyrlBold";
    color: #3cb0cb;
    margin-bottom: 16px;
}

.new-rates__tabs {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.new-rates__tab {
    width: 50%;
    height: 111px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*-webkit-align-items: center;*/
    /*-ms-flex-align: center;*/
    /*align-items: center;*/
    /*padding-left: 44px;*/
    font-size: 32px;
    font-weight: 500;
    background-color: #e6dfd4;
    color: rgba(31, 40, 44, 0.6);
    cursor: pointer;
    font-family: "MuseoSansCyrlBold";

    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #fff;

}

.new-rates__tab:last-child {
    border-right: none;
}

.new-rates__tab.active {
    color: #1f282c;
    background: #ffffff;
    cursor: default;
}

.new-rates__tab span {
    padding-left: 0;
    font-size: 16px;
    margin-top: 10px;
    color: #000000;
}

.new-rates__item {
    background-color: #fff;
    width: 100%;
    max-width: 100%;
    padding-top: 20px;
    display: none;
}

.new-rates__item.active {
    display: block;
}

.new-rates__item--left {
    display: inline-block;
    width: 50%;
}

.new-rates__item--right {
    display: inline-block;
    width: 49%;
    padding-left: 40px;
    vertical-align: top;
}

.new-rates__item__heading {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 24px 24px 16px 24px;
    position: relative;
}

.new-rates__item__heading:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(68, 75, 76, 0.25);
}

.new-rates__item__heading.new-rates-with-mark .new-rates__item__mark {
    display: block;
}

.new-rates__item__counters {
    /*padding-left: 24px;*/
    padding-right: 80px;
    padding-top: 24px;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 26px;
}


.new-rates__item__counters__item {
    width: 45%;
}

.new-rates__item__counters__item .counter {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
}

.new-rates__item__counters__wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.new-rates__item__counters__title {
    font-size: 18px;
    font-family: "MuseoSansCyrlBold";
    color: #444b4c;
    margin-bottom: 8px;
}

.new-rates__item__region {
    padding: 0 24px 24px 0;
}

.new-rates__item__region .radio {
    margin-bottom: 26px;
}

.new-rates__item__region .radio.crc {
    display: inline-block;
    margin-right: 30px;
}

.new-rates__item__region .radio.lts {
    margin-top: 10px;
}

.new-rates__item__region .radio:last-child {
    margin-bottom: 0;
}

.new-rates__item__region__title {
    font-size: 24px;
    color: #39454c;
    font-family: "MuseoSansCyrlBold";
    margin-bottom: 16px;
}

.new-rates__item__region__title.ex {
    font-size: 18px;
    font-family: "MuseoSansCyrlBold";
    color: #444b4c;
    margin-bottom: 30px;
}

.new-rates__item__price {
    padding: 18px;
    background-color: rgba(242, 196, 0, 0.25);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.new-rates__item__price__count {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "MuseoSansCyrlBold";
    font-size: 48px;
    padding-left: 36px;
    color: #000000;
}

.new-rates__item__price__count.ex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: block;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "MuseoSansCyrlBold";
    font-size: 48px;
    padding-left: 0;
    color: #000000;
    margin: 5px 0 15px 0;
}

.new-rates__item__price__count span {
    padding-left: 8px;
    font-size: 32px;
}

.new-rates__item__price__count span.ex {
    font-size: 40px;
    padding-left: 0;
}

.new-rates__item__price__connect {
    width: 365px;
    max-width: 100%;
    text-align: center;
    line-height: 61px;
    height: 61px;
    background-color: #f2c400;
    font-size: 24px;
    font-family: "MuseoSansCyrlBold";
    color: #1f282c;
    text-decoration: none;
    transition: .3s;
    margin-right: 48px;
}

.new-rates__item__price__connect_2 {
    width: 300px;
    max-width: 100%;
    text-align: center;
    line-height: 61px;
    height: 61px;
    background-color: #f2c400;
    font-size: 24px;
    font-family: "MuseoSansCyrlBold";
    color: #1f282c;
    text-decoration: none;
    transition: .3s;
    margin-right: 48px;
    margin-top: 30px;
    display: block;
    margin-bottom: 48px;
    margin-left: 0;
}

.new-rates__item__price__connect:hover {
    background-color: #ffd800;
}

.new-rates__item__footer {
    padding: 15px 24px;
    background-color: #1eb0cd;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.new-rates__item__footer.ex {
    padding: 12px 24px;
    background-color: #c7ebf2;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    justify-content: space-between;
}

.new-rates__item__footer__title {
    font-size: 18px;
    color: #ffffff;
    display: inline-block;
    margin-right: 34px;
}

.new-rates__item__footer__title.ex {
    font-size: 14px;
    color: #000000;
    display: inline-block;
    margin-right: 10px;
}

.new-rates__item__footer__consist {
    font-size: 14px;
    color: #ffffff;
    display: inline-block;
    position: relative;
    padding-left: 18px;
    margin-right: 36px;
    padding-top: 0px;
}

.new-rates__item__footer__consist.ex {
    font-size: 14px;
    color: #000000;
    display: inline-block;
    position: relative;
    padding-left: 18px;
    margin-right: 12px;
    padding-top: 0px;
}

.new-rates__item__footer__consist:after {
    content: '';
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.new-rates__item__footer__consist.ex:after {
    content: '';
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 50%;
    background: #000000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: 4px 0 0 4px;
}

.new-rates__item__footer__consist:last-child {
    margin-right: 0;
}

.new-rates__item__footer__consist span {
    color: #fff;
}

.new-rates__item__footer__consist.ex span {
    color: #000000;
}

.new-rates__item__list-wrapper {
    padding: 24px;
    min-height: 350px;
}

.new-rates__item__list-title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: start;
    min-height: 65px;
    padding-left: 88px;
    font-size: 32px;
    color: #000;
    font-family: "MuseoSansCyrlBold";
    margin-bottom: 44px;
    position: relative;
}

.new-rates__item__list-title:before {
    content: '';
    display: block;
    width: 64px;
    height: 64px;
    position: absolute;
    left: 0;
    top: 0;
}

.new-rates__item__list-title.rt-startplus:before {
    background: url("/test2/static/img/tariff-startplus-icon.svg") center center no-repeat;
    background-size: 64px 64px;
}

.new-rates__item__list-title.rt-standart:before {
    background: url("/test2/static/img/tariff-standart-icon.svg") center center no-repeat;
    background-size: 64px 64px;
}

.new-rates__item__list-title.rt-premium:before {
    background: url("/test2/static/img/Premium_Icon.svg") center center no-repeat;
    background-size: 64px 64px;
}

.new-rates__item__list li {
    padding-left: 24px;
    font-size: 18px;
    color: #39454c;
    font-family: "MuseoSansCyrlBold";
    margin-bottom: 16px;
    position: relative;
}

.new-rates__item__list li.ext {
    padding-left: 24px;
    font-size: 18px;
    color: #39454c;
    font-family: "MuseoSansCyrlBold";
    margin-bottom: 30px;
    position: relative;
}

.new-rates__item__list li:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #3bafcc;
    position: absolute;
    left: 0;
    top: 6px;
}

.new-rates__item__list li:last-child {
    margin-bottom: 0;
}

.new-rates__item__title {
    font-size: 40px;
    color: #1f282c;
    font-family: "MuseoSansCyrl";
}

.new-rates__item__mark {
    width: 195px;
    min-height: 32px;
    padding: 5px 0 4px 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-family: "MuseoSansCyrlBold";
    border-radius: 16px;
    background-color: #1eb0cd;
    display: none;
}

.new-rates__subitems {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.new-rates__subitems__text,
.new-rates__subitems__link {
    font-size: 14px;
    font-family: "MuseoSansCyrlBold";
    color: #444b4c;
}

.new-rates__subitems__link {
    transition: .3s;
    text-decoration: none;
    color: #1eb0cd;
}

.new-rates__subitems__link:hover {
    color: #1b9eb9;
}

.new-rates-comparsion {
    padding: 64px 0;
    background-color: #fff;
}

.new-rates-comparsion__wrapper {
    margin-bottom: 40px;
}

.new-rates-comparsion__wrapper:last-child {
    margin-bottom: 0;
}

.new-rates-comparsion__titles {
    width: 580px;
    max-width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.new-rates-comparsion__titles__item {
    width: 50%;
    text-align: center;
    font-size: 24px;
    font-family: "MuseoSansCyrlBold";
    color: #1f282c;
}

.new-rates-comparsion__title {
    font-size: 32px;
    font-family: "MuseoSansCyrlBold";
    color: #444b4c;
    margin-bottom: 24px;
}

.new-rates-comparsion__items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 22px;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default;
    min-height: 48px;
}

.new-rates-comparsion__items:nth-child(2n) {
    background-color: rgba(143, 148, 150, 0.1);
}

.new-rates-comparsion__items.new-rates-comparsion__heading {
    padding: 16px 0;
    position: relative;
}

.new-rates-comparsion__items.new-rates-comparsion__heading:hover {
    background-color: unset;
}

.new-rates-comparsion__items.rc-without-titles {
    padding-bottom: 16px;
}

.new-rates-comparsion__item {
    font-size: 18px;
    font-family: "MuseoSansCyrlBold";
    color: #39454c;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.new-rates-comparsion__item-blue {
    font-size: 24px;
    padding-left: 22px;
}

.new-rates-comparsion__check {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 580px;
    max-width: 100%;
    height: 48px;
}

.new-rates-comparsion__check-item {
    width: 50%;
    position: relative;
    margin-right: 1px;
    text-align: center;
    font-size: 14px;
    display: flex;
    align-items: center;
    padding: 10px;
    justify-content: space-around;
}

.new-rates-text-cell {
    background-color: rgba(30, 176, 205, 0.25);
}

.new-rates-comparsion__check-item:last-child {
    margin-right: 0;
}

.new-rates-comparsion__check-item:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.new-rates-comparsion__check-item.new-rates-check-icon {
    background-color: rgba(30, 176, 205, 0.25);
}

.new-rates-comparsion__check-item.new-rates-check-icon:before {
    width: 20px;
    height: 16px;
    background: url("/test2/static/img/rates-check-icon.svg") center center no-repeat;
    background-size: 20px 16px;
}

.new-rates-comparsion__check-item.new-rates-cross-icon {
    background-color: rgba(143, 148, 150, 0.1);
}

.new-rates-comparsion__check-item.new-rates-cross-icon:before {
    width: 20px;
    height: 20px;
    background: url("/test2/static/img/rates-cross-icon.svg") center center no-repeat;
    background-size: 16px 16px;
}

.new-rates-banner {
    padding: 64px 0;
    background-color: rgba(202, 188, 168, 0.25);
    position: relative;
}

.new-rates-banner .container {
    position: relative;
}

.new-rates-banner__img {
    z-index: -1;
    right: 235px;
    width: 360px;
    max-width: 100%;
    height: 173px;
    position: absolute;
    top: -32px;
}

.new-rates-banner__items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.new-rates-banner__text {
    font-size: 30px;
    font-family: "MuseoSansCyrlBold";
    color: #1f282c;
    max-width: 622px;
    line-height: 1.5;
}

.new-rates-banner__text span {
    font-size: 32px;
    color: #1eb0cd;
    /*font-family: "MuseoSansCyrlSuperBold";*/
    padding-right: 8px;
}

.new-rates-banner__link {
    width: 260px;
    max-width: 100%;
    display: block;
    text-decoration: none;
    background-color: #f2c400;
    padding: 15px 24px;
    color: #1f282c;
    font-family: "MuseoSansCyrlBold";
    font-size: 18px;
    transition: .3s;
    text-align: center;
    border-radius: 4px;
}

.new-rates-banner__link:hover {
    background-color: #ffd800;
}

.new-analytics {
    margin-top: 44px;
}

.new-analytics .container {
    position: relative;
}

.new-analytics__bg-img {
    max-width: 475px;
    position: absolute;
    right: -75px;
    top: -45px;
}

.new-analytics__title {
    font-size: 30px;
    color: #1f282c;
    line-height: 1.4;
    font-family: "MuseoSansCyrlBold";
}

.new-analytics__heading {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
}

.new-analytics__img {
    width: 94px;
    margin-right: 42px;
}

.new-analytics__main-title {
    font-size: 40px;
    font-family: "MuseoSansCyrlBold";
    color: #1f282c;
    line-height: 1.25;
    max-width: 602px;
}

.new-analytics__message {
    font-size: 24px;
    color: #1eb0cd;
    font-family: "MuseoSansCyrlBold";
    line-height: 1.25;
    margin-bottom: 12px;
}

.new-analytics__line {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
}

.new-analytics__line span {
    margin-right: 18px;
    font-size: 24px;
    font-family: "MuseoSansCyrlBold";
    color: #444b4c;
    padding-right: 30px;
    position: relative;
}

.new-analytics__line span:after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 9px;
    right: 0;
    background: url("/test2/static/img/ct-analytics-play-arrow.svg") center center no-repeat;
    background-size: 12px;
}

.new-analytics__line span:last-child:after {
    display: none;
}

.new-analytics__text {
    max-width: 734px;
    font-size: 18px;
    font-family: "MuseoSansCyrlBold";
    color: #444b4c;
    line-height: 1.67;
    margin-bottom: 32px;
}

.new-analytics__list {
    margin-bottom: 104px;
}

.new-analytics__list li {
    color: #444b4c;
    line-height: 1.67;
    font-size: 18px;
    font-family: "MuseoSansCyrlBold";
    padding-left: 24px;
    margin-bottom: 12px;
    position: relative;
}

.new-analytics__list li:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: #3bafcc;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0;
}

.new-analytics__reasons {
    padding: 32px 0;
    background-color: #dffaff;
}

.new-analytics__reasons__items {
    margin-top: 48px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.new-analytics__reasons__item {
    padding-left: 96px;
    max-width: 500px;
    width: 50%;
    margin-bottom: 48px;
    background-size: 70px !important;
}

.new-analytics__reasons__item.cb-recording {
    background: url("/test2/static/img/time-economy.svg") left top no-repeat;
}

.new-analytics__reasons__item.cb-ringgroups {
    background: url("/test2/static/img/analytics-columns.svg") left top no-repeat;
}

.new-analytics__reasons__item.cb-clientform {
    background: url("/test2/static/img/analytics-reports.svg") left top no-repeat;
}

.new-analytics__reasons__item.cb-operators {
    background: url("/test2/static/img/ct-srezz.svg") left top no-repeat;
}

.new-analytics__reasons__item.cb-noworkday {
    background: url("/test2/static/img/analytics-comparison.svg") left top no-repeat;
}

.new-analytics__reasons__item.cb-dtmf {
    background: url("/test2/static/img/ct-vortexx.svg") left top no-repeat;
}

.new-analytics__reasons__item.cb-noworkday,
.new-analytics__reasons__item.cb-dtmf {
    margin-bottom: 0;
}

.new-analytics__reasons__item__title {
    line-height: 1.25;
    font-size: 24px;
    font-family: "MuseoSansCyrlBold";
    color: #1f282c;
    margin-bottom: 10px;
}

.new-analytics__reasons__item__text {
    font-size: 18px;
    font-family: "MuseoSansCyrl";
    color: #1f282c;
    line-height: 1.33;
}

.new-analytics__settings {
    padding: 48px 0;
    background-color: #3cb0cb;
}

.new-analytics__settings .callback__default-button.new-analytics-btn-mobile {
    display: none;
}

.new-analytics__settings__heading {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 48px;
}

.new-analytics__settings__heading .callback__default-button {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 339px;
    max-width: 100%;
}

.new-analytics__settings__title {
    color: #fff;
    font-family: "MuseoSansCyrlBold";
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 24px;
}

.new-analytics__settings__img {
    margin-top: 84px;
    max-width: 100%;
}

.new-analytics__settings__img-mobile {
    max-width: 100%;
    display: none;
}

.new-analytics__settings .cb-faq__link {
    color: #f2c400;
}

.new-analytics__settings .cb-faq__numbers {
    max-width: 1050px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.new-analytics__settings .cb-faq__numbers__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 78px;
    height: 78px;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
}

.new-analytics__settings .cb-faq__numbers__item:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: -219px;
    width: 220px;
    height: 8px;
    background-color: #fff;
}

.new-analytics__settings .cb-faq__numbers__item:last-child:after {
    display: none;
}

.new-analytics__settings .cb-faq__numbers__item span {
    color: #f2c400;
    font-family: "MuseoSansCyrlBold";
    font-size: 40px;
}

.new-analytics__settings .cb-faq__items {
    margin-top: 18px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.new-analytics__settings .cb-faq__item {
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    font-family: "MuseoSansCyrlBold";
    margin-right: 90px;
}

.new-analytics__settings .cb-faq__item:first-child {
    margin-right: 80px;
}

.new-analytics__settings .cb-faq__item:last-child {
    margin-right: 0;
}

.test-finish {
    padding-top: 80px;
    padding-bottom: 80px;
    background: rgba(202, 188, 168, 0.27);
    position: relative;
}

.test-finish:after {
    content: "";
    background: url("/test2/static/img/test-bg.png") center center no-repeat;
    background-size: cover;
    opacity: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.test-finish__container {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.test-finish__share {
    font-size: 18px;
    color: #1f282c;
    font-family: "MuseoSansCyrlBold";
    line-height: 1.67;
    border-top: 1px solid #444b4c;
    padding-top: 24px;
}

.test-finish__share span {
    max-width: 329px;
    margin-bottom: 15px;
    display: inline-block;
}

.test-finish__share-social {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.test-finish__share-item {
    width: 48px;
    height: 48px;
    margin-right: 16px;
    transition: .3s;
}

.test-finish__share-item:hover {
    opacity: .75;
}

.test-finish__share-item:last-child {
    margin-right: 0;
}

.test-finish__share-item.test-share-vk {
    background: url("/test2/static/img/test-share-vk.svg") center center no-repeat;
}

.test-finish__share-item.test-share-fb {
    background: url("/test2/static/img/test-share-fb.svg") center center no-repeat;
}

.test-finish__img {
    margin-bottom: 48px;
}

.test-finish__img img {
    max-width: 100%;
    display: block;
}

.test-process {
    padding-bottom: 144px;
    padding-top: 80px;
    background: rgba(202, 188, 168, 0.27);
    position: relative;
}

.test-process:after {
    content: "";
    background: url("/test2/static/img/test-bg.png") center center no-repeat;
    background-size: cover;
    opacity: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.test-process__container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-left: 16px;
    padding-right: 16px;
}

.test-process__img {
    max-width: 495px;
    height: 495px;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ffffff;
}

.test-process__img img {
    max-width: 90%;
    max-height: 90%;
    display: block;
}

.test-process__content {
    width: calc(100% - 535px);
    margin-left: 35px;
    display: inline-block;
    vertical-align: top;
}

.test-process__progress {
    font-family: "MuseoSansCyrlBold";
    color: #1f282c;
    font-size: 18px;
    margin-bottom: 8px;
}

.test-process__progress--current {
    padding-right: 5px;
}

.test-process__question {
    color: #1f282c;
    font-family: "MuseoSansCyrlBold";
    line-height: 1.33;
    font-size: 24px;
    margin-bottom: 24px;
}

.test-process__answer {
    margin-bottom: 8px;
}

.test-process__answer-text {
    color: #1f282c;
    font-family: "MuseoSansCyrl";
    padding-left: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 60px;
    background: #ffffff;
    font-size: 18px;
    line-height: 1.33;
    cursor: pointer;
    transition: .3s;
    border: 1px solid transparent;
}

.test-process__answer-text:hover {
    border: 1px solid #1eb0cd;
    background: #e9f7fa;
}

.test-process__answer-text.error {
    border: 1px solid #cc211d;
    background: #fae9e8 url("/test2/static/img/test-error.svg") center right 18px no-repeat;
}

.test-process__answer-text.succes {
    border: 1px solid #39a600;
    background: #ebf6e6 url("/test2/static/img/test-succes.svg") center right 18px no-repeat;
}

.test-process__answer-text.selected {
    box-shadow: -4px 4px 0 0 rgba(143, 148, 150, 0.25);
}

.test-process__answer-message {
    margin-top: 10px;
    background-color: #fcf0bf;
    padding-left: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.test-process__next {
    font-family: "MuseoSansCyrlBold";
    color: #1f282c;
    width: 365px;
    max-width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #f2c400;
    font-size: 24px;
    margin-top: 24px;
    transition: .3s;
}

.test-process__next:hover {
    background-color: #ffd800;
}

.test-start {
    padding-top: 80px;
    padding-bottom: 140px;
    background: rgba(202, 188, 168, 0.27);
    position: relative;
}

.test-start:after {
    content: "";
    background: url("/test2/static/img/test-bg.png") center center no-repeat;
    background-size: cover;
    opacity: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.test-start__container {
    max-width: 617px;
    margin-left: auto;
    margin-right: auto;
}

.test-start__name {
    font-family: "MuseoSansCyrlBold";
    font-size: 24px;
    color: #1eb0cd;
    margin-bottom: 8px;
}

.test-start__title {
    color: #1f282c;
    font-family: "MuseoSansCyrlBold";
    line-height: 1.2;
    font-size: 50px;
    margin-bottom: 24px;
}

.test-start__text {
    color: #1f282c;
    font-family: "MuseoSansCyrl";
    font-size: 18px;
    line-height: 1.67;
    margin-bottom: 24px;
}

.test-start__btn {
    font-family: "MuseoSansCyrlBold";
    color: #1f282c;
    width: 365px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #f2c400;
    margin-bottom: 34px;
    font-size: 24px;
    transition: background-color .3s;
}

.test-start__btn:hover {
    background-color: #ffd800;
}

.test-start__award {
    color: #1f282c;
    font-family: "MuseoSansCyrl";
    font-size: 18px;
    line-height: 1.33;
}

.test-start__award span {
    display: inline-block;
    margin-left: 24px;
    padding-top: 5px;
    max-width: 350px;
    vertical-align: top;
}

.new-rates__item__footer_btn {
    max-width: 175px;
    margin-right: 0;
    padding: 8px 20px;
    text-align: center;
    font-size: 14px;
    color: #1eb0cd;
    border: 1px solid #1eb0cd;
    cursor: pointer;
}

.innext {
    padding-left: 20px;
    font-size: 16px;
    color: #6e6f70;
    font-family: 'MuseoSansCyrl';
}

.calltouch-demo {
    background-color: #1f282c;
    padding-bottom: 48px;
    padding-top: 48px;
    /*margin-top: 20px;*/
    /*margin-bottom: 20px;*/
}

.calltouch-demo--popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 20;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.calltouch-demo--popup.opened {
    visibility: visible;
    opacity: 1;
}

.calltouch-demo--popup .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 88px;
    padding-top: 88px;
    background-color: #1f282c;
    position: relative;
}

@media only screen and (max-width: 1150px) {
    .calltouch-demo--popup .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 40px;
        padding-right: 40px;
        margin-right: 16px;
        margin-left: 16px;
        padding-top: 20px;
        padding-bottom: 55px;
    }
}

.calltouch-demo__close {
    position: absolute;
    top: 22px;
    right: 22px;
    fill: #fff;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.calltouch-demo__close:hover {
    opacity: 0.6;
}

.calltouch-demo__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.calltouch-demo .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 1150px) {
    .calltouch-demo .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 48px;
        padding-right: 48px;
    }
}

.calltouch-demo__img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 66px;
}

@media only screen and (max-width: 1150px) {
    .calltouch-demo__img {
        margin-right: 0;
        padding-bottom: 25px;
    }

    .calltouch-demo__img img {
        max-width: 100%;
        position: relative;
    }
}

.calltouch-demo__title {
    line-height: 1.25;
    font-size: 30px;
    font-family: MuseoSansCyrlBold;
    color: #ffffff;
    margin-bottom: 24px;
}

@media only screen and (max-width: 1150px) {
    .calltouch-demo__title {
        font-size: 24px;
        margin-bottom: 13px;
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
    }
}

.calltouch-demo__text {
    margin-bottom: 18px;
    font-size: 18px;
    color: #fff;
    font-family: MuseoSansCyrlBold;
}

@media only screen and (max-width: 1150px) {
    .calltouch-demo__text {
        display: none;
    }
}

.calltouch-demo__input {
    border: solid 1px #8f9395;
    height: 48px;
    width: 291px;
    background: none;
    display: inline-block;
    margin-right: 12px;
    font-size: 18px;
    padding-left: 20px;
    color: #fff;
    border-radius: 4px !important;
}

@media only screen and (max-width: 1150px) {
    .calltouch-demo__input {
        width: 100%;
        max-width: 360px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        height: 44px;
        margin-bottom: 15px;
        font-size: 16px;
    }
}

.calltouch-demo__btn {
    height: 48px;
    display: inline-block;
    width: 291px;
    background-color: #f2c400;
    text-align: center;
    font-size: 18px;
    line-height: 48px;
    color: #1f282c;
    vertical-align: top;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    outline: 0;
    border: none;
    border-radius: 4px;
    font-family: MuseoSansCyrlBold;
}

.calltouch-demo__btn:hover {
    background-color: #ffd626;
}

@media only screen and (max-width: 1150px) {
    .calltouch-demo__btn {
        width: 100%;
        max-width: 360px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        height: 44px;
        line-height: 42px;
        font-size: 16px;
    }
}

.calltouch-demo__success {
    font-size: 24px;
    color: #fff;
}

@media only screen and (max-width: 1150px) {
    .calltouch-demo__success {
        font-size: 16px;
        max-width: 160px;
    }
}

.calltouch-demo__success.hide {
    display: none;
}

.calltouch-demo__form.hide {
    display: none;
}


@media (min-width: 48em) {
    .glightbox-container .ginner-container {
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
    }

    .glightbox-container .ginner-container.desc-left .gslide-description,
    .glightbox-container .ginner-container.desc-top .gslide-description {
        -ms-flex-order: 0;
        -webkit-order: 0;
        order: 0;
    }

    .glightbox-container .ginner-container.desc-left .gslide-media,
    .glightbox-container .ginner-container.desc-top .gslide-media {
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }

    .gslide-image img {
        max-height: 97vh;
    }

    .gslide-external,
    .gslide-inline {
        max-height: 95vh;
    }

    .gslide-description.description-left,
    .gslide-description.description-right {
        max-width: 275px;
    }

    .goverlay {
        background: rgba(0, 0, 0, 0.92);
    }

    .glightbox-clean .ginner-container {
        box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, 0.65);
    }

    .glightbox-clean .gnext,
    .glightbox-clean .gprev {
        top: 45%;
    }
}

@media (min-width: 62em) {
    .glightbox-clean .gclose {
        right: 20px;
    }
}

@media only screen and (max-width: 1350px) {
    .new-analytics__bg-img {
        right: 0;
    }
}

@media only screen and (max-width: 1300px) {
    .callback__examples__items {
        max-width: 1000px;
    }

    .callback__examples__item img {
        width: 100%;
    }
}

@media screen and (max-height: 480px) {
    .gslide-video .gvideo-wrapper {
        padding-top: 0;
        height: 100vh;
    }
}

@media screen and (max-width: 1200px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media only screen and (max-width: 1200px) {
    .tariffs-banner__item:first-child {
        margin-right: 15px;
    }

    .tariffs-banner__item:last-child {
        margin-left: 15px;
    }

    .callback__pluses__items {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .callback__pluses__item {
        margin-bottom: 32px;
    }

    .callback__pluses__item:last-child {
        margin-bottom: 0;
    }

    .callback__price__table__row td:nth-child(2) {
        padding-right: 0;
    }

    .callback__price__table__title:first-child {
        min-width: 250px;
    }

    .callback__price__faq .container .cb-faq__wrapper {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .callback__price__faq .container .cb-faq__numbers {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
    }

    .callback__price__faq .container .cb-faq__numbers__item {
        margin-bottom: 54px;
    }

    .callback__price__faq .container .cb-faq__numbers__item:last-child {
        margin-bottom: 0;
    }

    .callback__price__faq .container .cb-faq__numbers__item:after {
        top: unset;
        bottom: -120%;
        left: 45%;
        width: 8px;
        height: 100px;
    }

    .callback__price__faq .container .cb-faq__items {
        margin-left: 14px;
        margin-top: 0;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .callback__price__faq .container .cb-faq__item:nth-child(-n+4) {
        margin: 0;
    }

    .callback__price__faq .container .cb-faq__item:first-child {
        margin-top: 10px;
        margin-bottom: 80px;
    }

    .callback__price__faq .container .cb-faq__item:nth-child(2) {
        margin-bottom: 85px;
    }

    .callback__price__faq .container .cb-faq__item:nth-child(3) {
        margin-bottom: 60px;
    }

    .callback__settings__tabs {
        margin-bottom: 24px;
        margin-right: 0;
    }

    .callback__settings__item.active {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .callback__settings__item__img {
        margin-bottom: 24px;
    }

    .callback__settings__item__list-wrapper {
        margin-top: 0;
        min-height: auto;
        max-width: 100%;
        width: 768px;
    }

    .callback__examples .container {
        max-width: 100%;
    }

    .callback__examples__item {
        max-width: 100%;
    }

    .callback__examples .swiper-button-next {
        right: 12px;
    }

    .callback__examples .swiper-button-prev {
        left: 12px;
    }

    .callback-test .swiper-button-prev {
        left: 12px;
    }

    .callback-test .swiper-button-next {
        right: 12px;
    }

    .about__ecosystem ul {
        width: 50%;
    }

    .new-rates__subitems {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }

    .new-rates__subitems__link {
        margin-bottom: 8px;
    }

    .new-rates__subitems__link.сс {
        padding-left: 0 !important;
    }

    .new-analytics__bg-img {
        display: none;
    }

    .new-analytics__list {
        margin-bottom: 64px;
    }

    .new-analytics__settings .cb-faq__wrapper {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .new-analytics__settings .cb-faq__numbers {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
    }

    .new-analytics__settings .cb-faq__numbers__item {
        margin-bottom: 0;
    }

    .new-analytics__settings .cb-faq__numbers__item:last-child {
        margin-bottom: 0;
    }

    .new-analytics__settings .cb-faq__numbers__item:after {
        top: unset;
        bottom: -120%;
        left: 45%;
        width: 8px;
        height: 100px;
    }

    .new-analytics__settings .cb-faq__items {
        margin-left: 14px;
        margin-top: 0;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .new-analytics__settings .cb-faq__item {
        margin-right: 0;
    }

    .new-analytics__settings .cb-faq__item:first-child,
    .new-analytics__settings .cb-faq__item:last-child {
        margin-right: 0;
    }

    .new-analytics__settings .cb-faq__item {
        margin-bottom: 60px;
    }

    .new-analytics__settings .cb-faq__item:last-child {
        margin-bottom: 0;
    }

    .new-analytics__settings .cb-faq__item:nth-child(4) {
        margin-bottom: 16px;
    }
}

@media only screen and (max-width: 970px) {
    body {
        padding-top: 45px;
    }

    body:after {
        display: none;
    }

    body.hide,
    html.hide {
        position: fixed;
    }
}

@media only screen and (max-width: 960px) {

    .counter__minus,
    .counter__plus {
        -webkit-user-select: auto;
        -moz-user-select: auto;
        -ms-user-select: auto;
        user-select: auto;
    }

    .counter__field {
        width: 95px;
        -webkit-user-select: auto;
        -moz-user-select: auto;
        -ms-user-select: auto;
        user-select: auto;
    }

    .yellow-banner__wrapper {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .yellow-banner__title {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .yellow-banner .callback__default-button.new-analytics-btn {
        width: 220px;
        height: 44px;
        font-size: 16px;
    }

    .tariffs-banner {
        padding: 24px 0;
    }

    .tariffs-banner__wrapper {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .tariffs-banner__item:first-child {
        margin-bottom: 32px;
        margin-right: 0;
    }

    .tariffs-banner__item:last-child {
        margin-top: 32px;
        margin-left: 0;
    }

    .full-slider {
        display: none;
    }

    .callback__title {
        font-size: 28px;
    }

    .callback__default-button.cb-price-btn {
        max-width: 272px;
        font-size: 16px;
        height: 44px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px 0;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .callback__heading.about-heading {
        margin-bottom: 24px;
    }

    .callback__heading {
        margin-bottom: 24px;
        padding-top: 82.6px;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .callback__heading__logo {
        position: absolute;
        width: 64px;
        height: 64px;
        left: 0;
        top: 0;
        margin-right: 0;
        margin-bottom: 24px;
    }

    .callback__heading__title {
        font-size: 30px;
    }

    .callback__heading__title .ct-about-mobile-title {
        display: block;
    }

    .callback__heading__title .ct-about-title {
        display: none;
    }

    .callback__heading__subtitle {
        font-size: 18px;
    }

    .callback__pluses__banner__title {
        margin-right: 0;
    }

    .callback__pluses__banner .callback__default-button.cb-desk-button {
        display: none;
    }

    .callback__pluses__items .callback__default-button.cb-mobile-button {
        font-size: 16px;
        height: 44px;
        padding: 10px 0;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 220px;
    }

    .callback__pluses__item {
        font-size: 18px;
    }

    .callback__pluses__item.cb-2clicks {
        min-width: auto;
    }

    .callback__reasons {
        padding: 24px 0;
    }

    .callback__reasons__items {
        margin-top: 24px;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .callback__reasons__item {
        margin-bottom: 24px;
        padding-top: 76px;
        padding-left: 0;
        width: 100%;
    }

    .callback__reasons__item.cb-noworkday {
        margin-bottom: 24px;
    }

    .callback__price {
        padding: 24px 0;
    }

    .callback__price .container {
        padding: 0;
    }

    .callback__price .callback__title,
    .callback__price .callback__price__subtitle {
        padding: 0 16px;
    }

    .callback__price__table {
        display: none;
    }

    .callback__price__tabs {
        display: block;
    }

    .callback__price__faq {
        margin-top: 24px;
    }

    .callback__price__faq .container .callback__title {
        padding: 24px 24px 0 24px;
    }

    .callback__price__faq .container .callback__title:after {
        display: none;
    }

    .callback__price__faq .container .cb-faq__wrapper {
        padding: 30px 24px 0 24px;
    }

    .callback__price__faq__offer {
        padding: 24px;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .callback__price__faq__title {
        font-size: 20px;
        margin-bottom: 16px;
        margin-right: 0;
    }

    .callback__settings {
        padding: 24px 0;
    }

    .callback__settings__item__title {
        margin-bottom: 24px;
    }

    .callback__examples {
        padding: 24px 0;
    }

    .callback__examples__mobile-wrapper {
        margin-top: 16px;
        position: relative;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 36px;
    }

    .callback__examples__mobile-wrapper .cb-examples-mobile-prev,
    .callback__examples__mobile-wrapper .cb-examples-mobile-next {
        min-width: 36px;
        width: 36px;
        height: 36px;
        background-size: 36px;
        margin-top: 0;
        display: block;
        position: static;
    }

    .callback__examples__mobile-wrapper .cb-examples-mobile-pagination {
        white-space: nowrap;
        display: block;
        position: static;
        margin-right: 24px;
        margin-left: 24px;
    }

    .callback__examples__items {
        margin-top: 24px;
        padding-bottom: 0;
    }

    .callback__examples__item img {
        width: 307px;
    }

    .callback__examples .swiper-button-next.callback__examples__next,
    .callback__examples .swiper-button-next.callback__examples__prev,
    .callback__examples .swiper-button-prev.callback__examples__next,
    .callback__examples .swiper-button-prev.callback__examples__prev {
        display: none;
    }

    .callback__examples .swiper-pagination-bullets.callback__examples__pagination {
        display: none;
    }

    .callback__examples .swiper-pagination-bullets .swiper-pagination-bullet {
        height: 6px;
        width: 6px;
        margin-right: 8px;
    }

    .callback-test {
        padding: 24px 0;
    }

    .callback-test__mobile-wrapper {
        margin-top: 16px;
        position: relative;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 36px;
    }

    .callback-test__mobile-wrapper .cb-test-mobile-prev,
    .callback-test__mobile-wrapper .cb-test-mobile-next {
        width: 36px;
        height: 36px;
        background-size: 36px;
        margin-top: 0;
        display: block;
        position: static;
    }

    .callback-test__mobile-wrapper .swiper-pagination {
        white-space: nowrap;
        display: block;
        position: static;
        margin-right: 24px;
        margin-left: 24px;
    }

    .callback-test__title {
        font-size: 28px;
    }

    .callback-test__column {
        padding-bottom: 0;
    }

    .callback-test__column .callback-test__pagination {
        display: none;
    }

    .callback-test__column .swiper-pagination-bullet {
        height: 6px;
        width: 6px;
        margin-right: 8px;
    }

    .callback-test #callback-test__slider {
        margin-top: 14px;
    }

    .callback-test__subtitle {
        font-size: 18px;
    }

    .callback-test__text {
        font-size: 16px;
    }

    .callback-test__prev,
    .callback-test__next {
        display: none;
    }

    .about__ecosystem {
        padding-top: 24px;
        padding-bottom: 10px;
    }

    .about__ecosystem__title {
        font-size: 28px;
        margin-bottom: 24px;
    }

    .about__ecosystem ul {
        margin-bottom: 0;
        width: 100%;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .about__platform {
        padding-top: 24px;
        margin-bottom: 48px;
    }

    .about__platform__wrapper {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .about__platform__img {
        width: 106px;
        height: 106px;
        margin-bottom: 16px;
    }

    .about__platform__text {
        font-size: 18px;
    }

    .about__target {
        margin-bottom: 24px;
    }

    .about__target__wrapper {
        padding: 24px;
    }

    .about__target__title {
        font-size: 30px;
        margin-bottom: 16px;
    }

    .about__target__subtitle {
        font-size: 20px;
    }

    .new-rates {
        padding: 24px 0;
    }

    .new-rates__title {
        font-size: 24px;
        margin-bottom: 20px;
        padding-top: 40px;
    }

    .new-rates__subtitle {
        font-size: 16px;
        margin-bottom: 14px;
    }

    .new-rates__tab {
        font-size: 18px;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        height: 58px;
        padding-left: 15px;
    }

    .new-rates__tab span {
        font-size: 14px;
        padding-top: 3px;
        padding-left: 0;
        display: block;
        margin-top: 3px;
    }

    .new-rates__items {
        margin-left: -16px;
        margin-right: -16px;
        margin-bottom: 0;
    }

    .new-rates__item--left {
        width: 100%;
        max-width: 450px;
        padding-right: 20px;
    }

    .new-rates__item--right {
        padding-bottom: 12px;
        width: 100%;
        padding-right: 20px;
    }

    .new-rates__item__counters.ex {
        padding-left: 24px;
        padding-top: 0;
    }

    .new-rates__item__region.ex {
        padding-left: 24px;
    }

    .new-rates__item__price__count.ex {
        padding-left: 24px;
    }

    .new-rates__item__counters {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }

    .new-rates__item__counters__item {
        width: 100%;
        margin-bottom: 16px;
    }

    .new-rates__item__counters__item:last-child {
        margin-bottom: 0;
    }

    .new-rates__item__counters__item .counter {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .new-rates__item__counters__title {
        font-size: 16px;
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .new-rates__item__region .radio {
        margin-bottom: 16px;
    }

    .new-rates__item__region .radio label {
        font-size: 16px;
        line-height: 18px;
    }

    .new-rates__item__region__title {
        font-size: 18px;
    }

    .new-rates__item__region .radio.crc {
        display: block;
    }

    .new-rates__item__price {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: start;
    }

    .new-rates__item__price__count {
        margin-bottom: 16px;
        font-size: 24px;
        padding-left: 0;
    }

    .new-rates__item__price__count span {
        font-size: 24px;
    }

    .new-rates__item__price__connect {
        margin-right: 0;
        height: 44px;
        line-height: 44px;
        font-size: 16px;
        width: 270px;
    }

    .new-rates__item__footer {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .new-rates__item__footer__title {
        margin-right: 0;
        margin-bottom: 5px;
    }

    .new-rates__item__footer__consist {
        margin-right: 0;
        margin-bottom: 8px;
    }

    .new-rates__item__list-wrapper {
        padding: 0;
        margin-bottom: 20px;
        min-height: initial;
    }

    .brake_new_line {
        display: block;
        padding-top: 5px;
    }

    .new-rates__item__list-title {
        min-height: 46px;
        font-size: 22px;
        padding-left: 50px;
        margin-bottom: 20px;
    }

    .new-rates__item__list-title.ex {
        padding-right: 35px;
    }

    .new-rates__item__list-title.ex:after {
        content: "";
        display: block;
        width: 40px;
        height: 18px;
        position: absolute;
        right: 0px;
        background: url(/test2/static/img/opt-down-arrow.svg) center center no-repeat;
        background-size: contain;
        top: calc(50% - 9px);
        transition: transform 0.5s;
    }

    .new-rates__item__list-title.ex.hide:after {
        transform: rotate(180deg);
    }


    .new-rates__item__list-title.rt-startplus:before {
        background: url("/test2/static/img/tariff-startplus-icon.svg") top 0px left no-repeat;
        background-size: 40px 50px;
    }

    .new-rates__item__list-title.rt-standart:before {
        background: url("/test2/static/img/tariff-standart-icon.svg") top 0px left no-repeat;
        background-size: 35px 50px;
    }

    .new-rates__item__list-title.rt-premium:before {
        background: url("/test2/static/img/Premium_Icon.svg") top 0px left no-repeat;
        background-size: 35px 50px;
    }

    .new-rates__item__list li.ext {
        margin-bottom: 15px;
    }

    .new-rates__item__list li {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .new-rates__item__list li:before {
        top: 3px;
    }

    .new-rates-comparsion {
        padding: 24px 0;
    }

    .new-rates-comparsion__titles {
        width: 185px;
    }

    .new-rates-comparsion__titles__item {
        font-size: 14px;
    }

    .new-rates-comparsion__title {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .new-rates-comparsion__items {
        padding-left: 0;
        margin-left: -16px;
        margin-right: -16px;
    }

    .new-rates-comparsion__items:last-child {
        margin-bottom: 0;
    }

    .new-rates-comparsion__item-blue {
        padding-left: 16px;
    }

    .new-rates-comparsion__item {
        font-size: 16px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .new-rates-comparsion__check {
        width: 185px;
        min-width: 185px;
        height: 73px;
    }

    .new-rates-text-cell {
        font-size: 0;
    }

    .new-rates-comparsion__check-item.new-rates-text-cell:before {
        width: 20px;
        height: 16px;
        background: url(/test2/static/img/rates-check-icon.svg) center center no-repeat;
        background-size: 20px 16px;
    }

    .new-rates-banner {
        padding: 24px 0;
    }

    .new-rates-banner__img {
        left: 0;
        right: unset;
        top: 150px;
    }

    .new-rates-banner__items {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }

    .new-rates-banner__text {
        margin-bottom: 220px;
        font-size: 20px;
    }

    .new-rates-banner__link {
        width: 100%;
    }

    .new-analytics__title {
        font-size: 28px;
    }

    .new-analytics__heading {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 16px;
    }

    .new-analytics__img {
        width: 64px;
        height: 64px;
        margin-bottom: 24px;
        margin-right: 0;
    }

    .new-analytics__main-title {
        font-size: 30px;
        max-width: 480px;
    }

    .new-analytics__line {
        margin-bottom: 0;
    }

    .new-analytics__text {
        margin-top: 10px;
    }

    .new-analytics__list {
        margin-bottom: 24px;
    }

    .new-analytics__reasons {
        padding: 24px 0;
    }

    .new-analytics__reasons__items {
        margin-top: 24px;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .new-analytics__reasons__item {
        margin-bottom: 24px;
        padding-top: 76px;
        padding-left: 0;
        width: 100%;
    }

    .new-analytics__reasons__item.cb-noworkday {
        margin-bottom: 24px;
    }

    .new-analytics__reasons__item.cb-recording,
    .new-analytics__reasons__item.cb-ringgroups,
    .new-analytics__reasons__item.cb-clientform,
    .new-analytics__reasons__item.cb-noworkday,
    .new-analytics__reasons__item.cb-dtmf {
        background-size: 56px;
    }

    .new-analytics__reasons__item.cb-operators {
        background-size: 46px;
    }

    .new-analytics__settings {
        padding: 24px 0;
    }

    .new-analytics__settings__heading {
        margin-bottom: 24px;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .new-analytics__settings__heading .callback__default-button.new-analytics-btn {
        width: 220px;
        height: 44px;
        font-size: 16px;
    }

    .new-analytics__settings__title {
        font-size: 28px;
        margin-bottom: 16px;
    }

    .new-analytics__settings__img {
        margin-top: 48px;
    }

    .test-finish {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .test-finish__share span {
        line-height: 1.3;
        font-size: 16px;
    }

    .test-process {
        padding-bottom: 40px;
        padding-top: 40px;
    }

    .test-process__img {
        margin-left: auto;
        margin-right: auto;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 300px;
    }

    .test-process__content {
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }

    .test-process__answer-text {
        font-size: 16px;
        line-height: 1.2;
    }

    .test-process__answer-message {
        font-size: 16px;
    }

    .test-process__next {
        height: 45px;
        font-size: 20px;
        line-height: 45px;
        margin-top: 10px;
    }

    .test-start {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .test-start__container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .test-start__name {
        font-size: 18px;
    }

    .test-start__title {
        font-size: 30px;
    }

    .test-start__text {
        font-size: 16px;
        line-height: 1.3;
    }

    .test-start__btn {
        max-width: 100%;
        font-size: 20px;
        height: 45px;
        line-height: 34px;
    }

    .test-start__award span {
        display: block;
        margin-left: 0;
        font-size: 16px;
    }

    .new-rates__item__price__connect_conn {
        padding: 0 24px;
    }

    .innext {
        font-size: 18px;
    }

    .new-rates__item__footer__consist.ex {
        font-size: 16px;
    }

    .new-rates__item__footer_btn {
        width: 100%;
        max-width: 100%;
        padding: 8px;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 18px;
    }

    .new-rates__item__footer__title.ex {
        font-size: 18px;
    }
}

@media only screen and (max-width: 768px) {
    .tooltip-block__info {
        top: 24px;
        left: -70px;
        max-width: 300px;
        width: 300px;
    }

    .tooltip-block__info:before {
        display: none;
    }

    .yellow-banner__title {
        font-size: 18px;
    }

    .tariffs-banner__item {
        padding: 20px 10px;
    }

    .tariffs-banner__item__img {
        margin-right: 24px;
        width: 64px;
        height: 64px;
    }

    .tariffs-banner__heading {
        margin-bottom: 18px;
        -webkit-justify-content: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
    }

    .tariffs-banner__title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .tariffs-banner__subtitle {
        font-size: 16px;
    }

    .tariffs-banner__link {
        height: 44px;
        font-size: 16px;
    }

    .callback__title {
        font-size: 18px;
    }

    .callback__heading__title {
        font-size: 24px;
    }

    .callback__heading__title .cb-heading-hidetext {
        display: none;
    }

    .callback__heading__subtitle {
        font-size: 16px;
    }

    .callback__heading__message {
        font-size: 18px;
    }

    .callback__pluses__banner {
        margin-top: 16px;
        padding: 13px 24px;
    }

    .callback__pluses__banner__title {
        font-size: 16px;
        padding-left: 50px;
        background-size: 32px;
        min-height: 32px;
    }

    .callback__pluses__items {
        padding: 24px 36px;
    }

    .callback__pluses__item {
        min-height: 32px;
        padding-left: 44px;
        font-size: 16px;
    }

    .callback__pluses__item.cb-2clicks,
    .callback__pluses__item.cb-conversion,
    .callback__pluses__item.cb-price,
    .callback__pluses__item.cb-billing {
        margin-bottom: 16px;
        background-size: 32px 32px;
    }

    .callback__pluses__item:last-child {
        margin-bottom: 24px;
    }

    .callback__reasons__item__title {
        font-size: 18px;
    }

    .callback__reasons__item__text {
        font-size: 16px;
    }

    .callback__price__subtitle {
        font-size: 16px;
        margin-top: 16px;
        margin-bottom: 24px;
    }

    .callback__price__faq .container .cb-faq__item {
        font-size: 16px;
    }

    .callback__price__faq__title {
        max-width: 320px;
        line-height: 1.5;
    }

    .callback__settings__tab {
        font-size: 16px;
        padding: 7px;
        margin-right: 0;
    }

    .callback__settings__item__title {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .callback__settings__item__list li {
        font-size: 16px;
        padding-left: 32px;
    }

    .callback__settings__item__list li:before {
        width: 20px;
        height: 20px;
        top: 4px;
    }

    .callback-test__title {
        font-size: 18px;
    }

    .callback-test__img-wrapper {
        padding: 45px 0;
        background-color: #ecfcff;
    }

    .callback-test__subtitle {
        font-size: 18px;
    }

    .callback-test__text {
        font-size: 16px;
    }

    .about__ecosystem__title {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .about__ecosystem__subtitle {
        line-height: 1.43;
        font-size: 16px;
        margin-bottom: 24px;
    }

    .about__ecosystem__item {
        padding: 0 16px 0 16px;
        margin-bottom: 16px;
        height: 84px;
    }

    .about__ecosystem__item__img {
        min-width: 0;
        width: 48px;
        height: 48px;
    }

    .about__ecosystem__item__wrapper {
        margin-left: 16px;
        max-width: 144px;
    }

    .about__ecosystem__item__title {
        margin-bottom: 4px;
        font-size: 16px;
    }

    .about__ecosystem__item__subtitle {
        font-size: 14px;
    }

    .about__platform__subtitle {
        font-size: 16px;
        margin-top: 16px;
        margin-bottom: 24px;
    }

    .about__platform__text {
        font-size: 16px;
    }

    .about__target__title {
        font-size: 20px;
    }

    .about__target__subtitle {
        font-size: 16px;
    }

    .new-rates__item__heading {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }

    .new-rates__item__heading.new-rates-with-mark .new-rates__item__title {
        margin-bottom: 16px;
    }

    .new-rates__item__title {
        font-size: 30px;
    }

    .new-analytics__title {
        font-size: 18px;
    }

    .new-analytics__main-title {
        font-size: 24px;
    }

    .new-analytics__message {
        font-size: 16px;
    }

    .new-analytics__line {
        display: none;
    }

    .new-analytics__text {
        font-size: 16px;
    }

    .new-analytics__list li {
        font-size: 16px;
    }

    .new-analytics__list li:before {
        top: 7px;
    }

    .new-analytics__reasons__item__title {
        font-size: 16px;
    }

    .new-analytics__reasons__item__text {
        font-size: 16px;
    }

    .new-analytics__settings .callback__default-button.new-analytics-btn-mobile {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 220px;
        height: 44px;
        font-size: 16px;
    }

    .new-analytics__settings__heading .callback__default-button.new-analytics-btn {
        display: none;
    }

    .new-analytics__settings__title {
        font-size: 18px;
    }

    .new-analytics__settings__img {
        display: none;
    }

    .new-analytics__settings__img-mobile {
        margin-top: 32px;
        margin-bottom: 32px;
        display: block;
    }

    .new-analytics__settings .cb-faq__item {
        font-size: 16px;
    }

    .new-rates__item__price__connect_2 {
        margin: 10px auto 25px;
        max-width: 290px;
    }

    .new-rates__item__price__count span.ex {
        font-size: 40px;
        padding-left: 0;
    }

    .new-rates__item--left {
        padding-right: 0;
    }

    .new-rates__item__counters {
        padding-right: 24px;
    }

    .new-rates__item__region__title.ex {
        margin-bottom: 14px;
    }

}

@media only screen and (max-width: 425px) {
    .new-rates__item__footer.ex {
        display: block;
    }

    .new-rates__item__footer_btn {
        width: 100%;
        max-width: 100%;
        padding: 8px;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 18px;
    }

    .new-rates__item__price__connect_2 {
        width: 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 400px) {
    .tooltip-block__info {
        max-width: 200px;
        width: 200px;
    }

}

@media screen and (max-height: 420px) {
    .goverlay {
        background: #000;
    }
}

@media only screen and (max-width: 374px) {
    .new-rates-comparsion__check {
        width: 160px;
        min-width: 160px;
        height: 73px;
    }

    .new-rates-comparsion__titles {
        width: 175px;
    }
}

/* PAGES */
.new-predict {
    position: relative;
    padding-bottom: 64px;
}

.new-predict__title {
    /*default title size*/
    line-height: 1.4;
    font-size: 30px;
    font-family: "MuseoSansCyrlBold";
    color: #1f282c;
}

.new-predict__title.np-white-title {
    padding: 20px 40px;
    color: #fff;
    position: relative;
}

.new-predict__title.np-white-title:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.34);
}

.new-predict__heading {
    position: relative;
    margin-top: 44px;
    margin-bottom: 64px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.new-predict__heading__logo {
    width: 137px;
    height: 137px;
    margin-right: 48px;
}

.new-predict__heading__text {
    display: block;
    width: 100%;
}

.new-predict__heading__title {
    /*main title size*/
    color: #1f282c;
    font-size: 40px;
    font-family: "MuseoSansCyrlBold";
    margin-bottom: 16px;
}

.new-predict__heading__message {
    margin-bottom: 10px;
    font-size: 24px;
    font-family: "MuseoSansCyrlBold";
    color: #1eb0cd;
    line-height: 1.5;
}

.new-predict__items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.new-predict__items__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    margin-bottom: 48px;
    position: relative;
}

.new-predict__items__item:nth-last-child(-n+2) {
    margin-bottom: 0;
}

.new-predict__items__item span {
    color: #39454c;
    font-family: "MuseoSansCyrlBold";
    font-size: 24px;
    line-height: 1.5;
}

.new-predict__items__img-wrapper {
    width: 78px;
    height: 100%;
    margin-right: 28px;
    position: relative;
}

.new-predict__items__img-wrapper img {
    position: absolute;
    right: 0;
}

.new-predict__faq {
    margin-bottom: 64px;
}

.new-predict__faq__wrapper {
    background-color: #3cb0cb;
    border-radius: 8px;
}

.new-predict__faq__wrapper .np-faq__link {
    color: #f2c400;
}

.new-predict__faq__wrapper .np-faq__wrapper {
    display: inline-block;
}

.new-predict__faq__wrapper .np-faq__numbers {
    max-width: 540px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.new-predict__faq__wrapper .np-faq__numbers__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 78px;
    height: 78px;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
}

.new-predict__faq__wrapper .np-faq__numbers__item:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: -219px;
    width: 220px;
    height: 8px;
    background-color: #fff;
}

.new-predict__faq__wrapper .np-faq__numbers__item:last-child:after {
    display: none;
}

.new-predict__faq__wrapper .np-faq__numbers__item span {
    color: #f2c400;
    font-family: "MuseoSansCyrlBold";
    font-size: 40px;
}

.new-predict__faq__wrapper .np-faq__items {
    margin-top: 18px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.new-predict__faq__wrapper .np-faq__item {
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    font-family: "MuseoSansCyrl";
}

.new-predict__faq__wrapper .np-faq__item:first-child {
    margin-right: 80px;
}

.new-predict__faq__wrapper .np-faq__item:nth-child(2) {
    margin-right: 35px;
}

.new-predict__faq__wrapper .np-faq__content-wrapper {
    padding: 0 40px 64px 40px;
}

.new-predict__faq__wrapper .np-faq__message {
    color: #fff;
    line-height: 1.5;
    font-size: 24px;
    font-family: "MuseoSansCyrl";
    font-weight: bold;
    float: right;
    max-width: 430px;
    padding: 30px;
    border: 2px solid #fff;
}

.new-predict__faq__wrapper .np-faq__message span {
    font-family: "MuseoSansCyrl";
    font-weight: normal;
}

.new-predict__faq__text {
    max-width: 1100px;
    padding: 0 40px;
    font-size: 24px;
    font-family: "MuseoSansCyrl";
    color: #fff;
    line-height: 1.08;
    margin-top: 40px;
    margin-bottom: 45px;
}

.new-predict__definition {
    padding: 64px 0;
    background-color: #dffaff;
}

.new-predict__definition__message {
    font-size: 24px;
    color: #3cb0cb;
    font-family: "MuseoSansCyrlBold";
    line-height: 1.25;
    max-width: 1000px;
    margin-top: 18px;
    margin-bottom: 30px;
}

.new-predict__definition__wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.new-predict__definition__img {
    max-width: 723px;
    width: 100%;
    border-radius: 8px;
}

.new-predict__definition__list-item {
    color: #1f282c;
    font-family: "MuseoSansCyrl";
    line-height: 1.33;
    max-width: 380px;
    margin-bottom: 40px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 40px;
    padding-left: 66px;
    position: relative;
}

.new-predict__definition__list-item:before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background: url("/test2/static/img/predict/ok-list-icon.svg") center center no-repeat;
    background-size: 100%;
}

.new-predict__definition__list-item:last-child {
    margin-bottom: 0;
}

.new-predict__questions {
    padding: 64px 0;
}

.new-predict__questions__list {
    margin-top: 48px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.new-predict__questions__list-item {
    margin-bottom: 57px;
    width: 50%;
    min-height: 53px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    font-family: "MuseoSansCyrlBold";
    color: #39454c;
    line-height: 1.5;
    position: relative;
    padding-left: 94px;
}

.new-predict__questions__list-item:before {
    content: '';
    display: block;
    width: 53px;
    height: 53px;
    position: absolute;
    left: 0;
    top: 0;
    background: url("/test2/static/img/predict/np-question.svg") center center no-repeat;
    background-size: 100%;
}

.new-predict__questions__list-item:nth-last-child(-n+2) {
    margin-bottom: 0;
}

@media only screen and (max-width: 1200px) {
    .new-predict__items__item span {
        font-size: 18px;
    }

    .new-predict__items__img-wrapper img {
        position: static;
    }

    .new-predict__faq__wrapper .np-faq__wrapper {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .new-predict__faq__wrapper .np-faq__numbers {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
        -webkit-justify-content: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
    }

    .new-predict__faq__wrapper .np-faq__numbers__item {
        margin-bottom: 54px;
    }

    .new-predict__faq__wrapper .np-faq__numbers__item:last-child {
        margin-bottom: 0;
    }

    .new-predict__faq__wrapper .np-faq__numbers__item:after {
        top: 100%;
        bottom: unset;
        left: 45%;
        width: 8px;
        height: 54px;
    }

    .new-predict__faq__wrapper .np-faq__items {
        margin-left: 14px;
        margin-top: 0;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .new-predict__faq__wrapper .np-faq__item {
        margin-bottom: 54px;
    }

    .new-predict__faq__wrapper .np-faq__item:last-child {
        margin-bottom: 0;
    }

    .new-predict__faq__wrapper .np-faq__item:first-child {
        margin-right: 0;
        margin-top: 10px;
    }

    .new-predict__faq__wrapper .np-faq__item:nth-child(2) {
        margin-right: 0;
    }

    .new-predict__faq__wrapper .np-faq__content-wrapper {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 1000px;
    }

    .new-predict__definition__wrapper {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .new-predict__definition__img {
        max-width: 500px;
        margin-right: 40px;
    }
}

@media only screen and (max-width: 960px) {
    .new-predict {
        padding-bottom: 24px;
    }

    .new-predict__title.np-white-title {
        padding: 24px 16px 0 16px;
    }

    .new-predict__title.np-white-title:after {
        display: none;
    }

    .new-predict__title {
        font-size: 28px;
    }

    .new-predict__heading {
        margin-bottom: 24px;
        padding-top: 82.6px;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .new-predict__heading__logo {
        position: absolute;
        width: 64px;
        height: 64px;
        left: 0;
        top: 0;
        margin-right: 0;
        margin-bottom: 24px;
    }

    .new-predict__heading__title {
        font-size: 30px;
    }

    .new-predict__items__item:nth-last-child(-n+2) {
        margin-bottom: 24px;
    }

    .new-predict__items__item {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 24px;
    }

    .new-predict__items__item:last-child {
        margin-bottom: 0;
    }

    .new-predict__items__img-wrapper {
        margin-right: 0;
        margin-bottom: 14px;
    }

    .new-predict__faq {
        margin-bottom: 0;
    }

    .new-predict__faq .container {
        padding: 0;
    }

    .new-predict__faq__wrapper {
        padding-bottom: 24px;
    }

    .new-predict__faq__wrapper .np-faq__content-wrapper {
        padding: 30px 16px 0 16px;
        max-width: 800px;
    }

    .new-predict__faq__wrapper .np-faq__message {
        font-size: 18px;
        padding: 20px;
        margin-left: 24px;
    }

    .new-predict__faq__text {
        padding: 0 16px;
        font-size: 18px;
        line-height: 1.5;
        margin-top: 24px;
        margin-bottom: 0;
    }

    .new-predict__definition {
        padding: 24px 0;
    }

    .new-predict__definition__message {
        font-size: 18px;
        margin: 24px 0;
    }

    .new-predict__definition__wrapper {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .new-predict__definition__img {
        margin-bottom: 32px;
        margin-right: 0;
        max-width: 723px;
    }

    .new-predict__questions {
        padding: 24px 0;
    }

    .new-predict__questions__list {
        margin-top: 24px;
    }

    .new-predict__questions__list-item {
        min-height: 32px;
        padding-left: 56px;
        font-size: 18px;
        margin-bottom: 30px;
    }

    .new-predict__questions__list-item:before {
        width: 32px;
        height: 32px;
    }
}

@media only screen and (max-width: 768px) {
    .new-predict__title {
        font-size: 18px;
    }

    .new-predict__heading__title {
        font-size: 24px;
    }

    .new-predict__heading__message {
        font-size: 16px;
    }

    .new-predict__items__item span {
        font-size: 16px;
    }

    .new-predict__faq__wrapper .np-faq__item {
        font-size: 16px;
        margin-bottom: 65px;
    }

    .new-predict__faq__wrapper .np-faq__item:last-child {
        margin-bottom: 0;
    }

    .new-predict__faq__wrapper .np-faq__content-wrapper {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .new-predict__faq__wrapper .np-faq__message {
        font-size: 16px;
        margin-left: 0;
        margin-top: 24px;
    }

    .new-predict__faq__text {
        font-size: 16px;
    }

    .new-predict__definition__message {
        font-size: 16px;
    }

    .new-predict__definition__img {
        max-width: 100%;
    }

    .new-predict__definition__list-item {
        min-height: 32px;
        padding-left: 56px;
        font-size: 16px;
        margin-bottom: 30px;
    }

    .new-predict__definition__list-item:before {
        width: 32px;
        height: 32px;
    }

    .new-predict__questions__list-item {
        font-size: 16px;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        font-family: "MuseoSansCyrl";
    }

    .new-predict__questions__list-item:nth-last-child(-n+2) {
        margin-bottom: 30px;
    }

    .new-predict__questions__list-item:nth-last-child(-n+2):last-child {
        margin-bottom: 0;
    }
}

.btn_yellow-big,
.btn_blue-big {
    border-radius: 4px !important;
}

.vacancy-form .vacancy-send {
    border-radius: 4px;
}

/* PAGES */
.about-mm {
    padding: 44px 0 48px 0;
}

.about-mm__main-title {
    font-size: 40px;
    font-family: "MuseoSansCyrlBold";
    color: #1f282c;
    position: relative;
    min-height: 101px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 142px;
    margin-bottom: 64px;
}

.about-mm__main-title:before {
    content: '';
    display: block;
    width: 94px;
    height: 101px;
    position: absolute;
    left: 0;
    top: 0;
    background: url("/test2/static/img/ct-platform.svg") center center no-repeat;
    background-size: 100%;
}

.about-mm__title {
    line-height: 1.33;
    font-size: 30px;
    font-family: "MuseoSansCyrlBold";
    color: #1f282c;
}

.about-mm__title.contacts-mm__title {
    font-size: 24px;
}

.about-mm__subtitle {
    line-height: 1.25;
    font-size: 24px;
    font-family: "MuseoSansCyrlBold";
    color: #1f282c;
    margin-bottom: 18px;
}

.about-mm__subtitle.column-second {
    margin-top: 48px;
}

.about-mm__text {
    line-height: 1.5;
    font-size: 18px;
    font-family: "MuseoSansCyrl";
    color: #1f282c;
}

.about-mm__text.column-bold {
    font-family: "MuseoSansCyrlBold";
    margin: 18px 0;
    max-width: 500px;
}

.about-mm__text.main-goal {
    max-width: 600px;
}

.about-mm__text.text-operator {
    max-width: 770px;
}

.about-mm__wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.about-mm__column {
    max-width: 817px;
}

.about-mm__contacts {
    max-width: 264px;
}

.about-mm__contacts__avatar {
    width: 104px;
    height: 105px;
    max-width: 100%;
    margin: 18px 0;
}

.about-mm__contacts__name {
    font-size: 20px;
    font-family: "MuseoSansCyrlBold";
    color: #1f282c;
    line-height: 1.43;
}

.about-mm__contacts__mail,
.about-mm__contacts__tel {
    display: block;
    font-size: 16px;
    font-family: "MuseoSansCyrlBold";
}

.about-mm__contacts__mail {
    color: #3cb0cb;
    margin: 10px 0 15px 0;
}

.about-mm__contacts__tel {
    text-decoration: none;
    color: #1f282c;
}

.about-mm__downloads {
    margin-top: 64px;
    padding: 22px 48px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: rgba(242, 196, 0, 0.25);
    border-radius: 8px;
}

.about-mm__downloads.materials-downloads {
    margin-top: 28px;
}

.about-mm__downloads__title {
    font-size: 35px;
    font-family: "MuseoSansCyrlBold";
    color: #1f282c;
}

.about-mm__downloads__buttons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.about-mm__downloads__btn {
    padding: 14px 47px;
    background-color: #f2c400;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    width: 242px;
    max-width: 100%;
    color: #1f282c;
    font-size: 18px;
    font-family: "MuseoSansCyrlBold";
    margin-right: 18px;
    transition: .3s;
    border-radius: 4px;
}

.about-mm__downloads__btn:hover {
    background-color: #ffd800;
}

.about-mm__downloads__btn:last-child {
    margin-right: 0;
}

.about-mm__downloads__btn.materials-btn {
    width: 333px;
}

.about-mm__news {
    padding: 48px 0;
    background-color: #dffaff;
}

.about-mm__news__wrapper {
    position: relative;
    text-align: center;
}

.about-mm__news__items {
    max-width: 1040px;
    padding-bottom: 32px;
    margin-top: 24px;
    position: relative;
}

.about-mm__news__items .swiper-wrapper .swiper-slide {
    height: auto;
    text-decoration: none;
}

.about-mm__news__item {
    height: 100%;
    min-height: 357px;
    width: 340px;
    max-width: 100%;
    background-color: #fff;
    padding: 28px 24px 72px 24px;
    box-sizing: border-box;
    text-align: left;
    position: relative;
    transition: .3s;
    border-radius: 8px;
    overflow: hidden;
}

.about-mm__news__item .about-mm__news__item__link:hover {
    transition: .3s;
    background-color: #21c2e2;
}

.about-mm__news__item__title,
.about-mm__news__item__text {
    line-height: 1.33;
}

.about-mm__news__item__text {
    font-family: "MuseoSansCyrl";
    font-size: 16px;
    color: #444b4c;
}

.about-mm__news__item__title {
    font-family: "MuseoSansCyrlBold";
    font-size: 18px;
    color: #1f282c;
    margin-bottom: 28px;
}

.about-mm__news__item__link {
    background-color: #1eb0cd;
    padding: 14px 24px;
    color: #fff;
    font-family: "MuseoSansCyrlBold";
    font-size: 14px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

.about-mm__news__mobile-wrapper {
    display: none;
}

.about-mm__news__mobile-wrapper .about-mm__news-mobile-prev,
.about-mm__news__mobile-wrapper .about-mm__news-mobile-next {
    display: none;
}

.about-mm__news .swiper-button-next {
    right: 0;
    background: url("/test2/static/img/cb-right-arrow.svg") center center no-repeat;
}

.about-mm__news .swiper-button-prev {
    left: 0;
    background: url("/test2/static/img/cb-left-arrow.svg") center center no-repeat;
}

.about-mm__news .swiper-button-next,
.about-mm__news .swiper-button-prev {
    width: 42px;
    height: 42px;
    top: calc(50% - 32px);
    transition: .3s ease-in-out;
}

.about-mm__news .swiper-button-next:hover,
.about-mm__news .swiper-button-prev:hover {
    opacity: .8;
}

.about-mm__news .swiper-pagination-bullets {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.about-mm__news .swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: #8f9496;
    opacity: 1;
    margin: 0 12px 0 0;
}

.about-mm__news .swiper-pagination-bullets .swiper-pagination-bullet:last-child {
    margin-right: 0;
}

.about-mm__news .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #1eb0cd;
}

.about-mm__materials {
    padding-top: 64px;
}

.about-mm__speakers {
    padding: 64px 0;
}

.about-mm__speakers__wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.about-mm__speakers__speaker {
    max-width: 245px;
    margin-right: 213px;
    margin-top: 48px;
}

.about-mm__speakers__speaker:nth-child(3n) {
    margin-right: 0;
}

.about-mm__speakers__speaker__img {
    width: 127px;
    height: 127px;
    border-radius: 50%;
    margin-bottom: 28px;
}

.about-mm__speakers__speaker__name {
    font-size: 24px;
    font-family: "MuseoSansCyrlSuperBold";
    color: #1f282c;
    margin-bottom: 4px;
}

.about-mm__speakers__speaker__position {
    font-size: 18px;
    font-family: "MuseoSansCyrl";
    color: #444b4c;
    line-height: 1.33;
}

.about-mm__speakers__speaker__biography {
    display: block;
    font-family: "MuseoSansCyrlBold";
    color: #3cb0cb;
    font-size: 24px;
    margin-top: 28px;
}

.about-mm__press {
    padding-bottom: 64px;
}

.about-mm__press__heading {
    position: relative;
    width: 100%;
}

.about-mm__press__wrapper {
    text-align: center;
    position: relative;
}

.about-mm__press__count {
    position: absolute;
    right: 0;
    top: 6px;
    font-size: 18px;
    font-family: "MuseoSansCyrlBold";
    color: #c7c7c7;
}

.about-mm__press__count #press__index,
.about-mm__press__count #press__count {
    display: inline-block;
}

.about-mm__press__count #press__index {
    padding-right: 4px;
}

.about-mm__press__items {
    max-width: 900px;
    margin-top: 48px;
    position: relative;
}

.about-mm__press__item {
    max-width: 100%;
    min-height: 184px;
    background-color: #fff;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
}

.about-mm__press__item:hover .about-mm__press__item__text {
    color: #1eb0cd;
    transition: .3s;
}

.about-mm__press__item__img-wrapper {
    width: 100%;
    height: 128px;
    display: flex;
    align-items: center;
}

.about-mm__press__item__img {
    max-width: 100%;
    /*margin: auto auto 28px;*/
    max-height: 100px;
    margin: 0 auto;
    -webkit-filter: blur(0px) brightness(1) contrast(1.1) grayscale(1) hue-rotate(28deg) opacity(100%) saturate(9.5);
    filter: blur(0px) brightness(1) contrast(1.1) grayscale(1) hue-rotate(28deg) opacity(100%) saturate(9.5);
    opacity: 0.7;
}

.about-mm__press__item__text {
    line-height: 1.33;
    color: #1f282c;
    font-size: 18px;
    font-family: "MuseoSansCyrl";
    text-align: center;
}

.about-mm__press__mobile-wrapper {
    display: none;
}

.about-mm__press__mobile-wrapper .about-mm__press-mobile-prev,
.about-mm__press__mobile-wrapper .about-mm__press-mobile-next {
    display: none;
}

.about-mm__press .swiper-button-next {
    right: 0;
    background: url("/test2/static/img/cb-right-arrow.svg") center center no-repeat;
}

.about-mm__press .swiper-button-prev {
    left: 0;
    background: url("/test2/static/img/cb-left-arrow.svg") center center no-repeat;
}

.about-mm__press .swiper-button-next,
.about-mm__press .swiper-button-prev {
    width: 42px;
    height: 42px;
    top: calc(50% - 32px);
    transition: .3s ease-in-out;
}

.about-mm__press .swiper-button-next:hover,
.about-mm__press .swiper-button-prev:hover {
    opacity: .8;
}

.about-mm__press .swiper-pagination-bullets {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    position: absolute;
    bottom: 0;
    display: none;
}

.about-mm__press .swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: #8f9496;
    opacity: 1;
    margin: 0 12px 0 0;
}

.about-mm__press .swiper-pagination-bullets .swiper-pagination-bullet:last-child {
    margin-right: 0;
}

.about-mm__press .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #1eb0cd;
}

@media only screen and (max-width: 1300px) {
    .about-mm__news__items {
        max-width: 1000px;
    }
}

@media screen and (max-width: 1200px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media only screen and (max-width: 1200px) {
    .about-mm__wrapper {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
    }

    .about-mm__contacts {
        margin-top: 28px;
    }

    .about-mm__downloads__title {
        margin-right: 24px;
    }

    .about-mm__news__mobile-wrapper {
        margin-top: 28px;
        position: relative;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 36px;
    }

    .about-mm__news__mobile-wrapper .about-mm__news-mobile-prev,
    .about-mm__news__mobile-wrapper .about-mm__news-mobile-next {
        min-width: 36px;
        width: 36px;
        height: 36px;
        background-size: 36px;
        margin-top: 0;
        display: block;
        position: static;
    }

    .about-mm__news__mobile-wrapper .about-mm__news-mobile-pagination {
        white-space: nowrap;
        display: block;
        position: static;
        margin-right: 24px;
        margin-left: 24px;
    }

    .about-mm__news .swiper-button-next {
        right: 12px;
    }

    .about-mm__news .swiper-button-prev {
        left: 12px;
    }

    .about-mm__news .swiper-button-next.about-mm__news__next,
    .about-mm__news .swiper-button-next.about-mm__news__prev,
    .about-mm__news .swiper-button-prev.about-mm__news__next,
    .about-mm__news .swiper-button-prev.about-mm__news__prev {
        display: none;
    }

    .about-mm__news .swiper-pagination-bullets.about-mm__news__pagination {
        display: none;
    }

    .about-mm__news .swiper-pagination-bullets .swiper-pagination-bullet {
        height: 6px;
        width: 6px;
        margin-right: 8px;
    }

    .about-mm__speakers__wrapper {
        -webkit-justify-content: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
    }

    .about-mm__speakers__speaker {
        width: 50%;
    }

    .about-mm__speakers__speaker:nth-child(3n) {
        margin-right: 213px;
    }

    .about-mm__speakers__speaker:nth-child(2n) {
        margin-right: 0;
    }

    .about-mm__press__mobile-wrapper {
        margin-top: 28px;
        position: relative;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 36px;
    }

    .about-mm__press__mobile-wrapper .about-mm__press-mobile-prev,
    .about-mm__press__mobile-wrapper .about-mm__press-mobile-next {
        min-width: 36px;
        width: 36px;
        height: 36px;
        background-size: 36px;
        margin-top: 0;
        display: block;
        position: static;
    }

    .about-mm__press__mobile-wrapper .about-mm__press-mobile-pagination {
        white-space: nowrap;
        display: block;
        position: static;
        margin-right: 24px;
        margin-left: 24px;
    }

    .about-mm__press .swiper-button-next {
        right: 12px;
    }

    .about-mm__press .swiper-button-prev {
        left: 12px;
    }

    .about-mm__press .swiper-button-next.about-mm__press__next,
    .about-mm__press .swiper-button-next.about-mm__press__prev,
    .about-mm__press .swiper-button-prev.about-mm__press__next,
    .about-mm__press .swiper-button-prev.about-mm__press__prev {
        display: none;
    }

    .about-mm__press .swiper-pagination-bullets .swiper-pagination-bullet {
        height: 6px;
        width: 6px;
        margin-right: 8px;
    }
}

@media only screen and (max-width: 970px) {
    body {
        padding-top: 45px;
    }

    body:after {
        display: none;
    }

    body.hide,
    html.hide {
        position: fixed;
    }
}

@media only screen and (max-width: 960px) {
    .about-mm {
        padding: 50px 0 24px;
    }

    .about-mm__main-title {
        margin-bottom: 28px;
        padding-left: 0;
        padding-top: 92px;
        min-height: unset;
        font-size: 30px;
    }

    .about-mm__main-title:before {
        width: 63px;
        height: 68px;
    }

    .about-mm__title {
        font-size: 28px;
    }

    .about-mm__contacts__name {
        font-size: 20px;
    }

    .about-mm__downloads {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-justify-content: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        margin: 24px -16px 0 -16px;
    }

    .about-mm__downloads__title {
        font-size: 28px;
        margin-bottom: 16px;
    }

    .about-mm__downloads__buttons {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .about-mm__downloads__btn {
        font-size: 18px;
        height: 48px;
        margin-bottom: 16px;
        margin-right: 0;
    }

    .about-mm__downloads__btn:last-child {
        margin-bottom: 0;
    }

    .about-mm__news {
        padding: 24px 0;
    }

    .about-mm__news__items {
        margin-top: 24px;
        padding-bottom: 0;
    }

    .about-mm__news__item {
        width: 100%;
    }

    .about-mm__news__item__text {
        font-size: 16px;
    }

    .about-mm__news__item__title {
        font-size: 16px;
    }

    .about-mm__materials {
        padding-top: 24px;
    }

    .about-mm__speakers {
        padding: 24px 0;
    }

    .about-mm__speakers__speaker__name {
        font-size: 20px;
    }

    .about-mm__speakers__speaker__biography {
        margin-top: 14px;
        font-size: 16px;
    }

    .about-mm__press {
        padding-bottom: 24px;
    }

    .about-mm__press__items {
        margin-top: 24px;
        padding-bottom: 0;
    }

    .about-mm__press__item {
        min-height: unset;
    }

    .about-mm__press__item__text {
        font-size: 16px;
    }
}

@media only screen and (max-width: 768px) {
    .about-mm__main-title {
        font-size: 30px;
    }

    .about-mm__subtitle.column-second {
        margin-top: 24px;
    }

    .about-mm__subtitle {
        font-size: 16px;
    }

    .about-mm__text {
        font-size: 16px;
    }

    .about-mm__contacts__name {
        font-size: 16px;
    }

    .about-mm__contacts__mail,
    .about-mm__contacts__tel {
        font-size: 16px;
    }

    .about-mm__contacts__mail {
        margin: 5px 0 10px 0;
    }

    .about-mm__downloads {
        padding: 24px 16px;
    }

    .about-mm__downloads.materials-downloads {
        background-color: #dffaff;
    }

    .about-mm__downloads.materials-downloads .materials-btn {
        background-color: #1eb0cd;
        transition: .3s;
        color: #fff;
        width: 100%;
    }

    .about-mm__downloads.materials-downloads .materials-btn:hover {
        background-color: #21c2e2;
    }

    .about-mm__downloads__buttons {
        width: 100%;
    }

    .about-mm__downloads__btn {
        padding: 6px 0;
        width: 100%;
    }

    .about-mm__news__item {
        min-height: unset;
    }

    .about-mm__news__item__link {
        font-size: 18px;
        font-family: "MuseoSansCyrl";
    }

    .about-mm__speakers__wrapper {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .about-mm__speakers__speaker {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-top: 28px;
    }

    .about-mm__speakers__speaker__img {
        width: 93px;
        height: 93px;
    }

    .about-mm__press__count {
        font-size: 16px;
    }

    .about-mm__press__item__img {
        margin-bottom: 18px;
    }
}

.reviews-calltracking {
    padding: 64px 0 34px;
    overflow-x: hidden;
}

.reviews-calltracking-title {
    display: inline-block;
    font-size: 30px;
    font-family: "MuseoSansCyrlBold";
    color: #1f282c;
    margin-bottom: 48px;
}

.reviews-calltracking-wrap {
    display: flex;
    justify-content: space-between;
    align-items: start;
    position: relative;
    padding-bottom: 40px;
}

.reviews-calltracking-item-container {
    width: 100%;
    position: relative;
}

.reviews-calltracking-item-container:first-child {
    padding-left: 0;
}

.reviews-calltracking-item-container:last-child {
    padding-right: 0;
}

.reviews-calltracking-name {
    font-size: 18px;
    font-family: "MuseoSansCyrlBold";
    line-height: 1.5;
}

.reviews-calltracking-position {
    font-size: 14px;
    color: #8f9496;
    line-height: 1.5;
    min-height: 60px;
}

.reviews-calltracking-text {
    font-size: 16px;
    color: #1f282c;
    line-height: 1.5;
}

.reviews-calltracking-wrap .swiper-pagination-bullet-active {
    opacity: 1;
    background: #746a5c;
}

@media (max-width: 960px) {
    .reviews-calltracking-position {
        font-size: 14px;
    }
}

@media (max-width: 374px) {
    .optimizer-page__message.banner-message:before {
        bottom: 60px;
    }

    .optimizer-page__message.banner-message {
        padding-bottom: 114px;
    }

    .optimizer-page__button.top-blue-banner-btn {
        left: 0;
    }
}

.astar_pop_op {
    font-family: MuseoSansCyrlBold;
    position: relative;
}

.astar_popup {
    position: absolute;
    display: none;
    width: 300px;
    border: solid 2px #f6cf58;
    background: #fff;
    padding: 16px;
    left: 8px;
    z-index: 1;
    font-size: 14px;
    line-height: 1.3;
    top: 40px;
    color: #37474f;
}

.astar_popup:before {
    position: absolute;
    content: "";
    display: inline-block;
    top: -19px;
    left: -2px;
    border-style: solid;
    border-width: 17px 0 0 17px;
    border-color: transparent transparent transparent #f6cf58;
}

.astar_pop_op:hover .astar_popup {
    display: block;
}
/* End */


/* Start:/test2/static/css/header_23.css?173856899412660*/
/* header */

body {
font-family: "MuseoSansCyrl";
font-size: 18px;
position: relative;
padding-top: 80px !important;
width: 100%;
}
.header_23-contacts a:last-child {
    display: none;
}
.header_23 .button_white-23 {
    color: #1f282c;
}
body:after {
left: 0;
right: 0;
top: 0;
display: block;
content: "";
height: 80px;
position: absolute;
background: #1f282c;
}
.header_23__auth a {
text-decoration:none;}
header .soon:before {
content:"SOON";
color:  #fff;
text-align: center;
font-family: MuseoSansCyrl;
font-size: 11px;
font-style: normal;
font-weight: 400;
line-height: 16px;
border-radius: 2px;
background:  #CA75ED;
padding:0 4px;
margin-right:8px;
display:inline-block;
    position: relative;
    bottom: 2px;
}
.underheader_23 {
display: none;
justify-content: center;
align-items: center;
/* background: linear-gradient(90deg, #FFF 0%, #F7C852 50.31%, #FFF 100%);*/
background: #f2c43f;
position: absolute;
width: 100%;
padding: 16px;
z-index: 10;
top: 0;
}
.underheader_23-inner-link {
    /*align-items: end!important;*/
}
.header.header_23.fixed {
top:0;}
.header_23 .sub__menu__block {
position: relative;

}
.header_23 .sub__menu__block:not(.products_23 .sub__menu__block) {
min-width:220px;
}
.header_23 .sub__menu__block a {
    white-space: normal;
}
.products_23 .sub__menu__block:not(.sub__menu__block-double ) {
  max-width:205px;
  width:205px!important;
}
.sub__menu__block-double.sub__menu__block {
  width:440px!important;
}
.header_23 .sub__menu__block:not(:first-child):before {
content:"";
width:1px;
height:100%;
position:absolute;
left:-29px;
background-color: #353D41;
}
.sub__menu.products_23 {
	left:-40px;
}
.underheader_23 .wrapper {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
}
.underheader_23-readmore {
color: #1f282c;
text-align: center;
font-feature-settings: "clig" off, "liga" off;
font-family: MuseoSansCyrlBold;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 18px;
letter-spacing: -0.2px;
text-decoration: none;
display: flex;
}
.underheader_23 button {
border: none;
outline: none;
padding: 0;
height: 18px;
background: transparent;
}

.underheader_23 span {
color: #1f282c;
text-align: center;
font-feature-settings: "clig" off, "liga" off;
font-family: MuseoSansCyrl;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 18px; /* 128.571% */
letter-spacing: -0.2px;
text-decoration-line: underline;
}
.underheader_23 p {
color: #1f282c;
text-align: center;
font-feature-settings: "clig" off, "liga" off;
font-family: MuseoSansCyrl;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 18px; /* 128.571% */
letter-spacing: -0.2px;
}
.header.header_23 {
/* background: linear-gradient(
180deg,
rgba(31, 40, 44, 0.6) 51.04%,
rgba(31, 40, 44, 0.24) 100%
);*/
background:#1f282c;
/*backdrop-filter: blur(15px);*/
padding: 20px 0;
/* background-color: grey;*/
z-index: 10;
/*top: 50px;*/
top:0;
}
.header__menu-row {
display: flex;
gap: 30px;
}
.header__row {
display: flex;
align-items: center;
}

.header__logo-wrapper {
width: 150px;
margin-right: 30px;
}
.header_23 .header__menu__link {
display: inline-block;
position: relative;
text-decoration: none;
cursor: pointer;
color: #fff;
transition: color 0.3s;
font-size: 14px;
font-family: MuseoSansCyrl;
font-weight: 400;
padding-right: 0;
margin-right: 0;
padding-bottom: 8px;
padding-top: 8px;
white-space: nowrap;
}
.header_23 .sub__menu__block .menu_double {
display: grid;
grid-template-columns: 1fr 1fr;
grid-column-gap:20px;
}
.header_23__auth {
margin-left: auto;
}
.header__menu {
border-right: 1px solid rgba(255, 255, 255, 0.3);
padding-right: 15px;
margin-right: 15px;
}
.header_23 .header__menu__link.has-active {
padding-right: 17px;
}
.header_23 .header__menu__link.has-active:after {
content: "";
display: block;
width: 10px;
height: 18px;
background: url("/test2/homepagenew/img/nav-arr-white.svg") center center
no-repeat;
position: absolute;
top: 7px;
right: 0;

margin: auto;
}
.header_23 .header__menu > ul li:hover > a + .sub__menu {
opacity: 1;
visibility: visible;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.header_23-contacts_mobile {
display: none;
}
.header_23-contacts a {
color: #fff;
font-feature-settings: "clig" off, "liga" off;
font-family: MuseoSansCyrlBold;
font-size: 14px;
font-style: normal;
text-decoration: none;
line-height: 18px;
letter-spacing: -0.2px;
}
.header_23__auth {
display: flex;
gap: 20px;
}
.header_23 .button_white-23,
.header_23 .button_transparent-23 {
height: 40px;
padding: 12px 20px;
text-align: center;
display: flex;
font-size: 14px;
justify-content: center;
align-items: center;
font-family: MuseoSansCyrl;
font-weight: 400;
}
.header_23 .button_transparent-23 {
background: transparent;
border: 1px solid #fff;
}
.header_23 .sub__menu {
border-radius: 19px;
background: #1f282c;
box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.6);
display: flex;
gap: 60px;
padding: 30px;
}
.header_23 .sub__menu:before {
background-image:
url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIxMSIgdmlld0JveD0iMCAwIDI4IDExIiBmaWxsPSJub25lIj4NCjxwYXRoIGQ9Ik0yOCAxMUgwTDguMzQzMTUgMi42NTY4NUMxMS40NjczIC0wLjQ2NzM0MiAxNi41MzI3IC0wLjQ2NzM0MSAxOS42NTY5IDIuNjU2ODVMMjggMTFaIiBmaWxsPSIjMUYyODJDIi8+DQo8L3N2Zz4=);
content: "";
position: absolute;

width: 28px;
height: 14px;
left: 50px;
top: -10px;
}

.header_23 .sub__menu .header_menu_head {
color: #fff;
font-family: MuseoSansCyrl;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 18px; /* 112.5% */
letter-spacing: 0.4px;
text-transform: uppercase;
opacity: 0.5;
margin-bottom: 24px;
}
.header_23 .sub__menu__block a, .header_23 .sub__menu__block .ico-link,.header_23 .sub__menu__block .soon{
color: #f0f0f0;
font-family: MuseoSansCyrl;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 18px;
padding-top: 0;
padding-bottom: 0;
margin: 0;
}
.header_23 .sub__menu__block .ico_link {
padding-top: 0px;
padding-bottom: 0px;
margin-top:3px;	
}
.header_23 .sub__menu__block ul {
display: flex;
flex-direction: column;
gap: 10px;
}

.header_23 .sub__menu__block ul li {
display: flex;
margin-bottom: 5px;
}
.header_23 .sub__menu__block ul li svg {
max-width: 20px;
margin-right: 8px;
margin-bottom: -2px;
    margin-top: 2px;
}
.header_23 .header__top__burger {
padding: 11px;
position: relative;
top: -2px;
padding-top: 5px;
padding-left: 15px;
margin-left: 5px;
display: none;
margin-top: 3px;
}
.header_23 .button_white-23 {
background-color: #fff;
border-radius: 6px;
transition: background-color 0.3s;
}
.header_23 .sub__menu.active {
position: static;
opacity: 1;
visibility: visible;
}
.header_23 .button_white-23:hover {
background-color: #f0f0f0;
}
.header_23 .button_transparent-23 {
border-radius: 6px;
}
.header_23__auth-mobile {
display: none;
}
.header.header_23.fixed {
height: auto;
}
.underheader_23-readmore_mobile {
display: none;
}

.header.fixed {
top:0;}
@media screen and (max-width: 1200px) {
.header_23-contacts {
display: none;
}
.header__menu {
border-right: none;
}
}

@media screen and (max-width: 960px) {
.header_23 {
background: #1f282c;
}
.underheader_23 .container {
padding: 0;
}
.underheader_23-upper .wrapper *:not(.underheader_23-readmore_mobile, .underheader_23-readmore_mobile *) {
display: none;
}
.underheader_23-readmore_mobile {
display: block;
padding-right: 10px;
}
.underheader_23 {
top: 80px;
}
.header.header_23 {
top: 00px;
}
.header_23 .header__top__burger {
display: block;
margin-left: 20px;
}
.header_23 .header_23-contacts_mobile {
display: block;
margin-top: 24px;
margin-bottom: 32px;
padding: 0;
}
.header_23 .header__menu {
padding: 0;
}
.double_wrapper {
    display: flex;

}
.underheader_23-readmore_mobile {
color: #1f282c;
font-feature-settings: "clig" off, "liga" off;
font-family: MuseoSansCyrl;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 18px; /* 128.571% */
letter-spacing: -0.2px;
background-repeat: no-repeat;
background-position: right 17px center;
color: #1f282c !important;
background-image:
url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDkgMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGlkPSJSZWN0YW5nbGUgMjQwNjQ5NzE4IiBkPSJNMSAxTDggOEwxIDE1IiBzdHJva2U9IiMxRjI4MkMiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
}
.header_23 .sub__menu__block .menu_double {
display: grid;
grid-template-columns: 1fr;
grid-gap: 10px;
}
.header_23 .sub__menu {
flex-direction: column;
gap:10px;
}
.header_23 .header__menu-wrapper {
position: fixed;
top: 63px;
left: 0;
right: 0;
/* height: calc(100vh - 63px); */
height: 100vh;
box-sizing: border-box;
z-index: 10;
background: #1f282c;
bottom: 0;
padding-top: 48px;
visibility: hidden;
display: none;
opacity: 0;
transition: 0.2s;
/* max-height: 100vh; */
overflow-y: scroll;
padding: 30px 15px;
}
.header_23 .header__menu-wrapper.active {
opacity: 1;
display: block;
visibility: visible;
}

.header_23 .products_23,
.header_23 .sub__menu__block {
flex-direction: column;
box-shadow: none;
border: none;
background: transparent;
padding: 0;
gap: 12px;
}
.header_23.header .header_menu_head {
margin-top: 24px;
margin-bottom: 24px;
}
.header_23 .sub__menu:before {
display: none;
}
.header_23 .header__menu__link.has-active:after {
top: 0px;
}
.header_23 .sub__menu__block {
margin-bottom: 0px;
}
.header_23 .header__menu__link.has-active:after {
content: "";
display: block;
width: 10px;
height: 18px;

position: absolute;
top: 8px;
right: 0;
bottom: 8px;
margin: auto;
}
.header_23 .header__menu__link.active:after {
background: url("https://www.calltouch.ru/test2/static/img/old_h/nav-arr.svg")
center center no-repeat;
}
.header_23 .header__menu__link.active:after {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.header_23 .header__menu__link {
font-size: 16px;
}
.header_23 .header__menu__link.active {
color: #3dafcc;
}
.header_23 .header__menu > ul {
display: flex;
flex-direction: column;
gap: 10px;
}
.header_23 .header_23__auth-mobile {
display: flex;
gap: 24px;
}
.header_23 .header_23__auth-mobile > * {
display: flex !important;
width: 180px;
}
.header_23.header.active .header__bottom {
top: 60px;
height: calc(100vh - 80px);
padding-left: 15px;
padding-right: 15px;
padding-top: 30px;
}
.header_23 .sub__menu {
box-shadow: none;
}
.header_23.header.active .sub__menu {
padding-top: 24px;
padding-bottom: 24px;
padding-left: 0;
}
.header_23 .sub__menu .sub__menu__block:first-child .header_menu_head {
margin-top: 0 !important;
}
.header_23 {
background-color: rgb(31, 40, 44) !important;
}
.underheader_23 {
padding-right: 0px;
}
}
@media screen and (max-width: 600px) {
.header_23 .header__top__burger {
margin-left: 10px;
height: 24px;
}
.header_23 .button_white-23 {
display: none;
}
.header_23 {
padding: 14px 0;
}
.header_23
.button_transparent-23:not(.header_23__auth-mobile .button_transparent-23) {
border: none;
font-size: 0;
padding: 10px;
height: 24px;
padding: 0;
padding-right: 0;
opacity: 0.3;
transition: opacity 0.3s;
}

.header_23
.button_transparent-23
svg:not(.header_23__auth-mobile .button_transparent-23 svg) {
width: 20px;
height: 20px;
}
.header_23 .button_transparent-23:hover {
opacity: 1;
}
.header_23 .header__logo-wrapper {
width: auto;
}
.header_23 .header__logo-wrapper img {
width: auto;
height: 32px;
}
.header_23 .header__row {
height: 36px;
}
.header.header_23 {
padding: 13px 0;
}
body {
padding-top: 62px !important;
}
.underheader_23 svg {
display: block;
}
.underheader_23 span {
display: none;
}

.underheader_23 {
padding-right: 0px;
}
.underheader_23 svg {
position: absolute;
right: 15px;
}
.underheader_23 p {
text-align: left;
}
.underheader_23 {
top: 62px;
}
.header_23.header.active .header__bottom {

height: calc(100vh - 62px);

}
}
.double_wrapper {
  display:flex;

}
@media only screen and (min-width: 960px) {
.header_23.header.active .header__bottom {
padding-left: 0px;
}
.header_23.header.active .header__menu__link {
padding-right: 0;
margin-right: 0;
padding-bottom: 8px;
padding-top: 8px;
line-height: 1.2;
}
.header_23.header.active .header__menu__link.has-active {
padding-right: 17px;
}

.header_23.active .header__menu__link.has-active:after {
margin-top: 0 !important;
}
.header.header_23.fixed {
padding: 10px 0;
}
}
@media only screen and (max-width: 960px) {
.double_wrapper {
   flex-direction:column;

}
}
@media only screen and (max-width: 1200px) and (min-width: 960px)  {
	.sub__menu.products_23 {
left: -160px;
}
.header_23 .sub__menu:before {
    left: 180px;

}
}
/* End */


/* Start:/dev/block-scheme/assets/fancybox.min.css?169174530712795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/test2/static/css/modals-style_23.css?16995216453591*/
.close-modal {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: none;
  z-index: 10;
  padding: 0;
  background-image: url("/test2/static/img/leads-imgs/icon-x.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 34px;
  min-width: 34px;
  height: 34px; }
  .close-modal:focus {
    outline: none; }
.popup_23 {
display:none;}
.modal-dialog {
  margin-top: 78px;
  max-width: 560px; }

.modal-content {
  border: none;
  border-radius: 8px; }

.modal-body {
  padding: 40px; }

.modal-title__wrap {
  margin-bottom: 32px; }

.modal__title {
  font-family: "MuseoSansCyrlSuperBold";
  font-size: 30px;
  line-height: 40px;
  color: #1F282C;
  margin-bottom: 16px; }

.modal__subtitle {
  font-family: "MuseoSansCyrl";
  font-size: 20px;
  line-height: 28px;
  color: #1F282C; }

.modal-form-inputs__wrap {
  width: 100%;
  margin-bottom: 16px; }

.modal-form-inputs__item {
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 12px; }
  .modal-form-inputs__item:last-child {
    margin-bottom: 0; }

.modal-form-input {
  padding-left: 16px;
  padding-right: 16px;
  background: #FAFAFA;
  width: 100%;
  outline: none;
  border: none;
  height: 48px;
  font-family: "MuseoSansCyrlBold";
  font-size: 18px;
  line-height: 22px;
  color: #6A7072; }
  .modal-form-input::-webkit-input-placeholder {
    font-family: MuseoSansCyrlBold;
    color: #6A7072;
    font-size: 18px;
    opacity: 0.5; }
  .modal-form-input::-moz-placeholder {
    font-family: MuseoSansCyrlBold;
    color: #6A7072;
    font-size: 18px;
    opacity: 0.5; }
  .modal-form-input:-ms-input-placeholder {
    font-family: MuseoSansCyrlBold;
    color: #6A7072;
    font-size: 18px;
    opacity: 0.5; }

.modals__btn {
  width: 100%;
  height: 48px;
  border-radius: 4px;
  border: none;
  font-family: "MuseoSansCyrlBold";
  font-size: 18px;
  line-height: 22px; }
  .modals__btn:focus {
    outline: none; }

.modals__btn-blue {
  background: #3DAFCC;
  color: #FFFFFF; }
  .modals__btn-blue:hover {
    background: #369ab3; }

.modal-form-inputs__comment {
  margin-top: 12px;
  font-family: "MuseoSansCyrlBold";
  font-size: 12px;
  line-height: 16px;
  color:rgba(106, 112, 114, 0.5);
  opacity: 1; }

@media screen and (max-width: 992px) {
  .modal-dialog {
    margin-top: 10px; }
  .modal-body {
    padding: 20px 15px; }
  .modal__title {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 16px; }
  .modal__subtitle {
    font-size: 18px;
    line-height: 26px; }
  .span-br-mob {
    display: block; }
  .modal-form-input {
    height: 56px; }
  .modals__btn {
    height: 56px; } }


.popup-fade {
  display: none;

}

.popup-fade:before {
  content: '';
  background: #000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  z-index: 9999;
}

#popup_23 {
  position: fixed;
  top: 78px;
  left: 50%;
  padding: 40px;
  width: 560px;
  margin-left: -270px;
  background: #fff;
  border-radius: 8px;
  z-index: 99999;
  opacity: 1;
  visibility: visible;
  bottom: auto;
  max-height: calc(100vh - 78px);
}

.popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
}

@media screen and (max-width: 992px) {
  .popup_23{
    top: 50px;
    width: 100%;
    margin-left: 0;
    left: auto;
    max-width: 100%;
    padding: 24px;
  }
}

@media screen and (max-width: 450px) {
  .modal__title{
    font-size: 18px;
    line-height: 1.33;
  }
  .modal__subtitle{
    font-size: 16px;
    line-height: 1.33;
  }
}
input[name="agreement"] {
width:10px;
top:2px;}
/* End */


/* Start:/local/templates/calltouch/css/custom.css?17569877791119*/
.advantage-23_input-wrapper.btn_przent_wrapper, .crm-form-inputs.btn_crm_form_wrapper
{
    justify-content: center;
}
.wrapper_pd_form_crm
{
    margin-top:20px;
}
.rf-form-inputs.wrapper_btn
{
    justify-content: center;
    margin-top: 15px;
}
.advantage-23_form.form_main_p .advantage-23_input-wrapper
{
    gap: 26px;
}

.chat-start__price.white_txt111 h2, .chat-start__price.white_txt111 p, .chat-start__price.white_txt111 div
{
    color:white;
}
.chat-why__wrap.settings_programmatic
{
    justify-content: space-between;
}
.chat-why__wrap.settings_programmatic .chat-why__item
{
    width: 100%;
    max-width: 360px;
    margin-bottom: 48px;
    min-width: auto;
}

.chat-why.black_edition
{
    background: #1F282C;
}
.chat-why.black_edition h2, .chat-why.black_edition div, .chat-why.black_edition p
{
    color:white;
}
.chat-why.black_edition.sms_target_c .chat-why__wrap
{
    justify-content: space-evenly;
}
.chat-why.black_edition.sms_target_c .chat-why__item
{
    width: 100%;
    max-width: 350px;
    margin-bottom: 48px;
    min-width: auto;
}
/* End */


/* Start:/local/templates/calltouch/components/bitrix/breadcrumb/main/style.css?1642579308703*/
.breadcrumbs {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    line-height: 20px;
}
.breadcrumbs li {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    font-weight: 300;
}
.breadcrumbs li:after {
    content: "-";
    margin: 0 5px 0 3px;
}
.breadcrumbs li:last-child:after {
    display: none;
}
.breadcrumbs a {
    color: #3DAFCC;
    text-decoration: none;
    border-bottom: none !important;
}
.page__head-brcr {
    margin: 30px 0 5px;
}
.page__head {
    padding: 10px 0;
}
ul li.breadcrumbs-item:last-child a {
    color: #323232;
    text-decoration: none !important;
    border-bottom: none !important;
}
/* End */


/* Start:/local/templates/calltouch/template_styles.css?174493134939098*/
html {
  scroll-behavior: smooth;
}
.personal-notice {
    font-size: 12px
}

.page {
	padding-top: 30px;
}

.hide_yb 
{
    display: none!important;
}

.personal-notice a {
    color: #009bad
}

.ready-use-personal-notice a {
    color: #fff
}

.ready-use-personal-notice a:hover {
    color: #3db0cc
}

.tariffes {
    width: 100%;
    clear: both;
    margin-bottom: 10px
}

.tariffes__title {
    font-weight: 700;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tariffes .list div b {
    width: 100%;
    position: absolute;
    font-size: 18px;
    bottom: 39px;
    left: 0
}

.tariffes,
.tariffes .list__inner div b,
.tariffes .rotate-up {
    text-align: center
}

.tariffes .rotate,
.tariffes .rotate:after,
.tariffes .list__inner div,
.tariffes .rotate-up a {
    display: inline-block
}

.tariffes .rotate {
    font-size: 24px;
    color: #4C4C4C;
    cursor: pointer;
    font-weight: normal;
}

.tariffes .rotate-up a {
    cursor: pointer;
    width: 43px;
    height: 23px
}

.tariffes .rotate:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    width: 28px;
    height: 15px;
    background: url('/local/templates/calltouch/img/calc-down.png') no-repeat;
    background-size: 100% auto;
}

.tariffes .rotate.active:after,
.tariffes .rotate-up a {
    background: url('/local/templates/calltouch/img/calc-up.png') no-repeat;
    background-size: 100% auto;
}

.tariffes .rotated {
    margin: 0 auto;
    display: none
}

.tariffes .list__inner div {
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    width: 238px;
    height: 254px;
    vertical-align: top;
    font-size: 16px;
    line-height: 22px;
    padding: 0 10px;
    padding-top: 47px;
    position: relative
}

.tariffes .txt {
    font-size: 16px;
    line-height: 32.59px;
    text-align: left;
    padding-top: 70px
}

.tariffes .list__inner div,
.tariffes .list__inner div b,
.tariffes .txt {
    color: #212121
}

.tariffes .list__inner div span {
    display: block;
    font-weight: 400
}

.tariffes .rotate-up {
    padding: 75px 0
}

.tariffes .list-wrap {
    margin-top: 60px;
    // margin-top: 86px;
}

.tariffes .list-wrap__title {
    margin-bottom: 20px;
}

.tariffes .list {
    font-size: 0;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
}

.tariffes .list__inner {
    width: 1191px;
}

@media screen and (max-width: 1024px) {
    .list__content {
        position: relative;
    }

    /*// .list__outer::-webkit-scrollbar {*/
    /*//     -webkit-appearance: none;*/
    /*//     width: 14px;*/
    /*//     height: 14px;*/
    /*// }*/

    .list__outer {
        -webkit-overflow-scrolling: touch;
        overflow-x: scroll;
    }

    .tariffes .list {
        position: relative;
    }
}

.product-slider {
    margin-left: 30px;
}

.product-slider .slick-arrow {
    width: 18px;
    height: 30px;
    position: absolute;
    top: 45%;
}

.product-slider .slick-arrow.slick-prev {
    display: none !important;
}

.product-slider .slick-arrow.slick-next {
    display: none !important;
}

.product-slider.ext .slick-arrow.slick-prev {
    display: block !important;
    left: 0 !important;
}

.product-slider.ext .slick-arrow.slick-next {
    display: block !important;
    right: 0 !important;
}


/* Dots */

.product .slick-slider {
    margin-bottom: 30px;
}

.product .slick-dots {
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}

.product .slick-dots li {
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}

.product .slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.product .slick-dots li button:hover,
.product .slick-dots li button:focus {
    outline: none;
}

.product .slick-dots li button:hover:before,
.product .slick-dots li button:focus:before {
    opacity: 1;
}

.product .slick-dots li button:before {
    font-family: 'slick';
    font-size: 145px;
    line-height: 0px;

    position: absolute;
    top: -35px;
    left: 0;

    width: 20px;
    height: 20px;

    content: '.';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}


.product-sect.slider-full-width {
    padding: 35px 0;
}

.product-sect.slider-full-width .slider-title {
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
    max-width: 100%;
}

.product-sect.slider-full-width .product-slider {
    margin-bottom: 55px;
}

.slider-desc {
    display: inline-block;
    width: 100%;
    margin-top: 40px;
    margin-left: 29px;
    color: #38454c;
    font-weight: 300;
    line-height: 31px;
}

.product-slider.small {
    max-width: 100%;
    width: 500px;
}

.product-slider.ext {
    max-width: 100%;
    margin-left: 5px !important;
}

.product__pict2 {
    width: 100%;
}

.product-slider.ext .slick-slide {
    width: 100%;
    padding-left: 25px;
}

.product-slider.ext .slick-slide img {
    display: inline-block;
}

.product-slider.ext .slick-slide a {
    width: 50%;
    display: inline-block;
    padding-left: 10px;
}

.slide-desc {
    margin-top: 15px;
    padding: 0 15px;
    color: #38454c;
    font-weight: 300;
    line-height: 31px;
    text-align: center;
}

@media (max-width: 767px) {
    .product-sect.slider-full-width {
        padding: 35px 35px 0 0;
        box-sizing: border-box;
        margin-bottom: 60px;
    }

    .product-slider.ext .slick-slide {
        width: 100%;
        padding-left: 15px;
    }

    .product-slider.ext .slick-slide a {
        width: 100%;
    }

    .product-sect.slider-full-width .product-slider {
        margin-bottom: 90px;
    }

    .slider-title {
        margin-bottom: 30px;
        text-align: center;
    }

    .product-slider {
        margin-bottom: 80px;
        /*padding: 35px 35px 0 0;*/
        box-sizing: border-box;
    }

    .product-slider .slick-arrow {
        width: 18px;
        height: 30px;
        position: absolute;
        top: 50%;
    }

    .product-slider .slick-arrow.slick-next {
        right: 0;
    }

    .product-slider.small {
        margin-right: auto;
        margin-left: auto;
    }

    .slider-desc {
        margin: 0;
    }

    .slide-desc {
        margin: 15px 0 0 0;
    }
}


.slide-desc.none {
    display: none;
}

.product-slider .slick-slide img {
    display: block;
    margin: 0 auto;
}

.links {
    display: none;
    margin-bottom: 22px;
}

@media (max-width: 768px) {
    div.links {
        display: block;
    }
}

.links a {
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 15px;
    text-decoration: none;
    letter-spacing: 1px;
    color: #fff;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

.slider-partners .svg-icon {
    opacity: 0.5;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.slider-partners .svg-icon:hover {
    opacity: 1;
}

.tariffes .list.short_list {
    display: inline-block;
}

.tariffes .list.short_list .list__content,
.tariffes .list.short_list .list__outer {
    width: auto;
}

.tariffes .list.short_list .list__content {
    max-width: 90vw;
}

.tariffes .list.short_list .list__inner {
    width: 716px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px white inset;
    /* Change the color to your own background color */
    -webkit-text-fill-color: #333;
}

input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px white inset;
    -webkit-text-fill-color: #333;
}







.forms-reviews-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 54;
    background-color: rgba(0, 0, 0, 0.56);
}


.reviews_popup {
    padding: 24px 48px 48px;
    background-color: #e6dfd4;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /*top: 15%;*/
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
    z-index: 57;
    /*width: 532px;*/
    max-width: 100%;
    border-radius: 8px;
    /*max-height: 85%;
    overflow-y: scroll;*/
}

.intgr_popup {
    padding: 24px 32px;
    background-color: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 57;
    max-width: 100%;
    border-radius: 8px;
}

#reviews_form_id, #intgr_form_id {
    width: 904px;
    max-width: 100%;
}

.reviews-wrap-input, .intgr-wrap-input {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.forms-reviews-close, .forms-intgr-close {
    position: absolute;
    right: 53px;
    top: 37px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.reviews_title, .intgr_title {
    font-size: 32px;
    line-height: 1.25;
    color: #1f282c;
    margin-bottom: 44px;
}

.reviews-label, .intgr-label {
    position: absolute;
    top: 14px;
    left: 16px;
    font-size: 11px;
}

.reviews_btn, .reviews_input,
.intgr_btn, .intgr_input {
    width: 436px;
    max-width: 100%;
    position: relative;
}

.reviews_input.w100 {
    width: 100%;
}

.reviews-input, .intgr-input {
    padding-top: 30px;
    padding-left: 16px;
    max-width: 100%;
    height: 72px;
    font-size: 24px;
    width: 100%;
    margin-bottom: 24px;
    border: none;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 4px !important;
}

textarea.reviews-input {
    height: 150px;
}

.reviews_success, .reviews_text,
.intgr_success, .intgr_text {
    font-size: 24px;
    line-height: 1.25;
    color: #1f282c;
    margin-bottom: 36px;
}

.end_reviews_button,
.reviews_button,
.intgr_button {
    text-align: center;
    max-width: 100%;
    height: 72px;
    font-size: 24px;
    width: 100%;
    background: #3dafcc;
    color: #fff;
    cursor: pointer;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px !important;
}

.form_auth-reviews-data, .form_auth-intgr-data {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #444b4c;
    margin-top: 12px;
}

.form_auth-reviews-data a,
.form_auth-intgr-data a {
    color: #3dafcc;
    text-decoration: none;
}

#reviews_error, #intgr_error {
    position: relative;
    background: #ffd1cf;
    color: #000000;
    font-size: 18px;
    padding: 15px 10px;
    margin-bottom: 24px;
    width: 100%;
    text-align: center;
    border-radius: 8px;
}

.btn_reviews, .btn_intgr {
    background-color: #f2c400;
    text-decoration: none;
    color: #39454c;
    font-family: "MuseoSansCyrlBold";
    cursor: pointer;
    transition: .3s;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    font-size: 18px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 15px 75px;
    height: unset;
    margin-bottom: 24px;
}

.reviews__count .btn_reviews {
    margin-right: 15px;
}

.trigger-examples__wrap{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.trigger-examples__item{
	display: block;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.10);
	background: #F2F7FA;
	padding: 32px;
    text-decoration: none;
    color: #1F282C;
    font-size: 20px;
    line-height: 28px;
    font-family: "MuseoSansCyrlBold";
}

.trigger-examples__item img{
	margin-bottom: 6px;
	height: 30px;
 	min-width: 30px;
}

.show-mobile {
    display: none!important;
}

@media screen and (max-width: 967px) {
	.trigger-examples__wrap{
	  grid-template-columns: repeat(2, 1fr);
	}

	.trigger-examples__item{
		display: flex;
		align-items: center;
		border-radius: 8px;
		padding: 25px 28px;
		font-size: 20px;
		line-height: 26px;
	}

	.trigger-examples__item img{
		margin-right: 12px;
		margin-bottom: 0;
	}

    #reviews_form_id, #intgr_form_id {
        width: auto;
    }

    .reviews_popup, .intgr_popup {
        position: fixed;
    }

    .reviews_popup, .intgr_popup {
        padding: 24px;
        background-color: #e6dfd4;
        position: fixed;
        left: 50%;
        top: 0;
        transform: translate(-50%, 48px);
        z-index: 57;
        max-width: 100%;
        border-radius: 8px;
        max-height: calc(100vh - 48px);
        overflow-y: scroll;
    }

    .reviews__count .btn_reviews {
        display: block;
        margin-right: 0;
        text-align: center;
        max-width: 288px;
        padding-left: 0;
        padding-right: 0;
    }

    .reviews__count {
        position: unset;
        margin-bottom: 24px;
    }

    .forms-reviews-close, .forms-intgr-close {
        right: 24px;
    }
}


.forms-intgr-close {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    background: #E3E4E5;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 32px;
    top: 24px;
    z-index: 22;
}
.forms-intgr-close img{
    height: 16px;
    width: 16px;
}
.form_auth-intgr-data{
    line-height: 1.33;
    font-size: 10px;
    color: #1F282C;
}
.intgr-input {
    padding: 8px 24px;
    max-width: 100%;
    height: 40px;
    width: 100%;
    margin-bottom: 24px;
    border: 1px solid #E3E4E5;
    border-radius: 8px !important;
    font-size: 16px;
    background-color: #fff;
}
.intgr_btn, .intgr_input{
    width: 49%;
    max-width: 100%;
    position: relative;
}
.intgr_button {
    height: 48px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px !important;
    background: #F2C400;
    color: #1F282C;
}
.intgr_popup.sent_intgr {
    width: 459px;
    max-width: 100%;
}
@media (max-width: 480px) {

	.trigger-examples__wrap{
	  grid-template-columns: repeat(1, 1fr);
	  gap: 20px;
	}

    .forms-intgr-close{
        right: 24px;
        top: 24px;
    }
    .intgr_title {
        font-size: 18px;
        font-family: 'MuseoSansCyrlBold';
    }
    .intgr_popup{
        padding: 24px;
        max-width: calc(100% - 32px) !important;
        width: 100%;
    }
    .intgr_btn{
        margin-top: 12px !important;
    }
    .intgr_btn, .intgr_input{
        width: 100%;
    }
    .intgr-input{
        margin-bottom: 12px !important;
    }
}
@media (max-width: 360px) {
    .forms-intgr-close {
        right: 16px;
        top: 16px;
    }
    .intgr_popup {
        padding: 16px;
    }

    #intgr_captcha {
        overflow: hidden;
    }
}



.forms-demo-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 54;
    background-color: rgba(0, 0, 0, 0.56);
}

.demo_popup {
    padding: 24px 32px;
    background-color: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /*top: 15%;*/
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
    z-index: 57;
    /*width: 770px;*/
	width: 560px;
    max-width: 100%;
    border-radius: 8px;
    /*max-height: 85%;
    overflow-y: scroll;*/
}

#demo_form_id {
    width: 904px;
    max-width: 100%;
}

.demo-wrap-input {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.forms-demo-close {
    position: absolute;
    right: 32px;
    top: 24px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    border-radius: 50%;
    background: #E3E4E5;
    display: flex;
    align-items: center;
    justify-content: center;
}
.forms-demo-close img {
    width: 16px;
    height: 16px;
}

.demo_title {
	font-family: "MuseoSansCyrlSuperBold";
    font-size: 30px;
    line-height: 1.25;
    color: #1f282c;
    margin-bottom: 16px;
}

.demo-label {
    position: absolute;
    top: 14px;
    left: 16px;
    font-size: 11px;
}

.demo_btn,
.demo_input {
    /*width: 340px;
    max-width: 100%;*/
	width: 100%;
    position: relative;
}

.demo_input{
	margin-bottom: 12px;
}

.demo_btn {
    display: flex;
	align-items: end;
}

.demo_input.w100 {
    width: 100%;
}

.demo-input {
    padding: 8px 16px;
    border: 1px solid #FAFAFA !important;
    max-width: 100%;
    font-size: 16px;
    height: 48px;
    width: 100%;
    background-color: #FAFAFA;
    /*border-radius: 8px !important;*/
}

textarea.demo-input {
    height: 150px;
}

.demo_success,
.demo_text {
    font-size: 24px;
    line-height: 1.25;
    color: #1f282c;
    margin-bottom: 36px;
}

.end_demo_button {
    text-align: center;
    max-width: 100%;
    height: 72px;
    font-size: 24px;
    width: 100%;
    background: #3dafcc;
    color: #fff;
    cursor: pointer;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px !important;
}
.demo_button {
    height: 48px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px !important;
    background: #3DAFCC;
    color: #FFFFFF;
    border: none;
    width: 100%;
	margin-top: 7px;
}

.demo_button:hover {
  background: #369ab3;
}

#demo_form_id .loader.hide {
    display: none;
}

#demo_form_id .loader {
    position: absolute;
    left: 30px;
    top: 20px;
    font-size: 30px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 0;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease;
    animation: load6 1.7s infinite ease;
}

@-webkit-keyframes load6 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        box-shadow: 0 -0.83em 0 -0.4em #fff, 0 -0.83em 0 -0.42em #fff, 0 -0.83em 0 -0.44em #fff, 0 -0.83em 0 -0.46em #fff, 0 -0.83em 0 -0.477em #fff;
    }

    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em #fff, 0 -0.83em 0 -0.42em #fff, 0 -0.83em 0 -0.44em #fff, 0 -0.83em 0 -0.46em #fff, 0 -0.83em 0 -0.477em #fff;
    }

    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em #fff, -0.087em -0.825em 0 -0.42em #fff, -0.173em -0.812em 0 -0.44em #fff, -0.256em -0.789em 0 -0.46em #fff, -0.297em -0.775em 0 -0.477em #fff;
    }

    20% {
        box-shadow: 0 -0.83em 0 -0.4em #fff, -0.338em -0.758em 0 -0.42em #fff, -0.555em -0.617em 0 -0.44em #fff, -0.671em -0.488em 0 -0.46em #fff, -0.749em -0.34em 0 -0.477em #fff;
    }

    38% {
        box-shadow: 0 -0.83em 0 -0.4em #fff, -0.377em -0.74em 0 -0.42em #fff, -0.645em -0.522em 0 -0.44em #fff, -0.775em -0.297em 0 -0.46em #fff, -0.82em -0.09em 0 -0.477em #fff;
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        box-shadow: 0 -0.83em 0 -0.4em #fff, 0 -0.83em 0 -0.42em #fff, 0 -0.83em 0 -0.44em #fff, 0 -0.83em 0 -0.46em #fff, 0 -0.83em 0 -0.477em #fff;
    }
}

@keyframes load6 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        box-shadow: 0 -0.83em 0 -0.4em #fff, 0 -0.83em 0 -0.42em #fff, 0 -0.83em 0 -0.44em #fff, 0 -0.83em 0 -0.46em #fff, 0 -0.83em 0 -0.477em #fff;
    }

    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em #fff, 0 -0.83em 0 -0.42em #fff, 0 -0.83em 0 -0.44em #fff, 0 -0.83em 0 -0.46em #fff, 0 -0.83em 0 -0.477em #fff;
    }

    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em #fff, -0.087em -0.825em 0 -0.42em #fff, -0.173em -0.812em 0 -0.44em #fff, -0.256em -0.789em 0 -0.46em #fff, -0.297em -0.775em 0 -0.477em #fff;
    }

    20% {
        box-shadow: 0 -0.83em 0 -0.4em #fff, -0.338em -0.758em 0 -0.42em #fff, -0.555em -0.617em 0 -0.44em #fff, -0.671em -0.488em 0 -0.46em #fff, -0.749em -0.34em 0 -0.477em #fff;
    }

    38% {
        box-shadow: 0 -0.83em 0 -0.4em #fff, -0.377em -0.74em 0 -0.42em #fff, -0.645em -0.522em 0 -0.44em #fff, -0.775em -0.297em 0 -0.46em #fff, -0.82em -0.09em 0 -0.477em #fff;
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        box-shadow: 0 -0.83em 0 -0.4em #fff, 0 -0.83em 0 -0.42em #fff, 0 -0.83em 0 -0.44em #fff, 0 -0.83em 0 -0.46em #fff, 0 -0.83em 0 -0.477em #fff;
    }
}

#demo_ask {
    display: none !important;
}


.form_auth-demo-data {
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    /*color: #444b4c;*/
	color: rgb(106, 112, 114, 0.5);
    font-size: 12px;
    /*font-family: 'MuseoSansCyrl';*/
	font-family: "MuseoSansCyrlBold";
    margin-top: 12px;
}

.form_auth-demo-data a {
    color: #3dafcc;
    text-decoration: none;
}

#demo_error {
    position: relative;
    background: #ffd1cf;
    color: #000000;
    font-size: 18px;
    padding: 15px 10px;
    margin-bottom: 24px;
    width: 100%;
    text-align: center;
    border-radius: 8px;
}

.btn_demo {
    height: 60px;
    padding: 18px 54px;
    background-color: #f2c400;
    text-decoration: none;
    font-size: 24px;
    color: #39454c;
    font-family: "MuseoSansCyrlBold";
    cursor: pointer;
    transition: .3s;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    font-size: 18px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 15px 75px;
    height: unset;
}

.demo__count .btn_demo {
    margin-right: 15px;
}

.btn_demo_lk {
    background-color: #3cb0cb;
    height: 48px;
    width: 210px;
    /*max-width: 290px;*/
    border: none;
    color: #fff !important;
    border-radius: 4px;
    font-size: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    font-family: MuseoSansCyrlBold;
}

.btn_demo_lk_orange {
    background-color: #f2c400;
    color: #1f282c;
    cursor: pointer;
    display: inline-block;
    width: 268px;
    height: 48px;
    text-decoration: none;
    text-align: center;
    padding: 15px 20px;
    font-size: 18px;
    font-family: "MuseoSansCyrlBold";
    transition: .3s;
    border-radius: 4px;
}

.pages-main_tabs_section {
    padding: 64px 0;
}

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

.pages-main_tab {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    min-width: 250px;
    padding: 0 24px;
    border: 1px solid #3DAFCC;
    color: #3DAFCC;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
    margin-right: 24px;
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 28px;
    font-family: MuseoSansCyrlBold;
}

.pages-main_tab.actiated {
    border: 1px solid #3DAFCC;
    background: #3DAFCC;
    color: #fff;
}


@media screen and (max-width: 967px) {
    #demo_form_id {
        width: auto;
    }

    .demo_popup {
        /*position: absolute;*/
        height: 70%;
        overflow-y: scroll;
    }

    .demo_title {
        font-size: 18px;
    }

    .end_demo_button,
    .demo_button {
        font-size: 18px;
    }

    .forms-demo-close {
        right: 15px;
        top: 15px;
    }
}

@media (max-width: 960px) {
    .pages-main_tabs_section {
        padding: 24px 0 40px;
    }

    .pages-main_tabs {
        flex-wrap: wrap;
    }

    .pages-main_tab {
        padding: 0;
        display: block;
        width: 100%;
        min-width: auto;
    }

    .pages-main_tab {
        border: #fff;
        background: #fff;
        color: #3DAFCC;
        height: auto;
        position: relative;
    }

    .pages-main_tab:after {
        content: '';
        position: absolute;
        height: 20px;
        width: 20px;
        background-image: url("/test2/static/img/blue-arrow-down.svg");
        background-position: center;
        top: calc(50% - 10px);
        margin-left: 6px;
    }

    .pages-main_tab.actiated {
        border: 1px solid #fff;
        background: #fff;
        color: #3DAFCC;
        height: auto;
    }
}

.bold {
    font-weight: bold;
}

.subscribe-wrap {
    display: flex;
    padding: 50px 40px 60px;
}
.subscribe-wrap a {
    color: #1eb0cd;
    text-decoration: none;
}
.subscribe-img-wrap {
    flex-basis: 40%;
    padding: 50px 20px 0;
}
.subscribe-img {

}
.subscribe-img img {
    max-width: 100%;
}
.subscribe-text {
    flex-basis: 60%;
    color: #1F282C;
}
.st-big {
    font-size: 30px;
    line-height: 40px;
}
.st-md {
    font-size: 18px;
    line-height: 28px;
}
.subscribe-text p {
    margin-top: 25px;
    font-size: 14px;
    line-height: 20px;
}
.soc-icons {
    margin-top: 20px;
}
.soc-icons a, .soc-icons a:hover {
    text-decoration: none;
}
.soc-icons img {
    margin-right: 24px;
}
.st-big-mob {
    display: none;
    font-size: 18px;
    line-height: 24px;
}

@media screen and (max-width: 429px) {
    .subscribe-wrap {
        flex-direction: column;
        padding: 10px;
        margin-bottom: 30px;
    }
    .subscribe-bottom {
        margin-top: 20px;
    }
    .subscribe-text p {
        margin-top: 10px;
    }
    .st-big {
        display: none;
    }
    .st-big-mob {
        display: block;
        flex-basis: calc(100% - 52px);
        padding-left: 20px;
    }
    .subscribe-img-wrap {
        display: flex;
        padding: 10px 0 0;
        flex-basis: unset;
    }
    .subscribe-img {
        flex-basis: 52px;
    }
    .soc-icons {
        text-align: center;
    }
    .soc-icons img {
        margin-right: 12px;
    }
}

.module__text {
    font-weight: bold;
}
.module__ltext {
    color: #000 !important;
    font-weight: bold;
}
.hor-line {
    border-bottom: 1px solid #DFFAFF;
    width: 580px;
    max-width: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
}

@media (max-width: 768px) {
    .demo_title {
        margin-bottom: 24px;
    }
    .demo_input {
        margin-bottom: 12px;
    }
    .demo_popup {
        height: auto;
        margin-top: 20px;
    }
    #senddemo {
        margin-top: 10px;
    }
}

#show-video {
    padding: 24px 32px;
    background-color: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 57;
    /*width: 700px;*/
    max-width: 100%;
    border-radius: 8px;
}
.inside-img {
    width: 70%;
    margin: 25px auto !important;
}
.video-preview-wrap {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.video-preview-wrap:hover {
    filter: brightness(85%);
}
.btn_consult {
    background-color: #f2c400;
    color: #1f282c !important;
    height: 48px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
}
.header__top__middle {
    display: inline-block;
    position: relative;
    bottom: 4px;
    width: 47%;
    max-width: 100%;
    text-align: center;
}
.header__top__middle__mobile {
    display: none;
}
.header.fixed .header__top__middle {
    display: none;
}
@media screen and (max-width: 960px) {
    .show-mobile {
        display: block!important;
    }
    .header.fixed {
        height: auto;
    }
    .header__top__middle {
        display: none;
    }
    .header.active .header__top__logo {
        bottom: unset;
        top: -7px;
    }
    .header__top__middle__mobile {
        display: block;
        width: 100%;
        padding-bottom: 5px;
        /*padding-top: 48px;*/
    }
    .header__top__middle__mobile a{
        display: flex;
        justify-content: center;
        width: calc(100% + 32px);
        margin-left: -16px;
        margin-right: -15px;
        box-sizing: content-box;
        position: relative;
        background: #3F4C59;
        bottom: -5px;
    }
    }
    .header.hide .header__top__middle__mobile {
        display: none;
    }
}
#calltracking-offer .optimizer-page__button {
    background-color: #f2c400;
    display: flex;
    justify-content: center;
    align-items: center;
}
#calltracking-offer .optimizer-page__button:hover {
    background-color: #f2c400;
}
#calltracking-offer .banner-message {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
@media screen and (max-width: 520px) {
    #calltracking-offer .banner-message {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #calltracking-offer .optimizer-page__message.banner-message:before {
        display: none;
    }
    #calltracking-offer .optimizer-page__button-wrap {
        margin-top: 20px;
    }
}

.calculator-tarifs__wrap{
	opacity: 0;
	visibility: hidden;
	height: 0;
	transition: 0.3s;
}
.calculator-tarifs__wrap._active{
	opacity: 1;
	visibility: visible;
	height: auto;
}

.calculator-tarifs__wrap .prices-header{
padding-top: 60px;
}
.content .wrap .kk-star-ratings {
margin:0;
margin-bottom:10px;
}
.content .wrap img {
margin-right:15%;
}
.content .wrap #rate2 > div:nth-child(3), .analitika-start__title .wrap #rate2 > div:nth-child(4){
    margin-bottom: 5px;
	line-height:20px;
}

.content .wrap .rated-page-name {
display:none;
}
.content .wrap #rate2 > div:nth-child(3) > span,.content .wrap #rate2 > div:nth-child(4) > span {
color:#1F282C!important;
}
#widget__slider .swiper-slide{ 
transition:opacity .3s;
opacity: 0.3;
}
#widget__slider  .swiper-slide-active {
opacity:1;}
#widget__slider {
overflow-x:visible!important;
}
.widget-wripper {
overflow:visible!important;
}
.content .wrap .ratig {
    margin: 10px 0 0 0;
    max-width: 100%;
}
.rating-done {
pointer-events:none;
}
.h4__wrap {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
}
.h4__wrap:hover .button-copy-title {
    background: rgba(61, 175, 204, 0.3);
    display: block;
}
.h2_23 {
    color: #1f282c;
    font-family: "MuseoSansBold";
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 116%;
    margin-bottom: 55px;
}
.button_white-23 {
    color: #1f282c;
    font-family: "MuseoSansBold";
}
@media screen and (max-width: 960px) {
 .h2_23 {
    font-size: 30px !important;
    margin-bottom: 30px;
  }
.button_white-23_mobile {
    color: #1f282c;
    font-family: "MuseoSansBold";
}
.allpages-banner-inner {
padding-right:20px;}
}
@media screen and (max-width: 600px) {
#popup_23 {
margin-left:-50%;
}

}
/*.allcontent {
padding-top:50px;}*/
label {
cursor:pointer;
}

.sending-wrap-input{
	margin-bottom: 20px;
}

input[name="agreement"] {
  width: 14px;
  accent-color: #3DAFCC;
}

input[name="getNews"] {
  width: 14px;
  accent-color: #3DAFCC;
    -webkit-appearance: checkbox!important;
}

/* новый футер */

.footer-top{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 45px;
  padding-top: 80px;
  padding-bottom: 40px;
}

.footer-top__title{
    color: rgba(255, 255, 255, 0.4);
    font-size: 14px;
    line-height: 20px;
    margin-top: 12px;
    margin-bottom: 24px;
    padding-right: 20px;
}

.footer-top__social .footer__top__social__icons li a {
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  transition: .3s;
  background-size: cover;
}

.footer-top__social .footer__top__social__icons li{
    margin-right: 10px;
}

.footer-top__social {
    margin-bottom: 40px;
}

.footer-top__subtitle{
    color: rgba(255, 255, 255, 0.4);
    font-size: 16px;
    line-height: 18px; 
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.footer-top__menu{
    padding-top: 12px;
}

.footer-top__menu .footer_menu_head{
    font-size: 16px;
    line-height: 18px; 
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.footer-top__menu .footer__bottom__menu__item__list li {
    padding-bottom: 0;
    margin-bottom: 12px;
}

.footer-top__menu .footer__bottom__menu__item__list li a{
    font-size: 14px;
    line-height: 20px;
}

.footer-top__menu .footer__bottom__menu__item {
  width: auto;
  max-width: 197px;
  margin-right: 0;
}


/*
.footer-top__menu-block {
    display: grid;
    gap: 12px;
}

.footer-top__menu-item a{
    color: #FFF;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    transition: .3s;

}

.footer-top__menu-item a:hover {
  color: rgba(255, 255, 255, 0.7);
}

*/

.footer-bottom{
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    padding-top: 40px;
    padding-bottom: 40px;
    display: grid;
  grid-template-columns: 200px 1.3fr 1fr auto;
  gap: 40px;
}

.footer-bottom__docs .footer__bottom__terms__item li {
  padding-bottom: 8px;
}

.footer-bottom__docs .footer__bottom__terms__item li a{
  font-size: 14px;
line-height: 20px;
}

.footer__top__social__icons__ru {
  background: url("/test2/static/img/old_h/ru.svg") center center no-repeat;
}

.footer-top__contacts .footer__top__contacts a{
    font-size: 14px;
    margin-bottom: 12px;
}

.footer-top__contacts .footer__top__contacts p {
  font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
}

.footer-bottom__info{
  font-size: 14px;
line-height: 20px; 
}

.footer-bottom__info .footer-lang-switch {
  display: flex;
  margin: 45px 0 0;
}

.footer-bottom__info .footer-lang-switch-item {
  font-size: 14px;
  line-height: 20px;
}

.footer-lang-switch.lang-switch__tablet{
    display: none;
}

.footer-lang-switch.lang-switch__mobile{
    display: none;
}

.sklogo__tablet{
    display: none;
}

.footer__top__contacts a:nth-child(2) {
  padding-left: 0;
}

@media screen and (max-width: 991px) {

    .footer-top .footer__top__logo {
        width: 127px;
        height: 32px;
        margin-right: 40px;
    }

    .footer-top {
        gap: 40px;
        padding-top: 43px;
    }

    .footer-top__social .footer__top__social__icons li {
        margin-right: 7px;
    }

    .footer-lang-switch.lang-switch__desktop{
        display: none;
    }
    
    .footer-lang-switch.lang-switch__tablet{
        display: flex;
        margin: 40px 0 0;
    }

    .footer-top__info .footer-lang-switch-item {
      font-size: 14px;
      line-height: 20px;
    }

    .sklogo__desktop{
        display: none;
    }

    .sklogo__tablet{
        display: block;
        margin-top: 17px;
    }

    .footer-bottom {
        grid-template-columns: 150px 1.1fr 1fr;
        gap: 35px;
    }


}

@media screen and (max-width: 700px) {

    .footer-top {
        gap: 32px;
        padding-top: 32px;
        padding-bottom: 32px;
        grid-template-columns: 1fr;
    }

    .footer-top .footer__top__logo {
        width: 151px;
        height: 38px;
        margin-right: 40px;
        margin-bottom: 12px;
    }

    .footer-top__title {
        font-size: 16px;
        line-height: 20px;
        margin-top: 0;
        margin-bottom: 30px;
        padding-right: 0;
    }

    .footer-top__social .footer__top__social__icons li a {
        width: 40px;
        height: 40px;
    }

    .footer-top__social .footer__top__social__icons li {
        margin-right: 18px;
    }

    .footer-top__social {
        margin-bottom: 30px;
    }

    .footer-top__contacts .footer__top__contacts a {
        font-size: 16px;
    }

    .footer-lang-switch.lang-switch__tablet {
        display: none;
    }

    .footer-bottom .footer-lang-switch-item {
        font-size: 16px;
    }

    .footer-lang-switch.lang-switch__mobile{
        display: flex;
        margin-top: 0;
        margin-bottom: 0;
    }

    .footer-top__contacts .footer__top__contacts p {
        font-size: 16px;
    }

    .footer__top__contacts {
        margin-bottom: 0;
    }

    .footer-top__menu {
        padding-top: 0;
    }

    .footer-top__menu .footer__bottom__menu__item__list li a {
        font-size: 16px;
    }

    .footer-top__menu .footer__bottom__menu__item__list li:last-child {
        margin-bottom: 0;
    }

    .footer__bottom__menu__item {
        margin-bottom: 0;
    }

    .footer-top__menu .footer__bottom__menu__item {
        max-width: 100%;
    }

    .footer-bottom__info {
        order: 1;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 16px;
    }

    .footer-bottom {
        grid-template-columns: 1fr;
        gap: 32px;
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .footer-bottom .footer__bottom__terms__item:first-child {
        margin-right: 0;
    }

    .footer-bottom__docs .footer__bottom__terms__item li a {
        font-size: 16px;
    }

    .sklogo__tablet {
        margin-top: 0;
    }

}

/* новый футер - end */

.page-loader {
    color: #1f282c;
    font-size: 45px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: fixed;
    top:55%;
    right: 50%;
    transform: translateZ(0);
    animation: mltShdSpin 1.7s infinite ease, round 1.7s infinite ease;
    z-index: 99999;
}

@keyframes mltShdSpin {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em,
        0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
        0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em,
        0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
        0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em,
        -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em,
        -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
        -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em,
        -0.749em -0.34em 0 -0.477em;
    }
    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
        -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em,
        -0.82em -0.09em 0 -0.477em;
    }
    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em,
        0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@keyframes round {
    0% { transform: rotate(0deg) }
    100% { transform: rotate(360deg) }
}

#popup-6 {
	max-width: 475px;
}

#popup-6 .popup-content ul {
  column-count: 2;
}

@media screen and (max-width: 500px) {
	#popup-6 .popup-content ul {
	  column-count: 1;
	}
}

/* End */
/* /test2/static/css/main.css?169477763359056 */
/* /test2/static/css/header_footer.css?174099238642333 */
/* /test2/static/css/index.css?1686734577337386 */
/* /test2/static/css/header_23.css?173856899412660 */
/* /dev/block-scheme/assets/fancybox.min.css?169174530712795 */
/* /test2/static/css/modals-style_23.css?16995216453591 */
/* /local/templates/calltouch/css/custom.css?17569877791119 */
/* /local/templates/calltouch/components/bitrix/breadcrumb/main/style.css?1642579308703 */
/* /local/templates/calltouch/template_styles.css?174493134939098 */
