@charset "UTF-8";
@import url("../font/a.css");
body {
  min-width: 320px; }

.side-nav {
  position: fixed;
  width: 242px;
  left: 0;
  top: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  height: 100%;
  height: calc(100%+ 60px);
  height: -moz-calc(100%);
  padding-bottom: 60px;
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 999999999;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-y: auto;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-transform: translateX(-105%);
  -ms-transform: translateX(-105%);
  transform: translateX(-105%);
  color: #fff;
  background-color: #000c1c; }
  .side-nav.right-aligned {
    right: 0;
    -webkit-transform: translateX(105%);
    -ms-transform: translateX(105%);
    transform: translateX(105%);
    left: auto;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); }
  .side-nav .collapsible {
    margin: 0; }
    .side-nav .collapsible > li {
      padding-right: 1rem;
      padding-left: 1rem; }
    .side-nav .collapsible a {
      margin-bottom: 5px;
      line-height: 45px;
      color: #455a64;
      font-family: 'Open Sans', sans-serif;
      font-size: 18px;
      font-weight: 900;
      text-transform: uppercase; }
    .side-nav .collapsible .fa {
      font-size: 1.2rem;
      margin-right: 13px; }
  .side-nav .collapsible-body a {
    padding-left: 30px;
    height: 45px;
    line-height: 45px; }
  .side-nav a {
    display: block;
    padding-left: 20px;
    margin-bottom: 32px;
    color: #455a64;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none; }
  .side-nav .logo-wrapper {
    height: 140px; }
    .side-nav .logo-wrapper a {
      height: 140px;
      width: 240px;
      padding: 0; }
    .side-nav .logo-wrapper img {
      padding-left: 50px;
      padding-right: 50px;
      padding-top: 20%;
      padding-bottom: 20%; }
  @media (max-height: 910px) {
    .side-nav .logo-wrapper {
      height: 80px; }
      .side-nav .logo-wrapper a {
        height: 80px; }
      .side-nav .logo-wrapper img {
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 7%;
        padding-bottom: 7%; } }
  .side-nav .about {
    padding: 1rem;
    border-bottom: 1px solid rgba(153, 153, 153, 0.298039); }
    .side-nav .about p {
      margin-bottom: 0;
      text-align: center; }
  .side-nav .social {
    padding: 0;
    text-align: center;
    border-bottom: 1px solid rgba(153, 153, 153, 0.298039); }
    .side-nav .social li {
      display: inline-block;
      padding: 0;
      margin: 0; }
    .side-nav .social a {
      padding: 0;
      margin: 0;
      padding-right: 0.6rem;
      padding-left: 0.6rem; }
  .side-nav .search-form {
    padding: 0; }
    .side-nav .search-form ::-webkit-input-placeholder {
      color: #fff !important; }
    .side-nav .search-form :-moz-placeholder {
      /* Firefox 18- */
      color: #fff !important; }
    .side-nav .search-form ::-moz-placeholder {
      /* Firefox 19+ */
      color: #fff !important; }
    .side-nav .search-form :-ms-input-placeholder {
      color: #fff !important; }
    .side-nav .search-form input[type=text] {
      border-bottom: 1px solid #fff;
      font-weight: 300;
      padding-left: 30px; }
    .side-nav .search-form .form-control {
      color: #fff; }
  .side-nav .sn-avatar-wrapper {
    padding-left: 33%;
    padding-right: 33%;
    padding-top: 10%; }
    .side-nav .sn-avatar-wrapper img {
      margin: 0;
      padding: 0;
      max-width: 90px; }
  @media only screen and (max-height: 910px) {
    .side-nav .sn-avatar-wrapper {
      padding-left: 40%;
      padding-right: 40%;
      padding-top: 3%; }
      .side-nav .sn-avatar-wrapper img {
        max-width: 50px; } }
  .side-nav .sn-ad-avatar-wrapper {
    height: auto;
    margin-bottom: 0; }
    .side-nav .sn-ad-avatar-wrapper img {
      max-width: 60px;
      padding: 20px 10px;
      float: left; }
    .side-nav .sn-ad-avatar-wrapper p {
      font-size: 15px;
      padding-top: 20px;
      padding-bottom: 20px;
      margin: 0; }
  .side-nav .user-box {
    padding: 20px 10px 0 10px; }
    .side-nav .user-box img {
      margin: 0 auto 10px auto;
      max-width: 80px; }
  .side-nav .fa-angle-down.rotate-icon {
    position: absolute;
    right: 0;
    top: 13px; }

.drag-target {
  height: 100%;
  width: 10px;
  position: fixed;
  top: 0;
  z-index: 998; }

.side-nav.fixed {
  left: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  position: fixed; }
  .side-nav.fixed.right-aligned {
    right: 0;
    left: auto; }

#sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 997;
  will-change: opacity; }

.side-nav .double-navbar .bc-min {
  padding: 5px 10px; }
  .side-nav .double-navbar .bc-min .button-collapse {
    padding-left: 0px; }

.side-item {
  color: #455a64;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  list-style: none;
  position: relative; }
  .side-item :hover {
    color: #ff1744; }
    .side-item :hover:before {
      content: "";
      display: block;
      width: 50px;
      height: 1px;
      background-color: #ff1744;
      left: -50px;
      top: 0;
      bottom: 0;
      margin: auto;
      position: absolute; }
  .side-item.logo {
    padding-top: 22px;
    padding-bottom: 60px; }

.carousel-gallery-product-bg {
  padding-top: 140px;
  /* background: url(../img/bg_center.png) no-repeat center top / cover; */ }

.sec-video {
  padding-top: 75px; }

#carousel-gallery-product .carousel-indicators {
  position: relative;
  display: block;
  top: inherit;
  bottom: inherit;
  left: inherit;
  right: inherit;
  text-align: center;
  margin-top: 50px; }
  #carousel-gallery-product .carousel-indicators li {
    max-width: 80px;
    max-height: 80px;
    width: 80px;
    height: 80px;
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    text-indent: 0;
    background: transparent;
    border: 2px solid #01152b; }
    #carousel-gallery-product .carousel-indicators li.active, #carousel-gallery-product .carousel-indicators li:hover {
      border-color: #ad252e;
      background: transparent; }
    #carousel-gallery-product .carousel-indicators li::before, #carousel-gallery-product .carousel-indicators li::after {
      content: none; }
    #carousel-gallery-product .carousel-indicators li img {
      max-width: 100%;
      max-height: 100%;
      position: relative; }

header li.nav-search-icon a button {
  cursor: pointer; }

header li.nav-search {
  display: none; }
  @media only screen and (max-width: 1060px) {
    header li.nav-search {
      position: absolute;
      top: 0;
      right: 0;
      left: 260px;
      background-color: #000C1C; } }
  @media only screen and (max-width: 991px) {
    header li.nav-search {
      left: 200px; } }
  @media only screen and (max-width: 767px) {
    header li.nav-search {
      left: 45px; } }
  header li.nav-search .form_search {
    width: 500px;
    text-align: left;
    padding: 21px 15px;
    display: inline-block;
    vertical-align: middle;
    border-right: 1px solid #101c2d; }
    @media only screen and (max-width: 1400px) {
      header li.nav-search .form_search {
        width: 320px; } }
    @media only screen and (max-width: 1060px) {
      header li.nav-search .form_search {
        width: 100%; } }
    @media only screen and (max-width: 961px) {
      header li.nav-search .form_search {
        padding: 30px 15px; } }
    @media only screen and (max-width: 960px) {
      header li.nav-search .form_search {
        padding: 16px 15px; } }
    @media only screen and (max-width: 767px) {
      header li.nav-search .form_search {
        padding: 8px 15px; } }
    header li.nav-search .form_search form {
      position: relative; }
      header li.nav-search .form_search form > * {
        display: inline-block;
        vertical-align: middle; }
      header li.nav-search .form_search form input[type="text"] {
        color: #465b7a;
        font-family: "Proxima Nova", sans-serif;
        font-size: 13px;
        font-weight: 300;
        padding: 6px 30px 6px 2px;
        border: 0;
        background-color: transparent;
        border-bottom: 1px solid #101c2d;
        width: calc(100% - 85px);
        margin-right: 20px; }
        header li.nav-search .form_search form input[type="text"] ::-webkit-input-placeholder {
          color: #465b7a; }
        header li.nav-search .form_search form input[type="text"] ::-moz-placeholder {
          color: #465b7a; }
        header li.nav-search .form_search form input[type="text"] :-ms-input-placeholder {
          color: #465b7a; }
        header li.nav-search .form_search form input[type="text"] :-moz-placeholder {
          color: #465b7a; }
      header li.nav-search .form_search form .exit_search {
        width: 30px;
        height: 30px;
        position: absolute;
        top: 0;
        left: calc(100% - 115px);
        background: no-repeat url(../img/x_search.png) center;
        overflow: hidden;
        z-index: 99;
        cursor: pointer;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
        header li.nav-search .form_search form .exit_search:hover {
          background-color: rgba(255, 255, 255, 0.07); }
      header li.nav-search .form_search form input[type="submit"] {
        color: #FFF;
        font-family: "Proxima Nova", sans-serif;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        background-color: #bf1628;
        padding: 6px 8px;
        border: 0;
        cursor: pointer;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
        header li.nav-search .form_search form input[type="submit"]:hover {
          background-color: #a10d1d; }

/* radio */
.jcf-radio {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #fff;
  border: 1px solid #777;
  border-radius: 9px;
  margin: 0 3px 0 0;
  height: 16px;
  width: 16px; }

.jcf-radio span {
  display: none;
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background: #777;
  border-radius: 100%; }

.jcf-radio input[type="radio"] {
  position: absolute;
  height: 100%;
  width: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0; }

.jcf-radio.jcf-checked span {
  display: block; }

/* checkbox */
.jcf-checkbox {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #fff;
  border: 1px solid #777;
  margin: 0 3px 0 0;
  height: 16px;
  width: 16px; }

.jcf-checkbox span {
  position: absolute;
  display: none;
  height: 4px;
  width: 8px;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -6px;
  border: 3px solid #777;
  border-width: 0 0 3px 3px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')"; }

:root .jcf-checkbox span {
  margin: -4px 0 0 -5px; }

.jcf-checkbox input[type="checkbox"] {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0; }

.jcf-checkbox.jcf-checked span {
  display: block; }

/* button */
.jcf-button {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  border: 1px solid #777;
  background: #fff;
  margin: 0 10px 10px 0;
  padding: 5px 10px; }

.jcf-button .jcf-real-element {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  outline: none;
  opacity: 0;
  padding: 0;
  margin: 0;
  border: 0;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0; }

/* file */
.jcf-file {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  background: #fff; }

.jcf-file .jcf-real-element {
  position: absolute;
  font-size: 200px;
  height: 200px;
  margin: 0;
  right: 0;
  top: 0; }

.jcf-file .jcf-fake-input {
  display: inline-block;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
  overflow: hidden;
  border: 1px solid #777;
  padding: 0 8px;
  font-size: 13px;
  line-height: 28px;
  height: 28px;
  width: 125px; }

.jcf-file .jcf-upload-button {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #777;
  margin: 0 0 0 -1px;
  padding: 0 10px;
  line-height: 28px;
  height: 28px; }

/* scrollbars */
.jcf-scrollable-wrapper {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: relative; }

.jcf-scrollbar-vertical {
  position: absolute;
  cursor: default;
  background: #e3e3e3;
  width: 14px;
  bottom: 0;
  right: 0;
  top: 0; }

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  background: #bbb;
  height: 14px;
  width: 14px;
  left: 0;
  top: 0; }

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  top: auto;
  bottom: 0; }

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
  background: #888;
  height: 1px;
  width: 14px; }

.jcf-scrollbar-horizontal {
  position: absolute;
  background: #e3e3e3;
  right: auto;
  top: auto;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 14px; }

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  background: #bbb;
  height: 14px;
  width: 14px; }

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  left: auto;
  right: 0; }

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
  display: inline-block;
  position: relative;
  height: 14px; }

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
  position: absolute;
  background: #888;
  height: 14px; }

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
  visibility: hidden; }

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
  background: #e3e3e3; }

/* select */
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid #777;
  background: #fff;
  margin: 0 0 12px;
  min-width: 150px;
  height: 26px; }

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0; }

.jcf-select .jcf-select-text {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 13px;
  line-height: 26px;
  margin: 0 35px 0 8px; }

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  background: #aaa;
  width: 26px;
  bottom: 0;
  right: 0;
  top: 0; }

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999; }

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0; }

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px; }

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto; }

.jcf-select.jcf-compact-multiple {
  max-width: 220px; }

.jcf-select.jcf-compact-multiple .jcf-select-opener:before {
  display: inline-block;
  padding-top: 2px;
  content: '...'; }

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #f00; }

.jcf-select-drop.jcf-compact-multiple .jcf-hover {
  background: none; }

.jcf-select-drop.jcf-compact-multiple .jcf-selected {
  background: #e6e6e6;
  color: #000; }

.jcf-select-drop.jcf-compact-multiple .jcf-selected:before {
  display: inline-block;
  content: '';
  height: 4px;
  width: 8px;
  margin: -7px 5px 0 -3px;
  border: 3px solid #777;
  border-width: 0 0 3px 3px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')"; }

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px; }

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 14px;
  font-size: 12px;
  width: 100%; }

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%; }

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.jcf-list ul li {
  overflow: hidden;
  display: block; }

.jcf-list .jcf-overflow {
  overflow: auto; }

.jcf-list .jcf-option {
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 5px 9px;
  color: #656565;
  min-height: 14px;
  height: 1%; }

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important; }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000; }

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000; }

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px; }

/* other styles */
.jcf-textarea {
  border: 1px solid #b8c3c9;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: inline-block;
  position: relative; }

.jcf-textarea .jcf-scrollbar-horizontal {
  display: none;
  height: 0; }

.jcf-textarea textarea {
  padding: 8px 10px;
  border: none;
  margin: 0; }

.jcf-textarea .jcf-resize {
  position: absolute;
  text-align: center;
  cursor: se-resize;
  background: #e3e3e3;
  font-weight: bold;
  line-height: 15px;
  text-indent: 1px;
  font-size: 12px;
  height: 15px;
  width: 14px;
  bottom: 0;
  right: 0; }

.jcf-textarea .jcf-resize:before {
  border: 1px solid #000;
  border-width: 0 1px 1px 0;
  display: block;
  margin: 4px 0 0 3px;
  width: 6px;
  height: 6px;
  content: ''; }

/* number input */
.jcf-number {
  display: inline-block;
  position: relative;
  height: 32px; }

.jcf-number input {
  -moz-appearance: textfield; }

.jcf-number input::-webkit-inner-spin-button,
.jcf-number input::-webkit-outer-spin-button {
  -webkit-appearance: none; }

.jcf-number input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #777;
  padding: 3px 27px 3px 7px;
  margin: 0;
  height: 100%; }

.jcf-number .jcf-btn-dec,
.jcf-number .jcf-btn-inc {
  position: absolute;
  background: #aaa;
  width: 20px;
  height: 15px;
  right: 1px;
  top: 1px; }

.jcf-number .jcf-btn-dec {
  top: auto;
  bottom: 1px; }

.jcf-number .jcf-btn-dec:hover,
.jcf-number .jcf-btn-inc:hover {
  background: #e6e6e6; }

.jcf-number.jcf-disabled .jcf-btn-dec:hover,
.jcf-number.jcf-disabled .jcf-btn-inc:hover {
  background: #aaa; }

.jcf-number .jcf-btn-dec:before,
.jcf-number .jcf-btn-inc:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -4px;
  border: 4px solid #aaa;
  border-color: transparent transparent #000 transparent; }

.jcf-number .jcf-btn-dec:before {
  margin: -1px 0 0 -4px;
  border-color: #000 transparent transparent transparent; }

.jcf-number.jcf-disabled .jcf-btn-dec:before,
.jcf-number.jcf-disabled .jcf-btn-inc:before,
.jcf-number .jcf-btn-dec.jcf-disabled:before,
.jcf-number .jcf-btn-inc.jcf-disabled:before {
  opacity: 0.3; }

.jcf-number.jcf-disabled input {
  background: #ddd; }

/* range input */
.jcf-range {
  display: inline-block;
  min-width: 200px;
  margin: 0 10px;
  width: 130px; }

.jcf-range .jcf-range-track {
  margin: 0 20px 0 0;
  position: relative;
  display: block;
  height: 10px; }

.jcf-range .jcf-range-wrapper {
  position: relative;
  background: #e5e5e5;
  border-radius: 5px;
  display: block;
  margin: 5px 0; }

.jcf-range.jcf-vertical {
  min-width: 0;
  width: auto; }

.jcf-range.jcf-vertical .jcf-range-wrapper {
  margin: 0;
  width: 10px;
  height: auto;
  padding: 20px 0 0; }

.jcf-range.jcf-vertical .jcf-range-track {
  height: 180px;
  width: 10px; }

.jcf-range.jcf-vertical .jcf-range-handle {
  left: -5px;
  top: auto; }

.jcf-range .jcf-range-display-wrapper {
  position: absolute;
  min-height: 10px;
  min-width: 10px;
  left: 10px;
  right: 10px; }

.jcf-range .jcf-range-display {
  border-radius: 5px;
  position: absolute;
  background: #888;
  width: 10px;
  height: 10px; }

.jcf-range .jcf-range-display.jcf-range-min {
  margin: 0 0 0 -10px;
  padding: 0 0 0 10px; }

.jcf-range .jcf-range-display.jcf-range-max {
  margin: 0 -10px 0 0;
  padding: 0 10px 0 0; }

.jcf-range.jcf-vertical .jcf-range-display-wrapper {
  left: auto;
  right: auto;
  top: 10px;
  bottom: 10px; }

.jcf-range.jcf-vertical .jcf-range-display.jcf-range-min {
  margin: 0 0 -10px;
  padding: 0 0 10px; }

.jcf-range.jcf-vertical .jcf-range-display.jcf-range-max {
  margin: -10px 0 0;
  padding: 10px 0 0; }

.jcf-range .jcf-range-handle {
  position: absolute;
  background: #aaa;
  border-radius: 19px;
  width: 19px;
  height: 19px;
  margin: -4px 0 0;
  z-index: 1;
  top: 0;
  left: 0; }

.jcf-range .jcf-range-mark {
  position: absolute;
  overflow: hidden;
  background: #000;
  width: 1px;
  height: 3px;
  top: -7px;
  margin: 0 0 0 9px; }

.jcf-range.jcf-vertical .jcf-range-mark {
  margin: 0 0 9px;
  left: 14px;
  top: auto;
  width: 3px;
  height: 1px; }

.jcf-range .jcf-active-handle {
  z-index: 2; }

.jcf-range.jcf-focus .jcf-active-handle {
  border: 1px solid #f00;
  margin: -5px 0 0 -1px; }

.jcf-range.jcf-disabled {
  background: none !important;
  opacity: 0.3; }

/* common styles */
.jcf-disabled {
  background: #ddd !important; }

.jcf-focus, .jcf-focus * {
  border-color: #f00 !important; }

@media only screen and (min-width: 768px) {
  .scrolling-navbar {
    -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
    -o-transition: background .5s ease-in-out, padding .5s ease-in-out;
    transition: background .5s ease-in-out, padding .5s ease-in-out;
    padding-top: 12px;
    padding-bottom: 12px; }
    .scrolling-navbar .navbar-nav > li {
      -webkit-transition-duration: 1s;
      -o-transition-duration: 1s;
      transition-duration: 1s; }
  .top-nav-collapse {
    padding-top: 5px;
    padding-bottom: 5px; } }

.scrolling-navbar,
.double-nav {
  z-index: 99999999; }

.nav-item li.mobile-menu {
  display: none !important;
  vertical-align: middle; }
  .nav-item li.mobile-menu > a {
    padding-left: 17px;
    padding-right: 17px;
    display: inline-block;
    vertical-align: middle; }
    .nav-item li.mobile-menu > a::before {
      content: '';
      background: no-repeat url(../img/menu.png) center/contain;
      width: 32px;
      height: 23px;
      overflow: hidden;
      display: inline-block;
      vertical-align: middle; }
  .nav-item li.mobile-menu.active > a::before {
    background-image: url(../img/menu-x.png); }

.nav-mobile {
  display: none;
  position: absolute;
  top: 76px;
  right: 0;
  background-color: #09101a;
  z-index: 9999999; }
  .nav-mobile.active {
    display: block; }
  .nav-mobile ul {
    list-style: none;
    margin: 0;
    padding: 0 0 18px 0;
    border-bottom: 1px solid #101c2d; }
    .nav-mobile ul li {
      display: block; }
      .nav-mobile ul li a {
        display: block;
        color: #455a64;
        font-family: "Ostrich Sans", sans-serif;
        font-size: 16px;
        font-weight: 900;
        text-transform: uppercase;
        padding: 18px 60px; }
  .nav-mobile .logout {
    padding: 0 0 18px 0;
    display: block;
    color: #455a64;
    font-family: "Ostrich Sans", sans-serif;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 18px 60px;
    text-align: center; }
  .nav-mobile a:hover,
  .nav-mobile a.active {
    color: #ff1744; }

.left-mobile {
  display: inline-block;
  vertical-align: middle;
  width: 190px; }
  .left-mobile a {
    display: block;
    padding-left: 18px;
    padding-right: 18px; }
    .left-mobile a.logo-min {
      display: none; }

.navbar.fixed-top {
  display: block; }
  .navbar.fixed-top ul.nav-item {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    width: calc(100% - 195px);
    padding: 0;
    margin: 0; }
    .navbar.fixed-top ul.nav-item li.logout-icon a.nav-link {
      border-right: 0; }
  .navbar.fixed-top .search-icon {
    display: inline-block;
    vertical-align: middle; }

.left-mobile a.logo-large {
  padding-top: 15px;
  padding-bottom: 15px; }

.logout-ico.no-txt {
  padding-left: 32px;
  padding-right: 0;
  background-position: center; }

@media (max-width: 991px) {
  .navbar.fixed-top ul.nav-item li.logout-icon a.nav-link {
    border-left: 1px solid #101c2d; } }

@media (max-width: 961px) {
  .nav-mobile {
    top: 65px; }
  .nav-item li a.nav-link {
    padding: 8px 13px 8px 13px !important; }
  .nav-item li.logout-icon span.logout-ico {
    padding-left: 32px;
    padding-right: 0;
    background-position: center; } }

@media (max-width: 767px) {
  .nav-mobile {
    top: 49px; }
  .nav-item li.logout-icon {
    display: none; }
  .left-mobile a.logo-min {
    display: block; }
  .left-mobile a.logo-large {
    display: none; }
  .navbar.fixed-top ul.nav-item {
    width: calc(100% - 65px); }
  .left-mobile {
    width: 60px; }
  .nav-item li a.nav-link {
    padding-top: 0 !important;
    padding-bottom: 0 !important; } }

@media (min-width: 992px) {
  .nav-mobile,
  .left-mobile {
    display: none !important; }
  .navbar.fixed-top ul.nav-item {
    width: 100%; } }

@media (max-width: 991px) {
  .nav-item li.mobile-menu {
    display: inline-block !important; } }

.double-nav {
  color: #fff;
  background-color: #000c1c; }
  .double-nav a {
    color: #fff;
    color: #455b7b;
    font-size: 15px;
    font-weight: 300; }
  .double-nav .dropdown .dropdown-menu a {
    padding: 1rem;
    color: #616161; }
  .double-nav .button-collapse {
    position: absolute;
    top: 1px;
    left: 10px;
    font-size: 1.5rem; }
  @media only screen and (min-width: 990px) {
    .double-nav .button-collapse {
      display: none; } }
  @media only screen and (max-width: 992px) {
    .double-nav .nav-icons li a {
      font-size: 0.7rem;
      margin-right: 3px; }
      .double-nav .nav-icons li a .fa {
        font-size: 1.3rem; } }
  .double-nav .nav-counter {
    position: absolute;
    margin-left: -10px;
    margin-top: -5px;
    background-color: red;
    color: #fff;
    padding: 1px 5px;
    font-size: 10px;
    z-index: 222; }
  .double-nav .nav-icons {
    padding: 0;
    margin: 0;
    text-align: right; }
    .double-nav .nav-icons li {
      display: inline-block;
      text-align: center; }
      .double-nav .nav-icons li a {
        color: #fff;
        font-size: 0.7rem;
        margin-right: 3px; }
        .double-nav .nav-icons li a .fa {
          font-size: 1.3rem; }

@media only screen and (max-width: 992px) {
  .double-nav {
    padding-top: 4px;
    padding-bottom: 4px; } }

@media only screen and (max-width: 768px) {
  .double-nav .container {
    padding-left: 0;
    padding-right: 0; } }

.navbar {
  padding: 0; }
  @media (max-width: 992px) {
    .navbar .navbar-desktop {
      display: none; } }
  @media (min-width: 960px) {
    .navbar .button-collapse {
      display: none; } }
  @media (max-width: 960px) {
    .navbar .button-collapse {
      display: block;
      position: relative;
      font-size: 1.4rem;
      margin-right: 10px;
      margin-left: 10px; } }

.nav-item {
  margin-bottom: 0px;
  color: #465b7a;
  font-family: "Proxima Nova";
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase; }
  .nav-item li {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0; }
    .nav-item li a.nav-link {
      border-right: 1px solid #101c2d;
      padding: 0px 17px 0px 17px;
      display: inline-block;
      white-space: nowrap;
      line-height: 76px;
      font-weight: 700; }
      .nav-item li a.nav-link .avatar {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        margin-right: 20px; }
      @media (max-width: 768px) {
        .nav-item li a.nav-link .dn {
          display: none; } }
      .nav-item li a.nav-link.no-login {
        color: #ff1028 !important;
        font-family: "Proxima Nova";
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        padding-left: 60px;
        padding-right: 60px; }
    .nav-item li a.nav-link.no-login {
      color: #ff1028;
      font-family: "Proxima Nova";
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase; }
    @media (max-width: 960px) {
      .nav-item li a.nav-link {
        line-height: 48px !important; }
        .nav-item li a.nav-link .avatar {
          margin-right: 0 !important;
          padding: 8px !important; }
        .nav-item li a.nav-link .basket-ico {
          background: url(../img/shopping-cart.png) no-repeat left center !important;
          padding-left: 0px !important;
          padding-right: 28px !important; }
        .nav-item li a.nav-link.no-login {
          padding-left: 28px;
          padding-right: 28px; }
        .nav-item li a.nav-link span.dn {
          display: none; } }

.accordionWrapper {
  margin: 96px 0 96px 0;
  -webkit-box-shadow: 0 1.5em 85px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1.5em 85px 0 rgba(0, 0, 0, 0.2);
  min-height: 220px; }

.accordionItem {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Open-sans', Arial, sans-serif; }

.accordionItemHeading {
  color: #ff1028;
  font-family: "Proxima Nova";
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 14px;
  border-bottom: 2px solid #081d38;
  cursor: pointer;
  padding-left: 176px; }

.close .accordionItemContent {
  height: 0px;
  -webkit-transition: height 1s ease-out;
  -o-transition: height 1s ease-out;
  transition: height 1s ease-out;
  -webkit-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  float: left;
  display: block; }

.open .accordionItemContent {
  width: 100%;
  margin: 0px 0px 10px 0px;
  display: block; }

.open .accordionItemHeading {
  margin: 0px;
  padding-bottom: 14px;
  border-bottom: 2px solid #f90c22;
  cursor: pointer; }

.accordionItemContent table {
  width: 100%;
  color: #f90c22;
  font-family: Titillium;
  font-size: 14px;
  font-weight: 300;
  line-height: 37px; }
  .accordionItemContent table td {
    border-bottom: 1px solid #081d38;
    padding-left: 180px; }

@media (max-width: 768px) {
  .accordionItemHeading {
    padding-left: 0px; }
  .accordionItemContent table td {
    padding-left: 0px; } }

.jcf-select {
  margin: 0;
  width: 140px;
  background: transparent url(../img/down_blue.png) no-repeat right 15px center;
  color: #ff1028;
  border: 0;
  text-align: left;
  height: 34px;
  line-height: 34px;
  padding: 0;
  cursor: pointer;
  color: #465b7a;
  font-family: "Proxima Nova";
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  min-width: 140px;
  width: 100%; }
  .jcf-select .jcf-select-text {
    height: 34px;
    line-height: 34px;
    margin: 0;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .jcf-select .jcf-select-opener {
    display: none; }

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #465b7a;
  border-radius: 0 0 5px 5px;
  margin-top: -1px;
  margin-left: -1px;
  width: calc(100% + 2px); }

.sort_by_btn .jcf-select-drop .jcf-select-drop-content {
  width: 100%; }

.jcf-select-drop .jcf-hover, .jcf-list-box .jcf-selected {
  background-color: #000C1C;
  color: #FFF; }

.jcf-select-drop .jcf-select-drop-content .jcf-list {
  border-radius: 0 0 5px 5px;
  background-color: #000005;
  line-height: 34px;
  color: #ff1028;
  font-family: "Proxima Nova";
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase; }
  .jcf-select-drop .jcf-select-drop-content .jcf-list li:last-child {
    border-radius: 0 0 5px 5px; }

body.kasa .select {
  border: 1px solid #465b7a;
  width: 100%;
  overflow: hidden;
  position: relative; }
  body.kasa .select .jcf-select {
    min-width: 100%;
    width: 100%; }

body.kasa .jcf-select-drop .jcf-select-drop-content {
  margin-left: -1px;
  margin-right: -1px;
  width: calc(100% + 2px); }

.form_input_center {
  text-align: center; }
  .form_input_center .form_input {
    display: inline-block; }

.lost_pass .form_input_center .form_input::after {
  right: 10px; }

.btn.btn-red {
  border: 1px solid #ff1028;
  border-radius: 0;
  -webkit-transform: skew(-21deg, 0deg);
  -moz-transform: skew(-21deg, 0deg);
  -o-transform: skew(-21deg, 0deg);
  -ms-transform: skew(-21deg, 0deg);
  transform: skew(-21deg, 0deg);
  display: inline-block;
  color: #ff1028 !important;
  font-family: "Proxima Nova", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 50px;
  /* transition: .3s; */
  cursor: pointer;
  background-color: transparent; }
  .btn.btn-red span {
    -webkit-transform: skew(21deg, 0deg);
    -moz-transform: skew(21deg, 0deg);
    -o-transform: skew(21deg, 0deg);
    -ms-transform: skew(21deg, 0deg);
    transform: skew(21deg, 0deg);
    display: block; }
  .btn.btn-red:hover {
    color: #FFF !important;
    background-color: #ff1028; }
  .btn.btn-red.btn-arrow-left {
    padding: 12px 30px; }
    .btn.btn-red.btn-arrow-left span {
      background: url(../img/back.png) no-repeat left center;
      padding-left: 25px;
      /* transition: .3s; */ }
    .btn.btn-red.btn-arrow-left:hover span {
      background-image: url(../img/back_white.png); }
  .btn.btn-red.btn-mt {
    margin-top: 30px; }

.btn.btn-red2 {
  border: 1px solid #ff1028;
  border-radius: 0;
  -webkit-transform: skew(-21deg, 0deg);
  -moz-transform: skew(-21deg, 0deg);
  -o-transform: skew(-21deg, 0deg);
  -ms-transform: skew(-21deg, 0deg);
  transform: skew(-21deg, 0deg);
  display: inline-block;
  font-family: "Proxima Nova", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 30px;
  /* transition: .3s; */
  cursor: pointer;
  background-color: #ff1028;
  color: #FFF; }
  .btn.btn-red2 span {
    -webkit-transform: skew(21deg, 0deg);
    -moz-transform: skew(21deg, 0deg);
    -o-transform: skew(21deg, 0deg);
    -ms-transform: skew(21deg, 0deg);
    transform: skew(21deg, 0deg);
    display: block; }
  .btn.btn-red2:hover {
    color: #ff1028;
    background-color: transparent; }
  .btn.btn-red2.btn-arrow-left {
    padding: 12px 30px; }
    .btn.btn-red2.btn-arrow-left span {
      background: url(../img/back_white.png) no-repeat left center;
      padding-left: 25px;
      /* transition: .3s; */ }
    .btn.btn-red2.btn-arrow-left:hover span {
      background-image: url(../img/back.png); }
  .btn.btn-red2.btn-mt {
    margin-top: 30px; }

.btn {
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s; }

.btn.btn-red.mb-0,
.btn.btn-red2.mb-0 {
  margin-bottom: 0; }

.btn.btn-red.mb-15,
.btn.btn-red2.mb-15 {
  margin-bottom: 15px; }

.btn.btn-red.mr-15,
.btn.btn-red2.mr-15 {
  margin-right: 15px; }

.btn.btn-red.ml-15,
.btn.btn-red2.ml-15 {
  margin-left: 15px; }

@media (max-width: 767px) {
  .btn.btn-red.mb-mobile-0,
  .btn.btn-red2.mb-mobile-0 {
    margin-bottom: 0; }
  .btn.btn-red.mb-mobile-15,
  .btn.btn-red2.mb-mobile-15 {
    margin-bottom: 15px; }
  .btn.btn-red.mr-mobile-15,
  .btn.btn-red2.mr-mobile-15 {
    margin-right: 15px; }
  .btn.btn-red.ml-mobile-15,
  .btn.btn-red2.ml-mobile-15 {
    margin-left: 15px; } }

.btn.btn-red.ph-small,
.btn.btn-red2.ph-small {
  padding-left: 15px;
  padding-right: 15px; }

.select.lh-child-40 {
  line-height: 40px;
  height: 40px; }
  .select.lh-child-40 .jcf-select .jcf-select-text {
    line-height: 40px;
    height: 40px; }

.btns_content_f {
  margin-top: 1.5rem; }
  @media (max-width: 450px) {
    .btns_content_f .btn {
      width: 100%; } }

.jcf-range, .jcf-range.jcf-focus {
  margin: 0;
  width: 100%; }
  .jcf-range .jcf-range-track, .jcf-range.jcf-focus .jcf-range-track {
    margin-right: 15px; }
    .jcf-range .jcf-range-track .jcf-range-handle, .jcf-range.jcf-focus .jcf-range-track .jcf-range-handle {
      top: -2px;
      width: 16px;
      height: 16px;
      border: 3px solid #ff1028;
      background-color: #03060e; }
  .jcf-range .jcf-range-wrapper, .jcf-range.jcf-focus .jcf-range-wrapper {
    height: 2px;
    background-color: #465b7a; }
  .jcf-range .jcf-range-display, .jcf-range.jcf-focus .jcf-range-display {
    height: 2px;
    background-color: #ff1028; }

.type_range {
  overflow: hidden; }
  .type_range .left, .type_range .right {
    width: 50%;
    float: left;
    color: #465b7a;
    font-family: "Proxima Nova", sans-serif;
    font-size: 14px;
    font-weight: 700; }
  .type_range .right {
    text-align: right; }

.type_cost {
  color: #465b7a;
  font-family: "Proxima Nova", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 25px;
  overflow: hidden; }
  .type_cost input {
    border-radius: 5px;
    border: 1px solid #465b7a;
    background: transparent;
    color: #465b7a;
    font-family: Titillium, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: center; }
  .type_cost .left, .type_cost .right {
    width: calc(50% - 10px);
    float: left;
    margin-right: 20px; }
    .type_cost .left span, .type_cost .left input, .type_cost .right span, .type_cost .right input {
      vertical-align: middle;
      display: inline-block; }
    .type_cost .left span, .type_cost .right span {
      margin-right: 15px; }
    .type_cost .left input, .type_cost .right input {
      width: calc(100% - 40px); }
  .type_cost .right {
    margin-right: 0; }

.contact_page label.input_red {
  min-width: 180px;
  text-align: center; }
  @media (max-width: 1600px) {
    .contact_page label.input_red {
      min-width: auto; } }

body {
  background-color: #03060e; }

main {
  background: #000005; }

h4 {
  color: #ff1028;
  font-family: "Proxima Nova";
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase; }

.mt-6 {
  margin-top: 100px; }

p {
  color: #eceff1;
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
  font-weight: 300; }

a:hover {
  text-decoration: none; }

a.white {
  color: #FFF; }

a.blue {
  color: #465b7a; }

a.red {
  color: #ff1028; }

.fixed-sn .double-nav,
.fixed-sn main,
.fixed-sn footer {
  padding-left: 240px; }

.fixed-sn footer {
  background-color: #061429;
  padding-bottom: 150px; }

.fixed-sn main {
  padding-top: 4rem; }

@media (max-width: 960px) {
  .fixed-sn .double-nav,
  .fixed-sn main,
  .fixed-sn footer {
    padding-left: 0; }
  .fixed-sn main {
    padding-top: 3rem; } }

.tile {
  margin-top: 17px; }

footer p {
  color: #445979;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px; }

footer strong {
  color: #f44336;
  font-family: "Proxima Nova";
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase; }

footer .fa {
  color: #ff1028;
  margin-left: 18px; }

footer .copyright {
  color: #445979;
  font-family: 'Titillium Web', sans-serif;
  font-size: 14px;
  font-weight: 300; }
  footer .copyright strong {
    color: #ff1028;
    font-weight: 300;
    text-transform: none; }

footer .greenparrot {
  color: #f44336; }

footer h5.title {
  font-family: 'Lato', sans-serif;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 30px; }

footer ul {
  list-style-type: none;
  padding-left: 0px; }
  footer ul li a {
    color: #465b7a;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    padding: 15px 0;
    display: inline-block; }

.card-one .h_white_card,
.card-two .h_white_card,
.card-three .h_white_card,
.card-four .h_white_card,
.card-six .h_white_card,
.card-seven .h_white_card {
  margin-top: 3vw;
  margin-left: 1.8vw;
  width: 10vw;
  color: #ffffff;
  font-family: "Proxima Nova";
  font-size: 1.675vw;
  font-weight: 700;
  line-height: 1.8vw;
  text-transform: uppercase;
  letter-spacing: 3px; }

.card-one p,
.card-two p,
.card-three p,
.card-four p,
.card-six p,
.card-seven p {
  margin-top: 1vw;
  margin-left: 1.8vw;
  width: 11vw;
  height: 4.8vw;
  color: #eceff1;
  font-family: 'Titillium Web', sans-serif;
  font-size: 0.9vw;
  font-weight: 300; }

.card-five {
  margin-left: 1.8vw;
  margin-right: 1.8vw;
  margin-top: calc(3vw*4);
  position: relative; }
  @media (max-width: 1023px) {
    .card-five .h_red_card {
      margin-top: calc(3vw*4) !important;
      font-size: calc(1.875vw*4) !important;
      width: calc(13vw*4) !important;
      margin-left: calc(3vw*4) !important; } }
  .card-five .h_red_card {
    margin-top: 3vw;
    color: #ff1028;
    font-family: "Proxima Nova";
    font-size: 1.675vw;
    font-weight: 700;
    line-height: 1.8vw;
    text-transform: uppercase;
    padding-left: 3.4vw;
    position: relative;
    display: inline-block;
    margin-left: 1.8vw; }
    .card-five .h_red_card:before {
      position: absolute;
      width: 2.4vw;
      height: 2px;
      border: 1px solid #e53935;
      content: "";
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto; }
  .card-five p {
    margin-left: 1.8vw;
    margin-right: 1.8vw;
    color: #ff1028;
    font-family: 'Titillium Web', sans-serif;
    font-size: 1.4vw;
    font-weight: 400;
    margin-top: 5vw; }
  .card-five .card_nav {
    position: absolute;
    bottom: 5vw;
    left: 0;
    right: 0;
    text-align: center; }
    .card-five .card_nav .prev {
      width: 2.4vw;
      background: url(../img/circle_left.png) no-repeat center center/cover;
      height: 2.4vw;
      display: inline-block;
      margin: 0 0.8vw;
      cursor: pointer; }
    .card-five .card_nav .next {
      width: 2.4vw;
      background: url(../img/circle_right.png) no-repeat center center/cover;
      height: 2.4vw;
      display: inline-block;
      margin: 0 0.8vw;
      cursor: pointer; }

.card-one {
  background: url("../img/card.png") no-repeat center center/contain;
  width: 19vw;
  height: 31.197916vw; }

.card-two {
  background: url("../img/box_2_home.png") no-repeat center center/contain;
  width: 19vw;
  height: 14.8vw; }

.card-three {
  background: url("../img/card3.png") no-repeat center center/contain;
  width: 19vw;
  height: 14.8vw; }

.card-four {
  background: url("../img/card4.png") no-repeat center center/contain;
  width: 19vw;
  height: 31.197916vw; }

.card-five {
  background: url("../img/card5.png") no-repeat center center/contain;
  width: 19vw;
  height: 31.197916vw; }

.card-six {
  background: url("../img/card6.png") no-repeat center center/contain;
  width: 40.15625vw;
  height: 31.197916vw; }

.card-seven {
  background: url("../img/card7.png") no-repeat center center/contain;
  width: 19vw;
  height: 31.197916vw; }

.card-eight {
  background: url("../img/card8.png") no-repeat center center/contain;
  width: 19vw;
  height: 31.197916vw; }

@media (min-width: 768px) and (max-width: 770px) {
  .card-changelog p {
    margin-left: calc(3vw*4) !important;
    margin-right: calc(3vw*4) !important;
    margin-top: calc(1vw*4) !important;
    width: unset;
    height: unset;
    color: #ff1028; } }

@media (max-width: 1023px) {
  .card-one .h_white_card,
  .card-two .h_white_card,
  .card-three .h_white_card,
  .card-four .h_white_card,
  .card-five .h_white_card,
  .card-six .h_white_card,
  .card-seven .h_white_card {
    /* margin-left: calc(3vw*4);
            margin-top: calc(3vw*4);
            width: calc(13vw*4); */
    color: #ffffff;
    font-family: "Proxima Nova";
    /* font-size: calc(1.875vw*4); */
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1; }
  .card-one p,
  .card-two p,
  .card-three p,
  .card-four p,
  .card-five p,
  .card-six p,
  .card-seven p {
    /* margin-left: calc(3vw*4);
            margin-top: calc(1vw*4);
            width: calc(9.6vw*4);
            height: calc(1.8vw*4); */
    color: #eceff1;
    font-family: 'Titillium Web', sans-serif;
    /* font-size: 4vw; */
    font-size: 1.1vw;
    font-weight: 300; }
  .card-one p,
  .card-four p {
    margin-top: calc(1vw*4); }
  .card-changelog p {
    margin-left: 0;
    margin-right: 0;
    /* margin-top: calc(1vw*4); */
    width: unset;
    height: unset;
    color: #ff1028; }
  .card-one {
    background: url("../img/card.png") no-repeat center center/contain;
    /* width: calc(19vw*4);
        height: calc(30vw*4); */ }
  .card-two {
    background: url("../img/card2.png") no-repeat center center/contain;
    /* width: calc(19vw*4);
        height: calc(14.8vw*4); */ }
  .card-three {
    background: url("../img/card3.png") no-repeat center center/contain;
    /* width: calc(19vw*4);
        height: calc(14.8vw*4); */ }
  .card-four {
    background: url("../img/card4.png") no-repeat center center/contain;
    /* width: calc(19vw*4);
        height: calc(30vw*4); */ }
  .card-five {
    background: url("../img/card5.png") no-repeat center center/contain;
    /* width: calc(19vw*4);
        height: calc(30vw*4); */ }
  .card-six {
    background: url("../img/card6.png") no-repeat center center/contain;
    /* width: calc(19vw*4);
        height: calc(30vw*4); */ }
  .card-seven {
    background: url("../img/card7.png") no-repeat center center/contain;
    /* width: calc(19vw*4);
        height: calc(30vw*4); */ }
  .card-eight {
    background: url("../img/card8.png") no-repeat center center/contain;
    /* width: calc(19vw*4);
        height: calc(30vw*4); */ } }

.red {
  color: #ff1028;
  text-align: center; }

.prduct_title {
  font-family: "Proxima Nova";
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase; }

.product_box {
  background: url(../img/repeat-vertical.png) repeat;
  padding: 40px 40px 30px;
  position: relative;
  width: 100%;
  max-width: 675px;
  border: 1px solid #111; }
  @media (max-width: 550px) {
    .product_box {
      padding: 15px; } }
  .product_box p {
    color: #eceff1;
    font-family: "Proxima Nova";
    font-size: 16px;
    font-weight: 700;
    max-width: 357px; }
  .product_box .corners_top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 20px; }
    .product_box .corners_top:after {
      width: 6px;
      height: 6px;
      border-top: 2px solid #ff1028;
      border-right: 2px solid #ff1028;
      content: "";
      right: 0;
      top: 0;
      display: block;
      position: absolute; }
    .product_box .corners_top:before {
      width: 6px;
      height: 6px;
      border-top: 2px solid #ff1028;
      border-left: 2px solid #ff1028;
      content: "";
      left: 0;
      top: 0;
      display: block;
      position: absolute; }
  .product_box .corners_bot {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 20px; }
    .product_box .corners_bot:after {
      width: 6px;
      height: 6px;
      border-bottom: 2px solid #ff1028;
      border-right: 2px solid #ff1028;
      content: "";
      right: 0;
      bottom: 0;
      display: block;
      position: absolute; }
    .product_box .corners_bot:before {
      width: 6px;
      height: 6px;
      border-bottom: 2px solid #ff1028;
      border-left: 2px solid #ff1028;
      content: "";
      left: 0;
      bottom: 0;
      display: block;
      position: absolute; }

.button_red {
  -webkit-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  transform: skewX(-45deg);
  background: #ff1028;
  color: #fff;
  border: 0;
  padding: 8px 0px 8px 28px;
  cursor: pointer; }
  .button_red span {
    -webkit-transform: skewX(45deg);
    -ms-transform: skewX(45deg);
    transform: skewX(45deg);
    display: block;
    color: #ffffff;
    font-family: "Proxima Nova";
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding-right: 36px; }

.button_add {
  background: url(/img/btn_cart.png) no-repeat right 13px center; }

.friends {
  margin-top: 24px; }
  .friends .friend_mail {
    color: #ff1028;
    font-family: "Proxima Nova";
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background: url(/img/arrow.png) no-repeat right center;
    display: inline-block;
    padding-right: 19px; }
  .friends .massanger {
    margin-left: 20px; }

.h3_red {
  color: #ff1028;
  font-family: "Proxima Nova";
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase; }

.shippment_all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .shippment_all .ico {
    width: 33%;
    text-align: center; }
    .shippment_all .ico span {
      display: block;
      color: #f90c22;
      font-family: "Proxima Nova";
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      max-width: 64px;
      margin: auto; }

.shipping_ul {
  color: #ff1028;
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
  font-weight: 300;
  list-style: none;
  padding: 0; }
  .shipping_ul li {
    margin-bottom: 15px;
    background: url(/img/li.png) no-repeat left top 8px;
    padding-left: 43px; }

.product_right_box {
  background: url(/img/vertical_bg.png); }

.package_all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .package_all .package_left {
    width: 60%; }
  .package_all .package_right {
    width: 40%; }
    .package_all .package_right .product_right_box_txt {
      padding: 60px 140px 100px 90px;
      color: #eceff1;
      font-family: 'Titillium Web', sans-serif;
      font-size: 16px;
      font-weight: 300; }

.btn-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.under_package {
  background: url(/img/husta.png) no-repeat center center;
  padding: 250px 0 200px; }

.register_content {
  max-width: 510px;
  width: 100%;
  padding-left: 151px;
  padding-top: 120px;
  padding-bottom: 150px; }
  .register_content h2 {
    margin-top: 60px; }

.head-h1 {
  color: #f90c22;
  font-family: "Proxima Nova";
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 56px;
  position: relative;
  display: inline-block; }
  .head-h1:after {
    width: 43px;
    height: 2px;
    background-color: #f90c22;
    opacity: 0.87;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto; }

.head-h2 {
  color: #ff1028;
  font-family: "Proxima Nova";
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase; }

.form_input {
  position: relative;
  margin-top: 32px;
  margin-bottom: 32px; }
  .form_input input {
    line-height: 38px;
    border-radius: 4px;
    border: 1px solid #344d6e;
    color: #465b7a;
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    font-weight: 300;
    background: #03060e;
    width: 100%;
    padding: 0 19px; }
    .form_input input::-webkit-input-placeholder {
      color: #465b7a; }
    .form_input input:-ms-input-placeholder {
      color: #465b7a; }
    .form_input input::-ms-input-placeholder {
      color: #465b7a; }
    .form_input input::placeholder {
      color: #465b7a; }
  .form_input textarea {
    line-height: 38px;
    border-radius: 4px;
    border: 1px solid #344d6e;
    color: #465b7a;
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    font-weight: 300;
    background: #03060e;
    width: 100%;
    padding: 0 19px; }
    .form_input textarea::-webkit-input-placeholder {
      color: #465b7a; }
    .form_input textarea:-ms-input-placeholder {
      color: #465b7a; }
    .form_input textarea::-ms-input-placeholder {
      color: #465b7a; }
    .form_input textarea::placeholder {
      color: #465b7a; }

.form_input.inactive input {
  border: 1px solid #000;
  background: #03060e; }

.require_input:after {
  position: absolute;
  content: "*";
  color: #ff1028;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  width: 6px;
  height: 7px;
  top: 6px;
  right: 9px; }

.form_red {
  color: #ff1028;
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
  font-weight: 300; }

.register-description {
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #78909c; }
  .register-description a {
    color: #ff1028; }
    .register-description a:hover {
      color: #ab0011; }

.register_content .input_red {
  line-height: 46px;
  background-color: #ff1028;
  color: #ffffff;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
  padding: 0 17px;
  position: relative;
  margin-right: 17px;
  margin-left: 17px; }
  .register_content .input_red:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 46px 17px;
    border-color: transparent transparent #ff1028 transparent;
    content: "";
    position: absolute;
    left: -17px;
    top: 0; }
  .register_content .input_red:after {
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    right: -17px;
    top: 0;
    border-style: solid;
    border-width: 46px 17px 0 0;
    border-color: #ff1028 transparent transparent transparent; }

@media (min-width: 1024px) {
  .contact_page .input_red {
    /*left: 380px;*/
    /*margin-left: 17px;
        bottom: 30px;*/ } }

.contact_page .input_red {
  line-height: 46px;
  background-color: #ff1028;
  color: #ffffff;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
  padding: 0 17px;
  position: relative;
  margin-right: 17px;
  margin-left: 17px; }
  .contact_page .input_red:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 46px 17px;
    border-color: transparent transparent #ff1028 transparent;
    content: "";
    position: absolute;
    left: -17px;
    top: 0; }
  .contact_page .input_red:after {
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    right: -17px;
    top: 0;
    border-style: solid;
    border-width: 46px 17px 0 0;
    border-color: #ff1028 transparent transparent transparent; }

.product_cart .input_red,
.container_down .input_red {
  line-height: 35px;
  background-color: #ff1028;
  color: #ffffff;
  font-family: "Proxima Nova";
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
  padding: 0 45px 0 17px;
  position: relative;
  margin-right: 17px;
  margin-left: 17px; }
  .product_cart .input_red:before,
  .container_down .input_red:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 35px 17px;
    border-color: transparent transparent #ff1028 transparent;
    content: "";
    position: absolute;
    left: -17px;
    top: 0; }
  .product_cart .input_red:after,
  .container_down .input_red:after {
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    right: -17px;
    top: 0;
    border-style: solid;
    border-width: 35px 17px 0 0;
    border-color: #ff1028 transparent transparent transparent; }

.f-submit input {
  display: none; }

.search-icon {
  background: url(../img/search-icon.png) no-repeat center;
  width: 17px;
  height: 17px;
  border: 0; }

.basket-ico {
  background: url(../img/shopping-cart.png) no-repeat left 32px center;
  padding-left: 62px;
  padding-right: 36px;
  padding-top: 3px;
  padding-bottom: 3px; }

.logout-ico {
  background: url(../img/icon-logout.png) no-repeat left 32px center;
  padding-left: 62px;
  padding-right: 36px;
  padding-top: 3px;
  padding-bottom: 3px; }

.product_img {
  max-width: 100%;
  width: 100%; }

.product_header_box {
  position: absolute;
  bottom: 17%;
  left: 30%; }
  @media (max-width: 1100px) {
    .product_header_box {
      bottom: 0;
      left: 15px;
      right: 15px;
      width: calc(100% - 30px);
      padding-bottom: 25px;
      text-align: center; } }
  @media (max-width: 660px) {
    .product_header_box {
      position: relative; } }
  .product_header_box .product_desc {
    color: #eceff1;
    font-family: "Proxima Nova";
    font-size: 16px;
    font-weight: 700; }

.product_title {
  color: #ff1028;
  font-family: "Proxima Nova";
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
  text-align: left; }
  @media (max-width: 1100px) {
    .product_title {
      text-align: center; } }

/*.product_title,
.prduct_title {
    text-align: left;
}*/
.old_pice {
  color: #546e7a;
  font-family: "Proxima Nova";
  font-weight: 700;
  font-size: 16px;
  text-decoration: line-through;
  margin-right: 10px; }
  .old_pice span {
    font-size: 14px; }

.new_price {
  color: #eceff1;
  font-family: "Proxima Nova";
  font-weight: 700;
  font-size: 24px;
  margin-right: 15px; }
  .new_price span {
    font-size: 18px; }

.add_to_cart {
  background: url(../img/btn_add_to_cart.png) no-repeat top center/cover;
  width: 60px;
  height: 30px;
  border: 0;
  padding: 0;
  vertical-align: top;
  display: inline-block;
  cursor: pointer; }

.product_cart {
  /*background: url(../img/bg_prod.png) no-repeat left top;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 550px) {
    .product_cart {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .product_cart .product_img_1 {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    padding-top: 80px; }
    @media (max-width: 550px) {
      .product_cart .product_img_1 {
        width: 100%;
        text-align: center; } }
    .product_cart .product_img_1 img {
      max-width: 100%; }
  .product_cart .product_desc_1 {
    display: inline-block;
    width: 60%; }
    @media (max-width: 550px) {
      .product_cart .product_desc_1 {
        width: 100%;
        margin: 30px 15px 0; } }

.product_excerpt .product_img_1 {
  position: relative; }
  .product_excerpt .product_img_1 img {
    position: relative;
    z-index: 1; }

.product_excerpt .prod_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  background: -moz-radial-gradient(center, ellipse cover, #2b4353 0%, rgba(255, 255, 255, 0) 74%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #2b4353), color-stop(74%, rgba(255, 255, 255, 0)));
  background: -webkit-radial-gradient(center, ellipse cover, #2b4353 0%, rgba(255, 255, 255, 0) 74%);
  background: -o-radial-gradient(center, ellipse cover, #2b4353 0%, rgba(255, 255, 255, 0) 74%);
  background: -ms-radial-gradient(center, ellipse cover, #2b4353 0%, rgba(255, 255, 255, 0) 74%);
  background: -webkit-radial-gradient(center, ellipse, #2b4353 0%, rgba(255, 255, 255, 0) 74%);
  background: -o-radial-gradient(center, ellipse, #2b4353 0%, rgba(255, 255, 255, 0) 74%);
  background: radial-gradient(ellipse at center, #2b4353 0%, rgba(255, 255, 255, 0) 74%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b4353', endColorstr='#ffffff', GradientType=1 ); }

.product_options {
  max-width: 225px; }
  .product_options .select {
    border-radius: 2px;
    border: 1px solid #ff1028;
    width: 96px;
    overflow: hidden;
    position: relative; }
    .product_options .select select {
      width: 126px;
      background: transparent url(../img/select.png) no-repeat right 45px center;
      color: #ff1028;
      border: 0;
      text-align: left;
      height: 34px;
      line-height: 34px;
      padding: 0 0px 0 25px;
      cursor: pointer; }
      .product_options .select select option {
        line-height: 34px; }

.numeric {
  border-radius: 2px;
  border: 1px solid #ff1028;
  width: 96px;
  overflow: hidden;
  position: relative; }
  .numeric .numeric_plus {
    background: url(../img/up.png) no-repeat center center;
    width: 12px;
    height: 8px;
    position: absolute;
    right: 10px;
    top: 7px;
    cursor: pointer; }
  .numeric .numeric_minus {
    background: url(../img/down.png) no-repeat center center;
    width: 12px;
    height: 8px;
    position: absolute;
    right: 10px;
    bottom: 7px;
    cursor: pointer; }

.product_quantity input {
  width: 126px;
  background: transparent;
  color: #ff1028;
  border: 0;
  text-align: left;
  line-height: 34px;
  padding: 0 0px 0 25px; }

.product_cart_2 {
  padding-top: 140px;
  background: url(../img/bg_2.png) no-repeat right 150px top; }

.product_desc_2 {
  max-width: 410px;
  padding-top: 48px; }

.product_img_2 {
  text-align: center; }

.product_nav {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 34px;
  border: 1px solid #ff1028;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 4px; }
  .product_nav li {
    display: inline-block;
    width: 33%;
    text-align: center;
    color: #f44336;
    font-family: "Proxima Nova";
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
    padding: 4px; }
  .product_nav li:nth-child(2) {
    border-left: 1px solid #ff1028;
    border-right: 1px solid #ff1028; }

.product_cart_3 {
  padding-top: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: url(../img/bg_center.png) no-repeat center top;
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px); }
  .product_cart_3 .product_img_3 {
    width: 100%;
    text-align: center;
    /*background: url(../img/razer3.png) no-repeat right 50px center;*/
    padding-top: 29px;
    min-height: 720px; }
    .product_cart_3 .product_img_3 .plus_1 {
      margin-top: 94px;
      margin-left: -236px;
      position: absolute; }
    .product_cart_3 .product_img_3 .plus_2 {
      margin-top: 130px;
      margin-left: -132px;
      position: absolute; }
    .product_cart_3 .product_img_3 .plus_3 {
      margin-top: 228px;
      margin-left: -227px;
      position: absolute; }
  .product_cart_3 .product_desc_3 {
    padding-left: 34px;
    position: relative; }
    @media (max-width: 700px) {
      .product_cart_3 .product_desc_3 {
        padding-left: 0; } }

.desc_box {
  max-width: 652px;
  display: none;
  position: absolute;
  right: 0;
  background-color: #000; }
  .desc_box .desc_box_bg {
    padding: 60px 150px 120px 90px;
    background: url(../img/bg_vert3.png) no-repeat center top; }

.container_pseudo_specs {
  /*text-align: center;*/ }
  .container_pseudo_specs .mini-container {
    width: 100%;
    max-width: 838px;
    margin: auto;
    padding-top: 75px; }

.container_pseudo {
  width: calc(100% - 242px);
  text-align: center; }
  .container_pseudo .mini-container {
    width: 100%;
    max-width: 838px;
    margin: auto;
    padding-top: 75px; }

.container_down {
  max-width: 880px;
  width: 100%;
  margin: auto;
  padding: 122px 0 222px; }

.related_box_bot {
  background: url(../img/bg_related.png) repeat center top;
  margin-bottom: 10px; }

.related_all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 100px 150px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.related_box {
  width: calc(20% - 12px);
  max-width: 262px;
  text-align: center; }
  .related_box .related_box_top {
    margin-bottom: -60px;
    z-index: 99;
    position: relative;
    height: 214px; }
    .related_box .related_box_top img {
      max-height: 100%;
      max-width: 100%;
      width: auto;
      height: auto; }
  .related_box .related_box_bot {
    padding: 90px 15px 48px;
    position: relative;
    border-top: 1px solid #111;
    border-bottom: 1px solid #111; }
    .related_box .related_box_bot .mini_logo {
      position: absolute;
      bottom: -8px;
      left: 0;
      right: 0;
      margin: auto; }
    .related_box .related_box_bot .related_feature {
      position: absolute;
      bottom: 0;
      right: 0;
      padding: 15px 10px 6px;
      color: #ffffff;
      font-family: "Proxima Nova";
      font-size: 16px;
      font-weight: 700;
      text-transform: uppercase;
      z-index: 99; }
      .related_box .related_box_bot .related_feature:after {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 43px 50px;
        border-color: transparent transparent #ff1028 transparent;
        position: absolute;
        bottom: 0;
        right: 0;
        content: "";
        z-index: -1; }
    .related_box .related_box_bot .pre_order {
      position: absolute;
      bottom: 0;
      right: 0;
      padding: 15px 10px 6px;
      color: #ffffff;
      font-family: "Proxima Nova";
      font-size: 16px;
      font-weight: 700;
      text-transform: uppercase;
      z-index: 99; }
      .related_box .related_box_bot .pre_order:after {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 43px 50px;
        border-color: transparent transparent #463171 transparent;
        position: absolute;
        bottom: 0;
        right: 0;
        content: "";
        z-index: -1; }
    .related_box .related_box_bot .new {
      position: absolute;
      bottom: 0;
      right: 0;
      padding: 15px 10px 6px;
      color: #ffffff;
      font-family: "Proxima Nova";
      font-size: 16px;
      font-weight: 700;
      text-transform: uppercase;
      z-index: 99; }
      .related_box .related_box_bot .new:after {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 43px 50px;
        border-color: transparent transparent #039be5 transparent;
        position: absolute;
        bottom: 0;
        right: 0;
        content: "";
        z-index: -1; }

.related_color {
  bottom: -20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0; }

.related_price .old_pice {
  margin-right: 4px; }

.related_price .new_price {
  margin-right: 0px; }

.my_accout_col {
  padding-left: 100px; }
  .my_accout_col h2 {
    padding-left: 59px; }

.my_accout_page {
  padding-top: 120px;
  padding-bottom: 170px; }

.my_accout_nav ul {
  padding: 40px 0 0 40px; }
  .my_accout_nav ul li {
    color: #455a64;
    font-family: 'Teko', sans-serif;
    font-size: 18px;
    font-weight: 900;
    list-style: outside none none;
    position: relative;
    text-transform: uppercase; }
    .my_accout_nav ul li a {
      color: #455a64;
      display: block;
      font-family: 'Teko', sans-serif;
      font-size: 18px;
      font-weight: 400;
      margin-bottom: 32px;
      padding-left: 20px;
      text-decoration: none;
      text-transform: uppercase;
      cursor: pointer; }
    .my_accout_nav ul li:hover a {
      color: #dd2330; }
    .my_accout_nav ul li:hover:before {
      content: "";
      display: block;
      width: 42px;
      height: 1px;
      background-color: #dd2330;
      left: -38px;
      top: 0;
      bottom: 0;
      margin: auto;
      position: absolute; }
    .my_accout_nav ul li.active a {
      color: #dd2330; }
    .my_accout_nav ul li.active:before {
      content: "";
      display: block;
      width: 42px;
      height: 1px;
      background-color: #dd2330;
      left: -38px;
      top: 0;
      bottom: 0;
      margin: auto;
      position: absolute; }

.form_dane {
  padding-top: 125px; }
  .form_dane .select {
    border-radius: 2px;
    border: 1px solid #344d6e;
    width: 100%;
    overflow: hidden;
    position: relative; }
    .form_dane .select select {
      width: calc(100% + 26px);
      background: #03060e url(../img/down.png) no-repeat right 55px center;
      color: #465b7a;
      border: 0;
      text-align: left;
      height: 38px;
      line-height: 34px;
      padding: 0 0px 0 25px;
      cursor: pointer; }
      .form_dane .select select option {
        line-height: 34px; }
  .form_dane .h2-newadres {
    color: #eceff1;
    font-family: "Proxima Nova";
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase; }

.input_city {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -32px;
  margin-bottom: -32px; }
  .input_city .input_city_left {
    width: 166px; }
  .input_city .input_city_right {
    width: calc(100% - 198px); }

.flex_end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.dane_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  margin-bottom: 32px; }
  .dane_btns .input_red {
    line-height: 46px;
    background-color: #ff1028;
    color: #ffffff;
    font-family: "Proxima Nova";
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border: 0;
    cursor: pointer;
    padding: 0 17px;
    position: relative;
    margin-right: 17px;
    margin-left: 17px; }
    .dane_btns .input_red:before {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 46px 17px;
      border-color: transparent transparent #ff1028 transparent;
      content: "";
      position: absolute;
      left: -17px;
      top: 0; }
    .dane_btns .input_red:after {
      width: 0;
      height: 0;
      content: "";
      position: absolute;
      right: -17px;
      top: 0;
      border-style: solid;
      border-width: 46px 17px 0 0;
      border-color: #ff1028 transparent transparent transparent; }
  .dane_btns .input_black {
    line-height: 46px;
    background-color: transparent;
    color: #ff1028;
    font-family: "Proxima Nova";
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #ff1028;
    height: 46px;
    display: inline-block;
    -webkit-transform: skewX(-21deg);
    -ms-transform: skewX(-21deg);
    transform: skewX(-21deg);
    margin-right: 6px;
    padding: 0 59px 0 0;
    text-decoration: none; }
    .dane_btns .input_black span {
      -webkit-transform: skewX(21deg);
      -ms-transform: skewX(21deg);
      transform: skewX(21deg);
      background: url(../img/back.png) no-repeat left 30px center;
      width: 100%;
      display: inline-block;
      padding-left: 59px; }

.flex_vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex_top {
  width: 100%; }

.flex_bottom {
  -ms-flex-item-align: end;
  align-self: flex-end; }

.h_dane_konta {
  background: url(../img/user.png) no-repeat left center;
  padding-left: 44px;
  line-height: 29px; }

.h_dane_user {
  background: url(../img/dane-kontaktowe.png) no-repeat left center;
  padding-left: 44px;
  line-height: 29px; }

.h_change_img {
  background: url(../img/profil_picture.png) no-repeat left center;
  padding-left: 44px;
  line-height: 29px;
  margin-top: 37px; }

.row.my_accout_page {
  background: #03060e; }

.change_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 32px; }
  .change_img .change_img_left {
    width: 35%; }
    .change_img .change_img_left img {
      border-radius: 50%; }
  .change_img .change_img_right {
    width: 65%;
    padding-top: 45px; }
    .change_img .change_img_right p {
      color: #78909c;
      font-family: 'Titillium Web', sans-serif;
      font-size: 16px;
      font-weight: 300;
      margin-bottom: 0;
      padding-left: 52px; }

.table_cart {
  padding: 80px 0px 0; }
  .table_cart .title_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: #081d38 1px solid;
    padding-bottom: 14px; }
    .table_cart .title_row .table_head {
      color: #344d6e;
      font-family: "Proxima Nova";
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      text-align: center; }

.col_item {
  width: 36%; }

.col_size {
  width: 13%; }

.col_qty {
  width: 14%; }

.col_subtotal {
  width: 20%; }

.col_option {
  width: 17%; }

.product_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: #081d38 1px solid;
  padding: 25px 0; }

.product_name {
  color: #ff1028;
  font-family: "Proxima Nova";
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase; }

.col_double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .col_double .col_item_left {
    width: 40%;
    text-align: center; }
  .col_double .col_item_right {
    width: 60%; }

.cart_page {
  padding: 60px 200px; }

.col_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.col_pirce {
  color: #eceff1;
  font-family: "Proxima Nova";
  font-weight: 700;
  font-size: 24px; }

.col_pirce_small {
  font-size: 18px; }

.btn_close {
  background: url(../img/close.png) no-repeat center center;
  width: 26px;
  height: 26px;
  border: 0;
  cursor: pointer; }

.cart_total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .cart_total .cart_total_left {
    width: calc(60% - 15px);
    padding: 35px;
    background: url(../img/vertical_bg.png) repeat top left;
    border: 1px solid #2c3a41; }
  .cart_total .cart_total_right {
    width: calc(40% - 15px);
    padding: 35px;
    background: url(../img/vertical_bg.png) repeat top left;
    border: 1px solid #2c3a41; }
  .cart_total .total_left_top {
    padding-left: 50px; }

.code_all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding-top: 10px; }
  .code_all .code_input {
    width: calc(100% - 250px); }
    .code_all .code_input input {
      line-height: 34px;
      border-radius: 2px;
      border: 1px solid #344d6e;
      background: transparent;
      width: 100%;
      color: #fff;
      padding: 0 20px; }
  .code_all .btn_code {
    padding-left: 10px; }
    .code_all .btn_code input {
      display: none; }

.btn_min_red {
  line-height: 38px;
  background-color: #ff1028;
  color: #ffffff;
  font-family: "Proxima Nova";
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #ff1028;
  height: 38px;
  display: inline-block;
  -webkit-transform: skewX(-21deg);
  -ms-transform: skewX(-21deg);
  transform: skewX(-21deg);
  margin-right: 6px;
  padding: 0 40px;
  text-decoration: none;
  cursor: pointer; }
  .btn_min_red span {
    -webkit-transform: skewX(21deg);
    -ms-transform: skewX(21deg);
    transform: skewX(21deg);
    width: 100%;
    display: inline-block; }

.btn_min_black {
  line-height: 38px;
  background-color: transparent;
  color: #ff1028;
  font-family: "Proxima Nova";
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #ff1028;
  height: 38px;
  display: inline-block;
  -webkit-transform: skewX(-21deg);
  -ms-transform: skewX(-21deg);
  transform: skewX(-21deg);
  margin-right: 6px;
  padding: 0 40px;
  text-decoration: none;
  cursor: pointer; }
  .btn_min_black span {
    -webkit-transform: skewX(21deg);
    -ms-transform: skewX(21deg);
    transform: skewX(21deg);
    width: 100%;
    display: inline-block; }

.cart_total_right {
  text-align: center; }
  .cart_total_right label {
    margin-top: 27px;
    margin-left: auto;
    margin-right: auto; }

.total_right_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .total_right_top .head-h2 {
    line-height: 36px;
    margin-right: 12px; }

.none {
  display: none; }

.product_list {
  padding: 23px 42px; }

.breadrcumb {
  font-family: 'Titillium Web', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  text-transform: uppercase;
  width: 100%;
  color: #455a64; }
  .breadrcumb a {
    color: #ff1028; }

.product_list_all {
  width: 100%;
  max-width: 1440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 99px;
  margin: auto; }
  .product_list_all .product_list_nav {
    width: 270px; }

.list_title {
  color: #ff1028;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase; }

.list_nav_box {
  border-bottom: 1px solid #081d38;
  padding: 30px 3px 10px; }

.overflow_y {
  overflow-y: scroll; }

.product_filter_ul {
  list-style: none;
  padding-top: 20px;
  padding-left: 0;
  max-height: 230px; }
  .product_filter_ul .filled-in[type="checkbox"]:not(:checked) + label::after {
    background-color: transparent;
    border: 1px solid #465b7a;
    height: 15px;
    top: 0;
    width: 15px;
    z-index: 0; }
  .product_filter_ul .filled-in[type="checkbox"]:checked + label::before {
    border-color: transparent #ff001f #ff001f transparent;
    border-style: solid;
    border-width: 1px;
    height: 13px;
    left: -2px;
    top: -3px;
    -webkit-transform: rotateZ(37deg);
    -ms-transform: rotate(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100% 0;
    -ms-transform-origin: 100% 100% 0;
    transform-origin: 100% 100% 0;
    width: 8px; }
  .product_filter_ul [type="checkbox"] + label {
    -moz-user-select: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    height: 14px;
    line-height: 14px;
    padding-left: 35px;
    position: relative; }
  .product_filter_ul .filled-in[type="checkbox"]:checked + label::after {
    background-color: transparent;
    border: 1px solid #465b7a;
    height: 14px;
    top: 0;
    width: 14px;
    z-index: 0; }

.color_filter_ul {
  list-style: none;
  padding: 0 0 20px; }

.product_filter_li {
  color: #455a64;
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 31px; }
  .product_filter_li a {
    color: #455a64; }

.color_filter_li {
  width: 31px;
  height: 7px;
  float: left;
  cursor: pointer; }
  .color_filter_li:hover {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5); }

.row_title_cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%; }

.product_list_content {
  padding-left: 40px;
  padding-top: 25px;
  width: 100%;
  padding-bottom: 50px; }
  .product_list_content a {
    color: #FFF; }

.h_category {
  color: #465b7a;
  font-family: "Proxima Nova";
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 58px;
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  vertical-align: middle; }
  .h_category:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    content: "";
    width: 43px;
    height: 2px;
    background-color: #465b7a;
    margin: auto; }

.filter_btn {
  height: 34px;
  border-radius: 5px;
  border: 1px solid #465b7a;
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
  margin-bottom: 5px; }

.grid_btn {
  background: url(../img/grid.png) no-repeat center;
  width: 43px; }

.list_menu_btn {
  background: url(../img/list-menu.png) no-repeat center;
  width: 43px; }

.sort_by_btn {
  padding: 0 17px;
  min-width: 140px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px; }
  .sort_by_btn .select {
    border-radius: 5px;
    border: 1px solid #465b7a;
    width: 140px;
    overflow: hidden;
    position: relative; }
    .sort_by_btn .select select {
      width: 166px;
      background: transparent url(../img/down_blue.png) no-repeat right 45px center;
      color: #ff1028;
      border: 0;
      text-align: left;
      height: 34px;
      line-height: 34px;
      padding: 0 0px 0 25px;
      cursor: pointer;
      color: #465b7a;
      font-family: "Proxima Nova";
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase; }
      .sort_by_btn .select select option {
        line-height: 38px;
        display: block;
        padding: 8px 0; }

.pagination {
  line-height: 31px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400; }
  .pagination .prev,
  .pagination .next {
    color: #f90c22;
    cursor: pointer;
    padding: 0 14px; }
  .pagination .a_pagination {
    color: #455a64;
    border-radius: 2px;
    border: 1px solid transparent;
    padding: 0 12px;
    display: inline-block;
    margin: 0 -1px; }
    .pagination .a_pagination:hover, .pagination .a_pagination.active {
      border: 1px solid #f90c22;
      text-decoration: none;
      color: #f90c22; }

.my_filters {
  padding-top: 25px; }
  .my_filters .single_filter {
    min-width: 139px;
    border-radius: 5px;
    background: #000c1c;
    color: #455a64;
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
    padding: 10px 30px 10px 22px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative; }
    .my_filters .single_filter .f_close {
      position: absolute;
      top: 0;
      right: 0px;
      bottom: 0;
      content: "";
      width: 25px;
      height: 25px;
      background: url(../img/x.png) no-repeat right 10px center;
      margin: auto;
      cursor: pointer; }

.btn_clear_all {
  display: inline-block;
  color: #f90c22;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  border-radius: 2px;
  border: 1px solid #f90c22;
  padding: 10px 22px;
  line-height: 14px;
  cursor: pointer; }

.content_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 66px; }

.grid_box {
  width: calc(25% - 12px);
  max-width: 262px;
  min-width: 250px;
  text-align: center;
  margin-right: 24px;
  margin-bottom: 41px; }
  .grid_box .related_box_top {
    margin-bottom: -60px;
    z-index: 99;
    position: relative;
    height: 214px; }
    .grid_box .related_box_top img {
      max-height: 100%;
      max-width: 100%;
      width: auto;
      height: auto; }
  .grid_box .related_box_bot {
    padding: 90px 15px 48px;
    position: relative;
    border-top: 1px solid #111;
    border-bottom: 1px solid #111;
    height: calc(100% - 165px); }
    .grid_box .related_box_bot .grid_box_titile {
      color: #fff;
      font-family: "Proxima Nova";
      font-size: 18px;
      font-weight: 700;
      text-transform: uppercase; }
    .grid_box .related_box_bot .mini_logo {
      position: absolute;
      bottom: -8px;
      left: 0;
      right: 0;
      margin: auto; }
    .grid_box .related_box_bot .related_feature {
      position: absolute;
      bottom: 0;
      right: 0;
      padding: 13px 16px 6px;
      color: #ffffff;
      font-family: "Proxima Nova";
      font-size: 16px;
      font-weight: 700;
      text-transform: uppercase;
      z-index: 99;
      background: url(../img/promo-tag.png) no-repeat right center;
      width: 100%;
      height: 45px; }
      .grid_box .related_box_bot .related_feature:after {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 43px 50px;
        border-color: transparent transparent transparent transparent;
        position: absolute;
        bottom: 0;
        right: 0;
        content: "";
        z-index: -1; }
    .grid_box .related_box_bot .pre_order {
      position: absolute;
      bottom: 0;
      right: 0;
      padding: 15px 10px 6px;
      color: #ffffff;
      font-family: "Proxima Nova";
      font-size: 16px;
      font-weight: 700;
      text-transform: uppercase;
      z-index: 99;
      background: url(../img/preorder-tag.png) no-repeat right center;
      width: 100%;
      height: 45px; }
      .grid_box .related_box_bot .pre_order:after {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 43px 50px;
        border-color: transparent transparent transparent transparent;
        position: absolute;
        bottom: 0;
        right: 0;
        content: "";
        z-index: -1; }
    .grid_box .related_box_bot .new {
      position: absolute;
      bottom: 0;
      right: 0;
      padding: 15px 10px 6px;
      color: #ffffff;
      font-family: "Proxima Nova";
      font-size: 16px;
      font-weight: 700;
      text-transform: uppercase;
      z-index: 99;
      background: url(../img/new-tag.png) no-repeat right center;
      width: 100%;
      height: 45px; }
      .grid_box .related_box_bot .new:after {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 43px 50px;
        border-color: transparent transparent transparent transparent;
        position: absolute;
        bottom: 0;
        right: 0;
        content: "";
        z-index: -1; }

.row_pagination_all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%; }

.home_page {
  padding-top: 24px; }

.thank_page_all {
  padding: 60px 0 90px;
  text-align: center;
  width: 100%; }

.thank_page {
  max-width: 886px;
  background-color: #000c1c;
  margin: auto;
  padding: 90px 100px 50px; }
  @media (max-width: 550px) {
    .thank_page {
      padding: 25px !important; } }
  .thank_page p {
    color: #465b7a;
    font-family: "Proxima Nova";
    font-size: 14px;
    font-weight: 400;
    line-height: 38px; }

.thank_white {
  color: #ffffff;
  font-family: "Proxima Nova";
  font-size: 30px;
  font-weight: 700;
  line-height: 36px; }

.thank_red {
  color: #e70f00;
  font-family: "Proxima Nova";
  font-size: 22px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase; }

.thank_go {
  line-height: 50px;
  background-color: #e70f00;
  display: inline-block;
  color: #ffffff;
  font-family: "Proxima Nova";
  font-size: 18px;
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
  padding: 0 16px; }
  .thank_go:hover {
    color: #fff;
    text-decoration: none; }

.thank_bottom {
  padding-top: 65px; }

.thank_a_red {
  color: #e70f00;
  font-family: "Proxima Nova";
  font-size: 18px;
  font-weight: 700;
  line-height: 38px;
  text-transform: uppercase;
  display: inline-block;
  padding-right: 16px;
  background: url(../img/go.png) no-repeat right center;
  margin-right: 20px;
  margin-left: 20px; }
  .thank_a_red:hover {
    color: #e70f00; }

.thank_payment .thank_go {
  margin-bottom: 60px; }

.thank_page .white_txt {
  color: #fff;
  margin-bottom: 5px; }

.thank_page ul {
  padding: 0;
  list-style: none; }
  .thank_page ul li {
    padding-left: 20px;
    background: url(../img/thank_li.png) no-repeat left top 12px;
    color: #465b7a;
    font-size: 14px;
    margin-bottom: 14px; }
    .thank_page ul li a {
      color: #32a1ff; }
    .thank_page ul li .red_a {
      color: #e70f00; }

.thank_red_2 {
  color: #ff1028;
  font-family: "Proxima Nova";
  font-size: 30px;
  font-weight: 700;
  line-height: 52px;
  text-transform: uppercase; }

.thank_white_2 {
  color: white;
  font-family: Lato;
  font-size: 14px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase; }

body.kasa #slide-out.side-nav.fixed {
  display: none; }

@media (min-width: 768px) {
  body.kasa .left-mobile {
    display: inline-block !important; }
  body.kasa .navbar.fixed-top ul.nav-item {
    width: calc(100% - 200px); } }

.cash_all {
  margin-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  padding: 40px 38px;
  color: #465b7a;
  font-family: "Proxima Nova";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; }
  .cash_all .cash_col {
    margin-top: 35px;
    /* width: calc(33.3% - 28px); */ }
    .cash_all .cash_col input[type="radio"]:not(old) + label > span {
      margin-right: 15px; }
    .cash_all .cash_col .bg_cash {
      background-color: #000c1c; }
    .cash_all .cash_col .cash_col_top {
      padding: 35px 35px 20px; }
    .cash_all .cash_col .cash_col_cont {
      padding: 35px; }
    .cash_all .cash_col .cash_p {
      padding-left: 18px; }
  .cash_all .order_item .order_name .order_title {
    text-transform: none; }

.cash_col_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 1800px) {
    .cash_col_1 {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: none;
      -ms-flex-pack: none;
      justify-content: none; } }
  .cash_col_1 .cash_col_1_left {
    width: 150px; }
    @media (max-width: 1800px) {
      .cash_col_1 .cash_col_1_left {
        width: 100%;
        margin-bottom: 25px; } }
  .cash_col_1 .cash_col_1_right {
    width: calc(100% - 150px); }
    @media (max-width: 1800px) {
      .cash_col_1 .cash_col_1_right {
        width: 100%; } }

.cash_border {
  border-bottom: solid 1px #101c2d; }

.cash_title {
  color: white;
  font-family: "Proxima Nova";
  font-size: 30px;
  font-weight: 700;
  line-height: 52px;
  text-transform: uppercase; }

.label_radio {
  padding-left: 7px; }

.cash_input {
  margin-bottom: 7px;
  position: relative;
  clear: both; }
  .cash_input input {
    line-height: 45px;
    border: 1px solid #465b7a;
    padding: 0 14px;
    width: 100%;
    background: #000c1c;
    color: #465b7a;
    font-family: "Proxima Nova";
    font-size: 14px;
    font-weight: 400;
    line-height: 38px; }
  .cash_input.input_city {
    margin-top: 0;
    margin-bottom: 0; }

.cash_a_red {
  color: #e70f00;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-weight: 700;
  line-height: 45px;
  text-transform: uppercase;
  display: inline-block;
  padding-right: 16px;
  background: url(../img/go.png) no-repeat right center; }
  .cash_a_red:hover {
    color: #e70f00; }
  @media (max-width: 1300px) {
    .cash_a_red {
      width: 180px;
      display: inline-block;
      margin: 10px auto 0 auto; } }

.cash_btn_red {
  background-color: #e70f00;
  color: #ffffff;
  display: inline-block;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-weight: 700;
  line-height: 45px;
  padding: 0 24px;
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 0; }
  @media (max-width: 1300px) {
    .cash_btn_red {
      width: 180px;
      display: inline-block;
      margin: 10px auto 0 auto; } }

.cash_col_1_bot {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 1300px) {
    .cash_col_1_bot {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
      justify-content: inherit;
      text-align: center; } }

.radio_red {
  display: block;
  line-height: 15px;
  margin-bottom: 15px; }
  .radio_red input[type="radio"]:not(old) + label {
    line-height: 23px; }
    .radio_red input[type="radio"]:not(old) + label > span {
      margin-bottom: 6px; }

.cash_p {
  color: #465b7a;
  font-family: "Proxima Nova";
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 3px; }

.shipping_method {
  padding-top: 40px; }

.chash_subtitle {
  color: white;
  font-family: "Proxima Nova";
  font-size: 22px;
  font-weight: 700;
  line-height: 52px;
  text-transform: uppercase; }

.order_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 0;
  position: relative; }
  @media (min-width: 1200px) and (max-width: 1600px) {
    .order_item {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
      justify-content: inherit; } }
  @media (max-width: 550px) {
    .order_item {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
      justify-content: inherit; } }
  .order_item .item_cancel {
    position: absolute;
    top: 25px;
    right: 0;
    background: url(../img/cancel.png);
    width: 11px;
    height: 11px; }
  .order_item .order_img {
    width: calc(23% - 14px);
    text-align: center; }
    .order_item .order_img img {
      max-width: 90px;
      width: 100%; }
    @media (min-width: 1200px) and (max-width: 1600px) {
      .order_item .order_img {
        width: 70px; } }
    @media (max-width: 1199px) {
      .order_item .order_img {
        width: calc(18% - 14px); } }
    @media (max-width: 550px) {
      .order_item .order_img {
        width: 50px;
        display: inline-block;
        vertical-align: middle; } }
  .order_item .order_name {
    width: calc(33% - 14px); }
    @media (min-width: 1200px) and (max-width: 1600px) {
      .order_item .order_name {
        width: calc(100% - 90px);
        margin-left: 20px; } }
    @media (max-width: 1199px) {
      .order_item .order_name {
        width: calc(100% - 18% - 194px); } }
    @media (max-width: 550px) {
      .order_item .order_name {
        width: calc(100% - 74px);
        margin-left: 20px;
        display: inline-block;
        vertical-align: middle; } }
    .order_item .order_name .order_title {
      color: white;
      font-family: "Proxima Nova";
      font-size: 15px;
      font-weight: 700;
      line-height: 20px; }
    .order_item .order_name .order_nr {
      color: #465b7a;
      font-family: "Proxima Nova";
      font-size: 11px;
      font-weight: 500;
      line-height: 14px; }
  .order_item .order_quant {
    width: calc(23% - 14px); }
    @media (min-width: 1200px) and (max-width: 1600px) {
      .order_item .order_quant {
        margin-top: 20px; } }
    @media (max-width: 1600px) {
      .order_item .order_quant {
        width: 90px; } }
    @media (max-width: 550px) {
      .order_item .order_quant {
        margin-top: 20px;
        display: inline-block;
        vertical-align: middle; } }
    .order_item .order_quant input {
      width: 116px;
      background: transparent;
      color: #465b7a;
      border: 0;
      text-align: left;
      line-height: 45px;
      padding: 0 0px 0 25px; }
    .order_item .order_quant .numeric {
      border-radius: 0px;
      border: 1px solid #465b7a;
      width: 86px;
      overflow: hidden;
      position: relative; }
      .order_item .order_quant .numeric .numeric_plus {
        background: url(../img/plus_order.png) no-repeat center center;
        width: 26px;
        height: 23px;
        position: absolute;
        right: 0px;
        top: 0px;
        cursor: pointer;
        border-left: 1px solid #465b7a;
        border-bottom: 1px solid #465b7a; }
      .order_item .order_quant .numeric .numeric_minus {
        background: url(../img/minus-order.png) no-repeat center center;
        width: 26px;
        height: 22px;
        position: absolute;
        right: 0px;
        bottom: 0px;
        cursor: pointer;
        border-left: 1px solid #465b7a; }
  .order_item .order_price {
    width: calc(21% - 14px);
    text-align: right; }
    @media (min-width: 1200px) and (max-width: 1600px) {
      .order_item .order_price {
        margin-left: calc(100% - 180px);
        margin-top: 20px; } }
    @media (max-width: 1600px) {
      .order_item .order_price {
        width: 90px; } }
    @media (max-width: 550px) {
      .order_item .order_price {
        width: calc(100% - 114px);
        margin-left: 20px;
        margin-top: 20px;
        display: inline-block;
        vertical-align: middle; } }
  .order_item .item_ammount {
    color: white;
    font-family: "Proxima Nova";
    font-weight: 700;
    line-height: 20px;
    font-size: 22px; }
    .order_item .item_ammount .currency {
      font-size: 15px; }
  .order_item .item_single_price {
    color: #465b7a;
    font-family: "Proxima Nova";
    font-size: 10px;
    font-weight: 500;
    line-height: 10px; }

.order_summary {
  margin-right: 0;
  padding: 28px 0; }

.td_name {
  color: #465b7a;
  font-family: "Proxima Nova";
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  padding-right: 25px; }

.td_value {
  padding-left: 25px;
  color: white;
  font-family: "Proxima Nova";
  font-size: 22px;
  font-weight: 700;
  line-height: 38px; }

.cash_discount {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.cash_input_3 {
  max-width: 225px;
  width: 100%;
  margin-bottom: 0; }
  .cash_input_3 input {
    line-height: 43px; }

.cash_btn_red_3 {
  background-color: #e70f00;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 0;
  padding: 0 24px;
  text-transform: uppercase;
  border: 0; }

.cash_btn_red_4 {
  background-color: #e70f00;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 0;
  text-transform: uppercase;
  border: 0;
  padding: 0 15px; }

.cash_to_pay {
  padding: 20px 0; }
  .cash_to_pay p {
    margin-bottom: 0;
    color: #465b7a;
    font-family: "Proxima Nova";
    font-size: 14px;
    font-weight: 400;
    line-height: 38px; }
    .cash_to_pay p span {
      color: white;
      font-size: 30px;
      font-weight: 700;
      display: inline-block;
      padding-left: 5px;
      vertical-align: middle; }

.cash_end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0; }
  @media (max-width: 550px) {
    .cash_end {
      -webkit-box-pack: none;
      -ms-flex-pack: none;
      justify-content: none;
      display: block; } }
  .cash_end .cash_end_left {
    width: calc(100% - 200px);
    max-width: 230px;
    color: #465b7a;
    font-family: "Proxima Nova";
    font-weight: 500; }
    .cash_end .cash_end_left label {
      font-size: 14px;
      line-height: 20px; }
    @media (max-width: 550px) {
      .cash_end .cash_end_left {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px; } }

.cash_end_right {
  width: 160px; }
  @media (max-width: 550px) {
    .cash_end_right {
      margin: 0 auto; } }

.product_list_content .content_grid {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media (max-width: 1599px) {
  .cash_all {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  /* .cash_all .cash_col {
        width: calc(50% - 24px);
        min-width: 480px;
        margin-bottom: 20px;
    } */ }

@media (max-width: 1279px) {
  .row_title_cat {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .cart_page {
    padding: 60px 50px; } }

@media (max-width: 1023px) {
  .cash_all .cash_col {
    width: calc(100% - 24px);
    min-width: 300px;
    margin-bottom: 20px; }
  .cart_total {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .cart_total .cart_total_left {
    width: 100%; }
  .cart_total .cart_total_right {
    width: 100%;
    margin-top: 20px; } }

@media (max-width: 767px) {
  .register_content {
    padding-left: 50px;
    padding-right: 50px; }
  .row_title_cat_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 20px;
    width: 100%; }
    .row_title_cat_right .pagination {
      margin: 0 auto; }
  .row_title_cat_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .product_list {
    padding-left: 15px;
    padding-right: 15px; }
  .text-mobile-center {
    text-align: center !important; }
  body {
    min-width: 320px; } }

@media (max-width: 639px) {
  .thank_page {
    padding: 90px 50px 50px; }
  .thank_red_2 {
    font-size: 22px;
    line-height: 28px; }
  .thank_white_2 {
    line-height: 26px; }
  .thank_white {
    font-size: 24px; }
  .thank_page p {
    line-height: 24px; }
  .thank_a_red {
    font-size: 14px; }
  .register_content {
    padding-left: 25px;
    padding-right: 25px; }
  .product_list_all {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .product_list_content {
    padding-left: 0; }
  .code_all {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .code_all .code_input {
    width: 100%;
    margin-bottom: 20px; }
  .cart_total .total_left_top {
    padding-left: 0px;
    text-align: center; }
  .cart_page {
    padding: 60px 20px; }
  .btn_min_black {
    font-size: 12px; }
  .dane_btns .input_black {
    font-size: 12px;
    padding: 0 15px 0 0; }
  .dane_btns .input_red {
    font-size: 12px; }
  .dane_btns .input_black span {
    background: transparent url("../img/back.png") no-repeat scroll left 16px center;
    padding-left: 38px; }
  .cash_all {
    padding: 40px 10px; }
  .cash_all .cash_col .cash_col_cont {
    padding: 15px; }
  .cash_all .cash_col {
    width: 100%; }
  .cash_col_1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .cash_col_1 .cash_col_1_left {
    width: 100%; } }

/*404 Page */
.page-404 {
  width: 100%;
  height: 25.94vw;
  background-color: #000c1c;
  padding: 3.07vw; }

.h1-404 {
  color: #e70f00;
  font-family: "Proxima Nova";
  font-size: 10.42vw;
  font-weight: 700;
  line-height: 2.71vw;
  text-transform: uppercase;
  padding-top: 5.21vw; }

.lead-404 {
  color: #ffffff;
  font-family: Lato;
  font-size: 0.73vw;
  font-weight: 700;
  line-height: 1.88vw;
  text-transform: uppercase;
  padding-top: 2.6vw;
  margin-bottom: 3.07vw; }

.link-404 {
  background-color: #e70f00;
  padding: 0.83vw;
  color: #ffffff;
  font-family: "Proxima Nova";
  font-size: 0.94vw;
  font-weight: 700;
  line-height: 1.98vw;
  text-transform: uppercase; }
  .link-404:focus, .link-404:hover {
    color: #ffffff;
    text-decoration: none; }

@media (max-width: 1023px) {
  .page-404 {
    height: calc(25.94vw*3);
    padding: calc(3.07vw*3); }
  .h1-404 {
    font-size: calc(10.42vw*2);
    line-height: calc(2.71vw*2);
    padding-top: calc(5.21vw*2); }
  .link-404 {
    padding: calc(0.83vw*4);
    font-size: calc(0.94vw*4);
    line-height: calc(1.98vw*4);
    font-size: 18px; }
  .lead-404 {
    font-size: calc(0.73vw*2);
    line-height: calc(1.88vw*2);
    padding-top: calc(2.6vw*2);
    margin-bottom: calc(3.07vw*2);
    font-size: 14px;
    line-height: 18px; } }

@media (max-width: 450px) {
  .link-404 {
    font-size: calc(0.94vw * 4); }
  .page-404 {
    height: calc(30vw * 3); } }

/*Rules Page*/
.rule {
  width: 100%;
  background-color: #000c1c;
  padding: 100px 61px 100px 61px; }
  .rule h2 {
    color: #ff1028;
    font-family: "Proxima Nova";
    font-size: 30px;
    font-weight: 700;
    line-height: 52px;
    text-transform: uppercase; }
  .rule h4 {
    color: #ffffff;
    font-family: Lato;
    font-size: 14px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    margin-top: 63px;
    margin-bottom: 28px; }
  .rule ul {
    color: #465b7a;
    font-family: "Proxima Nova";
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    list-style: none;
    margin: 0;
    padding: 0; }
    .rule ul li {
      text-indent: -1.4em;
      margin-bottom: 29px; }
      .rule ul li:before {
        content: "•";
        color: #e70f00;
        margin-right: 1em; }
  .rule p {
    color: #465b7a;
    font-family: "Proxima Nova";
    font-size: 14px;
    font-weight: 400;
    line-height: 22px; }
    .rule p b {
      font-weight: bold; }

.priv ul li {
  text-indent: -1em; }
  .priv ul li b {
    color: #e70f00; }
  .priv ul li:before {
    content: ""; }
  .priv ul li ul li {
    text-indent: 1em;
    margin-bottom: 29px; }
    .priv ul li ul li:before {
      content: ""; }

.accordionItemContent ul {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #808080; }
  .accordionItemContent ul li {
    padding-left: 15px; }
  .accordionItemContent ul li::before {
    content: '';
    width: 5px;
    height: 5px;
    overflow: hidden;
    background-color: #e70f00;
    margin-right: 15px;
    display: inline-block;
    vertical-align: top;
    margin-top: 0.65rem;
    border-radius: 50%; }

.accordionItemContent ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .accordionItemContent ul li {
    border-bottom: 1px solid #081d38;
    padding-left: 180px;
    color: #f90c22;
    font-family: Titillium;
    font-size: 14px;
    font-weight: 300;
    line-height: 37px; }
    .accordionItemContent ul li::before {
      content: none; }
    @media (max-width: 768px) {
      .accordionItemContent ul li {
        padding-left: 0; } }

.lost_pass .lead {
  color: #ffffff;
  font-family: Lato;
  font-size: 14px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase; }

.lost_pass input[type="text"] {
  width: 16.81vw; }

.lost_pass .require_input:after {
  right: 16vw; }

.lost_pass button {
  background-color: #e70f00;
  padding: 0.3vw 15px;
  color: #ffffff;
  font-family: "Proxima Nova";
  font-size: 0.94vw;
  font-weight: 700;
  line-height: 1.98vw;
  text-transform: uppercase;
  outline: none;
  border: 0; }

.lost_pass.new_pass .form_input_center .form_input {
  margin-top: 0;
  margin-bottom: 15px; }

.lost_pass.new_pass .form_input_center:first-child .form_input {
  margin-top: 15px; }

.lost_pass.new_pass .form_input_center:last-of-type .form_input {
  margin-bottom: 32px !important; }

@media (max-width: 1023px) {
  .lost_pass input[type="text"] {
    width: calc(16.81vw*4); }
  .lost_pass .require_input:after {
    right: calc(16vw*4); }
  .lost_pass button {
    background-color: #e70f00;
    padding: calc(0.3vw*4);
    color: #ffffff;
    font-family: "Proxima Nova";
    font-size: calc(0.94vw*4);
    font-weight: 700;
    line-height: calc(1.98vw*4);
    text-transform: uppercase;
    outline: none;
    border: 0; } }

.carousel img {
  margin: 0 auto; }

.carousel-control-prev-icon {
  background-image: url(../img/arrow-l.png); }

.carousel-control-next-icon {
  background-image: url(../img/arrow-r.png); }

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 47px;
  height: 47px; }

.carousel .title {
  font-family: "Proxima Nova";
  color: #ff1028;
  font-family: "Proxima Nova";
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase; }

.carousel .lead {
  color: #eceff1;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-weight: 700; }

.carousel .carousel-button {
  width: 151px;
  height: 46px;
  background-color: #ff1028;
  -webkit-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: -2.5%;
  margin-left: 16%; }
  .carousel .carousel-button a {
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
    color: #ffffff;
    font-family: "Proxima Nova";
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase; }

.carousel .carousel-caption {
  right: 0;
  left: 4.5%;
  text-align: left; }

.carousel .carousel-indicators {
  right: -4.5%;
  bottom: 55px;
  left: unset; }
  .carousel .carousel-indicators .active {
    background-color: #ff1028; }
  .carousel .carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background-color: transparent;
    border: 1px solid #ff1028; }

.carousel.changelog {
  width: 100%; }

.carousel .arrow-r {
  margin-left: 16px; }

.carousel .arrow-l {
  margin-right: 16px; }

.carousel.changelog .carousel-inner {
  height: 21.67vw; }

@media (max-width: 1023px) {
  .carousel.changelog .carousel-inner {
    height: calc(21.67vw*2); } }

.order-number {
  color: #eceff1;
  font-family: "Proxima Nova";
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 40px; }

.amount {
  background: url("../img/bg-amount.png") no-repeat;
  height: 4.79vw;
  margin-top: 40px; }
  .amount .amount-box {
    padding: 30px 60px 30px 60px; }
  .amount .text {
    display: inline-block;
    color: #ff1028;
    font-family: "Proxima Nova";
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding-right: 20px;
    margin-bottom: 0; }

.my-order-back .input_black {
  line-height: 46px;
  background-color: transparent;
  color: #ff1028;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #ff1028;
  height: 46px;
  display: inline-block;
  -webkit-transform: skewX(-21deg);
  -ms-transform: skewX(-21deg);
  transform: skewX(-21deg);
  margin-right: 6px;
  padding: 0 59px 0 0;
  text-decoration: none;
  margin-top: 60px; }
  .my-order-back .input_black span {
    -webkit-transform: skewX(21deg);
    -ms-transform: skewX(21deg);
    transform: skewX(21deg);
    background: url(../img/back.png) no-repeat left 30px center;
    width: 100%;
    display: inline-block;
    padding-left: 59px; }

.newsletter {
  height: 5.21vw;
  background-color: #0a1b35; }
  .newsletter p {
    color: #445979;
    font-family: 'Titillium Web';
    font-size: 0.83vw;
    font-weight: 400;
    line-height: 1.15vw;
    font-weight: 400;
    margin: 1.61vw 6.98vw 1.61vw; }
    .newsletter p .bold {
      color: #ff1028;
      font-weight: 700; }
  .newsletter .form_input {
    display: inline-block;
    width: 18.65vw; }
    .newsletter .form_input input {
      color: #465b7a;
      font-family: 'Titillium Web', sans-serif;
      background: transparent;
      width: 100%;
      padding: 0 .99vw;
      opacity: 0.5;
      height: 1.98vw;
      font-size: 0.83vw; }
      .newsletter .form_input input::-webkit-input-placeholder {
        color: #465b7a; }
      .newsletter .form_input input:-ms-input-placeholder {
        color: #465b7a; }
      .newsletter .form_input input::-ms-input-placeholder {
        color: #465b7a; }
      .newsletter .form_input input::placeholder {
        color: #465b7a; }
  .newsletter input[type="submit"] {
    width: 7.29vw;
    height: 1.98vw;
    background-color: #ff1028;
    color: #ffffff;
    font-family: "Proxima Nova";
    font-size: 0.94vw;
    font-weight: 700;
    line-height: 1.98vw;
    text-transform: uppercase;
    border: 0;
    margin-left: 1.61vw; }

@media (max-width: 1023px) {
  .newsletter {
    height: calc(5.21vw*19);
    background-color: #0a1b35;
    text-align: center; }
    .newsletter p {
      color: #445979;
      font-family: 'Titillium Web';
      font-size: calc(0.83vw*4);
      font-weight: 400;
      line-height: calc(1.15vw*4);
      font-weight: 400;
      margin-top: 6.44vw; }
      .newsletter p .bold {
        color: #ff1028;
        font-weight: 700; }
    .newsletter .form_input {
      display: inline-block;
      width: calc(18.65vw*4); }
      .newsletter .form_input input {
        color: #465b7a;
        font-family: 'Titillium Web', sans-serif;
        background: transparent;
        width: 100%;
        padding: 0 calc(.99vw*4);
        opacity: 0.5;
        height: calc(1.98vw*4);
        font-size: calc(0.83vw*4); }
        .newsletter .form_input input::-webkit-input-placeholder {
          color: #465b7a; }
        .newsletter .form_input input:-ms-input-placeholder {
          color: #465b7a; }
        .newsletter .form_input input::-ms-input-placeholder {
          color: #465b7a; }
        .newsletter .form_input input::placeholder {
          color: #465b7a; }
    .newsletter input[type="submit"] {
      width: calc(7.29vw*4);
      height: calc(1.98vw*4);
      background-color: #ff1028;
      color: #ffffff;
      font-family: "Proxima Nova";
      font-size: calc(0.94vw*4);
      font-weight: 700;
      line-height: calc(1.98vw*4);
      text-transform: uppercase;
      border: 0;
      margin-left: 0; } }

.contact-details {
  background: url("../img/bg-cd.png") no-repeat; }
  .contact-details h2 {
    color: #ffffff !important;
    font-family: "Lato";
    font-size: 14px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    padding: 32px 32px 0 32px; }
  .contact-details p {
    color: #465b7a;
    font-family: "Lato";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 0 32px 32px 32px; }

.mt-line {
  padding-top: 125px; }

.tooltip_product {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; }

.tooltip_product .tooltip_text {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  /* Position the tooltip */
  position: absolute;
  z-index: 1; }

.tooltip_product:hover .tooltip_text {
  visibility: visible; }

.contact_page_details h2 {
  color: #ffffff;
  font-family: "Proxima Nova";
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase; }

.contact_page_details p {
  color: #465b7a;
  font-family: "Lato";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding-left: 59px; }

.mt-23 {
  margin-top: 23px; }

#cookie {
  background: #0a1e28 none repeat scroll 0 0;
  color: #fff;
  font-size: 15px;
  padding: 25px 0;
  position: fixed;
  text-align: center;
  bottom: 0;
  width: 100%;
  z-index: 99999999999; }

#cookie .close {
  cursor: pointer;
  position: relative;
  z-index: 5; }

.hide {
  display: none; }

/* Scroll Style */
#slide-out {
  scrollbar-base-color: #091421;
  scrollbar-face-color: #091421;
  scrollbar-3dlight-color: #091421;
  scrollbar-highlight-color: #091421;
  scrollbar-track-color: #000c1c;
  scrollbar-arrow-color: #091421;
  scrollbar-shadow-color: #091421;
  scrollbar-dark-shadow-color: #091421; }
  #slide-out::-webkit-scrollbar {
    width: 12px;
    height: 12px; }
  #slide-out::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1); }
  #slide-out::-webkit-scrollbar-thumb {
    background: rgba(48, 58, 68, 0.2); }

/* Wyniki Wyszukiwania - BRAK */
.find h2 {
  margin-bottom: 0;
  color: #ff1028;
  font-family: "Proxima Nova";
  font-size: 30px;
  font-weight: 700;
  line-height: 52px;
  text-transform: uppercase; }
  .find h2 span {
    color: #465b7a; }

.find h4 {
  margin-top: 13px;
  color: #ffffff;
  font-family: "Lato";
  font-size: 14px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase; }

/* Wyniki Wyszukiwania - LISTA */
.search_list .product_list_content {
  padding-left: 0;
  padding-top: 0; }

.search_list h2 {
  margin-top: 48px;
  margin-left: 80px;
  color: #ff1028;
  font-family: "Proxima Nova";
  font-size: 30px;
  font-weight: 700;
  line-height: 52px;
  text-transform: uppercase; }
  .search_list h2 span {
    color: #465b7a; }

.search_list .product_list_all {
  padding-top: 65px; }

@media (max-width: 1024px) {
  .search_list h2 {
    margin-top: 0;
    margin-left: 0; } }

@media (min-width: 960px) {
  .mobile-menu {
    display: none !important; } }

table.tab_style_1,
table.tab_style_2 {
  width: 100%;
  color: #465b7a;
  text-align: center;
  margin: 15px 0 25px 0; }
  table.tab_style_1 td,
  table.tab_style_2 td {
    padding: 10px; }

table.tab_style_1 td:first-child {
  width: 65%; }

table.tab_style_2 td:first-child {
  width: 40%; }

#messages_product_view {
  margin-top: 10px; }
  #messages_product_view ul li {
    background: #35000B;
    color: #DA0000; }

@media (max-width: 1300px) {
  .my_accout_col {
    padding-left: 0; } }

.header_top_bg {
  margin: 0 -15px 0;
  width: calc(100% + 30px);
  height: 200px;
  background: no-repeat center right / cover; }
  @media (max-width: 767px) {
    .header_top_bg {
      background-position: center right -180px; } }
  .header_top_bg.bg-center {
    background-position: center; }

@media (max-width: 991px) {
  main.moje_konto_ksiazka_adr .my_accout_page .row.mt-line {
    padding-top: 15px; } }

main.moje_konto_ksiazka_adr .my_accout_page .row.mt-line .contact-details {
  background: url(../img/repeat-vertical.png);
  border: 1px solid rgba(44, 58, 65, 0.5); }
  @media (max-width: 1300px) {
    main.moje_konto_ksiazka_adr .my_accout_page .row.mt-line .contact-details {
      /* margin: 0 0 15px 0 !important;
                    width: 100% !important;*/ } }
  @media (min-width: 768px) and (max-width: 991px) {
    main.moje_konto_ksiazka_adr .my_accout_page .row.mt-line .contact-details {
      margin: 0 15px 15px 15px !important;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 23px);
      flex: 0 0 calc(50% - 23px);
      max-width: calc(50% - 23px); }
      main.moje_konto_ksiazka_adr .my_accout_page .row.mt-line .contact-details:nth-child(2n+1) {
        margin-right: 0 !important; } }
  @media (max-width: 767px) {
    main.moje_konto_ksiazka_adr .my_accout_page .row.mt-line .contact-details {
      margin: 0 15px 15px 15px !important;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 30px);
      flex: 0 0 calc(100% - 30px);
      max-width: calc(100% - 30px); } }

@media (min-width: 992px) and (max-width: 1500px) {
  main.moje_konto_ksiazka_adr .my_accout_page .form_dane > .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%; } }

main.moje_konto_ksiazka_adr.nowy_adr .form_dane {
  padding-top: 0; }
  @media (min-width: 992px) and (max-width: 1500px) {
    main.moje_konto_ksiazka_adr.nowy_adr .form_dane > .col-lg-5 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
      flex: 0 0 70%;
      max-width: 70%; } }

@media (max-width: 991px) {
  main.moje_konto_dane_konta .form_dane {
    padding-top: 0; } }

main.moje_konto_dane_konta .change_img .change_img_left img {
  max-width: 100%; }

@media (max-width: 420px) {
  main.moje_konto_dane_konta .dane_btns .btn {
    width: 100%;
    margin-right: 0; } }

main.moje_zamowienia .amount {
  background-image: none;
  height: inherit;
  margin-left: 15px; }
  main.moje_zamowienia .amount .amount-box {
    background: url(../img/repeat-vertical.png);
    border: 1px solid rgba(44, 58, 65, 0.5); }

main.moje_zamowienia .product_quantity {
  max-width: 100%; }
  main.moje_zamowienia .product_quantity .numeric {
    max-width: 100%; }

@media (max-width: 500px) {
  main.moje_zamowienia .product_row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    main.moje_zamowienia .product_row .col_item {
      width: 70%;
      margin-bottom: 15px; }
    main.moje_zamowienia .product_row .col_size {
      width: 30%;
      margin-bottom: 15px; }
    main.moje_zamowienia .product_row .col_qty {
      width: 38%; }
    main.moje_zamowienia .product_row .col_subtotal {
      width: 44%; } }

@media (max-width: 500px) {
  main.moje_zamowienia .title_row {
    display: none; } }

main.przyp_haslo .form_input {
  max-width: 100%; }
  main.przyp_haslo .form_input input {
    max-width: 100%; }

@media (max-width: 991px) {
  .accordionWrapper {
    margin: 25px 15px; } }

@media (max-width: 991px) {
  .related_all.mt-6 {
    padding: 0 15px 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media (max-width: 991px) {
  .related_all.mt-6 .related_box {
    width: 31%; } }

@media (max-width: 550px) {
  .related_all.mt-6 .related_box {
    width: 262px;
    margin: 0 auto 25px; } }

@media (max-width: 991px) {
  .container_down {
    padding: 25px 0; } }

@media (max-width: 991px) {
  main.koszyk_1 .dane_btns.flex_end {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media (max-width: 450px) {
  main.koszyk_1 .dane_btns.flex_end .input_black,
  main.koszyk_1 .dane_btns.flex_end .input_red {
    width: 100%;
    text-align: center;
    margin-top: 15px; }
    main.koszyk_1 .dane_btns.flex_end .input_black span,
    main.koszyk_1 .dane_btns.flex_end .input_red span {
      width: 100%; } }

@media (max-width: 550px) {
  .row_title_cat_left {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media (max-width: 550px) {
  .row_title_cat_left .h_category {
    width: 100%; } }

@media (max-width: 550px) {
  .row_title_cat_left .filter_btn.grid_btn {
    margin-left: 0; } }

@media (max-width: 550px) {
  .product_list_all {
    padding-top: 0; } }

.quant_div {
  width: 100%;
  max-width: 100%;
  padding: 13px 10px;
  text-align: center; }

.comtext_red {
  margin-bottom: 10px;
  color: #ff1028;
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
  font-weight: 300; }

@media (min-width: 992px) and (max-width: 1500px) {
  .reg-desc-txt .col-lg-6 {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 15px; }
    .reg-desc-txt .col-lg-6:first-child {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; } }

body.realization-list .table_cart {
  width: 100%;
  display: table;
  padding-top: 30px; }
  body.realization-list .table_cart .title_row.v2 {
    padding: 0;
    border: 0; }
    body.realization-list .table_cart .title_row.v2 > div[class*="col_"] {
      padding: 25px 15px;
      height: auto;
      display: table-cell; }
  body.realization-list .table_cart .product_row.v2 > div[class*="col_"] {
    color: #ffffff;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 700; }
    body.realization-list .table_cart .product_row.v2 > div[class*="col_"]:not(:first-child) {
      text-align: center; }
  body.realization-list .table_cart .product_row.v2,
  body.realization-list .table_cart .product_row.v3 {
    padding: 0;
    border: 0;
    background: url("../img/box_bg.png"); }
    body.realization-list .table_cart .product_row.v2 > div[class*="col_"],
    body.realization-list .table_cart .product_row.v3 > div[class*="col_"] {
      border: 1px solid rgba(44, 58, 65, 0.5);
      padding: 25px 15px;
      height: auto;
      display: table-cell;
      vertical-align: middle; }
  body.realization-list .table_cart .product_row.v3 {
    background: none; }
    body.realization-list .table_cart .product_row.v3 > div[class*="col_"] {
      background: url("../img/box_bg.png");
      border: 1px solid rgba(44, 58, 65, 0.5);
      display: table-cell;
      color: #ffffff;
      font-family: Lato, sans-serif;
      font-size: 14px;
      font-weight: 700;
      vertical-align: middle; }
      body.realization-list .table_cart .product_row.v3 > div[class*="col_"].none-bg {
        padding: 0;
        background: none;
        border: 0; }
      body.realization-list .table_cart .product_row.v3 > div[class*="col_"]:last-child {
        text-align: center; }
      body.realization-list .table_cart .product_row.v3 > div[class*="col_"]:nth-last-child(2) {
        color: #f91027; }
    body.realization-list .table_cart .product_row.v3:last-child > div[class*="col_"] {
      padding: 15px;
      vertical-align: middle; }
    body.realization-list .table_cart .product_row.v3:last-child .col_qty {
      color: #ff1028;
      font-family: "Proxima Nova", sans-serif;
      font-size: 18px;
      font-weight: 700;
      text-transform: uppercase; }
    body.realization-list .table_cart .product_row.v3:last-child .col_subtotal {
      font-family: "Proxima Nova", sans-serif;
      font-size: 24px;
      font-weight: 700; }
  body.realization-list .table_cart .title_row.v2,
  body.realization-list .table_cart .product_row.v2,
  body.realization-list .table_cart .product_row.v3 {
    width: 100%;
    display: table-row; }
    body.realization-list .table_cart .title_row.v2 .col_item,
    body.realization-list .table_cart .product_row.v2 .col_item,
    body.realization-list .table_cart .product_row.v3 .col_item {
      width: calc(100% - 590px); }
    body.realization-list .table_cart .title_row.v2 .col_size,
    body.realization-list .table_cart .product_row.v2 .col_size,
    body.realization-list .table_cart .product_row.v3 .col_size {
      width: 170px; }
    body.realization-list .table_cart .title_row.v2 .col_price,
    body.realization-list .table_cart .title_row.v2 .col_qty,
    body.realization-list .table_cart .title_row.v2 .col_subtotal,
    body.realization-list .table_cart .product_row.v2 .col_price,
    body.realization-list .table_cart .product_row.v2 .col_qty,
    body.realization-list .table_cart .product_row.v2 .col_subtotal,
    body.realization-list .table_cart .product_row.v3 .col_price,
    body.realization-list .table_cart .product_row.v3 .col_qty,
    body.realization-list .table_cart .product_row.v3 .col_subtotal {
      width: 140px; }
    @media (max-width: 1600px) {
      body.realization-list .table_cart .title_row.v2 > div[class*="col_"],
      body.realization-list .table_cart .product_row.v2 > div[class*="col_"],
      body.realization-list .table_cart .product_row.v3 > div[class*="col_"] {
        padding: 15px;
        width: auto; }
        body.realization-list .table_cart .title_row.v2 > div[class*="col_"].col_item,
        body.realization-list .table_cart .product_row.v2 > div[class*="col_"].col_item,
        body.realization-list .table_cart .product_row.v3 > div[class*="col_"].col_item {
          width: 100%; } }

@media (min-width: 992px) and (max-width: 1500px) {
  body.realization-list .my_accout_page > div[class*="-11"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  body.realization-list .my_accout_page > div[class*="-8"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; } }

@media (max-width: 1500px) {
  body.realization-list .my_accout_col {
    padding-left: 0; } }

body.realization-list .mobile-text {
  display: none; }

@media (max-width: 767px) {
  body.realization-list .my_accout_page {
    padding-top: 30px; }
  body.realization-list .table_cart {
    padding-top: 0; }
    body.realization-list .table_cart .title_row.v2 {
      display: none; }
    body.realization-list .table_cart .product_row.v2 > div[class*="col_"] {
      display: block;
      width: 100%;
      text-align: left !important; }
      body.realization-list .table_cart .product_row.v2 > div[class*="col_"]:last-child {
        border-bottom: 4px solid rgba(44, 58, 65, 0.5); }
    body.realization-list .table_cart .product_row.v3 > div[class*="col_"].none-bg,
    body.realization-list .table_cart .product_row.v3 > div[class*="col_"].col_qty {
      display: none; }
    body.realization-list .table_cart .product_row.v3 > .col_subtotal {
      text-align: left !important; }
    body.realization-list .table_cart .mobile-text {
      display: inline-block;
      text-transform: uppercase;
      color: #dd2330; } }

.login {
  padding-top: 3.1rem !important; }

.header {
  padding-left: 0;
  padding-right: 0; }

.breadcrumbs {
  height: 11px;
  line-height: 26px;
  text-transform: uppercase;
  color: #455a64;
  margin-top: 20px;
  padding-right: 172px; }
  .breadcrumbs .main {
    font-family: Titillium;
    font-size: 14px;
    font-weight: 400;
    color: #ff1028; }

.login-h1 {
  color: #f90c22;
  font-family: "Proxima Nova";
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 45px;
  margin-left: 9%; }
  .login-h1:before {
    content: "";
    display: block;
    width: 43px;
    height: 2px;
    left: 0;
    top: 40%;
    position: absolute;
    background-color: #f90c22;
    margin-left: 9%; }

.login-form-header {
  color: #ff1028;
  font-family: "Proxima Nova";
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 8%; }

.login-form {
  margin-left: 8%; }
  .login-form input[type="text"], .login-form input[type="text"]:hover, .login-form input[type="text"]:focus, .login-form input[type="text"]:active {
    background: transparent;
    max-width: 358px;
    height: 38px;
    border-radius: 4px;
    border: 1px solid #ff1028;
    color: #ff1028;
    padding: 19px;
    font-family: Titillium;
    font-size: 16px;
    font-weight: 300;
    outline: none;
    margin-bottom: 32px; }
  .login-form input[type="submit"], .login-form input[type="submit"]:hover, .login-form input[type="submit"]:focus, .login-form input[type="submit"]:active {
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    width: 161px;
    height: 46px;
    color: #fff;
    background-color: #ff1028;
    border: 0;
    text-transform: uppercase;
    color: #ffffff;
    font-family: "Proxima Nova";
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    outline: none; }
  .login-form a {
    color: #ff1028;
    font-family: Titillium;
    font-size: 16px;
    font-weight: 300; }

.next-login {
  background: url("../img/login-bg.png") no-repeat center center/cover; }
  .next-login a {
    color: #ff1028;
    font-family: "Proxima Nova";
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase; }
  .next-login input[type="submit"], .next-login input[type="submit"]:hover, .next-login input[type="submit"]:focus, .next-login input[type="submit"]:active {
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    width: 161px;
    height: 46px;
    color: #fff;
    background-color: #ff1028;
    border: 0;
    text-transform: uppercase;
    color: #ffffff;
    font-family: "Proxima Nova";
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    outline: none; }

/*Register*/
.register-description p {
  color: #ff1028;
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
  font-weight: 300; }
  .register-description p.acc {
    color: #78909c; }

.register-description label {
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #78909c; }

/*Checkboxes*/
/* Remove default checkbox */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
  visibility: hidden; }

[type="checkbox"] {
  /* checkbox aspect */ }

[type="checkbox"] + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 23px;
  line-height: 23px;
  font-size: 1rem;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */ }

[type="checkbox"] + label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  border-radius: 1px;
  margin-top: 2px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s; }

[type="checkbox"]:not(:checked):disabled + label:before {
  border: none;
  background-color: rgba(0, 0, 0, 0.46); }

[type="checkbox"]:checked + label:before {
  top: -4px;
  left: -3px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #4285F4;
  border-bottom: 2px solid #4285F4;
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

[type="checkbox"]:checked:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.46);
  border-bottom: 2px solid rgba(0, 0, 0, 0.46); }

/* Indeterminate checkbox */
[type="checkbox"]:indeterminate + label:before {
  left: -10px;
  top: -11px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #4285F4;
  border-bottom: none;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

[type="checkbox"]:indeterminate:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.46);
  background-color: transparent; }

[type="checkbox"].filled-in + label:after {
  border-radius: 2px; }

[type="checkbox"].filled-in + label:before,
[type="checkbox"].filled-in + label:after {
  content: '';
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  -webkit-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  -o-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  z-index: 1; }

[type="checkbox"].filled-in:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  -ms-transform: rotate(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 20% 40%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

[type="checkbox"].filled-in:not(:checked) + label:after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px solid #ff001f;
  top: 0px;
  z-index: 0; }

[type="checkbox"].filled-in:checked + label:before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #ff001f;
  border-bottom: 2px solid #ff001f;
  -webkit-transform: rotateZ(37deg);
  -ms-transform: rotate(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

[type="checkbox"].filled-in:checked + label:after {
  top: 0px;
  width: 20px;
  height: 20px;
  border: 1px solid #ff001f;
  background-color: transparent;
  z-index: 0; }

[type="checkbox"].filled-in:disabled:not(:checked) + label:before {
  background-color: transparent;
  border: 2px solid transparent; }

[type="checkbox"].filled-in:disabled:not(:checked) + label:after {
  border-color: transparent;
  background-color: #BDBDBD; }

[type="checkbox"].filled-in:disabled:checked + label:before {
  background-color: transparent; }

[type="checkbox"].filled-in:disabled:checked + label:after {
  background-color: #BDBDBD;
  border-color: #BDBDBD; }

[type="checkbox"].filled-in-danger + label:after {
  border-radius: 2px; }

[type="checkbox"].filled-in-danger + label:before,
[type="checkbox"].filled-in-danger + label:after {
  content: '';
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  -webkit-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  -o-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  z-index: 1; }

[type="checkbox"].filled-in-danger:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  -ms-transform: rotate(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 20% 40%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

[type="checkbox"].filled-in-danger:not(:checked) + label:after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #5a5a5a;
  top: 0px;
  z-index: 0; }

[type="checkbox"].filled-in-danger:checked + label:before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(37deg);
  -ms-transform: rotate(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

[type="checkbox"].filled-in-danger:checked + label:after {
  top: 0px;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  background-color: red;
  z-index: 0; }

input[type=radio]:not(old):checked + label {
  background-position: 0 -48px; }

input[type=radio]:not(old) {
  width: 15px;
  margin: 0;
  padding: 0;
  font-size: 15px;
  opacity: 0; }

input[type=radio]:not(old) + label {
  display: inline-block;
  margin-left: -5px;
  line-height: 15px; }

input[type=radio]:not(old) + label > span {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 2px 4px 2px 2px;
  border: 0 solid silver;
  border-radius: 50%;
  background: #e0e0e0;
  vertical-align: bottom; }

input[type=radio]:not(old):checked + label > span > span {
  display: block;
  width: 15px;
  height: 15px;
  margin: 0px;
  border: 5px solid red;
  border-radius: 50%;
  background: #fff; }

.table-inverse {
  background-color: transparent;
  height: 13px;
  color: #ff1028;
  font-family: "Proxima Nova";
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase; }

.table-inverse td, .table-inverse th, .table-inverse thead th {
  border-color: #081d38;
  border-width: 2px; }

.table thead th {
  vertical-align: bottom;
  border-bottom: none;
  background-color: none; }

.newsletter {
  height: auto;
  padding-bottom: 0; }
  .newsletter p {
    line-height: 22px;
    font-size: 16px; }
  .newsletter .form_input {
    max-width: 100%;
    margin-bottom: 32px; }
    .newsletter .form_input input {
      height: 38px;
      font-size: 16px;
      padding: 0 19px;
      line-height: 38px; }
  .newsletter input[type="submit"] {
    font-size: 18px;
    width: 140px;
    height: 38px;
    line-height: 38px; }

@media (max-width: 1500px) {
  .carousel .title {
    font-size: 22px;
    line-height: 25px;
    text-align: center;
    padding: 0 30px; }
  .carousel .lead {
    padding: 0 30px;
    text-align: center; }
  .card-five .h_red_card {
    display: none; }
  .carousel .carousel-button {
    margin-left: auto;
    margin-right: auto; }
  .carousel.changelog .carousel-inner {
    height: 21.67vw; } }

@media (max-width: 1200px) {
  footer .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 40px;
    padding-right: 40px; }
    footer .container-fluid .row > div:first-child {
      -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
      order: 4; } }

@media (max-width: 1023px) {
  .newsletter p {
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: left; }
  .newsletter .form_input {
    max-width: 100%;
    margin-bottom: 25px; }
  .newsletter input[type="submit"] {
    margin-bottom: 25px; } }

@media (max-width: 991px) {
  #slide-out {
    display: none; }
  .fixed-sn .double-nav,
  .fixed-sn main,
  .fixed-sn footer {
    padding-left: 0; }
  .newsletter {
    padding-left: 25px;
    padding-right: 25px; }
    .newsletter p {
      margin-left: 0;
      margin-right: 0; }
      .newsletter p .bold {
        font-weight: 400; }
      .newsletter p br {
        display: none; }
    .newsletter form {
      margin-top: 25px;
      margin-bottom: 25px; }
    .newsletter .form_input {
      display: inline-block;
      vertical-align: middle;
      width: calc(100% - 180px);
      margin-top: 0;
      margin-bottom: 0;
      margin-right: 15px; }
    .newsletter input[type="submit"] {
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 0; }
  .carousel .title {
    text-align: left;
    padding: 0;
    font-size: 36px;
    line-height: 42px; }
  .carousel .lead {
    padding: 0;
    text-align: left; }
  .carousel .carousel-button {
    margin-left: 10.42vw;
    margin-right: 0; }
  .carousel.changelog .carousel-inner {
    height: 280px; }
  .card-one,
  .card-two,
  .card-three,
  .card-four,
  .card-five,
  .card-six,
  .card-seven {
    height: 271px;
    width: 100%; }
  .card-one,
  .card-four,
  .card-five {
    width: 100%;
    height: 570px; }
  .card-five {
    padding-left: 30px;
    padding-right: 30px;
    background-size: calc(100% - 30px) 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .card-five .row {
      width: 100%; }
    .card-five .carousel-item p {
      font-size: 24px;
      font-weight: 400;
      letter-spacing: 4.8px;
      margin-left: 0 !important;
      margin-right: 0 !important;
      margin-top: 0; }
  .card-one h1,
  .card-one .h_white_card,
  .card-two h1,
  .card-two .h_white_card,
  .card-three h1,
  .card-three .h_white_card,
  .card-four h1,
  .card-four .h_white_card,
  .card-five h1,
  .card-five .h_white_card,
  .card-six h1,
  .card-six .h_white_card {
    font-size: 30px;
    letter-spacing: 3px;
    width: 200px;
    margin-left: 10vw;
    margin-top: 70px; }
  .card-one p,
  .card-two p,
  .card-three p,
  .card-four p,
  .card-five p,
  .card-six p {
    font-size: 16px;
    width: 200px;
    margin-top: 15px;
    margin-left: 10vw; } }

@media (max-width: 767px) {
  .home .card-one,
  .home .card-two,
  .home .card-three,
  .home .card-four {
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px);
    background-position: center top; }
  .card-one h1,
  .card-one .h_white_card,
  .card-one p,
  .card-two h1,
  .card-two .h_white_card,
  .card-two p,
  .card-three h1,
  .card-three .h_white_card,
  .card-three p,
  .card-four h1,
  .card-four .h_white_card,
  .card-four p,
  .card-five h1,
  .card-five .h_white_card,
  .card-five p,
  .card-six h1,
  .card-six .h_white_card,
  .card-six p {
    margin-left: 30vw; } }

@media (max-width: 650px) {
  .card-one h1,
  .card-one .h_white_card,
  .card-one p,
  .card-two h1,
  .card-two .h_white_card,
  .card-two p,
  .card-three h1,
  .card-three .h_white_card,
  .card-three p,
  .card-four h1,
  .card-four .h_white_card,
  .card-four p,
  .card-five h1,
  .card-five .h_white_card,
  .card-five p,
  .card-six h1,
  .card-six .h_white_card,
  .card-six p {
    margin-left: 24vw; } }

@media (max-width: 520px) {
  .card-one h1,
  .card-one .h_white_card,
  .card-one p,
  .card-two h1,
  .card-two .h_white_card,
  .card-two p,
  .card-three h1,
  .card-three .h_white_card,
  .card-three p,
  .card-four h1,
  .card-four .h_white_card,
  .card-four p,
  .card-five h1,
  .card-five .h_white_card,
  .card-five p,
  .card-six h1,
  .card-six .h_white_card,
  .card-six p {
    margin-left: 15vw; }
  .newsletter .form_input,
  .newsletter input[type="submit"] {
    width: 100%;
    margin-right: 0; }
  .newsletter .form_input {
    margin-bottom: 15px; }
  .card-five .carousel-item p {
    font-size: 20px; } }

@media (max-width: 420px) {
  .home .card-one,
  .home .card-four,
  .home .card-five {
    margin-bottom: 25px !important;
    height: 140.63vw; }
  .home .card-two,
  .home .card-three {
    height: 71.88vw; }
  .card-one h1,
  .card-one .h_white_card,
  .card-two h1,
  .card-two .h_white_card,
  .card-three h1,
  .card-three .h_white_card,
  .card-four h1,
  .card-four .h_white_card {
    margin-left: 10vw;
    margin-top: 40px; }
  .card-one p,
  .card-two p,
  .card-three p,
  .card-four p {
    margin-left: 10vw; } }
