/*!
flatlamb
Version 1.0.0
Author site: http://flatlamb.ru
*/
@-webkit-keyframes rotate {
    0% {
        stroke-dashoffset: 590;
    }
    to {
        stroke-dashoffset: 1000;
    }
}

@keyframes rotate {
    0% {
        stroke-dashoffset: 590;
    }
    to {
        stroke-dashoffset: 1000;
    }
}

@-webkit-keyframes loader-09 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes loader-09 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@font-face {
    font-family: "MullerRegular";
    src: url(/assets/fonts/MullerRegular.woff2) format("woff2"), url(/assets/fonts/MullerRegular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "MullerMedium";
    src: url(/assets/fonts/MullerMedium.woff2) format("woff2"), url(/assets/fonts/MullerMedium.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "MullerBold";
    src: url(/assets/fonts/MullerBold.woff2) format("woff2"), url(/assets/fonts/MullerBold.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "MullerExtraBold";
    src: url(/assets/fonts/MullerExtraBold.woff2) format("woff2"), url(/assets/fonts/MullerExtraBold.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "MullerHeavy";
    src: url(/assets/fonts/MullerHeavy.woff2) format("woff2"), url(/assets/fonts/MullerHeavy.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "MullerBlack";
    src: url(/assets/fonts/MullerBlack.woff2) format("woff2"), url(/assets/fonts/MullerBlack.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family: "MullerLight";
    src: url(/assets/fonts/MullerLight.woff2) format("woff2"), url(/assets/fonts/MullerLight.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "MullerUltraLight";
    src: url(/assets/fonts/MullerUltraLight.woff2) format("woff2"), url(/assets/fonts/MullerUltraLight.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "SFProDisplay";
    src: url(/assets/fonts/SFProDisplay-Bold.woff2) format("woff2"), url(/assets/fonts/SFProDisplay-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
}
body,
html {
    width: 100%;
    margin: 0;
    font-family: "MullerRegular", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
    color: #000;
}

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

p,
ul {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
}

::selection {
    background: #02c0f3;
    color: #fff;
}

::-moz-selection {
    background: #02c0f3;
    color: #fff;
}

a {
    text-decoration: none;
    outline: 0;
    color: #333;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

a:active,
a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
    color: #02c0f3 !important;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wrapper,
section {
    position: relative;
}

/*
margin-top вернуть на 74 px
*/
@media (max-width: 1200px) {
/*
    .wrapper {
        margin-top: 84px;
    }
*/
}

.content-wrapper {
    min-height: 500px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

section {
    z-index: 100;
}

.section {
    padding: 40px 0 40px 0;
}
.section-flamp{
	padding: 20px 0 50px 0;
}
@media (max-width: 767px) {
	.section-flamp{
		padding: 60px 0 40px 0 !important;
	}
	.section {
		padding: 40px 0 40px 0;
	}
	.section-office{
		padding-bottom: 40px;
	}
}

.padding-bottom-0 {
    padding-bottom: 0;
}

.section-banner {
    position: relative;
    padding: 0;
}

.section--dark {
    background-color: #141829;
}

.d-flex {
    display: flex;
}

.title {
    margin-bottom: 50px;
    font-family: "MullerBold", Helvetica, Arial, sans-serif;
    font-size: 48px;
    text-align: center;
    letter-spacing: 1px;
    color: #3e3e3f;
}

@media (max-width: 991px) {
    .title {
        margin-bottom: 30px;
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .title {
        font-size: 28px;
    }
}

.title--light {
    color: #fff;
}

.subtitle {
    margin-bottom: 100px;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    line-height: 1.8;
}

@media (max-width: 991px) {
    .subtitle {
        margin-bottom: 60px;
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .subtitle {
        margin-bottom: 45px;
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .subtitle {
        font-size: 18px;
        line-height: 1.5;
        letter-spacing: 1px;
    }
}

.c-container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}

.c-container--no-padding {
    padding-right: 0;
    padding-left: 0;
}

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

.c-container:before,
.c-row:before {
    display: table;
    content: " ";
}

.c-container:after,
.c-row:after {
    display: table;
    content: " ";
    clear: both;
}

.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-sm-12 {
    float: left;
    padding-right: 15px;
    padding-left: 15px;
}

.col-9 {
    width: 75%;
}

.col-8 {
    width: 66.66666667%;
}

.col-7 {
    width: 58.33333333%;
}

.col-6 {
    width: 50%;
}

.col-5 {
    width: 41.66666667%;
}

.col-4 {
    width: 33.33333333%;
}

.col-3 {
    width: 25%;
}

@media (max-width: 991px) {
    .col-md-6 {
        width: 50%;
    }

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

@media (max-width: 767px) {
    .col-sm-6 {
        width: 50%;
    }

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

.clear {
    clear: both;
}

.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.btn--default {
	width: 100%;
    min-width: 200px;
	border:none;
    height: 50px;
    border-radius: 50px;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#0845b2), to(#02c0f3));
    background: -o-linear-gradient(left, #0845b2 0%, #02c0f3 100%);
    background: linear-gradient(to right, #0845b2 0%, #02c0f3 100%);
    -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.3);
    -webkit-transition: background-position 1s, -webkit-box-shadow 0.5s;
    -o-transition: background-position 1s, box-shadow 0.5s;
    transition: background-position 1s, box-shadow 0.5s;
    transition: background-position 1s, box-shadow 0.5s, -webkit-box-shadow 0.5s;
}

.btn--default:hover {
    -webkit-box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.3);
    background-position: right center;
}

@media (max-width: 767px) {
    .btn--default {
        height: 45px;
    }
}

.btn--hero {
    width: 220px;
    height: 50px;
    border-radius: 50px;
    background: -webkit-gradient(linear, left top, right top, from(#fe7730), to(#fe4019));
    background: -o-linear-gradient(left, #fe7730 0%, #fe4019 100%);
    background: linear-gradient(to right, #fe7730 0%, #fe4019 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: background-position 1s, -webkit-box-shadow 0.5s;
    -o-transition: background-position 1s, box-shadow 0.5s;
    transition: background-position 1s, box-shadow 0.5s;
    transition: background-position 1s, box-shadow 0.5s, -webkit-box-shadow 0.5s;
}

@media (max-width: 480px) {
    .btn--hero {
        width: 100%;
    }
}

.hover--line {
    position: relative;
}

.hover--line:before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    opacity: 1;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transition: background 0.6s ease, -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), background 0.6s ease;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), background 0.6s ease;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), background 0.6s ease, -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}

.hover--line:hover:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
}

.slick-slide {
    padding: 0 15px;
    outline: 0;
}

.slick-dots {
    position: absolute;
    bottom: -85px;
    width: 100%;
    text-align: center;
}

.slick-dots button,
.slick-dots li {
    width: 14px;
    height: 14px;
    cursor: pointer;
}

.slick-dots li {
    position: relative;
    margin: 0 10px;
    display: inline-block;
    padding: 0;
}

.slick-dots button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 5px;
    color: transparent;
    border-radius: 20px;
    border: 1px solid #02c0f3;
    background: #02c0f3;
    opacity: 0.5;
    outline: 0;
}

.footer-top-icons__icon:hover svg path,
.slick-arrow:hover svg path,
.slick-dots .slick-active button {
    opacity: 1;
}

.slick-arrow {
    position: absolute;
    bottom: -115px;
    z-index: 100;
    padding: 15px;
    cursor: pointer;
}

.slick-arrow svg path {
    fill: #000;
    opacity: 0.7;
}

.slick-arrow--next {
    right: 0;
}

.slick-arrow--prev {
    left: 0;
}

.callback-form {
    width: 100%;
}

.footer-top {
    padding: 100px 0;
    background-color: #141829;
}

@media (max-width: 991px) {
    .footer-top {
        padding: 70px 0;
    }
}

.footer-bottom {
    padding: 50px 0;
    background-color: #101320;
    font-size: 12px;
    color: #828282;
}

.footer-bottom__el {
    line-height: 1.5;
}

.footer-bottom__el--icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .footer-bottom__el--icon {
        display: block;
    }
}

.footer-bottom__icon {
    margin-right: 60px;
}

@media (max-width: 767px) {
    .footer-bottom__icon {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .footer-top__el {
        margin-bottom: 35px;
    }
}

.footer-top__el--last {
    margin-bottom: 0;
}

.footer-top-links-list__el {
    margin-bottom: 15px;
}

.footer-top-links-list__el a {
    padding: 5px 0;
    font-size: 16px;
    color: #828282;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .footer-top-links-list__el a {
        font-size: 14px;
    }
}

.footer-top-address-city {
    position: relative;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.footer-top-address-city:hover {
    color: #02c0f3;
}

.footer-top-address-city:hover .footer-top-address-city-list,
.header-bottom-nav__el:hover .header-bottom-nav-sub,
.header-top-nav__city:hover .header-city-list {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.footer-top-address-city__text {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 18px;
    color: #fff;
}

.footer-top-address-city__text:after {
    content: "";
    position: absolute;
    right: -20px;
    top: 6px;
    display: block;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    width: 10px;
    height: 10px;
    float: right;
    -webkit-transform: translate(50%, -50%) rotate(-135deg);
    -ms-transform: translate(50%, -50%) rotate(-135deg);
    transform: translate(50%, -50%) rotate(-135deg);
}

@media (max-width: 991px) {
    .footer-top-address-city__text {
        font-size: 16px;
    }
}

.footer-top-address-city-arrow {
    right: 0;
    padding-top: 2px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.footer-top-address-city-arrow svg {
    fill: #000;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.footer-top-address-city-list {
    position: absolute;
    top: 5px;
    left: -20px;
    width: 240px;
    z-index: 102;
    padding: 20px 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.footer-top-address-city-list ul{
	padding: 20px;
    background-color: #101320;
}
.header-city-list ul {
	padding: 20px;
	background-color: #fff;
    box-shadow: 0px 0px 4px 0px #00000073;
}

.footer-top-address-city-list a {
    display: block;
    padding: 5px 0;
    color: #fff;
    font-size: 18px;
}

.footer-top-address-list {
    margin-bottom: 35px;
}

.footer-top-address-list__el {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}

.footer-top-address-list__icon {
    margin-right: 10px;
}

.footer-top-address-list__icon svg {
    fill: #828282;
}

.footer-top-address-list__addr {
    font-size: 18px;
    color: #828282;
}

@media (max-width: 991px) {
    .footer-top-address-list__addr {
        font-size: 16px;
    }
}

.footer-top-icons {
    margin-bottom: 25px;
}

.footer-top-icons__title {
    margin-bottom: 15px;
    font-size: 18px;
    color: #828282;
}

@media (max-width: 991px) {
    .footer-top-icons__title {
        font-size: 16px;
    }
}

.footer-top-icons__icon {
    margin-right: 6px;
}
.footer-top-icons__icon2{
	overflow: hidden;
	border-radius: 100%; 
    font-size: 0;
	display: inline-block;
}
.footer-top-icons__icon2 img{
	background: #fff;
    border: 2px solid transparent;
}
.footer-top-icons__icon2:hover{
	opacity: 0.7;
}
.footer-top-icons__icon:hover svg,
.header-top-nav__city:hover .header-top-nav__city-arrow svg {
    fill: #02c0f3;
}

.footer-top-icons__icon:hover svg circle {
    stroke: #02c0f3;
    opacity: 1;
}

@media (max-width: 767px) {
    .footer-top-icons__icon {
        display: inline-block;
        margin-bottom: 15px;
    }
}

.footer-top-icons__icon svg,
.footer-top-icons__icon svg circle {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.footer-top-icons__icon svg path {
    fill: #e5e5e5;
    opacity: 0.6;
}

.footer-top-icons__icon svg circle {
    stroke: #fff;
    opacity: 0.1;
}

.footer-top-contact-phone {
    margin-bottom: 20px;
}

.footer-top-contact-phone--last {
    margin-bottom: 0;
}

.footer-top-contact-phone__call {
    display: block;
    margin-bottom: 5px;
    font-size: 28px;
    color: #fff;
}

@media (max-width: 991px) {
    .footer-top-contact-phone__call {
        font-size: 24px;
    }
}

.footer-top-contact-phone__text {
    font-size: 14px;
    color: #828282;
}

.footer-top-contact-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    margin-bottom: 35px;
}

.footer-top-contact-support {
    margin-bottom: 30px;
}

.footer-top-contact-support__text {
    margin-bottom: 10px;
    font-size: 18px;
    color: #828282;
}

@media (max-width: 991px) {
    .footer-top-contact-support__text {
        font-size: 16px;
    }
}

.footer-top-contact-support__call {
    font-size: 18px;
    color: #fff;
}

@media (max-width: 991px) {
    .footer-top-contact-support__call {
        font-size: 16px;
    }
}

.form {
    width: 100%;
}

.f-row,
.f-row--align-bottom,
.f-row--vert-align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.f-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.f-row:after,
.f-row:before {
    display: table;
    content: " ";
}

.f-row--align-bottom,
.f-row--vert-align {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.f-row--align-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.f-row--align-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.f-row--align-baseline,
.f-row--align-reverse,
.f-row--align-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.f-row--align-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.f-row--align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.f-col-12,
.f-col-4,
.f-col-6,
.f-col-sm-12 {
    float: left;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 991px) {
    .f-col-12,
    .f-col-4,
    .f-col-6,
    .f-col-sm-12 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.checkbox-icon svg,
.f-col-12 {
    width: 100%;
}

.f-col-8 {
    width: 66.66%;
}

.f-col-6 {
    width: 50%;
}

.f-col-4 {
    width: 33.33%;
}

@media (max-width: 767px) {
    .f-col-sm-12 {
        width: 100%;
    }
}

.form-field {
    padding-top: 15px;
    padding-bottom: 15px;
}

.form-field--align-right {
    float: right;
}

.input-field {
    position: relative;
}

.input-field__wrap {
    width: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.input-field__wrap--dropdown {
    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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px;
    cursor: pointer;
}

.input__line {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
}

.input__line .error,
.input__line .hover {
    stroke: #fff;
    stroke-dasharray: 0, 40;
    stroke-dashoffset: -20;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.input__line .error {
    stroke: red;
    stroke-width: 2px;
}

.input-field__wrap.error ~ .input__line .error,
.input-field__wrap:hover ~ .input__line .hover {
    stroke-dasharray: 40, 0;
    stroke-dashoffset: 0;
}

.input-field__wrap.error input.input-field__text {
    border: 1px solid red;
}

.header-top-nav__city--mobile .header-top-nav__city-arrow svg,
.input-field__wrap:hover .input-field__arrow path {
    fill: #fff;
}

input.input-field__text {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    color: #fff;
    height: 50px;
    padding: 10px 20px;
    outline: 0;
    border: 1px solid #e5e5e5;
    border-radius: 50px;
    background: 0 0;
}

input.input-field__text:active,
input.input-field__text:focus,
input.input-field__text:hover,
textarea.input-field__text:active,
textarea.input-field__text:focus,
textarea.input-field__text:hover {
    border: 1px solid #fff;
}

textarea.input-field__text {
    width: 100%;
    overflow: hidden;
    white-space: pre-wrap;
    font-size: 16px;
    color: #fff;
    padding: 10px 20px;
    border: 1px solid #e5e5e5;
    outline: 0;
    background: 0 0;
}

.section-info .sale-form input.input-field__text,
input.input-field__text--black,
input.input-field__text--dark,
textarea.input-field__text--black,
textarea.input-field__text--dark {
    color: #333;
}

.section-info .sale-form input.input-field__text:active,
.section-info .sale-form input.input-field__text:focus,
.section-info .sale-form input.input-field__text:hover,
input.input-field__text--dark:active,
input.input-field__text--dark:focus,
input.input-field__text--dark:hover,
textarea.input-field__text--dark:active,
textarea.input-field__text--dark:focus,
textarea.input-field__text--dark:hover {
    border: 1px solid #333;
}

.input-field__text,
.input-field__text--dropdown {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    color: #fff;
}

.input-field__text span {
    color: #6c6d6d;
}

.input-field__arrow {
    display: inline-block;
    float: right;
}

.input-field__arrow path {
    fill: #a1a8af;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.checkbox-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.checkbox-icon {
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 15px;
    cursor: pointer;
	border: 1px solid #878992;
display:none;
}
.checkbox-icon.checkbox--active{
	border: 1px solid transparent;
}
.checkbox-icon__check {
    opacity: 0;
    fill: #02c0f3;
}

.checkbox--active .checkbox-icon__check {
    opacity: 1;
}

.checkbox-icon__rect {
    fill: none;
    stroke: #fff;
}

.checkbox--active .checkbox-icon__rect {
    stroke: #02c0f3;
}

.checkbox-field__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 2px;
    font-size: 16px;
    color: #878992;
    cursor: pointer;
}

.checkbox-field__text--conf a {
    color: #878992;
    text-decoration: underline;
}

.checkbox-field__text--conf a:hover {
    text-decoration: underline;
}

.checkbox-field__text.error,
.checkbox-field__text.error a {
    color: red;
}

.btn--form {
    width: 100%;
    background: #9bca45;
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}

.btn--form:hover {
    background: #aee24f;
}
.ref__CallbackBtn:hover {
    background: linear-gradient(220deg, #9BCA45 53.11%, #B6E65F 85.2%);
}

.calc-form .input-field__text,
.calc-form .input-field__text--phone,
.callback-form .input-field__text--phone,
.callback-form-footer .input-field__text--phone,
.question-form .input-field__text--phone {
    background-color: #fff;
    color: #333;
}

.header-desktop,
.main-banner__img img {
    display: block;
}

@media (max-width: 1200px) {
    .header-desktop {
        display: none;
    }
}

.header {
    position: relative;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
}

@media (max-width: 1200px) {
    .header {
        position: fixed;
    }
	.header .c-container{
		padding: 0 24px;
	}
}

.header-top,
.header-top-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-top__logo svg {
    width: 250px;
    margin-right: 10px;
}

.header-top-nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-top-nav__el:not(:last-child){
  margin-right: 15px;
}

.header-top-nav__el--contact {
    max-width: 275px;
}

.header-top-nav__el--margin-right-0 {
    margin-right: 0;
}

.header-top-nav__city {
    position: relative;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.header-top-nav__city:hover {
    color: #02c0f3;
}

.header-top-nav__city-text {
    padding-right: 16px;
    font-size: 16px;
}

.header-top-nav__city-arrow {
    right: 0;
    padding-top: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
}

.header-top-nav__city-arrow svg {
    fill: #000;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
	width: 10px;
	height: 10px;
	object-fit: contain;
}

.header-top-nav__phone {
    font-size: 28px;
}

.header-top-nav__job {
    font-size: 13px;
}

.header-bottom-nav,
.header-top-nav__account {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-top-nav__account {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #02c0f3;
    -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.3);
    cursor: pointer;
    -webkit-transition: background-position 1s, -webkit-box-shadow 0.5s;
    -o-transition: background-position 1s, box-shadow 0.5s;
    transition: background-position 1s, box-shadow 0.5s;
    transition: background-position 1s, box-shadow 0.5s, -webkit-box-shadow 0.5s;
    margin-left: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header-top-nav__account:hover {
    -webkit-box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.3);
    background-position: right center;
}

.header-bottom-nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -10px;
    margin-right: -10px;
    padding: 30px 0;
}

.header-bottom-nav__el {
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
}

.header-bottom-nav__el a {
    padding: 10px;
}

.header-bottom-nav-sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    position: absolute;
    top: 25px;
    left: -30px;
    z-index: 101;
    padding: 30px 20px;
    background-color: #ffffff;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
	box-shadow: 0px 9px 10px 2px rgba(0, 0, 0, 0.5);
}
.header-bottom-nav-sub li ul{
	padding-left: 55px;
}

.header-bottom-nav-sub .header-bottom-nav-sub__el a{
	position: relative;	
	display: flex;
	align-items: flex-start;
}
.header-bottom-nav a:hover{
	color: #689418 !important;
}
.header-bottom-nav-sub .header-bottom-nav-sub__el a::before{
	content: '';
	width: 3px;
	height: 3px;
	border-radius: 100%;
	display: block;
	background-color: #11131F;
	background-repeat:no-repeat;
	background-size: contain;
	margin-right: 10px;
	flex-shrink: 0;
	margin-top: 7px;
}
.header-bottom-nav-sub .header-bottom-nav-sub__el[data-icon="autozaim"] > a,
.header-bottom-nav-sub .header-bottom-nav-sub__el[data-icon="bussines"] > a,
.header-bottom-nav-sub .header-bottom-nav-sub__el[data-icon="invest"] > a,
.header-bottom-nav-sub .header-bottom-nav-sub__el[data-icon="withoutzalog"] > a,
.header-bottom-nav-sub .header-bottom-nav-sub__el[data-icon="dopproducts"] > a{
	align-items: center;
}
.header-bottom-nav-sub .header-bottom-nav-sub__el[data-icon="autozaim"] > a::before,
.header-bottom-nav-sub .header-bottom-nav-sub__el[data-icon="bussines"] > a::before,
.header-bottom-nav-sub .header-bottom-nav-sub__el[data-icon="invest"] > a::before,
.header-bottom-nav-sub .header-bottom-nav-sub__el[data-icon="withoutzalog"] > a::before,
.header-bottom-nav-sub .header-bottom-nav-sub__el[data-icon="dopproducts"] > a::before{
	width:30px;
	height:30px;
	background-color: unset;
	margin-top: 0;
	margin-right: 7px;
	border-radius: unset;
}
.header-bottom-nav-sub .header-bottom-nav-sub__el[data-icon="autozaim"] > a::before{
	background-image: url(/assets/img/autozaimIcon.svg);
}
.header-bottom-nav-sub .header-bottom-nav-sub__el[data-icon="bussines"] > a::before{
	background-image: url(/assets/img/bussinesIcon.svg);
}
.header-bottom-nav-sub .header-bottom-nav-sub__el[data-icon="invest"] > a::before{
	background-image: url(/assets/img/investIcon.svg);
}
.header-bottom-nav-sub .header-bottom-nav-sub__el[data-icon="withoutzalog"] > a::before{
	background-image: url(/assets/img/withoutzalog.svg);
}
.header-bottom-nav-sub .header-bottom-nav-sub__el[data-icon="dopproducts"] > a::before{
	background-image: url(/assets/img/dopproducts.svg);
}
.mobile-menu-list .mobile-menu-list__el[data-icon="autozaim"] > a,
.mobile-menu-list .mobile-menu-list__el[data-icon="bussines"] > a,
.mobile-menu-list .mobile-menu-list__el[data-icon="invest"] > a,
.mobile-menu-list .mobile-menu-list__el[data-icon="withoutzalog"] > a,
.mobile-menu-list .mobile-menu-list__el[data-icon="dopproducts"] > a,
.mobile-menu-list .mobile-menu-list__el[data-icon="zaimptsonline"] > a,
.mobile-menu-list .mobile-menu-list__el[data-icon="zaimptsofis"] > a,
.mobile-menu-list .mobile-menu-list__el[data-icon="zaimauto"] > a{
	align-items: center;
}
.mobile-menu-list .mobile-menu-list__el[data-icon="autozaim"] > a::before,
.mobile-menu-list .mobile-menu-list__el[data-icon="bussines"] > a::before,
.mobile-menu-list .mobile-menu-list__el[data-icon="invest"] > a::before,
.mobile-menu-list .mobile-menu-list__el[data-icon="withoutzalog"] > a::before,
.mobile-menu-list .mobile-menu-list__el[data-icon="dopproducts"] > a::before,
.mobile-menu-list .mobile-menu-list__el[data-icon="zaimptsonline"] > a::before,
.mobile-menu-list .mobile-menu-list__el[data-icon="zaimptsofis"] > a::before,
.mobile-menu-list .mobile-menu-list__el[data-icon="zaimauto"] > a::before{
	content: '';
	display: block;
	width:24px;
	height:24px;
	background-color: unset;
	background-repeat:no-repeat;
	background-size: contain;
	margin-top: 0;
	margin-right: 11px;
	border-radius: unset;
}
.mobile-menu-list .mobile-menu-list__el[data-icon="autozaim"] > a::before{
	background-image: url(/assets/img/autozaimIcon.svg);
}
.mobile-menu-list .mobile-menu-list__el[data-icon] > a{
	display: flex;
	max-width: max-content;
}
.mobile-menu-list .mobile-menu-list__el[data-icon="bussines"] > a::before{
	background-image: url(/assets/img/bussinesIcon.svg);
}
.mobile-menu-list .mobile-menu-list__el[data-icon="invest"] > a::before{
	background-image: url(/assets/img/investIcon.svg);
}
.mobile-menu-list .mobile-menu-list__el[data-icon="withoutzalog"] > a::before{
	background-image: url(/assets/img/withoutzalog.svg);
}
.mobile-menu-list .mobile-menu-list__el[data-icon="dopproducts"] > a::before{
	background-image: url(/assets/img/dopproducts.svg);
}
.mobile-menu-list .mobile-menu-list__el[data-icon="zaimptsonline"] > a::before{
	background-image: url(/assets/img/zaimptsonline.svg);
}
.mobile-menu-list .mobile-menu-list__el[data-icon="zaimptsofis"] > a::before{
	background-image: url(/assets/img/zaimptsofis.svg);
}
.mobile-menu-list .mobile-menu-list__el[data-icon="zaimauto"] > a::before{
	background-image: url(/assets/img/zaimauto.svg);
}
/*.header-bottom-nav-sub .header-bottom-nav-sub__el:not(.parent, [data-icon="invest"]):hover a::before{
	background: #689418;
}*/
.header-bottom-nav-sub li a:hover{
	color: #689418 !important;
}
.financeMenu .header-bottom-nav-sub__col:has(li ul){
	display: flex;
}
.header-bottom-nav-sub__col {
    padding: 0 20px;
}
.header-bottom-nav-sub__el {
    width: 300px;
    padding: 5px 0;
}
.header-bottom-nav-sub__el:hover::marker{
	color: #689418;
}
.header-bottom-nav-sub__el::marker {
	font-size:10px;
}
.header-bottom-nav-sub__el a {
    display: block;
    padding: 5px 0;
    font-family: "MullerRegular", Helvetica, Arial, sans-serif;
	font-weight:400;
    color: #11131F;
    text-transform: none;
}

.header-city-list {
    position: absolute;
    top: 5px;
    left: -20px;
    width: 240px;
    z-index: 102;
    padding: 20px 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.header-city-list a {
    display: block;
    padding: 5px 0;
    color: #333;
    font-size: 18px;
}

.header-mobile {
    position: relative;
    display: none;
}

@media (max-width: 1200px) {
    .header-mobile {
        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;
		padding: 0 10px;
    }
}

.header-mobile__logo svg {
    width: 100%;
    max-width: 226px;
}

.header-mobile-menu-phone a {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    color: #828282;
}

.header-top-nav__city--mobile {
    margin-bottom: 15px;
    color: #828282;
}

.header-top-nav__city--mobile .header-top-nav__city-text {
    display: inline-block;
    padding-right: 9px;
}

.header-top-nav__city--mobile .header-top-nav__city-arrow {
    position: relative;
    display: inline-block;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.hamburger {
    position: relative;
    max-width: 30px;
	width: 100%;
    height: 24px;
    cursor: pointer;
}

.hamburger__bar {
    width: 100%;
    height: 3px;
    background-color: #ababab;
}

.hamburger--v1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.hamburger--v1 .hamburger__bar {
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}

.hamburger--v1 .hamburger__bar:nth-child(1) {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}

.hamburger--v1 .hamburger__bar:nth-child(2) {
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    width: 100%;
    margin-left: auto;
}

.hamburger--v1 .hamburger__bar:nth-child(3) {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    width: 100%;
    margin-left: auto;
}

.hamburger--v1.is-active .hamburger__bar:nth-child(1) {
    -webkit-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
}

.hamburger--v1.is-active .hamburger__bar:nth-child(2) {
    opacity: 0;
}

.hamburger--v1.is-active .hamburger__bar:nth-child(3) {
    -webkit-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
	width: 100%;
}

.header-mobile-menu {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    max-height: 70vh;
    overflow-y: auto;
    padding: 30px 15px;
    background-color: #fff;
    z-index: 1;
}
/*.mobile-menu-list__el > a {
    text-transform: uppercase;
}*/
.mobile-menu-list-sub__el a{
	margin: 5px 0 !important;
}
.mobile-menu-list-sub__el a br{
	display: none;
}
.mobile-menu-list__el a {
    position: relative;
    display: inline-block;
    margin: 15px 0;
	font-size:16px;
    color: #333333;
}
.mobile-menu-list__el ul .mobile-menu-list-sub__el a.has-sub{
	font-size: 18px;
	display: flex;
	width: max-content;
}
.mobile-menu-list__el a:hover{
	color: #689418 !important;
}
.mobile-menu-list__el a.has-sub:after {
    content: "";
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 11px;
    height: 11px;
    float: right;
	background-image: url(/assets/img/arrow_down.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
.mobile-menu-list-sub__el a.has-sub:after {
    content: "";
    position: absolute;
    right: -20px;
    top:11px;
    display: block;
    width: 11px;
    height: 11px;
    float: right;
	background-image: url(/assets/img/arrow_down.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
.mobile-menu-list-sub {
    display: none;
    padding: 0 15px;
}
.mobile-menu-list .mobile-menu-list-sub li ul {
	padding-left:60px;
}
.mobile-menu-list .mobile-menu-list-sub li ul li a{
	display: flex;
}
.mobile-menu-list .mobile-menu-list-sub li ul li a::before {
	content: '';
    width: 3px;
    height: 3px;
    border-radius: 100%;
    display: block;
    background-color: #11131F;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
    flex-shrink: 0;
    margin-top: 7px;
}
.mobile-menu-list .mobile-menu-list-sub li ul li a br{
	display: none;
}
.header-mobile-menu-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    align-items: flex-end;
    margin-top: 15px;
}

.header-top-nav__el--lk {
    /*-ms-flex-item-align: start;
    align-self: flex-start;*/
    padding-top: 15px;
}

.callback-form-footer,
.callback-form-header {
    max-width: 240px;
}

.callback-form-footer .form-field,
.callback-form-header .form-field {
    padding-bottom: 0;
}

.callback-form-footer .btn--form,
.callback-form-header .btn--form {
    background: -webkit-gradient(linear, left top, right top, from(#0845b2), to(#02c0f3));
    background: -o-linear-gradient(left, #0845b2 0%, #02c0f3 100%);
    background: linear-gradient(to right, #0845b2 0%, #02c0f3 100%);
    -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.3);
    -webkit-transition: background-position 1s, -webkit-box-shadow 0.5s;
    -o-transition: background-position 1s, box-shadow 0.5s;
    transition: background-position 1s, box-shadow 0.5s;
    transition: background-position 1s, box-shadow 0.5s, -webkit-box-shadow 0.5s;
}

.callback-form-footer .btn--form:hover,
.callback-form-header .btn--form:hover {
    -webkit-box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.3);
    background-position: right center;
}

.footer .header-top-nav__account {
    margin-top: 15px;
}

.hero {
    position: relative;
    height: 100vh;
    padding: 0 60px;
    background-color: #fe4019;
    background: -o-linear-gradient(45deg, #fe4019 25%, #ff953d 100%);
    background: linear-gradient(45deg, #fe4019 25%, #ff953d 100%);
    overflow: hidden;
}

@media (max-width: 991px) {
    .hero {
        padding: 0 25px;
    }
}

@media (max-width: 767px) {
    .hero {
        padding: 0 15px;
    }
}

#mask,
.hero__car {
    position: absolute;
    left: 0;
}

#mask {
    top: 0;
}

.hero__car {
    bottom: 0;
    right: 0;
    margin: 0 auto;
    height: 50vh;
}

@media (max-width: 991px) {
    .hero__car {
        display: none;
    }
}

.hero__inner {
    position: relative;
    height: 100vh;
}

.hero svg,
.hero-content {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
}

.hero svg {
    bottom: 0;
    height: 100%;
    max-width: 600px;
    max-height: 400px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
    margin: auto;
}

.hero-content {
    top: 56%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
}

@media (max-width: 991px) {
    .hero-content {
        top: 52%;
    }
}

@media (max-width: 767px) {
    .hero-content {
        top: 52%;
    }
}

.hero-content__main h2 {
    color: #fff;
    font-size: 100px;
    font-weight: 700;
    letter-spacing: 3px;
}

@media (max-width: 991px) {
    .hero-content__main h2 {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .hero-content__main h2 {
        font-size: 30px;
    }
}

@media (max-width: 1500px) and (min-width: 991px) {
    .hero-content__main h2 {
        font-size: 68px;
    }

    .hero-content__bottom {
        font-size: 24px;
    }
}

.hero-content__bottom {
    max-width: 580px;
    margin-bottom: 55px;
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.8;
    letter-spacing: 2px;
}

@media (max-width: 991px) {
    .hero-content__bottom {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .hero-content__bottom {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .hero-content__bottom {
        margin-bottom: 35px;
    }
}

.hero-down {
    position: absolute;
    left: 22px;
    bottom: 30px;
    width: 1px;
    height: 90px;
    margin: 0 auto;
    overflow: hidden;
}

.hero-down__line {
    width: 1px;
    height: 100%;
    background-color: #fff;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.top-bar {
    display: none;
}

.top-bar .c-container {
    max-width: 768px;
}

@media (max-width: 1200px) {
    .top-bar {
        position: absolute;
        /*top: 90px;*/
        width: 100%;
        z-index: 15;
    }
}

.top-bar-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    font-size: 16px;
    color: #fff;
    background-color: #fb5a5a;
    cursor: pointer;
}

.top-bar-btn:hover {
    opacity: 0.95;
}

@media (max-width: 991px) {
    .top-bar-btn {
        font-size: 13px;
    }
}

.top-bar-btn__arrow {
    padding-left: 10px;
    padding-top: 2px;
}

.top-bar-btn__arrow svg {
    fill: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.is-visible .faq-accordion-arrow svg,
.top-bar.is-visible .top-bar-btn__arrow svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.top-bar-text {
    display: none;
    padding: 35px 0;
    background-color: #131935;
    color: #fff;
    opacity: 0.95;
}

.top-bar-text__wrap {
    text-align: center;
}

.top-bar-text__title {
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 15px;
}

.tftable th,
.top-bar-text__content {
    text-align: left;
}

.section-percent .faq-accordion-el__desc p,
.top-bar-text__content p {
    margin-bottom: 10px;
}

.top-bar .corona-news {
    margin-top: 35px;
}

.top-bar .corona-news__title {
    display: block;
    margin-bottom: 15px;
    font-size: 20px;
    color: #fff;
}

.top-bar .corona-news__text {
    color: #fff;
    opacity: 0.7;
}

.top-bar .corona-news__text a {
    color: #fff;
    opacity: 1;
    text-decoration: underline;
}

.page-loader {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 100003;
}

.page-loader svg {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    width: 150px;
    margin: 0 auto;
}

.effect {
    width: 150px;
    margin: 400px auto 0;
}

.page-loader__el {
    float: left;
    width: 50%;
    height: 100vh;
}

.page-loader--left,
.page-loader--right {
    background-color: #10131a;
}

.page-loader-line {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 90px;
    margin: 0 auto;
    overflow: hidden;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.page-loader-line__el {
    width: 1px;
    height: 100%;
    background-color: #fff;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}
.main-banner.pageStyle{
	font-size: 1.21488vw;
    width: 100%;
    height: auto;
}
@media(max-width:991px){
	.main-banner.pageStyle{
		font-size: 3.70588vw;
	}
}
.main-banner__img {
    position: absolute;
    width: 50%;
    min-height: 30.9em;
    background: url(/assets/img/banner-1.jpg) no-repeat center;
}

@media (max-width: 991px) {
    .main-banner__img {
        width: 100%;
    	min-height: 40em;
    }
}

.main-banner__img-filter {
    position: absolute;
    top: 0;
    right: 0;
    width: 65%;
    min-height: 30.9em;
    background: -webkit-gradient(linear, right top, left top, color-stop(78%, #141829), to(transparent));
    background: -o-linear-gradient(right, #141829 78%, transparent 100%);
    background: linear-gradient(to left, #141829 78%, transparent 100%);
}

@media (max-width: 991px) {
    .main-banner__img-filter {
        width: 100%;
        background: #141829;
        opacity: 0.7;
    	min-height: 40em;
    }
}

.main-banner-content {
    position: relative;
    float: right;
    width: 50%;
    min-height: 30.9em;
}

@media (max-width: 991px) {
    .main-banner-content {
        width: 100%;
    	min-height: 40em;
    }
}

.main-banner-content__inner {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.main-banner-content__title {
    margin-bottom: 0.326em;
    font-family: "MullerBold", Helvetica, Arial, sans-serif;
    font-size: 1.7749em;
    color: #fff;
}

@media (max-width: 991px) {
    .main-banner-content__title {
        font-size: 1.7749em;
    }
}

/*@media (max-width: 767px) {
    .main-banner-content__title {
        font-size: 28px;
    }
}*/

.main-banner-content p {
    margin-bottom: 15px;
    font-size: 26px;
    color: #828282;
}

@media (max-width: 991px) {
    .main-banner-content p {
        font-size: 18px;
    }
}

.main-banner-content p span {
    font-size: 34px;
}

@media (max-width: 991px) {
    .main-banner-content p span {
        font-size: 22px;
    }
}

.main-banner-content__subtitle {
    font-size: 30px;
    color: #d0d1d4;
}

@media (max-width: 991px) {
    .main-banner-content__subtitle {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .main-banner-content__subtitle {
        font-size: 20px;
    }
}

.main-banner-content-list {
    margin: 20px 0;
}

.main-banner-content-list__el {
    position: relative;
    margin: 20px 0;
    padding-left: 45px;
    line-height: 1.3;
}

.main-banner-content-list__el:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    display: block;
    width: 30px;
    height: 1px;
    background-color: #02c0f3;
}

@media (max-width: 991px) {
    .main-banner-content-list__el:before {
        top: 10px;
    }
}

.main-banner-content-list__title {
    font-family: "MullerMedium", Helvetica, Arial, sans-serif;
    color: #d0d1d4;
	font-size: 1.1em !important;
}

@media (max-width: 991px) {
    .main-banner-content-list__title {
		font-size: 1.4em  !important;
    }
}

.main-banner-content-list__subtitle {
    font-size: 0.75em !important;
    color: #d0d1d4;
}

@media (max-width: 991px) {
    .main-banner-content-list__subtitle {
        font-size: 1.2em !important;
    }
}

.section-banner.section--light .main-banner__img-filter {
    background: -webkit-gradient(linear, right top, left top, color-stop(78%, #f6f8f8), to(transparent));
    background: -o-linear-gradient(right, #f6f8f8 78%, transparent 100%);
    background: linear-gradient(to left, #f6f8f8 78%, transparent 100%);
}

.section-banner.section--light .main-banner-content-list__subtitle,
.section-banner.section--light .main-banner-content-list__title,
.section-banner.section--light .main-banner-content__subtitle,
.section-banner.section--light .main-banner-content__title {
    color: #3e3e3f;
}

.main-banner-content__title-line {
    width: 30px;
    height: 1px;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #02c0f3;
}

@media (max-width: 991px) {
    .main-banner-content__title-line {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.section-banner.section--left .main-banner__img {
    right: 0;
}

.section-banner.section--left .main-banner-content {
    float: left;
}

.section-banner.section--left .main-banner__img-filter {
    left: 0;
}

.section-banner.section--light.section--left .main-banner__img-filter {
    background: -webkit-gradient(linear, left top, right top, color-stop(78%, #f6f8f8), to(transparent));
    background: -o-linear-gradient(left, #f6f8f8 78%, transparent 100%);
    background: linear-gradient(to right, #f6f8f8 78%, transparent 100%);
}

@media (max-width: 991px) {
    .section-banner.section--light.section--left .main-banner__img-filter {
        background: #fff;
        opacity: 0.7;
    }
}

.mobile-app-form {
    display: none;
    position: fixed;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 11px 0;
    z-index: 1000;
    background-color: #f5f5f5;
}

.mobile-app-buttons__btn.active,
.mobile-app-form.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mobile-app-form__close {
    width: 30px;
}

.mobile-app-form__close svg,
.mobile-app-form__desc-rating svg,
.mobile-app-form__logo img {
    width: 100%;
}

.mobile-app-form__close svg circle {
    fill: none;
}

.mobile-app-form__close svg path {
    fill: #333;
}

.mobile-app-form__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile-app-form__logo {
    display: block;
    width: 55px;
    margin-right: 10px;
}

.mobile-app-form__desc-title {
    display: block;
    margin-bottom: 3px;
    font-size: 12px;
    font-weight: 600;
    color: #333;
}

.mobile-app-form__desc-desc {
    display: block;
    font-size: 12px;
}

.mobile-app-form__desc-link {
    position: absolute;
    right: 5px;
    display: block;
    font-size: 14px;
    color: #000;
    text-decoration: underline;
    padding-left: 15px;
    padding-right: 15px;
}

.mobile-app-form__desc-rating {
    display: block;
    width: 50px;
}

.mobile-app-buttons__btn {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999999;
    width: 210px;
    height: 50px;
    padding: 0 35px 0 15px;
}

.example-slider .slick-arrow svg path,
.mobile-app-buttons__btn svg path {
    fill: #fff;
}

.mobile-app-buttons__btn-text {
    margin-top: 5px;
    font-size: 14px;
    text-transform: uppercase;
}

@media (max-width: 1200px) {
    .header.mobile {
        top: 82px;
    }

    .holiday-graph.mobile {
        top: 152px;
    }
}

.modal,
.overlay-modal {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    outline: 0;
}

.overlay-modal {
    background-color: #000;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 3000;
}

.modal {
    right: 0;
    bottom: 0;
    padding: 0 15px;
    z-index: 3001;
}

.modal.open-modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-header {
    border: none;
}

.modal-content {
    padding: 30px 40px;
}

.modal .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
}

.modal-title {
    font-size: 25px;
}

.main-popup__img {
    margin-bottom: 30px;
}

.main-popup__list {
    list-style: disc;
    margin-bottom: 20px;
}

.main-popup__list li {
    font-size: 20px;
    margin-bottom: 10px;
}

.main-popup--btn {
    width: 100%;
}

.modal-block {
    position: relative;
    opacity: 0;
    z-index: 5;
    margin: 30px auto;
    max-width: 400px;
    padding: 75px 45px;
    background: #fff;
}

.modal-block__title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color: #2b2a29;
    text-align: center;
    font-weight: 600;
    font-size: 24px;
}

.modal-block__title img {
    max-width: 100%;
    height: auto;
    width: 25%;
}

.modal-block__desc {
    text-align: center;
}

.modal-block p {
    font-size: 16px;
    color: #333;
}

.modal-close {
    position: absolute;
    width: 30px;
    height: 30px;
    top: -30px;
    right: -30px;
    padding: 8px;
    cursor: pointer;
}

.modal-close:hover path {
    fill: #fcfcfc;
}

.modal-close--circle {
    top: 25px;
    right: 25px;
    width: 33px;
    height: 33px;
    padding: 0;
}

.modal-close--circle circle,
.modal-close--circle path {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.modal-close--circle circle {
    stroke: #999;
    stroke-width: 1px;
    fill: none;
}

.modal-close--circle path {
    fill: #999;
    fill-rule: evenodd;
}

.modal-close--circle:hover circle {
    stroke: #333;
}

.modal-close--circle:hover path {
    fill: #333;
}

.modal-block--graph {
    max-width: 1140px;
}

.modal-graph-pay {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .modal-graph-pay__el {
        margin-bottom: 15px;
    }
}

.modal-graph__title {
    margin-bottom: 40px;
    font-family: "MullerBold", Helvetica, Arial, sans-serif;
    font-size: 36px;
    color: #3e3e3f;
    text-align: center;
}

@media (max-width: 767px) {
    .modal-graph__title {
        font-size: 26px;
    }
}

.modal-graph-pay__title {
    margin-bottom: 10px;
    font-size: 18px;
}

@media (max-width: 991px) {
    .modal-graph-pay__title {
        margin-bottom: 5px;
        font-size: 16px;
    }
    .main-popup--btn {
        font-size: 10px;
    }
}

.modal-graph-pay__desc {
    font-size: 34px;
}

@media (max-width: 991px) {
    .modal-graph-pay__desc {
        font-size: 22px;
    }
    .modal-title {
        font-size: 20px;
    }
}

.tftable-wrap {
    width: 100%;
    overflow-x: auto;
}

.tftable {
    width: 100%;
    min-width: 700px;
    border: 0;
    border-collapse: collapse;
}

.tftable th {
    background: #e5e5e5;
}

.tftable tr {
    border: 0;
    border-top: 2px solid #fff;
    background: #e5e5e5;
}

.tftable tr:hover {
    background: #f1f1f1;
    color: #02c0f3;
}

.tftable td,
.tftable th {
    padding: 15px;
    border: 0;
}

@media (max-width: 480px) {
    .modal-callback-form .modal-block {
        padding: 70px 25px;
    }
}

.modal-callback-form .checkbox-field__text--conf {
    font-size: 12px;
}

@font-face {
    font-family: "pozvonim-mobile-button-3la629sh2bca2q39-pozvonim-mobile";
    src: url(data:application/octet-stream;base64,AAEAAAALAIAAAwAwT1MvMg8SBh0AAAC8AAAAYGNtYXAXVtKXAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZkrGrOIAAAF4AAAPQGhlYWQM7kSeAAAQuAAAADZoaGVhB8IDdAAAEPAAAAAkaG10eEnyAfkAABEUAAAAVGxvY2EnWiz6AAARaAAAACxtYXhwABsBPgAAEZQAAAAgbmFtZZlKCfsAABG0AAABhnBvc3QAAwAAAAATPAAAACAAAwPjAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpEAPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6RD//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAgAP/AwIBOwAAJS4BJy4BLwEjNTEuAScuATU0Njc+ATc+ATc+AS8BLgEnLgEjKgEPASImIyIGIw8CDgEHDgEVDgEHDgEHDgEHDgEHDgEjLgEnLgEnLgEnNCYnPAE3PAE1NDY1NjQ1NjQ1PAExNCYnLgEnLgEnLgEnLgEjKgExLgEjIgYHDgEHDgEzHgEfAR4BFx4BFR4BFRQGBw4BBw4BBw4BFQ4BBw4BIzAiMSImJy4BJy4BJy4BLwEuAScuAScuAS8BLgEnLgEjByoBIyIGDwEOARUwFDEUFhceARceARceARceARceAR8BHgEXHgEXHgEXHgEzMjY7ATI2PwE+ATU+ATU4ATE8ATE0Njc+ATc+ATc+ATcyNjc6ATMyFhceARcWFx4BHwEeARceATMyNjM3OgExMjY3PgE3NjQ1PAEnLgEnA/oBAQEWMh0CARIVBQUFAgELGA0LEQcuJwUDBAgFBQoFBAcEmQEDAQICAgcCAgIDAQIDDh4QCBEJBg4IBAoGAgcEAwQCBAYCAwMBAQEBAQEBAQEBAwIBBgQDCQUQJBIBAQcPCBoyGAQKBAUBAw4YCAMCBAECAwEBAQEBAwEBBAICBAECAQMHAwEFCQQGCwUHDAYIDwgIBAsHBg0GAQcEAwIEAgMGA5MBAgIHDQUCAQECARAjExMgDg4cDw4TBQQHBAwJEwkNGw4RIxIQIhIDBwM9CA4GAgECAQECAgIEBAIFBAIEAwECAQIDAgcMBAkRBw4WCRIKCwYOBwULBQMFAogBAggPBgUGAgEBAQIBvgIEAiRAHAIBEhcHBg8IBQkEFiYSDhkJRFUTBgMFAgEBAQEBAQIBAgEEAQMFAihCIA4dDgsUCAYJBQMEAQEBAggEBQsHBwsFBQ4KCQwDCxgNDRUHCBAIAQIHDAYFCQQEBwMCBAIDBAEBCQcDCQUHBwINCgcGDQcKFgsJEwkKEwoOFwgIDgcEBgIBAQEBAQQEBQsGCRMLDh8REQgYEA8eDwYJBAIBAgECAgEGBQQBBAMBBAgEKU8nJj0YFywVFRoGBQkEDgkQCAoTCAsQBQUGAQcFAwMFAwQIBAEBDBYLCA8HBAgEAwQCAQEFBAgRCRQaChIJBwQGAwICAQMDBAIJBQIFAwMFAgQIAwAC//8AAAQBA4EAJwBEAAATFxMeATMyNj8BPgEzMhYfAR4BMzI2NxM8ATU0JiMiBgcBDgEVFBYXBQEyNjMyFhUUBgcBDgEPARQGIyImLwE0JjU0NjcR7VwCDwkFCQSDBQ0HBgwF7gMJBAoQAq4QCwMFA/w2CAoKCAE6Ac0BAgIDBQEB/oIKDAIOBwQEBwEyAQwKAdNZ/tkJCwMDbAQFBAStAgMNCQNJAQMCCxEBAf6IAw4JCQ4DKgEeAQUDAgMB/pwJGA5hBAYFA7EDBgQMFQYABQAA/8AEAQPBAEoAZgBzAIwAnwAAASEqASMiJjU0NjM6ATMhMjY1NCYjISoBIyIOAhUUHgIzOgEzIToBMzIWFRQGIyoBIyEiBhUUFjMhMhYzMj4CNTQuAiMqAQcFMCIjIgYHHgEXHgEzMDIxMjY3PgE3LgEjKgEjES4BJz4BMzIWFw4BBwE4ATEyNjc+ATcuASMiBgceARceATM4ATMRMDIxMhYVDgEHLgEnPgEzOgEzAyT9uAIEAjlSUjkCBAIBbQ8VFQ/+kwIGAixMOSEhOUwsAgYCAkgCAwI5UlI5AgMC/pAPFRUPAXADBQMrTTkhITlNKwMGAv2yAgE+WQILQzQFDgcBBw4FNEMLAlk+AQIBICsHAi8hITABBishAlEHDgUzRAoCWz8/WgMKRDQFDQgBASEvBishISsGAS8gAQEBAeNSOTpRFA8PFSE5TCwrTDkhUTo5URUPDhUBITlNKytNOSEBiFc9TIAwBQYFBTGASUBX/r4iWDIiLi4hM1giAgwFBTGASUBYVz5MgDEEBgFULSEzWCIiWDIhLgAAAAABAAD/wQP+A8EANAAACQEeARUUBgcOASMiJicJAQ4BIyImNTQ2NwkBLgE1NDY3PgEzMhYXCQE+ATMyFhceARUUBgcChgFdDA8PDA0jFBQjDP6j/qQNIxMoOA8NAVz+pg0PDw0NIxQTIw0BWgFcDSMTFCMNDQ8PDQHB/qMNIhQUIw0NDw8NAV3+ow0POCgUIwwBXgFbDSMUFCINDg8PDv6lAVsODw8ODSIUFCMNAAAAAAT/nQAABGIDgAAoADEAOQCTAAAlOAExMjY3AQ4BBw4BBw4BBw4BByMuAScuAScuAScuAScBHgEzOAExIQEuAScRAS4BJyEGBwERDgEHAyEqASMiBgcOARUcARUeARceARceARceARceARceARceARceARceARceARceATsBMjY3PgE3PgE3PgE3PgE3PgE3PgE3PgE3PgE3PgE1MDQxNCYnLgEjMCIxA/YUJA/+pgYNBRQfDA4fEBMnFAIUJxESIA8LHxMFDQb+pg4lFAPs++wTIw8BMi53SAQ8i2IBMQ8hEir8FAEDARcnDQ4PAhQQEScWDUY7HzYYFCMOAwUCAwoFDBMHBxELCBMKCRIJAgkSCAsTCQoRBwcTCwYJBAMFAgsjFyt8UxgpERASEQ8OJxYBAA4LAUQFCAQNFQcIEAYICAEBCAcHEAkGFQ0ECAX+vAwNAicNGxD+FQEdHUwtWD/+5AHrDxwMAVgSDxApFgECARksEhUkDwktJhQkDw0XCQIDAgIGBQcMBAQLBgUIBAMDAwMECAUGCgUFCwcFBgIDAwEHFhAbUTYQJxYUMhsBFSUNDhAAAAAAAQEA/8ADAAPAABsAAAEVIyoBIyIGFRwBHQEzFSMRIxEjNTM1PgM3AwCAAQIBGSPAwMCAgAEjPVEuA8DAIxkBAgGAwP5AAcDAoC5RPSMBAAACACAAAAPgA4AAGgA1AAABDgMVFB4CHwE3PgE1OAExNDA1NC4CIwE1Jy4BNTQ2Nz4BNw4DFRQeAh8BNy4BJwJ2S4NiOThhgUoB9zdAOWKES/7SJU1tSjoEDAcxUz0jIjtRLwK0Eh4OA4ABOmOES0uDYzoCnPoyjVABAUuEYjr9MiwBAm9OP2QSFykUCS9HWTIxWEYuCJi2ChUMAAADAAABSgQAAjYACwAXACQAABMyFhUUBiMiJjU0NiEyFhUUBiMiJjU0NiEyFhUUBiMiJjU0NjN2MUVFMTFFRQNFMUVFMTFFRf6nMUVFMTFFRTECNkUxMUVFMTFFRTExRUUxMUVFMTFFRTExRQABAAD/4wQBA50ATAAAJR4BMzI2Nz4BMT4BMzIWFx4BFx4BFRQGBw4BBw4BIyImJy4DJy4BNTQ2Nz4BNz4BMzIWFx4BFx4BFRQGBw4BBw4BFRQWFx4DFwJeBxAIDBUIEEQFDggGDAUWXFcGBgEBKGc9DRgNDRkLBq3n7EUCAwICAjNuBQ0HBwwFKU8lBQMFBR0xFAIBBQQgSFFZMOkEBQkHD04GBgQEDT42BQ4IAwYDO2AjBAQEBAI2j/3ICBMJCRAHCHVcBAUEAy1fMggKBAcNBRc2HgQHBAgPBi5USkAbAAEACQD4A/YCiAAFAAAtAQU1JQUD9v4K/gkB9wH2+NnZuNjYAAEAm//DA2YDwAAfAAAJAQ4BIyImLwEuATU0NjcJAS4BNTQ2PwE+ATMyFhcBFwK0/qwJFw0NFwhZCQoKCQFT/q0JCgoJWQgXDQ0XCQFUsgEY/rwICQkJVAgWDQ0VCAFEAUMIFgwNFghVCAkJCP69qgABAJn/wwNmA8EAHgAACQEeATMyNj8BPgE1NCYnCQE+ATU0Ji8BLgEjIgYHAQFMAVUJFw0NFwlZCAoKCP6rAVUICgoIWQkXDQ0XCf34ARj+vAgJCQhVCBYNDBYIAUQBQwgWDA0WCFUICgoI/hMAAAAAAQABAPgD7QKIAAYAABMFJRUFJTUBAfYB9v4K/goCiNjYuNjYuAAAAAEAAQBTBAADIQAFAAAJASUHCQEDmP3c/vRnAXQCiwMh/mjPbv5pAmAAAAAAAgAA/8AEAAPAACsAcAAAAT4BNTQuAiMiBgcuASMiDgIVFBYXDgEVFB4CMzI2Nx4BMzI+AjU0JgUiLgInJjY3PgE3NhYXHgEXFjY3NiYnLgEnLgM1ND4CMzIWFx4BBw4BBwYmJy4BJyYGBw4BFx4BFx4BFRQOAiMD4QQETISyZBYsFSBHJTxoTy0SEgQETYSxZRYrFhxGKjtnTCwP/htPakMhBwsICA0iChM3CgQxPTVECgQCBAYzQD9jRCQ2VGgzbHEMCwIKBxgPLzYWCR8NI0YQBgsDATNgg3gmSWhCAWYWKxZlsYRNBAQSEi1PaDwlRyAVLBZksoRMBAQQDyxMZzsrReAgLjUWISwMExABAREfC1EGBSYYCBAHDCIJCSU3Rik1SS0UXBgVNBUPFAQLNyoPDwIGEg4FDwgHKBMZZlQoTj0mAAAAAAH//gAgBAADYABRAAABDgEHPgE3DgEHLgEjIg4CFRQWFy4DJw4BFRQWFy4BJxcUFhcOASM4ATE4ATEiJiceARcOASMwIjEiJiceAzMyPgI1OAExPAEnPgE3BAAaPSAfLwwcQiQfUC0rTTkhAwNCe25fJw4PMyoaMRUBYEcLHA8KFQoWa0U1hUoBDRoNI0xSVi182qJeAR80FQL+DBEEEzskEBoHHiQhOU0sDBkMBCM4Ti8WNR03Wx0BDgwDTHMPBAQCAj9SASowAgEWIxgNXqLZfAcOBxY2HwAAAAAFAAD/wAQAA8AAGAApAD0ASQBiAAABISIOAhURFB4CMyEyPgI1ETQuAiMTFAYjISImNRE0NjMhMhYVEQEiDgIVFB4CMzI+AjU0LgIDIiY1NDYzMhYVFAYTIgYHDgEVFBYXHgEzMjY3PgE1NCYnLgEjAuX+NjtnTC0tTGc7Aco7Z0wtLUxnO5pmSP5eSGZmSAGiSGb+gTVdRigoRl01NV1GKChGXTU1S0s1NUtLyw0XCQgKCggJFw0NGAgJCgoJCBgNA8AtTGc7/jY7Z0wtLUxnOwHKO2dMLf0vSGZmSAGiSGZmSP5eAdEoRl01NV1GKChGXTU1XUYo/oBLNTVLSzU1SwHBCwgJGA0OFwkJCgoJCRcODRgJCAsAAQAAAAEAAB0Nl99fDzz1AAsEAAAAAADU6AAQAAAAANToABD/nf/ABGIDwQAAAAgAAgAAAAAAAAABAAADwP/AAAAEAP+d/54EYgABAAAAAAAAAAAAAAAAAAAAFQQAAAAAAAAAAAAAAAIAAAAEAAAABAD//wQAAAAEAAAABAD/nQQAAQAEAAAgBAAAAAQAAAAEAAAJBAAAmwQAAJkD7wABBAAAAQQAAAAEAP/+BAAAAAAAAAAACgAUAB4BzgI2AwYDXgQ6BGIEsATmBVYFaAWgBdgF7AYCBqYHFAegAAEAAAAVATwABQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAHAAAAAQAAAAAAAgAHAGAAAQAAAAAAAwAHADYAAQAAAAAABAAHAHUAAQAAAAAABQALABUAAQAAAAAABgAHAEsAAQAAAAAACgAaAIoAAwABBAkAAQAOAAcAAwABBAkAAgAOAGcAAwABBAkAAwAOAD0AAwABBAkABAAOAHwAAwABBAkABQAWACAAAwABBAkABgAOAFIAAwABBAkACgA0AKRpY29tb29uAGkAYwBvAG0AbwBvAG5WZXJzaW9uIDEuMABWAGUAcgBzAGkAbwBuACAAMQAuADBpY29tb29uAGkAYwBvAG0AbwBvAG5pY29tb29uAGkAYwBvAG0AbwBvAG5SZWd1bGFyAFIAZQBnAHUAbABhAHJpY29tb29uAGkAYwBvAG0AbwBvAG5Gb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "pozvonim-mobile-button-3la629sh2bca2q39-robotoregular";
    src: url(//cdn.pozvonim.com/callback/mobile/fonts/roboto_regular/Roboto-Regular-webfont.eot);
    src: url(//cdn.pozvonim.com/callback/mobile/fonts/roboto_regular/Roboto-Regular-webfont.eot?#iefix) format("embedded-opentype"), url(//cdn.pozvonim.com/callback/mobile/fonts/roboto_regular/Roboto-Regular-webfont.woff) format("woff"),
    url(//cdn.pozvonim.com/callback/mobile/fonts/roboto_regular/Roboto-Regular-webfont.ttf) format("truetype"), url(//cdn.pozvonim.com/callback/mobile/fonts/roboto_regular/Roboto-Regular-webfont.svg#robotoregular) format("svg");
    font-weight: 400;
    font-style: normal;
}

/*.pozvonim [class*=" pvm-icon-"],
.pozvonim [class^="pvm-icon-"] {
    font-family: "pozvonim-mobile-button-3la629sh2bca2q39-pozvonim-mobile" !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pozvonim {
    position: fixed;
    bottom: 0;
    z-index: 1000;
    width: 100%;
}

.pozvonim-wrap {
    position: relative;
}

.pvm-icon-call {
    margin-right: 5px;
    margin-bottom: 5px;
}

.pvm-icon-call:before {
    content: "\e908";
}

.pozvonim-btn {
    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;
    height: 60px;
    background: #555c64;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.pvm-icon-arrow {
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 60px;
    height: 27px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 14px;
    text-align: center;
    cursor: pointer;
}

.pvm-icon-arrow:before {
    content: "\e90c";
    font-size: 27px;
    color: #fff;
}*/

@media (max-width: 991px) {
    .adv-content__el {
        margin-bottom: 30px;
    }
}

.adv-content__icon {
    width: 100%;
    max-width: 140px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .adv-content__icon {
        max-width: 80px;
    }
}

.adv-content__title {
    font-size: 24px;
}

.adv-content__title:after,
.content-banner-content-list__el:before {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background-color: #02c0f3;
}

.adv-content__title:after {
    margin: 15px 0;
}

@media (max-width: 991px) {
    .adv-content__title {
        font-size: 20px;
    }
}

.adv-content__desc {
    font-size: 18px;
    color: #828282;
}

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

.adv-content__desc p,
.info-content ul {
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    .adv-content__desc p {
        margin-bottom: 5px;
    }
}

.adv-content__num {
    font-family: "MullerLight", Helvetica, Arial, sans-serif;
    font-size: 72px;
    color: #0925a1;
}

@media (max-width: 767px) {
    .adv-content__num {
        font-size: 44px;
    }
}

.bonus-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center; 
}
.bonus-content__desc{
	display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 20px;
}
.bonus-content__btn{
	color: #FFF; 
	font-size: 17.5px;
	font-style: normal;
	font-weight: 700;
	line-height: 21px; /* 120% */
	text-transform: uppercase;
	border-radius: 175px;
	background: linear-gradient(267deg, #9BCA45 29.11%, #B6E65F 90.2%);
	width: 100%;
	height: 100px;
	margin-top: 40px;
	transition: 0.3s;
	border: none;
	position: relative;
	z-index: 3;
	border-bottom: 7px solid #71972B;
}
.bonus-content__btn:hover{
	border-bottom: 0 solid #71972B;
}
@media(min-width: 800px){
	.bonus-content__btn{
		border: none;
		filter: drop-shadow(0 7.66px 0 #71972B);
	}
	.bonus-content__btn:hover{
		filter: drop-shadow(0 0 0 #71972B);
	}
}
@media (max-width: 767px) {
    .bonus-content {
        display: block;
    }
	.bonus-content__btn{
		margin-top: 0;
		height: 60px;
	}
	.bonus-content__img,.bonus-content__desc{
		padding-left: 0;
		padding-right: 0;
	}
}

.bonus-content__img,
.bonus-content__p {
    margin-bottom: 20px;
}

.bonus-content__img img,
div.news-detail img.detail_picture {
    max-width: 100%;
}
.bonus-content__img img{
    margin: 0 auto;
    display: block;
}
.bonus-content__p {
    font-size: 18px;
    color: #828282;
}

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

.bonus-content__p--bold {
    color: #000;
}

.bonus-content__p--bonus {
    font-size: 24px;
    font-family: "MullerBold", Helvetica, Arial, sans-serif;
    color: #02c0f3;
}

@media (max-width: 991px) {
    .bonus-content__p--bonus {
        font-size: 20px;
    }
}

.calc__desc {
    font-size: 24px;
    color: #828282;
}

@media (max-width: 991px) {
    .calc__desc {
        margin-bottom: 20px;
        font-size: 20px;
    }
}

.calc__el {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .calc__el {
        display: block;
    }
}

.calc__el--slider {
    margin-top: 60px;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .calc__el--slider {
        margin-top: 0;
    }
}

.btn--calc-ctrl {
    width: 100%;
    background: inherit;
    border: 1px solid #828282;
    font-size: 16px;
    color: #828282;
    text-transform: inherit;
}

.btn--calc-ctrl:hover {
    border: 1px solid #02c0f3;
    color: #02c0f3;
}

@media (max-width: 767px) {
    .btn--calc-ctrl {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .btn--loan-type {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .btn--deposit-type {
        margin-bottom: 20px;
    }
}

.btn--calc-ctrl.active {
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#0845b2), to(#02c0f3));
    background: -o-linear-gradient(left, #0845b2 0%, #02c0f3 100%);
    background: linear-gradient(to right, #0845b2 0%, #02c0f3 100%);
    border: 0;
    color: #fff;
}

.calc__desc-title {
    margin-bottom: 10px;
    font-size: 24px;
    color: #fff;
}

@media (max-width: 991px) {
    .calc__desc-title {
        font-size: 20px;
    }
}

.calc__desc-percent-rate {
    font-size: 18px;
    color: #828282;
}

.calc-slider {
    position: relative;
}

@media (max-width: 767px) {
    .calc-slider {
        margin-bottom: 20px;
    }
}

.calc-slider__slider--sum {
    width: 85%;
    margin: 0 auto;
}

.calc-slider__val {
    margin-bottom: 25px;
    font-size: 30px;
    color: #fff;
    text-align: center;
}

@media (max-width: 991px) {
    .calc-slider__val {
        margin-bottom: 20px;
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .calc-slider__val--date {
        margin: 0 15px;
    }
}

.calc-result {
    width: 100%;
    padding: 40px 0;
    background-color: #131935;
}

@media (max-width: 767px) {
    .calc-result__el {
        margin-bottom: 20px;
    }
}

.calc-result__title {
    margin-bottom: 15px;
    font-size: 18px;
    color: #b8bac2;
}

@media (max-width: 991px) {
    .calc-result__title {
        margin-bottom: 5px;
        font-size: 16px;
    }
}

.calc-result__title a {
    color: #fff;
}

.calc-result__val a {
    color: #fff;
    font-size: 20px;
}

.calc-result__val {
    font-size: 34px;
    color: #fff;
}

@media (max-width: 991px) {
    .calc-result__val {
        font-size: 20px;
    }
}

.calc-form {
    margin-top: 40px;
}

.calc-slider__minus,
.calc-slider__plus {
    position: absolute;
    font-size: 27px;
    cursor: pointer;
}

.calc-slider__minus {
    color: #02c0f3;
    left: 0;
}

.calc-slider__plus {
    bottom: -16px;
}

.calc-slider__minus {
    bottom: -14px;
    padding-right: 10px;
}

.calc-slider__plus {
    color: #02c0f3;
    left: inherit;
    right: 0;
    padding-left: 10px;
}

.certificate__el {
    margin-bottom: 30px;
}

.certificate__el img {
    width: 100%;
    max-width: 360px;
}

.contacts-content-address__city,
.content-banner-content p {
    margin-bottom: 20px;
    font-size: 18px;
}

@media (max-width: 991px) {
    .contacts-content-address__city {
        font-size: 16px;
    }
}

.contacts-content-address-list {
    margin-bottom: 35px;
}

.contacts-content-address-list__el {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}

.contacts-content-address-list__icon {
    margin-right: 10px;
}

.contacts-content-address-list__icon svg {
    fill: #7b7b7b;
}

.contacts-content-address-list__addr {
    font-size: 18px;
}

@media (max-width: 991px) {
    .contacts-content-address-list__addr {
        font-size: 16px;
    }
}

.contacts-content-call-phone {
    margin-bottom: 20px;
}

.contacts-content-call-phone--last {
    margin-bottom: 0;
}

.contacts-content-call-phone__call {
    display: block;
    margin-bottom: 5px;
    font-size: 28px;
}

@media (max-width: 991px) {
    .contacts-content-call-phone__call {
        font-size: 24px;
    }
}

.contacts-content-call-phone__text {
    font-size: 14px;
    color: #828282;
}

.contacts-content-call-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    margin-bottom: 35px;
}

.contacts-content-sale-support {
    margin-bottom: 30px;
}

.contacts-content-sale-support__text {
    margin-bottom: 10px;
    font-size: 18px;
    color: #828282;
}

@media (max-width: 991px) {
    .contacts-content-sale-support__text {
        font-size: 16px;
    }
}

.contacts-content-sale-support__call {
    font-size: 18px;
}

@media (max-width: 991px) {
    .contacts-content-sale-support__call {
        font-size: 16px;
    }
}

.section-content-banner {
    padding: 0;
}

@media (max-width: 991px) {
    .section-content-banner {
        padding: 70px 0;
    }
}

.content-banner {
    position: relative;
}

.content-banner__img {
    position: absolute;
    width: 50%;
    height: 800px;
    background: url(/assets/img/banner-1.jpg) no-repeat center;
}

@media (max-width: 991px) {
    .content-banner__img {
        display: none;
    }
}

.content-banner__img-filter {
    position: absolute;
    top: 0;
    right: 0;
    width: 65%;
    height: 800px;
    background: -webkit-gradient(linear, right top, left top, color-stop(78%, #141829), to(transparent));
    background: -o-linear-gradient(right, #141829 78%, transparent 100%);
    background: linear-gradient(to left, #141829 78%, transparent 100%);
}

@media (max-width: 991px) {
    .content-banner__img-filter {
        display: none;
    }
}

.content-banner__img img {
    display: block;
}

.content-banner-content {
    position: relative;
    float: right;
    width: 50%;
    height: 800px;
}

@media (max-width: 991px) {
    .content-banner-content {
        width: 100%;
        height: auto;
    }
}

.content-banner-content__inner {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 991px) {
    .content-banner-content__inner {
        position: relative;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.content-banner-content__title {
    margin-bottom: 15px;
    font-family: "MullerBold", Helvetica, Arial, sans-serif;
    font-size: 46px;
    color: #fff;
}

@media (max-width: 991px) {
    .content-banner-content__title {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .content-banner-content__title {
        font-size: 28px;
    }
}

.content-banner-content__subtitle {
    font-size: 30px;
    color: #d0d1d4;
}

@media (max-width: 991px) {
    .content-banner-content__subtitle {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .content-banner-content__subtitle {
        font-size: 20px;
    }
}

.content-banner-content-list {
    margin: 20px 0;
}

.content-banner-content-list__el {
    position: relative;
    margin: 20px 0;
    padding-left: 45px;
    line-height: 1.3;
}

.content-banner-content-list__el:before {
    position: absolute;
    top: 12px;
    left: 0;
}

@media (max-width: 991px) {
    .content-banner-content-list__el:before {
        top: 10px;
    }
}

.content-banner-content-list__title {
    font-family: "MullerMedium", Helvetica, Arial, sans-serif;
    color: #d0d1d4;
    font-size: 24px;
}

@media (max-width: 991px) {
    .content-banner-content-list__title {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .content-banner-content-list__title {
        font-size: 18px;
    }
}

.content-banner-content-list__subtitle {
    font-size: 18px;
    color: #d0d1d4;
}

@media (max-width: 991px) {
    .content-banner-content-list__subtitle {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .content-banner-content-list__subtitle {
        font-size: 14px;
    }
}

.section-content-banner.section--light .content-banner__img-filter {
    background: -webkit-gradient(linear, right top, left top, color-stop(78%, #f6f8f8), to(transparent));
    background: -o-linear-gradient(right, #f6f8f8 78%, transparent 100%);
    background: linear-gradient(to left, #f6f8f8 78%, transparent 100%);
}

.section-content-banner.section--light .content-banner-content-list__subtitle,
.section-content-banner.section--light .content-banner-content-list__title,
.section-content-banner.section--light .content-banner-content__subtitle,
.section-content-banner.section--light .content-banner-content__title {
    color: #3e3e3f;
}

@media (max-width: 767px) {
    .content-banner-content p {
        font-size: 14px;
    }
}

.content-banner-content__title-line {
    width: 30px;
    height: 1px;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #02c0f3;
}

@media (max-width: 991px) {
    .content-banner-content__title-line {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.content-banner-content__ref-p {
    font-size: 34px;
}

@media (max-width: 991px) {
    .content-banner-content__ref-p {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .content-banner-content__ref-p {
        font-size: 20px;
    }
}

.content-banner-content__ref-p span {
    font-family: "MullerLight", Helvetica, Arial, sans-serif;
}

ul.partner-banner li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 45px;
}

.info-content li:before,
.info-content ul.info-content__list li:before,
ul.partner-banner li:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: #02c0f3;
}

ul.partner-banner p {
    margin-bottom: 3px;
    font-size: 18px;
}

@media (max-width: 767px) {
    ul.partner-banner p {
        font-size: 16px;
    }
}

.rate-el__text span,
ul.partner-banner p span {
    font-family: "MullerMedium", Helvetica, Arial, sans-serif;
    font-size: 24px;
}

@media (max-width: 767px) {
    ul.partner-banner p span {
        font-size: 20px;
    }
}

.btn--partner {
    margin-top: 40px;
    margin-left: 45px;
    width: 250px;
    background: #9bca45;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.btn--partner:hover {
    background: #aee24f;
}

.docs-list__wrap {
    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;
    width: 100%;
    margin-bottom: 10px;
    padding: 12px 20px;
    background-color: #f6f8f8;
}

.docs-list__num {
    font-size: 30px;
    color: #02c0f3;
}

@media (max-width: 991px) {
    .docs-list__num {
        font-size: 18px;
    }
}

.docs-list__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 20px;
    font-size: 22px;
}

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

@media (max-width: 767px) {
    .docs-list__text {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .docs-list__icon svg {
        width: 20px;
    }
}

.easypay-content__text {
    margin-bottom: 25px;
    font-family: "MullerMedium", Helvetica, Arial, sans-serif;
    font-size: 24px;
    text-align: center;
}

@media (max-width: 991px) {
    .easypay-content__text {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .easypay-content__text {
        font-size: 16px;
    }
}

.easypay-content__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .easypay-content__img {
        display: block;
        text-align: center;
    }
}

.easypay-content__icon {
    padding: 0 15px;
}

.easypay-content__bottom {
    text-align: center;
}

.example-slider {
    margin-bottom: 70px;
    opacity: 0;
}

.example-slider__el-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .example-slider__el-container {
        display: block;
        margin-bottom: 20px;
    }
}

.example-slider__img-wrap {
    width: 100%;
    max-height: 470px;
    margin-bottom: 15px;
    overflow: hidden;
}

.example-slider__img-wrap img,
.news-post__img img {
    display: block;
    max-width: 100%;
}

.example-slider__title {
    margin-bottom: 15px;
    font-family: "MullerRegular", Helvetica, Arial, sans-serif;
    font-size: 34px;
    color: #fff;
}

@media (max-width: 991px) {
    .example-slider__title {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .example-slider__title {
        font-size: 18px;
    }
}

.example-slide__text p {
    margin-bottom: 5px;
    font-size: 20px;
    color: #828282;
}

@media (max-width: 991px) {
    .example-slide__text p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .example-slide__text p {
        font-size: 14px;
    }
}

.faq-accordion-el {
    border-bottom: 1px solid #fff;
}

.faq-accordion-el__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 20px;
    background-color: #f2f2f2;
    font-size: 22px;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.faq-accordion-el__header.is-visible,
.faq-accordion-el__header:hover {
    background-color: #d9d9d9;
}

@media (max-width: 767px) {
    .faq-accordion-el__header {
        font-size: 16px;
    }
}

.faq-accordion-arrow {
    margin-right: 20px;
}

.faq-accordion-arrow svg {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.faq-accordion-el__content {
    display: block;
    padding: 28px 36px;
}

.faq-accordion-el__desc {
    font-size: 16px;
    line-height: 1.6;
    color: #828282;
}

@media (max-width: 767px) {
    .faq-accordion-el__desc {
        font-size: 14px;
    }
}

.get-money {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

@media (max-width: 767px) {
    .get-money {
        display: block;
    }
}

.get-money__el {
    position: relative;
    text-align: center;
}

@media (max-width: 767px) {
    .get-money__el {
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .get-money__icon {
        width: 100px;
        height: auto;
    }
}

.get-money__arrow {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 40%;
}

@media (max-width: 767px) {
    .get-money__arrow {
        display: none;
    }
}

.get-money__desc {
    margin-top: 25px;
    font-size: 24px;
}

@media (max-width: 991px) {
    .get-money__desc {
        margin-top: 15px;
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .get-money__desc {
        margin-top: 5px;
    }
}

.how-indi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

@media (max-width: 767px) {
    .how-indi {
        display: block;
    }
}

.how-indi__el {
    position: relative;
    text-align: center;
}

@media (max-width: 767px) {
    .how-indi__el {
        margin-bottom: 30px;
        text-align: left;
    }
}

@media (max-width: 991px) {
    .how-indi__icon {
        width: 100px;
        height: auto;
    }
}

.how-indi__arrow {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 40%;
}

@media (max-width: 767px) {
    .how-indi__arrow {
        display: none;
    }
}

.how-indi__desc {
    margin-top: 15px;
    font-size: 18px;
}

@media (max-width: 991px) {
    .how-indi__desc {
        margin-top: 15px;
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .how-indi__desc {
        margin-top: 5px;
    }
}

.how-work {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

@media (max-width: 767px) {
    .how-work {
        display: block;
    }
}

.how-work__el {
    width: 25%;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .how-work__el {
        width: 100%;
    }
}

.how-work__el svg {
    width: 100%;
    max-width: 140px;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .how-work__el svg {
        max-width: 80px;
    }
}

.how-work__title {
    margin-bottom: 10px;
    font-family: "MullerMedium", Helvetica, Arial, sans-serif;
    font-size: 24px;
}

@media (max-width: 991px) {
    .how-work__title {
        margin-bottom: 5px;
        font-size: 18px;
    }
}

.how-work__desc {
    font-size: 18px;
}

@media (max-width: 991px) {
    .how-work__desc {
        font-size: 14px;
    }
}

.icon-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

@media (max-width: 767px) {
    .icon-block {
        display: block;
    }
}

.icon-block__el {
    position: relative;
    width: 30%;
    text-align: center;
}

@media (max-width: 767px) {
    .icon-block__el {
        width: auto;
    }
	.icon-block .icon-block__el:not(:last-child){
		margin-bottom: 30px;
	}
}

@media (max-width: 991px) {
    .icon-block__icon {
        width: 100px;
        height: auto;
    }
}

.icon-block__arrow {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 40%;
}

@media (max-width: 767px) {
    .icon-block__arrow {
        display: none;
    }
}

.icon-block__title {
    margin-top: 15px;
    font-family: "MullerMedium", Helvetica, Arial, sans-serif;
    font-size: 24px;
}

@media (max-width: 991px) {
    .icon-block__title {
        margin-top: 15px;
        font-size: 18px;
    }
}

.icon-block__desc {
    font-size: 18px;
}

@media (max-width: 991px) {
    .icon-block__desc {
        font-size: 14px;
    }
}

.info-content__el {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991px) {
    .info-content__el {
        display: block;
    }
}

.info-content h1,
.info-content h2,
.info-content h3,
.info-content__desc-title {
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: "MullerBold", Helvetica, Arial, sans-serif;
    font-size: 24px;
}

@media (max-width: 767px) {
    .info-content__desc-title {
        font-size: 18px;
    }
}

.info-content p,
.info-content__desc-text {
    margin-bottom: 20px;
    font-size: 18px;
}

@media (max-width: 767px) {
    .info-content__desc-text {
        font-size: 14px;
    }
}

.info-content__desc-quote {
    border-left: 1px solid #02c0f3;
}

.info-content__desc-quote__el {
    margin-bottom: 10px;
    padding-left: 30px;
    font-size: 18px;
}

@media (max-width: 767px) {
    .info-content__desc-quote__el {
        padding-left: 15px;
        font-size: 14px;
    }
}

.info-content__main {
    font-family: "MullerLight", Helvetica, Arial, sans-serif;
    font-size: 36px;
    text-align: center;
}

.info-content__main:after {
    width: 30px;
    margin: 25px auto 0;
}

@media (max-width: 991px) {
    .info-content__main {
        margin: 30px 0;
    }
}

@media (max-width: 767px) {
    .info-content__main {
        font-size: 24px;
        margin: 10px 0;
    }
}

@media (max-width: 767px) {
    .info-content h1,
    .info-content h2,
    .info-content h3 {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .info-content p {
        font-size: 14px;
    }
}

.info-content a {
    text-decoration: underline;
}

.info-content li {
    margin-bottom: 10px;
    font-size: 18px;
}

.info-content li:before,
.info-content ul.info-content__list li:before {
    top: 8px;
    width: 20px;
}

@media (max-width: 767px) {
    .info-content li {
        font-size: 14px;
    }
}

.info-content ul.info-content__list {
    border: 0;
}

.info-content li,
.info-content ul.info-content__list li {
    position: relative;
    padding-left: 30px;
}

.info-content ul.info-content__list li:before {
    top: 7px;
}

.info-content .before-list-el:before,
.info-content .not-before {
    display: none;
}

.info-content li {
    text-align: left;
}

.info-content .css-black-list li:before {
    display: block;
}

.section-info .sale-form {
    max-width: 600px;
}

.section-map {
    padding: 0 0 100px;
}

.news-post {
    margin-bottom: 60px;
}

.news-post__img {
    width: 100%;
    max-height: 370px;
    margin-bottom: 25px;
    overflow: hidden;
}

.news-post__img:hover img,
.rate-el__img:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

@media (max-width: 767px) {
    .news-post__img {
        margin-bottom: 15px;
    }
}

.news-post__img img {
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.news-post__date {
    margin-bottom: 15px;
    font-size: 18px;
    color: #828282;
}

@media (max-width: 991px) {
    .news-post__date {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .news-post__date {
        font-size: 14px;
    }
}

.news-post__title {
    margin-bottom: 15px;
    font-family: "MullerBold", Helvetica, Arial, sans-serif;
    font-size: 28px;
    color: #828282;
}

@media (max-width: 991px) {
    .news-post__title {
        margin-bottom: 10px;
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .news-post__title {
        font-size: 18px;
    }
}

.news-post__title a {
    display: block;
    color: #828282;
}

.news-post__title a:hover,
.rates__text a,
.section-percent .faq-accordion-el__desc span,
.section-percent .faq-accordion-el__header:hover {
    color: #02c0f3;
}

.news-post__text {
    font-size: 18px;
    color: #828282;
}

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

@media (max-width: 767px) {
    .news-post__text {
        font-size: 14px;
    }
}

.btn--more-news {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    background: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #828282;
    border: 1px solid #828282;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.btn--more-news:hover {
    color: #02c0f3;
    border-color: #02c0f3;
}

.news-detail div {
    float: left;
    width: 100%;
}

.office-slider {
    margin-bottom: 70px;
    opacity: 0;
}

.office-slider__el img,
.percent-content__percent-img svg,
.section-percent .faq-accordion-arrow svg,
.work-map svg {
    width: 100%;
}

@media (max-width: 991px) {
    .partner-indi-rate__el {
        margin-bottom: 45px;
    }
}

.partner-indi-rate__title {
    margin-bottom: 35px;
    font-size: 24px;
}

@media (max-width: 767px) {
    .partner-indi-rate__title {
        margin-bottom: 15px;
        font-size: 20px;
    }
}

.partner-indi-rate-slider__val {
    margin-bottom: 20px;
    font-size: 30px;
    text-align: center;
}

@media (max-width: 767px) {
    .partner-indi-rate-slider__val {
        margin-bottom: 10px;
        font-size: 26px;
    }
}

.partner-indi-rate-bonus {
    font-family: "MullerBold", Helvetica, Arial, sans-serif;
    font-size: 48px;
    text-align: center;
    color: #02c0f3;
    background: -o-linear-gradient(45deg, #02c0f3 33%, #0925a1);
    background: linear-gradient(45deg, #02c0f3 33%, #0925a1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 767px) {
    .partner-indi-rate-bonus {
        font-size: 40px;
    }
}

.partner-indi-bonus__val {
    font-family: "MullerBold", Helvetica, Arial, sans-serif;
    font-size: 72px;
    text-align: center;
    color: #02c0f3;
    background: -o-linear-gradient(45deg, #02c0f3 33%, #0925a1);
    background: linear-gradient(45deg, #02c0f3 33%, #0925a1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 767px) {
    .partner-indi-bonus__val {
        margin-bottom: 30px;
        font-size: 55px;
    }
}

.partner-indi-bonus__text-title {
    margin-bottom: 15px;
    font-size: 24px;
}

@media (max-width: 767px) {
    .partner-indi-bonus__text-title {
        font-size: 20px;
    }
}

.partner-indi-bonus__text-desc {
    font-size: 18px;
}

@media (max-width: 767px) {
    .partner-indi-bonus__text-desc {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .partner-rate__el {
        margin-bottom: 45px;
    }
}

.partner-rate__title {
    margin-bottom: 35px;
    font-size: 24px;
}

@media (max-width: 767px) {
    .partner-rate__title {
        margin-bottom: 15px;
        font-size: 20px;
    }
}

.partner-rate-slider__val {
    margin-bottom: 20px;
    font-size: 30px;
    text-align: center;
}

@media (max-width: 767px) {
    .partner-rate-slider__val {
        margin-bottom: 10px;
        font-size: 26px;
    }
}

.partner-rate-bonus {
    font-family: "MullerBold", Helvetica, Arial, sans-serif;
    font-size: 48px;
    text-align: center;
    color: #02c0f3;
    background: -o-linear-gradient(45deg, #02c0f3 33%, #0925a1);
    background: linear-gradient(45deg, #02c0f3 33%, #0925a1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 767px) {
    .partner-rate-bonus {
        font-size: 40px;
    }
}

.partner-bonus__val {
    font-family: "MullerBold", Helvetica, Arial, sans-serif;
    font-size: 72px;
    text-align: center;
    color: #02c0f3;
    background: -o-linear-gradient(45deg, #02c0f3 33%, #0925a1);
    background: linear-gradient(45deg, #02c0f3 33%, #0925a1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 767px) {
    .partner-bonus__val {
        margin-bottom: 30px;
        font-size: 55px;
    }
}

.partner-bonus__text-title {
    margin-bottom: 15px;
    font-size: 24px;
}

@media (max-width: 767px) {
    .partner-bonus__text-title {
        font-size: 20px;
    }
}

.partner-bonus__text-desc {
    margin-bottom: 15px;
    font-size: 18px;
}

@media (max-width: 767px) {
    .partner-bonus__text-desc {
        font-size: 16px;
    }
}

.percent-content__el--bg .percent-content__el-inner {
    background: #f6f8f8;
}

.percent-content__title {
    margin-bottom: 25px;
    font-family: "MullerBold", Helvetica, Arial, sans-serif;
    font-size: 30px;
    color: #3e3e3f;
}

@media (max-width: 767px) {
    .percent-content__title {
        font-size: 20px;
    }
}

.percent-content__el-inner {
    position: relative;
    padding: 60px 30px 60px 67px;
}

@media (max-width: 767px) {
    .percent-content__el-inner {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 40px;
    }
}

.percent-content-list__el {
    position: relative;
    margin-bottom: 20px;
    font-size: 17px;
}

.info-content__main:after,
.percent-content-list__el:before,
.ref-content__title:after{
    content: "";
    display: block;
    height: 1px;
    background-color: #02c0f3;
}
.percent-content-list__el:before {
    position: absolute;
    top: 10px;
    left: -40px;
    width: 25px;
}

@media (max-width: 767px) {
    .percent-content-list__el {
        font-size: 14px;
    }
}

.percent-content__percent-img {
    position: absolute;
    top: 45px;
    right: 30px;
    width: 85px;
    height: 85px;
}

@media (max-width: 767px) {
    .percent-content__percent-img {
        top: 18px;
        right: 20px;
        width: 45px;
        height: 45px;
    }
}

.section-percent .faq-accordion {
    margin-left: -40px;
}

@media (max-width: 767px) {
    .section-percent .faq-accordion {
        margin-left: -20px;
    }
}

.section-percent .faq-accordion-el {
    border-bottom: none;
}

.section-percent .faq-accordion-el__header {
    padding: 30px 0;
    font-size: 21px;
    background: 0 0;
    cursor: pointer;
}

@media (max-width: 767px) {
    .section-percent .faq-accordion-el__header {
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 16px;
    }
}

.section-percent .faq-accordion-el__content {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 47px;
}

@media (max-width: 767px) {
    .section-percent .faq-accordion-el__content {
        padding-right: 0;
        padding-left: 30px;
    }
}

.section-percent .faq-accordion-el__desc {
    color: #000;
}

.section-percent .faq-accordion-el__desc a {
    text-decoration: underline;
}

.section-percent .faq-accordion-el__header-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.section-percent .faq-accordion-arrow {
    width: 27px;
}

@media (max-width: 767px) {
    .section-percent .faq-accordion-arrow {
        width: 20px;
        margin-right: 10px;
    }
}

.faq-accordion-el__account {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    background: #02c0f3;
    -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.3);
    cursor: pointer;
    -webkit-transition: background-position 1s, -webkit-box-shadow 0.5s;
    -o-transition: background-position 1s, box-shadow 0.5s;
    transition: background-position 1s, box-shadow 0.5s;
    transition: background-position 1s, box-shadow 0.5s, -webkit-box-shadow 0.5s;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section-question {
    background-color: #131935;
}

@media (max-width: 991px) {
    .question-content__desc {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .question-content__desc {
        margin-bottom: 15px;
    }
}

.question-content__title {
    margin-bottom: 20px;
    font-family: "MullerBold", Helvetica, Arial, sans-serif;
    font-size: 36px;
    color: #fff;
}

@media (max-width: 991px) {
    .question-content__title {
        font-size: 28px;
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .question-content__title {
        font-size: 24px;
        margin-bottom: 10px;
    }
}

.question-content__text {
    font-size: 22px;
    color: #828282;
}

@media (max-width: 991px) {
    .question-content__text {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .question-content__text {
        font-size: 16px;
    }
}

.question-content__form {
    float: right;
}

.rates__text {
    margin-bottom: 50px;
    font-size: 26px;
    text-align: center;
}

@media (max-width: 991px) {
    .rates__text {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .rates__text {
        font-size: 18px;
    }
}

.rates__text--left {
    text-align: left;
}

.rate-el {
    margin-bottom: 60px;
}

.rate-el--centered {
    float: none;
    margin: 0 auto 60px;
}

.rate-el__img {
    width: 100%;
    max-height: 370px;
    margin-bottom: 25px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .rate-el__img {
        margin-bottom: 15px;
    }
}

.rate-el__img img {
    display: block;
    max-width: 100%;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.rate-el__title {
    margin-bottom: 15px;
    font-family: "MullerBold", Helvetica, Arial, sans-serif;
    font-size: 28px;
}

@media (max-width: 991px) {
    .rate-el__title {
        margin-bottom: 10px;
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .rate-el__title {
        font-size: 18px;
    }
}

.rate-el__text {
    margin-bottom: 10px;
    font-size: 18px;
}

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

@media (max-width: 767px) {
    .rate-el__text {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .rate-el__text span {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .rate-el__text span {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .ref-content__el {
        margin-bottom: 30px;
    }
}

.ref-content__title {
    font-size: 24px;
}

.ref-content__title:after {
    margin: 15px 0;
    width: 30px;
}

@media (max-width: 991px) {
    .ref-content__title {
        font-size: 20px;
    }
}

.ref-content__desc {
    font-size: 18px;
    color: #828282;
}

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

.news-detail div,
.ref-content__desc p {
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    .ref-content__desc p {
        margin-bottom: 5px;
    }

    .ref-content__row {
        width: 100%;
        display: inline-block;
    }
}

.section-ref-banner {
    padding: 0;
    background-color: #141829;
}

@media (max-width: 991px) {
    .section-ref-banner {
        padding: 100px 0;
    }
}

.section-ref-banner .c-container {
    position: relative;
}

.ref-banner__img {
    left: -3%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 991px) {
    .ref-banner__img {
        /*display: none;*/
        left: 0;
        position: inherit;
        top: 0;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }

    .ref-banner__img img {
        display: block;
        width: 320px;
        margin-bottom: 15%;
        /*margin-top: 15%;*/
    }
}

.ref-banner__img img {
    display: block;
}

.ref-banner-content {
    position: relative;
    float: right;
    width: 50%;
    height: 800px;
}

@media (max-width: 991px) {
    .ref-banner-content {
        width: 100%;
        height: auto;
    }
}

.ref-banner-content__inner {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 991px) {
    .ref-banner-content__inner {
        position: relative;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.ref-banner-content__title {
    margin-bottom: 15px;
    font-family: "MullerBold", Helvetica, Arial, sans-serif;
    font-size: 46px;
    color: #fff;
}

@media (max-width: 991px) {
    .ref-banner-content__title {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .ref-banner-content__title {
        font-size: 28px;
    }
}

.ref-banner-content__title-line {
    width: 30px;
    height: 1px;
    margin-top: 35px;
    margin-bottom: 35px;
    background-color: #02c0f3;
}

@media (max-width: 991px) {
    .ref-banner-content__title-line {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

.ref-banner-content__subtitle {
    font-size: 30px;
    color: #d0d1d4;
}

@media (max-width: 991px) {
    .ref-banner-content__subtitle {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .ref-banner-content__subtitle {
        font-size: 20px;
    }
}

.ref-banner-content__text {
    margin-bottom: 30px;
    font-size: 24px;
    color: #828282;
}

@media (max-width: 991px) {
    .ref-banner-content__text {
        font-size: 18px;
    }
}

.section-ref-question {
    background-color: #131935;
}

.ref-question-content,
.review__link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .ref-question-content {
        display: block;
    }
}

@media (max-width: 991px) {
    .ref-question-content__desc {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .ref-question-content__desc {
        margin-bottom: 15px;
    }
}

.ref-question-content__title {
    margin-bottom: 20px;
    font-family: "MullerBold", Helvetica, Arial, sans-serif;
    font-size: 36px;
    color: #fff;
}

@media (max-width: 991px) {
    .ref-question-content__title {
        font-size: 28px;
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .ref-question-content__title {
        font-size: 24px;
        margin-bottom: 10px;
    }
}

.ref-question-content__text {
    margin-bottom: 15px;
    font-size: 22px;
    color: #828282;
}

@media (max-width: 991px) {
    .ref-question-content__text {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .ref-question-content__text {
        font-size: 16px;
    }
}

.ref-question-content__text--light {
    color: #fff;
}

.ref-question-content__form {
    float: right;
}

.required-docs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

@media (max-width: 767px) {
    .required-docs {
        display: block;
    }
}

.required-docs__el {
    position: relative;
    text-align: center;
}

@media (max-width: 767px) {
    .required-docs__el {
        margin-bottom: 30px;
        text-align: left;
    }
}

@media (max-width: 991px) {
    .required-docs__icon {
        width: 100px;
        height: auto;
    }
}

.required-docs__desc {
    max-width: 350px;
    margin-top: 25px;
    font-size: 22px;
}

@media (max-width: 991px) {
    .required-docs__desc {
        margin-top: 15px;
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .required-docs__desc {
        margin-top: 5px;
    }
}

.reviews {
    opacity: 0;
}

.review__img-wrap {
    width: 100%;
    max-height: 650px;
    margin-bottom: 15px;
    overflow: hidden;
}

.review__img-wrap img {
    display: block;
    max-width: 100%;
}

.review__title {
    margin-bottom: 15px;
    font-family: "MullerMedium", Helvetica, Arial, sans-serif;
    font-size: 24px;
}

@media (max-width: 991px) {
    .review__title {
        font-size: 20px;
    }
}

.review__text {
    margin-bottom: 20px;
    font-size: 18px;
}

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

.review__link {
    float: left;
    padding: 0 15px;
    text-transform: uppercase;
}

.review__link-text {
    margin-left: 15px;
    margin-bottom: 10px;
}
.gis__link svg:hover{
	opacity: 1 !important;
}
.review__link:not(.gis__link) .review__link-icon svg:hover circle {
    stroke: #000;
}

.review__link:not(.gis__link) .review__link-icon svg:hover path {
    fill: #000;
}

.review__link:not(.gis__link) .review__link-icon svg path {
    fill: #727479;
}

.review__link:not(.gis__link) .review__link-icon svg circle {
    stroke: #727479;
}
.reviews .slick-arrow {
    bottom: -165px;
}

.reviews .slick-dots {
    bottom: -135px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 20px;
    background: #02c0f3;
    outline: 0;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.ui-state-default:hover,
.ui-widget-content .ui-state-default:hover,
.ui-widget-header .ui-state-default:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.ui-slider-horizontal .ui-slider-handle {
    top: -9px;
}

.ui-widget.ui-widget-content {
    border: 0;
    background: #898b94;
    border-radius: 0;
}

.ui-slider-horizontal {
    height: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
    border-radius: 0;
}

.ui-widget-header {
    background: #02c0f3;
}

.stories {
    position: relative;
    padding: 40px 0;
    background-color: #fafafa;
}

.stories.mobile {
    margin-top: 150px;
}

@media (max-width: 991px) {
    .stories {
        padding: 20px 0;
    }
}

.stories__container {
    max-width: 1170px;
    overflow: hidden;
}

.stories__wrap {
    padding-left: calc((100vw - 1170px) / 2);
}

@media (max-width: 1200px) {
    .stories__wrap {
        padding-left: 15px;
    }
}

.stories-slider__el {
    display: block;
    width: 140px;
    text-align: center;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0s !important;
    -o-transition: 0s !important;
    transition: 0s !important;
}

@media (max-width: 991px) {
    .stories-slider__el {
        width: 96px;
    }
}

.stories-slider__el:hover .stories-slider__el-border svg {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

.stories-slider__el:hover .stories-slider__el-desc {
    color: #02c0f3;
}

.stories-slider__el-image {
    position: relative;
    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: 140px;
    height: 140px;
    margin: 0 auto 10px;
}

@media (max-width: 991px) {
    .stories-slider__el-image {
        width: 96px;
        height: 96px;
    }
}

@media (max-width: 767px) {
    .stories-slider__el-image {
        width: 86px;
        height: 86px;
    }
}

.stories-slider__el-border {
    position: absolute;
    z-index: -1;
    width: 140px;
    height: 140px;
}

@media (max-width: 991px) {
    .stories-slider__el-border {
        width: 96px;
        height: 96px;
    }
}

@media (max-width: 767px) {
    .stories-slider__el-border {
        width: 86px;
        height: 86px;
    }
}

.stories-slider__el-border svg {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.stories-slider__el-border svg path {
    stroke-width: 5px;
    stroke-dasharray: 30;
    stroke-dashoffset: 590;
    -webkit-animation: rotate 3s linear infinite;
    animation: rotate 3s linear infinite;
}

.stories-slider__el-pic {
    width: 120px;
    height: 120px;
    border-radius: 100px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .stories-slider__el-pic {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 767px) {
    .stories-slider__el-pic {
        width: 70px;
        height: 70px;
    }
}

.stories-popup__img img,
.stories-slider__el-pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.stories-slider__el-pic img {
    display: block;
}

.stories-slider__el-desc,
.stories-slider__el-pic img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

@media (max-width: 767px) {
    .stories-slider__el-desc {
        font-size: 12px;
    }
}

.stories-slider__el-content {
    display: none;
}

.stories-slider__el.disabled .stories-slider__el-border svg circle {
    stroke: #afafaf;
}

.stories-slider__el.shown .stories-slider__el-border path {
    stroke: #ddd;
}

.stories-slider__el.shown .stories-slider__el-desc {
    color: #bebebe;
}

.stories .swiper-container {
    padding-right: 50px;
    overflow: visible;
}

.stories .swiper-slide {
    width: 140px;
}

@media (max-width: 991px) {
    .stories .swiper-slide {
        width: 90px;
    }
}

@media (max-width: 767px) {
    .stories .swiper-slide {
        width: 80px;
    }
}

.stories-popup {
    position: relative;
    background: #fff;
    width: auto;
    max-width: 620px;
    margin: 20px auto;
}

@media (max-width: 991px) {
    .stories-popup {
        height: 90vh;
        margin: 0 auto;
    }
}

.stories-popup__close {
    position: absolute;
    top: 35px;
    right: 15px;
    padding: 15px;
    z-index: 2;
    cursor: pointer;
    opacity: 0.8;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content,
.stories-popup__arrow:hover svg,
.stories-popup__close:hover {
    opacity: 1;
}

.stories-popup__wrap {
    position: relative;
    min-height: 500px;
    height: 90vh;
}

.stories-popup__wrap:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 10%;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(#656565), to(rgba(196, 196, 196, 0)));
    background: -o-linear-gradient(top, #656565 0%, rgba(196, 196, 196, 0) 100%);
    background: linear-gradient(180deg, #656565 0%, rgba(196, 196, 196, 0) 100%);
}

@media (max-width: 991px) {
    .stories-popup__wrap {
        height: 100%;
    }
}

.stories-popup__content,
.stories-popup__content-wrap:before {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.stories-popup__content-wrap {
    position: relative;
    padding: 30px 30px 10px;
}

@media (max-width: 767px) {
    .stories-popup__content-wrap {
        padding: 30px 20px 50px;
    }
}

.stories-popup__content-wrap:before {
    content: "";
    left: 0;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(60%, rgba(0, 0, 0, 0.6)), to(rgba(21, 16, 39, 0)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 60%, rgba(21, 16, 39, 0) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 60%, rgba(21, 16, 39, 0) 100%);
}

.stories-popup__title {
    position: relative;
    margin-bottom: 15px;
    font-size: 28px;
    color: #fff;
}

@media (max-width: 767px) {
    .stories-popup__title {
        font-size: 20px;
    }
}

.stories-popup__text {
    position: relative;
}

.stories-popup__text p {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
}

@media (max-width: 767px) {
    .stories-popup__text p {
        font-size: 14px;
    }
}

.stories-popup__btn {
    position: relative;
    margin: 0 auto 20px;
    width: auto;
    height: auto;
    padding: 15px 40px;
    text-align: center;
}

@media (max-width: 767px) {
    .stories-popup__btn {
        margin-top: 15px;
    }
}

.stories-popup__img {
    position: absolute;
    width: 100%;
    height: 100%;
}

.stories-popup__img img {
    visibility: hidden;
}

.stories-popup__arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    padding: 15px;
    cursor: pointer;
}

@media (max-width: 991px) {
    .stories-popup__arrow {
        display: none;
    }

    .stories-popup__img {
        width: auto;
        height: 80%;
    }
}

.stories-popup__arrow svg {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.stories-popup__arrow svg path {
    fill: #fff;
}

.stories-popup__arrow--prev {
    left: -70px;
}

.stories-popup__arrow--next {
    right: -70px;
}

.stories-timeline {
    position: absolute;
    z-index: 2;
    width: 100%;
    padding: 25px 30px 0 25px;
}

.stories-timeline__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -5px;
    margin-right: -5px;
}

.stories-timeline__el {
    position: relative;
    width: 100%;
    height: 4px;
    padding: 0 5px;
}

.stories-timeline__el-inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.stories-timeline__el-base,
.stories-timeline__el-filled {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 4px;
}

.stories-timeline__el-base {
    opacity: 0.5;
}

.stories-timeline__el-filled {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.stories-timeline__el.filled .stories-timeline__el-filled {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.stories-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #0749b4;
}

.stories-loader [class*="loader-"] {
    display: inline-block;
    width: 4em;
    height: 4em;
    color: inherit;
    vertical-align: middle;
    pointer-events: none;
}

.stories-loader .loader-09 {
    background-color: currentcolor;
    border-radius: 50%;
    -webkit-animation: loader-09 1s infinite ease-in-out;
    animation: loader-09 1s infinite ease-in-out;
}

.mfp-bg {
    background: #000;
}

.mfp-wrap {
    z-index: 9999999;
}

@media (max-width: 991px) {
    .mfp-container {
        padding-left: 0;
        padding-right: 0;
    }
}

.modal-stories-form .modal-block {
    padding: 55px 45px 40px;
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing,
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

/*.modal-backdrop{background-color:#000;bottom:0;left:0;position:fixed;right:0;top:0;z-index:1040}.modal-backdrop.fade{opacity:0}.modal-backdrop,.modal-backdrop.fade.in{filter:alpha(opacity=80);opacity:.6}.fade{moz-transition:opacity .15s linear;opacity:1;o-transition:opacity .15s linear;transition:opacity .15s linear;webkit-transition:opacity .15s linear}.fade.in{opacity:1}.btn-ok{position:absolute;bottom:25px;right:125px}.modal2{background-clip:padding-box;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.3);border-radius:6px;box-shadow:0 3px 7px rgba(0,0,0,0.3);left:50%;margin-top: 25px;margin-left:-215px;moz-background-clip:padding-box;moz-border-radius:6px;moz-box-shadow:0 3px 7px rgba(0,0,0,0.3);outline:0;position:fixed;top:10%;webkit-background-clip:padding-box;webkit-border-radius:6px;webkit-box-shadow:0 3px 7px rgba(0,0,0,0.3);width:430px;height:600px;z-index:1050}.modal2.fade{moz-transition:opacity .3s linear,top .3s ease-out;o-transition:opacity .3s linear,top .3s ease-out;top:0%;transition:opacity .3s linear,top .3s ease-out;webkit-transition:opacity .3s linear,top .3s ease-out}.modal2.fade.in{top:10%}.modal-body{background-image:url(happy_new_year.png);background-size:cover;height:600px;overflow-y:auto;padding:15px;position:relative;text-align:center}*/









#modalTY{
	max-width: 600px;
	min-height: 350px;
	background-color: #fff;
	border-radius: 10px;
	padding: 60px 20px;
	margin: 50vh auto 0 auto;
	transform: translateY(-50%);
}
.modalGalka{
	margin-bottom: 19px;
}
#modalTY .modal-block__desc{
	text-align: left;
	font-size: 24px;
	line-height: 130%; 
	color: #596D87;
	padding-left: 15px;
}
#modalTY .modal-block__title{
	margin-bottom: 13px;
	font-weight: 700;
	font-size: 40px;
	line-height: 120%;
	color: #0E284A;
	padding-left: 15px;
}
#modalTY .modal-close--circle {
    top: 17px;
    right: 9px;
}
.thxmodal{

}
.thxmodal__title{
	font-family: 'MullerBold';
	font-style: normal;
	font-weight: 700;
	font-size: 26px;
	line-height: 130%;
	text-align: center;
	color: #0E284A !important;
	margin-bottom: 10px;
}
.thxmodal__subtitle{
	font-family: 'MullerMedium';
	font-style: normal;
	font-weight: 500;
	font-size: 16px !important;
	line-height: 150%;
	text-align: center;
	color: #969696 !important;
	margin-bottom: 30px;
}
.thxmodal__img{
	display: block;
	max-width: 170px;
	width: 100%;
	height: auto;
	object-fit: contain;
	object-position: center;
	margin: 0 auto 30px auto;
}
.thxmodal__link{
	font-family: 'MullerMedium';
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 1;
	text-transform: uppercase;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 394px;
	width: 100%;
	height: 50px;
	background: #9BCA45;
	margin: 0 auto 12px auto;
	filter: drop-shadow(0 4px 0 #71972B);
    border-radius: 50px;
	transition: all .2s ease-in 0s;
}

.thxmodal__tip{
	font-family: 'MullerMedium';
	font-style: normal;
	font-weight: 500;
	font-size: 16px !important;
	line-height: 150%;
	text-align: center;
	color: #969696 !important;
	margin-bottom: 10px;
}
.thxmodal__tipCall{
	font-family: 'MullerMedium';
	font-style: normal;
	font-weight: 500;
	font-size: 13px !important;
	line-height: 140%;
	text-align: center;
	color: #878992 !important;
}
.thxmodal__tipCall a{
	color: #333333;
	text-decoration: underline;
}
.thxmodal__close{
	max-width: 28px;
	width: 100%;
	height:28px;
    top: 15px;
    right: 15px;
	padding: 0;
}

.thxmodal__close svg{
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	transition: all .2s ease-in 0s;
}
@media(min-width: 800px){
	.thxmodal__img{
		max-width: 200px;
	}
	.thxmodal__title{
		font-size: 32px;
	}
	.thxmodal__link{
		font-size: 18px;
		height: 65px;
	}
	#modalTY{
		padding: 65px 103px;
		min-height: 617px;
	}
	.thxmodal__tipCall{
		font-size: 14px !important;
	}
	.thxmodal__close{
		top: 27px;
		right: 27px;
	}
	.thxmodal__close:hover svg{
		transform: rotate(180deg);
	}
	.thxmodal__link:hover{
		filter: drop-shadow(0 0 0 #71972B);
		color: #fff !important;
	}
	.thxmodal__close:hover path {
		fill: #9BCA45 !important;
	}
}
.header-bottom-nav li:last-child .header-bottom-nav-sub{
	right:-30px;
	left:unset;
}
.header-top-nav__el .header-top-nav__phone:first-child{
	margin-left: 12px;
}
/* ПЕРЕЗАЛОГ */

.advantage--title{
	font-weight: 700;
	font-size: 40px;
	line-height: 130%;
	text-align: center;
	color: #0E284A;
	margin-bottom: 0;
}
.section-advantage .ref-content .ref-content__list{
	display:-ms-grid;
	display:grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	-webkit-column-gap: 20px;
	   -moz-column-gap: 20px;
	        column-gap: 20px;
}
.ref-content__list .ref-content__el{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	    -ms-flex-direction:column;
	        flex-direction:column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.ref-content__list .ref-content__el .ref-content__title{
	font-family: "MullerMedium", Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 150%;
	text-align: center;
	color: #333C65;
	margin-bottom:15px;
}
.ref-content__list .ref-content__el .ref-content__title::after{
	content: none;
}
.ref-content__list .ref-content__el .ref-content__desc{
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	text-align: center;
	color: #828282;
}
.ref-content__list .ref-content__el .ref-content__img{
	margin-bottom: 24px;
}
@media(min-width:500px){
	.section-advantage .ref-content .ref-content__list{
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr);
	}
}
@media(min-width:900px){
	.section-advantage .ref-content .ref-content__list{
		-ms-grid-columns: (1fr)[3];
		grid-template-columns: repeat(3, 1fr);
	}
}
.autoUrs{
	height: 296px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url(../img/auto_u_vas.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.autoUrs__wrapper{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.autoUrs__title{
	font-weight: 700;
	font-size: 30px;
	line-height: 130%;
	color: #FFFFFF;
	margin-bottom:20px;
}
@media(min-width:380px){
	.autoUrs__title{
		font-size: 40px;
	}
}
.autoUrs__p{
	font-weight: 400;
	font-size: 24px;
	line-height: 150%;
	color: #FFFFFF;
}
.refQuestions__wrapper{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-column-gap:27px;
	   -moz-column-gap:27px;
	        column-gap:27px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 0 15px;
}
.refQuestions__img{
	display: none;
}
.refQuestions__info{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	    -ms-flex-direction:column;
	        flex-direction:column;
	max-width: 641px;
    width: 100%;
}
.refQuestions--info__title{
	font-weight: 700;
	font-size: 50px;
	line-height: 130%;
	color: #0E284A;
	margin-bottom:22px;
}
.refQuestions--info__strong{
	font-family: "MullerMedium", Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 150%;
	color: #333C65;
	margin-bottom:36px;
}
.refQuestions--info__light{
	font-family: "MullerLight", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 150%;
	color: #333C65;
	margin-bottom:43px;
}
.refQuestions__formBlock{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	    -ms-flex-direction:column;
	        flex-direction:column;
	padding:30px 34px;
	background: #0E4582;
	border-radius: 10px;
}
.refQuestions--formBlock__title{
	font-weight: 700;
	font-size: 35px;
	line-height: 150%;
	color: #FFFFFF;
	margin-bottom: 10px;
}
.refQuestions--formBlock__subtitle{
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #ECECEC;
	margin-bottom:18px;
}
.refQuestions form{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
    row-gap: 10px;
	-webkit-column-gap: 10px;
	   -moz-column-gap: 10px;
	        column-gap: 10px;
}
@media(min-width:420px){
	.refQuestions form{
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
}
.refQuestions form .input-field__wrap{
	max-width:287px;
	position:relative;
}
.refQuestions form input{
	position: relative;
    background: #0E4582;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.2;
    color: #7497BD;
    max-width: 287px;
    padding: 20px 24px;
    height: unset;
	position: relative;
	border-radius: 50px;
}
.refQuestions form input + span:before{
	content: '';
	position: absolute;
	inset: 0;
	border-radius: 50px; 
	padding: 1px;
	background: linear-gradient(to right, #ffffff, #27568b);
	-webkit-mask: 
		linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
}
.refQuestions .checkbox-field__text{
	font-weight: 400;
	font-size: 12px;
	line-height: 150%;
	color: #FFFFFF;
	opacity: 0.7;
}
.refQuestions form .form-field{
	padding:0;
	max-width: 276px;
    width: 100%;
}
.refQuestions--formBlock__form{
	margin-bottom:18px;
}
.refQuestions .checkbox-icon__check {
    opacity: 0;
    fill: #fff;
}
.refQuestions .checkbox--active .checkbox-icon__check {
    opacity: 1;
}
.refQuestions .checkbox--active .checkbox-icon__rect {
    stroke: #fff;
}
.refQuestions .btn--form{
	max-width: 276px;
	width: unset;
    height: 60px;

}
.refQuestions .checkbox-icon {
    float: left;
    width: 17px;
    height: 17px;
    margin-right: 13px;
    cursor: pointer;
}
.refQuestions br{
	display:none;
}
@media(min-width:1100px){
	.refQuestions br{
		display:block;
	}
	.refQuestions__img{
		display:block;
		background-image: url(../img/quests.png);
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		max-width:700px;
		width:100%;
	}
}

/* ПЕРЕЗАЛОГ */
.calc-form-modal-simple .checkbox-field__text{
	color: #878992;
}
.banner-about{
	background-color: #0E284A;
}
.banner-about .c-container{
	max-width: 1350px;
}
.banner-about .banner-about__content{
	width: 100%;
	height: 30.9em;
}
.banner-about__content h1{
	font-weight: 700;
	font-size: 2em;
	line-height: 120%;
	color: #FFFFFF;
	margin-bottom: 10px;
}
.banner-about__content .main-banner-content__subtitle{
	font-weight: 600;
	font-size: 1.2em;
	line-height: 150%;
	color: #9BCA45;
	margin-bottom: 15px;
}
.banner-about__list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	row-gap: 1em;
}
.banner-about__el{
	margin: 0;
display: flex;
align-items: center;
}
.banner-about__el::before{
	content: none;

}
.banner-about__el span{
	font-weight: 500;
	font-size: 1em;
	line-height: 1.5;
	color: #FFFFFF;
	display: block;
	position: relative;
	display: flex;
	align-items: baseline;
}
.banner-about__el::before{
    content: '';
    display: block;
    max-width: 20px;
	width: 100%;
    height: 20px;
    background-image: url(/local/components/invest/bannerTest/templates/.default/newBanner2022-item.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	margin-right: 15px;
}
.banner-about .main-banner__img{
	width: 100%;
	height: 30.9em;
}
.banner-about .main-banner__img-filter{
	height: 30.9em;
	width: 100%;
    background: #0E284A;
    opacity: 0.8;
}
.banner-about .main-banner-content__inner{
 	top: 63%;
}
@media(min-width: 776px){
	.banner-about__el::before{
		max-width: 37px;
		height: 37px;
	}
}
@media(min-width: 991px){
	.banner-about .main-banner__img-filter{
		height: 30.9em;
		opacity: 1;
		width: 95%;
		background: -o-linear-gradient(right, #0E284A 58%, transparent 100%);
		background: -webkit-gradient(linear, right top, left top, color-stop(58%, #0E284A), to(transparent));
		background: linear-gradient(to left, #0E284A 58%, transparent 100%);
	}
	.banner-about .banner-about__content{
		width: 50%;
		height: 30.9em;
	}
	.banner-about .main-banner__img{
		width: 45%;
		height: 30.9em;
	}
	.banner-about__content .main-banner-content__subtitle{
		font-size: 1.736em;
	}
	.banner-about__el span{
		font-size: 0.926em;
	}
	.banner-about .main-banner-content__inner{
		top: 50%;
	}
}
@media(min-width: 1200px){
	.banner-about__content h1{
		font-size: 3.858em;
	}
}

.paymentVariants{
    max-width: 1440px;
    margin: 67px auto 79px auto;
    width: 100%;
	padding: 0 15px;
}
.paymentVariants__online{
    background: -o-linear-gradient(181deg, #F7F7F7 0.68%, #FFF 57.35%);
    background: linear-gradient(269deg, #F7F7F7 0.68%, #FFF 57.35%);
    -webkit-box-shadow: 0px 4px 150px 0px rgba(14, 40, 74, 0.15);
            box-shadow: 0px 4px 150px 0px rgba(14, 40, 74, 0.15);
    padding: 40px 20px 440px 20px;
    margin-bottom: 93px;
    position: relative;
}
.paymentVariants__offline{
    background: -o-linear-gradient(181deg, #F7F7F7 0.68%, #FFF 57.35%);
    background: linear-gradient(269deg, #F7F7F7 0.68%, #FFF 57.35%);
    -webkit-box-shadow: 0px 4px 150px 0px rgba(14, 40, 74, 0.15);
            box-shadow: 0px 4px 150px 0px rgba(14, 40, 74, 0.15);
    padding: 40px 20px 450px 20px;
    position: relative;
    min-height: 680px;
}
.paymentVariants__online .paymentVariants__bg{
    position: absolute;
    right: 50%;
	-webkit-transform: translateX(50%);
	    -ms-transform: translateX(50%);
	        transform: translateX(50%);
    bottom: 5px;
    max-width: 430px;
    width: 100%;
}
.paymentVariants__offline .paymentVariants__bg{
    position: absolute;
    right: 50%;
    -webkit-transform: translate(50%);
        -ms-transform: translate(50%);
            transform: translate(50%);
    bottom: 20px;
    max-width: 280px;
    width: 100%;
}
.paymentVariants__text{
    margin-bottom: 22px;
}
.paymentVariants__text h2{
    color: #3E3E3F;
	font-family: MullerBold;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}
.paymentVariants__text h2 br{
	display: none;
}
.paymentVariants__text span{
	font-family: MullerRegular;
    color: #3E3E3F;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-top: 11px;
    display: block;
}
.paymentVariants--list{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 70px;
    -webkit-column-gap: 105px;
       -moz-column-gap: 105px;
            column-gap: 105px;
}
.paymentVariants--list__item{
    border-radius: 5px;
    border: 1px solid #ECECEC;
    padding: 34px 14px 34px 20px;
    min-height: 175px;
    position: relative;
    max-width: 100%;
}
.paymentVariants--list .paymentVariants--list__item:not(:last-child)::after{
	content: '';
	background-image: url(/assets/img/list_arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	max-width: 45px;
	width:100%;
	height: 45px;
	display: block;
	position: absolute;
    bottom: -55px;
	left:50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
        -ms-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
}
.paymentVariants--list__item p{
    color: #3E3E3E;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    position: relative;
    z-index: 2;
}
.paymentVariants--list__item--btn{
	border-radius: 5px;
	background: #02C0F3;
	text-decoration: none !important;
	color: #FFF !important;
	text-align: center;
	font-family: MullerRegular !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 400 !important;
	line-height: 130%;
	max-width: 136px;
	width:100%;
	height: 45px;
	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;
	margin-top: 25px;
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}
.paymentVariants--list__item--btn:hover{
	background: #00b5e5;
	color: #fff !important;
}
.paymentVariants--list__item p br{
	display: none;
}
.paymentVariants--list__item p a{
	color: #224879;
	font-family: MullerMedium;
	font-weight: 500;
	text-decoration: underline;
}
.paymentVariants--list__item p a:hover{
	color: #224879;
	font-family: MullerMedium;
	font-weight: 500;
	text-decoration: none;
}
.paymentVariants--list__item span{
	font-family: MullerExtraBold;
    position: absolute;
    bottom: -15px;
    right: 5px;
    opacity: 0.05;
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(0, 0, 0, 0.00)));
    background: -o-linear-gradient(top, #000 0%, rgba(0, 0, 0, 0.00) 100%);
    background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-size: 65px;
    font-style: normal;
    font-weight: 800;
    line-height: 130%;
}
.paymentVariants--offline__tabs .tabs__item p{
    border-radius: 5px;
    border: 1px solid #ECECEC; 
    color: #3E3E3E;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    padding: 15px;
    max-width: 794px;
    width: 100%;
    min-height: 217px;
}
.paymentVariants__online .tabs__items .tabs__item > p{
    border-radius: 5px;
    border: 1px solid #ECECEC;
    color: #3E3E3E;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    padding: 15px;
    max-width: 794px;
    width: 100%;
    min-height: 217px;
}
.paymentVariants--offline__tabs .tabs__item p br{
	display: none;
}
.paymentVariants--offline__map{
    border-radius: 5px;
    background: #ACDB55;
    color: #FFF;
    text-align: center;
    font-size: 16px;
	font-family: MullerBold;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-top: 37px;
    max-width: 383px;
    width: 100%;
    height: 65px;
    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;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.paymentVariants--offline__map:hover{
    background: #90bb40;
	color: #fff !important;
}
.paymentVariants__textCards{
	color: #3E3E3E;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	margin-bottom: 25px;
}
.paymentVariants__cards{
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
}
.paymentVariants__card h2{
    font-family: "MullerBold", Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 10px;
	color: #224879;
}
.paymentVariants__card ul li{
	color: #3E3E3E;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	display: flex;
	align-items: flex-start;
	column-gap: 10px;
}
.paymentVariants__card ul li::before{
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background: #224879;
	margin-top: 5px;
}
@media(min-width:700px){
	.paymentVariants--list{
		-ms-grid-columns: 1fr 105px 1fr 105px 1fr;
		grid-template-columns: repeat(3, 1fr);
		row-gap: 53px;
		-webkit-column-gap: 105px;
		   -moz-column-gap: 105px;
		        column-gap: 105px;
	}
	.paymentVariants--list__item{
		 max-width: 378px;
	}
	.paymentVariants--list .paymentVariants--list__item:nth-child(1)::after, .paymentVariants--list .paymentVariants--list__item:nth-child(2)::after, .paymentVariants--list .paymentVariants--list__item:nth-child(4)::after{
		content: '';
		background-image: url(/assets/img/list_arrow.svg);
		background-repeat: no-repeat;
		background-size: contain;
		max-width: 45px;
		width:100%;
		height: 45px;
		display: block;
		position: absolute;
		top: 50%;
		right: -70px;
		left: unset;
		bottom: unset;
		-webkit-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		        transform: translateY(-50%);
	}
	.paymentVariants--list .paymentVariants--list__item:nth-child(3)::after{
		content: none;
	}
	.paymentVariants__online{
		padding: 40px 45px 134px 38px;
	}
	.paymentVariants__online .paymentVariants__bg{
		right: 35px;
		bottom: 20px;
		max-width: 400px;
		-webkit-transform: translateX(0);
		    -ms-transform: translateX(0);
		        transform: translateX(0);
	}
	.paymentVariants--list__item{
		min-height: 232px;
	}
	.paymentVariants--list__item p{
		font-size: 18px;
	}
	.paymentVariants--list__item span{
		bottom: -25px;
		right: 18px;
		font-size: 100px;
	}
	.paymentVariants--list__item--btn{
		height: 58px;
	}
	.paymentVariants__text h2{
		font-size: 30px;
	}
	.paymentVariants__offline{
		padding: 40px 38px 99px 38px;
	}
	.paymentVariants--offline__tabs .tabs__item p{
		padding: 37px 52px;
	    font-size: 18px;
	}
	.paymentVariants__online .tabs__items .tabs__item > p{
		padding: 37px 52px;
	    font-size: 18px;
	}
	.paymentVariants__offline .paymentVariants__bg{
		right: 135px;
		-webkit-transform: translateX(0);
		    -ms-transform: translateX(0);
		        transform: translateX(0);
		bottom: 19px;
		max-width: 300px;
	}
	.paymentVariants__textCards{
		font-size: 18px;
		margin-bottom: 25px;
	}
	.paymentVariants__cards{
		gap: 50px;
	}
	.paymentVariants__card h2{
		font-size: 22px;
		line-height: 24px;
		margin-bottom: 15px;
	}
	.paymentVariants__card ul li{
		font-size: 18px;
		column-gap: 10px;
	}
}
@media(min-width:700px) and (max-width:1000px){
	.paymentVariants--list {
		-webkit-column-gap: 60px;
		   -moz-column-gap: 60px;
		        column-gap: 60px;
	}
	.paymentVariants--list .paymentVariants--list__item:nth-child(1)::after, .paymentVariants--list .paymentVariants--list__item:nth-child(2)::after, .paymentVariants--list .paymentVariants--list__item:nth-child(4)::after{
		right: -50px;
	}
	.paymentVariants__online .paymentVariants__bg {
		right: 0px;
		max-width: 260px;
	}
}
@media(min-width:700px) and (max-width:1300px){
	.paymentVariants__offline {
		padding: 40px 38px 210px 38px;
	}
	.paymentVariants__offline .paymentVariants__bg {
		max-width: 200px;
		right: 10px;
	}
}
@media(min-width:1000px){
	.paymentVariants--list__item p br{
		display: block;
	}
	.paymentVariants__text h2 br{
		display: block;
	}
	.paymentVariants--offline__tabs .tabs__item p br{
		display: block;
	}
}
@media(min-width: 1441px){
	.paymentVariants {
		padding: 0;
	}
}
/* TABS */
.paymentVariants .tabs {

}
.paymentVariants .tabs__nav {
    margin-bottom: 18px;
    position: relative;
}
.paymentVariants .tabs__navListWrapper {
    margin-left: -20px;
    margin-right: -20px;
    overflow: auto;
}
.paymentVariants .tabs__navList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	row-gap: 15px;
    white-space: nowrap;
    padding-left: 20px;
    padding-right: 20px;
}
.paymentVariants .tabs__navItem {
    max-width: max-content;
    width: 100%;
}
.paymentVariants .tabs__navItem:not(:last-child) {
    margin-right: 30px;
}
.paymentVariants .tabs__navBtn {
	font-family: MullerRegular;
    border-radius: 5px;
    background: #C5C5C5;
    text-align: left;
    color: #F4F4F4;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    display: block;
    padding: 0;
    position: relative;
    width: 100%;
    padding: 14px 35px 14px 24px;
    position: relative;
    border: none;
	cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.paymentVariants .tabs__navBtn::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 13px;
    max-width: 17px;
    width: 100%;
    height: 17px;
    background-image: url(/assets/img/tab_arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.paymentVariants .tabs__navBtn--current {
    color: #fff;
    background: #224879;
}
.paymentVariants .tabs__navBtn--current::after{
    -webkit-transform: translateY(-50%) rotate(-180deg);
        -ms-transform: translateY(-50%) rotate(-180deg);
            transform: translateY(-50%) rotate(-180deg);
}
.paymentVariants .tabs__items {

}
.paymentVariants .tabs__item {
    display: none;
}
.paymentVariants .tabs__item--current {
    display: block;
} 
@media(min-width:1000px){
	.paymentVariants .tabs__navList {
		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;
		white-space: nowrap;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 24px;
		padding-bottom: 24px;
	}
}
@media(min-width:1350px){
	.paymentVariants .tabs__navBtn {
		font-size: 20px;
	}
	.paymentVariants .tabs__navItem:not(:last-child) {
		margin-right:  15px;
	}
}
@media(min-width:1200px) and (max-width: 1350px){
	.paymentVariants .tabs__navBtn {
		font-size: 18px;
	}
}
/* TABS */
.paymentMethods_banner{
	position: relative;
	overflow: hidden;
	color: #fff;
	width: 100%;
	height: 46.043em;
	background: -o-linear-gradient(192deg, #0E284A 23.49%, #224879 100%);
	background: linear-gradient(258deg, #0E284A 23.49%, #224879 100%);
	font-size: 0.82602vw;
}
.paymentMethods_bannerImg{
	position: absolute;
	left: 65em; 
	bottom: 0;
	width: auto;
	height: 90%;
	z-index: 1;
}
.paymentMethods_bannerContent{
	position: absolute;
    left: 14.945em;
    top: 11.65em;
    width: 41em; 
    z-index: 2; 
}
.paymentMethods_bannerContent h1{
	font-family: MullerMedium;
	font-weight: 500;
	font-size: 4.725em;
	line-height: 1; 
	background: -o-linear-gradient(330.19deg, #FFFFFF 31.79%, #94BAE3 90.23%); 
	background: linear-gradient(119.81deg, #FFFFFF 31.79%, #94BAE3 90.23%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	margin: 0 0 0.2em;
}
.paymentMethods_bannerContent h2{
    font-weight: 500;
	font-size: 1.385em;
	line-height: 130%;
    padding-left: 0.02em;
	margin: 0 0 0.4em;
    color: #fff;
	margin-bottom: 2.185em
}
.paymentMethods_bannerContent a{
	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;
    max-width: 18.343em;
	height: 4.8em;
    width: 100%;
	font-family: MullerBold !important;
	color: #FFF;
	text-align: center;
	font-family: Muller;
	font-size: 1.265em;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	text-transform: uppercase;
    background: -o-linear-gradient(230deg, #9BCA45 29.11%, #B6E65F 90.2%);
    background: linear-gradient(220deg, #9BCA45 29.11%, #B6E65F 90.2%);
    border-radius: 200px;
    -webkit-filter: drop-shadow(0 6px 0 #8BB342);
    filter: drop-shadow(0 0.4em 0 #8BB342);
	padding-top: 0.2em;
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}
.paymentMethods_bannerContent a:hover{
	color: #fff;
	-webkit-filter: drop-shadow(0 0 0 #8BB342);
	        filter: drop-shadow(0 0 0 #8BB342);
	cursor: pointer;
}
@media(max-width: 800px){
	.paymentMethods_banner {
		height: 137em;
	}
	.paymentMethods_bannerContent {
		position: absolute;
		left: 50%;
		top: 10em;
		-webkit-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		        transform: translateX(-50%);
		width: 105em;
	}
	.paymentMethods_bannerContent h1 {
		font-size: 13em;
	}
	.paymentMethods_bannerContent h2 {
		font-size: 5em;
		margin-bottom: 1.8em;
	}
	.paymentMethods_bannerContent a {
		font-size: 3.5em;
		margin: 0 auto;
	}
	.paymentMethods_bannerImg {
		position: absolute;
		left: 50%;
		bottom: 0;
		-webkit-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		        transform: translateX(-50%);
		width: auto;
		height: 45%;
		z-index: 1;
	}
}
.team__wrapper{
    font-size: 4.266666666vw;
}
@media(min-width: 800px){
    .team__wrapper{
        font-size: 0.94284vw;
    }
}
.team__banner{
    width: 100%;
    min-height: 113.12em;
    position: relative;
    font-size: 0.82602vw;
}
.team__banner::after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url(/assets/img/komanda/grid_bg_mob.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    width: 83.61em;
    height: 84.745em;
}
.team--banner__img{
    max-width: 100%;
    width: 100%;
    height: 113.12em;
    position: relative;
}
.team--banner__img::after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-12.82%, rgba(23, 30, 56, 0.00)), color-stop(89.23%, #141829));
    background: -o-linear-gradient(top, rgba(23, 30, 56, 0.00) -12.82%, #141829 89.23%);
    background: linear-gradient(180deg, rgba(23, 30, 56, 0.00) -12.82%, #141829 89.23%);
}
.team--banner__img img{
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
.team--banner__title{
    position: absolute;
    bottom: 1.091em;
    left: 0.7275em;
    color: #FFF;
    font-family: MullerMedium;
    font-size: 8.324em;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
}
.team--banner__title br{
    display: block;
}
.bg-pc{
    display: none;
}
@media(min-width:600px){
    .bg-pc{
        display: block;
    }
    .bg-mob{
        display: none;
    }
}
@media(min-width:800px){
    .team__banner{
        min-height: 45.4em;
    }
    .team--banner__img{
        height: 45.4em;
    }
    .team--banner__title{
        bottom: 2.0715em;
        left: 4.5715em;
        font-size: 4.4138em;
        max-width: 14em;
    }
    .team--banner__title br{
        display: none;
    }
    .team__banner::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(/assets/img/komanda/grid_bg_pc-1.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
        width: 57.379em;
        height: 15.827em;
        z-index: 2;
    }
    .team__banner::after{ 
        background-image: url(/assets/img/komanda/grid_bg_pc-2.svg);
        width: 54.226em;
        height: 22.952em;
    }
}
.team__nav{
    margin-top: 2.93em;
    padding: 0 1.172em;
}
.teamSlider{
    padding-bottom: 2.8em !important;
}
.teamSlider-slide{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.7325em;
}
.teamSlider-slide > div{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 2.345em;
    background: -o-linear-gradient(2deg, #9BCA45 29.11%, #B6E55F 90.2%);
    background: linear-gradient(88deg, #9BCA45 29.11%, #B6E55F 90.2%);
    height: 3.809em;
}
.teamSlider-slide div a{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.teamSlider-slide div div{
    color: #FFF;
    text-align: center;
    font-family: MullerExtraBold;
    font-size: 1.0254em;
    font-style: normal;
    font-weight: 800;
    line-height: 1.414em;
}
.teamSlider-slide div span{
    color: #FFF;
    text-align: center;
    font-family: MullerMedium;
    font-size: 0.732425em;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}
.teamSlider-pagination{
    bottom: 0 !important;
}
.teamSlider-pagination .swiper-pagination-bullet{
    width: 0.88em !important;
    height: 0.88em !important;
    background: #D9D9D9 !important;
    opacity: 1 !important;
}
.teamSlider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #0E4582 !important;
}
.team--pc{
    display: none;
}
@media(min-width: 800px){
    .teamSlider-wrapper{
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1.326em 1fr 1.326em 1fr 1.326em 1fr;
        grid-template-columns: repeat(4, 1fr);
        -webkit-column-gap: 1.326em;
           -moz-column-gap: 1.326em;
                column-gap: 1.326em;
    } 
    .teamSlider{
        display: none;
    }
    .team__nav {
        margin-top: 2.983em;
        padding: 0 0;
    }
    .team--pc{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-column-gap: 1.326em;
           -moz-column-gap: 1.326em;
                column-gap: 1.326em;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        row-gap: 1.326em;
        height: 21.449em;

    }
    .team--pc > div{
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        background: -o-linear-gradient(2deg, #9BCA45 29.11%, #B6E55F 90.2%);
        background: linear-gradient(88deg, #9BCA45 29.11%, #B6E55F 90.2%);
        border-radius: 2.7621em;
        height: 4.53em;
        width: 23.5%;
    }
    .team--pc div a{
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
    }
    .team--pc > div{
        -webkit-box-shadow: 0px 0px 5px 3px rgb(0 0 0 / 0%);
                box-shadow: 0px 0px 5px 3px rgb(0 0 0 / 0%);
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
    .team--pc > div:hover{
        -webkit-box-shadow: 0px 0px 5px 3px rgb(0 0 0 / 25%);
                box-shadow: 0px 0px 5px 3px rgb(0 0 0 / 25%);
    }
    .team--pc div div{
        color: #FFF;
        text-align: center;
        font-family: MullerMedium;
        font-style: normal;
        font-weight: 500;
        font-size: 1.05em;
        line-height: 150%;
    }
    .team--pc div span{
        color: #FFF;
        text-align: center;
        font-family: MullerMedium;
        font-size: 0.8839em;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
    }
}
@media(min-width: 800px) and (max-width:1280px){
    .team--pc{
        padding: 0 1.3365em;
    }
}
.team__wrapper{
    margin: 0 auto;
    max-width: 100%;
    position: relative;
}
.team__elems{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 4.3946em;
    padding: 5.5665em 0 4.395em 0;
}
.team__elem{
    position: relative;
}
.team__elem h2{
    color: #0E284A;
    text-align: center;
    font-family: MullerExtraBold;
    font-size: 2.197265em;
    font-style: normal;
    font-weight: 800;
    line-height: 130%;
    margin-bottom: 0.2667em;
    position: relative;
}
.team__elem h3{
    color: #0E284A;
    text-align: center;
    font-family: MullerMedium;
    font-size: 1.4649em;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; 
    margin-bottom: 2.25em;
}
.team__elem ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 2.3438em;
}
.team__elem li{
    margin-left: -1.4em;
}
.team--elem__img{
    width: 16.553em;
    height: 100%;
    margin-bottom: 1.685em;  
    position: relative;  
}
#s_8 ul li:nth-child(3) .team--elem__img,
#s_8 ul li:nth-child(4) .team--elem__img,
#s_8 ul li:nth-child(5) .team--elem__img{
    margin-top: 1em;
}
#s_2 ul li:nth-child(3) .team--elem__img,
#s_2 ul li:nth-child(4) .team--elem__img{
    margin-top: 1em;
}
.gex-1::after{
    content: '';
    display: block;
    width: 8.79em;
    height: 7.471em;
    position: absolute;
    top: -1.9045em;
    right: -1.246em;
    background-image: url(/assets/img/komanda/gex.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.gex-2::after{
    content: '';
    display: block;
    width: 8.79em;
    height: 7.471em;
    position: absolute;
    bottom: -1.3185em;
    right: -1.246em;
    background-image: url(/assets/img/komanda/gex.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.gex-3::after{
    content: '';
    display: block;
    width: 8.79em;
    height: 7.471em;
    position: absolute;
    top: -1.9045em;
    left: -2.0507em;
    background-image: url(/assets/img/komanda/gex.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.team--elem__img img{
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    position: relative;
    z-index: 1;
}
.team__elem .team--elem__name{
    color: #000;
    text-align: center;
    font-family: MullerMedium;
    font-size: 1.394em;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; 
    display: block;
}
.team__elem .team--elem__job{
    color: #000;
    text-align: center;
    font-family: MullerRegular;
    font-size: 1.04555em;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    display: block;
}
@media(min-width:800px){
    #s_8 ul li:nth-child(3) .team--elem__img,
    #s_8 ul li:nth-child(4) .team--elem__img,
    #s_8 ul li:nth-child(5) .team--elem__img{
        margin-top: 0;
    }
    #s_2 ul li:nth-child(3) .team--elem__img,
    #s_2 ul li:nth-child(4) .team--elem__img{
        margin-top: 0;
    }
    .team__elem li{
        margin-left: 0;
    }
    .team__wrapper{
        max-width: 70.709em;
    }
    .team--elem__title br{
        display: none;
    }
    .team--elem__subtitle br{
        display: none;
    }
    .team--elem__img{
        width: 16.794em;
        margin-bottom: 1.76768em;  
    }
    .team__elem h2{
        font-size: 2.7621em;
        margin-bottom: 0;
    }
    .team__elem h3{      
        font-size: 1.87819em;
        margin-bottom: 2.0294em;
    }
    .team__elem ul{
        row-gap: 3.424935em;
        -webkit-column-gap: 5.193em;
           -moz-column-gap: 5.193em;
                column-gap: 5.193em;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .team__elem li{
        width: 18.12em;
    }
    .team__elems {
        row-gap: 5em;
        padding: 5.5665em 0 5.5665em 0;
    }
    .team__elem .team--elem__name{
        font-size: 1.32578em;
        margin-left: -1em;
    }
    .team__elem .team--elem__job{
        font-size: 0.883855em;
        margin-left: -1.5em;
    }
    .team__elems .team__elem:nth-child(2) ul li:nth-child(1){
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    .team__elems .team__elem:nth-child(2) ul li:nth-child(2){
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
    .team__elems .team__elem:nth-child(2) ul li:nth-child(3){
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4;
    }
    .team__elems .team__elem:nth-child(2) ul li:nth-child(4){
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
    }
}
.g{
    position: absolute;
}
.team_grids{
    display: none;
}
.g1{
    top: -5.8em;
    width: 100%;
    height: 14.795em;
}
.g2{
    top: 25.6em;
    left: 0;
    height: 15.382em;
    width: 19em;
}
.g3{
    bottom: -11.5em;
    right: 0;
    height: 15.382em;
    width: 14em;
}
.g4{
    top: -5em;
    right: 0;
    height: 9.522em;
    width: 19em;
}
.g5{
    top: -6em;
    right: 0;
    height: 9.522em;
    width: 19em;
}
.g6{
    top: -6.6em;
    left: 0;
    height: 10.987em;
    width: 18em;
}
.g7{
    top: -6.7em;
    right: 0;
    height: 10.987em;
    width: 17em;
}
@media(min-width:800px){
    .g{
        display: none;
    }
    .team_grids{
        display: block;
        position: relative;
    }
    .p{
        position: absolute;
    }
        .p1{
        width: 53.529em;
        height: 21.213em;
        top: 18em;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
    .p2{
        width: 37.529em;
        height: 21.213em;
        top: 88em;
        left: 0;
    }
    .p3{
        width: 31.529em;
        height: 21.213em;
        top: 100em;
        right: 0;
    }
    .p4{
        width: 53.529em;
        height: 21.213em;
        top: 180em;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
    .p5{
        width: 41.529em;
        height: 21.213em;
        top: 212em;
        right: 0;
    }
    .p6{
        width: 34.529em;
        height: 21.213em;
        top: 230em;
        left: 0;
    }
    .p7{
        width: 53.529em;
        height: 21.213em;
        top: 279em;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
    .p8{
        width: 30.529em;
        height: 21.213em;
        top: 325em;
        left: 0;
    }
    .p9{
        width: 31.529em;
        height: 21.213em;
        top: 344em;
        right: 0;
    }
    .p10{
        width: 53.529em;
        height: 21.213em;
        top: 406em;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
    .p11{
        width: 41.529em;
        height: 21.213em;
        top: 449em;
        right: 0;
    }
    .p12{
        width: 30.529em;
        height: 21.213em;
        top: 467em;
        left: 0;
    }
    .p13{
        width: 53.529em;
        height: 21.213em;
        top: 519em;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
    .p14{
        width: 39.529em;
        height: 21.213em;
        top: 564em;
        right: 0;
    }
    .p15{
        width: 36.529em;
        height: 18.213em;
        top: 581.4em;
        left: 0;
    }
}

.tarifiModal{
	max-width: 600px;
	padding: 0;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
.tarifiModal .modal-close{
	position: absolute;
	top: 25px;
	right: 25px;
	max-width: 28px;
	height: 28px;
}
.tarifiModal .modal-close svg{
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
.tarifiModal .modal-close svg path{
	fill: #9BCA45;
}
.tarifiModal__header{
	padding: 65px 20px 35px 20px;
}
.tarifiModal__header > p{
	font-family: 'MullerMedium';
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 130%;
	text-align: center;
	color: #0E284A;
	margin-bottom: 16px;
	background: #fff;
}
.tarifiModal__header > a{
	font-family: 'MullerMedium';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 150%;
	text-transform: uppercase;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 300px;
	width: 100%;
	height: 70px;
	background: linear-gradient(90deg, #267BDB 0%, #015BC1 100%);
	box-shadow: 0px 3px 0px #0A4C96;
	border-radius: 100px;
	margin: 0 auto 10px auto;
	transition: all .2s ease-in 0s;
}
.tarifiModal__header > a:hover{
	box-shadow: 0 0 0 #0A4C96;
}
.tarifiModal__header > span{
	font-family: 'MullerMedium';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	color: #969696;
	display: block;
}
.tarifiModal__content{
	padding: 35px 20px;
	background: #EDEDED;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.tarifiModal__content > h2{
	font-family: 'MullerBold';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 130%;
	text-align: center;
	color: #0E284A;
	margin-bottom: 20px;
}
#tarifiModalform{
	max-width: 394px;
	width:100%;
}
.tarifiModalform__tel{
	margin-bottom: 10px;
}
.tarifiModalform__tel input{
	font-family: 'MullerRegular';
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 22px;
	color: #757575;
	padding: 24px 40px;
	border: 1px solid #0E284A;
	border-radius: 72px;
	width: 100%;
	background: transparent;
}
.input__fail{

}
.tarifiModalBtn{
	font-family: 'MullerBold';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	color: #FFFFFF;
	background: linear-gradient(90deg, #9BCA45 0%, #74A41E 100%);
	box-shadow: 0px 3px 0px #71972B;
	border-radius: 72px;
	border: none;
	outline: none;
	max-width: 100%;
	width: 100%;
	height: 80px;
	margin-bottom: 30px;
	padding-top: 10px;
	cursor: pointer;
	transition: all .2s ease-in 0s;
}
.tarifiModalBtn:hover{
	box-shadow: 0 0 0 #71972B;
}
.tarifiModalform-conf{
	font-family: 'MullerMedium';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	text-align: center;
	color: #878992;
	margin-bottom: 10px;
}
.tarifiModalform-conf a{
	color: #02C0F3;
}
.tarifiModalform-tip{
	font-family: 'MullerMedium';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	text-align: center;
	color: #878992;
}
.tarifiModalform-tip a{
	color: #333333;
	text-decoration: underline;
}
.tarifiModalform_fail{
	margin-top: 0 !important;
}
.otherBuisness{
    margin: 67px auto 79px auto;
}
.otherBuisness__wrap{

}
.otherBuisness__wrap > h2{
    font-family: 'MullerBold';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 120%;
    color: #0F294B;
    margin-bottom: 20px;
    text-align: center;
}
.otherBuisness__wrap > p{
    font-family: 'MullerRegular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #0F294B;
    margin-bottom: 20px;
    text-align: center;
}
.otherBuisness__list{
	display: flex;
justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
}
.otherBuisness__item{
	max-width: 450px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	padding: 20px;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, .2);
}
.otherBuisness__item h2{
    font-family: 'MullerBold';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #0F294B;
    margin-bottom: 20px;
    text-align: center;
}
.otherBuisness__item p{
    font-family: 'MullerRegular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #0F294B;
    margin-bottom: 20px;
    text-align: center;
}
.otherBuisness__item a{
    font-family: 'MullerBold';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    display: flex;
	align-items: center;
	justify-content: center;
	background: #9BCA45;
	border: 2px solid #9BCA45;
	border-radius: 10px;
	max-width: 295px;
	width: 100%;
	height: 50px;
}
@media(min-width: 700px){
	.otherBuisness{
		margin: 67px auto 79px auto;
	}
	.otherBuisness__wrap > h2{
		font-size: 45px;
		line-height: 120%;
		margin-bottom: 20px;
	}
	.otherBuisness__wrap > p{
		font-size: 20px;
		margin-bottom: 40px;
	}
	.otherBuisness__list{
		gap: 20px;
	}
	.otherBuisness__item{
		max-width: 550px;
		padding: 30px 20px;
	}
	.otherBuisness__item h2{
		font-size: 30px;
		margin-bottom: 10px;
	}
	.otherBuisness__item p{
		font-size: 16px;
		margin-bottom: 40px;
	}
	.otherBuisness__item a{
		font-size: 20px;
		border-radius: 10px;
		max-width: 295px;
		height: 50px;
	}
	.otherBuisness__item a:hover{
		color: #9BCA45 !important;
		background: transparent;
	}
}
.clock2022__formTitle.ooo{
	font-size: 2.5em;
}
.clock2022__advs{
	display: flex;
	flex-direction: column;
	row-gap: 1em;
}
.clock2022__advs li{
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.5;
}