.ever-popup__body.ever-mobile{display:none}.ever-popup{position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,.7);z-index: 111;display: none;overflow: auto;}.ever-popup__body{position: static;float: none;display: block;margin: 0 auto !important;width:auto}.ever-popup.show{display: block;align-items: center;}.ever-popup__inner{position: relative;margin: 0 auto;padding-top:35px}.ever-popup__close{width: 35px;height: 30px;position: absolute;cursor:pointer;top: -5px;right: 0;z-index: 1;-webkit-transition: .3s; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s; transition: .3s;}.ever-popup__close:after, .ever-popup__close:before {content: "";position: absolute;right: 0;top: 10px;width: 35px;height: 10px;background: #fff;transition: all 1s;}.ever-popup__close:after {-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}.ever-popup__close:before {-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}@media screen and (max-width: 1000px){.ever-popup__body.ever-desktop{display:none}.ever-popup__body.ever-mobile{display:block}}

.rom_svg {
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .rom_left {
        margin-bottom: 20px;
    }
}


@media screen and (max-width: 768px) {
    .rom_left, .rom_right, .rom_center {
        width: 100% !important;
        text-align: center !important;
        display: block !important;
    }

}
.rom_left {
    text-align: left;
}

.rom_left, .rom_right {
    display: inline-block;
    vertical-align: top;
    width: 32.3%;
    font-size: 16px;
    line-height: 26px;
}

.rom_center {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    width: 33.3%;
    display: inline-block;
}

.rom_right {
    text-align: right;
}


HTML, BODY {
    height: 100%;
    position: relative
}

BODY {
    padding: 0;
    margin: 0;
    font-family: 'Rubik', sans-serif;
    background: #fff
}

BODY {
    padding: 0;
    margin: 0
}

TABLE {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
    font-size: 100%
}

TABLE TD {
    padding: 0
}

A {
    text-decoration: underline;
    padding: 0;
    margin: 0
}

A:hover {
    text-decoration: none
}

A IMG {
    border: none
}

FORM {
    margin: 0
}

IFRAME {
    border: none
}

IMG {
    border: none
}

H1, H2, H3, H4, H5, H6, P {
    margin: 0
}

ul, ul li, ol, ol li {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.clear {
    clear: both;
    overflow: hidden;
    height: 0
}

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

/*.ltie8 .clearfix {*/
/*zoom: expression(this.runtimeStyle.zoom="1",this.appendChild(document.createElement("div")).className="clear")*/
/*}*/

.hidden {
    display: none;
    visibility: hidden
}

.overflow_all {
    position: fixed;
    z-index: 9999;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: #000;
    color: #fff;
    text-align: center;
    padding-top: 20px;
    opacity: .8
}

.overflow_all A {
    color: #fff
}

#ltie8_message {
    display: none
}

.ltie8 #ltie8_message {
    display: block
}

#ZFDebug {
    z-index: 10000 !important
}

body {
    background: #0F0F0F;
    font-family: "Rubik", "Arial";
    color: #f7d7c0;
    font-size: 17px
}

.wrap {
    width: 980px;
    box-sizing: border-box;
    padding: 0 15px;
    margin: 0 auto
}

.sect-1 {
    background: url(../src/bg-1.jpg) no-repeat center;
    min-height: 780px;
    background-size: cover
}

.sect-2 {
    background: url(../src/bg-2.jpg) no-repeat center;
    min-height: 875px;
    background-size: cover;
    padding-top: 40px
}

.sect-3 {
    padding: 40px 0
}

.sect-4 {
    background-color: #fe0000;
    min-height: 350px
}

h1 {
    font-size: 79px;
    font-weight: 400;
    color: #fff;
    padding-top: 55px
}

h3 {
    font-size: 43px;
    color: white;
    font-weight: 400;
    text-transform: uppercase
}

h4 {
    font-size: 20px;
    color: #000;
    font-weight: 400;
    /*padding-block-end: 40px*/
}

h5 {
    font-size: 36px;
    font-weight: 400
}

h6 {
    font-size: 20px;
    padding-bottom: 10px;
    font-weight: 500
}

.s1-wrap {
    width: 710px;
		float: right; 
		position: relative;
}

.s1-list {
    text-transform: uppercase;
    float: left;
    font-size: 21px;
    color: #fff;
    max-width: 300px;
    margin: 30px
}

.s1-list li {
    padding: 10px 0
}

.form_wrap {
    width: 290px;
    background: url(../src/form_bg.png) no-repeat center right #fe0000;
    float: right;
    box-sizing: border-box;
    margin-top: 45px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.title_black {
    color: #000
}

.title_white {
    color: #fff;
    display: block
}

.form_wrap form {
    padding: 0 30px 15px 15px
}

input, select {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin-top: 20px
}

select {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ffffff;
    border: none;
    /*height: 33px;*/
}

input {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
}

.submit {
    background: #fdd000;
    background: -moz-linear-gradient(top, #fdd000 0%, #fdd000 50%, #fdc52f 51%, #d6902a 100%, #d6902a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdd000), color-stop(50%, #fdd000), color-stop(51%, #fdc52f), color-stop(100%, #d6902a), color-stop(100%, #d6902a));
    background: -webkit-linear-gradient(top, #fdd000 0%, #fdd000 50%, #fdc52f 51%, #d6902a 100%, #d6902a 100%);
    background: -o-linear-gradient(top, #fdd000 0%, #fdd000 50%, #fdc52f 51%, #d6902a 100%, #d6902a 100%);
    background: -ms-linear-gradient(top, #fdd000 0%, #fdd000 50%, #fdc52f 51%, #d6902a 100%, #d6902a 100%);
    background: linear-gradient(to bottom, #fdd000 0%, #fdd000 50%, #fdc52f 51%, #d6902a 100%, #d6902a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd000', endColorstr='#d6902a', GradientType=0);
    color: #0a1828;
    text-transform: uppercase;
    font-size: 20px;
    border: none;
    border-right: 1px solid #0a1828;
    border-bottom: 1px solid #0a1828;
    border-radius: 3px;
    cursor: pointer
}

.price {
    clear: both;
    /*display: none;*/
}

.old {
    color: #f5a900;
    font-size: 71px;
    margin: 20px 30px 0 0;
    width: 210px;
    height: 90px;
    vertical-align: middle;
    text-align: center;
    z-index: 5;
    position: relative;
    display: block;
    float: left
}

.old::before {
    display: block;
    position: absolute;
    content: "";
    background: url(../src/cross_line.png) no-repeat center;
    width: 180px;
    height: 90px
}

.new {
    font-size: 98px;
    display: block;
    float: left
}

.price div {
    clear: both;
    font-size: 48px;
    margin-left: 10%
}

h3 .big {
    font-size: 52px
}

.sect-2-list h5 {
    color: #fff;
    margin-top: 50px;
    margin-bottom: 20px
}

.list li {
    display: block;
    padding: 12px 10px 12px 50px;
    position: relative
}

.list li::before {
    display: block;
    position: absolute;
    content: "";
    width: 23px;
    height: 23px;
    background: url(../src/list_marker.png) no-repeat center;
    left: 0
}

.sect-3 img {
    width: 50%;
    float: left;
    margin-top: 20px
}

.sect-3 h3 {
    text-align: center
}

.sect-3 ul {
    width: 50%;
    float: left;
    margin-top: 90px
}

.title-bottom {
    clear: both
}

.sect-4 {
    padding-top: 10px;
    padding-bottom: 25px;
}

.s4-left, .s4-right {
    width: 50%;
    float: right;
    padding: 0 20px;
    box-sizing: border-box
}

.s4-right {
    background: url(../src/separator.png) 20px 50px no-repeat;
    height: auto;
    padding-left: 50px
}
.img-prod {
	width: 170px; 
	display: block; 
	margin-left: 50px;
}
#timer > div {
    float: left;
		background: url(../src/clock.png) 0 0 repeat-x; 
		background-size: contain;
    width: 74px;
		height: 67px;  
		
		
    line-height: 67px;
    font-size: 60px;
    color: #cecece;
    margin-right: 15px;
    font-family: 'bebas_neue_cyrillicregular';
    text-align: center;
    position: relative
}

#timer > div span {
    position: absolute;
    bottom: -70px;
    left: 0;
    color: #fff;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif
}

#timer .margin {
    margin-right: 20px
}

.s4-price {
    text-align: center
}

/*.sect-4 input {*/
/*width:*/
/*}*/

.s4-old {
    text-decoration: line-through
}

.white {
    color: #fff
}

footer {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px
}

footer a {
    color: #fff;
    text-decoration: none;
    outline: none
}

footer a:hover {
    text-decoration: underline
}

@media (max-width: 1040px) {
    .wrap {
        width: 750px
    }

    .sect-3 ul {
        margin-top: 50px
    }

    .sect-3 p {
        font-size: 15px
    }

    .s4-left, .s4-right {
        float: none;
        width: 470px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        padding-left: 0;
        background: none;
    }

    #timer {
        margin-top: 20px;
    }

    #timer > div:first-child {
        margin-left: 68px;
    }

    .sect-4 {
        padding-bottom: 40px
    }
}

@media (max-width: 767px) {
    .wrap {
        width: 100%;
        padding: 0
    }

    .sect-1 {
        background: none;
        min-height: 1200px;
    }

    .s1-wrap {
        width: 100%
    }

    h1, h3 {
        font-size: 23px;
        font-weight: 700;
        color: black;
        padding: 20px 10px;
        background: #f7d7c0;
        text-align: center;
        margin-top: 20px
    }

    h5 {
        font-size: 20px;
        text-align: center;
        color: white;
        padding: 20px 10px
    }

    .s1-list {
        margin-left: auto;
        margin-right: auto;
        float: none;
        font-size: 16px;
        background: url(../src/prod.png) no-repeat;
        background-position-x: center;
        background-position-y: bottom;
        background-size: 220px;
        padding-bottom: 360px;
    }

    .s1-list li {
        display: block;
        position: relative;
        padding-left: 50px
    }

    .s1-list li::before {
        display: block;
        position: absolute;
        content: "";
        width: 23px;
        height: 23px;
        background: url(../src/list_marker.png) no-repeat center;
        left: 10px;
        top: 50%;
        transform: translateY(-50%)
    }

    .form_wrap {
        float: none;
        margin: 0 auto
    }

    .new {
        text-align: center;
        float: none
    }

    .old {
        float: none;
        margin-left: auto;
        margin-right: auto
    }

    .price div {
        text-align: center;
        margin-left: 0;
        color: white
    }

    .sect-2 {
        background: url(../src/bg-2-small.jpg) no-repeat center;
        background-size: cover;
        padding-top: 0
    }

    .list {
        max-width: 300px;
        margin: auto
    }

    h3 .big {
        font-size: 23px
    }

    .sect-4 {
        min-height: 280px
    }

    .sect-2-list h5 {
        margin-top: 20px;
        margin-bottom: 0
    }

    .sect-3 {
        padding: 0
    }

    .sect-3 h3 {
        margin-top: 0
    }

    .sect-3 img {
        width: 100%;
        max-width: 270px;
        float: none;
        margin: 20px auto;
        display: block
    }

    .sect-3 ul {
        width: 300px;
        float: none;
        color: #fff;
        padding-bottom: 20px
    }

    .s4-right {
        display: block;
		} 
		.s4-right h4, .s4-right #timer {
			display: none;
		}

    .s4-left {
        width: 300px;
        padding: 0
    }
}

@media (max-width: 400px) {
    .price {
        display: none;
    }
}

.footer {
    background: #000 !important
}

.validator__tooltip {
    margin-top: -11px !important
}

.al-form .title_black {
    padding-top: 10px;
}

.al-form .title_black, .al-form .title_white {
    font-size: 12px;
    display: block;
    line-height: 16px;
}

.sale {
    text-align: center;
    font-weight: bold;
    padding: 5px 0;
}

.sale_top {
    padding-right: 20px;
}

.x_currency {
    position: relative;
}

.x_price_current+.x_currency:after {
    content: '*';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
}

.fn {
    font-size: 12px;
    margin: 0 auto 10px;
    display: block;
    max-width: 250px;
    padding-right: 20px;
    box-sizing: border-box;
}

.sect-4 .fn {
    margin-top: 15px;
}

.form_wrap .fn {
    margin-bottom: 0;
} 


.new_footer {
	padding: 0;
}

.inform {
	background-color: #DA9F9F;

	padding: 20px 0;
}

.con_box {
	background-color: #0F0F0F;
	padding-top: 25px;
	padding-bottom: 15px;
}

.con * {
	color: #fff;
}
.con a{
	text-decoration: none;
}
.con a:hover {
	text-decoration: underline;
	
}
.con__left{
	text-align: left;
	line-height: 1.5;
}
.con__right {
	text-align: right;
	line-height: 1.5;
}

.width {
	/* ширина блоков*/
	padding: 0 !important;
}

.inform p {
	margin: 0;
	color: #000;
}

.con {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.con__left{
	text-align: left;
}
.con__right {
	text-align: right;
}

.con * {
	font-family: inherit;
}

@media screen and (max-width: 1000px) {
	.inform {
			padding-top: 10px;
			padding-bottom: 10px;
	}
}

@media screen and (max-width: 767px) {
	.con {
			display: block;
	}
	.con * {
			text-align: center;
	}
} 


@media (max-width: 1040px) {
	#timer > div:first-child {
		margin-left: 100px;
	} 
	.img-prod {
		margin: 0 auto;
	} 
	.s1-wrap h5 {
		max-width: 450px;
	}
} 
@media (max-width: 475px) {
	.s4-right{ 
		width: 100%; 
		padding-right: 0;
	}
}  
.s1-prod {
	display: none;
} 

@media (min-width: 767px) {
	.sect-3 img {
		width: 38%;
	}  

	.s1-prod { 
		display: block;
		position: absolute; 
		right: 30px; 
		top: 20px; 
		width: 230px
		
	} 

} 
@media (min-width: 1040px) {
	.s1-prod { 
		display: block;
		position: absolute; 
		right: 351px; 
		top: 220px; 
		width: 230px
		
	}  
	.s1-wrap {
		width: 955px;
	} 
	.sect-1 {
		min-height: 685px;
	}
} 

@media (max-width: 767px) {
	.s1-wrap h5 {
		margin: 0 auto;
	}
}