form#contact_form.contact-form {
  padding-bottom: 10rem; }

#swell-overlay {
  display: none !important; }

.product-wrapper .your-word {
  width: 100%;
  text-align: left; }

.backorder-modal a, .backorder-modal a:hover {
  text-decoration: underline; }

.saso-notification, .saso-notification p, .saso-notification-x, .saso-notification-x a {
  color: transparent !important;
  background-color: transparent !important; }

.saso-notification p, div.saso-notification-x.saso-fix {
  padding: 1rem !important;
  background: none !important; }

div.saso-notification {
  max-height: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

div.saso-fix {
  background-color: rgba(115, 23, 15, 0.8) !important;
  max-height: inherit !important;
  -moz-transition: 2s ease-in-out;
  -webkit-transition: 2s ease-in-out;
  -o-transition: 2s ease-in-out;
  transition: 2s ease-in-out; }

.saso-fix, .saso-fix a, .saso-fix p {
  color: white !important;
  -moz-transition: 2s ease-in-out;
  -webkit-transition: 2s ease-in-out;
  -o-transition: 2s ease-in-out;
  transition: 2s ease-in-out; }

.cloud_connect .left img {
  border: 1px solid #ddd; }

.people_comment_right .owl-wrapper .owl-item .item {
  margin-bottom: 1rem; }

.people_comment_right .owl-wrapper .item .quote-desc {
  text-align: left; }

.product .b-product-wrap {
  margin-top: 2rem; }

.product .content-section section.freewrite .section-container .right h3 {
  font-size: 2rem; }

.as-seen .owl-item {
  filter: grayscale(1) !important; }

/* collections page */
.tab-content {
  margin-top: 3rem; }

.product-loop {
  display: flex;
  align-items: stretch;
  width: 70%;
  margin: 0 auto;
  flex-wrap: wrap; }

.product-loop .product-index {
  width: 33.33%;
  float: none; }

.product-loop .product-index .product-info {
  padding: 0 20px; }

.product-loop .product-index .product-info .product-info-inner > * {
  margin: 0; }

.collection-bot-margin {
  min-height: 8rem; }

@media screen and (max-width: 767px) {
  .product-loop .product-index {
    width: 100%; } }
.blog-pagination .prev {
  font-size: 1rem;
  color: #d1202f;
  margin-right: 2rem; }
.blog-pagination .next {
  font-size: 1rem;
  color: #d1202f;
  margin-left: 2rem; }
.blog-pagination .page {
  font-size: 1rem;
  margin: 0 0.35rem; }
.blog-pagination .page.current {
  font-weight: bold;
  text-decoration: underline; }

.testimonial-photo {
  display: block;
  height: 70px;
  width: 70px;
  background-position: center center;
  border-radius: 50%;
  background-size: contain;
  background-repeat: no-repeat; }

.testimonial-byline {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 1rem; }

.testimonial-name {
  text-align: left;
  margin-left: 1rem; }

.testimonial-author-name {
  font-weight: bold;
  display: block;
  font-size: 1.1rem; }

.testimonial-author-brand {
  font-style: italic;
  font-size: 0.9rem; }

.people_comment_right .item .item-box {
  padding: 30px; }

.people_comment .people_comment_right {
  overflow: visible; }

.people_comment .people_comment_right .quote-slider {
  overflow-x: hidden; }

.product-testimonials {
  display: flex;
  justify-content: space-between;
  align-items: stretch; }

.product-testimonials .commentBox {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between; }

@media screen and (max-width: 767px) {
  .product-testimonials {
    display: block; }

  .product-testimonials .commentBox {
    width: 100%;
    margin: 2rem 1rem; } }
/* more products thumbnails on home page */
.more_prod_sub .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch; }

.more_prod_sub .row .product-index .product-image {
  height: 100%;
  display: table; }

.more_prod_sub .row .product-index .product-image a {
  height: 100%; }

.more_prod_sub .row .product-index .product-image a img {
  display: table-row;
  vertical-align: middle; }

/* end more products thumbnails on home page */
/* cart font size */
.cart__row {
  font-size: 1rem; }

.cart__row small {
  font-size: 0.9rem; }

/* buybox */
.prod_freewrite_heading {
  height: auto;
  font-size: 2em;
  width: 100%;
  text-align: center;
  margin: 2rem 0 3rem 0; }

.prod_freewrite_heading h1 {
  display: inline; }

section.buybox {
  width: 100%;
  max-width: 1000px;
  border: 0;
  margin: 2rem auto;
  background-color: #FAFAFA; }

.buybox .buybox-flex {
  display: flex;
  align-items: center;
  border: 1px solid #323F48;
  background-color: #fff;
  box-shadow: 10px 10px 5px #323F48; }

.buybox-left {
  width: 40%; }

.buybox-heading {
  font-size: 1.5rem;
  font-weight: bold; }

.buybox-body {
  margin-top: 1em;
  font-size: 1.15rem; }

.buybox-right {
  font-size: 1.35rem;
  width: 60%;
  justify-content: space-between;
  margin-right: 5%; }

.buybox-price {
  position: relative; }

.buybox-price-old {
  font-size: 0.75em;
  position: relative;
  display: inline-block; }

.buybox-price-new {
  margin-left: 0.2em;
  font-size: 1em;
  white-space: nowrap;
  font-weight: bold; }

.buybox-price-old:before {
  content: '';
  width: 105%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 55%;
  background: #d1202f;
  height: 5px;
  position: absolute; }

.buybox-foot {
  margin-top: 1em;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  width: 100%;
  justify-content: space-between; }

.buybox-price {
  font-size: 1.5em;
  text-align: center; }

.buybox-actions {
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center; }

.buybox-learn-more {
  margin: 0 auto;
  font-size: 0.9em;
  text-decoration: underline;
  padding: 0 1em; }

@media screen and (max-width: 800px) {
  .buybox-foot {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    width: 100%; } }
/* end buybox */
.more_prod_sub h1 {
  padding-bottom: 2rem; }

.section-content p, .wordsmith p, .ssl-sec-body, .ssl-sec-body p {
  font-size: 1.15rem; }

.ssl-sec-body p {
  text-align: left; }

.signature .label {
  text-align: left; }

.as-seen-right {
  height: 6rem; }

/* ssl-sec section */
.ssl-sec {
  width: 100%;
  position: relative; }

.ssl-sec-left {
  width: 30%;
  float: left;
  overflow: hidden; }

.ssl-sec-right {
  width: 30%;
  float: right;
  margin-top: 4rem;
  overflow: hidden; }

.ssl-sec-left img {
  max-width: none;
  float: right; }

.ssl-sec-right img {
  float: left;
  max-width: none; }

.ssl-sec-center-bg {
  width: 100%;
  margin: 0 auto;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30'><circle cx='15' cy='15' r='7' /></svg>");
  background-position: center;
  background-size: 11px 15px;
  background-repeat: repeat-x; }

.ssl-sec-body {
  width: 80%;
  margin: 2rem auto; }

.ssl-sec-body h1 {
  font-size: 2rem;
  text-align: left;
  font-weight: bold; }

.ssl-sec-lock {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  margin: 4rem auto 2.5rem;
  padding-bottom: 2rem;
  text-align: center; }

.ssl-sec-sync-to {
  width: 30%;
  margin: 2rem auto 1rem;
  text-align: center; }

.ssl-sec-tools {
  width: 80%;
  margin: 0 auto 1rem;
  text-align: center; }

.ssl-sec-tools img {
  margin: 0 1em; }

.ssl-sec img {
  max-height: 400px; }

/* begin heading fix */
.your-word {
  width: 50%;
  text-align: right; }

.section-intro .product-wrapper .product-heading {
  width: auto; }

.product-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40%; }

.product-flex-box {
  width: 100%;
  position: relative;
  margin: 0.5em; }

.product-flex-shadow-word {
  display: inline-block; }

.product-flex-word {
  display: inline-block;
  padding: 0.4em 1em;
  white-space: nowrap; }

.product-flex-rect {
  text-align: right; }

.product-flex-box:nth-child(2) .product-flex-shadow-word {
  background-color: #323F48;
  position: relative;
  right: 0.3em;
  top: 0.3em; }

.product-flex-box:nth-child(2) .product-flex-word {
  background-color: #DBD9D6;
  position: relative;
  right: -0.3em;
  top: -0.3em; }

.product-flex-box:nth-child(3) .product-flex-word {
  background-color: #d33232;
  color: white; }

.product-flex-box .shadow-word {
  padding: 5px 40px;
  width: auto;
  display: inline-block; }

/* end headings fix */
.prod_freewrite > img {
  padding: 5rem 10rem 0 10rem; }

.product-wrapper {
  height: 70vh;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }

.product-heading {
  margin-left: 12rem;
  padding-top: 5%;
  position: relative;
  height: 100%; }

@media screen and (max-width: 1151px) {
  .section-intro .product-wrapper .product-heading {
    margin-right: 30%;
    text-align: center; }

  .site-section.section-intro, .section-intro .product-wrapper, section.as-seen {
    display: block;
    height: auto; }

  .section-intro .product-wrapper .product-heading .line-bottom {
    display: none; }

  .section-intro .product-wrapper .product-heading .product-flex {
    display: inline-flex; }

  .section-intro .product-wrapper .product-heading .product-flex-box:first-child {
    padding-right: 7em; }

  .section-intro .product-wrapper .product-heading .product-flex-box {
    margin-left: auto;
    width: auto; } }
@media screen and (max-width: 767px) {
  .section-intro .product-wrapper .product-heading {
    margin: 0 auto;
    text-align: center; } }
@media screen and (max-width: 767px) {
  .section-intro .product-wrapper .product-container .content {
    z-index: 19; } }
@media screen and (max-width: 767px) {
  .sumome-share-client-wrapper {
    display: none !important; }

  .site-section.section-intro {
    margin-top: 0; } }
.section-intro .product-container .product-image, .section-intro .product-container .product-video {
  width: 100%;
  height: auto; }

.as-seen-lines {
  clear: both;
  width: 100%; }

#as-seen-line-left {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #dbd9d6; }

.section-escapism {
  margin-top: 5rem; }

.section-escapism .section-body {
  padding-top: 1.0rem; }

.site-section.section-free .section-body {
  z-index: 100;
  height: auto; }

.site-section.section-free .section-body .body-inner {
  padding-bottom: 8em; }

/* fix cousine */
.as-seen p {
  font-size: 1.1rem;
  font-family: Cousine;
  padding-bottom: 2rem; }

.people_comment_right .item .item-box p.quote-desc {
  font-family: Cousine; }

.prod_freewrite_sub .boxes .img-text {
  font-family: Cousine; }

.more_prod_sub .prod-title {
  font-family: Cousine; }

/* end cousine */
/* fix product matrix */
.prod_freewrite .freewrite-profile-image img {
  max-width: 800px;
  width: 100%;
  margin-bottom: 6rem; }

.prod_freewrite .prod_freewrite_sub:nth-child(4) {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  text-align: center; }

.prod_freewrite .prod_freewrite_sub {
  margin: 0 auto; }

.prod_freewrite .prod_freewrite_sub .boxes {
  width: 32%;
  min-height: auto; }

.prod_freewrite .row .boxes .img-text {
  width: 100%; }

.prod_freewrite .prod_freewrite_sub {
  max-width: 1000px; }

/* end fix product matrix */
.section-escapism {
  min-height: 70vh;
  height: auto !important; }
  .section-escapism .section-body {
    position: relative;
    left: 16%; }

section.fw_post {
  background: #fff;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#e3e3e3, #fff);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#e3e3e3, #fff);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#e3e3e3, #fff);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#e3e3e3, #fff);
  /* Standard syntax */
  padding: 15vh 0; }

.section-intro {
  height: 70vh;
  margin-top: 56px; }

section.as-seen {
  position: relative;
  /*height: 30vh;*/
  margin: 30px 0 30px 0;
  z-index: 10 !important; }

.section-intro .product-container {
  position: relative;
  margin-top: 10vh; }

.section-intro .product-container .product-image {
  display: block;
  position: relative;
  z-index: 1;
  max-width: none;
  height: auto; }

.section-intro .product-container .product-video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 51; }

.section-intro .section-body {
  width: 25%;
  position: relative;
  margin-left: 10%;
  padding-top: 4%;
  text-align: center;
  height: 100%;
  z-index: 2; }

.section-intro .infos {
  position: relative;
  display: inline-block !important; }

.section-intro .product-container .info-1 {
  position: absolute;
  top: 17%;
  left: 27.25%; }

.section-intro .product-container .line-1 {
  position: absolute;
  top: 17%;
  left: 27.25%;
  height: 18%; }

.section-intro .product-container .info-2 {
  position: absolute;
  top: 20%;
  left: 44.25%; }

.section-intro .product-container .line-2 {
  position: absolute;
  top: 20%;
  left: 44.25%;
  height: 16%; }

.section-intro .product-container .info-3 {
  position: absolute;
  top: 75%;
  left: 62%; }

.section-intro .product-container .line-3 {
  position: absolute;
  top: 60%;
  left: 62%;
  height: 15%; }

.section-intro .product-container .info-4 {
  position: absolute;
  top: 15%;
  left: 63.5%; }

.section-intro .product-container .line-4 {
  position: absolute;
  top: 15%;
  left: 63.5%;
  height: 12.5%; }

.section-intro .infos .content-text {
  font-size: 1.5em;
  margin: 0px;
  padding: 0px; }

.section-intro .infos .info-title {
  margin-bottom: 1rem; }

.section-intro .infos .content-inner {
  padding: 2rem; }

.sumome-smartbar-popup, .sumome-stylebufferbottom-shim {
  display: none; }

.sumome-share-client-share[data-sumome-share="sumome"] {
  display: none !important; }

.sumome-share-client-count:first-child {
  background-color: #D95B5B !important; }

.sumome-share-client-count:first-child span {
  top: 15px !important;
  color: #ffffff !important; }

body.hide-plugins.index .olrk-noquirks {
  display: none; }
body.hide-plugins.index .sumome-share-client-wrapper {
  display: none; }

/* Add text/png shadow to home-video-container */
#home-video-container, #home-video-container .video-img {
  text-shadow: 2px 2px 2px #323f48;
  -webkit-filter: drop-shadow(2px 2px 2px #323f48);
  filter: drop-shadow(2px 2px 2px #323f48); }

/* Fix video to use CSS instead of crappy JS size detection */
.global-container {
  min-height: 100%;
  margin: 0;
  padding: 0;
  z-index: 0; }

section.home-video, section.home-video .row.slider, section.home-video #home-video-container {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0; }

#splash-video {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%; }

#splash-video video {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  min-height: 50%;
  min-width: 50%; }

/* End fix video */
.cloud_connect {
  padding-top: 100px !important;
  padding-bottom: 100px !important; }

.owl-thumb-item {
  border: 1px solid #ddd;
  float: none;
  display: inline-block; }

.owl-thumb-item img {
  vertical-align: inherit !important; }

.owl-thumb-item.active {
  box-shadow: inset 0px 0px 64px 64px #777, 0px 0px 11px 0px #777; }

.owl-thumbs {
  margin-bottom: 15px; }

.global-container {
  min-height: 100%; }

.hide.hide {
  display: none; }

.menu-item.is-active a {
  color: #d33232; }

@media screen and (max-width: 767px) {
  .medium_hide {
    display: none !important; } }

.nav-top .menu-item:last-child svg {
  display: none; }

body.not_index .global-container {
  background: #fafafa;
  padding-top: 64px;
  position: relative; }
  @media screen and (max-width: 992px) {
    body.not_index .global-container {
      padding-top: 56px;
      padding-bottom: 0; } }
  @media screen and (max-width: 992px) and (max-width: 767px) {
    body.not_index .global-container {
      padding-top: 44px; } }

body.not_index .site-foot {
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  background: #f2f2f2;
  height: 85px; }
  @media screen and (max-width: 992px) {
    body.not_index .site-foot {
      height: auto;
      padding-top: 20px;
      padding-bottom: 1px;
      position: static; } }

.nav-top .menu-item.menu-item_text .btn-inner.btn-inner_text {
  position: static !important;
  background: none; }
.nav-top .menu-item.menu-item_text a {
  transition: all 0.2s;
  background: #f2f2f1; }
  .nav-top .menu-item.menu-item_text a:hover {
    background: #ebebe9; }
.nav-top .menu-item.menu-item_text.is-active a {
  background: #ebebe9; }

.content-section {
  max-width: 1200px;
  padding: 0 25px;
  margin: auto; }
  .content-section.is_faq {
    background: #f2f2f1; }

main.main-content {
  padding-bottom: 90px; }

.page-title {
  text-align: center;
  font-size: 42px; }

#content {
  margin-bottom: 100px; }
  #content.white {
    padding: 25px 25px;
    background: #fff;
    line-height: 1.8; }

.b-product-wrap {
  background: #fff; }
  .b-product-wrap__media {
    float: left;
    width: 60%; }
    @media screen and (max-width: 992px) {
      .b-product-wrap__media {
        width: 55%; } }
    @media screen and (max-width: 767px) {
      .b-product-wrap__media {
        float: none;
        width: 100%; }
        .b-product-wrap__media .b-product-mobile-title {
          display: block;
          padding: 15px;
          margin-bottom: 15px;
          position: relative; }
          .b-product-wrap__media .b-product-mobile-title:before {
            content: '';
            position: absolute;
            width: 100px;
            height: 1px;
            background: #ccc;
            left: 50%;
            margin-left: -50px;
            bottom: 2px; }
          .b-product-wrap__media .b-product-mobile-title:after {
            content: '';
            position: absolute;
            width: 70px;
            height: 1px;
            background: #ccc;
            left: 50%;
            margin-left: -35px;
            bottom: -2px; } }
    .b-product-wrap__media .owl-controls {
      display: none; }
  .b-product-wrap__info {
    float: left;
    width: 40%;
    padding: 35px; }
    @media screen and (max-width: 992px) {
      .b-product-wrap__info {
        width: 45%; } }
    @media screen and (max-width: 767px) {
      .b-product-wrap__info {
        width: 100%;
        float: none;
        padding-top: 0; } }

.b-product-media {
  position: relative; }
  .b-product-media__item {
    height: 440px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: transparent; }
    .b-product-media__item > img {
      display: none !important; }
  .b-product-media__thumbs {
    position: absolute;
    left: 40px;
    bottom: 25px;
    z-index: 99; }
    .b-product-media__thumbs-item {
      cursor: pointer;
      opacity: 0.8;
      float: left;
      margin-right: 10px;
      width: 50px;
      height: 50px;
      transition: all 0.2s;
      line-height: 50px;
      background: #fff; }
      .b-product-media__thumbs-item img {
        vertical-align: middle; }
      .b-product-media__thumbs-item.active, .b-product-media__thumbs-item:hover {
        opacity: 1; }

.b-product-info__title {
  font-size: 34px;
  width: calc(100% - 120px);
  float: left;
  line-height: 1.15; }
  @media screen and (max-width: 767px) {
    .b-product-info__title {
      display: table-cell;
      width: 100%;
      vertical-align: middle;
      float: none; } }
.b-product-info__price {
  float: right;
  margin-right: -20px;
  font-family: "abril-titling-condensed", sans-serif; }
  @media screen and (max-width: 767px) {
    .b-product-info__price {
      margin-right: 0;
      display: table-cell;
      vertical-align: middle;
      float: none; } }
.b-product-info__old-price {
  position: relative;
  font-size: 34px;
  line-height: 1.15;
  text-align: right;
  display: block; }
  .b-product-info__old-price:before {
    content: '';
    width: 105%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 51%;
    background: #d1202f;
    height: 5px;
    position: absolute; }
.b-product-info__new-price {
  display: block;
  text-align: right;
  font-size: 21px; }
.b-product-info__description {
  clear: both;
  padding-top: 40px;
  padding-bottom: 40px; }
.b-product-info__actions .btn {
  height: 42px;
  line-height: 42px; }

.b-product-faq {
  background: #e0e0e0; }
  .b-product-faq__title {
    text-align: center;
    line-height: 1;
    padding: 35px 0;
    font-size: 34px; }
    @media screen and (max-width: 767px) {
      .b-product-faq__title {
        font-size: 32px;
        padding: 25px 0; } }

.b-faq__list {
  background: #f2f2f1;
  margin: 0; }
.b-faq__key {
  text-align: center;
  font-family: "abril-titling-condensed", sans-serif;
  position: relative;
  padding-right: 75px;
  font-size: 21px;
  line-height: 1;
  white-space: nowrap;
  padding: 25px 0;
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    .b-faq__key {
      font-size: 18px;
      padding: 18px 0; } }
  @media screen and (max-width: 600px) {
    .b-faq__key {
      font-size: 16px;
      padding: 15px 0;
      line-height: 1.4;
      padding-right: 40px;
      text-indent: 40px;
      white-space: normal; } }
  .b-faq__key:hover {
    opacity: 0.9; }
  .b-faq__key:before {
    content: '';
    position: absolute;
    transition: all 0.3s;
    color: #9f9f9f;
    font-size: 60px;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 15px;
    background: transparent url("arrow.png") center center/contain no-repeat; }
    @media screen and (max-width: 767px) {
      .b-faq__key:before {
        height: 8px;
        width: 20px;
        right: 15px;
        margin-top: 1px; } }
  .b-faq__key:nth-of-type(2n+1) {
    background: #e7e7e7; }
  .b-faq__key.is-open {
    background: #cecece; }
    .b-faq__key.is-open:hover {
      opacity: 1; }
    .b-faq__key.is-open + dd {
      background: #cecece;
      height: auto;
      max-height: 700px;
      visibility: visible;
      padding-top: 25px;
      padding-bottom: 25px;
      opacity: 1; }
      @media screen and (max-width: 767px) {
        .b-faq__key.is-open + dd {
          padding: 15px 0; } }
    .b-faq__key.is-open:before {
      transform: rotate(180deg);
      margin-top: -5px; }
.b-faq__value {
  color: #231f20;
  padding: 20px 15px;
  margin: 0;
  font-size: 13px;
  text-align: center;
  height: 0;
  visibility: hidden;
  opacity: 0;
  padding-top: 0;
  transition: all 0.2s;
  padding-bottom: 0; }

.b-related-products__item {
  position: relative;
  width: 50%;
  float: left; }
  @media screen and (max-width: 600px) {
    .b-related-products__item {
      float: none;
      width: 100%;
      height: 280px; } }
.b-related-products__link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative; }
  .b-related-products__link:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.66);
    z-index: 20;
    opacity: 0; }
  .b-related-products__link:hover:before {
    opacity: 1; }
  .b-related-products__link:hover .b-related-products__info {
    opacity: 1; }
  @media screen and (max-width: 767px) {
    .b-related-products__link:before {
      background: rgba(0, 0, 0, 0.46);
      opacity: 1; } }
.b-related-products__image {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 100%; }
.b-related-products__info {
  position: absolute;
  z-index: 22;
  transition: all 0.3s;
  top: 50%;
  left: 0;
  opacity: 0;
  transform: translateY(-50%);
  font-family: PT Sans;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .b-related-products__info {
      opacity: 1; } }
.b-related-products__text {
  display: block;
  text-align: center;
  font-size: 11px;
  color: #fafafa; }
.b-related-products__title {
  font-size: 24px;
  color: #fafafa;
  text-align: center;
  line-height: 1; }

.b-infoboxes {
  padding: 30px 0; }
  @media screen and (max-width: 767px) {
    .b-infoboxes {
      padding: 20px 0; } }
  .b-infoboxes__item {
    float: left;
    width: 33.3333%;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .b-infoboxes__item {
        float: none;
        width: 100%;
        margin-bottom: 20px; } }
    .b-infoboxes__item:before {
      content: '';
      height: 45px;
      width: 100%;
      display: block;
      background: #9c0;
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        .b-infoboxes__item:before {
          margin-bottom: 20px; } }
    .b-infoboxes__item.is-track:before {
      background: transparent url("track.png") center center no-repeat; }
    .b-infoboxes__item.is-world:before {
      background: transparent url("world.png") center center no-repeat; }
    .b-infoboxes__item.is-question:before {
      background: transparent url("question.png") center center no-repeat; }
    .b-infoboxes__item strong {
      font-family: PT Sans;
      color: #2a2627;
      font-size: 14px;
      font-weight: normal; }

.b-login-drop {
  background: #F2F2F1;
  position: absolute;
  top: 100%;
  right: 0;
  width: 310px;
  padding-top: 50px;
  border: 1px solid #dbd9d6;
  display: none; }

.b-login-form {
  padding-left: 40px;
  padding-right: 40px; }
  .b-login-form__line {
    margin-bottom: 20px;
    position: relative; }
    .b-login-form__line input[type="email"] {
      height: 40px;
      width: 100%;
      padding-left: 40px;
      border-radius: 2px;
      border: 1px solid #c6c9cb;
      padding-top: 4px;
      border-bottom: 1px solid #323f48;
      box-shadow: 0px 1px 0px #656f75; }
    .b-login-form__line input[type="password"] {
      height: 40px;
      width: 100%;
      padding-left: 40px;
      border-radius: 2px;
      border: 1px solid #c6c9cb;
      padding-top: 4px;
      background: #dbd9d6; }
  .b-login-form__label {
    width: 40px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    text-indent: -9999px; }
    .b-login-form__label.icon-user {
      background: transparent url("user.png") center center no-repeat; }
    .b-login-form__label.icon-lock {
      background: transparent url("lock.png") center center no-repeat; }
  .b-login-form__action-line {
    text-align: right; }
    .b-login-form__action-line button {
      height: 40px !important;
      box-shadow: 1px 1px 1px #aeb3b5;
      cursor: pointer;
      background: #323f48;
      transition: all 0.2s; }
      .b-login-form__action-line button:hover {
        background: #D33232 !important; }
      .b-login-form__action-line button span {
        position: static !important;
        background: none !important;
        line-height: 40px;
        padding-left: 25px !important;
        padding-right: 25px !important; }
  .b-login-form__options-line {
    margin-top: 20px;
    padding: 20px 30px 20px 40px;
    border-top: 1px solid #d4d5d7; }
    .b-login-form__options-line a {
      font-weight: normal; }
    .b-login-form__options-line a + a {
      float: right; }

.nav-top .menu-item .b-login-form__options-line a:hover {
  background: transparent; }

.section-content {
  font-size: 1.2rem; }

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