a,button {
	transition: .6s;
}
a,button,input, select, textarea {
	outline: 0!important;
}
section {
	margin: 75px 0;
}
a {
	color: #054b78;
	text-decoration: none;
}
section p {
	font-size: 16px;
	font-weight: 500;
}
ul {
	margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0;
    margin: 0;
    padding: 0;
}
body {
	font-family: 'Open Sans', sans-serif;
}
h2 {
	font-size: 26px;
	padding: 0 10px;
	color: #444;
	text-transform: uppercase;
	font-weight: 600;
	margin: 20px 0;
	text-align: center;
}
.no_default {
	padding: 0;
	text-transform: none;
	margin: 0;
}
/* HEADER */
header {
	box-shadow: 0 2px 19px 3px rgba(0, 0, 0, 0.05);
}
.header_centered {
	align-items: center;
	justify-content: center;
}
.header_centered a {
	color: #e42527;
	font-weight: 600;
	font-size: 14px;
	transition: .6s;
	text-transform: uppercase;
}
.header_centered a:hover {
	text-decoration: none;
	transition: .6s;
	color: #054b78;
}
.header_centered i.fa {
	display: inline-block;
	margin-right: 10px;
	color: #054b78;
	font-size: 18px;
	transition: .6s;
	vertical-align: middle;
}
.header_centered a:hover i.fa {
	color: #e42527;
	transition: .6s;
}
.flex_logo_cont {
    display: flex;
    flex-flow: row;
    align-items: center;
}
.logotype a img {
	width: 100%;
}
.header_centered a .flex_logo_cont .rosmebel_text {
    width: 100%;
    font-size: 42px;
    line-height: 1.1;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #054b78;
}
.header_centered a .flex_logo_cont .rosmebel_texting_cont .rosmebel_pre_text {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.1;
    text-align: center;
    text-transform: lowercase;
    color: #054b78;
}
.contacts {
	line-height: 1.2;
	color: #333;
}
.contacts .contacts_phone a {
	color: #054b78;
	font-size: 22px;
	font-weight: 600;
}
.contacts .contacts_phone a:hover {
	text-decoration: none;
}
.contacts .contacts_phone a span {
	transition: .6s;
}
.contacts .contacts_phone a:hover span {
	color: #e42527;
	transition: .6s;
}
.contacts .contacts_work_days {
	font-size: 12px;
	margin-top: 2px;
	font-weight: 300;
}
.contacts .contacts_location {
	font-size: 11.7px;
	margin-top: 2px;
	font-weight: 300;
}
.callback_txt,
.locations_txt {
	font-size: 12px;
	font-weight: 300;
	line-height: 20px;
	margin-top: 3px;
}
a.callback {
        padding:3px 7px;
        border:1px solid #054b78;
        border-radius: 4px;
        margin-top: 10px;
        display: inline-block;
        transition: .6s;
    }
a.callback:hover {
    transition: .6s;
    border-color: #e42527;
    background-color:#e42527;
    color:#fff;
}
a.callback:hover i.fa {
    color:#fff;
    transition:.6s;
}
/* NAVIGATION */
#navi_section {
	margin-top: 0;
}
#navi_section .container {
	background-color: #054b78;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	position: relative;
}
ul.main_nav {
	display: flex;
    justify-content: space-around;
}
li.menu_nav_item {
	list-style: none;
	display: inline-block;
	padding: 5px 10px;
}
li.menu_nav_item a {
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	transition: .6s;
}
ul.sub_menu {
	position: absolute;
	width: 100%;
	height: auto;
	justify-content: center;
	flex-flow: wrap;
	z-index: 3;
	padding: 5px;
	transition: .6s;
	left: 0;
    top: 40px;
    transition: .6s;
    background-color: #fff;
    border: 1px solid #054b78;
    border-radius: 8px;
    display: none;
}

ul.sub_menu li.menu_nav_item {
	width: calc( 25% - 10px);
	margin: 5px;
	padding: 10px;
	border:1px solid rgba(0, 0, 0, 0.05);
	transition: .6s;
}

ul.sub_menu li.menu_nav_item a {
	color: #054b78;
	display: flex;
	align-items: center;
	font-size: 16px;
	min-height: 48px;
}

.mobile_action {
	text-align: center;
	display: none;
	padding-bottom: 3px;
}
.mobile_action i.fa {
	font-size: 20px;
	vertical-align: middle;
	color: #fff;
}
.parent_chevron {
	display: none;
}
/* FOOTER */
.footer_first {
	background-color: #00497e;
	padding: 20px 0;
}
.razdel_links_container {
	display: flex;
	flex-flow: wrap;
	justify-content: space-around;
}
.razdel_links_container a {
	color: #fff;
	display: block;
	width: 100%;
	text-align: left;
	text-decoration: none;
	transition: .6s;
}
.razdel_links_container a:hover {
	transition: .6s;
	color: #e42527;
}
.razdel_links_container .razdel_name_link {
	font-size: 17px;
	font-weight: 600;
	margin: 5px 0;
}
.razdel_links_container .category_name_link {
	font-size: 13px;
	font-weight: 400;
}
.footer_level_2_menu {
    width:100%;
}
footer .callback {
	vertical-align: middle;
}
footer .callback img {
	max-width: 30px;
}
footer .callback {
		padding:4px 8px;
        margin-top: 10px;
        transition: .6s;
}
/* CALC WINDOWS */
.div_h_calc {
	font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 20px;
    padding: 0;
    font-size: 18px;
}
/* OUR PRODUCTS */
.products_links {
	display: block;
    text-align: center;
    box-shadow: 0 0 3px #e5e5e5;
    border: 2px solid #e5e5e5;
    padding-bottom: 20px;
    padding-top: 6px;
    transition: .6s;
    margin: 5px 0;
    text-transform: uppercase;
}
.products_links img {
	max-width: 100%;
	height: 160px;
}
.title_products_links {
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	min-height: 51px;
	line-height: 1.1;
	font-weight: bold;
}
a.products_links:hover {
	border-color: #00497e;
	text-decoration: none;
	color: #00497e;
}
#our_products .row {
	justify-content: center;
}
#our_products .row > div {
	padding-left: 5px;
	padding-right: 5px;
}
/* OUR SERVICES */
#our_services .row {
	justify-content: center;
}
#our_services .row > div {
	padding-left: 5px;
	padding-right: 5px;
}
/* FREE CONSULTATION */
#free_consultation .container {
	background-color: #00497e;
	padding-top: 20px;
	padding-bottom: 20px;
}
#free_consultation h2 {
	color: #fff;
}
#free_consultation_form .row {
	align-items: center;
	justify-content: center;
}
#free_consultation_form .row > div {
	padding-left: 5px;
	padding-right: 5px;
	margin: 5px 0;
}
.input_class {
	height: 40px;
	width: 100%;
	border-radius: 8px;
	color: #00497e;
	border: 2px solid #00497e;
	text-indent: 10px;
}
#free_consultation_form button[type="submit"] {
	border: 2px solid #fff;
    height: 40px;
    border-radius: 8px;
    width: 90%;
    background-color: #e42528;
    color: #fff;
    transition: .6s;
    margin: 0 5%;
}
#free_consultation_form button[type="submit"]:hover {
	letter-spacing: 1px;
	transition: .6s;
}
/* ADVANTAGES */
.adv_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.adv_item_main {
	width: calc( 20% - 20px);
	margin: 15px 10px;
}
.img_adv_item_main {
	text-align: center;
}
.img_adv_item_main img {
	max-width: 40%;
}
.txt_adv_item_main {
	justify-content: center;
	margin: 15px 0;
	font-weight: 600;
	line-height: 0.9;
	min-height: 28px;
	display: flex;
	align-items: center;
	text-align: center;
}
/* HOW WE WORK */
.steps_block_child {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 0 10px 0 rgba(19,19,19,.17);
    overflow: hidden;
    text-align: center;
    padding: 15px;
    position: relative;
    min-height: 200px;
    margin: 15px 0;
}
.steps_number_child {
    width: 84px;
    height: 84px;
    font-weight: 700;
    color: #fff;
    border-radius: 50px;
    position: absolute;
    top: -40px;
    left: -40px;
    background: #055486;
    font-size: 22px;
    padding: 44px 0 0 52px;
    text-align: left;
}
.steps_child_img {
    text-align: center;
    margin-bottom: 20px;
}
#how_we_work .row .col-lg-4.col-md-6 img {
    margin: 15px 0;
}
#how_we_work .row {
	align-items: center;
	justify-content: center;
}
.steps_child_line {
    max-width: 120px;
    border-top: 1px solid #0086b2;
    margin: 0 auto 20px;
}
.steps_child_txt {
    font-size: 15px;
    color: #000;
    line-height: 1.428;
    min-height: 84px;
}
.steps_child_last_text {
    font-size: 19px;
    color: #000;
    font-weight: 600;
    margin-bottom: 30px;
}
a.call_back_steps {
    background-color: #055486;
    border-color: #00b4ff;
    min-width: 282px;
    background: #055486;
    color: #fff;
    border: none;
    border-radius: 3px;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding: 15px 20px;
    font-size: 16px;
    letter-spacing: .04px;
    margin: 25px 0;
}
a.call_back_steps:hover {
    text-decoration: none;
    color: #fff;
}
/* TESTIMONIALS */
.testimonial_post {
	display: flex;
	flex-flow: row;
	max-width: 900px;
	justify-content: space-between;
	margin: 20px auto;
}
.testimonial_post_client_img img {
	border-radius: 50%;
	width: 100px;
    height: 100px;
}
.testimonial_post_client_img {
	width: 100px;
}
.testimonial_post_content {
	width: calc( 100% - 120px);
}
.testimonial_post_client_name {
	font-size: 18px;
	font-weight: 600;
}
.testimonial_post_date {
	float: right;
	font-size: 16px;
	font-weight: 500;
	margin-top: 5px;
}
.more_testimonials {
	display: block;
	max-width: 200px;
	margin: 15px auto;
}
/* HAVE A QUESTION */
#have_a_question_form {
	max-width: 900px;
	margin: 20px auto;
}
#have_a_question .container {
	background-color: #00497e;
	padding-top: 10px;
	padding-bottom: 20px;
}
#have_a_question h2 {
	color: #fff;
	text-transform: none;
}
#have_a_question_form textarea {
	width: 100%;
	height: 150px;
	text-indent: 10px;
	border-radius: 8px;
	color: #00497e;
}
#have_a_question_form button[type="submit"] {
	width: 50%;
	margin-left: 50%;
	height: 40px;
	border-radius: 8px;
	border: 2px solid #fff;
    background-color: #e42528;
    color: #fff;
    transition: .6s;
}
#have_a_question_form button[type="submit"]:hover {
	transition: .6s;
	letter-spacing: 1px;
}
#have_a_question_form .col-md-5 * {
	margin-bottom: 15px;
}
#have_a_question_form .col-md-5 *:last-child {
	margin-bottom: 0;
}
/* OUR WORKS */
.block_our_work_img img {
	max-width: 100%;
	max-height:233px;
}
.our_works_slider .slick-list {
	width: 90%;
	margin: 15px 5%;
}
.our_works_slider .slick-arrow {
	position: absolute;
	top: 35%;
	cursor: pointer;
	opacity: .6;
	width: 40px;
	transition: .6s;
	z-index: 3;
}
.our_works_slider .slick-arrow:hover {
	opacity: 1;
	transition: .6s;
}
.our_works_slider .slider-arrow-left {
	left: 0;
}
.our_works_slider .slider-arrow-right {
	right: 0;
}
.our_works_slider .slick-slide {
	padding: 0 5px;
}
/* AKCIYA AND PREDLOZHENIYE */
.akciya_child:hover *,
.akciya_child,
.akciya_child:hover {
	text-decoration: none;
}
.akciya_child:hover .akciya_img_child img {
	opacity: 1;
	transition: .6s;
}
.akciya_img_child img {
    width: 100%;
    max-height:200px;
    opacity: .6;
    transition: .6s;
}
#akciya_and_predlozheniye .row .col-lg-4.col-md-6 img {
    margin: 15px 0;
}
.akciya_child_bg {
    background-color: #00497e;
    padding: 20px;
}
.akciya_child_ico {
    text-align: center;
    margin: 15px 0;
}
.akciya_child_title {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.3;
    text-align: center;
    min-height: 57px;
}
#akciya_and_predlozheniye .row {
	justify-content: center;
}
/* VIZOV ZAMERSHIKA */
#vizov_zamershika .container {
	background-color: #00497e;
	padding-top: 20px;
	padding-bottom: 20px;
}
#vizov_zamershika h2 {
	color: #fff;
}
#vizov_zamershika .row {
	align-items: center;
	justify-content: center;
}
#vizov_zamershika .row > div {
	padding-left: 5px;
	padding-right: 5px;
	margin: 5px 0;
}
#vizov_zamershika button[type="submit"] {
	border: 2px solid #fff;
    height: 40px;
    border-radius: 8px;
    width: 90%;
    background-color: #e42528;
    color: #fff;
    transition: .6s;
    margin: 0 5%;
}
#vizov_zamershika button[type="submit"]:hover {
	letter-spacing: 1px;
	transition: .6s;
}
/* OUR PARTNERS */
.our_partners_item img {
	margin: 0 auto;
	opacity: .6;
	max-width:100%;
	transition: .6s;
}
.our_partners_item {
    display:flex!important;
    height:167px;
    align-items:center;
    justify-content:center;
}
.our_partners_item:hover img {
	opacity: 1;
	transition: .6s;
}
.our_partners_slider .slick-list {
	width: 90%;
	margin: 15px 5%;
}
.our_partners_slider .slick-arrow {
	position: absolute;
	top: 30%;
	cursor: pointer;
	opacity: .6;
	width: 20px;
	transition: .6s;
	z-index: 3;
}
.our_partners_slider .slick-arrow:hover {
	opacity: 1;
	transition: .6s;
}
.our_partners_slider .slider-arrow-left {
	left: 0;
}
.our_partners_slider .slider-arrow-right {
	right: 0;
}
/* POLEZNAYA INFORMACIYA */
.poleznaya_informaciya_container {
	display: flex;
	flex-flow: row;
	justify-content: center;
	margin: 30px 0;
}
.poleznaya_informaciya_img {
	margin-right: 20px;
}
.poleznaya_informaciya_img img {
	width: 120px;
	height: 120px;
	border-radius: 8px;
	opacity: .6;
	transition: .6s;
}
.poleznaya_informaciya_container:hover .poleznaya_informaciya_img img {
	opacity: 1;
	transition: .6s;
}
.poleznaya_informaciya_txt {
	width: calc( 100% - 20% - 140px);
}
.poleznaya_informaciya_date {
	font-size: 14px;
	font-weight: 600;
}
a.title_link_poleznaya_informaciya i.fa {
	transition: .6s;
	opacity: 0;
	margin-left: 10px;
}
a.title_link_poleznaya_informaciya {
	text-decoration: none;
	color: #00497e;
	font-size: 18px;
	display: block;
	font-weight: 700;
	margin: 7px 0;
}
.poleznaya_informaciya_container:hover a.title_link_poleznaya_informaciya h2,
.poleznaya_informaciya_container:hover a.title_link_poleznaya_informaciya h3 {
	color: #e42528;
	transition: .6s;
}
.poleznaya_informaciya_container:hover a.title_link_poleznaya_informaciya i.fa {
	opacity: 1;
	color: #00497e;
	transition: .6s;
}
.poleznaya_informaciya_txt_explode {
	font-size: 16px;
	line-height: 1.3;
}
/* ABOUT AS OF NUMBERS */
.numbers_container {
	text-align: center;
}
.number_number {
	font-size: 37px;
	font-weight: bold;
}
.number_what {
	font-size: 16px;
	font-weight: bold;
}
.number_our_have {
	font-size: 14px;
	font-weight: 500;
}
/* HEADER BACKGROUND */
#header_background {
    margin-top:-115px;
}
#header_background .container {
    background: url(/img/slide1.jpg);
    height:400px;
    background-size:cover;
    display:flex;
    align-items:center;
    justify-content:center;
    border-bottom-right-radius:8px;
    border-bottom-left-radius:8px;
}
h1 {
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    color: #444;
}
#header_background h1 {
    color: #fff;
    display:block;
    padding:10px;
    background-color:rgba(5,84,134,.63);
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    max-width:60%;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
/* PHONE NUMB AND MAIL SEND */
#phone_numb_and_mail_send .container {
    display:flex;
    justify-content: space-evenly;
}
#phone_numb_and_mail_send .contacts_location {
    font-size:23px;
    margin-top:0;
}
#phone_numb_and_mail_send .contacts_location a {
    font-weight:600;
    text-decoration:none;
    transition:.6s;
}
#phone_numb_and_mail_send .contacts_location a span {
    transition:.6s;
}
#phone_numb_and_mail_send .contacts_location a:hover {
    color:#054b78;
}
#phone_numb_and_mail_send .contacts_location:hover a span {
    color:#e42528;
    transition:.6s;
}
/* OUR WORK FULL */
#our_works_full .row > div {
    margin:15px 0;
}
.block_our_work_description {
    margin-top:15px;
}
.block_our_work_description span {
    font-weight:600;
}
.block_our_work_txt {
    line-height:1.3;
}
/* GOOD INFO FULL */
a.title_link_poleznaya_informaciya h2,
a.title_link_poleznaya_informaciya h3 {
    text-decoration: none;
    color: #00497e;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    text-transform: none;
    margin: 0;
}
/* HEADER BACKGROUND GOOD INFO DETAIL */
#header_background_good_info_detail img.bg_previews {
    width:290px;
    height:290px;
    display:inline-block;
    float:left;
    margin-right:15px;
    margin-bottom:15px;
}
#header_background_good_info_detail h1 {
    margin-bottom:25px;
}
/* SEND TESTIMONIAL */
#send_testimonial {
    max-width: 900px;
    margin: 20px auto;
}
#send_testimonials h2 {
    color:#fff;
}
#send_testimonial textarea {
    height: 150px;
    width: 100%;
    border-radius: 8px;
    color: #00497e;
    border: 2px solid #00497e;
    text-indent: 10px;
}
#send_testimonials .row div * {
    margin-bottom:15px;
}
#send_testimonials .container {
    background-color: #00497e;
    padding-top: 20px;
    padding-bottom: 20px;
}
#send_testimonial button[type="submit"] {
    width: 50%;
    margin-left: 50%;
    height: 40px;
    border-radius: 8px;
    border: 2px solid #fff;
    background-color: #e42528;
    color: #fff;
    transition: .6s;
}
#send_testimonial button[type="submit"]:hover {
    transition: .6s;
    letter-spacing: 1px;
}
/* DISPLAY BLOCK CATEGORY */
#display_block_category .row {
    justify-content: center;
}
#display_block_category .row > div {
    padding-left: 5px;
    padding-right: 5px;
}
/* ORDER SERVICE */
#order_service .container {
    text-align:center;
    margin-top:-75px;
}
#order_service a {
    display: inline-block;
    padding: 10px 25px;
    background-color: #e42527;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    transition:.6s;
}
#order_service a:hover {
    letter-spacing: 1px;
    transition: .6s;
}
/* PRODUCT CARD */
.items_card_content {
    display:none;
    transition:1.2s;
}
.active-content {
    display:block;
    transition:1.2s;
}

.items_card_tab {
    padding:10px 15px;
    border-radius:8px;
    text-decoration:none;
    background-color:#fff;
    border:2px solid #054b78;
    display:inline-block;
    margin-bottom:15px;
}
.items_card_tab:hover {
    text-decoration:none;
}
.items_card_tab:active {
    color:#054b78;
}
.active-tab {
    border-color:#e42527;
}
.h1_card_product {
    margin-bottom:15px;
}
.card_picture {
    text-align:center;
    max-width:240px;
    max-height:240px;
    margin:15px auto;
}
.card_picture img {
    max-width:100%;
}
.txt_info_card span {
    font-weight:600;
    color:#054b78;
    font-size:18px;
}
a.order_product_modal {
    display: block;
    font-size: 18px;
    color: #fff;
    background-color: #e42527;
    width: 150px;
    text-align: center;
    padding: 10px 15px;
    border-radius: 8px;
    margin: 15px 0;
    transition:.6s;
}
a.order_product_modal:hover {
    letter-spacing: 1px;
    transition:.6s;
    text-decoration:none;
}
/* BRENDS */
#display_block_card_product_brends .row div {
    text-align:center;
}
#display_block_card_product_brends .row div img {
    max-width:100%;
    height:200px;
}
#display_block_card_product_brends .row {
    justify-content:center;
}
#display_block_card_product_brends a.brends_list {
    font-size:18px;
    font-weight:600;
    line-height:1.1;
    display:block;
    margin:15px 0;
    text-decoration:none;
    transition:.6s;
}
#display_block_card_product_brends .row .col-8 {
    transition:.6s;
    border:2px solid transparent;
    border-radius:8px;
}
#display_block_card_product_brends .row .col-8:hover {
    transition:.6s;
    border-color:#054b78;
}
#display_block_card_product_brends a.brends_list:hover {
    color:#e42527;
    transition:.6s;
}
#display_block_card_product_brends .brends_price {
    text-align:center;
    font-weight:600;
    text-decoration:underline;
}
#display_block_card_product_brends a.order_products_brend {
    display: block;
    padding: 10px 15px;
    background-color: #e42527;
    color: #fff;
    border-radius: 8px;
    text-decoration:none;
    margin: 15px 0;
    min-width: 40%;
    max-width: 100%;
    text-align: center;
    transition:.6s;
}
#display_block_card_product_brends a.order_products_brend:hover {
    transition:.6s;
    letter-spacing:1px;
}
.brends_btn_flex {
    display:flex;
    flex-flow:row;
    flex-wrap:wrap;
    justify-content:space-around;
}
/* MODALS */
.fancybox-content {
    max-width: 600px;
    height: auto;
    padding: 30px;
}
.modal__title {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    margin: 15px 0;
}
.input_desk {
    width: 100%;
    border-radius: 10px;
    border: 1.5px solid #054b78;
    text-indent: 10px;
    color: #054b78;
    height: 40px;
    margin-bottom: 15px;
}
.fancybox-content button[type="submit"] {
    width: 70%;
    margin: 0 15%;
    border: 1.5px solid #e42527;
    height: 40px;
    border-radius: 10px;
    background-color: #e42527;
    color: #fff;
    font-weight: 700;
    transition:.6s;
}
.fancybox-content button[type="submit"]:hover {
    transition:.6s;
    letter-spacing:1px;
}