.window_fon {

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    display: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70); /* IE 5.5+*/
    -moz-opacity: 0.7; /* Mozilla 1.6 Р  РІР‚СљР  Р С“ Р  РІР‚СљР вЂ™Р’В­Р  РІР‚СљР  Р С“Р  РІР‚СљР вЂ™Р’В¦Р  РІР‚СљР СћРЎвЂ™ */
    -khtml-opacity: 0.7; /* Konqueror 3.1, Safari 1.1 */
    opacity: 0.8; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
    z-index: 10000;

}

.window_box {
    overflow: visible;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 100000;
    text-align: center;
    display: none;
}

.window_box:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 50%;
    width: 0;
}

.window_box button.button-callback {
    width: 100%;
    height: 48px;
    border: 0;
    margin: 5px 0;
    background: #F80000;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.window_box h3 {
    color: #fff;
    font-size: 30px;
    text-align: center;
    font-weight: 400;
}


#WinTimerBox .window-cont {
    max-width: 425px;
    width: 100%;
    position: absolute;
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
}

div#DivResultTimer {
    padding: 10px 0	;
}

#WinTimerBox .close-x {
    top: 10px;
    right: 10px;
    background: #e6e6e6;
}

form#dataTimer {
    margin: 0;
}

.cont-spec-order {
    text-align: center;
}


.spec-order-img {
    max-width: 424px;
    width: 100%;
}

.spec-order-img img {
    display: inherit;
    width: 100%;
}

.close-x {
    position: absolute;
    right: 0px;
    top: -32px;
    cursor: pointer;
    background: #fff;
    padding: 7px;
    border-radius: 50%;
}

.close-x img {
    opacity: 0.6;
    display: flex;
}


.dop-form-contact {
    background: #fff;
    box-shadow: 0 0 13px #000000;
    border-radius: 10px
}


.cont-tab-col-cont {
    width: 90%;
    display: inline-block;
}

.discount-img img {
    width: 100%;
}

.discount-img {
    max-width: 351px;
    width: 100%;
}

#dataTimer input {
    width: 100%;
    height: 48px;
    border: solid 1px #CFCFCF;
    margin: 5px 0;
    font-size: 15px;
    padding: 0 15px;
}

#dataTimer *, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#dataTimer h5.attention-text.sale-info:before {
    bottom: auto;
    top: 9px;
}

#dataTimer h5.attention-text.sale-info {
    text-align: center;
    line-height: normal;
    margin: 0px 0 10px;
    color: #b41b16;
}

#dataTimer .attention-text span {
    font-weight: 900;
    color: #000;
    display: block;
    font-size: 17px;
}

#dataTimer p {
    color: #000;
	font-size: 16px;
	margin: 0 0 5px;
	text-align: center;
}

.discount {
    margin-bottom: 10px;
    display: inline-table;
    position: relative;
    font-size: 21px;
    color: #f20528;
    text-transform: uppercase;
    padding: 15px;
    font-weight: 900;
    border: dashed 1px #f80000;
    border-radius: 4px;
    margin-top: 15px;
}

.discount:before {
    content: '';
    background: url(/img/discoun.png) no-repeat center center;
    position: absolute;
    width: 24px;
    height: 24px;
    top: -7px;
    left: -6px;
    background-size: contain;
}

#dataTimer p span {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 900;
    color: #f20528;
}
