body {
    background: url(/assets/img/top_bg.jpg) no-repeat center top;
    font-family: "Commissioner", sans-serif;
    font-optical-sizing: auto;
}

a {
    color: #3f6b6e;
    text-decoration: none;
}

h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 181%;
    text-align: center;
    color: #1d1d1d;
    margin: 0;
}

.container {
    max-width: 1174px;
}

@media (max-width: 991.98px) {

    body {

    }

}

@media (max-width: 575.98px) {



}


.header {

}
.header__top {
    padding-top: 17px;
}
.header__logo {
    background: url(/assets/img/logo.svg) no-repeat left center / contain;
    height: 56px;
    width: 120px;
}
.header__contacts {

}
.header__info {
    margin-right: 27px;
    line-height: 126%;
    text-align: right;
}
.header__phone {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
}
.header__mail {
    font-size: 12px;
    color: #fff;
}
.header__btn {
    border: 1px solid #fab024;
    border-radius: 7px;
    width: 173px;
    height: 40px;
    line-height: 38px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #fbc204;
    cursor: pointer;
    margin-right: 5px;
}
.header__hamburger {
    width: 40px;
}
.header__hamburger span {
    height: 3px;
    display: block;
    background: #fff;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 5px;
}
.header__hamburger span:last-child {
    margin-bottom: 0;
}
.header__menu-wrapper {
    margin-top: 27px;
    border: 5px solid rgba(255, 255, 255, 0.5);
    border-radius: 10px;
}
.header__menu {
    background: #fff;
    border-radius: 5px;
    height: 51px;
    padding: 11px 46px 0;
}
.header__menu-item {
    font-size: 16px;
    color: #000;
    cursor: pointer;
}

@media (max-width: 991.98px) {

    .header__menu {
        height: 48px;
        padding: 11px 25px 0;
    }
    .header__menu-item {
        font-size: 15px;
    }

}

@media (max-width: 575.98px) {

    .header__contacts {
        align-items: center;
    }
    .header__logo {
        height: 40px;
        width: 90px;
    }

}

.mobile-menu {
    position: fixed;
    top: 0;
    height: 100dvh;
    width: 100%;
    background: #fff;
    opacity: .95;
    z-index: 10;
    padding: 20px;
}
.mobile-menu__wrapper {
    padding-top: 18px;
    margin-bottom: 30px;
}
.mobile-menu__close {
    background: url(img/close_menu.svg) no-repeat center / contain;
    width: 22px;
    height: 22px;
}
.mobile-menu__menu {
    gap: 10px;
}
.mobile-menu__menu-item {
    font-size: 20px;
    font-weight: 500;
}

@media (max-width: 991.98px) {



}

@media (max-width: 575.98px) {



}

.hero {

}
.hero__wrapper {
    padding-top: 77px;
    padding-left: 5px;
}
.hero__h1-box {
    position: relative;
    max-width: 644px;
}
.hero__h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 145%;
    text-transform: uppercase;
    color: #fff;
}
.hero__slogan {
    border-radius: 5px;
    padding: 8px 10px;
    width: 303px;
    height: 36px;
    background: rgba(255, 255, 255, 0.75);
    font-size: 16px;
    color: #000;
    font-weight: 400;
    text-transform: none;
    line-height: normal;
    position: absolute;
    right: 0;
    bottom: 10px;
}
.hero__slogan span {

}
.hero__slogan span:nth-child(1):after {
    content: '•';
    padding: 0 6px;
}
.hero__slogan span:nth-child(2):after {
    content: '•';
    padding: 0 6px;
}
.hero__desc {
    font-size: 18px;
    color: #fff;
    max-width: 505px;
    margin-top: 6px;
    line-height: 120%;
}
.hero_btn {
    border-radius: 7px;
    line-height: 60px;
    width: 179px;
    height: 60px;
    box-shadow: inset 0 6px 15px 0 rgba(255, 255, 255, 0.68);
    background: linear-gradient(180deg, #e5c95e 0%, #fec504 2.88%, #e0a000 94.15%, #a67409 95.24%);
    text-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.5);
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    color: #242424;
    cursor: pointer;
    margin-top: 25px;
}

@media (max-width: 991.98px) {

    .hero__h1 {
        font-size: 35px;
    }

}

@media (max-width: 575.98px) {

    .hero__wrapper {
        padding-top: 50px;
    }
    .hero__h1 {
        font-size: 25px;
    }
    .hero__slogan {
        position: relative;
        margin-top: 25px;
    }

}

.services {
    margin-top: 151px;
}
.services__list {
    margin-top: 26px;
    padding: 0 5px;
}
.services__item {
    border-radius: 5px;
    background: #e3eef5;
    height: 311px;
    margin-bottom: 33px;
    padding: 137px 22px 5px;
    position: relative;
    overflow: hidden;
}
.services__item:before {
    content: '';
    width: 189px;
    height: 106px;
    background: #5897c4;
    position: absolute;
    top: 0;
    left: 0;
}
.services__item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
    touch-action: none;
}
.services__item_1:after {
    background-image: url(/assets/img/s_1.png);
    width: 264px;
    height: 83px;
    top: 18px;
    left: 4px;
}
.services__item_2:after {
    background-image: url(/assets/img/s_2.png);
    width: 231px;
    height: 99px;
    top: 0;
    left: 0;
}
.services__item_3:after {
    background-image: url(/assets/img/s_3.png);
    width: 200px;
    height: 94px;
    top: 0;
    left: 33px;
}
.services__item_4:after {
    background-image: url(/assets/img/s_4.png);
    width: 193px;
    height: 119px;
    top: 0;
    left: 30px;
}
.services__item_5:after {
    background-image: url(/assets/img/s_5.png);
    width: 219px;
    height: 184px;
    top: 0;
    left: 0;
}
.services__item_6:after {
    background-image: url(/assets/img/s_6.png);
    width: 219px;
    height: 184px;
    top: 0;
    left: 0;
}
.services__item-top-name {
    font-weight: 600;
    font-size: 20px;
    color: #1d1d1d;
}
.services__item-name {
    font-weight: 600;
    font-size: 32px;
    text-transform: uppercase;
    color: #1d1d1d;
    margin-top: -8px;
}
.services__item-desc {
    font-size: 16px;
    color: #404040;
    line-height: 120%;
    margin-top: 5px;
}

@media (max-width: 991.98px) {

    .services__item {
        height: auto;
        padding: 137px 22px 40px;
    }

}

@media (max-width: 575.98px) {

    .services {
        margin-top: 130px;
    }
    .services__item-name {
        font-size: 27px;
    }

}

.why {
    background: linear-gradient(180deg, #5998c5 0%, #0e2941 100%);
    margin-top: 78px;
    padding-top: 57px;
    padding-bottom: 110px;
}
.why h2 {
    color: #fff;
}
.why__list {
    margin-top: 26px;
    padding: 0 5px;
}
.why__item {
    background-color: #e3eef5;
    border-radius: 5px;
    height: 357px;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    touch-action: none;
    padding: 128px 20px 10px 23px;
}
.why__item:before {
    content: '';
    height: 2px;
    background: #5897c4;
    width: 141px;
    position: absolute;
    top: 74px;
    right: 0;
}
.why__item_1 {
    background-image: url(/assets/img/w_1.svg);
    background-size: 60px 61px;
    background-position: 30px 39px;
}
.why__item_2 {
    background-image: url(/assets/img/w_2.svg);
    background-size: 59px 62px;
    background-position: 21px 39px;
}
.why__item_3 {
    background-image: url(/assets/img/w_3.svg);
    background-size: 63px 62px;
    background-position: 21px 39px;
}
.why__item_4 {
    background-image: url(/assets/img/w_4.svg);
    background-size: 36px 62px;
    background-position: 21px 39px;
}
.why__item-name {
    font-weight: 600;
    font-size: 20px;
    color: #1d1d1d;
    line-height: 115%;
    min-height: 56px;
}
.why__item-desc {
    font-size: 16px;
    color: #404040;
    line-height: 124%;
}

@media (max-width: 991.98px) {

    .why__item {
        padding: 128px 20px 30px 20px;
        margin-bottom: 30px;
        height: auto;
    }
    .why__item-name {
        min-height: auto;
        margin-bottom: 20px;
    }

}

@media (max-width: 575.98px) {

    .why {
        margin-top: 50px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

}

.about {
    padding-top: 57px;
    padding-bottom: 111px;
}
.about__wrapper {
    background: #e3eef5;
    border-radius: 5px;
    margin: 26px 5px 0;
    overflow: hidden;
}
.about__pic-box {
    width: 35%;
}
.about__text-box {
    width: 65%;
    padding: 41px 30px 30px 45px;
}
.about__pic {
    border-radius: 5px 0 0 5px;
}
.about__top-title {
    background: rgba(255, 255, 255, 0.75);
    font-size: 18px;
    color: #000;
    border-radius: 5px;
    padding: 0 10px;
    height: 38px;
    line-height: 38px;
    display: inline-block;
}
.about__title {
    font-weight: 600;
    font-size: 32px;
    text-transform: uppercase;
    color: #1d1d1d;
    max-width: 500px;
    line-height: 120%;
    margin-top: 7px;
}
.about__desc {
    font-size: 16px;
    color: #404040;
    margin-top: 25px;
    line-height: 123%;
    max-width: 650px;
}
.about__desc p {
    margin-bottom: 21px;
}

@media (max-width: 991.98px) {

    .about__pic-box {
        width: 100%;
    }
    .about__pic {
        border-radius: 5px 5px 5px 5px;
        object-fit: cover;
        height: 400px;
    }
    .about__text-box {
        width: 100%;
    }
    .about__desc {
        max-width: 100%;
    }

}

@media (max-width: 575.98px) {

    .about {
        padding-bottom: 50px;
    }
    .about__text-box {
        padding: 20px;
    }
    .about__title {
        font-size: 20px;
        margin-top: 20px;
    }

}

.steps {
    background: linear-gradient(180deg, #5998c5 0%, #0e2941 100%);
    padding-top: 56px;
    padding-bottom: 110px;
}
.steps h2 {
    color: #fff;
}
.steps__list {
    margin: 45px 4px 0;
    background: url(/assets/img/step_line.svg) no-repeat left top,
                url(/assets/img/step_line.svg) no-repeat right top;
}
.steps__item {
    width: 25%;
    position: relative;
    min-height: 203px;
}
.steps__item_1 {
    background: url(/assets/img/step_1.svg) no-repeat left 23px top 17px;
    padding: 103px 20px 0 24px;
}
.steps__item_1:after {
    content: '';
    background: url(/assets/img/step_border.svg) no-repeat right top;
    height: 203px;
    width: 27px;
    position: absolute;
    top: 0;
    right: -12px;
    touch-action: none;
}
.steps__item_2 {
    background: url(/assets/img/step_2.svg) no-repeat left 28px top 17px;
    padding: 103px 40px 0 28px;
}
.steps__item_2:after {
    content: '';
    background: url(/assets/img/step_border.svg) no-repeat right top;
    height: 203px;
    width: 27px;
    position: absolute;
    top: 0;
    right: -16px;
    touch-action: none;
}
.steps__item_3 {
    background: url(/assets/img/step_3.svg) no-repeat left 32px top 18px;
    padding: 103px 20px 0 33px;
}
.steps__item_3:after {
    content: '';
    background: url(/assets/img/step_border.svg) no-repeat right top;
    height: 203px;
    width: 27px;
    position: absolute;
    top: 0;
    right: -20px;
    touch-action: none;
}
.steps__item_4 {
    background: url(/assets/img/step_4.svg) no-repeat left 42px top 16px;
    padding: 103px 18px 0 37px;
}
.steps__item-num {
    font-weight: 600;
    font-size: 96px;
    color: #5897c4;
    position: absolute;
    right: 30px;
    top: -20px;
    line-height: 96px;
    touch-action: none;
}
.steps__item_1 .steps__item-num {
    right: 46px;
}
.steps__item_2 .steps__item-num {
    right: 45px;
}
.steps__item-name {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
}
.steps__item-desc {
    font-size: 16px;
    color: #b8d1e5;
    line-height: 122%;
    margin-top: 7px;
}

@media (max-width: 991.98px) {

    .steps {
        padding-bottom: 50px;
    }
    .steps__list {
        flex-direction: column;
        align-items: center;
        background: none;
        gap: 50px;
    }
    .steps__item {
        width: 100%;
        max-width: 400px;
        margin-bottom: 30px;
    }
    .steps__item_1:after {
        background: url(/assets/img/step_border_b.svg) no-repeat center top;
        height: 27px;
        width: 100%;
        top: auto;
        bottom: -40px;
        right: 0;
    }
    .steps__item_2:after {
        background: url(/assets/img/step_border_b.svg) no-repeat center top;
        height: 27px;
        width: 100%;
        top: auto;
        bottom: -40px;
        right: 0;
    }
    .steps__item_3:after {
        background: url(/assets/img/step_border_b.svg) no-repeat center top;
        height: 27px;
        width: 100%;
        top: auto;
        bottom: -40px;
        right: 0;
    }

}

@media (max-width: 575.98px) {



}

.reviews {
    padding-top: 57px;
    padding-bottom: 111px;
}
.reviews__common {
    margin-top: 22px;
}
.reviews__common-rating {
    font-weight: 400;
    font-size: 36px;
    color: #1d1d1d;
}
.reviews__common-rating span {
    font-size: 16px;
}
.reviews__common-stars {
    background: url(/assets/img/stars.svg) no-repeat top 4px left / auto 25px;
    font-size: 16px;
    color: #1d1d1d;
    padding-top: 22px;
    margin-left: 12px;
}
.reviews__wrapper {
    margin-top: 9px;
    padding: 0 5px;
}
.reviews__title {
    background: url(/assets/img/quote.svg) no-repeat left top 56px;
    font-weight: 600;
    font-size: 32px;
    text-transform: uppercase;
    color: #1d1d1d;
    padding-top: 137px;
    line-height: 120%;
}
.reviews__arrows {
    width: 193px;
    margin-top: 20px;
}
.reviews__arrow-prev {
    background: url(/assets/img/arrow.svg) no-repeat left top / contain;
    width: 49px;
    height: 41px;
}
.reviews__arrow-next {
    background: url(/assets/img/arrow.svg) no-repeat left top / contain;
    width: 49px;
    height: 41px;
    rotate: 180deg;
}
.reviews__item {
    position: relative;
}
.reviews__item:after {
    content: '';
    background:url(/assets/img/review_border.svg) no-repeat 0 0 / contain;
    position: absolute;
    bottom: 22px;
    left: 0;
    width: 33px;
    height: 45px;
}
.reviews__item-box {
    border-radius: 5px;
    min-height: 351px;
    background: #e3eef5 url(/assets/img/stars.svg) no-repeat left 33px bottom 18px / auto 20px;
    padding-bottom: 41px;
    position: relative;
}
.reviews__item-text {
    border-radius: 5px;
    min-height: 310px;
    padding: 33px 20px 19px 33px;
    font-size: 14px;
    color: #404040;
    line-height: 122%;
}
.reviews__item-stars {

}
.reviews__item-author {
    margin-top: 11px;
    padding-left: 33px;
}
.reviews__item-author-pic {
    background-size: cover;
    background-position: center;
    border-radius: 90px;
    width: 44px;
    height: 44px;
}
.reviews__item-author-name {
    font-weight: 600;
    font-size: 16px;
    color: #1d1d1d;
    padding: 5px 0 0 17px;
}

@media (max-width: 991.98px) {

    .reviews__slider {
        margin-top: 30px;
    }
    .reviews__item-box {
        min-height: auto;
    }
    .reviews__item-text {
        min-height: auto;
    }

}

@media (max-width: 575.98px) {

    .reviews {
        padding-top: 50px;
        padding-bottom: 50px;
    }

}

.form {
    background: url(/assets/img/man.png) no-repeat left calc(50% + 500px) bottom / 448px auto,
                url(/assets/img/form_bg.jpg) no-repeat center / cover;
    padding: 56px 0 30px;
    margin-bottom: -78px;
}
.form .container {
    max-width: 1228px;
}
.form h2 {
    color: #fff;
}
.form__desc {
    font-size: 18px;
    text-align: center;
    color: #fff;
    margin: -7px auto 0;
    max-width: 594px;
    line-height: 120%;
}
.form__wrapper {
    margin-top: 19px;
}
.form__block {
    padding-left: 51px;
    max-width: 350px;
    line-height: 120%;
    margin-bottom: 46px;
}
.form__block_1 {
    background: url(/assets/img/c_1.svg) no-repeat left top;
}
.form__block_2 {
    background: url(/assets/img/c_2.svg) no-repeat left top;
}
.form__block_3 {
    background: url(/assets/img/c_3.svg) no-repeat left top;
}
.form__block_4 {
    background: url(/assets/img/c_4.svg) no-repeat left top;
}
.form__block-title {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
}
.form__block-desc {
    font-size: 18px;
    color: #fff;
    margin-top: 7px;
    line-height: 122%;
}
.form__form-box {
    border: 5px solid #e5f1ff;
    border-radius: 10px;
}
.form__form {
    background: #fff;
    border-radius: 5px;
    padding: 25px 30px 12px;
}
.form input[type='text'] {
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.03);
    background: #f6f7f7;
    border-radius: 10px;
    padding: 10px 10px 10px 23px;
    width: 100%;
    height: 60px;
    font-weight: 400;
    font-size: 16px;
    color: #5b5b5b;
    border: none !important;
    outline: none !important;
    margin-bottom: 6px;
}
.form textarea {
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.03);
    background: #f6f7f7;
    border-radius: 10px;
    padding: 10px 10px 10px 23px;
    width: 100%;
    height: 159px;
    font-weight: 400;
    font-size: 16px;
    color: #5b5b5b;
    border: none !important;
    outline: none !important;
    resize: none;
}
.form button {
    box-shadow: inset 0 6px 15px 0 rgba(255, 255, 255, 0.68);
    background: linear-gradient(180deg, #e5c95e 0%, #fec504 2.88%, #e0a000 94.15%, #a67409 95.24%);
    border-radius: 7px;
    padding: 0 35px;
    width: 100%;
    height: 60px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    color: #242424;
    text-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.5);
    border: none !important;
    outline: none !important;
}
.form__form-title {
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    color: #1d1d1d;
    margin-bottom: 18px;
}
.form__form .form-check {
    margin-top: 13px;
}
.form__form .form-check-input {
    background-color: #E6E6E6;
    outline: none;
    box-shadow: none;
    border: none;
}
.form__form .form-check-label {

}
.form__form .form-check-label {
    font-size: 14px;
    color: #989898;
    line-height: 120%;
}
.form__form .form-check-input:checked {
    background-color: #E6E6E6;
    border-color: #E6E6E6;
}
.form__pic {

}
.form__col-1 {
    width: 30.5%;
    padding-top: 34px;
}
.form__col-2 {
    width: 38.5%;
    min-width: 463px;
}
.form__col-3 {
    width: 31%;
}

@media (max-width: 991.98px) {

    .form__col-1 {
        width: 100%;
        padding-top: 34px;
    }
    .form__col-2 {
        width: 100%;
    }
    .form {
        margin-bottom: 0;
    }

}

@media (max-width: 575.98px) {


    .form__col-2 {
        min-width: 100%;
    }
    .form__form {
        padding: 20px;
    }

}

.footer {
    background: #e3eef5;
    padding: 109px 0 120px;
}
.footer__wrapper {
    padding: 0 5px;
}
.footer__text {
    font-size: 16px;
    color: #1d1d1d;
    padding-top: 26px;
    max-width: 230px;
    line-height: 122%;
}
.footer__brand {
    font-weight: 700;
    font-size: 16px;
    color: #1d1d1d;
    margin-top: 53px;
}
.footer__menu-title {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #1d1d1d;
}
.footer__menu {
    gap: 4px;
    margin-top: 3px;
}
.footer__menu-item {
    font-size: 16px;
    color: #1d1d1d;
    cursor: pointer;
}
.footer__address {

}
.footer__address-title {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #1d1d1d;
}
.footer__address-desc {
    font-size: 16px;
    color: #1d1d1d;
    line-height: 130%;
    margin-top: 2px;
}
.footer__phone {
    margin-top: 47px;
}
.footer__phone-title {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #1d1d1d;
}
.footer__phone-desc {
    font-size: 16px;
    color: #1d1d1d;
}
.footer__mail {

}
.footer__mail-title {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #1d1d1d;
}
.footer__mail-desc {
    font-size: 16px;
    color: #1d1d1d;
}
.footer__time {
    margin-top: 47px;
}
.footer__time-title {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #1d1d1d;
}
.footer__time-desc {
    font-size: 16px;
    color: #1d1d1d;
}

@media (max-width: 991.98px) {

    .footer {
        padding: 80px 0;
    }
    .footer__text {
        padding-top: 0;
        max-width: 490px;
    }
    .footer__menu-title {
        margin-top: 50px;
    }
    .footer__address {
        margin-top: 50px;
    }

}

@media (max-width: 575.98px) {

    .footer {
        padding: 50px 0;
    }
    .footer__brand {
        margin-top: 20px;
    }
    .form__block {
        margin-bottom: 30px;
    }
    .form__block-title {
        font-size: 16px;
    }
    .form__block-desc {
        font-size: 16px;
    }

}


.modal {

}
.modal input[type='text'] {
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.03);
    background: #f6f7f7;
    border-radius: 10px;
    padding: 10px 10px 10px 23px;
    width: 100%;
    height: 60px;
    font-weight: 400;
    font-size: 16px;
    color: #5b5b5b;
    border: none !important;
    outline: none !important;
    margin-bottom: 6px;
}
.modal button[type='submit'] {
    box-shadow: inset 0 6px 15px 0 rgba(255, 255, 255, 0.68);
    background: linear-gradient(180deg, #e5c95e 0%, #fec504 2.88%, #e0a000 94.15%, #a67409 95.24%);
    border-radius: 7px;
    padding: 0 35px;
    width: 100%;
    height: 60px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    color: #242424;
    text-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.5);
    border: none !important;
    outline: none !important;
}
.modal .form-check {
    margin-top: 13px;
}
.modal .form-check-input {
    background-color: #E6E6E6;
    outline: none;
    box-shadow: none;
    border: none;
}
.modal .form-check-label {
    font-size: 14px;
    color: #989898;
    line-height: 120%;
}
.modal .form-check-input:checked {
    background-color: #E6E6E6;
    border-color: #E6E6E6;
}