* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

body {
    background-color: #f2f2f2;
    font-family: 'Montserrat', Arial, sans-serif;
    overflow-x: hidden;
}

h1 {
    color: #f2f2f2;
    font-size: 76px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 4px 4px 15px rgb(51 241 255);
}

h2,
h3,
h4,
h5,
h6,
p,
b {
    font-family: 'Montserrat', Arial, sans-serif;
}

.header__title_img-1 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    
    filter: drop-shadow(0px 0px 10px rgb(254 87 239 / 100%));
}

.header__title_img-2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    
    filter: drop-shadow(0px 0px 10px rgb(47 241 255 / 100%));
}

h2 {
    font-size: 44px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.35;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #f2f2f2;
}

.title-green {
    color: #327840;
}

.title-blue {
    color: #00665c;
}

.title-black {
    color: #424242;
}

.text {
    margin-bottom: 50px;
}

.video {
    margin-bottom: 24px;
    box-shadow: 0px 5px 30px 0px rgb(0 0 0 / 60%);
}

p {
    color: #ffffff;
    font-size: 20px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 500;
    margin-bottom: 0;
}

header {
    padding-bottom: 300px;
    position: relative;
    z-index: 1;
    height: auto;
    background-color: #000;
}

header.page {
    position: relative;
    z-index: 1;
    height: 650px;
    /* padding-bottom: 300px; */
    background-color: #000;
}

header:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 0;
    background-image: url(/images_new/backgrounds/header_background.jpg);
    background-repeat: no-repeat;
    background-position: top;
    opacity: .5;
    height: 100%;
}

nav {
    margin-bottom: 100px;
}

header .login {
    margin-right: 30px;
}

.login {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 500;
    border-width: 1px;
    border-radius: 30px;
    background-color: #070506;
    background-position: center center;
    border-color: #ffffff;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    width: 180px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login:hover {
    background-color: #00cfbb;
    border-color: #00cfbb;
    color: #020202 !important;
}

.navbar {
    width: 100%;
}

.navbar-collapse {
    display: flex;
    justify-content: space-between;
}

.navbar-nav {
    align-items: center;
}

.navbar-dark .navbar-nav .nav-link {
	color: #ffffff;
	font-size: 16px;
	font-family: 'Montserrat', Arial, sans-serif;
	line-height: 1.55;
	font-weight: 900;
	-moz-text-shadow: 0 0 10px #c00;
	-webkit-text-shadow: 0 0 10px #c00;
	text-shadow: 0px 0px 22px #2ff1ff;
	border-radius: 30px;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.navbar-dark .navbar-nav:first-child .nav-link {
    font-size: 16px !important;
}
.navbar-dark .navbar-nav:first-child .nav-link:hover {
    color: #2ff1ff !important;
}
.navbar {
    padding: 1.5rem 1rem;
}
.navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255);
	border-color: rgba(255, 255, 255);
	box-shadow: 0px 0px 9px 0px #2ff1ff;
}
.header__title {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 190px;
    margin-bottom: 20px;
}

.text_wrap {
    display: block;
    margin: 0 auto;
    max-width: 700px;
    text-align: center;
    margin-bottom: 30px;
}

.link {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #020202;
	font-size: 20px;
	font-family: 'Montserrat', Arial, sans-serif;
	line-height: 1.55;
	font-weight: 600;
	border-radius: 30px;
	background-color: #95d616;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	box-shadow: 0px 10px 30px 0px rgb(2 2 2 / 80%);
	text-decoration: none !important;
	width: auto;
	padding: 15px 40px;
	margin: 0 auto;
	user-select: none;
}

.link-franchise {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #020202;
    padding: 10px 15px;
    font-size: 12px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 600;
    border-radius: 30px;
    background-color: #95d616;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    box-shadow: 0px 10px 30px 0px rgb(2 2 2 / 80%);
    text-decoration: none !important;

    user-select: none;
}

img {
    user-select: none;
}

main.page {
    padding-bottom: 50px;
    margin-top: -200px;
}

.link:hover {
    background-color: #00cfbb;
    color: #020202;
}

.header__imgs {
    position: relative;
    height: auto;
    margin-top: 100px;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
}

.header__imgs>img {
    position: unset;
    border-radius: 10px;
    width: 25% !important;
}

@media(max-width:991px) {
    .header__imgs>img {
        width: 33.33% !important;
    }
}

.header__img-1 {
    transform: rotate(356deg);
    left: 100px;
    z-index: 1;
}

.header__img-2 {
    transform: rotate(8deg);
    left: 350px;
    top: 50px;
}

.header__img-3 {
    transform: rotate(350deg);
    right: 230px;
    top: 50px;
    z-index: 1;
}

.header__img-4 {
    transform: rotate(10deg);
    right: 0;
    top: 50px;
}

.header__img-5 {
    transform: rotate(347deg);
    left: 0;
    bottom: 100px;
    z-index: 2;
}

.header__img-6 {
    transform: rotate(2deg);
    left: 240px;
    bottom: 40px;
    z-index: 1;
}

.header__img-7 {
    transform: rotate(355deg);
    right: 330px;
    bottom: 90px;
    z-index: 2;
}

.header__img-8 {
    transform: rotate(9deg);
    right: 80px;
    bottom: 40px;
    z-index: 1;
}

.project_participants {
    background-color: #95d616;
    position: relative;
    z-index: 1;
    margin-top: -150px;
    z-index: 2;
}

.project_participants__green_wave-top {
    position: absolute;
    left: 0;
    top: -246px;
    right: 0;
    width: 100%;
    pointer-events: none;
}

.project_participants__white_wave-top {
    position: absolute;
    left: 0;
    top: -295px;
    right: 0;
    width: 100%;
    z-index: 0;
    opacity: .3;
    pointer-events: none;
}

.text-bg {
    padding: 28px 48px;
    border-radius: 100px 60px 80px 70px;
    font-weight: 600;
    opacity: .7;
}

.text-pink {
    color: #590d3e;
    font-size: 20px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 600;
    text-transform: uppercase;
}

.text-green {
    color: #327840;
    font-size: 20px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 600;
    text-transform: uppercase;
}

.text_wrap-green .text_wrap {
    margin-bottom: 0;
}

.text_wrap-green p {
    position: relative;
    color: #327840;
    text-transform: uppercase;
    z-index: 1;
    margin-bottom: 0;
    font-weight: 600;
}

.text_wrap-green:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .7;
    background-image: url(/images_new/backgrounds/text_background-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.project_participants__green_wave-down {
    position: absolute;
    left: 0px;
    bottom: -200px;
    right: 0;
    width: 100%;
    transform: rotate(180deg);
    z-index: -1;
    pointer-events: none;
}

.project_participants__white_wave-down {
    position: absolute;
    left: -10px;
    bottom: -213px;
    right: 0;
    width: 100%;
    transform: rotate(180deg);
    z-index: -1;
    pointer-events: none;
}

.start_of_the_season {
    position: relative;
    background-color: #00cfbb;
    padding-top: 300px;
    padding-bottom: 300px;
}

.background-paper:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .4;
    background-image: url(/images_new/backgrounds/background-paper.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.slider {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    margin-bottom: 80px;
}

.start_of_the_season__slider {
    display: block;
    width: 100%;
}

.tns-outer {
    display: block;
    width: 100%;
}

.slider .controls {
    margin-bottom: 0;
    width: 100%;
    height: 45px;
}

.slider .controls>li {
    list-style: none;
}

.slider .slide {
    border-radius: 30px;
    box-shadow: 0px 5px 30px 0px rgb(2 2 2 / 60%);
    display: block;
}

.controls {
    position: absolute;
}

.controls>.prev {
    transform: rotate(180deg);
    position: absolute;
    left: -60px;
    width: 45px;
    height: 45px;
    background-color: rgb(149, 214, 22);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
}

.controls>.next {
    position: absolute;
    right: -60px;
    width: 45px;
    height: 45px;
    background-color: rgb(149, 214, 22);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
}

.controls>.prev:hover,
.controls>.next:hover {
    background-color: rgb(166, 232, 33);
}

.tns-nav {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: -36px;
    right: 0;
    z-index: 1;
}

.tns-nav>button {
    width: 8px;
    height: 8px;
    background-color: rgb(149, 214, 22);
    border-radius: 50px;
    margin: 10px 7.5px;
    border-style: none;
}

.tns-nav>button.tns-nav-active {
    background-color: #00665c;
}

.project_teachers {
    background-color: #8541b5;
    position: relative;
    overflow-x: clip;
    padding-bottom: 300px;
}

.project_teachers-content {
    position: relative;
    z-index: 1;
}

.project_teachers__purple_wave-top {
    position: absolute;
    left: 0;
    top: -217px;
    right: 0px;
    width: 103%;
    z-index: 1;
}

.project_teachers__white_wave-top {
    position: absolute;
    left: 0;
    top: -228px;
    right: 0px;
    width: 103%;
    z-index: 0;
    opacity: .3;
}

#tns2-iw {
    margin: 0 -15px !important;
}

.project_teachers__slider>img {
    padding: 0 15px;
}

.project_program {
    position: relative;
    overflow-x: clip;
    padding-bottom: 300px;
}

.project_program__white_wave-top {
    position: absolute;
    left: 0;
    top: -278px;
    right: 0px;
    width: 103%;
}

.card-container {
    padding: 30px 50px 50px 50px;
    position: relative;
    border-radius: 2px;
    margin-bottom: 70px;
    overflow: hidden;
}

.card_background-wrap {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0px 10px 30px 0px rgb(2 2 2 / 30%);
    z-index: 0;
    border-radius: 2px;
}

.card_background {
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
    border-radius: 2px;
}

.card-title-wrap {
    position: relative;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-wrap {
    display: flex;
    justify-content: center;
}

h3.title {
    font-size: 30px;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
    padding: 15px 18px;
    background-color: #fff;
    border-radius: 100px 60px 80px 70px;
    opacity: .7;
}

.pink-bg {
    background-color: #df269d;
}

.pink-title {
    color: #df269d;
}

.blue-bg {
    background-color: #00cfbb;
}

.blue-title {
    color: #00cfbb;
}

.green-bg {
    background-color: #95d616;
}

.green-title {
    color: #95d616;
}

.purple-bg {
    background-color: #8541b5;
}

.purple-title {
    color: #8541b5;
}

.orange-bg {
    background-color: #e87502;
}

.orange-title {
    color: #e87502;
}

.card-img {
    border-radius: 10px;
    box-shadow: 0px 10px 30px 0px rgb(2 2 2 / 30%);
    margin: 15px 0;
    z-index: 1;
    position: relative;
}

.card-text-wrap {
    margin-bottom: 50px;
}

.card-content {
    display: flex;
    align-items: center;
}

.primetime_kids {
    position: relative;
    background-color: #df269d;
    margin-bottom: 300px;
    overflow-x: clip;
}

.primetime_kids__pink_wave-top {
    position: absolute;
    left: 0;
    top: -210px;
    right: 0;
    width: 100%;
    z-index: -1;
}

.primetime_kids__pink_wave-down {
    position: absolute;
    left: 0;
    bottom: -250px;
    right: 0px;
    width: 106%;
    z-index: -1;
}

.bg-pink {
    background-color: #f5bde1;
}

.primetime_kids__text {
    margin-bottom: 100px;
}

.primetime_kids img {
    border-radius: 10px;
    margin-bottom: 20px;
}

.primetime_kids__white_wave-down {
    position: absolute;
    left: -20px;
    bottom: -270px;
    width: 107%;
    z-index: -2;
}

.our_advantages {
    margin-bottom: 300px;
}

.our_advantages h2 {
    margin-bottom: 100px;
}

.our_advantages__card {
    background-image: url(/images_new/backgrounds/card-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 28px 12px;
    position: relative;
    min-height: 420px;
    margin-bottom: 60px;
}

.our_advantages__card_num {
    position: absolute;
    left: 10px;
    top: -42px;
    height: 84px;
    width: 84px;
    background-color: #fff;
    border-radius: 50%;
    color: #424242;
    font-size: 36px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.35;
    font-weight: 600;
    display: flex;
    justify-content: center;
    z-index: -1;
}

.our_advantages__card_img {
    border-radius: 10px;
    margin-bottom: 28px;
}

.title-black>span {
    color: #fff;
}

.project_authors {
    background-color: #00cfbb;
    position: relative;
    z-index: 1;
}

.project_authors h3 {
    font-size: 26px;
    margin-bottom: 50px;
}

.project_authors__blue_wave-top {
    position: absolute;
    left: 0;
    top: -225px;
    right: 0;
    width: 100%;
    z-index: -1;
}

.project_authors__blue_wave-down {
    position: absolute;
    left: 0;
    bottom: -225px;
    right: 0;
    width: 100%;
    z-index: -1;
}

.project_authors__blue_wave-down-1 {
    position: absolute;
    left: -20px;
    bottom: -245px;
    width: 100%;
    z-index: -2;
}

.franchise {
    position: relative;
    background-color: #95d616;
    padding-top: 300px;
    padding-bottom: 300px;
    z-index: 0;
}

.franchise img {
    border-radius: 10px;
}

.franchise .img-wrap {
    margin-bottom: 80px;
}

.link-blue {
    background-color: #00cfbb !important;
}

.link-blue:hover {
    background-color: #95d616 !important;
}

.franchise h3 {
    color: #327840;
    font-size: 30px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 600;
    text-transform: uppercase;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.franchise h3>span {
    color: #fff;
}

.our_projects {
    position: relative;
    overflow-x: clip;
    margin-bottom: 150px;
}

.our_projects_white_wave-top {
    position: absolute;
    left: 0;
    top: -216px;
    right: 0;
    width: 103%;
}

.our_projects__card:hover {
    text-decoration: none;
}

.our_projects__card>img {
    border-radius: 10px;
    box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 30%);
    margin-bottom: 20px;
}

.our_projects__card>p {
    color: #424242;
    font-size: 18px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 500;
    text-align: center;
}

.mass_media_about_us__wrap-card {
    margin-bottom: 50px;
}

.mass_media_about_us__card:hover {
    text-decoration: none;
}

.mass_media_about_us__card>img {
    border-radius: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.mass_media_about_us__card>p {
    font-size: 18px;
    line-height: 1.55;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 300;
    color: #000;
    margin-bottom: 15px;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.mass_media_about_us__card>span {
    color: #6b6b6b;
    font-weight: 500;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 20px;
    line-height: 1.55;
    cursor: pointer;
    display: inline-block;
}

.mass_media_about_us__card:hover>span {
    color: #070506;
}

.mass_media_about_us__card>span:after {
    content: " →";
    font-family: Arial, Helvetica, sans-serif;
}

footer {
    background-color: #424242;
    padding: 50px 0;
}

footer p,
footer a {
    color: #ffffff;
    font-size: 13px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    margin-bottom: 10px;
}

footer a:hover {
    text-decoration: none;
    color: #d6d6d6;
}

footer .social {
    text-align: right;
}

.footer-text {
    color: #d6d6d6;
    font-size: 12px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
}

.vk {
    width: 33px;
    height: 33px;
}

.social .vk {
    margin-bottom: 5px;
}

.footer-logo {
    max-width: 160px;
}

.our_projects__wrap {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

.btn_to_top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 1000;
    transform: rotate(270deg);
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    border: solid #fff 2px;
    background-color: transparent;
    box-shadow: rgb(2 2 2 / 80%) 0px 0px 30px 0px;
    border-radius: 50%;
    display: none;
}

.btn_to_top:hover {
    background-color: #00cfbb;
    border-color: #00cfbb;
    color: #020202;
}

.forma_one {
    /* background-color: #fff; */
    position: relative;
    overflow-x: clip;
    padding-top: 0;
    z-index: 1;
    padding-bottom: 150px;
}

.forma_one__purple_wave-down {
    position: absolute;
    left: -20px;
    bottom: -218px;
    transform: rotate(180deg);
    z-index: 0;
    width: 103%;
}

.forma_one-outer_block {
    padding: 10px;
    background: rgba(0, 0, 0, .85);
    border: 8px solid #7fcc00;
}

.forma_one-inner_block {
    padding-top: 30px;
    padding-left: 235px;
    padding-right: 65px;
    position: relative;
    padding-bottom: 65px;
}

.forma_one-inner_block img {
    position: absolute;
    left: -28px;
    bottom: -10px;
}

.forma_one-inner_block h3 {
    font-size: 40px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    padding-right: 15%;
    margin-bottom: 20px;
    word-break: break-word;
}

.forma_one-inner_block p {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.forma_one-inner_block button {
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.8px;
    color: #ffffff;
    text-transform: uppercase;
    transition: 0.3s;
    background-image: linear-gradient(to bottom, #e72481, #de195a);
    border: none!important;
    text-shadow: 1.5px 1.4px 2px rgb(24 24 24 / 65%);
    margin-bottom: 15px;
    border-radius: 40px;
    padding: 9px 31px;
}

.forma_one-inner_block button:hover {
    color: #ffcbd9;
}

.forma_one-inner_block input[type=checkbox] {
    width: 18px;
    height: 18px;
    border: 1px solid #000;
    background-color: #fff;
    margin: 0;
    margin-right: 4px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0px;
    opacity: 1 !important;
    z-index: 10;
}

.iti {
    width: 100%;
}

.custom-control-label {
    color: #fff;
}

@media (max-width: 992px) {
    main.page {
        padding-bottom: 50px;
        margin-top: -100px;
    }
    .forma_one-inner_block {
        padding-top: 20px;
        padding-left: 200px;
        padding-right: 30px;
        position: relative;
        padding-bottom: 35px;
    }
    .forma_one-inner_block h3 {
        font-size: 30px;
    }
    .forma_one-inner_block button {
        font-size: 17px;
    }
    .navbar-collapse {
        display: block;
    }
    .nav-link {
        margin-bottom: 10px;
    }
    .navbar-nav {
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .forma_one .forma_one-inner_block img {
        display: none;
    }
    .forma_one-inner_block {
        padding: 0;
        padding: 5px;
    }
    .forma_one {
        padding-top: 0;
        padding-bottom: 150px;
    }
    .city-item {
        width: 33% !important;
    }
}

@media (max-width: 425px) {
    .forma_one-outer_block {
        padding: 10px;
        background: rgba(0, 139, 214, 0.25);
        border: 8px solid #FE8ED8;
        background: -moz-linear-gradient(90deg, rgba(33, 33, 33, 1) 0%, rgba(76, 76, 76, 1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(76, 76, 76, 1)), color-stop(100%, rgba(33, 33, 33, 1)));
        background: -webkit-linear-gradient(90deg, rgba(33, 33, 33, 1) 0%, rgba(76, 76, 76, 1) 100%);
        background: -o-linear-gradient(90deg, rgba(33, 33, 33, 1) 0%, rgba(76, 76, 76, 1) 100%);
        background: -ms-linear-gradient(90deg, rgba(33, 33, 33, 1) 0%, rgba(76, 76, 76, 1) 100%);
        background: linear-gradient(0deg, rgba(33, 33, 33, 1) 0%, rgba(76, 76, 76, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4C4C4C', endColorstr='#212121', GradientType=0);
        padding-bottom: 0;
        /* word-break: break-all; */
    }
    .forma_one-inner_block h3 {
        font-size: 22px;
        padding-right: 0;
        margin: 0;
        text-align: center;
        margin-bottom: 30px;
        color: #ffffff;
    }
    .form-control {
        display: block !important;
        width: 100% !important;
        height: 40px !important;
        padding: 10px 12px !important;
        font-size: 14px !important;
        line-height: 1.42857143 !important;
        color: #555 !important;
        background-color: #fff !important;
        background-image: none !important;
        border: 1px solid #ccc !important;
        border-radius: 30px !important;
        -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%) !important;
        box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%) !important;
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s !important;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
    }
    #contact-form .custom-control-label {
        margin-bottom: -15px;
        font-size: 18px;
    }
    .city-item {
        width: 50% !important;
    }
}

#contact-form .label_for_checkbox {
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #222;
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
    padding-left: 25px;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open>.dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open>.dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open>.dropdown-toggle.btn-default.focus {
    background-color: #fff279 !important;
    color: #e83d6b !important;
}

.btn-default:focus,
.btn-default.focus {
    background-color: #fff279;
    color: #e83d6b;
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#contact-form-button {
    margin-bottom: 15px;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px !important;
    margin-left: 0;
}

.wrap_cities {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start;
}

.city-item {
    width: 20%;
    height: 20px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
}

@media (max-width: 1440px) {
    .project_participants__white_wave-top {
        top: -215px;
    }
    .project_participants__green_wave-top {
        top: -176px;
    }
    .project_teachers__purple_wave-top {
        top: -148px;
    }
    .project_teachers__white_wave-top {
        top: -158px;
    }
    .franchise {
        padding-bottom: 130px;
    }
    .our_projects_white_wave-top {
        top: -155px;
    }
    .forma_one__purple_wave-down {
        bottom: -150px;
    }
    .project_participants__green_wave-down {
        bottom: -170px;
    }
    .project_participants__white_wave-down {
        bottom: -184px;
    }
    .project_program__white_wave-top {
        top: -238px;
    }
    .primetime_kids__pink_wave-down {
        bottom: -200px;
    }
    .primetime_kids__white_wave-down {
        bottom: -220px;
    }
    .project_authors__blue_wave-top {
        top: -223px;
    }
    .project_authors__blue_wave-down {
        bottom: -174px;
    }
    .project_authors__blue_wave-down-1 {
        bottom: -195px;
    }
}

@media (max-width: 1024px) {
    h1 {
        font-size: 56px;
    }
    h2 {
        font-size: 34px;
    }
    p {
        font-size: 18px !important;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
    }
    .header__imgs>img {
        width: 200px;
    }
    .project_participants__green_wave-down {
        bottom: -90px;
    }
    .project_participants__white_wave-down {
        bottom: -103px;
    }
    .start_of_the_season {
        padding-top: 150px;
        padding-bottom: 200px;
    }
    .project_teachers__purple_wave-top {
        top: -115px;
    }
    .project_teachers__white_wave-top {
        top: -128px;
    }
    .controls>.prev {
        left: 30px;
    }
    .controls>.next {
        right: 30px;
    }
    .project_program__white_wave-top {
        top: -138px;
    }
    .project_teachers {
        padding-bottom: 200px;
        padding-top: 60px;
    }
    h3.title {
        font-size: 24px;
    }
    .project_program {
        padding-bottom: 200px;
    }
    .primetime_kids__pink_wave-down {
        bottom: -140px;
    }
    .primetime_kids__white_wave-down {
        bottom: -160px;
    }
    .primetime_kids__pink_wave-top {
        top: -130px;
    }
    .our_advantages {
        margin-bottom: 200px;
    }
    .project_authors__blue_wave-top {
        top: -115px;
    }
    .project_authors__blue_wave-down {
        bottom: -105px;
    }
    .project_authors__blue_wave-down-1 {
        bottom: -125px;
    }
    .franchise {
        padding-top: 200px;
    }
    .our_projects_white_wave-top {
        top: -114px;
    }
    .forma_one__purple_wave-down {
        bottom: -110px;
        left: -10px;
        width: 103%;
    }
    .project_participants__green_wave-top {
        top: -156px;
    }
    .project_participants__white_wave-top {
        top: -185px;
    }
}

@media (max-width: 991px) {
    header .login {
        margin-right: 0;
    }
    header.page {
        height: auto;
        padding-bottom: 200px;
        background-color: #000;
    }
    .card-content {
        display: block;
    }
}

@media (max-width: 768px) {
    header {
        height: auto;
        padding-bottom: 300px;
    }
    header.page {
        height: auto;
        padding-bottom: 200px;
        background-color: #000;
    }
    nav {
        margin-bottom: 20px;
    }
    /* .header__title {
        height: 90px;
    } */
    h1 {
        font-size: 36px;
    }
    h2 {
        font-size: 24px;
    }
    h3.title {
        font-size: 20px;
    }
    .primetime_kids {
        margin-bottom: 150px;
    }
    .franchise h3 {
        font-size: 20px
    }
    .header__imgs {
        margin-top: 50px;
        height: auto;
        margin-bottom: 50px;
    }
    .header__imgs>img {
        width: 160px;
    }
    .header__img-1 {
        left: 0;
        top: 0;
    }
    .header__img-2 {
        left: 180px;
        top: 0;
    }
    .header__img-3 {
        right: 0px;
        top: 0;
    }
    .header__img-4 {
        left: 0;
        bottom: 0;
        top: unset;
    }
    .header__img-5 {
        left: unset;
        right: 180px;
        bottom: 0;
    }
    .header__img-6 {
        left: unset;
        right: 0;
        bottom: 0;
    }
    .project_participants__green_wave-top {
        top: -92px;
    }
    .project_participants__white_wave-top {
        top: -116px;
    }
    .project_teachers__purple_wave-top {
        top: -64px;
    }
    .project_teachers__white_wave-top {
        top: -78px;
    }
    .our_projects_white_wave-top {
        top: -64px;
    }
    .project_program__white_wave-top {
        top: -98px;
    }
    .primetime_kids__pink_wave-top {
        top: -82px;
    }
    .primetime_kids__pink_wave-down {
        bottom: -80px;
    }
    .primetime_kids__white_wave-down {
        bottom: -92px;
    }
    .project_authors__blue_wave-top {
        top: -91px;
    }
    .project_authors__blue_wave-down {
        bottom: -65px;
    }
    .project_authors__blue_wave-down-1 {
        bottom: -84px;
    }
    .our_projects_white_wave-top {
        top: -64px;
    }
    footer .social {
        text-align: center;
    }
    .card-content {
        display: block;
    }
    .card-container {
        padding: 15px 25px 25px 25px;
    }
    .img-wrap>img {
        margin-top: 20px;
    }
    .franchise_img {
        margin-bottom: 15px;
    }
    .forma_one {
        padding-bottom: 80px;
    }
    .forma_one__purple_wave-down {
        width: 103%;
    }
    .project_participants__green_wave-down {
        bottom: -70px;
    }
    .project_participants__white_wave-down {
        bottom: -81px;
    }
    .forma_one__purple_wave-down {
        bottom: -64px;
    }
    main.page {
        padding-bottom: 50px;
        margin-top: 0;
    }
}

@media (max-width: 425px) {
    header {
        height: auto;
        padding-bottom: 300px;
    }
    header.page {
        height: auto;
        padding-bottom: 100px;
        background-color: #000;
    }
    .header__title_img-1 {
        width: 30px;
    }
    .header__title_img-2 {
        width: 30px;
    }
    h1 {
        font-size: 26px;
    }
    p {
        font-size: 16px !important;
    }
    h2 {
        font-size: 22px;
    }
    .link {
        font-size: 14px;
        /* width: 217px; */
        height: 45px;
    }
    .project_participants__green_wave-top {
        top: -76px;
    }
    .project_participants__white_wave-top {
        top: -96px;
    }
    .header__imgs {
        height: 300px;
    }
    .header__img-2 {
        left: 130px;
    }
    .header__img-5 {
        right: 130px;
    }
    .header__imgs>img {
        width: 120px;
    }
    .project_participants__green_wave-down {
        bottom: -50px;
    }
    .project_participants__white_wave-down {
        bottom: -63px;
    }
    .start_of_the_season {
        padding-top: 100px;
        padding-bottom: 80px;
    }
    .project_teachers__purple_wave-top {
        top: -57px;
    }
    .project_teachers__white_wave-top {
        top: -68px;
    }
    .project_teachers {
        padding-bottom: 100px;
    }
    .project_program__white_wave-top {
        top: -58px;
    }
    .card-title-wrap {
        margin-bottom: 25px;
    }
    h3.title {
        font-size: 18px;
    }
    .card-text-wrap {
        margin-bottom: 25px;
    }
    .project_program {
        padding-bottom: 100px;
    }
    .primetime_kids__pink_wave-top {
        top: -60px;
    }
    .primetime_kids__text {
        margin-bottom: 50px;
    }
    .primetime_kids__pink_wave-down {
        bottom: -70px;
    }
    .primetime_kids__white_wave-down {
        bottom: -90px;
        left: 0;
    }
    .our_advantages h2 {
        margin-bottom: 80px;
    }
    .primetime_kids {
        margin-bottom: 100px;
    }
    .our_advantages {
        margin-bottom: 100px;
    }
    .project_authors__blue_wave-top {
        top: -65px;
    }
    .project_authors__blue_wave-down {
        bottom: -55px;
    }
    .project_authors__blue_wave-down-1 {
        bottom: -65px;
        left: 0px;
    }
    .franchise {
        padding-top: 100px;
    }
    .franchise h3 {
        font-size: 20px;
    }
    .our_projects_white_wave-top {
        top: -56px;
    }
    .our_projects {
        margin-bottom: 50px;
    }
    .video {
        height: 215px;
    }
    .forma_one__purple_wave-down {
        width: 103%;
        left: -8px;
        bottom: -50px;
    }
    main.page {
        padding-bottom: 50px;
        margin-top: 0;
    }
}

@media (max-width: 375px) {
    .project_participants__green_wave-top {
        top: -69px;
    }
    .forma_one__purple_wave-down {
        bottom: -48px;
    }
    .project_teachers__purple_wave-top {
        top: -57px;
    }
    header {
        height: auto;
    }
    header.page {
        height: auto;
        padding-bottom: 100px;
        background-color: #000;
    }
    .header__imgs>img {
        width: 100px;
    }
    .header__imgs {
        height: 230px;
    }
    .text-bg {
        padding: 33px 25px;
    }
    .project_teachers__purple_wave-top {
        top: -49px;
    }
    .project_teachers__white_wave-top {
        top: -56px;
    }
    h3.title {
        font-size: 15px;
    }
    .our_projects_white_wave-top {
        top: -48px;
    }
    .mass_media_about_us__card>p {
        font-size: 14px;
    }
    .mass_media_about_us__card>span {
        font-size: 16px;
    }
    p {
        font-size: 12px !important;
    }
    .our_advantages__card {
        min-height: 320px;
    }
    .forma_one__purple_wave-down {
        left: -7px;
    }
    main.page {
        padding-bottom: 50px;
        margin-top: 0;
    }
}

@media (max-width: 320px) {
    .header__imgs>img {
        width: 90px;
    }
    .header__img-2 {
        left: 100px;
    }
    .header__img-5 {
        right: 100px;
    }
    .project_participants__green_wave-top {
        top: -56px;
    }
    .project_participants__white_wave-top {
        top: -76px;
    }
    .project_participants__white_wave-down {
        left: 0px;
    }
    .project_teachers__purple_wave-top {
        top: -40px;
    }
    .project_teachers__white_wave-top {
        top: -46px;
    }
    h3.title {
        font-size: 14px;
    }
    .card-container {
        padding: 10px 20px 20px 20px;
    }
    .forma_one__purple_wave-down {
        left: -6px;
        bottom: -40px;
    }
    main.page {
        padding-bottom: 50px;
        margin-top: 0;
    }
}

.hidden .form-group {
    margin: 0;
}

section#albums {
    /* position: relative;
    overflow-x: clip;
    z-index: 2; */
}

section#item_albums {
    /* position: relative;
    overflow-x: clip;
    z-index: 2; */
}

section#condition {
    /* position: relative;
    overflow-x: clip;
    z-index: 2; */
}

.main__white_wave-bottom {
    position: absolute;
    left: 0;
    bottom: -2px;
    right: 0px;
    width: 103%;
    margin-bottom: -190px;
}


/* section#albums h1 {
    font-size: 38px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.4px;
    text-align: justify;
    color: #222222;
    margin-bottom: 27px;
    text-align: center;
} */


/* #item_albums h1 {
    font-size: 38px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.4px;
    text-align: justify;
    color: #222222;
    margin-bottom: 27px;
    margin-top: 20px;
} */


/* #item_albums h2 {
    font-size: 35px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.4px;
    text-align: justify;
    color: #222222;
    margin-bottom: 27px;
    margin-top: 20px;


}*/

#item_albums .k-ld a {
    margin: 15px!important;
    width: calc(33.3333% - 30px);
    display: block;
    transition: 0.3s;
}

#item_albums .k-ld {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    margin-bottom: 45px;
}

#item_albums .k-ld a:hover {
    box-shadow: 7.8px 7.8px 32.2px 2.8px rgba(34, 31, 27, 0.27);
    transition: 0.3s;
}

section#albums .list-view {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.item-album {
    margin-bottom: 15px;
    margin-top: 15px;
}

main.page .description * {
    color: #000 !important;
}

@media(min-width: 1024px) {
    header {
        margin-bottom: 160px;
    }
}

main.page h1,
main.page h2,
main.page h3,
main.page p,
main.page span,
main.page b {
    color: #000;
}

span.title_ {
    display: flex;
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    bottom: 0;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 20px;
    flex-direction: column;
    padding: 50px;
}

span.title_ .text_ {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
}

span.title_:before {
    content: ' ';
    width: 100%;
    height: 2px;
    background: #D73B63;
}

span.title_:after {
    content: ' ';
    width: 100%;
    height: 2px;
    background: #D73B63;
}

main.page h2 {
    text-align: center;
}

#modal_city h4.modal-title {
    font-size: 18px;
    font-weight: 700;
}

.modal-header {
    padding: 10px 15px;
}

p.city {
    font-size: 18px;
}

a.link_home {
    margin-top: 20px;
    display: block;
}


/* ФРАНШИЗА */

#franchise.forma_one {
    padding-bottom: 215px;
}

.franchise-bottom {
    margin-top: 40px;
}

.forma_two {
    padding-top: 220px;
    padding-bottom: 110px;
    background-repeat: no-repeat;
    background-image: url(../images/form_bg2.jpg);
    background-size: cover;
    background-position: center;
}

.forma_two h5 {
    font-size: 31px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #6aab00;
    margin-bottom: 20px;
    margin-top: 0;
}

.forma_two h3 {
    padding-right: 0;
    color: #fff;
}

.forma_two .forma_one-inner_block img {
    left: unset;
    right: -77px;
    width: 300px;
}

.forma_two .forma_one-inner_block {
    padding-top: 21px;
    padding-left: 78px;
    padding-right: 208px;
    position: relative;
    padding-bottom: 65px;
}


/* Slider */

.owl-nav {
    position: absolute;
    width: 106%;
    top: Calc(50% - 30px);
    left: -3%;
    height: 0px;
}

.owl-next {
    float: right;
    font-size: 60px;
    color: #2d2d2f;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.owl-prev {
    float: left;
    font-size: 60px;
    color: #2d2d2f;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

@media(max-width: 767px) {
    .owl-next {
        color: #fff;
    }
    .owl-prev {
        color: #fff;
    }
}

.owl-dots {
    display: none;
}

.pressa-item {
    background: #f7f7f7;
    border-radius: 5px;
    border: 1px solid #cfcaca;
}

.pressa-item:hover {
    cursor: pointer;
}

.pressa-img img {
    width: 100% !important;
    filter: brightness(0.8);
}

.pressa-item:hover .pressa-img img {
    filter: brightness(1);
}

.pressa-title p {
    font-size: 15px !important;
    color: black !important;
    font-weight: bold !important;
}

.pressa-description p {
    font-size: 12px !important;
    color: #7a7979 !important;
}

.pressa-text {
    padding: 15px !important;
    overflow: hidden !important;
    height: 150px !important;
}

.pressa-block a {
    text-decoration: none;
}

.block-line-pressa {
    margin-top: 30px;
    margin-bottom: 30px;
    /*display: flex;*/
}

.pressa-block {
    margin-top: 15px !important;
    margin-bottom: 1 5px;
}

@media (max-width: 768px) {
    .pressa-block img {
        width: 95% !important;
    }
}


/*@media (max-width: 620px) {
  .pressa-block {
    display:block;
    margin-left: 80px;
    margin-right: 80px;
  }
}*/

@media (max-width: 426px) {
    .pressa-block img {
        width: 95% !important;
    }
}

@media (max-width: 1200px) {
    .pressa-block {
        display: block;
        margin-right: 20px;
    }
}