

/* Start:/local/templates/shop/css/libs/jquery.suggestions.css?17664329512083*/
.suggestions-nowrap{white-space:nowrap}.suggestions-input{-ms-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.suggestions-input::-ms-clear{display:none}.suggestions-wrapper{position:relative;margin:0;padding:0;vertical-align:top;-webkit-text-size-adjust:100%}.suggestions-suggestions{background:#fff;border:1px solid #999;-ms-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:default;left:0;min-width:100%;position:absolute;z-index:9999;-webkit-text-size-adjust:100%}.suggestions-suggestions strong{font-weight:400;color:#39f}.suggestions-suggestions.suggestions-mobile{border-style:none}.suggestions-suggestions.suggestions-mobile .suggestions-suggestion{border-bottom:1px solid #ddd}.suggestions-suggestion{padding:6px;overflow:hidden}.suggestions-suggestion:hover{background:#f7f7f7}.suggestions-selected{background:#f0f0f0}.suggestions-selected:hover{background:#f0f0f0}.suggestions-hint{padding:6px;white-space:nowrap;overflow:hidden;color:#777;font-size:85%;line-height:20px}.suggestions-subtext{color:#777}.suggestions-subtext_inline{display:inline-block;min-width:6em;vertical-align:bottom;margin:0 .5em 0 0}.suggestions-subtext-delimiter{display:inline-block;width:2px}.suggestions-subtext_label{margin:0 0 0 .25em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;padding:0 3px;background:#f5f5f5;font-size:85%}.suggestions-value[data-suggestion-status=LIQUIDATED]{position:relative}.suggestions-value[data-suggestion-status=LIQUIDATED]:after{position:absolute;left:0;right:0;top:50%;border-top:1px solid rgba(0,0,0,.4);content:""}.suggestions-promo{font-size:85%;display:none;color:#777;padding:4px;text-align:center}.suggestions-promo a{color:#777;display:block;filter:grayscale(100%);line-height:20px;text-decoration:none}.suggestions-promo a:hover{filter:grayscale(0)}.suggestions-promo svg{height:20px;vertical-align:bottom}@media screen and (min-width:600px){.suggestions-promo{position:absolute;top:0;right:0;text-align:left}}
/* End */


/* Start:/local/templates/shop/css/loader.css?1766432951611*/
#ajax-preloader {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .35);
    background-image: url('/local/templates/shop/css/../images/loader.svg');
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    z-index: 99999;
}
#ajax-preloader._show {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    visibility: visible;
}
/* End */


/* Start:/local/templates/shop/css/main.css?1766432951124361*/
@charset "UTF-8";
/* ===============================
=            Choices            =
=============================== */
.choices {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  font-size: 16px;
}

.choices:focus {
  outline: none;
}

.choices:last-child {
  margin-bottom: 0;
}

.choices.is-open {
  overflow: visible;
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.choices.is-disabled .choices__item {
  cursor: not-allowed;
}

.choices [hidden] {
  display: none !important;
}

.choices[data-type*=select-one] {
  cursor: pointer;
}

.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 7.5px;
}

.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0;
  font-size: 16px;
  line-height: 1;
}

.choices__list--single .choices__item {
  font-size: 16px;
  line-height: 1;
}

.choices[data-type*=select-one] .choices__button {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.25;
}

.choices[data-type*=select-one] .choices__button:hover, .choices[data-type*=select-one] .choices__button:focus {
  opacity: 1;
}

.choices[data-type*=select-one] .choices__button:focus {
  -webkit-box-shadow: 0 0 0 2px #00bcd4;
  box-shadow: 0 0 0 2px #00bcd4;
}

.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button {
  display: none;
}

.choices[data-type*=select-one]::after {
  content: "";
  height: 5px;
  width: 5px;
  border-style: solid;
  border-color: #333 #333 transparent transparent;
  border-width: 3px;
  border-radius: 3px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -8px;
  pointer-events: none;
}

.choices[data-type*=select-one].is-open::after {
  border-color: #333 #333 transparent transparent;
  margin-top: -5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.choices[data-type*=select-one][dir=rtl]::after {
  left: 11.5px;
  right: auto;
}

.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
  cursor: text;
}

.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0;
}

.choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus {
  opacity: 1;
}

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #fff;
  padding: 7.5px 7.5px 3.75px;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
  border: 1px solid #7C848A;
  border-radius: 4px;
}

.is-focused .choices__inner, .is-open .choices__inner {
  border-color: #b7b7b7;
}

.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}

.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}

[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}

.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--multiple {
  display: inline;
}

.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #00bcd4;
  border: 1px solid #00a5bb;
  color: #fff;
  word-break: break-all;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}

[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}

.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1;
}

.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaaaaa;
  border: 1px solid #919191;
}

.choices__list--dropdown, .choices__list[aria-expanded] {
  visibility: hidden;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
  will-change: visibility;
}

.is-active.choices__list--dropdown, .is-active.choices__list[aria-expanded] {
  visibility: visible;
}

.is-open .choices__list--dropdown, .is-open .choices__list[aria-expanded] {
  border-color: #b7b7b7;
}

.is-flipped .choices__list--dropdown, .is-flipped .choices__list[aria-expanded] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.25rem 0.25rem 0 0;
}

.choices__list--dropdown .choices__list, .choices__list[aria-expanded] .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}

.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
}

[dir=rtl] .choices__list--dropdown .choices__item, [dir=rtl] .choices__list[aria-expanded] .choices__item {
  text-align: right;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted::after, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
  opacity: 0.5;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.5;
}

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray;
}

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.choices__button:focus {
  outline: none;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}

.choices__input:focus {
  outline: 0;
}

.choices__input::-webkit-search-decoration, .choices__input::-webkit-search-cancel-button, .choices__input::-webkit-search-results-button, .choices__input::-webkit-search-results-decoration {
  display: none;
}

.choices__input::-ms-clear, .choices__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

.choices__placeholder {
  opacity: 0.5;
}

.choices__list--dropdown .choices__placeholder {
  display: none;
}

/* =====  End of Choices  ====== */
@font-face {
  font-family: "PTSans";
  src: url("/local/templates/shop/css/../fonts/PTSans-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("/local/templates/shop/css/../fonts/ProximaNova-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("/local/templates/shop/css/../fonts/ProximaNova-Semibold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("/local/templates/shop/css/../fonts/ProximaNova-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("/local/templates/shop/css/../fonts/ProximaNova-Extrabld.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: "Roboto";
  src: url("/local/templates/shop/css/../fonts/Roboto-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
*, body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Proxima Nova", "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow: auto;
  color: #161820;
  -webkit-text-size-adjust: 100%;
}

ul {
  padding-left: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #161820;
}

iframe {
  display: block;
  width: 100%;
  border: none;
}

input[type=text],
input[type=tel],
input[type=emal] {
  font-family: "Proxima Nova", sans-serif;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

.container {
  max-width: 1440px;
  padding: 0 80px;
  margin: 0 auto;
  position: relative;
}

.inner {
  max-width: 1155px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}

.btn {
  border: none;
  outline: none;
  padding: 16px 32px;
  width: 100%;
  color: #fff;
  background-color: #F0273F;
  border-radius: 4px;
  text-align: center;
  font-family: "Proxima Nova";
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  cursor: pointer;
}
.btn:hover {
  background-color: #910b1a;
}
.btn--white {
  background-color: #fff;
  border: 1px solid #161820;
  color: #161820;
}
.btn--white:hover {
  background-color: #010101;
  color: #fff;
}
.btn--black {
  background-color: #Fff;
  color: #010101;
  border: 1px solid #010101;
}
.btn--black:hover {
  background-color: #010101;
  color: #fff;
}
.btn--secondary {
  font-size: 16px;
  line-height: 19px;
  padding: 12px 24px;
  font-weight: 500;
}

.ruble {
  font-family: "Helvetica Neue", sans-serif;
}

.swiper-button-disabled {
  opacity: 0.5;
}

.header {
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 0px #D8DBDD;
  box-shadow: 0px 1px 0px #D8DBDD;
  position: sticky;
  top: 0;
  z-index: 10;
}
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
}

.header-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  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;
}

.header-logo {
  margin: 0 auto 0 20.5px;
  max-width: 150px;
  display: block;
  height: 45px;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header-logo img {
  max-width: 150px;
  width: 100%;
}

.header-burger {
  width: 27px;
  height: 18px;
  margin-right: 8px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  position: static;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header-burger:hover {
  opacity: 0.6;
}
.header-burger span {
  width: 100%;
  height: 2px;
  background-color: #F0273F;
  display: block;
  margin-bottom: 5px;
}

.header-nav {
  padding: 0 20px;
  width: 100%;
}
.header-nav-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-nav__item {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.header-nav__link {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  padding: 42px 0;
  font-weight: 600;
}
.header-nav__link:hover {
  color: #F0273F;
}
.header-nav__title {
  display: none;
}
.header-nav__close {
  display: none;
}
.header-nav__back {
  display: none;
}

.header-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-action__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.header-action__item:hover {
  opacity: 0.6;
}
.header-action__item span {
  display: none;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
}

.header-search {
  margin-right: 12px;
  cursor: pointer;
}
.header-search svg {
  fill: #161820;
}

.header-catalog {
  display: none;
}

.header-cabinet {
  margin-right: 12px;
  cursor: pointer;
}
.header-cabinet:hover {
  opacity: 0.6;
}

.header-basket {
  margin-right: 12px;
  position: relative;
  cursor: pointer;
}
.header-basket:hover {
  opacity: 0.6;
}
.header-basket__counter {
  position: absolute;
  right: -2.5px;
  top: -5px;
  font-size: 11px;
  line-height: 13px;
  padding: 2px 4px;
  background-color: #F0273F;
  color: #fff;
  border-radius: 3px;
}

.header-enter {
  cursor: pointer;
}
.header-enter:hover {
  opacity: 0.6;
}

.header-dropdown {
  display: none;
  position: absolute;
  background-color: #fff;
  width: 100%;
  left: 0;
  top: 100%;
  padding: 60px 0;
  z-index: 4;
  border-top: 1px solid #D8DBDD;
  -webkit-box-shadow: 0px 7px 8px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 7px 8px 0px rgba(34, 60, 80, 0.2);
}

.header-dropdown-content {
  max-width: 1440px;
  padding: 0 80px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-dropdown-left {
  max-width: 564px;
  width: 100%;
  margin-right: 60px;
}
.header-dropdown-left img {
  width: 100%;
  display: block;
}

.header-dropdown__main-img,
.header-dropdown__img {
  display: none;
}

.header-dropdown__main-img--active,
.header-dropdown__img--active {
  display: block;
}

.header-dropdown-right {
  width: auto;
}

.header-dropdown__title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #F0273F;
}

.header-dropdown-list {
  padding-top: 12px;
}

.header-dropdown__link {
  font-size: 13px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  padding: 12px 0;
}
.header-dropdown__link:hover {
  color: #F0273F;
}

.header-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  padding: 34px 80px 40px;
  max-width: 350px;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);
  z-index: 10;
}
.header-menu.active {
  display: block;
}

.header-menu__close {
  position: absolute;
  top: 19px;
  right: 19px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.header-menu__close:hover {
  opacity: 0.7;
}
.header-menu__close::before {
  position: absolute;
  content: "";
  display: block;
  top: 10px;
  width: 24px;
  height: 2px;
  background-color: #F0273F;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header-menu__close::after {
  position: absolute;
  content: "";
  display: block;
  top: 10px;
  width: 24px;
  height: 2px;
  background-color: #F0273F;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header-nav__logo {
  display: block;
  margin-bottom: 40px;
  max-width: 150px;
  width: 100%;
}
.header-nav__logo img {
  width: 100%;
  display: block;
}

.header-nav-menu__link {
  display: block;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
}
.header-nav-menu__link:hover {
  color: #F0273F;
}
.header-nav-menu__link:last-of-type {
  margin-bottom: 0;
}

.header-nav-menu__close {
  position: absolute;
  top: 19px;
  right: 19px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.header-nav-menu__close:hover {
  opacity: 0.6;
}
.header-nav-menu__close::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 2px;
  top: 12px;
  background-color: #F0273F;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header-nav-menu__close::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 2px;
  top: 12px;
  background-color: #F0273F;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header-searchbar {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0s 0.25s ease-in;
  transition: all 0s 0.25s ease-in;
}
.header-searchbar__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(22, 24, 32, 0.5);
  opacity: 0;
  -webkit-transition: all 0s ease-in;
  transition: all 0s ease-in;
}
._open .header-searchbar__bg {
  opacity: 1;
}
.header-searchbar._open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0s ease-in;
  transition: all 0s ease-in;
}
.header-searchbar__inner {
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  padding: 26px 0;
  background: #ffffff;
  position: relative;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
._open .header-searchbar__inner {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.header-searchbar__form .search {
  margin: 0 auto;
}
.header-searchbar__close {
  position: absolute;
  width: 56px;
  height: 56px;
  right: 80px;
  top: 50%;
  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;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #FAFAFA;
  border-radius: 50%;
  cursor: pointer;
}
.header-searchbar__close svg {
  fill: #F0273F;
}
.header-searchbar__close:hover svg {
  fill: #910b1a;
}

.footer {
  border-top: 1px solid #D8DBDD;
}

.footer-subscribe {
  padding: 60px 0 21px;
  border-bottom: 1px solid #D8DBDD;
}
.footer-subscribe .container {
  padding: 0;
  max-width: 714px;
  margin: 0 auto;
}

.footer-subscribe__title {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 32px;
  font-weight: 800;
}

.footer-form .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
}
.footer-form .form__input {
  padding: 16px 16px 16px 75px;
  max-width: 512px;
  outline: none;
  border: 1px solid #7C848A;
  border-radius: 6px;
  font-size: 20px;
  line-height: 24px;
  margin-right: 24px;
  width: 512px;
  height: 56px;
  position: relative;
}
.footer-form .form__input::-webkit-input-placeholder {
  font-size: 20px;
  font-weight: 400;
  font-family: "Proxima Nova";
  color: #010101;
}
.footer-form .form__input::-moz-placeholder {
  font-size: 20px;
  font-weight: 400;
  font-family: "Proxima Nova";
  color: #010101;
}
.footer-form .form__input:-ms-input-placeholder {
  font-size: 20px;
  font-weight: 400;
  font-family: "Proxima Nova";
  color: #010101;
}
.footer-form .form__input::-ms-input-placeholder {
  font-size: 20px;
  font-weight: 400;
  font-family: "Proxima Nova";
  color: #010101;
}
.footer-form .form__input::placeholder {
  font-size: 20px;
  font-weight: 400;
  font-family: "Proxima Nova";
  color: #010101;
}
.footer-form .form__input-label {
  position: absolute;
  top: 12px;
  left: 30px;
}
.footer-form .form-item {
  position: relative;
}
.footer-form .form__btn {
  font-size: 20px;
  line-height: 24px;
  width: 100%;
  padding: 16px 32px;
}
.footer-form .form__text {
  max-width: 600px;
}
.footer-form .form__text a {
  color: #F0273F;
}

.form__text a {
  color: #F0273F;
}

.footer-content {
  padding: 51px 0 40px;
}

.footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-row:last-of-type {
  margin-top: 40px;
}

.footer-links__item {
  display: block;
  margin-bottom: 24px;
  font-weight: 600;
}

.footer__btn {
  font-size: 16px;
  line-height: 20px;
  max-width: 190px;
}

.footer__logo {
  margin-bottom: 48px;
}

.footer__tel {
  display: block;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.footer__mail {
  margin-bottom: 16px;
  color: #7C848A;
  cursor: pointer;
}
.footer__mail:hover {
  color: #F0273F;
}

.footer-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-collection {
  margin-right: auto;
  margin-left: 125px;
}

.footer-collection__title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.footer-collection-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  row-gap: 16px;
  -webkit-column-gap: 42px;
  -moz-column-gap: 42px;
  column-gap: 42px;
}

.footer-collection__link {
  display: inline-block;
  font-weight: 600;
  cursor: pointer;
}
.footer-collection__link:hover {
  color: #F0273F;
}

.footer__desc {
  max-width: 332px;
  font-size: 14px;
  line-height: 22px;
  margin-right: 16px;
}
.footer__desc a {
  display: block;
  color: rgb(124, 132, 138);
}

.footer__cookie {
  width: 100%;
  margin-bottom: 30px;
  color: #9EA9B0;
}
.footer__cookie p {
  max-width: 800px;
}
.footer__cookie a {
  color: #010101;
}

.footer__company {
  color: #9EA9B0;
}

.footer__dev {
  color: #9EA9B0;
}
.footer__dev span {
  color: #010101;
}
.footer__dev:hover {
  opacity: 0.7;
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.footer-logo {
  display: block;
  margin-right: 298px;
}

.footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 405px;
  width: 100%;
}

.footer-list__item {
  margin-right: 12px;
}

.footer-list__link {
  display: inline-block;
  color: #F0273F;
  cursor: pointer;
}
.footer-list__link:hover {
  text-decoration: underline;
}

.footer-contacts {
  max-width: 190px;
  width: 100%;
  margin-bottom: 20px;
}

.mobile-menu {
  display: none;
}
.mobile-menu svg {
  fill: #161820;
}

.mobile__basket {
  position: relative;
}

.mobile__basket-counter {
  position: absolute;
  right: 28px;
  top: -5px;
  font-size: 11px;
  line-height: 13px;
  padding: 2px 4px;
  background-color: #F0273F;
  color: #fff;
  border-radius: 3px;
}

.breadcrumbs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.breadcrumbs-list::-webkit-scrollbar {
  display: none;
}

.breadcrumbs__item {
  color: #7C848A;
  position: relative;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
}
.breadcrumbs__item:not(:first-of-type) {
  padding-left: 21px;
}
.breadcrumbs__item:not(:first-of-type)::before {
  position: absolute;
  content: "/";
  top: 0;
  left: 10px;
  color: #161820;
}
.breadcrumbs__item:last-of-type::before {
  color: #7C848A;
}

.breadcrumbs__link {
  color: #161820;
}
.breadcrumbs__link:hover {
  text-decoration: underline;
}

.form__title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 24px;
}

.form__input {
  font-family: "Proxima Nova", "Roboto", sans-serif;
  width: 100%;
  padding: 12px 16px;
  height: 43px;
  outline: none;
  border: 1px solid #7C848A;
  border-radius: 4px;
  font-size: 16px;
  line-height: 24px;
}
.form__input::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #161820;
  opacity: 0;
}
.form__input::-moz-placeholder {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #161820;
  opacity: 0;
}
.form__input:-ms-input-placeholder {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #161820;
  opacity: 0;
}
.form__input::-ms-input-placeholder {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #161820;
  opacity: 0;
}
.form__input::placeholder {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #161820;
  opacity: 0;
}
.form__input ~ .form__label {
  position: absolute;
  font-family: "Proxima Nova";
  top: 12px;
  left: 16px;
  font-size: 16px;
  line-height: 19px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.form__input ~ .form__label span {
  display: inline-block;
  margin-left: 3px;
  color: #F0273F;
}
.form__input:not(:-moz-placeholder-shown) ~ .form__label {
  top: -7px;
  z-index: 3;
  font-size: 13px;
  line-height: 14px;
  padding: 0 4px;
  background-color: #fff;
}
.form__input:not(:-ms-input-placeholder) ~ .form__label {
  top: -7px;
  z-index: 3;
  font-size: 13px;
  line-height: 14px;
  padding: 0 4px;
  background-color: #fff;
}
.form__input:focus ~ .form__label, .form__input:not(:placeholder-shown) ~ .form__label {
  top: -7px;
  z-index: 3;
  font-size: 13px;
  line-height: 14px;
  padding: 0 4px;
  background-color: #fff;
}

.form__input[type=tel] {
  position: relative;
  z-index: 2;
  background-color: transparent;
}

.form-item {
  margin-bottom: 24px;
  position: relative;
}
.form-item.form-item--nm {
  margin-bottom: 0;
  margin-right: 10px;
}
.form-item--succsess {
  position: relative;
}
.form-item--succsess::before {
  position: absolute;
  content: url("/local/templates/shop/css/../images/form-succsess.png");
  top: 9px;
  right: 16px;
}

.form-item__email {
  position: relative;
}

.form-item--valid {
  position: relative;
}
.form-item--valid::before {
  position: absolute;
  top: 11px;
  right: 16px;
  content: "";
  width: 18px;
  height: 18px;
  background-color: #08CC56;
  border-radius: 50%;
}
.form-item--valid::after {
  position: absolute;
  top: 15.5px;
  right: 20.5px;
  content: "";
  width: 7px;
  height: 3.5px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.form-item__email-btn {
  padding: 8px 16px;
  width: auto;
  color: #fff;
  background-color: #161820;
  outline: none;
  border: none;
  cursor: pointer;
  border: 1px solid #161820;
  height: 32px;
  font-size: 14px;
  line-height: 16px;
  position: absolute;
  top: 5.5px;
  right: 6px;
  border-radius: 3px;
}
.form-item__email-btn:hover {
  color: #161820;
  background-color: #fff;
}

.form__textarea {
  padding: 12px 16px;
  max-width: 100%;
  width: 100%;
  border: 1px solid #7C848A;
  border-radius: 4px;
  outline: none;
  font-family: "Proxima Nova", "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.form__textarea::-webkit-input-placeholder {
  font-size: 16px;
  font-family: "Proxima Nova";
  font-weight: 400;
  color: #161820;
}
.form__textarea::-moz-placeholder {
  font-size: 16px;
  font-family: "Proxima Nova";
  font-weight: 400;
  color: #161820;
}
.form__textarea:-ms-input-placeholder {
  font-size: 16px;
  font-family: "Proxima Nova";
  font-weight: 400;
  color: #161820;
}
.form__textarea::-ms-input-placeholder {
  font-size: 16px;
  font-family: "Proxima Nova";
  font-weight: 400;
  color: #161820;
}
.form__textarea::placeholder {
  font-size: 16px;
  font-family: "Proxima Nova";
  font-weight: 400;
  color: #161820;
}
.form__textarea:focus + .form__label {
  font-size: 13px;
  line-height: 14px;
  padding: 0 4px;
  background-color: #fff;
  top: -7px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.form__textarea.active + .form__label {
  font-size: 13px;
  line-height: 14px;
  padding: 0 4px;
  background-color: #fff;
  top: -7px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.form-сheckbox-item {
  position: relative;
}

.form-checkbox-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  padding-left: 28px;
  line-height: 24px;
}
.form-checkbox-item .form-text {
  line-height: 24px;
}

.form-checkbox__link {
  color: #F0273F;
}

.form__checkbox {
  opacity: 0;
  width: 0;
}

.form__checkbox-label {
  position: absolute;
  top: 3px;
  left: 0;
  background: #FFFFFF;
  /* Серый */
  width: 16px;
  height: 16px;
  border: 1px solid #7C848A;
  border-radius: 3px;
  cursor: pointer;
}
.form__checkbox-label::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #F0273F;
  border-radius: 1px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.form__checkbox-label:hover::before {
  opacity: 0.4;
}

.form__checkbox-text {
  padding-left: 16px;
  max-width: 100%;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
}

.form__checkbox:checked + .form__checkbox-label::before {
  opacity: 1;
}

.form-row {
  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;
}

.form-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form__btn {
  padding: 12px 24px;
  font-size: 16px;
  line-height: 20px;
  width: auto;
}
.form__btn.form-forget-password {
  color: #F0273F;
  cursor: pointer;
}
.form__btn.form-forget-password:hover {
  text-decoration: underline;
}

.form-captcha {
  margin-bottom: 24px;
  max-width: 335px;
  width: 100%;
}
.form-captcha img {
  width: 100%;
  display: block;
}

.col-2 {
  width: 17.1%;
}

.col-3 {
  width: calc(33.3% - 12px);
}

.col-6 {
  width: calc(50% - 12px);
}

.form-section {
  margin-bottom: 60px;
}
.form-section:last-of-type {
  margin-bottom: 0;
}
.form-section:first-of-type {
  margin-top: 60px;
}

.form-section--delivery {
  margin-bottom: 60px;
}
.form-section--delivery .form__title {
  margin-bottom: 28px;
}

.form-section--payment {
  padding-bottom: 60px;
  margin-bottom: 24px;
  border-bottom: 1px solid #D8DBDD;
}
.form-section--payment .form__title {
  margin-bottom: 28px;
}

.form-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 40px;
}
.form-radio:last-of-type {
  margin-right: 0;
}
.form-radio svg {
  margin-right: 18px;
}

.form-radio__label {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  white-space: nowrap;
}
.form-radio__label::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #7C848A;
  border-radius: 50%;
}
.form-radio__label::after {
  position: absolute;
  content: "";
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  background-color: #F0273F;
  border-radius: 50%;
  opacity: 0;
}
.form-radio__label:hover::after {
  opacity: 0.4;
}

.form-radio__input {
  opacity: 0;
  width: 0;
  display: none;
}

.form-radio__input:checked ~ .form-radio__label::after {
  opacity: 1;
}

.form-delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 24px;
  border-bottom: 1px solid #D8DBDD;
}

.form-payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-agreement {
  border-bottom: 1px solid #D8DBDD;
}

.form-subscribe {
  padding-bottom: 36px;
  border-bottom: 1px solid #D8DBDD;
  margin-bottom: 24px;
}

.hero {
  color: #fff;
}

.hero-slider {
  position: relative;
  overflow: hidden;
}

.hero-slider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hero-slider__item .banner {
  width: 100%;
  margin-bottom: 0;
}
.hero-slider__item .banner::before {
  display: none;
}

.hero-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 130px;
}

.hero__logo {
  width: 100%;
}

.hero-info__name {
  font-size: 35px;
  line-height: 45px;
  color: #FFC700;
  text-transform: uppercase;
  font-family: "PTSans";
}
.hero-info__name span {
  font-size: 21px;
  line-height: 28px;
  display: block;
  color: #fff;
}

.hero-info__model {
  font-size: 28px;
  line-height: 36px;
  text-transform: uppercase;
  font-family: "PTSans";
}
.hero-info__model img {
  width: 100%;
}
.hero-info__model span {
  font-size: 18px;
  line-height: 23px;
  display: block;
}

.hero-info__size {
  font-size: 25px;
  line-height: 32px;
  font-family: "PTSans";
  text-transform: uppercase;
  color: #FFC700;
}
.hero-info__size img {
  width: 100%;
}
.hero-info__size span {
  font-size: 21px;
  line-height: 28px;
  display: block;
  color: #fff;
}

.hero__desc {
  width: 50%;
  max-width: 526px;
  padding: 40px;
  background: rgba(98, 112, 135, 0.3);
  border-radius: 6px;
  max-height: 315px;
  height: 100%;
}
.hero__desc-text {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 30px;
}

.hero__img {
  width: calc(100% - 526px);
  margin-top: -40px;
}

.slider-hero__left {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}

.slider-hero__right {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}

.collections {
  padding: 80px 0 65px;
}

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

.slider {
  max-width: 1091px;
  margin: 0 auto;
  position: relative;
}

.slider-btn__left {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 85px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  width: 20px;
  height: 20px;
  border-top: 2px solid #010101;
  border-left: 2px solid #010101;
  cursor: pointer;
  outline: none;
  z-index: 5;
}

.slider-btn__right {
  position: absolute;
  width: 100%;
  top: 50%;
  right: 85px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 20px;
  height: 20px;
  border-top: 2px solid #010101;
  border-right: 2px solid #010101;
  cursor: pointer;
  outline: none;
  z-index: 5;
}

.slider-hero__left {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  left: 20px;
}

.slider-hero__right {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  right: 20px;
}

.collections__img {
  margin-bottom: 20px;
  position: relative;
}
.collections__img img {
  width: 100%;
  display: block;
  max-height: 400px;
  -o-object-fit: contain;
  object-fit: contain;
}

.collections__badge {
  position: absolute;
  color: #fff;
}
.collections__badge img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.collections__badge-text {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.collections__badge-text span {
  font-size: 26px;
}

.collections__badge--scale {
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 180px;
  height: 58px;
  font-size: 16px;
  font-weight: 700;
}
.collections__badge--scale .collections__badge-text {
  left: 20px;
}

.collections__badge--new {
  right: 0;
  bottom: 0;
  width: 160px;
  height: 52px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.0125rem;
  text-transform: uppercase;
}
.collections__badge--new .collections__badge-text {
  right: 20px;
}

.collections__categories {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #7C848A;
}

.collections__title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.collections__desc {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 20px;
}

.collections__footer {
  margin-top: auto;
}

.collections__more {
  display: block;
  padding-left: 16px;
  text-transform: uppercase;
  margin-bottom: 16px;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  margin-top: auto;
}
.collections__more::before {
  position: absolute;
  content: "";
  left: 0px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #F0273F;
  border-right: 1px solid #F0273F;
  -webkit-transform: rotate(45deg) translate(7px, 5px);
  transform: rotate(45deg) translate(7px, 5px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.collections__more:hover {
  opacity: 0.7;
}

.collections__btn {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.video {
  margin-bottom: 65px;
}

.video-head img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.video-header__img {
  max-height: 620px;
  position: relative;
  overflow: hidden;
}
.video-header__img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100px;
  bottom: -2px;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 40, 67, 0)), to(#FFFFFF));
  background: linear-gradient(180deg, rgba(14, 40, 67, 0) 0%, #FFFFFF 100%);
}

.video__title {
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  margin: 40px 0;
  font-size: 48px;
  line-height: 52px;
}

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

.video-item {
  position: relative;
}
.video-item img {
  width: 100%;
}

.video-item__btn {
  max-width: 73px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.video-item__btn img {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.video-item__btn:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.main-section {
  margin-bottom: 80px;
}
.main-section .cover {
  margin-bottom: 30px;
}

.section-head {
  padding: 80px 0;
  background: url("/local/templates/shop/css/../images/section-head.png") center center/cover no-repeat;
  margin-bottom: 40px;
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-head__content {
  padding: 50px 175px 50px 315px;
  max-width: 938px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff;
  background: -webkit-gradient(linear, right top, left top, color-stop(0.47%, rgba(255, 255, 255, 0)), color-stop(29.12%, rgba(255, 255, 255, 0.2)), color-stop(63.38%, rgba(255, 255, 255, 0.2)), color-stop(99.95%, rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0.47%, rgba(255, 255, 255, 0.2) 29.12%, rgba(255, 255, 255, 0.2) 63.38%, rgba(255, 255, 255, 0) 99.95%);
}

.section-head__img {
  display: none;
}

.section-head__title {
  font-size: 70px;
  line-height: 77px;
  text-align: right;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 40px;
}

.section-head__subtitle {
  text-align: right;
  font-size: 30px;
  line-height: 33px;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 30px;
}

.section-head__btn {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  border: 1px solid transparent;
}
.section-head__btn:hover {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.btn--transparent {
  background-color: transparent;
  border: 1px solid #fff;
  padding: 16px 32px;
  font-size: 20px;
  line-height: 24px;
}

.kids {
  margin-bottom: 80px;
}
.kids .cover {
  margin-bottom: 30px;
}
.kids .section-head {
  background: url("/local/templates/shop/css/../images/section-head-2.png") left center/cover no-repeat;
}

.section-head__content--right {
  margin-left: auto;
  margin-right: 0;
  padding: 50px 315px 50px 75px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.section-head__content--right .section-head__title {
  text-align: left;
}

.books {
  margin-bottom: 80px;
}
.books .cover {
  margin-bottom: 30px;
}
.books .section-head {
  background: url("/local/templates/shop/css/../images/section-head-3.png") center center/cover no-repeat;
}

.cars {
  margin-bottom: 80px;
}
.cars .cover {
  margin-bottom: 30px;
}
.cars .section-head {
  background: url("/local/templates/shop/css/../images/section-head-4.png") left center/cover no-repeat;
}

.art {
  margin-bottom: 80px;
}
.art .cover {
  margin-bottom: 30px;
}
.art .section-head {
  background: url("/local/templates/shop/css/../images/section-head-5.png") right center/cover no-repeat;
}
.art .collections-slider {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.art .collections-item {
  max-width: 336px;
}

.section-head-collection {
  background-image: initial;
}

.about {
  margin-bottom: 80px;
}

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

.about-img {
  width: 50%;
  position: relative;
}
.about-img img {
  width: 100%;
}

.about-info {
  max-width: 546px;
}

.about__title {
  font-size: 48px;
  line-height: 52px;
  margin-bottom: 60px;
  margin-top: 32px;
  font-weight: 800;
  text-transform: uppercase;
}

.about__desc {
  margin-bottom: 30px;
}
.about__desc p {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
}
.about__desc p:last-of-type {
  margin-bottom: 0;
}

.about__btn {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.about-cell {
  width: 50%;
  position: relative;
  z-index: 2;
  margin: 0 0 0 auto;
}

.collections-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto !important;
  position: relative;
  padding-bottom: 56px;
}

.collection {
  padding: 80px 0;
}

.collection-banner .banner::before {
  display: none;
}

.collectionCategory {
  margin-bottom: 169px;
}

.collection__title {
  font-size: 48px;
  line-height: 52px;
  font-weight: 800;
  color: #161820;
  text-transform: uppercase;
  margin-bottom: 60px;
}

.collection__subtitle {
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.collection__text {
  margin-bottom: 60px;
}
.collection__text p {
  font-size: 18px;
  line-height: 29px;
}
.collection__text p + p {
  margin-top: 10px;
}

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

.collection-item {
  width: calc(33.3% - 24px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 33.5px;
  margin-bottom: 40px;
  padding-bottom: 20px;
}
.collection-item:nth-of-type(3n) {
  margin-right: 0;
}

.collection-item__img {
  display: block;
  width: 100%;
}

.collection-item__desc {
  text-align: center;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  margin: 16px auto 0;
}

.collection-item__price {
  text-align: center;
  font-weight: 800;
  font-size: 24px;
  line-height: 38px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.collection-item-action {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  width: 100%;
  margin-top: auto;
}

.collection-item__btn {
  width: 100%;
  font-size: 16px;
  line-height: 18px;
  height: 43px;
  padding: 12px;
}
.collection-item__btn:first-of-type {
  margin-right: 16px;
}

.collection-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.collection-pagination__item {
  height: 43px;
  width: 43px;
  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;
  font-size: 16px;
  line-height: 20px;
  border: 1px solid #161820;
  color: #161820;
  font-weight: 600;
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer;
}
.collection-pagination__item.active {
  background-color: #7C848A;
  color: #fff;
  border-color: #7C848A;
}
.collection-pagination__item:not(:last-of-type) {
  margin-right: 24px;
}
.collection-pagination__item:hover {
  background-color: #7C848A;
  color: #fff;
  border-color: #7C848A;
}
.collection-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.collection-card-slider {
  position: relative;
}
.collection-card .modal-slider {
  max-width: 375px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.collection-card .swiper-slide {
  width: 100%;
}
.collection-card__img {
  width: 100%;
  display: block;
}
.collection-card .modal-slider__left {
  left: -24px;
  z-index: 10;
}
.collection-card .modal-slider__right {
  right: -24px;
}

.modal-slider__pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 20px;
}
.modal-slider__pagination .swiper-pagination-bullet {
  background: transparent;
  width: 12px;
  height: 12px;
  border: 1px solid #010101;
  border-radius: 50%;
  opacity: 1;
}
.modal-slider__pagination .swiper-pagination-bullet-active {
  background: #010101;
}

.collection-card-head {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #D8DBDD;
}

.collection-card-info {
  padding-left: 80px;
}

.collection-card__name {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 24px;
}

.collection-card-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.collection-card__btn {
  width: auto;
  margin-right: 24px;
}

.collection-card__price {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.collection-card__desc {
  margin-bottom: 24px;
  line-height: 24px;
}
.collection-card__desc p {
  margin-bottom: 8px;
}
.collection-card__desc p:last-of-type {
  margin-bottom: 0;
}

.collection-card__download {
  width: auto;
  font-weight: 600;
  padding: 12px 24px 12px 24px;
  border: 1px solid #161820;
  border-radius: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.collection-card__download svg {
  margin-left: 24px;
}
.collection-card__download:hover {
  background-color: #161820;
  color: #fff;
}
.collection-card__download:hover svg path {
  fill: #fff;
}

.collectionCategory .models {
  margin-bottom: 0;
}
.collectionCategory .section-head {
  margin-bottom: 0;
}

.collection-journal {
  padding-bottom: 60px;
  position: relative;
}
.collection-journal .slider-btn__right {
  right: -24px;
}
.collection-journal .slider-btn__left {
  left: -24px;
}
.collection-journal__item img {
  width: 100%;
  display: block;
}

.collection-journal__slider {
  overflow: hidden;
}

.collection__video {
  margin-bottom: 60px;
}
.collection__video img {
  width: 100%;
  display: block;
}

.collection__features {
  margin-bottom: 60px;
  counter-reset: section;
}
.collection__features-item {
  padding: 30px 0 30px 48px;
  border-bottom: 1px solid #D8DBDD;
  font-size: 18px;
  line-height: 28px;
  position: relative;
  counter-increment: section;
}
.collection__features-item::before {
  position: absolute;
  left: 0;
  top: 30px;
  content: counter(section);
  display: block;
  width: 28px;
  height: 28px;
  margin-right: 20px;
  border-radius: 50%;
  border: 1px solid #F0273F;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  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;
}
.collection__features-item:first-child {
  border-top: 1px solid #D8DBDD;
}
.collection__features-item span {
  display: block;
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
}

.about-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about__img {
  width: 100%;
  display: block;
  margin-right: 40px;
}

.about-left {
  width: 50%;
}

.about__subtext {
  padding: 24px 0 0 80px;
  color: #7C848A;
  font-size: 16px;
  line-height: 24px;
}

.about-right {
  width: 50%;
  max-width: 526px;
}

.about__subtitle {
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 24px 0;
}

.about__text {
  margin-bottom: 24px;
}
.about__text h2:first-child {
  margin-top: 0;
}
.about__text:last-of-type {
  margin-bottom: 0;
}
.about__text p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 16px;
}
.about__text p:last-of-type {
  margin-bottom: 0;
}

.products {
  padding: 80px 0;
  border-top: 1px solid #D8DBDD;
}
.products-interesting {
  padding-top: 0;
  border-top: none;
}
.products .collections__img img {
  max-height: 300px;
}

.products__title {
  margin-bottom: 40px;
  font-weight: 700;
  text-align: center;
  font-size: 32px;
  line-height: 36px;
}

.prograduct-slider .collections__more {
  font-size: 12px;
  line-height: 24px;
}
.prograduct-slider .collections__desc {
  font-size: 14px;
  line-height: 20px;
}
.prograduct-slider .collections__title {
  font-size: 16px;
  line-height: 22px;
}
.prograduct-slider .collections__categories {
  font-size: 12px;
  line-height: 18px;
}

.faq__title {
  font-size: 48px;
  line-height: 52px;
  font-weight: 800;
  color: #161820;
  text-transform: uppercase;
  margin-bottom: 60px;
  margin-top: 26px;
}

.faq-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.faq-asside {
  max-width: 430px;
  width: 100%;
}

.faq-list {
  margin-right: 135px;
  width: 100%;
}

.faq-item {
  padding-left: 58px;
  margin-bottom: 60px;
  background: url("/local/templates/shop/css/../images/ico__faq.svg") top left/42px no-repeat;
}
.faq-item:last-of-type {
  margin-bottom: 80px;
}

.faq-item__question {
  margin-bottom: 8px;
  padding: 7px 0;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}

.faq-item__link {
  color: #F0273F;
}

.faq-item__answer {
  font-size: 18px;
  line-height: 28px;
}

.faq-form__btn {
  max-width: 138px;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  border-radius: 4px;
}

.form-captcha img {
  display: block;
}

.contacts {
  padding-top: 30px;
  padding-bottom: 80px;
}

.contacts__title {
  font-size: 48px;
  line-height: 52px;
  margin-bottom: 60px;
  font-weight: 800;
  text-transform: uppercase;
}

.contacts-form {
  max-width: 712px;
}

.contacts-info {
  margin-top: 30px;
  max-width: 995px;
  width: 100%;
}

.contacts-info__title {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.contacts-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.contacts-info__item:last-of-type {
  margin-bottom: 0;
}
.contacts-info__item._tel {
  padding-left: 34px;
  background: url("/local/templates/shop/css/../images/ico__tel.svg") top left/22px no-repeat;
}
.contacts-info__item._mail {
  padding-left: 34px;
  background: url("/local/templates/shop/css/../images/ico__email.svg") top left/22px no-repeat;
}
.contacts-info__item._adress {
  padding-left: 34px;
  background: url("/local/templates/shop/css/../images/ico__adress.svg") top left/22px no-repeat;
}

.contacts-info__tel,
.contacts-info__mail,
.contacts-info__adress {
  max-width: 414px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contacts-info__tel::after,
.contacts-info__mail::after,
.contacts-info__adress::after {
  content: "";
  width: 100%;
  height: 0.5px;
  top: 12px;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: 0.5px dashed #D8DBDD;
  display: block;
  margin: 12px 10px 0;
}
.contacts-info__tel > span,
.contacts-info__mail > span,
.contacts-info__adress > span {
  white-space: nowrap;
  display: block;
  font-size: 16px;
  line-height: 24px;
}

.contacts-info__tel span > span {
  margin-top: 4px;
  display: block;
  font-size: 13px;
  line-height: 18px;
  color: #7C848A;
}

.contacts-info__text {
  width: 50%;
}
.contacts-info__text a {
  font-weight: 600;
}

._adress .contacts-info__text {
  font-weight: 600;
}

._tel .contacts-info__text {
  font-weight: 600;
}

._mail .contacts-info__text {
  font-weight: 600;
}
._mail .contacts-info__text a {
  color: #F0273F;
}

.modal {
  position: fixed;
  width: 100%;
  height: 106vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 99;
}
.modal.active {
  display: block;
  -webkit-animation: opacity 0.5s ease-in-out forwards;
  animation: opacity 0.5s ease-in-out forwards;
}

.modal-wrapper {
  width: 100%;
  height: 100%;
}

.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
  max-width: 714px;
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 60px;
  -webkit-box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  max-height: 90vh;
  overflow-y: auto;
}

.modal-content-lg {
  max-width: 1092px;
  padding-bottom: 28px;
}

.modal__title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 24px;
  padding: 2px 0;
}

.modal__close {
  position: absolute;
  top: 17px;
  right: 20px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: url("/local/templates/shop/css/../images/ico__remove.svg") center center/16px no-repeat, #fafafa;
  cursor: pointer;
}
.modal__close:hover {
  opacity: 0.6;
}

.modal__info {
  padding: 16px 16px 16px 48px;
  font-size: 16px;
  line-height: 24px;
  border-radius: 4px;
  margin-top: 24px;
  background: url("/local/templates/shop/css/../images/ico__info-black.png") 16px 18px/20px no-repeat, #FAFAFA;
}
.modal__info a {
  color: #F0273F;
}
.modal__info a:hover {
  text-decoration: underline;
}

.modal__btn {
  width: auto;
  margin-top: 24px;
  display: inline-block;
}

.modal-form .form-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.modal-form .form-row .form-item {
  width: 100%;
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modal--video .modal-content {
  max-width: 80%;
  padding: 0;
  overflow-y: initial;
  background-color: transparent;
}
.modal--video .modal__close {
  top: -18px;
  right: -18px;
  z-index: 1;
}

.basket {
  display: block;
  padding-bottom: 80px;
}

.basket-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.basket__title {
  margin: 32px 0 60px;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 48px;
  line-height: 52px;
}

.basket-goods__clear {
  color: #F0273F;
  text-align: right;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  padding-bottom: 24px;
  border-bottom: 1px solid #D8DBDD;
}

.basket-goods {
  max-width: 903px;
  width: 100%;
  margin: 0 auto 0 0;
}

.basket-wrapper {
  max-width: 560px;
  margin: 0 auto;
}

.basket-collection__item {
  display: block;
  margin-top: 24px;
}
.basket-collection__item img {
  width: 100%;
  display: block;
}

.basket__notes {
  padding-left: 32px;
  position: relative;
}
.basket__notes span {
  font-weight: 600;
}
.basket__notes a {
  color: #F0273F;
}
.basket__notes a:hover {
  text-decoration: underline;
}
.basket__notes::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 20px;
  height: 20px;
  background: url("/local/templates/shop/css/../images/ico__info-black.png") left top/20px no-repeat;
}

.goods-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 24px 0;
  border-bottom: 1px solid #D8DBDD;
}
.goods-item:first-of-type {
  border-top: 1px solid #D8DBDD;
}

.goods-item-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.goods-item-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.goods-item__img {
  max-width: 81px;
}
.goods-item__img img {
  width: 100%;
}

.goods-item__info {
  padding-left: 24px;
}

.goods-item__name {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 20px;
  color: #7C848A;
  font-weight: 600;
  margin-bottom: 4px;
}

.goods-item__number {
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 4px;
}

.goods-item__delivery {
  font-size: 14px;
  line-height: 20px;
  color: #7C848A;
  padding-left: 22px;
  background: url("/local/templates/shop/css/../images/ico__important.svg") left center/16px no-repeat;
}

.goods-row {
  padding: 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 24px 0;
}

.goods-total__delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
}
.goods-total__delivery span {
  display: block;
  margin-left: 8px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.goods-total__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
}
.goods-total__price span {
  display: block;
  margin-left: 8px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 115px;
  height: 43px;
  border: 1px solid #7C848A;
  border-radius: 4px;
  padding: 12px 16px;
}

.counter__num {
  width: 27px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  border: none;
}

.counter__plus,
.counter__minus {
  width: 16px;
  height: 16px;
  position: relative;
  cursor: pointer;
}
.counter__plus::before,
.counter__minus::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  background-color: #010101;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
}
.counter__plus:hover,
.counter__minus:hover {
  opacity: 0.6;
}

.counter__plus::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 12px;
  background-color: #010101;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
}

.goods-item__quantity {
  font-weight: 700;
  margin-right: 87px;
}

.goods-item__price {
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  min-width: 80px;
  text-align: right;
}

.goods-item-panel {
  margin-right: 24px;
}

.goods-item__remove {
  width: 24px;
  height: 24px;
  background: url("/local/templates/shop/css/../images/basket-remove.svg") center center/24px no-repeat;
  cursor: pointer;
  margin-left: 40px;
}
.goods-item__remove:hover {
  opacity: 0.6;
}

.basket-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.basket-row {
  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;
  margin-top: 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.basket-total__delivery {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.basket-total__delivery span {
  font-weight: 700;
  padding-left: 8px;
}
.basket-total__delivery span span {
  color: #F0273F;
  padding-left: 0;
}

.basket-total__price {
  margin: 0 0 0 auto;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.basket-total__price > span {
  font-size: 24px;
  line-height: 38px;
  font-weight: 700;
  padding-left: 16px;
}

.basket-total__remove {
  width: 24px;
  height: 24px;
  background: url("/local/templates/shop/css/../images/ico__remove.svg") center center/18px no-repeat;
  cursor: pointer;
}
.basket-total__remove:hover {
  opacity: 0.6;
}

.basket-total__info {
  margin-top: 24px;
  padding: 16px 16px 16px 48px;
  background: url("/local/templates/shop/css/../images/ico__info.svg") 16px center/20px no-repeat;
  font-size: 16px;
  line-height: 24px;
  background-color: #FAFAFA;
  border-radius: 4px;
  width: 100%;
}

.basket-total__btn {
  margin: 24px 0 0 auto;
  max-width: 275px;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

.order {
  display: block;
  padding-bottom: 80px;
}
.order .cabinet-content {
  padding-bottom: 0;
}

.order-content {
  max-width: 903px;
  width: 100%;
  margin: 0 auto 0 0;
}

.order__title {
  font-size: 48px;
  line-height: 52px;
  font-weight: 800;
  color: #161820;
  text-transform: uppercase;
  margin-bottom: 60px;
  margin-top: 32px;
  white-space: nowrap;
}

.order-list-head {
  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-bottom: 24px;
}

.order-list-head__title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.order-list-head__change {
  color: #F0273F;
  font-weight: 600;
  line-height: 19px;
  cursor: pointer;
}
.order-list-head__change:hover {
  text-decoration: underline;
}

.order-row {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.order-row .form-item {
  margin-right: 24px;
}
.order-row .col-3 {
  width: 33.3%;
}
.order-row .col-3:nth-of-type(3n) .form-item {
  margin-right: 0;
}

.order__price {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding-top: 24px;
}
.order__price > span {
  padding-left: 16px;
  font-size: 24px;
  line-height: 32px;
}

.order-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.order__btn {
  margin-top: 24px;
  width: auto;
}

.order-item {
  padding: 30px;
  border: 1px dashed #D8DBDD;
  border-radius: 6px;
  margin-bottom: 20px;
}
.order-item:last-of-type {
  margin-bottom: 0;
}
.order-item .basket-total__price {
  margin-right: 0;
}
.order-item .basket-total__price span {
  font-size: 16px;
  line-height: 24px;
  padding-left: 8px;
}
.order-item .goods {
  display: none;
}
.order-item.active .goods {
  display: block;
}
.order-item.active .order-item__total {
  margin-top: 24px;
}
.order-item.active .order-item-panel__btn {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.order-item-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding-bottom: 24px;
}

.order-item-panel__status {
  margin: 0 24px 0 auto;
  font-weight: 600;
}
.order-item-panel__status._waiting {
  color: #ba9510;
}
.order-item-panel__status._sent {
  color: #0D9A45;
}
.order-item-panel__status._recived {
  color: #7C848A;
}

.order-item-panel__btn {
  width: 24px;
  height: 24px;
  background: url("/local/templates/shop/css/../images/ico__arrow-btn.svg") center center/24px no-repeat;
  cursor: pointer;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.order-item-panel__num {
  margin-right: 76px;
  padding-left: 32px;
  background: url("/local/templates/shop/css/../images/ico__document.svg") left center/24px no-repeat;
}

.order-item-panel__date {
  padding-left: 32px;
  background: url("/local/templates/shop/css/../images/ico__calendar.svg") left center/24px no-repeat;
}

.order-item__total {
  padding-top: 24px;
  font-size: 16px;
  line-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-top: 1px solid #D8DBDD;
}
.order-item__total span {
  font-size: 24px;
  line-height: 38px;
  font-weight: 700;
  padding-left: 16px;
}

.order-item__btn {
  padding: 12px 24px;
  display: block;
  max-width: 175px;
  width: auto;
  font-size: 16px;
  line-height: 19px;
  margin: 24px 0 0 auto;
}

.order-section {
  margin-bottom: 60px;
}
.order-section:last-of-type {
  margin-bottom: 0;
}

.order-section__title {
  margin-bottom: 30px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

.order__change {
  font-size: 16px;
  line-height: 20px;
  color: #F0273F;
  font-weight: 600;
  cursor: pointer;
}
.order__change:hover {
  opacity: 0.7;
}
.order__change--mob {
  display: none;
}

.order-payed {
  display: block;
  padding-bottom: 80px;
}

.order-details-section {
  margin-top: 60px;
}
.order-details-section:last-of-type {
  margin-bottom: 60px;
}

.order__subtitle {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.order-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 24px;
}

.order__cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  color: #7C848A;
  white-space: nowrap;
}
.order__cell::after {
  content: "";
  height: 2px;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #D8DBDD));
  background-image: linear-gradient(to right, transparent 50%, #D8DBDD 50%);
  background-size: 10px 10px;
  background-repeat: repeat-x;
  background-position: 0 center;
  display: block;
  margin-left: 10px;
}

.order__cell-value {
  width: auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
  white-space: nowrap;
  margin-left: 10px;
  color: #161820;
}
.order__cell-value::after {
  display: none;
}

.order__cell--price {
  font-weight: 700;
}

.order-action-top {
  width: 100%;
  padding-top: 24px;
  border-top: 1px solid #D8DBDD;
  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;
}
.order-action-top .order__price {
  padding-top: 0;
}

.order__timer {
  width: 100%;
  padding-left: 32px;
  position: relative;
}
.order__timer::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 24px;
  height: 24px;
  background: url("/local/templates/shop/css/../images/timer.svg") center center/20px no-repeat;
  display: block;
}
.order__timer span {
  font-weight: 700;
  display: inline-block;
}

.order__sucsess {
  padding-left: 32px;
  max-width: 450px;
  width: 100%;
  background: url(/local/templates/shop/css/../images/ico__info-black.png) left 2px/20px no-repeat;
}
.order__sucsess span {
  color: #F0273F;
}
.order__sucsess a {
  color: #F0273F;
}
.order__sucsess p {
  display: block;
}
.order__sucsess p + p {
  margin-top: 16px;
}

.profile__title {
  font-size: 48px;
  line-height: 52px;
  font-weight: 800;
  color: #161820;
  text-transform: uppercase;
  margin-top: 32px;
  margin-bottom: 60px;
}

.profile {
  display: block;
  padding-bottom: 0px;
}
.profile .form-section {
  margin-bottom: 36px;
}
.profile .form-action {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.profile__btn {
  margin-left: 30px;
  max-width: 216px;
  margin-bottom: 24px;
}

.form-section__info {
  padding-left: 28px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  background: url("/local/templates/shop/css/../images/ico__info-black.png") left 2px/20px no-repeat;
}

.cabinet-asside {
  max-width: 297px;
  width: 100%;
  padding: 0 30px;
  margin-left: 80px;
  border-left: 1px solid #D8DBDD;
  margin-top: 140px;
}

.cabinet-asside__title {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.cabinet-asside__item {
  display: block;
  font-size: 16px;
  line-height: 25px;
  text-transform: uppercase;
  margin-bottom: 24px;
  padding-left: 16px;
  position: relative;
  font-weight: 600;
}
.cabinet-asside__item.active a {
  color: #7C848A;
}
.cabinet-asside__item.active svg path {
  fill: #7C848A;
}
.cabinet-asside__item:hover a {
  color: #7C848A;
}
.cabinet-asside__item::before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 4px;
  height: 4px;
  border-top: 1px solid #F0273F;
  border-right: 1px solid #F0273F;
}
.cabinet-asside__item:last-of-type {
  margin-bottom: 0;
}

.cabinet-asside__ico {
  display: none;
}

.cabinet-asside__counter {
  background: #F0273F;
  border-radius: 3px;
  padding: 2px 4px;
  font-size: 11px;
  line-height: 1;
  position: absolute;
  top: -5px;
  right: -5px;
  color: #fff;
}

.cabinet-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 80px;
}

.cabinet-main {
  max-width: 903px;
  margin: 0 auto;
  width: 100%;
}
.cabinet-main .form-checkbox-item {
  margin-bottom: 0;
}
.cabinet-main .profile__btn {
  margin-bottom: 0;
}

.cabinet__title {
  font-size: 48px;
  line-height: 52px;
  font-weight: 800;
  color: #161820;
  text-transform: uppercase;
  margin-bottom: 60px;
  margin-top: 32px;
}

.cabinet-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 714px;
  width: 100%;
  padding-bottom: 80px;
}

.cabinet-nav__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: 24px 0;
  border-bottom: 1px solid #D8DBDD;
}
.cabinet-nav__item:first-of-type {
  border-top: 1px solid #D8DBDD;
}

.cabinet-nav__subtitle {
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 16px;
}

.cabinet-nav__link {
  font-weight: 600;
  color: #F0273F;
}
.cabinet-nav__link:hover {
  text-decoration: underline;
}

.cabinet-nav__icon {
  position: relative;
}
.cabinet-nav__icon .quantity {
  padding: 2px 4px;
  border-radius: 3px;
  background-color: #F0273F;
  color: #fff;
  font-size: 11px;
  line-height: 12px;
  font-weight: 700;
  position: absolute;
  top: -7px;
  right: -8px;
}

.cabinet-nav__btn {
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: auto;
}

.cabinet-nav__btn {
  padding: 12px 24px;
  font-size: 16px;
  line-height: 20px;
  margin-top: 24px;
}

.cabinet-tabs {
  margin-bottom: 30px;
}

.cabinet-tab {
  display: inline-block;
  padding-bottom: 13px;
  margin-right: 30px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.cabinet-tab:last-of-type {
  margin-right: 0px;
}
.cabinet-tab.active {
  border-bottom: 3px solid #F0273F;
}

.subscribe-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}

.subscribe-item__img {
  max-width: 165px;
  width: 100%;
  margin-right: 24px;
}
.subscribe-item__img img {
  width: 100%;
}

.subscribe-content {
  width: 100%;
}

.subscribe-item {
  margin-bottom: 60px;
}
.subscribe-item:last-of-type {
  margin-bottom: 0;
}

.subscribe-item-head {
  padding-bottom: 24px;
  border-bottom: 1px solid #D8DBDD;
}

.subscribe-item__category {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 4px;
  color: #7C848A;
  text-transform: uppercase;
}

.subscribe-item__name {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.subscribe-action {
  padding-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.subscribe-more__btn {
  width: auto;
  margin-right: 16px;
  font-weight: 600;
}

.subscribe-order__btn {
  width: auto;
}

.package-item.active .package-head {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
.package-item.active .package__btn {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.package-item.active .package__sum {
  display: none;
}
.package-item.active .package__date {
  display: none;
}
.package-item.active .package__num {
  font-weight: 700;
}
.package-item.active .package-content {
  display: block;
}
.package-item._shipped .package__date {
  color: #7C848A;
}

.package-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid #D8DBDD;
}

.package__btn {
  width: 24px;
  height: 24px;
  background: url("/local/templates/shop/css/../images/ico__arrow-btn.svg") center center/24px no-repeat;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.package__num {
  margin-right: 76px;
  padding-left: 32px;
  font-weight: 600;
  background: url("/local/templates/shop/css/../images/ico__document.svg") left center/24px no-repeat;
}

.package__date {
  padding-left: 32px;
  background: url("/local/templates/shop/css/../images/ico__calendar.svg") left center/24px no-repeat;
}

.package__sum {
  margin: 0 24px 0 auto;
  font-weight: 700;
}

.package-content {
  display: none;
  padding-bottom: 24px;
  border-bottom: 1px solid #D8DBDD;
}

.package-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 24px;
  line-height: 24px;
  padding-right: 48px;
}
.package-row:last-of-type {
  margin-bottom: 0;
}

.package-cell {
  white-space: nowrap;
}

.package-cell--title {
  max-width: 100%;
  width: 100%;
  margin-right: 10px;
  color: #7C848A;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  background-color: #fff;
}
.package-cell--title::before {
  content: "";
  height: 2px;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #D8DBDD));
  background-image: linear-gradient(to right, transparent 50%, #D8DBDD 50%);
  background-size: 10px 10px;
  background-repeat: repeat-x;
  background-position: 0 center;
  display: block;
  margin-left: 10px;
}

.pacakge-cell__sum {
  font-weight: 700;
}

.pacakge-list__item {
  margin-bottom: 8px;
}
.pacakge-list__item:last-of-type {
  margin-bottom: 0;
}

.cabinet-select {
  max-width: 303px;
  width: 100%;
  margin-bottom: 30px;
}

.banner {
  position: relative;
  margin-bottom: 40px;
}
.banner:last-of-type {
  margin-bottom: 0;
}
.banner::before {
  position: absolute;
  content: "";
  height: 40px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#FFFFFF));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #FFFFFF 100%);
}

.banner-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 50%;
  bottom: 60px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.banner__img {
  width: 100%;
  display: block;
}

.banner-btn__more {
  width: 100%;
  min-width: 249px;
  padding: 32px;
  white-space: nowrap;
  margin-right: 32px;
  border: none;
  -webkit-box-shadow: 0px 10px 45px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 10px 45px rgba(0, 0, 0, 0.3);
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  font-weight: 700;
  padding: 24px 40px;
}

.banner-btn__buy {
  width: 100%;
  min-width: 249px;
  white-space: nowrap;
  -webkit-box-shadow: 0px 10px 45px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 10px 45px rgba(0, 0, 0, 0.3);
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  padding: 24px 40px;
  text-align: center;
}

.banner.niva .banner-action {
  left: 60px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.banner.niva .banner-btn__buy {
  max-width: initial;
  width: auto;
  padding: 24px 40px;
}
.banner.jiguli .banner-action {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  left: 60px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.banner.jiguli .banner-btn__more {
  margin-right: 0;
  margin-bottom: 32px;
}
.banner.julvern .banner-action {
  left: 60px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.banner.kids {
  padding-bottom: 0;
}
.banner.kids .banner-action {
  left: 60px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.banner.country .banner-action {
  left: 60px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.banner.dollhouse .banner-action {
  left: 60px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.banner.car .banner-action {
  left: 60px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.banner.traktors .banner-action {
  left: 60px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.banner.kings-1 .banner-action {
  bottom: 210px;
}

.error-page {
  display: block;
  padding-bottom: 120px;
}

.error-page__title {
  margin: 32px 0 60px;
  font-size: 48px;
  line-height: 52px;
  text-transform: uppercase;
}

.error-page__block {
  max-width: 714px;
  width: 100%;
  padding: 40px;
  background: #FAFAFA;
  border-radius: 4px;
}

.error-page__num {
  font-size: 72px;
  line-height: 88px;
  font-weight: 700;
  margin-bottom: 16px;
}

.error-page__subtitle {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 16px;
}

.error-page__desc {
  font-size: 16px;
  line-height: 24px;
}
.error-page__desc a {
  color: #F0273F;
}
.error-page__desc a:hover {
  text-decoration: underline;
}

:root {
  --cover-bg-1: rgba(18, 95, 137, 1);
  --cover-bg-0: rgba(18, 95, 137, 0);
}

.cover {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-template-areas: "img" "content";
}
.cover:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 75%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(var(--cover-bg-0)), color-stop(30%, var(--cover-bg-1)));
  background: linear-gradient(90deg, var(--cover-bg-0) 0%, var(--cover-bg-1) 30%);
  display: none;
  z-index: 1;
}
.cover:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--cover-bg-0)), to(#FFF));
  background: linear-gradient(180deg, var(--cover-bg-0) 0%, #FFF 100%);
  z-index: 1;
}
.cover__img {
  grid-area: img;
  display: block;
}
.cover__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cover__content {
  grid-area: content;
  position: relative;
  margin: auto 0;
  padding: 40px 20px 60px;
  background-color: var(--cover-bg-1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  text-align: center;
  z-index: 1;
}
.cover__content:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  padding: 0 75px;
  display: none;
  background: -webkit-gradient(linear, right top, left top, color-stop(0.5%, rgba(255, 255, 255, 0)), color-stop(29%, rgba(255, 255, 255, 0.2)), color-stop(63%, rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0.5%, rgba(255, 255, 255, 0.2) 29%, rgba(255, 255, 255, 0.2) 63%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
}
.cover__title {
  margin-bottom: 30px;
  font-weight: 800;
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  color: #fff;
}
.cover__btn {
  width: 100%;
  border: 1px solid transparent;
}
.cover__btn:hover {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.cover--reverse:before {
  left: 0;
  width: 75%;
  background: -webkit-gradient(linear, left top, right top, color-stop(70%, var(--cover-bg-1)), to(var(--cover-bg-0)));
  background: linear-gradient(90deg, var(--cover-bg-1) 70%, var(--cover-bg-0) 100%);
}
.cover--reverse .cover__content:before {
  left: 0;
}
.cover--blue {
  --cover-bg-1: rgba(18, 95, 137, 1);
  --cover-bg-0: rgba(18, 95, 137, 0);
}
.cover--green {
  --cover-bg-1: rgba(16, 104, 79, 1);
  --cover-bg-0: rgba(16, 104, 79, 0);
}
.cover--light-blue {
  --cover-bg-1: rgba(0, 144, 183, 1);
  --cover-bg-0: rgba(0, 144, 183, 0);
}
.cover--brown {
  --cover-bg-1: rgba(187, 79, 30, 1);
  --cover-bg-0: rgba(187, 79, 30, 0);
}
.cover--yellow {
  --cover-bg-1: rgba(198, 145, 17, 1);
  --cover-bg-0: rgba(198, 145, 17, 0);
}

.iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.search {
  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;
  position: relative;
  max-width: 714px;
}
.search__ico {
  position: absolute;
  left: 23px;
  top: 12px;
}
.search__ico svg {
  fill: #F0273F;
}
.search__input.form__input {
  padding-left: 70px;
  height: 56px;
  font-size: 20px;
}
.search__input.form__input::-webkit-input-placeholder {
  opacity: 1;
}
.search__input.form__input::-moz-placeholder {
  opacity: 1;
}
.search__input.form__input:-ms-input-placeholder {
  opacity: 1;
}
.search__input.form__input::-ms-input-placeholder {
  opacity: 1;
}
.search__input.form__input::placeholder {
  opacity: 1;
}
.search__btn {
  margin-left: 16px;
  width: auto;
  height: 56px;
}
.search__btn-ico {
  display: none;
}
.search__btn-ico svg {
  fill: #F0273F;
}

.search-result__form {
  margin-bottom: 24px;
}
.search-result__total {
  margin-bottom: 40px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
.search-result__total span {
  color: #F0273F;
}
.search-result__list {
  display: grid;
  gap: 32px;
}
.search-result__item {
  margin-right: auto;
  display: inline-grid;
  grid-template-columns: 80px 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 4px 24px;
  grid-template-areas: "img name" "img number";
}
.search-result__item-img {
  grid-area: img;
}
.search-result__item-img img {
  max-width: 100%;
}
.search-result__item-name {
  grid-area: name;
  align-self: end;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  color: #7C848A;
}
.search-result__item-number {
  grid-area: number;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
  color: #161820;
}
.search-result .collection-pagination {
  margin: 40px 0 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 1600px){
  .section-head__content {
    padding: 50px 175px 50px 215px;
  }
  .section-head__content--right {
    padding: 50px 115px 50px 75px;
  }
  .about__subtext {
    padding-left: 40px;
    font-size: 14px;
    line-height: 20px;
    padding-top: 16px;
  }
  .banner-btn__more {
    padding: 18px;
    font-size: 16px;
    line-height: 24px;
  }
  .banner-btn__buy {
    padding: 18px;
    font-size: 16px;
    line-height: 24px;
  }
  .banner.kings-1 .banner-action {
    bottom: 150px;
  }
}
@media (max-width: 1439px){
  .container {
    padding: 0 40px;
  }
  .header-nav {
    padding: 0 20px;
  }
  .header-dropdown-content {
    padding: 0 40px;
  }
  .hero__img img {
    width: 100%;
  }
}
@media (max-width: 1349px){
  .slider-btn__left {
    left: 15px;
  }
  .slider-btn__right {
    right: 15px;
  }
}
@media (max-width: 1299px){
  .order__title {
    white-space: initial;
    margin-bottom: 40px;
  }
  .package__num {
    margin-right: 24px;
  }
}
@media (max-width: 1280px){
  body.scroll {
    overflow: hidden;
  }
  .header {
    padding: 31px 0;
  }
  .header-container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .header-logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .header-burger {
    margin-right: 0;
  }
  .header-nav__back {
    display: none;
    position: fixed;
    top: 26px;
    left: 30px;
    z-index: 40;
  }
  .header-nav__back.active {
    display: block;
  }
  .header-nav {
    display: none;
    padding: 50px 0px 15px;
  }
  .header-nav__item {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
  }
  .header-nav {
    display: block;
    position: fixed;
    width: 100%;
    max-width: 350px;
    background: #fff;
    top: 0;
    left: -100%;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 21;
    -webkit-box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);
    padding: 66px 20px 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    overflow-y: auto;
    max-height: 100vh;
  }
  .header-nav.active {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }
  .header-nav__title {
    display: block;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .header-nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-nav__item {
    margin: 0;
  }
  .header-nav__link {
    padding: 15px 0;
  }
  .header-nav__close {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: url("/local/templates/shop/css/../images/ico__remove.svg") center center/16px no-repeat, #fafafa;
    cursor: pointer;
    z-index: 50;
  }
  .header-nav__close:hover {
    opacity: 0.6;
  }
  .header-action__item span {
    display: block;
    margin-top: 4px;
  }
  .header-action__item svg {
    width: 24px;
    height: 24px;
  }
  .header-action {
    max-width: 596px;
    width: 100%;
    margin-left: 32px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 0;
  }
  .header-catalog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .header-cabinet {
    margin-right: 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .header-basket {
    margin-right: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .header-basket__counter {
    right: 5px;
  }
  .header-enter {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .header-dropdown {
    display: block;
    position: fixed;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    padding: 30px 0;
    -webkit-box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 66px 30px 30px;
  }
  .header-dropdown.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }
  .header-dropdown-content {
    padding: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .header-dropdown-left {
    display: none;
  }
  .header-dropdown__link {
    font-size: 16px;
    white-space: initial;
  }
  .header-searchbar__inner {
    padding-right: 80px;
  }
  .header-searchbar__close {
    right: 20px;
  }
  .order-item-panel {
    display: grid;
    grid-template-columns: 240px 120px 1fr;
    gap: 24px 0;
  }
  .order-item-panel__status {
    grid-column: 1/5;
    grid-row: 2/3;
    margin: 0;
  }
  .order-item-panel__btn {
    margin: 0 0 0 auto;
  }
  .order-item-panel__num {
    margin: 0;
  }
  .order-item-panel__date {
    margin: 0;
  }
}
@media (max-width: 1200px){
  .footer-collection {
    margin-left: 0;
    margin-right: 24px;
  }
  .footer-logo {
    margin-right: 172px;
  }
  .footer-list {
    margin-right: auto;
    margin-left: 0;
  }
  .hero-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hero-info__badge {
    width: 30%;
  }
  .hero__img {
    margin-top: 0;
  }
  .collections__btn {
    font-size: 16px;
    padding: 16px;
  }
  .modal-content-lg {
    max-width: calc(100vw - 40px);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .banner-action {
    bottom: 30px;
  }
  .banner-btn__more {
    padding: 16px 24px;
    width: auto;
    min-width: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 20px;
    line-height: 24px;
    margin-right: 20px;
  }
  .banner-btn__buy {
    padding: 16px 30px;
    width: auto;
    min-width: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 1024px){
  .header-action {
    max-width: 420px;
  }
  .hero-info {
    margin-bottom: 60px;
  }
  .hero-info__name {
    width: 50%;
    margin-bottom: 10px;
    padding: 20px;
    padding-left: 0;
  }
  .hero-info__model {
    width: 50%;
    margin-bottom: 10px;
    padding: 20px;
    padding-left: 0;
  }
  .hero__desc {
    width: 100%;
    height: auto;
    max-height: initial;
  }
  .hero__img {
    width: 100%;
    margin-top: 40px;
  }
  .collectionCategory {
    margin-bottom: 100px;
  }
  .cabinet-asside {
    margin-left: 32px;
  }
}
@media (max-width: 991px){
  .footer-main {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-collection-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 0;
    grid-gap: 0;
  }
  .footer-collection__link + .footer-collection__link {
    margin-top: 16px;
  }
  .footer__desc {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    margin-top: 24px;
    max-width: 100%;
  }
  .section-head {
    background-position: 20% center;
    height: 450px;
  }
  .section-head__content {
    max-width: 468px;
    padding: 50px 80px 50px 160px;
  }
  .section-head__title {
    font-size: 40px;
    line-height: 52px;
  }
  .section-head__content--right {
    padding: 50px 140px 50px 100px;
  }
  .collection__title {
    font-size: 32px;
    line-height: 40px;
  }
  .collection-item {
    width: calc(50% - 20px);
    margin-right: 40px;
  }
  .collection-item:nth-of-type(3n) {
    margin-right: 40px;
  }
  .collection-item:nth-of-type(odd) {
    margin-right: 40px;
  }
  .collection-item:nth-of-type(even) {
    margin-right: 0;
  }
  .collection-card .modal-slider {
    max-width: 300px;
  }
  .about-wrapper {
    padding: 0 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about__subtext {
    padding-left: 0;
  }
  .about-right {
    padding-top: 32px;
    max-width: 100%;
    width: 100%;
  }
  .faq__title {
    font-size: 32px;
    line-height: 40px;
  }
  .faq-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 60px;
  }
  .faq-list {
    margin-right: 0;
  }
  .basket {
    padding-bottom: 40px;
  }
  .basket-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .order__title {
    font-size: 32px;
    line-height: 40px;
  }
  .profile__title {
    font-size: 32px;
    line-height: 40px;
  }
  .cabinet-asside {
    margin-top: 10px;
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin-left: 0;
    border-left: none;
  }
  .cabinet-asside__title {
    font-size: 16px;
    line-height: 20px;
    display: none;
  }
  .cabinte-asside-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cabinet-asside__item {
    margin-bottom: 16px;
    margin-right: 60px;
  }
  .cabinet-asside__item {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    margin-right: 40px;
  }
  .cabinet-asside__item span {
    display: none;
  }
  .cabinet-asside__item::before {
    display: none;
  }
  .cabinet-asside__ico {
    display: block;
    margin-bottom: 16px;
    position: relative;
  }
  .cabinet-asside__ico svg {
    width: 26px;
    height: 26px;
  }
  .cabinet-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cabinet__title {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 940px){
  .hero-slider__item {
    padding: 0;
  }
  .slider-btn__left {
    left: 15px;
  }
  .slider-btn__right {
    right: 15px;
  }
  .about {
    margin-bottom: 40px;
  }
  .about-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-img {
    width: 100%;
  }
  .about-info {
    padding: 40px 0;
  }
  .about-cell {
    width: 100%;
    margin: 0;
    padding: 0 40px;
  }
}
@media (max-width: 767px){
  .container {
    padding: 0 20px;
  }
  .inner {
    padding: 0 20px;
  }
  .header {
    padding: 15px 0;
  }
  .header-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .header-logo {
    width: 136px;
    height: 36px;
    margin: 0 auto 0 0;
  }
  .header-logo img {
    width: 136px;
    height: 36px;
  }
  .header-nav {
    max-width: 100%;
  }
  .header-action {
    display: none;
  }
  .header-dropdown__title {
    white-space: initial;
  }
  .header-menu {
    max-width: 100%;
    padding: 0;
  }
  .header-nav__logo {
    padding-left: 0;
    max-width: 100%;
    padding: 15px 20px;
    border-bottom: 1px solid #D8DBDD;
  }
  .header-nav__logo img {
    display: block;
    width: 136px;
    height: 36px;
  }
  .header-nav-menu__link {
    margin: 30px 20px;
  }
  .header-nav-menu__link:last-of-type {
    margin-bottom: 30px;
  }
  .header-searchbar__inner {
    padding: 66px 0 26px;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
  .header-searchbar__close {
    -webkit-transform: none;
    transform: none;
    width: 36px;
    height: 36px;
    top: 20px;
    right: 20px;
  }
  .header-searchbar__close svg {
    width: 16px;
    height: 16px;
  }
  .footer {
    padding-bottom: 80px;
  }
  .footer-subscribe .container {
    padding: 0 20px;
  }
  .footer-subscribe {
    padding: 30px 0;
  }
  .footer-subscribe__title {
    font-size: 30px;
    line-height: 33px;
  }
  .footer-form .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .footer-form .form__input {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    font-size: 16px;
    line-height: 24px;
  }
  .footer-form .form__input::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 24px;
  }
  .footer-form .form__input::-moz-placeholder {
    font-size: 16px;
    line-height: 24px;
  }
  .footer-form .form__input:-ms-input-placeholder {
    font-size: 16px;
    line-height: 24px;
  }
  .footer-form .form__input::-ms-input-placeholder {
    font-size: 16px;
    line-height: 24px;
  }
  .footer-form .form__input::placeholder {
    font-size: 16px;
    line-height: 24px;
  }
  .footer-form .form-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer-form .form__btn {
    margin-top: 0;
  }
  .footer-form .form-checkbox-item {
    margin-bottom: 0;
  }
  .footer-content {
    padding: 30px 0;
  }
  .footer-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
  }
  .footer-main {
    -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;
  }
  .footer-col {
    width: 100%;
  }
  .footer-collection {
    padding: 30px 20px;
    border-top: 1px solid #D8DBDD;
    border-bottom: 1px solid #D8DBDD;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: 0;
  }
  .footer__desc {
    margin-top: 0;
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    max-width: initial;
    width: calc(100% + 40px);
    padding: 0 20px 30px 20px;
    margin-left: -20px;
    border-bottom: 1px solid #D8DBDD;
  }
  .footer__company {
    margin-bottom: 20px;
    display: inline-block;
  }
  .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
    padding-bottom: 30px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer-logo {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .footer-list {
    max-width: 335px;
  }
  .footer-contacts {
    padding-top: 30px;
    margin-bottom: 30px;
    max-width: initial;
  }
  .mobile-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 20px;
    background-color: #fff;
    border-top: 1px solid #D8DBDD;
    z-index: 10;
  }
  .mobile-menu__ico {
    line-height: 0;
  }
  .mobile-menu__item--search .mobile-menu__ico {
    margin: -4px -4px -5px;
  }
  .mobile-menu__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    padding: 0 22px;
    margin: 0;
  }
  .mobile-menu__title {
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    color: #161820;
    margin-top: 4px;
    text-align: center;
  }
  .form__input::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 24px;
  }
  .form__input::-moz-placeholder {
    font-size: 16px;
    line-height: 24px;
  }
  .form__input:-ms-input-placeholder {
    font-size: 16px;
    line-height: 24px;
  }
  .form__input::-ms-input-placeholder {
    font-size: 16px;
    line-height: 24px;
  }
  .form__input::placeholder {
    font-size: 16px;
    line-height: 24px;
  }
  .form-item.form-item--nm {
    margin-right: 0;
    margin-bottom: 24px;
  }
  .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .form-action {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .col-3 {
    width: 100%;
  }
  .col-6 {
    width: 100%;
  }
  .form-section--delivery {
    margin-bottom: 43px;
  }
  .form-section--payment {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .form-radio {
    margin-right: 0;
    margin-bottom: 32px;
    display: grid;
    grid-template-columns: 48px 1fr;
  }
  .form-delivery {
    -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;
  }
  .form-payment {
    -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;
  }
  .form-agreement {
    padding-top: 24px;
  }
  .form-subscribe {
    padding-bottom: 16px;
  }
  .hero-slider .banner__img {
    min-width: 100vw;
  }
  .hero-slider__item {
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hero-info {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hero-info__name {
    width: 100%;
  }
  .hero-info__model {
    width: 100%;
  }
  .collections {
    padding: 30px 0 60px;
  }
  .slider {
    margin: 0 20px;
  }
  .slider-hero__left {
    display: none;
  }
  .slider-hero__right {
    display: none;
  }
  .video-head img {
    height: 422px;
    width: 100vw;
  }
  .video__title {
    font-size: 36px;
    line-height: 40px;
    margin: 30px 0;
  }
  .main-section {
    margin-bottom: 60px;
  }
  .section-head {
    height: auto;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    text-align: center;
    padding: 0;
    position: relative;
    background-image: none !important;
  }
  .section-head::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 60px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#FFFFFF));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  }
  .section-head__content {
    max-width: 100%;
    padding: 10px;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: transparent;
    padding: 40px 0 60px;
    width: calc(100% - 40px);
    margin-left: 0px;
  }
  .section-head__title {
    text-align: center;
    font-size: 36px;
    line-height: 39px;
  }
  .section-head__subtitle {
    font-size: 24px;
    line-height: 30px;
    text-align: left;
  }
  .section-head__btn {
    padding: 15px;
    max-width: 100%;
    width: 100%;
  }
  .kids .section-head {
    margin-bottom: 60px;
    background: #0090B7;
  }
  .kids {
    margin-bottom: 60px;
  }
  .section-head__content--right .section-head__title {
    text-align: right;
  }
  .books .section-head {
    margin-bottom: 60px;
    background: #BB4F1E;
  }
  .books {
    margin-bottom: 60px;
  }
  .cars .section-head {
    margin-bottom: 60px;
    background: #125F89;
  }
  .cars {
    margin-bottom: 60px;
  }
  .art .section-head {
    margin-bottom: 60px;
    background: #C69111;
  }
  .art {
    margin-bottom: 60px;
  }
  .section-head-collection {
    background-image: none !important;
  }
  .about {
    margin-bottom: 0;
  }
  .about-img img {
    width: 100%;
    height: 420px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .about-info {
    padding: 30px 0 60px;
  }
  .about__title {
    font-size: 36px;
    line-height: 40px;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .about__btn {
    max-width: 100%;
  }
  .about-cell {
    padding: 0 20px;
  }
  .collectionCategory .banner::before {
    display: none;
  }
  .collectionCategory {
    margin-bottom: 60px;
  }
  .collection-card {
    -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;
  }
  .collection-card .modal-slider {
    margin-bottom: 24px;
  }
  .collection-card .modal-slider__left {
    display: none;
  }
  .collection-card .modal-slider__right {
    display: none;
  }
  .collection-card-info {
    padding-left: 0;
  }
  .collection-journal .slider-btn__right {
    right: 45%;
    top: auto;
    bottom: 0;
  }
  .collection-journal .slider-btn__left {
    left: 45%;
    top: auto;
    bottom: 0;
  }
  .about-wrapper {
    padding: 0 20px;
  }
  .about-left {
    width: 100%;
  }
  .about__subtitle {
    margin-bottom: 12px;
  }
  .about__text {
    margin-bottom: 16px;
  }
  .products {
    padding: 40px 0;
  }
  .faq__title {
    margin-bottom: 40px;
  }
  .faq-asside {
    max-width: 100%;
  }
  .faq-item {
    padding-left: 0;
    padding-top: 50px;
    margin-bottom: 32px;
  }
  .faq-item:last-of-type {
    margin-bottom: 40px;
  }
  .faq-item__answer {
    font-size: 16px;
    line-height: 24px;
  }
  .contacts {
    padding: 0px 0 40px;
  }
  .contacts__title {
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 40px;
  }
  .contacts-info__tel::after,
  .contacts-info__mail::after,
  .contacts-info__adress::after {
    display: none;
  }
  .contacts-info__tel,
  .contacts-info__mail,
  .contacts-info__adress {
    margin-right: 16px;
    width: 50%;
  }
  .contacts-info__tel > span,
  .contacts-info__mail > span,
  .contacts-info__adress > span {
    white-space: pre-wrap;
  }
  .contacts-info__text {
    text-align: right;
  }
  .modal-content {
    width: 90%;
    padding: 20px;
    max-height: 80vh;
    top: 50px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .modal-content-lg {
    padding-top: 50px;
    height: 85vh;
    overflow-y: auto;
    padding-bottom: 50px;
  }
  .modal-content--xl {
    height: 70vh;
    overflow: scroll;
  }
  .modal-content-lg {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
  }
  .modal__title {
    padding: 0;
    margin-bottom: 24px;
    font-size: 22px;
  }
  .modal__close {
    top: 20px;
  }
  .basket__title {
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 40px;
    margin-top: 20px;
  }
  .goods-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
  }
  .goods-item-left {
    width: 100%;
    padding-bottom: 36px;
    margin-bottom: 16px;
    position: relative;
  }
  .goods-item-right {
    width: 100%;
  }
  .goods-item__img {
    max-width: 81px;
  }
  .goods-item__info {
    width: 80%;
  }
  .goods-item__delivery {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .goods-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .goods-total__price {
    margin-top: 16px;
  }
  .goods-item__price {
    margin: 0 48px 0 auto;
  }
  .goods-item__remove {
    position: absolute;
    bottom: 36px;
    right: 0px;
  }
  .basket-total {
    padding-top: 24px;
  }
  .basket-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
  }
  .basket-total__delivery {
    text-align: right;
    width: 100%;
  }
  .basket-total__price {
    width: 100%;
    margin: 16px 0 0 0;
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    text-align: right;
  }
  .basket-total__remove {
    position: absolute;
    top: 24px;
    right: 0;
  }
  .basket-total__btn {
    max-width: 100%;
  }
  .order__title {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .order-list .goods-item-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .order-list .goods-item__quantity {
    margin-right: 24px;
  }
  .order-list .goods-item__price {
    margin-right: 0;
    margin-left: 0;
  }
  .order-list .goods-item-left {
    padding-bottom: 0;
  }
  .order-list .goods-item__delivery {
    bottom: -38px;
  }
  .order-list .basket-row {
    padding-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .order-list .basket-total__price {
    margin: 0 0 16px 0;
  }
  .order-list-head__change {
    display: none;
  }
  .order-row .col-3 {
    width: 100%;
  }
  .order-row .form-item {
    margin-right: 0;
  }
  .order-row.form-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .order-row.form-row .col-2 {
    width: calc(33% - 16px);
    margin-right: 24px;
  }
  .order-row.form-row .col-2:last-of-type {
    margin-right: 0;
  }
  .order-item {
    padding: 24px;
  }
  .order-item-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    gap: 16px;
    position: relative;
  }
  .order-item-panel__status {
    margin-left: 0;
    width: 80%;
  }
  .order-item-panel__btn {
    position: absolute;
    top: 0px;
    right: 0px;
  }
  .order-section__title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 40px;
  }
  .order__change--mob {
    display: block;
  }
  .order__change {
    padding: 12px;
    width: 100%;
    text-align: center;
    border: 1px solid #F0273F;
    border-radius: 6px;
    margin-top: 0px;
  }
  .order__change--mob {
    margin-top: 24px;
  }
  .order-action-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .order-action-top .order__price {
    padding-top: 16px;
  }
  .order__timer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 32px;
  }
  .order__timer::before {
    right: 0;
    left: auto;
    background-position: center center;
  }
  .profile__title {
    margin: 40px 0;
  }
  .profile .form-section {
    margin-bottom: 40px;
  }
  .profile .form-section:first-of-type {
    margin-top: 40px;
  }
  .cabinte-asside-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .cabinet-asside__item {
    margin-right: 0;
  }
  .cabinet__title {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .cabinet-nav {
    padding-bottom: 80px;
  }
  .cabinet-nav__btn {
    width: 100%;
  }
  .cabinet-tabs {
    margin-bottom: 40px;
  }
  .subscribe-item__img {
    position: absolute;
    max-width: 70px;
  }
  .subscribe-item-head {
    padding-left: 80px;
    min-height: 106px;
  }
  .package-head {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .package__num {
    width: 80%;
    padding-left: 0;
    background: none;
    margin-bottom: 15px;
    margin-right: 0;
  }
  .package__date {
    padding-left: 0;
    background: none;
  }
  .package-row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .package-cell--title {
    max-width: 100%;
  }
  .cabinet-select {
    margin-bottom: 40px;
  }
  .banner-action {
    bottom: 20px;
  }
  .banner.niva .banner-action {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .banner.jiguli .banner-action {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .banner.jiguli .banner-btn__more {
    margin-bottom: 0;
    margin-right: 20px;
  }
  .banner.julvern .banner-action {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .banner.kids .banner-action {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .banner.country .banner-action {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .banner.dollhouse .banner-action {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .banner.car .banner-action {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .banner.traktors .banner-action {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .banner.kings-1 .banner-action {
    bottom: 20px;
  }
  .error-page {
    padding-bottom: 60px;
  }
  .error-page__title {
    font-size: 32px;
    line-height: 40px;
    margin: 20px 0 40px;
  }
  .error-page__block {
    padding: 24px;
  }
  .error-page__num {
    font-size: 48px;
    line-height: 64px;
  }
  .error-page__subtitle {
    font-size: 16px;
    line-height: 24px;
  }
  .error-page__desc {
    font-size: 14px;
    line-height: 18px;
  }
  .search__ico {
    display: none;
  }
  .search__input.form__input {
    padding-left: 16px;
  }
  .search__btn-ico {
    display: block;
    position: absolute;
    right: 11px;
    top: 13px;
  }
  .search__btn-text {
    display: none;
  }
  .search__btn {
    margin: 0;
    padding: 0;
    background: none;
  }
}
@media (max-width: 600px){
  .slider {
    margin: 0;
  }
  .slider-btn {
    padding-top: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .slider-btn__left {
    position: static;
    margin-right: 50px;
  }
  .slider-btn__right {
    position: static;
  }
  .collections__btn {
    font-size: 20px;
  }
  .section-head__img {
    display: block;
    width: 100%;
  }
  .collection-journal {
    padding-bottom: 100px;
  }
  .collection-journal .slider-btn__right {
    position: absolute;
    bottom: 24px;
  }
  .collection-journal .slider-btn__left {
    position: absolute;
    bottom: 24px;
  }
}
@media (max-width: 560px){
  .collection__title {
    font-size: 32px;
    line-height: 35px;
  }
  .collection-item {
    width: 100%;
    margin-right: 0;
  }
  .collection-item:nth-of-type(3n) {
    margin-right: 0px;
  }
  .collection-item:nth-of-type(odd) {
    margin-right: 0px;
  }
  .faq__title {
    font-size: 32px;
    line-height: 35px;
  }
  .order__title {
    font-size: 32px;
    line-height: 35px;
  }
  .profile__title {
    font-size: 32px;
    line-height: 35px;
  }
  .cabinet__title {
    font-size: 32px;
    line-height: 35px;
  }
}
@media (max-width: 495px){
  .footer__btn {
    margin-bottom: 0px;
    max-width: 100%;
  }
  .mobile-menu__item {
    padding: 0;
    width: 88px;
  }
  .breadcrumbs-list {
    padding: 20px;
    margin: 0 -20px;
  }
  .form__btn.form-forget-password {
    text-align: center;
    margin-top: 12px;
  }
  .form__btn {
    max-width: 100%;
    width: 100%;
  }
  .collections__img img {
    height: auto;
  }
  .collection-card .modal-slider {
    max-width: 200px;
  }
  .modal__title {
    max-width: calc(100% - 40px);
  }
  .goods-item-panel {
    margin-right: 40px;
  }
  .order__btn {
    width: 100%;
  }
  .subscribe-action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .subscribe-more__btn {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
@media (max-width: 350px){
  .order-list .goods-item-right {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 24px;
  }
}
@media (max-width: 340px){
  .footer-list__link {
    font-size: 14px;
  }
}
@media (min-width: 576px){
  .cover__btn {
    width: auto;
  }
}
@media (min-width: 640px){
  .choices__list--dropdown .choices__item--selectable, .choices__list[aria-expanded] .choices__item--selectable {
    padding-right: 100px;
  }
  .choices__list--dropdown .choices__item--selectable::after, .choices__list[aria-expanded] .choices__item--selectable::after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable, [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable::after, [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable::after {
    right: auto;
    left: 10px;
  }
}
@media (min-width: 768px){
  .header-nav__item:hover .header-dropdown {
    display: block;
  }
}
@media (min-width: 991px){
  .main-section .cover {
    margin-bottom: 40px;
  }
  .kids .cover {
    margin-bottom: 40px;
  }
  .books .cover {
    margin-bottom: 40px;
  }
  .cars .cover {
    margin-bottom: 40px;
  }
  .art .cover {
    margin-bottom: 40px;
  }
  .cover {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 600px;
    grid-template-areas: "img content";
  }
  .cover:before {
    display: block;
  }
  .cover:after {
    height: 90px;
  }
  .cover__content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
    padding: 50px 0;
    background-color: transparent;
  }
  .cover__content:before {
    display: block;
  }
  .cover__title {
    max-width: 500px;
    font-size: 52px;
  }
  .cover--reverse {
    grid-template-areas: "content img";
  }
  .cover--reverse .cover__content {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: right;
  }
}
@media (min-width: 1400px){
  .cover__content:before {
    padding: 0 125px;
  }
  .cover__title {
    max-width: 640px;
    font-size: 70px;
    letter-spacing: 0.7px;
  }
}
/*# sourceMappingURL=main.css.map */

/* End */


/* Start:/local/templates/shop/css/custom.css?176643295110009*/
._pb0 {
    padding-bottom: 0 !important;
}
._pt0 {
    padding-top: 0 !important;
}
._mb0 {
    margin-bottom: 0 !important;
}
._mt0 {
    margin-top: 0 !important;
}
._hide {
    display: none !important;
}
.floating-message {
    position: fixed;
    right: 10px;
    top: 10px;
    padding: 15px;
    border-radius: 4px;
    font-family: 'Proxima Nova';
    background: #F0273F;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    z-index: 1000;
}
.floating-message._show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.collection-pagination__item {
    margin: 0 10px !important;
}
.collection-pagination__item._empty {
    width: auto;
    border: 0;
    cursor: default;
}
.collection-pagination__item._empty:hover {
    background: transparent !important;
    color: #161820;
}
.collection-card__notavailable {
    width: 100%;
    font-size: 16px;
    line-height: 18px;
}
.collection-card-action {
    flex-wrap: wrap;
}
.collection-card-action .collection-item__btn {
    width: 200px;
}
.header-basket__counter {
    min-width: 17px;
    text-align: center;
}
.footer-list {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer__mail {
    display: inline-block;
}
.form-answer {
    display: none;
    margin-bottom: 24px;
}
.form-answer._error {
    color: #ff001f;
    font-size: 14px;
}
.form-answer._success {
    color: #08cc56;
    font-size: 14px;
}
.form-item._error .form__input,
.form-item._error textarea {
    border-color: #ff001f;
}
.btn:disabled {
    background: #f7929e !important;
    cursor: default;
}
.btn.btn--fullblack {
    background-color: #4b4e51;
    border: 1px solid #4b4e51;
    color: #fff;
}
.btn.btn--fullblack:hover {
    background-color: #7C848A;
    border: 1px solid #7C848A;
    color: #fff;
}
.header-basket__counter._hidden {
    display: none;
}
.about__text h2 {
    font-size: 24px;
    line-height: 32px;
    margin: 50px 0 24px 0;
}
.about__text h3 {
    font-size: 20px;
    line-height: 26px;
    margin: 30px 0 24px 0;
}
.about__text h4 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 16px;
}
.about__text > * {
    margin-top: 0;
}
.about__text {
    padding-bottom: 40px;
}
.banner__img,
.header-logo img,
.about-img img,
.video-item img {
    height: auto;
}
.banner.julvern .banner-btn__buy {
    width: auto;
}
textarea.form__input {
    height: 100px;
    resize: none;
}
.contacts-info {
    margin-top: 60px;
}
.collection-card-slider {
    width: 340px;
}
.collection-card-info {
    width: calc(100% - 340px);
}
.modal-slider__pagination {
    padding-bottom: 5px;
}
.modal-content-xs {
    max-width: 400px;
}
.cabinet-asside {
    margin-top: 0 !important;
}
.cabinet-asside__item.active .cabinet-asside__link {
    color: #7C848A;
}
.form-item {
    position: relative;
}
.location-list {
    position: absolute;
    display: none;
    left: 0;
    top: 100%;
    width: 100%;
    max-height: 150px;
    font-size: 13px;
    overflow: auto;
    background: #fff;
    border: 1px solid #7C848A;
    border-top: 0;
    z-index: 100;
}
.location-list__item._empty {
    padding: 5px 10px;
}
.location-list__item a {
    display: block;
    padding: 5px 10px;
    color: #010101;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}
.location-list__item a span {
    color: #7C848A;
}
.location-list__item a:hover {
    color: #F0273F;
    background: #f0f0f0;
}
.location-list__item a:hover span {
    color: #7C848A;
}
.form__input:read-only {
    background: #f8f8f8;
}
.suggestions-promo {
    display: none !important;
}
.suggestions-suggestions {
    font-size: 13px;
    border-top: 0 !important;
}
.suggestions-suggestion {
    cursor: pointer;
    padding: 5px 10px;
    color: #000;
}
.suggestions-suggestion:hover{
    background: #f0f0f0;
}
.suggestions-suggestions strong {
    color: #F0273F;
    font-weight: normal;
}
.suggestions-hint {
    padding: 5px 10px;
    color: #F0273F;
    font-size: 13px;
}
.basket-total__info._warning {
    background-image: url('/local/templates/shop/css/../images/ico__important.svg');
}
.modal-content-xs {
    max-width: 400px
}
textarea {
    font-family: 'Proxima Nova',sans-serif;
}
section.models + section.collections {
    padding-top: 0;
}
.basket-content {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}
.goods-item__price {
    min-width: 80px;
}
.form-row {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    margin: 0 -12px;
}
.form-row._right {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}
.form-row .col-2 {
    width: 16.6666%;
    padding: 0 12px;
}
.form-row .col-3 {
    width: 25%;
    padding: 0 12px;
}
.form-row .col-4 {
    width: 33.3333%;
    padding: 0 12px;
}
.form-row .col-5 {
    width: 41.6666%;
    padding: 0 12px;
}
.form-row .col-6 {
    width: 50%;
    padding: 0 12px;
}
.form-row .col-10 {
    width: 83.3333%;
    padding: 0 12px;
}
.form__btn._full {
    width: 100%;
}
div.form__input {
    line-height: 17px;
    overflow: hidden;
}
.collection-item__img {
    height: auto;
}
.collections__new::before,
.collections__new::after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: -15px;
    border-style: solid;
}
.collections__new::before {
    top: 0;
    border-width: 0 15px 25px 0;
    border-color: transparent #00ce3a transparent transparent;
}
.collections__new::after {
    bottom: 0;
    border-width: 0 0 25px 15px;
    border-color: transparent transparent #00ce3a transparent;
}
.collections__new {
    position: absolute;
    right: 0;
    bottom: 30px;
    width: auto;
    padding: 0 15px 0 10px;
    background: #00ce3a;
    color: #fff;
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}
.header-dropdown__name {
    color: #F0273F;
}
.modal__info._top {
    margin-top: 0;
    margin-bottom: 24px;
}
.modal-form .form-row:not(._column) {
    margin: 0;
}
.collection-item-counter,
.collection-item-counter .counter {
    width: 100%;
}
.collection-item .collection-item-counter,
.collection-item._added .collection-item__btn._incart,
.collection-card .collection-card-counter,
.collection-card._added .collection-card__btn {
    display: none;
}
.collection-card .collection-card__btn,
.collection-card .collection-card-counter {
    margin-right: 24px;
    width: 160px;
}
.collection-card .collection-card-counter .counter {
    width: 160px;
}
.collection-item._added .collection-item-counter,
.collection-card._added .collection-card-counter {
    display: block;
}
.btn--fullblack {
    background: #161820;
    color: #fff;
}
.btn--fullblack:hover {
    background: #1e2028;
}
.btn._load::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background: #F0273F url('/local/templates/shop/css/../images/loader-white.svg') no-repeat center center;
}
.btn._load {
    position: relative;
    border-color: #F0273F !important;
}
.counter__plus,
.counter__minus {
    background: transparent;
    border: 0;
}
.counter__plus:disabled,
.counter__minus:disabled {
    opacity: .3;
    cursor: default;
}
.about__text ul {
    padding-left: 0;
    margin-bottom: 16px;
}
.about__text ul > li::before {
    content: "–";
    position: absolute;
    left: 0;
    top: 0;
}
.about__text ul > li {
    position: relative;
    padding-left: 20px;
    margin-left: 0;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
}
.about__text ul > li:last-child {
    margin-bottom: 0;
}
.modal__body a.red {
    color: #F0273F;
}
.breadcrumbs__item:last-of-type a {
    color: #7C848A;
}
.choices__list--dropdown,
.choices__list[aria-expanded] {
    z-index: 10;
}
@media (max-width: 1200px) {
    .banner-btn__more,
    .banner-btn__buy {
        padding: 18px;
        font-size: 16px;
        line-height: 24px;
    }
}
@media (max-width: 767px) {
    .header-nav__item:hover {
        white-space: nowrap;
    }
    .cabinet-asside {
        margin-top: 10px !important;
        margin-bottom: 30px;
    }
    .about__subtitle {
        margin-bottom: 12px;
    }
    .collection-card-slider,
    .collection-card-info {
        width: 100%;
    }
    .form-row {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .form-row .col-2,
    .form-row .col-3,
    .form-row .col-4,
    .form-row .col-5,
    .form-row .col-6,
    .form-row .col-10 {
        width: 50%;
    }
}
@media (max-width: 480px) {
    .about__subtitle {
        margin-bottom: 12px;
    }
    .about-cell .about__btn {
        display: block;
        width: 100%;
    }
    .collection-card-slider,
    .collection-card-info {
        width: 100%;
    }
    .form-row .col-2,
    .form-row .col-3,
    .form-row .col-4,
    .form-row .col-5,
    .form-row .col-6,
    .form-row .col-10 {
        width: 100%;
    }
    .form-row .col-2._mcol {
        width: 33.3333%;
    }
    .banner-btn__more,
    .banner-btn__buy {
        padding: 14px;
        font-size: 14px;
        line-height: 20px;
    }
    .form__input {
        padding: 12px 13px;
    }
    .form__input ~ .form__label {
        left: 10px;
    }
    .cabinet-main .profile__btn {
        margin: 30px 0 0 0;
    }
}
/* End */


/* Start:/local/templates/shop/components/bitrix/subscribe.edit/footer/style.css?1766432950110*/
.footer-subscribe .errortext,
.footer-subscribe .notetext {
    display: block;
    margin-bottom: 20px;
}
/* End */
/* /local/templates/shop/css/libs/jquery.suggestions.css?17664329512083 */
/* /local/templates/shop/css/loader.css?1766432951611 */
/* /local/templates/shop/css/main.css?1766432951124361 */
/* /local/templates/shop/css/custom.css?176643295110009 */
/* /local/templates/shop/components/bitrix/subscribe.edit/footer/style.css?1766432950110 */
