@font-face {
	font-family: 'Gotham-Light';
	src:url('./../fonts/Gotham/Gotham-Light/Gotham-Light.eot');
	src:url('./../fonts/Gotham/Gotham-Light/Gotham-Light.eot?#iefix') format('embedded-opentype'),
      url('./../fonts/Gotham/Gotham-Light/Gotham-Light.woff2') format('woff2'),
	    url('./../fonts/Gotham/Gotham-Light/Gotham-Light.woff') format('woff'),
      url('./../fonts/Gotham/Gotham-Light/Gotham-Light.ttf') format('truetype'),
	    url('./../fonts/Gotham/Gotham-Light/Gotham-Light.svg#youworkforthem') format('svg');
	font-weight: normal;
	font-style: normal;
}



h1,
h2,
h3,
p,
a,
span,
input,
textarea,
label,
button {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}



h1 {
  color: #2CADB2;
}
h2,
p,
button {
  color: #fff;
}
h3,
label,
.thanks_popup h1,
.thanks_popup h2,
.thanks_popup h3,
.thanks_popup p,
.thanks_popup span {
  color: #000;
}
a,
.content li a.active,
.content li a:hover {
  color: #25282A;
}
span,
.content li a,
.content li a.disable_js:hover {
  color: #BEBCBC;
}


.thanks_popup h1 {
  font-size: 45px;
}
h1,
h2 {
  font-size: 40px;
}
h3 {
  font-size: 20px;
}
p {
  font-size: 22px;
}
button.send,
.thanks_popup h2,
.knowledge_node .content p {
  font-size: 20px;
}
a,
.thanks_popup h3 {
  font-size: 18px;
}
.thanks_popup p {
  font-size: 15px;
}
input,
textarea,
label,
.thanks_popup span {
  font-size: 12px;
}
span {
  font-size: 10px;
}



h1,
h2,
h3,
span,
label,
.thanks_popup h1,
.thanks_popup h2,
.thanks_popup p,
.thanks_popup span {
  font-weight: bold;
}
p,
input,
textarea,
button,
label.error,
.knowledge_node .content h2 {
  font-weight: normal;
}



h2 {
  line-height: 1.2;
}
p {
  line-height: 1.4;
}
h1,
h3,
a,
input,
textarea,
label,
button,
.thanks_popup h1 {
  line-height: 1;
}


a {
  text-decoration: none;
}



main,
.content li,
.week {
  display: flex;
}



.wrapp_schedule,
.week,
main,
.wrapp_main {
  position: relative;
}
.orange,
.green {
  position: absolute;
}



main,
header,
section,
.wrapp_main {
  box-sizing: border-box;
}



a.begin,
a.begin:hover,
.content li a,
.content li a:hover {
  transition: all 0.35s ease-out;
}



/*___%%%%%%%%%%%%%%%%%%%%%%%%%_---FIRST_PAGE---_%%%%%%%%%%%%%%%%%%%%%%%%%___*/
main {
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
header {
  position: absolute;
  top: 6%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1366px;
  padding-left: 118px;
}
header > a {
  display: block;
}
header > a > img {
  width: 133px;
}
.wrapp_main,
.wrapp_schedule,
.week {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}
main {
  background: #2CADB2 url(../images/young_people.jpg) no-repeat right center / 50%;
  padding: 1% 0;
}
.schedule_node {
  background: #D4D7D8 url(../images/diverse_team.jpg) no-repeat right center / 50%;
}
.knowledge_node {
  background: #2CADB2 url(../images/diverse_discussion.jpg) no-repeat right bottom / 50%;
}
section.content {
  width: 50%;
  padding: 120px 110px 0 115px;
}
h2 {
  padding-bottom: 30px;
}
p {
  width: 83%;
  padding-bottom: 70px;
}
a.begin {
  background: #fff;
  padding: 22px 95px;
  border-radius: 15px;
  display: inline-block;
}
.content li a {
  background: #AAA6A6;
  padding: 22px 0;
  display: block;
  text-align: center;
  border-radius: 15px;
}
.content li a.active,
.content li a:hover {
  background: #fff;
}
a.begin:hover {
  background: #d2e1db;
}
.content li,
.content li a {
  width: 100%;
}
.content li {
  padding-bottom: 15px;
}
.content li:last-child {
  justify-content: flex-end;
  padding-bottom: 0;
}
.content li span {
  writing-mode: vertical-lr;
  transform: rotate(-180deg);
  padding-left: 10px;
  text-align: center;
}
.content li:last-child a {
  width: calc(100% - 20px);
}
section.schedule_node {
  padding-top: 70px;
  padding-bottom: 70px;
}
.orange {
  background: #ff800080;
  width: 96px;
  height: 123px;
  left: 50%;
  bottom: 17%;
  z-index: 1;
  transform: translate(-50%, -17px);
}
.green {
  background: #2cadb27d;
  width: 27%;
  height: 194px;
  left: 45%;
  bottom: 0;
  z-index: 2;
}
h1 {
  padding-bottom: 15px;
}
.week {
  justify-content: space-between;
  padding: 0;
}
.s_bar {
  padding: 8% 0 38% 115px;
  width: 33%;
}
.s_bar header {
  padding: 0 0 80px 0;
}
.video {
  width: 63%;
  position: absolute;
  left: 29%;
  top: 20%;
  z-index: 3;
}
.week .orange {
  transform: none;
  left: 26%;
  bottom: 22%;
}
.week .green {
  left: 22%;
}
.popup {
  width: 45%;
  margin: 0 auto;
  display: none;
}
.fancybox__content input,
.fancybox__content textarea {
  display: block;
  border: 1px solid #AAA6A6;
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
}
input[type="checkbox"] {
  width: auto;
  display: inline-block;
}
button.send {
  background: #2cadb2;
  padding: 20px 110px;
  margin: 0 auto;
  display: inherit;
  border-radius: 15px;
  border: 0;
}
.custom_checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom_checkbox+label {
  display: inline-flex;
  align-items: center;
  user-select: none;
  padding-bottom: 10px;
}
.custom_checkbox+label::before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #AAA6A6;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0;
  background-image: url("../images/check.jpg");
}
.custom_checkbox:not(:disabled):not(:checked)+label:hover::before {
  border-color: #b3d7ff;
}
.custom_checkbox:not(:disabled):active+label::before {
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom_checkbox:focus+label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom_checkbox:focus:not(:checked)+label::before {
  border-color: #80bdff;
}
.custom_checkbox:disabled+label::before {
  background-color: #e9ecef;
}
.custom_checkbox:checked+label::before {
  background-size: 18px;
}
label.error {
  display: block;
  margin: -10px 0 10px 10px;
  color: #FF0000;
}
.wrapp_checkbox {
  position: relative;
  padding-bottom: 14px;
}
.wrapp_checkbox .error {
  position: absolute;
  left: 0;
  bottom: 0;
}
div#dialog-content {
  background: transparent;
}
.fancybox__backdrop {
  background-color: #fff;
}
.popup form + button {
  display: none;
}
.content h1 {
  width: 100%;
  padding-top: 30px;
}
.thanks_popup {
  display: none;
  width: 100vw;
  height: 100vh;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
}
.fancybox__content {
  background: transparent;
}
.thanks_popup .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.close_btn {
  position: absolute;
  right: 10px;
  top: -35px;
  border: 1px solid #707070;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 23px;
  line-height: 1;
  text-decoration: none;
}
label.error {
  padding-top: 5px;
}
button.send {
  cursor: pointer;
}
.thanks_popup p {
  width: 70%;
  margin: 0 auto;
}
.thanks_popup h3 {
  padding-bottom: 15px;
}
.knowledge_node .content h2 + p {
  padding-bottom: 15px;
}
.knowledge_node .content a.begin {
  padding: 22px 38px;
}
.thanks_popup .content {
  text-align: center;
}
a.disable_js {
  cursor: default;
}
.content li a.disable_js:hover {
  background: #AAA6A6;
}
.knowledge_node a.disable_js.begin:hover {
  background: #fff;
}
.week_node {
  background: transparent;
}
main.week_node:before {
  content: '';
  width: 38%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #D4D7D8;
}
.week .s_bar h3 {
  padding-right: 60px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000;
}
/*___%%%%%%%%%%%%%%%%%%%%%%%%%_---END-first_page---_%%%%%%%%%%%%%%%%%%%%%%%%%___*/



/*___%%%%%%%%%%%%%%%%%%%%%%%%%_---TEST---_%%%%%%%%%%%%%%%%%%%%%%%%%___*/

/*___%%%%%%%%%%%%%%%%%%%%%%%%%_---END-test---_%%%%%%%%%%%%%%%%%%%%%%%%%___*/