body{
	background: #fff;
	font-family: Roboto, sans-serif;
	font-size: 16px;
	color: #000;
	min-width: 320px;
}

/* =========block-first========= */
.block-first {
	background: url('../img/block-first_bg.jpg') no-repeat center / cover;
	background-attachment: fixed;
	position: relative;
}
.block-first::after {
	display: block;
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(255, 255, 255, 0.8);
	left: 0;
	top: 0;
}
header, .block-first-wr {
	position: relative;
	z-index: 2;
}
header {
	padding: 15px 0;
}
.header-logo {
	display: inline-block;
	width: 150px;
}
.header-logo img {
	display: inline-block;
	width: 100%;
}
.block-first-wr {
	padding: 45px 0 125px;
}
.block-first-text {
	width: 48%;
	padding-top: 30px;
}
.block-first-form {
	width: 38.3%;
}
.block-first__title {
	font-size: 36px;
	line-height: 1.17em;
	font-weight: 600;
	margin-bottom: 35px;
}
.block-first__desc {
	font-size: 26px;
	line-height: 1.45em;
	color: #2b328a;
	font-weight: 500;
	padding-top: 15px;
}
.block-first-form {
	padding: 35px;
	background: rgba(28, 28, 28, 0.8);
}
.block-first-form__title {
	margin-bottom: 20px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2em;
}
.block-first-form-item {
	margin-bottom: 20px;
}
.block-first-input {
	width: 100%;
	background: #fff;
	height: 50px;
	padding: 0 18px;
	border: none;
	font-size: 16px;
	color: #000;
}
.block-first-input::-webkit-input-placeholder 	{font-size: 16px;opacity: 0.5;}
.block-first-input::-moz-placeholder 			{font-size: 16px;opacity: 0.5;}
.block-first-input:-moz-placeholder 			{font-size: 16px;opacity: 0.5;}
.block-first-input:-ms-input-placeholder 		{font-size: 16px;opacity: 0.5;}
.block-first-form-error {
	color: red;
	margin-top: 5px;
}
.block-first-form-red {
	margin-bottom: 15px;
	background: #f95d51;
	padding: 10px;
	text-align: center;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.4em;
	color: #fff;
	font-weight: 300;
}
.block-first-form__btn {
	border: none;
	width: 100%;
	color: #ffffff;
	background-color: #2b328a;
	height: 50px;
	display: block;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	-webkit-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
}
.block-first-form__btn:hover {
	background-color: #212773;
}
.block-first-form-conditions {
	margin-top: 20px;
	font-weight: 300;
	color: #fff;
}
.block-first-form-conditions a {
	display: inline-block;
	color: #ff8562;
}
.block-first-form-conditions a:hover {
	text-decoration: underline;
}
.block-first__desc {
	margin-bottom: 0;
}
.block-first-form {
	width: 38%;
	padding: 35px 30px;
}
.block-first-form__title {
	font-size: 18px;
	margin-bottom: 10px;
}
.block-first-input {
	height: 50px;
	padding: 0 10px;
	font-size: 16px;
}
.block-first-form-error {
	font-size: 14px;
	line-height: 1;
}
.block-first-input::-webkit-input-placeholder 	{font-size: 16px;}
.block-first-input::-moz-placeholder 			{font-size: 16px;}
.block-first-input:-moz-placeholder 			{font-size: 16px;}
.block-first-input:-ms-input-placeholder 		{font-size: 16px;}
.block-first-form-red {
	font-size: 14px;
	margin-bottom: 15px;
}
.block-first-form-item {
	margin-bottom: 15px;
}
.block-first-form-conditions {
	margin-top: 15px;
	font-size: 14px;
}
/* =========include========= */
.include {
	padding: 125px 0 130px;
}
.include__title {
	margin-bottom: 105px;
	text-align: center;
	font-size: 42px;
	line-height: 1.23em;
	font-weight: 600;
}
.include-wr {
	display:  -webkit-box;
	display:  -ms-flexbox;
	display:  flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.include-item {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.include-item-text, .include-item-thumb {
	width: 50%;
}
.include-item-thumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}
.include-item-thumb div {
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s;
}
.include-item-thumb:hover div {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.include-item-thumb div::after {
	display: block;
	content: '';
	padding-top: 100%;
}
.include-item-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px 25px;
	position: relative;
}
.include-item-text__title {
	font-size: 20px;
	line-height: 1.35em;
	color: #000;
	font-weight: 600;
	margin-bottom: 0;
}
.include-item-text__desc {
	font-weight: 300;
	line-height: 1.55em;	
	font-size: 16px;
	margin-top: 20px;
}
.include-item_left .include-item-text::after {
	display: block;
	position: absolute;
	content: '';
	border: 20px solid transparent;
	border-left: 20px solid #fff;
	left: 100%;
	top: 50%;
	margin-top: -20px;
	z-index: 2;
}
.include-item_right .include-item-text::after {
	display: block;
	position: absolute;
	content: '';
	border: 20px solid transparent;
	border-right: 20px solid #fff;
	right: 100%;
	top: 50%;
	margin-top: -20px;
	z-index: 2;
}
/* =========kurs========= */
.kurs {
	padding: 155px 0 85px;
	background: #eeeeee;
}
.kurs-wr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: calc(100% + 30px);
	margin-left: -15px;
}
.kurs-item {
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 70px;
	width: calc(33.333% - 30px);
}
.kurs-item__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 12px;
}
.kurs-item__title img {
	display: inline-block;
	width: 35px;
	margin-right: 15px;
}
.kurs-item__title div {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 18px;
	line-height: 1.35em;
	color: #000;
	font-weight: 600;
	padding-top: 5px;
}
.kurs-item__desc {
	font-size: 16px;
	line-height: 1.55;
	font-weight: 300;
	line-height: 1.35em;
	color: #000;
}
/* =========request========= */
.request {
	padding: 125px 0 120px;
}
.request-wr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 960px;
	width: 100%;
	margin: 0 auto 20px;
}
.request-red {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}
.request-input {
	width: 100%;
	height: 60px;
	color: #000000;
	border: 2px solid #000000;
	background-color: #fafaff;
	padding: 0 5px 0 20px;
	font-size: 16px;
}
.request-item {
	width: 36.5%;
}
.request-item_tel {
	width: 38%;
}
.request-item .iti {
	width: 100%;
}
.iti--separate-dial-code .iti__selected-flag {
	background: transparent !important;
}
.iti__arrow {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #9a9a9a;
}
.iti__arrow--up {
	border-top: none;
	border-bottom: 4px solid #9a9a9a;
}
.request-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 60px;
	width: 21%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	border: none;
	background-color: #2b328a;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	-webkit-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
}
.request-btn:hover {
	background-color: #222875;
}
.request-red {
	padding: 20px 5px;
	background-color: #f95d51;
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height: 1;
	font-weight: 300;
}
.request-item_error .request-input {
	border-color: red;
}
/* =========gifts========= */
.gifts {
	background: #f2f2f2;
	padding: 135px 0;
}
.gifts-text {
	text-align: center;
	font-size: 42px;
	line-height: 1.23em;
	font-weight: 600;
	color: #000;
}
/* =========article========= */
.article {
	padding: 100px 0;
}
.article-wr {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	border: 1.6px solid rgb(43, 50, 138);
	padding: 5px;
}
.article-inner {
	border: 1.6px solid rgb(43, 50, 138);
	padding: 40px 45px;
	font-size: 26px;
	line-height: 1.5em;
	color: #000;
	font-weight: 300;
}
/* =========slider========= */
.slider {
	padding: 110px 0 145px;
	background: #f2f2f2;
}
.slider-wr {
	position: relative;
}
.slider-wr .slick-arrow {
	width: 40px;
	height: 40px;
	background-color: rgba(232,232,232,1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	border: none;
	z-index: 2;
	-webkit-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
}
.slider-wr .slick-arrow:hover {
	background-color: #cfcccc;
}
.slider-wr .slick-arrow svg {
	display: inline-block;
	width: 9px;
}
.slider-wr .slick-prev {
	right: calc(50% + 460px);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.slider-wr .slick-next {
	left: calc(50% + 460px);
}
.slider-wr .slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	width: 100%;
	top: calc(100% + 25px);
	left: 0;
	padding: 0;
	margin: 0;
}
.slider-wr .slick-dots button {
	display: none;
}
.slider-wr .slick-dots li {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #c7c7c7;
	margin-right: 10px;
	-webkit-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
	cursor: pointer;
}
.slider-wr .slick-dots li:hover {
	background-color: #222;
}
.slider-wr .slick-dots li.slick-active {
	background-color: #222;
}
.slider-wr .slick-dots li:last-child {
	margin-right: 0;
}
.slider-item  {
	display: inline-block;
	width: 860px;
	margin: 0 50px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.3;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}
.slider-item::after {
	display: block;
	content: '';
	padding-top: 64%;
}
.slider-item.slick-active {
	opacity: 1;
}
/* =========footer========= */
footer {
	padding: 25px 0;
}
.footer-text {
	font-size: 14px;
	line-height: 1.55em;
	font-weight: 300;
	margin-bottom: 20px;
	color: #000;
}
.footer-text a {
	display: inline-block;
	color: #ff8562;
}
.footer-text a:hover {
	text-decoration: underline;
}
.footer-text:last-child {
	margin-bottom: 0;
}
.block-first_2 {
	background-image: url('../img/block-first_bg2.jpg');
}
.block-first_2::after {
	background: rgba(0, 0, 0, 0.5);
}
.block-first_2 .block-first__title {
	color: #fefefe;
}
.block-first_2 .block-first-cont {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.block-first_2 .block-first-form {
	width: 38%;
}
.block-first_2 .block-first-text {
	margin-left: 35px;
}
.block-first_3 {
	background-image: url('../img/block-first_bg3.jpg');
}
.block-first_3::after {
	display: none;
}




/*Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) { 
	/* =========block-first========= */
	.block-first-wr {
		padding: 25px 0 70px;
	}
	.block-first__title {
		font-size: 27px;
		margin-bottom: 25px;
	}
	.block-first__desc {
		font-size: 20px;
		padding-top: 10px;
	}
	/* =========include========= */
	.include-item-text {
		padding: 10px;
	}
	.include-item-text__title {
		font-size: 17px;
	}
	.include-item-text__desc {
		font-size: 14px;
		margin-top: 10px;
	}
	/* =========kurs========= */
	.include__title {
		margin-bottom: 50px;
		font-size: 31px;
	}
	.kurs {
		padding: 80px 0 20px;
	}
	.kurs-item__title div {
		font-size: 15px;
		padding-top: 2px;
	}
	.kurs-item__title img {
		width: 25px;
		margin-right: 10px;
	}
	.kurs-item__desc {
		font-size: 14px;
	}
	/* =========gifts========= */
	.gifts {
		padding: 50px 0; 
	}
	.gifts-text {
		font-size: 28px;
	}
	/* =========article========= */
	.article {
		padding: 50px 0;
	}
	.article-inner {
		padding: 20px;
		font-size: 20px;
	}
	/* =========slider========= */
	.slider-item {
		width: 700px;
		margin: 0 40px;
	}
	.slider-wr .slick-next {
		left: calc(50% + 370px);
	}
	.slider-wr .slick-prev {
		right: calc(50% + 370px);
	}
	/* =========footer========= */

}

/*Large devices (desktops, 992px and up) */
@media (max-width: 992px) { 
	/* =========block-first========= */
	.header-logo {
		width: 120px;
	}
	.block-first-text {
		padding-top: 0;
	}
	.block-first__title {
		font-size: 20px;
	}
	.block-first__desc br {
		display: none;
	}
	.block-first-form {
		width: 48.3%;
		padding: 25px 20px;
	}
	.block-first-form__btn {
		font-size: 14px;
		height: 40px;
	}
	.block-first-form-conditions {
		font-size: 12px;
	}
	/* =========include========= */
	.include {
		padding: 40px 0;
	}
	.include__title {
		font-size: 24px;
		margin-bottom: 40px;
	}
	.include-item {
		position: relative;
		width: 48.5%;
		margin-bottom: 20px;
	}
	.include-item-thumb {
		width: 100%;
	}
	.include-item-text {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		z-index: 2;
		background: -o-linear-gradient(top, rgba(255,255,255,0), rgba(0,0,0,0.9));
		background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(rgba(0,0,0,0.9)));
		background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(0,0,0,0.9));
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		padding: 10px 25px 40px;
	}
	.include-item-text::after {
		display: none !important;
	}
	.include-item:hover .include-item-thumb div {
		-webkit-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
	}
	.include-item-text__title {
		font-size: 24px;
		color: #fff;
	}
	.include-item-text__desc {
		display: none;
	}
	.include-wr {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	/* =========kurs========= */
	.kurs {
		padding-top: 50px;
	}
	.kurs-item {
		width: calc(50% - 30px);
		margin-bottom: 30px;
	}
	/* =========request========= */
	.request {
		padding: 40px 0;
	}
	.request-wr {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.request-item {
		width: 48% !important;
		margin-bottom: 20px;
	}
	.request-btn {
		width: 100%;
	}
	/* =========gifts========= */
	.gifts-text {
		font-size: 22px;
	}
	/* =========slider========= */
	.slider-item {
		width: 600px;
		margin: 0 20px;
	}
	.slider-wr .slick-next {
		left: calc(50% + 310px);
	}
	.slider-wr .slick-prev {
		right: calc(50% + 310px);
	}
	.slider {
		padding: 50px 0 80px;
	}
	/* =========footer========= */
	footer {
		padding: 15px 0;
	}
	.footer-text {
		margin-bottom: 10px;
		font-size: 13px;
	}
	.block-first_2 .block-first-cont {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.block-first_2 .block-first-text {
		margin-left: 0;
	}
	.block-first_2 .block-first-form {
		width: 48%;
	}
	.block-first-input {
		height: 40px;
		font-size: 14px;
	}
	.block-first-input::-webkit-input-placeholder 	{font-size: 14px;}
	.block-first-input::-moz-placeholder      		{font-size: 14px;}
	.block-first-input:-moz-placeholder       		{font-size: 14px;}
	.block-first-input:-ms-input-placeholder    	{font-size: 14px;}

}

/*Medium devices (tablets, 768px and up) */
@media (max-width: 767px) {
	/* =========block-first========= */
	header {
		background: #fff;
	}
	.block-first-cont {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.block-first-text {
		width: 100%;
		margin-bottom: 30px;
	}
	.block-first-form {
		width: 100%;
	}
	.block-first__title {
		font-size: 24px;
	}
	/* =========include========= */
	.include-item-text__title {
		font-size: 17px;
	}
	.include-item-text {
		padding: 10px 10px 20px;
	}
	/* =========request========= */
	.request-item {
		width: 100% !important;
	}
	.request-input, .request-btn {
		height: 45px;
	}
	.request-red {
		font-size: 15px;
		padding: 15px 5px;
	}
	/* =========gifts========= */
	.gifts-text {
		font-size: 18px;
	}
	/* =========slider========= */
	.slider-item {
		margin: 0;
		opacity: 1;
	}
	.slider-wr .slick-next {
		left: inherit;
		right: 15px;
	}
	.slider-wr .slick-prev {
		right: inherit;
		left: 15px;
	}
	.slider-wr .slick-arrow {
		width: 24px;
		height: 24px;
		margin-top: -12px;
	}
	.slider-wr .slick-arrow svg {
		width: 6px;
	}
	/* =========footer========= */
	.block-first_2 .block-first-cont {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.block-first_2 .block-first-form {
		width: 100%;
	}
	.block-first_2 .block-first-text {
		margin-left: 0;
	}

}

/*Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
	/* =========block-first========= */
	.block-first__title {
		font-size: 21px;
		margin-bottom: 20px;
	}
	.block-first__desc {
		font-size: 15px;	
		padding-top: 0;
	}
	/* =========include========= */
	.include-item {
		width: 100%;
	}
	.include-item-text__title {
		font-size: 20px;
	}
	/* =========kurs========= */
	.kurs-item {
		width: 100%;
	}
	/* =========article========= */
	.article-inner {
		font-size: 16px;
	}
	/* =========footer========= */
	.block-first-input::-webkit-input-placeholder 	{font-size: 14px;}
	.block-first-input::-moz-placeholder 			{font-size: 14px;}
	.block-first-input:-moz-placeholder 			{font-size: 14px;}
	.block-first-input:-ms-input-placeholder 		{font-size: 14px;}

}