.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("../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("../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: center;
}

.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("../img/hm-tagline.jpg") left center no-repeat;
    background-size: 158px 60px;
    max-width: 158px;
}

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

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

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

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

.home-awards__item__img.avtostat {
    background: url("../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("../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("../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("../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("../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("../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("../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("../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("../img/al-onec.png") center center no-repeat;
    background-size: 75px 33px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.albato__settings__item.tilda {
    background: url("../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("../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("../img/analytics_reports1.svg") center center no-repeat;
    background-size: 64px 64px;
}

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

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

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

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

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

.analytics-pluses__item__img.at-balance {
    background: url("../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("../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("../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("../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("../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("../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("../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("../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("../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("../img/110_black.svg") center right no-repeat;
    background-size: 96px;
}

.new-geo__items__item__title.new-geo-title-96 {
    background: url("../img/96_black.svg") top 8px right 30px no-repeat;
    background-size: 96px;
}

.new-geo__items__item__title.new-geo-title-50 {
    background: url("../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("../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;
}