.main, .main-wrapper, body {
    min-width: 320px
}

.slick-list:focus, :focus, a {
    outline: 0
}

.btn, .css-text-center, .header__help, .title {
    text-align: center
}

.fancybox-nav, .owl-carousel, .owl-carousel .owl-item, .slick-slider, a {
    -webkit-tap-highlight-color: transparent
}

.owl-carousel, .owl-carousel .owl-item {
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.js-sort, .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.btn, h3 {
    font-weight: 500
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(scss/components/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

body {
    background: #fff;
    color: #0E0E0E;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    font-family: Geometria, sans-serif
}

@media screen and (max-width: 1025px) {
    body {
        font-size: 14px
    }
}

*, body, html {
    margin: 0;
    padding: 0
}

img {
    border: none
}

a, button, input, select, textarea {
    color: inherit;
    text-decoration: inherit;
    font-family: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none
}

.color-red, a {
    color: #FF0400
}

.fancybox-nav, .socials__link, a {
    text-decoration: none
}

ol, ul {
    list-style: none
}

article, aside, figcaption, figure, footer, header, hgroup, nav, section, time {
    display: block
}

table, td, th, thead, tr {
    border-collapse: collapse
}

button, input[type=button], input[type=submit] {
    cursor: pointer
}

a, button, input, textarea {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.btn, .socials__link {
    -webkit-transition: ease .2s
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.clearfix:after, .row:after, .wrapper:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

h3 {
    font-size: 1.5em
}

@font-face {
    font-family: Geometria;
    src: url(fonts/Geometria-Thin.eot);
    src: local("Geometria Thin"), local("Geometria-Thin"), url(fonts/Geometria-Thin.eot?#iefix) format("embedded-opentype"), url(fonts/Geometria-Thin.woff) format("woff"), url(fonts/Geometria-Thin.ttf) format("truetype");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: Geometria;
    src: url(fonts/Geometria-MediumItalic.eot);
    src: local("Geometria MediumItalic"), local("Geometria-MediumItalic"), url(fonts/Geometria-MediumItalic.eot?#iefix) format("embedded-opentype"), url(fonts/Geometria-MediumItalic.woff) format("woff"), url(fonts/Geometria-MediumItalic.ttf) format("truetype");
    font-weight: 500;
    font-style: italic
}

@font-face {
    font-family: Geometria;
    src: url(fonts/Geometria-Italic.eot);
    src: local("Geometria Italic"), local("Geometria-Italic"), url(fonts/Geometria-Italic.eot?#iefix) format("embedded-opentype"), url(fonts/Geometria-Italic.woff) format("woff"), url(fonts/Geometria-Italic.ttf) format("truetype");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: Geometria;
    src: url(fonts/Geometria-Heavy.eot);
    src: local("Geometria Heavy"), local("Geometria-Heavy"), url(fonts/Geometria-Heavy.eot?#iefix) format("embedded-opentype"), url(fonts/Geometria-Heavy.woff) format("woff"), url(fonts/Geometria-Heavy.ttf) format("truetype");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: Geometria;
    src: url(fonts/Geometria-ExtraBoldItalic.eot);
    src: local("Geometria ExtraBoldItalic"), local("Geometria-ExtraBoldItalic"), url(fonts/Geometria-ExtraBoldItalic.eot?#iefix) format("embedded-opentype"), url(fonts/Geometria-ExtraBoldItalic.woff) format("woff"), url(fonts/Geometria-ExtraBoldItalic.ttf) format("truetype");
    font-weight: 800;
    font-style: italic
}

@font-face {
    font-family: Geometria;
    src: url(fonts/Geometria-Medium.eot);
    src: local("Geometria Medium"), local("Geometria-Medium"), url(fonts/Geometria-Medium.eot?#iefix) format("embedded-opentype"), url(fonts/Geometria-Medium.woff) format("woff"), url(fonts/Geometria-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Geometria;
    src: url(fonts/Geometria-BoldItalic.eot);
    src: local("Geometria BoldItalic"), local("Geometria-BoldItalic"), url(fonts/Geometria-BoldItalic.eot?#iefix) format("embedded-opentype"), url(fonts/Geometria-BoldItalic.woff) format("woff"), url(fonts/Geometria-BoldItalic.ttf) format("truetype");
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: Geometria;
    src: url(fonts/Geometria-LightItalic.eot);
    src: local("Geometria LightItalic"), local("Geometria-LightItalic"), url(fonts/Geometria-LightItalic.eot?#iefix) format("embedded-opentype"), url(fonts/Geometria-LightItalic.woff) format("woff"), url(fonts/Geometria-LightItalic.ttf) format("truetype");
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-family: Geometria;
    src: url(fonts/Geometria-HeavyItalic.eot);
    src: local("Geometria HeavyItalic"), local("Geometria-HeavyItalic"), url(fonts/Geometria-HeavyItalic.eot?#iefix) format("embedded-opentype"), url(fonts/Geometria-HeavyItalic.woff) format("woff"), url(fonts/Geometria-HeavyItalic.ttf) format("truetype");
    font-weight: 900;
    font-style: italic
}

@font-face {
    font-family: Geometria;
    src: url(fonts/Geometria.eot);
    src: local("Geometria"), url(fonts/Geometria.eot?#iefix) format("embedded-opentype"), url(fonts/Geometria.woff) format("woff"), url(fonts/Geometria.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Geometria;
    src: url(fonts/Geometria-Bold.eot);
    src: local("Geometria Bold"), local("Geometria-Bold"), url(fonts/Geometria-Bold.eot?#iefix) format("embedded-opentype"), url(fonts/Geometria-Bold.woff) format("woff"), url(fonts/Geometria-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Geometria;
    src: url(fonts/Geometria-ExtraBold.eot);
    src: local("Geometria ExtraBold"), local("Geometria-ExtraBold"), url(fonts/Geometria-ExtraBold.eot?#iefix) format("embedded-opentype"), url(fonts/Geometria-ExtraBold.woff) format("woff"), url(fonts/Geometria-ExtraBold.ttf) format("truetype");
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: Geometria;
    src: url(fonts/Geometria-ThinItalic.eot);
    src: local("Geometria ThinItalic"), local("Geometria-ThinItalic"), url(fonts/Geometria-ThinItalic.eot?#iefix) format("embedded-opentype"), url(fonts/Geometria-ThinItalic.woff) format("woff"), url(fonts/Geometria-ThinItalic.ttf) format("truetype");
    font-weight: 100;
    font-style: italic
}

@font-face {
    font-family: Geometria;
    src: url(fonts/Geometria-ExtraLightItalic.eot);
    src: local("Geometria ExtraLightItalic"), local("Geometria-ExtraLightItalic"), url(fonts/Geometria-ExtraLightItalic.eot?#iefix) format("embedded-opentype"), url(fonts/Geometria-ExtraLightItalic.woff) format("woff"), url(fonts/Geometria-ExtraLightItalic.ttf) format("truetype");
    font-weight: 200;
    font-style: italic
}

@font-face {
    font-family: Geometria;
    src: url(fonts/Geometria-Light.eot);
    src: local("Geometria Light"), local("Geometria-Light"), url(fonts/Geometria-Light.eot?#iefix) format("embedded-opentype"), url(fonts/Geometria-Light.woff) format("woff"), url(fonts/Geometria-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Geometria;
    src: url(fonts/Geometria-ExtraLight.eot);
    src: local("Geometria ExtraLight"), local("Geometria-ExtraLight"), url(fonts/Geometria-ExtraLight.eot?#iefix) format("embedded-opentype"), url(fonts/Geometria-ExtraLight.woff) format("woff"), url(fonts/Geometria-ExtraLight.ttf) format("truetype");
    font-weight: 200;
    font-style: normal
}

.row {
    margin: 0 -.9375em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.row [class*=" col-"], .row [class^=col-] {
    padding: 0 .9375em
}

[class*=" col-"], [class^=col-] {
    min-height: 1px;
    width: 100%
}

@media screen and (min-width: 666px) {
    .col-min-12 {
        width: 100%
    }

    .col-min-11 {
        width: 91.65%
    }

    .col-min-10 {
        width: 83.33%
    }

    .col-min-9 {
        width: 75%
    }

    .col-min-8 {
        width: 66.66%
    }

    .col-min-7 {
        width: 58.33%
    }

    .col-min-6 {
        width: 50%
    }

    .col-min-5 {
        width: 41.66%
    }

    .col-min-4 {
        width: 33.33%
    }

    .col-min-3 {
        width: 25%
    }

    .col-min-2 {
        width: 16.66%
    }

    .col-min-1 {
        width: 8.33%
    }

    .col-min-hidden {
        display: none
    }

    .col-min-visible {
        display: block
    }
}

@media screen and (min-width: 769px) {
    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.65%
    }

    .col-sm-10 {
        width: 83.33%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66%
    }

    .col-sm-7 {
        width: 58.33%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66%
    }

    .col-sm-4 {
        width: 33.33%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66%
    }

    .col-sm-1 {
        width: 8.33%
    }

    .col-sm-hidden {
        display: none
    }

    .col-sm-visible {
        display: block
    }
}

@media screen and (min-width: 1025px) {
    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.65%
    }

    .col-md-10 {
        width: 83.33%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66%
    }

    .col-md-7 {
        width: 58.33%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66%
    }

    .col-md-4 {
        width: 33.33%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66%
    }

    .col-md-1 {
        width: 8.33%
    }

    .col-md-hidden {
        display: none
    }

    .col-md-visible {
        display: block
    }
}

@media screen and (min-width: 1200px) {
    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.65%
    }

    .col-lg-10 {
        width: 83.33%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66%
    }

    .col-lg-7 {
        width: 58.33%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66%
    }

    .col-lg-4 {
        width: 33.33%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66%
    }

    .col-lg-1 {
        width: 8.33%
    }

    .col-lg-hidden {
        display: none
    }

    .col-lg-visible {
        display: block
    }
}

.btn {
    padding-left: 15px;
    padding-right: 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #FF0400;
    color: #fff;
    height: 3.66667em;
    font-size: 1.125em;
    position: relative;
    transition: ease .2s
}

.btn__arrow {
    position: absolute;
    right: 76px;
    top: 50%;
    margin-top: -10px
}

.btn_fixed {
    display: none
}

.btn:active, .btn:hover {
    background: #000
}

.btn_gray {
    background: #4F4F4F
}

.btn_border {
    background: 0 0 !important;
    border: 1px solid #FF0400 !important;
    color: #FF0400 !important
}

.btn_border:hover {
    background-color: #FF0400 !important;
    color: #fff !important
}

.btn_white {
    border: 1px solid #FF0400;
    color: #000;
    background-color: #fff
}

.btn_white:hover {
    color: #fff;
    background-color: #FF0400;
    border-color: #FF0400
}

.btn_lightBorder, .check__text:before {
    border: 1px solid #E6E6E6
}

.title {
    font-size: 2.875em;
    line-height: 1.12em
}

.desc {
    font-size: 1.125em;
    line-height: 1.22222em
}

.red {
    color: #ff0600
}

.inline {
    font-size: 0
}

.inline > * {
    display: inline-block;
    vertical-align: top
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex_center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.flex_nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.flex_inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.flex_justify {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.flex_start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.flex_vertical {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.css-scrollbar::-webkit-scrollbar {
    width: 2px
}

.css-scrollbar::-webkit-scrollbar-track {
    background: #dbdbdb
}

.css-scrollbar::-webkit-scrollbar-thumb {
    background: #0e0e0e
}

.css-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #ff0400
}

.check-list {
    text-align: left;
    display: inline-block
}

.check-list__item {
    padding-left: 30px;
    position: relative;
    font-size: 12px;
    line-height: 26px !important
}

.check-list__item:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
    background: url(../images/Vector.svg) center no-repeat;
    background-size: contain;
    width: 14px;
    height: 11px
}

.check-list_big .check-list__item {
    font-size: 14px;
    line-height: 20px !important
}

.check-list_big .check-list__item:not(:last-child) {
    margin-bottom: 20px
}

.percent .main {
    padding-left: 1.875em;
    padding-right: 1.875em
}

.percent__info {
    margin-top: 15px
}

.percent__info.check-list_big .check-list__item:not(:last-child) {
    margin-bottom: 10px
}

.percent__list {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.percent__small {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 9px
}

.percent__item {
    text-align: left;
    max-width: 25%;
    padding-right: 25px
}

.percent__item:nth-child(4n) {
    margin-right: 0;
    padding-right: 0
}

.percent__item_info {
    padding-right: 10px;
    margin-right: 0
}

.ref__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.ref__title {
    text-align: left !important;
    margin-bottom: 60px
}

.ref__info li:not(:last-child), .ref__list-item:not(:last-child) {
    margin-bottom: 20px
}

.ref__icon {
    right: 66px;
    top: 86px;
    position: absolute
}

.ref__help {
    font-size: 14px;
    line-height: 23px;
    color: #fff;
    right: 0;
    top: -5px;
    padding: 7px 11px;
    background-color: #ff0400;
    position: absolute
}

.ref__list-icon {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.ref__list-item {
    display: block;
    position: relative;
    font-size: 18px;
    line-height: 20px;
    padding-left: 40px
}

.ref__button {
    width: 100%;
    text-align: left;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    padding-left: 76px
}

.ref__parent {
    margin-left: auto;
    margin-top: 10px;
    width: 50%
}

.ref__info li {
    font-size: 18px;
    line-height: 20px !important
}

.ref__cell {
    position: relative;
    width: 50%;
    text-align: left
}

.ref__cell_border {
    border: 5px solid #ff0400;
    padding: 60px 55px 60px 75px
}

.ref__cell_default {
    padding: 60px;
    background-color: #f3f3f3
}

.close {
    position: absolute;
    width: 22px;
    height: 22px;
    cursor: pointer
}

.close:after, .close:before {
    content: '';
    display: block;
    position: absolute;
    background-color: #ff0400;
    width: 2px;
    height: 125%;
    margin-top: -14%;
    left: 50%;
    margin-left: -1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.close_white:after, .close_white:before {
    background-color: #fff
}

@media screen and (max-width: 720px) {
    .check-list_big li {
        font-size: 9px;
        line-height: 14px
    }

    .check-list_big li:not(:last-child) {
        margin-bottom: 10px !important
    }
}

@media screen and (max-width: 666px) {
    .btn, .percent__item, .title {
        text-align: center
    }

    .title {
        font-size: 1.375em;
        line-height: 1.09091em
    }

    .percent__small {
        margin-bottom: 25px
    }

    .percent__item {
        width: 100%;
        max-width: 100%;
        padding-right: 10px !important;
        padding-left: 10px !important;
        margin-bottom: .9375em
    }

    .percent__item:not(:last-child):after {
        content: '';
        display: block;
        width: 10.375em;
        height: 1px;
        background: #E9E9E9;
        margin: 1.25em auto 0
    }

    .percent__item_info {
        margin-bottom: 60px
    }

    .percent__item_info:after {
        display: none !important
    }

    .desc {
        font-size: .875em;
        line-height: 1.14286em
    }

    .btn {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #FF0400;
        color: #fff;
        height: 3.75em;
        font-size: 1em;
        font-weight: 700
    }

    .btn_fixed {
        position: fixed;
        z-index: 100;
        bottom: 0;
        left: 0
    }

    .btn_fixed.hide {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: hidden;
        opacity: 0
    }
}

.check__text, .main, .main-wrapper {
    position: relative
}

.header {
    padding: 1.25em 0
}

.header__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__logo {
    width: 9em
}

.header__logo img {
    display: block;
    width: 100%
}

.header__phone-icon {
    width: 22px;
    display: none
}

.header__phone-number {
    font-size: 1.5em;
    color: inherit
}

.header__help {
    font-size: 16px;
    line-height: 24px;
    color: #868686
}

.header__right {
    text-align: right
}

.header__text {
    opacity: .5;
    margin-top: .3125em
}

.main-screen {
    background: #4F4F4F;
    color: #fff;
    padding: 8.75em 0 6.875em
}

.main-screen .main {
    padding-left: 1.875em;
    padding-right: 1.875em
}

.main-screen__80 {
    font-size: 80px;
    line-height: 41px
}

.main-screen__120 {
    font-size: 120px;
    line-height: 41px
}

.main-screen__120_margin {
    margin-right: 20px;
    margin-left: 45px
}

.main-screen__46 {
    font-size: 46px;
    line-height: 41px
}

.main-screen__from, .main-screen__title {
    font-size: 3.5em;
    line-height: 1.07143em
}

.main-screen__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.main-screen__btn {
    margin-top: 2.22222em;
    width: 100%;
    max-width: 17.77778em
}

.main-screen__price {
    font-weight: 700
}

.main-screen__price_totop {
    margin-top: 3.4375em
}

.main-screen__price_sttp {
    margin-top: 2.8125em
}

.main-screen__number {
    font-size: 11.25em;
    line-height: .5em;
    font-weight: 500;
    display: inline-block;
    padding: 0 .08333em
}

.main-screen__mln {
    font-size: 4.375em;
    line-height: .58571em
}

@media screen and (min-width: 667px) {
    .percent {
        padding: 6.5625em 0 7.1875em
    }

    .list {
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .list_lines .list__item {
        width: 27.42%;
        border-right: 1px solid rgba(211, 211, 211, .3)
    }

    .list_lines .list__item:nth-child(2n) {
        width: 45.16%
    }

    .list_lines .list__item:nth-child(3n) {
        border-right: none
    }

    .list__item {
        width: 33.33%
    }

    .list__title {
        font-size: 4.125em;
        font-weight: 700
    }

    .list__title_small {
        font-size: 2.5em;
        line-height: 41px;
        height: auto
    }

    .list__desc, .list__title_small + .list__desc {
        margin-top: 20px
    }

    .list__desc_bottom {
        margin-bottom: 20px;
        margin-top: 0
    }
}

@media screen and (max-width: 1240px) {
    .main-screen__title {
        font-size: 50px
    }

    .main-screen__from {
        font-size: 30px
    }

    .main-screen__mln {
        font-size: 40px
    }

    .main-screen__80 {
        font-size: 50px
    }

    .main-screen__120 {
        font-size: 60px
    }

    .main-screen__price {
        font-size: 14px
    }
}

@media screen and (max-width: 1200px) {
    .ref__icon {
        width: 80px
    }

    .ref__button {
        padding-left: 30px
    }

    .ref__button .btn__arrow {
        right: 30px
    }

    .list__title {
        font-size: 3.125em
    }

    .list__title_small {
        font-size: 2em;
        line-height: 41px;
        height: auto
    }

    .list__title_small + .list__desc {
        margin-top: 10px
    }
}

@media screen and (max-width: 1025px) {
    .main-screen__title {
        font-size: 45px
    }

    .main-screen__price {
        font-size: 12px
    }

    .ref__icon {
        display: none
    }

    .ref__cell {
        padding: 60px 30px
    }
}

@media screen and (max-width: 900px) {
    body {
        text-align: center
    }

    .percent {
        font-size: 12px
    }

    .percent .main {
        padding: 0
    }

    .percent__info {
        margin-top: 0 !important
    }

    .main-screen {
        background: #4F4F4F;
        padding: 4.6875em 0;
        color: #fff
    }

    .main-screen__price {
        margin-top: 1.25em;
        font-weight: 700;
        line-height: .9
    }

    .main-screen__price_sttp {
        margin-top: 20px !important
    }

    .main-screen__from, .main-screen__mln {
        font-size: 22px
    }

    .main-screen__120_margin {
        margin-left: 10px;
        margin-right: 10px
    }

    .main-screen__number {
        font-size: 4.25em;
        font-weight: 500
    }

    .main-screen__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .main-screen__left, .main-screen__right {
        width: 100%
    }

    .main-screen__btn {
        display: none
    }

    .list__title {
        font-size: 2.125em
    }

    .list__title_small {
        font-size: 1.875em
    }

    .list__desc span {
        display: block
    }
}

@media screen and (max-width: 666px) {
    .header__phone-icon, .ref__icon {
        display: block
    }

    body {
        text-align: center;
        font-size: 16px
    }

    .ref__cell {
        width: 100%;
        padding: 60px 30px
    }

    .ref__icon {
        width: 60px;
        right: 33px;
        top: 60px
    }

    .ref__title {
        margin-bottom: 40px;
        white-space: pre-line
    }

    .ref__list-item {
        font-size: 14px;
        line-height: 20px
    }

    .ref__info li {
        font-size: 14px;
        line-height: 20px !important
    }

    .ref__info li:before {
        top: 5px;
        margin-top: 0
    }

    .ref__parent {
        width: 100%
    }

    .header {
        margin-left: 10px;
        margin-right: 10px
    }

    .header__right {
        display: none
    }

    .header__logo {
        width: 5.3125em
    }

    .main-screen {
        padding: 3.75em 0
    }

    .main-screen_largemobile {
        padding: 93.5px 0
    }

    .main-screen__title {
        font-size: 1.375em;
        line-height: 1.09091em
    }

    .main-screen__title p {
        display: inline
    }

    .main-screen__120, .main-screen__46, .main-screen__80 {
        font-size: 40px;
        line-height: 40px
    }

    .main-screen__price {
        font-size: 17px;
        margin-top: 35px
    }

    .main-screen__price_totop {
        margin-top: 20px
    }

    .main-screen__from {
        text-transform: lowercase
    }

    .main-screen__number {
        padding-left: 0;
        padding-right: 3px
    }

    .percent {
        padding: 3.75em 0
    }

    .percent__info {
        margin-top: 0 !important
    }

    .list {
        font-size: 16px
    }

    .list__item:not(:last-child) {
        margin-bottom: .9375em
    }

    .list__item:not(:last-child):after {
        content: '';
        display: block;
        width: 10.375em;
        height: 1px;
        background: #E9E9E9;
        margin: 1.25em auto 0
    }

    .list__title {
        font-size: 2.125em;
        height: 1.20588em;
        font-weight: 700
    }

    .list__desc {
        font-size: .875em;
        line-height: 1.42857em;
        margin-top: .35714em
    }

    .list__desc span {
        display: inline
    }

    .klients__btn {
        display: none
    }
}

.main-wrapper {
    overflow: hidden;
    min-height: 100vh;
    margin-left: 1.875em;
    margin-right: 1.875em
}

.main {
    margin: 0 auto;
    max-width: 1210px
}

.main_min {
    max-width: 970px
}

.main_big {
    max-width: 1366px
}

.table {
    width: 100%;
    display: table
}

.table .cell, .table__cell {
    display: table-cell;
    vertical-align: middle
}

.radio-input {
    white-space: nowrap;
    display: block;
    cursor: pointer
}

.radio-input__field {
    display: none
}

.radio-input__field:checked + .radio-input__text:before {
    visibility: visible
}

.check {
    display: block;
    cursor: pointer
}

.check__input {
    display: none
}

.check__input:checked + .check__text:after {
    opacity: 1;
    visibility: visible
}

.check__text {
    padding-left: 25px;
    min-height: 25px;
    display: block
}

.check__text:after, .check__text:before {
    display: block;
    position: absolute;
    content: ''
}

.check__text:before {
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.check__text:after {
    width: 14px;
    height: 11px;
    background: url(../images/Vector.svg);
    left: 6px;
    top: 7px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: ease .25s;
    transition: ease .25s
}

.back-button {
    padding-left: 21px;
    position: relative;
    display: inline-block;
    font-size: 18px
}

.back-button__arrow {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    width: 12px;
    -webkit-transform: rotate(-270deg);
    transform: rotate(-270deg)
}

.head-info {
    position: relative;
    padding-bottom: 6.5em;
    padding-top: 5.5625em
}

.head-info:before {
    content: '';
    display: block;
    position: absolute;
    left: -1.875em;
    right: -1.875em;
    bottom: 0;
    height: 1px;
    background-color: #E0E0E0
}

.head-info_big {
    padding-top: 8.25em;
    padding-bottom: 6.875em;
    background: #F3F3F3
}

.head-info_big:before {
    display: none
}

.head-info__back {
    margin-bottom: 2.375em
}

.head-info__text {
    font-size: 1.125em;
    line-height: 1.3em;
    margin-top: 15px
}

.head-info__title {
    font-weight: 700;
    line-height: 110%;
    font-size: 2.25em
}

.checkbox__text, .quiz__text {
    font-size: 14px;
    line-height: 20px
}

.head-info__cell_left {
    width: 68.47%;
    padding-right: 6.77%
}

.head-info__cell_right {
    width: 31.53%
}

.head-info img {
    max-width: 100%
}

.js-sort {
    cursor: pointer;
    -ms-user-select: none;
    user-select: none
}

.js-sort.is-reverse .filter-list__arrow_up {
    opacity: 1
}

.js-sort.is-reverse .filter-list__arrow_down {
    opacity: .5
}

.is-loading .filter-list__center:after {
    display: block
}

.gray-box {
    background: #F9F9F9
}

.line {
    height: 1px;
    background-color: rgba(14, 14, 14, .2)
}

.socials {
    margin-left: 8px
}

.socials__item {
    margin-right: 6px
}

.socials__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    border: 1px solid #FF0600;
    transition: ease .2s
}

.socials__link svg {
    fill: #FF0600;
    max-width: 80%;
    -webkit-transition: ease .2s;
    transition: ease .2s
}

.socials__link:hover {
    background-color: #FF0600
}

.checkbox__text, .checkbox__text:before {
    background: #FFF;
    border: 1px solid #E6E6E6
}

.socials__link:hover svg {
    fill: #fff
}

.checkbox {
    display: block;
    margin-right: 8px;
    margin-bottom: 8px;
    cursor: pointer
}

.checkbox__input {
    display: none
}

.checkbox__input:checked + .checkbox__text:after {
    opacity: 1;
    visibility: visible
}

.checkbox__text {
    position: relative;
    padding-left: 68px;
    padding-right: 20px;
    height: 66px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: ease .3s;
    transition: ease .3s;
    color: #0E0E0E
}

.checkbox__text:after, .checkbox__text:before {
    display: block;
    position: absolute;
    top: 50%;
    content: ''
}

.checkbox__text:before {
    left: 24px;
    width: 25px;
    height: 25px;
    margin-top: -12px
}

.checkbox__text:after {
    width: 14px;
    height: 11px;
    background: url(../images/Vector.svg);
    left: 30px;
    margin-top: -5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: ease .25s;
    transition: ease .25s
}

.quiz__final, .sort-select__list-item {
    display: -webkit-box;
    display: -ms-flexbox
}

.checkbox.is-error .checkbox__text {
    color: #FF0400
}

.checkbox:hover .checkbox__text {
    background-color: #fbfbfb
}

.quiz {
    padding-top: 55px;
    padding-bottom: 30px
}

.quiz__form {
    background: 0 0 !important;
    padding: 0 !important
}

.quiz__human {
    margin-bottom: 24px
}

.quiz__btn {
    width: 72.51%
}

.quiz__back {
    width: 23.1%;
    background: #fff !important
}

.quiz__back svg {
    -webkit-transition: ease .2s;
    transition: ease .2s;
    stroke: #000
}

.quiz__text {
    color: #848484
}

.quiz__text_dark {
    color: #000
}

.quiz__text_bold {
    font-weight: 700
}

.quiz__text span {
    color: #FF0400
}

.quiz__progress {
    background: #C4C4C4;
    height: 3px;
    margin-bottom: 13px;
    position: relative
}

.quiz__progress-done {
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    -webkit-transition: ease .3s;
    transition: ease .3s;
    background: #FF0400;
    height: 100%
}

.quiz__bottom {
    margin-top: 49px;
    width: 100%
}

.quiz__bottom-cell_left {
    width: 46.78%
}

.quiz__bottom-cell_right {
    width: 37.38%
}

.quiz__middle {
    font-size: 22px;
    line-height: 28px;
    color: #0E0E0E;
    margin-bottom: 38px
}

.quiz__name {
    color: #0E0E0E;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 51px
}

.quiz__checkbox {
    width: 322px;
    max-width: 45%
}

.quiz__gray-cell {
    position: relative
}

.quiz__gray-cell_left {
    background: #F9F9F9;
    width: 79.06%;
    overflow: hidden;
    padding: 4.5625em 4.75em 3.5em 5.5625em
}

.quiz__gray-cell_right {
    border-left: 1px solid #E6E6E6;
    width: 20.94%;
    background: #F4F4F4;
    padding: 3.125em 2.375em
}

.quiz__final {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
    background: #F9F9F9;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: ease .3s;
    transition: ease .3s;
    opacity: 0;
    visibility: hidden
}

.quiz__final.is-active {
    opacity: 1;
    visibility: visible
}

.quiz__final-center {
    width: 100%;
    padding: 60px 0
}

.quiz__final-center .form__row {
    margin: 0
}

.quiz__final-center .form__field {
    width: 43.52%;
    text-align: left
}

.human, .human__about, .quiz__final-center .form__info {
    text-align: center
}

.quiz__slider {
    overflow: hidden
}

.quiz__slider-list {
    white-space: nowrap;
    font-size: 0
}

.quiz__slider-item {
    width: 100%;
    padding-left: 1px;
    white-space: normal
}

.dot {
    width: 20px;
    height: 20px;
    border: 3px solid #F4F4F4;
    background: #07E87C;
    border-radius: 50%
}

.message {
    background: #FFF;
    font-size: 18px;
    line-height: 26px;
    position: relative;
    color: rgba(14, 14, 14, .5);
    padding: 1.6875em .4375em 2.125em 1.25em
}

.message:before {
    content: '';
    display: block;
    position: absolute;
    margin-left: -10px;
    left: 50%;
    top: -12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10.5px 22px;
    border-color: transparent transparent #fff
}

.human__name {
    font-weight: 700;
    font-size: 18px;
    line-height: 16px;
    color: #000;
    margin-bottom: 13px
}

.human__about, .oto__list > li {
    line-height: 20px;
    font-size: 14px
}

.human__about {
    color: rgba(14, 14, 14, .5)
}

.human__avatar {
    width: 117px;
    max-width: 90%;
    margin: auto auto 40px
}

.human__avatar-inside {
    padding-top: 100%;
    position: relative
}

.human__avatar-dot {
    position: absolute;
    bottom: 7px;
    right: 9px
}

.human__avatar-image {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.oto {
    padding-top: 6px;
    padding-bottom: 20px;
    text-align: left
}

.oto__title {
    margin-bottom: 18px
}

.oto__line {
    margin-bottom: 34px
}

.oto__list > li {
    padding-left: 44px
}

.oto__list > li:before {
    width: 19px;
    height: 16px;
    top: 11px;
    background-image: url(../images/checkBold.svg)
}

.oto__list > li:not(:last-child) {
    margin-bottom: 8px
}

.oto__box {
    text-align: center;
    background-color: #FF0600;
    color: #FFF;
    margin-bottom: 27px;
    font-size: 14px;
    line-height: 24px;
    padding: 1.5625em .9375em 1.875em
}

.filter-list, .oto__title {
    text-align: left
}

.oto__box-center {
    display: inline-block
}

.oto__box-key {
    font-weight: 700
}

.oto__text {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
    color: #868686
}

.oto__text_dark {
    color: #0E0E0E
}

.oto__text_small {
    margin-bottom: 23px
}

.oto__center {
    width: 535px;
    margin: auto;
    max-width: 95%;
    padding-top: 6em;
    padding-bottom: 5.0625em
}

.css-show-mobile {
    display: none
}

.sort-select {
    position: relative;
    z-index: 200
}

.sort-select__bg {
    position: fixed;
    display: none;
    background: rgba(0, 0, 0, .6);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.sort-select__list-item, .sort-select__top {
    height: 60px;
    -webkit-box-align: center;
    font-size: 12px
}

.sort-select__list {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: #fff;
    z-index: 10;
    border-left: 1px solid rgba(0, 0, 0, .1);
    border-right: 1px solid rgba(0, 0, 0, .1)
}

.sort-select__list-item {
    padding: 0 16px;
    line-height: 20px;
    color: #B3B3B3;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.sort-select__list-item.is-active {
    font-weight: 500;
    color: #4F4744;
    background: #F7F7F7
}

.sort-select__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
    color: #4F4744;
    z-index: 100;
    position: relative;
    border: 1px solid transparent
}

.sort-select.is-active .sort-select__bg, .sort-select.is-active .sort-select__list {
    display: block
}

.sort-select__help {
    line-height: 20px;
    margin-right: 9px
}

.sort-select__arrow {
    width: 11px;
    stroke: #4F4744;
    -webkit-transition: ease .2s;
    transition: ease .2s
}

.sort-select__arrow svg {
    width: 100%
}

.sort-select__label {
    line-height: 20px;
    margin-right: 10px;
    position: relative;
    font-weight: 500
}

.sort-select.is-active .sort-select__top {
    background-color: #fff;
    border-color: rgba(0, 0, 0, .1)
}

.sort-select.is-active .sort-select__arrow {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.filter-list {
    padding-top: 6.25em;
    position: relative
}

.filter-list__mobile-text {
    font-weight: 500;
    color: #000;
    font-size: 18px;
    line-height: 20px
}

.filter-list__mobile-id {
    display: none;
    width: 100%;
    text-align: right;
    font-size: 8px;
    line-height: 18px;
    color: #9E9E9E;
    margin-top: 11px;
    position: relative
}

.filter-list__mobile-id span {
    display: inline-block;
    background-color: #fff;
    position: relative;
    z-index: 15;
    padding-left: 8px
}

.filter-list__mobile-id:after {
    content: '';
    display: block;
    background-color: #DCDCDC;
    width: 100%;
    height: 1px;
    top: 50%;
    position: absolute;
    left: 0
}

.filter-list__mobile-nav {
    display: none;
    padding-top: 59px;
    padding-bottom: 34px;
    background-color: #fff
}

.filter-list__icons {
    position: absolute;
    right: 1.625em;
    top: 50%;
    margin-top: -4px
}

.filter-list__mobile-cell {
    max-width: 50%
}

.filter-list__arrow {
    -webkit-transition: ease .15s;
    transition: ease .15s
}

.filter-list__arrow_up {
    opacity: .5;
    margin-left: 8px;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.filter-list__item-more {
    position: relative;
    margin-top: 20px;
    padding-right: 20px;
    color: #FF0400;
    display: inline-block;
    cursor: pointer;
    font-size: 14px
}

.filter-list__item-more_mobile {
    display: none;
    font-size: 12px;
    padding-right: 17px
}

.filter-list__item-more img {
    position: absolute;
    right: 0;
    width: 11px;
    top: 50%;
    margin-top: -3px;
    -webkit-transition: ease .1s;
    transition: ease .1s
}

.filter-list__item-more.is-active img {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.filter-list__item-center img {
    display: block !important
}

.filter-list__item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.filter-list__item-top:hover .filter-list__cell {
    background: #F9F9F9
}

.filter-list__item-bottom {
    display: none
}

.filter-list__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.filter-list__table {
    width: 100%
}

.filter-list__middle {
    font-size: 24px;
    line-height: 20px;
    color: #000;
    margin-bottom: 9px;
    font-weight: 700
}

.filter-list__center {
    text-align: center;
    display: inline-block;
    position: relative
}

.filter-list__center:after {
    content: '';
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #dedede;
    z-index: 90
}

.filter-list__center_full {
    width: 100%;
    text-align: center
}

.filter-list__center_fluid {
    position: absolute;
    left: .75em;
    top: 50%;
    margin-top: -13px
}

.filter-list__text {
    color: #B3B3B3;
    font-size: 14px;
    line-height: 18px
}

.filter-list__text_small {
    font-size: 12px
}

.filter-list__text_dark {
    color: #000
}

.filter-list__text_bold {
    font-weight: 700
}

.filter-list__text:not(:last-child) {
    margin-bottom: 5px
}

.filter-list__thead .filter-list__cell {
    padding-right: 3.75em;
    padding-left: 2.6875em;
    border: 1px solid #CCC;
    border-right-width: 0;
    min-height: 4.125em
}

.filter-list__thead .filter-list__cell:last-child {
    padding: 0 !important;
    border: none
}

.filter-list__cell {
    padding: .625em;
    text-align: center;
    min-height: 10.9375em;
    position: relative;
    width: 15.242%;
    -webkit-transition: ease .15s;
    transition: ease .15s;
    border-bottom: 1px solid #C4C4C4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.filter, .filter-list__cell:first-child .filter-list__center_full {
    text-align: left
}

.filter-list__cell:first-child {
    padding-right: 1.375em;
    padding-left: 2.6875em;
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.filter-list__cell:last-child {
    padding-left: 1.875em;
    padding-right: 1.875em;
    width: 23.79%
}

.filter-list__tbody img {
    max-width: 100%;
    display: inline-block;
    vertical-align: middle
}

.filter-list__btn {
    width: 100%;
    margin-top: 8px
}

.filter-list__btn-all {
    height: 66px;
    width: 100%;
    font-size: 14px;
    margin-bottom: -1px;
    background: #4F4F4F !important;
    color: #fff !important
}

.filter-list__btn-all:hover {
    background-color: #000 !important
}

.footer-big-padding {
    padding-bottom: 60px
}

.owl-nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.owl-nav button {
    position: absolute;
    top: 0;
    -webkit-transition: ease .25s;
    transition: ease .25s
}

.owl-nav button svg {
    -webkit-transition: ease .25s;
    transition: ease .25s;
    stroke: #000
}

.owl-nav button.owl-prev {
    left: 0
}

.owl-nav button.owl-next {
    right: 0
}

.owl-nav button:hover svg {
    stroke: #FF0400
}

.filter {
    background: #F9F9F9;
    padding-top: 5.0625em;
    padding-bottom: 5.3125em
}

.filter__title {
    margin-bottom: 60px
}

.filter__main {
    width: 95%;
    max-width: 1310px
}

.filter__nav {
    overflow: hidden;
    position: relative
}

.filter__nav:before {
    content: '';
    display: block;
    position: absolute;
    left: 68px;
    right: 68px;
    height: 1px;
    background-color: #AFAFAF;
    bottom: 0
}

.filter__nav-top {
    display: none;
    border: 1px solid rgba(0, 0, 0, .1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    height: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 18px;
    padding-right: 80px;
    white-space: nowrap;
    overflow: hidden;
    text-align: ellipsis
}

.filter__nav-top:after, .filter__nav-top:before {
    display: block;
    position: absolute;
    height: 60px;
    content: ''
}

.filter__nav-top:before {
    top: 0;
    right: 0;
    width: 60px;
    background: url(../images/arow.svg) center no-repeat;
    background-size: 14px auto
}

.filter__nav-top:after {
    right: 60px;
    width: 1px;
    background-color: rgba(0, 0, 0, .1)
}

.filter__nav-inner_default, .filter__nav_default:before {
    display: none
}

.filter__nav-inner {
    text-align: center;
    padding: 0 68px
}

.filter__nav_default {
    overflow: visible
}

.filter__nav_default .filter__nav-top {
    padding-left: 0;
    height: 4.125em;
    display: block
}

.filter__nav_default .filter__nav-top:after, .filter__nav_default .filter__nav-top:before {
    display: none
}

.filter__nav_default .filter__nav-top input {
    border: none;
    pointer-events: none
}

.select__list, .select__top {
    border: 1px solid rgba(0, 0, 0, .2)
}

.filter__bottom {
    padding: 0 68px;
    margin-top: 60px;
    margin-bottom: 40px
}

.filter__bottom-cell {
    width: 30.66%
}

.filter__bottom-btn {
    width: 100%
}

.select {
    position: relative;
    z-index: 50
}

.select__top {
    width: 100%;
    font-size: 1.125em;
    padding-left: 1.5em;
    padding-right: 2.77778em;
    background: #fff;
    height: 3.66667em;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    z-index: 20;
    position: relative
}

.select__top:before {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -8px;
    background: url(../images/arow.svg) center no-repeat;
    background-size: contain
}

.select__list {
    position: absolute;
    left: 0;
    padding: 15px 0;
    top: 100%;
    width: 100%;
    background: #fff;
    margin-top: -1px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: ease .1s;
    transition: ease .1s
}

.select__item {
    padding: 10px 20px;
    font-size: 16px;
    -webkit-transition: ease .2s;
    transition: ease .2s;
    color: rgba(14, 14, 14, .5);
    cursor: pointer
}

.select__item.is-selected, .select__item:hover {
    color: #0E0E0E
}

.select.is-active .select__top:before {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.select.is-active .select__list {
    opacity: 1;
    visibility: visible
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

@media screen and (min-width: 667px) {
    .form__nav:before, .form__slider .ui-slider-handle:after, .radio-input__text:before, .steps__list:after, .steps__list:before {
        content: ''
    }

    .radio-input__field:checked + .radio-input__text {
        color: #FF0400 !important
    }

    .radio-input__field:checked + .radio-input__text:before {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%
    }

    .radio-input__text {
        display: block;
        position: relative;
        font-size: 18px;
        line-height: 20px;
        color: rgba(1, 1, 1, .3);
        -webkit-transition: ease .2s;
        transition: ease .2s;
        padding-bottom: 22px
    }

    .radio-input__text:before {
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 2px;
        bottom: 0;
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease;
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
        background: #000
    }

    .klients .list__item:nth-child(3):after, .klients__desc br {
        display: none
    }

    .radio-input:hover .radio-input__text {
        color: #010101
    }

    .klients {
        background: #F3F3F3;
        padding: 6.875em 0 7.1875em
    }

    .klients__desc {
        opacity: .5;
        margin-top: 1.66667em;
        margin-bottom: 2.77778em;
        text-align: center
    }

    .klients .list__item {
        position: relative
    }

    .klients .list__item:not(:last-child):after {
        content: '';
        width: 1px;
        height: 100%;
        position: absolute;
        right: 0;
        top: .625em;
        background: #D3D3D3
    }

    .klients .list__title {
        font-size: 2.5em;
        line-height: 2
    }

    .klients__btn {
        max-width: 17.77778em;
        width: 100%
    }

    .klients__bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 6.25em
    }

    .klients__show, .steps__title {
        display: none
    }

    .steps__list, .steps__row {
        margin-top: 4.0625em
    }

    .steps {
        padding-top: 6.5625em
    }

    .steps_bigtop {
        padding-top: 125px
    }

    .steps__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
        text-align: left
    }

    .steps__list_tobottom {
        margin-top: 0;
        margin-bottom: 7.8125em
    }

    .steps__list:after, .steps__list:before {
        display: block;
        position: absolute;
        width: 1.5em;
        height: .75em;
        background: url(../images/arow.svg) no-repeat;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        top: .625em
    }

    .form__scale, .steps__item {
        display: -webkit-box;
        display: -ms-flexbox
    }

    .form__amount, .form__field {
        position: relative
    }

    .steps__list:before {
        left: 27%
    }

    .steps__list:after {
        left: 66.66%
    }

    .steps__list_second:before {
        left: 25.5%
    }

    .steps__list_second:after {
        left: 63.66%
    }

    .steps__item {
        display: flex
    }

    .steps__icon {
        -webkit-transform: translateY(.2em);
        transform: translateY(.2em);
        width: 3em;
        margin-right: 1.25em
    }

    .steps__icon svg {
        width: 100%;
        display: block;
        height: auto
    }

    .form {
        padding-bottom: 5em;
        text-align: left
    }

    .form__scale {
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: .625em
    }

    .form__minus, .form__plus, .form__row {
        display: -webkit-box;
        display: -ms-flexbox
    }

    .form__point {
        font-size: .875em;
        opacity: .5
    }

    .form__row {
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 3.75em
    }

    .form__row_default {
        display: block;
        text-align: center;
        margin-top: 5em
    }

    .form__row_default .form__field {
        margin-left: auto;
        margin-right: auto
    }

    .form__row_default .form__btn {
        max-width: 100%;
        width: 100%
    }

    .form__label {
        display: block;
        margin-bottom: .9375em;
        opacity: .5
    }

    .form__label_mobile {
        display: none
    }

    .form__field {
        margin-bottom: 1.875em;
        width: 48.4%
    }

    .form__btn, .form__field_full {
        width: 100%
    }

    .form__field_pt {
        padding-top: 23px
    }

    .form__input {
        display: block;
        width: 100%;
        font-size: 1.125em;
        padding-left: 1.5em;
        background: #fff;
        border: 1px solid rgba(0, 0, 0, .2);
        height: 3.66667em;
        font-weight: 500
    }

    .form__input::-webkit-input-placeholder {
        color: rgba(0, 0, 0, .3)
    }

    .form__input:-moz-placeholder {
        color: rgba(0, 0, 0, .3)
    }

    .form__input::-moz-placeholder {
        color: rgba(0, 0, 0, .3)
    }

    .form__input:-ms-input-placeholder {
        color: rgba(0, 0, 0, .3)
    }

    .form__input::-webkit-inner-spin-button, .form__input::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0
    }

    .form__btn {
        max-width: 17.77778em
    }

    .form__info {
        font-size: .75em;
        line-height: 1.33333em;
        color: #AFAFAF;
        margin-top: 1.25em
    }

    .form__amount-mobileval {
        display: none
    }

    .form__minus, .form__plus {
        height: 3.75em;
        width: 4.375em;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        cursor: pointer;
        position: relative
    }

    .form__minus svg, .form__plus svg {
        width: 1.25em;
        height: .6875em;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        opacity: .1
    }

    .form__minus svg *, .form__plus svg * {
        stroke: #000;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    .form__minus.active svg, .form__plus.active svg {
        opacity: 1
    }

    .form__minus.active svg *, .form__plus.active svg * {
        stroke: #fff
    }

    .form__plus svg {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    .form__nav {
        position: absolute;
        top: -1px;
        right: -1px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .form__nav:before {
        width: 4.375em;
        height: 3.75em;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        background: #4F4F4F;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    .form__nav.plus:before {
        margin-right: 0
    }

    .form__nav.minus:before {
        margin-right: 4.375em
    }

    .form__slider {
        height: 2px;
        margin-top: -2px;
        position: relative
    }

    .form__slider .ui-slider-range {
        height: 2px;
        background: #FF0400
    }

    .form__slider .ui-slider-handle {
        width: 1.625em;
        height: 1.625em;
        background: #fff;
        -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, .25);
        box-shadow: 0 4px 30px rgba(0, 0, 0, .25);
        position: absolute;
        top: -.75em;
        border-radius: 100%;
        cursor: pointer;
        margin-left: -.8125em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form__slider .ui-slider-handle:after {
        display: block;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        width: .8125em;
        height: .8125em;
        background: #FF0400;
        border-radius: 100%
    }

    .form__slider .ui-slider-handle:active:after {
        -webkit-transform: scale(2);
        transform: scale(2)
    }

    .footer-info {
        background: #F3F3F3;
        padding: 4.375em 0;
        text-align: left
    }

    .footer-info__row {
        margin-left: 5px
    }

    .footer-info h3 {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 5px
    }

    .footer-info p:not(:last-child) {
        margin-bottom: 30px
    }

    .footer-info p {
        font-size: 12px;
        line-height: 18px;
        opacity: .5
    }

    .footer-min-hidden {
        display: none
    }
}

@media screen and (max-width: 1366px) {
    .quiz__gray-cell_left {
        width: 73.06%;
        padding: 2.5625em 2.75em 1.5em 2.5625em
    }

    .quiz__gray-cell_right {
        width: 26.94%
    }

    .filter-list {
        padding-top: 100px;
        font-size: 70%
    }

    .filter-list__btn-all {
        height: 50px
    }

    .filter-list__thead .filter-list__cell {
        min-height: 50px;
        padding-left: .9375em
    }

    .filter-list:before {
        top: 50px
    }
}

@media screen and (max-width: 1024px) {
    .quiz__gray-cell_right {
        padding-left: 15px;
        padding-right: 15px
    }

    .filter-list__icons {
        width: 14px;
        right: 5px;
        margin-top: -12px
    }

    .filter-list__arrow {
        margin: 2px 0
    }

    .filter-list__arrow_down {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .filter-list__arrow_up {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media screen and (max-width: 900px) {
    .head-info {
        text-align: left
    }

    .checkbox__text {
        font-size: 12px;
        line-height: 18px
    }

    .quiz__name {
        margin-bottom: 30px
    }

    .quiz__gray-cell_left {
        padding-left: 1.5625em;
        padding-right: 1.75em
    }

    .quiz__bottom-cell_right {
        width: 55.38%
    }

    .quiz__bottom-cell_left {
        width: 32.78%
    }

    .message {
        font-size: 16px;
        color: #000;
        text-align: center;
        line-height: 26px
    }

    .css-show-mobile {
        display: block !important
    }

    .css-hide-mobile {
        display: none !important
    }

    .klients .list {
        font-size: 12px
    }

    .filter-list {
        padding-top: 0
    }

    .filter-list__thead {
        display: none
    }

    .filter-list__mobile-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .filter-list__check {
        display: none
    }

    .filter-list__center {
        text-align: left
    }

    .filter-list__center img {
        margin-bottom: 5px
    }

    .filter-list__cell {
        width: 25%;
        padding: 15px;
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left
    }

    .filter-list__cell_docs, .filter-list__cell_req {
        display: none !important
    }

    .filter-list__cell_name {
        padding-left: 8px !important
    }

    .filter-list__table tbody {
        display: block
    }

    .filter-list__table tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .filter {
        padding: 60px 0
    }

    .filter__title {
        margin-bottom: 60px
    }

    .filter__bottom {
        padding: 0
    }
}

@media screen and (max-width: 769px) {
    .steps__list {
        font-size: 12px
    }
}

@media screen and (max-width: 666px) {
    .back-button, .head-info__text {
        font-size: 16px
    }

    .oto .thanks__label, .quiz__final {
        background-color: #fff
    }

    .quiz__message, .radio-input {
        position: relative
    }

    .head-info {
        padding-bottom: 60px;
        padding-top: 40px
    }

    .head-info__back {
        margin-bottom: 60px
    }

    .head-info__cell {
        width: 100%;
        text-align: center;
        margin-right: 0;
        padding-right: 20px;
        padding-left: 20px
    }

    .human__about, .human__name, .human__who, .quiz__final .form__info {
        text-align: left
    }

    .head-info__cell_left {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .head-info__cell_right {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 50%;
        margin: auto auto 20px
    }

    .head-info__title {
        font-size: 1.375em
    }

    .socials {
        margin-top: 13px;
        margin-bottom: 5px
    }

    .dot {
        width: 14px;
        height: 14px
    }

    .checkbox__text {
        font-size: 14px;
        line-height: 20px
    }

    .head-info:before {
        left: 0;
        right: 0
    }

    .human {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .human__who {
        max-width: 48.28%;
        margin-left: 10.34%
    }

    .human__about {
        font-size: 12px;
        line-height: 14px
    }

    .human__name {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 7px
    }

    .human__avatar {
        margin: 0;
        width: 29.66%;
        max-width: 90px
    }

    .oto__center, .quiz__bottom-cell, .quiz__final-center .form__field, .quiz__gray-cell {
        width: 100%
    }

    .human__avatar-dot {
        bottom: 4px;
        right: 5px
    }

    .quiz {
        padding-top: 36px
    }

    .quiz__back, .quiz__btn {
        height: 66px
    }

    .oto .thanks__label, .oto__box-center, .quiz__middle {
        text-align: center
    }

    .quiz__slider-item {
        padding-left: 0
    }

    .quiz__middle {
        font-size: 14px;
        line-height: 18px
    }

    .quiz__text {
        font-size: 12px;
        line-height: 20px
    }

    .quiz__text_bold {
        font-size: 14px
    }

    .quiz__bottom {
        margin-top: 47px
    }

    .quiz__bottom-cell_left {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 37px
    }

    .quiz__name {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 25px
    }

    .quiz__gray-cell_right {
        border-left: none;
        padding: 21px 0
    }

    .quiz__gray-cell_left {
        padding: 25px 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        background: #fff
    }

    .quiz__checkbox {
        width: 100%;
        max-width: 100%;
        margin-right: 0
    }

    .oto .thanks__label, .oto__box {
        margin-left: -18px;
        margin-right: -18px
    }

    .quiz__human {
        margin-bottom: 0
    }

    .quiz__message {
        display: none;
        margin-bottom: -22px;
        margin-top: 20px
    }

    .quiz__message_active {
        display: block
    }

    .filter-list__item-more_desktop, .oto__line, .title__hide {
        display: none
    }

    .oto {
        padding-bottom: 30px;
        padding-top: 0
    }

    .oto .thanks__label {
        padding-top: 51px;
        margin-bottom: 0;
        padding-bottom: 27px;
        font-size: 18px;
        line-height: 24px
    }

    .oto__center {
        max-width: 100%;
        padding: 0 18px 30px
    }

    .oto__title {
        font-size: 30px
    }

    .oto__list > li {
        font-size: 12px;
        line-height: 20px !important
    }

    .oto__box {
        font-size: 12px;
        padding-bottom: 11px;
        padding-top: 17px
    }

    .oto__box-key {
        font-size: 22px;
        line-height: 50px
    }

    .oto__text {
        font-size: 14px
    }

    .oto__top {
        padding-top: 38px;
        padding-left: 24px;
        padding-right: 24px
    }

    .main-wrapper {
        margin-left: 0;
        margin-right: 0
    }

    .main {
        padding-left: 10px;
        padding-right: 10px
    }

    .filter-list {
        font-size: 100%;
        background: #F3F3F3;
        padding-bottom: 10px
    }

    .filter-list:before {
        top: 40px
    }

    .filter-list__item {
        margin: 20px 10px;
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, .1)
    }

    .filter-list__item-more_mobile {
        display: block
    }

    .filter-list__item-center {
        width: 38%
    }

    .filter-list__item-top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px 11px 13px 19px
    }

    .filter-list__item .filter-list__item {
        border: none;
        padding: 0;
        margin: 0;
        border-top: 1px solid rgba(0, 0, 0, .1)
    }

    .filter-list__item .filter-list__item .filter-list__cell_get .filter-list__center_full {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .filter-list__center_full {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .filter-list__center_full .filter-list__text {
        display: none
    }

    .filter-list__center_full .filter-list__item-more {
        margin-top: 0;
        max-width: 40%
    }

    .filter-list__center_right {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .filter-list__text {
        width: 50%;
        margin-bottom: 0 !important
    }

    .filter-list__middle {
        margin-bottom: 0;
        font-size: 18px;
        font-weight: 500;
        line-height: 20px
    }

    .filter-list__btn {
        height: 40px;
        font-weight: 500;
        width: 56%;
        font-size: 14px;
        margin-top: 0;
        padding: 0
    }

    .klients .list, .steps, .steps__list {
        font-size: 16px
    }

    .filter-list__mobile-id {
        display: block
    }

    .filter-list__main {
        padding-left: 0;
        padding-right: 0
    }

    .filter-list__cell {
        background: 0 0 !important;
        padding: 0 !important;
        width: 44%;
        min-height: auto;
        border: none
    }

    .filter-list__cell_get, .filter-list__cell_name {
        width: 100% !important
    }

    .filter-list__cell:nth-child(odd) {
        width: 56%
    }

    .filter-list__cell_get {
        margin-top: 27px;
        text-align: center
    }

    .filter-list__cell_name {
        margin-bottom: 9px
    }

    .filter-list__cell_name img {
        margin-bottom: 0
    }

    .filter-list__cell_name .filter-list__center {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .filter-list__cell_name .filter-list__text_small {
        width: 56%;
        font-weight: 500;
        color: #000
    }

    .filter-list__tbody {
        margin-top: -20px
    }

    .filter-list__mobile-nav {
        padding-bottom: 0
    }

    .filter-list__mobile-cell {
        width: 100%;
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px
    }

    .filter-list__mobile-cell_sort {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        background-color: #F3F3F3
    }

    .filter-list__mobile-cell_default {
        padding-bottom: 33px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .radio-input__text:after, .radio-input__text:before {
        display: block;
        position: absolute;
        top: 50%;
        content: ''
    }

    .radio-input__field:checked + .radio-input__text:after {
        opacity: 1;
        visibility: visible
    }

    .radio-input__text {
        padding-left: 66px
    }

    .radio-input__text:before {
        left: 24px;
        width: 25px;
        height: 25px;
        margin-top: -12px;
        background: #FFF;
        border: 1px solid #E6E6E6
    }

    .filter__nav-radio, .form__input {
        border: 1px solid rgba(0, 0, 0, .1)
    }

    .radio-input__text:after {
        width: 14px;
        height: 11px;
        background: url(../images/Vector.svg);
        left: 30px;
        margin-top: -5px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: ease .25s;
        transition: ease .25s
    }

    .filter__form, .filter__nav-radio {
        display: -webkit-box;
        display: -ms-flexbox
    }

    .form__amount, .form__field {
        position: relative
    }

    .filter {
        padding-top: 30px;
        padding-bottom: 20px
    }

    .filter__form {
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .filter__type {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%
    }

    .filter__title {
        margin-bottom: 24px
    }

    .filter__bottom {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        margin-bottom: 0;
        margin-top: 24px
    }

    .filter__bottom-cell {
        width: 100%;
        margin-bottom: 24px;
        text-align: left
    }

    .filter__nav.is-active .filter__nav-inner {
        display: block
    }

    .filter__nav.is-active .filter__nav-top:before {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    .filter__nav:before {
        display: none
    }

    .filter__nav-inner {
        padding: 0;
        display: none
    }

    .filter__nav-radio {
        padding: 0 18px;
        height: 60px;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: #FFF;
        margin-top: -1px
    }

    .filter__nav-radio .radio-input__text {
        padding-bottom: 0
    }

    .filter__nav-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .filter__nav_default .filter__nav-top {
        padding-right: 66px;
        height: 3.75em
    }

    .klients, .steps {
        padding: 3.75em 0
    }

    .filter__nav_default .filter__nav-top:after, .filter__nav_default .filter__nav-top:before {
        display: block
    }

    .filter__nav_default .filter__nav-top:after {
        top: 0
    }

    .klients {
        background: #F3F3F3
    }

    .klients__desc {
        opacity: .5;
        margin-top: 1em;
        margin-bottom: 2.5em
    }

    .klients .list__item:not(:last-child):after {
        background: #D3D3D3
    }

    .klients__hide {
        display: none
    }

    .klients__show, .steps__title {
        display: block
    }

    .steps_bigtop {
        padding: 2em 0
    }

    .steps__title {
        margin-bottom: 40px
    }

    .steps__br, .steps__icon {
        display: none
    }

    .steps__row {
        margin-top: 3.125em
    }

    .steps__list {
        margin-top: 2.5em
    }

    .steps__item:not(:last-child) {
        margin-bottom: 1.42857em
    }

    .steps__item:not(:last-child):after {
        content: '';
        display: block;
        background: url(../images/arow.svg) no-repeat;
        width: 1.42857em;
        height: .78571em;
        background-size: 100% auto;
        margin: 1.42857em auto 0
    }

    .form {
        padding: 3.75em 0;
        background: #F3F3F3;
        text-align: left
    }

    .form__scale, .form__slider {
        display: none
    }

    .form__label {
        display: block;
        font-size: .75em;
        line-height: 1.66667em;
        margin-bottom: .83333em
    }

    .form__label_empty {
        display: none
    }

    .form__label_empty + button {
        margin-top: 7px
    }

    .form__field {
        margin-bottom: 0
    }

    .form__field:not(:last-child) {
        margin-bottom: 1.875em
    }

    .form__input {
        display: block;
        width: 100%;
        font-size: 1.125em;
        padding-left: 1em;
        background: #fff;
        height: 3.33333em
    }

    .form__input::-webkit-input-placeholder {
        color: rgba(0, 0, 0, .3)
    }

    .form__input:-moz-placeholder {
        color: rgba(0, 0, 0, .3)
    }

    .form__input::-moz-placeholder {
        color: rgba(0, 0, 0, .3)
    }

    .form__input:-ms-input-placeholder {
        color: rgba(0, 0, 0, .3)
    }

    .form__input::-webkit-inner-spin-button, .form__input::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0
    }

    .form__hide {
        display: none
    }

    .form__btn {
        margin-top: 1.25em
    }

    .form__info {
        font-size: .75em;
        line-height: 1.33333em;
        color: #AFAFAF;
        margin-top: .83333em
    }

    .form__amount-mobileval {
        position: absolute;
        right: 0;
        top: 0;
        width: 60px;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 18px;
        line-height: 24px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-left: 1px solid rgba(0, 0, 0, .1)
    }

    .form__amount-mobileval_small {
        font-size: 14px
    }

    .form__amount input {
        padding-right: 80px
    }

    .form__minus, .form__plus {
        height: 3.75em;
        width: 4.375em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        cursor: pointer;
        position: relative
    }

    .form__minus svg, .form__plus svg {
        width: 1.25em;
        height: .6875em;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        opacity: .1
    }

    .form__minus svg *, .form__plus svg * {
        stroke: #000;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    .form__minus.active svg, .form__plus.active svg {
        opacity: 1
    }

    .form__minus.active svg *, .form__plus.active svg * {
        stroke: #fff
    }

    .form__plus svg {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    .form__nav {
        position: absolute;
        top: -1px;
        right: -1px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .form__nav:before {
        content: '';
        width: 4.375em;
        height: 3.75em;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        background: #4F4F4F;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    .form__nav.plus:before {
        margin-right: 0
    }

    .form__nav.minus:before {
        margin-right: 4.375em
    }

    .requirements {
        text-align: left;
        padding: 2.5em 0 1.25em
    }

    .requirements h3 {
        font-size: .75em;
        line-height: 1.33333em;
        font-weight: 700;
        margin-bottom: .5em
    }

    .requirements p {
        font-size: .5625em;
        line-height: 1.33333em
    }

    .requirements p:not(:last-child) {
        margin-bottom: 1.11111em
    }

    .footer-min-hidden {
        display: block
    }

    .footer-min-visible {
        display: none
    }
}

.footer {
    border-top: 1px solid rgba(0, 0, 0, .1);
    text-align: left;
    padding-top: 1.25em;
    padding-bottom: 1.25em
}

.footer__copyright {
    font-size: .75em;
    line-height: 1.33333em;
    font-weight: 700
}

.footer__iin {
    font-size: .5625em;
    line-height: 1.33333em;
    color: #AFAFAF;
    margin-top: .52632em
}

.simple-footer {
    padding-top: 5em;
    padding-bottom: 3.75em;
    background: 0 0
}

.popup, .popup__overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.popup__overlay {
    z-index: 1;
    position: fixed;
    background: rgba(0, 0, 0, .6)
}

.popup {
    z-index: 999;
    display: none;
    position: fixed;
    overflow-y: auto
}

.popup__modal {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    width: 95%;
    max-width: 970px;
    background-color: #fff
}

.popup__close {
    right: 50px;
    top: 60px
}

.modal-wrapper {
    padding: 3.125em 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.help-modal__inner {
    padding: 40px 40px 10px
}

.help-modal__title {
    text-align: left;
    font-weight: 700;
    padding-right: 30px
}

.help-modal__form {
    padding-bottom: 0
}

.polit__inner {
    padding: 60px 60px 48px 28px
}

.polit__title {
    text-align: left;
    font-weight: 700;
    padding-left: 30px
}

.polit__content {
    padding-left: 52px;
    margin-top: 30px;
    height: 473px;
    padding-right: 138px;
    overflow-y: auto;
    text-align: left
}

.polit__content ol, .polit__content ul {
    counter-reset: list
}

.polit__content ol li, .polit__content ul li {
    display: block;
    position: relative;
    line-height: 1.5;
    font-size: 12px
}

.polit__content ol ul {
    margin-top: 20px;
    display: block
}

.polit__content ol > li:before {
    counter-increment: list;
    content: counter(list) ".";
    display: block;
    font-weight: 700;
    position: absolute;
    top: 0;
    right: 100%;
    margin-right: 10px;
    font-size: 18px;
    line-height: 20px
}

.thanks__label, .thanks__text {
    font-size: 18px;
    line-height: 24px
}

.polit__content ol > li:not(:last-child) {
    margin-bottom: 30px
}

.thanks {
    max-width: none
}

.thanks__top {
    padding: 60px 200px 60px 235px
}

.thanks__label {
    font-weight: 700;
    margin-bottom: 20px
}

.thanks__text {
    padding-bottom: 39px;
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(14, 14, 14, .2)
}

.thanks__list li {
    font-size: 14px;
    line-height: 20px !important
}

.thanks__list li:not(:last-child) {
    margin-bottom: 20px
}

.thanks__line {
    margin-bottom: 50px;
    position: relative;
    background-color: #ff0400;
    height: 1px;
    margin-left: 31px
}

.thanks__line:after, .thanks__line:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    right: 100%;
    border-style: solid;
    position: absolute
}

.thanks__line:after {
    top: -.5px;
    margin-right: -1.1px;
    border-width: 12px 14.5px 0;
    border-color: #fff transparent transparent
}

.thanks__line:before {
    top: 0;
    margin-right: -2px;
    border-width: 14px 15.5px 0;
    border-color: #ff0400 transparent transparent
}

.thanks__close {
    margin-top: -50px;
    top: 0;
    right: 0
}

.thanks__title {
    text-align: left;
    font-weight: 700;
    margin-bottom: 34px
}

.thanks__bottom {
    margin: 0 !important;
    border-top: 1px solid rgba(14, 14, 14, .2);
    padding: 30px 30px 38px
}

.thanks__bottom .header__right {
    display: block !important
}

.parsley-error {
    border-color: #f6504d !important
}

.parsley-errors-list {
    display: none;
    margin: 5px 0 0;
    padding: 0;
    position: absolute;
    top: 100%
}

.parsley-errors-list.filled {
    display: block
}

.parsley-errors-list > li {
    font-size: 12px;
    list-style: none;
    color: #f6504d
}

@media screen and (max-width: 999px) {
    .thanks__top {
        padding: 30px 40px 30px 30px
    }

    .thanks__label {
        text-align: left
    }
}

@media screen and (max-width: 720px) {
    .footer_single {
        margin-top: 2.5em
    }

    .popup__close {
        right: 20px;
        top: 30px
    }

    .polit__title {
        font-size: 22px;
        margin-bottom: 28px;
        padding-left: 10px
    }

    .polit__content {
        height: 435px;
        padding-right: 25px;
        padding-left: 24px
    }

    .polit__content ol > li:before {
        margin-right: 5px
    }

    .polit__inner {
        padding: 30px 30px 30px 20px
    }

    .thanks__line {
        margin-bottom: 27px
    }

    .thanks__label {
        font-size: 12px;
        margin-bottom: 15px
    }

    .thanks__bottom {
        padding: 16px 0
    }

    .thanks__bottom .header__logo, .thanks__bottom .header__text {
        display: none
    }

    .thanks__bottom .header__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .thanks__bottom .header__right {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        margin-bottom: 3px;
        text-align: center
    }

    .thanks__bottom .header__help {
        width: 100%;
        text-align: center;
        font-size: 9px;
        line-height: 14px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .thanks__list {
        width: 100%
    }

    .thanks__list li {
        font-size: 12px;
        line-height: 14px !important
    }

    .thanks__text {
        text-align: left;
        font-size: 12px;
        line-height: 18px;
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 27px
    }

    .thanks__title {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 16px
    }
}

@media screen and (max-width: 500px) {
    .help-modal__inner {
        padding: 15px
    }

    .help-modal__title {
        margin-bottom: 20px
    }

    .help-modal__form {
        padding: 0;
        background: 0 0
    }

    .polit__content ol li {
        font-size: 9px;
        line-height: 14px !important
    }

    .polit__content ol li:not(:last-child) {
        margin-bottom: 16px
    }

    .polit__content ol ul {
        margin-top: 16px
    }

    .polit__content ol > li:before {
        font-size: 14px;
        line-height: 20px !important
    }
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-image, .fancybox-inner, .fancybox-nav, .fancybox-nav span, .fancybox-outer, .fancybox-skin, .fancybox-tmp, .fancybox-wrap, .fancybox-wrap iframe, .fancybox-wrap object {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-inner, .fancybox-outer, .fancybox-skin {
    position: relative
}

.fancybox-skin {
    background: #FFF;
    color: #444;
    text-shadow: none;
    border-radius: 4px
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5)
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-iframe, .fancybox-image {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading, .fancybox-close, .fancybox-next span, .fancybox-prev span {
    background-image: url(../images/fancybox/fancybox_sprite.png)
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060
}

.fancybox-close, .fancybox-nav, .fancybox-nav span {
    z-index: 8040;
    position: absolute;
    cursor: pointer
}

#fancybox-loading div {
    width: 44px;
    height: 44px
}

.fancybox-close {
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px
}

.fancybox-nav {
    top: 0;
    width: 40%;
    height: 100%
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
}

.fancybox-lock {
    width: auto
}

.fancybox-lock body {
    overflow: visible !important;
    height: auto
}

.fancybox-lock-test {
    overflow-y: hidden !important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(../images/fancybox/fancybox_overlay.png)
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    font-size: 14px;
    line-height: 18px;
    color: #FFF;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.slick-loading .slick-slide, .slick-loading .slick-track {
    visibility: hidden
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: 0 0;
    background: rgba(0, 0, 0, .8);
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8)
}

.slick-list, .slick-slider, .slick-track {
    position: relative;
    display: block
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading, .fancybox-close, .fancybox-next span, .fancybox-prev span {
        background-image: url(../images/fancybox/fancybox_sprite@2x.png);
        background-size: 44px 152px
    }

    #fancybox-loading div {
        background-image: url(../images/fancybox/fancybox_loading@2x.gif);
        background-size: 24px 24px
    }
}

.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    left: 0;
    top: 0
}

.slick-track:after, .slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.faq {
	padding-top: 30px;
	padding-bottom:16px;
	text-align: left;
}	
.faq__accordion {
	margin-top:-1px
}
.faq__accordion .accordion__top,
.faq__accordion .accordion__top .icon-down {
	-webkit-transition:.2s ease;
	transition:.2s ease
}
.faq__accordion .accordion__top:focus,
.faq__accordion .accordion__top:hover {
	color:#FF0600
}
.faq__accordion .accordion__top:focus .icon-down,
.faq__accordion .accordion__top:hover .icon-down {
	stroke:#FF0600
}
.accordion {
    padding-left: 7.93413%;
    padding-right: 7.93413%;
    position: relative;
    -webkit-transition: background-color ease .4s;
    transition: background-color ease .4s;
	background: #F3F3F3;
}
.accordion__top {
    height: 105px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 60px 15px 0;
    position: relative;
    cursor: pointer;
    -webkit-transition: border-bottom ease .3s;
    transition: border-bottom ease .3s;
	font-size: 20px;
	line-height: 140%;
	font-weight: 500;
}
.accordion__arrow {
    width: 2rem;
    height: 1rem;
    position: absolute;
    right: 0;
    top: 50%;
    fill: transparent;
    stroke: #0e0e0e;
    stroke-width: 2;
    margin-top: -.5rem;
    -webkit-transition: ease .25s;
    transition: ease .25s;
}
.accordion:not(:last-child) .accordion__top {
    border-bottom: 1px solid #cacaca;
}
.accordion__content {
    display: none;
    padding-bottom: 4rem;
    width: 62.38859%;
}
.accordion.is-active {
    background-color: #fff;
    z-index: 50;
}
.accordion.is-active .accordion__arrow {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}	
.accordion__line {
    border-bottom: 1px solid #ccc;
    margin-bottom: 17px;
}
.accordion__line-item {
    font-weight: 400;
    margin-bottom: 11px;
    line-height: 25px;
}
.accordion.is-active .accordion__top {
    border-bottom-color: transparent !important;
}
.accordion__line-list {
    width: 308px;
    max-width: 100%;
    padding-bottom: 13px;
    padding-top: 0 !important;
}
.accordion__line-li {
	padding-left: 32px;
	display: block;
	position: relative;
}
.accordion__line-li:before {
    content: "";
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border: 2px solid #FF0600;
    border-radius: 50%;
	background: #FF0600;
}
.accordion__line-li:not(:last-child) {
    margin-bottom: 14px;
	padding-left: 35px;
	display: block;
	position: relative;
}
.accordion__line-cell {
    max-width: 50%;
}
.content_big ol {
    list-style-type: none;
    counter-reset: num;
}
.content_big ol li {
    position: relative;
    padding-left: 35px;
	margin-bottom: 14px;
}
.content_big ol li:before {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 2rem;
	content: counter(num) ".";
	counter-increment: num;
	color: #ff0400;
}
.faq__accordion .accordion__top, .faq__accordion .accordion__top .icon-down {
    -webkit-transition: .2s ease;
    transition: .2s ease;
}
.accordion__text {
    padding-top: 23px;
	text-align: left;
}
.wrap {
    padding: 0 32px;
    max-width: 1400px;
    z-index: 15;
    margin: auto;
}
@media only screen and (max-width: 1024px) {
	.accordion__top { font-size: 18px; }
	.accordion__content { width: 100%; }
	.css-to-red { color: #FF0600 !important; }
	.css-full-mobile { width: 100% !important; max-width: 100% !important; }
}
@media only screen and (max-width: 580px) {
	.accordion__top { height: 68px; font-size: 14px; }
	.faq { background: #F3F3F3; }
	.accordion__content { padding-bottom: 19px; }
	.accordion__line-item { font-size: 12px; line-height: 17px; margin-bottom: 15px; }
	.accordion__line-cell:nth-child(2) span { display: block; }
	.accordion__text p { font-size: 12px; line-height: 140%; margin-bottom: 15px; }
	.accordion__text { padding-top: 0; }
	.accordion__line-li { font-size: 12px; line-height: 140%; padding-left: 18px !important; }
	.content ul li::before { width: 5px; height: 5px; border: none; top: 5px; background-color: #FF0600; }
	.content_big li, .content_big p { font-size: 12px; line-height: 140%; margin-bottom: 14px; }
}