@font-face{
	font-family: 'MyriadPro';
	src: url('fonts/MyriadProRegular/MyriadProRegular.eot');
	src: url('fonts/MyriadProRegular/MyriadProRegular.eot?iefix') format('eot'),
	url('fonts/MyriadProRegular/MyriadProRegular.woff') format('woff'),
	url('fonts/MyriadProRegular/MyriadProRegular.ttf') format('truetype'),
	url('fonts/MyriadProRegular/MyriadProRegular.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'MyriadPro';
	src: url('fonts/MyriadProBold/MyriadProBold.eot');
	src: url('fonts/MyriadProBold/MyriadProBold.eot?iefix') format('eot'),
	url('fonts/MyriadProBold/MyriadProBold.woff') format('woff'),
	url('fonts/MyriadProBold/MyriadProBold.ttf') format('truetype'),
	url('fonts/MyriadProBold/MyriadProBold.svg#webfont') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face{
	font-family: 'TavolgaFree';
	src: url('fonts/TavolgaFreeRegular/TavolgaFreeRegular.eot');
	src: url('fonts/TavolgaFreeRegular/TavolgaFreeRegular.eot?iefix') format('eot'),
	url('fonts/TavolgaFreeRegular/TavolgaFreeRegular.woff') format('woff'),
	url('fonts/TavolgaFreeRegular/TavolgaFreeRegular.ttf') format('truetype'),
	url('fonts/TavolgaFreeRegular/TavolgaFreeRegular.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}
.container {
	width: 1372px;
}
body {
	min-width: 320px;
	overflow-x: hidden;
	position: relative;
	font-size: 14px;
	line-height: 1.29;
	font-family: 'MyriadPro', sans-serif;
	color: #374A51
}
.header {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
    -webkit-align-items: center;
            align-items: center;
    padding: 12px 0 15px;
}
.logo {
	display: block;
	width: 318px;
}
.contacts {
	text-align: right;
}
.contacts a {
	display: block;
	color: #374A51;
}
.contacts a:hover {
	text-decoration: none;
}
.phone {
	font-size: 24px;
	font-weight: bold;
}
.title {
	background: url('img/bg_header_3.jpg') center no-repeat;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
    margin-bottom: 140px;
	padding-top: 75px;
    color: #FFF;
}
h1 {
	font-size: 74px;
	font-weight: normal;
	text-align: center;
	margin: 0 0 20px;
	font-family: 'TavolgaFree', sans-serif;
}
h2 {
	font-size: 44px;
	margin: 30px auto 60px;
	text-align: center;
	font-weight: normal;
	font-family: 'TavolgaFree', sans-serif;
}
h4 {
	font-size: 28px;
	margin: 20px auto 25px;
	text-align: center;
	font-weight: normal;
	width: 620px;
	max-width: 100%;
}
h6 {
	font-size: 16px;
	margin: 20px auto;
	text-align: center;
	max-width: 100%;
	font-weight: normal;
}
.pluses {
	display: flex;
	font-family: 'TavolgaFree', sans-serif;
	margin-bottom: -20px;
}
.plus {
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    text-align: center;
	height: 200px;
	width: 100%;
	margin-right: 20px;
	font-size: 28px;
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .16);
	        box-shadow: 0 10px 20px rgba(0, 0, 0, .16);
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}
.plus:last-child {
	margin-right: 0;
}
.text_center {
	text-align: center;
}
.btn {
	display: inline-block;
	color: #73B907;
	background: #FFF;
	padding: 17px 38px 13px;
	border: 1px solid #73B907;
	-webkit-border-radius: 45px;
	        border-radius: 45px;
	transition: .2s background, .2s color;
}
.btn:hover {
	background: #73B907;
	color: #FFF;
	text-decoration: none;
}
.btn:focus {
	outline: none;
	color: #73B907;
	text-decoration: none;
}
.form {
	margin: 190px 0 150px;
	text-align: center;
	font-size: 18px;
}
.input_block {
	display: flex;
	margin-top: 60px;
}
.input_block >div {
	width: 100%;
	margin-right: 20px;
	position: relative;
}
.input_block input {
	width: 100%;
	padding: 0 30px;
	height: 60px;
	border: 1px solid #C7CCCE;
	-webkit-border-radius: 60px;
	        border-radius: 60px;
	background: rgba(255, 255, 255, .6);
}
.input_block input::placeholder {
	color: #C7CCCE;
}
.input_block input:focus {
	outline: none;
}
.error_info {
	position: absolute;
	margin-top: 2px;
	height: 14px;
	line-height: 14px;
	text-align: left;
	font-size: 12px;
	color: #F69390;
	padding-left: 30px;
}
.btn_2 {
	width: 100%;
	color: #FFF;
	height: 60px;
	-webkit-border-radius: 60px;
	        border-radius: 60px;
	background: linear-gradient(to bottom, #F69390 0, #E42C27 100%);
	border: none;
}
.btn_2:hover {
	background: #E42C27;
}
.btn_2:focus {
	outline: none
}
h3 {
	color: #E72726;
	font-size: 28px;
	font-family: 'TavolgaFree', sans-serif;
	margin: 0 0 25px;
}
main > .container {
	background: url('img/bg_footer.jpg') bottom right no-repeat;
}
.footer {
	padding: 52px 0 56px;
	border-top: 1px solid #E9ECEC;
}
.footer a {
	color: #374A51;
	text-decoration: underline;
}
.footer a:hover {
	text-decoration: none;
}
.popup {
	background: white;
	padding: 20px;
	text-align: left;
	max-width: 80%;
	margin: 40px auto;
	position: relative;
}
.error_input {
	border: 1px solid #E42C27 !important;
}
.error_input::placeholder {
	color:  #E42C27  !important;
}
.present_block{
	position: relative;
}
.present_block:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 560px;
	height: 560px;
	border-radius: 100%;
	background: #E72726;
	opacity: .03;
	z-index: -1;
}
.present_block .present_title{
	font-size: 28px;
	font-family: 'TavolgaFree', sans-serif;
	text-align: center;
	margin-bottom: 60px;
}
.present_block .present_row{
	display: flex;
}
.present_block .item{
	width: 100%;
	height: 244px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 22px;
	color: #FFF;
	font-size: 24px;
	text-align: center;
	border-radius: 5px;
}
.present_block .item:first-child{
	background: url('/img/present_01.svg') center no-repeat;
	background-size: cover;
}
.present_block .item:nth-child(2){
	background: url('/img/present_02.svg') center no-repeat;
	background-size: cover;
}
.present_block .item:last-child{
	background: url('/img/present_03.svg') center no-repeat;
	background-size: cover;
}
.present_block .item:not(:last-child){
	margin-right: 20px;
}
.present_block .present_info{
	margin-top: 50px;
	text-align: center;
	font-size: 16px;
}




.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 
}
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	transform: scale(1); 
}
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 
	opacity: 0;
}
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}
.youtube {
    background-color: #000;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}
.youtube img {
    width: 100%;
    top: -16.84%;
    left: 0;
    opacity: 0.7;
}
.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}
.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
    cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}









@media only screen and (max-width : 1432px) {
	.container {
		width: 1170px;
	}
}


@media only screen and (max-width : 1199px) {
	.container {
		width: 970px;
	}
	h1 {
		font-size: 54px;
		margin: 0 0 20px;
	}
	h2 {
		font-size: 34px;
		margin: 30px auto 60px;
	}
	h3 {
		font-size: 22px;
		margin: 0 0 25px;
	}
	h4 {
		font-size: 22px;
		margin: 20px auto 25px;
	}
	h6 {
		font-size: 14px;
		margin: 20px auto;
	}
	.plus {
		font-size: 20px;
		height: 132px;
	}
	.title {
		padding-top: 50px;
		margin-bottom: 80px;
	}
	.present_block .item {
		font-size: 20px;
		height: 150px;
	}
	.form {
		margin: 100px 0 125px;
	}
	.input_block input {
		height: 55px;
	}
	.btn_2 {
		height: 55px;	
	}
	.footer {
		padding: 42px 0 46px;
	}

}


@media only screen and (max-width : 991px) {
	.container {
		width: 750px;
	}
	.logo {
		width: 250px;
	}
	h1 {
		font-size: 44px;
		margin: 0 0 20px;
	}
	h2 {
		font-size: 24px;
		margin: 30px auto 40px;
	}
	h3 {
		font-size: 18px;
		margin: 0 0 25px;
	}
	h4 {
		font-size: 16px;
		margin: 20px auto 25px;
	}
	h6 {
		font-size: 14px;
		margin: 20px auto;
	}
	.plus {
		font-size: 16px;
		height: 132px;
	}
	.title {
		padding-top: 40px;
		margin-bottom: 70px;
	}
	.present_block .item {
		font-size: 16px;
		height: 150px;
	}
	.present_block .present_title {
		font-size: 20px;
		margin-bottom: 40px;
	}
	.present_block .present_info {
		font-size: 14px;
	}
	.form {
		margin: 45px 0 67px;
	}
	h3 {
		font-size: 24px;
	}
	.input_block {
		margin-top: 40px;
	}
	.input_block input {
		height: 40px;
	}
	.btn_2 {
		height: 40px;
		font-size: 14px;
	}
	.footer {
		padding: 30px 0;
	}
	main > .container {
		background: url('img/bg_footer.jpg') bottom right no-repeat;
		-webkit-background-size: 60%;
		     -o-background-size: 60%;
		        background-size: 60%;
	}
}


@media only screen and (max-width : 767px) {
	.container {
		width: auto;
	}
	.title {
		background: linear-gradient(to bottom, #F69390 0, #E42C27 100%);
		margin-bottom: 30px;
	}
	.header {
		padding: 10px 0;
	}
	.logo {
		width: 150px;
	}
	.phone {
		font-size: 14px;
	}
	h1 {
		font-size: 24px;
		margin: 0 0 20px;
	}
	h2 {
		font-size: 20px;
		margin: 30px auto 40px;
	}
	h3 {
		font-size: 18px;
		margin: 0 0 25px;
	}
	h4 {
		font-size: 16px;
		margin: 20px auto 25px;
	}
	h6 {
		font-size: 14px;
		margin: 20px auto;
	}
	.plus {
		font-size: 16px;
		height: 132px;
	}
	.title {
		padding-top: 40px;
		margin-bottom: 70px;
	}
	.present_block .item {
		font-size: 16px;
		height: 150px;
	}
	.present_block .present_title {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.present_block .present_row {
		display: block;
	}
	.present_block .item:not(:last-child) {
		margin: 0 0 10px;
	}
	.present_block .present_info {
		font-size: 14px;
		margin-top: 20px;
	}
	.present_block:before {
		display: none;
	}
	.pluses {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	    margin-bottom: 0;
	}
	.plus {
		font-size: 16px;
		margin: 0 0 10px;
		background: none;
		height: auto;
		-webkit-justify-content: flex-start;
		        justify-content: flex-start;
		text-align: left;
		background: none !important; 
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	.plus:before {
		content: "-";
		display: inline-block;
		margin-right: 10px;
	}
	.form {
		margin: 30px 0 30px;
		font-size: 14px;
	}
	h3 {
		font-size: 18px;
	}
	.input_block {
		margin-top: 20px;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.input_block input{
		height: 40px;
		margin: 0 ;
	}
	.btn_2 {
		height: 40px;
	}
	.footer {
		font-size: 12px;
		padding: 15px 0;
	}
	.error_info {
		position: relative;
	}
	main > .container {
		background: url('img/bg_footer.jpg') bottom right no-repeat;
		-webkit-background-size: 40%;
		-o-background-size: 40%;
		background-size: 40%;
	}
	.popup {
		padding: 10px;
		max-width: 100%;
	}
	
}



