/*---FONTS---*/

@font-face {
  font-family: 'Museo sans 100';
  src: url('../fonts/Georgia.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Georgia.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Georgia.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Georgia.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/Georgia.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Georgia.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
	font-family: 'Columbina';
	src: url('../fonts/Columbina.eot');
	src: url('../fonts/Columbina.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Columbina.woff2') format('woff2'),
		 url('../fonts/Columbina.woff') format('woff'),
		 url('../fonts/Columbina.ttf') format('truetype'),
		 url('../fonts/Columbina.svg#svgFontName') format('svg');
}

/*---SPECIFICATION---*/

body {
	font-family: 'Montserrat', sans-serif;
	padding: 0;
	margin: 0;
	color: #000;
}
span, a {
	display: block;
}
div, p, form, input, a, span, button {
	box-sizing: border-box;
}
a {
	color: #000;
}
a:hover {
	color: #000;
}
ul, li {
	padding: 0;
	margin: 0;
	display: block;
}
li {
	list-style-type: none; 
}
h1 {
	font-family: 'Georgia', sans-serif;
	font-weight: 900;
	font-size: 60px;
	color: #fff;
}
h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 48px;
	color: #1f1f1f;
}
h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 36px;
	color: #1f1f1f;
}
h4 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 24px;
	color: #1f1f1f;
}
h5 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 20px;
	color: #454545;
}
h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 20px;
	color: #1f1f1f;
}
a, a:hover, a:active, a:focus {
	text-decoration: none;
	outline: none;
}
a, button, input {
	transition: all 0.5s ease;
}
input, input:hover, input:focus, input:active,
button, button:hover, button:focus, button:active {
	outline: none;
}
button {
	display: block;
}
.jcs {
	justify-content: space-between;
}
.btn {
	width: 370px;
	height: 75px;
	background: #fff;
	border: none;
	border-radius: 0;
}
.btn:focus {
	box-shadow: none;
}
.t-a-c {
	text-align: center;
}
.slick-dots li {
	height: 10px;
	width: 30px;
}

/*Box-modal*/

.box-modal {
	width: 570px;
	height: 630px;
	text-align: center;
	padding: 15px 15px 50px 15px;
	background: #fff;
}
.box-modal1 {
	height: 545px !important;
}
.tel {
	width: 100% !important;
}
.box-modal .logo {
	margin: 0 auto;
}
.buttons {
	margin-top: 30px;
	margin-bottom: 45px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.button__student, .button__teacher {
	width: 255px;
	height: 50px;
	background: #e8e8e8;
	font-size: 20px;
	font-weight: 700;
	color: #b4b4b4;
	text-align: center;
	padding-top: 9px;
}
.buttons .active {
	background: #5fd7cc;
	color: #fff;
}
.button__teacher:focus, .button__student:focus {
	background: #5fd7cc;
	color: #fff;
}
.button__student:hover, .button__teacher:hover {
	background: #5fd7cc;
	color: #fff;
}
.mail, .pass {
	width: 100%;
    height: 60px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #dedcdc;
    box-shadow: 0 0 6px #00000024;
    margin-bottom: 15px;
    border: none !important;
    padding-left: 20px;
}
.form {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.form input {
	display: block;
}
.form input, .m-form input {
	border: 1px solid #dedcdc !important;
    height: 60px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    color: rgba(108, 120, 132, 1) !important;
    box-shadow: 0 0 6px #00000024 !important;
    margin-bottom: 15px;
    padding-left: 20px !important;
}
.pass-reg {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-top: 10px;
	justify-content: space-between;
}
.box-modal .password, .regist {
	font-size: 16px;
	color: #5fd7cc;
	text-decoration: underline;
}
.password:hover, .regist:hover {
	font-size: 16px;
	color: #5fd7cc;
	text-decoration: underline;
}
.buttons .tablinks {
	opacity: 1;
}
.box-modal .tabcontent {
	max-width: 100%;
}

/*---HEADER---*/

.header {
	padding-top: 15px;
	padding-bottom: 15px;
	top: 0;
    position: fixed;
    background: #fff;
    z-index: 3;
    width: 100%;
}
header button {
	margin: -12px auto 0;
}
.menu1 li {
	margin-left: 10px;
}
.header {
	position: fixed;
	top: 0; left: 0;
	width: 100%;
	transition: all .3s ease;
}
.header.out {
	transform: translateY(-100%);
}
.header .container-fluid {
	padding-bottom: 8px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 10px;
	padding-right: 0;
    padding-left: 0;
}
.links {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.links__item {
	margin-right: 25px;
}
.links__icon i {
	font-size: 19px;
    font-weight: 900;
    color: #a4a3a3;
}
.links__icon i:hover {
	color: #6d993a;
	transition: all 0.5s ease;
}
.cabinet {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
}
.cabinet__lang {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	border-bottom: 1px solid transparent;
	height: 21px;
}
.cabinet__lang:hover {
	transition: all 0.5s ease;
	border-bottom: 1px solid #6d993a;
	cursor: pointer;
}
.cabinet__lang span, .cabinet__lang a {
	color: #5a5a5a;
	height: 21px;
}
.cabinet__lang span:hover, .cabinet__lang a:hover {
	color: #6d993a;	
}
.menu-open {
    background: none;
    border: 0;
    margin-top: -12px;
    color: #080808cf;
    font-size: 33px;
    cursor: pointer;
}
.menu-opened {
  	background: #fff;
    top: 0px;
    flex-direction: column;
    left: 0;
	position: fixed;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 0 40px #00000073;
}
.menu__collapps {
	padding-bottom: 20px;
    padding-left: 15px;
}
.menu.menu-opened .menu__item {
    margin-right: 0px;
    text-align: left;
}
.menu.menu-opened .menu__item a {
	font-family: serif;
    color: #191919;
    font-weight: 800;
    font-size: 15px;
    display: block;
    text-transform: capitalize;
    margin-bottom: 11px;
}
.menu1 .dropdown:hover .dropdown a {
    background-color: #000;
    color: #fff;
    cursor: pointer;
}
.cl  {
	height: 15px;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown:hover .dropdown-content {
    display: block;
    list-style: none;
    z-index: 99;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 250px;
    z-index: 1;
    padding-top: 10px;
    text-align: left;
}
.dropdown-content li {
	border-bottom: 1px solid #00000017;
    padding-left: 15px;
    height: 37px;
    padding-top: 6px;
}
.menu .dropdown-content li a:hover {
	color: #f9420d;
    border-bottom: 1px solid #f9420d;
}
.dropdown-content li a {
	width: fit-content;
	height: 22px;
}
.menu1 .fa-chevron-right {
	display: none;
}
.menu1 .fa-chevron-right, .fa-chevron-down {
	color: #5fd7cc;
	font-size: 12px;
}
.menu1 .dropdown:hover .fa-chevron-right {
    display: inline-block;
    list-style: none;
    z-index: 99;
}
.menu1 .dropdown-content a {
	font-family: 'Georgia', sans-serif;
	font-size: 16px;
	font-style: italic;
}
.menu1 .dropdown-content li a:hover {
	color: #5fd7cc;
    border-bottom: 1px solid #5fd7cc;
    width: fit-content;
}
.menu1 .dropdown-content li a:focus {
	color: #5fd7cc;
    border-bottom: 1px solid #5fd7cc;
    width: fit-content;
}
.menu1 .dropdown-content li a:focus-within {
	color: #5fd7cc;
    border-bottom: 1px solid #5fd7cc;
    width: fit-content;
}
.menu1 .dropdown:hover .fa-chevron-down {
    display: none;
}
.menu1 .dropdown-content {
	position: relative;
	padding: 0;
}
.menu1 .menu__link {
	width: fit-content;
    border-bottom: 1px solid transparent;
}
.menu1 .menu__link:hover {
	color: #5fd7cc !important;
    border-bottom: 1px solid #5fd7cc;
}
.menu1 .dropdown-content li {
	padding-left: 0;
	padding-top: 0;
	height: auto;
	border: 1px solid transparent;
}
.clouse {
	height: 15px;
	margin-right: 10px;
	margin-left: auto;
	position: absolute;
	margin-top: 5px;
    right: 0;
}
.menu1 .contacs__email {
	margin-left: 0;
}
.menu1 .logo {
	margin: auto;
}
.menu1 .logo img {
	margin-left: auto;
	width: 109px;
	height: 73px;
}
.menu1 .menu__item a {
	font-size: 18px !important;
}
.x {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-top: 5px;
}
.contacs1 {
	background: #5fd7cc;
	color: #fff;
	height: 80px;
	padding-top: 10px;
	padding-left: 10px;
}
.contacs1 a {
	font-size: 18px;
}
.menu1 .contacs__email {
	margin-top: 10px;
}
.cabinet__lang i {
	margin-left: 5px;
    padding-top: 4px;
    color: #000;
}
.cabinet__input {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.cabinet__input a {
	color: #5a5a5a;
	height: 21px;
	 overflow: hidden;
}
.cabinet__input a:hover {
	color: #6d993a;
	border-bottom: 1px solid #6d993a;
}
.cabinet__input span {
	margin: 0 4px;
}
.cabinet__lang, .cabinet__input {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 16px;
}
.navigation {
	margin-top: 30px;
}
.contacs {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-bottom: 44px;
	justify-content: flex-end;
}
.menu1 a {
	color: #fff;
}
.contacs1 .contacs__call {
	margin-left: 0;
}
.contacs__call {
	margin-left: 125px;
}
.contacs__email {
	margin-left: 100px;
}
.call {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 18px;
}
.call:hover {
	color: #6d993a;
}
.contacs__email:hover {
	color: #6d993a;
}
.menu .fa-chevron-down {
	color: #000;
	font-size: 16px;
}
.menu a:hover .fa-chevron-down {
	color: #f9420d;
}
.menu__item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	text-align: right;
	width: 910px;
	margin-left: auto;
	justify-content: space-between;
}
.menu__link {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	height: 21px;
}
.menu__link a {
	border-bottom: 1px solid transparent;
}
.menu__link:hover {
	color: #f9420d;
	border-bottom: 1px solid #f9420d;
}

/*---TRAINING---*/

.training {
	position: relative;

    padding-top: 217px;
}
.training__title1 {
	max-width: 920px;
	margin-top: 65px;
	height: 220px;
}
.training__title2 {
	max-width: 920px;
	margin-top: 65px;
	margin-bottom: 90px;
}
.training__title3 {
	max-width: 920px;
	margin-top: 65px;
	margin-bottom: 90px;
}
.slide_0 {
	background: url(../img/bg_slider_header0.jpg) no-repeat center center;
	background-size: cover;
	height: 550px;
}
.slide_1 {
	background: url(../img/bg_slider_header.jpg) no-repeat center center;
	background-size: cover;
	height: 550px;
}
.slide_2 {
	background: url(../img/img02-5.jpg) no-repeat center top;
	background-size: cover;
	height: 550px;
}
.slide_3 {
	background: url(../img/bg_slider_header3.jpg) no-repeat center center;
	background-size: cover;
	height: 550px;
}
.training__content {
	position: absolute;
	top:0;
}
.training__batton {
	box-shadow: 0 0 18px #0000004d;
	font-family: 'Georgia', sans-serif;
	font-weight: 900;
	font-size: 24px;
	color: #000;
	padding-top: 16px;
	margin-top: 15px;
}
.training__batton:hover {
	box-shadow: 0 0 57px #000000a3;
}
/*---SECTION-RECTANGLE---*/

.section-rectangle {
	padding: 50px 0;
}
.rectangle1 {
	position: relative;
	width: 270px;
    height: 140px;
}
.rectangle2 {
	position: relative;
	width: 270px;
    height: 140px;
}
.rectangle3 {
	position: relative;
	width: 270px;
    height: 140px;
}
.rectangle4 {
	position: relative;
	width: 270px;
    height: 140px;
}
.rectangle__overlay2 h5 {
	color: #fefefe;
}
.rectangle__overlay3 h5 {
	color: #454545;
}
.rectangle__overlay4 h5 {
	color: #fefefe;
}
.rectangle__overlay1 {
	position: absolute;
    width: 249px;
    height: 123px;
    background: #f6d068;
    opacity: 0.7;
    right: 5px;
    top: 15px;
    border-radius: 27px 0 0 0;
    padding-top: 6px;
    padding-left: 14px;
}
.rectangle__overlay2 {
	position: absolute;
    width: 249px;
    height: 123px;
    background: #a687dc;
    opacity: 0.7;
    right: 5px;
    top: 15px;
    border-radius: 0 27px  0 0;
    padding-top: 6px;
    padding-left: 14px;
}
.rectangle__overlay3 {
	position: absolute;
    width: 249px;
    height: 123px;
    background: #8ed6cb;
    opacity: 0.7;
    right: 5px;
    top: 15px;
    border-radius: 0 0 27px  0;
    padding-top: 6px;
    padding-left: 14px;
}
.rectangle__overlay4 {
	position: absolute;
    width: 249px;
    height: 123px;
    background: #cf6b35;
    opacity: 0.7;
    right: 5px;
    top: 15px;
    border-radius: 0 0 0 27px;
    padding-top: 6px;
    padding-left: 14px;
}
.rectangle__overlay1 a {
	margin-top: 63px;
    border-bottom: 1px solid #454545;
    width: 97px;
    height: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #454545;
}
.rectangle__overlay2 a {
	margin-top: 63px;
    border-bottom: 1px solid #fefefe;
    width: 97px;
    height: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fefefe;
}
.rectangle__overlay3 a {
	margin-top: 63px;
    border-bottom: 1px solid #454545;
    width: 97px;
    height: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #454545;
}
.rectangle__overlay4 a {
	margin-top: 63px;
    border-bottom: 1px solid #fefefe;
    width: 97px;
    height: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fefefe;
}

/*---EXAMS---*/

.exams {
	padding-top: 22px;
	padding-bottom: 22px;
	background: #f5f4f4;
	height: 710px;
}
.exams-child {
	background: url('../img/family.png') no-repeat center left;
	height: 600px;
}
.tabs {
	margin-left: auto;
	padding-top: 185px;
	text-align: center;
    justify-content: center;
    width: 490px;
    height: 490px;
    border-radius: 100%;
    border: 1px solid #cfcfcf;
    border-bottom-style: dashed;
    position: relative;
    margin-top: 41px;
}
.tablinks {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	position: absolute;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.tablinks-1 {
	background: #da91c1;
	top: 4%;
    left: 4%;
}
.tablinks-2 {
	background: #f6d068;
	top: -8%;
    right: 39%;
}
.tablinks-3 {
	background: #86d0fa;
	right: 4%;
    top: 4%;
}
.tablinks-4 {
	background: #dc9a88;
	right: -10%;
}
.tablinks-5 {
	background: #cf6b35;
	right: 4%;
    bottom: 4%;
}
.tablinks-6 {
	background: #8ed6cb;
	bottom: -10%;
    right: 39%;
}
.tablinks-7 {
	background: #a687dc;
	bottom: 4%;
    left: 4%;
}
.tablinks-8 {
	background: #98e05b;
	left: -10%;
}
.tablinks img {
	display: block;
	margin: auto;
}
.tablinks:hover.tablinks:after {
	display: block;
}
.tablinks:hover {
	cursor: pointer;
}
.tablinks:after {
	content: '';
    position: absolute;
    width: 110px;
    left: -5px;
    top: -5px;
    height: 110px;
    border-radius: 100%;
    border: 1px solid #cfcfcf;
    display: none;
}
.tablinks div {
	width: 82px;
	height: 82px;
	border: 3px solid #fff;
	border-radius: 100%;
	margin: auto;
	padding-top: 10px;
}
.tabcontent h4 {
	font-family: 'Georgia', sans-serif;
    font-weight: 800;
    font-size: 24px;
    color: #f9410c;
}
.tabcontent p {
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #444343;
}
.tabcontent {
	max-width: 300px;
	margin: auto;	
	display: none;
}
.exams h3 {
	max-width: 850px;
	text-align: center;
	display: block;
	margin: 0 auto;
}

/*---TOP-SCKOOL---*/

.top-sckool {
	padding-top: 40px;
	padding-bottom: 120px;
}
/*.top-sckool .container {
	padding: 0;
}*/
.top-sckool__title {
	text-align: center;
}
.top-sckool__text {
	font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #6f6f6f;
    margin-top: 20px;
    margin-bottom: 25px;
    text-align: center;
    max-width: 970px;
    margin: 25px auto;
}
.slider-top li {
	display: none;
}
.slider-top .slick-prev {
    margin-right: 11px;
    top: 83%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #589313;
    right: 50%;
    z-index: 2;
    top: 122%;
}
.slider-top .slick-next {
    margin-left: 11px;
    top: 83%;
    left: 50%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #589313;
    top: 122%;
}
.slider-top .slick-prev:hover {
    margin-right: 15px;
}
.slider-top .slick-next:hover {
    margin-left: 15px;
}
.slider-top .slick-prev div {
    background: url('../img/green_arrow_left.png') no-repeat center center;
    height: 100%;
}
.slider-top .slick-next div {
    background: url('../img/green_arrow_right.png') no-repeat center center;
    height: 100%;
}

/*---CAPABILITIES---*/

.capabilities {
	padding-top: 35px;
	padding-bottom: 50px;
	background: url('../img/bg-content-marketing.png') no-repeat center center;
	background-size: cover;
}
.capabilities__title {
	text-align: center;
	margin-bottom: 30px;
}
.opportunity__list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
.opportunity__list img:hover {
	animation: bounce 1s;
	cursor: pointer;
}
.opportunity__icon {
	display: block;
}
.opportunity__title {
	display: block;
	font-family: 'Georgia', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #101010;
    margin-left: 5px;
}
.opportunity__text {
	max-width: 315px;
	display: block;
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #757575;
    margin-top: 10px;
}

/*---FREE---*/

.free {
	padding-top: 50px;
	padding-bottom: 85px;
}
.free h3 {
	display: block;
	text-align: center;
}
.read-more-trigger::before, .read-more-trigger2::before {
    font-weight: 600 !important;
}
.free__title {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	max-width: 650px;
	margin: 0 auto 50px auto;
}
.free__title span {
	display: block;
	display: block;
    font-size: 29px;
    color: red;
    font-weight: 600;
}
.services h6 {
	margin-top: 10px;
}
.services img {
	width: 100%;
	height: 100%;
}
.read-more-wrap, .read-more-target {
	font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #191818;
    margin: 0;
    padding: 0;
}
.read-more-target {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: .25s ease;
}
.read-more-state:checked ~ .read-more-wrap .read-more-target {
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
}
.read-more-state ~ .read-more-trigger:before {
    content: 'Читать подробнее      ' url('../img/arrow_more.png');
    font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #000;
}
.read-more-state:checked ~ .read-more-trigger:before {
    content: 'Свернуть';
}
.read-more-state {
	display: none;
}
.read-more-trigger {
    cursor: pointer;
    display: inline-block;
    color: #666;
    font-size: .9em;
    line-height: 2;
}
.read-more-wrap2, .read-more-target2 {
	font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #191818;
    margin: 0;
    padding: 0;
}
.read-more-target2 {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: .25s ease;
}
.read-more-state2:checked ~ .read-more-wrap2 .read-more-target2 {
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
}
.read-more-state2 ~ .read-more-trigger2:before {
    content: 'Читать подробнее      ' url('../img/arrow_more.png');
    font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #1f1f1f;
}
.read-more-state2:checked ~ .read-more-trigger2:before {
    content: 'Свернуть';
}
.read-more-state2 {
	display: none;
}
.read-more-trigger2 {
    cursor: pointer;
    display: inline-block;
    color: #666;
    font-size: .9em;
    line-height: 2;
}
.bonus {
	height: 420px;
	width: auto;
	background: #f4f3f3;
	padding-top: 20px;
	padding-left: 20px;
}
.bonus__title {
	margin-bottom: 20px;
}
.bonus__check {
	color: #5c5c5c;
	margin-bottom: 17px;
	font-weight: 500;
	font-size: 18px;
}
.chekmark {
	margin-right: 10px;
}
.bonus__btn {
	box-shadow: 0 0 6px #00000024;
	padding-top: 12px;
	text-align: center;
	width: 220px;
	height: 50px;
	background: #fff;
	font-weight: 500;
	font-size: 16px;
}
.bonus__btn:hover {
	box-shadow: 0 0 13px #0000007a;
}

/*---TICKET---*/

.ticket {
	padding-top: 30px;
	padding-bottom: 30px;
	background: #f6f5f5;
	height: 580px;
}
.ticket-bg {
	background: url('../img/qwwwwer.jpg')no-repeat;
	background-size: cover;
	height: 520px;
	clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
}
.ticket__free {
	margin-top: 120px;
}
.ticket__free span {
	font-family: 'Georgia';
    font-size: 65.5px;
    color: #1f1f1f;
    text-transform: uppercase;
}
.ticket__title {
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 37px;
    color: #121212;
}
.ticket__btn {
	margin-top: 40px;
	width: 495px;
	height: 60px;
	margin-right: auto;
	font-family: 'Georgia', sans-serif;
    font-weight: 900;
    font-size: 24px;
    color: #fff;
    background: #a687dc;
    text-align: center;
    padding-top: 10px;
}
.ticket__btn:hover {
	box-shadow: 0 0 13px #0000007a;
	color: #fff;
}

/*---ACTIVITY---*/

.activity {
	padding-top: 65px;
	padding-bottom: 90px;
}
.activity h3 {
	text-align: center;
	margin-bottom: 35px;
}
.photo-act {
	position: relative;
}
.photo-act__title {
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #1f1f1f;
	border-bottom: 1px solid transparent;
	width: 330px;
    height: 26px;
}
.photo-act__title1:hover {
	border-bottom: 1px solid #86d0fa;
	color: #86d0fa;
}
.photo-act__title2:hover {
	border-bottom: 1px solid #a687dc;
	color: #a687dc;
}
.photo-act__title3:hover {
	border-bottom: 1px solid #8ed6cb;
	color: #8ed6cb;
}
.photo-act__date {
	color: #fff;
	width: 64px;
	height: 50px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	padding-top: 12px;
}
.photo-act__date1 {
	background: #86d0fa;
}
.photo-act__date2 {
	background: #a687dc;
}
.photo-act__date3 {
	background: #8ed6cb;
}
.photo-act__text {
	color: #b3b2b2;
	margin-top: 48px;
	font-size: 14px;
}
.scale img {
    transition: 1s; 
    display: block;
}
.scale img:hover {
    transform: scale(1.2);
    cursor: pointer;
}
.scale {
	display: inline-block;
    overflow: hidden; 
}

/*---QUESTIONS---*/

.questions {
	padding-top: 45px;
	background: #f6f5f5;
}
.questions img {
	margin-left: -255px;
}
.form {
	text-align: right;
}
.form__title {
	text-transform: uppercase;
	padding-top: 40px;
}
.form__text {
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 26px;
    color: #484141;
    margin-top: 17px;
    margin-bottom: 60px;
}
.phone {
	width: 100%;
	max-width: 570px;
	height: 60px;
	font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #dedcdc;
    box-shadow: 0 0 6px #00000024;
    margin-bottom: 28px;
    border: none !important;
    padding-left: 20px;
}
.form__button {
	min-width: 570px;
	height: 60px;
	font-family: 'Georgia', sans-serif;
    font-weight: 900;
    font-size: 24px;
    color: #fff;
    background: #2d2d2d;
    text-align: center;
    margin-right: auto;
	border: none;
	cursor: pointer;
}
.form__button-login {
	min-width: 100% !important;
}
.form__button:hover {
	box-shadow: 0 0 13px #0000007a;
	color: #fff;
}

/*---TARGET---*/

.target {
	padding-top: 55px;
	padding-bottom: 145px;
}
.target__title {
	text-align: center;
	margin-bottom: 45px;
	margin: 0 auto;
}
.goals {
	width: 270px;
	height: 270px;
	border-radius: 100%;
	position: relative;
}
.bg_question {
	background: url('../img/bg_question.png') no-repeat center right;
	height: 466px;
}
.form {
	text-align: left;
}
.goals__text {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    width: 100%;
    margin: 0 auto;
    bottom: 15px;
    position: absolute;
    width: 201px;
    /* margin: 0 auto; */
    left: 14%;
    text-align: center;
    /* top: -1px; */
    bottom: 32px;
}
.goals__number {
	background: #fff;
	text-align: center;
    font-weight: 700;
    font-size: 24px;
    color: #86d0fa;
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    top: 6px;
    left: 38px;
    padding-top: 8px;
}
.number1 {
	color: #86d0fa;
}
.number2 {
	color: #a687dc;
}
.number3 {
	color: #8ed6cb;
}
.number4 {
	color: #da91c1;
}

/*---FOOTER---*/

.target, .activity, .free, .top-sckool, .section-rectangle {
	background: #fff;
}
.footer {
	padding-top: 30px;
	padding-bottom: 30px;
	background: #e8e8e8;
}
.footer__logo img {
	margin-bottom: 10px;
}
.footer-menu {
	margin-left: 60px;
}
.footer-menu a:hover {
	transition: all 0.5s ease;
	color: #f9420d;
}
.logo-footer__text {
	font-weight: 400;
    font-size: 14px;
    color: #1f1d1d;
}
.footer-menu li {
	font-weight: 400;
    font-size: 16px;
    color: #656464;
}
.menu-left__item li a {
	margin-bottom: 4px;
}

.links-footer {
	display: flex;
    justify-content: space-between;
    width: 325px;
    margin: 0 auto;
}
.links-footer li a i {
	font-size: 33px;
	margin-top: 25px;
}
.links-footer li {
	margin: 0;
}
.icon-title {
	text-transform: uppercase;
	color: #1b1b1b;
	margin-top: 28px;
    text-align: center;
}
.contacs__call-footer {
	margin-left: 0;
	font-weight: 400;
    font-size: 18px;
    color: #656464;
    margin-bottom: 12px;
}
.contacs__email-footer {
	margin-left: 0;
	font-weight: 400;
    font-size: 18px;
    color: #656464;
    margin-bottom: 12px;
}
.map h6 {
	margin-bottom: 25px;
}
.footer__contacs1 {
	display: none;
}

                /*MISSION*/

/*---INTERNATIONAL---*/

.international {
	margin-top: 200px;
	padding-top: 25px;
	padding-bottom: 30px;
	background: url('../img/bg_mission_head.jpg') no-repeat center center;
	background-size: cover;	
}
.international h3 {
	font-family: 'Georgia', sans-serif;
    font-weight: 900;
    font-size: 36px;
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 30px;
}
.quantity {
	text-align: center;
}
.quantity__numeral {
	border-bottom: 4px solid #8ed6cb;
	font-size: 60px;
	font-weight: 900;
	color: #8ed6cb;
	width: 145px;
	height: 77px;
	margin: 0 auto;
}
.quantity__text {
	text-transform: uppercase;
	color: #fff;
	font-size: 36px;
	font-weight: 500;
	text-align: center;
}

/*---NAVI-MISSION---*/

.navi-mission {
	background: #fff;
	padding-top: 25px;
	padding-bottom: 50px;
}
.navi li {
	display: flex;
    align-items: center;
    margin-top: 10px;
}
.navi__breach {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.home a {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	margin-right: 3px;
}
.home a:hover {
	color: #8ed6cb;
	transition: all 0.5s ease;
}
.mission {
	color: #a5a5a5;
	font-size: 14px;
	font-weight: 300;
	margin-left: 3px;
}
.navi__title {
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight: 600;
	font-family: 'Georgia', sans-serif;
}
.navi__text {
	color: #666666;
	font-size: 16px;
	font-weight: 500;
}
.navi__menu a {
	border-bottom: 2px solid transparent;
	color: #272727;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Georgia', sans-serif;
	height: 26px;
}
.navi__menu a:hover {
	border-bottom: 2px solid #8ed6cb;
	transition: all 0.5s ease;
	color: #8ed6cb;
}
.navi__menu img {
	margin-right: 5px;
}
.aducation__text-m {
	margin-bottom: 15px !important;
}
.aducation__text {
	color: #1f1f1f;
	font-size: 18px;
	font-weight: 400;
	margin: 0;
	line-height: 1.4em;
}
.aducation h3 {
	margin-top: 58px;
	margin-bottom: 20px;
	margin-left: 155px;
}

/*---PRINCIPLE---*/

.principle {
	padding-top: 35px;
	padding-bottom: 65px;
	background: #f5f4f4;
}
.principle__title {
	text-align: center;
}
.principle__text {
	text-align: center;
	color: #545353;
	font-size: 24px;
	font-weight: 400;
	margin-top: 10px;
	max-width: 822px;
    margin: auto;
}
.items {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-top: 35px;
}
.items__icon {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	margin-right: 10px;
	color: #fff;
	padding-top: 7px;
	margin-top: 5px;
}
.items__text {
	color: #767676;
	font-size: 16px;
	font-weight: 400;
	max-width: 300px;
	line-height: 1.4em;
}
.color_1 {
	background: #da90c1;
}
.color_2 {
	background: #8ed6cb;
}
.color_3 {
	background: #a686db;
}
.color_4 {
	background: #87d0f9;
}

/*---PROGRAMMS---*/

.programms {
	background: #fff;
	padding-top: 45px;
}
.programms__title {
	max-width: 1100px;
    margin: 0 auto 35px auto;
	text-align: center;
	font-weight: 500;
}
.positive__item {
	color: #54900d;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 10px;
}
.positive__item img {
	margin-right: 5px;
}
.positive {
	margin-left: auto;
    width: 554px;
}
.negative__item {
	color: #f9410c;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 10px;
}
.negative {
	width: 524px;
}
.bg-kids {
	background: url('../img/bg_programm.png') no-repeat center left;
	height: 469px;
}

/*---DEVELOPMENT---*/

.development {
	padding-top: 55px;
	padding-bottom: 55px;
	background: url('../img/bg_development.jpg') no-repeat center center;
	background-size: cover;
}
.develop {
	max-width: 1030px;
	height: 420px;
	background: #fff;
	opacity: 0.7;
	margin: 0 auto;
	padding: 30px 40px 0 30px;
}
.develop__title {
	text-align: center;
	margin-bottom: 25px;
}
.develop__text {
	margin: 0;
	text-align: center;
	color: #161616;
	font-size: 21px;
	font-weight: 400;
}

/*---METHODOLOGY---*/

.methodology {
	background: #fff;
	padding-top: 25px;
	padding-bottom: 50px;
}
.methodology__title {
	text-align: center;
	margin-bottom: 35px;
}
.method {
	width: 671px;
    margin-left: auto;
}
.method__item {
	color: #1f1f1f;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 2px;
}
.method__item img {
	margin-right: 5px;
}
.bg_method {
	background: url('../img/bg_method.jpg') no-repeat center left;
	height: 362px;
}

/*---PRINCIPLE---*/

.exams h3, 
.rectangle1,
.rectangle2,
.rectangle3,
.rectangle4,
.tablinks,
.top-sckool__title,
.top-sckool__text,
.slide1,
.slide2,
.slide3,
.slide4,
.slide5,
.slide6,
.comunication-bg,
.comunication__list,
.goals,
.positive,
.negative,
.odj__title,
.odj__text,
.bg-kids,
.programms__title,
.lessons__list,
.lessons__list3,
.attention__ttile1,
.attention__ttile2,
.principle__text,
.ticket__free,
.items,
.principle__title,
.opportunity,
.teachers, 
.package,
.bg_teacher,
.ex__title,
.kids__list,
.comunication2-bg,
.bussines__item,
.bg_future,
.admission__title,
.admission__text,
.stage,
.future__text, .future__title,
.candidate-right,
.candidate-left,
.odject__items,
.ticket__free,
.ticket-bg,
.conditions__title,
.exams-child {
	opacity: 0;
}
.object {
	padding-top: 35px;
	padding-bottom: 65px;
	background: #f5f4f4;
}
.odj__title {
	text-align: center;
}
.odj__text {
	text-align: center;
	color: #545353;
	font-size: 24px;
	font-weight: 400;
	margin-top: 10px;
    margin: auto;
    margin-bottom: 30px;
}
.odject__items {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	height: 100px;
}
.odject__icon {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	margin-right: 10px;
	color: #fff;
	padding-top: 7px;
	margin-top: 5px;
}
.odject__text {
	color: #767676;
	font-size: 13px;
	font-weight: 400;
	max-width: 200px;
	line-height: 1.2em;
}
.color_1 {
	background: #da90c1;
}
.color_2 {
	background: #8ed6cb;
}
.color_3 {
	background: #a686db;
}
.color_4 {
	background: #87d0f9;
}
.color_5 {
	background: #f6d4a1;
}

/*---ATTENTION---*/

.attention {
	padding-top: 55px;
	padding-bottom: 55px;
	background: #fff;
}
.attention__ttile1 {
	text-align: center;
	max-width: 963px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.lessons__list {
	margin-top: 25px;
}
.lessons__item {
	color: #54900d;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 7px;
}
.lessons__list3 {
	padding-left: 40px;
	margin-top: 25px;
}
.attention__ttile2 {
	text-align: center;
}

/*---COMMUNICATION---*/

.comunication {
	padding-top: 30px;
	padding-bottom: 30px;
	background: #f6f5f5;
}
.comunication-bg {
	background: url('../img/qerwrwr.jpg')no-repeat;
	background-size: cover;
	height: 450px;
	clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
}
.comunication__title {
	font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-align: center;
    font-size: 37px;
    color: #121212;
    margin-top: 45px;
    margin-bottom: 15px;
}
.comunication__text {
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #767676;
    text-align: left;
}
.comunication__item img {
	margin-right: 5px;
}
.comunication__help {
	/* width: 292px; */
    margin-right: auto;
}
.comunication__list {
	max-width: 570px;
}

/*---PROSPECTS---*/

.prospects {
	background: #fff;
	padding-top: 45px;
	padding-bottom: 65px;
}
.bg_perspective {
	background: url('../img/bg_perspective.jpg') no-repeat center left;
	height: 360px;
}
.prospects h3 {
	margin-bottom: 25px;
	text-align: center;
}
.prospects__text {
	font-weight: 400;
    font-size: 16px;
    color: #1f1f1f;
    margin-top: 50px;
    margin-bottom: 0;
}
.prospects__text2 {
	font-weight: 700;
    font-size: 22px;
    color: #1f1f1f;
    text-transform: uppercase;
}
.prospect {
	width: 692px;
    margin-left: auto;
}
.fab {
    font-family: Font Awesome\ 5 Brands !important;
}
.burger {
	text-align: center;
	margin-bottom: 23px;
}
.burger i {
	font-size: 35px;
	color: #5a5a5a;
}
.burger i:hover {
	cursor: pointer;
	color: #3ce123;
}
.x {
	color: #000;
	text-align: right;
    right: 0;
    top: 12px;
    right: 8px;
    font-size: 28px;
}

				/*Vacancy*/

/*Vacancy-International*/

.vacancy-international {
	margin-top: 200px;
	padding-top: 25px;
	padding-bottom: 30px;
	background: url('../img/bg-vacancy.jpg') no-repeat center center;
	background-size: cover;	
}

/*Earnings*/

.earnings {
	padding-top: 25px;
	padding-bottom: 40px;
}
.earnings__title {
	font-weight: 700;
    font-size: 24px;
    color: #1f1f1f;
    max-width: 770px;
    margin-left: auto;
    margin-top: 20px;
}
.earnings__text {
	font-weight: 400;
    font-size: 16px;
    color: #1f1f1f;
    margin: 0;
    max-width: 770px;
    margin-left: auto;
    line-height: 1.3em;
}
.bg_earnings {
	background: url('../img/earnings_img.jpg') no-repeat center left;	
	height: 570px;
	margin-top: 115px;
}
.earnings-navi__breach {
	max-width: 770px;
    margin-left: auto;
}

/*Conditions*/

.conditions {
	padding-top: 40px;
	padding-bottom: 45px;
	background: #f5f4f4;
}
.conditions__title {
	max-width: 710px;
	margin: 0 auto;
	margin-bottom: 50px;
	text-align: center;
}
.candidate {
	margin-bottom: 30px;
}
.candidate__title {
	font-weight: 700;
    color: #1f1f1f;
    margin-bottom: 30px;
}
.candidate__list li {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 15px;
}
.candidate__list img {
	margin-right: 5px;
	height: 15px;
	margin-top: 5px;
}

/*Teacher*/

.teacher {
	padding-top: 60px;
	padding-bottom: 80px;
}
.teachers {
	max-width: 560px;
	margin-left: auto;
}
.bg_teacher {
	background: url('../img/teachers_img.jpg') no-repeat center left;	
	height: 350px;
}

             /*Conditions*/

/*Conditions-international*/

.conditions-international {
	margin-top: 200px;
	padding-top: 25px;
	padding-bottom: 30px;
	background: url('../img/bg_conditions.jpg') no-repeat center center;
	background-size: cover;	
}

/*Reception*/

.reception {
	padding-bottom: 60px;
}
.bg_reception {
	background: url(../img/commission_img.jpg) no-repeat center left;
    height: 390px;
}
.reception-navi__breach {
	max-width: 1830px;
	margin-left: auto;
}
.reception__title {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 25px;
}
.reception__desc {
	margin-top: 20px;
}
.reception__text {
	margin-top: 20px;
	font-weight: 400;
    font-size: 16px;
    color: #1f1f1f;
    margin: 0;
    max-width: 770px;
    margin-left: auto;
    line-height: 1.3em;
}

/*Admission*/

.admission {
	padding-top: 60px;
	padding-bottom: 85px;
	background: #f6f5f5;
}
.admission__title {
	text-align: center;
}
.admission__text {
	text-align: center;
	font-weight: 500;
    font-size: 26px;
    margin-bottom: 45px;
}
.admission__line {
	height: 2px;
	background: #dcdcdc;
	width: 96%;
}
.stage {
	margin-top: -17px;
}
.stage__number {
	width: 33px;
	height: 33px;
	border-radius: 100%;
	color: #fff;
	text-align: center;
	font-weight: 700;
	padding-top: 5px;
}
.stage__title {
	font-weight: 700;
	margin: 0;
	margin-top: 9px;
}
.stage__text {
	font-weight: 400;
    font-size: 14px;
    color: #656161;
    width: 239px;
}
.number1-bg {
	background: #86d0fa;
}
.number2-bg {
	background: #a687dc;
}
.number3-bg {
	background: #8ed6cb;
}

/*Future*/

.future {
	padding-top: 75px;
}
.bg_future {
	background: url(../img/future_img.png) no-repeat center right;
	height: 424px;
}
.future .form {
	margin-top: 60px;
	max-width: 600px;
}
.phone2, .name, .email {
    width: 570px;
    height: 60px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #dedcdc;
    box-shadow: 0 0 6px #00000024;
    margin-bottom: 15px;
    border: none !important;
    padding-left: 20px;
}
.future .form__button {
	margin-top: 20px;
}
.future__text {
	font-weight: 500;
    font-size: 26px;
    text-align: center;
    margin-bottom: 0;
    margin-top: 15px;
}
.future__title {
	max-width: 830px;
	margin: 0 auto;
	text-align: center;
}

/*News-International*/

.news-international {
	padding-top: 95px;
	padding-bottom: 95px;
	margin-top: 200px;
    background: url(../img/bg_news.jpg) no-repeat center center;
    background-size: cover;
}
.news-international h3 {
	font-size: 60px;
}

/*News*/

.calendar {
	width: 270px;
	height: 260px;
	box-shadow: 0 0 6px #aba4a4a3;
	padding-top: 7px;
	padding-left: 6px;
	padding-right: 6px;
	margin-top: 35px;
}
.calendar__date div {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.calendar__title h5 {
	color: #8ed6cb;
	text-align: center;
	margin-bottom: 0;
	font-weight: 600;
	margin-bottom: 5px;
}
.calendar__title {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.news__text {
	margin-top: 10px;
	line-height: 1.2em;
}
.calendar__arrow-left {
	height: 15px;
	width: 25px;
	margin-right: auto;
	background: url('../img/arrow_blue_left.png') no-repeat center center;
}
.calendar__arrow-right {
	height: 15px;
	width: 25px;
	margin-left: auto;
	background: url('../img/arrow_blue.png') no-repeat center center;
}
.calendar__number {
	color: #b3b4b4;
	text-align: center;
	font-weight: 500;
    font-size: 16px;
    width: 27px;
    height: 27px;
    border: 1px solid #dcdcdc;
    padding-top: 1.4px;
}
.calendar__date div {
	margin-top: 10px;
	justify-content: space-between;
}
.calendar__number:hover {
	color: #8ed6cb;
	border: 1px solid #8ed6cb;
}
.second {
	width: 105px;
}
.news__activity {
	margin-top: 50px;
}
.scale__news {
	width: 100%;
}
.scale__date {
	width: 100px;
	height: 80px;
	font-weight: 500;
    font-size: 25px;
    padding-top: 18px;
}
.scale__text {
	margin-top: 7px;
}
.news-photo {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.news-photo img {
	max-width: 410px;
}
.pagination {
	margin-top: 45px;
}
.pagination__nav {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	margin: 0 auto;
}
.pagination__number {
	font-size: 18px;
	font-weight: 500;
	color: #ace1d9;
	border-bottom: 1px solid transparent;
	height: 23px;
	margin-left: 8px;
	margin-right: 8px;
}
.pagination__number:hover {
	border-bottom: 2px solid #ace1d9;
	color: #ace1d9;
}

			/*Good*/

/*Good-International*/

.good-international {
	background: url(../img/bg_good.jpg) no-repeat center center;
    background-size: cover;
}
.good-international h3 {
	font-size: 48px;
}
.line-blue {
	max-width: 1000px;
	height: 3px;
	background: #8ed6cb;
	margin: 0 auto;
}
.good__text {
	font-family: 'Georgia', sans-serif;
	font-size: 36px;
	font-weight: 900;
	text-align: center;
	color: #fff;
	margin-top: 50px;
}

/*Reception*/

.good__title {
	text-align: center;
	margin-bottom: 40px;
}
.good__desc {
	margin-top: 0;
}
.bg-good {
    background: url(../img/good_img.jpg) no-repeat center left;
    height: 362px;
}
.good__text2 {
	max-width: 555px;
	margin-top: 0;
	font-size: 25px;
}

/*Admission*/

.good-admission {
	padding-bottom: 40px;
}
.admission__title {
	margin-bottom: 55px;
}
.adm-text {
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	margin-top: 40px;
}

/*Good-List*/

.good-list {
	padding-top: 50px;
	padding-bottom: 40px;
}
.scale__news img {
	width: 330px;
	height: 330px;
}
.list__title {
	text-align: center;
}
.bussines__item {
	display: flex;
	margin-bottom: 9px;
}
.bussines__item img {
	height: 15px;
	margin-top: 3px;
	margin-right: 8px;
}
.bussines__img {
	margin-top: 40px;
}
.list__title {
	margin-bottom: 30px;
}

/*Kids*/

.kids-bg {
	background: url(../img/bg_good_delo.jpg)no-repeat;
    background-size: cover;
    height: 450px;
}
.Kids-bg-mob {
	background: url(../img/1.jpg)no-repeat;
    background-size: cover;
    height: 230px;
}
.kids__list {
	max-width: 417px;
	text-align: right;
}
.kids__title {
	margin-top: 90px;
	margin-bottom: 25px;
}
.kids__text {
	max-width: 310px;
    margin-left: auto;
}

/*Good Bussines*/

.good-bussines {
	padding-top: 30px;
	padding-bottom: 30px;
}
.good-bussines__title {
	text-align: center;
	margin-bottom: 25px;
}
.btn-more {
	margin-top: 25px;
	width: 260px;
	height: 50px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	padding-top: 11px;
	border: 1px solid #000;
	margin: 25px auto 0;
}

			/*Cooperation*/

/*Cooperation-International*/

.cooperation-international {
	background: url(../img/bg_cooperation.jpg) no-repeat center center;
    background-size: cover;
}
.cooperation-international h3 {
	font-size: 48px;
}

/*Tasks*/

.tasks {
	padding-bottom: 0;
}
.task__title {
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 22px;
}
.task__item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-top: 4px;
	line-height: 1.4em;
}
.task__item img {
	height: 15px;
    margin-top: 3px;
    margin-right: 8px;
}
.bg_tasks {
	margin-bottom: -22px;
}

/*Comunication2*/

.comunication2-bg {
	background: url(../img/bg_communication.jpg)no-repeat center right;
    background-size: cover;
    height: 450px;
}
.comunication2__text {
	max-width: 488px;
    margin-left: auto;
}
.comunication2-bg-mob {
	background: url(../img/2.jpg)no-repeat center right;
    background-size: cover;
    height: 230px;
}

/*Exchange*/

.ex__item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-top: 4px;
	line-height: 1.4em;
}
.ex__item img {
	height: 15px;
    margin-top: 3px;
    margin-right: 8px;
}
.ex__title {
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 22px;
}
.ex {
	max-width: 775px;
    margin-left: auto;
}
.exchange__desc {
	max-width: 775px;
    margin-left: auto;
}
.exchange__text {
	max-width: 652px;
	margin-left: 0;
}

/*Internship*/

.grants {
	padding-bottom: 80px;
}
.internship {
	padding-top: 55px;
    padding-bottom: 55px;
    background: url(../img/internship_img.jpg) no-repeat center center;
    background-size: cover;
}
.grants__text {
	margin-right: auto;
	margin-left: 0;
	font-size: 18px;
}

	/*Camp*/

/*Record-International*/

.record-international {
	background: url(../img/bg_record.jpg) no-repeat center center;
	padding-bottom: 80px;
	background-size: cover;
}
.record-international h1 {
	margin-bottom: 50px;
    margin-top: 30px;
    text-align: center;
}
.rec {
	margin: auto;
	width: 370px;
	height: 75px;
	font-family: 'Georgia';
	font-size: 24px;
	font-weight: 800;
	background: #fff;
	text-align: center;
	padding-top: 17px;
}

/*Iinvitation*/

.invitation {
	padding-top: 30px;
	padding-bottom: 45px;
}
.invitation__title {
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
}
.invitation__text {
	margin-top: 15px;
	text-align: center;
	max-width: 580px;
	margin: 0 auto;
}

/*Iinvitation*/

.benefit {
	background: url(../img/bg-benefit.png) no-repeat center center;
	background-size: cover;
}

/*Atmosphere*/

.bg-atmosphere {
	background: url(../img/atmosphere_img.jpg) no-repeat center left;
    height: 362px;
}
.atmosphere__text {
	font-size: 28px;
	color: #1f1f1f;
	max-width: 480px;
	margin-left: 0;
}

/*Parents*/

.parents .ex__item div {
	max-width: 500px;
}

/*Cost*/

.cost {
	padding-bottom: 30px;
	padding-top: 30px;
	background: #f5f4f4;
}
.package {
	margin: 0 auto;
	width: 340px;
	height: 440px;
	background: #fff;
	text-align: center;
	padding: 27px 12px 30px 12px;
	box-shadow: 0 0 7px #cac4c4ab;
	margin-top: 15px;
	margin-bottom: 15px;
	transition: all 0.5s ease;
}
.package-recomend {
	border: 2px solid #36b1fc;
}
.recomend {
	width: 60px;
	height: 60px;
	margin-right: 8px;
	margin-top: 8px;
	background: url('../img/cool.png') no-repeat center center;
	background-size: cover;
	position: absolute;
	right: 0;
	top: 0;
}
.package:hover {
	width: 370px;
	height: 470px;
	cursor: pointer;
	margin-top: 0;
	margin-bottom: 0;
	transition: all 0.5s ease;
}
.package__title {
	font-size: 23px;
	font-weight: 600;
	text-align: center;
}
.package__text {
	font-size: 20px;
	font-weight: 500;
	text-align: center;
}
.package__img {
	margin-top: 20px;
	width: 100%;
}
.package__cost {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 15px;
	margin-top: 15px;
}
.package__order {
	width: 245px;
	height: 50px;
	margin: 0 auto;
	
	background: transparent;
	padding-top: 11px;
	font-weight: 500;
}
.order1 {
	border: 1px solid #8ed6cb;
	color: #8ed6cb;
}
.order1:hover {
	border: 1px solid #8ed6cb;
	color: #8ed6cb;
}
.order2 {
	border: 1px solid #a686db;
	color: #a686db;
}
.order2:hover {
	border: 1px solid #a686db;
	color: #a686db;
}
.order3 {
	border: 1px solid #da90c1;
	color: #da90c1;
}
.order3:hover {
	border: 1px solid #da90c1;
	color: #da90c1;
}
.order4 {
	border: 1px solid #b8db86;
	color: #b8db86;
}
.order4:hover {
	border: 1px solid #b8db86;
	color: #b8db86;
}
.order5 {
	border: 1px solid #f9c38f;
	color: #f9c38f;
}
.order5:hover {
	border: 1px solid #f9c38f;
	color: #f9c38f;
}
.cost_color1 {
	color: #8ed6cb;
}
.cost_color2 {
	color: #a686db;
}
.cost_color3 {
	color: #da90c1;
}
.cost_color4 {
	color: #b8db86;
}
.cost_color5 {
	color: #f9c38f;
}
.cost h3 {
	text-align: center;
}
.cost__description {
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	max-width: 985px;
	margin: 15px auto 0;
}

/*Try-it*/

.try-it {
	padding-top: 30px;
	padding-bottom: 55px;
}
.try-it h3 {
	text-align: center;
	margin-bottom: 45px;
}
.demand {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: flex-end;
}
.demand__text {
	font-size: 24px;
	font-weight: 500;
	color: #1f1f1f;
}
.demand__text a {
	border-bottom: 2px solid #000;
    height: 35px;
    width: fit-content;
}
.demand__number {
	font-size: 100px;
	font-weight: 700;
	margin-right: 25px;
}
.demand__number {
	line-height: 1.3em;
}
.container-bottom {
	margin-top: 45px;
	padding-top: 25px;
	padding-bottom: 25px;
	background-size: cover !important;
	background: url('../img/bg_try.jpg') no-repeat center center;
}
.container-bottom p {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 45px;
	font-size: 26px;
}
.container-bottom h2 {
	text-align: center;
}
.container-bottom .ex__item {
	margin-bottom: 20px;
}

				/*School*/

/*international-school*/

.international-school {
	background: url(../img/bg_school.jpg) no-repeat center center;
	background-size: cover;
}

/*section-rectangle-school*/

.section-rectangle-school {
	padding: 25px 0;
}
.section-rectangle-school .navi__breach {
	margin-bottom: 25px;
}
.section-rectangle-school .rectangle__overlay1 a {
	width: fit-content;
}
.section-rectangle-school .rectangle__overlay2 a {
	width: fit-content;
}
.section-rectangle-school .rectangle__overlay3 a {
	width: fit-content;
}
.section-rectangle-school .rectangle__overlay4 a {
	width: fit-content;
}
.section-rectangle-school .rectangle__overlay2 a {
	margin-top: 40px;
}

/*Work*/

.work__item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-top: 4px;
    line-height: 1.4em;
    margin-bottom: 15px;
}
.work__item img {
	height: 15px;
    margin-top: 3px;
    margin-right: 8px;
}
.ex2 {
	margin-top: 68px;
}

/*Direction*/

.direction {
	padding-top: 35px;
	padding-bottom: 75px;
	background: #f5f4f4;
}
.direction h3 {
	text-align: center;
}
.subject {
	padding: 20px 12px 0 12px;
	height: 505px;
	width: 90%;
	margin: 0 auto;
	background: #fff;
	text-align: center;
	box-shadow: 0 0 7px #cac4c4ab !important;
	position: relative;
	margin-bottom: 15px;
	margin-top: 15px;
}
.subject:hover {
	margin-bottom: 0;
	margin-top: 0;
	width: 100%;
	height: 535px;
	cursor: pointer;
    transition: all 0.5s ease;
}
.subject__title {
	height: 47px;
}
.subject__age {
	font-size: 20px;
	font-weight: 500;
	color: #575757;
	margin-bottom: 15px;
}
.subject__btn {
	font-size: 18px;
    font-weight: 700;
    color: #fff;
    width: 100%;
    height: 50px;
    padding-top: 11px;
    background: #8ed6cb;
    left: 0;
    bottom: 0;
    position: absolute;
    margin-bottom: auto;
    border: 2px solid transparent;
}
.subject__photo {
	width: 100%;
}
.subject__text {
	margin-top: 20px;
	font-size: 16px;
	font-weight: 400;
	color: #575757;
}
.subject__color1 {
	color: #8ed6cb;
}
.subject__color2 {
	color: #a686db;
}
.subject__color3 {
	color: #87d0f9;
}
.subject__color4 {
	color: #da90c1;
}
.subject__color5 {
	color: #b8db86;
}
.subject__color6 {
	color: #f9bf87;
}
.subject__color7 {
	color: #5aa2e0;
}
.subject__color8 {
	color: #e9c001;
}
.subject-bg1 {
	background: #8ed6cb;
}
.subject-bg2 {
	background: #a686db;
}
.subject-bg3 {
	background: #87d0f9;
}
.subject-bg4 {
	background: #da90c1;
}
.subject-bg5 {
	background: #b8db86;
}
.subject-bg6 {
	background: #f9bf87;
}
.subject-bg7 {
	background: #5aa2e0;
}
.subject-bg8 {
	background: #e9c001;
}
.subject__hover1:hover {
	color: #8ed6cb;
	background: #fff;
	border: 2px solid #8ed6cb;
}
.subject__hover2:hover {
	color: #a686db;
	background: #fff;
	border: 2px solid #a686db;
}
.subject__hover3:hover {
	color: #87d0f9;
	background: #fff;
	border: 2px solid #87d0f9;
}
.subject__hover4:hover {
	color: #da90c1;
	background: #fff;
	border: 2px solid #da90c1;
}
.subject__hover5:hover {
	color: #b8db86;
	background: #fff;
	border: 2px solid #b8db86;
}
.subject__hover6:hover {
	color: #f9bf87;
	background: #fff;
	border: 2px solid #f9bf87;
}
.subject__hover7:hover {
	color: #5aa2e0;
	background: #fff;
	border: 2px solid #5aa2e0;
}
.subject__hover8:hover {
	color: #e9c001;
	background: #fff;
	border: 2px solid #e9c001;
}

/*parent-training*/

.bg_parent-training img {
	width: 100%;
}
.train__title {
	font-size: 24px;
	font-weight: 700;
}
.train__text {
	font-size: 18px;
	color: #3d3d3d;
    line-height: 1.25em;
}
.train__btn {
	text-decoration: underline;
	    color: #4ea6d8;
}
.train__btn:hover {
	text-decoration: underline;
	    color: #4ea6d8;
}

/*tutoring*/

.tutoring-bg {
	background: url(../img/bg_recipe.jpg)no-repeat center right;
    background-size: cover;
    height: 450px;
}
.tutoring__title {
	text-align: center;
}
.tutoring__text {
	text-align: center;
}
.tutoring__help {
	margin: 0 auto;
	max-width: 303px;
}
.comunication__text2 {
	width: 142%;
    position: absolute;
    text-align: center;
    top: 74%;
    left: -40%;
}
.train__btn {
	margin-top: 92px;
}

/*lessons*/

.lessons .ex {
	margin-top: 0;
}
.lessons .train__btn {
	margin-top: 30px;
	max-width: 162px;
	margin: 30px auto 0;
}
.lessons .lessons__text {
	line-height: 1.1em;
	
}
.lessons .work__item {
	margin-bottom: 7px;
}
.lessons .work__list {
	margin: 0 auto;
    max-width: 180px;
}

/*tutoring*/

.tutor {
	background: url(../img/bg_tutoring.jpg) no-repeat center center;
    background-size: cover;
}
.develop__text2 {
	text-align: center;
	font-weight: 800;
	color: #000;
	margin-top: 25px;
	font-size: 20px;
}
.tutor .develop {
	height: auto;
	padding-bottom: 15px;
}

/*prog-try-it*/

.prog-try-it .ex__item {
	margin-bottom: 10px;
}

			/*cost-of-education*/

/*international-education*/

.international-education {
	background: url('../img/bg_cost.jpg') no-repeat center center;
	background-size: cover;
}
.international-education h2 {
	font-family: serif;
	text-align: center;
	color: #fff;
}

/*prices*/

.prices {
	padding-top: 44px;
	padding-bottom: 22px;
}
.prices-btn a {
	border: 2px solid transparent;
	width: 270px;
	height: 70px;
	margin: 0 auto;
	text-align: center;
	font-family: 'Georgia';
	font-weight: 900;
	font-size: 20px;
	padding-top: 17px;
	color: #fff;
}
.prices p {
	font-size: 24px;
	color: #7e7e7e;
	text-align: center;
}
.prices h3 {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 10px;
}

/*serv*/

.serv {
	background: #f5f4f4;
	padding-bottom: 36px;
}
.serv .subject__title {
	text-transform: uppercase;
	font-weight: 700;
}
.subject__icon1 {
	background: url('../img/cost_icon1.png') no-repeat center center;
	width: 30px;
	margin-right: 5px;
}
.subject__icon2 {
	background: url('../img/cost_icon2.png') no-repeat center center;
	width: 30px;
	margin-right: 5px;
}
.subject__icon3 {
	background: url('../img/cost_icon3.png') no-repeat center center;
	width: 30px;
	margin-right: 5px;
}
.subject__icon4 {
	background: url('../img/cost_icon4.png') no-repeat center center;
	width: 30px;
	margin-right: 5px;
}
.subject__desc {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 5px;
}
.subject__desc span {
	font-size: 15px;
}
.serv .subject__title {
	height: 20px;
}
.serv .subject__photo {
	margin-bottom: 30px;
}
.height {
	height: 115px;
}
.serv__btn {
	width: 188px;
	height: 53px;
	border: 1px solid #8ed6cb;
	color: #8ed6cb;
	font-size: 20px;
	font-weight: 700;
	padding-top: 9px;
	background: transparent;
	text-align: center;
	margin: 0 auto;
}
.serv__btn:hover {
	background: #8ed6cb;
	color: #fff;
}
.serv__text {
	font-size: 16px;
	color: #828282;
	margin-top: 55px;
}
.serv__text span {
	color: #fd3131;
	display: initial;
	font-size: 16px;
	font-weight: 700;
}
.serv2 {
	background: #fff;
}
.serv2 .subject__title {
	text-transform: capitalize;
}
.serv2 .serv__btn {
	width: 265px;
	height: 53px;
	border: 1px solid #a686db;
	color: #a686db;
	font-size: 20px;
	font-weight: 700;
	padding-top: 9px;
	background: transparent;
	text-align: center;
	margin: 0 auto;
}
.serv2 .serv__btn:hover {
	background: #a686db;
	color: #fff;
}

/*for-adults*/

.for-adults {
	background: #f5f4f4;
	padding-top: 25px;
	padding-bottom: 35px;
}
.together {
	position: relative;
	background: #fff;
	width: 100%;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 20px;
	height: 420px;
	box-shadow: 0 0 7px #cac4c4ab;
}
.sentence {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.together h6 {
	margin-bottom: 33px;
	text-align: center;
	color: #87d0f9
}
.eight {
	position: absolute;
	background: url('../img/triagle.png') no-repeat center left;
	top: 0;
    width: 80px;
    height: 80px;
    left: 0;
    padding-top: 15px;
    padding-left: 15px;
    font-size: 18px;
    font-weight: 600;
}
.for-adults .serv__btn {
	margin-bottom: 25px;
}
.together__btn {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background: #87d0f9;
}
.sentence__text {
	max-width: 530px;
}
.sentence__img {
	margin-left: auto;
}
.together .package__cost {
	margin-top: 30px;
}
.together__btn a {
	height: 100%;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	padding-top: 11px;
}
.together__btn a:hover {
	color: #87d0f9;
	background: #fff;
	border: 2px solid #87d0f9;
}

			/*learn-more*/

/*free-classes*/

.free-classes {
	padding-top: 27px;
}
.free-classes__img {
	width: 100%;
}
.free-classes h3 {
	margin-top: 30px;
}
.free-classes h6 {
	font-weight: 700;
	margin-top: 30px;
	margin-bottom: 10px;
}
.classes__info h4 {
	margin-bottom: 15px;
	font-weight: 700;
}
.classes__info {
	width: 100%;
	height: 200px;
	margin-top: 40px;
	padding: 20px 30px 0 20px;
	background: #e8e8e8;
}
.classes__info p {
	color: #3e3e3e;
	display: inherit;
	font-weight: 500;
}
.classes__info a {
	text-decoration: underline;
	color: #275ef3;
	font-weight: 500 !important;
	text-transform: uppercase;
	display: contents;
}
.classes__info a:hover {
	text-decoration: underline;
	color: #275ef3;
	font-weight: 500;
	text-transform: uppercase;
}
.direct {
	width: 300px;
	margin-left: auto;
	text-align: left;
	position: relative;
}
.direct__title {
	margin-bottom: 15px;
	margin-top: 0 !important;
}
.direct__item {
	    margin-bottom: 12px;
    color: #696767;
    font-size: 18px;
    font-weight: 500;
}
.direct__text {
	color: #000;
	font-size: 14px;
	margin-bottom: 4px;
}
.direct__text-desc {
	color: #000;
	font-size: 14px;
	margin-bottom: 4px;
	margin-top: 15px;
}
.line {
	height: 507px;
	width: 1px;
	background: #ddf3ef;
	position: absolute;
	left: 38px;
}

/*question*/

.question {
	padding-top: 35px;
}
.question h3 {
	margin-bottom: 25px;
	text-align: center;
}
.tab input, .tab-content { 
	display: none; 
}
.tab {
	border: 1px solid #8ed6cb;
	color: #1f1f1f;
	margin-bottom: 15px;
}
.tab-title {
	font-size: 24px;
	padding-top: 10px;
	padding-left: 15px;
	display: block;
	padding-right: 15px;
	font-weight: 500; 
	cursor: pointer; 
	    position: relative;
}
.tab-title::after {
	content: url(../img/arrow_bottom.png);
    float: right;
    position: absolute;
    right: 16px;
    top: 6px;
}
.tab-content {
	padding-left: 15px;
	padding-right: 20px;
}
.tab :checked + .tab-title {
	background-color: transparent; 
	color: #1f1f1f; 
}
.tab :checked + .tab-title::after {
	content: url('../img/arrow_right.png'); 
}
.tab :checked ~ .tab-content {
	display: block;
}
.tab h4 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 10px;
	    width: fit-content;
}
.tab :checked + .tab-title h4 {
	padding-bottom: 10px;
	border-bottom: 1px solid #8ed6cb;
}
.less-try-it {
	padding-top: 0;
}
.less-try-it .container-bottom .ex__item {
    margin-bottom: 8px;
}
				
/*question*/

.titles__1 {
	font-size: 26px;
	font-weight: 700;
	color: #8ed6cb;
}
.titles__2 {
	font-size: 20px;
	font-weight: 500;
	color: #f9410c;
}
.titles {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-top: 40px;
	justify-content: space-between;
}
.titles2 {
	margin-left: auto;
    max-width: 365px;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.direct__title2 {
	margin-left: auto;
    max-width: 365px;
}
.kids-camp {
	height: 90px;
	width: 100%;
	background: #e8e8e8;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding-right: 25px;
	padding-left: 10px;
	margin-bottom: 55px;
}
.cost-of__direct {
	position: relative;
}
.line2 {
	left: 38px;
    margin-top: -30px;
    height: 132%;
}
.logo2 img {
	margin-top: 8px;
}
.logo2 {
	margin-right: 10px;
}
.kids-camp p {
	font-size: 16px;
	font-weight: 500;
	color: #f9410c;
	padding-top: 23px;
	text-transform: uppercase;
}
.cost-of .direct__item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	max-width: 400px;
    margin-left: auto;
}
.cost-of .direct__txt {
	font-size: 14px;
	border-bottom: 1px solid #c6eae5;
}
.cost-of .direct__txt p {
	margin: 0;
}
.cost-of .direct__item img {
	height: 20px;
	width: 20px;
	margin-right: 15px;
}
.direct__txt {
	color: #080808cf;
    font-weight: 500;
}
.direct__txt p {
	color: #bebebe;
}
.txt-bottom p {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	font-size: 14px;
	font-weight: 600;
}
.txt-bottom {
	margin-left: auto;
    max-width: 365px;
    margin-top: 80px;
}
.txt-bottom span {
	color: #ff0000;
	font-weight: 700;
	margin-right: 4px;
}
.direct__list2 .direct__txt {
	border-bottom: none;
}
.cost-of__direct {
	width: auto;
}
.cost-tabs { 
	width: 100%; 
	padding: 0px; 
	margin: 0 auto; 
	margin-top: 25px;
}
.cost-tabs>input { 
	display: none; 
}
.cost-tabs>div {
    display: none;
    color: #939393;
    padding: 12px;
    padding-left: 0;
    background: #FFFFFF;
}
.cost-tabs>label {
    display: inline-block;
    padding: 7px;
    margin: 0 -5px -1px 0;
    text-align: center;
    color: #000;
     font-weight: 600;
    border: 1px solid #d0d0d0;
    background: #e8e8e8;
    cursor: pointer;
}
.cost-tabs>input:checked + label {
    color: #8ed6cb;
    font-weight: 600;
    border: 1px solid #C0C0C0;
    border-bottom: 1px solid #d0d0d0;
    background: #FFFFFF;
}
#cost-tab_1:checked ~ #txt_1,
#cost-tab_2:checked ~ #txt_2,
#cost-tab_3:checked ~ #txt_3,
#cost-tab_4:checked ~ #txt_4 { 
	display: block; 
}

/* kids camp */

.upper {
	text-transform: uppercase;
}
.kids-camp-fon-section {
	background: url(../img/kids-camp-sum/kids-kamp-fon.png) no-repeat center center;
	padding-bottom: 80px;
	margin-top: 200px;
	padding-top: 25px;
}
.kids__camp_box_header {
	font-size: 56px;
	font-weight: 800;
	margin-top: 50px;
	margin-bottom: 30px;
	color: red;
}
.kids__camp_box_header span {
	font-family: 'Montserrat';
	display: inline;
}
.kids__camp_box_header_h2 {
	font-family: 'Georgia', sans-serif;
	font-size: 35px;
	font-weight: 700;
	color: #AA60CA;
	margin-top: 20px;
}
.kids__camp_box_header_h2_additionally {
	font-family: 'Georgia', sans-serif;
	font-size: 28px;
	font-weight: 100;
	color: #000;
	margin: 30px auto 50px auto;
}
.kids__camp_btn_offer {
	padding-top: 20px;
	/* margin-bottom: 40px; */
}
.kids__camp_btn_offer:hover {
	color:rgba(108, 120, 132, 1);
}
.kids__camp_additionally_box {
	margin-top: 50px;
}
.kids__camp_additionally_box_text1 {
	font-size: 23px;
	font-weight: 700;
	color: #000;
}
.kids__camp_btn_offer {
	background: #ffcb30;
	color: white;
}
.kids__camp_additionally_box_text2 {
	font-size: 23px;
	font-weight: 700;
	color: #000;
	margin-top: 15px;
}
.kids__camp_additionally_box_text3 {
	margin-top:-5px;
	font-size: 14px;
	font-weight: 400;
}
.kids__camp_additionally_box_text4 {
	font-size: 23px;
	font-weight: 700;
	color: #f9420d;
	margin-bottom: 30px;
}
.kids-camp-benefit {
	background: url(../img/kids-camp-sum/kids-camp-benefit-fon.png) no-repeat center center;
}
.kids__camp_benefit_head {
	font-size: 35px;
	font-weight: 700;
	margin: 30px auto 40px auto;
}
.kids__camp_benefit_box_img {
	width: 80px;
	height: 81px;
}
.kids__camp_benefit_box_head {
	font-size: 18px;
	font-weight: 500;
	margin: 10px auto 10px auto;
}
.kids__camp_benefit_box_description {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 30px;
	line-height: 21px;
	color: #767676;
}
.kids-camp-call-to-action {
	margin: 30px auto;
}
.kids__camp_call_to_action_box_text1 {
	font-size: 24px;
	font-weight: 400;
	line-height: 34px;
	margin-bottom: 20px;
}
.kids__camp_call_to_action_box_text2 {
	font-size: 24px;
	font-weight: 600;
	background-color: #4eb62e;
	color: #fff;
	width: 610px;
	margin: 0px auto;
}
.kids__camp_call_to_action_box_btn {
	margin-top: 40px;
}
.kids__camp_btn_offer_two {
	color: #fff;
	background-color: #8ed6cb;
	padding-top: 21px;
}
.kids__camp_call_to_action_box_phone {
	margin-top: 30px;
}
.kids__camp_call_to_action_box_phone_block {
	display: flex;
	justify-content: center;
	margin: 10px auto 0px auto;
}
.kids__camp_call_to_action_box_phone_block_link {
	font-size: 20px;
	font-weight: 400;
	margin-left: 15px;
}
.kids-camp-benefit-waiting {
	background-color: #f5f4f4;
	padding-bottom: 30px;
}
.kids__camp_waiting_box {
	margin: 30px auto;
}
.kids__camp_waiting_block_head {
	font-size: 17px;
	font-weight: 600;
	margin: 20px auto;
}
.kids__camp_waiting_block_text {
	font-size: 16px;
	color: #767676;
	font-weight: 400;
	line-height: 20px;
}
.kids__camp_about_head {
	font-size: 34px;
	font-weight: 700;
	margin: 30px auto 40px auto;
}
.kids__camp_about_place_block {
	margin-left: 20px;
}
.kids__camp_about_place_block_text1 {
	font-size: 20px;
	font-weight: 700;
	/* margin-top: 60px; */
}
.kids__camp_about_place_block_text2 {
	font-size: 20px;
	font-weight: 400;
	margin-top: 60px;
	display: flex;
}
.kids__camp_about_place_block_text2_link {
	color: #3563e7;
	margin-left: 25px;
	text-decoration: underline;
}
.kids__camp_about_place_block_text3 {
	font-size: 20px;
	font-weight: 700;
	margin-top: 50px;
	color: #a686db;
}
.kids__camp_about_place_list {
	list-style-type: none;
	margin-top: 20px;
}
.kids__camp_about_place_list_item {
	display: flex;
	margin-bottom: 25px;
}
.kids__camp_about_place_list_item img {
	width: 28px;
	height: 28px;
}
.kids__camp_about_place_list_item_text {
	margin: 3px 0px 0px 25px;
	font-size: 15px;
	font-weight: 400;
}
.kids-camp-box-foto {
	background: #f5f4f4;
	padding: 40px 0px 20px 0px;
	margin-bottom: 30px;
}
.kids-camp-box-foto img {
	margin-bottom: 20px;
}
.kids__camp_box_food_head {
	font-size: 33px;
	font-weight: 700;
	margin: 30px auto 35px auto;
}
.kids__camp_box_food_block {
	display: flex;
	justify-content: center;
}
.kids__camp_box_food_block_list ul {
	list-style-type: none;
	margin: 20px 0px 0px 10px;
}
.kids__camp_box_food_block_list_item {
	display: flex;
	font-size: 23px;
	font-weight: 400;
	margin-bottom: 15px;
}
.kids__camp_box_food_block_list_item img {
	width: 28px;
	height: 28px;
	margin-right: 20px;
}
.kids-camp-box-change {
	background: #eeeeee;
	margin-top: 45px;
}
.kids__camp_box_change_block_list1 {
	list-style-type: none;
	width: 370px;
	border: 3px solid #dadada;
	background: #fff;
	border-radius: 20px;
	padding: 35px 0px 14px 0px;
	/* margin: 0px 5px 0px auto; */
	margin: 0px auto 0px auto;
}
.kids__camp_box_change_block_list2 {
	list-style-type: none;
	width: 370px;
	border: 3px solid #dadada;
	background: #fff;
	border-radius: 20px;
	padding: 35px 0px 14px 0px;
	margin: 0px 0px 0px 5px;
}
.kids__camp_box_change_block_list_item_circle {
	width: 13px;
	height: 13px;
	background: #ff0000;
	border-radius: 50%;
	margin: 11px 20px 0px -30px;
}
.kids__camp_box_change_block_list_item_text1 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 0px;
}
.kids__camp_box_change_block_list_item_text2 {
	font-size: 22px;
	font-weight: 400;
}
.kids__camp_box_change_additionally {
	font-size: 26px;
	font-weight: 700;
	color: #f9420d;
	line-height: 34px;
	margin: 35px auto;
}
.kids-camp-box-viber-chat {
	margin: 40px auto;
}
.kids__camp_box_viber_chat_block1_img {
	width: 220px;
}
.kids__camp_box_viber_chat_block1_head {
	color: tomato;
	font-size: 30px;
	margin: 70px auto 20px auto;
}
.kids__camp_box_viber_chat_block1_text {
	font-size: 20px;
	margin-bottom: 30px;
}
.kids__camp_box_viber_chat_block2_img {
	width: 350px;
}
.kids-camp-box-programms {
	margin: 40px auto;
}
.kids__camp_box_programms_head {
	font-size: 35px;
	font-weight: 700;
	margin: 30px auto 50px auto;
}
.kids__camp_box_programms_block {
	display: flex;
	margin-bottom: 30px;
}
.kids__camp_box_programms_block_head {
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 25px;
	margin-left: 30px;
}
.kids__camp_box_programms_block_img {
	width: 284px;
}
.kids__camp_download_doc_link {
	padding: 7px 7px;
	/* width: 290px; */
	font-size: 21px;
	color: #fff;
	font-weight: 700;
}
.kids__camp_download_doc_link:hover {
	color: #000;
}
.kids-camp-box-transfer {
	margin-top: 30px;
}
.kids__camp_box_transfer_block {
	margin-bottom: 40px;
}
.kids__camp_box_transfer_head {
	font-size: 33px;
	font-weight: 700;
}
.kids__camp_box_transfer_head_text {
	font-size: 21px;
	font-weight: 400;
	margin-bottom: 50px;
}
.kids-camp-box-price {
	background: #eeeeee;
	padding-top: 30px;
}
.kids__camp_box_price-head {
	font-size: 33px;
	font-weight: 700;
}
.kids__camp_box_price_block1 {
	width: 470px;
	margin: 40px 5px 0px auto;
}
.kids__camp_box_price_block2 {
	width: 470px;
	margin: 40px auto 0px 5px;
}
.kids__camp_box_price_block1 img, .kids__camp_box_price_block2 img {
	width: 342px;
	height: 213px;
	margin-bottom: 10px;
}
.kids__camp_box_price_block_list {
	list-style-type: none;
	margin-top: 40px;
}
.kids__camp_box_price_block-head {
	font-size: 27px;
	font-weight: 700;
	margin: 10px auto 20px auto;
}
.kids__camp_box_price_block-head_text {
	font-size: 21px;
	font-weight: 700;
}
.kids__camp_box_price_block_line {
	border-left: 2px solid #dfdada;
	border-right: 2px solid #dfdada;
}
.kids__camp_box_price_block_list hr {
	color: #dfdada;
	width: 330px;
}
.kids__camp_box_price_block_list_item {
	font-size: 15px;
	font-weight: 400;
}
.kids__camp_box_price_block_list_item_span {
	color: #ee4c4c;
	font-weight: 800;
	display: inline;
}
.kids__camp_box_price_block_text {
	font-size: 19px;
	font-weight: 700;
	line-height: 23px;
	padding: 40px 15px 0px 15px;
}
.kids__camp_box_price_block_text span {
	color: #ee4c4c;
	display: inline;
}
.kids__camp_box_price_block_text_div_link {
	margin-top: 40px;
	font-size: 19px;
}
.kids__camp_box_price_block_text_link {
	font-size: 20px;
	font-weight: bold;
	background: #8ed6cb;
	width: 290px;
	color: #fff;
	padding: 15px 0px;
	margin: 0px auto;
	border-radius: 7px;
}
.kids__camp_box_price_block_conditions_block {
	margin: 60px auto 30px auto;
}
.kids__camp_box_price_block_conditions_head {
	font-size: 34px;
	font-weight: 700;
	color: #fff;
	background: #a686db;
	width: 310px;
	margin: 0px auto;
	margin-bottom: 30px;
}
.kids__camp_box_price_block_conditions_text {
	width: 410px;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	text-align: left;
	margin: 15px auto;
}
.kids__camp_box_price_block_conditions_text_span {
	color: #ee4c4c;
}
.kids__camp_box_bonus_head {
	font-size: 34px;
	font-weight: 700;
	color: #ff4a06;
	margin-bottom: 25px;
}
.kids__camp_box_bonus_block {
	margin-top: 30px;
}
.kids__camp_box_bonus_text1 {
	font-size: 30px;
	font-weight: 700;
	line-height: 35px;
}
.kids__camp_box_bonus_text2 {
	font-size: 20px;
	font-weight: 700;
}
.kids__camp_box_bonus_block img {
	margin: 20px auto 40px auto;
}
.kids__camp_box_bonus_text2_span {
	color: #ff4a06;
	text-transform: uppercase;
	display: inline;
}
.kids__camp_box_bonus_present {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	margin-top: 35px;
}
.kids__camp_box_bonus_present_img {
	width: 65px;
	height: 70px;
}
.kids__camp_box_bonus_present_text {
	font-size: 20px;
	font-weight: 700;
	color: #474747;
	line-height: 25px;
	margin-top: 12px;
}
.kids-camp-box-document {
	margin: 65px auto 30px auto;
}
.kids__camp_box_document_head {
	font-size: 33px;
	font-weight: 700;
	margin-bottom: 45px;
}
.kids__camp_box_document_block {
	width: 810px;
	margin: 0px auto;
}
.kids__camp_box_document_list {
	margin-bottom: 30px;
}
.kids__camp_box_document_list_item {
	display: flex;
}
.kids__camp_box_document_list_item img {
	width: 27px;
	height: 26px;
}
.kids__camp_box_document_list_item_text {
	font-size: 18px;
	font-weight: 400;
	margin-left: 20px;
	line-height: 23px;
	margin-bottom: 30px;
}
.kids__camp_box_document_block_text {
	font-size: 18px;
	font-weight: 700;
}
.camp__form_button {
	width: 570px;
	height: 60px;
	font-family: 'Georgia',
		sans-serif;
	font-weight: 900;
	font-size: 24px;
	color: #fff;
	background: #2d2d2d;
	text-align: center;
	cursor: pointer;
	border: 0px;
}

/* Круговоро желаний */

.cycle__esires_index {
	padding-top: 195px;
}
.cycle__esires_index_slider_box {
	position: relative;
}
.cycle__esires_index_arrow-left {
	position: absolute;
	left: 37px;
	top: 45%;
}
.cycle__esires_index_arrow-left:hover, .cycle__esires_index_arrow-right:hover {
	cursor: pointer;
} 
.cycle__esires_index_arrow-right {
	position: absolute;
	right: 37px;
	top: 45%;
}
.cycle__esires_index_slider_img {
	width: 100%;
}

.cycle__esires_index_slider_box .slick-dots {
	top: 20px;
}
.cycle__esires_index_slider_box .slick-dots li {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #fff;
	opacity: .4;
}
.cycle__esires_index_slider_box .slick-dots .slick-active {
	opacity: 1;
}
.cycle__esires_index_head_box {
	width: 765px;
	background: #FFFFFF;
	border-radius: 30px;
	text-align: center;
	margin: 0px auto;
	box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
	position: relative;
	margin-top: -160px;
}
.cycle__esires_index_head_text {
	font-weight: 800;
	color: #000;
	font-family: 'Montserrat';
	padding-top: 25px;
	font-size: 54px;
	padding-bottom: 15px;
	width: 635px;
	border-bottom: 5px solid #80C6BB;
	margin: 0px auto;
}
.cycle__esires_index_head_description {
	font-size: 20px;
	font-weight: 600;
	margin-top: 15px;
	padding-bottom: 60px;
}
.cycle__esires_index_link {
	font-size: 30px;
	font-weight: 700;
	background: #F5410C;
	color: #fff;
	border-radius: 30px;
	padding: 24px 64px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	display: inline-flex;
	bottom: -45px;
	position: absolute;
	left: 30%;
}
.cycle__esires_index_link_mob {
	display: none;
}

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

.cycle__esires_head2 {
	font-size: 36px;
	font-weight: 800;
	margin: 0px auto;
	text-align: center;
}
.cycle__esires_your_child {
	margin-top: 105px;
}
.cycle__esires_your_child_head {
	margin-bottom: 50px;
}

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

.cycle__esires_welcome {
	background: #F9F9F9;
	margin-top: 90px;
}
.cycle__esires_welcome_head {
	max-width: 700px;
	padding-top: 40px;
}
.cycle__esires_welcome_left_block_img {
	width: 80%;
	margin: 0px 0px 40px 150px;
}
.cycle__esires_welcome_left_block_head {
	font-size: 35px;
	font-weight: 700;
	font-family: 'Georgia';
	color: #F5410C;
}
.cycle__esires_welcome_left_block_head_text {
	color: #454545;
	font-size: 20px;
	width: 535px;
	font-weight: 700;
	margin: 33px 0px 33px 0px;
}
.cycle__esires_welcome_left_block_head_text2 {
	color: #2B4276;
	font-family: Georgia;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 33px;
}
.cycle__esires_welcome_left_block_head_text3 {
	font-size: 30px;
	font-weight: 700;
	font-family: 'Georgia';
	color: #F5410C;
}
.cycle__esires_welcome_right_block {
	position: relative;
}
.cycle__esires_welcome_right_block_img {
	margin-top: 40px;
}
.cycle__esires_welcome_shape_block {
	position: absolute;
	right: -50px;
}
.cycle__esires_welcome_right_block_mob {
	display: none;
}

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

.cycle__esires_target_progect_head {
	margin: 70px auto 30px auto;
}
.cycle__esires_target_progect_text {
	width: 766px;
	color: #454545;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	margin: 0px auto;
}
.cycle__esires_target_progect_text_img_block {
	margin: 40px 0px 90px 0px;
	position: relative;
}
.cycle__esires_target_progect_text_img {
	width: 100%;
}
.cycle__esires_target_progect_text_img2 {
	position: absolute;
	bottom: -40px;
	left: -90px;
}
.cycle__esires_target_progect_text_img3 {
	position: absolute;
	top: -20px;
	right: 0px;
}
.cycle__esires_target_progect_text_img4,
.cycle__esires_target_progect_text_img5 {
	display: none;
}

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

.cycle__esires_we_create {
	background-color: #F9F9F9;
	padding-top: 60px;
}
.cycle__esires_we_create_head {
 	width: 970px;
	margin-bottom: 40px;
}
.cycle__esires_we_create_block {
	text-align: center;
	border-radius: 20px;
	background: var(--color-white, #FFF);
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
	margin-bottom: 35px;
}
.cycle__esires_we_create_block_text {
	color: var(--typography-primary, #000);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
	margin-top: 20px;
	height: 75px;
}
.cycle__esires_we_create_link {
	font-size: 30px;
	font-weight: 700;
	background: #00CAE5;
	border-radius: 30px;
	padding: 24px 64px;
	display: inline-block;
	color: #fff;
}
.cycle__esires_we_create_block_link {
	text-align: center;
	margin: 40px auto 60px auto;
	position: relative;
}
.cycle__esires_we_create_block_link_box {
	display: flex;
	justify-content: center;
	padding: 10px;
	background-color: #fff;
	gap: 30px;
	width: 650px;
	border-radius: 12px;
	margin: 40px auto 0px auto;
}
.cycle__esires_we_create_block_link_box2 {
	display: flex;
}
.cycle__esires_we_create_block_link_text {
	font-size: 24px;
	font-weight: 400;
}
.cycle__esires_we_create_block_link_text:hover {
	cursor: pointer;
	color: #a5a5a5;
}
.cycle__esires_we_create_block_link_img {
	width: 25px;
	height: 25px;
	margin-top: 5px;
	margin-right: 15px;
}
.cycle__esires_we_create_block_img {
	width: 100%;
}
.cycle__esires_we_create_block_link_img2 {
	position: absolute;
	left: 50px;
	top: 40px;
}
.cycle__esires_we_create_block_link_img3 {
	position: absolute;
	top: 0px;
	right: -15px;
}

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

.cycle__esires_education_travel {
	padding-top: 80px;
	background: url('../img/cycle-desires/fon_section_education_travel.svg') no-repeat top center / auto auto;
}

.cycle__esires_education_travel_head {
	margin-bottom: 50px;
}
.cycle__esires_education_travel_block {
	width: 270px;
	height: 272px;
	border-radius: 20px;
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
	padding: 30px;
	text-align: center;
	margin-bottom: 30px;
	background: #fff;
}
.cycle__esires_education_travel_block_head {
	font-size: 14px;
	font-weight: 600;
	line-height: 130%;
	margin: 18px auto 12px auto;
}
.cycle__esires_education_travel_block_text {
	color: #454545;
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	line-height: 130%;
}
.cycle__esires_education_travel_block_link {
	text-align: center;
	margin: 40px auto 40px auto;
}
.cycle__esires_education_travel_block_box {
	margin-top: 40px;
}
.cycle__esires_education_travel_block_tel {
	display: flex;
	gap: 10px;
	margin-top: 15px;
	justify-content: center;
}
.cycle__esires_education_travel_head2 {
	width: 770px;
	margin: 80px auto 130px auto;
}
.cycle__esires_education_travel_block2_img {
	position: relative;
}
.cycle__esires_education_travel_block2_img {
	width: 100%;
	margin-top: 70px;
}
.cycle__esires_education_travel_block2_img2 {
	position: absolute;
	left: 30px;
	top: 90px;
}
.cycle__esires_education_travel_block2_img3 {
	position: absolute;
	right: -20px;
	bottom: -40px;
}
.cycle__esires_education_travel_block2_text {
	color: #F5410C;
	text-align: center;
	font-family: Georgia;
	font-size: 80px;
	font-weight: 700;
	margin: 20px auto 70px auto;
}
.cycle__esires_education_travel_block2_img4,
.cycle__esires_education_travel_block2_img5 {
	display: none;
}

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

.cycle__esires_bonus {
	background: #F9F9F9;
	padding-top: 55px;
}
.cycle__esires_bonus_box {
	text-align: center;
	margin-bottom: 30px;
}
.cycle__esires_bonus_box_text {
	font-family: Montserrat;
	font-size: 30px;
	font-weight: 700;
	width: 500px;
	margin: 0px auto;
	line-height: normal;
}
.cycle__esires_bonus_box_head {
	color: #F5410C;
	font-family: 'Columbina';
	font-size: 40px;
	font-weight: 500;
	line-height: 130%;
	margin: 25px auto;
}
.cycle__esires_format_head {
	margin: 60px auto 40px auto;
}
.cycle__esires_format_img {
	text-align: center;
	margin: 0px auto;
}
.cycle__esires_format_group_head {
	font-size: 24px;
	font-weight: 700;
	margin: 70px auto 30px auto;
}
.cycle__esires_format_group_box {
	display: flex;
	gap: 30px;
	justify-content: center;
}
.cycle__esires_format_group_block {
	/* width: 205px; */
	padding: 16px 30px;
	align-items: center;
	border-radius: 8px;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}
.cycle__esires_format_group_text {
	width: 770px;
	font-size: 24px;
	font-weight: 700;
	line-height: normal;
	margin: 40px auto 40px auto;
}
.cycle__esires_format_group_text2 {
	color: #F5410C;
	text-align: center;
	font-size: 60px;
	font-weight: 700;
	margin-bottom: 80px;
}
.cycle__esires_format_group_text3 {
	/* width: 770px; */
	font-size: 24px;
	font-weight: 700;
	margin: 60px auto 20px auto;
}
.cycle__esires_format_group_text4 {
	color: #F5410C;
	font-family: Georgia;
	font-size: 47px;
	font-weight: 700;
	line-height: 130%;
	margin-top: 170px;
}
.cycle__esires_format_group_img_block {
	position: relative;
	margin-bottom: 90px;
}
.cycle__esires_format_group_img_block_img0 {
	width: 100%;
}
.cycle__esires_format_group_img_block_img1 {
	position: absolute;
	top: -25px;
	left: -20px;
}
.cycle__esires_format_group_img_block_img2 {
	position: absolute;
	right: -26px;
	top: -46px;
}
.cycle__esires_format_group_img_block_img3 {
	position: absolute;
	bottom: -30px;
	left: -70px;
}
.cycle__esires_format_group_img_block_img4 {
	display: none;
}
.cycle__esires_format_group_text5 {
	display: none;
	color: #F5410C;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 80px;
	line-height: normal;
}
.cycle__esires_format_group_block:hover {
	cursor: pointer;
	color: #b2b2b2;
}
.cycle__esires_bonus_box_img2 {
	display: none;
}
.cycle__esires_bonus_box_text3 {
	display: none;
}
.cycle__esires_format_group_img {
	width: 100%;
}

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

.cycle__esires_price {
	background: #F9F9F9;
	position: relative;
}
.cycle__esires_price_index_text {
	color: #F5410C;
	text-align: center;
	font-size: 60px;
	font-weight: 700;
	margin-bottom: 40px;
} 
.cycle__esires_price_add_text {
	color: #454545;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	line-height: 130%;
	width: 776px;
	margin: 0px auto 20px auto;
}
.cycle__esires_price_shape1 {
	position: absolute;
	right: 40px;
	top: 70px;
}

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

.cycle__esires_price_shape2 {
	position: absolute;
	top: 80px;
	left: 40px;
}
.cycle__esires_bonus2_head {
	margin: 60px auto 40px auto;
}
.cycle__esires_bonus2_text1 {
	color: #F5410C;
	text-align: center;
	font-family: Georgia;
	font-size: 30px;
	font-weight: 700;
	margin: 40px auto;
}
.cycle__esires_bonus2_block_img {
	width: 100%;
	margin-top: 20px;
}
.cycle__esires_bonus2_img_bonus1 {
	margin-left: 80px;
}
.cycle__esires_bonus2_img_bonus2 {
	margin-right: 80px;
}
.cycle__esires_bonus2_box {
	margin-left: 40px;
	margin-top: 50px;
}
.cycle__esires_bonus2_box2 {
	display: flex;
	justify-content: space-between;
	margin: 30px 0px;
}
.cycle__esires_bonus2_box_text1 {
	color: #F5410C;
	font-size: 20px;
	font-weight: 500;
	line-height: 130%;
	width: 435px;
}
.cycle__esires_bonus2_box_text2 {
	width: 435px;
	font-size: 24px;
	font-weight: 700;
	line-height: 130%;
	margin-top: 55px;
}
.cycle__esires_bonus2_box_text3 {
	color: #454545;
	font-size: 14px;
	font-weight: 500;
	line-height: 130%;
}
.cycle__esires_bonus2_box_text4 {
	width: 770px;
	color: #000;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	line-height: 130%;
	margin: 60px auto 20px auto;
}
.cycle__esires_bonus2_box_block2 {
	position: relative;
}
.cycle__esires_bonus2_box_block_btn {
	display: inline-block;
	padding: 15px 30px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 20px;
	background: #F5410C;
	color: #FFF;
	font-size: 40px;
	font-weight: 800;
	margin: 0px auto 80px auto;
}
.cycle__esires_bonus2_box_block2_shape1 {
	position: absolute;
	right: 30px;
	top: 30px;
}
.cycle__esires_bonus2_box_block2_shape2 {
	position: absolute;
	left: 50px;
}
.cycle__esires_bonus2_box_text2_span {
	display: none;
}

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

.cycle__esires_question {
	background: #F9F9F9;
	padding-top: 50px;
}
.cycle__esires_question_note {
	color: #454545;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	margin: 40px auto 40px auto;
}
.cycle__esires_question_note2 {
	color: #F5410C;
	text-align: center;
	font-family: Georgia;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 50px;
}
.cycle__esires_question_download_block_link_img {
	display: block;
	text-align: center;
	margin: 0px auto 20px auto;
}
.cycle__esires_question_download_block1 {
	margin-bottom: 50px;
	position: relative;
}
.cycle__esires_question_download_block2 {
	position: relative;
}
.cycle__esires_question_download_block_link {
	text-align: center;
	font-family: Montserrat;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	text-decoration-line: underline;
}
.cycle__esires_question_download_block_link:hover {
	color: #b5b5b5;
}
.cycle__esires_question_download_block2_shape1 {
	position: absolute;
	left: 30px;
	top: -130px;
}
.cycle__esires_question_download_block2_shape2 {
	position: absolute;
	right: 20px;
	top: -110px;
}

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

.cycle__esires_form_block1 {
	margin-bottom: 60px;
}
.cycle__esires_form_block1_text {
	color: #F5410C;
	font-family: Georgia;
	font-size: 30px;
	font-weight: 700;
	line-height: normal;
	margin: 70px auto 50px auto;
}
.cycle__esires_form_block2 {
	margin: 150px auto 0px auto;
}
.cycle__esires_form_block2_text1 {
	text-align: center;
	font-size: 40px;
	font-weight: 700;
}
.cycle__esires_form_block2_text2 {
	color: #454545;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.cycle__esires_form_block2_input {
	border-radius: 20px;
	border: 2px solid #F1F1F1;
	width: 100%;
	height: 60px;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-left: 20px;
	margin: 20px auto;
}
.cycle__esires_form_block2_btn {
	border-radius: 20px;
	background: #F5410C;
	width: 100%;
	height: 60px;
	border: 0px;
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.cycle__esires_form_block2_btn:hover {
	cursor: pointer;
	color: #000;
}
.cycle__esires_popap_head {
	color: #F5410C;
	text-align: center;
	font-family: Montserrat;
	font-size: 24px;
	font-weight: 700;
	line-height: normal;
	margin: 40px auto;
}
.cycle__esires_popap_block_lessons {
	border-radius: 30px;
	padding: 25px 0px;
	text-align: center;
	width: 270px;
	margin: 0px auto;
	height: 190px;
}
.cycle__esires_popap_block_lessons_head {
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 15px;
}
.cycle__esires_popap_block_lessons_text1 {
	color: #454545;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 5px;
}
.cycle__esires_popap_block_lessons_text2 {
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 0px;
}
.cycle__esires_popap_head2 {
	color: #F5410C;
	text-align: center;
	font-family: Montserrat;
	font-size: 24px;
	font-weight: 700;
	line-height: normal;
	margin: 0px auto 20px auto;
}
.cycle__esires_popap_education_text {
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 30px;
}
.cycle__esires_popap_education_list {
	list-style-type: none;
	width: 270px;
	margin: 0px auto;
}
.cycle__esires_popap_education_list_item {
	display: flex;
	align-items: flex-start;
}
.cycle__esires_popap_education_list_item_text {
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	margin: 1px 0px 22px 12px;
}
.cycle__esires_popap_text {
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	line-height: normal;
	margin: 20px auto;
}
.cycle__esires_popap_text2 {
	color: #F5410C;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	line-height: normal;
	margin: 0px auto 30px auto;
}
.cycle__esires_popap_education_text_dop {
	color: #D75AF7;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	margin-top: 15px;
}
.box-modal_cycle_esires {
	background-color: #fff;
	border-radius: 60px;
	position: relative;
}
.box-modal_cycle_esires_close {
	position: absolute;
	right: 30px;
	top: 20px;
	z-index: 1;
}
.read-more-wrap-description {
	cursor: pointer;
	font-size: .9em;
	line-height: 2;
	font-size: 16px;
	color: #1f1f1f;
	font-weight: 600;
}
.read-more-wrap-description::after {
	content: ' 'url(../img/arrow_more.png);
}
.method__item_p {
	font-size: 17px;
	font-weight: 400;
	margin: 20px 0px;
}
.private-school__benefits-head {
	margin: 50px auto 30px auto;
}
.private-school__benefits-head-text {
	font-size: 36px;
	font-weight: 600;
}
.private-school__benefits-box {
	display: flex;
}
.private-school__benefits-box-numeral {
	font-size: 100px;
	font-weight: 800;
	margin-right: 15px;
}
.private-school__benefits-box-text {
	font-size: 20px;
	font-weight: 600;
	line-height: 20px;
	margin-top: 37px;
}
.private-school__benefits-box-link-text {
	background: #8ed6cb;
	padding: 20px 30px;
	display: inline;
	font-size: 22px;
	color: #ffffff;
	font-weight: bold;
}
.private-school__benefits-box-link-text:hover {
	background: #ffffff;
	border: 2px solid #8ed6cb;
	color: #8ed6cb;
}
.private-school__benefits-link {
	margin-top: 30px;
	padding-bottom: 60px;
}
.private-school__benefits-box-link-span {
	display: inline;
}
.private-school__benefits-box-link-text-two {
	background: #da91c1;;
	padding: 20px 30px;
	display: inline;
	font-size: 22px;
	color: #ffffff;
	font-weight: bold;
}
.private-school__benefits-box-link-text-two:hover {
	background: #ffffff;
	border: 2px solid #da91c1;;
	color: #da91c1;
	padding: 18px 28px;
}
.block-img-1-text {
	font-size: 44px;
	font-weight: 600;
	color: #fa5f37;
	line-height: 48px;
	margin-top: 133px;
}
.block-img-2-text {
	font-size: 19px;
	font-weight: 600;
	color: #a687dc;
}
.private-school__benefits-box-link-text-three {
	background: #86d0fa;
	padding: 20px 30px;
	display: inline;
	font-size: 22px;
	color: #ffffff;
	font-weight: bold;
}
.private-school__benefits-box-link-text-three:hover {
	background: #ffffff;
	border: 2px solid #86d0fa;
	color: #86d0fa;
	padding: 18px 28px;
}
.kids__camp_benefit_head_p {
	font-size: 22px;
	margin: 30px auto 0px auto;
	line-height: 25px;
}
.kids__camp_about_img iframe {
	width: 100%;
}
.privacy_policy__section {
	padding-top: 200px;
}
.privacy_policy__section h1 {
	color: #000;
	font-size: 25px;
	margin: 20px auto;
	text-align: center;
}
.privacy_policy__section h2 {
	color: #000;
	font-size: 19px;
}
.privacy_policy__block {
	margin: 0px 0px 40px 0px;
}
.privacy_policy__block a {
	text-decoration: none;
	color: #3a82ff;
	display: inline;
}
.privacy_policy__section p {
	margin-bottom: 0.3rem;
}
.privacy_policy__block table td {
	padding: 10px;
}
/* Сброс стилей только для компонента cookie */
.cl-container *,
.cl-modal * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
/* ===== Стили для блока cookie ===== */
.cl-container {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #1a2634;
	color: #ffffff;
	padding: 16px 24px;
	box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.15);
	z-index: 9999;
	display: none;
	font-family: 'Segoe UI', Arial, sans-serif;
}
.cl-inner {
	max-width: 1300px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}
.cl-message {
	flex: 1;
	min-width: 280px;
	font-size: 15px;
	line-height: 1.5;
	margin: 0;
	color: #f0f0f0;
}
.cl-buttons {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}
.cl-button {
	padding: 10px 24px;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	transition: all 0.2s ease;
	font-family: inherit;
	white-space: nowrap;
}
.cl-button-accept {
	background-color: #2e7d32;
	color: white;
	box-shadow: 0 2px 5px rgba(46, 125, 50, 0.3);
}
.cl-button-accept:hover {
	background-color: #1b5e20;
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(46, 125, 50, 0.4);
}
.cl-button-reject {
	background-color: #c62828;
	color: white;
	box-shadow: 0 2px 5px rgba(198, 40, 40, 0.3);
}
.cl-button-reject:hover {
	background-color: #b71c1c;
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(183, 28, 28, 0.4);
}
.cl-button-details {
	background-color: #1565c0;
	color: white;
	box-shadow: 0 2px 5px rgba(21, 101, 192, 0.3);
}
.cl-button-details:hover {
	background-color: #0d47a1;
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(13, 71, 161, 0.4);
}
/* ===== Стили для модального окна ===== */
.cl-modal {
	display: none;
	position: fixed;
	z-index: 10000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(3px);
	font-family: 'Segoe UI', Arial, sans-serif;
}
.cl-modal-panel {
	background-color: #ffffff;
	margin: 5% auto;
	padding: 35px 40px;
	border: none;
	width: 90%;
	max-width: 650px;
	border-radius: 16px;
	position: relative;
	color: #2c3e50;
	max-height: 80vh;
	overflow-y: auto;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}
.cl-modal-close {
	color: #94a3b8;
	position: absolute;
	right: 25px;
	top: 20px;
	font-size: 32px;
	font-weight: 400;
	cursor: pointer;
	line-height: 1;
	transition: color 0.2s;
}
.cl-modal-close:hover {
	color: #1e293b;
}
.cl-modal-header {
	margin-bottom: 25px;
	color: #0f172a;
	font-size: 26px;
	font-weight: 600;
	padding-right: 30px;
	border-bottom: 2px solid #e2e8f0;
	padding-bottom: 15px;
}
.cl-modal-text {
	color: #334155;
}
.cl-modal-text h3 {
	margin: 25px 0 12px;
	color: #1e293b;
	font-size: 20px;
	font-weight: 600;
}
.cl-modal-text p {
	margin-bottom: 18px;
	line-height: 1.7;
	font-size: 16px;
}
.cl-modal-text ul {
	margin: 15px 0 25px 30px;
}
.cl-modal-text li {
	margin-bottom: 10px;
	line-height: 1.6;
	font-size: 16px;
	color: #475569;
}
.cl-modal-text li::marker {
	color: #1565c0;
}