@font-face{font-family:CenturyBold;src:url(../fonts/centurybold.ttf)}
@font-face{font-family:Century;src:url(../fonts/century.ttf)}

body{
	font-family: Century;
}

html body .email-adress{
	font-size: 15px;
	margin-top: 10px;
}

@media (max-width:1200px){
html body .email-adress{
	font-size: 10px;
	margin-top: 5px;
}
}

body .insta{
	padding: 80px 0 0;
}
.new{
	padding: 0 15px;
}
.image{
	height: 300px;
	overflow: hidden;
	display: block;
}
.image img{
	width: 100%;
	height:100%;
	object-fit: cover;
}
.new .datetime{
	display: block;
	text-align: right;font-style: italic;
	font-size: 15px;
	color: #CFCFCF;
	margin-top: 10px;
}
.new .heading{
	font-size: 20px;
	font-family: CenturyBold;
	color: black;
	text-decoration: none;
	display: block;
	margin-top: 5px;
}
.new .skorot{
	font-size: 15px;
	color: black;
	text-decoration: none;
	margin: 15px 0;
	display: block;
}
.new .readmore{
	font-size: 15px;
	color: #FCAB2B;
	text-decoration: underline;
}
.new .readmore:hover{
	text-decoration: none;
}
/*post*/
.navs{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-top: 50px;
}
.post .navs a{
	font-size: 18px;
	color: #808080;
}
.post .navs a img{
	width: 23px;
	float: none;
	margin: 0;
}
.post a:first-of-type img{
	margin-right: 10px;
}
.post a:last-of-type  img{
	margin-left: 10px;
}
.post{
	border-bottom: 1px solid #EBEBEB;
	padding: 80px 0;
	min-height: calc(100vh - 227px);
	position: relative;
}
.post .backtomain img{
	width: 20px;
	margin: 0;
	margin-right: 10px;
	position: relative;

	float: none;
}
.post .backtomain{
	font-size: 15px;
	color: #FDA522;
	text-decoration: underline;
	position: absolute;
	left: 15px;
	top: -65px;
	font-style: italic;

}
.post .backtomain:hover{
	text-decoration: none;
}
.mob-visible{
		display: none;
	}
.post img{
	width: 50%;
	float: left;
	margin: 0 30px 30px 0;
}
.post h2{
	font-size: 30px;
	font-weight: 900;
	margin-top: 0;
	font-family: CenturyBold;
}
.post .date{
	font-size: 16px;
	color: #999999;
	font-style: italic;
}
.post p{
	font-size: 15px;
	margin: 15px 0;
}
.post li{
	font-size: 15px;
	list-style: none;

}

.post li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #FDA522; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
/*post end*/
.price{
	display: none;
}
.everyblack{
	background: black!important;
	padding: 7px 0 15px;
}
.tovar-wrap{
	padding-top: 40px!important;
}
#shema .fuf{
	position: relative;
}
#shema .fuf:after{
	content: '';
	width: 100px;
	height: 50px;
	background: url('../img/share.png')no-repeat center;
	background-size: 100%;
	position: absolute;
	left: calc(100% - 50px);
	top:40px;
}
#shema .fuf:last-of-type:after{
	display: none;
}

.map-wrap h2{
	font-size: 30px;
font-family: CenturyBold;
text-align: center;
margin-bottom: 30px;
margin-top: 0;
}
.thank{
	height: calc(100vh - 85px);
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../img/bg1.png)no-repeat center;
	background-size: cover;
}
a:hover button{
	text-decoration: none;
	color: white;
}
.thank a:hover{
	text-decoration: none;
}
.thank .main-btn{
	margin: 10px auto 0;
}
.thank a{
	display: block;
	text-align: center;
}
.thank h1{
	font-size: 50px;
	color: white;
	text-transform: uppercase;
	font-family: CenturyBold;
	text-align: center;
}
.thank h3{
	text-align: center;
	font-size: 32px;
	color: white;
	margin: 20px 0;
}

.drift{
	position: sticky;
	top: 0;
	z-index: 123;
}

.screen7 .vig{
	height: 200px;
}

.main-popup-wrap{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
	display: none;
	z-index: 123123;
}
.popup-wrap{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.popup{
	background: #EBEBEB;
	width: 100%;
	max-width: 450px;
	padding: 0 35px 40px;
	text-align: center;
}

.brik-popup .popup{
	max-width: 1000px;
	max-height: 90vh;
	overflow-y: auto;
}
.brik-popup .popup p{
	max-width: 100%;
	margin: 20px 0;
}
.brik-popup .popup p{
	text-align: left;
	font-size: 15px;
}
.brik-popup .popup h4{
	text-align: left;
	font-family: CenturyBold;
	font-size: 18px;
}
.brik-popup ol{
	padding-left: 20px;
	margin: 0;
	text-align: left;
}
#toup{
padding: 3px 3px 0;
background: white;
	position: fixed;
	bottom: 40px;
	right: 40px;
	display: none;
}
#toup img{
	width: 45px;
}
.flex-row{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.w26{
	width: 25%;
	padding-right: 15px;
}
.w35{
	width: 35%;
	padding-left: 15px;
}
.w40{
	width: 40%;
	padding-left: 15px;
}

.brik-popup .popup li{
	text-align: left;
}
.brik-popup .popup .main-btn{
	margin: 25px auto 0;
	max-width: 200px;
}
.yellow{
	max-width: 800px;
	padding: 5px 15px;
	background: #FDA522;
	font-family: CenturyBold;
	font-size: 16px;
	margin: 20px 0 0;
}


.closer{
	position: relative;
	right: -35px;
	padding: 5px;
	width: 100%;
}
.closer img{
	width: 17px;
	cursor: pointer;
	margin-left: auto;
	display: block;
}
.popup h3{
	font-size: 25px;
	font-family: CenturyBold;
	text-align: center;
	margin-top: 20px;
}
.popup p{
	font-size: 20px;
	max-width: 350px;
	margin: 10px auto 25px;
	line-height: 22px;
}
.popup input{
	width: 100%;
	height: 40px;
	border: none;
	border-bottom: 2px solid #C3C3C3;
	padding-left: 15px;
	color: black;
	font-size: 14px;
	font-family: CenturyBold;
	margin: 5px 0;
	background: transparent;
}
.popup input::placeholder{
	color: #999999;
	font-family: Century;
	font-style: italic;
}
.popup input:hover::placeholder{
	color: black;
	font-style: normal;
	font-family: CenturyBold;
}
.popup input:focus::placeholder{
	color: black;
	font-style: normal;
	font-family: CenturyBold;
}
.popup input:hover{
	border-color: black;
	color: black;
	font-style: normal;
	font-family: CenturyBold;
}
.popup input:focus{
	border-color: black;
	color: black;
	font-style: normal;
	font-family: CenturyBold;
}
.popup .main-btn{
	max-width: 100%;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 15px;
}



img{
	max-width: 100%;
}
.header-wrap{
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
}
.logo-wrap{
	width: 20%;
}

.time{
	width: 20%;
	text-align: center;
}
.time img{
	width: 20px;
}

.recal{
	width: 22%;
	text-align: center;
}
.recal img{
	width: 22px;
	margin-right: 3px;
	position: relative;
	top: -1px;
}
.recal span{
	display: block;
	text-align: center;
	font-size: 16px;
	font-style: italic;
	color: #85BC40;
	text-decoration: underline;
	cursor: pointer;
}
.recal span:hover{
	text-decoration: none;
}
.screen1 .main-btn{
	max-width: 250px;
	height: 50px;
	font-size: 16px;
}
.recal a{
	font-size: 22px;
	font-family: CenturyBold;
	color: black;
	display: block;
	text-align: center;
	text-decoration: none;
	margin-bottom: 5px;
}
.header-wrap p{
	margin:0;
}
.time p{
	font-size: 18px;
	font-family: CenturyBold;
}
.time span{
	display: block;
	text-align: center;
	font-size: 18px;
}
.time img{
	margin-right: 7px;
	position: relative;
	top: -1px;
}
.header-wrap{
	padding: 7px 0;
}
.main-text p{
	font-size: 16px;
	line-height: 20px;
	font-weight:700;
}
.main-text{
	width: 40%;
	padding: 0 20px 0 40px;
}
.main-text p span{
	font-family: CenturyBold;
	color: #FDA522;
}
.bottom{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 7px;
}
.main-menu ul{
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.main-menu ul li{
	list-style: none;
}
.main-menu ul li a{
	padding: 7px 0;
	color: white;
	text-decoration: none;
	position: relative;
	font-size: 15px;
}
.main-menu ul li a:after{
	content: '';
	width: 0;
	height: 2px;
	position: absolute;
	top: 100%;
	left: 0;
	display: block;
	background: #85BC40;
	transition: 0.2s;
}
.main-menu ul li a:hover:after{
	width: 100%;
}
.palka{
	color: #85BC40;
	font-size: 16px;
	font-family: CenturyBold;
}
.main-menu{
	width: calc(100% - 150px);
}

.langs{
	position: relative;
	padding: 5px 15px;
}
.langs:after{
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	top: 13px;
	right: 0;
	background: url(../img/down.png)no-repeat center;
	background-size: 100%;
	display: block;
	transition: 0.1s
}
.langs:hover:after{
	transform: rotate(-180deg);
}
.langs a{
	cursor: pointer;
	text-decoration: none;
	font-size: 17px;
	color: white;
	display: block;
}
.langs a:last-child{
	position: absolute;
	top: calc(100% - 5px);
	left: 15px;
	display: none;
}
.langs:hover  a:last-child{
	display: block;
}
.gamburger{
	width: 30px;
	display: none;
	cursor: pointer;
}

.screen1{
	background: url(../img/bg1.png)no-repeat center;
	background-size: cover;
	padding: 100px 0;
	margin-top: -40px;
}
.screen1 h1{
	font-size: 40px;
	font-family: CenturyBold;
	text-transform: uppercase;
	color: white;
	line-height: 55px;
}
.screen1 h1 span{
	color: #FDA522;
}

.screen1 h2{
	font-size: 32px;
	color: white;
	margin-bottom: 40px;
}
.screen1 h2 span{
	font-family: CenturyBold;
	color: #FDA522;
}
.flex{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.flex span{
	width: calc(100% - 40px);
	font-family: CenturyBold;
	font-size: 16px;
	color: white;
}
.flex1 span{
	font-size: 17px;
}
.flex img{
	height: 50px; 
	margin-right: 10px;
}
.main-btn{
	width: 100%;
	max-width: 200px;
	height: 40px;
	background: #85BC40;
	border: none;
	color: white;
	font-size: 14px;
	font-family: CenturyBold;
	margin: 40px auto 0;
	transition: 0.2s;
}
.main-btn:hover{
	background: #73A337;
}
.mob{
	display: none;
}
.header{
	max-height: 175px;
	background: white;
}

.screen2{
	padding: 80px 0;
}
.screen2 img{
	height: 60px;
	display: block;
	margin: 25px auto 15px;
}
.screen2 p{
	font-size: 17px;
	text-align: center;
}
.screen2 h2{
	font-size: 30px;
	font-family: CenturyBold;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 0;
}

.screen3{
	background: #F5F5F5;
}

.tovar-wrap{
	padding: 0 20px 40px;
	background: white;
}

.price{
	padding: 5px 15px;
	background: #FDA522;
	width: 100px;
	margin-left: auto;
	margin-right: -20px;
}
.price p{
	margin: 0;
	text-align: center;
	color: white;
	font-size: 16px;
	font-family: CenturyBold;
}
.price span{
	display: block;
	text-align: center;
	color: white;
	font-size: 14px;
	margin-top: -3px;
}
.img-wrap{
	width: 100%;
	height: 200px;
}
.img-wrap img{
	object-fit: cover;
	object-position: center;
	height: 100%;
}
.name{
	height: 90px;
	padding-top: 10px;
	border-bottom: 1px solid #F4F4F4;
}
.name .tovar-name{
	font-size: 20px;
	color: #FDA522;
	font-family: CenturyBold;
	display: block;
	text-align: center;
}
.name .inf{
	font-size: 17px;
	color: #666666;
	display: block;
	text-align: center;
	font-style: italic;
}
.line{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 5px 0;
}
.line span:first-child{
	font-size: 16px;
	font-family: CenturyBold;
}
.line span:last-child{
	font-size: 16px;
	color: #FDA522;
}
.info{
	padding: 15px 0;
	border-bottom: 1px solid #F4F4F4;
}
.info p{
	font-size: 16px;
	text-align: center;
	padding: 15px 0 0;
	color: #FDA522;
	cursor: pointer;
	text-decoration: underline;
}
.info p:hover{
	text-decoration: none;
}
.tovar-wrap .main-btn{
	margin: 20px auto 15px;
	max-width: 100%;
	font-size: 15px;
}
.tovar-wrap{
	max-width: 400px;
	margin: 15px auto;
}
.screen2 .second-text{
	max-width: 900px;
	margin: 0 auto 35px;
}

.tr{
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	position: relative;
	min-height: 45px;
}
.w25{
	width: 25%;
	border: 1px solid white;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
}
.w19{
	width: 19%;
	border: 1px solid white;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 7px;
}

.table *{
	text-align: center;
}
.table .tr:first-child > div{
	background: #CCCCCC;
	font-size: 18px;
	font-family: CenturyBold;
}

.table .tr:first-child .w25{
	background: #85BC40;
}
.table .tr .two{
	background: #85BC40!important;
}
.table .tr > div{
	background: #CCCCCC;
}

.table .tr{
	font-size: 15px;
}
.table .tr .w25{
	font-size: 18px;
}

.table{
	margin-top: 25px;

}
html body .table .graytr{
	min-height: 35px;
	max-height: 37px;
}

html body .table .graytr .w25{
	color: #FDA522!important;
	padding: 0 10px!important;
	font-size: 22px!important;
	font-family: CenturyBold!important;
	background: #D9D9D9!important;
}

html body .table .bodytr .tr .w25{
	background: white!important;
	font-family: CenturyBold!important;
	border-right:1px solid  #DEDEDE!important;
}
html body .table .bodytr .tr:nth-child(2n+2) .w25{
	background: #F2F2F2!important;	
}

html body .table .bodytr .tr .w25:first-child{
	font-family: Century!important;
	font-size: 16px;
	background: #FDA522!important;
	border-right:1px solid  white!important;
}

.stroke{
	margin-bottom: 40px;
}
.stroke span{
	display: block;
	text-align: center;
	margin: 10px 0 0;
	font-size: 70px;
	color: #FDA522;
	font-family: CenturyBold;
	-webkit-text-stroke:2px black;
}
.map-wrap img{
	width: 100%;
}
.map-wrap{
	padding: 110px 0 30px;
}

.screen5{
	padding: 80px 0;
	background: url(../img/bg2.jpg)no-repeat center;
	background-size: cover;
}
.screen5 h2{
	font-size: 30px;
	color: white;
	text-align: center;
	font-family: CenturyBold;
	margin-top: 0;
}


.vig{
	background: white;
	width: 100%;
	height: 280px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 5px 30px;
	margin: 15px auto;
}
.vig img{
	height: 70px;
}
.vig span{
	font-size: 18px;
	margin: 12px 0 5px;
	text-align: center;
	display: block;
	font-family: CenturyBold;
}
.vig p{
	font-size: 15px;
	text-align: center;
	margin: 0;
}
.mrgt{
	margin-top: 30px;
}

.why{
	margin: 15px 0;
}
.why img{
	height: 70px;
	margin: 0;
}
.why span{
	display: block;
	margin: 10px 0 5px;
	font-size: 20px;
	font-family: CenturyBold;
}
.why p{
	font-size: 15px;
	margin-top: 0;
	text-align: left;
}

.screen6 .mrgt{
	margin-top: 60px;
}
.slide{
	padding: 0 15px;
}
.slide img{
	height: auto;
}
html body .owl-nav{
	display: block!important;
}
.owl-prev{
	position: absolute;
	top: 50%;
	left: -60px;
	width: 35px;
}
.owl-next{
	position: absolute;
	top: 50%;
	right: -60px;
	width: 35px;
}
.owl-next img, .owl-prev img{
	margin: 0;
	height: auto;
}

.rev{
	background: white;
	padding: 15px;
	margin-top: 85px;
}
.rev-body{
	padding: 10px;
	min-height: 180px;
}
.rev-body p{
	font-size: 15px;
	text-align: left;
	font-style: italic;
}
.rev-name{
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	width: 100%;
}
.rev-name span{
	position: relative;
	top: -20px;
	font-size: 18px;
	font-family: CenturyBold;
}
.rev-name img{
	width: 100px;
	margin-right: 20px;
	margin-left: 0;
	height: auto;
}
.rev-name{
	margin-top: -95px;
}
.revs h2{
	max-width: 900px;
	margin: 0 auto 20px;
}

html body .insta .owl-nav{
	display: none!important;
}

.fuf span{
	display: block;
	text-align: center;
	font-family: CenturyBold;
	font-size: 18px;
	margin-bottom: 5px;
}
.fuf p{
	font-size: 15px;
}
.fuf .order{
	color: #FDA522;
	text-decoration: underline;
	cursor: pointer;
	margin-top: -10px;
}
.fuf .order:hover{
	text-decoration: none;
}

.map{
	width: 100%;
	height: 400px;
}


.insta a img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.screen7{
	background: url(../img/bgfuf.png)no-repeat center;
	background-size: cover;
}








@media (max-width: 1200px){
	.rev-body p{
		font-size: 12px;
	}
	.name .tovar-name{
	font-size: 16px;
}
.name .inf{
	font-size: 12px;
}
.line span:first-child{
	font-size: 14px;
}
.line span:last-child{
	font-size: 14px;
}
	.screen1 h1{
		font-size: 35px;
	}
	.screen1 h2{
		font-size: 27px;
	}
	.flex span{
		font-size: 12px;
	}
	.time p{
		font-size: 16px;
	}
	.time span{
		font-size: 14px;
	}
	.recal a{
		font-size: 16px;
	}
	.recal span{
		font-size: 12px;
	}
	.main-text p{
		font-size: 12px;
		line-height: 15px;
	}
	.main-menu ul li a{
		font-size: 12px;
	}

}

@media (max-width: 992px){
	.footer .main-text{
		display: block;
		width: 100%;
		text-align: center;
		padding: 0 15px;
	}
	.footer{
		padding: 40px 0;
		max-height: 100000px;
	}
	.map{
		height: 250px;
	}
	.footer .time{
		display: block;
		width: 100%;
		text-align: center;
		margin: 15px 0;
	}
	.footer .recal a{
		font-size: 16px;
	}
	.footer .recal span{
		font-size: 14px;
	}
	.footer .recal{
		width: 100%;
		text-align: center;
	}
	.footer .logo-wrap{
		width: 150px;
		margin: 0 0 15px;
	}
	.footer .header-wrap{
		flex-direction: column;
	}
	.rev-name span{
		font-size: 14px;
	}
	html body .owl-nav{
	display: none!important;
}
.slide{
	padding: 0;
}
.screen6 .mrgt{
	margin-top: 40px;
}
	.vig span{
	font-size: 16px;
}
.vig p{
	font-size: 14px;
}
	.screen5 h2{
		font-size: 25px;
	}
	.stroke span{
	margin-top: 20px;
}
	.table .tr:first-child > div{
	font-size: 15px;
}
.table .tr .w25{
	font-size: 14px;
}
.table .tr:last-child .w19 span{
	font-size: 18px;
}
.table .tr .w19{
	font-size: 13px;
}
	.tr{
		width: 900px!important;
	}
	.table-wrap{
		overflow-x: auto;
	}
.name .tovar-name{
	font-size: 18px;
}
.name .inf{
	font-size: 14px;
}
.line span:first-child{
	font-size: 16px;
}
.line span:last-child{
	font-size: 16px;
}
	.bottom{
		padding: 0;
	}
	.screen1{
		margin-top: 0;
	}
	.screen1 h1{
		font-size: 27px;
		line-height: 35px;
	}
	.recal a{
		font-size: 12px;
		margin-bottom: 0;
	}
	.recal span{
		font-size: 10px;
	}
	.recal img{
		width: 15px;
	}
	.main-text{
		display: none;
	}
	.time{
		display: none;
	}
	.gamburger{
		display: block;
	}
	.recal{
		width: calc(100% - 140px);
	}
	.logo-wrap{
		width: 60px;
	}
	.mob{
		display: block;
	}
	.langs a{
		color: black;
		font-size: 14px;
		background: white;
	}
	.pc{
		display: none;
	}
	.main-menu{
		width: 100%;
		position: absolute;
		top: 100%;
		background: white;
		z-index: 123;
		left: 0;
		padding: 15px 0;
		display: none;
	}
	.main-menu ul{
		flex-direction: column;
	}
	.main-menu ul li a{
		font-size: 14px;
		color: black;
	}
	.main-menu ul li{
		padding: 10px 0;
	}
	.palka{
		display: none;
	}
	.header-wrap{
		position: relative;
	}
	.flex{
		padding: 7px 0;
	}
.flex{
		justify-content: space-between;
		width: 100%;
	}
	.flex span{
		width: calc(100% - 70px);
		font-size: 14px;
	}
	.main-btn{
		display: block;
	}
}

@media (max-width: 768px){
	body .insta{
		padding: 50px 0 0;
	}
	.new .heading{
	font-size: 16px;
}
.new .skorot{
	font-size: 13px;
	color: black;
	text-decoration: none;
	margin: 15px 0;
	display: block;
}
	.post .navs a{
	font-size: 11px;
	color: #808080;
}
.post .navs a img{
	width: 13px;
	float: none;
}
	.post .backtomain{
	font-size: 15px;
	color: #FDA522;
	text-decoration: underline;
	position: absolute;
	left: 15px;
	top: -35px;
	font-style: italic;
}
	.mob-visible{
		display: block;
	}
	.pc-visible{
		display: none;
	}
	.post{
		padding: 50px 0;
	}
	.everyblack{
		padding: 0;
		background: transparent!important;
	}
	.post img{
	width: 100%;
	float: none;
	margin: 15px 0;
}
.post h2{
	font-size: 25px;
}
.post .date{
	font-size: 15px;
}
.post p{
	font-size: 14px;
}
.post li{
	font-size: 14px;

}
	#shema .fuf:after{
	display: none;
}
	.thank h1{
	font-size: 25px;
}
.thank h3{
	text-align: center;
	font-size: 18px;
	color: white;
	margin: 20px 0;
}
.thank{
	height: calc(100vh - 45px);
}
	.flex-row{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
}
.w26{
	width: 100%;
	padding: 10px 0;
}
.w35{
	width: 100%;
	padding: 10px 0;
}
.w40{
	width: 100%;
	padding: 10px 0;
}
	.brik-popup .popup .main-btn{
	margin: 25px auto 35px;
	max-width: 200px;
}
	.popup h3{
	font-size: 25px;
	margin-top: 10px;
}
.popup p{
	font-size: 15px;
	max-width: 100%;
	margin: 10px auto 10px;
	line-height: 18px;
}
.popup{
	padding-left: 15px;
	padding-right: 15px;
}
.popup .main-btn{
	margin-bottom: 5px;
}
.closer{
right: -15px;
}

	.rev-body{
		height: auto;
		min-height: 1px;
	}
	.info p{
		font-size: 15px!important;
	}
	.screen2{
		padding: 50px 0;
	}
	.screen3 p{
		font-size: 12px;
	}
	.screen2 h2{
		font-size: 25px;
	}
	.screen1 h1{
		font-size: 26px;
		line-height: 30px;
	}
	.screen1 h2{
		font-size: 20px;
	}
	.main-btn{
		display: block;
	}
	.screen1{
		padding: 50px 0;
	}
}