html {
    position: relative;
    background-color: #fff;
}

body {
    background: transparent;
    position: relative;
    background-color: #fff;
    color: #000;
    font-family: 'NeoSansPro-Regular';
    line-height: normal;
    font-size: 14px;
}

::-webkit-input-placeholder {
    color: #e4dede;
}

::-moz-placeholder {
    color: #e4dede;
}

:-moz-placeholder {
    color: #e4dede;
}

:-ms-input-placeholder {
    color: #e4dede;
}


::-moz-selection {
    background: #feed00 !important;
    color: #000 !important;
}

::selection {
    background: #feed00 !important;
    color: #000 !important;
}


a {
    color: #000;
    -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;
}

a:hover {
    color: red;
}

a:focus {
    outline: 0;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.container {
    padding: 0px 0px;
}

.pd_content.cart_tovar.detail {
    padding-top: 25px;
}

.flex {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
}

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

.jba {
    justify-content: space-around;
    -ms-flex-pack: justify;
}

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

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

.ac {
    align-items: center;
    -ms-flex-align: center;
}

.ae {
    -ms-flex-align: end;
    align-items: flex-end;
}

.d_n {
    display: none;
}

.fl_l {
    float: left;
}

.fl_r {
    float: right;
}

.p0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}


/*--------------------------------------------------
    Header
---------------------------------------------------*/


/*--------------------------------------------------
    content
---------------------------------------------------*/
[class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

input,
textarea,
button {
    outline: none;
}

.title_h1 {
    font-size: 30px;
}

.title_h2 {
    font-size: 30px;
    text-transform: uppercase;
}

.title_h3 {
    font-size: 18px;
}

.title_h4 {
    font-size: 16px;
}

.title_h5 {
    font-size: 14px;
}

.title_h6 {
    font-size: 12px;
}

.bold {
    font-family: 'NeoSansPro-Bold';
}

.italic {
    font-style: italic;
}

.pager_slide a {
    /* width: 95px;
    height: 63px; */
    height: 74px;
    overflow: hidden;
    /* margin: 0px 9px; */
    margin: 0;
    position: relative;
    display: block;
    border: 5px solid transparent;
}

.pager_slide a:last-child {
    margin-right: 0px;
}

.pager_slide a:first-child {
    margin-left: 0px;
}

.pager_slide a.active,
.pager_slide a:hover {
    border: 5px solid #feed00;
}

.pager_slide a img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bx-wrapper img {
    display: initial;
    max-height: 600px;
    margin: 0 auto;
}

.slider_tovar {
    background: #f6f7f8;
    padding-bottom: 20px;
}

.info_tovar {
    padding-left: 40px;
}

.slider_tovar .bx-wrapper {
    /* margin-bottom: 18px; */
    margin: 0 auto;
    margin-top: 20px;
}

.breadcrumbs a {
    color: #808080;
    text-decoration: underline;
}

.breadcrumbs .active {
    color: #E91A23;
}

.breadcrumbs li {
    position: relative;
    padding-right: 20px;
    font-size: 12px;
}

.breadcrumbs li:after {
    content: '>';
    position: absolute;
    right: 5px;
    top: 0;
}

.breadcrumbs li:last-child:after {
    display: none;
}

.content .title_tovar {
    margin: 0px;
    font-size: 30px;
    font-family: 'NeoSansPro-Bold';
    color: #000;
    text-transform: none;
    text-align: left;
    line-height: 1;
}

.line_box {
    font-size: 16px;
}

.tbl_line {
    padding: 7px 0px;
    border-bottom: 1px solid #e6e0e0;
}

.description_bt {
    margin-top: 20px;
}

.description_bt p {
    padding: 3px 0px;
    font-size: 16px;
}

.tbl_line div:first-child {
    color: #a3a3a3;
}

.tbl_line.price {
    font-size: 18px;
}

.tbl_line.price div {
    font-family: 'NeoSansPro-Bold';
    color: #000;
}

.pager_slide {
    padding: 0px 20px;
}

.btn.btn_min {
    font-size: 16px;
    max-width: 190px;
    width: 100%;
}

.img_prod {
    background: #fff;
    height: 290px;
    width: 100%;
    background-size: auto 100%;
    background-position: right top;
    position: relative;
    text-align: center;
}

.img_prod a {
    height: 290px;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.block_doors .img_prod img {
    -o-object-fit: cover;
    object-fit: contain;
}

.img_prod img {
    max-height: 100%;
    max-width: 100%;
    transform: scale(1);
    -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;
}

.wrap_prod_itm:hover .img_prod img {
    transform: scale(1.1);
}

.wrap_prod_itm {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.block_doors .wrap_prod_itm {
    padding-top: 17px;
}

.block_doors .img_prod {
    margin-bottom: 20px;
}

.price_prod {
    padding: 15px 0px;
    background: #f6f7f8;
}

.name_prod {
    padding: 0px 15px;
    line-height: 20px;
    min-height: 47px;
    font-family: 'NeoSansPro-Bold';
    border-bottom: 1px solid #f1f1f1;
}

.action_btn {
    padding: 0px 15px;
    padding-top: 15px;
}

.price_prod .price {
    font-size: 18px;
}

.link_prod {
    font-size: 14px;
}

.dash {
    border-bottom: 1px dashed;
}

.prod_itm:nth-child(3n+2) {
    padding: 0px 7px;
}

.prod_itm:nth-child(3n+1) {
    padding-left: 0px;
    padding-right: 13px;
}

.prod_itm:nth-child(3n+3) {
    padding-right: 0px;
    padding-left: 13px;
}

.prod_itm {
    margin-bottom: 20px;
}

.img_prod:hover+.price_prod>a {
    color: red;
}

.filtr_block {
    padding-left: 20px;
}

.wrap_filtr {
    background: #f6f7f8;
    padding: 15px;
}

.filtr_arr {
    position: relative;
}

.filtr_arr:before {
    position: absolute;
    content: '';
    border: 5px solid transparent;
    border-top: 5px solid #000000;
    right: -15px;
    top: 10px;
}

.line_item_filter {
    margin-top: 30px;
}

.line_item_filter:first-child {
    margin-top: 0px;
}

.check_itm {
    font-size: 16px;
    margin-bottom: 20px;
}

.check_b {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.filtr_block .btn {
    width: 100%;
    max-width: 100%;
    font-family: 'NeoSansPro-Regular';
}

span.cnt_item {
    width: 25px;
    height: 25px;
    display: block;
    background-position: center center;
}

.color_outer {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
    height: 98px;
}

.color_outer ul {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.color_outer ul li {
    margin: 2px 2px;
}

.color_block_outer {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.color_filter_itm span {
    width: 30px;
    height: 30px;
    border-radius: 10px;
    display: inline-block;
    border: 1px solid transparent;
    margin: 2px;
    cursor: pointer;
}

.color_filter_itm span:hover {
    border: 1px solid #feed00;
}


/*--------------------------------------------------
    footer
---------------------------------------------------*/
.wrap_contact {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 40px;
    min-height: 598px;
}

#main .container .item_card_options .wrap_contact {
    box-shadow: none;
}

.md__right .wrap_contact {
    box-shadow: none;
}

.wrap_contact .btn {
    background: #FEED00;
    border-radius: 4px;
}

button.btn.btn_min.btn_small.send_later.btn-border {
    background: #ffffff;
    border: 1px solid #FEED00;
    max-height: 46px;
    line-height: 16px;
}

input#sent_to3 {
    margin-left: 0;
}

.line_box_inp {
    margin-bottom: 15px;
}

.line_box_inp:last-child {
    margin-bottom: 0px;
}

.line_box_inp>input,
.line_box_inp>textarea {
    width: 100%;
    font-size: 18px;
    padding: 15px;
    border: 1px solid #e4dede;
    border-radius: 10px;
    font-family: 'NeoSansPro-Regular';
    cursor: text;
    padding: 10px 15px;
}

.line_box_inp textarea {
    height: 54px;
    resize: none;
    height: 100px;
}

.btn {
    background: #feed00;
    border-radius: 4px;
    padding: 14px 0px;
    color: #000;
    border: none;
    -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;
    cursor: pointer;
}

.btn:hover {
    background: #f5e506;
}

.btn_big {
    font-size: 22px;
    max-width: 290px;
    width: 100%;
}

.bord {
    border-bottom: 1px solid;
}

.checbox_block {
    padding-left: 40px;
    cursor: pointer;
    margin-bottom: 0px;
    font-weight: 400;
}

.checbox_block input {
    display: none;
}

.checbox_block span {
    position: relative;
    text-align: left;
    text-transform: none;
}

.checbox_block>span:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -25px;
    width: 30px;
    height: 30px;
    background: #fff;
    border: 1px solid #e4dede;
    border-radius: 10px;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.checbox_block input:checked+span:after {
    content: '';
    position: absolute;
    top: 50%;
    left: -25px;
    width: 20px;
    height: 20px;
    background: url(../images/gal.png) no-repeat;
    transform: translate(-50%, -50%);
    cursor: pointer;
    background-size: 100%;
}

.form_contact .checbox_block input:checked+span:after {
    content: none;
}

.tbl_line .checbox_block {
    padding-left: 30px;
}

.tbl_line .checbox_block span:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -20px;
    width: 20px;
    height: 20px;
    background: #ff;
    border: 1px solid #E41E27
        /*#e4dede*/
    ;
    border-radius: 7px;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.tbl_line .checbox_block input:checked+span:after {
    content: '';
    position: absolute;
    top: 50%;
    left: -20px;
    width: 13px;
    height: 13px;
    background: url(../images/gal.png) no-repeat;
    transform: translate(-50%, -50%);
    cursor: pointer;
    background-size: 100%;
}

.line_content_contact {
    font-size: 18px;
    border-bottom: 1px solid #e6e0e0;
    padding: 15px 0px;
}

.line_content_contact div:first-child {
    color: #a3a3a3;
    text-align: left;
}

.line_content_contact div:last-child {
    text-align: right;
}

.map_block ul li {
    margin-right: 50px;
    font-size: 18px;
    font-family: 'NeoSansPro-Bold';
    cursor: pointer;

}

.map_block ul li:last-child {
    margin-right: 0px;
}

<<<<<<< HEAD=======>>>>>>>d564e43bc5ed66f0b891543e7401928ad7e83aa8 .map_block ul li.active {
    color: red;
}

.map {
    height: 700px;
    position: relative;
}

.map_info_block {
    position: absolute;
    width: 540px;
    height: 540px;
    right: 50%;
    margin-right: -585px;
    top: 50%;
    transform: translate(0%, -50%);
    z-index: 2;
}

.map_info_box {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 540px;
    height: 540px;
    background: #feed00;
    border-radius: 50%;
}

.adres_box {
    font-size: 18px;
    margin-top: 90px;
}

.slider_block_map {
    width: 315px;
    margin: 0px auto;
}

.slider_block_map .owl-nav {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -ms-flex-pack: justify;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    cursor: pointer;
}

.owl-nav div {
    color: transparent;
    font-size: 12px;
}

.owl-prev {
    background: url(../images/arr_nav.svg) no-repeat;
    width: 12px;
    height: 24px;
    position: relative;
    left: -32px;
}

.owl-next {
    background: url(../images/arr_nav.svg) no-repeat;
    width: 12px;
    height: 24px;
    transform: rotate(-180deg);
    position: relative;
    right: -32px;
}

.owl-carousel .owl-stage-outer {
    height: 210px;
    overflow: hidden;
}

.work_time {
    font-size: 16px;
}

.work_time a {
    color: #000;
}

.item_map_img img {
    cursor: pointer;
    max-height: 236px;
    width: initial !important;
    margin: 0 auto;
}

.close_adres {
    position: absolute;
    right: -15px;
    top: 25px;
    background: #feed00;
    height: 70px;
    width: 70px;
    font-size: 50px;
    border-radius: 50%;
    color: #e91a23;
    cursor: pointer;
    -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;
}

.close_adres:hover {
    background: #f5e506;
}

.close_adres:focus {
    background: #ecdd04;
}

.menu_footer {
    background: #feed00;
}

.f_tel a {
    color: #000;
    font-size: 18px;
}

.menu_footer_box {
    padding: 35px 0px 60px;
}

.menu_footer_box>ul>li {
    padding-right: 10px;
    text-align: left;
}

.menu_footer_box>ul>li:first-child {
    padding-right: 25px;
}

.menu_footer_box>ul>li:last-child {
    padding-right: 0px;
}

.menu_footer_box>ul>li>a {
    margin-bottom: 10px;
    display: inline-block;
    text-transform: uppercase;
}

.menu_footer_box>ul>li>ul>li {
    line-height: 25px;
    text-align: left;
}

.office_b ul {
    margin-bottom: 20px;
}

.office_b ul li {
    font-family: 'NeoSansPro-Regular';
}

.office_b ul span {
    font-size: 18px;
    font-family: 'NeoSansPro-Bold';
}

.office_b>div {
    padding-left: 10px;
}

.width_check {
    width: 50%;
}

.f_logo img {
    vertical-align: middle !important;
}

/*--------------------------------------------------
    colors
---------------------------------------------------*/
.white {
    color: #fff;
}

.black {
    color: #4D5054;
}

.red {
    color: #E91A23;
}

.red_bg {
    background: #E91A23;
}


/*--------------------------------------------------
    margin
---------------------------------------------------*/
.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mr5 {
    margin-right: 5px;
}

.mr20 {
    margin-right: 20px;
}

.ml5 {
    margin-left: 5px;
}

.ml20 {
    margin-left: 20px;
}

.mr20 {
    margin-right: 20px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb70 {
    margin-bottom: 70px;
}

/*--------------------------------------------------
    padding
---------------------------------------------------*/
.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pb20 {
    padding-bottom: 20px;
}

.pr20 {
    padding-right: 20px;
}

.pr10 {
    padding-right: 10px;
}

.pl5 {
    padding-left: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pl20 {
    padding-left: 20px;
}


.order_form {
    display: none;
}

.btn.btn_small {
    max-width: 171px;
}

.form_contact .privacy_opacity,
.form_contact .privacy_opacity:hover {
    opacity: 0.5;
    cursor: text;
}

.form_contact .btn_big {
    margin: 30px 0;
    font-family: 'NeoSansPro-Regular';
    text-transform: uppercase;
    font-size: 16px;
}

.hideblock h3.toggler,
.hideblock2 h3.toggler2 {
    margin: 0;
}

.contacting-form {
    border-radius: 20px;
    border: 1px solid #E0E0E0;
    background: #EEEEEF;
    padding: 24px 72px;
    min-height: 477px;
    margin: 30px 0;
}

.contacting-form .contacting-form__title {
    margin-bottom: 8px;
    margin-top: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    text-align: left;
    text-transform: none;
}

.contacting-form__descr {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 32px;
    max-width: 424px;
}

.contacting-form__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
    margin-bottom: 24px;
}

.contacting-form__form {
    display: flex;
}

.contacting-form__left {
    margin-right: 24px;
    width: 100%;
}

.contacting-form__right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    max-width: 250px;
}

.contacting-form-control {
    margin-bottom: 8px;
}

.contacting-form-control label.error {
    display: none !important;
}

.contacting-form-control input,
.contacting-form-control textarea {
    border-radius: 8px;
    border: 1px solid #F2F3F7;
    background: #FFF;
    padding: 11px 8px;
    width: 100%;
    font-size: 14px;
    line-height: normal;
}

.contacting-form-control textarea {
    resize: none;
    min-height: 120px;
}

.contacting-form-control input[type=file] {
    position: absolute;
    visibility: hidden;
    left: 0;
    top: 0;
}

.contacting-form-control__label {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: normal;
}

.contacting-form-control__label span {
    color: #E30611;
}

.contacting-file__label {
    display: flex;
    align-items: center;
    font-size: 10px;
    line-height: normal;
    color: #E30611;
    font-weight: 400;
}

.contacting-file {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

.contacting-file .error {
    display: none;
}

.contacting-file__label>svg {
    margin-right: 4px;
}

.contacting-file__notice {
    color: #969FA8;
    text-align: right;
    font-size: 10px;
    margin-bottom: 5px;
    line-height: normal;
}

.contacting-file__error {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1 0 100%;
    color: #E30611;
    text-align: right;
    font-size: 10px;
    line-height: normal;
}

.contacting-file__error svg {
    margin-left: 4px;
}

.contacting-file__error_format,
.contacting-file__error_size {
    display: none;
}

.contacting-file__error>svg {
    margin-left: 4px;
}

.contacting-contacts {
    font-size: 14px;
    line-height: normal;
}

.contacting-contacts__phone {
    font-size: 24px;
    line-height: normal;
    margin: 8px 0;
}

.contacting-contacts__phone span {
    font-weight: 500;
}

.contacting-contacts__offices {
    text-decoration: underline;
    color: #E30611;
}

.contacting-form__submit input[type="submit"] {
    margin-bottom: 13px;
    border-radius: 26px;
    padding: 11px 10px 12px;
    width: 100%;
}

.contacting-form__submit input[type="submit"]:hover {
    background: #e30611;
}

.contacting-form-privacy {
    position: relative;
    padding-left: 30px;
}

.contacting-form-privacy__label {
    color: #333;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.contacting-form-privacy a {
    color: #2962FF;
}

.contacting-form-privacy input {
    display: none;
}

.contacting-form-privacy input:checked+label::after {
    opacity: 1;
}

.contacting-form-privacy__label::before {
    content: "";
    display: block;
    border-radius: 3px;
    border: 2px solid #E31E24;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
}

.contacting-form-privacy__label::after {
    content: "";
    display: block;
    background: url(/images/Checkmark.svg) center center no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.contacting-form-success {
    font-size: 15px;
    line-height: 20px;
    display: none;
}

.contacting-form-success__title {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 8px;
}

.contacting-form-success__subtitle {
    margin-bottom: 8px;
}

#conctacting-files input[type=file] {
    display: none;
}

.contacting-form-wrap .files_raschet {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.contacting-form-wrap .file_raschet_wrapper {
    margin-bottom: 0;
    background: #fff;
    border-radius: 8px;
    padding: 0 20px 0 8px;
    width: auto;
    margin-right: 8px;
    margin-bottom: 8px;
}

.contacting-form-wrap .file_raschet_close {
    top: 2px;
    right: 4px;
}

@media (max-width: 991px) {
    .contacting-form {
        padding: 24px 72px 32px 64px;
    }

    .contacting-form__form {
        flex-direction: column;
    }

    .contacting-form__left {
        margin-right: 0;
        margin-bottom: 24px;
    }

    .contacting-form__right {
        flex-direction: row-reverse;
        max-width: 100%;
    }

    .contacting-form__submit {
        max-width: 244px;
    }

    .contacting-form .contacting-form__title {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .contacting-form {
        border-radius: 4px;
        padding: 16px 32px;
    }

    .contacting-form__row {
        grid-template-columns: 1fr;
    }

    .contacting-form__right {
        flex-direction: column-reverse;
    }

    .contacting-form__submit {
        margin-bottom: 24px;
    }

    .contacting-form-control {
        margin-bottom: 16px;
    }

    .contacting-form__row {
        margin-bottom: 0;
    }

    .contacting-file {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 8px;
    }

    .contacting-file__label {
        margin-bottom: 8px;
    }

    .contacting-file__notice {
        text-align: left;
    }
}

@media (max-width: 768px) {
    .pager_slide {
        display: none;
    }

    .slider_tovar .bx-wrapper:last-child {
        display: none;
    }

    .slider_tovar {
        padding-bottom: 0px;
    }
}

.tbl_line div:nth-child(2) {
    text-align: right;
    /* white-space: nowrap; */
}

.shkaf_banner {
    color: #2a2f35;
}

.shk-head {
    height: 85px;
    border-bottom: 1px solid #ffd200;
    font-size: 20px;
    font-family: 'NeoSansPro-Bold';
    line-height: 20px;
}

.shk-head-col1 {
    width: 385px;
    padding-top: 48px;
    float: left;
}

.shk-head-col2 {
    width: 765px;
    float: left;
    padding-top: 48px;
}

.shk-line {
    height: 185px;
    border-bottom: 1px solid #ffd200;
    font-size: 24px;
    font-family: 'NeoSansPro-Medium';
    line-height: 24px;
}

.shk-line:last-child {
    border-bottom: none;
    margin-bottom: 35px;
}

.shk-line-col1 {
    width: 385px;
    padding-top: 78px;
    float: left;
}

.shk-line-col2,
.shk-line-col3,
.shk-line-col4 {
    width: 255px;
    float: left;
    font-family: tahoma;
    font-size: 12px;
    line-height: 15px;
}

.shk-line img {
    padding-top: 15px;
}

.shk-line-text {
    width: 255px;
    text-align: center;
    padding-top: 5px;
}

.shk-close img {
    margin-left: 3px;
    vertical-align: middle;
}

.shkaf_banner>img,
.shk-close {
    /* cursor: pointer; */
}

.shk-table,
.shk-close {
    display: none;
}

.shk_show_all {
    position: absolute;
    top: 210px;
    right: 80px;
    background: #fff000;
    width: 222px;
    border-radius: 20px;
    line-height: 16px;
    padding: 11px;
    cursor: pointer;
}

.map_info_box .owl-carousel .owl-dots.disabled,
.map_info_box .owl-carousel .owl-nav.disabled {
    display: flex;
}

.matras_offers {
    margin-top: 30px;
}

.matras_block {
    margin-bottom: 10px;
    color: #a3a3a3;
}

.matras_block:nth-child(2) {
    float: left;
    width: 49%;
}

.matras_block:nth-child(3) {
    float: right;
    width: 49%;
}

.matras_select,
.chehol_select {
    padding: 5px;
    cursor: pointer;
    width: 100%;
    height: 35px;
    margin-top: 5px;
}

.term {
    background-color: #feed00;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    padding: 7px 15px;
    position: absolute;
    z-index: 2;
    top: 20px;
}


.form_contact input[type="file"] {
    display: none;
}

.attachment {
    text-align: right;
    margin-bottom: 10px;
    margin-top: -29px;
    cursor: pointer;
}

.attachment span {
    color: #e91a23;
    font-size: 14px;
    /* border-bottom: 1px solid #e91a23; */
}

.files_raschet {
    margin-top: -30px;
    margin-bottom: 30px;
}

.file_raschet_wrapper {
    float: left;
    width: 161px;
    /* background: #f0f0f0; */
    margin-right: 6px;
    margin-bottom: 6px;
    display: none;
    position: relative;
    text-align: left;
}

.file_raschet_wrapper:nth-child(3n) {
    margin-right: 0;
}

.file_raschet_wrapper span {
    width: 35px;
    display: block;
    background: #d3d3d3;
    text-align: center;
    padding: 6px 0;
    float: left;
}

.file_raschet {
    float: left;
    color: #434343;
    font-size: 12px;
    padding: 3px 5px;
    max-width: 110px;
    max-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.file_raschet_close {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 0;
    cursor: pointer;
    padding: 3px;
}

.new_door {
    width: 36px;
    position: absolute;
    top: -18px;
    left: 16px;
    line-height: 0;
}

.pd_content.cart_tovar .wrap_prod_itm .img_prod:hover .new_door img {
    transform: none;
}

.wrap_prod_itm:hover .img_prod .new_door img {
    transform: none;
}

.new_door_detail {
    width: 60px;
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -83px;
}

.bottom_text {
    color: #e91a23;
    text-decoration: underline;
    cursor: pointer;
}

.bottom_text2 {
    display: none;
}


.info-raffle:link,
.info-raffle:visited {
    background: #DD281D;
    border-radius: 19px;
    float: left;
    width: 254px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    margin-left: 23px;
}

.info-raffle img {
    margin-right: 6px;
}

.info_box {
    left: 410px;
}

.box {
    position: relative;
}

.raffle-line:link,
.raffle-line:visited {
    background: #DD281D;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 36px;
    color: #FFFFFF;
    display: none;
}

.raffle-line img {
    margin-right: 6px;
}

@media (max-width: 1200px) {

    .raffle-line:link,
    .raffle-line:visited {
        display: flex;
    }
}


.wrap_contact label {
    text-align: left;
    display: block;
    margin-bottom: 17px !important;
    color: #002138;
    font-family: 'NeoSansPro-Bold';
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
}

.wrap_contact .privacy_box label {
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #333333;
    font-family: 'NeoSansPro-Regular';
    display: flex;
    align-items: center;
    padding: 0;
}

.wrap_contact .privacy_box label span {}

.wrap_contact .privacy_box label span:before {
    content: none;
}

.wrap_contact .privacy_box label input[type="checkbox"] {
    display: block;
}

.wrap_contact input[type="text"],
.wrap_contact input[type="tel"],
.wrap_contact input[type="email"],
.wrap_contact textarea {
    width: 100%;
    min-height: 32px;
    margin-top: 4px !important;
    padding: 0 15px;
    border: 1px solid #E4DEDE;
    border-radius: 5px;
    box-sizing: border-box;
    display: block;
    font-family: 'NeoSansPro-Light';
    font-size: 13px;
    line-height: 32px;
    color: #002138;
    background: #FFFFFF;
}

.wrap_contact input[type="checkbox"]:focus,
.wrap_contact input[type="checkbox"] {
    width: 20px;
    height: 20px;
    border: none;
    appearance: none;
    outline: none;
    margin: 0 8px 0 0;
}

.wrap_contact input[type="checkbox"]:before {
    width: 20px;
    height: 20px;
    border: 2px solid #E31E24;
    border-radius: 3px;
}

.wrap_contact input[type="checkbox"]:checked:before {
    background: #fff url(/images/Checkmark.svg) center center no-repeat;
}

.wrap_contact input[type="checkbox"]:not(checked):before {
    background: #fff;
    box-sizing: border-box;
}