
img {
	vertical-align: top;
	transition: all .3s ease 0s;
}

a {
	color: #2D549A;
	outline: none;
}

a:hover {
	opacity: 0.8;
	color: #D2232A;
	text-decoration: none
}

body {
	background: #fff;
	color: #282828;
	font-size: 16px;
	font-family: 'ProximaNova', sans-serif;
	line-height: 1.25;
}

h2,
h3 {
	font-size: 36px;
	font-family: 'ProximaNova', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0 0 30px;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

button {
	border: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* Forms */

.input {
	font-size: 18px;
	line-height: 1.75;
	font-weight: 400;
	border: 1px solid #e0e0e0;
	outline: none;
	margin: 0;
	padding: 0px 8px;
	width: 440px;
	height: 32px;
	vertical-align: top;
	transition: all .3s ease 0s;
}

.form textarea {
	overflow-x: hidden;
	resize: vertical;
	height: 82px;
}

.form .error {
	box-shadow: inset 0 0 2px 0 #F00;
}

.form label.error,
.form span.error {
	display: none !important;
}

/* Fancybox */

.fancybox-overlay {
	background: url(../img/bg/popup.jpg) no-repeat 50% 0;
	background-size: cover;
}

.fancybox-skin {
	background: none;
	border-radius: 0;
}

.fancybox-opened .fancybox-skin {
	box-shadow: none;
}

.fancybox-type-iframe .fancybox-inner {
	overflow: hidden !important;
}

.fancybox-close {
	cursor: pointer;
	height: 40px;
	position: absolute;
	right: -45px;
	top: -45px;
	width: 40px;
	z-index: 8040;
}

.fancybox-close {
	background: url(../img/icons.png) no-repeat -102px 0;
}

/* Popups */
.popup {
	max-width: 500px;
	padding: 0;
	right: -7px;
	overflow: hidden;
}

.popup__form {
	display: block;
	padding: 50px 40px 40px;
	color: #000;
	background-color: #fff;
}

.popup__container {
	float: left;
	width: 100%;
	margin: 10px 0;
	padding-right: 0 !important;
}

.popup__header {
	font-size: 36px;
	font-weight: 900;
	line-height: 33px;
	text-transform: uppercase;
}

.popup__header_sm {
	display: block;
	margin-top: 7px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
}

.popup__input,
.popup__select {
	width: 100%;
	height: 64px;
	outline: none;
	border: 1px solid #b2b2b2;
	background-color: #fff;
}

.popup__input {
	padding-left: 20px;
}

.popup__select {
	padding-left: 15px;
	font-weight: 400;
	text-transform: none;
}

.popup__add-more {
	font-style: italic;
	text-decoration: none;
	border-bottom: 1px dotted;
}

.popup__submit {
	width: 100%;
	min-height: 70px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	line-height: 22px;
	border-radius: 3px;
	background-color: hsla(190, 90%, 55%, 1);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	cursor: pointer;
}

.popup__checkbox-label {
	position: relative;
	vertical-align: top;
	width: 100%;
	margin-top: 25px;
	padding: 2px 0 0 35px !important;
	font-size: 13px;
	font-weight: 400;
}

.popup__checkbox,
.popup__checkbox-icon {
	position: absolute;
	width: 17px;
	height: 17px;
	border: none;
}

.popup__checkbox {
	top: 2px;
	left: 0;
	margin: 0;
	padding: 0;
	opacity: 0;
	cursor: pointer;
	z-index: 2;
}

.popup__checkbox-icon {
	top: -1px;
	left: 0;
	text-align: center;
	background: url("../img/checkbox.png") no-repeat;
	background-position: left top;
	z-index: 1;
}

.popup__checkbox:checked +
.popup__checkbox-icon {
	background-position: right top;
}

/* Carousel */

.owl-carousel .owl-item img {
	width: auto;
}

.wrapper {
	margin: 0 auto;
	overflow: hidden;
}

/* Header
-----------------------------------------------------------------------------*/

.header {
	padding: 31px 0 82px 0;
}

.header__box {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.logo {
	padding: 7px 0 0 0;
}

.logo__img {
	width: 100%;
	max-width: 260px;
}

.phone {
	display: inline-block;
	padding: 0 28px 0 0;
	text-align: right;
	vertical-align: -10px;
}

.phone__number {
	white-space: nowrap;
	font-size: 16px;
	color: #444;
}

.email {
	font-size: 16px;
	color: #444;
}

.phone__coll {
	display: inline-block;
}

.phone__coll-link {
	display: inline-block;
	width: 172px;
	height: 43px;
	border: 2px solid #ED1C24;
	border-radius: 51px;
	font-size: 18px;
	font-weight: 600;
	color: #ED1C24;
	line-height: 39px;
	text-transform: uppercase;
	text-align: center;
}

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

.button {
	display: inline-block;
	width: 100%;
	max-width: 360px;
	height: 55px;
	padding: 0;
	border: 0;
	border-radius: 30px;
	background: linear-gradient(180deg, #F43F54 0%, #FF323E 100%), #F43F54;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	font: 700 21px 'ProximaNovaCondensed';
	line-height: 55px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	opacity: 1;
}

.button:hover,
.button:focus {
	background: #ff5064;
	color: #fff;
	opacity: 1;
	text-decoration: none;
}

.button_download:before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 20px;
	background: url(../img/icons.png) no-repeat -145px 0;
	vertical-align: -2px;
	margin-right: 13px;
}

.landformbox {
	width: 100%;
	background: linear-gradient(#FFFFFF 30%, #cce2f4 100%);
	box-shadow: 0 0 30px rgba(0, 19, 149, 0.3);
}

.landformbox .form__title {
	font-size: 24px;
	line-height: 35px;
	margin-bottom: 34px;
}

.landformbox .input {
	width: 100%;
	height: 55px;
	padding: 0 15px;
	background: #fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
	border-radius: 3px;
}

.landformbox_v {
	max-width: 365px;
	padding: 62px 10px 44px 10px;
	text-align: center;
	margin: 0 auto;
}

.landformbox_v .landformbox__inner {
	max-width: 345px;
	margin: 0 auto;
}

.landformbox_v .form__form-group {
	height: 70px;
}

.landformbox_v .input {
	max-width: 345px;
}

.landformbox_v .form__submit {
	padding-top: 17px;
}

.landformbox_h {
	max-width: 1170px;
	padding: 76px 70px 70px 70px;
}

.landformbox_h .form__form-group {
	float: left;
	clear: none;
	width: 25.7%;
	height: 85px;
	padding-right: 27px;
}

.landformbox_h .input {
	max-width: 236px;
}

.landformbox_h .form__submit {
	float: left;
	width: 22.9%;
}

.landformbox_h .button {
	display: inline-block;
	width: 100%;
	max-width: 236px;
}

.top-section {
	position: relative;
	background: url(../img/bg/top_section.jpg) no-repeat 50% 0;
	background-size: cover;
	box-shadow: 0px 4px 80px rgba(0, 19, 149, 0.15);
}

.main {
	padding-bottom: 348px;
	text-align: center;
}

.main__title {
	font-size: 41px;
	font-weight: 900;
	line-height: 50px;
	color: #0954C5;
	text-transform: uppercase;
	margin: 0 0 29px 0;
}

.main__subtitle {
	max-width: 700px;
	font-size: 25px;
	line-height: 37px;
	color: #0954C5;
	margin: 0 auto 58px auto;
}

.main__buttonbox {
	margin-bottom: 71px;
}

.main__info {
	position: relative;
}

.main__item {
	position: relative;
	display: inline-block;
	max-width: 195px;
	padding: 0 20px;
	font: 800 20px 'ProximaNovaCondensed';
	line-height: 24px;
	vertical-align: top;
	margin-bottom: 54px;
}

.main__item:after {
	content: '';
	position: absolute;
	left: 100%;
	top: 10px;
	display: block;
	width: 1px;
	height: 54px;
	background: #C6C6C6;
}

.main__item_3:after {
	display: none;
}

.form__form-block {
	position: relative;
}

.form__form-block:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 18px;
	left: -25px;
	display: block;
	width: 3px;
}

.form__form-block_1:before {
	background: #fa6d34;
}

.form__form-block_2:before {
	background: #f9ba48;
}

.terms {
	max-width: 348px;
	text-align: center;
	margin: 0 auto;
}

.terms:before {
	content: '';
	display: block;
	width: 100%;
	max-width: 263px;
	height: 1px;
	background: #E2E2E2;
	margin: 0 auto 30px auto;
}

.terms__title {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 27px;
}

.terms__list {
	padding-bottom: 22px;
}

.terms__item {
	padding-bottom: 8px;
	font-size: 18px;
}

.terms__text {
	font-size: 14px;
	font-weight: 300;
	line-height: 17px;
}

.about {
	padding: 71px 0 73px 0;
	background: url(../img/bg/about.jpg) no-repeat 50% 0;
	background-size: cover;
}

.about__title {
	font-size: 34px;
	font-weight: 800;
	line-height: 41px;
	color: #0954C5;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.about__text {
	max-width: 750px;
	font-size: 21px;
	line-height: 37px;
	margin-bottom: 38px;
}

.infoblock {
	position: relative;
	padding: 52px 0 19px 0;
	box-shadow: 0 0 30px rgba(0, 19, 149, 0.15);
}

.infoblock__item {
	text-align: center;
	margin-bottom: 40px;
}

.infoblock__item:before {
	content: '';
	display: block;
	width: 68px;
	height: 68px;
	background: url(../img/infoblock_icons.png) no-repeat;
	margin: 0 auto 32px auto;
}

.infoblock__item_1:before {
	background-position: 0 0;
}

.infoblock__item_2:before {
	background-position: 0 -71px;
}

.infoblock__item_3:before {
	background-position: 0 -142px;
}

.infoblock__item_4:before {
	background-position: 0 -213px;
}

.infoblock__title {
	font: 700 24px 'ProximaNovaCondensed';
	line-height: 29px;
	letter-spacing: 0.05em;
	padding-bottom: 7px;
}

.infoblock__text {
	font-size: 21px;
	line-height: 26px;
}

.formula {
	padding: 54px 0 35px 0;
	text-align: center;
}

.formula__subtitle {
	font: 700 24px 'ProximaNovaCondensed';
	letter-spacing: 0.05em;
	color: #0954C5;
	text-transform: uppercase;
	margin-bottom: 45px;
}

.formula__photo {
	margin-bottom: 50px;
}

.formula__img {
	width: 100%;
	max-width: 1140px;
	border: 5px solid #bc9e7a;
}

.reason {
	padding-bottom: 41px;
	background: #f4faff;
	text-align: center;
}

.reason__title {
	position: relative;
	height: 652px;
	background: url(../img/bg/reason.jpg) no-repeat 50% 0;
	margin-bottom: 41px;
}

.reason__title-text {
	position: absolute;
	bottom: 0;
	left: -200px;
	right: -200px;
	font-size: 107px;
	font-weight: 900;
	line-height: 50px;
	color: #F4FAFF;
	text-transform: uppercase;
	white-space: nowrap;
}

.reason__subtitle {
	font-size: 21px;
	line-height: 26px;
	margin-bottom: 26px;
}

.reason__carousel-box {
	margin: 0 -15px;
}

.reason__slide {
	padding: 15px;
}

.reason__item {
	display: table;
	width: 100%;
	max-width: 555px;
	height: 288px;
	background: #fff;
	box-shadow: 0 0 15px rgba(0, 19, 149, 0.13);
	margin: 0 auto;
}

.reason__content {
	display: table-cell;
	width: 324px;
	padding: 0 30px 0 39px;
	text-align: left;
	vertical-align: top;
}

.reason__text {
	height: 186px;
	padding-top: 63px;
	font-size: 21px;
	color: #282828;
}

.reason__button {
	display: block;
	width: 172px;
	height: 43px;
	border: 2px solid #ED1C24;
	border-radius: 51px;
	font: 600 18px 'ProximaNovaCondensed';
	line-height: 39px;
	color: #ED1C24;
	text-transform: uppercase;
	text-align: center;
}

.reason__photo {
	display: table-cell;
	width: 231px;
	vertical-align: top;
}

.owl-nav {
	position: absolute;
	top: 50%;
	margin-top: -22px;
	left: 0;
	right: 0;
}

.owl-prev,
.owl-next {
	position: absolute;
	display: inline-block;
	width: 47px;
	height: 44px;
	background: url(../img/icons.png) no-repeat;
	text-indent: -10000px;
}

.owl-prev {
	background-position: 0 0;
	left: -40px;
}

.owl-next {
	background-position: -52px 0;
	right: -40px;
}

.owl-dots {
	text-align: center;
	padding-top: 22px;
}

.owl-dot {
	display: inline-block;
	vertical-align: middle;
}

.owl-dot SPAN {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #c4c4c4;
	margin: 0 4px;
}

.owl-dot.active SPAN {
	background: #0954c5;
}

.information {
	padding: 107px 0 104px 0;
	background: linear-gradient(#FFFFFF 47.3%, #dfedf9 95.99%);
}

.information__logo {
	padding-top: 5px;
	margin-bottom: 42px;
}

.information__logo-img {
	width: 100%;
	max-width: 477px;
}

.information__text {
	padding-right: 45px;
	font-size: 21px;
	line-height: 36px;
	text-align: justify;
}

.information__bignumber {
	font-size: 165px;
	font-weight: 900;
	line-height: 132px;
	color: #00AEEF;
	white-space: nowrap;
}

.information__bigtext {
	font-size: 34px;
	line-height: 40px;
	margin-bottom: 54px;
}

.information__bigtext-part {
	color: #00AEEF;
}

.information__item {
	max-width: 165px;
	min-height: 189px;
	padding: 14px 10px 10px 18px;
	border: 1px solid #CCC;
	border-radius: 30px;
}

.information__number {
	font-size: 64px;
	font-weight: 900;
	line-height: 64px;
	color: #F43F54;
}

.information__item-text {
	font-size: 18px;
	color: #333;
}

.information__title {
	padding-top: 86px;
	font-size: 41px;
	font-weight: 900;
	line-height: 50px;
	color: #0954C5;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 29px;
}

.information__subtitle {
	max-width: 700px;
	font-size: 25px;
	line-height: 37px;
	color: #0954C5;
	text-align: center;
	margin: 0 auto 64px auto;
}

.information__buttonbox {
	text-align: center;
}

.popup__logo {
	margin-bottom: 39px;
}

.popup__head {
	display: table;
	width: 100%;
	margin-bottom: 58px;
}

.popup__title {
	display: table-cell;
	font-size: 32px;
	font-weight: 900;
	letter-spacing: 0.03em;
	color: #fff;
	text-transform: uppercase;
}

.popup__title-part {
	display: block;
	font-size: 62px;
	margin-bottom: 4px;
}

.popup__subtitle {
	display: table-cell;
	padding-top: 19px;
	font-size: 32px;
	font-weight: 300;
	letter-spacing: 0.03em;
	color: #fff;
	text-transform: uppercase;
	text-align: right;
}

/* Footer
-----------------------------------------------------------------------------*/

.footer {
	padding: 34px 0 25px 0;
	background: #020E61;
}

.phone__number_f,
.email_f {
	color: #fff;
}

.phone__coll-link_f {
	border-color: #fff;
	color: #fff;
}



/* Responsive */
@media (min-width: 1200px) {

.container {
	width: 1170px;
}
}
 @media (max-width: 992px) {

.landformbox_h {
	max-width: 365px;
	padding: 62px 10px 44px 10px;
	text-align: center;
	margin: 0 auto;
}

.landformbox_h .landformbox__inner {
	max-width: 345px;
	margin: 0 auto;
}

.landformbox_h .form__form-group {
	float: none;
	clear: none;
	width: 100%;
	height: 70px;
	padding-right: 0;
}

.landformbox_h .input {
	max-width: 345px;
}

.landformbox_h .form__submit {
	float: none;
	width: 100%;
	padding-top: 17px;
}

.landformbox_h .button {
	display: block;
	max-width: 345px;
}

.main {
	padding-bottom: 148px;
}

.about {
	padding: 71px 0 73px 0;
	background-position: 65% 0;
}

.about__text {
	max-width: 650px;
}

.reason__title {
	height: 452px;
	background-size: cover;
}

.reason__title-text {
	left: -100px;
	right: -100px;
	font-size: 70px;
	line-height: 40px;
}

.reason__subtitle {
	font-size: 21px;
	line-height: 26px;
}

.information__text {
	padding: 0 0 50px 0;
}

.information__bignumber,
.information__bigtext {
	text-align: center;
}

.information__item {
	margin: 0 auto;
}

.popup__title {
	display: block;
}

.popup__subtitle {
	display: block;
	text-align: left;
}
}
 @media (max-width: 768px) {

.fancybox-close {
	cursor: pointer;
	height: 40px;
	position: absolute;
	right: -18px;
	top: -18px;
	width: 40px;
	z-index: 8040;
}

.header__box {
	display: block;
	text-align: center;
}

.logo {
	padding: 7px 0 20px 0;
}

.phone {
	display: block;
	padding: 0 0 20px 0;
	text-align: center;
	vertical-align: 0;
}

.phone__coll {
	display: block;
}

.button_download:before {
	margin-right: 5px;
}

.main__title {
	font-size: 30px;
	line-height: 37px;
}

.main__subtitle {
	font-size: 18px;
	line-height: 26px;
}

.main__item {
	display: block;
	max-width: none;
	padding: 0 20px;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 30px;
}

.main__item:after {
	display: none;
}

.about {
	background: none;
}

.about__text {
	font-size: 16px;
	line-height: 28px;
}

.formula__subtitle {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 45px;
}

.reason__title {
	height: auto;
	padding-top: 150px;
	text-align: left;
}

.reason__title-text {
	position: relative;
	padding: 0 15px;
	left: auto;
	right: auto;
	bottom: -7px;
	font-size: 58px;
	line-height: 46px;
	white-space: normal;
}

.reason__subtitle {
	font-size: 16px;
	line-height: 19px;
}

.reason__item {
	display: block;
	height: auto;
}

.reason__content {
	display: block;
	width: 100%;
	padding: 0 30px;
}

.reason__text {
	height: 166px;
	padding: 43px 0 0 0;
}

.reason__button {
	margin: 0 auto 20px auto;
}

.reason__photo {
	display: block;
	width: 100%;
}

.reason__photo IMG {
	margin: 0 auto;
}

.owl-prev,
.owl-next {
	display: none;
}

.information__text {
	font-size: 16px;
	line-height: 27px;
}

.information__bignumber {
	font-size: 86px;
	line-height: 80px;
}

.information__bigtext {
	font-size: 18px;
	line-height: 20px;
}

.information__item {
	margin: 0 auto 30px auto;
}

.information__title {
	font-size: 26px;
	line-height: 33px;
	margin-bottom: 24px;
}

.information__subtitle {
	font-size: 19px;
	line-height: 28px;
	margin: 0 auto 54px auto;
}

.popup__logo-img {
	width: 100%;
	max-width: 200px;
	height: auto;
}

.popup__title {
	font-size: 26px;
}

.popup__title-part {
	font-size: 42px;
	margin-bottom: 0;
}

.popup__subtitle {
	font-size: 26px;
}
}
