* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    font-family: 'Montserrat', sans-serif;
}

h1 {
    padding: 30px 0;
}

h2 {
    padding: 15px 0;
    font-size: 48px;
    font-weight: 700;
}

h3 {
    padding: 10px 0;
}

.d-none {
    display: none;
}


article {
    width: 100%;
    /*font-family: 'Montserrat', sans-serif;*/
    background: #FBFBFB;
    overflow-x: hidden;
}

a img {
    transition: .3s ease;
}

img {
    display: block;
}

li {
    cursor: pointer;
}

.admin-content {
    padding: 0 20px;
    position: relative;
}

.main-screen__latters {
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 36px;
}

.title-text__title {
    font-weight: bold;
    font-size: 32px;
    line-height: 36px;
}

.title-text__text {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
}

.block-text_title {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
}

.block-text_text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;

}

.title_less-text__title {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
}

.title_less-text__text {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: rgba(48, 46, 44, 0.7) !important;

}

.title_least-text__text {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: rgba(48, 46, 44, 0.7) !important;
}

.block_less-text__title {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #302E2C;
}

.block_less-text__text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #302E2C;

}


.sidebar a {
    color: rgba(255, 255, 255, 0.6);
}

.sidebar {
    background: #302E2C;
    height: 60px;
    padding: 13px 15px 0 15px;
    transition: .5s ease;
    overflow-y: auto;
    position: fixed;
    top: 0;
    z-index: 300;
    width: 100%;
}

.sidebar_active {
    height: 100vh;
    position: fixed;
    z-index: 500;
    width: 100%;
    overflow-y: auto;
}


.sidebar__header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sidebar__logo {
    cursor: pointer;
}

.sidebar__logo img {
    width: 135px;
}

.sidebar__buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 15px;
}

.sidebar__auth, .sidebar__burger {
    padding-top: 3px;
}

.sidebar__burger {
    cursor: pointer;
    padding: 5px;
}

.sidebar__burger .r {
    width: 28px;
    height: 2px;
    background: white;
    margin-bottom: 8px;
    transition: .5s ease-in-out;
}

.sidebar__burger .r3 {
    margin: 0;
}

.sidebar__burger_active {

}

.sidebar__burger_active .r1,
.sidebar__burger_active .r2,
.sidebar__burger_active .r3 {
}

.sidebar__burger_active .r1 {
    transform-origin: center;
    transform: translateY(10px) rotate(-45deg);
}

.sidebar__burger_active .r2 {
    opacity: 0;

}

.sidebar__burger_active .r3 {
    transform-origin: center;
    transform: translateY(-10px) rotate(45deg);

}

.sidebar__auth {
    margin-right: 35px;
    color: rgba(255, 255, 255, 0.6);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    cursor: pointer;
}

.sidebar__auth:hover a {
    color: white;
}

.nav__burger {
    margin-top: 50px;
    display: none;
}


.nav__burger ul {
    border-bottom: 1px solid #41403E;
    user-select: none;
}


.nav__burger li {
    min-height: 55px;
    border-top: 1px solid #41403E;
    line-height: 55px;
    position: relative;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
}


.nav__burger li a {
    color: rgba(255, 255, 255, 0.6);
    width: 100%;
    height: 100%;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.nav__burger li.lc-nav-nested > a::after {
    content: '';
    position: absolute;
    display: block;
    /*background: url("/files1/dropdown.svg") no-repeat;*/
    background: url("https://it2b.srvtests.com/sites/all/themes/lucros/icons/dropdown.svg") no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    right: 10px;
    top: 20px;
}


.nav__burger li a:hover,
.nav__burger .main__article-header__question_active {
    background: #363533;
    color: white;
}

.nav__burger .main__article-header__question_active::after {
    transform: rotate(180deg);
}

.nav-nested {
    display: none;
    border-top: 1px solid #2C2A28;
}

.nav-nested li {
    background: #302E2C;
    border: none;
    font-weight: 100;
    font-size: 14px;
}

.nav-nested li a {
    padding-left: 50px;
}

.nav-nested_active {
    display: block;
}

.nav__burger-phone {
    padding-left: 30px;
    display: block;
    color: rgba(255, 255, 255, 0.6);
    height: 60px;
    line-height: 60px;
    padding-bottom: 20px;
}

.nav__burger-phone a {
    color: rgba(255, 255, 255, 0.6);
}

.nav__burger-policy a {
    color: rgba(255, 255, 255, 0.22);
}

.nav__burger-policy a:hover {
    text-decoration-line: underline;
}

.nav__burger-policy {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    padding: 0 30px;
    color: rgba(255, 255, 255, 0.22);

}

.nav__burger_close {
    display: none;
}

.main {
    padding-top: 60px;
    width: 100%;
    color: #302E2C;
}

.main_disable {
    /*position: fixed;*/
    top: 0px;
}

.main__header {
    background: #FFC11E;
    width: 100%;
    min-height: 537px;
    padding-top: 80px;
    position: relative;
    overflow: hidden;
}

.main__header__logo {
    margin: 0 auto;
    width: 90%;
    height: 100px;
    max-height: 240px;
    text-align: center;
    background: url('/sites/all/themes/lucros/img/lucros.svg') no-repeat center;
    background-size: contain;
}


.main__header__text {
    padding-bottom: 40px;

    /*font-family: 'Montserrat', sans-serif;*/
}

.button {
    width: 235px;
    height: 60px;
    border: none;
    border-radius: 4px;
    background: #302E2C;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    /*margin-left: 30px;
    margin-top: 75px;
    margin-bottom: 100px;*/
    z-index: 1001;
    /*position: relative;*/
    cursor: pointer;
    transition: .1s ease;
}


.main__header-autorith {
    padding-left: 30px;
    padding-top: 50px;
    padding-bottom: 40px;
    z-index: 202;
    position: relative;
    width: 300px;
}

.button-container {
    position: relative;
}

.button:hover {

    background: #595755;
}

.button:active {
    background: #302E2C;
    outline: none;
}

.grandpa {
    width: 282px;
    height: 374px;
    background-size: cover;
    position: absolute;
    right: -64px;
    bottom: -5px;
    z-index: 200;
}

.main__header__logo__man {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 420px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 183px 123%;
}

.lc-checkbox {
}

.lc-checkbox label {
    display: flex;
    position: relative;
    cursor: pointer;
}

.lc-checkbox span {
    border: 1px solid #979695;
    background-color: #FFFFFF;
    position: absolute;
    top: 4px;
    left: 4px;
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 2px;
}

.lc-checkbox span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 200ms ease;
    background-image: url('../img/checkbox.svg');
    background-repeat: no-repeat;
    background-position: center;

}

.lc-checkbox p {
    padding: 2px 0 2px 32px;
    user-select: none;
}

.lc-checkbox a {
    color: #302E2C;
}

.lc-checkbox input {
    display: block;
    width: 1px;
    height: 1px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.lc-checkbox input:checked + span {
    background-color: #40BF6C;
    border-color: #40BF6C;
}

.lc-checkbox input:checked + span::before {
    opacity: 1;
}

.lc-block__container {
    width: 90%;
    margin: 0 auto;
    max-width: 1400px;
}


.lc-headline {
    /*padding-top: 100px;*/
    padding-top: 50px;
    text-align: center;
    padding-bottom: 50px;
    /*padding-bottom: 64px;*/
}

.lc-section__contrast {
    background-color: white;
    padding: 32px 20px;
    /*padding: 64px 128px;*/
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.04);
}

.lc-input {
    width: 100%;
    position: relative;
    border-bottom: 1px solid rgba(48, 46, 44, 0.24);
    /*padding-bottom: 16px;*/
    padding-bottom: 8px;
}



.lc-form-container {
    /*display: flex;*/
    /*padding-top: 30px;*/
    /*padding-bottom: 80px;*/

    /*padding-top: 15px;*/
    padding-bottom: 40px;
}

.lc-form-container .lc-input {
    margin: 0;
    /*margin: 0 24px;*/
    padding: 24px 0;
}

.lc-form-container .lc-input:first-of-type {
    /*margin-left: 0;*/
}

.lc-form-container .lc-input:last-of-type {
    /*margin-right: 0;*/
}

.lc-input span {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #302E2C;
    padding-bottom: 4px;
}

.lc-input input {
    outline: none;
    font-size: 32px;
    line-height: 39px;
    font-weight: 300;
    width: 100%;
    border: none;
    display: block;
}

.lc-input input::placeholder {
    color: rgba(48, 46, 44, 0.24);
}

.lc-form__confirm {
    max-width: 511px;
    margin: 0 auto;
    text-align: center;
}

.lc-form__confirm__btn {
    /*padding-top: 40px;*/
    padding-top: 20px;
}


.main__container_default {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.main__article {
    width: 100%;
    padding: 40px 15px;
    background: #FBFBFB;
    position: relative;
}

.headerCoverege {
    padding: 28px 15px 42px 15px;
    margin: 0;
}

.main__article_clearPadding {
    padding-bottom: 30px;
}

.main__article_white {
    background: white;
}

.main__article-icon {
    background: linear-gradient(180deg, #8DE3AB 0%, #40BF6C 100%);
    border-radius: 18px;
    width: 54px;
    height: 54px;
    margin-bottom: 12px;
    /*margin-left: 38px;*/
}


.separator {
    background: rgba(48, 46, 44, 0.2);
    width: 95%;
    height: 1px;
    margin: 20px auto;
}

.main__calculator-title {
    padding: 0 15px;
    padding-bottom: 60px;
}

.main__calculator-title p {
    color: rgba(48, 46, 44, 0.7);
}

.calculator {
    box-shadow: 0 0 50px -30px black;
}

.main__partner {
    /*background: url("../img/moscow.jpg") no-repeat;*/
    width: 100%;
    background-size: cover;
    background-position: bottom;
    position: relative;
    height: 304px;
    margin-top: 120px;
}

.main__partner-label {
    width: 355px;
    height: 332px;
    background: white;
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
}

.label-header {
    background: #ED1C24;
    padding: 57px 60px;
}

.label-header img {
    height: 52px;
}

.label-footer {
    padding: 14px 24px 30px 24px;
}


.main__wrapper {
    padding-top: 40px;
}

.text_subtitle {

    color: rgba(48, 46, 44, 0.7);
    margin-top: 14px;
}

.labe-footer p {
    margin-top: 15px;
}

.main__article-content {
    display: flex;
}


.main__article-content__icons {
    padding-top: 30px;
    padding-bottom: 20px;
}

.main__article-content__text {
    margin-top: 30px;
}

.main__article-content__step {
    display: flex;

}

.main__article-content__icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(180deg, #8DE3AB 0%, #40BF6C 100%);
    border-radius: 22px;
    position: relative;


}

.main__article-content__line {
    display: block;
    width: 1px;
    height: 22px;
    background: #8DE3AB;
    margin: 5px;
    margin-left: 31px;
}

.main__article-content__text-block {
    height: 55px;
    margin-left: 20px;
    color: #302E2C;
}

.d-flex {
    display: block;
    width: 100%;
    padding: 0;
}

.d-flex-reverse {
    display: flex;
    flex-direction: column-reverse;
    background: transparent;
    padding: 0;
    padding-bottom: 12px;
    padding-top: 40px;
}

.article__content {
    padding: 28px 15px;
    background: white;
}

.article__content_grey {
    height: 194px;
    background: #EDEFF3;
    position: relative;
    padding: 0;
}

.main__article_grey {
    padding: 0;
    background: #EDEFF3;
    position: relative;
    height: 194px;
    min-height: 99px;
}

.main__article-shadow {
    height: 175px;
    position: absolute;
    bottom: 0;
    display: block;
}

.main__article-pc {
    height: 173px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
    z-index: 200;
}

.main__article-fig {
    position: absolute;
    z-index: 199;
    left: 155px;
    top: 50%;
    transform: translateY(-50%);
}

.icon-block {
    background: linear-gradient(180deg, #FFE39B 0%, #FFC11E 100%);
    margin-bottom: 10px;
}

.main__article-white-title {
    padding-bottom: 12px;
}


#timed {
    width: 290px;
}

.main__article_magenta {
    padding: 0;
    height: 194px;
    background: #F3EBE8;
    position: relative;

}

.main__article_magenta img {
    fill: #E6D9D4;
}

.main__article-girl {
    height: 179px;
    position: absolute;
    bottom: 0;
    left: 4%;
    z-index: 200;
}

.main__article-lucros {
    position: absolute;
    z-index: 199;
    left: 130px;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
}

.main__article-header__questions {
    margin-bottom: 30px;
    border-bottom: rgba(48, 46, 44, 0.21) solid 1px;
}

.main__article-header__question {

    border-top: rgba(48, 46, 44, 0.21) solid 1px;
    padding: 20px 15px;
    cursor: pointer;
}

.main__article-header__question-title {
    transition: .3s ease;
    display: flex;
    justify-content: space-between;
}

.main__article-header__question-title img {
    transition: .3s ease-out;
}

.main__article-header__question-content {
    overflow: hidden;
    height: 100%;
    max-height: 0;
    opacity: 0;
    transition: all .3s cubic-bezier(.31, 0.53, .01, -0.15), opacity .1s ease;

}

.main__article-header__question_active .main__article-header__question-title {
    padding-bottom: 14px;
}

.main__article-header__question_active .main__article-header__question-content {
    opacity: 1;
    max-height: 100px;
    overflow: auto;
    overflow-x: hidden;
}

.main__article-header__question_active img {
    transform: rotate(180deg);
}

.dropdown-icon {
    z-index: 1;
    width: 16px;
    background: #000;
}

.footer-button {
    position: relative;
    text-align: center;
    padding-bottom: 50px;
}

.button-question {
    background: transparent;
    border: 1px solid #302E2C;
    color: #302E2C;
}

.button-question:hover {
    background: rgba(48, 46, 44, 0.8);
    color: white;
}

.button-question:active {
    background: rgba(48, 46, 44, 0.8);
}

.main__article-about {
    padding-top: 50px;
    margin-bottom: 300px;
}

.logo-forbs {
    width: 147px;
}

.logo-int {
    width: 245px;
}

.logo-newspaper {
    width: 245px;
}


.fixed {
    position: fixed;
    z-index: -1;
    /*top: 60px;*/
}

.article__content_transparent {
    background: transparent;
}

.article__content_graffs {
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
}

.main__article__content__text p {
    font-style: normal;
    font-size: 24px;
    line-height: 30px;
}

.questions-title-text {
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: #302E2C;
    padding-bottom: 10px;
}

.g-central_1200 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 30px;
}

.bm-faq__list {
    counter-reset: faqCounter;
}

.bm-faq__list-item {
    border-top: 1px solid #E1E3E9;
}

.bm-faq__item-title::after {
    content: " ";
    position: absolute;
    right: 20px;
    background: url("../icons/dropdown-grey.svg") no-repeat;
    width: 8px;
    height: 8px;
    top: 50%;
    transform: translateY(-50%);
}

.bm-status-show .bm-faq__item-title::after {
    transform: translateY(-50%) rotate(180deg);
}

.bm-faq__list-item:last-child {
    border-bottom: 1px solid #E1E3E9;
}

.bm-faq__item-title {
    min-height: 59px;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    padding: 15px 35px 15px 15px;
}

.bm-faq__item-title:hover {
    background-color: #F6F5F9;
}

.bm-faq__item-title::before {
    counter-increment: faqCounter;
    content: counter(faqCounter) ". ";
}

.bm-faq__item-container {
    overflow: hidden;
    transition: .5s ease;
    box-sizing: content-box;
    height: 0px;
}

.bm-faq__item-content {
    transition: .5s ease;
    padding: 0 20px;
    font-size: 0.7em;
    word-wrap: break-word;
}

.bm-faq__item-content a {
    color: #160376;

}

.bm-status-show .bm-faq__item-container {
    padding-bottom: 50px;

}

.bm-status-show .bm-faq__item-content {

}

.main__article-about__label {
    margin-bottom: 25px;
}

.contact-nav-footer {
    background: #302E2C;
    height: 200px;
}

.body_hidden {
    overflow: hidden;
}

.lc-support__phone-block {
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 39px;
    color: #302E2C;
    padding: 32px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
@media screen and (min-width: 1201px) {
    .lc-support__phone-block {;
        font-size: 32px;
        padding: 60px 0 0;
    }
}


@media screen and (min-width: 800px) {
    .main__header__logo {
        margin: 0 auto;
        width: 90%;
        height: 100%
    }

    .contact-nav-footer {
        display: none;
    }

    article {
        display: flex;
    }

    .sidebar {
        width: 300px;
        min-width: 300px;
        height: 100vh;
        position: fixed;
        left: 0;
        top: 0;
        overflow-y: auto;
        padding: 0;
    }


    .main {
        padding-left: 300px;
        width: 100%;
        overflow-x: hidden;
        padding-top: 0px;
    }

    .sidebar__logo {
        padding: 0;
        margin: 35px 30px;
    }

    .sidebar__logo img {
        width: 170px;
    }

    .button {
        /*margin-top: 20px;
        margin-bottom: 205px;*/
    }

    .sidebar__auth {
        display: none;
    }


    .sidebar__burger {
        display: none;
    }

    .nav__burger_close {
        display: block;
        margin-top: 0;
    }

    .grandpa {
        height: 720px;
        width: 500px;
        background-position: right bottom;
        background-size: contain;
        bottom: 0;
        right: 0;
    }

    .main__article {
        margin: 0 auto;
        padding-top: 105px;
    }

    .nav__burger {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: calc(100vh - 125px);
        margin: 0;
    }

    .sidebar__header, nav.nav__burger {
        padding: 13px 15px 0 15px;
    }

    .contact-nav {
        position: relative;
        padding: 30px 0;
        margin: 0;
    }


    .main__header-autorith {
        box-sizing: content-box;
        max-width: 1400px;
        width: 90%;
        margin: 0 auto;
        padding: 40px 0px;
    }

    .main__article__content__text p {
        font-weight: 300;
        font-size: 30px;
        line-height: 44px;
    }

    .main__header__text {
        width: auto;
        padding-bottom: 30px;
    }

    .headerCoverege {
        width: 83%;
        display: flex;
        align-items: center;
        margin: 0 auto;
        margin-top: -130px;
        position: relative;
        z-index: 999;
        padding: 38px 18px 38px 38px;

    }

    .main__header__logo__man {
        width: 720px;
        height: 100%;
        right: auto;
        left: 30%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 100% 160%;
    }

    .headerCoverege .main__article__content {
        display: flex;
        height: 100%;
    }

    .headerCoverege .separator {
        min-height: 74px;
        width: 1px;
        background: red;
        margin: 0 40px;
        background: rgba(48, 46, 44, 0.2);
    }

    .main__article-icon {
        margin-right: 25px;
    }


    .main__article__content__text:first-child {
        font-size: 20px;
        padding-right: 40px;
    }

    .main__article__content__text {
        max-width: 58%;
    }

    .main__calculator-title {
        text-align: center;
        padding-bottom: 60px;
    }


    .main__partner {
        width: 83%;
        margin: 0 auto;
        background: #000;
        background: none;
        padding-top: 60px;
        height: auto;
    }

    .main__partner-label {
        top: 0;
        width: 85%;
        display: flex;
    }

    .moscow {
        width: 100%;
    }

    .label-header {
        margin: 0;
        min-width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .label-header img {
        height: auto;
        width: 100%;
    }

    .label-footer {
        padding: 60px 45px 60px 70px;
    }


    .label-footer p {
        padding-right: 47px;
    }

    .main__article-header {
        margin-bottom: 60px;
        text-align: center;
    }

    .main__article-content__icons {
        display: flex;
        margin: 0 auto;
        width: 100%;
    }

    .main__article-content__icon {
        margin: 0;
        margin-bottom: 30px;
    }

    .main__article-content__text {
        margin: 0;
    }

    .main__article-content__step {
        display: block;
        width: 220px;
        position: relative;

        margin-right: 71px;

    }


    .main__article-content__step:not(:last-child)::after {
        content: "";
        display: block;
        position: absolute;
        width: 90%;
        height: 1px;
        background: #8DE3AB;
        top: 32px;
        left: 75px;
    }

    .main__article-content {
        width: 83%;
        margin: 0 auto;
    }

    .main__article-content__line {
        display: none;
    }

    .main__article-content__text-block {
        margin: 0;
        padding-right: 20px;
    }

    .d-flex {
        display: flex;
        width: 83%;
        padding: 0;
    }

    .d-flex-reverse {
        display: flex;
        width: 63%;
        flex-direction: row;
        padding: 0;
    }

    .article__content_grey {
        background: #EDEFF3;
        display: block;
        height: 358px;
    }

    .article__content {
        position: relative;
        display: flex;
        width: 50%;
        padding: 77px 85px 77px 60px;
    }

    .article__content_white {
        background: transparent;
        display: block;
        padding: 0;
    }


    .main__article-white-title .text_title {

        padding-right: 40px;
    }

    .article__content_transparent {
        width: 100%;
        justify-content: space-between;
        margin-right: 35px;
    }

    .main__article-shadow {
        height: auto;
        max-width: 395px;
        left: 0;
    }

    .main__article-pc {
        height: auto;
        max-width: 395px;
        left: 20px;
    }

    .main__article-fig {
        width: 50%;
        left: auto;
        right: 40px;
    }

    .main__article_magenta {
        height: 358px;
        display: block;
    }


    .main__article-girl {
        height: auto;
        max-height: 332px;

        left: 20px;
    }

    .main__article-lucros {
        height: 19%;
        left: auto;
        right: 40px;
    }

    .main__article-content__text-block {
        height: auto;
    }

    .main__article-header__questions {
        width: 67%;
        margin: 0 auto;
    }


    .main__article-about {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 300px;
        display: flex;
        justify-content: space-evenly;
        /*margin: 0 auto;*/

    }

    .main__article-about h2 {
        font-style: normal;
        font-weight: bold;
        font-size: 24px;
        line-height: 32px;
    }

    .main__article-about p {
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
    }

    .main__article-about__label {
        max-width: 100%;
        margin-right: 110px;
    }

    .main__article-about__label:last-child {
        margin-right: 0px;
    }

    .main__article-about__label:first-child {
        margin-top: 20px;
    }

    .main__article-about__label:first-child h2 {
        margin-top: 13px;
    }

    .main-screen__latters {
        font-style: normal;
        font-weight: 300;
        font-size: 40px;
        line-height: 50px;
    }

    .title-text__title {
        font-weight: bold;
        font-size: 48px;
        line-height: 56px;
    }

    .title-text__text {
        font-style: normal;
        font-weight: normal;
        font-size: 24px;
        line-height: 32px;
    }

    .title_less-text__title {
        font-style: normal;
        font-weight: bold;
        font-size: 30px;
        line-height: 38px;
        color: rgba(48, 46, 44, 0.7) !important;
        padding-bottom: 10px;
    }

    .title_less-text__text {
        color: rgba(48, 46, 44, 0.7);
        font-style: normal;
        font-weight: normal;
        font-size: 24px;
        line-height: 32px;
    }

    .title_less-text__text.title_least-text__text {
    }

    .title_least-text__text {
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        line-height: 24px;

    }


    .block-text_title {
        font-style: normal;
        font-weight: bold;
        font-size: 32px;
        line-height: 40px;
    }

    .block-text_text {
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
    }

    .block_less-text__title {
        font-style: normal;
        font-weight: bold;
        font-size: 24px;
        line-height: 32px;
        color: #302E2C;
    }

    .block_less-text__text {
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        color: #302E2C;
    }


    #timed {
        width: auto;
        margin-bottom: 30px;
    }

    .d-none {
        display: flex;
    }
}

@media screen and (max-width: 800px) {
    .g-central_1200 {
        margin-top: 25px;
    }

    .bm-faq__item-title {
        padding: 15px 0 15px 0;
    }

    .bm-faq__item-content {
        padding: 0 13px;
    }
}

/******************************/
/*
    ****** MEDIA

*******************************/
@media screen and (min-width: 800px) {

    .g-central_1200 {
        margin-top: 50px;
    }

    .main__article, .main__partner {
        max-width: 1400px;
    }

    .main__header {
        margin-top: 0;
        max-height: 814px;
        height: 80vh;
    }


    .main__header-autorith {
        /*margin-left: 10%;*/
    }

    .main__article-icon {

        margin-top: 15px;
    }

    .main__article-icon img {
        min-width: 28px;
        min-height: 28px;
    }

    .main__article {
        width: 95%;
        margin: 0 auto;
        padding-bottom: 0;
    }

    .headerCoverege {
        margin-top: -90px;
        padding: 38px 18px 38px 38px;
    }

    .main__article__content__text p {
        font-size: 14px;
        line-height: 24px;
    }

    .main__calculator-title {
        width: 95%;
        margin: 0 auto;
    }

    .main__partner {
        width: 100%;
        margin: 60px auto 0 auto;
    }

    .moscow {
        height: 200px;
    }

    .main__partner-label {
        width: 95%;
        height: 60%;
        display: flex;
    }

    .main__partner-label .label-header {
        padding: 20px;
        width: 30%;
    }

    .main__partner-label .label-header img {
        width: 80%;
    }

    .main__partner-label .label-footer {
        width: 70%;
        padding: 20px;
    }

    .main__article-header {
        margin: 0;
        padding: 0;
    }

    .main__article-content {
        padding-top: 60px;
        width: 100%;
    }

    .main__article-content__icons {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0;
    }


    .main__article-content__step {
        width: 250px;
        margin: 0;
        margin-bottom: 25px;
    }

    .main__article-content__step::after {
        max-width: 65%;
    }

    .main__article.d-flex {
        width: 100%;
        margin-top: 0px;
        padding-top: 100px;
    }

    .article__content {
        padding: 30px 30px;

    }

    .main__article-shadow {
        height: 90%;
        left: 0;
        bottom: 0;
    }

    .main__article-pc {
        width: 80%;
        left: 10px;
        top: 60%;
    }

    .article__content_grey {
        height: 300px;
    }

    .main__article-fig {
        width: 40%;
        right: 0;
        top: 80px;
        transform: rotate(45deg);
    }

    .d-flex-reverse {
        width: 100%;
        padding: 0 50px;
        flex-direction: column-reverse;
    }

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

    .article__content_graffs {
        display: flex;
        align-items: center;
    }

    #timed {
        width: 100%;
    }

    .main__article_magenta {
        height: 300px;
    }

    .main__article.d-flex-reverse {
        padding-top: 90px;
    }

    .main__article-girl {
        height: 80%;
    }

    .main__article-lucros {
        width: 50%;
        top: 50px;
    }

    .main__article-about {
        margin: 0;
        padding: 0;
        flex-direction: column;
        margin-bottom: 300px;
        margin-top: 60px;
    }


    /*fonts*/
    .main-screen__latters {
        font-style: normal;
        font-weight: 300;
        font-size: 30px;
        line-height: 40px;
    }

    .title-text__title {
        font-weight: bold;
        font-size: 28px;
        line-height: 56px;
    }

    .title-text__text {
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 22px;
    }

    .title_less-text__title {
        font-style: normal;
        font-weight: bold;
        font-size: 30px;
        line-height: 38px;
    }

    .title_less-text__text {
        color: rgba(48, 46, 44, 0.7);
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 22px;
    }

    .title_least-text__text {
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        line-height: 24px;
    }


    .block-text_title {
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 22px;

    }

    .block-text_text {
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 20px;
    }

    .block_less-text__title {
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 26px;
        color: #302E2C;
    }

    .block_less-text__text {
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 20px;
        color: #302E2C;
    }

    .questions-title-text {
        font-weight: bold;
        font-size: 32px;
        line-height: 40px;
    }

    .bm-faq__list {
        padding-bottom: 60px;
    }

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

}

@media screen and (min-width: 1000px) {
    .grandpa {
        width: 72%;
        height: 90%;
        right: 0%;
    }
}

@media screen and (min-width: 1200px) {

    .main__wrapper {
        padding-top: 30px;
    }

    .main__article-white-title {
        padding-bottom: 0;
    }

    .main__article-content__text-block {
        margin: 0;
        padding-right: 25px;
    }

    .main__header__logo__man {
        width: 720px;
        height: 100%;
        right: auto;
        left: 43%;
        background-size: 760px;
        background-repeat: no-repeat;
        background-position: 100% 250%;
    }

    .headerCoverege .separator {
        min-height: 104px;
    }

    .grandpa {
        max-width: 556px;
        background-size: 100% !important;
        background-position: center !important;
        right: 12%;
        height: 97%;
    }

    .main__header-autorith {
        /*margin-left: 10%;*/
    }

    .headerCoverege {
        width: 90%;
        padding: 38px 18px 38px 38px;
    }

    .lc-headline {
        padding-top: 100px;
        padding-bottom: 64px;
    }

    .lc-section__contrast {
        padding: 64px 128px;
    }

    .lc-input {
        padding-bottom: 16px;
    }

    .lc-form-container {
        display: flex;
        padding-top: 30px;
        padding-bottom: 80px;
    }

    .lc-link {
        padding-bottom: 2px;
        border-bottom: 1px dashed #302E2C44;
        transition: 300ms ease;
    }
    .lc-link:hover{
        border-bottom: 1px dashed #302E2C;
    }

    .lc-form-container .lc-input {
        margin: 0 24px;
        padding: 0;
        /*padding: 24px 0;*/
    }

    .lc-form-container .lc-input:first-of-type {
        margin-left: 0;
    }

    .lc-form-container .lc-input:last-of-type {
        margin-right: 0;
    }

    .lc-input span {
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
        color: #302E2C;
        padding-bottom: 4px;
    }

    .lc-input input {
        outline: none;
        font-size: 32px;
        line-height: 39px;
        font-weight: 300;
        width: 100%;
        border: none;
        display: block;
    }

    .lc-input input::placeholder {
        color: rgba(48, 46, 44, 0.24);
    }

    .lc-form__confirm {
        max-width: 511px;
        margin: 0 auto;
        text-align: center;
    }

    .lc-form__confirm__btn {
        padding-top: 40px;
    }

    .main__article__content__text p {
        font-size: 19px;
        line-height: 30px;
    }


    .main__article-icon img {
        width: auto;
        height: auto;
    }

    .main__article {
        width: 90%;

    }

    .main__calculator-title {
        padding-bottom: 60px;
    }

    .main__partner {
        width: 90%;
    }

    .main__partner-label {
        width: 78%;
        height: 200px;
        max-width: 1024px;
    }

    .moscow {
        height: 180px;
    }

    .main__article.d-flex {
        width: 90%;
    }

    .main__article-pc {
        top: 50%;
    }

    .main__article-fig {
        width: 50%;
        right: 8%;
        top: 40%;
        transform: rotate(0deg);
    }

    .d-flex-reverse {
        padding: 0;
        flex-direction: row;
    }

    .main__article-girl {
        height: 90%;
    }

    .main__article-lucros {
        width: 50%;
        left: 190px;
        top: 45%;
    }

    /*fonts*/
    .main-screen__latters {
        font-style: normal;
        font-weight: 300;
        font-size: 40px;
        line-height: 50px;
        left: 55px;
    }

    .title-text__title {
        font-weight: bold;
        font-size: 38px;
        line-height: 56px;
    }

    .title-text__text {
        font-style: normal;
        font-weight: normal;
        font-size: 24px;
        line-height: 22px;
    }

    .title_less-text__title {
        font-style: normal;
        font-weight: bold;
        font-size: 40px;
        line-height: 48px;
    }

    .title_less-text__text {
        color: rgba(48, 46, 44, 0.7);
        font-style: normal;
        font-weight: normal;
        font-size: 24px;
        line-height: 32px;
    }

    .title_least-text__text {
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        line-height: 24px;
    }


    .block-text_title {
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        line-height: 28px;

    }

    .block-text_text {
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 26px;
    }

    .block_less-text__title {
        font-style: normal;
        font-weight: bold;
        font-size: 24px;
        line-height: 32px;
        color: #302E2C;
    }

    .block_less-text__text {
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        color: #302E2C;
    }

    .questions-title-text {
        font-weight: bold;
        font-size: 32px;
        line-height: 40px;
    }

}

@media screen and (min-width: 1735px) {
    .headerCoverege .separator {
        min-height: 124px;
    }

    .main__header {
        padding-top: 120px;
    }

    .main__header-autorith {
        /*margin: 0 27%;*/
    }

    .main__header__text {
        padding-bottom: 35px;
    }

    .button {
        /*margin-top: 0;*/
    }

    .main__header__logo__man {
        width: 720px;
        height: 100%;
        right: auto;
        left: 46%;
        background-size: 786px;
        background-repeat: no-repeat;
        background-position: 100% 100%;
    }


    .main__article {
        width: 86%;
    }

    .headerCoverege {
        width: 95%;
    }


    .main__partner img {
        height: 304px;
    }

    .main__partner-label {
        height: 264px;
    }

    .label-header {
        padding: 0;
    }

    .label-header img {
        height: auto;
        width: 100%;
    }

    .main__partner-label .label-footer {
        padding: 60px 45px 60px 70px;
    }

    .main__article-header {
        padding-top: 50px;
    }

    .main__article_clearPadding {
        padding: 0;
        padding-top: 120px;
    }

    .main__article-content__icons {
        width: 100%;
        justify-content: space-between;
        flex-wrap: nowrap;
    }

    .article__content {
        align-items: flex-start;
    }

    .main__article-content__step:not(:last-child) {
        margin-right: 70px;
    }

    .main__article-content__step:not(:last-child)::after {
        min-width: 90%;
    }

    .main__article.d-flex {
        min-height: 358px;
    }

    .article__content_grey {
        height: 358px;
    }

    .main__article.d-flex .article__content {
        padding: 65px 110px 0 60px;
    }


    .main__article_magenta {
        min-height: 358px;
    }

    .main__article-lucros {
        left: 230px;
    }

    .main__article-about {
        flex-direction: row;
        justify-content: stretch;
        margin: 60px 0 170px 0;
        margin-left: 70px;
    }

    .main__article-about__label {
        width: 420px;
        margin-right: 50px;
    }


    /*fonts*/
    .main__article__content__text p {
        font-size: 32px;
        line-height: 44px;
    }


    .main-screen__latters {
        font-style: normal;
        font-weight: 200;
        font-size: 40px;
        line-height: 50px;

    }

    .title-text__title {
        font-weight: bold;
        font-size: 48px;
        line-height: 56px;
    }

    .title-text__text {
        font-style: normal;
        font-weight: normal;
        font-size: 24px;
        line-height: 32px;
    }

    .title_less-text__title {
        font-style: normal;
        font-weight: bold;
        font-size: 40px;
        line-height: 48px;
    }

    .title_less-text__text {
        color: rgba(48, 46, 44, 0.7);
        font-style: normal;
        font-weight: normal;
        font-size: 24px;
        line-height: 32px;
    }

    .questions-title-text {
        font-weight: bold;
        font-size: 32px;
        line-height: 40px;
    }

    .title_least-text__text {
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        line-height: 24px;
    }


    .block-text_title {
        font-style: normal;
        font-weight: bold;
        font-size: 32px;
        line-height: 40px;

    }

    .block-text_text {
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
    }

    .block_less-text__title {
        font-style: normal;
        font-weight: bold;
        font-size: 24px;
        line-height: 32px;
        color: #302E2C;
    }

    .block_less-text__text {
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        color: #302E2C;
    }

    #timed {
        width: auto;
        margin-bottom: 30px;
    }

    .d-none {
        display: flex;
    }


}

.admin-menu-action img {
    display: none;
}

@media screen and (max-height: 1000px) and (min-width: 800px) {
    .main__header {
        height: 814px;
    }

    .grandpa {
        background-size: 90%;
    }

}

@media screen and (max-width: 800px) {
    .l-header_hidden {
        opacity: 0;
        pointer-events: none;
    }

    .sidebar_active .nav__burger {
        display: block;
    }
}




