/*********General*********/
* {
    box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    padding: 0;
    margin: 0;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, th, var {
    font-weight: normal;
    font-style: normal;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

body {
    font: 16px 'Geometria', sans-serif;
    font-weight: 400;
    color: #000;
    min-width: 320px;
    background: #001540;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 1260px;
}

body::after {
    content: "";
    display: block;
    position: absolute;
    top: -200px;
    left: 0;
    background-size: 100% 100% !important;
    background: url('../images/white_back.png') no-repeat center;
    width: 100%;
    /*height: calc(100vw - 350px);*/
    opacity: 0.6;
    z-index: -1;
}

footer {
    flex: 0 0 auto;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
    overflow: hidden;
}

.page_wp img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: #000;
}

textarea {
    resize: none;
}

a:hover {
    text-decoration: none;
}

.modal {
    display: none;
}

.page_wp {
    overflow: hidden;
    flex: 1 0 auto;
    z-index: 0;
}

.wrapper {
    width: 1100px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    padding: 0 10px;
}

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

.justify-content-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.justify-content-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

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

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

.justify-content-around {
    justify-content: space-around;
}

.align-items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.align-items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.align-items-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.align-items-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

@font-face {
    font-family: 'Geometria';
    src: url('../fonts/Geometria.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Geometria';
    src: url('../fonts/Geometria-Medium.otf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Geometria';
    src: url('../fonts/Geometria-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Geometria';
    src: url('../fonts/Geometria-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'ErasBookC';
    src: url('../fonts/ErasBookC.otf') format('opentype');
}

@font-face {
    font-family: 'ErasM';
    src: url('../fonts/ErasM.ttf') format('truetype');
}

@font-face {
    font-family: 'ErasMediumC';
    src: url('../fonts/ErasMediumC.otf') format('opentype');
}


header {
    padding-bottom: 10px;
}

.itog_link {
    width: 80%;
    border-bottom: 1px solid #3d4a6d;
    text-align: right;
    margin-left: auto;
    margin-top: 30px;
    padding-bottom: 15px;
}

    .itog_link a {
        color: #fff;
        font: 18px 'ErasBookC';
    }

.request_forma {
    width: 1170px;
    background: #fff;
    margin: 0 auto;
}

.rf_top_info {
    width: 230px;
}

.rf_top {
    padding: 65px 80px 40px 105px;
    background: #f9fafd;
}

.rft_title {
    font: 32px 'ErasBookC';
    padding-top: 20px;
}

.rf_top_info p {
    font: 18px 'ErasBookC';
    line-height: 25px;
}

    .rf_top_info p span {
        display: block;
        font-weight: 700;
        color: #0B6BC4;
        font-size: 22px;
        margin-top: 10px;
    }

.request_form {
    padding: 50px 0 50px 105px;
}

.rf_p1 {
    padding-right: 207px;
}

.rf_p2 {
    padding-right: 75px;
}

.rf_title {
    color: #a0a0a0;
    font: 14px 'ErasBookC';
    text-transform: uppercase;
    letter-spacing: 0.1em;
    position: relative;
    margin-bottom: 32px;
}

    .rf_title:before {
        content: '';
        width: 100%;
        height: 1px;
        background: #e6e6e6;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -1px;
    }

    .rf_title span {
        display: inline-block;
        background: #fff;
        position: relative;
        z-index: 100;
        padding-right: 40px;
    }

.rf_input {
    width: 100%;
    height: 50px;
    border: 1px solid rgba(0, 0, 0, 0.29);
    font: 18px 'ErasBookC';
    padding-left: 20px;
    outline: none;
    color: #000;
}

    .rf_input:focus {
        border: 1px solid #000000;
    }

        .rf_input:focus::placeholder {
            color: #000;
        }

.rfb_w1 {
    width: 48%;
}

.rfb_w2 {
    width: 100%;
}

.rf_line {
    margin-bottom: 9px;
}

.rfb_w3 {
    width: 30%;
}

.rfb_w4 {
    width: 65%;
}

.rf_dop_title {
    padding-top: 40px;
}

.rf_attention {
    padding-left: 20px;
    border-left: 3px solid #1D74C7;
    margin-top: 40px;
    margin-bottom: 25px;
}

    .rf_attention p {
        font: 15px 'ErasBookC';
        margin-bottom: 9px;
    }

        .rf_attention p:last-child {
            margin-bottom: 0;
        }

.add_file_btn {
    display: block;
    width: 188px;
    height: 50px;
    font: 14px 'ErasBookC';
    background: rgba(242, 242, 242, 0.62) url("../images/ico21.png") no-repeat 10px center;
    text-align: center;
    line-height: 50px;
    padding-left: 15px;
}

.rf_dop_title_p1 {
    padding-top: 34px;
    position: relative;
}

.pavilion {
    width: 100%;
    background: #f2f2f2;
    font: 15px 'ErasBookC';
    font-weight: 700;
}

.pavilion_left {
    width: 64px;
}

.p_h1 {
    height: 134px;
}

.p_h2 {
    height: 134px;
}

.p_h3 {
	height: 64px;
}

.pl_title {
    font: 13px 'ErasBookC';
    margin-bottom: 14px;
}

.p_check {
    padding-left: 40px;
    position: relative;
    height: 23px;
    margin-bottom: 10px;
}

    .p_check input[type='radio'] {
        display: none;
    }

        .p_check input[type='radio'] + label:before {
            content: '';
            width: 23px;
            height: 23px;
            display: block;
            background: url("../images/check3.png") no-repeat;
            margin-right: 10px;
            cursor: pointer;
            position: absolute;
            top: -2px;
            left: 0;
        }

        .p_check input[type='radio']:checked + label:before {
            background-position: 0 -23px;
        }

    .p_check label {
        font: 15px 'ErasBookC';
    }

        .p_check label span {
            font-weight: 700;
        }

.pavilion_right {
    margin-left: 30px;
    padding-top: 2px;
}

.pavilion_block {
    margin-bottom: 20px;
}

.dt_right {
    font: 15px 'ErasBookC';
    margin-left: auto;
    background: #fff;
    position: relative;
    z-index: 100;
}

    .dt_right p {
        margin-left: 60px;
    }

.rf_dop_title_l1:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #e6e6e6;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
}

.fbl_text {
    font-size: 15px;
}

.fee_block {
    height: 70px;
    border-bottom: 1px solid #ccc;
}

.fb_left .p_check {
    margin-bottom: 0;
}

.fb_price {
    font: 20px 'ErasBookC';
    font-weight: 700;
    color: #1D74C7;
    margin-right: 20px;
}

.ab_input {
    width: 278px;
    height: 50px;
    border: 1px solid rgba(0, 0, 0, 0.29);
    font: 18px 'ErasBookC';
    padding-left: 20px;
    outline: none;
    color: #000;
}

    .ab_input:focus {
        border: 1px solid #000000;
    }

        .ab_input:focus::placeholder {
            color: #000;
        }

.ab_title {
    font: 15px 'ErasBookC';
    margin-bottom: 25px;
}

.fee_wp {
}

.area_block span:not(.text-danger) {
    font: 18px 'ErasBookC';
    margin-left: 10px;
    color: #909090;
}

.markup_block {
    width: 20%;
    text-align: center;
}

    .markup_block p {
        font: 16px 'ErasBookC';
    }

        .markup_block p span {
            display: block;
            color: #1D74C7;
            font-size: 22px;
            margin-top: 15px;
        }

.area_block {
    padding-top: 40px;
    margin-bottom: 38px;
}

.markup_line {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding-top: 28px;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

.ml_title {
    font: 15px 'ErasBookC';
    margin-bottom: 26px;
}

.config_block {
    width: 50%;
    margin-bottom: 47px;
}

.p_check1 {
    padding-left: 40px;
    position: relative;
    height: 23px;
    margin-bottom: 10px;
}

    .p_check1 input[type='checkbox'] {
        display: none;
    }

        .p_check1 input[type='checkbox'] + label:before {
            content: '';
            width: 23px;
            height: 23px;
            display: block;
            background: url("../images/check4.png") no-repeat;
            margin-right: 10px;
            cursor: pointer;
            position: absolute;
            top: 2px;
            left: 0;
        }

.rf_final_check .p_check1 input[type='checkbox'] + label:before {
    top: -2px;
}

.p_check1 input[type='checkbox']:checked + label:before {
    background-position: 0 -23px;
}

.p_check1 input[type='radio'] {
    display: none;
}

    .p_check1 input[type='radio'] + label:before {
        content: '';
        width: 23px;
        height: 23px;
        display: block;
        background: url("../images/check4.png") no-repeat;
        margin-right: 10px;
        cursor: pointer;
        position: absolute;
        top: 2px;
        left: 0;
    }

    .p_check1 input[type='radio']:checked + label:before {
        background-position: 0 -23px;
    }

.p_check1 label {
    font: 18px 'ErasBookC';
}

    .p_check1 label img {
    }

    .p_check1 label span {
        font-weight: 700;
    }

.c_title {
    font: 15px 'ErasBookC';
    margin-bottom: 40px;
}

.p_check1 label i {
    font-style: normal;
    width: 190px;
    display: inline-block;
    vertical-align: middle;
}

.c_attention {
    font: 13px 'ErasBookC';
    color: #909090;
    padding-top: 15px;
}

.config_wp {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 37px;
    margin-bottom: 38px;
}

.rf_final_check label {
    font-size: 15px;
}

.rf_final_check a {
    font: 15px 'ErasBookC';
    color: #1D74C7;
}

.rf_btn {
    width: 318px;
    height: 70px;
    background: #1D74C7;
    text-align: center;
    font: 24px 'ErasBookC';
    font-weight: 700;
    line-height: 70px;
    border: none;
    outline: none;
    color: #fff;
    cursor: pointer;
    margin-bottom: 50px;
}

.rf_final_check {
    margin-bottom: 27px;
}

.rf_w_text p {
    font: 13px 'ErasBookC';
    line-height: 16px;
    color: #808080;
    margin-bottom: 15px;
}

.rf_ti_pay1 {
    padding-top: 20px;
}

    .rf_ti_pay1 p {
        font-size: 24px;
    }

        .rf_ti_pay1 p span {
            font-size: 32px;
            font-weight: 400;
            margin-top: 20px;
        }

.rf_lang p {
    width: 48%;
    font: 20px 'ErasBookC';
}

.rf_p3 {
    padding-top: 30px;
}

.rf_lang {
    margin-bottom: 20px;
    padding-right: 207px;
}

.rf_block .select2-container {
    width: 411px !important;
}

.rf_block .select2-container--default .select2-selection--single {
    border: 1px solid rgba(0, 0, 0, 0.29);
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 16px;
    font: 16px 'ErasBookC';
    line-height: 40px;
    color: #808080;
    height: 40px;
}

.rf_block .select2-container--default .select2-selection--single .select2-selection__arrow {
    background: url("../images/ico22.png") no-repeat center center;
}

.select2-results__option {
    padding: 0 20px;
    min-height: 50px;
    font: 18px 'ErasBookC';
    line-height: 25px;
    display: flex;
    align-items: center;
}

.select2-search--dropdown {
    padding: 4px 20px 4px 20px;
}

.reg_text {
    font: 15px 'ErasBookC';
    padding-top: 30px;
    margin-bottom: 40px;
}

.rf_p4 {
    padding-top: 20px;
}

.rf_btn_m1 {
    margin-bottom: 0;
}

.rf_top_info p i {
    display: block;
    font-style: normal;
    font-size: 14px;
}

.rf_subtitle {
    font: 15px 'ErasBookC';
    margin-bottom: 35px;
}

.rft_m1 {
    margin-bottom: 10px;
}

.api_list li {
    list-style: none;
    margin-bottom: 7px;
}

.add_photo_img {
    width: 226px;
    height: 259px;
    border: 1px solid rgba(0, 0, 0, 0.29);
}

.add_photo_info {
    width: 630px;
    font: 15px 'ErasBookC';
    padding-left: 70px;
}

.add_photo_wp {
    padding-top: 40px;
    margin-bottom: 30px;
}

.api_title {
    margin-bottom: 27px;
}

    .api_title span {
        display: block;
        font-weight: 700;
        margin-top: 10px;
    }

.api_btn {
    width: 209px;
    height: 46px;
    font: 16px 'ErasBookC';
    background: #1D74C7;
    display: block;
    line-height: 46px;
    text-align: center;
    color: #fff;
    font-weight: 600;
}

.api_list {
    margin-bottom: 30px;
}

.mob_en_block {
    display: none;
    padding-top: 20px;
}

.main_wp {
    width: 100%;
    position: relative;
    min-height: 100vh;
}

    .main_wp header {
        /*padding: 0;*/
    }

    .main_wp > * {
        z-index: 3;
        position: relative;
    }

    .main_wp > .main_info {
        z-index: 4;
        position: relative;
    }

    .main_wp:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        background: #4068AB;
        opacity: 0.85;
    }

.main_bot {
    padding-bottom: 40px;
}

.logo img {
    width: 170px;
    height: auto;
	margin-top:32px;
}

.section_logo img {
	margin-top: 8px;
}

.main_logo {
    padding-top: 45px;
    margin-left: 110px;
}

.mi_text {
    width: 800px;
    margin-left: 70px;
}

    .mi_text p {
        color: #fff;
        font: 35px 'Roboto', sans-serif;
        font-weight: 300;
        line-height: 50px;
    }

.main_info {
    margin-bottom: 250px;
	margin-top: 40px;
}

.mir_data {
    color: #fff;
    font: 85px 'Roboto', sans-serif;
    font-weight: 100;
    margin-bottom: 80px;
}

    .mir_data span {
        font-size: 33px;
        display: block;
        margin-top: 20px;
    }

    .mir_data i {
        font-style: normal;
        font-size: 24px;
    }

.mi_right {
    margin-left: auto;
    margin-right: auto;
}
	.mi_right_mir {
		font-size: 24px;
		font-weight: 300;
		line-height: 50px;
	}

.btn_partner {
    padding-left: 0;
    padding-right: 30px;
	width: 33%;
	min-width: 280px;
	margin-bottom: 20px;
}
.btn_partner .pressMediaMenuIcon{
    margin-bottom:5px;width: auto;
}

.participate_btn {
    display: block;
    width: 509px;
    height: 90px;
    font: 33px 'Roboto', sans-serif;
    font-weight: 700;
    border: 4px solid #fff;
    text-align: center;
    line-height: 82px;
    color: #fff;
    position: relative;
    padding-right: 0;
}

    .participate_btn:before {
        content: '';
        width: 56px;
        height: 23px;
        background: url("../images/ico24.png") no-repeat;
        position: absolute;
        top: 50%;
        margin-top: -12px;
        right: 30px;
        display: none;
    }

.register_btn {
	margin-top: 10px;
}

.mb_brands_wp {
    margin-left: 70px;
}

.mb_brands span {
    color: #fff;
    text-decoration: underline;
    display: inline-block;
    margin-bottom: 25px;
}

.mb_brands img {
	margin-right: 25px;
	max-width: 100px;
}

.mb_brands_wp .mb_brands:first-child a{
    text-align: center;
}
.mb_brands_wp .mb_brands:last-child a {
	text-align: center;
}
.mb_brands_wp .mb_brands:first-child a img{
    /*width: 90%;*/
    text-align: center;
    margin-bottom: 5px;
}
.mb_brands_wp .mb_brands:last-child a img {
	/*width: 90%;*/
	text-align: center;
	margin-bottom: 5px;
}
.main_wp header{
    position: relative;
}
.page_wp header .logo{
    position: absolute;
    top: 0;
    left: 70px;
}
.left_block{
    height: 190px;
}

.mbb_v1 {
    margin-left: 20px;
    border-left: 1px solid #fff;
    padding-left: 40px;
}

	.mbb_v1 a:nth-child(n+3) img {
		/*background-color: red;*/
		max-width: 50px;
	}

    /*.mbb_v1 span {
        margin-bottom: 35px;
    }*/

.cb_text {
    font: 25px 'Roboto', sans-serif;
    color: #D5D1BD;
    font-weight: 300;
    margin-bottom: 10px;
}

    .cb_text a {
        color: #fff;
        text-decoration: underline;
    }

.cb_phone a {
    text-decoration: none;
}

.soc_block {
    margin-top: 20px;
}

    .soc_block a {
        width: 28px;
        height: 28px;
        margin-right: 27px;
    }

.soc_vk {
    background: url("../images/soc-vk.png") no-repeat;
}

.soc_fb {
    background: url("../images/soc-fb.png") no-repeat;
}

.soc_ig {
    background: url("../images/soc-ig.png") no-repeat;
}

.contacts_block {
    margin-left: auto;    
}

.main_img {
    position: absolute;
    left: 0;
    bottom: 0;
}

.form_overlay {
    position: relative;
}

    .form_overlay:before {
        content: '';
        background: rgba(255,255,255,0.85);
        position: absolute;
        width: 100%;
        height: 100%;
        visibility: hidden;
        transition: 0.5s all ease;
        opacity: 0;
        z-index: 2;
    }

    .form_overlay.disabled:before {
        content: '';
        background: rgba(255,255,255,0.85);
        position: absolute;
        width: 100%;
        height: 100%;
        visibility: visible;
        transition: 0.5s all ease;
        opacity: 1;
        z-index: 2;
    }

.form_overlay_street {
	position: relative;
}

	.form_overlay_street:before {
		content: '';
		background: rgba(255,255,255,0.85);
		position: absolute;
		width: 100%;
		height: 100%;
		visibility: hidden;
		transition: 0.5s all ease;
		opacity: 0;
		z-index: 2;
	}

	.form_overlay_street.disabled:before {
		content: '';
		background: rgba(255,255,255,0.85);
		position: absolute;
		width: 100%;
		height: 100%;
		visibility: visible;
		transition: 0.5s all ease;
		opacity: 1;
		z-index: 2;
	}

.pavilion_wp.nopad .pavilion_right {
    margin-left: 0;
    width: 100%;
}

.rf_approval {
    padding-left: 140px;
    background: url("../images/tick.svg") no-repeat 0 40px;
    background-size: 73px 73px;
    padding-right: 180px;
}

.approval_wp {
    padding: 70px 100px;
}

.approval_title {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 20px;
}

.approval_text {
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 30px;
    padding-right: 60px;
}

.approval_info {
    border-top: 2px solid #f2f2f2;
    padding-top: 40px;
}

    .approval_info p {
        font-size: 18px;
        line-height: 29px;
        margin-bottom: 30px;
        padding-right: 60px;
    }

        .approval_info p span {
            color: #1b5793;
        }

.toggle_wp {
    position: relative;
}

.toggle_menu {
    position: absolute;
    top: 90px;
    padding-left: 20px;
    padding-right: 20px;
    left: 0;
    width: 100%;
    background: rgba(12,16,38,0.8);
    z-index: 999;
    display: none;
}

    .toggle_menu ul li {
        list-style: none;
        display: block;
    }

        .toggle_menu ul li a {
            color: #fff;
            font-size: 16px;
            font-weight: 400;
            padding: 20px 0 25px 61px;
            display: block;
            border-bottom: 1px rgba(255,255,255,0.15) solid;
            position: relative;
        }

            .toggle_menu ul li a:before {
                content: '';
                width: 14px;
                height: 10px;
                position: absolute;
                top: 26px;
                left: 22px;
                opacity: 0.3;
                z-index: 9;
            }
			.tm-arrow ul li a:before {
				background: url('../images/arrow.png') no-repeat 0;
			}

.toggle_link:hover.toggle_link:before {
    opacity: 1;
}

.request_report_wp {
	padding: 0 60px;
	position: relative;
	margin: 30px 0;
}

.rr_text {
	font: 18px 'ErasMediumC';
	line-height: 28px;
	margin-top: 30px
}


.request_info_block {
	text-align: center;
	position: relative;
	width: 33.333%;
}

.request_info {
    padding-top: 30px;
    padding-bottom: 16px;
}

.ri_text {
    font-size: 14px;
    color: #ffffff;
    line-height: 18px;
    padding: 0 60px;
    position: relative;
    font-family: ErasMediumC;
    letter-spacing: 0.5px;
}

    .ri_text:before {
        content: '';
        width: 72px;
        height: 1px;
        background: #e6e6e6;
        position: absolute;
        top: 25px;
        right: -50px;
    }

.ri_img {
    filter: brightness(1.5);
    margin-bottom: 40px;
}

.request_info .request_info_block:last-child .ri_text:before {
    display: none;
}

.pb_size1 {
    width: 188px;
    height: 134px;
}

.pavilion_btn {
    border: 1px solid #E6E6E6;
    margin-left: auto;
    font-size: 14px;
}

    .pavilion_btn img {
        margin-right: 10px;
    }

.pb_size2 {
    width: 188px;
    height: 134px;
}

.pb_size3 {
	width: 188px;
	height: 55px;
}

.scheme_left {
    width: 22%;
    position: relative;
}

.scheme_right {
    width: 77%;
}

.modal_w1 {
    width: 1180px;
    overflow: visible;
}

.scheme_right img {
    width: 100%;
    height: auto;
}

.sl_text {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 30px;
}

    .sl_text span {
        display: block;
        font-weight: 700;
    }
    .l_text {
    font-size: 12px;
    margin-top: 30px;
   
    }

.legend_block {
    border: 1px solid #e1e2e1;
    padding: 15px;
}

.lb_text {
    font-size: 10px;
    padding-left: 25px;
    margin-bottom: 10px;
    min-height: 16px;
}

.lb_bg_building {
    background: url("../images/col1.png") no-repeat;
}

.lb_bg_bitumen {
    background: url("../images/col2.png") no-repeat;
}

.lb_bg_safety {
    background: url("../images/col3.png") no-repeat;
}

.lb_bg_intelligent {
    background: url("../images/col4.png") no-repeat;
}

.lb_bg_bkad {
    background: url("../images/col5.png") no-repeat;
}

.lb_bg_standard {
    background: url("../images/col6.png") no-repeat;
}

.lb_bg_machinery {
    background: url("../images/col7.png") no-repeat;
}

.lb_bg_service {
    background: url("../images/col8.png") no-repeat;
}

.lb_bg_lighting {
    background: url("../images/col9.png") no-repeat;
}

.lb_bg_community {
	background: url("../images/col10.png") no-repeat;
}

.sl_logo {
    margin-bottom: 20px;
}

.fancybox-close-small:after {
    display: none;
}

.fancybox-close-small {
    width: 20px;
    height: 20px;
    background: url("../images/close2.png") no-repeat;
    position: absolute;
    top: -45px;
    right: 0;
}

.data_text {
    text-transform: uppercase;
    font-size: 14px;
    /*position: absolute;*/
    left: 0;
    bottom: 10px;
	margin-top: 10px;
}

.topmenu {
    height: 100px;
}

    .topmenu ul li a {
        color: #fff;
        font: 18px 'Roboto', sans-serif;
    }

	.topmenu ul li {
		list-style: none;
		width: 33.3333%;
		text-align: center;
		padding: 7px 10px;
		box-sizing: border-box;
	}

.lk_user {
    width: 40px;
    height: 40px;
    background: url('../images/ico29.png') no-repeat 0;
    cursor: pointer;
}

.lk_body .lk_user {
    background: url('../images/exit_ico.png') no-repeat 0;
}

.loginPage.logo {
    margin-right: auto
}

.lk_body .logo img {
    width: 100px;
    height: auto;
}

.lk_screen {
    background: #fcfcfd;
    padding: 50px 45px 0 66px;
}

.lk_header_wp {
    width: 100px;
    height: 100px;
}

.lks_title {
    font: 28px 'ErasBookC';
    height: 65px;
    line-height: 65px;
	margin: 0 auto;
}

.lks_head {
    height: 65px;
	margin-bottom: 20px;
}

.lks_status {
    padding-left: 60px;
    border-left: 1px #aaa solid;
    height: 65px;
}

    .lks_status p {
        color: #aaa;
        font: 22px 'ErasBookC';
        margin-left: 12px;
    }

.lks_left {
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(204,204,204,0.5);
    -moz-box-shadow: 0px 0px 12px 0px rgba(204,204,204,0.5);
    box-shadow: 0px 0px 12px 0px rgba(204,204,204,0.5);
    margin-bottom: 15px;
}

.lk_add_logo {
    padding: 20px;
    border: 2px rgba(204,204,204,0.65) dashed;
    border-radius: 4px;
    cursor: pointer;
}

.lk_add_logo {
    font: 16px 'ErasBookC';
    color: #aaa;
    flex-wrap: nowrap;
}

    .lk_add_logo img {
        display: block;
        margin-top: 2px;
        margin-right: 20px;
    }

.add_1 {
    min-width: 30px;
    height: 30px;
}

.add_2 {
    min-width: 33px;
    height: 57px;
}

.lk_organisation {
    padding: 15px;
    border-top: 1px rgba(204,204,204,0.65) solid;
}

.lko_label {
    font: 14px 'ErasBookC';
    color: #aaa;
}

.lko_name {
    font: 14px 'ErasBookC';
    /*margin-top: 13px;*/
}

.lko_square {
    color: #0B6BC4;
    font: 26px 'ErasBookC';
    margin-top: 10px;
}

    .lko_square sup {
        font: 14px 'ErasBookC';
        position: relative;
        top: -2px;
    }

.lko_country {
    font: 14px 'ErasBookC';
    margin-top: 15px;
}

.lko_position {
    font: 14px 'ErasBookC';
    margin-top: 8px;
}

.lko_price {
    font: 14px 'ErasBookC';
    margin-top: 25px;
    color: #0B6BC4;
}

    .lko_price span {
        font: 18px 'ErasBookC';
        display: block;
        margin-top: 5px;
    }

.lk_bar {
    padding: 15px;
    border: 2px rgba(204,204,204,0.65) dashed;
    border-radius: 4px;
    margin-bottom: 16px;
    width: 100%;
    /*height: 140px;*/
	height: 170px;
    position: relative;
    transition: 0.4s all ease;
    top: 0;
    cursor: pointer;
}

.lkb_plus {
    margin-top: 15px;
    width: 40px;
    height: 40px;
    background: url('../images/plus_sprite.png') no-repeat 0 0;
    margin-bottom: 15px;
}

.lk_bar_wp > div:hover {
	background-color: #e4f4da;
}

.bv_pr_link {
	padding-top: 60px;
	background: url('../images/checklist.png') no-repeat 0 0;
	background-position-x: center;
	background-size: 50px;
}

.lk_hotel {
	padding-top: 60px;
	background: url('../images/lk_hotel.png') no-repeat 0 0;
	background-position-x: center;
	background-size: 50px;
	text-align: center;
}

.lk_security {
	padding-top: 60px;
	background: url('../images/lk_security.png') no-repeat 0 0;
	background-position-x: center;
	background-size: 50px;
	text-align: center;
}
.lk_spec_rules {
	padding-top: 60px;
	background: url('../images/insurance.png') no-repeat 0 0;
	background-position-x: center;
	background-size: 50px;
	text-align: center;
}
.lk_where_badge {
	padding-top: 60px;
	background: url('../images/badge.png') no-repeat 0 0;
	background-position-x: center;
	background-size: 50px;
	text-align: center;
}

.lk_security a {
	font-size: 16px;
}

.lkb_check {
    width: 40px;
    height: 40px;
    background: url('../images/ico33.png') no-repeat 0 0;
    margin-bottom: 15px;
}

.lk_bar p {
    text-align: center;
    width: 100%;
}

.lk_bar_white {
    background: #fff;
    border: none;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(204,204,204,0.5);
    -moz-box-shadow: 0px 0px 12px 0px rgba(204,204,204,0.5);
    box-shadow: 0px 0px 12px 0px rgba(204,204,204,0.5);
}

.lk_bar_wp > div {
    padding-left: 8px;
    padding-right: 8px;
}

.lk_bar_wp.row {
    margin-left: -8px;
    margin-right: -8px;
}

.visitor_info_wp .row{
	padding: 10px 0px;
}

.lk_bar_small p {
    font-size: 13px;
}

.red_star {
    color: red;
}

/*.lks_center {
    margin-top: 90px;
}*/

.lks_avatar {
    display: inline-block;
}

    .lks_avatar img {
        border-radius: 100%;
        margin-right: 0;
    }

.lks_avatar {
    margin: 0 auto;
    position: relative;
}

.lks_avatar_read {
    width: 30px;
    height: 30px;
    background: url('../images/ico38.png') no-repeat center;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: -47px;
}

.lk_bar:not(.lk_bar_white):hover {
    border: 2px #0B6BC4 dashed;
    transition: 0.4s all ease;
    top: -6px;
}

    .lk_bar:not(.lk_bar_white):hover .lkb_plus {
        background-position: 0 -40px;
    }

.lk_message {
    background: #f0f0f0;
    padding: 30px 45px 0 66px;
}

.lk_message_area {
    background: #fff;
    height: 340px;
}

.lkm_title {
    font: 28px 'ErasBookC';
    margin-top: 10px;
    margin-bottom: 35px;
}

.message_list {
    height: 250px;
    padding: 10px 10px 18px 10px;
    box-sizing: border-box;
    flex-direction: column;
    flex-wrap: nowrap;
    overflow: hidden;
}

.message_scroll {
    overflow: auto;
    padding-right: 15px;
}

.message_line {
    padding-bottom: 10px;
}

.message_input {
    height: 90px;
    border-top: 1px rgba(204,204,204,0.65) solid;
    position: relative;
}

.message_input_buttons {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.message_text {
    padding: 12px 15px 12px 15px;
    background: #f0f0f0;
    border-radius: 6px;
    font-size: 13px;
    margin-left: 10px;
    max-width: 80%;
}

.ltr_user {
    justify-content: end;
}

    .ltr_user .message_text {
        order: 1;
        margin-left: 0;
        margin-right: 10px;
        background: rgba(240,240,240,0.2);
    }

    .ltr_user .message_avatar {
        order: 2;
    }

.message_input {
    padding: 14px 10px 30px 10px;
    position: relative;
}

    .message_input textarea {
        display: block;
        width: 100%;
        height: 50px;
        font: 13px 'Geometria', sans-serif;
        border: none;
    }

.message_label {
    height: 33px;
    padding-right: 50px;
    background: url('../images/ico34.png') no-repeat right 0;
    color: #aaa;
    position: absolute;
    top: 5px;
    left: 10px;
    font: 13px 'Geometria', sans-serif;
}

.message_file {
    width: 11px;
    height: 20px;
    background: url('../images/ico35.png') no-repeat 0 0;
}

.message_smiles {
    width: 21px;
    height: 21px;
    background: url('../images/ico36.png') no-repeat 0 0;
    margin-left: 15px;
    position: relative;
    top: -1px;
}

.message_input.focused textarea + p {
    display: none;
}

.lkm_address {
    color: #000;
    font: 18px 'ErasBookC';
    margin-bottom: 15px;
}

    .lkm_address span {
        color: #aaa;
    }

.mi_text_dop {
    padding-left: 20px;
    border-left: 2px solid #FFFFFF;
    margin-top: 40px;
}

    .mi_text_dop p {
        font-weight: 300;
        font-size: 25px;
        line-height: 36px;
        margin-bottom: 30px;
    }

.content_wp {
    background: rgba(0, 66, 134, 0.5);
    margin-bottom: 70px;
    padding: 50px 60px;
}

.content_news hr {
    border: none;
    color: #465980;
    background-color: #465980;
    height: 1px;
    width: 100%;
    margin-top: 10px;
}

@media(max-width: 767px) {
    .content_news hr {
        margin-left: 8px;
    }
}

.content_title {
    font-size: 16px;
    margin-bottom: 20px;
    font-family: "ErasMediumC";
}


.contacts_top {
    padding: 50px 60px;
}

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

/*.contacts_item {
    width: 45%;
}*/

.contacts_block1 {
    width: 100%;
}

.ci_title {
    font-size: 16px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e3e3e4;
    margin-bottom: 25px;
}

.ci_line:first-child {
    height: 36px;
}

    .ci_line p {
        font-size: 14px;
        margin-bottom: 7px;
    }

    .ci_line a {
        font-size: 16px;
    }

.contacts_map {
    width: 100%;
    height: 584px;
}

.news_item {
    width: 48%;
    padding: 20px;
    transition: .2s;
    margin-bottom: 10px;
}

.news_wp {
    padding: 50px 60px;
}

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

.exb_text {
    font-family: 'ErasDemiC';
    font-size: 29px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.63;
    line-height: 37px;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    align-items: center;
    margin-bottom: 22px;
    margin-top: 10px;
}

.content_news {
    background: rgba(0, 66, 134, 0.5);
    margin-bottom: 70px;
    padding: 10px 30px;
}

.content_post {
    color: #ffffffa6;
    /* opacity: 0.8; */
    padding: 0 0 20px;
    position: relative;
    z-index: 1;
    display: block;
    min-height: 170px;
}

h4 a {
    color: #ffffffab;
}

h4 a:hover {
    color: #ffffff;
}

.content_post p {
    font-family: 'ErasMediumC';
    margin-top: 0;
    margin-bottom: 1rem;
}

.news_img {
    margin-bottom: 15px;
}

    .news_img img {
        width: 100%;
        height: 259px;
        object-fit: cover;
    }

.ext_news_img {
	margin-bottom: 15px;
	margin-right: 30px;
}

	.ext_news_img img {
		width: auto;
		max-height: 250px;
		max-width: 250px;
		object-fit: cover;
	}

.mm-preview-text {
	justify-content: center;
	display: flex;
	flex-direction: column;
}

.news_item:hover {
    background: #f6f6f6;
}

.news_text {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 12px;
}

.news_data {
    font-size: 14px;
    color: #8a8a8a;
    padding-left: 20px;
    background: url("../images/ico39.png") no-repeat 0 2px;
}

.news_more_btn {
    width: 316px;
    height: 67px;
    font-size: 20px;
    border: 1px solid #dbdbdc;
    text-align: center;
    line-height: 65px;
    display: block;
    margin-top: 50px;
}

.news_content img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.news_content p {
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 20px;
}

.nc_btns .news_more_btn {
    width: 150px;
    margin-right: 90px;
    margin-top: 0;
}

.nc_social p {
    margin-right: 30px;
}

.nc_social {
    height: 67px;
    border-left: 1px solid #cacaca;
    padding-left: 60px;
}

    .nc_social a {
        width: 24px;
        height: 24px;
        margin-right: 5px;
    }

.nc_soc_fb {
    background: url("../images/soc4.png") no-repeat;
}

.nc_soc_vk {
    background: url("../images/soc5.png") no-repeat;
}

.nc_soc_tv {
    background: url("../images/soc6.png") no-repeat;
}

.nc_soc_ig {
    background: url("../images/soc7.png") no-repeat;
}

.nc_soc_ok {
    background: url("../images/soc8.png") no-repeat;
}

.nc_btns {
    padding-top: 70px;
}

.press_tabs a, .info_tabs a {
    width: 100%;
    margin-bottom: 25px;
    font-size: 20px;
    display: inline-block;
    border-left: 4px solid #0c1d49;
    text-decoration: none;
}

    .press_tabs a.active, .info_tabs a.active {
        border-left: 4px solid #b35ca5;
    }

/*.press_tabs, .info_tabs {
    margin-bottom: 20px;
}*/

.press_block .news_data {
    margin-bottom: 10px;
}

.press_block {
	transition: .2s;
	padding-top: 15px;
	padding-bottom: 30px;
	width: 100%;
	display: flex;
}

    .press_block:hover {
        background: #f7f7f8;
    }

    .press_block:before {
        content: '';
        width: 70px;
        height: 100%;
        background: #f7f7f8;
        position: absolute;
        top: 0;
        left: -70px;
        opacity: 0;
        transition: .2s;
    }

    .press_block:after {
        content: '';
        width: 70px;
        height: 100%;
        background: #f7f7f8;
        position: absolute;
        top: 0;
        right: -70px;
        opacity: 0;
        transition: .2s;
    }

    .press_block:hover:before {
        opacity: 1;
    }

    .press_block:hover:after {
        opacity: 1;
    }

.linkBox {
	background-color: #f2f2f2;
	width:100%;
	min-height: 70px;
	padding-top: 15px;
	display: block;
	position: relative;
	transition: 0.6s;
}

.prt_btn_wp {
	background-color: #f2f2f2;
	width: 100%;
	min-height: 70px;
	display: block;
	position: relative;
	transition: 0.6s;
}

.prt_btn_icon {
	float:left;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.prt_btn_text {
	position: absolute;
	left: 90px;
	top: 50%;
	transform: translateY(-50%);
}

.pressMediaMenuIcon {
    height: 40px !important;
    display: inline-block !important;
    margin-right: 15px;
    margin-left: 15px;
}

.banner {
    background-color: #c672ae;
}

    .banner:hover {
        background-color: #f4c3f4;
    }

.content_h {
    overflow: hidden;
}

.page_wp .logo {
    padding-top: 15px;
}
.submenu {
    position: absolute;
    z-index: 5;
    min-width: 200px;
    background: white;
    border-top: 1px solid #CBCBCC;
    border-left: 1px solid #CBCBCC;
    border-right: 1px solid #CBCBCC;
    visibility: hidden;
    opacity: 0; 
    transform-origin: 0% 0%;
    transform: rotateX(-90deg);
    transition: .3s linear;  
  }
  .submenu li {position: relative;}
  .submenu li a {
    color: #282828;
    padding: 10px 20px;
    font-size: 13px;
    border-bottom: 1px solid #CBCBCC;
  }
  .submenu .submenu {
    position: absolute;
    left: 100%;
    top: -1px;
    transition: .3s linear;
  }




  .info_content p{
      font-size: 18px;
      line-height: 29px;
      margin-bottom: 20px;
  }
  .page_partial_content table{
      border: none;
  }
  .page_partial_content td{
      padding: 10px;
      border: none;
  }
.page_partial_content strong{
    font-size: 20px;
    font-weight: 700;
}
.info_content .page_partial_content p{
    margin-bottom: 0;
}
.page_partial_content ul li{
    /*font-size: 18px;
    line-height: 29px;
    list-style-position: inside;*/
}

.page_partial_content details:focus, .page_partial_content summary:focus {
    outline: -webkit-focus-ring-color none !important;
}
.page_partial_content details summary {
    cursor: pointer;
}

.gallery_table td{
    padding: 0 10px !important;
}
.gallery_table td img{
    width: auto !important;
    height: 210px !important;
    display: inline-block;
    vertical-align: bottom;
}

.in-development {
	margin-top: 30px;
	font-size: 25px;
}

/*.rbtn_row {
	width: 120px;
	display: flex;
	justify-content: space-between;
	height: 50px;
	padding: 15px 0px 15px 20px;
	margin: 10px 0px 10px 0px;
}*/

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

.rbtn-container {
	display: flex;
	padding-left: 20px;
	height: 70px;
	align-items: center;
}

	.rbtn-container > div {
		width: 70px;
		text-align: left;
	}

.sponsors-title {
	text-align: center;
	font: 34px 'ErasBookC';
	text-transform: uppercase;
	letter-spacing: .025em;
	/*margin-bottom: 60px;*/
	color: #000;
	padding: 40px;
}

.sponsors_header {
	margin-top: 70px;
	font-size: 36px;
}
.sponsors_logo {
	margin: 50px;
}

.partners_tabs a {
	text-decoration: none;
	display: inline-block;
	font-size: 20px;
	text-transform: none;
	opacity: .5;
	position: relative;
	/*margin: 30px 30px;*/
	padding-bottom: 8px;
}
	.partners_tabs a.active {
		opacity: 1;
		border-bottom: 3px solid #b864a8;
	}

	.partners_tabs a:hover {
		opacity: 1;
		border-bottom: 3px solid #b864a8;
	}


.partners_tabs p {
	font: 24px 'Geometria';
	color: #13498a;
}

.partners_container {
	background: #fff;
	/*margin-bottom: 70px;*/
	padding: 10px 60px;
}

.partners_title {
	font: 32px 'ErasBookC';
	padding-top: 40px;
}

.partners_request_form {
	padding: 50px 0 50px 0px;
}
.mm_link {
    display: none;
    width: 30px;
    height: 30px;
    background: url("../images/menu.png") no-repeat center center;
}

.mob_menu {
    width: 100%;
    background: #041235;
    position: absolute;
    left: 0;
    top: 70px;
    z-index: 9999999999;
    padding: 30px 0;
    display: none;
}

    .mob_menu a {
        color: #fff;
        display: block;
        padding-left: 51px;
        margin-bottom: 20px;
    }

        .mob_menu a:last-child {
            margin-bottom: 0;
        }

.mm_close {
    background: url("../images/close2.png") no-repeat center center;
}

.participate_btn_mob {
    display: none;
}

.mm_column div {
    width: 50%;
}

.header_v3 .mm_link {
    margin-left: 0;
}

.pt_top {
    cursor: pointer;
    height: 82px;
    background: #fff;
    box-shadow: 0px 9px 23px rgba(0, 0, 0, 0.07);
    border-radius: 6px;
    padding-left: 10px;
    padding-right: 10px;
}

    .pt_top p {
        font: 30px 'ErasBookC';
    }

    .pt_top span {
        width: 24px;
        height: 13px;
        background: url("../images/ico40.png") no-repeat;
    }

.pt_toggle_block {
    width: 100%;
    position: absolute;
    left: 0;
    top: 80px;
    z-index: 10000;
    background: #fff;
    display: none;
}

    .pt_toggle_block a {
        display: block;
        padding-left: 50px;
        color: #0C1D49;
        margin-bottom: 15px;
    }

.press_mob_tabs {
    position: relative;
    display: none;
}

.pt_toggle_block .pt_btn {
    font-size: 22px;
    color: #fff;
    background: #B15C9F;
    height: 60px;
    line-height: 60px;
    margin-bottom: 0;
}
.mob_logo {
    display: none;
}
.pt_top.active span {
    transform: rotate(180deg);
}

.about_img {
	padding-top: 60px;
	margin-bottom: 60px;
	position: relative;
	z-index: 600;
}
.about_text p {
	font: 18px 'ErasMediumC';
	line-height: normal;
	line-height: 28px;
	letter-spacing: .025em;
	text-align: left;
	position: relative;
	margin-bottom: 25px;
}
.screen_6.time {
	text-align: center;
}

.screen_6 {
	padding-top: 70px;
	padding-bottom: 133px;
	position: relative;
	z-index: 1000;
}
.about_text.time {
	margin: 15px;
}

.about_text {
	font: 18px 'ErasMediumC';
	line-height: normal;
	line-height: 28px;
	letter-spacing: .025em;
	text-align: center;
}

.time h2 {
	text-align: center;
	font: 50px 'ErasBookC';
	text-transform: uppercase;
	letter-spacing: .025em;
	margin-bottom: 60px;
	color: #000;
}

.about_text.time span {
	margin-bottom: 0;
	padding-left: 80px;
	padding-right: 80px;
	font-size: 27px;
}

.static_about {
	border-bottom: 1px solid #dce3e9;
}
.about_text_main {
	font-size: 26px !important;
	line-height: 36px !important;
}

.lk_item {
	padding: 15px;
	border-top: 1px rgba(204,204,204,0.65) solid;
	background: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(204,204,204,0.5);
	-moz-box-shadow: 0px 0px 12px 0px rgba(204,204,204,0.5);
	box-shadow: 0px 0px 12px 0px rgba(204,204,204,0.5);
	margin-bottom: 15px;
}

.lk_item .row {
	padding: 10px 0px;
}

/*.program_tabs {
	text-align: center;
}

	.program_tabs a {
		font: 24px 'Geometria';
		color: #13498a;
		text-transform: none;
		opacity: .5;
		border-bottom: 3px solid rgba(255,255,255,0);
		padding-bottom: 8px;
		white-space: nowrap;
	}

.program_tabs {
	margin-top: 50px;
}

	.program_tabs a:hover {
		opacity: 1;
		border-bottom: 3px solid #b864a8
	}

	.program_tabs a.active {
		opacity: 1;
		border-bottom: 3px solid #b864a8;
		text-decoration: none;
	}

.program_header_wp .row > div {
	margin: 20px 0px;
}
*/
/*.programm_table {
	word-break: break-word;
}*/

.partners_tabs div {
	text-align: center;
	align-items: center; /* Align the flex-items vertically */
	justify-content: center;
}

.tabs_inner p {
	vertical-align: middle;
}

.partners_tabs_wp {
	padding: 20px 0px;
}

.partners_tabs div {
	padding: 20px 0px;
}

.p_btn_wp {
	padding: 20px 0px;
}

.brand_block {
	margin: 20px;
}

.lks_center .row {
	justify-content: space-between;
}

.uat-warning {
	color: #9F6000;
	background-color: #FEEFB3;
	max-width: 600px;
	max-height: 300px;
	/*background-color: red;*/
	font-size: 18px;
	margin: 20px auto;
	padding: 10px;
}

#extnews-img-loading {
	background-image: url('/images/remove-symbol.png');
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position-x: 99%;
	background-position-y: center;
}

.memo_picture {
	margin: 20px 0;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.container {
	width: 1290px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	padding: 0 !important;
}

.container_background {
    background: rgba(255, 255, 255, 0.9);
}

.about_text.time {
	margin: 15px;
}
.about_text_main {
	font-size: 26px !important;
	line-height: 36px !important;
}
.about_text {
	font: 18px 'ErasMediumC';
	font-size: 18px;
	line-height: normal;
	line-height: 28px;
	letter-spacing: .025em;
	text-align: center;
}
.about_time_text {
	font: 18px 'ErasMediumC';
	line-height: 28px;
	letter-spacing: .025em;
	margin-bottom: 25px;
	position: relative;
	z-index: 1000;
}

.container a span:first-child {
	padding-left:0;
}