

/* Start:/ajax/forms/src/css/form_style.css?17755653845056*/
.status_block {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 28;
    background: #e2e2e2;
    font-size: 20px;
    justify-content: center;
    align-items: center;
}

.status_block.status_ok {
    color: #2a2727;
}

.status_block.status_error {
    color: #b30f0f;
}

.status_block.status_load .loader img {
    width: 100px;
    height: 100px
}

.status_block.status_mess {
    color: inherit;
    font-size: 15px
}

.status_block.active {
    display: flex;
    text-align: center;
}

.form_field_label_outer {
    margin-left: -3px;
    max-width: 400px;
}

.form_field_label {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.form_field_checkbox_text {
    color: #000;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    display: inline-block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-left: 10px;
}

.form_field_checkbox_text a {
    color: #b30f0f;
}

.loader {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.error_field {
    border: 1px solid #b30f0f !important;
}

.modal_form_wrapper {
    max-width: 400px;
    margin: 0 auto;
    padding: 0;
    border-radius: 4px;
    background: none;
}

[data-form-ajax] {
    position: relative;
}

.form_site_ajax {
    position: relative;
    background: #ffffff;
    padding: 15px 20px;
    margin: 0 10px;
    border-radius: 10px;
    overflow: hidden;
}

.form_site_ajax.center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form_site_ajax * {
    box-sizing: border-box;
}

.form_title {
    font-size: min(1.7em, 7.5vw);
    font-weight: bold;
    margin-bottom: 20px;
}

.form_text {
    margin-bottom: 20px;
}

.form_text .bold {
    font-weight: bold;
}

.form_line {
    margin-bottom: 20px;
}

.form_elem_center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.margin_b {
    margin-bottom: 10px !important;
}

.margin_b_0 {
    margin-bottom: 0 !important;
}

.form_field_row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}

.form_field_column {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px;
}

.form_field_row > * {
    width: 100%;
}

.form_field_row > *:not(:last-child) {
    margin-right: 15px;
}

.form_field_column > * {
    width: 100%;
}

.form_field_column > *:not(:last-child) {
    margin-bottom: 15px;
}

.form_site_ajax input {
    font-size: 16px;
    font-family: "Muller", sans-serif;
    padding: 13px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    border: none;
    -webkit-box-shadow: 0 0 13px rgb(0 0 0 / 14%);
    box-shadow: 0 0 13px rgb(0 0 0 / 14%);
    appearance: auto;
    font-display: swap;
}

.form_site_ajax button {
    position: relative;
    font-size: 16px;
    font-family: "Muller", sans-serif;
    border-radius: 10px;
    background: #b30f0f;
    color: #fff;
    border: none;
    padding: 15px 25px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 9;
    overflow: hidden;
    font-display: swap;
}

.form_site_ajax button:hover {
    background: #ff0000;
}

.form_site_ajax .form_btn_close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 7px;
    top: 7px;
    width: 36px;
    height: 36px;
    color: #333;
    border-radius: 50%;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
    cursor: pointer;
    transition-duration: 0.7s;
}

.form_site_ajax .form_btn_close:hover {
    transform: scale(1.2);
}

/* .fancybox-close-small {
    display: none;
} */


/*Стили загрузки каптчи*/
.loading_block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    background: #444444;
    justify-content: center;
}

.indicator,
.message {
    position: absolute;
    opacity: 0;
    z-index: 2;
    color: white;
    transition-duration: 0.8s;
}

.message {
    opacity: 1;
    font-size: 14px;
}

.loading_block:hover .message {
    opacity: 0;
}

.loading_block:hover .indicator {
    opacity: 1;
}

.progress_bar {
    position: absolute;
    background: #b30f0f;
    left: 0;
    width: 0;
    height: 100%;
    z-index: 1;
}


@media screen and (max-width: 768px) {
    .form_field_row {
        flex-direction: column;
    }

    .form_field_row > * {
        width: 100%;
    }

    .form_field_row > *:not(:last-child) {
        margin-bottom: 16px;
    }
}
/* End */


/* Start:/bitrix/templates/china/template_styles.css?1758062364291*/
#send_calculator_page_custom .b1_home_top_box_disp_form_item p {
    text-align: left;
    margin: 0 0 8px 0px;
}
.calculator .b1_home.b1_air {
    height: auto;
}
.footer_social{
    margin-bottom: 18px;
    display: flex;
    gap: 20px;
    flex-wrap: nowrap;
}
h2, h3 {
    width: 100%;
}
/* End */


/* Start:/bitrix/templates/china/css/fonts.css?177556543113314*/
/* @font-face {
    font-family: 'Muller';
    src: url('/bitrix/templates/china/css/../fonts/MullerUltraLight.eot');
    src: local('Muller UltraLight'), local('MullerUltraLight'),
        url('/bitrix/templates/china/css/../fonts/MullerUltraLight.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/china/css/../fonts/MullerUltraLight.woff2') format('woff2'),
        url('/bitrix/templates/china/css/../fonts/MullerUltraLight.woff') format('woff'),
        url('/bitrix/templates/china/css/../fonts/MullerUltraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muller';
    src: url('/bitrix/templates/china/css/../fonts/MullerBoldItalic.eot');
    src: local('Muller Bold Italic'), local('MullerBoldItalic'),
        url('/bitrix/templates/china/css/../fonts/MullerBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/china/css/../fonts/MullerBoldItalic.woff2') format('woff2'),
        url('/bitrix/templates/china/css/../fonts/MullerBoldItalic.woff') format('woff'),
        url('/bitrix/templates/china/css/../fonts/MullerBoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Muller';
    src: url('/bitrix/templates/china/css/../fonts/MullerMedium.eot');
    src: local('Muller Medium'), local('MullerMedium'),
        url('/bitrix/templates/china/css/../fonts/MullerMedium.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/china/css/../fonts/MullerMedium.woff2') format('woff2'),
        url('/bitrix/templates/china/css/../fonts/MullerMedium.woff') format('woff'),
        url('/bitrix/templates/china/css/../fonts/MullerMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muller';
    src: url('/bitrix/templates/china/css/../fonts/MullerExtraBoldItalic.eot');
    src: local('Muller ExtraBold Italic'), local('MullerExtraBoldItalic'),
        url('/bitrix/templates/china/css/../fonts/MullerExtraBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/china/css/../fonts/MullerExtraBoldItalic.woff2') format('woff2'),
        url('/bitrix/templates/china/css/../fonts/MullerExtraBoldItalic.woff') format('woff'),
        url('/bitrix/templates/china/css/../fonts/MullerExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Muller';
    src: url('/bitrix/templates/china/css/../fonts/MullerUltraLightItalic.eot');
    src: local('Muller UltraLight Italic'), local('MullerUltraLightItalic'),
        url('/bitrix/templates/china/css/../fonts/MullerUltraLightItalic.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/china/css/../fonts/MullerUltraLightItalic.woff2') format('woff2'),
        url('/bitrix/templates/china/css/../fonts/MullerUltraLightItalic.woff') format('woff'),
        url('/bitrix/templates/china/css/../fonts/MullerUltraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Muller';
    src: url('/bitrix/templates/china/css/../fonts/MullerRegular.eot');
    src: local('Muller Regular'), local('MullerRegular'),
        url('/bitrix/templates/china/css/../fonts/MullerRegular.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/china/css/../fonts/MullerRegular.woff2') format('woff2'),
        url('/bitrix/templates/china/css/../fonts/MullerRegular.woff') format('woff'),
        url('/bitrix/templates/china/css/../fonts/MullerRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muller';
    src: url('/bitrix/templates/china/css/../fonts/MullerBlackItalic.eot');
    src: local('Muller Black Italic'), local('MullerBlackItalic'),
        url('/bitrix/templates/china/css/../fonts/MullerBlackItalic.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/china/css/../fonts/MullerBlackItalic.woff2') format('woff2'),
        url('/bitrix/templates/china/css/../fonts/MullerBlackItalic.woff') format('woff'),
        url('/bitrix/templates/china/css/../fonts/MullerBlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Muller Hairline';
    src: url('/bitrix/templates/china/css/../fonts/MullerHairlineItalic.eot');
    src: local('Muller Hairline Italic'), local('MullerHairlineItalic'),
        url('/bitrix/templates/china/css/../fonts/MullerHairlineItalic.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/china/css/../fonts/MullerHairlineItalic.woff2') format('woff2'),
        url('/bitrix/templates/china/css/../fonts/MullerHairlineItalic.woff') format('woff'),
        url('/bitrix/templates/china/css/../fonts/MullerHairlineItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Muller';
    src: url('/bitrix/templates/china/css/../fonts/MullerHeavyItalic.eot');
    src: local('Muller Heavy Italic'), local('MullerHeavyItalic'),
        url('/bitrix/templates/china/css/../fonts/MullerHeavyItalic.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/china/css/../fonts/MullerHeavyItalic.woff2') format('woff2'),
        url('/bitrix/templates/china/css/../fonts/MullerHeavyItalic.woff') format('woff'),
        url('/bitrix/templates/china/css/../fonts/MullerHeavyItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Muller';
    src: url('/bitrix/templates/china/css/../fonts/MullerThinItalic.eot');
    src: local('Muller Thin Italic'), local('MullerThinItalic'),
        url('/bitrix/templates/china/css/../fonts/MullerThinItalic.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/china/css/../fonts/MullerThinItalic.woff2') format('woff2'),
        url('/bitrix/templates/china/css/../fonts/MullerThinItalic.woff') format('woff'),
        url('/bitrix/templates/china/css/../fonts/MullerThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Muller Hairline';
    src: url('/bitrix/templates/china/css/../fonts/MullerHairline.eot');
    src: local('Muller Hairline'), local('MullerHairline'),
        url('/bitrix/templates/china/css/../fonts/MullerHairline.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/china/css/../fonts/MullerHairline.woff2') format('woff2'),
        url('/bitrix/templates/china/css/../fonts/MullerHairline.woff') format('woff'),
        url('/bitrix/templates/china/css/../fonts/MullerHairline.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muller';
    src: url('/bitrix/templates/china/css/../fonts/MullerHeavy.eot');
    src: local('Muller Heavy'), local('MullerHeavy'),
        url('/bitrix/templates/china/css/../fonts/MullerHeavy.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/china/css/../fonts/MullerHeavy.woff2') format('woff2'),
        url('/bitrix/templates/china/css/../fonts/MullerHeavy.woff') format('woff'),
        url('/bitrix/templates/china/css/../fonts/MullerHeavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muller';
    src: url('/bitrix/templates/china/css/../fonts/MullerThin.eot');
    src: local('Muller Thin'), local('MullerThin'),
        url('/bitrix/templates/china/css/../fonts/MullerThin.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/china/css/../fonts/MullerThin.woff2') format('woff2'),
        url('/bitrix/templates/china/css/../fonts/MullerThin.woff') format('woff'),
        url('/bitrix/templates/china/css/../fonts/MullerThin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muller';
    src: url('/bitrix/templates/china/css/../fonts/MullerLightItalic.eot');
    src: local('Muller Light Italic'), local('MullerLightItalic'),
        url('/bitrix/templates/china/css/../fonts/MullerLightItalic.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/china/css/../fonts/MullerLightItalic.woff2') format('woff2'),
        url('/bitrix/templates/china/css/../fonts/MullerLightItalic.woff') format('woff'),
        url('/bitrix/templates/china/css/../fonts/MullerLightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Muller';
    src: url('/bitrix/templates/china/css/../fonts/MullerLight.eot');
    src: local('Muller Light'), local('MullerLight'),
        url('/bitrix/templates/china/css/../fonts/MullerLight.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/china/css/../fonts/MullerLight.woff2') format('woff2'),
        url('/bitrix/templates/china/css/../fonts/MullerLight.woff') format('woff'),
        url('/bitrix/templates/china/css/../fonts/MullerLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muller';
    src: url('/bitrix/templates/china/css/../fonts/MullerBlack.eot');
    src: local('Muller Black'), local('MullerBlack'),
        url('/bitrix/templates/china/css/../fonts/MullerBlack.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/china/css/../fonts/MullerBlack.woff2') format('woff2'),
        url('/bitrix/templates/china/css/../fonts/MullerBlack.woff') format('woff'),
        url('/bitrix/templates/china/css/../fonts/MullerBlack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muller';
    src: url('/bitrix/templates/china/css/../fonts/MullerBold.eot');
    src: local('Muller Bold'), local('MullerBold'),
        url('/bitrix/templates/china/css/../fonts/MullerBold.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/china/css/../fonts/MullerBold.woff2') format('woff2'),
        url('/bitrix/templates/china/css/../fonts/MullerBold.woff') format('woff'),
        url('/bitrix/templates/china/css/../fonts/MullerBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muller';
    src: url('/bitrix/templates/china/css/../fonts/MullerExtraBold.eot');
    src: local('Muller ExtraBold'), local('MullerExtraBold'),
        url('/bitrix/templates/china/css/../fonts/MullerExtraBold.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/china/css/../fonts/MullerExtraBold.woff2') format('woff2'),
        url('/bitrix/templates/china/css/../fonts/MullerExtraBold.woff') format('woff'),
        url('/bitrix/templates/china/css/../fonts/MullerExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muller Regular';
    src: url('/bitrix/templates/china/css/../fonts/MullerRegularItalic.eot');
    src: local('Muller Regular Italic'), local('MullerRegularItalic'),
        url('/bitrix/templates/china/css/../fonts/MullerRegularItalic.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/china/css/../fonts/MullerRegularItalic.woff2') format('woff2'),
        url('/bitrix/templates/china/css/../fonts/MullerRegularItalic.woff') format('woff'),
        url('/bitrix/templates/china/css/../fonts/MullerRegularItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Muller';
    src: url('/bitrix/templates/china/css/../fonts/MullerMediumItalic.eot');
    src: local('Muller Medium Italic'), local('MullerMediumItalic'),
        url('/bitrix/templates/china/css/../fonts/MullerMediumItalic.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/china/css/../fonts/MullerMediumItalic.woff2') format('woff2'),
        url('/bitrix/templates/china/css/../fonts/MullerMediumItalic.woff') format('woff'),
        url('/bitrix/templates/china/css/../fonts/MullerMediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
} */

/* Anpia */

/* 100 */
@font-face {
    font-family: 'Montserrat';
    src: url('/bitrix/templates/china/css/../fonts/Montserrat-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('/bitrix/templates/china/css/../fonts/Montserrat-ThinItalic.woff2') format('woff2');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

/* 200 */
@font-face {
    font-family: 'Montserrat';
    src: url('/bitrix/templates/china/css/../fonts/Montserrat-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('/bitrix/templates/china/css/../fonts/Montserrat-ExtraLightItalic.woff2') format('woff2');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

/* 300 */
@font-face {
    font-family: 'Montserrat';
    src: url('/bitrix/templates/china/css/../fonts/Montserrat-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('/bitrix/templates/china/css/../fonts/Montserrat-LightItalic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* 400 */
@font-face {
    font-family: 'Montserrat';
    src: url('/bitrix/templates/china/css/../fonts/Montserrat-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('/bitrix/templates/china/css/../fonts/Montserrat-Italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* 500 */
@font-face {
    font-family: 'Montserrat';
    src: url('/bitrix/templates/china/css/../fonts/Montserrat-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('/bitrix/templates/china/css/../fonts/Montserrat-MediumItalic.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* 600 */
@font-face {
    font-family: 'Montserrat';
    src: url('/bitrix/templates/china/css/../fonts/Montserrat-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('/bitrix/templates/china/css/../fonts/Montserrat-SemiBoldItalic.woff2') format('woff2');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

/* 700 */
@font-face {
    font-family: 'Montserrat';
    src: url('/bitrix/templates/china/css/../fonts/Montserrat-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('/bitrix/templates/china/css/../fonts/Montserrat-BoldItalic.woff2') format('woff2');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* 800 */
@font-face {
    font-family: 'Montserrat';
    src: url('/bitrix/templates/china/css/../fonts/Montserrat-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('/bitrix/templates/china/css/../fonts/Montserrat-ExtraBoldItalic.woff2') format('woff2');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

/* 900 */
@font-face {
    font-family: 'Montserrat';
    src: url('/bitrix/templates/china/css/../fonts/Montserrat-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('/bitrix/templates/china/css/../fonts/Montserrat-BlackItalic.woff2') format('woff2');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

/* End */


/* Start:/bitrix/templates/china/css/main.css?177556543161133*/
/*wtf is this fix(i had no other way to fix fast, but like that), trust me, when i am seeing these style files, i just wanna quit this job(*/
/*For mobile from windonw on main page, also it will affect others*/
@media only screen and (max-width: 599px){
    .b1_home_top_box_disp_form{
        flex-direction: column;
    }
    .b1_home_top_box_disp_form_item{
        width:100% !important;
    }
    .b1_home_top_box_disp_form_item:first-child {
        margin-bottom: 0 !important;
    }
    .b1_home_top_box_disp_form_item:nth-child(2) {
        margin-bottom: 10px !important;
    }
	.button_form .widebtn{
		width:100% !important;
	}
	.form_input{
		max-width:100% !important;
	}
	.widebtn{
		width:100% !important;
	}
	.button_form{
		width:100% !important;
	}
}

.mobile_menu_top img {
    width: 175px;
    height: 64px;
}

/*Funky stuff for forms*/
.custom_form .b1_home_top_box_disp_form{
	/*flex-wrap: nowrap;*/
	max-width: 850px;
	margin: 0 auto;
}

.b1_air_form_tx2 {
    color: #333;
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
    margin: 10px 15px 20px;
}

.sea-page .b1_air_form .b1_air_form_tx2,
.air-page .b1_air_form .b1_air_form_tx2 {
    margin-left: 0;
}

.b1_air_form_tx2 a {
    color: #333;
    border-bottom: 1px solid;
}

.custom_form{
	margin-top: 20px;
}
/*Form margin for all pages*/
.feedback_form_custom{
    margin-top: 100px;
}

/*hide unloaded videos*/
.no_activ{
    display: none;
}

.slick-slide div{
	display: flex;
	justify-content: space-between;
}
.custom_red{
    background: #d11919;
    color: #fff;
    text-decoration: none !important;
    padding: 5px 8px 4px 8px;
    pointer-events: none !important;
}
/*End of small adjustments*/

a {
    text-decoration: none;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    color: #1c1c1c;
    cursor: pointer;
}
.page a.link {
    color: #ff0000;
    cursor: pointer;
}
.page a.link:hover {
    text-decoration: underline;
}

body {
    margin: 0;
    font-family: 'Montserrat';
    color: #2A2728;
}

:focus {
    outline: none;
}

input {
    -webkit-appearance: none;
}

* {
    -webkit-appearance: none;
}

.grecaptcha-badge {
    display: none;
}

.main {
    width: 1140px;
    margin: 0 auto;
}

header {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 21;
}

.lazy {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    display: block;
}

img:not([src]):not([srcset]) {
    opacity: 0;
    display: block;
    min-width: 30px;
    min-height: 30px;
}

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 0;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: center;
}

.header_bg {
    position: fixed;
    width: 100%;
    top: 0;
}

.b1_home_top_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0 0;
}

.hd_menu > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hd_menu > ul li {
    /* font-size: 22px; */
	 font-size: 20px;
    font-weight: 600;
    position: relative;
    cursor: default;
}

.hd_menu > ul li.item-selected span {
    color: #b30f0f;
}

.hd_menu {
    padding: 0 0 0px 50px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media screen and (min-width: 1024px) {
.b1_home_top_box_disp{
    width: 700px;

}
}

.b1_home_top_box_disp_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 780px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px;
}

.b1_home_top_box_disp_zg {
    font-size: 25px;
    font-weight: 600;
    margin: 0 0 3vh;
    line-height: 40px;
}

.b1_home_top_box_disp_form_item p {
    font-size: 16px;
    margin: 0 0 8px 15px;
}
/*.b1_home_top_box_disp_form_item:last-child{
    margin-bottom: 15px;
}*/

.form_input {
    font-size: 15px;
    font-family: "Montserrat";
    padding: 13px 15px;
    max-width: 185px;
    height: 44px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    border: none;
    -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.14);
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.14);
    position: relative;
}
#send_calculator_page_custom .form_input{
    max-width: 100%;
}
select.form_input{
    appearance: auto;
}
.b1_home_top_box_disp_form_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin: 0 0 23px;
}
#send_calculator_page_custom .b1_home_top_box_disp_form_item{
    width: calc(50% - 15px);
}
#send_calculator_page_custom .category-info{    
    padding-top: 30px;
}

.button_form {
    font-size: 19px;
    font-weight: 500;
    font-family: "Montserrat";
    border-radius: 10px;
    background: #b30f0f;
    color: #fff;
    border: none;
    width: 190px;
    height: 44px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative;
    z-index: 9;
    padding: 0 20px;
}

.widebtn{
    /* width: 250px; */
    width: 100%;
}

.b1_home_top_box_info_phone a {
    font-size: 27px;
    font-weight: 600;
}

.b1_home_top_box_info_phone p {
    font-size: 17px;
    font-weight: 300;
    font-style: italic;
    margin: 5px 0 0 0;
}

.b1_home_top_box_info_phone {
    margin: 0px 0 30px;
}

.b1_home_top_box_info_email a {
    font-size: 25px;
    font-weight: 600;
}

.b1_home_top_box_info_download p {
    font-size: 25px;
    font-weight: 600;
    margin: 0 0 20px;
}

.b1_home_top_box_info_email {
    margin: 0 0 35px 0px;
}

.b1_home_top_box_info_download_a a {
    display: block;
    font-size: 17px;
    margin: 0 0 20px 10px;
    -webkit-text-decoration: revert;
    text-decoration: revert;
    color: #333 !important;
}

.hd_submenu_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none;
    background: #fff;
    padding: 15px 20px 10px 20px;
    white-space: nowrap;
    box-shadow: #0003 2px 2px 10px;
    margin-left: -20px;
    /*width: 180px;*/
}

.hd_menu > ul > li:before {
    position: absolute;
    content: '';
    height: 3px;
    width: 100%;
    background: none;
    bottom: -6px;
    left: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.hd_menu > ul > li:hover:before {
    background: #ff0000;
}

.button_form:hover {
    background: #ff0000;
}

ul.hd_submenu_box li {
    font-size: 19px;
    font-weight: 400;
    margin: 0 0 11px;
}

.hd_menu > ul > li/*:nth-child(1)*/:hover .hd_submenu {
    display: block;
}

.hd_submenu {
    position: absolute;
    display: none;
    padding: 10px 0 0;
}

ul.hd_submenu_box a:hover {
    text-decoration: underline;
}

.b1_home_top {
    padding: 120px 0 30px;
    background: url(/bitrix/templates/china/css/../img/b1_fon-2.jpg) no-repeat center top;
    background-size: cover;
    background-color: #f3f4f8;
}

.hd_logo img {
    width: 140px;
    height: 51px;
}

.hd_menu_button button {
    width: 27px;
    height: 27px;
    background: none;
    border: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 11px;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile_menu_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0000005c;
    z-index: 100;
}

.hamburger .bar1 {
    -webkit-transform-origin: 5%;
    -ms-transform-origin: 5%;
    transform-origin: 5%;
}

.hamburger .bar4 {
    -webkit-transform-origin: 5%;
    -ms-transform-origin: 5%;
    transform-origin: 5%;
}

.checkbox:checked + label > .hamburger > .bar1 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 3px;
    width: 30px;
    left: 15px;
}

.checkbox:checked + label > .hamburger > .bar3 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 3px;
    background-color: transparent;
}

.checkbox:checked + label > .hamburger > .bar2 {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 3px;
    background-color: transparent;
}

.checkbox:checked + label > .hamburger > .bar4 {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 3px;
    width: 30px;
    left: 15px;
}

.menu_container {
    z-index: 9999;
}

.hamburger {
    margin: 0 auto;
    width: 50px;
    height: 50px;
    position: relative;
    display: block;
    cursor: pointer;
}

.hamburger .bar {
    padding: 0;
    width: 30px;
    height: 2px;
    background-color: #1c1c1c;
    display: block;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    border-radius: 6px;
}

.bar1 {
    top: 15px;
    left: 11px;
}

.bar2, .bar3 {
    top: 25px;
    left: 11px;
}

.bar3 {
    right: 10px;
}

.bar4 {
    bottom: 13px;
    left: 11px;
}

.burMenu {
    display: none;
}

.menu_container label {
    padding: 0;
    display: block;
    width: 47px;
    height: 47px;
}

.mobile_menu_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0000005c;
    z-index: 100;
}

.mobile_menu_container {
    -webkit-transform: translateX(-800px);
    -ms-transform: translateX(-800px);
    transform: translateX(-800px);
    width: 38%;
    overflow: hidden;
    z-index: 9999;
    background: #edf1f6;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.mobile_menu_container.loaded {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.hd_menu_button {
    display: none;
}

.b1_home_bottom {
    height: calc(100vh - 445px);
    background: url(/bitrix/templates/china/css/../img/b1_fon.webp) no-repeat center top;
    background-size: cover;
    max-height: 560px;
    min-height: 422px;
    background-color: #3e4245;
}

.b3_home {
    background-size: cover;
    overflow: hidden;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.b3_home_content_zg {
    margin: 0;
    font-size: 28px;
    font-weight: 600; /* padding: 7.3vh 0 4.5vh; */
    padding: clamp(30px, 7.3vh, 73px) 0 clamp(25px, 4.5vh, 45px);
    letter-spacing: 3.33px;
}

.b3_home_box {
    position: relative;
    margin: 0 0 0 340px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.b3_home_box:before {
    position: absolute;
    content: '';
    width: 200%;
    height: 100%;
    left: 0;
    top: 0;
    background: #ffffffbf;
    -webkit-box-shadow: -1px 0px 11px 0px #ffffffcf;
    box-shadow: -1px 0px 11px 0px #ffffffcf;
}

.b3_home_lf {
    position: relative;
    padding: 0 0 0 35px;
    height: 100vh;
    max-height: 1005px;
}

.b3_home_content_box_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; /* margin: 0px 0 30px; */
    margin: 0 0 3vh;
    margin: 0 0 clamp(10px, 3vh, 30px);
}

.b3_home_content_box_item_num p {
    font-style: italic;
    color: #b30f0e;
    font-size: 11vh;
    font-size: clamp(70px, 11vh, 110px);
    font-weight: 800;
    margin: 0;
    width: 8.2vh;
    width: clamp(80px, 8.2vh, 82px);
    text-align: center;
    position: relative;
}

.b3_home_content_box_item_info p {
    font-size: 2.1vh;
    margin: 0;
    line-height: 2vh;
    line-height: clamp(16px, 2vh, 21px);
    font-weight: 500;
    font-size: clamp(15px, 2.1vh, 21px);
    font-size: clamp(16px, 2.1vh, 21px);
}

.b3_home_content_box_item_info {
    padding: 20px 60px;
    width: 565px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    background: #fff;
    margin: 0px 0 0 -40px;
}

.b3_home_content_box_item_info p:nth-child(1) {
    font-weight: 600; /* margin: 0 0 1.3vh; */
    margin: 0 0 clamp(5px, 1.3vh, 13px);
}

.b3_home_rg {
    position: relative;
    /* margin: 0px 0px 0px -330px; */
    margin: 0px 0px 0px -230px;
}

.b3_home_info {
    position: absolute;
    bottom: 270px;
    left: 300px;
}

.b3_home_info_name {
    font-size: 3vh;
    font-size: clamp(21px, 3vh, 30px);
    font-weight: 500;
    color: #fff;
    background: rgba(0, 0, 0, 0.57);
    padding: 11px 65px 8px 21px;
    margin: 0 0 10px;
}

.b3_home_info_work {
    font-size: 2.7vh;
    font-size: clamp(18px, 2.7vh, 27px);
    font-weight: 500;
    color: #fff;
    background: rgba(178, 16, 16, 0.6);
    padding: 11px 25px 8px 21px;
    display: table;
    margin: 0;
}

.b3_home_content_zg span {
    background: #b30f0e;
    color: #fff;
    padding: 10px 12px 7px 12px;
}

.b3_home_img img {
    width: 68vh;
    max-width: 686px;
    /* min-width: 500px; */
}

.b1_home_top_box_disp_zg span {
    background: #b30f0e;
    color: #fff;
    padding: 4px 12px 5px 12px;
}

.b2_home_box2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.13);
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.13);
    padding: 7px 0px 7px 7px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    position: relative;
    border-radius: 10px;
    background: #fff;
}

.b2_home_box2_item_tx1 {
    font-size: 25px;
    font-weight: 600;
    margin: 0 0 30px;
}

.b2_home_box2_item_tx2 {
    font-size: 20px;
    margin: 0;
    min-width: 250px;
}

.b2_home_box2_item_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px 0 0 23px;
}

.b2_home_box2_item {
    border-right: 1px solid #e2e2e2;
}

.b2_home_box2_item:nth-child(1) .b2_home_box2_item_img {
    margin: 0 0 0 10px;
}

.b2_home_box2_item_dop {
    font-size: 20px;
    margin: 0 0 0 23px;
}

.b2_home_box2_item:nth-child(2) .b2_home_box2_item_img {
    margin: -10px 0 0;
}

.b2_home_box2_item:nth-child(3) .b2_home_box2_item_img {
    margin: -27px 0 0 6px;
}

.b2_home_box2_item:nth-child(4) .b2_home_box2_item_img {
    margin: -27px 0 0;
}

.b2_home_box2_item:last-child {
    margin: 0;
    border: none !important;
    padding: 0 0 10px;
}

.b4_home {
    padding: 0 0 4vh;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.b4_home_tx {
    font-size: clamp(18px, 2.2vh, 22px);
    line-height: 2.4vh;
    margin: 1vh 0 1vh;
}

.b4_home_box1_bx {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 475px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.b4_home_box1_bx_item {
    margin-top: 5vh;
}
.b4_home_box1_bx_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
}

.b4_home_box1_bx_img img {
    margin: auto;
}

.b4_home_box1_bx_tx {
    font-size: 18px;
    font-weight: 600;
    margin: 1vh 0 0;
    position: relative;
}

.b4_home_box1_bx_tx:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 4px;
    background: #d11919;
    bottom: -5px;
}

.b4_home_box2 {
    margin: 2vh 0 0;
}

.b4_home_box2 .b4_home_tx {
    text-align: center;
    margin: 3vh 0 10vh;
}

.b4_home_box2_bx {
    -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.18);
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.18);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 10px;
    padding: 8px;
    margin: 0 0 2vh;
}

.b4_home_box2_lf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-right: 1px solid #e0e0e0;
    padding: 0px 0 0px 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 550px;
}

.b4_home_box2_rg {
    padding: 10px 50px 20px 30px;
    width: 100%;
}

.b4_home_box2_rg_bx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.b4_home_box2_lf_lf_zag p {
    margin: 0;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 1.56px;
    line-height: 25px;
}

.b4_home_box2_lf_lf_zag p:nth-child(2) {
    -webkit-transform: translateX(46px);
    -ms-transform: translateX(46px);
    transform: translateX(46px);
}

.b4_home_box2_lf_lf {
    border-right: 1px solid #e0e0e0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 235px;
    position: relative;
    z-index: 9;
    padding: 10px 0 0 0;
}

.b4_home_box2_lf_rg {
    -ms-flex-item-align: end;
    align-self: flex-end;
    padding: 0 30px 16px 40px;
    position: relative;
}

.b4_home_box2_lf_lf_img {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.b4_home_box2_lf_rg_tx p:nth-child(1) {
    font-size: 23px;
    font-weight: 600;
    margin: 0 0 15px;
    text-align: right;
}

.b4_home_box2_lf_rg_tx p:nth-child(2) {
    font-size: 21px;
    margin: 0;
}

.b4_home_box2_lf_lf_zag {
    margin: 0px 0 -5px;
}

.b4_home_box2_rg_item_tx {
    margin: 13px 0 0 0;
    text-align: center;
    font-weight: 500;
    text-decoration: underline;
}

.b4_home_box2_rg_item img {
    height: 82px;
}

.b4_home_box2_rg .b4_home_box2_lf_lf_zag {
    margin: 0px 0 10px;
}

.b4_home_box2_lf_rg:before {
    position: absolute;
    content: '';
    width: 343px;
    height: 111px;
    background: url(/bitrix/templates/china/css/../img/b4_dot_1.jpg) no-repeat center;
    left: -68px;
    top: -110px;
}

.b4_home_box2_rg_item_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.b4_home_box2_rg_item_img:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.b4_home_box2_rg_item.video .b4_home_box2_rg_item_img:before {
    background: url(/bitrix/templates/china/css/../img/b4_vid_ic.png);
    width: 44px;
    height: 44px;
}

.b4_home_box2_rg_item.photo .b4_home_box2_rg_item_img:before {
    background: url(/bitrix/templates/china/css/../img/b4_ph_ic.png);
    width: 48px;
    height: 40px;
}

.b4_home_box2_bx.mebel .b4_home_box2_lf_rg:before {
    background: url(/bitrix/templates/china/css/../img/b4_dot_2.jpg) no-repeat center;
    width: 326px;
    height: 132px;
    top: -135px;
    left: -88px;
}

.b4_home_box2_bx.mebel .b4_home_box2_lf_lf_zag {
    margin: 0px 0 18px;
}

.b4_home_box2_lf_rg_tx {
    position: relative;
}

.b4_home_box3_tx {
    font-size: 25px;
    font-weight: 600;
    line-height: 45.55px;
    text-align: center;
    margin: 3vh 0 0;
}

.b4_home_box3_tx span {
    background: #d11919;
    color: #fff;
    text-decoration: underline;
    padding: 5px 8px 4px 8px;
}

.footer { /* background: url(/bitrix/templates/china/css/../img/footer_fon.jpg) no-repeat center top; */
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #141411;
    position: relative;
    z-index: 20;
}

.footer .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #fff;
    height: 100vh;
    /*max-height: 790px;*/
    min-height: 560px;
    padding: 0 0 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.footer_lf_box_zg {
    font-size: 25px;
    font-weight: 600;
    margin: 0 0 24px;
}

.footer_lf_box_tx {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 20px;
    line-height: 24px;
}

.footer_lf_box [href] {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 500;
}

.footer_lf_box {
    margin: 0 0 30px;
    padding: 0 0 30px;
    border-bottom: 1px solid #efefef;
}

.footer_lf_box:last-child {
    border: none;
    margin: 0;
    padding: 0;
}

.footer_lf_box:last-child .footer_lf_box_tx {
    margin: 0;
}

.footer_rg .footer_lf_box_a {
    font-size: 19px;
    -webkit-text-decoration: revert;
    text-decoration: revert;
    margin-bottom: 18px;
}

.footer_rg span.footer_lf_box_a {
    font-weight: bold;
    color: #f11;
    text-decoration: underline;
    display: inline-block;
}

.footer_rg .footer_lf_box_a:first-child {
    margin-top: 14px;
}

.footer_rg .footer_lf_box_a:last-child {
    margin-bottom: 10px;
}


.b4_home .b3_home_content_zg {
    padding: 5.3vh 0 2.5vh;
}

.play_vid {
    width: 24vh;
    height: 24vh;
    background: url(/bitrix/templates/china/css/../img/play.png);
    display: table;
    background-size: cover;
    max-width: 216px;
    max-height: 216px;
}

.play_vid:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.b2_home {
    background: url(/bitrix/templates/china/css/../img/b2_fon.webp) no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.b2_home_box1_img2 {
    position: absolute;
    right: 0;
    bottom: clamp(190px, 23vh, 140px);
}

.b2_home_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 10vh;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.b2_home_box1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.b2_home_box1_tx {
    font-size: 25px;
    font-weight: 600;
    margin: 0 0 36px;
    text-align: center;
    border-top: 1px solid #eaeaea;
    padding: 41px 0 0;
}

.b2_home_box1_img2 img {
    width: 38.6vh;
    min-width: 320px;
    max-width: 347px;
}

.b2_article_box1_tx {
    font-size: 25px;
    font-weight: 600;
    margin: 0 0 36px;
    text-align: center;
    padding: 41px 0 0;
}

video {
    display: table;
}

.message {
    width: 100% !important;
    max-width: 400px !important;
    text-align: center !important;
    padding: 48px 0;
}

.message h2 {
    text-transform: uppercase;
    margin: 0;
}

.message p {
    font-size: 20px;
    line-height: 140%;
    font-weight: 200;
    max-width: 312px;
    margin: 11px auto 0;
}

/* a[href^="javascript"] {
    opacity: 0.2;
} */

.b4_home_box3_tx span a {
    color: #fff;
}

.b4_home_box3_tx span:hover {
    background: #bd1212;
}


.b2_home_bg {
    position: relative;
    /* padding: 50px 0 0; */
}

.b2_home_bg video {
    width: 100%;
    mix-blend-mode: darken;
    max-height: 59vh;
}

.b2_home_box1_img1 {
    position: absolute;
    top: 12%;
    z-index: 9;
}

.b2_home_box1_img1 img {
    width: 193px;
}

/* COOKE BOX START */
.cooke_box {
    background: -o-linear-gradient(328.72deg, rgba(255, 255, 255, 0) 13.78%, rgba(241, 241, 241, 0.41) 97.15%), #FFFFFF;
    background: linear-gradient(121.28deg, rgba(255, 255, 255, 0) 13.78%, rgba(241, 241, 241, 0.41) 97.15%), #FFFFFF;
    -webkit-box-shadow: 14px 39px 36px -30px rgba(53, 67, 94, 0.09);
    box-shadow: 14px 39px 36px -30px rgba(53, 67, 94, 0.09);
    border-radius: 11px; /* position: fixed; */
    z-index: 99999;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 288px;
    padding: 24px 25px;
    position: relative;
    overflow: hidden;
}

.cooke_box p {
    max-width: 550px;
    font-weight: 500;
    font-size: 14px;
    line-height: 143.3%;
    color: #35435E;
}

.cooke_box p a {
    font-weight: 600;
    border-bottom: 1px solid;
    color: #35435E;
    font-size: 12px;
}

.cooke__true {
    height: 39px;
    width: 133px;
    background: #b30f0f;
    border: 0;
    border-radius: 10px;
    color: #fff;
    font-family: 'Montserrat';
    font-size: 15px;
    transition: 0.3s;
    cursor: pointer;
}

.cooke__true:hover {
    background: #900e0e;
}

.cooke_bg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #c8c8c87a;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}

body.no_scrl {
    overflow: hidden;
}

/* COOKE BOX  END */
button.mt_bt {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='%23b30f0e' x='0px' y='0px' width='486.547px' height='486.547px' viewBox='0 0 486.547 486.547' style='enable-background:new 0 0 486.547 486.547;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M251.568,68.851c-6.199,0-11.56,2.264-16.083,6.787l-118.991,76.164H22.871c-6.2,0-11.561,2.265-16.083,6.787 C2.258,163.117,0,168.472,0,174.665v137.217c0,6.199,2.264,11.561,6.787,16.083c4.522,4.529,9.884,6.787,16.083,6.787h93.624 l118.998,76.157c4.522,4.529,9.883,6.787,16.083,6.787c6.193,0,11.549-2.265,16.078-6.787c4.521-4.522,6.787-9.884,6.787-16.083 V91.721c0-6.193-2.266-11.555-6.787-16.083C263.117,71.121,257.762,68.851,251.568,68.851z'/%3E%3Cpath d='M379.881,293.84c10.123-15.6,15.184-32.454,15.184-50.563c0-18.103-5.061-35.019-15.184-50.741 c-10.129-15.722-23.525-26.8-40.203-33.232c-2.387-1.187-5.361-1.787-8.934-1.787c-6.201,0-11.555,2.203-16.078,6.609 c-4.529,4.413-6.787,9.829-6.787,16.261c0,5,1.432,9.235,4.291,12.687c2.857,3.458,6.309,6.432,10.359,8.935 c4.047,2.503,8.098,5.245,12.148,8.219c4.047,2.98,7.504,7.209,10.361,12.687c2.859,5.484,4.291,12.271,4.291,20.367 c0,8.104-1.432,14.891-4.291,20.368c-2.857,5.483-6.314,9.712-10.361,12.687c-4.051,2.98-8.102,5.716-12.148,8.219 c-4.051,2.503-7.502,5.483-10.359,8.936c-2.859,3.458-4.291,7.681-4.291,12.687c0,6.433,2.264,11.854,6.787,16.261 c4.523,4.413,9.883,6.609,16.076,6.609c3.574,0,6.549-0.594,8.936-1.787C356.355,320.584,369.752,309.446,379.881,293.84z'/%3E%3Cpath d='M375.773,74.97c-3.096-1.187-6.199-1.787-9.289-1.787c-6.199,0-11.561,2.265-16.084,6.787 c-4.529,4.529-6.787,9.89-6.787,16.083c0,9.29,4.645,16.322,13.936,21.083c13.342,6.916,22.387,12.148,27.16,15.722 c17.625,12.864,31.383,29.003,41.273,48.421c9.885,19.419,14.828,40.08,14.828,61.996c0,21.922-4.943,42.583-14.828,62.002 c-9.891,19.419-23.646,35.557-41.273,48.421c-4.768,3.574-13.818,8.813-27.16,15.723c-9.291,4.768-13.936,11.793-13.936,21.083 c0,6.2,2.266,11.562,6.787,16.084c4.523,4.528,10.006,6.787,16.439,6.787c2.857,0,5.832-0.594,8.934-1.787 c33.348-14.052,60.148-36.506,80.398-67.356c20.246-30.852,30.375-64.499,30.375-100.95c0-36.45-10.129-70.092-30.375-100.949 C435.922,111.476,409.121,89.028,375.773,74.97z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    width: 60px;
    height: 60px;
    background-size: contain;
    border: 0;
    padding: 0;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 13%;
    opacity: 1;
    transition: 0.3s;
    z-index: 9;
    background-color: #fff0;
    transition: 0.3s;
    background-repeat: no-repeat;
    background-position: center;
}

.bt_play {
    background: url("data:image/svg+xml,%0A%3Csvg fill='none' height='512' viewBox='0 0 24 24' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23b30f0e'%3E%3Cpath d='m2.75 12c0-5.10863 4.14137-9.25 9.25-9.25 5.1086 0 9.25 4.14137 9.25 9.25 0 1.1403-.206 2.2308-.5822 3.2375-.1449.388.0521.8201.4401.9651.388.1449.8201-.0521.965-.4401.438-1.172.6771-2.4402.6771-3.7625 0-5.93706-4.8129-10.75-10.75-10.75-5.93706 0-10.75 4.81294-10.75 10.75 0 5.9371 4.81294 10.75 10.75 10.75.5473 0 1.0855-.041 1.6116-.1201.4096-.0616.6917-.4436.6301-.8532-.0617-.4096-.4437-.6917-.8533-.6301-.4524.0681-.9161.1034-1.3884.1034-5.10863 0-9.25-4.1414-9.25-9.25z'/%3E%3Cpath d='m16.75 17c0-.4142-.3358-.75-.75-.75s-.75.3358-.75.75v4c0 .4142.3358.75.75.75s.75-.3358.75-.75z'/%3E%3Cpath d='m19 16.25c.4142 0 .75.3358.75.75v4c0 .4142-.3358.75-.75.75s-.75-.3358-.75-.75v-4c0-.4142.3358-.75.75-.75z'/%3E%3Cpath d='m9.63048 8.34735c.23513-.13313.52372-.12949.75542.00953l5 3.00002c.2259.1355.3641.3797.3641.6431s-.1382.5076-.3641.6431l-5 3c-.2317.139-.52029.1427-.75542.0095-.23514-.1331-.38048-.3824-.38048-.6526v-6c0-.2702.14534-.51952.38048-.65265z'/%3E%3C/g%3E%3C/svg%3E");
    width: 60px;
    height: 60px;
    background-size: contain;
    border: 0;
    padding: 0;
    cursor: pointer;
    position: absolute;
    right: 80px;
    top: 13%;
    opacity: 0.5;
    transition: 0.3s;
    z-index: 9;
}

.bt_play:hover {
    opacity: 1;
}

.cooke_box img {
    position: absolute;
    right: 0;
}

.coock_zg {
    font-weight: 600;
    font-size: 21px;
    line-height: 145%;
}

.otz_gal a span img {
    width: auto;
    height: 118px;
}

a.root-item-selected,
span.root-item-selected {
    border-bottom: 3px solid #ff0000;
    padding: 0 0 3px;
}

.hd_menu_list li a.root-item-selected,
.hd_menu_list li span.root-item-selected {
    border-bottom: 2px solid #ff0a00;
}

.tm_b4 {
    margin: 0 0 -19px;
}

.sea-page .b1_home {
    margin: 0 !important;
}

.ful_bg.air-page .b1_home.b1_air {
    margin: 0 !important;
}

.b2_home_box2_item_text {
    max-width: 110px;
}

.b2_home_box2_item:last-child .b2_home_box2_item_text {
    max-width: 130px;
}

nav.pagination-tm {
    margin-bottom: 20px;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    list-style-type: none;
    padding: 0;
}

.pagination .page-item {
    margin: 0 min(10px, 1vw);
}

.pagination .page-item .page-link {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 12px;
    color: #000000;
    justify-content: center;
    border-radius: 20%;
    box-shadow: none !important;
}

.pagination .page-item.active .page-link {
    background: #d12222;
    font-weight: bold;
    color: #fff;
}

.pagination .page-item:last-child {
    margin-left: 20px;
}

.pagination .page-item:first-child {
    margin-right: 20px;
}

.pagination .page-item .page-arrow {
    color: #d12222;
    font-size: 30px;
}

.pagination .page-item:hover {
    opacity: 0.9;
}

.page-link-back,
.page-link-next {
    background-color: #d12222;
    color: #ffffff;
    padding: 10px 7px 5px;
    border-radius: 20%;
    font-size: 24px;
}

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

.list_box_item {
    padding: 28px 28px 40px 28px;
    -webkit-box-shadow: 0 0 14px rgb(0 0 0 / 18%);
    box-shadow: 0 0 14px rgb(0 0 0 / 18%);
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background: no-repeat 100% #fff;
    background-size: auto 101%;
    position: relative;
    flex: 0 0 49%;
    margin-bottom: max(20px, 2%);
}

.list_box_item:nth-child(5n) {
    flex: 0 0 100%;
}

.list_box_text {
    max-width: 76%;
    position: relative;
}

.list_tx_zag p {
    font-size: clamp(20px, 2.5vh, 25px);
    font-weight: 600;
    margin: 0 0 clamp(20px, 3.6vh, 36px);
}

.list_tx_opis p{
    font-size: clamp(18px, 2vh, 20px);
    font-weight: 500;
    line-height: clamp(18px, 2.2vh, 22px);
    margin: 0 0 10px;
}

.item_format {
    padding: 10px;
    flex: 0 0 30% !important;
    min-height: 100px;
    height: auto;
    display: flex;
    align-items: center;
}

.item_format .list_tx_zag p {
    position: relative;
    font-size: 18px;
    margin: 10px;
    z-index: 2;
}

.header_top_bg {
    background-color: #b30f0e;
    height: 35px;
}

.header_top {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

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

.header_block .main {
    height: 100%;
}

.header_icon {
    margin-right: 5px;
}

.header_text {
    padding-top: 2px;
}

.header_icon,
.header_text {
    color: white;
}

.header_search {
    cursor: pointer;
}

.search_block {
    display: flex;
    position: absolute;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.search_line {
    width: 100%;
    height: 90%;
    border: 0;
    font-size: 18px;
    padding: 0 70px 0 12px;
}

.hide_block {
    display: none !important;
}

.search_block .search_btn,
.search_block .search_close {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 100%;
    right: 0;
    cursor: pointer;
}

.search_block .search_btn {
    right: 30px;
    border: 0;
    background-color: transparent;
}

.search_block .search_btn i {
    color: #aeaeae;
}

/* .search-page {
    margin-top: 150px;
} */

.search-page .list_box_item {
    flex: 0 0 100%;
    padding: 28px;
}

.search_container {
    display: flex;
}

.search-suggest {
    font-size: 17px;
    font-family: "Montserrat", sans-serif;
    padding: 13px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    border: none;
    -webkit-box-shadow: 0 0 13px rgb(0 0 0 / 14%);
    box-shadow: 0 0 13px rgb(0 0 0 / 14%);
    flex: 6 0 auto;
    margin-right: max(20px, 2%);

}

.search-page input[type="submit"] {
    font-size: 19px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    border-radius: 10px;
    background: #b30f0f;
    color: #fff;
    border: none;
    height: 45px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative;
    z-index: 9;
    flex: 2 0 auto;
}

[data-form-id] {
    cursor: pointer;
}

#upbutton {
    background: url("/images/row-up-3.png") no-repeat top left;
    height: 40px;
    width: 40px;
    bottom: 105px;
    right: 30px;
    cursor: pointer;
    display: none;
    position: fixed;
    z-index: 999;
}



@media only screen and (max-width: 1169px) {
    .header_top .header_block {
        font-size: 15px;
    }
}

@media only screen and (max-width: 981px) {
    .header_top_bg {
        display: none;
    }

    .list_box_item {
        flex: 0 0 100%;
    }

    .item_format {
        flex: 0 0 48% !important;
    }

    .item_format:nth-child(3n) {
        flex: 0 0 100% !important;
    }

    .hd_menu {
        display: none;
    }

    .hd_menu_button {
        display: block;
    }

    .menu_mobile_box {
        display: block !important;
    }

    .mobile_menu_content {
        padding: 20px 0;
    }

    .mobile_menu_top .b1_home_top_box_info_phone {
        padding: 20px 0 0;
    }

    .hd_menu_list li a,
    .hd_menu_list li span {
        list-style: none;
        font-size: 18px;
        padding: 14px 20px;
        background: #e0e4e8;
        border-bottom: 1px solid #fff;
        display: block;
    }

    .hd_menu_list ul {
        padding: 0;
    }

    .mobile_menu_bottom {
        display: block;
        padding: 20px 20px 0;
    }

    .hd_menu_list {
        padding: 15px 0 0;
    }

    .mobile_menu_top {
        padding: 0 20px;
    }

    .mobile_menu_container {
        width: 77%;
    }

    .mobile_menu_container.loaded {
        overflow-y: auto;
    }

    .hd_submenu_box {
        width: 100%;
        background: none;
    }

    ul.hd_submenu_box li {
        margin: 0 0 0;
    }

    ul.hd_submenu_box li a {
        font-size: 16px;
        padding: 8px 1px;
        text-indent: 46px;
        background: #e0e4e88a;
    }

    .list_m + div {
        position: static;
        padding: 0;
        overflow: hidden;
        transition: 0.3s;
        width: 100% !important;
    }
    .list_m i.fa {
        float: right;
    }
}

@media only screen and (max-width: 680px) {
    .header {
        padding: 16px 0;
    }
    .main {
        width: 85%;
        min-width: 310px;
    }

    .list_box_text {
        max-width: 100%;
    }

    .list_tx_opis p {
        font-size: 16px;
    }

    .list_box_item {
        padding: 20px;
    }

    .list_box_item:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(255, 255, 255, 0.83);
        border-radius: 10px;
    }

    .search-page .list_box_item:before {
        display: none;
    }

    .item_format {
        flex: 0 0 100% !important;
    }

    .item_format.list_box_item:before {
        z-index: 1;
    }

    .form_input {
        font-size: 16px;
        max-width: 100%;
    }

    .b1_home_top_box_disp_form {
        max-width: 100%;
    }

    .button_form {
        width: 100%;
        font-size: 18px;
    }



    .b1_home_top_box_disp_form_item p {
        font-size: 15px;
    }

    .b1_home_top_box_info_phone a {
        font-size: 21px;
    }

    .b1_home_top_box_info_phone p {
        font-size: 16px;
    }

    .b1_home_top_box_info_email a {
        font-size: 21px;
    }

    .b1_home_top_box_info_download p {
        font-size: 21px;
        margin: 0 0 12px;
    }

    .b1_air_form_tx2 {
        margin-left: 0;
        margin-right: 0;
        text-align: center;
    }

    /*.b1_home_top_box_info {
        display: none;
    }*/

    /*.hd_menu {
        display: none;
    }

    .hd_menu_button {
        display: block;
    }*/

    .header {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .menu_mobile_box {
        display: block !important;
    }

    .mobile_menu_content {
        padding: 20px 0;
    }

    .mobile_menu_top .b1_home_top_box_info_phone {
        padding: 20px 0 0;
    }

    /*.hd_menu_list li a {
        list-style: none;
        font-size: 18px;
        padding: 14px 20px;
        background: #e0e4e8;
        border-bottom: 1px solid #fff;
        display: block;
    }

    .hd_menu_list ul {
        padding: 0;
    }*/

    .b1_home_top_box {
        padding: -0 !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    /*.mobile_menu_bottom {
        display: block;
        padding: 20px 20px 0;
    }*/

    .b1_home_top_box_info_phone {
        margin: 0px 0 15px;
    }

    /*.hd_menu_list {
        padding: 15px 0 0;
    }*/

    .b1_home_top_box_disp_zg {
        font-size: 25px;
    }

    .b1_home {
        background-position-y: bottom;
        background-position-x: 0;
        background-size: 1070px;
    }

    /*.mobile_menu_top {
        padding: 0 20px;
    }

    .mobile_menu_container {
        width: 77%;
    }

    .mobile_menu_container.loaded {
        overflow-y: auto;
    }*/

    .b1_home_top_box_disp_form_item {
        width: 45%;
        flex-grow: 1;
    }

    .b1_home_top_box_disp_form_item:last-child{
        width: 100%;
    }

    .widebtn{
        width: 100%;
    }

    .b1_home_bottom {
        height: calc(100vh - 461px) !important;
    }

    .b3_home_box {
        margin: 0;
    }

    .b3_home_img img {
        width: 45vh;
    }

    .b3_home_rg {
        display: none;
    }

    .b3_home_info {
        left: 110px;
        bottom: 100px;
    }

    .b3_home_content_box_item {
        margin: 0 0 2vh;
    }

    .b3_home_content_box_item_info br {
        display: none;
    }

    .b3_home_box:before {
        left: -80px;
    }

    .b3_home_info_name {
        font-size: 20px;
    }

    .b3_home_info_work {
        font-size: 22px;
    }

    .b3_home_content_box_item:nth-child(4) {
        max-width: 470px;
    }

    .b3_home_content_box_item:nth-child(5) {
        max-width: 440px;
    }

    .b3_home_content_zg {
        letter-spacing: normal;
        line-height: 36px;
        font-size: 5.5vw;
        padding: 4.3vh 0 3.5vh;
    }

    .b3_home_content_box_item_info {
        width: 100%;
        padding: 20px 15px 20px 32px;
        margin: 0px 0 0 -27px;
    }

    .b3_home_content_box_item_num p {
        font-size: 9vh;
        width: 7.5vh;
    }

    .b3_home_content_box_item_info p {
        font-size: 13px;
        line-height: 14px;
    }

    .b3_home_box {
        margin: 0;
    }

    .b3_home_img img {
        width: 45vh;
    }

    .b3_home_rg {
        margin: 0px 0px 0px -200px;
    }

    .b3_home_info {
        left: 110px;
        bottom: 100px;
    }

    .b3_home_content_box_item {
        margin: 0 0 2.3vh;
    }

    .b3_home_content_box_item_info br {
        display: none;
    }

    .b3_home_box:before {
        left: -80px;
    }

    .b3_home_info_name {
        font-size: 20px;
    }

    .b3_home_info_work {
        font-size: 22px;
    }

    .b3_home_content_box_item:nth-child(4) {
        max-width: 450px;
    }

    .b3_home_content_box_item:nth-child(5) {
        max-width: 440px;
    }

    .b2_home_box2_item_tx1 {
        font-size: 18px;
        margin: 0 0 15px;
    }

    .b2_home_box2_item_tx2 {
        font-size: 16px;
    }

    .b2_home_box2_item_dop {
        font-size: 17px;
        margin: 5px 0 0 15px;
    }

    .b2_home_box2_item_img img {
        width: 90px;
    }

    .b4_home_box2_lf_lf_img img {
        width: 160px;
    }

    .b4_home_box2_lf {
        width: 100%;
        padding: 10px 0px 10px 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .b4_home_box2_lf_lf_zag p {
        font-size: 19px !important;
        line-height: 20px !important;
        display: table;
    }

    .b4_home_box2_lf_rg_tx p:nth-child(1) {
        font-size: 17px !important;
        text-align: left;
    }

    .b4_home_box2_lf_rg_tx p:nth-child(2) {
        font-size: 16px !important;
    }

    .b4_home_box2_lf_rg {
        padding: 20px 28px 0 0;
        -ms-flex-item-align: normal;
        align-self: normal;
    }

    .b4_home_box2_lf_rg:before {
        display: none;
    }

    .b4_home_box2_bx.mebel .b4_home_box2_lf_rg:before {
        background-size: 190px !important;
        top: -121px;
        left: -88px;
    }

    .b4_home_box2_lf_lf {
        width: 100%;
        border: none;
    }

    .b4_home_box2_lf_lf_zag {
        margin: 0px 0 5px;
    }

    .b4_home_box2_rg_item img {
        height: auto;
        width: 210px;
    }

    .b1_home_bottom {
        max-height: 500px;
        height: calc(100vh - 415px) !important;
        min-height: 370px;
        background-position-x: 29%;
    }

    .b3_home_lf {
        max-height: 1150px;
        padding: 0 !important;
    }

    .footer {
        background-position-x: -110px;
    }

    .b2_home_box2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 250px;
    }

    .b2_home_box2_item {
        margin: 0 0 15px;
        width: 100%;
        border-bottom: 1px solid #e2e2e2 !important;
        padding: 0 0 20px;
        border-right: none;
    }

    .b2_home_box2_item:nth-child(2) {
        border: none;
    }

    .b2_home_box2_item_box {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 14px 0 0 15px;
    }

    .b4_home_box2_bx {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 500px;
        margin: 40px auto 24px;
        padding: 8px 0 8px 8px;
    }

    .b4_home_tx {
        line-height: 24px;
        font-size: 17px;
        line-height: 21px;
    }

    .b4_home_box1_bx {
        margin: 20px auto 30px;
    }

    .b3_home_content_box_item:nth-child(3) {
        max-width: 470px;
    }

    .footer_lf_box_zg {
        font-size: 17px;
        margin: 0px 0 10px;
    }

    .footer_lf_box_tx {
        font-size: 14px;
        line-height: 19px;
        margin: 0px 0 10px;
    }

    .footer_lf_box_a {
        font-size: 15px;
    }

    .footer_lf_box {
        margin: 0 0 20px;
        padding: 0 0 20px;
    }

    .footer_rg .footer_lf_box_a {
        font-size: 15px;
    }

    .b4_home_box2_rg .b4_home_box2_lf_lf_zag p {
        text-align: center;
        margin: 0 auto;
    }

    .b4_home_box1_bx_tx {
        font-size: 14px;
    }
    
    .b4_home_box1_bx_img img {
        max-height: 30px;
        max-width: 35px;
    }

    .b4_home_box1_bx_img {
        height: 40px;
    }

    .b4_home_box2_rg_bx {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .b4_home_box2_rg_item {
        margin: 0 auto 20px;
    }

    .b4_home_box2_rg_item.otch img {
        width: 70px;
    }

    .b4_home_box3_tx {
        font-size: 15px !important;
        line-height: 23px !important;
    }

    .footer .main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal;
        min-height: 390px;
        padding: 180px 0 0;
    }

    .footer_rg {
        padding: 20px 0 20px;
    }

    .play_vid {
        margin: 30px auto !important;
        width: 100px !important;
        height: 100px !important;
    }

    .b2_home_box1_img2 {
        display: none;
    }

    .b2_home_box1_img1 img {
        width: 170px;
    }

    .b2_home_box1_tx {
        font-size: 20px;
    }

    .b2_home_content {
        height: auto;
        max-height: initial;
    }

    .b2_air_box_item_opis_tx1 {
        height: auto;
    }

}

@media screen and (min-width: 549px) and (max-width: 680px) {
    .header {
        padding: 16px 0;
    }
    .main {
        width: 540px;
    }

    .b3_home_content_zg {
        font-size: 28px;
        padding: 8.3vh 0 7.5vh;
    }

    .b3_home_content_box_item_info p {
        font-size: 15px;
        line-height: normal;
        font-weight: 400;
    }

    .b3_home_content_box_item_num p {
        font-size: 14vh;
        width: 14.5vh;
    }

    .b3_home {
        height: auto;
    }

    .b3_home_content_box_item:nth-child(4) {
        max-width: 100%;
    }

    .b3_home_content_box_item:nth-child(5) {
        max-width: 100%;
    }

    .b3_home_lf {
        padding: 0 0 30px;
    }

    .b3_home_lf {
        height: auto;
    }

    .b2_home_box2 {
        width: 460px;
    }

    .b2_home_box2_item {
        width: 230px;
    }

    .b3_home_content_box_item:nth-child(3) {
        max-width: 100%;
    }

    .b4_home_box2_bx {
        max-width: 290px;
    }
}

@media screen and (max-width: 980px) and (min-width: 681px) {
    .header {
        padding: 16px 0;
    }
    .main {
        width: 680px;
    }

    .form_input {
        font-size: 16px;
        /*max-width: 160px;*/
    }

    .form_box .b1_home_top_box_disp_form_item:first-child .form_input {
        max-width: 170px;
    }

    .b1_home_top_box_disp_form {
        max-width: 100%;
    }

    .button_form {
        width: 250px;
        font-size: 19px;
    }

    .b1_home_top_box_disp_form_item p {
        font-size: 15px;
    }

    .b1_home_top_box_info_phone a {
        font-size: 21px;
    }

    .b1_home_top_box_info_phone p {
        font-size: 16px;
    }

    .b1_home_top_box_info_email a {
        font-size: 21px;
    }

    .b1_home_top_box_info_download p {
        font-size: 21px;
        margin: 0 0 12px;
    }

    /*.b1_home_top_box_info {
        display: none;
    }*/

    .header {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    /*.menu_mobile_box {
        display: block !important;
    }

    .mobile_menu_content {
        padding: 20px 0;
    }

    .mobile_menu_top .b1_home_top_box_info_phone {
        padding: 20px 0 0;
    }

    .hd_menu_list li {
        list-style: none;
        font-size: 21px;
        margin: 0 0 12px;
    }

    .hd_menu_list ul {
        padding: 0;
    }*/

    .b1_home_top_box {
        padding: -0 !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    /*.mobile_menu_bottom {
        display: block;
        padding: 20px 20px 0;
    }*/

    .b1_home_top_box_info_phone {
        margin: 0px 0 15px;
    }

    /*.hd_menu_list {
        padding: 15px 0 0;
    }*/

    .b1_home_top_box_disp_zg {
        font-size: 25px;
    }

    .b1_home {
        background-position-y: 30px;
    }

    /*.mobile_menu_top {
        padding: 0 20px;
    }

    .hd_menu_box {
        padding: 0 20px;
    }*/

    .b1_home_bottom {
        height: calc(100vh - 349px) !important;
    }

    .b3_home_box {
        margin: 0;
    }

    .b3_home_img img {
        width: 45vh;
    }

    .b3_home_rg {
        margin: 0px 0px 0px -250px;
    }

    .b3_home_info {
        left: 110px;
        bottom: 100px;
    }

    .b3_home_content_box_item {
        margin: 0 0 2.3vh;
    }

    .b3_home_content_box_item_info br {
        display: none;
    }

    .b3_home_box:before {
        left: -80px;
    }

    .b3_home_lf {
        padding: 0;
    }

    .b3_home_info_name {
        font-size: 20px;
    }

    .b3_home_info_work {
        font-size: 22px;
    }

    .b3_home_content_box_item:nth-child(4) {
        max-width: 450px;
    }

    .b3_home_content_box_item:nth-child(5) {
        max-width: 440px;
    }

    .b2_home_box2_item_tx1 {
        font-size: 22px;
    }

    .b2_home_box2_item_tx2 {
        font-size: 16px;
    }

    .b2_home_box2_item_dop {
        font-size: 17px;
        margin: 5px 0 0 23px;
    }

    .b2_home_box2_item_img img {
        width: 110px;
    }

    .b2_home_box1_img2 img {
        min-width: auto;
        width: 290px;
    }

    .b4_home_box2_lf_lf_img img {
        width: 130px;
    }

    .b4_home_box2_lf {
        width: 100%;
        padding: 10px 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: none;
    }

    .b4_home_box2_lf_lf_zag p {
        font-size: 18px !important;
        line-height: 2.5vh !important;
    }

    .b4_home_box2_lf_rg_tx p:nth-child(1) {
        font-size: 17px !important;
    }

    .b4_home_box2_lf_rg_tx p:nth-child(2) {
        font-size: 16px;
    }

    .b4_home_box2_lf_rg {
        padding: 0 20px 15px 25px;
    }

    .b4_home_box2_lf_rg:before {
        background-size: 230px !important;
        left: -81px;
        top: -111px;
    }

    .b4_home_box2_bx.mebel .b4_home_box2_lf_rg:before {
        background-size: 190px !important;
        top: -121px;
        left: -88px;
    }

    .b4_home_box2_lf_lf {
        width: 186px;
    }

    .b4_home_box2_lf_lf_zag {
        margin: 0px 0 5px;
    }

    .b4_home_box2_rg_item img {
        height: 75px;
    }

    .b2_home_box1_img1 img {
        width: 170px;
        min-width: auto;
    }

    .b1_home_bottom {
        max-height: 500px;
        height: calc(100vh - 415px) !important;
        min-height: 370px;
        background-position-x: 37%;
    }

    .b3_home_lf {
        max-height: 1150px;
    }

    .footer {
        background-position-x: -190px;
    }

    .b2_home_box2 {
        max-width: 510px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .b2_home_content {
        margin: 0 auto;
        height: auto;
    }

    .b2_home_box2_item {
        margin: 0 0 15px;
        width: 240px;
    }

    .b2_home_box2_item:nth-child(2) {
        border: none;
    }

    .b2_home_box2_item_box {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .b4_home_box2_bx {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 500px;
        margin: 40px auto 24px;
    }

    .b4_home_tx {
        line-height: 24px;
    }

    .b4_home_box1_bx {
        margin: 0 auto 30px;
    }

    .b3_home_content_box_item:nth-child(3) {
        max-width: 470px;
    }

    .footer_lf_box_zg {
        font-size: 20px;
        margin: 0 0 20px;
    }

    .footer_lf_box_tx {
        font-size: 17px;
        line-height: 21px;
        margin: 0 0 15px;
    }

    .footer_lf_box_a {
        font-size: 18px;
    }

    .footer_lf_box {
        margin: 10px 10px 20px;
        padding: 0 0 20px;
    }

    .footer_rg .footer_lf_box_a {
        font-size: 17px;
    }

    .b4_home_box2_rg .b4_home_box2_lf_lf_zag {
        text-align: center;
    }

    .b2_home {
        max-height: 900px;
        height: auto;
        min-height: auto;
    }

    .play_vid {
        margin: auto !important;
    }

    .b2_home_box1_img2 {
        bottom: 0 !important;
        right: -100px;
    }
}

@media screen and (min-width: 981px) and (max-width: 1169px) {
    .main {
        width: 980px;
    }

    /*.form_input {
        font-size: 16px;
        max-width: 145px;
    }*/

    .b1_home_top_box_disp_form {
        max-width: 620px;
    }

    .button_form {
        width: 200px;
        font-size: 19px;
        line-height: 17px;
    }

    .b1_home_top_box_disp_form_item p {
        font-size: 15px;
    }

    .b1_home_top_box_info_phone a {
        font-size: 21px;
    }

    .b1_home_top_box_info_phone p {
        font-size: 16px;
    }

    .b1_home_top_box_info_email a {
        font-size: 21px;
    }

    .b1_home_top_box_info_download p {
        font-size: 23px;
    }

    .b1_home_top_box_info_download_a a {
        font-size: 14px;
    }

    .b1_home_top_box_info {
        padding: 10px 30px 0px 0;
    }

    .b3_home_box {
        margin: 0;
    }

    .b3_home_img img {
        width: 59vh;
    }

    .b3_home_rg {
        margin: 0 0 0 -18vh;
    }

    .b3_home_info {
        left: 190px;
        bottom: 80px;
    }

    .b3_home_content_box_item {
        margin-bottom: clamp(13px, 2.3vh, 40px);
    }

    .b3_home_content_box_item_info br {
        display: none;
    }

    .b3_home_content_box_item:nth-child(4) br {
        display: block;
    }

    .b3_home_content_box_item:nth-child(5) br {
        display: block;
    }

    .hd_menu > ul li {
        /* font-size: 19px; */
		  font-size: 17px;
    }

    .b4_home_box2_lf_lf_img img {
        width: 130px;
    }

    .b4_home_box2_lf {
        width: 420px;
    }

    .b4_home_box2_lf_lf_zag p {
        font-size: 18px;
        line-height: 2.5vh;
    }

    .b4_home_box2_lf_rg_tx p:nth-child(1) {
        font-size: 17px !important;
    }

    .b4_home_box2_lf_rg_tx p:nth-child(2) {
        font-size: 16px;
    }

    .b4_home_box2_lf_rg {
        padding: 0 20px 15px 25px;
    }

    .b4_home_box2_lf_rg:before {
        background-size: 230px !important;
        left: -81px;
        top: -111px;
    }

    .b4_home_box2_bx.mebel .b4_home_box2_lf_rg:before {
        background-size: 190px !important;
        top: -121px;
        left: -88px;
    }

    .b4_home_box2_lf_lf {
        width: 186px;
    }

    .b4_home_box2_lf_lf_zag {
        margin: 0px 0 5px;
    }

    .b4_home_box2_rg_item img {
        height: 75px;
    }

    .b1_home_bottom {
        max-height: 500px;
        height: calc(100vh - 415px) !important;
        min-height: 370px;
        background-position-x: 47%;
    }

    .b3_home_lf {
        max-height: 1150px;
    }

    .footer {
        background-position-x: -190px;
    }

    .b2_home_box2 {
        max-width: 510px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .b2_home_content {
        margin: 0 auto;
        padding: 50px 0 30px;
    }

    .b2_home_box2_item {
        margin: 0 0 15px;
        width: 240px;
    }

    .b2_home_box2_item:nth-child(2) {
        border: none;
    }

    .b2_home_box2_item_box {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .b4_home_box2_bx {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 500px;
        margin: 40px auto 24px;
    }

    .b2_home_box1_img2 {
        bottom: 0;
    }
}

@media only screen and (min-width: 1170px) and (max-width: 1440px) {
    .b1_home_bottom {
        height: calc(100vh - 422px);
    }

    .b1_home_top_box {
        padding: 17px 0 0;
    }

    .b1_home_top_box_disp_zg {
        margin: 0 0 25px;
        font-size: 25px;
    }

    /*.b1_home_top_box_disp_form_item {
        margin: 0 0 17px;
    }*/

    .b1_home_top_box_info_email {
        margin: 0 0 15px 0px;
    }

    .b4_home_box2_lf_lf_zag p {
        font-size: 20px;
        display: table;
    }

    .b4_home_box2_lf_rg:before {
        background-size: 300px;
    }

    .b4_home_box2_bx.mebel .b4_home_box2_lf_rg:before {
        background-size: 250px;
    }

    .b4_home_box2_lf_rg_tx p:nth-child(1) {
        font-size: 20px;
        margin: 0 0 4px;
    }

    .b4_home_box2_lf_rg_tx p:nth-child(2) {
        font-size: 19px;
    }

    .b4_home_box2_bx.mebel .b4_home_box2_lf_lf_zag {
        margin: 0px 0 9px;
    }

    .b4_home_box2_rg {
        padding: 10px 20px;
    }

    .b4_home_box3_tx {
        font-size: clamp(19px, 2.3vh, 24px);
        line-height: 29.55px;
    }

    .play_vid {
        width: 150px;
        height: 150px;
    }

    .b2_home_box2_item_img img {
        width: 110px;
    }

    .b2_home_box2_item_dop {
        font-size: 17px;
        margin: 5px 0 0 23px;
    }

    .b2_home_box2_item_tx1 {
        font-size: 22px;
    }

    .b2_home_box1_img2 img {
        width: 58.6vh;
        max-width: 360px;
    }
}

@media only screen and (max-width: 1024px) and (max-height: 980px) {
    .b3_home_content_box_item:nth-child(4) br {
        display: none;
    }

    .b3_home_content_box_item:nth-child(5) br {
        display: none;
    }
}

@media only screen and (max-height: 820px) {
    .b3_home_lf {
        height: auto;
        padding: 0 0 30px 35px;
    }
}

input[name="address"] {
    position: absolute;
    left: -9843px;
}
li.parent_menu{
    padding-right: 29px;
}
li.parent_menu::after{
    position: absolute;
    top: 50%;
    right: 13px;
    display: block;
    box-sizing: border-box;
    margin-top: -1.5px;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid;
    border-left: 2px solid;
    content: '';
    transform: translateY(-50%) rotate(-45deg);
}
.b1_home_top_box_info_social{
    margin: 0px 0 30px;
}
.b1_home_top_box_info_social img{
    width: 30px;
    margin-right: 15px;
}
.company-numbers {
    display: flex;
    justify-content: space-evenly;
    margin: 80px 0;
    flex-wrap: wrap;
}
.company-numbers .numbers{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    line-height: clamp(19px, 2.6vh, 26px);
    margin: 15px 0;
    font-weight: 500;
    text-align: center;
}
.company-numbers .numbers span{
    font-size: 2.5em;
    font-weight: 600;
}
.geography .delivery-list {
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0;
}
.geography .special {
    width: 20%;
}
.geography .special .title{
    font-size: 1.5em;
    font-weight: 500;
}
.geography .special .mess{
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.geography .h2_zag {
    font-size: 3.8em;
}
.geography .b1_air_form {
    width: 320px;
}
.geography .title-delivery {
    font-size: 2.5em;
    line-height: 1.2;
}
.b2_air_box {
    gap: 20px !important;
}
.b2_air_lf {
    width: 100%;
    max-width: unset !important;

}
@media only screen and (max-width: 680px) {
    .geography .h2_zag {
        font-size: 2.8em;
        line-height: 0.9em;
    }
    .company-numbers .numbers{
        width: 50%;
    }
    .geography .title-delivery {
        font-size: 1.8em;
    }
    .geography .special {
        width: 100%;
        margin-top: 40px;
    }
    .geography .b1_air_form {
        width: 100%;
    }
}

.b8_air{
    color: #2A2727;
    font-family: 'Montserrat';
    padding: 120px 0 0;
}
/* End */


/* Start:/bitrix/templates/china/css/air-page.css?177556543117366*/
.h2_zag { font-weight: 600; margin: 0 0 clamp(15px, 3vh, 30px); font-size: clamp(22px, 2.9vh, 29px); }

.b1_air_box { margin: 3vh 0 5vh; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.h2_zag span { letter-spacing: 2.92px; color: #fff; background: #d11919; padding: 5px 10px; }

.b1_air_lf { width: 100%; max-width: 690px; }

.b1_air_opis p { line-height: clamp(19px, 2.6vh, 26px); margin: 15px 0; font-weight: 500; font-size: clamp(18px, 2vh, 20px); }

.b1_air_opis { margin: 0 0 clamp(15px, 3.5vh, 35px); }

.b1_air_list { display: -webkit-box; display: -ms-flexbox; display: flex; }

.b1_air_list p:nth-child(1) { width: 35px; -ms-flex-negative: 0; flex-shrink: 0; /*font-size: clamp(22px, 2.9vh, 29px);*/ font-weight: 500; color: #d11919; }

.b1_air_list p { /* font-size: 20px; */ font-size: clamp(18px, 2vh, 20px); font-weight: 500; margin: 0 0 clamp(10px, 2vh, 20px) 0px; line-height: clamp(19px, 2.6vh, 26px); }

.b1_air_opis_2 { max-width: 635px; }

.b1_air_form { width: 420px; padding: 26px 15px; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.18); box-shadow: 0 0 14px rgba(0, 0, 0, 0.18); border-radius: 10px; background: #fff; position: sticky;top: 160px;z-index: 10;}

.b1_air_form_tx1 { font-size: clamp(22px, 2.9vh, 29px); font-weight: 600; max-width: 130px; margin: 0 0 clamp(25px, 3.5vh, 35px); }

.form_box {
  display: grid;
  grid-template-areas: "input-1 input-1"
  "input-2 input-2"
 "input-3 input-3";
-webkit-box-pack: justify;
 -ms-flex-pack: justify;
  justify-content: space-between;
}
.b1_air_box .form_input { max-width: 100% !important; }

.b1_home_top_box_disp_form_item:nth-child(1) { grid-area: input-1; }

.b1_home_top_box_disp_form_item:nth-child(2) { grid-area: input-2; }

.b1_home_top_box_disp_form_item:nth-child(3) { grid-area: input-3; }

.b1_home_top_box_disp_form_item:nth-child(4) { grid-area: input-4; }

.b1_home_top_box_disp_form_item:nth-child(5) { grid-area: input-5; }

.b1_home_top_box_disp_form_item:nth-child(6) {grid-area: input-6;/* margin: 0 0 clamp(35px, 5.5vh, 55px) !important; */}

.b1_home_top_box_disp_form_item:nth-child(7) {/* grid-area: input-7; *//* margin: 0 0 clamp(35px, 5.5vh, 55px) !important; */}

.b1_home_top_box_disp_form_item:nth-child(8) {grid-area: input-8;/* margin: 0 !important; */}

.b1_air_box .b1_home_top_box_disp_form_item { margin: 0 0 clamp(15px, 2.6vh, 26px); }

/*.b1_air_form_tx2 {font-size: clamp(13px, 1.7vh, 17px);font-style: italic;font-weight: 300;margin: clamp(20px, 3.5vh, 35px) 0 0;position: relative;z-index: 9;}*/

.b1_air_form:before { position: absolute; content: ''; width: 235px; height: 245px; background: url(/bitrix/templates/china/css/../img/air-page/b1_form_air.png) no-repeat center; right: -2px; top: -42px; background-size: cover; }

.b1_air_form:after { position: absolute; content: ''; background: url(/bitrix/templates/china/css/../img/air-page/b1_form_air-2.png) no-repeat center; right: -102px; bottom: 48px; width: 304px; height: 113px; background-size: cover; }

.b1_air_contact { padding: 40px 25px 0; }

.big_zag { font-size: 37px; font-weight: 600; text-align: center; position: relative; }

.big_zag span { font-size: 74px; padding: 0 5px; }

.air-page .b2_air .big_zag:before {width: 65px;height: 40px;background: url(/bitrix/templates/china/css/../img/air-page/zag.jpg) no-repeat center;right: 473px;top: -25px;background-size: cover;position: absolute;content: '';}

.b2_air_box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin: 0 auto 36px; }

.b2_air_box_item_top_img { margin: auto; }

.b2_air_box_item_opis:before { position: absolute; content: ''; height: 4px; width: 100%; background: #d11919; top: 0; }

.b2_air_box_item_top { position: relative; height: 55px; display: -webkit-box; display: -ms-flexbox; display: flex; width: -webkit-max-content; width: -moz-max-content; width: max-content; margin: 0 auto 10px; }

.b2_air_box_item_opis_tx1 { font-size: 20px; font-weight: 500; text-align: center; line-height: 25px; margin: 0 0 19px; }

.b2_air_box_item_opis_tx2 { font-size: 25px; font-weight: 600; text-align: center; }

.b2_air_box_item_opis_tx2 span { font-size: 37px; padding: 0 5px; }

.b2_air_box_item { width: 100%; border-right: 1px solid #e4e3e3; }

.b2_air_box_item_opis { width: -webkit-max-content; width: -moz-max-content; width: max-content; margin: 0 auto; position: relative; padding: 13px 0 0; }

.b2_air_box_item:last-child { border: none; }

.b3_air .h2_zag { margin: 0 0 40px; }

.b3_air_box_item_top { height: 65px; display: -webkit-box; display: -ms-flexbox; display: flex; padding: 20px 0; position: relative; }

.b3_air_box_item_opis_zag { font-size: clamp(18px, 2vh, 20px); font-weight: 500; text-align: center; line-height: clamp(23px, 2.5vh, 25px); margin: 0 0 clamp(20px, 3vh, 30px); }

.b3_air_box_item_opis_tx { font-style: italic; font-size: clamp(18px, 2vh, 20px); font-weight: 300; text-align: center; max-width: 300px; margin: 0 auto clamp(10px, 1.5vh, 15px); }

.b3_air .b2_air_box_item { height: 520px; background: no-repeat bottom #fff; background-size: 100%; }

.b3_air { margin: 50px 0 80px; position: relative; }

.b2_air_tx_zag p { font-size: clamp(20px, 2.5vh, 25px); font-weight: 600; margin: 0 0 clamp(20px, 3.6vh, 36px); }
.b2_air_tx_zag h2 { font-size: clamp(20px, 2.5vh, 25px); font-weight: 600; margin: 0 0 clamp(20px, 3.6vh, 36px); }

.b4_air_box_item { padding: 28px 28px 40px 28px; -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.18); box-shadow: 0 0 14px rgba(0, 0, 0, 0.18); border-radius: 10px; -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; background: no-repeat right #fff; background-size: contain; position: relative; }

.b2_air_tx_opis p { font-size: clamp(18px, 2vh, 20px); font-weight: 500; line-height: clamp(18px, 2.2vh, 22px); margin: 0 0 10px; }

.b4_air_box_text { max-width: 76%; position: relative; }

.b2_air_tx_opis p:last-child { margin: 0; }

.b4_air_box_item:nth-child(1) { grid-area: block-1; }
.b4_air_box_item:nth-child(2) { grid-area: block-2; }
.b4_air_box_item:nth-child(3) { grid-area: block-3; }
.b4_air_box_item:nth-child(4) { grid-area: block-4; }
.b4_air_box_item:nth-child(5) { grid-area: block-5; }
.b4_air_box_item:nth-child(6) { grid-area: block-6; }
.b4_air_box_item:nth-child(7) { grid-area: block-7; }
.b4_air_box_item:nth-child(8) { grid-area: block-8; }
.b4_air_box_item:nth-child(9) { grid-area: block-9; }
.b4_air_box_item:nth-child(10) { grid-area: block-10; }
.b4_air_box_item:nth-child(11) { grid-area: block-11; }
.b4_air_box_item:nth-child(12) { grid-area: block-12; }
.b4_air_box_item:nth-child(13) { grid-area: block-13; }
.b4_air_box_item:nth-child(14) { grid-area: block-14; }
.b4_air_box_item:nth-child(15) { grid-area: block-15; }

.b4_air_box { display: grid;
    grid-template-areas:
        "block-1 block-2"
        "block-3 block-4"
        "block-5 block-5";
    -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; grid-gap: 30px; margin: 60px 0 0; }

.b4_air_box_item.perc-50 .b2_air_tx_opis { max-width: 89%; }

.b4_air_box_item .b2_air_tx_opis { max-width: 79%; }

.b4_air { margin: 0 0 70px; }

.b5_air_box { margin: 55px 0 0px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.b5_air_box_item { max-width: 360px; -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.18); box-shadow: 0 0 14px rgba(0, 0, 0, 0.18); padding: 30px 40px 40px 40px; -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: 10px; margin: 0 0 35px; background: #fff; }

.b5_air_box_item_top { height: 64px; display: -webkit-box; display: -ms-flexbox; display: flex; position: relative; padding: 0 0 20px; }

.b5_air_box_item_top img { margin: auto; }

.b5_air_box_item_top:before { position: absolute; content: ''; height: 4px; width: 100%; bottom: 0; background: #d11919; }

.b5_air_box_item_opis_zag { line-height: clamp(20px, 3vh, 30px); font-size: clamp(20px, 2.5vh, 25px); font-weight: 600; text-align: center; margin: clamp(20px, 3.5vh, 35px) auto clamp(30px, 4.8vh, 48px); max-width: 210px; }

.b5_air_box_item_opis_tx { font-size: clamp(17px, 2vh, 20px); font-weight: 300; font-style: italic; text-align: center; line-height: clamp(20px, 2vh, 20px); margin: 0 0 clamp(7px, 1.2vh, 12px); }

.b5_air_box_item_opis_tx:last-child { margin: 0; }

.b5_air {padding: 0 0 30px;position: relative;}

.ful_bg {background: no-repeat center top;background-size: cover;}

.air-page .b3_air:before { position: absolute;content: ''; background: url(/bitrix/templates/china/css/../img/air-page/air_.png) no-repeat center; width: 421px; height: 486px; left: 0; top: 30px; }

.b3_air .main { position: relative; }

.b1_home.b1_air {/*height: clamp(860px, 100vh, 1304px);/* margin: 109px 0 0;*/ padding: 120px 0 0;}

@media only screen and (max-width: 680px) { .b1_air_lf { max-width: 100%; }
  .b1_air_form { margin: 20px 0 0; width: 100%; }
  .b1_home.b1_air { height: auto; padding: 0 0 10px; }
  .b1_air_form:after { display: none; }
  .air-page .b1_air_form:before { width: 120px; top: -16px; height: 130px; right: 0px; }
  .b1_air_form_tx1 { margin: 0 0 25px; }
  .big_zag { font-size: 23px; line-height: 30px; }
  .big_zag span { font-size: 30px; }
  .air-page .b2_air .big_zag:before { right: 20px; width: 45px; height: 28px; }
  .b3_air .b2_air_box_item { height: auto; padding: 0 0 20px; max-width: 100%; -webkit-box-sizing: border-box; position: relative; box-sizing: border-box; }
  .b3_air:before { display: none; }
  .b4_air_box_item.perc-50 .b2_air_tx_opis { max-width: 100%; }
  .b5_air_box_item { padding: 15px 20px 30px 20px; max-width: 100%; margin: 0 0 25px; }
  .b5_air_box_item_opis_zag { margin: 20px auto; max-width: 100%; }
  .h2_zag { font-size: 26px; margin: 0 0 25px; line-height: 31px; }
  .b1_air_contact { display: none; }
  .b2_air_box_item_opis_tx1 { font-size: 18px; line-height: 23px; margin: 0 0 5px; }
  .b1_air_opis { margin: 0 0 40px; }
  .b2_air_box_item_opis_tx2 { font-size: 22px; margin: 0; }
  .b2_air_box_item_opis_tx2 span { font-size: 25px; }
  .b3_air_box_item_opis { padding: 0 5px 0; position: relative; }
  .b4_air_box {
      grid-template-areas:
         "block-1 block-1"
         "block-2 block-2"
         "block-3 block-3"
         "block-4 block-4"
         "block-5 block-5"
;
      gap: 20px; margin: 20px 0 0; }
  .b4_air_box_item.perc-100 .b4_air_box_text { max-width: 100%; }
  .b4_air_box_item .b2_air_tx_opis { max-width: 100%; }
  .b4_air_box_text {max-width: 100% !important;}
  .b5_air_box { max-width: 100%; margin: 40px auto 0; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  .b3_air .b2_air_box { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0; }
  .b3_air .b2_air_box_item:nth-child(2) { border: none; }
  .b2_air .b2_air_box { -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0; }
  .h2_zag span { letter-spacing: 2px; padding: 8px 10px 3px 10px; font-size: 23px; }
  .form_box { grid-template-areas: "input-1 input-1"
 "input-2 input-2"
 "input-3 input-3"
 "input-4 input-4"
 "input-5 input-5"
 "input-6 input-6"
 "input-7 input-7"
 "input-8 input-8"; }
  .b1_air_box {-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;padding: 99px 0 0;}
  .b1_air_box .b1_home_top_box_disp_form_item { width: 100%; margin: 0 0 15px !important; }
  .b1_air_box .form_input { max-width: 100%; }
  .b1_air_list p:nth-child(1) { width: 25px; }
  .b2_air_box_item { margin: 0 0 40px; border: none; }
  .b3_air { margin: 50px 0 20px; }
  .b4_air_box_item:before { position: absolute; content: ''; width: 100%; height: 100%; top: 0; left: 0; background: rgba(255, 255, 255, 0.83); border-radius: 10px; }
  .b2_air_tx_opis p { font-size: 16px; }
  .b4_air_box_item { background-size: auto; padding: 20px 20px 30px 20px; }
  .b4_air_box_item.perc-100 { background-size: cover; }
  .b5_air_box_item_top { height: auto; }
  .b3_air .b2_air_box_item:before { position: absolute; content: ''; width: 100%; height: 100%; top: 0; left: 0; background: rgba(255, 255, 255, 0.73); }
  .b3_air_box_item_opis_zag { font-size: 23px; }
  .b2_air_box_item_opis { width: 200px; }
  .b2_air_box_item_top { height: auto; }
  .b5_air_box_item_top img { max-height: 40px; max-width: 40px; }
  .b2_air_box_item_top_img { max-width: 160px; max-height: 45px; }
  .b3_air_box_item_top { height: auto; }
  .b1_air_rg { width: 100%; }
  .b1_air_form .button_form { width: 100%; /*margin: 20px 0 0;*/ } }

@media screen and (min-width: 549px) and (max-width: 680px) { .b2_air_box_item { max-width: 240px; }
  .b2_air .b2_air_box { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  .b3_air .b2_air_box_item { max-width: 400px; }
  .b5_air_box_item { max-width: 260px; margin: 0px 0 20px; }
  .b5_air_box { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .b5_air_box_item_top { height: 40px; }
  .b1_air_form { max-width: 300px; margin: 20px auto; } }

@media screen and (max-width: 980px) and (min-width: 681px) { .b1_air_lf { max-width: 100%; }
  .b1_air_rg { display: -webkit-box; display: -ms-flexbox; display: flex; margin: 30px 0; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 100%; }
  .b1_air_form { width: 400px; }
  .b1_home.b1_air { height: auto; }
  .b1_air_form:after { width: 204px; height: 69px; right: -22px; bottom: 72px; }
  .b1_air_form:before { width: 190px; top: -5px; height: 190px; right: -2px; }
  .b1_air_form_tx1 { margin: 0 0 25px; }
  /*.b1_air_form_tx2 { margin: 25px 0 0; }*/
  .big_zag { font-size: 30px; }
  .big_zag span { font-size: 49px; }
  .b2_air .big_zag:before { right: 153px; }
  .b3_air .b2_air_box_item { height: 520px; max-width: 50%; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .b3_air:before { display: none; }
  .b4_air_box_item.perc-50 .b2_air_tx_opis { max-width: 100%; }
  .b5_air_box_item { padding: 25px 20px 30px 20px; max-width: 310px; margin: 0 0 25px; }
  .b5_air_box_item_opis_zag { margin: 30px auto; }
  .h2_zag { font-size: 25px; margin: 0 0 35px; }
  .b1_air_contact { display: table; position: -webkit-sticky; position: sticky; top: 20px; }
  .b2_air_box_item_opis_tx1 { font-size: 18px; line-height: 23px; }
  .b1_air_opis { margin: 0 0 40px; }
  .b2_air_box_item_opis_tx2 { font-size: 22px; }
  .b2_air_box_item_opis_tx2 span { font-size: 30px; }
  .b3_air_box_item_opis { padding: 0 5px 0; }
  .b4_air_box {
      grid-template-areas:
         "block-1 block-1"
         "block-2 block-2"
         "block-3 block-3"
         "block-4 block-4"
         "block-5 block-5"
         "block-6 block-6"
         "block-7 block-7"
         "block-8 block-8"
         "block-9 block-9"
         "block-10 block-10"
         "block-11 block-11"
         "block-12 block-12"
         "block-13 block-13"
         "block-14 block-14"
         "block-15 block-15";
      gap: 20px; }
  .b4_air_box_item.perc-100:before { position: absolute; content: ''; width: 100%; height: 100%; top: 0; left: 0; background: rgba(255, 255, 255, 0.83); }
  .b4_air_box_item.perc-100 .b4_air_box_text { max-width: 100%; }
  .b4_air_box_item.perc-100 .b2_air_tx_opis { max-width: 100%; }
  .b4_air_box_text { max-width: 80%; }
  .b5_air_box { max-width: 650px; margin: 40px auto 0; }
  .b3_air .b2_air_box { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .b3_air .b2_air_box_item:nth-child(2) { border: none; }
  .b1_air_opis_2 {
    max-width: 100%;
  }
}

@media screen and (min-width: 981px) and (max-width: 1169px) { .b1_air_lf { max-width: 580px; }
  .b1_air_rg { display: table; position: -webkit-sticky; position: sticky; top: 20px; }
  .b1_air_form { width: 360px; }
  .b1_home.b1_air { height: auto; }
  .air-page .b1_air_form:after { width: 204px; height: 69px; right: -22px; bottom: 72px; }
  .b1_air_form:before { width: 190px; top: -5px; height: 190px; right: -2px; }
  .b1_air_form_tx1 { margin: 0 0 25px; }
  /*.b1_air_form_tx2 { margin: 25px 0 0; }*/
  .big_zag { font-size: 32px; }
  .big_zag span { font-size: 60px; }
  .b2_air .big_zag:before { right: 403px; }
  .b3_air .b2_air_box_item { height: 520px; }
  .b3_air:before { display: none; }
  .b4_air_box_item.perc-50 .b2_air_tx_opis { max-width: 80%; }
  .b5_air_box_item { padding: 25px 20px 30px 20px; max-width: 310px; margin: 0 0 25px; }
  .b5_air_box_item_opis_zag { margin: 30px auto; } }

@media only screen and (min-width: 1170px) and (max-width: 1440px) { .b1_air_box .b1_home_top_box_disp_form_item { margin: 0 0 1.9vh; }
  .b1_air_form:before { width: 210px; top: -35px; height: 220px; }
  .b1_home_top_box_disp_form_item:nth-child(6) { margin: 0 0 3vh !important; }
  .b1_home_top_box_disp_form_item:nth-child(7) { margin: 0 0 3vh !important; }
  .b1_air_form:after { width: 234px; height: 83px; right: -62px; bottom: 62px; }
  .b1_air_form { padding: 20px 20px; }
  .b1_air_contact { padding: 3vh 25px 0; }
  .b3_air .b2_air_box_item { height: 480px; }
  .b1_home.b1_air { height: clamp(770px, 100vh, 1004px); } }
/* End */


/* Start:/bitrix/templates/china/css/sea-page.css?17755654312897*/
.sea-page .b1_air_form:before { width: 187px; height: 168px; background: url(/bitrix/templates/china/css/../img/sea-page/b1_form_1.jpg) no-repeat center; right: 0px; top: 8px; background-size: cover; }

.sea-page .b1_air_form:after { width: 245px; height: 101px; background: url(/bitrix/templates/china/css/../img/sea-page/b1_form_2.png) no-repeat center; background-size: cover; right: -72px; bottom: 5.5vh; }

.sea-page .b2_air .big_zag:before { width: 61px; height: 43px; background: url(/bitrix/templates/china/css/../img/sea-page/zag_1.jpg) no-repeat center; background-size: cover; left: 143px; top: -20px; position: absolute; content: ''; }

.sea-page .big_zag { font-size: 35px; }

.sea-page .b2_air .big_zag:after { width: 43px; height: 42px; background: url(/bitrix/templates/china/css/../img/sea-page/zag_2.jpg) no-repeat center; background-size: cover; right: 253px; top: -20px; position: absolute; content: ''; }

.sea-page .b2_air_box_item_top { height: 90px; }

.sea-page .b3_air:before { left: 30px; top: 210px; background: url(/bitrix/templates/china/css/../img/sea-page/sea_1.png) no-repeat center; width: 227px; height: 171px; position: absolute; content: ''; }

.sea-page .b5_air:before { right: 30px; top: -110px; background: url(/bitrix/templates/china/css/../img/sea-page/sea_2.png) no-repeat center; width: 246px; height: 155px; position: absolute; content: ''; }

.sea-page .b2_air_box_item_opis_tx1 { height: 50px; }

@media only screen and (max-width: 680px) { .sea-page .b1_air_form:after { width: 205px; height: 85px; right: -32px; }
  .sea-page .b2_air .big_zag:before { top: -40px; left: 103px; width: 46px; height: 30px; }
  .sea-page .b2_air .big_zag:after { right: 87px; top: -40px; width: 34px; height: 31px; }
  .sea-page .b4_air_box_text { max-width: 74%; }
  .sea-page .b2_air_box_item_top img { max-height: 65px; }
  .sea-page .b5_air:before { display: none; }
  .ful_bg.sea-page { background: none !important; }
  .sea-page .b1_air_form:before { width: 120px; height: 100px; top: 8px; } }

@media screen and (max-width: 980px) and (min-width: 681px) { .sea-page .b1_air_form:after { width: 205px; height: 85px; right: -32px; }
  .sea-page .b2_air .big_zag:before { top: -50px; }
  .sea-page .b2_air .big_zag:after { right: 77px; top: 40px; }
  .sea-page .b4_air_box_text { max-width: 74%; }
  .sea-page .b2_air_box_item_top img { height: 65px; }
  .sea-page .b5_air:before { display: none; }
  .ful_bg.sea-page { background: none !important; } }

@media screen and (min-width: 981px) and (max-width: 1169px) { .sea-page .h2_zag { font-size: clamp(22px, 2.9vh, 28px); }
  .sea-page .b1_air_form:after { width: 205px; height: 85px; right: -32px; }
  .sea-page .b2_air .big_zag:before { top: -30px; }
  .sea-page .b2_air .big_zag:after { right: 87px; }
  .sea-page .b4_air_box_text { max-width: 74%; } }

@media only screen and (min-width: 1170px) and (max-width: 1440px) { .sea-page .b1_air_form:after { width: 205px; height: 85px; bottom: 4vh; right: -32px; }
  .sea-page .b1_air_form:before { width: 167px; height: 128px; } }
/* End */


/* Start:/bitrix/templates/china/css/auto-page.css?17755654311231*/
.auto_page .b1_air_form:before {
    width: 294px;
    height: 146px;
    background: url(/bitrix/templates/china/css/../img/auto/b1_img.png) no-repeat center;
    right: -61px;
    top: -18px;
    background-size: contain;
}.auto_page .b1_air_form:after {
    background: url(/bitrix/templates/china/css/../img/auto/b1_img_2.png) no-repeat center;
    width: 260px;
    height: 90px;
    right: -27px;
    bottom: 39px;
}
.auto_page .b2_air .big_zag:after {
    display: none;
}
.auto_page .b2_air p.big_zag span:nth-child(1):before {
    background: url(/bitrix/templates/china/css/../img/auto/b2_icon.png) no-repeat center;
    width: 105px;
    height: 42px;
    display: block;
    position: absolute;
    content: "";
    display: block;
    top: -14px;
    left: -113px;
}

.b2_air p.big_zag span:nth-child(1) {
    position: relative;
    display: inline-block;
}


.auto_page .b2_air .big_zag:before {
    display: none;
}
.auto_page .b3_air:before {
    display: none;
}

.auto_page .b5_air:before {
    display: none;
}
@media only screen and (max-width: 680px) { .b2_air p.big_zag span:nth-child(1):before {
    height: 25px;
    background-size: contain;
    background-position: right center;
}
.b2_air p.big_zag span:nth-child(1):before {
    top: 0;
}
.ful_bg.auto_page {
    overflow: hidden;
}}



/* End */


/* Start:/bitrix/templates/china/css/rw-page.css?1775565431825*/
.rw-page .b1_air_form:before {
    background: url(/bitrix/templates/china/css/../img/rw/b1_img.png) no-repeat center;
    width: 169px;
    height: 166px;
    right: 0;
    top: -34px;
}.rw-page .b1_air_form:after {
    background: url(/bitrix/templates/china/css/../img/rw/b1_img_2.png) no-repeat center;
    width: 240px;
    height: 160px;
    bottom: 0;
    right: -28px;
}

.rw-page .b2_air .big_zag:before {
    display: none;
}

.rw-page .b2_air .big_zag:after {
    display: none;
}
.rw-page .big_zag > span:nth-child(1):before {
    content: "";
    display: block;
    position: absolute;
    background: url(/bitrix/templates/china/css/../img/rw/b2_icon.png) center no-repeat;
    width: 50px;
    height: 50px;
    top: -12px;
    left: -57px;
}

.rw-page .b2_air .big_zag:before {
    display: none;
}
.rw-page .b3_air:before {
    display: none;
}
.rw-page .b5_air:before {
    display: none;
}
/* End */


/* Start:/bitrix/templates/china/css/otz-page.css?17755654315189*/
.ful_bg.reviews-page {
    background-size: unset;
    background-repeat: repeat;
}

.ful_bg.reviews-page .b1_home {
    height: auto;
    margin: 0;
}

.ful_bg.reviews-page .b1_air_opis p {
    font-size: 18px;
    font-weight: 500;
}

.ful_bg.reviews-page .b1_air_opis p.otziv {
    font-size: 23px;
    line-height: 135%;
}

.otz_item {
    width: calc(100% - 70px);
    max-width: 708px;
    box-shadow: 0 0 17px 0 #0000002e;
    border-radius: 10px;
    padding: 41px 35px 0;
    margin: 0 0 35px;
}

.otz_item_t1 {
    font-weight: 600;
    font-size: 18px;
    margin: 0 0 0;
}

.otz_item_t2 {
    font-size: 24px;
    font-weight: 600;
    margin: 17px 0 29px;
}

.otz_item_date_it {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 32px;
}

.otz_item_dt {
    width: 140px;
    font-size: 19px;
    font-weight: 500;
}

.otz_item_dt p {
    margin: 0;
}

.otz_item_status p {
    margin: -2px 0 0;
    font-size: 19px;
    line-height: 136%;
}

.otz_item_status {
    width: calc(100% - 140px);
}


.otz_gal_photo {
    margin: 0 42px  0 0;
}

.otz_gal i {
    display: block;
    text-align: center;
    font-size: 17px;
    padding: 10px 0 0;
}

.otz_gal a {
    width: 218px;
    display: block;
}

.otz_gal {
    display: flex;
    padding: 9px 0 35px;
    flex-wrap: wrap;
}

.otz_gal a span {
    display: block;
    font-size: 0;
    position: relative;
}

.otz_gal a span:before {content: "";display: block;position: absolute;left: 0;right: 0;bottom: 0;top: 0;transition: 0.3s;}

.otz_gal_photo span:before {
    background: url(/bitrix/templates/china/css/../img/otz/icon_img.png) center no-repeat;
}

.otz_gal_video a span:before {
    background: url(/bitrix/templates/china/css/../img/otz/icon_play.png) center no-repeat;
}
.otz_gal  a:hover span:before {
    transform: scale(1.05);
}
.b2_otz p {
    text-align: center;
    font-weight: 400;
    font-size: 24px;
    padding: 0 0 23px;
    line-height: 125%;
}

.call_back_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.call_back_box input {
    max-width: 249px;
    width: 100%;
}

.call_back_box .phone-mask {
    margin: 0 40px;
}

.call_back_box button {
    width: 250px;
    font-weight: 300;
}

.b2_otz {
    padding: 0 0 108px;
}
.reviews-page .form_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.reviews-page .b1_air_form:before {
    display: none;
}

.reviews-page .b1_air_form:after {
    display: none;
}

.reviews-page p.b1_air_form_tx1 {
    max-width: 100%;
}
.otz_input input {
    width: 100%;
    max-width: 100%;
}

.otz_input {
    width: 100%;
}
textarea.form_input {
    max-width: 100%;
    min-width: 100%;
    height: 155px;
    min-height: 155px;
    max-height: 155px;
}

/*.reviews-page
 .b1_air_form_tx2 {
    margin: 0 0 -6px;
    line-height: 140%;
}*/

.rating_area { overflow: hidden; margin: -19px auto 27px; justify-content: flex-end; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }


.rating_area:not(:checked) > input { display: none; }

.rating_area:not(:checked) > label { padding: 0; cursor: pointer; font-size: 60px; color: #858585; margin: 0 5px 0; filter: grayscale(1);}

.rating_area:not(:checked) > label:before {content: "";background: url(/bitrix/templates/china/css/../img/otz/zw.png) center no-repeat;width: 30px;height: 29px;display: block;}

.rating_area > input:checked ~ label { filter: grayscale(0); }

.rating_area:not(:checked) > label:hover, .rating_area:not(:checked) > label:hover ~ label { filter: grayscale(0); }

.rating_area > input:checked + label:hover, .rating_area > input:checked + label:hover ~ label, .rating_area > input:checked ~ label:hover, .rating_area > input:checked ~ label:hover ~ label, .rating_area > label:hover ~ input:checked ~ label { filter: grayscale(0); }

.rate-area > label:active { position: relative; }
.ful_bg.reviews-page .b1_air_rg {
    display: table;
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
}

@media only screen and (max-width: 680px) {
    .ful_bg.reviews-page .b1_air_opis p br {
        display: none;
    }

    .ful_bg.reviews-page .b1_air_opis p {
        font-size: 18px;
    }

.ful_bg.reviews-page .b1_air_opis p.otziv {
    font-size: 18px;
}

    .otz_item {
        width: calc(100% - 40px);
        padding: 41px 20px 0;
    }

    .otz_item_t1 {
        font-size: 14px;
    }

    .otz_item_t2 {
        font-size: 20px;
    }

    .otz_item_dt {
        font-size: 13px;
        width: 91px;
    }

    .otz_item_status p {
        font-size: 14px;
    }

    .otz_item_date_it {
        width: 100%;
        margin: 0 0 19px;
    }

    .otz_item_status {
        width: calc(100% - 93px);
    }

    .otz_gal_photo {
        margin: 0 0 24px;
    }

    .otz_gal {
        justify-content: center;
    }

    .b2_otz p {
        font-size: 17px;
        line-height: 133%;
    }

    .b2_otz p br {
        display: none;
    }

    .call_back_box .phone-mask {
        margin: 22px 0;
    }
 }

 @media screen and (max-width: 980px) and (min-width: 681px) {
    .call_back_box input {
        margin: 0px 14px 22px !important;
    }
  }
/* End */


/* Start:/bitrix/templates/china/css/team-page.css?17755654318874*/
.b1_team {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #d8dad9;
}

.b1_team_t1 {
    color: #fff;
    font-size: 145px;
    font-weight: 500;
    text-shadow: 0 11px 22px black;
    margin: 0;
    text-align: left;
    width: 100%;
    text-indent: 67px;
    letter-spacing: 13px;
    padding-bottom: clamp(56px, 10vh, 120px);
}

.b1_team_box {
    height: clamp(660px, 88vh, 1004px);
    display: flex;
    justify-content: center;
    align-items: flex-end;
    align-content: flex-end;
}

.b1_team .main {
    height: 100%;
}

.tm_b2_zg {
    font-size: 28px;
    /* padding: 37px 0 20px; */
    line-height: 129%;
    position: relative;
    z-index: 9;
}

.tm_b2_zg b, .tm_b2_zg span {
    color: #fff;
    display: inline-block;
    background: #d11919;
    padding: 6px 9px;
    margin: 0 0 0 -6px;
}


.tm_b2_img {
    float: right;
    width: 482px;
    margin: -54px 0 0 0;
}

.tm_b2_box {
    /* max-width: 1080px; */
}

.tm_b2_img img {
    margin: 0 0 0 30px;
    transform: translate(0px, 20px);
}

.tm_b2_box p {
    font-size: 19px;
    margin: 15px 0;
    font-weight: 500;
    line-height: 135%;
    max-width: 931px;
    position: relative;
    z-index: 9;
}

.tm_b2 {
    padding: 1px 0 31px;
}

.tm_b3_names {
    width: 100%;
    max-width: 770px;
    border-bottom: 2px solid #ff0000;
    position: relative;
    margin: 21px 0 0;
}

.tm_b3_item_img {
    position: absolute;
    bottom: 0;
    right: 45px;
}

.tm_b3_item_text {
    width: 100%;
    max-width: 900px;
    box-shadow: 0 0 15px 0px #00000026;
    border-radius: 9px;
    background: #fff;
    padding: 7px 0;
    z-index: 8;
}

.tm_b3_item_text p {
    margin: 24px 28px;
    font-size: 21px;
    position: relative;
    z-index: 9;
    line-height: 140%;
}

.tm_b3_item_photos {
    display: table;
    position: relative;
    font-size: 0;
}

.bg_tm {
    position: absolute;
    top: -48px;
    right: -54px;
}

.tm {
    position: relative;
    z-index: 9;
}

.tm_b3_item_photo {
    display: flex;
    justify-content: flex-end;
}

.tm_b3_item_name {
    font-size: 20px;
    color: #fff;
    background: #4c4c4c;
    display: table;
    font-weight: 500;
    padding: 8px 14px;
    margin: 0;
}

p.tm_b3_item_dolj {
    font-size: 20px;
    color: #fff;
    background: #d11a1a;
    display: table;
    font-weight: 500;
    padding: 8px 14px;
    margin: 8px 0 36px;
}

.tm_b3_item_text p b {
    font-style: italic;
}

.tm_b3_item_2 {
}

.tm_b3_item_2 .tm_b3_item_img {
    right: auto;
    left: -5px;
}

.tm_b3_item_2 .tm_b3_names {
    display: flex;
    justify-content: flex-end;
}

.tm_b3_item_2 .tm_b3_item_photo {
    justify-content: flex-start;
}

.tm_b3_list {
    padding: 36px 0 0;
}

.tm_b3 .tm_b2_zg {
    position: relative;
    font-size: 34px;
}

.tm_b3 .tm_b2_zg img {
    position: absolute;
    top: 3px;
    left: 42px;
}

.tm_b3_item_2 .tm_b3_item_text {
    max-width: calc(100% - 170px);
    display: flex;
    justify-content: flex-end;
    margin: 0 0 0 170px;
    padding: 7px 0 35px;
}

.tm_b3_item_2 .tm_b3_item_text_box {
    /*max-width: 915px;*/
    max-width: 755px;
}

.tm_b3_item {
    margin: 0 0 113px;
}

.tm_b3_item_2 .tm_b3_item_text p {
    margin-left: 0;
}

.tm_b3_item_3 .tm_b3_item_text,
.tm_b3_item_7 .tm_b3_item_text {
    position: relative;
}


.tm_b3_item_3 .tm_b3_names {
    padding: 0 0 94px;
}

.tm_b3_item_3 .tm_b3_names .bg_tm,
.tm_b3_item_7 .tm_b3_names .bg_tm {
    top: auto;
    bottom: 53px;
    right: 365px;
}

.tm_b3_item_4 .bg_tm,
.tm_b3_item_8 .bg_tm {
    right: auto;
    left: -202px;
    top: -29px;
}

.tm_b3_item_4 .tm_b3_item_img {
    left: 20px;
}

.tm_b3_item_4 .tm_b3_names {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    padding: 0 0 92px 0;
}

.tm_b3_item_4 .tm_b3_item_text {
    padding: 7px 0 8px;
}

.tm_nm_box {
    position: relative;
    z-index: 9;
}

/*.tm_b4 .b1_home_top_box_disp_form_item {*/
/*    margin: 0 0 23px !important;*/
/*}*/

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

.tm_b4_box {
    padding: 0 0 0 50px;
}

.tm_b4 .b1_home_top_box_info_download_a a {
    margin: 0 0 12px;
}

.tm_b4 .b1_home_top_box_info_email {
    margin: 0 0 18px;
}

.tm_b4 .tm_b2_zg b, .tm_b4 .tm_b2_zg span {
    margin: 0;
    padding-bottom: 3px;
}

.tm_b4_ct .b1_home_top_box_info {
    margin: -10px 0 0;
}

.tm_b4_bx {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.tm_b4_img {
    margin: 0 -86px 0 0;
}

.tm_b4_bx .tm_b2_zg {
    margin: 0;
}

.tm_b4_bx .b1_air_opis_2 {
    padding: 0 0 20px;
}

@media screen and (min-width: 1140px) and (max-height: 800px) {
    .b1_team_t1 {
        padding-bottom: clamp(56px, 16vh, 220px);
    }

    .b1_home.b1_team {
        background-position-y: clamp(-110px, 0vh, -14px);
    }
}


@media screen and (min-width: 1140px) and (max-height: 690px) {
    .b1_team_box {
        height: clamp(593px, 67vh, 1004px);
    }
}


@media only screen and (max-width: 680px) {
    .b1_team_t1 {
        font-size: 50px;
        padding: 259px 0 58px;
        text-indent: 0;
        letter-spacing: 5px;
    }

    .b1_home.b1_team {
        background-size: 100%;
       /* background-size: 752px;
        background-position: top center;*/
        background-position: bottom center;
    }

    .b1_team_box {
        height: auto;
    }

    .tm_b4_bx {
        flex-wrap: wrap;
    }

    .tm_b4_img img {
        width: 320px;
        height: 163px;
    }

    .tm_b4_img {
        margin: 0;
    }

    .tm_b4_box {
        padding: 0;
    }

    .tm_b2_zg {
        font-size: 26px;
    }

    .tm_b2_zg br {
        display: none;
    }

    .tm {
        height: auto;
        width: 159px;
        margin: 0 -55px -2px 0;
    }

    .tm_b2_img {
        float: none;
        width: 100%;
        margin: -21px 0 0;
        order: 10;
    }

    .tm_b2_lf {
        display: flex;
        flex-wrap: wrap;
    }

    .tm_b2_box p br {
        display: none;
    }

    .tm_b3 .tm_b2_zg {
        font-size: 23px;
    }

    .tm_b3_item_text p {
        font-size: 17px;
        margin: 19px 15px !important;
    }

    .tm_b3_item_text p br {
        display: none;
    }

    .bg_tm {
        transform: scale(0.5);
        transform-origin: right top;
    }

    .tm_b3_item_text {
        order: 2;
        margin: 0 0 22px !important;
        max-width: 100% !important;
    }

    .tm_b3_item {
        display: flex;
        flex-wrap: wrap;
        margin: 0 0 82px;
    }

    .tm_b3_item_photo {
        margin: 0 auto;
        width: 100%;
    }

    .tm_b3_item_name {
        font-size: 15px;
    }

    p.tm_b3_item_dolj {
        position: relative;
        z-index: 99;
    }

    .tm_nm_box {
        z-index: 999;
    }

    .tm_b3_names {
    }

    .tm_b3_list {
        padding: 62px 0 0;
    }

    .tm_b3_item_2 .tm_b3_item_img {
        bottom: 2px;
    }

    .tm_b3_item_3 .tm_b3_names {
        padding: 0;
    }

    .bg_tm {
    }

    .tm_b3_item.tm_b3_item_2 .bg_tm {
        right: -201px;
    }

    .tm_b3_item.tm_b3_item_3 .bg_tm {
        right: 0;
        bottom: -152px;
    }

    .tm_b3_item_4 .tm_b3_names {
        padding: 0;
    }
}

@media screen and (max-width: 980px) and (min-width: 681px) {
    .b1_team_t1 {
        font-size: 100px;
    }

    .b1_team_box {
        height: 662px;
    }

    .b1_home.b1_team {
        /*background-size: cover;
        background-position: top center;*/
        background-size: 100%;
        background-position: bottom center;
    }

    .tm_b2, .tm_b3, .tm_b4 {
        overflow: hidden;
    }

    .tm_b2_img {
        width: 255px;
    }

    .tm_b3_item_photo {
        width: 100%;
    }

    .tm_b3_item_text {
        order: 2 !important;
    }

    .tm_b3_item {
        display: flex;
        flex-wrap: wrap;
        padding: 366px 0 0;
    }

    .tm_b3_item_2 .tm_b3_item_text {
        max-width: 100%;
        margin: 0;
    }

    .tm_b3_item_text p br {
        display: none;
    }

    .tm_b3_item_text p {
        margin: 17px 30px !important;
    }


    .tm_nm_box {
        z-index: 9999;
    }

    .tm_b4_bx {
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 981px) and (max-width: 1169px) {
    .tm_b2_img {
        width: 300px;
    }

    .tm_b3_item_img {
        right: -1px;
    }


    .tm_b3_item_text {
        max-width: 800px;
    }


    .tm_b3_item_2 .tm_b3_item_img {
        left: -57px;
    }

    .tm_b3_item_3 .tm_b3_item_text_box {
        max-width: 623px;
    }

    .tm_b3_item_2 .tm_b3_item_text_box {
        max-width: 630px;
    }

    .tm_b3_item_text p br {
        display: none;
    }

    .tm_b4 .b1_air_opis_2 {
        max-width: 400px;
    }

    .tm_b2, .tm_b3, .tm_b4 {
        overflow: hidden;
    }

}
/* End */


/* Start:/bitrix/templates/china/css/search-page.css?17755654313919*/


.post-page .b1_team_t1 {
    text-indent: 0;
    text-shadow: 4px 4px 6px #00000069;
    letter-spacing: 0;
    font-size: 116px;
}

.post-page .b1_home {
    background-position: center;
    position: relative;
    z-index: 9;
}

.post-page .b5_air_box_item_opis_zag {
    max-width: 100%;
}
.post-page .b5_air {
    background-position: top -197px center;
    background-repeat: no-repeat;
    padding: 200px 0 0;
    margin: -200px 0 0;
}
.ful_bg.team-page.post-page .b3_air {
    z-index: 9;
}

.post_b1 {
    padding: 62px 0px 14px;
}

.post_b1 .h2_zag {
    line-height: 161%;
    margin: 0 0 8px;
}

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

.post_b1_item {
    width: 48%;
}

.post_b1_item p {
    font-size: 19px;
    line-height: 131%;
}

p.autor {
    display: flex;
    justify-content: flex-end;
    padding: 31px 0 0;
}
h2.post_b2_zg {
    display: flex;
    align-items: center;
    font-size: 35px;
    font-weight: 500;
    margin: 40px 0 0;
}

h2.post_b2_zg b {
    font-size: 65px;
    margin: 0 13px -9px 0;
}

i {}

h2.post_b2_zg i {
    position: relative;
    margin: 0 0 0 29px;
}

img.ic_1 {
    position: absolute;
    top: -12px;
    left: -76px;
}

.post_b2 {
    background-position: center bottom 164px;
    background-repeat: no-repeat;
    padding: 0 0 53px;
}

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

.post_b2_item {
    width: 100%;
    max-width: 527px;
}

.post_b2_item_box {
    width: 100%;
    box-shadow: 0 0 11px 0 #00000026;
    border-radius: 10px;
    padding: 21px 30px;
    background: #ffffff8c;
    height: calc(100% - 91px - 75px);
}

.post_b2_item:nth-child(2) {}

.post_b2_item:nth-child(even) {}

.post_b2_item:nth-child(even) .post_b2_img, .post_b2_item:nth-child(1) .post_b2_img {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.post_b2_item:nth-child(1) .post_b2_img img {
    margin: 0 -27px 0 0;
}

p.post_b2_item_name {
    font-size: 22px;
    margin: clamp(15px, 2vh, 30px) 0 clamp(15px, 2vh, 30px);
    font-size: clamp(21px, 2.5vh, 29px);
    font-weight: 600;
}

.post_b2_img {
    height: 111px;
    display: flex;
    align-items: flex-end;
}

p.post_b2_item_text {
    font-size: clamp(18px, 2.5vh, 23px);
    line-height: 140%;
}

@media only screen and (max-width: 680px) {
    .post-page .b1_team_t1 {
        font-size: 38px;
    }

    .post-page .b1_home {
        padding: 0;
        background-size: cover;
    }

    .post_b1 .h2_zag {
        line-height: 121%;
    }

    .post_b1_box {
        flex-wrap: wrap;
    }

    .post_b1_item {
        width: 100%;
    }

    h2.post_b2_zg {
        flex-wrap: wrap;
        font-size: 22px;
    }

    h2.post_b2_zg br {
        display: none;
    }

    h2.post_b2_zg i {
        margin: 28px 0 0 97px;
    }

    .post_b2_box {
    }

    .post_b2_item_box {
        height: auto;
        max-width: 100%;
        width: calc(100% - 60px);
    }

    .post_b2_item:nth-child(1) .post_b2_img img {
        margin: 0;
    }

    p.post_b2_item_text {
        font-size: 18px;
    }
 }

 @media screen and (max-width: 980px) and (min-width: 681px) {
    .post-page .b1_team_t1 {
        font-size: 70px;
    }

    .post_b1 .h2_zag br {
        display: none;
    }

    h2.post_b2_zg {
        flex-wrap: wrap;
        font-size: 25px;
    }

    h2.post_b2_zg i {
        margin: 19px auto 0;
    }

    .post_b2_box {
        justify-content: center;
    }

    .ful_bg.team-page.post-page .b3_air .h2_zag {
        line-height: 140%;
    }
  }

  @media screen and (min-width: 981px) and (max-width: 1169px) {
    h2.post_b2_zg {
        font-size: 29px;
    }

    .post_b2_item {
        width: 48%;
    }

    .post_b2_item_box {
        width: calc(100% - 60px);
    }

    .post_b2_item:nth-child(1) .post_b2_img img {
        margin: 0;
    }
  }
/* End */


/* Start:/bitrix/templates/china/css/product-page.css?17755654316804*/
.valut {
    display: flex;
    width: 100%;
    margin: 12px 0 0px;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 300px;
}
/* .pr-page .form_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
} */

.ful_bg.pr-page .b1_home_top_box_disp_form_item {
    margin: 0 0 clamp(15px, 2.6vh, 26px) !important;
}

.valut input {
    position: absolute;
    top: 0;
    opacity: 0;
}

.valut label {
    position: relative;
    cursor: pointer;
}

.valut label p, .valut label span {
    position: relative;
    padding: 0 0 0 28px;
}

.valut label p:before, .valut label span:before {content: "";display: block;width: 16px;height: 16px;border-radius: 3px;box-shadow: 0 0 4px 0 #00000045;position: absolute;left: 0;top: -2px;}

.valut label p:after, .valut label span:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 3px;
    position: absolute;
    left: 4px;
    top: 2px;
    background: #b20f0f;
    transition: 0.3s;
    opacity: 0;
}

.valut label input:checked+p:after {
    opacity: 1;
}
.b1_home_top_box_disp_form_item.val_box {
    width: 100%;
}

/* .pr-page .b1_air_form {
    position: relative;
} */

.pr-page .b1_air_form:before {
    background: url(/bitrix/templates/china/css/../img/pr/b1_form_1.png) no-repeat center / contain;
    top: -20px;
    right: 17px;
    width: 120px;
    height: 120px;
}

.sea-page .b1_air_form:after {
    width: 78px;
    height: 78px;
    background: url(/bitrix/templates/china/css/../img/pr/b1_form_2.png) no-repeat center;
    background-size: cover;
    right: -18px;
    bottom: 6.5vh;
}

.pr-page .b5_air:before {
    display: none;
}
h2.pr_b1_zg {
    font-size: 33px;
    position: relative;
    text-indent: 64px;
    padding: 5px 0 34px;
}

i.ics_1 {
    display: table;
    position: absolute;
    left: -22px;
    top: -15px;
    font-size: 0;
    text-indent: 0;
}
span.nmb {
    position: relative;
    height: 33px;
    width: 84px;
    display: inline-block;
}

span.nmb i {
    font-size: 108px;
    position: absolute;
    top: 0;
    text-indent: 0;
    left: 7px;
}

span.nmb_2 {
    position: relative;
    text-indent: 0;
    font-size: 93px;
    width: 252px;
    display: inline-block;
    height: 30px;
}

span.nmb_2 i {
    position: absolute;
    text-indent: 0;
}

span.nmb_2 span {
    position: absolute;
    z-index: 9;
    top: 3px;
}

i.ics_2 {
    display: table;
    left: 0;
}

span.ln_2 {
    display: block;
    text-indent: 0;
    position: relative;
    z-index: 9;
    padding: 12px 0 0;
}

i.ics_3 {
    display: table;
    right: -36px;
    top: 9px;
}

i.ics_2 {
    left: -85px;
    top: 15px;
    z-index: -1;
}

span.ln_2_1 {
    display: inline-block;
    padding: 0 87px 0 0;
}

p.pr_b1_tx {
    font-size: 30px;
    font-weight: 500;
    padding: 34px 0 0;
    line-height: 131%;
}

p.pr_b1_tx b {
    display: inline-block;
    background: #d11919;
    color: #fff;
    padding: 7px 9px  4px;
}

.pr_b1_logo {
    text-align: center;
    padding: 0 0 0;
}

.pr_b1_box {
    padding: 49px 0 101px;
    background-position: top center;
    background-repeat: no-repeat;
}

.pr_b1_video_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
}

.pr_b1_video_rg {
    margin: 0 -28px 0 0;
    position: relative;
}

.pr_b1_nm {
    position: absolute;
    bottom: -5px;
    left: 27%;
}

.pr_b1_video {
    position: relative;
    margin: -161px 0 0;
}

.pr_b1_video a.play_vid {
    position: absolute;
    top: 33%;
    left: 36%;
    margin: auto;
    z-index: 15;
}

.pr_b1_cont_item p {
    width: 200px;
    margin: 0 auto;
    border-top: 4px solid #d11919;
    text-align: center;
    padding: 16px 0 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
}

.pr_b1_cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background: #ffff;
    box-shadow: 0 0 11px 0 #0000003b;
    border-radius: 10px;
    padding: 29px 0 33px;
}

.pr_b1_cont_icon {
    height: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 680px) {
    .pr_b1_video_lf img {
        width: 100%;
    }

    .pr_b1_video_rg img {
        width: 85%;
        height: auto;
    }

    .pr_b1_video_box {
        flex-wrap: wrap;
    }

    .pr_b1_video_lf {
        position: absolute;
        bottom: 0;
        left: -206px;
    }

    .pr-page .b1_air_form:before {}

    .pr_b1_video {
        margin: 0 0 0;
    }

    .pr_b1_video a.play_vid {
        left: 6%;
        top: 12%;
    }

    .pr_b1_video_rg {
        margin: 0 0 0 0;
        display: flex;
        justify-content: flex-end;
    }

    .pr_b1_nm p.tm_b3_item_dolj {
        font-size: 17px;
    }

    p.pr_b1_tx {
        font-size: 18px;
    }

    p.pr_b1_tx br {
        display: none;
    }

    .pr_b1_cont_item {
        margin: 13px 0;
    }
    span.nmb i {
        position: static;
        font-size: 52px;
    }

    span.nmb {
        width: auto;
        height: auto;
        position: static;
        display: contents;
    }

    h2.pr_b1_zg {
        font-size: 21px;
        text-indent: 34px;
    }

    i.ics_1 {
        top: -18px;
        z-index: -1;
        left: -49px;
    }

    span.nmb_2 {
        width: auto;
        height: auto;
        font-size: 30px;
        position: static;
    }

    span.nmb_2 i {
        position: static;
    }

    span.ln_2 {
        display: inline-block;
        position: static;
        padding: 0;
        line-height: 126%;
    }

    span.nmb_2 i {
        display: none;
    }

    span.nmb_2 span {
        position: static;
    }

    span.ln_2_1 {
        padding: 0;
    }
 }

 @media screen and (max-width: 980px) and (min-width: 681px) {
    h2.pr_b1_zg {
        width: 1140px;
        transform: scale(0.65);
        transform-origin: left center;
    }

    .pr_b1_video {
        min-width: 1140px;
        transform: scale(0.6);
        transform-origin: left bottom;
        margin: -291px 0 0;
    }

    .pr_b1_box {
        overflow: hidden;
    }

    .pr_b1 {
        overflow: hidden;
    }

    .pr_b1_cont {
        width: 1140px;
        transform-origin: left top;
        transform: scale(0.6);
    }
 }
 @media screen and (min-width: 981px) and (max-width: 1169px) {
    h2.pr_b1_zg {
        width: 1140px;
        transform: scale(0.90);
        transform-origin: left center;
    }

    .pr_b1_video {
        min-width: 1140px;
        transform: scale(0.9);
        transform-origin: left bottom;
        margin: -291px 0 0;
    }

    .pr_b1_box {
        overflow: hidden;
    }

    .pr_b1 {
        overflow: hidden;
    }

    .pr_b1_cont {
        width: 1140px;
        transform-origin: left top;
        transform: scale(0.86);
    }
  }

/* End */


/* Start:/bitrix/templates/china/css/jquery.fancybox.min.css?177556543113792*/
@charset "UTF-8";.fancybox-enabled{overflow:hidden}.fancybox-enabled body{overflow:visible;height:100%}.fancybox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99993;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-container~.fancybox-container{z-index:99992}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancybox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancybox-infobar{top:0;left:50%;margin-left:-79px}.fancybox-infobar__body{display:inline-block;width:70px;line-height:44px;font-size:13px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;text-align:center;color:#ddd;background-color:rgba(30,30,30,.7);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased}.fancybox-toolbar{top:0;right:0}.fancybox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.fancybox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:visible}.fancybox-slide--image:before{display:none}.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{background:#000}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#e5e3df}.fancybox-slide--next{z-index:99995}.fancybox-slide>*{display:inline-block;position:relative;/* padding:24px; */margin:15px 0;border-width:0;vertical-align:middle;text-align:left;/*background-color:#fff;*/overflow:auto;/* max-width: 650px; */box-sizing:border-box;}.fancybox-slide .fancybox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:zoom-in}.fancybox-can-drag .fancybox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-image,.fancybox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancybox-iframe{display:block;padding:0;border:0;height:100%}.fancybox-error,.fancybox-iframe{margin:0;width:100%;background:#fff}.fancybox-error{padding:40px;max-width:380px;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font:16px/20px Helvetica Neue,Helvetica,Arial,sans-serif}.fancybox-close-small{position:absolute;top: 3px;r;right: 1px;:0width:44pxheight:44pxpadding:0;margin:0;border:0;border-radius:0;outline:none;background:transparent;z-index:10;cursor:pointer;border-radius: 50%;}.fancybox-close-small:after{content:"×";position:absolute;top: 0;right: 0;width: 47px;height: 47px;font: 42px/52px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight: 200;text-align:center;border-radius:50%;border-width:0;transition:background .25s;box-sizing:border-box;z-index:2;color: #b30f0f;}.fancybox-close-small:focus:after{/* outline:1px dotted #888 */}.fancybox-close-small:hover:after{/*color: #172747;*//* background:#eee */}.fancybox-slide--iframe .fancybox-close-small{top:0;right:-44px}.fancybox-slide--iframe .fancybox-close-small:after{background:transparent;font-size:35px;color:#aaa}.fancybox-slide--iframe .fancybox-close-small:hover:after{color:#fff}.fancybox-caption-wrap{bottom:0;left:0;right:0;padding:60px 30px 0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-button{display:inline-block;position:relative;margin:0;padding:0;border:0;width:44px;height:44px;line-height:44px;text-align:center;background:transparent;color:#ddd;border-radius:0;cursor:pointer;vertical-align:top;outline:none}.fancybox-button[disabled]{cursor:default;pointer-events:none}.fancybox-button,.fancybox-infobar__body{background:rgba(30,30,30,.6)}.fancybox-button:hover:not([disabled]){color:#fff;background:rgba(0,0,0,.8)}.fancybox-button:after,.fancybox-button:before{content:"";pointer-events:none;position:absolute;background-color:currentColor;color:currentColor;opacity:.9;box-sizing:border-box;display:inline-block}.fancybox-button[disabled]:after,.fancybox-button[disabled]:before{opacity:.3}.fancybox-button--left:after,.fancybox-button--right:after{top:18px;width:6px;height:6px;background:transparent;border-top:2px solid currentColor;border-right:2px solid currentColor}.fancybox-button--left:after{left:20px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.fancybox-button--right:after{right:20px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--left{border-bottom-left-radius:5px}.fancybox-button--right{border-bottom-right-radius:5px}.fancybox-button--close:after,.fancybox-button--close:before{content:"";display:inline-block;position:absolute;height:2px;width:16px;top:calc(50% - 1px);left:calc(50% - 8px)}.fancybox-button--close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.fancybox-arrow{position:absolute;top:50%;margin:-50px 0 0;height:100px;width:54px;padding:0;border:0;outline:none;background:none;cursor:pointer;z-index:99995;opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:opacity .25s}.fancybox-arrow:after{content:"";position:absolute;top:28px;width:44px;height:44px;background-color:rgba(30,30,30,.8);background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);background-repeat:no-repeat;background-position:50%;background-size:24px 24px}.fancybox-arrow--right{right:0}.fancybox-arrow--left{left:0;-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fancybox-arrow--left:after,.fancybox-arrow--right:after{left:0}.fancybox-show-nav .fancybox-arrow{opacity:.6}.fancybox-show-nav .fancybox-arrow[disabled]{opacity:.3}.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-25px;margin-left:-25px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--current{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancybox-fx-rotate.fancybox-slide--previous{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--next{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--current{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancybox-fx-circular.fancybox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}@media (max-width:800px){.fancybox-infobar{left:0;margin-left:0}.fancybox-button--left,.fancybox-button--right{display:none!important}.fancybox-caption{padding:20px 0;margin:0}}.fancybox-button--fullscreen:before{width:15px;height:11px;left:calc(50% - 7px);top:calc(50% - 6px);border:2px solid;background:none}.fancybox-button--pause:before,.fancybox-button--play:before{top:calc(50% - 6px);left:calc(50% - 4px);background:transparent}.fancybox-button--play:before{width:0;height:0;border-top:6px inset transparent;border-bottom:6px inset transparent;border-left:10px solid;border-radius:1px}.fancybox-button--pause:before{width:7px;height:11px;border-style:solid;border-width:0 2px}.fancybox-button--thumbs,.fancybox-thumbs{display:none}@media (min-width:800px){.fancybox-button--thumbs{display:inline-block}.fancybox-button--thumbs span{font-size:23px}.fancybox-button--thumbs:before{width:3px;height:3px;top:calc(50% - 2px);left:calc(50% - 2px);box-shadow:0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0}.fancybox-thumbs{position:absolute;top:0;right:0;bottom:0;left:auto;width:220px;margin:0;padding:5px 5px 0 0;background:#fff;word-break:normal;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:220px}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0}.fancybox-thumbs>ul>li{float:left;overflow:hidden;max-width:50%;padding:0;margin:0;width:105px;height:75px;position:relative;cursor:pointer;outline:none;border:5px solid transparent;border-top-width:0;border-right-width:0;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;min-width:100%;min-height:100%;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2px;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}}


/* End */


/* Start:/bitrix/templates/china/css/font-awesome/css/font-awesome.min.css?177556543131018*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/bitrix/templates/china/css/font-awesome/css/../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('/bitrix/templates/china/css/font-awesome/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('/bitrix/templates/china/css/font-awesome/css/../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('/bitrix/templates/china/css/font-awesome/css/../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('/bitrix/templates/china/css/font-awesome/css/../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('/bitrix/templates/china/css/font-awesome/css/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal;font-display:swap}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/* End */


/* Start:/bitrix/templates/china/css/slick.css?17755654311776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */
/* /ajax/forms/src/css/form_style.css?17755653845056 */
/* /bitrix/templates/china/template_styles.css?1758062364291 */
/* /bitrix/templates/china/css/fonts.css?177556543113314 */
/* /bitrix/templates/china/css/main.css?177556543161133 */
/* /bitrix/templates/china/css/air-page.css?177556543117366 */
/* /bitrix/templates/china/css/sea-page.css?17755654312897 */
/* /bitrix/templates/china/css/auto-page.css?17755654311231 */
/* /bitrix/templates/china/css/rw-page.css?1775565431825 */
/* /bitrix/templates/china/css/otz-page.css?17755654315189 */
/* /bitrix/templates/china/css/team-page.css?17755654318874 */
/* /bitrix/templates/china/css/search-page.css?17755654313919 */
/* /bitrix/templates/china/css/product-page.css?17755654316804 */
/* /bitrix/templates/china/css/jquery.fancybox.min.css?177556543113792 */
/* /bitrix/templates/china/css/font-awesome/css/font-awesome.min.css?177556543131018 */
/* /bitrix/templates/china/css/slick.css?17755654311776 */
