
*{
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
}
header{
	height: 70px;
	background: #FFFFFF;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}
.small_logo{
	max-width: 200px;
}
.wrapper{
	max-width: 1200px;
	margin:0 auto;
}
.text_logo{
	background: -webkit-linear-gradient(90deg,#273EBC, #D638DA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
  font-weight: 600;
}
.subtitle img{
	max-width: 20px;
}
header .wrapper{
	font-size: 24px;
	font-weight: 600;
}
header .wrapper{
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
/*header .wrapper img{
	margin-left: -80px;
}*/
body,html{
	margin:0;
	padding: 0;
}
.title_section .title{
	color: #272727;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	margin:20px 0;
}
.title_section .title span{
	color:#38AD0F;
}
.title_section .subtitle{
	font-family: Roboto;
	font-size: 20px;
	color: #272727;
	text-align: center;
	line-height: 26px;
}
.offer{
	max-width: 270px;
	border-radius: 20px;
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.25);
	/*padding: 20px;*/
	margin:20px 10px;
	display: block;
	position: relative;
	text-decoration: none;
}
.offer:nth-child(1):before{
	content:"";
	position: absolute;
	top: -1px;
    left: 15px;
	width: 40px;
	height: 40px;
	background-image: url(imgBW/icon1.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.offer:nth-child(2):before{
	content:"";
	position: absolute;
	top: 0px;
    left: 15px;
	width: 40px;
	height: 40px;
	background-image: url(imgBW/icon2.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.offer:nth-child(3):before{
	content:"";
	position: absolute;
	top: 0px;
    left: 15px;	
    width: 40px;
	height: 40px;
	background-image: url(imgBW/icon3.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.offer_logo{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
}
.offer_logo img{
	max-width: 200px;
	max-height: 50px;
	display: block;
	margin: 0 auto;
}
.offer_title{
	color: #303EBD;
	font-weight: 300;
	font-size: 15px;
	color:#3D3D3D;
	text-align: center;
	margin: 15px 0;
	padding: 0 20px;
}
.offers{
	margin-top: 40px;
}
.offer_descr{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	color:#000000;
	font-size: 15px;
	font-weight: 300;
	margin: 5px 0;
	padding: 0 40px;
}
.offer_descr{
	position: relative;
}
.card:before{
	width: 10px;
	height: 10px;
	top:50%;
	transform:translateY(-50%);
	left:17px;
	content: "";
	position: absolute;
	background-image: url(imgBW/card.svg);
}
.money:before{
	width: 10px;
	height: 10px;
	top:50%;
	transform:translateY(-50%);
	left:17px;
	content: "";
	position: absolute;
	background-image: url(imgBW/money.svg);
	fill:red;
}
.people:before{
	width: 10px;
	height: 10px;
	top:50%;
	transform:translateY(-50%);
	left:17px;
	content: "";
	position: absolute;
	background-image: url(imgBW/people.svg);
}

.offer_button{
	display: block;
	width: 170px;
	height: 40px;
	background-color: #38AD0F;
	
	border-radius: 6px;
	color:#fff;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	transition: .3s;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
	margin:0 auto;
	margin-bottom: 20px;
	margin-top: 15px;
}
.offer_button:hover{
	opacity: .7 !important;
}
.offers .wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.overlay{
	background-color: rgba(0, 0, 0, 0.35);
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 9999;
}
.text_bottom{
	color:#272727;
}
.text_bottom p{
	line-height: 24px;
}
.text_bottom ul li{
	margin:10px 0;
}
.modal{
	width: 450px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top:50%;
	transform: translate(-50%,-50%);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 15px;
	padding: 0 20px;
}
.icon_fire{
	position: relative;
	text-align: center;
}
.icon_fire img{
	margin: 0 auto;
	margin-top: -15px;

	position: relative;
}
.modal_title{
	width: 100%;
	/*height: 70px;*/
	position: relative;
	color:#000;
	font-weight: bold;
	font-size: 20px;
	text-align: center;

	padding: 10px;
}
.offer_modal.zecredit .logo{
	background-color: #006CE7;
}
.offer_modal.e-groshi .logo{
	background-color: #1B8648;
}
.offer_modal.creditplus .logo{
	background-color: #FB9901;
}
.offer_modal .logo{
	padding: 15px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
}
.modal .offer_button{
	margin-bottom: 0;
	height: 52px;
	line-height: 52px;
	border-radius: 0;
	background-color: #4DC07B !important;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
	width: 130px;
}
.modal_text{
	text-align: center;
	padding: 0 10px;
}
.offer_modal .logo img{
	max-width: 150px;
}
.push_block{
	width: 300px;
	height: 72px;
	background-image: linear-gradient(#273EBC, #D638DA);
	border-radius: 20px 0px 0px 20px;
	display: block;
	position: fixed;
	top:100px;
	right:0;
	display: none;
}
.white_block{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-around;
	width: 295px;
    height: 67px;
	border-radius: 20px 0px 0px 20px;
	background-color: #fff;
	padding: 0 20px;
	margin-top: 2px;
    margin-left: 2px;
}
.push_block .image_block img{
	width: 25px;
}
.push_block .text_block{
	text-align: right;
	margin-left: 10px;
	font-size: 14px;
	font-weight: 600;
	color:#272727;
}
.offer_modal .text{
	color: #191919;
	font-weight: bold;
	font-size: 20px;
}
.offer_modal{
	display: flex;
	text-decoration: none;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 10px 0;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
	border-radius: 12px;
}
.offer_modal .button .offer_button{
	margin-top: 0;
}
.offer_modal.border{
	border-top: 1px solid #0099FF;
	border-bottom: 1px solid #0099FF;
}
.modal_bottom{
	padding: 15px 0;
	position: relative;
	background-color: #0099FF;
}

.input_block input{
	width: 198px;
	height: 33px;
	background: #FFFFFF;
	border-radius: 20px;
	border: none;
	padding-left: 15px;
	outline: none;
	font-size: 18px;
}
.input_block{
	    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.button_block{
	margin-top: 20px;
}
.button_block button{
	width: 220px;
    height: 33px;
    background: #FFFFFF;
    border-radius: 20px;
    border: none;
    font-weight: bold;
    font-size: 18px;
    color: #0099FF;
    display: block;
    margin: 0 auto;
    -webkit-text-fill-color: #0099FF;
    opacity: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.modal{
	position: relative;
	padding-bottom: 20px;
}
.close_modal img{
	width: 30px;
	height: 30px;
}
.close_modal{
	font-size: 19px;
	text-transform: uppercase;
	font-weight: 600;
	cursor: pointer;
	z-index: 3;
	display: flex;
	justify-content: center;
	align-items: center;
}
.button_block button{
	cursor: pointer;
}
.button_block button:disabled{
	opacity: .7;
	cursor: not-allowed;
}
/*Adaptive Begin*/
@media(max-width: 767px){
	.wrapper{
		padding: 0 15px;
	}
	.modal{
		width: 94%;
	}
	.offer_modal{
		justify-content: center;
	}
	.offer_modal .text{
		font-size: 16px;
		padding: 0 5px;
	}

	.modal_title:before{
		height: 140px;
		background-position-y: 140px;
	}
	.input_block input{
		margin: 5px 0;
	}
	.offer .offer_button{
		font-size: 13px;
	    width: 145px;
	    height: 40px;
	    line-height: 40px;
	}

	.offer_title, .offer_descr{
		font-size: 10px;
	}
	.offer_descr{
		font-size: 12px;
	}
	.offer_logo img{
		max-width: 120px;
		display: block;
		max-height: 25px;
	}
	.offer {
	    max-width: 175px;
	    border-radius: 20px;
	    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.25);
	    padding: 0;
	    margin: 10px 5px;
	}
	.offers{
		margin-top: 15px;
	}
	/*.title_section .title{
		font-size: 18px;
	}*/
	.mob_hid{
		display: none;
	}
	.title_section .title{
		margin-bottom: 0;
		font-size: 15px;
	}
	.title_section .subtitle{
		font-size: 15px;
	}
	.offers .wrapper{
		padding: 0;
	}
	.push_block{
		bottom: 20px;
		top:unset;
	}
	.offer:nth-child(1):before, .offer:nth-child(2):before, .offer:nth-child(3):before{
		width: 35px;
		height: 35px;
		left:5px;
		top:0;
	}
	.modal_title{
		font-size: 15px;
	}
	.offer_modal{
		padding: 18px 30px;
	}
	.modal_title{
		margin-bottom: 15px;
	}
	.modal_title:before {
		height: 115px;
		    background-position-y: 115px;
	}
	.input_block input{
		width: 166px;
		font-size: 15px;
	}
	.offer_modal .logo img{
		width: 100px;
	}
	.offer_modal .button .offer_button{
		margin-top: 10px;
	}
}
.text_bottom {
	text-align: center;
	padding: 20px 0; 
}
.text_bottom{
	 box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}
@media(max-width: 767px){
	.offer_logo{
		height: 30px;
	}
	.offer_title{
		margin-top: 0;
	}
	header .wrapper{
		justify-content: left;
	}
	.push_block .text_block{
		padding-right: 10px;
		font-size: 12px;
	}
	.push_block{
		top:20px;
		bottom:unset;
	}
	.push_block{
		width: 274px;
	}
	.offer_modal .button .offer_button{
		margin-top: 0;
		width: 122px;
	}
	.offer_modal{
		padding: 0;
	}
	.money:before, .people:before, .card:before{
		left:5px;
	}
	.offer_descr{
		padding: 0 16px;
	}
}
.viber_chat {
    display: block;
    position: fixed;
    bottom: 20px;
    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%;
}
.offer_logo{
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.zecredit .offer_logo, .zecredit .offer_button{
	background-color: #006CE7;
}
.creditplus .offer_logo, .creditplus .offer_button{
	background-color: #FB9901;
}

.e-groshi .offer_logo, .e-groshi .offer_button{
	background-color: #1B8648;
}
.creditkasa .offer_logo, .creditkasa .offer_button{
	background-color: #FCBF04;
}

.kachay .offer_logo, .kachay .offer_button{
	background-color: #F9D100;
}

.money4u .offer_logo, .money4u .offer_button{
	background-color: #145A82;
}

.cashberry .offer_logo, .cashberry .offer_button{
	background-color: #68451D;
}
.euro-groshi .offer_logo, .euro-groshi .offer_button{
	background-color: #1C96C4;
}
.mycredit .offer_logo, .mycredit .offer_button{
	background-color: #0055B8;
}
.schvidko .offer_logo, .schvidko .offer_button{
	background-color: #1FBCFB;
}
.alexcredit .offer_logo, .alexcredit .offer_button{
	background-color: #91D251;
}
.monetka .offer_logo, .monetka .offer_button{
	background-color: #61399B;
}
.kf .offer_logo, .kf .offer_button{
	background-color: #D31316;
}
.credit7 .offer_logo, .credit7 .offer_button{
	background-color: #59C2A4;
}
.creditbox .offer_logo, .creditbox .offer_button{
	background-color: #151515;
}
.ccloan .offer_logo, .ccloan .offer_button{
	background-color: #33408B;
}
.offer_descr div:nth-child(1){
	font-weight: 600;
}
.cashberry .offer_title{
	background-color: rgba(104, 69, 29, .3);
}
.zecredit .offer_title{
	background-color: rgba(0, 108, 231, .3);
}
.creditplus .offer_title{
	background-color: rgba(251, 153, 1, .3);
}
.e-groshi .offer_title{
	background-color: rgba(27, 134, 72, .3);
}
.creditkasa .offer_title{
	background-color: rgba(252, 191, 4, .3);
}
.kachay .offer_title{
	background-color: rgba(249, 209, 0, .3);
}
.money4u .offer_title{
	background-color: rgba(20, 90, 130, .3);
}
.euro-groshi .offer_title{
	background-color: rgba(28, 150, 196, .3);
}
.mycredit .offer_title{
	background-color: rgba(0, 85, 184, .3);
}
.schvidko .offer_title{
	background-color: rgba(31, 188, 251, .3);
}
.alexcredit .offer_title{
	background-color: rgba(145, 210, 81, .3);
}
.monetka .offer_title{
	background-color: rgba(97, 57, 155, .3);
}
.kf .offer_title{
	background-color: rgba(211, 19, 22, .3);
}
.credit7 .offer_title{
	background-color: rgba(89, 194, 164, .3);
}
.creditbox .offer_title{
	background-color: rgba(21, 21, 21, .3);
}
.ccloan .offer_title{
	background-color: rgba(51, 64, 139, .3);
}
.offer_modal.mycredit .logo{
	background-color: #0055B8;
}
.offer_modal.money4u .logo{
	background-color: #145A82;
}
.offer_title{
	opacity: .6;
	margin-top: 0;
	padding: 10px 20px;
}
@media(max-width: 767px){
	.offer_descr{
		padding: 0 16px;
	}
	.offer_title{
		padding: 10px 15px;
	}
}
@media(max-width: 380px){
	.offer_modal .logo{
		padding: 15px 5px;
	}
	.offer_modal .button .offer_button{
		width: 100px;
	}
}
.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;
}
.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;
}
.text.wrapper.justify {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.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:#752AC7;
}
.wrapper.boxshadow{
	    -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;
    margin: 40px auto !important;
}
.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;
}
@media(max-width: 767px){
	.credit_offers .wrapper{
		justify-content: center;
	}
	.require {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
}
.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;
}