* {
    scroll-margin-top: 300px;
}

.main-form-container {
    background: #fff;
    padding: 20px;
}

.header-small-menu li:nth-child(3) a {
    border-bottom: 2px solid #304345;
    padding-bottom: 5px;
}

.form-group input {
    width: 100%;
    border: none;
    background: #F4F7FA;
    height: 42px;
    color: #000;
}

.form-group label {
    position: absolute;
    margin-top: 12px;
    margin-left: 10px;
    font-weight: 100;
    transition: all .3s;
    color: #333;
}

.form-group.active label {
    font-size: 10px;
    background: #fff;
    margin-top: -7px;
    margin-left: 10px;
    padding: 0px 5px;
    color: #333;
}

.form-title {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 16px;
}

.btn.btn-gradient {
    border: none;
    background: linear-gradient(86.86deg, #6BC707 -6.46%, #B2D503 66.23%, #FAFF00 145.24%);
    color: #fff;
    transition: all .6s;
    height: auto;
    padding: 10px 20px;
}

.btn.btn-gradient:hover {
    border: none;
    background: linear-gradient(86.86deg, #6BC707 -6.46%, #B2D503 56.23%, #FAFF00 125.24%);
    color: #fff;
}

.btn.btn-black {
    border: none;
    background: #000;
    color: #fff;
    transition: all .6s;
    height: 42px;
    padding: 6px 20px;
}

.btn.btn-black:hover {
    border: none;
    background: #222;
    color: #fff;
}

.btn.btn-border {
    border: 1px solid #6BC707;
    padding: 10px 20px;
    color: #6BC707;
    border-radius: 0;
}

.rounded-tile {
    background-size: cover;
    border-radius: 15px;
    border: 1px solid #eaeaea;
    position: relative;
    margin-bottom: 30px;
    display: block;
    color: inherit;
    overflow: hidden
}

.rounded-tile .tile-content {
    position: absolute;
    width: calc(100% - 60px);
    top: 30px;
    left: 30px;
    font-size: 18px;
    font-weight: 500
}

.table-collapse tr {
    display: NONE
}

.table-collapse tr:nth-child(-n+10) {
    display: table-row
}


/* main ================== */

.main {
    display: flex;
    padding-top: 50px;
}

.main__title {
    color: rgb(40, 59, 60);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 62px;
    padding-right: 20px;
    background: rgb(246, 247, 248);
    width: 50%;
}

.main__title-p {
    font-size: 48px;
    font-weight: 500;
    line-height: 1;
}

.main__title-span {
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
}

.main__title p {
    margin-bottom: 20px;
}

.main-form-container {
    background: url('images/main-bg.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
    padding: 110px 200px;
}

.main-form-container form {
    max-width: 360px;
    background-color: #fff;
    padding: 40px 35px;
    width: 100%;
    max-width: 460px;
}

.form-title {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    text-transform: uppercase;
}

.main-form-container__subtitle {
    font-size: 12px;
    font-weight: 300;
    line-height: 14px;
    color: rgb(136, 136, 136);
}

.main-form-container__subtitle a {
    color: rgb(40, 59, 60);
}

.main__btn {
    background: rgb(40, 59, 60);
    color: #fff;
}

.text-accent-at {
    margin: 5px;
    font-weight: 700;
    color: #219653;
    display: block !important;
}

@media (max-width: 1600px) {
    .main__title {
        font-size: 40px;
        padding-left: 42px;
        padding-right: 20px;
        max-width: 50%;
    }
    .main-form-container {
        padding: 40px;
    }
}

@media (max-width: 992px) {
    .main {
        flex-direction: column;
    }
    .main__title {
        padding: 40px;
        font-size: 32px;
        line-height: 1;
        justify-content: center;
        max-width: inherit;
        width: 100%;
    }
    .main__title-p {
        font-size: 34px;
    }
    .main__title-span {
        font-size: 15px;
    }
    .main-form-container form {
        max-width: inherit;
    }
}

@media (max-width: 768px) {
    .main__title {
        padding: 20px 10px;
    }
    .main-form-container {
        padding: 10px;
    }
    .main-form-container form {
        padding: 20px 10px;
    }
}


/* main ================== end*/


/* main-tabs ====================== */

.main-tabs {
    display: flex;
    gap: 18px;
    margin-bottom: 10px;
}

.main-tab,
.main-subtab {
    cursor: pointer;
}

.main-tab {
    border-radius: 4px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    padding: 35px 20px;
    font-size: 24px;
    font-weight: 500;
    line-height: 100%;
    border: none;
    width: 100%;
    max-width: 100%;
    transition: all .3s ease;
    position: relative;
}

.main-tabs-light .main-tab.active {
    background: rgb(246, 247, 248);
    border: 1px solid black;
    color: #000;
}

.main-tab:hover {
    background-color: rgba(40, 59, 60, 0.575);
    color: white;
}

.main-tab.active {
    background: rgb(40, 59, 60);
    color: white;
}

.tabcontent {
    animation: fadeEffect 1s;
}

.tabcontent .main-cards__card {
    padding: 35px 40px 35px 15px;
}

.tabcontent .main-cards__card-title {
    align-items: flex-start;
}

.tabcontent .cards-col {
    width: 100%;
    max-width: 409px;
}

@media (max-width: 1600px) {
    .tabcontent .main-cards__card {
        padding: 14px 18px;
    }
    .tabcontent .main-cards__card-title {
        align-items: center;
    }
    .tabcontent .main-cards__card-title img {
        margin-right: 20px;
    }
    .main-tab {
        padding: 20px 10px;
        font-size: 20px;
    }
    .main-tabs {
        margin-bottom: 25px;
    }
}

@media (max-width: 768px) {
    .main-tabs {
        flex-wrap: wrap;
    }
    .main-tab {
        font-size: 18px;
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* main-tabs ================== end */


/* main-subtabs =====================*/

.contentS {
    display: none;
}

.contentS.active {
    display: block;
}

.main-subtabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(300px, 1fr));
    gap: 20px;
    margin-bottom: 50px;
}

.main-subtabs-2 {
    grid-template-columns: repeat(2, minmax(300px, 1fr));
}

.main-subtab.active {
    font-weight: 500;
    border-bottom: 2px solid rgb(33, 150, 83);
}

.main-subtab {
    border: none;
    outline: none;
    background: white;
    padding: 34px;
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 35px;
    border-bottom: 1px solid rgb(182, 182, 182);
    text-align: center;
}

@media (max-width: 1200px) {
    .main-subtabs {
        grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
        gap: 15px;
    }
    .main-subtab.active {
        font-weight: 500;
        border-bottom: 2px solid rgb(33, 150, 83);
    }
    .main-subtab {
        border: none;
        outline: none;
        background: white;
        padding: 18px;
        font-size: 24px;
        font-weight: 400;
        padding-bottom: 19px;
        border-bottom: 1px solid rgb(182, 182, 182);
        text-align: center;
    }
}

@media (max-width: 992px) {
    .main-subtab {
        padding: 10px;
        font-size: 18px;
    }
}


/* main-subtabs =====================*/


/* intro-accent =================== */

.intro-accent {
    padding: 80px 70px;
    border-radius: 4px;
    background: rgb(33, 150, 83) url(images/man.png) right bottom no-repeat;
    background-size: 350px;
}

.intro-accent__inner {
    max-width: 700px;
}

.intro-accent__title {
    color: rgb(255, 255, 255);
    font-size: 40px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 64px;
}

.intro-accent__btn-block {
    display: flex;
    gap: 10px;
    margin-bottom: 13px;
}

.intro-accent__subtitle {
    color: rgb(255, 255, 255);
    font-family: Ubuntu;
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
}

.intro-accent__btn {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    cursor: pointer;
    padding: 16px 20px;
    width: 173px;
    text-transform: uppercase;
}

.intro-accent__btn:hover {
    border: 1px solid #283B3C;
}

.intro-accent__subscribe {
    color: rgb(40, 59, 60);
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
}

@media (max-width: 1200px) {
    .intro-accent {
        padding: 30px;
        border-radius: 4px;
        background: rgb(33, 150, 83);
    }
    .intro-accent__title {
        font-size: 28px;
        font-weight: 400;
        line-height: 1.1;
        margin-bottom: 50px;
    }
}

@media (max-width: 768px) {
    .intro-accent__btn-block {
        display: flex;
        gap: 10px;
        margin-bottom: 13px;
        flex-direction: column;
        align-items: center;
    }
}


/* intro-accent ================ end */


/* online ===================*/

.online {
    margin-bottom: 80px;
    padding: 50px 20px;
    border-radius: 4px;
}

.online__title {
    font-size: 40px;
    font-weight: 500;
    line-height: 46px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 55px;
}

.online__title span {
    position: relative;
    display: inline-block;
    padding-right: 10px;
}

.online__title span img {
    position: absolute;
    bottom: 0;
    left: -8px;
}

.online-item__arrow {
    padding-left: 90px;
}

.online__items {
    display: grid;
    grid-template-columns: repeat(3, minmax(250px, 1fr));
    justify-items: center;
    margin-bottom: 60px;
    gap: 20px;
}

.online__items.online__items-4 {
    grid-template-columns: repeat(4, 1fr);
}

.online__items.online__items-2 {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    justify-content: center;
    justify-items: center;
    max-width: 700px;
    margin: 0 auto;
}

.online-item__title {
    max-width: 270px;
    color: rgb(92, 92, 92);
    font-family: Ubuntu;
    font-size: 20px;
    font-weight: 500;
}

.online-item__text {
    max-width: 300px;
    color: rgb(92, 92, 92);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 7px;
    position: relative;
}

.online-item__subtext {
    color: rgb(136, 136, 136);
    font-style: italic;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    max-width: 300px;
}

.online-item__list-item {
    color: rgb(136, 136, 136);
    font-style: italic;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    position: relative;
    margin-bottom: 10px;
}

.hpp {
    position: relative;
}

.main-tab span,
.online-item__text span,
.hpp span {
    display: none;
}

.main-tab:hover span,
.online-item__text:hover span,
.hpp:hover span {
    position: absolute;
    display: block;
    background-color: white;
    padding: 10px;
    color: rgb(134, 134, 134);
    font-family: Ubuntu;
    font-size: 11px;
    font-weight: 300;
    line-height: 13px;
    top: 0;
    right: 0;
    max-width: 180px;
    border-radius: 8px;
    z-index: 2;
    box-shadow: 0px 0px 23px 0px rgba(34, 60, 80, 0.2);
}

.main-subs {
    position: relative;
}

.main-subs span {
    display: none;
}

.main-subs:hover span {
    position: absolute;
    display: block;
    background-color: white;
    padding: 10px;
    color: rgb(134, 134, 134);
    font-family: Ubuntu;
    font-size: 11px;
    font-weight: 300;
    line-height: 13px;
    top: 0;
    right: 0;
    max-width: 180px;
    border-radius: 8px;
    z-index: 2;
    box-shadow: 0px 0px 23px 0px rgba(34, 60, 80, 0.2);
}

.online-item__list {
    padding-left: 20px;
}

.online-item__subtext {
    color: rgb(136, 136, 136);
    font-style: italic;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    max-width: 300px;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
    color: #219653;
}

.number-block__num img {
    display: block;
    margin-bottom: 30px;
}

.number-block {
    display: flex;
    align-items: center;
    justify-content: center;
}

.online-item-list {
    list-style-type: none;
    padding: 0;
}

.online-item-list__li {
    display: flex;
    align-items: flex-start;
    color: rgb(92, 92, 92);
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 10px;
    gap: 11px;
}

.online-item-list__li p {
    margin-bottom: 0;
}

@media (max-width: 1600px) {
    .online-item__arrow {
        padding-left: 30px;
    }
    .online__items {
        gap: 20px;
    }
    .online-item__title {
        font-size: 16px;
        max-width: 200px;
    }
    .online-item__text {
        font-size: 14px;
        max-width: 200px;
    }
    .online__items {
        flex-wrap: wrap;
    }
}

@media (max-width: 1200px) {
    .online__items {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }
    .online__items.online__items-4 {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }
}


/* online =============== end */


/* intro-cards ===================== */

.intro-cards {}

.intro-cards__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.intro-card {
    padding: 35px 40px;
    background: rgb(232, 232, 232);
    border-radius: 4px;
}

.intro-card--accent {
    padding: 35px 30px;
    border-radius: 4px;
    background: rgb(33, 150, 83) url(images/man.png) right bottom no-repeat;
    background-size: 200px;
}

.intro-card__title {
    font-size: 32px;
    font-weight: 500;
    line-height: 37px;
    color: #283B3C;
    margin-bottom: 65px;
}

.intro-accent__text {
    color: rgb(40, 59, 60);
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 40px;
}

.intro-card__title--accent {
    color: white;
}

.intro-card__btn {
    color: rgb(40, 59, 60);
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
    padding: 16px 20px;
    width: 180px;
    text-align: center;
    border-radius: 1px;
    background: rgb(255, 255, 255);
}

.intro-card__text {
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 10px;
}

.intro-card__text--accent {
    color: rgb(33, 150, 83);
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 40px;
}

.intro-card__subscribe {
    color: rgb(136, 136, 136);
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
}

@media (max-width: 1024px) {
    .intro-cards__inner {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .intro-card--accent {
        background: rgb(33, 150, 83);
        padding: 20px;
    }
    .intro-card {
        padding: 20px;
    }
}


/* intro-cards ================end */


/* list-form ==================== */

.list-form__inner {
    display: flex;
    gap: 20px;
}

.fact-list {
    border-radius: 4px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    list-style-type: none;
    margin-bottom: 0;
    gap: 25px;
    justify-content: center;
}

.fact-list__item {
    color: rgb(40, 59, 60);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.list-form-form {
    padding: 50px 40px;
    border-radius: 4px;
    background: rgb(40, 59, 60);
    max-width: 50%;
}

.list-form__text-info {
    padding: 30px;
    display: flex;
    align-items: center;
    color: rgb(40, 59, 60);
    font-size: 24px;
    font-weight: 400;
    line-height: 130%;
}

.ist-form-form__title {
    color: rgb(255, 255, 255);
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 19px;
    margin-bottom: 46px;
}

.list-form-form__inp {
    background: rgb(246, 247, 248);
    padding: 12px 14px;
    margin-bottom: 16px;
    display: block;
    width: 100%;
}

.list-form-form__btn {
    border-radius: 1px !important;
    padding: 16px 20px 16px 20px !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    display: block;
}

.list-form-form__btn-black {
    border-radius: 1px !important;
    background: #304345 !important;
    padding: 16px 20px 16px 20px !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    display: block;
    margin-right: auto;
}

.list-form-form__pol {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 26px;
    color: #B9B9B9;
}

.list-form-form__pol a {
    color: white;
    text-decoration: none;
}

.fact-list__title {
    font-size: 32px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 20px;
}

.fact-list__subtitle {
    color: rgb(40, 59, 60);
    font-family: Ubuntu;
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 30px;
}

.fact-list-item__title img {
    display: block;
    margin-bottom: 20px;
}

.fact-list-item__text {
    color: rgb(40, 59, 60);
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 10px;
}

.fact-list-item__date {
    color: rgb(92, 92, 92);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 40px;
}

.fact-list-item__btn {
    box-sizing: border-box;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 1px;
    padding: 16px 20px;
    color: rgb(40, 59, 60);
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
    width: 173px;
    text-align: center;
    transition: all .2s ease;
    cursor: pointer;
}

.fact-list-item__btn:hover {
    background: rgba(172, 255, 47, 0.283);
}

.intro-cards .list-form-form {
    max-width: inherit;
}

@media (max-width: 992px) {
    .list-form__inner {
        flex-wrap: wrap-reverse;
    }
    .list-form-form {
        max-width: 100%;
        padding: 30px 15px;
    }
    .fact-list {
        padding: 30px 20px;
        width: 100%;
    }
    .fact-list__item {
        font-size: 14px;
    }
    .list-form-form__pol {
        font-size: 11px;
    }
    .list-form-form__btn {
        width: 100%;
    }
}


/* list-form ================= end */


/* quiz-block =================== */

.quiz-block {
    text-align: center;
}

.quiz-block__title {
    margin-bottom: 20px;
}

.quiz-block__text {
    color: rgb(136, 136, 136);
    font-family: Ubuntu;
    font-size: 32px;
    font-weight: 400;
    line-height: 120%;
    margin: 0 auto;
    margin-bottom: 30px;
    max-width: 800px;
}

.quiz-block__btn {
    color: rgb(255, 255, 255);
    font-family: Ubuntu;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    margin: 0 auto;
    padding: 16px 20px;
    width: max-content;
}

@media (max-width: 768px) {
    .quiz-block__text {
        font-size: 24px;
    }
    .quiz-block__btn {
        width: inherit;
    }
}


/* quiz-block============= end */


/* att-card =====================*/

.att-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.att-card {
    border-radius: 4px;
    color: rgb(0, 0, 0);
    background: rgb(246, 247, 248);
    padding: 55px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.att-card.att-card--accent {
    color: white;
    background: rgb(40, 59, 60);
}

.att-card__title {
    font-size: 32px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 30px;
}

.att-card__subtitle {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
    max-width: 490px;
}

.att-card__btn {
    color: rgb(40, 59, 60);
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
    text-align: center;
    padding: 16px 20px;
    width: 173px;
    border: 1px solid #304345;
    transition: all .3s ease;
    cursor: pointer;
}

.att-card__btn:hover {
    background-color: #30434516;
}

.att-card__btn--light {
    color: white;
    border-color: white;
    width: max-content;
}

@media (max-width: 992px) {
    .att-cards {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .att-card {
        padding: 25px 15px;
    }
    .att-card__title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .att-card__subtitle {
        margin-bottom: 15px;
        font-size: 18px;
        max-width: inherit;
    }
}


/* att-card ================== end*/


/* question ===================*/

.question {
    padding: 70px 75px;
    border-radius: 4px;
    background: url('images/zc.svg') rgb(246, 247, 248);
    background-position: right -50px bottom;
    background-repeat: no-repeat;
}

@media (max-width: 1200px) {
    .question {
        background-position: right -250px bottom;
    }
}

.question__title {
    font-size: 48px;
    font-weight: 500;
    line-height: 110%;
    margin-bottom: 40px;
}

.call {
    list-style-type: none;
    display: flex;
    padding-left: 0;
    gap: 55px;
}

.call__item {
    display: flex;
    align-items: center;
    gap: 7px;
    text-decoration: underline;
}

.call__link {
    color: rgb(92, 92, 92);
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
}

.call__link:hover {
    font-weight: 500;
}

@media (max-width: 992px) {
    .call {
        flex-direction: column;
        gap: 30px;
    }
    .question__title {
        font-size: 30px;
    }
    .question {
        padding: 30px 35px;
    }
    .question {
        background: rgb(246, 247, 248);
    }
}


/*  questions =======================*/

.color-green {
    color: #219653;
}

#form-block {
    position: relative;
    background-color: #F2F4F8;
    z-index: 1000;
}

#form-block input,
#popup-form input {
    border: 2px solid #1A1B20;
    box-sizing: border-box;
    border-radius: 35px;
    font-weight: 500;
    font-size: 18px;
    color: #333;
    padding: 10px 25px;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 15px;
}

#form-block input.error,
#popup-form input.error {
    border-color: #ff6c40;
}

.questions {
    padding: 28px 30px;
    border-radius: 4px;
    background: url('images/i-chat.png') rgb(246, 247, 248) no-repeat right 30px bottom;
    background-size: 420px;
}

.questions__title {
    margin-bottom: 47px;
    font-size: 48px;
    font-weight: 500;
    line-height: 110%;
}

.questions__list {
    padding: 0;
    display: flex;
    gap: 47px;
    max-width: 700px;
    list-style-type: none;
}

.questions__list-item {
    color: rgb(0, 0, 0) !important;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    padding-bottom: 12px;
    border-bottom: 1px solid #149339;
    display: flex;
    gap: 12px;
    text-shadow: 0px 0px 5px #F6F7F8;
}

.questions__list-item:hover {
    color: #219653 !important;
}

@media(max-width:1600px) {
    .questions {
        padding: 25px;
        background: url('images/i-chat.png');
        background-color: rgb(246, 247, 248);
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: 320px;
    }
    .questions__title {
        margin-bottom: 30px;
    }
}

@media(max-width:992px) {
    .questions {
        background-image: none;
    }
    .questions__list {
        gap: 20px;
        flex-wrap: wrap;
    }
    .questions__title {
        font-size: 30px;
    }
}


/* questions =================== end */


/* question =========== end */


/* slider */

.slider-item {
    display: flex !important;
    gap: 15px;
    border-radius: 4px !important;
    background: rgb(246, 247, 248) !important;
    padding: 20px 5px 5px 20px !important;
    height: 200px !important;
}

.slick-slide {
    margin: 0 20px;
    /* Измените отступы между слайдами на 20 пикселей */
}

.slider-item__title {
    color: rgb(40, 59, 60);
    font-size: 24px;
    font-weight: 400;
    line-height: 110%;
}

.slider-item__img {
    align-self: flex-end;
    width: 185px;
}

.offer-slider .slick-prev {
    width: 40px;
    height: 40px;
    left: -60px;
    z-index: 100;
    top: 50%;
}

.offer-slider .slick-next {
    width: 40px;
    height: 40px;
    right: -60px;
    top: 50%;
    z-index: 22;
}

.offer-slider .slick-prev:hover,
.offer-slider .slick-next:hover {
    background: none;
}

.offer-slider .slick-prev:before {
    width: 40px;
    height: 40px;
    content: "\f111";
    font-family: LineAwesome;
    display: block;
    padding-top: 5px;
    border-radius: 50%;
    color: rgb(33, 150, 83);
}

.offer-slider .slick-next:before {
    width: 40px;
    height: 40px;
    content: "\f112";
    font-family: LineAwesome;
    display: block;
    padding-top: 5px;
    border-radius: 50%;
    color: rgb(33, 150, 83);
}

@media (max-width: 1600px) {
    .slider-item {
        flex-direction: column;
    }
}


/* slider */


/* service */

.main-title {
    color: rgb(0, 0, 0);
    font-size: 40px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 50px;
    margin-top: 0;
}

.main-subtitle {
    color: rgb(92, 92, 92);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 40px;
}

.center {
    text-align: center;
}

.color-green {
    color: #219653;
}

.text-accent {
    position: relative;
}

.text-accent::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -4px;
    right: -2px;
    width: 100%;
    height: 10px;
    background: url('images/line.svg') bottom right no-repeat;
}

.main-btn-black,
.main-btn-green {
    transition: all .3s ease;
    cursor: pointer;
}

.main-btn-green:hover {
    background: rgb(40, 59, 60)!important;
    color: white !important;
    border-color: rgb(33, 150, 83) !important;
}

.main-btn-black:hover {
    background: rgb(33, 150, 83) !important;
    border-color: rgb(40, 59, 60)!important;
    color: white !important;
}

.main-btn-black {
    background: rgb(40, 59, 60)!important;
    border: 1px solid rgb(40, 59, 60);
}

.main-btn-green {
    background: rgb(33, 150, 83) !important;
}

.main-comment {
    margin-top: 30px;
    font-size: 24px;
    font-weight: 400;
    line-height: 110%;
}

.main-gray-italic {
    font-style: italic;
    color: #ccc;
}

.main-gray-bg {
    background: rgb(246, 247, 248);
}

@media (max-width: 1600px) {
    .main-title {
        font-size: 36px;
        margin-bottom: 40px;
    }
}

@media (max-width: 992px) {
    .main-title {
        font-size: 30px;
        margin-bottom: 24px;
    }
}

.main-section {
    margin-bottom: 80px;
}

@media (max-width: 1600px) {
    .main-section {
        margin-bottom: 60px;
    }
}

@media (max-width: 992px) {
    .main-section {
        margin-bottom: 40px;
    }
}


/* service */

@media (min-width: 1440px;
) {
    .container {
        min-width: 1370px;
    }
}

img {
    max-width: 100%;
}


/* .btn.btn-default {
    border: 2px solid #00C66B;
    border-radius: 20px;
    color: #00C66B;
    background: none;
    font-weight: bold;
    font-size: 14px;
}

.btn.btn-primary,
#form-block input.btn.btn-primary,
#popup-form input.btn.btn-primary,
.btn.btn-primary:hover {
    border: 2px solid #00C66B;
    border-radius: 40px;
    color: #00C66B;
    padding: 10px 36px;
    max-width: 100%;
    background: none;
    font-size: 16px;
    text-align: center;
} */

.btn-default.disabled {
    opacity: 1;
}

.logo {
    max-width: 256px;
}

header {}

#main-block {
    background-color: #F2F4F8;
}

#main-block .container {
    background: url(../images/main-image1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

.sub-title {
    font-weight: 500;
    font-size: 18px;
}

#tile-block {
    background: linear-gradient(to bottom, #fff 0%, #fff 65%, #F2F4F8 65%, #F2F4F8 100%);
}

.tile-item {
    padding: 20px;
    box-shadow: 0px 4px 20px 2px rgba(0, 0, 0, 0.12);
    border-radius: 13px;
    background: #fff;
    min-height: 84px;
}

.tile-title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0px;
}

.tile-list {
    min-height: 75px;
    list-style: none;
    padding-left: 0;
}

.tile-list li {
    font-weight: 500;
    font-size: 18px;
    color: #1A1B20;
    position: relative;
    padding-left: 25px;
    margin-top: 27px;
}

.tile-list li:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #f89ea1;
    position: absolute;
    left: 0;
    border-radius: 10px;
    top: 7px;
}

.block-title {
    font-weight: bold;
    font-size: 18px;
    /* text-transform: uppercase; */
    color: #354546;
    margin-bottom: 30px;
    line-height: 1.5;
}

#steps-block {
    /* background: #f7f7f7; */
}

.step-item {}

.step-img {
    max-width: 78px;
    border-radius: 7px;
    margin-bottom: 25px;
}

.step-title {
    font-weight: bold;
    font-size: 18px;
    color: #1A1B20;
    margin-bottom: 15px;
}

.step-text {
    font-weight: normal;
    font-size: 16px;
    color: #1A1B20;
    padding: 0 20px;
}

#form-block {
    position: relative;
    background-color: #F2F4F8;
    z-index: 1000;
}

#form-block input,
#popup-form input {
    border: 2px solid #1A1B20;
    box-sizing: border-box;
    border-radius: 35px;
    font-weight: 500;
    font-size: 18px;
    color: #333;
    padding: 10px 25px;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 15px;
}

#form-block input.error,
#popup-form input.error {
    border-color: #ff6c40;
}

#question-block {}

.question-item {
    position: relative;
    padding: 10px;
}

.question-item.border-right:after {
    content: "";
    height: 100%;
    position: absolute;
    width: 1px;
    background: #D8D8D8;
    top: 0;
    right: -15px;
}

.question-title {
    font-weight: bold;
    font-size: 22px;
    color: #1A1B20;
    padding-left: 40px;
    position: relative;
}

.question-title:before {
    content: attr(data-num);
    font-weight: bold;
    font-size: 48px;
    line-height: 59px;
    color: #FF6C40;
    position: absolute;
    left: 0;
    top: -4px;
}

@media (max-width: 767px) {
    .question-item.border-right:after {
        display: none;
    }
}

.question-text {
    font-weight: 500;
    font-size: 17px;
    color: #1A1B20;
}

.steps-lines {
    padding-left: 100px;
    position: relative;
    margin-top: 35px;
    margin-bottom: -35px;
    margin-left: 19%;
    margin-right: -19%;
}

.steps-lines div {
    border-bottom: 3px dashed #adadad;
}

.steps-lines div:before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 7px;
    background: #adadad;
    display: block;
    position: absolute;
    margin-top: -5px;
    margin-left: -5px;
}

.steps-lines div:after {
    content: "";
    width: 9px;
    height: 9px;
    background: #adadad;
    display: block;
    position: absolute;
    margin-top: -3px;
    right: -12px;
    transform: rotate(45deg);
}

@media (max-width: 767px) {
    h1.title {
        font-size: 33px;
    }
    #main-block .container {
        background: none;
    }
    a.footer-phone {
        font-size: 13px;
        color: #141414;
    }
}

@keyframes draw-check {
    0% {
        stroke-dasharray: 49, 80;
        stroke-dashoffset: 48;
        opacity: 0;
    }
    50% {
        stroke-dasharray: 49, 80;
        stroke-dashoffset: 48;
        opacity: 1;
    }
    100% {
        stroke-dasharray: 130, 80;
        stroke-dashoffset: 48;
    }
}

@keyframes draw-circle {
    0% {
        stroke-dasharray: 0, 330;
        stroke-dashoffset: 0;
        opacity: 1;
    }
    80% {
        stroke-dasharray: 330, 330;
        stroke-dashoffset: 0;
        opacity: 1;
    }
    100% {
        opacity: 0.4;
    }
}

.green-stroke {
    stroke: #7CB342;
}

.circular circle.path {
    stroke-dasharray: 330;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    opacity: 0.4;
    animation: 0.7s draw-circle ease-out;
}


/*------- Checkmark ---------*/

.checkmark {
    stroke-width: 6.25;
    stroke-linecap: round;
    position: absolute;
    top: 56px;
    left: 49px;
    width: 52px;
    height: 40px;
}

#form-result {
    top: 25%;
    position: fixed;
    background: #fff;
    z-index: 10;
    box-shadow: 0 0 18px 3px #0000005e;
    padding: 40px;
    padding-top: 13px;
    border-radius: 15px;
    width: 95%;
    max-width: 400px;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    display: none;
}

#form-result span {
    display: block;
    position: relative;
    vertical-align: middle;
    font-size: 20px;
}

#form-result .svg {
    width: 150px;
    margin: auto;
}

.diagra-block-container {
    position: relative;
}

.diagra {
    max-width: 300px;
    margin: auto;
    position: relative;
}

.diagra .rounds {
    padding-top: 100%;
}

.diagra .d-1 {
    background: url(../images/l-1.svg);
    position: absolute;
    padding-top: 100%;
    background-size: cover;
    width: 100%;
    top: 0;
}

.diagra .d-2 {
    background: url(../images/l-2.svg);
    position: absolute;
    padding-top: 100%;
    background-size: cover;
    width: 100%;
    top: 0;
}

.diagra .d-3 {
    background: url(../images/l-3.svg);
    position: absolute;
    padding-top: 100%;
    background-size: cover;
    width: 100%;
    top: 0;
}

.check-list {
    /* position: absolute; */
    /* top: 0; */
    width: 100%;
}

.check-list-item {
    max-width: 270px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    position: absolute;
}

.check-list-item.item-1 {
    top: 20px;
    right: 67%;
    text-align: right;
}

.check-list-item.item-2 {
    top: 29%;
    right: 67%;
    text-align: right;
}

.check-list-item.item-3 {
    top: 50%;
    right: 67%;
    text-align: right;
}

.check-list-item.item-4 {
    top: 73%;
    right: 67%;
    text-align: right;
}

.check-list-item.item-5 {
    top: 106%;
    right: 39%;
    text-align: center;
}

.check-list-item.item-6 {
    top: 20px;
    left: 67%;
}

.check-list-item.item-7 {
    top: 25%;
    left: 67%;
    text-align: left;
}

.check-list-item.item-8 {
    top: 51%;
    left: 67%;
    text-align: left;
}

.check-list-item.item-9 {
    top: 82%;
    left: 67%;
    text-align: left;
}

.check-list-item.item-1:before,
.check-list-item.item-2:before,
.check-list-item.item-3:before,
.check-list-item.item-4:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #00C66B;
    position: absolute;
    border-radius: 12px;
    right: -20px;
    top: 6px;
}

.check-list-item.item-5:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #00C66B;
    position: absolute;
    border-radius: 12px;
    right: 48%;
    top: -21px;
}

.check-list-item.item-6:before,
.check-list-item.item-7:before,
.check-list-item.item-8:before,
.check-list-item.item-9:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #00C66B;
    position: absolute;
    border-radius: 12px;
    left: -20px;
    top: 6px;
}

#diagra-block {
    background-color: #F2F4F8;
    position: relative
}

#ready-block .tile-item .tile-title {
    font-size: 14px;
    margin-bottom: 20px;
}

#ready-block .tile-item p {
    margin-bottom: 18px;
    font-size: 14px;
}

#ready-block .tile-item strong {}

#ready-block .tile-item .price {
    font-size: 18px;
    font-weight: bold;
    padding-top: 5px;
}

.check-list.visible-xs .check-list-item {
    padding-left: 30px;
    margin-bottom: 15px;
    position: relative;
    max-width: 100%;
}

.check-list.visible-xs .check-list-item:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #00C66B;
    position: absolute;
    border-radius: 12px;
    left: 6px;
    top: 6px;
}

@media (max-width: 767px) {
    #diagra-block:before,
    #diagra-block:after {
        display: none;
    }
}

@media (max-width: 1199px) {
    .check-list-item.item-5 {
        top: 100%;
        right: 35.5%;
        text-align: center;
    }
}

@media (max-width: 991px) {
    .check-list-item.item-1 {
        top: 20px;
        right: 72%;
        text-align: right;
    }
    .check-list-item.item-2 {
        top: 29%;
        right: 72%;
        text-align: right;
    }
    .check-list-item.item-3 {
        top: 50%;
        right: 72%;
        text-align: right;
    }
    .check-list-item.item-4 {
        top: 79%;
        right: 72%;
        text-align: right;
    }
    .check-list-item.item-5 {
        top: 103%;
        right: 31%;
        text-align: center;
    }
    .check-list-item.item-6 {
        top: 20px;
        left: 72%;
    }
    .check-list-item.item-7 {
        top: 28%;
        left: 72%;
        text-align: left;
    }
    .check-list-item.item-8 {
        top: 49%;
        left: 72%;
        text-align: left;
    }
    .check-list-item.item-9 {
        top: 79%;
        left: 72%;
        text-align: left;
    }
}

#table-block {}

.table-container {}

.table-head {
    text-align: justify;
    /* text-align-last: justify; */
    background: #F2F4F8;
    font-size: 14px;
    font-weight: bold;
    padding: 14px 0;
    position: sticky;
    top: 0;
}

.table-item {
    text-align: justify;
    /* text-align-last: justify; */
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f2f4f8;
}

.table-cell {
    display: inline-block;
    width: 25%;
    text-align: left;
    padding: 0 15px;
    float: left;
    margin-bottom: 5px;
}

.subline:after {
    content: "";
    clear: both;
    display: block;
}

.table-head .table-cell {
    /* text-align: center; */
}

.table-name {
    font-weight: bold;
    margin-bottom: 5px;
}

.subline {
    margin: 0 25px;
}

.hidden-cell {
    margin-bottom: 5px;
}

.la.la-check {
    color: #4fd591;
    font-size: 25px;
    display: block;
    float: left;
    margin-right: 10px;
}

.hidden-cell.break1 {
    display: none
}

.hidden-cell.break2 {
    display: none
}

.hidden-cell.break3 {
    display: none
}

@media (max-width: 950px) {
    .table-cell {
        width: 33%
    }
    .hidden-cell.break2 {
        display: block
    }
    .table-cell.break2 {
        display: none
    }
}

@media (max-width: 750px) {
    .table-cell {
        width: 50%
    }
    .hidden-cell.break1 {
        display: block
    }
    .table-cell.break1 {
        display: none
    }
}

@media (max-width: 550px) {
    .table-cell {
        width: 100%
    }
    .hidden-cell.break3 {
        display: block
    }
    .table-cell.break3 {
        display: none
    }
}

.clients-item {
    text-align: center;
    padding: 25px;
    border: 2px solid #4fd591;
    border-radius: 30px;
}

.client-header {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.client-big-text {
    font-size: 16px;
    margin-bottom: 15px;
    min-height: 115px;
    max-height: 115px;
    overflow: hidden;
}