html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  margin: 0;
  color: #000;
  background: #fff;
  font: 15px/1.3333333 "GothamPro", sans-serif;
  min-width: 320px;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  height: 100%;
  -webkit-font-smoothing: antialiased; }

* {
  max-height: 1000000px; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

img {
  border-style: none; }

a {
  text-decoration: none;
  color: #000;
  outline: none; }
  a:hover {
    text-decoration: none;
    color: #4ddbc2; }

input,
textarea,
select {
  font: 100% "GothamPro", sans-serif;
  color: #000;
  vertical-align: middle;
  outline: none; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
  outline: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
  outline: none; }

input[type="submit"]:hover,
button:hover {
  cursor: pointer; }

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  border-radius: 0 !important; }
  input[type="text"]:focus,
  input[type="tel"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  textarea:focus {
    outline: none; }

textarea {
  overflow: auto;
  resize: vertical;
  vertical-align: top; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: "GothamPro", sans-serif;
  line-height: 1.2em;
  margin: 0 0 1.2em;
  color: #000; }

p {
  margin: 0 0 25px; }
  p a {
    color: #152c70;
    border-bottom: 1px solid #bfc2d1; }
    p a:hover {
      color: #d8030d;
      border-bottom: 1px solid transparent; }

.mark-blue {
  color: #152c70; }

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

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

canvas {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; }

.wrapper > .container {
  position: static; }

@media all and (min-width: 1025px) {
  .wrapper > .container {
    padding-bottom: 310px; } }

.items-slider {
  margin: 0 -22px 34px; }
  .items-slider .slick-slide {
    outline: none;
    padding: 0 22px; }
  .items-slider .slick-prev {
    top: 50%;
    left: -20px;
    width: 60px;
    height: 60px;
    background: url(../images/btn-prev.svg) no-repeat 50% 50%/60px 60px;
    text-indent: -9999px;
    overflow: hidden;
    -webkit-transform: none;
            transform: none;
    cursor: pointer;
    margin-top: -10px;
    z-index: 2; }
    .items-slider .slick-prev:after {
      display: none; }
  .items-slider .slick-next {
    top: 50%;
    right: -20px;
    width: 60px;
    height: 60px;
    background: url(../images/btn-next.svg) no-repeat 50% 50%/60px 60px;
    text-indent: -9999px;
    overflow: hidden;
    -webkit-transform: none;
            transform: none;
    cursor: pointer;
    margin-top: -10px;
    z-index: 2; }
    .items-slider .slick-next:after {
      display: none; }
  @media all and (max-width: 1199px) {
    .items-slider {
      margin: 0 0 34px; }
      .items-slider .slick-prev {
        top: 50%;
        left: -20px;
        width: 60px;
        height: 60px;
        background: url(../images/btn-prev.svg) no-repeat 50% 50%/60px 60px;
        text-indent: -9999px;
        overflow: hidden;
        -webkit-transform: none;
                transform: none;
        cursor: pointer;
        margin-top: -10px; }
        .items-slider .slick-prev:after {
          display: none; }
      .items-slider .slick-next {
        top: 50%;
        right: -20px;
        width: 60px;
        height: 60px;
        background: url(../images/btn-next.svg) no-repeat 50% 50%/60px 60px;
        text-indent: -9999px;
        overflow: hidden;
        -webkit-transform: none;
                transform: none;
        cursor: pointer;
        margin-top: -10px; }
        .items-slider .slick-next:after {
          display: none; } }

.lk-address, .lk-order, .cart {
  font-size: 13px; }
  .lk-address__titles, .lk-order__titles, .cart__titles {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 15px 0 10px;
    border-bottom: 1px solid #efefe6;
    font-weight: 500; }
  .lk-address__item, .lk-order__item, .cart__item {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid #efefe6;
    font-weight: 500; }
    .lk-address__item-link, .lk-order__item-link, .cart__item-link {
      display: block;
      color: #4ddbc2;
      text-decoration: underline;
      text-align: center; }
    .lk-address__item-delete, .lk-order__item-delete, .cart__item-delete {
      color: #ec1c24; }
    .lk-address__item-profile, .lk-order__item-profile, .cart__item-profile {
      color: #4ddbc2;
      text-decoration: underline; }
    .lk-address__item-data, .lk-order__item-data, .cart__item-data {
      font-weight: 300; }
    .lk-address__item-data-point, .lk-order__item-data-point, .cart__item-data-point {
      font-weight: 500; }
  .lk-address__profile, .lk-order__profile, .cart__profile {
    width: 20%; }
  .lk-address__data, .lk-order__data, .cart__data {
    width: 50%; }
  .lk-address__date, .lk-order__date, .cart__date {
    width: 20%;
    text-align: center; }
  .lk-address__action, .lk-order__action, .cart__action {
    width: 10%;
    text-align: center; }
  .lk-address .cart-mobile-label, .lk-order .cart-mobile-label, .cart .cart-mobile-label {
    display: none; }
  @media all and (max-width: 1024px) {
    .lk-address, .lk-order, .cart {
      overflow: hidden !important; }
      .lk-address .cart-mobile-label, .lk-order .cart-mobile-label, .cart .cart-mobile-label {
        display: block !important;
        font-size: 14px !important;
        line-height: 18px !important;
        margin-bottom: 10px;
        text-transform: none !important; }
      .lk-address__titles, .lk-order__titles, .cart__titles {
        display: none !important; }
      .lk-address__item, .lk-order__item, .cart__item {
        width: 100% !important;
        display: block !important;
        position: relative !important; }
        .lk-address__item > div, .lk-order__item > div, .cart__item > div {
          margin-bottom: 10px;
          text-align: left;
          width: auto;
          padding-right: 0 !important; }
      .lk-address__item-photo, .lk-order__item-photo, .cart__item-photo {
        float: left;
        clear: left; }
      .lk-address__item-designation, .lk-order__item-designation, .cart__item-designation {
        display: block;
        margin-left: 100px; }
      .lk-address__photo, .lk-order__photo, .cart__photo {
        width: 80px !important; }
        .lk-address__photo img, .lk-order__photo img, .cart__photo img {
          width: 100% !important;
          height: auto !important;
          display: block; }
      .lk-address__photo-pic, .lk-order__photo-pic, .cart__photo-pic {
        width: 80px !important;
        height: 80px !important; }
      .lk-address__item-price, .lk-order__item-price, .cart__item-price {
        margin-left: 100px;
        display: block !important; }
      .lk-address__amount-wrap, .lk-order__amount-wrap, .cart__amount-wrap {
        margin-left: 100px;
        padding-bottom: 20px; }
      .lk-address__designation, .lk-order__designation, .cart__designation {
        width: auto !important; }
      .lk-address__item-delete, .lk-order__item-delete, .cart__item-delete {
        position: absolute;
        top: 15px;
        right: -15px;
        width: 15px !important; }
      .lk-address__item-sale, .lk-order__item-sale, .cart__item-sale {
        margin-left: 100px !important; }
      .lk-address__item-sum, .lk-order__item-sum, .cart__item-sum {
        margin-left: 100px !important; } }

@media all and (max-width: 1024px) {
  .order .cart__sum span:last-child {
    margin-left: 0 !important; } }

@media all and (max-width: 1024px) {
  .order .gray-bg {
    padding: 20px 15px !important; } }

@media all and (max-width: 1024px) {
  .order .cart {
    padding: 20px 10px !important;
    margin: 0 -10px !important; } }

@media all and (max-width: 1024px) {
  .order .cart__sum {
    width: auto !important; } }

.lk-partner__form {
  width: 100%; }

.lk-partner__title {
  font-size: 15px;
  font-weight: 500;
  margin: 10px 0 30px; }

.lk-partner input[type="text"].lk__form-input, .lk-partner textarea, .lk-partner input[type="password"].lk__form-input,
.lk-partner input[type="number"].lk__form-input {
  width: 340px; }

.lk-partner textarea {
  line-height: 19px; }

.lk-partner label, .lk-partner .lk__textarea-label, .lk-partner .lk__input-description {
  width: 200px; }

.lk-partner__discount {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 97%;
  font-size: 15px;
  font-weight: 500; }
  .lk-partner__discount-size {
    font-weight: 30; }

.lk-partner__second-column .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.lk-partner .lk__form-buttons {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 15px; }

.lk-partner .accent-link {
  font-weight: 300; }

.lk-partner .btn-green {
  padding: 0 15px; }

.lk-data__title {
  font-size: 15px;
  font-weight: 500;
  margin: 10px 0 30px; }

.lk-data__email {
  font-weight: 300;
  margin-left: 15px; }

.lk-data .form-group {
  width: 500px; }

.lk-data #lk__form-mail.edit-mail {
  border-color: rgba(134, 134, 134, 0.2) !important; }

.lk-data .lk__form-buttons {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.lk-order {
  text-align: center; }
  .lk-order__num {
    width: 15%; }
    .lk-order__num.lk-order__item-num {
      color: #4ddbc2;
      text-decoration: underline; }
  .lk-order__status {
    width: 20%; }
  .lk-order__date {
    width: 20%; }
  .lk-order__sum {
    width: 15%; }
  .lk-order__action {
    width: 30%; }
  .lk-order__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    min-height: 90px; }
    .lk-order__item-wrapper:last-child {
      margin-bottom: 30px; }
  .lk-order__item-toggler {
    width: 25px;
    height: 21px;
    background: url(../images/arrow-bottom.png) no-repeat 50%;
    margin-right: 70px;
    padding: 8px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in; }
    .lk-order__item-toggler.lk-order__item-toggler-open {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .lk-order__parameters {
    margin: 30px 0;
    padding: 30px;
    background: #f0efe6;
    font-size: 13px;
    font-weight: 300; }
    .lk-order__parameters-title {
      text-transform: uppercase;
      font-weight: 500;
      padding-bottom: 15px; }
      .lk-order__parameters-title span {
        font-weight: 400; }
    .lk-order__parameters-wrapper {
      text-align: left; }
    .lk-order__parameters b {
      font-weight: 500; }
  .lk-order__group {
    padding: 15px 0;
    position: relative; }
    .lk-order__group::before {
      content: '';
      position: absolute;
      background-size: contain;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 50px;
      height: 40px; }
  .lk-order__person::before {
    background: url(../images/user.png) no-repeat 50%; }
  .lk-order__delivery::before {
    background: url(../images/delivery.png) no-repeat 50%; }
  .lk-order__tracking::before {
    background: url(../images/tracking.png) no-repeat 50%; }
  .lk-order__address::before {
    background: url(../images/location.png) no-repeat 50%; }
  .lk-order__payment::before {
    background: url(../images/payment.png) no-repeat 50%; }
  .lk-order__desc {
    padding-left: 70px; }
  .lk-order__view {
    position: relative;
    text-align: right;
    padding-top: 25px;
    padding-right: 15px;
    display: block; }
    .lk-order__view::after {
      content: '';
      position: absolute;
      width: 9px;
      height: 5px;
      right: 0;
      bottom: 7px;
      background: url(../images/arrow-top.png) no-repeat 50%; }
    .lk-order__view.lk-order__rollout::after {
      background: url(../images/arrow-bottom.png) no-repeat 50%; }
    .lk-order__view em {
      display: none;
      font-style: normal; }

.cart {
  background: #fff;
  text-align: center;
  font-size: 13px; }
  .cart a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .cart__titles {
    padding-top: 0;
    font-weight: 300; }
  .cart__photo {
    width: 15%; }
  .cart__designation {
    width: 28%; }
  .cart__price {
    width: 20%; }
  .cart__quantity {
    width: 10%; }
  .cart__sale {
    width: 7%; }
  .cart__sum {
    width: 10%; }
  .cart__delete {
    width: 10%; }
  .cart__item-delete {
    background: url(../images/item-delete.png) no-repeat 50%;
    text-align: center;
    height: 15px;
    cursor: pointer;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in; }
    .cart__item-delete:hover, .cart__item-delete:focus {
      -webkit-transform: scale(0.9);
              transform: scale(0.9); }
  .cart__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .cart__photo-pic {
    margin: auto;
    background: url(../images/cart-item.png) no-repeat 50%;
    background-size: cover;
    width: 120px;
    height: 120px; }
  .cart__item-designation {
    text-align: left;
    text-transform: uppercase;
    line-height: 20px;
    font-size: 15px;
    padding: 0 30px 0 0; }
  .cart__item-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 40px;
    font-size: 18px; }
    .cart__item-price .cart__price-old {
      margin-right: 30px;
      position: relative;
      color: #868686; }
      .cart__item-price .cart__price-old::before {
        content: '';
        position: absolute;
        background: #f68e92;
        height: 2px;
        width: 125%;
        display: block;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
  .cart__item-sum {
    font-size: 18px; }
  .cart__item-sale {
    font-size: 15px; }
  .cart__summary .d-flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 13px;
    font-weight: 300; }
    .cart__summary .d-flex span:last-of-type {
      font-size: 18px;
      font-weight: 500;
      white-space: nowrap;
      padding-right: 20px; }
  .cart__common {
    text-align: right;
    margin-right: 125px; }
    .cart__common a {
      width: 245px;
      text-transform: uppercase; }

.cart__loader {
  position: absolute;
  top: 0;
  left: 50%;
  width: 20px;
  height: 20px;
  background: url(../images/loader.svg) no-repeat 0 0/20px 20px;
  -webkit-transform: translate3d(-50%, 50px, 0);
          transform: translate3d(-50%, 50px, 0); }

.cart__item .cart__photo {
  position: relative; }
  .cart__item .cart__photo-link {
    position: absolute;
    height: 120px;
    width: 120px;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }

.cart__item .cart__item-quantity {
  position: relative; }
  .cart__item .cart__item-quantity::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    background-color: #4ddbc2;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 40px;
    width: 40px; }

.cart__item .quantity-nav {
  width: 100%;
  height: 42px; }

.cart__item .cart__item-quantity input::-webkit-outer-spin-button,
.cart__item .cart__item-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.cart__item .cart__item-quantity input {
  width: 120px;
  text-align: center;
  height: 42px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  border: none;
  position: relative;
  font-size: 18px;
  z-index: 2;
  background: transparent;
  color: #fff;
  -moz-appearance: textfield; }

.cart__item .quantity-button {
  position: relative;
  cursor: pointer;
  width: 20px;
  color: #000;
  font-size: 18px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  z-index: 3; }

.cart__item .quantity-button.quantity-up {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 15px; }

.cart__item .quantity-button.quantity-down {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 15px; }

.cart__promo {
  padding-top: 30px;
  margin-bottom: 60px; }
  .cart__promo-desc {
    width: 260px; }
  .cart__promo-wrapper {
    text-align: left;
    padding-top: 20px;
    font-size: 13px;
    font-weight: 300; }
  .cart__promo p {
    margin-bottom: 10px; }
  .cart__promo label {
    display: block;
    font-weight: 500;
    margin-bottom: 10px; }
  .cart__promo-input[type="text"] {
    height: 42px;
    padding: 5px 15px;
    width: 260px;
    text-transform: uppercase;
    border: 2px solid rgba(134, 134, 134, 0.5);
    border-radius: 8px !important;
    font-weight: 500;
    margin: 0 20px 10px 0; }
    .cart__promo-input[type="text"].cart__promo-input-sale {
      border-color: #37b34a; }
    .cart__promo-input[type="text"].cart__promo-input-nosale {
      border-color: #ec1c24; }
  .cart__promo-submit {
    text-transform: uppercase; }
  .cart__promo-sale {
    color: #37b34a;
    display: none; }
  .cart__promo-nosale {
    color: #ec1c24;
    display: none; }
  .cart__promo-rezult {
    position: relative;
    height: 60px;
    max-width: 400px; }
    .cart__promo-rezult .accent-link {
      position: absolute;
      bottom: 0; }
  .cart__promo .cart__summary {
    padding: 25px 0 15px; }

.lk-order.cart {
  font-size: 18px;
  padding: 30px; }
  .lk-order.cart .cart__titles {
    padding-top: 0;
    font-weight: 300;
    font-size: 13px; }
  .lk-order.cart .cart__photo {
    width: 15%; }
  .lk-order.cart .cart__designation {
    width: 27%; }
  .lk-order.cart .cart__price {
    width: 20%; }
  .lk-order.cart .cart__quantity {
    width: 10%; }
  .lk-order.cart .cart__sale {
    width: 8%; }
  .lk-order.cart .cart__sum {
    width: 12%; }
  .lk-order.cart .cart__item-quantity {
    font-size: 15px; }
    .lk-order.cart .cart__item-quantity::after {
      content: none; }
  .lk-order.cart .cart__item-designation {
    color: #868686; }
    .lk-order.cart .cart__item-designation span {
      color: #000; }
  .lk-order.cart .cart__summary {
    padding-top: 30px; }

@media (max-width: 1200px) {
  .cart__promo {
    margin-bottom: 90px; } }

@media (max-width: 1070px) {
  .cart__promo {
    margin-bottom: 140px; } }

@media (max-width: 1025px) {
  .lk__form-buttons {
    text-align: center;
    padding-left: 0; }
  .lk-partner .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .lk-partner__discount {
    position: static;
    margin: 30px 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }
  .lk-partner__title {
    text-align: center; }
  .cart {
    overflow: scroll; }
    .cart__item, .cart__titles {
      width: 1160px; }
    .cart__common {
      margin-right: 0; }
  .lk-order {
    overflow: scroll; }
    .lk-order__item, .lk-order__titles {
      width: 1000px; }
  .cart__promo {
    margin-bottom: 0; } }

@media (max-width: 991px) {
  .lk__nav-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .lk__nav-list::after {
      content: none; }
  .lk__nav-item {
    margin: 3px 0;
    width: 49.5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .lk__nav-item:first-child .lk__nav-link-active {
      background: none;
      background-color: #4ddbc2;
      color: #fff !important; }
  .lk__nav-link {
    border: 1px solid #4ddbc2;
    background: none;
    width: 100%; }
    .lk__nav-link-active {
      background-color: #4ddbc2;
      color: #fff !important; }
  .lk-address {
    overflow: scroll; }
    .lk-address__item, .lk-address__titles {
      width: 1020px; }
  .lk #lk-address__form-point {
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 35px; }
  .cart__promo-wrapper {
    padding-top: 0; }
  .cart__promo-input[type="text"] {
    width: 165px;
    margin: 0 10px 10px 0; } }

@media (max-width: 767px) {
  .form-checkbox {
    padding-left: 0;
    margin-left: auto;
    margin-right: auto; }
  .lk__form {
    width: 100%; }
    .lk__form-buttons {
      padding-left: 0;
      margin-left: auto;
      margin-right: auto; }
  .lk-data .form-group {
    width: 100%; }
  .cart__promo {
    margin-bottom: 40px; }
    .cart__promo-rezult {
      height: auto; }
      .cart__promo-rezult .accent-link {
        position: relative;
        bottom: auto; }
    .cart__promo-submit {
      margin-bottom: 10px;
      width: 45%; }
    .cart__promo-input[type="text"] {
      width: 45%; }
  .cart__common {
    text-align: left;
    padding-top: 30px; }
  .cart__summary {
    max-width: 450px; } }

@media (max-width: 575px) {
  label.agree-label {
    width: auto;
    margin-left: 0; }
  .lk__nav-item {
    width: 100%; }
  .lk__form-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .lk__form .form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .lk__form .form-group label, .lk__form .form-group .lk__textarea-label, .lk__form .form-group .lk__input-description {
      width: auto;
      margin-bottom: 5px; }
  .lk__form input[type="text"].lk__form-input, .lk__form input[type="password"].lk__form-input, .lk__form input[type="number"].lk__form-input {
    width: 100%; }
  .lk__form .btn-transparent, .lk__form input[type="submit"], .lk__form textarea {
    display: block;
    width: 100%;
    margin: 0 0 5px; }
  .lk-data .lk__form-radio-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .lk-data .lk__input-description {
    padding-right: 15px; }
  .lk-data [type="radio"]:checked + label, .lk-data [type="radio"]:not(:checked) + label {
    padding-right: 20px; }
  .lk textarea:disabled, .lk input:disabled {
    padding-left: 0 !important; }
  .cart__summary .d-flex span:first-child {
    text-align: left; }
  .cart__summary .d-flex span:last-child {
    font-size: 15px; }
  .cart__promo-submit {
    width: 260px; }
  .cart__promo-input[type="text"] {
    width: 100%; } }

.order .cart {
  padding: 30px 30px 20px; }
  .order .cart__photo {
    width: 25%; }
  .order .cart__designation {
    width: 45%; }
  .order .cart__sum {
    width: 30%; }
    .order .cart__sum span:last-child {
      color: #868686;
      font-weight: 300;
      text-transform: none;
      margin-left: 10px; }
  .order .cart__item-info {
    padding-top: 15px;
    color: #4ddbc2;
    text-transform: none; }
    .order .cart__item-info span {
      font-weight: 300;
      color: #000; }
    .order .cart__item-info span:last-of-type {
      color: #868686; }
  .order .cart__item:last-child {
    border: none; }
  .order .cart__summary {
    background-color: #f0efe6;
    padding: 30px;
    position: fixed;
    top: 285px;
    right: auto !important;
    width: 375px;
    z-index: 10; }
    .order .cart__summary .cart__sale-size {
      color: #ec1c24; }
    .order .cart__summary .cart__total {
      text-transform: uppercase;
      padding-top: 40px;
      font-size: 15px;
      font-weight: 500; }

.order .gray-bg {
  background: #f0efe6;
  padding: 30px;
  margin-bottom: 30px; }

.order__parameters {
  font-size: 13px;
  font-weight: 300; }

.order__title {
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 10px; }
  .order__title p {
    text-transform: none;
    font-weight: 300;
    padding-bottom: 13px;
    margin: 5px 0 0; }

.order__subtitle {
  font-weight: 500;
  font-size: 15px;
  padding-bottom: 10px; }

.order__control {
  padding-top: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .order__control .btn-transparent {
    text-transform: uppercase; }

.order [type="radio"]:checked + label, .order [type="radio"]:not(:checked) + label {
  padding-left: 0;
  padding-right: 0;
  padding-top: 45px;
  font-weight: 300;
  font-size: 13px; }

.order [type="radio"]:checked + label:before, .order [type="radio"]:not(:checked) + label:before, .order [type="radio"]:checked + label:after, .order [type="radio"]:not(:checked) + label:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.order [type="radio"]:not(:checked) + label:before {
  border-color: #868686 !important;
  width: 23px;
  height: 23px; }

.order [type="radio"]:checked + label:before {
  border: 2px solid #4ddbc2 !important;
  width: 23px;
  height: 23px; }

.order [type="radio"]:checked + label:after, .order [type="radio"]:not(:checked) + label:after {
  background-color: #4ddbc2;
  border: 4px solid #fff;
  width: 19px;
  height: 19px;
  top: 2px; }

.order [type="radio"]:checked + label, .order [type="radio"]:not(:checked) + label {
  line-height: 20px; }

.promo-box {
  position: relative;
  height: 600px;
  width: 100vw;
  margin-left: -50vw;
  left: 50%; }
  .promo-box .image {
    height: 600px; }
  @media all and (max-width: 1024px) {
    .promo-box {
      height: 420px;
      margin: 0 -15px;
      width: auto;
      left: 0; }
      .promo-box .image {
        height: 420px; }
      .promo-box .cart__summary {
        position: static !important;
        width: 100% !important;
        max-width: 100%; } }
  @media all and (max-width: 767px) {
    .promo-box {
      height: 210px; }
      .promo-box .image {
        height: 210px; }
      .promo-box [type="radio"]:checked + label:after, .promo-box [type="radio"]:not(:checked) + label:after {
        top: 7px !important; } }

.promo-slider .slick-slide {
  outline: none; }

.promo-slider .container {
  position: relative;
  margin: 0 auto; }

.promo-slider .slick-prev {
  top: 50%;
  left: 20px;
  width: 50px;
  height: 50px;
  background: url(../images/btn-prev.svg) no-repeat 50% 50%/50px 50px;
  text-indent: -9999px;
  overflow: hidden;
  -webkit-transform: none;
          transform: none;
  cursor: pointer;
  z-index: 3; }
  .promo-slider .slick-prev:after {
    display: none; }

.promo-slider .slick-next {
  top: 50%;
  right: 20px;
  width: 50px;
  height: 50px;
  background: url(../images/btn-next.svg) no-repeat 50% 50%/50px 50px;
  text-indent: -9999px;
  overflow: hidden;
  -webkit-transform: none;
          transform: none;
  cursor: pointer;
  z-index: 3; }
  .promo-slider .slick-next:after {
    display: none; }

.promo-slider .text-box {
  position: absolute;
  top: 75px;
  left: 63px;
  max-width: 390px;
  z-index: 2; }
  .promo-slider .text-box h2 {
    color: #fff;
    font-family: 'pf_beausans_pro';
    font-size: 60px;
    font-weight: normal;
    margin: 0 0 40px; }
  .promo-slider .text-box p {
    color: #fff;
    margin: 0 0 47px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300; }

.promo-slider .slick-dots {
  width: 300px;
  margin-left: -600px;
  left: 50%;
  bottom: 45px;
  text-align: left;
  padding-left: 53px; }
  .promo-slider .slick-dots li {
    width: 26px;
    height: 26px;
    margin: 0; }
    .promo-slider .slick-dots li button {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #fff;
      padding: 0;
      border: 0;
      text-indent: -9999px;
      overflow: hidden;
      font-size: 0;
      margin: 8px auto 0;
      display: block; }
    .promo-slider .slick-dots li.slick-active button {
      background: #4ddbc2; }

.promo-slider .btn-green {
  position: absolute;
  bottom: -560px;
  right: 0;
  z-index: 15; }

@media all and (max-width: 1199px) {
  .promo-slider .slick-dots {
    margin-left: 0;
    left: 0;
    width: 100%; }
  .promo-slider .btn-green {
    right: 20px; } }

@media all and (max-width: 1024px) {
  .promo-slider .btn-green {
    bottom: -390px; }
  .promo-slider .slick-prev {
    left: auto;
    right: 40px;
    top: 0; }
  .promo-slider .slick-next {
    left: auto;
    right: 0;
    top: 0; }
  .promo-slider .text-box {
    left: 15px;
    top: 64px; }
    .promo-slider .text-box h2 {
      font-size: 42px;
      margin: 0 0 55px; }
    .promo-slider .text-box p {
      display: none; }
  .promo-slider .slick-dots {
    width: 180px;
    bottom: 37px;
    padding-left: 20px; } }

@media all and (max-width: 767px) {
  .promo-slider .btn-green {
    bottom: -190px; }
  .promo-slider .text-box {
    max-width: 200px;
    top: 27px; }
    .promo-slider .text-box h2 {
      font-size: 21px;
      margin-bottom: 29px; }
  .promo-slider .slick-dots {
    padding-left: 10px;
    bottom: 20px; }
    .promo-slider .slick-dots li {
      width: 20px;
      height: 20px; }
      .promo-slider .slick-dots li button {
        width: 6px;
        height: 6px; }
  .promo-slider .btn-green {
    font-size: 9px;
    height: 20px;
    line-height: 20px;
    min-width: 100px;
    padding: 0 20px; } }

.cart__item-photo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block; }

.catalog.catalog-four > li {
  width: 25%; }

@media all and (max-width: 1199px) {
  .catalog.catalog-four > li {
    width: 33.33333%; } }

@media all and (max-width: 1024px) {
  .catalog.catalog-four > li {
    width: 50%; } }

@media all and (max-width: 767px) {
  .catalog.catalog-four > li {
    width: 100%; } }

.footer {
  max-width: 100vw;
  width: 1200px;
  padding-left: 10px;
  padding-right: 10px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0); }
  @media all and (max-width: 1199px) {
    .footer {
      left: 0;
      max-width: 200vw;
      width: auto;
      -webkit-transform: none;
              transform: none; } }

/*
.cart__photo-pic {
    background-size: contain !important;
    background-position: 50% 50% !important;
}
*/
@media all and (max-width: 1024px) {
  .order .cart__summary {
    position: static !important;
    width: 100% !important;
    max-width: 100%; } }

@media all and (max-width: 767px) {
  .order [type="radio"]:checked + label::before, .order [type="radio"]:not(:checked) + label::before {
    top: 0 !important; } }

.item-slider .image a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%; }

.cart__photo-pic {
  background-size: contain !important;
  background-position: 50% 50% !important; }
/*# sourceMappingURL=style-dont-touch.css.map */