h1,h2,h3,h4,h5,h6
{
	margin: 0;
}
.btn-simple.target:after,.checkbox .accept-toggle:after,.checks .check label:before,.form-group .file-input:after,.form-group.success:before
{
	content: '';
}
h1 span,h2 span
{
	font-weight: 500;
}
h3
{
	color: #333;
	font-size: 28px;
	line-height: 29px;
}
.btn-request,.btn-simple
{
	cursor: pointer;
	display: inline-block;
	font-size: 11px;
	moz-transition: .5s;
	o-transition: .5s;
	text-transform: uppercase;
	webkit-transition: .5s;
}
.btn-request,.btn-simple,.btn-simple span
{
	font-weight: 600;
	letter-spacing: 1.1px;
	line-height: 20px;
}
.btn-request
{
	background: #13996f;
	border-radius: 4px;
	color: #fff;
	moz-border-radius: 4px;
	padding: 15px 31px;
	transition: .5s;
	webkit-border-radius: 4px;
}
.btn-request.btn-request-white
{
	background-color: #fff;
	background-image: none;
	color: #13996f;
	font-weight: 600;
}
.btn-request:hover
{
	background: #fff;
	color: #13996f;
}
.btn-simple
{
	border: 1px solid rgba(255,255,255,.5);
	border-radius: 4px;
	color: #fff;
	moz-border-radius: 4px;
	padding: 15px 29px;
	transition: .5s;
	vertical-align: top;
	webkit-border-radius: 4px;
}
.btn-simple:hover
{
	background-color: #fff;
	border-color: #fff;
	color: #13996f;
}
.btn-simple .icon
{
	fill: #fff;
	font-size: 16px;
	height: 16px;
	margin: 2px 11px 0 0;
	vertical-align: top;
	width: 16px;
}
.btn-simple span
{
	display: inline;
	font-size: 11px;
	position: relative;
	z-index: 10;
}
.btn-simple.target
{
	background: linear-gradient(to right,#E6BA06,#FFCE07);
	background: oldlinear-gradient(left,#E6BA06,#FFCE07) -moz-;
	background: -o-linear-gradient(left,#E6BA06,#FFCE07);
	background: -webkit-gradient(linear,left top,right top,from(#E6BA06),to(#FFCE07));
	background: -webkit-linear-gradient(left,#E6BA06,#FFCE07);
	border: 0;
	color: #000;
	overflow: hidden;
	position: relative;
}
.btn-simple.target:after
{
	background-color: #fff;
	border-radius: 4px;
	height: 100%;
	left: 0;
	moz-border-radius: 4px;
	moz-transition: .5s;
	opacity: 0;
	o-transition: .5s;
	position: absolute;
	top: 0;
	transition: .5s;
	webkit-border-radius: 4px;
	webkit-transition: .5s;
	width: 100%;
}
.btn-simple.target:hover
{
	color: #13996f;
}
.btn-simple.target:hover:after
{
	opacity: 1;
}
@media only screen and (max-width:700px)
{
	.btn-request
	{
		padding: 15px 29px;
	}
	.btn-request:hover
	{
		background-image: url(/assets/public/images/button1.png);
	}
	.btn-simple:hover
	{
		background-color: transparent;
		border-color: rgba(255,255,255,.5);
		color: #fff;
	}
}
footer
{
	bottom: 0;
	position: absolute;
	width: 100%;
}
footer .content
{
	padding: 35px 35px 35px 40px;
}
footer .content .left-side
{
	float: left;
}
.header-block .menu-block,footer .content .right-side
{
	float: right;
}
footer .content .left-side .address,footer .content .left-side .developer
{
	color: #fff;
	display: inline-block;
	font-size: 14px;
	vertical-align: middle;
}
footer .content .left-side .developer
{
	margin: 0 34px 0 0;
}
footer .content .left-side .address
{
	border-bottom: 1px dotted #fff;
	cursor: pointer;
	moz-transition: .38s;
	o-transition: .38s;
	transition: .38s;
	webkit-transition: .38s;
}
footer .content .left-side .address:hover
{
	border-bottom: 1px dotted transparent;
}
footer .content .right-side .facebook
{
	height: 20px;
	width: 153px;
}
@media only screen and (min-device-width:320px) and (max-device-width:768px)
{
	footer .content
	{
		padding: 31px 65px 31px 29px;
	}
	footer .content .left-side .address
	{
		border-bottom: 0;
		display: inline-block;
		line-height: 24px;
		margin: 0;
	}
	footer .content .left-side .address span
	{
		border-bottom: 1px dotted #fff;
		white-space: nowrap;
	}
}
.header-block
{
	left: 0;
	min-width: 970px;
	position: absolute;
	top: 0;
	width: 100%;
}
.header-block .content-block
{
	padding: 31px 55px 0;
}
.header-block .menu-block ul
{
	display: inline-block;
	margin-right: 5px;
}
.header-block .menu-block ul li
{
	display: inline-block;
	list-style: none;
	margin-right: 30px;
}
.header-block .menu-block ul li a
{
	color: #333;
	cursor: pointer;
	moz-transition: .5s;
	o-transition: .5s;
	text-decoration: none;
	transition: .5s;
	webkit-transition: .5s;
}
.header-block .menu-block ul li a:hover
{
	color: #194e3e;
}
.header-block.header2
{
	left: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
}
.header-block.header2 .menu-block ul li a
{
	color: #FFF;
}
.header-block.header2 .menu-block ul li a:hover
{
	color: #194e3e;
}
.header-block.header2 .menu-block .new-button
{
	border: 1px solid rgba(255,255,255,.3);
	color: #FFF;
}
.header-block.header2 .menu-block .new-button:hover
{
	background-color: #FFF;
	color: #056653;
}
.modal-rule .rules
{
	display: block;
}
.modal .rules
{
	height: 100%;
	overflow-y: scroll;
}
#page-wrapper,#screen
{
	overflow: hidden;
}
.modal .rules h2
{
	font-size: 30px;
}
.modal .rules a.agree-a,.modal .rules a.no-agree-a
{
	cursor: pointer;
	display: inline-block;
	font-family: AvenirNext;
	font-size: 16px;
	line-height: 1;
	margin-top: 40px;
	moz-transition: .15s;
	padding: 21px 40px;
	text-decoration: none;
}
.modal .rules a.agree-a
{
	background: #033e44;
	border: 1px solid #033e44;
	border-radius: 40px;
	color: #fff;
	margin-right: 20px;
	moz-border-radius: 40px;
	o-transition: .15s;
	transition: .15s;
	webkit-border-radius: 40px;
	webkit-transition: .15s;
}
.modal .rules a.agree-a:hover,.modal .rules a.no-agree-a
{
	background: 0 0;
	color: #033e44;
}
.modal .rules a.no-agree-a
{
	border: 1px solid #033e44;
	border-radius: 40px;
	moz-border-radius: 40px;
	o-transition: .15s;
	transition: .15s;
	webkit-border-radius: 40px;
	webkit-transition: .15s;
}
.modal .rules p,.modal .rules ul
{
	margin: 24px 0 0;
}
.modal .rules a.no-agree-a:hover
{
	background: #033e44;
	color: #fff;
}
.modal .rules p,.modal .rules ul li
{
	color: #333;
	font-size: 16px;
	line-height: 24px;
}
.empty-block
{
	height: 105px;
	width: 100%;
}
header.header-menu
{
	position: absolute;
	width: 100%;
	z-index: 10;
}
.form-group,.form-group .input
{
	display: inline-block;
	position: relative;
}
header.header-menu .content
{
	padding: 34px 33px 34px 39px;
}
header.header-menu .content .left-side
{
	float: left;
}
header.header-menu .content .left-side .logo svg
{
	fill: #fff;
	height: 70px;
	width: 56px;
}
header.header-menu .content .right-side
{
	float: right;
}
header.header-menu .content .right-side .btn-request
{
	display: inline-block;
	margin: 0;
	vertical-align: middle;
}
header.header-menu .content .right-side .projects-link
{
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1.1px;
	line-height: 1;
	margin-right: 32px;
	moz-transition: .3s;
	o-transition: .3s;
	text-transform: uppercase;
	transition: .3s;
	vertical-align: middle;
	webkit-transition: .3s;
}
header.header-menu .content .right-side .projects-link:hover
{
	opacity: .7;
}
@media only screen and (min-device-width:320px) and (max-device-width:768px)
{
	header.header-menu .content
	{
		padding: 24px 24px 0 23px;
	}
}
.form-group .input
{
	margin-top: 20px;
	vertical-align: top;
	width: 48%;
}
.form-group .input.focus label,.form-group .input.focused label
{
	font-size: 12px;
	top: 4px;
}
.form-group .file-input:after
{
	background: url(/assets/public/images/folder.svg);
	height: 24px;
	position: absolute;
	right: 16px;
	top: 20px;
	width: 24px;
}
.form-group .input.has-error input,.form-group .input.has-error label,.form-group .input.has-error textarea,.form-group .textarea.has-error input,.form-group .textarea.has-error label,.form-group .textarea.has-error textarea
{
	color: #d0011b;
}
.form-group .textarea
{
	margin-top: 20px;
	width: 100%;
}
.form-group .textarea.focus label,.form-group .textarea.focused label,.form-group .textarea.full label
{
	display: none;
}
.form-group .textarea label
{
	line-height: 23px;
	max-width: 335px;
	top: 14px;
}
.form-group input[type=file]
{
	border-radius: 4px;
	cursor: pointer;
	display: block;
	height: 100%;
	left: 0;
	moz-border-radius: 4px;
	opacity: 0;
	position: absolute;
	top: 0;
	webkit-border-radius: 4px;
	width: 100%;
}
.form-group .textarea textarea
{
	height: 123px;
	padding: 19px 20px;
	width: 100%;
}
.form-group .file-input,.form-group input,.form-group textarea
{
	background-color: #fff;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	box-sizing: border-box;
	color: #202e42;
	font-family: 'Open Sans',sans-serif;
	font-size: 15px;
	height: 64px;
	line-height: 1;
	moz-border-radius: 3px;
	moz-box-sizing: border-box;
	moz-transition: .15s;
	o-transition: .15s;
	padding: 19px 20px 0;
	resize: none;
	transition: .15s;
	webkit-appearance: none;
	webkit-border-radius: 3px;
	webkit-box-sizing: border-box;
	webkit-transition: .15s;
	width: 100%;
}
.checkbox label,.form-group label
{
	font-family: 'Open Sans',sans-serif;
	line-height: 32px;
}
.form-group .file-input:hover,.form-group input:hover,.form-group textarea:hover
{
	border: 1px solid #c8d4ea;
}
.form-group .file-input:focus,.form-group input:focus,.form-group textarea:focus
{
	background-color: #fff;
	border: 1px solid #c8d4ea;
}
.form-group label
{
	color: #999;
	font-size: 15px;
	left: 20px;
	moz-transition-duration: .15s;
	moz-transition-property: top,font-size;
	moz-transition-timing-function: ease-in-out;
	o-transition-duration: .15s;
	o-transition-property: top,font-size;
	o-transition-timing-function: ease-in-out;
	position: absolute;
	top: 16px;
	transition-duration: .15s;
	transition-property: top,font-size;
	transition-timing-function: ease-in-out;
	webkit-transition-duration: .15s;
	webkit-transition-property: top,font-size;
	webkit-transition-timing-function: ease-in-out;
}
.form-group.success input
{
	border: 2px solid #6cc872;
}
.form-group.success:before
{
	background: url(../images/icons/accept-green.svg) center no-repeat;
	height: 24px;
	position: absolute;
	right: 16px;
	top: 20px;
	width: 24px;
}
.checks
{
	padding-top: 8px;
}
.checks .check
{
	cursor: pointer;
	display: inline-block;
	height: 26px;
	margin-right: 60px;
	vertical-align: top;
}
.checks .check input
{
	display: none;
}
.checks .check:last-child
{
	margin-right: 0!important;
}
.checks .check label
{
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	vertical-align: middle;
}
.checks .check label:before
{
	border: 2px solid #d9d9d9;
	border-radius: 100%;
	box-sizing: border-box;
	display: inline-block;
	height: 26px;
	margin-right: 10px;
	moz-border-radius: 100%;
	moz-box-sizing: border-box;
	position: relative;
	vertical-align: middle;
	webkit-border-radius: 100% 100%;
	webkit-box-sizing: border-box;
	width: 26px;
	z-index: 1;
}

.checks .check:hover label:before
{
	border: 2px solid #13996f;
}
.checkbox
{
	position: relative;
}
.checkbox input
{
	bottom: 0;
	cursor: pointer;
	height: 26px;
	left: 0;
	margin: 0;
	opacity: 0;
	position: absolute;
	webkit-appearance: none;
	width: 26px;
	z-index: 2;
}
.checkbox.success .accept-toggle
{
	background-color: #13996f;
	border-color: #13996f;
}
.checkbox.success .accept-toggle:after
{
	display: block;
}
.checkbox .accept-toggle
{
	border: 2px solid #d9d9d9;
	border-radius: 100%;
	box-sizing: border-box;
	display: inline-block;
	height: 26px;
	margin-right: 11px;
	moz-border-radius: 100%;
	moz-box-sizing: border-box;
	moz-transition: .38s;
	o-transition: .38s;
	position: relative;
	transition: .38s;
	vertical-align: middle;
	webkit-border-radius: 100% 100%;
	webkit-box-sizing: border-box;
	webkit-transition: .38s;
	width: 26px;
	z-index: 1;
}
.checkbox .accept-toggle:after
{
	background: url(../assets/check.svg) no-repeat center;
	background-size: contain;
	display: none;
	height: 12px;
	width: 12px;
}
.checkbox .accept-toggle.hover
{
	border: 2px solid #13996f!important;
}
.checkbox.has-error .accept-toggle
{
	background-color: #fff;
	border: 2px solid #ff6550;
}
.checkbox label
{
	color: #333;
	cursor: pointer;
	font-size: 13px;
}
.checkbox label .open-policy
{
	border-bottom: 1px dotted #fff;
	cursor: pointer;
	moz-transition: .32s ease-in;
	o-transition: .32s ease-in;
	transition: .32s ease-in;
	webkit-transition: .32s ease-in;
}
.checkbox label .open-policy:hover
{
	border-bottom: 1px dotted transparent;
	color: #13996f;
}
.accept-block .checkbox
{
	float: left;
}
.accept-block .checkbox .agree-block,.accept-block .checkbox input
{
	display: inline-block;
	vertical-align: middle;
}
.accept-block .checkbox .agree-block
{
	font-size: 14px;
}
.accept-block .checkbox .agree-block .core
{
	color: #999;
}
.accept-block .checkbox .agree-block .open-policy
{
	color: #333;
	cursor: pointer;
}
.accept-block .checkbox .agree-block .open-policy:hover
{
	color: #13996F;
}
.submit
{
	float: right;
}
.submit button
{
	background-image: linear-gradient(to bottom,#19a677,#0d8c68);
	background-image: -moz- oldlinear-gradient(top,#19a677,#0d8c68);
	background-image: -o-linear-gradient(top,#19a677,#0d8c68);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#19a677),to(#0d8c68));
	background-image: -webkit-linear-gradient(top,#19a677,#0d8c68);
	border: none;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 1.1px;
	line-height: 20px;
	moz-border-radius: 4px;
	moz-transition: .3s;
	o-transition: .3s;
	padding: 16px 30px;
	text-align: center;
	text-transform: uppercase;
	transition: .3s;
	webkit-border-radius: 4px;
	webkit-transition: .3s;
}
*,body
{
	font-weight: 400;
}
.submit button:hover
{
	background-color: #333!important;
	color: #fff!important;
}
.load-wrapper,body
{
	background-color: #FFF;
}
@media only screen and (min-device-width:320px) and (max-device-width:768px)
{
	.form-block
	{
		width: 256px;
	}
	.form-group .input
	{
		width: 99%;
	}
	.form-group .input.focus label,.form-group .input.focused label
	{
		display: none;
	}
	.form-group .input label
	{
		top: 7px;
	}
	.form-group .input input
	{
		height: 50px;
		padding: 7px 20px 11px;
	}
}
.load-wrapper,body,html
{
	height: 100%;
	width: 100%;
}


.common-form .form-group.has-error .form-control {
	border-color: red;
}
.common-form .form-group .form-control {
	padding: 15px 20px;
	transition: .2s ease;
}
.common-form .form-group-set {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
	box-sizing: border-box;
}
.common-form .form-group-set .form-group {
	width: 50%;
	padding: 0 10px;
	box-sizing: border-box;
}
.common-form .form-group-set .form-group.first {
	margin-right: 10px;
}
.common-form .form-group-set .form-group .input {
	width: 100%;
}
.common-form .form-group.width-100 {
	width: 100%;
}

.form-back .thanks-block {
	display: block !important;
	opacity: 0;
	visibility: visible;
	transition: .2s ease;
}
.form-back .thanks-block.is-active {
	opacity: 1;
	visibility: visible;
}

.form-back .form-block {
	opacity: 1;
	visibility: visible;
	transition: .2s ease;
}
.form-back .form-block.is-hidden {
	opacity: 0;
	visibility: hidden;
}



@font-face
{
	font-family: OpenSans;
	font-weight: 300;
	src: url(../font/OpenSans-Light.ttf);
}
@font-face
{
	font-family: OpenSans;
	font-weight: 400;
	src: url(../font/OpenSans-Regular.ttf);
}
@font-face
{
	font-family: OpenSans;
	font-weight: 500;
	src: url(../font/OpenSans-SemiBold.ttf);
}
@font-face
{
	font-family: OpenSans;
	font-weight: 600;
	src: url(../font/OpenSans-Bold.ttf);
}
*
{
	font-family: OpenSans,sans-serif;
	outline: 0;
}
* a
{
	cursor: pointer;
	text-decoration: none;
}
* a img
{
	border: none;
}
* ul
{
	margin: 0;
	padding: 0;
}
* ul li
{
	list-style: none;
}
input,textarea
{
	outline: 0;
	webkit-appearance: none;
}
html
{
	moz-font-smoothing: antialiased!important;
	moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility!important;
	webkit-font-smoothing: antialiased!important;
	webkit-text-size-adjust: none;
}
body
{
	font-family: OpenSans;
	margin: 0;
	min-height: 598px;
	min-width: 1024px;
}
body.mobile
{
	min-width: 375px;
}
.load-wrapper
{
	left: 0;
	position: fixed;
	top: 0;
	z-index: 1000000;
}
.loader.show
{
	display: block;
}
a
{
	text-decoration: none;
}
.clearfix:after,.clearfix:before
{
	content: "";
	display: table;
}
.clearfix:after
{
	clear: both;
}
.container
{
	margin: 0 auto;
	width: 1170px;
}
.small-container
{
	margin: 0 auto;
	width: 970px;
}
.form-block .input.error input
{
	border: 2px solid red;
}
.new-greencow
{
	min-width: 970px;
}
.greencow-logo
{
	float: left;
}
.greencow-logo img
{
	height: 70px;
	width: 56px;
}
#screen
{
	height: 100%;
	position: relative;
	z-index: 10;
}
#screen .lock-overlay
{
	background: rgba(0,0,0,.5);
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 99;
}
#screen #content
{
	background-color: #fff;
	min-height: 100%;
	position: relative;
	width: 100%;
	z-index: 0;
}
.contentFixed #screen #content
{
	left: 0;
	position: absolute;
	top: 0;
}
.checkbox .accept-toggle:after,.position-center,.progress-request,.thanks-block
{
	left: 50%;
	moz-transform: translateX(-50%) translateY(-50%);
	ms-transform: translateX(-50%) translateY(-50%);
	o-transform: translateX(-50%) translateY(-50%);
	position: absolute;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	webkit-transform: translateX(-50%) translateY(-50%);
}
.positionX
{
	left: 50%;
	moz-transform: translateX(-50%);
	ms-transform: translateX(-50%);
	o-transform: translateX(-50%);
	position: absolute;
	transform: translateX(-50%);
	webkit-transform: translateX(-50%);
}
.positionY
{
	moz-transform: translateY(-50%);
	ms-transform: translateY(-50%);
	o-transform: translateY(-50%);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	webkit-transform: translateY(-50%);
}
.progress-request
{
	display: none;
	height: 160px;
	position: absolute;
	width: 128px;
}
.progress-request .progress-logo
{
	height: 100%;
	moz-transition: 5s linear;
	o-transition: 5s linear;
	overflow: hidden;
	transition: 5s linear;
	webkit-transition: 5s linear;
	width: 100%;
}
.progress-request .progress-logo svg
{
	height: 160px;
	width: 128px;
}
.progress-request .progress-logo.fill
{
	bottom: 0;
	height: 0;
	position: absolute;
}
.progress-request .progress-logo.fill svg
{
	bottom: 0;
	fill: #13996f;
	left: 0;
	position: absolute;
}
.progress-request .progress-logo.stroke svg
{
	fill: transparent;
	stroke: rgba(19,153,111,.23);
	stroke-width: 1px;
}
.thanks-block
{
	display: none;
	text-align: center;
	width: 400px;
}
.thanks-block h4
{
	color: rgba(51,51,51,.5);
	margin: 11px 0 0;
}
.thanks-block .btn-request
{
	margin: 42px 0 0;
}
.thanks-block .btn-request:hover
{
	background: #333;
	color: #fff;
}
.text_ad
{
	display: none;
}
@media only screen and (min-device-width:320px) and (max-device-width:768px)
{
	body
	{
		min-height: 500px;
		min-width: 300px;
	}
	#content
	{
		overflow: hidden;
	}
	#screen.contentFixed #content
	{
		top: 0!important;
	}
	.progress-request,.progress-request .progress-logo svg
	{
		height: 120px;
		width: 96px;
	}
	.thanks-block
	{
		text-align: left;
		width: 270px;
	}
	.thanks-block h4
	{
		margin: 5px 0 0;
	}
	.thanks-block .btn-request
	{
		margin: 34px 0 0;
	}
}
::-webkit-media-controls-panel
{
	display: none!important;
	webkit-appearance: none;
}
::-webkit-media-controls-play-button
{
	display: none!important;
	webkit-appearance: none;
}
::-webkit-media-controls-start-playback-button
{
	display: none!important;
	webkit-appearance: none;
}
@media only screen and (max-width:700px)
{
	.back-text
	{
		font-size: 13px;
		right: -213px;
		top: 35%;
	}
	header.header-menu {
		position: relative;
	}
	.empty-block {
		display: none;
	}
	#page-wrapper, #screen {
	    overflow: auto;
	}
	header.header-menu .content .left-side {
	    width: 50%;
	}
	header.header-menu .content .left-side, header.header-menu .content .right-side {
	    width: 50%;
	    text-align: right;
	}
	section.first-screen .block
	{
		position: relative;
	    left: 0;
	    top: 0;
	    padding: 50px 0 50px;
	    padding-left: 28px;
	    padding-right: 28px;
	    max-width: fit-content;
	    transform: none;
	}
	h2 {
	    font-size: 38px;
	    line-height: 48px;
	}
	footer {
	    position: relative;
	}
	section.first-screen .block .btn-group .btn-request
	{
		margin: 33px 0 0;
	}
	header.header-menu .content .left-side .logo img {
		width: 100%;
		max-width: 140px;
		height: auto;
	}
	footer .content {
	    padding: 31px 31px 31px 29px;
	}
	section.form-back .close {
	    right: -15px;
	    top: 50px;
	}
	header.header-menu .content .left-side .logo {
		text-align: left;
	}
}
@media only screen and (max-width:520px) {
	header.header-menu .content .right-side {
		display: none;
	}
	.first-screen .block .btn-request {
		display: block!important;
		margin-bottom: 30px;
		text-align: center;
	}
	section.first-screen .block .btn-group .btn-simple {
	    margin: 43px 00px 0 0;
	}
	footer .content .left-side {
	    width: 100%;
	    margin-bottom: 30px;
	}
	footer .content .right-side {
	    width: 100%;
	    text-align: left;
	}
}
@media only screen and (max-width:420px) {
	section.first-screen .block .btn-group .btn-simple {
		display: none;
	}
	h4 {
	    margin: 19px 0 0;
	    font-size: 16px;
	}
}