@import url("animate.css");

@font-face {
	font-family: 'Gotham Pro';
	src: local('Gotham Pro Light'), local('GothamPro-Light'),
	url('../fonts/GothamPro-Light.woff2') format('woff2'),
	url('../fonts/GothamPro-Light.woff') format('woff'),
	url('../fonts/GothamPro-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham Pro';
	src: local('Gotham Pro'), local('GothamPro'),
	url('../fonts/GothamPro.woff2') format('woff2'),
	url('../fonts/GothamPro.woff') format('woff'),
	url('../fonts/GothamPro.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham Pro';
	src: local('Gotham Pro Medium'), local('GothamPro-Medium'),
	url('../fonts/GothamPro-Medium.woff2') format('woff2'),
	url('../fonts/GothamPro-Medium.woff') format('woff'),
	url('../fonts/GothamPro-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham Pro';
	src: local('Gotham Pro Bold'), local('GothamPro-Bold'),
	url('../fonts/GothamPro-Bold.woff2') format('woff2'),
	url('../fonts/GothamPro-Bold.woff') format('woff'),
	url('../fonts/GothamPro-Bold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham Pro';
	src: local('Gotham Pro Black'), local('GothamPro-Black'),
	url('../fonts/GothamPro-Black.woff2') format('woff2'),
	url('../fonts/GothamPro-Black.woff') format('woff'),
	url('../fonts/GothamPro-Black.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}

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, strong, 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;
	outline: none;
}
body {
	line-height: 1;
	font-family: 'Gotham Pro', sans-serif;
}
html,
body {
	overflow-x: hidden;
}
textarea, input[type="text"], input[type="button"], input[type="submit"], input[type="reset"], input[type="search"], input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0
}
input,
button,
label {
	font-family: 'Gotham Pro', sans-serif;
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent
}
.container {
	width: 1200px;
	padding: 0;
	margin: 0 auto;
}
b {
	font-weight: bold;
}
/* Общие стили */
.button-animate {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	-webkit-transition: ease 0.3s;
	transition: ease 0.3s;
}
.button-animate::after {
	content: "";
	display: block;
	width: 30px;
	height: 300px;
	background: #fff;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.7) 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.7) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.7) 100%);
	filter: ;
	progid: DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#b3ffffff', GradientType=0);
	position: absolute;
	left: -60px;
	top: -150px;
	z-index: 1;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
	animation: animatebutton 3s infinite ease-in-out;
	-webkit-animation: animatebutton 3s infinite ease-in-out;
	-webkit-animation-delay: 0.05s;
	animation-delay: 0.05s;
	opacity: .95;
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	filter: blur(5px);
}
/* Шапка */
header {
	background: url('../img/header.jpg') top center no-repeat;
	height: 739px;
}
.head {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	height: 90px;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 15;
}
.head-logo {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	background: url('../img/logo.png') center no-repeat;
	width: 223px;
	height: 22px;
}
.head-info {
	font-weight: 300;
	font-size: 15px;
	line-height: 22px;
	color: #2a557e;
}
.head-info span {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.head-info span b {
	font-weight: 400;
	padding: 0 0 0 5px;
}
.header-container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 530px;
	position: relative;
}
.header-left {}
.header-name {
	font-weight: 300;
	font-size: 17px;
	line-height: 33px;
	color: #2a557e;
	opacity: .7;
}
.header-title {
	font-weight: 800;
	font-size: 50px;
	line-height: 60px;
	color: #2a557e;
	position: relative;
}
.header-title::after {
	content: '';
	position: absolute;
	right: -50px;
	top: 15px;
	background: url('../img/header-title-img.png') center no-repeat;
	width: 96px;
	height: 45px;
	-webkit-animation: 2s ease-in-out 0s normal none infinite running trambling-animation;
	-moz-animation: 2s ease-in-out 0s normal none infinite running trambling-animation;
	-o-animation: 2s ease-in-out 0s normal none infinite running trambling-animation;
	animation: 2s ease-in-out 0s normal none infinite running trambling-animation;
}
.header-title span {
	color: #15afff;
}
.header-desc {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	font-weight: 300;
	font-size: 18px;
	line-height: 29px;
	color: #2a557e;
	max-width: 550px;
	margin: 20px 0 35px 0;
}
.button {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	border: 0;
	background-image: -moz-linear-gradient( 0deg, rgb(254,213,105) 0%, rgb(255,201,57) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(254,213,105) 0%, rgb(255,201,57) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(254,213,105) 0%, rgb(255,201,57) 100%);
	box-shadow: 0px 10px 14.25px 0.75px rgba(255, 170, 64, 0.4);
	color: #213243;
	font-weight: 500;
	font-size: 16px;
	width: 310px;
	height: 65px;
	text-shadow: 0px 0px 1.98px rgba(255, 255, 255, 0.5);
	border-radius: 50px;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.button:hover {
	box-shadow: 0px 10px 10px 0.75px rgba(255, 170, 64, 0.25);
}
.button span {
	width: 100%;
	height: 100%;
	border-radius: 50px
}
.header-button {
	position: relative;
}
.header-button::after {
	content: '';
	position: absolute;
	background: url('../img/button-img.png') center no-repeat;
	width: 103px;
	height: 84px;
	right: -55px;
	z-index: 15;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.header-button:hover::after {
	right: -62px;
	-webkit-transform: rotate(-15deg);
	transform: rotate(-15deg);	
}
.header-right {
	position: absolute;
	top: -125px;
	right: -100px;
	width: 730px;
	height: 730px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.header-img {
	background: url(../img/header-img.png) center no-repeat;
	width: 425px;
	height: 362px;
	position: absolute;
	z-index: 15;
}
.header-line {
	position: absolute;
	border-radius: 50%;
	-webkit-animation: headerimgbefore 2s linear infinite;
	-moz-animation: headerimgbefore 2s linear infinite;
	-o-animation: headerimgbefore 2s linear infinite;
	animation: headerimgbefore 2s linear infinite;
	z-index: 5;
}
.hl1 {
	width: 240px;
	height: 240px;
	background: #2ca4fb;
	opacity: .12;
}
.hl2 {
	width: 405px;
	height: 405px;
	border: 2px solid #2ca4fb;
	opacity: .12;
}
.hl3 {
	width: 700px;
	height: 700px;
	border: 2px solid #2ca4fb;
	opacity: .08;
}
/* Первый блок - Форма подписки */
.block {
	margin: 80px auto 100px;
}
.block-container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin: 0 80px;
	align-items: center;
}
.block1-img {
	background: url('../img/block1-img.png') center no-repeat;
	width: 438px;
	height: 353px;
	position: relative;
	top: 20px;
}
.block1-form {
	width: 530px;
}
.block1-form h3 {
	font-weight: 500;
	font-size: 23px;
	line-height: 30px;
	color: #2a557e;
}
.block1-form h3 span {
	font-weight: 600;
}
.block1-form span.block1-info {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	font-weight: 300;
	font-size: 16px;
	color: #2a557e;
	margin: 20px 0 25px 0;
}
.block1-form form {}
.block1-form form input {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	width: 100%;
	height: 63px;
	border: 1px solid #aabbcb;
	border-radius: 50px;
	padding: 0 0 0 60px;
	font-weight: 300;
	font-size: 16px;
	color: #557798;
	margin-bottom: 9px;
	outline:none;
}
.block1-form form input:focus {
	outline:none;
}
.block1-form form input::placeholder {
	color: #557798;
}
.block1-form form input.name {
	background: url('../img/user.png') 30px center no-repeat;
}
.block1-form form input.email {
	background: url('../img/email.png') 30px center no-repeat;
}
.block1-form form .form-radio {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: start;
	align-items: center;
	margin: 17px 10px;
}
.block1-form form .form-radio input.radio {
	border: 0;
	width: 14px;
	height: 14px;
	padding: 0;
	margin: 0 5px 0 0;
}
.block1-form form .form-radio label {
	font-weight: 300;
	font-size: 15px;
	color: #2a557e;
}
.block1-form form .form-radio label a {
	color: #1a4975;
}
.block1-form form button.button {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	width: 100%;
	text-align: center;
	font-weight: 500;
	height: 63px;
	font-size: 16px;
	color: #213243;
	border: 0;
	padding: 0;
	opacity: 1;
}
/* Второй блок - Об авторе */
.block2 {
	margin-top: 150px;
	margin-bottom: 150px;
}
.block2-container {
	border: 12px solid #ebf8fd;
	border-radius: 20px;
}
.block2-title {
	display: block;
	text-align: center;
	padding: 10px 50px;
	background: #fff;
	margin: 0 auto;
	position: relative;
	top: -45px;
	width: fit-content;
}
.block2 h3 {
	color: #2a557e;
	font-size: 23px;
	font-weight: 500;
	text-transform: uppercase;
}
.block2-name {
	color: #2a557e;
	font-size: 19px;
	line-height: 46px;
	font-weight: 300;
	text-transform: capitalize;
}
.block2-content {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 10px 80px 30px 80px;
}
.block2-img {
	background: url('../img/block3-avtor.jpg') center no-repeat;
	width: 304px;
	height: 525px;
}
.block2-text {
	width: 640px;
}
.block2-text h4 {
	font-size: 19px;
	font-weight: 400;
	color: #2a557e;
	margin: 0 0 16px 0;
	opacity: .9;
}
.block2-text h4 span {
	border: 1px solid #2a557e;
	border-radius: 50px;
	padding: 6px 15px;
	margin: 0 0 0 5px;
}
.block2-text p {
	font-size: 17px;
	font-weight: 300;
	line-height: 26px;
	padding: 15px 0;
	color: #333;
	opacity: .98;
}
.block2-container .button {
	position: relative;
	margin: 0 auto;
	top: 35px;
}
/* Подвал */
footer {
	background: url('../img/footer.png') top center no-repeat;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #2a557e;
	font-weight: 300;
	font-size: 14px;
	padding: 150px 0 70px 0;
}
.footer-top {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.footer-block {}
.footer-logo {
	background: url(../img/footer-logo.png) center no-repeat;
	width: 201px;
	height: 19px;
	margin-bottom: 25px;
}
.footer-copy {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.footer-copy span {
	padding: 4px 0;
}
.footer-center {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.footer-center span {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 400;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 4px;
	opacity: .85;
}
.footer-social {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	top: -20px;
}
.footer-social a {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 15px;
	opacity: .7;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.footer-social a:hover {
	opacity: 1;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.footer-social a.footer-social-inst {
	background: url('../img/footer-inst.png') center no-repeat;
	width: 19px;
	height: 19px;
}
.footer-social a.footer-social-fb {
	background: url('../img/footer-fb.png') center no-repeat;
	width: 12px;
	height: 23px;
}
.footer-social a.footer-social-yt {
	background: url('../img/footer-yt.png') center no-repeat;
	width: 22px;
	height: 16px;
}
.footer-social a.footer-social-tg {
	background: url('../img/footer-tg.png') center no-repeat;
	width: 27px;
	height: 24px;
}
.footer-social a.footer-social-vk {
	background: url('../img/footer-vk.png') center no-repeat;
	width: 22px;
	height: 15px;
}
.footer-right {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.footer-right span {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	font-weight: 300;
	padding: 4px 0;
}
.footer-right span a {
	text-decoration: none;
	font-weight: 300;
	color: #2a557e;
	font-weight: 300;
}
.footer-bottom {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.footer-link-oferta {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.footer-link-oferta-href::after {
	content: '/';
	font-family: 'Uni Neue', sans-serif;
	color: #2a557e;
	font-size: 14px;
	font-weight: 400;
	opacity: .4;
	text-decoration: none;
	padding: 0 5px 0 0;
}
.footer-link-oferta-href:nth-child(3)::after {
	display: none;
}
.footer-link-oferta a {
	font-family: 'Gotham Pro', sans-serif;
	color: #2a557e;
	font-size: 15px;
	font-weight: 400;
	opacity: .7;
	text-decoration: none;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.footer-link-oferta a:hover {
	opacity: 1;
	border-bottom: 1px dashed #2a557e30;
	padding-bottom: 2px;
}
.footer-jpi a {
	display: block;
	background: url(../img/packing-logo.png);
	width: 126px;
	height: 43px;
	opacity: .6;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.footer-jpi a:hover {
	opacity: 1;
}
/* Отключение анимации на мобильных устройствах */
@media only screen and (max-width: 768px) {
	.animated {
		-o-transition-property: none !important;
		-moz-transition-property: none !important;
		-ms-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;
		-o-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}
}
@media only screen and (max-width: 1200px) {
	.container {
		width: 98%;
		padding: 0 1%;
	}
	.block2-text {
		width: 63%;
	}
	.block-container {
		margin: 0 3%;
	}
}
@media only screen and (max-width: 1120px) {
	.header-right {
		right: -190px;
	}
	.block-container {
		margin: 0 2%;
	}
	.block1-form {
		width: 50%;
	}
	.block2-text {
		width: 60%;
	}
	.block2-content {
		align-items: flex-start;
	}
}
@media only screen and (max-width: 1040px) {
	.block2-content {
		margin: 10px 4% 30px 4%;
	}
	.block1-form span.block1-info {
		line-height: 22px;
	}
	.header-right {
		right: -220px;
	}
}
@media only screen and (max-width: 990px) {
	.block1-img {
		width: 45%;
		background-size: contain;
	}
	.header-right {
		z-index: 5;
	}
	.header-left {
		position: relative;
		z-index: 15;
	}
	.header-img {
		opacity: .2;
	}
	.hl1 {
		opacity: .05;
	}
}
@media only screen and (max-width: 970px) {
	.block2-img {
		width: 34%;
		background-size: contain;
	}
	.footer-center span {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-bottom: 30px;
	}
	.block1-img {
		width: 35%;
	}
	.block1-form {
		width: 60%;
	}
}
@media only screen and (max-width: 810px) {
	.block {
		margin: 10px auto 70px;
	}
	.block-container {
		flex-direction: column;
	}
	.block1-img {
		width: 50%;
	}
	.block1-form {
		width: 70%;
	}
	.block1-form h3 {
		text-align: center;
	}
	.block1-form span.block1-info {
		justify-content: center;
	}
	.block2 {
		margin-top: 130px;
		margin-bottom: 100px;
	}
	.block2-content {
		flex-direction: column;
		align-items: center;
		margin: 0px 0 30px 0;
	}
	.block2-img {
		width: 35%;
		background-size: contain;
		background-position-y: top;
	}
	.block2-text {
		width: 80%;
	}
	footer {
		background-size: cover;
		padding: 160px 0 40px 0;
	}
	.footer-top {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.footer-logo {
		margin: 0 auto 25px auto;
	}
	.footer-left,
	.footer-right {
		padding-bottom: 13px;
		margin-bottom: 13px;
		border-bottom: 1px dashed #6889a78c;
	}
	.footer-center {
		margin-bottom: 13px;
		border-bottom: 1px dashed #6889a78c;
	}
	.footer-right span {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.footer-bottom {
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
	}
	.footer-link-oferta {
		flex-direction: column;
		padding-bottom: 13px;
		margin-bottom: 13px;
		border-bottom: 1px dashed #6889a78c;
	}
	.footer-link-oferta-href::after {
		display: none;
	}
	.footer-link-oferta-href {
		padding: 5px 0;
	}
}
@media only screen and (max-width: 690px) {
	.block1-form {
		width: 90%;
	}
	.block2-img {
		height: 440px;
	}
	.block {
		margin: 5px auto 50px;
	}
	.block2 {
		margin-top: 100px;
		margin-bottom: 70px;
	}
	.header-title {
		font-size: 40px;
		line-height: 50px;
	}
	.header-name {
		font-size: 16px;
	}
	.header-desc {
		font-size: 16px;
		line-height: 26px;
		max-width: 85%;
	}
	header {
		height: auto;
		background-size: cover;
	}
	.header-left {
		top: -40px;
	}
	.header-title::after {
		right: 0;
	}
	.footer-link-oferta a {
		font-size: 13px;
	}
}
@media only screen and (max-width: 540px) {
	.block1-form {
		width: 96%;
	}
	.block1-form h3 {
		font-size: 19px;
		line-height: 26px;
	}
	.block1-form span.block1-info {
		text-align: center;
		font-size: 15px;
	}
	.block1-img {
		width: 65%;
	}
	.header-title::after {
		right: -5px;
		top: -10px;
	}
	.head-info {
		font-size: 12px;
		line-height: 18px;
	}
	.block2-img {
		width: 46%;
	}
	.block2-text p {
		font-size: 15px;
		line-height: 24px;
	}
	.block2-text h4 {
		font-size: 17px;
		margin: 0 0 13px 0;
	}
	.block2-content {
		margin: 0px 0 10px 0;
	}
	.block2 {
		margin-bottom: 40px;
	}
}
@media only screen and (max-width: 490px) {
	.header-title {
		font-size: 32px;
		line-height: 40px;
	}	
	.header-name {
		font-size: 12px;
	}
	.header-desc {
		font-size: 15px;
		line-height: 24px;
		max-width: 100%;
	}
	.header-button {
		width: 85%;
	}
	.head-logo {
		width: 37%;
		background-size: contain;
	}
	.head-info {
		font-size: 10px;
		line-height: 16px;
	}
	.header-title::after {
		right: 0;
		top: -50px;
	}
}
@media only screen and (max-width: 460px) {
	.block1-img {
		width: 100%;
	}
	.block1-form h3 {
		font-size: 17px;
		line-height: 24px;
	}
	.block1-form h3 br {
		content: '';
		padding: 0 3px;
	}
	.block1-form h3,
	.block1-form span.block1-info {
		text-align: left;
	}
	.header-desc {
		font-size: 14px;
		line-height: 21px;
	}
	.header-container {
		height: 520px;
	}
	.block2-img {
		width: 66%;
	}
	.block2-text h4 {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-direction: column;
		text-align: center;
	}
	.block2-text h4 span {
		margin-top: 10px;
	}
	.block2-container .button {
		top: 35px;
		width: 80%;
		font-size: 15px;
		left: -18px;
	}
	.block2-title {
		padding: 10px 20px;
	}
	.block2 h3 {
		font-size: 20px;
	}
	.block2-name {
		font-size: 16px;
		line-height: 35px;
	}
	.block2-container {
		border: 6px solid #ebf8fd;
		border-radius: 14px;
	}
	.container {
		width: 100%;
		padding: 0 5%;
	}
	.block-container {
		margin: 0;
	}
	.block2-img {
		height: 420px;
	}
	.block1-img {
		height: 315px;
	}
}