@import 'https://fonts.googleapis.com/css?family=Roboto:300,400,700';
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	outline: none;
	text-decoration: none;
}

img {
	display: block;
	max-width: 100%;
}

input, textarea, select, button {
	font: 100% 'Asap', sans-serif;
	vertical-align: middle;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
}

button, input[type="submit"] {
	padding: 0;
	margin: 0;
	border: none;
	cursor: pointer;
}

button::-moz-focus-inner {
	padding: 0;
	border: none;
}



::-webkit-input-placeholder {
	color: #7c7c7c;
}

:-ms-input-placeholder {
	color: #7c7c7c;
}

::placeholder {
	color: #7c7c7c;
}

:focus::-webkit-input-placeholder {
	color: transparent;
}

:focus:-ms-input-placeholder {
	color: transparent;
}

:focus::placeholder {
	color: transparent;
}

*, *:before, *:after {
	box-sizing: border-box;
}

textarea {
	overflow: auto;
}

.svg_icon {
	width: 1em;
	height: 1em;
	display: block;
	fill: currentColor;
}

.text-ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.btn {
	display: inline-block;
}

@font-face {
	font-family: 'BebasNeueBold';
	src: url("http://galleries.allover30.com/mature/gen3/1/fonts/BebasNeueBold.eot?#iefix") format("embedded-opentype"), url("http://galleries.allover30.com/mature/gen3/1/fonts/BebasNeueBold.otf") format("opentype"), url("http://galleries.allover30.com/mature/gen3/1/fonts/BebasNeueBold.woff") format("woff"), url("http://galleries.allover30.com/mature/gen3/1/fonts/BebasNeueBold.ttf") format("truetype"), url("http://galleries.allover30.com/mature/gen3/1/fonts/BebasNeueBold.svg#BebasNeueBold") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BebasNeue-Thin';
	src: url("http://galleries.allover30.com/mature/gen3/1/fonts/BebasNeue-Thin.eot?#iefix") format("embedded-opentype"), url("http://galleries.allover30.com/mature/gen3/1/fonts/BebasNeue-Thin.otf") format("opentype"), url("http://galleries.allover30.com/mature/gen3/1/fonts/BebasNeue-Thin.woff") format("woff"), url("http://galleries.allover30.com/mature/gen3/1/fonts/BebasNeue-Thin.ttf") format("truetype"), url("http://galleries.allover30.com/mature/gen3/1/fonts/BebasNeue-Thin.svg#BebasNeue-Thin") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BebasNeueLight';
	src: url("http://galleries.allover30.com/mature/gen3/1/fonts/BebasNeueLight.eot?#iefix") format("embedded-opentype"), url("http://galleries.allover30.com/mature/gen3/1/fonts/BebasNeueLight.otf") format("opentype"), url("http://galleries.allover30.com/mature/gen3/1/fonts/BebasNeueLight.woff") format("woff"), url("http://galleries.allover30.com/mature/gen3/1/fonts/BebasNeueLight.ttf") format("truetype"), url("http://galleries.allover30.com/mature/gen3/1/fonts/BebasNeueLight.svg#BebasNeueLight") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BebasNeueRegular';
	src: url("http://galleries.allover30.com/mature/gen3/1/fonts/BebasNeueRegular.eot?#iefix") format("embedded-opentype"), url("http://galleries.allover30.com/mature/gen3/1/fonts/BebasNeueRegular.otf") format("opentype"), url("http://galleries.allover30.com/mature/gen3/1/fonts/BebasNeueRegular.woff") format("woff"), url("http://galleries.allover30.com/mature/gen3/1/fonts/BebasNeueRegular.ttf") format("truetype"), url("http://galleries.allover30.com/mature/gen3/1/fonts/BebasNeueRegular.svg#BebasNeueRegular") format("svg");
	font-weight: normal;
	font-style: normal;
}

/* 
 $min_font: 30px;
$max_font: 90px;
@include fluid-type($min_width, $max_width, $min_font, $max_font); */
body {
	color: #fff;
	background: #fff;
	min-width: 320px;
	font: 400 14px/1.2 'BebasNeueRegular', sans-serif;
}

svg {
	pointer-events: none;
}

input[type="email"],
textarea,
input[type="password"],
input[type="text"] {
	-webkit-appearance: none;
	border: none;
}

.wrapper {
	overflow: hidden;
	max-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 100vh;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 100%;
	margin: 0 auto;
}

.container {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 10px;
}

.main {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	/* background-image: url("../images/temp/background-main-top.jpg"); */
	/* 	background-repeat: no-repeat;
background-size: contain;
background-position: 0 0; */
}

.header {
	/* background-image: url("../images/temp/background-header.jpg");
	background-repeat: no-repeat;
	background-size: cover; */
	/* overflow: hidden; */
	background-image: linear-gradient(to bottom, #e2e2e2 0%, #fbfbfb 90%);
	padding: 15px 0 0 0;
	margin: 0 0 15px 0;
}

@media only screen and (max-width: 768px) {
	.header {
		padding: 5px 0 0 0;
		margin: 0 0 10px 0;
	}
}

.header .logo {
	max-width: 500px;
	width: 100%;
	margin: 0 auto 10px auto;
	display: block;
}

.header .logo svg {
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 1152px) {
	.header .logo {
		max-width: 480px;
	}
}

@media only screen and (max-width: 1024px) {
	.header .logo {
		max-width: 450px;
	}
}

@media only screen and (max-width: 900px) {
	.header .logo {
		max-width: 430px;
	}
}

@media only screen and (max-width: 800px) {
	.header .logo {
		max-width: 410px;
	}
}

@media only screen and (max-width: 768px) {
	.header .logo {
		max-width: 380px;
		margin: 0 auto 5px auto;
	}
}

@media only screen and (max-width: 640px) {
	.header .logo {
		max-width: 350px;
	}
}

@media only screen and (max-width: 550px) {
	.header .logo {
		max-width: 320px;
	}
}

@media only screen and (max-width: 440px) {
	.header .logo {
		max-width: 300px;
	}
}

@media only screen and (max-width: 400px) {
	.header .logo {
		max-width: 280px;
	}
}

.footer {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	/* background-image: url("../images/temp/bg-footer.jpg"); */
	/* background-repeat: no-repeat;
	background-size: cover;
	padding: 0 0 20px 0; */
	text-align: center;
	border: 1px solid #e2e2e2;
	padding: 50px 0 40px 0;
}

@media only screen and (max-width: 1024px) {
	.footer {
		padding: 30px 0 30px 0;
	}
}

@media only screen and (max-width: 768px) {
	.footer {
		padding: 20px 0 20px 0;
	}
}

@media only screen and (max-width: 550px) {
	.footer {
		padding: 10px 0 10px 0;
	}
}

.footer .logo {
	max-width: 330px;
	width: 100%;
	display: inline-block;
	margin: 0 0 30px 0;
}

@media only screen and (max-width: 768px) {
	.footer .logo {
		margin: 0 0 20px 0;
		max-width: 300px;
	}
}

@media only screen and (max-width: 550px) {
	.footer .logo {
		margin: 0 0 10px 0;
		max-width: 250px;
	}
}

.footer .logo svg {
	width: 100%;
	height: auto;
}

.header__bottom-section {
	background-color: #810004;
	padding: 0 0 0 70px;
	color: #ffffff;
}

.header__bottom-section .title {
	font: 400 60px/1.2 "BebasNeueRegular", sans-serif;
	letter-spacing: 3px;
	display: block;
	width: 83%;
}

.header__bottom-section .title {
	font-size: 28px;
}

@media screen and (min-width: 320px) {
	.header__bottom-section .title {
		font-size: calc(28px + 32 * ((100vw - 320px) / 980));
	}
}

@media screen and (min-width: 1300px) {
	.header__bottom-section .title {
		font-size: 55px;
	}
}

@media only screen and (max-width: 1152px) {
	.header__bottom-section .title {
		width: 78%;
	}
}

@media only screen and (max-width: 1024px) {
	.header__bottom-section .title {
		width: 100%;
	}
}

@media only screen and (max-width: 1280px) {
	.header__bottom-section {
		padding: 0 0 0 40px;
	}
}

@media only screen and (max-width: 1152px) {
	.header__bottom-section {
		padding: 0 0 0 20px;
	}
}

@media only screen and (max-width: 1024px) {
	.header__bottom-section {
		padding: 0 10px;
	}
}

.thumbs-section {
	border: 1px solid #e2e2e2;
	background-color: #0b0b0b;
	background-image: linear-gradient(to top, #e2e2e2 0%, #fbfbfb 100%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-flex: 0;
	    -ms-flex-positive: 0;
	        flex-grow: 0;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	margin: 0 0 20px 0;
}

@media only screen and (max-width: 1024px) {
	.thumbs-section {
		margin: 0 0 10px 0;
	}
}

.side-block {
	width: 20.3%;
	position: relative;
}

.side-block:before {
	position: absolute;
	z-index: 2;
	content: '';
	width: 110%;
	height: 126%;
	background: url(http://galleries.allover30.com/mature/gen3/1/images/temp/girl-clean.png) no-repeat;
	background-size: cover;
	bottom: -3%;
	right: -7%;
}

@media only screen and (max-width: 1024px) {
	.side-block {
		display: none;
	}
}

.thumbs {
	width: 79%;
	margin: 0 10px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-flex: 0;
	    -ms-flex-positive: 0;
	        flex-grow: 0;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	padding: 19px 0;
}

@media only screen and (max-width: 1024px) {
	.thumbs {
		width: 100%;
		margin: 0;
		padding: 19px 19px 19px 0;
	}
}

@media only screen and (max-width: 768px) {
	.thumbs {
		padding: 10px 10px 10px 0;
	}
}

@media only screen and (max-width: 640px) {
	.thumbs {
		padding: 20px 20px 20px 0;
	}
}

@media only screen and (max-width: 440px) {
	.thumbs {
		padding: 5px 5px 5px 0;
	}
}

.thumb {
	width: calc(25% - 20px);
	margin: 0 0 20px 1%;
	border: 1px solid #000000;
	transition: border .3s;
	display: inline-block;
}

.thumb:nth-last-child(-n+4) {
	margin: 0 0 0 1%;
}

@media only screen and (max-width: 768px) {
	.thumb {
		margin: 0 0 10px 10px;
		width: calc(25% - 10px);
	}
	.thumb:nth-last-child(-n+4) {
		margin: 0 0 0 10px;
	}
}

@media only screen and (max-width: 640px) {
	.thumb {
		margin: 0 0 20px 20px;
		width: calc(50% - 20px);
	}
	.thumb:nth-last-child(-n+4) {
		margin: 0 0 20px 20px;
	}
	.thumb:nth-last-child(-n+2) {
		margin: 0 0 0 20px;
	}
}

@media only screen and (max-width: 440px) {
	.thumb {
		margin: 0 0 5px 5px;
		width: calc(50% - 5px);
	}
	.thumb:nth-last-child(-n+4) {
		margin: 0 0 5px 5px;
	}
	.thumb:nth-last-child(-n+2) {
		margin: 0 0 0 5px;
	}
}

@media only screen and (min-width: 1024px) {
	.thumb:hover {
		border: 1px solid #ff9000;
	}
	.thumb:hover .thumb__img-holder:after {
		opacity: 1;
		visibility: visible;
	}
	.thumb:hover .search-ico {
		opacity: 0.8;
		visibility: visible;
	}
}

.thumb__img-holder {
	width: 100%;
	position: relative;
	padding-bottom: 149%;
	overflow: hidden;
}

.thumb__img-holder:after {
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	opacity: 1;
	visibility: hidden;
	transition: opacity .1s, visibility .1s;
	border: 2px solid #ff9000;
}

.thumb__img-holder img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	/* backface-visibility: hidden; */
}

.search-ico {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 5;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	font-size: 60px;
	color: #ffffff;
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s, visibility .3s;
}

.info-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-flex: 0;
	    -ms-flex-positive: 0;
	        flex-grow: 0;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

@media only screen and (max-width: 768px) {
	.info-row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}

.button-holder {
	display: inline-block;
	padding: 3px 0 0 0;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

@media only screen and (max-width: 768px) {
	.button-holder {
		width: 100%;
	}
}

.small-button {
	border-radius: 29px;
	padding: 6px 23px;
}

@media only screen and (max-width: 768px) {
	.small-button {
		padding: 6px;
	}
}

.button-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-flex: 0;
	    -ms-flex-positive: 0;
	        flex-grow: 0;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	background-color: #810004;
	position: relative;
	z-index: 1;
	transition: background-color .3s;
}

@media only screen and (min-width: 1024px) {
	.button-main:hover {
		background-color: #000000;
	}
}

.button-main span {
	font: 700 36px/1.2 'Roboto', sans-serif;
	position: relative;
	background-image: -webkit-linear-gradient(#ffc90e, #ffffff 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #ffd67e;
	margin: 0 15px 0 0;
	padding: 3px 0 0 0;
	text-align: center;
}

.button-main span {
	font-size: 20px;
}

@media screen and (min-width: 320px) {
	.button-main span {
		font-size: calc(20px + 16 * ((100vw - 320px) / 980));
	}
}

@media screen and (min-width: 1300px) {
	.button-main span {
		font-size: 36px;
	}
}

@media only screen and (max-width: 440px) {
	.button-main span {
		margin: 0 7px 0 0;
	}
}

.button-main span:before {
	background: none;
	content: attr(data-text);
	left: 0;
	position: absolute;
	text-shadow: -2px -3px 0 #000000;
	top: 3px;
	z-index: -1;
}

.left-ico {
	margin: 0 15px 0 0;
	/* font-size: 29px; */
}

.left-ico {
	font-size: 20px;
}

@media screen and (min-width: 320px) {
	.left-ico {
		font-size: calc(20px + 9 * ((100vw - 320px) / 980));
	}
}

@media screen and (min-width: 1300px) {
	.left-ico {
		font-size: 29px;
	}
}

@media only screen and (max-width: 440px) {
	.left-ico {
		margin: 0 7px 0 0;
	}
}

.right-ico {
	/* font-size: 29px; */
}

.right-ico {
	font-size: 20px;
}

@media screen and (min-width: 320px) {
	.right-ico {
		font-size: calc(20px + 9 * ((100vw - 320px) / 980));
	}
}

@media screen and (min-width: 1300px) {
	.right-ico {
		font-size: 29px;
	}
}

.sub-title {
	color: #ac0000;
	font-family: 'BebasNeueBold', sans-serif;
	margin: 0 10px 0 0;
}

.sub-title {
	font-size: 28px;
}

@media screen and (min-width: 320px) {
	.sub-title {
		font-size: calc(28px + 32 * ((100vw - 320px) / 980));
	}
}

@media screen and (min-width: 1300px) {
	.sub-title {
		font-size: 60px;
	}
}

.player-container {
	border: 1px solid #e2e2e2;
	background-color: #0b0b0b;
	background-image: linear-gradient(to top, #e2e2e2 0%, #fbfbfb 100%);
	padding: 20px 0 0 0;
}

.player {
	position: relative;
	padding-bottom: 56.25%;
	width: 100%;
}

.player img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	/* backface-visibility: hidden; */
}

.play-holder {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	z-index: 3;
	font-size: 0;
	line-height: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-flex: 0;
	    -ms-flex-positive: 0;
	        flex-grow: 0;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: 50%;
	border: 3px solid #ffffff;
	width: 180px;
	height: 180px;
	background-color: rgba(0, 0, 0, 0.5);
	transition: background-color .3s;
	cursor: pointer;
}

@media only screen and (min-width: 1024px) {
	.play-holder:hover {
		background-color: black;
	}
}

@media only screen and (max-width: 1152px) {
	.play-holder {
		width: 150px;
		height: 150px;
	}
}

@media only screen and (max-width: 900px) {
	.play-holder {
		width: 110px;
		height: 110px;
	}
}

@media only screen and (max-width: 440px) {
	.play-holder {
		width: 80px;
		height: 80px;
	}
}

.player-holder {
	margin: 0 0 10px 0;
}

.play-ico {
	color: #fff;
	font-size: 55px;
	padding: 0 0 0 7px;
}

@media only screen and (max-width: 1152px) {
	.play-ico {
		font-size: 50px;
	}
}

@media only screen and (max-width: 900px) {
	.play-ico {
		font-size: 40px;
	}
}

@media only screen and (max-width: 440px) {
	.play-ico {
		font-size: 30px;
	}
}

.player-text {
	color: #000000;
	font-family: 'BebasNeueBold', sans-serif;
	/* font-size: 75px; */
	letter-spacing: 0.88px;
}

.player-text {
	font-size: 30px;
}

@media screen and (min-width: 320px) {
	.player-text {
		font-size: calc(30px + 45 * ((100vw - 320px) / 980));
	}
}

@media screen and (min-width: 1300px) {
	.player-text {
		font-size: 75px;
	}
}

.bottom-thumbs {
	background: #fff;
	border: 0;
	padding: 20px 0;
}

@media only screen and (max-width: 768px) {
	.bottom-thumbs {
		padding: 10px 0;
	}
}

.bottom-thumbs__title-section {
	text-align: right;
	margin: 0 0 15px 0;
}

@media only screen and (max-width: 1024px) {
	.bottom-thumbs__title-section {
		text-align: center;
	}
}

.bottom-thumbs__title {
	display: inline-block;
	color: #ac0000;
	font-family: 'BebasNeueBold', sans-serif;
	font-weight: 400;
}

.bottom-thumbs__title {
	font-size: 20px;
}

@media screen and (min-width: 320px) {
	.bottom-thumbs__title {
		font-size: calc(20px + 28 * ((100vw - 320px) / 980));
	}
}

@media screen and (min-width: 1300px) {
	.bottom-thumbs__title {
		font-size: 48px;
	}
}

.bottom-thumbs__sub-title {
	display: inline-block;
	text-align: center;
	color: #000000;
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 400;
	/* Text style for "Convenient" */
}

.bottom-thumbs__sub-title {
	font-size: 18px;
}

@media screen and (min-width: 320px) {
	.bottom-thumbs__sub-title {
		font-size: calc(18px + 6 * ((100vw - 320px) / 980));
	}
}

@media screen and (min-width: 1300px) {
	.bottom-thumbs__sub-title {
		font-size: 24px;
	}
}

.right-column {
	width: 79%;
}

@media only screen and (max-width: 1024px) {
	.right-column {
		width: 100%;
	}
}

.right-column .thumbs {
	width: 100%;
	margin: 0;
	border: 1px solid #e2e2e2;
	background-color: #0b0b0b;
	background-image: linear-gradient(to top, #e2e2e2 0%, #fbfbfb 100%);
	padding: 19px 19px 19px 0;
	margin: 0 0 20px 0;
}

@media only screen and (max-width: 768px) {
	.right-column .thumbs {
		padding: 10px 10px 10px 0;
		margin: 0 0 10px 0;
	}
}

@media only screen and (max-width: 640px) {
	.right-column .thumbs {
		padding: 19px 19px 19px 0;
		margin: 0 0 10px 0;
	}
}

.right-column .button-holder {
	width: 100%;
}

.left-side-block {
	margin: 0 10px 0 0;
}

.left-side-block:before {
	position: absolute;
	z-index: 2;
	content: '';
	width: 140%;
	height: 108%;
	background: url(http://galleries.allover30.com/mature/gen3/1/images/temp/girl1.png) no-repeat;
	background-size: cover;
	bottom: -60px;
	right: -40px;
}

@media only screen and (max-width: 1152px) {
	.left-side-block:before {
		width: 130%;
		height: 103%;
	}
}

.big-button {
	border-radius: 43px;
	padding: 4px 10px 12px;
}

.big-button span {
	font: 700 76px/1 'Roboto', sans-serif;
}

.big-button span {
	font-size: 30px;
}

@media screen and (min-width: 320px) {
	.big-button span {
		font-size: calc(30px + 46 * ((100vw - 320px) / 980));
	}
}

@media screen and (min-width: 1300px) {
	.big-button span {
		font-size: 76px;
	}
}

.big-button .left-ico {
	margin: 0 15px 0 0;
}

.big-button .left-ico {
	font-size: 30px;
}

@media screen and (min-width: 320px) {
	.big-button .left-ico {
		font-size: calc(30px + 24 * ((100vw - 320px) / 980));
	}
}

@media screen and (min-width: 1300px) {
	.big-button .left-ico {
		font-size: 54px;
	}
}

@media only screen and (max-width: 440px) {
	.big-button .left-ico {
		margin: 0 7px 0 0;
	}
}

.big-button .right-ico {
	/* font-size: 29px; */
}

.big-button .right-ico {
	font-size: 30px;
}

@media screen and (min-width: 320px) {
	.big-button .right-ico {
		font-size: calc(30px + 24 * ((100vw - 320px) / 980));
	}
}

@media screen and (min-width: 1300px) {
	.big-button .right-ico {
		font-size: 54px;
	}
}

.bottom-section {
	padding: 35px;
	border: 1px solid #e2e2e2;
	background-color: #0b0b0b;
	background-image: linear-gradient(to top, #e2e2e2 0%, #fbfbfb 100%);
}

.bottom-section .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-flex: 0;
	    -ms-flex-positive: 0;
	        flex-grow: 0;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 0;
}

@media only screen and (max-width: 1024px) {
	.bottom-section .container {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}

@media only screen and (max-width: 1024px) {
	.bottom-section {
		padding: 20px;
	}
}

@media only screen and (max-width: 640px) {
	.bottom-section {
		padding: 10px;
	}
}

.bottom-section__title {
	color: #ac0000;
	font-family: 'BebasNeueBold', sans-serif;
	font-size: 43px;
	letter-spacing: 0.48px;
}

@media only screen and (max-width: 768px) {
	.bottom-section__title {
		font-size: 38px;
		text-align: center;
	}
}

.bottom-section__sub-title {
	color: #000000;
	font: 400 18px/1.2 'Roboto', sans-serif;
}

@media only screen and (max-width: 768px) {
	.bottom-section__sub-title {
		font: 400 16px/1.2 'Roboto', sans-serif;
	}
}

.bottom-section__right-part {
	width: 100%;
	max-width: 560px;
}

@media only screen and (max-width: 1152px) {
	.bottom-section__right-part {
		max-width: 500px;
	}
}

@media only screen and (max-width: 1024px) {
	.bottom-section__right-part {
		max-width: 100%;
	}
}

.input-holder {
	width: 100%;
	position: relative;
}

.input-holder input {
	width: 100%;
	border-radius: 15px;
	border: 1px solid #9c9c9c;
	background-color: #ffffff;
	background-image: linear-gradient(to top, #e7e7e7 0%, #ffffff 100%);
	color: #ababab;
	font: 400 18px/1.2 'Roboto', sans-serif;
	padding: 21px 10px 21px 50px;
}

@media only screen and (max-width: 900px) {
	.input-holder input {
		padding: 15px 10px 15px 50px;
	}
}

@media only screen and (max-width: 550px) {
	.input-holder input {
		padding: 15px 10px 15px 40px;
	}
}

.mail-ico {
	position: absolute;
	top: 50%;
	left: 15px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	color: #ababab;
	font-size: 32px;
	z-index: 2;
}

@media only screen and (max-width: 550px) {
	.mail-ico {
		font-size: 25px;
		left: 10px;
	}
}

.button-form {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	height: 100%;
	width: 119px;
	border: 0;
	border-radius: 0 15px 15px;
	background-color: #ffffff;
	background-image: linear-gradient(to top, #101010 0%, #2f2f2f 100%);
	color: #ffffff;
	font-family: 'BebasNeueBold', sans-serif;
	font-size: 18px;
	letter-spacing: 0.45px;
}
.button-form.success {
	background-image: inherit;
	background-color:green;
}
@media only screen and (min-width: 1024px) {
	.button-form:hover {
		background-image: linear-gradient(to top, #810004 0%, #810004 100%);
	}
}

@media only screen and (max-width: 550px) {
	.button-form {
		width: 70px;
	}
}

.bottom-section__left-part {
	margin: 0 10px 0 0;
}

@media only screen and (max-width: 1024px) {
	.bottom-section__left-part {
		margin: 0 0 15px 0;
	}
}

@media only screen and (max-width: 768px) {
	.bottom-section__left-part {
		margin: 0 0 10px 0;
	}
}

.footer-text {
	font: 300 12px/1.2 'Roboto', sans-serif;
	color: #000000;
}

.footer-text strong {
	color: #ac0000;
	font-weight: 700;
	transition: color .3s;
}

.top-footer-row {
	margin: 0 0 10px 0;
}

.footer-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-flex: 0;
	    -ms-flex-positive: 0;
	        flex-grow: 0;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 0 10px 0;
}

.footer-menu li {
	margin: 0 5px 0 0;
	border-right: 1px solid #ac0000;
	padding: 0 5px 0 0;
}

.footer-menu li:last-child {
	margin: 0;
	border-right: 0;
}

.footer-menu li a {
	display: inline-block;
}

@media only screen and (min-width: 1024px) {
	.footer-menu li a:hover strong {
		color: #000;
	}
}

.bottom-footer-row {
	margin: 0 0 10px 0;
}

.vjs-paused .vjs-big-play-button {
	display: block !important;
}

.video-js .vjs-big-play-button {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 3;
	border-radius: 50%;
	border: 3px solid #ffffff;
	width: 180px;
	height: 180px;
	background-color: rgba(0, 0, 0, 0.5);
	transition: background-color .3s;
	cursor: pointer;
}

@media only screen and (max-width: 1152px) {
	.video-js .vjs-big-play-button {
		width: 150px;
		height: 150px;
	}
}

@media only screen and (max-width: 900px) {
	.video-js .vjs-big-play-button {
		width: 110px;
		height: 110px;
	}
}

@media only screen and (max-width: 440px) {
	.video-js .vjs-big-play-button {
		width: 80px;
		height: 80px;
	}
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
	padding: 63px 0;
	font-size: 60px;
}

@media only screen and (max-width: 1152px) {
	.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
		font-size: 50px;
		padding: 49px 0;
	}
}

@media only screen and (max-width: 900px) {
	.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
		font-size: 40px;
		padding: 30px 0;
	}
}

@media only screen and (max-width: 440px) {
	.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
		font-size: 30px;
		padding: 16px 0;
	}
}
