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

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

body,
:where(blockquote, figure):where([class]) {
  margin: 0;
}

:where(h1, h2, h3, h4, h5, h6, p, ul, ol, dl) {
  margin-block: 0;
}

:where(ul[class]) {
  list-style: none;
}

img {
  display: block;
  max-width: 100%;
}

a {
  text-decoration: none;
  cursor: pointer;
}

input,
textarea,
select,
button {
  font: inherit;
  border: none;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button,
textarea::-webkit-outer-spin-button,
textarea::-webkit-inner-spin-button,
select::-webkit-outer-spin-button,
select::-webkit-inner-spin-button,
button::-webkit-outer-spin-button,
button::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input:focus,
textarea:focus,
select:focus,
button:focus {
  outline: none;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  line-height: 1.5;
}

body {
  font-family: var(--font-family);
}
body * {
  font-family: var(--font-family);
}
body .capitalize {
  text-transform: capitalize;
}
body .dark {
  background-color: #121212;
}
body .uppercase {
  text-transform: uppercase;
}
body .uppercase * {
  text-transform: uppercase;
}
@media (max-width: 1350px) {
  body br {
    display: none;
  }
}
body .center {
  text-align: center;
}
body .center img {
  margin: 0px auto;
}
body .center * {
  text-align: center;
}
body .vertical-center {
  display: grid;
  vertical-align: middle;
  align-items: center;
  height: 100%;
}

.container {
  margin: 0px auto;
  max-width: 100%;
  padding: 20px 24px;
}
.container.cart-size {
  width: 960px;
}
@media (min-width: 1350px) {
  .container.cart-size {
    width: 1040px;
  }
}
.container.middle-size {
  width: 900px;
}
.container.mini-size {
  width: 816px;
}
.container.hd-size {
  width: 1200px;
}
@media (max-width: 1350px) {
  .container.hd-size {
    width: 900px;
  }
}
.container.zero-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
.container.top-ultra-two {
  padding-top: 120px;
}
@media (max-width: 970px) {
  .container.top-ultra-two {
    padding-top: 102px;
  }
}
.container.top-ultra {
  padding-top: 100px;
}
@media (max-width: 970px) {
  .container.top-ultra {
    padding-top: 40px;
  }
}
.container.top-max {
  padding-top: 80px;
}
@media (max-width: 970px) {
  .container.top-max {
    padding-top: 40px;
  }
}
.container.top-seven {
  padding-top: 70px;
}
@media (max-width: 970px) {
  .container.top-seven {
    padding-top: 40px;
  }
}
.container.top-mid {
  padding-top: 60px;
}
@media (max-width: 970px) {
  .container.top-mid {
    padding-top: 40px;
  }
}
.container.top-five {
  padding-top: 50px;
}
.container.top-min {
  padding-top: 40px;
}
.container.top-nano {
  padding-top: 20px;
}
.container.top-zero {
  padding-top: 0px;
}
.container.bottom-ultraplass {
  padding-bottom: 130px;
}
@media (max-width: 970px) {
  .container.bottom-ultraplass {
    padding-bottom: 40px;
  }
}
.container.bottom-ultra {
  padding-bottom: 100px;
}
@media (max-width: 970px) {
  .container.bottom-ultra {
    padding-bottom: 40px;
  }
}
.container.bottom-max {
  padding-bottom: 80px;
}
@media (max-width: 970px) {
  .container.bottom-max {
    padding-bottom: 40px;
  }
}
.container.bottom-seven {
  padding-bottom: 70px;
}
@media (max-width: 970px) {
  .container.bottom-seven {
    padding-bottom: 40px;
  }
}
.container.bottom-mid {
  padding-bottom: 60px;
}
@media (max-width: 970px) {
  .container.bottom-mid {
    padding-bottom: 40px;
  }
}
.container.bottom-five {
  padding-bottom: 50px;
}
@media (max-width: 970px) {
  .container.bottom-five {
    padding-bottom: 40px;
  }
}
.container.bottom-min {
  padding-bottom: 40px;
}
.container.bottom-tree {
  padding-bottom: 30px;
}
.container.bottom-nano {
  padding-bottom: 20px;
}
.container.bottom-zero {
  padding-bottom: 0px;
}
.container.imaged-container {
  padding-top: 100px;
  padding-bottom: 0px;
}
@media (max-width: 970px) {
  .container.imaged-container {
    padding-top: 40px;
    padding-bottom: 10px;
  }
}
.container.form-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}
.container.middle-padding {
  padding-bottom: 80px;
}
@media (max-width: 970px) {
  .container.middle-padding {
    padding-bottom: 40px;
  }
}
.container.big-padding {
  padding-bottom: 100px;
}
@media (max-width: 970px) {
  .container.big-padding {
    padding-bottom: 60px;
  }
}
.container.under-banner {
  padding-top: 80px;
  padding-bottom: 0px;
}
@media (max-width: 970px) {
  .container.under-banner {
    padding-top: 40px;
  }
}
.container.form {
  width: 1000px;
}
.container.first {
  margin-top: 100px;
}
@media screen and (min-width: 970px) {
  .container {
    padding: 20px 0px;
    width: 960px;
  }
}
@media screen and (min-width: 1350px) {
  .container {
    width: 1320px;
  }
}

.grid {
  margin: 0px auto;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 9px;
}
@media screen and (min-width: 970px) {
  .grid {
    grid-template-columns: repeat(18, 1fr);
    grid-column-gap: 10px;
  }
}
@media screen and (min-width: 1450px) {
  .grid {
    grid-template-columns: repeat(18, 1fr);
    grid-column-gap: 16px;
  }
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.btn {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.1em;
  position: relative;
  text-transform: uppercase;
  min-height: 90px;
  padding-left: 90px;
  color: #121212;
}
@media (max-width: 970px) {
  .btn {
    padding-left: 64px;
    min-height: 64px;
    font-size: 16px;
    font-weight: 300;
  }
}
.btn .vertical-center {
  min-height: 90px;
  padding-left: 16px;
}
@media (max-width: 970px) {
  .btn .vertical-center {
    min-height: 64px;
    letter-spacing: 0.13em;
  }
}
.btn.white path {
  stroke: white;
}
.btn svg {
  position: absolute;
  left: 0;
  top: calc(50% - 45px);
}
@media (max-width: 970px) {
  .btn svg {
    width: 64px;
    height: 64px;
    top: calc(50% - 32px);
  }
}
.btn.big {
  min-height: 114px;
  padding-left: 114px;
}
@media (max-width: 970px) {
  .btn.big {
    min-height: 100px;
    padding-left: 100px;
  }
}
.btn.big svg {
  top: calc(50% - 57px);
}
@media (max-width: 970px) {
  .btn.big svg {
    width: 100px;
    height: 100px;
    top: calc(50% - 50px);
  }
}
.btn:hover {
  cursor: pointer;
}
.btn:hover svg rect {
  fill: #ff662c;
}
.btn:hover svg path[stroke-width="2"] {
  stroke: #fff;
}

.sticker {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  color: #808080;
}
.sticker.in-block {
  font-size: 18px;
  letter-spacing: 0.11em;
}
.sticker.orange {
  color: #ff662c;
}

.title {
  font-weight: 600;
  font-size: 48px;
  line-height: 58px;
  letter-spacing: -0.01em;
  color: #fff;
}
.title-middle {
  font-size: 42px;
  color: #121212;
  font-weight: 600;
  font-size: 42px;
  line-height: 110%;
  letter-spacing: -0.02em;
}
@media (max-width: 970px) {
  .title-middle {
    font-size: 32px;
  }
}

.category-title {
  font-weight: 600;
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 40px;
  line-height: 34px;
}
.category-title.margin-bot {
  margin-bottom: 45px;
}
@media (max-width: 970px) {
  .category-title.margin-bot {
    margin-bottom: 37px;
  }
}
.category-title a {
  line-height: 34px;
  position: relative;
  float: right;
  font-weight: 500;
  font-size: 16px;
  color: black;
  padding-right: 17px;
}
.category-title a svg {
  position: absolute;
  right: -2px;
  top: calc(50% - 8px);
}
@media (max-width: 1440px) {
  .category-title a svg {
    display: none;
  }
}
@media (max-width: 970px) {
  .category-title a {
    display: none;
  }
}
@media (max-width: 970px) {
  .category-title {
    font-size: 24px;
  }
}
@media (min-width: 970px) and (max-width: 1440px) {
  .category-title {
    padding-left: 10px;
  }
}

.section-title {
  font-weight: 400;
  font-size: 32px;
  line-height: 103%;
  color: #121212;
}
.section-title.uppercase {
  text-transform: uppercase;
}
.section-title b {
  font-weight: 500;
  color: #ff662c;
}
.section-title b span {
  font-size: 19px;
  position: relative;
  top: -11px;
}

.product-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  color: #121212;
}

.pagination {
  text-align: center;
  margin-top: 67px;
  margin-bottom: 18px;
}
.pagination-list {
  margin-bottom: 22px;
}
.pagination-list__item {
  display: inline-block;
  height: 36px;
  width: 36px;
  line-height: 36px;
  background: #ebedf1;
  margin: 0px 2px;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #121212;
}
.pagination-list__item:hover,
.pagination-list__item.active {
  background-color: #ff662c;
  color: white;
}
.pagination-text {
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #121212;
  opacity: 0.5;
}

.address-item {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #e6e6e6;
}

@media (max-width: 970px) {
  .zero-mob-padding {
    padding-bottom: 0px !important;
  }
}
.blank-item {
  text-align: center;
  width: 650px;
  max-width: 100%;
  padding: 20px 30px;
  margin: 0px auto;
  margin-top: 63px;
  margin-bottom: 80px;
}
@media (min-width: 970px) {
  .blank-item {
    margin-bottom: 133px;
    margin-top: 128px;
  }
}
.blank-item h2 {
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  font-size: 23px;
}
@media (max-width: 969px) {
  .blank-item h2 {
    line-height: 1.2;
  }
}
@media (min-width: 970px) {
  .blank-item h2 {
    font-size: 32px;
  }
}
.blank-item h2 span {
  color: #ff662c;
}
.blank-item p {
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #121212;
  margin-top: 12px;
  line-height: 1.18;
}
@media (max-width: 969px) {
  .blank-item p {
    margin-top: 19px;
  }
}
.blank-item a {
  background-color: #ff662c;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  padding: 10px 24px;
  margin-top: 15px;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Thin.otf");
  font-weight: 100;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-ExtraLight.otf");
  font-weight: 200;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Light.otf");
  font-weight: 300;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.otf");
  font-weight: 400;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.otf");
  font-weight: 500;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.otf");
  font-weight: 600;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.otf");
  font-weight: 700;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-ExtraBold.otf");
  font-weight: 800;
}
:root {
  --white: #fff;
  --font-family: "Inter", sans-serif;
  --second-family: "Instrument Sans", sans-serif;
}

.banner {
  height: 600px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: black;
  background-size: auto 100%;
}
.banner.big {
  height: 700px;
}
@media (max-width: 760px) {
  .banner:not(.warranty) {
    background-position: center left;
  }
  .banner.warranty {
    background-image: url("/images/mobile_warranty.png") !important;
    background-position: center;
    background-size: cover;
  }
  .banner.returns {
    background-image: url("/images/mobile_return.png") !important;
    background-position: center;
    background-size: cover;
  }
  .banner.story {
    background-image: url("/images/story_mob_banner.png") !important;
    background-position: center;
    background-size: cover;
    height: 450px;
  }
  .banner.manufactury {
    background-image: url("/images/manufacture_mob_banner.png") !important;
    background-position: center;
    background-size: cover;
    height: 450px;
  }
  .banner.manufactury h2 {
    width: 240px;
  }
}
.banner__mob-image {
  margin-left: -24px;
  margin-bottom: 33px;
}
@media (min-width: 970px) {
  .banner__mob-image {
    display: none;
  }
}
.banner .container {
  padding-bottom: 40px;
}
@media (min-width: 970px) {
  .banner .container {
    padding-bottom: 72px;
  }
}
.banner .flex {
  height: 100%;
}
.banner .flex > div {
  margin-top: auto;
}
.banner .title {
  margin-top: auto;
  font-size: 42px;
  line-height: 110%;
}
@media (max-width: 970px) {
  .banner .title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 24px;
    line-height: 125% !important;
    letter-spacing: -0.01em;
    color: #fff;
  }
}
.banner.collaboration .container {
  padding-bottom: 54px;
}
.banner.collaboration .container .title {
  margin-bottom: 24px;
  line-height: 51px;
  margin-top: 25px;
}
@media (max-width: 970px) {
  .banner.collaboration .container > div {
    margin-top: 27px;
  }
  .banner.collaboration .container img {
    height: 271px;
    margin-bottom: 35px;
  }
  .banner.collaboration .container .sticker {
    font-size: 13px;
    letter-spacing: 0.05em;
  }
  .banner.collaboration .container .title {
    margin-top: 5px;
    margin-bottom: 20px;
  }
  .banner.collaboration .container .title br {
    display: inline-block;
  }
  .banner.collaboration .container svg {
    height: 96px;
    width: 96px;
  }
}
@media (max-width: 970px) {
  .banner.collaboration {
    height: 600px;
    background-position: center left;
  }
}

@media (min-width: 970px) {
  .text-banner .container {
    width: 960px;
  }
  .text-banner .container:is(.w-case) {
    padding-bottom: 10px;
  }
}
@media (min-width: 1350px) {
  .text-banner .container {
    width: 1200px;
  }
}
@media (max-width: 970px) {
  .text-banner .container.watch-care {
    padding-bottom: 40px;
  }
}
.text-banner .container.only-text {
  padding: 160px 24px 60px 24px;
}
.text-banner .grid {
  display: block;
}
@media (min-width: 970px) {
  .text-banner .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 0px;
  }
}
.text-banner .title {
  font-weight: 600;
  font-size: 42px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #121212;
}
.text-banner .title:not(.news) {
  padding-left: 20px;
}
@media (max-width: 1350px) {
  .text-banner .title {
    font-size: 32px;
    padding-left: 0px;
    line-height: 36px;
  }
}
.text-banner__image {
  height: 450px;
  background-position: center;
}
@media (max-width: 970px) {
  .text-banner__image {
    background-size: cover;
    height: 240px;
    margin-top: 48px;
  }
  .text-banner__image:not(.account) {
    margin-left: -24px;
    margin-right: -24px;
  }
  .text-banner__image.account {
    height: 205px;
  }
  .text-banner__image.watch-care {
    margin-top: 33px;
  }
}
.text-banner__date {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: #000;
  line-height: 23px;
  margin-bottom: 15px;
}

.header {
  top: 0;
  position: absolute;
  width: 100%;
  z-index: 9;
}
.header .container {
  padding-top: 26px;
  padding-bottom: 26px;
}
.header a {
  font-weight: 500;
  font-size: 14px;
  color: var(--white);
}
.header-left {
  position: relative;
  grid-column: 1/5;
}
@media (min-width: 970px) {
  .header-left {
    grid-column: 1/9;
  }
}
.header-left > svg {
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
}
.header-left > svg.close {
  margin-left: 3px;
}
.header-left__list {
  padding-left: 25px;
  margin-top: 21px;
  display: flex;
}
@media (max-width: 1350px) {
  .header-left__list {
    display: none;
  }
}
.header-left__list li {
  height: 25px;
  margin-left: 48px;
}
.header-logo {
  grid-column: 5/9;
}
@media (max-width: 970px) {
  .header-logo {
    margin-left: 2px;
    margin-right: 2px;
  }
}
@media (min-width: 970px) {
  .header-logo {
    grid-column: 9/11;
  }
}
.header-right {
  grid-column: 9/13;
  position: relative;
  text-align: right;
}
@media (min-width: 970px) {
  .header-right {
    grid-column: 11/19;
  }
}
.header-right__svg {
  display: block;
  height: 25px;
  width: 25px;
  right: 0px;
  position: absolute;
  top: calc(50% - 12.5px);
  cursor: pointer;
}
.header-right__svg.c1 {
  right: 94px;
}
@media (max-width: 970px) {
  .header-right__svg.c1 {
    right: 40px;
  }
}
.header-right__svg.c2 {
  right: 45px;
}
@media (max-width: 970px) {
  .header-right__svg.c2 {
    right: 0px;
  }
}
.header-right__svg.c3 {
  right: 0px;
}
@media (max-width: 970px) {
  .header-right__svg.c3 {
    display: none;
  }
}
.header-right__list {
  padding-right: 149px;
  margin-top: 21px;
}
@media (max-width: 1350px) {
  .header-right__list {
    display: none;
  }
}
.header-right__list li {
  display: inline-block;
  height: 25px;
  margin-left: 30px;
}
.header-right__list svg {
  top: 50%;
  transform: translate(0px, -50%);
}
.header.black * {
  color: #121212;
}

.search {
  position: absolute;
  z-index: 10;
  top: -180px;
  width: 100%;
  background-color: var(--white);
  opacity: 0;
  transition: 1s ease;
}
.search.active {
  top: 100px;
  opacity: 1;
}
.search .container {
  padding-top: 11px;
  padding-bottom: 45px;
  width: 960px;
}
@media (max-width: 970px) {
  .search .container {
    display: none;
  }
}
@media (min-width: 1350px) {
  .search .container {
    width: 1288px;
  }
}
.search-close img {
  margin-right: 0px;
  margin-left: auto;
  cursor: pointer;
}
.search form {
  position: relative;
}
.search form input {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 13px 30px 13px 0px;
  margin-top: 19px;
}
.search form button {
  position: absolute;
  right: -5px;
  bottom: 15px;
}

.menu {
  background-color: white;
  position: absolute;
  width: 100%;
  z-index: 10;
  top: 0;
  transform: translate(0px, calc(-100% - 110px));
  opacity: 0;
  transition: 1s ease;
  height: 460px;
}
.menu.active {
  top: 100px;
  transform: translate(0px, 0px);
  opacity: 1;
}
@media (max-width: 1350px) {
  .menu {
    display: none;
  }
}
.menu-list h2 {
  font-weight: 500;
  font-size: 20px;
  color: #121212;
  line-height: 1.2;
  margin-bottom: 20px;
}
.menu-list ul {
  margin-bottom: 69px;
}
.menu-list ul:last-child {
  margin-bottom: 0px;
}
.menu-list li {
  margin-bottom: 3px;
}
.menu-list li:last-child {
  margin-bottom: 0px;
}
.menu-list a {
  font-weight: 400;
  font-size: 14px;
  color: #121212;
}
.menu-watches .container {
  padding-top: 16px;
}
@media (min-width: 1450px) {
  .menu-watches .container {
    width: 1440px;
    padding-left: 61px;
  }
}
.menu-watches .grid {
  grid-template-columns: 275px 1020px;
  grid-column-gap: 25px;
}
@media (min-width: 1450px) {
  .menu-watches .grid {
    grid-template-columns: 275px 1060px;
    grid-column-gap: 25px;
  }
}
.menu-watches__slider {
  margin-top: 10px;
}
.menu-watches__slider .category-slider__item {
  width: 202px;
  margin-left: 0px;
  margin-right: 20px;
}
.menu-watches__slider .category-slider__item-image {
  height: 260px !important;
}
.menu-watches__slider .category-slider__item .product-title {
  margin-left: 6px;
  font-size: 14px;
}
.menu-story__pages {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
}
.menu-story__pages-item div {
  height: 260px;
}
.menu-story__pages-item h3 {
  margin-left: 6px;
  margin-top: 10px;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #121212;
}
.menu-story__dop {
  padding-left: 25px;
  border-left: 1px solid rgba(0, 0, 0, 0.06);
  height: 460px;
  margin-top: -15px;
  padding-top: 15px;
}
.menu-story__dop ul {
  margin-top: 42px;
}
.menu-story__dop ul li {
  margin-bottom: 11px;
  line-height: 1;
}
.menu-story__dop a {
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  color: #121212;
}
.menu-story .container {
  padding-top: 15px;
}
.menu-story .grid {
  grid-template-columns: 163px 940px 160px;
  grid-column-gap: 27px;
}
.menu-main .container {
  padding-top: 12px;
}
@media (min-width: 1450px) {
  .menu-main .container {
    width: 1440px;
    padding-left: 61px;
  }
}
.menu-main .container .grid {
  grid-template-columns: 843px 460px;
  grid-column-gap: 16px;
}
@media (min-width: 1450px) {
  .menu-main .container .grid {
    grid-template-columns: 900px 460px;
    grid-column-gap: 16px;
  }
}
.menu-main__row {
  display: grid;
  grid-template-columns: 296px 258px 200px;
  grid-column-gap: 20px;
  margin-top: 29px;
  margin-bottom: 70px;
}
.menu-main__row:last-child {
  margin-bottom: 0px;
}
.menu-main__row h3 {
  font-weight: 500;
  font-size: 16px;
  color: #121212;
  margin-bottom: 6px;
}
.menu-main__row a {
  font-weight: 400;
  font-size: 14px;
  color: #121212;
}
.menu-main__title {
  font-weight: 500;
  font-size: 20px;
  color: #121212;
}
.menu-main .news-slick {
  margin-top: 25px;
}
.menu-main .news-slick__item {
  width: 300px;
  margin-right: 24px;
  display: block;
}
.menu-main .news-slick__item div {
  height: 260px;
  background-position: center;
  background-size: cover;
}
.menu-main .news-slick__item h3 {
  font-weight: 500;
  font-size: 14px;
  color: #121212;
  margin-top: 11px;
  margin-left: 8px;
}
.menu-main .news-slick .slick-dots {
  bottom: -10px;
  margin-left: 0px;
}

.mobile-menu {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: -101%;
  width: 100%;
  height: 100vh;
  z-index: 8;
  opacity: 0;
  transition: 0.25s ease;
}
.mobile-menu.active {
  opacity: 1;
  left: 0;
}
@media (min-width: 1351px) {
  .mobile-menu {
    display: none;
  }
}
.mobile-menu__cart {
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: #121212;
  margin-top: 45px;
  padding-left: 35px;
  position: relative;
}
.mobile-menu__cart ::before {
  content: " ";
  display: block;
  background-image: url("/images/ShoppingCart.svg");
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0px;
}
.mobile-menu__cart span {
  font-weight: 500;
  font-size: 12px;
  line-height: 83%;
  color: #fff;
  background: #ff662c;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 24px;
  float: right;
}
.mobile-menu__title {
  margin-top: 50px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  color: #121212;
}
.mobile-menu > div {
  background-color: white;
  width: 320px;
  height: calc(100% - 100px);
  overflow-x: hidden;
  overflow-y: auto;
  top: 100px;
  position: relative;
  padding: 24px 24px 100px 24px;
}
.mobile-menu > div input {
  background: #f9f9f9;
  width: 100%;
  height: 48px;
  padding-left: 48px;
  font-weight: 500;
  font-size: 13px;
  color: rgba(18, 18, 18, 0.5);
  background-image: url("/images/search-mob.svg");
  background-position: center left 15px;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
.mobile-menu > div ul li {
  margin-bottom: 19.5px;
}
.mobile-menu > div ul li:nth-child(4) {
  margin-bottom: 42px;
}
.mobile-menu > div ul li a {
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: #121212;
}
.mobile-menu > div ul li a span {
  margin-right: 5px;
  color: rgba(255, 102, 44, 0.35);
}
.mobile-menu > div ul li a.with-arrow {
  position: relative;
}
.mobile-menu > div ul li a.with-arrow::after {
  content: " ";
  position: absolute;
  display: block;
  background-image: url("/images/mob-arrow.svg");
  width: 8px;
  height: 14px;
  background-size: cover;
  top: calc(50% - 7px);
  right: 0;
}
.mobile-menu .sub-tab {
  position: absolute;
  z-index: 2;
  transition: 0.25s ease;
  opacity: 0;
  left: -340px;
}
.mobile-menu .sub-tab.active {
  opacity: 1;
  left: 0;
}
.mobile-menu .sub-tab__story-item {
  display: block;
  margin-bottom: 40px;
}
.mobile-menu .sub-tab__story-item h3 {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #121212;
  margin-top: 8px;
  margin-left: 7px;
}
.mobile-menu .sub-tab__story-item div {
  height: 240px;
}
.mobile-menu .sub-tab__back {
  font-weight: 500;
  font-size: 16px;
  color: #121212;
  margin-top: 5px;
  padding-left: 27px;
  position: relative;
  margin-bottom: 28px;
}
.mobile-menu .sub-tab__back::before {
  content: " ";
  position: absolute;
  display: block;
  background-image: url(/images/mob-arrow.svg);
  width: 11px;
  height: 17px;
  background-size: cover;
  top: calc(50% - 9px);
  left: 8px;
  transform: rotate(-180deg);
}
.mobile-menu .sub-tab__back span {
  margin-right: 8px;
  font-weight: 500;
  font-size: 16px;
  color: rgba(255, 102, 44, 0.35);
}
.mobile-menu .sub-tab__title {
  font-weight: 500;
  font-size: 20px;
  color: #121212;
  width: 120px;
  line-height: 1.2;
  margin-bottom: 23px;
}
.mobile-menu .sub-tab ul {
  margin-bottom: 70px;
}
.mobile-menu .sub-tab ul li {
  margin-bottom: 5.5px;
}
.mobile-menu .sub-tab ul li a {
  font-weight: 400;
  font-size: 14px;
  color: #121212;
}
.mobile-menu .sub-tab#tab2 ul {
  margin-bottom: 30px;
}
.mobile-menu .category-mobslider__slick {
  margin-right: -24px;
  margin-top: 22px;
}
.mobile-menu .category-mobslider__slick .category-slider__item {
  width: 200px;
}

@media (max-width: 1350px) {
  body.overflow {
    height: 100vh;
    overflow: hidden;
  }
}
.text-based .section-title {
  letter-spacing: -0.02em !important;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 24px;
}
@media (max-width: 970px) {
  .text-based .section-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 117%;
    letter-spacing: -0.02em;
  }
}
.text-based .paragraf {
  font-size: 18px;
  color: #121212;
  line-height: 22px;
  margin-bottom: 20px;
}
.text-based .paragraf a {
  color: #121212;
}
@media (max-width: 970px) {
  .text-based .paragraf {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 17px !important;
  }
  .text-based .paragraf br {
    display: inline-block;
  }
}
.text-based .paragraf .big-link {
  font-weight: 500;
  font-size: 24px;
  margin-top: 7px;
  padding-bottom: 2px;
  margin-bottom: 5px;
  display: inline-block;
  border-bottom: 2px solid #ff662c;
  color: #ff662c;
}
@media (max-width: 970px) {
  .text-based .paragraf .big-link {
    font-size: 20px;
    margin-top: 9px;
    padding-bottom: 3px;
    margin-bottom: 5px;
  }
}
.text-based .paragraf:last-child {
  margin-bottom: 0px;
}
@media (max-width: 970px) {
  .text-based {
    margin-bottom: 20px;
  }
  .text-based.watch-care__text {
    margin-bottom: 0px;
    padding-bottom: 3px;
  }
  .text-based.watch-care__text .section-title {
    line-height: 30px;
  }
}

.text-section .container.big-padding-top {
  width: 1200px;
  max-width: 100%;
}
@media (max-width: 1350px) {
  .text-section .container.big-padding-top {
    width: 960px;
  }
}
@media (max-width: 970px) {
  .text-section .container.watch-care__content {
    padding-top: 20px;
  }
  .text-section .container.watch-care__content.last {
    padding-bottom: 2px;
  }
  .text-section .container.watch-care__content .section-title {
    margin-bottom: 24.5px !important;
  }
}
.text-section .container .section-title {
  letter-spacing: -0.014em;
  margin-top: 2px;
  margin-bottom: 25px;
}
.text-section .container .section-title.wcase {
  margin-bottom: 27px;
}
.text-section .container .section-title.shipping-top {
  font-weight: 500;
  letter-spacing: -0.02em;
}
@media (max-width: 970px) {
  .text-section .container .section-title.shipping-top {
    margin-bottom: 23px;
  }
}

.imaged-text .container {
  width: 950px;
}
@media (min-width: 1350px) {
  .imaged-text .container {
    width: 1200px;
    max-width: 100%;
  }
}
.imaged-text__image-wrapper {
  width: 100%;
}
@media (max-width: 970px) {
  .imaged-text__image-wrapper {
    order: 2;
  }
}
.imaged-text .grid {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 970px) {
  .imaged-text .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1px;
  }
}
.imaged-text__image {
  height: 480px;
}
@media (max-width: 970px) {
  .imaged-text__image {
    height: 218px;
    background-position: center;
    background-size: cover;
    margin-top: 26px;
  }
}
@media (min-width: 970px) {
  .imaged-text.left .imaged-text__content {
    padding-left: 48px;
    padding-right: 0px;
  }
}
@media (min-width: 970px) {
  .imaged-text__content {
    padding-right: 48px;
  }
}
.imaged-text__content h3 {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: #121212;
  line-height: 29px;
  margin-bottom: 24px;
}
@media (min-width: 970px) {
  .imaged-text__content h3 {
    letter-spacing: -0.01em;
    margin-bottom: 31px;
  }
}
.imaged-text__content p {
  font-weight: 400;
  font-size: 16px;
  color: #121212;
  margin-bottom: 19px;
  line-height: 19px;
}
@media (max-width: 970px) {
  .imaged-text__content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #121212;
    margin-bottom: 20px;
  }
}
@media (max-width: 970px) {
  .imaged-text.engravings h3 {
    padding-right: 10px;
    letter-spacing: -0.01em;
  }
  .imaged-text.engravings-paragraf .container {
    padding-bottom: 0px;
  }
  .imaged-text.engravings-paragraf .imaged-text__image {
    margin-top: 27px;
  }
  .imaged-text.engravings-paragraf h3 {
    margin-bottom: 19px;
  }
  .imaged-text.engravings-paragraf p {
    margin-bottom: 20px;
    line-height: 17px;
  }
}

@media (max-width: 970px) {
  .shipping-section {
    margin-bottom: 1px !important;
  }
  .shipping-section .container {
    padding-top: 20px;
  }
}
.shipping-title {
  font-weight: 500;
  font-size: 32px;
  line-height: 34px;
  color: #121212;
  letter-spacing: -0.01em;
}
@media (max-width: 970px) {
  .shipping-title {
    font-size: 24px;
    line-height: 125%;
    letter-spacing: -0.02em;
  }
}
.shipping-paragraf {
  margin-top: 11px;
  font-weight: 400;
  font-size: 18px;
  color: #121212;
}
@media (max-width: 970px) {
  .shipping-paragraf {
    font-size: 14px;
  }
}
.shipping-table {
  margin-top: 24px;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
  font-weight: 400;
  font-size: 18px;
  color: #121212;
}
.shipping-table tr > td:last-child {
  width: 380px;
}
@media (max-width: 970px) {
  .shipping-table tr > td:first-child {
    max-width: 155px;
    word-wrap: break-word;
    height: 75.5px;
  }
  .shipping-table tr > td:last-child {
    line-height: 14px;
  }
}
.shipping-table td {
  border: 1px solid rgb(160, 160, 160);
  padding: 24px 25px;
}
@media (max-width: 970px) {
  .shipping-table td {
    padding: 2px 10px 2px 16px;
    font-size: 13px;
  }
}
.shipping .container {
  width: 949px;
}
@media (max-width: 970px) {
  .shipping .container {
    padding-top: 2px;
    padding-bottom: 40px;
  }
}

@media (max-width: 970px) {
  .manuals .container {
    padding-bottom: 40px;
  }
}
.manuals-table {
  width: calc(100% - 10px);
  margin-top: 47px;
}
@media (max-width: 970px) {
  .manuals-table {
    width: 100%;
  }
}
.manuals-table td {
  padding: 25px 16px 25px 16px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.03em;
}
@media (max-width: 970px) {
  .manuals-table td {
    padding: 10px 15px 10px 15px;
    height: 74.9px !important;
    font-size: 13px;
    line-height: 18px;
  }
  .manuals-table td:first-child {
    width: 155px;
  }
  .manuals-table td:last-child {
    padding-left: 8px;
  }
}
.manuals-table tr > td:last-child {
  width: 177px;
}
.manuals-table a {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.03em;
  color: #ff662c;
}
@media (max-width: 970px) {
  .manuals-table a {
    font-size: 13px;
  }
}

@media (max-width: 970px) {
  .return-contacts .container {
    padding-bottom: 2px;
  }
  .return-contacts a {
    color: black;
    display: inline-block;
    width: 100%;
  }
  .engravings-form.container {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .engravings-form .form-section__title {
    margin-bottom: 34px;
  }
}
.paragraf ul li {
  margin-bottom: 15px;
  padding-left: 28px;
  position: relative;
}
.paragraf ul li:before {
  content: " ";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  left: 11px;
  top: 9px;
}

div.paragraf > p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #121212;
  margin-bottom: 20px;
}

.form-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -0.02em;
  margin-bottom: 46px;
  color: #121212;
}
.form-notification {
  border: 2px solid #ff662c;
  color: white;
  background-color: #ff662c;
  margin-bottom: 35px;
  padding: 10px 10px;
}
.form-section__title {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.0137em;
  margin-bottom: 37px;
}
.form-section__paragraf {
  padding-top: 12px;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 21px;
}
.form-section__result {
  margin-top: 68px;
  height: 47px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 400;
  font-size: 16px;
  color: #8c8c8c;
}
.form-section .form-title {
  margin-top: 72px;
}
.form-section button {
  padding: 18px 32px;
  background: #ff662c;
  margin-top: -5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: -0.03em;
  color: #fff;
}
.form-contact {
  margin-top: 28px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 30px;
}
.form-contact h3 {
  font-weight: 400;
  font-size: 20px;
  color: #121212;
  margin-bottom: 11px;
}
.form-contact p {
  font-weight: 400;
  font-size: 14px;
  color: #121212;
}
.form label {
  width: 100%;
  display: block;
  margin-bottom: 31px;
}
.form label span {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #121212;
  margin-bottom: 8px;
  display: block;
}
.form label input {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 2px;
  height: 39px;
  letter-spacing: -0.013em;
}
.form label select {
  color: #8c8c8c;
  border-bottom: 1px solid #e6e6e6;
  padding: 8px 20px 10px 2px;
  width: 100%;
  height: 39px;
  letter-spacing: -0.013em;
  background-image: url("/images/select_arrow.svg");
  background-position: right center;
  background-repeat: no-repeat;
}
.form label textarea {
  background: #fafafa;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 17px 20px;
  height: 350px;
  width: 100%;
}
.form .circle-button {
  border: 2.2px solid #ff662c;
  background-color: #fff;
  border-radius: 79px;
  color: #121212;
  width: 160px;
  height: 160px;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.01em;
  margin-top: auto;
  margin-bottom: auto;
}
@media (max-width: 969px) {
  .form .circle-button {
    width: 100px;
    height: 100px;
    margin-top: 48px;
    font-size: 16px;
  }
}
.form .circle-button:hover {
  background-color: #ff662c;
  color: #fff;
}

.checkbox {
  margin-top: -15px;
  position: relative;
  min-height: 36px;
  padding-left: 53px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.01em;
  color: #121212;
  padding-bottom: 3px;
  display: flex;
}
.checkbox input {
  display: none;
}
.checkbox div {
  margin-top: auto;
  margin-bottom: auto;
}
.checkbox:before {
  content: " ";
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  top: 0;
  left: 0;
  border: 1px solid #121212;
}
.checkbox:has(input:checked):before {
  background-image: url("/images/check.svg");
  background-size: contain;
}

.button {
  padding: 13px 31px 13px 24px;
  margin-top: 16px;
  background: #ff662c;
  position: relative;
  letter-spacing: -0.024em;
  color: white;
}
.button svg {
  top: 3px;
  right: -6px;
  position: relative;
}

.password {
  position: relative;
}
.password-format {
  content: " ";
  position: absolute;
  display: block;
  width: 30px;
  height: 23px;
  top: 38px;
  right: 0;
  cursor: pointer;
}

.slider-banner {
  height: 800px;
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-color: black;
  transition: 2s ease;
}
.slider-banner .flex {
  position: relative;
  padding-bottom: 55px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 970px) {
  .slider-banner .flex {
    padding-bottom: 33px;
  }
}
.slider-banner-play {
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 60px;
}
@media (max-width: 970px) {
  .slider-banner-play {
    right: 24px;
    bottom: 40px;
  }
  .slider-banner-play img {
    width: 32px;
  }
}
.slider-banner-navigate {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translate(0, -50%);
  text-align: right;
}
@media (max-width: 970px) {
  .slider-banner-navigate {
    display: none;
  }
}
.slider-banner-navigate div {
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 15px;
  font-size: 13px;
  color: #808080;
  margin-bottom: 16px;
  transition: 0.65s ease;
  padding-right: 46px;
  position: relative;
}
.slider-banner-navigate div:after {
  transition: 0.65s ease;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0px, -50%);
  margin-left: 5px;
  display: inline-block;
  content: " ";
  width: 32px;
  height: 1px;
  background-color: #808080;
}
.slider-banner-navigate div:hover,
.slider-banner-navigate div.active {
  padding-right: 78px;
  color: white;
  font-weight: 500;
  font-size: 15px;
  color: #fff;
}
.slider-banner-navigate div:hover::after,
.slider-banner-navigate div.active::after {
  width: 64px;
}
.slider-banner__content {
  margin-top: auto;
}
@media (max-width: 970px) {
  .slider-banner__content .sticker {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 18px;
    letter-spacing: 0.003em;
  }
}
.slider-banner__content .title {
  margin-top: 24px;
  margin-bottom: 23px;
}
@media (max-width: 970px) {
  .slider-banner__content .title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .slider-banner__content .title br {
    display: inline-block;
  }
}
@media (max-width: 970px) {
  .slider-banner {
    height: 700px;
    background-size: auto 380px;
    background-position: right;
  }
}

.category-slider .container {
  width: 1255px;
}
@media (max-width: 1350px) {
  .category-slider .container {
    width: 960px;
  }
}
.category-slider .container.feautured {
  padding-top: 48px;
  padding-bottom: 81px;
}
@media (max-width: 970px) {
  .category-slider .container.feautured .category-title {
    font-size: 24px;
    line-height: 31px;
  }
}
.category-slider .container.mini-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}
.category-slider .container.best-sellers {
  padding-top: 0px;
}
@media (max-width: 500px) {
  .category-slider .container {
    padding-left: 24px;
    padding-right: 0px;
  }
}
@media (max-width: 970px) {
  .category-slider.collection-category .container {
    padding-top: 40px;
  }
}
@media (max-width: 970px) {
  .category-slider.index {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.category-slider .product-title {
  padding-left: 7px;
}
@media (min-width: 1440px) {
  .category-slider__slick {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.category-slider__item {
  margin: 0px 10px;
  display: block;
}
.category-slider__item-image {
  background: #f9f9f9;
  height: 299px !important;
  margin-bottom: 13px;
}
.category-slider__item-image img {
  margin: auto;
  max-height: 225px;
}
@media (max-width: 500px) {
  .category-slider__item {
    width: 232px;
    margin-left: 0px;
    margin-right: 24px;
  }
}

.category-description .sticker {
  margin-top: 5px;
  letter-spacing: 0.12em;
}
@media (max-width: 970px) {
  .category-description .sticker {
    letter-spacing: 0.03em;
    padding-top: 3px;
  }
}
.category-description .category-title {
  margin-top: 17px;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
}
@media (max-width: 970px) {
  .category-description .category-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.category-description .text {
  font-weight: 400;
  line-height: 23px;
  font-size: 18px;
  margin-bottom: 15px;
}
@media (max-width: 970px) {
  .category-description .text {
    font-size: 14px;
    padding-top: 0px;
    line-height: 17px;
  }
}
@media (max-width: 970px) {
  .category-description {
    margin-top: 58px;
    margin-bottom: 27px;
  }
}

.watch-banner {
  background-image: url("/images/space-background.png");
  background-position: center;
  background-size: cover;
}
.watch-banner .container {
  padding: 0px;
}
@media (min-width: 1440px) {
  .watch-banner .container {
    width: 1440px;
  }
  .watch-banner .container img {
    height: 675px;
  }
}
.watch-banner .mob {
  display: none;
  margin: 0px auto;
  margin-top: -2px;
}
@media (max-width: 760px) {
  .watch-banner .pc {
    display: none;
  }
  .watch-banner .mob {
    display: block;
  }
}

.our-story .container {
  padding-top: 110px;
  padding-bottom: 100px;
  padding-left: 12px;
}
@media (max-width: 970px) {
  .our-story .container {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 80px;
  }
}
.our-story .sticker {
  color: #ff662c;
}
@media (max-width: 970px) {
  .our-story .sticker {
    font-size: 16px;
    letter-spacing: 0.13em;
    margin-top: 2px;
  }
}
.our-story .section-title {
  width: 1059px;
  max-width: 100%;
  margin: 35px 0px 24px 0px;
}
@media (max-width: 970px) {
  .our-story .section-title {
    font-size: 24px;
    letter-spacing: 0em;
    margin-top: 27px;
    line-height: 29.6px;
  }
}

.story-desc .sticker {
  margin-top: 2px;
  color: #ff662c;
  letter-spacing: 0.11em;
  margin-bottom: 33px;
}
@media (max-width: 970px) {
  .story-desc .sticker {
    letter-spacing: 0.052em;
    margin-bottom: 25px;
  }
}
.story-desc .section-title {
  color: white;
  line-height: 34px;
  margin-bottom: 4px;
}
@media (max-width: 970px) {
  .story-desc .section-title {
    font-size: 22px;
    line-height: 118%;
    margin-left: -1px;
    margin-right: -1px;
  }
}
@media (max-width: 970px) {
  .story-desc .container {
    padding-bottom: 65px;
  }
}

.story-video img {
  margin: 0px auto;
}
@media (max-width: 970px) {
  .story-video .container {
    padding: 0px;
  }
}
.story-video:not(.collaboration-video) img {
  margin-top: 10px;
}
@media (max-width: 970px) {
  .story-video:not(.collaboration-video) img {
    margin-top: 0px;
  }
}

.story-paragraf .container {
  padding-left: 13px;
  padding-right: 4px;
}
.story-paragraf .container.center {
  width: 1000px;
}
@media (max-width: 970px) {
  .story-paragraf .container {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 60px;
  }
}
@media (max-width: 970px) {
  .story-paragraf.story-btn .container {
    padding-top: 42px;
  }
  .story-paragraf.story-btn .section-title {
    letter-spacing: 0.055em;
  }
}
.story-paragraf .section-title {
  margin-top: 0px;
  margin-bottom: 25px;
  letter-spacing: 0.068em;
  line-height: 37px;
  color: #ff662c;
  text-transform: uppercase;
}
@media (max-width: 970px) {
  .story-paragraf .section-title {
    font-size: 25px;
    letter-spacing: 0.06em;
    font-weight: 500;
    line-height: 30px;
    margin-top: 4px;
  }
}
.story-paragraf p {
  letter-spacing: 0.06em;
  color: white;
  line-height: 22px;
  margin-bottom: 16px;
}
@media (max-width: 970px) {
  .story-paragraf p {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0em;
    margin-bottom: 20px;
  }
}
.story-paragraf p.mmargin {
  margin-bottom: 13px;
}
.story-paragraf:not(.dark) .section-title,
.story-paragraf:not(.dark) p {
  color: #121212;
}
@media (max-width: 970px) {
  .story-paragraf.two .container {
    padding-bottom: 10px;
  }
  .story-paragraf.two .section-title {
    letter-spacing: -0.02em;
    margin-top: 0px;
  }
  .story-paragraf.two .mmargin {
    letter-spacing: -0.004em;
    margin-bottom: 0px;
  }
  .story-paragraf.two .mmargin br {
    display: inline-block;
  }
}

.story-watches .container {
  display: flex;
  width: 1440px;
  max-width: 100%;
}
.story-watches .container > div {
  position: relative;
  flex: 0 0 calc((100% - 540px) / 2);
}
.story-watches .container > div:nth-child(2) {
  flex: 0 0 460px;
  width: 460px;
  max-width: 100%;
  margin-left: 40px;
  margin-right: 40px;
}
@media (max-width: 970px) {
  .story-watches .container > div:nth-child(2) {
    padding-top: 16px;
    padding-bottom: 16px;
    width: 100%;
  }
}
.story-watches .container > div:nth-child(2) img {
  margin: 0px auto;
}
.story-watches .container > div:nth-child(3) img {
  margin-right: 0px;
  margin-left: auto;
}
@media (max-width: 970px) {
  .story-watches .container {
    display: block;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: -10px;
  }
  .story-watches .container > div {
    margin-left: 0px !important;
    margin-right: 0px !important;
    flex: 0 0 100%;
  }
}
.story-watches__space {
  height: 520px;
  background-image: url("/images/space-bg.png");
  background-position: center;
  background-size: cover;
  display: grid;
  vertical-align: middle;
  align-items: center;
}
@media (max-width: 970px) {
  .story-watches__space {
    height: 350px;
  }
  .story-watches__space img {
    height: 286px;
  }
}

.story-banner .container {
  padding: 0px;
}
.story-banner .mob {
  display: none;
}
@media (max-width: 760px) {
  .story-banner .mob {
    display: block;
  }
  .story-banner .mob:first-child {
    margin-bottom: 20px;
  }
  .story-banner .pc {
    display: none;
  }
}

.story-image .container {
  margin-top: -3px;
  width: 1440px;
}
@media (max-width: 970px) {
  .story-image .container {
    padding-bottom: 20px;
  }
}
.story-image .grid {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 970px) {
  .story-image .grid {
    display: grid;
    grid-template-columns: repeat(17, 1fr);
    grid-column-gap: 27px;
  }
}
.story-image__image {
  background-position: center;
  background-size: cover;
  height: 203px;
}
@media (min-width: 970px) {
  .story-image__image {
    grid-column: 1/10;
    height: 475px;
  }
}
@media (max-width: 970px) {
  .story-image__image {
    order: 2;
    margin-top: 24px;
    margin-left: -24px;
    margin-right: -24px;
    width: calc(100% + 48px);
  }
}
.story-image__content .section-title {
  letter-spacing: 0.01em;
  line-height: 39px;
}
.story-image__content .section-title:not(.zero) {
  margin-bottom: 23px;
}
@media (max-width: 970px) {
  .story-image__content .section-title:not(.zero) {
    margin-bottom: 23px;
  }
}
.story-image__content * {
  color: white;
}
.story-image__content path {
  stroke: white;
}
@media (min-width: 970px) {
  .story-image__content {
    padding-left: 45px;
    grid-column: 10/18;
  }
}
@media (max-width: 970px) {
  .story-image__content .section-title {
    font-size: 24px;
    line-height: 1.25;
    margin-top: 25px;
  }
  .story-image__content .btn {
    height: 64px;
    margin-bottom: 8px;
  }
}

.space-watch {
  background-color: #121212;
}
.space-watch .container {
  padding: 100px 0px 92px 0px;
}
@media (max-width: 970px) {
  .space-watch .container {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 37px;
  }
}
.space-watch__title {
  grid-column: 1/6;
  padding-left: 12px;
}
.space-watch__title .section-title {
  color: white;
  line-height: 1.213;
  text-transform: uppercase;
  width: 385px;
  letter-spacing: 0.015em;
  max-width: 100%;
}
@media (max-width: 1440px) {
  .space-watch__title .section-title {
    width: 100%;
    font-size: 24px;
  }
}
@media (max-width: 970px) {
  .space-watch__title {
    grid-column: 1/19;
    padding-left: 0px;
  }
}
.space-watch__list {
  grid-column: 6/19;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 24px;
  margin-left: 66px;
  margin-right: 14px;
}
.space-watch__list.left {
  grid-column: 1/13;
  margin-right: -8px;
  margin-left: 11px;
  margin-top: 43px;
  margin-bottom: 5px;
}
.space-watch__list-item__image {
  height: 363px;
  display: grid;
  vertical-align: middle;
  align-items: center;
  background-position: center;
  background-size: cover;
}
.space-watch__list-item__image img {
  margin: 0px auto;
}
.space-watch__list-item h3 {
  margin-top: 5px;
  padding-left: 8px;
  font-weight: 500;
  font-size: 17px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.025em;
}
@media (max-width: 970px) {
  .space-watch__list {
    display: none;
  }
}
.space-watch .space-watch__mob {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 16px;
  margin-top: 2px;
}
.space-watch .space-watch__mob-item {
  margin-top: 22px;
  color: white;
}
.space-watch .space-watch__mob-item h3 {
  padding-left: 6px;
  margin-top: 1px;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.space-watch .space-watch__mob .space-watch__list-item__image {
  height: 170px;
}
.space-watch .space-watch__mob .space-watch__list-item__image img {
  height: 139px;
}
@media (min-width: 970px) {
  .space-watch .space-watch__mob {
    display: none;
  }
}

.travel-banner {
  background-position: center;
  background-size: 1440px auto;
  background-repeat: no-repeat;
  background-color: black;
  height: 694px;
  background-image: url("/images/trevel_banner.png");
}
@media (max-width: 570px) {
  .travel-banner {
    background-image: url("/images/travel_banner.png");
    background-position: center;
    background-size: cover;
  }
}
@media (max-width: 970px) {
  .travel-banner {
    margin-top: 20px;
    height: 590px;
  }
}
.travel-banner * {
  color: #fff;
}
.travel-banner .flex {
  position: relative;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin: 0px auto;
}
.travel-banner .container {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: auto;
}
@media (max-width: 970px) {
  .travel-banner .container {
    padding-bottom: 40px;
  }
}
.travel-banner .btn {
  margin-left: 12px;
}
@media (max-width: 970px) {
  .travel-banner .btn {
    margin-left: 0px;
  }
}
.travel-banner__content {
  margin-top: auto;
}
.travel-banner__content .section-title {
  padding-left: 12px;
  margin-bottom: 22px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}
@media (max-width: 970px) {
  .travel-banner__content .section-title {
    font-size: 24px;
    line-height: 29px;
    padding-left: 0px;
    margin-bottom: 24px;
  }
}

.with-image.dark * {
  color: white;
}
.with-image .c1 {
  flex: 0 0 50%;
  padding-right: 50px;
}
@media (min-width: 970px) {
  .with-image .c1.right {
    padding-left: 50px;
    padding-right: 0px;
  }
}
@media (max-width: 970px) {
  .with-image .c1 {
    flex: 0 0 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .with-image .c1 p {
    font-size: 14px;
  }
}
@media (min-width: 1450px) {
  .with-image .c1 {
    flex: 0 0 calc(100% - 750px);
  }
}
.with-image .c2 {
  flex: 0 0 50%;
}
@media (max-width: 970px) {
  .with-image .c2 {
    flex: 0 0 100%;
    order: 2;
  }
}
@media (min-width: 1450px) {
  .with-image .c2 {
    flex: 0 0 750px;
  }
}
.with-image__background {
  background-color: #f9f9f9;
}
.with-image .container {
  width: 100%;
}
@media (min-width: 975px) {
  .with-image .container {
    width: 970px;
  }
}
@media (min-width: 1350px) {
  .with-image .container {
    width: 1320px;
  }
}
.with-image .container:not(.standart) {
  width: 970px;
}
@media (min-width: 1350px) {
  .with-image .container:not(.standart) {
    width: 1320px;
  }
}
@media (min-width: 1450px) {
  .with-image .container:not(.standart) {
    width: 1440px;
  }
}
@media (max-width: 970px) {
  .with-image .container {
    padding-bottom: 10px;
  }
}
@media (min-width: 970px) {
  .with-image__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 0px;
  }
}
.with-image .paragraf {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 970px) {
  .with-image__content {
    padding-left: 20px;
  }
}
@media (min-width: 1450px) {
  .with-image__content {
    padding-left: 80px;
  }
}
.with-image__content .section-title {
  font-weight: 600;
  margin-bottom: 24px;
  line-height: 1.22;
  max-width: 100%;
}
@media (min-width: 970px) {
  .with-image__content .section-title {
    width: 500px;
  }
}
.with-image__image {
  background-position: center;
  background-size: cover;
  height: 400px;
}
@media (max-width: 970px) {
  .with-image__image {
    height: 218px;
    margin-top: 32px;
  }
}
@media (min-width: 1450px) {
  .with-image__image {
    height: 600px;
  }
}
.with-image__image.manufacturing {
  height: 650px;
  margin-left: -5px;
}
@media (max-width: 970px) {
  .with-image__image.manufacturing {
    height: 218px;
  }
}
@media (max-width: 1350px) {
  .with-image.index .container {
    padding-top: 103px;
    padding-bottom: 60px;
  }
  .with-image.index .section-title {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 2px;
  }
  .with-image.index .manufacturing {
    margin-left: 0px;
    height: 311px;
    background-position: left center;
  }
}

@media (max-width: 970px) {
  .two-article .container {
    padding-top: 45px;
  }
  .two-article.story .container {
    padding-top: 57px;
  }
  .two-article.index .container {
    padding-top: 40px;
  }
}
@media (min-width: 1450px) {
  .two-article .container {
    padding-left: 11px;
    padding-right: 11px;
  }
}
.two-article__more {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  color: #121212;
  transition: 0.65s ease;
  padding-left: 7px;
}
.two-article__more::before {
  left: 0;
  transition: 0.65s ease;
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  margin-left: 5px;
  display: inline-block;
  content: " ";
  height: 1px;
  background-color: #c6c6c6;
  width: 0px;
}
.two-article__more:hover {
  padding-left: 40px;
}
.two-article__more:hover::before {
  width: 28px;
}
@media (max-width: 760px) {
  .two-article__more {
    padding-left: 40px;
  }
  .two-article__more::before {
    width: 28px;
  }
}
@media (max-width: 970px) {
  .two-article__wrapper:not(.in-news) > div:first-child {
    display: none;
  }
  .two-article__wrapper > div:first-child {
    margin-bottom: 27px;
  }
}
@media (min-width: 970px) {
  .two-article__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 24px;
    margin-bottom: -2px;
  }
}
.two-article__image {
  padding-top: 572px;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1350px) {
  .two-article__image {
    padding-top: 350px;
  }
}
@media (max-width: 970px) {
  .two-article__image {
    padding-top: 245px;
  }
}
.dark .two-article__more,
.dark .two-article__title,
.dark .two-article__description {
  color: white;
}
.two-article__title {
  margin-top: 16px;
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
  color: #121212;
  margin-bottom: 10px;
  padding-left: 7px;
}
@media (max-width: 970px) {
  .two-article__title {
    font-size: 18px;
  }
}
.two-article__description {
  padding-left: 7px;
  font-weight: 400;
  line-height: 20px;
  font-size: 16px;
  color: #7a7a7a;
  margin-bottom: 29px;
}
@media (max-width: 970px) {
  .two-article__description {
    font-size: 14px;
    padding-top: 4px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
}
.two-article.is_news .two-article__title {
  margin-top: 12px;
  margin-bottom: 26px;
}

.news-banner__grid {
  display: grid;
  grid-gap: 20px;
}
@media (min-width: 960px) {
  .news-banner__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.news-banner__grid > div {
  display: grid;
  vertical-align: bottom;
  align-items: end;
}
.news-banner__grid > div img {
  margin: 0px auto;
}
.news-banner .container {
  text-align: center;
}

.dark-list {
  background: #121212;
}
.dark-list .container {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 970px) {
  .dark-list .container {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1450px) {
  .dark-list .container {
    width: 960px;
  }
}
.dark-list .section-title {
  letter-spacing: -0.012em;
  margin-bottom: 24px;
  line-height: 1.1;
}
@media (max-width: 970px) {
  .dark-list .section-title {
    font-size: 24px;
  }
}
.dark-list .paragraf {
  width: 914px;
  max-width: 100%;
  line-height: 1.2;
  font-size: 18px;
  margin-bottom: 22px;
}
.dark-list .paragraf * {
  color: white;
}
@media (max-width: 970px) {
  .dark-list .paragraf {
    font-size: 14px;
  }
}
.dark-list .paragraf.marker {
  padding-left: 28px;
  position: relative;
}
.dark-list .paragraf.marker:before {
  content: " ";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  left: 11px;
  top: 9px;
}
.dark-list .paragraf:last-child {
  margin-bottom: 0px;
}
.dark-list * {
  color: white;
}

@media (min-width: 1350px) {
  .news-list .container {
    width: 1200px;
  }
}
.news-list__filter {
  padding-top: 40px;
  margin-bottom: 40px;
}
.news-list__filter h1 {
  font-weight: 600;
  font-size: 42px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #121212;
}
.news-list__filter-wrapper {
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.news-list__filter ul {
  margin-top: 32px;
  width: 560px;
}
.news-list__filter ul li {
  display: inline-block;
  margin-right: 16px;
}
.news-list__filter ul a {
  padding: 9px 32px;
  display: inline-block;
  background: #ebedf1;
  font-weight: 600;
  font-size: 14px;
  color: #000;
}
.news-list__filter ul a.active,
.news-list__filter ul a:hover {
  color: white;
  background: #ff662c;
}
.news-list__item-image {
  background-position: center;
  background-size: cover;
  height: 175px;
}
@media (min-width: 970px) {
  .news-list__item-image {
    height: 260px;
  }
}
.news-list__item-title {
  margin-top: 15px;
  font-weight: 600;
  font-size: 18px;
  line-height: 133%;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #000;
}
.news-list__item-date {
  margin-top: 24px;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: #121212;
}
.news-list__grid {
  display: grid;
  grid-column-gap: 30px;
  margin-top: 35px;
  grid-row-gap: 35px;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 970px) {
  .news-list__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1350px) {
  .news-list__grid {
    grid-row-gap: 98px;
    margin-top: 97px;
  }
}
.news-list__first .news-list__item-image {
  height: 175px;
}
@media (min-width: 970px) {
  .news-list__first .news-list__item-image {
    height: 460px;
  }
}

@media (max-width: 970px) {
  .where-map .container {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
}
.where-map__content {
  position: absolute;
  top: 96px;
  right: 38px;
}
@media (max-width: 970px) {
  .where-map__content {
    top: 20px;
    right: 0px;
    width: calc(100% + 0px);
  }
}
.where-map__content > div {
  background: #fff;
  width: 368px;
  border-radius: 4px;
}
@media (max-width: 970px) {
  .where-map__content > div {
    width: 100%;
    padding-top: 0px;
    line-height: 1;
  }
}
@media (min-width: 970px) {
  .where-map__content > div {
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.06),
      0 6px 30px 3px rgba(0, 0, 0, 0.06);
    margin-bottom: 20px;
  }
}
.where-map__content-title {
  padding: 14px 20px 11px 20px;
  font-weight: 500;
  font-size: 18px;
  color: #121212;
}
@media (max-width: 970px) {
  .where-map__content-title {
    padding-bottom: 39px;
  }
}
.where-map__content-list {
  padding: 27px 24px;
}
.where-map__content-list input {
  width: 100%;
  opacity: 0.3;
  border: 1px solid #121212;
  border-radius: 4px;
  padding: 7px 10px 7px 35px;
  margin-top: 12px;
  background-image: url("/images/input-search.svg");
  background-position: left 9px center;
  background-repeat: no-repeat;
  font-weight: 500;
  font-size: 14px;
}
@media (max-width: 970px) {
  .where-map__content-list input {
    margin-top: 15px;
    padding: 9px 10px 9px 35px;
  }
}
.where-map__content-list h3 {
  font-weight: 500;
  font-size: 16px;
  color: #121212;
}
.where-map__content-list ul {
  margin-top: 15px;
  max-height: 200px;
  overflow-x: hidden;
}
@media (max-width: 970px) {
  .where-map__content-list ul {
    display: none;
  }
}
.where-map__content-list ul li {
  cursor: pointer;
  font-weight: 500;
  padding: 13px 0px 2px 0px;
  font-size: 14px;
  color: #121212;
  border-bottom: 1px solid rgba(18, 18, 18, 0.1);
}
@media (max-width: 970px) {
  .where-map__content-list {
    padding-left: 19px;
    padding-right: 19px;
  }
}
.where-map .container {
  position: relative;
}
.where-map iframe {
  width: 100%;
  height: 730px;
  margin-bottom: 26px;
}
@media (max-width: 970px) {
  .where-map iframe {
    margin-bottom: 0px;
    height: 745px;
  }
}

.success .container {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 970px) {
  .success .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 970px) {
  .success .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1350px) {
  .success .container {
    width: 1240px;
  }
}
.success-wrapper {
  background: #f9f9f9;
  padding: 48px 10px 42px 10px;
}
@media (min-width: 970px) {
  .success-wrapper {
    padding: 48px 20px 40px 20px;
  }
}
.success-wrapper .section-title {
  font-weight: 500;
  font-size: 32px;
  line-height: 39px;
  margin-bottom: 14px;
}
@media (max-width: 970px) {
  .success-wrapper .section-title {
    font-size: 24px;
    line-height: 1.2;
  }
}
.success-wrapper p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 25px;
}
@media (min-width: 970px) {
  .success-wrapper p {
    font-size: 16px;
  }
}
@media (max-width: 970px) {
  .success-wrapper p {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 16px;
    line-height: 17px;
    margin-bottom: 25px;
  }
}
@media (max-width: 970px) {
  .success-wrapper svg {
    width: 96px;
    height: 96px;
  }
}

.login .container {
  padding-top: 60px;
}
.login-tabs a {
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  color: #121212;
  line-height: 29px;
}
.login-tabs a:first-child {
  margin-right: 45px;
}
.login-tabs a.active,
.login-tabs a:hover {
  color: #ff662c;
}
@media (max-width: 970px) {
  .login-tabs a:first-child {
    margin-right: 44px;
  }
}
.login-margin {
  margin-top: 48px;
}
.login input {
  letter-spacing: -0.015em;
}
.login-description {
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #121212;
  margin-top: 45px;
  margin-bottom: 45px;
}
@media (max-width: 970px) {
  .login-description {
    margin-top: 31px;
    margin-bottom: 30px;
    margin-bottom: 32px;
    line-height: 19px;
  }
}
.login-link {
  margin-top: 14px;
  display: inline-block;
  letter-spacing: -0.01em;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: #121212;
  line-height: 22px;
}
.login label {
  margin-bottom: 47px;
}
.login label.last {
  margin-bottom: 0px;
}
@media (max-width: 970px) {
  .login label {
    margin-bottom: 23px;
  }
}
.login label.password input {
  padding-right: 30px;
  height: 44px;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url("/images/eye-closed.svg");
}
.login label.password input:not([type="password"]) {
  background-image: url("/images/eye-closed.svg");
}
.login .grid {
  display: block;
}
@media (min-width: 970px) {
  .login .grid {
    display: grid;
    grid-template-columns: 547px 160px;
    grid-column-gap: 133px;
  }
}

@media (max-width: 969px) {
  .complete_form {
    margin-top: 31px;
  }
  .complete_form .checkbox {
    margin-top: 31px;
  }
  .complete_form .checkbox::before {
    top: calc(50% - 18px);
  }
  .complete_form .circle-button {
    margin-top: 30px;
  }
}
.bread {
  font-weight: 600;
  font-size: 12px;
}
.bread__wrapper {
  background: #f9f9f9;
  border-radius: 36px;
  padding: 6px 16px;
  display: inline-block;
  margin: 0px auto;
  height: 28px;
  margin-bottom: 7px;
}
.bread svg {
  margin: 0px 6px;
}
.bread * {
  color: #121212;
}
.bread a {
  opacity: 0.35;
}
.bread__title {
  margin-bottom: 28px;
  font-weight: 600;
  font-size: 28px;
  text-transform: uppercase;
  color: #121212;
}
@media (max-width: 970px) {
  .bread__title {
    font-size: 24px;
    margin-bottom: 56px;
  }
}

.catalog-category .container {
  padding-top: 40px;
  padding-bottom: 100px;
}
@media (max-width: 970px) {
  .catalog-category {
    margin-bottom: 43px;
  }
  .catalog-category .category-title {
    font-size: 24px;
  }
}

.catalog-list .container {
  padding-top: 0px;
}
@media (min-width: 1350px) {
  .catalog-list .container {
    width: 1280px;
  }
}
.catalog-list__filter {
  margin-top: 5px;
  margin-bottom: 48px;
  font-weight: 500;
  font-size: 18px;
  color: #121212;
  display: flex;
}
@media (min-width: 970px) and (max-width: 1280px) {
  .catalog-list__filter {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.catalog-list__filter-popup {
  display: none;
  position: absolute;
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.12);
  background: #fff;
  right: 0;
  top: 40px;
  text-align: left;
  width: 300px;
  padding: 20px;
}
.catalog-list__filter-popup.active {
  display: block;
}
@media (min-width: 400px) {
  .catalog-list__filter-popup {
    width: 340px;
  }
}
.catalog-list__filter-popup__btns {
  font-size: 14px;
}
.catalog-list__filter-popup__btns a {
  color: black;
  border-bottom: 1px dashed black;
}
.catalog-list__filter-popup__btns button {
  background-color: #ff662c;
  color: white;
  border-radius: 4px;
  font-size: 14px;
  margin-left: 12px;
  float: right;
}
.catalog-list__filter-popup .radio {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 20px;
}
.catalog-list__filter-popup .radio label {
  width: auto;
  display: inline-block;
  background-image: url("/images/radio.svg");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px;
  margin-right: 5px;
}
.catalog-list__filter-popup .radio label:has(input:checked) {
  color: #ff662c;
  background-image: url("/images/radio_active.svg");
}
.catalog-list__filter-popup .radio label:last-child {
  margin-right: 0px;
}
@media (max-width: 399px) {
  .catalog-list__filter-popup .radio label {
    margin-bottom: 10px;
  }
  .catalog-list__filter-popup .radio label:last-child {
    margin-bottom: 0px;
  }
}
.catalog-list__filter-popup label {
  display: block;
  width: 100%;
}
.catalog-list__filter-popup .select span {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  color: #121212;
  margin-bottom: 22px;
}
.catalog-list__filter-popup select {
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
  background-image: url("/images/filter_arrow.png");
  background-position: right center;
  background-repeat: no-repeat;
  padding: 6px 20px 6px 0px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #121212;
  margin-bottom: 25px;
  border-radius: 0px;
}
.catalog-list__filter > div {
  flex: 0 0 50%;
}
.catalog-list__filter .c2 {
  text-align: right;
  position: relative;
}
.catalog-list__filter .c2 .catalog-list__filter-item.active,
.catalog-list__filter .c2 .catalog-list__filter-item:hover {
  color: #ff662c;
  cursor: pointer;
}
.catalog-list__filter .c2 .catalog-list__filter-item.active svg path,
.catalog-list__filter .c2 .catalog-list__filter-item:hover svg path {
  stroke: #ff662c !important;
}
.catalog-list__filter-item {
  display: inline-block;
}
.catalog-list__filter-item:nth-child(2) {
  margin-left: 26px;
}
@media (max-width: 970px) {
  .catalog-list__filter-item:nth-child(2) {
    display: none;
  }
}
.catalog-list__filter svg {
  margin-left: 3px;
}
.catalog-list__filter-search {
  position: relative;
  padding-right: 35px;
}
.catalog-list__filter-search svg {
  position: absolute;
  right: 0;
  top: 2px;
}
.catalog-list__wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1280px) {
  .catalog-list__wrapper {
    margin-left: -7px;
    margin-right: -7px;
  }
}
.catalog-list__item {
  padding: 0px 12px;
  margin-bottom: 38px;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 760px) {
  .catalog-list__item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 970px) {
  .catalog-list__item {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media (min-width: 1400px) {
  .catalog-list__item {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 970px) {
  .catalog-list__item {
    margin-bottom: 30px;
  }
}
.catalog-list__item a {
  color: black;
}
.catalog-list__item-image {
  background: #f9f9f9;
  height: 350px;
  display: flex;
  position: relative;
}
.catalog-list__item-image:hover .catalog-list__item-image-like {
  display: block;
}
.catalog-list__item-image-like {
  position: absolute;
  top: 11px;
  left: 10px;
  z-index: 2;
  display: none;
}
.catalog-list__item-image-like.active {
  display: block;
}
.catalog-list__item-image-like.active svg path {
  fill: #ff662c;
}
.catalog-list__item-image-sticker {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #ff662c;
  color: white;
  padding: 3px 10px;
  font-size: 12px;
}
.catalog-list__item-image img {
  margin: auto;
  max-height: 250px;
  max-width: 100%;
}
.catalog-list__item-content {
  margin-top: 12px;
  padding: 0px 6px;
  height: calc(100% - 355px);
  display: flex;
  flex-direction: column;
}
.catalog-list__item-content .type,
.catalog-list__item-content .code {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #121212;
  opacity: 0.5;
}
.catalog-list__item-content .type {
  margin-top: 7px;
  letter-spacing: 0.05em;
}
.catalog-list__item-content .price,
.catalog-list__item-content .name {
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 7px;
  line-height: 24px;
}
@media (min-width: 970px) {
  .catalog-list__item-content .name {
    min-height: 48px;
  }
}
.catalog-list__item-content .price {
  margin-top: auto;
}
.catalog-list__item-content .price .price-old {
  text-decoration: line-through;
  opacity: 0.5;
  font-size: 14px;
  margin-left: 5px;
}
@media (max-width: 970px) {
  .catalog-list__item-content .price {
    font-size: 16px;
  }
}
@media (max-width: 970px) {
  .catalog-list__item-content {
    padding: 0px 1px;
  }
  .catalog-list__item-content .name {
    font-size: 16px;
    line-height: 21px;
    min-height: 39px;
  }
}

.catalog-banner .container {
  padding: 0px;
  background-image: url("/images/banner-space.png");
  background-position: center;
  background-size: cover;
}
@media (min-width: 970px) {
  .catalog-banner .container {
    height: 501px;
  }
}
@media (max-width: 969px) {
  .catalog-banner .container {
    margin-left: 24px;
    margin-right: 24px;
  }
}
.catalog-banner.bottom {
  margin-top: 40px;
  margin-bottom: 60px;
}
.catalog-banner .grid {
  display: flex;
  flex-wrap: wrap;
}
.catalog-banner .grid .mob {
  display: block;
  margin-left: 0;
  margin-top: 39px;
}
.catalog-banner .grid .pc {
  display: none;
}
.catalog-banner .grid > * {
  flex: 0 0 100%;
  width: 100%;
}
@media (min-width: 970px) {
  .catalog-banner .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 0px;
  }
  .catalog-banner .grid .mob {
    display: none;
  }
  .catalog-banner .grid .pc {
    display: block;
  }
}
.catalog-banner img {
  margin-left: 8px;
}
.catalog-banner:not(.bottom) img {
  margin-right: 40px;
  margin-left: auto;
}
.catalog-banner__content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 970px) {
  .catalog-banner__content {
    order: 2;
  }
}
.catalog-banner__content * {
  color: white;
}
.catalog-banner__content .section-title {
  margin-bottom: 21px;
  line-height: 39px;
}
@media (max-width: 970px) {
  .catalog-banner__content .section-title {
    font-size: 24px;
    line-height: 1.24;
    margin-bottom: 9px;
  }
}
.catalog-banner__content .paragraf {
  font-size: 18px;
  padding-top: 7px;
  line-height: 22px;
  display: inline-block;
}
@media (max-width: 970px) {
  .catalog-banner__content .paragraf {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }
}
.catalog-banner__content div {
  margin: auto 0px;
  padding-left: 50px;
}
@media (max-width: 970px) {
  .catalog-banner__content div {
    padding: 35px 24px 35px 24px;
  }
}
@media (max-width: 970px) {
  .catalog-banner:is(.bottom) {
    margin-bottom: 40px;
  }
}
@media (min-width: 970px) {
  .catalog-banner:is(.bottom) .section-title {
    letter-spacing: 0.01em;
  }
}
.catalog-banner:is(.bottom) .catalog-banner__content div {
  width: 376px;
  max-width: 100%;
  margin-left: auto;
  margin-right: 66px;
}
@media (max-width: 970px) {
  .catalog-banner:is(.bottom) .catalog-banner__content div {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0px;
    padding: 16px 27px 45px 15px;
  }
}
.catalog-banner:is(.bottom) .catalog-banner__content p a {
  font-weight: 500;
  font-size: 14px;
  color: #ff662c;
  margin-bottom: 4px;
  display: inline-block;
  border-bottom: 1px solid #ff662c;
}

@media (max-width: 970px) {
  .collection-category .category-title {
    font-size: 24px;
  }
}

.single-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 28px;
  color: #ff662c;
}
@media (max-width: 970px) {
  .single-title {
    font-size: 22px;
    letter-spacing: 0.07em;
    padding-bottom: 20px;
  }
}

.dark .single-title {
  line-height: 39px;
}
@media (max-width: 970px) {
  .dark .single-title {
    line-height: 30px;
    padding-bottom: 38px;
  }
}

@media (max-width: 970px) {
  .with-image.manufactury .container {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .with-image.manufactury .container .paragraf {
    line-height: 17px;
  }
  .with-image.manufactury .container .paragraf br {
    display: inline-block;
  }
  .quote.manufactury .container {
    padding-top: 82px;
  }
  .story-paragraf.manufactury .container h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .story-paragraf.manufactury .container p {
    line-height: 17px;
    width: 270px;
    margin: 0px auto;
    letter-spacing: 0;
  }
  .two-article.manufactury .container {
    padding-top: 30px;
  }
  .two-article.manufactury .two-article__wrapper > div {
    margin-bottom: 26px;
  }
}
.manuals-title .container {
  border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 970px) {
  .manuals-title h1 {
    line-height: 40px;
  }
}

.manuals-body .form-title {
  margin-bottom: 30px;
}
.manuals-body .form label span {
  margin-top: 10px;
  margin-bottom: 10px;
}
.manuals-body .form label span.margened {
  margin-bottom: 33px;
}
.manuals-body .form-section button {
  margin-top: 2px;
  margin-bottom: 4px;
}
@media (max-width: 970px) {
  .manuals-body {
    margin-top: 20px;
  }
  .manuals-body .second .form-title {
    margin-top: 72px;
  }
  .manuals-body .second label {
    margin-top: 30px;
  }
  .manuals-body .third .form-title {
    margin-bottom: 38px;
  }
  .manuals-body .third label {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 30px;
  }
  .manuals-body .fourth label {
    margin-top: 30px;
  }
  .manuals-body .fourth button {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .manuals-body label {
    margin-top: 38px;
  }
  .manuals-body br {
    display: inline-block;
  }
}

.quote .container {
  width: 890px;
}
.quote h2 {
  font-weight: 400;
  font-size: 36px;
  letter-spacing: -0.03em;
  line-height: 44px;
  text-align: center;
  color: #121212;
  margin-top: 5px;
}
@media (max-width: 970px) {
  .quote h2 {
    font-weight: 400;
    font-size: 22px;
    line-height: 118%;
    letter-spacing: -0.05em;
    text-align: center;
    color: #121212;
  }
}
.quote.dark h2 {
  margin-top: 0px;
  color: white;
}

.two-column p {
  line-height: 22px;
  font-size: 18px;
  margin-bottom: 21px;
}
@media (max-width: 1445px) {
  .two-column p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    margin: 20px 0px;
  }
}
.two-column .grid {
  display: block;
}
@media (min-width: 1445px) {
  .two-column .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 39px;
  }
}
.two-column .grid h2 {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 26px;
}
.two-column .grid div > p:last-child {
  margin-bottom: 0px;
}
.two-column.top-item .grid {
  display: block;
}
@media (min-width: 1350px) {
  .two-column.top-item .grid {
    display: grid;
    grid-template-columns: 445px 506px;
    grid-column-gap: 200px;
  }
}
.two-column.dark * {
  color: white;
}
.two-column.dark .section-title {
  color: #ff662c;
  letter-spacing: 0.02em;
  margin-bottom: 24px;
}

@media (max-width: 970px) {
  .collaboration__two-col.top-item .grid h2 {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 0px;
  }
  .collaboration__two-col.top-item .grid p {
    line-height: 1.24;
  }
  .collaboration-video {
    padding-top: 23px;
  }
  .collaboration__two-col:not(.top-item) .section-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 23px;
    margin-bottom: 28px;
    margin-top: 26px;
    letter-spacing: 0.005em;
  }
  .collaboration__two-col:not(.top-item) .grid > div:first-child {
    margin-bottom: 20px;
  }
  .collaboration__two-col:not(.top-item) .grid br {
    display: inline-block;
  }
  .collaboration__two-col:not(.top-item) .grid p {
    line-height: 1.23;
    margin-top: 0px;
    margin-bottom: 15px;
  }
}
.checkout .container {
  max-width: 100%;
  padding-top: 42px;
}
@media (max-width: 980px) {
  .checkout .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 980px) {
  .checkout .container {
    width: 960px;
    padding-top: 40px;
  }
}
@media (min-width: 1450px) {
  .checkout .container {
    width: 1440px;
    padding-top: 0px;
  }
}
.checkout-grid {
  display: grid;
}
@media (min-width: 1350px) {
  .checkout-grid {
    grid-template-columns: 448px 650px;
    grid-column-gap: 42px;
  }
}
@media (min-width: 1450px) {
  .checkout-grid {
    grid-template-columns: 748px 650px;
  }
}
.checkout-summary {
  background-color: #121212;
  background-position: center top;
  background-image: url("/images/order_bg.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (max-width: 750px) {
  .checkout-summary {
    background-size: auto 100%;
  }
}
@media (min-width: 1350px) {
  .checkout-form {
    padding-top: 65px;
    padding-left: 200px;
    padding-bottom: 60px;
  }
}
.checkout-form .section-title {
  font-weight: 400;
  font-size: 32px;
  text-transform: uppercase;
  color: #121212;
  letter-spacing: 0.01em;
}
@media (max-width: 970px) {
  .checkout-form .section-title {
    font-size: 24px;
  }
}
.checkout-form .margened-title {
  margin-top: 48px;
  margin-bottom: 29px;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.checkout-form label {
  margin-bottom: 47px;
}
.checkout-payment {
  padding-top: 5px;
  margin-bottom: 40px;
}
.checkout-payment__list {
  margin-top: 34px;
}
@media (max-width: 970px) {
  .checkout-payment__list {
    margin-top: 33px;
  }
}
.checkout-payment__item {
  min-height: 24px;
  line-height: 24px;
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 33px;
  margin-right: 27px;
  display: inline-block !important;
  margin-bottom: 0px !important;
  width: auto !important;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #121212;
  background-image: url("/images/radio.png");
}
@media (max-width: 970px) {
  .checkout-payment__item {
    margin-right: 0px;
    font-size: 12px;
    line-height: 25px;
  }
  .checkout-payment__item:first-child {
    margin-right: 20px;
  }
}
.checkout-payment__item:has(input:checked),
.checkout-payment__item:hover {
  background-image: url("/images/radio_active.png");
  color: #ff662c;
}
.checkout-payment__item input {
  display: none;
}
.checkout-summary * {
  color: white;
}
.checkout-summary__list {
  padding-bottom: 30px;
  margin-bottom: 18px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 970px) {
  .checkout-summary {
    margin-left: -24px;
    margin-right: -24px;
  }
}
.checkout-summary__wrapper {
  padding: 63px 24px 65px 24px;
}
.checkout-summary__wrapper .section-title {
  font-weight: 400;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  margin-bottom: 33px;
}
@media (min-width: 970px) {
  .checkout-summary__wrapper {
    padding: 65px 60px 65px 60px;
  }
  .checkout-summary__wrapper .section-title {
    font-size: 32px;
  }
}
.checkout-summary .cart-summary__sum {
  padding-top: 1px;
}
@media (max-width: 970px) {
  .checkout-summary .cart-summary__sum {
    margin-bottom: 8px;
  }
}
.checkout-summary .cart-summary__sum-name {
  letter-spacing: 0em;
}
.checkout-summary .cart-summary__sum-payment {
  letter-spacing: 0em;
}
.checkout-summary__product {
  display: flex;
}
.checkout-summary__product-name {
  margin-top: 0px;
  line-height: 1;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
@media (max-width: 760px) {
  .checkout-summary__product-name {
    font-size: 14px;
    line-height: 16px;
  }
}
.checkout-summary__product-price {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
@media (max-width: 760px) {
  .checkout-summary__product-price {
    font-size: 13px;
  }
}
.checkout-summary__product-count {
  margin-top: 14px;
  height: 32px;
}
.checkout-summary__product-count span {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.checkout-summary__product-count input {
  height: 32px;
  text-align: center;
  width: 24px;
  border: 1px solid white;
  font-size: 12px;
}
@media (max-width: 760px) {
  .checkout-summary__product-count {
    margin-top: 10px;
  }
}
.checkout-summary__product-image {
  flex: 0 0 128px;
  border: 1px solid white;
  height: 150px;
  display: flex;
}
@media (max-width: 970px) {
  .checkout-summary__product-image {
    flex: 0 0 102px;
    height: 120px;
  }
}
.checkout-summary__product-image img {
  margin: auto;
}
.checkout-summary__product-content {
  flex: 0 0 calc(100% - 128px);
  padding-left: 20px;
}
@media (max-width: 970px) {
  .checkout-summary__product-content {
    flex: 0 0 calc(100% - 102px);
  }
}
.checkout .checkbox {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.01em;
  margin-top: 20px;
  padding-left: 49px;
}
@media (max-width: 970px) {
  .checkout .checkbox {
    padding-left: 40px;
    line-height: 15px;
  }
}
.checkout .checkbox div {
  line-height: 16px;
}
@media (max-width: 970px) {
  .checkout .checkbox div {
    line-height: 17px;
    max-width: 200px;
  }
}
.checkout .checkbox:before {
  border-color: white;
  width: 32px;
  height: 32px;
  top: calc(50% - 18px);
}
@media (max-width: 970px) {
  .checkout .checkbox:before {
    width: 24px;
    height: 24px;
  }
}
.checkout .checkbox:has(input:checked):before {
  background-image: url("/images/check-white.svg") !important;
}
.checkout button {
  width: 100%;
  margin-top: 21px;
  text-transform: uppercase;
  padding: 15px 24px 14px 24px;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.1em;
  background-color: #ff662c;
}

.account-navigation .container {
  padding-top: 14px;
  border-top: 1px solid #e6e6e6;
  overflow-x: auto;
}
@media (max-width: 970px) {
  .account-navigation .container {
    padding-bottom: 15px;
  }
  .account-navigation .container * {
    text-align: left;
  }
}
.account-navigation ul {
  display: table;
  table-layout: fixed;
  width: 838px;
  margin: 0px auto;
}
@media (max-width: 970px) {
  .account-navigation ul {
    width: 750px;
  }
}
.account-navigation ul li {
  display: table-cell;
}
.account-navigation ul li:last-child {
  margin-right: 0px;
}
@media (max-width: 970px) {
  .account-navigation ul li {
    display: inline-block;
    margin-right: 31px;
  }
}
.account-navigation ul a {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #121212;
}
.account-navigation ul a:hover,
.account-navigation ul a.active {
  color: #ff662c;
}

.account-form__title {
  line-height: 1;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  color: #121212;
  margin-bottom: 48px;
}
@media (max-width: 970px) {
  .account-form__title {
    margin-bottom: 25px;
  }
}
.account-form__checklist {
  display: block;
  margin-bottom: -3px;
  margin-right: 0px;
  margin-left: auto;
}
.account-form__checklist .checkbox {
  margin-left: -2px;
}
@media (max-width: 970px) {
  .account-form__checklist .checkbox {
    padding-left: 42px;
  }
  .account-form__checklist .checkbox::before {
    width: 24px;
    height: 24px;
    top: calc(50% - 14px);
    left: 2px;
  }
}
.account-form__checklist .account-form__title {
  margin-bottom: 39px;
}
@media (max-width: 1200px) {
  .account-form__checklist > div:first-child {
    margin-bottom: 60px;
  }
  .account-form__checklist .account-form__title {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .account-form__checklist {
    display: grid;
    grid-template-columns: 511px 419px;
    grid-column-gap: 10px;
    width: 1079px;
  }
}
.account-form p {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #121212;
}
.account-form p:last-child {
  margin-bottom: 0px;
}
@media (max-width: 970px) {
  .account-form p {
    margin-bottom: 12px;
  }
}
@media (max-width: 970px) {
  .account-form .container {
    padding-top: 25px;
  }
  .account-form .container.shiping-top {
    padding-bottom: 1px;
  }
  .account-form .container.shiping .account-form__title {
    margin-bottom: 33px;
  }
  .account-form .container.shiping .circle-button {
    margin-top: 42px;
    margin-bottom: 0px;
    padding: 0px;
  }
  .account-form .container.shiping .checkbox {
    margin-top: 31px;
    font-size: 14px;
    line-height: 18px;
    padding-left: 40px;
  }
  .account-form .container.shiping .checkbox::before {
    width: 24px;
    height: 24px;
    top: calc(50% - 14px);
    left: 0px;
  }
  .account-form .circle-button {
    margin-top: 28px;
    margin-bottom: 18px;
  }
}

.account-products__wrapper {
  width: 610px;
  max-width: 100%;
  margin: 0px auto;
}
@media (max-width: 760px) {
  .account-products__wrapper {
    width: 193px;
  }
}
.account-products__wrapper {
  margin-top: 0px;
}
.account-products .catalog-list__item {
  padding: 0px 12px;
  margin-bottom: 24px;
}
@media (min-width: 760px) {
  .account-products .catalog-list__item {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media (max-width: 970px) {
  .account-products .catalog-list__item {
    margin-bottom: 14px;
  }
}
.account-products .catalog-list__item-image {
  height: 215px;
}
.account-products .catalog-list__item-image img {
  max-height: 150px;
}
.account-products .catalog-list__item-content {
  margin-top: 6px;
  padding: 0px 2px;
  height: auto;
}
@media (max-width: 970px) {
  .account-products .catalog-list__item-content {
    margin-top: 10px;
  }
}
.account-products .catalog-list__item .type,
.account-products .catalog-list__item .code {
  font-size: 9px;
}
@media (max-width: 970px) {
  .account-products .catalog-list__item .type,
  .account-products .catalog-list__item .code {
    font-size: 7px;
  }
}
.account-products .catalog-list__item .type {
  margin-top: 3px;
}
.account-products .catalog-list__item .name {
  font-size: 13px;
  line-height: 15px;
  min-height: 34px;
}
@media (max-width: 970px) {
  .account-products .catalog-list__item .name {
    font-size: 11px;
    margin-top: 4px;
    line-height: 14px;
  }
}
.account-products .catalog-list__item .price {
  font-size: 13px;
  color: #121212;
}
@media (max-width: 970px) {
  .account-products .catalog-list__item .price {
    font-size: 11px;
    margin-top: 3px;
    margin-bottom: 4px;
  }
}

.account-orders__header {
  margin-bottom: 35px;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.account-orders__header div {
  width: 570px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.account-orders__header a {
  display: inline-block;
  padding: 10px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  color: #121212;
  border: 2px solid #e6e6e6;
  padding: 6px 15px;
  margin-right: 8px;
}
.account-orders__header a:hover,
.account-orders__header a.active {
  border-color: #ff662c;
  color: #ff662c;
}
.account-orders__item {
  border: 1px solid #e6e6e6;
  margin-bottom: 24px;
}
.account-orders__item-header {
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
  background-color: #f9f9f9;
  padding: 18px 24px 22px 24px;
  line-height: 24px;
}
@media (min-width: 760px) {
  .account-orders__item-header {
    display: flex;
    gap: 38px;
  }
}
.account-orders__item-header span {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.01em;
  /* color: #121212; */
}
.account-orders__item-header > div:last-child {
  flex: auto;
}
@media (min-width: 760px) {
  .account-orders__item-header > div:last-child {
    text-align: right;
  }
}
.account-orders__item-header > div:last-child div {
  padding-top: 0px;
  font-weight: 500;
  font-size: 14px;
  color: rgba(18, 18, 18, 0.6);
  line-height: 22px;
}
.account-orders__item-header > div:last-child div span {
  margin-left: 5px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 22px;
  color: #ff662c;
}
.account-orders__item-body > div {
  padding: 24px;
  border-bottom: 1px solid #e6e6e6;
}
@media (min-width: 760px) {
  .account-orders__item-body > div {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
  }
}
.account-orders__item-body > div:last-child {
  border-bottom: none;
}
.account-orders__item-body__image {
  height: 120px;
  width: 98px;
  background-color: #f9f9f9;
  border-radius: 4px;
  border: 1.1px solid #e6e6e6;
  padding: 12px 16px;
}
.account-orders__item-body__info {
  display: flex;
  vertical-align: middle;
  align-items: center;
}
@media (max-width: 759px) {
  .account-orders__item-body__info {
    margin-top: 12px;
    margin-bottom: 12px;
  }
}
.account-orders__item-body__info h3 {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #121212;
  line-height: 1.4;
}
.account-orders__item-body__info p {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: rgba(18, 18, 18, 0.5);
}
.account-orders__item-body__status {
  vertical-align: middle;
  align-items: center;
  flex: auto;
}
@media (min-width: 760px) {
  .account-orders__item-body__status {
    text-align: right;
  }
}
.account-orders__item-body__status-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (min-width: 760px) {
  .account-orders__item-body__status-wrapper {
    justify-content: flex-end;
  }
}
.account-orders__item-body__status-wrapper h3 {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.01em;
  color: #ff662c;
}
.account-orders__item-body__status-wrapper p {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #121212;
}

.cart-title {
  font-weight: 500;
  font-size: 32px;
  color: #121212;
  line-height: 38px;
  margin-bottom: 47px;
}
@media (max-width: 970px) {
  .cart-title {
    font-size: 24px;
    margin-top: -2px;
    margin-bottom: 40px;
  }
}
.cart-count {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.11em;
  color: #121212;
  margin-bottom: 45px;
}
.cart .grid {
  display: block;
}
@media (min-width: 970px) {
  .cart .grid {
    display: grid;
    grid-template-columns: repeat(18, 1fr);
    grid-column-gap: 0px;
  }
}
.cart-list {
  grid-column: 1/13;
}
@media (max-width: 760px) {
  .cart-list {
    width: 260px;
    margin: 0px auto;
  }
}
.cart-summary {
  grid-column: 13/19;
}
.cart-summary__wrapper {
  background-image: url("/images/summary_bg.png");
  background-position: center;
  background-size: cover;
  padding: 30px 23px 22px 22px;
  margin-left: -2px;
}
@media (max-width: 970px) {
  .cart-summary__wrapper {
    margin-top: 48px;
    margin-left: 0px;
  }
}
.cart-summary__title {
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  padding-bottom: 18px;
  margin-bottom: 30px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.cart-summary__payments {
  margin-bottom: 44px;
}
.cart-summary__payments.mob {
  display: none;
}
@media (max-width: 760px) {
  .cart-summary__payments {
    width: 100%;
  }
  .cart-summary__payments.pc {
    display: none;
  }
  .cart-summary__payments.mob {
    display: block;
  }
}
.cart-summary__sum {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}
.cart-summary__sum * {
  color: #fff;
}
.cart-summary__sum-payment,
.cart-summary__sum-name {
  flex: 0 0 50%;
  max-width: 50%;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.02em;
}
@media (max-width: 760px) {
  .cart-summary__sum-payment,
  .cart-summary__sum-name {
    letter-spacing: -0.02em;
  }
}
.cart-summary__sum-payment {
  text-align: right;
}
.cart-summary__empty {
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  margin-top: 14px;
  letter-spacing: 0.004em;
  text-transform: uppercase;
  color: #121212;
}
@media (max-width: 970px) {
  .cart-summary__empty {
    font-size: 16px;
    margin-top: 13px;
  }
}
.cart-summary__empty svg {
  position: relative;
  top: 2px;
  margin-left: 6px;
}
.cart-summary__buy {
  margin-top: 22px;
  display: block;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #fff;
  background: #ff662c;
  padding: 16px;
}
.cart-product {
  display: flex;
}
@media (max-width: 760px) {
  .cart-product {
    display: block;
  }
}
.cart-product__image {
  flex: 0 0 257px;
  max-width: 257px;
  background: #f9f9f9;
  height: 300px;
  display: flex;
}
@media (max-width: 760px) {
  .cart-product__image {
    max-width: 100%;
  }
}
.cart-product__image img {
  margin: auto;
}
.cart-product__content {
  flex: 0 0 calc(100% - 257px);
  max-width: calc(100% - 257px);
  padding-left: 22px;
}
@media (max-width: 760px) {
  .cart-product__content {
    max-width: 100%;
    padding-left: 0px;
    padding-top: 14px;
  }
}
.cart-product__type,
.cart-product__code {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #121212;
  opacity: 0.5;
}
.cart-product__type {
  margin-top: 8px;
  letter-spacing: 0.05em;
}
.cart-product__name {
  margin-top: 9px;
  line-height: 21px;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  color: #121212;
}
.cart-product__price {
  line-height: 21px;
  font-weight: 500;
  font-size: 18px;
  margin-top: 11px;
}
.cart-product__count {
  margin-top: 24px;
}
.cart-product__count span {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #121212;
}
.cart-product__count input {
  margin-left: 4px;
  margin-right: 4px;
  height: 48px;
  width: 32px;
  text-align: center;
  border: 1.5px solid #e6e6e6;
}
.cart-product__count svg {
  position: relative;
  top: 2px;
}

.to-catalog a {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  background: #ff662c;
  padding: 13px 34px 13px 25px;
  display: inline-block;
  margin-top: 4px;
}
@media (max-width: 760px) {
  .to-catalog a {
    width: calc(100% - 22px);
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    display: block;
    margin-bottom: 10px;
  }
}
.to-catalog a svg {
  position: relative;
  right: -13px;
}

@media (max-width: 970px) {
  .product-image {
    padding-top: 22px;
  }
  .product-image .container {
    padding: 0px;
  }
}
.product-info {
  background-color: #121212;
  background-image: url("/images/product_bg.jpg");
  background-position: center;
  background-size: cover;
}
.product-info .container {
  padding-bottom: 90px;
}
@media (max-width: 970px) {
  .product-info .container {
    padding-bottom: 27px;
  }
}
.product-info .bread {
  margin-top: 11px;
}
.product-info__content * {
  color: white;
}
@media (max-width: 1000px) {
  .product-info__image img {
    margin: 0px auto;
    margin-bottom: 120px;
  }
}
.product-info__wrapper {
  margin-top: 34px;
  margin-left: auto;
}
@media (min-width: 1000px) {
  .product-info__wrapper {
    width: 970px;
    display: grid;
    grid-template-columns: 310px 460px;
    grid-column-gap: 200px;
    margin-right: 110px;
    margin-top: 55px;
  }
}
.product-info .left-margin {
  margin-left: 6px;
}
.product-info__type,
.product-info__code {
  font-size: 12px;
  text-transform: uppercase;
  opacity: 0.8;
  line-height: 14px;
  opacity: 0.8;
}
@media (max-width: 970px) {
  .product-info__type,
  .product-info__code {
    margin-right: 6px;
    line-height: 15px;
  }
}
.product-info__code {
  letter-spacing: 0.11em;
  margin-bottom: 11px;
}
.product-info__type {
  letter-spacing: 0.053em;
  margin-bottom: 11px;
}
@media (max-width: 970px) {
  .product-info__type {
    margin-bottom: 7px;
  }
}
.product-info__title {
  font-weight: 400;
  font-size: 32px;
  text-transform: uppercase;
  line-height: 37px;
  margin-bottom: 9px;
  letter-spacing: 0.008em;
}
@media (max-width: 970px) {
  .product-info__title {
    font-size: 24px;
    margin-bottom: 4px;
  }
}
.product-info__cost {
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
}
.product-info__variants {
  margin-top: 21px;
}
.product-info__variants li {
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 11px;
  width: 68px;
  height: 80px;
  margin-right: -1px;
}
.product-info__variants li:hover,
.product-info__variants li.active {
  border: 0.8px solid #ff662c;
}
.product-info__variants li img {
  margin: 0px auto;
}
@media (max-width: 970px) {
  .product-info__variants li {
    margin-right: -2px;
    margin-left: -2px;
  }
}
@media (max-width: 970px) {
  .product-info__variants {
    margin-top: 28px;
  }
}
.product-info__notification {
  margin-top: 19px;
}
@media (max-width: 970px) {
  .product-info__notification {
    margin-top: 26px;
  }
}
.product-info__notification-item {
  position: relative;
  font-size: 16px;
  padding: 12px 0px 12px 0px;
  border-bottom: 1px solid #e6e6e6;
  background-image: url("/images/information.svg");
  background-position: right center;
  background-repeat: no-repeat;
  line-height: 18px;
  margin-bottom: 17px;
}
.product-info__notification-item__popup {
  width: 458px;
  right: 0;
  z-index: 2;
  top: 42px;
  font-weight: 400;
  font-size: 13px;
  line-height: 131%;
  color: #121212;
  display: none;
  position: absolute;
  background-color: white;
  padding: 16px 38px;
  width: 100%;
}
.product-info__notification-item__popup img {
  margin-top: 5px;
}
.product-info__notification-item__popup.active {
  display: block;
}
.product-info__button {
  width: 114px;
  height: 114px;
  margin-top: 7px;
  border: 1.58px solid #ff662c;
  border-radius: 57px;
}
@media (max-width: 970px) {
  .product-info__button {
    width: 100px;
    height: 100px;
    margin-top: 15px;
  }
}
.product-info__button:hover {
  background-color: #ff662c;
  color: #fff;
}

.product-description * {
  color: white;
}
.product-description .section-title {
  line-height: 28px;
  margin-top: 4px;
  letter-spacing: -0.01em;
  margin-bottom: 29px;
}
.product-description__wrapper {
  width: 784px;
  max-width: 100%;
}
.product-description__wrapper p {
  width: 711px;
  max-width: 100%;
  font-size: 16px;
  line-height: 19px;
}
@media (max-width: 970px) {
  .product-description__wrapper p {
    font-weight: 400;
    font-size: 16px;
  }
}

.product-feautures * {
  color: white;
}
.product-feautures .section-title {
  margin-top: 4px;
  letter-spacing: -0.01em;
  margin-bottom: 32px;
}
@media (max-width: 970px) {
  .product-feautures .section-title {
    margin-top: 30px;
    margin-bottom: 35px;
    font-size: 24px;
  }
}
@media (max-width: 970px) {
  .product-feautures__grid-column:first-child {
    margin-bottom: 75px;
  }
}
.product-feautures__grid-column .product-feautures__item:last-child {
  margin-bottom: 0px;
}
@media (min-width: 970px) {
  .product-feautures__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 72px;
  }
}
.product-feautures__item {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.02em;
  border-bottom: 1px solid #fff;
  padding: 8px 0px 8px 0px;
  margin-bottom: 22px;
  display: flex;
}
.product-feautures__item span:first-child {
  flex: 0 0 30%;
}
@media (max-width: 970px) {
  .product-feautures__item span:first-child {
    font-size: 14px;
    flex: 0 0 50%;
    align-items: center;
    vertical-align: middle;
    display: flex;
  }
}
.product-feautures__item span:last-child {
  flex: 0 0 70%;
  font-size: 16px;
  letter-spacing: -0.0012em;
  text-align: right;
}
@media (max-width: 970px) {
  .product-feautures__item span:last-child {
    font-size: 14px;
    flex: 0 0 50%;
    line-height: 18px;
  }
}
@media (max-width: 970px) {
  .product-feautures__item {
    margin-bottom: 28.6px;
    line-height: 21.3px;
    padding: 5px 0px 6px 0px;
  }
}

.product-castom .container {
  width: 1440px;
  max-width: 100%;
}
@media (min-width: 960px) {
  .product-castom__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
  }
}
@media (min-width: 1440px) {
  .product-castom__grid {
    grid-template-columns: 590px 650px;
    grid-column-gap: 199px;
  }
}
.product-castom__content {
  display: flex;
  padding-left: 80px;
}
@media (max-width: 960px) {
  .product-castom__content {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .product-castom__content .btn {
    font-size: 16px;
    padding-left: 64px;
    min-height: 64px;
  }
  .product-castom__content .btn svg {
    height: 64px;
    width: 64px;
    top: calc(50% - 32px);
  }
  .product-castom__content .btn .vertical-center {
    min-height: 64px;
  }
}
.product-castom__content .section-title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 32px;
  text-transform: uppercase;
  color: #121212;
  margin-bottom: 24px;
  line-height: 39px;
}
@media (max-width: 960px) {
  .product-castom__content .section-title {
    margin-bottom: 26px;
  }
}
.product-castom__content ul {
  margin-bottom: 24px;
}
@media (max-width: 960px) {
  .product-castom__content ul {
    margin-bottom: 28px;
  }
}
.product-castom__content ul li {
  padding-left: 30px;
  font-weight: 500;
  font-size: 20px;
  line-height: 180%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #121212;
  background-image: url("/images/dot.svg");
  background-position: left center;
  background-size: 30px;
  background-repeat: no-repeat;
}
@media (max-width: 960px) {
  .product-castom__content ul li {
    font-size: 16px;
    padding-left: 24px;
    letter-spacing: 0.125em;
    margin-bottom: 4px;
    background-position: top 0px left -3px;
    line-height: 2;
  }
}
.product-castom__content-wrapper {
  margin-top: auto;
  margin-bottom: auto;
}
.product-castom__image {
  height: 650px;
  background-position: center;
  background-size: cover;
}
@media (max-width: 959px) {
  .product-castom__image {
    margin-left: -24px;
    margin-right: -24px;
    margin-top: -8px;
    height: 319px;
  }
}

.product-dopimage .container {
  width: 1440px;
}
@media (min-width: 960px) {
  .product-dopimage__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 0;
  }
}
@media (max-width: 970px) {
  .product-dopimage__grid > div {
    margin-left: -24px;
    margin-right: -24px;
    width: calc(100% + 48px);
  }
  .product-dopimage__grid > div img {
    margin: 0px auto;
  }
}

.product-links .slick-dotted.slick-slider {
  margin-bottom: 28px;
}
@media (max-width: 970px) {
  .product-links .container {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .product-links .category-title {
    font-size: 24px;
    line-height: 1.25;
  }
}

.product-banner {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 0px !important;
  margin-top: 20px !important;
}
@media (max-width: 970px) {
  .product-banner {
    margin-top: 0px !important;
    padding-top: 25px;
    padding-bottom: 35px;
  }
}

.footer {
  background: #121212;
}
.footer-c1 {
  grid-column: 1/19;
}
.footer-c1 .footer-title {
  width: 200px;
}
.footer-c1 form {
  position: relative;
}
.footer-c1 form input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
.footer-c1 form button {
  position: absolute;
  top: 9px;
  width: 19px;
  height: 24px;
  right: 0px;
  padding: 0;
  cursor: pointer;
}
.footer-c1 p {
  font-size: 11px;
  color: white;
  padding-top: 3px;
}
.footer-c1__flex input {
  background: none;
  font-weight: 400;
  font-size: 13px;
  line-height: 131%;
  color: #fff;
  border: none;
  border-bottom: 1px solid #252525;
  padding: 5px 0px 5px 0px;
  margin-top: 5px;
  background-image: url("/images/arrow-footer.svg");
  background-position: right center;
  background-repeat: no-repeat;
  width: 100%;
}
.footer-c1__flex input::-moz-placeholder {
  color: white;
}
.footer-c1__flex input::placeholder {
  color: white;
}
@media (min-width: 970px) {
  .footer-c1__flex {
    width: 186px;
  }
}
@media (min-width: 1450px) {
  .footer-c1 {
    padding-left: 15px;
    grid-column: 1/5;
  }
}
.footer-c2 {
  grid-column: 1/19;
}
@media (min-width: 1450px) {
  .footer-c2 {
    grid-column: 6/19;
  }
}
.footer > .container {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (min-width: 970px) {
  .footer > .container {
    padding-top: 60px;
    padding-bottom: 44px;
  }
}
.footer-payment {
  margin-top: 10px;
}
.footer-payment.pc {
  display: none;
}
.footer-payment.mob {
  margin-top: 38px;
}
@media (min-width: 970px) {
  .footer-payment {
    margin-left: 14px;
    margin-top: -13px;
  }
  .footer-payment.mob {
    display: none;
  }
  .footer-payment.pc {
    display: block;
  }
}
.footer-title {
  font-weight: 600;
  font-size: 13px;
  line-height: 131%;
  letter-spacing: 0.018em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 15px;
}
.footer-underline {
  border-top: 1px solid #252525;
  font-weight: 600;
  font-size: 14px;
  line-height: 171%;
  text-align: center;
  color: #ccc;
}
.footer-underline .container {
  padding-top: 25px;
  padding-bottom: 26px;
}
@media (max-width: 970px) {
  .footer-underline {
    line-height: 19px;
  }
}
.footer-column {
  margin-top: 24px;
}
@media (min-width: 970px) {
  .footer-column {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 10px;
  }
}
@media (min-width: 1450px) {
  .footer-column {
    margin-top: 0px;
    padding-left: 25px;
    grid-template-columns: 140px 149px 160px 140px;
    grid-column-gap: 111px;
  }
}
@media (max-width: 970px) {
  .footer-column .active .footer-title::after {
    transform: rotate(0deg);
  }
  .footer-column .active ul {
    display: block;
    margin-top: -10px;
    margin-bottom: 6px;
  }
}
.footer-column .footer-title {
  padding-top: 8px;
  letter-spacing: 0.085em;
}
@media (max-width: 970px) {
  .footer-column .footer-title {
    border-bottom: 1px solid white;
    padding: 13px 0px;
    margin-bottom: 24px;
    position: relative;
  }
  .footer-column .footer-title::after {
    content: " ";
    position: absolute;
    right: 0px;
    top: calc(50% - 12px);
    transform: rotate(-180deg);
    background-image: url("/images/arrow-footer_mob.svg");
    width: 24px;
    height: 24px;
  }
}
.footer-menu {
  margin-top: 4px;
  display: none;
}
@media (min-width: 970px) {
  .footer-menu {
    display: block;
  }
}
.footer-menu li {
  line-height: 16px;
  margin-bottom: 11px;
}
.footer-menu a {
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 10px;
  letter-spacing: 0.02em;
  color: #fff;
}
.error-page {
  background-color: black;
}
.error-page .container {
  background-image: url("/images/404.png");
  background-repeat: no-repeat;
}
@media screen and (max-width: 969px) {
  .error-page .container {
    background-position: bottom 85px right -186px;
    background-size: 440px auto;
  }
}
@media screen and (min-width: 970px) {
  .error-page .container {
    background-position: center right 75px;
  }
}
.error-page__content {
  color: white;
  margin-left: 4px;
  grid-column: 1/13;
  margin-top: 23px;
  margin-bottom: 390px;
}
@media screen and (min-width: 970px) {
  .error-page__content {
    margin-left: -7px;
    grid-column: 3/10;
    margin-top: 132px;
    margin-bottom: 135px;
  }
}
.error-page__content h1 {
  font-weight: 300;
  font-size: 64px;
  color: #fff;
}
.error-page__content p {
  width: 480px;
  max-width: 100%;
  line-height: 1.25;
  margin-top: 7px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}
.error-page__content a {
  display: inline-block;
  padding: 15px 56px;
  margin-top: 19px;
  background: #ff662c;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
}

.privacy .section-title {
  letter-spacing: -0.014em;
  margin-bottom: 21px;
  text-transform: capitalize;
  line-height: 1.2;
}
.privacy .paragraf {
  line-height: 1.229;
  margin-bottom: 22px;
  font-weight: 400;
  font-size: 18px;
  color: #121212;
}
.privacy .paragraf a {
  color: #121212;
} /*# sourceMappingURL=style.css.map */
.account-orders__item-body__info a {
  color: black;
}

.account-orders__item-body__status-wrapper h3 img {
  display: initial;
  position: relative;
  top: 5px;
}

.product-info__variants li {
    width: 88px;
    height: auto;
}

.container .two-article__description_colum {
    column-count: 2;
    column-gap: 40px;
    text-align: left;
    color: white;
    margin-top: 20px;
}

@media (max-width: 576px) {
    .two-article__description_colum {
        column-count: 1;
    }
}

@media only screen and (min-width: 2300px) {
  html {
    zoom: 1.3;
  }
}