@charset "UTF-8";
@font-face {
	font-family: "SegoeUIRegular";
	src: local("SegoeUIRegular"), url(../fonts/SegoeUI/SegoeUIRegular/SegoeUIRegular.ttf); }

@font-face {
	font-family: "SegoeUIBold";
	src: local("SegoeUIBold"), url(../fonts/SegoeUI/SegoeUIBold/SegoeUIBold.ttf); }

@font-face {
	font-family: "SegoeUIItalic";
	src: local("SegoeUIItalic"), url(../fonts/SegoeUI/SegoeUIItalic/SegoeUIItalic.ttf); }

@font-face {
	font-family: "SegoeUILight";
	src: local("SegoeUILight"), url(../fonts/SegoeUI/SegoeUILight/SegoeUILight.ttf); }

@font-face {
	font-family: "SegoeUISemiBold";
	src: local("SegoeUISemiBold"), url(../fonts/SegoeUI/SegoeUISemiBold/SegoeUISemiBold.ttf); }

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "SegoeUIRegular";
	outline: none !important; }

body {
	margin: 0;
	width: 100%;
	height: 100%; }

.wrapper {
	width: 100%; }

/*.page-header .container {
	max-width: 940px;
	padding: 0; }
*/
.page-header a.btn {
	height: 30px;
	padding: 0; }

/*.page-header .nav > li {
	margin-left: 25px; }*/

.nav>li>a{
	padding: 0!important;
	padding-right: 16px!important;
}

.nav>li>a:focus, .nav>li>a:hover{
	background: none!important;
}

.first_section {
	width: 100%;
	background-image: url("../img/first_section/img1.png");
	background-size: cover;
	background-position: center;
	position: relative;
	background-attachment: fixed; }
.first_section .big_title {
	width: 437px;
	/*background-image: url("../img/first_section/bg1_icon.png");*/
	background-image: url("../img/first_section/bg2_icon.png");
	background-size: contain;
	background-repeat: no-repeat;
	/*padding-top: 28px;*/
	padding-top: 24px;
	padding-left: 26px;
	padding-bottom: 36px;
	padding-right: 53px;
	position: relative; }
.first_section .big_title h1 {
	color: white;
	font-size: 49px;
	font-weight: 500;
	line-height: 33px;
	font-family: "SegoeUIBold";
	display: inline-block;
	line-height: 1em;
	text-transform: none;
	letter-spacing: 0px;}
.first_section .big_title .smaller_sub_ttl {
	position: absolute;
	font-family: "SegoeUISemiBold";
	color: white;
	font-size: 18px;
	line-height: 22px;
	display: block;
	left: 27px;
	bottom: -3px; }
.first_section .top_title {
	padding: 0; }
.first_section .overlay {
	background-color: rgba(55, 3, 101, 0.85);
	width: 100%;
	opacity: 0.8;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1; }
.first_section .container {
	z-index: 2;
	position: relative;
	max-width: 940px; }
.first_section .col-lg-12,
.first_section .col-lg-6 {
	padding: 0; }
.first_section .ttl {
	font-family: "SegoeUISemiBold";
	color: white;
	font-size: 18px;
	font-weight: 500;
	line-height: 22px;
	display: block;
	margin-top: 11px; }
.first_section .content_block {
	margin-top: 32px;
	padding: 0; }
.first_section .content_block:first-child {
	margin-top: 121px; }
.first_section .wrap_contactInfo {
	background-image: url("../img/first_section/bg_2block.png");
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	padding-left: 48px;
	padding-top: 21px;
	padding-bottom: 20px;
	margin-top: 28px;
	margin-left: 101px; }
.first_section .contact_infoLine {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 26px; }

.first_section .contact_infoLine div {
	width: 100%;
}
.first_section .contact_infoLine div:first-child {
	margin-bottom: 15px;
}

.first_section .contact_infoLine:first-child {
	margin-top: 0; width: 100%; }
.first_section .contact_infoLine:nth-child(2) {
	padding-left: 10px; }
.first_section .contact_infoLine:nth-child(3) {
	padding-left: 22px; }
.first_section .contact_infoLine img {
	margin-right: 10px; }
.first_section .contact_infoLine span {
	color: white;
	font-size: 18px;
	font-style: italic;
	line-height: 20px; }

.btn_block {
	display: inline-block;
	margin-top: 6px;
	margin-bottom: 121px; }

.btn_color {
	background: #ff5151;
	border: none;
	width: 170px;
	height: 40px;
	-webkit-transition: .3s;
	transition: .3s;
	color: white;
	font-size: 15px;
	font-weight: 500;
	display: block;
	font-family: "SegoeUIRegular";
	text-align: center;
	padding-top: 8px;
	margin-top: 30px;
	text-decoration: none;
	color: #fff !important;
	-webkit-transition: all .3s;
	transition: all .3s; }
.btn_color:hover {
	background: #e30815;
	color: #fff;
	text-decoration: none; }

h1, h2 {
	color: #342a70;
	font-size: 30px;
	font-weight: 500;
	line-height: 38px;
	text-transform: uppercase;
	font-family: "SegoeUISemiBold";
	margin: 0;
	letter-spacing: 3px;
	z-index: 2;
	position: relative; }

.second_section {
	width: 100%;
	background: #fafafa; }
.second_section .registr_bnt {
	display: none; }
.second_section .container {
	max-width: 940px; }
.second_section .col-lg-12 {
	padding: 0; }
.second_section .wrap_txtBlock {
	margin-top: 47px;
	padding-left: 0; }
.second_section .wrap_txtBlock p {
	margin: 0;
	padding: 0;
	color: #1e1e1e;
	font-size: 20px;
	line-height: 32px;
	font-weight: 400;
	display: inline-block;
	padding-right: 80px; }
.second_section .wrap_txtBlock p b {
	font-family: "SegoeUIBold"; }
.second_section .count_txt {
	padding-left: 34px; }
.second_section .count_txt span {
	color: #342a70;
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
	font-family: "SegoeUISemiBold"; }
.second_section .count_txt span b {
	font-family: "SegoeUIBold";
	font-weight: 500;
	line-height: 40px;
	font-size: 40px;
	display: block; }
.second_section .wrap_tabsBlock {
	margin-top: 103px;
	display: inline-block;
	padding-right: 13px;
	padding-left: 0; }
.second_section .wrap_tabsBlock ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-top: 43px;
	z-index: 2;
	padding-right: 10px; }
.second_section .wrap_tabsBlock ul li {
	padding: 5px 0;
	background: transparent;
	padding-left: 14px;
	margin-top: 5px; }
.second_section .wrap_tabsBlock ul li:first-child {
	margin-top: 0; }
.second_section .wrap_tabsBlock ul li.active {
	background: url(../img/second_section/bg_tab.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center; }
.second_section .wrap_tabsBlock ul li.active .tab_links {
	color: #fff;
	border: none; }
.second_section .tab_links {
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: #3a65b7;
	text-decoration: none;
	border-bottom: 1px #3a65b7 dashed; }
.second_section .wrap_tabContent {
	padding-left: 23px;
	max-width: 460px;
	height: 460px;
	background-color: white;
	border: 2px solid #edeae9;
	margin-left: 9px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-top: -60px;
	padding-top: 97px;
	padding-left: 66px;
	padding-right: 98px; }
.second_section .wrap_tabContent h3 {
	display: block;
	margin: 0;
	color: #ff5151;
	font-size: 26px;
	font-weight: 500;
	line-height: 26px;
	font-family: "SegoeUISemiBold";
	margin-bottom: 15px; }
.second_section .wrap_tabContent .sub_ttlContent {
	color: #1e1e1e;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	margin: 0; }
.second_section .wrap_tabContent button {
	margin-top: 20px; }
.second_section .content_tab {
	position: relative;
	display: none; }
.second_section .content_tab .image {
	position: absolute;
	width: 207px;
	height: 207px;
	background-color: white;
	border: 2px solid #edeae9;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	top: -17px;
	left: 118%; }

.third_section {
	width: 100%;
	background-color: #fff; }
.third_section .container {
	max-width: 940px; }
.third_section .col-lg-12 {
	padding: 0; }
.third_section .wrap_programmBlock {
	width: 100%;
	margin: 0 auto;
	padding-top: 52px;
	background-color: #fafafa;
	padding-bottom: 49px;
	background-image: url("../img/third_section/bg_section.png");
	background-position: right;
	background-repeat: no-repeat; }
.third_section .wrap_programmBlock .container {
	max-width: 940px; }
.third_section h3 {
	color: #1e1e1e;
	font-size: 22px;
	font-weight: 500;
	line-height: 24px;
	font-family: "SegoeUIBold";
	margin: 0;
	margin-bottom: 15px; }
.third_section .sub_subject {
	font-size: 15px;
	font-weight: 400;
	line-height: 23px;
	color: #1e1e1e;
	margin-bottom: 14px;
	display: block;
	padding-right: 20px; }
.third_section .left_contactTxtBlock {
	padding-left: 0;
	padding-right: 0;
	max-width: 613px;
	margin-top: 23px; }
.third_section .wrap_newContent {
	display: block;
	padding: 0 20px 20px 20px;
	display: none; }
.third_section .wrap_newContent .txt {
	font-size: 15px;
	line-height: 21px;
	color: #1e1e1e;
	font-weight: 400;
	margin-top: 10px;
	display: block; }
.third_section .wrap_newContent .ttl_list {
	color: #1e1e1e;
	font-weight: 500;
	font-family: "SegoeUIBold";
	display: block;
	margin-top: 20px; }
.third_section .wrap_newContent .list {
	list-style-type: inherit;
	padding-left: 0; }
.third_section .wrap_newContent .list li {
	padding-left: 25px;
	position: relative;
	color: #1e1e1e;
	font-weight: 400; }
.third_section .wrap_newContent .list li:before {
	content: "";
	width: 4px;
	height: 4px;
	background: #000;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: 9px;
	left: 10px; }
.third_section .wrap_newContent .turnContent {
	color: #244fa1;
	font-style: italic;
	margin-top: 20px;
	text-decoration: none;
	border-bottom: 1px #3a65b7 dashed;
	-webkit-transition: .3s;
	transition: .3s;
	display: inline-block;
	font-size: 15px; }
.third_section .wrap_newContent .turnContent:hover {
	color: #3a65b7;
	-webkit-transition: all .3s;
	transition: all .3s; }
.third_section ol {
	padding-left: 0;
	list-style-type: none; }
.third_section ol li {
	display: block;
	position: relative;
	padding-left: 45px;
	font-size: 15px;
	line-height: 21px;
	color: #1e1e1e;
	font-weight: 400;
	margin-top: 10px; }
.third_section ol li:first-child {
	margin-top: 0; }
.third_section ol li:nth-child(2) {
	margin-top: 4px; }
.third_section ol li:nth-child(3) {
	margin-top: 4px; }
.third_section ol li:nth-child(4) {
	margin-top: 0; }
.third_section ol li:nth-child(5) {
	margin-top: 4px; }
.third_section ol li:nth-child(6) {
	margin-top: 4px; }
.third_section ol li:nth-child(7) {
	margin-top: 14px; }
.third_section ol .count {
	margin-left: 18px;
	margin-right: 13px;
	font-family: "SegoeUISemiBold";
	color: #1e1e1e;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	display: inline-block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0; }
.third_section ol .linkContent,
.third_section ol .linkContentActive {
	color: #3a65b7;
	font-family: "SegoeUISemiBold";
	text-decoration: none;
	border-bottom: 1px #3a65b7 dashed;
	background: #fffadc;
	font-size: 16px; }
.third_section ol .linkContentActive {
	display: none; }
.third_section .right_contactTxtBlock {
	margin-top: 26px;
	max-width: 290px;
	margin-left: 36px;
	background-color: white;
	border: 2px solid #edeae9;
	padding: 17px 19px 28px 16px; }
.third_section .right_contactTxtBlock h4 {
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
	font-family: "SegoeUISemiBold"; }
.third_section .right_contactTxtBlock .text {
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	margin-top: 15px;
	margin-bottom: 0; }
.third_section .wrap_peopleInform {
	margin-top: 64px;
	padding-left: 0;
	padding-right: 0; }
.third_section .wrap_itemInfoLine {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-top: 29px;
	padding-left: 0;
	padding-right: 0; }
.third_section .wrap_itemInfoLine:last-child {
	padding-top: 34px; }
.third_section .wrap_itemInfoLine:last-child .item_infoBox:nth-child(2) .description {
	min-height: 145px; }
.third_section .item_infoBox {
	padding: 0;
	max-width: 293px; }
.third_section .item_infoBox:last-child .sub_title {
	padding-right: 0; }
.third_section .item_infoBox h3 {
	color: #342a70;
	font-size: 24px;
	font-weight: 500;
	line-height: 26px;
	text-transform: uppercase;
	font-family: "SegoeUIBold";
	margin-bottom: 13px;
	margin-top: 17px; }
.third_section .item_infoBox .sub_title {
	color: #1e1e1e;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	font-family: "SegoeUISemiBold";
	display: block;
	padding: 0 12px;
	padding-right: 0;
	position: relative; }
.third_section .item_infoBox .sub_title:before {
	content: "";
	width: 2px;
	height: 100%;
	opacity: 0.2;
	background-color: #1e1e1e;
	position: absolute;
	top: 0;
	left: 0; }
.third_section .item_infoBox .description {
	margin-top: 16px;
	color: #1e1e1e;
	font-size: 13px;
	font-weight: 400;
	line-height: 21px;
	display: block;
	margin-bottom: 8px; }
.third_section .item_infoBox a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 15px;
	text-decoration: none; }
.third_section .item_infoBox a:nth-child(6) {
	margin-top: 9px; }
.third_section .item_infoBox a span {
	text-decoration: underline;
	color: #244fa1;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	-webkit-transition: .3s;
	transition: .3s; }
.third_section .item_infoBox a img {
	margin-right: 6px; }
.third_section .item_infoBox a:hover span {
	color: #3a65b7;
	-webkit-transition: all .3s;
	transition: all .3s; }
.third_section .item_infoBox button {
	width: 126px;
	height: 29px;
	background-color: white;
	border: 1px solid #1e1e1e;
	margin-top: 21px;
	color: rgba(0, 0, 0, 0.9);
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	-webkit-transition: .3s;
	transition: .3s; }
.third_section .item_infoBox button:hover {
	background-color: #1e1e1e;
	color: white;
	-webkit-transition: all .3s;
	transition: all .3s; }

.fourth_section {
	width: 100%;
	margin-top: 55px;
	padding-top: 51px;
	background: #fafafa;
	padding-bottom: 57px; }
.fourth_section .open_planLesson,
.fourth_section .open_planExam  {
	display: none; }
.fourth_section .container {
	max-width: 940px; }
.fourth_section .col-lg-12 {
	padding: 0; }
.fourth_section .line_programmInfo {
	margin-top: 28px;

	padding: 0; }
.fourth_section .line_programmInfo:nth-child(3) {
	margin-top: 38px; }
.fourth_section .line_programmInfo:nth-child(4) {
	margin-top: 36px; }
.fourth_section .line_programmInfo:nth-child(5) {
	margin-top: 34px; }
.fourth_section .line_programmInfo:nth-child(5) .name_list {
	margin-top: 10px; }
.fourth_section .line_programmInfo:nth-child(5) .links {
	margin-top: 11px; }
.fourth_section .line_programmInfo:nth-child(6) {
	margin-top: 41px; }
.fourth_section .programmInfo_column {
	background-color: white;
	border: 2px solid #edeae9;
	display: inline-block;
	min-height: 635px;
	padding: 15px 20px 18px 18px;
	float: left;
	width: 32%;
	margin: 0.6%;}
.fourth_section .programmInfo_column:nth-child(7),
.fourth_section .programmInfo_column:nth-child(8),
.fourth_section .programmInfo_column:nth-child(9) {
	min-height: 550px;
}
.fourth_section .programmInfo_column:nth-child(10),
.fourth_section .programmInfo_column:nth-child(11),
.fourth_section .programmInfo_column:nth-child(12) {
	min-height: 450px;
}
.fourth_section .programmInfo_column:nth-child(13),
.fourth_section .programmInfo_column:nth-child(14),
.fourth_section .programmInfo_column:nth-child(15) {
	min-height: 350px;
}
.fancybox_img {
		width: 100%;
		margin: 0.6%;
		float: none;
	}
.fourth_section .programmInfo_column .date {
	color: #595959;
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center; }
.fourth_section .programmInfo_column .date img {
	margin-right: 5px; }
.fourth_section .programmInfo_column .wrap_inform {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 19px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center; }
.fourth_section .programmInfo_column .wrap_inform .name {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: 11px; }
.fourth_section .programmInfo_column .wrap_inform .name span:first-child {
	color: #1e1e1e;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	font-family: "SegoeUISemiBold"; }
.fourth_section .programmInfo_column .wrap_inform .name span:last-child {
	color: #1e1e1e;
	font-size: 15px;
	line-height: 20px;
	font-family: "SegoeUIBold"; }
.fourth_section .programmInfo_column .slogan {
	margin-top: 11px; }
.fourth_section .programmInfo_column .slogan span:first-child {
	color: #342a70;
	font-size: 14px;
	font-weight: 500;
	line-height: 17px;
	font-family: "SegoeUIBold"; }
.fourth_section .programmInfo_column .slogan span:last-child {
	color: #342a70;
	font-size: 14px;
	font-weight: 500;
	line-height: 17px;
	font-family: "SegoeUIBold";
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #e3dfdf;
	display: inline-block;
	padding: 2px 6px; }
.fourth_section .programmInfo_column h3 {
	margin: 0;
	margin-top: 5px;
	color: #ff5151;
	font-size: 20px;
	line-height: 20px;
	font-family: "SegoeUIBold"; }
.fourth_section .programmInfo_column .sub_title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 7px; }
.fourth_section .programmInfo_column .sub_title img {
	margin-right: 10px; }
.fourth_section .programmInfo_column .sub_title span {
	color: #1e1e1e;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px; }
.fourth_section .programmInfo_column .name_list {
	color: #342a70;
	font-size: 13px;
	font-weight: 500;
	line-height: 18px;
	font-family: "SegoeUIBold";
	display: inline-block;
	margin-top: 15px; }
.fourth_section .programmInfo_column .first_list,
.fourth_section .programmInfo_column .second_list {
	list-style-type: none;
	padding-left: 20px;
	margin-bottom: 0;
	margin-top: 5px; }
.fourth_section .programmInfo_column .first_list li,
.fourth_section .programmInfo_column .second_list li  {
	position: relative;
	color: #1e1e1e;
	font-size: 13px;
	font-weight: 400;
	line-height: 17px;
	margin-top: 7px; }
.fourth_section .programmInfo_column .first_list li:first-child,
.fourth_section .programmInfo_column .second_list li:first-child {
	margin-top: 0; }
.fourth_section .programmInfo_column .first_list li:before,
.fourth_section .programmInfo_column .second_list li:before {
	content: "";
	width: 11px;
	height: 8px;
	background: url(../img/fourth_section/icon3.png);
	background-position: center;
	background-size: cover;
	position: absolute;
	left: -15px;
	top: 5px; }
.fourth_section .programmInfo_column .links {
	color: #3a65b7;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	text-decoration: underline;
	margin-top: 14px;
	display: inline-block;
	-webkit-transition: .3s;
	transition: .3s; }
.fourth_section .programmInfo_column .links:hover {
	color: #244fa1;
	-webkit-transition: all .3s;
	transition: all .3s; }
.fourth_section .fourth_line .programmInfo_column:last-child {
	border: 5px solid #ff5151;
	padding-bottom: 12px; }
.fourth_section .sixth_line {
	justify-content: space-around;
	}
.fourth_section .sixth_line .programmInfo_column {
	min-height: 334px;
}
.fourth_section .sixth_line .programmInfo_column:first-child {
	padding-bottom: 37px; }
.fourth_section .sixth_line .programmInfo_column .links {
	margin-top: 14px; }
.fourth_section .sixth_line .programmInfo_column:nth-child(1),
.fourth_section .sixth_line .programmInfo_column:nth-child(2) {
	background: #ff5151;
	border: none;
	padding-bottom: 41px; }
.fourth_section .sixth_line .programmInfo_column:nth-child(1) .date ,
.fourth_section .sixth_line .programmInfo_column:nth-child(2) .date {
	color: #fff; }
.fourth_section .sixth_line .programmInfo_column:nth-child(1) h5,
.fourth_section .sixth_line .programmInfo_column:nth-child(2) h5 {
	color: #ffef85;
	margin-top: 20px; }
.fourth_section .sixth_line .programmInfo_column:nth-child(1) .name_list,
.fourth_section .sixth_line .programmInfo_column:nth-child(2) .name_list {
	margin-top: 9px;
	color: #fff; }
.fourth_section .sixth_line .programmInfo_column:nth-child(1) .first_list li,
.fourth_section .sixth_line .programmInfo_column:nth-child(2) .first_list li {
	color: #fff; }
.fourth_section .sixth_line .programmInfo_column:nth-child(1) .first_list li:before,
.fourth_section .sixth_line .programmInfo_column:nth-child(2) .first_list li:before {
	background: url(../img/fourth_section/white_icon3.png); }
.fourth_section .sixth_line .programmInfo_column:last-child {
	background-color: #ffef85;
	border: 2px solid #ffef85;
	padding-left: 17px;
	padding-right: 19px; }
.fourth_section .sixth_line .programmInfo_column:last-child .wrap_inform {
	margin-top: 0; }
.fourth_section .sixth_line .programmInfo_column:last-child h5 {
	margin-top: 14px; }
.fourth_section .sixth_line .programmInfo_column:last-child .inf {
	margin-top: 11px;
	color: #1e1e1e;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	display: inline-block; }
.fourth_section .programmInfo_column .img img {
	width: 100%;
	height: auto;
}
.fifth_section {
	padding-top: 44px;
	padding-bottom: 60px; }
.fifth_section .container {
	max-width: 940px; }
.fifth_section .wrap_left_content,
.fifth_section .left_descTxt {
	padding-left: 0; }
.fifth_section .right_descTxt,
.fifth_section .wrap_right_content {
	padding-right: 0; }
.fifth_section .wrap_left_content,
.fifth_section .wrap_right_content {
	margin-top: 28px; }
.fifth_section .wrap_right_content {
	padding-left: 23px; }
.fifth_section .wrap_left_content {
	padding-right: 5px; }
.fifth_section .sub_subject {
	color: #1e1e1e;
	font-size: 15px;
	line-height: 23px;
	font-weight: 400;
	max-width: 615px;
	display: inline-block; }
.fifth_section .sub_subject b {
	font-family: "SegoeUIBold"; }
.fifth_section .content {
	background-color: white;
	border: 2px solid #edeae9;
	position: relative;
	padding-top: 21px;
	padding-left: 19px;
	padding-bottom: 2px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 27px;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between; }
.fifth_section .content:before {
	content: "";
	border: 10px solid transparent;
	border-bottom: 10px solid white;
	position: absolute;
	top: -19px;
	left: 50%;
	margin-left: -9px;
	z-index: 2; }
.fifth_section .content:after {
	content: "";
	border: 11px solid transparent;
	border-bottom: 11px solid #edeae9;
	position: absolute;
	top: -23px;
	left: 50%;
	margin-left: -10px; }
.fifth_section .content .content_box {
	padding: 0;
	padding-left: 27px;
	padding-right: 15px;
	position: relative;
	font-family: "SegoeUIItalic";
	color: #342a70;
	font-size: 15px;
	line-height: 20px; }
.fifth_section .content .content_box:nth-child(n+4) {
	margin-top: 20px; }
.fifth_section .content .content_box:last-child {
	margin-top: 0; }
.fifth_section .content .content_box .count {
	width: 23px;
	height: 23px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: white;
	border: 1px solid #1e1e1e;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: "SegoeUIItalic"; }
.fifth_section .content .big_contentBox {
	padding-left: 24px;
	padding-right: 30px;
	padding-top: 13px;
	padding-bottom: 13px;
	max-width: 426px;
	font-family: "SegoeUIRegular";
	background: #fffadc;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center; }
.fifth_section .subject {
	margin-top: 21px;
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
	font-family: "SegoeUISemiBold";
	display: inline-block; }
.fifth_section .sub_heading {
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	margin-top: 3px;
	display: inline-block; }
.fifth_section .sub_subject {
	font-size: 14px;
	font-weight: 400;
	line-height: 21px; }
.fifth_section .left_descTxt {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 45px;
	padding-right: 0; }
.fifth_section .left_descTxt span:first-child {
	color: #ff5151;
	font-size: 90px;
	font-weight: 500;
	line-height: .9;
	font-family: "SegoeUIBold";
	display: inline-block; }
.fifth_section .left_descTxt span:last-child {
	color: #ff5151;
	font-size: 22px;
	font-weight: 700;
	line-height: 26px;
	font-family: "SegoeUIBold";
	display: inline-block;
	padding-left: 17px; }
.fifth_section .right_descTxt {
	padding-left: 32px;
	margin-top: 51px; }
.fifth_section .right_descTxt p {
	color: #1e1e1e;
	font-size: 15px;
	font-weight: 400;
	line-height: 21px;
	margin: 0; }

.sixth_section {
	width: 100%;
	background: #fafafa;
	padding-top: 48px;
	padding-bottom: 55px; }
.sixth_section .container {
	max-width: 940px; }
.sixth_section .col-lg-12 {
	padding: 0; }
.sixth_section .tabs_line {
	margin-top: 21px;
	display: block;
	border-bottom: 2px solid #ff5151; }
.sixth_section .tabs_line a {
	display: inline-block;
	padding: 4px 18px 6px 16px;
	color: #1e1e1e;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	font-family: "SegoeUIBold";
	background-color: white;
	border: 1px solid #5a5a5a;
	margin-bottom: -2px;
	border-bottom: none;
	text-decoration: none; }
.sixth_section .tabs_line a.active {
	color: #fff;
	background-color: #ff5151;
	border: 2px solid #ff5151; }
.sixth_section .wrap_columnTabs {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0;
	margin-top: 29px;
	display: none;
	opacity: 0;
	-webkit-transition: .3s;
	transition: .3s; }
.sixth_section .box {
	max-width: 293px;
	display: block;
	/*background-size: 100% 100%;*/
	background-size: auto;
	background-position: top left;
	background-repeat: no-repeat;
	padding: 50px 19px 20px 21px;
	margin-top: 30px;
	border: 1px solid #dedede;
	background-color: #FFFFFF; }
.sixth_section .box h3 {
	color: #342a70;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
	font-family: "SegoeUIBold";
	margin: 0; }
.sixth_section .box .text {
	color: #1e1e1e;
	font-size: 15px;
	font-weight: 400;
	line-height: 21px;
	margin-top: 4px;
	margin-bottom: 0; }
.sixth_section .box .itemImage {
	margin-top: 9px;
	border: 1px; }
.sixth_section .box .priceTxt {
	color: #5a5a5a;
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
	margin-top: 25px;
	display: inline-block;
	max-width: 215px;
	padding-left: 15px; }
.sixth_section .box .price {
	color: #5a5a5a;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 15px;
	font-family: "SegoeUIBold";
	display: inline-block;
	background: transparent;
	padding-top: 0; }
.sixth_section .box .price b {
	font-size: 32px;
	font-weight: 700;
	line-height: 32px;
	font-family: "SegoeUIBold";
	display: block; }
.sixth_section .first_columnTabs .box:first-child {
	background-image: url(../img/sixth_section/bg_box/bg_box1.png);
	margin-top: 0; }
.sixth_section .first_columnTabs .box:nth-child(2) {
	background-image: url(../img/sixth_section/bg_box/bg_box2.png); }
.sixth_section .first_columnTabs .box:nth-child(2) .itemImage {
	margin-top: 3px; }
.sixth_section .first_columnTabs .box:nth-child(3) {
	background-image: url(../img/sixth_section/bg_box/bg_box3.png);
	margin-top: 26px; }
.sixth_section .second_columnTabs .box:first-child {
	background-image: url(../img/sixth_section/bg_box/bg_box4.png);
	margin-top: 0; }
.sixth_section .second_columnTabs .box:nth-child(2) {
	background-image: url(../img/sixth_section/bg_box/bg_box5.png);
	margin-top: 26px;
	padding-bottom: 26px; }
.sixth_section .second_columnTabs .box:nth-child(3) {
	background-image: url(../img/sixth_section/bg_box/bg_box6.png);
	margin-top: 30px; }
.sixth_section .third_columnTabs .wrap_box:first-child .box {
	background-image: url(../img/sixth_section/bg_box/bg_box7.png);
	margin-top: 0;
	padding-bottom: 18px; }
.sixth_section .third_columnTabs .wrap_box:nth-child(2) .box {
	background-image: url(../img/sixth_section/bg_box/bg_box8.png); }
.sixth_section .third_columnTabs .wrap_box:nth-child(3) .box {
	background-image: url(../img/sixth_section/bg_box/bg_box9.png);
	margin-top: 17px;
	padding-bottom: 13px; }
.sixth_section .third_columnTabs .wrap_box:nth-child(4) .box {
	background-image: url(../img/sixth_section/bg_box/bg_box10.png);
	padding-top: 44px; }

.seventh_section {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 41px; }
.seventh_section .container {
	max-width: 940px; }
.seventh_section .list_box {
	padding: 0;
	margin-top: 17px; }
.seventh_section .list_box ul {
	margin-bottom: 0;
	padding-left: 23px; }
.seventh_section .list_box ul li {
	color: #1e1e1e;
	font-size: 15px;
	line-height: 21px;
	font-weight: 400;
	margin-top: 10px; }
.seventh_section .list_box ul li:first-child {
	margin-top: 0; }
.seventh_section .list_box ul li:nth-child(3) {
	margin-top: 2px; }
.seventh_section .list_box ul li:nth-child(6) {
	margin-top: 2px; }
.seventh_section .list_box ul li b {
	font-family: "SegoeUIBold";
	display: inline-block;
	background: #fffadc; }
.seventh_section .image_box {
	padding-right: 0;
	text-align: center;
	margin-top: 53px; }
.seventh_section .lead {
	color: #1e1e1e;
	font-size: 15px;
	font-style: italic;
	line-height: 21px;
	margin-top: 13px;
	display: inline-block; }

.eigth_section {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between; }
.eigth_section .left_contentBlock {
	width: 51%;
	position: relative;
	background: #fafafa;
	padding: 51px 29px 50px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end; }
.eigth_section .left_contentBlock:before {
	content: "";
	border: 18px solid transparent;
	border-left: 18px solid #fafafa;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	left: 100%;
	z-index: 2; }
.eigth_section .left_contentBlock .content {
	max-width: 456px; }
.eigth_section .right_contentBlock {
	width: 49%;
	background-image: url(../img/eigth_section/bg_eigth.png);
	background-size: 100% 100%;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	padding: 55px 0 60px 43px;
	position: relative; }
.eigth_section .right_contentBlock .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #342a70;
	opacity: .8; }
.eigth_section .right_contentBlock .content {
	max-width: 370px;
	position: relative;
	z-index: 2; }
.eigth_section .left_contentBlock .wrap_innerBox {
	max-width: 470px;
	background-color: white;
	border: 2px solid #edeae9;
	padding: 17px 15px 20px 17px;
	position: relative;
	margin-top: 13px;
	display: none; }
.eigth_section .left_contentBlock .wrap_innerBox:before {
	content: "";
	border: 10px solid transparent;
	border-bottom: 10px solid white;
	position: absolute;
	bottom: 100%;
	left: 19px;
	z-index: 2; }
.eigth_section .left_contentBlock .wrap_innerBox:after {
	content: "";
	border: 12px solid transparent;
	border-bottom: 12px solid #edeae9;
	position: absolute;
	bottom: 100%;
	left: 17px; }
.eigth_section .left_contentBlock .wrap_innerBox .inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap; }
.eigth_section .left_contentBlock .wrap_innerBox .txt {
	color: #1e1e1e;
	font-size: 15px;
	line-height: 23px;
	font-weight: 400; }
.eigth_section .left_contentBlock .wrap_innerBox .txt b {
	font-family: "SegoeUIBold"; }
.eigth_section .left_contentBlock .wrap_innerBox .innerBox {
	margin-top: 22px;
	position: relative;
	width: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-left: 34px;
	color: #342a70;
	font-size: 15px;
	font-style: italic;
	line-height: 20px;
	padding-right: 10px; }
.eigth_section .left_contentBlock .wrap_innerBox .innerBox:last-child {
	padding: 13px 19px 24px 17px;
	background: #fffadc;
	color: #1e1e1e;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	font-family: "SegoeUIRegular";
	font-style: normal; }
.eigth_section .left_contentBlock .wrap_innerBox .innerBox .count {
	position: absolute;
	top: 0;
	width: 23px;
	height: 23px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	font-style: italic;
	line-height: 28px;
	text-transform: uppercase;
	color: #1e1e1e;
	background-color: white;
	border: 1px solid #1e1e1e;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	left: 0; }
.eigth_section .left_contentBlock .priceBox {
	margin-top: 23px; }
.eigth_section .left_contentBlock .priceBox span:first-child {
	color: #1e1e1e;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
	font-family: "SegoeUIBold";
	display: block; }
.eigth_section .left_contentBlock .priceBox span:nth-child(2) {
	color: #1e1e1e;
	line-height: 20px;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 400;
	display: block;
	margin-top: 9px; }
.eigth_section .left_contentBlock .priceBox span:nth-child(2) i {
	color: #1e1e1e;
	line-height: 21px;
	text-transform: uppercase;
	font-size: 26px;
	font-weight: 400;
	font-weight: 100; }
.eigth_section .left_contentBlock .priceBox span:nth-child(3) {
	color: #ff5151;
	font-size: 44px;
	line-height: .9;
	font-weight: 700;
	font-family: "SegoeUIBold";
	display: inline-block;
	margin-top: 0; }
.eigth_section .left_contentBlock .priceBox span:nth-child(3) i {
	color: #ff5151;
	font-size: 44px;
	line-height: .9;
	font-weight: 700; }
.eigth_section .left_contentBlock .term {
	margin-top: 0;
	color: #1e1e1e;
	font-size: 18px;
	font-weight: 400;
	line-height: 21px;
	display: block; }
.eigth_section .left_contentBlock .link {
	text-decoration: none;
	display: inline-block;
	color: #3a65b7;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	border-bottom: 1px;
	border-bottom: 1px dashed #3a65b7;
	margin-top: 12px;
	margin-bottom: 10px; }
.eigth_section .left_contentBlock .wrap_txtBox {
	background-color: white;
	border: 2px solid #edeae9;
	padding: 16px 49px 15px 20px;
	display: block;
	margin-top: 5px; }
.eigth_section .left_contentBlock .wrap_txtBox p {
	margin: 0;
	color: #1e1e1e;
	font-size: 14px;
	font-style: italic;
	line-height: 18px; }
.eigth_section .left_contentBlock .resultTxt {
	margin-top: 13px; }
.eigth_section .left_contentBlock .resultTxt span:first-child {
	display: block;
	color: #1e1e1e;
	font-size: 15px;
	font-weight: 400;
	line-height: 19px; }
.eigth_section .left_contentBlock .resultTxt span:nth-child(2) {
	font-size: 32px;
	font-weight: 700;
	line-height: 32px;
	font-family: "SegoeUIBold";
	display: inline-block;
	margin-top: 8px; }
.eigth_section .left_contentBlock .resultTxt span:nth-child(3) {
	font-size: 16px;
	font-weight: 700;
	line-height: 15px;
	display: inline-block;
	font-family: "SegoeUIBold";
	margin-left: 3px;
	margin-top: 0; }
.eigth_section .left_contentBlock h3 {
	margin: 0;
	font-family: "SegoeUISemiBold";
	margin-top: 16px;
	color: #ff5151;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px; }
.eigth_section .right_contentBlock .btn_form {
	display: block;
	margin-top: 20px;
	background: #ff5151;
	border: none;
	width: 170px;
	height: 33px;
	-webkit-transition: .3s;
	transition: .3s;
	color: white;
	font-size: 15px;
	font-weight: 600;
	line-height: 22px;
	font-family: "SegoeUIRegular"; }
.eigth_section .right_contentBlock .btn_form:hover {
	background: #e30815;
	-webkit-transition: all .3s;
	transition: all .3s; }
.eigth_section .right_contentBlock .dateTxt {
	color: white;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	display: block; }
.eigth_section .right_contentBlock .big_dateTxt {
	color: white;
	font-size: 32px;
	font-weight: 700;
	line-height: 30px;
	font-family: "SegoeUIBold";
	margin-top: 8px; }
.eigth_section .right_contentBlock .time {
	margin-top: 10px;
	color: white;
	font-size: 18px;
	font-style: italic;
	line-height: 21px;
	display: block; }
.eigth_section .right_contentBlock form {
	padding: 33px 37px 31px 36px;
	background: white;
	margin-top: 20px; }
.eigth_section .right_contentBlock form h3 {
	color: #1e1e1e;
	font-size: 18px;
	font-weight: 700;
	line-height: 21px;
	text-transform: uppercase;
	font-family: "SegoeUIBold";
	margin: 0;
	margin-bottom: 5px; }
.eigth_section .right_contentBlock form label {
	color: #1e1e1e;
	font-size: 16px;
	font-weight: 400;
	line-height: 21px;
	display: block;
	margin-top: 19px; }
.eigth_section .right_contentBlock form input {
	height: 33px;
	background-color: white;
	border: 2px solid #edeae9;
	font-size: 16px;
	width: 100%;
	padding: 0 10px;
	margin-top: 1px; }
.eigth_section .right_contentBlock form input::-webkit-outer-spin-button,
.eigth_section .right_contentBlock form input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0; }
.eigth_section .right_contentBlock form button {
	margin-top: 20px; }

.right_contentBlock .check_newsletter,
.popup_question .check_newsletter,
.popup_registration .check_newsletter {
	display: flex;
}
.right_contentBlock form .check_newsletter input,
.popup_question form .check_newsletter input,
.popup_registration form .check_newsletter input {
	margin-top: 19px;
	width: 33px;
	height: 33px;
	padding: 0;
}

.ninth_section {
	width: 100%;
	padding-top: 51px;
	padding-bottom: 36px; }
.ninth_section .container {
	max-width: 940px; }
.ninth_section .container h2 {
	margin-bottom: 31px; }
.ninth_section .col-lg-4 {
	padding-left: 0; }
.ninth_section .col-lg-2.column {
	padding-right: 0;
	padding-left: 25px; }
.ninth_section .col-lg-6:nth-child(2) {
	padding-left: 0; }
.ninth_section .itemImage span {
	display: block;
	margin-top: 11px;
	color: #1e1e1e;
	font-size: 14px;
	font-style: italic;
	line-height: 18px; }
.ninth_section .first_colum {
	padding-left: 0; }
.ninth_section .first_colum .itemImage:nth-child(n+2) {
	margin-top: 49px;
	padding-left: 0; }
.ninth_section .second_colum {
	padding-left: 9px; }
.ninth_section .second_colum .itemImage:nth-child(n+2) {
	margin-top: 71px; }
.ninth_section .third_colum .itemImage:nth-child(n+2) {
	margin-top: 93px; }
.ninth_section .fourth_colum {
	padding-left: 23px; }
.ninth_section .fourth_colum .itemImage:nth-child(n+2) {
	margin-top: 49px; }

.tenth_section {
	width: 100%;
	padding-bottom: 101px;
	padding-top: 53px;
	background: #fafafa; }
.tenth_section .container {
	max-width: 940px; }
.tenth_section .col-lg-2 {
	padding-left: 0; }
.tenth_section .col-lg-10 {
	padding-right: 0; }
.tenth_section .slider {
	margin-top: 25px; }
.tenth_section .wrapInfoBox {
	padding-left: 0; }
.tenth_section .name {
	margin-top: 4px;
	font-size: 15px;
	font-weight: 700;
	line-height: 19px;
	color: #1e1e1e;
	font-family: "SegoeUIBold";
	display: inline-block; }
.tenth_section .name span {
	font-family: "SegoeUIRegular";
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
	color: #1e1e1e; }
.tenth_section .text {
	display: inline-block;
	padding: 9px 33px 13px 22px;
	position: relative;
	background-color: white;
	border: 2px solid #edeae9; }
.tenth_section .text:before {
	content: "";
	border: 5px solid transparent;
	border-top: 5px solid white;
	border-right: 5px solid white;
	position: absolute;
	right: 100%;
	top: 22px;
	z-index: 2; }
.tenth_section .text:after {
	content: "";
	border: 7px solid transparent;
	border-top: 7px solid #edeae9;
	border-right: 7px solid #edeae9;
	position: absolute;
	right: 100%;
	top: 20px; }
.tenth_section .text p {
	margin: 0;
	color: #1e1e1e;
	font-size: 15px;
	font-weight: 400;
	line-height: 18px; }
.tenth_section .slick-prev {
	right: 127px;
	bottom: -48px;
	left: inherit;
	top: inherit;
	width: 126px;
	height: 27px;
	background: url(../img/tenth_section/prev.png);
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat; }
.tenth_section .slick-prev:before {
	content: "Предыдущий";
	color: #3a65b7;
	font-size: 15px;
	font-weight: 400;
	line-height: 0;
	font-family: "SegoeUIRegular";
	margin-left: 20px; }
.tenth_section .slick-next {
	right: 0;
	bottom: -48px;
	left: inherit;
	top: inherit;
	width: 117px;
	height: 27px;
	background: url(../img/tenth_section/next.png);
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat; }
.tenth_section .slick-next:before {
	content: "Следующий";
	color: #3a65b7;
	font-size: 15px;
	font-weight: 400;
	line-height: 0;
	font-family: "SegoeUIRegular";
	margin-right: 20px; }

.eleventh_section {
	width: 100%;
	padding-top: 49px;
	padding-bottom: 98px; }
.eleventh_section .container {
	max-width: 940px; }
.eleventh_section .wrap_imageContainer {
	margin-top: 49px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center; }
.eleventh_section .wrap_imageContainer .img {
	display: inline-block; }
.eleventh_section .wrap_imageContainer .img:nth-child(n+7) {
	margin-top: 34px; }
.eleventh_section .wrap_imageContainer .img:nth-child(2) {
	margin-left: 44px; }
.eleventh_section .wrap_imageContainer .img:nth-child(3) {
	margin-left: 55px; }
.eleventh_section .wrap_imageContainer .img:nth-child(4) {
	margin-left: 50px; }
.eleventh_section .wrap_imageContainer .img:nth-child(5) {
	margin-left: 42px; }
.eleventh_section .wrap_imageContainer .img:nth-child(6) {
	margin-left: 51px; }
.eleventh_section .wrap_imageContainer .img:nth-child(8) {
	margin-left: 49px; }
.eleventh_section .wrap_imageContainer .img:nth-child(9) {
	margin-left: 55px; }
.eleventh_section .wrap_imageContainer .img:nth-child(10) {
	margin-left: 55px; }
.eleventh_section .wrap_imageContainer .img:nth-child(11) {
	margin-left: 68px; }
.eleventh_section .wrap_imageContainer .img:nth-child(12) {
	margin-left: 60px; }
.eleventh_section .wrap_imageContainer .img:nth-child(14) {
	margin-left: 61px; }
.eleventh_section .wrap_imageContainer .img:nth-child(15) {
	margin-left: 73px; }
.eleventh_section .wrap_imageContainer .img:nth-child(16) {
	margin-left: 66px; }
.eleventh_section .wrap_imageContainer .img:nth-child(17) {
	margin-left: 55px; }
.eleventh_section .wrap_imageContainer .img:nth-child(18) {
	margin-left: 52px; }

.twelfth_section {
	width: 100%;
	background-color: #342a70;
	background-image: url("../img/twelfth_section/bg_section.png");
	background-position: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding-top: 69px;
	padding-bottom: 77px;
	background-attachment: fixed;
	position: relative; }
.twelfth_section .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #342a70;
	opacity: .8; }
.twelfth_section .container {
	position: relative;
	z-index: 2; }
.twelfth_section .title {
	color: white;
	font-size: 32px;
	font-weight: 700;
	line-height: 34px;
	font-family: "SegoeUIBold";
	display: block;
	text-align: center; }
.twelfth_section .sub_title {
	color: white;
	font-size: 18px;
	font-style: italic;
	line-height: 21px;
	display: block;
	margin-top: 8px;
	text-align: center; }
.twelfth_section .wrap_btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 15px; }

.popup_registration,
.popup_question,
.succesful_validate {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 110;
	display: none;
	overflow: auto;
 }
.popup_registration .wrap_formPopup,
.popup_question .wrap_formPopup,
.succesful_validate .wrap_formPopup {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column; }
.popup_registration .succesful_popup,
.popup_question .succesful_popup,
.succesful_validate .succesful_popup {
	width: 369px !important;
	height: 209px !important;
	background-color: white;
	border: 2px solid #edeae9 !important;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column; }
.popup_registration .popup_center,
.popup_question .popup_center,
.succesful_validate .popup_center {
	max-width: 369px;
	padding: 37px 37px 31px 36px;
	background-color: white;
	border: 2px solid #edeae9;
	position: relative; }
.popup_registration .popup_center .enterTxt,
.popup_question .popup_center .enterTxt,
.succesful_validate .popup_center .enterTxt {
	background-color: white;
	border: 2px solid #edeae9;
	resize: none;
	width: 100%;
	height: 106px;
	margin-bottom: 0;
	padding: 5px 10px; }
.popup_registration .popup_center p,
.popup_question .popup_center p,
.succesful_validate .popup_center h3 {
	color: #1e1e1e;
	font-size: 18px;
	font-weight: 700;
	line-height: 21px;
	text-transform: uppercase;
	font-family: "SegoeUIBold";
	margin: 0;
	margin-bottom: 5px; }
.popup_registration .popup_center label,
.popup_question .popup_center label,
.succesful_validate .popup_center label {
	color: #1e1e1e;
	font-size: 16px;
	font-weight: 400;
	line-height: 21px;
	display: block;
	margin-top: 20px; }
.popup_registration .popup_center input,
.popup_question .popup_center input,
.succesful_validate .popup_center input {
	height: 33px;
	background-color: white;
	border: 2px solid #edeae9;
	font-size: 16px;
	width: 100%;
	padding: 0 10px;
	width: 293px; }
.popup_registration .popup_center input::-webkit-outer-spin-button,
.popup_registration .popup_center input::-webkit-inner-spin-button,
.popup_question .popup_center input::-webkit-outer-spin-button,
.popup_question .popup_center input::-webkit-inner-spin-button,
.succesful_validate .popup_center input::-webkit-outer-spin-button,
.succesful_validate .popup_center input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0; }
.popup_registration .popup_center button,
.popup_question .popup_center button,
.succesful_validate .popup_center button {
	margin-top: 20px;
	background: #ff5151;
	border: none;
	width: 170px;
	height: 33px;
	-webkit-transition: .3s;
	transition: .3s;
	color: white;
	font-size: 15px;
	font-weight: 600;
	line-height: 22px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-family: "SegoeUIRegular";
    text-align: center;
}
.popup_registration .popup_center button:hover,
.popup_question .popup_center button:hover,
.succesful_validate .popup_center button:hover {
	background: #e30815;
	-webkit-transition: all .3s;
	transition: all .3s; }
.popup_registration .popup_center .close_popup,
.popup_question .popup_center .close_popup,
.succesful_validate .popup_center .close_popup {
	position: absolute;
	top: -6px;
	right: -30px;
	opacity: .8;
	-webkit-transition: .3s;
	transition: .3s; }
.popup_registration .popup_center .close_popup:hover,
.popup_question .popup_center .close_popup:hover,
.succesful_validate .popup_center .close_popup:hover {
	opacity: 1;
	-webkit-transition: all .3s;
	transition: all .3s; }
.popup_registration .popup_center .sub_ttl,
.popup_question .popup_center .sub_ttl,
.succesful_validate .popup_center .sub_ttl {
	color: #43b200;
	font-size: 16px;
	font-weight: 400;
	line-height: 21px;
	margin-top: 9px; }
.popup_registration .popup_center .wrap_img,
.popup_question .popup_center .wrap_img,
.succesful_validate .popup_center .wrap_img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center; }

.popup_question .popup_center button {
	width: 101px;
	margin: 0px auto; }

.right_contentBlock form label.error,
.popup_registration .popup_center label.error,
.popup_question .popup_center label.error,
.succesful_validate .popup_center label.error {
	color: #e30815;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	padding-left: 11px;
	padding-right: 10px;
	display: inline-block;
	padding-bottom: 3px;
	padding-top: 2px;
	background: rgba(227, 8, 21, 0.1);
	margin-top: 5px;
}
input.error,
.right_contentBlock input.error,
.popup_registration .popup_center input.error,
.popup_question .popup_center input.error,
.succesful_validate .popup_center input.error,
textarea.error,
.right_contentBlock .enterTxt.error,
.popup_registration .popup_center .enterTxt.error,
.popup_question .popup_center .enterTxt.error,
.succesful_validate .popup_center .enterTxt.error {
	border: 2px solid rgba(227, 8, 21, 0.1);
}

.second_section .wrap_tabsBlock ul .sub_ttlContentBox {
	color: #1e1e1e;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	margin: 0;
	padding-left: 30px;
	display: none;
	margin-top: 10px; }

.page-footer .container {
	max-width: 1100px;
	padding: 0 15px; }

.page-footer .nav > li {
	margin-left: 70px;
}
.sixth_section .itemImage,
.ninth_section .itemImage {
	text-align: center;
}
.sixth_section .itemImage {
	display: inline-block;
	width: 48%;
}
.sixth_section .itemImage img,
.ninth_section .itemImage img{
	max-width: 100%;
	height: auto;
}
.sixth_section .itemImage img {
	padding: 0 5px;
}
.ninth_section .itemImage img {
	margin: 0 0 20px;
	border: 1px solid #342a70;
}
.ninth_section .itemImage img:hover {
	border: 1px solid #ff5151;
}
.fancybox-skin #fancybox-loading,
.fancybox-skin .fancybox-close,
.fancybox-skin .fancybox-prev span,
.fancybox-skin .fancybox-next span {
	background-image: url(../img/fancybox_sprite.png);
}
.fancybox-skin .fancybox-close {
	top: -11px;
	right: -35px;
	opacity: 0.8;
}
.fancybox-skin .fancybox-close:hover, .fancybox-skin .fancybox-close:active {
	opacity: 1;
}
.clearfix:after{
	display: block;
	content: '';
	clear: both;
}
.show_more_text{
	border-bottom: 1px dashed;
	width: 73px;
  color: #6495ed;
  font-size: 14px;
  margin: 10px 0;
}
@media only screen and (max-width: 767px){
	.sixth_section .box{
		width: 100%!important;
	}
	.wrap_imageContainer .img img{
		width: 100%;
		-webkit-background-size: contain;
		background-size: contain;
	}
}
