html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    --main-color: #009c00;
}
body {
    margin: 0
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden], template {
    display: none
}
a {
    background-color: transparent
}
a:active, a:hover {
    outline: 0
}
abbr[title] {
    border-bottom: 1px dotted
}
b, strong {
    font-weight: 700
}
dfn {
    font-style: italic
}
h1,
.h1 {
    font-size: 2em;
    margin: .67em 0
}
mark {
    background: #ff0;
    color: #000
}
small {
    font-size: 80%
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -.5em
}
sub {
    bottom: -.25em
}
img {
    border: 0
}
svg:not(:root) {
    overflow: hidden
}
figure {
    margin: 1em 40px
}
hr {
    box-sizing: content-box;
    height: 0
}
pre {
    overflow: auto
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}
button {
    overflow: visible
}
button, select {
    text-transform: none
}
button, html input[type="button"], /* 1 */
input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled], html input[disabled] {
    cursor: default
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}
input {
    line-height: normal;
    outline: 0
}
button {
    outline: 0
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}
legend {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto
}
optgroup {
    font-weight: 700
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
td, th {
    padding: 0
}
* {
    margin: 0;
    padding: 0
}
html {
    height: 100%
}
body {
    width: 100%;
    height: 100%;
    background-color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'DIN Pro', serif
}
table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%
}
h1,
.h1 {
    color: #000;
    font-size: 35px;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    margin: 0 0 20px
}
h2, h3, h4,
.h2, .h3, .h4 {
    color: #000;
    font-size: 25px;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 15px
}
ul {
    list-style: none
}
p {
    margin: 20px 0
}
a {
    color: #000
}
a:hover {
    text-decoration: none
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    -webkit-transition-delay: 9999s;
    -webkit-transition: color 9999s ease-out, background-color 9999s ease-out
}
input::-webkit-input-placeholder {
    color: #484848;
    opacity: 1 !important
}
input::-moz-placeholder {
    color: #484848;
    opacity: 1 !important
}
input:-moz-placeholder {
    color: #484848;
    opacity: 1 !important
}
input:-ms-input-placeholder {
    color: #484848;
    opacity: 1 !important
}
textarea::-webkit-input-placeholder {
    color: #484848;
    opacity: 1 !important
}
textarea::-moz-placeholder {
    color: #484848;
    opacity: 1 !important
}
textarea:-moz-placeholder {
    color: #484848;
    opacity: 1 !important
}
textarea:-ms-input-placeholder {
    color: #484848;
    opacity: 1 !important
}
input.white::-webkit-input-placeholder {
    color: #fff;
    opacity: 1 !important
}
input.white::-moz-placeholder {
    color: #fff;
    opacity: 1 !important
}
input.white:-moz-placeholder {
    color: #fff;
    opacity: 1 !important
}
input.white:-ms-input-placeholder {
    color: #fff;
    opacity: 1 !important
}
textarea.white::-webkit-input-placeholder {
    color: #fff;
    opacity: 1 !important
}
textarea.white::-moz-placeholder {
    color: #fff;
    opacity: 1 !important
}
textarea.white:-moz-placeholder {
    color: #fff;
    opacity: 1 !important
}
textarea.white:-ms-input-placeholder {
    color: #fff;
    opacity: 1 !important
}
input.error::-webkit-input-placeholder {
    color: red;
    opacity: 1 !important
}
input.error::-moz-placeholder {
    color: red;
    opacity: 1 !important
}
input.error:-moz-placeholder {
    color: red;
    opacity: 1 !important
}
input.error:-ms-input-placeholder {
    color: red;
    opacity: 1 !important
}
textarea.error::-webkit-input-placeholder {
    color: red;
    opacity: 1 !important
}
textarea.error::-moz-placeholder {
    color: red;
    opacity: 1 !important
}
textarea.error:-moz-placeholder {
    color: red;
    opacity: 1 !important
}
textarea.error:-ms-input-placeholder {
    color: red;
    opacity: 1 !important
}
a:active, a:focus {
    outline: none
}
input, textarea {
    outline: none
}
input:active, textarea:active {
    outline: none
}
.fancybox-margin {
    margin-right: 17px
}
:focus {
    outline: none
}
.clearfix:after {
    content: "";
    display: table;
    clear: both
}
.outer {
    width: 100%;
    margin: 0 auto;
    min-width: 300px
}
.content {
    padding-top: 50px;
}
.inner {
    width: 96%;
    max-width: 1180px;
    margin: 0 auto
}
@font-face {
    font-family: 'DIN Pro';
    src: url('../fonts/DINPro-Light.eot');
    src: url('../fonts/DINPro-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/DINPro-Light.woff2') format('woff2'),
    url('../fonts/DINPro-Light.woff') format('woff'),
    url('../fonts/DINPro-Light.ttf') format('truetype'),
    url('../fonts/DINPro-Light.svg#DINPro-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'DIN Pro';
    src: url(../fonts/DINPro.eot);
    src: local('DIN Pro'), local(DINPro), url(../fonts/DINPro.eot?#iefix) format("embedded-opentype"), url(../fonts/DINPro.woff) format("woff"), url(../fonts/DINPro.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'DIN Pro';
    src: url(../fonts/DINPro-Bold.eot);
    src: local('DIN Pro Bold'), local(DINPro-Bold), url(../fonts/DINPro-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/DINPro-Bold.woff) format("woff"), url(../fonts/DINPro-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
.nofont {
    font-family: 'Arial', serif;
}
header {
    padding: 15px 0;
}
header .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.logo-and-nearlogo {
    display: flex;
    gap: 18px;
}
.logo {
    width: 106px
}
.header-description {
    font-weight: 700;
    font-size: 22px;
    line-height: 26px
}
.logo-img {
    display: block;
    max-width: 100%
}
.header-address-text {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}
.header-address-a {
    text-decoration: none;
    font-size: 13px;
    line-height: 18px;
    color: #009c00
}
.header-address-a span {
    border-bottom: 1px solid #9DCDB0
}
.header-address-a:hover span {
    border-bottom: 1px solid #009C00
}
.city-choosen {
    font-size: 14px;
    position: relative;
}
.city-choosen .city-current {
    display: inline-block;
    cursor: pointer;
    color: #009c00;
    border-bottom: 1px dashed #009c00;
    padding: 5px 0 0;
    margin-bottom: 10px;
}
.city-choosen .city-select {
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 0;
    transition: all .3s;
    max-height: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-width: 230px;
    background: #009c00;
    padding: 0;
    text-align: left;
}
.city-choosen:hover .city-select {
    padding: 0;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
}
.city-choosen .city-select a {
    display: block;
    padding: 7px 10px;
    color: #fff;
    text-decoration: none;
    transition: all .3s;
}
.city-choosen .city-select a:hover {
    background: rgba(255,255,255,0.2);
}
.city-choosen .city-select a div {
    font-size: smaller;
    color: #ddd;
}
.header-email-a {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none
}
.header-email-a:hover {
    color: #009c00
}
.header-tel-text {
    margin: 0 0 1px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 13px;
    line-height: 18px;
    display: block
}
.header-tel-a {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    text-decoration: none
}
.header-tel-a:hover {
    color: #009c00
}
.header-button-wrap {
    width: 200px
}
.header-regime {
    font-size: 15px;
    line-height: 0.8;
    margin: 0 0 10px;
    display: flex;
    gap: 15px;
    align-items: center;
}
.header-regime-left {
    width: 34px;
    background: #CBD0D3;
    box-sizing: border-box;
    padding: 2px;
    border-radius: 10px
}
.firstscreen .header-regime-left {
    background: #fff;
}
.header-regime-left-cont {
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    background: #009c00;
    width: 16px;
    height: 16px;
    margin-left: calc(100% - 16px)
}
.header-button {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 19px;
    border-radius: 20px;
    padding: 6px 20px 7px;
    width: 100%
}

.header-counter {
    display: flex;
    align-items: flex-start;
    font: 400 13px/1.1 'DIN Pro', serif;
    font-style: normal;
    color: #000000;
    margin-top: 10px;
}
.header-counter b {
    font-weight: 600;
}
.header-counter .point {
    position: relative;
    top: 5px;
    display: inline-block;
    width: 8px;
    min-width: 8px;
    heighT: 8px;
    border-radius: 50%;
    background: #FF2618;
    margin-righT: 12px;
}
.header-counter .point::after {
    content: "";
    display: block;
    width: 15px;
    heighT: 15px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: glow-red 1.5s linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    background: #FF2618aa;
    filter: blur(5px);
}
.popup-form {
    display: none;
    background: #fff;
    padding: 34px 40px 43px;
    width: 410px;
    border-radius: 15px
}
.popup-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    margin: 0 0 30px
}
.form-placeholder {
    display: block;
    color: rgba(0, 0, 0, 0.6);
    font-size: 15px;
    line-height: 19px;
    margin: 0
}
.form-placeholder.white {
    color: rgba(255, 255, 255, 0.4)
}
.popup-undertitle {
    color: #212121;
    font-size: 20px;
    line-height: 26px;
    margin: 2px 0 15px
}
.form-label {
    display: block;
    margin: 0 auto 18px;
    box-sizing: border-box;
    width: 100%
}
.form-input {
    border: 0;
    border-bottom: 1px solid #E9E9E9;
    box-sizing: border-box;
    font-size: 22px;
    padding: 6px 1% 13px 0;
    width: 100%;
    background: transparent
}
.form-input.white {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3)
}
.form-button-wrapper {
    box-sizing: border-box;
    margin: 0 auto
}
.green-button,
.form-button,
.transparent-button {
    box-sizing: border-box;
    border: 2px solid #009C00;
    background-color: #009C00;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    transition: all .3s;
    display: inline-block;
    padding: 6px 20px 7px;
    font-size: 12px;
}
.green-button:hover,
.form-button:hover,
.transparent-button:hover {
    background-color: #fff;
    color: #000
}
.form-button {
    letter-spacing: 1px;
    width: 100%;
    border-radius: 33px;
    font-weight: 700;
    padding: 10px 20px;
}
.errors_block {
    display: none
}
.form-input.error {
    border-color: red
}
.privacy_head {
    margin: 20px 0 0
}
.form_label_checkbox {
    font-size: 0;
    display: block;
    position: relative;
    margin: 25px 0;
    cursor: pointer;
    user-select: none
}
.form_label_checkbox input {
    position: absolute;
    opacity: 0
}
.form_label_checkbox .checkmark {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    box-sizing: border-box;
    background: #3F3F43;
    border-radius: 100%
}
.form_label_checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none
}
.form_label_checkbox input:checked ~ .checkmark:after {
    display: block
}
.form_label_checkbox .checkmark:after {
    content: '';
    background: url(../img/check_galka.png) no-repeat;
    background-size: 100%;
    left: 5px;
    top: 7px;
    width: 10px;
    height: 7px
}
.form_label_checkbox .label_txt {
    text-decoration: underline
}
.checkmark-text {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 13px;
    width: calc(100% - 34px);
    font-size: 10px;
    line-height: 15px
}
.white .checkmark-text {
    color: rgba(255, 255, 255, 0.4)
}
.white .label_txt {
    color: rgba(255, 255, 255, 0.4)
}
.form_label_checkbox .form_checkbox.error ~ .checkmark-text, .form_label_checkbox .form_checkbox.error ~ .checkmark-text .label_txt {
    color: red !important
}
.privacy_p {
    margin: 10px 0;
    font-size: 15px
}
.firstscreen {
    background: #DBDEE0 url(../img/first_man.jpg) no-repeat;
    background-position: right top;
    background-size: auto 100%
}
.first-content {
    padding: 36px 0 50px
}
.first-content .inner {
    position: relative
}
.first-up-text {
    background: #fff;
    text-align: center;
    border-radius: 20px;
    width: 280px;
    box-sizing: border-box;
    padding: 6px 5px 10px;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 24px
}
.all-titles {
    font-size: 52px;
    line-height: 57px;
    font-weight: 700;
    margin: 0
}
h1.all-titles,
.h1.all-titles {
    padding-bottom: 50px;
}
.all-titles.white {
    color: #fff
}
.all-titles.tac {
    text-align: center
}
.all-titles span {
    color: #009c00
}
.all-undertitles.tac {
    text-align: center
}
.all-undertitles {
    font-size: 24px;
    line-height: 30px;
    margin: 18px 0 0
}
.first-content .all-undertitles {
    font-size: 26px;
    line-height: 30px;
    margin: 30px 0 0
}
.first-left {
    width: 67%
}
.first-bullits {
    font-size: 0;
    width: 88%;
    margin: 37px 0 0
}
.first-bullit {
    display: inline-block;
    vertical-align: top;
    margin: 0 30px 37px 0;
    width: calc((100% - 30px) / 2)
}
.first-bullit.last {
    margin-right: 0
}
.first-bullit-left {
    height: 3px;
    width: 28px;
    display: inline-block;
    vertical-align: top;
    background: #009c00;
    margin-top: 12px
}
.first-bullit-text {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 0 20px;
    width: calc(100% - 48px)
}
.first-bullit-text span {
    font-weight: 700
}
.first-line {
    margin: 11px 0 36px;
    width: 88%;
    height: 2px;
    background: #fff
}
.first-bottom-bullits {
    margin: 27px 0 0
}
.first-bottom-bullit {
    font-size: 0;
    margin: 5px 0 0
}
.first-bottom-bullit-left {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 7px solid #009C00;
    border-bottom: 4px solid transparent;
    margin-top: 5px
}
.first-bottom-bullit-text {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    line-height: 25px;
    margin: 0 0 0 13px;
    width: calc(100% - 20px)
}
.last .first-bottom-bullit-text {
    font-weight: 700;
    color: #009c00
}
.first-right {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 14px 17px;
    width: 410px
}
.first-right:before {
    position: absolute;
    display: block;
    content: '';
    background: url(../img/first_pen.png) no-repeat;
    width: 52px;
    height: 31px;
    right: 97px;
    top: -8px;
    z-index: 2
}
.first-right:after {
    position: absolute;
    display: block;
    content: '';
    background: url(../img/first_dogovor.png) no-repeat;
    width: 245px;
    height: 288px;
    right: -107px;
    top: -141px;
    z-index: 1
}
.first-right-img {
    display: inline-block;
    vertical-align: middle
}
.first-right-text {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 20px;
    font-size: 15px;
    line-height: 20px
}
.first-form-wrap {
    border-radius: 0 0 25px 25px;
    background: no-repeat url(../img/form_bg.jpg) center top;
    background-size: cover;
    box-sizing: border-box;
    padding: 70px 63px 70px 72px;
    font-size: 0
}
.first-form-left {
    display: inline-block;
    vertical-align: top;
    margin: -10px 50px 0 0;
    width: calc(100% - 372px)
}
.first-form {
    display: inline-block;
    vertical-align: top;
    width: 322px
}
.first-form-title {
    color: #fff;
    font-size: 40px;
    line-height: 45px;
    margin: 0 0 45px
}
.first-form-title span {
    font-weight: 700
}
.first-form-jurist {
    margin-bottom: 30px;
}
.first-form-jurist-img {
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%
}
.first-form-jurist-info {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 45px;
    font-size: 16px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.5)
}
.first-form-jurist-info span {
    display: block;
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 20px
}
.debts {
    padding: 37px 0 78px
}
.debts .inner {
    position: relative
}
.debts .inner:after {
    position: absolute;
    display: block;
    content: '';
    background: url(../img/debts_circles.png) no-repeat;
    width: 721px;
    height: 637px;
    left: calc((100% - 721px) / 2);
    top: -151px;
    z-index: -1;
}
.debts .all-titles {
    position: absolute;
    top: 25px;
    width: 100%;
    z-index: 2
}
.debts .all-titles:after {
    display: block;
    position: absolute;
    content: '';
    height: 3px;
    width: 58px;
    bottom: -46px;
    left: calc((100% - 58px) / 2);
    background: #009c00
}
.debts-bullits {
    position: relative;
    z-index: 1
}
.debts-bullits-row {
    font-size: 0;
    box-sizing: border-box
}
.debts-bullits-row.second {
    padding: 0 147px;
    margin: -46px 0 0
}
.debts-bullits-row.third {
    padding: 0 314px;
    margin: -68px 0 0
}
.debts-bullits-row.last {
    margin: -128px 0 0
}
.debts-bullit {
    float: left;
    text-align: center
}
.debts-bullit.last {
    float: right
}
.last .debts-bullit {
    float: none;
    display: block;
    margin: 0 auto
}
.debts-bullit-img {
    border-radius: 100%
}
.debts-bullit-text {
    margin: 13px 0 0;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700
}
.advantages {
    padding: 70px 0 46px;
    background: url(../img/advantages_bg.jpg) no-repeat;
    background-position: center top;
    background-size: cover
}
.advantages-wrap {
    font-size: 0;
    margin: 75px 0 0
}
.advantages-table {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 343px)
}
.table {
    display: table;
    table-layout: fixed;
    width: 100%;
    font-size: 20px;
    line-height: 28px
}
.table .green {
    color: #009c00;
    font-weight: 700
}
.tbody {
    font-weight: 500;
    font-size: 20px
}
.table-row {
    position: relative;
    display: table-row;
    table-layout: fixed
}
.table-one {
    display: table-cell;
    width: 24.5%;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 19px 2% 28px 0;
    font-weight: 700
}
.table-between {
    display: table-cell;
    width: 1.5%;
    position: relative;
    padding: 19px 2% 28px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}
.table-two {
    display: table-cell;
    width: 37%;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 19px 2% 28px
}
.table-three {
    display: table-cell;
    width: 37%;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 19px 2% 28px
}
.tbody .table-two {
    color: #fff;
    background: #000;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    padding: 13px 5% 16px;
    border-radius: 15px
}
.tbody .table-three {
    color: #fff;
    background: #009C00;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    padding: 13px 5% 16px;
    border-radius: 15px
}
.tbody .table-one, .tbody .table-two, .tbody .table-between, .tbody .table-three {
    border-bottom: none
}
.last .table-one, .last .table-two, .last .table-between, .last .table-three {
    border-bottom: none
}
.advantages-right {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 43px;
    width: 300px;
    box-sizing: border-box;
    border-radius: 15px;
    background: #000 no-repeat url(../img/advantages_last_bg.png) left bottom;
    color: #fff;
    padding: 25px 22px 284px 27px
}
.advantages-right-title {
    font-weight: 700;
    font-size: 29px;
    line-height: 34px;
    margin: 0 0 22px
}
.advantages-right-text {
    margin: 19px 0 0;
    position: relative;
    font-size: 20px;
    line-height: 26px
}
.advantages-right-text:before {
    position: absolute;
    display: block;
    content: '';
    background: #009c00;
    width: 12px;
    height: 3px;
    left: -33px;
    top: 11px
}
.results {
    padding: 64px 0 127px
}
.results-cont {
    margin: 142px 0 0;
    font-size: 0
}
.result-item {
    display: inline-block;
    vertical-align: top;
    background: #f4f5f5;
    border-radius: 15px 15px 0 0;
    box-sizing: border-box;
    padding: 0 40px 22px;
    text-align: center;
    width: 29%;
    position: relative
}
.result-item:after {
    display: block;
    content: '';
    position: absolute;
    background: url(../img/result_after.png) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    width: 100%;
    height: 33px;
    left: 0;
    bottom: -33px
}
.result-item:nth-child(2):after {
    height: 38px;
    bottom: -38px
}
.result-item:nth-child(2) {
    margin: 0 50px;
    width: calc(42% - 100px);
    padding: 0 40px 40px
}
.result-item-img {
    display: block;
    margin: -40px auto 0
}
.second .result-item-img {
    margin: -70px auto 0
}
.result-item-text {
    margin: 28px 0 0;
    font-size: 20px;
    line-height: 24px
}
.second .result-item-text {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px
}
.results-after {
    padding: 70px 0 100px;
    background: url(../img/result_bg.jpg) no-repeat;
    background-position: right top;
    background-size: cover
}
.results-after-undertitle {
    font-size: 30px;
    line-height: 40px;
    margin: 60px 0 70px
}
.results-after-cont {
    background: no-repeat url(../img/form_bg.jpg) center top;
    background-size: cover;
    box-sizing: border-box;
    border-radius: 15px;
    padding: 64px 60px 88px 90px;
    max-width: 880px
}
.results-after-cont-title {
    color: #fff;
    font-weight: 700;
    font-size: 42px;
    line-height: 57px;
    margin: 0 0 56px
}
.results-after-button {
    display: block;
    width: 100%;
    max-width: 404px;
    padding: 23px 1%;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 33px
}
.reasons {
    padding: 70px 0 95px
}
.reasons + .reasons {
    padding: 0 0 95px
}
.reasons-cont {
    font-size: 0;
    margin: 100px 0 0
}
.reasons-item {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 0 0;
    width: calc((100% - 40px) / 3);
    border-radius: 15px;
    position: relative;
    box-sizing: border-box;
    padding: 228px 40px 47px;
    min-height: 606px
}
.reasons-item:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 255px;
    -webkit-background-size: 100%;
    background-size: 100%;
    top: -60px;
    left: 0
}
.reasons-item.first:before {
    background: url(../img/reason_1.png) no-repeat
}
.reasons-item.second:before {
    background: url(../img/reason_2.png) no-repeat
}
.reasons-item.third:before {
    background: url(../img/reason_3.png) no-repeat
}
.reasons-item.first {
    background: #eee
}
.reasons-item.second {
    background: #292929
}
.reasons-item.third {
    margin-right: 0;
    background: #009c00
}
.reasons-item-title {
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    line-height: 32px;
    margin: 0
}
.first .reasons-item-title, .first .reasons-item-text {
    color: #000
}
.reasons-item-text {
    color: #fff;
    font-size: 23px;
    line-height: 30px;
    margin: 18px 0 30px
}
.reasons-item-button {
    display: block;
    width: 100%;
    padding: 23px 1%;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 33px
}
.second .reasons-item-button {
    color: #fff
}
.third .reasons-item-button {
    border: 2px solid #fff;
    color: #fff
}
.third .reasons-item-button:hover {
    border: 2px solid #292929;
    background: #292929
}
.reasons-form-wrap {
    border-radius: 15px;
    background: no-repeat url(../img/form_bg.jpg) center top;
    background-size: cover;
    box-sizing: border-box;
    padding: 70px 63px 70px 72px;
    font-size: 0;
    margin: 20px 0 0
}
.reasons-form-title {
    font-weight: 700;
    font-size: 65px;
    line-height: 38px;
    color: #fff;
    margin: 0
}
.reasons-form-undertitle {
    font-size: 24px;
    line-height: 32px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0 0 30px;
}
.reasons-form-wrap .first-form-title {
    font-size: 38px;
    line-height: 42px;
    margin: 40px 0 32px
}
.steps {
    padding: 66px 0 83px;
    background: url(../img/steps_bg.jpg) no-repeat;
    background-position: center top;
    background-size: cover
}
.steps-cont {
    margin: 32px 0 0;
    font-size: 0
}
.step-item {
    display: inline-block;
    vertical-align: top;
    margin: 94px 20px 0 0;
    width: calc((100% - 40px) / 3);
    background: #fff;
    border-radius: 15px;
    box-sizing: border-box;
    padding: 0 30px 30px;
    height: 270px;
    text-align: center
}
.step-item.last {
    margin-right: 0
}
.step-item-img {
    display: block;
    border-radius: 100%;
    margin: -50px auto 0
}
.step-item-number {
    margin: 29px 0 8px;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 15px;
    color: rgba(0, 0, 0, 0.7);
    letter-spacing: 1px
}
.step-item-title {
    font-size: 22px;
    line-height: 30px;
    margin: 0
}
.step-item-title span {
    font-weight: 700
}
.step-item-text {
    margin: 10px 0 0;
    font-size: 15px;
    line-height: 24px
}
.step-bullits {
    margin: 77px 0 0
}
.step-bullit {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width: calc((100% - 40px) / 3);
    padding-right: 25px;
    margin: 0 20px 0 0
}
.step-bullit.last {
    margin-right: 0
}
.step-bullit-line {
    display: inline-block;
    vertical-align: top;
    margin: 12px 20px 0 0;
    width: 28px;
    height: 3px;
    background: #009c00
}
.step-bullit-text {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    font-size: 18px;
    line-height: 26px;
    width: calc(100% - 58px)
}
.reviews {
    padding: 83px 0 40px;
    background: url(../img/reviews_bg.jpg) no-repeat;
    background-position: center top;
    background-size: cover;
}
.reviews .inner {
    position: relative
}
.reviews-read-wrap {
    display: block;
    cursor: pointer;
    position: absolute;
    z-index: 2;
    transition: border 0.15s;
    right: 0;
    top: 14px;
    box-sizing: border-box;
    width: 380px;
    border-radius: 15px;
    border: 2px dashed rgba(255, 255, 255, 0.2);
    padding: 40px 25px 40px 35px;
    font-size: 0
}
.reviews-read-wrap:hover {
    border: 2px solid #fff;
    box-shadow: 8px 6px 15px rgba(255, 255, 255, 0.1);
}
.reviews-read-img {
    display: inline-block;
    vertical-align: top
}
.reviews-read-text {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    margin: -4px 0 0 33px;
    width: calc(100% - 77px)
}
.reviews-slider .slick-prev {
    background: url(../img/sprite.png) no-repeat scroll -5px -5px;
    width: 64px;
    height: 64px;
    left: -160px;
    top: 50%;
    position: absolute;
    z-index: 100
}
.reviews-slider .slick-next {
    background: url(../img/sprite.png) no-repeat scroll -5px -79px;
    width: 64px;
    height: 64px;
    right: -160px;
    top: 50%;
    position: absolute;
    z-index: 100
}
.reviews-slider .slick-prev:hover {
    background-position: -5px -301px
}
.reviews-slider .slick-next:hover {
    background-position: -5px -375px
}
.review-theme {
    color: #fff;
    margin: 0;
    font-weight: 700;
    font-size: 52px;
    line-height: 57px
}
.reviewer-name {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    margin: 32px 0 61px
}
.review-title {
    color: #fff;
    margin: 0;
    font-weight: 700;
    font-size: 22px;
    line-height: 32px
}
.review-text {
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    line-height: 26px;
    margin: 16px 0 17px
}
.review-line {
    height: 1px;
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    margin: 30px 0 26px
}
.review-cont {
    font-size: 0
}
.review-info {
    display: inline-block;
    vertical-align: top;
    margin: 0 50px 0 0;
    width: calc(100% - 550px)
}
.review-img {
    display: inline-block !important;
    vertical-align: top;
    border-radius: 15px;
    width: 500px;
    margin: 10px 0 0
}
.review-pdf-wrap {
    margin: 44px 0 54px
}
.review-pdf-img {
    display: inline-block !important;
    vertical-align: middle
}
.review-pdf-a {
    text-decoration: none;
    color: #009c00;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px
}
.review-pdf-a span {
    border-bottom: 1px solid rgba(0, 156, 0, 0.2)
}
.review-pdf-a:hover span {
    border-bottom: 1px solid #009c00
}
.review-pdf-right {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    padding: 2px 8px;
    border-radius: 9px;
    text-align: center;
    text-transform: uppercase;
    background: #009c00;
    margin: 2px 0 0
}
.review-quote-wrap {
    display: none;
}
.review-quote-wrap:after {
    position: absolute;
    display: block;
    content: '';
    width: 67px;
    height: 57px;
    right: 60px;
    bottom: 0;
    background: url(../img/review_quote.png) no-repeat
}
.review-quote-text {
    margin: 0;
    color: rgba(0, 0, 0, 0.7);
    font-size: 15px;
    line-height: 24px;
    position: relative;
    z-index: 1
}
.review-quote-name {
    margin: 15px 0 0;
    font-size: 18px;
    line-height: 24px;
    position: relative;
    z-index: 1
}
.channels {
    padding: 77px 0 165px
}
.channels-items {
    margin: 82px 0 67px;
    font-size: 0
}
.channels-item {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% / 5)
}
.channels-item-img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}
.channels-slide {
    margin: 0 10px
}
.channel-video {
    display: block;
    height: 270px;
    border-radius: 15px
}
.channels-slider {
    margin: 74px 0 0
}
.channels-slider .slick-dots {
    bottom: -93px
}
.channels-slider .slick-dots li {
    border: 1px solid transparent
}
.channels-slider .slick-dots li.slick-active {
    border: 1px solid #009C00
}
.channels-slider .slick-dots li button {
    background: #E8E8E8;
    border: 0
}
.channels-slider .slick-dots li.slick-active button {
    background: #009C00
}
.channels-slider .slick-prev {
    background: url(../img/sprite.png) no-repeat scroll -5px -5px;
    width: 64px;
    height: 64px;
    left: -153px;
    top: 50%;
    position: absolute;
    z-index: 100
}
.channels-slider .slick-next {
    background: url(../img/sprite.png) no-repeat scroll -5px -79px;
    width: 64px;
    height: 64px;
    right: -153px;
    top: 50%;
    position: absolute;
    z-index: 100
}
.channels-slider .slick-prev:hover {
    background-position: -5px -301px
}
.channels-slider .slick-next:hover {
    background-position: -5px -375px
}
.about {
    padding: 70px 0 94px;
    background: #EFECEB url(../img/about_bg_3.jpg) no-repeat;
    background-position: right top;
    background-size: auto 100%;
}
.about-text {
    width: 76%;
    margin: 52px 0 66px;
    font-size: 21px;
    line-height: 30px;
    color: #6B6B6A
}
.about-bullits {
    font-size: 0
}
.about-bullit {
    display: inline-block;
    vertical-align: top;
    margin: 0 17px 0 0;
    width: calc((100% - 34px) / 3);
    box-sizing: border-box;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(5px);
    padding: 22px 20px 32px 35px
}
.about-bullit.last {
    margin-right: 0
}
.about-bullit-img {
    display: block
}
.about-bullit-text {
    margin: 17px 0 0;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px
}
.interview {
    padding: 75px 0 87px;
    background: url(../img/interview_bg.jpg) center top no-repeat;
    background-size: cover
}
.interview .inner {
    font-size: 0
}
.interview-left {
    display: inline-block;
    vertical-align: top;
    margin: 0 40px 0 0;
    width: calc(100% - 490px)
}
.interview-title {
    color: #fff;
    margin: 0;
    font-size: 40px;
    line-height: 44px;
    font-weight: 700
}
.interview-undertitle {
    color: #fff;
    margin: 43px 0 39px;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700
}
.interview-text {
    position: relative;
    box-sizing: border-box;
    padding-left: 35px;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    margin: 0
}
.interview-text:before {
    position: absolute;
    display: block;
    content: '';
    width: 12px;
    height: 2px;
    background: #009c00;
    left: 0;
    top: 15px
}
.interview-video {
    display: inline-block;
    vertical-align: top;
    width: 450px;
    border-radius: 15px
}
.crew {
    padding: 65px 0 170px
}
.crew-slider {
    margin: 76px 0 0
}
.crew-slide {
    margin: 0 10px;
    box-sizing: border-box;
    border: 1px solid #EFECEB;
    border-radius: 18px
}
.crew-slide:hover {
    background: #f6f4f3;
    border: 1px solid #f6f4f3
}
.crew-img {
    display: block;
    width: 100%;
    border-radius: 15px
}
.crew-info {
    box-sizing: border-box;
    padding: 20px 25px 30px
}
.crew-name {
    margin: 0;
    font-weight: 700;
    font-size: 21px;
    line-height: 30px
}
.crew-age {
    font-size: 14px;
    line-height: 17px;
    color: rgba(0, 0, 0, 0.7);
    margin: 5px 0 15px
}
.crew-feature {
    font-size: 15px;
    line-height: 19px;
    min-height: 38px;
    margin: 10px 0 0
}
.crew-feature-left {
    display: inline-block;
    vertical-align: top;
    width: 45%;
}
.crew-feature-right {
    display: inline-block;
    vertical-align: top;
    text-align: right;
    width: 55%;
    font-size: 15px;
    line-height: 19px;
    font-weight: 700
}
.crew-button {
    display: block;
    width: 100%;
    padding: 16px 20px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 33px;
    margin: 23px 0 0
}
.crew-slider .slick-dots {
    bottom: -93px
}
.crew-slider .slick-dots li {
    border: 1px solid transparent
}
.crew-slider .slick-dots li.slick-active {
    border: 1px solid #009C00
}
.crew-slider .slick-dots li button {
    background: #E8E8E8;
    border: 0
}
.crew-slider .slick-dots li.slick-active button {
    background: #009C00
}
.crew-slider .slick-prev {
    background: url(../img/sprite.png) no-repeat scroll -5px -5px;
    width: 64px;
    height: 64px;
    left: -153px;
    top: 157px;
    position: absolute;
    z-index: 100
}
.crew-slider .slick-next {
    background: url(../img/sprite.png) no-repeat scroll -5px -79px;
    width: 64px;
    height: 64px;
    right: -153px;
    top: 157px;
    position: absolute;
    z-index: 100
}
.crew-slider .slick-prev:hover {
    background-position: -5px -301px
}
.crew-slider .slick-next:hover {
    background-position: -5px -375px
}
.sertificates {
    padding: 70px 0 85px;
    background: url(../img/sertificates_bg.jpg) no-repeat;
    background-position: center top;
    background-size: cover
}
.sertificates-slider {
    margin: 72px 0 0
}
.sertificates-slider .slick-prev {
    background: url(../img/sprite.png) no-repeat scroll -5px -153px;
    width: 64px;
    height: 64px;
    left: -153px;
    top: 40%;
    position: absolute;
    z-index: 100
}
.sertificates-slider .slick-next {
    background: url(../img/sprite.png) no-repeat scroll -5px -227px;
    width: 64px;
    height: 64px;
    right: -153px;
    top: 40%;
    position: absolute;
    z-index: 100
}
.sertificates-slider .slick-prev:hover {
    background-position: -5px -301px
}
.sertificates-slider .slick-next:hover {
    background-position: -5px -375px
}
.sertificates-slide {
    margin: 0 10px;
    text-align: center
}
.sertificate-img {
    display: block;
    width: 100%;
    border-radius: 15px
}
.sertificate-text {
    margin: 34px 0 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px
}
.faq {
    padding: 68px 0 0
}
.faq-cont {
    margin: 74px 0 70px
}
.faq-element {
    cursor: pointer;
    border-bottom: 1px solid #E9E9E9;
    padding: 13px 0 17px
}
.faq-element.first {
    border-top: 1px solid #E9E9E9
}
.faq-question {
    margin: 0;
    width: calc(100% - 50px);
    padding-right: 50px;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    text-decoration: none
}
.faq-question span {
    display: block;
    box-sizing: border-box
}
.faq-question:after {
    content: "";
    background: url(../img/faq_open.png) no-repeat;
    width: 38px;
    height: 38px;
    display: block;
    position: absolute;
    right: 0;
    top: -2px;
    z-index: 2
}
.faq-element.opened {
    border-top: 1px solid #009C00;
    border-bottom: 1px solid #009C00
}
.faq-element.opened.last {
    border-bottom: none
}
.faq-element.opened .faq-question:after {
    background: url(../img/faq_close.png) no-repeat
}
.faq-element.opened .faq-question {
    color: #009c00
}
.faq-answer-p {
    font-size: 16px;
    line-height: 26px;
    margin: 12px 0 0;
    padding-bottom: 5px
}
.faq-answer {
    display: none
}
.faq-form-wrap {
    margin: 70px 0 0;
    background: no-repeat url(../img/faq_form_bg.jpg) center top;
    background-size: cover;
    box-sizing: border-box;
    padding: 51px 37% 84px 75px;
    border-radius: 15px
}
.faq-form-labels {
    font-size: 0
}
.faq-form-label {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 30px 0 0;
    width: calc((100% - 30px) / 2)
}
.faq-form-label.last {
    margin-right: 0
}
.faq-form .form-label {
    margin: 0 0 25px
}
.textarea-input {
    display: block;
    resize: none;
    min-height: 80px
}
.faq-form {
    margin: 46px 0 0
}
.faq-form .form-button {
    max-width: 320px
}
.faq-form .form_label_checkbox {
    margin: 37px 0
}
.contacts {
    padding: 70px 0 74px
}
h1 + .contacts,
.h1 + .contacts {
    padding-top: 0;
}
h1 + .contacts .tabs,
.h1 + .contacts .tabs {
    margin-top: 0;
}
.tabs {
    text-align: center;
    margin: 63px 0 72px;
    font-size: 0
}
.tabsli {
    cursor: pointer;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 15px 0 0;
    width: calc((100% - 60px) / 4);
    padding-top: 18px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 18px;
    border-bottom: 1px solid #E9E9E9
}
.tabsli.active {
    border-bottom: 1px solid #009C00;
    color: #009c00
}
/*.tabsli.last{margin-right:0}*/
.tabsfon {
    display: none;
    opacity: 0;
    -webkit-animation: fadein .3s ease-in forwards;
    -o-animation: fadein .3s ease-in forwards;
    animation: fadein .3s ease-in forwards;
    width: 100%;
    position: relative
}
.tabsfon.active {
    display: block
}
@-o-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
@-ms-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
@-moz-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
@-webkit-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
@keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
.map {
    display: block;
    height: 395px;
    width: 100%;
    border-radius: 15px
}
.map-address-wrap {
    position: absolute;
    top: 50px;
    right: 45px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(5px);
    box-sizing: border-box;
    text-align: center;
    padding: 24px 20px 27px;
    width: 310px
}
.map-address {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 5px
}
.map-address-tel {
    text-decoration: none;
    font-weight: 700;
    font-size: 31px;
    line-height: 35px
}
.map-bottom {
    font-size: 0;
    margin: 70px 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.map-form-wrap {
    display: inline-block;
    vertical-align: top;
    margin: -9px 130px 0 0;
    width: calc(100% - 480px)
}
.map-soc-wrap {
    display: inline-block;
    vertical-align: top;
    width: 350px;
    box-sizing: border-box;
    border-radius: 15px;
    background: #192a3e;
    text-align: center;
    padding: 31px 20px 40px
}
.map-soc-text {
    color: #fff;
    margin: 0 0 30px;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px
}
.map-soc-a {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px
}
.map-soc-img {
    border-radius: 100%;
    width: 48px;
}
.map-form .form-label {
    margin: 0
}
.map-form .form-button {
    max-width: 320px
}
footer {
    margin-top: 60px;
    padding: 60px 0;
    background: no-repeat url(../img/footer_bg.jpg) 50% 50%;
    background-size: cover !important;
}
footer .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.underfooter {
    padding: 20px 0
}
.underfooter-copyright {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 22px;
    width: 46%;
    margin: 0
}
.footer-policy-a-wrap {
    display: inline-block;
    vertical-align: middle;
    margin: 0 1%;
    width: 21%
}
.footer-policy-a {
    color: #009C00;
    text-decoration: none;
    font-size: 16px;
    line-height: 22px
}
.footer-policy-a:hover {
    color: #000
}
.footer-convert {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    width: 30%;
    font-size: 16px;
    line-height: 22px
}
.footer-contacts {
    margin-top: 10px;
    font-size: 16px;
}
.footer-contacts .map-address {
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    margin: 5px 0;
}
.footer-contacts .map-address-tel {
    font-size: 24px;
    line-height: 1;
}
footer .header-address-text br {
    display: none;
}
.convert_p {
    margin: 0;
    display: inline-block;
    vertical-align: middle
}
.convert_logo {
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    color: #009C00
}
.convert_logo:hover {
    color: #000
}
.thanks-body header {
    background: url(../img/footer_bg.jpg) no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 30px 0
}
.thank-you-mainscreen {
    padding: 70px 0
}
.thank-you-button {
    display: block;
    width: 100%;
    max-width: 320px;
    padding: 20px 1%;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 33px;
    margin: 60px 0 0
}
.page-404 .thank-you-button {
    margin: 0 auto;
}
/* cases page start */
.cases-page {
    padding: 45px 0 150px;
}
h1 + .cases-page,
.h1 + .cases-page {
    padding-top: 0;
}
.cases-page-tit {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 40px;
    text-align: center;
}
.cases-page-layout {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px 0;
}
.cases-page-layout > * {
    width: calc(25% - 20px);
    margin: 0 10px 40px;
}
.cases-page-el {
    position: relative;
    height: 330px;
    border-radius: 16px;
    overflow: hidden;
}
.cases-page-el-bg {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.cases-page-el-bot {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    background: linear-gradient(90.4deg, #74D500 28.62%, #00C600 86.59%);
}
.cases-page-el-number {
    font: 400 13px/15px 'Karla', serif;
    font-style: normal;
    color: #fff;
}
.cases-page-el-amount {
    font: 800 16px/19px 'Karla', serif;
    font-style: normal;
    color: #fff;
}
.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.cases-page-more {
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: #009C00;
    border-bottom: 1px solid #009C00;
    text-decoration: none;
}
.cases-page-more:hover {
    border-color: #00000000;
}
.area-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: center/cover no-repeat;
}
@keyframes glow-red {
    0% {
        background: #FF261844;
    }
    100% {
        background: #FF2618aa;
    }
}
@-webkit-keyframes glow-red {
    0% {
        background: #FF261844;
    }
    100% {
        background: #FF2618aa;
    }
}
@-moz-keyframes glow-red {
    0% {
        background: #FF261844;
    }
    100% {
        background: #FF2618aa;
    }
}
@-o-keyframes glow-red {
    0% {
        background: #FF261844;
    }
    100% {
        background: #FF2618aa;
    }
}
.g-recaptcha {
    margin-bottom: 16px;
}
body.fixed-header {
    padding-top: 150px;
}
body.fixed-header header {
    position: fixed;
    z-index: 900;
    top: 0;
    left: 0;
    right: 0;
    background: #FFFFFF;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.07);
    height: 150px;
    padding: 15px 0;
}
body.fixed-header header .header-regime-left {
    background: #CBD0D3;
}
.benefits {
    position: relative;
    padding: 25px 0 80px;
}
.benefits .inner {
    position: relative;
    z-index: 10;
}
.benefits-head {
    margin-bottom: 30px;
}
.benefits-table {
    display: table;
    margin-bottom: 65px;
}
.benefits-table-row {
    display: table-row;
}
.benefits-table-row.head .benefits-table-cell {
    vertical-align: bottom;
}
.benefits-table-cell {
    display: table-cell;
}
.benefits-table-row:not(:last-child) .benefits-table-cell:not(:first-child) {
    border-bottom: 1px solid #CECECE;
}
.benefits-table-cell {
    padding: 15px 25px 15px 0;
    font: 400 15px/19px 'DIN Pro', serif;
    font-style: normal;
    color: #000000;
    vertical-align: top;
}
.benefits-table-cell.head {
    padding-top: 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
}
.benefits-table-cell:first-child {
    padding-righT: 45px;
}
.benefits-table-cell:nth-child(3) {
    width: 180px;
}
.benefits-special-text {
    width: min-content;
    font: 700 14px/18px 'DIN Pro', serif;
    font-style: normal;
    color: #FFFFFF;
    padding: 10px 20px;
    background: #000000;
    border-radius: 15px;
}
.benefits-special-text.green {
    background: #009C00;
}
.benefits-limits {
    color: #FFFFFF;
    border-radius: 20px;
    padding: 25px 35px 75px;
    background-size: auto 100%;
    background: #000000 no-repeat bottom right;
}
.benefits-limits-tit {
    font-weight: 700;
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 25px;
}
.benefits-limits-text {
    position: relative;
    max-width: 555px;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px;
}
.benefits-limits-text:last-child {
    margin-bottom: 0;
}
.benefits-limits-text::before {
    content: "";
    display: block;
    width: 12px;
    heighT: 3px;
    background: #009C00;
    position: absolute;
    left: -35px;
    top: 12px;
}

.pricelist-table {
    margin: 40px 0 80px;
}
.pricelist-table td:first-child,
.pricelist-table th:first-child {
    text-align: left;
    padding: 4px 10px 4px 0;
    vertical-align: top;
}
.pricelist-table td:last-child,
.pricelist-table th:last-child {
    text-align: center;
    white-space: nowrap;
    vertical-align: top;
    padding: 4px 0;
}
.pricelist-table th:first-child,
.pricelist-table th:last-child {
    padding-bottom: 10px;
}

@media screen and (max-width: 1800px) {
    .firstscreen {
        background-position: 124% top
    }
    .about {
        background-position: 78% top
    }
}
@media screen and (max-width: 1600px) {
    .results-after {
        background-position: center top
    }
    .reviews-slider .slick-prev, .channels-slider .slick-prev, .crew-slider .slick-prev, .sertificates-slider .slick-prev {
        left: -108px
    }
    .reviews-slider .slick-next, .channels-slider .slick-next, .crew-slider .slick-next, .sertificates-slider .slick-next {
        right: -108px
    }
    .about {
        background-position: 69% top
    }
}
@media screen and (max-width: 1400px) {
    .firstscreen {
        background: #DBDEE0 url(../img/first_man_2.jpg) no-repeat;
        background-position: right top;
        background-size: auto 100%
    }
    .first-right:after {
        background-size: 100%;
        width: 193px;
        height: 228px;
        right: -23px;
        top: -94px
    }
    .reasons-item-text {
        font-size: 22px
    }
    .reviews {
        padding: 83px 0 145px;
        background-size: cover
    }
    .reviews-slider .slick-prev, .channels-slider .slick-prev, .crew-slider .slick-prev, .sertificates-slider .slick-prev {
        left: 0;
        top: auto;
        bottom: -145px
    }
    .reviews-slider .slick-next, .channels-slider .slick-next, .crew-slider .slick-next, .sertificates-slider .slick-next {
        right: 0;
        top: auto;
        bottom: -145px
    }
    /*.about{background:#EFECEB url(../img/about_bg_2.jpg) no-repeat;background-position:right top}*/
    .about-text {
        width: 68%;
        margin: 38px 0 48px
    }
    .sertificates {
        padding: 70px 0 145px
    }
}
@media screen and (max-width: 1200px) {
    .header-email-a {
        font-size: 19px
    }
    .firstscreen {
        background: #DBDEE0
    }
    .first-left {
        width: 100%
    }
    .first-right:after {
        right: -16px
    }
    .debts .all-titles {
        position: relative;
        top: auto
    }
    .debts-bullit-img {
        width: 120px
    }
    .debts-bullit-text {
        font-size: 18px
    }
    .debts-bullit, .debts-bullit.last {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin: 0 1%;
        width: 48%
    }
    .debts-bullits-row {
        padding: 0 !important;
        margin: 30px 0 0 !important;
        display: inline-block;
        vertical-align: top;
        width: 50%
    }
    .debts-bullits {
        font-size: 0;
        text-align: center
    }
    .debts-bullits-row.last {
        width: 25%
    }
    .debts-bullits {
        margin: 60px 0 0
    }
    .reasons-form-wrap .first-form-title {
        font-size: 36px
    }
    .result-item:nth-child(2) {
        margin: 0 30px;
        width: calc(42% - 60px)
    }
    .step-item-text {
        line-height: 22px
    }
    .step-item-title {
        font-size: 20px;
        line-height: 26px
    }
    .step-bullit {
        padding-right: 0
    }
    .reviews-read-wrap {
        width: 310px;
        padding: 20px
    }
    .about {
        background: #EFECEB
    }
    .about-text {
        width: 100%
    }
    .faq-form-wrap {
        padding: 51px 33% 84px 50px
    }
    .map-form-wrap {
        margin: -9px 80px 0 0;
        width: calc(100% - 430px)
    }
    .benefits-table-cell {
        padding: 15px 15px 15px 0;
    }
    .benefits-table-cell:first-child {
        padding-righT: 15px;
    }
    .benefits-table-cell:last-child {
        padding-righT: 0;
    }
    .benefits-table-cell.head {
        font-size: 18px;
        line-height: 22px;
    }
    .benefits-special-text {
        width: auto;
    }
    .benefits-limits {
        background-size: auto 70%;
    }
}
@media screen and (max-width: 1100px) {
    .cases-page-layout > * {
        width: calc(33.3333% - 20px);
    }
    .cases-page-el {
        height: calc((96vw - 40px) * 1.1785 / 3);
    }
    .cases-page-tit {
        font-size: 32px;
        line-height: 42px;
    }
}
@media screen and (max-width: 980px) {
    .desktop-only {
        display: none !important;
    }
    .logo-and-nearlogo {
        gap: 10px;
    }
    .logo {
        width: 70px
    }
    .header-description {
        font-size: 17px;
        line-height: 20px
    }
    .header-address-text {
        font-size: 17px;
        line-height: 20px;
    }
    .header-email-a {
        font-size: 15px;
        line-height: 19px
    }
    .header-button-wrap {
        width: 180px;
    }
    .header-counter {
        font-size: 12px;
    }
    footer .header-address-text br {
        display: inline;
    }
    .footer-contacts {
        font-size: 14px;
    }
    .footer-contacts .map-address {
        font-size: 16px;
    }
    .footer-contacts .map-address-tel {
        font-size: 18px;
    }
    .first-bottom-bullit-text {
        font-size: 18px;
        line-height: 22px
    }
    .first-right {
        width: 373px
    }
    .first-right:after {
        width: 142px;
        height: 168px;
        right: 3px;
        top: -36px
    }
    .first-form {
        width: 250px
    }
    .first-form-left {
        margin: -10px 30px 0 0;
        width: calc(100% - 280px)
    }
    .first-form-wrap {
        padding: 45px
    }
    .advantages-right {
        margin: 0 0 0 20px;
        width: 270px
    }
    .advantages-table {
        width: calc(100% - 290px)
    }
    .table {
        font-size: 16px;
        line-height: 19px
    }
    .advantages-right-title {
        font-size: 24px;
        line-height: 30px
    }
    .result-item:nth-child(2) {
        margin: 0 15px;
        width: calc(38% - 30px);
        padding: 0 25px 30px
    }
    .result-item {
        padding: 0 25px 22px;
        width: 31%
    }
    .result-item-text {
        font-size: 17px;
        line-height: 19px
    }
    .second .result-item-text {
        font-size: 18px;
        line-height: 23px
    }
    .reasons-item, .reasons-item.third {
        display: block;
        margin: 0 0 20px;
        width: 100%;
        padding: 30px 350px 40px 35px;
        min-height: 1px
    }
    .reasons-item.first:before, .reasons-item.second:before, .reasons-item.third:before {
        background-size: 100%;
        width: 320px;
        right: 0;
        left: auto;
        top: 53px
    }
    .reasons-form-wrap {
        padding: 50px 45px
    }
    .reasons-form-wrap .first-form-title br {
        display: none
    }
    .step-item {
        padding: 0 17px 20px;
        height: 270px
    }
    .step-item-text {
        line-height: 20px;
        margin: 6px 0 0
    }
    .step-bullit-text {
        font-size: 16px;
        line-height: 21px
    }
    .reviews-read-wrap {
        max-width: 450px;
        width: 100%;
        padding: 20px;
        position: relative;
        top: auto;
        margin: 0 0 30px
    }
    .review-info {
        display: block;
        width: 100%
    }
    .review-img {
        display: block !important;
        width: 350px;
        margin: 30px auto 0
    }
    .all-titles {
        font-size: 45px;
        line-height: 51px
    }
    .about-bullit-text {
        font-size: 19px;
        line-height: 21px
    }
    .interview-left {
        display: block;
        margin: 0;
        width: 100%
    }
    .interview-video {
        display: block;
        width: 450px;
        margin: 35px auto 0
    }
    .crew-info {
        padding: 15px 15px 20px
    }
    .all-titles br {
        display: none
    }
    .review-theme {
        font-size: 45px;
        line-height: 52px
    }
    .faq-form-wrap {
        padding: 40px 28% 60px 40px;
        background-position: 68% top
    }
    .contacts .faq-form-label {
        display: block;
        margin: 0 0 20px;
        width: 100%
    }
    .tabsli {
        font-size: 16px;
        line-height: 22px;
    }
    .benefits-table-row:not(:last-child) .benefits-table-cell {
        border-bottom: 1px solid #CECECE;
    }
    .benefits-table-cell.head {
        padding-top: 15px;
    }
    .benefits-table-cell:nth-child(1) {
        width: 25%;
    }
    .benefits-table-cell:nth-child(2),
    .benefits-table-cell:nth-child(3) {
        width: 37%;
    }
    .benefits-special-text {
        text-align: center;
        padding: 10px;
    }
    .benefits-limits {
        background-size: auto 230px;
        padding-bottom: 135px;
    }
}
@media screen and (min-width: 981px) {
    .mobile-only {
        display: none !important;
    }
}
@media screen and (max-width: 800px) {
    .cases-page-layout > * {
        width: calc(50% - 20px);
    }
    .cases-page-el {
        height: calc((96vw - 40px) * 1.1785 / 2);
    }
}
@media screen and (max-width: 768px) {
    .header-description {
        display: none;
    }
    .header-tel-a {
        font-size: 22px
    }
    .first-content .all-undertitles {
        font-size: 23px;
        line-height: 27px;
        margin: 25px 0 0
    }
    .first-bullits {
        width: 100%
    }
    .first-right {
        width: 255px
    }
    .first-right:before, .first-right:after {
        display: none
    }
    .first-form-left {
        margin: 0 0 30px;
        width: 100%;
        display: block
    }
    .first-form {
        width: 100%;
        max-width: 400px;
        display: block;
        margin: 0 auto
    }
    .first-form-jurist-img {
        width: 100px
    }
    .debts .inner:after {
        display: none
    }
    .debts-bullits {
        text-align: left
    }
    .last .debts-bullit {
        width: 100%
    }
    .advantages-table {
        width: 100%;
        display: block
    }
    .advantages-right {
        margin: 0;
        display: block;
        width: 100%;
        padding: 25px 22px 137px 27px
    }
    .result-item-img, .second .result-item-img {
        display: block;
        margin: -40px auto 0;
        width: 80px
    }
    .result-item-text, .second .result-item-text {
        margin: 13px 0 0;
        font-size: 16px;
        line-height: 19px
    }
    .results-cont {
        margin: 82px 0 0
    }
    .results {
        padding: 64px 0 85px
    }
    .results-after {
        background-position: left top
    }
    .results-after-undertitle {
        font-size: 24px;
        line-height: 34px;
        margin: 30px 0 40px
    }
    .results-after-cont {
        padding: 40px 40px 50px
    }
    .results-after-cont-title {
        font-size: 33px;
        line-height: 44px;
        margin: 0 0 40px
    }
    .results-after {
        padding: 70px 0
    }
    .reasons-cont {
        margin: 50px 0 0
    }
    .reasons-item, .reasons-item.third {
        padding: 30px 250px 40px 35px
    }
    .reasons-item.first:before, .reasons-item.second:before, .reasons-item.third:before {
        width: 253px
    }
    .steps-cont {
        text-align: center
    }
    .step-item, .step-item.last {
        margin: 50px 1% 0;
        height: 194px;
        width: 48%
    }
    .step-item-img {
        margin: -35px auto 0;
        width: 70px
    }
    .step-item-number {
        margin: 17px 0 8px
    }
    .step-item-title {
        font-size: 17px;
        line-height: 21px
    }
    .step-bullit, .step-bullit.last {
        padding-right: 0;
        display: block;
        width: 100%;
        text-align: left;
        margin: 10px 0 0
    }
    .step-bullits {
        margin: 40px 0 0
    }
    .about-bullit {
        padding: 17px 17px 20px
    }
    .about-bullit-text {
        font-size: 17px;
        line-height: 20px
    }
    .about-text {
        margin: 27px 0 40px;
        font-size: 18px;
        line-height: 27px
    }
    .about {
        padding: 70px 0 75px
    }
    .faq-form-label, .faq-form-label.last {
        display: block;
        margin: 0;
        width: 100%
    }
    .faq-form {
        margin: 30px 0 0
    }
    .faq-form-wrap {
        padding: 30px 14% 34px 35px;
        background-position: 68% top
    }
    .map-address-wrap {
        padding: 17px 20px 15px
    }
    .map-soc-wrap {
        width: 300px;
        padding: 18px 12px 25px
    }
    .map-soc-text {
        margin: 0 0 20px;
        font-size: 19px;
        line-height: 25px
    }
    .map-form-wrap {
        margin: -9px 30px 0 0;
        width: calc(100% - 330px)
    }
    .popup-title {
        font-size: 29px;
        line-height: 33px;
        margin: 0 0 25px
    }
    .form-input {
        font-size: 20px
    }
    .underfooter-copyright, .footer-policy-a, .footer-convert {
        font-size: 14px;
        line-height: 18px
    }
    .contacts {
        padding: 70px 0 55px
    }
    .map-bottom {
        margin: 50px 0 0
    }
    .pricelist-table td:first-child,
    .pricelist-table th:first-child,
    .pricelist-table td:last-child,
    .pricelist-table th:last-child {
        font-size: 13px;
    }
}
@media screen and (max-width: 640px) {
    .fancybox-margin {
        margin-right: 0 !important
    }
    .popup-form {
        box-sizing: border-box;
        width: 100%;
        padding: 10px 10px 15px;
        max-width: 400px !important
    }
    .privacy_head {
        margin: 10px 0 0;
        font-size: 18px
    }
    .privacy_p {
        margin: 5px 0;
        font-size: 12px;
        line-height: 15px
    }
    .privacy-p {
        margin: 5px 0;
        font-size: 12px;
        line-height: 15px
    }
    .wrapper {
        padding: 20px 0
    }
    header {
        padding: 12px 0;
        position: relative;
    }
    header .inner {
        gap: 0 20px;
    }
    header .header-counter,
    header .header-description br,
    header .header-address-text,
    header .header-tel-text,
    header .header-regime {
        display: none;
    }
    .logo {
        width: 60px
    }
    body:not(.fixed-header) header .header-address {
        position: absolute;
        right: 13px;
        top: 45px;
    }
    header .header-button-wrap {
        width: auto;
        max-width: 130px;
    }
    .header-email-a {
        font-size: 14px;
        line-height: 17px
    }
    .header-tel-a {
        font-size: 18px;
        line-height: 25px
    }
    .header-button {
        font-size: 10px;
        line-height: 17px;
        padding: 6px 6px 7px
    }
    header .header-info {
        grid-row: span 2;
    }

    body:not(.fixed-header) .city-choosen .city-select {
        min-width: auto;
        left: auto;
        right: 0;
    }
    .city-choosen .city-current {
        font-size: 12px;
    }
    footer .inner {
        flex-direction: column;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        gap: 30px;
        text-align: center;
    }
    .popup-title {
        font-size: 25px;
        line-height: 27px;
        margin: 0 0 20px
    }
    .form-placeholder {
        font-size: 14px;
        line-height: 17px
    }
    .form-label {
        margin: 0 auto 15px
    }
    .form-input {
        font-size: 18px
    }
    .form_label_checkbox {
        margin: 17px 0
    }
    .thanks-body header {
        padding: 10px 0
    }
    .first-content {
        padding: 20px 0
    }
    .first-up-text {
        width: 200px;
        padding: 3px 2px 7px;
        font-size: 15px;
        line-height: 21px;
        margin: 0 0 11px
    }
    .all-titles {
        font-size: 27px;
        line-height: 31px
    }
    .all-undertitles, .first-content .all-undertitles {
        font-size: 18px;
        line-height: 23px;
        margin: 12px 0 0
    }
    .first-bullits {
        margin: 20px 0 0
    }
    .first-bullit {
        display: block;
        margin: 0 0 15px;
        width: 100%
    }
    .first-bullit-left {
        height: 2px;
        width: 17px;
        margin-top: 9px
    }
    .first-bullit-text {
        font-size: 16px;
        line-height: 20px;
        margin: 0 0 0 13px;
        width: calc(100% - 30px)
    }
    .first-line {
        margin: 17px 0 14px;
        width: 100%
    }
    .first-bottom-bullits {
        margin: 17px 0 0
    }
    .first-bottom-bullit-text {
        font-size: 16px;
        line-height: 20px;
        margin: 0 0 0 11px;
        width: calc(100% - 18px)
    }
    .first-right-img {
        width: 27px
    }
    .first-right {
        width: 220px;
        position: relative;
        bottom: auto;
        right: auto;
        margin: 20px 0 0;
        padding: 12px
    }
    .first-right-text {
        margin: 0 0 0 13px;
        font-size: 14px;
        line-height: 18px
    }
    .first-form-screen {
        background: url(../img/form_bg.jpg) no-repeat;
        background-position: center top;
        background-size: cover
    }
    .first-form-wrap {
        padding: 20px 0;
        background: none;
        border-radius: 0
    }
    .first-form-title {
        margin: 0 0 20px;
        font-size: 27px;
        line-height: 31px
    }
    .first-form-left {
        margin: 0 0 25px
    }
    .first-form-jurist-img {
        width: 75px
    }
    .first-form-jurist-info {
        margin: 0 0 0 20px
    }
    .first-form-jurist-info span {
        font-size: 19px;
        line-height: 25px;
        margin: 0 0 5px
    }
    .debts-bullits {
        margin: 30px 0 0
    }
    .debts .all-titles:after {
        bottom: -20px
    }
    .debts-bullits-row {
        margin: 21px 0 0 !important;
        width: 100%
    }
    .debts-bullit-img {
        width: 100px
    }
    .debts-bullit-text {
        margin: 7px 0 0;
        font-size: 16px;
        line-height: 19px
    }
    .debts-bullits-row.last {
        width: 100%
    }
    .advantages-wrap {
        margin: 25px 0 0
    }
    .table {
        font-size: 13px;
        line-height: 17px
    }
    .tbody .table-two {
        font-size: 13px;
        line-height: 16px;
        padding: 9px 5% 10px
    }
    .tbody .table-three {
        font-size: 13px;
        line-height: 16px;
        padding: 9px 5% 10px;
        border-radius: 15px
    }
    .table-one, .table-two, .table-three {
        padding: 12px 2% 16px 0
    }
    .advantages-right {
        padding: 17px 20px 137px
    }
    .advantages-right-title {
        font-size: 19px;
        line-height: 23px;
        margin: 0 0 16px
    }
    .advantages-right-text {
        margin: 8px 0 0;
        font-size: 15px;
        line-height: 20px
    }
    .advantages-right-text:before {
        left: -25px;
        top: 8px
    }
    .result-item-img, .second .result-item-img {
        display: block;
        margin: 0 auto;
        width: 60px
    }
    .result-item-text, .second .result-item-text {
        margin: 11px 0 0;
        font-size: 15px;
        line-height: 18px
    }
    .result-item, .result-item:nth-child(2) {
        padding: 15px 15px 20px;
        width: 100%;
        display: block;
        margin: 0 0 20px;
        border-radius: 15px;
    }
    .result-item:after {
        display: none;
    }
    .results-cont {
        margin: 20px 0 0
    }
    .results-after-undertitle {
        font-size: 17px;
        line-height: 23px;
        margin: 17px 0 26px
    }
    .results-after-undertitle br {
        display: none
    }
    .results-after-cont {
        padding: 20px 20px 25px
    }
    .results-after-cont-title {
        font-size: 20px;
        line-height: 25px;
        margin: 0 0 25px
    }
    .results-after-button {
        padding: 14px 1%
    }
    .reasons-cont {
        margin: 25px 0 0
    }
    .reasons-item.first:before, .reasons-item.second:before, .reasons-item.third:before {
        display: none
    }
    .reasons-item, .reasons-item.third {
        padding: 20px 17px 30px
    }
    .reasons-item-title {
        font-size: 20px;
        line-height: 25px
    }
    .reasons-item-text {
        font-size: 16px;
        line-height: 20px;
        margin: 12px 0 18px
    }
    .reasons-item-button {
        padding: 15px 1%;
        font-size: 11px
    }
    .reasons-form-wrap {
        padding: 20px 15px
    }
    .reasons-form-wrap .first-form-title {
        font-size: 20px;
        line-height: 25px;
        margin: 0 0 20px
    }
    .reasons-form-title {
        font-size: 27px;
        line-height: 30px
    }
    .reasons-form-undertitle {
        font-size: 18px;
        line-height: 22px
    }
    .step-item, .step-item.last {
        margin: 20px auto 0;
        height: auto;
        width: 100%;
        display: block;
        max-width: 400px;
        padding: 13px 17px 20px
    }
    .step-item-img {
        margin: 0 auto;
        width: 50px
    }
    .step-item-title {
        font-size: 16px;
        line-height: 20px
    }
    .step-item-number {
        font-size: 11px;
        line-height: 12px;
        margin: 14px 0 4px
    }
    .steps-cont {
        margin: 25px 0 0
    }
    .step-bullit-text {
        font-size: 15px;
        line-height: 20px;
        width: calc(100% - 30px)
    }
    .step-bullit-line {
        margin: 10px 15px 0 0;
        width: 15px;
        height: 2px
    }
    .step-bullits {
        margin: 20px 0 0
    }
    .reviews-read-img {
        width: 30px
    }
    .reviews-read-text {
        font-size: 16px;
        line-height: 21px;
        margin: -4px 0 0 20px;
        width: calc(100% - 50px)
    }
    .reviews-read-wrap {
        padding: 15px;
        margin: 0 0 60px
    }
    .review-theme {
        font-size: 21px;
        line-height: 27px
    }
    .review-theme br {
        display: none
    }
    .reviewer-name {
        font-size: 16px;
        line-height: 23px;
        margin: 12px 0 22px
    }
    .review-title {
        font-size: 18px;
        line-height: 23px
    }
    .review-text {
        font-size: 16px;
        line-height: 20px;
        margin: 11px 0
    }
    .review-line {
        margin: 19px 0 16px
    }
    .review-pdf-img {
        width: 17px
    }
    .review-pdf-a {
        font-size: 14px;
        line-height: 20px;
        margin: 0 11px
    }
    .review-pdf-right {
        font-size: 10px;
        padding: 0 7px
    }
    .review-pdf-wrap {
        margin: 17px 0 21px
    }
    .review-quote-wrap {
        padding: 15px 15px 20px
    }
    .review-quote-text {
        font-size: 15px;
        line-height: 19px
    }
    .review-quote-name {
        margin: 6px 0 0;
        font-size: 16px;
        line-height: 20px
    }
    .review-img {
        width: 350px;
        max-width: 90%;
        margin: 20px auto 0
    }
    .reviews-slider {
        margin: 0 auto 60px
    }
    .reviews-slider .slick-dots {
        bottom: -50px
    }
    .reviews-slider .slick-dots li {
        border: 1px solid transparent
    }
    .reviews-slider .slick-dots li.slick-active {
        border: 1px solid #009C00
    }
    .reviews-slider .slick-dots li button {
        background: #E8E8E8;
        border: 0
    }
    .reviews-slider .slick-dots li.slick-active button {
        background: #009C00
    }
    .channels-slider .slick-prev, .crew-slider .slick-prev, .sertificates-slider .slick-prev, .reviews-slider .slick-prev:hover, .channels-slider .slick-prev:hover, .crew-slider .slick-prev:hover, .sertificates-slider .slick-prev:hover {
        background: url(../img/prev_1.png) no-repeat;
        width: 40px;
        height: 40px;
        bottom: -80px
    }
    .channels-slider .slick-next, .crew-slider .slick-next, .sertificates-slider .slick-next, .reviews-slider .slick-next:hover, .channels-slider .slick-next:hover, .crew-slider .slick-next:hover, .sertificates-slider .slick-next:hover {
        background: url(../img/next_1.png) no-repeat;
        width: 40px;
        height: 40px;
        bottom: -80px
    }
    .reviews-slider .slick-prev, .reviews-slider .slick-prev:hover {
        background: url(../img/prev_1.png) no-repeat;
        width: 40px;
        height: 40px;
        bottom: auto;
        top: -25px
    }
    .reviews-slider .slick-next, .reviews-slider .slick-next:hover {
        background: url(../img/next_1.png) no-repeat;
        width: 40px;
        height: 40px;
        bottom: auto;
        top: -25px
    }
    .channels-item {
        width: calc(80% / 5);
        margin: 0 2%
    }
    .channels-items {
        margin: 25px 0 17px
    }
    .channels-slider {
        margin: 22px auto 60px
    }
    .channels-slider .slick-dots {
        bottom: -50px
    }
    .about-text {
        margin: 18px 0 22px;
        font-size: 15px;
        line-height: 20px
    }
    .about-bullit, .about-bullit.last {
        text-align: center;
        display: block;
        width: 100%;
        max-width: 350px;
        margin: 15px auto 0
    }
    .about-bullit-img {
        display: block;
        height: 40px;
        margin: 0 auto
    }
    .about-bullit-text {
        font-size: 15px;
        line-height: 18px;
        margin: 11px 0 0
    }
    .interview-title {
        font-size: 27px;
        line-height: 31px
    }
    .interview-undertitle {
        margin: 20px 0 25px;
        font-size: 19px;
        line-height: 24px
    }
    .interview-text {
        padding-left: 26px;
        font-size: 16px;
        line-height: 20px;
        margin: 5px 0 0
    }
    .interview-text:before {
        top: 10px
    }
    .interview-video {
        width: 308px;
        margin: 25px auto 0
    }
    .crew-slider {
        margin: 30px auto 60px
    }
    .crew-slider .slick-dots {
        bottom: -50px
    }
    .crew-img {
        max-width: 250px;
        margin: 17px auto 0
    }
    .crew-name {
        font-size: 19px;
        line-height: 26px
    }
    .crew-feature {
        font-size: 14px;
        line-height: 18px;
        min-height: 1px;
    }
    .crew-button {
        padding: 14px 20px;
        font-size: 11px;
        margin: 20px 0 0
    }
    .slick-dots li {
        margin: 0 7px !important
    }
    .sertificates-slider {
        margin: 22px auto 60px
    }
    .sertificate-img {
        max-width: 350px;
        margin: 0 auto
    }
    .sertificate-text {
        margin: 15px 0 0;
        font-size: 15px;
        line-height: 20px
    }
    .sertificates-slider .slick-dots {
        bottom: -50px
    }
    .sertificates-slider .slick-dots li {
        border: 1px solid transparent
    }
    .sertificates-slider .slick-dots li.slick-active {
        border: 1px solid #009C00
    }
    .sertificates-slider .slick-dots li button {
        background: #E8E8E8;
        border: 0
    }
    .sertificates-slider .slick-dots li.slick-active button {
        background: #009C00
    }
    .faq {
        padding: 20px 0 0
    }
    .faq-answer-p {
        font-size: 15px;
        line-height: 19px;
        margin: 10px 0 0;
        padding-bottom: 4px
    }
    .faq-question {
        font-size: 17px;
        line-height: 21px
    }
    .faq-question:after {
        top: -7px
    }
    .faq-cont {
        margin: 27px 0 0
    }
    .faq-form-wrap {
        padding: 17px 17px 20px;
        background-position: left top;
        margin: 25px 0 0
    }
    .faq-form {
        margin: 25px 0 0
    }
    .faq-form .form_label_checkbox {
        margin: 22px 0
    }
    .tabsli {
        margin: 0 6px 0 0;
        width: calc((100% - 24px) / 4);
        font-size: 9px;
        line-height: 11px;
        padding-bottom: 7px;
        padding-top: 7px;
    }
    .map {
        height: 230px
    }
    .map-address-wrap {
        padding: 15px 0;
        position: relative;
        top: auto;
        right: auto;
        background: none;
        border-radius: 0;
        width: auto
    }
    .map-address {
        font-size: 18px;
        line-height: 23px
    }
    .map-address-tel {
        font-size: 23px;
        line-height: 24px
    }
    .map-bottom {
        justify-content: center;
        text-align: center;
    }
    .map-form-wrap {
        margin: 0 0 20px;
        width: 100%;
        display: block
    }
    .map-soc-wrap {
        width: 300px;
        padding: 15px 12px 20px;
        display: block;
        margin: 0 auto
    }
    .tabs {
        margin: 25px 0 22px
    }
    .map-soc-text {
        margin: 0 0 17px;
        font-size: 15px;
        line-height: 20px
    }
    .map-soc-img {
        width: 40px
    }
    .underfooter {
        padding: 12px 0
    }
    .underfooter-copyright, .footer-policy-a, .footer-convert {
        font-size: 13px;
        line-height: 15px
    }
    .underfooter-copyright {
        display: block;
        width: 100%;
        text-align: center
    }
    .footer-policy-a-wrap {
        display: block;
        margin: 10px 0;
        width: 100%;
        text-align: center
    }
    .footer-convert {
        display: block;
        text-align: center;
        width: 100%
    }
    .footer-menu {
        margin-top: 20px;
    }
    .fancybox-close-small {
        top: 9px;
        right: 18px
    }
    .thank-you-button {
        max-width: 240px;
        padding: 16px 1%;
        font-size: 11px;
        margin: 20px 0 0;
    }
    .header-counter .point {
        width: 6px;
        min-width: 6px;
        height: 6px;
        margin-righT: 8px;
    }
    body.fixed-header {
        padding-top: 59px;
    }
    body.fixed-header header {
        height: 47px;
    }
    body.fixed-header header .inner {
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    body.fixed-header header .header-counter,
    body.fixed-header header .header-regime,
    body.fixed-header header .header-info,
    body.fixed-header header .header-description {
        display: none;
    }
    .benefits-table-cell,
    .benefits-table-cell.head,
    .benefits-special-text {
        font-size: 13px;
        line-height: 16px;
    }
    .benefits-table-cell:first-child,
    .benefits-table-cell {
        padding-righT: 8px;
    }
    .benefits-limits {
        padding: 20px 20px 145px;
    }
    .benefits-limits-tit {
        font-size: 19px;
        line-height: 23px;
        margin: 0 0 16px;
    }
    .benefits-limits-text {
        margin: 8px 0 0;
        font-size: 15px;
        line-height: 20px;
    }
    .benefits-limits-text::before {
        left: -20px;
        top: 9px;
    }
}
@media screen and (max-width: 500px) {
    .cases-page-layout {
        margin: 0;
    }
    .cases-page-layout > * {
        width: 100%;
        margin: 0 0 40px;
    }
    .cases-page-el {
        height: calc(96vw * 1.1785);
    }
    .cases-page-tit {
        font-size: 24px;
        line-height: 32px;
    }
}
@media screen and (max-width: 400px) {
    header .header-info {
        display: none;
    }
}
@media screen and (max-width: 300px) {
    .cases-page-el {
        height: 340px;
    }
}


article ul,
article ol {
    margin: 20px 0;
    padding-left: 15px;
}
article ul {
    list-style-type: disc;
}