.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

body {
  font-family: 'Fira Sans', sans-serif;
  color: #4f4f4f;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 19px;
}

a {
  color: #829fec;
  text-decoration: none;
}

a:hover {
  color: #4b87ce;
}

a:visited {
  color: #7d72a7;
}

.page__wrapper {
  position: relative;
  height: auto;
}

.c-container {
  width: 1280px;
  min-height: 400px;
  margin-right: auto;
  margin-left: auto;
}

.c-section {
  position: relative;
  z-index: 10;
}

.container__column--1-4 {
  width: 280px;
  min-height: 40px;
  margin: 5px;
  border-style: none;
  border-width: 1px;
  border-color: #8c72ff;
  background-color: transparent;
}

.container__column--1-4.f1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 163px;
  min-height: 59px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container__column--1-4.f2 {
  width: 205px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.container__column--1-4.f3 {
  width: 183px;
  text-align: center;
}

.container__column--1-4.f4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 208px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: center;
}

.container__column--1-4.m1 {
  width: 22%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
}

.container__column--1-4.m2 {
  border-style: none;
}

.page__container--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1280px;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-transition: -webkit-box-flex 200ms cubic-bezier(.645, .045, .355, 1), -webkit-flex 200ms cubic-bezier(.645, .045, .355, 1);
  transition: -webkit-box-flex 200ms cubic-bezier(.645, .045, .355, 1), -webkit-flex 200ms cubic-bezier(.645, .045, .355, 1);
  transition: flex 200ms cubic-bezier(.645, .045, .355, 1);
  transition: flex 200ms cubic-bezier(.645, .045, .355, 1), -webkit-box-flex 200ms cubic-bezier(.645, .045, .355, 1), -webkit-flex 200ms cubic-bezier(.645, .045, .355, 1), -ms-flex 200ms cubic-bezier(.645, .045, .355, 1);
}

.container__column--2-4 {
  width: 570px;
  height: auto;
  min-height: 40px;
  margin: 5px;
  border-style: none;
  border-width: 1px;
  border-color: #8c72ff;
}

.container__column--2-4.m3 {
  border-style: none;
}

.body__page--main {
  height: 100%;
}

.page__dynamic-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
  background-color: #d9e2f3;
  background-image: url('../images/bg-zerowaste-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.profile__panel {
  display: block;
  background-color: hsla(0, 0%, 100%, 0.2);
}

.profile__panel.is-profile {
  margin-top: 28px;
}

.panel-profile__body {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: hsla(0, 0%, 100%, 0.6);
  text-align: center;
}

.panel-profile__body.nobg {
  background-color: transparent;
}

.panel__text--isballov {
  width: 100%;
  margin-bottom: 5px;
  font-size: 14px;
  letter-spacing: -0.25px;
}

.panel-profile-text__rating {
  margin-bottom: 5px;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  text-transform: uppercase;
}

.profile-body__row--alcenter {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.panel-profile__icon--edit {
  position: absolute;
  left: auto;
  top: 2px;
  right: 16px;
  bottom: 0%;
  width: 16px;
  height: 16px;
  background-image: url('../images/Icon_edit.svg');
  background-position: 50% 50%;
  background-size: contain;
}

.panel-profile__icon--edit:hover {
  opacity: 0.5;
}

.panel-profile__icon--eye {
  position: absolute;
  left: auto;
  top: 2px;
  right: 16px;
  bottom: 0%;
  width: 16px;
  height: 16px;
  background-image: url('../images/Eye_icon.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.panel-profile__icon--eye:hover {
  opacity: 0.5;
}

.panel-profile-text__progress {
  margin-right: 6px;
  margin-bottom: 5px;
}

.panel-profile-text__progress.positiv {
  color: #6fcf97;
}

.panel-profile-text__progress.negative {
  color: #f77;
}

.panel__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  text-align: left;
}

.panel__content.nobg {
  background-color: transparent;
}

.profile-panel__content--alcenter {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: transparent;
  text-align: center;
}

.profile-panel__content--alcenter.nobg {
  background-color: transparent;
}

.e-panel-profile-body-row--alleft {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -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;
}

.panel__title {
  width: 100%;
  margin-bottom: 3px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  text-transform: uppercase;
}

.panel__text--isdate {
  font-size: 13px;
}

.panel__gameicon {
  width: 104px;
  height: 104px;
  float: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #4b87ce;
}

.panel__gameicon.red {
  background-color: #f77;
}

.panel__gameicon.green {
  background-color: #6fcf97;
}

.panel__gameicon.blue {
  background-color: #4b87ce;
}

.panel__gameicon.purple {
  background-color: #7d72a7;
}

.panel--games {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 104px;
  margin-bottom: 14px;
  background-color: hsla(0, 0%, 100%, 0.2);
}

.panel__row--alleft {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  -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;
}

.panel-profile-text__ballov {
  width: auto;
  margin-bottom: 5px;
}

.panel__text--isvisitdate {
  width: 100%;
  margin-bottom: 0px;
  font-size: 12px;
}

.store--button {
  width: 80px;
  height: 30px;
  margin-top: 1px;
  margin-bottom: 1px;
  background-image: url('../images/appstore_logo-o.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.store--button:hover {
  opacity: 0.5;
}

.store--button.googl-store {
  width: 80px;
  height: 24px;
  background-image: url('../images/google-store_logo-o.png');
  background-size: cover;
}

.panel__title--superbig {
  width: 100%;
  margin-bottom: 9px;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
  text-transform: uppercase;
}

._w-flashmob-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flashmob-meta__item {
  margin-left: 10px;
  padding-left: 20px;
  background-image: url('../images/Resort_master_icongrey.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.panel__row--flashmob-meta {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  padding-right: 10px;
  padding-left: 10px;
  -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;
}

.panel__list {
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.panel__content-wrapper--isbig {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 25px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-color: transparent;
  text-align: left;
}

.panel__content-wrapper--isbig.nobg {
  background-color: transparent;
}

.list__item--tasks {
  list-style-type: none;
}

.tasks__card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 104px;
  margin-bottom: 14px;
  background-color: #fff;
  color: #4f4f4f;
}

.tasks__card:hover {
  color: #858585;
}

.tasks__cover {
  overflow: hidden;
  width: 144px;
  height: 120px;
  float: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #b2b0b0;
}

.tasks__cover.is-fullheight {
  background-color: #4b87ce;
}

.tasks__cover.purple {
  background-color: #7d72a7;
}

.tasks__cover.red {
  background-color: #f77;
}

.tasks-card__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 13px;
  padding-bottom: 13px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  text-align: left;
}

.tasks-card__content.nobg {
  background-color: transparent;
}

.panel__text--abouttask {
  width: 100%;
  margin-top: 3px;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: -0.25px;
}

.task-meta__item--1 {
  padding-left: 20px;
  background-image: url('../images/Star.svg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #858585;
}

.panel-row__meta {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: -2px;
  padding-right: 20px;
  padding-left: 10px;
  -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;
}

.task-meta__item--2 {
  padding-left: 20px;
  background-image: url('../images/User_icon.svg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #4b87ce;
}

.flashmob-meta__item--isusers {
  padding-left: 20px;
  background-image: url('../images/User_icon_grey.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.panel__link--more {
  color: #686868;
  text-decoration: none;
}

.panel__link--more:hover {
  color: #4b87ce;
}

.e-banner {
  display: block;
  background-color: hsla(0, 0%, 100%, 0.6);
}

.e-banner-name {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.e-banner-title {
  width: 100%;
  margin-bottom: 5px;
  font-size: 14px;
  letter-spacing: -0.25px;
}

.e-banner-content {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: transparent;
  text-align: center;
}

.e-banner-content.nobg {
  background-color: transparent;
}

.e-banner-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.e-banner-bigtext {
  margin-bottom: 5px;
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  text-transform: uppercase;
}

.panel--isfullheight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 95%;
  min-height: 104px;
  margin-bottom: 14px;
  background-color: hsla(0, 0%, 100%, 0.2);
}

.img-game-cover {
  width: 100%;
  height: 100%;
  min-width: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.column__title {
  margin-bottom: 7px;
  margin-left: 0%;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.page__section {
  position: relative;
  z-index: 10;
  min-height: 77vh;
  padding-top: 40px;
}

.page__footer {
  position: relative;
  z-index: 10;
  margin-top: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}

.social__item {
  width: 27px;
  height: 27px;
  margin-right: 10px;
  margin-left: 0px;
  background-image: url('../images/social-Instagram.svg');
  background-position: 50% 50%;
  background-size: 28px;
  background-repeat: no-repeat;
}

.social__item:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.social__item.facebook {
  margin-right: 0px;
  background-image: url('../images/social-Facebook.svg');
  background-size: 11px;
}

.social__item.ok {
  margin-right: 5px;
  background-image: url('../images/social-OK.svg');
  background-size: 12px 24px;
}

.social__item.vk {
  background-image: url('../images/social-VK.svg');
  background-size: 28px;
}

.social__item.youtube {
  background-image: url('../images/social-Youtube.svg');
  background-size: 25px;
}

.footer__txt--small {
  color: #828282;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: -0.3px;
}

.mos-grant {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.image {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 65% 50%;
  object-position: 65% 50%;
}

.sidebar-left__menu--desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
  text-align: center;
}

.sidebar-left__menu--desktop.profile {
  margin-top: 28px;
}

.panel-profile__text {
  width: 100%;
  margin-bottom: 5px;
  font-size: 14px;
  letter-spacing: -0.25px;
}

.btn--standart {
  width: 100%;
  min-height: 40px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-right: 28px;
  padding-left: 28px;
  background-color: #829fec;
  text-align: center;
}

.btn--standart:hover {
  background-color: #4b87ce;
  color: #fff;
}

.btn--standart.is-sendreport {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
}

.btn--standart.btn-canceltasl {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
}

.btn--standart.is-restore {
  margin-top: 5px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
}

.btn--standart.disabled {
  background-color: #afafaf;
}

.btn--white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: rgba(255, 255, 255, 0.6);
  color: #4f4f4f;
}

.btn--white:hover {
  background-color: #fff;
}

.profile-panel--is-nottaken {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #819fec;
  color: #fff;
}

.profile-panel--is-nottaken.profile {
  margin-top: 28px;
}

.e-panel-title {
  margin-bottom: 5px;
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  text-transform: uppercase;
}

.btn-group {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link-block {
  width: 24px;
  height: 24px;
}

.e-task-btn-item {
  width: 24px;
  height: 24px;
  margin-right: 5px;
  margin-left: 5px;
  background-image: url('../images/icon-Trash_can.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.e-task-btn-item:hover {
  opacity: 0.5;
}

.e-task-btn-item.ico-chart {
  background-image: url('../images/icon-Cart.svg');
}

.e-task-btn-item.ico-bag {
  background-image: url('../images/icon-bag.svg');
  background-size: 27px;
  background-repeat: no-repeat;
}

.e-task-btn-group {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.e-panel-text--issmall {
  width: 100%;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.25px;
}

.e-btn-icon {
  margin-left: -17px;
  padding-right: 10px;
  padding-left: 10px;
  background-image: url('../images/icon-Send.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.e-panel--status {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  background-color: #67afb7;
  color: #fff;
}

.e-panel--status.profile {
  margin-top: 28px;
}

.e-task-btn-item--cancel {
  width: 24px;
  height: 24px;
  margin-right: 5px;
  margin-left: 5px;
  background-image: url('../images/icon-Cancel.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.e-task-btn-item--cancel.ico-chart {
  background-image: url('../images/icon-Cart.svg');
}

.e-task-btn-item--cancel.ico-bag {
  background-image: url('../images/icon-bag.svg');
  background-size: 27px;
  background-repeat: no-repeat;
}

.e-task-btn-item--cancel.position-incorner {
  position: absolute;
  left: auto;
  top: -29%;
  right: 0%;
  bottom: auto;
}

.e-task-btn-item--cancel.position-incorner:hover {
  opacity: 0.5;
}

.panel__text--ismedium {
  width: 100%;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.25px;
}

.panel-taken__notification {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f77;
  text-align: left;
}

.panel-taken__notification.nobg {
  background-color: transparent;
}

.e-panel-status {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.e-panel-status-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.e-btn-icon--restore {
  margin-left: -17px;
  padding-right: 10px;
  padding-left: 10px;
  background-image: url('../images/icon-Reload.svg');
  background-position: 50% 50%;
  background-size: 29px;
  background-repeat: no-repeat;
}

.panel--red {
  display: block;
  margin-top: 10px;
  margin-bottom: 5px;
  background-color: #f77;
  color: #fff;
}

.panel--red.profile {
  margin-top: 28px;
}

.e-status-table-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.e-status-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.e-panel-row--flexvertical {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -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;
}

.e-panel-title--nobold {
  margin-bottom: 5px;
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  text-transform: none;
}

.e-panel-text {
  width: 100%;
  margin-bottom: 5px;
  font-size: 14px;
  letter-spacing: -0.25px;
}

.panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: auto;
  margin-bottom: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: hsla(0, 0%, 100%, 0.8);
}

.form__wrapper {
  margin-right: 10px;
  margin-left: 10px;
}

.form__inpit-field {
  background-color: #f7f7f7;
  font-size: 16px;
}

.form__input-dropdown {
  border-radius: 0px;
  background-color: #f7f7f7;
  font-size: 16px;
}

.a-input-btn {
  margin-top: 10px;
}

.a-input-btn:hover {
  background-color: #4b87ce;
}

.form__input-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.form__input-lable {
  margin-top: 13px;
}

.form__input-lable.m {
  margin-top: 4px;
  margin-right: 30px;
  float: left;
  font-size: 16px;
}

.e-panel-column {
  padding-left: 0px;
}

.column__link--goback {
  padding-left: 60px;
  background-image: url('../images/icon-arrowGoBack.svg');
  background-position: 0% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
  color: #4f4f4f;
  text-decoration: none;
}

.column__link--goback:hover {
  opacity: 0.7;
  color: #4f4f4f;
}

.container__column--3-4 {
  width: 860px;
  height: auto;
  min-height: 40px;
  margin: 5px;
  border-style: none;
  border-width: 1px;
  border-color: #8c72ff;
}

.e-panel-rating-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.e-panel-rating-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: auto;
  margin-bottom: 14px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.rating-table {
  display: block;
  margin-top: 12px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.rating-table__row {
  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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.rating-table__row:hover {
  background-color: #fff5f5;
}

.rating-table__name {
  padding: 9px 14px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #4f4f4f;
  text-decoration: none;
}

.rating-table__name:hover {
  background-color: #7d72a7;
  color: #fff;
}

.rating-table__points {
  width: 25%;
  margin-right: 15px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 16px;
  font-weight: 500;
  text-align: right;
}

.rating-table__name--isme {
  padding: 9px 14px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(239, 243, 255, 0.73);
  color: #4f4f4f;
  text-decoration: none;
}

.rating-table__name--isme:hover {
  background-color: #7d72a7;
  color: #fff;
}

.e-panel-rating-column-cities {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: auto;
  margin-bottom: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.panel__content-txt {
  width: 100%;
  margin-top: 12px;
  margin-right: 0%;
  margin-bottom: 15px;
}

.e-panel-content--cards-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-color: transparent;
  text-align: left;
}

.e-panel-content--cards-grid.nobg {
  background-color: transparent;
}

.panel__cards-grid-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 5px;
  padding-right: 10px;
  padding-left: 10px;
  -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;
}

.panel--isbg-alpha {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: auto;
  margin-bottom: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.card-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  max-width: 160px;
  min-height: 104px;
  margin: 10px 20px 10px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: hsla(0, 0%, 100%, 0.68);
}

.card-item__cover {
  position: relative;
  width: 100%;
  height: 140px;
  float: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #b2b0b0;
}

.card-item__cover.blue {
  background-color: #4b87ce;
}

.card-item__cover.purple {
  background-color: #7d72a7;
}

.card-item__cover.red {
  background-color: #f77;
}

.card-item__meta {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 20px;
  margin-top: 0px;
  margin-bottom: 8px;
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -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;
  background-color: #fff;
  font-size: 12px;
}

.card-item__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  text-align: left;
}

.card-item__body.nobg {
  background-color: transparent;
}

.card__btn--default {
  width: 100%;
  min-height: 40px;
  margin-top: 15px;
  margin-bottom: 0px;
  padding-right: 7px;
  padding-left: 7px;
  background-color: #bdbdbd;
  font-size: 12px;
  text-align: center;
}

.card__btn--default:hover {
  background-color: #4b87ce;
  color: #fff;
}

.card__btn--default.btn-sendreport {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
}

.card__btn--default.btn-canceltasl {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
}

.card__btn--default.btn-restore {
  margin-top: 5px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
}

.card__btn--default.is-started {
  background-color: #67afb7;
}

.card__btn--default.is-started:hover {
  background-color: #529ba3;
}

.card__btn--default.is-done {
  background-color: #6fcf97;
}

.card__btn--default.is-done:hover {
  background-color: #52af79;
}

.card-item-meta__points--default {
  padding-left: 20px;
  background-image: url('../images/Star.svg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  color: #858585;
}

.card-item-meta__lock--default {
  margin-right: -3px;
  padding-left: 20px;
  background-image: url('../images/icon-Lock.svg');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  color: #4b87ce;
}

.card-item-meta__eye--default {
  margin-left: 5px;
  padding-left: 20px;
  background-image: url('../images/Eye_icon.svg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.51;
  color: #4b87ce;
}

.card-item-meta__lock--started {
  margin-right: -3px;
  padding-left: 20px;
  background-image: url('../images/icon-Unlock.svg');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  color: #4b87ce;
}

.card-item-meta__eye--started {
  margin-left: 5px;
  padding-left: 20px;
  background-image: url('../images/Eye_icon.svg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  color: #4b87ce;
}

.card-item-meta__points--started {
  padding-left: 20px;
  background-image: url('../images/Star.svg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #858585;
}

.link--viewrating {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-right: 20px;
  color: #686868;
  text-decoration: none;
}

.link--viewrating:hover {
  color: #4b87ce;
}

.card-cover__image {
  -o-object-fit: cover;
  object-fit: cover;
}

.panel__content--ismeta {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  padding-right: 0px;
  padding-left: 0px;
  -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;
}

.sidebar-r__content {
  margin-right: 0%;
  margin-bottom: 20px;
}

.page-sidebar-r {
  margin-top: 28px;
  padding: 30px 20px;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.btn--isblue {
  width: 100%;
  min-height: 40px;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 15px 28px;
  background-color: #829fec;
  font-size: 16px;
  text-align: center;
}

.btn--isblue:hover {
  background-color: #4b87ce;
  color: #fff;
}

.btn--isblue.btn-sendreport {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
}

.btn--isblue.btn-canceltasl {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
}

.btn--isblue.btn-restore {
  margin-top: 5px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
}

.btn--isblue.is-xl {
  width: auto;
  padding: 15px 50px;
  font-size: 17px;
}

.btn--isblue.is-xl.is-disabled {
  background-color: #afafaf;
}

.btn--isblue._404 {
  padding-left: 16px;
  color: #fff;
}

.a-inpit-field--report {
  overflow: auto;
  padding-top: 10px;
  border-style: solid;
  border-width: 3px;
  border-color: #6fcf97;
  background-color: #fff;
  font-size: 16px;
  line-height: 17px;
}

.a-inpit-field--report:focus {
  border-color: #48db86;
}

.a-inpit-field--report.input-blue-border {
  display: block;
  overflow: auto;
  height: auto;
  min-height: 75px;
  border-color: #829fec;
}

.panel__form {
  width: 100%;
}

.e-panel-text--issubtitle {
  width: 100%;
  margin-bottom: 24px;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  color: #828282;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
}

.panel__text--isboldbig {
  width: 100%;
  margin-bottom: 14px;
  font-family: 'Fira Sans', sans-serif;
  color: #4f4f4f;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-transform: none;
}

.panel__text--isboldbig.add-arrow {
  padding-right: 92px;
}

.link-in-text {
  color: #829fec;
  text-decoration: none;
}

.link-in-text:hover {
  color: #4b87ce;
}

.panel__subtitle--isdark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  color: #4f4f4f;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
}

.panel__isbgwhite {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: auto;
  margin-bottom: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.i-icon-star {
  width: 23px;
  height: 23px;
  margin-right: 3px;
  background-image: url('../images/Star.svg');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.btn--isred {
  width: auto;
  min-height: 40px;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 5px;
  padding-right: 28px;
  padding-left: 28px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #f77;
  text-align: center;
}

.btn--isred:hover {
  background-color: #4b87ce;
  color: #fff;
}

.btn--isred.btn-sendreport {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
}

.btn--isred.btn-canceltasl {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
}

.btn--isred.btn-restore {
  margin-top: 5px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
}

.btn--isred.is-xl {
  padding: 15px 50px;
  font-size: 17px;
}

.task-cover__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.social-login-item__link {
  width: 45px;
  height: 45px;
  margin-bottom: 0px;
  background-color: #335e98;
  background-image: url('../images/icon-fb.png');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.social-login-item__link:hover {
  opacity: 0.78;
}

.social-login-item__link.r-vk {
  background-color: #4b87ce;
  background-image: url('../images/icon-vk.png');
}

.social-login-item__link.r-ok {
  background-color: #f2994a;
  background-image: url('../images/icon-ok.png');
  background-size: 33px;
}

.social-login-item__link.r-google {
  background-color: #eb5757;
  background-image: url('../images/icon-google.png');
}

.social-login__item {
  height: auto;
  margin-right: 10px;
  padding-bottom: 0px;
  list-style-type: none;
}

.register__social-login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 25px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.panel-register__form-text {
  margin-bottom: 15px;
  color: #4f4f4f;
  letter-spacing: -0.3px;
}

.panel-register__form-text.grey {
  color: #afafaf;
}

.form__btn {
  width: auto;
  min-height: 40px;
  min-width: 230px;
  margin-top: 15px;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 15px 38px;
  background-color: #829fec;
  font-size: 17px;
  text-align: center;
}

.form__btn:hover {
  background-color: #4b87ce;
  color: #fff;
}

.form__btn.btn-sendreport {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
}

.form__btn.btn-canceltasl {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
}

.form__btn.btn-restore {
  margin-top: 5px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
}

.form__btn.xl {
  padding: 15px 50px;
  font-size: 17px;
}

.register-form__step {
  margin-top: 10px;
  margin-bottom: 10px;
}

.register-form__step.r-step1 {
  display: block;
}

.register-form__step.r-step2 {
  display: block;
  margin-top: 10px;
  margin-bottom: 13px;
}

.c-register-avatar {
  overflow: hidden;
  width: 160px;
  height: 160px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
}

.form__columns {
  margin-top: 40px;
  margin-bottom: 40px;
}

.e-registerform-group--isflexhorizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 17px;
}

.form__radiobtn {
  margin-right: 25px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.radiobtn__label {
  margin-left: 4px;
  font-weight: 500;
}

.register__gotologin {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -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;
}

.gotologin__link {
  margin-left: 11px;
  color: #4f4f4f;
  font-size: 18px;
  line-height: 18px;
}

.gotologin__minitext {
  color: #afafaf;
  font-size: 11px;
  line-height: 13px;
}

.panel-register__title {
  width: 100%;
  margin-bottom: 9px;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-size: 35px;
  line-height: 34px;
  font-weight: 500;
  text-transform: uppercase;
}

.panel__register {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-color: transparent;
  text-align: left;
}

.panel__register.nobg {
  background-color: transparent;
}

.input-checkbox__isbig {
  width: 24px;
  height: 24px;
  margin-right: 11px;
  padding: 11px;
  border-radius: 0px;
}

.input-checkbox__isbig.w--redirected-focus {
  border-color: #829fec;
  box-shadow: none;
}

.avatar__btn {
  width: 175px;
  height: 175px;
  margin-left: 0px;
  border-color: #fff;
  background-image: url('../images/avatar-girl-circle.jpg');
  background-position: 50% 50%;
  background-size: 160px 160px;
  background-repeat: no-repeat;
}

.avatar__btn:hover {
  border-color: #f77;
}

.avatar__btn.w--redirected-checked {
  border-color: #f77;
}

.avatar__btn.w--redirected-focus {
  box-shadow: 0 0 0 1px #f77;
}

.avatar__btn.r-isboy {
  background-image: url('../images/avatar-boy-circle.jpg');
}

.reg-avatar {
  display: block;
}

.form__radiobtn--avatar {
  text-align: center;
}

.avatar-radiobtn-lable--ishidden {
  display: none;
}

.e-register-link--small {
  position: relative;
  top: -5px;
  float: right;
  color: #858585;
  font-size: 12px;
  line-height: 15px;
}

.page__banners {
  position: relative;
  z-index: 10;
  margin-top: 20px;
}

.page__mobile-nav {
  position: relative;
  display: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mobile-nav__item {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background-color: #e6e1e1;
  background-image: url('../images/Icon_task_inactive.svg');
  background-position: 50% 50%;
  background-size: 33px;
  background-repeat: no-repeat;
}

.mobile-nav__item.ico-user {
  background-image: url('../images/icon_user_inactive.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.mobile-nav__item.ico-games {
  position: absolute;
  left: auto;
  top: 0%;
  right: 50px;
  bottom: auto;
  background-image: url('../images/icon_games.svg');
  background-position: 50% 50%;
  background-size: 32px;
  background-repeat: no-repeat;
}

.panel__mobile-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
  text-align: center;
}

.panel__mobile-menu.profile {
  margin-top: 28px;
}

.panel__mobile-menu.hideondesktop {
  display: none;
}

.i-checkbox--big-2 {
  width: 24px;
  height: 24px;
  margin-right: 11px;
  padding: 11px;
  border-radius: 0px;
}

.i-checkbox--big-2.w--redirected-focus {
  border-color: #829fec;
  box-shadow: none;
}

.form__input-btn--blue {
  margin-top: 10px;
}

.form__input-btn--blue:hover {
  background-color: #4b87ce;
}

.a-inpit-field--report-2 {
  overflow: auto;
  padding-top: 10px;
  border-style: solid;
  border-width: 3px;
  border-color: #6fcf97;
  background-color: #fff;
  font-size: 16px;
  line-height: 17px;
}

.a-inpit-field--report-2:focus {
  border-color: #48db86;
}

.a-inpit-field--report-2.input-blue-border {
  display: block;
  overflow: auto;
  height: auto;
  min-height: 75px;
  border-color: #829fec;
}

.status__panel--taken {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  background-color: #6fcf97;
  color: #fff;
}

.status__panel--taken.profile {
  margin-top: 28px;
}

.e-panel-profile-body-row--alcenter-mobile {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.panel__content--alcenter--ismobile {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: transparent;
  text-align: center;
}

.panel__content--alcenter--ismobile.nobg {
  background-color: transparent;
}

.e-panel-title--mobile {
  margin-bottom: 5px;
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  text-transform: uppercase;
}

.e-panel-title--mobile--islink {
  margin-bottom: 5px;
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  text-transform: uppercase;
}

.e-panel-title--islink {
  margin-bottom: 5px;
  font-family: 'Fira Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  text-transform: uppercase;
}

.e-panel-content--alcenter--mobile {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: transparent;
  text-align: center;
}

.e-panel-content--alcenter--mobile.nobg {
  background-color: transparent;
}

.panel__pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin: 25px 0px 0px 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  text-align: center;
}

.pael-pagination__item {
  display: block;
  width: 32px;
  height: 32px;
  margin-left: -1px;
  padding: 5px 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e3e3;
  border-radius: 1px;
  background-color: hsla(0, 0%, 100%, 0.15);
  font-size: 11px;
  text-align: center;
}

.pael-pagination__item:hover {
  background-color: #eff3ff;
}

.pael-pagination__item.pagination-item--current-page {
  background-color: rgba(229, 236, 255, 0.63);
}

.rating-table__badge {
  margin-left: 5px;
  padding-right: 4px;
  padding-left: 4px;
  border-radius: 2px;
  background-color: #819fec;
  color: #fff;
  font-size: 10px;
  line-height: 15px;
}

.e-image-success {
  margin-bottom: 31px;
}

.popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(79, 79, 79, 0.36);
}

.popup.popup--hidden {
  display: none;
}

.popup__body {
  position: relative;
  width: 512px;
  padding: 66px;
  background-color: #fff;
}

.popup__body:hover {
  z-index: 10;
}

.popup__title {
  width: 100%;
  margin-bottom: 9px;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
  text-transform: uppercase;
}

.popup__footer-garbage {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 50vh;
  padding-bottom: 139px;
  background-image: url('../images/bg-garbage-2.png');
  background-position: 50% -2%;
  background-size: cover;
  background-repeat: no-repeat;
}

.panel-title__superbig {
  width: 100%;
  margin-bottom: 9px;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
  text-transform: uppercase;
}

.sidebar__panel--is-nottaken-copy {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #819fec;
  color: #fff;
}

.sidebar__panel--is-nottaken-copy.profile {
  margin-top: 28px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.body__page--404 {
  height: 100%;
  background-image: url('../images/bg-zerowaste-2.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.link--is-white {
  color: #fff;
}

.div-block {
  margin-top: 29px;
  color: #fff;
}

.link {
  font-size: 12px;
}

@media screen and (min-width: 1280px) {
  .e-panel-title {
    color: #fff;
  }
  .btn--isblue {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 17px;
  }
  .page__mobile-nav {
    position: relative;
    left: 0px;
    right: 0px;
    z-index: 100;
    display: none;
    -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;
    text-align: center;
  }
  .mobile-nav__item {
    margin-right: 5px;
    margin-left: 5px;
    background-image: url('../images/Icon_task_inactive.svg');
    background-position: 50% 50%;
    background-size: 35px;
    background-repeat: no-repeat;
  }
  .mobile-nav__item.ico-user {
    background-image: url('../images/icon_user_inactive.svg');
  }
  .mobile-nav__item.ico-games {
    position: absolute;
    right: 0px;
    margin-right: 60px;
    background-image: url('../images/icon_games.svg');
    text-align: right;
  }
  .e-panel-title--islink {
    color: #fff;
  }
  .popup {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .popup__body {
    max-width: 512px;
    padding: 60px;
    background-color: #fff;
  }
  .popup__footer-garbage {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    height: 50vh;
    background-image: url('../images/bg-garbage-2.png');
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 991px) {
  .container__column--1-4 {
    min-height: 5px;
  }
  .container__column--1-4.f4 {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .container__column--1-4.b1 {
    display: none;
  }
  .container__column--1-4.m1 {
    width: 205px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .container__column--1-4.m2 {
    width: 60%;
    padding-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .container__column--1-4.m6 {
    width: 95%;
  }
  .page__container--flex {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
  }
  .container__column--2-4.m3 {
    width: 88%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .container__column--2-4.m5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .panel__gameicon.purple {
    height: 108px;
  }
  .store--button.googl-store {
    width: 94px;
    height: 28px;
    margin-right: 8px;
  }
  .panel__content-wrapper--isbig {
    padding-right: 20px;
    padding-left: 20px;
  }
  .panel--isfullheight {
    height: auto;
  }
  .page__section {
    max-width: 768px;
    margin-right: auto;
    margin-left: auto;
  }
  .mos-grant {
    width: 500px;
    text-align: center;
  }
  .container__column--3-4 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .container__column--3-4.m4 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .e-panel-rating-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .panel__cards-grid-wrapper {
    padding-right: 0px;
    padding-left: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .card-item {
    width: 25%;
    min-width: 160px;
    margin-right: 5px;
  }
  .link--viewrating {
    position: relative;
  }
  .page__mobile-nav {
    position: relative;
    padding-top: 12px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .mobile-nav__item.ico-games {
    left: auto;
    top: 12px;
    right: 76px;
    bottom: auto;
  }
}

@media screen and (max-width: 767px) {
  .container__column--1-4 {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .container__column--1-4.f1 {
    width: 168px;
  }
  .container__column--1-4.f2 {
    width: auto;
  }
  .container__column--1-4.f3 {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    text-align: center;
  }
  .container__column--1-4.f4 {
    width: 100%;
    margin-top: 15px;
  }
  .container__column--1-4.b2 {
    width: 280px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .container__column--1-4.b3 {
    width: 280px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .container__column--1-4.b4 {
    width: 280px;
  }
  .container__column--1-4.m1 {
    display: block;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .container__column--1-4.m2 {
    width: 100%;
    max-width: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .container__column--1-4.m6 {
    width: 90%;
  }
  .page__container--flex {
    width: auto;
  }
  .container__column--2-4 {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
  }
  .container__column--2-4.m3 {
    width: 100%;
    margin-top: 0px;
  }
  .container__column--2-4.m5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .profile__panel.is-profile {
    width: 50%;
    margin-top: 0px;
  }
  .profile__panel.personal {
    height: 50%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .profile__panel.regional {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .panel-profile__body {
    height: 100%;
    padding-top: 56px;
  }
  .profile-panel__avatar {
    height: 100%;
  }
  .profile-body__row--alcenter {
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .profile-panel__content--alcenter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .profile-panel__content--alcenter.fix {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .panel--games {
    margin-right: 15px;
    margin-left: 15px;
  }
  .panel__row--alleft {
    padding-right: 20px;
    padding-left: 10px;
  }
  .store--button.googl-store {
    width: 93px;
    height: 27px;
    margin-right: 9px;
  }
  .panel__list {
    margin-bottom: 0px;
  }
  .panel__content-wrapper--isbig {
    padding-right: 5px;
    padding-left: 5px;
  }
  .tasks__card {
    margin-top: 7px;
    margin-bottom: 7px;
  }
  .tasks__cover.is-fullheight {
    width: 120px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .panel--isfullheight {
    height: auto;
  }
  .column__title {
    margin-top: 20px;
    margin-left: 15px;
  }
  .page__section {
    padding-top: 0px;
  }
  .page__section.paddingtop-xl {
    padding-top: 32px;
  }
  .social-group {
    text-align: center;
  }
  .footer__txt--small {
    width: 100%;
    text-align: center;
  }
  .mos-grant {
    -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;
  }
  .image {
    width: 160px;
  }
  .sidebar-left__menu--desktop {
    width: auto;
    padding-right: 32px;
    padding-left: 32px;
  }
  .sidebar-left__menu--desktop.hideonmobile {
    display: none;
  }
  .btn--standart {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .btn--standart.is-restore {
    display: block;
  }
  .btn--white {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .profile-panel--is-nottaken {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .e-task-btn-group {
    margin-left: -16px;
  }
  .e-task-btn-item--cancel.position-incorner {
    left: auto;
    top: 21%;
    right: 0%;
    bottom: 0%;
  }
  .panel__cards-grid-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .card-item {
    margin-right: 10px;
  }
  .form__btn {
    width: 100%;
    margin-top: 26px;
  }
  .register__gotologin {
    margin-top: 0px;
    -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;
  }
  .avatar__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .profile__mystat-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .page__mobile-nav {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .mobile-nav__item {
    background-color: #829fec;
  }
  .mobile-nav__item.ico-games.w--current {
    background-color: #4f4f4f;
  }
  .profile-sidebar__left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .profile-sidebar__left.hideonmobile {
    display: none;
  }
  .panel__mobile-menu {
    width: 100%;
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .panel__mobile-menu.hideondesktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .status--active--ismobile {
    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-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .e-panel-profile-body-row--alcenter-mobile {
    position: static;
    margin-right: 12px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .panel__content--alcenter--ismobile {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 11px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -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;
  }
  .panel__content--alcenter--ismobile.fix {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .e-panel-title--mobile {
    margin-bottom: 0px;
    color: #fff;
  }
  .status--breaking--ismobile {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .e-panel-title--mobile--islink {
    margin-bottom: 0px;
    color: #fff;
  }
  .e-panel-content--alcenter--mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 10px 87px;
    -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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .e-panel-content--alcenter--mobile.fix {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .popup__body {
    z-index: 10;
  }
  .sidebar__panel--is-nottaken-copy {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media screen and (max-width: 479px) {
  .page__wrapper {
    min-width: 320px;
  }
  .container__column--1-4.f1 {
    width: 127px;
    margin-right: 5px;
  }
  .container__column--1-4.f2 {
    width: 170px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .container__column--1-4.f3 {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .container__column--1-4.f4 {
    margin-right: 0px;
  }
  .container__column--1-4.m1 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container__column--1-4.m2 {
    width: 100%;
  }
  .profile__panel.is-profile {
    width: 100%;
  }
  .profile__panel.personal {
    width: 50%;
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: hsla(0, 0%, 100%, 0.8);
  }
  .profile__panel.regional {
    width: 50%;
    background-color: hsla(0, 0%, 100%, 0.5);
  }
  .panel-profile__body {
    padding-top: 15px;
  }
  .profile-body__row--alcenter {
    padding-right: 10px;
    padding-left: 10px;
  }
  .panel-profile__icon--edit {
    right: 7%;
  }
  .panel-profile__icon--eye {
    right: 7%;
  }
  .profile-panel__content--alcenter {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .panel__title {
    margin-bottom: 0px;
  }
  .panel--games {
    margin-right: 10px;
    margin-left: 10px;
  }
  .panel__row--alleft {
    width: auto;
    padding-right: 15px;
    padding-left: 10px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .store--button.googl-store {
    margin-right: 4px;
  }
  .panel__title--superbig {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 23px;
    line-height: 29px;
  }
  .panel__row--flashmob-meta {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .panel__content-wrapper--isbig {
    padding-top: 15px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .tasks__card {
    width: 100%;
    padding-right: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .tasks__cover.is-fullheight {
    width: 113px;
    height: auto;
    margin-right: 8px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .tasks-card__content {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .panel__text--abouttask {
    font-size: 12px;
    line-height: 15px;
  }
  .panel-row__meta {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column__title {
    width: auto;
    margin-top: 25px;
    margin-left: 10px;
  }
  .page__section.paddingtop-xl {
    padding-top: 23px;
  }
  .social__icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 42px;
    padding-left: 42px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .footer__txt--small {
    width: 95%;
    margin-top: 5px;
  }
  .mos-grant {
    margin-top: 11px;
  }
  .e-panel-title {
    margin-right: 7px;
  }
  .e-task-btn-group {
    margin-left: -5px;
  }
  .form__input-lable.m {
    float: none;
  }
  .column__link--goback {
    display: block;
    font-size: 13px;
  }
  .rating-table__name {
    font-size: 13px;
  }
  .rating-table__points {
    width: 23%;
    font-size: 15px;
  }
  .rating-table__name--isme {
    font-size: 13px;
  }
  .panel__cards-grid-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .card-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    margin-right: 0px;
    -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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .card-item__cover {
    width: 40%;
    float: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .card-item__meta {
    width: auto;
    margin-bottom: 0px;
    padding-left: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: transparent;
  }
  .card-item__body {
    width: auto;
    height: auto;
    padding-top: 9px;
    -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;
  }
  .card__btn--default {
    min-height: 34px;
  }
  .link--viewrating {
    position: static;
    margin-top: 0px;
    margin-bottom: 7px;
  }
  .card-cover__image {
    height: 100%;
  }
  .btn--isblue.is-xl {
    width: 100%;
    margin-right: 0px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .panel__subtitle--isdark {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .i-icon-star {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .btn--isred.is-xl {
    width: 100%;
    margin-right: 0px;
  }
  .form__btn {
    width: 100%;
  }
  .register__gotologin {
    position: relative;
    margin-bottom: 11px;
    -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;
  }
  .gotologin__link {
    margin-left: 0px;
  }
  .panel__register {
    padding-right: 14px;
    padding-left: 15px;
  }
  .form__radiobtn--avatar {
    padding-left: 0px;
  }
  .profile__mystat-group {
    position: relative;
    z-index: 15;
    width: 100%;
    margin-top: -104px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .page__mobile-nav {
    padding-right: 12px;
    padding-left: 12px;
  }
  .mobile-nav__item {
    background-color: rgba(230, 225, 225, 0.28);
  }
  .mobile-nav__item.w--current {
    background-color: #829fec;
  }
  .mobile-nav__item.ico-games {
    right: 60px;
  }
  .profile-sidebar__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .panel__mobile-menu.hideondesktop {
    margin-bottom: 21px;
  }
  .e-panel-profile-body-row--alcenter-mobile {
    padding-right: 10px;
    padding-left: 10px;
  }
  .panel__content--alcenter--ismobile {
    padding-right: 25px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .e-panel-title--mobile {
    margin-right: 7px;
  }
  .e-panel-title--mobile--islink {
    margin-right: 7px;
  }
  .e-panel-title--islink {
    margin-right: 7px;
  }
  .e-panel-content--alcenter--mobile {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .popup {
    padding-top: 31px;
    padding-right: 7px;
    padding-left: 7px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .popup__body {
    padding: 35px;
  }
  .popup__title {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 23px;
    line-height: 29px;
  }
  .panel-title__superbig {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 23px;
    line-height: 29px;
  }
}

