.visible-menu-mobile {
  display: none;
}
nav .wrap {
  height: auto;
  text-align: right;
}
aside .aside-menu-mobile {
  display: none;
}
header nav .menu_top > li {
  margin-left: 4px;
}
header nav .menu_top .mobile_only {
  display: none;
}
.overflow {
  overflow: hidden;
}
.footer-mobile-line {
  display: none;
  font-family: 'Ubuntu', sans-serif;
  background-color: #98389e;
  color: #ffffff;
  font-size: 18px;
  padding: 9px 0;
  text-align: center;
}
.footer-mobile-line .wrap {
  padding: 0;
}
.footer-mobile-line .bold {
  font-weight: 500;
}
.btn2 {
  display: inline-block;
  text-decoration: none;
  line-height: 36px;
  background-color: #941c81;
  padding: 0 27px;
  color: #ffffff;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.footer-tel {
  color: inherit;
  font-weight: bold;
  text-decoration: none;
}
.main-page-categories__btn.active .active-text {
  display: inherit;
}
.main-page-categories__btn.active .normal-text {
  display: none;
}
.main-page-categories__btn .active-text {
  display: none;
}
.sl_btn {
  display: none !important;
}
.sl_btn,
.slick-prev,
.slick-next {
  bottom: 25px;
  border-radius: 0;
  top: auto;
}
#slider {
  height: auto !important;
}
.slider_wr {
  margin-left: -50vw !important;
  width: 100vw !important;
}
#slider img {
  width: 100%;
  height: auto;
}
.close-menu {
  display: none;
}
#slider li {
  display: none;
}
#slider li:first-child,
#slider li.slick-slide {
  display: block;
}
/*mobile begin*/
.box-for-dsCountDown {
  position: absolute;
  display: flex;
  align-items: center;
  top: 108px;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: calc(100% - 108px - 150px);
  z-index: 10;
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
}
.dsCountDown-top-text {
  font-size: 36px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 54px;
  line-height: 30px;
}
.dsCountDown-bottom-text {
  display: block;
  text-decoration: none;
  font-size: 28px;
  color: #99cc00;
}
.box-for-dsCountDown .dsCountDown {
  position: relative;
  margin-bottom: 34px;
}
.box-for-dsCountDown .dsCountDown:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  background: url("../img/count-left-fon.svg") no-repeat;
  background-size: contain;
  width: 260px;
  height: 100%;
  background-position-x: right;
  margin-right: -43px;
}
.box-for-dsCountDown .dsCountDown:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  background: url("../img/count-right-fon.svg") no-repeat;
  background-size: contain;
  width: 260px;
  height: 100%;
  margin-left: -43px;
}
.dsCountDown.ds-white {
  color: #fff;
  background: transparent !important;
  font-family: inherit;
  font-weight: bold;
  font-size: 30px;
  padding: 0px;
  border: none;
  border-radius: 0;
  filter: none;
  box-sizing: border-box;
}
.ds-white .ds-element {
  position: relative;
  z-index: 1;
  background: #99cc00 !important;
  margin-right: 1px;
  border-right: none;
  padding: 10px 0;
  height: 130px;
  box-sizing: border-box;
  width: 108px;
}
.ds-white .ds-element-title {
  position: absolute;
  bottom: 14px;
  left: 0;
  text-transform: uppercase;
  font-size: 20px;
  width: 100%;
  text-align: center;
  font-weight: 500;
}
.ds-white .ds-element-value {
  font-size: 80px;
  color: #fff;
  text-shadow: none;
  line-height: 72px;
}
.box-for-product {
  display: flex;
  flex-wrap: wrap;
  margin-right: -28px;
}
.products-section__top-text {
  border-top: 1px solid #D7D7D7;
  border-bottom: 1px solid #D7D7D7;
  margin-bottom: 45px;
  padding: 24px 0;
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
}
.text .products-section__top-text p {
  margin: 0;
  font-size: 16px;
}
.text .box-for-product ul {
  margin: 0;
}
.text .box-for-product ul li {
  margin: 0;
  list-style-image: none;
}
.product {
  width: calc(33.33% - 28px);
  margin: 0px 28px 30px 0;
  padding: 25px 30px 32px 30px;
  border: 1px solid #EAE8E8;
  font-family: 'Ubuntu', sans-serif;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 20px;
}
.product__top-info {
  display: block;
  color: inherit !important;
  text-decoration: none !important;
}
.content .product__img {
  line-height: 0;
  margin-bottom: 5px;
  text-align: center;
}
.content .product__img img {
  max-width: 100% !important;
  height: auto;
}
.product__title {
  margin-bottom: 22px;
  font-size: 22px;
  color: #444444;
  font-weight: 500;
  box-sizing: border-box;
  text-align: center;
  line-height: 26px;
  font-family: 'Ubuntu', sans-serif;
  min-height: 52px;
}
.product__line-for-price {
  text-align: center;
  margin-bottom: 25px;
  font-size: 19px;
  color: #353535;
  font-weight: 500;
  font-family: 'Ubuntu', sans-serif;
}
.product__price {
  font-weight: bold;
  color: #941c81;
  font-size: 24px;
}
.product__text {
  margin-bottom: 15px;
}
.product__specifications li {
  margin-bottom: 5px;
}
.product__specifications li .bold {
  font-weight: bold;
}
.products-section {
  margin-bottom: 20px;
}
.join-section__top-text {
  padding: 25px 0;
  border-bottom: 1px solid #d7d7d7;
  border-top: 1px solid #d7d7d7;
  margin-bottom: 48px;
}
.join-section__top-text h2 {
  margin-bottom: 0;
  font-weight: 500;
  text-transform: uppercase;
}
.join-section {
  text-align: center;
  font-size: 16px;
  font-family: 'Ubuntu', sans-serif;
}
.join-section a {
  color: #941c81;
}
.join-section__text {
  margin-bottom: 57px;
}
.join-section__text h2 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 34px;
}
.join-section__text h2:last-child {
  margin-bottom: 0;
}
.join-section__text p {
  margin-bottom: 20px;
}
.join-section__text p:last-child {
  margin-bottom: 0;
}
.join-section__step {
  margin-bottom: 29px;
}
.join-section__step:last-child {
  margin-bottom: 0;
}
.join-section__step-number {
  position: relative;
  width: 92px;
  height: 92px;
  line-height: 92px;
  color: #ffffff;
  font-size: 40px;
  font-weight: 500;
  background-color: #9a39a0;
  margin: 0 auto 76px auto;
  border-radius: 50%;
}
.join-section__step-number:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 1px;
  height: 48px;
  background-color: #000000;
}
.join-section__step-title {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 120px;
}
.join-section__step-title-text {
  padding-top: 36px;
  font-size: 16px;
  font-weight: 400;
}
.join-section__step-units {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.join-section__step-unit {
  position: relative;
  border: 1px solid #eae8e8;
  width: calc(100% / 3 - 30px);
  margin: 0 15px 55px 15px;
  padding: 40px 23px 44px;
  box-sizing: border-box;
  z-index: 1;
}
.join-section__step-unit:before {
  content: '';
  display: block;
  position: absolute;
  width: 63px;
  height: 31px;
  left: 50%;
  margin-left: -31px;
  top: -22px;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  transform-origin: center;
  background: url(../img/b-green.svg) no-repeat;
  z-index: 1;
  transition: all 200ms linear;
}
.join-section__step-unit:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  top: -25px;
  height: calc(100% + 50px);
  box-shadow: -1px 3px 16px rgba(0, 0, 0, 0.21);
  transition: all 250ms linear;
  z-index: -1;
  opacity: 0;
}
.join-section__step-unit.active,
.join-section__step-unit:hover {
  border-color: transparent;
}
.join-section__step-unit.active:after,
.join-section__step-unit:hover:after {
  opacity: 1;
}
.join-section__step-unit.active:before,
.join-section__step-unit:hover:before {
  top: -45px;
}
.join-section__step-unit-title {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 23px;
}
.join-section__step-unit-title-text {
  font-size: 16px;
  font-weight: 400;
  padding-top: 15px;
}
.join-section__step-unit-price {
  color: #99cc00;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 23px;
}
.bold {
  font-weight: bold;
}
.join-section__step-unit--radio {
  display: inline-block;
  position: relative;
  width: 29px;
  height: 29px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #941c81;
}
.join-section__step-unit--radio input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.join-section__step-unit--radio input:checked + .radio-label svg {
  display: block;
  fill: #941c81;
}
.radio-label {
  position: absolute;
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  cursor: pointer;
  left: 0;
  top: 0;
}
.radio-label svg {
  display: none;
}
.join-section__step-2 {
  margin-bottom: 10px;
}
.join-section__step-2 .join-section__step-unit {
  width: calc(100% / 5 - 30px);
  padding: 40px 10px 46px;
}
.join-section__step-2 .join-section__step-unit-title {
  font-size: 24px;
  margin-bottom: 25px;
}
.join-section__step-2 .join-section__step-title {
  margin-bottom: 100px;
}
.join-section__step-3 .join-section__step-units {
  align-items: initial;
}
.join-section__step-3 .join-section__step-unit-title {
  font-size: 24px;
  margin-bottom: 16px;
}
.join-section__step-3 .join-section__step-title {
  margin-bottom: 88px;
}
.join-section__step-3 .join-section__step-unit--btn-line {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
}
.join-section__step-3 .join-section__step-unit {
  padding-bottom: 96px;
  margin-bottom: 40px;
}
.join-section__step-unit--description {
  text-align: left;
  margin-bottom: 20px;
}
.join-section__step-unit--description li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 20px;
}
.join-section__step-unit--description li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  width: 9px;
  height: 9px;
  background-color: #9a39a0;
  border-radius: 50%;
}
.join-section__step-unit--btn {
  display: inline-block;
  line-height: 36px;
  background-color: #941c81;
  text-decoration: none;
  color: #ffffff !important;
  font-size: 16px;
  padding: 0 45px;
}
.join-section__step-unit--btn:hover {
  opacity: 0.8;
}
.join-section__total {
  position: fixed;
  bottom: 0;
  left: 0;
  box-shadow: -1px 3px 16px rgba(0, 0, 0, 0.21);
  border-top: 1px solid #eae8e8;
  font-size: 28px;
  font-weight: 700;
  padding: 27px 0;
  text-align: center;
  z-index: 4;
  width: 100%;
  background: #fff;
}
.join-section__total--price {
  color: #99cc00;
}
body.mod-join .content,
body.m-membership.c-index.a-index .content,
body.m-course.c-index.a-index .content {
  height: auto !important;
}
body.mod-join form,
body.m-membership.c-index.a-index form,
body.m-course.c-index.a-index form {
  background: none !important;
}
body.mod-join .wrapper > .push,
body.m-membership.c-index.a-index .wrapper > .push,
body.m-course.c-index.a-index .wrapper > .push  {
  display: none;
}
body.mod-join footer,
body.m-membership.c-index.a-index footer,
body.m-course.c-index.a-index footer {
  margin-bottom: 75px;
}
body.mod-join.no-price footer,
body.m-membership.c-index.a-index.no-price footer,
body.m-course.c-index.a-index.no-price footer {
  margin-bottom: 0 !important;
}
.join-section__step--btm-text a {
  color: inherit;
}
@media screen and (max-width: 1330px) {
  .wr_mod1 .big-right-text {
    margin-left: 64px;
  }
  .main_page-box-video-big-text {
    font-size: 86px;
    line-height: 60px;
  }
  .dsCountDown-top-text {
    font-size: 32px;
    margin-bottom: 35px;
  }
  .box-for-dsCountDown .dsCountDown {
    margin-bottom: 28px;
  }
  .ds-white .ds-element-value {
    font-size: 70px;
    line-height: 72px;
  }
  .ds-white .ds-element {
    height: 119px;
    width: 106px;
  }
}
@media screen and (max-width: 1200px) {
  .wr_mod1 .big-right-text {
    display: none;
  }
  .main_page-box-video-big-text {
    font-size: 70px;
    line-height: 46px;
  }
  .subcription_button {
    left: 30px !important;
    bottom: 30px !important;
  }
  .dsCountDown-top-text {
    font-size: 28px;
    margin-bottom: 23px;
  }
  .ds-white .ds-element-title {
    bottom: 12px;
    font-size: 18px;
  }
  .box-for-dsCountDown .dsCountDown {
    margin-bottom: 18px;
  }
  .ds-white .ds-element-value {
    font-size: 60px;
    line-height: 64px;
  }
  .ds-white .ds-element {
    height: 108px;
    width: 98px;
  }
  .box-for-dsCountDown .dsCountDown:before {
    margin-right: -41px;
  }
  .box-for-dsCountDown .dsCountDown:after {
    margin-left: -41px;
  }
}
/*800*/
@media screen and (max-width: 1023px) {
  .news_list article .inf_pad {
    width: 588px;
  }
  .wrapper {
    min-width: 100%;
  }
  .wrap {
    width: 708px !important;
    min-width: 708px !important;
  }
  header nav .menu_top {
    padding-left: 128px;
    width: 580px;
  }
  header nav .menu_top li {
    margin-left: 6px;
  }
  header nav .menu_top li a {
    text-align: left;
  }
  header nav .menu_top li:first-child {
    margin-left: 0;
  }
  /*header nav .menu_top #menu-358, header nav .menu_top #menu-359, , header nav .menu_top #menu-360 {*/
  /*display: inline-block;*/
  /*}*/
  header nav .menu_top #menu-7,
  header nav .menu_top #menu-10,
  header nav .menu_top #menu-15,
  header nav .menu_top #menu-18,
  header nav .menu_top #menu-23,
  header nav .menu_top #menu-26,
  header nav .menu_top #menu-31,
  header nav .menu_top #menu-34,
  header nav .menu_top #menu-39,
  header nav .menu_top #menu-42,
  header nav .menu_top #menu-47,
  header nav .menu_top #menu-50,
  header nav .menu_top #menu-328,
  header nav .menu_top #menu-329,
  header nav .menu_top #menu-330,
  header nav .menu_top #menu-331,
  header nav .menu_top #menu-332,
  header nav .menu_top #menu-366 {
    display: none;
  }
  header .hd_lblock {
    right: 254px;
    width: 453px;
  }
  header .hd_lblock h3 {
    font-size: 38px;
  }
  header .hd_lblock p {
    font-size: 33px;
  }
  header .hd_rblock {
    left: 454px;
    padding-left: 25px;
  }
  .hd_links a {
    font-size: 18px;
  }
  .content .rc2 {
    /*width: 510px;*/
  }
  .content .rc2 img {
    max-width: 100% !important;
    height: auto !important;
  }
  .content .rc2 .apple {
    margin-top: 45px;
  }
  .content .rc2 .easy-life {
    width: auto !important;
  }
  .content .rc2 .easy-life td:first-child {
    padding-left: 10px;
    width: 165px;
  }
  .content .rc2 .easy-life h4 img {
    height: auto !important;
    width: 165px !important;
  }
  .content .rc2 .easy-life .photo img {
    height: auto !important;
    width: 125px !important;
    margin: 0 !important;
  }
  .content .rc2 iframe {
    max-width: 510px;
  }
  .content .rc2 .two-photo td:first-child {
    padding-left: 10px;
  }
  .content .rc2 .two-photo td {
    vertical-align: top;
  }
  .content .rc2 .two-photo img {
    /*height: 291px !important;*/
    display: inline-block;
  }
  .content .rc2 .text-table {
    width: 100% !important;
  }
  .content .rc2 .name .h3-photo {
    max-width: 247px !important;
    height: auto !important;
  }
  .content .rc2 .h2-photo {
    max-width: 296px !important;
    height: auto !important;
  }
  .content .rc2 .tren-gratis {
    max-width: 510px !important;
  }
  .reg_form2 .fll,
  .reg_form2 .flr {
    width: 340px;
  }
  .reg_form2 .selectBox {
    width: 337px !important;
  }
  .jcarousel-skin-default ul li {
    margin: 0px 18px 0px 0px;
  }
  .content img {
    max-width: 688px;
    height: auto !important;
  }
  .content .wrap {
    overflow: hidden;
  }
  .box-del img {
    width: 213px;
  }
  .box-ic-services {
    font-size: 0;
  }
  .box-ic-services li {
    margin: 0 12px;
    text-align: center;
    width: 94px;
    vertical-align: top;
  }
  .box-ic-services li img {
    height: 63px !important;
    width: auto;
  }
  .box-news .news-post {
    width: 100%;
  }
  .box-news .news-post:after {
    content: "";
    display: block;
    clear: both;
  }
  .box-news .news-post img {
    float: left;
    margin: 0 15px 25px 0;
  }
  .slider_wr {
    width: 1024px !important;
    height: 293px !important;
    margin-left: -512px !important;
  }
  #slider {
    height: 294px !important;
    width: 1024px !important;
  }
  .slider_wr .sl_btn {
    left: 302px;
  }
  #slider_next,
  .slick-prev {
    margin-left: 0;
  }
  #slider_prev,
  .slick-next {
    margin-left: 0;
    left: auto;
    right: 50%;
    margin-right: -354px;
  }
  #slider_next,
  .slick-prev {
    margin-left: 0;
    left: auto;
    right: 50%;
    margin-right: -296px;
  }
  .slider_wr .box-text {
    width: 640px;
    height: 294px;
  }
  #slider img {
    height: 482px !important;
    width: auto !important;
  }
  .slider_wr .box-text .pos.type-center {
    height: 407px;
    width: 640px;
  }
  .slider_wr .box-text .pos.type-right-bottom,
  .slider_wr .box-text .pos.type-right-top,
  .slider_wr .box-text .pos.type-left-top {
    width: 640px;
  }
  .header-contact-box {
    right: inherit;
    left: 139px;
  }
  .header-contact-box.mod-email {
    font-size: 14px;
  }
  .header-contact-box_text-email {
    display: none;
  }
  .personal-trener-page .content .wrap,
  footer .wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .footer-column {
    padding-right: 20px;
  }
  .copyrights {
    max-width: 75%;
  }
  .personal-trener-page .rc2 {
    width: 100%;
  }
  .header-contact-box {
    display: none;
  }
  .b-goals__item {
    padding: 0 15px 0 36px;
    font-size: 20px;
  }
  .box-for-price {
    margin: 0 -12px 6px -12px;
  }
  .b-trainer__content,
  .main-page-categories {
    margin: 0 -12px;
  }
  .b-trainer,
  .b-main-page-category {
    padding: 0 12px;
    margin-bottom: 24px;
  }
  .b-price {
    padding: 20px 12px 0;
  }
  .b-price.active .b-price__content .b-price__active-text {
    left: -46px;
    top: 18px;
  }
  .b-price.active .b-price__description {
    min-height: 206px;
  }
  .text table.table-type-2 tr td:first-child {
    padding: 10px 12px;
  }
  .text table.table-type-2 tr th {
    padding: 15px 12px 15px 12px;
  }
  table.personal-trener-table tr td:first-child {
    width: 260px;
  }
  .text .text-table-overflow {
    overflow: auto;
    width: 100%;
    margin-bottom: 20px;
  }
  .text table.mod-long {
    margin-bottom: 15px;
  }
  .window-info {
    width: 660px;
  }
  #main_page .content .wrap {
    padding: 0 0px 35px;
  }
  #slider img {
    height: auto !important;
    width: 100% !important;
  }
  .main_page-box-video-big-text {
    font-size: 50px;
    line-height: 34px;
  }
  .main_page-video__b-video-content-img img {
    max-width: 100% !important;
  }
  .main_page-box-video-text {
    width: 100%;
    padding-top: 30px;
    text-align: left;
  }
  .main_page-video__b-video {
    margin-right: 0;
  }
  .main_page-video__b-video-columns {
    text-align: center;
  }
  #main_page .main_page-box-video-content .wrap {
    padding-bottom: 0 !important;
    overflow: visible;
  }
  #main_page .main_page-box-video-content {
    padding: 78px 0 50px;
  }
  #main_page .main_page-box-video-content:after {
    margin-left: 0;
  }
  #main_page .main_page-box-video-content:before {
    margin-top: -355px;
    height: 630px;
    width: 710px;
  }
  .box-news .news-post img {
    margin: 0 0px 25px 0;
    max-width: 100% !important;
    height: auto;
  }
  .box-news .b-news {
    margin-left: -12px;
    margin-right: -12px;
    font-size: 0;
  }
  .box-news .news-post {
    width: 33.33%;
    margin-right: 0;
    padding: 0 12px;
    box-sizing: border-box;
    margin-bottom: 24px;
  }
  .box-news .news_list .news-post {
    margin-right: 0;
    border-bottom: none;
  }
  .box-news + .pager {
    border-top: 1px solid #dadada;
    margin-top: 0;
    padding-top: 20px;
  }
  .box-news.soc .b-news {
    width: 69%;
  }
  .box-news.soc .news-post {
    width: 50%;
    margin-bottom: 0;
  }
  .col.fb_col {
    width: 239px;
    padding-left: 17px;
    box-sizing: border-box;
  }
  .col.fb_col .soc_wg {
    height: auto;
    width: 100%;
  }
  .col.fb_col .soc_wg iframe {
    transform: scale(0.75);
    margin-left: -39px;
    margin-top: -39px;
  }
  .box-news .news-post h3 {
    font-size: 18px;
    line-height: 22px;
  }
  .product {
    padding: 20px 22px 25px;
  }
  .product__title {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 24px;
    min-height: 48px;
  }
  .product__price {
    font-size: 20px;
  }
  .product__line-for-price {
    margin-bottom: 18px;
  }
  .join-section__step-unit {
    width: calc(100% / 3 - 24px);
    margin: 0 12px 55px 12px;
  }
  .join-section__step-2 .join-section__step-unit {
    width: calc(100% / 3 - 24px);
  }
  .join-section__step-unit--btn {
    padding: 0 25px;
  }
  .join-section__step-3 .join-section__step-unit-title,
  .join-section__step-2 .join-section__step-unit-title {
    font-size: 20px;
  }
  .join-section__step-title {
    margin-bottom: 90px;
  }
}
/*640*/
@media screen and (max-width: 767px) {
  .news_list article .inf_pad {
    width: 389px;
  }
  .table-adaptive tbody tr td {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
  }
  .wrapper {
    overflow: hidden;
    height: auto;
  }
  .wrap,
  .wrap2 {
    width: 507px !important;
    min-width: 507px !important;
  }
  .wrap2 {
    margin: 0 auto;
    position: relative;
  }
  .box-ic-services li img {
    height: 90px !important;
    width: auto;
  }
  .box-ic-services {
    margin: 15px 0 20px;
  }
  .a-valdres .ic2 img {
    height: 108px !important;
  }
  header {
    overflow: visible;
    z-index: 5;
    min-height: 108px;
    margin-bottom: 15px;
  }
  header .ppl_links li:hover {
    background: #97CB16;
  }
  header .ppl_links li.active,
  header .ppl_links li.block {
    display: block !important;
  }
  header .ppl_links li.active a:hover {
    color: #9C0;
  }
  header .ppl_links li a:hover {
    color: #ffffff;
  }
  header .hd_rblock {
    left: 457px;
    background: url(/layout/bl_op.png) 0 0 repeat;
  }
  header .hd_lblock {
    right: 0;
    padding: 10px 200px;
    margin: 0 0 0 -167px;
    left: 0;
    text-align: center;
    height: 130px;
    display: none;
  }
  header nav .menu_top {
    display: none;
    position: absolute;
    height: auto !important;
    padding-left: 0;
    width: 767px;
    left: -129px;
    text-align: center;
  }
  header nav .menu_top li {
    display: block;
    background: #B6D94E;
    margin-left: 0;
    border-bottom: 1px solid #97CB16;
  }
  header nav .menu_top li:hover,
  header nav .menu_top li.active {
    background: #97CB16;
  }
  header nav .menu_top li.active a {
    text-decoration: none;
  }
  header nav .menu_top li a {
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
  }
  header nav .menu_top li a:hover {
    text-decoration: none;
  }
  /* header nav .menu_top #menu-7,
   header nav .menu_top #menu-10,
   header nav .menu_top #menu-328 {
       display: block;
   } */
  header nav .menu_top #menu-7,
  header nav .menu_top #menu-10,
  header nav .menu_top #menu-15,
  header nav .menu_top #menu-18,
  header nav .menu_top #menu-23,
  header nav .menu_top #menu-26,
  header nav .menu_top #menu-31,
  header nav .menu_top #menu-34,
  header nav .menu_top #menu-39,
  header nav .menu_top #menu-42,
  header nav .menu_top #menu-47,
  header nav .menu_top #menu-50,
  header nav .menu_top #menu-328,
  header nav .menu_top #menu-329,
  header nav .menu_top #menu-330,
  header nav .menu_top #menu-331,
  header nav .menu_top #menu-332,
  header nav .menu_top #menu-366 {
    display: block;
  }
  header nav .menu_top .mobile_only {
    display: block;
  }
  header nav .visible-menu-mobile {
    display: inline-block;
    /* color: #fff; */
    font-family: 'Ubuntu', sans-serif;
    /* text-decoration: none; */
    /* font-size: 20px; */
    line-height: 33px;
    /* padding-right: 42px; */
    /* margin-right: 32px; */
    opacity: 1 !important;
    /* font-size: 0; */
    margin: 0;
    padding: 0;
    background: url(../layout/menu-icon-green.png) no-repeat;
    background-size: 20px;
    width: 62px;
    height: 33px;
    background-position: left center;
    position: relative;
    top: -55px;
    z-index: 10;
  }
  header nav .visible-menu-mobile:hover {
    opacity: 0.85;
  }
  #main_page header .wrap {
    position: relative;
  }
  /*footer .copyrights {*/
  /*float: none;*/
  /*line-height: 24px;*/
  /*max-width: 100%;*/
  /*text-align: center;*/
  /*margin-bottom: 10px;*/
  /*}*/
  /*footer .web_dev {*/
  /*padding-right: 114px;*/
  /*float: none;*/
  /*}*/
  #main_page .box-del {
    display: none;
  }
  .content aside {
    float: none;
    margin-bottom: 30px;
    width: 100%;
  }
  /*.content aside .aside-menu-mobile {
      display: block;
      font-family: 'Ubuntu', sans-serif;
      text-decoration: none;
      font-size: 20px;
      line-height: 40px;
      background: #BD4CA2;
      color: #ffffff;
      padding-left: 8px;
  }*/
  .content aside .side_menu {
    display: block !important;
  }
  .content aside.top .side_menu {
    display: block !important;
  }
  .content aside.top .side_menu > li {
    width: 158px;
  }
  .content .rc2 {
    /*width: 507px;*/
  }
  .content .rc2 .tren-gratis {
    max-width: 507px !important;
  }
  .content .rc2 .tren-bonus {
    margin-left: 0 !important;
  }
  .content img {
    max-width: 497px!important;
    height: auto !important;
  }
  .content iframe {
    max-width: 100% !important;
  }
  .content .jcarousel-skin-default ul li {
    margin: 0px 8px 0px 0px;
  }
  .content .reg_form2 .fll,
  .content .reg_form2 .flr {
    width: 100%;
    float: none;
  }
  .content .reg_form2 .selectBox {
    width: 100% !important;
  }
  .content .reg_form2 input[type=text],
  .content .reg_form2 textarea {
    width: 100% !important;
  }
  .window,
  .window-info {
    width: 460px;
  }
  .simplemodal-container .modalClose {
    right: 0px;
  }
  .window form input[type=text],
  .window form input[type=email],
  .window form input[type=name],
  .window form input[type=tel],
  .window form input[type=search],
  .window form input[type=password] {
    width: 406px !important;
  }
  .window h3 {
    margin: 0 0 -27px;
  }
  .box-del img {
    width: 568px;
  }
  .box-news .news-post img {
    float: none;
    margin: 0;
    width: 568px;
  }
  .box-news .news-post {
    margin: 0 0 25px;
  }
  .slider_wr .sl_btn {
    left: 145px;
    bottom: 183px;
  }
  .slider_wr {
    /* margin-left: -400px !important; */
    width: 100vw !important;
    height: 230px !important;
    margin-left: -50vw !important;
    padding-bottom: 0 !important;
  }
  #slider {
    height: 230px !important;
    width: 100vw !important;
  }
  #slider img {
    height: 230px !important;
    width: auto !important;
    position: relative;
    left: 50%;
    margin-left: -400px;
  }
  .slider_wr .box-text .pos.type-right-bottom,
  .slider_wr .box-text .pos.type-right-top,
  .slider_wr .box-text .pos.type-left-top {
    width: 440px;
  }
  .slider_wr .box-text .pos.type-center {
    height: 407px;
    width: 440px;
  }
  .slider_wr .box-text {
    width: 500px;
    height: 407px;
  }
  .login-button {
    text-transform: uppercase;
    text-decoration: underline;
    margin-left: 0;
  }
  .box-ic-services {
    font-size: 0;
    text-align: justify;
  }
  .box-ic-services li {
    margin: 5px 12px;
    width: 144px;
    text-align: center;
  }
  .box-dop-menu {
    display: block;
  }
  .box-dop-menu {
    padding: 108px 0 0;
  }
  .box-dop-menu__bg {
    background: #99cc00;
    border-top: 1px solid #a4d533;
  }
  .box-dop-menu .hd_rblock {
    position: relative;
    background: none;
    left: 0;
    width: 100%;
    padding: 0 0 10px 0;
  }
  header .wrap .hd_rblock {
    display: none;
  }
  .header-contact-box {
    position: fixed;
    z-index: 9;
    background: #99389F;
    width: 100vw;
    left: 0;
    bottom: 0;
    top: inherit;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  .header-contact-box a {
    color: #fff;
  }
  .header-contact-box_text-email {
    display: inline-block;
  }
  .hd_links a {
    font-size: 19px;
    background: none !important;
    padding: 4px 20px;
  }
  .personal-trener-page h1,
  .personal-trener-page .breadcrumbs {
    padding-left: 0;
  }
  .personal-trener-page .side_menu {
    padding: 20px 0px 10px 0px;
  }
  h2.mod-size-1 {
    font-size: 25px;
  }
  .personal-trener-page .lc {
    margin-bottom: 40px;
  }
  .b-goals__item {
    margin-bottom: 20px;
    width: 50%;
  }
  .b-price {
    width: 50%;
    margin-bottom: 50px;
  }
  .b-price.active {
    padding-top: 20px;
  }
  .b-price.active:before {
    top: -4px;
  }
  .b-price.active .b-price__content {
    padding-top: 36px;
  }
  .b-price.active .b-price__description,
  .b-price .b-price__description {
    min-height: 174px;
  }
  .b-price:nth-child(3):last-child {
    width: 100%;
    margin-bottom: 30px;
  }
  .b-price:nth-child(3):last-child .b-price__description {
    min-height: inherit;
  }
  .b-price:nth-child(3):last-child .b-price__description-text {
    min-height: inherit;
  }
  .b-price__content {
    padding-bottom: 35px;
  }
  .section-for-trainers__title {
    margin-bottom: 35px;
  }
  .b-trainer__img:before,
  .b-main-page-category__img:before {
    width: 74px;
    background-size: contain;
    height: 18px;
  }
  .b-trainer__img,
  .b-main-page-category__img {
    overflow: hidden;
  }
  .footer-title {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .section-for-trainers {
    margin-bottom: 0;
    padding-top: 10px;
  }
  .footer-bottom-line {
    padding-top: 10px;
  }
  .window-info h3 {
    margin: 0 0 10px;
  }
  .col.fb_col {
    display: none;
  }
  .box-news.soc .b-news {
    width: 100%;
  }
  .box-news .news-post {
    width: 50%;
  }
  .main_page-video__b-video {
    width: 100%;
  }
  .main_page-box-video-big-text {
    font-size: 36px;
    line-height: 24px;
  }
  .b-main-page-category__text,
  .b-main-page-category__title-small-text {
    display: none;
  }
  #main_page .main_page-box-video-content:before {
    left: -178px;
  }
  .news_list.b-news .clr {
    display: none;
  }
  .footer-mobile-line {
    display: block;
  }
  .footer-top-line {
    display: none;
  }
  .main_page-box-video-text__title {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 12px;
  }
  .main_page-box-video-text {
    padding-top: 25px;
  }
  .main_page-video__b-video.active iframe {
    height: 281px;
  }
  .main-page-categories-section__text {
    padding-top: 0;
  }
  .slick-prev {
    display: none !important;
  }
  .slick-next {
    margin-left: 0;
    left: auto;
    right: 0;
    margin-right: 0;
    bottom: 0;
  }
  .box-dop-menu {
    padding: 0px 0 0;
  }
  nav {
    height: 33px;
  }
  .header_login {
    position: absolute;
    right: 81px;
    float: right;
    top: 24px;
    font-size: 15px;
    z-index: 7;
  }
  .header_select-city {
    right: 205px;
  }
  .avdeling {
    font-size: 15px;
    right: 163px;
    display: none;
  }
  header .wrap {
    height: 108px;
  }
  .close-menu {
    display: block;
    position: absolute;
    top: -50px;
    right: 20px;
    text-decoration: none;
    width: 40px;
    height: 40px;
    background: url(../layout/x.svg) right 0 no-repeat;
    cursor: pointer;
    z-index: 1;
    background-position: center;
    background-size: 21px;
  }
  .box-dop-menu {
    padding: 0px 0 0;
    position: fixed;
    display: block;
    top: 0;
    left: -110vw;
    z-index: 1000;
    height: 100vh;
    width: 100vw;
    overflow-y: auto;
    box-sizing: border-box;
    background-color: #f8f6f9;
    padding-top: 60px;
    background: #99CC00;
  }
  .box-dop-menu .wrap2 {
    width: 100% !important;
  }
  body.mod-menu-open {
    overflow: hidden;
  }
  .content .wrap.wr_mod1 {
    padding: 0 !important;
  }
  .main-page-categories-section {
    padding-top: 15px;
  }
  #window_subscription {
    text-align: center;
  }
  .subcription_button:before {
    display: none;
  }
  .subcription_button {
    left: 10px !important;
    bottom: 10px !important;
  }
  .box-for-dsCountDown {
    height: calc(100% - 108px);
  }
  .dsCountDown-top-text {
    font-size: 20px;
    margin-bottom: 13px;
  }
  .dsCountDown-bottom-text {
    font-size: 20px;
  }
  .ds-white .ds-element-title {
    bottom: 8px;
    font-size: 15px;
  }
  .ds-white .ds-element-value {
    font-size: 50px;
    line-height: 56px;
  }
  .box-for-dsCountDown .dsCountDown {
    margin-bottom: 12px;
  }
  .ds-white .ds-element {
    height: 86px;
    width: 98px;
    padding-top: 3px;
  }
  .box-for-dsCountDown .dsCountDown:before {
    margin-right: -33px;
  }
  .box-for-dsCountDown .dsCountDown:after {
    margin-left: -32px;
  }
  .product {
    width: calc(50% - 28px);
  }
  .products-section {
    margin-bottom: 10px;
  }
  .join-section__step-unit {
    width: calc(100% / 2 - 24px);
  }
  .join-section__step-number {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    margin-bottom: 55px;
  }
  .join-section__step-number:before {
    bottom: -23px;
    height: 33px;
  }
  .join-section__text {
    margin-bottom: 37px;
  }
  .join-section__step-title {
    margin-bottom: 90px;
  }
  .join-section__step-2 .join-section__step-title {
    margin-bottom: 80px;
  }
  .join-section__total {
    font-size: 24px;
    padding: 15px 0;
  }
  body.mod-join footer,
  body.m-membership.c-index.a-index footer {
    margin-bottom: 52px;
  }
  .link-for-img:before {
    width: 40px;
    height: 40px;
    background-size: 19px;
  }

}
@media screen and (min-width: 568px) {
  .main-page-categories__dropdown-box {
    display: inline !important;
  }
}
/*480*/
@media screen and (max-width: 567px) {
  .news_list article .inf_pad {
    width: 164px;
  }
  .wrap,
  .wrap2 {
    width: 280px !important;
    min-width: 280px !important;
  }
  header .ppl_links {
    top: 75px;
  }
  header .hd_rblock {
    left: 280px;
  }
  header .hd_lblock {
    width: 100%;
    right: 0;
  }
  header .hd_lblock h3 {
    font-size: 28px;
    margin-top: 12px;
  }
  header .hd_lblock p {
    font-size: 30px;
    line-height: 34px;
  }
  header nav .menu_top {
    width: 567px;
    left: -144px;
  }
  .content .wrap {
    padding: 10px 0;
  }
  .content aside {
    width: 100%;
  }
  .content aside .aside-menu-mobile {
    box-sizing: border-box;
  }
  .content aside.top .side_menu > li {
    width: 100%;
  }
  .content img {
    max-width: 270px !important;
  }
  .content .rc2 {
    /*width: 280px;*/
  }
  .content .rc2 .tren-gratis {
    max-width: 507px !important;
  }
  .content .rc2 .easy-life td {
    width: 280px;
    box-sizing: border-box;
    text-align: center;
    padding: 2px 20px !important;
  }
  .content .rc2 .easy-life td img {
    width: 100% !important;
  }
  .content .rc2 .easy-life td:first-child {
    width: 280px;
    display: block;
  }
  .content .rc2 .easy-life .photo {
    display: block;
  }
  .content .rc2 .easy-life .photo img {
    width: 100% !important;
  }
  .content .rc2 .h2-photo {
    max-width: 270px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    float: left !important;
  }
  .content .rc2 .box-tren-gratis {
    overflow-x: auto;
  }
  .content .rc2 .treningssenter {
    float: none !important;
  }
  .content .rc2 .two-photo td {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
  }
  .content .jcarousel-skin-default ul li {
    margin: 0px 4px 0px 0px;
    width: 138px;
  }
  .content .jcarousel-skin-default ul li a img {
    height: auto;
    width: 138px;
  }
  .avdeling {
    display: none;
  }
  .window,
  .window-info {
    width: 240px;
  }
  .window-wrap {
    padding: 25px;
  }
  .simplemodal-container .modalClose {
    right: 0px;
  }
  .window form input[type=text],
  .window form input[type=email],
  .window form input[type=name],
  .window form input[type=tel],
  .window form input[type=search],
  .window form input[type=password] {
    width: 180px !important;
  }
  .window h3 {
    margin: 0 0 10px;
  }
  .box-ic-services .inf span {
    padding: 5px 10px;
  }
  header .hd_lblock {
    margin: 0 0 0 -201px;
  }
  .slider_wr {
    height: 192px !important;
  }
  #slider {
    height: 192px !important;
  }
  #slider img {
    height: 192px !important;
    width: auto !important;
    margin-left: -335px;
  }
  .slider_wr .box-text {
    width: 280px;
    height: 390px;
  }
  .slider_wr .box-text .pos.type-center {
    height: 390px;
    width: 440px;
  }
  .slider_wr .box-text .pos.type-right-bottom {
    bottom: 80px;
  }
  .slider_wr .box-text .pos.type-right-bottom,
  .slider_wr .box-text .pos.type-right-top,
  .slider_wr .box-text .pos.type-left-top {
    width: 280px;
  }
  .slider_wr .box-text .big-text {
    font-size: 28px;
    line-height: 28px;
  }
  .slider_wr .box-text .small-text {
    font-size: 18px;
    line-height: 22px;
  }
  .slider_wr .sl_btn {
    left: 111px;
  }
  .login-button {
    text-transform: uppercase;
    text-decoration: underline;
    margin-left: 0;
  }
  .box-ic-services li {
    width: 116px;
  }
  .box-ic-services li img {
    height: 75px !important;
  }
  .a-valdres .ic2 img {
    height: 90px !important;
  }
  .header-contact-box_text-email {
    display: none;
  }
  .header_select-city {
    right: 0;
  }
  nav {
    left: 50%;
    width: 100VW;
    margin-left: -50vW;
  }
  .header_login {
    top: 81px;
  }
  .header_login a {
    color: #fff;
  }
  .header_login a:before {
    display: none;
  }
  .b-goals__item {
    width: 100%;
    padding-right: 0;
  }
  .section-for-goals__title {
    margin-bottom: 27px;
  }
  .title-type-1 h2.mod-size-1 {
    margin-bottom: 25px;
  }
  .b-price {
    width: 100%;
  }
  .b-price.active .b-price__description,
  .b-price .b-price__description {
    min-height: inherit;
  }
  .b-price__description-text {
    min-height: inherit;
  }
  .box-for-price {
    padding-top: 25px;
  }
  .text h2.mod-size-1 {
    margin-bottom: 25px;
  }
  .b-trainer {
    margin-bottom: 30px;
    width: 100%;
    padding: 0;
  }
  .b-trainer__img img {
    max-width: 100% !important;
  }
  .b-trainer__content {
    margin: 0;
  }
  .section-for-trainers__title {
    margin-bottom: 25px;
  }
  .footer-column {
    padding-right: 0;
    width: 100%;
    text-align: center;
  }
  .lvl2_wr .level2 {
    display: inline-block;
    vertical-align: top;
    margin: 0 6px 8px;
  }
  .copyrights {
    max-width: 100%;
    text-align: center;
    margin-bottom: 20px;
    line-height: 20px;
  }
  .WebDeveloper {
    width: 100%;
    text-align: center;
  }
  .footer-title {
    margin-bottom: 10px;
  }
  .footer-info-unit {
    margin-bottom: 14px;
  }
  .footer-content {
    padding: 22px 0 12px;
  }
  .personal-trener-table__priсe {
    font-weight: normal;
    white-space: nowrap;
  }
  .personal-trener-table__bold {
    font-size: 14px;
  }
  .lvl2_wr,
  .footer-top-line {
    display: none;
  }
  .box-news .b-news {
    margin-left: 0;
    margin-right: 0;
  }
  .box-news.soc .news-post {
    width: 100%;
    margin-bottom: 4px;
  }
  .box-news.soc .news-post:last-child {
    margin-bottom: 0;
  }
  #main_page .content .wrap {
    padding: 0;
  }
  .box-news .news-post {
    width: 100%;
    padding: 0;
  }
  .box-news .news-post {
    margin: 0 0 6px;
  }
  footer .b-social {
    padding-top: 8px;
  }
  .main_page-box-video-text {
    padding-top: 14px;
  }
  .box-news .tit h2 {
    font-size: 22px;
  }
  .main_page-box-video {
    margin-bottom: 23px;
  }
  #main_page .main_page-box-video-content {
    padding: 42px 0 33px;
  }
  .main_page-box-video-big-text {
    display: none;
  }
  .main_page-video__b-video-content-icon {
    width: 45px;
    height: 45px;
  }
  .main_page-video__b-video-content-icon svg {
    width: 10px;
    height: 14px;
  }
  .main_page-video__b-video-content-icon:before {
    margin-left: -38px;
    margin-top: -38px;
    width: 74px;
    height: 74px;
  }
  .main_page-video__b-video.active iframe {
    height: 153px;
  }
  .main_page-video__b-video:before {
    top: -22px;
    right: 30px;
    background: url(/layout/video-before-small.png) no-repeat;
    width: 77px;
    height: 22px;
  }
  #main_page .main_page-box-video-content:before {
    left: -357px;
    margin-top: -468px;
  }
  .main-page-categories-section__text {
    display: none;
  }
  .b-main-page-category {
    width: 50%;
    margin-bottom: 16px;
  }
  .b-main-page-category__img:before {
    width: 74px;
    background-size: contain;
    height: 18px;
  }
  .main-page-categories__dropdown-box {
    display: none;
  }
  .b-main-page-category__img {
    margin-bottom: 10px;
  }
  .main-page-categories-section__title h1,
  .main-page-categories-section__title h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .main-page-categories-section__title {
    margin-bottom: 26px;
  }
  .main-page-categories__btn-line {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
  .main-page-categories {
    padding-bottom: 10px;
  }
  .b-trainer__img:before {
    width: 143px;
    height: 34px;
  }
  .slick-next {
    transform: scale(0.8);
    margin-right: -5px;
    margin-bottom: -5px;
  }
  header nav .visible-menu-mobile {
    margin: 0;
    padding: 0;
    position: relative;
    top: 0px;
    background: url(../layout/menu-icon.png) no-repeat;
    background-position: center;
    background-size: 20px;
    color: white;
    background-position: left center;
  }
  .main-page-categories-section {
    padding-top: 7px;
  }
  #window_subscription .window_wrap {
    padding: 25px;
  }
  #window_subscription .submit-line {
    text-align: center;
  }
  input[type=text],
  input[type=email],
  input[type=name],
  input[type=tel],
  input[type=search],
  input[type=password] {
    padding: 0 12px;
  }
  /*.box-for-dsCountDown .dsCountDown:before, .box-for-dsCountDown .dsCountDown:after {*/
  /*display: none;*/
  /*}*/
  .ds-white .ds-element-title {
    bottom: 1px;
    font-size: 12px;
  }
  .ds-white .ds-element-value {
    font-size: 35px;
    line-height: 38px;
  }
  .ds-white .ds-element {
    height: 61px;
    width: 64px;
    padding-top: 3px;
  }
  .box-for-dsCountDown .dsCountDown:before {
    margin-right: -23px;
  }
  .box-for-dsCountDown .dsCountDown:after {
    margin-left: -23px;
  }
  .dsCountDown-top-text {
    font-size: 16px;
    margin-bottom: 12px;
    line-height: 22px;
  }
  .box-for-dsCountDown .dsCountDown {
    margin-bottom: 8px;
  }
  .dsCountDown-bottom-text {
    font-size: 17px;
  }
  .products-section {
    margin-bottom: 0px;
  }
  .product {
    width: calc(100% - 28px);
  }
  .product__title {
    min-height: initial;
  }
  .join-section__step-unit {
    width: 100%;
    margin-bottom: 80px;
  }
  .join-section__step {
    margin-bottom: 0;
  }
  .join-section__step-2 .join-section__step-unit {
    width: 100%;
    margin-bottom: 70px;
    padding: 36px 10px 28px;
  }
  .join-section__step-title {
    font-size: 25px;
  }
  .join-section__step-3 .join-section__step-title {
    margin-bottom: 79px;
  }
  .join-section__total {
    font-size: 24px;
    padding: 25px 0;
  }
  .join-section__step-3 .join-section__step-unit {
    margin-bottom: 50px;
  }
  .join-section__step-3 .join-section__step-unit:last-child {
    margin-bottom: 40px;
  }
  .text .images_grid2 img,
  .text .images_grid2 .link-for-img {
    width: 100%;
    max-width: 270px;
  }
}

/*480*/
@media screen and (max-width: 567px) {
#feferfriend .flr  {float: left !important;
    padding-top: 10px;
}
}
/*mobile end*/

#feferfriend input[type=text], #feferfriend input[type=email], #feferfriend input[type=name], #feferfriend input[type=tel] {
    background: #fff;
    border-color: #d9d9d9;
    color: #939393;
   
}
#feferfriend input[type=text]::placeholder, #feferfriend input[type=email]::placeholder, #feferfriend input[type=name]::placeholder, #feferfriend input[type=tel]::placeholder {
    color: #939393;
    
}


.ribbon-wrapper {
    width: 100px;
    height: 100px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  left: -3px;
}
  .ribbon {
font-size: 12px;
    -webkit-transform: rotate(-45deg);
    -moz-transform:    rotate(-45deg);
    -ms-transform:     rotate(-45deg);
    -o-transform:      rotate(-45deg);
    position: relative;
    padding: 7px 0;
    top: 18px;
    left: -36px;
    width: 145px;
    background-color: #941c81;
    color: #fff;
  }


.join-section__step-unit:hover .ribbon-wrapper {
  top: -28px;
}


/*# sourceMappingURL=style2.css.map */
/*# sourceMappingURL=style2.css.map */
/*# sourceMappingURL=style2.css.map */