.modal__table-lable {
    font-family: "PT Sans", Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    padding-left: 30px;
    position: relative;
    cursor: pointer;
}
.modal__table-lable::before {
    content: "";
    position: absolute;
    width: 23px;
    height: 23px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #329cd0;
    border-radius: 2px;
    left: 0;
}
.modal__table-lable:hover::before {
	border-color: #1d99d6;
}

.modal__table-inputs input[type=checkbox]:checked+ .modal__table-lable::before {
	background-image: url("/img/checkbox-on.svg");
	width: 27px;
	border: none;
}

.modal__table-inputs input[type=checkbox]:checked:enabled+.modal__table-lable:hover::before {
	background-image: url("/img/checkbox-onn.svg");
}
.modal__table {
    border-collapse: collapse;
    margin-bottom: 25px;
    width: 100%;
}
.modal__th-checkbox {
    width: 30px;
}
.modal__table th {
    font-size: 18px;
    line-height: 20px;
    font-family: "EtelkaTextPro", sans-serif;
    font-weight: 400;
}
.modal__table td {
    vertical-align: middle;
    font-size: 16px;
    line-height: 20px;
    font-family: "EtelkaTextPro", sans-serif;
}
.modal__table th, td {
  border-bottom: 1px solid #5cc6f0;
  padding-top: 8px;
  padding-bottom: 8px;
}
.modal__th-time {
    width: 75px;
    text-align: left;
}
.ajax_form .error {
    border-color: brown;
}
.body-scroll {
	overflow: hidden;
}

.modal__tf,
.modal__sf {
	display: none;
}

.coin {
	position: absolute;
	z-index: 2;
}

.c1 {
	left: 85%;
	width: 50px;
}

.c2 {
	left: 10%;
	width: 80px;
}

.c3 {
	left: 40%;
	width: 60px;
}

.c4 {
	left: 20%;
	width: 80px;
}

.c5 {
	left: 60%;
	width: 100px;
}

.c6 {
	left: 35%;
	width: 60px;
}


/*parallax end*/

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

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

*,
*::after,
*::before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.content-box-component {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
	background-repeat: repeat;
}

a {
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}

.visually-hidden:not(:focus):not(:active) {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	white-space: nowrap;
	-webkit-clip-path: inset(100%);
	clip-path: inset(100%);
	clip: rect(0 0 0 0);
	overflow: hidden;
}

.container {
	min-width: 300px;
	max-width: 1170px;
	margin: 0 auto;
}

.ham {
	width: 30px;
	height: 30px;
	position: fixed;
	top: 35px;
	right: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	z-index: 4;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.ham-line {
	width: 100%;
	height: 2px;
	background-color: #72b52b;
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.ham-active .ham-line.top {
	-webkit-transform: translateY(14px) rotate(45deg);
	-ms-transform: translateY(14px) rotate(45deg);
	transform: translateY(14px) rotate(45deg);
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.ham-active .ham-line.bottom {
	-webkit-transform: translateY(-14px) rotate(-45deg);
	-ms-transform: translateY(-14px) rotate(-45deg);
	transform: translateY(-14px) rotate(-45deg);
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.ham-active .ham-line.middle {
	-webkit-transform: translateX(-40px);
	-ms-transform: translateX(-40px);
	transform: translateX(-40px);
	opacity: 0;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.overlay {
	width: 0;
	background-color: #dff2fd;
	position: fixed;
	top: 0;
	right: 0;
	padding-top: 100px;
	padding-bottom: 100px;
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	z-index: 3;
	-webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
}

.overlay-content {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
}

.overlay-content::before {
	content: "";
	position: absolute;
	left: 10%;
	width: 2px;
	height: 120%;
	-webkit-transform: translateY(-10%);
	-ms-transform: translateY(-10%);
	transform: translateY(-10%);
	background-color: #99c46d;
}

.overlay-content::after {
	content: "";
	position: absolute;
	left: 15%;
	bottom: -50px;
	width: 80%;
	height: 2px;
	background-color: #99c46d;
}

.overlay-li {
	margin-bottom: 30px;
	position: relative;
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px);
	opacity: 0;
}

.overlay-li:first-child {
	-webkit-transition: all 0.7s 0.2s ease-in-out;
	-o-transition: all 0.7s 0.2s ease-in-out;
	transition: all 0.7s 0.2s ease-in-out;
}

.overlay-li:nth-of-type(2) {
	-webkit-transition: all 0.7s 0.4s ease-in-out;
	-o-transition: all 0.7s 0.4s ease-in-out;
	transition: all 0.7s 0.4s ease-in-out;
}

.overlay-li:nth-of-type(3) {
	-webkit-transition: all 0.7s 0.6s ease-in-out;
	-o-transition: all 0.7s 0.6s ease-in-out;
	transition: all 0.7s 0.6s ease-in-out;
}

.overlay-li:nth-of-type(4) {
	-webkit-transition: all 0.7s 0.8s ease-in-out;
	-o-transition: all 0.7s 0.8s ease-in-out;
	transition: all 0.7s 0.8s ease-in-out;
}

.overlay-li:last-child {
	-webkit-transition: all 0.7s 1s ease-in-out;
	-o-transition: all 0.7s 1s ease-in-out;
	transition: all 0.7s 1s ease-in-out;
}

.overlay-li.over-active {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.overlay-content a {
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 25px;
	text-decoration: none;
	color: #000;
	font-family: "EtelkaTextProBold", sans-serif;
	text-transform: uppercase;
	text-align: left;
	display: block;
	margin-left: 15%;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.overlay-content a::after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 15%;
	width: 0;
	height: 3px;
	background: #72b52b;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	display: block;
}

.overlay-content a:hover::after {
	width: 60%;
}

.overlay-content a:hover {
	color: #72b52b;
}

.show-hamburger {
	width: 25%;
}

.main-header,
.your {
	overflow: hidden;
}

.main-header__wrapper {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 30px;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
}

.main-header__wrapper::before {
	content: "";
	position: absolute;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 2px;
	right: 100%;
	margin-right: 3%;
	background-color: #a2cd76;
}

.main-header__wrapper::after {
	content: "";
	position: absolute;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 2px;
	left: 100%;
	margin-left: 3%;
	background-color: #1e86ba;
}

.logo-line {
	position: relative;
	width: auto;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	height: 2px;
	background-color: #329cd0;
	top: 50%;
	margin-top: -1px;
}

.partners__picture {
	position: relative;
	display: inline-block;
	margin-left: 30px;
}

.partners__picture::before {
	content: "";
	width: 2px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -15px;
	background-color: #329cd0;
}

.partners__picture:first-child::before {
	display: none;
}

.your {
	padding-top: 10px;
	margin-bottom: 200px;
}

.your .container {
	position: relative;
	padding-bottom: 30px;
}

.your .container::after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 130%;
	margin-left: -15%;
	height: 2px;
	background-color: #a2cd76;
}

.your__heading {
	margin: 0;
	background-color: #329cd0;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-left: -7%;
	position: absolute;
	z-index: 1;
	left: 0;
	width: 100vw;
	font-size: 32px;
	line-height: 44px;
	color: #ffffff;
	font-family: "EtelkaTextPro", sans-serif;
	text-transform: uppercase;
	padding-left: 38%;
}

.your__list {
	position: relative;
	padding-top: 195px;
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.your__list::after {
	width: 2px;
	height: calc(100% + 10px);
	content: "";
	position: absolute;
	right: -20%;
	top: -10px;
	background-color: #1e86ba;
	z-index: 1;
}

.your__list::before {
	width: 2px;
	height: calc(100% + 10px);
	content: "";
	position: absolute;
	left: -20%;
	top: -10px;
	background-color: #1e86ba;
}

.your__item {
	text-align: center;
	margin-bottom: 20px;
}

.your__item:hover .your__para {
	color: #a2cd76;
}

.your__para {
	font-family: "EtelkaTextPro", sans-serif;
	font-size: 22px;
	line-height: 37px;
	color: #329cd0;
	margin: 0;
}

.your__image {
	width: 212px;
	height: 212px;
	border-radius: 50%;
	background-color: #fff;
	margin-bottom: 15px;
}

.about {
	position: relative;
	padding-bottom: 100px;
}

.about::after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 46%;
	height: 1px;
	background-color: #a2cd76;
	left: 0;
}

.about::before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 46%;
	height: 1px;
	background-color: #a2cd76;
	right: 0;
}

.about__bg {
	background-image: url("../img/svg/1bckgrnd.svg");
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 73%;
	height: 360px;
}

.about__box {
	position: relative;
	z-index: 2;
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 360px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 950px;
	position: relative;
}

.about__box::after {
	content: "";
	width: 2px;
	height: 60%;
	margin-top: 50px;
	background-color: #a2cd76;
	position: absolute;
	right: 0;
	top: 0;
}

.about__para {
	margin: 0;
	font-size: 30px;
	line-height: 40px;
	font-family: "EtelkaTextPro", sans-serif;
	color: #fff;
	margin-bottom: 40px;
	position: relative;
}

.about__para:last-child::before {
	content: "";
	width: 60%;
	height: 2px;
	background-color: #a2cd76;
	position: absolute;
	right: 50px;
	bottom: -50px;
}

.decor-line {
	position: absolute;
	top: -165px;
	left: 50%;
	height: 195px;
	width: 1px;
	z-index: 2;
	background-color: #a2cd76;
}

.decor-line::after {
	content: "";
	position: absolute;
	bottom: -24px;
	left: -11px;
	border: 7px solid #c7e5a5;
	height: 24px;
	width: 24px;
	border-radius: 50%;
	background-color: #72b52b;
}

.about__para--yellow {
	color: #ffed00;
	font-family: "EtelkaTextProBold", sans-serif;
}

.contacts {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding-top: 35px;
	margin-bottom: 30px;
	justify-content: center;
}

@media (max-width: 480px) {
    .contacts{
        flex-direction: column;
    }
}

.contacts__left,
.contacts__right,
.contacts__center {
	width: calc(100% / 3);
	text-align: center;
	padding: 0 6px;
}

@media (max-width: 480px) {
    .contacts__left,
    .contacts__right,
    .contacts__center {
    	width: 100%;
    	text-align: center;
    	padding: 6px;
    }
}


@media (min-width: 481px) {
    .contacts__center {
    	border-right: 1px solid #a2cd76;
    	border-left: 1px solid #a2cd76;
    }

}

@media (max-width: 480px) {
    .contacts__center {
    	border-top: 1px solid #a2cd76;
    	border-bottom: 1px solid #a2cd76;
    }

}

.contacts__link {
	display: block;
	font-size: 32px;
	line-height: 42px;
	color: #57a1d6;
	font-family: "EtelkaTextPro", sans-serif;
	margin-bottom: 10px;
}

.contacts__para {
	margin: 0;
	font-size: 32px;
	line-height: 42px;
	color: #575757;
	font-family: "EtelkaTextPro", sans-serif;
	margin-bottom: 10px;
}

.contacts__para--green {
	color: #a2cd76;
}

.copyright-wrapper,
.socials {
	background-color: #ebf6fc;
}

.socials-wrapper {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 70px;
	padding-bottom: 70px;
}

.copyright-wrapper {
	padding-bottom: 30px;
}

.socials-wrapper,
.socials__list {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	align-items: center;
}

.socials__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.socials__item {
	margin-left: 30px;
}

.socials__item:first-child {
	margin-left: 0;
}

.socials__qr {
	max-width: 142px;
}

.copyright__para {
	margin: 0;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	color: #6f6f6f;
	font-family: "EtelkaTextPro", sans-serif;
	margin-bottom: 10px;
}

.socials__item use {
	fill: #fff;
}

.socials__item:hover svg {
	background-clip: padding-box;
	padding: 5px;
	border-radius: 100%;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.socials__vk:hover {
	border: 7px solid #4a76a8;
}

.socials__fb:hover {
	border: 7px solid #445990;
}

.socials__tw:hover {
	border: 7px solid #55abed;
}

.socials__inst:hover {
	border: 7px solid #4c4c4e;
}

.socials__you:hover {
	border: 7px solid #d6282b;
}

.partners__picture img {
	width: 105px;
	height: 96px;
}

.logo__link img {
	width: 450px;
	height: 115px;
}

.our-partners {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/* margin-top: 75px;
	margin-bottom: 40px; */
	margin-top: 45px;
	margin-bottom: 0;
}

.our-partners__item {
    text-align: center;
	width: calc(30% - 30px );
	margin-left: 15px;
	margin-right: 15px;
}


/*student*/

.description__caption {
	font-size: 30px;
	line-height: 36px;
	color: #329cd0;
	font-family: "EtelkaTextPro", sans-serif;
	text-transform: uppercase;
	margin: 0 0 10px;
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -140px;
}

.education {
	padding: 30px 10% 85px;
	background-image: url("../img/svg/01.svg");
	background-repeat: no-repeat;
	background-size: 460px;
	background-position: center 0;
	position: relative;
	margin-bottom: 25px;
}

.education__caption {
	font-size: 30px;
	line-height: 36px;
	color: #72b52b;
	font-family: "EtelkaTextPro", sans-serif;
	text-transform: uppercase;
	margin: 0 0 10px;
}

.education__para {
	font-size: 24px;
	line-height: 34px;
	color: #329cd0;
	font-family: "EtelkaTextPro", sans-serif;
	margin: 0;
}

.education__para-student {
	margin: 0;
	font-size: 21px;
	line-height: 34px;
	color: #329cd0;
	font-family: "EtelkaTextPro", sans-serif;
	text-align: center;
}

.education__image {
	text-align: center;
}

.education__image img {
	width: 195px;
	border-radius: 50%;
	background-color: #fff;
	margin-bottom: 10px;
}

.decor-education {
	left: 0;
	top: 30px;
	height: 65%;
	position: absolute;
	width: 1px;
	z-index: 2;
	background-color: #a2cd76;
}

.decor-education::after {
	content: "";
	position: absolute;
	bottom: -24px;
	left: -11px;
	border: 7px solid #c7e5a5;
	height: 24px;
	width: 24px;
	border-radius: 50%;
	background-color: #72b52b;
}

.features {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	margin-bottom: 30px;
}

.features__item {
	background-repeat: no-repeat;
	background-position: center 0;
	padding-top: 80px;
	width: 32%;
	background-size: 75px 65px;
	margin-right: 2%;
	text-align: center;
}

.features__item:nth-of-type(1) {
	background-image: url("../img/svg/-01.svg");
	background-size: 75px 65px;
}

.features__item:nth-of-type(2) {
	background-image: url("../img/svg/-02.svg");
	background-size: 53px 65px;
}

.features__item:nth-of-type(3) {
	background-image: url("../img/svg/-03.svg");
	background-size: 46px 65px;
}

.features__item:last-child {
	margin-right: 0;
}

.features__para {
	font-size: 21px;
	line-height: 32px;
	color: #1e86ba;
	font-family: "EtelkaTextPro", sans-serif;
	background-color: #fff;
	border: 2px solid #329cd0;
	border-radius: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0;
}

.apply-btn {
	width: 580px;
	margin: 0 auto;
}

.apply-btn__link {
	display: block;
	font-size: 25px;
	color: #ffffff;
	font-family: "EtelkaTextPro", sans-serif;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	height: 100%;
	background-color: #72b52b;
	padding-top: 25px;
	padding-bottom: 25px;
}

.description {
	/* margin-top: 155px;
	margin-bottom: 300px; */
	position: relative;
	margin-top: 100px;
	margin-bottom: 250px;
	
}

.description__wrapper {
	position: relative;
	background-image: url("../img/svg/02.svg");
	background-repeat: no-repeat;
	background-position: 230px 70px;
	background-size: 43%;
	z-index: 1;
}

.description__student {
	position: absolute;
	right: -12%;
	bottom: 0;
	z-index: 2;
}

.description__decor-box {
	position: absolute;
	height: 415px;
	background-color: #eff6e5;
	right: 0;
	top: 0;
	width: 53.5%;
}

.description__para {
	/* font-size: 22px; */
	font-size: 30px;
	line-height: 32px;
	color: #3c3c3c;
	font-family: "EtelkaTextPro", sans-serif;
	margin: 0;
	position: relative;
	z-index: 1;
}

.description__para:nth-of-type(1) {
	padding-left: 70%;
	padding-top: 90px;
	margin-bottom: 190px;
}

.description__para:nth-of-type(2) {
	margin-bottom: 175px;
	left: -50px;
}

.description__para:nth-of-type(3) {
/*     padding-left: 35%;
padding-right: 30%; */
    padding-left: 25%;
    padding-right: 35%;
}

.description__para--blue {
	color: #329cd0;
}

.decor-description {
	top: -100px;
	left: 50%;
	height: 460px;
	position: absolute;
	width: 1px;
	z-index: 2;
	background-color: #a2cd76;
}

.decor-description::after {
	content: "";
	position: absolute;
	bottom: -24px;
	left: -11px;
	border: 7px solid #c7e5a5;
	height: 24px;
	width: 24px;
	border-radius: 50%;
	background-color: #72b52b;
}
.schoolpage .decor-description {
    top: 90px;
    height: 260px;
}
.questions {
	margin-bottom: 280px;
	position: relative;
}

.decor-questions {
	top: -210px;
	left: 50%;
	margin-left: -1px;
	height: 250px;
	position: absolute;
	width: 1px;
	z-index: 2;
	background-color: #a2cd76;
}

.decor-questions::after {
	content: "";
	position: absolute;
	bottom: -24px;
	left: -11px;
	border: 7px solid #c7e5a5;
	height: 24px;
	width: 24px;
	border-radius: 50%;
	background-color: #72b52b;
}

.questions__item {
	position: relative;
	height: 335px;
	width: 72%;
	background-image: url("../img/svg/2bckgrnd-01.svg");
	background-repeat: no-repeat;
	background-size: cover;
	padding-left: 42.1%;
	display: -ms-flex;
	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-bottom: 120px;
}

.questions__item:last-child {
	margin-bottom: 0;
}

.questions__item::before {
	content: "";
	width: 35%;
	height: 2px;
	position: absolute;
	bottom: 50px;
	right: 100px;
	background-color: #99c46d;
}

.questions__item::after {
	content: "";
	height: 50%;
	width: 2px;
	position: absolute;
	bottom: 90px;
	right: 50px;
	background-color: #99c46d;
}

.questions__item--right {
	width: auto;
	margin-left: 28%;
	padding-left: 0;
	padding-right: 42.1%;
	background-image: url("../img/svg/2bckgrnd-02.svg");
}

.questions__item--right::before {
	right: auto;
	left: 100px;
}

.questions__item--right::after {
	left: 50px;
	right: auto;
}

.questions__item--right .questions__image {
	right: 10%;
	left: auto;
}

.questions__image {
	position: absolute;
	left: 10%;
	top: -30px;
}

.questions__para {
	margin: 0;
	font-size: 25px;
	line-height: 35px;
	color: #ffffff;
	font-family: "EtelkaTextPro", sans-serif;
}

.questions__para--yellow {
	color: #ffdd00;
}

.director {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	/* margin-bottom: 340px; */
	margin-bottom: 150px;
}

.director::after {
	content: "";
	background-image: url("../img/svg/01.svg");
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	width: 406px;
	height: 406px;
	position: absolute;
	top: -100px;
	left: -240px;
	z-index: -1;
}

.director-wrapper {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	padding-left: 2%;
}

.director__cite {
	font-size: 25px;
	line-height: 35px;
	color: #72b52b;
	font-family: "EtelkaTextProBold", sans-serif;
	font-style: italic;
}

.director__info {
	font-size: 22px;
	line-height: 32px;
	color: #575757;
	font-family: "EtelkaTextPro", sans-serif;
}

.director__name {
	display: block;
	font-family: "EtelkaTextProBold", sans-serif;
	color: #329cd0;
}

.director__photo {
	-webkit-box-shadow: 150px -150px 0 -50px #aed67f;
	box-shadow: 150px -150px 0 -50px #aed67f;
	width: 422px;
	height: 554px;
}

.decor-director {
	top: -163px;
	left: -50px;
	height: 265px;
	position: absolute;
	width: 1px;
	z-index: 2;
	background-color: #a2cd76;
}

.decor-director::after {
	content: "";
	position: absolute;
	bottom: -24px;
	left: -11px;
	border: 7px solid #c7e5a5;
	height: 24px;
	width: 24px;
	border-radius: 50%;
	background-color: #72b52b;
}

.internship {
	position: relative;
}

.decor-internship {
	top: -260px;
	left: 50%;
	margin-left: -1px;
	height: 180px;
	position: absolute;
	width: 1px;
	z-index: 2;
	background-color: #a2cd76;
}

.decor-internship::after {
	content: "";
	position: absolute;
	bottom: -24px;
	left: -11px;
	border: 7px solid #c7e5a5;
	height: 24px;
	width: 24px;
	border-radius: 50%;
	background-color: #72b52b;
}

.internship__para {
	font-size: 40px;
	line-height: 50px;
	color: #72b52b;
	font-family: "EtelkaTextPro", sans-serif;
	text-align: center;
	margin: 0;
	padding-left: 18%;
	padding-right: 18%;
	margin-bottom: 35px;
}

.internship__para--bold {
	font-family: "EtelkaTextProBold", sans-serif;
}

.internship__para--blue {
	color: #329cd0;
}

.internship__wrapper {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.internship__info {
	width: 32%;
	margin-right: 2%;
	background-color: #329cd0;
	padding-top: 40px;
	padding-bottom: 30px;
	margin-bottom: 25px;
}

.internship__info:last-child {
	margin-right: 0;
}

.internship__span-info {
	display: block;
	font-size: 50px;
	line-height: 30px;
	color: #ffffff;
	font-family: "EtelkaTextProBold", sans-serif;
	text-align: center;
	margin-bottom: 15px;
}

.internship__para-info {
	margin: 0;
	font-size: 20px;
	line-height: 30px;
	color: #dff2fd;
	font-family: "EtelkaTextPro", sans-serif;
	text-align: center;
	padding-left: 7%;
	padding-right: 7%;
}

.reviews {
	background-color: #ebf6fc;
	padding-top: 65px;
	position: relative;
	margin-top: 100px;
	margin-bottom: 150px;
}

.reviews__caption {
	font-size: 35px;
	line-height: 47px;
	color: #329cd0;
	font-family: "EtelkaTextPro";
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 50px;
}

.reviews__article {
	width: 50%;
	text-align: center;
}

.reviews__photo {
	display: block;
	margin-bottom: 37px;
}

.reviews__photo img {
	border-radius: 50%;
	padding: 15px;
	background-clip: padding-box;
	border: 2px solid #aed67f;
	width: 40%;
	display: inline-block !important;
}

.reviews__name {
	font-size: 25px;
	line-height: 30px;
	color: #72b52b;
	font-family: "EtelkaTextPro", sans-serif;
	margin: 0 0 15px;
}

.reviews__descr {
	margin: 0;
	font-size: 20px;
	line-height: 28px;
	color: #3c3c3c;
	font-family: "EtelkaTextPro", sans-serif;
	text-align: left;
	padding-right: 8%;
	padding-left: 23%;
	margin-bottom: 110px;
}

.prevarrow {
	width: 21px;
	height: 36px;
	position: absolute;
	background-image: url("../img/svg/left.svg");
	background-position: center center;
	background-repeat: no-repeat;
	top: 35%;
	left: 0;
	z-index: 1;
	cursor: pointer;
}

.nextarrow {
	width: 21px;
	height: 36px;
	position: absolute;
	background-image: url("../img/svg/right.svg");
	background-position: center center;
	background-repeat: no-repeat;
	top: 35%;
	right: 0;
	z-index: 1;
	cursor: pointer;
}

.course {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 180px;
	position: relative;
	left: 100px;
}

.course::before {
	content: "";
	background-image: url("../img/svg/04.svg");
	width: 204px;
	height: 407px;
	background-repeat: no-repeat;
	background-position: 0 0;
	position: absolute;
	left: -304px;
}

.course__wrapper {
	width: 50%;
}

.course__caption {
	margin: 0;
	font-size: 40px;
	line-height: 50px;
	color: #72b52b;
	font-family: "EtelkaTextPro", sans-serif;
	font-weight: bold;
	margin-bottom: 50px;
	text-transform: uppercase;
}

.course__para {
	margin: 0;
	font-size: 22px;
	line-height: 32px;
	color: #3c3c3c;
	font-family: "EtelkaTextPro", sans-serif;
	margin-bottom: 50px;
}

.course__images {
	margin-bottom: 40px;
}

.course__images img:nth-of-type(1) {
	width: 136px;
	height: 99px;
	margin-right: 45px;
}

.course__external {
	display: block;
	background-color: #ffed00;
	width: 100%;
	font-size: 25px;
	color: #3c3c3b;
	text-transform: uppercase;
	font-family: "EtelkaTextPro", sans-serif;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

.course__photo-student {
	margin-top: 35px;
	-webkit-box-shadow: 50px -100px 0 -50px #fff8bb;
	box-shadow: 50px -100px 0 -50px #fff8bb;
}

.decor-course {
	top: -180px;
	left: -100px;
	margin-left: -1px;
	height: 325px;
	position: absolute;
	width: 1px;
	z-index: 2;
	background-color: #a2cd76;
}

.decor-course::after {
	content: "";
	position: absolute;
	bottom: -24px;
	left: -11px;
	border: 7px solid #c7e5a5;
	height: 24px;
	width: 24px;
	border-radius: 50%;
	background-color: #72b52b;
}

.studentpage .decor-line {
	left: 23%;
}

.studentpage .c5 {
	left: 50%;
}

.pensionerpage .features__item:nth-of-type(1) {
	background-image: url("../img/pens/pens1.svg");
	background-size: 68px 65px;
}

.pensionerpage .features__item:nth-of-type(2) {
	background-image: url("../img/pens/pens2.svg");
	background-size: 49px 65px;
}

.pensionerpage .features__item:nth-of-type(3) {
	background-image: url("../img/pens/pens3.svg");
	background-size: 75px 65px;
}

.pensionerpage .questions {
	margin-top: 100px;
}

.pensioner-backcall .apply-btn__link {
	margin-top: 100px;
	background-color: #329cd0;
	color: #fff;
}

.pensioner-backcall {
	margin-bottom: 200px;
}

.pensioner-backcall .apply-btn__link:hover {
	/* margin-top: 30px; */
	background-color: #72b52b;
	-webkit-box-shadow: 3px 5px 0 2px #329cd0;
	box-shadow: 3px 5px 0 2px #329cd0;
	color: #fff;
}

.pens-partners__caption {
	margin: 0;
	font-size: 40px;
	line-height: 50px;
	color: #72b52b;
	font-family: "EtelkaTextPro";
	text-align: center;
	position: relative;
	margin-bottom: 50px;
}

.pens-partners__caption::after {
	content: "";
	width: 100%;
	height: 2px;
	background-color: #c5e1a5;
	position: absolute;
	bottom: -25px;
	left: 0;
}

.pens-partners__para {
	margin: 0;
	font-size: 22px;
	line-height: 32px;
	color: #329cd0;
	font-family: "EtelkaTextPro";
	text-align: center;
	margin-bottom: 20px;
}

.pens-partners__item--union img {
	width: 183px;
	height: 172px;
}

.pens-partners__item--dgtu img {
	width: 162px;
	height: 172px;
}

.pens-partners__item--rinh img {
	width: 226px;
	height: 172px;
}

.pens-partners__item p {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 22px;
	line-height: 32px;
	color: #3c3c3c;
	font-family: "EtelkaTextPro";
	text-align: center;
}

.pens-partners__wrapper {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 35px;
}

.pens-partners__item {
	width: 50%;
	text-align: center;
}

.pens-partners__item.pens-partners__item--rinh {
	width: 100%;
}

.pens-partners {
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
}

.pens-partners::after {
	content: "";
	width: 100%;
	height: 2px;
	background-color: #c5e1a5;
	position: absolute;
	bottom: -25px;
	left: 0;
}

.decor-pens {
	top: -280px;
	left: 50%;
	margin-left: -1px;
	height: 215px;
	position: absolute;
	width: 1px;
	z-index: 2;
	background-color: #a2cd76;
}

.decor-pens::after {
	content: "";
	position: absolute;
	bottom: -24px;
	left: -11px;
	border: 7px solid #c7e5a5;
	height: 24px;
	width: 24px;
	border-radius: 50%;
	background-color: #72b52b;
}

.ofic-partner {
	font-size: 40px;
	line-height: 50px;
	color: #72b52b;
	font-family: "EtelkaTextProBold";
	text-align: center;
	margin-top: 100px;
	margin-bottom: 0;
}

.ofic-partner span {
	color: #329cd0;
}

.pens-info {
	text-align: center;
	background-color: #329cd0;
	position: relative;
	margin-top: 370px;
	margin-bottom: 30px;
	padding-top: 35px;
	padding-bottom: 35px;
	height: 283px;
}

.pens-info::before {
	content: "";
	position: absolute;
	left: -150px;
	top: -60px;
	background-image: url("../img/svg/04.svg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 400px;
	width: 195px;
}

.pens-info::after {
	content: "";
	position: absolute;
	right: -150px;
	top: -60px;
	background-image: url("../img/svg/04.svg");
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	height: 400px;
	width: 195px;
}

.pens-info__img {
	border-radius: 100%;
	position: absolute;
	top: -12px;
	z-index: 1;
}

.pens-info__img:first-of-type {
	left: -100px;
}

.pens-info__img:last-of-type {
	right: -100px;
}

.pens-info__para {
	margin: 0;
	font-size: 25px;
	line-height: 30px;
	color: #ffffff;
	font-family: "EtelkaTextPro";
	padding-left: 305px;
	padding-right: 305px;
}

.pens-info__para span {
	display: block;
	font-size: 63px;
	line-height: 42px;
	color: #fff8bb;
	font-family: "EtelkaTextProBold";
	text-align: center;
	margin-bottom: 15px;
}

.pens-info__para span:first-child {
	margin-top: 15px;
}

.pens-info__para span:last-child {
	font-size: 46px;
}

.pensioner--margin {
	margin-bottom: 180px;
}

.pensionerpage .decor-line {
	left: 20%;
}

.pensionerpage .questions {
	margin-top: 270px;
}

.school-descr__caption {
	position: absolute;
	top: -165px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 40px;
	line-height: 50px;
	color: #72b52b;
	font-family: "EtelkaTextPro";
	margin: 0 0 30px;
	font-weight: normal;
}

.schoolpage .features__item:nth-of-type(1) {
	background-image: url("../img/school/1.svg");
	background-size: 75px 65px;
}

.schoolpage .features__item:nth-of-type(2) {
	background-image: url("../img/school/2.svg");
	background-size: 50px 65px;
}

.schoolpage .features__item:nth-of-type(3) {
	background-image: url("../img/school/3.svg");
	background-size: 65px 65px;
}

.schoolpage .description__para:nth-of-type(2) {
	margin-bottom: 260px;
}

.schoolpage .description__para {
	/* font-family: "EtelkaTextProBold"; */
	font-family: "EtelkaTextPro";
	color: #72b52b;
}

.school-descr {
	/* margin-bottom: 300px; */
	margin-bottom: 250px;
	margin-top: 0;
	background-image: url("../img/svg/2bckgrnd-01.svg");
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 50px;
}

.school-descr__column {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.school-descr__column:nth-of-type(2) {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.school-descr__column:nth-of-type(3) {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.school-descr__item {
	width: 20%;
    /* font-size: 22px; */
	font-size: 26px;
	line-height: 32px;
	color: #fff;
	font-family: "EtelkaTextPro", sans-serif;
	padding: 25px 5px;
	margin: 0;
	text-align: center;
	/* text-transform: uppercase; */
	position: relative;
	min-height: 150px;
	display: -ms-flex;
	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;
}

.school-descr__item::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
	height: 80%;
	background-color: yellow;
}

.school-descr__item::after {
	content: "";
	position: absolute;
	right: 0px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	width: 1px;
	height: 80%;
	background-color: yellow;
}

.school-descr__column:nth-of-type(1) .school-descr__item:nth-of-type(1)::after,
.school-descr__column:nth-of-type(3) .school-descr__item:nth-of-type(1)::after {
	display: none;
}

.school-descr__line {
	position: absolute;
	display: block;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
}

.school-descr__line::before {
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 0;
	width: 80%;
	height: 1px;
	background-color: yellow;
}

.school-descr__line::after {
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0;
	width: 80%;
	height: 1px;
	background-color: yellow;
}

.school-descr>.container {
	position: relative;
	padding: 0 10px;
}

.school-descr__photo-1,
.school-descr__photo-2 {
	position: absolute;
}

.school-descr__photo-1 {
	top: -100px;
	right: -100px;
}

.school-descr__photo-2 {
	bottom: -100px;
	left: -100px;
}

.decor-school {
	top: -100px;
	left: 50%;
	margin-left: -1px;
	height: 170px;
	position: absolute;
	width: 1px;
	z-index: 2;
	background-color: #a2cd76;
}

.decor-school::after {
	content: "";
	position: absolute;
	bottom: -24px;
	left: -11px;
	border: 7px solid #c7e5a5;
	height: 24px;
	width: 24px;
	border-radius: 50%;
	background-color: #72b52b;
}

.schoolpage .director-wrapper {
	padding-right: 130px;
	padding-top: 80px;
}

.school-info__caption {
	font-size: 40px;
	line-height: 50px;
	color: #72b52b;
	font-family: "EtelkaTextPro";
	text-align: center;
	position: relative;
	margin: 0 0 30px;
	font-weight: normal;
}

.school-info__caption span {
	font-family: "EtelkaTextProBold";
}

.school-info__item {
	width: 45%;
	padding: 30px 100px;
	background-color: #329cd0;
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
}

.school-info__para span {
	display: block;
	font-size: 50px;
	line-height: 80px;
	color: #fff8bb;
	font-family: "EtelkaTextProBold";
	text-align: center;
}

.school-info__wrapper {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	margin-bottom: 30px;
}

.school-info__para {
	margin: 0;
	font-size: 25px;
	line-height: 30px;
	color: #fff;
	font-family: "EtelkaTextPro";
}

.school-info__photo1 {
	position: absolute;
	top: -85px;
	left: -180px;
}

.school-info__photo2 {
	position: absolute;
	top: -85px;
	right: -180px;
}

.school-info {
	/* margin-bottom: 200px; */
	margin-bottom: 100px;
	position: relative;
}

.decor-school-info {
	top: -280px;
	left: 50%;
	margin-left: -1px;
	height: 180px;
	position: absolute;
	width: 1px;
	z-index: 2;
	background-color: #a2cd76;
}

.decor-school-info::after {
	content: "";
	position: absolute;
	bottom: -24px;
	left: -11px;
	border: 7px solid #c7e5a5;
	height: 24px;
	width: 24px;
	border-radius: 50%;
	background-color: #72b52b;
}

.schoolpage .decor-line {
	left: 20%;
}

.partners__caption {
	text-align: center;
	margin: 0;
	font-size: 40px;
	line-height: 50px;
	color: #72b52b;
	font-family: "EtelkaTextPro";
	position: relative;
	margin-bottom: 50px;
	margin-top: 50px;
}

.modal {
	width: 100vw;
	height: 100%;
	background-color: rgba(127, 127, 127, .7);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
	display: none;
}

.modal .container {
	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: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 100%;
}

.modal__scroll {
	position: fixed;
	margin: auto;
	max-height: 100%;
	overflow: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	height: 90vh;
	width: 90vw;
	top: 50%;
	background: #fff;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.modal__form-para {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.modal__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.modal input,
.modal select,
.modal__form-btn {
	background: none;
	border: solid 2px #5cc6f0;
	font-family: "EtelkaTextPro", sans-serif;
	color: #21a1e1;
	padding: 15px 40px;
	font-size: 18px;
	display: inline-block;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.modal input:hover,
.modal__form-btn:hover {
	border-color: #72b52b !important;
}

.modal input:focus,
.modal input:active,
.modal__form-btn {
	outline: none;
}

.modal__form-btn:active {
	color: white;
	background: #21a1e1;
}

.modal__form-para {
	margin: 0;
	margin-bottom: 20px;
	position: relative;
}

.modal__form-para input,
.modal__form-para select,
.modal__form-btn {
	padding: 15px 15px;
}

.modal__form-para label {
	position: absolute;
	top: 50%;
	left: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: "EtelkaTextPro", sans-serif;
	font-size: 18px;
	color: #000;
	pointer-events: none;
	-webkit-transition: all 0.15s ease-out 0s;
	-o-transition: all 0.15s ease-out 0s;
	transition: all 0.15s ease-out 0s;
}

.star-blue {
	color: #329cd0;
}

.modal__form-para input:focus+label,
.modal__form-para select:focus+label,
.modal__form-para input.has-value+label,
.modal__form-para select.has-value+label {
	top: -10px;
	font-size: 12px;
	color: #aaa;
}

.modal__form-btn {
	padding: 15px 15px;
	font-family: "EtelkaTextPro", sans-serif;
	cursor: pointer;
	border-color: #72b52a;
	background-color: #72b52a;
	color: #fff;
	text-transform: uppercase;
}

.modal__caption {
	padding-top: 20px;
	font-size: 30px;
	line-height: 36px;
	color: #72b52a;
	font-family: "EtelkaTextPro", sans-serif;
	text-transform: uppercase;
	margin: 0 0 30px;
	text-align: center;
}

.modal-show {
	display: block !important;
}

.modal__close {
	width: 25px;
	height: 25px;
	position: absolute;
	right: 50px;
	top: 25px;
	cursor: pointer;
}

.modal__close::before {
	height: 4px;
	width: 100%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #72b52a;
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.modal__close::after {
	height: 4px;
	width: 100%;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background-color: #72b52a;
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.modal__close:hover::after,
.modal__close:hover::before {
	background-color: #329cd0;
}

.modal__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 50px;
}

.modal__school,
.modal__teacher {
	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: 55px;
	width: 49%;
	background-color: #e0f2fe;
	border: solid 2px #e0f2fe;
	color: #329cd0;
	font-family: "EtelkaTextPro", sans-serif;
	cursor: pointer;
	text-transform: uppercase;
}

.modal__school.form-active,
.modal__teacher.form-active {
	background-color: #329cd0;
	color: #fff;
	border-color: #329cd0;
}

.modal__fw {
	width: 50%;
}

.whatisacc {}

.whatisacc__para {
	margin: 0;
	font-size: 25px;
	color: #575757;
	font-family: "EtelkaTextPro", sans-serif;
	text-align: center;
	padding: 10px 16% 0;
}

.whatisacc__caption {
	margin: 0;
	font-size: 36px;
	color: #329cd0;
	font-family: "EtelkaTextPro", sans-serif;
	text-align: center;
	margin-top: 175px;
}

.answer {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 65px;
	padding: 0 74px;
	padding-bottom: 22px;
}

.answer__item {
	width: 27.7%;
	border: 2px dashed #329cd0;
	border-radius: 20px;
	padding-top: 150px;
	text-align: center;
	padding-bottom: 27px;
	background-image: url("../img/icons/whatis/_-01.svg");
	background-repeat: no-repeat;
	background-position: center 40px;
	background-size: 81px 73px;
	margin-right: 8.023%;
	margin-bottom: 55px;
	background-color: #fff;
}

.answer__item:nth-child(3n) {
	margin-right: 0;
}

.answer__item:nth-child(2) {
	background-image: url("../img/icons/whatis/_-02.svg");
}

.answer__item:nth-child(3) {
	background-image: url("../img/icons/whatis/_-03.svg");
}

.answer__item:nth-child(4) {
	background-image: url("../img/icons/whatis/_-04.svg");
	margin-right: 8.1%;
	margin-left: 18%;
}

.answer__item:nth-child(5) {
	background-image: url("../img/icons/whatis/_-05.svg");
}

.answer__item span,
.answer__item p {
	font-size: 20px;
	line-height: 26px;
	color: #575757;
	font-family: "EtelkaTextPro", sans-serif;
	text-align: center;
	margin: 0;
}

.answer__item span {
	font-weight: bold;
}

.answer__item p {
	font-weight: 400;
	font-size: 16px;
}

.uniq {
	margin: 0;
	padding: 0 15px;
	margin-top: 10px;
	margin-bottom: 40px;
	font-size: 25px;
	color: #575757;
	font-family: "EtelkaTextPro", sans-serif;
	text-align: center;
}

.busipage .director {
	margin-bottom: 200px;
}

.schedule {
	padding-top: 75px;
	color: #575757;
}

.schedule__main table {
	border-collapse: collapse;
}

.schedule__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding-left: 10%;
	margin-bottom: 50px;
}

.schedule__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.schedule__main th {
	font-size: 24px;
	font-weight: 400;
	font-family: "EtelkaTextPro";
	text-align: left;
}

.schedule__main tr td:first-child {
	font-size: 16px;
	font-family: "EtelkaTextPro";
	font-weight: 700;
	text-align: left;
	width: 24%;
}

.schedule__main tr {
	font-family: "EtelkaTextPro";
	margin-bottom: 25px;
}

.schedule__main td {
	width: 38%;
	padding-bottom: 20px;
	padding-top: 20px;
	border-bottom: 1px solid #575757;
}

.schedule__main tr:last-child td {
	border-bottom: 0;
}

.schedule__month {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	border-bottom: 5px solid #329cd0;
	font-size: 24px;
	font-weight: 700;
	font-family: "EtelkaTextPro", sans-serif;
	padding: 0 10px;
	color: #329cd0;
}

.schedule__week {
	font-family: "EtelkaTextPro";
	margin-left: 110px;
}

.schedule__span {
	font-size: 22px;
	font-weight: 700;
	color: #72b52b;
}

.schedule__week-number {
	font-size: 32px;
	font-weight: 800;
	color: #72b52b;
}

.schedule-btn {
	margin-top: 45px;
	margin-bottom: 100px;
}

.schedule__span {
	display: block;
}
.credit-container {
    display: flex;
    justify-content: space-between;
}
.credit-block {
    width: 45%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.credit {
	background-color: #179cd5;
	padding-top: 50px;
	padding-bottom: 84px;
}

.credit:last-of-type {
	margin-bottom: 260px;
}

.credit .container {
	padding-left: 3.942%;
	padding-right: 3.942%;
}

.credit__mcap {
	margin: 0;
	font-size: 34px;
	line-height: 50px;
	color: #fff;
	font-family: "EtelkaTextPro";
	text-align: center;
	position: relative;
	/* margin-bottom: 50px; */
}

.credit__caption {
	margin: 0;
	font-size: 34px;
	line-height: 50px;
	color: #ffed00;
	font-family: "EtelkaTextPro";
	text-align: center;
	/* margin-bottom: 30px; */
}

.credit__text {
	margin: 13px 0;
	font-size: 18px;
	line-height: 24px;
	color: white;
	font-family: "EtelkaTextPro";
}

.credit .download-report {
	margin: 0;
	margin-top: 30px;
}

.credit__buttons-row {
	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;
}

.credit__text-wr {
	margin-bottom: 60px;
}

.acc-btn {
	margin-bottom: 80px;
}

.dopinfo__item {
	margin: 0 0 20px;
	width: 35%;
}

.dopinfo__inputs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 10px;
	margin-top: 25px;
}

.dopinfo__inputs input {
	background: none;
	border: solid 2px #5cc6f0;
	font-family: "EtelkaTextPro", sans-serif;
	color: #21a1e1;
	font-size: 18px;
	display: inline-block;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.dopinfo__inputs input:hover {
	border-color: #72b52b !important;
}

.dopinfo__inputs input:focus {
	outline: none;
}

.dopinfo__head {
	background-color: #329cd0;
	color: #fff;
	font-family: "EtelkaTextPro";
	font-size: 22px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 40px;
}

.dopinfo__btn {
	border: none;
	width: 50%;
	margin: 0 auto;
	cursor: pointer;
	margin-bottom: 55px;
	margin-top: 30px;
}

.dopinfo__head span {
	display: block;
	color: #ffed00;
	font-size: 28px;
	font-family: "EtelkaTextPro";
}

.dopinfo__inputs .modal__form-para {
	width: 32%;
}

.visually-hidden:not(:focus):not(:active),
input[type=checkbox].visually-hidden,
input[type=radio].visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	white-space: nowrap;
	-webkit-clip-path: inset(100%);
	clip-path: inset(100%);
	clip: rect(0 0 0 0);
	overflow: hidden;
}

.dopinfo__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

.dopinfo__item label {
	padding-left: 35px;
	position: relative;
	cursor: pointer;
	font-family: "PT Sans", Arial, sans-serif;
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
}

.dopinfo__item label:hover::before {
	border-color: #1d99d6;
}

.dopinfo__item label::before {
	content: "";
	position: absolute;
	width: 23px;
	height: 23px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #329cd0;
	border-radius: 2px;
	left: 0;
}

.dopinfo__item input[type=checkbox]:checked+label::before {
	background-image: url("/img/checkbox-on.svg");
	width: 27px;
	border: none;
}

.dopinfo__item input[type=checkbox]:checked:enabled+label:hover::before {
	background-image: url("/img/checkbox-onn.svg");
}

.dopinfo__inputs input:focus+label,
.dopinfo__inputs input.has-value+label {
	top: -10px;
	font-size: 12px;
	color: #aaa;
}

.speaker {
	width: 800px;
	margin-bottom: 50px;
}

.dopinfo__head .container {
	padding-left: 15px;
	padding-right: 15px;
}

.busipage .c4 {
	z-index: 0;
}
.studentpage .c4 {
    z-index: 0;
}
@media screen and (max-width: 768px) {
	.credit__buttons-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
@media screen and (max-width: 1024px) {
	.credit-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.credit-block {
	    width: 100%;
	}
	.credit-block:first-child {
	    margin-bottom: 40px;
        padding-bottom: 50px;
        border-bottom: 1px solid #ffed00;
	}
}

@media screen and (max-width: 865px) {
	.version-site {
		padding-right: 0 !important;
	}
	.speaker {
		width: auto;
	}
}

@media (max-width: 1640px) {
	.about__bg {
		width: 85%;
	}
	.your__list::before {
		left: -1%;
	}
	.your__list::after {
		right: -1%;
	}
	.your .container::after {
		width: 96%;
		margin-left: 2%;
	}
	.questions__item {
		width: 80%;
	}
	.questions__item--right {
		margin-left: 20%;
	}
	.studentpage .decor-line {
		left: 15%;
	}
	.questions__image {
		left: 3%;
	}
	.questions__item--right .questions__image {
		right: 3%;
	}
}

@media (max-width: 1560px) {
	.school-info__photo1 {
		left: -80px;
	}
	.school-info__photo2 {
		right: -80px;
	}
	.school-info__wrapper {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.school-info__item {
		width: 42%;
		margin-right: 1%;
	}
	.school-info__item:last-child {
		margin-right: 0;
	}
}

@media (max-width: 1490px) {
	.pens-info {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.pens-info__para {
		padding-left: 230px;
		padding-right: 230px;
	}
	.school-descr__photo-1 {
		right: -50px;
	}
	.school-descr__photo-2 {
		left: -50px;
	}
}

@media (max-width: 1469px) {
	.description__student {
		right: 0;
	}
	.description__para:nth-of-type(2) {
		left: 5px;
	}
	.show-hamburger {
		width: 35%;
	}
	.schoolpage .description__student {
		width: 420px;
	}
}

@media (max-width: 1400px) {
	.course {
		left: 0;
	}
	.course::before {
		left: -220px;
	}
	.decor-course {
		left: -16px;
	}
	.questions__item {
		width: 90%;
	}
	.questions__item--right {
		margin-left: 10%;
	}
	.studentpage .decor-line {
		left: 10%;
	}
	.questions__image {
		left: 2%;
	}
	.questions__item--right .questions__image {
		right: 2%;
	}
	.pens-info {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.pens-info__para {
		padding-left: 190px;
		padding-right: 190px;
		font-size: 23px;
	}
	.pens-info__para span:first-child {
		font-size: 60px;
	}
	.pens-info__para span:last-child {
		font-size: 43px;
	}
	.school-info__photo1 {
		left: 0px;
	}
	.school-info__photo2 {
		right: 0px;
	}
	.school-info__item {
		width: 32%;
		margin-right: 1%;
	}
	.school-info__item:nth-of-type(2) {
		margin-right: 0;
	}
	.school-info__item {
		padding: 30px 50px;
	}
	.school-info__caption {
		font-size: 33px;
	}
}

@media (max-width: 1288px) {
	.your .container::after {
		content: "";
		position: absolute;
		bottom: 0;
		width: 100%;
		margin-left: 0;
		height: 2px;
		background-color: #a2cd76;
	}
	.your__heading {
		width: 100%;
		margin-left: 0;
		right: 0;
		padding-left: 0;
		text-align: center;
	}
	.questions__item {
		width: 100%;
	}
	.questions__item--right {
		margin-left: 0;
	}
	.studentpage .decor-line {
		left: 15%;
	}
	.questions__image {
		left: 1%;
	}
	.questions__item--right .questions__image {
		right: 1%;
	}
	.decor-director {
		left: 20px;
	}
	.decor-questions {
		left: 60%;
	}
	.decor-education {
		left: 40px;
	}
	.pens-info {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		height: 304px;
	}
	.pens-info::before {
		left: 0;
		top: -49px;
	}
	.pens-info::after {
		right: 0;
		top: -49px;
	}
	.pens-info__para {
		padding-left: 340px;
		padding-right: 340px;
		font-size: 23px;
	}
	.pens-info__img:first-of-type {
		left: 50px;
		top: -1px;
	}
	.pens-info__img:last-of-type {
		right: 50px;
		top: -1px;
	}
	.school-descr__photo-2 {
		left: 0;
		width: 450px;
	}
	.school-descr__photo-1 {
		right: 0;
		width: 450px;
	}
}

@media (max-width: 1170px) {
	.modal__fw {
		width: 50%;
	}
	.show-hamburger {
		width: 45%;
	}
	.about__bg {
		width: 100%;
	}
	.about__box {
		margin-right: 0;
		padding-left: 7%;
		padding-right: 7%;
		width: 100%;
	}
	.about__box::after {
		right: 30px;
	}
	.main-header__wrapper,
	.socials-wrapper,
	.your__list {
		padding-left: 10px;
		padding-right: 10px;
	}
	.about__para {
		font-size: 26px;
		line-height: 36px;
	}
	.studentpage .container {
		padding-left: 10px;
		padding-right: 10px;
	}
	.description__student {
		width: 340px;
		bottom: 50px;
	}
	.partners__picture img {
		width: 80px;
		height: auto;
	}
	.logo__link img {
		width: 200px;
		height: auto;
	}
	.questions__image {
		width: 485px;
		top: -21px;
	}
	.questions__item {
		height: 280px;
	}
	.internship__para {
		padding-left: 9%;
		padding-right: 9%;
	}
	.course__para {
		font-size: 20px;
	}
	.course__caption {
		font-size: 36px;
	}
	.course__photo-student {
		width: 430px;
		height: 587px;
	}
	.schoolpage .description__student {
		width: 360px;
	}
	.school-descr__photo-1 {
		right: 30px;
		width: 400px;
		top: 0;
	}
	.school-descr__photo-2 {
		left: 30px;
		width: 400px;
		bottom: 0;
	}
	.school-info__photo1,
	.school-info__photo2 {
		display: none;
	}
	.school-info__item {
		width: 49%;
		padding: 30px 10px;
	}
}

@media (max-width: 1080px) {
	.pens-info {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.pens-info__para {
		padding-left: 360px;
		padding-right: 360px;
	}
	.school-descr__photo-1 {
		right: 70px;
		width: 300px;
		top: 0;
	}
	.school-descr__photo-2 {
		left: 70px;
		width: 300px;
		bottom: 0;
	}
	.school-info__photo1,
	.school-info__photo2 {
		display: none;
	}
	.school-info__item {
		width: 49%;
	}
	.school-descr__item {
		font-size: 19px;
	}
}

@media (max-width: 1024px) {
	.questions__para {
		font-size: 22px;
	}
	.pens-info {
		height: 210px;
	}
	.pens-info::before {
		height: 280px;
		width: 130px;
		top: -35px;
	}
	.pens-info::after {
		height: 280px;
		width: 130px;
		top: -35px;
	}
	.pens-info__img {
		width: 210px;
		height: 212px;
	}
	.pens-info__para {
		padding-left: 250px;
		padding-right: 250px;
		font-size: 20px;
		line-height: 26px;
	}
	.pens-info__para span:first-child {
		font-size: 40px;
		margin-top: 0;
		margin-bottom: 0;
	}
	.pens-info__para span:last-child {
		font-size: 30px;
		margin-bottom: 0;
	}
	.pens-info__img:first-of-type {
		left: 35px;
	}
	.pens-info__img:last-of-type {
		right: 35px;
	}
	.pensionerpage .questions {
		margin-bottom: 180px;
	}
	.schoolpage .description__student {
		width: 300px;
	}
	.schoolpage .director-wrapper {
		padding-right: 20px;
	}
}

@media (max-width: 975px) {
	.coin {
		display: none;
	}
	.pens-info__para {
		padding-left: 240px;
		padding-right: 240px;
	}
	.schedule__header {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-left: 0;
	}
	.schedule__week {
		margin-left: 0;
	}
	.dopinfo__inputs .modal__form-para {
		width: 100%;
	}
	.dopinfo__inputs {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media (max-width: 940px) {
	.modal .container {
		position: static;
		height: auto;
		min-height: 100%;
		top: auto;
		left: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		padding: 25px 0;
	}
	.school-descr__caption {
		top: -110px;
	}
	.parallax-container {
		display: none;
	}
	.socials__link svg {
		width: 68px;
		height: 68px;
	}
	.your__image {
		width: 180px;
		height: 180px;
	}
	.contacts__link,
	.contacts__para {
		font-size: 28px;
		line-height: 38px;
	}
	.about {
		padding-bottom: 170px;
	}
	.education {
		background-size: 400px;
		background-position: center 60px;
	}
	.description {
		margin-top: 80px;
		margin-bottom: 250px;
	}
	.description__para:nth-of-type(1) {
		padding-left: 55%;
		margin-bottom: 80px;
	}
	.description__decor-box {
		width: 70%;
	}
	.description__student {
		width: 350px;
		bottom: -60px;
		right: 2%;
	}
	.decor-questions {
		top: -130px;
		height: 160px;
	}
	.description__para:nth-of-type(3) {
		padding-left: 20%;
	}
	.description__para:nth-of-type(2) {
		margin-bottom: 110px;
	}
	.description__wrapper {
		background-position: 0 40px;
		background-size: 450px 450px;
	}
	.decor-description {
		top: -40px;
		left: 40%;
		height: 300px;
	}
	.questions__image {
		position: relative;
		width: auto;
		height: 105%;
		top: 0;
		left: 0;
	}
	.questions__item {
		padding-left: 1%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 60px;
	}
	.questions__item::after {
		right: 10px;
	}
	.questions__item::before {
		right: 50px;
	}
	.questions__para {
		margin-left: auto;
		margin-right: auto;
		padding-left: 10px;
	}
	.questions__item--right {
		padding-right: 0;
	}
	.questions__item--right::after {
		left: 10px;
	}
	.questions__item--right::before {
		left: 50px;
	}
	.questions__item--right .questions__image {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.decor-questions {
		left: 70%;
	}
	.director {
		margin-bottom: 100px;
	}
	.director::after {
		top: -160px;
		left: -200px;
	}
	.decor-director {
		top: -250px;
	}
	.director__photo {
		width: 300px;
		height: 400px;
	}
	.director__cite {
		font-size: 20px;
		width: 100%;
	}
	.decor-internship {
		top: -140px;
		height: 100px;
	}
	.internship__para {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 38px;
	}
	.internship__para-info {
		padding-left: 5px;
		padding-right: 5px;
	}
	.reviews__descr {
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		padding-right: 0;
		width: 87%;
	}
	.reviews {
		margin-bottom: 100px;
	}
	.course__caption {
		font-size: 28px;
	}
	.course__para {
		font-size: 18px;
	}
	.course__photo-student {
		width: 330px;
		height: 470px;
	}
	.course__external {
		font-size: 22px;
	}
	.studentpage .decor-line {
		left: 15%;
		top: -134px;
	}
	.pens-partners__caption {
		font-size: 36px;
	}
	.schoolpage .description__student {
		width: 380px;
	}
	.schoolpage .description__para:nth-of-type(2) {
		margin-bottom: 200px;
	}
	.school-descr__item {
		width: 33.333333%;
	}
	.school-descr__photo-2 {
		left: 10px;
		width: 285px;
		bottom: 50px;
	}
	.school-descr__photo-1 {
		right: 10px;
		width: 285px;
		top: 50px;
	}
	.school-descr__column {
		margin-bottom: 10px;
	}
	.busipage .director {
		margin-bottom: 65px;
	}
	.decor-school {
	    display: none;
	}
}

@media (max-width: 875px) {
	.socials-wrapper {
		-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;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.socials__logoCI {
		margin-bottom: 15px;
	}
	.schoolpage .description__student {
		width: 300px;
	}
	.school-descr__photo-2 {
		left: 27px;
		width: 240px;
		bottom: 67px;
	}
	.school-descr__photo-1 {
		right: 27px;
		width: 240px;
		top: 67px;
	}
	.whatisacc__para {
		padding: 10px 2% 0;
	}
	.busipage .features {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.features__item {
		margin: 0;
		margin-bottom: 20px;
		width: 49%;
	}
	.features {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.features__item:nth-of-type(3) {
		width: 100%;
	}
	.schoolpage .features__item:nth-of-type(1),
	.studentpage .features__item:nth-of-type(1) {
		width: 49%;
		margin-right: 2%;
	}
	.schoolpage .features__item:nth-of-type(2),
	.studentpage .features__item:nth-of-type(2) {
		width: 49%;
		margin-right: 0;
	}
	.schoolpage .features__item:nth-of-type(3),
	.studentpage .features__item:nth-of-type(3) {
		width: 100%;
	}
}

@media (max-width: 810px) {
	.show-hamburger {
		width: 60%;
	}
	.description__student {
		width: 300px;
		bottom: 0;
		right: 2%;
	}
	.pens-info__para {
		line-height: 23px;
	}
	.pens-info__para span {
		line-height: 35px;
	}
	.schoolpage .features__para {
		font-size: 18px;
	}
	.school-descr__photo-2 {
		left: 10px;
	}
	.school-descr__photo-1 {
		right: 10px;
	}
	.dopinfo__list {
		padding-left: 25px;
		padding-right: 25px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.dopinfo__item {
		width: 50%;
	}
	.schedule__main table {
		margin: 0 25px;
	}
	.schedule__main tr td:first-child {
		width: auto;
	}
	.schedule__main td {
		width: auto;
	}
}

@media (max-width: 760px) {
	.apply-btn.pensioner--margin {
		margin-bottom: 95px;
	}
	.decor-line {
		display: none;
	}
	.modal__fw {
		width: 70%;
	}
	.our-partners {
	    justify-content: space-between;
	}
	.our-partners__item {
		width: 49%;
		margin-left: 0;
		margin-right: 0;
	}
	.ham {
		height: 20px;
		top: 20px;
		right: 20px;
	}
	.ham-active .ham-line.top {
		-webkit-transform: translateY(5px) rotate(45deg);
		-ms-transform: translateY(5px) rotate(45deg);
		transform: translateY(5px) rotate(45deg);
	}
	.main-header__wrapper {
		padding-top: 10px;
		margin-bottom: 10px;
	}
	.your__heading {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.your__list {
		padding-top: 100px;
	}
	.your__image {
		width: 120px;
		height: 120px;
	}
	.your {
		margin-bottom: 100px;
	}
	.decor-line {
		left: 70%;
		top: -115px;
		height: 155px;
	}
	.about {
		padding-bottom: 70px;
	}
	.partners__picture img {
		width: 70px;
		height: auto;
	}
	.logo__link img {
		width: 170px;
		height: auto;
	}
	.features__para {
		font-size: 18px;
	}
	.description__student {
		width: 250px;
	}
	.description__wrapper {
		background-size: 380px 450px;
	}
	.questions__image {
		height: 77%;
		top: -50px;
	}
	.director__photo {
		width: 220px;
		height: 300px;
	}
	.director::after {
		top: -200px;
	}
	.questions {
		margin-bottom: 220px;
	}
	.decor-director {
		top: -200px;
		height: 200px;
	}
	.internship__para {
		font-size: 34px;
	}
	.internship__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.internship__info {
		width: 100%;
	}
	.course__wrapper {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
	.course__photo-student {
		display: none;
	}
	.pens-info__img:first-of-type {
		left: 0;
	}
	.pens-info__img:last-of-type {
		display: none;
	}
	.pens-info__img {
		border-radius: 10%;
	}
	.pens-info::before {
		display: none;
	}
	.pens-info::after {
		display: none;
	}
	.pens-info {
		border-bottom-left-radius: 10%;
		border-top-left-radius: 10%;
		display: -ms-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.pens-info__para {
		padding-left: 220px;
		padding-right: 10px;
		line-height: 22px;
	}
	.decor-pens {
		display: none;
	}
	.pens-info {
		margin-top: 180px;
	}
	.schoolpage .description__student {
		width: 250px;
	}
	.school-descr__item {
		width: 50%;
	}
	.school-descr__photo-1,
	.school-descr__photo-2 {
		width: 500px;
		position: relative;
		top: 0;
		left: 50%;
		right: auto;
		margin-left: -250px;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.decor-school {
		height: 160px;
	}
	.answer__item {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
	.answer__item:nth-child(4) {
		margin-left: 0;
		margin-right: 0;
	}
	.school-descr {
		margin-bottom: 200px;
	}
	.school-info {
		margin-bottom: 40px;
	}
	.whatisacc__caption {
		margin-top: 105px;
	}
	.modal__scroll {
		width: 100vw;
		height: 100vh;
	}
	.description__para:nth-of-type(3) {
	    padding-left: 12%;
	}
}

@media (max-width: 650px) {
	.show-hamburger {
		width: 100%;
	}
	.about__para {
		font-size: 24px;
		line-height: 34px;
	}
	.contacts__link,
	.contacts__para {
		font-size: 20px;
		line-height: 30px;
	}
	.socials__item svg {
		width: 55px;
		height: 55px;
	}
	.copyright__para {
		font-size: 14px;
		line-height: 26px;
	}
	.features__para {
		font-size: 15px;
		line-height: 20px;
	}
	.decor-description {
		top: -40px;
		left: 40%;
		height: 280px;
	}
	.description__para:nth-of-type(3) {
		padding-left: 5px;
	}
	.description__student {
		width: 230px;
		bottom: 10px;
	}
	.questions__image {
		height: 105%;
		top: 0;
	}
	.questions__para {
		font-size: 14px;
		line-height: 20px;
	}
	.questions__item {
		height: 150px;
	}
	.questions__item::after {
		bottom: 50px;
	}
	.questions__item::before {
		bottom: 20px;
	}
	.decor-questions {
		height: 135px;
	}
	.director::after {
		width: 300px;
		top: -230px;
	}
	.decor-director {
		height: 150px;
	}
	.director {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.director__photo {
		width: 70%;
		margin: 0 auto;
		height: auto;
		-webkit-box-shadow: 150px 0 0 -10px #aed67f;
		box-shadow: 150px 0 0 -10px #aed67f;
	}
	.questions {
		margin-bottom: 100px;
	}
	.decor-director {
		top: 0;
	}
	.decor-internship {
		top: -80px;
		height: 50px;
	}
	.internship__para {
		font-size: 24px;
	}
	.internship__span-info {
		font-size: 40px;
	}
	.internship__para-info {
		font-size: 16px;
	}
	.pensionerpage .questions {
		margin-top: 80px;
	}
	.pensionerpage .questions {
		margin-bottom: 110px;
	}
	.schoolpage .features__para {
		font-size: 15px;
	}
	.schoolpage .description__student {
		width: 230px;
	}
	.school-descr {
		margin-bottom: 100px;
	}
	.decor-school-info {
		display: none;
	}
	.decor-questions {
		display: none;
	}
	.credit:last-of-type {
		margin-bottom: 100px;
	}
	.dopinfo__item {
		width: 100%;
	}
}

@media (max-width: 580px) {
	.modal__fw {
		width: 80%;
	}
	.your__item {
		width: 50%;
	}
	.apply-btn {
		width: 100%;
		margin: 0;
	}
	.decor-education {
		left: 20px;
	}
	.pensioner-backcall {
		margin-bottom: 80px;
	}
	.pens-partners__item p {
		font-size: 18px;
	}
	.pens-partners__item--union img {
		width: 150px;
	}
	.pens-partners__item--dgtu img {
		width: 135px;
	}
	.pens-partners__item--rinh img {
		width: 170px;
	}
	.schoolpage .features {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.schoolpage .features__item:nth-of-type(1) {
		width: 49%;
	}
	.schoolpage .features__item:nth-of-type(2) {
		width: 49%;
		margin-right: 0;
	}
	.schoolpage .features__item:nth-of-type(3) {
		width: 100%;
		margin-right: 0;
		margin-top: 15px;
	}
	.schoolpage .features__para {
		min-height: auto;
	}
	.school-descr__photo-1,
	.school-descr__photo-2 {
		width: 400px;
		margin-left: -200px;
	}
	.schedule-btn {
		margin-bottom: 60px;
		margin-top: 15px;
	}
	.dopinfo__btn {
		width: 100%;
	}
	.acc-btn {
		margin-bottom: 60px;
	}
	.schoolpage .description__para {
		font-size: 16px;
	}
	.schoolpage .description__student {
		display: none;
	}
	.schoolpage .description__para:nth-of-type(1) {
		margin-bottom: 60px;
		padding-left: 0;
		padding-top: 70px;
		text-align: center;
	}
	.schoolpage .description__para:nth-of-type(2) {
		text-align: center;
		margin-bottom: 60px;
	}
	.schoolpage .description__para:nth-of-type(3) {
		padding-right: 0;
		text-align: center;
	}
	.schoolpage .description__decor-box {
		width: 100%;
	}
	.schoolpage .description__wrapper {
		background-image: none;
	}
	.schoolpage .decor-description {
		height: 150px;
	}
	.schoolpage .description {
		margin-bottom: 120px;
	}
	.decor-description {
	    display: none;
	}
}

@media (max-width: 500px) {
	.pensionerpage .features__item:nth-of-type(2) {
		width: 50%;
	}
	.apply-btn.pensioner--margin {
		margin-bottom: 65px;
	}
	.logo-line {
		display: none;
	}
	.partners__picture::before {
		display: none;
	}
	.whatisacc__para {
		padding: 10px 2% 0;
	}
}

@media (max-width: 480px) {
	.modal__caption {
		font-size: 24px;
	}
	.modal__close {
		right: 5px;
		top: 15px;
	}
	.our-partners__item {
		width: 100%;
		margin-bottom: 25px;
	}
	.our-partners__item img {
		width: 60%;
	}
	.decor-description {
		display: none;
	}
	.ofic-partner {
		font-size: 33px;
		line-height: 45px;
		margin-top: 55px;
	}
	.your__heading {
		font-size: 22px;
		line-height: 34px;
	}
	.your {
		margin-bottom: 60px;
	}
	.decor-line {
		left: 52%;
		top: -95px;
		height: 105px;
	}
	.about__para {
		font-size: 20px;
		line-height: 30px;
	}
	.about__bg,
	.about__box {
		height: 310px;
	}
	.socials__logo {
		width: 250px;
	}
	.socials__item svg {
		width: 44px;
		height: 44px;
	}
	.contacts__link,
	.contacts__para {
		font-size: 16px;
		line-height: 26px;
	}
	.decor-line {
		height: 85px;
	}
	.about__para:last-child::before {
		bottom: -20px;
	}
	.about__box::after {
		height: 70%;
		margin-top: 20px;
	}
	.course__caption {
		font-size: 21px;
		line-height: 40px;
	}
	.questions__item {
		height: 100px;
	}
	.questions__item::before {
		display: none;
	}
	.questions__item::after {
		display: none;
	}
	.questions__para {
		padding-left: 5px;
	}
	.logo__link img {
		width: 118px;
	}
	.partners__picture img {
		width: 46px;
	}
	.education__para,
	.education__para-student {
		font-size: 20px;
	}
	.education__caption {
		font-size: 26px;
	}
	.features__item {
		padding-top: 80px;
	}
	.features__para {
		min-height: 90px;
	}
	.apply-btn__link {
		font-size: 22px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.description__para {
	    font-size: 16px;
	}
	.description__student {
	    display: none;
	}
	.description__para:nth-of-type(1) {
	    margin-bottom: 60px;
	    padding-left: 0;
	    padding-top: 70px;
	    text-align: center;
	}
	.studentpage .description__para:nth-of-type(1) {
	    padding-top: 20px;
	    margin-bottom: 45px;
	}
	.studentpage .description__para:nth-of-type(2) {
	    text-align: center;
	    margin-bottom: 45px;
	    margin-bottom: 60px;
	}
	.schoolpage .description__para:nth-of-type(2) {
	    text-align: center;
	    margin-bottom: 60px;
	}
	.description__para:nth-of-type(3) {
	    padding-right: 0;
	    text-align: center;
	}
	.description__decor-box {
	    width: 100%;
	}
	.description__wrapper {
	    background-image: none;
	}
	.decor-description {
	    height: 150px;
	}
	.description {
	    margin-bottom: 75px;
	}
	.decor-questions {
		height: 100px;
	}
	.decor-director {
		left: 0;
	}
	.internship__para {
		font-size: 20px;
		line-height: 30px;
	}
	.internship__span-info {
		font-size: 30px;
	}
	.internship__info {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.reviews {
		margin-top: 40px;
		padding-top: 15px;
		margin-bottom: 50px;
	}
	.course__images img:nth-of-type(1) {
		width: 120px;
		height: 99px;
		margin-right: 45px;
	}
	.course__external {
		font-size: 16px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.course__caption {
		margin-bottom: 15px;
	}
	.course {
		margin-bottom: 100px;
	}
	.studentpage .decor-line {
		top: -90px;
	}
	.pens-info__para {
		font-size: 16px;
		line-height: 18px;
	}
	.pens-info__para span:first-child {
		font-size: 30px;
	}
	.pens-info__para span:last-child {
		font-size: 20px;
	}
	.pensionerpage .features__para {
		min-height: auto;
	}
	.pens-partners__item p {
		font-size: 16px;
	}
	.pens-partners__item--union img {
		width: 130px;
	}
	.pens-partners__item--dgtu img {
		width: 115px;
	}
	.pens-partners__item--rinh img {
		width: 150px;
	}
	.pens-partners__caption {
		font-size: 32px;
	}
	.pens-partners__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.pens-partners__item {
		width: 100%;
	}
	.school-info__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.school-info__item {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.school-info__para span {
		font-size: 45px;
		line-height: 50px;
	}
	.school-descr__photo-1,
	.school-descr__photo-2 {
		width: 300px;
		margin-left: -150px;
	}
	.whatisacc__para {
		font-size: 18px;
	}
	.schoolpage .description {
		margin-bottom: 170px;
	}
	.schedule__main th {
		font-size: 18px;
	}
}

@media (max-width: 420px) {
	.school-descr {
		margin-bottom: 60px;
	}
	.education__image img {
		width: 145px;
	}
	.education {
		background-size: 300px;
		background-position: center 120px;
	}
	.description__student {
		width: 150px;
		bottom: 50px;
	}
	.overlay-content a {
		font-size: 22px;
	}
	.overlay-content::before {
		left: 5%;
	}
	.schoolpage .education {
		background-position: center 85px;
	}
	.schoolpage .description__student {
		width: 170px;
		bottom: 0px;
	}
	.busipage .education {
		background-position: center 110px;
	}
	.answer {
		padding: 0 20px;
	}
	.dopinfo__list,
	.dopinfo__inputs {
		padding-left: 10px;
		padding-right: 10px;
	}
	.busipage .education__caption {
		font-size: 22px;
	}
	.busipage .education__para {
		font-size: 16px;
	}
}

@media (max-width: 400px) {
	.ofic-partner {
		font-size: 26px;
		line-height: 36px;
		margin-top: 45px;
	}
	.nextarrow,
	.prevarrow {
		top: 25%;
	}
	.reviews__descr {
		padding-left: 10px;
		padding-right: 10px;
		width: 100%;
		font-size: 16px;
		margin-bottom: 60px;
	}
	.about__bg,
	.about__box {
		height: 200px;
	}
	.your__heading {
		padding-top: 5px;
		padding-bottom: 5px;
		font-size: 18px;
		line-height: 30px;
	}
	.your__list {
		padding-top: 60px;
	}
	.your__para {
		font-size: 18px;
		line-height: 33px;
	}
	.your__image {
		margin-bottom: 0;
	}
	.about__para {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 15px;
	}
	.about__box {
		padding-left: 2%;
		padding-right: 2%;
	}
	.about__box::after {
		right: 10px;
	}
	.about {
		padding-bottom: 40px;
	}
	.contacts {
		padding-top: 15px;
		margin-bottom: 10px;
	}
	.contacts__link,
	.contacts__para {
		font-size: 13px;
		line-height: 18px;
	}
	.socials__item svg {
		width: 36px;
		height: 36px;
	}
	.copyright__para {
		font-size: 12px;
		line-height: 16px;
	}
	.director__cite {
		font-size: 15px;
	}
	.director__info {
		font-size: 18px;
	}
	.decor-director {
		left: -6px;
	}
	.pens-info__para {
		padding-left: 180px;
	}
	.pens-info {
		height: 180px;
	}
	.pens-info__img {
		width: 180px;
		height: 182px;
	}
	.pens-info__para span {
		line-height: 23px;
	}
	.pens-info__para {
		font-size: 14px;
		line-height: 18px;
	}
	.pensionerpage .features {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.pensionerpage .features__item:nth-of-type(1) {
		width: 49%;
	}
	.pensionerpage .features__item:nth-of-type(2) {
		width: 49%;
		margin-right: 0;
	}
	.pensionerpage .features__item:nth-of-type(3) {
		width: 100%;
		margin-right: 0;
		margin-top: 15px;
	}
	.schoolpage .education {
		background-position: center 120px;
	}
	.schoolpage .education__caption {
		font-size: 23px;
	}
	.school-descr__item {
		font-size: 16px;
	}
	.schedule__main table {
		margin: 0 5px;
	}
	.busipage .features__para {
		min-height: 95px;
	}
	.modal__fw {
		width: 95%;
	}
}

@media (max-width: 395px) {
	.education {
		background-size: 300px;
		background-position: center 150px;
	}
	.pensionerpage .education {
		background-position: center 120px;
	}
	.apply-btn__link {
		font-size: 19px;
	}
	.pens-info {
		margin-top: 120px;
	}
	.busipage .education__caption {
		font-size: 19px;
	}
}

@media (max-width: 330px) {
	.schoolpage .features__para {
		font-size: 20px;
	}
}

@media (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) {
	.overlay {
		padding-top: 20px;
		padding-bottom: 0;
		height: 100vh;
	}
}

.apply-btn__link,
.course__external {
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.apply-btn__link::before,
.course__external::before {
	content: "";
	position: absolute;
	top: -20px;
	left: -120px;
	height: 140px;
	width: 100px;
	background: rgba(255, 255, 255, 0.7);
	-webkit-transform: rotate(20deg);
	-ms-transform: rotate(20deg);
	transform: rotate(20deg);
}

.apply-btn__link:hover {
	background-color: #329cd0;
	-webkit-box-shadow: 3px 5px 0 2px #6fbf1a;
	box-shadow: 3px 5px 0 2px #6fbf1a;
}

.course__external:hover {
	background-color: #6fbf1a;
	-webkit-box-shadow: 3px 5px 0 2px #ffed00;
	box-shadow: 3px 5px 0 2px #ffed00;
}

.apply-btn__link:hover::before,
.course__external:hover::before {
	left: 105%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}