
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;
}

.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-skin {
	background: none;
	border-radius: 0;
}

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

.fancybox-close {
	cursor: pointer;
	height: 20px;
	position: absolute;
	left: 39px;
	top: 21px;
	width: 20px;
	z-index: 8040;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background: url(../img/icons.png) no-repeat 0 0;
}

/* Carousel */

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

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

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

.header {
	padding: 17px 0 20px 0;
}

.logo {
	padding-top: 13px;
}

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

.callme {
	text-align: right;
}

.callme .button {
	max-width: 240px;
	box-shadow: none;
}

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

.button {
	display: inline-block;
	width: 100%;
	max-width: 334px;
	height: 56px;
	padding: 0;
	border: 0;
	border-radius: 30px;
	background: linear-gradient(180deg, #F43F54 0%, #FF323E 100%), #F43F54;
	box-shadow: 0px 6px 10px rgba(29, 29, 29, 0.3);
	font-weight: 600;
	font-size: 21px;
	color: #fff;
	line-height: 56px;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	opacity: 1;
}

.button:hover {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, #F43F54 0%, #FF323E 100%), #F43F54;
	color: #fff;
	opacity: 1;
}

.button:focus {
	background: linear-gradient(180deg, #F43F54 0%, #FF323E 100%), #F43F54;
	box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 6px 10px rgba(29, 29, 29, 0.3);
	color: #fff;
	opacity: 1;
	text-decoration: none;
}

.landformbox__inner {
	margin: 0 auto;
}

.landformbox .form__form-group {
	height: 73px;
}

.input {
	width: 100%;
	height: 54px;
	padding: 0 13px;
	background: #fff;
	border: 0;
	border-radius: 3px;
	font-size: 18px;
	color: #282828;
}

.landformbox_light .input {
	background: linear-gradient(180deg, #F4F8FF 0%, rgba(255, 255, 255, 0) 100%), #FFFFFF;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
}

.landformbox_h {
	padding: 48px 55px 47px 56px;
	background: #fff;
	box-shadow: 0px -15px 10px rgba(0, 34, 99, 0.1);
}

.landformbox_h .form__title {
	font-size: 26px;
	font-weight: 600;
	color: #223CC5;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 28px;
}

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

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

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

.landformbox_h .button {
	max-width: 240px;
}

.landformbox_v {
	width: 414px;
	padding: 84px 10px 205px 10px;
	background: #223CC5;
}

.landformbox_v .landformbox__inner {
	max-width: 320px;
}

.landformbox_v .form__title {
	font-size: 24px;
	font-weight: 600;
	line-height: 35px;
	color: #fff;
	margin-bottom: 26px;
}

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

.landformbox_v .form__submit {
	padding-top: 21px;
	text-align: center;
}

.landformbox_v .button {
	max-width: 277px;
}

.landformbox__logo {
	padding-bottom: 31px;
}

.landformbox__logo-img {
	width: 100%;
	max-width: 148px;
}

.landformbox_color {
	background: #223CC5 url(../img/bg/bg_form.jpg) no-repeat 50% 0;
	background-size: cover;
}

.top-section_index {
	padding: 25px 0 48px 0;
	background: #3568c3 url(../img/bg/top_section.jpg) no-repeat 50% 0;
	background-size: cover;
	position: relative;
}

.main {
	padding-top: 20px;
	color: #fff;
}

.main__info {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 19px;
}

.main__info-spacer {
	color: #f43f54;
	margin: 0 5px;
}

.main__title {
	max-width: 60%;
	font-size: 80px;
	font: 900 46px 'ProximaNovaCondensed', sans-serif;
	line-height: 59px;
	text-transform: uppercase;
	margin: 0 0 33px 0;
}

.main-bottom {
	color: #fff;
}

.main__buttonbox {
	display: none;
}

.main__list-title {
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.15em;
	line-height: 29px;
	text-transform: uppercase;
	margin-bottom: 62px;
}

.main__list {
	max-width: 45%;
	padding-left: 40px;
}

.main__item {
	position: relative;
	padding: 0 0 24px 47px;
}

.main__item-number {
	position: absolute;
	left: 0;
	top: -5px;
	width: 29px;
	height: 58px;
	background: url(../img/number.png) no-repeat;
	text-indent: -10000px;
	vertical-align: top;
	margin-bottom: 2px;
}

.main__item-number_1 {
	background-position: 0 0;
}

.main__item-number_2 {
	background-position: 0 -84px;
}

.main__item-number_3 {
	background-position: 0 -168px;
}

.main__item-number_4 {
	background-position: 0 -252px;
}

.main__item-text {
	font-size: 24px;
	font-weight: 600;
	line-height: 29px;
	vertical-align: top;
}

.main__formblock {
	display: none;
}

.form-block {
	padding-bottom: 45px;
}

.form-block .landformbox_h {
	position: relative;
	margin-top: -29px;
}

.speaker {
	background: #3c78cd url(../img/bg/bg_speaker.jpg) no-repeat 50% 0;
	background-size: cover;
	color: #fff;
}

.speaker__img {
	width: 100%;
	max-width: 526px;
}

.speaker__title {
	max-width: 500px;
	padding-top: 56px;
	font-size: 46px;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.speaker__name {
	font-size: 31px;
	font-weight: 600;
	line-height: 38px;
	margin-bottom: 29px;
}

.speaker__info {
	max-width: 500px;
	padding-bottom: 40px;
}

.speaker__item {
	font-size: 24px;
	line-height: 29px;
	padding-bottom: 30px;
}

.bottom-section {
	min-height: 744px;
	background: url(../img/bg/bottom_section.jpg) no-repeat 50% 0;
	text-align: center;
}

.bottom-title {
	display: table;
	width: 100%;
}

.bottom-title__text {
	display: table-cell;
	height: 744px;
	vertical-align: middle;
	font-size: 53px;
	font-weight: 700;
	color: #fff;
	margin: 0;
}

.video-section {
	padding: 47px 0 39px 0;
	background: url(../img/bg/video_section.jpg) no-repeat 50% 0;
}

.video-section__title {
	max-width: 940px;
	font: 900 44px 'ProximaNovaCondensed', sans-serif;
	line-height: 56px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 56px;
}

.video {
	position: relative;
	max-width: 1135px;
	height: 0;
	padding-bottom: 56.25%;
	padding-top: 30px;
	overflow: hidden;
	margin: 0 auto;
}

.video IFRAME {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.social {
	text-align: center;
	margin-bottom: 28px;
}

.social__title {
	display: inline-block;
	font-size: 18px;
	color: #F43F54;
	vertical-align: middle;
}

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

.social__item {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url(../img/social.png) no-repeat;
	text-indent: 10000px;
	margin: 0 1px 10px 0;
}

.social__item_vkontakte {
	background-position: 0 0;
}

.social__item_odnoklassniki {
	background-position: -45px 0;
}

.social__item_facebook {
	background-position: -90px 0;
}

.social__item_mailru {
	background-position: -135px 0;
}

.social__item_mail {
	background-position: -180px 0;
}

.faq__title {
	font-size: 26px;
	font-weight: 800;
	letter-spacing: 0.12em;
	color: #223CC5;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 36px;
}

.faq__list {
	max-width: 800px;
	margin: 0 auto;
}

.faq__question {
	font-size: 24px;
	font-weight: 600;
	line-height: 29px;
	margin-bottom: 13px;
}

.faq__answer {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 40px;
}

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

.footer {
	padding: 27px 0 25px 0;
}

.footer__logo-img {
	width: 100%;
	max-width: 165px;
}

.footer__phone {
	padding-top: 9px;
	text-align: right;
}

.footer__phone-number {
	white-space: nowrap;
	font-size: 19px;
	font-weight: 300;
	color: #1B2EAE;
}

.footer__buttonbox {
	display: none;
}

.footer_thank {
	background: #1b2eae;
}

.footer_thank .footer__phone-number {
	color: #fff;
}

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

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

.landformbox {
}

.landformbox .landformbox__inner {
	max-width: 320px;
}

.landformbox .form__title {
	font-size: 24px;
	line-height: 35px;
	text-transform: none;
	text-align: center;
}

.landformbox .form__form-group {
	float: none;
	width: 100%;
	padding-right: 0;
}

.landformbox .input {
	width: 100%;
	max-width: 320px;
}

.landformbox .form__submit {
	float: none;
	width: 100%;
	padding-top: 21px;
	text-align: center;
}

.landformbox .button {
	max-width: 277px;
}

.main__title {
	max-width: none;
}

.main__list {
	max-width: none;
	padding-left: 40px;
}

.speaker {
	padding-top: 41px;
}

.speaker__photo {
	text-align: center;
}

.speaker__title {
	max-width: none;
}

.speaker__info {
	max-width: none;
}

.bottom-section {
	min-height: 544px;
	background-size: cover;
}

.bottom-title__text {
	height: 544px;
}

.footer,
.footer__phone {
	text-align: left;
}
}
 @media (max-width: 768px) {

.container {
	max-width: 364px;
}

.header {
	padding: 25px 0 32px 0;
}

.top-section_index .header {
	padding: 31px 0 21px 0;
}

.logo__img {
	max-width: 165px;
}

.top-section_index .logo__img {
	max-width: 106px;
}

.callme {
	display: none;
}

.button {
	font-size: 24px;
}

.top-section_index {
	padding: 0 0 40px 0;
	background: none;
}

.main-top {
	min-height: 440px;
	background: #4b70d2 url(../img/bg/main_top.jpg) no-repeat 50% 0;
}

.main__info {
	font-size: 19px;
	font-weight: 600;
	line-height: 23px;
	margin-bottom: 19px;
}

.main__info SPAN {
	display: block;
}

.main__info .main__info-spacer {
	display: none;
}

.main__title {
	max-width: 250px;
	font-size: 27px;
	line-height: 35px;
}

.main-bottom {
	color: #223CC5;
}

.main__buttonbox {
	display: block;
	padding-bottom: 48px;
	margin-top: -28px;
}

.main__list-title {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 29px;
}

.main__list {
	padding-left: 0;
	margin-bottom: 13px;
}

.main__item {
	padding: 0 0 34px 47px;
}

.main__item-number_1 {
	background-position: -30px 0;
}

.main__item-number_2 {
	background-position: -30px -84px;
}

.main__item-number_3 {
	background-position: -30px -168px;
}

.main__item-number_4 {
	background-position: -30px -252px;
}

.main__item-text {
	font-size: 19px;
	line-height: 23px;
}

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

.main__formblock-title {
	font-size: 26px;
	font-weight: 600;
	line-height: 32px;
	text-transform: uppercase;
	margin-bottom: 29px;
}

.form-block {
	display: none;
}

.speaker__img {
	max-width: 238px;
}

.speaker__title {
	padding-top: 28px;
	font-size: 27px;
	line-height: 33px;
	text-align: center;
	margin-bottom: 20px;
}

.speaker__name {
	font-size: 27px;
	margin-bottom: 25px;
}

.speaker__info {
	padding-bottom: 27px;
}

.speaker__item {
	font-size: 20px;
	line-height: 26px;
	padding-bottom: 25px;
}

.bottom-title__text {
	font-size: 37px;
	line-height: 55px;
}

.video-section {
	padding: 42px 0 45px 0;
}

.video-section__title {
	font-size: 30px;
	line-height: 38px;
	margin-bottom: 29px;
}

.social {
	padding-top: 38px;
	margin-bottom: 28px;
}

.social__title {
	display: block;
	padding-bottom: 7px;
}

.social__list {
	display: block;
	padding-bottom: 10px;
}

.faq__title {
	margin-bottom: 29px;
}

.faq__list {
	max-width: 800px;
	margin: 0 auto;
}

.faq__question {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 9px;
}

.faq__answer {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 27px;
}

.footer {
	padding: 27px 0 58px 0;
}

.footer__logo {
	padding-bottom: 16px;
}

.footer__phone {
	padding-bottom: 17px;
}

.footer__buttonbox {
	position: fixed;
	z-index: 1;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
}

.footer__button,
.footer__button:hover,
.footer__button:focus {
	display: block;
	height: 58px;
	background: #F63D51;
	font-size: 22px;
	font-weight: 300;
	letter-spacing: 0.23em;
	line-height: 58px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	opacity: 1;
}

.footer__button_narrow,
.footer__button_narrow:hover,
.footer__button_narrow:focus {
	font-size: 21px;
	letter-spacing: normal;
}

.footer_thank {
	padding-top: 0;
}

.footer_thank .footer__logo {
	padding-top: 33px;
}

.fancybox-wrap,
.fancybox-skin {
	left: 0 !important;
	right: 0 !important;
	top: 0 !important;
	bottom: 0 !important;
	width: 100% !important;
	height: 100% !important;
}

.fancybox-outer,
.fancybox-inner,
#form1,
#form2,
.landformbox {
	width: 100% !important;
	height: 100% !important;
}
}
