﻿@charset "utf-8";


header {
	padding-bottom: 30px;
}
@media screen and (max-width: 750px){
	header {
		padding-bottom: 0;
	}
	#wrapper {
		background: none;
	}
}


/*--------------------------------------------------------------------*/

#price {
	margin: 60px 0 70px;
}
#price .price-head{
	margin-bottom: 60px;
}
#price .price-head .title {
    color: #007AFF;
    text-align: center;
    margin: 0 auto 40px;
}
#price .price-head .title span {
	font-size: 40px!important;
	font-weight: 800;
    border-bottom: 6px solid #007AFF;
    padding-bottom: 10px;
}
#price .price-head .price-image {
	margin: 40px auto;
	text-align: center;
}
#price .price-head .price-image img {
	width: auto;
	max-width: 100%;
}
#price .price-head p {
	font-size: 1.6rem;
	margin-top: 30px;
}
#price .registration{
	margin: 50px auto 0;
}
#price .registration .wrap a {
	margin: 0 10px;
	width: 40%;
}
#price .registration .wrap.large a {
	width: auto;
}
#price .registration .btn{
	background: rgb(255,120,0);
	background: -moz-linear-gradient(90deg, rgba(255,120,0,1) 0%, rgba(255,46,66,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(255,120,0,1) 0%, rgba(255,46,66,1) 100%);
	background: linear-gradient(90deg, rgba(255,120,0,1) 0%, rgba(255,46,66,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff7800",endColorstr="#ff2e42",GradientType=1);
	color: #fff;
	padding: 1.3em 2.3em;
	border-radius: 4em;
	font-size: 2rem;
	width: 100%;
	justify-content: center;
}
#price .registration .wrap.large .btn {
	padding: 0.8em 2em;
	font-size: 3.2rem;
	font-weight: 800;
	width: 596px;
}
#price .registration .btn.btn-blue{
	background: rgb(5,108,185);
	background: -moz-linear-gradient(to right, #056cb9, #056cb9 20%, #3298e0 85%,  #3298e0); 
	background: -webkit-linear-gradient(to right, #056cb9, #056cb9 20%, #3298e0 85%, #3298e0); 
	background: linear-gradient(to right, #056cb9, #056cb9 20%, #3298e0 85%, #3298e0);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#056cb9",endColorstr="#3298e0",GradientType=1);
}
#price .registration .btn .ico{
	margin-right: .5em;
}
#price .registration .btn .ico img{
	width: 1.3em;
	display: block;
}
#price .registration .btn.ico_arrow:before {
	width: 20px;
	height: 20px;
	border-color: #ffffff;
	right: 1em;
}
#price .registration .caption {
	font-size: 2.8rem;
	font-weight: 800;
	margin-top: 10px;
}
#price .brochure {
	margin-bottom: 60px;
	padding-top: 80px;
}
#price .brochure .title {
	margin-bottom: 50px;
	font-size: 40px;
	text-align: center;
	line-height: 1.2;
}
#price .brochure input {
    margin: 0;
}
#price .brochure #errorSuccess{
    height: auto;
    padding: 0;
    font-size: inherit;
    margin-bottom: 0;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
	#price {
		margin: 5.004vw 1.668vw 4.851vw;		
	}
	#price .price-head{
		margin-bottom: 5.004vw;
	}
	#price .price-head .title {
		margin-bottom: 1.668vw;
	}
	#price .price-head .price-image {
		margin: 1.668vw auto 2.502vw;
	}
	#price .price-head p {
		font-size: 1.334vw;
		margin-top: 2.502vw;
	}
	#price .registration .btn{
		width: 39.7vw;
		padding: 2.168vw 3.837vw;
	}
	#price .registration .wrap.wrap.large .btn {
		width: 67.804vw;
		font-size: 3.641vw;
	}
	#price .registration .btn.ico_arrow:before {
		width: 2.275vw;
		height: 2.275vw;
		right: 2em;
	}
	#price .registration .caption {
		font-size: 3.185vw;
		margin-top: 1.138vw;
	}
	#price .brochure {
		padding-top: 6.672vw;
	}
}
@media screen and (max-width: 750px) {

	#price {
		padding: 8vw 0;
		margin: 0;
	}
	#price .price-head {
		padding: 0 6vw;
		margin-bottom: 5.333vw;
	}
	#price .price-head .title {
		margin: 0 auto 4vw;
	}
	#price .price-head .title span {
		font-size: 6.4vw!important;
		border-bottom-width: 0.8vw;
		padding-bottom: 1.333vw;
	}
	#price .price-head .price-image {
		margin: 4vw auto 5.333vw;
	}
	#price .price-head p {
		font-size: 3.2vw;
		margin-top: 4vw;
	}
	#price .registration{
		margin-top: 8vw;
		padding: 0 6vw;
	}
	#price .registration .wrap a,
	#price .registration .wrap.large a {
		margin: 2.667vw 0;
		width: 100%;
	}
	#price .registration .btn{
		padding: 0 8.667vw;
		line-height: 15.467vw;
		width: 100%;
		border-radius: 4.5em;
	}
	#price .registration .wrap.large .btn {
		padding: 0 6vw;
		line-height: 15.467vw;
		width: 100%;
		border-radius: 4.5em;
	}
	#price .registration .btn .ico{
		margin-right: 2.667vw;
	}
	#price .registration .btn .ico img{
		width: 3.333vw;
	}
	#price .registration .wrap.large .btn .ico img {
		width: 8.267vw;
		height: 8.267vw;
	}
	#price .registration .btn.ico_arrow:before {
		right: 6vw;
		width: 2vw;
		height: 2vw;
	}
	#price .registration .btn .text{
		font-size: 3.467vw;
	}
	#price .registration .wrap.large .btn .text {
		font-size: 4.8vw;
	}
	#price .registration .caption{
		margin-top: 1.333vw;
		font-size: 4.533vw;
	}
	#price .brochure {
		margin-bottom: 12vw;
		padding-top: 10.666667vw;
	}
	#price .brochure .title {
		font-size: 6.4vw;
		margin-bottom: 10.666667vw;
	}
}
