.site-wrapper {
  margin-top: 0px;
  padding-top: 0px;
}

.hero {
  height: 100vh;
  margin-top: 0px;
  padding-top: 0px;
  background-color: #bdbdbd;
  background-image: url('../images/hero-photo-compressor.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-top-block {
  position: relative;
  z-index: 100;
  margin-top: 10px;
  color: #fff;
}

.link-block {
  margin-left: -94px;
  float: left;
}

.c-txt--namelesson {
  margin-bottom: 30px;
  margin-left: 0px;
  font-family: 'Museo sans cyrl 500', sans-serif;
  font-size: 55px;
  line-height: 55px;
}

.c-txt--descriptor {
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  float: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 18px;
  line-height: 25px;
}

.c-txt--descriptor.super-margin {
  margin-top: 0%;
  margin-bottom: 25px;
  float: none;
}

.c-txt--description {
  width: auto;
  margin-top: 0px;
  margin-bottom: 45px;
  margin-left: 0px;
  color: #5ab031;
  font-size: 31px;
  line-height: 41px;
  font-weight: 600;
}

.c-btn--ask {
  display: inline-block;
  width: auto;
  height: 39px;
  margin-right: 6px;
  padding-top: 12px;
  padding-right: 15px;
  padding-left: 52px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/question-icon.svg');
  background-position: 0px 50%;
  background-size: 39px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
}

.c-btn--ask:hover {
  opacity: 0.56;
}

.c-btn--vk {
  display: inline-block;
  width: 39px;
  height: 39px;
  margin-right: 10px;
  padding-top: 12px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/vk-icon.svg');
  background-position: 0px 50%;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
}

.c-btn--vk:hover {
  opacity: 0.55;
}

.div-block {
  width: 285px;
  margin-top: 84px;
  float: right;
}

.c-btn--fb {
  display: inline-block;
  width: 39px;
  height: 39px;
  margin-right: 10px;
  padding-top: 12px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/fb-icon.svg');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
}

.c-btn--fb:hover {
  opacity: 0.55;
}

.c-btn--ok {
  display: inline-block;
  width: 39px;
  height: 39px;
  margin-right: 0px;
  padding-top: 12px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/ok-icon.svg');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
}

.c-btn--ok:hover {
  opacity: 0.55;
}

.div-block-2 {
  width: auto;
  margin-left: 25px;
  float: none;
  color: #000;
}

.c-group-reg-and-counter--header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 50px;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 1px 1px 12px -3px rgba(0, 0, 0, 0.4);
  color: #7a7878;
}

.c-btn--register {
  height: 50px;
  padding-top: 10px;
  padding-right: 19px;
  padding-left: 55px;
  float: right;
  border-radius: 0px;
  background-color: #5ab031;
  background-image: url('../images/add-reg-icon.svg');
  background-position: 22px 50%;
  background-size: 27px;
  background-repeat: no-repeat;
  font-size: 20px;
  line-height: 31px;
}

.c-btn--register:hover {
  background-color: #376d1e;
}

.c-txt-counter {
  margin-top: 0px;
  margin-left: 20px;
  font-size: 16px;
  line-height: 23px;
}

.body {
  margin-top: 0px;
  padding-top: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.c-link-lk {
  margin-right: 20px;
  margin-left: 0px;
  padding-bottom: 3px;
  padding-left: 28px;
  border-bottom: 1px dashed hsla(0, 0%, 100%, 0.21);
  background-image: url('../images/reg-icon.svg');
  background-position: 0px 4px;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}

.c-link-lk:hover {
  border-bottom-color: hsla(0, 0%, 100%, 0);
}

.hero-row-logo {
  display: block;
  height: 160px;
  margin-top: 2px;
  padding-right: 11px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: url('../images/Mask-Group.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}

.c-link-lk--diplom {
  margin-right: 20px;
  margin-left: 0px;
  padding-bottom: 3px;
  padding-left: 28px;
  border-bottom: 1px dashed hsla(0, 0%, 100%, 0.21);
  background-image: url('../images/diplom-icon.svg');
  background-position: 0px 2px;
  background-size: 12px;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}

.c-link-lk--diplom:hover {
  border-bottom-color: hsla(0, 0%, 100%, 0);
}

.div-block-5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.c-txt-invite {
  display: block;
  width: 600px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.text-block-3 {
  margin-bottom: 32px;
  color: #de0b1c;
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
}

.h-3 {
  font-size: 21px;
  line-height: 33px;
}

.c-img-kotik {
  display: block;
  width: 227px;
  height: 97px;
  margin-right: auto;
  margin-bottom: 27px;
  margin-left: auto;
  background-image: url('../images/iilust-kotik-red.png');
  background-position: 0px 0px;
  background-size: 227px;
  background-repeat: no-repeat;
}

.c-wrapper--slider {
  position: relative;
  display: block;
  overflow: visible;
  width: 765px;
  min-height: 265px;
  margin-top: 45px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 28px;
  background-color: #fff;
  background-image: url('../images/quote-icon.png');
  background-position: 13px 17px;
  background-size: 85px;
  background-repeat: no-repeat;
  box-shadow: 0 7px 50px -14px rgba(0, 0, 0, 0.56);
}

.slide-item {
  position: relative;
  height: 100%;
  margin-top: 37px;
  margin-right: 55px;
  margin-left: 55px;
  padding-top: 0px;
  padding-left: 0px;
}

.slider {
  height: 267px;
  background-color: transparent;
}

.right-arrow {
  right: -79px;
  color: #00b0e3;
}

.left-arrow {
  left: -81px;
  color: #00b0e3;
}

.slide-nav {
  bottom: -59px;
  color: #858585;
  font-size: 9px;
}

.c-slider--illustr {
  position: absolute;
  top: -36px;
  right: -52px;
  bottom: 0px;
  width: 252px;
  height: 302px;
  float: right;
  background-image: url('../images/illustr-shamn.png');
  background-position: 0px 0px;
  background-size: 252px;
}

.text-block-5 {
  width: 458px;
  margin-top: 59px;
  padding-top: 0px;
  float: left;
  font-size: 21px;
  line-height: 33px;
}

.div-block-8 {
  margin-top: 78px;
}

.h-4 {
  margin-bottom: 39px;
  font-size: 23px;
  line-height: 26px;
  font-weight: 600;
}

.feat-content {
  margin-right: 15px;
  padding-top: 155px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/icon-step1.png');
  background-position: 0px 0px;
  background-size: 230px;
  background-repeat: no-repeat;
  line-height: 22px;
}

.feat-content2 {
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 155px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/icon-step2.png');
  background-position: 0px 0px;
  background-size: 225px;
  background-repeat: no-repeat;
  line-height: 22px;
}

.feat-content--3 {
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 155px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/icon-step3.png');
  background-position: 0px 0px;
  background-size: 230px;
  background-repeat: no-repeat;
  line-height: 22px;
}

.feat-content--4 {
  margin-right: 0px;
  margin-left: 15px;
  padding-top: 155px;
  background-image: url('../images/features-4.png');
  background-position: 0px 0px;
  background-size: 150px;
  background-repeat: no-repeat;
  line-height: 22px;
}

.div-block-9 {
  width: 50%;
  height: auto;
}

.text-block-7 {
  margin-top: 40px;
  margin-bottom: 39px;
  margin-left: 55px;
  font-size: 18px;
  line-height: 29px;
  font-weight: 600;
}

.text-block-7-copy {
  margin-top: 0px;
  font-size: 20px;
  line-height: 32px;
}

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  margin-bottom: 20px;
  padding-left: 65px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/question-circle-solid-3.svg');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 16px;
  line-height: 22px;
}

.unordered-list {
  height: auto;
  padding-left: 55px;
  background-image: none;
  background-size: auto;
}

.section-game {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/bg-igra.png');
  background-position: 90% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.container {
  display: block;
  height: auto;
}

.text-block-8 {
  margin-top: 40px;
  margin-bottom: 39px;
  margin-left: 0px;
  font-size: 18px;
  line-height: 29px;
  font-weight: 600;
}

.c-panel--preza {
  height: 265px;
  margin-right: 0px;
  margin-bottom: 20px;
  padding-top: 0px;
  border-radius: 28px;
  background-color: #87e2fd;
  background-image: url('../images/illustr-prez.png');
  background-position: 50% 100%;
  background-size: 380px;
  background-repeat: no-repeat;
  box-shadow: 0 -1px 21px 0 #87e2fd;
  font-size: 18px;
  line-height: 28px;
}

.s--whatinside {
  padding-bottom: 66px;
  background-image: url('../images/uzor-2-compressor.png');
  background-position: 0px 0px;
  background-size: contain;
}

.text-block-9 {
  margin-top: 1px;
  margin-right: 30px;
  margin-left: 30px;
}

.c-panel--metodgid {
  height: 265px;
  margin-bottom: 20px;
  padding-top: 0px;
  border-radius: 28px;
  background-color: #87e2fd;
  background-image: url('../images/illustr-gid.png');
  background-position: 50% 100%;
  background-size: 379px;
  background-repeat: no-repeat;
  box-shadow: 0 -1px 21px 0 #87e2fd;
  font-size: 18px;
  line-height: 28px;
}

.c-panel--kartochki {
  height: 265px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  border-radius: 28px;
  background-color: #87e2fd;
  background-image: url('../images/illustr-cards.png');
  background-position: 50% 100%;
  background-size: 229px;
  background-repeat: no-repeat;
  box-shadow: 0 -1px 21px 0 #87e2fd;
  font-size: 18px;
  line-height: 28px;
}

.c-panel--materialy {
  height: 265px;
  margin-bottom: 0px;
  padding-top: 0px;
  border-radius: 28px;
  background-color: #87e2fd;
  background-image: url('../images/illustr-materials.png');
  background-position: 50% 100%;
  background-size: 375px;
  background-repeat: no-repeat;
  box-shadow: 0 -1px 21px 0 #87e2fd;
  font-size: 18px;
  line-height: 28px;
}

.h-3--complect {
  margin-top: 0px;
  margin-bottom: 39px;
  font-size: 23px;
  line-height: 26px;
  font-weight: 600;
}

.s--howto {
  padding-bottom: 116px;
}

.step-content {
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 163px;
  background-image: url('../images/step1.png');
  background-position: 0px 0px;
  background-size: 192px;
  background-repeat: no-repeat;
  line-height: 22px;
}

.step-content--2 {
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 163px;
  background-image: url('../images/step2.png');
  background-position: 0px 0px;
  background-size: 134px;
  background-repeat: no-repeat;
  line-height: 22px;
}

.step-content--3 {
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 163px;
  background-image: url('../images/step3.png');
  background-position: 0px 0px;
  background-size: 180px;
  background-repeat: no-repeat;
  line-height: 22px;
}

.c-flexrow {
  margin-top: 58px;
}

.c-group-reg-and-counter--footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 415px;
  height: 50px;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 0 -1px 35px -14px #000;
  color: #7a7878;
}

.c-btn--diplom {
  height: 50px;
  padding-top: 11px;
  padding-right: 27px;
  padding-left: 53px;
  float: right;
  border: 1px solid #00b0e3;
  border-radius: 50px;
  background-color: transparent;
  background-image: url('../images/download-blue.svg');
  background-position: 22px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  color: #00b0e3;
  font-size: 16px;
  line-height: 27px;
}

.c-btn--diplom:hover {
  background-color: #574488;
}

.s--footer {
  height: 276px;
  background-image: url('../images/Group-2.png'), url('../images/footer-circle.png');
  background-position: 78% 0px, 8% 100%;
  background-size: 246px, 967px;
  background-repeat: no-repeat, no-repeat;
}

.c-txt-organozatory {
  width: 400px;
}

.c-group--logos {
  width: 500px;
  margin-top: 134px;
}

.logo-part {
  margin-right: 35px;
}

.logo-part:hover {
  opacity: 0.48;
}

.div-block-13 {
  margin-top: 26px;
}

.popup {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.form-block {
  width: 600px;
  padding: 28px;
  background-color: #fff;
}

.field-label {
  margin-top: 19px;
  color: #5ab031;
  font-size: 14px;
  font-weight: 400;
}

.submit-button {
  height: 50px;
  padding-right: 30px;
  padding-left: 30px;
  float: right;
  border-radius: 0px;
  background-color: #5ab031;
}

.link {
  display: inline-block;
  margin-top: 14px;
  color: red;
  text-decoration: none;
}

.link:hover {
  color: #a0a0a0;
}

.text-block-11 {
  font-size: 33px;
}

.text-block-12 {
  font-size: 24px;
}

.success-message {
  padding-top: 113px;
  background-color: transparent;
  background-image: url('../images/iilust-kotik-red.png');
  background-position: 50% 0px;
  background-size: 227px;
  background-repeat: no-repeat;
}

.textarea {
  min-height: 125px;
}

.div-block-14 {
  height: 30px;
  background-color: red;
}

.s-hero {
  padding-bottom: 20px;
  background-color: #fff;
  background-image: url('../images/bg-treugolnik--2-2.png');
  background-position: 131% 100%;
  background-size: 979px;
  background-repeat: no-repeat;
}

.s-welcome {
  position: relative;
  top: 0px;
  height: auto;
  margin-bottom: 0px;
  padding-top: 0px;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.container-2 {
  position: relative;
  left: 0px;
  z-index: 110;
}

.h-1 {
  margin-bottom: 18px;
  color: red;
  font-size: 33px;
  line-height: 39px;
}

.c-group--features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 86px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-column--half {
  width: 50%;
  min-height: 400px;
  padding-right: 95px;
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-txt-game {
  margin-bottom: 29px;
  font-size: 39px;
  line-height: 45px;
  font-weight: 700;
  letter-spacing: -1px;
}

.c-txt--subtitle {
  margin-top: 40px;
  margin-bottom: 30px;
  margin-left: 48px;
  font-size: 18px;
}

.bold-text {
  line-height: 25px;
}

.unordered-list-2 {
  margin-left: 48px;
  padding-left: 0px;
}

.s--aboutgame {
  padding-top: 130px;
  padding-bottom: 90px;
}

.body-2 {
  font-family: 'Museo sans cyrl 500', sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.widget-text {
  margin-right: 0px;
  margin-left: 0px;
}

.txt {
  display: inline-block;
  margin-top: 25px;
  margin-right: 30px;
  margin-left: 30px;
}

.link-2 {
  border-bottom: 1px solid #87e2fd;
  color: #00b0e3;
  text-decoration: none;
}

.link-2:hover {
  border-bottom-color: transparent;
}

.c-top-menu {
  height: 45px;
  background-color: #5ab031;
}

.c-top-menu-link {
  display: inline-block;
  margin-top: 0px;
  margin-right: 10px;
  float: none;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.text-block-13 {
  margin-top: 0px;
  margin-right: 20px;
  float: none;
  color: #fff;
  font-weight: 400;
}

.c-top-menu-link--diplom {
  display: inline-block;
  margin-top: 11px;
  margin-right: 18px;
  float: right;
  color: #fff;
  text-decoration: none;
}

.c-social-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: 37px;
}

.c-hero-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-group-reg-and-counter--header-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 50px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: #fff;
  color: #7a7878;
}

.div-block-15 {
  width: 75%;
  margin-top: 0px;
  padding-right: 37px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-block-14 {
  margin-top: 23px;
  font-weight: 300;
}

.row {
  margin-bottom: 35px;
}

.c-top-menu-link-lk--diplom {
  margin-top: 0px;
  margin-right: 20px;
  margin-left: 0px;
  padding-bottom: 3px;
  padding-left: 28px;
  float: right;
  border-bottom: 1px dashed hsla(0, 0%, 100%, 0.21);
  background-image: url('../images/diplom-icon.svg');
  background-position: 0px 2px;
  background-size: 12px;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.c-top-menu-link-lk--diplom:hover {
  border-bottom-color: hsla(0, 0%, 100%, 0);
}

.c-top-menu-link-lk {
  display: inline-block;
  margin-top: 0px;
  margin-right: 20px;
  margin-left: 0px;
  padding-bottom: 3px;
  padding-left: 28px;
  float: none;
  border-bottom: 1px dashed hsla(0, 0%, 100%, 0.21);
  background-image: url('../images/reg-icon.svg');
  background-position: 0px 4px;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #fff;
  line-height: 25px;
  text-decoration: none;
}

.c-top-menu-link-lk:hover {
  border-bottom-color: hsla(0, 0%, 100%, 0);
}

.c-txt--priziv {
  margin-top: 38px;
  margin-bottom: 13px;
  margin-left: 0px;
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  line-height: 25px;
  font-weight: 200;
}

.c-txt--priziv.super-margin {
  margin-top: 0%;
  float: none;
}

.n-hero-column--moose {
  padding-left: 0px;
  float: right;
  background-image: url('../images/e-krug-les.png');
  background-position: 50% 18px;
  background-size: 293px;
  background-repeat: no-repeat;
}

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

.image {
  width: auto;
  height: auto;
  max-width: 1000px;
}

.moose-img {
  position: relative;
  top: -15px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  -o-object-fit: cover;
  object-fit: cover;
}

.date {
  position: relative;
  top: 191px;
  z-index: 10;
  display: block;
  width: 330px;
  min-height: 385px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 230px;
  padding-right: 25px;
  padding-left: 25px;
  background-color: #fff;
  background-image: url('../images/Group.jpg');
  background-position: 50% 71px;
  background-size: 140px;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 28px -8px #000;
  text-align: center;
}

.date.hide {
  display: none;
}

.text-block-15 {
  font-size: 18px;
  line-height: 26px;
}

.c-txt-counter--intop {
  margin-top: 0px;
  margin-right: 7px;
  margin-left: 0px;
  font-size: 16px;
  line-height: 22px;
}

.section {
  min-height: auto;
  padding-top: 90px;
  padding-bottom: 110px;
  background-image: url('../images/bg-les.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
}

.text-block-16 {
  margin-bottom: 20px;
  font-size: 44px;
  line-height: 110%;
}

.text-block-17 {
  font-size: 19px;
  line-height: 143%;
}

.div-block-18 {
  width: 60%;
}

.tabs-content {
  background-color: #fff;
  background-image: url('../images/e-triangle-corner-2.png');
  background-position: 0px 0px;
  background-size: 426px;
  background-repeat: no-repeat;
}

.tabs {
  margin-top: 40px;
  color: #000;
}

.tab-pane-tab-1 {
  height: auto;
  font-size: 18px;
}

.c-tab-link {
  width: 30%;
  margin-right: 15px;
  padding-top: 25px;
  padding-bottom: 20px;
  background-color: #5ab031;
  color: #fff;
  line-height: 16px;
}

.c-tab-link.w--current {
  margin-top: -15px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
  color: #5ab031;
}

.c-tab-flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 55px 65px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-tab-flex-column._60 {
  display: block;
  width: 60%;
  padding-top: 25px;
  padding-left: 44px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 28px;
}

.c-tab-flex-column._60.nopading {
  padding-top: 0px;
}

.c-tab-flex-column._40 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.e-iilustr {
  display: block;
  width: 324px;
  height: 297px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/ill-laptop-2.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.e-iilustr.eng {
  background-image: url('../images/ill-laptop-2-eng.png');
}

.e-iilustr-quest {
  display: block;
  width: 324px;
  height: 297px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/e-illustr-zadania.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.e-iilustr-sherlock {
  display: block;
  width: 324px;
  height: 297px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/e-illustr-moose.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.text-block-18 {
  margin-bottom: 25px;
}

.c-mat-card {
  margin-bottom: 20px;
  padding: 45px 34px 45px 200px;
  background-color: #fff;
  background-image: url('../images/icon-prez.png');
  background-position: 35px 50%;
  background-size: 150px;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 22px -9px #000;
}

.c-mat-card._2 {
  background-image: url('../images/icon-video.png');
  background-size: 131px;
}

.c-mat-card._3 {
  background-image: url('../images/icon-razdat.png');
  background-size: 145px;
}

.c-mat-card._4 {
  background-image: url('../images/icon-note.png');
  background-size: 137px;
}

.c-mat-card._4.eng {
  background-image: url('../images/icon-note_1.png');
}

.c-mat-card.eng {
  padding-top: 51px;
  padding-bottom: 51px;
}

.div-block-19 {
  width: 300px;
  float: left;
}

.slides {
  -webkit-perspective: 0px;
  perspective: 0px;
}

.sl1 {
  position: relative;
  z-index: 50;
  box-shadow: 57px 81px 106px -14px rgba(0, 0, 0, 0.3);
  -webkit-transform: rotateX(45deg) rotateY(0deg) rotateZ(35deg);
  transform: rotateX(45deg) rotateY(0deg) rotateZ(35deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.sl2 {
  position: relative;
  z-index: 40;
  margin-top: -90px;
  box-shadow: 70px 70px 106px -14px rgba(0, 0, 0, 0.3);
  -webkit-transform: rotateX(45deg) rotateY(0deg) rotateZ(35deg);
  transform: rotateX(45deg) rotateY(0deg) rotateZ(35deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.sl3 {
  position: relative;
  z-index: 30;
  margin-top: -90px;
  box-shadow: 70px 70px 106px -14px rgba(0, 0, 0, 0.3);
  -webkit-transform: rotateX(45deg) rotateY(0deg) rotateZ(35deg);
  transform: rotateX(45deg) rotateY(0deg) rotateZ(35deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.sl4 {
  position: relative;
  z-index: 20;
  margin-top: -90px;
  box-shadow: 70px 70px 106px -14px rgba(0, 0, 0, 0.3);
  -webkit-transform: rotateX(45deg) rotateY(0deg) rotateZ(35deg);
  transform: rotateX(45deg) rotateY(0deg) rotateZ(35deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.sl5 {
  position: relative;
  z-index: 10;
  margin-top: -90px;
  box-shadow: 70px 70px 106px -14px rgba(0, 0, 0, 0.3);
  -webkit-transform: rotateX(45deg) rotateY(0deg) rotateZ(35deg);
  transform: rotateX(45deg) rotateY(0deg) rotateZ(35deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

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

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.c-custom-contaner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
}

.div-block-20 {
  background-color: red;
}

.wrapper {
  overflow: hidden;
}

.tab-pane-tab-1-2 {
  background-color: red;
}

.section-topmenu {
  height: 45px;
  background-color: #5ab031;
  color: #fff;
}

.c-link-top {
  display: inline-block;
  margin-top: 12px;
  margin-right: 10px;
  margin-left: 10px;
  border-bottom: 1px dotted hsla(0, 0%, 100%, 0.39);
  color: #fff;
  text-decoration: none;
}

.c-link-top:hover {
  opacity: 0.49;
}

.text-block-19 {
  display: inline-block;
  margin-right: 15px;
  font-size: 16px;
}

.c-link-top--diplom {
  display: inline-block;
  margin-top: 12px;
  margin-right: 10px;
  margin-left: 25px;
  float: right;
  border-bottom: 1px dotted hsla(0, 0%, 100%, 0.39);
  color: #fff;
  text-decoration: none;
}

.c-link-top--diplom:hover {
  opacity: 0.56;
}

.c-link-top--lk {
  display: inline-block;
  margin-top: 12px;
  margin-right: 10px;
  margin-left: 0px;
  border-bottom: 1px dotted hsla(0, 0%, 100%, 0.39);
  color: #fff;
  text-decoration: none;
}

.c-link-top--lk:hover {
  opacity: 0.5;
}

.n-hero {
  min-height: 100vh;
  background-color: #87e2fd;
}

.c-txt--description-2 {
  width: auto;
  margin-top: 0px;
  margin-bottom: 45px;
  margin-left: 0px;
  color: #5ab031;
  font-size: 31px;
  line-height: 41px;
  font-weight: 600;
}

.n-column--text {
  width: 75%;
}

.txt-description {
  margin-bottom: 39px;
  color: #5ab031;
  font-size: 31px;
  line-height: 41px;
}

.c-tab-link-2 {
  width: 30%;
  margin-right: 15px;
  padding-top: 25px;
  padding-bottom: 20px;
  background-color: #5ab031;
  color: #fff;
  line-height: 16px;
}

.c-tab-link-2:hover {
  background-color: #3f8020;
}

.c-tab-link-2.w--current {
  margin-top: -15px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
  color: #5ab031;
}

.c-go-join {
  margin-top: 35px;
}

.c-go-join.margin-buttom {
  margin-bottom: 35px;
}

.body-3 {
  font-size: 16px;
  line-height: 23px;
}

.h-2 {
  margin-bottom: 39px;
  font-size: 39px;
  line-height: 51px;
  font-weight: 700;
}

.n-banner {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 37px 40% 37px 50px;
  background-color: #fff2f2;
  background-image: url('../images/Mask-Group-2.png');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.text-block-20 {
  margin-bottom: 23px;
  font-size: 23px;
  line-height: 31px;
}

.text-block-21 {
  margin-bottom: 15px;
}

.illustr-hands {
  position: absolute;
  right: 98px;
  bottom: -28px;
  width: 184px;
  height: 234px;
  background-image: url('../images/Group-2_1.png');
  background-position: 0px 0px;
  background-size: 184px 234px;
  background-repeat: no-repeat;
}

.c-block-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h-2--nomargin {
  margin-bottom: 0px;
  font-size: 39px;
  line-height: 51px;
  font-weight: 700;
}

.section-map {
  padding-top: 100px;
  padding-bottom: 100px;
}

.html-embed {
  background-color: #f5f5f5;
}

.zvch1 {
  margin-right: 15px;
  padding-top: 246px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/zvch1.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  line-height: 22px;
}

.zvch2 {
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 245px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/zvch2.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  line-height: 22px;
}

.zvch3 {
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 235px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/zvch3.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  line-height: 22px;
}

.section-footer {
  padding-bottom: 64px;
  background-image: url('../images/bg-footer.png');
  background-position: 93% 100%;
  background-size: 1482px;
  background-repeat: no-repeat;
}

.c-site-org {
  margin-top: 36px;
  padding-left: 27px;
  background-image: url('../images/link-icon.png');
  background-position: 0px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  color: #5ab031;
  text-decoration: none;
}

.c-site-org:hover {
  opacity: 0.58;
}

.row-2 {
  margin-bottom: 93px;
}

.link-block-2 {
  text-decoration: none;
}

.link-block-3 {
  text-decoration: none;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.text-block-22 {
  margin-right: 14px;
  padding-right: 0px;
}

.social {
  width: 39px;
  height: 39px;
  margin-left: 21px;
  padding: 12px;
  background-image: url('../images/vk-ico-w.png');
  background-position: 50% 50%;
  background-size: 38px;
  background-repeat: no-repeat;
  text-decoration: none;
}

.social:hover {
  opacity: 0.59;
}

.social.ok {
  background-image: url('../images/ok-ico-w.png');
  background-size: 22px;
}

.social.fb {
  background-image: url('../images/fb-ico-w.png');
  background-size: 19px;
}

.container-5 {
  margin-top: 35px;
  padding-top: 34px;
  border-top: 1px solid rgba(5, 5, 5, 0.23);
}

.text-block-23 {
  margin-top: 18px;
  color: #5ab031;
}

.text {
  margin-bottom: 26px;
}

.sl6 {
  position: relative;
  z-index: 9;
  margin-top: -90px;
  box-shadow: 70px 70px 106px -14px rgba(0, 0, 0, 0.3);
  -webkit-transform: rotateX(45deg) rotateY(0deg) rotateZ(35deg);
  transform: rotateX(45deg) rotateY(0deg) rotateZ(35deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.c-link-icon {
  padding-left: 26px;
  background-image: url('../images/add-reg-icon-g.svg');
  background-position: 0px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #5ab031;
  text-decoration: none;
}

.c-link-icon:hover {
  opacity: 0.65;
}

.c-link-icon--zoom {
  display: none;
  padding-left: 26px;
  background-image: url('../images/zoom-icon.png');
  background-position: 0px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  color: #5ab031;
  text-decoration: none;
}

.c-link-icon--zoom:hover {
  opacity: 0.58;
}

.c-icon {
  display: inline-block;
  width: 20px;
  height: auto;
  background-image: url('../images/diplom-icon.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.c-link-top-social {
  display: inline-block;
  margin-top: 12px;
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 10px;
  padding-left: 10px;
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: hsla(0, 0%, 100%, 0.39);
  color: #fff;
  text-decoration: none;
}

.c-link-top-social:hover {
  opacity: 0.5;
}

.c-link-top-social.vk {
  background-image: url('../images/vk-ico-w.png');
  background-position: 50% 50%;
  background-size: 19px;
  background-repeat: no-repeat;
}

.c-link-top-social.ok {
  background-image: url('../images/ok-ico-w.png');
  background-position: 50% 50%;
  background-size: auto 20px;
  background-repeat: no-repeat;
}

.c-link-top-social.fb {
  background-image: url('../images/fb-ico-w.png');
  background-position: 50% 50%;
  background-size: auto 17px;
  background-repeat: no-repeat;
}

.social-gr {
  float: right;
}

.c-icon--ask {
  display: inline-block;
  width: 20px;
  height: auto;
  background-image: url('../images/question-icon-2.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.c-icon--lk {
  display: inline-block;
  width: 20px;
  height: auto;
  margin-right: 3px;
  background-image: url('../images/reg-icon.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.c-icon--download {
  display: inline-block;
  width: 20px;
  height: auto;
  background-image: url('../images/diplom-icon.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.h-2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 39px;
  font-size: 39px;
  line-height: 51px;
  font-weight: 700;
}

.h2-devider {
  margin-left: 43px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/Line-2.png');
  background-position: 50% 54%;
  background-size: contain;
  background-repeat: no-repeat;
}

.mainframe {
  display: block;
  overflow: hidden;
}

.c-btn--register-intext {
  height: 50px;
  padding-top: 10px;
  padding-right: 27px;
  padding-left: 58px;
  float: left;
  border-radius: 0px;
  background-color: #5ab031;
  background-image: url('../images/add-reg-icon.svg');
  background-position: 22px 50%;
  background-size: 27px;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 17px -1px #c2c2c2;
  color: #fff;
  font-size: 20px;
  line-height: 31px;
  text-decoration: none;
}

.c-btn--register-intext:hover {
  background-color: #376d1e;
}

.counter {
  margin-top: 2px;
  margin-right: 9px;
  font-size: 29px;
}

.c-txt-counter--intop-eng {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: 16px;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 14px;
}

.hero-row-logo-eng {
  display: block;
  height: 160px;
  margin-top: 2px;
  padding-right: 11px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: url('../images/forestmania-hero-eng1-2.png');
  background-position: 50% 50%;
  background-size: 90vw;
  background-repeat: no-repeat;
  text-align: center;
}

.e-iilustr-quest-eng {
  display: block;
  width: 324px;
  height: 297px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/e-illustr-zadania-eng.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.feat-content-eng {
  margin-right: 15px;
  padding-top: 155px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/icon-step1-eeng.png');
  background-position: 0px 0px;
  background-size: 230px;
  background-repeat: no-repeat;
  line-height: 22px;
}

.feat-content2-eng {
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 155px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/icon-step2-eeng.png');
  background-position: 0px 0px;
  background-size: 225px;
  background-repeat: no-repeat;
  line-height: 22px;
}

.feat-content--3--en {
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 155px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/icon-step3-en.png');
  background-position: 0px 0px;
  background-size: 230px;
  background-repeat: no-repeat;
  line-height: 22px;
}

@media (max-width: 991px) {
  .c-top-block {
    position: relative;
  }
  .link-block {
    width: 100px;
    margin-left: 0px;
  }
  .c-txt--descriptor {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 16px;
  }
  .c-txt--description {
    line-height: 29px;
  }
  .div-block {
    position: absolute;
    top: -39px;
    right: 0px;
  }
  .div-block-2 {
    width: 559px;
    margin-top: 124px;
    margin-left: 16px;
    float: none;
  }
  .c-group-reg-and-counter--header {
    width: 402px;
  }
  .c-btn--register {
    padding-left: 47px;
    background-position: 13px 50%;
  }
  .hero-row-logo {
    width: auto;
  }
  .div-block-5 {
    margin-top: -448px;
    padding-top: 302px;
    background-position: 45% -42px;
    background-size: 1062px;
  }
  .c-wrapper--slider {
    width: 696px;
  }
  .slide-item {
    margin-left: 34px;
  }
  .right-arrow {
    right: -3px;
  }
  .left-arrow {
    left: -58px;
  }
  .c-slider--illustr {
    width: 213px;
  }
  .c-flexrow {
    font-size: 16px;
  }
  .c-btn--diplom {
    font-size: 14px;
  }
  .s--footer {
    background-position: 100% 0px, -287px 0px;
  }
  .textarea {
    min-height: 120px;
  }
  .s-hero {
    background-position: 22% 100%;
  }
  .s-welcome {
    top: 0px;
    margin-bottom: 0px;
  }
  .c-column--half {
    height: auto;
    min-height: auto;
    padding-right: 116px;
  }
  .c-txt-game {
    font-size: 32px;
    line-height: 41px;
  }
  .s--aboutgame {
    padding-top: 85px;
    background-image: none;
  }
  .c-hero-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .c-group-reg-and-counter--header-copy {
    width: auto;
    margin-left: 0px;
  }
  .date {
    width: 255px;
  }
  .c-tab-flex-row {
    margin-right: 35px;
    margin-left: 20px;
  }
  .c-tab-flex-column._60 {
    padding-left: 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .c-tab-flex-column._40 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .e-iilustr-sherlock {
    width: 271px;
  }
  .c-mat-card {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 132px;
    background-position: 21px 50%;
    background-size: 100px;
  }
  .c-mat-card._2 {
    background-position: 18px 50%;
    background-size: 100px;
  }
  .c-mat-card._3 {
    background-position: 17px 50%;
    background-size: 107px;
  }
  .c-mat-card._4 {
    background-size: 100px;
  }
  .div-block-19 {
    width: 230px;
  }
  .slides {
    position: relative;
    left: -60px;
    margin-right: -1px;
  }
  .sl2 {
    margin-top: -40px;
  }
  .sl3 {
    margin-top: -40px;
  }
  .sl4 {
    margin-top: -40px;
  }
  .sl5 {
    margin-top: -40px;
  }
  .c-link-top {
    margin-right: 0px;
  }
  .text-block-19 {
    display: none;
    margin-right: 10px;
  }
  .c-link-top--diplom {
    margin-right: 0px;
    margin-left: 0px;
  }
  .c-link-top--lk {
    margin-right: 0px;
  }
  .c-txt--description-2 {
    line-height: 29px;
  }
  .txt-description {
    font-size: 29px;
  }
  .c-tab-link-2 {
    margin-right: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .n-banner {
    background-position: 374px 0px;
  }
  .illustr-hands {
    right: 54px;
  }
  .section-footer {
    background-position: 67% 100%;
  }
  .sl6 {
    margin-top: -40px;
  }
  .hide-when-mobite {
    display: none;
  }
  .c-btn--register-intext {
    padding-left: 47px;
    background-position: 13px 50%;
    box-shadow: 1px 1px 17px -1px rgba(60, 121, 31, 0.6);
  }
  .hero-row-logo-eng {
    width: auto;
    background-size: 103vw;
  }
}

@media (max-width: 767px) {
  .link-block {
    margin-left: 10px;
  }
  .c-txt--descriptor {
    margin-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 17px;
  }
  .div-block {
    margin-right: 13px;
  }
  .div-block-2 {
    width: 494px;
    margin-left: 15px;
  }
  .c-group-reg-and-counter--header {
    margin-left: 10px;
  }
  .hero-row-logo {
    height: 115px;
  }
  .c-txt-invite {
    width: 479px;
  }
  .c-wrapper--slider {
    width: 500px;
    height: 450px;
    min-height: 431px;
  }
  .slider {
    height: 100%;
  }
  .c-slider--illustr {
    top: auto;
    right: -55px;
    bottom: 33px;
  }
  .text-block-5 {
    margin-top: 86px;
    margin-bottom: 102px;
    padding-right: 185px;
  }
  .h-4 {
    margin-left: 20px;
    text-align: center;
  }
  .feat-content {
    margin-bottom: 85px;
    background-position: 50% 0px;
    text-align: center;
  }
  .feat-content2 {
    margin-bottom: 35px;
    background-position: 50% 0px;
    text-align: center;
  }
  .feat-content--3 {
    background-position: 50% 0px;
    text-align: center;
  }
  .feat-content--4 {
    background-position: 50% 0px;
    text-align: center;
  }
  .div-block-9 {
    width: auto;
    padding-top: 209px;
  }
  .text-block-7 {
    margin-left: 35px;
  }
  .text-block-7-copy {
    margin-left: 15px;
  }
  .list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .unordered-list {
    padding-right: 50px;
    padding-left: 34px;
  }
  .section-game {
    padding-bottom: 0px;
    background-position: -118px 0px;
  }
  .text-block-8 {
    margin-right: 15px;
    margin-left: 15px;
  }
  .c-panel--preza {
    margin-right: 0px;
  }
  .c-panel--metodgid {
    margin-right: 0px;
  }
  .c-panel--kartochki {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .h-3--complect {
    margin-left: 20px;
  }
  .step-content {
    margin-bottom: 40px;
    background-position: 50% 0px;
  }
  .step-content--2 {
    margin-bottom: 50px;
    background-position: 50% 0px;
  }
  .step-content--3 {
    background-position: 50% 0px;
  }
  .c-flexrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .c-group-reg-and-counter--footer {
    margin-bottom: 15px;
  }
  .s--footer {
    height: 442px;
    background-position: 84% 100%, -287px 0px;
  }
  .c-group--logos {
    margin-left: 27px;
  }
  .logo-part {
    margin-bottom: 36px;
  }
  .div-block-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .slide {
    height: 100%;
  }
  .mask {
    height: 100%;
  }
  .popup {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .form-block {
    width: 100%;
  }
  .s-welcome {
    margin-bottom: 0px;
  }
  .c-group--features {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-column--half {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0px;
  }
  .c-txt--subtitle {
    margin-left: 20px;
  }
  .unordered-list-2 {
    margin-left: 20px;
  }
  .s--aboutgame {
    padding-top: 35px;
    background-image: none;
  }
  .container-3 {
    text-align: center;
  }
  .c-group-reg-and-counter--header-copy {
    height: auto;
    margin-left: 0px;
    padding-right: 11px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .hero-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .date {
    display: none;
  }
  .c-txt-counter--intop {
    margin-top: 9px;
    margin-right: 0px;
    padding-right: 26px;
  }
  .section {
    padding-top: 50px;
  }
  .div-block-18 {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
  }
  .tabs-content {
    background-position: 0px 100%;
  }
  .c-tab-flex-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-tab-flex-column._60 {
    width: auto;
    margin-top: 33px;
  }
  .c-mat-card {
    display: block;
    min-height: 150px;
    padding-top: 48px;
    padding-left: 165px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-19 {
    width: 300px;
  }
  .slides {
    left: 50%;
  }
  .section-topmenu {
    height: 45px;
  }
  .c-link-top {
    margin-right: 10px;
  }
  .c-link-top--diplom {
    display: none;
  }
  .c-link-top--lk {
    margin-right: 10px;
    margin-left: 15px;
  }
  .n-column--text {
    width: auto;
  }
  .txt-description {
    margin-left: 10px;
  }
  .c-tab-link-2 {
    width: 32%;
    margin-right: 7px;
  }
  .c-go-join {
    margin-bottom: 35px;
    margin-left: 10px;
  }
  .h-2 {
    margin-left: 20px;
    text-align: center;
  }
  .n-banner {
    padding-right: 0%;
    padding-bottom: 133px;
    background-position: -52% 100%;
    background-size: auto;
  }
  .h-2--nomargin {
    margin-left: 20px;
    text-align: center;
  }
  .zvch1 {
    margin-bottom: 85px;
    background-position: 50% 0px;
    background-size: 300px;
    text-align: center;
  }
  .zvch2 {
    margin-bottom: 35px;
    background-position: 50% 0px;
    background-size: 300px;
    text-align: center;
  }
  .zvch3 {
    background-position: 50% 0px;
    background-size: 300px;
    text-align: center;
  }
  .section-footer {
    background-position: 100% 172%;
  }
  .div-block-21 {
    margin-top: 21px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }
  .c-link-icon {
    display: inline-block;
    width: 187px;
    margin-top: 21px;
  }
  .c-link-top-social.vk {
    margin-right: 0px;
    margin-left: 0px;
  }
  .c-link-top-social.ok {
    margin-right: 0px;
    margin-left: 1px;
  }
  .c-link-top-social.fb {
    margin-right: 0px;
    margin-left: 0px;
  }
  .social-gr {
    display: inline-block;
    margin-right: 15px;
    float: right;
  }
  .h-2-copy {
    margin-left: 20px;
    text-align: center;
  }
  .row-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 45px;
  }
  .col1 {
    padding-right: 0px;
    -webkit-box-flex: 36%;
    -webkit-flex: 36%;
    -ms-flex: 36%;
    flex: 36%;
  }
  .col2 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .col3 {
    display: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .c-btn--register-intext {
    background-color: #76dd45;
    box-shadow: 1px 1px 17px -1px rgba(0, 0, 0, 0.16);
  }
  .c-txt-counter--intop-eng {
    margin-top: 9px;
    margin-right: 0px;
    padding-right: 31px;
  }
  .hero-row-logo-eng {
    height: 115px;
  }
  .feat-content-eng {
    margin-bottom: 85px;
    background-position: 50% 0px;
    text-align: center;
  }
  .feat-content2-eng {
    margin-bottom: 35px;
    background-position: 50% 0px;
    text-align: center;
  }
  .feat-content--3--en {
    background-position: 50% 0px;
    text-align: center;
  }
}

@media (max-width: 479px) {
  .site-wrapper {
    overflow: hidden;
  }
  .hero {
    height: 817px;
  }
  .c-top-block {
    margin-top: 0px;
  }
  .link-block {
    display: block;
    width: 113px;
    margin-top: 80px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .c-txt--namelesson {
    margin-bottom: 3px;
    font-size: 38px;
  }
  .c-txt--descriptor {
    font-size: 16px;
    line-height: 24px;
  }
  .c-txt--description {
    font-size: 15px;
    line-height: 24px;
  }
  .c-btn--ask {
    padding-left: 46px;
  }
  .div-block {
    left: 19px;
    top: -67px;
    width: 282px;
    margin-right: 0px;
  }
  .div-block-2 {
    width: 283px;
    margin-top: -31px;
    margin-left: 12px;
  }
  .c-group-reg-and-counter--header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 100px;
    margin-right: 10px;
    margin-left: 10px;
    padding: 8px 8px 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 0px;
  }
  .c-txt-counter {
    margin-top: 10px;
    margin-right: 20px;
  }
  .c-link-lk {
    margin-bottom: 13px;
    padding-left: 25px;
    text-align: left;
  }
  .hero-row-logo {
    width: auto;
    height: 50px;
    margin-top: 29px;
    padding-left: 31px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .c-link-lk--diplom {
    padding-left: 16px;
    text-align: left;
  }
  .div-block-5 {
    margin-top: -274px;
  }
  .c-txt-invite {
    width: 305px;
  }
  .c-wrapper--slider {
    display: none;
  }
  .h-4 {
    margin-left: 0px;
    line-height: 31px;
  }
  .feat-content {
    margin-left: 15px;
  }
  .feat-content--4 {
    margin-right: 15px;
  }
  .div-block-9 {
    width: auto;
    padding-top: 68px;
  }
  .text-block-7 {
    margin-left: 11px;
  }
  .text-block-7-copy {
    margin-right: 12px;
    margin-left: 12px;
  }
  .list-item {
    height: 67px;
    background-size: 48px;
  }
  .unordered-list {
    padding-left: 6px;
  }
  .section-game {
    padding-top: 235px;
    padding-bottom: 12px;
    background-position: -176px 0px;
    background-size: 500px;
  }
  .text-block-8 {
    margin-left: 11px;
  }
  .c-panel--preza {
    height: 375px;
  }
  .c-panel--metodgid {
    height: 375px;
  }
  .c-panel--kartochki {
    height: 375px;
  }
  .c-panel--materialy {
    height: 375px;
  }
  .h-3--complect {
    margin-left: 11px;
    line-height: 32px;
  }
  .step-content--2 {
    margin-top: 53px;
  }
  .step-content--3 {
    margin-top: 53px;
  }
  .c-flexrow {
    margin-right: 5px;
    margin-left: 5px;
  }
  .c-group-reg-and-counter--footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100px;
    margin-bottom: 32px;
    padding-top: 8px;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 28px;
  }
  .c-btn--diplom {
    padding-right: 17px;
    padding-left: 42px;
  }
  .s--footer {
    height: auto;
    padding-top: 85px;
    background-position: 31% 53px, -287px 0px;
    background-size: 196px, 967px;
  }
  .c-txt-organozatory {
    width: auto;
    text-align: center;
  }
  .c-group--logos {
    width: auto;
    margin-left: 10px;
  }
  .logo-part {
    margin-bottom: 27px;
  }
  .div-block-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .popup {
    display: none;
  }
  .s-welcome {
    top: auto;
  }
  .h-1 {
    font-size: 23px;
  }
  .c-txt--subtitle {
    margin-left: 0px;
  }
  .unordered-list-2 {
    margin-left: 3px;
  }
  .s--aboutgame {
    padding-bottom: 50px;
    background-position: -259px 113px;
  }
  .c-group-reg-and-counter--header-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 295px;
    height: 100px;
    margin-left: 0px;
    padding: 8px 8px 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 28px;
  }
  .text-block-14 {
    margin-bottom: 39px;
  }
  .c-top-menu-link-lk--diplom {
    padding-left: 16px;
    text-align: left;
  }
  .c-top-menu-link-lk {
    margin-bottom: 13px;
    padding-left: 25px;
    text-align: left;
  }
  .c-txt--priziv {
    line-height: 24px;
  }
  .c-txt-counter--intop {
    margin-top: 10px;
    margin-right: 20px;
  }
  .text-block-16 {
    font-size: 33px;
  }
  .tab-pane-tab-1 {
    font-size: 16px;
  }
  .c-tab-flex-row {
    margin-right: 10px;
    margin-left: 0px;
  }
  .c-mat-card {
    padding-top: 100px;
    padding-left: 24px;
    background-position: 27px 26px;
  }
  .c-mat-card._2 {
    background-position: 26px 17px;
    background-size: 78px;
  }
  .c-mat-card._3 {
    background-position: 20px 19px;
    background-size: 88px;
  }
  .c-mat-card._4 {
    background-position: 23px 22px;
    background-size: 76px;
  }
  .div-block-19 {
    width: 258px;
    margin-left: 32px;
  }
  .slides {
    left: auto;
  }
  .c-txt--description-2 {
    font-size: 15px;
    line-height: 24px;
  }
  .txt-description {
    font-size: 24px;
    line-height: 33px;
  }
  .c-tab-link-2 {
    width: auto;
    margin-right: 0px;
  }
  .c-tab-link-2.w--current {
    margin-top: -24px;
    margin-left: 0px;
  }
  .h-2 {
    margin-left: 0px;
    line-height: 37px;
  }
  .n-banner {
    padding-right: 30px;
    padding-bottom: 214px;
    padding-left: 29px;
    background-position: 11% 100%;
  }
  .h-2--nomargin {
    margin-left: 0px;
    line-height: 31px;
  }
  .zvch1 {
    margin-left: 15px;
  }
  .social {
    background-size: contain;
  }
  .h-2-copy {
    margin-left: 0px;
    line-height: 31px;
  }
  .col1 {
    padding-left: 0px;
  }
  .tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .c-txt-counter--intop-eng {
    margin-top: 10px;
    margin-right: 20px;
  }
  .hero-row-logo-eng {
    width: auto;
    height: 150px;
    margin-top: 29px;
    padding-left: 31px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: url('../images/forestmania-hero-eng1-2-mobile1-2.png');
    background-size: 98vw;
  }
  .feat-content-eng {
    margin-left: 15px;
  }
}

@font-face {
  font-family: 'Museo sans cyrl 500';
  src: url('../fonts/museo_sans_cyrl_500.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}