/* default */
a,button,input,select {
	outline: 0!important;
}
body {
	font-family: 'Open Sans', sans-serif;
}
section {
    padding: 25px 0;
}

section#main__slider,
section#navigation {
    padding: 0;
}
h1 {
    margin-bottom: 50px;
    font-size: 42px;
    text-align: center;
    font-weight: 600;
}
h2 {
    margin-bottom: 30px;
    font-size: 28px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
}
h3 {
    margin-bottom: 15px;
    font-size: 22px;
    text-align: center;
    font-weight: 400;
}
/* header */
.header_centered {
	align-items: center;
}
.header_centered a {
	color: rgb(229, 118, 0);
	font-weight: 600;
	font-size: 14px;
	transition: .6s;
	text-transform: uppercase;
}
.header_centered a:hover {
	text-decoration: none;
	transition: .6s;
	color: #257874;
}
p.politics_text_form {
    text-align:center;
    margin:10px 0;
    color:#fff;
}
p.politics_text_form_white {
    text-align:center;
    margin:10px 0;
    color:#000;
}
p.politics_text_form a,
p.politics_text_form_white a{
    color:rgb(229, 118, 0);
    text-decoration:none;
    transition: all 1.5s;
}
p.politics_text_form a:hover,
p.politics_text_form_white a:hover {
    text-decoration:underline;
}
.header_centered i.fa {
	display: inline-block;
	margin-right: 10px;
	color: #257874;
	font-size: 18px;
	transition: .6s;
	vertical-align: inherit;
}
.header_centered a:hover i.fa {
	color: rgb(229, 118, 0);
	transition: .6s;
}
.sert_all .slider-arrow-right{
       position: absolute;
    right: -1%;
    top: 45%;
    width: 30px;
    cursor: pointer;
    z-index: 9;
}
.sert_all .slider-arrow-left{
    position: absolute;
    left: -1%;
    top: 45%;
    width: 30px;
    cursor: pointer;
    z-index: 9;
}

@media(max-width: 767px){
    .sert_all .slider-arrow-left{
    position: absolute;
    left: 1%;
    top: 41%;
    width: 30px;
    cursor: pointer;
    z-index: 9;
    }
     .sert_all .slider-arrow-right{
    position: absolute;
    right: 1%;
    top: 41%;
    width: 30px;
    cursor: pointer;
    z-index: 9;
    }
}
.sert_all{
        position: relative;
}
.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: #257874;
}
.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: #257874;
}
.contacts {
	line-height: 1.2;
	color: #333;
}
.contacts .contacts_phone {
    display:flex;
    flex-flow:column;
}
.contacts .contacts_phone a {
	color: #257874;
	font-size: 22px;
	font-weight: 600;
}
.contacts .contacts_phone a:hover {
	text-decoration: none;
}
.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 #257874;
        border-radius: 4px;
        margin-top: 10px;
        display: inline-block;
        transition: .6s;
    }
a.callback:hover {
    transition: .6s;
    border-color: rgb(229, 118, 0);
    background-color:rgb(229, 118, 0);
    color:#fff;
}
a.callback:hover i.fa {
    color:#fff;
    transition:.6s;
}
/* navigation */
#navigation {
	background-color: #f5f6f7;
    box-shadow: -1px 6px 8px rgba(0, 0, 0, .125);
    height: 42px;
    text-align:center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
/* main_slider */

:root {
    --container-padding-left: -webkit-calc((100vw - 1155px)/2);
    --container-padding-left: calc((100vw - 1155px)/2);
}

.redesign-banner {
    color: #fff;

    --pattern-width: 60.3%;
    --height: 510px;
    --triangle-height: 244px;
    --button-size: 157px;
}

.redesign-banner__slide {
    height: var(--height);
    overflow: hidden;
}

.redesign-banner__body {
    position: relative;
    width: var(--pattern-width);
    height: 100%;
}

.redesign-banner__pattern {
    position: relative;
    height: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, -webkit-calc(100% - var(--height)) 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - var(--height)) 100%, 0 100%);
    background: rgba(37,120,116,.6);
    padding: 64px 180px 0 var(--container-padding-left) !important;
}


.redesign-banner__body::before {
    content: "";
    z-index: 1;
    width: 800px;
    height: 15px;
    background: transparent;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-box-shadow: 0px 5px 6px 0 rgba(0, 0, 0, .24);
    box-shadow: 0px 5px 6px 0 rgba(0, 0, 0, .24);
    display: block;
    position: absolute;
    right: 0px;
    top: -22px;
}

.redesign-banner__body::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -webkit-calc(100% - var(--height) - 1px);
    left: calc(100% - var(--height) - 1px);

    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 var(--triangle-height) var(--triangle-height) var(--triangle-height);
    border-color: transparent transparent rgba(229, 118, 0, .8) transparent;
}

.redesign-banner__btn {
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    position: absolute;
    bottom: var(--triangle-height);
    left: -webkit-calc(100% - var(--height) + var(--triangle-height) - 1px);
    left: calc(100% - var(--height) + var(--triangle-height) - 1px);

    font-size: 26px;
    font-weight: 500;

    padding: 0 !important;
    border: 0 !important;

    background: rgba(0,0,0,.9) !important;
    color: #fff;
    text-decoration: none;
    text-transform: none;

    width: var(--button-size);
    height: var(--button-size);

    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);

    -webkit-transition: background .3s linear;

    -o-transition: background .3s linear;

    transition: background .3s linear;
}

.redesign-banner__btn:hover,
.redesign-banner__btn:focus {
    color: #fff !important;
    background: rgba(0,0,0, .6) !important;
    text-decoration: none;
}

.redesign-banner__btn-text {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.redesign-banner__title {
    font-size: 44px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 25px;
}

.redesign-banner__description {
    font-size: 24px;
}

.redesign-banner__row-list {
    position: absolute;
    width: 100%;
    top: -webkit-calc(var(--height) - var(--triangle-height));
    top: calc(var(--height) - var(--triangle-height));
    left: var(--container-padding-left);
    bottom: var(--triangle-height);
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
    white-space: nowrap;
}

.redesign-banner__row {
    font-size: 24px;
    height: var(--height);
    line-height: var(--height);
    padding: 0 0 0 28px !important;
    background: rgba(229, 118, 0, .75);

    --height: 48px;
}

.redesign-banner__row + .redesign-banner__row {
    margin: 25px 0 0;
}

.redesign-banner__image {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
   height: calc( 100% - 6px );
}

.redesign-banner .slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 30px;
    left: -webkit-calc(var(--pattern-width) - var(--height));
    left: calc(var(--pattern-width) - var(--height));
    width: -webkit-calc(var(--triangle-height) * 2);
    width: calc(var(--triangle-height) * 2);
}

[data-cross="1"] {
    order:-1;
}
#mobile_menus_header {
    display:none;
}

@media (max-width: 1199px) {
    .redesign-banner {
        --height: 300px;
        --triangle-height: 150px;
        --pattern-width: 78%;
        --button-size: 110px;
    }

    .redesign-banner__pattern {
        padding: 35px 140px 15px 25px !important;
    }

    .redesign-banner__title {
        font-size: 30px;
    }

    .redesign-banner__row-list {
        left: 25px;
    }

    .redesign-banner__row {
        font-size: 18px;
        padding: 0 0 0 15px;

        --height: 30px;
    }

    .redesign-banner__row + .redesign-banner__row {
        margin: 15px 0 0;
    }

    .redesign-banner__btn {
        font-size: 20px;
    }

    .redesign-banner__description {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .redesign-banner__row-list{
        display:none;
    }
    .redesign-banner__title {
        font-size: 20px;
        line-height: 1.3;
    }
    
}

.slick-dots li button:before {
	font-size: 14px!important;
	font-family: FontAwesome!important;
	content: "\f0c8"!important;
}
.slick-dots li.slick-active button:before {
	transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transition: all .8s ease-in-out!important;
}

/* advantage */
.adv_back {
    background-color: #fffffa;
    border: 1px solid #257874;
    border-radius: 8px;
    padding-top:40px;
}
.adv_back h2 {
    position: absolute;
    top: -60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.adv_back h2::before {
    content: "";
    display: block;
    background-color: #fff;
    position: absolute;
    height: 100%;
    width: 130%;
    z-index: -1;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.adv_container {
    text-align: center;
}
.asdv_img {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    position: relative;
    border-radius: 50%;
    border: 2px solid rgba(37,120,116,.8);
    background-color: rgba(229, 118, 0, .8);
}
.asdv_img img {
    position: absolute;
    width: 50%;
    height: 50%;
    margin: 25% -25%;
}
.adv_text {
    margin: 20px 0;
    line-height: 1.3;
    font-size: 18px;
}
/* section  */

a.main_cat_item_link {
    color: #000;
    display: inline-block;
    margin: 10px 0;
    position: relative;
    z-index: 1;
}
a.main_cat_item_link:hover {
    text-decoration: none;
}
.main_cat_item {
    display: flex;
    border-radius: 8px;
    align-items: center;
    flex-wrap:wrap;
    justify-content:center;
    transition: .6s;
    position: relative;
    z-index: 1;
}
a.main_cat_item_link:hover .main_cat_item {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    z-index: 2;
    position: relative;
    box-shadow: 0px 6px 8px rgba(0, 0, 0, .125);
    transition: .3s;
}

.main_cat_item div {
    padding: 5px 7px;
}
.main_cat_item_img {
    max-width:196px;
    width:100%;
}
.main_cat_item_img img {
    width: 100%;
    border-radius: 8px;
}
.main_cat_item_title {
    width: 170px;
}
/* section action_buttons */
#action_buttons {
    background: url(../img/bg-act-buttons.jpg) center no-repeat;
    z-index: 1;
    position: relative;
    padding: 0;
    margin: 25px 0;
}
.act_btn_wrap {
    position: relative;
    z-index: 2;
    background-color: rgba(37,120,116,.6);
    width: 100%;
    padding: 50px 0;
}
a.act_btn_wrapper_item_link {
    color: #000;
    display: block;
    background-color: #fff;
    width: 250px;
    margin: 0 auto;
    font-weight: 600;
    line-height: 1.1;
    padding: 10px 25px;
    border: 1px solid rgba(37,120,116,1);
    border-radius: 255px;
}
a.act_btn_wrapper_item_link {
    text-decoration: none;
}
.act_btn_wrapper_item {
    display: flex;
    align-items: center;
}
.icon_act_btn_wrapper_item {
    width: 20%;
    padding: 5px;
    border-radius: 50%;
    transition: .5s;
}
.icon_act_btn_wrapper_item img {
    width: 100%;
}
.text_act_btn_wrapper_item {
    width: 80%;
    padding-left: 10px;
    transition: .5s;
    border-bottom: 1px solid transparent;
}
a.act_btn_wrapper_item_link:hover .icon_act_btn_wrapper_item {
    transform: rotate(360deg);
    transition: 1s;
    background-color: rgba(37,120,116,.6);
}
a.act_btn_wrapper_item_link:hover .text_act_btn_wrapper_item {
    border-bottom: 1px dashed rgb(229, 118, 0);
    transition: 1s;
}
#vendor_shkaflonru img {
    max-width:100%;
    width:100%;
    height:320px;
    object-fit:cover;
}
#vendor_shkaflonru .row {
    justify-content:center;
}
#vendor_shkaflonru .col-md-4 {
    margin-bottom:30px;
}
/* section tovar shkaflonru */
.shkaflon_item {
    text-align: center;
    box-shadow: 1px 0 7px 1px rgba(0,0,0,.4);
    border: 1px solid rgba(0,0,0,.4);
    border-radius: 4px;
}
.shkaflon_item img {
    width: 100%;
    opacity: .75;
}
.shkaflon_item img:hover {
    opacity: 1;
}
.shkaflon_tttitle {
    position: relative;
}
.shakflon_item_slider_title {
    font-size: 18px;
    margin-top: 15px;
    color: #fff;
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: rgba(37,120,116,.6);
}
.button_to_buy_shkaflon_item_slider {
    margin-top: 20px;
}
a.shkaflon_item_slider_buy {
    color: #257874;
    padding: 10px 25px;
    font-weight: 600;
    margin-bottom: 15px;
    background-color: #fff;
    display: inline-block;
    margin-right: 15px;
    border: 1px solid #257874;
    border-radius: 255px;
    transition: .6s;
}
a.shkaflon_item_slider_buy:last-child {
    margin-right: 0;
}
a.shkaflon_item_slider_buy:hover {
    text-decoration: none;
    background-color: rgb(229, 118, 0);
    color: #fff;
    transition: .6s;
}
.shkaflon_items_slider .slick-slide {
    padding: 0 10px;
}
.shkaflon_items_slider .slick-arrow {
    height: 50px;
    position: absolute;
    top: -70px;
    z-index: 20;
    opacity: .5;
    cursor: pointer;
    transition: .5s;
}
.shkaflon_items_slider .slick-arrow:hover {
    opacity: 1;
    transition: .5s;
}
.shkaflon_items_slider .slider-arrow-right {
    right: 25%;
}
.shkaflon_items_slider .slider-arrow-left {
    left: 25%;
}
.popular_item_shkaflon_item img {
    height:200px;
    object-fit:cover;
}
.popular_item_shkaflon_item .shakflon_item_slider_title {
    position:static;
    margin-top:0;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    min-height:81px;
    line-height:1.1;
    padding: 0 5px;
}
.popular_item_shkaflon_item .button_to_buy_shkaflon_item_slider {
    margin:20px 0;
    padding:0 5px;
}
/* section how_to_buy_this */
#how_to_buy_this h2 {
    color: #fff;
}
#how_to_buy_this {
    padding: 0;
    background: url(../img/bg-how-to-buy.jpg) center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    margin: 25px 0;
}
.how_to_buy_this_layer {
    position: relative;
    z-index: 2;
    background-color: rgba(37,120,116,.6);
    width: 100%;
    padding: 50px 0;
}
.how_to_buy_this_layers {
    display: flex;
    align-items: center;
    max-width: 1140px;
    flex-wrap: wrap;
    justify-content:center;
}
.how_to_buy_element {
    text-align: center;
    width: 151px;
    height: 240px;
}
.how_to_buy_element_icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    padding: 10px;
    margin: 10px auto;
    background-color: #fff;
    border: 4px solid rgba(229, 118, 0,.8);
}
.how_to_buy_element_icon img {
    width: 100%;
}
.how_to_buy_element_text {
    padding: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.how_to_buy_element_arrow  {
    margin-top: -80px;
    min-width: 40px;
}
.how_to_buy_element_arrow i.fa {
    font-size: 40px;
    color: rgba(229, 118, 0,1);
}
/* section our partners */
.shkaflon_partners_items {
    transition: .5s;
}
.shkaflon_partners_items img {
    width: 100%;
}
.shkaflon_partners_slider .slick-slide {
    padding: 0 10px;
}
.shkaflon_partners_slider .slick-arrow {
    width: 50px;
    position: absolute;
    top: 27.5%;
    opacity: .6;
    transition: .6s;
    cursor: pointer;
}
.shkaflon_partners_slider .slick-arrow:hover {
    opacity: 1;
    transition: .6s;
}
.shkaflon_partners_slider .slick-list {
    width: 90%;
    margin: 0 5%;
}
.shkaflon_partners_slider .slider-arrow-left {
    left: 0;
}
.shkaflon_partners_slider .slider-arrow-right {
    right: 0;
}
.shkaflon_partners_items:hover {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    z-index: 2;
    position: relative;
    box-shadow: 0px 6px 8px rgba(0, 0, 0, .125);
    transition: .5s;
}
/* section materials */
.container_obrazcov {
    position: relative;
    margin: 15px 0;
}
.container_obrazcov:hover img {
    opacity: 1;
    transition: .6s;
}
.container_obrazcov img {
    width: 100%;
    opacity: .6;
    max-height:91px;
    transition: .6s;
}
.container_obrzcov_title {
    position: absolute;
    bottom: 0;
    background-color: rgba(37,120,116,.6);
    padding: 5px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    width: 100%;
    line-height:0.9;
    text-align: center;
}
/* first screen */
.first_screen_preview_txt {
    font-size: 16px;
    text-align: center;
    line-height: 1.1;
}
/*footer*/
.socials_fontawesome i.fa {
    font-size: 42px;
    transition:.6s;
}
.socials_fontawesome i.fa:hover {
    color:rgb(229, 118, 0);
    transition:.6s;
}
.copyright_text {
    text-align: center;
    margin-top: 15px;
    font-weight: 600;
}
footer {
    margin-bottom: 15px;
}

/* toTopgo btn */
#button-up {
    display: none;
    margin: 0;
    position: fixed;
    right: 30px;
    bottom: 100px;
    outline: none;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    color: #fff;
    z-index: 1000;
    line-height: 50px;
    text-decoration: none;
    background: rgba(186,197,203,.5);
    cursor: pointer;
    text-align: center;
    transition: .6s;
    font-size: 20px;
}
#button-up:hover {
    transition: .6s;
    background-color: rgba(229, 118, 0,1);
}
/* text-block down */
#text_block_down p {
    display: block;
    font-size: 16px;
                    margin: 10px 0;
                    color: #000;
                    text-align: center;
}
span.hidden__full__text {
    display: none;
}
a.open_close_down_text {
    color: #257874;
    font-weight: 600;
    transition: .6s;
}
a.open_close_down_text:hover {
    color: rgb(229, 118, 0);
    transition: .6s;
}

/* main_services_uslugi */
section#main_services_uslugi_primer_price .osnovnoi_block_uslug_cont,
section#main_services_uslugi .osnovnoi_block_uslug_cont {
    box-shadow: 1px 0 7px 1px rgba(0,0,0,.4);
}
.img_block_modal_services img {
    width: 100%;
   /*max-height:150px;*/
   /*height:180px;*/
   object-fit:cover;
   aspect-ratio: 1 / 1;
   margin-bottom:15px;
}
.service__elem {
    display: none;
}
a.gallery_services {
    text-decoration: none;
    color: #000;
}
.services_page_block_title {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 15px;
    font-weight: 400;
    line-height: 1.1;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.services_page_block_price {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 15px;
}
.service__elem__title {
    font-size: 28px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    margin-bottom: 25px;
}
.service__elem__title_namze {
    font-size: 22px;
    text-transform: uppercase;
    color: #000;
    min-height: 40px;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 15px;
}
.politics_in_uslugi_page_order {
    text-align: center;
    font-size: 16px;
    line-height: 1.2;
}
.politics_in_uslugi_page_order a {
    color: #257874;
    font-weight: 600;
}
.service__elem {
    width: 950px;
}
.service_element_modal_img img {
    width: 100%;
}
.input_service__elem_form {
    height: 40px;
    width: 100%;
    font-size: 16px;
    color: #000;
    border-radius: 4px;
    border: 1px solid #000;
    margin-bottom: 15px;
    text-indent: 10px;
}
.textarea_service__elem_form {
    height: 80px;
    width: 100%;
    font-size: 16px;
    color: #000;
    border-radius: 4px;
    border: 1px solid #000;
    margin-bottom: 15px;
    text-indent: 10px;
}
button.service__elem__form_submit {
    width: 65%;
    margin: 15px 0;
    margin-left: 35%;
    padding: 5px 0;
    border: 1px solid #000;
    border-radius: 4px;
    background-color: #257874;
    color: #fff;
}
.osnovnoi_block_uslug_cont {
    margin-bottom: 30px;
}
.osnovnoi_block_uslug_cont {
    z-index: 1;
    position: relative;
    transition: .6s;
}
.osnovnoi_block_uslug_cont:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    z-index: 2;
    position: relative;
    transition: .6s;
}
.services_page_block_title,
.services_page_block_price {
    background-color: #fff;
}

/* block go design */
img.design_block_img {
	width: 100%;
}
ol.design_block_list {
    padding-inline-start: 0px;
}
li.design_block_list_item {
    list-style: none;
    font-size: 20px;
    font-weight: 300;
    position: relative;
    cursor: pointer;
}
li.design_block_list_item::before {
    content: "\f105";
    position: absolute;
    left: 9px;
    top: -6.2px;
    font-family: FontAwesome;
    font-size: 25px;
    color: #fff;
    z-index: 2;
    transition: .6s;
}
li.design_block_list_item:hover::before {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transition: .6s;
}

li.design_block_list_item::after {
    content: " ";
    position: absolute;
    width: 25px;
    height: 25px;
    left: 0;
    top: 0;
    background-color: rgba(37,120,116,.7);
    border-radius: 50%;
}
span.design_block_list_item_txt {
    display: inline-block;
    margin-left: 40px;
    color: #000;
    transition: .6s;
}
li.design_block_list_item:hover span.design_block_list_item_txt {
    background-color: rgba(37,120,116,.6);
    padding: 0px 5px;
    color: #fff;
    transition: .6s;
}
.after_list_design_block_txt {
    font-size: 20px;
    width: 80%;
}
.title_after_design_block {
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    margin-bottom:25px;
    color: #000;
}
.btn_give_phone_number_in_design_block {
    height: 40px;
    padding: 5px;
    width: 100%;
    border: 1px solid #000;
    border-radius: 4px;
    background-color: #257874;
    color: #fff;
}
form#give_phone_number_in_design_block {
    margin-bottom:25px;
}
/* testimonials_into_services */
.testimonials_uslugi_preview_slider .slick-slide {
    padding: 0 15px;
}
.testimonials_uslugi_preview_slider .slick-list {
    width: 75%;
    margin: 25px 12.5%;
}
.testimonials_uslugi_preview_slider .slick-arrow {
    width: 30px;
    margin: 0 auto;
    position: absolute;
    top: 40%;
    cursor: pointer;
    opacity: .6;
    transition: .6s;
}
.testimonials_uslugi_preview_slider .slick-arrow:hover {
    opacity: 1;
    transition: .6s;
}
.testimonials_uslugi_preview_slider .slider-arrow-right {
    right: 7.5%;
}
.testimonials_uslugi_preview_slider .slider-arrow-left {
    left: 7.5%;
} 
.testimonial_uslugi_preview_slider_item {
    display: flex;
    flex-flow: row;
    padding: 15px;
    margin: 15px 0;
    align-items: center;
    justify-content: center;
    box-shadow: 0px -1px 12px -1px rgba(0,0,0,.3);
    border-radius: 25px;
    transition: .6s;
}
.testimonial_uslugi_preview_slider_item:hover {
    box-shadow: 0px -1px 12px -1px rgba(37,120,116,.6);
    transition: .6s;
}
.testimonial_uslugi_preview_picture {
    width:30%;
}
.testimonial_uslugi_preview_picture img {
    width: 100%;
}
.testimonial_uslugi_preview_picture {
    position: relative;
}
.testimonial_uslugi_preview_client {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding:10px;
    margin-bottom: 15px;
    line-height:1.1;
    background-color: rgba(37,120,116,.6);
}
.testimonial_uslugi_preview_text {
    font-size: 16px;
    padding-left: 15px;
    width:70%;
}
.testimonial_uslugi_preview_date {
    text-align: right;
    font-weight: 600;
    margin: 10px 0;
}
/* about */
.about_page_middle_img {
    width: 100%;
}
.about_page_info_block {
    margin-bottom: 30px;
}
.about_page_info_title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    text-align: left;
}
.about_page_info_text {
    font-size: 16px;
    font-weight: 300;
    text-align: left;
    line-height: 1.1;
}
.right_column_about_page_info_block {
    text-align: right;
}
.what_we_can_give {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin: 25px 0;
    padding: 5px;
    border-radius: 25px;
    box-shadow: 0px -1px 12px -1px rgba(37,120,116,.6);
}
.sert_on_about_page_item img {
    width: 100%;
}

.sert_on_about_page_slider .slick-slide {
    padding: 0 15px;
}
.sert_on_about_page_slider .slick-list {
    width: 85%;
    margin: 25px 7.5%;
}
.sert_on_about_page_slider .slick-arrow {
    width: 30px;
    margin: 0 auto;
    position: absolute;
    z-index: 20;
    top: 40%;
    cursor: pointer;
    opacity: .6;
    transition: .6s;
}
.sert_on_about_page_slider .slick-arrow:hover {
    opacity: 1;
    transition: .6s;
}
.sert_on_about_page_slider .slider-arrow-right {
    right: 3.5%;
}
.sert_on_about_page_slider .slider-arrow-left {
    left: 3.5%;
} 
/* testimonials page */
#testimonials_page .testimonial_uslugi_preview_slider_item .testimonial_uslugi_preview_text {
    font-size: 14px;
}
.open_more_testimonials {
    margin-top: 30px;
    text-align: center;
}
.open_more_testimonials a {
    padding: 7px 15px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background-color: #257874;
    border: 1px solid #257874;
    border-radius: 25px;
    transition: .6s;
}
.open_more_testimonials a:hover {
    text-decoration: none;
    color: #257874;
    background-color: #fff;
    transition: .6s;
}
/* delivery */
.delivery_back {
    background-color: #fffffa;
    border: 1px solid rgba(37,120,116,1);
    border-radius: 8px;
    padding-top: 40px;
    padding-bottom: 30px;
}
.delivery_back h1 {
    position: absolute;
    top: -70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.delivery_back h1::before {
    content: "";
    display: block;
    background-color: #fff;
    position: absolute;
    height: 100%;
    width: 130%;
    z-index: -1;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.c_tabs {
    margin: 80px 60px 0;
    font-size: 16px;
}
.c_tabs_item {
    border-radius: 5px;
    border: 1px solid #257874;
    margin-bottom: 10px;
    position: relative;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.c_tabs_title {
    color: #303030;
    font-family: "Open Sans";
    font-size: 22px;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 19px 31px 19px 45px;
    height: 73px;
    position: relative;
    cursor: pointer;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.c_tabs_text {
    border-top: 1px solid #e57600;
    padding: 39px 45px;
    display: none;
}
.c_tabs_title i.fa {
    transition: .6s;
}

/* photo_gallery_works */
section#photo_gallery_works img {
    width: 100%;
    z-index: 1;
    position: relative;
    box-shadow: 0px 6px 8px rgba(0, 0, 0, .125);
    transition: .5s;
    max-height: 166px;
    margin: 15px 0;
}
section#photo_gallery_works img:hover {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transition: .5s;
    z-index: 3;
}
.sortir_photo_gallery {
    display: flex;
    flex-flow: row;
    margin: 30px 0;
}
.sortir_photo_gallery div:first-child {
    padding: 5px 15px;
}
#sort_gall_photos {
    padding: 5px 25px 5px 5px;
    border: 1px solid rgba(37,120,116,.6);
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: url('/img/treangle.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 25px;
    outline: 0;
    width: 100%;
    cursor: pointer;
}
/* napolnenie */
.napolnenie_block_slider_item img {
    width: 100%;
}
.napolnenie_block_slider_item {
    position: relative;
    z-index: 1;
    transition: .6s;
}
.napolnenie_block_slider_item:hover {
    z-index: 2;
    transition: .6s;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.napolnenie_block_slider .slick-arrow {
    position: absolute;
    top: 40%;
    width: 30px;
    z-index: 20;
    opacity: .6;
    cursor: pointer;
}
.napolnenie_block_slider .slick-arrow:hover {
    opacity: 1;
}
.napolnenie_block_slider .slick-list {
    padding: 30px 10px;
}
.napolnenie_block_slider .slick-slide {
    padding: 0 20px;
}
.napolnenie_block_slider .slider-arrow-right {
    right: 0;
}
.napolnenie_block_title {
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    margin: 15px 0;
}

.descriptrion_title_napolnenie {
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%;
    padding: 5px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    z-index: 200;
    background: rgba(37,120,116,.6);
}

/* calc */
.shkaf_table, .shkaf_sect_table {
            min-width: 940px;
            font-family: Arial;
            font-size: 16px;
        }
        .shkaf_sect_table {
            text-align: right;
            margin-bottom: 75px !important;
        }
        .shkaf_table td {
            vertical-align: top;
            text-align: center;
            padding: 10px;
        }
        .shkaf_table td div {
            text-align: right;
        }
        .shkaf_spin_btn
        {
            width: 15px;
            padding-left: 5px;
            padding-right: 10px;
        }
        
        .shkaf_spin_txt
        {
            width: 35px;
        }

        #shkaf_canv
        {
            border: solid 0px #000000;
        }
   
        .shkaf_table_head td, .shkaf_sect_table_head td 
        {
            background : #257874;
            font-family: Arial;
            font-size: 18px;
            color: white;
        }
        .shkaf_sect_table_head td, .shkaf_sect_table_body td {
            padding-left : 10px;
            padding-right : 10px;
         }  
        .shkaf_sect_table_head td {
            padding-top : 5px;
            padding-bottom : 5px;
         }  
        .save_pan {
            padding-right: 10px;
            text-align: right;
        }
        .save_pan input {
            font-size: 15px;
    font-weight: 600;
    color: #126561;
    margin-top: 34px;
    margin-right: 12px;
    border-color: rgba(37,120,116,.6);
    background-color: #fff;
    border: 2px solid rgba(37,120,116,.6);
    border-radius: 8px;
    padding: 7px;     
    transition: .6s;
        }
        .save_pan input:hover {
            background-color: rgba(37,120,116,1);
            color: #fff;
            transition: .6s;
        }
        .shkaf_drawers_cell {
            background: #F0EBBA;
        }
        .shkaf_alert {
            width: 700px;
    float: left;
    text-align: center;
    color: #cb002a;
    font-size: 17px;
    background: rgba(37,120,116,.1);
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 5px;
    padding-top: 3px;
    padding-bottom: 3px;      
       }
       #cbody img {
           margin-right: 20px !important;
       }
       .copyright_warning {
          color : red;
          text-align : center;
          font-size : 14px;
          padding: 10px;
          border-width : 1px;
          border-color : red;
          border-style: solid;
          width: 600px;
          margin-left: 170px;
       }
       .container_calc {
        max-width: 940px;
        margin: 0 auto;
       }

/* contacts */
.main_office {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin: 15px 0;
}
.address_list {
        font-size: 18px;
    font-weight: 500;
    margin: 5px 0;
    padding: 5px;
    position: relative;
}
.address_list::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    background-color: #257874;
    bottom: 5px;
}
ol.address_list_ol {
   list-style: none;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
}
ol.address_list_ol li:first-child {
    margin-bottom: 10px;
}
ol.address_list_ol a {
    color: #257874;
    text-decoration: none;
    transition: .6s;
}
ol.address_list_ol a:hover {
    transition: .6s;
    color: rgba(37,120,116,.6);
}
/* price */
.cost_shkaf_variable_number {
    font-size: 38px;
    width: 60px;
    height: 60px;
    border-radius: 255px;
    border: 1px solid rgba(37,120,116,1);
    margin: 15px auto;
    text-align: center;
    color: #fff;
    background-color: rgba(37,120,116,.6);
}
.cost_shkaf_variable_title {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 10px;
    padding: 0 10px;
    text-align: center;
    display: flex;
    align-items: center;
}
.cost_shkaf_link {
    text-align: center;
    margin: 15px 0;
}
.cost_shkaf_link a {
    padding: 5px 15px;
    color: #000;
    transition: .6s;
    text-decoration: none;
    color: rgb(229, 118, 0);
    font-weight: 600;
    box-shadow: 1px 0 7px 1px rgba(0,0,0,.4);
    border-radius: 15px;
}
.cost_shkaf_link a:hover {
    color: rgba(37,120,116,1);
    transition: .6s;
    box-shadow: 1px 0 7px 1px rgba(37,120,116,.4);
}
ul.what_cost_then_list {
    list-style: none;
}
li.what_cost_list_item {
    position: relative;
    margin: 5px 0;
}
li.what_cost_list_item::before {
    position: absolute;
    content: "\f148";
    font-size: 20px;
    font-family: FontAwesome;
    color: rgba(37,120,116,.8);
    top: 0;
    left: -20px;
    transition: .6s;
}
li.what_cost_list_item:hover::before {
    transition: .6s;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/* materials and colors */
.materials_block {
    position: relative;
    z-index: 1;
    transition: .6s;
    margin: 15px 0;
}
.materials_block:hover {
    z-index: 2;
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transition: .6s;
}
.materials_block_img img {
    width: 100%;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    box-shadow: 1px 0 7px 1px rgba(0,0,0,.4);
}
.materials_block:hover .materials_block_img img {
    box-shadow: 1px 0 7px 1px rgba(37,120,116,.6);
}
.materials_block_title {
    border: 1px solid #fff;
    border-top: none;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    box-shadow: 1px 0 7px 1px rgba(0,0,0,.4);
    justify-content: center;
    color: rgba(37,120,116,.8);
    font-weight: 600;
    background-color: #fff;
    transition: .6s;
}
.materials_block:hover .materials_block_title {
    color: rgb(229, 118, 0);
    transition: .6s;
    box-shadow: 1px 0 7px 1px rgba(37,120,116,.6);
}
#materials_and_colors a {
    text-decoration: none;
}
/* stati */
.posts_block_news {
    -webkit-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.2);
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: .6s;
    margin: 15px 0;
}
.posts_block_news:hover {
    -webkit-box-shadow: 0px 1px 6px 0px rgba(37,120,116,.6);
    -moz-box-shadow: 0px 1px 6px 0px rgba(37,120,116,.6);
    box-shadow: 0px 1px 6px 0px rgba(37,120,116,.6);
    transition: .6s;
}
a.posts_block_news_link_img {
    display: block;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}
a.posts_block_news_link_img img {
    width: 100%;
    transition: .6s;
    max-height:325px;
}
.posts_block_news:hover a.posts_block_news_link_img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: .6s;
}
.title_posts_news a {
    text-decoration: none;
    color: #000;
    display: block;
    font-size: 19px;
    font-weight: 600;
    text-align: center;
    margin-top:30px;
}
.preview_posts_news {
    font-size: 16px;
    padding: 10px;
}
.stati_detail_text {
    font-size: 16px;
    padding: 10px;
}
/* menu */
ul.menu_main_header {
    list-style: none;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
    padding-inline-start: 0;
    margin-bottom: 0;
}
li.menu_list_item:first-child {
    border-left: 1px solid rgba(204, 204, 204, .6);
}
li.menu_list_item {
    display: flex;
    flex-flow: row;
    align-items: center;
    position: relative;
    width: 100%;
    border-right: 1px solid rgba(204, 204, 204, .6);
    transition: .6s;
}
a.menu_link_item {
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-flex;
    width: 85%;
    height: 42px;
    align-items: center;
    padding-left: 15px;
    transition: .6s;
}
.open_parent {
    display: none;
}
.parent_list > a {
    cursor:default;
}
.parent_list .open_parent {
    display: inline-flex;
    font-size: 14px;
    color: #333;
    width: 15%;
    align-items: center;
    height: 42px;
    transition: .6s;
    justify-content: center;
}
ul.menu_main_header li.parent_list > ul {
        display: none;
        transition: .6s;
        padding-inline-start: 0;
}
.submenu_ul {
    width: 100%;
}

/* picture_top_menu */
.menu_picture_container {
    min-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    transition: .6s;
}
.menu_picture_item {
    text-align: center;
    padding: 0 2.5px;
}
.menu_picture_item .menu_picture_item_img img {
    width:70%;
    margin: 0 15%;
}
a.menu_picture_link {
    color: #000;
    font-size: 14px;
    text-decoration: none;
    transition: .6s;
}
a.menu_picture_link:hover {
    color: rgb(229, 118, 0);
    transition: .6s;
}
.menu_oicture_text {
    margin-top: 15px;
}
/* sticky menu */
.menu_picture_container_sticky {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 15px;
    min-width: 1200px;
    position: fixed;
    top: 0;
    z-index: 100;
    padding-top: 20px;
    background-color: #fff;
    left: 0;
    transition: .6s;
    box-shadow: 1px 2px 15px 1px rgba(229, 118, 0, .75);
}

/* hidden menus */
.hidden_images_menus {
    display: none;
    background-color: #fff;
    padding: 15px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    box-shadow: 1px 2px 15px 1px rgba(229, 118, 0, .75);
}
.mega_type_menu {
    display: flex;
    flex-flow: row;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.mega_type_menu > a {
    text-decoration: none;
}
.mega_type_menu .rosmebel_text {
    width: 100%;
    font-size: 22px;
    line-height: 1.1;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #257874;
}
.btn_for_send_orders_site {
    display: flex;
    flex-flow: row;
    width: auto;
    align-items: center;
    justify-content: space-between;
}
.picture_menus_logo_fix img {
    width:40px;
    height:40px;
}
.mobi_btn_mtm {
    font-size: 42px;
    color: rgba(229, 118, 0, .75);
    padding: 0 20px;
    cursor: pointer;
    border:1px solid #e0e1e2;
    transition:.6s;
}
.mobi_btn_mtm:hover {
    background-color:rgba(229, 118, 0, .75);
    border-color:rgba(229, 118, 0, .75);
    transition:.6s;
}
.mobi_btn_mtm i.fa:hover,
.mobi_btn_mtm:hover i.fa {
    color:#fff;
    transition:.6s;
}
.btn_for_send_orders_site a.callback {
    margin-left: 15px;
    margin-top: 0;
    color: rgb(229, 118, 0);
    font-weight: 600;
    font-size: 14px;
    transition: .6s;
    padding: 5px 7px;
    text-transform: uppercase;
    text-decoration: none;
}
.btn_for_send_orders_site a.callback:hover {
    color: #fff;
    transition: .6s;
    background-color: rgba(229, 118, 0, .75);
}
.btn_for_send_orders_site a.callback i.fa {
    display: inline-block;
    margin-right: 10px;
    color: #257874;
    font-size: 18px;
    transition: .6s;
    vertical-align: middle;
}
.btn_for_send_orders_site a.callback:hover i.fa {
    transition: .6s;
    color: #fff;
}
.close_eys_menu {
    display: none;
    margin-top: 30px;
}
.mobile_menu_main_nav,
.mobile_menu_main_nav_exit {
    display: none;
}
.mobile_menu_main_nav i.fa,
.mobile_menu_main_nav_exit i.fa {
    color: rgba(229, 118, 0, .75);
    font-size: 32px;
}
.mobile_menu_main_nav_exit  {
    position: fixed;
    top: 10px;
    right: 15px;
    z-index: 101;
}
.fixed_menu_full_screen {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    overflow-y: auto;
    z-index: 100;
    padding: 50px 0;
    background-color: #fff;
}
.title_material {
    width:100%;
    padding: 0 10px;
    font-size: 18px;
    text-transform:uppercase;
    display:flex;
    flex-flow:row;
    align-items:center;
    color: #000;
    justify-content:center;
    font-weight: 600;
}
.napolnenie_box_content_descr {
    margin-bottom:35px;
}
/* contact cityes */
a.city_links {
    color: #000;
    text-decoration:none;
    transition:.6s;
}
a.city_links:hover {
    color: #257874;
    transition:.6s;
}
/* modals */
.top_form,
#modal_thanks {
    max-width:600px!important;
    height: auto!important;
    padding:30px!important;
    background-color: rgba(37,120,116,.7)!important;
    border:2px solid #fff;
    border-radius: 15px;
}
.top_form .modal__title,
#modal_thanks .modal__title {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
}
.top_form .fancybox-button svg path,
#modal_thanks .fancybox-button svg path{
    fill:#fff!important;
}
.top_form .fancybox-slide--html .fancybox-close-small,
#modal_thanks .fancybox-slide--html .fancybox-close-small {
    padding:5px!important;
}
.top_form .fancybox-is-open .fancybox-bg,
#modal_thanks .fancybox-is-open .fancybox-bg {
    opacity: 0.7!important;
}
.top_form input[type="text"] {
    width:100%;
    height:40px;
    border-radius: 8px;
    background-color: #fff;
    color: #000;
    border:1px solid #fff;
    text-indent: 10px;
    margin-bottom:15px;
}
.top_form button[type="submit"] {
    width:100%;
    height:40px;
    border-radius: 8px;
    background-color: rgba(0,0,0,.9);
    color: #fff;
    border:1px solid #fff;
    transition:.6s;
}
.top_form button[type="submit"]:hover {
    transition:.6s;
    background-color: orange;
}
/* input file */
.files_upload {
    font-size: 14px;
    margin: 15px 0;
    color: #fff;
    line-height: 1.1;
}
.files_upload_white {
    font-size: 14px;
    margin: 15px 0;
    color: #000;
    line-height: 1.1;
}
.fixed_inputfiles {
    border:1px solid #000!important;
    max-width:100%!important;
    width:100%important;
}
.input__wrapper {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
  text-align: center;
}
 
.input__file {
 opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
    z-index: 3;
    height: 100%;
    left: 0;
}
 
.input__file-icon-wrapper {
  height: 40px;
  width: 40px;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 1px solid #000;
}
 
.input__file-button-text {
  line-height: 1;
  margin-top: 1px;
}
 
.input__file-button {
  width: 100%;
  max-width: 290px;
  height: 40px;
  background: #fff;
  color: #000;
  font-size: 16px;
  position:relative;
  z-index:1;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 8px;
  cursor: pointer;
  margin: 0 auto;
}
.message_thnk {
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
}

#pdopage .pagination {
    margin:0 auto!important;
}
.page-link {
    color:#257874!important;
}
.page-item.active .page-link {
    background-color:#257874!important;
    border-color:#257874!important;
    color:#fff!important;
}
/* akciya conta */
.container_akciya {
    position: fixed;
    display:flex;
    flex-flow:row;
    align-items:center;
    height: 60px;
    width: 600px;
    border: 4px solid #fff;
    border-radius: 15px;
    z-index:100;
    top: 80px;
    right: 50px;
    background-color: orange;
}
.container_img {
    position:relative;
    width:15%;
}
.container_img img {
    position: absolute;
    bottom: -20px;
    transform: rotate(-10deg);
}
.container_action {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    width: 80%;
}
.container_exits {
    width:5%;
    height:60px;
    text-align:center;
    align-items: center;
    display: flex;
    color: #fff;
    cursor: pointer;
}
@media screen and (max-width:670px) {
    .container_akciya {
        width:90%;
        right:5%;
        left:5%;
    }
}
@media screen and (max-width:575px) {
    .container_action {
        font-size:14px;
        text-align: center;
    }
    .container_img img {
        width:100%;
    }
    
}
@media screen and (max-width:414px) {
    .container_img img {
        bottom:-15px;
    }
}
/*section#tovar_shkaflonru .shkaflon_items_slider .shkaflon_item img {
    max-height:208px;
}*/

.menu_picture_item_img svg {
    width:100%;
    height:39px;
}
.menu_picture_item_img svg g {
    fill:#257874;
    transition:.6s;
}
.menu_picture_item_img:hover svg g,
.menu_picture_item:hover .menu_picture_item_img svg g {
    fill:rgb(229, 118, 0);
    transition:.6s;
}

img.costing {
    width:20%;
    display:inline-block;
}
p img,
h2 img,
h3 img,
h1 img,
span img {
    max-width:100%;
}

/* file input */
#add i.fa,
.remove_field i.fa{
    color:#fff;
    font-size:30px;
}
#modal_eskiz_order input[type="file"] {
    margin-bottom:7px;
    width: calc( 100% - 35px);
}
.custom_file_input {
   display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
a.custom_file_input {
    width:100%!important;
}
.title_custom_inputs_add {
    padding: 6px 15px;
    border: 2px solid #fff;
    border-radius: 8px;
    background-color: #fff;
    font-weight: 500;
    width: calc( 100% - 35px);
    text-align: center;
    color: #333;
}
a#add,
a.add2{
    width: 35px;
    text-align: center;
}
.our_proudcts_services_custom_file  .title_custom_inputs_add {
    border:1px solid #333;
}
.add2 i.fa {
    font-size:30px;
    color:#333;
}
.inp2 .remove_field {
    width:35px;
    text-align:center;
}
.inp2 .remove_field i.fa {
    color:#333;
}
.inp2 > div {
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.inp2 input {
    max-width:100%;
}
/* CARDS */
/* near cards */
.services_page_block > *:not(.img_block_modal_services) {
    padding: 0 15px;
}
.card_title_services a {
    display: flex;
    justify-content: center;
    margin: 10px 0;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    text-transform:uppercase;
    min-height: 100px;
    align-items: baseline;
    text-decoration: none;
}
.price_for_metr,
.price_btn_card {
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.price_right span {
    font-size:18px;
    font-weight:600;
}
.col_card_order:nth-child(2) a {
    color: rgb(229, 118, 0);
    text-decoration: none;
    border: 1px solid #257874;
    padding: 7px 10px;
    border-radius: 8px;
    display: block;
    margin: 15px 0;
    transition:.6s;
}
.col_card_order:nth-child(2) a:hover {
    transition:.6s;
    
}
.col_card_order:nth-child(1) a {
    display:block;
    margin: 15px 0;
    border: 1px solid #257874;
    text-decoration: none;
    padding: 7px 10px;
    border-radius:8px;
    background-color:#257874;
    color:#fff;
    text-transform:uppercase;
    transition:.6s;
}
.all_cards_listing {
    box-shadow: 1px 0 7px 1px rgba(0,0,0,.4);
    margin:20px 0;
}
/*near cards end */
.price_for_full {
    display:flex;
    justify-content:center;
    align-items:center;
}
.price_for_full .price_right span {
    font-size:18px;
    font-weight:600;
    margin-left:10px;
}
.col_card_order_listing {
    width:100%;
}
.col_card_order_listing a {
    display:block;
    margin: 15px 0;
    text-align:center;
    border: 1px solid #257874;
    text-decoration: none;
    padding: 7px 10px;
    border-radius:8px;
    background-color:#257874;
    color:#fff;
    text-transform:uppercase;
    transition:.6s;
}
.col_card_order_listing a:hover {
    transition:.6s;
    background-color:rgb(229, 118, 0);
}

/* card into */
#about_this_card .col-lg-6 a img {
    max-width:100%;
}
#about_this_card .price_btn_card .col_card_order {
    width:45%;
    text-align:center;
}
#about_this_card .c_tabs_text {
    padding:20px;
}
#about_this_card .c_tabs {
    margin:0!important;
}

ul.custom_page_navi {
    display: flex;
    list-style: none;
    justify-content: center;
    margin: 20px 0;
    padding-inline-start: 0;
}

.price_of_metr_cart {text-align: center;font-size: 18px;font-weight: 600;margin: 15px 0;}
.price_of_metr_cart span {text-decoration:underline; font-weight:400; font-size:20px;}

.price_of_metr_cart i.fa-asterisk{
        font-size: 12px!important;
    color: #257874;
    cursor:pointer;
    vertical-align: text-top;
}
.price_of_metr_cart {
    position:relative;
}
.block_near_price_txt_for_price {
    position: absolute;
    top: 44px;
    left: 0;
    z-index: 10;
    background-color: #ddd;
    padding: 10px 5px;
    line-height: 1.35;
    font-size: 14px;
    width: 100%;
    display: none;
}
.price_of_metr_cart i.fa-asterisk:hover ~ .block_near_price_txt_for_price {
    display:block;
}
.seo_tags_link {
    color: #257874;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    margin-right:10px;
    padding: 5px 10px;
    display: none;
    border: 1px solid #257874;
    border-radius: 5px;
    transition:.6s;
}
.seo_btn_tags_link {
    display:inline-block!important;
}
.seo_tags_link:nth-child(1),
.seo_tags_link:nth-child(2),
.seo_tags_link:nth-child(3) {
    display:inline-block;
}
button.more__then_tags {
    color: #257874;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 10px;
    display: none;
    background-color:#fff;
    margin-top:15px;
    border: 1px solid #257874;
    border-radius: 5px;
    transition: .6s;
}
.visiblys {
    display:block!important;
}
.visiblys:hover {
    color: #fff;
    text-decoration: none;
    background-color:#257874;
    transition:.6s; 
}

.seo_tags_link:hover {
    color: #fff;
    text-decoration: none;
    background-color:#257874;
    transition:.6s;
}
.seo_tag____links {
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
}
ul.breadcrumbs_valid > li {
    display:inline-block;
}
.fixed-on {
    position: fixed;
	width: 100%;
	top: 0;
	z-index: 1000;
}

#cityFields_manager .form-group label {
    color:#fff;
}
.cfcity_list li a {
    color:#fff;
}
.napolnenie_printed_shkaflonru_slide  {
    max-width:380px!important;
    width:100%;
    padding:15px;
    border:1px solid #257874;
    border-radius:5px;
    margin:0 auto;
}
.napolnenie_shkafov_migx_item img {
    max-width: 100%;
    width: 100%;
    height: 320px;
    object-fit: cover;
}
.napolnenie_printed_shkaflonru_slide .slick-dots {
    left:0;
    bottom:-35px;
}
.napolnenie_printed_shkaflonru_slide .slick-arrow {
    width: 50px;
    position: absolute;
    top: 35%;
    opacity: .6;
    z-index:3;
    transition: .6s;
    cursor: pointer;
}
.napolnenie_printed_shkaflonru_slide .slider-arrow-right {
    right:0;
}
.napolnenie_printed_shkaflonru_slide .slider-arrow-left {
    left:0;
}
.descr_napolnenie_migx_item_slide {
    min-height: 96px;
    margin: 15px 0 0 0;
    display: flex;
    justify-content: center;
}
.faq_image_home {
    max-width:100%;
    width:100%;
}
.item_faq_homepage_wrapper {
    padding: 10px;
    border: 1px solid #257874;
    border-radius: 5px;
    margin-bottom:15px;
}
.item_faq_homepage_question {
    font-weight: 600;
    cursor: pointer;
    transition: all .6s;
}
.open_item_faq_homepage_question {
    margin-bottom:10px;
    border-bottom:1px dashed #257874;
    padding-bottom: 10px;
}
.open_item_faq_homepage_question > i.fa,
.item_faq_homepage_question:hover i.fa {
    color:#257874;
}
.item_faq_homepage_ask {
    display:none;
}
.open_item_faq_homepage_question + .item_faq_homepage_ask {
    display:block;
}
.item_faq_homepage_ask i.fa {
    color:rgb(229, 118, 0);
}
.tab_content_container {
    display:none;
    width:100%;
}
.active_content_tab {
    display:block;
}
ul.products_tabs_link {
    display:flex;
    flex-wrap:wrap;
    padding:0;
    margin:0;
    list-style:none;
    justify-content:flex-start;
    column-gap:30px;
}
.item_products_tabs_link {
    position: relative;
    margin: 15px 0;
    cursor: pointer;
    transition: all .6s;
    padding: 10px 25px;
    border: 1px solid #257874;
    min-width: 185px;
    text-align: center;
    font-weight: 600;
}
.item_products_tabs_link:hover,
.active_link_tab {
    color:rgb(229, 118, 0);
    border-color:rgb(229, 118, 0);
}
.anew_info_card {
    width:100%;
    text-align:left;
}
.anew_price_btn_card {
    flex-flow:column;
    align-items:flex-start;
}
.ya-share2 {
    margin:15px 0;
}
.new_order_btn_zakaz {
    background-color: #257874;
    color: #fff!important;
    text-transform: uppercase;
    border: 1px solid #257874!important;
    font-weight: 700;
    transition: all .6s;
}
.new_order_btn_zakaz:hover {
    background-color: #fff;
    color: #257874!important;
}
.raschet_new_btn {
    background-color: #fff;
    color: #257874!important;
    text-transform: uppercase;
    border: 1px solid #257874!important;
    font-weight: 700;
    display: block;
    padding: 7px 10px;
    border-radius: 8px;
    transition: all .6s;
}
.raschet_new_btn:hover {
    background-color: #257874;
    color: #fff!important;
    text-decoration:none;
}
.msfavorites  {
        display: flex;
    align-items: center;
    column-gap: 5px;
    margin: 15px 0;
}
.true_voted {
    display:none;
}
.voted .true_voted {
    display:inline-block;
}
.voted .no_voted {
    display:none;
}
.favorites_list_absolutes {
    position: fixed;
    bottom: 160px;
    right: 30px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #257874;
    border-radius: 50%;
    background-color:#257874;
    transition: all .6s;
}
.favorites_list_absolutes i.fa {
    font-size: 23px;
    color: #fff;
    margin-top: 3px;
    transition: all .6s;
}
.msfavorites-total {
    position: absolute;
    width: 25px;
    transition: all .6s;
    height: 25px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -10px;
    top: -10px;
    border: 1px solid #257478;
    border-radius: 50%;
    font-size: 14px;
    color: #000;
}
.favorites_list_absolutes a {
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:100%;
}
.favorites_list_absolutes a:hover {
    text-decoration:none;
}
.favorites_list_absolutes:hover {
    background-color:#fff;
}
.favorites_list_absolutes:hover i.fa {
    color:#257478;
}
.favorites_list_absolutes:hover span {
    background-color:#000;
    color:#fff;
}
.all_cards_listing a.msfavorites  {
        margin: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 3;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width:768px) {
    ul.products_tabs_link {
        justify-content:center;
    }
    .item_products_tabs_link {
        margin:5px 0;
    }
    .anew_price_btn_card {
        align-items:center;
    }
    .anew_info_card,
    .ya-share2 {
        text-align:center;
    }
    #about_this_card .anew_price_btn_card .col_card_order {
        width: 280px;
    }
}
@media screen and (max-width:440px) {
    .item_products_tabs_link {
        width:100%;
    }
}

.credits_link {
    margin: 10px 0 0 0;
    transition:all .6s;
}
.credits_link a {
    font-size: 16px;
    color: #000;
    opacity: .7;
    text-decoration: underline;
    transition:all .6s;
}
.credits_link:hover a {
    color:#257874;
    transition:all .6s;
    opacity:1;
}

.shkaflon_items_otziv {
    max-width:100%;
    width:100%;
    padding:0 20px;
}
.shkaflon_items_otziv .slick-slide {
    padding:15px;
    background-color:#f9f9f9;
    border-radius:15px;
    margin:10px;
}
.shkaflon_items_otziv .slick-arrow {
    position:absolute;
    top:40%;
    z-index: 0;
    cursor:pointer;
    width: 20px;
}
.shkaflon_items_otziv .slider-arrow-left {
    left:0;
}
.shkaflon_items_otziv .slider-arrow-right {
    right:0;
}
.title_card_testimonial {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.35;
    margin-bottom: 5px;
}
.date_card_testimonial {
    font-weight: 600;
    font-size: 12px;
    line-height: 1.35;
    margin-bottom: 5px;
}
.text_card_testimonial {
    font-size: 14px;
    line-height: 1.35;
    color: #000;
    font-weight: 300;
}

@media screen and (max-width:768px) {
    .card_title_services a {
        min-height:auto;
    }
}

@media screen and (max-width:575px) {
    .contacts {
        flex: 0 0 100%;
        max-width: 100%;
        text-align:center;
    }
    .logotype {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .flex_logo_cont {
        justify-content:center;
    }
}
@media(max-width:767px){
    .address_list_ol span:nth-last-child{
        display:block;
    }
}