@font-face {
font-family: "ProximaNova"; 
src: url("../fonts/ProximaNovaT-Thin.ttf") format("truetype");
font-style: normal; 
font-weight: 100; 
}

@font-face {
font-family: "ProximaNova"; 
src: url("../fonts/ProximaNova-Light.ttf") format("truetype");
font-style: normal; 
font-weight: 300; 
}

@font-face {
font-family: "ProximaNova"; 
src: url("../fonts/ProximaNova-Regular.ttf") format("truetype");
font-style: normal; 
font-weight: 400; 
}

@font-face {
font-family: "ProximaNova"; 
src: url("../fonts/ProximaNova-Semibold.ttf") format("truetype");
font-style: normal; 
font-weight: 500; 
}

@font-face {
font-family: "ProximaNova"; 
src: url("../fonts/ProximaNova-Bold.ttf") format("truetype");
font-style: normal; 
font-weight: 600; 
}

@font-face {
font-family: "ProximaNova"; 
src: url("../fonts/ProximaNova-Black.ttf") format("truetype");
font-style: normal; 
font-weight: 700; 
}

@font-face {
font-family: "RaleighExtraBoldCBT"; 
src: url("../fonts/RaleighExtraBoldCBT.otf") format("truetype");
font-style: normal; 
font-weight: 600; 
}

html, body, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, button, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  all: initial;
  all: inherit;
  all: unset;
}
* {
	box-sizing:border-box;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #cccccc;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
div, h1, h2, h3, h4, h5, h6, p {
	display: block;
	box-sizing:border-box;
}
body {
	font-family: "ProximaNova";
	min-width:1200px;
	display:block;
	color: #2D3039;
	position: relative;
}
a {
	cursor:pointer;
}
section {
    width: 100%;
    display: flex;
    justify-content: center;
	box-sizing:border-box;
}
section .container {
    max-width: 1120px;
    width: 100%;
     /* ÑƒÐ±Ñ€Ð°Ñ‚ÑŒ Ð¿Ñ€Ð¸ Ð¼Ð¾Ð±Ð¸Ð»ÑŒÐ½Ð¾Ð¹ Ð²Ñ‘Ñ€ÑÑ‚ÐºÐµ */
}
.action_head {
	display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1430px;
    margin: 0 auto;
	height:32px;
}
.action_head .logo {
	display: flex;
    align-items: center;
    margin-left: 10px;
}

.alert-danger {
	color: #ffffff;
    position: fixed;
    display: block;
    top: 25vh;
    left: calc(50vw - 115px);
    background: #e52e46;
    padding: 25px;
    width: 230px;
    z-index: 1000000000;
}
.main_first {
    background: url(../img/deti.png) no-repeat, url(../img/bg.png) no-repeat;
    color: #ffffff;
    background-size: auto, cover;
    background-position: calc(50% + 340px) calc(100% - 30px), center;
}
.main_first .container {
    margin: 50px 0 145px;
}
.main_first .container .menu {
    font-size: 18px;
    text-transform: uppercase;
    display: flex;
    gap: 1em;
    margin: 0 0 70px 0;
}
.main_first .container .menu li {}
.main_first .container .menu li a {
	border: 1px solid #ffffff;
    border-radius: 15px;
    min-width: 200px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    padding: 0 15px;
    box-sizing: border-box;
}
.main_first .container .menu li a:hover {
	background:#ffffff;
	color:#000000;
}
.main_first .container .menu li a.certificate {
	display:none;
}
.main_first .container .menu li a.certificate {
	background:#ffffff;
	color:#000000;
	width:241px;
}
.main_first .container .menu li a.certificate:hover {
	background:#0278FF;
	border: 1px solid #0278FF;
	color:#ffffff;
}
.main_first .container p {
    font-size: 32px;
}
.main_first .container h1 {
    font-family: "RaleighExtraBoldCBT";
    font-weight: 600;
    font-size: 90px;
    line-height: 90px;
    margin: 30px 0;
    text-transform: uppercase;
	max-width: 650px;
}
.main_first .container .btn {
    font-size: 18px;
    text-transform: uppercase;
    color: #000000;
    width: 420px;
    height: 60px;
    display: none;
    background: #ffffff;
    border-radius: 21px;
    align-items: center;
    justify-content: center;
	transition:all 0.3s;
}
.main_first .container .btn:hover {
	background:#0278FF;
	color:#ffffff;
}
.main_about {
    margin-top: -85px;
}
.main_about .container {
    display: flex;
    padding: 95px 55px 95px 60px;
    background: #ffffff;
    border-radius: 8px;
    max-width: 1200px;
}
.main_about .container .img {
    margin-right: 40px;
}
.main_about .container .img img {}
.main_about .container .text {}
.main_about .container .text p {
    font-size: 35px;
    color: #2D3039;
}

.chapter {
    margin-bottom: 70px;
}
.chapter .container {}
.chapter .container .chapter_header {
    display: flex;
}
.chapter .container .chapter_header .title {
    font-size: 50px;
    font-weight: 700;
    flex: 0 0 35%;
    padding-right: 25px;
    color: #000000;
}
.chapter .container .chapter_header .description {
    font-size: 30px;
    flex: 0 0 65%;
    color: #2D3039;
}
.chapter .container .chapter_items {}
.chapter .container .chapter_items .tils {
	display: flex;
    justify-content: space-between;
    margin: 70px 0;
}
.chapter .container .chapter_items .tils .item {
	display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    box-sizing: border-box;
}
.chapter .container .chapter_items .four .item {
    flex: 0 0 calc(25% - 0.5em);
}
.chapter .container .chapter_items .three .item {
    flex: 0 0 calc(33.3333% - 1.7em);
}
.chapter .container .chapter_items .btn {
    width: 350px;
    height: 50px;
    display: flex;
    border: 1px solid #2D3039;
    border-radius: 3px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
	transition: all 0.3s;
}

.chapter .container .chapter_items .btn:hover {
	border: 1px solid #0095FF;
	background:#0278FF;
	color:#ffffff;
}
.chapter .container .chapter_items .container_popup .btn {
	width:100%;
}
.chapter .container .chapter_items .tils.carousel_idea {
	margin: 70px 0 60px;
}
.item_doc {
	background: rgb(226,233,237);
	background: linear-gradient(315deg, rgba(226,233,237,1) 0%, rgba(251,253,255,1) 100%);
	border-radius: 5px;
	border: 1px solid #D6D6D6;
	padding: 15px 20px;
}
.item_doc:hover {
	box-shadow: 0 0 15px #e3dfdd;
}

.item_doc .category {
    flex: 0 0 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}
.item_doc .category .text {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    max-width: 150px;
}
.item_doc .category .img {}
.item_doc .name {
    font-size: 18px;
    color: #2F3441;
    text-decoration: underline 1px #ababab;
    line-height: 25px;
}
.item_idea {
    border-radius: 3px;
    border: 1px solid #E3DFDD;
    cursor: pointer;
    height: 352px;
    width: 345px;
    margin: 10px 30px 10px 10px;
}
.item_idea:hover {
	box-shadow: 0 0 15px #e3dfdd;
}
.item_idea .category {
    width: 100%;
    height: 196px;
    border-radius: 3px 3px 0 0;
    padding: 25px 30px;
}
.item_idea .category a, .item_idea .category span {
    font-size: 15px;
    font-weight: 500;
    background: #F4DD8B;
    padding: 8px 15px;
    border-radius: 3px;
    margin-right: 5px;
    text-transform: uppercase;
}
.item_idea .name {
    font-size: 20px;
    font-weight: 600;
    padding: 30px;
}

.scenario {}
.chapter .container .chapter_items .tils .item.item_scenario {
    flex-wrap: nowrap;
    width: 751px;
    height: 241px;
    padding: 15px 25px;
    border: 1px solid #E3DFDD;
    background: #f3f3f3;
	cursor: pointer;
	margin: 10px 30px 10px 10px;
}
.chapter .container .chapter_items .tils .item.item_scenario:hover {
	box-shadow: 0 0 15px #e3dfdd;
}
.scenario .item_scenario .image {
	width: 263px;
	height: 210px;
	border-radius: 30px;
	margin-right: 48px;
}
.scenario .item_scenario .title {
    width: 380px;
}
.scenario .item_scenario .title .category {
	margin: 0 0 30px;
}
.scenario .item_scenario .title .category span {
	font-size: 15px;
	font-weight: 500;
	background: #F4DD8B;
	padding: 8px 15px;
	border-radius: 3px;
	margin-right: 5px;
	white-space: nowrap;
	text-transform: uppercase;
	line-height: 40px;
}

.scenario .item_scenario .title .category span.format_9 {
	background: #C64FE2;
	color:#ffffff;
}
.scenario .item_scenario .title .category span.format_10 {
	background: #8BC34A;
	color:#ffffff;
}
.scenario .item_scenario .title .category span.format_11 {
	background: #644fe2;
	color:#ffffff;
}
.scenario .item_scenario .title .category span.format_13 {
	background: #4aaa94;
	color:#ffffff;
}
.scenario .item_scenario .title .category span.format_15 {
	background: #673AB7;
	color:#ffffff;
}
.scenario .item_scenario .title .category span.format_16 {
	background: #FF705C;
	color:#ffffff;
}
.scenario .item_scenario .title .category span.format_17 {
	background: #FF9800;
	color:#ffffff;
}
.scenario .item_scenario .title .category span.format_23 {
	background: #4D9FFF;
	color:#ffffff;
}
.scenario .item_scenario .title .category span.format_24 {
	background: #FFEB3B;
	color:#000000;
}
.scenario .item_scenario .title .category span.format_28 {
	background: #3ED9CF;
	color:#000000;
}
.scenario .item_scenario .title .category span.format_28 {
	background: #3f51b5;
	color:#ffffff;
}

.scenario .item_scenario .title .category .age {
	background: #F4DD8B;
}
.scenario .item_scenario .title .name {
    font-size: 23px;
    font-weight: 600;
}
.chapter .container .chapter_items .tils.scenario {
    margin: 70px 0 145px;
}

.chapter_wide {}
.chapter_wide .container {
    max-width: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.chapter_wide .container .chapter_header {
    width: 1120px;
}
.chapter_wide .container .chapter_items {
	width: 100%;
}
.regional_experiences {
    background: #474D5E;
}
.regional_experiences .container {
    margin: 50px 0 75px;
     /* ÑƒÐ±Ñ€Ð°Ñ‚ÑŒ Ð¿Ñ€Ð¸ Ð¼Ð¾Ð±Ð¸Ð»ÑŒÐ½Ð¾Ð¹ Ð²Ñ‘Ñ€ÑÑ‚ÐºÐµ */
}
.regional_experiences .container .h2 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 700;
    text-align: center;
}
.regional_experiences .container .btn {
	width: 350px;
	height: 50px;
	display: flex;
	border: 1px solid #2D3039;
	border-radius: 3px;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
	transition: all 0.3s;
	background: #ffffff;
}
.regional_experiences .container .btn:hover {
	border: 1px solid #0278FF;
	background:#0278FF;
	color:#ffffff;
}
.regional_experiences .container .items {
    display: flex;
    justify-content: space-between;
    margin: 55px 0;
}
.regional_experiences .container .items .item {
    background: #ffffff;
    border: 1px solid #E3DFDD;
    width: 345px;
    height: 400px;
    padding: 35px 30px 25px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.regional_experiences .container .items .item .name {
    font-size: 20px;
    font-weight: 600;
    flex: 0 0 100%;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

.regional_experiences .container .items .item .container_popup .name {
    font-size: 20px;
    font-weight: 600;
    flex: 0 0 100%;
    height: auto;
    line-height: inherit;
    overflow: hidden;
}
.regional_experiences .container .items .item .place {
    font-size: 12px;
    color: #707070;
}
.regional_experiences .container .items .item .photo {
    width: 100%;
    height: 117px;
    border-radius: 5px;
}
.regional_experiences .container .items .item .container_popup .photo {
    width: 100%;
    height: 320px;
    border-radius: 3px;
    margin-top: 20px;
}
.regional_experiences .container .items .item .exception {
    font-size: 16px;
	height:120px;
}
.regional_experiences .container .items .item .container_popup .exception {
    height:auto;
}
.regional_experiences .container .items .item .btn {
    width: 100%;
    border: 1px solid #0278FF;
    height: 36px;
    box-sizing: border-box;
    color: #0278FF;
    font-size: 18px;
    cursor: pointer;
}
.regional_experiences .container .items .item .container_popup .btn {
	height: 50px;
}
.regional_experiences .container .items .item .btn:hover {
    color: #ffffff;
    border: 1px solid #0095FF;
}
.feedback {
    background: url(../img/child.png) no-repeat, #474D5E;
    color: #ffffff;
    background-position: calc(50% - 340px) bottom;
}
.feedback .container {
    display: flex;
}
.feedback .container .desription {
    flex: 0 0 50%;
    width: 100%;
    padding: 0 120px 0 0;
}
.feedback .container .desription .h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 55px;
}
.feedback .container .desription .text {
    font-size: 30px;
    font-weight: 300;
}
.feedback .container .forma {
    flex: 0 0 50%;
    width: 100%;
}
.feedback .container .forma form {}
.feedback .container .forma form .input {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
	position: relative;
}
.feedback .container .forma form .input span.error, .feedback .container .forma form .input__wrapper span.error {
	color: #ff0000;
	position: absolute;
	top: 27px;
	left: 10px;
	font-size: 14px;
	font-style: italic;
}
.feedback .container .forma form .input label {
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 8px;
}
.feedback .container .forma form .input input {
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: #000000;
    border-radius: 3px;
    border: 1px solid #DBDBDB;
    padding: 0 0 0 10px;
    font-family: 'ProximaNova';
    background: #ffffff;
}
.feedback .container .forma form .input input:focus-visible {
	border: 3px solid #FF0000;
	outline: none;
}
.feedback .container .forma form .input textarea {
    width: 100%;
    height: 140px;
    font-size: 16px;
    color: #000000;
    border-radius: 3px;
    border: 1px solid #DBDBDB;
    padding: 15px 0 0 10px;
    font-family: 'ProximaNova';
    max-width: 560px;
}
.feedback .container .forma form .input textarea:focus-visible {
	border: 3px solid #FF0000;
	outline: none;
}
.feedback .container .forma form .btn {
    background: #BEBEBE;
    font-size: 18px;
    height: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    margin: 40px 0 85px;
	transition:all 0.3s;
	cursor:pointer;
}
.feedback .container .forma form .btn:hover {
    background: #0095FF;
}
.feedback .container .forma form .btn.active {
	background: #0095FF;
}
.feedback .container .forma_ok {
    flex: 0 0 50%;
    height: 970px;
    display: none;
}
.feedback .container .forma_ok .block {
    background: #ffffff;
    color: #474D5E;
    height: 472px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    border-radius: 3px;
}
.feedback .container .forma_ok .block .h_thanks {
    font-size: 50px;
    font-weight: 700;
    margin: 0 0 10px;
    text-align: center;
    padding: 0 20px;
}
.feedback .container .forma_ok .block .text {
    font-size: 30px;
    max-width: 425px;
    text-align: center;
}
.feedback .container .forma_ok .btn {
    background: #BEBEBE;
    font-size: 18px;
    height: 50px;
    width: 100%;
    display: flex;
    border-radius: 3px;
    align-items: center;
    justify-content: center;
	margin: 70px 0 0;
	transition:all 0.3s;
}
.feedback .container .forma_ok .btn:hover {
	background: #0095FF;
}
.input__wrapper {
  width: 100%;
  position: relative;
  margin: 15px 0;
}
.input__wrapper .label {
	width: 100%;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 8px;
	display: block;
}
.feedback .container .forma form .input__file {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
 
.input__file-icon-wrapper {
  height: 30px;
  width: 90px;
  background: url(../img/upload.png) center no-repeat;
  display: block;
  order: 1;
  margin-right: 15px;
}
 
.input__file-button-text {
	margin-left: 10px;
	color: #b9b9b9;
	}

.input__file-button {
  width: 100%;
  height: 50px;
  background: #ffffff;
  color: #000000;
  font-size: 15px;
  display: flex;
  border-radius: 3px;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
}
.input textarea::placeholder {
	color: #b9b9b9;
}
#comment_field span.error {
	background: #ffffff;
}

.footer {
    background: #474D5E;
    color: #ffffff;
    font-size: 13px;
    line-height: 25px;
}
.footer .container {
    border-top: 1px solid #ffffff;
    display: flex;
    padding: 35px 0 70px;
    width: 1120px; /* ÑƒÐ±Ñ€Ð°Ñ‚ÑŒ Ð¿Ñ€Ð¸ Ð¼Ð¾Ð±Ð¸Ð»ÑŒÐ½Ð¾Ð¹ Ð²Ñ‘Ñ€ÑÑ‚ÐºÐµ */
}
.footer .container div {}
.footer .container div.copywrite {flex: 0 0 50%;}
.footer .container div.copywrite p {}
.footer .container div.copywrite p a {
    margin-right: 20px;
    text-decoration: underline #a3a3a3;
}
.footer .container div.phone {
    flex: 0 0 25%;
}
.footer .container div.phone .text {}
.footer .container div.phone .tel {
    font-size: 18px;
    font-weight: 600;
}
.footer .container div.logo {
    flex: 0 0 25%;
    text-align: right;
}
.footer .container div.logo img {}

.bg_popup {
	position: fixed;
    width: 100%;
    background: rgb(0, 0, 0, 0.5);
    top: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    bottom: 0;
	left:0;
	z-index:100;
}
.bg_popup.invisible	{
	display:none;	
	}
.container_popup {
    background: #ffffff;
    width: calc(100% - 30px);
    padding: 30px 35px;
    position: relative;
    margin-top: 7vh;
    max-width: 800px;
}
.container_popup .name {
    font-weight: 600;
    font-size: 27px !important;
    margin-bottom: 5px;
}
.container_popup .place {
    font-size: 18px !important;
    color: #707070;
}
.container_popup .photo {
    width: 100%;
    height: 320px;
    border-radius: 3px;
    margin-top: 20px;
}
.container_popup .exception {
    position:relative;
}
.container_popup .exception .scroll {
	/*height:auto;
	max-height: calc(40vh - 120px);*/
	overflow: auto;
	padding: 25px 10px 0 0;
	margin: 5px 0 20px;
}
.container_popup .exception::before {
	content:'';
	display:block;
	position:absolute;
	width:calc(100% - 20px);
	height: 30px;
	top:0;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,0) 1%, rgba(255,255,255,1) 100%);
}
.container_popup .exception::after {
	content:'';
	display:block;
	position:absolute;
	width:calc(100% - 20px);
	height: 30px;
	bottom:0;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 1%, rgba(255,255,255,0) 100%);
}
.container_popup .exception p {
	font-size: 18px;
	line-height: 23px;
	margin-bottom: 15px;
}
.container_popup .btn {
    color: #0278FF;
    font-size: 20px;
    border: 1px solid #0278FF;
    display: flex;
    width: 100%;
    height: 51px;
    border-radius: 3px;
    align-items: center;
    justify-content: center;
	transition:all 0.3s;
}
.container_popup .btn:hover {
	color: #ffffff;
	background: #0278FF;
}
.container_popup .span_popup_close {
    position: absolute;
    display: block;
    color: #DFDFDF;
    font-size: 80px;
    font-weight: 100;
    transform: rotate(45deg);
    top: 15px;
    right: 15px;
    cursor: pointer;
    line-height: 40px;
    transition:
    all 0.3s;
}
.container_popup .span_popup_close:hover {
	transform: rotate(135deg);
}


.chapter_ideas .container_popup .exception .scroll {
	height:auto;
	max-height: calc(80vh - 120px);
}
.chapter_ideas .container_popup .category {
	display:flex;
}
.chapter_ideas .container_popup .category span {
	font-size: 15px;
    font-weight: 500;
    background: #F4DD8B;
    padding: 8px 30px;
    border-radius: 3px;
    margin-right: 5px;
    margin-top: 10px;
    display: block;
    width: fit-content;
	text-transform:uppercase;
}
.chapter_ideas .container_popup .category span.format_9 {
	background: #C64FE2;
	color:#ffffff;
}
.chapter_ideas .container_popup .category span.format_11 {
	background: #644fe2;
	color:#ffffff;
}
.chapter_ideas .container_popup .category span.format_13 {
	background: #4aaa94;
	color:#ffffff;
}
