@font-face {
  font-family: "Montserrat";
  src: url("./montserrat/montserrat-v14-latin_cyrillic-900.woff2")
      format("woff2"),
    url("./montserrat/montserrat-v14-latin_cyrillic-900.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("./montserrat/montserrat-v14-latin_cyrillic-800.woff2")
      format("woff2"),
    url("./montserrat/montserrat-v14-latin_cyrillic-800.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("./montserrat/montserrat-v14-latin_cyrillic-700.woff2")
      format("woff2"),
    url("./montserrat/montserrat-v14-latin_cyrillic-700.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("./montserrat/montserrat-v14-latin_cyrillic-600.woff2")
      format("woff2"),
    url("./montserrat/montserrat-v14-latin_cyrillic-600.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("./montserrat/montserrat-v14-latin_cyrillic-500.woff2")
      format("woff2"),
    url("./montserrat/montserrat-v14-latin_cyrillic-500.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Caveat";
  src: url("./Caveat/caveat-v7-latin_cyrillic-regular.woff2") format("woff2"),
    url("./Caveat/caveat-v7-latin_cyrillic-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
body {
  width: 100%;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}
.scroll {
  overflow-x: auto;
  cursor: all-scroll;
}

.preloader {
  display: block;
  position: absolute;
  left: 34%;
  top: calc(50% - 14px);
  background: none;
  z-index: 1001;
}

.preloader__row {
  position: relative;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  width: 25px;
  height: 25px;
  margin-top: -15px;
  margin-left: -15px;
  animation: preloader-rotate 1s infinite linear;
}

.preloader__item {
  position: absolute;
  display: inline-block;
  font-size: 25px;
  line-height: 25px;
  text-align: center;
  width: 25px;
  height: 25px;
  color:#fff;
  border-radius: 100%;
}


@keyframes preloader-rotate {
  100% {
    transform: rotate(360deg);
  }
}

.loaded_hiding .preloader {
  transition: 0.3s opacity;
  opacity: 0;
}

.loaded .preloader {
  visibility: hidden;
}

header a,
nav a,
.country a,
.features a,
.insta-section a,
.for-map a {
  color: #000000;
}
.current-page > a {
  pointer-events: none;
  cursor: default;
  color: rgb(243, 189, 51);
  font-weight: 800;
}
ul {
  padding: 0;
}
.container-fluid {
  padding: 0;
}
/* .box {
  overflow: hidden;
} */
.row {
  width: 100%;
  margin: auto;
}
.back {
  width: 100%;
  height: 510;
}
.header {
  position: relative;
  z-index: 30;
  margin: auto;
  padding: 0;
  min-height: 90px;
  width: calc(100% - 30px);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border: none;
  background: rgba(255, 255, 255, 1);
  /* -webkit-box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.08); */
  backdrop-filter: blur(20px);
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
}
.menu-button > button {
  display: block;
  margin-left: 8px;
  position: relative;
  width: 40px;
  height: 25px;
  background-image: url("../images/hamburger-menu.svg");
  border: none;
  background-size: 25px 20px;
  background-repeat: no-repeat;
  background-color: #ffffff;
}
.cross > button {
  display: block;
  width: 40px;
  height: 25px;
  background-image: url("../images/close-menu.svg");
  background-size: 25px 20px;
  background-repeat: no-repeat;
  background-color: #ffffff;
}
.menu-button {
  min-height: 25px;
}
.do-know2 {
  font-size: 18px;
  padding-bottom: 10px;
}
.logo {
  background-image: url("../images/logo_step.jpg");
  background-size: contain;
  background-position: 0% 50%;
  background-repeat: no-repeat;
  height: 57px;
  width: 75px;
  margin-left: 20px;
  position: relative;
  display: block;
}
.menu-h > ul > li {
  list-style-type: none;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  padding: 0 1vw;
}
.fab {
  color: #000000;
  width: 30px;
  height: 30px;
  font-size: 20px;
}
.icons {
  width: 100%;
  height: 30px;
  margin-top: 5%;
}
.fb > .fab {
  width: 22px;
  height: 22px;
  padding: 0px;
  text-align: center;
  background-color: #000000;
  border-radius: 7px;
  color: #ffffff;
  font-size: 16px;
  margin-top: 1px;
  vertical-align: top;
  padding-top: 4px;
}
.fb > .fab:hover,
.vk > .fab:hover {
  background-color: rgb(243, 189, 51);
}
.insta > .fab:hover {
  color: rgb(243, 189, 51);
}
.vk > .fab {
  text-align: center;
  width: 22px;
  height: 22px;
  padding: 0px;
  background-color: #000000;
  border-radius: 7px;
  color: #ffffff;
  font-size: 16px;
  padding-top: 3px;
  vertical-align: top;
  margin-top: 1px;
}
.insta > .fab {
  width: 22px;
  height: 22px;
  padding: 0px;
  font-size: 26px;
  margin-top: -1px;
  border-radius: 5px;
  vertical-align: top;
}
.phone {
  font-size: 1.15vw;
  line-height: 14px;
}
.phone-button > a {
  max-width: 24px;
  min-width: 24px;
  height: 25px;
  background-image: url("../images/phone.svg");
  background-size: 24px 25px;
  background-repeat: no-repeat;
  margin-top: -5px;
  margin-right: 40px;
  border: none;
  background-color: rgba(255, 255, 255, 0.1);
}
.motto {
  position: absolute;
  top: 80px;
  left: 0px;
}
.motto-1 {
  padding: 90px 50px 0 45px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 800;
  font-size: 66px;
  line-height: 68px;
  text-transform: uppercase;
}
.motto-2 {
  margin: 0px 50px 10px 45px;
  width: 40%;
  font-size: 13px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
.group {
  position: absolute;
  width: 80%;
  font-size: 16px;
  line-height: 21px;
  top: 120px;
  left: 40px;
}
.last-news {
  position: absolute;
  min-height: 200px;
  font-size: 16px;
  line-height: 26px;
  top: 160px;
  right: 0;
  width: 329px;
  padding: 18px 30px;
  padding-bottom: 50px;
  background: rgba(9, 182, 5, 0.9);
  -webkit-box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.15),
    0px 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.15), 0px 2px 3px rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 18px 0px 0px 0px;
}
.news-ref:hover,
.online:hover {
  color: rgb(255, 196, 0) !important;
}
.online {
  position: absolute;
  top: 120px;
  right: 3%;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-align: right;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  z-index: 0;
}
.countries {
  position: absolute;
  top: 355px;
  right: 0px;
  z-index: 1;
  height: 155px;
  width: 520px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 18px 0px 0px 0px;
  -ms-flex-flow: nowrap;
  flex-flow: nowrap;
  overflow-x: scroll;
}
.country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: 135px;
}
.country > a {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}
.country > a > span {
  margin-top: 8px;
}
.icon {
  width: 62px;
  height: 80px;
}
.country-item {
  width: 90px;
}
.country:hover {
  -webkit-filter: saturate(180%) brightness(120%);
  filter: saturate(180%) brightness(120%);
}
.background-test {
  position: absolute;
  left: 0;
  top: 500px;
  height: 165px;
  width: 100%;
}
.test {
  position: relative;
  z-index: 3;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f0a400),
    color-stop(61.9%, #febc2d)
  );
  background: -o-linear-gradient(top, #f0a400 0%, #febc2d 61.9%);
  background: linear-gradient(180deg, #f0a400 0%, #febc2d 61.9%);
  margin-top: 0px;
  height: 165px;
  padding: 20px 10px;
  color: #000000;
  font-weight: 600;
  font-size: 18px;
}
.test > div > p {
  margin-top: 25px;
}

.ymaps-2-1-76-inner-panes,
.ymaps-2-1-76-map {
  border-radius: 15px;
}

h1.landing {
  font-size: 32px !important;
  font-weight: 800 !important;
  letter-spacing: -0.01em !important;
  line-height: 130% !important;
  margin-top: 0.1em !important;
  text-align: center;
}

h2.landing {
  line-height: 90% !important;
  text-align: center;
}

p.landing {
  text-align: center;
}

.landing-card {
  background: #fcfcfc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 37.5px;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2),
    0px 3px 6px rgba(0, 0, 0, 0.1), 0px 6px 16px rgba(0, 0, 0, 0.05),
    inset 0px -2px 3px 0px rgba(255, 255, 255, 0.8);
  -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2),
    0px 3px 6px rgba(0, 0, 0, 0.1), 0px 6px 16px rgba(0, 0, 0, 0.05),
    inset 0px -2px 3px 0px rgba(255, 255, 255, 0.8);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2), 0px 3px 6px rgba(0, 0, 0, 0.1),
    0px 6px 16px rgba(0, 0, 0, 0.05),
    inset 0px -2px 3px 0px rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.7s cubic-bezier(0.15, 0.85, 0.45, 1);
  transition: all 0.7s cubic-bezier(0.15, 0.85, 0.45, 1);
}

.landing-card.disabled {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default;
  border: 1px solid #ccc;
}

.landing-card::after {
  content: "";
  border-radius: 37.5px;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 5px 16px -4px rgba(0, 0, 0, 0.2),
    0px 10px 32px rgba(0, 0, 0, 0.1), 0px 20px 64px rgba(0, 0, 0, 0.05),
    inset 0px -2px 3px 0px rgba(255, 255, 255, 0.8);
  -moz-box-shadow: 0px 5px 16px -4px rgba(0, 0, 0, 0.2),
    0px 10px 32px rgba(0, 0, 0, 0.1), 0px 20px 64px rgba(0, 0, 0, 0.05),
    inset 0px -2px 3px 0px rgba(255, 255, 255, 0.8);
  box-shadow: 0px 5px 16px -4px rgba(0, 0, 0, 0.2),
    0px 10px 32px rgba(0, 0, 0, 0.1), 0px 20px 64px rgba(0, 0, 0, 0.05),
    inset 0px -2px 3px 0px rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-transition: all 0.7s cubic-bezier(0.15, 0.85, 0.45, 1);
  transition: all 0.7s cubic-bezier(0.15, 0.85, 0.45, 1);
}

a > .landing-card:hover {
  -webkit-transform: scale(1.01, 1.01);
  transform: scale(1.01, 1.01);
  opacity: 0.9;
}

a > .landing-card:hover::after {
  opacity: 0.5;
}

.card-link:hover {
  text-decoration: none !important;
}

.emoji {
  display: inline-block;
  background-size: 100% 100%;
}

.article-country img {
  width: 50%;
  margin-top: 0.5em;
  margin-bottom: 1.5em;
}

.article-country iframe {
  margin-bottom: 1em;
  width: 48vw;
  height: 27vw;
  border: none;
}

.article-country table {
  border: 1px solid;
}

.article-country td,
.article-country th {
  padding: 15px 10px;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 1.5rem;
}

.teachers-list {
  font-size: 12px;
  color:rgba(0, 0, 0, 0.75);
  min-width: 230px;
}
.teachers-row::-webkit-scrollbar {
  display: none;
}
.teachers-list ul {
  list-style-type: none;
}
.teachers-list h3 {
  font-size: 18px;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.bc-arrow {
  color: #777777;
  padding-left: 0.8em;
  padding-right: 0.8em;
  font-size: small;
}
.subitem {
  color: #fabd01;
  padding-bottom: 0;
  font-size: 16px;
}
.dropList {
  min-width: 200px;
  max-width: 100%;
  max-height: 600px;
  display: flex;
  margin-bottom: 0;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0px 5px;
  list-style-type: none;
  font-size: 16px;
}
.drop {
  display: none;
  position: absolute;
  top: 79px;
  padding: 20px 60px 15px;
  border-radius: 0 0 15px 15px;
  width: 100%;
  height: auto;
  border-top: 1px solid #ddd;
  z-index: 20;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 2px 10px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 2px 10px 10px rgba(0, 0, 0, 0.08);
}
.display-none {
  display: none;
}
.display-block {
  display: block;
}
@keyframes mainMenu {
  from {
    height: 0px;
  }
  to {
    height: 100px;
  }
}
.dropList li {
  font-weight: 400;
  font-size: 16px;
  padding-bottom: 17px;
}
.header-nav-item {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  border: 1px solid #fff;
  border-bottom: 2px #fff solid;
}
.nav-item-hover {
  border: 1px solid #ddd;
  border-radius: 10px 10px 0 0;
  border-bottom: 2px #fff solid;
  background-color: #fff;
  position: static;
  padding-top: 23px !important;
  padding-bottom: 23px !important;
  z-index: 40;
}
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #cccccc;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: rgba(243, 189, 51, 0.1);
  border-color: #cccccc;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: rgb(243, 189, 51);
  border-color: rgb(243, 189, 51);
}

.page-item.disabled .page-link {
  color: #666666;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #cccccc;
}

.head-online-learning {
  font-size: 72px;
  line-height: 110%;
  padding: 10px 90px 90px;
  text-align: center;
  font-weight: 800;
}
.textbook-block {
  background: #ffffff;
  box-shadow: none;
  cursor: default;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2), 0px 3px 6px rgba(0, 0, 0, 0.1),
    0px 6px 16px rgba(0, 0, 0, 0.05),
    inset 0px -2px 3px 0px rgba(255, 255, 255, 0.8);
  padding: 25px 40px;
  box-sizing: border-box;
  border-radius: 20px;
  max-width: 400px;
  min-width: 250px;
}
.textbook-block h3 {
  margin-bottom: 0;
}
.textbook-img {
  width: 170px;
  border-radius: 10px;
  border: 1px solid #ccc;
  max-height: 170px;
  margin-bottom: 20px;
}
.level-cards::-webkit-scrollbar {
  display: none;
}
.level-card {
  min-width: 300px;
}
.visually-hidden {
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
}
.age-group {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  padding: 0 0 20px;
}
.textbook-description {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  padding: 30px 20px 10px;
  text-align: center;
  max-width: 400px;
  min-width: 250px;
}
.group-table td,
.group-table th,
.group-table tr {
  font-size: 1rem;
  line-height: 1.5;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.2);
  vertical-align: top;
  min-width: 150px;
}
.group-table th {
  font-weight: 700;
  padding: 20px;
}
.large-header {
  font-size: 40px;
  position: relative;
  z-index: 2;
}
.flying1 {
  width: 210px;
  text-align: center;
  position: absolute;
  top: 21%;
  left: 28%;
}
.flying2 {
  width: 250px;
  text-align: center;
  position: absolute;
  top: 25%;
  left: 60%;
}
.flying3 {
  width: 240px;
  text-align: center;
  position: absolute;
  top: 57%;
  left: 11%;
}
.flying4 {
  width: 250px;
  text-align: center;
  position: absolute;
  top: 60%;
  left: 68%;
}
.about-lesson {
  position: relative;
}
.small-header {
  width: 80%;
  text-align: center;
}
.connection-step {
  width: 190px;
  text-align: center;
  margin: 5px 0 10px;
  padding: 10px;
}
.connection {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 20px;
  padding: 10px 15px;
  margin: 15px;
  line-height: 20px;
}
.connection:first-child span {
  padding: 5px 12px;
  margin-left: -8px;
}
.connection span {
  background-color: #ffd00071;
  padding: 5px 10px;
  border-radius: 50% 50%;
  margin-left: -8px;
}
.gradient {
  background: #ffb347; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #ffc411,
    #f7ecb3cb,
    #ffd558
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to bottom right,
    #ffc415,
    #abf7debd,
    #ffd558
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.about-online {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 15px;
  border: none;
  padding: 10px 20px;
}
.article {
  background: #ffffff73;
  border-radius: 20px;
  padding: 30px 40px;
  box-shadow: 0px 1px 2px rgba(130, 132, 133, 0.2);
}
.article p {
  margin-bottom: 5px;
}
.skills {
  padding: 20px 30px;
  max-width: 500px;
}
.head-step-olympics{
  font-size: 40px;
  line-height: 110%;
  padding: 10px 25px 30px;
  text-align: left;
  font-weight: 650;
}
ul.step-olympics-ui-dashed {
  list-style-type: none;
  margin-left: 20px;
}
ul.step-olympics-ui-dashed li:before {
  content: '\2014';
  position: absolute;
  margin-left: -20px;
}
.step-olympics-float-left {
  float: left;
  min-height: 70px;
}
.step-olympics-padding-left {
  margin-left: 50px;
  padding-left: 10px;
  min-height: 70px;
}
.step-olympics-attention {
  background-color: #ffc400;
  border-radius: 1em;
  font-size: 30px;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
}
.step-olympics-choose-class {
  border-radius: 50%;
  background-color: #ffc400;
  min-width: 70px;
  min-height: 70px;
  font-size: 30px;
  padding-left: 26px;
  padding-top: 13px;
  width: 50px;
  height: 50px;
  display: block;
  color: black;
  margin-bottom: 10px;
}
.step-olympics-choose-class-float-left {
  float: left;
  min-height: 70px;
  min-width: 100px;
}
.step-olympics-score-float-left {
  float: left;
  min-width: 250px;
  min-height: 70px;
}
.step-olympics-score-gold {
  color: gold;
  font-size: 40px;
  font-weight: 800;
}
.step-olympics-score-silver {
  color: silver;
  font-size: 40px;
  font-weight: 800;
}
.step-olympics-score-bronze {
  color: rgb(144, 63, 39);
  font-size: 40px;
  font-weight: 800;
}
.step-olympics-score-part {
  color: rgb(50, 141, 184);
  font-size: 40px;
  font-weight: 800;
}
.step-olympics-cert {
  font-size: 15px;
  text-align: center;
}
.step-olympics-cert-background {
  background-image: url(https://s3.eu-central-1.amazonaws.com/steptoenglish.org.main/assets/step-olympics/background.jpg);
}
.step-olympics-box-shadow {
  box-shadow: #000000a8 8px 6px 10px 0px;
}
.step-olympics-cert-attention {
  font-weight: bolder;
  font-style: italic;
}
ul.market-goods {
  list-style-type: none;
}
li.market-goods {
  display: inline-block;
}
input[type="checkbox"][id^="market-goods"] {
  display: none;
}
label.market-goods {
  border: 0px solid #fff;
  padding: 10px;
  display: block;
  position: relative;
  margin: 10px;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  width: 340px;
}
label.market-goods:before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 0px solid grey;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
}
label.market-goods img.market-goods {
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
}
.course-section .big-picture img {
  max-height: 120px;
  max-width: 100%;
}
img.market-goods {
  width: 310px;
}
:checked + label.market-goods {
  border-color: grey;
}
:checked + label.market-goods:before {
  content: "✓";
  background-color: orange;
  transform: scale(1);
}
:checked + label.market-goods img.market-goods {
  transform: scale(0.9);
  box-shadow: orange 5px 15px 20px 0px; 
  border-radius: 1em;  
  z-index: -1;
}
.market-plus-minus-input {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.market-plus-minus-input .market-input-group-field {
  text-align: center;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  padding: 1rem;
}
.market-plus-minus-input .market-input-group-field::-webkit-inner-spin-button,
.market-plus-minus-input .market-input-group-field::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
}
.market-button-circle-left {
  border-radius: 50%;
  padding: 0.25em 0.8em;
  margin-right: -15px;
}
.market-button-circle-right {
  border-radius: 50%;
  padding: 0.25em 0.8em;
  margin-left: -15px;
}
input.market-input-group-field {
  height: 20px;
  width: 70px;
  visibility: hidden;
  display: block;
}
input.market-input-group-field:before {
  visibility: hidden;
  height: 20px;
  width: 70px;
  display: block;
}
.course-section {
  border: 1px solid #007bff70;
  border-radius: 30px;
  padding: 30px;
}
.course-table {
  overflow-x: scroll;
}
.course_subtitle {
  color: #eeb701;
  font-size: 1.1em;
}
.right-poster img {
  width: 70%;
}
.col-6 .big-poster {
  width: 100%;
}
.england-sticker1 {
  position: absolute;
  top: 60vh;
  width: max-content;
  right: 10vw;
  z-index: 1;
  transform: rotate(5deg);
}
.england-sticker1 img {
  width: 20vw;
}
.england-sticker2 {
  position: absolute;
  width: max-content;
  top: 140vh;
  left: 0vw;
  z-index: 1;
  transform: rotate(-5deg);
}
.england-sticker2 img {
  width: 18vw;
}
.england-sticker3 {
  position: absolute;
  top: 350vh;
  right: 5vw;
  z-index: 1;
  transform: rotate(8deg);
}
.england-sticker3 img {
  width: 15vw;
}
.england-sticker4 {
  position: absolute;
  top: 400vh;
  left: 0;
  z-index: 1;
  transform: rotate(-8deg);
}
.england-sticker4 img {
  width: 12vw;
}
.england-sticker5 {
  position: absolute;
  top: 245vh;
  right: 0;
  z-index: 1;
  transform: rotate(4deg);
}
.england-sticker5 img {
  width: 15vw;
}
.england-sticker6 {
  position: absolute;
  top: 285vh;
  left: 2%;
  z-index: 1;
  transform: rotate(3deg);
}
.england-sticker6 img {
  width: 10vw;
}
.england-sticker7 {
  position: absolute;
  top: 600vh;
  left: 2%;
  z-index: 1;
}
.england-sticker7 img {
  width: 10vw;
}
.england-sticker8 {
  position: absolute;
  top: 650vh;
  right: 2%;
  z-index: 1;
}
.england-sticker8 img {
  width: 20vw;
}
.course-section img {
  max-height: 60px;
  width: auto;
}
.course-section .university-2-logo {
  max-width: 200px;
}

:checked + input.market-input-group-field {
  height: 20px;
  width: 70px;
  visibility: visible;
}
.market-form {
  background: linear-gradient(180deg, #f0a400 0%, #febc2d 61.9%);
}
.market-form-button {
  min-width: 290px;
    max-height: 66px;
    max-width: 345px;
    margin: auto;
    border: none;
    display: block;
    font-weight: 800;
    padding: 20px 20px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-shadow: 0px 1px 1px rgb(0 0 0 / 20%);
    font-size: 24px;
    line-height: 24px;
    background: -webkit-gradient( linear, left top, left bottom, from(#43a3fc), to(#00519c) );
    background: -o-linear-gradient(top, #43a3fc 0%, #00519c 100%);
    background: linear-gradient(
180deg
, #43a3fc 0%, #00519c 100%);
    border-radius: 37.5px;
    -webkit-box-shadow: 0px 4px 12px rgb(26 46 65 / 30%), inset 0px -15px 10px rgb(255 255 255 / 15%);
    box-shadow: 0px 4px 12px rgb(26 46 65 / 30%), inset 0px -15px 10px rgb(255 255 255 / 15%);

}
/* sm */
@media (min-width: 576px) {
  .mxh-sm-230vw {
    max-height: 220vw;
  }
  .preloader {
    left: 25%;
  }
  .england-sticker7 {
    top: 500vh;
  }
  .england-sticker8 {
    top: 550vh;
  }
  .england-sticker8 img {
    width: 15vw;
  }
}

/* md */
@media (min-width: 768px) {
  .mxh-md-200vw {
    max-height: 200vw;
  }
  .england-sticker2 img {
    width: 10vw;
  }
  .england-sticker6 img {
    width: 7vw;
  }
  .england-sticker7 {
    top: 370vh;
  }
  .england-sticker7 img {
    width: 5vw;
  }
  .england-sticker8 {
    top: 400vh;
  }
  .england-sticker4 {
    top: 220vh;
  }
  .england-sticker3 {
    top: 180vh;
    right: 0;
  }
}

/* lg */
@media (min-width: 992px) {
  .mxh-lg-100vw {
    max-height: 100vw;
  }
  .preloader {
    left: 30%;
  }
  .england-sticker3 {
    position: absolute;
    top: 180vh;
    right: 25vw;
    z-index: 1;
  }
  .england-sticker3 img {
    width: 10vw;
  }
  .england-sticker5 {
    position: absolute;
    top: 245vh;
    right: 30vw;
    z-index: 1;
  }
  .england-sticker5 img {
    width: 13vw;
  }
}

/* xl */
@media (min-width: 1200px) {
  .mxh-xl-80vw {
    max-height: 80vw;
  }
  .preloader {
    left: 34%;
  }
}

.review {
  min-width: 250px;
  margin: 10px;
  padding: 0;
}
.parent {
  font-style: italic;
  font-weight: 600;
}
.hidden {
  display: none !important;
}
.review p {
  margin-bottom: 8px;
  font-size: 13px;
  letter-spacing: 0.05px;
  line-height: 20px;
}
.review-list::-webkit-scrollbar,
.review-list blockquote::-webkit-scrollbar {
  display: none;
}
.review blockquote {
  background: rgba(255,233,110,1);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
  height: auto;
  padding: 25px 10px 15px;
  line-height: 17px;
  font-size: 13px;
  font-style: italic;
  box-shadow: 0px 1px 5px rgba(130, 132, 133, 0.2);
  border-radius: 20px;
  /* border: 1px rgba(243, 189, 51, 0.5) solid; */
}
.questions-item {
  padding: 5px;
  vertical-align: middle;
  margin: 10px 0;
  /* height: 35px; */
  overflow-y: hidden;
}
.question-onclick {
  font-weight: 700;
  margin-bottom: 5px;
}
.answer {
  display: none;
  font-size: 14px;
  margin-top: 10px;
}
.questions-item span {
  padding-bottom: 1px;
  border-bottom: 1px dashed #00000066;
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-angle-right:before {
  content: "\f105";
}
.yellow-arrow {
  color: rgb(243, 189, 51);
  font-size: 25px;
  margin-right: 15px;
}
.fa-angle-down,
.fa-angle-right {
  width: 30px;
  flex-grow: 0;
}
.time-mode {
  font-size: 13px !important;
  line-height: 16px !important;
  color: #777777;
}
.questions {
  margin-bottom: 60px;
  padding: 0;
}
.cursor-pointer {
  cursor: pointer;
}
.scattered-picture-1 {
  position: absolute;
  top: 0px;
  left: 3vw;
  z-index: 0;
}
.scattered-picture-2 {
  position: absolute;
  bottom: -5vh;
  right: 5vw;
}
.scattered-picture-3 {
  position: absolute;
  top: -11vh;
  left: -6vw;
}
.scattered-picture-4 {
  position: absolute;
  bottom: -21vh;
  right: 2vw;
  transform: rotate(17deg);
}
.scattered-picture-5 {
  position: absolute;
  bottom: -15vh;
  right: 2vw;
  transform: rotate(17deg);
}
.scattered-picture-6 {
  position: absolute;
  top: 35vh;
  left: -2vw;
  transform: rotate(17deg);
}
.scattered-picture-7 {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 5vw;
  transform: rotate(20deg);
}
.list ul li::before {
  content: "● ";
  color: rgb(243, 189, 64) !important;
  font-weight: 900;
  font-size: 17px;
  position: absolute;
  left: 12px;
}
.list-beginners ul li::before {
  content: "● ";
  color: rgb(243, 189, 64) !important;
  font-weight: 900;
  font-size: 17px;
  position: absolute;
  left: -2px;
}
.list-beginners ul li {
  list-style-type: none;
  color: #000 !important;
}
.list ul li {
  list-style-type: none;
  color: #000 !important;
}
.list ol {
  color: rgb(243, 189, 64) !important;
  font-weight: 900;
}
.list ol p {
  color: #000;
  font-weight: 500;
}
.sticky1 {
  position: fixed;
  top: 88%;
  z-index: 20;
  right: -5px;
  margin-right: 0;
}
.sticky2 {
  display: none;
  background-color: rgba(0, 0, 0, 0.35);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
}
.reco-image {
  max-width: 350px;
  height: auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.popup-form {
  background-color: #fff;
  position: relative;
  top: 5%;
  left: 10px;
  border-radius: 10px;
  width: calc(100% - 20px);
  padding: 40px 30px 0 0;
}
.close-button {
  position: absolute;
  right: 20px;
  top: 2%;
  height: 30px;
  width: 30px;
  font-size: 25px;
  background-color: #fff;
  border: none;
}
.reviews-block {
  max-width: 1200px;
}
.info-block {
  max-width: 1200px;
}
.first-tab {
  display: flex;
  position: relative;
  background-color: #fff;
  padding: 60px;
  border-radius: 0 0 30px 30px;
  border: 20px solid #43a3fc;
}
.second-tab {
  display: none;
  position: relative;
  background-color: #fff;
  padding: 60px;
  border-radius: 0 0 30px 30px;
  border: 20px solid #43a3fc;
}
.sticker-description {
  background: -o-linear-gradient(top, #e6d53f 0%, #f8ec80 20%);
  background: linear-gradient(180deg, #e6d53f 0%, #f8ec80 20%);
  width: 280px;
  font-family: "Caveat";
  padding: 20px 30px;
  color: #213280;
  text-align: center;
  box-shadow: 0px 1px 2px rgba(130, 132, 133, 0.2);
  transform: rotate(-10deg);
  position: absolute;
  top: -105px;
  right: 0;
  font-size: 28px;
  line-height: 26px;
  border-radius: 3px;
  z-index: 5;
}
.sticker-conf {
  width: 290px;
  background: -o-linear-gradient(left, #e6d53f 0%, #f8ec80 20%);
  background: linear-gradient(90deg, #e6d53f 0%, #f8ec80 20%);
  font-family: "Caveat", cursive;
  color: #213280;
  box-shadow: 0px 1px 2px rgba(130, 132, 133, 0.2);
  text-align: center;
  height: 100px;
  transform: rotate(2deg);
  position: absolute;
  left: 70px;
  top: 1490px;
  font-size: 28px;
  line-height: 26px;
  border-radius: 3px;
}
.sticker-conf span {
  font-size: 90px;
  padding-bottom: 28px;
}
.sticker-done span {
  font-size: 120px;
}
.sticker-done {
  position: absolute;
  font-size: 28px;
  line-height: 26px;
  font-family: "Caveat", cursive;
  color: #213280;
  bottom: 0;
  left: 90px;
}
.sticker-main {
  font-family: "Caveat", cursive;
  font-size: 28px;
  transform: rotate(2deg);
  color: #213280;
  position: relative;
  margin-left: -10px;
  bottom: -17px;
  background: -o-linear-gradient(top, #e6d53f 0%, #f8ec80 20%);
  background: linear-gradient(180deg, #e6d53f 0%, #f8ec80 20%);
  box-shadow: 0px 1px 2px rgba(130, 132, 133, 0.2);
  width: 400px;
}
.sticker-main span {
  position: absolute;
  top: 50%;
  left: 170px;
}
.versions {
  padding: 0;
  margin: 0;
}
.comp-version,
.mob-version {
  list-style-type: none;
  font-weight: 700;
  font-size: 28px;
  padding: 20px;
  background-color: #eee;
  border-radius: 30px 30px 0 0;
  color: #aaa;
}
.comp-version:hover,
.mob-version:hover {
  color: #000;
  background-color: #c3e2ff;
}
.choosen-version,
.choosen-version:hover {
  background-color: #43a3fc;
  border: none !important;
  border-radius: 30px 30px 0 0;
  color: #fff;
}
.number {
  font-size: 40px;
  padding: 0;
  font-weight: 900;
  line-height: 40px;
  color: #f0cc00;
}
.about-us-photos img {
  border: 20px #fff solid;
  box-shadow: 0px 5px 10px rgba(130, 132, 133, 0.2);
  border-radius: 3px;
  position: absolute;
}
.cardX {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: space-between;
}
.video-player {
  width: 100%;
  height: 400px;
}
.seo-text {
  font-size: 12px;
  color: #888;
  padding: 20px 40px;
  margin-bottom: -40px;
  border-top: 1px solid #dfdfdf;
}
.rev-photo img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.rev-name {
  font-size: 18px;
  font-weight: 600;
  margin-top: 5px;
  line-height: 22px;
}
.rev-account, .rev-city, .rev-date {
  opacity: 0.8;
  font-size: 13px;
  line-height: 20px;
}
.zero-height {
  font-size: 0;
  line-height: 0!important;
  height: 0!important;
  width: 0;
  position: absolute;
}

@media (min-width: 1200px) {
  h1.landing {
    font-size: 72px !important;
    line-height: 110% !important;
  }

  h2.landing {
    font-size: 32px;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .sticker {
    display: none;
  }
  .review blockquote {
    padding: 15px 5px;
    font-size: 12px;
  }
}

.do_know {
  font-size: 24px;
  line-height: 30px;
  text-align: left;
}
.test > div > a,
.sticky1 button, .cta-button button {
  min-width: 290px;
  max-height: 66px;
  max-width: 345px;
  margin: auto;
  border: none;
  display: block;
  font-weight: 800;
  padding: 20px 20px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 24px;
  line-height: 24px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#43a3fc),
    to(#00519c)
  );
  background: -o-linear-gradient(top, #43a3fc 0%, #00519c 100%);
  background: linear-gradient(180deg, #43a3fc 0%, #00519c 100%);
  border-radius: 37.5px;
  -webkit-box-shadow: 0px 4px 12px rgba(26, 46, 65, 0.3),
    inset 0px -15px 10px rgba(255, 255, 255, 0.15);
  box-shadow: 0px 4px 12px rgba(26, 46, 65, 0.3),
    inset 0px -15px 10px rgba(255, 255, 255, 0.15);
}
.sticky1 button {
  transform: scale(0.8);
  margin-right: 0;
}
.consult-button {
  max-width: 250px;
}
.consult-button button {
  position: relative;
  left: 0;
  top: 45px;
  z-index: 4;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 17px;
  max-height: 80px;
  min-width: 220px;
}
.test > div > a:hover,
.sticky1 button:hover, .cta-button button:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#53acff),
    to(#006ed5)
  );
  background: -o-linear-gradient(top, #53acff 0%, #006ed5 100%);
  background: linear-gradient(180deg, #53acff 0%, #006ed5 100%);
  border-radius: 37.5px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.cta-button {
  margin-top: -30px;
  margin-bottom: 30px;
}
button:focus {
  outline: none;
}
.test > div > button:active {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgb(39, 74, 170)),
    to(rgb(12, 27, 88))
  );
  background: -o-linear-gradient(
    top,
    rgb(39, 74, 170) 0%,
    rgb(12, 27, 88) 100%
  );
  background: linear-gradient(
    180deg,
    rgb(39, 74, 170) 0%,
    rgb(12, 27, 88) 100%
  );
  -webkit-box-shadow: 0px 9px 18px rgba(2, 47, 198, 0.2),
    inset 0px -15px 10px rgba(255, 255, 255, 0.15);
  box-shadow: 0px 9px 18px rgba(2, 47, 198, 0.2),
    inset 0px -15px 10px rgba(255, 255, 255, 0.15);
}
.help {
  margin-top: auto;
  text-align: right;
  font-size: 16px;
  max-width: 420px;
  padding-left: 30px;
}
.help > a {
  color: #000000;
  text-decoration: underline;
}
.help > a:hover {
  color: #0034c7;
}
.help > a:active {
  color: rgb(2, 36, 129);
}
a:active {
  color: rgb(2, 36, 129);
}
.subjects {
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.subjects > div > h2 {
  margin-left: 10px;
  padding: 20px 60px;
  margin-top: 20px;
  font-weight: bold;
  font-size: 40px;
  line-height: 44px;
}
.product_article img {
  width: 100%;
  margin-top: 0.5em;
  margin-bottom: 1.5em;
}
.product_article iframe {
  margin-bottom: 1em;
  width: 48vw;
  height: 27vw;
}
.products {
  width: 100%;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 275px;
  overflow-x: scroll;
  margin: auto;
}
.products > .col {
  padding: 0 8px 0 7px;
}
div > .products > .col > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  width: 190px;
  height: 190px;
  padding: 0 5px 29px;
  margin-left: 5px;
  margin-top: 20px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  margin-bottom: 15px;
  color: rgba(0, 0, 0, 0.75);
  -webkit-animation: light 0.3s;
  animation: light 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  text-align: center;
}
@-webkit-keyframes dark {
  from {
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
  }
  to {
    -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.35);
  }
}
@keyframes dark {
  from {
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
  }
  to {
    -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.35);
  }
}
@-webkit-keyframes light {
  from {
    -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.35);
  }
  to {
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
  }
}
@keyframes light {
  from {
    -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.35);
  }
  to {
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
  }
}
.products > .col > span:hover {
  -webkit-animation: dark 0.3s;
  animation: dark 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  color: rgba(0, 0, 0, 1);
  -webkit-text-decoration: underline #ffffff;
  text-decoration: underline #ffffff;
}
.products > .col:hover {
  -webkit-text-decoration: underline #ffffff;
  text-decoration: underline #ffffff;
}
.products > .col:active {
  opacity: 0.5;
}
div > .products > .programs > span {
  text-align: center;
  padding-bottom: 12px;
}
.features {
  background-color: #febc2d;
  background-image: url("../images/american_pattern-2.png");
  background-size: 35vh 25vh;
  opacity: 1;
  background-position: 0% 0%;
  width: 100%;
  padding: 25px 0 !important;
  padding-bottom: 45px !important;
  margin: 0;
}
.feature {
  max-width: 1000px;
  margin: auto;
}
.feature > .col {
  margin: 20px auto;
}
.why {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 36px;
  line-height: 44px;
  font-weight: bold;
  margin-top: 22px;
}
.white-text {
  color: #ffffff;
  font-weight: bold;
  font-size: 40px;
  line-height: 49px;
  margin: 15px 0px;
}
.center {
  text-align: center;
  width: 280px;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 0px;
}
.stick {
  position: absolute;
  right: 0px;
  top: 10px;
  width: 350px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  line-height: 22px;
}
.last {
  margin-bottom: 40px;
}
.insta-icon {
  position: absolute;
  top: 13px;
  font-size: 35px;
  color: #f5be46;
}
.insta-section {
  width: 100%;
  padding: 0;
}
.insta-ref {
  margin-left: 0px;
  margin-top: 20px;
}
.insta-ref > span {
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  margin: 10px 40px;
}
.insta-ref > p {
  position: absolute;
  top: 50px;
  left: 15px;
  font-weight: 600;
  font-size: 12px;
  line-height: 22px;
  margin: -15px 55px;
  color: rgba(0, 0, 0, 0.5);
}
.photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  height: 240px;
  margin-top: 35px;
  margin-bottom: 25px;
  overflow-x: scroll;
  overflow-y: hidden;
}
.photos > .col {
  padding: 0px;
  margin-left: 10px;
}
.photos > .col > div {
  margin-top: 15px;
  -webkit-animation: light 0.3s;
  animation: light 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.photos > .col > div:hover {
  -webkit-animation: dark 0.3s;
  animation: dark 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.insta-photo {
  margin-right: 5px;
  min-width: 180px;
  max-width: 180px;
  min-height: 180px;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}
.text {
  padding: 0;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  margin-top: 10px;
}
.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.request {
  padding: 25px 0 !important;
  border-top: 1px solid #dfdfdf;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hreq {
  margin-top: 50px;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  color: #000000;
}
h4 {
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #000000;
  margin: 25px 20px;
}

label {
  font-weight: 500;
  font-size: 16px;
}
.red {
  color: red;
}
.col-one {
  position: relative;
  left: 88px;
}
.col-two {
  position: relative;
  left: 30px;
}
.right {
  position: relative;
  left: -70px;
}
pre {
  margin: auto;
  font-family: "Montserrat", sans-serif;
}
input {
  border: 1px solid #999999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 10px 15px;
  outline: none;
}
input:focus {
  border: 1px solid#FEBC2D;
}
.test-fieldset {
  width: 100%;
}
.test-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.test-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}
.test-container:hover input ~ .checkmark {
  background-color: #ccc;
}
.test-container input:checked ~ .checkmark {
  background-color: #ffb618;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.test-container input:checked ~ .checkmark:after {
  display: block;
}
.test-container .checkmark:after {
  top: 8px;
  left: 8px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: white;
}
.test-button {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(7.22%, #ffb618),
    color-stop(96.8%, #d46600)
  );
  background: -o-linear-gradient(top, #ffb618 7.22%, #d46600 96.8%);
  background: linear-gradient(180deg, #ffb618 7.22%, #d46600 96.8%);
  -webkit-box-shadow: inset 0px 0px 5px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0px 0px 5px rgba(255, 255, 255, 0.3);
  border: none;
  color: #ffffff;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 25px;
}
.back-button {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#43a3fc),
    to(#00519c)
  );
  background: -o-linear-gradient(top, #43a3fc 0%, #00519c 100%);
  background: linear-gradient(180deg, #43a3fc 0%, #00519c 100%);
  -webkit-box-shadow: inset 0px 0px 5px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0px 0px 5px rgba(255, 255, 255, 0.3);
  border: none;
  color: #ffffff;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 25px;
}
.result {
  width: auto;
  height: 45px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 150px;
  padding: 10px 50px;
}
.last-button {
  margin-left: 150px;
}
.map {
  max-width: 380px;
  min-width: 200px;
  height: auto;
  background: #c4c4c4;
  border-radius: 20px;
  border: 1px solid #999999;
}
.button {
  position: relative;
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(7.22%, #ffb618),
    color-stop(96.8%, #d46600)
  );
  background: -o-linear-gradient(top, #ffb618 7.22%, #d46600 96.8%);
  background: linear-gradient(180deg, #ffb618 7.22%, #d46600 96.8%);
  -webkit-box-shadow: inset 0px 0px 5px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0px 0px 5px rgba(255, 255, 255, 0.3);
  border-radius: 25px;
  -webkit-box-shadow: 0px 9px 18px rgba(2, 47, 198, 0.2),
    inset 0px -15px 10px rgba(255, 255, 255, 0.15);
  box-shadow: 0px 9px 18px rgba(2, 47, 198, 0.2),
    inset 0px -15px 10px rgba(255, 255, 255, 0.15);
  border: none;
}
.button:hover,
.test-button:hover {
  -webkit-box-shadow: 0px 9px 18px rgba(231, 127, 0, 0.3),
    inset 0px -15px 10px rgba(255, 255, 255, 0.15);
  box-shadow: 0px 9px 18px rgba(231, 127, 0, 0.3),
    inset 0px -15px 10px rgba(255, 255, 255, 0.15);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(7.22%, #ffc444),
    color-stop(96.8%, #ff7a00)
  );
  background: -o-linear-gradient(top, #ffc444 7.22%, #ff7a00 96.8%);
  background: linear-gradient(180deg, #ffc444 7.22%, #ff7a00 96.8%);
}
.button:active,
.test-button:active {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(7.22%, rgb(247, 178, 30)),
    color-stop(96.8%, rgb(182, 89, 1))
  );
  background: -o-linear-gradient(
    top,
    rgb(247, 178, 30) 7.22%,
    rgb(182, 89, 1) 96.8%
  );
  background: linear-gradient(
    180deg,
    rgb(247, 178, 30) 7.22%,
    rgb(182, 89, 1) 96.8%
  );
}
.submit-button {
  min-width: 200px;
}
.disabled-button, .disabled-button:hover {
  cursor: initial;
  -webkit-box-shadow: 0px 9px 18px rgba(105, 92, 77, 0.3),
  inset 0px -15px 10px rgba(255, 255, 255, 0.15);
  box-shadow: 0px 9px 18px rgba(105, 92, 77, 0.3),
  inset 0px -15px 10px rgba(255, 255, 255, 0.15);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(7.22%, rgb(179, 163, 129)),
    color-stop(96.8%, rgb(105, 89, 74))
  );
  background: -o-linear-gradient(
    top,
    rgb(179, 163, 129) 7.22%,
    rgb(105, 89, 74) 96.8%
  );
  background: linear-gradient(
    180deg,
    rgb(179, 163, 129) 7.22%,
    rgb(105, 89, 74) 96.8%
  );
  color: #ddd;
}
.desc-picture img {
  height: 450px;
  width: auto;
}
.partners {
  position: relative;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}
.partH {
  text-align: center;
  margin-top: 30px;
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  color: #000000;
}
.part-logos {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.partner {
  text-align: center;
  margin: 0 auto 10px;
  height: 200px;
  min-width: 300px;
  padding: 20px;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  color: rgba(0, 0, 0, 0.5);
}
.partner > div {
  margin: 10px auto;
  width: 70%;
  max-width: 250px;
}
.footer {
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #dfdfdf;
  min-height: 375px;
  padding: 30px 10px 50px;
  margin-top: 40px;
}
.footer > .col-3 {
  min-width: 200px;
}
.isons-footer {
  width: 70%;
}
.footer > div > a {
  font-size: 15px;
  font-weight: 500;
  color: #666666;
  line-height: 18px;
  padding: 10px 30px;
}
.footer > div > a:hover {
  color: #0034c7;
}
.footer > div > a:active {
  color: rgb(2, 36, 129);
}
.social {
  max-height: 100px;
  font-size: 14px;
  line-height: 22px;
  padding: 30px 30px 20px 30px;
}
.phone-number {
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 15px;
  line-height: 23px;
  color: #666666;
}
.icons-footer > a {
  padding: 10px;
}
.icons-footer {
  width: 160px;
  min-height: 130px;
  line-height: 20px;
  margin-top: 10px;
  margin-left: -10px;
}
.copyright {
  padding: 20px;
  font-weight: 500;
  font-size: 15px;
  line-height: 23px;
  color: #666666;
}
.address {
  font-size: 16px;
  line-height: 28px;
}
.address-list > li {
  list-style-type: none;
  padding-left: 1em;
  text-indent: -1em;
}
.address-list > li:before {
  content: "–";
  padding-right: 0.5em;
}
.badges {
  padding-bottom: 30px;
  line-height: 56px;
}
.email {
  font-size: 16px;
  line-height: 28px;
  padding-top: 30px;
}
.footer-phones > span {
  font-size: 16px;
  line-height: 28px;
  padding-right: 50px;
}
.footer-phones {
  margin-top: 0px;
}
.menu {
  background-image: url("../images/hamburger-menu.svg");
  background-size: 25px 30px;
  margin-top: 40px;
  margin-left: 5px;
  height: 30px;
  width: 25px;
}
.copyright-2 {
  /* position: relative; */
  color: #666666;
  left: 20px;
  padding-top: 10px;
  padding-bottom: 30px;
  width: 300px;
}
.news-background {
  position: absolute;
  top: 0px;
  z-index: -1;
  background-image: url("../img/news-background.jpg");
  background-size: cover;
  opacity: 0.2;
  width: 100%;
  height: 270px;
}
.image > p {
  padding: 5px;
  font-size: 13px;
  color: #666666;
}
article > p > a {
  color: #6495ed;
  text-decoration: underline;
}
article h1 {
  font-size: 36px;
  line-height: 46px;
  margin: 50px 0px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.article-image {
  width: 50%;
  height: auto;
}
article > ul {
  margin-left: 20px;
}
.main {
  padding-bottom: 20px;
}
.products::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
  display: none !important;
}
.countries::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}
.photos::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}
.scrollbar::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}
.back {
  margin-top: -90px;
  width: auto;
  height: 510px;
}
.country-background {
  position: absolute;
  top: 0px;
  background-image: url("../img/usa-back-pro.jpg");
  background-color: #cccccc;
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  height: 405px;
}
.name {
  position: relative;
  top: 262px;
  font-weight: 900;
  font-size: 150px;
  line-height: 0px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  -webkit-font-feature-settings: "kern" off;
  font-feature-settings: "kern" off;
  color: #ffffff;
  left: 10%;
}
.article-country {
  margin-top: 300px;
  font-size: 16px;
  line-height: 24px;
}
.article-country > section > h1 {
  margin-bottom: 25px;
  line-height: 1em;
  font-size: 36px;
}
.article-country > section > h2 {
  font-size: 22px;
  margin-bottom: 15px;
}
.fly > div > span {
  font-size: 12px;
}
.fly > .col {
  padding: 0;
}
.plane-1,
.plane-2 {
  min-width: 64px;
  height: 30px;
  margin-top: 10px;
  font-size: 28px;
  margin-left: -10px;
}
.plane-2 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.schedule {
  margin-top: 30px;
}
.schedule table,
th,
tr,
td {
  border: 1px solid #cccccc;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  margin-right: 20px;
}
.schedule > h3 {
  padding: 20px 0;
}
.first-table th,
.first-table td,
.first-table tr {
  text-align: left;
}
.section-row {
  width: 98%;
}
.card {
  max-width: 615px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fdfdfd),
    to(#f3f3f3)
  );
  background: -o-linear-gradient(top, #fdfdfd 0%, #f3f3f3 100%);
  background: linear-gradient(180deg, #fdfdfd 0%, #f3f3f3 100%);
  border: 1px solid #cccccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2),
    0px 3px 16px rgba(0, 0, 0, 0.1), 0px 2px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2), 0px 3px 16px rgba(0, 0, 0, 0.1),
    0px 2px 30px rgba(0, 0, 0, 0.05);
  border-radius: 37.5px;
  padding: 0;
  margin-top: 45px;
}
.card > h3 {
  font-weight: bold;
  font-size: 22px;
  line-height: 22px;
  padding: 25px 10px 20px 45px;
  color: #ffffff;
  border-radius: 37.5px 37.5px 0px 0px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#43a3fc),
    to(#00519c)
  );
  background: -o-linear-gradient(top, #43a3fc 0%, #00519c 100%);
  background: linear-gradient(180deg, #43a3fc 0%, #00519c 100%);
}
.card-2 > h3 {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f3a700),
    to(#febc2d)
  );
  background: -o-linear-gradient(top, #f3a700 0%, #febc2d 100%);
  background: linear-gradient(180deg, #f3a700 0%, #febc2d 100%);
}
.description {
  padding-top: 25px;
  padding-left: 45px;
}
.info {
  border-left: 1px dashed #cccccc;
  padding-right: 0;
}
.description > a {
  color: #3d6ae9;
  text-decoration: underline;
}
.description > a:hover {
  color: #0034c7;
}
.span {
  font-size: 12px;
  line-height: 12px;
}
.small-icons {
  font-size: 30px;
  margin-top: 8px;
  margin-left: -10px;
}
.fp1,
.fp2 {
  list-style-type: none;
}
.info {
  padding-top: 20px;
}
.cost {
  margin-top: 160px;
  padding-bottom: 30px;
  margin-bottom: 0;
}
.cost > div > p {
  font-size: 24px;
  line-height: 24px;
}
.req-for-intensiv-1 {
  margin-top: 100px;
  padding: 7%;
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#43a3fc),
    to(#00519c)
  );
  background: -o-linear-gradient(top, #43a3fc 0%, #00519c 100%);
  background: linear-gradient(180deg, #43a3fc 0%, #00519c 100%);
  -webkit-box-shadow: inset 0px 0px 5px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0px 0px 5px rgba(255, 255, 255, 0.3);
  border-radius: 37.5px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 9px 18px rgba(2, 47, 198, 0.2),
    inset 0px -15px 10px rgba(255, 255, 255, 0.15);
  box-shadow: 0px 9px 18px rgba(2, 47, 198, 0.2),
    inset 0px -15px 10px rgba(255, 255, 255, 0.15);
  margin-bottom: 30px;
}
.req-for-intensiv-1 a,
.req-for-intensiv-2 a {
  text-decoration: none;
  text-align: center;
  color: #ffffff;
}
.req-for-intensiv-1:hover,
.req-for-intensiv-2:hover,
.back-button:hover {
  -webkit-filter: saturate(180%) brightness(120%);
  filter: saturate(180%) brightness(120%);
}
.req-for-intensiv-1:active,
.req-for-intensiv-2:active,
.back-button:active {
  border: none;
  -webkit-filter: saturate(150%) brightness(70%);
  filter: saturate(150%) brightness(70%);
}
.req-for-intensiv-2 {
  margin-top: 25px;
  padding: 7%;
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffc955),
    to(#db9600)
  );
  background: -o-linear-gradient(top, #ffc955 0%, #db9600 100%);
  background: linear-gradient(180deg, #ffc955 0%, #db9600 100%);
  -webkit-box-shadow: inset 0px 0px 5px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0px 0px 5px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0px 9px 18px rgba(237, 60, 1, 0.2),
    inset 0px -15px 10px rgba(255, 255, 255, 0.15);
  box-shadow: 0px 9px 18px rgba(237, 60, 1, 0.2),
    inset 0px -15px 10px rgba(255, 255, 255, 0.15);
  border-radius: 37.5px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 9px 18px rgba(2, 47, 198, 0.2),
    inset 0px -15px 10px rgba(255, 255, 255, 0.15);
  box-shadow: 0px 9px 18px rgba(2, 47, 198, 0.2),
    inset 0px -15px 10px rgba(255, 255, 255, 0.15);
  margin-bottom: 30px;
}
td:nth-child(2),
td:nth-child(3) {
  text-align: right;
}
.plus {
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  color: #666666;
}
.poster img {
  width: 100%;
  margin: auto;
  border: 1px solid #999999;
}
.post_article img {
  max-width: 80%;
  max-height: 60vh;
  margin-top: 0.5em;
  margin-bottom: 1.5em;
}
.post_article iframe {
  max-width: 80%;
  max-height: 60vh;
  margin-top: 0.5em;
  margin-bottom: 1.5em;
}
.none {
  position: absolute;
  display: block;
  z-index: 10;
  top: -1186px;
  left: 15px;
  width: calc(100% - 30px);
  padding: 0;
  height: auto;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.08);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
.up {
  -webkit-animation: up 1s;
  animation: up 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.mobile {
  position: absolute;
  display: block !important;
  width: calc(100% - 30px);
  height: auto;
  z-index: 10;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.08);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  -webkit-animation: down 1s;
  animation: down 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.submenu-mobile li:first-child {
  margin-top: 5px;
}
.submenu-mobile li {
  color: #ccc !important;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 15px;
}
.menu-footer ul li {
  padding: 5px 10px;
  list-style: none;
  display: inline-block;
  width: 45%;
  min-width: 190px;
}
.href {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #666666;
}
.menu-footer ul {
  column-count: 2;
  column-gap: 0;
  margin-left: 25px;
}
.shadow-none {
  box-shadow: none;
  -webkit-box-shadow: none;
}
@-webkit-keyframes down {
  from {
    top: -1186px;
  }
  to {
    top: 0px;
  }
}

@keyframes down {
  from {
    top: -1186px;
  }
  to {
    top: 0px;
  }
}

@-webkit-keyframes up {
  from {
    top: 0px;
  }
  to {
    top: -1186px;
  }
}

@keyframes up {
  from {
    top: 0px;
  }
  to {
    top: -1186px;
  }
}
.mobile > div,
.none > div {
  margin: 20px 25px;
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
}
.mobile > button,
.none > button {
  width: 60px;
  height: 50px;
  background-image: url("../images/close-menu.svg");
  background-size: 20px 20px;
  background-position: 40% 40%;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.9);
  outline: none;
  border: none;
}
.textbook-block-gray {
  opacity: 0.4;
}
@media (min-width: 1500px) {
  .test > div > a {
    display: block;
    max-width: 500px;
  }
}
@media (max-width: 1305px) {
  .back {
    width: auto;
    height: 510px;
  }
}
@media (min-width: 1216px) {
  .text-b {
    margin-top: 12px;
  }
}
@media (max-width: 1199px) {
  .insta-section {
    margin-top: 20px;
  }
  .text-b {
    margin-top: 24px;
  }
  .menu-h li,
  .dropList li {
    font-size: 15px;
  }
  .age-group {
    font-size: 14px;
    padding: 0 20px 20px;
  }
}
@media (max-width: 1215px) {
  .map {
    min-width: 100%;
    height: auto;
  }
  .menu-h > ul > li {
    padding: 0 0.7vw;
  }
  .text-b {
    margin: 10px auto;
  }
  .flying1,
  .flying3 {
    left: 5%;
  }
  .flying2,
  .flying4 {
    right: 5%;
  }
}
@media (max-width: 1009px) {
  .logo {
    min-width: 75px;
    margin: auto;
  }
  .test {
    margin-top: -17px;
    padding: auto;
  }
  .menu-footer {
    margin-bottom: 40px;
    padding-left: 40px;
  }
  .address,
  .email,
  .footer-phones {
    padding-left: 50px;
  }
  .email,
  .badges {
    padding: 20px 40px;
  }
  article h1 {
    font-size: 26px;
    line-height: 30px;
  }
  .copyright-2 {
    left: 50px;
  }
  /* .menu-h li {
    font-size: ;
  } */
  .group-table td,
  .group-table th,
  .group-table tr {
    font-size: 14px;
    padding: 10px 20px;
  }
  .group-table th {
    padding: 10px 20px;
  }
}
@media (max-width: 991px) {
  .group-table td,
  .group-table th,
  .group-table tr {
    font-size: 14px;
    padding: 5px;
  }
  .group-table th {
    padding: 5px;
  }
  .name {
    font-size: 120px;
    top: 272px;
  }
  .fp2 {
    display: none;
  }
  .phone-button a {
    margin-right: 8px;
  }
  .menu-footer ul li {
    width: 90%;
  }
  .footer-phones {
    padding-left: 20px;
    font-size: 14px;
  }
  .address,
  .badges,
  .email {
    padding-left: 20px;
    font-size: 14px;
  }
  .logo {
    margin: auto;
  }
  .drop {
    position: relative;
  }
  .breadcrumb {
    padding-bottom: 0 !important;
  }
  .video-player {
    height: 250px;
  }
  .first-tab,
  .second-tab {
    padding: 30px;
  }
  .change-order {
    order: -3;
  }
}
@media (max-width: 850px) {
  label {
    font-size: 14px;
  }
  .desc-picture img {
    height: 350px;
    width: auto;
  }
  .comp-version,
  .mob-version {
    font-size: 18px;
  }
  .first-tab,
  .second-tab {
    border-width: 5px;
  }
  .last-news {
    display: block;
    line-height: 24px;
    top: 355px;
    width: 100%;
    min-height: 170px;
    padding: 20px 25px 65px;
    border-radius: 0;
  }
  .last-news a h3 {
    margin: 0;
  }
  .back {
    background-position: 50% 50%;
  }
  .countries {
    position: relative;
    top: 0px;
    width: 100%;
    height: 165px;
    border-radius: 0px;
    background: rgba(255, 255, 255, 1);
  }
  .test {
    margin-top: 0px;
  }
  .motto-1 {
    font-size: 36px;
    line-height: 40px;
    padding-left: 10px;
    padding-top: 45px;
  }
  .motto-2 {
    line-height: 23px;
    margin-left: 10px;
    width: 100%;
  }
  div > .products > .col > span {
    width: 180px;
    height: 180px;
    font-weight: bold;
    line-height: 17px;
    padding-bottom: 20px;
  }
  .icon {
    margin: auto;
  }
  .products {
    height: 270px;
  }
  .menu-footer {
    margin-bottom: 30px;
    padding-left: 5px;
  }
  .test-fieldset {
    min-width: 300px;
  }
  .copyright-2 {
    left: 25px;
  }
  .flying1,
  .flying2,
  .flying3,
  .flying4 {
    position: relative;
    left: 0;
    top: 0;
    min-width: 280px;
  }
}
@media (max-width: 810px) {
  .hreq {
    margin-top: 40px;
    font-size: 29px;
    line-height: 29px;
  }
  input {
    padding: 5px;
  }
  .head-online-learning {
    font-size: 40px;
    padding-bottom: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .cta-button button {
    transform: scale(0.8);
  }
}
@media (max-width: 767px) {
  .country-background {
    height: 210px;
  }
  .name {
    font-size: 50px;
    top: 103px;
  }
  .last-button,
  .result {
    margin-left: 30px;
  }
  .cost {
    margin: 0;
    padding-bottom: 0;
  }
  .req-for-intensiv-2,
  .req-for-intensiv-1 {
    margin-top: 10px;
    padding: 20px 40px;
  }
  .schedule h3 {
    padding: 10px 0;
  }
  .schedule table {
    font-size: 12px;
  }
  .schedule table td,
  .schedule table th {
    padding: 5px;
  }
  .poster img {
    width: auto;
    margin-bottom: 30px;
  }

  .article-country {
    margin-top: 70px;
  }
  .article-country section h1 {
    font-size: 30px;
  }
  .test-form {
    left: 0;
  }
  input {
    padding: 3px;
  }
  .info {
    padding-left: 45px;
    border: none;
  }
  .breadcrumb {
    margin-top: 3.5rem !important;
    margin-bottom: 0 !important;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 630px) {
  .answer {
    padding-top: 5px;
  }
  .head-online-learning {
    font-size: 40px;
  }
  .large-header {
    font-size: 30px !important;
  }
  .group-table td,
  .group-table th,
  .group-table tr {
    font-size: 14px;
    padding: 5px 10px;
  }
  .group-table th {
    padding: 5px 10px;
  }
  .partner {
    display: block;
    max-width: 170px;
    min-width: 160px;
    margin: 20px;
    height: 100px;
    margin: 10px;
    padding: 0;
  }
  .poster img {
    width: 70%;
  }
  .partner div:last-child {
    display: none;
  }
  .partner > div {
    margin: 10px;
  }
  .video-player {
    height: 200px;
  }
}
@media (max-width: 640px) {
  .preloader {
    left: 25%;
  }
  .product_article iframe {
    width: 80vw;
    height: 44vw;
  }

  .post_article article img {
    max-width: 100%;
    max-height: 50vh;
  }

  .post_article iframe {
    max-width: 100%;
    max-height: 30vh;
  }
  .sticky1 {
    transform: scale(0.6) !important;
    right: -13%;
  }
  .article-country iframe {
    width: 80vw;
    height: 44vw;
  }
  .popup-form {
    top: 2% !important;
  }
}
@media (max-width: 435px) {
  .none {
    position: absolute;
    display: block;
    top: -1180px;
    height: auto;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
  }
  .up {
    -webkit-animation: up 1s;
    animation: up 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .mobile {
    position: absolute;
    padding-top: 20px;
    display: block !important;
    width: calc(100% - 14px);
    height: auto;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.08);
    box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.08);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    -webkit-animation: down 1s;
    animation: down 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  @-webkit-keyframes down {
    from {
      top: -1180px;
    }
    to {
      top: 0px;
    }
  }
  @keyframes down {
    from {
      top: -1180px;
    }
    to {
      top: 0px;
    }
  }
  @-webkit-keyframes up {
    from {
      top: 0px;
    }
    to {
      top: -1180px;
    }
  }
  @keyframes up {
    from {
      top: 0px;
    }
    to {
      top: -1180px;
    }
  }
}
@media (max-width: 400px) {
  .preloader {
    left: 30%;
  }
  .name {
    font-size: 50px;
    top: 83px;
  }
  .desc-picture img {
    height: 250px;
    width: auto;
  }
  .scattered-picture-5 {
    position: absolute;
    bottom: -15vh;
    left: 25%;
    transform: rotate(0deg);
  }
  .group-table td,
  .group-table th,
  .group-table tr {
    font-size: 12px;
    padding: 2px 5px;
    line-height: 14px;
  }
  .group-table th {
    padding: 2px 5px;
    font-weight: 500;
  }
  .large-header {
    font-size: 25px !important;
    line-height: 28px !important;
  }
  .small-header {
    font-size: 20px;
    line-height: 23px;
  }
  .head-online-learning {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 30px;
  }
  .comp-version,
  .mob-version {
    font-size: 20px;
  }
  .first-tab,
  .second-tab {
    border-width: 5px;
    padding: 30px 0;
  }
  .number {
    padding-bottom: 5px;
    font-size: 30px !important;
  }
  .info {
    padding-left: 30px;
  }
  .description p {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .article-country {
    margin-top: 100px;
  }
  .article-country section h1 {
    font-size: 25px;
  }
  .article-country section h2 {
    font-size: 20px;
  }
  .country-background {
    height: 190px;
  }
  .online {
    position: absolute;
    top: 90px;
    font-size: 16px;
  }
  .last-news {
    font-size: 13px;
    line-height: 20px;
    padding-left: 25px;
  }
  .text-b {
    min-width: 90%;
  }
  .countries {
    padding: 0 !important;
  }
  .header {
    width: calc(100% - 14px);
  }
  .none,
  .mobile {
    width: calc(100% - 14px);
    left: 7px;
  }
  .icon {
    width: 60px;
    height: 65px;
    background-size: 60px 60px !important;
  }
  .test div:nth-child(2) {
    padding: 0 !important;
  }
  .test > div > a {
    font-size: 22px;
    line-height: 20px;
  }
  .subjects > div > span {
    font-size: 18px;
    margin: 0;
    padding: 0px 20px;
  }
  .subjects {
    height: 280px;
  }
  .products > a > span {
    margin-bottom: 20px;
  }
  .features {
    padding: 0;
  }
  .why {
    font-size: 24px;
  }
  .feature > .col {
    margin-top: 0;
  }
  .white-text {
    font-size: 22px;
    margin: 0;
  }
  .center {
    font-size: 18px;
  }
  .photos {
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .hreq {
    font-size: 22px;
  }
  input {
    padding: 3px;
  }
  label {
    font-size: 13px;
  }
  .for-map > div > h4 {
    font-size: 22px;
    margin: 10px;
  }
  .partH {
    font-size: 20px;
  }
  .partners {
    padding: 0;
  }
  .part-logos {
    margin-top: 20px;
  }
  .partner {
    max-width: 110px;
    min-width: 100px;
    margin: auto;
    height: 80px !important;
  }
  .partner > img {
    width: 70px;
    margin: auto;
  }
  .part-logos > a {
    height: 100px;
  }
  .footer {
    margin-top: 5px;
  }
  .menu-footer > a {
    width: 90%;
    padding: 0;
  }
  .menu-footer ul {
    column-count: 1;
    column-gap: 0;
    margin-left: 25px;
  }
  .social {
    padding-top: 15px;
  }
  .social > div {
    width: 230px;
  }
  .menu-footer {
    margin-bottom: 10px;
  }
  .email {
    padding-top: 0px;
  }
  .footer-phones {
    margin-left: 0px;
  }
  .footer-phones > span {
    font-size: 14px;
  }
  article h1 {
    font-size: 21px;
    line-height: 26px;
    margin: 30px 0;
  }
  .menu-part-2 {
    margin-top: -30px;
  }
  .header {
    height: 70px;
  }
  .logo {
    height: 50px;
    width: 70px;
    background-size: contain;
  }
  .breadcrumb {
    margin-top: 1rem !important;
  }
}

  .point {
    font-weight: 600;
    font-size: 20px;
    max-height: 40px;
  }

  .certificate-row {
    flex-wrap: nowrap;
  }

  .certificate-row::-webkit-scrollbar {
    display: none;
  }

  .cert-background {  
    border: 2px solid #febc2d;
    border-radius: 10px;
    background-color: #febc2d;
  }

  .certificates-image {
    border: 1px solid #ffffff;
    border-radius: 8px;
  }

  .cert-emoji {
    max-width: 150px;
  }

  .cert-text {
    min-width: 200px;
  }