:root {
  --white: #fff;
  --bastille: #2b2c33;
  --revolver: #38383c;
  --suva-grey: #888;
  --dark-gray: #a7a7a7;
  --very-light-grey: #ccc;
  --bright-grey: #565960;
  --grey: #777;
  --nobel: #999;
  --fruit-salad: #46ad48;
  --charcoal: #444;
  --radical-red: #f5245f;
  --ruby: #e61550;
}

@font-face {
  font-family: slim4k-icons;
  src: url(//join.slim4k.com/join_dir/dist/fonts/slim4k-icons.eot?tu4231);
  src: url(//join.slim4k.com/join_dir/dist/fonts/slim4k-icons.eot?tu4231#iefix) format("embedded-opentype"), url(//join.slim4k.com/join_dir/dist/fonts/slim4k-icons.ttf?tu4231) format("truetype"), url(//join.slim4k.com/join_dir/dist/fonts/slim4k-icons.woff?tu4231) format("woff"), url(//join.slim4k.com/join_dir/dist/fonts/slim4k-icons.svg?tu4231#slim4k-icons) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

.ico {
  font-family: slim4k-icons!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ico__check:before {
  content: "?¤‹";
}

.ico__tags:before {
  content: "?¤?";
}

.ico__magnifier:before {
  content: "?¤†";
}

.ico__comment:before {
  content: "?¤…";
}

.ico__camera:before {
  content: "?¤ˆ";
}

.ico__play:before {
  content: "?¤?";
}

.ico__play_filled:before {
  content: "?¤?";
}

.ico__login:before {
  content: "?¤‡";
}

.ico__close:before {
  content: "?¤?";
}

.ico__arrow_down:before {
  content: "?¤?";
}

.ico__eye:before {
  content: "?¤‚";
}

.ico__menu:before {
  content: "?¤?";
}

.ico__user:before {
  content: "?¤‘";
}

.ico__register:before {
  content: "?¤?";
}

.ico__thumb_down:before {
  content: "?¤?";
}

.ico__thumb_up:before {
  content: "?¤„";
}

.ico__date:before {
  content: "?¤?";
}

.ico__logout:before {
  content: "?¤‰";
}


.m-model:after,
.m-movie:after,
.mh-cntr:after,
.no-flexbox .th__extra:after,
.no-flexbox .th__main:after,
.u-clearfix:after {
  clear: both;
  content: "";
  display: table;
  height: 0;
}

.u-my-1 {
  margin-top: .3rem;
  margin-bottom: .3rem;
}

.u-my-2 {
  margin-top: .6rem;
  margin-bottom: .6rem;
}

.u-my-3 {
  margin-top: .9rem;
  margin-bottom: .9rem;
}

.u-my-4 {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

.u-my-5 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.u-mxa {
  margin-left: auto;
  margin-right: auto;
}

.u-mt-10 {
  margin-top: 1rem;
}

.u-mt-20 {
  margin-top: 2rem;
}

.u-mt-30 {
  margin-top: 3rem;
}

.u-mt-40 {
  margin-top: 4rem;
}

.u-mb-10 {
  margin-bottom: 1rem;
}

.u-mb-20 {
  margin-bottom: 2rem;
}

.u-mb-30 {
  margin-bottom: 3rem;
}

.u-mb-40 {
  margin-bottom: 4rem;
}

.u-pt-10 {
  padding-top: 1rem;
}

.u-pt-20 {
  padding-top: 2rem;
}

.u-pt-30 {
  padding-top: 3rem;
}

.u-pt-40 {
  padding-top: 4rem;
}

.u-pb-10 {
  padding-bottom: 1rem;
}

.u-pb-20 {
  padding-bottom: 2rem;
}

.u-pb-30 {
  padding-bottom: 3rem;
}

.u-pb-40 {
  padding-bottom: 4rem;
}

.u-py-1 {
  padding-top: .3rem;
  padding-bottom: .3rem;
}

.u-py-2 {
  padding-top: .6rem;
  padding-bottom: .6rem;
}

.u-py-3 {
  padding-top: .9rem;
  padding-bottom: .9rem;
}

.u-py-4 {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.u-py-5 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.u-block {
  display: block !important;
}

.u-inline-block {
  display: inline-block !important;
}

.u-flex {
  display: -webkit-box;
  display: flex;
}

.u-inline-flex {
  display: -webkit-inline-box;
  display: inline-flex;
}

.u-justify--between {
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.u-justify--around {
  justify-content: space-around;
}

.u-justify--start {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.u-justify--end {
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.u-justify--center {
  -webkit-box-pack: center;
  justify-content: center;
}

.u-align--start {
  -webkit-box-align: start;
  align-items: flex-start;
}

.u-align--end {
  -webkit-box-align: end;
  align-items: flex-end;
}

.u-align--center {
  -webkit-box-align: center;
  align-items: center;
}

.u-align--stretch {
  -webkit-box-align: stretch;
  align-items: stretch;
}

.u-float--left {
  float: left;
}

.u-float--right {
  float: right;
}

.u-width--full {
  display: block;
  width: 100%;
}

.u-width--auto {
  display: inline-block;
  width: auto;
}

.u-wide--40,
.u-wide--50,
.u-wide--60 {
  margin-left: auto;
  margin-right: auto;
  display: block !important;
}

.u-wide--90 {
  width: auto;
}

.u-wide--60 {
  width: auto;
}

.u-wide--50 {
  width: auto;
}

.u-wide--40 {
  width: auto;
}

.u-line--top {
  border-top: 1px solid #38383c;
  border-top: 1px solid var(--revolver);
}

.u-line--bottom {
  border-bottom: 1px solid #38383c;
  border-bottom: 1px solid var(--revolver);
}

.u-has-overlay:before {
  position: absolute;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  content: "";
  background: rgba(0, 0, 0, .8);
}

.c-btn {
  display: inline-block;
  background: #46ad48;
  background: var(--fruit-salad);
  text-align: center;
  border-radius: 8px;
  padding-top: .8rem;
  padding-bottom: .8rem;
  white-space: nowrap;
  text-decoration: none;
}

.c-btn,
.c-btn:hover {
  color: #fff;
  color: var(--white);
}

.c-btn:hover {
  background: #307731;
}

.c-btn.c-btn--medium {
  font: normal 600 110%/1.6 Open Sans;
}

.c-btn.c-btn--bold {
  font: normal 600 135%/1.6 Open Sans;
}

.c-checkbox {
  position: relative;
  display: inline-block;
}

.c-checkbox__label {
  display: block;
  position: relative;
  display: -webkit-box;
  display: flex;
  vertical-align: middle;
  -webkit-box-align: center;
  align-items: center;
}

.c-checkbox__label:after,
.c-checkbox__label:before {
  -webkit-transition: all .1s ease-out;
  transition: all .1s ease-out;
  font-family: slim4k-icons;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.2rem;
  height: 1.2rem;
  line-height: 1.2rem;
  font-size: .9rem;
  text-align: center;
  vertical-align: middle;
  border-radius: 4px;
  background: #888;
  background: var(--suva-grey);
  color: #fff;
  color: var(--white);
}

.c-checkbox--left .c-checkbox__label {
  padding-left: 1.6rem;
}

.c-checkbox--left .c-checkbox__label:before {
  content: "";
  display: inline-block;
  left: 0;
}

.c-checkbox--right .c-checkbox__label {
  padding-right: 1.6rem;
}

.c-checkbox--right .c-checkbox__label:after {
  content: "";
  display: inline-block;
  right: 0;
  top: 50%;
}

.c-checkbox__check:checked + .c-checkbox__label:after,
.c-checkbox__check:checked + .c-checkbox__label:before {
  background: #46ad48 !important;
  background: var(--fruit-salad) !important;
}

.c-checkbox--left .c-checkbox__check:checked + .c-checkbox__label:before,
.c-checkbox--right .c-checkbox__check:checked + .c-checkbox__label:after {
  content: "?¤‹";
}

.c-checkbox__check {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  width: 0;
  visibility: hidden;
}

.c-panel {
  display: none;
  z-index: 10;
  min-width: 90%;
  padding: 1.6rem;
  border-radius: 6px;
  box-shadow: 0 5px 15px 5px rgba(0, 0, 0, .3);
  background: #38383c;
  background: var(--revolver);
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

.c-panel[x-placement=bottom] [x-arrow] {
  top: -1rem;
  border-bottom: 1.2rem solid #38383c;
  border-bottom: 1.2rem solid var(--revolver);
  border-right: 1rem solid transparent;
  border-left: 1rem solid transparent;
}

.c-panel[x-placement=top] [x-arrow] {
  bottom: -1rem;
  border-top: 1.2rem solid #38383c;
  border-top: 1.2rem solid var(--revolver);
  border-right: 1rem solid transparent;
  border-left: 1rem solid transparent;
}

.c-panel [x-arrow] {
  position: absolute;
}

.c-form label {
  text-align: left;
  color: #e6e6e6;
  font-size: .85rem;
  line-height: 2;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
}

.c-form a {
  color: #46ad48;
  color: var(--fruit-salad);
  text-decoration: underline;
}

.c-form a:hover {
  color: #e61550;
  color: var(--ruby);
  text-decoration: none;
}

.c-form .c-btn {
  border-radius: 3px;
  padding-top: .7rem;
  padding-bottom: .7rem;
}

.c-form__reg,
.c-form__remember {
  display: block;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.c-form__remember {
  font-size: 85%;
}

.c-form__reg {
  font-size: 90%;
}

.c-collapse {
  display: inline-block;
  font-size: 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.6;
  position: relative;
  color: #46ad48;
  color: var(--fruit-salad);
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: color .3s ease-in;
  transition: color .3s ease-in;
  background: transparent;
  border: none;
}

.c-collapse .ico {
  position: absolute;
  left: 50%;
  bottom: -1rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  display: inline-block;
  text-align: center;
  font-size: 1.4rem;
}

.c-collapse.c-collapse--opened,
.c-collapse:hover {
  color: #e61550;
  color: var(--ruby);
}

.c-collapse.c-collapse--opened .ico {
  bottom: 0;
  -webkit-transform: rotate(180deg) translateX(-50%);
  transform: rotate(180deg) translateX(-50%);
}

.c-collapse.c-collapse--left .ico {
  left: 110%;
  bottom: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.c-collapse.c-collapse--left.c-collapse--opened .ico {
  left: 100%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c-collapsible {
  display: none;
  opacity: .2;
  -webkit-transition: all .3 ease-out;
  transition: all .3 ease-out;
  padding: .5rem;
  border-radius: 4px;
}

.c-collapsible.c-collapsible--opened {
  display: inline-block;
  background: rgba(0, 0, 0, .1);
  opacity: 1;
}

.m-mh {
  padding-top: 1rem;
  padding-bottom: .5rem;
}

.logo {
  display: inline-block;
  background: transparent url(https://join.slim4k.com/join_dir/dist/images/logo.png) 50% no-repeat;
  min-width: 181px;
  min-height: 40px;
  text-indent: -999em;
}

.nav--opened #topNavOpen {
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
}

.nav--opened #topNavClose,
.nav--opened .m-mh__navs {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

#topNavClose,
#topNavOpen {
  position: absolute;
  position: fixed;
  right: 1rem;
  top: 1rem;
  background: transparent;
  color: #888;
  color: var(--suva-grey);
  padding: 0;
  z-index: 11;
}

#topNavClose .ico,
#topNavOpen .ico {
  font-size: 2.6rem;
}

#topNavClose:hover,
#topNavOpen:hover {
  color: #a7a7a7;
  color: var(--dark-gray);
}

#topNavClose {
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
}

.acc-ctrl__link,
.menu__link {
  display: block;
  color: #888;
  color: var(--suva-grey);
  border-radius: 3px;
  vertical-align: middle;
  text-decoration: none;
  white-space: nowrap;
}

.acc-ctrl__item:hover > a,
.menu__item:hover > a {
  background: #46ad48;
  background: var(--fruit-salad);
  color: #fff;
  color: var(--white);
}

.menu__item--current .menu__item--current:hover .menu__link {
  background: #e61550;
  background: var(--ruby);
  color: #fff;
  color: var(--white);
}

.acc-ctrl__item--join {
  background: #46ad48;
  background: var(--fruit-salad);
}

.acc-ctrl__item--join a {
  color: #fff;
}

.acc-ctrl__search {
  background: none;
  color: #888;
  color: var(--suva-grey);
  border-radius: 3px;
  padding-left: 1rem;
  padding-right: 1rem;
  display: block;
  width: 100%;
  text-align: center;
}

.acc-ctrl__search .ico {
  margin-right: 0 !important;
  font-size: 140%;
}

.acc-ctrl__search:hover {
  background: #46ad48;
  background: var(--fruit-salad);
  color: #fff;
  color: var(--white);
}

.m-cs__header {
  text-align: left;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.m-ths {
  text-align: center;
  font-size: 0;
}

.m-ths__item {
  font-size: 14px;
  font-size: 1rem;
  display: block;
}

.th {
  text-align: left;
  padding-bottom: .5rem;
}

.th__link {
  position: relative;
  display: block;
  height: 0;
  margin-bottom: 1rem;
}

.th__link:before {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: rgba(0, 0, 0, .4);
}

.m-ths--movies .th__link {
  padding-top: 56.41%;
}

.m-ths--models .th__link {
  padding-top: 81.31%;
}

.th__fig {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.th__fig:before {
  display: none;
  content: "?¤?";
  opacity: .9;
  font-family: slim4k-icons;
  font-size: 4rem;
  color: #e61550;
  color: var(--ruby);
  text-align: center;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  box-shadow: inset 0 0 5px 3px rgba(0, 0, 0, .3);
  border-radius: 50%;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 4;
}

.th__fig:before,
.th__pic {
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  position: absolute;
}

.th__pic {
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.th__d {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  background: rgba(86, 89, 96, .9);
  color: #ccc;
  color: var(--very-light-grey);
  font-size: .8rem;
  line-height: 2;
  padding: 0 .8rem;
  text-align: center;
  z-index: 2;
}

.th {
  margin-bottom: .5rem;
}

.th .ico {
  color: #565960;
  color: var(--bright-grey);
  margin-right: .1rem !important;
}

.th:hover .th__link:before {
  display: block;
}

.th:hover .th__fig:before {
  display: inline-block;
}

.th:hover .th__pic {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.th:hover .th__title {
  color: #ccc;
  color: var(--very-light-grey);
}

.th__main {
  display: block;
  margin: 1rem auto 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  align-items: stretch;
  overflow: hidden;
}

.th__info {
  -webkit-box-flex: 1;
  flex-grow: 1;
  display: inline-block;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.th__title {
  padding-bottom: .5rem;
  font-size: 98%;
  color: #777;
  color: var(--grey);
  display: block;
  text-decoration: none;
  line-height: 1.4;
}

.th__tags,
.th__videos {
  padding-bottom: .5rem;
  font-size: 96%;
}

.th__tags .ico,
.th__videos .ico {
  font-size: 80%;
}

.th__tags a,
.th__videos a {
  color: #46ad48;
  color: var(--fruit-salad);
  text-decoration: none;
  line-height: 1.3;
}

.th__tags a:hover,
.th__videos a:hover {
  color: #777;
  color: var(--grey);
}

.th__videos {
  padding-bottom: .5rem;
  font-size: 96%;
}

.th__videos,
.th__videos .ico {
  color: #46ad48;
  color: var(--fruit-salad);
}

.th__videos .ico {
  font-size: 110%;
}

.th__icos {
  display: inline-block;
  font-size: 86%;
  display: -webkit-inline-box;
  display: inline-flex;
  padding-left: 1rem;
  vertical-align: middle;
  width: 30%;
  flex-wrap: wrap;
  color: #ccc;
  color: var(--very-light-grey);
}

.th__icos .ico {
  font-size: 1.4rem;
}

.th__thumb_down,
.th__thumb_up {
  white-space: nowrap;
  display: block;
}

.th__extra {
  border-top: 1px dashed #38383c;
  border-top: 1px dashed var(--revolver);
  padding: .5rem 0;
  font-size: .85rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.m-ths--no-wrap .th__info {
  overflow: hidden;
}

.m-ths--no-wrap .th__tags,
.m-ths--no-wrap .th__title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.m-ths--no-wrap .th__icos {
  overflow: hidden;
}

.no-flexbox .th__info {
  float: left;
  width: 80%;
}

.no-flexbox .th__icos {
  float: right;
  width: 20%;
  padding-left: 0;
}

.no-flexbox .th__added {
  float: left;
}

.no-flexbox .th__views {
  float: right;
}

.m-model {
  padding-bottom: 4rem;
  border-bottom: 1px solid #38383c;
  border-bottom: 1px solid var(--revolver);
}

.m-model__img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
}

.m-model__card {
  margin-top: 2rem;
}

.mc__likes {
  padding-bottom: .8rem;
  border-bottom: 1px solid #38383c;
  border-bottom: 1px solid var(--revolver);
}

.mc__likes--down,
.mc__likes--up {
  display: inline-block;
  color: #fff;
  color: var(--white);
  font-size: 1rem;
}

.mc__likes--down > button,
.mc__likes--up > button {
  background: transparent;
  color: #565960;
  color: var(--bright-grey);
}

.mc__likes--down > button .ico,
.mc__likes--up > button .ico {
  font-size: 1.8rem;
  margin-right: 0 !important;
}

.mc__likes--up {
  margin-right: 1rem;
}

.mc__likes--up:hover > button {
  color: #46ad48;
  color: var(--fruit-salad);
}

.mc__likes--down:hover > button {
  color: #e61550;
  color: var(--ruby);
}

.mc__likes--done button {
  color: #999 !important;
  color: var(--nobel) !important;
  cursor: not-allowed !important;
}

.mc__likes--done button .ico {
  text-shadow: -1px -1px #111;
}

.mc__name {
  padding-top: .8rem;
  padding-bottom: .8rem;
  border-bottom: 1px solid #38383c;
  border-bottom: 1px solid var(--revolver);
}

.mcn__name {
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  color: var(--white);
  line-height: 1.6;
  margin-bottom: .5rem;
}

.mcn__name span {
  display: inline-block;
  margin-left: 1rem;
}

.mcn__extra {
  color: #fff;
  color: var(--white);
}

.mcn__extra > span {
  display: inline-block;
  margin-left: 1.5rem;
}

.mcn__extra .ico {
  color: #565960;
  color: var(--bright-grey);
}

.mcb__entry > dt {
  font-size: .85rem;
  color: #888;
  color: var(--suva-grey);
  line-height: 1.6;
}

.mcb__entry > dd {
  font-size: 1rem;
  color: #fff;
  color: var(--white);
  line-height: 1.6;
  margin-bottom: .5rem;
}

.mc__desc {
  color: #888;
  color: var(--suva-grey);
  font-size: .9rem;
  line-height: 1.6;
}

.m-cs__title.movie-title {
  font-size: 130%;
  color: #999;
  color: var(--nobel);
}

.m-movie__cntr {
  display: block;
  height: 0;
  margin: 0 auto;
  padding: 0 0 58%;
  position: relative;
  width: 100%;
}

.m-movie__cntr embed,
.m-movie__cntr iframe,
.m-movie__cntr img,
.m-movie__cntr object,
.m-movie__cntr video {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.mi {
  margin-top: 1rem;
  font-size: .9rem;
  line-height: 1.6;
}

.mi__item {
  margin-bottom: 1rem;
}

.mi__key,
.mi__value {
  display: inline;
}

.mi__key {
  color: #888;
  color: var(--suva-grey);
  padding-right: .5rem;
}

.mi__value {
  color: #fff;
  color: var(--white);
}

.mi__value a {
  text-decoration: none;
}

.mi__item--descr .mi__key,
.mi__item--descr .mi__value {
  display: block;
  margin-bottom: 1rem;
}

.m-comments {
  margin-left: auto;
  margin-right: auto;
}

.m-comments__comment {
  margin-bottom: 2rem;
}

.mcc {
  background: #2b2c33;
  background: var(--bastille);
  border-radius: 12px;
  box-shadow: 0 5px 15px 5px rgba(0, 0, 0, .3);
  line-height: 1.6;
}

.mcc__header {
  color: #888;
  color: var(--suva-grey);
  font-size: .9rem;
  vertical-align: middle;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding: 1rem 2rem;
  border-bottom: 1px solid #38383c;
  border-bottom: 1px solid var(--revolver);
}

.mcc__header .ico {
  color: #46ad48;
  color: var(--fruit-salad);
  font-size: 1.4rem;
}

.mcc__date,
.mcc__user {
  display: inline-block;
  vertical-align: middle;
}

.mcc__user {
  color: #a7a7a7;
  color: var(--dark-gray);
}

.mcc__date .ico {
  color: #565960;
  color: var(--bright-grey);
}

.mcc__message {
  display: block;
  padding: 1rem 2rem;
  font-size: 1.1rem;
}

.scf {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  border-radius: 12px;
  border: 1px solid #38383c;
}

.scf label {
  margin-bottom: 2rem;
}

.scf textarea {
  height: 8rem;
}

.scf .c-btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.m-pager {
  margin: 1rem auto;
  display: block;
  text-align: center;
}

.m-pager__item {
  display: inline-block;
  vertical-align: middle;
}

.m-pager__item.m-pager__item--current {
  font-weight: 600;
  background: #e61550;
  background: var(--ruby);
  color: #fff;
  color: var(--white);
}

.m-pager__item.m-pager__item--current,
.m-pager__link {
  line-height: 2.6rem;
  width: 2.6rem;
  margin-left: .5rem;
  margin-right: .5rem;
  border-radius: 6px;
}

.m-pager__link {
  display: block;
  background: transparent;
  color: #777;
  color: var(--grey);
  font-size: 1rem;
  text-decoration: none;
}

.m-pager__link:hover {
  background: #444;
  background: var(--charcoal);
  color: #fff;
  color: var(--white);
}

.page-join {
  background: #2b2c33 url(https://join.slim4k.com/join_dir/dist/images/main-bg.jpg) top no-repeat;
  background-size: contain;
}

.m-join {

  padding-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
}

.m-join__title {
  text-align: center;
}

.m-join__title h3 {
  color: #ccc;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.m-join__title p {
  color: #a7a7a7;
  font-size: 96%;
}

.m-join__header {
  margin-bottom: 2rem;
}

.m-join__header h3 {
  text-transform: uppercase;
  color: #ccc;
  font-size: 1.3rem;
}

.m-join__wrap {

}

.m-join__acc {
  margin-bottom: 5rem;
}

.join-acc__item {
  display: block;
  width: 100%;
  margin-bottom: 1.2rem;
}

.join-acc__input {
  display: block;
  width: 100%;
  background: #2a2b31;
  border: 1px solid #54585f;
  border-radius: 6px;
  color: #888;
  font-size: 13px;
  padding: 1.2rem;
}

.join-acc__input:focus {
  border-color: #46ad48;
  color: #ccc;
}

.m-join__acc-notice {
  margin-top: 2.5rem;
  font-size: .95rem;
}

.join-plan__item {
  margin-bottom: 1.2rem;
  position: relative;
}

.plan-item {
  position: relative;
  display: block;
  padding: 1.2rem 1rem 1.2rem 4.5rem;
  border: 1px solid #54585f;
  border-radius: 6px;
}

.plan-item:before {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.6rem;
  text-align: center;
  left: 1.6rem;
  top: 1.5rem;
  display: block;

  font-family: slim4k-icons;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 50%;
  background: #54585f;
  color: #2c2d33;
}

.plan-item:hover {
  color: #888;
  border-color: #888;
}

.plan-item:hover:before {
  background: #888;
}

.plan-item:hover h3,
.plan-item:hover h4 {
  color: #888;
}

.plan-item__check:checked ~ .plan-item {
  color: #fff;
  border-color: #46ad48;
}

.plan-item__check:checked ~ .plan-item:before {
  background: #46ad48;
}

.plan-item__check:checked ~ .plan-item h3,
.plan-item__check:checked ~ .plan-item h4 {
  color: #fff;
}

.plan-item__check {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  visibility: hidden;
}

.plan-item__descr {
  width: 100%;
  color: #999;
  display: inline-block;
}

.plan-item__descr h3,
.plan-item__descr h4 {
  line-height: 1.4;
  color: #999;
}

.plan-item__descr h3 {
  font-size: 1.2rem;
  text-transform: uppercase;
}

.plan-item__descr h4 {
  font-size: 1rem;
  font-weight: 400;
}

.plan-item__price {
  display: block;
  width: auto;
  transform: translateY(-50%);
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  margin: 2rem auto 0;
}

.join-plan__btn {
  padding-top: 1.6rem;
  margin-top: 1.6rem;
}

.m-join-btn {
  margin: 4rem auto;
}

.m-mf {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mf-nav__item {
  margin: auto auto 3rem;
  text-align: center;
}

.mf-nav__item dl {
  display: inline-block;
  text-align: left;
}

.mf-nav__item dt {
  margin-bottom: 1.2rem;
  font-size: 95%;
  color: #686868;
}

.mf-menu a {
  color: #888;
  color: var(--suva-grey);
  font-size: 1rem;
  display: block;
  text-decoration: none;
  margin-bottom: 1.2rem;
}

.mf-menu a:hover {
  color: #ccc;
  color: var(--very-light-grey);
}

.mf-info {
  text-align: center;
  color: #686868;
}

.mf-info__descr {
  line-height: 1.6;
}

.mf-info__descr:before {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  background: transparent url(https://join.slim4k.com/join_dir/dist/images/18plus.svg) 50%;
  background-size: contain;
  margin: 0 auto 1rem;
}

.mf-legal {
  margin-top: 3rem;
  font-size: 1rem;
  text-align: center;
  color: #565960;
  color: var(--bright-grey);
}

.l-wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 1260px;
  padding: 0 1px;
  overflow: hidden;
}

[class*=ico__],
[class~=ico] {
  vertical-align: middle;
  font-size: 1.2rem;
  margin-right: .3rem;
}

[class*=ico__]:before,
[class~=ico]:before {
  vertical-align: middle;
}

html {
  font: normal normal 14px/1.6 Open Sans;
}

body {
  color: #a7a7a7;
  background: #2b2c33;
}

a {
  color: #888;
  color: var(--suva-grey);
  text-decoration: none;
}

button,
label {
  cursor: pointer;
  display: inline-block;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

button {
  border: none;
  text-align: center;
  border-radius: 3px;
}

button:focus,
input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
}

a,
button,
input,
label {
  -webkit-transition: all .1s ease-out;
  transition: all .1s ease-out;
}

a {
  color: #46ad48;
  color: var(--fruit-salad);
  text-decoration: underline;
}

a:hover {
  color: #e61550;
  color: var(--ruby);
}

h1,
h2,
h3,
h4,
h5 {
  font: normal 600 1rem/1.6 Open Sans;
  color: #a7a7a7;
  color: var(--dark-gray);
}

h1 {
  font-size: 240%;
}

h2 {
  font-size: 200%;
}

h3 {
  font-size: 160%;
}

h4 {
  font-size: 140%;
}

h5 {
  font-size: 120%;
}

.c-form input,
.c-form textarea,
.field {
  background: #38383c;
  background: var(--revolver);
  font-size: 1.2rem;
  padding: .6rem 1rem;
  color: #ccc;
  color: var(--very-light-grey);
  border: 1px solid #999;
  border-radius: 4px;
}

@-webkit-keyframes anim-thumb-play-grow {
  0% {
    -webkit-transform: scale(.8) translate(-50%, -50%);
    transform: scale(.8) translate(-50%, -50%);
  }

  to {
    -webkit-transform: scale(1.4) translate(-50%, -50%);
    transform: scale(1.4) translate(-50%, -50%);
  }
}

@keyframes anim-thumb-play-grow {
  0% {
    -webkit-transform: scale(.8) translate(-50%, -50%);
    transform: scale(.8) translate(-50%, -50%);
  }

  to {
    -webkit-transform: scale(1.4) translate(-50%, -50%);
    transform: scale(1.4) translate(-50%, -50%);
  }
}

@media (min-width: 320px) {
  .mcb {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .mcb__entry {
    display: inline-block;
    width: 49%;
    -webkit-box-flex: 1;
    flex-grow: 1;
  }


}

@media (min-width: 480px) {
  .m-ths {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .m-ths__item {
    display: inline-block;
    width: 48%;
    margin: 1%;
  }

  .mf-nav {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .mf-nav__item {
    -webkit-box-flex: 1;
    flex-grow: 1;
    text-align: left;
  }

  .plan-item__price {
    position: absolute;
    display: block;
    width: auto;
    top: 50%;
    right: 1rem;
    text-align: center;
    font-weight: 700;
    font-size: 1.8rem;
    margin: 0;
  }
}

@media (min-width: 600px) {
  .u-wide--90 {
    width: 90%;
  }

  .u-wide--60 {
    width: 60%;
  }

  .u-wide--50 {
    width: 50%;
  }

  .u-wide--40 {
    width: 40%;
  }

  .c-panel {
    min-width: 60%;
  }

  .m-ths__item {
    width: 31%;
    margin: 1%;
  }

  .m-model__fig {
    float: left;
  }

  .m-model__card {
    margin-top: 0;
    float: right;
  }

  .m-model__fig {
    max-width: 240px;
  }

  .m-model__card {
    width: 75%;
    width: calc(100% - 270px);
  }

  .scf {
    width: 60%;
    padding: 2rem;
  }

  .scf .c-btn {
    width: 40%;
  }
}

@media (min-width: 900px) {
  .c-panel {
    min-width: 25%;
    padding: 2rem;
  }

  #topNavClose,
  #topNavOpen {
    display: none;
  }

  .mh-cntr {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding-bottom: .8rem;
  }

  .m-mh__logo {
    float: left;
    min-width: 210px;
  }

  .m-mh__navs {
    float: right;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
  }

  .acc-ctrl__item,
  .menu__item,
  .navs__acc-ctrl,
  .navs__nav {
    display: inline-block;
  }

  .acc-ctrl,
  .menu {
    white-space: nowrap;
  }

  .menu__link {
    font-size: 1.1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .acc-ctrl__link {
    font-size: 1rem;
    padding-left: .7rem;
    padding-right: .7rem;
  }

  .acc-ctrl__link,
  .menu__link {
    text-align: center;
    line-height: 2;
  }

  .acc-ctrl__link > .ico,
  .menu__link > .ico {
    display: none;
  }

  .acc-ctrl__link .ico__magnifier,
  .menu__link .ico__magnifier {
    display: block !important;
  }

  .acc-ctrl,
  .acc-ctrl__item,
  .acc-ctrl__link,
  .menu,
  .menu__item,
  .menu__link,
  .navs__acc-ctrl,
  .navs__nav {
    display: -webkit-inline-box;
    display: inline-flex;
    justify-items: stretch;
  }

  .mcb__entry {
    width: 24%;
  }

  .m-movie__wrap {
    width: 68%;
    float: left;
  }

  .m-movie__info {
    float: right;
    width: 30%;
  }

  .m-join {
    width: 80%;
  }

  .m-join {
    margin-top: 3rem;
  }

  .m-join__wrap:after {
    clear: both;
    content: "";
    display: table;
    height: 0;
  }

  .m-join__acc {
    margin-bottom: 0;
    margin-left: 5%;
    width: 35%;
  }

  .m-join__plan {
    width: 50%;
  }

  .m-join__acc {
    float: left;
  }

  .m-join__plan {
    float: right;
  }

  .m-join-btn {
    margin: 6rem auto;
  }

  .mf-cntr {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .mf-info,
  .mf-nav {
    -webkit-box-flex: 1;
    flex-grow: 1;
    width: 50%;
  }

  .mf-info {
    text-align: left;
  }

  .mf-info__descr {
    max-width: 400px;
  }

  .mf-info__descr:before {
    margin-left: 0;
  }

  html {
    font: normal normal 14px/1.4 Open Sans;
  }
}

@media (min-width: 1024px) {
  .m-ths__item {
    width: 24%;
    margin: .2rem;
  }
}

@media (min-width: 1200px) {
  .m-mh {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 20;
    background: #2b2c33;
    background: var(--bastille);
    border-bottom: 1px solid #38383c;
    border-bottom: 1px solid var(--revolver);
    box-shadow: 0 5px 15px 5px rgba(0, 0, 0, .1);
  }

  #mainContent {
    margin-top: 8rem;
  }

  .m-mh__navs {
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 1600px) {
  html {
    font: normal normal 16px/1.4 Open Sans;
  }
}

@media (max-width: 899px) {
  .m-mh__logo {
    text-align: center;
  }

  .m-mh__navs {
    position: absolute;
    position: fixed;
    width: 90%;
    left: 0;
    display: block;
    border-radius: 0 6px 6px 0;
    -webkit-transition: -webkit-transform .3s ease-in;
    transition: -webkit-transform .3s ease-in;
    transition: transform .3s ease-in;
    transition: transform .3s ease-in, -webkit-transform .3s ease-in;
    -webkit-transform: translateX(-110%);
    transform: translateX(-110%);
    background: rgba(56, 56, 60, .95);
    box-shadow: 0 5px 25px 5px rgba(0, 0, 0, .3);
    z-index: 10;
  }

  .menu__item {
    display: block;
    border-bottom: 1px solid #444;
    border-bottom: 1px solid var(--charcoal);
  }

  .menu__item:hover .menu__link {
    text-indent: 1rem;
  }

  .menu__link {
    font-size: 1.4rem;
    line-height: 2.6;
    font-weight: 600;
    padding-left: 2rem;
    border-radius: 0;
  }

  .acc-ctrl {
    text-align: center;
  }

  .acc-ctrl__item {
    display: inline-block;
  }

  .acc-ctrl__link {
    line-height: 3;
    font-weight: 400;
    font-size: 1.2rem;
    padding-left: .7rem;
    padding-right: .7rem;
  }

  .acc-ctrl__item:first-child > a {
    padding-left: .3rem;
  }

  .acc-ctrl__item:last-child > a {
    padding-right: .3rem;
  }

  .acc-ctrl__link,
  .menu__link {
    text-shadow: 0 -1px #000;
  }
}

@media (max-width: 599px) {
  a {
    padding: .3rem;
  }
}


.join-plan__item--hiprice .plan-item__price {
  background: #46ad48;
  background-color: #23d00a;
  background-image: linear-gradient(180deg,#23d00a 0,#136f05);

  margin-top: 1rem;
  color: #fff;
  padding: .5rem 1rem;
  border-radius: 5px;
  text-shadow: 1px -1px 5px #555;
  top: 0; height: 100%;
  transform: none;

}

.join-plan__item--hiprice .plan-item__price--text {
  font-size: .8rem;
  display: block;
  text-align: center;
  width: 100%;
  margin-top: .5rem;

  align-self: flex-end;
}

@media (min-width: 480px) {
  .plan-item__descr {
    width: 65%;
  }

  .join-plan__item--hiprice .plan-item__price {
    margin-top: 0;
    right: 0;
    height: 100%;
    border-radius: 0 5px 5px 0;

    display: flex;
    align-items: center;
    justify-content: center;
  }

  .join-plan__item--hiprice font {
    display: inline-block;
    margin-top: .65rem;
  }

  .join-plan__item--hiprice .plan-item__price--text {
    position: absolute;
    display: block;
    width: 100%;
    padding-bottom: .5rem;
  }  
}