header .top_line ul li a {
    #line-height: 30px;
}

.cont.cont_flex {
    margin-top: 15px;
}

section.main_slider {
    margin-top: 15px;
}

section.advantages .section-title h2 {
    text-align: center;
    padding-bottom: 35px;
    font-weight: bold;
    font-family: DINpro;
    color: #444;
}

section.advantages.advantages_bng {
    padding-top: 35px;
}

@media (min-width: 1080px)
{ 
    .shkafi-grid .product_wrap {
        width: 48%;
    }
}

.product_modal_wrapper {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    font-family: dinPro;
	display:none;
}

.modal_bg {
    background: #000000ad;
    width: 100%;
    height: 100%;
    position: absolute;
}

.product_modal {
    position: relative;
    width: 650px;
    margin: auto;
    margin-top: 15%;
}

.product_modal_body {
    background: white;
    padding: 10px;
}

h3.product_modal_title {
    background: #ff5b0d;
    color: white;
    font-weight: 100;
    padding: 7px 10px;
    font-size: 24px;
}

a.product_modal_close {
    color: white;
    text-decoration: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 10px;
    cursor: pointer;
}

.product_modal_body_image {
    display: inline-block;
    margin: 0;
    width: 49%;
    vertical-align: top;
    padding-right: 10px;
}

.product_modal_body_info {
    display: inline-block;
    margin: 0;
    width: 49%;
    vertical-align: top;
}

.product_modal ul {
    list-style: none;
}

.product_modal li {
    padding: 5px;
    font-size: 20px;
    border-bottom: 1px solid #eee;
}

.product_modal_body_price {
    padding: 10px;
    border: 2px solid #eee;
    font-size: 24px;
    font-weight: bold;
    color: #ff5b0d;
    margin-top: 20px;
}

.product_modal_body_image img {margin: auto;display: block;max-height: 250px;}

 .videoWrapper {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        padding-top: 25px;
        height: 0;
}
.videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
}

@media (max-width: 1080px)
{ 
	 .videoWrapper {
			height: fit-content;
	}
	.videoWrapper iframe {
		/*width:100%;
		height:auto;
		*/
		max-height: 210px;
	}
}

div#doneProjects-modal {
    width: 90%;
    max-width: 1024px;
}

#doneProjects-modal-content-info .date {
    display: inline-block;
    margin-right: 20px;
}

#doneProjects-modal-content-info .manager {
    display: inline-block;
}

div#doneProjects-modal-content-info {
    padding: 10px 0;
}

#doneProjects-modal-content i.fa {
    margin-right: 10px;
    color: #ff6217;
}

#doneProjects-modal-content-main img {
    max-height: 400px;
    display: block;
    margin: auto;
}

a.button.sizes_load {
    color: #ff5b0d;
    background-color: white;
    border: 1px solid #ff5b0d;
    font-size: 16px;
    line-height: 28px;
}

.products_grid .product .thumb {
    margin-top: 35px;
	height: 245px;
}

/* May Be delete? New price styles for shkafy */

.shkafi-grid .product_wrap .price {
    margin-top: 0 !important;
    padding: 0;
}

.shkafi-grid .price_block_name {
    display: inline-block;
    background: #eee;
    width: 50%;
	padding: 0 5px;
    text-align: center;
    font-size: 14px;
    vertical-align: top;
}
.shkafi-grid .price_block_name i {
    font-weight: 100;
}

.shkafi-grid .price_block_value {
    display: inline-block;
    text-align: center;
    width: 50%;
    vertical-align: top;
}

.shkafi-grid .price_block {
    text-align: left;
}

.shkafi-grid .silver.price_block {
    border: 2px solid #eee;
}

.shkafi-grid .product .price {
    margin-top: 30px;
    color: #2f3335;
    font: 900 20px DINPro;
}

.shkafi-grid .product .price span.rub {
    color: #ff5b0d;
}