/*
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
*/

/* RESPONSE */

html {
    scroll-behavior: smooth;
	scroll-padding-top: 50px;
}

form.wpcf7-form.loading {
    position: relative;
}

form.wpcf7-form.loading:before {
    content: '';
    display: block;
    background: url(/wp-content/uploads/2023/01/1488.gif) no-repeat center center;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    top: 0;
}

form.wpcf7-form.loading:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 8;
    background: rgba(255, 255, 255, 0.5);
    top: 0;
}

/* header */
.header {
    background: #fff;
}

.header:not(.mfn-header-sticky-section) {
    padding: 10px 0;
}

.header .section_wrapper {
    min-height: 60px;
}

.header__logo {}

.header__label {
    font-size: 10px;
    font-weight: 600;
    line-height: 13px;
    display: flex;
    align-items: center;
    border-left: 1px solid #EFEFEF;
    color: #00a9a8;
    padding-left: 10px;
    margin-left: 10px;
    overflow: hidden;
    opacity: 1;
    height: 40px;
    bottom: 0;
}

.header__phone a {
    font-weight: 500;
    font-size: 21px;
    color: #000;
}

.header__menu .mfn-header-menu a {
    color: #000 !important;
    padding: 8px 14px;
    border-radius: 10px;
    -webkit-transition: 150ms;
    -o-transition: 150ms;
    transition: 150ms;
}

.header__menu .mfn-header-menu a:hover {
    background: #F1F5F5;
    color: #008585 !important;
}

/* 2 уровень hover */
.header__menu .mcb-column-inner .mfn-header-menu .mfn-menu-li .mfn-submenu {
	border-radius: 10px;
	background: #FFF;
/* 	box-shadow: 0px 3px 26px 0px rgba(205, 205, 205, 0.38); */
	-webkit-box-shadow: 0px 0px 4px 1px rgba(0, 169, 168, 0.3);
	-moz-box-shadow: 0px 0px 4px 1px rgba(0, 169, 168, 0.3);
	box-shadow: 0px 0px 4px 1px rgba(0, 169, 168, 0.3);
	overflow: hidden;
}

.header__menu .mcb-column-inner .mfn-header-menu .mfn-menu-li .mfn-submenu .mfn-menu-li > a:hover {
	border-radius: 0px;
}

.header__menu .mfn-header-menu .menu-label {
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
}



.header__button {
    display: flex;
    justify-content: flex-end;
    margin-left: 18px;
}

.mobile-menu-toggle.mfn-item-inline {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px !important;
    height: 100%;
    margin-left: 10px;
}

.header-drop {
    position: relative;
}

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

.header-drop:not(.vb-item) .drop-menu {
    position: absolute;
}

.header-drop .drop-menu {
    z-index: 1;
    background: #fff;
    right: 20px;
    border-radius: 10px;
    box-shadow: 0px -1px 2px rgb(0 0 0 / 7%), 0px 30px 26px rgb(151 151 151 / 24%);
    max-width: 250px !important;
    padding: 20px;
}

.burder-menu  .mcb-column-inner .mfn-header-menu > .mfn-menu-li .mfn-submenu {
	margin-left: -40px;
/* 	box-shadow: 0px -1px 2px rgb(0 0 0 / 7%), 0px 30px 26px rgb(151 151 151 / 24%); */
	-webkit-box-shadow: 0px 0px 4px 1px rgba(0, 169, 168, 0.3);
	-moz-box-shadow: 0px 0px 4px 1px rgba(0, 169, 168, 0.3);
	box-shadow: 0px 0px 4px 1px rgba(0, 169, 168, 0.3);
	border-radius: 10px;
}

.drop-menu li {
    width: 100%;
}

.drop-menu li.menu-item a.mfn-menu-link {
    justify-content: left;
    padding: 0;
    margin: 5px 0;
    line-height: 38px !important;
    font-size: 15px;
    font-weight: 500;
    color: #000 !important;
}

.drop-menu .mcb-wrap-inner {
    flex-direction: column;
    justify-content: flex-start;
}

.drop-menu__phone {
    margin-bottom: 15px !important;
}

.drop-menu__phone p {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000;
}

/* < header */


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

    .section_wrapper,
    .container,
    .with_aside .content_wrapper,
    .mfn-header-tmpl .section_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,
    .mfn-header-tmpl .section_wrapper {
        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,
    .mfn-header-tmpl .section_wrapper {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }
}


@media only screen and (max-width: 350px) {

    .content_wrapper .section_wrapper,
    .container,
    .four.columns .widget-area,
    .mfn-header-tmpl .section_wrapper {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

.content_slider {
    margin-bottom: 0;
}

/* GENERAL */

body {
    font-family: 'RoadRadio';
    color: #000000;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'RoadRadio';
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span {
    font-family: 'RoadRadio';
}

h1 {
    margin-bottom: 0;
}

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

p,
a,
span,
div,
ul,
li,
input,
textarea,
h6 {
    font-family: 'Lab Grotesque';
}


ul,
li {
    font-weight: 400;
    color: #222222;
}


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

.button,
.action_button {
    font-family: 'Lab Grotesque' !important;
    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: #FFFFFF !important;
    box-shadow: 0px 2px 2px rgb(84 84 84 / 30%) !important;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px !important;
    border-radius: 100px;
}

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

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

.button-custom .button.the-icon i:before {
    content: "";
    font-size: 23px;
    font-weight: 900;
    width: auto;
    color: #008585;
}

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

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

    .header-image {}

    .header-imge__img {
        width: 150%;
        display: block;
        max-width: 150% !important;
        margin-left: -25%;
    }
}

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

.button-custom .button.slider_next i:before {
    content: '\e915';
    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;
    position: relative;
    width: 250px;
}

.mhb-col.center {}

@media (max-width: 959px) {
    .mhb-col.left {
        width: 220px;
    }
}

@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 7px;
}

.mhb-menu .menu>li>a {
    color: #000;
    border-radius: 10px;
    padding: 8px 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: #F1F5F5;
    color: #008585 !important;
}

@media (min-width: 1024px) {
    .mhb-menu .menu>li>a:hover {
        background: #F1F5F5;
        color: #008585;
    }
}

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

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

.mhb-view.desktop .first-row .mhb-row-wrapper {
    padding: 15px 0;
}

.mhb-view.tablet .first-row .mhb-row-wrapper {
    padding: 20px 0;
}

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

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

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

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

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

.is-sticky .mhb-view.mobile .first-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%;
    /* min-width: 200px; */
}

.label-logo {
    font-size: 10px;
    font-weight: 600;
    line-height: 13px;
    display: flex;
    align-items: center;
    border-left: 1px solid #EFEFEF;
    padding-left: 10px;
    margin-left: 10px;
    overflow: hidden;
    opacity: 1;
    height: 40px;
    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 .first-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%;
}

.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;

    line-height: 20px;
    cursor: pointer;

    -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;
}

.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-label {
    line-height: 20px;
}

.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;
    border-radius: 12px;

    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) {
    .header__button {
        width: fit-content !important;
    }

    .button-call.button-call_head {
        font-size: 0;
    }

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

    .button-call.action_button {
        padding: 0 18px !important;
    }

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

@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 {
        font-size: 0;
        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:not(.vb-item) .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;
}

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

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

.head-box-check .mfn-inline-editor .column .mcb-column-inner>div {
    position: absolute;
    right: 0;
    bottom: 0;
}

@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 40px 20px 25px;
    border-radius: 10px;
    margin-bottom: 0;
    margin: 0;
    display: block;
    justify-content: space-between;
    box-shadow: 0px 30px 26px rgba(214, 214, 214, 0.25);
    overflow: hidden;
}

.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;
}

.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 5px;
}

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

.form-header__input {
    position: relative;
}

.form-header__input .label {
    color: rgb(255 255 255 / 75%) !important;
    font-weight: 500;
    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 {
    border-radius: 0 10px 10px 0 !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: #222222 !important;
    margin-right: 0 !important;
    padding: 0 20px !important;
    height: 50px;
    width: 100%;

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

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

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

@media (min-width: 1024px) {
    .form-header__button:hover input {
        background: #000000 !important;
    }
}

@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 .form-header__item input {
        border-radius: 10px !important;
    }
}

/* < 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: #676767;
}

.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__title .mcb-column-inner .column_attr h4 > br {
		display: none;
	}
	
	.service-box__title .mcb-column-inner .column_attr h4 > span > br {
		display: none;
	}
	
	.service-box__title .mcb-column-inner .column_attr h4 > strong > br {
		display: none;
	} */
	
}

/* < 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: 18px;
    line-height: 25px;
    margin-bottom: 17px;
    display: flex;
}

.form-flex__title::before {
    content: '';
    background: url(svg/car.svg);
    display: block;
    width: 26px;
    height: 26px;
    margin-right: 14px;
}

.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;
    width: calc(50% - 20px);
    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: 16px;
    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;
    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);
    border-radius: 5px;
}

.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 .acceptance input:checked+span.wpcf7-list-item-label::before,
.form-flex .acceptance input+span.wpcf7-list-item-label::before {
    filter: invert(70%);
    opacity: 0.7;
}

.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;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.option-flex-box .image_frame {
    /* margin-bottom: 15px; */
    margin-right: 15px;
    min-width: 40px;
}

.option-flex-box h4 {
    font-size: 18px;
    line-height: 25px;
    flex: 99;
    /* 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;
    margin-top: 15px;
}

.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;
}

@media (max-width: 959px) {
    .option-flex-box h4 br {
        display: none;
    }
}

@media (max-width: 767px) {
    .option-flex-box .column_attr .mcb-column-inner {
        justify-content: center;
    }

    .option-flex-box .image_frame {
        margin-right: 0;
    }

    .option-flex-box .button {
        margin-right: 0;
    }

    .option-flex-box h4 {
        flex: auto;
        width: 100%;
        margin-top: 15px;
    }
}

/* < option-flex-box */

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

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

.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: 15px 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: 1239px) and (min-width: 960px) {
    #mfn-footer-template .section_wrapper .mcb-wrap:nth-child(2) {
        margin-right: -20px;
    }
}

@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;
    }

    .mfn-footer .section,
    .mfn-footer .mcb-wrap {
        max-width: 100% !important;
        width: 100% !important;
    }

    /*.mfn-footer .mcb-wrap:nth-child(1) .mcb-wrap-inner {*/
    /*    max-width: 700px !important;*/
    /*    margin: auto;*/
    /*    padding-left: 20px !important;*/
    /*    padding-right: 20px !important;*/
    /*}*/

    .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: #008585;
    padding: 56px 56px;
    border-radius: 20px;
}

.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: #222 !important;
    width: 100%;
    height: 56px;
    border-radius: 10px !important;
    margin-right: 0 !important;

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

.form-standart__button input:hover {
    background-color: #000 !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;
    }
}


.main-service {
    padding-top: 11px;
    background: #F1F5F5;
    padding-bottom: 42px;
    margin-bottom: 0 !important;
}

.main-service .mcb-wrap-inner {
    padding: 17px 28px;
}

.main-service__title {
    text-align: center;
}

.main-service__title .mcb-column-inner {
    margin-bottom: 3px !important;
}

.main-service__item .mcb-wrap-inner {
    background-color: #fff;
    border-radius: 15px;
    background-repeat: no-repeat;
	cursor: pointer;
}

.main-service__item {
    margin-bottom: 7px !important;
    min-height: 325px;
}

.main-service__item-title {
    font-family: 'RoadRadio';
    font-size: 12px;
    line-height: 14px;
    color: #00A9A8;
    margin-top: 5px;
}

.main-service__item h3 {
    font-size: 20px !important;
    line-height: 24px;
}

.main-service__item-button .mcb-item-button-inner {
    margin-bottom: 0px !important;
}

.main-service__item-button a.button {
    font-size: 10.7838px !important;
    width: 85.5px !important;
    height: 38.51px !important;
    padding: 0px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 9px !important;
}

.main-service__item:nth-child(2) .mcb-wrap-inner {
    background-image: url("img/main-service__item--1.jpg");
    background-position: right 15px;
    background-size: 280px;
}

.main-service__item:nth-child(3) .mcb-wrap-inner {
    background-image: url("img/main-service__item--2.jpg");
    background-position: right 15px;
    background-size: 240px;
}

.main-service__item:nth-child(4) .mcb-wrap-inner {
    background-image: url("img/main-service__item--3.jpg");
    background-position: right 15px bottom;
    background-size: 240px;
}

.main-service__item:nth-child(5) .mcb-wrap-inner {
    background-image: url("img/main-service__item--4.jpg");
    background-position: bottom;
    background-size: contain;
}

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

    .main-service {
        padding-top: 28px;
        padding-bottom: 60px;
    }

    .main-service__item {
        padding: 0 10px;
    }

    .main-service .mcb-wrap-inner {
        padding: 20px 25px 24px 25px;
    }

    .main-service__title {}

    .main-service__title .mcb-column-inner {}

    .main-service__item .mcb-wrap-inner {}

    .main-service__item {}

    .main-service__item-title h3 {
        font-size: 20px !important;
    }

    .main-service__item-title .mcb-column-inner {
        margin-bottom: 51px !important;
    }

    .main-service__item-button .mcb-item-button-inner {
        margin-bottom: 0px !important;
    }

    .main-service__item-button a.button {
        font-size: 14px !important;
        width: 111px !important;
        height: 50px !important;
        border-radius: 12px !important;
    }

    .main-service__item:nth-child(2) .mcb-wrap-inner {
        background-position: right bottom;
        background-size: initial;
    }

    .main-service__item:nth-child(3) .mcb-wrap-inner {
        background-position: 10px bottom;
        background-size: initial;
    }


    .main-service__item:nth-child(4) .mcb-wrap-inner {
        background-position: right bottom;
        background-size: initial;
    }
}

@media screen and (max-width: 767px) {
    .main-service__item {
        min-height: 160px;
    }

    .main-service__item:nth-child(2) .mcb-wrap-inner,
    .main-service__item:nth-child(3) .mcb-wrap-inner {
        background-size: 210px;
        background-position: right -42px;
    }

    .main-service__item:nth-child(4) .mcb-wrap-inner {
        background-position: right -15px;
        background-size: 210px;
    }

    .main-service__item:nth-child(5) .mcb-wrap-inner {
        background-image: url("img/main-service__item--4m.jpg");
        background-position: right;
    }
}

@media screen and (max-width: 425px) {
    .main-service__item h3 {
        font-size: 15px !important;
        line-height: 140%;
    }
}

.oformlenie-svidetelstva {
    padding-top: 44px;
}

.oformlenie-svidetelstva__title {
    text-align: center;
}

.oformlenie-svidetelstva__container {
    background: #f1f6f7;
    border-radius: 20px;
    padding: 26px;
}

.oformlenie-svidetelstva__container .mcb-column-inner {
    margin-bottom: 11px !important;
}

.oformlenie-svidetelstva__container-text {}

.oformlenie-svidetelstva__container-button {
    display: block;
    margin: 0 auto !important;
    width: 213px !important;
    margin-top: 26px !important;
}


.oformlenie-svidetelstva__image .image_wrapper {
    text-align: center;
}

.oformlenie-svidetelstva__image img {
    width: 85%;
}

.oformlenie-svidetelstva__image .mcb-item-image-inner {
    margin-bottom: 0px !important;
}

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

    .oformlenie-svidetelstva {
        padding-top: 87px;
    }

    .oformlenie-svidetelstva__title {
        text-align: center;
        color: #008585;
    }

    .black {
        color: #000;
    }

    .oformlenie-svidetelstva__title .mcb-column-inner {
        margin-bottom: 30px !important;
    }

    .oformlenie-svidetelstva__container {
        background: #f1f6f7;
        border-radius: 20px;
        padding: 81px 0px 0px 90px;
        overflow: hidden !important;
    }

    .oformlenie-svidetelstva__container .mcb-column-inner {
        margin-bottom: 11px !important;
    }

    .oformlenie-svidetelstva__container-text {
        padding-top: 38px;
        font-size: 18px;
        line-height: 140%;
        padding-right: 50px;
        padding-bottom: 94px;
    }

    .oformlenie-svidetelstva__container-button {
        margin-top: 38px !important;
        margin-left: 0px !important;
    }


    .oformlenie-svidetelstva__image .image_wrapper {
        text-align: center;
    }

    .oformlenie-svidetelstva__image * {
        overflow: visible !important;
    }

    .oformlenie-svidetelstva__image img {
        width: 711px;
        max-width: none;
        margin-left: -30px;
    }

    .oformlenie-svidetelstva__image .mcb-item-image-inner {
        margin-bottom: 0px !important;
    }
}



/*///////////////////////////////////////////////*/
/*///////////////////////////////////////////////*/

.oformlenie-pasporta {
    padding-top: 44px;
}

.oformlenie-pasporta__title {
    text-align: center;
}

.oformlenie-pasporta__container {
    background: #f1f6f7;
    border-radius: 20px;
    padding: 26px 26px 0px 26px;
    overflow: hidden;
}

.oformlenie-pasporta__container .mcb-column-inner {
    margin-bottom: 11px !important;
}

.oformlenie-pasporta__container-text {}

.oformlenie-pasporta__container-button {
    display: block;
    margin: 0 auto !important;
    width: 213px !important;
    margin-top: 26px !important;
}

.oformlenie-pasporta__image {
    margin-left: -26px !important;
    margin-right: -26px !important;
    width: calc(100% + 52px) !important;
}

.oformlenie-pasporta__image * {
    width: 100% !important;
}

.oformlenie-pasporta__image .image_wrapper {
    text-align: center;
    height: 139px;
    position: relative;
}

.oformlenie-pasporta__image img {
    margin-left: -210px !important;
    width: 380px !important;
    max-width: none;
    position: absolute !important;
    top: 0px;
    left: 50%;
}

.oformlenie-pasporta__image .mcb-item-image-inner {
    margin-bottom: 0px !important;
}



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

    .oformlenie-pasporta {
        padding-top: 87px;
    }

    .oformlenie-pasporta__title {
        text-align: center;
        color: #008585;
    }

    .black {
        color: #000;
    }

    .oformlenie-pasporta__title .mcb-column-inner {
        margin-bottom: 30px !important;
    }

    .oformlenie-pasporta__container {
        background: #f1f6f7;
        border-radius: 20px;
        padding: 15px 0px 0px 0px;
        overflow: hidden !important;
    }

    .oformlenie-pasporta__container .mcb-column-inner {
        margin-bottom: 11px !important;
    }

    .oformlenie-pasporta__container-text {
        padding-top: 38px;
        font-size: 18px;
        line-height: 140%;
        padding-bottom: 12px;
        position: relative;
        right: -40%;
        padding-right: 30px;
        width: 60% !important;
    }

    .oformlenie-pasporta__container-button {
        margin-top: 38px !important;
        margin-left: 0px !important;
    }


    .oformlenie-pasporta__image {
        margin-left: 0px !important;
        margin-right: 0px !important;
        width: 40% !important;
        position: relative;
        left: -60%;
        height: 100% !important;
        overflow: hidden;
    }

    .oformlenie-pasporta__image .mcb-item-image-inner,
    .oformlenie-pasporta__image .image_frame,
    .oformlenie-pasporta__image .image_wrapper {
        height: 100% !important;
    }


    .oformlenie-pasporta__image .image_wrapper {
        text-align: center;
    }

    .oformlenie-pasporta__image * {
        overflow: visible !important;
    }

    .oformlenie-pasporta__image img {
        width: 713px !important;
        max-width: none;
        margin-left: 0px !important;
        right: -20px;
        bottom: -7px;
        left: unset;
        top: unset !important;
        height: auto !important;
    }

    .oformlenie-pasporta__image .mcb-item-image-inner {
        margin-bottom: 0px !important;
    }
}

/* Always set the map height explicitly to define the size of the div
       * element that contains the map. */
#map {
    height: 650px;
}

/* Optional: Makes the sample page fill the window. */


#map [tabindex="0"]>div:first-child {
    will-change: transform;
}

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

    .block-new-map,
    .block-new-map .mfn-inline-editor,
    #map {
        height: 100%;
    }
}

@media screen and (min-width: 768px) {
    #map:not(:hover) [tabindex="0"]>div:first-child {
        -webkit-filter: grayscale(100%) contrast(105%);
        filter: grayscale(100%) contrast(105%);
    }
}

@media screen and (max-width: 767px) {
    .block-new-map .mfn-inline-editor {
        margin-left: -33px !important;
        width: calc(100% + 66px) !important;
    }
}

#map .view-link {
    color: #438be9 !important;
}

#map .gm-style .gm-style-iw-t {
    right: 4px !important;
    bottom: 80px !important;
}

#map .gm-style .gm-style-iw-t::after {
    background: linear-gradient(45deg, #3A477C 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%) !important;
}

#map .gm-style-iw {
    border-radius: 3px !important;
    padding: 0 !important;
}

#map .gm-style-iw button {
    border-radius: 50% !important;
    background-color: #e32e22 !important;
    right: 16px !important;
    top: 16px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    height: 24px !important;
    width: 24px !important;
    opacity: 1 !important;
}

#map .gm-style-iw button img {
    width: 16px !important;
    height: 16px !important;
    filter: invert(1) !important;
    margin: 0 !important;
}

#map .gm-ui-hover-effect>span {
    width: 16px !important;
    height: 16px !important;
    margin: 4px !important;
    background-color: #ffffff !important;
}

.marker-block__info {
    padding: 24px;
}

.marker-block__caption {
    font-weight: bold;
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 18px;
    color: #262C40;
}

.marker-block__adress {
    font-weight: normal;
    font-size: 15px;
    line-height: 150%;
    margin-bottom: 11px;
    color: #262C40;
}

.marker-block__phone {
    font-weight: bold;
    font-size: 18px;
    line-height: 150%;
    color: #262C40 !important;
    display: block;
    width: max-content;
    text-decoration: none !important;
}

.marker-block__phone:hover {
    color: #06c;
}

.marker-block__phone:not(:last-child) {
    margin-bottom: 5px;
}

.marker-block__phones {
    display: flex;
}

.marker-block__phones .marker-block__phone:not(:last-child) {
    margin: 0 15px 0 0;
}

.marker-block__phone span {
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    color: #909090;
    display: block;
}

.marker-block__footer-link {
    display: block;
    padding: 21px 24px 21px 62px;
    font-weight: normal;
    font-size: 15px;
    line-height: 150%;
    color: #262C40 !important;
    border-top: 1px solid #E6EAF0;
    position: relative;
}

.marker-block__footer-link:before {
    content: '';
    position: absolute;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAwCAYAAAC8NUKEAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAASOSURBVHgB1VldctowEF4JOpk+1b0BuQFJ2oc+lZwg5AQhJyCcIOQESU4AnCDJCSBPnWmbhhvENwhvzQ/gfmtkKssyNj8G/M0wgJCFPu1q9e1KkAbvkRy81fGqeB5VuE0I6uOt//JCFx+/kUtbDBF8ePtJ5WKRbvCxFNtZUFPs0QVtKXwyikgXH52kB2CxduGATmkLIeFaJWWRRCIMWKc2eqAz2kIUR2OqSBF2Laz+tZS+Sw2GD1TD7+ekuR8Inb//8vdSJhgOyV1kfwpYphtsdr9BUBskQm6EiVcKBd8N1wrMpYfF7hQPqJ2q//gPeXrDaESHH75Sz+wI0k8gXaLNwB17dJFESpoNRRG7d1zaHEpw9RYW9HxWJwlTunrDWFDZ7MRBQnfFTQFzaM4iJBCZrkCobjzUQPi98j/jIMV33i86SRfumGl4RgCqYl5HZDn3xmM6Ln6hW7NdzNjcA7YaiEQtBf8F2SatAVjsphARa/Dcdjna6o2SNztPzjKOYyMCuOsiwuD/sszPgXVqZl854wEb+q+vdEhrhlq8nt6mXDAEqT/Avmg+pDBgshjgcFNiE3vUXOyI1wjbg7zp39+phMk7i57Gq4YKRM96m9wPz19QjmAe8CYZSTmByrV0DMw+uSEDjVY1miJCNzdkpHHWQKt1In0oB4CLXVJYCbg20VmkLQZrQry1TF04jjkTU5Ph1FoWrIpg5UCIcqDNjmzi1puRCswMzWpl6higRinT6iyRpAljyYAIk2jSFpAABlAnpzalrCNOAbSUNTYNFsF3cLm2qZBtiOwZjhwWIqzNOnjx4ImDLouFCxqhQSaVmJbRpweNdpxmZTaNEBlonyfS47lHt/LAV9K5wPTQZKuQcTC9vlGDcoT/+YwMJztcs9r2QrmJKZlITWxEd5Qz6NosdLoPVxS1WLqzC//9kX0BUQ/NPPnpASnk8n+u6m1drmXv7Pjfa4iKnTnH4Gy37M8HC4wMuB/n/joZ7jC1jqDldRjy9rLUFoWvQzA5SkMouPjCM2cohTnBpNSi9JHfXJsaTd8z9/oPCAAny7oGJtEjIyNUhE5oNhG26GOcnOISmCrXXurtUzLQPqbucbAKN5Z0NTX4oIVcb1gmE0socE2i5IVkq+mEpmRU5b9n9C/zCi1jIXYFEDq1TCSOUOguSINLllSZCXFVlj+HFEBgXrKYls8dWO/eW/A2oDDJT6qWcUNBASrk2fh/v64dXLPYLBfcKUVUc4w+yxQBIVvdm61qbnRLvwHKTp+j9zPsFpPK5tqEpdrohLvVkvkbLBrJYSyXYb4lrQUNToKwWntwqbnOhCXgxv7i0adIU0xQiq3OwOxuYR/mx9UBX9gSRcPsiuCiGB8EiF7kV2G92a6Hu0wCw9rKszHZKxMJFeMRADgAhQ5s3uBQAR2ufWOvfOcIFhobi43awNlayKQlwhj+pipUww2lx3SczIuA8xBh8H5Vbp0KCFaNYJxMyfAqz0MkALtMisuvgXm3mSkZS/EjkUgAro/5wWcSUYOTn8frq4uv3aTS08rBt9l8r4JXN+uc5h98ZxvKhHm9HgAAAABJRU5ErkJggg==');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 0;
    bottom: 0;
    left: 24px;
    width: 24px;
    height: 24px;
    margin: auto;
}

/* delivery-info */
.wrap .delivery-info {
    background: #F1F5F5;
    padding: 60px 50px 50px 50px;
    width: 50%;
}

.wrap:not(.vb-item) .delivery-info {
    position: absolute;
    right: -50%;
    top: 0;
    bottom: 0;

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

.delivery-info.view {
    right: 0% !important;
}

a.delivery-trigger {
    font-size: 16px;
    font-weight: 400;
    margin: 0 24px;
    margin-bottom: 15px;
    border-bottom: 1px solid #00a9a8;
    color: #00a9a8 !important;
    display: inline-block;
    text-decoration: none;
}

.wrap .delivery-info .close {
    position: absolute;
    right: 0;
    top: -20px;

    cursor: pointer;
}

.wrap .delivery-info .mfn-inline-editor {
    height: 600px;
    overflow: auto;
}

.wrap .delivery-info .close::before {
    content: '';
    display: block;
    background: url(svg/close.svg);
    background-size: 18px;
    width: 18px;
    height: 18px;
}

.wrap .delivery-info h3,
.wrap .delivery-info p {
    color: #000;
}

.wrap .delivery-info h3 {
    margin-top: 20px;
    font-size: 26px;
}

.wrap .delivery-info .adr {
    font-size: 16px;
    line-height: 24px;
}

.wrap .delivery-info p {
    margin-top: 15px;
}

.wrap.vb-item .delivery-info {
    position: absolute;
    top: 0;
    right: 0;
}

@media screen and (max-width: 1239px) {
    .wrap:not(.vb-item) .delivery-info {
        width: 100% !important;
        right: -100%;
    }
}

@media screen and (max-width: 767px) {
    .wrap:not(.vb-item) .delivery-info {
        margin-left: -33px !important;
        width: calc(100% + 66px) !important;

        right: calc(-100% - 99px);
    }

    .delivery-info {
        padding: 10px 20px;
    }

    .wrap .delivery-info h3 {
        font-size: 22px;
    }

    .delivery-info.view {
        right: -33px !important;
    }

    .wrap .delivery-info .close {
        top: -15px;
    }

    .wrap .delivery-info .close::before {
        background-size: 16px;
        width: 16px;
        height: 16px;
    }
}

@media screen and (max-width: 425px) {
    .wrap .delivery-info {
        padding: 30px 20px 10px 20px;
    }
}


.slider-cars-photo img {
    border-radius: 14px;
}

.slider-cars-photo .section_wrapper .column {
    clear: none !important;
}

@media (max-width: 767px) {
    .slider-cars-photo .slick-slide {
        margin: 5px;
    }
}

/*///////////////////////////////////////////////*/

.slick-slide_arrow {
    width: 48px;
    height: 48px;
    display: block;
    border-radius: 100px;
    background: #fff;
    position: absolute;
    /* bottom: 0; */
    top: calc(50% - 24px);
    margin: auto;
    z-index: 1;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 2px 2px rgba(84, 84, 84, 0.3);
}

.slick-slide_arrow:active {
    opacity: 0.9;
}

.slick-slide_arrow:before {
    font-size: 23px;
    font-weight: bolder;
    color: #026893;
    position: relative;
}

.slick-slide_prev {
    left: -10px;
}

.slick-slide_next {
    right: -10px;
}

.slick-slide_prev::before {
    content: '\e8b7';
    left: -1px;
}

.slick-slide_next::before {
    content: '\e915';
    right: -1px;
}


/* ---------- main-title ---------- */


.main-title .mcb-column-inner .column_attr h1 {
    margin: 0;
    color: #282828;
    font-size: 40px;
    font-family: RoadRadio;
    font-weight: 700;
    line-height: 120%;
}

.main-title .mcb-column-inner .column_attr h2 {
    margin: 0;
    color: #282828;
    font-size: 36px;
    font-family: RoadRadio;
    font-weight: 700;
    line-height: 120%;
}

.main-title .mcb-column-inner .column_attr h3 {
    margin: 0;
    color: #282828;
    font-size: 22px;
    font-family: RoadRadio;
    font-weight: 700;
    line-height: 140%;
}

/* white */
.main-title.main-title_white .mcb-column-inner .column_attr h1 {
    color: #ffffff;
}

.main-title.main-title_white .mcb-column-inner .column_attr h2 {
    color: #ffffff;
}

.main-title.main-title_white .mcb-column-inner .column_attr h3 {
    color: #ffffff;
}

/* green */
.main-title_green {
    color: #008585;
}

@media screen and (max-width: 959px) {
	.main-title .mcb-column-inner .column_attr h1 {
		font-size: 32px;
	}
	.main-title .mcb-column-inner .column_attr h2 {
		font-size: 28px;
	}
	.main-title .mcb-column-inner .column_attr h3 {
		font-size: 20px;
	}
}

@media screen and (max-width: 767px) {
	.main-title .mcb-column-inner .column_attr h1 {
		font-size: 24px;
	}
	.main-title .mcb-column-inner .column_attr h2 {
		font-size: 20px;
	}
	.main-title .mcb-column-inner .column_attr h3 {
		font-size: 14px;
	}
}


/* ---------- text ---------- */

.text .mcb-column-inner .column_attr p {
    margin: 0;
    color: #282828;
    font-size: 20px;
    font-family: Lab Grotesque;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.64px;
}

.text.text_16 .mcb-column-inner .column_attr p {
    font-size: 16px;
}

.text.text_18 .mcb-column-inner .column_attr p {
    font-size: 18px;
}

/* text_gray */
.text.text_gray .mcb-column-inner .column_attr p {
    color: #808080;
}

/* text_white */
.text.text_white .mcb-column-inner .column_attr p {
    color: #ffffff;
}

@media screen and (max-width: 959px) {
	.text.text_16 .mcb-column-inner .column_attr p {
    	font-size: 14px;
	}
	.text.text_18 .mcb-column-inner .column_attr p {
    	font-size: 15px;
	}
}

/* ---------- global-consistently ---------- */


.global-consistently {
    padding: 0 0 40px 0;
}

.global-consistently:before {
    display: block;
    content: "";
    width: 100%;
    height: 50%;
    background: #008585;
    position: absolute;
    bottom: 0;
    left: 0;
}

.global-consistently__item .mcb-wrap-inner {
    box-shadow: 0px 30px 26px 0px rgba(133, 149, 149, 0.23);
}

.global-consistently__icons .mcb-column-inner {
    min-height: 65px;
}

.global-consistently__text .mcb-column-inner .column_attr p {
    margin: 0;
    font-size: 16px;
    line-height: 140%;
    font-weight: 500;
    font-family: Lab Grotesque;
    letter-spacing: 0.64px;
    min-height: 70px;
}

@media screen and (max-width:959px) {
	.global-consistently:before {
		height: 80%;
	}
	.global-consistently__text .mcb-column-inner .column_attr p {
		font-family: Lab Grotesque;
		font-size: 12px;
		letter-spacing: 0.48px;
	}
}


/* ---------- footnote-application ---------- */


.footnote-application {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 32px 46px;
    background: rgb(0, 133, 133);
    border-radius: 14px;
}

.footnote-application__description {
    flex-basis: 470px;
}

.footnote-application__description h2 {
    color: rgb(253, 253, 253);
    font-size: 36px;
    font-family: RoadRadio;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0px;
}

.footnote-application__description p {
    color: rgb(253, 253, 253);
    font-size: 20px;
    font-family: "Lab Grotesque";
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0.8px;
    margin: 0px;
}

.footnote-application__img-container {
	position: relative;
	display: flex;
    align-items: center;
}

.footnote-application__img_130 {
	position: absolute;
    right: 130px;
    top: 50%;
    transform: translate(0px, -50%);
    width: 100%;
    width: 410px;
    max-width: initial !important;
}

.footnote-application__img_50 {
	position: absolute;
    right: 50px;
    top: 50%;
    transform: translate(0px, -50%);
    width: 100%;
    width: 510px;
    max-width: initial !important;
}

@media screen and (max-width: 1070px) {
	.footnote-application {
		flex-direction: column;
		padding: 20px 28px;
	}
	.footnote-application__description {
    	flex-basis: auto;
		text-align: center;
	}
	.footnote-application__img-container {
		position: relative;
		display: flex;
		align-items: center;
	}
	.footnote-application__img_130 {
		position: inherit;
		top: auto;
		right: auto;
		transform: none;
		width: 280px;
	}
	.footnote-application__img_50 {
		position: inherit;
		top: auto;
		right: auto;
		transform: none;
		width: 510px;
		padding: 15px 0;
	}
}

@media screen and (max-width: 767px) {
	.footnote-application {
		padding: 20px 28px 40px 28px;
	}
	.footnote-application__description h2 {
		font-size: 20px;
	}
	.footnote-application__description p {
		font-size: 14px;
	}
	.footnote-application__img-container {
		flex-direction: column;
	}
	.footnote-application__img_130 {
		width: 240px;
	}
	.footnote-application__img_50 {
		width: 270px;
	}
}


/* ---------- stages-registration ---------- */


.stages-registration {
    display: flex;
    align-items: center;
}

.stages-registration__number {
    color: rgb(0, 133, 133);
    font-size: 100px;
    font-family: "Lab Grotesque";
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0px 50px 0px 0px;
}

.stages-registration__text {
	margin: 0;
    color: rgb(33, 34, 37);
    font-size: 20px;
    font-family: "Lab Grotesque";
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.8px;
	
}
@media screen and (max-width: 959px) {
	.stages-registration__number {
		font-size: 48px;
		margin: 0px 20px 0px 0px;
	}
	.stages-registration__text {
   	 font-size: 14px;
	}
}


/* ---------- block-stages ---------- */

.block-stages .mcb-column-inner>ul>li>.mfn-list-icon {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 10px;
}

.block-stages .mcb-column-inner>ul>li>.mfn-list-icon::before {
    display: block;
    content: "";
    width: 12px;
    height: 35px;
    background-image: url(/wp-content/uploads/2023/07/frame-1000001454.png);
    background-size: cover;
    background-position: center center;
}

.block-stages .mcb-column-inner>ul>li:last-child>.mfn-list-icon::before {
    display: none;
}

.block-stages .mcb-column-inner>ul>li>.mfn-list-icon::after {
    font-size: 24px;
    font-family: RoadRadio;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(40, 40, 40);
    border-radius: 50px;
    border-width: 3px;
    border-style: solid;
    border-color: rgb(0, 133, 133);
    border-image: initial;
    background: rgb(255, 255, 255);
}

.block-stages .mcb-column-inner>ul>li>.mfn-list-desc {
    padding-top: 10px;
    color: rgb(40, 40, 40);
    font-size: 20px;
    font-family: "Lab Grotesque";
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.8px;
}

.block-stages__text {
    color: rgb(141, 141, 141);
    font-size: 13px;
    font-family: "Lab Grotesque";
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    display: flex;
    align-items: center;
    margin: 0px;
}

.block-stages__text::before {
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    background-image: url(/wp-content/uploads/2023/07/hourglass-icons.png);
    background-size: cover;
    margin-right: 10px;
    background-position: center center;
}

@media screen and (max-width: 767px) {
	.block-stages .mcb-column-inner>ul>li>.mfn-list-icon::before {
		display: none;
	}
	.block-stages .mcb-column-inner>ul>li {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.block-stages__text {
		justify-content: center;
	}
	.block-stages .mcb-column-inner>ul>li>.mfn-list-desc {
    	text-align: center;
	}
}

/* ---------- laboratory-specialists ---------- */

.laboratory-specialists-fon {
    position: absolute;
    left: -80px;
    top: 50%;
    transform: translate(0px, -50%);
}

.laboratory-specialists .mcb-column-inner {
	box-shadow: 0px 30px 26px 0px rgba(189, 212, 212, 0.40);
}

.laboratory-specialists.laboratory-specialists_shadow_none .mcb-column-inner {
	box-shadow: none;
}

.laboratory-specialists .mcb-column-inner .column_attr>p:last-child {
    color: rgb(33, 34, 37);
    font-size: 18px;
	line-height: 130%;
    font-family: "Lab Grotesque";
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.54px;
    margin: 0px;
}

.laboratory-specialists .mcb-column-inner .column_attr>p:first-child {
    color: rgb(0, 133, 133);
    font-size: 32px;
    font-family: RoadRadio;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.96px;
    margin: 0px 0px 4px;
}

.laboratory-specialists-img .mcb-column-inner .image_frame .image_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    background: #008585;
    border-radius: 50px;
}


@media screen and (max-width: 767px) {
	.laboratory-specialists-fon {
		position: absolute;
		left: 45%;
		top: -235px;
		transform: translate(-50%, 0px);
	}
	.laboratory-specialists .mcb-column-inner .column_attr>p:last-child {
		font-size: 14px;
	}
	.laboratory-specialists .mcb-column-inner .column_attr>p:first-child {
		font-size: 24px;
	}
}

@media screen and (max-width: 425px) {
	.laboratory-specialists-img .mcb-column-inner .image_frame .image_wrapper {
		width: 55px;
		height: 55px;
	}
	.laboratory-specialists-img .mcb-column-inner .image_frame .image_wrapper > img {
		width: 25px;
		height: 25px;
	}
}
/* ---------- button-transparent ---------- */


.button-transparent-container .mcb-column-inner .button-transparent {
    background-color: transparent;
    padding: 0;
    margin: 0;
    transition: 0.5s;
}

.button-transparent-container .mcb-column-inner .button-transparent:hover {
    background-color: transparent;
    opacity: 0.5;
}

.button-transparent-container .mcb-column-inner .button-transparent .button_label {
    margin: 0 10px 0 0;
    font-family: Lab Grotesque;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.72px;
}

.button-transparent-container .mcb-column-inner .button-transparent.button-transparent_green {
    color: #00a9a8;
}


/* ---------- button-youtube ---------- */


@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 133, 133, 0.40);
    }

    70% {
        box-shadow: 0 0 0 30px rgba(0, 133, 133, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

@keyframes animation-aicons-youtube {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.button-youtube-container .mcb-column-inner .button-youtube {
    border-radius: 50px;
    width: 93px;
    height: 93px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: pulse 2s infinite;
}

.button-youtube .button_label {
    display: none;
}

.button-youtube .button_icon .icon-play:before {
    font-size: 36px;
    transition: 0.5s;
}

.button-youtube:hover .button_icon .icon-play:before {
    animation: animation-aicons-youtube 3s infinite;
}

@media screen and (max-width:767px) {
	.button-youtube-container .mcb-column-inner .button-youtube {
		width: 63px;
		height: 63px;
	}
	.button-youtube .button_icon .icon-play:before {
		font-size: 29px;
	}
}

/* ---------- list-check ---------- */


.list-check .mcb-column-inner>ul>li>.mfn-list-desc {
    color: #282828;
    font-family: Lab Grotesque;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.54px;
}

@media screen and (max-width: 959px) {
	.list-check .mcb-column-inner>ul>li>.mfn-list-desc {
		font-size: 16px;
		line-height: 140%;
	}
}

@media screen and (max-width: 757px) {
	.list-check .mcb-column-inner>ul>li>.mfn-list-desc {
		font-size: 14px;
	}
}


/* ---------- preview-car-fon ---------- */


.page-preview-standart {
    position: absolute;
    bottom: 0;
    right: 0;
}

.page-preview-big {
    position: absolute;
    bottom: 0;
    right: -55%;
    transform: translate(-50%, 0px);
}

.page-preview-big-center {
	position: absolute;
    bottom: 50%;
    right: -55%;
    transform: translate(-50%, 50%);
}

@media screen and (max-width: 959px) {
	.page-preview-standart {
		position: inherit;
	}
	.page-preview-big-center,
	.page-preview-big {
		position: inherit;
		bottom: auto;
    	right: auto;
    	transform: none;
	}
}

/* ---------- yamap ---------- */


#yamap {
    width: 100%;
    height: 425px;
}

.yamap-container .mcb-column-inner .desc {
	border-radius: 14px;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0, 133, 133, 0.2);
	-moz-box-shadow: 0px 0px 10px 5px rgba(0, 133, 133, 0.2);
	box-shadow: 0px 0px 10px 5px rgba(0, 133, 133, 0.2);
}

/* yamap-placemark */
.yamap-placemark {
    min-width: 250px;
    padding: 0 10px;
}

.yamap-placemark__title {
    margin: 15px 0 0 0;
    color: #000;
    text-align: center;
    font-family: RoadRadio;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.yamap-placemark__content {
	padding: 10px 0;
}

.yamap-placemark__row {
	display: flex;
	align-items: center;
	transition: 0.5s;
}

.yamap-placemark__row:hover {
	opacity: 0.5;
}
.yamap-placemark__row + .yamap-placemark__row {
	margin-top: 10px;
}



.yamap-placemark__row i {
	font-size: 20px;
    color: #008585;
}

.yamap-placemark__link {
    color: #000;
    font-family: Lab Grotesque;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.72px;
	margin: 0 0 0 10px;
	transition: 0.5s;
}

.yamap-placemark__link:hover {
	text-decoration: none;
	cursor: pointer;
}

/* yamap-select-button */
.yamap-select__city {
    width: 230px;
    height: 40px;
    font-weight: 500;
    background-color: #00a9a8;
    color: #ffffff;
    transition: all 0.2s ease-out;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0 16px;
	position: relative;
	user-select: none;
}

.yamap-select__city:before {
	display: block;
    content: "";
    width: 1px;
    height: 11px;
    background: #ffffff;
	border: 1px solid #ffffff;
    position: absolute;
    top: 15px;
    right: 30px;
    
	transform: rotate(135deg);
    border-radius: 10px;
	transition: 0.5s;
}

.yamap-select__city:after {
	display: block;
    content: "";
    width: 1px;
    height: 11px;
    background: #ffffff;
	border: 1px solid #ffffff;
    position: absolute;
    top: 15px;
    right: 23px;
	transform: rotate(45deg);
    border-radius: 10px;
	transition: 0.5s;
}

.yamap-select.open .yamap-select__city:before {
    transform: rotate(45deg);
}

.yamap-select.open .yamap-select__city:after {
    transform: rotate(135deg);
}

.yamap-select__city:hover {
    background-color: #008585;
}

.yamap-select-button .mcb-column-inner .desc .yamap-select > ul {
    list-style-type: none;
    position: absolute;
    top: 43px;
    left: 0;
    margin: 0;
    padding: 0 1px 0 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #00a9a8;
    border: 1px solid #00a9a8;
    border-radius: 5px;
    transition: all 0.3s ease-out;
    z-index: 8;
    height: 0px;
    overflow: hidden;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
}

.yamap-select-button .mcb-column-inner .desc .yamap-select.open > ul {
    visibility: visible;
    opacity: 1;
    height: 203px;
}

.yamap-select-button .mcb-column-inner .desc .yamap-select.open > ul > li {
    /*transition: none;*/
}

.yamap-select-button .mcb-column-inner .desc .yamap-select > ul > li:hover {
    background-color: #008585e6;
}

.yamap-select-button .mcb-column-inner .desc .yamap-select.open .yamap-select__city {
    background-color: #008585;
}

.yamap-select-button .mcb-column-inner .desc ul::-webkit-scrollbar {
    width: 8px;
    border-radius: 5px;
}

.yamap-select-button .mcb-column-inner .desc ul::-webkit-scrollbar-track {
    background: #00a9a8;
    width: 4px;
}

.yamap-select-button .mcb-column-inner .desc ul::-webkit-scrollbar-thumb {
    background-color: rgba(217, 222, 227, 0.25);
    border-radius: 12px;
    border: 4px solid #008585;
}

.yamap-select-button .mcb-column-inner .desc ul>li {
    display: flex;
    align-items: center;
    min-height: 0px;
    padding: 0 16px;
    color: #ffffff;
    transition: all 0.2s ease-out;
    cursor: pointer;
    overflow: hidden;
}

.yamap-select-button .mcb-column-inner .desc >  ul>li:hover {
    background-color: #008585;
}

.yamap-select-button .mcb-column-inner .desc .yamap-select>ul>li {
    min-height: 40px;
}

.yamap-select-button .mcb-column-inner .desc > ul.open>li.current {
    background-color: #008585;
}


/* ---------- bgvideo ---------- */
.bgvideo-container {
	cursor: pointer;
	transition: 0.5s;
}
.bgvideo-container:hover {
	-webkit-box-shadow: 0px 0px 6px 2px rgba(0, 133, 133, 0.2);
	-moz-box-shadow: 0px 0px 6px 2px rgba(0, 133, 133, 0.2);
	box-shadow: 0px 0px 6px 2px rgba(0, 133, 133, 0.2);
}

.bgvideo-container .mcb-column-inner .desc {
	position: relative;
	min-height: 500px;
 	overflow: hidden; 
	border-radius: 14px;
} 

.bgvideo-container .mcb-column-inner .desc:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color:rgba(0, 0, 0, .5);
	z-index: 1;
}

.bgvideo-container .mcb-column-inner .desc:after {
	display: none;
}

.bgvideo {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
	margin: auto;
}

.bgvideo-text-container {
	position: absolute;
	bottom: 60px;
	left: 0;
    right: 0;
}

@media screen and (max-width: 959px) {
	.bgvideo-container .mcb-column-inner .desc {
		min-height: 400px;
	}
	.bgvideo-text-container {
		position: absolute;
		bottom: auto;
		left: 0;
		right: 0;
		top: 50%;
		transform: translate(0, -50%);
	}
	.bgvideo-container .mcb-column-inner .desc:after {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: url("/wp-content/uploads/2023/07/sequence_02.00_00_12_03.still003-1.png");
		background-size: cover;
		background-position: center
	}
}

@media screen and (max-width: 767px) {
	.bgvideo-container .mcb-column-inner .desc {
		min-height: 350px;
	} 
}


/* ---------- live-section ---------- */
@keyframes pulse-efir {
    0% {
        box-shadow: 0 0 0 0 rgba(128, 52, 52, 0.80);
    }

    70% {
        box-shadow: 0 0 0 12px rgba(128, 52, 52, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(128, 52, 52, 0);
    }
}

.efir-button-container {
    margin-bottom: 30px !important;
}

.efir-button-container .mcb-column-inner {
	width: 230px;
	background-image: url("https://akademtest.ru/wp-content/uploads/2023/07/35454534543.png");
	background-repeat: no-repeat;
    background-position: center;
	background-size: 103% 103%;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0px 4px 14px 0px rgba(159, 159, 159, 0.25);
	transition: 0.5s ease;
}

.efir-button-container .mcb-column-inner {
    margin-left: auto;
}

.efir-button-container .mcb-column-inner:hover {
	background-size: 110% 110%;
}

.efir-button-container .mcb-column-inner .efir-button {
	padding: 15px 40px 15px 50px;
	background-color: transparent;
    border-color: transparent;
}

.efir-button-container .mcb-column-inner .efir-button:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translate(0, -50%);
	width: 15px;
	height: 15px;
	background: #FF2121;
	border-radius: 50%;
	animation: pulse-efir 2s infinite;
}

.efir-button-container .mcb-column-inner .efir-button:hover {
	background-color: transparent;
    border-color: transparent;
}

.efir-button-container .mcb-column-inner .efir-button .button_label {
	max-width: 120px;
	color: #ffffff;
	font-size: 12px;
	font-weight: 600;
	line-height: 120%;
}

.efir-section {
	
}

.efir-block-iframe {
	position: absolute;
	bottom: 130px;
	right: 0;
}

/* ---------- efir-section  ---------- */

.efir-section .section_wrapper .slick-list .slick-track .slick-slide {
/* 	display: none; */
}

.efir-section .section_wrapper .slick-list .slick-track .slick-slide .slick-current {
	display: block;
}


/* ---------- card  ---------- */

.card {
	
}

.card__text .mcb-column-inner {
	height: 130px !important;
}

@media screen and (max-width:767px) {
	.card__text .mcb-column-inner {
		height: 80px !important;
	}
}

@media screen and (max-width:480px) {
	.card__text .mcb-column-inner {
		height: 120px !important;
	}
}

/* ---------- warning  ---------- */
.warning  .mcb-column-inner {
	border-radius: 20px;
	background: #FFF;
	padding: 10px;
}

.warning .column_attr {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	padding: 14px 20px;
	border-radius: 14px;
	border: 1px solid #83B9B9;
	background: #F1F5F5;
}

.warning .column_attr.clearfix:before,
.warning .column_attr.clearfix:after { 
	display: none;
}

.warning .column_attr  p { 
	margin: 0;
	color: #676767;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	flex: 1;
}

