.constructor-banner-action30{
    height: 360px;
    background: url('/dveri-mezhkomnatnye/img/action30_1.png') center no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.action_btn30{
    top: 295px;
    position: absolute;
    left: 50%;
    margin-left: -450px;
    color: white;
    border-radius: 20px;
    width: 206px;
    text-align: center;
    height: 40px;
    background-color: #E31E24;
    line-height: 40px;
    font-size: 16px;
}
.action_btn30:hover{
    color: white;
}
@media (min-width: 705px) and (max-width: 1050px) {
.constructor-banner-action30 {
    background: url(/dveri-mezhkomnatnye/img/action30_tablet.png) no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 360px;
}
.action_btn30{
    display: none;
}
}
@media (min-width: 415px) and (max-width: 704px) {
    .constructor-banner-action30 {
    background: url(/dveri-mezhkomnatnye/img/action30_phone_max.png) no-repeat;
    background-size: contain;
    /* background-position: center; */
    width: 100%;
    /* height: 284px;	 */
}
.action_btn30{
    display: none;
}
}
@media (min-width: 320px) and (max-width: 414px) {
    .constructor-banner-action30 {
    background: url(/dveri-mezhkomnatnye/img/action30_phone.png) no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 145px;
}
.action_btn30{
    display: none;
}
}
/*------------------------------------------ POPUP------------------------------*/
.overlay {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 1000;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}
/* ������������ �����-�������� ������ ���� */
.is-image {
  width: 100%;
  display: inline-block;
  height: auto;
  margin: auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 15px;
  top: 0; left: 0; bottom: 0; right: 0;
}
embed, iframe {
  width: 100%;
  margin: auto;
  top: 0; left: 0; bottom: 0; right: 0;
}
/* ��������� � ������������� ����������� ���� */
.popup { 
    width: 420px;
    height: 450px;
    margin: auto;
    background-color: #fff;
    display: block;
    left: 0; right: 0;
    opacity: 0;
    position: absolute;
    font-size: 14px;
    top: 0;
    padding: 0;
    visibility: hidden;
    z-index: 20;
/* ������������� ������ �������� ��������� ���� */ 
    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
}
.popup_2 { 
    width:420px;
    max-height: 620px;
    padding: 10px 20px;
    margin: auto;
    overflow: auto;
    overflow-x: hidden;
    background-color: #fff;
    display: block;
    border-radius: 5px;
    left: 0; right: 0;
    opacity: 0;
    position: absolute;
    font-size: 14px;
    top: 0;
    visibility: hidden;
    z-index: 1010;
/* ������������� ������ �������� ��������� ���� */ 
    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
}

.popup_Knobs { 
    width: 1024px;
    display: none;
    margin: auto;
    background-color: #fff;
    left: 0; right: 0;
    opacity: 0;
    position: absolute;
    font-size: 14px;
    top: 0;
    padding: 0;
    visibility: hidden;
    z-index: 1000;
/* ������������� ������ �������� ��������� ���� */ 
    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
}
.popup_Delivery {
    width: 100%;
    
    margin: auto;
    background-color: #fff;
    display: block;
    left: 0; right: 0;
    opacity: 0;
    position: absolute;
    font-size: 14px;
    top: 0;
    padding: 0;
    visibility: hidden;
    z-index: 20;
/* ������������� ������ �������� ��������� ���� */ 
    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
}

/* ������������� ������� ��������� ���� */ 
.overlay:target+.popup {
    top: 10%;
    position: fixed;
    opacity: 1;
    visibility: visible;
}
.overlay:target+.popup_2 {
    top: 10%;
    position: fixed;
    opacity: 1;
    visibility: visible;
}
.overlay:target+.popup_Knobs {
    top: 10%;
    /*position: fixed;*/
    display: block!important;
    opacity: 1;
    visibility: visible;
}
.overlay:target+.popup_Delivery {
    top: 10%;
    position: fixed;
    opacity: 1;
    visibility: visible;
}
/* ��������� � ������������ ������ �������� */
.close {
    position: absolute;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 0;
    top: 15px;
    right: 15px;
    width: 24px;
    font-size: 30px;
    background: #fff !important;
    border: none;	
}
.overlay .popup .close:before {
    display: none;
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-size: 14px;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
}
.overlay .popup_2 .close:before {
    display: none;
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-size: 14px;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
}
.overlay .popup_Knobs .close:before {
    display: none;
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-size: 14px;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
}
.overlay .popup_Delivery .close:before {
    display: none;
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-size: 14px;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
}

.flex-direction-nav .flex-prev{
 background: url('../images/nav_prev.png') no-repeat;
}
.flex-direction-nav .flex-next{
 background: url('../images/nav_next.png') no-repeat;
}
.popup > span{
    display: block;
    text-align: center;
    padding-top: 20px;
    font-size: 18px; 
    color: #4c4c4c;
    font-size: 20px;

    text-transform: uppercase;
    font-weight: 500;
}
.popup_2 > span{
    display: block;
    text-align: center;
    padding-top: 19px;
    font-size: 18px; 
    color: #4c4c4c;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
}
.popup_Knobs > span{
    display: block;
    text-align: left;
    padding: 15px 25px;
    color: #4c4c4c;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 500;
}
.popup_Delivery > span{
    display: block;
    text-align: center;
    padding-top: 20px;
    font-size: 18px; 
    color: #4c4c4c;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
}
.mod1 > .mod_name {
    border: 1px solid #d6d6d6;
    padding: 5px;
    width: 120px;
    background: #f2f2f2;
    margin-left: 19px;
    font-size: 14px;
    font-weight: 200;
    padding-left: 11px;
    border-right: 0;
    line-height: 1.42857;
}
.mod1 > p {
    font-size: 15px;
    color: #3a850c;
    font-weight: 500;
      line-height: 16px;
}
.mod2 > .mod_name {
    border: 1px solid #d6d6d6;
    padding: 5px;
    width: 120px;
    background: #f2f2f2;
    margin-left: 19px;
    font-size: 14px;
    font-weight: 200;
    padding-left: 11px;
    border-right: 0;

}
.mod2 > p {
    font-size: 15px;
    color: #3a850c;
    font-weight: 500;
      line-height: 16px;
}
.popup p {
    font-size: 14px;
    color: #4c4c4c;
    text-align: center;
    padding: 10px;
    margin-bottom: 3px;
}
.popup_2 p {
    font-size: 14px;
    color: #4c4c4c;
    text-align: center;
    padding: 10px;
    margin-bottom: 3px;
}
.popup_Knobs p {
    font-size: 14px;
    color: #4c4c4c;
    text-align: center;
    padding: 10px;
    margin-bottom: 3px;
}
.popup_Delivery p {
    font-size: 14px;
    color: #4c4c4c;
    text-align: center;
    padding: 10px;
    margin-bottom: 3px;
}
.popup form{
    width: 430px;
    margin: 0 auto;
}
.popup_2 form{
    width: 100%;
    margin: 0 auto;
    padding: 0px 50px;
    margin-top: 20px;
}
.popup_Knobs form{
    width: 430px;
    margin: 0 auto;
}
.popup_Delivery form{
    width: 430px;
    margin: 0 auto;
}
.popup form input{
    border: 1px solid #d6d6d6;
    padding: 5px;
    margin-bottom: 10px;
    width: 260px;
}
.popup_Knobs form input{
    border: 1px solid #d6d6d6;
    padding: 5px;
    margin-bottom: 10px;
    width: 260px;
}
.btn {
    /*width: 100%;*/
}
.popup_Delivery form input{
    border: 1px solid #d6d6d6;
    padding: 5px;
    margin-bottom: 10px;
    width: 260px;
}
.popup form textarea{
    border: 1px solid #4c4c4c;
    padding: 20px;
    margin-bottom: 10px;
    resize: none;
    width: 400px;
    height: 150px;
}
.popup_2 form textarea{
    border: 1px solid #4c4c4c;
    padding: 20px;
    margin-bottom: 10px;
    resize: none;
    width: 400px;
    height: 150px;
}
.popup_Knobs form textarea{
    border: 1px solid #4c4c4c;
    padding: 20px;
    margin-bottom: 10px;
    resize: none;
    width: 400px;
    height: 150px;
}
.popup_Delivery form textarea{
    border: 1px solid #4c4c4c;
    padding: 20px;
    margin-bottom: 10px;
    resize: none;
    width: 400px;
    height: 150px;
}
/*.popup form .sub{
    text-align: center;
    background: #ec0000;
    color: #fff;
    width: 245px;
    margin-left: 86px;
    height: 35px;
    border: none;
    cursor: pointer;
}
.popup_2 form .sub{
    text-align: center;
    background: #ec0000;
    color: #fff;
    width: 245px;
    margin-left: 86px;
    height: 35px;
    border: none;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 24px;
}*/
.popup_Knobs form .sub{
    text-align: center;
    background: #ec0000;
    color: #fff;
    width: 245px;
    margin-left: 86px;
    height: 35px;
    border: none;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 24px;
}
.popup_Delivery form .sub{
    text-align: center;
    background: #ec0000;
    color: #fff;
    width: 245px;
    margin-left: 86px;
    height: 35px;
    border: none;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 24px;
}
.popup2 form input{
     margin-bottom: 3px;
     line-height: 0px;
}
.popup_2 .form_line input {
    padding: 5px;
    width: 225px;
}
.popup form img{
    position: absolute;
    margin-left: -45px;
  margin-top: 5px;
}
.popup_2 form img{
    position: absolute;
    margin-left: -45px;
  margin-top: 5px;
}
.popup_Knobs form img{
    position: absolute;
    margin-left: -45px;
  margin-top: 5px;
}
.popup_Delivery form img{
    position: absolute;
    margin-left: -45px;
  margin-top: 5px;
}
.price_m {
    width: 1270px;
    height: 2855px;
    border: 3px solid #00a8ec;
    background: #fff;
    margin: 0 auto;
}
.price_title1 {
    text-transform: uppercase;
    color: #00a8ec;
    font-size: 48px;
    text-align: center;
    margin-top: 35px;
}
.price_heal {
    color: #3f4040;
    font-size: 24px;
    margin-top: 35px;
    margin-left: 200px;
}
.price_heal ul li {
    width: 870px;
    height: 20px;
    background: #8fddfc;
    list-style:none;
    margin-top: 20px;
    margin-left: -40px;
    color: #3f4040;
    font-size: 16px;
    padding: 2px;
}
.popup2 form .modal_comm {
      width: 380px;
      height: 70px;
      margin-left: 19px;
      text-align: top;

}
label.error {
    text-align: center;
    color: #b55500;
}



.item_win img {
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
}
.item_win {
    position: relative;
    height: 200px;
}
.gal_doors {
    margin-bottom: 40px;
}
.callTrigger{
    cursor: pointer;
    height: 70px;
    width: 70px;
    position: fixed;
    right: 0px;
    bottom: 40px;
    z-index: 10;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.callTrigger.cltr {
    right: 210px; 
}
.callTrigger img {
    height: 100%;
}
.sto_ico {
    height: 70px;
    position: fixed;
    left: 40px;
    bottom: 40px;
    z-index: 9;
}
.line_door_inf b {
    text-transform: lowercase;
}
.line_door_inf.light b:first-letter {
    text-transform: capitalize;
}
.bx_filter_search_button.btn {
    width: 253px;
}

.line_door_inf {
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    height: 38px;
    position: relative;
    padding: 0;
    line-height: 20px;
}
.line_door_inf:first-child {
	height: auto;
	min-height: 40px;
}
.line_door_inf:last-child {
    border-bottom: none;
}
.item_card_options {
    margin-top: 0px !important;
}
.inf_select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../new/images/down-arrow.svg);
    background-position: 90% center;
    background-repeat: no-repeat;
    background-size: 8px;
    padding: 4px 10px;
    padding-right: 25px;
    min-width: 115px;
}
.checkbox_box {
    /*position: relative; 
    cursor: pointer;
    margin-bottom: 0px;
    font-weight: 400;*/
}

.checkbox_box:before{
    /*content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    left: 8px;
    top: 4px;
    background: #e30909;
    border-radius: 50%;*/
    content: '';
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 20px;
    background: #ff;
    border: 1px solid #e4dede;
    border-radius: 7px;
    transform: translate(-50%, -50%);
    cursor: pointer;	
}
.checkbox_box.active:after {
    /*content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    border: 1px solid #e4e4e4;
    left: 0px;
    top: -4px;
    border-radius: 5px;
    cursor: pointer;*/
	content: '';
    position: absolute;
    top: 50%;
    left: 10px;
    width: 13px;
    height: 13px;
    background: url(/local/templates/new_pogoda/images/gal.png) no-repeat;
    transform: translate(-50%, -50%);
    cursor: pointer;
    background-size: 100%;	
}
.checkbox_box {
    padding-left: 30px;
    padding-top: 1px;
	
    position: relative;
    cursor: pointer;
    margin-bottom: 0px;
    font-weight: 400;
    color: #a3a3a3;	
}
.table_price {
    padding-top: 3px;
}
.dil .checkbox_box:after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    border: 1px solid #e4e4e4;
    left: 0px;
    margin-top: 0px;
    border-radius: 5px;
    cursor: pointer;
}
.dil .checkbox_box input {
    position: absolute;
    opacity: 0;
}
.dil .checkbox_box input:checked + span:before { 
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    left: 8px;
    top: 4px;
    background: #e30909;
    border-radius: 50%;
	z-index: 2;	
}
.item_card_price_rub, .itm_card_price {
	font-size: 18px !important;
}
.info_graf {
    text-align: center;
}
.bx_scu {
    /*width: 250px;
    margin: 0 auto;*/
}



.bx_scu ul {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;  
    justify-content: center;
    -ms-flex-pack: center;
    flex-wrap: wrap;
    margin-left: 0px !important;
}
.poi {
    margin-bottom: 40px;
}
.name_color_box {
    font-size: 16px;
    font-weight: 400;
}
.dl_box {
    margin-top: 10px;
}
.cnt {
    display: none;
}
.ttl {
    cursor: pointer;
}



.inp_box label span {
    margin-right: 10px;
}
.tel_7 {
    position: relative;
    display: inline-block;
}
.tel_7:before {
    content: '+7';
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 14px;
    width: 50px;
    height: 51px;
    background: #f3f4f6;
    border-radius: 5px 0px 0px 5px;
    border-top: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    font-size: 18px;
    border-bottom: 1px solid #e4e4e4;
}
.popup_2 .tel_7:before {
    content: '+7';
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 5px;
    padding-right: 15px;
    width: 55px;
    height: 32px;
    background: #f3f4f6;
    border-radius: 5px 0px 0px 5px;
    border-top: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    font-size: 18px;
    border-bottom: 1px solid #e4e4e4;
}
.tel_7 input, .popup_2 .tel_7 input {
    padding-left: 64px;
}
.filter {
    padding-top: 0;
    text-transform: none;	
}
.filter a {
    padding: 0;
    margin: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: none;
    display: block;
    line-height: 0;
    font-size: 0;
}
.name_prod {
    line-height: 35px;
}
.check_itm {
    margin-bottom: 15px;
}


.btn.btn_white.btn_cart.order_button_new {
    text-align: center;
}
.btn.btn_white.btn_cart.mt20.cacallTriggerLink {
    text-align: center;
}
.mt10.title_h4.gray {
    text-align: center;
}
.mt20.title_h4.red {
    margin-left: 60px;
}

.bx_bigimages_imgcontainer {
    text-align: center;
}
.bx_bigimages_imgcontainer img {
    max-height: 455px;
}
table.popup-window.popup-window-titlebar, table.popup-window.popup-window-titlebar~a {
    display: none;
}



@media (max-width: 768px) {
	.item_card_options {
		padding-left: 0 !important;
		padding-top: 20px;
	}
	.line_door_inf {
		font-size: 12px;
	}	
	.pl10 {
		padding-left: 0;
	}
	.pr10 {
		padding-right: 0;
	}
	.table_price {
		font-size: 12px;
	}
	.wrapper-dropdown-1, .wrapper-dropdown-1 .dropdown {
		width: 100px !important;
	    font-size: 12px;
	}	
}



.mkd-first-screen__buttons .new-btn {
	width: 270px;
    cursor: pointer;
    transition: all .35s ease-in-out;
    font-family: 'NeoSansPro-Medium';
    border-radius: 25px;
    border: 1px solid #E2000F;
    background-color: transparent;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #E2000F;
    line-height: 48px;
}

.mkd-first-screen__buttons .new-btn.new-btn__red {
    background-color: #E2000F;
    color: white;
}

.mkd-first-screen__buttons .new-btn:hover {
    background-color: #E2000F;
    color: white;
    box-shadow: 0 3px 10px rgba(226, 0, 15, 0.75);
}

/* Banner */
.mkd-main__section {
    width: 100%;
    position: relative;
    padding: 50px 0;
	padding: 0;
}
.mkd-main__section .row {
    text-align: left;
    overflow: unset;
}
.mkd-main__section.mkd-first-screen__section {
    background-image: url('../img/new/banner-mkd.webp');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 60px 0 0px;
    overflow: hidden;
	min-height: 500px;
}
.mkd-first-screen__title {
    text-align: left !important;
}
.mkd-section__title {
    font-family: 'NeoSansPro-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 40px !important;
    line-height: 50px;
    color: #151616;
    margin-bottom: 30px;
    text-transform: uppercase;
    /*font-family: 'NeoSansPro-Medium' !important;
    font-style: normal;
    font-size: 48px !important;
    line-height: 58px;
    color: #151616;
    margin-bottom: 30px;
    text-transform: initial !important;*/
}
.mkd-first-screen__subtitle {
    font-family: 'NeoSansPro-Medium';
    font-style: normal;
    font-size: 24px;
    line-height: 29px;
    color: #151616;
    margin-bottom: 70px;
    max-width: 400px;
}
.mkd-first-screen__buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mkd-first-screen__media {
    position: relative;
}
.mkd-first-screen__media-banner {
    position: absolute;
    width: max-content;
}
.mkd-first-screen__media-banner,
.mkd-first-screen__media-banner img {
    border-radius: 50%;
}
.mkd-first-screen__media-banner.banner-lg {
    left: -40px;
    top: -60px;
}
.mkd-first-screen__media-banner.banner-lg img {
	width: 260px;
    height: 260px;
}
.mkd-first-screen__section .container {
    padding-left: 0;
    padding-right: 0;
}
@media (max-width: 991px) {
	 .mkd-first-screen__media-banner.banner-lg img {
        width: 130px;
		height: 130px;
    }
	.mkd-first-screen__buttons {
		flex-direction: column;
		align-items: flex-start;
	}
	.mkd-main__section.mkd-first-screen__section {
		 padding: 20px 0 40px;
	}
	.mkd-first-screen__buttons .new-btn:not(:last-child) {
		margin-right: 0;
		margin-bottom: 25px;
	}
	.mkd-first-screen__media-banner.banner-lg {
       left: -70px;
		top: -15px;
    }
	.mkd-first-screen__subtitle {
		margin-bottom: 40px;
	}
}
@media (max-width: 767px) {
	.mkd-main__section.mkd-first-screen__section {
		 padding: 20px 0 140px;
	}
	.mkd-first-screen__media-banner.banner-lg {
		left: 0;
		top: 5px;
    }
}



.mkd-advantage__item {
    font-style: normal;
    font-weight: normal;
    position: relative;
    padding: 35px 35px 0;
    background: #FEED00;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    min-height: 208px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
}

.mkd-advantage__item-title {
    position: relative;
    z-index: 2;
    font-family: 'NeoSansPro-Bold';
    font-style: normal;
    font-size: 22px;
    line-height: 27px;
    text-transform: uppercase;
    color: #151616;
    margin-bottom: 10px;
}

.mkd-advantage__item-about {
    z-index: 2;
    width: 75%;
    font-size: 16px;
    line-height: 27px;
    color: #151616;
}

.mkd-advantage__item-about a {
    display: block;
    font-size: 16px;
    line-height: 27px;
    color: #E2000F;
    border-bottom: none;
    transition: all .35s ease-in-out;
    position: absolute;
    bottom: 22px;
    left: 35px;
}

.mkd-advantage__item-about a:hover {
	text-decoration: underline;
}

.mkd-advantage__item-icon {
    z-index: 1;
    position: absolute;
    width: 108px;
    bottom: 22px;
	right: 27px;
}

.mkd-advantage__section .container {
    padding-right: 0;
    padding-left: 0;
}

@media (max-width: 1199px) {
    .mkd-advantage__item-title {
        width: 45%;
    }
}

@media (max-width: 991px) {
    .mkd-advantage__item-title {
        width: 75%;
    }

    .mkd-advantage__item-about {
        width: 85%;
    }
}

@media (max-width: 767px) {
    .mkd-advantage__item-title {
        width: 100%;
    }

    .mkd-main__section.mkd-advantage__section {
        padding: 40px 0 10px;
    }

    .mkd-advantage__item-about {
        width: 100%;
    }
}



.content .cart_tovar h1 {
    margin-bottom: 50px;
    margin-top: 70px;
}
.rightside .filter {
    font-size: 16px;
    color: #151616;
    font-weight: normal;
    text-transform: none;
    line-height: 19px;
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
    width: 270px;
}
.filtr_block {
    padding-left: 0 !important;
}
.rightside .bx_filter .bx_ui_slider_track {
    display: none;
}
.wrap_filtr {
    padding: 0 24px !important;
    background: #fff !important;
}
.filtr_arr {
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
}
.filtr_arr:before {
	display: none;
}
.color_block_outer {
    margin-left: -1px;
    margin-right: -1px;
}
input#set_filter {
    height: 38px;
    font-family: 'NeoSansPro-Medium';
    text-transform: uppercase;
    font-size: 14px;
    color: #E2000F;
    width: 126px;
    border: 1px solid #E2000F;
    box-sizing: border-box;
    border-radius: 30px;
    padding: 0;
    background: #fff;
}
.filter .checbox_block {
    padding-left: 26px;
    padding-right: 15px;
}
.filter .checbox_block > span:before {
    content: '';
    position: absolute;
    top: 0px;
    left: -26px;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #C4C4C4;
    border-radius: 5px;
    cursor: pointer;
    transform: none;
}
.filter .check_itm {
    margin-bottom: 0px;
    margin-top: 7px;
}
.filter .checbox_block input:checked + span:after {
    content: '';
    position: absolute;
    top: 4px;
    left: -22px;
    width: 12px;
    height: 9px;
    background: url(/dveri-mezhkomnatnye/img/new/gal_filter.png) center center no-repeat;
    transform: none;
    cursor: pointer;
    background-size: 100%;
}
.filter .bx_filter .bx_filter_popup_result2 {
    margin-top: -8px;
    left: -90px;
}

.pd_content.cart_tovar .container {
    padding: 0;
}
.pd_content.cart_tovar .rightside {
    padding: 0;
}
.pd_content.cart_tovar .leftside {
    padding: 0;
}
.pd_content.cart_tovar .prod_itm:nth-child(3n+1) {
    padding-left: 9px;
    padding-right: 14px;
}
.pd_content.cart_tovar .prod_itm:nth-child(3n+2) {
    padding: 0;
    padding-left: 16px;
    padding-right: 7px;
}
.pd_content.cart_tovar .prod_itm:nth-child(3n+3) {
    padding-left: 23px;
}
.pd_content.cart_tovar .prod_itm {
    margin-bottom: 30px;
}
.pd_content.cart_tovar .wrap_prod_itm {
    background: #FFFFFF;
    border: 1px solid #EBEDEC;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: none;
}
.pd_content.cart_tovar .wrap_prod_itm:hover {
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.pd_content.cart_tovar .name_prod {
    padding: 0px 16px 30px;
    min-height: initial;
    border-bottom: none;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
	font-family: 'NeoSansPro-Regular';
}
.pd_content.cart_tovar .new_door {
    /*display: none;*/
}
.pd_content.cart_tovar .block_doors .img_prod {
    margin-bottom: 20px;
    height: 345px;
}
.pd_content.cart_tovar .block_doors .img_prod a {
    height: 345px;
}
.pd_content.cart_tovar .wrap_prod_itm:hover .img_prod img {
    transform: none;
}
.pd_content.cart_tovar .wrap_prod_itm .img_prod:hover img {
    transform: scale(1.05);
}
.pd_content.cart_tovar .price_prod {
    padding: 0px 8px 30px;
    background: #fff;
}
.pd_content.cart_tovar .color_outer {
    padding-bottom: 0;
    border-bottom: none;
    height: initial;
    margin-bottom: 25px;
}
.pd_content.cart_tovar .color_outer ul {
    align-content: center;
    display: flex;
    justify-content: center;
}
.pd_content.cart_tovar span.cnt_item {
    width: 38px;
    height: 38px;
    box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
	/* cursor: pointer; */
}
.pd_content.cart_tovar span.cnt_item.active, .pd_content.cart_tovar span.cnt_item:hover {
    /* border: 2px solid #feed00; */
}
.pd_content.cart_tovar .action_btn {
    padding: 0px 17px;
}
.pd_content.cart_tovar .price_prod .price {
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    font-family: 'NeoSansPro-Medium';
}
.pd_content.cart_tovar .link_prod {
    line-height: 21px;
}
.pd_content.cart_tovar .price_prod a:link, .pd_content.cart_tovar .price_prod a:visited {
    color: #000;
    padding-top: 8px;
    display: block;
    height: initial;
}
.pd_content.cart_tovar .price_prod a:hover {
    color: #000;
}
.pd_content.cart_tovar .price_prod .price span {
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    font-family: 'NeoSansPro-Regular';
}
.pd_content.cart_tovar .load_more {
    height: 53px;
    max-width: 100%;
    background: #fff;
    border: 2px solid #FEED00;
    box-sizing: border-box;
    border-radius: 26.5px;
    margin: 10px auto 20px;
    line-height: 49px;
    color: #151616;
    font-size: 24px;
    justify-content: center;
    cursor: pointer;
}
.pd_content.cart_tovar .show_color_name2 {
    position: absolute;
    background: #fff;
    border: 1px solid #e4e4e4;
    z-index: 999;
    top: 39px;
    left: 0;
    font-size: 13px;
    line-height: 20px;
    padding: 0 7px;
    box-shadow: none;
    white-space: nowrap;
    font-weight: 400;
	display: none;
}
.pd_content.cart_tovar .offer2 {
	display: none;
}

.np_flex {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.np_flex_sb {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#main .container {
    padding: 0;
}
#main .container .bx-breadcrumb {
    margin: 34px 0 0;
}
#main .container .card_item_block {
    margin-top: 33px;
}
#main .container .title_tovar {
    font-size: 24px;
    line-height: 29px;
    color: #151616;
    font-family: 'NeoSansPro-Medium';
    margin-bottom: 59px;
	display: block !important;
}
#main .container .bx-breadcrumb .bx-breadcrumb-item {
    line-height: 17px;
}
#main .container .bx-breadcrumb .bx-breadcrumb-item span {
    font-size: 14px;
    line-height: 17px;
    color: #A1A7A7;
}
#main .container .bx-breadcrumb .bx-breadcrumb-item span:hover {
	text-decoration: none;
}
#main .container .bx-breadcrumb .bx-breadcrumb-item-last span {
    color: #E91A23;
}
#main .container .bx-breadcrumb i {
    font-size: 14px;
    line-height: 17px;
    color: #A1A7A7;
}


.pd_content .container .bx-breadcrumb {
    margin: 34px 0 0;
}
.pd_content .container .bx-breadcrumb .bx-breadcrumb-item {
    line-height: 17px;
}
.pd_content .container .bx-breadcrumb .bx-breadcrumb-item span {
    font-size: 14px;
    line-height: 17px;
    color: #A1A7A7;
}
.pd_content .container .bx-breadcrumb .bx-breadcrumb-item span:hover {
	text-decoration: none;
}
.pd_content .container .bx-breadcrumb .bx-breadcrumb-item-last span {
    color: #E91A23;
}
.pd_content .container .bx-breadcrumb i {
    font-size: 14px;
    line-height: 17px;
    color: #A1A7A7;
}


#main .container .item_card_image {
    padding-left: 0;
	padding-right: 20px;
}
#main .container .item_card_middle {
    padding-left: 10px;
	padding-right: 10px;
}
#main .container .item_card_options {
    margin-left: 20px;
    padding-left: 0;
    padding-right: 0;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}
#main .container .bx_bigimages_imgcontainer img {
    max-height: 540px;
}

.icm_block_content {
    padding-bottom: 22px;
}
.icm_block_content_item {
    border: 2px solid #fff;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 17px;
	cursor: pointer;
}
.icm_block_content_item.active {
    border: 2px solid #FEED00;
}
.icm_block_title {
    font-size: 16px;
    line-height: 19px;
    color: #151616;
    font-family: 'NeoSansPro-Medium';
    padding-bottom: 16px;
}
.icm_block_title2 {
    padding-bottom: 0;
    width: 191px;
    line-height: 40px;
}
.icm_block_content2 {
    border: 1px solid #E4E4E4;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 16px;
    line-height: 38px;
    color: #151616;
    width: 122px;
    padding-left: 12px;
}
.icm_block2 {
    padding-bottom: 20px;
}
.icm_block_title3 {
    padding-top: 7px;
    padding-bottom: 9px;
}

#main .container .item_card_options_color {
    padding-top: 0;
    padding-bottom: 0;
    background: #fff;
	margin-left: -6px;
}
#main .container .bx_scu ul {
    justify-content: left;
    -ms-flex-pack: left;
}
#main .container .item_card_options_color ul li {
    min-width: 38px;
    width: 38px !important;
    height: 38px;
    margin: 6px;
    border: none;
	box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
    box-sizing: border-box;
    overflow: initial;
}
#main .container .item_card_options_color ul li.bx_active .cnt_item, #main .container .item_card_options_color ul li:hover .cnt_item {
    border: 2px solid #FEED00;
}
#main .container span.cnt_item {
    height: 38px !important;
	border-radius: 5px;
}

.icm_block_content3 {
    padding: 0;
    margin-left: -6px;
}
.icm_block_title.icm_block_title4 {
    padding-top: 27px;
    padding-bottom: 9px;
}
.icm_color_item {
    box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    width: 38px;
    height: 38px;
    margin: 6px;
	cursor: pointer;
	border: 2px solid transparent;
    box-sizing: border-box;
	background-position: center center;
    background-repeat: no-repeat;
}
.icm_color_item.active, .icm_color_item:hover {
    border: 2px solid #FEED00;
}
.item_card_options.col-sm-12.col-md-4 {
    max-width: calc(33.333% - 20px);
    flex-basis: calc(33.333% - 20px);
}

#main .container .wrapper-dropdown-1 {
    border: 1px solid #E4E4E4;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 16px;
    line-height: 38px;
    color: #151616;
    width: 122px !important;
    padding: 0;
    padding-left: 12px;
    background-image: url(/dveri-mezhkomnatnye/img/new/down_arrow.png);
    background-size: initial;
    background-position: 97px center;
	cursor: pointer;
}
#main .container .wrapper-dropdown-1:after {
   display: none;
}
#main .container .wrapper-dropdown-1 .dropdown {
    border: 1px solid #E4E4E4;
    box-sizing: border-box;
    border-radius: 4px;
    width: 122px;
	padding: 10px 0;
}
#main .container .wrapper-dropdown-1 .dropdown li span {
    padding: 0;
    margin-left: 12px;
}
#main .container .show_color_name2 {
    position: absolute;
    background: #fff;
    border: 1px solid #e4e4e4;
    z-index: 999;
    top: 39px;
    left: 0;
    font-size: 13px;
    line-height: 20px;
    padding: 0 7px;
    box-shadow: none;
    white-space: nowrap;
    font-weight: 400;
	display: none;
}
#main .container .item_info_options {
    padding: 19px 21px 23px;
}
#main .container .mkd_available {
    font-size: 16px;
    line-height: 19px;
    color: #5CBB30;
    padding-bottom: 14px;
}
#main .container .itm_card_price {
    font-size: 24px !important;
    line-height: 29px;
    color: #000000;
    font-family: 'NeoSansPro-Medium';
}
#main .container .item_card_price_rub {
    font-size: 16px !important;
    font-family: 'NeoSansPro-Regular';
}
#main .container .itm_card_price_old {
    font-size: 14px;
    line-height: 17px;
    color: #C4C4C4;
    text-decoration: line-through;
}
#main .container .itm_card_price_old .item_card_price_rub {
    font-size: 14px !important;
}
#main .container .price_tabs {
    border: 2px solid #FEED00;
    border-radius: 4px;
    margin-top: 13px;
    margin-bottom: 20px;
}
#main .container .price_tab {
    width: 50%;
	padding: 8px 15px;
    cursor: pointer;
}
#main .container .price_tab.active {
    background: #FEED00;
}
#main .container .price_tab_name {
    font-size: 14px;
    line-height: 17px;
    color: #626363;
}
#main .container .price_tab_price {
    font-size: 16px;
    line-height: 19px;
    color: #151616;
    font-family: 'NeoSansPro-Medium';
    padding-top: 3px;
}
#main .container .pvd_set_quantity {
    margin-right: 3px;
}
#main .container .line_door_inf {
    border-bottom: none;
    height: 24px;
    font-size: 16px;
    line-height: 19px;
    color: #151616;
    margin-bottom: 7px;
}
#main .container button.btn.to_order {
    margin-top: 15px;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    color: #151616;
    border-radius: 4px;
    width: 100%;
    padding: 0;
    margin-bottom: 13px;
}
#main .container button.btn.call_zamer {
    font-size: 16px;
    line-height: 34px;
    text-align: center;
    color: #151616;
    border-radius: 4px;
    width: 100%;
    padding: 0;
    border: 2px solid #FEED00;
    background: #fff;
}
#main .container .checkbox_box {
    padding-left: 32px;
    padding-top: 0px;
    font-size: 16px;
    line-height: 24px;
    color: #151616;
}
#main .container .checkbox_box:before {
    border: 1px solid #C4C4C4;
    border-radius: 5px;
}
#main .container .checkbox_box.active:after {
    top: 8px;
    left: 4px;
    width: 12px;
    height: 9px;
    background: url(/dveri-mezhkomnatnye/img/new/gal_checkbox.png) no-repeat;
    transform: none;
}
#main .container .dobor_container {
    position: relative;
}
#main .container .line_door_inf .wrapper-dropdown-1 {
    line-height: 22px;
    border: 1px solid #C4C4C4;
    border-radius: 5px;
    padding-left: 14px;
    font-size: 14px;
    background-image: url(/dveri-mezhkomnatnye/img/new/down_arrow2.png);
    width: 112px;
    background-position: 96px center;
}
#main .container .line_door_inf .wrapper-dropdown-1 .dropdown {
    border: 1px solid #C4C4C4;
    border-radius: 5px;
    width: 112px;
    padding: 6px 0;
    line-height: 30px;
}
#main .container a#knobSelLink, #main .container a#knobOtherSelLink {
    font-size: 14px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #E2000F;
    border-bottom: none;
}
#main .container a#knobSelLink:hover {
    text-decoration-line: none;
}
#main .container .table_price {
    line-height: 24px;
    font-size: 14px;
    color: #A1A7A7;
    padding-top: 1px;
    display: block;
    padding-left: 8px;
}
#main .container .dobor_question {
    background-image: url(/dveri-mezhkomnatnye/img/new/question.png);
    background-position: center center;
    width: 16px;
    background-repeat: no-repeat;
    margin-left: 6px;
}
#main .container .dobor_question:hover {
    background-image: url(/dveri-mezhkomnatnye/img/new/question2.png);
}

.dobor_question:hover + .dobor_question_ans {
    opacity: 1;
    visibility: visible;
}
.dobor_question_ans {
    transition: all .35s ease-in-out;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 28px;
    width: 228px;
    right: -106px;
    font-size: 13px;
    background-color: #feed00;
    padding: 15px;
    border-radius: 10px;
    line-height: 140%;
    z-index: 10;
}
.dobor_question_ans::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #feed00 transparent transparent transparent;
}

#main .container .poi {
    margin-bottom: 31px;
}
#main .container .bottom_tabs_wrapper {
    /* min-height: 650px; */
    margin-bottom: 20px;
}
#main .container .bottom_tabs {
    border-bottom: 2px solid #C4C4C4;
}
#main .container .bottom_tab {
    padding: 34px 0 14px;
	margin: 0 25px;
    border-bottom: 2px solid transparent;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #A1A7A7;
    font-family: 'NeoSansPro-Medium';
	cursor: pointer;
    margin-bottom: -2px;
}
#main .container .bottom_tab.active {
    border-bottom: 2px solid #FEED00;
	color: #151616;
}
#main .container .bottom_tab:first-child {
    margin-left: 0;
}
#main .container .bottom_tabs_text {
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    padding-top: 46px;
    max-width: 940px;
	display: none;
}
#main .container .bottom_tabs_text.active {
	display: block;
}
#main .container .bottom_tabs_text_top {
    padding-bottom: 10px;
}
#main .container .bottom_tabs_text_top h2 {
    font-size: 20px;
}
#main .container .bottom_tabs_text_l {
    min-width: 346px;
    font-size: 0;
    line-height: 0;
}
#main .container .bottom_tabs_text_r {
    padding-left: 48px;
}
#main .container .bottom_tabs_text_r ul {
    list-style: disc;
	list-style-image: url(/dveri-mezhkomnatnye/img/new/circle.png);
}
#main .container .bottom_tabs_text_r li {
    padding-bottom: 15px;
}
#main .container .btt_line {
    font-size: 16px;
    line-height: 20px;
    color: #A1A7A7;
    padding: 5px 0;
    border-bottom: 1px solid #E4E4E4;
    width: 672px;
}
#main .container .btt_line_l {
    width: 243px;
}
#main .container .btt_line_r {
    color: #000000;
}
#main .container .btt_img {
    margin-bottom: 27px;
}
#main .container .btt_text p {
    padding-bottom: 13px;
    max-width: 509px;
}
#main .popup_Knobs.popup2 .close {
    top: 0px;
    right: 0px;
    line-height: 37px;
    font-size: 30px;
}
#main .container #knobPic {
    padding-left: 8px;
}
#main .container .montag_text {
    font-size: 12px;
    line-height: 14px;
    color: #151616;
    padding-top: 2px;
    padding-bottom: 9px;
    max-width: 263px;
}

#main .container .order_form .wrap_contact {
    padding: 30px;
    min-height: 510px;
}
#main .container .order_form .line_box_inp {
    margin-bottom: 15px;
}
#main .container .order_form .btn.btn_small {
    max-width: 145px;
    margin-top: 0;
    padding: 12px 0!important;
    line-height: 16px;
}
button.btn.btn_min.btn_small.send_later {
    border: 1px solid #FEED00;
    background: unset;
}
#main .container .order_form input#sent_to3 {
    margin-left: 15px;
    border: 1px solid #FEED00;
}

#main .container .btt_text ul {
    list-style: disc;
    list-style-image: url(/dveri-mezhkomnatnye/img/new/circle.png);
	padding-left: 15px;
}
#main .container .btt_text li {
    padding-bottom: 15px;
}

.mkd-first-screen__item.mkd-first-screen__content {
    position: relative;
}
.d-first-screen__media-banner {
    right: -300px;
    top: -80px;
    position: absolute;
    font-size: 0;
    line-height: 0;
}



.np_breadcrumbs_wrapper {
    padding-top: 50px;
    padding-bottom: 30px;
}
.mkd_advantages {
    display: flex;
    justify-content: center;
    margin-top: 60px;
    margin-bottom: 15px;
}
.mkd_advantage {
    width: 170px;
    margin: 0 15px;
    text-align: center;
}
.mkd_advantage_img {
    margin-bottom: 15px;
}
.pd_content.cart_tovar .prod_itm {
    padding: 0 !important;
    width: 270px;
}
.catalog > div > div > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
h2.our_works {
    margin: 0;
    margin-bottom: 60px;
    text-align: center;
    font-size: 35px;
    line-height: 38px;
}
.owl-carousel {
    width: calc(100vw - 17px) !important;
    margin-bottom: 120px;
}
.owl-carousel .owl-stage-outer {
    height: 432px !important;
}
.owl-carousel .owl-item {
    opacity: 0.3;
}
.owl-carousel .owl-item.center.active {
    opacity: 1;
}
.np_work {
    height: 432px;
    width: 770px;
}
.np_work_link {
    background-size: cover !important;
    display: block;
    height: 100%;
}
.owl-nav {
    position: absolute;
    display: flex;
    justify-content: space-between;
    color: transparent;
    left: 50%;
    top: 192px;
    transform: translate(-50%, 0);
    width: 940px;
}
.owl-prev {
    background: url(/natyazhnye-potolki/img/arrow.png) no-repeat !important;
    width: 48px !important;
    height: 48px !important;
    left: 0 !important;
}
.owl-next {
    background: url(/natyazhnye-potolki/img/arrow.png) no-repeat !important;
    width: 48px !important;
    height: 48px !important;
    right: 0 !important;
}
.owl-dots {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}
.owl-dot {
    width: 16px;
    height: 16px;
    background: #D3D3D3 !important;
    border-radius: 8px;
    margin: 5px;
}
.owl-dot.active {
    background: #FEED00 !important;
}

/*.form-control {
    width: 270px !important;
}*/

.color_outer ul .mkd__colors-item {
    margin: 0 1px;
    cursor: pointer;
    padding: 5px 0;
}
.mkd__colors-button {
    width: 38px;
    height: 4px;
    background: #EBEDEC;
    border-radius: 2px;
}
.color_outer ul .mkd__colors-item.active .mkd__colors-button {
    background: #E2000F;
}
.mkd__colors-button > div {
    display: none;
}

.smartfilter {
    display: flex;
    justify-content: space-between;
}
.bx_ui_slider_track {
    display: none;
}
.line_item_filter {
    margin-top: 0 !important;
}
.bx_filter_block .bx_filter_parameters_box_container {
    display: flex;
}
.bx_filter_parameters_box_container_block {
    text-transform: capitalize;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #151616;
}

.item_filtr_321 {
    display: none;
}

.color_shade_name {
    position: absolute;
    top: 35px;
    left: 0;
    font-weight: normal;
    text-transform: none;
    border: 1px solid #C4C4C4;
    padding: 3px;
    white-space: nowrap;
    display: none;
}
.color_shade:hover .color_shade_name {
    display: block;
}




@media (max-width: 1219px) {
	.mkd-main__section .row {
		margin-right: 0;
		margin-left: 0;
	}
	.mkd-first-screen__buttons {
		display: block;
	}
	.mkd-first-screen__buttons .new-btn {
		margin-bottom: 20px;
	}
	.mkd-first-screen__subtitle {
		margin-bottom: 50px;
	}
	.mkd-main__section.mkd-first-screen__section {
		padding-top: 0;
	}
	.pd_content.cart_tovar .prod_itm:nth-child(3n+1) {
		padding-left: 15px;
		padding-right: 15px;
	}
	.pd_content.cart_tovar .prod_itm:nth-child(3n+2) {
		padding-left: 15px;
		padding-right: 15px;
	}
	.pd_content.cart_tovar .prod_itm:nth-child(3n+3) {
		padding-left: 15px;
		padding-right: 15px;
	}
	.pd_content.cart_tovar .rightside {
		/*display: none;*/
        max-width: 100%;
        flex-basis: 100%;
        width: 100%;
	}
    .rightside .filter {
        width: 100%;
        margin-bottom: 30px;
    }
    .smartfilter {
        display: flex;
        justify-content: center;
    }
    .line_item_filter {
        max-width: 230px;
        margin-right: 50px;
        margin-top: 30px !important;
    }
    .line_item_filter.item_filtr_321 {
        margin-right: 0;
    }
    
    
	.pd_content.cart_tovar .leftside {
		max-width: 100%;
		flex-basis: 100%;
	    width: 100%;
	}
	.pd_content.cart_tovar .load_more {
		margin-left: 15px;
		margin-right: 15px;
	}
	.mkd-advantage__item {
		min-height: 230px;
	}
	.mkd-advantage__item-title {
		width: 100%;
	}



	#main {
		padding: 0 15px;
	}
	#main .container .item_card_image {
		width: 240px;
		max-width: 240px;
		flex-basis: 240px;
		padding-right: 30px;
	}
	#main .container .item_card_middle {
		padding: 0;
		max-width: 315px;
		flex-basis: 315px;
		width: 315px;
	}
	.icm_block_content_item {
		padding: 10px;
	}
	#main .container .item_card_options {
		width: 370px;
		max-width: 370px;
		flex-basis: 370px;
	}
	
	.d-first-screen__media-banner {
		right: -250px;
		top: -20px;
		max-width: 200px;
	}
    
    .mkd-section__title {
        margin-top: 30px;
    }
    
}

@media (max-width: 991px) {
	#main .container .item_card_image {
		width: 50%;
		max-width: 50%;
		flex-basis: 50%;
		padding-right: 0;
	}
	#main .container .item_card_middle {
		max-width: 50%;
		flex-basis: 50%;
		width: 50%;
	}
	#main .container .item_card_options {
		margin: 50px auto 0!important;
		width: 100%;
		max-width: 370px;
		flex-basis: 50%;
		/*clear: both;*/
	}
	
	.d-first-screen__media-banner {
        right: -70px;
        top: 150px;
	}
}

@media (max-width: 919px) {
	.mkd-advantage__item-about {
		width: 80%;
	}
	.mkd-advantage__item {
		min-height: 290px;
	}
}

@media (max-width: 829px) {
    .smartfilter {
        flex-wrap: wrap;
        flex-direction: column;
    }
}

@media (max-width: 767px) {
	.content h1.mkd-section__title {
		font-size: 40px !important;
		line-height: 48px;
		width: 50%;
		margin: 35px 0 35px !important;
	}
	.mkd-advantage__item {
		min-height: 200px;
	}



	#main .container .poi {
		margin-bottom: 48px;
	}
	#main .container .bottom_tabs {
		flex-wrap: wrap;
		border-bottom: none;
	}
	#main .container .bottom_tab {
		width: 100%;
		margin: 0;
		padding: 0 0 20px;
	}
	#main .container .bottom_tab.active {
		border-bottom: none;
	}
	#main .container .bottom_tabs_text {
		padding: 0;
	}
	.bottom_tabs_text_bottom.flex {
		display: block;
	}
	#main .container .bottom_tabs_text_top {
		padding-bottom: 0;
	}
	#main .container .bottom_tabs_text_l {
		min-width: initial;
		max-width: 100%;
	}
	#main .container .bottom_tabs_text_r {
		padding-top: 9px;
		padding-left: 15px;
	}
	#main .container .item_card_options {
		width: 100%;
		max-width: 370px;
		flex-basis: 320px;
		margin-top: 34px !important;
	}
	#main .container .item_card_image {
		/* width: 100px;
		max-width: 100px; */
		flex-basis: 100px;
		margin: 0 auto;
	    margin-bottom: 50px;
	}
	#main .container .title_tovar {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 37px;
	}
	#main .container .bx-breadcrumb .bx-breadcrumb-item span {
		font-size: 12px;
		line-height: 24px;
	}
	#main .container .bx-breadcrumb {
		margin: 19px 0 0;
    }
    
	.pd_content .container .bx-breadcrumb .bx-breadcrumb-item span {
		font-size: 12px;
		line-height: 24px;
	}
	.pd_content .container .bx-breadcrumb {
		margin: 19px 0 0;
	}

	#main .container .card_item_block {
		margin-top: 15px;
	}
	#main .container .item_card_middle {
		max-width: 100%;
		flex-basis: 100%;
		width: 100%;
	}
	.icm_block_content {
		padding-bottom: 45px;
	}
	.icm_block_title3 {
		padding-top: 12px;
	}
	.icm_block_title4 {
		padding-top: 34px;
	}
	.icm_block_content3 {
		padding-bottom: 0;
	}
	#main .container .btt_line {
		width: 100%;
		font-size: 14px;
	}
	#main .container .btt_line_l {
		width: 50%;
	}
	#main .container .btt_line_r {
		width: 50%;
    }
    
    #main .container .checkbox_box {
        padding-left: 25px;
        font-size: 12px;
    }
    #main .container .dobor_question {
        margin-left: 3px;
    }
    #main .container .table_price {
        font-size: 12px;
        padding-left: 3px;
    }
	
	.d-first-screen__media-banner {
		right: 0;
		top: 0;
		position: relative;
	}
	.d-first-screen__media-banner img {
		max-width: 200px;
	}
    
    .mkd-first-screen__buttons .new-btn:not(:last-child) {
        margin-bottom: 20px;
    }
}
@media (max-width: 599px) {
	.content .mkd-main__section.mkd-first-screen__section h1 {
		font-size: 18px !important;
		line-height: 22px;
		margin: 11px 0 10px !important;
		width: 210px;
	}
	.mkd-first-screen__subtitle {
		font-size: 14px;
		line-height: 17px;
		max-width: 210px;
		font-family: 'NeoSansPro-Regular';
		margin-bottom: 38px;
	}
	.mkd-first-screen__buttons .new-btn {
		width: 135px;
		border-radius: 30px;
		font-size: 14px;
		line-height: 17px;
		height: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.mkd-first-screen__buttons {
		width: 288px;
		display: flex;
		flex-direction: initial;
	}
	.mkd-main__section.mkd-first-screen__section {
		height: 240px;
		min-height: initial;
		background-position: left top;
		padding: 0;
	}
	.mkd-main__section.mkd-advantage__section {
		padding: 0;
	}
	.mkd-advantage__item {
		min-height: 140px;
		padding: 15px 17px;
	    margin-bottom: 15px;
	}
	.mkd-advantage__item-title {
		font-size: 16px;
		line-height: 27px;
	}
	.mkd-advantage__item-about {
		font-size: 12px;
		line-height: 14px;
	}
	.mkd-advantage__item-about a {
		font-size: 12px;
		line-height: 27px;
		bottom: 10px;
		left: 17px;
	}
	.mkd-advantage__item-about a img {
		width: 5px;
	}
	.mkd-advantage__item-icon {
		width: 60px;
		right: 16px;
		bottom: 15px;
	}
	.content .cart_tovar h1 {
		font-size: 20px;
		line-height: 24px;
		color: #474747;
		margin-top: 10px;
		margin-bottom: 35px;
	}
	.pd_content.cart_tovar .prod_itm {
		margin-bottom: 8px;
	}
	.pd_content.cart_tovar .prod_itm:nth-child(3n+1) {
		padding-left: 4px;
		padding-right: 4px;
	}
	.pd_content.cart_tovar .prod_itm:nth-child(3n+2) {
		padding-left: 4px;
		padding-right: 4px;
	}
	.pd_content.cart_tovar .prod_itm:nth-child(3n+3) {
		padding-left: 4px;
		padding-right: 4px;
	}
	.pd_content.cart_tovar .leftside {
		padding: 0 11px;
		margin-bottom: 0;
	}
	.pd_content.cart_tovar span.cnt_item {
		border-radius: 3px;
		width: 18px;
		height: 18px;
	}
	.pd_content.cart_tovar .show_color_name2 {
		display: none !important;
	}
	.pd_content.cart_tovar .load_more {
		margin: 7px 0 0;
		height: 36px;
		line-height: 32px;
		font-size: 14px;
	}
    
    .mkd-section__title {
        font-size: 18px !important;
        line-height: 26px;
        padding-top: 15px;
        margin-bottom: 20px;
    }
    .mkd-first-screen__subtitle {
        margin-bottom: 30px;
    }
}
@media (max-width: 350px) {
	#main .container .item_card_options {
		margin-left: -15px;
		margin-right: -15px;
		border-radius: 0;
	}
	.icm_block_content_item img {
		max-height: 71px;
	}
	.icm_block_title2 {
		width: 168px;
	}
}
@media (max-width: 320px) {
	/*.mkd-main__section.mkd-first-screen__section {
		background-image: url(../img/new/banner2.png);
	}*/
    
    .rightside .wrap_filtr {
        margin: 0 25px;
    }
    .rightside .wrap_filtr {
        margin: 0 25px;
        padding-top: 0;
    }
    .line_item_filter {
        margin-right: 0;
    }
    .line_item_filter {
        max-width: 240px;
    }
}


/*@media (max-width: 1199px){

    .mkd_advantages {
        max-width: 600px;
        flex-wrap: wrap;
        margin: 60px auto -30px;
    }
    
    .content h1 {
        max-width: 480px;
    }
    
    .bx_filter_block .bx_filter_parameters_box_container {
        flex-wrap: nowrap;
    }
    
    .smartfilter {
        max-width: 600px;
        flex-wrap: wrap;
        margin: 0 auto;
        margin-top: -40px;
        flex-direction: initial;
    }
    
    input#set_filter {
        margin-top: 35px;
    }
    
    .pd_content.cart_tovar .leftside {
        max-width: 600px;
        margin: 30px auto 20px;
        float: none;
    }
    
    .mkd_advantage {
        margin-bottom: 50px;
    }
    
    .catalog > div > div > div {
        justify-content: center;
    }
    
    .pd_content.cart_tovar .prod_itm {
        margin: 0 15px 30px;
    }
    
    .pd_content.cart_tovar .load_more {
        height: 36px;
        line-height: 32px;
        font-size: 16px;
    }
    
}

@media (max-width: 991px) {
    
    .np_work {
        height: 254px;
        width: 456px;
    }
    
    .owl-carousel .owl-stage-outer {
        height: 254px !important;
    }
    
    .owl-nav {
        top: 103px;
        width: 580px;
    }
    
    .owl-carousel {
        width: 100vw !important;
    }
    
}

@media (max-width: 767px) {

    .mkd-main__section.mkd-first-screen__section {
        height: 300px;
        min-height: 300px;
        background-size: 187%;
        background-position-y: 39%;
        padding: 0;
    }
    
    .d-first-screen__media-banner {
        position: absolute;
        top: 80px;
        left: 380px;
    }
    
    .mkd-section__title {
        font-size: 28px !important;
        line-height: 38px;
        max-width: 65%;
        margin-bottom: 25px;
        margin-top: 8px !important;
    }
    
    .mkd-first-screen__subtitle {
        display: none;
    }
    
}

@media (max-width: 699px) {

    .owl-nav {
        width: 90%;
    }
    
}

@media (max-width: 599px) {

    .sort-select {
        text-align: center !important;
    }
    
    .smartfilter {
        display: block;
    }
    
    .line_item_filter {
        max-width: 270px;
        margin: 30px auto 0;
    }
    
    .content h1 {
        max-width: 270px;
        font-size: 20px;
        line-height: 24px;
        color: #474747;
        margin-top: 10px;
        margin-bottom: 35px;
    }
    
    .d-first-screen__media-banner {
        left: initial;
        right: 0;
        top: 0;
    }
    
    .mkd-main__section.mkd-first-screen__section {
        background-size: cover;
    }
    
    .smartfilter > div {
        max-width: 270px;
        margin: 30px auto 0;
    }
    
    input#set_filter {
        margin-top: 0;
        float: left;
    }
    
    .pd_content.cart_tovar .link_prod {
        display: block;
    }
    
    .pd_content.cart_tovar .wrap_prod_itm {
        padding-top: 17px;
    }
    
    .pd_content.cart_tovar .name_prod {
        padding-bottom: 15px;
        text-align: left;
        font-size: 16px;
        line-height: 19px;
        padding: 0px 16px 30px;
    }
    
    .pd_content.cart_tovar .action_btn {
        justify-content: space-between;
    }
    
}

@media (max-width: 499px) {
    
    .mkd-section__title {
        font-size: 24px !important;
        line-height: 29px;
        color: #151616;
    }
    
    .d-first-screen__media-banner img {
        max-width: 130px;
    }
    
    .mkd-section__title {
        margin-top: 30px !important;
    }

    .d-first-screen__media-banner {
        left: initial;
        right: -7px;
        top: -50px;
    }
    
    .mkd-main__section.mkd-first-screen__section {
        background-position: top;
    }
    
}

@media (max-width: 399px) {

     .np_work {
        height: 140px;
        width: 251px;
    }
    
    .owl-carousel .owl-stage-outer {
        height: 140px !important;
    }

     .owl-nav {
        top: 52px;
    }
    
    .owl-prev, .owl-next {
        width: 36px !important;
        height: 36px !important;
        background-size: cover !important;
    }
    
     .owl-carousel .owl-item.center.active .np_work_price {
        display: none;
    }
    
    .owl-carousel .owl-item.center.active .np_work_more {
        display: none;
    }
    
    .mkd_advantage {
        margin: 0;
        margin-bottom: 20px;
        width: 130px;
    }
    
    .mkd_advantages {
        margin: 30px auto 0;
    }
    
    .form-order .col-4_5 {
        width: 100%;
    }
    
    .form-control {
        width: 100% !important;
    }
    
    .mkd_advantage_img img {
        width: 48px;
    }
    
    .mkd_advantage_text {
        font-size: 14px;
        line-height: 17px;
    }
    
    .pd_content.cart_tovar .leftside {
        margin: 0 auto 20px !important;
    }
    
    .pd_content.cart_tovar .prod_itm {
        margin: 0 0 30px;
    }
    
    .content .cart_tovar h1 {
        margin-bottom: 15px;
    }
    
    .pd_content.cart_tovar .load_more {
        margin: 7px auto 0;
        max-width: 270px;
    }
    
}*/