.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: #a5c524;
    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: 94%;
    position: absolute;
    top: 10px;
    margin: auto;
    left: 0;
    right: 0;
	box-shadow: 0 0 13px #000000;
}

div#DivResultTimer {
    padding: 10px 0	;
}

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

form#dataTimer {
    margin: 0;
}

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


.spec-order-img {
    max-width: 424px;
    width: 100%;
    text-align: center;
    padding-top:30px;
	position: relative;
}

.spec-order-img img {
    display: inline-table;
    width: 175px;
}

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

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


.dop-form-contact {
    background: #fff;
	margin-top: -30px;
}


.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;
    font-weight: 700;
    position: relative;
    display: inline-table;
    letter-spacing: -0.7px;
}

#dataTimer p:before {
    content: '';
    left: 0px;
    background: url(/img/test.png) no-repeat center center;
    width: 28px;
    height: 28px;
    top: 7px;
    background-size: cover;
    display: inline-block;
    position: relative;
    margin-right: 3px;;
}

.discount {
    margin-bottom: 10px;
    display: inline-table;
    position: relative;
    font-size: 19px;
    color: #079abb;
    text-transform: uppercase;
    padding-top: 15px;
    font-weight: 500;
    border-radius: 4px;
    margin-top: 15px;
}

.text-dicount span {
    font-weight: 700;
}

.spec-order-img:before {
    content: '';
    background: url(/img/icon-serv11.png) no-repeat center center;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 52px;
    left: 0;
    background-size: inherit;
    background-color: #099bbc;
    border-radius: 50%;
    right: 235px;
    margin: 0 auto;
}

#dataTimer p span {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 900;
    color: #079abb;
}
div#phoneRingError {
    color: red;
    font-size: 14px;
}
