.autocomplete-suggestions { border: 1px solid #1b1b1b; background: #000; overflow: auto; margin: 0 -60px 0 13px; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; cursor: pointer; }
.autocomplete-selected { background: #151515; }
.autocomplete-suggestions strong { font-weight: normal; color: #276fdb; border-bottom: 1px solid #276fdb; }
.autocomplete-group { padding: 5px; font-weight: bold;}
.autocomplete-group strong { display: block; }

/* @import "https://fonts.googleapis.com/css?family=Roboto:400,500,700&amp;subset=cyrillic"; */
@font-face {
  font-family: "fontello";
  src: url(../fonts/fontello.woff) format("woff"), 
      url(../fonts/fontello.ttf) format("truetype");
  font-weight: 400;
  font-style: normal
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: 0;
}
* {
  outline: none;
  text-decoration: none;
}
img,
object,
embed {
  vertical-align: bottom;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
p.text {
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  margin: 0 0 2.5rem;
  width: 100%;
  display: block;
}
q:before,
q:after {
  content: "";
}
a * {
  cursor: pointer;
}

html {
  height: 100%;
  font-size: 62.5%;
}
body {
  font: 400 14px/1.2 "Roboto", Helvetica, sans-serif;
  min-height: 100%;
  min-width: 320px;
  position: relative;
  color: #fff;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  font-family: "Montserrat", sans-serif;
}
a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  font-family: "Montserrat", sans-serif;
}

.box__h {
  font-weight: 600;
  font-size: 19.2px;
}

.no-touch a:hover {
  color: #009ec5;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

input,
select,
textarea {
  font-size: 13px;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
}
.container {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  max-width: 1358px;
  padding: 0 30px;
}

.header {
    background-color: #000;
}
.hidden {
    display: none;
}

.header-inner {
    padding: 7px 0;
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}
  
.header .logo_user {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.header .member-links ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.header .member-links ul li {
    margin: 0 12px 0 0;
}

.header .member-links ul li:last-of-type {
    margin: 0;
}

.header .member-links a {
    display: inline-block;
    padding: 13px 0;
    font-weight: 600;
    color: #fff;
    font-size: 14.4px;
    text-transform: uppercase;
    transition: color .2s cubic-bezier(0.67,0.21,0.005,0.885);
}

.header .member-links a:hover {
    color: #009ec5;
}

.header .member-links #signup {
    padding: 13px 30px;
    background: #b7146c !important;
    background: -o-linear-gradient(top, rgba(183, 20, 108, 1) 0%, rgba(211, 23, 133, 1) 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(183, 20, 108, 1)), to(rgba(211, 23, 133, 1))) !important;
    background: linear-gradient(to bottom, rgba(183, 20, 108, 1) 0%, rgba(211, 23, 133, 1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b7146c',endColorstr='#d31785',GradientType=0)!important;
    color: #fff;
    border-radius: 5px;
}

.header .member-links #signup:hover {
    text-decoration: underline;
}

.header .search {
    margin: 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header .search form {
    position: relative;
}

.header .search input {
    background-color: #fff;
    border: none;
    color: #000;
    padding: 11px 20px 11px 45px;
    border-radius: 5px;
    font-size: 14.4px;
    min-width: 320px;
}

.header .search button {
  color: #000;
  padding: 7px 12px !important;
  font-size: 21px;
  border: none;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  border: 5px;
  cursor: pointer;
  height: auto;
  line-height: 1;
}

.list-videos .margin-fix {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: -12px -6px 0;
}

.list-videos .margin-fix form {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.list-videos .margin-fix form .bottom {
  margin: 10px 0 0;
}

.list-videos .margin-fix form .bottom .btn{
  padding: 7px 20px !important;
}

.list-videos .item {
    width: 33.33%;
    padding: 12px 6px 0;
    position: relative;
}

@media only screen and (max-width: 900px) {
  .list-videos .item {
    width: 50%;
  }
}

@media only screen and (max-width: 460px) {
  .list-videos .item {
    width: 100%;
  }
}

.list-videos .item .img {
    display: block;
    position: relative;
    overflow: hidden;
    background-color: #000;
    padding-top: 56.25%;
}

.list-videos .item .img::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 2;
}

.list-videos .item .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}

.list-videos .item .img video {
  position: absolute !important;
  z-index: 3 !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.list-videos .item .img .title {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    z-index: 9;
    padding: 0 12px 12px;
}

.list-videos .item .img .duration {
    position: absolute;
    color: #fff;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, .5);
    padding: 5px 5px;
    min-width: 47px;
    text-align: center;
    border: 0;
    z-index: 2;
    font-size: 11.2px;
}

.video_swiper_holder {
  overflow: hidden;
  width: 100%;
}

.video_swiper_holder .container {
  padding: 0;
  max-width: 1400px;
  -webkit-box-shadow: 0 20px 100px #000;
  box-shadow: 0 20px 100px #000;
}

.video_swiper {
    position: relative;
    width: 100%;
    height: 500px;
    float: none;
    margin: 0 auto;
}

@media only screen and (max-width: 600px) {
  .video_swiper {
    height: 300px;
}
}

.video_swiper a {
  width: 100%;
  height: 100%;
  display: block;
}

.video_swiper a .img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.video_swiper a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.video_swiper a .img .title {
  position: absolute;
  top: 70%;
  left: 5%;
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.05) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.05)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.05) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a000000',endColorstr='#0d000000',GradientType=1);
  max-width: 70%;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding: 5px 40px 5px 20px;
  border-radius: 5px;
  z-index: 100;
}

.footer {
  background-color: #000;
  width: 100%;
  display: block;
  padding: 20px 0 10px;
  display: flex;
  justify-content: center;
}

.footer .logo__link img {
  width: 183px;
  height: 40px;
}

.wrapper {
  width: 100%;
  max-width: 1358px !important;
  padding: 0 30px;
  margin: 0 auto;
}

.footer__upper {
  width: 100%;
  padding: 12px 0 0;
  margin-bottom: 12px;
}

.footer__upper_inner {
  padding-bottom: 12px;
}

.footer__upper_inner .row {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  justify-content: space-between;
}

@media only screen and (max-width: 900px) {
  .footer__upper_inner .row {
    flex-direction: column;
  }
}

.footer__upper_inner .row .ftcol:nth-child(2) {
  max-width: 840px;
}

.ftcol__logo {
  width: 35%;
}
@media only screen and (max-width: 900px) {
  .ftcol {
      width: 100% !important;
      margin-bottom: 0 !important;
  }
}

@media only screen and (max-width: 900px) {
  .ftcol {
      width: 100% !important;
      margin-bottom: 0 !important;
  }
}

.simple-list {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.ftcol__bd:nth-child(4) .simple-list {
  flex-direction: column;
  align-items: flex-start;
  color: #7c7c7c;
}

.ftcol__bd:nth-child(4) .simple-list a {
  color: #7c7c7c;
}

.ftcol__bd:nth-child(4) .simple-list a:hover {
  text-decoration: underline;
}

.simple-list__li {
  margin: 5px 20px;
}

@media only screen and (max-width: 900px) {
  .simple-list__li {
      margin: 5px 10px 5px 0;
  }
}

.simple-list__link {
  font-size: 16px;
  color: #009ec5;
  text-decoration: none;
  transition: all .2s cubic-bezier(0.67,0.21,0.005,0.885);
  font-weight: 600;
}

.simple-list__link:hover {
  text-decoration: underline;
}

.simple-list__white .simple-list__link {
  color: #fff !important;
}

.spacer {
  width: 100%;
  display: block;
  margin: 10px 0;
  display: inline-block;
}

.regular-sec {
  margin-bottom: 12px;
}

.btn-primary, .alphabet__link, .pagination-list__elem, .btn.btn-default {
  background: #009ec5 !important;
  background: -o-linear-gradient(top, #009ec5 0%, #05abe0 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#009ec5), to(#05abe0)) !important;
  background: linear-gradient(to bottom, #009ec5 0%, #05abe0 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009ec5',endColorstr='#05abe0',GradientType=0)!important;
}

.btn-primary, .btn-secondary, .btn.btn-default, .btn-dark, .btn-yellow, .btn-border {
  height: auto !important;
  font-weight: 600;
  line-height: 1 !important;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 30px !important;
  border-radius: 5px;
}

.btn-full {
  width: 100%;
  max-width: 960px;
  display: table !important;
  float: none !important;
  text-align: center;
  font-size: 19.2px !important;
  font-weight: 500 !important;
  padding: 20px 0 !important;
  margin: 0 auto !important;
}

.alert, .messages, .notification {
  width: 100%;
  max-width: 960px;
  display: table !important;
  float: none !important;
  text-align: center !important;
  font-size: 19.2px !important;
  padding: 10px 20px !important;
  margin: 0 auto !important;
}

.alert.btn-full {
  padding: 20px 0 !important;
}

.btn:hover, .btn-primary:hover, .btn-secondary:hover, .btn-dark:hover, .btn-yellow:hover, .btn-border:hover, .alphabet__link:hover, .pagination-list__elem:hover {
  text-decoration: underline !important;
  color: #fff !important;
}

.pagination-holder ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 24px 0 12px;
}

.pagination-holder ul li {
  margin: 0 2px;
}

.pagination-list__li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style-image: none;
  margin: 0 2px;
}

.pagination-list__li.next .pagination-list__elem, 
.pagination-list__li.prev .pagination-list__elem {
  padding: 8px 15px;
  min-height: 32.8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
}

@media only screen and (max-width: 767px) {
  .pagination-list__li {
    display: none;
  }
  .pagination-list__li.is-active {
    display: block;
  }
  .pagination-list__li.next, .pagination-list__li.prev {
    display: block;
  }
}

.pagination-list__elem {
  display: block;
  width: 2.5rem;
  line-height: 2.5rem;
  height: 2.5rem;
  text-align: center;
  color: #fff;
  transition: all .2s cubic-bezier(0.67,0.21,0.005,0.885);
  border-radius: 100%;
  background-color: #212121;
}

.btn-primary, .alphabet__link, .pagination-list__elem, .btn.btn-default {
  background: #009ec5 !important;
  background: -o-linear-gradient(top, #009ec5 0%, #05abe0 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#009ec5), to(#05abe0)) !important;
  background: linear-gradient(to bottom, #009ec5 0%, #05abe0 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009ec5',endColorstr='#05abe0',GradientType=0)!important;
}

.pagination-list__elem, .pagination-list__elem.-prev, .pagination-list__elem.-next {
  width: auto;
  height: auto;
  line-height: 1;
  font-size: 12.8px;
  padding: 10px 15px;
  border-radius: 5px;
}

.alphabet__link.is-active, .pagination-list__elem.is-active {
  background: #b7146c !important;
  background: -o-linear-gradient(top, rgba(183, 20, 108, 1) 0%, rgba(211, 23, 133, 1) 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(183, 20, 108, 1)), to(rgba(211, 23, 133, 1))) !important;
  background: linear-gradient(to bottom, rgba(183, 20, 108, 1) 0%, rgba(211, 23, 133, 1) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b7146c',endColorstr='#d31785',GradientType=0)!important;
}

.headline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 11px 0;
}

.headline h1, 
.headline h2 {
  font-weight: 600;
  color: #111;
  font-size: 19.2px;
}

.swiper-button-next, .swiper-button-prev {
  background: rgba(0, 0, 0, .4);
  color: #fff;
  font-size: 20px;
  padding: 8px 20px;
  width: 51px;
  height: 48px;
}

.swiper-button-next:after, .swiper-button-prev:after {
  display: none;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 11px;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 0;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 0;
}

.box__hd-utils {
  position: relative;
}

.js-dropdown-open {
  z-index: 5;
}

.box__hd-utils .btn.-outlined svg {
  color: #fff;
  margin: 0 0 0 6px;
  font-size: 10px;
  position: relative;
  top: -1px;
}

.box__hd-utils .btn.-outlined {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}

.box__hd-utils .btn.-outlined.js-sort {
  padding: 7px 20px !important;
}


.btn--outlined, .btn.-outlined, button.-outlined[type="submit"], input.-outlined[type="submit"] {
  line-height: 2rem;
  height: 2.125rem;
  padding-left: 12px;
  padding-right: 12px;
  border: .0625rem solid #363636;
  font-size: .625rem;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #1c1c1c;
}

.btn--outlined, .btn.-outlined, button.-outlined[type="submit"], input.-outlined[type="submit"] {
  background: #009ec5;
  background: -o-linear-gradient(top, #009ec5 0%, #05abe0 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#009ec5), to(#05abe0));
  background: linear-gradient(to bottom, #009ec5 0%, #05abe0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009ec5',endColorstr='#05abe0',GradientType=0);
  font-size: 12.8px;
  font-weight: 600;
  padding: 7px 20px;
  border: 0;
  border-radius: 5px;
  box-sizing: border-box;
  height: auto;
}

.btn.-outlined .btn__label, button.-outlined[type="submit"] .btn__label, input.-outlined[type="submit"] .btn__label, .btn--outlined .btn__label {
  color: #fff;
  text-decoration: none;
}
.drop-list {
  padding: 0;
  margin: 0;
  position: absolute;
  right: 0;
  border-radius: 3px;
  border: .0625rem solid #212121;
  background-color: #161616;
  box-shadow: 0 0.3125rem 1.25rem 0.125rem rgba(0,0,0,0.2);
}
.drop-list {
  background: rgba(0, 0, 0, .8);
}
.js-dropdown-open > .g--dropdown {
  display: block;
}
.drop-list--md, .drop-list.-md {
  margin-top: 6px;
}

.g--dropdown {
  display: none;
}

.drop-list::before {
  width: 0;
  height: 0;
  border-style: solid;
  display: block;
  content: " ";
  border-color: transparent transparent #212121;
  border-width: 0 8px 8px;
  position: absolute;
  right: .125rem;
  top: -9px;
}
.drop-list::before {
  border-color: transparent transparent rgba(0, 0, 0, .8);
}

.drop-list--md::before, .drop-list.-md::before {
  right: 12px;
}

.drop-list__li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style-image: none;
}
.drop-list.-md .drop-list__li, .drop-list--md .drop-list__li {
  width: 130px;
}

.drop-list__link {
  display: block;
  text-align: center;
  line-height: 1.875rem;
  height: 1.875rem;
  color: #7c7c7c;
  font-weight: 500;
  border-bottom: .0625rem solid #212121;
  transition-property: background-color, color, border-color;
  transition-duration: .2s;
  transition-delay: 0;
  transition-timing-function: cubic-bezier(0.67,0.21,0.005,0.885);
  padding: 6px 12px;
  height: auto;
}
.drop-list__link {
  text-align: left;
  color: #fff;
  font-size: 12.8px;
  font-weight: 600;
  border: 0;
}

@media only screen and (max-width: 900px) {
  .header .logo_user .logo {
    margin: 0 0 10px;
  }
  .header .logo_user {
    flex-direction: column;
    align-items: center;
  }

  .header .member-links a {
    padding: 10px !important;
  }
  .header .search input,
  .header .search form {
    width: 100%;
  }
}

.btn-secondary {
  background: #b7146c !important;
  background: -o-linear-gradient(top, rgba(183, 20, 108, 1) 0%, rgba(211, 23, 133, 1) 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(183, 20, 108, 1)), to(rgba(211, 23, 133, 1))) !important;
  background: linear-gradient(to bottom, rgba(183, 20, 108, 1) 0%, rgba(211, 23, 133, 1) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b7146c',endColorstr='#d31785',GradientType=0)!important;
  color: #fff;
  padding: 0 20px;
}

.btn-full span {
  font-weight: 700 !important;
}

.regular-sec {
  margin-bottom: 12px;
}

.container:before, .container:after, .wrapper:before, .wrapper:after {
  content: " ";
  display: table;
}

.row--content-aside, .row.-content-aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  margin-left: -6px;
  margin-right: -6px;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 12px;
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
}

.col {
  padding-left: 6px;
  padding-right: 6px;
  position: relative;
}

.aside {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  margin-bottom: 12px;
}

.row--aside-right .aside, .row.-aside-right .aside {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
}

.aside__inner {
  height: 100%;
}

.aside .row {
  background: rgba(0, 0, 0, .1);
  padding: 20px;
  text-align: center;
}

.aside .row .box__h {
  font-size: 16px;
  color: #162f40;
  font-weight: 600;
  text-align: left;
}

.aside .row .item.col {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  padding: 0 6px;
  margin-bottom: 12px;
}

.item__inner {
  position: relative;
  display: block;
  border-bottom: 2px solid #242424;
}

.item__link {
  display: block;
  position: relative;
}
.play {
  display: none !important;
}

.item__hd {
  display: block;
}

.item__stats-bar {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, .5);
  padding: 2px 5px;
  border: 0;
  z-index: 2;
  display: block;
  clear: both;
  overflow: hidden;
}

.item__stat {
  float: left;
  line-height: 20px;
  height: 20px;
  padding: 0 6px;
  position: relative;
}
.item__stat-label {
  font-size: .625rem;
  color: #fff;
  text-decoration: none;
  position: relative;
  z-index: 2;
  -webkit-transform: translate(0, -0.0625rem);
  -ms-transform: translate(0, -0.0625rem);
  transform: translate(0, -0.0625rem);
  display: inline-block;
  font-size: 11.2px;
}

.item__bd {
  display: block;
  position: relative;
}

.item__thumb {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #000;
  padding-top: 56.25%;
}

.item__thumb-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}

.item__title {
  display: block;
  position: absolute;
  bottom: 12px;
  left: 12px;
  right: 12px;
  z-index: 3;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
}

.item__thumb::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 2;
}

.btn-primary.btn-small, .btn-secondary.btn-small, .btn-dark.btn-small, .btn-yellow.btn-small, .btn-border.btn-small {
  font-size: 12.8px;
  padding: 8px 15px !important;
}

.main__inner {
  height: 100%;
}

.row {
  margin-left: -6px;
  margin-right: -6px;
  clear: both;
}

.box--large-mrb, .box.-large-mrb {
  margin-bottom: 0;
  width: 100%;
}

.box__inner {
  height: 100%;
}

.box__hd, .box__bd {
  background-color: #fff;
  border: 0;
  height: calc(100% - 100px);
}

.box__hd-inner, .box__bd-inner {
  padding: 0;
}
.box__bd-inner {
  max-height: 100%;
  height: 100%;
  position: relative;
}

.box__bd-inner .row {
  margin: 0 !important;
}

.media {
  width: 100%;
  margin-bottom: 12px;
}

.media.col {
  padding: 0 !important;
  margin: 0 !important;
}

.media__inner {
  position: relative;
}
.media.-video .media__inner, .media--video .media__inner {
  padding-top: 56.25%;
}

.player-preview {
  position: relative;
  width: 100%;
  height: 500px;
  display: block;
  float: left;
}

.player-preview .container {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .3);
  width: 100%;
  height: 100%;
  z-index: 2;
}
.player-preview .prompt {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 19.2px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}

.center {
  display: table !important;
  float: none !important;
  margin: 0 auto !important;
}
.player-preview .prompt .btn-secondary {
  padding: 10px 20px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}

.mhead.col, .tabs.col {
  background: rgba(0, 0, 0, .8);
  padding: 10px 20px;
}

.mhead.col {
  padding-bottom: 0;
}

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

@media (max-width: 600px) {
  .mhead__inner {
      flex-direction: column;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      align-items: center;
  }
}

.mhead.col .mhead__h, .mhead.col .mhead__utility {
  color: #fff;
  margin: 0 !important;
  font-size: 19.2px;
  font-weight: 500;
}

.mhead__utility {
  margin-bottom: 12px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
}

@media (max-width: 600px) {
  .mhead__utility {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  } 
}

.mhead.col .mhead__h, .mhead.col .mhead__utility {
  color: #fff;
  margin: 0 !important;
}
@media only screen and (max-width: 600px) {
  .mhead.col .mhead__utility {
      margin: 15px 0 5px !important;
  }
}

.rating-list {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}

.rating-list .voters {
  position: absolute;
  left: 0;
  width: 100%;
  font-size: 12px;
  bottom: -13px;
  left: 19px;
  padding: 2px 5px;
}

.rating-list li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style-image: none;
}

.rating-list li {
  color: #fff;
}
.rating-list li.li-vote {
  position: relative;
}

.rating-list .up, .rating-list .down {
  display: block;
}

.rating-list .up {
  color: #60c042;
}
.rating-list .icon {
  font-size: 26px;
}

.rating-list li ~ li {
    margin-left: 12px;
}

.rating-list .down {
  color: #d70a0a;
}

.rating-list .score {
  font-weight: 700;
  color: #fff;
  font-size: 12px;
}

.rating-list .score, .rating-list .total {
  font-size: 12.8px;
  font-weight: 400;
}

.rating-list .total {
  margin-left: 5px;
  font-weight: 400;
}

.tabs {
  width: 100%;
}

.mhead.col, .tabs.col {
  background: rgba(0, 0, 0, .8);
  padding: 10px 20px;
  width: 100%;
}

.tabs-list {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tabs-list {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.page-video .tabs-list, .page-gallery .tabs-list {
  margin-bottom: -1px;
}

.tabs-list li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style-image: none;
}

.tabs-list li.btn-favourites {
  display: block;
}
.tabs-list__li ~ .tabs-list__li {
  margin-left: 24px;
}

@media (max-width: 600px) {
  .tabs-list__li ~ .tabs-list__li {
      margin-left: 12px;
  }
}

.tabs-list a {
  display: block;
  line-height: 2.5rem;
  height: 2.5rem;
  position: relative;
  color: #7c7c7c;
}

.tabs-list a {
  height: auto;
  line-height: 1.5;
  font-size: 14px;
}

.description {
  width: 100%;
  margin-bottom: 12px;
}

p.description {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

p {
  font-size: 16px;
  color: #2e5066;
  font-weight: 400;
  line-height: 1.5;
}

.inlined {
  width: 100%;
}

.inlined.col {
  padding: 0;
  margin-bottom: 5px;
}

.inlined__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.inlined__hd {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


.tag-list__label, .inlined__h {
  font-size: 14.4px;
  line-height: 30px;
}

h4.inlined__h {
  font-weight: 500;
  color: #111;
}

.inlined__bd {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.tag-list {
  padding: 0;
  margin: 0;
  clear: both;
  margin-bottom: .4375rem;
}

.tag-list, .tag-list__li {
  margin-bottom: 0;
}

.tag-list__li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style-image: none;
}

.tag-list__li {
  float: left;
  margin: 0 5px 5px 0;
}
.tag-list, .tag-list__li {
  margin-bottom: 0;
}

.tag-list__link {
  font-size: 12px;
  padding: 2px 5px;
  background-color: #212121;
  color: #7c7c7c;
  font-weight: 400;
}

.tag-list__label, .tag-list__link, .mhead__h, .tabs-list__label, .tabs-list__link:hover .tabs-list__label, .tabs-list__link:active .tabs-list__label, .tabs-list__link:focus .tabs-list__label, .tabs-list__link.is-active .tabs-list__label {
  color: #009ec5;
}

.tag-list__link {
  background: transparent;
  height: auto;
  line-height: 30px;
  font-size: 14.4px;
  font-weight: 600;
}


@media (max-width: 1040px) {
  .row--aside-right .aside, .row.-aside-right .aside {
      display: none;
  }
}


.no-player,
.player-wrap {
  position: relative;
}

.no-player img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


#kt_player {
  position: absolute !important; 
}

.row.-content-aside {
  margin-top: 24px;
}

.simple-list__link.simple-list__link-secondary {
  color: #b7146c !important;
}

.regular-sec--sec-top-content, .regular-sec.-sec-top-content {
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.static_page .headline {
  padding: 11px 0;
  text-transform: capitalize;
}

.fr {
  width: 100%;
  margin-bottom: 12px;
  color: #111;
}

.fr a {
  color: #009ec5;
}

.fr a:hover {
  text-decoration: underline;
}

.fr__form--center, .fr__form.-center {
  text-align: center;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.fr__row {
  clear: both;
  display: block;
  margin-bottom: 12px;
}
.fr__row, .page-signup.v2 input.form-field, .page-upgrade.v2 input.form-field {
  margin-bottom: 8px !important;
}

.page-signup.v2 input.form-field, .page-upgrade.v2 input.form-field, .fr__col input, .fr__col textarea {
  font-weight: 500 !important;
  color: #111 !important;
  height: auto !important;
  line-height: 1 !important;
  padding: 8px 20px !important;
  border: 1px solid rgba(22, 47, 64, 0.6) !important;
  border-style: solid !important;
  border-radius: 5px !important;
  background-color: #fff !important;
  font-size: 14.4px !important;
  width: 100%;
  resize: none;
}

.btn, button[type="submit"], input[type="submit"] {
  display: inline-block;
  vertical-align: top;
  box-shadow: none;
  border-radius: .1875rem;
  transition-property: background-color, color;
  transition-duration: .5s;
  transition-delay: 0;
  transition-timing-function: cubic-bezier(0.67,0.21,0.005,0.885);
  line-height: 2.375rem;
  height: 2.5rem;
  border-radius: 1.25rem;
  font-size: 16px;
  border: none;
  padding: 0 1.125rem;
  padding: 15px 30px !important;
  color: #fff;
  cursor: pointer;
}

.box__hd-inner {
  padding-left: .75rem;
  padding-right: .75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.box__hd-inner, .box__bd-inner {
  padding: 0;
}

.headline {
  color: #111;
  font-size: 25.6px;
  text-align: center;
}

.headline.center {
  margin: 0 auto;
}

.generic-error,
.field-error {
  text-align: left;
  color: red;
}

.generic-error {
  margin: 0 0 5px;
}

#tab_report_rrror {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  z-index: 99;
  padding: 50px 30px 0;
}

.show-report_videos {
  overflow: hidden;
}

.show-report_videos #tab_report_rrror {
  display: block;
}

#tab_report_rrror .block-flagging {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0.3125rem 0.9375rem rgba(0,0,0,0.5);
  z-index: 999;
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  color: #111;
}

.block-flagging .field-label {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 15px;
  display: block;
}

.block-flagging .row {
  margin: 0 0 5px;
}

.modal-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-footer .btn:nth-child(2){
  margin: 0 0 0 auto;
}

.captcha-control-holder label {
  text-align: left;
  display: block;
  margin: 0 0 5px;
}

.captcha-control-holder .image {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.captcha-control-holder .image label {
  margin: 5px 0;
}

.captcha-control-holder .image .textfield {
  max-width: 200px;
  margin: 5px 0 0;
}

.line-premium {
  position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    text-align: center;
    background: linear-gradient(to bottom, #009ec5 0%, #05abe0 100%) !important;
    padding: 5px 0;
    color: #fff;
    display: none;
}

.checkbox-holder {
  position: absolute;
  top: 17px;
  left: 11px;
  z-index: 9;
}

.checkbox_holder {
  position: relative;
  width: 20px;
  height: 20px;
}

.checkbox_holder .checkbox {
  position: absolute;
  z-index: 1;
  width: 20px;
  height: 20px;
  opacity: 0;
  cursor: pointer;
}

.checkbox_holder .label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.48);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.48);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
}

.checkbox_holder .checkbox:checked+label:before {
  background-color: #b7146c;
}

.checkbox_holder .label:after {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 6px;
  content: "";
  -webkit-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  transform: rotate(-50deg);
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  background: 0 0;
  display: none;
}

.checkbox_holder .checkbox:checked+label:after {
  display: block;
}

.item-control .btn {
  margin: 5px 0 0;
  font-size: 14px;
  text-transform: capitalize;
  padding: 7px 20px !important;
}

.user_edit-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.user_edit-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.user_edit-menu ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 5px;
}

.user_edit-menu ul li {
  margin: 5px 5px 0 0;
}

.user_edit-menu ul li a.btn {
  text-transform: capitalize !important;
  padding: 7px 20px !important;
}

.user_edit-menu ul li a.action {
  background: #b7146c !important;
  background: -o-linear-gradient(top, rgba(183, 20, 108, 1) 0%, rgba(211, 23, 133, 1) 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(183, 20, 108, 1)), to(rgba(211, 23, 133, 1))) !important;
  background: linear-gradient(to bottom, rgba(183, 20, 108, 1) 0%, rgba(211, 23, 133, 1) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b7146c',endColorstr='#d31785',GradientType=0)!important;
}

.page-signup.v2, .page-upgrade.v2 {
  background-image: url(/static/images/gbt-bg-sign-up.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.header-sec, .page-main {
  width: 100%;
  display: block;
}

.page-signup.v2 .header-sec, .page-upgrade.v2 .header-sec {
  margin-bottom: 10px;
}

.top-bar {
  background-color: #121212;
  position: relative;
  z-index: 10;
  padding-top: 5px;
}

.page-signup.v2 .top-bar, .page-upgrade.v2 .top-bar {
  background: transparent;
}
.page-signup.v2 .wrapper, .page-upgrade.v2 .wrapper {
  max-width: 1600px !important;
}

.page-signup.v2 .top-bar .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 950px) {
  .page-signup.v2 .top-bar .row {
    flex-direction: column;
  }
}

@media only screen and (max-width: 760px) {
  .page-signup.v2 .header-sec, .page-upgrade.v2 .header-sec {
      margin-bottom: 0 !important;
  }
}

@media only screen and (max-width: 900px) {
  .logo.col, .ucp.col {
      display: table;
      margin: 0 auto;
  }
}

.page-signup.v2 #logo, .page-upgrade.v2 #logo, #logo-footer {
  width: 183px;
  height: auto;
  display: inline-block;
  line-height: 0;
}

.page-signup.v2 #logo img, 
.page-upgrade.v2 #logo img, 
#logo-footer img {
  width: 183px;
  height: auto;
  min-height: 41px;
}

@media only screen and (max-width: 900px) {
  .clear-responsive {
      width: 100%;
      display: block;
      clear: both;
  }
}

@media only screen and (max-width: 900px) {
  .logo.col, .ucp.col {
      display: table;
      margin: 0 auto;
  }
}


@media only screen and (max-width: 900px) {
  .ucp.col {
      margin-bottom: 10px;
  }
}

@media only screen and (max-width: 760px) {
  .page-signup.v2 .ucp.col, .page-upgrade.v2 .ucp.col {
      margin-top: 0 !important;
  }
}

.page-signup.v2 .ucp.col, .page-upgrade.v2 .ucp.col {
  margin-top: 10px;
}

.ucp-list {
  padding: 0;
  margin: 0;
  clear: both;
}

.ucp-list__li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style-image: none;
  margin-right: .75rem;
  position: relative;
  margin-right: 0;
  display: flex;
  align-items: center;
}

.page-signup.v2 .ucp-list__li.-login .cta, .page-upgrade.v2 .ucp-list__li.-login .cta {
  font-size: 10px;
  color: #fff;
  margin: 8px 20px 0 0;
}

.page-signup.v2 .ucp-list__li.-login .cta, .page-signup.v2 .ucp-list__link, .page-upgrade.v2 .ucp-list__li.-login .cta, .page-upgrade.v2 .ucp-list__link {
  display: block;
}

.btn-dark {
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  border-radius: 5px;
  background: #000;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#3d3d3d));
  background: -o-linear-gradient(top, #000 0%, #3d3d3d 100%);
  background: linear-gradient(to bottom, #000 0%, #3d3d3d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#3d3d3d',GradientType=0);
  color: #fff;
  padding: 0 20px;
}

.ucp-list__link {
  height: auto;
  line-height: 1 !important;
  padding: 15px 0;
}

@media only screen and (max-width: 900px) {
  .ucp-list__link, button.ucp-list__link {
      padding: 10px 0;
  }
}

.page-signup.v2 .ucp-list__li.-login .cta, .page-signup.v2 .ucp-list__link, .page-upgrade.v2 .ucp-list__li.-login .cta, .page-upgrade.v2 .ucp-list__link {
  display: block;
}

.ucp-list__label {
  color: #fff;
  font-size: .625rem;
  text-transform: uppercase;
  margin-right: .375rem;
  transition: color .2s cubic-bezier(0.67,0.21,0.005,0.885);
  font-weight: 400;
}

.ucp-list__label, .main-nav-list__label {
  font-weight: 700;
  font-size: 14.4px;
}

.ucp-list__label {
  font-weight: 600;
  color: #fff;
}

.page-signup.v2 .ucp-list__li.-login .cta {
  margin-top: 0;
}

.page-signup.v2 .wrap, .page-upgrade.v2 .wrap {
  max-width: 1000px !important;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.page-signup.v2 .col-6 {
  width: 50%; 
}

@media only screen and (max-width: 900px) {
  .page-signup.v2 .col-6 {
    width: 100%; 
  }
}

.page-signup.v2 .col-6, .page-upgrade.v2 .col-6 {
  padding-right: 30px;
}
.page-signup.v2 .col-6.col-plan, .page-upgrade.v2 .col-6.col-plan {
  padding: 0 0 0 30px;
  overflow: hidden;
}

@media only screen and (max-width: 900px) {
  .page-signup.v2 .col-6.col-plan, .page-upgrade.v2 .col-6.col-plan {
    padding: 0;
  }
}

@media only screen and (max-width: 900px) {
  .page-signup.v2 .col-6, .page-upgrade.v2 .col-6 {
    padding-right: 0;
    padding-bottom: 20px;
  }
}

.page-signup.v2 ul.features, .page-upgrade.v2 ul.features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-signup.v2 ul.features li, .page-upgrade.v2 ul.features li {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin: 20px 0;
  display: flex;
  align-items: center;
}

.page-signup.v2 ul.features li .icon, .page-upgrade.v2 ul.features li .icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  fill: #f3bb2d;
  font-size: 28px;
  margin-right: 10px;
}

.page-signup.v2 .headline {
  color: #fff;
}

.page-signup.v2 .header-sec {
  margin-bottom: 0;
  padding-bottom: 10px;
}

.page-signup.v2 .box__bd {
  background: transparent;
}

.page-signup.v2 .header-sec,
.page-signup.v2 .page-main {
  background: rgba(0, 0, 0, .8);
}

@media only screen and (min-width: 2000px) {
  .page-signup.v2 .page-main {
    height: calc(100vh - 64px);
  }
}

.col-12 {
  width: 100%;
}

.col-3 {
  width: 25%;
}

@media only screen and (max-width: 640px) {
  .page-signup.v2 .col-3, .page-upgrade.v2 .col-3 {
      width: 50% !important;
  }
}

.signup_imgs-holder {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.page-signup.v2 .col-12 .col-3, .page-upgrade.v2 .col-12 .col-3 {
  padding: 20px;
}

.page-signup.v2 .col-12 .col-3 img, .page-upgrade.v2 .col-12 .col-3 img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 60px;
  display: table;
  float: none;
  margin: 0 auto;
}


.page-signup.v2 .simple-list {
  flex-direction: column;
  align-items: flex-start;
}

.page-signup.v2 .col-6 .col-12, .page-upgrade.v2 .col-6 .col-12 {
  background: #fff;
  color: #111;
  padding: 20px;
  border-radius: 10px;
}

.page-signup.v2 .col-6 .col-12 a, 
.page-upgrade.v2 .col-6 .col-12 a {
  color: #111;
  text-decoration: underline;
}


.font-bold {
  font-weight: 700;
}

.page-signup.v2 input[type="checkbox"], .page-signup.v2 input[type="radio"] {
  width: auto;
  cursor: pointer;
  height: auto;
  line-height: 1;
  margin-right: 5px;
  margin-bottom: 0;
  vertical-align: top;
}

.page-signup.v2 label.plan, .page-upgrade.v2 label.plan {
  background: #eaeaea;
  width: 100%;
  display: block;
  float: left;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: background-color .2s cubic-bezier(0.67,0.21,0.005,0.885);
  -o-transition: background-color .2s cubic-bezier(0.67, 0.21, 0.005, 0.885);
  transition: background-color .2s cubic-bezier(0.67,0.21,0.005,0.885);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
  font-weight: 700;
}

.page-signup.v2 label.plan .col-left, .page-upgrade.v2 label.plan .col-left {
  color: #000;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.page-signup.v2 label.plan .col-right, .page-upgrade.v2 label.plan .col-right {
  font-size: 14px;
  color: #000;
  font-weight: 700;
}

.page-signup.v2 label.plan .col-right span, .page-upgrade.v2 label.plan .col-right span {
  font-size: 12px;
  font-weight: 400;
}

.page-signup.v2 label.plan.active, .page-upgrade.v2 label.plan.active {
  background: #f4bb2e;
  -webkit-box-shadow: rgba(0,0,0,.4) 0 0 10px;
  box-shadow: rgba(0,0,0,.4) 0 0 10px;
}

.page-signup.v2 label.plan .col-left span, .page-upgrade.v2 label.plan .col-left span {
  background: #ff0008;
  display: inline-block;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 1px 4px;
  margin: 0 0 0 2px;
  border-radius: 5px;
}

.page-signup.v2 .font-small, .page-upgrade.v2 .font-small {
  width: 100%;
  display: block;
  float: left;
  font-size: 11px;
  color: #4f4f50;
}
.btn-form {
  width: auto !important;
  height: auto !important;
  display: block !important;
  float: left !important;
  line-height: 1 !important;
  font-size: 16px !important;
  color: #fff !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  padding: 10px 30px !important;
  border-radius: 5px !important;
  width: 100% !important;
}

.btn-yellow:hover,
.btn-yellow {
  background: #f4bb2e !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#f4bb2e), to(#f2c55e)) !important;
  background: -o-linear-gradient(top, #f4bb2e 0%, #f2c55e 100%) !important;
  background: linear-gradient(to bottom, #f4bb2e 0%, #f2c55e 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4bb2e',endColorstr='#f2c55e',GradientType=0)!important;
  color: #111 !important;
}

.simple-list__li .smartCard-inline {
  text-decoration: underline;
}