@font-face {
  font-family: 'Stolzl-Regular';
  src: url('../fonts/Stolzl-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Stolzl-Regular.otf') format('opentype'), url('../fonts/Stolzl-Regular.woff') format('woff'), url('../fonts/Stolzl-Regular.ttf') format('truetype'), url('../fonts/Stolzl-Regular.svg#Stolzl-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Stolzl-Medium';
  src: url('../fonts/Stolzl-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Stolzl-Medium.otf') format('opentype'), url('../fonts/Stolzl-Medium.woff') format('woff'), url('../fonts/Stolzl-Medium.ttf') format('truetype'), url('../fonts/Stolzl-Medium.svg#Stolzl-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*@font-face {
  font-family: 'StolzM-Bold';
  src: url('../fonts/StolzM-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/StolzM-Bold.otf') format('opentype'),
  url('../fonts/StolzM-Bold.woff') format('woff'), url('../fonts/StolzM-Bold.ttf') format('truetype'), url('../fonts/StolzM-Bold.svg#StolzM-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}*/
/*@font-face {
  font-family: 'Stolzl-Bold';
  src: url('../fonts/Stolzl-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Stolzl-Bold.otf') format('opentype'),
  url('../fonts/Stolzl-Bold.woff') format('woff'), url('../fonts/Stolzl-Bold.ttf') format('truetype'), url('../fonts/Stolzl-Bold.svg#Stolzl-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}*/
/*@font-face {
  font-family: 'StolzM-BoldCondensed';
  src: url('../fonts/StolzM-BoldCondensed.eot?#iefix') format('embedded-opentype'), url('../fonts/StolzM-BoldCondensed.otf') format('opentype'),
  url('../fonts/StolzM-BoldCondensed.woff') format('woff'), url('../fonts/StolzM-BoldCondensed.ttf') format('truetype'), url('../fonts/StolzM-BoldCondensed.svg#StolzM-BoldCondensed') format('svg');
  font-weight: normal;
  font-style: normal;
}*/
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
}
body {
  font-size: 16px;
  line-height: 150%;
  font-family: 'Stolzl-Regular', sans-serif;
}
.template_size {
  width: 100%;
  max-width: calc(1142px + 30px);
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
@keyframes left-right {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px);
  }
  75% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
.btn-offer {
  transition: all 0.25s linear;
  color: #ffffff;
  background-color: #FF0000;
  display: block;
  padding: 15px 25px;
  border-radius: 15px;
  width: fit-content;
  cursor: pointer;
}
.btn-offer:hover {
  opacity: 1;
  color: #ffffff;
  box-shadow: 0 0 15px 3px hsla(0, 100%, 53%, 0.2);
  transform: translateY(5px);
}
.btn-offer.btn-offer-before {
  position: relative;
}
.btn-offer.btn-offer-before:before {
  content: '';
  position: absolute;
  top: 5px;
  left: -50px;
  background-image: url(../img/arrow_header.png);
  background-repeat: no-repeat;
  width: 24px;
  height: 44px;
  animation: left-right 1s linear infinite;
}
@media (max-width: 1034px) {
  .btn-offer:before {
    display: none;
  }
}
.heading {
  text-align: center;
  font-size: 48px;
  font-family: 'Stolzl-Medium';
  margin-bottom: 35px;
}
@media (max-width: 1034px) {
  .heading {
    font-size: 25px;
    margin-bottom: 25px;
  }
}
input[type="submit"] {
  background-color: #FF0000;
  color: #ffffff;
  outline: none;
  padding: 10px;
  border: none;
  border-radius: 10px;
}
.header {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #ffffff;
}
.header__inner {
  width: 100%;
  max-width: calc(1142px + 30px);
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__inner__logo a:hover {
  opacity: 1;
}
.header__inner__nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  width: 300px;
  color: #000000;
}
.header__inner__nav ul li:not(:last-child) {
  margin-right: 25px;
}
.header__inner__nav ul li a {
  color: inherit;
  text-decoration: none;
}
.header__inner__nav ul li a:hover {
  opacity: 0.6;
}
.header__inner__phone a {
  color: #FF0000;
  text-decoration: none;
}
@media (max-width: 1034px) {
  .header__inner {
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-basis: 100%;
  }
  .header__inner__logo {
    margin-bottom: 10px;
  }
  .header__inner__logo img {
    display: block;
    width: 100%;
    max-width: 350px;
    height: auto;
  }
  .header__inner__nav {
    display: none;
  }
  .header__inner__phone {
    margin-bottom: 10px;
  }
}
.index_screen1 {
  position: relative;
  top: 0;
  left: 0;
}
.index_screen1__video-bg {
  position: absolute;
  width: 100%;
  height: 742px;
  overflow: hidden;
}
.index_screen1__video-bg:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  position: absolute;
  display: block;
}
.index_screen1-content {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  max-width: calc(1142px + 30px);
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  color: #ffffff;
}
.index_screen1-content .logotup {
  padding-top: 60px;
  width: 100%;
  display: block;
  max-width: 885px;
  height: auto;
  margin: 0 auto;
}
.index_screen1-content h1 {
  font-size: 48px;
  font-family: 'Stolzl-Medium', sans-serif;
  padding-top: 60px;
  max-width: 750px;
  text-align: center;
  margin: 0 auto;
}
.index_screen1-content .cta {
  padding-top: 40px;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  max-width: 636px;
}
.index_screen1-content .cta-sign {
  font-family: 'Stolzl-Medium', sans-serif;
  font-size: 17px;
  max-width: 323px;
}
@media (max-width: 1200px) {
  .index_screen1__video-bg video {
    height: 100%;
    width: auto;
  }
}
@media (max-width: 1034px) {
  .index_screen1__video-bg {
    height: 100%;
    background-image: url('../img/mobile_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
  }
  .index_screen1__video-bg video {
    display: none;
  }
  .index_screen1-content {
    padding-bottom: 35px;
  }
  .index_screen1-content .logotup {
    padding-top: 60px;
    max-width: 400px;
  }
  .index_screen1-content h1 {
    font-size: 25px;
  }
  .index_screen1-content .cta {
    padding-top: 40px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    max-width: 636px;
  }
  .index_screen1-content .cta-sign {
    font-family: 'Stolzl-Medium', sans-serif;
    font-size: 17px;
    max-width: 323px;
  }
}
.yellow-cont {
  transform: translateY(50px);
  background-color: #FFE600;
  width: 100%;
  max-width: calc(1142px + 30px);
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  position: relative;
  padding: 35px;
}
.yellow-cont:after {
  content: '';
  bottom: 0;
  left: 50%;
  position: absolute;
  display: block;
  width: 80px;
  height: 80px;
  background-color: #FFE600;
  transform: rotate(45deg) translateY(60%);
  z-index: -1;
}
.yellow-cont__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}
.yellow-cont__inner-item {
  width: 25%;
  max-width: 25%;
  text-align: center;
}
.yellow-cont__inner-item img {
  display: inline-block;
  margin-bottom: 10px;
}
.yellow-cont__inner-item p {
  margin-bottom: 0;
}
.yellow-cont__inner-item p strong {
  display: block;
}
@media (max-width: 1034px) {
  .yellow-cont {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    transform: translateY(0);
  }
  .yellow-cont__inner {
    flex-wrap: wrap;
  }
  .yellow-cont__inner-item {
    width: 33%;
    max-width: 33%;
    font-size: 13px;
  }
}
.courses {
  padding-top: 120px;
  width: 100%;
  max-width: calc(1142px + 30px);
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
.courses h2 {
  text-align: center;
  font-size: 48px;
  font-family: 'Stolzl-Medium';
  margin-bottom: 35px;
}
@media (max-width: 1034px) {
  .courses h2 {
    font-size: 25px;
    margin-bottom: 25px;
  }
}
.courses__levels {
  display: flex;
}
.courses__levels .courses__level {
  width: 33%;
  padding-left: 10px;
  padding-right: 10px;
}
.courses__levels .courses__level img {
  display: block;
  margin-bottom: 20px;
}
.courses__levels .courses__level h3 {
  margin-bottom: 20px;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
}
.courses__levels .courses__level ul {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  list-style-type: none;
  width: 92%;
}
.courses__levels .courses__level ul li {
  margin-bottom: 20px;
  position: relative;
}
.courses__levels .courses__level ul li:before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #00AA4E;
  top: 7px;
  left: -25px;
  position: absolute;
  display: block;
}
@media (max-width: 1034px) {
  .courses {
    padding-top: 60px;
  }
  .courses__levels {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .courses__levels .courses__level {
    width: calc(100% - 20px);
    padding-left: 10px;
    padding-right: 10px;
  }
  .courses__levels .courses__level img {
    display: block;
    margin-bottom: 20px;
  }
  .courses__levels .courses__level h3 {
    margin-bottom: 20px;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
  }
  .courses__levels .courses__level ul {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    list-style-type: none;
    width: 92%;
  }
  .courses__levels .courses__level ul li {
    margin-bottom: 20px;
    position: relative;
  }
  .courses__levels .courses__level ul li:before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #00AA4E;
    top: 7px;
    left: -25px;
    position: absolute;
    display: block;
  }
}
.competence {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  width: 100%;
  max-width: calc(1142px + 30px);
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
.competence .competence-img {
  display: inline-block;
  width: 100%;
  max-width: 780px;
}
.competence h2 {
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 0;
}
.competence .comp-list {
  background-image: url(../img/comp-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 909px;
  margin: 0 auto;
}
.competence .comp-list .comp-item {
  padding-top: 20px;
  max-width: 355px;
  margin-bottom: 40px;
}
.competence .comp-list .comp-item h3 {
  margin-bottom: 30px;
  font-family: 'Stolzl-Medium';
  font-size: 26px;
}
.competence .comp-list .comp-item p {
  font-size: 18px;
}
.competence .comp-list .comp-item:nth-child(odd) {
  text-align: left;
}
.competence .comp-list .comp-item:nth-child(even) {
  transform: translateY(100px);
  text-align: right;
}
@media (max-width: 1034px) {
  .competence .comp-list {
    background-image: none;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-color: #e5f8fe;
  }
  .competence .comp-list .comp-item {
    padding-top: 20px;
    max-width: 355px;
    margin-bottom: 20px;
  }
  .competence .comp-list .comp-item h3 {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .competence .comp-list .comp-item p {
    font-size: 18px;
  }
  .competence .comp-list .comp-item:nth-child(even) {
    transform: translateY(0);
  }
}
.to_game {
  width: 100%;
  max-width: calc(1142px + 30px);
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
.to_game img {
  display: block;
  width: 100%;
  max-width: 771px;
  margin: 0 auto;
}
.to_game .education {
  display: flex;
}
.to_game .education__item {
  width: 50%;
  padding-top: 483px;
  padding-bottom: 20px;
}
.to_game .education__item .text {
  background-color: #ffffff;
  width: 90%;
  margin: 0 auto;
  padding: 20px;
}
.to_game .education__item .text h3 {
  font-size: 26px;
  font-family: 'Stolzl-Medium', sans-serif;
  margin-bottom: 20px;
}
.to_game .education__item:nth-child(1) {
  background: url('../img/games1.jpg') no-repeat top 15px center, #FFE600;
}
.to_game .education__item:nth-child(2) {
  background: url('../img/sendop2.jpg') no-repeat top 15px center, #00AA4E;
  transform: translateY(50px);
}
@media (max-width: 1034px) {
  .to_game .education {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .to_game .education__item {
    width: 100%;
    padding-bottom: 10px;
  }
  .to_game .education__item:nth-child(1) {
    background: url('../img/games1.jpg') no-repeat top 15px center, #FFE600;
  }
  .to_game .education__item:nth-child(2) {
    background: url('../img/sendop2.jpg') no-repeat top 15px center, #00AA4E;
    transform: translateY(0);
  }
}
.cikavo {
  padding-top: 90px;
  padding-bottom: 50px;
  width: 100%;
  max-width: calc(1142px + 30px);
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
.cikavo img {
  display: block;
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
}
.footer {
  background-color: #006FB8;
  padding: 10px;
}
.footer_inner {
  width: 100%;
  max-width: calc(1142px + 30px);
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  text-align: right;
  color: #ffffff;
}
.thanks_header {
  background: url(../img/header_bg2.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.thanks_header:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.thanks_header_inner {
  width: 100%;
  max-width: calc(1142px + 30px);
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  padding-top: 35px;
  padding-bottom: 35px;
}
.thanks_header_inner h1 {
  font-size: 48px;
  font-family: 'Stolzl-Medium';
  margin-bottom: 35px;
  color: #ffffff;
  max-width: 525px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 1034px) {
  .thanks_header_inner h1 {
    font-size: 25px;
    margin-bottom: 25px;
  }
}
.thanks_message {
  width: 100%;
  max-width: calc(1142px + 30px);
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  padding-top: 120px;
  padding-bottom: 120px;
}
.thanks_message h2 {
  text-align: center;
  font-size: 48px;
  font-family: 'Stolzl-Medium';
  margin-bottom: 35px;
}
@media (max-width: 1034px) {
  .thanks_message h2 {
    font-size: 25px;
    margin-bottom: 25px;
  }
}
.course_study {
  width: 100%;
  max-width: calc(1142px + 30px);
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
.course_study h1 {
  text-align: center;
  font-size: 48px;
  font-family: 'Stolzl-Medium';
  margin-bottom: 35px;
}
@media (max-width: 1034px) {
  .course_study h1 {
    font-size: 25px;
    margin-bottom: 25px;
  }
}
.course_study article {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.course_study article h4:nth-last-of-type(1) {
  font-weight: bold;
  padding-bottom: 10px;
}
.course_study article:not(:last-child) {
  border-bottom: 1px solid black;
}
.course_study article .art_top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.course_study article .art_top h4:nth-child(1) {
  font-weight: bold;
}
.course_study article .art_top aside img {
  display: block;
  width: 100%;
  max-width: 250px;
}
@media (max-width: 1034px) {
  .course_study article .art_top {
    flex-direction: column;
  }
  .course_study article .art_top aside {
    order: 1;
    padding-bottom: 10px;
  }
  .course_study article .art_top aside img {
    margin: 0 auto;
  }
  .course_study article .art_top main {
    order: 2;
  }
  .course_study article .art_top main h4 {
    font-size: 22px;
  }
}
/*# sourceMappingURL=styles.css.map */