@font-face {
    font-family: "SFProDisplay";
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url("../fonts/SFProDisplay-Thin/SFProDisplay-Thin.eot?") format("eot"), url("../fonts/SFProDisplay-Thin/SFProDisplay-Thin.woff2") format("woff2"), url("../fonts/SFProDisplay-Thin/SFProDisplay-Thin.woff") format("woff"), url("../fonts/SFProDisplay-Thin/SFProDisplay-Thin.ttf") format("truetype");
}

@font-face {
    font-family: "SFProDisplay";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("../fonts/SFProDisplay-Light/SFProDisplay-Light.eot?") format("eot"), url("../fonts/SFProDisplay-Light/SFProDisplay-Light.woff2") format("woff2"), url("../fonts/SFProDisplay-Light/SFProDisplay-Light.woff") format("woff"), url("../fonts/SFProDisplay-Light/SFProDisplay-Light.ttf") format("truetype");
}

@font-face {
    font-family: "SFProDisplay";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/SFProDisplay-Regular/SFProDisplay-Regular.eot?") format("eot"), url("../fonts/SFProDisplay-Regular/SFProDisplay-Regular.woff2") format("woff2"), url("../fonts/SFProDisplay-Regular/SFProDisplay-Regular.woff") format("woff"), url("../fonts/SFProDisplay-Regular/SFProDisplay-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "SFProDisplay";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/SFProDisplay-Medium/SFProDisplay-Medium.eot?") format("eot"), url("../fonts/SFProDisplay-Medium/SFProDisplay-Medium.woff2") format("woff2"), url("../fonts/SFProDisplay-Medium/SFProDisplay-Medium.woff") format("woff"), url("../fonts/SFProDisplay-Medium/SFProDisplay-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "SFProDisplay";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("../fonts/SFProDisplay-Semibold/SFProDisplay-Semibold.eot?") format("eot"), url("../fonts/SFProDisplay-Semibold/SFProDisplay-Semibold.woff2") format("woff2"), url("../fonts/SFProDisplay-Semibold/SFProDisplay-Semibold.woff") format("woff"), url("../fonts/SFProDisplay-Semibold/SFProDisplay-Semibold.ttf") format("truetype");
}

@font-face {
    font-family: "SFProDisplay";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/SFProDisplay-Bold/SFProDisplay-Bold.eot?") format("eot"), url("../fonts/SFProDisplay-Bold/SFProDisplay-Bold.woff2") format("woff2"), url("../fonts/SFProDisplay-Bold/SFProDisplay-Bold.woff") format("woff"), url("../fonts/SFProDisplay-Bold/SFProDisplay-Bold.ttf") format("truetype");
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-size: 16px;
    line-height: 1.5;
    font-family: "SFProDisplay", sans-serif;
    font-weight: 500;
    overflow-x: hidden;
    color: #fff;
    background: #000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}

.hidden {
    display: none;
}

a {
    outline: none !important;
    color: #4CC266;
    text-decoration: underline;
}

a:hover {
    color: #4CC266;
    text-decoration: none;
}

strong {
    font-family: "SFProDisplay", sans-serif;
    font-weight: 700;
}

.br {
    display: block;
}

.button {
    /*display: -webkit-inline-box;*/
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    padding: 5px 25px;
    height: 50px;
    width: auto;
    font-size: 16px;
    line-height: 1;
    border-radius: 5px;
    background: #4CC266;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    outline: none;
    position: relative;
    text-decoration: none;
}

.button:hover, .button:active, .button:focus:hover {
    outline: none;
    color: #000;
    background: #fff;
}

.button:focus {
    color: #fff;
    background: #4CC266;
    outline: none;
}

.swiper-wrapper {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

::-moz-selection {
    background: #4CC266;
    color: #fff;
}

::selection {
    background: #4CC266;
    color: #fff;
}

.section-title {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    font-weight: 700;
    color: #fff;
    font-size: 54px;
    line-height: 1.2;
}

.section-title span {
    margin: 0 20px;
    display: block;
}

.section-title__line {
    position: relative;
    width: 92px;
    height: 2px;
    background: #fff;
    border-radius: 1px;
    margin-right: 12px;
}

.section-title__line:first-child {
    margin-right: 0;
    margin-left: 12px;
}

.section-title__line:first-child:before {
    right: auto;
    left: -12px;
}

.section-title__line:first-child:after {
    right: auto;
    left: -6px;
}

.section-title__line:before {
    position: absolute;
    top: 0;
    right: -12px;
    width: 4px;
    height: 2px;
    border-radius: 1px;
    background: #fff;
    content: "";
}

.acc-section-desktop .acc-title {
    text-align: center;
    font-size: 54px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 90px;
}

.blog-news {
    display: flex;
    justify-content: space-around;
    margin-bottom: 120px;
}

.section-title__line:after {
    position: absolute;
    top: 0;
    right: -6px;
    width: 4px;
    height: 2px;
    border-radius: 1px;
    background: #fff;
    content: "";
}

.social {
    padding-left: 0;
    list-style: none;
    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;
    line-height: 1;
}

.social__item {
    margin-right: 100px;
    line-height: 1;
    text-align: center;
}

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

.social__link {
    text-decoration: none;
    line-height: 1;
}

.social__link:hover .social__icon {
    fill: #fff;
}

.social__icon {
    width: 120px;
    height: 120px;
    fill: #4CC266;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.form_flex svg {
    width: 20px;
    height: 20px;
    margin-right: 19px;
    fill: #4CC266;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.social__title {
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    margin: 25px 0 0;
    color: #fff;
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #000;
    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-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.preloader__img {
    position: relative;
    z-index: 10;
    width: 50px;
    height: auto;
    opacity: 0;
    -webkit-animation: logo 2s linear 1 forwards;
    animation: logo 2s linear 1 forwards;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

@-webkit-keyframes logo {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
}

@keyframes logo {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
}

.form__group {
    position: relative;
    margin-bottom: 18px;
}

.form__group.has-error .form__input {
    border-color: #FF0000;
}

.form__group.has-error .form__help {
    color: #FF0000;
}

.form__group.has-success .form__input {
    border-color: #4CC266;
}

.form__group.has-success .form__help {
    color: #4CC266;
}

.form__label {
    font-size: 12px;
    font-weight: 500;
    margin: 0 0 8px;
    display: block;
}

.form__input {
    border-radius: 10px;
    background: #242427;
    border: 1px solid transparent;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    font-weight: 500;
    padding: 5px 25px;
    height: 50px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    display: block;
}

.form__input:hover, .form__input:focus {
    border-color: #4CC266;
}

.form__input::-webkit-input-placeholder {
    color: #b3b3b3;
    font-weight: 400;
}

.form__input:-moz-placeholder {
    color: #b3b3b3;
    font-weight: 400;
}

.form__input::-moz-placeholder {
    color: #b3b3b3;
    font-weight: 400;
}

.form__input:-ms-input-placeholder {
    color: #b3b3b3;
    font-weight: 400;
}

.form textarea.form__input {
    height: auto;
    padding-top: 17px;
}

.form__help {
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    display: block;
    font-size: 12px;
    font-weight: 300;
    margin: 0;
    line-height: 1.2;
    text-align: center;
}

.form__button-group {
    text-align: center;
    margin-top: 30px;
}

.form__button-group-contact {
    text-align: center;
    margin-top: 46px;
}

.form__button-group-contact-return {
    text-align: center;
    margin-top: 24px;
}

.form__button {
    width: 100%;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.phone-form {
    max-width: 400px;
}

.phone-form__group {
    position: relative;
    margin-bottom: 12px;
}

.phone-form__input {
    padding: 5px 215px 5px 25px;
    background: #424242;
}

.phone-form__button {
    position: absolute;
    top: 0;
    right: 0;
    width: 190px;
    border-radius: 10px;
}

.phone-form__business {
    background: #309CA5;
}

.phone-form__info {
    font-size: 14px;
    font-weight: 100;
    color: #a5a5a5;
    line-height: 1.2;
}

.business-section .phone-form__info {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 40px;
}

.phone-form__info p {
    margin: 0;
}

.business-section .phone-form__info p {
    margin: 0 auto;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 100;
}

.header.is-scroll {
    background: #151515;
}

.header.is-scroll .header__col {
    padding: 15px;
}

.header__col {
    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: 25px 15px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.logo {
    line-height: 1;
}

.logo__link {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.logo__img {
    width: 30px;
    height: auto;
    margin-right: 12px;
}

.logo__title {
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
}

.menu {
    line-height: 1;
    margin: 0 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.menu__list {
    padding-left: 0;
    list-style: none;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 1;
}

.menu__item {
    line-height: 1.2;
    margin-right: 35px;
    position: relative;
}

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

.menu__item.is-active .top-menu__link {
    color: #4CC266;
}

.menu__link {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #888;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.menu__link:hover {
    color: #4CC266;
}

.toggle {
    position: relative;
    cursor: pointer;
    width: 17px;
    margin: 0;
}

.toggle div {
    width: 17px;
    height: 2px;
    background: #fff;
    margin: 5px 0 5px auto;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 2px;
}

.toggle div:nth-child(2) {
    width: 12px;
}

.toggle.on .toggle__1 {
    -webkit-transform: rotate(45deg) translate(4px, 4px);
    -ms-transform: rotate(45deg) translate(4px, 4px);
    transform: rotate(45deg) translate(4px, 4px);
}

.toggle.on .toggle__2 {
    opacity: 0;
}

.toggle.on .toggle__3 {
    -webkit-transform: rotate(-45deg) translate(6px, -6px);
    -ms-transform: rotate(-45deg) translate(6px, -6px);
    transform: rotate(-45deg) translate(6px, -6px);
}

.menu-toggle {
    display: none;
    margin-left: auto;
}

.language {
    position: relative;
    text-align: center;
    cursor: pointer;
    margin-left: 155px;
}

.language:hover .language__list {
    opacity: 1;
    visibility: visible;
}

.mobile-new--hidden {
    display: block;
}

.language__current {
    font-size: 14px;
    font-weight: 500;
    color: #4CC266;
    border-bottom: 1px solid #4CC266;
    line-height: 1.2;
}

.language__list {
    position: absolute;
    top: 100%;
    left: 0;
    padding-left: 0;
    list-style: none;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.language__link {
    font-size: 14px;
    font-weight: 500;
    color: #888;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.language__link:hover {
    color: #4CC266;
}

.main-section {
    padding: 125px 0 90px 0;
}

.main-section__picture {
    display: block;
    text-align: right;
    margin-top: 50px;
}

.main-section__img {
    height: 490px;
}

.main-section__descr {
    margin-top: 60px;
}

.main-section__title {
    font-size: 100px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 30px;
}

.main-section__title span {
    font-size: 46px;
    font-weight: 500;
    color: #a5a5a5;
    display: block;
}

.main-section__text {
    font-size: 16px;
    color: #a5a5a5;
    margin-bottom: 50px;
    max-width: 365px;
    line-height: 1.2;
}

.main-section__price {
    font-size: 24px;
    color: #CECECE;
    font-weight: 400;
    margin-bottom: 12px;
}

.main-section__price strong {
    color: #4CC266;
    font-weight: 700;
}

.about-section {
    position: relative;
    padding: 130px 0 200px;
}

.about-section:before {
    position: absolute;
    top: 17%;
    left: 0;
    width: 100%;
    height: 66%;
    background: #4CC266;
    -webkit-transform: skew(0, 6deg);
    -ms-transform: skew(0, 6deg);
    transform: skew(0, 6deg);
    content: "";
}

.about-section__title {
    margin-bottom: 45px;
}

.about-section__descr {
    margin: 0 auto;
    text-align: center;
    max-width: 430px;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2;
}

.about-section__descr p:last-child {
    margin-bottom: 0;
}

.advantages-section {
    padding: 50px 0 20px;
}

.advantages-section__title {
    margin-bottom: 65px;
}

.advantages-item {
    text-align: center;
    margin-bottom: 60px;
}

.advantages-item__circle {
    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: 85px;
    height: 85px;
    border-radius: 50%;
    background: #4CC266;
    margin: 0 auto 12px;
}

.advantages-item__icon {
    fill: #fff;
}

.advantages-item__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 15px;
}

.advantages-item__text {
    color: #828282;
    font-size: 16px;
    font-weight: 500;
}

.advantages-item__text p {
    margin: 0;
}

/*.acc-section-desktop {*/
/*    padding: 43px 0 44px 0;*/
/*}*/
.acc-section-desktop .acc-link {
    text-decoration: none;
}

.acc-box a {
    text-decoration: none;
}

.acc-box {
    background: #171717;
    border-radius: 3px;
    min-height: 240px;
    margin: 0 20px;
}

.acc-box .mobile--hidden {
    padding: 91px 0 0 20px;
    font-style: normal;
    font-weight: bold;
    font-size: 60px;
    color: #FFFFFF;
}

.acc-box .quotes {
    padding: 39px 0 0 20px;
    font-family: Source Sans Pro, sans-serif;
    color: #4CC266;
    font-style: normal;
    font-weight: bold;
    font-size: 72px;
    line-height: 72px;
    margin-bottom: 0;
}

.acc-box .acc-text {
    margin-top: -20px;
    padding: 0 0 0 20px;
    font-style: normal;
    font-weight: lighter;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
}

.acc-box .acc-date {
    padding: 15px 0 0 20px;
    font-style: normal;
    font-weight: lighter;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
    opacity: 0.5;
}

.acc-section-desktop .acc-img {
    padding: 200px 0 0 115px;
}

.acc-img img {
    display: block;
    width: auto;
    height: auto;
}

.steps-section {
    padding: 50px 0;
}

.steps-section__title {
    margin-bottom: 45px;
}

.steps-slider__picture {
    display: block;
    text-align: center;
    height: auto;
    margin: 0 auto;
}

.steps-slider__img {
    max-width: 100%;
    height: 540px;
}

.steps-slider__title {
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
    margin: 0 0 12px;
    display: none;
}

.steps-slider-pagination {
    display: none;
    width: 100%;
    position: relative;
}

.steps-slider-pagination .swiper-pagination-bullet {
    background: #fff;
    width: 5px;
    height: 5px;
    margin: 0 5px;
    opacity: 1;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.steps-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #4CC266;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
}

.steps {
    position: relative;
}

.steps:before {
    position: absolute;
    top: 5%;
    left: 8px;
    width: 1px;
    height: 90%;
    background: #fff;
    content: "";
}

.steps-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 60px;
    padding-left: 30px;
    cursor: pointer;
}

.steps-item:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    border-radius: 50%;
    background: #4CC266;
    content: "";
}

.steps-item:last-child {
    margin-bottom: 0;
}

.steps-item:hover .steps-item__number {
    color: #777;
}

.steps-item__number {
    font-size: 56px;
    font-weight: 700;
    color: #333;
    width: 100px;
    min-width: 100px;
    line-height: 1;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.steps-item__title {
    font-size: 23px;
    font-weight: 700;
    white-space: nowrap;
}

.steps-item.is-active .steps-item__number {
    color: #4CC266;
}

.video-wrap {
    overflow: hidden;
    display: block;
    width: 100%;
    max-width: 290px;
    height: auto;
    margin: 0 auto;
}

.video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.news-section {
    padding: 50px 0;
}

.news-section__title {
    margin-bottom: 40px;
}

.news-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    width: 100%;
    background: #121212;
    padding: 30px 30px 35px;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.news-card:hover {
    background: #333;
}

.news-card__picture {
    display: block;
    width: 100%;
    height: 208px;
    min-height: 208px;
    margin-bottom: 25px;
    border-radius: 3px;
    overflow: hidden;
}

.news-card__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.news-card__descr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.news-card__title {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 8px;
    line-height: 1.4;
    color: #fff;
}

.news-card__text {
    color: #898989;
    font-size: 16px;
    font-weight: 500;
    margin: auto 0 0;
    text-align: center;
}

.partner-section {
    padding: 85px 0 70px;
}

.partner-section__picture {
    display: block;
    text-align: center;
    margin-bottom: 50px;
}

.partner-section__img {
    width: 300px;
    height: 340px;
}

.swiper-button-next, .swiper-button-prev {
    color: #4CC266 !important;
}

.partner-section__title {
    margin-bottom: 20px;
}

.partner-section__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    width: 100%;
    max-width: 270px;
}

.swiper-container {
    padding: 20px 10px;
    overflow: hidden;
    margin: 0 auto;
}

.mySwiper {
    width: 100%;
    height: 100%;
}

.contacts-section {
    padding: 70px 0;
}

.contacts-section__title {
    margin-bottom: 90px;
}

.popup .partner-text {
    text-align: center;
    font-size: 14px;
}

.form-partner-text {
    margin-top: 20px;
}

.mobile-section {
    background: url(../img/mobile-main-bg@2x.jpg) no-repeat top center;
    background-size: cover;
    padding: 135px 0;
    display: none;
}

.mobile-section__logo {
    margin-bottom: 100px;
}

.mobile-section__logo .logo__link {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.mobile-section__logo .logo__title {
    font-size: 45px;
    line-height: 1.2;
}

.mobile-section__logo .logo__title span {
    display: block;
    font-weight: 300;
    color: #A7A7A7;
    font-size: 22px;
}

.mobile-section__slogan {
    text-align: center;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 30px;
}

.mobile-section__download {
    margin-bottom: 30px;
}

.mobile-section__download .download__link {
    height: 45px;
    max-width: 155px;
}

.mobile-section__price {
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.mobile-section__price strong {
    color: #4CC266;
    font-weight: 700;
}

.mobile-section__home {
    text-align: center;
    margin-top: 10vh;
}

.mobile-section--100vh {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    min-height: 560px;
    padding: 175px 0 30px;
}

.faq-article {
    padding: 165px 0 100px;
    background: #252525;
}

.faq-article__title {
    text-align: center;
    font-size: 56px;
    font-weight: 700;
    margin: 0 0 15px;
}

.faq-article__descr {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 90px;
}

.faq-block {
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 25px;
}

.faq-block__toggle {
    padding: 22px 75px 22px 50px;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    background: #3D3D3D;
    color: #fff;
    position: relative;
}

.faq-block__toggle:before {
    position: absolute;
    top: 50%;
    right: 50px;
    width: 14px;
    height: 2px;
    margin-top: -1px;
    background: #4CC266;
    content: "";
}

.faq-block__toggle:after {
    position: absolute;
    top: 50%;
    right: 56px;
    width: 2px;
    height: 14px;
    margin-top: -7px;
    background: #4CC266;
    opacity: 1;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    content: "";
}

.faq-block__toggle:hover {
    color: #4CC266;
}

.faq-block__title {
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
}

.faq-block.on .faq-block__toggle:after {
    opacity: 0;
}

.faq-block__hidden.hidden {
    display: none;
}

.faq-block__hidden.visible {
    display: block;
}

.faq-block__descr {
    background: #3D3D3D;
    padding: 0 50px 35px;
    color: #b1b1b1;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
}

.faq-block__descr p:last-child {
    margin-bottom: 0;
}

.terms-article {
    padding: 165px 0 50px;
    background: #252525;
}

.terms-article__title {
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 35px;
    line-height: 1.2;
}

.terms-article__descr {
    font-size: 16px;
    font-weight: 100;
    margin: 0 0 35px 0;
}

.terms-article__text h2 {
    text-transform: uppercase;
    font-size: 24px;
    margin: 0 0 35px;
}

.terms-article__text p {
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    text-align: justify;
}

.stocks {
    min-height: 80vh;
    padding: 210px 0 120px;
    background: #252525;
}

.stocks img {
    display: block;
    width: 100%;
    height: auto;
}

.stocks h3 {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 38px;
    color: #FFFFFF;
    text-align: center;
    letter-spacing: 1px;
    margin-top: 1rem;
}

.news img {
    display: block;
    width: 100%;
    height: auto;
}

.news .img-news__small {
    display: block;
    width: 300px;
    height: 200px;
}

.news h3 {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 38px;
    color: #FFFFFF;
    text-align: right;
    letter-spacing: 1px;
}

.news h1 {
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 38px;
    color: #FFFFFF;
    text-align: center;
    letter-spacing: 1px;
}

.stocks-article__title {
    font-size: 75px;
    line-height: 64px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 80px;
}


.stocks .stocks-article {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 1px;
}

.stocks-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
    padding: 0 70px 0 50px;
    background: #3D3D3D;
    border-radius: 3px;
    max-width: 1170px;
    height: 64px;
}


.stocks-box .text-upper {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 1px;
}

.mr-12 {
    margin-right: -12px;
}

.stocks-box .stocks-link {
    color: #4CE188;
    text-decoration: none;
}

.stocks-install {
    min-height: 80vh;
    padding: 150px 0 120px;
    background: #252525;
}

.stocks .li-mt {
    margin-top: 15px;
}

.stocks-article__install {
    text-align: center;
    letter-spacing: 1px;
}

h1.stocks-article__install {
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 64px;
    color: #4CE188;
}

h3.stocks-article__install {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 38px;
    color: #FFFFFF;
}

.text-article {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 1px;
    margin-top: 1.5rem;
}

.news .text-article {
    margin-bottom: 20px;
}

.link-article {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 1px;
    margin-top: 32px;
    margin-bottom: 20px;
}

.stocks .text-color {
    color: #4CE188;
}

.stocks a {
    text-decoration: none;
}

.stocks ul {
    font-weight: bold;
    color: #4CE188;
}

.stocks .address {
    display: block;
    margin: 18px 0 6px 0;
}

.stocks ul > li {
    list-style: none;
    font-style: normal;
    font-weight: normal;
    margin-left: 20px;
    color: #FFFFFF;
}

.stocks .color-li {
    color: #c3c3c3;
}

.footer {
    position: relative;
    padding: 35px 0 20px;
    background: #151515;
    margin-top: auto;
}

.desktop--hidden__footer {
    display: none;
}

.footer__col {
    margin-bottom: 25px;
}

.footer__logo {
    margin-bottom: 25px;
}

.footer_image {
    margin-top: -5px;
}

.footer_image__pay img {
    width: 50px;
    height: 32px;
}

.footer_image__pay .easy_pay {
    width: 107px;
}

/*.footer-social img {*/
/*   filter: invert(100%) sepia(0%) saturate(7497%) hue-rotate(333deg) brightness(99%) contrast(103%);*/
/*}*/

.share-social {
    border-top: 1px solid #444444;
    border-bottom: 1px solid #444444;
    padding: 15px 0;
    display: grid;
    grid-template-columns: 1fr 2fr 4fr;
}

.share-social .fa, .fab, .fad, .fal, .far, .fas {
    font-size: 28px;
}

.share-link {
    display: flex;
    justify-content: center;
}

.share-link i {
    padding: 0 20px;
}

.share-link a {
    color: #FFFFFF;
}

.share-link button {
    outline: none!important;
    border: none;
}

.share-text {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    line-height: 28px;
}


.desktop--hidden {
    display: none;
}

.desktop--hidden--log {
    display: none;
}

.footer-phone {
    line-height: 1;
    /*display: -webkit-inline-box;*/
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.footer-phone__link {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.footer-phone__link:hover {
    color: #4CC266;
}

.footer-phone__icon {
    width: 18px;
    height: 18px;
    fill: #fff;
    margin-right: 10px;
}

.footer__social {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.footer__social .social__item {
    margin-right: 25px;
}

.footer__social .social__item:last-child {
    margin-right: 0;
}

.footer__social .social__icon {
    width: 36px;
    height: 36px;
}

.social__icon__media {
    width: 32px;
    height: 32px;
}

.footer-block__title {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 9px;
    font-size: 16px;
}

.footer-menu {
    line-height: 1;
    margin: 0 auto;
}

.footer-menu__list {
    padding-left: 0;
    list-style: none;
    margin: 0;
    line-height: 1;
}

.footer-menu__item {
    line-height: 1.2;
    position: relative;
    margin-bottom: 15px;
    padding-left: 15px;
}

.footer-menu__item:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 4px;
    margin-top: -1px;
    border-radius: 50%;
    background: #4CC266;
    content: "";
}

.footer-menu__item:last-child {
    margin-bottom: 0;
}

.footer-menu__link {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.footer-menu__link:hover {
    color: #4CC266;
}

.footer__bottom {
    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;
    border-top: 1px solid #444444;
    padding-top: 15px;
}

.footer-links {
    line-height: 1;
}

.footer-links__list {
    padding-left: 0;
    list-style: none;
    margin: 0;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.footer-links__item {
    line-height: 1.2;
    position: relative;
    margin-right: 40px;
}

.footer-links__item:last-child {
    margin-right: 0;
}

.footer-phone__descr {
    text-align: center;
    margin-top: 10px;
}

.footer-phone__descr__desktop {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 30px;
    padding-left: 35px;
}

.footer-links__link, .footer-phone__descr {
    position: relative;
    font-size: 12px;
    font-weight: 100;
    color: #a1a1a1;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.footer-links__link:hover {
    color: #fff;
}

.download__title {
    font-size: 16px;
    font-weight: 500;
    color: #a1a1a1;
    max-width: 270px;
    margin-bottom: 10px;
}

.download__list {
    padding-left: 0;
    list-style: none;
    margin: 0;
    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: center;
}

.download__item {
    margin-right: 10px;
}

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

.download__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #a1a1a1;
    background: #151515;
    border-radius: 5px;
    max-width: 170px;
    height: 50px;
    padding: 5px 10px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.download__link:hover {
    border-color: #fff;
}

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

.copyright {
    font-size: 16px;
    color: #a1a1a1;
    line-height: 1;
}

.popup {
    position: relative;
    background: #050505;
    max-width: 550px;
    margin: 0 auto;
    width: 100%;
    padding: 40px 70px;
    display: none;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    border-radius: 10px;
}

.popup--return {
    max-width: 630px;
}

.popup--waiting {
    max-width: 375px;
    padding: 56px 17px 31px 17px;
}

.popup__title_waiting {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    color: #FFFFFF;
}

.form_waiting {
    padding: 0 31px;
}

.phone-form__input_waiting {
    padding: 5px 50px 5px 25px;
    background: #424242;
    text-align: center;
}

.button-waiting {
    display: block;
    margin: 12px auto 0 auto;
    width: 100%;
}

button.button-close-waiting {
    text-align: center;
    color: #4ABC64;
    font-size: 14px;
    line-height: 16px;
    padding: 0;
    border: 0;
    background: #050505;
    width: 50px;
}

h3.popup__title_waiting {
    padding: 16px 29px 19px 29px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
    text-align: center;
    color: #FFFFFF;
}

.popup__title {
    position: relative;
    font-size: 48px;
    margin: 0 0 30px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

.popup__title_contact {
    text-align: left;
    position: relative;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 43px;
    font-weight: 700;
}

.form-return_text {
    margin-top: 24px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

.return_link {
    padding-bottom: 2px;
    text-decoration: none;
    border-bottom: 1px solid #4CC266;
}

.popup-return-form {
    padding: 80px 55px 36px 55px;
}

.popup__title_return {
    font-size: 43px;
    line-height: 51px;
}

.popup-return-form h3 {
    margin: 40px 0 20px 0;
    font-size: 24px;
    line-height: 150%;
}

.padding-form {
    padding-bottom: 30px;
}

.form_info {
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    margin-top: 24px;
    text-align: center;
}

.popup_border {
    display: block;
    margin: 20px auto 0 auto;
    width: 200px;
    height: 1px;
    background: #646464;
}

.form_number {
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0.02em;
    text-align: center;
    margin-top: 14px;
}

.form_flex {
    display: flex;
    align-items: center;
    margin-top: 22px;
}

.form_flex__icon {
    justify-content: center;
}

.form_flex img {
    margin-right: 19px;
}

.contact_info {
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}

.contact_info a {
    color: #FFFFFF;
}

.popup_phone {
    text-decoration: none;
}

.popup__descr {
    margin: 0;
    text-align: center;
    font-size: 25px;
    font-weight: 300;
    color: #DBDBDB;
}

.popup__close {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 340px;
    margin: 0 auto;
}

.popup--success {
    max-width: 630px;
    padding: 90px 70px;
}

.popup--success .popup__title {
    font-size: 42px;
    margin-bottom: 15px;
}

.popup--price {
    max-width: 1200px;
    padding: 50px 50px;
}

.popup--price .popup__title {
    font-size: 40px;
    margin-bottom: 30px;
}


.price-table {
    margin-bottom: 35px;
}

.price-table__header {
    margin-bottom: 15px;
}

.price-table__title {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    position: relative;
    padding: 18px 0;
}

.price-table__title:before {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -70px;
    width: 140px;
    height: 1px;
    background: #4CC266;
    content: "";
}

.price-table__row {
    background: #202020;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 15px 0;
}

.price-table__col {
    text-align: center;
    font-size: 30px;
    line-height: 1;
    font-weight: 500;
}

.fancybox-close-small {
    padding: 0;
    width: 48px;
    height: 48px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    opacity: .7;
}

.fancybox-close-small svg path {
    fill: #fff;
}

.fancybox-close-small:hover {
    opacity: 1;
}

.fancybox-bg {
    background: rgba(30, 30, 30, 0.8);
}

.fancybox-slide--current .popup {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}


/*==========  Mobile First  ==========*/


/* business */
/* business-section */
.business-section {
    padding-top: 160px;
    background: linear-gradient(180deg, #000000 0%, #204A4E 100%);
    position: relative;
}

.business-section .phone-form {
    margin: 0 auto;
}

.form-business {
    display: flex;
    align-items: center;
}

.button-business {
    background: #309CA5;
}

.business-section:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 450px;
    background-image: url(../img/business/figure.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.row-mobile {
    display: flex;
    flex-flow: wrap;
}

.business-section__descr {
    text-align: center;
    font-style: normal;
    font-weight: bold;
    font-size: 80px;
    color: #FFFFFF;
}

.business-section__text {
    /*padding-top: 24px;*/
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 33px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}

.business-section .partner-section__button, .feedback .partner-section__button {
    margin-top: 30px;
    filter: drop-shadow(0px 4px 120px rgba(0, 0, 0, 0.5));
    height: 60px;
    max-width: 370px;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    background: #309CA5;
}

.business-section__picture img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: auto;
}

/* about-business */
.about-business {
    padding: 120px 0 100px 0;
    background: linear-gradient(360deg, #000000 70.95%, #1C4D52 100%);
}

.about-business__title {
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 57px;
    padding-top: 25px;
}

.about-business__promo {
    font-style: normal;
    font-size: 16px;
    line-height: 29px;
    color: #CFCFCF;
}

.about-business__promo span {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 29px;
}

.about-business__header {
    padding-top: 92px;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #CFCFCF;
}

.about-business__text p {
    font-size: 16px;
    line-height: 24px;
    color: #CFCFCF;
}

.about-business__img {
    display: block;
    max-width: 630px;
    height: auto;
}

/* why-me */
.why-we {
    padding: 20px 0 60px 0;
    background: #010101;
}

.why-we__title {
    font-weight: bold;
    font-size: 40px;
    line-height: 57px;
    text-align: center;
}

.why-we__text {
    display: block;
    margin: 30px auto 0 auto;
    max-width: 770px;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    letter-spacing: 0.01em;
}

.why-me__picture {
    padding-top: 20px;
}

.why-me__img {
    display: block;
    margin: 0 auto;
    max-width: 570px;
    height: 340px;
}

/* how work section*/

.how-work {
    padding: 80px 0 80px 0;
    background: #252525;
    z-index: 1;
}

.how-work__title {
    font-size: 40px;
    line-height: 57px;
    text-align: center;
}

.how-item {
    margin-top: 40px;
    position: relative;
}

.how-item__moved {
    padding-top: 100px;
}

.how-item__img {
    display: block;
    margin: 0 auto;
}

.how-item__descr {
    margin-top: 20px;
    max-width: 360px;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}

.how-item__line {
    position: absolute;
    display: block;
    top: 15%;
    left: 40%;
    z-index: -1;
}

/*other-possibilities*/

.desktop--hidden__high {
    display: none;
}

.other-possibilities {
    padding: 75px 0;
    background: #252525;
}

.other-possibilities__title {
    font-weight: bold;
    font-size: 40px;
    line-height: 57px;
    text-align: center;
    margin-bottom: 25px;
}

.other-possibilities__item {
    display: flex;
    margin-top: 20px;
    background: #3D3D3D;
    border-radius: 3px;
    max-width: 570px;
    height: 96px;
    align-items: center;
}

.other-possibilities__picture {
    padding-left: 28px;
}

.other-possibilities__img {
    display: block;
    width: 40px;
    height: auto;
}

.other-possibilities__descr {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    padding-left: 28px;
}

/* feedback */

.feedback {
    padding: 90px 0 50px 0;
    background: #010101;
}

.feedback__title {
    text-align: center;
    max-width: 100%;
    font-weight: normal;
    font-size: 28px;
    line-height: 33px;
    letter-spacing: 0.01em;
}

.feedback__title p {
    max-width: 820px;
    display: block;
    margin: 0 auto;
}

.feedback .partner-section__button {
    margin-top: 35px;
}

.feedback__call {
    padding-top: 25px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
}

.feedback__number {
    padding-top: 15px;
    text-align: center;
}

.feedback__number a {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-decoration: none;
    color: #FFFFFF;
}

/* footer business */

.footer-business {
    background: #032628;
    padding: 25px 0;
}

.footer-business__title {
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 2px;
}

.footer-business__title span {
    font-weight: normal;
}

.footer-business__descr {
    padding-top: 8px;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #FFFFFF;
    mix-blend-mode: normal;
    opacity: 0.5;
}

/*  azs page*/

.azs-section {
    position: relative;
    padding: 320px 0 145px 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.56) -30.44%, rgba(0, 0, 0, 0) 100%);
}

.azs-section:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../img/business/bg_azs.png");
}

.azs-section__descr {
    text-align: center;
    font-weight: bold;
    font-size: 100px;
    line-height: 119px;
    letter-spacing: 0.01em;
    color: #F2F2F2;
}

.azs-section__text {
    padding-top: 4px;
    text-align: center;
    font-size: 24px;
    line-height: 29px;
}

.azs-button {
    max-width: 370px;
    height: 60px;
    margin-top: 84px;
}

.what-we:after, .what-we:before {
    content: '';
    position: absolute;
    background: linear-gradient(180deg, #3A601A 0%, rgba(13, 13, 11, 0) 100%);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.what-we {
    position: relative;
    z-index: 2;
}

.what-we__title {
    margin-top: 262px;
    font-weight: bold;
    font-size: 40px;
    line-height: 57px;
    color: #FFFFFF;
}

.what-we__promo {
    padding-top: 16px;
    padding-bottom: 242px;
    padding-right: 60px;
    font-size: 18px;
    line-height: 29px;
}

.what-we__promo span {
    font-size: 20px;
    font-weight: bold;
}

.what-we__img {
    margin-top: 84px;
    display: block;
    width: 420px;
    height: auto;
}

.add-section {
    background: #010101;
    padding: 56px 0 86px 0;
}

.add-title {
    font-weight: bold;
    font-size: 40px;
    line-height: 57px;
    text-align: center;
    margin-bottom: 0;
}

.add-item {
    display: flex;
    position: relative;
    align-items: center;
    margin: 24px auto 0 auto;
    max-width: 770px;
    background: #093C16;
    border-radius: 30px;
    z-index: 2;
}

.add-item:before {
    content: '';
    position: absolute;
    background: #1F1F1F;
    box-shadow: 0 24px 48px rgba(133, 78, 0, 0.0805593);
    border-radius: 34px;
    bottom: 5px;
    right: 5px;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.add-item__img {
    display: block;
    width: 170px;
    height: 123px;
    margin-right: 23px;
}

.add-item__descr {
    padding: 22px 92px 0 0;
}

.add-item__descr h3 {
    font-size: 24px;
    line-height: 29px;
}

.add-item__descr p {
    font-size: 16px;
    line-height: 19px;
    color: #ADADAD;
}

.advantages-sell {
    background: linear-gradient(99.65deg, #263C14 -0.42%, #122007 55.79%);
    padding: 40px 0 145px 0;
}

.advantages-sell__title {
    text-align: center;
    font-weight: bold;
    font-size: 40px;
    line-height: 57px;
}

.advantages-sell__block {
    position: relative;
    padding-top: 30px;
}

.advantages-flex {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.advantages-sell__text {
    position: absolute;
    font-weight: 600;
    font-size: 28px;
    line-height: 51px;
    text-transform: uppercase;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
}

.advantages-sell__right {
    left: -110px;
    top: 100px;
    max-width: 320px;
}

.advantages-sell__right:after {
    content: '';
    position: absolute;
    background: url("../img/business/gimmick-line.png");
    height: 13px;
    width: 172px;
    left: 0;
    top: -20px;
}

.advantages-sell__right:before {
    content: '';
    position: absolute;
    background: url("../img/business/dots.png");
    height: 230px;
    width: 230px;
    bottom: -435px;
    left: -5px;
}

.advantages-sell__left {
    right: -100px;
    top: 100px;
    max-width: 360px;
    text-align: right;
}

.advantages-sell__left:after {
    content: '';
    position: absolute;
    background: url("../img/business/gimmick-line.png");
    height: 13px;
    width: 172px;
    right: 0;
    top: -20px;
    transform: scaleX(-1);
}

.advantages-sell__left:before {
    content: '';
    position: absolute;
    background: url("../img/business/dots.png");
    height: 230px;
    width: 230px;
    bottom: -440px;
    right: -15px;
    transform: scaleX(-1);
}

.feedback-azs {
    padding: 60px 0;
    background: #010101;
}

.feedback-azs__title {
    font-size: 28px;
    line-height: 33px;
    text-align: center;
    letter-spacing: 0.01em;
}

.feedback-azs__title p {
    width: 820px;
    display: block;
    margin: 4px auto 0 auto;
    font-size: 26px;
}

.feedback-azs .partner-section__button {
    margin-top: 30px;
}

.feedback-azs__call {
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    margin-top: 25px;
}

.feedback-azs__number {
    text-align: center;
    margin-top: 13px;
}

.feedback-azs__number a {
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
}

.footer-azs {
    background: #142509;
    padding: 24px 0;
    text-align: center;
}

.footer-azs__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
}

.footer-azs__descr {
    margin-top: 6px;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    mix-blend-mode: normal;
    opacity: 0.5;
}

/*==========  News  ==========*/

.news {
    min-height: 80vh;
    padding: 210px 0 120px;
    background: #252525;
}

.box-news {
    background: #3D3D3D;
    border-radius: 10px;
}

.box-news a {
    text-decoration: none;
}

.box-news__img {
    display: block;
    width: 300px;
    height: 200px;
    margin: 20px auto;
    padding: 20px 20px 0 20px;
}

.box-news__descr {
    text-align: left;
    font-weight: 600;
    color: #FFFFFF;
    margin-left: 30px;
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 30px;
    padding-right: 20px;
    height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-section__button {
    display: flex;
    margin: 40px auto 0 auto;
    max-width: 270px;
}


/*==========  Desktop First  ==========*/
@media (max-width: 1300px) {
    .about-business__img {
        max-width: 560px !important;
    }

    .advantages-flex {
        display: inline-block;
    }
}

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

    .blog-news {
        display: block;
        width: 100%;
    }

    .acc-box {
        margin: 20px auto;
    }

    .mobile--hidden__low {
        display: none;
    }

    .desktop--hidden__high {
        display: inline-block;
    }

    .desktop--hidden__footer {
        display: inline-block;
    }

    .mobile--hidden__footer {
        display: none;
    }

    .business-section {
        padding-top: 270px;
    }

    .business-section__descr {
        font-size: 52px !important;
    }

    .business-section__text {
        padding-top: 0;
        font-size: 26px;
    }

    .business-section .partner-section__button {
        margin-top: 30px;
        max-width: 320px;
        /*margin-bottom: 140px;*/
    }

    .business-section__picture img {
        width: 220px;
        height: auto;
        margin-top: 51px;
    }

    .business-section__descr {
        font-size: 24px !important;
        padding-top: 40px !important;
    }

    .business-section__text {
        font-size: 14px !important;
    }

    .business-section .partner-section__button, .feedback .partner-section__button {
        font-size: 14px !important;
    }

    .footer__logo {
        display: none;
    }

    .footer__col:first-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .footer-phone {
        margin: 10px auto 0 auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer-phone__link {
        font-size: 14px;
        font-weight: 500;
    }

    .footer__social {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 12px;
    }

    .footer__social .social__icon {
        width: 32px;
        height: 32px;
    }

    .footer__col--hidden-mobile {
        display: none;
    }

    .footer-block__title {
        margin-bottom: 12px;
        text-align: center;
        font-size: 12px;
    }

    .footer-menu__item {
        font-size: 11px;
        text-align: center;
    }

    .footer__download .download__title {
        font-size: 12px;
        text-align: center;
        max-width: 100%;
        margin-bottom: 15px;
    }

    .footer__download .download__link {
        height: 45px;
        max-width: 155px;
    }

    .footer__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer-links {
        text-align: center;
        margin-bottom: 15px;
        width: 100%;
    }

    .footer-links__list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .footer-links__item {
        margin: 0;
    }

    .footer-links__link, .footer-phone__descr {
        font-size: 12px;
        line-height: 14px;
        color: #FFFFFF;
        opacity: 0.6;
        font-weight: 400;
        text-transform: none;
    }

    .footer-menu__list {
        text-align: center;
        color: #FFFFFF;
    }

    .footer-menu__item:before {
        display: none
    }

    .footer-bg {
        margin: 20px auto 10px auto;
        height: 1px;
        background: #848484;
        width: 100px;
    }

    .footer-bg-download {
        margin: -15px auto 10px auto;
        height: 1px;
        background: #848484;
        width: 100px;
    }

    .steps-item {
        margin-bottom: 55px;
    }

    .steps-item__title {
        white-space: normal;
    }

    .acc-section-desktop .acc-img {
        padding: 200px 0 0 70px;
    }

    .acc-box .mobile--hidden {
        padding: 91px 0 0 35px;
    }

    .acc-box .quotes {
        padding: 39px 0 0 35px;
    }

    .acc-box .acc-text {
        padding: 39px 0 0 35px;
        font-size: 23px;
    }

    .acc-box .acc-date {
        padding: 39px 0 0 35px;
    }

    .about-business__img {
        max-width: 480px !important;
    }

    .about-business__title {
        font-size: 32px !important;
        padding-top: 5px !important;
    }

    .about-business__promo {
        font-size: 13px !important;
    }

    .about-business__header {
        padding-top: 20px !important;
        font-size: 16px !important;
    }

    .about-business__text p {
        font-size: 14px !important;
    }

    .how-item__line {
        top: 16% !important;
        left: 21% !important;
    }

    .how-item__descr {
        font-size: 14px !important;;
    }

    .other-possibilities__descr {
        font-size: 14px !important;
    }

    .feedback__title {
        font-size: 26px !important;
    }

    .what-we__title {
        margin-top: 30px;
        text-align: center;
    }

    .what-we__promo {
        padding-bottom: 0;
        text-align: center;
        padding-right: 0;
    }

    .what-we__img {
        width: 100%;
    }

    .advantages-sell__block__left {
        margin-top: 120px;
    }

    .advantages-sell__left::before {
        right: 0;
    }

    .feedback-azs__title p {
        width: 100%;
    }

    .advantages-sell__left:before {
        bottom: -390px;
        right: -250px;
    }
}


@media (max-width: 992px) {
    .menu {
        position: absolute;
        top: 100%;
        right: 0;
        max-width: 100%;
        background: #151515;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        z-index: 100;
        width: 220px;
        padding: 15px 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }

    .menu.is-visible {
        opacity: 1;
        visibility: visible;
    }

    .menu-toggle {
        display: block;
    }

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

    .menu__item {
        margin: 0;
    }

    .menu__link {
        display: block;
        padding: 10px 15px;
        text-align: right;
    }

    .mobile--hidden-log {
        display: none;
    }

    .menu-log {
        color: #309CA5;
        text-align: center;
    }

    .advantages-sell__left:before {
        bottom: -440px;
        right: 0;
    }

    .language {
        margin-left: 45px;
    }

    .add-item {
        min-width: 100%;
    }

    .stocks-box {
        padding: 0 20px 0 20px;
    }

    .stocks-box .text-upper {
        font-weight: lighter;
        font-size: 14px;
    }

    .main-section__descr {
        margin-top: 30px;
    }

    .section-title {
        font-size: 40px;
    }

    .feedback-section__col {
        margin-bottom: 30px;
    }

    .feedback-section {
        padding: 70px 0 95px;
    }

    .steps-item__title {
        font-size: 16px;
        font-weight: 500;
    }

    .news-section__col {
        margin-bottom: 30px;
    }

    .news-card__title {
        font-size: 18px;
    }

    .news-section {
        padding: 70px 0 95px;
    }

    .footer__col--hidden-laptop {
        display: none;
    }

    .price-table__title {
        font-size: 14px;
        padding: 10px 0;
    }

    .price-table__col {
        font-size: 18px;
    }

    .price-table__row {
        padding: 20px 0;
    }

    .acc-box .mobile--hidden {
        padding: 70px 0 0 0;
        font-size: 54px;
    }

    .acc-box .quotes {
        padding: 39px 0 0 0;
    }

    .acc-box .acc-text {
        padding: 39px 0 0 0;
        font-size: 19px;
    }

    .acc-box .acc-date {
        padding: 12px 0 0 0;
        font-size: 16px;
    }

    .acc-section-desktop .acc-img {
        padding: 190px 0 0 60px;
    }

    .acc-img img {
        display: block;
        width: 285px;
        height: auto;
    }

    .col1 {
        order: 1 !important;
    }

    .col2 {
        order: 0 !important;
    }


    .how-item__line {
        display: none;
    }


    .about-business__title {
        text-align: center;
    }

    .mobile--hidden__low {
        display: none;
    }


    .about-business__promo {
        font-size: 20px !important;
    }

    .about-business__title {
        font-size: 34px !important;
    }

    .about-business__promo span {
        font-size: 24px;
    }

    .about-business__img {
        margin: 0 auto;
    }

    .about-business__header {
        font-size: 26px !important;
        text-align: center;
    }

    .about-business__text p {
        font-size: 20px !important;
        padding-top: 10px;
        text-align: center;
    }

    .how-item__descr {
        max-width: 100%;
    }

    .how-item__moved {
        padding-top: 0;
    }

    .how-item__descr {
        font-size: 20px !important;
    }

    .other-possibilities__item {
        max-width: 100%;
    }

    .feedback {
        padding: 60px 0 30px 0;
    }
}

@media (max-width: 768px) {
    .footer {
        padding: 12px 26px;
    }

    .partner-section__img {
        width: 220px;
        height: 270px;
    }
    .mobile-new--hidden {
        display: none;
    }

    .business-section {
        padding-top: 140px;
    }

    .box-news__img {
        width: auto;
    }

    .desktop--hidden {
        display: inline-block;
    }

    .desktop--hidden--log {
        display: block;
    }

    .mobile--hidden {
        display: none;
    }

    .footer__social .social__item {
        margin-right: 15px;
    }
    .acc-section-desktop .acc-title {
        text-align: center;
        font-size: 24px;
        line-height: 26px;
        font-style: normal;
        font-weight: bold;
    }
    .news
    .acc-box {
        margin: 16px auto 32px auto;
        min-height: 188px;
        max-width: 328px;
    }

    .acc-box .quotes {
        padding: 24px 0 0 20px;
    }

    .acc-box .acc-text {
        padding: 0 0 0 20px;
        font-size: 16px;
    }

    .acc-box .acc-date {
        padding: 12px 0 0 20px;
        font-size: 14px;
    }

    .acc-section-desktop .acc-img {
        display: block;
        padding: 0;
    }

    .acc-img img {
        margin: 0 auto;
    }

    .header__logo {
        display: block;
    }

    .header_logo_main__screen {
        display: none;
    }

    .language {
        margin: 0 0 10px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 0 15px;
    }

    .popup__title_contact {
        text-align: center;
    }

    .language__list {
        top: 0;
        right: 40px;
        left: auto;
        opacity: 1;
        visibility: visible;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .language__item {
        margin: 0 5px;
    }

    .main-section {
        display: none;
    }

    .mobile-section {
        display: block;
    }

    .about-section {
        padding: 30px 0 50px;
        border-radius: 20px 20px 0 0;
        background: #4CC266;
    }

    .about-section:before {
        display: none;
    }

    .section-title {
        font-size: 24px;
    }

    .about-section__title {
        margin-bottom: 20px;
    }

    .about-section__title .section-title__line {
        display: none;
    }

    .about-section__title span {
        margin: 0;
    }

    .about-section__descr {
        font-size: 16px;
        max-width: 285px;
    }

    .advantages-section {
        padding: 20px 0 25px;
    }

    .advantages-section__title {
        margin-bottom: 20px;
    }

    .advantages-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        background: #171717;
        border-radius: 5px;
        margin-bottom: 10px;
        padding: 15px;
        text-align: left;
    }

    .advantages-item__circle {
        width: 32px;
        height: 32px;
        min-width: 32px;
        margin: 0 20px 0 0;
    }

    .advantages-item__icon {
        width: 18px;
        height: 18px;
    }

    .advantages-item__title {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .advantages-item__text {
        font-size: 12px;
        font-weight: 300;
        line-height: 1.2;
    }

    .feedback-section {
        padding: 25px 0;
        border-radius: 20px 20px 0 0;
    }

    .feedback-section__title {
        margin-bottom: 20px;
    }

    .feedback-card {
        padding: 25px 20px 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .feedback-card__author {
        margin-bottom: 15px;
    }

    .feedback-card__text {
        margin: 0;
    }

    .feedback-section__col {
        margin-bottom: 10px;
    }

    .steps-section {
        padding: 20px 0;
    }

    .steps-section__title {
        margin-bottom: 20px;
    }

    .steps {
        display: none;
    }

    .steps-slider__slide {
        background: #151515;
        border-radius: 10px;
        padding: 15px 20px;
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .steps-slider__picture {
        margin-top: auto;
    }

    .steps-slider__title {
        display: block;
    }

    .steps-slider-pagination {
        display: block;
    }

    .news-section {
        padding: 25px 0 15px;
    }

    .news-section__title {
        margin-bottom: 20px;
    }

    .news-section__col {
        margin-bottom: 10px;
    }

    .news-card {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 0;
        border-radius: 10px;
        overflow: hidden;
    }

    .news-card__picture {
        height: 100%;
        min-height: 105px;
        width: 140px;
        min-width: 140px;
        border-radius: 0;
        margin: 0;
    }

    .news-card__descr {
        display: block;
        padding: 10px 15px;
    }

    .news-card__title {
        font-size: 14px;
        font-weight: 500;
        text-align: left;
        margin: 0 0 5px;
        line-height: 1.2;
    }

    .news-card__text {
        font-size: 12px;
        font-weight: 300;
        text-align: left;
        line-height: 1.2;
    }

    .contacts-section {
        display: none;
    }

    .partner-section {
        padding: 25px 0 50px;
    }

    .partner-section__title {
        margin-bottom: 50px;
    }

    .partner-section__picture {
        max-width: 195px;
        margin: 0 auto 55px;
    }

    .footer__logo {
        display: none;
    }

    .footer__col:first-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .footer-phone {
        margin: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer-phone__link {
        font-size: 14px;
        font-weight: 500;
    }

    .footer__social {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 12px;
    }

    .footer__social .social__icon {
        width: 32px;
        height: 32px;
    }

    .footer__col--hidden-mobile {
        display: none;
    }

    .footer-block__title {
        margin-bottom: 12px;
        text-align: center;
        font-size: 12px;
    }

    .footer-menu__item {
        font-size: 11px;
        text-align: center;
    }

    .footer__download .download__title {
        font-size: 12px;
        text-align: center;
        max-width: 100%;
        margin-bottom: 15px;
    }

    .footer__download .download__link {
        height: 45px;
        max-width: 155px;
    }

    .footer__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer-links {
        text-align: center;
        margin-bottom: 15px;
        width: 100%;
    }

    .footer-links__list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .footer-links__item {
        margin: 0;
    }

    .footer-links__link, .footer-phone__descr {
        font-size: 12px;
        line-height: 14px;
        color: #FFFFFF;
        opacity: 0.6;
        font-weight: 400;
        text-transform: none;
    }

    .footer-menu__list {
        text-align: center;
        color: #FFFFFF;
    }

    .footer-menu__item:before {
        display: none
    }

    .footer-bg {
        margin: 20px auto 10px auto;
        height: 1px;
        background: #848484;
        width: 100px;
    }

    .footer-bg-download {
        margin: -15px auto 10px auto;
        height: 1px;
        background: #848484;
        width: 100px;
    }

    .popup {
        padding: 40px 15px;
    }

    .popup__title {
        font-size: 22px;
    }

    .popup--success .popup__title {
        font-size: 22px;
    }

    .popup__descr {
        font-size: 16px;
    }

    .popup--price .popup__title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .price-table__header {
        margin-bottom: 20px;
    }

    .price-table__header .row {
        margin: 0 -5px;
    }

    .price-table__header .col-3 {
        padding: 0 5px;
    }

    .price-table__title {
        font-size: 9px;
        padding: 5px 0;
    }

    .price-table__title:before {
        width: 46px;
        margin-left: -23px;
    }

    .price-table__col {
        font-size: 14px;
        font-weight: 500;
    }

    .price-table__row {
        padding: 20px 10px;
    }

    .faq-article {
        padding: 80px 0 25px;
    }

    .faq-article__title {
        font-size: 40px;
    }

    .faq-article__descr {
        font-size: 16px;
        margin-bottom: 35px;
    }

    .faq-block__toggle {
        padding: 20px 35px 20px 15px;
    }

    .faq-block__toggle:before {
        right: 10px;
    }

    .faq-block__toggle:after {
        right: 16px;
    }

    .faq-block__descr {
        padding: 0 15px 25px;
    }

    .faq-block__title {
        font-size: 16px;
        font-weight: 500;
    }

    .faq-block__descr {
        font-size: 14px;
        font-weight: 300;
    }

    .terms-article {
        padding: 110px 0 50px;
    }

    .terms-article__title {
        font-size: 26px;
    }

    .terms-article__descr {
        margin: 0 0 35px;
        font-size: 14px;
    }

    .terms-article__text h2 {
        font-size: 22px;
    }

    .terms-article__text p {
        font-size: 14px;
    }

    .stocks, .news {
        padding: 170px 0 70px;
    }

    .stocks-article__title {
        font-size: 54px;
        line-height: 48px;
        margin-bottom: 80px;
    }

    .stocks-box {
        display: block;
        padding: 15px 0 0 0;
        margin-top: 16px;
        height: 68px;
    }

    .mr-12 {
        margin-right: 0;
    }

    .stocks-box .text-upper {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
    }

    .stocks-box .text-upper.text-small {
        font-size: 10px;
        margin-top: 5px;
    }

    .stocks-install {
        padding: 120px 0 120px;
    }

    .stocks-article__install {
        letter-spacing: 0;
    }

    h1.stocks-article__install {
        font-size: 32px;
        line-height: 36px;
    }

    h3.stocks-article__install {
        margin-top: 20px;
        font-size: 28px;
        line-height: 30px;
    }

    .stocks .stocks-article {
        font-weight: lighter;
        font-size: 18px;
        line-height: 26px;
    }

    .text-article-install.mt-60 {
        margin-top: 60px;
    }

    .text-article-install.mt-32 {
        margin-top: 32px;
    }

    .text-article-install .text-color {
        color: #4CE188;
    }

    .text-article-install a {
        text-decoration: none;
    }

    .stocks ul {
        font-weight: bold;
        color: #4CE188;
        padding-left: 0;
    }

    .text-article, .link-article {
        font-weight: lighter;
        font-size: 18px;
        line-height: 26px;
    }

    .text-article-install .pt-18 {
        display: block;
        margin: 18px 0 6px 0;
    }

    .stocks ul > li {
        font-weight: lighter;
        font-size: 18px;
        line-height: 30px;
        margin-left: 0;
        color: #FFFFFF;
    }

    .about-business {
        padding-top: 80px;
    }

    .about-business__title {
        font-size: 24px !important;
    }

    .about-business__promo {
        font-size: 14px !important;
        text-align: center;
    }

    .about-business__promo span {
        font-size: 14px !important;
    }

    .about-business__img {
        width: 100% !important;
    }

    .about-business__header {
        font-size: 18px !important;
    }

    .about-business__text p {
        font-size: 16px !important;
    }

    .why-we__title {
        font-size: 24px !important;
        line-height: 36px;
    }

    .why-we__text {
        font-size: 14px !important;
    }

    .why-me__img {
        width: 290px;
        height: auto;
    }

    .how-work__title {
        font-size: 24px !important;
    }

    .how-item__descr {
        font-size: 16px !important;
    }

    .other-possibilities__title {
        font-size: 24px !important;
    }

    .feedback__title {
        font-size: 16px !important;
    }


    .azs-section__descr {
        font-size: 70px;
        line-height: 84px;
    }

    .azs-section__text {
        font-size: 14px;
        line-height: 17px;
        letter-spacing: 0.01em;
    }

    .azs-section .partner-section__button {
        margin-top: 35px;
        text-transform: capitalize;
        font-size: 14px;
        line-height: 16px;
    }

    .what-we__title {
        margin-top: 25px;
        text-align: center;
        font-weight: bold;
        font-size: 24px;
        line-height: 28px;
    }

    .what-we__promo {
        margin-top: 16px;
        text-align: center;
        padding-right: 0;
        font-size: 14px;
        line-height: 29px;
        padding-bottom: 24px;
    }

    .what-we__promo span {
        font-size: 16px;
    }

    .what-we__img {
        margin-top: 0;
        width: 100%;
    }

    .add-title {
        font-size: 24px;
        line-height: 36px;
    }

    .add-item {
        display: inline-block;
    }

    .add-item__img {
        margin: 0 auto;
    }

    .add-item__descr {
        text-align: center;
        padding: 0;
    }

    .add-item__descr h3 {
        text-align: center;
        font-size: 16px;
        line-height: 19px;
    }

    .add-item__descr p {
        font-size: 14px;
        line-height: 17px;
        color: #ADADAD;
        padding: 0 40px;
    }

    .advantages-sell__title {
        font-size: 24px;
        line-height: 33px;
    }

    .advantages-sell__img {
        display: block;
        width: 283px;
        height: 288px;
    }

    .advantages-sell__block__right {
        padding-left: 76px;
    }

    .advantages-sell__text {
        font-size: 16px;
        line-height: 29px;
    }

    .advantages-sell__right {
        max-width: 210px;
        left: 20px;
        top: 70px;
    }

    .advantages-sell__right:before {
        width: 112px;
        height: 112px;
        background-image: url("../img/business/dots-mobile.png");
        bottom: -245px;
        left: 0;
    }

    .advantages-sell__left {
        right: 20px;
        top: 70px;
        max-width: 310px;
    }

    .advantages-sell__left:before {
        width: 112px;
        height: 112px;
        background-image: url("../img/business/dots-mobile.png");
        transform: scaleX(-1);
        bottom: -275px;
        right: 0;
    }

    .advantages-sell__block__left {
        padding-right: 76px;
        margin-top: 60px;
    }

    .feedback-azs__title {
        font-size: 16px;
        line-height: 20px;
    }

    .feedback-azs__title p {
        width: 100%;
        font-size: 16px;
    }

    .feedback-azs .partner-section__button {
        width: 345px;
    }
}

@media (max-width: 480px) {
    .azs-section:before {
        background-position-x: center;
        background-position-y: center;
        background-image: url(../img/business/azs-bg-mobile.png);
    }

    .share-social .fa, .fab, .fad, .fal, .far, .fas {
        font-size: 20px;
    }
    .share-text {
        font-size: 22px;
        line-height: 22px;
    }
    .share-link i {
        padding: 0 5px;
    }

    .partner-section__img {
        width: 200px;
        height: 225px;
    }

    .partner-section__button {
        max-width: 220px;
    }

    .acc-box {
        max-width: 280px;
    }
}

@media (max-width: 380px) {
    .advantages-sell__img {
        width: 223px !important;
        height: 223px !important;
    }

    .advantages-sell__right {
        top: 60px !important;
    }

    .advantages-sell__right:before {
        bottom: -190px !important;
    }

    .advantages-sell__left {
        top: 60px
    }

    .advantages-sell__left:before {
        bottom: -190px;
    }

    .azs-section:before {
        background-position-x: left;
    }
}

@media (min-height: 750px) and (min-width: 1200px) {
    .business-section__picture img {
        height: 260px;
    }
}

@media screen and (min-height: 900px) {
    .main-section__img {
        height: 670px;
    }

    .business-section__picture img {
        height: 480px;
    }

    .steps-slider__img {
        height: 670px;
    }

    .steps-item {
        margin-bottom: 88px;
    }

    .price-table__row {
        padding: 25px 0;
    }

    .add-title {
        margin-bottom: 56px;
    }

    .advantages-sell {
        padding: 70px 0 145px 0;
    }

    .advantages-sell__block {
        padding-top: 50px;
    }
}

@media (min-height: 750px) and (min-width: 1000px) {
    .advantages-sell {
        padding: 50px 0 145px 0;
    }

    .advantages-sell__block {
        padding-top: 30px;
    }

    .advantages-sell__picture img {
        display: block;
        width: auto;
        height: 430px;
    }

    .advantages-sell__right {
        top: 70px;
    }

    .advantages-sell__right:before {
        bottom: -405px;
    }

    .advantages-sell__left {
        top: 70px;
    }

    .advantages-sell__left:before {
        bottom: -405px;
    }

    .business-section__descr {
        font-size: 64px;
    }

    .business-section .partner-section__button, .feedback .partner-section__button {
        margin-top: 20px;
    }
}


@media screen and (max-height: 750px) {
    .steps-slider__img {
        height: 400px;
    }
}

@media screen and (max-height: 600px) {
    .steps-slider__img {
        height: 320px;
    }
}

@media only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    /**/
}

@media only screen and (max-width: 992px), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    /**/
}