html, body {
	height: 100%;
}

body {
	margin: 0;
	display: flex;
	flex-direction: column;
	font-family: Arial, Open Sans;
	font-size: 15px;
	color: #282828;
	background: #dce2e5;
}

* {
	box-sizing: border-box;
}

main {
	flex-grow: 1;
	padding: 10px;
	max-width: 960px;
	margin: 0 auto;
	width: 100%;
}

.header {
	font-size: 1.8em;
	font-weight: bold;
	padding-top: 0.5em;
}

.footer {
	font-size: 0.7em;
	opacity: 0.6;
}

.bottomtext + .footer {
	padding-top: 1.2em;
}

.getmoney-button {
	border-radius: 8px;
	background: #7ec345;
	color: #fff;
	text-transform: uppercase;
	border-right: 1px solid #509616;
	border-bottom: 1px solid #509616;
	display: inline-block;
	line-height: 50px;
	text-decoration: none;
	font-weight: bold;
	width: 100%;
	text-align: center;
	margin: 22px 0;
	font-size: 1.1em;
	position: relative;
}
.getmoney-button:active {
	top: 1px;
}

.offers {
	box-sizing: content-box;
	border-radius: 8px;
	overflow: hidden;
	margin-top: 20px;
}

.offers__top {
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	padding: 0 10px;
}

.offers__top-bubble {
	font-size: 1.4em;
	font-weight: bold;
	background: #7ec345;
	border-radius: 2em;
	line-height: 2em;
	padding: 0 1em;
	color: #fff;
}

/*----- OFFER START -----*/
.offer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 80px;
	padding: 8px 20px;
	font-size: 15px;
	transition: all 0.3s ease-in;
	border-bottom: 1px solid #e6e6e6;
	background: #fff;
}
.offer:hover {
	box-shadow: 0 2px 20px rgba(3,3,4,.2);
	z-index: 2;
}
.offer__img {
	width: 185px;
	min-width: 185px;
	margin-right: 2em;
}
.offer__img a {
	display: block;
}
.offer__img img {
	max-width: 100%;
}
.offer__props {
	width: 180px;
	min-width: 180px;
	padding-right: 1em;
}
.offer__props_title {
	color: #292929;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.6em;
}
.offer__summary {
	flex-grow: 1;
	padding-right: 1em;
}
.offer__summary ul {
	margin: 0;
	padding-left: 1.5em;
}
.offer__summary li {
	list-style: none;
	position: relative;
	padding-left: 35px;
	background: url(../img/li.png) left center no-repeat;
	margin: 8px 0;
	font-size: 0.9em;
}
.offer__button {
	display: block;
	color: #333;
	font-family: 'Roboto Condensed',sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	background: #ffdd2d;
	border-radius: 50px;
	width: 220px;
	min-width: 220px;
	letter-spacing: 0.5px;
	text-align: center;
	transition: 0.2s;
	padding: 1em 0;
}
.offer__button:hover {
	background: #ffcd33;
}
/*----- OFFER END -----*/

.adsense {display: block; width: 100%; margin: 15px 0;}
.adsense_double {display: flex; flex-direction: row; justify-content: space-between;}
.adsense_double > div {display: block; width: 50%;}

@media only screen and (max-width: 960px) { /*width < 960*/
	.offer {
		flex-wrap: wrap;
	}
	.offer__button {
		width: 100%;
	}
	.offer__button {
		padding: 0.8em 0;
		margin-top: 0.5em;
	}
}

@media only screen and (max-width: 767px) { /*width < 768*/

}

@media only screen and (max-width: 640px) { /*width < 640*/
	.header {
		font-size: 1.5em;
		padding: 20px 0 0;
	}
	.offer {
		padding: 15px;
		font-size: 14px;
	}
	.offers__top h1 {
		text-align: center;
		font-size: 1.5em;
	}
	.offer__img {
		width: 100px;
		min-width: 100px;
		margin: 0 6px;
	}
	.offer__props_title {
		margin-bottom: 0.4em;
	}
	.offer__props {
		width: auto;
		min-width: auto;
		padding-right: 0;
		margin: 0 6px;
		text-align: right;
	}
	.offer__summary {
		width: 100%;
		display: flex;
	}
	.offers__top-bubble {
		font-size: 1.2em;
	}
}

.ad__50 {
	display: flex;
	flex-direction: row;
	margin: 40px 0;
}

.block_250 {
	height: 250px;
	max-height: 250px;
}

.ad__50_1, .ad__50_2 {
    margin-left: auto;
    margin-right: auto;
	text-align: center;
}

@media screen and (max-width: 640px) {
	.ad__50 {
		display: block;
	}
	.ad__50_2 {
		display: block;
		margin-top: 20px;
	}
}
/*  PUSH  */
/* @media (min-width: 490px) { */
	body .sendpulse-backdrop-info {
		display: block !important;
		opacity: 1;
	}
/* } */
.arrow_wrap {
	transform: rotate(180deg);
   top: 180px;
   left: 280px;
   position: fixed;
	z-index: 999;
}
.sendpulse-backdrop-info + .arrow_wrap {
	display: inline-block;
}
.arrow{
    position: absolute;
    transform: translate(-50%,-50%);
}
.arrow span{
    display: block;
    width: 30px;
    height: 30px;
    border-bottom: 5px solid #06A8FF;
    border-right: 5px solid #06A8FF;
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite;
}
.arrow span:nth-child(2){
    animation-delay: -0.2s;
}
.arrow span:nth-child(3){
    animation-delay: -0.4s;
}
@keyframes animate {
    0%{
        opacity: 0;
        transform: rotate(45deg) translate(-20px,-20px);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: rotate(45deg) translate(20px,20px);
    }
}

body .sendpulse-backdrop-info .backdrop-message {
	margin: 0;
	margin-top: 225px;
	margin-left: 110px;
	line-height: 27px;
}
@media (max-width: 490px) {
	body {
		position: relative;
	}
	.sendpulse-backdrop-info {
		background: rgba(0,0,0,.85);
		z-index: 999999
	}
	.arrow_wrap {
	/*		display: none !important; */
		 top: calc(50% + 145px);
		 right: 50px;
	}
	body .sendpulse-backdrop-info .backdrop-message {
		margin-right: 100px;
		margin-top: calc(50% + 270px);
		margin-left: 10px;
		font-size: 19px;
	}
}

.yads, .yads2 {
	display: block;
  margin-top: 20px;
}

.yads2 {
	margin-top: 20px;
}
