/*fonts*/
@font-face {
	font-family: "Montserrat";
	src: url("../fonts/Montserrat-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	src: url("../fonts/Montserrat-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	src: url("../fonts/Montserrat-SemiBold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	src: url("../fonts/Montserrat-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

#map {
	background-image: url("../img/map.png");
	background-size: cover;
}
.iti {
	width: 100%;
}

.checkbox {
	width: 100%;
	display: flex;
	align-items: center;
}
.checkbox input {
	width: 2%!important;
	padding: 5px!important;
	border: 1px solid #222;
	height: 10px;
	appearance: auto!important;
}
.checkbox  a {
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	color: #222;
	opacity: 1;
	text-decoration: none
}

/*-fonts*/
/*options*/
*,
::after,
::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body.open {
	overflow: hidden;
}

body {
	font-family: "Montserrat", sans-serif;
	line-height: normal;
	background: #ffffff;
	color: #2c2c3a;
	margin: 0;
}

body::-webkit-scrollbar {
	width: 0.3645833333333333vw;
}

body::-webkit-scrollbar-thumb {
	background: #cd141f;
}

body::-webkit-scrollbar-track {
	background: #ffffff;
}

p {
	width: 100%;
	font-size: 0.78125vw;
	line-height: 1.25vw;
	color: #202020;
	margin-top: 0;
	margin: 0vw;
}

h1,
h2,
h3,
h4,
h5 {
	width: 100%;
	margin: 0vw;
}

img {
	max-width: 100%;
}

ul,
ol {
	padding: 0vw;
	margin: 0vw;
}

li {
	list-style-type: none;
}

a {
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	outline: none;
}

input {
	width: 100%;
	height: 2.5vw;
	background: #ffffff;
	border: 0.052083333333333336vw solid #e7eff5;
	border-radius: 0.26041666666666663vw;
	padding: 0vw 1.0416666666666665vw;
	font-size: 0.7291666666666666vw;
	color: #292d6d;
	font-family: "Montserrat", sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	opacity: 1;
}

input::-webkit-input-placeholder {
	color: #707579;
}

input::-moz-placeholder {
	color: #707579;
}

input:-ms-input-placeholder {
	color: #707579;
}

input:-moz-placeholder {
	color: #707579;
}

input:hover,
input:focus {
	outline: none;
	text-decoration: none;
}

input:focus {
	border: 0.052083333333333336vw solid #292d6d;
}

button {
	font-family: "Montserrat", sans-serif;
	cursor: pointer;
	border: none;
	background: none;
}

button:hover,
button:focus {
	outline: none;
	text-decoration: none;
}

html,
body {
	height: 100%;
}

.home-img img:nth-child(2) {
    display: none;
}

.wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
}
.form-title {
	display: flex;
	align-items: center;
}

.form-title span {
	padding: 0px;
	font-size: 14px!important;
	line-height: 22px!important;
	color: #202020!important;
	background: transparent!important;
}
.form-title img {
	max-width: 40px;
	margin-top: 10px;
}

main {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

footer {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.container {
	width: 100%;
	max-width: 70.9375vw;
	padding: 0 0.78125vw;
	margin: 0 auto;
}

.section-one {
	position: relative;
	z-index: 1;
}

.section-one:before {
	content: "";
	position: absolute;
	z-index: -2;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../img/bgr/2.jpg") center bottom no-repeat;
	background-size: cover;
}

.section-two {
	position: relative;
	z-index: 1;
}

.section-two:before {
	content: "";
	position: absolute;
	z-index: -2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../img/bgr/3.jpg") center top no-repeat;
	background-size: cover;
}

.section-title {
	max-width: 46.58333333333333vw;
	margin: 0vw auto 3.6458333333333335vw auto;
	text-align: center;
}

.section-title p {
	margin-bottom: 0.5208333333333333vw;
	font-size: 16px;
}
.section-title p b {
    font-weight: 600;
}

.title-xl {
	font-weight: 700;
	font-size: 2.604166666666667vw;
	line-height: 3.3854166666666665vw;
	color: #202020;
}

.title-xl b {
	color: #cd141f;
}

.title-lg {
	font-weight: 600;
	font-size: 1.8229166666666667vw;
	line-height: 2.864583333333333vw;
	color: #202020;
}

.title-lg b {
	font-weight: 600;
	color: #cd141f;
}

.title-md {
	font-weight: 600;
	font-size: 18px;
	line-height: 27px;
	color: #202020;
}

.title-md b {
	font-weight: 700;
	/*color: #cd141f;*/
}

.title-md.two {
	color: #292d6d;
}

.title-sm {
	font-weight: 700;
	font-size: 0.8854166666666666vw;
	line-height: 1.5625vw;
	color: #292d6d;
}

.button {
	position: relative;
	z-index: 1;
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	font-weight: 500;
	font-size: 0.78125vw;
	color: #ffffff;
	border-radius: 2.604166666666667vw;
	padding: 0.78125vw 1.25vw;
	text-align: center;
	overflow: hidden;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.button:before {
	content: "";
	position: absolute;
	z-index: -2;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #cd141f;
}

.button:after {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	background: #a3131b;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.form .button {
	width: 100%;
}

.input {
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 1.3020833333333335vw;
}

span.error-form {
	position: absolute;
	right: 0;
	bottom: -0.9375vw;
	font-size: 0.5208333333333333vw !important;
	color: #cd141f;
	margin: 0vw;
}

.form.two {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.form.two .input {
	width: 48%;
}

.form.two .button {
	width: 48%;
}

.form.three {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.form.three .input {
	width: 48%;
}

.form.three .button {
	width: 48%;
}

/*-options*/
/*animation*/
@-webkit-keyframes anim-1 {
	from {
		opacity: 1;
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
	}
	50% {
		opacity: 1;
		-webkit-transform: rotate(-10deg) translateY(0.5208333333333333vw);
		transform: rotate(-10deg) translateY(0.5208333333333333vw);
	}
	80% {
		opacity: 1;
		-webkit-transform: rotate(10deg) translateY(1.5625vw);
		transform: rotate(10deg) translateY(1.5625vw);
	}
	100% {
		-webkit-transform: rotate(-10deg) translateY(2.604166666666667vw);
		transform: rotate(-10deg) translateY(2.604166666666667vw);
		opacity: 0;
	}
}
@keyframes anim-1 {
	from {
		opacity: 1;
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
	}
	50% {
		opacity: 1;
		-webkit-transform: rotate(-10deg) translateY(0.5208333333333333vw);
		transform: rotate(-10deg) translateY(0.5208333333333333vw);
	}
	80% {
		opacity: 1;
		-webkit-transform: rotate(10deg) translateY(1.5625vw);
		transform: rotate(10deg) translateY(1.5625vw);
	}
	100% {
		-webkit-transform: rotate(-10deg) translateY(2.604166666666667vw);
		transform: rotate(-10deg) translateY(2.604166666666667vw);
		opacity: 0;
	}
}

@-webkit-keyframes anim-2 {
	from {
		-webkit-transform: translateY(0.5208333333333333vw);
		transform: translateY(0.5208333333333333vw);
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes anim-2 {
	from {
		-webkit-transform: translateY(0.5208333333333333vw);
		transform: translateY(0.5208333333333333vw);
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes anim-3 {
	from {
		-webkit-transform: translateX(0.5208333333333333vw);
		transform: translateX(0.5208333333333333vw);
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes anim-3 {
	from {
		-webkit-transform: translateX(0.5208333333333333vw);
		transform: translateX(0.5208333333333333vw);
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes anim-4 {
	from {
		-webkit-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0);
	}
	to {
		-webkit-transform: scale(1.1) rotate(80deg);
		transform: scale(1.1) rotate(80deg);
	}
}

@keyframes anim-4 {
	from {
		-webkit-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0);
	}
	to {
		-webkit-transform: scale(1.1) rotate(80deg);
		transform: scale(1.1) rotate(80deg);
	}
}

/*-animation*/
/*header*/
.header {
	position: fixed;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100%;
	background: #ffece7;
	padding: 0.78125vw 0vw;
	-webkit-box-shadow: 0vw 0vw 0.5208333333333333vw rgba(32, 32, 32, 0.05);
	box-shadow: 0vw 0vw 0.5208333333333333vw rgba(32, 32, 32, 0.05);
}

.header .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 93.75vw;
}

.header-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-time {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #ffffff;
	border-radius: 2.604166666666667vw;
	padding: 0.5208333333333333vw 1.5625vw;
	margin-right: 1.5625vw;
}
.header-logo img {
	width: 4.968749999999999vw;
}

.header-time li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 1.5625vw;
}

.header-time li:last-child {
	margin-right: 0vw;
}

.header-time img {
	margin-right: 0.78125vw;
	width: 1.5625vw;
}

.header-time span {
	font-weight: 600;
	font-size: 0.8333333333333334vw;
	color: #202020;
}

/*-header*/
/*home*/
.home {
	position: relative;
	z-index: 1;
	padding-top: 7.291666666666667vw;
}

.home:before {
	content: "";
	position: absolute;
	z-index: -2;
	bottom: 2.604166666666667vw;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../img/bgr/1.jpg") center bottom no-repeat;
	background-size: cover;
}

.home-text {
	max-width: 34.29166666666667vw;
	margin-bottom: 7.8125vw;
}



.home-text span {
	color: rgba(205, 20, 31, 1);
	background: #fff;
	padding: 10px;
	border-radius: 40px;
}

.home-text h1 {
	margin-bottom: 1.0416666666666665vw;
}

.home-text > p {
	max-width: 36.25vw;
	/*font-size: 1.0416666666666665vw;*/
	/*line-height: 1.5625vw;*/
	margin-top: 10px;
	margin-bottom: 2.083333333333333vw;
	font-weight: 600;
	font-size: 14px;
	line-height: 30px;
	/*margin: 0 auto;*/

}

.home-form {
	max-width: 31.041666666666668vw;
	padding: 1.5625vw;
	-webkit-box-shadow: 0vw 0vw 1.3020833333333335vw rgba(41, 45, 109, 0.1);
	box-shadow: 0vw 0vw 1.3020833333333335vw rgba(41, 45, 109, 0.1);
	border: 0.052083333333333336vw solid #ffffff;
	border-radius: 1.3020833333333335vw;
}

.home-form h3 {
	margin-bottom: 0.5208333333333333vw;
}

.home-form p {
	margin-bottom: 1.0416666666666665vw;
}

.home-form img {
	width: 100%;
}

.home-form span {
	color: #222!important;
	background: transparent!important;
	/*display: block;*/
	font-size: 0.625vw;
	line-height: 0.8333333333333334vw;
	margin-top: 1.0416666666666665vw;
}

.home-img {
	position: absolute;
	z-index: -1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	right: 0;
	top: 5.208333333333334vw;
	width: 51%;
}

.home-img img:nth-child(1) {
	width: 100%;
}

.home-img img:nth-child(2) {
	position: absolute;
	z-index: 1;
	left: 0;
	top: -3.125vw;
	width: 13.020833333333334vw;
	-webkit-animation: anim-1 10s infinite linear;
	animation: anim-1 10s infinite linear;
}

.home-img img:nth-child(3) {
	position: absolute;
	z-index: 1;
	right: 2.604166666666667vw;
	top: -4.166666666666666vw;
	width: 7.8125vw;
	-webkit-animation: anim-1 5s infinite linear;
	animation: anim-1 5s infinite linear;
}

.home-img img:nth-child(4) {
	position: absolute;
	z-index: 1;
	left: -2.604166666666667vw;
	bottom: 30%;
	width: 7.8125vw;
	-webkit-animation: anim-3 2s infinite linear alternate;
	animation: anim-3 2s infinite linear alternate;
}

.home-img img:nth-child(5) {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 9.375vw;
	-webkit-animation: anim-2 2s infinite linear alternate;
	animation: anim-2 2s infinite linear alternate;
	display: none;
}

.home-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0vw -0.3645833333333333vw;
}

.home-list li {
	position: relative;
	z-index: 1;
	width: calc(25% - 0.78125vw);
	margin: 0vw 0.3645833333333333vw;
	padding: 1.5625vw 1.0416666666666665vw 1.5625vw 1.0416666666666665vw;
	-webkit-box-shadow: 0vw 0vw 1.3020833333333335vw rgba(41, 45, 109, 0.1);
	box-shadow: 0vw 0vw 1.3020833333333335vw rgba(41, 45, 109, 0.1);
	border-radius: 0.78125vw;
	overflow: hidden;
}

.home-list li:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.25);
}

.home-list img {
	position: absolute;
	left: 1.0416666666666665vw;
	top: 1.5625vw;
	width: 3.125vw;
	height: 3.125vw;
	border-radius: 50%;
	-webkit-box-shadow: 0vw 0vw 0.5208333333333333vw rgba(41, 45, 109, 0.1);
	box-shadow: 0vw 0vw 0.5208333333333333vw rgba(41, 45, 109, 0.1);
}

.home-list span {
	display: block;
	font-weight: 700;
	font-size: 2.34375vw;
	color: #292d6d;
	padding-left: 4.166666666666666vw;
	margin-bottom: 0.5208333333333333vw;
}

.home.two {
	/* height: 100vh; */
	/* padding-top: 18.229166666666664vw; */
}

.home.two:before {
	content: "";
	position: absolute;
	z-index: -2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../img/bgr/5.jpg") center bottom no-repeat;
	background-size: cover;
}

.home.two .home-text {
	/* max-width: 20.833333333333336vw; */
	max-width: 50.833333vw;
	margin: 0 auto;
	text-align: center;
	min-height: 500px;
}

.home.two .home-text p {
	font-weight: 600;
	text-align: center;
}

/*-home*/
/*about*/
.about {
	margin-bottom: 6.25vw;
}

.about-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.about-box:last-child {
	margin-top: 5.208333333333334vw;
}

.about-box:last-child .about-box_text {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.about-box_text {
	width: 47%;
}

.about-box_text h2 {
	margin-bottom: 3.6458333333333335vw;
}

.about-box_text li {
	position: relative;
	padding-left: 5.208333333333334vw;
	margin-bottom: 1.5625vw;
}

.about-box_text li:last-child {
	margin: 0vw;
}

.about-box_text img {
	position: absolute;
	left: 0;
	top: 0;
	width: 4.166666666666666vw;
	height: 4.166666666666666vw;
	border-radius: 50%;
	-webkit-box-shadow: 0vw 0vw 0.26041666666666663vw rgba(41, 45, 109, 0.1);
	box-shadow: 0vw 0vw 0.26041666666666663vw rgba(41, 45, 109, 0.1);
}

.about-box_text h3 {
	margin-bottom: 0.5208333333333333vw;
}

.about-box_img {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 47%;
}
.about-box_img img:nth-child(1) {
	width: 100%;
}
.about-box:nth-child(1) .about-box_img img:nth-child(2) {
	position: absolute;
	z-index: 2;
	left: -3.125vw;
	bottom: 35%;
	width: 8.854166666666668vw;
	-webkit-animation: anim-3 2s infinite linear alternate;
	animation: anim-3 2s infinite linear alternate;
}

.about-box:nth-child(1) .about-box_img img:nth-child(3) {
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 0;
	width: 8.854166666666668vw;
	-webkit-animation: anim-2 2s infinite linear alternate;
	animation: anim-2 2s infinite linear alternate;
}

.about-box:nth-child(2) .about-box_img img:nth-child(2) {
	position: absolute;
	z-index: 2;
	left: 5.208333333333334vw;
	width: 7.03125vw;
	bottom: 0;
	-webkit-animation: anim-2 2s infinite linear alternate;
	animation: anim-2 2s infinite linear alternate;
}

/*-about*/
/*request*/
.request {
	padding: 11.458333333333332vw 0vw 6.25vw 0vw;
}

.request.two {
	position: relative;
	z-index: 1;
}

.request.two:before {
	content: "";
	position: absolute;
	z-index: -2;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../img/bgr/4.jpg") center bottom no-repeat;
	background-size: cover;
}

.request .container {
	position: relative;
}

.request .container:before {
	content: "";
	position: absolute;
	right: -6.770833333333333vw;
	top: -7.8125vw;
	width: 5.677083333333333vw;
	height: 6.458333333333334vw;
	background: url("../img/icons/13.svg") center no-repeat;
	background-size: contain;
	-webkit-animation: anim-4 4s infinite linear alternate;
	animation: anim-4 4s infinite linear alternate;
}

.request .container:after {
	content: "";
	position: absolute;
	left: -5.208333333333334vw;
	bottom: -5.208333333333334vw;
	width: 3.6458333333333335vw;
	height: 3.6458333333333335vw;
	background: url("../img/icons/14.svg") center no-repeat;
	background-size: contain;
	animation: anim-4 3s infinite linear alternate-reverse;
}

.request-wrap {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 2.604166666666667vw 3.125vw;
	-webkit-box-shadow: 0vw 0vw 1.3020833333333335vw rgba(41, 45, 109, 0.1);
	box-shadow: 0vw 0vw 1.3020833333333335vw rgba(41, 45, 109, 0.1);
	border: 0.052083333333333336vw solid #ffffff;
	border-radius: 1.3020833333333335vw;
}

.request-wrap:after {
	content: "";
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	height: 9.635416666666668vw;
	width: 26.614583333333336vw;
	background: url("../img/icons/8.svg") center no-repeat;
	background-size: contain;
}

.request-img {
	position: absolute;
	z-index: 3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 17.083333333333332vw;
	left: 4.166666666666666vw;
	bottom: 0;
}
.request-img img {
	width: 100%;
}

.request-form {
	width: 60%;
}

.request-form h2 {
	margin-bottom: 0.5208333333333333vw;
}

.request-form p {
	margin-bottom: 1.0416666666666665vw;
}

/*.request-form span {*/
/*	display: block;*/
/*	font-size: 0.625vw;*/
/*	line-height: 0.8333333333333334vw;*/
/*	margin-top: 1.0416666666666665vw;*/
/*}*/

/*-request*/
/*program*/
.program {
	margin-bottom: 4.6875vw;
}

.program .container {
	position: relative;
	z-index: 1;
}

.program .container:before {
	content: "";
	position: absolute;
	z-index: -1;
	right: -5.208333333333334vw;
	top: 0;
	width: 5.989583333333334vw;
	height: 15.364583333333334vw;
	background: url("../img/icons/15.svg") center no-repeat;
	background-size: contain;
	-webkit-animation: anim-1 8s infinite linear;
	animation: anim-1 8s infinite linear;
}

.program .container:after {
	content: "";
	position: absolute;
	z-index: -1;
	left: -6.25vw;
	top: 40%;
	width: 6.5625vw;
	height: 16.145833333333336vw;
	background: url("../img/icons/16.svg") center no-repeat;
	background-size: contain;
	-webkit-animation: anim-1 8s 1s infinite linear;
	animation: anim-1 8s 1s infinite linear;
}

.program-slider {
	width: 100%;
	overflow: visible;
}

.program-slider .swiper-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0vw -0.3645833333333333vw;
}

.program-slide {
	width: calc(33.333% - 0.78125vw);
	margin: 0vw 0.3645833333333333vw 1.5625vw 0.3645833333333333vw;
	text-align: center;
}

.program-slide img {
	width: 100%;
	border-radius: 0.78125vw;
}

.program-slide h3 {
	margin-bottom: 0.26041666666666663vw;
}

.program-slide span {
	display: block;
	font-size: 0.78125vw;
	color: #cd141f;
	font-weight: 500;
	margin-bottom: 0.5208333333333333vw;
}

.program-slide_img {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1.5625vw 0.78125vw 0.78125vw 0.78125vw;
	-webkit-box-shadow: 0vw 0vw 1.3020833333333335vw rgba(41, 45, 109, 0.1);
	box-shadow: 0vw 0vw 1.3020833333333335vw rgba(41, 45, 109, 0.1);
	border: 0.052083333333333336vw solid #ffffff;
	border-radius: 0.78125vw;
	margin-bottom: 1.0416666666666665vw;
}

.program-slide_img:after {
	content: "";
	position: absolute;
	left: 1.0416666666666665vw;
	top: 0.5208333333333333vw;
	width: 1.7708333333333333vw;
	height: 0.4166666666666667vw;
	background: url("../img/icons/12.svg") center no-repeat;
	background-size: contain;
}

.program-navigation {
	display: none;
	margin-top: 1.5625vw;
}

/*-program*/
/*certificate*/
.certificate {
	margin-bottom: 6.25vw;
}

.certificate .container {
	position: relative;
}

.certificate .container:before {
	content: "";
	position: absolute;
	left: -5.208333333333334vw;
	top: -5.208333333333334vw;
	width: 5.677083333333333vw;
	height: 6.458333333333334vw;
	background: url("../img/icons/13.svg") center no-repeat;
	background-size: contain;
	-webkit-animation: anim-4 4s infinite linear alternate;
	animation: anim-4 4s infinite linear alternate;
}

.certificate .container:after {
	content: "";
	position: absolute;
	right: -6.770833333333333vw;
	bottom: -7.8125vw;
	width: 3.6458333333333335vw;
	height: 3.6458333333333335vw;
	background: url("../img/icons/14.svg") center no-repeat;
	background-size: contain;
	animation: anim-4 3s infinite linear alternate-reverse;
}

.certificate-wrap {
	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;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 2.083333333333333vw;
	-webkit-box-shadow: 0vw 0vw 1.3020833333333335vw rgba(41, 45, 109, 0.1);
	box-shadow: 0vw 0vw 1.3020833333333335vw rgba(41, 45, 109, 0.1);
	border: 0.052083333333333336vw solid #ffffff;
	border-radius: 1.3020833333333335vw;
}

.certificate-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 11.25vw;
}
.certificate-icon img {
	width: 100%;
}

.certificate-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 9.010416666666666vw;
}
.certificate-img img {
	width: 100%;
}

.certificate-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-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	max-width: 34.89583333333333vw;
	text-align: center;
}

.certificate-text h2 {
	margin-bottom: 1.5625vw;
}

/*-certificate*/
/*plus*/
.plus {
	margin-bottom: 6.25vw;
}

.plus-wrap {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 2.604166666666667vw;
	border: 0.052083333333333336vw solid #ffffff;
	border-radius: 1.3020833333333335vw;
	overflow: hidden;
}

.plus-wrap:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: -o-linear-gradient(46.24deg, rgba(124, 151, 236, 0.26) 5.64%, rgba(220, 237, 193, 0.43) 34.5%, rgba(255, 211, 182, 0.6) 55.11%, rgba(255, 170, 165, 0.57) 79.85%, #faf9f9 104.59%);
	background: linear-gradient(43.76deg, rgba(124, 151, 236, 0.26) 5.64%, rgba(220, 237, 193, 0.43) 34.5%, rgba(255, 211, 182, 0.6) 55.11%, rgba(255, 170, 165, 0.57) 79.85%, #faf9f9 104.59%);
	opacity: 0.25;
}

.plus-tabs {
	width: 35%;
}

.plus-tabs li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	background: #ffffff;
	padding: 0.5208333333333333vw 1.0416666666666665vw;
	border-radius: 0.78125vw;
	-webkit-box-shadow: 0vw 0vw 0.26041666666666663vw rgba(41, 45, 109, 0.1);
	box-shadow: 0vw 0vw 0.26041666666666663vw rgba(41, 45, 109, 0.1);
	margin-bottom: 1.0416666666666665vw;
	cursor: pointer;
}

.plus-tabs li.active {
	background: #cd141f;
}

.plus-tabs li.active span {
	color: #ffffff;
}

.plus-tabs li.active img {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.plus-tabs li:last-child {
	margin-bottom: 0vw;
}

.plus-tabs img {
	border-radius: 50%;
	-webkit-box-shadow: 0vw 0vw 0.26041666666666663vw rgba(41, 45, 109, 0.1);
	box-shadow: 0vw 0vw 0.26041666666666663vw rgba(41, 45, 109, 0.1);
	margin-right: 1.0416666666666665vw;
	width: 2.604166666666667vw;
}

.plus-tabs span {
	font-size: 0.78125vw;
	font-weight: 700;
}

.plus-boxs {
	width: 60%;
}

.plus-boxs li {
	width: 100%;
	display: none;
}

.plus-boxs li.active {
	display: block;
}

.plus-boxs img {
	width: 100%;
	border-radius: 0.78125vw;
	margin-bottom: 0.5208333333333333vw;
}

.plus-boxs h3 {
	margin-bottom: 0.5208333333333333vw;
}

/*-plus*/
/*bus*/
.bus {
	margin-bottom: 6.25vw;
}

.bus .container {
	position: relative;
}

.bus .container:before {
	content: "";
	position: absolute;
	right: -6.770833333333333vw;
	top: -7.8125vw;
	width: 5.677083333333333vw;
	height: 6.458333333333334vw;
	background: url("../img/icons/13.svg") center no-repeat;
	background-size: contain;
	-webkit-animation: anim-4 4s infinite linear alternate;
	animation: anim-4 4s infinite linear alternate;
}

.bus .container:after {
	content: "";
	position: absolute;
	left: -5.208333333333334vw;
	bottom: -5.208333333333334vw;
	width: 3.6458333333333335vw;
	height: 3.6458333333333335vw;
	background: url("../img/icons/14.svg") center no-repeat;
	background-size: contain;
	animation: anim-4 3s infinite linear alternate-reverse;
}

.bus-wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 19.270833333333336vw;
	padding: 2.083333333333333vw;
	-webkit-box-shadow: 0vw 0vw 1.3020833333333335vw rgba(41, 45, 109, 0.1);
	box-shadow: 0vw 0vw 1.3020833333333335vw rgba(41, 45, 109, 0.1);
	border-radius: 1.3020833333333335vw;
	border: 0.052083333333333336vw solid #cd141f;
	overflow: hidden;
}

.bus-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-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	max-width: 31.770833333333332vw;
	text-align: center;
}

.bus-text h2 {
	margin-bottom: 1.5625vw;
}

.bus-icon {
	position: absolute;
	z-index: -1;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 16.614583333333332vw;
}
.bus-icon img {
	width: 100%;
}

.bus-img {
	position: absolute;
	z-index: -1;
	left: 2.083333333333333vw;
	top: 2.083333333333333vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 8.333333333333332vw;
}
.bus-img img {
	width: 100%;
}

/*-bus*/
/*day*/
.day {
	margin-bottom: 6.25vw;
}

.day .container {
	position: relative;
	z-index: 1;
}

.day .container:before {
	content: "";
	position: absolute;
	z-index: -1;
	right: -5.208333333333334vw;
	top: 0;
	width: 5.989583333333334vw;
	height: 15.364583333333334vw;
	background: url("../img/icons/15.svg") center no-repeat;
	background-size: contain;
	-webkit-animation: anim-1 8s infinite linear;
	animation: anim-1 8s infinite linear;
}

.day .container:after {
	content: "";
	position: absolute;
	z-index: -1;
	left: -6.25vw;
	top: 40%;
	width: 6.5625vw;
	height: 16.145833333333336vw;
	background: url("../img/icons/16.svg") center no-repeat;
	background-size: contain;
	-webkit-animation: anim-1 8s 1s infinite linear;
	animation: anim-1 8s 1s infinite linear;
}

.day-wrap {
	position: relative;
	padding: 0vw 6.25vw;
}

.day-top {
	width: 100%;
	margin-bottom: 0.78125vw;
}

.day-top_slide {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}

.day-top_slide img {
	width: 100%;
	border-radius: 1.3020833333333335vw;
}

.day-top_slide svg {
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.day-top_slide circle {
	fill: #ffffff;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.day-top_slide path {
	fill: #cd141f;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.day-top_video {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.day-bottom {
	width: 100%;
}

.day-bottom_slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	outline: none;
}

.day-bottom_slide img {
	width: 100%;
	border-radius: 0.78125vw;
	border: 0.052083333333333336vw solid transparent;
}

.day-bottom_slide.swiper-slide-thumb-active img {
	border: 0.052083333333333336vw solid #cd141f;
}

.day-arrow {
	position: absolute;
	top: 13.020833333333334vw;
	cursor: pointer;
	outline: none;
}

.day-arrow circle:nth-child(1) {
	fill: #ffffff;
	opacity: 0.25;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.day-arrow circle:nth-child(2) {
	stroke: #ffffff;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.day-arrow path {
	fill: #292d6d;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.day-arrow_prev {
	left: 0;
}

.day-arrow_next {
	right: 0;
}

/*-day*/
/*comment*/
.comment {
	padding-bottom: 6.25vw;
}

.comment .container {
	position: relative;
}

.comment .container:before {
	content: "";
	position: absolute;
	left: -5.208333333333334vw;
	top: -5.208333333333334vw;
	width: 5.677083333333333vw;
	height: 6.458333333333334vw;
	background: url("../img/icons/13.svg") center no-repeat;
	background-size: contain;
	-webkit-animation: anim-4 4s infinite linear alternate;
	animation: anim-4 4s infinite linear alternate;
}

.comment .container:after {
	content: "";
	position: absolute;
	right: -6.770833333333333vw;
	bottom: -7.8125vw;
	width: 3.6458333333333335vw;
	height: 3.6458333333333335vw;
	background: url("../img/icons/14.svg") center no-repeat;
	background-size: contain;
	animation: anim-4 3s infinite linear alternate-reverse;
}

.comment-wrap {
	position: relative;
	padding: 0vw 6.25vw;
}

.comment-slide {
	padding: 1.0416666666666665vw;
	border: 0.052083333333333336vw solid #ffffff;
	border-radius: 0.78125vw;
}

.comment-slide_top {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 1.0416666666666665vw;
}

.comment-slide_top img {
	margin-right: 1.0416666666666665vw;
	width: 3.125vw;
}

.comment-slide_top b {
	display: block;
	font-size: 0.8854166666666666vw;
	color: #292d6d;
	margin-top: 0.26041666666666663vw;
	margin-bottom: 0.26041666666666663vw;
}

.comment-slide_top:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 1.5625vw;
	height: 1.25vw;
	background: url("../img/icons/18.svg") center no-repeat;
	background-size: contain;
}

.comment-slide_video {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.comment-slide_video img {
	width: 100%;
}

.comment-slide_video svg {
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.comment-slide_video circle {
	fill: #ffffff;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.comment-slide_video path {
	fill: #cd141f;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.comment-slide_bottom {
	height: 6.510416666666667vw;
	overflow: hidden;
}

.comment-slide_bottom.active {
	height: auto;
}

.comment-slide_btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 400;
	font-size: 0.78125vw;
	color: #292d6d;
	margin-top: 0.5208333333333333vw;
	cursor: pointer;
}

.comment-slide_btn:after {
	content: "";
	width: 0.7291666666666666vw;
	height: 0.7291666666666666vw;
	background: url("../img/icons/19.svg") center no-repeat;
	background-size: contain;
	margin-left: 0.5208333333333333vw;
	margin-top: 0.10416666666666667vw;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.comment-slide_btn.active:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.comment-arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	outline: none;
	width: 3.125vw;
	height: 3.125vw;
}

.comment-arrow circle:nth-child(1) {
	fill: #ffffff;
	opacity: 0.25;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.comment-arrow circle:nth-child(2) {
	stroke: #ffffff;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.comment-arrow path {
	fill: #292d6d;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.comment-arrow_prev {
	left: 0;
}

.comment-arrow_next {
	right: 0;
}

.comment-pagination {
	display: none;
}

/*-comment*/
/*map*/
.map-top {
	max-width: 34.375vw;
	padding: 2.604166666666667vw 0vw;
}

.map-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 1.5625vw;
}

.map-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 1.5625vw;
}

.map-list img {
	margin-right: 0.78125vw;
	width: 1.5625vw;
}

.map-list span {
	font-weight: 600;
	font-size: 1.0416666666666665vw;
}

.map-wrap .container {
	position: relative;
	z-index: 1;
}

.map-contain {
	/* height: 39.0625vw; */
	height: 48.0625vw;
	width: 100%;
}

.map-points {
	position: absolute;
	left: 0;
	top: 2.604166666666667vw;
	padding: 1.3020833333333335vw;
	background: #ffffff;
	border-radius: 0.78125vw;
	max-width: 18.229166666666664vw;
}

.map-noicon::before {
	display: none;
}

.map-points li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 0.78125vw;
}

.map-points li:last-child {
	margin-bottom: 0vw;
}

.map-points li:before {
	content: "";
	position: absolute;
	left: 0;
	top: -0.26041666666666663vw;
	width: 1.25vw;
	height: 1.25vw;
	background: url("../img/images/map/3.svg") center no-repeat;
	background-size: contain;
}

.map-points b {
	display: block;
	font-weight: 700;
	font-size: 0.78125vw;
	color: #292d6d;
	padding-left: 1.5625vw;
	margin-bottom: 0.10416666666666667vw;
}

.map-points span {
	font-size: 0.6770833333333334vw;
}

/*-map*/
/*footer*/
.footer {
	padding: 1.0416666666666665vw 0vw;
}

.footer .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 93.75vw;
}

.footer-tel span {
	display: block;
	font-size: 0.78125vw;
	font-weight: 700;
	color: #292d6d;
	margin-bottom: 0.5208333333333333vw;
}

.footer-tel ul {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 2.864583333333333vw;
	width: 17.1875vw;
}

.footer-tel ul:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.10416666666666667vw;
	width: 2.03125vw;
	height: 2.03125vw;
	background: url("../img/images/footer/1.png") center no-repeat;
	background-size: contain;
}

.footer-tel li {
	width: 48%;
	margin-bottom: 0.26041666666666663vw;
}
.footer-logo img {
	width: 4.968749999999999vw;
}

.footer-tel a {
	font-size: 0.78125vw;
	font-weight: 400;
	color: #202020;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.footer-social span {
	display: block;
	font-size: 0.78125vw;
	font-weight: 700;
	color: #292d6d;
	margin-bottom: 0.5208333333333333vw;
}

.footer-social ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-social li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 1.0416666666666665vw;
}
.footer-social img {
	width: 1.5625vw;
}

.footer-social a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.footer-descr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 0.78125vw;
	line-height: 1.25vw;
	color: #202020;
}

.footer-descr a {
	color: #292d6d;
	font-weight: 500;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

/* breakpoint max-width 1201px */
/* important for all screens optimization */
@media (max-width: 1201px) {

	.checkbox a {
		font-size: 11px;
	}
	/*-fonts*/
	/*options*/
	*,
	::after,
	::before {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	body.open {
		overflow: hidden;
	}

	body {
		font-family: "Montserrat", sans-serif;
		line-height: normal;
		background: #ffffff;
		color: #2c2c3a;
		margin: 0;
	}

	body::-webkit-scrollbar {
		width: 7px;
	}

	body::-webkit-scrollbar-thumb {
		background: #cd141f;
	}

	body::-webkit-scrollbar-track {
		background: #ffffff;
	}

	p {
		width: 100%;
		font-size: 15px;
		line-height: 24px;
		color: #202020;
		margin-top: 0;
		margin: 0px;
	}

	h1,
	h2,
	h3,
	h4,
	h5 {
		width: 100%;
		margin: 0px;
	}

	img {
		max-width: 100%;
	}

	ul,
	ol {
		padding: 0px;
		margin: 0px;
	}

	li {
		list-style-type: none;
	}

	a {
		outline: none;
		text-decoration: none;
	}

	a:hover {
		text-decoration: none;
		outline: none;
	}

	input {
		width: 100%;
		height: 48px;
		background: #ffffff;
		border: 1px solid #e7eff5;
		border-radius: 5px;
		padding: 0px 20px;
		color: #292d6d;
		font-family: "Montserrat", sans-serif;
		font-size: 14px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		opacity: 1;
	}

	input::-webkit-input-placeholder {
		color: #707579;
	}

	input::-moz-placeholder {
		color: #707579;
	}

	input:-ms-input-placeholder {
		color: #707579;
	}

	input:-moz-placeholder {
		color: #707579;
	}

	input:hover,
	input:focus {
		outline: none;
		text-decoration: none;
	}

	input:focus {
		border: 1px solid #292d6d;
	}

	button {
		font-family: "Montserrat", sans-serif;
		cursor: pointer;
		border: none;
		background: none;
	}

	button:hover,
	button:focus {
		outline: none;
		text-decoration: none;
	}

	html,
	body {
		height: 100%;
	}

	.wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		min-height: 100%;
		overflow: hidden;
	}

	main {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
	}

	footer {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.container {
		width: 100%;
		max-width: 1170px;
		padding: 0 15px;
		margin: 0 auto;
	}

	.section-one {
		position: relative;
		z-index: 1;
	}

	.section-one:before {
		content: "";
		position: absolute;
		z-index: -2;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url("../img/bgr/2.jpg") center bottom no-repeat;
		background-size: cover;
	}

	.section-two {
		position: relative;
		z-index: 1;
	}

	.section-two:before {
		content: "";
		position: absolute;
		z-index: -2;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url("../img/bgr/3.jpg") center top no-repeat;
		background-size: cover;
	}

	.section-title {
		max-width: 760px;
		margin: 0px auto 70px auto;
		text-align: center;
	}

	.section-title p {
		margin-bottom: 10px;
	}

	.title-xl {
		font-weight: 700;
		font-size: 50px;
		line-height: 65px;
		color: #202020;
	}

	.title-xl b {
		color: #cd141f;
	}

	.title-lg {
		font-weight: 600;
		font-size: 35px;
		line-height: 55px;
		color: #202020;
	}

	.title-lg b {
		font-weight: 600;
		color: #cd141f;
	}

	.title-md {
		font-weight: 600;
		font-size: 26px;
		line-height: 39px;
		color: #202020;
	}

	.title-md b {
		font-weight: 600;
		color: #cd141f;
	}

	.title-md.two {
		color: #292d6d;
	}

	.title-sm {
		font-weight: 700;
		font-size: 17px;
		line-height: 30px;
		color: #292d6d;
	}

	.button {
		position: relative;
		z-index: 1;
		display: block;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		font-weight: 500;
		font-size: 15px;
		color: #ffffff;
		border-radius: 50px;
		padding: 15px 24px;
		text-align: center;
		overflow: hidden;
		-webkit-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
	}

	.button:before {
		content: "";
		position: absolute;
		z-index: -2;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		background: #cd141f;
	}

	.button:after {
		content: "";
		position: absolute;
		z-index: -1;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 0;
		background: #a3131b;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}

	.form .button {
		width: 100%;
	}

	.input {
		position: relative;
		display: block;
		width: 100%;
		margin-bottom: 25px;
	}

	span.error-form {
		position: absolute;
		right: 0;
		bottom: -18px;
		font-size: 10px !important;
		color: #cd141f;
		margin: 0px;
	}

	.form.two {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.form.two .input {
		width: 48%;
	}

	.form.two .button {
		width: 48%;
	}

	.form.three {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.form.three .input {
		width: 48%;
	}

	.form.three .button {
		width: 48%;
	}

	/*-options*/
	/*animation*/
	@-webkit-keyframes anim-1 {
		from {
			opacity: 1;
			-webkit-transform: rotate(10deg);
			transform: rotate(10deg);
		}
		50% {
			opacity: 1;
			-webkit-transform: rotate(-10deg) translateY(10px);
			transform: rotate(-10deg) translateY(10px);
		}
		80% {
			opacity: 1;
			-webkit-transform: rotate(10deg) translateY(30px);
			transform: rotate(10deg) translateY(30px);
		}
		100% {
			-webkit-transform: rotate(-10deg) translateY(50px);
			transform: rotate(-10deg) translateY(50px);
			opacity: 0;
		}
	}
	@keyframes anim-1 {
		from {
			opacity: 1;
			-webkit-transform: rotate(10deg);
			transform: rotate(10deg);
		}
		50% {
			opacity: 1;
			-webkit-transform: rotate(-10deg) translateY(10px);
			transform: rotate(-10deg) translateY(10px);
		}
		80% {
			opacity: 1;
			-webkit-transform: rotate(10deg) translateY(30px);
			transform: rotate(10deg) translateY(30px);
		}
		100% {
			-webkit-transform: rotate(-10deg) translateY(50px);
			transform: rotate(-10deg) translateY(50px);
			opacity: 0;
		}
	}

	@-webkit-keyframes anim-2 {
		from {
			-webkit-transform: translateY(10px);
			transform: translateY(10px);
		}
		to {
			-webkit-transform: translateY(0);
			transform: translateY(0);
		}
	}

	@keyframes anim-2 {
		from {
			-webkit-transform: translateY(10px);
			transform: translateY(10px);
		}
		to {
			-webkit-transform: translateY(0);
			transform: translateY(0);
		}
	}

	@-webkit-keyframes anim-3 {
		from {
			-webkit-transform: translateX(10px);
			transform: translateX(10px);
		}
		to {
			-webkit-transform: translateX(0);
			transform: translateX(0);
		}
	}

	@keyframes anim-3 {
		from {
			-webkit-transform: translateX(10px);
			transform: translateX(10px);
		}
		to {
			-webkit-transform: translateX(0);
			transform: translateX(0);
		}
	}

	@-webkit-keyframes anim-4 {
		from {
			-webkit-transform: scale(1) rotate(0);
			transform: scale(1) rotate(0);
		}
		to {
			-webkit-transform: scale(1.1) rotate(80deg);
			transform: scale(1.1) rotate(80deg);
		}
	}

	@keyframes anim-4 {
		from {
			-webkit-transform: scale(1) rotate(0);
			transform: scale(1) rotate(0);
		}
		to {
			-webkit-transform: scale(1.1) rotate(80deg);
			transform: scale(1.1) rotate(80deg);
		}
	}

	/*-animation*/
	/*header*/
	.header {
		position: fixed;
		z-index: 10;
		left: 0;
		top: 0;
		width: 100%;
		background: #ffece7;
		padding: 15px 0px;
		-webkit-box-shadow: 0px 0px 10px rgba(32, 32, 32, 0.05);
		box-shadow: 0px 0px 10px rgba(32, 32, 32, 0.05);
	}

	.header .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		max-width: 1800px;
	}

	.header-info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.header-time {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background: #ffffff;
		border-radius: 50px;
		padding: 10px 30px;
		margin-right: 30px;
	}

	.header-logo img {
		width: auto;
	}

	.header-time li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-right: 30px;
	}

	.header-time li:last-child {
		margin-right: 0px;
	}

	.header-time img {
		margin-right: 15px;
		width: auto;
	}

	.header-time span {
		font-weight: 600;
		font-size: 16px;
		color: #202020;
	}

	/*-header*/
	/*home*/
	.home {
		position: relative;
		z-index: 1;
		padding-top: 140px;
	}

	.home:before {
		content: "";
		position: absolute;
		z-index: -2;
		bottom: 50px;
		left: 0;
		width: 100%;
		height: 100%;
		background: url("../img/bgr/1.jpg") center bottom no-repeat;
		background-size: cover;
	}

	.home-text {
		max-width: 620px;
		margin-bottom: 150px;
	}

	.home-text h1 {
		margin-bottom: 20px;
	}

	.home-text > p {
		max-width: 600px;
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 40px;
		margin: 0 auto;
	}

	.home-form {
		max-width: 500px;
		padding: 30px;
		-webkit-box-shadow: 0px 0px 25px rgba(41, 45, 109, 0.1);
		box-shadow: 0px 0px 25px rgba(41, 45, 109, 0.1);
		border: 1px solid #ffffff;
		border-radius: 25px;
	}

	.home-form h3 {
		margin-bottom: 10px;
	}

	.home-form p {
		margin-bottom: 20px;
	}

	.home-form img {
		width: 100%;
	}

	.home-form span {
		display: block;
		font-size: 12px;
		line-height: 16px;
		margin-top: 20px;
	}

	.home-img {
		position: absolute;
		z-index: -1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		right: 0;
		top: 100px;
		width: 51%;
	}

	.home-img img:nth-child(1) {
		width: 100%;
	}

	.home-img img:nth-child(2) {
		position: absolute;
		z-index: 1;
		left: 0;
		top: -60px;
		width: 250px;
		-webkit-animation: anim-1 10s infinite linear;
		animation: anim-1 10s infinite linear;
	}

	.home-img img:nth-child(3) {
		position: absolute;
		z-index: 1;
		right: 50px;
		top: -80px;
		width: 150px;
		-webkit-animation: anim-1 5s infinite linear;
		animation: anim-1 5s infinite linear;
	}

	.home-img img:nth-child(4) {
		position: absolute;
		z-index: 1;
		left: -50px;
		bottom: 30%;
		width: 150px;
		-webkit-animation: anim-3 2s infinite linear alternate;
		animation: anim-3 2s infinite linear alternate;
	}

	.home-img img:nth-child(5) {
		position: absolute;
		z-index: 1;
		bottom: 0;
		left: 0;
		width: 180px;
		-webkit-animation: anim-2 2s infinite linear alternate;
		animation: anim-2 2s infinite linear alternate;
	}

	.home-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 0px -7.5px;
	}

	.home-list li {
		position: relative;
		z-index: 1;
		width: calc(25% - 15px);
		margin: 0px 7.5px;
		padding: 30px 20px 30px 20px;
		-webkit-box-shadow: 0px 0px 25px rgba(41, 45, 109, 0.1);
		box-shadow: 0px 0px 25px rgba(41, 45, 109, 0.1);
		border-radius: 15px;
		overflow: hidden;
	}

	.home-list li:before {
		content: "";
		position: absolute;
		z-index: -1;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, 0.25);
	}

	.home-list img {
		position: absolute;
		left: 20px;
		top: 30px;
		width: 60px;
		height: 60px;
		border-radius: 50%;
		-webkit-box-shadow: 0px 0px 10px rgba(41, 45, 109, 0.1);
		box-shadow: 0px 0px 10px rgba(41, 45, 109, 0.1);
	}

	.home-list span {
		display: block;
		font-weight: 700;
		font-size: 45px;
		color: #292d6d;
		padding-left: 80px;
		margin-bottom: 10px;
	}

	.home.two {
		height: 100vh;
		padding-top: 350px;
	}

	.home.two:before {
		content: "";
		position: absolute;
		z-index: -2;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url("../img/bgr/5.jpg") center bottom no-repeat;
		background-size: cover;
	}

	.home.two .home-text {
		max-width: 400px;
	}

	.home.two .home-text p {
		font-weight: 600;
	}

	/*-home*/
	/*about*/
	.about {
		margin-bottom: 120px;
	}

	.about-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.about-box:last-child {
		margin-top: 100px;
	}

	.about-box:last-child .about-box_text {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.about-box_text {
		width: 47%;
	}

	.about-box_text h2 {
		margin-bottom: 70px;
	}

	.about-box_text li {
		position: relative;
		padding-left: 100px;
		margin-bottom: 30px;
	}

	.about-box_text li:last-child {
		margin: 0px;
	}

	.about-box_text img {
		position: absolute;
		left: 0;
		top: 0;
		width: 80px;
		height: 80px;
		border-radius: 50%;
		-webkit-box-shadow: 0px 0px 5px rgba(41, 45, 109, 0.1);
		box-shadow: 0px 0px 5px rgba(41, 45, 109, 0.1);
	}

	.about-box_text h3 {
		margin-bottom: 10px;
	}

	.about-box_img {
		position: relative;
		z-index: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 47%;
	}

	.about-box:nth-child(1) .about-box_img img:nth-child(2) {
		position: absolute;
		z-index: 2;
		left: -60px;
		bottom: 35%;
		width: 170px;
		-webkit-animation: anim-3 2s infinite linear alternate;
		animation: anim-3 2s infinite linear alternate;
	}

	.about-box:nth-child(1) .about-box_img img:nth-child(3) {
		position: absolute;
		z-index: 2;
		right: 0;
		bottom: 0;
		width: 170px;
		-webkit-animation: anim-2 2s infinite linear alternate;
		animation: anim-2 2s infinite linear alternate;
	}

	.about-box:nth-child(2) .about-box_img img:nth-child(2) {
		position: absolute;
		z-index: 2;
		left: 100px;
		width: 135px;
		bottom: 0;
		-webkit-animation: anim-2 2s infinite linear alternate;
		animation: anim-2 2s infinite linear alternate;
	}

	/*-about*/
	/*request*/
	.request {
		padding: 220px 0px 120px 0px;
	}

	.request.two {
		position: relative;
		z-index: 1;
	}

	.request.two:before {
		content: "";
		position: absolute;
		z-index: -2;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url("../img/bgr/4.jpg") center bottom no-repeat;
		background-size: cover;
	}

	.request .container {
		position: relative;
	}

	.request .container:before {
		content: "";
		position: absolute;
		right: -130px;
		top: -150px;
		width: 109px;
		height: 124px;
		background: url("../img/icons/13.svg") center no-repeat;
		background-size: contain;
		-webkit-animation: anim-4 4s infinite linear alternate;
		animation: anim-4 4s infinite linear alternate;
	}

	.request .container:after {
		content: "";
		position: absolute;
		left: -100px;
		bottom: -100px;
		width: 70px;
		height: 70px;
		background: url("../img/icons/14.svg") center no-repeat;
		background-size: contain;
		animation: anim-4 3s infinite linear alternate-reverse;
	}

	.request-wrap {
		position: relative;
		z-index: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		padding: 50px 60px;
		-webkit-box-shadow: 0px 0px 25px rgba(41, 45, 109, 0.1);
		box-shadow: 0px 0px 25px rgba(41, 45, 109, 0.1);
		border: 1px solid #ffffff;
		border-radius: 25px;
	}

	.request-wrap:after {
		content: "";
		position: absolute;
		z-index: 2;
		left: 0;
		top: 0;
		height: 185px;
		width: 511px;
		background: url("../img/icons/8.svg") center no-repeat;
		background-size: contain;
	}

	.request-img {
		position: absolute;
		z-index: 3;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: auto;
		left: 80px;
		bottom: 0;
	}

	.request-form {
		width: 60%;
	}

	.request-form h2 {
		margin-bottom: 10px;
	}

	.request-form p {
		margin-bottom: 20px;
	}

	.request-form span {
		display: block;
		font-size: 12px;
		line-height: 16px;
		margin-top: 20px;
	}

	/*-request*/
	/*program*/
	.program {
		margin-bottom: 90px;
	}

	.program .container {
		position: relative;
		z-index: 1;
	}

	.program .container:before {
		content: "";
		position: absolute;
		z-index: -1;
		right: -100px;
		top: 0;
		width: 115px;
		height: 295px;
		background: url("../img/icons/15.svg") center no-repeat;
		background-size: contain;
		-webkit-animation: anim-1 8s infinite linear;
		animation: anim-1 8s infinite linear;
	}

	.program .container:after {
		content: "";
		position: absolute;
		z-index: -1;
		left: -120px;
		top: 40%;
		width: 126px;
		height: 310px;
		background: url("../img/icons/16.svg") center no-repeat;
		background-size: contain;
		-webkit-animation: anim-1 8s 1s infinite linear;
		animation: anim-1 8s 1s infinite linear;
	}

	.program-slider {
		width: 100%;
		overflow: visible;
	}

	.program-slider .swiper-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0px -7.5px;
	}

	.program-slide {
		width: calc(33.333% - 15px);
		margin: 0px 7.5px 30px 7.5px;
		text-align: center;
	}

	.program-slide img {
		width: 100%;
		border-radius: 15px;
	}

	.program-slide h3 {
		margin-bottom: 5px;
	}

	.program-slide span {
		display: block;
		font-size: 15px;
		color: #cd141f;
		font-weight: 500;
		margin-bottom: 10px;
	}

	.program-slide_img {
		position: relative;
		z-index: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 30px 15px 15px 15px;
		-webkit-box-shadow: 0px 0px 25px rgba(41, 45, 109, 0.1);
		box-shadow: 0px 0px 25px rgba(41, 45, 109, 0.1);
		border: 1px solid #ffffff;
		border-radius: 15px;
		margin-bottom: 20px;
	}

	.program-slide_img:after {
		content: "";
		position: absolute;
		left: 20px;
		top: 10px;
		width: 34px;
		height: 8px;
		background: url("../img/icons/12.svg") center no-repeat;
		background-size: contain;
	}

	.program-navigation {
		display: none;
		margin-top: 30px;
	}

	/*-program*/
	/*certificate*/
	.certificate {
		margin-bottom: 120px;
	}

	.certificate .container {
		position: relative;
	}

	.certificate .container:before {
		content: "";
		position: absolute;
		left: -100px;
		top: -100px;
		width: 109px;
		height: 124px;
		background: url("../img/icons/13.svg") center no-repeat;
		background-size: contain;
		-webkit-animation: anim-4 4s infinite linear alternate;
		animation: anim-4 4s infinite linear alternate;
	}

	.certificate .container:after {
		content: "";
		position: absolute;
		right: -130px;
		bottom: -150px;
		width: 70px;
		height: 70px;
		background: url("../img/icons/14.svg") center no-repeat;
		background-size: contain;
		animation: anim-4 3s infinite linear alternate-reverse;
	}

	.certificate-wrap {
		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;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 40px;
		-webkit-box-shadow: 0px 0px 25px rgba(41, 45, 109, 0.1);
		box-shadow: 0px 0px 25px rgba(41, 45, 109, 0.1);
		border: 1px solid #ffffff;
		border-radius: 25px;
	}

	.certificate-icon {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: auto;
	}

	.certificate-img {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: auto;
	}

	.certificate-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-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		max-width: 670px;
		text-align: center;
	}

	.certificate-text h2 {
		margin-bottom: 30px;
	}

	/*-certificate*/
	/*plus*/
	.plus {
		margin-bottom: 120px;
	}

	.plus-wrap {
		position: relative;
		z-index: 2;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 50px;
		border: 1px solid #ffffff;
		border-radius: 25px;
		overflow: hidden;
	}

	.plus-wrap:before {
		content: "";
		position: absolute;
		z-index: -1;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: -o-linear-gradient(46.24deg, rgba(124, 151, 236, 0.26) 5.64%, rgba(220, 237, 193, 0.43) 34.5%, rgba(255, 211, 182, 0.6) 55.11%, rgba(255, 170, 165, 0.57) 79.85%, #faf9f9 104.59%);
		background: linear-gradient(43.76deg, rgba(124, 151, 236, 0.26) 5.64%, rgba(220, 237, 193, 0.43) 34.5%, rgba(255, 211, 182, 0.6) 55.11%, rgba(255, 170, 165, 0.57) 79.85%, #faf9f9 104.59%);
		opacity: 0.25;
	}

	.plus-tabs {
		width: 35%;
	}

	.plus-tabs li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		background: #ffffff;
		padding: 10px 20px;
		border-radius: 15px;
		-webkit-box-shadow: 0px 0px 5px rgba(41, 45, 109, 0.1);
		box-shadow: 0px 0px 5px rgba(41, 45, 109, 0.1);
		margin-bottom: 20px;
		cursor: pointer;
	}

	.plus-tabs li.active {
		background: #cd141f;
	}

	.plus-tabs li.active span {
		color: #ffffff;
	}

	.plus-tabs li.active img {
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.plus-tabs li:last-child {
		margin-bottom: 0px;
	}

	.plus-tabs img {
		border-radius: 50%;
		-webkit-box-shadow: 0px 0px 5px rgba(41, 45, 109, 0.1);
		box-shadow: 0px 0px 5px rgba(41, 45, 109, 0.1);
		margin-right: 20px;
		width: auto;
	}

	.plus-tabs span {
		font-size: 15px;
		font-weight: 700;
	}

	.plus-boxs {
		width: 60%;
	}

	.plus-boxs li {
		width: 100%;
		display: none;
	}

	.plus-boxs li.active {
		display: block;
	}

	.plus-boxs img {
		width: 100%;
		border-radius: 15px;
		margin-bottom: 10px;
	}

	.plus-boxs h3 {
		margin-bottom: 10px;
	}

	/*-plus*/
	/*bus*/
	.bus {
		margin-bottom: 120px;
	}

	.bus .container {
		position: relative;
	}

	.bus .container:before {
		content: "";
		position: absolute;
		right: -130px;
		top: -150px;
		width: 109px;
		height: 124px;
		background: url("../img/icons/13.svg") center no-repeat;
		background-size: contain;
		-webkit-animation: anim-4 4s infinite linear alternate;
		animation: anim-4 4s infinite linear alternate;
	}

	.bus .container:after {
		content: "";
		position: absolute;
		left: -100px;
		bottom: -100px;
		width: 70px;
		height: 70px;
		background: url("../img/icons/14.svg") center no-repeat;
		background-size: contain;
		animation: anim-4 3s infinite linear alternate-reverse;
	}

	.bus-wrap {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 370px;
		padding: 40px;
		-webkit-box-shadow: 0px 0px 25px rgba(41, 45, 109, 0.1);
		box-shadow: 0px 0px 25px rgba(41, 45, 109, 0.1);
		border-radius: 25px;
		border: 1px solid #cd141f;
		overflow: hidden;
	}

	.bus-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-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		max-width: 610px;
		text-align: center;
	}

	.bus-text h2 {
		margin-bottom: 30px;
	}

	.bus-icon {
		position: absolute;
		z-index: -1;
		right: 0;
		bottom: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: auto;
	}

	.bus-img {
		position: absolute;
		z-index: -1;
		left: 40px;
		top: 40px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: auto;
	}

	/*-bus*/
	/*day*/
	.day {
		margin-bottom: 120px;
	}

	.day .container {
		position: relative;
		z-index: 1;
	}

	.day .container:before {
		content: "";
		position: absolute;
		z-index: -1;
		right: -100px;
		top: 0;
		width: 115px;
		height: 295px;
		background: url("../img/icons/15.svg") center no-repeat;
		background-size: contain;
		-webkit-animation: anim-1 8s infinite linear;
		animation: anim-1 8s infinite linear;
	}

	.day .container:after {
		content: "";
		position: absolute;
		z-index: -1;
		left: -120px;
		top: 40%;
		width: 126px;
		height: 310px;
		background: url("../img/icons/16.svg") center no-repeat;
		background-size: contain;
		-webkit-animation: anim-1 8s 1s infinite linear;
		animation: anim-1 8s 1s infinite linear;
	}

	.day-wrap {
		position: relative;
		padding: 0px 120px;
	}

	.day-top {
		width: 100%;
		margin-bottom: 15px;
	}

	.day-top_slide {
		position: relative;
		z-index: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		cursor: pointer;
	}

	.day-top_slide img {
		width: 100%;
		border-radius: 25px;
	}

	.day-top_slide svg {
		position: absolute;
		z-index: 2;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.day-top_slide circle {
		fill: #ffffff;
		-webkit-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
	}

	.day-top_slide path {
		fill: #cd141f;
		-webkit-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
	}

	.day-top_video {
		position: absolute;
		z-index: 2;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}

	.day-bottom {
		width: 100%;
	}

	.day-bottom_slide {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		cursor: pointer;
		outline: none;
	}

	.day-bottom_slide img {
		width: 100%;
		border-radius: 15px;
		border: 1px solid transparent;
	}

	.day-bottom_slide.swiper-slide-thumb-active img {
		border: 1px solid #cd141f;
	}

	.day-arrow {
		position: absolute;
		top: 250px;
		cursor: pointer;
		outline: none;
	}

	.day-arrow circle:nth-child(1) {
		fill: #ffffff;
		opacity: 0.25;
		-webkit-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
	}

	.day-arrow circle:nth-child(2) {
		stroke: #ffffff;
		-webkit-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
	}

	.day-arrow path {
		fill: #292d6d;
		-webkit-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
	}

	.day-arrow_prev {
		left: 0;
	}

	.day-arrow_next {
		right: 0;
	}

	/*-day*/
	/*comment*/
	.comment {
		padding-bottom: 120px;
	}

	.comment .container {
		position: relative;
	}

	.comment .container:before {
		content: "";
		position: absolute;
		left: -100px;
		top: -100px;
		width: 109px;
		height: 124px;
		background: url("../img/icons/13.svg") center no-repeat;
		background-size: contain;
		-webkit-animation: anim-4 4s infinite linear alternate;
		animation: anim-4 4s infinite linear alternate;
	}

	.comment .container:after {
		content: "";
		position: absolute;
		right: -130px;
		bottom: -150px;
		width: 70px;
		height: 70px;
		background: url("../img/icons/14.svg") center no-repeat;
		background-size: contain;
		animation: anim-4 3s infinite linear alternate-reverse;
	}

	.comment-wrap {
		position: relative;
		padding: 0px 120px;
	}

	.comment-slide {
		padding: 20px;
		border: 1px solid #ffffff;
		border-radius: 15px;
	}

	.comment-slide_top {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-bottom: 20px;
	}

	.comment-slide_top img {
		margin-right: 20px;
		width: auto;
	}

	.comment-slide_top b {
		display: block;
		font-size: 17px;
		color: #292d6d;
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.comment-slide_top:after {
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		width: 30px;
		height: 24px;
		background: url("../img/icons/18.svg") center no-repeat;
		background-size: contain;
	}

	.comment-slide_video {
		position: relative;
		z-index: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.comment-slide_video img {
		width: 100%;
	}

	.comment-slide_video svg {
		position: absolute;
		z-index: 2;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.comment-slide_video circle {
		fill: #ffffff;
		-webkit-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
	}

	.comment-slide_video path {
		fill: #cd141f;
		-webkit-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
	}

	.comment-slide_bottom {
		height: 125px;
		overflow: hidden;
	}

	.comment-slide_bottom.active {
		height: auto;
	}

	.comment-slide_btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-weight: 400;
		font-size: 15px;
		color: #292d6d;
		margin-top: 10px;
		cursor: pointer;
	}

	.comment-slide_btn:after {
		content: "";
		width: 14px;
		height: 14px;
		background: url("../img/icons/19.svg") center no-repeat;
		background-size: contain;
		margin-left: 10px;
		margin-top: 2px;
		-webkit-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
	}

	.comment-slide_btn.active:after {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.comment-arrow {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		cursor: pointer;
		outline: none;
		width: 60px;
		height: 60px;
	}

	.comment-arrow circle:nth-child(1) {
		fill: #ffffff;
		opacity: 0.25;
		-webkit-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
	}

	.comment-arrow circle:nth-child(2) {
		stroke: #ffffff;
		-webkit-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
	}

	.comment-arrow path {
		fill: #292d6d;
		-webkit-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
	}

	.comment-arrow_prev {
		left: 0;
	}

	.comment-arrow_next {
		right: 0;
	}

	.comment-pagination {
		display: none;
	}

	/*-comment*/
	/*map*/
	.map-top {
		max-width: 660px;
		padding: 50px 0px;
	}

	.map-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-top: 30px;
	}

	.map-list li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-right: 30px;
	}

	.map-list img {
		margin-right: 15px;
		width: 30px;
	}

	.map-list span {
		font-weight: 600;
		font-size: 20px;
	}

	.map-wrap .container {
		position: relative;
		z-index: 1;
	}

	.map-contain {
		height: 750px;
		width: 100%;
	}

	.map-points {
		position: absolute;
		left: 0;
		top: 50px;
		padding: 25px;
		background: #ffffff;
		border-radius: 15px;
		max-width: 350px;
	}

	.map-points li {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 15px;
	}

	.map-points li:last-child {
		margin-bottom: 0px;
	}

	.map-points li:before {
		content: "";
		position: absolute;
		left: 0;
		top: -5px;
		width: 24px;
		height: 24px;
		background: url("../img/images/map/3.svg") center no-repeat;
		background-size: contain;
	}

	.map-points b {
		display: block;
		font-weight: 700;
		font-size: 15px;
		color: #292d6d;
		padding-left: 30px;
		margin-bottom: 2px;
	}

	.map-points span {
		font-size: 13px;
	}

	/*-map*/
	/*footer*/
	.footer {
		padding: 20px 0px;
	}

	.footer .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		max-width: 1800px;
	}
	.footer-logo img {
		width: 153px;
	}

	.footer-tel span {
		display: block;
		font-size: 15px;
		font-weight: 700;
		color: #292d6d;
		margin-bottom: 10px;
	}

	.footer-tel ul {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-left: 55px;
		width: 330px;
	}

	.footer-tel ul:before {
		content: "";
		position: absolute;
		left: 0;
		top: 2px;
		width: 39px;
		height: 39px;
		background: url("../img/images/footer/1.png") center no-repeat;
		background-size: contain;
	}

	.footer-tel li {
		width: 48%;
		margin-bottom: 5px;
	}

	.footer-tel a {
		font-size: 15px;
		font-weight: 400;
		color: #202020;
		-webkit-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
	}

	.footer-social span {
		display: block;
		font-size: 15px;
		font-weight: 700;
		color: #292d6d;
		margin-bottom: 10px;
	}

	.footer-social ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.footer-social img {
		width: 30px;
	}

	.footer-social li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-right: 20px;
	}

	.footer-social a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
	}

	.footer-descr {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		font-size: 15px;
		line-height: 24px;
		color: #202020;
	}

	.footer-descr a {
		color: #292d6d;
		font-weight: 500;
		-webkit-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
	}
}

/* breakpoint max-width 1200px */
@media (max-width: 1200px) {
	.container {
		max-width: 780px;
	}
	.header {
		padding: 15px 0px;
	}
	.header-time {
		padding: 10px 15px;
		margin-right: 15px;
	}
	.header-time span {
		font-size: 16px;
	}
	.home {
		padding-top: 500px;
	}
	.home-form {
		width: 100%;
		max-width: 100%;
	}
	.home-img {
		top: 0;
		width: 550px;
	}
	.home-img img:nth-child(2) {
		width: 200px;
		left: -300px;
		top: 50px;
	}
	.home-img img:nth-child(3) {
		width: 150px;
		right: auto;
		left: -150px;
		bottom: 100px;
	}
	.home-img img:nth-child(4) {
		display: none;
	}
	.home-img img:nth-child(5) {
		width: 150px;
		left: -100px;
	}
	.home-text {
		max-width: 100%;
		margin-bottom: 50px;
	}
	.home-list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.home-list li {
		width: calc(50% - 30px);
		margin: 30px 15px 0px 15px;
	}
	.home.two {
		height: auto;
		padding-top: 550px;
		padding-bottom: 50px;
	}
	.home.two .home-img {
		top: 80px;
	}
	.about-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.about-box_text {
		width: 100%;
		margin-bottom: 50px;
	}
	.about-box_img {
		width: 100%;
	}
	.about-box:last-child .about-box_text {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.about-box:last-child .about-box_img {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.request {
		padding: 120px 0px;
	}
	.request-wrap {
		padding: 100px 50px 50px 50px;
		overflow: hidden;
	}
	.request-wrap:after {
		top: -10px;
	}
	.request-form {
		width: 100%;
	}
	.request-img {
		display: none;
	}
	.program-slide {
		width: calc(50% - 30px);
	}
	.certificate-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.certificate-icon {
		width: 80px;
		margin-bottom: 20px;
	}
	.certificate-text {
		margin-bottom: 30px;
	}
	.plus-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.plus-tabs {
		width: 100%;
		margin-bottom: 20px;
	}
	.plus-boxs {
		width: 100%;
	}
	.bus-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		height: auto;
	}
	.bus-text {
		margin-bottom: 30px;
	}
	.bus-icon {
		display: none;
	}
	.bus-img {
		position: static;
	}
	.day {
		margin-bottom: 50px;
	}
	.day-wrap {
		padding: 0px;
	}
	.day-arrow {
		display: none;
	}
	.day-top_slide img {
		border-radius: 10px;
	}
	.day-top_slide svg {
		width: 50px;
		height: 50px;
	}
	.day-bottom_slide img {
		border-radius: 10px;
	}
	.comment-arrow {
		display: none;
	}
	.comment-wrap {
		padding: 0px;
	}
	.comment-pagination {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-top: 30px;
	}
	.comment-pagination .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
		opacity: 1;
		background: #ffffff;
	}
	.comment-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
		background: #cd141f;
	}
	.map-top {
		padding-top: 70px;
		padding-bottom: 30px;
	}
	.map-points {
		position: static;
		padding: 0px;
		border-radius: 0;
		margin-bottom: 50px;
	}
	.footer {
		padding: 30px 0px;
	}
	.footer .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.footer-logo {
		margin-bottom: 30px;
	}
	.footer-tel {
		margin-bottom: 30px;
	}
	.footer-tel span {
		text-align: center;
	}
	.footer-social {
		margin-bottom: 30px;
	}
	.footer-social ul {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.footer-social li {
		margin: 0px 15px;
	}
	.footer-social span {
		text-align: center;
	}
	.footer-descr {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	/*hover*/
	.button:hover:after {
		height: 100%;
	}
	.plus-tabs li:hover span {
		color: #cd141f;
	}
	.plus-tabs li.active:hover span {
		color: #ffffff;
	}
	.day-top_slide:hover circle {
		fill: #cd141f;
	}
	.day-top_slide:hover path {
		fill: #ffffff;
	}
	.day-arrow:hover circle:nth-child(1) {
		fill: #292d6d;
		opacity: 1;
	}
	.day-arrow:hover circle:nth-child(2) {
		stroke: #292d6d;
	}
	.day-arrow:hover path {
		fill: #ffffff;
	}
	.comment-arrow:hover circle:nth-child(1) {
		fill: #292d6d;
		opacity: 1;
	}
	.comment-arrow:hover circle:nth-child(2) {
		stroke: #292d6d;
	}
	.comment-arrow:hover path {
		fill: #ffffff;
	}
	.comment-slide_video:hover circle {
		fill: #cd141f;
	}
	.comment-slide_video:hover path {
		fill: #ffffff;
	}
	.footer-tel a:hover {
		color: #cd141f;
	}
	.footer-descr a:hover {
		color: #cd141f;
	}
	.footer-social a:hover {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
	/*-hover*/
}

/* breakpoint max-width 800px */
@media (max-width: 800px) {
	.section-one:before {
		background: url("../img/bgr/2-mb.jpg") center bottom no-repeat;
		background-size: cover;
	}
	.section-two:before {
		background: url("../img/bgr/3-mb.jpg") center top no-repeat;
		background-size: cover;
	}
	.section-title {
		margin-bottom: 30px;
	}
	p {
		font-size: 14px;
		line-height: 21px;
	}
	.title-xl {
		font-size: 30px;
		line-height: 37px;
	}
	.title-lg {
		font-size: 20px;
		line-height: 30px;
	}
	.title-md {
		font-size: 20px;
		line-height: 30px;
	}
	.title-sm {
		line-height: 27px;
	}
	.button {
		font-size: 14px;
	}
	.form.two .input {
		width: 100%;
	}
	.form.two .button {
		width: 100%;
	}
	.form.three .input {
		width: 100%;
	}
	.form.three .button {
		width: 100%;
	}
	.header {
		padding: 10px 0px;
	}
	.header .container {
		padding: 0px 10px;
	}
	.header-logo img {
		width: 110px;
	}
	.header-info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.header .button {
		display: none;
	}
	.header-time {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		border-radius: 5px;
		margin-right: 0px;
		margin-left: 5px;
	}
	.header-time span {
		font-size: 14px;
		white-space: nowrap;
	}
	.header-time img {
		width: 20px;
		margin-right: 10px;
	}
	.header-time li {
		margin: 0px;
	}
	.header-time li:nth-child(1) {
		margin-bottom: 5px;
	}
	.home {
		padding-top: 110px;
		margin-bottom: 50px;
	}
	.home:before {
		bottom: 500px;
		background: url("../img/bgr/1-mb.jpg") center bottom no-repeat;
		background-size: cover;
	}
	.home-img {
		display: none;
		position: relative;
		right: -15px;
		width: 100%;
		margin-bottom: 40px;
	}
	.home-img img:nth-child(2) {
		left: -50px;
		top: -20px;
		width: 150px;
	}
	.home-img img:nth-child(3) {
		left: auto;
		right: 0;
		width: 100px;
	}
	.home-img img:nth-child(5) {
		left: 0;
		width: 120px;
	}
	.home-text {
		margin-bottom: 15px;
	}
	.home-text h1 {
		margin-bottom: 10px;
	}
	.home-text > p {
		font-size: 13px;
		line-height: 31px;
		margin-bottom: 20px;
	}
	.home-form {
		border-radius: 15px;
		padding: 20px 15px;
	}
	.home-form h3 {
		margin-bottom: 5px;
	}
	.home-list {
		margin: 0px;
	}
	.home-list li {
		width: 100%;
		margin: 15px 0px 0px 0px;
		padding: 20px 15px 20px 15px;
	}
	.home-list img {
		left: 15px;
		top: 20px;
		width: 60px;
	}
	.home-list span {
		font-size: 35px;
		line-height: 35px;
		padding-left: 75px;
		margin-top: 12px;
		margin-bottom: 25px;
	}
	.home.two {
		padding-top: 0;
	}
	.home.two .home-img {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 110px;
	}
	.about {
		margin-bottom: 50px;
	}
	.about-box:last-child {
		margin-top: 50px;
	}
	.about-box_text {
		margin-bottom: 30px;
	}
	.about-box_text h2 {
		position: relative;
		left: -15px;
		padding: 5px 15px;
		width: calc(100% + 30px);
		color: #ffffff;
		background: rgba(41, 45, 109, 0.9);
		margin-bottom: 30px;
	}
	.about-box_text li {
		padding-left: 0px;
	}
	.about-box_text img {
		position: static;
		width: 50px;
		height: 50px;
		margin-bottom: 10px;
	}
	.about-box:nth-child(1) .about-box_img img:nth-child(2) {
		left: -20px;
		bottom: 35%;
		width: 100px;
	}
	.about-box:nth-child(1) .about-box_img img:nth-child(3) {
		width: 100px;
	}
	.about-box:nth-child(2) .about-box_img img:nth-child(2) {
		left: 50px;
		width: 80px;
	}

	.program {
		margin-bottom: 50px;
	}
	.program .container:before {
		width: 50px;
		right: 0;
		top: -50px;
	}
	.program .container:after {
		width: 50px;
		left: auto;
		right: 0;
		top: auto;
		bottom: -180px;
	}
	.program-slider .swiper-wrapper {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: normal;
		-ms-flex-pack: normal;
		justify-content: normal;
		margin: 0px;
	}
	.program-slide {
		width: 100%;
		margin: 0px;
	}
	.program-slide_img {
		padding: 20px 10px 10px 10px;
		margin-bottom: 10px;
	}
	.program-slide_img:after {
		left: 10px;
		top: 5px;
	}
	.program-navigation {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.program-pagination {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.program-pagination .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
		opacity: 1;
		background: #ffffff;
		margin: 0px 3px;
	}
	.program-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
		background: #cd141f;
	}
	.program-arrow {
		cursor: pointer;
		outline: none;
	}
	.program-arrow circle:nth-child(1) {
		fill: #ffffff;
		opacity: 0.25;
		-webkit-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
	}
	.program-arrow circle:nth-child(2) {
		stroke: #ffffff;
		-webkit-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
	}
	.program-arrow path {
		fill: #292d6d;
		-webkit-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
	}

	.certificate {
		margin-bottom: 50px;
	}
	.certificate .container:before {
		width: 40px;
		height: 40px;
		left: 0;
		top: -40px;
	}
	.certificate .container:after {
		width: 40px;
		height: 40px;
		right: 0;
		bottom: -40px;
	}
	.certificate-wrap {
		border-radius: 15px;
		padding: 20px 15px;
	}
	.certificate-text h2 {
		margin-bottom: 20px;
	}

	.plus {
		margin-bottom: 50px;
	}
	.plus-wrap {
		border-radius: 15px;
		padding: 20px 15px;
	}
	.plus-tabs li {
		padding: 10px;
		border-radius: 5px;
		margin-bottom: 10px;
	}
	.plus-tabs span {
		font-size: 14px;
	}
	.plus-tabs img {
		width: 22px;
		height: 22px;
		margin-right: 10px;
	}
	.plus-boxs h3 {
		margin-bottom: 5px;
	}
	.plus-boxs img {
		border-radius: 10px;
	}
	.bus {
		margin-bottom: 50px;
	}
	.bus .container:before {
		width: 40px;
		height: 40px;
		right: 0;
		top: -40px;
	}
	.bus .container:after {
		width: 40px;
		height: 40px;
		left: 0;
		bottom: -40px;
	}
	.bus-wrap {
		border-radius: 15px;
		padding: 20px 15px;
	}
	.bus-text h2 {
		margin-bottom: 20px;
	}

	.day .container:before {
		width: 50px;
		right: 0;
		top: -150px;
	}
	.day .container:after {
		width: 50px;
		left: 0;
		top: auto;
		bottom: -200px;
	}
	.day-top {
		overflow: visible;
	}
	.day-bottom {
		overflow: visible;
	}
	.comment {
		padding-bottom: 50px;
	}
	.comment .container:before {
		width: 40px;
		height: 40px;
		left: 0;
		top: auto;
		bottom: -40px;
	}
	.comment .container:after {
		width: 40px;
		height: 40px;
		right: 0;
		bottom: -40px;
	}
	.comment-slider {
		overflow: visible;
	}
	.comment-slide {
		padding: 15px;
	}
	.comment-slide_top {
		margin-bottom: 15px;
	}
	.comment-slide_video svg {
		width: 50px;
		height: 50px;
	}
	.comment-slide_top:after {
		width: 24px;
	}
	.map-top {
		padding-top: 50px;
		padding-bottom: 30px;
	}
	.map-top li {
		margin-right: 15px;
	}
	.map-top li:last-child {
		margin-right: 0px;
	}
	.map-list {
		margin-top: 10px;
	}
	.map-list span {
		font-size: 15px;
	}
	.map-list img {
		width: 20px;
	}
	.map-points {
		margin-bottom: 0px;
		margin-bottom: 50px;
	}
	.map-contain {
		display: none;
	}
}
/* breakpoint max-width 767px */

@media (min-width: 1500px) {
	.container {
		width: 100%;
		max-width: 86.9375vw;
	}
	.home-text {
		max-width: 50.291667vw;
		margin-bottom: 7.8125vw;
	}

	.home-text > p {
		max-width: 46.25vw;
	}

	.title-md {
		font-weight: 600;
		font-size: 30px;
		line-height: 45px;
		color: #202020;
	}

	.home-text > p {
		font-size: 20px;
	}

	form-title span {
		padding: 0px;
		font-size: 16px !important;
		line-height: 24px !important;
		color: rgb(32, 32, 32) !important;
		background: transparent !important;
	}

	.form-title img {
		max-width: 50px;
	}
}
@media (max-width: 1350px) {
	.home-text > p {
		font-size: 12px;
	}
	.form-title span {
		font-size: 12px!important;
		line-height: 18px!important;
	}

	.form-title img {
		max-width: 35px;
		margin-right: 5px;
		margin-top: 10px;
	}
}
@media (max-width: 768px) {



	.form-title img {
		max-width: 34px;
	}

	.header .container {
		justify-content: center;
	}

	.form-title span {
		padding: 0px;
		font-size: 12px !important;
		line-height: 16px !important;
	}
	.request {
		padding: 50px 0px;
	}
	.request .container:before {
		width: 40px;
		height: 40px;
		right: 0;
		top: -40px;
	}
	.request .container:after {
		width: 40px;
		height: 40px;
		left: 0;
		bottom: -40px;
	}
	.request-wrap {
		border-radius: 15px;
		padding: 70px 15px 20px 15px;
	}
	.request-wrap:after {
		width: 300px;
		height: 125px;
	}
	.request-form h2 {
		margin-bottom: 5px;
	}

	.header-logo {
		display: none;
	}

	.title-xl {
		font-size: 35px;
	}

	.title-xl br {
		display: none;
	}
}
@media (max-width: 500px) {

	.title-xl {
		font-size: 30px;
	}

	.home-text h1 {
		text-align: center;
	}

	.home-text > p {
		text-align: center;
	}

	.title-md.two {
		text-align: center;
		/*display: none;*/
	}

	.title-md.two b{
		color: #292d6d;
	}

	/*.header-info {*/
	/*	margin-top: 30px;*/
	/*}*/

	.home-text h1 {
		margin-bottom: 50px;
		margin-top: 50px;
	}

	.home-text > p {
		font-size: 14px;
		margin-bottom: 45px;
	}



}
@media (max-width: 380px) {
	.title-xl {
		font-size: 27px;
	}
}