@font-face{
	font-family: 'GothamPro';
	src: url('fonts/GothamProRegular/GothamProRegular.eot');
	src: url('fonts/GothamProRegular/GothamProRegular.eot?iefix') format('eot'),
	url('fonts/GothamProRegular/GothamProRegular.woff') format('woff'),
	url('fonts/GothamProRegular/GothamProRegular.ttf') format('truetype'),
	url('fonts/GothamProRegular/GothamProRegular.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'GothamPro';
	src: url('fonts/GothamProMedium/GothamProMedium.eot');
	src: url('fonts/GothamProMedium/GothamProMedium.eot?iefix') format('eot'),
	url('fonts/GothamProMedium/GothamProMedium.woff') format('woff'),
	url('fonts/GothamProMedium/GothamProMedium.ttf') format('truetype'),
	url('fonts/GothamProMedium/GothamProMedium.svg#webfont') format('svg');
	font-weight: 500;
	font-style: normal;
}
@font-face{
	font-family: 'GothamPro';
	src: url('fonts/GothamProBold/GothamProBold.eot');
	src: url('fonts/GothamProBold/GothamProBold.eot?iefix') format('eot'),
	url('fonts/GothamProBold/GothamProBold.woff') format('woff'),
	url('fonts/GothamProBold/GothamProBold.ttf') format('truetype'),
	url('fonts/GothamProBold/GothamProBold.svg#webfont') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face{
	font-family: 'Lato';
	src: url('fonts/LatoRegular/LatoRegular.eot');
	src: url('fonts/LatoRegular/LatoRegular.eot?iefix') format('eot'),
	url('fonts/LatoRegular/LatoRegular.woff') format('woff'),
	url('fonts/LatoRegular/LatoRegular.ttf') format('truetype'),
	url('fonts/LatoRegular/LatoRegular.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'Lato';
	src: url('fonts/LatoBold/LatoBold.eot');
	src: url('fonts/LatoBold/LatoBold.eot?iefix') format('eot'),
	url('fonts/LatoBold/LatoBold.woff') format('woff'),
	url('fonts/LatoBold/LatoBold.ttf') format('truetype'),
	url('fonts/LatoBold/LatoBold.svg#webfont') format('svg');
	font-weight: bold;
	font-style: normal;
}

a, button{
	border: none;
	background: none;
	cursor: pointer;
	outline: none;
}
::placeholder {
	color: #848585
}
body {
	min-width: 320px;
	overflow-x: hidden;
	position: relative;
	font-size: 14px;
	line-height: 1.2;
	font-family: 'GothamPro', sans-serif;
	overflow-x: hidden;
	color: #000;
}
.all {
	height: 100vh;
	min-height: 947px;
	max-height: 1080px;
	position: relative;
	overflow: hidden;
}
.all >.container {
	height: 100vh;
	min-height: 947px;
	max-height: 1080px;
	display: flex;
	padding: 3.1vh 0;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
header {
	-webkit-flex-shrink: 0;
	        flex-shrink: 0;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: center;
            align-items: center;
	position: relative;
}
main {
	height: 100%;
}
footer {
	padding-top: 3.1vh;
	-webkit-flex-shrink: 0;
	        flex-shrink: 0;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: center;
            align-items: center;
}

.bg_1 {
	position: absolute;
	right: 0;
	top: -388px;
	z-index: -1;
}
.bg_2 {
	position: absolute;
	right: 0;
	top: 108px;
}
header .logo {
	width: 330px;
	-webkit-flex-shrink: 0;
	        flex-shrink: 0;
}
header .logo img {
	width: 100%;
}
header .logo .mobile {
	display: none;
}
header .contacts {
	-webkit-flex-shrink: 0;
	        flex-shrink: 0;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
}
header .phone_block {
	margin-right: 30px;
	text-align: right;
}
header .phone {
	display: block;
	color: #000;
	font-size: 24px;
	font-weight: 500;
	text-decoration: none;
}
header .mail {
	display: block;
	color: #959E9E;
	text-decoration: none;
	margin-top: 3px;
}
.callback_link {
	width: 295px;
	height: 56px;
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-border-radius: 33px;
	        border-radius: 33px;
	-webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, .1);
	        box-shadow: 3px 3px 6px rgba(0, 0, 0, .1);
	text-decoration: none;
	color: #B12030;
	background: #FFF;
	border: 1px solid #FFF;
	-webkit-transition: .2s box-shadow, .2s border;
	   -moz-transition: .2s box-shadow, .2s border;
	    -ms-transition: .2s box-shadow, .2s border;
	     -o-transition: .2s box-shadow, .2s border;
	        transition: .2s box-shadow, .2s border;
}
.callback_link:hover {
	-webkit-box-shadow: none;
	        box-shadow: none;
    border: 1px solid #B12030;
}
.callback_link img{
	height: 29px;
	margin-right: 15px;
	
}
.photo_info {
	-webkit-align-self: flex-end;
	        align-self: flex-end;
    position: absolute;
    bottom: 230px;
    right: 0;
    z-index: 1;
}
.photo_info .name {
	font-size: 18px;
	font-weight: 500;
}
.photo_info .info {
	margin-top: 4px;
}
.photo_info .more {
	display: inline-block;
	opacity: .6;
	margin-top: 5px;
	text-decoration-style: dashed;
	color: #000;
}






main {
	display: flex;
	padding: 6.3vh 0 2.7vh;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	position: relative;
}
main:before {
	content: "";
	display: block;
	position: absolute;
	bottom: -300px;
	left: 635px;
	width: 897px;
	height: 1477px;
	background: url('img/bg.jpg') center no-repeat;
	z-index: -1;
}
.title_block {
	width: 69%;
}
h1 {
	font-size: 50px;
	font-weight: 500;
	margin: 0;
}
h1 .accent {
	font-weight: bold;
	color: #B12030;
}
.title_block .info {
	font-size: 24px;
	color: #848585;
	margin-top: 3.7vh;
}
.form_block {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}
.form {
	width: 67%;
	position: relative;
}
.form .title{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 2.7vh;
}
.form .input_block {
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
    position: relative;
}
.form input {
	-webkit-border-radius: 35px;
	        border-radius: 35px;
    height: 70px;
    width: 100%;
    border: 1px solid #D6D6D6;
    padding: 10px 373px 10px 30px;
    background: #FFF;
	outline: none;
}
.form .error_msg{
	position: absolute;
}
.form button {
	position: absolute;
	right: 3px;
	width: 343px;
	height: 66px;
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-justify-content: center;
	        justify-content: center;
	text-align: center;
	-webkit-flex-shrink: 0;
	        flex-shrink: 0;
	-webkit-border-radius: 33px;
	        border-radius: 33px;
	background: linear-gradient(to bottom, #D12D3F 0, #B12030 100%);
	color: #FFF;
	font-size: 18px;
}
.form .succes_title {
	padding: 0;
}
.indicators .item {
	font-size: 18px;
}
.indicators .title{
	font-size: 30px;
	font-weight: 500;
	padding-bottom: 25px;
	margin-bottom: 30px;
	position: relative;
}
.indicators .title:after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 1px;
	background: #959E9E;
}
.indicators .num{
	font-size: 50px;
	font-weight: bold;
}

	





footer:before {
	content: "";
	display: block;
	position: absolute;
	height: 1px;
	background: #D6D6D6;
	left: 0;
	right: 0;
	margin-top: -3.1vh;
	-webkit-align-self: flex-start;
	        align-self: flex-start;
}
footer .logo {
	width: 277px;
	-webkit-flex-shrink: 0;
	        flex-shrink: 0;
}
footer .logo img {
	width: 100%;
}
footer .logo .mobile {
	display: none;
}
.developer {
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
	color: #959E9E;	
	position: relative;
	z-index: 1;
}
.developer a {
	display: inline-block;
	margin-left: 1rem;
}




.callback {
	width: 460px;
	max-width: 100%;
	background: #FFF;
	text-align: left;
	margin: 40px auto;
	position: relative;
	padding: 20px;
}
.callback .title{
	font-weight: bold;
	font-size: 18px ;
	margin-bottom: 40px;
}
.callback .btn{
	margin: 20px auto 0;
}
.callback .custom_checkbox_wrapp {
	margin: 20px auto 0
}
input.txt {
	width: 100% ;
	height: 55px;
	border: none;
	border-bottom: 1px solid #D6D6D6;
	transition: .2s border;
	outline: none;
}
input.txt:focus {
	border-bottom: 1px solid #000
}
input.txt.error {
	border-bottom: 1px solid red
}
input.txt.error::placeholder {
	color: red
}


.btn {
	height: 66px;
	display: inline-block;
	padding: 5px 30px 5px;
	border: none;
	background: none;
	border-radius: 66px ;
	font-size: 18px ;
	transition: .2s background, .2s color;
	outline: none;
	cursor: pointer;
	color: #FFF ;
	text-decoration: none;
}
.btn .btn_txt{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.btn.action {
	background: #385796
}
.btn.action:hover {
	background: #253A63 
}
.btn.action:active {
	background: #121C30 
}
.btn.disable {
	cursor: default;
	pointer-events: none;
	background: #D6D6D6;
}
.custom_checkbox_wrapp {
	display: flex;
	color: #999;
	cursor: pointer;
}
.custom_checkbox_wrapp >input {
	display: none
}
.custom_checkbox_wrapp input:checked + .custom_checkbox:before {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: url('img/check.svg') center no-repeat;
	background-size: 20px;
}
.custom_checkbox_wrapp .custom_checkbox {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	position: relative;
	flex-shrink: 0 ;
}
.custom_checkbox_wrapp >span {
	padding-top: 2px;
}

.error_msg {
	height: 10px;
	margin-top: 10px;
	font-size: 12px;
	line-height: 10px;
	color: red;
}
.succes_title {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	background: #FFF;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 18px;
	color: green;
}




@media only screen and (max-width : 1199px) {
	.all {
		min-height: 780px;
		max-height: 1024px;
	}
	.all >.container {
		min-height: 780px;
		max-height: 1024px;
		padding: 2vh 0;
	}
	footer {
		padding-top: 2.1vh;
	}
	header .logo {
		width: 280px;
	}
	header .phone {
		font-size: 20px;
	}
	.photo_info {
	    bottom: 230px;
	}
	main {
		padding: 4.3vh 0 2.7vh;
	}
	main:before {
		width: 698px;
		height: 1336px;
		left: 480px;
	    background-size: 100%;
	}
	h1 {
		font-size: 40px;
	}
	.title_block .info {
		font-size: 18px;
	}
	.form {
		width: 60%;
	}
	.form .title{
		font-size: 16px;
		margin-bottom: 2.5vh;
	}
	.form input {
	    height: 60px;
	    padding-right: 315px;
	}
	.form button {
		width: 300px;
		height: 56px;
		font-size: 16px;
	}
	.indicators .item {
		font-size: 16px;
	}
	.indicators .title{
		font-size: 26px;
		padding-bottom: 20px;
		margin-bottom: 25px;
	}
	.indicators .num{
		font-size: 40px;
	}
	footer .logo {
		width: 230px;
	}
	footer:before {
		margin-top: -2.1vh;
	}
	
	
}


@media only screen and (max-width : 991px) {
	.all {
		min-height: 700px;
		max-height: 800px;
	}
	.all >.container {
		min-height: 700px;
		max-height: 800px;
		padding: 2vh 0;
	}
	header .logo {
		width: 200px;
	}
	header .phone_block {
		margin-right: 20px;
	}
	header .phone {
		font-size: 18px;
	}
	.callback_link {
		width: 260px;
		height: 50px;
	}
	.photo_info {
	    bottom: auto;
	    top: 375px;
	}
	main {
		padding: 5vh 0;
	}
	main:before {
		bottom: auto;
		top: -377px;
		width: 557px;
		left: 322px;
	}
	h1 {
		font-size: 36px;
	}
	.title_block {
		width: 63%;
	}
	.title_block .info {
		font-size: 16px;
	    margin-top: 2.5vh;
	}
	.form {
		width: 60%;
	}
	.form input {
		padding: 10px 240px 10px 20px;
	}
	.form button {
		width: 230px;
	}
	.indicators .item {
		font-size: 14px;
	}
	.indicators .title{
		font-size: 18px;
		padding-bottom: 15px;
		margin-bottom: 20px;
	}
	.indicators .num{
		font-size: 28px;
	}
	footer .logo {
		width: 150px;
	}
}


@media only screen and (max-width : 767px) {
	header {
		-webkit-align-items: center;
		        align-items: center;
	}
	header .logo {
		width: 180px;
	}
	.callback_link {
		width: 50px;
		height: 50px;
		font-size: 0;
	}
	.callback_link img {
		margin: 0;
	}
	.photo_info {
	    top: 350px;
	}
	main {
		padding: 3vh 0;
	}
	main:before {
		left: 242px;
		top: -468px;
	}
	h1 {
		font-size: 28px;
	}
	.form {
		width: 50%;
	}
	.form .title {
		margin-bottom: 10px;
	}
	.form .input_block {
		display: block;
	}
	.form input {
		padding: 15px;
		height: 40px;
		margin: 0;
	}
	.form button {
		font-size: 14px;
		width: 100%;
		height: 40px;
		position: static;
	}
	.form .error_msg {
		position: static;
	}
	.indicators .item {
		font-size: 14px;
		
	}
	.indicators .item:nth-child(-n+2) {
		margin-bottom: 15px;
	}
	.indicators .title{
		font-size: 18px;
		padding-bottom: 5px;
		margin-bottom: 10px;
	}
	.indicators .num{
		font-size: 28px;
	}
	footer .logo {
		width: 150px;
	}
	footer:before {
		margin-top: -2.1vh;
	}
}
@media only screen and (max-width : 575px) {
	.all {
		min-height: none;
		max-height: none;
		height: auto;
		padding: 0 16px;
	}
	.all >.container {
		min-height: none;
		max-height: none;
		height: auto;
		padding: 1vh 0;
	}
	header .logo {
		width: 30px;
	}
	header .logo .desktop {
		display: none;
	}
	header .logo .mobile {
		display: block;
	}
	header .phone {
		font-size: 16px;
	}
	header .mail {
		font-size: 12px;
	}
	header .phone_block {
		margin-right: 10px;
	}
	.title_block {
		width: 100%;
	}
	h1 {
		font-size: 24px;
		text-align: center;
	}
	.title_block .info {
		text-align: center;
	}
	.form {
		width: 100%;
		margin: 15px 0;
	}

	.photo_info {
		display: none;
	}
	.indicators{
		text-align: center;
	}
	.indicators .title:after {
		left: 50%;
		width: 50px;
		-webkit-transform: translate(-50%, 0);
		   -moz-transform: translate(-50%, 0);
		    -ms-transform: translate(-50%, 0);
		     -o-transform: translate(-50%, 0);
		        transform: translate(-50%, 0);
	}
	.indicators .item:not(:last-child) {
		margin-bottom: 15px;
	}
	main:before {
		display: none;
	}
	footer {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	    -webkit-align-items: center;
	            align-items: center;
	    padding-bottom: 15px;
	}
	footer .logo {
		width: 200px;
		margin-bottom: 15px;
	}



	.callback .title{
		font-size: 16px;
		margin-bottom: 20px;
	}
	input.txt {
		height: 40px;
	}
	.btn {
		width: 100%;
		font-size: 14px;
		height: 50px
	}
	.error_msg {
		margin-top: 5px
	}
}

.mfp_zoom_in .mfp_content {
	opacity: 0;
	transition: all 0.2s ease-in-out;
	transform: scale(0.8);
}
.mfp_zoom_in.mfp-ready .mfp_content {
	opacity: 1;
	transform: scale(1);
}
.mfp_zoom_in.mfp-removing .mfp_content {
	transform: scale(0.8);
	opacity: 0;
}
.mfp_zoom_in.mfp-bg {
	opacity: 0;
	transition: opacity 0.3s ease-out;
}
.mfp_zoom_in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.mfp_zoom_in.mfp-removing.mfp-bg {
	opacity: 0;
}
