.mainframe {
  cursor: pointer;
}

.s-hero {
  display: block;
}

.c-contaner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.c-col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-col._1-4 {
  width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.c-col._1-3 {
  width: 33.3%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.c-col.fff {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-col.fff-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 53px;
  padding-left: 53px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

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

.c-contaner--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-col--60 {
  width: 60%;
}

.hero-image {
  width: auto;
  height: 600px;
  background-image: url('../images/teacher-boys.jpg');
  background-position: 35% 50%;
  background-size: cover;
}

.s-nav {
  height: 75px;
}

.c-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 17px;
  padding-bottom: 17px;
  -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;
}

.e-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
}

.e-social.float {
  display: block;
  width: 160px;
  margin-top: 16px;
  margin-bottom: 12px;
  margin-left: 19px;
  float: right;
}

.e-icon--social {
  display: block;
  width: 40px;
  height: 40px;
  padding: 10px;
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

.e-icon--social.fb {
  background-image: url('../images/ico-fb.png');
  background-position: 50% 50%;
  background-size: 40px;
}

.e-icon--social.fb:hover {
  background-image: url('../images/ico-fb-b.png');
}

.e-icon--social.fb.float {
  float: right;
}

.e-icon--social.ok {
  background-image: url('../images/ico-ok.png');
  background-position: 50% 50%;
  background-size: 40px;
}

.e-icon--social.ok:hover {
  background-image: url('../images/ico-ok-b.png');
}

.e-icon--social.ok.float {
  float: right;
}

.e-icon--social.yt {
  background-image: url('../images/ico-youtube.png');
  background-position: 50% 50%;
  background-size: 40px;
}

.e-icon--social.yt:hover {
  background-image: url('../images/ico-youtube-b.png');
}

.e-icon--social.yt.float {
  float: right;
}

.e-icon--social.vk {
  background-image: url('../images/ico-vk.png');
  background-position: 50% 50%;
  background-size: 40px;
}

.e-icon--social.vk:hover {
  background-image: url('../images/ico-vk-b.png');
}

.e-icon--social.vk.float {
  float: right;
}

.e-menu-link {
  margin-right: 9px;
  margin-left: 9px;
  padding-left: 33px;
  background-image: url('../images/log-in.png');
  background-position: 0% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.e-menu-link:hover {
  color: #0058a3;
}

.e-menu-link.ask {
  background-image: url('../images/mail.png');
}

.e-menu-link.ask:hover {
  background-image: url('../images/mail-b-1.png');
  color: #0058a3;
}

.e-menu-link.ask.float {
  display: block;
  margin-top: 22px;
  margin-bottom: 22px;
  float: left;
}

.e-menu-link.enter:hover {
  background-image: url('../images/log-in-b.png');
}

.e-menu-link.enter.float {
  display: block;
  margin-top: 22px;
  margin-bottom: 22px;
  float: left;
}

.body {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.e-h1--hero {
  margin-right: 49px;
  margin-bottom: 42px;
  margin-left: 10px;
  font-size: 1.8vw;
  line-height: 35px;
}

.e-logo-link {
  margin-bottom: 37px;
}

.e-hero-text {
  margin-left: 10px;
  padding-bottom: 41px;
  background-image: url('../images/arrow-yellow.png');
  background-position: 82% 147%;
  background-size: 106px;
  background-repeat: no-repeat;
  font-size: 18px;
  line-height: 29px;
  font-weight: 700;
}

.e-join-counter-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 9px;
}

.e-join-wrapper-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.e-counter-num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 6px solid #0058a3;
  color: #0058a3;
  font-size: 40px;
  line-height: 54px;
  font-weight: 700;
}

.e-btn {
  height: 54px;
  padding-top: 15px;
  padding-right: 53px;
  padding-bottom: 15px;
  background-color: #0058a3;
  background-image: url('../images/user-plus.png');
  background-position: 93% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  font-size: 16px;
  font-weight: 700;
}

.e-btn.m-min {
  margin-bottom: 8px;
}

.e-btn.m-min:hover {
  background-color: #e46d3a;
}

.e-btn--nobg {
  height: 54px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: transparent;
  color: #0058a3;
  font-size: 16px;
  font-weight: 700;
}

.e-btn--nobg:hover {
  background-color: #e46d3a;
  color: #fff;
}

.e-counter-txt {
  color: #0058a3;
  font-size: 15px;
  line-height: 20px;
}

.e-counter-icon {
  display: block;
  width: 50px;
  margin-left: 0px;
  background-image: url('../images/ico-users.png');
  background-position: 50% 50%;
  background-size: 34px;
  background-repeat: no-repeat;
  text-align: center;
}

.c-col--50 {
  width: 50%;
  margin-left: 8px;
}

.c-col--50.f {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.s-dom {
  margin-top: 45px;
}

.text-block {
  padding: 145px 50px 50px 10px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}

.text-span {
  color: #0058a3;
}

.e-yellow {
  height: 340px;
  margin-top: 100px;
  background-color: #fbe64d;
}

.image {
  margin-top: -155px;
}

.heading {
  font-size: 28px;
  line-height: 38px;
  text-transform: uppercase;
}

.e-text-with-icon {
  margin-top: 50px;
  padding-top: 145px;
  padding-right: 30px;
  padding-left: 30px;
  background-image: url('../images/ico-ligting.png');
  background-position: 50% 0%;
  background-size: 103px;
  background-repeat: no-repeat;
  text-align: center;
}

.e-text-with-icon._2 {
  background-image: url('../images/ico-book.png');
  background-position: 50% 7%;
}

.e-text-with-icon._3 {
  background-image: url('../images/ico-care.png');
}

.e-text-with-icon._4 {
  background-image: url('../images/ico-turnoff.png');
}

.s-yznaut {
  margin-top: 45px;
}

.s-video {
  margin-top: 45px;
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #fafafa;
}

.c-contaner--flex-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.text-video {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 10;
  display: block;
  margin-top: 14px;
  margin-bottom: 14px;
  color: #000;
  font-size: 32px;
  line-height: 39px;
  font-weight: 700;
  text-decoration: none;
}

.lightbox-link {
  position: relative;
  text-decoration: none;
}

.txt-playvideo {
  position: absolute;
  left: 6%;
  top: 15%;
  right: auto;
  bottom: auto;
  padding-left: 122px;
  background-image: url('../images/play-icon.png');
  background-position: 0px 0px;
  background-size: 106px;
  background-repeat: no-repeat;
}

.txt-playvideo:hover {
  opacity: 0.76;
}

.text-span-2 {
  padding-right: 13px;
  padding-left: 13px;
  background-color: #fff;
}

.text-span-3 {
  background-color: #fff;
}

.s-materials {
  margin-top: 20px;
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: transparent;
}

.text-block-2 {
  color: #8f7878;
  font-size: 22px;
  line-height: 36px;
  font-weight: 700;
}

.div-block {
  width: 290px;
  margin-left: 5vw;
  padding-top: 53px;
}

.aarrow {
  display: inline-block;
  margin-top: 11px;
  margin-right: 15px;
  padding: 11px 15px;
  background-image: url('../images/arrow-left.png');
  background-position: 0px 0px;
  background-size: 44px;
  color: #0058a3;
  font-size: 28px;
  font-weight: 700;
  text-decoration: none;
}

.materials-contaner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding-top: 75px;
  padding-bottom: 75px;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.material-item1 {
  width: 436px;
  height: 308px;
  margin-right: 11px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff1f1;
  background-image: url('../images/sl1-ikea.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 6px 6px 18px -12px #867c7c;
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}

.c-contaner--flex--material {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.materials-mask {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.material-item2 {
  width: 436px;
  height: 308px;
  margin-right: 11px;
  margin-left: -48px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff1f1;
  background-image: url('../images/sl2-ikea.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 6px 6px 40px -12px #867c7c;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}

.material-item3 {
  width: 436px;
  height: 308px;
  margin-right: 11px;
  margin-left: -63px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff1f1;
  background-image: url('../images/sl3-ikea.jpg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
  box-shadow: 6px 6px 18px -12px #867c7c;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}

.aarrow-copy {
  display: inline-block;
  margin-top: 10px;
  padding: 11px 15px;
  background-image: url('../images/arrow-right.png');
  background-position: 0px 0px;
  background-size: 44px;
  color: #0058a3;
  font-size: 28px;
  font-weight: 700;
  text-decoration: none;
}

.s-tabs {
  margin-top: 45px;
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #fafafa;
}

.c-contaner-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tabs {
  width: 100%;
}

.tab-link-tab-2 {
  margin-right: 23px;
  padding-top: 23px;
  padding-bottom: 23px;
  border-bottom: 3px solid #fbe64d;
  background-color: #fff;
  font-size: 24px;
}

.tab-link-tab-2:hover {
  background-color: #f0f0f0;
}

.tab-link-tab-2.w--current {
  background-color: #fbe64d;
}

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

.columns {
  margin: 56px;
}

.text-block-3 {
  font-size: 24px;
  line-height: 38px;
  font-weight: 700;
}

.text-span-4 {
  color: #aaa4a4;
}

.e-text-card {
  height: 100%;
  margin: 31px 25px;
  padding: 280px 30px 50px;
  background-color: #fafafa;
  background-image: url('../images/ico-register.png'), url('../images/1-1.png');
  background-position: 50% 19%, 7px 30px;
  background-size: 95px, 102px;
  background-repeat: no-repeat, no-repeat;
  text-align: left;
}

.e-text-card:hover {
  background-color: #fbe64d;
  background-image: url('../images/ico-register.png'), url('../images/1-w.png');
}

.e-text-card._2 {
  background-image: url('../images/ico-book.png');
  background-position: 50% 7%;
}

.e-text-card._3 {
  background-image: url('../images/ico-care.png');
}

.e-text-card._4 {
  background-image: url('../images/ico-turnoff.png');
}

.e-text-card._22 {
  background-image: url('../images/ico-lesson.png'), url('../images/2-1.png');
  background-position: 50% 23%, 7px 30px;
  background-size: 95px, 144px;
}

.e-text-card._22:hover {
  background-image: url('../images/ico-lesson.png'), url('../images/2-w.png');
}

.e-text-card._33 {
  background-image: url('../images/ico-diplom.png'), url('../images/3.png');
  background-position: 50% 22%, 7px 30px;
  background-size: 95px, 143px;
}

.e-text-card._33:hover {
  background-image: url('../images/ico-diplom.png'), url('../images/3-w.png');
}

.bold-text {
  display: block;
  margin-bottom: 12px;
  font-size: 28px;
  line-height: 30px;
}

.s-invite {
  margin-top: 171px;
  margin-bottom: 50px;
  background-color: #fafafa;
}

.text-block-copy {
  margin-top: 60px;
  margin-left: 10px;
  padding: 50px 50px 50px 97px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}

.image-2 {
  margin-top: -76px;
  margin-right: 0px;
  margin-left: 0px;
}

.s-map {
  margin-top: 45px;
  padding-top: 55px;
  padding-bottom: 55px;
}

.s-tsitaty {
  margin-top: 171px;
  margin-bottom: 50px;
  background-color: #fbe64d;
}

.text-block-copy-copy {
  padding: 64px 50px 50px 135px;
  background-image: url('../images/quote-icon-1.png');
  background-position: 65px 30px;
  background-size: 125px;
  background-repeat: no-repeat;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.div-block-2 {
  width: 200px;
  margin-top: 36px;
}

.bold-text-2 {
  font-size: 22px;
}

.text-block-4 {
  margin-top: 23px;
}

.s-ychastie {
  margin-top: 45px;
}

.s-photo {
  margin-top: 45px;
  padding-top: 55px;
  padding-bottom: 55px;
}

.e-text-card-nohover {
  height: 100%;
  margin: 0px 25px 0px 0px;
  padding: 280px 30px 50px;
  background-image: url('../images/trash.png');
  background-position: 50% 12%;
  background-size: 180px;
  background-repeat: no-repeat;
  text-align: left;
}

.e-text-card-nohover._2 {
  background-image: url('../images/ico-book.png');
  background-position: 50% 7%;
}

.e-text-card-nohover._3 {
  background-image: url('../images/ico-care.png');
}

.e-text-card-nohover._4 {
  background-image: url('../images/ico-turnoff.png');
}

.e-text-card-nohover._22 {
  background-image: url('../images/ico-lesson.png'), url('../images/2-1.png');
  background-position: 50% 23%, 7px 30px;
  background-size: 95px, 144px;
}

.e-text-card-nohover._22:hover {
  background-image: url('../images/ico-lesson.png'), url('../images/2-w.png');
}

.e-text-card-nohover._33 {
  background-image: url('../images/ico-diplom.png'), url('../images/3.png');
  background-position: 50% 22%, 7px 30px;
  background-size: 95px, 143px;
}

.e-text-card-nohover._33:hover {
  background-image: url('../images/ico-diplom.png'), url('../images/3-w.png');
}

.e-text-card-nohover._222 {
  padding-right: 25px;
  padding-left: 0px;
  background-image: url('../images/lamp.png');
  background-size: 133px;
}

.e-text-card-nohover._333 {
  background-image: url('../images/kran.png');
  background-size: 143px;
}

.s-ikea {
  margin-top: 5px;
  margin-bottom: 50px;
  padding-top: 82px;
  padding-bottom: 114px;
  background-color: #fafafa;
  background-image: url('../images/ikea-shiluet.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.text-block-ikea {
  padding: 64px 50px 50px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.div-block-2-copy {
  width: 200px;
  margin-top: 66px;
}

.c-col--60-copy {
  width: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.s-partners {
  margin-top: 140px;
  padding-right: 10px;
  padding-left: 10px;
}

.text-block-copy {
  padding: 0px 50px 0px 0px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}

.text-partner {
  padding: 0px 50px 0px 0px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
}

.logo {
  margin-bottom: 35px;
}

.logo:hover {
  opacity: 0.8;
}

.logo-eca {
  margin-top: 7px;
  margin-bottom: 35px;
}

.logo-eca:hover {
  opacity: 0.71;
}

.s-planet {
  position: relative;
  margin: 171px 65px 50px;
  background-color: #fbe64d;
  background-image: url('../images/cloud.png');
  background-position: 80% 90%;
  background-size: 125px;
  background-repeat: no-repeat;
}

.planet {
  margin: -84px 0px -50px;
}

.text-block-text {
  margin-top: 60px;
  padding: 50px 50px 50px 97px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}

.text-block-text-planet {
  margin-top: 24px;
  margin-right: 36px;
  margin-bottom: 24px;
  padding: 50px 50px 50px 0px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}

.image-3 {
  position: absolute;
  left: auto;
  top: -17%;
  right: 22%;
  bottom: auto;
}

.s-footer {
  position: relative;
  margin: 171px 0px 0px;
  padding-top: 30px;
  padding-bottom: 51px;
  background-color: #0058a3;
}

.logo-footer {
  width: 300px;
  margin-top: -66px;
  padding: 30px 46px;
  background-color: #fafafa;
}

.image-4 {
  margin-right: auto;
  margin-left: auto;
}

.c-col--30 {
  width: 30%;
}

.c-col--30.f {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.logo-footer-item {
  margin-top: 23px;
  margin-right: 24px;
  margin-left: 17px;
}

.logo-footer-item:hover {
  opacity: 0.72;
}

.footer-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 19px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.e-icon--social-footer {
  display: block;
  width: 40px;
  height: 40px;
  padding: 10px;
  background-image: url('../images/ico-ok-w-1.png');
  background-position: 0px 0px;
  background-size: 40px;
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

.e-icon--social-footer:hover {
  opacity: 0.5;
}

.e-icon--social-footer.vk-w {
  background-image: url('../images/ico-vk-w-1.png');
  background-position: 0px 0px;
  background-size: 40px;
}

.e-icon--social-footer.fb-w {
  background-image: url('../images/ico-fb-w-1.png');
  background-position: 0px 0px;
  background-size: 40px;
}

.e-icon--social-footer.yt-w {
  background-image: url('../images/ico-youtube-w-1.png');
}

.link {
  color: #0058a3;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.e-logo-l {
  margin-top: 7px;
  margin-bottom: 7px;
  float: left;
}

.e-btn-copy {
  height: 54px;
  margin-left: 3vw;
  padding: 15px 53px 15px 20px;
  float: left;
  background-color: #0058a3;
  background-image: url('../images/user-plus.png');
  background-position: 93% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  font-size: 1vw;
  font-weight: 700;
}

.e-btn-copy:hover {
  background-color: #e46d3a;
}

.e-btn-copy.m-min {
  margin-bottom: 8px;
}

.e-btn-copy.m-min:hover {
  background-color: #e46d3a;
}

.e-btn-copy.floatt {
  margin-top: 10px;
  margin-bottom: 10px;
}

.s-nav--fixed {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  height: 75px;
  border-bottom: 1px solid #e2e2e2;
  background-color: #fff;
}

.c-col--60-33 {
  width: 60%;
}

.c-contaner--flex-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-col--60-copy {
  width: 60%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.c-col-hero-left {
  width: 40%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.c-col-hero-left._1-4 {
  width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.c-col-hero-left._1-3 {
  width: 33.3%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.c-col-hero-left.fff {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-col-hero-left.fff-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 53px;
  padding-left: 53px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.c-col-hero-left.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-col--60-copy {
  width: 60%;
}

.c-col--hero {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}

.c-contaner--flex--hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-contaner--flex--fo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-contaner--flex--footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-contaner--ikea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.html-embed {
  width: 100%;
}

.c-contaner--flex--map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.close-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 45px;
  height: 45px;
  margin-top: 33px;
  margin-right: 19px;
  padding-top: 11px;
  background-color: #746962;
  font-size: 23px;
}

.link-4 {
  display: block;
  margin-top: 16px;
  padding-top: 10px;
  padding-bottom: 12px;
  float: left;
  color: #746962;
  font-size: 25px;
  text-decoration: none;
  text-transform: none;
}

.link-4:hover {
  color: #51aac7;
}

.field-label {
  margin-top: 20px;
}

.submit-button {
  margin-top: 10px;
  float: right;
  background-color: #0058a3;
  font-size: 25px;
  line-height: 32px;
  text-transform: none;
}

.submit-button:hover {
  box-shadow: inset 0 0 30px -10px #000;
}

.success-message {
  padding-bottom: 31px;
  background-color: rgba(60, 214, 128, 0.42);
}

.text-block-14 {
  margin-bottom: 21px;
  font-size: 41px;
  line-height: 43px;
}

.msg-wrapper {
  position: relative;
  width: 600px;
  height: auto;
  padding: 20px;
  background-color: #fff;
}

.popup-msg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  -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));
}

.link-8 {
  display: inline-block;
  border-bottom: 3px solid #8eb456;
  color: #000;
  text-decoration: none;
}

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

.title-2 {
  margin-bottom: 15px;
  margin-left: 0px;
  font-size: 39px;
  line-height: 62px;
  font-weight: 700;
  text-transform: none;
}

.image-8 {
  position: fixed;
  left: auto;
  top: auto;
  right: 14%;
  bottom: 0%;
}

.popup-body {
  overflow: auto;
  margin: 49px 6%;
  padding-top: 65px;
  padding-bottom: 65px;
  background-color: #fff;
}

.container {
  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;
}

.link-block {
  margin-left: 0px;
}

.image-7 {
  margin-bottom: 51px;
  margin-left: 0px;
}

.link-9-copy {
  position: relative;
  left: -15px;
  display: inline-block;
  margin-bottom: 13px;
  margin-left: 0px;
  padding-bottom: 1px;
  float: left;
  clear: none;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 1px solid transparent;
  color: #0058a3;
  text-decoration: none;
}

.link-9-copy:hover {
  border-bottom-color: #b5d564;
}

.title {
  width: 40vw;
  margin-bottom: 15px;
  margin-left: 0px;
  font-size: 54px;
  line-height: 62px;
  text-transform: uppercase;
}

.text-span-5 {
  color: #0058a3;
}

.c-col-copy {
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-col-copy._1-4 {
  width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.c-col-copy._1-3 {
  width: 33.3%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.c-col-copy.fff {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-col-copy.fff-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 53px;
  padding-left: 53px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

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

.c-col--nav {
  width: 60%;
  float: right;
}

.navigation-1 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  display: none;
  border-bottom: 1px solid #ece1e1;
  background-color: #fff;
}

.navigation-wrapper {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.menu-items {
  float: right;
}

.nav-contaner {
  width: 60%;
  float: right;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav-wrap {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wrapper {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.photo {
  height: 650px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/photoGallery-new.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.arrow-wraper {
  display: none;
}

.new {
  display: none;
}

@media (max-width: 991px) {
  .s-hero {
    padding-bottom: 155px;
  }
  .c-col._1-3 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .c-col.fff-copy {
    padding-right: 8px;
    padding-left: 32px;
  }
  .c-col.flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-col.hide-on-mobile {
    display: none;
  }
  .c-contaner--flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .c-col--60 {
    width: 60%;
  }
  .hero-image {
    width: 360px;
    height: 394px;
    background-position: 50% 50%;
  }
  .e-h1--hero {
    margin-top: 45px;
    margin-bottom: 45px;
    margin-left: 25px;
    font-size: 3vw;
  }
  .e-logo-link {
    width: 300px;
    margin-bottom: 10px;
  }
  .e-hero-text {
    margin-left: 27px;
    background-position: 100% 100%;
  }
  .e-join-counter-wrapper {
    position: absolute;
    width: 95%;
    max-width: none;
    margin-right: 23px;
    margin-left: 23px;
    padding: 7px 0px 7px 7px;
    background-color: #fafafa;
  }
  .e-join-wrapper-col {
    margin-right: 9px;
  }
  .text-block {
    padding-top: 83px;
    padding-right: 24px;
    padding-left: 19px;
    font-size: 18px;
    line-height: 28px;
  }
  .e-yellow {
    height: 200px;
  }
  .image {
    margin-top: -118px;
  }
  .heading {
    margin-left: 16px;
  }
  .e-text-with-icon {
    padding-right: 8px;
    padding-left: 8px;
  }
  .s-yznaut {
    margin-top: 20px;
  }
  .s-video {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .lightbox-link {
    margin: 23px;
  }
  .text-block-2 {
    margin-left: 16px;
  }
  .div-block {
    margin-left: 0px;
  }
  .c-contaner--flex--material {
    padding-right: 0px;
  }
  .material-item2 {
    margin-top: 41px;
    margin-left: -188px;
  }
  .s-tabs {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .tab-link-tab-2 {
    font-size: 19px;
  }
  .columns {
    margin-right: 10px;
    margin-left: 10px;
  }
  .text-block-3 {
    font-size: 18px;
    line-height: 24px;
  }
  .e-text-card {
    margin-right: 3px;
    margin-left: 3px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
  }
  .s-invite {
    position: relative;
    margin-top: 120px;
  }
  .text-block-copy {
    margin-top: 33px;
    margin-bottom: 42px;
    margin-left: 32px;
    padding-right: 0px;
  }
  .image-2 {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-top: -30px;
  }
  .s-tsitaty {
    margin-top: 0px;
  }
  .text-block-copy-copy {
    padding-right: 0px;
    padding-left: 40px;
  }
  .s-photo {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .e-text-card-nohover {
    margin-right: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .s-ikea {
    padding-top: 16px;
    padding-bottom: 50px;
  }
  .s-partners {
    margin-top: 100px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .text-partner {
    font-size: 16px;
    line-height: 22px;
  }
  .s-planet {
    margin-right: 34px;
    margin-bottom: 2px;
    margin-left: 34px;
  }
  .text-block-text-planet {
    padding-right: 4px;
  }
  .s-footer {
    margin-top: 98px;
  }
  .c-col--30 {
    width: auto;
  }
  .logos-footer {
    margin-left: 20px;
  }
  .footer-social {
    margin-left: 32px;
  }
  .s-nav--fixed {
    display: none;
  }
  .c-col--60-33 {
    width: 60%;
  }
  .c-contaner--flex-copy-copy {
    padding: 46px;
  }
  .c-col--60-copy {
    width: 60%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .div-block-3 {
    width: auto;
  }
  .c-col-hero-left {
    width: 40%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .c-col-hero-left.fff-copy {
    padding-right: 8px;
    padding-left: 32px;
  }
  .c-col-hero-left.flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-col-hero-left.hide-on-mobile {
    display: none;
  }
  .c-col--60-copy {
    width: 60%;
  }
  .c-col--hero {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .c-contaner--flex--hero {
    -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-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .image-5 {
    margin-left: 23px;
  }
  .c-contaner--flex--fo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .c-contaner--flex--footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .c-contaner--ikea {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .c-contaner--flex--map {
    padding: 46px;
  }
  .title-2 {
    font-size: 41px;
    line-height: 50px;
  }
  .popup-body {
    overflow: visible;
    margin-right: 1%;
    margin-left: 1%;
    padding-top: 30px;
    padding-right: 33px;
    padding-left: 33px;
  }
  .title {
    font-size: 41px;
    line-height: 50px;
  }
  .c-col-copy._1-3 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .c-col-copy.fff-copy {
    padding-right: 8px;
    padding-left: 32px;
  }
  .c-col-copy.flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-col-copy.hide-on-mobile {
    display: none;
  }
  .c-col--nav {
    width: 60%;
  }
  .nav-contaner {
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .nav-wrap {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .mainframe {
    overflow: hidden;
  }
  .s-hero {
    padding-bottom: 0px;
  }
  .c-col._1-4 {
    width: 47%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .c-col._1-3 {
    width: 100%;
  }
  .c-col.fff-copy {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .c-contaner--flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .hero-image {
    width: auto;
  }
  .e-social {
    margin-right: 7px;
  }
  .e-menu-link.ask {
    margin-right: 3px;
    margin-left: 3px;
    padding-left: 30px;
    font-size: 14px;
  }
  .e-menu-link.enter {
    font-size: 14px;
  }
  .e-h1--hero {
    font-size: 4vw;
  }
  .e-hero-text {
    max-width: 80%;
  }
  .e-join-counter-wrapper {
    position: static;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 23px;
    margin-left: 0px;
    padding-right: 24px;
    padding-left: 24px;
  }
  .c-col--50 {
    width: 100%;
  }
  .c-col--50.f {
    position: static;
  }
  .text-block {
    padding-top: 48px;
    padding-right: 33px;
    padding-left: 33px;
  }
  .image {
    max-width: 70%;
    margin-right: 77px;
    margin-left: 77px;
  }
  .s-yznaut {
    margin-top: 125px;
  }
  .div-block {
    width: 500px;
    margin-left: 21px;
  }
  .materials-contaner {
    padding-top: 26px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .material-item1 {
    margin-left: 54px;
  }
  .c-contaner--flex--material {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .materials-mask {
    overflow: hidden;
  }
  .material-item2 {
    margin-top: -75px;
    margin-left: 0px;
  }
  .material-item3 {
    margin-top: -49px;
    margin-left: 75px;
  }
  .tab-link-tab-2 {
    margin-right: 1px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .tabs-menu {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .e-text-card {
    margin: 40px;
    padding-right: 61px;
    padding-bottom: 43px;
  }
  .e-text-card._33 {
    padding-bottom: 45px;
  }
  .text-block-copy {
    margin-right: 20px;
    margin-left: 20px;
  }
  .image-2 {
    position: static;
    margin-top: 0px;
  }
  .s-tsitaty {
    padding-bottom: 36px;
  }
  .text-block-copy-copy {
    padding-right: 50px;
    padding-bottom: 13px;
    padding-left: 50px;
  }
  .div-block-2 {
    width: auto;
    margin-top: -1px;
    margin-left: -15px;
  }
  .e-text-card-nohover._222 {
    padding-left: 20px;
  }
  .s-ikea {
    padding-right: 20px;
    padding-left: 20px;
  }
  .text-block-ikea {
    padding-right: 0px;
  }
  .c-col--60-copy {
    width: auto;
  }
  .text-partner {
    padding-right: 20px;
  }
  .logo {
    margin-left: 20px;
  }
  .logo-eca {
    margin-left: 25px;
    padding-left: 0px;
  }
  .text-block-text-planet {
    margin-right: 0px;
  }
  .logos-footer {
    margin-left: 35px;
  }
  .footer-social {
    margin-left: 50px;
  }
  .c-col--60-33 {
    width: 100%;
  }
  .c-contaner--flex-copy-copy {
    padding: 5px 12px;
  }
  .c-col--60-copy {
    padding-right: 4px;
    padding-left: 4px;
  }
  .c-col-hero-left {
    width: 100%;
  }
  .c-col--hero {
    width: 100%;
  }
  .c-contaner--flex--hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-contaner--flex--fo {
    -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;
    text-align: center;
  }
  .c-contaner--flex--footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-6 {
    margin-top: 35px;
  }
  .c-contaner--ikea {
    -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;
  }
  .c-contaner--flex--map {
    padding: 5px 12px;
  }
  .c-col-copy._1-4 {
    width: 47%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .c-col-copy._1-3 {
    width: 100%;
  }
  .c-col-copy.fff-copy {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .nav-contaner {
    padding-right: 0px;
    padding-left: 0px;
  }
  .nav-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

@media (max-width: 479px) {
  .mainframe {
    min-width: 277px;
  }
  .c-col._1-4 {
    width: auto;
  }
  .c-col.fff-copy {
    padding-left: 0px;
  }
  .c-contaner--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .s-nav {
    height: auto;
  }
  .c-menu {
    padding-top: 3px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .e-social {
    margin-bottom: 5px;
  }
  .e-menu-link.ask {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    margin-left: 9px;
    background-position: 50% 50%;
  }
  .e-menu-link.enter {
    width: 40px;
    height: 40px;
    margin-left: 7px;
    background-position: 50% 50%;
  }
  .e-h1--hero {
    margin: 25px 20px 20px;
    font-size: 22px;
    line-height: 28px;
  }
  .e-logo-link {
    width: 242px;
    margin-bottom: 0px;
  }
  .e-hero-text {
    max-width: 87%;
    margin-left: 20px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    font-size: 16px;
    line-height: 24px;
  }
  .e-join-counter-wrapper {
    width: 96%;
    margin-right: 0px;
    margin-left: 7px;
    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;
  }
  .e-join-wrapper-col {
    margin-left: 9px;
  }
  .e-counter-txt {
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 15px;
  }
  .text-block {
    padding: 10px 14px 0px;
  }
  .image {
    max-width: 95%;
    margin: -115px 5px -84px;
  }
  .heading {
    margin-left: 10px;
    font-size: 23px;
    line-height: 32px;
  }
  .e-text-with-icon {
    padding-top: 123px;
  }
  .s-yznaut {
    margin-top: 15px;
  }
  .text-video {
    font-size: 23px;
    line-height: 27px;
  }
  .lightbox-link {
    margin: 10px;
  }
  .txt-playvideo {
    left: 3%;
    padding-left: 69px;
    background-size: 80px;
  }
  .text-block-2 {
    margin-left: 2px;
  }
  .div-block {
    width: auto;
    margin-left: 8px;
    padding-top: 0px;
  }
  .materials-contaner {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .material-item1 {
    width: 250px;
    height: 177px;
    margin-top: -11px;
    margin-left: 24px;
  }
  .materials-mask {
    width: 100vw;
  }
  .material-item2 {
    width: 250px;
    height: 177px;
    margin-top: -38px;
  }
  .material-item3 {
    width: 250px;
    height: 177px;
    margin-top: -22px;
    margin-left: 32px;
  }
  .s-tabs {
    padding-top: 0px;
  }
  .tabs-menu {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .e-text-card {
    margin: 3px 8px;
  }
  .s-invite {
    margin-top: 21px;
  }
  .text-block-copy {
    margin-right: 11px;
    margin-left: 11px;
    font-size: 20px;
    line-height: 24px;
  }
  .image-2 {
    max-width: 68%;
  }
  .text-block-copy-copy {
    padding: 72px 20px 20px;
    background-position: 9% 2%;
  }
  .div-block-2 {
    margin-right: 13px;
    margin-left: 19px;
  }
  .s-ychastie {
    margin-top: 0px;
  }
  .text-block-ikea {
    padding-top: 5px;
    font-size: 16px;
    line-height: 22px;
  }
  .div-block-2-copy {
    margin-top: 30px;
  }
  .c-col--60-copy {
    padding-right: 0px;
    padding-left: 0px;
  }
  .logo {
    margin-left: -1px;
  }
  .logo-eca {
    margin-left: 0px;
  }
  .s-planet {
    margin-right: 10px;
    margin-left: 10px;
  }
  .text-block-text-planet {
    font-size: 20px;
    line-height: 29px;
  }
  .s-footer {
    padding-bottom: 20px;
  }
  .logo-footer {
    margin-left: 10px;
  }
  .logos-footer {
    margin-left: 0px;
  }
  .footer-social {
    margin-left: 10px;
  }
  .div-block-3 {
    margin-top: 15px;
  }
  .c-contaner--flex--hero {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .image-5 {
    margin-left: 15px;
  }
  .menu-text {
    display: none;
  }
  .title-2 {
    font-size: 31px;
    line-height: 43px;
  }
  .popup-body {
    padding-right: 25px;
    padding-left: 25px;
  }
  .link-9-copy {
    font-size: 15px;
  }
  .title {
    font-size: 31px;
    line-height: 43px;
  }
  .c-col-copy._1-4 {
    width: auto;
  }
  .c-col-copy.fff-copy {
    padding-left: 0px;
  }
  .nav-contaner {
    float: none;
  }
  .nav-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

