/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0
*/

@import url("fonts/Geometria/stylesheet.css");

body {
    font-family: 'Geometria';
}

.mhb-view.mobile .first-row {
    background: #F1F5F5;
    display: none;
    font-size: 15px;
}

@media (min-width: 768px) {
    .mhb-view.mobile .first-row {
        display: flex;
    }
}

@media (min-width: 960px) {

}

.header__email a {
    color: #D82828 !important;
}

/* RESPONSE */
@media only screen and (min-width: 960px) and (max-width: 1239px) {
    .section_wrapper, .container, .with_aside .content_wrapper {
        max-width: 100% !important;
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
}


@media only screen and (max-width: 767px) {
    .content_wrapper .section_wrapper, .container, .four.columns .widget-area {
        max-width: 100% !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .column_heading .title br {
        display: none;
    }
}

@media only screen and (max-width: 560px) {
    .content_wrapper .section_wrapper, .container, .four.columns .widget-area {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }
}


@media only screen and (max-width: 350px) {
    .content_wrapper .section_wrapper, .container, .four.columns .widget-area {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

.content_slider {
    margin-bottom: 0;
}

/* GENERAL */

body {

    color: #000000;
}

h1 {
    margin-bottom: 0;
}

h2, h3, h4, h5, h6 {
    margin-bottom: 0;
}


ul, li {
    font-weight: 400;
}


#Wrapper,
#Content {
    background: #fff;
}

.button,
.action_button {

    font-weight: bold !important;
}

.button-default .button .button_icon i {
    color: inherit;
}

.button.has-icon .button_label {
    line-height: 17px;
}

.button-custom .button {
    /* display: inline-flex; */
    align-items: center;
    margin-bottom: 0;
    line-height: 15px;
}

.button-custom .button_size_3 {
    transform: scale(1);
}

.button.button_size_2 i {
    font-size: 17px;
}

.button-custom .button i:before {
    margin: 0;
}

.button-custom .button_right .button_icon {
    order: 1;
}

.button-custom .button.the-icon {
    background: #006893 !important;
    box-shadow: none !important;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px !important;
}

.content_slider.carousel a.button:hover,
.button-custom .button.the-icon:hover {
    background: #06A338 !important;
}

.content_slider.carousel a.button .button_icon {
    opacity: 1 !important;
}

.button-custom .button.the-icon i:before {
    content: "";
    font-family: 'Font Awesome 5 Free';
    font-size: 19px;
    font-weight: 900;
    width: auto;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .button-custom .button.the-icon {
        width: 34px;
        height: 34px;
    }

    .button-custom .button.the-icon i:before {
        font-size: 16px;
    }
}

.button-custom .button.slider_prev i:before {
    content: "\f053";
    padding-right: 2px;
}

.button-custom .button.slider_next i:before {
    content: "\f054";
    padding-left: 2px;
}

.button-custom .content_wrapper .button.the-icon:hover i:before {
    color: #fff;
}

.content_slider {
    padding: 0 8px;
}

.content_slider .button.slider_prev {
    left: -24px;
}

.content_slider .button.slider_next {
    right: -24px;
}

.content_slider .content_slider_ul .slick-list {
    border: 0;
}

/* HEADER */
.mhb-col.left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 200px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.mhb-col.center {

}

@media (max-width: 767px) {
    .mhb-col.center {
        margin: 0 10px;
    }
}

.mhb-menu {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
}

.mhb-menu .mobile-menu-toggle i::before {
    font-weight: 600;
    color: #222;
}

@media (min-width: 768px) {
    .mhb-menu .menu > li:first-child {
        display: none;
    }
}

.mhb-menu .menu > li {
    margin: 0 8px;
}

.mhb-menu .menu > li > a {
    color: #000;
    border-radius: 10px;
    padding: 0px 14px;

    -webkit-transition: 150ms;
    -o-transition: 150ms;
    transition: 150ms;
}

.mhb-menu .menu > li > a {
    color: #000000 !important;
}

.mhb-menu .menu > li > a:hover,
.mhb-menu .menu > li > a.active,
.mhb-menu .menu > li > a.start_active {
    background: transparent;
    color: #d82828 !important;
}

@media (min-width: 1024px) {
    .mhb-menu .menu > li > a:hover {
        background: transparent;
        color: #d82828 !important;
    }
}

.mhb-menu .menu > li > a > span {
    padding: 0;
}

.mhb-view.desktop .second-row .mhb-row-wrapper {
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
}

.mhb-view.desktop .second-row .mhb-row-wrapper {
    padding: 7px 0;
}

/*.mhb-view.tablet .second-row .mhb-row-wrapper {*/
/*    padding: 20px 0;*/
/*}*/

.mhb-view.desktop .second-row .mhb-menu .menu > li > a > span {
    line-height: 21px !important;
}

.is-sticky .mhb-view.tablet .second-row .mhb-row-wrapper {
    min-height: 45px;
    padding: 10px 0;

    -webkit-transition: 150ms;
    -o-transition: 150ms;
    transition: 150ms;
}

.is-sticky .mhb-view.mobile .second-row .mhb-row-wrapper {
    min-height: 60px;

    -webkit-transition: 150ms;
    -o-transition: 150ms;
    transition: 150ms;
}

.is-sticky .mhb-view.mobile .second-row .mhb-logo a img {
    width: 100%;

    -webkit-transition: 150ms;
    -o-transition: 150ms;
    transition: 150ms;
}

.is-sticky .mhb-view.mobile .mhb-col.left {
    width: 170px;

    -webkit-transition: 150ms;
    -o-transition: 150ms;
    transition: 150ms;
}

.mhb-logo a {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}

.mhb-logo a img {
    width: 100%;
}

.label-logo {
    font-size: 11px;
    line-height: 14px;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-top: 6px;
    opacity: 1;
    height: 28px;
    bottom: 0;

    -webkit-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
}

.mhb-col.right .box-phone {
    display: flex;
    flex-direction: column;
    margin-right: 31px;
}

.mhb-col.right .box-phone .number {
    font-weight: 500;
    font-size: 21px;
    line-height: 25px;
    color: #000;
}

.mhb-col.right .box-phone .label {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #808080;
}

.mob-tel {
    display: inline-flex;
    flex-wrap: wrap;
    margin-top: 15px;
    margin-bottom: 15px;
}

.mob-tel > * {
    width: 100%;
}

.mob-tel b {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000;
    margin-bottom: 2px;
}

.mob-tel i {
    font-weight: 400;
    font-size: 11px;
    font-style: normal;
    line-height: 13px;
    color: #808080;
}

/* > is-sticky */

.is-sticky .mhb-placeholder {
    height: 80px !important;
}

.is-sticky .mhb-view.desktop .second-row .mhb-row-wrapper {
    padding: 0;
}

.is-sticky .label-logo {
    display: none;
    height: 0;
    opacity: 0;
    position: absolute;
    bottom: 20px;
}

.is-sticky .mhb-view {
    box-shadow: 0 5px 10px 0px rgb(210 210 210 / 10%);
}

/* < is-sticky */

/* > forms */
form input:not([type="submit"]) {
    font-weight: 500;
    font-size: 16px;
    background-color: #fff;
    border-radius: 10px;
    height: 50px;
    padding: 12px 20px;
}

form input:not([type="submit"])::placeholder {
    color: #CCCCCC;
}

input[name="your-name"] {
    content: '';
    background: url(svg/user.svg);
    background-position-y: center;
    background-position-x: calc(100% - 20px);
    background-repeat: no-repeat;
}

input[name="your-tel"] {
    content: '';
    background: url(svg/tel.svg);
    background-position-y: center;
    background-position-x: calc(100% - 20px);
    background-repeat: no-repeat;
}

input[name="your-email"] {
    content: '';
    background: url(svg/mail.svg);
    background-position-y: center;
    background-position-x: calc(100% - 20px);
    background-repeat: no-repeat;
}

.acceptance {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: rgb(255 255 255 / 40%);
    text-align: left;
    width: 100%;
    margin-top: -7px !important;
}

@media (min-width: 960px) {
    .acceptance {
        margin-top: 0px !important;
    }
}

.content_wrapper .mcb-column-inner {
    margin-bottom: 0px !important;
}

.acceptance label {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 0;
}

.acceptance a {
    color: rgb(255 255 255 / 40%);
    text-decoration: none;
}

.acceptance a:hover {
    text-decoration: underline;
}

.acceptance input {
    display: none;
}

.acceptance .wpcf7-list-item-label {
    display: flex;
    align-items: center;
    font-size: 10px;
    line-height: 120%;
    cursor: pointer;
    color: #708C8C;
    align-items: flex-start;

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

.acceptance input + span.wpcf7-list-item-label::before {
    content: '';
    background: url(svg/no-check.svg);
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    margin: 0;
    margin-right: 10px;
    min-width: 14px;
    min-height: 14px;
    position: relative;
}

.acceptance input:checked + span.wpcf7-list-item-label::before {
    background: url(svg/check.svg);
    background-repeat: no-repeat;
    background-position: center;
    min-width: 14px;
    min-height: 14px;
}


.acceptance .wpcf7-list-item {
    margin-left: 0;
}

.wpcf7-spinner {
    position: absolute;
    right: 0;
    top: calc(50% - 14px);
}

/* < forms */

/* > cf7 */
form.wpcf7-form {
    max-width: 100% !important;
    position: relative;
}

.fancybox-container .cf7serc_label,
form.wpcf7-form .cf7serc_label,
form.wpcf7-form .form-group.form_group_focus .cf7serc_label {
    display: none !important;
}

form.wpcf7-form .form-group {
    margin-bottom: 0;
}

/* < cf7 */

/* button */

.button-call.action_button {
    font-size: 14px;
    line-height: normal !important;
    padding: 0 24px !important;
    height: 46px;

    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
}

.button-call::before {
    content: '';
    background: url(svg/call.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    display: block;
    width: 12px;
    height: 12px;
    margin-right: 10px;
}

@media (max-width: 959px) {
    .mhb-menu .menu,
    .mhb-menu .tabletMobile .menu {
        width: 250px !important;
        padding: 20px;
        border-radius: 0px 0px 14px 14px;
        box-shadow: 0px -1px 2px rgb(0 0 0 / 7%), 0px 30px 26px rgb(151 151 151 / 24%);
    }

    .mhb-menu .menu > li {
        margin: 5px 0 !important;
    }

    .mhb-menu .menu > li > a {
        display: inline-flex;
        padding: 0 14px !important;
    }

    .mhb-menu .menu li a span,
    .mhb-menu .tabletMobile .menu li a span {
        line-height: 38px !important;
    }

    .mhb-menu .menu > li > a.active:not(.start_active):not(:hover) {
        background: transparent !important;
        color: #000 !important;
    }


}

@media (max-width: 1200px) and (min-width: 960px) {
    .button-call.button-call_head {
        font-size: 0;
    }

    .button-call.button-call_head::before {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .mhb-menu .menu {
        right: -20px;
        padding: 10px 20px 20px 20px !important;
        border-radius: 0px 0px 0px 14px !important;
    }

    .button-call.button-call_head {
        margin-right: 50px;
        padding: 0 12px !important;
        height: 36px;
        border-radius: 8px;
    }

    .button-call.button-call_head::before {
        margin-right: 0;
    }
}

/* head */

.head-container {

}

.head-container .mcb-wrap-inner {
    overflow: hidden;
}

.head-image {

}

.head-image .mcb-column-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.head-prallax {
    position: absolute;
    z-index: 0;
}

.head-prallax p {
    display: block;


    width: 300px;
    height: 300px;
}

@media screen and (max-width: 1320px) {
    .head-prallax {
        display: none;
    }
}

.head-box-check {
    /* padding: 0 5px; */
    position: relative;
    z-index: 1;
    padding: 10px 22px;
}

.head-box-check .mfn-inline-editor {
    margin-left: -5px;
    width: calc(100% + 10px);
}

.head-box-check .mfn-inline-editor .column {
    padding: 0 5px;
    height: 100%;
}

.head-box-check .mfn-inline-editor .column .mcb-column-inner > div {
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -15px !important;
    width: 25px;
}

.head-box-check .mfn-inline-editor .column .mcb-column-inner > div img {
    height: 30px;
}

@media screen and (max-width: 1199px) and (min-width: 960px) {
    .head-box-check .mfn-inline-editor .mcb-column-inner {
        /* height: 100px; */
    }
}


@media screen and (max-width: 959px) and (min-width: 768px) {
    .head-box-check .mfn-inline-editor .column {
        width: 50%;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    .head-box-check .mfn-inline-editor .column {
        margin-bottom: 10px;
    }
}

.head-box-check .mfn-inline-editor .mcb-column-inner {
    background: #ffffff;
    padding: 20px 10px 20px 63px;
    border-radius: 10px;
    margin-bottom: 0;
    margin: 0;
    display: block;
    justify-content: space-between;
    overflow: hidden;
    box-shadow: 0px 30px 26px rgba(214, 214, 214, 0.25);
    display: flex;
    align-items: center;
}

.head-box-check .mfn-inline-editor .mcb-column-inner strong {
    font-weight: 500;
}

.head-box-check p {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    line-height: 18px;
}

.mcb-column-inner {
    margin-left: 0;
    margin-right: 0;
}

.mhb-item {
    margin: 0;
}

#Header_wrapper, #Intro {
    background: transparent !important;
}

/* > form-header */

.form-header {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin: auto;
    padding: 0 23px;
}

.form-header__form {
    display: flex;
    align-items: center;
    width: 100%;
}

.form-header__input {
    position: relative;
}

.form-header__input .label {
    color: #222222 !important;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    position: absolute;
    top: -20px;
}

.form-header__item {
    flex: 25%;
}

.form-header__item input {
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 20px !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.form-header__item:first-child input {
    border-radius: 10px 0 0 10px !important;
}

.form-header__item:last-child input {
    font-weight: normal !important;
}

.form-header__input input {
    padding: 15px 45px 15px 20px !important;
    color: #000 !important;
}

.form-header__input:not(:first-child) input {
    border-left: 1px solid #B1B1B1 !important;
}

.form-header__input input::placeholder {
    color: #B1B1B1 !important
}

.form-header__button input {
    font-weight: 700 !important;
    background: #c12323 !important;
    margin-right: 0 !important;
    padding: 0 20px !important;
    height: 50px;
    width: 100%;
    border-radius: 0 !important;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
}

.form-header__button:hover input {
    background-color: #c12323 !important;
}


span.wpcf7-form-control-wrap {
    margin-bottom: 0;
}

.form-header .wpcf7-spinner {
    position: absolute;
    top: 10px;
    bottom: 0;
    right: -60px;
}

@media (min-width: 1024px) {

}

@media (max-width: 959px) {
    .form-header__form {
        flex-wrap: wrap;
    }

    .form-header__item {
        flex: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 13px;
    }

    .form-header__button {
        margin-top: 6px;
    }

    .form-header__item > * {
        width: 100%;
    }

    .form-header__input .label {
        position: unset;
        margin-bottom: 8px;
    }


}


/* < form-header */

/* > player-box */

.player-box a {
    position: relative;
}

.player-box a::before {
    content: '';
    display: block;
    background: url(svg/play.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    width: 79px;
    height: 79px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin: auto;

    -webkit-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;

    transform: scale(1);
}

.player-box a:hover::before {
    transform: scale(1.2);
}

@media screen and (max-width: 420px) {
    .player-box a::before {
        background-size: 100%;
        width: 60px;
        height: 60px;
    }
}

/* < player-box */

/* > service-box */
.service-box {

}

.service-box .mcb-wrap-inner {
    background: #fff;
    border-radius: 20px;
    margin: 0px 8px 20px 8px;
    overflow: hidden;
}

.service-box .mcb-wrap-inner p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #000;
}

.service-box .mcb-wrap-inner a.button {
    font-size: 12px;
    line-height: 16px;
    border-radius: 10px;
    padding: 11px 16px;
    margin-bottom: 0;
    display: inline-flex;
    align-items: center;
}

.service-box .image_wrapper img {
    max-width: inherit;
}

.service-box .column_image {
    display: flex;
    align-items: center;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .service-box .column_image {
        overflow: inherit;
    }

    .service-box .image_wrapper img {
        width: 100%;
    }
}

/* < service-box */

/* > form-flex */

.form-flex {
    display: flex;
    justify-content: space-between;
}

.form-flex p {
    margin-bottom: 0;
}

.form-flex__box {
    width: calc(50% - 20px);
}

.form-flex__box:last-child {
    width: calc(42% - 20px);
    min-width: 454px;
    padding-top: 34px;
    /* display: -webkit-flex; */
    display: -ms-flex;
    /* display: flex; */
    flex-wrap: wrap;
    align-items: flex-end;
}

body:not(.cf7p-message) .form-flex__box .form-flex__checkbox .wpcf7-not-valid-tip {
    top: -50px !important;
}

.form-flex__title {
    font-weight: 700;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 17px;
    display: flex;
}


.form-flex__checkbox {
    display: flex;
}

.form-flex__checkbox {
    margin-bottom: 30px;
}

.form-flex__checkbox {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
}

.form-flex__checkbox .wpcf7-list-item {
    margin: 0;
    margin-right: 20px;
}

.form-flex__checkbox .wpcf7-list-item label {
    cursor: pointer;
    margin-bottom: 10px;
}

.form-flex__checkbox .wpcf7-list-item input[type="checkbox"] {
    display: none;
}

.form-flex__checkbox .wpcf7-list-item input[type="checkbox"] + .wpcf7-list-item-label {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    color: #494949;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
}

.form-flex__checkbox .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label {
    font-weight: 500;
}

.form-flex__checkbox .wpcf7-list-item input[type="checkbox"] + .wpcf7-list-item-label::before {
    content: '';
    background: url(svg/check-box-off.svg);
    display: block;
    width: 24px;
    min-width: 24px;
    height: 24px;
    margin-right: 14px;
}

.form-flex__checkbox .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
    background: url(svg/check-box-on.svg);
}

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

.form-flex__textarea textarea {
    font-size: 18px !important;
    line-height: 25px !important;
    padding: 22px 33px !important;
    height: 227px !important;
    max-height: 227px !important;
}

.form-flex__textarea textarea::placeholder,
.form-flex__textarea textarea::placeholder {
    font-size: 18px;
    line-height: 25px;
    color: #CCCCCC;
}

.form-flex__contact {
    width: 100%;
}

.form-flex__contact + p {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    width: 100%;
}

.form-flex__contact input {
    font-size: 16px !important;
    line-height: 22px !important;
    padding: 15px 20px 15px !important;
}

.form-flex__contact input::placeholder {
    font-size: 16px;
    line-height: 22px;
    color: #CCCCCC;
}

.form-flex__textarea textarea,
.form-flex__contact input {
    background-color: #FFFFFF !important;
    box-shadow: 0px 2px 2px #e2f0f0 !important;
    border-radius: 12px !important;
    border: 0 !important;
}

.form-flex__contact input {
    height: 53px !important;
}

.form-flex input[type="submit"] {
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    width: 100%;
    margin-right: 0;
    height: 53px;
}

.form-flex__input {
    line-height: 16px;
    margin-bottom: 16px;
}

.form-flex__input .label {
    font-size: 13px;
    font-weight: 500;
    color: #494949;
    margin-bottom: 8px;
    display: block;
}

.form-flex__acceptance,
.form-flex__acceptance a {
    color: #A9C0C0 !important;
}

.form-flex__acceptance .wpcf7-list-item-label::before {
    opacity: 0.8;
}

.form-flex .wpcf7-spinner {
    position: absolute;
}

.succes-form,
.wpcf7-response-output {
    font-weight: 700;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #008585;
    margin: auto;
    padding: 20px 0;
}

.form-succes-text-white .succes-form,
.form-succes-text-white .wpcf7-response-output {
    color: #fff;
}

.form-succes-text-white .succes-form::before,
.form-succes-text-white .wpcf7-response-output::before {
    color: #fff;
}

@media screen and (max-width: 959px) {
    .form-flex {
        flex-wrap: wrap;
    }

    .form-flex__box {
        width: 100%;
    }

    .form-flex__box:last-child {
        width: 100%;
        min-width: 100%;
    }

    .form-flex__checkbox .wpcf7-list-item {
        width: 100%;
    }
}

/* < form-flex */


/* < option-flex-box */
.option-flex-box .column_attr {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    align-items: stretch;
    height: 100%;
    margin-bottom: 30px;
}

.option-flex-box .column_attr .mcb-column-inner {
    margin-bottom: 0;
}

.option-flex-box .image_frame {
    margin-bottom: 15px;
}

.option-flex-box h4 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 15px;
}

.option-flex-box p,
.option-flex-box ul li {
    font-size: 14px;
    line-height: 21px;
    color: #676767;
    width: 100%;
}

.option-flex-box p {
    margin-bottom: 0;
}

.option-flex-box b {
    font-weight: 500;
}

.option-flex-box ul {
    margin-left: 16px;
    margin-bottom: 0px;
}

.option-flex-box ul li {
    margin-top: 15px;
}

.option-flex-box ul li::marker {
    color: #D9D9D9;
}

.option-flex-box .button {
    text-align: center;
}

/* < option-flex-box */

/* > client-slider */
.clients_slider {
    position: relative;
}

.clients_slider ul.slick-slider li img {
    width: initial;
    height: auto;
    max-width: 100%;
}

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

.blog_slider_header {
    margin-bottom: 0;
}

.blog_slider_header .title {
    text-align: center;
    margin: 0;
    margin-bottom: 18px;

    display: none;
}

.clients_slider ul.slick-slider {
    width: calc(100% + 24px);
    margin-left: -12px;
    max-width: initial;
}

ul.clients .client_wrapper {
    margin: 0 12px;
}

ul.clients li .client_wrapper {
    border-radius: 14px;
}

@media (max-width: 767px) {
    ul.clients .client_wrapper {
        margin: 0 6px;
    }
}

/* < client-slider */


/* < slider */

.content_wrapper .button.the-icon {
    position: absolute;
    z-index: 1;
    bottom: calc(50% - 24px);
}

.content_wrapper .button.slider_prev {
    margin-left: -24px;
    left: 0;
}

.content_wrapper .button.slider_next {
    margin-right: -24px;
    right: 0;
}

@media screen and (max-width: 767px) {
    .content_wrapper .button.the-icon {
        position: absolute;
        z-index: 1;
        bottom: calc(50% - 17px);
    }

    .content_wrapper .button.slider_prev {
        margin-left: 15px;
        left: 0;
    }

    .content_wrapper .button.slider_next {
        margin-right: 15px;
        right: 0;
    }
}

/* < slider */

/* > footer */

#Footer.full-width .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
    width: 100%;
    max-width: 100%;
}

#Footer .widgets_wrapper {
    padding: 0;
    box-sizing: border-box;
}

@media (min-width: 1240px) {
    #Footer.full-width .container .one-second:first-child {
        padding: 15px 15px 0 15px;
        max-width: 582px;
        margin-left: auto;
    }
}

#Footer.full-width .container .one-second:first-child {
    padding: 38px 15px 0 0;
}

#Footer .widgets_wrapper .mcb-column-inner {
    position: relative;
    height: 100%;
}


#Footer .one-second.column:last-child .widget_block {
    width: 100%;
    height: 100%;
    margin: 0;
}

#Footer .one-second.column {
    box-sizing: border-box;
}

#Footer .one-second.column p {
    max-width: 464px;
}

.block-map {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    min-height: 300px;
    height: 100%;
    width: 100%;

    -webkit-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
}

.block-map:not(:hover) {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.block-map .mcb-column-inner {
    position: relative;
    height: 100%;
    width: 100%;
}

.block-map .wp-block-group__inner-container {
    width: 100%;
}

@media (max-width: 959px) {
    /* #Footer .widgets_wrapper {
      padding-bottom: 20px;
    } */
    #Footer .one-second.column {
        width: 100%;
    }

    #Footer .widgets_wrapper .mcb-column-inner {
        text-align: center;
    }

    #Footer .widgets_wrapper .footer-button {
        justify-content: center;
    }

    #Footer .widgets_wrapper .footer-button {
        margin-bottom: 34px;
    }

    #Footer .one-second.column p,
    .footer-copy .wp-block-group__inner-container {
        margin-left: auto;
        margin-right: auto;
    }

    .block-map {
        position: unset;
        min-height: 416px;
    }
}

@media (max-width: 530px) {
    .footer-copy .wp-block-group__inner-container {
        flex-wrap: wrap;
    }

    #Footer .one-second.column p {
        width: 100%;
    }

    #Footer .one-second.column:last-child .widget_block {
        margin-left: -15px;
        width: calc(100% + 30px);
    }
}

.footer-button {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin-bottom: 50px;
}

.footer-about {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

.footer-copy .wp-block-group__inner-container {
    display: flex;
    justify-content: space-between;
    max-width: 464px;

    color: #676767;
    font-size: 14px;
    line-height: 20px;
}

.footer-copy .wp-block-group__inner-container a {
    color: #676767 !important;
}

/* < footer */

/* > form-price */
.form-price {
    width: 926px !important;
    padding: 0 !important;
    background: transparent !important;
    overflow: initial !important;
    margin: auto;
    position: relative;
}

@media screen and (max-width: 1024px) {
    .form-price {
        width: 494px !important;
    }
}

@media screen and (max-width: 500px) {
    .form-price {
        width: 100% !important;
    }
}

.form-price + .wpcf7-response-output {
    max-width: 926px !important;
    width: 100% !important;
    margin: auto !important;
    padding: 10px !important;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    color: #fff;
    font-size: 16px;
    background: #00000024;
    border-radius: 0 0 20px 20px;
}

.form-price__block {
    background: #008585;
    padding: 56px 120px;
    border-radius: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.form-price__block > div {
    width: 50%;
}

@media screen and (max-width: 1024px) {
    .form-price__block {
        padding: 26px 26px;
    }

    .form-price__block > div {
        width: 100%;
    }
}

.form-price__image::before {
    content: '';
    background: url(img/list.png);
    background-repeat: no-repeat;
    /* background-position: center; */
    display: block;
    width: 764px;
    height: 549px;
    position: absolute;
    left: -192px;
    top: calc(50% - 125px);
    margin-top: -160px;
}

@media screen and (max-width: 1024px) {
    .form-price__image {
        display: none;
    }
}

.form-price__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #fff;
    margin-bottom: 8px;
}

.form-price__subtitle {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 20px;
}

.form-price__contain {
    max-width: 334px;
}

.form-price__input {
    margin-bottom: 20px;
}

.form-price__input .label {
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    color: #BFE2E2;
    margin-bottom: 8px;
}

@media screen and (max-width: 1024px) {
    .form-price__contain,
    .form-price__input .form-group {
        width: 100%;
        max-width: 100%;
    }
}

.form-price__input input {
    font-weight: 500 !important;
    font-size: 16px !important;
    padding: 12px 20px !important;
    height: 50px !important;
    width: 100% !important;
    border: 0 !important;
    border-radius: 10px !important;
    margin-bottom: 0;
    background-color: #fff;
}

.form-price__item {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.form-price__button {
    margin-bottom: 10px;
}

.form-price__button input {
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 19px !important;
    text-align: center;
    background-color: #222 !important;
    width: 100%;
    height: 56px;
    border-radius: 10px !important;
    margin-right: 0 !important;

    -webkit-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
}

.form-price__button input:hover {
    background-color: #000 !important;
}

.form-price .wpcf7-list-item-label {
    font-size: 10px !important;
    line-height: 14px !important;
    align-items: flex-start !important;
}

.form-price .acceptance input:checked + span.wpcf7-list-item-label::before {
    background-size: 11px;
    min-width: 11px;
    min-height: 11px;
    margin-top: 1px;
}

.form-price .acceptance input + span.wpcf7-list-item-label::before {
    background-size: 9px;
    min-width: 11px;
    min-height: 13px;
}

/* < form-price */

/* > form-standart */
.form-standart {
    max-width: 494px !important;
    width: 100% !important;
    padding: 0 !important;
    background: transparent !important;
    overflow: initial !important;
    margin: auto;
    position: relative;
}

.form-standart + .wpcf7-response-output {
    max-width: 494px !important;
    width: 100% !important;
    margin: auto !important;
    padding: 10px !important;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    color: #fff;
    font-size: 16px;
    background: #00000024;
    border-radius: 0 0 20px 20px;
}

.form-standart__block {
    background: #016893;
    padding: 56px 56px;
    border-radius: 0px;
}

.form-standart__contain {
    padding: 0 30px;
}

.form-standart__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #fff;
    margin-bottom: 30px;
    text-align: center;
}

@media screen and (max-width: 500px) {
    .form-standart__block {
        padding: 26px 26px;
    }

    .form-standart__contain {
        padding: 0;
    }

    .form-standart__title {
        font-size: 22px;
        line-height: 24px;
        margin-top: 20px;
        margin-bottom: 15px;
    }
}

.form-standart__input {
    margin-bottom: 20px;
}

.form-standart__input .label {
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    color: #BFE2E2;
    margin-bottom: 8px;
}

.form-standart__input input {
    font-weight: 500 !important;
    font-size: 16px !important;
    padding: 12px 20px !important;
    height: 50px !important;
    width: 100% !important;
    border: 0 !important;
    border-radius: 10px !important;
    margin-bottom: 0;
    background-color: #fff;
}

.form-standart__item {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.form-standart__button {
    margin-bottom: 10px;
}

.form-standart__button input {
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 19px !important;
    text-align: center;
    background-color: #d82828 !important;
    width: 100%;
    height: 56px;
    border-radius: 0px !important;
    margin-right: 0 !important;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
}

.form-standart__button input:hover {
    background-color: #c12323 !important;
}

.form-standart .wpcf7-list-item-label {
    font-size: 10px !important;
    line-height: 14px !important;
    align-items: flex-start !important;
}

.form-standart .acceptance input:checked + span.wpcf7-list-item-label::before {
    background-size: 11px;
    min-width: 11px;
    min-height: 11px;
    margin-top: 1px;
}

.form-standart .acceptance input + span.wpcf7-list-item-label::before {
    background-size: 9px;
    min-width: 11px;
    min-height: 13px;
}

/* < form-standart */


/* > fansybox */
.fancybox-slide--html .fancybox-close-small {
    background-color: transparent;
    padding: 8px !important;
    margin: 9px;
}

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

.wpcf7.fancybox-content {
    padding: 0;
    overflow: initial;
    background: transparent;
}

.wpcf7.fancybox-content > button.fancybox-close-small {
    display: none;
}

/* < fansybox */

/* Ãâ€ÃÅ¾ÃÅ¸ÃÅ¾Ãâ€ºÃÂÃâ€¢ÃÂÃËœÃâ€¢ ÃÅ¡ ÃÂ¡ÃÂ¢ÃÂÃÂÃâ€ÃÂÃÂ ÃÂ¢ÃÂÃÂ«ÃÅ“ ÃÂ¢Ãâ€¢ÃÅ¡ÃÂ¡ÃÂ¢ÃÅ¾Ãâ€™ÃÂ«ÃÅ“ Ãâ€˜Ãâ€ºÃÅ¾ÃÅ¡ÃÂÃÅ“ */

/* > text-box-light */
.text-light-box p {
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 25px;
}

/* < text-box-light */

.slider-border-radius-img .slick-slide img {
    border-radius: 30px;
}

.no-p .mfn-visualeditor-content p {
    display: none !important;
}

.display-none:not(.vb-item) {
    display: none;
}

.system-color > a,
a.system-color,
.system-color > p,
p.system-color {
    color: #00a9a8 !important;
}

.dark .column a {
    color: #fff;
}

/* > box-list-icon */
ul.box-list-flex-icon,
.box-list-flex-icon ul {
    list-style-type: none;
    margin-left: 0;
}

ul.box-list-flex-icon li,
.box-list-flex-icon ul li {
    display: flex;
    padding: 5px 0;
}

ul.box-list-flex-icon li:not(:last-child),
.box-list-flex-icon ul li:not(:last-child) {
    margin-bottom: 8px;
}

ul.box-list-flex-icon li i,
.box-list-flex-icon ul li i {
    font-size: 18px;
    margin-top: 2px;
    margin-right: 13px;
}

/* < box-list-icon */

.button_weight {
    height: 50px;
}

.no-max-width img {
    max-width: inherit;
}

.text-white .mfn-inline-editor p,
.text-white .mfn-inline-editor h1,
.text-white .mfn-inline-editor h2,
.text-white .mfn-inline-editor h3,
.text-white .mfn-inline-editor h4 {
    color: #fff;
}


/* 404 */
.error404,
.error404 #Content,
.error404 #Header_wrapper {
    background: #F1F5F5;
}

.content-404 {
    padding: 160px 0 200px 0;
}

.text-404 {

}

.text-404 h1 {
    font-weight: 400;
    font-size: 64px;
    line-height: 90px;
    color: #000000;
}

.text-404 h2 {
    font-weight: 400;
    font-size: 32px;
    line-height: 45px;
    color: #000000;
    margin-bottom: 4px;
}

.text-404 p {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #676767;
}

.text-404 .button {
    margin-top: 15px;
}

@media screen and (max-width: 959px) {
    .content-404 {
        padding: 40px 0 40px 0;
    }

    .text-404 {
        text-align: center;
        margin-bottom: 20px;
    }

    .content-404 .mcb-wrap {
        justify-content: center;
        margin-bottom: 40px;
    }
}


.head-box-check {
    padding: 10px 22px;
}

@media screen and (min-width: 960px) {
    .head-box-check {
        padding: 10px 55px 54px 55px;
    }
}


.content-ul ul,
.answer ul li,
.form-simple__text li {
    list-style: none !important; /* Remove default bullets */
}

.content-ul ul li::before,
.answer ul li::before,
.form-simple__text li:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url("img/content-li-before.svg");
    margin-left: -24px;
    margin-right: 10px;
    border-radius: 50%;
    box-sizing: content-box;
    position: relative;
    top: 2px;
}

.button_label, .action_button {
    font-weight: normal !important;
}

.what-we-do__list-image {
    margin-top: -30px !important;
    margin-left: -30px !important;
    margin-right: -30px !important;
    width: calc(100% + 60px) !important;
    margin-bottom: 20px !important;
}

@media screen and (min-width: 960px) {
    .what-we-do__list-image {
        margin-top: -32px !important;
        margin-left: -42px !important;
        width: calc(100% + 52px) !important;
    }
}

.what-we-do__list-image img, .what-we-do__list-image div {
    width: 100% !important;
}

.what-we-do__list-item .mcb-wrap-inner {
    align-content: flex-start !important;
}

.what-we-do__list-header p {
    color: #676767 !important;
}

.what-we-do__list-header h4 {
    line-height: 115%;
    margin-bottom: .5em;
}

.column_column ul li {
    line-height: initial;
}

.wpcf7-list-item {
    display: block;
}

.checkbox-row {
    display: flex;
}

.checkbox-column {
    width: 50%;
}

.mb-1em {
    margin-bottom: 1em;
}

.faq .question.active > .title {
    color: #222222;
    border-bottom: 1px solid #E2F0F0;
}

.faq .question > .title {
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
    color: #222222;
    padding: 15px 40px 15px 25px;
}


.faq .question.active > .title {
    padding: 15px 40px 15px 23px;
}


.faq .question > .answer {
    padding: 20px 20px 20px 21px;

    font-size: 14px;
    line-height: 130%;
    color: #222222;
}

.faq .question > .title .num,
.faq .question:before,
.faq .question:after {
    display: none;
}

.faq .question {
    margin-bottom: 0px;
    border: 1px solid #E2F0F0;
    border-bottom: 0;
}

.faq .question:last-child {
    border-bottom: 1px solid #E2F0F0;
}

.faq .question.active {
    border-left: 3px solid #D82828;
}

.faq .question .title > .acc-icon-minus {
    color: #D82828;
}

.faq .question > .title > .acc-icon-plus {
    color: #D82828;
}


.faq .question > .title > .acc-icon-plus, .faq .question .title > .acc-icon-minus {
    top: 18px;
}

.mcb-wrap-inner-0fddc994e {
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .advantage img {
        width: 30px;
    }

    .advantage p {

        color: #676767;
        font-size: 9.97059px;
        line-height: 127.5%;
    }

    .advantage {
        margin-bottom: 17px !important;

    }
}

.advantage p {
    color: #676767;
    margin-bottom: 3px !important;
}

.advantage strong {
    color: #000;
}

.advantage {
    margin-bottom: 2vw !important;
    padding: 0 2vw !important;
}


.Latest_news .icon-comment-empty-fa,
.Latest_news .post-comments,
.Latest_news .button-love,
.Latest_news .icon-clock {
    display: none;
}


.Latest_news .title {
    font-weight: 400;
    font-size: 40px;
    line-height: 140%;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 21px;
}

.Latest_news ul {
    display: flex;
    flex-wrap: wrap;
}

.Latest_news ul li {
    border-radius: 17.118px;
    border: 0.916667px solid #F1F5F5;
    width: 48%;
    margin: 0 1%;
    margin-bottom: 30px;
}

.Latest_news ul li .photo {
    height: 100%;
    border: 0;
}

.Latest_news ul li .photo a {
    display: flex;
    height: 100%;
    width: 100%;
    position: relative;
    justify-content: center;
}

.Latest_news ul li .photo a img {
    position: absolute;
    height: 100%;
    width: auto;
    max-width: initial;
}

.Latest_news ul li .desc_footer .date {
    position: absolute;
    left: 0px;
    top: 20px;
    background: #fff;
    color: #06A338;
    font-size: 11.9223px;
    padding: 0 11px;
    border-radius: 0px 7.94818px 7.94818px 0px;
}

.Latest_news ul li .desc h5 {
    font-size: 17.118px;
    line-height: 115%;
    color: #000000;
    border: 0;
    margin-bottom: 0;
}

.Latest_news ul li .desc .post-excerpt {
    font-size: 12px;
    line-height: 128%;
    color: #676767;
}

.Latest_news ul li .desc_footer {
    border: 0;
    padding: 0;
}

.Latest_news ul li.has-post-thumbnail .desc {
    padding: 23px;
}

.Latest_news {
    margin: 0 -1%;
}

@media screen and (max-width: 960px) {
    .Latest_news .title {
        font-weight: 400;
        font-size: 20px;
        line-height: 140%;
        text-align: center;
        padding-top: 40px;
        padding-bottom: 19px;
    }

    .Latest_news ul {
        display: block;
    }

    .Latest_news ul li .photo {
        float: none;
        width: 100%;
        border: 0;
        height: 142px;
    }

    .Latest_news ul li .photo a {
        height: 100%;
        width: 100%;
        display: flex;
        position: relative;
        justify-content: center;
        align-items: center;
        align-content: center;
    }

    .Latest_news ul li .photo a img {
        position: absolute;
        height: auto;
        width: auto;
        max-width: initial;
        width: 100%;
    }

    .Latest_news .desc_footer {
        position: absolute;
        top: 25px;
        left: 0px;
        background: #fff;
        border-radius: 0px 7.94818px 7.94818px 0px;
    }


    .Latest_news ul li {
        border-radius: 17.118px;
        border: 0.916667px solid #F1F5F5;
        width: 100%;
        margin: 0;
        margin-bottom: 14px;
    }

    .Latest_news ul li .desc_footer .date {
        font-weight: 400;
        font-size: 11.9223px;
        line-height: 22px;
        color: #06A338;
        padding: 0 11px;
    }

    .Latest_news ul li .desc_footer {
        padding-top: 0;
    }

    .Latest_news ul li.has-post-thumbnail .desc {
        width: 100%;
        margin-left: 0px;
        font-weight: 400;
        font-size: 14px;
        line-height: 115%;
        color: #000000;
        padding: 20px 24px;
    }

    .Latest_news ul li .desc .post-excerpt {
        font-weight: 400;
        font-size: 12px;
        line-height: 128%;
        color: #676767;
    }

    .Latest_news ul li .desc h5 {

    }
}

@media screen and (min-width: 960px) {
    .any-questions {
        font-size: 18px;
    }

    .any-questions h3 {
        font-weight: 400;
        font-size: 40px;
        line-height: 140%;
    }

    .button-custom .any-questions .button {
        font-weight: 600 !important;
        font-size: 14px !important;
    }

}

#Footer iframe {
    height: 100%;
}

.button-custom .what-we-do__list-item .button .button_label {
    font-size: 14px;
}

.footer__phones {
    font-size: 1.6em;
    line-height: 140%;
}

.footer__phone {
    color: #000 !important;
    text-decoration: none !important;
}


@media screen and (min-width: 960px) {
    #Footer.full-width .container .one-second:first-child .widget {
        margin: 16px 0;
    }

    .head-box-check .mfn-inline-editor .mcb-column-inner {
        min-height: 95px;
    }

    .form-rashet__right {
        width: 40%;
    }


}

.section_wrapper {
    align-items: stretch;
}


.mhb-custom-BlzWSnz9F {
    font-size: 9px;
    line-height: 130%;
    /* or 10px */

    display: flex;
    align-items: center;

    color: #808080;
}

.header-bg {
    position: absolute;
    left: 50%;
    margin-left: -730px;
}

.header-bg img {
    max-width: initial;
}

.header-bg * {
    overflow: visible !important;
}

.mcb-wrap-inner-jeu257qge {
    justify-content: space-between;
}


@media (max-width: 768px) {
    .button-call_head {
        font-size: 0px !important;
        border-radius: 0px !important;
    }

    .mhb-custom-9pNT7UPYR {
        color: #808080;
        font-size: 8px;
        line-height: 130%;
    }

    .header-bg {
        position: static;
    }

    .header-bg img {
        height: 674px;
        position: absolute;
        left: 50%;
        margin-left: -400px;
    }
}

.mhb-custom-fb_8F_QlHO {
    color: #808080;
    font-size: 8px;
    line-height: 130%;
}

.header__col {
    font-weight: 500;
    font-size: 13px;
    line-height: 150%;
    color: #222222;
    padding: 0 42px;
    padding-bottom: 13px;
}

.top-block .header__col p {
    text-align: left !important;
}

.mcb-item-y18uyaskp {
    position: relative;
    z-index: 1;
}

.top-block h1 {
    font-weight: 700 !important;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    color: #222222;
    padding-top: 3px;
    padding-bottom: 32px;
}

.top-block p {
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: #000000;
}

.top-block {
    background-image: url('img/header-bg--mobile-2.jpg');
    background-position: top center;
    padding: 10px;
    padding-bottom: 89px;
}

.top-section .section_wrapper {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.top-block__text {
    width: 300px !important;
    margin: 0 auto !important;
    padding-bottom: 262px;
}

@media (min-width: 768px) {
    .top-block__text {
        width: 100% !important;
        padding-left: 200px !important;
        padding-right: 200px !important;
    }
}

@media (min-width: 960px) {
    .top-block {
        background-image: none;
    }

    .top-section {
        background-image: url('img/header-bg.jpg');
        background-position: top center;
    }

    .top-block h1 {
        text-align: left;
        font-size: 30px;
        padding-top: 70px;
        padding-bottom: 20px;
    }

    .top-block__text p {
        text-align: left;
        font-size: 18px;
    }

    .top-block__text {
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-bottom: 46px;
    }

    .top-block__text p {
        padding-right: 130px;
    }

    .header__col {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 70px;
    }

}


.top-form {
    background: #FFFFFF;
    border: 1px solid #006893;
    box-shadow: 0px 4px 4px rgba(243, 243, 243, 0.39);
    margin-top: -64px !important;
    padding-bottom: 15px;
}

.top-form__titile h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    color: #222222;
    padding: 50px 8px 7px;
    background-image: url("img/top-form__titile.svg");
    background-repeat: no-repeat;
    background-position: top center !important;
}

.top-form__text {
    font-weight: 400;
    font-size: 13px;
    line-height: 120%;
    text-align: center;
    color: #808080;
    padding-right: 10px;
    padding-left: 10px;
}


form.wpcf7-form input[type="text"], form.wpcf7-form input[type="tel"], form.wpcf7-form input[type="email"], form.wpcf7-form textarea {
    border-radius: 0 !important;
    border: 1px solid #6F9FB2 !important;
}


@media (min-width: 960px) {
    .top-block {
        padding-bottom: 32px;
    }

    .top-form {
        margin-top: -69px !important;
    }

    .form-header__button input {
        height: 52px;
    }

    .top-form__titile h3 {
        font-size: 22px;
        background-image: url(img/top-form__titile-desktop.svg);
        background-position: 30px 0px !important;
        padding-top: 27px;
    }

    .top-form__text p {
        font-size: 15px;
        margin-bottom: 35px;
    }

    .acceptance .wpcf7-list-item-label {
        font-size: 10px;
        margin-top: -5px;
    }

    .top-form .mcb-column-inner {
        margin-bottom: 20px;
    }

    .form-header {
        padding: 0 54px;
    }

}

h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    color: #222222;
}

.top-form .wpcf7-submit {
    margin-top: -12px !important;
}

@media (min-width: 960px) {
    h2 {
        font-weight: 700;
        font-size: 28px;
        line-height: 140%;
        text-align: center;
        color: #222222;
    }

    .top-form .wpcf7-submit {
        margin-top: 0px !important;
    }
}


.block-3__title {
    margin-top: 48px !important;
    margin-bottom: 18px !important;
}

.block-3__cert {
    margin-bottom: 30px !important;
    box-shadow: 0px 0px 43px rgb(0 0 0 / 9%);
}

.block-3__cert * {
    width: 100% !important;
}

.block-3__cert img {
    border: 1px solid #E7E7E7;
}

.block-3__text {

}

.block-3__text--special {
    background: #F8F8FA;
    border-left: 3px solid #D82828;
    margin-top: 18px !important;
    padding-top: 19px;
    padding-left: 25px;
    padding-right: 20px;
    padding-bottom: 16px;
    margin-bottom: 30px !important;
}

.block-3__text--special li {
    list-style: none;
    position: relative;
    display: flex;
    margin-bottom: 6px !important;
}

.block-3__text--special ul {
    margin: 0;
    padding: 0;
}

.block-3__text--special li:before {
    content: '';
    display: inline-block;
    height: 11px;
    width: 11px;
    background-image: url("img/block-3__text--special__li.svg");
    margin-right: 12px;
    background-repeat: no-repeat;
    margin-left: 2px;
}

.block-3__button {

}

@media (min-width: 768px) {
    .block-3__right {
        padding-left: 25px;
    }
}

@media (min-width: 960px) {
    .block-3__title {
        margin-top: 97px !important;
        margin-bottom: 40px !important;
    }

    .block-3__cert {

    }

    .block-3__text {

    }

    .block-3__text--special {

    }

    .block-3__button a {
        width: 247px !important;
        text-align: center !important;
    }

    .block-3__right {
        padding-left: 65px;
    }

}

.benefits {
    margin-top: 46px !important;
}

.benefits .mcb-wrap-inner {
    margin: 0 -6px;
    width: auto;
}

.benefits__item {
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    text-align: center;
}

.benefits__item .mcb-item-column-inner {
    height: 217px !important;
    margin: 6px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px !important;
}

.benefits__number {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 18px;
}

.benefits__number:before {
    content: '';
    display: block;
    background-image: url("img/benefits__number.svg");
    width: 27px;
    height: 38px;
    background-repeat: no-repeat;
    background-size: contain;
}

@media (min-width: 960px) {

    .benefits {
        margin-top: 86px !important;
    }

    .benefits .mcb-wrap-inner {

    }

    .benefits__item {
        font-size: 13px;
    }

    .benefits__item:hover {
        z-index: 1;
    }

    .benefits__item .mcb-item-column-inner {
        margin: 14px !important;
        height: 241px !important;
        transition: transform .2s; /* Animation */
    }

    .benefits__item .mcb-item-column-inner:hover {
        transform: scale(1.18); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    }

    .benefits__number {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .benefits__number:before {
        width: 37px;
        height: 41px;
        margin-bottom: 14px;
    }
}

.comparison {

}

.comparison__title {
    margin-top: 40px !important;
    margin-bottom: 13px !important;
}

.comparison-item {
    border: 1px solid #E3EBEF;
    margin-bottom: 9px !important;
}

.comparison-item__title {
    background: #F3F3F3;
}

.comparison-item__title h2 {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #676767;
    text-align: left;
    background-image: url(img/gos-icon.svg);
    background-repeat: no-repeat;
    background-position: 16px center !important;
    padding-left: 61px;
    padding-top: 15px;
    padding-bottom: 17px;
}

.comparison-item__paragraph {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #676767;
    padding: 0px 17px;
}

.comparison-item__paragraph h3 {
    font-weight: 700;
    font-size: 13px;
    line-height: 120%;
    color: #222222;
    margin-bottom: 11px;
    margin-top: 26px;
}

.comparison-item.comparison-item--negos {
    border: 1px solid #006893;
}


.comparison-item--negos .comparison-item__title h2 {
    background-color: #006893;
    color: #fff;
    background-image: url(img/negos-icon.svg);
}

.comparison-table {
    margin-top: 34px;
}

.comparison-table table {
    border-radius: 0px;
    border-spacing: 10px 0;
    border-collapse: separate;
    margin: 0 -10px;
    width: calc(100% + 20px);
}

.comparison-table td,
.comparison-table th {
    box-shadow: none !important;
    background: transparent !important;
    text-align: left;
    vertical-align: top;
    padding-left: 70px;
}

.comparison-table td:first-child,
.comparison-table th:first-child {
    border: 0;
    background: transparent;
    box-shadow: none;
    padding-left: 0px;
}

.comparison-table td:first-child {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #222222;
    white-space: nowrap;
}

.comparison-table td {
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #676767;
    border-top: none !important;
    border-bottom: none !important;
    background-repeat: no-repeat !important;
    background-position: 30px 25px !important;
    padding-top: 20px;
    padding-bottom: 20px;
}


.comparison-table tr:last-child td {
    border-bottom: 1px solid #E3EBEF !important;
    padding-bottom: 40px;
}

.comparison-table tr:last-child td:first-child {
    border-bottom: none !important;
}

.comparison-table th {
    font-size: 20px;
    font-weight: 700;
    padding-top: 22px;
    padding-bottom: 22px;
    background-repeat: no-repeat !important;
    background-position: 25px center !important;
}


.comparison-table th:nth-child(2) {
    color: #676767;
    background-color: #F3F3F3 !important;
    background-image: url(img/gos-icon.svg) !important;
    border: 1px solid #E3EBEF !important;
}

.comparison-table th:nth-child(3) {
    color: #fff;
    background-color: #006893 !important;
    background-image: url(img/negos-icon.svg) !important;
    border: 1px solid #006893 !important;
}

.comparison-table td:nth-child(1) {
    padding-right: 68px;
}


.comparison-table td:nth-child(2) {
    background-image: url(img/gos-marker.svg) !important;
    border-left: 1px solid #E3EBEF !important;
    border-right: 1px solid #E3EBEF !important;
}


.comparison-table td:nth-child(3) {
    background-image: url(img/negos-marker.svg) !important;
    border-left: 1px solid #006893 !important;
    border-right: 1px solid #006893 !important;
}

.comparison-table tr:last-child td:nth-child(3) {
    border-bottom: 1px solid #006893 !important;
}


.banner {
    background: rgba(0, 104, 147, 0.67);
    box-shadow: 0px 4px 4px #F3F3F3;
    margin-left: -10px !important;
    margin-right: -10px !important;
    width: calc(100% + 20px) !important;
}


.banner-1 {
    margin-top: 41px !important;
    background-image: url("img/banner-1.jpg");
    background-position: bottom right;
    background-color: #016893;
    background-repeat: no-repeat;
    margin-bottom: 50px !important;
}

.banner-1__text {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    padding: 25px 17px;
}

.banner-1__text ul {
    color: #fff !important;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.banner-1__text li {
    display: flex;
    align-items: center;
}

.banner-1__text li:before {
    content: '';
    display: block;
    background-image: url("img/banner-1__text-li.svg");
    width: 13px;
    height: 13px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 16px;
}


.banner-2 {
    margin-top: 41px !important;
    background-image: url("img/banner-2-bg--small.jpg");
    background-position: bottom center;
    background-color: #016893;
    background-repeat: no-repeat;
    margin-bottom: 50px !important;
}

.banner-2__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
    padding: 40px 17px 110px;
    text-align: center;
}

.download-btn {
    display: flex;
    width: max-content;
    margin: 0 auto !important;
}

.download-btn:before {
    content: '';
    display: block;
    background-image: url("img/download-btn.svg");
    width: 12px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 16px;
}


.banner-3 {
    margin-top: 41px !important;
    background-image: url("img/banner-3-bg--small.jpg");
    background-position: bottom center;
    background-color: #016893;
    background-repeat: no-repeat;
    margin-bottom: 29px !important;
}

.banner-3__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
    padding: 40px 17px 134px;
    text-align: center;
}


@media (min-width: 960px) {

    .banner {
        margin-left: 0px !important;
        margin-right: 0px !important;
        width: 100% !important;
        position: relative !important;
    }

    .banner:before {
        content: '';
        display: block;
        background-image: url("img/banner-before.svg");
        width: 47px;
        height: 111px;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        left: 0px;
        top: 50%;
        margin-top: -55px;
        visibility: visible;
    }

    .banner-1 {
        margin-top: 101px !important;
        background-image: url("img/banner-1-desktop.jpg");
        background-position: top center;
        margin-bottom: 100px;

    }

    .banner-1__text {
        font-size: 24px;
        padding: 32px 103px;
    }

    .banner-1__text ul {
        font-size: 18px;
    }


    .banner-2 {
        margin-top: 96px !important;
        background-image: url("img/banner-2-bg--big.jpg");
        background-position: right center;
        background-color: #016893;
        background-repeat: no-repeat;
        margin-bottom: 50px !important;
    }

    .banner-2__text {
        text-align: left;
        padding: 60px 17px 57px;
        padding-left: 120px;
        font-size: 24px;
        line-height: 140%;
    }

    .download-btn, .banner__btn {
        margin: 0 !important;
        font-size: 16px;
    }


    .banner-3 {
        margin-top: 101px !important;
        background-image: url("img/banner-3-bg--big.jpg");
        background-position: right bottom;
        background-color: #016893;
        background-repeat: no-repeat;
        margin-bottom: 50px !important;
    }

    .banner-3__text {
        text-align: left;
        padding: 80px 17px 57px;
        padding-left: 120px;
        font-size: 24px;
        line-height: 140%;
        padding-right: 460px;
    }
}


@media (min-width: 959px) {
    .form-header .form-header__input:nth-child(2) input {
        border-left: 0 !important;
        border-right: 0 !important;
    }
}


.stroy-obj {
    background: #F0F3F4;
}

.stroy-obj__title {
    padding-top: 21px;
}

.stroy-obj__title h2 {
    font-size: 16px;
    line-height: 120%;
    color: #222222;
}

.stroy-obj__text {
    padding-top: 5px;
}


.stroy-obj__item .mcb-wrap-inner {
    background-image: url("img/stroy-bg-small.png");
    background-position: center bottom;
    background-color: #fff;
    margin: 0 7px;
    margin-bottom: 12px !important;
    padding: 30px 27px 0px;
    background-repeat: no-repeat;

}

.stroy-obj__item-text {

}

.stroy-obj__item-text h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #222222;
    margin-bottom: 7px;
}

.stroy-obj__item-image--sm {
    text-align: center;
    position: relative;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.stroy-obj__item-image--sm .image_wrapper {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: flex-end;
}

.stroy-obj__item-image--sm img {

}

.stroy-obj__item-image--sm div {
    width: 100%;
}

.stroy-obj__item-image--lg {
    display: none;
}


@media (min-width: 768px) {
    .stroy-obj {
        background: #F0F3F4;
    }

    .stroy-obj__title {
        padding-top: 21px;
    }

    .stroy-obj__title h2 {
        font-size: 16px;
        line-height: 120%;
        color: #222222;
    }

    .stroy-obj__text {
        padding-top: 5px;
    }


    .stroy-obj__item .mcb-wrap-inner {
        background-image: url("img/stroy-bg-small.png");
        background-position: center bottom;
        background-color: #fff;
        margin: 0 7px;
        margin-bottom: 12px !important;
        padding: 30px 27px 0px;
        background-repeat: no-repeat;
        padding-bottom: 177px;

    }

    .stroy-obj__item-text {

    }

    .stroy-obj__item-text h3 {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 140%;
        color: #222222;
        margin-bottom: 7px;
    }

    .stroy-obj__item-image--sm {
        text-align: center;
        height: 174px;
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
    }

    .stroy-obj__item-image--sm .image_wrapper {
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: flex-end;
    }

    .stroy-obj__item-image--sm img {

    }

    .stroy-obj__item-image--sm div {
        height: 174px;
        width: 100%;
    }

    .stroy-obj__item-image--lg {
        display: none;
    }
}


@media (min-width: 960px) {
    .stroy-obj {
        background: #F0F3F4;
        padding-bottom: 69px;
    }

    .stroy-obj__title {
        padding-top: 67px;
    }

    .stroy-obj__title h2 {
        font-size: 28px;
        line-height: 120%;
        color: #222222;
        text-align: center;
        margin-bottom: 6px !important;
    }

    .stroy-obj__text {
        padding-top: 5px;
        font-size: 16px;
        line-height: 140%;
        text-align: center;
        padding-bottom: 34px;
    }


    .stroy-obj__item .mcb-wrap-inner {
        background-image: url("img/stroy-bg-big.png");
        background-position: center right;
        background-color: #fff;
        margin: 0 10px;
        margin-bottom: 20px !important;
        padding: 30px 27px 0px;
        background-repeat: no-repeat;
        padding-right: 217px;

    }

    .stroy-obj__item-text {
        font-size: 14px;
        line-height: 140%;
        padding-bottom: 10px;
    }

    .stroy-obj__item-text h3 {
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 130%;
        color: #222222;
        margin-bottom: 7px;
    }

    .stroy-obj__item-image--sm {
        display: none;
    }


    .stroy-obj__item-image--lg {
        display: block;
        text-align: center;
        height: 216px;
        position: absolute;
        right: 0px;
        bottom: 0px;
        width: 200px !important;
    }

    .stroy-obj__item-image--lg div {
        height: 216px;
        width: 200px;
    }

    .stroy-obj__item-image--lg .image_wrapper {
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
    }
}


.steps {

}

.steps__title {
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 42px !important;
}

.steps__item .mcb-wrap-inner {
    position: relative;
    margin: 0 40px 27px !important;
    padding-bottom: 5px;
    border-bottom: 1px solid #E2F0F0;
}

.steps__item:last-child .mcb-wrap-inner {
    border-bottom: 0px;
}

.steps__item-number {
    font-weight: 700;
    font-size: 36px;
    color: #D82828;
    position: absolute;
    top: 0;
    left: 0;
}

.steps__item-text {

}

.steps__item-text h3 {
    padding-left: 70px;
    font-weight: 700;
    font-size: 14px;
    color: #222222;
    margin-bottom: 22px;
}

@media (min-width: 768px) {
    .steps {

    }

    .steps__title {

    }

    .steps__item {

    }

    .steps__item-number {

    }

    .steps__item-text {

    }

    .steps__item-text h3 {

    }

    .steps__item:nth-child(4) .mcb-wrap-inner {
        border-bottom: 0px;
    }

}


@media (min-width: 960px) {
    .steps {

    }

    .steps__title {
        margin-top: 46px !important;
        margin-bottom: 70px !important;
    }

    .steps__item {

    }

    .steps__item-number {
        position: static;
        font-size: 64px;
    }

    .steps__item-text {
        font-size: 15px;
        line-height: 140%;
    }

    .steps__item-text h3 {
        padding-left: 0;
        font-size: 20px;
        padding-top: 37px;
    }

    .steps__item .mcb-wrap-inner {
        position: relative;
        margin: 0 40px 0px !important;
        padding-bottom: 0px;

        border-bottom: 0;
    }

    .steps__item {
        border-left: 1px solid #E2F0F0;
    }
}

.big-form__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    color: #222222;
}

.big-form__text {
    text-align: center;
    font-size: 14px;
    line-height: 140%;
    color: #494949;
    padding-bottom: 10px;
    padding-top: 4px;
}

.big-form__text:after {
    content: '';
    display: block;
    border-bottom: 1px solid #E2F0F0;
    position: absolute;
    bottom: 0px;
    left: -10px;
    right: -10px;
}

.big-form__form {

}

.big-form__bottom-text {
    font-weight: 500;
    background: #E3EBEF;
    font-size: 12px;
    line-height: 140%;
    display: flex;
    align-items: center;
    color: #222222;
    padding: 15px 20px;
}

.big-form__bottom-text p {
    margin-bottom: 0 !important;
}

@media (min-width: 960px) {

    .big-form {
        margin-top: 51px !important;
    }

    .form-flex h2 {
        text-align: left;
        font-size: 22px;
        margin-top: 24px;
    }

    .big-form .section_wrapper {
        border: 1px solid #006893;
        box-shadow: 0px 4px 4px #F3F3F3;
        padding-top: 22px;
        padding-left: 80px;
        padding-right: 80px;
        padding-bottom: 46px;
    }

    .big-form__title {

    }

    .big-form__text {
        padding-bottom: 17px;
        padding-top: 7px;
        font-size: 16px;
    }

    .big-form__text:after {
        left: -80px;
        right: -80px;
    }

    .big-form__form {

    }

    .big-form__bottom-text {
        margin-top: -23px !important;
        font-weight: 500;
        font-size: 13px;
        line-height: 140%;
        color: #222222;
        text-align: center;
    }

    .form-flex__contact {
        margin-top: 61px;
    }

    .form-flex__title {
        font-size: 16px;
    }

}


form.wpcf7-form input[type="submit"]:hover {
    background-color: #c12323;
}

.properties {
    padding-top: 66px;
}

.properties__title {
    padding-bottom: 38px;
}

.properties__item {

}

.properties__item .mcb-wrap-inner {
    padding: 0 6px;
    padding-bottom: 14px;
}

.properties__item-icon {

}

.properties__item-text {
    font-size: 13px;
    line-height: 140%;
    color: #494949;
}

.properties__item-text h4 {
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: #222222;
    padding-top: 10px;
    padding-bottom: 9px;
}

@media (min-width: 960px) {
    .properties {
        padding-top: 95px;
    }


    .properties__item .mcb-wrap-inner {
        padding-bottom: 36px;
    }

    .properties__title {
        padding-bottom: 48px;
    }

    .properties__item {
        max-width: 320px;
    }

    .properties__item-icon {
        position: absolute;
        left: 6px;
        top: 0;
    }

    .properties__item-text {
        font-size: 15px;
        line-height: 140%;
    }

    .properties__item-text h4 {
        padding-left: 68px;
        font-size: 18px;
        padding-bottom: 37px;
        margin-top: -2px !important;
    }

    .properties__items .section_wrapper {
        display: flex;
        justify-content: space-between;
    }
}


.clients_section {
    padding-top: 40px;
}

.clients__title {
    color: #222222;
}

.clients__text {
    padding-top: 7px;
    text-align: center;
    font-size: 13px;
    line-height: 130%;
}

.clients__slider {

}


@media (min-width: 960px) {

    .clients_section {
        padding-top: 46px;
    }

    .clients__title {

    }

    .clients__text {
        font-size: 16px;
        line-height: 140%;
        color: #222222;
    }

    .clients__slider {
        margin-top: 70px !important;
    }
}

.faq__section {
    padding-top: 30px;
}

.faq__title {
    padding-bottom: 9px;
}

.faq .question > .answer ul {
    margin-top: 1em;
}

@media (min-width: 960px) {
    .faq__section {
        padding-top: 93px;
    }

    .faq__title {
        padding-bottom: 45px;
    }


    .faq .question.active > .title {

    }

    .faq .question > .title {

        font-weight: 500;
        font-size: 16px;
        line-height: 105%;

    }


    .faq .question.active > .title {
    }


    .faq .question > .answer {
        font-size: 14px;
        line-height: 116.5%;
    }

    .faq .question > .answer ul {

    }

    .faq .question > .title .num,
    .faq .question:before,
    .faq .question:after {
    }

    .faq .question {

    }

    .faq .question:last-child {
    }

    .faq .question.active {
    }

    .faq .question .title > .acc-icon-minus {
    }

    .faq .question > .title > .acc-icon-plus {
    }


    .faq .question > .title > .acc-icon-plus, .faq .question .title > .acc-icon-minus {
        top: 13px;
    }

}

.news__section {
    padding-top: 47px;
}

.news__title {
    padding-bottom: 22px;
}

.news__row {

}

.news__item {

}

.news__item-image {
    margin-bottom: 19px !important;
}


.news__item-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #676767;
    margin-bottom: 10px !important;
}

.news__item-text h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #000000;
    margin-bottom: 13px;
}


@media (min-width: 768px) {
    .news__item {
        max-width: 48% !important;
    }

    .news__row .section_wrapper {
        display: flex;
        justify-content: space-between;
    }
}


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

    .news__section {
        padding-top: 95px;
    }

    .news__title {
        padding-bottom: 43px;
    }

    .news__row .section_wrapper {

    }

    .news__item {
        max-width: 32% !important;
    }

    .news__item-image {
        margin-bottom: 23px !important;
    }


    .news__item-text {
        font-size: 14px;
        line-height: 150%;
    }

    .news__item-text h3 {
        font-size: 18px;
        line-height: 130%;
        margin-bottom: 17px;
    }

}

.form-simple__section {
    margin-top: 26px;
    padding: 0 10px;
    padding-bottom: 50px;
}

.form-simple__section .section_wrapper {
    border: 1px solid #006893;
    box-shadow: 0px 4px 4px #F3F3F3;
    padding-top: 78px;
    background-image: url(img/top-form__titile.svg);
    background-repeat: no-repeat;
    background-position: top center !important;
    padding-bottom: 24px;
}

.form-simple__text {
    font-weight: 400;
    font-size: 13px;
    line-height: 120%;
    text-align: center;
    color: #808080;
}

.form-simple__text h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    color: #222222;
}

.form-simple__text h4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    color: #222222;
    padding-top: 20px;
}

.form-simple__text ul {
    text-align: left;
    padding-top: 19px;
    padding-left: 20px;
}

.form-simple__text li {
    font-size: 15px;
    line-height: 150%;
}

.form-simple__form .mcb-wrap-inner {
    margin: 0 18px !important;
}

.form-simple__form input[type="submit"] {
    width: 100% !important;
}

.form-simple__form-title {
    display: none;
}


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

    .form-simple__section {
        padding-top: 48px;
        padding-bottom: 100px;
    }

    .form-simple__section .section_wrapper {
        background-image: url(img/form-simple__bg--big.svg);
        background-repeat: no-repeat;
        background-position:  0px 52px  !important;
        padding: 58px 40px 35px 94px !important;
    }

    .form-simple__text {

    }

    .form-simple__text h3 {
        font-weight: 700;
        font-size: 22px;
        line-height: 130%;
        text-align: left;
    }

    .form-simple__text h4 {
        font-size: 18px;
        text-align: left;
    }

    .form-simple__text ul {
        padding-left: 0px;
        margin-left: 25px;
    }

    .form-simple__text li {
        font-size: 15px;
    }

    .form-simple__form .mcb-wrap-inner {
        margin: 0 18px 0 76px !important;
    }

    .form-simple__form input[type="submit"] {
        font-size: 16px;
    }

    .form-simple__form-title {
        display: block;

    }

    .form-simple__form-title h3{
        font-weight: 500;
        font-size: 16px;
        line-height: 130%;
        text-align: center;
        color: #222222;
        margin-top: 6px;
        padding-bottom: 11px;
    }

    .form-simple__form-inputs{
        display: flex;
    }

    .form-simple__form-inputs div:nth-child(1){
        padding-right: 3px;
    }

    .form-simple__form-inputs div:nth-child(2){
        padding-left: 3px;
    }
}

.black{
    color: #000;
}

#Footer{
    color: #676767;
}

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

.footer__call{
    display: flex;
}

.footer__call:before{
    content: '';
    width: 12px;
    height: 12px;
    display: block;
    margin-right: 10px;
    background-image: url("img/footer__call.svg");
}