/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  letter-spacing: -.01em;
  font-display: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html {
  font-size: 16px;
  min-height: 100%;
  position: relative; }

body {
  font-family: "Roboto", sans-serif;
  color: #000000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  height: 100%;
  position: relative; }

a {
  color: inherit;
  text-decoration: none;
  outline: 0; }

strong {
  font-weight: 700; }

img {
  vertical-align: middle;
  max-width: 100%; }

label {
  cursor: pointer; }

input {
  color: #000000;
  font-size: 16px;
  font-weight: 400; }

input.button {
  font-weight: 400;
  color: #fff;
  cursor: pointer;
  padding: 7px 25px 5px;
  border: none;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: "Roboto", sans-serif;
  background-color: #2c9c2b;
  font-size: 1.125rem; }

input.button:hover, button:hover {
  background-color: #237c22; }

td {
  font-size: inherit; }

::-webkit-input-placeholder {
  opacity: 1; }

::-moz-placeholder {
  opacity: 1; }

:-ms-input-placeholder {
  opacity: 1; }

:-moz-placeholder {
  opacity: 1; }

::before, ::after {
  font-family: fontello; }

ul, ol {
  margin: 0; }

.hidden {
  display: none; }

@media all and (max-width: 992px) {
  .md-hide {
    display: none; } }

.ask {
  clear: both;
  width: 100%;
  padding: 0; }

.ask a {
  text-decoration: underline; }

.ask p {
  font-size: .875rem; }

.ask ul {
  list-style-type: disc; }

.ask__header {
  background-color: #2c9c2b;
  color: #fff;
  font-size: 1rem;
  padding: 6px 10px 4px; }

@media all and (max-width: 800px) {
  .ask {
    padding-left: 15px;
    padding-right: 15px; } }

.ask .block-1 {
  float: left;
  width: 100%;
  padding-top: 27px; }

@media all and (max-width: 800px) {
  .ask .block-1 {
    width: 100%; } }

.ask .block-2 {
  float: right;
  width: 100%; }

@media all and (max-width: 800px) {
  .ask .block-2 {
    width: 100%; } }

.ask .row {
  padding-top: 5px;
  padding-bottom: 4px;
  margin: 0; }

.ask .row label {
  font-weight: 300;
  display: block;
  float: left;
  width: 40%;
  padding-right: 5%;
  padding-top: 7px; }

@media all and (max-width: 560px) {
  .ask .row label {
    width: 100%; } }

.ask .text {
  background-color: #F8F8F8;
  border: 1px solid #D7D7D7;
  width: 55%; }

@media all and (max-width: 560px) {
  .ask .text {
    width: 100%; } }

.ask .clear {
  clear: both; }

.ask .clear:after {
  content: '';
  display: table;
  clear: both; }

.ask textarea {
  background-color: #F8F8F8;
  border: 1px solid #D7D7D7;
  width: 100%;
  margin-top: 17px;
  height: 126px; }

.ask input.button {
  float: right;
  padding-left: 40px;
  padding-right: 40px; }

/**************************/
.bgGray {
  background-color: #c5c5c5; }

.flex__toRight {
  justify-content: flex-end; }

.wrapper {
  box-sizing: content-box;
  -moz-box-sizing: content-box; }
  @media all and (max-width: 768px) {
    .wrapper {
      overflow: hidden; } }
  @media all and (min-width: 992px) {
    .wrapper {
      max-width: 992px;
      margin: auto; } }
  @media all and (min-width: 1200px) {
    .wrapper {
      max-width: 1200px;
      margin: auto;
      padding-left: 0;
      padding-right: 0; } }
  @media all and (min-width: 1320px) {
    .wrapper {
      max-width: 1320px;
      padding-left: 15px;
      padding-right: 15px; } }

.mhome-baners {
  background: #000 url(../img/zelda-tears.jpg) center 120px no-repeat;
  background-size: cover;
  position: relative;
  min-height: 580px;
  position: relative; }
  .mhome-baners::before {
    content: ' ';
    z-index: 10;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 25%;
    background: black;
    background: -webkit-linear-gradient(bottom, black 10%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(bottom, black 10%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, black 10%, rgba(0, 0, 0, 0) 100%); }
  .mhome-baners::after {
    content: ' ';
    z-index: 10;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 45%;
    background: black;
    background: -webkit-linear-gradient(black 38%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(black 38%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(black 38%, rgba(0, 0, 0, 0) 100%); }
  @media all and (min-width: 1200px) {
    .mhome-baners {
      min-height: 710px;
      background-size: cover; } }
  @media all and (min-width: 1320px) {
    .mhome-baners {
      min-height: 830px; } }

.nintendo .page-header {
  background-color: #e7001d; }

.playstation .page-header {
  background-color: #0065bd; }

.xbox .page-header {
  background-color: #107b10; }

.manga .page-header {
  background-color: #914eb7; }

.page-header {
  background-color: #000000; }

.mtop {
  color: #c5c5c5;
  position: relative;
  z-index: 9999; }
  .mtop__grid {
    display: flex;
    justify-content: flex-end; }

.mtop-menu {
  display: none; }
  @media all and (min-width: 1200px) {
    .mtop-menu {
      color: #fff;
      display: block; }
      .mtop-menu li {
        display: inline-block;
        margin-left: 25px;
        font-size: .9375rem; }
        .mtop-menu li a {
          display: block;
          padding: 8px 0; } }

.mheader {
  background-color: #fff;
  position: relative;
  z-index: 9999; }
  .mheader__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .mheader__fb {
    position: absolute;
    top: 64px;
    z-index: 100;
    left: 92px; }
    .mheader__fb img {
      width: 40px; }
  @media all and (max-width: 1200px) {
    .mheader {
      padding: 10px; }
      .mheader__logo {
        order: 2;
        flex: 0 0 20%; }
      .mheader__links {
        order: 1;
        flex: 0 0 100%; }
      .mheader__panels {
        order: 3; } }
  @media all and (min-width: 1200px) {
    .mheader {
      background-color: rgba(0, 0, 0, 0); }
      .mheader__grid {
        background-color: #fff;
        position: relative;
        justify-content: space-between;
        align-items: center;
        padding: 13px 0; }
      .mheader__logo {
        flex: 0 0 5%;
        position: relative; }
      .mheader__fb {
        position: absolute;
        top: -26px;
        z-index: 100;
        left: 96px; }
        .mheader__fb img {
          width: 50px; } }

@media all and (min-width: 1200px) {
  .mlogo {
    position: absolute;
    background-color: #fff;
    width: 134px;
    height: 134px;
    display: block;
    border-radius: 100px;
    padding: 26px 0 0 26px;
    top: -70px;
    left: -40px; }
    .mlogo img {
      max-width: none; } }

@media all and (max-width: 992px) {
  .mlinks {
    margin-bottom: 22px;
    text-align: center; }
    .mlinks img {
      max-height: 17px;
      max-width: 60px; }
    .mlinks li {
      display: inline-block;
      padding: 0 2px; }
    .mlinks li:nth-of-type(2) img {
      max-height: 21px; }
    .mlinks li:nth-of-type(4) img {
      max-width: 56px; }
    .mlinks li:nth-of-type(5) img {
      max-width: 50px; } }

.mlinks li {
  display: inline-block;
  padding: 0 6px; }

.mheader__search.open .msearch {
  display: flex;
  justify-content: space-between; }

.msearch {
  display: none; }
  @media all and (max-width: 1200px) {
    .msearch {
      height: 38px;
      align-items: center;
      position: absolute;
      z-index: 999;
      top: 120px;
      border-radius: 4px;
      overflow: hidden;
      background: #efefef url(../img/ico-search.svg) 12px 13px no-repeat;
      padding-left: 38px;
      left: 5px;
      right: 5px; }
      .msearch input {
        border: 0;
        background-color: #efefef;
        font-size: .9375rem;
        color: rgba(0, 0, 0, 0.5);
        width: 270px; }
      .msearch button {
        background-color: #2c9c2b;
        height: 100%;
        border: 0;
        flex: 0 0 42px;
        cursor: pointer; }
        .msearch button:hover {
          background-color: #258424; } }
  @media all and (min-width: 1200px) {
    .msearch {
      height: 38px;
      display: flex;
      align-items: center;
      width: 100%;
      position: relative;
      border-radius: 4px;
      overflow: hidden;
      background: #efefef url(../img/ico-search.svg) 12px 13px no-repeat;
      padding-left: 38px; }
      .msearch input {
        border: 0;
        background-color: #efefef;
        font-size: .9375rem;
        color: rgba(0, 0, 0, 0.5);
        width: 270px; }
      .msearch button {
        background-color: #2c9c2b;
        height: 100%;
        border: 0;
        flex: 0 0 42px;
        cursor: pointer; }
        .msearch button:hover {
          background-color: #258424; } }

.mpanels {
  display: flex;
  align-items: center; }
  .mpanels__login {
    cursor: pointer;
    position: relative; }
    .mpanels__login img {
      width: 27px; }
  .mpanels__links {
    position: absolute;
    top: 26px;
    right: -40px;
    background-color: #fff;
    white-space: nowrap;
    width: 180px;
    border-radius: 4px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 100ms ease-in-out; }
  .mpanels__login:hover .mpanels__links {
    opacity: 1;
    visibility: visible; }
  .mpanels__row {
    background-color: #efefef;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .mpanels__row a {
      background-color: #efefef;
      display: block;
      height: 38px;
      line-height: 38px;
      padding: 0 20px;
      width: 180px;
      position: relative; }
      .mpanels__row a:hover {
        text-decoration: underline; }
      .mpanels__row a span {
        background-color: #dddddd;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 30px;
        text-align: center; }
        .mpanels__row a span img {
          width: 5px; }
  .mpanels__cart {
    margin-left: 22px;
    margin-right: 14px;
    position: relative;
    padding-right: 17px; }
    .mpanels__cart img {
      width: 29px;
      position: relative;
      top: -1px; }
    .mpanels__cart .qty {
      background-color: #ff0000;
      color: #fff;
      display: block;
      text-align: center;
      width: 26px;
      height: 26px;
      line-height: 26px;
      font-size: .9375rem;
      font-weight: 600;
      border-radius: 50px;
      position: absolute;
      top: -8px;
      right: 0; }
    .mpanels__cart:hover .qty {
      background-color: #e00000; }
    .mpanels__cart .plist {
      display: block;
      opacity: 0;
      visibility: hidden;
      transition: all 100ms ease-in-out;
      position: absolute;
      top: 26px;
      left: -180px;
      width: 240px;
      border-radius: 4px;
      background-color: #fff;
      z-index: 20000;
      border: 4px solid #efefef; }
      .mpanels__cart .plist li {
        display: block;
        border: 1px solid #efefef;
        padding: 10px;
        position: relative; }
        .mpanels__cart .plist li:after {
          content: '';
          display: table;
          clear: both; }
      .mpanels__cart .plist__thumb {
        float: left;
        width: 20%; }
        .mpanels__cart .plist__thumb img {
          width: auto; }
      .mpanels__cart .plist__infos {
        float: left;
        width: 80%;
        font-size: .875rem;
        line-height: 1.125rem;
        padding-left: 10px;
        padding-right: 10px; }
        .mpanels__cart .plist__infos a {
          display: block; }
        .mpanels__cart .plist__infos .remove {
          position: absolute;
          top: 10px;
          right: 10px;
          background-color: red;
          width: 18px;
          height: 18px;
          border-radius: 40px;
          text-align: center;
          display: flex;
          justify-content: center;
          align-items: center;
          padding-top: 3px; }
          .mpanels__cart .plist__infos .remove:hover {
            background-color: #d10000; }
          .mpanels__cart .plist__infos .remove img {
            width: 8px; }
  .mpanels #mKoszyk:hover .plist {
    display: block;
    opacity: 1;
    visibility: visible; }
  @media all and (max-width: 992px) {
    .mpanels .js-mob-menu,
    .mpanels .js-mob-search {
      margin-right: 20px; } }
  @media all and (min-width: 992px) {
    .mpanels__cart {
      margin-left: 30px;
      margin-right: 24px; }
    .mpanels__mob {
      display: none; } }

.breadcrumbs {
  color: #fff;
  font-size: .9375rem;
  padding: 10px; }
  .breadcrumbs a {
    display: inline-block; }
  @media all and (min-width: 992px) {
    .breadcrumbs {
      padding: 15px 0 15px 100px; } }

.mpopulars {
  background-color: #000;
  padding: 30px 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100; }
  .mpopulars .slick-dots {
    padding: 20px 10px 0; }
  .mpopulars__header {
    background-color: #2c9c2b;
    display: inline-block;
    color: #fff;
    padding: 8px 27px 5px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 1.125rem;
    margin-left: 20%; }
  .mpopulars__grid {
    background-color: #fff;
    border-radius: 4px;
    padding: 17px 0;
    display: flex; }
  .mpopulars__item {
    width: calc(100% - 150px);
    float: left; }
  .mpopulars__thumb {
    width: 150px;
    float: left; }
  .mpopulars__infos {
    padding: 10px 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 1.125rem;
    line-height: 1.375rem; }
  .mpopulars__name {
    display: block; }
    .mpopulars__name:hover {
      text-decoration: underline;
      color: #2c9c2b; }
  .mpopulars__price {
    font-weight: 900;
    color: rgba(0, 0, 0, 0.34); }
  @media all and (min-width: 1200px) {
    .mpopulars {
      padding-top: 100px;
      bottom: 110px;
      background-color: rgba(0, 0, 0, 0); }
      .mpopulars__item {
        flex: 0 0 33.33333%;
        display: flex; }
      .mpopulars__thumb {
        flex: 150px; } }

.layout--2cols:after {
  content: '';
  display: table;
  clear: both; }

@media all and (max-width: 992px) {
  .layout {
    display: flex;
    flex-direction: column; }
    .layout__sidebar {
      order: 2; }
    .layout__content {
      order: 1; } }

@media all and (min-width: 992px) {
  .layout__sidebar {
    float: left;
    width: 245px; }
  .layout__content {
    width: calc(100% - 280px);
    float: right; } }

.sidenav {
  border: 1px solid #e7e7e7;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
  position: relative;
  top: -55px;
  z-index: 100; }
  .sidenav--nomg {
    top: 0;
    margin-top: 30px;
    margin-bottom: 30px; }
  .sidenav__header {
    background-color: #ffff00;
    font-size: 1.25rem;
    font-weight: 600;
    padding: 15px 24px;
    position: relative; }
    .sidenav__header .js-close-menu {
      position: absolute;
      right: 10px;
      width: 46px;
      height: 46px;
      background-color: #000;
      top: 3px;
      text-align: center; }
      .sidenav__header .js-close-menu img {
        width: 16px;
        position: relative;
        top: 8px; }
  .sidenav .mcategories li {
    display: block;
    border-bottom: 1px solid #e7e7e7;
    padding: 9px 0 8px 24px;
    font-size: .9375rem; }
  .sidenav .mcategories li:last-of-type {
    border: 0; }
  @media all and (max-width: 768px) {
    .sidenav {
      position: absolute;
      top: 0;
      width: 100%;
      left: -100%;
      height: 100%;
      z-index: 99000;
      background-color: #fff;
      transition: all 0 ease-in-out; }
      .sidenav--nomg {
        top: 0;
        margin-top: 0;
        margin-bottom: 0; }
      .sidenav .mcategories li {
        position: relative; }
      .sidenav .mcategories .sub {
        display: none; }
      .sidenav .mcategories > li > ul {
        display: none; }
      .sidenav .mcategories .sub-trig {
        position: absolute;
        display: block;
        height: 36px;
        width: 64px;
        background: url(../img/ico-str-2.svg) no-repeat center center;
        right: 2px;
        top: 0; } }
  @media all and (max-width: 992px) {
    .sidenav .mtop-menu {
      display: block;
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      background-color: rgba(0, 0, 0, 0.04);
      padding: 20px 0; }
      .sidenav .mtop-menu li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        padding: 5px 22px; }
        .sidenav .mtop-menu li a {
          font-size: .875rem; }
      .sidenav .mtop-menu li:last-of-type {
        border-bottom: 0; } }
  @media all and (min-width: 992px) {
    .sidenav .mcategories li {
      font-size: 1rem; }
    .sidenav .mcategories > li ul {
      padding: 5px 0; }
      .sidenav .mcategories > li ul li {
        border-bottom: 0;
        padding: 3px 0 2px 10px; }
        .sidenav .mcategories > li ul li a {
          font-size: .9375rem; }
        .sidenav .mcategories > li ul li ul {
          margin-left: 10px; }
    .sidenav .mcategories .sub,
    .sidenav .mcategories .sub-trig {
      display: none; }
    .sidenav .mcategories li.active > a {
      font-weight: bold; }
    .sidenav .mcategories li.active .sub {
      display: block; }
    .sidenav--prod .mcategories li:not(.active) {
      display: none; }
    .sidenav__header .js-close-menu {
      display: none; } }

.nintendo .sidenav__header {
  background-color: #e7001d;
  color: #fff; }

.playstation .sidenav__header {
  background-color: #0065bd;
  color: #fff; }

.xbox .sidenav__header {
  background-color: #107b10;
  color: #fff; }

.manga .sidenav__header {
  background-color: #914eb7;
  color: #fff; }

@media all and (min-width: 992px) {
  .sidenav--home .mcategories > li > ul {
    display: none; } }

@media all and (min-width: 992px) {
  .sidenav--catalog .mcategories > li:not(.active) > ul {
    display: none; } }

@media all and (max-width: 992px) {
  .menu-open .sidenav {
    left: 0;
    transition: all 140ms ease-in-out; } }

.potd {
  border-radius: 5px;
  border: 2px solid #000;
  margin-bottom: 20px; }
  .potd__header {
    background-color: #000;
    color: #fff;
    font-size: 1.375rem;
    padding: 14px 0 13px 52px;
    position: relative; }
    .potd__header::before {
      content: ' ';
      display: block;
      width: 60px;
      height: 60px;
      border-radius: 60px;
      position: relative;
      top: -20px;
      float: left;
      margin-right: 10px;
      background: #fff url(../img/logo-gameover.png) 4px center no-repeat;
      background-size: auto 48px; }
  .potd__thumb {
    margin-bottom: 10px;
    text-align: center; }
    .potd__thumb a {
      display: block;
      padding: 20px 10px; }
  .potd__link {
    margin-bottom: 10px;
    text-align: center;
    display: block;
    font-size: 1.0625rem;
    margin-bottom: 10px; }
  .potd__price {
    color: #ff0000;
    text-align: center;
    font-weight: 800;
    font-size: 1.0625rem;
    margin-bottom: 20px; }
  .potd__go {
    background-color: #ffff00;
    font-size: .875rem;
    width: 100px;
    display: block;
    margin: 0 auto 20px;
    text-align: center;
    transition: all 100ms ease-in-out; }
    .potd__go em {
      margin-left: 6px;
      transition: all 100ms ease-in-out; }
    .potd__go:hover {
      background-color: #f0f000; }
      .potd__go:hover em {
        margin-left: 9px; }
  @media all and (max-width: 992px) {
    .potd {
      margin: 0 10px 20px; } }
  @media all and (min-width: 992px) {
    .potd__header {
      background-color: #000;
      color: #fff;
      font-size: 1.375rem;
      padding: 14px 0 13px 52px;
      position: relative; }
      .potd__header::before {
        content: ' ';
        display: block;
        width: 60px;
        height: 60px;
        border-radius: 60px;
        position: absolute;
        top: 4px;
        left: -16px;
        background: #fff url(../img/logo-gameover.png) 4px center no-repeat;
        background-size: auto 48px; } }

.mextras {
  text-align: center;
  margin-bottom: 20px; }

.slick-dots {
  text-align: center; }
  .slick-dots li {
    margin: 2px 4px;
    display: inline-block; }
    .slick-dots li button {
      width: 20px;
      height: 20px;
      display: block;
      border: 0;
      background-color: rgba(0, 0, 0, 0.15);
      overflow: hidden;
      text-indent: 300px;
      border-radius: 20px; }
    .slick-dots li.slick-active button {
      background-color: #2c9c2b; }

.moffer {
  padding: 40px 0 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .moffer .slick-dots {
    padding: 0 10px 30px; }
  .moffer__row {
    margin-bottom: 32px; }
    .moffer__row:after {
      content: '';
      display: table;
      clear: both; }
  .moffer__header {
    font-size: 1.75rem;
    float: left; }
    .moffer__header--red {
      color: #ff0000; }
  .moffer__link {
    background-color: #000;
    color: #fff;
    float: right;
    font-size: .875rem;
    padding: 1px 14px 2px;
    border-radius: 4px; }
  .moffer__grid:after {
    content: '';
    display: table;
    clear: both; }
  @media all and (max-width: 992px) {
    .moffer {
      padding: 20px 0 0; }
      .moffer__header {
        text-align: center;
        float: none;
        font-size: 1.375rem;
        font-weight: 600; }
      .moffer__link {
        display: none; } }

.product {
  float: left;
  margin-bottom: 50px; }
  .product__thumb {
    text-align: center; }
  .product__name a {
    display: block;
    height: 102px;
    padding: 10px 15px 0;
    line-height: 1.375rem;
    overflow: hidden; }
  .product__price {
    padding: 0 15px;
    font-size: 1.25rem;
    font-weight: 600;
    white-space: nowrap; }
    .product__price s {
      font-weight: 400;
      font-size: 1.0625rem;
      color: rgba(0, 0, 0, 0.5);
      white-space: nowrap; }
    .product__price strong {
      color: #ff0000;
      white-space: nowrap; }
  .product__aval {
    font-size: .875rem;
    color: #2c9c2b;
    padding: 0 15px; }
  @media all and (max-width: 576px) {
    .product {
      width: 50%;
      margin-bottom: 40px; }
      .product:nth-of-type(2n+1) {
        clear: left; } }
  @media all and (min-width: 576px) and (max-width: 768px) {
    .product {
      width: 33.333333%; }
      .product:nth-of-type(3n+1) {
        clear: left; } }
  @media all and (min-width: 768px) and (max-width: 992px) {
    .product {
      width: 25%; }
      .product:nth-of-type(4n+1) {
        clear: left; } }
  @media all and (min-width: 992px) {
    .product {
      width: 20%; }
      .product:nth-of-type(5n+1) {
        clear: left; } }

@media all and (max-width: 576px) {
  .moffer .product:nth-of-type(2n+1) {
    clear: none; } }

@media all and (min-width: 576px) and (max-width: 768px) {
  .moffer .product {
    width: 100%; }
    .moffer .product:nth-of-type(3n+1) {
      clear: none; } }

.sbaners {
  background-color: #000; }
  .sbaners__grid {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 0; }
  .sbaners a {
    display: block;
    padding: 5px 10px; }
  @media all and (min-width: 768px) {
    .sbaners__grid {
      padding: 30px 0; }
    .sbaners a {
      flex: 0 0 49.5%;
      padding: 0; } }

.mfooter {
  background-color: #000;
  color: #fff;
  padding: 35px 0;
  font-size: .9375rem;
  line-height: 1.75rem; }
  @media all and (max-width: 992px) {
    .mfooter {
      text-align: center; }
      .mfooter__address {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-bottom: 35px; }
      .mfooter__menu {
        padding-bottom: 30px; }
      .mfooter__logos {
        padding: 0 10px; } }
  @media all and (min-width: 992px) {
    .mfooter {
      padding: 55px 0; }
      .mfooter__grid {
        display: flex;
        width: 100%; }
      .mfooter__address {
        flex: 0 0 29%; }
      .mfooter__logos {
        margin-left: auto;
        width: 32%; } }

.maddress__title {
  font-size: 1.375rem;
  margin-bottom: 8px; }

.maddress p {
  margin-bottom: 14px; }

.bmenu {
  padding-top: 38px; }
  .bmenu__menu {
    column-count: 2;
    text-align: left;
    padding: 0 15px; }

.blogos {
  display: flex;
  justify-content: space-between;
  align-items: stretch; }
  .blogos__column {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  @media all and (max-width: 992px) {
    .blogos__column {
      flex: 0 0 50%;
      padding: 0 20px; }
      .blogos__column img {
        margin: 8px 0; } }

.mbottom {
  background-color: #000;
  font-size: .9375rem;
  color: #fff; }
  .mbottom__grid {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 3            0px 15px;
    text-align: center; }
  .mbottom img {
    position: relative;
    top: -1px;
    margin-left: 2px; }
  @media all and (min-width: 992px) {
    .mbottom__grid {
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      padding: 50px 0;
      display: flex;
      justify-content: space-between; } }

.promos {
  border-bottom: 4px solid rgba(0, 0, 0, 0.1);
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-direction: column; }
  .promos .product {
    flex: 0 0 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    margin-bottom: 10px;
    padding: 10px;
    width: auto; }
    .promos .product:after {
      content: '';
      display: table;
      clear: both; }
    .promos .product__thumb {
      float: left;
      width: 42%; }
    .promos .product__col {
      float: left;
      width: 58%; }
    .promos .product__name a {
      height: auto;
      margin-bottom: 6px;
      font-size: .9375rem;
      line-height: 1.25rem; }
    .promos .product__price s {
      display: block;
      font-size: 1rem;
      font-weight: 400; }
    .promos .product__price strong {
      display: block;
      color: #ff0000;
      font-size: 1.5rem; }
  @media all and (min-width: 992px) {
    .promos {
      display: flex;
      justify-content: space-between;
      flex-direction: row; }
      .promos .product {
        flex: 0 0 32%;
        margin-bottom: 20px; } }

.catalog {
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px; }
  .catalog:after {
    content: '';
    display: table;
    clear: both; }
  .catalog__grid:after {
    content: '';
    display: table;
    clear: both; }
  .catalog__header {
    clear: both;
    margin-bottom: 40px;
    padding-top: 20px; }
    .catalog__header:after {
      content: '';
      display: table;
      clear: both; }
    .catalog__header h1 {
      font-size: 1.625rem;
      display: block;
      clear: both;
      margin-bottom: 15px; }
  @media all and (min-width: 768px) {
    .catalog__header {
      clear: both;
      margin-bottom: 40px;
      padding-top: 20px; }
      .catalog__header:after {
        content: '';
        display: table;
        clear: both; }
      .catalog__header h1 {
        font-size: 1.625rem;
        float: left;
        margin-bottom: 0; } }
  @media all and (min-width: 768px) {
    .catalog {
      padding-left: 0;
      padding-right: 0; } }

.ask-form {
  width: 100%; }
  .ask-form .header {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 1.125rem; }
  @media all and (min-width: 992px) {
    .ask-form {
      width: 500px;
      margin-left: auto;
      margin-right: auto; } }

@media all and (max-width: 768px) {
  .ask-form {
    width: 320px; } }

.ask-form label {
  display: block;
  margin-bottom: 6px;
  margin-top: 12px; }

.ask-form input[type="text"],
.ask-form textarea {
  padding: 9px 14px 7px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background-color: #fff;
  width: 100% !important;
  border-radius: 2px; }

.ask-form input[type="text"]:focus,
.ask-form textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.22);
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.13); }

.ask-form input[type="submit"] {
  width: 100%;
  border-radius: 2px;
  margin-top: 10px; }

@media all and (max-width: 768px) {
  .ask-form {
    width: 340px; } }

#kqs-box {
  margin-top: 10% !important;
  z-index: 99999; }

.info-page {
  padding: 30px 0; }
  .info-page__header {
    font-size: 1.5rem;
    margin-bottom: 30px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.product-page {
  padding: 30px 0; }
  .product-page__mod1 {
    padding-left: 15px;
    padding-right: 15px; }
    @media all and (min-width: 992px) {
      .product-page__mod1 {
        margin-bottom: 20px; } }
    @media all and (min-width: 1200px) {
      .product-page__mod1 {
        float: right;
        width: 67%;
        margin-bottom: 0;
        padding-left: 0;
        padding-right: 0; } }
  .product-page__mod2 {
    text-align: center; }
    @media all and (min-width: 992px) {
      .product-page__mod2 {
        float: left;
        width: 30%; } }
  .product-page__mod3 {
    padding-left: 15px;
    padding-right: 15px; }
    @media all and (min-width: 992px) {
      .product-page__mod3 {
        padding-left: 0;
        float: right;
        width: 67%; } }
    @media all and (min-width: 1200px) {
      .product-page__mod3 {
        padding-right: 0; } }
  .product-page__mod4 {
    clear: both;
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px; }
    @media all and (min-width: 1200px) {
      .product-page__mod4 {
        padding-left: 0;
        padding-right: 0; } }
  .product-page__mod5 {
    clear: both;
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px; }
    @media all and (min-width: 1200px) {
      .product-page__mod5 {
        padding-left: 0;
        padding-right: 0; } }
  .product-page .name {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 10px; }
    .product-page .name h1 {
      font-size: 1.75rem;
      margin-bottom: 20px; }
  .product-page .main-photo {
    padding: 0 10px; }
    @media all and (min-width: 1320px) {
      .product-page .main-photo {
        padding: 0 40px; } }
  .product-page .gallery {
    padding: 10px 0; }
    .product-page .gallery a {
      margin: 2px 6px; }
    .product-page .gallery img {
      width: 50px; }
  .product-page .row-dst {
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .product-page .row-dst > span {
      display: block; }
    @media all and (min-width: 768px) {
      .product-page .row-dst > span {
        display: inline-block; }
      .product-page .row-dst > span:not(:last-of-type) {
        margin-right: 50px; } }
  .product-page .buybox {
    display: flex;
    align-items: center;
    padding: 20px 0 40px;
    flex-wrap: wrap; }
    .product-page .buybox .price {
      font-size: 1.75rem;
      margin-right: 40px;
      flex: 0 0 100%;
      margin-bottom: 20px; }
      .product-page .buybox .price s {
        font-size: 1.5rem;
        color: rgba(0, 0, 0, 0.5); }
      .product-page .buybox .price strong {
        color: #ff0000; }
    .product-page .buybox .cartbox {
      border-radius: 4px;
      overflow: hidden; }
      .product-page .buybox .cartbox input {
        background-color: #efefef;
        border: 0;
        height: 44px;
        float: left;
        width: 50px;
        text-align: center; }
      .product-page .buybox .cartbox button {
        color: #fff;
        background-color: #2c9c2b;
        border: 0;
        font-size: 1.0625rem;
        font-weight: 600;
        height: 44px;
        padding: 2px 18px 0;
        cursor: pointer; }
    .product-page .buybox .askbox {
      display: flex;
      align-items: center;
      height: 44px;
      margin-left: auto; }
      .product-page .buybox .askbox a {
        display: block;
        height: 44px;
        line-height: 44px;
        background-color: rgba(0, 0, 0, 0.1);
        border-radius: 4px;
        color: rgba(0, 0, 0, 0.7);
        font-size: 1.0625rem;
        padding: 0 18px; }
    @media all and (min-width: 768px) {
      .product-page .buybox {
        padding: 35px 0;
        padding: 20px 0; }
        .product-page .buybox .cartbox {
          border-radius: 4px;
          overflow: hidden; }
          .product-page .buybox .cartbox button {
            padding: 2px 30px 0; }
        .product-page .buybox .askbox a {
          padding: 0 30px; } }
    @media all and (min-width: 1200px) {
      .product-page .buybox .price {
        flex: 0 0 auto;
        margin-bottom: 0; } }
  .product-page .linksbox {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .product-page .linksbox a {
      display: inline-block;
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-radius: 4px;
      padding: 16px 10px 13px;
      font-size: .9375rem;
      transition: all 90ms ease-in-out; }
      .product-page .linksbox a::before {
        content: ' ';
        display: inline-block;
        width: 24px;
        height: 25px;
        float: left;
        margin-right: 12px; }
      .product-page .linksbox a:hover {
        border: 1px solid rgba(0, 0, 0, 0.3); }
      .product-page .linksbox a.movie {
        display: none; }
    .product-page .linksbox .desc::before {
      background: url(../img/ico-see.svg) center center no-repeat; }
    .product-page .linksbox .movie::before {
      background: url(../img/ico-movie.svg) center center no-repeat; }
    @media all and (min-width: 768px) {
      .product-page .linksbox {
        display: block; }
        .product-page .linksbox a {
          padding: 16px 20px 13px;
          margin-right: 30px;
          font-size: 1rem; } }
  .product-page .similar {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .product-page .similar__header {
      font-size: 1.125rem;
      font-weight: 600;
      margin-bottom: 30px; }
    .product-page .similar__grid {
      clear: both; }
      .product-page .similar__grid:after {
        content: '';
        display: table;
        clear: both; }
  .product-page .description {
    clear: both; }
    .product-page .description:after {
      content: '';
      display: table;
      clear: both; }
    .product-page .description__header {
      font-size: 1.125rem;
      font-weight: 600;
      margin-bottom: 30px; }
    .product-page .description__content {
      margin-bottom: 30px; }
      .product-page .description__content:after {
        content: '';
        display: table;
        clear: both; }
    @media all and (max-width: 1200px) {
      .product-page .description {
        text-align: justify; } }
  .product-page .movie-box {
    clear: both;
    margin-bottom: 30px;
    text-align: center;
    padding-top: 20px; }
    .product-page .movie-box .videoWrapper {
      position: relative;
      padding-bottom: 56.25%;
      /* 16:9 */
      height: 0; }
    .product-page .movie-box .videoWrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.wywieszka-1 {
  display: none; }

.ks__row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 8px 0;
  display: flex;
  justify-content: space-between;
  font-size: .9375rem; }

.ks__name {
  flex: 0 0 75%; }

.ks__price {
  flex: 0 0 20%;
  text-align: right; }

.news {
  background-color: #ffff00;
  text-align: center;
  padding: 15px;
  font-size: 1.125rem; }
  .news:after {
    content: '';
    display: table;
    clear: both; }
  .news__grid:after {
    content: '';
    display: table;
    clear: both; }
  .news__name {
    font-weight: 600;
    margin-right: 10px; }
  .news__item a:hover {
    text-decoration: underline; }
  .news .slick-arrow {
    position: absolute;
    top: 50%;
    width: 24px;
    height: 24px;
    text-indent: -2000px;
    overflow: hidden;
    border: 0;
    background-color: rgba(0, 0, 0, 0.1);
    transform: translateY(-50%);
    cursor: pointer;
    text-align: center;
    padding: 0;
    z-index: 100; }
    .news .slick-arrow::before {
      display: block;
      width: 24px;
      height: 24px;
      content: ' '; }
  .news .slick-prev {
    left: 20%; }
    .news .slick-prev::before {
      background: url(../img/s-1.svg) center center no-repeat; }
  .news .slick-next {
    right: 20%; }
    .news .slick-next::before {
      background: url(../img/s-2.svg) center center no-repeat; }

.pagination {
  text-align: center; }
  .pagination-box {
    display: inline-block;
    margin-bottom: 40px;
    border: 1px solid #c5c5c5; }
  .pagination-box > * {
    background: #fff;
    width: 34px;
    height: 32px;
    display: inline-block;
    text-align: center;
    color: #2c9c2b;
    line-height: 32px;
    transition: all 130ms ease-in-out;
    border-left: 1px solid #c5c5c5; }
    .pagination-box > *:first-of-type {
      border-left: 0; }
  .pagination span,
  .pagination a:hover {
    background: #2c9c2b;
    color: #fff; }

.sortbox {
  padding: 4px 8px 2px;
  color: #000000;
  border: 1px solid #e7e7e7;
  border-radius: 4px; }
  .sortbox select {
    border: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    color: #000000;
    background: #fff;
    padding: 6px 6px 4px;
    margin-left: 5px;
    font-size: .875rem; }
  @media all and (min-width: 768px) {
    .sortbox {
      float: right; }
      .sortbox-item {
        margin-bottom: 0;
        margin-right: 8px;
        display: inline-block; } }

/**********************/
.register {
  width: 800px;
  margin: 30px auto 40px;
  font-size: .875rem; }
  .register input[type=checkbox] {
    margin-right: 6px; }
  .register__box {
    padding: 20px 25px;
    border: 1px solid rgba(0, 0, 0, 0.1); }
  .register__row {
    clear: both;
    padding: 4px 0; }
    .register__row:after {
      content: '';
      display: table;
      clear: both; }
  .register__row--header strong {
    font-weight: 400; }
  .register__row--line {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 15px; }
  .register__title {
    display: block;
    float: left; }
  .register__row--header .register__title {
    font-size: 1.5rem;
    padding-bottom: 10px; }
  .register__input-box {
    float: right;
    width: 60% !important; }
  .register__row input[type=text] {
    padding: 4px 10px 2px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background-color: rgba(0, 0, 0, 0.02);
    width: 100% !important; }
  .register__row input[type=password] {
    padding: 4px 10px 2px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background-color: rgba(0, 0, 0, 0.02);
    width: 100% !important; }
  .register__row input[name=ulica], .register__row input[name=firma_ulica] {
    width: 85% !important; }
  .register__row input[name=dom], .register__row input[name=firma_dom] {
    width: 13% !important;
    margin-left: 2% !important; }
  .register__row select {
    padding: 4px 10px 2px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background-color: rgba(0, 0, 0, 0.02);
    width: 100% !important; }
  .register__row--submit {
    text-align: center; }

@media all and (max-width: 860px) {
  .register {
    width: 100%;
    margin: 20px auto 40px; }
    .register__box {
      padding: 20px 25px;
      border: 1px solid rgba(0, 0, 0, 0.1); }
    .register__row {
      clear: both;
      padding: 4px 0; }
      .register__row:after {
        content: '';
        display: table;
        clear: both; }
    .register__row--header strong {
      font-weight: 400; }
    .register__title {
      display: block;
      float: none; }
    .register__input-box {
      float: none;
      width: 100% !important; }
    .register__row input[type=text] {
      padding: 4px 10px 2px;
      border: 1px solid rgba(0, 0, 0, 0.12);
      background-color: rgba(0, 0, 0, 0.02);
      width: 100% !important; }
    .register__row input[type=password] {
      padding: 4px 10px 2px;
      border: 1px solid rgba(0, 0, 0, 0.12);
      background-color: rgba(0, 0, 0, 0.02);
      width: 100% !important; }
    .register__row input[name=ulica], .register__row input[name=firma_ulica] {
      width: 85% !important; }
    .register__row input[name=dom], .register__row input[name=firma_dom] {
      width: 13% !important;
      margin-left: 2% !important; }
    .register__row--submit {
      text-align: center; } }

/*******************/
.login {
  width: 500px;
  margin: 30px auto 40px;
  font-size: 1rem; }
  .login input[type=checkbox] {
    margin-right: 6px; }
  .login__box {
    padding: 20px 25px;
    border: 1px solid rgba(0, 0, 0, 0.1); }
  .login__row {
    clear: both;
    padding: 4px 0; }
    .login__row:after {
      content: '';
      display: table;
      clear: both; }
  .login__title {
    display: block;
    float: left; }
  .login__row--header .login__title {
    font-size: 1.5rem;
    padding-bottom: 10px; }
  .login__input-box {
    float: right;
    width: 60% !important; }
  .login__row input[type=text] {
    padding: 4px 10px 2px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background-color: rgba(0, 0, 0, 0.02);
    width: 100% !important; }
  .login__row input[type=password] {
    padding: 4px 10px 2px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background-color: rgba(0, 0, 0, 0.02);
    width: 100% !important; }
  .login__row--submit {
    text-align: center;
    padding-bottom: 20px;
    padding-top: 10px; }
  .login__row--links {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.12); }
  @media all and (max-width: 860px) {
    .login {
      width: 100%; }
      .login__title {
        float: none;
        width: 100%;
        padding: 8px 0 5px; }
      .login__input-box {
        float: none;
        width: 100% !important; } }

.accountNav li {
  display: block;
  border-bottom: 1px solid #fff; }
  .accountNav li a {
    background-color: #000;
    display: block;
    padding: 6px 15px;
    text-decoration: none;
    color: #fff; }
    .accountNav li a:hover {
      background-color: #2c9c2b; }

@media all and (min-width: 992px) {
  .accountNav {
    padding: 0; }
    .accountNav li {
      display: inline-block;
      border-bottom: 0;
      border-right: 1px solid #fff;
      border-top: 1px solid #fff; }
      .accountNav li a {
        background-color: #000; }
        .accountNav li a:hover {
          background-color: #2c9c2b; } }

@media all and (min-width: 992px) {
  form[name="profil"],
  form[name="adres_nowy"] {
    margin-right: 33%; } }

.pageBox {
  padding: 0 15px; }
  .pageBox-header {
    padding: 30px 0;
    margin-bottom: 30px;
    font-size: 1.25rem; }
  @media all and (min-width: 992px) {
    .pageBox {
      padding: 0; } }

.kd-cart {
  padding: 30px 10px 20px; }
  .kd-cart:after {
    content: '';
    display: table;
    clear: both; }
  .kd-cart__header {
    font-size: 1.75rem;
    margin-bottom: 30px; }
  @media all and (min-width: 1200px) {
    .kd-cart {
      padding: 20px 0 50px; }
      .kd-cart__col-one {
        float: left;
        width: 57%; }
      .kd-cart__col-two {
        float: right;
        width: 40%;
        border-radius: 5px;
        background-color: #efefef; } }

.kd-products__item {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  position: relative;
  margin-bottom: 10px;
  padding: 20px 10px;
  align-items: stretch; }
  .kd-products__item:after {
    content: '';
    display: table;
    clear: both; }
  .kd-products__item .thumb {
    flex: 0 0 16%;
    text-align: center; }
  .kd-products__item .infos {
    padding-left: 20px;
    position: relative;
    flex: 0 0 84%; }
    .kd-products__item .infos .name {
      font-weight: 600;
      font-size: 1.125rem;
      display: block;
      padding: 8px 0; }
    .kd-products__item .infos .row > span:not(:last-of-type) {
      margin-right: 40px;
      display: inline-block;
      min-width: 120px; }
    .kd-products__item .infos .row .qty input {
      background-color: #efefef;
      border: 0;
      height: 34px;
      width: 48px;
      text-align: center;
      border-radius: 4px;
      margin-left: 10px; }
  .kd-products__item .remove {
    position: absolute;
    right: 20px;
    top: -80px; }
    .kd-products__item .remove a {
      background: red url(../img/kd-remove.svg) center center no-repeat;
      width: 28px;
      height: 28px;
      display: block;
      border-radius: 4px; }
      .kd-products__item .remove a:hover {
        background-color: #db0000; }
      .kd-products__item .remove a img {
        display: none; }

@media all and (min-width: 768px) {
  .kd-products__item {
    display: flex; }
  .kd-products .remove {
    top: 10px; }
  .kd-products .infos {
    padding-left: 20px;
    position: relative;
    flex: 0 0 84%; }
    .kd-products .infos .name {
      font-weight: 600;
      font-size: 1.125rem;
      display: block;
      padding: 8px 0; }
    .kd-products .infos .row {
      position: absolute;
      left: 20px;
      bottom: 8px;
      right: 0; } }

.kd-summary {
  background-color: #efefef;
  border-radius: 5px;
  line-height: 2rem;
  text-align: center; }
  .kd-summary__worth {
    padding: 32px 25px;
    font-size: 1.375rem;
    font-weight: 600; }
  .kd-summary__code {
    background-color: #e1e1e1;
    padding: 12px 25px; }
    .kd-summary__code input[type=text] {
      border-radius: 4px;
      border: 1px solid #fff;
      font-size: 1rem;
      padding: 6px 10px;
      width: 150px;
      text-align: center;
      color: #2c9c2b;
      font-weight: 600; }
    .kd-summary__code input[type=button] {
      background-color: #2c9c2b;
      color: #fff;
      border: 0;
      border-radius: 4px;
      font-size: .8125rem;
      padding: 3px 12px;
      cursor: pointer; }
  .kd-summary__buttons {
    padding: 25px 25px; }
    .kd-summary__buttons button {
      border: 0;
      border-radius: 5px;
      font-size: 1.125rem;
      color: #fff;
      padding: 12px 22px 10px;
      cursor: pointer; }
    .kd-summary__buttons .recalc {
      background-color: #606060;
      margin-bottom: 20px; }
      .kd-summary__buttons .recalc:hover {
        background-color: #4e4e4e; }
    .kd-summary__buttons .next-step {
      background-color: red;
      font-weight: 600; }
      .kd-summary__buttons .next-step:hover {
        background-color: #db0000; }
  @media all and (min-width: 768px) {
    .kd-summary {
      text-align: left; }
      .kd-summary > div {
        display: flex;
        justify-content: space-between; }
      .kd-summary .text {
        flex: 60%; }
      .kd-summary .val {
        text-align: right;
        flex: 40%; }
      .kd-summary__buttons .recalc {
        margin-bottom: 0; } }

.kd-back {
  clear: both;
  padding: 20px 0;
  text-align: center; }
  .kd-back--cart {
    clear: none; }
    .kd-back--cart a {
      margin-top: 20px; }
  .kd-back a {
    display: inline-block;
    background-color: #efefef;
    border: 1px solid #e6e6e6;
    padding: 6px 28px 4px;
    border-radius: 4px; }
  .kd-back .back {
    background-image: url(../img/kd-str-1.svg);
    background-position: 20px center;
    background-repeat: no-repeat;
    padding-left: 38px;
    margin-bottom: 20px; }
  @media all and (min-width: 768px) {
    .kd-back {
      text-align: left; }
      .kd-back a {
        padding: 12px 28px 10px;
        margin-right: 10px; }
      .kd-back .back {
        margin-bottom: 0; } }

.kd-country {
  background-color: #e1e1e1;
  padding: 20px 25px; }
  .kd-country .text {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 6px; }
  .kd-country select {
    background-color: #fff;
    border-radius: 4px;
    border: 0;
    font-size: 1rem;
    height: 32px;
    padding: 6px; }

.kd-shipment {
  padding: 16px 0; }
  .kd-shipment__header {
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 1.125rem;
    padding: 0 25px; }
  .kd-shipment__item {
    padding: 12px 25px 9px;
    font-size: .9375rem;
    border-bottom: 1px solid #fff;
    line-height: 1.375rem; }
    .kd-shipment__item:after {
      content: '';
      display: table;
      clear: both; }
    .kd-shipment__item:last-of-type {
      border: 0;
      padding-bottom: 0; }
  .kd-shipment__name {
    float: left;
    width: 80%;
    line-height: 1.25rem; }
    .kd-shipment__name input {
      float: left;
      position: relative;
      left: -5px;
      top: 0; }
    .kd-shipment__name label {
      display: block;
      padding-left: 20px; }
  .kd-shipment__cost {
    float: right;
    width: 20%;
    text-align: right; }
  .kd-shipment__desc {
    padding: 7px 21px 4px;
    background-color: red;
    color: #fff; }

.kd-sum {
  background-color: #efefef;
  padding: 0; }
  .kd-sum__row {
    padding: 15px 25px 12px;
    text-align: center; }
    .kd-sum__row:after {
      content: '';
      display: table;
      clear: both; }
    .kd-sum__row:not(:last-of-type) {
      border-bottom: 1px solid #fff; }
    .kd-sum__row:last-of-type > div {
      float: none;
      display: inline-block;
      margin: 2px 5px; }
  .kd-sum__dksp {
    display: block !important; }
  .kd-sum__all {
    font-size: 1.25rem;
    font-weight: 600; }
  @media all and (min-width: 768px) {
    .kd-sum {
      text-align: left; }
      .kd-sum__row {
        text-align: left; }
        .kd-sum__row > div {
          float: left; }
        .kd-sum__row:last-of-type {
          text-align: right; }
      .kd-sum__dksp {
        display: inline-block !important; }
      .kd-sum__prod {
        width: 25%; }
      .kd-sum__ship {
        width: 25%; }
      .kd-sum__all {
        width: 50%;
        text-align: right; } }

.kd-client {
  padding: 30px 0; }
  .kd-client__header {
    font-size: 1.125rem;
    font-weight: 600; }
  .kd-client__row {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 12px 0 9px; }
    .kd-client__row:after {
      content: '';
      display: table;
      clear: both; }
    .kd-client__row .text {
      float: left;
      line-height: 2.125rem; }
    .kd-client__row .val {
      float: right; }
      .kd-client__row .val input,
      .kd-client__row .val select {
        border-radius: 4px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        font-size: 1rem;
        padding: 0px 8px; }
      .kd-client__row .val select {
        padding: 7px 8px; }

.kd-msg__header {
  margin-bottom: 6px; }

.kd-msg textarea {
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 1rem;
  padding: 10px 8px;
  width: 100% !important; }

.kd-sendcart {
  text-align: center;
  padding-top: 20px; }
  .kd-sendcart button {
    border: 0;
    border-radius: 4px;
    padding: 12px 30px 10px;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 600;
    margin: auto;
    background-color: #2c9c2b;
    cursor: pointer; }
    .kd-sendcart button:hover {
      background-color: #237c22; }
