@font-face {
  font-family: "FontBold";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/PantonMtav3-Bold.otf") format("opentype");
}

@font-face {
  font-family: "FontExtraBold";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/PantonMtav3-ExtraBold.otf") format("opentype");
}

@font-face {
  font-family: "FontRegular";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/PantonMtav3-Regular.otf") format("opentype");
}

@font-face {
  font-family: "FiraBold";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/FiraGO-Bold.otf") format("opentype");
}

@font-face {
  font-family: "FiraExtraBold";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/FiraGO-ExtraBold.otf") format("opentype");
}

@font-face {
  font-family: "FiraMedium";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/FiraGO-Medium.otf") format("opentype");
}

@font-face {
  font-family: "FiraRegular";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/FiraGO-Regular.otf") format("opentype");
}

@font-face {
  font-family: "timer";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/GrenadierNF.otf") format("opentype");
}

@font-face {
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/icomoon.eot?") format("eot"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.svg#icomoon") format("svg");
}

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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-box:before {
  content: "\e901";
  color: #414650;
}

.icon-star:before {
  content: "\e902";
  color: #424751;
}

.icon-user:before {
  content: "\e903";
  color: #424751;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}
html{
  scroll-behavior: smooth;
}
body {
  position: relative;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: #fff;
}
h1,h2,h3,h4,h5,h6{
  margin:0;
}
.justify-flex-start {
  justify-content: flex-start;
}

.justify-flex-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-space-around {
  justify-content: space-around;
}

.justify-space-between {
  justify-content: space-between;
}

.items-flex-start {
  align-items: flex-start;
}

.items-flex-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.direction-column {
  flex-direction: column;
}

.direction-column-reverse {
  flex-direction: column-reverse;
}

.direction-row {
  flex-direction: row;
}

.direction-row-reverse {
  flex-direction: row-reverse;
}

.wrap-wrap {
  flex-wrap: wrap;
}

.wrap-no-wrap {
  flex-wrap: no-wrap;
}

.f-flex-start-flex-start {
  justify-content: flex-start;
  align-items: flex-start;
}

.f-flex-start-flex-end {
  justify-content: flex-start;
  align-items: flex-end;
}

.f-flex-start-center {
  justify-content: flex-start;
  align-items: center;
}

.f-flex-end-flex-start {
  justify-content: flex-end;
  align-items: flex-start;
}

.f-flex-end-flex-end {
  justify-content: flex-end;
  align-items: flex-end;
}

.f-flex-end-center {
  justify-content: flex-end;
  align-items: center;
}

.f-center-flex-start {
  justify-content: center;
  align-items: flex-start;
}

.f-center-flex-end {
  justify-content: center;
  align-items: flex-end;
}

.f-center-center {
  justify-content: center;
  align-items: center;
}

.f-space-around-flex-start {
  justify-content: space-around;
  align-items: flex-start;
}

.f-space-around-flex-end {
  justify-content: space-around;
  align-items: flex-end;
}

.f-space-around-center {
  justify-content: space-around;
  align-items: center;
}

.f-space-between-flex-start {
  justify-content: space-between;
  align-items: flex-start;
}

.f-space-between-flex-end {
  justify-content: space-between;
  align-items: flex-end;
}

.f-space-between-center {
  justify-content: space-between;
  align-items: center;
}

.font-FiraMedium {
  font-family: FiraMedium;
  color: #fff;
}

.font-FiraSemi {
  font-family: FiraSemi;
  color: #fff;
}

.font-FiraRegular {
  font-family: FiraRegular;
  color: #fff;
}

.font-FiraBold {
  font-family: FiraBold;
  color: #fff;
}

.font-FiraBook {
  font-family: FiraBook;
  color: #fff;
}

.font-10 {
  font-size: 10px;
}

.font-11 {
  font-size: 11px;
}

.font-12 {
  font-size: 12px;
}

.font-14 {
  font-size: 14px;
}

.font-16 {
  font-size: 16px;
}

.font-18 {
  font-size: 18px;
}

.font-20 {
  font-size: 20px;
}

.font-35 {
  font-size: 35px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .font-mb-36 {
    font-size: 7.2em;
  }
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .font-mb-30 {
    font-size: 6em;
  }
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .font-mb-28 {
    font-size: 5.6em;
  }
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .font-mb-24 {
    font-size: 4.8em;
  }
}

.ln-22 {
  line-height: 22px;
}

.ln-26 {
  line-height: 26px;
}

.ln-18 {
  line-height: 18px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .ln-mb-32 {
    line-height: 6.4em;
  }
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .ln-mb-36 {
    line-height: 7.2em;
  }
}

.font-grey {
  color: #747474;
}

.font-dark-grey {
  color: #585858;
}

.font-light-grey {
  color: #8e8c8c;
}

.font-white {
  color: #fff;
}

.d-flex {
  display: flex;
}

p {
  margin: 0;
}

.wrapper {
  width: 1340px;
  padding: 0 20px;
  margin: 0 auto;
}

@media only screen and (max-width: 1250px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1250px), not all, not all, not all, only screen and (max-width: 1250px) and (min-resolution: 192dpi), only screen and (max-width: 1250px) and (min-resolution: 2dppx) {
  .wrapper {
    width: 100%;
  }
}

.header {
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #fff;
  border-bottom: 1px solid #ededed;
}

@media only screen and (max-width: 1250px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1250px), not all, not all, not all, only screen and (max-width: 1250px) and (min-resolution: 192dpi), only screen and (max-width: 1250px) and (min-resolution: 2dppx) {
  .header .button {
    display: none;
  }
}

.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}

@media only screen and (max-width: 1250px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1250px), not all, not all, not all, only screen and (max-width: 1250px) and (min-resolution: 192dpi), only screen and (max-width: 1250px) and (min-resolution: 2dppx) {
  .header__wrapper {
    height: 50px;
  }
}

@media only screen and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 800px), not all, not all, not all, only screen and (max-width: 800px) and (min-resolution: 192dpi), only screen and (max-width: 800px) and (min-resolution: 2dppx) {
  .header__wrapper {
    height: 40px;
  }
}

.header__logo {
  width: 74px;
  height: 37px;
  background: url(../img/logo.png) no-repeat;
  background-size: contain;
  background-position: center center;
  flex-shrink: 0;
}

@media only screen and (max-width: 1250px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1250px), not all, not all, not all, only screen and (max-width: 1250px) and (min-resolution: 192dpi), only screen and (max-width: 1250px) and (min-resolution: 2dppx) {
  .header__logo {
    width: 60px;
    height: 30px;
  }
}

@media only screen and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 800px), not all, not all, not all, only screen and (max-width: 800px) and (min-resolution: 192dpi), only screen and (max-width: 800px) and (min-resolution: 2dppx) {
  .header__logo {
    width: 50px;
    height: 30px;
  }
}

.header__nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

@media only screen and (max-width: 1250px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1250px), not all, not all, not all, only screen and (max-width: 1250px) and (min-resolution: 192dpi), only screen and (max-width: 1250px) and (min-resolution: 2dppx) {
  .header__nav {
    display: none;
  }
}

.header__nav-item {
  margin: 0 12px;
  cursor: pointer;
}

.button {
  width: 160px;
  height: 50px;
  border-radius: 4px;
  background: #00c332;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font: 18px FiraBold;
  color: #fff;
  flex-shrink: 0;
}

@media only screen and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 800px), not all, not all, not all, only screen and (max-width: 800px) and (min-resolution: 192dpi), only screen and (max-width: 800px) and (min-resolution: 2dppx) {
  .button {
    width: 100%;
  }
}

.button.mrg-top {
  margin-top: 50px;
}

.button.mrg-left {
  margin-left: 30px;
}

.button--small {
  width: 135px;
  height: 35px;
  font-size: 14px;
}

.train {
  width: 100%;
  height: 650px;
  background: url(../img/train.jpg) no-repeat;
  background-size: cover;
  background-position: bottom left;
  overflow: hidden;
  background: #66c3d0;
}

@media only screen and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 800px), not all, not all, not all, only screen and (max-width: 800px) and (min-resolution: 192dpi), only screen and (max-width: 800px) and (min-resolution: 2dppx) {
  .train {
    height: 50vw;
  }
}

.section {
  padding-top: 70px;
}

@media only screen and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 800px), not all, not all, not all, only screen and (max-width: 800px) and (min-resolution: 192dpi), only screen and (max-width: 800px) and (min-resolution: 2dppx) {
  .section {
    padding-top: 35px;
  }
}

.section__hd {
  font: 35px FiraBold;
  color: #747474;
  margin-bottom: 30px;
}

@media only screen and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 800px), not all, not all, not all, only screen and (max-width: 800px) and (min-resolution: 192dpi), only screen and (max-width: 800px) and (min-resolution: 2dppx) {
  .section__hd {
    font-size: 25px;
    margin-bottom: 15px;
  }
}

.about {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

@media only screen and (max-width: 1250px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1250px), not all, not all, not all, only screen and (max-width: 1250px) and (min-resolution: 192dpi), only screen and (max-width: 1250px) and (min-resolution: 2dppx) {
  .about {
    flex-direction: row-reverse;
  }
}

.about__info {
  padding-right: 25px;
  width: 50%;
  padding-bottom: 30px;
}

@media only screen and (max-width: 1250px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1250px), not all, not all, not all, only screen and (max-width: 1250px) and (min-resolution: 192dpi), only screen and (max-width: 1250px) and (min-resolution: 2dppx) {
  .about__info {
    width: 70%;
    padding: 0;
    padding-left: 25px;
  }
}

@media only screen and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 800px), not all, not all, not all, only screen and (max-width: 800px) and (min-resolution: 192dpi), only screen and (max-width: 800px) and (min-resolution: 2dppx) {
  .about__info {
    width: 100%;
    padding-left: 0;
  }
}

.about__img {
  width: 50%;
  background: url(../img/about-bg.png) no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 1250px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1250px), not all, not all, not all, only screen and (max-width: 1250px) and (min-resolution: 192dpi), only screen and (max-width: 1250px) and (min-resolution: 2dppx) {
  .about__img {
    width: 30%;
  }
}

@media only screen and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 800px), not all, not all, not all, only screen and (max-width: 800px) and (min-resolution: 192dpi), only screen and (max-width: 800px) and (min-resolution: 2dppx) {
  .about__img {
    display: none;
  }
}

.contact {
  width: 100%;
}

.contact__body {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 32px;
  row-gap: 32px;
}

@media only screen and (max-width: 1250px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1250px), not all, not all, not all, only screen and (max-width: 1250px) and (min-resolution: 192dpi), only screen and (max-width: 1250px) and (min-resolution: 2dppx) {
  .contact__body {
    column-gap: 30px;
    row-gap: 30px;
    grid-template: 'fs sds thd'
 'fth fes fes'
 'lg lg lg';
  }
}

@media only screen and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 800px), not all, not all, not all, only screen and (max-width: 800px) and (min-resolution: 192dpi), only screen and (max-width: 800px) and (min-resolution: 2dppx) {
  .contact__body {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }
}

.contact__item {
  background: #f6f6f6;
  border-radius: 4px;
  min-height: 195px;
  padding: 22px 24px;
  position: relative;
}

@media only screen and (max-width: 1250px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1250px), not all, not all, not all, only screen and (max-width: 1250px) and (min-resolution: 192dpi), only screen and (max-width: 1250px) and (min-resolution: 2dppx) {
  .contact__item--first {
    grid-area: fs;
  }
  .contact__item--second {
    grid-area: sds;
  }
  .contact__item--third {
    grid-area: thd;
  }
  .contact__item--fourth {
    grid-area: fth;
  }
  .contact__item--fives {
    grid-area: fes;
  }
}

@media only screen and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 800px), not all, not all, not all, only screen and (max-width: 800px) and (min-resolution: 192dpi), only screen and (max-width: 800px) and (min-resolution: 2dppx) {
  .contact__item {
    min-height: auto;
  }
}

.contact__item--large {
  grid-column-start: 2;
  grid-column-end: 5;
  grid-row-start: 2;
  grid-row-end: 2;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

@media only screen and (max-width: 1250px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1250px), not all, not all, not all, only screen and (max-width: 1250px) and (min-resolution: 192dpi), only screen and (max-width: 1250px) and (min-resolution: 2dppx) {
  .contact__item--large {
    grid-area: lg;
    width: 100%;
  }
}

@media only screen and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 800px), not all, not all, not all, only screen and (max-width: 800px) and (min-resolution: 192dpi), only screen and (max-width: 800px) and (min-resolution: 2dppx) {
  .contact__item--large {
    flex-direction: column;
  }
}

.contact__info {
  padding-right: 50px;
}

@media only screen and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 800px), not all, not all, not all, only screen and (max-width: 800px) and (min-resolution: 192dpi), only screen and (max-width: 800px) and (min-resolution: 2dppx) {
  .contact__info {
    padding-right: 0;
    padding-bottom: 20px;
  }
}

.contact__info-hd {
  margin-bottom: 15px;
  font: 18px FiraRegular;
  color: #5f5f5f;
}

.contact__con {
  flex-shrink: 0;
  width: 195px;
}

@media only screen and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 800px), not all, not all, not all, only screen and (max-width: 800px) and (min-resolution: 192dpi), only screen and (max-width: 800px) and (min-resolution: 2dppx) {
  .contact__con {
    width: 100%;
  }
}

.contact__prize {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  padding: 12px 16px;
  border-radius: 4px 0 4px 4px;
  font: 16px FiraBold;
  color: #fff;
  text-align: center;
  background: #fd6262;
}

@media only screen and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 800px), not all, not all, not all, only screen and (max-width: 800px) and (min-resolution: 192dpi), only screen and (max-width: 800px) and (min-resolution: 2dppx) {
  .contact__prize {
    position: static;
    width: 100%;
  }
}

.contact__text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font: 14px FiraRegular;
  color: #5f5f5f;
  margin-bottom: 22px;
}

.contact__text:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 800px), not all, not all, not all, only screen and (max-width: 800px) and (min-resolution: 192dpi), only screen and (max-width: 800px) and (min-resolution: 2dppx) {
  .contact__text:last-child {
    margin-bottom: 22px;
  }
}

.contact__icon {
  width: 22px;
  height: 22px;
  margin-right: 14px;
}

.contact__icon.pin {
  background: url(../img/pin.svg) no-repeat center;
  background-size: cover;
}

.contact__icon.clock {
  background: url(../img/clock.svg) no-repeat center;
  background-size: cover;
}

.contact__icon.phone {
  background: url(../img/phone.svg) no-repeat center;
  background-size: cover;
}

.age {
  width: 100%;
}

.age__body {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

@media only screen and (max-width: 1250px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1250px), not all, not all, not all, only screen and (max-width: 1250px) and (min-resolution: 192dpi), only screen and (max-width: 1250px) and (min-resolution: 2dppx) {
  .age__body {
    flex-direction: column;
  }
}

.age__item {
  border-radius: 4px;
  background: #f6f6f6;
  padding: 22px;
  margin-right: 65px;
  width: 100%;
}

.age__item:last-child {
  margin: 0;
}

@media only screen and (max-width: 1250px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1250px), not all, not all, not all, only screen and (max-width: 1250px) and (min-resolution: 192dpi), only screen and (max-width: 1250px) and (min-resolution: 2dppx) {
  .age__item {
    margin: 0;
    margin-bottom: 20px;
  }
  .age__item:last-child {
    margin-bottom: 0;
  }
}

.age__info {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 22px;
}

.age__text {
  font: 14px FiraRegular;
  color: #8e8c8c;
}

.age__text-first {
  margin-bottom: 8px;
  font: 16px FiraBold;
  color: #585858;
}

.age__img {
  background: #ececec;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 4px;
  margin-right: 18px;
}

.age__img img {
  width: 70%;
  height: 70%;
}

.program__p {
  font: 14px FiraRegular;
  color: #8a8a8a;
  line-height: 26px;
  opacity: 0.73;
}

.program__p > span {
  color: #000;
}

.program__body {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 15px 0 30px 0;
}

@media only screen and (max-width: 1250px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1250px), not all, not all, not all, only screen and (max-width: 1250px) and (min-resolution: 192dpi), only screen and (max-width: 1250px) and (min-resolution: 2dppx) {
  .program__body {
    overflow-x: auto;
    padding-bottom: 20px;
  }
}

.program__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 140px;
  flex-shrink: 0;
}

@media only screen and (max-width: 1250px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1250px), not all, not all, not all, only screen and (max-width: 1250px) and (min-resolution: 192dpi), only screen and (max-width: 1250px) and (min-resolution: 2dppx) {
  .program__item {
    margin-right: 20px;
  }
  .program__item:last-child {
    margin-right: 0;
  }
}

.program__img {
  width: 140px;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #f6f6f6;
}

.program__text {
  font: 14px FiraRegular;
  color: #585656;
  text-align: center;
  margin-top: 20px;
}

.strategy__body {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.strategy__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding-top: 20px;
}
.mission__container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  text-align: left;
  margin-top: 40px;
  /* font: 16px FiraBold;
  color: #747474; */
  line-height: 22px;
}
.mission__container:first-child {
 margin-top: 0;
}
.mission__cover {
  margin-top: 20px;
  width: 100%;
  height: 110px;
  background: url(../img/mission-cover.jpg) no-repeat center;
  background-size: cover;
  background-position: center;
}
/* .mission__container > span {
  font: 14px FiraBold;
  color: #585656;
  text-align: center;
  margin-top: 20px;
}
.mission__container > p {
  font: 14px FiraRegular;
  color: #585656;
  text-align: center;
  margin-top: 20px;
} */

.strategy__img {
  width: 635px;
  background: url(../img/strategy-bg.jpeg) no-repeat center;
  background-size: cover;
  flex-shrink: 0;
  margin-right: 25px;
}
.pdf-link {
  margin-top: 10px;
  font: 16px FiraBold;
  color: #8a8a8a;
  line-height: 26px;
  text-decoration: underline;
}
@media only screen and (max-width: 1250px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1250px), not all, not all, not all, only screen and (max-width: 1250px) and (min-resolution: 192dpi), only screen and (max-width: 1250px) and (min-resolution: 2dppx) {
  .strategy__img {
    margin: 0;
    display: none;
  }
  .strategy__body {
    width: 100%;
    flex-direction: column;
  }
  .mission__container {
    margin-top: 6vw;
    font: 4vw FiraBold;
    color: #747474;
    line-height: 4.1vw;
  }
  .mission__cover {
    margin-top: 5vw;
    width: 100%;
    height: 27.6vw;
  }

}

.strategy__info {
  width: 90%;
  padding: 20px 0;
}

.strategy__info-p {
  font: 16px FiraRegular;
  color: #8a8a8a;
  line-height: 26px;
}
.mission__info-p {
  margin-top: 10px;
  font: 16px FiraBold;
  color: #8a8a8a;
  line-height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.strategy__info-p.mrg-top {
  margin-bottom: 10px;
}

.strategy__info-p.mrg-bottom {
  margin-top: 10px;
}

.strategy__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  font: 16px FiraBold;
  color: #747474;
  line-height: 22px;
}

.strategy__item:last-child {
  margin-bottom: 0;
}

.strategy__item-icon {
  height: 25px;
  width: 25px;
  margin-right: 12px;
  background: url(../img/check.svg) no-repeat center;
  background-size: contain;
  flex-shrink: 0;
}

.food {
  width: 100%;
}

.food__table {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}

.food__bar .food__item {
  margin-bottom: 12px;
}

.food__bar .food__item:nth-child(2n) {
  background: #ececec;
}

@media only screen and (max-width: 1250px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1250px), not all, not all, not all, only screen and (max-width: 1250px) and (min-resolution: 192dpi), only screen and (max-width: 1250px) and (min-resolution: 2dppx) {
  .food__aside {
    overflow-x: auto;
    padding-bottom: 20px;
  }
}

.food__row {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 12px;
}

.food__row:last-child {
  margin-bottom: 0;
}

.food__row:nth-child(2n) .food__item {
  background: #ececec;
}

.food__item {
  background: #f6f6f6;
  width: 225px;
  /* height: 50px; */
  margin-right: 12px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font: 12px FiraRegular;
  text-align: center;
  color: #747474;
  padding: 20px;
}

@media only screen and (max-width: 1250px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1250px), not all, not all, not all, only screen and (max-width: 1250px) and (min-resolution: 192dpi), only screen and (max-width: 1250px) and (min-resolution: 2dppx) {
  .food__item {
    flex-shrink: 0;
  }
}

.food__item:last-child {
  margin-right: 0;
}

.food__item--small {
  width: 117px;
  text-align: left;
}

.food__clock {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  background: url(../img/clock.svg) no-repeat center;
  background-size: contain;
}

.gall {
  width: 100%;
}

.gall__body {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gall__container {
  width: 100%;
  max-width: 1000px;
}

@media only screen and (max-width: 1250px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1250px), not all, not all, not all, only screen and (max-width: 1250px) and (min-resolution: 192dpi), only screen and (max-width: 1250px) and (min-resolution: 2dppx) {
  .gall__container {
    max-width: calc(100% - 120px);
  }
}

.gall__item {
  height: 160px;
  padding: 0 10px;
}

.gall__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gall__arrow {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #f6f6f6;
  outline: none;
  z-index:99;
}

@media only screen and (max-width: 1250px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1250px), not all, not all, not all, only screen and (max-width: 1250px) and (min-resolution: 192dpi), only screen and (max-width: 1250px) and (min-resolution: 2dppx) {
  .gall__arrow {
    flex-shrink: 0;
  }
}

.gall__arrow.right {
  background-image: url(../img/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70% 70%;
}

@media only screen and (max-width: 1250px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1250px), not all, not all, not all, only screen and (max-width: 1250px) and (min-resolution: 192dpi), only screen and (max-width: 1250px) and (min-resolution: 2dppx) {
  .gall__arrow.right {
    margin-left: 20px;
  }
}

.gall__arrow.left {
  background-image: url(../img/arrow-left.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70% 70%;
}

@media only screen and (max-width: 1250px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1250px), not all, not all, not all, only screen and (max-width: 1250px) and (min-resolution: 192dpi), only screen and (max-width: 1250px) and (min-resolution: 2dppx) {
  .gall__arrow.left {
    margin-right: 20px;
  }
}

.more {
  width: 100%;
  height: 45px;
  cursor: pointer;
  border-radius: 4px;
  background: #f6f6f6;
  margin-top: 25px;
  font: 15px FiraRegular;
  color: #959595;
  display: flex;
  justify-content: center;
  align-items: center;
}

.why {
  width: 100;
}

.why__win {
  width: 100%;
}

@media only screen and (max-width: 1250px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1250px), not all, not all, not all, only screen and (max-width: 1250px) and (min-resolution: 192dpi), only screen and (max-width: 1250px) and (min-resolution: 2dppx) {
  .why__win {
    padding-right: 20px;
  }
}

@media only screen and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 800px), not all, not all, not all, only screen and (max-width: 800px) and (min-resolution: 192dpi), only screen and (max-width: 800px) and (min-resolution: 2dppx) {
  .why__win {
    padding: 0;
  }
}

.why__body {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.why__img {
  width: 100%;
  background: url(../img/art-bg.png) no-repeat center;
  background-size: contain;
  background-color: #f7f7f7;
}

@media only screen and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 800px), not all, not all, not all, only screen and (max-width: 800px) and (min-resolution: 192dpi), only screen and (max-width: 800px) and (min-resolution: 2dppx) {
  .why__img {
    display: none;
  }
}

.why__item {
  font: 16px FiraRegular;
  color: #959595;
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.why__item:last-child {
  margin-bottom: 0;
}

.why__item-circle {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #69de97;
  margin-right: 18px;
  flex-shrink: 0;
}

.footer {
  margin-top: 60px;
  width: 100%;
  height: 40px;
  font: 14px FiraRegular;
  color: #fff;
  background: #17171b;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.str0 {
  stroke: black;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-opacity: 0.200000;
}

.str1 {
  stroke: black;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fil11 {
  fill: none;
}

.fil10 {
  fill: #EBE663;
}

.fil9 {
  fill: #E0DC5D;
}

.fil1 {
  fill: #D6E9D8;
}

.fil7 {
  fill: #66C3D0;
}

.fil4 {
  fill: #57A7B3;
}

.fil0 {
  fill: #56698F;
}

.fil6 {
  fill: #3A3939;
}

.fil3 {
  fill: #43818A;
}

.fil8 {
  fill: #D4CE59;
}

.fil12 {
  fill: #FEFEFE;
  fill-rule: nonzero;
}

.fil2 {
  fill: #2B2A29;
  fill-opacity: 0.200000;
}

.fil5 {
  fill: #3A3939;
  fill-opacity: 0.200000;
}

.menu {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media only screen and (max-width: 1250px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1250px), not all, not all, not all, only screen and (max-width: 1250px) and (min-resolution: 192dpi), only screen and (max-width: 1250px) and (min-resolution: 2dppx) {
  .menu__icon {
    width: 30px;
    height: 30px;
    background: url(../img/menu.svg) no-repeat center;
    background-size: contain;
    cursor: pointer;
    display: block !important;
  }
}

@media only screen and (max-width: 1250px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1250px), not all, not all, not all, only screen and (max-width: 1250px) and (min-resolution: 192dpi), only screen and (max-width: 1250px) and (min-resolution: 2dppx) {
  .navigation {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    width: 100%;
    height: 100%;
    background: #17171b;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 99999;
    transform: translate3d(-100%, 0px, 0px);
    padding: 60px 20px;
  }
  .navigation.active {
    transform: translate3d(0%, 0px, 0px);
  }
}

@media only screen and (max-width: 1250px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1250px), not all, not all, not all, only screen and (max-width: 1250px) and (min-resolution: 192dpi), only screen and (max-width: 1250px) and (min-resolution: 2dppx) {
  .window {
    transform: translate3d(0%, 0px, 0px);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
  }
  .window.active {
    transform: translate3d(100%, 0px, 0px);
  }
}

.popup {
  position: fixed;
  top: 0;
  right: 0;
  width: 400px;
  height: 100%;
  background:#fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}

.popup__rel {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.popup__rel form{
  width:100%;
  height:100%;
  display: flex;
  flex-direction: column;
}
.popup__adjust{
  height:100%;
}
.popup__p {
  padding-bottom: 15px;
  margin-bottom:30px;
  border-bottom:1px solid rgba(0,0,0,0.2);
}

.close {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 20px;
  right: 20px;
  cursor: pointer;
  background: url(../img/close.svg) no-repeat center;
  background-size: contain;
}
.input-desc{
  font-size:12px;
  color:#414650;
  font-family: FiraRegular;
  margin-bottom:5px;
  display: block;
}
input {
  width: 100%;
  height: 30px;
  border-radius: 4px;
  border: 1px solid #bdbdbd;
  transition: 0.5s all;
  padding: 0 10px;
  outline: none;
  font: 14px FiraRegular;
  color: #424242;
}
label{
  margin-bottom: 15px;
  display: block;
}
label:last-child {
  margin-bottom: 0;
}

input:focus {
  border: 1px solid #20aac5;
  background:#f3f3f3;
}


textarea {
  resize: none;
  width: 100%;
  min-height: 150px;
  border-radius: 4px;
  border: 1px solid #bdbdbd;
  transition: 0.5s all;
  margin-bottom: 15px;
  padding: 10px;
  outline: none;
  font: 14px FiraRegular;
  color: #424242;
}
textarea:focus {
  border: 1px solid #20aac5;
  background:#f3f3f3;
}

textarea:last-child {
  margin-bottom: 0;
}

.send {
  width: 100%;
  height: 40px;
  border-radius: 4px;
  background: #00c332;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font: 15px FiraBold;
  color: #fff;
  flex-shrink: 0;
  border:none;
  outline:none;
}

.hint{
  position: relative;
  color:#fd6262;
}
.hint:after{
  position: absolute;
  top:0;
  right:0;
  color:#fff;
  padding:5px 10px;
  border-radius:4px;
  background:#17171b;
  content:attr('data-text');
  display: none;
}
.hint:hover :after{
  display: block;
}
select {
  width: 100%;
  height: 30px;
  border-radius: 4px;
  border: 1px solid #bdbdbd;
  transition: 0.5s all;
  margin-bottom: 15px;
  padding: 0 10px;
  outline: none;
  font: 14px FiraRegular;
  color: #424242;
}
select:focus {
  border: 1px solid #20aac5;
  background:#f3f3f3;
}

select:last-child {
  margin-bottom: 0;
}
.snackbox{
  width:250px;
  position: fixed;
  bottom:0;
  left:0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column-reverse;
  z-index:999999999999;
}
.snackbox__box{
  padding-left:10px;
  width:100%;
}
.snackbox__item{
  width:100%;
  height:40px;
  border-radius:4px;
  background:gray;
  animation: snack 225ms cubic-bezier(0, 0, 0.2, 1);
  margin:0 0 10px 0;
  font:12px FiraRegular;
  color:#fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.snackbox__icon{
  width:40px;
  height:40px;
}
.success .snackbox__item{
  background:#4caf50;
}
.success .snackbox__icon{
  background: url(../img/checked.svg)no-repeat center;
  background-size:55% 55%;
}
.reject .snackbox__item{
  background:#f44336;
}
.reject .snackbox__icon{
  background: url(../img/remove.svg)no-repeat center;
  background-size:50% 50%;
}
@keyframes snack{
  0%{
    transform: translate(-100%,0);
  }
  100%{
    transform: translate(0%,0);
  }
}

.gallery{
  width:calc(100% + 10px);
  padding:50px 0;
  display:flex;
  flex-wrap: wrap;
  margin:-5px;
}
.gallery__item{
  width:25%;
  height:275px;
  padding:5px;
  border-radius:5px;
  position: relative;
  cursor: pointer;
}
.gallery__item.add{
  border-radius:10px;
  border:2px solid #00c332;
  background:rgba(0,0,0,0.02)
}
.gallery__item img{
  width:100%;
  height:100%;
  object-fit: cover;
  border-radius:5px;
}
.gallery__item:hover .delete{
  opacity:1;
}
.gallery__item > .delete{
  opacity: 0;
  transition:0.3s all;
  position: absolute;
  top:5px;
  right:5px;
  width:50px;
  height:20px;
  background:#f44336;
  border-radius:0 5px 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color:#fff;
  font:10px FiraRegular;
  cursor: pointer;
}
.gallery form{
  position: relative;
  width:100%;
  height:100%;
  border:2px dashed greenyellow;
  border-radius:5px;
}
.gallery input[type="file"]{
  width:100%;
  height:100%;
  opacity: 0;
  cursor: pointer;
}
.btn.btn-success{
  width:100%;
  font:12px FiraRegular;
  color:#fff;
  background:#00c332;
  cursor: pointer;
  border:0;
  outline: 0;
  position: absolute;
  bottom:0;
  left:0;
}
form .preview{
  width:100%;
  height:100%;
  position: absolute;
  top:0;
  left:0;
  z-index:-1;
}
form .preview{
  width:100%;
  height:100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
form .preview:after{
  width:60px;
  height:60px;
  border-radius:50%;
  background:#00c332;
  content:"+";
  font:50px FiraRegular;
  color:#fff;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login{
  width:100vw;
  height:100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.login input{
  max-width:300px;
  margin:5px 0;
}
@media only screen and (max-width: 1250px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1250px), not all, not all, not all, only screen and (max-width: 1250px) and (min-resolution: 192dpi), only screen and (max-width: 1250px) and (min-resolution: 2dppx){
  .gallery__item{
    width:33.3%;
  }
}
@media only screen and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 800px), not all, not all, not all, only screen and (max-width: 800px) and (min-resolution: 192dpi), only screen and (max-width: 800px) and (min-resolution: 2dppx){
  .gallery__item{
    width:50%;
    height:200px;
  }
}

.reg{
  position:fixed;
  top:50%;
  left:50%;
  width:500px;
  max-height:80vh;
  overflow-y: auto;
  padding:20px;
  box-shadow:0px 0px 20px 0px rgb(80 80 80 / 25%);
  border-radius:6px;
  background:#fff;
  transform: translate(-50%,-50%);
  z-index:999999;
}
.reg__hd{
  font:16px FiraRegular;
  color:#000;
  width:100%;
}
.reg__parent,.reg__child{
  border-radius:4px;
  width:100%;
  padding:10px;
  border:1px solid #e8e8e8;
  margin-top:20px;
}
.reg__parent-hd{
  width:100%;
  display: flex;
  align-items: center;
}
.reg__icon{
  width:35px;
  height:35px;
  margin-right:15px;
}
.reg__icon.parent{
  background:url(../img/parents.svg)no-repeat center;
  background-size:contain;
}
.reg__icon.child{
  background:url(../img/baby3.svg)no-repeat center;
  background-size:contain;
}
.reg__wrapper{
  margin-top:15px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
.reg__box{
  width:100%;
}
.reg__input-span{
  font:12px FiraRegular;
  color:gray;
  margin-bottom:5px;
}
.reg__add{
  width:100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font:12px FiraRegular;
  color:gray;
  margin:10px 0;
  background:#f6f6f6;
  padding:0px 0px 0px 10px;
  cursor: pointer;
}
.reg__add-button{
  width:35px;
  height:35px;
  border-radius:5px;
  background:#d6d6d6;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size:20px;
}