html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

input,
button,
textarea,
select {
  font: inherit;
}

input:focus,
button:focus,
textarea:focus,
select:focus {
  outline: none;
}

input {
  border: none;
  outline: none;
  background: none;
  display: block;
}

img {
  max-width: 100%;
  display: block;
}

ul,
ol,
li {
  list-style-type: none;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
  display: inline-block;
}

a:focus {
  outline: none;
}

button,
[type=button],
[type=submit] {
  border: none;
  outline: none;
  background: none;
  font: inherit;
  cursor: pointer;
  display: inline-block;
}

button:focus,
[type=button]:focus,
[type=submit]:focus {
  outline: none;
}

html {
  width: 100%;
}

body {
  width: 100%;
  overflow-x: hidden;
  background: #fff;
  color: #2C3137;
  font-family: 'OktaNeue', sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
}

.container {
  max-width: 1405px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  width: 100%;
  overflow-x: hidden;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.button {
  background-color: #2FB10E;
  padding: 16px 30px;
  color: #fff;
  height: 53px;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  -webkit-box-shadow: 0px 4px 20px rgba(201, 195, 51, 0.5);
          box-shadow: 0px 4px 20px rgba(201, 195, 51, 0.5);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@font-face {
  font-family: "OktaNeue";
  font-display: swap;
  src: url("../fonts/OktaNeue-Normal.woff") format("woff"), url("../fonts/OktaNeue-Normal.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "OktaNeue";
  font-display: swap;
  src: url("../fonts/OktaNeue-SemiBold.woff") format("woff"), url("../fonts/OktaNeue-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "OktaNeue";
  font-display: swap;
  src: url("../fonts/OktaNeue-Bold.woff") format("woff"), url("../fonts/OktaNeue-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(360deg) scale(1.5);
            transform: rotate(360deg) scale(1.5);
  }

  to {
    -webkit-transform: rotate(0) scale(1.5);
            transform: rotate(0) scale(1.5);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(360deg) scale(1.5);
            transform: rotate(360deg) scale(1.5);
  }

  to {
    -webkit-transform: rotate(0) scale(1.5);
            transform: rotate(0) scale(1.5);
  }
}

@-webkit-keyframes potential {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes potential {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes calendar {
  0% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }

  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }

  100% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
}

@keyframes calendar {
  0% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }

  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }

  100% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
}

@-webkit-keyframes calendar1 {
  0% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }

  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
}

@keyframes calendar1 {
  0% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }

  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
}

@-webkit-keyframes abc1 {
  0% {
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes abc1 {
  0% {
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes abc2 {
  0% {
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes abc2 {
  0% {
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes abc {
  0% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes abc {
  0% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes balloon {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }

  20% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }

  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  80% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes balloon {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }

  20% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }

  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  80% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes rotatedisk {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(-28deg);
            transform: rotate(-28deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes rotatedisk {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(-28deg);
            transform: rotate(-28deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes rotatediskhover {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(-28deg);
            transform: rotate(-28deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes rotatediskhover {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(-28deg);
            transform: rotate(-28deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes intro_first {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes intro_first {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes carmove {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }

  100% {
    -webkit-transform: translateX(250%);
            transform: translateX(250%);
  }
}

@keyframes carmove {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }

  100% {
    -webkit-transform: translateX(250%);
            transform: translateX(250%);
  }
}

.container_popup {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: .3s visibility linear;
  -o-transition: .3s visibility linear;
  transition: .3s visibility linear;
  pointer-events: none;
  overflow-y: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
  visibility: hidden;
}

.close_popup {
  position: absolute;
  top: 31px;
  right: 31px;
  z-index: 115;
  cursor: pointer;
}

.container_popup.show {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
}

.container_popup.show .popup {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.popup {
  margin: auto;
  height: 427px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 56px 63px 64px;
  opacity: 0;
  width: 100%;
  max-width: 652px;
  z-index: 111;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: -webkit-transform .3s linear;
  transition: -webkit-transform .3s linear;
  -o-transition: transform .3s linear;
  transition: transform .3s linear;
  transition: transform .3s linear, -webkit-transform .3s linear;
  background: #F5EF54;
  border-radius: 20px;
}

.popup_box.green {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.popup_box.green--title {
  margin: 20px 0 15px;
}

.popup_box.green--button {
  background-color: #2FB10E;
}

.popup_box--title {
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 10px;
}

.popup_box--text {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}

.popup_box--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.popup_box--field label {
  line-height: 22px;
  margin-bottom: 2px;
  display: inline-block;
}

.popup_box--field input {
  border: none;
  border-radius: 10px;
  outline: 0;
  background-color: #fff;
  padding: 14px 0 11px 20px;
  font-size: 20px;
  line-height: 28px;
  width: 250px;
  margin-top: 3px;
}

.popup_box--button {
  margin: 20px auto 40px;
  background-color: #EB762F;
}

.button_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modalopen {
  overflow: hidden;
}

.btn_identification {
  font-size: 14px;
  line-height: 20px;
}

.btn_identification span {
  opacity: 0.6;
}

.btn_identification a {
  opacity: 1;
  text-decoration: underline;
}

html {
  scroll-behavior: smooth;
}

header {
  position: absolute;
  left: 0;
  top: -25px;
  z-index: 100;
  width: 100%;
  padding-top: 25px;
}

header.fixed {
  position: fixed;
  background-color: #F5EF54;
  height: auto;
  top: 0;
  left: 0;
  padding-top: 0;
  width: 100%;
  -webkit-transition: top .3s ease-in-out;
  -o-transition: top .3s ease-in-out;
  transition: top .3s ease-in-out;
}

.header_yellow header {
  background-color: #F5EF54;
}

.header_logo img {
  height: auto;
}

.orange_head {
  background-color: #EB762F;
}

.orange_head--box {
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
}

.orange_head--location {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.orange_head--location span {
  margin-left: 10px;
}

.orange_head .learn_more {
  text-decoration: underline;
  text-transform: uppercase;
}

.orange_head .language {
  position: relative;
  text-transform: uppercase;
  cursor: pointer;
  width: 40px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.orange_head .language:hover {
  opacity: 1;
  pointer-events: all;
}

.orange_head .language:hover .orange_sublang {
  top: 40px;
  opacity: 1;
  pointer-events: all;
}

.orange_head .language:after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: calc(50% - 5px);
  right: 5px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

.orange_head .orange_sublang {
  position: absolute;
  left: -11px;
  top: 0px;
  color: #2C3137;
  padding: 16px 20px;
  background: #fff;
  border-radius: 5px;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

.orange_head .orange_sublang:before {
  content: '';
  left: 50%;
  top: -7px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  background: url("../img/icons/Polygon.png") no-repeat center;
  width: 33px;
  height: 11px;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0 15px;
}

.header .header_phone {
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  color: #2FB10E;
  margin-bottom: 6px;
}

.header_nav--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
}

.header_nav--item {
  margin: 0 10px;
  position: relative;
  -webkit-transition: .3s all linear;
  -o-transition: .3s all linear;
  transition: .3s all linear;
}

.header_nav--item:hover {
  color: #2FB10E;
  opacity: 1;
  pointer-events: all;
}

.header_nav--item:hover .submenu_wrapper {
  top: 15px;
  opacity: 1;
  pointer-events: all;
}

.header_nav .submenu_wrapper {
  padding-top: 20px;
  position: absolute;
  left: calc(50% - 115px);
  top: 0px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  width: 230px;
}

.header_nav--subflex {
  padding: 20px 30px;
  color: #2C3137;
  background: #fff;
  border-radius: 20px;
  z-index: 5;
}

.header_nav--subflex:before {
  content: '';
  left: 50%;
  top: 13px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  background: url("../img/icons/Polygon.png") no-repeat center;
  width: 33px;
  height: 11px;
}

.header_nav--subitem {
  margin-bottom: 15px;
  -webkit-transition: .3s all linear;
  -o-transition: .3s all linear;
  transition: .3s all linear;
}

.header_nav--subitem:hover {
  color: #2FB10E;
}

.header_nav--subitem:hover a:after {
  opacity: 1;
}

.header_nav--subitem a {
  position: relative;
}

.header_nav--subitem a:after {
  content: '';
  right: -45px;
  top: 6px;
  opacity: 0;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  position: absolute;
  background: url("../img/icons/ArrowGreen.png") no-repeat center;
  width: 33px;
  height: 11px;
}

.header_nav--subitem:last-child {
  margin-bottom: 0;
}

.nav_toggle {
  width: 44px;
  height: 34px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  padding: 10px 0;
  display: none;
  font-size: 0;
  color: transparent;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.nav_toggle--item {
  display: block;
  width: 16px;
  height: 1px;
  background-color: #2C3137;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: background .2s linear;
  -o-transition: background .2s linear;
  transition: background .2s linear;
}

.nav_toggle--item:before {
  top: -5px;
}

.nav_toggle--item:before,
.nav_toggle--item:after {
  content: "";
  width: 16px;
  height: 1px;
  background-color: #2C3137;
  position: absolute;
  left: 0;
  z-index: 1;
  transition: -webkit-transform .2s linear;
  -webkit-transition: -webkit-transform .2s linear;
  -o-transition: transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
}

.nav_toggle--item:after {
  bottom: -5px;
}

.burger_lang {
  display: none;
}

.burger_phone {
  display: none;
}

.close_burger {
  display: none;
}

.intro_background {
  background-color: #F5EF54;
  height: 100vh;
  padding-top: 100px;
}

.intro_background--nohome .breadcrumbs {
  margin-top: 40px;
}

.intro_background .min_height {
  height: 100%;
}

.koleso:hover .rotate_anim {
  -webkit-animation: rotatedisk 3s .5s forwards infinite;
          animation: rotatedisk 3s .5s forwards infinite;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.rotate_anim {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-animation: rotatedisk 3s .5s forwards;
          animation: rotatedisk 3s .5s forwards;
  -webkit-transform-origin: 50% 39%;
      -ms-transform-origin: 50% 39%;
          transform-origin: 50% 39%;
}

.intro_box--scool {
  padding-bottom: 130px;
}

.intro_box--scool .intro_content {
  width: 42%;
}

.intro_box--scool .intro_gallery {
  width: 58%;
}

.intro_box--scool .intro_gallery--kids--bottom {
  width: 58px;
  left: -101px;
  bottom: -40px;
}

.intro_box--scool .intro_gallery--kids--rigthbottom {
  right: -175px;
  width: 165px;
}

.intro_box--scool .bigban_image {
  left: -116px;
  bottom: -3px;
}

.intro_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  height: 100%;
  padding-bottom: 100px;
}

.intro_box .intro_content {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.intro_box .intro_content .intro_title {
  font-weight: 700;
  font-size: 65px;
  line-height: 71px;
}

.intro_box .intro_content .intro_suptitle {
  margin: 20px 0;
  font-size: 20px;
  line-height: 28px;
  max-width: 80%;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.intro_box .intro_content .button {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.intro_box .intro_gallery {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.intro_box .intro_gallery--responsive {
  display: none;
}

.intro_box .intro_gallery--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
}

.intro_box .intro_gallery--item {
  width: 25%;
  padding: 0 5px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 7px 0;
}

.intro_box .intro_gallery--item img {
  height: auto;
}

.intro_box .intro_gallery--item:first-child:hover {
  -webkit-animation-name: intro_first;
          animation-name: intro_first;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.intro_box .intro_gallery--item:first-child img {
  border-radius: 150px 10px 10px 150px;
  -webkit-animation-name: intro_first;
          animation-name: intro_first;
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.intro_box .intro_gallery--item:last-child:hover {
  -webkit-animation-name: potential;
          animation-name: potential;
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.intro_box .intro_gallery--item:last-child img {
  border-radius: 100px;
  -webkit-animation-name: potential;
          animation-name: potential;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.intro_box .intro_gallery--item:nth-child(-n + 3) {
  width: 33%;
}

.intro_box .intro_gallery--item svg {
  height: 100%;
}

.green_section--intro {
  margin-top: -70px;
  margin-bottom: 100px;
}

.abc_svvg {
  overflow: visible;
}

.abc_path {
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-animation-name: abc;
          animation-name: abc;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

.abc_path1 {
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-animation-name: abc1;
          animation-name: abc1;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

.abc_path2 {
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-animation-name: abc2;
          animation-name: abc2;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

.balloon_anim {
  -webkit-animation-name: balloon;
          animation-name: balloon;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
}

.balloon_anim--svg {
  overflow: visible;
}

.intro_about {
  width: 100%;
  background-color: #2FB10E;
  padding: 25px 15px 21px;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.intro_about--item {
  width: 33%;
  border-right: 1px solid #5ECB42;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  font-weight: 600;
  color: #fff;
}

.intro_about--item:last-child {
  border-right: none;
}

.intro_about--img {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.intro_about--img img {
  width: auto;
  height: auto;
}

.programm.section {
  padding: 100px 0 100px;
  overflow-x: hidden;
}

.adaptive_titles {
  display: none;
}

.programm__inner {
  position: relative;
  z-index: 2;
}

.programm__traectory-text {
  position: absolute;
  z-index: -1;
  right: -6px;
  top: -20px;
  width: 100%;
  height: 100%;
}

.programm__traectory-text svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.programm__traectory-text path {
  fill: transparent;
}

.programm__traectory-text text {
  fill: #2FB10E;
  text-transform: uppercase;
}

.programm_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.programm_item--info {
  width: 51%;
}

.programm_item--image {
  width: 49%;
}

.program_image--inner {
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 460px;
  border-radius: 220px 220px 20px 20px;
  margin-top: 20px;
}

.program_image--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.program_image--wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.suptitle {
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.title {
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  color: #2FB10E;
}

.programm_item--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
}

.programm_item--meta {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.programm_item--title {
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
  margin-bottom: 10px;
}

.programm_item--desc {
  font-size: 20px;
  line-height: 30px;
}

.programm_item--links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 40%;
}

.programm_item--links a {
  padding: 35px 0;
  font-weight: 600;
  font-size: 30px;
  line-height: 39px;
  color: #EB762F;
  border-bottom: 1px solid rgba(196, 192, 190, 0.4);
  position: relative;
}

.programm_item--links a:first-child {
  padding-top: 0;
}

.programm_item--links a:last-child {
  border-bottom: none;
}

.programm_item--links a:after {
  content: '';
  background: url("../img/icons/Arrow.svg") center no-repeat;
  display: block;
  position: absolute;
  right: 0;
  bottom: 42px;
  width: 32px;
  height: 16px;
}

.section {
  padding: 100px 0;
}

.potential_wrapper .title {
  margin-bottom: 80px;
  text-align: center;
}

.potential_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.potential_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 46%;
}

.potential_items:first-child .potentials_card:last-child .potentials_card--img {
  padding: 0;
}

.potential_items:last-child .potentials_card:first-child .potentials_card--img {
  padding: 0;
}

.potential_items:last-child .potentials_card:first-child .potentials_card--background {
  display: none;
}

.potential_items:last-child .potentials_card:last-child .potentials_card--background {
  display: block;
  border-radius: 50% 10px;
}

.potentials_card {
  margin-bottom: 100px;
}

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

.potentials_card:last-child .potentials_card--background {
  display: none;
}

.potentials_card--img {
  position: relative;
  padding: 48px 62px;
  margin-bottom: 20px;
}

.potentials_card--img:hover .potentials_card--background {
  -webkit-animation-name: potential;
          animation-name: potential;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.potentials_card--img img {
  border-radius: 10px;
  height: auto;
}

.potentials_card--background {
  background-color: #2FB10E;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 10px 50%;
}

.potentials_card--title {
  font-weight: 600;
  font-size: 30px;
  line-height: 42px;
  margin-bottom: 10px;
  color: #2FB10E;
}

.potentials_card--desc {
  font-size: 20px;
  line-height: 30px;
  width: 90%;
}

.home_gallery {
  margin: 60px -20px 0px;
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
}

.home_gallery--padd {
  padding: 0 20px;
  margin-bottom: 40px;
  width: 472px;
}

.home_gallery--padd:nth-child(5) {
  padding-top: 80px;
}

.home_gallery--padd:nth-child(5) .home_gallery--wrapimg img {
  border-radius: 10px 150px 10px 10px;
}

.home_gallery--padd:nth-child(2) .home_gallery--wrapimg img {
  border-radius: 10px 10px 150px 10px;
}

.home_gallery--padd:nth-child(1) {
  padding-top: 40px;
}

.home_gallery--padd:nth-child(1) .home_gallery--wrapimg img {
  border-radius: 10px 10px 10px 150px;
}

.home_gallery--padd:nth-child(4) .home_gallery--wrapimg img {
  border-radius: 200px 200px 10px 10px;
}

.home_gallery--padd:nth-child(6) .home_gallery--wrapimg img {
  border-radius: 150px 10px 10px 10px;
}

.home_gallery--wrapper {
  border-radius: 10px;
  background-color: #F5EF54;
}

.home_gallery--wrapper:hover img {
  border-radius: 0 !important;
}

.home_gallery--wrapimg {
  overflow: hidden;
  border-radius: 10px;
}

.home_gallery--wrapimg img {
  width: 100%;
  -webkit-transition: .3s all linear;
  -o-transition: .3s all linear;
  transition: .3s all linear;
  border-radius: 10px 10px 150px 10px;
  height: auto;
}

.btn_gallery--more {
  -webkit-box-shadow: 0px 4px 20px rgba(45, 154, 17, 0.2);
          box-shadow: 0px 4px 20px rgba(45, 154, 17, 0.2);
  margin: 0 auto;
}

.news_swiper {
  margin: 60px 0 40px;
}

.news_slider {
  margin: 0 -20px;
  width: auto;
}

.news_slider--item {
  padding: 0 20px;
  position: relative;
  width: 25%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  overflow: hidden;
}

.news_slider--item:first-child {
  width: 50%;
}

.news_slider--item:hover .news_date .bgcirc {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.news_slider--item:hover .readmore {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.news_slider--item a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.news_slider--preview {
  border-radius: 5px;
  width: 100%;
  height: 390px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.news_slider .news_date {
  position: absolute;
  left: 40px;
  top: 20px;
  width: 76px;
  height: 76px;
  text-align: center;
}

.news_slider .bgcirc {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 200px;
  height: 200px;
  border-radius: 250px;
  margin: -100px 0 0 -100px;
  overflow: hidden;
  -webkit-transition: .3s linear all;
  -o-transition: .3s linear all;
  transition: .3s linear all;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  background-color: #fff;
  -webkit-transform: scale(0.38);
      -ms-transform: scale(0.38);
          transform: scale(0.38);
}

.news_slider .readmore {
  position: absolute;
  left: 0px;
  top: 130px;
  width: 100%;
  text-align: center;
  opacity: 0;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 600;
  color: #2FB10E;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
}

.news_slider .date_text {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  font-size: 20px;
  line-height: 24px;
  top: 25px;
}

.news_slider--title {
  margin: 20px 0 10px;
  font-weight: 600;
  font-size: 20px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 28px;
}

.news_slider--desc {
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news_seemore--main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.news_seemore--main a {
  -webkit-box-shadow: 0px 4px 20px rgba(45, 154, 17, 0.2);
          box-shadow: 0px 4px 20px rgba(45, 154, 17, 0.2);
}

.breadcrumbs {
  margin-top: 148px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumbs li {
  margin-right: 30px;
  position: relative;
}

.breadcrumbs li:after {
  content: '';
  position: absolute;
  top: 8px;
  right: -20px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-bottom: 1px solid #2C3137;
  border-right: 1px solid #2C3137;
  position: absolute;
  width: 6px;
  height: 6px;
}

.breadcrumbs li:last-child:after {
  display: none;
}

.about_intro {
  padding: 86px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about_intro--desc {
  font-size: 20px;
  line-height: 30px;
  margin: 20px 0;
}

.about_intro--text {
  line-height: 24px;
}

.about_item--info {
  width: 31%;
}

.about_item--preview {
  position: relative;
  width: 69%;
}

.about_video--container {
  padding-top: 60px;
  padding-left: 180px;
  width: 85%;
}

.about_video--container iframe {
  border-radius: 20px;
  width: 100%;
}

.about_item--text {
  position: absolute;
  left: 0;
  bottom: -63px;
  z-index: -1;
}

.about_item--tree {
  position: absolute;
  right: 0;
  top: -28px;
  z-index: -1;
}

.about_item--text--adaptive {
  display: none;
}

.content_toggle--about {
  display: none;
}

.green_about {
  background-color: #2FB10E;
  border-radius: 20px;
  padding: 57px 120px 75px 75px;
  color: #fff;
}

.green_about--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.green_about--item {
  width: 70%;
}

.green_about--item:last-child {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.green_about--item .button {
  background-color: #EB762F;
}

.green_about--title {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  opacity: 0.6;
}

.green_about--text {
  font-weight: 700;
  font-size: 30px;
  padding-right: 30px;
  line-height: 39px;
}

.achievement .button {
  margin: auto;
  -webkit-box-shadow: 0px 4px 20px rgba(45, 154, 17, 0.2);
          box-shadow: 0px 4px 20px rgba(45, 154, 17, 0.2);
}

.achievement .title {
  text-align: center;
}

.achievement_wrapper {
  margin: 40px -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.achievement_item {
  width: 25%;
  padding: 0 20px;
}

.achievement_item:nth-child(1) .achievement_img--box {
  background-color: #F5EF54;
  padding: 10px 0 0;
}

.achievement_item:nth-child(1) .achievement_img--box .achievement_img--container {
  width: 64%;
  border-radius: 200px 20px 20px 200px;
  height: 290px;
  overflow: hidden;
  margin-top: 13px;
  -webkit-transform: rotate(-11deg);
      -ms-transform: rotate(-11deg);
          transform: rotate(-11deg);
}

.achievement_item:nth-child(3) .achievement_img--box {
  background-color: #F5EF54;
  padding: 10px 0 0;
}

.achievement_item:nth-child(3) .achievement_img--box .achievement_img--container {
  width: 64%;
  border-radius: 20px 200px 200px 20px;
  height: 290px;
  overflow: hidden;
  margin-top: 13px;
  -webkit-transform: rotate(11deg);
      -ms-transform: rotate(11deg);
          transform: rotate(11deg);
}

.achievement_img--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
}

.achievement_img--box .achievement_img--container {
  width: 207px;
  border-radius: 105px;
  height: 314px;
  overflow: hidden;
}

.achievement_img--box .achievement_img--container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.achievement_text {
  font-size: 20px;
  line-height: 30px;
  margin-top: 24px;
}

.oxford_content--download--img img {
  height: auto;
}

.review_about {
  background-color: #F5EF54;
  border-radius: 20px;
  padding: 40px 15%;
  position: relative;
}

.review_about--icons {
  position: absolute;
  left: 10%;
  top: 80px;
  height: auto;
  z-index: 0;
}

.review_about--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.review_about--text {
  width: 70%;
  font-size: 20px;
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  position: relative;
}

.review_about--teacher {
  width: 23%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.review_about--img {
  border: 2px solid #fff;
  border-radius: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}

.review_about--img img {
  width: 100%;
  height: auto;
}

.review_about--name {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}

.review_about--prof {
  line-height: 24px;
  color: rgba(44, 49, 55, 0.78);
}

.oxford .title {
  width: 100%;
  max-width: 980px;
}

.oxford_box {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.oxford_content {
  width: 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 24px;
}

.oxford_content--text--box > p {
  margin-bottom: 20px;
}

.oxford_content--title {
  margin: 20px 0 20px;
  font-weight: 700;
}

.oxford_content--table {
  border: 1px solid rgba(44, 49, 55, 0.4);
  border-radius: 20px;
  padding: 32px;
  margin-bottom: 40px;
}

.oxford_content--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.oxford_content--item:last-child {
  margin-bottom: 0;
}

.oxford_content--predmet {
  width: 45%;
}

.oxford_content--lesson {
  width: 145px;
  position: relative;
}

.oxford_content--lesson:after {
  content: '';
  background: url("../img/icons/Arrow_black.svg") center no-repeat;
  display: block;
  position: absolute;
  left: -40px;
  top: 5px;
  width: 32px;
  height: 16px;
}

.oxford_content--download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.oxford_content--download--text {
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 600;
  margin-left: 52px;
  color: #2FB10E;
  position: relative;
}

.oxford_content--download--text:after {
  content: '';
  background: url("../img/icons/programm_vector.png") center no-repeat;
  display: block;
  position: absolute;
  left: -34px;
  top: 0px;
  width: 22px;
  height: 24px;
}

.oxford_documents {
  width: 51%;
}

.oxford_documents--swiper .swiper-button-prev,
.oxford_documents--swiper .swiper-button-next {
  display: none;
}

.oxford_documents--swiper .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.oxford_documents--swiper .swiper-slide {
  width: 50%;
  position: relative;
}

.oxford_documents--swiper .swiper-slide img {
  margin: auto;
}

.oxford_documents--link {
  position: absolute;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 97px;
  height: 97px;
  border-radius: 50%;
  background: rgba(47, 177, 14, 0.7);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.oxford_documents--link img {
  margin: auto;
}

.oxford_documents--build {
  margin-top: 55px;
}

.oxford_documents--build img {
  height: auto;
}

.section.reviews {
  overflow-x: hidden;
}

.review_swiper {
  margin-top: 60px;
  width: calc(100vw - (100vw - 1400px) / 2);
  padding-bottom: 110px;
}

.review_swiper--text {
  padding: 40px;
  min-height: 240px;
  line-height: 24px;
  position: relative;
  background-color: #F5EF54;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.review_swiper--text:after {
  content: '';
  background: url("../img/icons/yellow_icon.png") center no-repeat;
  display: block;
  position: absolute;
  left: 19px;
  bottom: -20px;
  width: 40px;
  height: 25px;
}

.review_swiper--info {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.review_swiper--photo {
  width: 60px;
  margin-right: 14px;
}

.review_swiper--desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.review_swiper--city {
  margin-top: 5px;
  opacity: .78;
}

.review_swiper .swiper_btn--container {
  position: relative;
  bottom: -110px;
  max-width: 1400px;
}

.review_swiper .swiper-button-next {
  right: calc(50% - 75px);
  left: auto;
  bottom: -6px;
  top: auto;
  z-index: 15;
}

.review_swiper .swiper-button-prev {
  right: auto;
  left: calc(50% - 75px);
  bottom: -6px;
  top: auto;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  z-index: 15;
}

.review_swiper .swiper-pagination-bullets {
  display: block;
  max-width: 1400px;
}

.review_swiper .swiper-pagination-bullet {
  background-color: #2FB10E;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.intro_title .green {
  color: #2FB10E;
}

.intro_gallery--kids {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.intro_gallery--kids--box {
  position: relative;
}

.intro_gallery--kids--center {
  width: 100%;
  position: relative;
  z-index: 2;
}

.intro_gallery--kids--center img {
  border-radius: 200px;
  height: auto;
  width: 100%;
}

.intro_gallery--kids--bottom {
  position: absolute;
  left: -120px;
  bottom: 0;
}

.intro_gallery--kids--middle {
  position: absolute;
  left: -135px;
  bottom: calc(50% - 66px);
}

.intro_gallery--kids--lefttop {
  position: absolute;
  left: -150px;
  top: -62px;
}

.intro_gallery--kids--rigthtop {
  position: absolute;
  right: -126px;
  top: -62px;
}

.intro_gallery--kids--rigthbottom {
  position: absolute;
  right: -200px;
  bottom: 0px;
}

.advantage_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 60px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.advantage_img {
  border-radius: 20px;
  width: 48%;
  background-color: #F5EF54;
}

.advantage_img--wrapper {
  height: 100%;
  overflow: hidden;
}

.advantage_img--wrapper:hover img {
  border-radius: 20px 20px 20px 20px;
}

.advantage_img--wrapper img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px 20px 20px 240px;
  -webkit-transition: .3s all linear;
  -o-transition: .3s all linear;
  transition: .3s all linear;
  width: 100%;
}

.advantage_content {
  width: 48%;
}

.accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.accordion__item {
  width: 50%;
  border-right: 1px solid rgba(44, 49, 55, 0.15);
  border-bottom: 1px solid rgba(44, 49, 55, 0.15);
  padding-bottom: 30px;
}

.accordion__item:nth-child(1) {
  padding-right: 38px;
}

.accordion__item:nth-child(2) {
  padding-left: 38px;
  border-right: none;
}

.accordion__item:nth-child(3) {
  padding: 30px 38px 0 0;
  border-bottom: none;
}

.accordion__item:nth-child(4) {
  padding: 30px 0 0 38px;
  border-right: none;
  border-bottom: none;
}

.accordion__item .accordion__title {
  position: relative;
  font-weight: 600;
  font-size: 30px;
  line-height: 42px;
  margin-bottom: 20px;
  color: #2FB10E;
}

.accordion__item .accordion__arrow {
  display: none;
}

.accordion__item .accordion__content {
  line-height: 24px;
}

.early {
  background-color: #EB762F;
  border-radius: 20px;
  padding: 100px 135px;
  position: relative;
}

.early .title {
  color: #fff;
  text-align: center;
}

.early_wrapper {
  margin: 40px -30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.early_wrapper .early_text {
  padding: 0 30px;
  width: 50%;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}

.early_circle {
  width: 100%;
  overflow: hidden;
}

.early_circle text {
  font-size: 7px;
  line-height: 24px;
}

.early_circle svg {
  position: absolute;
  right: -230px;
  top: -230px;
  z-index: -1;
  width: 500px;
  height: 500px;
  -webkit-animation-name: rotate;
          animation-name: rotate;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.our_group .title {
  text-align: center;
}

.our_group--box {
  margin: 60px -20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.our_group--item {
  width: 50%;
  padding: 0 20px;
}

.our_group--itemwrap {
  border: 1px solid rgba(44, 49, 55, 0.15);
  border-radius: 20px;
  height: 100%;
}

.our_group--desc {
  font-size: 20px;
  line-height: 30px;
}

.our_group--head {
  height: 175px;
  background-color: yellow;
  border-radius: 20px;
  padding: 0 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 40px;
  text-align: center;
  line-height: 24px;
}

.our_group--title {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 30px;
  line-height: 42px;
  color: #2FB10E;
}

.our_group--content {
  padding: 40px 40px 26px;
  height: calc(100% - 175px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.our_group--content .oxford_content--download {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: auto;
}

.our_group--list {
  margin-bottom: 20px;
}

.our_group--list li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 40px;
}

.our_group--list li:after {
  content: '';
  background-color: #2fb10e;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 6px;
}

.our_group--list .accordion__titleour {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 5px;
}

.our_group--list .accordion__contentour {
  line-height: 24px;
  opacity: .78;
}

.adaptation_yellow {
  background-color: #F5EF54;
  border-radius: 20px;
  padding: 100px 137px;
}

.adaptation_yellow .title {
  text-align: center;
  color: #2C3137;
}

.adaptation_yellow .adaptation_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -30px;
  margin-top: 40px;
  font-size: 20px;
  line-height: 30px;
}

.adaptation_yellow .adaptation_item {
  padding: 0 30px;
  width: 50%;
}

.best_tabs {
  margin-top: 60px;
}

.tabs-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0 -20px;
}

ul.tabs {
  padding: 0 20px;
  float: left;
  width: 33%;
}

ul.tabs li {
  float: left;
  margin: 0;
  cursor: pointer;
  padding: 20px 30px;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  color: rgba(44, 49, 55, 0.4);
  overflow: hidden;
  position: relative;
  font-size: 20px;
  margin-top: -1px;
  border-bottom: 1px solid rgba(44, 49, 55, 0.15);
  border-top: 1px solid rgba(44, 49, 55, 0.15);
  width: 90%;
  -webkit-transition: .3s all linear;
  -o-transition: .3s all linear;
  transition: .3s all linear;
}

.tabs_desc {
  display: none;
  font-size: 16px;
  line-height: 24px;
}

ul.tabs li.active {
  background-color: #2FB10E;
  border-radius: 20px;
  color: #fff;
  display: block;
  margin: 20px 0;
  width: 100%;
}

ul.tabs li.active:first-child {
  margin-top: 0;
}

ul.tabs li.active:last-child {
  margin-bottom: 0;
}

ul.tabs li.active .tabs_desc {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 21px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
}

.tab_container {
  border: 1px solid rgba(44, 49, 55, 0.15);
  clear: both;
  float: left;
  width: 66%;
  padding: 0 20px;
  border-radius: 20px;
  overflow: auto;
}

.tab_container--wrapper {
  padding: 40px 80px;
}

.scool_table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 201% !important;
}

.scool_table b {
  display: block;
  margin-right: 4px;
}

.timetable--ccamp .timetable_img--img {
  position: relative;
  bottom: -77px;
}

.timetable--ccamp caption {
  font-weight: 600;
}

.camp_item--info .parents_descc {
  margin-bottom: 40px;
}

.tab_content {
  padding: 20px;
  display: none;
  line-height: 26px;
  margin-bottom: 20px;
}

.tab_content:first-child {
  display: block;
}

.tab_content--title {
  margin-bottom: 42px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.tab_content--desc {
  margin-top: 40px;
}

.tab_content--list li {
  font-size: 20px;
  margin-bottom: 20px;
  padding-left: 32px;
  position: relative;
}

.tab_content--list li:after {
  content: '';
  background-color: #2FB10E;
  width: 20px;
  height: 20px;
  border-radius: 2px 16px 2px 16px;
  position: absolute;
  left: 0;
  top: 6px;
}

.tab_accordion {
  display: none;
}

.timetable .title {
  text-align: center;
}

.timetable .oxford_content--download {
  margin: 40px auto 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.timetable_wrap {
  width: 65%;
  margin: 60px auto 0px;
  border-radius: 20px;
  border: 1px solid rgba(44, 49, 55, 0.15);
  overflow: hidden;
}

.timetable_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.timetable_img--img {
  padding: 0 10px;
  width: 17.5%;
}

.timetable_img--img img {
  width: 100%;
}

.timetable_img--img img:first-child {
  display: block;
}

.timetable_img--img img:last-child {
  display: none;
}

.table {
  width: calc(100% + 3px);
  font-size: 20px;
  line-height: 24px;
  margin: 0 -2px -1px;
}

.table caption {
  padding: 50px 20px;
  text-align: center;
}

.table caption span {
  color: #2FB10E;
  font-weight: 600;
}

.table tr {
  width: 100%;
  padding: 0 60px;
  border: none;
}

.table tr.bold {
  font-weight: 600;
}

.table tr.bold td:last-child {
  text-align: center;
}

.table tr td {
  padding: 28px 60px;
  width: 50%;
  border: 1px solid rgba(44, 49, 55, 0.15);
}

table,
th,
td {
  border-collapse: collapse;
}

th,
td {
  padding: 5px;
  text-align: left;
}

.intro_gallery--schoolbox {
  margin-right: 25px;
}

.intro_gallery--schoolbox .intro_gallery--schoolrigthtop {
  top: -84px;
}

.intro_gallery--schoolbox .intro_gallery--kids--center {
  width: 350px;
  background-color: #EB762F;
  border-radius: 166px 176px 10px 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

.intro_gallery--schoolbox .intro_gallery--kids--rigthbottom {
  right: -212px;
}

.intro_gallery--schoolbox .intro_gallery--kids--rigthbottom img {
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
  height: auto;
}

.intro_gallery--schoolbox .intro_gallery--schoolcenter {
  width: 330px;
}

.intro_gallery--schoolbox .intro_gallery--schoolcenter img {
  border-radius: 200px 200px 10px 10px;
}

.intro_gallery--schoolbox .intro_gallery--schoolmiddle {
  position: absolute;
  right: -176px;
  bottom: 72%;
}

.process {
  padding-top: 200px;
}

.process .title,
.process .suptitle {
  display: none;
}

.process_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.process_box .title,
.process_box .suptitle {
  display: block;
}

.process_item {
  width: 50%;
  padding-bottom: 60px;
}

.process_item:last-child {
  width: 44%;
  padding-bottom: 0;
}

.process_item--desc {
  font-size: 20px;
  line-height: 28px;
  margin: 20px 0;
}

.process_item--img {
  background-color: #F5EF54;
  border-radius: 20px 200px;
  position: relative;
  width: 72%;
  height: 382px;
}

.process_item--img img {
  position: absolute;
  left: 120px;
  bottom: 120px;
  z-index: 1;
  width: 100%;
  border-radius: 200px 20px;
  height: auto;
}

.process_item .button {
  -webkit-box-shadow: 0px 4px 20px rgba(47, 177, 14, 0.2);
          box-shadow: 0px 4px 20px rgba(47, 177, 14, 0.2);
}

.process_item--background {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.early_school {
  color: #fff;
}

.early_school--content {
  margin-bottom: 20px;
  line-height: 24px;
}

.early_school--content:last-child {
  margin-bottom: 0;
}

.early_school--item {
  padding: 0 30px;
  width: 50%;
}

.early_school--item:first-child {
  font-size: 20px;
  line-height: 30px;
}

.early_school .oxford_content--table {
  border: 1px solid #fff;
  margin: 20px 0 6px;
  padding: 20px 43px;
}

.early_school .oxford_content--item {
  margin-bottom: 15px;
}

.early_school .oxford_content--predmet {
  width: 46%;
}

.early_school .oxford_content--lesson {
  width: 43%;
}

.early_school .oxford_content--lesson:after {
  width: 17px;
  height: 25px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background: url("../img/icons/Arrowwhite.svg") no-repeat center;
}

.early_school--btmitem {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}

.insocial_icons--border--flex img {
  height: auto;
}

.insocial_school .button {
  margin-top: 20px;
}

.insocial_school .insocial_title {
  width: 60%;
}

.camp_intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px -15px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.camp_intro .title {
  width: 51%;
  margin-bottom: -46px;
  padding: 0 15px;
}

.camp_intro--desc {
  margin-bottom: 20px;
  width: 82%;
  font-size: 20px;
  line-height: 30px;
}

.camp_intro .button {
  margin-top: 20px;
  -webkit-box-shadow: 0px 4px 20px rgba(47, 177, 14, 0.3);
          box-shadow: 0px 4px 20px rgba(47, 177, 14, 0.3);
}

.camp_item--img {
  width: 78%;
  position: relative;
  z-index: 2;
}

.camp_item--img img {
  height: auto;
  width: 100%;
  border-radius: 20px;
  -webkit-clip-path: polygon(50% -2px, 100% 28%, 100% 100%, 0 100%, 0 28%);
          clip-path: polygon(50% -2px, 100% 28%, 100% 100%, 0 100%, 0 28%);
}

.camp_item--lefttop {
  position: absolute;
  left: 36px;
  top: 0;
}

.camp_item--leftbtm {
  position: absolute;
  left: -23px;
  bottom: 0;
}

.camp_item--righttop {
  position: absolute;
  right: 71px;
  top: -33px;
}

.camp_item--rightbtm {
  position: absolute;
  right: 0px;
  bottom: 0;
}

.camp_item--info {
  width: 50%;
  padding: 70px 15px 0;
}

.camp_item--preview {
  width: 50%;
  padding: 0 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.camp_item--preview img {
  height: auto;
}

.photo_yellow {
  overflow-x: hidden;
}

.photo_yellow--container {
  background-color: #F5EF54;
  padding: 100px 0;
}

.photo_yellow--title {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 40px;
}

.gallery_swiper {
  width: calc(100vw - (100vw - 1400px) / 2);
}

.gallery_swiper .swiper-slide {
  border-radius: 20px;
  overflow: hidden;
  width: auto;
  height: 210px;
}

.gallery_swiper .swiper-slide img {
  width: auto;
  height: 100%;
}

.gallery_swiper .swiper_btn--container {
  max-width: 1400px;
  position: relative;
}

.gallery_swiper .swiper_btn--container .swiper-button-next {
  width: 80px;
  height: 80px;
  background: #fff;
  opacity: .8;
  bottom: 40px;
  right: -25px;
  border-radius: 80px;
  top: auto;
}

.timetable .relative_btn {
  position: relative;
  margin-top: 65px;
}

.timetable .relative_btn .vector_orange {
  position: absolute;
  right: calc(50% - 317px);
  top: -23px;
}

.parents_preview--box {
  border: 1px solid rgba(44, 49, 55, 0.15);
  border-radius: 20px;
  padding: 42px 45px;
}

.parents_preview--mount {
  position: absolute;
  left: 6px;
  top: 5px;
  color: #fff;
  font-size: 8px;
  width: 40px;
  text-align: center;
}

.parents_preview--day {
  position: absolute;
  left: 20px;
  top: 27px;
  color: #fff;
  font-size: 13px;
}

.parents_preview--calendarbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.parents_preview--title {
  font-weight: 600;
  font-size: 30px;
  line-height: 42px;
  margin-bottom: 14px;
  color: #EB762F;
}

.parents_preview--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 58px;
}

.parents_preview--list:nth-child(2n + 2) .parents_preview--img {
  -webkit-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
          transform: rotate(-3deg);
  -webkit-animation: calendar 2s linear .3s;
          animation: calendar 2s linear .3s;
}

.parents_preview--img {
  margin-right: 14px;
  position: relative;
  min-width: 54px;
  max-width: 54px;
  min-height: 58px;
  max-height: 58px;
  -webkit-transform: rotate(3deg);
      -ms-transform: rotate(3deg);
          transform: rotate(3deg);
  -webkit-animation: calendar1 2s linear .3s;
          animation: calendar1 2s linear .3s;
}

.parents_preview--img--desc {
  font-size: 20px;
  line-height: 28px;
}

.btn_block {
  display: none;
}

.security {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 60px -20px 0;
}

.security_item {
  width: 55%;
  padding: 0 20px;
}

.security_item:last-child {
  width: 45%;
  padding-top: 90px;
}

.security_item--bg {
  position: relative;
}

.security_item--path {
  -webkit-clip-path: polygon(50% -2px, 100% 28%, 100% 100%, 0 100%, 0 28%);
          clip-path: polygon(50% -2px, 100% 28%, 100% 100%, 0 100%, 0 28%);
  background-color: #F5EF54;
  border-radius: 20px;
  padding: 40px 50px;
  width: 88%;
  margin: 0 auto;
}

.security_item--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.security_item--list li {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 40px;
  padding-left: 32px;
  position: relative;
  font-weight: 600;
  max-width: 73%;
}

.security_item--list li:after {
  content: '';
  background-color: #2fb10e;
  width: 20px;
  height: 20px;
  border-radius: 2px 16px 2px 16px;
  position: absolute;
  left: 0;
  top: 6px;
}

.security_item--list li:last-child {
  margin-bottom: 0;
}

.security_title {
  text-align: center;
}

.security_image {
  border-radius: 20px;
  width: 100%;
  margin-top: 160px;
  height: auto;
}

.securite_tree--left {
  position: absolute;
  left: -21px;
  bottom: 20px;
  z-index: 1;
}

.securite_tree--right {
  position: absolute;
  right: -30px;
  bottom: 20px;
  z-index: 1;
}

.food {
  margin: 60px -20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.food_item {
  width: 40%;
  padding: 0 20px;
  font-size: 20px;
  line-height: 30px;
}

.food_item:last-child {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.food_item--img {
  width: 68%;
}

.food_item--img img {
  border-radius: 20px;
  width: 100%;
}

.food_item--iconbox {
  width: 32%;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.food_item--icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.food_item--icon:nth-child(2) {
  color: #2FB10E;
}

.food_item--icon:nth-child(3) {
  color: #EB762F;
}

.food_item--icon:nth-child(4) {
  color: #177AD6;
}

.food_item--icon img {
  margin-right: 15px;
}

.food_item--desc {
  margin-bottom: 40px;
}

.food_item--list li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 42px;
}

.food_item--list li:last-child {
  margin-bottom: 0;
}

.food_item--list li:after {
  content: '';
  background: url(../img/icons/ArrowGreen-long.svg) center no-repeat;
  display: block;
  position: absolute;
  left: -1px;
  top: 10px;
  width: 32px;
  height: 16px;
}

.news_wrapper .title {
  margin-bottom: 0;
}

.news_section {
  padding: 0 0 50px;
}

.news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 45px -20px 0;
}

.news .news_slider--title {
  font-size: 30px;
  line-height: 42px;
}

.news .news_slider--desc {
  font-size: 20px;
  line-height: 30px;
}

.news .news_date {
  position: absolute;
  left: 40px;
  top: 20px;
  width: 76px;
  height: 76px;
  text-align: center;
}

.news .bgcirc {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 200px;
  height: 200px;
  border-radius: 250px;
  margin: -100px 0 0 -100px;
  overflow: hidden;
  -webkit-transition: .3s linear all;
  -o-transition: .3s linear all;
  transition: .3s linear all;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  background-color: #fff;
  -webkit-transform: scale(0.38);
      -ms-transform: scale(0.38);
          transform: scale(0.38);
}

.news .readmore {
  position: absolute;
  left: 0;
  top: 130px;
  width: 100%;
  text-align: center;
  opacity: 0;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-weight: 600;
  color: #2fb10e;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
}

.news .date_text {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  font-size: 20px;
  line-height: 24px;
  top: 25px;
}

.news_item {
  width: 33.333%;
  padding: 0 20px;
  position: relative;
  overflow: hidden;
  margin-bottom: 100px;
}

.news_item:hover .news_date .bgcirc {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.news_item:hover .readmore {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.news_item a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.content_toggle--news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -40px;
}

.content_toggle--news .news_btn {
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: #2FB10E;
  position: relative;
  margin: 0px auto 0;
}

.content_toggle--news .news_btn:after {
  content: '';
  right: -30px;
  top: 6px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  position: absolute;
  background: url(../img/icons/ArrowGreen.png) no-repeat center;
  width: 33px;
  height: 11px;
}

.single_preview {
  margin-top: 60px;
}

.single_preview--img {
  position: relative;
  margin-bottom: 40px;
}

.single_preview--img img {
  width: 100%;
  height: 390px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.single_preview--header {
  max-width: 904px;
  width: 100%;
  position: relative;
  margin: 0 auto 40px;
}

.single_preview--header .title_single {
  font-weight: 600;
  font-size: 50px;
  line-height: 70px;
  margin-bottom: 20px;
}

.single_preview--header .single_desc {
  padding-left: 30px;
  border-left: 4px solid #2FB10E;
  font-size: 24px;
  line-height: 36px;
}

.single_preview--header .single_date {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 2px solid #EB762F;
  font-size: 20px;
  line-height: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #EB762F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: -203px;
  top: 10px;
}

.single_preview .single_intro--date {
  display: none;
}

.article_content {
  max-width: 904px;
  width: 100%;
  color: #2C3137;
  margin: 0 auto;
  position: relative;
}

.article_content .gallery_single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}

.article_content .gallery_single--img {
  width: 50%;
  padding: 0 10px;
}

.article_content p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 40px;
}

.article_content h1 {
  font-size: 50px;
  line-height: 70px;
  font-weight: 600;
}

.article_content h2 {
  font-size: 45px;
  line-height: 60px;
}

.article_content h3 {
  font-size: 37px;
  line-height: 50px;
}

.article_content h4 {
  font-size: 30px;
  line-height: 45px;
}

.article_content h1,
.article_content h2,
.article_content h3,
.article_content h4,
.article_content h5,
.article_content h6 {
  margin-bottom: 40px;
}

.article_content img {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}

.article_content blockquote {
  padding-left: 30px;
  border-left: 4px solid #2fb10e;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 40px;
}

.article_content ul {
  margin-bottom: 40px;
}

.article_content ul li {
  font-size: 20px;
  margin-bottom: 20px;
  padding-left: 32px;
  position: relative;
}

.article_content ul li:after {
  content: '';
  background-color: #2fb10e;
  width: 20px;
  height: 20px;
  border-radius: 2px 16px 2px 16px;
  position: absolute;
  left: 0;
  top: 6px;
}

.article_content .show {
  position: absolute;
  right: -150px;
  bottom: 0;
  color: #EB762F;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.article_content .show svg {
  margin: auto 0 auto 15px;
}

.related {
  overflow: hidden;
}

.news_related {
  margin-top: 60px;
  width: calc(100vw - (100vw - 1400px) / 2);
  padding-bottom: 100px;
}

.news_related--item {
  position: relative;
  overflow: hidden;
}

.news_related--item:hover .news_date .bgcirc {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.news_related--item:hover .readmore {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.news_related--item a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.news_related--item--preview {
  border-radius: 5px;
  width: 100%;
  height: 390px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.news_related--item .news_date {
  position: absolute;
  left: 40px;
  top: 20px;
  width: 76px;
  height: 76px;
  text-align: center;
}

.news_related--item .bgcirc {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 200px;
  height: 200px;
  border-radius: 250px;
  margin: -100px 0 0 -100px;
  overflow: hidden;
  -webkit-transition: .3s linear all;
  -o-transition: .3s linear all;
  transition: .3s linear all;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  background-color: #fff;
  -webkit-transform: scale(0.38);
      -ms-transform: scale(0.38);
          transform: scale(0.38);
}

.news_related--item .readmore {
  position: absolute;
  left: 0;
  top: 130px;
  width: 100%;
  text-align: center;
  opacity: 0;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-weight: 600;
  color: #2fb10e;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
}

.news_related--item .date_text {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  font-size: 20px;
  line-height: 24px;
  top: 25px;
}

.news_related .swiper_btn--container {
  position: relative;
  bottom: -100px;
  max-width: 1400px;
}

.news_related .swiper-button-next {
  right: calc(50% - 75px);
  left: auto;
  bottom: -6px;
  top: auto;
  z-index: 15;
}

.news_related .swiper-button-prev {
  right: auto;
  left: calc(50% - 75px);
  bottom: -6px;
  top: auto;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  z-index: 15;
}

.news_related .swiper-pagination-bullets {
  display: block;
  max-width: 1400px;
}

.news_related .swiper-pagination-bullet {
  background-color: #2fb10e;
}

.gallery_intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gallery_section {
  padding-bottom: 40px;
}

.gallery_count {
  font-size: 16px;
  line-height: 24px;
  color: rgba(44, 49, 55, 0.6);
}

.gallery_wrapper {
  margin: 60px -20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.gallery_item {
  width: 33.333%;
  padding: 0 20px;
  margin-bottom: 60px;
  position: relative;
}

.gallery_item a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.gallery_item a:hover ~ .gallery_item--background .gallery_item--img {
  border-radius: 20px;
}

.gallery_item--background {
  background-color: #F5EF54;
  border-radius: 20px;
  margin-bottom: 20px;
  height: 370px;
}

.gallery_item--info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gallery_item--name {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
}

.gallery_item--img {
  border-radius: 200px 200px 20px 20px;
  overflow: hidden;
  height: 100%;
  -webkit-transition: .3s all linear;
  -o-transition: .3s all linear;
  transition: .3s all linear;
}

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

.contact_page {
  margin: 50px -20px 0;
}

.contact_page .title {
  margin-bottom: 0;
  width: 100%;
  padding: 0;
}

.contact_page--map {
  width: 50%;
  padding: 0 20px;
}

.contact_page--map img {
  border-radius: 20px;
  height: 100%;
}

.contact_page--item {
  padding: 0 20px;
  width: 50%;
}

.contact_page--info {
  margin-top: 20px;
  position: relative;
}

.contact_page--itembox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.contact_page--text {
  padding-left: 16px;
  max-width: 280px;
  font-size: 20px;
  line-height: 30px;
}

.contact_page--write {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  line-height: 30px;
}

.contact_page--write .custom_link {
  margin-left: 20px;
}

.contact_balloon {
  position: absolute;
  right: -74px;
  top: 10px;
  z-index: 2;
}

.green_wrapper.contacts_green--form {
  margin-top: 45px;
  padding: 40px 64px 35px;
}

.green_wrapper.contacts_green--form .green_form--title {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
  font-weight: 400;
}

.green_wrapper.contacts_green--form .green_form--form {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}

.green_wrapper.contacts_green--form .green_form--field {
  padding: 0 20px;
  width: 50%;
  margin: 0;
}

.green_wrapper.contacts_green--form .green_form--field .button {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.green_wrapper.contacts_green--form .green_form--fieldbtn {
  margin: 0 auto;
}

.contact_map--wrapper {
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.contacts_section {
  padding: 70px 0 32px;
}

.contacts_section svg {
  -webkit-animation: carmove 3.1s linear;
          animation: carmove 3.1s linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.contacts_green--formresponsive {
  display: none;
}

.mobile_bus {
  display: none;
}

.error_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 286px -40px 150px;
}

.error_item {
  width: 50%;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.error_item img {
  height: auto;
  width: 100%;
}

.error_title {
  font-size: 45px;
  line-height: 58px;
  font-weight: 700;
}

.btn_error {
  margin: 40px 0 32px;
  -webkit-box-shadow: 0px 4px 20px rgba(47, 177, 14, 0.3);
          box-shadow: 0px 4px 20px rgba(47, 177, 14, 0.3);
}

.btn_back--history {
  position: relative;
  padding-left: 50px;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #2FB10E;
}

.btn_back--history:before {
  content: '';
  left: 6px;
  top: 2px;
  position: absolute;
  background: url(../img/icons/404arrow.svg) no-repeat center;
  width: 33px;
  height: 17px;
}

.gallery_open {
  margin-top: 60px;
}

.single_gallery {
  margin-bottom: -100px;
}

.single_gallery .see_more:before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  left: auto;
  right: -30px;
}

.single_gallery--head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

.single_gallery--head h1 {
  font-size: 30px;
  line-height: 39px;
  font-weight: 600;
}

.single_gallery--head .btn_back--history {
  margin-left: 90px;
  opacity: .6;
}

.single_gallery--head .btn_back--history:before {
  left: auto;
  right: -42px;
  opacity: .6;
}

.single_gallery--body {
  -webkit-column-width: 22vw;
     -moz-column-width: 22vw;
          column-width: 22vw;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  position: relative;
}

.single_gallery--img {
  display: inline-block;
  width: 100%;
  padding-bottom: 40px;
}

.single_gallery--img img {
  border-radius: 20px;
  width: 100%;
  height: auto;
}

.gallery_background:after {
  position: absolute;
  content: '';
  display: block;
  bottom: 20px;
  left: 0;
  width: 100%;
  height: 450px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(78.87%, #FFFFFF), color-stop(89.63%, rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(bottom, #FFFFFF 78.87%, rgba(255, 255, 255, 0) 89.63%);
  background: linear-gradient(360deg, #FFFFFF 78.87%, rgba(255, 255, 255, 0) 89.63%);
}

.hidden_desc {
  display: none;
}

.gallery_section .content_toggle--news {
  margin-top: 0;
}

/* animation load */

.center_btnmore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  left: 0;
  bottom: 190px;
}

.center_btnmore .btn_back--history {
  margin: auto;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

.lds-roller div {
  -webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -webkit-transform-origin: 40px 40px;
      -ms-transform-origin: 40px 40px;
          transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2FB10E;
  margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
  -webkit-animation-delay: -0.036s;
          animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  -webkit-animation-delay: -0.072s;
          animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  -webkit-animation-delay: -0.108s;
          animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  -webkit-animation-delay: -0.144s;
          animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  -webkit-animation-delay: -0.18s;
          animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  -webkit-animation-delay: -0.216s;
          animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  -webkit-animation-delay: -0.252s;
          animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  -webkit-animation-delay: -0.288s;
          animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@-webkit-keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.about_item--text--mobile {
  display: none;
}

.swiper-button-next,
.swiper-button-prev {
  outline: none;
  border: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.intro_box--scool .bridge_image {
  right: -175px;
}

.padding_btm {
  padding-bottom: 150px;
}

.orange_wrapper {
  background-color: #EB762F;
  border-radius: 20px;
  padding: 55px 70px 50px;
  position: relative;
}

.orange_wrapper .orange_text {
  width: 60%;
}

.orange_wrapper .orange_text--title {
  font-weight: 600;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 20px;
  color: #fff;
}

.orange_img--img {
  position: absolute;
  right: 88px;
  bottom: 0;
}

.price_swiper {
  margin-top: 60px;
  padding: 0 25px 0 25px;
}

.price_swiper.swiper-container {
  overflow: visible;
}

.swiper-pagination-bullets {
  display: none;
}

.price_swiper .swiper-pagination-clickable .swiper-pagination-bullet br {
  display: none;
}

.price_slider_imgbox {
  position: relative;
  margin-bottom: 85px;
}

.price_slider_imgbox img {
  height: auto;
}

.price_slider_imgbox .price_circle {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
}

.price_slider_imgbox .price_circle--inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.price_slider--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.price_slider--item:nth-child(2) .price_slider--title {
  color: #EB762F;
}

.price_slider--item:nth-child(2) .price_slider--list li:after {
  background-color: #EB762F;
}

.price_slider--item:nth-child(2) .price_slider--list span {
  color: #EB762F;
}

.price_slider--item:nth-child(2) .price_slider--btn {
  background-color: #EB762F;
  -webkit-box-shadow: 0px 4px 20px rgba(235, 118, 47, 0.3);
          box-shadow: 0px 4px 20px rgba(235, 118, 47, 0.3);
}

.price_slider--item:last-child {
  margin-right: 0 !important;
}

.price_slider--item:last-child .price_slider--title {
  color: #2C3137;
}

.price_slider--item:last-child .price_slider--list li:after {
  background-color: #F5EF54;
}

.price_slider--item:last-child .price_slider--list span {
  color: #F5EF54;
}

.price_slider--item:last-child .price_slider--btn {
  background-color: #F5EF54;
  color: #2C3137;
}

.price_slider--imgbox img {
  border-radius: 50%;
}

.price_slider--title {
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  font-weight: 600;
  font-size: 30px;
  line-height: 49px;
  color: #2FB10E;
}

.price_slider--title > div {
  height: 65px !important;
}

.price_slider--list li {
  line-height: 24px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 40px;
}

.price_slider--list li:after {
  content: '';
  background-color: #2FB10E;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: calc(50% - 10px);
}

.price_slider--list li span {
  color: #2FB10E;
  font-weight: 700;
}

.price_slider--list li p {
  display: inline;
}

.price_slider--btn {
  margin: 20px auto 0;
  padding: 0 30px;
  -webkit-box-shadow: 0px 4px 20px rgba(45, 154, 17, 0.2);
          box-shadow: 0px 4px 20px rgba(45, 154, 17, 0.2);
}

.green_wrapper {
  background-color: #2FB10E;
  border-radius: 10px;
  padding: 75px 0px 68px;
}

.green_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.green_form--title {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 50px;
  line-height: 60px;
  color: #fff;
  text-align: center;
}

.green_form--form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.green_form--field {
  margin: 0px 30px;
}

.green_form--field label {
  color: #fff;
  line-height: 22px;
  margin-bottom: 2px;
  display: inline-block;
}

.green_form--field input {
  border: none;
  border-radius: 10px;
  outline: none;
  background-color: #fff;
  padding: 14px 0 13px 20px;
  font-size: 20px;
  line-height: 28px;
  width: 250px;
  margin-top: 2px;
}

.green_form--field input::-webkit-input-placeholder {
  color: rgba(44, 49, 55, 0.4);
}

.green_form--field input::-moz-placeholder {
  color: rgba(44, 49, 55, 0.4);
}

.green_form--field input:-ms-input-placeholder {
  color: rgba(44, 49, 55, 0.4);
}

.green_form--field input::-ms-input-placeholder {
  color: rgba(44, 49, 55, 0.4);
}

.green_form--field input::placeholder {
  color: rgba(44, 49, 55, 0.4);
}

.green_form--field .button {
  background-color: #EB762F;
  margin-top: 22px;
  height: 55px;
  width: 250px;
}

.section.contacts {
  padding-bottom: 0;
}

.map_block {
  margin-top: 60px;
  height: 485px;
}

.acf-map {
  width: 100%;
  height: 100%;
}

.acf-map img {
  max-width: inherit !important;
}

.contact_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact_item--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact_item--info {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact_item--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  line-height: 30px;
  margin-top: 60px;
  width: 100%;
}

.contact_item--timetable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
}

.contact_item--timetable:first-child {
  width: 55%;
}

.contact_item--timetable svg {
  margin-right: 15px;
}

.contact_item--bg {
  width: 50%;
  position: relative;
  overflow: hidden;
  padding: 60px 0 162px;
}

.contact_item--green {
  background-color: #2FB10E;
  position: absolute;
  right: 5%;
  top: -10px;
  width: 450px;
  height: 355px;
  border-radius: 0 0 250px 250px;
}

.contact_item--phone {
  padding-top: 60px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact_item--phone p {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
}

.contact_item--phone a {
  font-size: 40px;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
}

.social_orange .insocial_wrapper {
  background-color: #EB762F;
}

.social_yellow .insocial_wrapper {
  background-color: #F5EF54;
}

.social_yellow .insocial_title {
  color: #2C3137;
}

.social_yellow .insocial_icons--border {
  background: #FFFB9F;
}

.insocial_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 20px;
  padding: 0 80px;
  height: 300px;
  color: #fff;
  overflow: hidden;
}

.insocial_title {
  font-weight: 700;
  font-size: 48px;
  line-height: 62px;
}

.insocial_icons {
  position: relative;
  height: 100%;
}

.insocial_icons--border {
  background: #FBAB7B;
  width: 476px;
  height: 257px;
  border-radius: 10px 200px;
  position: absolute;
  bottom: -15px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.insocial_icons--border--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -60px auto 0;
}

.insocial_icons--border--flex .custom_link {
  margin: 0 27px;
}

.seo-block__title {
  margin-bottom: 40px;
}

.seo-block__article {
  height: 170px;
  overflow: auto;
  padding-right: 65px;
}

.seo-block__article::-webkit-scrollbar-thumb {
  background-color: #2FB10E;
  outline: transparent;
  border-radius: 50px;
}

.seo-block__article::-webkit-scrollbar {
  width: 4px;
}

.seo-block__article::-webkit-scrollbar-track {
  background: #E0E0E1;
}

.seo-block__article p {
  line-height: 150%;
  margin-bottom: 25px;
}

.seo-block__article h2,
.seo-block__article h3,
.seo-block__article h4,
.seo-block__article h5,
.seo-block__article h6 {
  line-height: 150%;
  margin-bottom: 15px;
}

.seo-block__article ul {
  margin-bottom: 25px;
}

.seo-block__article ul li {
  line-height: 150%;
  margin-bottom: 5px;
  position: relative;
  padding-left: 20px;
}

.seo-block__article ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #2C3137;
}

.seo-block__article ol {
  margin-bottom: 25px;
  counter-reset: seoList;
}

.seo-block__article ol li {
  margin-bottom: 5px;
  line-height: 150%;
}

.seo-block__article ol li::before {
  counter-increment: seoList;
  content: counter(seoList) ". ";
}

.privacy_policy .seo-block__article {
  height: auto !important;
  margin-top: 50px;
}

.sitemap-intro__inner {
  margin-top: 50px;
}

.sitemap-intro__list {
  padding: 30px 0 60px;
}

.sitemap-intro__list-item {
  position: relative;
  font-size: 20px;
  padding-left: 15px;
}

.sitemap-intro__list-item::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #2FB10E;
  left: 0;
  top: 9px;
}

.sitemap-intro__list-item + .sitemap-intro__list-item {
  margin-top: 20px;
}

.footer {
  background-color: #F5EF54;
  padding: 62px 0 30px;
}

.footer_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -20px;
}

.footer_logo {
  width: 20%;
  padding: 0 20px;
}

.footer_logo img {
  height: auto;
}

.footer_nav {
  width: 60%;
  padding: 0 20px;
}

.footer_nav--menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer_nav--item {
  font-weight: 600;
  line-height: 24px;
  width: 15%;
}

.footer_nav--item:nth-child(2) {
  display: none;
}

.footer_nav--submenu {
  margin-top: 10px;
}

.footer_nav--submenu li {
  margin-bottom: 10px;
  font-weight: 400;
  opacity: .8;
}

.footer_nav--submenu li:last-child {
  margin-bottom: 0;
}

.footer_contacts {
  width: 20%;
  padding: 0 20px;
}

.footer_contacts--text {
  line-height: 24px;
  font-weight: 600;
  color: #2FB10E;
}

.footer_mobile {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #2FB10E;
}

.footer_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
}

.footer_social--text {
  margin-right: 9px;
}

.footer_social--icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer_social--icons img {
  width: 16px;
  height: auto;
}

.footer_social--icons .custom_link {
  margin-right: 10px;
}

.footer_social--icons .custom_link:last-child {
  margin-right: 0;
}

.footer_copyright {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer_copyright--box {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: .6;
}

.footer_copyright--box p {
  margin-right: 10px;
}

.custom_link {
  cursor: pointer;
}

.footer__sitemap {
  display: inline-block;
  margin-left: auto;
}

@media (max-width: 1440px) {
  .intro_background {
    height: 100%;
    padding-top: 100px;
  }

  .intro_box--kids {
    padding-top: 100px;
  }

  .header_logo img {
    width: 169px;
  }

  .header_nav--item {
    margin: 0 7px;
    font-size: 14px;
    line-height: 15px;
  }

  .container {
    max-width: 1200px;
  }

  .header .header_phone {
    font-size: 20px;
    line-height: 22px;
  }

  .intro_box .intro_content .intro_title {
    font-weight: 700;
    font-size: 55px;
    line-height: 60px;
    overflow-wrap: break-word;
  }

  .intro_box .intro_content .intro_suptitle {
    font-size: 16px;
    line-height: 24px;
    max-width: 80%;
  }

  .button {
    font-size: 14px;
    line-height: 15px;
  }

  .intro_about--item {
    font-size: 16px;
    line-height: 20px;
  }

  .suptitle {
    font-size: 14px;
    line-height: 15px;
  }

  .title {
    font-size: 45px;
    line-height: 58px;
  }

  .programm_item--title {
    font-size: 24px;
    line-height: 36px;
  }

  .programm_item--desc {
    font-size: 16px;
    line-height: 24px;
  }

  .btn_link {
    margin-top: -20px;
  }

  .programm_item--links a {
    font-size: 24px;
    line-height: 31px;
    padding: 30px 0;
  }

  .potentials_card {
    margin-bottom: 90px;
  }

  .potentials_card--img {
    padding: 42px 54px;
  }

  .potentials_card--title {
    font-size: 24px;
    line-height: 33px;
  }

  .potentials_card--desc {
    font-size: 16px;
    line-height: 24px;
  }

  .orange_wrapper .orange_text--title {
    font-size: 45px;
    line-height: 58px;
  }

  .orange_img--img {
    right: 5px;
    bottom: 0;
  }

  .green_form--title {
    font-size: 45px;
    line-height: 58px;
  }

  .green_form--field {
    margin: 0 20px;
  }

  .contact_item--box {
    font-size: 16px;
    line-height: 24px;
  }

  .contact_item--green {
    width: 413px;
    height: 350px;
  }

  .contact_item--phone p {
    font-size: 16px;
    line-height: 20px;
  }

  .contact_item--phone a {
    font-size: 36px;
    line-height: 54px;
  }

  .contact_item .footer_nav--item {
    font-size: 14px;
    line-height: 21px;
  }

  .contact_item .footer_social--text {
    font-size: 14px;
  }

  .footer_wrapper {
    margin: 0 -14px;
  }

  .about_item--text {
    bottom: -52px;
    width: 231px;
  }

  .about_item--tree {
    right: -11px;
  }

  .about_video--container {
    padding-left: 135px;
    width: 87%;
  }

  .achievement_wrapper {
    margin: 40px -15px;
  }

  .achievement_item {
    width: 25%;
    padding: 0 15px;
  }

  .achievement_item:nth-child(1) .achievement_img--box .achievement_img--container {
    height: 242px;
  }

  .achievement_item:nth-child(3) .achievement_img--box .achievement_img--container {
    height: 242px;
  }

  .achievement_item .achievement_img--box .achievement_img--container {
    height: 270px;
  }

  .achievement_text {
    margin-top: 20px;
  }

  .review_about {
    padding: 57px 95px;
  }

  .review_about--text {
    width: 73%;
  }

  .review_about--teacher {
    width: 21%;
  }

  .review_about--img {
    margin-bottom: 10px;
  }

  .oxford_content {
    width: 36%;
  }

  .oxford_content--predmet {
    padding-right: 20px;
  }

  .oxford_content--text,
  .oxford_content--title,
  .oxford_content--table {
    margin-right: 20px;
  }

  .oxford_documents--swiper .swiper-wrapper {
    margin: 0 -20px;
  }

  .oxford_documents--swiper .swiper-slide {
    padding: 0 20px;
  }

  .review_swiper .swiper-slide {
    opacity: .4;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
  }

  .review_swiper .swiper-slide.swiper-slide-active,
  .review_swiper .swiper-slide.swiper-slide-next {
    opacity: 1;
  }

  .insocial_icons--border {
    width: 520px;
    right: -65px;
  }

  .insocial_icons--border--flex {
    margin: -60px 30px 0 auto;
  }

  .insocial_title {
    font-size: 44px;
    line-height: 58px;
    position: relative;
    z-index: 5;
  }

  .review_swiper .swiper-pagination-bullets {
    max-width: 1200px;
    padding-right: 20px;
  }

  .review_swiper .swiper_btn--container {
    max-width: 1200px;
    padding-right: 20px;
  }

  .advantage_img {
    width: 46%;
  }

  .advantage_content {
    width: 50%;
  }

  .accordion__item:nth-child(1) {
    padding-right: 25px;
  }

  .accordion__item:nth-child(2) {
    padding-left: 25px;
  }

  .accordion__item:nth-child(3) {
    padding: 30px 25px 0 0;
  }

  .accordion__item:nth-child(4) {
    padding: 30px 0 0 25px;
  }

  .accordion__item .accordion__title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 10px;
  }

  .early {
    padding: 90px 105px;
  }

  .intro_gallery--kids svg {
    width: 100%;
  }

  .intro_gallery--kids--center {
    width: 280px;
  }

  .intro_gallery--kids--lefttop {
    width: 150px;
  }

  .intro_gallery--kids--middle {
    width: 100px;
  }

  .intro_gallery--kids--bottom {
    width: 136px;
  }

  .intro_gallery--kids--righttop {
    width: 130px;
  }

  .intro_gallery--kids--rightbottom {
    width: 140px;
  }

  .intro_box--kids .intro_content {
    width: 40%;
  }

  .intro_box--kids .intro_gallery {
    width: 60%;
  }

  .our_group--box {
    margin: 60px -15px 0;
  }

  .our_group--item {
    padding: 0 15px;
  }

  .our_group--head {
    padding: 40px 40px 0;
  }

  .adaptation_yellow {
    padding: 100px;
  }

  .tabs-box {
    margin: 0 -34px;
  }

  ul.tabs {
    padding: 0 34px;
    width: 37%;
  }

  .tab_container {
    width: 63%;
    padding: 0 34px;
  }

  .tab_container--wrapper {
    padding: 40px 26px;
  }

  .tab_content--title {
    text-align: left;
  }

  .tab_content--list li {
    margin-bottom: 16px;
  }

  .tab_content--desc {
    margin-top: 32px;
  }

  .timetable {
    overflow-x: hidden;
  }

  .timetable_img {
    position: relative;
  }

  .timetable_img--img {
    width: 240px;
    position: absolute;
  }

  .timetable_img--img:first-child {
    left: -90px;
    bottom: 0;
    z-index: -1;
  }

  .timetable_img--img:last-child {
    right: -90px;
    bottom: 0;
    z-index: -1;
  }

  .timetable_wrap {
    width: 76%;
    position: relative;
    background-color: #fff;
  }

  .intro_gallery--schoolbox .intro_gallery--kids--center {
    width: 282px;
  }

  .intro_gallery--schoolbox .intro_gallery--schoolcenter {
    width: 266px;
  }

  .process_item--img {
    width: 76%;
    height: 345px;
  }

  .process_item--img img {
    left: 110px;
    bottom: 110px;
  }

  .early_school--item {
    width: 55%;
  }

  .early_school--item:last-child {
    width: 45%;
  }

  .insocial_school .insocial_title {
    width: 70%;
  }

  .camp_intro .title {
    width: 54%;
  }

  .camp_item--img {
    width: 71%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .camp_item--img img {
    margin-top: auto;
  }

  .camp_item--info {
    width: 56%;
  }

  .camp_item--preview {
    width: 44%;
  }

  .camp_item--lefttop {
    left: 56px;
    top: 32px;
  }

  .camp_item--righttop {
    right: 52px;
    top: 33px;
  }

  .camp_item--rightbtm {
    right: -21px;
  }

  .camp_item--width {
    width: 20%;
  }

  .photo_yellow--container {
    padding: 100px 0 90px;
  }

  .gallery_swiper {
    width: calc(100vw - (100vw - 1170px) / 2);
  }

  .gallery_swiper .swiper_btn--container {
    max-width: 1170px;
  }

  .gallery_swiper .swiper_btn--container .swiper-button-next {
    right: 0;
  }

  .parents .camp_item--info {
    width: 50%;
  }

  .parents .parents_preview {
    width: 50%;
  }

  .parents .camp_intro--desc {
    width: 95%;
  }

  .food {
    margin: 40px -15px 0;
  }

  .food_item {
    width: 42%;
    padding: 0 15px;
  }

  .food_item:last-child {
    width: 58%;
  }

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

  .food_item--img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .security {
    margin-top: 80px;
  }

  .security .security_item:last-child {
    padding-top: 125px;
  }

  .security .security_item--path {
    padding: 38px 57px;
  }

  .security .security_item--list li {
    font-weight: 400;
    max-width: 100%;
  }

  .securite_tree--left {
    left: -38px;
  }

  .news {
    margin: 50px -15px 0;
  }

  .news_item {
    padding: 0 15px;
    margin-bottom: 80px;
  }

  .content_toggle--news {
    margin-top: -20px;
  }

  .single_preview--header {
    max-width: 770px;
    margin-bottom: 30px;
  }

  .single_preview--header .title_single {
    font-size: 45px;
    line-height: 54px;
    margin-bottom: 30px;
  }

  .single_preview--header .single_desc {
    padding-left: 20px;
    font-size: 20px;
    line-height: 30px;
  }

  .single_preview--header .single_date {
    left: -175px;
    top: calc(50% - 65px);
  }

  .article_content {
    max-width: 770px;
  }

  .news_related {
    padding-bottom: 80px;
    width: calc(100vw - (100vw - 1200px) / 2);
  }

  .news_related .swiper_btn--container {
    max-width: 1200px;
    padding-right: 20px;
    bottom: -80px;
  }

  .news_related .swiper-pagination-bullets {
    display: block;
    max-width: 1200px;
  }

  .gallery_wrapper {
    margin: 40px -15px 0;
  }

  .gallery_item {
    padding: 0 15px;
  }

  .green_wrapper.contacts_green--form {
    margin-top: 40px;
    padding: 40px 20px 35px;
  }

  .green_wrapper.contacts_green--form .green_form--form {
    margin: 0 -15px;
  }

  .green_wrapper.contacts_green--form .green_form--field {
    padding: 0 15px;
  }

  .contact_page .title {
    width: 100%;
  }

  .contact_page .phone_green {
    color: #2FB10E;
  }

  .contact_page--info {
    margin-top: 40px;
  }

  .contact_balloon {
    right: -62px;
    top: -77px;
    width: 33%;
  }

  .contacts_section {
    padding: 30px 0 0px;
  }

  .contact_page {
    margin: 50px -15px 0;
  }

  .contact_page--item {
    padding: 0 15px;
  }

  .contact_page--map {
    padding: 0 15px;
  }

  .home_gallery {
    margin: 60px -15px 0;
  }

  .home_gallery--padd {
    width: 400px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .gallery_open {
    margin-top: 40px;
  }

  .single_gallery--body {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }

  .oxford .title {
    width: 100%;
    max-width: 870px;
  }

  .timetable--ccamp .timetable_img--img {
    position: relative;
    bottom: -77px;
  }

  .intro_box--scool {
    padding-bottom: 160px;
  }

  .intro_box--scool .bigban_image {
    left: -106px;
    bottom: -38px;
  }

  .intro_gallery--schoolbox .baloon_images {
    right: -190px;
  }
}

@media (max-width: 1200px) {
  .price_swiper.swiper-container {
    overflow: hidden;
  }

  .price_slider--item:last-child {
    margin-right: 40px !important;
    padding-right: 20px;
  }

  .orange_head--location {
    display: none;
  }

  .orange_head--learn {
    margin: 0 auto;
    font-size: 10px;
    line-height: 11px;
  }

  .container {
    padding: 0 34px;
  }

  .header_logo {
    width: 125px;
  }

  .header .header_phone {
    font-size: 16px;
    line-height: 17px;
    margin: 0 20px 9px auto;
  }

  .nav_toggle {
    display: block;
  }

  .intro_box .intro_content .intro_title {
    font-size: 45px;
    line-height: 54px;
  }

  .intro_box .intro_content .intro_suptitle {
    margin: 10px 0 15px;
  }

  .intro_box .intro_gallery--flexhome {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .intro_box .intro_gallery--item:nth-child(-n + 3) {
    width: 25%;
  }

  .intro_box .intro_gallery--item:nth-child(2) {
    width: 33%;
  }

  .intro_box .intro_gallery--item:nth-child(5) {
    width: 13%;
    padding-bottom: 0;
    margin-bottom: 6px;
  }

  .intro_box .intro_gallery--item:nth-child(6) {
    width: 23%;
  }

  .programm.section {
    padding: 75px 0 75px;
  }

  .green_section--intro {
    margin-bottom: 75px;
  }

  .section {
    padding: 75px 0;
  }

  .adaptive_titles {
    display: block;
    margin-bottom: 40px;
  }

  .programm_item--info .title,
  .programm_item--info .suptitle {
    display: none;
  }

  .programm_item--box {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 70%;
  }

  .programm_item--meta {
    width: 100%;
  }

  .programm_item--title {
    font-size: 20px;
    line-height: 30px;
  }

  .programm_item--links {
    margin-top: 40px;
    width: 100%;
  }

  .title {
    font-size: 36px;
    line-height: 46px;
  }

  .potential_wrapper .title {
    margin-bottom: 40px;
  }

  .program_image--wrap {
    padding-right: 20px;
  }

  .programm_item--links a {
    padding: 20px 0;
  }

  .programm_item--links a:after {
    bottom: 24px;
  }

  .potentials_card {
    margin-bottom: 60px;
  }

  .potentials_card--img {
    padding: 23px 30px;
  }

  .potentials_card--title {
    font-size: 20px;
    line-height: 28px;
  }

  .potentials_card--desc {
    font-size: 16px;
    line-height: 24px;
  }

  .orange_wrapper {
    padding: 55px 40px;
    height: 305px;
  }

  .orange_wrapper .orange_text--title {
    font-size: 30px;
    line-height: 39px;
    width: 100%;
  }

  .orange_img--img {
    right: 5px;
    bottom: 0;
    width: 45%;
    height: auto;
  }

  .price_swiper {
    margin-top: 40px;
    padding: 0;
    margin-right: -34px;
  }

  .potential_items {
    width: 47%;
  }

  .price_slider_imgbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 65px;
  }

  .price_slider--title {
    top: 96%;
  }

  .green_wrapper {
    padding: 30px 60px 41px;
  }

  .green_form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 0px;
  }

  .green_form--item {
    width: 50%;
  }

  .green_form--title {
    font-size: 36px;
    line-height: 46px;
    text-align: left;
    padding-right: 20px;
  }

  .green_form--form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 20px;
  }

  .green_form--field {
    margin-bottom: 10px;
  }

  .green_form--field input {
    width: 100%;
    padding: 14px 0 7px 20px;
    font-size: 18px;
    line-height: 25px;
  }

  .green_form--field .button {
    width: 100%;
  }

  .news_swiper {
    margin: 40px -34px 40px 0;
  }

  .news_slider {
    margin: 0;
  }

  .news_slider--item {
    padding: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .news_slider--title {
    margin: 10px 0 5px;
  }

  .map_block {
    margin-top: 40px;
  }

  .contacts .container {
    padding: 0;
  }

  .contacts_wrapper .title,
  .contacts_wrapper .suptitle {
    padding: 0 34px;
  }

  .contact_item--bg {
    width: 65%;
  }

  .contact_item--green {
    right: 0;
  }

  .contact_item--items {
    padding: 0 34px;
  }

  .contact_item--info {
    width: 35%;
  }

  .contact_item--box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
    margin-bottom: 75px;
  }

  .contact_item--timetable {
    width: 100%;
  }

  .contact_item--timetable:first-child {
    margin-bottom: 20px;
    width: 100%;
  }

  .footer {
    padding: 25px 0 60px;
  }

  .footer_logo {
    width: 33%;
  }

  .footer_nav {
    width: 33%;
  }

  .footer_nav--submenu {
    display: none;
  }

  .footer_nav--menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .footer_nav--item {
    text-align: center;
    width: 50%;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 21px;
  }

  .footer_nav--item:nth-child(2) {
    display: block;
  }

  .footer_contacts {
    width: 33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .footer_contacts--text {
    display: none;
  }

  .footer_mobile {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 20px;
  }

  .footer_social {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer_social--text {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 5px;
    color: rgba(44, 49, 55, 0.6);
  }

  .intro_about--item {
    padding: 0 30px;
  }

  .intro_about--item:last-child .intro_about--title {
    width: 50%;
    margin: 0 auto;
  }

  .intro_about {
    padding: 19px 15px 14px;
  }

  .news_slider--preview {
    height: 280px;
  }

  .about_intro {
    padding: 42px 0 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .about_intro--desc {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }

  .about_intro--info {
    width: 45%;
  }

  .about_intro--text {
    display: none;
  }

  .about_item--info {
    width: 50%;
  }

  .about_item--preview {
    width: 100%;
  }

  .about_item--tree {
    display: none;
  }

  .about_item--text {
    display: none;
  }

  .about_item--text--adaptive {
    display: block;
    position: absolute;
    right: 30px;
    top: -120px;
    z-index: -1;
  }

  .about_video--container {
    padding-left: 0;
    width: 100%;
  }

  .section.about_green {
    padding-top: 150px;
  }

  .green_about {
    padding: 60px;
  }

  .green_about--box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .green_about--item {
    width: 100%;
  }

  .green_about--item:last-child {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .green_about--title {
    margin-bottom: 10px;
  }

  .green_about--text {
    margin-bottom: 20px;
  }

  .achievement .title {
    text-align: center;
  }

  .achievement_wrapper {
    margin: 40px -30px 0px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .achievement_item {
    width: 50%;
    padding: 0 30px;
    margin-bottom: 60px;
  }

  .achievement_item:nth-child(1) .achievement_img--box {
    width: 320px;
    margin: auto;
  }

  .achievement_item:nth-child(3) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .achievement_item:nth-child(3) .achievement_img--box {
    width: 320px;
    margin: auto;
  }

  .achievement_item .achievement_img--box .achievement_img--container {
    width: 190px;
  }

  .achievement_text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
  }

  .review_about {
    padding: 75px 60px;
  }

  .review_about--icons {
    left: 40px;
    top: 60px;
  }

  .review_about--box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .review_about--text {
    margin-bottom: 40px;
    width: 100%;
  }

  .review_about--teacher {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .review_about--teacher--info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-item-align: end;
        align-self: flex-end;
    padding-bottom: 10px;
    max-width: 225px;
  }

  .review_about--img {
    width: 166px;
    height: 166px;
    margin-right: 20px;
  }

  .oxford_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .oxford_content {
    width: 100%;
  }

  .oxford_content--text {
    padding: 0 10px;
    margin-right: 0;
  }

  .oxford_content--text--box {
    margin: 0 -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .oxford_content--table {
    padding: 40px 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 90%;
  }

  .oxford_content--item {
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .oxford_content--predmet {
    width: 100%;
    padding-right: 0;
  }

  .oxford_content--lesson {
    width: 100%;
    margin-top: 5px;
    opacity: .78;
  }

  .oxford_content--lesson:after {
    display: none;
  }

  .oxford_content--download {
    margin: 0 auto 40px;
  }

  .oxford_content--download--img {
    width: 41px;
    min-width: 41px;
  }

  .oxford_documents {
    width: 100%;
    padding: 0 60px;
  }

  .oxford_documents--build {
    display: none;
  }

  .review_swiper .swiper-wrapper {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .review_swiper .swiper-pagination-bullets {
    max-width: 100vw;
  }

  .review_swiper .swiper_btn--container {
    max-width: 100vw;
  }

  .review_swiper .swiper-button-prev {
    left: calc(50% - 94px);
  }

  .review_swiper .swiper-slide.swiper-slide-next {
    opacity: .4;
  }

  .insocial_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 40px;
  }

  .insocial_title {
    font-size: 36px;
    line-height: 46px;
    margin-top: 60px;
    text-align: center;
  }

  .insocial_icons {
    width: 100%;
  }

  .insocial_icons--border {
    right: 50%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
    width: 456px;
  }

  .insocial_icons--border--flex {
    margin-right: auto;
  }

  .advantage_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .advantage_img {
    width: 100%;
    max-width: 700px;
    margin: 0 auto 40px;
  }

  .advantage_content {
    width: 100%;
    padding: 0 30px;
  }

  .accordion__item {
    padding-bottom: 40px;
  }

  .accordion__item:nth-child(1) {
    padding-right: 40px;
  }

  .accordion__item:nth-child(2) {
    padding-left: 40px;
  }

  .accordion__item:nth-child(3) {
    padding: 40px 40px 0 0;
  }

  .accordion__item:nth-child(4) {
    padding: 40px 0 0 40px;
  }

  .advantage_wrapper {
    margin-bottom: 0;
  }

  .early_container {
    padding-top: 100px;
  }

  .early {
    padding: 60px;
  }

  .early_circle svg {
    right: -113px;
    top: -220px;
  }

  .early_wrapper {
    margin: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .early_wrapper .early_text {
    width: 100%;
    padding: 0;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .early_wrapper .early_text:last-child {
    padding-bottom: 0;
  }

  .intro_gallery--kids--center {
    width: 166px;
  }

  .intro_gallery--kids--lefttop {
    width: 120px;
    left: -90px;
    top: -90px;
  }

  .intro_gallery--kids--middle {
    width: 61px;
    left: -80px;
  }

  .intro_gallery--kids--bottom {
    width: 80px;
    left: -80px;
    bottom: -43px;
  }

  .intro_gallery--kids--rigthbottom {
    width: 90px;
    right: -100px;
    bottom: -70px;
  }

  .intro_gallery--kids--righttop {
    width: 85px;
  }

  .intro_box--kids .intro_content {
    width: 50%;
    padding-top: 60px;
  }

  .intro_box--kids .intro_gallery {
    width: 50%;
  }

  .intro_background--nohome .breadcrumbs {
    margin-top: 20px;
  }

  .our_group--box {
    margin: 40px -20px 0;
  }

  .our_group--item {
    padding: 0 10px;
  }

  .our_group--head {
    padding: 20px 40px;
    height: 147px;
  }

  .our_group--title {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 10px;
  }

  .our_group--suptitle {
    font-size: 14px;
    line-height: 21px;
  }

  .our_group--content {
    padding: 20px 20px 40px;
    height: calc(100% - 147px);
  }

  .our_group--content .oxford_content--download {
    padding-left: 20px;
    margin: auto auto 0;
  }

  .our_group--desc {
    font-size: 16px;
    line-height: 24px;
  }

  .our_group--list {
    margin-bottom: 28px;
  }

  .our_group--list .accordion__contentour {
    margin-top: 9px;
  }

  .our_group--list .accordion__titleour {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0px;
    position: relative;
    padding-right: 40px;
  }

  .our_group--list .accordion__titleour.accordion-active {
    color: #2fb10e;
  }

  .our_group--list .accordion__contentour {
    display: none;
  }

  .our_group--list li {
    padding: 15px 0;
    border-bottom: 1px solid rgba(44, 49, 55, 0.15);
    margin-bottom: 0;
  }

  .our_group--list li:after {
    display: none;
  }

  .our_group--list li .accordion__arrowour {
    display: block;
    position: absolute;
    right: 0;
    top: calc(50% - 17px);
    width: 34px;
    height: 34px;
    border: 1px solid #2c3137;
    border-radius: 50%;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
  }

  .our_group--list li .accordion__arrowour.accordion__rotate {
    border: 1px solid #2FB10E;
  }

  .our_group--list li .accordion__arrowour.accordion__arrowour.accordion__rotate .accordion__arrow-itemour:after {
    content: '-';
    top: 49%;
  }

  .our_group--list li .accordion__arrow-itemour {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }

  .our_group--list li .accordion__arrow-itemour:after {
    content: '+';
    display: block;
    height: 20px;
    position: absolute;
    font-weight: 400;
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    right: 50%;
    top: 50%;
    font-size: 38px;
  }

  .adaptation_yellow {
    padding: 60px;
  }

  .adaptation_yellow .adaptation_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 20px 0;
    font-size: 16px;
    line-height: 24px;
  }

  .adaptation_yellow .adaptation_item {
    padding: 0;
    width: 100%;
  }

  .adaptation_yellow .adaptation_item:last-child {
    margin-top: 20px;
  }

  .best_tabs {
    margin-top: 40px;
  }

  .tabs {
    display: none;
  }

  .tabs-box {
    margin: 0;
  }

  .tab_container {
    width: 100%;
    padding: 0;
    border: none;
    border-radius: 0;
  }

  .tab_container--wrapper {
    padding: 0;
  }

  .tab_accordion {
    position: relative;
    display: block;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    padding: 20px 30px;
    border-bottom: 1px solid rgba(44, 49, 55, 0.15);
    margin-top: -1px;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
  }

  .tab_accordion .tabs_title {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(44, 49, 55, 0.4);
  }

  .d_active {
    background-color: #2FB10E;
    color: white;
    padding: 20px 40px;
    border-radius: 20px;
    margin-bottom: 10px;
    border-top: none;
    margin-top: 10px;
  }

  .d_active .tabs_desc {
    display: block;
    font-size: 14px;
    line-height: 21px;
    opacity: .8;
  }

  .d_active .tabs_title {
    color: #fff;
  }

  .tab_content {
    border-radius: 20px;
    border: 1px solid rgba(44, 49, 55, 0.15);
    padding: 20px;
    line-height: 24px;
  }

  .tab_content--title {
    margin-bottom: 20px;
  }

  .tab_content--list li {
    font-size: 16px;
  }

  .tab_content--desc {
    margin-top: 20px;
  }

  .timetable_wrap {
    margin-top: 40px;
    width: 80%;
  }

  .table {
    font-size: 16px;
  }

  .table tr td {
    padding: 20px 40px;
  }

  .table caption {
    padding: 40px 40px 20px;
    text-align: left;
  }

  .table caption span {
    font-size: 20px;
    display: inline-block;
    width: 100%;
  }

  .timetable .oxford_content--download {
    margin: 20px auto 0;
  }

  .timetable_img--img img:first-child {
    display: none;
  }

  .timetable_img--img img:last-child {
    display: block;
  }

  .timetable_img--wrapper:first-child {
    left: -23px;
  }

  .timetable_img--wrapper:last-child {
    right: -169px;
  }

  .timetable_img--wrapper img {
    width: auto;
  }

  .intro_gallery--schoolbox .intro_gallery--kids--center {
    width: 168px;
  }

  .intro_gallery--schoolbox .intro_gallery--schoolcenter {
    width: 158px;
  }

  .intro_gallery--schoolbox .intro_gallery--kids--bottom {
    width: 44px;
    left: -65px;
    bottom: -62px;
  }

  .intro_gallery--schoolbox .intro_gallery--kids--rigthbottom {
    width: 98px;
    right: -103px;
    bottom: 6px;
  }

  .intro_gallery--schoolbox .intro_gallery--kids--lefttop {
    width: 91px;
    left: -65px;
    top: -109px;
  }

  .intro_gallery--schoolbox .intro_gallery--schoolmiddle {
    right: -79px;
    bottom: 81%;
    width: 88px;
  }

  .intro_gallery--schoolbox .intro_gallery--kids--rigthtop {
    right: -41px;
    top: -87px;
    width: 97px;
  }

  .process {
    padding-top: 150px;
  }

  .process_item {
    padding-bottom: 0;
  }

  .process_item:last-child {
    padding-bottom: 80px;
    width: 46%;
  }

  .process_item--desc {
    font-size: 16px;
    line-height: 24px;
  }

  .process_item--img {
    border-radius: 20px 120px;
    width: 243px;
    height: 213px;
  }

  .process_item--img img {
    border-radius: 120px 20px;
    left: 84px;
    bottom: 63px;
  }

  .early_school--item {
    width: 100%;
    padding: 0;
  }

  .early_school--item:last-child {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }

  .early_school--desc {
    font-size: 16px;
    line-height: 24px;
  }

  .early_school .oxford_content--table {
    width: 100%;
    padding: 23px 48px;
  }

  .early_school .oxford_content--item {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .early_school .oxford_content--lesson:after {
    display: block;
  }

  .social_yellow .insocial_school {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .social_yellow .insocial_school .insocial_title {
    margin-top: 0;
    text-align: left;
  }

  .social_yellow .insocial_school .insocial_icons {
    width: auto;
  }

  .social_yellow .insocial_school .insocial_icons--border--flex img {
    width: 235px;
    margin-top: 44px;
    margin-left: 90px;
  }

  .social_yellow .insocial_school .insocial_icons--border {
    right: -20px;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    width: 350px;
  }

  .camp_intro {
    margin: 40px 0 0;
  }

  .camp_intro .title {
    width: 80%;
    padding: 0;
    margin-bottom: 0;
  }

  .camp_intro--desc {
    margin-bottom: 0px;
    width: 90%;
    font-size: 16px;
    line-height: 24px;
  }

  .camp_item--preview {
    width: 100%;
    margin: 60px auto 40px;
    padding: 0;
  }

  .camp_item--img {
    width: 59%;
  }

  .camp_item--lefttop {
    left: 13%;
    top: 0px;
  }

  .camp_item--leftbtm {
    left: 4%;
  }

  .camp_item--righttop {
    right: 12%;
    top: -17px;
  }

  .camp_item--info {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0;
  }

  .photo_yellow--title {
    margin-bottom: 20px;
  }

  .photo_yellow--container {
    padding: 60px 0;
  }

  .gallery_swiper {
    width: calc(100% + 34px);
  }

  .gallery_swiper .swiper_btn--container {
    max-width: 100%;
  }

  .gallery_swiper .swiper_btn--container .swiper-button-next {
    left: auto;
    right: 34px;
  }

  .timetable .relative_btn {
    margin-top: 40px;
  }

  .timetable .relative_btn .vector_orange {
    right: calc(50% - 241px);
  }

  .parents .camp_item--info {
    width: 100%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
  }

  .parents .camp_item--info .camp_intro--desc {
    width: 48%;
  }

  .parents .camp_item--info .button {
    display: none;
  }

  .parents .parents_preview {
    width: 100%;
    margin: 40px 0 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 75px;
  }

  .parents .parents_preview .btn_block {
    display: block;
    margin: 40px auto 0px;
  }

  .parents .parents_preview--box {
    padding: 40px 60px;
    width: 100%;
  }

  .parents .parents_preview--title {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 33px;
  }

  .parents .parents_preview--calendarbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px;
  }

  .parents .parents_preview--list {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
  }

  .security {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .security .security_item {
    width: 100%;
  }

  .security .security_item:last-child {
    width: 100%;
    padding-top: 30px;
  }

  .security .security_item--list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .security .security_item--list li {
    width: 48%;
    margin: 10px 0;
    font-size: 16px;
    line-height: 24px;
  }

  .security .security_item--path {
    width: 62%;
    padding: 28px 43px;
  }

  .security .securite_tree--left {
    left: 21px;
  }

  .security .securite_tree--right {
    right: 16px;
  }

  .security_image {
    margin-top: 100px;
  }

  .security_title {
    text-align: left;
  }

  .news_section {
    padding: 0 0 75px;
  }

  .news {
    margin: 50px -10px 0;
  }

  .news .news_date {
    left: 20px;
    top: 20px;
  }

  .news .news_slider--title {
    font-size: 20px;
    line-height: 28px;
    margin: 10px 0;
  }

  .news .news_slider--desc {
    font-size: 16px;
    line-height: 24px;
  }

  .news_item {
    padding: 0 10px;
    margin-bottom: 60px;
    width: 50%;
  }

  .content_toggle--news {
    margin-top: 0px;
  }

  .breadcrumbs {
    margin-top: 117px;
  }

  .gallery_intro .title {
    width: auto;
  }

  .gallery_wrapper {
    margin: 40px -10px 0;
  }

  .gallery_item {
    padding: 0 10px;
    width: 50%;
  }

  .gallery_item--background {
    height: auto;
    margin-bottom: 15px;
  }

  .gallery_item--img {
    border-radius: 50% 50% 20px 20px;
  }

  .gallery_section {
    padding-bottom: 30px;
  }

  .contact_page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 40px 0 0;
  }

  .contact_page--item {
    width: 100%;
    padding: 0 34px;
  }

  .contact_page--text {
    font-size: 16px;
    line-height: 24px;
  }

  .contact_page--map {
    padding: 0;
    width: 100%;
    margin-top: 20px;
  }

  .contact_balloon {
    right: 7%;
    top: -14px;
    width: 37%;
  }

  .green_wrapper.contacts_green--form {
    display: none;
  }

  .intro_contacts .container {
    padding: 0;
  }

  .intro_contacts .breadcrumbs {
    padding: 0 34px;
  }

  .contacts_section {
    display: none;
  }

  .contact_map--wrapper {
    height: 500px;
  }

  .contact_map--wrapper img {
    width: 100%;
    border-radius: 0;
  }

  .green_wrapper.contacts_green--formresponsive {
    display: block;
    margin-top: 0;
    border-radius: 0;
    padding: 75px 79px 75px 34px;
  }

  .green_wrapper.contacts_green--form .green_form--title {
    font-size: 30px;
    line-height: 42px;
    max-width: 340px;
    padding-right: 0;
  }

  .green_wrapper.contacts_green--form .green_form--form {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }

  .green_wrapper.contacts_green--form .green_form--field {
    padding: 0;
    width: 250px;
  }

  .error_box {
    margin: 136px 0px auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .error_item {
    width: 100%;
    padding: 0;
    max-width: 581px;
    text-align: center;
  }

  .error_item:last-child {
    max-width: 320px;
    margin-bottom: 20px;
  }

  .error_title {
    font-size: 36px;
    line-height: 46px;
  }

  .btn_error {
    margin: 20px auto 32px;
  }

  .btn_back--history {
    font-size: 14px;
    line-height: 15px;
    max-width: 250px;
    margin: 0 auto;
    padding-left: 33px;
  }

  .btn_back--history:before {
    left: -5px;
    top: 0px;
  }

  #thanksPopup .button {
    background-color: #2FB10E;
  }

  .popup {
    overflow-y: scroll;
    max-width: 400px;
    height: 550px;
    padding: 60px 60px 45px;
  }

  .popup_box--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .popup_box--field {
    margin-bottom: 10px;
  }

  .popup_box--field label {
    width: 100%;
  }

  .popup_box--field input {
    width: 100%;
  }

  .popup_box--button {
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }

  .close_popup {
    top: 26px;
    right: 26px;
    width: 28px;
    height: 28px;
  }

  .header_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: calc(100vh + 25px);
    padding: 66px 20px 70px;
    z-index: -1;
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    left: -100%;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
  }

  .header_nav--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-top: 1px solid rgba(44, 49, 55, 0.15);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    overflow-y: scroll;
  }

  .header_nav .submenu_wrapper {
    position: static;
    max-height: 100%;
    padding-top: 0;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    opacity: 1;
    display: none;
    pointer-events: all;
  }

  .header_nav--subflex {
    padding: 20px 0 0;
    font-size: 16px;
    line-height: 17px;
    opacity: 0.78;
    border-radius: 0px;
  }

  .header_nav-- {
    margin-bottom: 20px;
  }

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

  .header_nav--item {
    width: 100%;
    margin: 0;
    padding: 20px 0;
    font-size: 20px;
    line-height: 22px;
    border-bottom: 1px solid rgba(44, 49, 55, 0.15);
  }

  .header_nav--item:hover {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
  }

  .header_nav--item:hover .submenu_wrapper {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    overflow: hidden;
  }

  .header_nav--item span {
    margin-left: 23px;
    width: 25px;
    height: 20px;
    position: relative;
    display: none;
  }

  .header_nav--item span:nth-child(-n +3) {
    display: inline-block;
  }

  .header_nav--item span:hover ~ .submenu_wrapper {
    max-height: 100%;
    rule: properties;
  }

  .header_nav--item span:after {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 11px;
    background: url(../img/icons/downarrow.svg) center no-repeat;
    width: 15px;
    height: 8px;
  }

  .header_nav.active {
    left: 0;
    z-index: 20;
  }

  .burger_lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 26px;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
  }

  .burger_lang span {
    margin-right: 26px;
    position: relative;
  }

  .burger_lang span:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 2px;
    background-color: #2C3137;
  }

  .burger_lang a {
    margin-right: 26px;
    opacity: .6;
  }

  .burger_phone {
    display: block;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 40px;
    color: #2FB10E;
  }

  .close_burger {
    display: block;
    position: absolute;
    right: 20px;
    top: 60px;
    width: 28px;
    cursor: pointer;
  }

  .home_gallery {
    margin: 40px -10px 0;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }

  .home_gallery--padd {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .home_gallery--padd:nth-child(1n + 5) {
    display: none;
  }

  .home_gallery--padd:nth-child(1) {
    padding-top: 0px;
  }

  .home_gallery--padd:nth-child(3) {
    padding-top: 80px;
  }

  .single_gallery--body {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    -webkit-column-width: 42vw;
       -moz-column-width: 42vw;
            column-width: 42vw;
  }

  .single_gallery--head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .single_gallery--head .btn_back--history {
    margin: 0;
    max-width: 100%;
    padding-right: 42px;
  }

  .single_gallery--head .btn_back--history:before {
    right: 0;
  }

  .programm__traectory-text {
    right: 8px;
  }

  .single_preview .single_intro--date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 63px;
    height: 63px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 020px;
    left: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 14px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .single_preview--header {
    max-width: 100%;
    padding: 0 60px;
  }

  .single_preview--header .title_single {
    font-size: 36px;
    line-height: 46px;
  }

  .single_preview--header .single_desc {
    font-size: 16px;
    line-height: 24px;
  }

  .single_preview--header .single_date {
    display: none;
  }

  .single_preview--img img {
    height: 320px;
  }

  .article_content {
    max-width: 100%;
    padding: 0 60px;
  }

  .article_content .show {
    right: -20px;
  }

  .article_content p {
    font-size: 16px;
    line-height: 24px;
  }

  .article_content h1,
  .article_content h2,
  .article_content h3,
  .article_content h4,
  .article_content h5,
  .article_content h6 {
    margin-bottom: 20px;
  }

  .article_content h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .article_content h2 {
    font-size: 36px;
    line-height: 45px;
  }

  .article_content h3 {
    font-size: 30px;
    line-height: 40px;
  }

  .article_content h4 {
    font-size: 25px;
    line-height: 30px;
  }

  .article_content blockquote {
    font-size: 20px;
    line-height: 30px;
  }

  .article_content ul li {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .related {
    padding-top: 110px;
  }

  .news_related {
    margin-top: 40px;
    width: calc(100vw - (100vw - 100%) / 2);
  }

  .news_related--item .news_date {
    left: 20px;
  }

  .food {
    margin: 40px 0px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .food_item {
    width: 100%;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .food_item:last-child {
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
  }

  .food_item--desc {
    margin-bottom: 30px;
    max-width: 577px;
  }

  .food_item--img {
    width: 100%;
    margin-top: 35px;
  }

  .food_item--iconbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 0;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .btn_link {
    margin-top: 0;
  }

  .footer_social--icons img {
    width: 30px;
  }

  .intro_gallery--kids--rigthtop {
    width: 100px;
    right: -81px;
  }

  .early_school .title {
    text-align: left;
  }

  .early_school .early_school--itemdesc {
    font-size: 16px;
    line-height: 24px;
  }

  .timetable--ccamp .timetable_img--img {
    width: auto;
    bottom: 0;
  }

  .timetable--ccamp .timetable_img--wrapper:last-child {
    right: 0;
  }

  .camp_item--info .parents_descc {
    margin-bottom: 0;
  }

  .gallery_swiper .swiper-slide {
    height: 160px;
  }

  .intro_box--kids {
    padding-top: 54px;
  }

  .intro_background {
    padding-top: 90px;
  }
}

@media (max-width: 850px) {
  .intro_background {
    height: auto;
  }

  .intro_box .intro_gallery--item {
    width: 27%;
  }

  .intro_box .intro_gallery--item:nth-child(5) {
    width: 19%;
  }

  .intro_box .intro_gallery--item:nth-child(5) img {
    height: 165px;
  }

  .container_popup.show {
    overflow-y: scroll;
  }

  .intro_about--img {
    height: 50px;
  }

  .green_section--intro {
    margin-top: -81px;
  }

  .news_slider--preview {
    height: 220px;
  }

  .contact_item--green {
    width: 398px;
    height: 337px;
  }

  .contact_item--info {
    width: 40%;
  }

  .contact_item--bg {
    width: 60%;
  }

  .news_slider .news_date {
    left: 20px;
    top: 20px;
  }

  .news_slider .date_text {
    font-size: 14px;
    line-height: 16px;
    top: 29px;
  }

  .achievement_item:nth-child(1) .achievement_img--box {
    width: 270px;
  }

  .achievement_item:nth-child(3) .achievement_img--box {
    width: 270px;
  }

  .review_swiper--text {
    min-height: 280px;
  }

  .intro_box {
    padding-bottom: 200px;
  }

  .intro_gallery--kids--righttop {
    width: 85px;
  }

  .news_item .news_slider--preview {
    height: 280px;
  }

  .gallery_item--background {
    height: 320px;
  }

  .gallery_item--img {
    border-radius: 200px 200px 20px 20px;
  }

  .gallery_background:after {
    bottom: 40px;
    height: 432px;
  }

  .section_mtop {
    position: relative;
    margin-top: -170px;
  }

  .center_btnmore {
    bottom: 270px;
  }

  .padding_btm {
    margin-bottom: 150px;
  }

  .advantage_img {
    position: relative;
    z-index: 1;
  }

  .advantage_img--wrapper {
    position: relative;
    z-index: 2;
  }

  .advantage_img--wrapper img {
    position: relative;
    z-index: 3;
  }

  .gallery_swiper .swiper_btn--container .swiper-button-next {
    width: 60px;
    height: 60px;
  }

  .gallery_swiper .swiper_btn--container .swiper-button-next svg {
    width: 30px;
  }
}

@media (max-width: 768px) {
  .footer_copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .footer_copyright--box,
  .footer__sitemap {
    margin-left: 0;
  }

  .footer__sitemap {
    margin-top: 10px;
  }

  .orange_wrapper .orange_text {
    width: 65%;
  }

  .orange_img--img {
    width: 48%;
  }

  .map_block {
    height: 485px;
  }

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

@media (max-width: 720px) {
  .intro_about--item:nth-child(2) img {
    width: 65px;
  }

  .green_form--field label {
    width: 100%;
  }

  .container {
    padding: 0 20px;
  }

  .orange_head .language {
    display: none;
  }

  .header .header_phone {
    display: none;
  }

  .intro_background {
    padding: 111px 0 75px;
  }

  .intro_background .min_height {
    height: auto;
  }

  .intro_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-bottom: 0;
    height: auto;
  }

  .intro_box .intro_gallery--item:nth-child(4) {
    margin-bottom: 0;
  }

  .intro_box .intro_content {
    width: 100%;
  }

  .intro_box .intro_content .intro_title {
    font-size: 36px;
    line-height: 46px;
  }

  .intro_box .intro_gallery {
    width: 100%;
    margin: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .intro_box .intro_gallery--responsive {
    display: block;
    width: 50%;
    height: 100%;
    margin-top: 15px;
  }

  .intro_box .intro_gallery--responsive img {
    width: 100%;
    height: auto;
  }

  .intro_box .intro_gallery--flex {
    width: 47%;
  }

  .intro_box .intro_gallery--item {
    display: none;
    width: 50%;
  }

  .intro_box .intro_gallery--item svg {
    width: 100%;
  }

  .intro_box .intro_gallery--item:nth-child(2) {
    display: block;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-top: 10px;
  }

  .intro_box .intro_gallery--item:nth-child(2) img {
    margin: auto;
  }

  .intro_box .intro_gallery--item:nth-child(4) {
    display: block;
    width: 70%;
  }

  .intro_box .intro_gallery--item:nth-child(5) {
    display: block;
    width: 30%;
  }

  .intro_box .intro_gallery--item:nth-child(5) img {
    margin: auto;
    width: 100%;
    height: auto;
  }

  .green_section--intro {
    margin-top: 0;
  }

  .green_section--intro .container {
    padding: 0;
  }

  .intro_about {
    padding: 60px 40px;
    border-radius: 0;
  }

  .intro_about--item {
    width: 50%;
    border: none;
    padding: 0 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .intro_about--item:last-child {
    display: none;
  }

  .programm_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .programm_item--image {
    width: 100%;
    margin-bottom: 40px;
  }

  .programm_item--info {
    width: 100%;
  }

  .program_image--wrap {
    padding-right: 0;
  }

  .programm.section {
    padding: 75px 0 55px;
  }

  .potential_wrapper .title {
    text-align: left;
  }

  .potential_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .potential_block.hide .potential_items:last-child {
    display: none;
    margin-top: 40px;
  }

  .potential_items {
    width: 100%;
  }

  .potentials_card {
    margin-bottom: 40px;
  }

  .content_toggle--about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .content_toggle.active {
    display: block;
  }

  .content_toggle {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #2FB10E;
    position: relative;
    display: none;
    margin: 20px auto 0;
  }

  .content_toggle:after {
    content: '';
    right: -30px;
    top: 6px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    position: absolute;
    background: url(../img/icons/ArrowGreen.png) no-repeat center;
    width: 33px;
    height: 11px;
  }

  .repeat_orange .container {
    padding: 0;
  }

  .orange_wrapper {
    padding: 75px 20px;
    height: 630px;
    border-radius: 0;
  }

  .orange_wrapper .orange_text {
    width: 85%;
  }

  .orange_img--img {
    width: 100%;
  }

  .news_swiper {
    margin: 40px -20px 40px 0;
  }

  .price_swiper {
    margin-right: 0px;
  }

  .price_swiper .swiper-pagination-bullets {
    display: block;
    bottom: auto;
    top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .price_swiper .swiper-pagination-bullets:focus-visible,
  .price_swiper .swiper-pagination-bullets:focus,
  .price_swiper .swiper-pagination-bullets:hover,
  .price_swiper .swiper-pagination-bullets:active {
    outline: 0 !important;
    outline-color: transparent !important;
    outline-width: 0 !important;
    outline-style: none !important;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
    border: none !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .price_swiper .swiper-wrapper {
    padding-top: 80px;
  }

  .price_swiper .swiper-pagination-clickable .swiper-pagination-bullet {
    width: 30%;
    height: 100%;
    background-color: transparent;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    opacity: 1;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .price_swiper .swiper-pagination-clickable .swiper-pagination-bullet br {
    display: block;
  }

  .price_swiper .swiper-pagination-clickable .swiper-pagination-bullet:focus-visible,
  .price_swiper .swiper-pagination-clickable .swiper-pagination-bullet:focus,
  .price_swiper .swiper-pagination-clickable .swiper-pagination-bullet:hover,
  .price_swiper .swiper-pagination-clickable .swiper-pagination-bullet:active {
    outline: 0 !important;
    outline-color: transparent !important;
    outline-width: 0 !important;
    outline-style: none !important;
    border: none !important;
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .price_swiper .swiper-pagination-bullet-active {
    color: #2FB10E;
  }

  .price_swiper .swiper-pagination-bullet-active:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    background: url("../img/icons/path.svg") no-repeat center;
    width: 100%;
    height: 10px;
  }

  .green_section .container {
    padding: 0;
  }

  .green_wrapper {
    padding: 75px 20px 95px;
    border-radius: 0;
  }

  .green_form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .green_form--title {
    padding-right: 0;
  }

  .green_form--item {
    width: 100%;
  }

  .green_form--form {
    padding-left: 0;
  }

  .green_form--field {
    margin: 0 0 10px;
  }

  .green_form--field .button {
    margin-top: 10px;
    width: 100%;
  }

  .news_slider--title {
    font-size: 16px;
    line-height: 22px;
  }

  .contacts_wrapper .suptitle,
  .contacts_wrapper .title {
    padding: 0 20px;
  }

  .contact_item--items {
    padding: 0 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .contact_item--bg {
    width: 100%;
    overflow: visible;
  }

  .contact_item--green {
    width: 413px;
    height: 263px;
    top: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
  }

  .contact_item--phone a {
    font-size: 30px;
    line-height: 45px;
  }

  .contact_item--info {
    width: 100%;
    padding: 40px 20px 0;
  }

  .footer {
    padding: 26px 0 35px;
  }

  .footer_wrapper {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer_logo {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    padding: 0 15px 0 30px;
  }

  .footer_nav {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer_contacts {
    width: 100%;
  }

  .footer_contacts--text {
    font-size: 16px;
    line-height: 24px;
    display: block;
  }

  .footer_mobile {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 4px;
  }

  .footer_copyright {
    margin-top: 90px;
  }

  .footer_social {
    margin-top: 45px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .footer_social--text {
    font-size: 16px;
    line-height: 24px;
    color: initial;
  }

  .popup {
    overflow-y: scroll;
    max-width: 320px;
    height: 520px;
    padding: 60px 20px;
  }

  .close_popup {
    top: 20px;
    right: 20px;
    width: 28px;
  }

  .popup_box--button {
    margin: 20px auto 20px;
    width: 100%;
  }

  .popup_box--title {
    font-size: 24px;
    line-height: 26px;
  }

  .popup_box--text {
    font-size: 16px;
    line-height: 24px;
  }

  .popup_box--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .popup_box--field {
    margin-bottom: 10px;
  }

  .popup_box--field label {
    font-size: 14px;
    line-height: 19px;
  }

  .popup_box--field .input_box input {
    padding: 14px 0 14px 20px;
    font-size: 14px;
    line-height: 16px;
    width: 100%;
  }

  .breadcrumbs {
    margin-top: 120px;
  }

  .about_intro--desc {
    font-weight: 600;
  }

  .about_item--text--adaptive {
    right: 104px;
    top: 15px;
    width: 156px;
    display: none;
  }

  .about_item--text--mobile {
    display: block;
    position: absolute;
    right: -37px;
    top: 32px;
  }

  .about_item--info {
    width: 90%;
  }

  .about_video--container {
    padding-top: 132px;
  }

  .about_video--container iframe {
    height: 330px;
  }

  .section.about_green {
    padding-top: 0;
    margin-top: -150px;
  }

  .section.about_green .container {
    padding: 0;
  }

  .green_about {
    padding: 200px 20px 120px;
    border-radius: 0;
  }

  .green_about--item:last-child {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .green_about--text {
    font-size: 24px;
    line-height: 33px;
  }

  .achievement_wrapper {
    margin: 40px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .achievement_item {
    width: 100%;
    margin-bottom: 40px;
  }

  .achievement_item:nth-child(1) .achievement_img--box {
    width: 320px;
  }

  .achievement_item:nth-child(1) .achievement_img--box .achievement_img--container {
    height: 294px;
  }

  .achievement_item:nth-child(3) {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .achievement_item:nth-child(3) .achievement_img--box {
    width: 320px;
  }

  .achievement_item:nth-child(3) .achievement_img--box .achievement_img--container {
    height: 294px;
  }

  .achievement_item--box {
    width: 320px;
  }

  .review_about {
    padding: 75px 20px;
  }

  .review_about--icons {
    left: 20px;
    top: 55px;
    width: 108px;
  }

  .review_about--text {
    font-size: 16px;
    line-height: 24px;
  }

  .review_about--teacher {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .review_about--teacher--info {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .review_about--img {
    width: 90px;
    height: 90px;
    margin-bottom: 7px;
  }

  .oxford_box {
    margin-top: 20px;
  }

  .oxford_content--text--box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .oxford_content--title {
    margin-bottom: 10px;
  }

  .oxford_content--table {
    padding: 24px;
    width: 100%;
    margin-right: 0;
  }

  .oxford_content--item {
    width: 100%;
    margin-bottom: 16px;
  }

  .oxford_content--lesson {
    margin-top: 0;
  }

  .oxford_content--download--text {
    font-size: 14px;
    line-height: 19px;
  }

  .oxford_documents {
    padding: 0;
  }

  .oxford_documents--link {
    width: 76px;
    height: 76px;
  }

  .oxford_documents--swiper {
    padding: 0 0 60px;
  }

  .oxford_documents--swiper .swiper-wrapper {
    margin: 0;
  }

  .oxford_documents--swiper .swiper_btn--box {
    position: relative;
    bottom: -80px;
  }

  .oxford_documents--swiper .swiper-button-next {
    right: calc(50% - 75px);
    left: auto;
    bottom: -6px;
    top: auto;
    z-index: 15;
    display: block;
  }

  .oxford_documents--swiper .swiper-button-prev {
    display: block;
    right: auto;
    left: calc(50% - 75px);
    bottom: 22px;
    top: auto;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    z-index: 15;
  }

  .oxford_documents--swiper .swiper-pagination-bullets {
    display: block;
    bottom: 5px;
  }

  .oxford_documents--swiper .swiper-pagination-bullet {
    background-color: #2FB10E;
  }

  .review_swiper {
    width: 100%;
    padding-bottom: 70px;
  }

  .review_swiper--text {
    padding: 24px;
  }

  .review_swiper .swiper_btn--container {
    bottom: -70px;
  }

  .social_orange .container {
    padding: 0;
  }

  .insocial_wrapper {
    padding: 75px 20px 0;
    height: 360px;
    border-radius: 0;
  }

  .insocial_title {
    margin-top: 0;
    text-align: left;
  }

  .insocial_icons--border {
    border-radius: 10px 300px;
    right: auto;
    bottom: -90px;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
    left: 0;
  }

  .insocial_icons--border--flex {
    margin-top: -100px;
    margin-left: 24px;
  }

  .insocial_icons--border--flex .custom_link {
    margin: 0 20px;
  }

  .advantage_content {
    padding: 0;
  }

  .accordion__item {
    width: 100%;
    border-right: none;
    padding-bottom: 20px;
  }

  .accordion__item:nth-child(1) {
    padding-right: 00px;
  }

  .accordion__item:nth-child(2) {
    padding-left: 0px;
    padding-top: 20px;
  }

  .accordion__item:nth-child(3) {
    padding: 20px 0px 20px 0;
    border-bottom: 1px solid rgba(44, 49, 55, 0.15);
  }

  .accordion__item:nth-child(4) {
    padding: 20px 0 20px 0px;
    border-bottom: 1px solid rgba(44, 49, 55, 0.15);
  }

  .accordion__item .accordion__arrow {
    display: block;
    position: absolute;
    right: 0;
    top: calc(50% - 17px);
    width: 34px;
    height: 34px;
    border: 1px solid #2C3137;
    border-radius: 50%;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
  }

  .accordion__item .accordion__arrow.accordion__rotate {
    border: 1px solid #2FB10E;
  }

  .accordion__item .accordion__arrow.accordion__rotate .accordion__arrow-item:after {
    content: '-';
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    right: 50%;
    top: 49%;
  }

  .accordion__item .accordion__arrow-item {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }

  .accordion__item .accordion__arrow-item:after {
    content: '+';
    display: block;
    height: 20px;
    position: absolute;
    font-weight: 400;
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    right: 50%;
    top: 50%;
    font-size: 38px;
  }

  .accordion__item .accordion__content {
    display: none;
    margin-top: 9px;
  }

  .accordion__item .accordion__title {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 26px;
    color: #2C3137;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
  }

  .accordion__item .accordion__title.accordion-active {
    color: #2FB10E;
  }

  .early_container .container {
    padding: 0;
  }

  .early {
    border-radius: 0;
    padding: 75px 20px;
  }

  .early .title {
    text-align: left;
  }

  .early_wrapper {
    margin-bottom: 0;
  }

  .early_wrapper .early_text:last-child {
    display: none;
  }

  .content_toggle--about--early .content_toggle {
    margin-top: 0;
    color: #fff;
  }

  .content_toggle--about--early .content_toggle:after {
    background: url(../img/icons/Arrowwhite.svg) no-repeat center;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    width: 11px;
    height: 33px;
    top: -3px;
  }

  .intro_background--nohome .breadcrumbs {
    margin-top: 0;
  }

  .intro_box--kids .intro_gallery {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 100px;
  }

  .intro_box--kids .intro_gallery--kids--center {
    width: 155px;
  }

  .intro_gallery--kids--rigthtop {
    width: 118px;
    right: -87px;
  }

  .intro_gallery--kids--rigthbottom {
    width: 78px;
    right: -82px;
    bottom: -69px;
  }

  .intro_box--kids .intro_content {
    padding-top: 30px;
  }

  .early_circle {
    display: none;
  }

  .our_group--box {
    margin: 12px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .our_group--item {
    padding: 0;
    width: 100%;
    margin-top: 20px;
  }

  .our_group--item:last-child .our_group--content {
    display: none;
  }

  .our_group--itemwrap {
    border: none;
    border-radius: 0;
  }

  .our_group--head {
    margin-bottom: 10px;
    background-color: transparent;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
    border-bottom: 1px solid rgba(44, 49, 55, 0.15);
    opacity: .6;
    border-radius: 0;
  }

  .our_group--head.accordion-active {
    background-color: #F5EF54;
    border: none;
    opacity: 1;
    border-radius: 20px;
  }

  .our_group--title {
    margin-bottom: 5px;
  }

  .our_group--content {
    padding: 40px 20px;
    height: 100%;
    border: 1px solid rgba(44, 49, 55, 0.15);
    border-radius: 20px;
    display: block;
  }

  .our_group--desc {
    margin-bottom: 20px;
  }

  .our_group--list .accordion__titleour {
    font-weight: 600;
  }

  .adaptation .container {
    padding: 0;
  }

  .adaptation_yellow {
    border-radius: 0;
    padding: 75px 20px;
  }

  .adaptation_yellow .title {
    text-align: left;
  }

  .best_tabs {
    margin-top: 20px;
  }

  .d_active {
    padding: 30px 20px;
  }

  .tab_content {
    padding: 40px 20px;
  }

  .tab_content--list li {
    margin-bottom: 10px;
  }

  .tab_accordion {
    padding: 20px;
  }

  .social_yellow .container {
    padding: 0;
  }

  .timetable_img--img {
    display: none;
  }

  .timetable .oxford_content--download {
    margin: 40px auto 0;
  }

  .timetable_wrap {
    margin-top: 20px;
    width: 100%;
    border-radius: 0;
    border: none;
  }

  .table {
    border-bottom: 1px solid rgba(44, 49, 55, 0.15);
    margin: 0px -2px 0px;
  }

  .table tr td {
    padding: 20px 2px;
  }

  .table caption {
    padding: 20px 2px;
    border-top: 1px solid rgba(44, 49, 55, 0.15);
  }

  .timetable_img {
    margin: 0;
  }

  .intro_gallery--schoolbox {
    margin-right: 0;
  }

  .intro_gallery--schoolbox .intro_gallery--kids--center {
    width: 168px;
  }

  .intro_gallery--schoolbox .intro_gallery--kids--bottom {
    left: calc(100% + 15px);
    bottom: 18px;
  }

  .intro_gallery--schoolbox .intro_gallery--kids--bottom svg {
    height: 137px;
  }

  .intro_gallery--schoolbox .intro_gallery--kids--rigthbottom {
    right: 84%;
    bottom: 23px;
    width: 123px;
  }

  .intro_gallery--schoolbox .intro_gallery--kids--rigthbottom img {
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
  }

  .intro_gallery--schoolbox .intro_gallery--kids--lefttop {
    left: -90px;
    top: -71px;
  }

  .intro_gallery--schoolbox .intro_gallery--schoolmiddle {
    right: -79px;
    bottom: 81%;
    width: 88px;
  }

  .intro_gallery--schoolbox .intro_gallery--kids--rigthtop {
    right: -41px;
    top: -87px;
    width: 97px;
  }

  .process .title,
  .process .suptitle {
    display: block;
  }

  .process_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 110px;
  }

  .process_box .title,
  .process_box .suptitle {
    display: none;
  }

  .process_item {
    width: 100%;
  }

  .process_item:last-child {
    width: 100%;
    padding-bottom: 0;
  }

  .process_item--img {
    border-radius: 20px 140px;
    width: 80%;
    height: auto;
  }

  .process_item--img img {
    border-radius: 140px 20px;
    position: relative;
    left: 25%;
    top: -60px;
  }

  .process_item--desc {
    margin-bottom: 40px;
  }

  .process_item .button {
    margin: 0 auto;
  }

  .early_school .content_toggle {
    margin-top: 40px;
  }

  .early_school--item:first-child {
    font-size: 16px;
    line-height: 24px;
  }

  .early_school--item:last-child {
    display: none;
  }

  .early_school--btmitem {
    text-align: left;
    font-size: 14px;
    line-height: 21px;
  }

  .early_school .oxford_content-predmet {
    width: 43%;
  }

  .early_school .oxford_content--lesson {
    width: 45%;
  }

  .early_school .oxford_content--table {
    border-radius: 0;
    border: none;
    padding: 0;
    border-bottom: 1px solid #F3AD82;
  }

  .social_yellow .insocial_school.insocial_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: auto;
  }

  .social_yellow .insocial_school .insocial_title {
    width: 100%;
  }

  .social_yellow .insocial_school .insocial_icons {
    position: static;
    margin-top: -30px;
  }

  .social_yellow .insocial_school .insocial_icons--border {
    position: relative;
    bottom: -70px;
    width: 424px;
  }

  .social_yellow .insocial_school .insocial_icons--border--flex img {
    width: 250px;
    margin-top: 2px;
    margin-left: 0;
  }

  .camp_intro .title {
    width: 100%;
  }

  .camp_intro--desc {
    margin-bottom: 20px;
    width: 100%;
  }

  .camp_intro .button {
    margin: 20px auto 0;
  }

  .camp_item--img {
    width: 51%;
  }

  .camp_item--preview {
    margin: 30px auto 40px;
  }

  .camp_item--leftbtm {
    width: 15%;
    left: 5%;
  }

  .camp_item--rightbtm {
    width: 15%;
    right: 28px;
  }

  .photo_yellow--title {
    margin-bottom: 40px;
  }

  .vector_orange {
    display: none;
  }

  .parents .camp_item--info {
    /*padding-bottom: 75px;*/
    padding-bottom: 50px;
  }

  .parents .parents_preview {
    margin-top: 15px;
    padding-bottom: 20px;
  }

  .parents .parents_preview .btn_block {
    display: none;
  }

  .parents .parents_preview--box {
    padding: 25px;
  }

  .parents .parents_preview--list {
    width: 100%;
  }

  .parents .parents_preview--list:last-child {
    margin-bottom: 0;
  }

  .parents .parents_preview--img {
    margin-right: 20px;
  }

  .parents .parents_preview--title {
    font-size: 18px;
    line-height: 25px;
  }

  .parents .camp_item--info {
    /*-webkit-box-ordinal-group: 2;*/
    /*    -ms-flex-order: 1;*/
    /*        order: 1;*/
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .parents .camp_item--info .button {
    display: block;
    margin-left: 0;
  }

  .parents .camp_item--info .camp_intro--desc {
    width: 100%;
  }

  .security .security_item--path {
    width: 100%;
    padding: 20px 30px;
  }

  .security .security_item--list li {
    width: 100%;
  }

  .security .security_item--list li:last-child {
    margin-bottom: 0;
  }

  .securite_tree--left,
  .securite_tree--right {
    display: none;
  }

  .security_image {
    margin-top: 150px;
  }

  .news {
    margin: 40px 0px 0;
  }

  .news .news_date {
    width: 63px;
    height: 63px;
  }

  .news .news_slider--title {
    margin-bottom: 5px;
    -webkit-line-clamp: 3;
  }

  .news .news_slider--desc {
    -webkit-line-clamp: 4;
  }

  .news_item {
    padding: 0;
    margin-bottom: 60px;
    width: 100%;
  }

  .news_item:last-child {
    margin-bottom: 40px;
  }

  .news_item:last-child .news_slider--desc {
    position: relative;
  }

  .news_item:last-child .news_slider--desc:after {
    content: "";
    display: block;
    height: 16px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(75%, #fff));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), #fff 75%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 75%);
  }

  .news_item .news_slider--preview {
    height: auto;
  }

  .select_style {
    padding: 0;
    margin-top: 40px;
  }

  .gallery_section {
    padding-bottom: 10px;
  }

  .gallery_wrapper {
    margin: 20px 0px 0;
  }

  .gallery_item {
    padding: 0;
    width: 100%;
    margin-bottom: 40px;
  }

  .gallery_item--background {
    height: auto;
  }

  .gallery_item--img {
    border-radius: 50% 50% 20px 20px;
  }

  .gallery_item--name {
    font-size: 16px;
    line-height: 20px;
  }

  .gallery_count {
    font-size: 14px;
    line-height: 21px;
  }

  .contact_page--item {
    padding: 0 20px;
  }

  .contact_page--info {
    margin-top: 20px;
  }

  .contact_page--write {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #EB762F;
  }

  .contact_page--write svg path {
    fill: #EB762F;
  }

  .contact_balloon {
    display: none;
  }

  .intro_contacts .breadcrumbs {
    padding: 0 20px;
  }

  .contact_map--wrapper {
    height: 400px;
  }

  .green_wrapper.contacts_green--formresponsive {
    padding: 75px 20px 162px 20px;
    position: relative;
  }

  .green_wrapper.contacts_green--form .green_form--title {
    font-size: 20px;
    line-height: 30px;
  }

  .green_wrapper.contacts_green--form .green_form--form {
    margin: 0;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }

  .green_wrapper.contacts_green--form .green_form--field {
    width: 100%;
  }

  .mobile_bus {
    display: block;
    position: absolute;
    left: 3px;
    bottom: 20px;
  }

  .error_item:last-child {
    max-width: 200px;
  }

  .error_title {
    font-size: 30px;
    line-height: 39px;
  }

  .btn_error {
    margin: 20px auto 32px;
  }

  .home_gallery {
    margin: 40px 0px 0;
  }

  .home_gallery--wrapimg img {
    border-radius: 10px 10px 60px 10px;
  }

  .home_gallery--padd {
    width: auto;
    margin-bottom: 20px;
  }

  .home_gallery--padd:nth-child(6) {
    margin-bottom: 0;
  }

  .home_gallery--padd:nth-child(6) .home_gallery--wrapimg img {
    border-radius: 60px 10px 10px 10px;
  }

  .home_gallery--padd:nth-child(1n + 5) {
    display: block;
  }

  .home_gallery--padd:nth-child(5) {
    padding-top: 0px;
  }

  .home_gallery--padd:nth-child(5) .home_gallery--wrapimg img {
    border-radius: 10px 60px 10px 10px;
  }

  .home_gallery--padd:nth-child(1) {
    padding-top: 40px;
  }

  .home_gallery--padd:nth-child(1) .home_gallery--wrapimg img {
    border-radius: 10px 10px 10px 60px;
  }

  .home_gallery--padd:nth-child(2) .home_gallery--wrapimg img {
    border-radius: 10px 10px 60px 10px;
  }

  .home_gallery--padd:nth-child(3) {
    padding-top: 0px;
  }

  .home_gallery--padd:nth-child(3) .home_gallery--wrapimg img {
    border-radius: 10px 60px 10px 10px;
  }

  .home_gallery--padd:nth-child(4) {
    padding-top: 0px;
  }

  .home_gallery--padd:nth-child(4) .home_gallery--wrapimg img {
    border-radius: 60px 60px 10px 10px;
  }

  .btn_gallery--more {
    margin-top: 40px;
  }

  .hidden_desc {
    display: block;
  }

  .hidden_mobile {
    display: none;
  }

  .gallery_open {
    margin-top: 60px;
  }

  .single_gallery--body {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }

  .single_gallery--img {
    padding-bottom: 20px;
  }

  .single_gallery--head {
    margin-bottom: 46px;
  }

  .single_gallery--head h1 {
    font-size: 16px;
    line-height: 20px;
  }

  .single_gallery--head .btn_back--history {
    font-size: 14px;
    line-height: 19px;
  }

  .single_gallery--head .btn_back--history:before {
    top: 3px;
  }

  .orange_head--box {
    height: 30px;
  }

  .close_burger {
    top: 66px;
  }

  .breadcrumbs li:last-child {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
  }

  .single_preview--img {
    margin-bottom: 20px;
  }

  .single_preview--header {
    padding: 0;
    margin-bottom: 40px;
  }

  .single_preview--header .title_single {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px;
  }

  .article_content {
    padding: 0;
  }

  .article_content .show {
    right: auto;
    bottom: -40px;
    background-color: #F5EF54;
    width: 108px;
    height: 108px;
    border-radius: 50%;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .article_content .show svg {
    margin-left: 5px;
  }

  .article_content h1 {
    font-size: 36px;
    line-height: 42px;
  }

  .article_content h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .article_content h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .article_content h4 {
    font-size: 18px;
    line-height: 25px;
  }

  .article_content blockquote {
    font-size: 16px;
    line-height: 20px;
  }

  .article_content ul li {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .article_content .gallery_single {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }

  .article_content .gallery_single--img {
    padding: 0;
    width: 100%;
  }

  .article_content .gallery_single--img img {
    margin-bottom: 20px;
  }

  .news_related {
    margin-top: 30px;
  }

  .food {
    margin-top: 20px;
  }

  .food--desc {
    margin-bottom: 20px;
  }

  .food_item--iconbox p {
    display: none;
  }

  .food_item--img {
    margin-top: 20px;
  }

  .food_item--img img {
    height: 400px;
  }

  .gallery_background:after {
    bottom: -20px;
  }

  .potential_items:first-child .potentials_card:last-child .potentials_card--img img {
    height: 363px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .timetable .title {
    text-align: left;
  }

  .achievement .title {
    text-align: left;
  }

  .intro_box--kids {
    padding-top: 7px;
  }

  .early_school .oxford_content--predmet {
    width: 43%;
  }

  .accordion__title-text {
    padding-right: 45px;
  }
}

@media (max-width: 480px) {
  .seo-block__article {
    padding-right: 10px;
  }

  .seo-block__title {
    margin-bottom: 20px;
  }

  .programm_item--box {
    width: 100%;
  }

  .programm_item--links {
    width: 85%;
  }

  .orange_img--img {
    right: 0;
  }

  .green_form--field .button {
    display: block;
    width: 100%;
  }

  .news_slider .news_date {
    left: 10px;
    top: 10px;
  }

  .contact_item--bg {
    padding-bottom: 203px;
    overflow: hidden;
  }

  .contact_item--box {
    margin-top: 0;
  }

  .section.about_green {
    margin-top: -92px;
  }

  .about_video--container iframe {
    height: 210px;
  }

  .green_about {
    padding: 151px 20px 120px;
  }

  .achievement_item {
    padding: 0;
  }

  .advantage_img--wrapper img {
    border-radius: 20px 20px 20px 120px;
  }

  .security_image {
    margin-top: 76px;
  }

  .gallery_item--background {
    height: 270px;
    position: relative;
    z-index: 1;
  }

  .gallery_item--img {
    position: absolute;
    border-radius: 200px 200px 20px 20px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
  }

  .gallery_item--img img {
    position: absolute;
    z-index: 4;
  }

  .programm__traectory-text {
    right: -38px;
    top: -13px;
    width: 119%;
  }

  .scool_table {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 360px) {
  .achievement_item:nth-child(1) .achievement_img--box {
    width: 100%;
  }

  .achievement_item:nth-child(1) .achievement_img--box .achievement_img--container {
    height: 294px;
  }

  .achievement_item:nth-child(3) {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .achievement_item:nth-child(3) .achievement_img--box {
    width: 100%;
  }

  .achievement_item:nth-child(3) .achievement_img--box .achievement_img--container {
    height: 294px;
  }

  .achievement_item--box {
    width: 100%;
  }
}