*{font-family:Raleway,sans-serif;box-sizing:border-box}body,html{margin:0;padding:0}.entry-content,.wrapper{max-width:1200px;margin:0 auto}header .wrapper{padding:20px 0;max-width:1200px;margin:0 auto}header{box-shadow:0 0 5px #01cf8f;background-color:rgba(0,0,0,.8);position:relative}body{background-image:url(/img/banner.jpg);background-size:cover}header .wrapper .logo{font-size:24px;color:#fff;font-weight:700;text-transform:uppercase}header .wrapper .logo span{color:#1f91ca}main{padding:40px 0;background-color:rgba(255,255,255,.9)}.offer{background-color:#fff;border-radius:10px 30px 10px 30px;box-shadow:0 0 50px 20px #dedede;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;transition:.3s;padding:30px 20px;cursor:pointer;text-decoration:none;position:relative;margin:30px 0}.offer_info_description{color:#000}.purple .promo_offer_block{position:absolute;left:0;top:0;width:200px;color:#fff;text-align:center;height:30px;line-height:30px;background-color:#5753de;border-radius:8px 0 8px 0}.yellow .promo_offer_block{position:absolute;left:0;top:0;width:200px;color:#fff;text-align:center;height:30px;line-height:30px;background-color:orange;border-radius:8px 0 8px 0}.red .promo_offer_block{position:absolute;left:0;top:0;width:200px;color:#fff;text-align:center;height:30px;line-height:30px;background-color:red;border-radius:8px 0 8px 0}.green .promo_offer_block{position:absolute;left:0;top:0;width:200px;color:#fff;text-align:center;height:30px;line-height:30px;background-color:#08a610;border-radius:8px 0 8px 0}.offer_logo img{max-width:180px}.offer_info_title{font-size:25px;font-weight:600;color:#000}.offer.purple{border-top:2px solid #5753de}.offer.red{border-top:2px solid red}.offer.green{border-top:2px solid #08a610}.offer.yellow{border-top:2px solid orange}.offer_button{display:block;text-decoration:none;width:180px;line-height:50px;height:50px;border-radius:20px;background-color:#62ba46;color:#fff;transition:.3s;padding-left:10px;position:relative}.offer_button:after{content:"";position:absolute;width:20px;height:20px;background-image:url(/img/arrow.svg);background-repeat:no-repeat;background-size:contain;right:10px;top:50%;transform:translateY(-50%);animation:mymove 1s infinite}@keyframes mymove{0%{right:15px}50%{right:10px}100%{right:15px}}.offer_button:hover{opacity:.7}.offer_info_description{font-size:20px;margin-top:15px}.details_block ul{list-style-type:none;display:flex;padding:0;margin:0}.details_block ul li img{width:30px;height:30px;display:block;margin-bottom:10px}.details_block ul li{text-align:center;padding:0;font-size:17px;color:#000;margin:0}.details_block ul li:nth-child(2){margin-left:20px}footer{padding:40px 0;box-shadow:0 0 5px #01cf8f;background-color:#fff}.offer_info_wrap{display:flex}.offer_info{margin:0 20px}footer .wrapper .policy_text{text-align:center}@media(max-width:767px){.wrapper{padding:0 20px}header .wrapper{padding:20px}.offer{flex-direction:column;align-items:center}.offer_info_wrap{margin:20px 0}.offer_logo{margin-top:20px}.offer_button{margin-top:20px}header .wrapper .logo{text-align:center}.page:not(.home) #content{padding:0}}.viber_chat{display:block;position:fixed;bottom:110px;right:40px;cursor:pointer;background-color:#665cac;width:50px;height:50px;background-image:url(/img/viber.svg);background-repeat:no-repeat;background-position:center center;background-size:70%;border-radius:50%}
.telegram_chat{
	    display: block;
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background-image: url(/img/telegram.svg);
    background-size: contain;
}
@media(max-width: 767px){
	.red .promo_offer_block{
		width: 86%;
	}
	.offer_logo img{
		max-width: 100px;
	}
	.offer_info_title{
		font-size: 17px;
	}
	.offer_info_wrap{
		flex-direction: column;
	}
	.offer_info_description{
		font-size: 15px;
	}
	.offer{
		width: 47%;
		padding: 15px 10px;
		box-shadow: 0 0 30px 20px #dedede;
	}
	.offer_button{
		width: 80%;
	}
	.green .promo_offer_block{
		width: 160px;
	}
	.wrapper{
		display: flex;
		justify-content: center;
	}
	.wrapper h1, .wrapper h2{
		width: 100%
	}
	header .wrapper:nth-child(2){
		flex-direction: column;
	}
	.entry-content{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0 10px;
	}
	.offer_button:after{
		display: none;
		
	}
	main{
		padding: 0;
	}
	/*.offer_button{
		width: 100%;
	}*/
	.offer_info{
		display: flex;
		margin:0;
	}
	.offer_info_description{
		margin-left: 5px;
		margin-top: 0;
	}
	.details_block ul li{
		font-size: 13px;
	}
}
.hide_block {
                display: none;
            }


            .offer {
    background-color: #fff;
    border-radius: 10px 30px 10px 30px;
    box-shadow: 0 0 50px 20px #dedede;
    display: flex;
    flex-wrap: wrap;
    max-width: 280px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    transition: .3s;
    padding: 30px 0px;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    margin: 30px 0;
}
.details_block{
	margin: 5px 0;
}
.offer_logo{
	margin-bottom: 10px;
}
.offer_button{
	margin-top: 10px;
}
.entry-content{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.text.wrapper{
	background: none;
}
.text.wrapper.justify{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media(max-width: 767px){
	.text.wrapper.justify{
		justify-content: center;
	}
}
.text.wrapper h2{
	font-size: 24px;
}
.review_block .review_block_title, .rewiew_block_info{
	font-size: 16px;
}
.text.wrapper p, .text.wrapper ul li, .text.wrapper ol li{
	font-size: 16px;
}
.text.wrapper{
	max-width: 1200px;
	margin:0 auto;
}
.link a{
	text-decoration: underline;
	color:#fff;
}
.copyright{
	text-align: center;
	margin-top: 10px;
}
.overlay{
	background-color: rgba(0, 0, 0, 0.35);
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	display: none;
}
.text_bottom{
	color:#272727;
}
.text_bottom p{
	line-height: 24px;
}
.text_bottom ul li{
	margin:10px 0;
}
.review_block{
	max-width: 450px;
	-webkit-box-shadow: 0 3px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 3px 15px 0 rgba(0,0,0,.15);
    margin:20px 0;
    background-color: #fff;
}
.rewiew_block_info.blue{
	background-color: #f5f7fa;
}
.review_block .review_block_title, .rewiew_block_info{
	padding: 10px 20px;
	text-align: center;
	color:#333;
}
.review_block .review_block_title{
	font-weight: 600;
	color:#485b7d;
	font-size: 24px;
	padding: 20px 0;
}
.creditors{
	background-color: #fff;
	padding: 30px 0;
}
.require_block{
	max-width: 280px;
}
.image_block_require img{
	display: block;
	margin:20px auto;
	width: 50px;
	height: 50px;
}
.text_block_require{
	text-align: center;
	font-weight: 600;
	color:#ffa500;
}
.require{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.text_section .wrapper{
	-webkit-box-shadow: 0 3px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 3px 15px 0 rgba(0,0,0,.15);
    padding:20px;
}
.text_section{
	padding: 40px 0;
}
