:root {
  --main-bg-color: #fcfaff;
  --secondary-color: #fff;
  --backdrop-color: #fff;
  --info-blocks-color: #3f4550;
  --additional-bg-color: #282c34;
  --popup-color: #fff;
  --accent-color: #FE6D04;
  --accent-light-color: #fb7617;
  --accent-dark-color: #f76700;
  --additional-accent-color: #FE6D04;
  --border-color: #eeeef4;
  --text-color: #000;
  --icon-color: #c0c4c9;
  --alert-color: #fc4130;
  --status-color1: #057DF5;
  --status-color2: #5b36ac;
  --status-color3: #d802d8;
  --status-color4: #fb9c02;
  --status-color5: #36db78;
  --status-color6: #ff1500;
  --white: #ffffff;
  --light: #f0eff3;
  --black: #000000;
  --dark-blue: #1f2029;
  --dark-light: #282c34;
  --red: #da2c4d;
  --yellow: #efaa20;
  --grey: #ecedf3;
}

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

*,
*:focus,
*:hover {
  outline: none;
}

@font-face {
  /* Гарнитура шрифта */
  font-family: Bebas Neue;

  /* Путь к файлу со шрифтом */
  src: url(../fonts/bebas-neue/BebasNeueBold.ttf);
}

::selection {
  background: var(--accent-color); /* Safari */
  }

::-moz-selection {
  background: var(--accent-color); /* Firefox */
}

html {
  max-width: 100vw;
  /* scroll-behavior: smooth; */
  overflow-x: hidden;
}

body {
  font-family: 'Roboto', -apple-system, system-ui, BlinkMacSystemFont, “Segoe UI”, Roboto, “Helvetica Neue”, Arial, sans-serif;
  /* для отображения знака рубля в Safari */
  color: #373741;
  font-size: 18px;
  line-height: 1.22;
  letter-spacing: 1px;
  max-width: 100vw;
  position: relative;
  overflow-x: hidden;
  background-color: #F6F6F6;
  padding-top: 160px;
}

@media screen and (max-width:1279px) {
  body {
    font-size: 16px;
  }
}

@media screen and (max-width:780px) {
  body {
    padding-top: 62px;
  }
}

/* @media screen and (max-width:500px) {
  html {
    overflow-x: hidden;
  }
  body {
    overflow-x: hidden;
  }
} */

main {
  margin-bottom: 80px;
}

@media screen and (max-width:1400px) {
  main {
    margin-bottom: 60px;
  }
}

section {
  margin-top: 60px;
}

@media screen and (max-width:420px) {
  section {
    margin-top: 40px;
  }
}

ul {
  list-style-image: url("/static/img/icons/list-style-image.svg");
}

.container {
  width: calc(100vw - 120px);
  max-width: 1920px;
  margin: 0 auto;
}

h1 {
  font-weight: bold;
  font-size: 32px;
  line-height: 142.69%;
  margin-block-start: 0;
  margin-block-end: 0;
}

@media screen and (max-width:1240px) {
  h1 {
    font-weight: bold;
    font-size: 24px;
    line-height: 130%;
  }
}

@media screen and (max-width:460px) {
  h1 {
    font-size: 21px;
  }
}

h2 {
  margin-block-start: 0;
  margin-block-end: 0;
}

h3 {
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}

h4 {
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}

.page-heading--center {
  text-align: center;
}

p {
  margin-block-start: 0;
  margin-block-end: 0;
}

/* Solid border */
hr.solid {
  border-top: 1px solid #bbb;
  margin-block-start: 60px;
  margin-block-end: 60px;
}

a {
  margin: 0;
  padding: 0;
  color: inherit;
  text-decoration: inherit;
}

.st-link {
  color: var(--accent-color);
  font-size: 16px;
}

.st-link:hover {
  text-decoration: underline;
}

.st-link--small {
  font-size: 14px;
}

.st-link--showmore {
  margin-top: 20px;
}

.st-link--projects-sources {
  color: #42424A;
  margin-top: 20px;
  text-decoration: underline;
}
.st-link--projects-sources:hover {
  color: var(--accent-color);
}

.link--dark-underline {
  color: #42424A;
  padding-bottom: 2px;
  border-bottom: 1px solid #42424A;
  font-size: 16px;
}

/* .link--dark-underline:hover {
  color: var(--accent-color);
  border-bottom: 1px solid var(--accent-color);
} */

img {
  margin: 0;
  padding: 0;
}

ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0;
}

ol {
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
}

button {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: none;
}


/* Input file styles */
.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile+label {
  max-width: 80%;
  font-size: 16px;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  margin-top: 8px;
  margin-bottom: 12px;
  line-height: 24px;
}

.no-js .inputfile+label {
  display: none;
}

.inputfile:focus+label,
.inputfile.has-focus+label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

.inputfile+label * {
  /* pointer-events: none; */
  /* in case of FastClick lib use */
}

.inputfile+label img {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  fill: currentColor;
  margin-right: 8px;
  margin-bottom: 5px;
}


.inputfile-3+label {
  color: #464646;
  outline: none;
}

.inputfile-3:focus+label,
.inputfile-3.has-focus+label,
.inputfile-3+label:hover {
  color: #000000;
  outline: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}




/* Header */
header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 2000;
}

@media screen and (max-width:840px) {
  .container {
    width: calc(100vw - 60px);
  }
}

@media screen and (max-width:480px) {
  .container {
    width: calc(100vw - 40px);
  }
}

/* @media screen and (max-width:360px) {
  .container {
    width: calc(100vw - 30px);
  }
} */

.header__row-top {
  position: relative;
  background-color: #3B3B3A;
  z-index: 10000;
}

@media screen and (max-width:780px) {
  .header__row-top {
    display: none !important;
  }
}

.container--header__row-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100vw - 60px);
  max-width: 100%;
  height: 70px;
}

.header__location-menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 60vw;
}

@media screen and (max-width:1540px) {
  .header__location-menu {
    width: 70vw;
  }
}

@media screen and (max-width:1285px) {
  .header__location-menu {
    width: 100%;
    justify-content: space-between;
  }
}

.main-nav__location {
  display: flex;
  position: relative;
  width: 233px;
  z-index: 20000;
}

@media screen and (max-width:1340px) {
  .main-nav__location {
    width: 180px;
  }
}

@media screen and (max-width:1284px) {
  .main-nav__location {
    width: 160px;
  }
}

.main-nav__location-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  cursor: pointer;
}

.main-nav__location-name {
  margin-left: 10px;
  font-size: 16px;
  color: #ffffff;
}

@media screen and (max-width: 1285px) {
  .main-nav__location-name {
    font-size: 14px;
  }
}

.header__menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}

/* @media screen and (max-width:1310px) {
  .header__menu {
    margin-right: 0;
    margin-left: 20px;
  }
} */

/* @media screen and (max-width:991px) {
  .header__menu {
    width: 60vw;
  }
} */

.header__menu-item {
  padding: 0 20px;
}

@media screen and (max-width:1285px) {
  .header__menu-item:last-child {
    padding: 0 0 0 20px;
  }
}

@media screen and (max-width:980px) {
  .header__menu-item {
    padding: 0 12px;
  }

  .header__menu-item:last-child {
    padding: 0 0 0 12px;
  }
}


.header__menu-link {
  position: relative;
  display: flex;
  font-size: 16px;
  text-decoration: none;
  color: #ffffff;
  white-space: nowrap;
  font-weight: 300;
  transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
}

.header__menu-link:hover {
  color: var(--accent-color);
}

@media screen and (max-width:1200px) {
  .header__menu-link {
    font-size: 14px;
  }
}

@media screen and (max-width:916px) {
  .header__menu-link {
    font-size: 12px;
  }
}

.header__menu-devider {
  width: 1px;
  height: 30px;
  background-color: #6B6A6D;
}

/* .header__menu-link:last-child:after {
  position: absolute;
  top: 0;
  left: 9999px;
} */

.header__contacts-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width:1220px) {
  .header__contacts-wrapper {
    display: none;
  }
}


.header__email-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}

@media screen and (max-width:1580px) {
  .header__email-link {
    display: none;
  }
}

.header__email-icon {
  width: 25px;
  height: auto
}

.header__email-address {
  color: #ffffff;
  margin-left: 15px;
}

@media screen and (max-width:1250px) {
  .header__email-address {
    display: none;
  }
}

.header__phone-number {
  color: #ffffff;
  margin-left: 15px;
  white-space: nowrap;
}

@media screen and (max-width:1285px) {
  .header__phone-number {
    display: none;
  }
}

.header__phone-link {
  display: flex;
  align-items: center;
  font-family: Roboto;
  text-decoration: none;
  color: #3F3C46;
  margin-left: 5vw;
}

@media screen and (max-width:1285px) {
  .header__phone-link {
    display: none;
  }
}

.header__phone-icon {
  height: 26px;
  width: auto;
}

.header__phone-link--mobile {
  display: none;
  justify-content: center;
  align-items: center;
  height: 28px;
  width: 28px;
}

@media screen and (max-width:780px) {
  .header__phone-link--mobile {
    display: flex;
  }

  .header__phone-icon {
    height: 28px;
    width: auto;
  }
}

.header__authorization {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.header__user-icon {
  height: 32px;
  width: auto;
}

@media screen and (max-width:920px) {
  .header__user-icon {
    height: 26px;
  }
}

@media screen and (max-width:780px) {
  .header__user-icon {
    height: 22px;
  }
}

.header__authorization-active-icon {
  position: absolute;
  bottom: -3px;
  right: -4px;
  height: 12px;
  width: 12px;
  background-color: var(--accent-color);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.header__row-bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1000;
}

.container--header__row-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100vw - 60px);
  max-width: 100%;
  height: 90px;
  z-index: 1000;
}

@media screen and (max-width:780px) {
  .header__row-bottom {
    height: 62px;
    position: fixed;
    top: 0;
    width: 100%;
    /* backdrop-filter: none; */
    /* background-color: white; */
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.04);
  }

  .container--header__row-bottom {
    height: 62px;
  }
}

.header__logo-catalog {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 60vw;
}

@media screen and (max-width:1540px) {
  .header__logo-catalog {
    width: 70vw;
  }
}

/* 
@media screen and (max-width:1470px) {
  .header__logo-catalog {
    justify-content: flex-start;
  }
}

@media screen and (max-width:1279px) {
  .header__logo-catalog {
    width: 30vw;
  }
} */

@media screen and (max-width:991px) {
  .header__logo-catalog {
    width: auto;
  }
}

.header__logo-slogan-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;

}

.header__logo-link {
  display: flex;
  align-items: center;
}

.header__logo-img {
  height: 48px;
  width: auto;
}

@media screen and (max-width:991px) {
  .header__logo-img {
    height: 47px;
  }
}

@media screen and (max-width:866px) {
  .header__logo-img {
    height: 40px;
  }
}

@media screen and (max-width:510px) {
  .header__logo-img {
    height: 32px;
  }
}


.header__catalog-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 40px;
}

.header__catalog {
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.23%;
  letter-spacing: 1px;
  padding: 12px 28px;
  color: #ffffff;
  border-radius: 10px;
  background: var(--accent-color);
  margin-left: 144px;
}

.header__catalog:hover {
  background: #f76700;
}

@media screen and (max-width:1340px) {
  .header__catalog {
    margin-left: 90px;
  }
}

@media screen and (max-width:1284px) {
  .header__catalog {
    margin-left: 70px;
  }
}

@media screen and (max-width:866px) {
  .header__catalog {
    margin-left: 34px;
  }
}

@media screen and (max-width:780px) {
  .header__catalog {
    height: 40px;
    font-size: 16px;
    padding: 12px 20px;
  }
}

@media screen and (max-width:510px) {
  .header__catalog {
    margin-left: 24px;
  }
}

@media screen and (max-width:440px) {
  .header__catalog {
    padding: 13px 10px 12px 12px;
  }

  .header__catalog-text {
    display: none;
  }
}


.header__search {
  display: none;
  align-items: center;
  min-width: 280px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.55;
  /* identical to box height, or 28px */
  letter-spacing: 0.0075em;
  color: #42424A;
  background-color: #FCF8F8;
  border-radius: 99px;
  width: 17vw;
  height: 48px;
  padding-left: 25px;
  margin-left: 30px;
}

@media screen and (max-width:1279px) {
  .header__search {
    font-size: 16px;
  }
}

@media screen and (max-width:768px) {
  .header__search {
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 40px;
  }
}

.header__search span {
  white-space: pre;
}

.header__search-icon {
  margin-right: 11px;
}

/* Messengers */
.messengers__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.messengers__link {
  height: 36px;
}

@media screen and (max-width:780px) {
  .messengers__link {
    height: 32px;
  }
}

.messengers__icon {
  height: 100%;
}

.messengers__link--whatsapp { }

.messengers__link--telegram {
  margin-left: 24px;
}

@media screen and (max-width:360px) {
  .messengers__link--telegram {
    margin-left: 5vw;
  }
}

.messengers__wrapper--header {
  margin-left: 4vw;
}

@media screen and (max-width:1540px) {
  .messengers__wrapper--header {
    margin-left: 5vw;
    margin-right: 5vw;
  }
}

@media screen and (max-width:440px) {
  .messengers__link--telegram {
    margin-left: 5vw;
  }
}

/* @media screen and (max-width:1050px) {
  .messengers__wrapper--header {
    display: none;
  }
} */

.messengers__wrapper--contacts {
  display: none;
  justify-content: flex-start;
  margin-bottom: 20px;
}

/* @media screen and (max-width:1050px) {
  .messengers__wrapper--contacts {
    display: flex;
  }
} */


/* Header user and cart */
.header__login-cart-wrapper {
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width:990px) {
  .header__login-cart-wrapper {
    width: 120px;
  }
}

@media screen and (max-width:920px) {
  .header__login-cart-wrapper {
    width: 100px;
  }
}

@media screen and (max-width:780px) {
  .header__login-cart-wrapper {
    display: none;
  }
}


.header__cart-link {
  display: flex;
  position: relative;
  margin-right: 20px;
}

.header__cart-icon {
  height: 32px;
  width: auto;
}

@media screen and (max-width:920px) {
  .header__cart-icon {
    height: 26px;
    width: auto;
  }
}

@media screen and (max-width:780px) {
  .header__cart-link {
    margin-right: 0;
  }

  .header__cart-icon {
    height: 20px;
    margin-left: -2px;
  }
}



.header__order {
  display: flex;
  width: auto;
  min-height: 22px;
  min-width: 22px;
  padding: 4px 7px;
  background-color: #FE6D04;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 60%;
  right: -13px;
  transform: translate(20%, -120%);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

@media screen and (max-width:780px) {
  .header__order {
    top: 70%;
    right: -11px;
    min-height: 18px;
    min-width: 18px;
    font-size: 10px;
    padding: 2px 2px 2px 2px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
  }
}

/* 
@media screen and (max-width:360px) {
  .header__order {
    position: absolute;
    top: 70%;
    left: 40%;
  }
} */

.header__order-quantity {
  font-size: 12px;
  color: #fff;
  margin-left: 1px;
}

.header__openbtn {
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
  color: #5E5B66;
  z-index: 30;
  display: none;
}

.hamburger {
  position: relative;
  margin-left: 10px;
}

@media screen and (max-width:768px) {
  .header__openbtn {
    display: block;
  }
}

.header__openbtn.openbtnon {
  display: none;
}

.header__openbtn-lines,
.header__openbtn-lines::after,
.header__openbtn-lines::before {
  height: 2px;
  width: 22px;
  background-color: #FE6D04;
  border-radius: 2px;
  display: flex;
}



.header__openbtn-lines::after {
  content: '';
  position: absolute;
  top: 7px;
}

.header__openbtn-lines::before {
  content: '';
  position: absolute;
  top: -7px;
}



/* hidden menu */

.catalog-menu {
  display: none;
  position: absolute;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
  border-top: 1px solid #E0DEE3;
  padding-top: 36px;
  max-height: calc(100vh - 80px);
  overflow: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.catalog-menu::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 780px) {
  .catalog-menu {
    position: fixed;
    top: 62px;
    padding-top: 20px;
    max-height: calc(100vh - 62px);
  }
}

.catalog-menu__backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0.5;
  z-index: 1;
}

.catalog-menu__section-wrapper {
  height: 100%;
  z-index: 1000;
  padding-bottom: 32px;
}

.catalog-menu__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding-bottom: 40px;
}

@media screen and (max-width: 1380px) {
  .catalog-menu__wrapper {
    flex-direction: column;
  }
}


.catalog-menu__block {
  width: 25%;
  height: 80%;
  flex: 1;
  display: flex;
}

@media screen and (max-width: 1670px) {
  .catalog-menu__block {
    width: 33%;
  }
}

@media screen and (max-width: 1200px) {
  .catalog-menu__block {
    width: 50%;
  }
}

.catalog-menu__contains {
  width: 20%;
  max-width: 340px;
  height: 100%;
  flex: 1;
  display: flex;
}

@media screen and (max-width: 1670px) {
  .catalog-menu__contains {
    width: 20%;
  }
}

@media screen and (max-width: 1200px) {
  .catalog-menu__contains {
    width: 40%;
  }
}

@media screen and (max-width:890px) {
  .catalog-menu__contains {
    width: 43%;
  }
}

@media screen and (max-width:760px) {
  .catalog-menu__contains {
    width: 100%;
    border-right: none;
  }
}

.catalog-menu__contains ul {
  list-style: none;
}

.catalog-menu__contains a {
  white-space: pre;
  line-height: 0.6;
  position: relative;
}

@media screen and (max-width: 396px) {
  .catalog-menu__contains a {
    white-space: normal;
  }
}

.catalog-menu__contains__item {
  margin-bottom: 18px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 142.69%;
  color: #000000;
  position: relative;
}

@media screen and (max-width: 890px) {
  .catalog-menu__contains__item {
    font-size: 16px;
  }
}

@media screen and (max-width: 760px) {
  .catalog-menu__contains__item {
    margin-bottom: 12px;
  }
}

/* Hidden menu - subcategories */

.catalog-menu__content {
  border-left: 2px solid #FBF2F2;
  padding-left: 10px;
}

.catalog-menu__content ul {
  list-style: none;
  padding-left: 25px;
}

.catalog-menu__contains__item-arrow {
  display: none;
  width: 6px;
  height: 11px;
  padding-left: 6px;
  position: relative;
}

.catalog-menu__contains__item-arrow--chosen {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media screen and (max-width: 760px) {
  .catalog-menu__contains__item-arrow {
    display: inline-block;
  }
}

.catalog-menu__contains__item-arrow-icon {
  fill: #000000;
}

.catalog-menu__contains__item-arrow-icon--chosen {
  fill: #FE6D04;
}

.catalog-menu__content li {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 142.69%;
  color: #000000;
  margin-bottom: 10px;
}

.catalog-menu__content li:hover {
  color: #FE6D04;
}


/* Mobile content wrapper */

.catalog-menu__mobile-content {
  margin-bottom: 24px;
}

.catalog-menu__mobile-content ul {
  list-style: none;
  padding-left: 15px;
}

.catalog-menu__mobile-content li {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 142.69%;
  color: #000000;
  margin-bottom: 10px;
  max-width: 80vw;
}

.catalog-menu__mobile-content li:hover {
  text-decoration: underline;
}

.chosen {
  color: #FE6D04;
}

.chosen ::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 11px;
  background-image: url(../img/catalog-menu-angle.svg);
  top: 6px;
  right: -10px;
}

@media screen and (max-width: 760px) {
  .chosen ::after {
    display: none;
  }
}

.catalog-menu__small-pics {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 142.69%;
  color: #000000;
}

.catalog-menu__small-pic-wrapper {
  height: 196px;
}

.catalog-menu__small-pic-wrapper+.catalog-menu__small-pic-wrapper {
  margin-top: 34px;
}

.water-heaters1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 23px 40px;
  background: #FCF8F8;
  border-radius: 20px;
  height: 100%;
}

.tank-small {
  max-width: 180px;
  max-height: 125px;
}

.catalog-menu__block {}

@media screen and (max-width:1200px) {
  .catalog-menu__small-pics {
    display: none;
  }
}

.water-heaters2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 23px 40px;
  background: #FCF8F8;
  border-radius: 20px;
}

.catalog-menu__big-pic {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 142.69%;
  text-align: center;
  color: #000000;
  background: #FCF8F8;
  border-radius: 20px;
  margin-left: 40px;
  height: 404px;
}

@media screen and (max-width:1670px) {
  .catalog-menu__big-pic {
    display: none;
  }
}

.tank-big {
  width: 198px;
  height: auto;
  margin-bottom: 36px;
}

/* Mobile bottom menu */
.mobile-bottom-menu {
  display: none;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  height: 62px;
  width: 100%;
  padding: 12px 20px;
  background-color: #fff;
  overflow: hidden;
  border-top: 1px solid #bebdbf;
}

@media screen and (max-width:780px) {
  .mobile-bottom-menu {
    display: flex;
  }
}

.mobile-bottom-menu__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.mobile-bottom-menu__item-img-wrapper {
  height: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile-bottom-menu__item-img {
  height: 23px;
}

.mobile-bottom-menu__item-img-wrapper--cart {
  margin-top: 3px;
}

.mobile-bottom-menu__item-text {
  font-size: 12px;
  color: #525154;
  margin-top: 4px;
}


@media screen and (max-width:370px) {
  .mobile-bottom-menu__item--engineering {
    display: none;
  }
}




/* sidebar */

.sidebar {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  background-color: #fff;
  color: #17142F;
  font-size: 32px;
  line-height: 37px;
  overflow: auto;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  display: none;
}

.sidebar-opn {
  display: block;
}

.sidebar-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sidebar-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.menu-user-nav-list {
  padding-top: 30px;
}

.menu-user-nav-item {
  display: flex;
  align-items: center;
}

.sidebar a {
  text-decoration: none;
}

.sidebar li {
  list-style: none;
}

.menu-site-nav-link {
  font-size: 18px;
  line-height: 1.4;
  color: #17142F;
}

.menu-user-nav-link {
  font-weight: bold;
  font-size: 24px;
  color: #192538;
  margin-left: 12px;
}

.sidebar .header__menu-close-button {
  position: absolute;
  top: 26px;
  right: 32px;
  font-size: 36px;
  color: #000;
}

@media screen and (max-width:480px) {
  .sidebar .header__menu-close-button {
    top: 26px;
    right: 20px;
  }
}

@media screen and (max-width:400px) {
  .sidebar .header__menu-close-button {
    right: 16px;
  }
}

@media screen and (max-width:360px) {
  .sidebar .header__menu-close-button {
    top: 16px;
    right: 16px;
  }
}

.mobile-menu__authorization {
  margin-top: 20px;
  font-size: 21px;
  font-weight: 600;
  color: var(--accent-color);
}

.openbtn.openbtnon {
  display: none;
}

/* Up button */

.up-button {
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 300;
  position: fixed;
  right: 30px;
  bottom: 60px;
  width: 100px;
  height: 40px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #dddddd;
  z-index: 2000;
}

.show-up-button {
  display: flex;
}

.up-button__icon {
  height: 16px;
  margin-right: 10px;
}

@media screen and (max-width:910px) {
  .up-button {
    bottom: 32px;
  }
}

@media screen and (max-width:780px) {
  .up-button {
    display: none;
  }
}


/* banner */
.banner {
  height: 136px;
  background: linear-gradient(90deg, #ff2f00 0%, #ff0004 14.96%, #ff001e 28.23%, #ff0000 43.65%, #ff0000 59.14%, #ff0000 72.36%, #ff0000 85.99%, #ff0000 100%);
}

@media screen and (max-width:482px) {
  .banner {
    height: 146px;
  }
}

@media screen and (max-width:400px) {
  .banner {
    height: 164px;
  }
}

.banner-wrapper {
  width: 840px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

@media screen and (max-width:1273px) {
  .banner-wrapper {
    width: 76vw;
  }
}

@media screen and (max-width:1110px) {
  .banner-wrapper {
    width: 88vw;
  }
}

@media screen and (max-width:825px) {
  .banner-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
  }
}

.banner__discount {
  width: 245px;
  height: 50px;
  font-weight: bold;
  font-size: 24px;
  line-height: 130%;
  text-transform: uppercase;
  color: #3F3C46;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: pre;
  margin-right: 38px;
}

@media screen and (max-width:955px) {
  .banner__discount {
    width: 210px;
    font-size: 21px;
  }
}

@media screen and (max-width:825px) {
  .banner__discount {
    margin-right: 0;
    margin-bottom: 13px;
  }
}

@media screen and (max-width:545px) {
  .banner__discount {
    font-size: 18px;
  }
}

.banner__discount span {
  font-weight: bold;
  font-size: 24px;
  line-height: 130%;
  text-transform: uppercase;
  color: #E96273;
}

.banner-conditions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media screen and (max-width:825px) {
  .banner-conditions {
    align-items: center;
  }
}

.banner h2 {
  font-weight: bold;
  font-size: 21px;
  line-height: 130%;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 8px;
}

@media screen and (max-width:955px) {
  .banner h2 {
    font-size: 18px;
    margin-bottom: 6px;
  }
}

@media screen and (max-width:545px) {
  .banner h2 {
    font-size: 16px;
  }
}

@media screen and (max-width:482px) {
  .banner h2 {
    width: 277px;
    text-align: center;
  }
}

.banner p {
  font-size: 16px;
  line-height: 130%;
  color: #FFFFFF;
}

@media screen and (max-width:545px) {
  .banner p {
    font-size: 14px;
  }
}

.bestsellers {
  padding-bottom: 80px;
}

.subtitle {
  font-weight: 300;
  font-size: 28px;
  line-height: 142.69%;
  color: #3B3B3A;
}

@media screen and (max-width: 940px) {
  .subtitle {
    font-size: 24px;
  }
}

@media screen and (max-width: 380px) {
  .subtitle {
    font-size: 21px;
  }
}

@media screen and (max-width: 480px) {
  .require__inputs {
    margin-top: 28px;
  }
}

/* Sketch banner */
.banner-sketch {
  background: #3B3B3A;
  border-radius: 30px;
  /* min-height: 360px; */
  position: relative;
  z-index: 5;
  overflow: hidden;
  margin-top: 100px;
  margin-bottom: 100px;
}

@media screen and (max-width: 900px) {
  .banner-sketch {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 750px) {
  .banner-sketch {
    display: flex;
    flex-direction: column;
    padding: 40px 40px 60px 40px;
  }
}

@media screen and (max-width: 420px) {
  .banner-sketch {
    padding: 32px;
  }
}

.banner-sketch__bg-elements {
  position: absolute;
  height: 200%;
  top: 50%;
  right: 28px;
  transform: translate(0, -50%);
  z-index: 1;
}

@media screen and (max-width: 1770px) {
  .banner-sketch__bg-elements {
    right: -60px;
  }
}

@media screen and (max-width: 1490px) {
  .banner-sketch__bg-elements {
    right: -120px;
  }
}

@media screen and (max-width: 1490px) {
  .banner-sketch__bg-elements {
    right: -180px;
  }
}

@media screen and (max-width: 1225px) {
  .banner-sketch__bg-elements {
    right: -360px;
  }
}

@media screen and (max-width: 960px) {
  .banner-sketch__bg-elements {
    right: -460px;
  }
}

@media screen and (max-width: 740px) {
  .banner-sketch__bg-elements {
    height: 100%;
    right: 0;
    margin: 0 auto;
    top: 0;
  }
}

@media screen and (max-width: 700px) {
  .banner-sketch__bg-elements {
    right: -20%;
  }
}

@media screen and (max-width: 540px) {
  .banner-sketch__bg-elements {
    top: -20%;
    right: -50%;
  }
}

.banner-sketch-catalog {
  position: absolute;
  z-index: 1;
  top: -18px;
  right: 146px;
}

@media screen and (max-width: 1770px) {
  .banner-sketch-catalog {
    right: 56px;
  }
}

@media screen and (max-width: 1490px) {
  .banner-sketch-catalog {
    right: -10px;
    top: 0;
  }
}

@media screen and (max-width: 1280px) {
  .banner-sketch-catalog {
    right: -60px;
    top: 0;
  }
}

@media screen and (max-width: 1225px) {
  .banner-sketch-catalog {
    right: -90px;
    top: 30px;
  }
}

@media screen and (max-width: 960px) {
  .banner-sketch-catalog {
    right: -140px;
  }
}

@media screen and (max-width: 860px) {
  .banner-sketch-catalog {
    right: -180px;
  }
}

@media screen and (max-width: 740px) {
  .banner-sketch-catalog {
    position: relative;
    right: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    top: 0;
  }
}

@media screen and (max-width: 420px) {
  .banner-sketch-catalog {
    margin-bottom: 16px;
  }
}

.banner-sketch-catalog img {
  max-height: 444px;
  display: flex;
}

@media screen and (max-width: 1490px) {
  .banner-sketch-catalog img {
    max-height: 400px;
  }
}

@media screen and (max-width: 740px) {
  .banner-sketch-catalog img {
    max-height: 300px;
  }
}

@media screen and (max-width: 540px) {
  .banner-sketch-catalog img {
    max-height: 240px;
  }
}

@media screen and (max-width: 420px) {
  .banner-sketch-catalog img {
    max-height: 200px;
  }
}

.banner-sketch-wrapper {
  margin: 66px 100px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  z-index: 20;
  max-width: 50%;
}

@media screen and (max-width: 1700px) {
  .banner-sketch-wrapper {
    margin: 60px;
  }
}

@media screen and (max-width: 750px) {
  .banner-sketch-wrapper {
    margin: 0;
    max-width: 100%;
  }
}

/* 
@media screen and (max-width: 1200px) {
  .banner-sketch-bg-heaters {
    height: 300px;
  }
}

@media screen and (max-width: 1030px) {
  .banner-sketch-wrapper {
    margin: 66px 100px 200px 100px;
  }
}

@media screen and (max-width: 900px) {
  .banner-sketch-wrapper {
    margin: 66px 100px 340px 100px;
  }
}

@media screen and (max-width: 580px) {
  .banner-sketch-wrapper {
    margin: 60px 60px 260px 60px;
  }

  .banner-sketch-bg-heaters {
    height: 240px;
  }
}

@media screen and (max-width: 380px) {
  .banner-sketch-wrapper {
    margin: 40px 40px 240px 40px;
  }

  .banner-sketch-bg-heaters {
    height: 200px;
  }
} */

.banner-sketch h2 {
  font-weight: bold;
  font-size: 42px;
  line-height: 142.69%;
  color: #FFFFFF;
  margin-bottom: 30px;
}

@media screen and (max-width:1640px) {
  .banner-sketch h2 {
    font-size: 34px;
  }
}

@media screen and (max-width:1110px) {
  .banner-sketch h2 {
    width: 400px;
  }
}

@media screen and (max-width:1125px) {
  .banner-sketch h2 {
    width: 350px;
    font-size: 24px;
  }
}

@media screen and (max-width:740px) {
  .banner-sketch h2 {
    width: 100%;
    font-size: 28px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width:400px) {
  .banner-sketch h2 {
    font-size: 24px;
  }
}

.banner-sketch p {
  color: #FFFFFF;
  margin-bottom: 46px;
  font-size: 18px;
  line-height: 32px;
}

@media screen and (max-width:1640px) {
  .banner-sketch p {
    font-size: 16px;
    line-height: 28px;
  }
}

@media screen and (max-width:1125px) {
  .banner-sketch p {
    font-size: 14px;
    line-height: 22px;
    width: 300px;
  }
}

@media screen and (max-width:950px) {
  .banner-sketch p {
    width: 80%;
  }
}

@media screen and (max-width:420px) {
  .banner-sketch p {
    width: 100%;
    margin-bottom: 32px;
  }
}

.banner-sketch button {
  width: 214px;
  height: 52px;
  background-color: #FE6D04;
  border-radius: 10px;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.1px;
  color: #FFFFFF;
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
}

.banner-sketch button:hover {
  background-color: #f76700;
}

@media screen and (max-width: 1080px) {
  .banner-sketch button {
    width: 180px;
    height: 48px;
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 420px) {
  .banner-sketch button {
    width: 120px;
    height: 46px;
  }
}

/* online require form */

.require {}

.require-container {
  margin-top: 20px;
  margin-bottom: 20px;
}

.require-container .subtitle {
  margin-top: 40px;
  margin-bottom: 52px;
}

@media screen and (max-width:1900px) {
  .require-container .subtitle {
    text-align: center;
  }
}

@media screen and (max-width:603px) {
  .require-container .subtitle {
    margin-top: 10px;
    margin-bottom: 12px;
  }
}

.require__form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.require__inputs {
  width: 626px;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width:1640px) {
  .require__inputs {
    width: 100%;
  }
}

#require-name {
  width: 100%;
  height: 76px;
  padding-left: 24px;
  border-radius: 10px;
  outline: none;
  line-height: 25px;
  border: none;
}

@media screen and (max-width:700px) {
  #require-name {
    margin-bottom: 30px;
  }
}

#require-name:active,
#require-phone:active,
#require-message:active {
  outline: none;
}

#require-message {
  width: 626px;
  margin-bottom: 20px;
  height: 120px;
  padding-left: 24px;
  padding-top: 18px;
  border-radius: 10px;
  outline: none;
  line-height: 25px;
  border: 1px solid #d3d0d0;
}

@media screen and (max-width:1640px) {
  #require-message {
    width: 100%;
  }
}

#require-message::placeholder {
  color: #928F8F;
}

.require__send-button {
  width: 314px;
  height: 64px;
  background-color: #FE6D04;
  border-radius: 10px;
  font-weight: bold;
  font-size: 21px;
  line-height: 29px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
}

@media screen and (max-width:486px) {
  .require__send-button {
    width: 100%;
    font-size: 18px;
  }
}

.require__send-button:hover {
  background-color: #f76700;
}


/* footer */

footer {
  padding-top: 72px;
  background: #3B3B3A;
}

@media screen and (max-width:780px) {
  footer {
    margin-bottom: 62px;
  }
}

@media screen and (max-width:640px) {
  footer {
    padding-top: 48px;
    margin-bottom: 48px;
  }
}

.footer-top {
  display: flex;
  width: 100%;
}

@media screen and (max-width:910px) {
  .footer-top {
    flex-direction: column;
  }
}

.footer-top-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 72px;
  width: 100%;
}

@media screen and (max-width:1460px) {
  .footer-top-wrapper {
    padding-bottom: 32px;
  }
}

@media screen and (max-width:910px) {
  .footer-top-wrapper {
    order: 1;
  }
}

@media screen and (max-width:440px) {
  .footer-top-wrapper {
    padding-bottom: 20px;
  }
}



.footer-top-wrapper1,
.footer-top-wrapper2 {
  display: flex;
  justify-content: space-between;
  width: 50%;
}

@media screen and (max-width:1280px) {

  .footer-top-wrapper1,
  .footer-top-wrapper2 {
    width: 100%;
  }
}

@media screen and (max-width:580px) {
  .footer-top-wrapper1 {
    flex-direction: column;
  }
}

@media screen and (max-width:580px) {
  .footer-top-wrapper2 {
    flex-direction: column-reverse;
  }
}

.footer__company-info-wrapper {
  display: flex;
  flex-direction: column;
  margin-right: 8vw;
}

@media screen and (max-width:1660px) {
  .footer__company-info-wrapper {
    margin-right: 6vw;
  }
}

@media screen and (max-width:1460px) {
  .footer__company-info-wrapper {
    margin-right: 20vw;
  }
}

@media screen and (max-width:1280px) {
  .footer__company-info-wrapper {
    margin-right: 10vw;
  }
}

@media screen and (max-width:910px) {
  .footer__company-info-wrapper {
    margin-right: 0;
    margin-bottom: 60px;
    order: 2;
  }
}

@media screen and (max-width:500px) {
  .footer__company-info-wrapper {
    margin-bottom: 40px;
  }
}

.footer__logo-img {
  height: 46px;
  width: auto;
}

.footer__company-info {
  display: flex;
  flex-direction: column;
  color: #A5A1AA;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 300;
  margin-top: 32px;
  min-width: 140px;
}

@media screen and (max-width:910px) {
  .footer__company-info {
    font-size: 14px;
  }
}

@media screen and (max-width:440px) {
  .footer__company-info {
    margin-top: 20px;
  }
}

.footer-top-block {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width:1460px) {
  .footer-top-block {
    width: 50%;
    margin-bottom: 60px;
  }
}

@media screen and (max-width:640px) {
  .footer-top-block {
    width: 44%;
    margin-right: 20px;
  }
}

@media screen and (max-width:460px) {
  .footer-top-block {
    margin-right: 10px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width:440px) {
  .footer-top-block {
    width: 100%;
    margin-right: 0;
  }
}

.footer-top-item {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.3em;
  color: #A5A1AA;
  margin-bottom: 18px;
}

@media screen and (max-width:780px) {
  .footer-top-item {
    font-size: 14px;
    margin-bottom: 12px;
  }
}

.footer-top-item:hover {
  color: #ffffff;
}

.footer-top-item:last-child {
  margin-bottom: 0;
}

.footer-top-item--heading {
  font-weight: bold;
  color: #ffffff;
  font-size: 21px;
  margin-bottom: 26px;
}

@media screen and (max-width:780px) {
  .footer-top-item--heading {
    font-size: 16px;
    margin-bottom: 18px;
  }
}

.footer-top-block--contacts {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (max-width:910px) {
  .footer-top-block--contacts {
    justify-content: flex-start;
  }
}

.footer__contacts-wrapper {
  display: flex;
  flex-direction: column;
}

.header__email-address--insta {
  font-weight: 300;
}

.header__email-address--dark {
  color: #3F3C46;
}

.footer__phone-link {
  display: flex;
  align-items: center;
  font-family: Roboto;
  text-decoration: none;
  color: #3F3C46;
  margin-left: 0;
  margin-bottom: 24px;
}

.footer__phone-number {
  color: #ffffff;
  margin-left: 15px;
  white-space: nowrap;
}

@media screen and (max-width:500px) {
  .footer__phone-number {
    font-size: 14px;
  }
}

.footer__email-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.footer__email-address {
  color: #ffffff;
  margin-left: 15px;
}

@media screen and (max-width:500px) {
  .footer__email-address {
    font-size: 14px;
  }
}

@media screen and (max-width:910px) {
  .footer__email-link--insta {
    margin-top: 40px;
  }
}



.footer-bottom {
  display: flex;
  padding: 40px 0;
  border-top: 1px solid #686772;
}

@media screen and (max-width:780px) {
  .footer-bottom {
    justify-content: space-between;
  }
}

@media screen and (max-width:580px) {
  .footer-bottom {
    flex-direction: column;
    align-items: start;
  }
}

.copyright {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 123.69%;
  color: #A5A1AA;
}

@media screen and (max-width:580px) {
  .copyright {
    margin-bottom: 28px;
  }
}

.confidentiality {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 123.69%;
  text-align: right;
  text-decoration-line: underline;
  color: #A5A1AA;
  margin-left: 40px;
}

@media screen and (max-width:580px) {
  .confidentiality {
    margin-left: 0;
    margin-bottom: 20px;
    font-size: 14px;
  }
}

.confidentiality:hover {
  color: #ffffff;
}


/* about page */

.about {
  margin-top: 40px;
}

.about-wrapper {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  min-height: 60vh;
}

.about-text-clients-wrapper {
  width: 50%;
  height: 100%;
}

@media screen and (max-width:1000px) {
  .about-text-clients-wrapper {
    width: 100%;
    height: 100%;
  }
}

.about_h1 {
  font-size: 18px;
  color: var(--accent-color);
  font-weight: 400;
}

@media screen and (max-width:1000px) {
  .about_h1 {
    font-size: 16px;
  }
}

.about__heading {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: #373741;
  margin-top: 40px;
  margin-bottom: 40px;
  max-width: 520px;
}

.about__heading--cta {
  margin-top: 0;
  margin-bottom: 20px;
}

.about__heading--additional {
  margin-top: 20px;
}

@media screen and (max-width:1400px) {
  .about__heading {
    max-width: 80%;
    font-size: 24px;
  }
  .about__heading--cta {
    max-width: 100%;
  }
}

@media screen and (max-width:600px) {
  .about__heading {
    font-size: 21px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.about__text {
  font-size: 18px;
  margin-top: 35px;
  margin-bottom: 20px;
  line-height: 1.4;
  color: #545464;
}

.about__text--map {
  width: 340px;
}

.about__text--map-desktop {
  display: block;
}

.about__text--map-mobile {
  display: none;
}

@media screen and (max-width:800px) {
  .about__text--map-desktop {
    display: none;
  }
  .about__text--map-mobile {
    display: block;
  }
}

.about__text h4 {
  margin-top: 34px;
  margin-bottom: 4px;
}

.about__text .st-list-item {
  font-size: 18px;
}

@media screen and (max-width:1400px) {
  .about__text {
    width: 80%;
    margin-top: 35px;
    margin-bottom: 60px;
    font-size: 16px;
  }

  .about__text--map {
    width: 100%;
  }
}

@media screen and (max-width:1140px) {
  .about__text--map {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width:1000px) {
  .about__text {
    width: 100%;
    margin-top: 35px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width:460px) {
  .about__text {
    width: 100%;
    margin-top: 28px;
    margin-bottom: 20px;
  }
}

.about__hero-bullets {
  display: flex;
  margin-top: 60px;
}

@media screen and (max-width:1000px) {
  .about__hero-bullets {
    margin-top: 20px;
  }
}

@media screen and (max-width:460px) {
  .about__hero-bullets {
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
  }
}

.about__bullet {
  display: flex;
  justify-content: center;
}

.about__bullet--2 {
  margin-left: 120px;
}

@media screen and (max-width:1400px) {
  .about__bullet--2 {
    margin-left: 60px;
  }
}

@media screen and (max-width:460px) {
  .about__bullet--2 {
    margin-left: 0;
    margin-top: 24px;
  }
}

.about__bullet-item-icon {
  width: 25px;
  height: 25px;
  margin-top: 7px;
  margin-right: 10px;
}

.about__bullet-heading {
    font-size: 32px;
    color: #373741;
}

@media screen and (max-width:1400px) {
  .about__bullet-heading {
    font-size: 24px;
  }
}

.about__bullet-text {
    font-size: 18px;
    color: #545464;
}

@media screen and (max-width:1400px) {
  .about__bullet-text {
    font-size: 16px;
  }
}

.about__map {
  background-color: #fff;
  padding: 60px 0;
}

@media screen and (max-width:1400px) {
  .about__map {
    padding: 20px 0 60px 0;
  }
}

.about__map-section-wrapper {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  min-height: 60vh;
}

@media screen and (max-width:1140px) {
  .about__map-section-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
}

.about__map-wrapper {
  width: calc(100% - 400px);
  position: relative;
}

@media screen and (max-width:1400px) {
  .about__map-wrapper {
    width: calc(100% - 300px);
    position: relative;
  }
}

@media screen and (max-width:1140px) {
  .about__map-wrapper {
    width: 100%;
    position: relative;
  }
}


.about__map-text-wrapper {
  width: 20%;
  height: 100%;
}

@media screen and (max-width:1400px) {
  .about__map-text-wrapper {
    width: 25%;
  }
}

@media screen and (max-width:1140px) {
  .about__map-text-wrapper {
    width: 100%;
  }
}

.about__map-contacts-wrapper {
  display: flex;
}

.about__map-bullets {
  display: flex;
  margin-top: 120px;
}

@media screen and (max-width:1400px) {
  .about__map-bullets {
    margin-top: 60px;
  }
}

@media screen and (max-width:1140px) {
  .about__map-bullets {
    margin-top: 0;
  }
}

.about__map-img-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
}

.about__map-img {
  width: 100%;
  z-index: 1;
}
@media screen and (max-width:1140px) {
  .about__map-img {
    width: 100%;
    z-index: 1;
  }
}

.about__map-pins-img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

/* About - Gallery */
.about__gallery {
 width: 100%;
}

.about__gallery-wrapper {
  width: 100%;
  display: flex;
}

.about__gallery-img-wrapper {
  width: 100%;
  height: 180px;
}

@media screen and (max-width:1300px) {
  .about__gallery-img-wrapper {
    height: 120px;
  }
}

@media screen and (max-width:730px) {
  .about__gallery-img-wrapper {
    display: none;
  }
}

.about__gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* About Grid Bullets */

.about__grid-bullets-wrapper {
  margin-top: 80px;
}

@media screen and (max-width:1000px) {
  .about__grid-bullets-wrapper {
    margin-top: 40px;
  }
}

.about__grid-bullets-items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  grid-gap: 40px;
  width: 100%;
}

.about__grid-bullets-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); */
  transition: all 0.3s ease;
}

.about__grid-bullets-item:hover {
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.about__grid-bullets-item-heading {
  font-weight: bold;
  font-size: 21px;
  color: var(--accent-color);
  margin-bottom: 15px;
}

.about__grid-bullets-item-text {
  font-size: 16px;
  line-height: 1.3;
  color: #3B3B3A;
}

@media screen and (max-width: 768px) {
  .about__grid-bullets-items {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  
  .about__grid-bullets-item-heading {
    font-size: 18px;
  }
  
  .about__grid-bullets-item-text {
    font-size: 14px;
  }
}


/* About Additional */
/* Стили для секции дополнительных возможностей */
.about__additional {
  padding: 20px 0;
}

.about__additional-wrapper {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  min-height: 60vh;
}

@media screen and (max-width: 1140px) {
  .about__additional-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
} 

.about__additional-text-wrapper {
  width: 50%;
  height: 100%;
}

.about__text--additional {
  width: 100%;
  margin-top: 35px;
}

@media screen and (max-width: 1140px) {
  .about__text--additional {
    margin-bottom: 20px;
  }
} 

.about__additional-img-wrapper {
  width: 40%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}

.about__list {
  list-style-type: none;
  padding-left: 0;
  margin-top: 20px;
}

.about__list-item {
  position: relative;
  padding-left: 24px;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1.5;
  color: #545464;
}

.about__list-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background-color: var(--accent-color);
  border-radius: 50%;
}

/* Медиа-запросы для адаптивности */
@media screen and (max-width: 1140px) {
  .about__additional {
    padding: 40px 0 0 0;
    margin-top: 0;
  }

  .about__additional-text-wrapper,
  .about__additional-img-wrapper {
    width: 100%;
  }
  
  .about-wrapper {
    flex-direction: column;
  }
  
  .about__additional-img-wrapper {
    margin-top: 40px;
    order: 2;
  }
  
  .about__additional-text-wrapper {
    order: 1;
  }
}

@media screen and (max-width: 768px) {
  .about__list-item {
    font-size: 16px;
  }
  
  .about__additional {
    padding: 40px 0 0 0;
  }
  
  .about__text--additional {
    margin-top: 20px;
  }
}

@media screen and (max-width: 480px) {
  .about__list-item {
    font-size: 14px;
    padding-left: 20px;
  }
  
  .about__list-item::before {
    top: 6px;
    width: 6px;
    height: 6px;
  }
}

/* About Form */

.cooperation {
  position: relative;
  padding: 100px 0;
  background: url("/static/img/about/cover2.jpg") center center/cover no-repeat;
}

.cooperation:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.cooperation__wrapper {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.cooperation__content-blur {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px;
  background-color: #ffffff4e;
  border-radius: 40px;
  backdrop-filter: blur(10px);
}

@media screen and (max-width: 1400px) {
  .cooperation__content-blur {
    padding: 32px;
    border-radius: 40px;
  }
}

@media screen and (max-width: 460px) {
  .cooperation__content-blur {
    padding: 0;
  }
}

.cooperation__content {
  max-width: 600px;
  text-align: center;
  padding: 40px;
  background-color: #fff;
  border-radius: 40px;
  margin: 0 auto;
}

@media screen and (max-width: 1400px) {
  .cooperation__content {
    padding: 32px 32px 40px 32px;
  }
}

.cooperation__heading {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 30px;
}

.cooperation__text {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 32px;
}

.cooperation__button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.cooperation__button-wrapper .st-button {
  width: auto;
  display: inline-flex;
  min-width: 200px;
}

@media screen and (max-width: 768px) {
  .cooperation {
    padding: 80px 0;
  }
  
  .cooperation__heading {
    font-size: 32px;
    margin-bottom: 20px;
  }
  
  .cooperation__text {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 480px) {
  .cooperation {
    padding: 60px 0;
  }
  
  .cooperation__heading {
    font-size: 28px;
    margin-bottom: 15px;
  }
}


/* Clients List */
.clients-list1 {
  width: 442px;
  max-width: 90vw;
  height: auto;
}


.clients-list2 {
  width: 442px;
  max-width: 90vw;
  height: auto;
}

@media screen and (max-width:1400px) {
  .clients-list2 {
    margin-left: 30px;
  }
}

@media screen and (max-width:1038px) {
  .clients-list2 {
    margin-left: 0;
    margin-right: 30px;
  }
}

.about__hero-img-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
}

@media screen and (max-width:500px) {
  .about__hero-img-wrapper {
    height: 560px;
  }
}

@media screen and (max-width:400px) {
  .about__hero-img-wrapper {
    height: 440px;
  }
}

.about-pic-wrapper {
  width: 50%;
  position: relative;
}

@media screen and (max-width:1000px) {
  .about-pic-wrapper {
    width: 100%;
    position: relative;
    margin-top: 40px;
  }
}


.about-pic__grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 20px;
    width: 550px;
    height: 570px;
}

@media screen and (max-width:1400px) {
  .about-pic__grid-container {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width:500px) {
  .about-pic__grid-container {
    width: 100%;
    height: 100%;
  }
}

.about-pic__grid-item {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.about__hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Первое изображение (слева вверху) */
.about__hero-img1 {
    grid-column: 1;
    grid-row: 1 / 3;
}

@media screen and (max-width:500px) {
  .about__hero-img1 {
    grid-column: 1;
    grid-row: 2;
  }
}

/* Текстовый блок (справа вверху) */
.about__hero-img2 {
    grid-column: 2;
    grid-row: 1;
    background-color: #3B3B3A;
    color: white;
    padding: 40px;
    display: flex;
    justify-content: center;
}

@media screen and (max-width:500px) {
  .about__hero-img2 {
    grid-column: 1 / 3;
    grid-row: 1;
  }
}

.about-pic__bullet-item-icon {
  width: 23px;
  height: 23px;
  margin-top: 7px;
  margin-right: 14px;
}

.about__hero-img-h2 {
    font-size: 32px;
}

@media screen and (max-width:1000px) {
  .about__hero-img-h2 {
    font-size: 24px;
  }
}

.about__hero-img-p {
    font-size: 18px;
    opacity: 0.9;
    color: #CACAC5;
}

@media screen and (max-width:1000px) {
  .about__hero-img-p {
    font-size: 16px;
}
}

/* Третье изображение (слева внизу) */
.about__hero-img3 {
    grid-column: 1;
    grid-row: 3;
}


@media screen and (max-width:500px) {
  .about__hero-img3 {
    grid-column: 1;
    grid-row: 3;
  }
}


/* Четвертое изображение (справа внизу) */
.about__hero-img4 {
    grid-column: 2;
    grid-row: 2 / 4;
}

@media screen and (max-width:500px) {
  .about__hero-img4 {
    grid-column: 2;
    grid-row: 2 / 4;
  }
}


/* contacts page */

.contacts__wrapper {
  display: flex;
  margin-top: 60px;
}

@media screen and (max-width:1100px) {
  .contacts__wrapper {
    flex-direction: column;
  }
}

@media screen and (max-width:858px) {
  .contacts__wrapper {
    margin-top: 40px;
  }
}

.contacts__text {
  width: 35%;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width:1364px) {
  .contacts__text {
    padding-right: 32px;
  }
}

@media screen and (max-width:1100px) {
  .contacts__text {
    width: 100%;
    max-width: 100vw;
  }
}

@media screen and (max-width:420px) {
  .contacts__text {
    padding-right: 0;
  }
}

.contacts__text h1 {
  margin-bottom: 60px;
}

@media screen and (max-width:650px) {
  .contacts__text h1 {
    margin-bottom: 40px;
  }
}

.contacts__text-top-wrapper {
  display: flex;
  align-items: flex-end;
  margin-bottom: 60px;
}

@media screen and (max-width:858px) {
  .contacts__text-top-wrapper {
    margin-bottom: 40px;
  }
}

@media screen and (max-width:380px) {
  .contacts__text-top-wrapper {
    align-items: flex-start;
  }
}

.contacts__text-top-wrapper h1 {
  margin-bottom: 0;
}

.contacts__phone {
  width: fit-content;
  font-weight: bold;
  font-size: 36px;
  line-height: 142.69%;
  color: #FE6D04;
  margin-bottom: 20px;
}

@media screen and (max-width:1364px) {
  .contacts__phone {
    font-size: 28px;
  }
}

@media screen and (max-width:420px) {
  .contacts__phone {
    font-size: 24px;
    margin-bottom: 18px;
  }
}

.contacts__email {
  width: fit-content;
  font-weight: 600;
  font-size: 28px;
  line-height: 142.69%;
  color: #3F3C46;
  margin-bottom: 26px;
}

@media screen and (max-width:1364px) {
  .contacts__email {
    font-size: 28px;
  }
}

@media screen and (max-width:420px) {
  .contacts__email {
    font-size: 24px;
  }
}

.contacts__description {
  width: 100%;
  max-width: 420px;
  line-height: 191.69%;
  color: #3F3C46;
}

@media screen and (max-width:1364px) {
  .contacts__description {
    font-size: 16px;
  }
}

@media screen and (max-width:340px) {
  .contacts__description {
    max-width: 90%;
  }
}

.contacts__offices {
  display: block;
  margin-bottom: 5px;
  margin-left: 60px;
}

@media screen and (max-width:1364px) {
  .contacts__offices {
    margin-bottom: 2px;
  }
}

@media screen and (max-width:600px) {
  .contacts__offices {
    margin-bottom: 0;
  }
}

.contacts__offices-chosen {
  color: #4a4a50;
  padding-bottom: 1px;
  font-size: 18px;
  line-height: 1.4;
  cursor: pointer;
}

.contacts__offices-chosen span {
  border-bottom: 1px dashed #9f9fa5;
}

.contacts__offices-chosen span:hover {
  color: var(--accent-color);
  border-bottom: 1px dashed var(--accent-color);
}

@media screen and (max-width:1364px) {
  .contacts__offices-chosen {
    font-size: 16px;
  }
}

@media screen and (max-width:380px) {
  .contacts__offices-chosen {
    margin-top: 4px;
  }
}

.contacts__offices-open-link {
  width: fit-content;
  color: var(--accent-color);
  cursor: pointer;
  text-decoration: underline;
  margin-top: 18px;
  margin-bottom: 32px;
}

.contacts__address {
  margin-top: 8px;
  line-height: 26px;
}

.contacts__map {
  width: 65%;
  height: 600px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  overflow: hidden;
}

@media screen and (max-width:1100px) {
  .contacts__map {
    margin-top: 50px;
    width: 100%;
  }
}

/* Product */

.product {
  background-color: #fff;
  border-top: 1px solid #E0DEE3;
}

.product-wrapper {
  display: flex;
}

@media screen and (max-width:970px) {
  .product-wrapper {
    flex-direction: column;
  }
}

.product__features {
  max-width: 600px;
  padding-right: 40px;
}

@media screen and (max-width:1540px) {
  .product__features {
    order: 3;
    margin: 40px 0;
    max-width: 100%;
    padding-right: 0;
  }
}

.product__features:empty {
  display: none;
}

.st-list {
  margin-left: 22px;
  margin-top: 8px;
}

.st-list-item {
  padding-left: 6px;
  padding-top: 12px;
  font-size: 16px;
  line-height: 22px;
}

.st-list-item::marker {
  color: var(--accent-color);
}

.product__features__brand {
  display: flex;
  align-items: center;
  margin-top: 40px;
  font-size: 16px;
}

.product__features__brand-img-wrapper {
  height: 35px;
  width: auto;
}

.product__features__brand-img {
  height: 100%;
  width: auto;
}

.product__features__brand-name-wrapper {
  margin-left: 10px;
}

.product__features__links {
  display: none;
  width: 100%;
  margin-top: 40px;
}

.link--dark-underline+.link--dark-underline {
  margin-left: 40px;
}

.product__description-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 60px 0;
}

@media screen and (max-width:970px) {
  .product__description-wrapper {
    padding-top: 32px;
  }
}


.product__description-wrapper .breadcrumb {
  margin-bottom: 32px;
}

.articul {
  font-weight: 600;
  font-size: 21px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #8A8597;
}

@media screen and (max-width:1500px) {
  .articul {
    font-size: 18px;
  }
}


.product__description-wrapper p {
  padding-top: 32px;
}

@media screen and (max-width:1500px) {
  .product__description-wrapper p {
    font-size: 16px;
  }
}

.product__vendor-code-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.product__vendor-code {
  margin-bottom: 10px;
}

@media screen and (max-width:1540px) {
  .product__vendor-code-wrapper {
    margin-top: 26px;
    align-items: flex-start;
  }
}

.product__store-info {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  height: 40px;
}

.product__store-info-item {
  display: flex;
  align-items: center;
}

.product__store-info-icon {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.product__store-info-img-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product__store-info-img {
  height: 26px;
}

.product__store-info-text {
  font-size: 16px;
}

@media screen and (max-width:603px) {
  .product__store-info--card {
    margin-bottom: 4px;
  }
  .product__store-info--card .product__store-info-item {
    margin-top: 20px;
  }
  .product__store-info--card .product__store-info-icon {
    margin-right: 6px;
  }
  .product__store-info--card .product__store-info-img {
    height: 20px;
  }
  .product__store-info--card .product__store-info-text {
    font-size: 14px;
  }
}

.product__delivery-info {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  font-size: 14px;
}

.product__delivery-info-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 14px;
  width: 37px;
  height: 22px;
}

.product__delivery-info-img {
  height: 17px;
}

.product__delivery-info-img--big {
  height: 22px;
}

.product__delivery-info-text {
  width: 100%;
}

.product-card__quantity-cta-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width:460px) {
  .product-card__quantity-cta-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

}

.price-quantity-widget-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 
@media screen and (max-width:470px) {
  .price-quantity-widget-wrapper {
    display: flex;
    align-items: center;
    padding-top: 4px;
    padding-bottom: 0;
  }
} */

.product__price {
  display: flex;
  flex-direction: column;
  font-weight: bold;
  font-size: 21px;
  line-height: 24px;
  white-space: nowrap;
  color: #373F41;
  width: 240px;
}

@media screen and (max-width:500px) {
  .product__price {
    font-size: 18px;
  }
}

.product__price-old-wrapper {
  font-size: 14px;
  font-weight: 400;
  color: #999fa1;
}

.price-quantity-widget-wrapper .quantity-widget {
  margin-left: 20px;
}

.add-btn {
  background: #FE6D04;
  border-radius: 10px;
  height: 56px;
  width: 100%;
  font-weight: bold;
  font-size: 21px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.1px;
  color: #FFFFFF;
  margin-top: 60px;
  transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
}

.add-btn:hover {
  background: #ff7d20;
}

.add-btn--product-page__cta {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 16px 28px;
}

.product-page__cta-button-text {
  letter-spacing: 1px;
  /* margin-left: 15px; */
}

@media screen and (max-width:970px) {
  .add-btn {
    height: 62px;
    font-size: 18px;
    margin-top: 20px;
  }
}

@media screen and (max-width:440px) {
  .add-btn {
    width: 100%;
  }
}


/* Product tabs */
.product__tabs-wrapper {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

@media screen and (max-width:820px) {
  .product__tabs-wrapper {
    margin-bottom: 40px;
  }
}

.product__tabs {
  width: 100%;
  background-color: white;
  margin-top: 60px;
  padding-top: 20px;
}

@media screen and (max-width:1500px) {
  .product__tabs {
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width:850px) {
  .product__tabs {
    min-width: 800px;
  }
}

.product__tabs-header {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  min-width: 280px;
}

@media screen and (max-width:1500px) {
  .product__tabs-header {
    display: flex;
    flex-direction: column;
    border-top: none;
    border-bottom: none;
    border-right: 1px solid #e0e0e0;
    min-width: 25%;
    max-width: 60vw;
  }
}

.product__tabs-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px 0;
  color: #373741;
  font-size: 18px;
  cursor: pointer;
  transition: 0.5s;
  border-bottom: 3px solid transparent;
  margin-bottom: -1px;
}

@media screen and (max-width:1560px) {
  .product__tabs-button {
    font-size: 16px;
  }
}

@media screen and (max-width:1500px) {
  .product__tabs-button {
    justify-content: flex-start;
    align-items: center;
    padding-left: 24px;
    padding-right: 20px;
    text-align: left;
  }
}

@media screen and (max-width:500px) {
  .product__tabs-button {
    justify-content: flex-start;
    align-items: center;
    padding: 12px;
    text-align: left;
  }
}

.product__tabs-button:hover {
  background-color: #F6F6F6;
}

.product__tabs-button.active {
  background-color: #F6F6F6;
  border-bottom: 3px solid #FE6D04;
}


@media screen and (max-width:1500px) {
  .product__tabs-button.active {
    border-bottom: 3px solid transparent;
  }

}

.product__tabs-button-icon {
  height: 24px;
  margin-right: 12px;
  pointer-events: none;
}

.product__tabs-button-icon--material {
  height: 20px;
}

.product__tabs-button-icon--installation {
  height: 20px;
}

.product__tabs-button-icon--data {
  height: 18px;
}

.product__tabs-button span {
  pointer-events: none;
  text-align: left;
}

.product__tabs-content--active {
  background-color: white;
}

.product__tabs-content {
  display: none;
  padding: 40px 0 20px 0;
  border-bottom: 1px solid #e0e0e0;
}

@media screen and (max-width:1500px) {
  .product__tabs-content {
    display: none;
    padding: 10px 0 0 60px;
    border-bottom: none;
  }
}

@media screen and (max-width:920px) {
  .product__tabs-content {
    padding: 10px 0 0 40px;
  }
}

.product__tabs-content.product__tabs-content--active {
  display: block;
}

@media screen and (max-width:1500px) {
  .product__tabs-content-wrapper {
    width: 75%;
  }
}

@media screen and (max-width:780px) {
  .product__tabs-content-wrapper {
    width: 50%;
  }
}


.product__tabs-installation-img {
  max-width: 100%;
  max-height: 190px;
}

/* .product__tabs-content-list {
  display: flex;
  align-items: center;
} */

.product__tabs-list-item {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.product__tabs-list-img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  width: 45px;
  margin-right: 16px;
}

.product__tabs-list-img {
  max-height: 100%;
  max-width: 100%;
}

.product__tabs-list-text {
  font-size: 16px;
  font-weight: 600;
}

.product__tabs-content-text {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
}

.product__techdata-description {
  margin-bottom: 32px;
  line-height: 1.6;
}



/* Product table */

.product__table {
  padding-top: 70px;
  width: 100%;
  overflow-x: auto;
}

@media screen and (max-width:1500px) {
  .product__table {
    padding-top: 10px;
  }
}

.product__table-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.product__table-link--bot {
  display: none;
}

@media screen and (max-width:560px) {
  .product__table-heading {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .product__table-link--top {
    display: none;
  }

  .product__table-link--bot {
    display: block;
  }

  .product__table-link {
    margin-top: 20px;
  }
}

/* Product gallery */

.product__content-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 16px;
}

@media screen and (max-width:1540px) {
  .product__content-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media screen and (max-width:960px) {
  .product__content-wrapper {
    margin-top: 0;
  }
}

.product-gallery {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 320px;
  width: 500px;
  max-width: 80vw;
}

@media screen and (max-width:1640px) {
  .product-gallery {
    width: auto;
    max-width: 30%;
  }
}

@media screen and (max-width:1540px) {
  .product-gallery {
    width: 55%;
    max-width: 55%;
    height: auto;
    min-height: 200px;
  }
}

@media screen and (max-width:960px) {
  .product-gallery {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width:690px) {
  .product-gallery {
    min-height: 140px;
    min-height: auto;
    padding: 24px 0;
  }
}

/*
@media screen and (max-width:970px) {
  .product-gallery {
    height: 500px;
    padding: 30px 0;
  }
}

@media screen and (max-width:570px) {
  .product-gallery {
    height: 300px;
    padding: 30px 0;
    width: auto;
    max-width: none;
  }
} */

.product-gallery__product-image-link {
  max-height: 100%;
}

.product-gallery__main-img-wrapper {
  width: 90%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}

@media screen and (max-width:960px) {
  .product-gallery__main-img-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.product-gallery__main-img {
  max-height: 100%;
  max-width: 100%;
  /*Animation*/
  transition: transform .2s;
  -webkit-transition: transform .2s;
  -moz-transition: transform .2s;
  -ms-transition: transform .2s;
  -o-transition: transform .2s;
}

/* .product-gallery__main-img:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
} */

@media screen and (max-width:970px) {
  .product-gallery__main-img {
    max-height: 90%;
    max-width: 70%;
  }
}

@media screen and (max-width:520px) {
  .product-gallery__main-img {
    max-width: 90%;
  }
}

.product-gallery__controls {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.product-gallery__controls-img-wrapper {
  height: 80px;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: 20px;
  background-color: #ffffff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  cursor: pointer;
  border: 1px solid #FBF2F2;
}

@media screen and (max-width:970px) {
  .product-gallery__controls-img-wrapper {
    height: 60px;
    width: 60px;
  }
}

.product-gallery__controls-img {
  max-height: 80%;
  max-width: 80%;
}

.product__cta {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  width: 440px;
  height: 560px;
  padding: 48px;
  border-radius: 20px;
  box-shadow: 6px 12px 40px #EDEAE8;
}

@media screen and (max-width:1060px) {
  .product__cta {
    padding: 32px;
    height: 500px;
    margin-top: 32px;
  }
}

@media screen and (max-width:960px) {
  .product__cta {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }
}

@media screen and (max-width:340px) {
  .product__cta {
    padding: 20px;
    margin-bottom: 32px;
  }
}


.product__cta--vendor-page {
  height: 500px;
}

.product__cta-size-wrapper {
  margin-bottom: 18px;
}

.product__cta-size-heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  color: #373741;
  font-size: 16px;
}

.product__cta-size-heading-first {
  max-width: 190px;
  line-height: 1.5;
}

.product__cta-size-heading-table {
  text-align: right;
}

.product__cta-size-heading-table--mobile {
  display: none;
}

@media screen and (max-width:1080px) {
  .product__cta-size-heading-table {
    display: none;
  }

  .product__cta-size-heading-table--mobile {
    display: block;
  }
}

.product__cta-total-price {
  margin-top: 28px;
}

.you-may-also-like {
  padding-bottom: 100px;
}

.product__ral-colors {
  display: flex;
  align-items: center;
  margin-top: 26px;
}

.product__ral-colors-icon {
  width: 48px;
  margin-right: 12px;
}

.product__ral-colors-text {
  font-size: 16px;
}


/* Catalog */


.catalog-page__wrapper {
  padding-top: 60px;
}

@media screen and (max-width:780px) {
  .catalog-page__wrapper {
    padding-top: 40px;
  }
}

@media screen and (max-width:420px) {
  .catalog-page__wrapper {
    padding-top: 32px;
  }
}

.title-elements__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}

@media screen and (max-width:1540px) {
  .title-elements__wrapper--product-page {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-bottom: 20px;
    margin-bottom: 0;
  }
}

@media screen and (max-width:550px) {
  .title-elements__wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width:440px) {
  .title-elements__wrapper--main-page {
    padding-top: 16px;
    margin-bottom: 8px;
  }
}

.title-elements__wrapper--main-page h1 {
  font-weight: 300;
  font-size: 28px;
  line-height: 142.69%;
  color: #3B3B3A;
}

@media screen and (max-width: 940px) {
  .title-elements__wrapper--main-page h1 {
    font-size: 24px;
  }
}



.title-elements__wrapper--order-page {
  width: 100%;
  align-items: flex-end;
  margin-bottom: 0;
}

@media screen and (max-width:550px) {
  .title-elements__wrapper--order-page {
    align-items: flex-start;
    padding-bottom: 0;
  }

  .order-page-info__wrapper {
    margin-bottom: 20px;
  }
}

@media screen and (max-width:550px) {
  .page-top-elements--cart {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
  }
}



.title-elements__heading-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  min-height: 54px;
}


@media screen and (max-width:1126px) {
  .title-elements__heading-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}

.title-elements__wrapper h1 {
  max-width: 1100px;
}

.title-elements__link {
  display: flex;
  align-items: center;
  padding: 4px 16px 4px 0;
  position: relative;
}

@media screen and (max-width:560px) {
  .title-elements__link {
    padding: 4px 16px 4px 0;
  }
}

@media screen and (max-width:560px) {
  .title-elements__link--projects-top {
    display: none;
  }
}

.title-elements__link--projects-bottom {
  display: none;
}

@media screen and (max-width:560px) {
  .title-elements__link--projects-bottom {
    display: inline-block;
    margin-top: 32px;
  }
}

.title-elements__link--mobile {
  display: none;
  margin-top: 28px;
}

@media screen and (max-width:550px) {
  .title-elements__link--desktop {
    display: none;
  }

  .title-elements__link--mobile {
    display: inline-block;
  }
}

.title-elements__link:hover .title-elements__link-img {
  right: -3px;
}

.title-elements__link-img {
  position: absolute;
  top: 6px;
  right: 0;
  height: 17px;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
}

.title-elements__wrapper--catalog {
  padding-bottom: 40px;
}

@media screen and (max-width:1126px) {
  .title-elements__wrapper--catalog {
    padding-bottom: 28px;
  }
}

@media screen and (max-width:780px) {
  .title-elements__wrapper--catalog {
    padding-bottom: 12px;
  }
}

@media screen and (max-width:520px) {
  .title-elements__wrapper--catalog {
    padding-bottom: 0;
  }
}

.clear-filter {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  background-color: #ffffff;
  margin-left: 36px;
  cursor: pointer;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
}


@media screen and (max-width:1126px) {
  .clear-filter {
    margin-left: 0;
    margin-top: 26px;
  }
}

.clear-filter__icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 26px;
  width: 26px;
  background-color: #dad3d3;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.clear-filter__icon {
  height: 12px;
}

.clear-filter__text {
  margin-left: 10px;
  font-size: 16px;
}

.page-title {
  color: #000;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.42;
}

@media screen and (max-width:1126px) {
  .page-title {
    width: 100%;
    text-align: left;
  }
}

@media screen and (max-width:900px) {
  .page-title {
    font-size: 24px;
    line-height: 1.42;
  }
}

.table-view-settings {
  display: flex;
}

@media screen and (max-width:1400px) {
  .table-view-settings {
    display: none;
  }
}

.table-view-settings__item {
  width: 24px;
  height: auto;
}

.table-view-settings__item+.table-view-settings__item {
  margin-left: 23px;
}

.catalog__wrapper {
  display: flex;
  width: 100vw;
  max-width: 100%;
  /* overflow-x: hidden; */
}

.catalog__subheader {
  display: none;
  align-items: center;
  padding-bottom: 36px;
}

/* Open filters button -- for mobile */

.catalog__filter-open-button {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  padding: 14px 18px;
  background-color: #fff;
  border-radius: 14px;
  color: #19191D;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
}

.catalog__filters-icon {
  margin-right: 10px;
  margin-bottom: -1px;
}

.catalog__filters-close-button {
  display: none;
  position: absolute;
  top: 22px;
  right: 22px;
  font-size: 38px;
  color: #000;
  z-index: 2000;
}

.catalog__filters-apply-button {
  position: fixed;
  display: none;
  justify-content: center;
  align-items: center;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 46px;
  background: #FE6D04;
  color: #ffffff;
  font-weight: 600;
  z-index: 2000;
}



/* Catalog filters */

/* Sale categories */
.catalog__filter-categories {
 margin-bottom: 28px;
}

.catalog__filters {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 280px;
  margin-right: 40px;
}

.catalog__filters label {
  font-size: 16px;
  line-height: 1.40;
  letter-spacing: 0.0275em;
  color: #19191D;
}

.catalog__filters-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.catalog__filters-heading {
  display: none;
  margin-bottom: 40px;
}

.catalog__filter-items-wrapper {
  position: sticky;
  top: 50px;
}

.catalog__filter {
  margin-top: 10px;
  margin-bottom: 28px;
}

.catalog__filter:first-child {
  margin-top: 0;
}

.catalog__filter-wrapper {
  max-height: 166px;
  overflow: hidden;
}

.catalog__filter-wrapper--row {
  display: flex;
  flex-wrap: wrap;
}

.catalog__filter-wrapper--open {
  max-height: 100%;
}

.catalog__filter-wrapper--horizontal-big {
  max-height: 195px;
}

.catalog__filter-wrapper--horizontal-big.catalog__filter-wrapper--row {
  display: flex;
  flex-wrap: wrap;
}

.catalog__filter-wrapper--horizontal-big.catalog__filter-wrapper--open {
  max-height: 100%;
}

.catalog__filter-wrapper--horizontal-big2 {
  max-height: 184px;
}

.catalog__filter-wrapper--horizontal-big2.catalog__filter-wrapper--row {
  display: flex;
  flex-wrap: wrap;
}

.catalog__filter-wrapper--horizontal-big2.catalog__filter-wrapper--open {
  max-height: 100%;
}

.catalog__filter-wrapper--horizontal-big3 {
  max-height: 206px;
}

.catalog__filter-wrapper--horizontal-big3.catalog__filter-wrapper--row {
  display: flex;
  flex-wrap: wrap;
}

.catalog__filter-wrapper--horizontal-big3.catalog__filter-wrapper--open {
  max-height: 100%;
}

.catalog__filter-label-wrapper {
  width: 26px;
  margin-right: 10px;
}

.catalog__filters h3 {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.50;
  letter-spacing: 0.0275em;
  color: #000000;
  margin-bottom: 6px;
  max-width: 90%;
}

.catalog__filter--checkbox input,
.catalog__filter--country input,
.catalog__filter--material input {
  width: 18px;
  height: auto;
  border: 2px solid #B9BAC9;
  border-radius: 5px;
  cursor: pointer;
}

.filters__power input,
.filters__length input {
  width: 204px;
  height: 14px;
}

.catalog__filter--checkbox,
.filters__power,
.catalog__filter--country,
.filters__length,
.catalog__filter--material {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

@media screen and (max-width:420px) {

  .catalog__filter--checkbox,
  .filters__power,
  .catalog__filter--country,
  .filters__length,
  .catalog__filter--material {
    margin-bottom: 12px;
  }
}

.catalog__filter--checkbox-vertical {
  flex-direction: row;
}

.catalog__filters-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding-left: 26px;
  margin-bottom: 6px;
  user-select: none;
}

.catalog__filters-checkbox.catalog__filters-checkbox--vertical {
  padding-left: 0;
  padding-top: 22px;
  margin-right: 18px;
  margin-bottom: 16px;
  font-size: 14px;
}

.catalog__filters-checkbox--disabled {
  opacity: 0.4;
  cursor: default;
}

.filters__btn-wrapper {
  display: flex;
}

.filters__btn {
  width: 95px;
  height: 34px;
  background: #FCF8F8;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: pre;
  font-size: 16px;
  line-height: 1.50;
  /* identical to box height, or 24px */
  letter-spacing: 0.0275em;
  color: #8F8E8E;
  cursor: pointer;
}

.filters__btn span {
  font-size: 16px;
  line-height: 1.50;
  /* identical to box height, or 24px */
  letter-spacing: 0.0275em;
  color: #000000;
}

.filters__btn+.filters__btn {
  margin-left: 14px;
}



/* Hide the browser's default checkbox */
.catalog__filters-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.parts-page__main-selection__filters__model-checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 18px;
  width: 18px;
  border-radius: 5px;
  border: 2px solid #C6C3CA;
  background-color: rgb(255, 255, 255);
}

.checkbox-vertical__checkmark {
  top: 0;
}

/* On mouse-over, add a grey background color */
.catalog__filters-checkbox:hover input~.parts-page__main-selection__filters__model-checkmark {
  border: 2px solid #C6C3CA;
}

/* When the checkbox is checked, add a blue background */
.catalog__filters-checkbox input:checked~.parts-page__main-selection__filters__model-checkmark {
  background-color: var(--accent-color);
  border: 2px solid var(--accent-color);
}

/* Create the checkmark/indicator (hidden when not checked) */
.parts-page__main-selection__filters__model-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.catalog__filters-checkbox input:checked~.parts-page__main-selection__filters__model-checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.catalog__filters-checkbox .parts-page__main-selection__filters__model-checkmark:after {
  left: 5px;
  top: 1px;
  width: 4px;
  height: 11px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Catalog filters select START */

.catalog__filters-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-padding-end: 20px;
  -moz-padding-end: 20px;
  -webkit-padding-start: 2px;
  -moz-padding-start: 2px;
  width: 100%;
  max-width: 240px;
  color: #555;
  font-size: 16px;
  margin: 0;
  overflow: hidden;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-bottom: 6px;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px solid #c1c0c2;
  border-radius: 10px;
  padding: 10px 34px 10px 10px;
  cursor: pointer;
  background: #FFFFFF;
  background-image: url(../img/icons/arrow-down.svg), -webkit-linear-gradient(top, #ffffff, #ffffff);
  /* For Chrome and Safari */
  background-image: url(../img/icons/arrow-down.svg), -moz-linear-gradient(top, #ffffff, #ffffff);
  /* For old Firefox (3.6 to 15) */
  background-image: url(../img/icons/arrow-down.svg), -ms-linear-gradient(top, #ffffff, #ffffff);
  /* For pre-releases of Internet Explorer  10*/
  background-image: url(../img/icons/arrow-down.svg), -o-linear-gradient(top, #ffffff, #ffffff);
  /* For old Opera (11.1 to 12.0) */
  background-image: url(../img/icons/arrow-down.svg), linear-gradient(to bottom, #ffffff, #ffffff);
  /* Standard syntax; must be last */
  background-size: 12px;
  background-position: center right 10px;
  background-repeat: no-repeat;

}

@media screen and (max-width:460px) {
  .catalog__filters-select {
    padding: 8px 32px 8px 10px;
  }
}

.catalog__filters-select:focus {
  border: 1px solid #E0DEE3;
}

.catalog__filters-select-disabled {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #555;
  font-size: 18px;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: none;
  pointer-events: none;
}

.catalog__filters-select option {
  padding-right: 8px;
}
/* Catalog filters select END */

.catalog__filters-overlay {
  display: none;
  position: fixed;
  top: -28px;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgb(255, 255, 255);
  opacity: 0;
  z-index: 10000;
  cursor: pointer;
}


/* Range slider test */
/* https://codepen.io/zebresel/pen/xGLYOM */

.range-slider__wrapper {
  display: flex;
  flex-direction: column;
  width: 214px;
  margin-bottom: 28px;
}

.range-slider {
  display: flex;
  align-items: flex-start;
  position: relative;
  height: 36px;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  margin-top: -6px;
}

.range-slider .range-slider__touch-left,
.range-slider .range-slider__touch-right {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 10px;
  height: 16px;
  width: 16px;
  z-index: 2;
  cursor: pointer;
}

.range-slider .range-slider__touch-left span {
  display: block;
  width: 100%;
  height: 100%;
  background: #6A5577;
  border-radius: 50%;
}

.range-slider .range-slider__touch-right span {
  display: block;
  width: 100%;
  height: 100%;
  background: #EF8A80;
  border-radius: 50%;
}

.range-slider .range-slider__line {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  left: 0px;
  top: 16px;
  height: 4px;
  border-radius: 4px;
  background: #F0F0F0;
  z-index: 0;
  overflow: hidden;
}

.range-slider .range-slider__line span {
  display: block;
  height: 100%;
  width: 0%;
  background: linear-gradient(270deg, #EF8A80 0%, #6A5577 100%);
}

.range-slider__result-wrapper {
  display: flex;
  margin-top: 4px;
}

.range-slider__result {
  width: 95px;
  height: 34px;
  background: #FCF8F8;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: pre;
  font-size: 16px;
  line-height: 1.50;
  /* identical to box height, or 24px */
  letter-spacing: 0.0275em;
  color: #8F8E8E;
}

.range-slider__result span {
  color: #000000;
}

.range-slider__result+.range-slider__result {
  margin-left: 14px;
}


@media screen and (max-width:1126px) {

  .catalog__filters {
    display: flex;
    position: absolute;
    top: 0;
    right: -100vw;
    padding: 28px;
    background-color: #ffffff;
    margin-right: 0;
    width: 100vw;
    max-width: 100%;
    z-index: 100000;
    height: 100%;
    opacity: 0;
  }

  .catalog__filters-heading {
    display: block;
  }

  .catalog__filter-items-wrapper {
    position: static;
    top: 140px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(255px, 1fr));
    grid-row-gap: 32px;
    grid-column-gap: 32px;
  }

  .catalog__subheader {
    display: flex;
  }

  @media screen and (max-width:600px) {
    .catalog__subheader {
      padding-bottom: 24px;
    }
  }

  .catalog__filters-close-button {
    display: block;
  }
}

@media screen and (max-width:680px) {
  .catalog__filter-items-wrapper {
    grid-row-gap: 10px;
  }
}

@media screen and (max-width:420px) {
  .catalog__filter-items-wrapper {
    grid-template-columns: repeat(auto-fill, minmax(255px, 1fr));
    grid-column-gap: 8px;
  }
}




/* Catalog Grid */

.catalog__products {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(252px, 1fr));
  grid-row-gap: 32px;
  grid-column-gap: 32px;
  /* padding-top: 10px; */
  /* padding-right: 4px; */
  /* margin-top: -34px; */
}

@media screen and (max-width:1640px) {
  .catalog__products {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  }
}

@media screen and (max-width:1040px) {
  .catalog__products {
    grid-row-gap: 18px;
    grid-column-gap: 18px;
  }
}

@media screen and (max-width:620px) {
  .catalog__products {
    grid-template-columns: repeat(auto-fill, minmax(46%, 1fr));
  }
}

@media screen and (max-width:420px) {
  .catalog__products {
    grid-template-columns: repeat(auto-fill, minmax(46%, 1fr));
    grid-row-gap: 6px;
    grid-column-gap: 6px;
  }
}

@media screen and (max-width:1791px) {
  .catalog__products--bestsellers .catalog__product:nth-last-child(-n+3) {
    display: none;
  }
}

@media screen and (max-width:1640px) {
  .catalog__products--bestsellers .catalog__product:nth-last-child(-n+3) {
    display: flex;
  }
}

@media screen and (max-width:1599px) {
  .catalog__products--bestsellers .catalog__product:nth-last-child(-n+3) {
    display: none;
  }
}

@media screen and (max-width:1347px) {
  .catalog__products--bestsellers .catalog__product:nth-last-child(-n+5) {
    display: none;
  }
}

@media screen and (max-width:1095px) {
  .catalog__products--bestsellers .catalog__product:nth-last-child(-n+5) {
    display: flex;
  }

  .catalog__products--bestsellers .catalog__product:nth-last-child(-n+4) {
    display: none;
  }
}

@media screen and (max-width:783px) {
  .catalog__products--bestsellers .catalog__product:nth-last-child(-n+5) {
    display: none;
  }
}


.catalog__product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  width: 100%;
  padding: 32px 28px;
  background-color: #fff;
  border-radius: 20px;
  transition: box-shadow 0.2s ease;
  -webkit-transition: box-shadow 0.2s ease;
  -moz-transition: box-shadow 0.2s ease;
  -ms-transition: box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
}

.catalog__product:hover {
  -webkit-box-shadow: 4px 4px 10px rgba(47, 48, 53, 0.08);
  box-shadow: 4px 4px 10px rgba(47, 48, 53, 0.08);
}

.catalog__product-top-items {
  width: 100%;
}

.catalog__product-brand {
  position: absolute;
  top: 32px;
  right: 32px;
  height: 22px;
  width: auto;
  z-index: 2;
}

@media screen and (max-width:603px) {
  .catalog__product-brand {
    top: 12px;
    right: 12px;
    height: 18px;
  }
}

.catalog__product-brand-img {
  height: 100%;
  width: auto;
}

.catalog__product--catalog-view-list {
  max-height: 80px;
}

.catalog__product--brand-card {
  align-items: center;
}

.catalog__product-img-wrapper {
  width: 100%;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  position: relative;
  margin-top: 10px;
  margin-bottom: 14px;
}

.catalog__product-img-sale-wrapper {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 25px;
  left: 0;
  height: 40px;
  width: 60px;
  background-color: #ff0000;
  color: white;
  border-radius: 0 4px 4px 0;
  z-index: 1000;
}

@media screen and (max-width:603px) {
  .catalog__product-img-sale-wrapper {
    font-size: 14px;
    top: 10px;
    left: 0;
    height: 26px;
    width: 52px;
    border-radius: 6px 4px 4px 0;
  }
}

.catalog__product--sale .catalog__product-img-sale-wrapper {
  display: flex;
}

.catalog__product-img-newsale-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 25px;
  left: 0;
  height: 40px;
  width: 60px;
  background-color: #ff0000;
  color: white;
  border-radius: 0 4px 4px 0;
}

.catalog__product-img-sale-icon {
  height: 26px;
}

.catalog__product-bottom-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.catalog__product-bottom-description-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 10px;
}

.catalog__product-bottom-price-btn-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.catalog__product-img {
  max-height: 80%;
  max-width: 90%;
  position: relative;
  z-index: 1;
}

.catalog__product-code {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  /* or 133% */
  letter-spacing: 0.1px;
  color: #8A8597;
  margin: 20px 0 14px 0;
}

.catalog__product-description {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.27;
  max-height: 115px;
  letter-spacing: 0.1px;
  color: #373F41;
  margin-top: 14px;
  margin-bottom: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 5;
}

.catalog__product-bottom-items {
  width: 100%;
}

.catalog__product-price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.1px;
  color: #373F41;
  margin-top: 24px;
  margin-bottom: 20px;
  white-space: nowrap;
}

@media screen and (max-width:460px) {
  .catalog__product-price {
    margin-bottom: 0;
  }
}

.catalog__prodpriceold-wrapper {
  font-size: 14px;
  font-weight: 400;
  color: #999fa1;
  margin-top: 4px;
}

.catalog__product-price-currency {
  font-weight: 400;
}

.catalog__product-price-sale {
  display: none;
  opacity: 0.7;
  margin-left: 12px;
  text-decoration: line-through;
  white-space: nowrap;
}

.catalog__product--sale .catalog__product-price-sale {
  display: block;
  font-weight: 400;
}

.catalog__product-price span {
  font-weight: 600;
}

@media screen and (max-width:340px) {
  .catalog__product-price span {
    font-size: 14px;
  }
}

.catalog__product-store-info {

}

.catalog__product-cta-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FE6D04;
  border-radius: 10px;
  width: 62px;
  height: 42px;
}

@media screen and (max-width:498px) {
  .catalog__product-cta-button {
    width: 50px;
    height: 42px;
  }
}

@media screen and (max-width:460px) {
  .catalog__product-cta-button {
    width: 100%;
  }
}

.catalog__product-cta-button:hover {
  background: #f76700;
}

.catalog__product-cta-button--small {
  background: #FE6D04;
  border-radius: 8px;
  width: 88px;
  height: 32px;
  color: #ffffff;
}

.catalog__product__cart-icon {
  display: none;
  margin-right: 14px;
}

@media screen and (max-width:500px) {
  .catalog__product__cart-icon {
    height: 20px;
  }
}

.catalog__product__cart-icon--small {
  height: 18px;
}

.catalog__product-order-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--accent-color);
  color: #ffffff;
  border-radius: 10px;
  width: 100%;
  height: 48px;
  margin-top: 20px;
  cursor: pointer;
  letter-spacing: 1px;
}

.catalog__product-order-button:hover {
  background: var(--accent-dark-color);
}

@media screen and (max-width:900px) {
  .catalog__product-order-button {
    margin-top: 6px;
  }
}



@media screen and (max-width:1300px) {
  .catalog__product-description {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .catalog__product-price {
    font-size: 21px;
    margin-bottom: 14px;
  }
}

@media screen and (max-width:603px) {

  .catalog__product {
    padding: 16px;
  }

  .catalog__product-code {
    font-size: 16px;
    line-height: 21px;
    margin: 16px 0 12px 0;
  }

  .catalog__product-description {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 12px;
    margin-top: 0;
  }

  .catalog__product-price {
    font-size: 16px;
    margin-bottom: 0;
  }
}

@media screen and (max-width:420px) {
  .catalog__product-img-wrapper {
    height: 70px;
    margin-bottom: 8px;
  }
}

@media screen and (max-width:400px) {
  .catalog__product {
    padding: 12px;
  }
}


/* Catalog products - list grid */

.catalog__products--list {
  grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  grid-template-rows: 84px 1fr;
  grid-row-gap: 10px;
  grid-column-gap: 0;
}

.catalog__products--list .catalog__product {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-height: 84px;
  border-bottom: 1px solid #FBF2F2;
  padding: 28px;
}

.catalog__products--list .catalog__product-top-items {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
}

.catalog__products--list .catalog__product-img-wrapper {
  width: 100px;
  height: 80px;
  margin-top: 0;
  margin-bottom: 0;
}

.catalog__products--list .catalog__product-description {
  margin: 0 32px;
  width: calc(80% - 100px);
  font-size: 16px;
}

.catalog__products--list .catalog__product-brand {
  position: relative;
  top: 0;
  right: 0;
  height: 22px;
}

@media screen and (max-width:1720px) {
  .catalog__products--list .catalog__product-brand {
    display: none;
  }
}

.catalog__products--list .catalog__product-size {
  width: 240px;
}

.catalog__products--list .catalog__product-size-heading {
  font-size: 14px;
}

.catalog__products--list .catalog__product-size-select {
  font-size: 16px;
  padding: 8px 32px 8px 8px;
}

.catalog__products--list .catalog__product-code {
  width: 20%;
  padding-left: 42px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 18px;
}

.catalog__products--list .catalog__product-bottom-items {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
}

.catalog__products--list .catalog__product-price {
  margin-top: 0;
  margin-right: 42px;
  margin-bottom: 0;
  margin-left: 42px;
  font-size: 18px;
  width: 100px;
  text-align: left;
}

.catalog__products--list .product__store-info {
  margin-bottom: 0;
}

.catalog__products--list .catalog__product-cta-button {
  font-size: 16px;
  margin-left: 42px;
}

.catalog__products--list .product-card__quantity-cta-wrapper {
  margin-left: 24px;
}

.catalog__products--list .catalog__product-order-button {
  font-size: 16px;
  margin-top: 0;
  margin-left: 24px;
  min-width: 100px;
  width: 100px;
}

/* Info messages wrapper */

.centered-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.centered-wrapper__container {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border-radius: 20px;
  margin: 80px 0;
  padding: 60px 80px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  /* -webkit-box-shadow: 4px 4px 10px rgba(47, 48, 53, 0.08);
  box-shadow: 4px 4px 10px rgba(47, 48, 53, 0.08); */
  box-shadow: 0 24px 40px rgba(211, 210, 209, 0.6);
  -webkit-box-shadow: 0 24px 40px rgba(211, 210, 209, 0.6);
  max-width: 90vw;
}

/* @media screen and (max-width:1500px) {
  .centered-wrapper__container {
    margin: 40px 0;
    padding: 40px;
  }
} */

@media screen and (max-width:780px) {
  .centered-wrapper__container {
    margin: 40px 0;
    padding: 40px;
  }
}

/* Page top elements */

.page-top-elements {
  margin-top: 60px;
  margin-bottom: 48px;
}

@media screen and (max-width:603px) {
  .page-top-elements {
    margin-top: 28px;
    margin-bottom: 28px;
  }
}

.page-top-elements--centered-wrapper {
  margin-top: 0;
}


.page-top-elements--center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-top-elements {
  margin-bottom: 24px;
}

/* .page-top-elements__items-wrapper {
  margin-top: 24px;
} */

/* Shopping cart */

.cart__wrapper {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}

@media screen and (max-width:600px) {
  .cart__wrapper {
    padding-bottom: 0;
  }
}

.cart__empty {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  white-space: nowrap;
  min-height: 100px;
}

@media screen and (max-width:400px) {
  .cart__empty {
    white-space: normal;
  }
}

.cart__empty-link {
  margin-top: 18px;
  color: var(--accent-color);
}

@media screen and (max-width:352px) {
  .cart__empty-link {
    margin-left: 0;
    margin-top: 20px;
  }
}


.shopping-cart__print-link {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.shopping-cart__print-icon {
  height: 30px;
  margin-right: 10px;
}

.shopping-cart__print-text {
  font-size: 16px;
  color: rgb(55, 55, 65);
}

@media screen and (max-width:550px) {
  .shopping-cart__print-icon {
    height: 24px;
    margin-right: 0;
  }
  .shopping-cart__print-text {
    display: none;
  }
}


.order-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.order-list__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e3e3;
}

.order-list__img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 168px;
  height: 100px;
  background: #ffffff;
  border-radius: 20px;
  padding: 10px;
}

.order-list__item-info-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 2vw;
  position: relative;
}

.cart__checkbox-img-wrapper {
  display: flex;
  align-items: center;
}

/* Cart checkbox */
.cart__checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


/* Hide the browser's default checkbox */
.cart__checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.cart__checkbox-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 2px solid #fcaa74;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

/* On mouse-over, add a background color */
/* .cart__checkbox:hover input ~ .cart__checkbox-checkmark {
  background-color: #fbcbab;
} */

.cart__checkbox:hover input ~ .cart__checkbox-checkmark:after {
  display: block;
  border-color: #fcaa74;
}

/* When the checkbox is checked, add background */
.cart__checkbox input:checked ~ .cart__checkbox-checkmark {
  background-color: var(--accent-color);
  border: 2px solid var(--accent-color);
}
.cart__checkbox input:checked ~ .cart__checkbox-checkmark:after {
  border-color: rgb(255, 255, 255);
}

/* Create the checkmark/indicator (hidden when not checked) */
.cart__checkbox-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.cart__checkbox input:checked ~ .cart__checkbox-checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.cart__checkbox .cart__checkbox-checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width:430px) {
  .cart__checkbox {
    margin-bottom: 17px;
  }
}


/* Cart order list */
.order-list__img {
  max-height: 90%;
  max-width: 90%;
}

.order-list__name-id-wrapper {
  width: 40%;
  max-width: 500px;
}

@media screen and (max-width:1030px) {
  .order-list__name-id-wrapper {
    width: 100%;
    max-width: 100%;
  }
}

.order-list__name {
  color: #373741;
  font-weight: bold;
  font-size: 18px;
  line-height: 146%;
  letter-spacing: 0.1px;
  margin-bottom: 8px;
  display: -webkit-box;
  padding-right: 20px;
}

.order-list__name:hover {
  color: #000;
}


.order-list__id-wrapper {
  color: #686772;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* or 133% */
  letter-spacing: 0.1px;
}

@media screen and (max-width:420px) {
  .order-list__id-wrapper {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 4px;
  }
}

.quantity-widget {
  display: flex;
  align-items: center;
}

.quantity-widget__minus {
  display: flex;
  align-items: center;
  padding: 8px;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media screen and (max-width:900px) {
  .quantity-widget__minus {
    padding: 8px 12px;
  }
}

.quantity-widget__minus-icon {
  width: 10px;
}

.quantity-widget__number {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  width: 56px;
  margin: 0 8px;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  line-height: 21px;
  border: 1px solid #E0DEE3;
  background-color: #fff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

@media screen and (max-width:500px) {
  .quantity-widget__number {
    margin: 0 4px;
  }
}

.quantity-widget--shopping-cart .quantity-widget__number {
  height: 46px;
  width: 60px;
}

.quantity-widget__plus {
  display: flex;
  align-items: center;
  padding: 8px;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media screen and (max-width:900px) {
  .quantity-widget__plus {
    padding: 8px 12px;
  }
}

.quantity-widget__plus-icon {
  width: 10px;
}

.order-list__total-price {
  min-width: 100px;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.1px;
  white-space: nowrap;
  color: #38373e;
  /* margin: 0 20px; */
}

.order-list__delete {
  display: flex;
  align-items: center;
  /* margin: 0 30px; */
}

.order-list__delete-icon {
  height: 22px;
  width: 22px;
  fill: #9E9AAA;
  transition: 0.1s ease-in;
  -webkit-transition: 0.1s ease-in;
  -moz-transition: 0.1s ease-in;
  -ms-transition: 0.1s ease-in;
  -o-transition: 0.1s ease-in;
}

.order-list__delete-icon:hover {
  fill: #000000;
}


/* Order info */

.order-info__wrapper {
  display: none;
  justify-content: flex-end;
  width: 100%;
}

@media screen and (max-width:900px) {
  .order-info__wrapper {
    justify-content: flex-start;
  }
}

.order-info {
  display: flex;
  align-items: center;
  padding-top: 40px;
}

.order-info__quantity-wrapper {
  font-weight: bold;
  font-size: 21px;
  line-height: 130%;
  letter-spacing: 0.1px;
  margin-bottom: 46px;
  white-space: nowrap;
}

.order-info__text {
  font-size: 21px;
  line-height: 172%;
  letter-spacing: 0.1px;
  margin-right: 62px;
}

.order-info__special-price {
  font-weight: bold;
  font-size: 28px;
  line-height: 24px;
  /* or 67% */
  letter-spacing: 0.1px;
  margin-bottom: 40px;
}

.cart__total-price-note {
  display: none;
  margin-bottom: 32px;
  color: var(--accent-color);
  font-weight: 600;
}

.order-info__total-price {
  white-space: nowrap;
}

.order-info__total-price-number--cart {
  font-weight: 600;
}

@media screen and (max-width:1400px) {
  .cart__total-price-note {
    margin-bottom: 0;
  }
}

@media screen and (max-width:1090px) {
  .cart__total-price-note {
    margin-bottom: 32px;
  }
}

.st-button {
  padding: 16px 28px;
  border-radius: 10px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  /*or133%*/
  text-align: center;
  letter-spacing: 1px;
  white-space: nowrap;
  transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
}

.st-button--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FE6D04;
}

.st-button--cta:hover {
  background-color: var(--accent-dark-color);
}

.st-button--cta:disabled,
.st-button--cta[disabled] {
  background-color: #f9c19b;
  cursor: auto;
}

.send-order__button--inactive {
  background-color: #f9c19b;
  cursor: initial;
}

@media screen and (max-width:1400px) {
  .cart__wrapper {
    flex-direction: column;
    justify-content: flex-start;
  }

  .order-list {
    max-width: none;
  }

  .order-info__wrapper {
    width: 100%;
    margin-left: 0;
  }

  .order-list__delete {
    display: flex;
    align-items: center;
    margin: 0 0 0 30px;
  }

  .order-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    top: 0;
    padding-top: 40px;
  }

  .order-info__quantity-wrapper {
    margin-bottom: 0;
  }

  .order-info__text {
    margin-bottom: 0;
  }

  .order-info__special-price {
    margin-bottom: 0;
  }
}

@media screen and (max-width:1200px) {
  .order-list__img-wrapper {
    width: 118px;
    height: 100px;
  }
}

@media screen and (max-width:1030px) {
  .order-list__item {
    align-items: flex-start;
    padding-bottom: 32px;
    border-bottom: 1px solid rgb(238, 237, 237);
  }

  .order-list__item-info-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 4vw;
  }

  .order-list__name {
    max-width: 90%;
    margin-bottom: 8px;
    font-size: 16px;
  }

  .quantity-widget {
    margin: 14px 0;
  }

  .order-list__total-price {
    margin: 0;
  }

  .order-list__delete {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
  }
}

@media screen and (max-width:600px) {

  .order-info {
    width: 100%;
    min-width: auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
  }

  .order-info__text {
    margin-bottom: 24px;
  }

}

@media screen and (max-width:430px) {
  .order-list__img-wrapper {
    width: 60px;
    height: 34px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

  .order-list__name {
    font-size: 14px;
  }

  .order-info {
    padding-top: 32px;
  }
}



/* Order form page */
.st-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.st-form__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80vw;
  max-width: 450px;
}

.st-form__wrapper--cart {
  width: auto;
  max-width: none;
}

.st-form__input {
  width: 100%;
  height: 54px;
  padding-left: 24px;
  border-radius: 10px;
  outline: none;
  line-height: 25px;
  border: 1px solid #d3d0d0;
  margin-bottom: 20px;
}

.st-form__input--datepicker {
  padding-right: 10px;
}

.st-form__input--city-search {
  position: relative;
  padding-left: 48px;
}

.address-edit-input {
  height: 40px;
  padding-left: 36px;
}

.st-form__textarea {
  width: 100%;
  padding-left: 24px;
  border-radius: 10px;
  outline: none;
  line-height: 25px;
  color: #928F8F;
  border: 1px solid #d3d0d0;
  margin-bottom: 20px;
  padding-top: 25px;
  resize: none;
}

.st-form__button {
  width: 100%;
  height: 64px;
  background-color: #FE6D04;
  border-radius: 10px;
  font-weight: bold;
  font-size: 18px;
  line-height: 29px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  outline: none;
  margin-top: 10px;
}

.st-form__button:hover {
  background-color: #f76700;
}

.st-form__button--unactive {
  opacity: 0.6;
}

.st-form__button--unactive:hover {
  background-color: #FE6D04;
}

@media screen and (max-width:486px) {
  .st-form__button {
    font-size: 18px;
  }
}

.st-form__alert--active {
  width: 100%;
  text-align: center;
  padding: 18px 24px;
  background-color: #fff2f1;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin-bottom: 30px;
  border: 1px solid #ffa49d;
}

.st-form__subtext-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 80vw;
  max-width: 450px;
}

.st-form__subtext {
  margin-top: 52px;
}

.st-form__subtext-link {
  text-decoration: underline;
}




/* Form - Policy */


.policy-line {
  margin-top: 10px;
  margin-bottom: 30px;
  width: 100%;
  font-size: 16px;
}

.policy-line-href {
  text-decoration: underline;
}


/* FORM CHECKBOX */

.modal-form-checkboxes {
  margin-top: 14px;
}

.modal-form-checkboxes p label a {
  text-decoration: underline;
}


[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="checkbox"]:checked+label,
[type="checkbox"]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: rgb(55, 55, 56);
}

[type="checkbox"]:checked+label:before,
[type="checkbox"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #bababa;
  background: #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

[type="checkbox"]:checked+label:after,
[type="checkbox"]:not(:checked)+label:after {
  content: '';
  width: 8px;
  height: 8px;
  background: var(--additional-accent-color);
  position: absolute;
  top: 5px;
  left: 5px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

[type="checkbox"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="checkbox"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}



#modal-form-button-active {
  border: 0;
}

#modal-form-button-active2 {
  border: 0;
}

#modal-form-button-unactive {
  border: 0;
  cursor: not-allowed;
}



/* Index page hero */

.index-page-hero {
  padding: 80px 0 30px 0;
  display: flex;
  flex-direction: column;
  position: relative;
  /* 3D */

  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-perspective: 2400px;
  perspective: 2400px;
}

.index-page-hero__wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100%;
}

.index-page-hero__wrapper--hidden {
  transform: translateZ(-100px) translateY(-80px);
  -webkit-transform: translateY(-100px) translateY(-80px);
  -moz-transform: translateY(-100px) translateY(-80px);
  -ms-transform: translateY(-100px) translateY(-80px);
  -o-transform: translateY(-100px) translateY(-80px);
}

.index-page-hero__cards-container {
  display: flex;
  width: 90vw;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.index-page-hero__card {
  display: flex;
  align-items: center;
  position: relative;
  width: 50%;
  height: 300px;
  border-radius: 30px;
  padding: 60px;
  color: #000;
  z-index: 10;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.index-page-hero__card--card1 {
  background: #FFF5F2;
  background-image: url(../img/index-page-banner__hero-circle1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right 30px center;
}

.index-page-hero__card--card2 {
  background: #F9FAFF;
  background-image: url(../img/index-page-banner__hero-circle2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right 30px center;
}

.index-page-hero__card-info {
  /* margin-bottom: -40px; */
  margin-left: 24px;
}

.index-page-hero__card-heading {
  font-family: Bebas Neue;
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 130%;
  margin-bottom: 30px;
  max-width: 300px;
  z-index: 40;
}

.index-page-hero__card+.index-page-hero__card {
  margin-left: 30px;
}

.index-page-hero__image-wrapper {
  position: absolute;
  top: -20px;
  right: 160px;
  z-index: 60;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.index-page-hero__image {
  height: 340px;
  transform: rotate(20deg);
}

/* 3D levels */
.level--2 {
  transform: translateZ(-40px);
  -webkit-transform: translateZ(-40px);
  -moz-transform: translateZ(-40px);
  -ms-transform: translateZ(-40px);
  -o-transform: translateZ(-40px);
}

.level--1 {
  transform: translateZ(-35px);
  -webkit-transform: translateZ(-35px);
  -moz-transform: translateZ(-35px);
  -ms-transform: translateZ(-35px);
  -o-transform: translateZ(-35px);
}

.level-1 {
  transform: translateZ(20px);
  -webkit-transform: translateZ(20px);
  -moz-transform: translateZ(20px);
  -ms-transform: translateZ(20px);
  -o-transform: translateZ(20px);
}

.level-2 {
  transform: translateZ(100px);
  -webkit-transform: translateZ(100px);
  -moz-transform: translateZ(100px);
  -ms-transform: translateZ(100px);
  -o-transform: translateZ(100px);
}


@media screen and (max-width:1810px) {
  .level-2 {
    transform: translateZ(60px);
    -webkit-transform: translateZ(60px);
    -moz-transform: translateZ(60px);
    -ms-transform: translateZ(60px);
    -o-transform: translateZ(60px);
  }
}

@media screen and (max-width:1668px) {

  .index-page-hero__card-info {
    margin-left: 12px;
  }

  .index-page-hero__card-heading {
    font-size: 36px;
    margin-bottom: 20px;
    max-width: 260px;
  }

  .index-page-hero__card-brands {
    font-size: 18px;
    max-width: 180px;
    line-height: 130%;
  }

  .index-page-hero__image-wrapper {
    top: -20px;
    right: 160px;
  }

  .level--2 {
    transform: translateZ(-20px);
    -webkit-transform: translateZ(-20px);
    -moz-transform: translateZ(-20px);
    -ms-transform: translateZ(-20px);
    -o-transform: translateZ(-20px);
  }

  .level--1 {
    transform: translateZ(-10px);
    -webkit-transform: translateZ(-10px);
    -moz-transform: translateZ(-10px);
    -ms-transform: translateZ(-10px);
    -o-transform: translateZ(-10px);
  }

  .level-1 {
    transform: translateZ(10px);
    -webkit-transform: translateZ(10px);
    -moz-transform: translateZ(10px);
    -ms-transform: translateZ(10px);
    -o-transform: translateZ(10px);
  }

  .level-2 {
    transform: translateZ(40px);
    -webkit-transform: translateZ(40px);
    -moz-transform: translateZ(40px);
    -ms-transform: translateZ(40px);
    -o-transform: translateZ(40px);
  }
}

@media screen and (max-width:1668px) {

  .index-page-hero__card-info {
    margin-left: 8px;
  }

  .index-page-hero__image-wrapper {
    top: -20px;
    right: 120px;
  }

  .index-page-hero__card--card1 {
    background-position: right 0 center;
  }

  .index-page-hero__card--card2 {
    background-position: right 0 center;
  }
}

@media screen and (max-width:1400px) {
  .index-page-hero__card {
    height: 240px;
    padding: 40px;
  }

  .index-page-hero__card-heading {
    font-size: 32px;
    margin-bottom: 20px;
    max-width: 220px;
  }

  .index-page-hero__image {
    height: 280px;
  }

  .index-page-hero__image-wrapper {
    right: 60px;
  }

  .index-page-hero__card--card1 {
    background-position: right -40px center;
  }

  .index-page-hero__card--card2 {
    background-position: right -40px center;
  }

  .level-1 {
    transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -ms-transform: translateZ(30px);
    -o-transform: translateZ(30px);
  }
}

@media screen and (max-width:1100px) {
  .index-page-hero__card-info {
    margin-left: 0;
  }

  .index-page-hero__card {
    height: 200px;
    padding: 40px;
  }

  .index-page-hero__card-heading {
    font-size: 28px;
    margin-bottom: 14px;
    max-width: 200px;
  }

  .index-page-hero__card-brands {
    font-size: 16px;
    max-width: 180px;
  }

  .index-page-hero__image-wrapper {
    right: 40px;
  }

  .index-page-hero__image {
    height: 240px;
  }
}

@media screen and (max-width:900px) {
  .index-page-hero__cards-container {
    flex-direction: column;
  }

  .index-page-hero__card {
    width: 100%;
    height: 280px;
    padding: 60px;
  }

  .index-page-hero__card+.index-page-hero__card {
    margin-left: 0;
    margin-top: 60px;
  }

  .index-page-hero__card-heading {
    font-size: 32px;
    margin-bottom: 20px;
    max-width: 220px;
  }

  .index-page-hero__card-brands {
    font-size: 18px;
    max-width: 180px;
    line-height: 130%;
  }

  .index-page-hero__image-wrapper {
    position: absolute;
    top: -20px;
    right: 160px;
  }

  .index-page-hero__image {
    height: 320px;
  }

  .index-page-hero__card--card1 {
    background-position: right 50px center;
  }

  .index-page-hero__card--card2 {
    background-position: right 50px center;
  }
}

@media screen and (max-width:768px) {
  .index-page-hero__card-info {
    margin-bottom: -10px;
  }

  .index-page-hero__image-wrapper {
    top: -20px;
  }

  .level-1 {
    transform: translateZ(0px);
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    -o-transform: translateZ(0px);
  }

  .level-2 {
    transform: translateZ(0px);
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    -o-transform: translateZ(0px);
  }
}

@media screen and (max-width:720px) {
  .index-page-hero__image-wrapper {
    right: 80px;
  }

  .index-page-hero__card--card1 {
    background-position: right -40px center;
  }

  .index-page-hero__card--card2 {
    background-position: right -40px center;
  }
}


@media screen and (max-width:600px) {
  .index-page-hero__card {
    height: 240px;
    padding: 40px;
  }

  .index-page-hero__card-heading {
    font-size: 28px;
    margin-bottom: 10px;
    max-width: 200px;
  }

  .index-page-hero__card-brands {
    font-size: 16px;
    max-width: 150px;
  }

  .index-page-hero__image-wrapper {
    right: 60px;
  }

  .index-page-hero__image {
    height: 280px;
  }

  .index-page-hero__card--card1 {
    background-position: right -40px center;
  }

  .index-page-hero__card--card2 {
    background-position: right -40px center;
  }
}

@media screen and (max-width:500px) {
  .index-page-hero__card {
    height: 190px;
    padding: 40px;
  }

  .index-page-hero__card-heading {
    font-size: 24px;
    margin-bottom: 10px;
    max-width: 180px;
  }

  .index-page-hero__card-brands {
    font-size: 16px;
    max-width: 150px;
  }

  .index-page-hero__image-wrapper {
    right: 60px;
  }

  .index-page-hero__image {
    height: 220px;
  }
}

@media screen and (max-width:440px) {
  .index-page-hero {
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    position: relative;
  }


  .index-page-hero__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 20px 20px 40px 20px;
  }

  .index-page-hero__card+.index-page-hero__card {
    margin-top: 30px;
  }

  .index-page-hero__card-heading {
    font-size: 21px;
    margin-bottom: 6px;
    max-width: 95vw;
    text-align: center;
  }

  .index-page-hero__card-info {
    margin-bottom: -30px;
  }

  .index-page-hero__card-brands {
    font-size: 14px;
    max-width: 95vw;
    margin-bottom: 20px;
    text-align: center;
  }

  .index-page-hero__image-wrapper {
    right: auto;
    left: auto;
  }

  .index-page-hero__image {
    height: 160px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }

  .index-page-hero__card--card1 {
    background-position: center center;
  }

  .index-page-hero__card--card2 {
    background-position: center center;
  }
}

@media screen and (max-width:307px) {
  .index-page-hero__card-brands {
    display: none;
  }
}



/* Styles for Firefox (3D is not working correctly) */
@-moz-document url-prefix() {
  .index-page-hero {
    padding: 80px 0;
  }

  .index-page-hero__image-wrapper {
    top: -20px;
  }

  .index-page-hero__card-heading {
    font-weight: normal;
  }

  .subtitle {
    font-weight: normal;
  }

  .index-page-hero__image-wrapper--2 {
    right: 130px;
  }

  .index-page-hero__card-info {
    margin-bottom: 0;
  }
}



/* Index page hero tags */

.index-page-hero__tags {
  width: 100%;
  text-align: center;
}

@media screen and (max-width:1000px) {
  .index-page-hero__tags {
    display: none;
  }
}

.index-page-hero__tags-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(12vw, 1fr));
  grid-row-gap: 32px;
  grid-column-gap: 32px;
  margin-top: 80px;
}

/* grid-template-columns: repeat(auto-fill, minmax(255px, 1fr)); */

.index-page-hero__tag {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FCF8F8;
  border-radius: 20px;
  padding: 24px;
  font-weight: 600;
  line-height: 1.4;
}

.index-page-hero__tag:hover {
  color: #FE6D04;
}

.index-page-hero__tag--catalog {
  justify-content: flex-end;
  text-align: right;
  text-decoration-line: underline;
  color: #FE6D04;
  background: none;
  padding-right: 0;
}

.col-scroll-fixed {
  width: 310px;
  height: 30px;
  background-color: purple;
  position: fixed;
  top: 0;
  right: 30px;
  bottom: 0;
  z-index: 9999;
}



/* Policy page */

.policy-wrapper {
  padding-top: 60px;
  padding-bottom: 80px;
}

@media screen and (max-width:440px) {
  .policy-wrapper {
    padding-top: 32px;
    padding-bottom: 40px;
  }
}

/* Страница СПАСИБО */

.thankyou-section {
  min-height: 700px;
  padding-top: 30px;
}

.section__wrapper--thankyou {
  /* min-height: 67vh; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.thankyou-wrap {
  /* padding-bottom: 40px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px;
}


.thankyou_heading {
  padding-top: 20px;
  padding-bottom: 60px;
  font-size: 38px;
  color: rgb(53, 53, 58);
  text-align: center;
  font-weight: 600;
}

.thankyou-icon {
  margin-bottom: 60px;
  height: 160px;
}

.thankyou_text {
  padding-bottom: 10px;
  font-size: 21px;
  color: rgb(53, 53, 58);
  text-align: center;
  width: 100%;
  max-width: 600px;
  line-height: 1.5;
}

.thankyou__price-reminder {
  padding: 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: 1px solid #f8e2d3;
  background-color: #fff5ef;
  margin: 20px 0 30px 0;
}

.thankyou_text a {
  color: #FE6D04;
}

.thankyou_text span {
  font-weight: bold;
}


.thankyou-wrap a {
  padding-top: 24px;
  padding-bottom: 60px;
  font-size: 21px;
  cursor: pointer;
  color: var(--accent-color);
  text-align: center;
  text-decoration: underline;
}

@media screen and (max-width: 1200px) {
  .thankyou-section {
    min-height: 600px;
    padding-top: 0;
  }

  .thankyou-wrap {
    margin-top: 32px;
  }

  .thankyou_heading {
    padding-top: 0;
    padding-bottom: 30px;
    font-size: 28px;
  }

  .thankyou_text {
    font-size: 18px;
    width: 100%;
    max-width: 600px;
  }

  .thankyou-icon {
    margin-bottom: 30px;
    height: 140px;
  }
}



/* Страница категории */

.subcategories-section {
  min-height: 700px;
  padding-top: 30px;
}

.subcategories-wrapper {
  /* padding-bottom: 40px; */
  display: flex;
  flex-direction: column;
}

.subcategories_heading {
  text-align: left;
}

.subcategories__items-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  grid-row-gap: 58px;
  grid-column-gap: 32px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.subcategories__item {
  position: relative;
  min-width: 200px;
  width: 100%;
  padding: 60px;
  margin: 0;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #F9FAFF;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* .subcategories__item:hover > .subcategories__item-name  {
  color: var(--additional-accent-color);
} */

.subcategories__item-name {
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 20px;
  max-width: 160px;
  font-weight: 600;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.subcategories__item-count {
  padding: 0 30px;
  opacity: 0.6;
  font-weight: 400;
  font-size: 19px;
  margin-top: 7px;
}

.subcategories__item-image {
  position: absolute;
  right: 40px;
  bottom: -20px;
  height: 200px;

}


@media screen and (max-width: 430px) {
  .subcategories-section {
    min-height: 600px;
    padding-top: 0;
  }

  .subcategories-wrapper {
    margin-top: 0;
  }
}



/* Уведомления */
.notification-label {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  right: 30px;
  bottom: -230px;
  background-color: #FFFFFF;
  border-radius: 10px;
  z-index: 10000 !important;
  /* -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2); */
  padding: 28px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  border: 1px solid #dddddd;
}

.notification-label__label-text {
  font-size: 18px;
  font-weight: 400;
}

.notification-label__label-link {
  color: var(--accent-dark-color);
  font-weight: 600;
}

.notification-label__image-background {
  width: 100%;
  height: 100%;
  position: absolute;
}




/* ЛИЧНЫЙ КАБИНЕТ */

/* Sidemenu account START */
.sidemenu-account-linkbox {
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 500;
  margin-bottom: 22px;
}

.sidemenu-account-linkbox :link {
  font-size: 16px;
  text-decoration: none;
}

.sidemenu-account-linkbox :visited {
  font-size: 16px;
  text-decoration: none;
}

.sidemenu-account-linkbox:hover {
  color: var(--accent-color);
}

.sidemenu-account-linkbox a {
  display: flex;
  align-items: center;
  font-size: 16px;
}

.sidemenu-account__icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  margin-right: 14px;
}

.sidemenu-account__icon {
  height: 32px;
  max-height: 32px;
}

@media screen and (max-width: 1300px) {
  .sidemenu-account__icon {
    width: 32px;
    margin-right: 10px;
  }
}

.sidemenu-account__icon--personal {
  height: 30px;
}

.sidemenu-account__icon--exit {
  height: 24px;
}

.sidemenu-account__text {
  font-size: 16px;
}

@media screen and (max-width: 1300px) {
  .sidemenu-account__text {
    font-size: 14px;
  }
}
/* Sidemenu account END */

.user-account {
  margin: 60px 0 100px 0;
}

@media screen and (max-width: 1070px) {
  .user-account {
    margin: 32px 0 60px 0;
  }
}

.user-account__content-cards-wrapper {
  width: 100%;
}

.user-account__content-card {
  padding: 60px;
  margin-top: 24px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background-color: white;
}

.user-account__content-card--full-width {
  width: 100%;
}

.user-account__content-card--half-width {
  min-width: 50%;
}

.user-account__content-card--item {
  width: 100%;
  padding: 32px 40px;
}

.user-account__wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
}

@media screen and (max-width: 1070px) {
  .user-account__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 20px;
  }
}

.container--user-account {
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 80px;
  margin-bottom: 80px;
}

.user-account__container {
  width: 100vw;
  max-width: 1040px;
  position: relative;
  z-index: 2;
}

.user-account__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.page__heading2 {
  font-size: 28px;
  font-weight: 800;
  text-align: center;
  /* margin-right: 24px; */
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1000px) {
  .page__heading2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}


.user-account__user-info-wrapper {
  width: 20%;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
}

@media screen and (max-width: 1070px) {
  .user-account__user-info-wrapper {
    width: 100%;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 30px;
  }
}

.user-account__user-info {
  width: 100%;
}

.user-account__user-info--addresses {
  margin-left: 60px;
  background-color: transparent;
  box-shadow: none;
}

.header-settings a {
  height: 26px;
  cursor: pointer;
  margin-top: -10px;
}

.header-settings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.user-account__orders-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid black;
  padding-bottom: 20px;
}

.user-account__orders-header--order-page {
  border-bottom: none;
}

.user-account__orders-heading {
  font-weight: 600;
  font-size: 24px;
  line-height: 40px;
  color: #373741;
}

.user-account__archive-link {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.user-account__archive-icon {
  height: 30px;
  margin-right: 8px;
}

.user-account__archive-text {
  font-size: 18px;
  color: #3B3A5C;
}

.user-account__name {
  font-size: 16px;
  letter-spacing: 1px;
  color: #757c8a;
  line-height: 26px;
  padding-bottom: 20px;
}

.user-account__company-name {
  font-size: 21px;
  line-height: 26px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 22px;
  margin-bottom: 30px;
}

.user-account__contacts {
  margin-bottom: 10px;
  line-height: 21px;
  color: #464646;
  font-size: 16px;
  font-weight: 600;
  overflow-wrap: break-word;
}

.user-account__contacts:last-child {
  margin-bottom: 0;
}

.user-account__contacts span {
  color: #141414;
  font-weight: 400;
}

.user-account__contacts--sum {
  text-align: right;
  font-weight: 400;
  margin-top: 40px;
}

.user-account__subheadings {
  margin-top: 40px;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 6px;
  color: #343638;
}

.user-account__left-devider {
  height: 1px;
  width: 100%;
  background-color: #757c8a;
  margin-bottom: 20px;
  opacity: 0.3;
}

.user-account__requisites {
  margin-bottom: 10px;
  color: #757c8a;
  font-size: 16px;
  line-height: 21px;
}

.user-account__requisites span {
  color: #141414;
}

.user-account_mid {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
  height: 100%;
  min-height: calc(100vh - 260px);
  background-color: white;
  padding: 60px;
  -webkit-box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.12);
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.12);
}

.settings-link {
  display: none;
}

.settings-icon {
  height: 24px;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.settings-icon:hover {
  opacity: 1;
}

.user-order-item {
  padding: 20px 0;
  border-bottom: 1px solid grey;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.user-order-item div {
  flex-grow: 1;
  text-align: center;
}

.user-order-item div:first-child {
  text-align: left;
  max-width: 100px;
}

/* .user-order-item div:last-child {
  text-align: right;
  max-width: 170px;
} */

/* .user-account__orders a :hover{
  border-top: 1px solid grey;
} */

/* .user-order-item__number {
  color: var(--accent-color);
} */

.user-order-item__number:hover {
  color: var(--accent-color);
}

.user-order-item__status {
  flex-grow: 0;
  max-width: 180px;
  padding: 10px 14px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background-color: var(--accent-color);
  color: white;
  text-align: center;
}

.user-order-item__total-price {
  font-weight: bold;
  white-space: nowrap;
}

.user-account_order-page {
  font-size: 14px;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  height: auto;
  min-height: calc(100vh - 260px);
  background-color: white;
  padding: 60px 60px 60px 60px;
  line-height: 19px;
}

.order-page__wrapper {
  margin-top: 60px;
}

.order-page_top-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.order-page_top-container_right_repeat-button {
  padding: 8px 12px 8px 12px;
  border: 1px solid #b1b1b3;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
}

.repeat-icon {
  height: 18px;
  margin-right: 10px;
}


.user-account__logout {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1070px) {
  .user-account__logout {
    margin-top: 20px;
  }
}

.user-account__logout-icon {
  margin-right: 10px;
  display: flex;
}

.user-account__logout-img {
  height: 20px;
}

.user-account__logout-text {
  font-size: 16px;
}


/* ORDER PAGE */

.order-page-header {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.order-page-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 1000px;
}

.order__documents-wrapper {
  margin-bottom: 46px;
}

.page__heading2 {
  font-size: 34px;
  font-weight: 800;
  text-align: center;
  /* margin-right: 24px; */
  margin-bottom: 60px;
  color: var(--dark-light);
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1000px) {
  .page__heading2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}


.cart-table {
  /* border-top: 2px solid rgba(196, 196, 196, 0.3); */
  width: 100%;
  max-width: 1000px;
}

.cart-table--order-page {
  max-width: 100%;
  font-size: 16px;
}

.cart-table--order-page .cart-table__quantity-minus,
.cart-table--order-page .cart-table__quantity-plus,
.cart-table--order-page .cart-table__delete {
  display: none;
}

.cart-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* border-bottom: 2px solid rgba(196, 196, 196, 0.3); */
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  min-height: 90px;
  background-color: white;
  width: 100%;
  min-width: 200px;
  border-radius: 20px;
  -webkit-box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.12);
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.cart-table__row:hover {
  -webkit-box-shadow: 4px 4px 12px rgba(47, 48, 53, 0.26);
  box-shadow: 4px 4px 12px rgba(47, 48, 53, 0.26);
  -webkit-transform: translate(0, -2px);
  transform: translate(0, -2px)
}

.cart-table__row :first-child {
  margin-top: 0;
}

.cart-table__photo-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
  width: 40%;
}

.cart-table__photo-desc--order-page {
  width: 100%;
  align-items: center;
}

@media screen and (max-width: 1100px) {
  .cart-table__photo-desc--order-page {
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
  }
}

.cart-table__photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 120px;
  min-width: 120px;
  max-width: 120px;
  margin-right: 10px;
  height: 100%;
}

.cart-table__photo img {
  padding: 0;
  margin: 0;
  max-height: 80px;
  max-width: 100px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.cart-table__product-firm {
  font-size: 18px;
  color: rgba(124, 121, 121, 0.8);
}

.cart-table__product-name {
  font-weight: bold;
  font-size: 21px;
  color: #000;
  font-weight: 500;
  line-height: 1.3em;
  margin-bottom: 10px;
  max-width: 130px;
}

.cart-table__product-name--order-page {
  max-width: 100%;
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 0;
}

.cart-table__product-name--order-page-gray {
  color: #9a969e;
}


.cart-table__prices-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
}

.cart-table_price {
  min-width: 270px;
  width: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  color: #000;
}

.cart-table__total-currency {
  text-align: center;
}

.cart-table__total-price--order {
  font-size: 16px;
}

.shopping-cart__total-price {
  font-size: 21px;
}

.shopping-cart__total-price-text {
  font-weight: 600;
}

.shopping-cart__total-price-text--old {
  opacity: 0.5;
  text-decoration: line-through;
  font-weight: 400;
}

.shopping-cart-discount {
  display: flex;
  align-items: center;
}

.shopping-cart-discount__icon {
  height: 30px;
  margin-right: 8px;
}

.empty-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.empty-cart-icon {
  margin-top: 30px;
  height: 160px;
  opacity: 0.3;
}

.empty-cart_heading {
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 28px;
  text-align: center;
  line-height: 1.7em;
  font-weight: 600;
  color: rgb(164, 164, 170);
}

.empty-cart p {
  font-size: 18px;
  line-height: 28px;
}

.empty-cart__last-p {
  margin-bottom: 40px;
}

/* Количество товаров */

.cart-table__quantity {
  width: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-table__quantity button {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 21px;
}

.cart-table__quantity-number {
  width: 72px !important;
  min-width: 72px;
  height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #EDEDED;
  border-radius: 3px;
  font-size: 18px;
}

.cart-table_product-price {
  width: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 18px;
  color: #686772;
  white-space: nowrap;
}


.cart-table__delete {
  font-size: 24px;
  color: rgba(146, 143, 143, 0.8);
}

.cart_delete-text {
  display: none;
}

.cart_cta-button_container {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.cart_sum-cta {
  text-align: end;
}

.cart_sum-cta p {
  margin-bottom: 30px;
  font-size: 21px;
}

.cart_sum-cta p span {
  margin-left: 10px;
  font-weight: bold;
  font-size: 21px;
  color: #000;
}

.cart_cta-button_currency {
  font-weight: bold;
  font-size: 21px;
  color: #000;
}

.shopping-cart__cta-button-wrapper {
  display: flex;
  justify-content: flex-end;
}

.cart__cta-button {
  width: 260px;
  height: 60px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  background: var(--accent-color);
  border: 0;
  color: white;
  -webkit-transition: .22s ease-in-out;
  transition: .22s ease-in-out;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.cart__cta-button:hover {
  background: var(--accent-dark-color);
}

.empty-cart__back-button {
  width: 200px;
}

.shopping-cart__bot-items-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px 0;
}

.shopping-cart__bags {
  display: flex;
  align-items: center;
  font-size: 18px;
}

.shopping-cart__bag-illustration {
  height: 40px;
  margin-left: 14px;
}

.shopping-cart-discount {
  margin: 20px 0;
  font-size: 18px;
}

.shopping-cart__cross-sale {
  margin-top: 100px;
}

.cart-table__craft-tabs-wrapper {
  width: 200px;
  display: flex;
  max-width: 100%;
  margin-top: 10px;
}

.shopping-cart__additional-information {
  margin-top: 60px;
  max-width: 430px;
}

.cart-table__description {
  height: 100%;
  display: flex;
  flex: 1;
  align-items: center;
}

@media screen and (max-width: 1300px) {
  .cart-table_product-price {
    display: none;
  }
}

@media screen and (max-width: 1100px) {
  .cart-table__row {
    flex-direction: column;
    position: relative;
    align-items: flex-start;
  }

  .cart-table__photo-desc {
    width: 100%;
    justify-content: flex-start;
  }

  .cart-table__photo {
    width: 90px;
    min-width: 90px;
    max-width: 90px;
  }

  .cart-table__photo img {
    max-height: 100%;
    max-width: 100%;
  }

  .cart-table__description {
    margin-left: 10px;
    width: 100%;
    max-width: 50vw;
  }

  .cart-table__description--order-page {
    margin-left: 0;
    max-width: 100%;
  }

  .cart-table__product-name {
    font-size: 18px;
    margin-bottom: 4px;
  }

  .cart-table__product-name--order-page {
    margin-top: 14px !important;
    font-size: 16px;
  }

  .cart-table__quantity {
    margin-left: 140px;
    margin-top: 10px;
  }

  .cart-table__quantity--order-page {
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 20px !important;
    justify-content: flex-start;
  }

  .cart-table_price {
    justify-content: flex-start;
    margin-left: 110px;
    margin-top: 10px;
  }

  .cart-table_price--order-page {
    font-size: 16px !important;
    margin-left: 0 !important;
    margin-top: 24px;
  }

  .cart-table__delete {
    position: absolute;
    top: 5px;
    right: 15px;
  }

  .deny-button {
    text-align: left;
  }

  .total-price-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .total-price-wrapper--cart {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
  }

  .shopping-cart__total-price-text {
    margin-left: 10px;
  }

  .shopping-cart__total-price-text--order-page {
    margin-left: 0 !important;
  }

  .shopping-cart__bot-items-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .shopping-cart__cta-button-wrapper {
    justify-content: flex-start;
  }

  .empty-cart {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .empty-cart_heading {
    padding-top: 0;
    font-size: 24px;
  }

  .empty-cart__last-p {
    text-align: center;
  }

  .cart-table__craft-tabs-wrapper {
    display: flex;
    flex-direction: column;
    width: 100px;
    max-width: 100%;
    margin-top: 10px;
  }
}


/* Cancel order */

.deny-order-wrapper {
  min-height: 78px;
  display: flex;
  align-items: center;
}

.deny-button {
  color: red;
  padding: 12px 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  text-decoration: underline;
}

.deny-button--confirm {
  color: white;
  background-color: red;
  padding: 12px 14px;
  text-decoration: none;
}

.deny-button--back {
  color: black;
  margin-left: 20px;
  text-decoration: underline;
}

.deny-order-confirmation {
  display: none;
  align-items: center;
  padding: 14px 18px;
  background-color: #fff;
  border: 1px solid rgb(235, 235, 235);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  min-height: 78px;
}

.deny-order-confirmation__heading {
  font-weight: bold;
  margin-right: 34px;
}






.order-form__elements-container {
  display: flex;
}

.order-form__elements-wrapper {
  display: flex;
  flex-direction: column;
}

.order-form__elements-wrapper--addittional-items {
  margin-left: 100px;
}

.order-form__user-addresses {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.order-form__user-address-choice {
  border: 2px solid var(--accent-color);
  cursor: pointer;
  padding: 6px 10px 6px 10px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  color: #000;
  margin-right: 20px;
}

#order_form_error {
  margin-bottom: 20px;
}

#order_form_err_login {
  color: black;
  cursor: pointer;
  text-decoration: underline;
}

.user-settings_form {
  width: 630px;
}



/* ЗАКАЗЫ */
.user-account__orders {
  width: 75%;
  padding: 60px;
  background-color: white;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

@media screen and (max-width: 1070px) {
  .user-account__orders {
    width: 100%;
    padding: 32px;
  }
}

.user-account__repeat-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 32px;
  background-color: var(--accent-color);
  border-radius: 6px;
}

.user-account__repeat-button-img {
  height: 23px;
}

.user-account_orders-table {
  border: 1px solid rgb(255, 255, 255);
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: auto;
}

.user-account_orders-table tr {
  background-color: #ffffff;
  border-bottom: 1px solid #ddd;
  padding: .65em;
  height: 80px;
}


.user-account_orders-table th,
.user-account_orders-table td {
  padding: .625em;
  padding-left: 0;
  text-align: left;
}

.user-account_orders-table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.user-account_orders-table thead tr {
  height: 50px;
}

.user-account_orders-table tbody tr td a {
  color: #FE6D04;
}

.user-account_orders-table_price_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media screen and (max-width: 1000px) {

  .user-account__user-info-wrapper {
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .user-account__user-info {
    width: 100%;
    margin: 0;
  }

  .user-account__user-info--addresses {
    margin-left: 0;
  }

  .user-order-item {
    padding: 20px 0;
    border-bottom: 1px solid grey;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .user-order-item div {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .user-account_orders-table {
    border: 0;
  }

  .user-account_orders-table caption {
    font-size: 1.3em;
  }

  .user-account_orders-table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .user-account_orders-table tr {
    display: block;
    margin-bottom: .625em;
  }


  .user-account_orders-table tr {
    padding: .65em 0 2.65em 0;
  }

  .user-account_orders-table tbody tr {
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
  }

  .user-account_orders-table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }


  .user-account_orders-table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  .user-account_orders-table td:last-child {
    border-bottom: 0;
  }

  .user-account_orders-table tr {
    border-bottom: 0;
  }

  .user-account_orders-table_price_items {
    float: right;
  }
}

.user-order-item__repeat {
  display: flex;
  align-items: center;
  color: #3b3b3a;
  max-width: 194px;
  cursor: pointer;
  margin-bottom: 4px;
}

.user-order-item__repeat-icon {
  height: 24px;
  margin-right: 10px;
  margin-bottom: 2px;
}

.user-order-item__button-text {
  color: var(--accent-color);
  font-size: 16px;
  text-align: left;
  white-space: nowrap;
}

.user-order-item__button-text--gray {
  color: #686772;
  text-align: left;
}

/* ORDER PAGE */

.order-page__table {
  margin-top: 40px;
  border-top: 2px solid rgba(196, 196, 196, 0.3);
}

.order-page__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  min-width: 80px;
  font-weight: bold;
  font-size: 18px;
  color: #000;
}

.no-orders {
  margin-top: 31px;
}

.order-page__documents-wrapper {
  padding-top: 60px;
}

.user-order-item__item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  border-top: 1px solid #e6e3e3;
}
.user-order-item__item-wrapper:last-child {
  border-bottom: 1px solid #e6e3e3;
}

/* Личный кабинет - Адреса */
.user-account__addresses-wrapper {
  display: flex;
  flex-direction: column;
}

.user-account__address {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
}

.user-account__address-text {
  display: flex;
  align-items: center;
  height: 40px;
}

.user-account__address-map-text-wrapper {
  width: 500px;
}

.user-account__address-buttons {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  width: 200px;
}

.user-account__address-change {
  cursor: pointer;
  color: #A5A1AA;
}

.user-account__address-delete {
  cursor: pointer;
  color: #A5A1AA;
}

.user-account__address-newsave {
  cursor: pointer;
  color: #36db78;
}

.user-account__address-newcancel {
  cursor: pointer;
  color: #A5A1AA;
}

.user-account__address-save {
  cursor: pointer;
  color: #36db78;
}

.user-account__address-cancel {
  cursor: pointer;
  color: #A5A1AA;
}




/* Доставка и оплата*/
.delivery-wrapper {
  display: flex;
  justify-content: center;
  overflow: hidden;
  min-height: 80vh;
}

@media screen and (max-width:1120px) {
  .delivery-wrapper {
    min-height: auto;
  }
}

.delivery-payment__container {
  width: 100%;
  max-width: 960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 40px;
  line-height: 1.5em;
  padding-top: 60px;
}

@media screen and (max-width:1120px) {
  .delivery-payment__container {
    width: 100%;
    max-width: 100%;
    padding-top: 32px;
    margin-bottom: 0;
  }
}

.delivery-h1 {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
}

@media screen and (max-width:1120px) {
  .delivery-h1 {
    margin-bottom: 8px;
  }
}

.contacts-info {
  width: 50%;
  min-width: 750px;
}

.payment {
  padding-right: 60px;
}

.payment p {
  margin-top: 16px;
}

.delivery {
  padding-right: 60px;
}

@media screen and (max-width:1120px) {
  .delivery {
    padding-right: 0;
  }
}

.delivery p {
  margin-top: 8px;
}

.transport-logo {
  display: none;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.transport-logo__wrapper {
  display: flex;
  width: auto;
  height: 50px;
  margin-right: 28px;
  margin-top: 32px;
}

.transport-logo__wrapper--small {
  height: 50px;
}

.transport-logo__wrapper--big {
  height: 80px;
}

.transport-logo a img {
  width: 100%;
  height: auto;
}

.delivery-payment__big-image {
  min-height: 72vh;
  width: 50%;
}

.delivery-payment__big-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.storage-info {
  margin-top: 60px;
  margin-bottom: 40px;
}

@media screen and (max-width:1120px) {
  .storage-info {
    margin-top: 32px;
    margin-bottom: 0;
  }
}

.storage-info p {
  margin-bottom: 30px;
}

.delivery__warehouses-names {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

@media screen and (max-width:1120px) {
  .delivery__warehouses-names {
    margin-top: 16px;
  }
}

.delivery__warehouse-name {
  margin-right: 8px;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  padding: 8px 12px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

@media screen and (max-width:1120px) {
  .delivery__warehouse-name {
    font-size: 14px;
    padding: 6px 10px;
    margin-right: 4px;
    margin-bottom: 4px;
  }
}

.delivery__warehouse-name:hover {
  background-color: #fff;
}

.delivery__warehouse-name--active {
  color: var(--accent-color);
  background-color: #fff;
}

.delivery__warehouses-address {
  font-size: 16px;
  margin-bottom: 32px;
  opacity: 0.8;
}

.delivery__warehouse-map {
  width: 100%;
  height: 480px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  overflow: hidden;
}

@media screen and (max-width:700px) {
  .delivery__warehouse-map {
    height: 320px;
  }
}


/* Payment page */

.payment-info {
  margin-top: 60px;
  padding: 60px;
  background-color: #ffffff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.payment-data-list {
  margin-top: 40px;
}







/* --------------------------------

Breadcrumbs

-------------------------------- */
.breadcrumb {
  margin-bottom: 18px;
  line-height: 24px;
  text-align: left;
  position: relative;
  z-index: 2;
}


/* .breadcrumb:first-child {
  padding: 0;
} */

/* Style the list */
ul.breadcrumb {
  list-style: none;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width:420px) {
  ul.breadcrumb li {
    font-size: 14px;
  }
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 8px;
  color: rgba(0, 0, 0, 0.3);
  content: "/\00a0";
}

.breadcrumb--blog-post-page__item:before  {
  color: white !important;
}


/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
}

.breadcrumb--blog-post-page__item a {
  color: white !important;
}


/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: #000;
  text-decoration: underline;
}



/* Skeleton loading */

.catalog__product-code--skeleton {
  width: 30%;
  padding: 0 12px;
  background-color: #F6F6F6;
  border-radius: 4px;
}

.catalog__product-description--skeleton {
  width: 100%;
  padding: 0 20px;
  background-color: #F6F6F6;
  border-radius: 4px;
  margin-top: 2px;
  margin-bottom: 8px;
}

.catalog__product-price--skeleton {
  width: 40%;
  padding: 2px 20px;
  background-color: #F6F6F6;
  border-radius: 4px;
  margin-top: 20px;
}

.catalog__product-cta-button--skeleton {
  background-color: #F6F6F6;
}

.catalog__product-cta-button--skeleton:hover {
  background-color: #F6F6F6;
}

.skeleton-animation {
  /* background-color: #ebe6e6; */
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
  background-size: 80px 100%;
  background-repeat: no-repeat;
  background-position: left -80px top 0;
  -webkit-animation: shine 0.9s ease infinite;
  animation: shine 0.9s ease infinite;
}

@-webkit-keyframes shine {
  to {
    background-position: right -80px top 0;
  }
}

@keyframes shine {
  to {
    background-position: right -80px top 0;
  }
}


/* Skeleton styles for catalog list view */
.catalog__products--skeleton--catalog-view-list {
  grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  grid-template-rows: 84px 1fr;
  grid-row-gap: 8px;
  grid-column-gap: 0;
}

.catalog__products--skeleton--catalog-view-list .catalog__product {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-height: 84px;
  border-bottom: 1px solid #FBF2F2;
  padding: 0 32px 0 0;
}

.catalog__products--skeleton--catalog-view-list .catalog__product-top-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
}

.catalog__products--skeleton--catalog-view-list .catalog__product-img-wrapper {
  width: 190px;
  height: 80px;
  margin-bottom: 0;
}

.catalog__products--skeleton--catalog-view-list .catalog__product-description {
  margin: 0 32px;
  width: calc(60% - 100px);
}

.catalog__products--skeleton--catalog-view-list .catalog__product-description:last-child {
  display: none;
}

.catalog__products--skeleton--catalog-view-list .catalog__product-code {
  width: 40%;
  padding-left: 32px;
  margin-top: 0;
  margin-bottom: 0;
}

.catalog__products--skeleton--catalog-view-list .catalog__product-bottom-items {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 20%;
}

.catalog__products--skeleton--catalog-view-list .catalog__product-price {
  margin-right: 32px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
}


/* Product size select */

.catalog__product-size {
  display: flex;
  flex-direction: column;
}

.catalog__product-size--shopping-cart {
  width: 160px;
}

.catalog__product-size-heading {
  font-size: 16px;
  color: #686772;
  margin-bottom: 4px;
}

@media screen and (max-width:420px) {
  .catalog__product-size-heading {
    font-size: 14px;
  }
}

.catalog__product-size-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-padding-end: 20px;
  -moz-padding-end: 20px;
  -webkit-padding-start: 2px;
  -moz-padding-start: 2px;
  background: #FFFFFF;
  background-image: url(../img/icons/arrow-down.svg), -webkit-linear-gradient(top, #ffffff, #ffffff);
  /* For Chrome and Safari */
  background-image: url(../img/icons/arrow-down.svg), -moz-linear-gradient(top, #ffffff, #ffffff);
  /* For old Firefox (3.6 to 15) */
  background-image: url(../img/icons/arrow-down.svg), -ms-linear-gradient(top, #ffffff, #ffffff);
  /* For pre-releases of Internet Explorer  10*/
  background-image: url(../img/icons/arrow-down.svg), -o-linear-gradient(top, #ffffff, #ffffff);
  /* For old Opera (11.1 to 12.0) */
  background-image: url(../img/icons/arrow-down.svg), linear-gradient(to bottom, #ffffff, #ffffff);
  /* Standard syntax; must be last */
  background-size: 16px;
  background-position: center right 10px;
  background-repeat: no-repeat;
  color: #555;
  font-size: inherit;
  margin: 0;
  overflow: hidden;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-bottom: 6px;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px solid #c1c0c2;
  border-radius: 10px;
  padding: 12px 40px 12px 12px;
  cursor: pointer;
}

@media screen and (max-width:460px) {
  .catalog__product-size-select {
    padding: 8px 32px 8px 10px;
  }
}

.catalog__product-size-select:focus {
  border: 1px solid #E0DEE3;
}

.catalog__product-size-select-disabled {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #555;
  font-size: 18px;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: none;
  pointer-events: none;
}

/* Catalog menu (new) */

.catalog-menu-wrapper {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(28%, 1fr));
  grid-row-gap: 60px;
  grid-column-gap: 60px;
}

@media screen and (max-width:490px) {
  .catalog-menu-wrapper {
    grid-template-columns: repeat(auto-fill, minmax(46%, 1fr));
    grid-row-gap: 40px;
    grid-column-gap: 32px;
  }
}

.catalog-menu-block {
  display: flex;
  flex-direction: column;
}

.catalog-menu-block__header {
  display: flex;
  flex-direction: column;
}

.catalog-menu-block__image-wrapper {
  display: flex;
  height: 40px;
  width: 100px;
}

.catalog-menu-block__image {
  height: 100%;
  width: auto;
}

.catalog-menu-item {
  font-size: 16px;
  line-height: 123.69%;
  color: #777575;
  margin-bottom: 16px;
}

.catalog-menu-item span:hover {
  color: #373741;
  border-bottom: 1px solid #373741;
}

.catalog-menu-item:last-child {
  margin-bottom: 0;
}

@media screen and (max-width:670px) {
  .catalog-menu-item {
    font-size: 16px;
    margin-bottom: 12px;
  }
}

.catalog-menu__heading {
  font-weight: bold;
  color: #373741;
  font-size: 21px;
  margin-bottom: 22px;
}

@media screen and (max-width:670px) {
  .catalog-menu__heading {
    font-size: 18px;
    margin-bottom: 16px;
  }
}

/* Catalog menu PDF */

.catalog-menu__pdf {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-basis: content;
  text-align: center;
  width: 460px;
  max-width: 100%;
  margin-left: 100px;
  padding: 52px;
  background-color: #f6f6f6;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.catalog-menu__pdf-img {
  height: 200px;
}

.catalog-menu__pdf-img-inner {
  max-height: 100%;
  max-width: 100%;
}

.catalog-menu__pdf-heading {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 600;
  margin-top: 34px;
}

.catalog-menu__pdf-text {
  font-size: 14px;
  font-weight: 400;
  margin-top: 12px;
}

.catalog-menu__pdf-cta {
  font-size: 18px;
  font-weight: 600;
  color: var(--accent-color);
  margin-top: 20px;
}

.catalog-menu__pdf-cta:hover {
  border-bottom: 1px solid var(--accent-color);
}

@media screen and (max-width:1380px) {
  .catalog-menu__pdf {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-basis: content;
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin-top: 60px;
    margin-left: 0;
    padding: 52px;
  }

  .catalog-menu__pdf-heading {
    margin-top: 0;
    margin-left: 60px;
  }

  .catalog-menu__pdf-text {
    margin-top: 0;
    margin-left: 20px;
  }

  .catalog-menu__pdf-cta {
    margin-top: 0;
    margin-left: 40px;
  }

}

@media screen and (max-width:940px) {
  .catalog-menu__pdf {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    margin-top: 60px;
    margin-left: 0;
    padding: 40px;
  }

  .catalog-menu__pdf-heading {
    margin-top: 34px;
    margin-left: 0;
  }

  .catalog-menu__pdf-text {
    margin-top: 12px;
    margin-left: 0;
  }

  .catalog-menu__pdf-cta {
    margin-top: 20px;
    margin-left: 0;
  }

}


/* Catalog button animation */

/* Icon */

.header__catalog-icon {
  width: 22px;
  height: 16px;
  margin-right: 11px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}


@media screen and (max-width:440px) {
  .header__catalog-icon--desktop {
    display: none;
  }
}

.header__catalog-icon--mobile {
  display: none;
}

@media screen and (max-width:440px) {
  .header__catalog-icon--mobile {
    display: flex;
    height: 20px;
  }
}

.header__catalog-icon--mobile-img {
  height: 100%;
}

/* @media screen and (max-width:780px) {
  .header__catalog-icon {
    width: 20px;
  }
}

@media screen and (max-width:374px) {
  .header__catalog-icon {
    margin-right: 0;
  }
} */




.header__catalog-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 22px;
  background: #ffffff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.header__catalog-icon span:nth-child(1) {
  top: 0px;
}

.header__catalog-icon span:nth-child(2),
.header__catalog-icon span:nth-child(3) {
  top: 7px;
}

.header__catalog-icon span:nth-child(4) {
  top: 14px;
}

.header__catalog-icon.open span:nth-child(1) {
  top: 7px;
  width: 0%;
  left: 50%;
}

.header__catalog-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header__catalog-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header__catalog-icon.open span:nth-child(4) {
  top: 7px;
  width: 0%;
  left: 50%;
}


/* HERO SECTION */

.hero-section {
  position: relative;
}

.hero-section__wrapper {
  display: flex;
  margin-top: 60px;
}

@media screen and (max-width:780px) {
  .hero-section__wrapper {
    margin-top: 32px;
  }
}

/* SLIDER */
.top-slider {
  height: 350px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  overflow: hidden;
}

@media screen and (max-width:1200px) {
  .top-slider {
    margin-top: 0;
    height: 300px;
  }
  .gallery-cell {
    height: 300px;
  }
}

@media screen and (max-width:980px) {
  .top-slider {
    height: 240px;
  }
  .gallery-cell {
    height: 240px;
  }
}



.gallery {
  width: 100%;
  max-width: 1560px;
  height: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.gallery-cell {
  width: 100%;
  max-width: 1560px;
  height: 350px;
  margin-right: 10px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.gallery-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Slides START */

/* 1 slide */
.gallery-cell--1slide {
  background: url(/static/img/slider/amt3_b.jpg);
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 1670px) {
  .gallery-cell--1slide {
    background: url(/static/img/slider/amt3_m.jpg);
    background-position: center center;
  }
}

@media screen and (max-width: 760px) {
  .gallery-cell--1slide {
    background: url(/static/img/slider/amt3_s.jpg);
    background-position: center center;
  }
}

@media screen and (max-width: 580px) {
  .gallery-cell--1slide {
    background: url(/static/img/slider/amt3_t.jpg);
    background-position: center center;
  }
}

/* 2 slide */
.gallery-cell--2slide {
  background: url(/static/img/slider/amz_b.jpg);
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 1670px) {
  .gallery-cell--2slide {
    background: url(/static/img/slider/amz_m.jpg);
    background-position: center center;
  }
}

@media screen and (max-width: 760px) {
  .gallery-cell--2slide {
    background: url(/static/img/slider/amz_s.jpg);
    background-position: center center;
  }
}

@media screen and (max-width: 580px) {
  .gallery-cell--2slide {
    background: url(/static/img/slider/amz_t.jpg);
    background-position: center center;
  }
}

/* 3 slide */
.gallery-cell--3slide {
  background: url(/static/img/slider/vme600_b.jpg);
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 1670px) {
  .gallery-cell--3slide {
    background: url(/static/img/slider/vme600_m.jpg);
    background-position: center center;
  }
}

@media screen and (max-width: 760px) {
  .gallery-cell--3slide {
    background: url(/static/img/slider/vme600_s.jpg);
    background-position: center center;
  }
}

@media screen and (max-width: 580px) {
  .gallery-cell--3slide {
    background: url(/static/img/slider/vme600_t.jpg);
    background-position: center center;
  }
}

/* 4 slide */
.gallery-cell--4slide {
  background: url(/static/img/slider/pesf_b.jpg);
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 1670px) {
  .gallery-cell--4slide {
    background: url(/static/img/slider/pesf_m.jpg);
    background-position: center center;
  }
}

@media screen and (max-width: 760px) {
  .gallery-cell--4slide {
    background: url(/static/img/slider/pesf_s.jpg);
    background-position: center center;
  }
}

@media screen and (max-width: 580px) {
  .gallery-cell--4slide {
    background: url(/static/img/slider/pesf_t.jpg);
    background-position: center center;
  }
}

/* 5 slide */
.gallery-cell--5slide {
  background: url(/static/img/slider/vesf_b.jpg);
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 1670px) {
  .gallery-cell--5slide {
    background: url(/static/img/slider/vesf_m.jpg);
    background-position: center center;
  }
}

@media screen and (max-width: 760px) {
  .gallery-cell--5slide {
    background: url(/static/img/slider/vesf_s.jpg);
    background-position: center center;
  }
}

@media screen and (max-width: 580px) {
  .gallery-cell--5slide {
    background: url(/static/img/slider/vesf_t.jpg);
    background-position: center center;
  }
}

/* 6 slide */
.gallery-cell--6slide {
  background: url(/static/img/slider/vepolar_b.jpg);
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 1670px) {
  .gallery-cell--6slide {
    background: url(/static/img/slider/vepolar_m.jpg);
    background-position: center center;
  }
}

@media screen and (max-width: 760px) {
  .gallery-cell--6slide {
    background: url(/static/img/slider/vepolar_s.jpg);
    background-position: center center;
  }
}

@media screen and (max-width: 580px) {
  .gallery-cell--6slide {
    background: url(/static/img/slider/vepolar_t.jpg);
    background-position: center center;
  }
}

/* 7 slide */
.gallery-cell--7slide {
  background: url(/static/img/slider/paint_b.jpg);
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 1670px) {
  .gallery-cell--7slide {
    background: url(/static/img/slider/paint_m.jpg);
    background-position: center center;
  }
}

@media screen and (max-width: 760px) {
  .gallery-cell--7slide {
    background: url(/static/img/slider/paint_s.jpg);
    background-position: center center;
  }
}

@media screen and (max-width: 580px) {
  .gallery-cell--7slide {
    background: url(/static/img/slider/paint_t.jpg);
    background-position: center center;
  }
}

/* 8 slide */
.gallery-cell--8slide {
  background: url(/static/img/slider/etanco_b.jpg);
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 1670px) {
  .gallery-cell--8slide {
    background: url(/static/img/slider/etanco_m.jpg);
    background-position: center center;
  }
}

@media screen and (max-width: 760px) {
  .gallery-cell--8slide {
    background: url(/static/img/slider/etanco_s.jpg);
    background-position: center center;
  }
}

@media screen and (max-width: 580px) {
  .gallery-cell--8slide {
    background: url(/static/img/slider/etanco_t.jpg);
    background-position: center center;
  }
}

/* 9 slide */
.gallery-cell--9slide {
  background: url(/static/img/slider/dbor_b.jpg);
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 1670px) {
  .gallery-cell--9slide {
    background: url(/static/img/slider/dbor_m.jpg);
    background-position: center center;
  }
}

@media screen and (max-width: 760px) {
  .gallery-cell--9slide {
    background: url(/static/img/slider/dbor_s.jpg);
    background-position: center center;
  }
}

@media screen and (max-width: 580px) {
  .gallery-cell--9slide {
    background: url(/static/img/slider/dbor_t.jpg);
    background-position: center center;
  }
}

/* 10 slide */
.gallery-cell--10slide {
  background: url(/static/img/slider/ny2024_b.jpg);
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 1670px) {
  .gallery-cell--10slide {
    background: url(/static/img/slider/ny2024_m.jpg);
    background-position: center center;
  }
}

@media screen and (max-width: 760px) {
  .gallery-cell--10slide {
    background: url(/static/img/slider/ny2024_s.jpg);
    background-position: center center;
  }
}

@media screen and (max-width: 580px) {
  .gallery-cell--10slide {
    background: url(/static/img/slider/ny2024_t.jpg);
    background-position: center center;
  }
}

/* 11 slide */
.gallery-cell--11slide {
  background: url(/static/img/slider/glue-calc_b.jpg);
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 1670px) {
  .gallery-cell--11slide {
    background: url(/static/img/slider/glue-calc_m.jpg);
    background-position: center center;
  }
}

@media screen and (max-width: 760px) {
  .gallery-cell--11slide {
    background: url(/static/img/slider/glue-calc_s.jpg);
    background-position: center center;
  }
}

@media screen and (max-width: 580px) {
  .gallery-cell--11slide {
    background: url(/static/img/slider/glue-calc_t.jpg);
    background-position: center center;
  }
}

/* 12 slide */
.gallery-cell--12slide {
  background: url(/static/img/slider/sd12_b.jpg) center center/cover no-repeat;
}

@media screen and (max-width: 1670px) {
  .gallery-cell--12slide {
    background: url(/static/img/slider/sd12_m.jpg);
    background-position: center center;
  }
}

@media screen and (max-width: 760px) {
  .gallery-cell--12slide {
    background: url(/static/img/slider/sd12_s.jpg);
    background-position: center center;
  }
}

@media screen and (max-width: 580px) {
  .gallery-cell--12slide {
    background: url(/static/img/slider/sd12_t.jpg);
    background-position: center center;
  }
}


/* 13 slide */
.gallery-cell--13slide {
  background: url(/static/img/slider/mbk_b.jpg);
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 1670px) {
  .gallery-cell--13slide {
    background: url(/static/img/slider/mbk_m.jpg);
    background-position: center center;
  }
}

@media screen and (max-width: 760px) {
  .gallery-cell--13slide {
    background: url(/static/img/slider/mbk_s.jpg);
    background-position: center center;
  }
}

@media screen and (max-width: 580px) {
  .gallery-cell--13slide {
    background: url(/static/img/slider/mbk_t.jpg);
    background-position: center center;
  }
}

/* 14 slide */
.gallery-cell--14slide {
  background: url(/static/img/slider/vmeplus_b.jpg);
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 1670px) {
  .gallery-cell--14slide {
    background: url(/static/img/slider/vmeplus_m.jpg);
    background-position: center center;
  }
}

@media screen and (max-width: 760px) {
  .gallery-cell--14slide {
    background: url(/static/img/slider/vmeplus_s.jpg);
    background-position: center center;
  }
}

@media screen and (max-width: 580px) {
  .gallery-cell--14slide {
    background: url(/static/img/slider/vmeplus_t.jpg);
    background-position: center center;
  }
}

/* 15 slide */
.gallery-cell--15slide {
  background: url(/static/img/slider/m1-b.jpg);
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 1670px) {
  .gallery-cell--15slide {
    background: url(/static/img/slider/m1_m.jpg);
    background-position: center center;
  }
}

@media screen and (max-width: 760px) {
  .gallery-cell--15slide {
    background: url(/static/img/slider/m1_s.jpg);
    background-position: center center;
  }
}

@media screen and (max-width: 580px) {
  .gallery-cell--15slide {
    background: url(/static/img/slider/m1_t.jpg);
    background-position: center center;
  }
}

/* 16 slide */
.gallery-cell--16slide {
  background: url(/static/img/slider/vrivets_b.jpg);
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 1670px) {
  .gallery-cell--16slide {
    background: url(/static/img/slider/vrivets_m.jpg);
    background-position: center center;
  }
}

@media screen and (max-width: 760px) {
  .gallery-cell--16slide {
    background: url(/static/img/slider/vrivets_s.jpg);
    background-position: center center;
  }
}

@media screen and (max-width: 580px) {
  .gallery-cell--16slide {
    background: url(/static/img/slider/vrivets_t.jpg);
    background-position: center center;
  }
}

/* 17 slide */
.gallery-cell--17slide {
  background: url(/static/img/slider/rrivets_b.jpg);
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 1670px) {
  .gallery-cell--17slide {
    background: url(/static/img/slider/rrivets_m.jpg);
    background-position: center center;
  }
}

@media screen and (max-width: 760px) {
  .gallery-cell--17slide {
    background: url(/static/img/slider/rrivets_s.jpg);
    background-position: center center;
  }
}

@media screen and (max-width: 580px) {
  .gallery-cell--17slide {
    background: url(/static/img/slider/rrivets_t.jpg);
    background-position: center center;
  }
}

/* 18 slide */
.gallery-cell--18slide {
  background: url(/static/img/slider/complect_b.jpg);
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 1670px) {
  .gallery-cell--18slide {
    background: url(/static/img/slider/complect_m.jpg);
    background-position: center center;
  }
}

@media screen and (max-width: 760px) {
  .gallery-cell--18slide {
    background: url(/static/img/slider/complect_s.jpg);
    background-position: center center;
  }
}

@media screen and (max-width: 580px) {
  .gallery-cell--18slide {
    background: url(/static/img/slider/complect_t.jpg);
    background-position: center center;
  }
}

/* 19 slide */
.gallery-cell--19slide {
  background: url(/static/img/slider/holdex25_b.jpg);
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 1670px) {
  .gallery-cell--19slide {
    background: url(/static/img/slider/holdex25_m.jpg);
    background-position: center center;
  }
}

@media screen and (max-width: 760px) {
  .gallery-cell--19slide {
    background: url(/static/img/slider/holdex25_s.jpg);
    background-position: center center;
  }
}

@media screen and (max-width: 580px) {
  .gallery-cell--19slide {
    background: url(/static/img/slider/holdex25_t.jpg);
    background-position: center center;
  }
}

/* 20 slide */
.gallery-cell--20slide {
  background: url(/static/img/slider/burysverla_b.jpg);
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 1670px) {
  .gallery-cell--20slide {
    background: url(/static/img/slider/burysverla_m.jpg);
    background-position: center center;
  }
}

@media screen and (max-width: 760px) {
  .gallery-cell--20slide {
    background: url(/static/img/slider/burysverla_s.jpg);
    background-position: center center;
  }
}

@media screen and (max-width: 580px) {
  .gallery-cell--20slide {
    background: url(/static/img/slider/burysverla_t.jpg);
    background-position: center center;
  }
}



/* Slides END */

.gallery-cell__img-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 90%;
  max-height: 100%;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}


@media screen and (max-width:1730px) {
  .gallery-cell__img-wrapper {
    right: -80px;
  }
}

@media screen and (max-width:1580px) {
  .gallery-cell__img-wrapper {
    right: -180px;
  }
}

@media screen and (max-width:1390px) {
  .gallery-cell__img-wrapper {
    right: -260px;
    width: 100%;
  }
}

@media screen and (max-width:1320px) {
  .gallery-cell__img-wrapper {
    right: 0;
  }
}

@media screen and (max-width:1190px) {
  .gallery-cell__img-wrapper {
    right: -100px;
  }
}

@media screen and (max-width:540px) {
  .gallery-cell__img-wrapper {
    position: relative;
    display: flex;
    justify-content: flex-end;
    top: 0;
    right: 0;
    height: 200px;
    width: 100%;
  }
}

@media screen and (max-width:426px) {
  .gallery-cell__img-wrapper {
    height: 142px;
  }
}

.gallery-cell__img {
  object-position: right center;
  height: 350px;
  right: 0;
}


@media screen and (max-width:1200px) {
  .gallery-cell__img {
    height: 300px;
  }
}

@media screen and (max-width:980px) {
  .gallery-cell__img {
    height: 240px;
  }
}

@media screen and (max-width:720px) {
  .gallery-cell__img {
    height: 200px;
  }
}

@media screen and (max-width:540px) {
  .gallery-cell__img {
    position: absolute;
    top: 0;
    right: 0;
    height: 240px;
    margin-top: -20px;
  }
}

@media screen and (max-width:474px) {
  .gallery-cell__img {
    object-fit: cover;
    height: 220px;
    width: 100%;
    margin-top: -20px;
  }
}

@media screen and (max-width:432px) {
  .gallery-cell__img {
    object-fit: cover;
    height: 180px;
    width: 100%;
    margin-top: -20px;
  }
}

@media screen and (max-width:350px) {
  .gallery-cell__img {
    object-fit: cover;
    height: 150px;
    width: 100%;
    margin-top: -10px;
  }
}

.gallery-cell__content {
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

.gallery-cell__content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  padding-left: 100px;
  max-width: 560px;
}

@media screen and (max-width:1470px) {
  .gallery-cell__content-wrapper {
    padding-left: 80px;
    max-width: 420px;
  }
}

@media screen and (max-width:940px) {
  .gallery-cell__content-wrapper {
    padding-left: 60px;
    max-width: 320px;
  }
}

@media screen and (max-width:800px) {
  .gallery-cell__content-wrapper {
    padding-left: 52px;
    max-width: 300px;
  }
}

@media screen and (max-width:650px) {
  .gallery-cell__content-wrapper {
    padding-left: 30px;
    max-width: 280px;
  }
}

@media screen and (max-width:540px) {
  .gallery-cell__content-wrapper {
    padding: 32px;
    max-width: 100%;
    width: 100%;
    height: 165px;
    background-color: #fff;
  }
}

@media screen and (max-width:426px) {
  .gallery-cell__content-wrapper {
    padding: 20px 20px 26px 20px;
  }
}

.gallery-cell__content-heading {
  font-size: 38px;
  line-height: 48px;
  font-weight: 600;
  margin-bottom: 24px;
  max-width: 690px;
  color: #373741;
  position: relative;
  z-index: 2;
}

@media screen and (max-width:1470px) {
  .gallery-cell__content-heading {
    font-size: 28px;
    line-height: 1.5em;
    margin-bottom: 16px;
  }
}

@media screen and (max-width:940px) {
  .gallery-cell__content-heading {
    font-size: 18px;
    margin-bottom: 8px;
  }
}

.gallery-cell__content-heading--big {
  font-size: 58px;
  line-height: 64px;
  font-weight: 600;
  margin-bottom: 42px;
  max-width: 690px;
  margin-right: 30px;
  margin-left: 30px;
  text-transform: uppercase;
  color: white;
  text-align: center;
  position: relative;
  z-index: 2;
}

.gallery-cell__content-heading--small {
  font-size: 48px;
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
  max-width: 80vw;
}

.gallery-cell__content-heading-thin {
  font-weight: 400;
}

.gallery-cell__cta-button--big {
  font-size: 32px;
  line-height: 64px;
  font-weight: 400;
  margin-bottom: 22px;
  max-width: 690px;
  margin-right: 30px;
  margin-left: 30px;
  text-transform: uppercase;
  color: white;
  text-align: center;
  position: relative;
  z-index: 2;
}

.gallery-cell__cta-button {
  font-size: 16px;
  text-align: center;
  color: #373741;
  letter-spacing: 1px;
  font-weight: 400;
  padding: 8px 16px;
  border: 2px solid #FE6D04;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  position: relative;
  z-index: 2;
  margin-top: 20px;
}


.gallery-cell__text {
  text-align: left;
  font-size: 18px;
  line-height: 1.5em;
  color: rgb(56, 56, 56);
  position: relative;
  z-index: 2;
}

@media screen and (max-width:1470px) {
  .gallery-cell__text {
    font-size: 16px;
  }
}

@media screen and (max-width:800px) {
  .gallery-cell__text {
    font-size: 14px;
    line-height: 1.4em;
  }
}

.gallery-cell__text--promo {
  display: block;
  font-size: 21px;
  line-height: 32px;
  color: #FE6D04;
  margin-bottom: 20px;
}

@media screen and (max-width: 1280px) {
  .gallery-cell__text--promo {
    font-size: 16px;
    line-height: 1.4em;
  }
}

@media screen and (max-width: 800px) {
  .gallery-cell__text--promo {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 640px) {
  .gallery-cell__text--promo {
    font-size: 14px;
    margin-bottom: 6px;
  }
}

.gallery-cell__content-button {
  padding: 18px 20px;
  font-size: 16px;
  color: #ffffff;
  background: var(--accent-color);
  border-radius: 10px;
  -webkit-transition: .22s ease-in-out;
  transition: .22s ease-in-out;
  letter-spacing: 0.07em;
  text-align: center;
  margin-bottom: 34px;
  text-transform: uppercase;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  position: relative;
  z-index: 2;
}

.gallery-cell__content-button:hover {
  background: var(--accent-dark-color);
}

.gallery-cell__bg-diagonal {
  position: absolute;
  top: 0;
  left: -180px;
  width: 800px;
  height: 101%;
  background: #ffffff;
  transform: skew(-26deg);
  -webkit-transform: skew(-26deg);
  -moz-transform: skew(-26deg);
  -ms-transform: skew(-26deg);
  -o-transform: skew(-26deg);
  -webkit-transform: skew(-26deg);
}

@media screen and (max-width: 1710px) {
  .gallery-cell__bg-diagonal {
    width: 780px;
  }
}

@media screen and (max-width: 1610px) {
  .gallery-cell__bg-diagonal {
    width: 740px;
  }
}

@media screen and (max-width: 1470px) {
  .gallery-cell__bg-diagonal {
    width: 680px;
  }
}

@media screen and (max-width: 1420px) {
  .gallery-cell__bg-diagonal {
    width: 660px;
  }
}

@media screen and (max-width: 1230px) {
  .gallery-cell__bg-diagonal {
    width: 640px;
  }
}

@media screen and (max-width: 930px) {
  .gallery-cell__bg-diagonal {
    width: 580px;
  }
}

@media screen and (max-width: 810px) {
  .gallery-cell__bg-diagonal {
    width: 540px;
  }
}

@media screen and (max-width: 760px) {
  .gallery-cell__bg-diagonal {
    width: 510px;
  }
}

@media screen and (max-width: 640px) {
  .gallery-cell__bg-diagonal {
    width: 470px;
  }
}

@media screen and (max-width: 560px) {
  .gallery-cell__bg-diagonal {
    width: 460px;
  }
}

@media screen and (max-width: 540px) {
  .gallery-cell__bg-diagonal {
    display: none;
  }
}



/*! Flickity v1.0.0
http://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  display: block;
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: hsla(0, 0%, 100%, 0.5);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
  background: hsla(0, 0%, 100%, 0.8);
}

.flickity-prev-next-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px rgb(255, 255, 255);
  box-shadow: 0 0 0 5px rgb(255, 255, 255);
}

.flickity-prev-next-button:active {
  filter: alpha(opacity=60);
  /* IE8 */
  opacity: 0.6;
}

.flickity-prev-next-button.previous {
  left: 20px;
}

.flickity-prev-next-button.next {
  right: 20px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 20px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 20px;
}


@media screen and (max-width:940px) {
  .flickity-prev-next-button {
    width: 34px;
    height: 34px;
    border-radius: 50%;
  }

  .flickity-prev-next-button.previous {
    display: none;
  }

  .flickity-prev-next-button.next {
    display: none;
  }

  /* right to left */
  .flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px;
  }


  .flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px;
  }
}

.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30);
  /* IE8 */
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 25%;
  top: 24%;
  width: 50%;
  height: 50%;
}

.flickity-prev-next-button .arrow {
  fill: #515155;
}

/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: 25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width:940px) {
  .flickity-page-dots {
    bottom: 16px;
  }
}

@media screen and (max-width:640px) {
  .flickity-page-dots {
    bottom: 12px;
  }
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 6px;
  background: rgb(233, 232, 232);
  border-radius: 50%;
  filter: alpha(opacity=45);
  /* IE8 */
  opacity: 0.45;
  cursor: pointer;
}

@media screen and (max-width:940px) {
  .flickity-page-dots .dot {
    width: 10px;
    height: 10px;
    margin: 0 4px;
  }
}

.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100);
  /* IE8 */
  opacity: 1;
}

/* 
.is-selected {
  scale: 1.5;
} */


@media screen and (max-width: 1470px) {
  .gallery-cell__cta-button {
    font-size: 16px;
    margin-bottom: 14px;
  }
}

@media screen and (max-width: 540px) {
  .gallery-cell__cta-button {
    display: none;
  }
}

@media screen and (max-width: 1000px) {

  .gallery-cell__content-heading--big {
    font-size: 36px;
    line-height: 46px;
    max-width: 80vw;
    text-align: center;
    margin-bottom: 20px;
  }

  .gallery-cell__content-heading--small {
    font-size: 30px;
    line-height: 42px;
  }

  .gallery-cell__cta-button--big {
    font-size: 26px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 10px;
  }
}


/* Update the background handling for all slides */
[class*="gallery-cell--"] {
  background-size: cover !important;
  background-position: center center !important;
}

@media screen and (max-width: 1200px) {
  [class*="gallery-cell--"] {
    height: 300px;
  }
}

@media screen and (max-width: 980px) {
  [class*="gallery-cell--"] {
    height: 240px;
  }
}

/* Hero section CTA */

.hero-section__cta {
  display: flex;
  flex-direction: column;
  position: relative;
  min-width: 320px;
  width: 320px;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 52px;
  margin-left: 32px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  box-sizing: border-box;
}

.hero-section__cta:hover {
  -webkit-box-shadow: 4px 4px 10px rgba(47, 48, 53, 0.08);
  box-shadow: 4px 4px 10px rgba(47, 48, 53, 0.08);
}

@media screen and (max-width: 1320px) {
  .hero-section__cta {
    display: none;
  }
}

.hero-section__cta-heading {
  font-weight: bold;
  font-size: 24px;
  line-height: 130%;
  color: #42424A;
  margin-bottom: 20px;
}

.hero-section__cta-text {
  font-size: 18px;
  line-height: 140%;
  color: #42424A;
  margin-bottom: 32px;
}

.hero-section__cta-decoration {
  position: absolute;
  top: -20px;
  right: -20px;
}

.hero-section__cta-decoration-img {
  height: 180px;
}

/* hero Buttons */

.hero-section__buttons {
  display: flex;
  margin-top: 32px;
}

@media screen and (max-width: 780px) {
  .hero-section__buttons {
    margin-top: 20px;
  }
}

.hero-section__buttons-wrapper {
  display: flex;
  width: 100%;
}

@media screen and (max-width: 580px) {
  .hero-section__buttons-wrapper {
    flex-direction: column;
  }
}

.hero-section__action-button {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 20px;
  height: 100px;
  width: calc(50% - 16px);
  padding: 16px 28px;
  cursor: pointer;
}

.hero-section__action-button:hover {
  -webkit-box-shadow: 4px 4px 10px rgba(47, 48, 53, 0.08);
  box-shadow: 4px 4px 10px rgba(47, 48, 53, 0.08);
}


@media screen and (max-width: 780px) {
  .hero-section__action-button {
    width: calc(50% - 10px);
    padding: 16px;
    height: 80px;
  }
}

@media screen and (max-width: 580px) {
  .hero-section__action-button {
    width: 100%;
  }
}

.hero-section__action-button:first-child {
  margin-right: 32px;
}

@media screen and (max-width: 780px) {
  .hero-section__action-button:first-child {
    margin-right: 20px;
  }
}

@media screen and (max-width: 580px) {
  .hero-section__action-button:first-child {
    margin-right: 0;
    margin-bottom: 16px;
  }
}

.hero-section__action-button-img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--accent-color);
  border-radius: 100px;
  height: 70px;
  min-height: 70px;
  width: 70px;
  min-width: 70px;
}

@media screen and (max-width: 1220px) {
  .hero-section__action-button-img-wrapper {
    height: 50px;
    min-height: 50px;
    width: 50px;
    min-width: 50px;
  }
}

@media screen and (max-width: 644px) {
  .hero-section__action-button-img-wrapper {
    height: 40px;
    min-height: 40px;
    width: 40px;
    min-width: 40px;
  }
}

.hero-section__action-button-img {
  height: 36px;
}

@media screen and (max-width: 1220px) {
  .hero-section__action-button-img {
    height: 24px;
  }
}

@media screen and (max-width: 644px) {
  .hero-section__action-button-img {
    height: 20px;
  }
}

.hero-section__action-button-text {
  font-size: 18px;
  font-weight: 600;
  margin-left: 20px;
}

@media screen and (max-width: 1220px) {
  .hero-section__action-button-text {
    font-size: 16px;
    margin-left: 12px;
  }
}

@media screen and (max-width: 644px) {
  .hero-section__action-button-text {
    font-size: 14px;
    margin-left: 10px;
  }
}

.hero-section__sale-banner-wrapper {
  display: flex;
  height: 100px;
  min-width: 320px;
  width: 320px;
  margin-left: 32px;
  border-radius: 20px;
  overflow: hidden;
  box-sizing: border-box;
}

.hero-section__sale-banner {
  display: flex;
  width: 100%;
}

.hero-section__sale-banner-wrapper--mobile {
  display: none;
}

@media screen and (max-width: 1115px) {
  .hero-section__sale-banner-wrapper {
    display: none;
  }
  .hero-section__sale-banner-wrapper--mobile  {
    display: flex;
    width: 100%;
    margin-top: 32px;
  }
  
  @media screen and (max-width:780px) {
    .hero-section__sale-banner-wrapper--mobile  {
      margin-top: 20px;
    }
  }
  
  .hero-section__sale-banner {
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
  }
  
  @media screen and (max-width: 440px) {
    .hero-section__sale-banner {
      border-radius: 10px;
    }
  }
  
  .hero-section__banner-img-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    max-width: 100%;
  }
  
  .hero-section__banner-img {
    max-width: 100%;
  }
  
  @media screen and (max-width: 1450px) {
    .hero-section__banner-img {
      max-width: none;
      height: 80px;
    }
  }
  
  @media screen and (max-width: 600px) {
    .hero-section__banner-img {
      max-width: none;
      height: 60px;
    }
  }
  
  @media screen and (max-width: 440px) {
    .hero-section__banner-img {
      max-width: none;
      height: 40px;
    }
  }
}




/* Hero categories */

.hero-categories {
  margin-top: 60px;
}

@media screen and (max-width: 600px) {
  .hero-categories {
    margin-top: 40px;
  }
}

@media screen and (max-width: 426px) {
  .hero-categories {
    margin-top: 28px;
  }
}

.categories__wrapper {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(395px, 1fr));
  grid-row-gap: 32px;
  grid-column-gap: 32px;
}

@media screen and (max-width: 1800px) {
  .categories__wrapper {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  }
}

@media screen and (max-width: 1180px) {
  .categories__wrapper {
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    grid-row-gap: 24px;
    grid-column-gap: 24px;
  }
}

@media screen and (max-width: 690px) {
  .categories__wrapper {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    grid-row-gap: 18px;
    grid-column-gap: 18px;
  }
}

@media screen and (max-width: 580px) {
  .categories__wrapper {
    grid-template-columns: repeat(auto-fill, minmax(46%, 1fr));
    grid-row-gap: 12px;
    grid-column-gap: 12px;
  }
}

@media screen and (max-width: 400px) {
  .categories__wrapper {
    grid-template-columns: repeat(auto-fill, minmax(46%, 1fr));
    grid-row-gap: 6px;
    grid-column-gap: 6px;
  }
}

.hero-categories__category {
  display: flex;
  justify-content: space-between;
  min-height: 190px;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.hero-categories__category:hover .hero-categories__category-img {
  transform: scale(1.1);
}

@media screen and (max-width: 1180px) {
  .hero-categories__category {
    min-height: 160px;
  }
}

@media screen and (max-width: 720px) {
  .hero-categories__category {
    min-height: 140px;
  }
}

@media screen and (max-width: 400px) {
  .hero-categories__category {
    min-height: 110px;
  }
}

/* Styles for index page */
.categories__wrapper--index-page .hero-categories__category:nth-last-child(1) {
  display: none;
}

.categories__wrapper--index-page .hero-categories__category:nth-last-child(2) {
  display: none;
}

@media screen and (max-width: 1495px) {
  .categories__wrapper--index-page .hero-categories__category:nth-last-child(1) {
    display: flex;
  }

  .categories__wrapper--index-page .hero-categories__category:nth-last-child(2) {
    display: flex;
  }
}

.hero-categories__category:hover {
  -webkit-box-shadow: 4px 4px 10px rgba(47, 48, 53, 0.08);
  box-shadow: 4px 4px 10px rgba(47, 48, 53, 0.08);
}

/* Category marker -- line */
/* .hero-categories__category-marker {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 8px;
  background-color: #f49331;
} */

/* Category marker -- square */
/* .hero-categories__category-marker {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #f49331;
  border-radius: 0 0 10px 0;
  -webkit-border-radius: 0 0 10px 0;
  -moz-border-radius: 0 0 10px 0;
  -ms-border-radius: 0 0 10px 0;
  -o-border-radius: 0 0 10px 0;
} */

.hero-categories__category-img-wrapper {
  display: flex;
  align-items: flex-end;
  padding-right: 38px;
  z-index: 5;
}

@media screen and (max-width: 1550px) {
  .hero-categories__category-img-wrapper {
    padding-right: 28px;
  }
}

@media screen and (max-width: 550px) {
  .hero-categories__category-img-wrapper {
    padding-right: 18px;
  }
}

.hero-categories__category-img {
  max-height: 70%;
  max-width: 100%;
  transition: all .2s ease-in-out; 
}

.hero-categories__category-info-wrapper {
  margin: 40px 0 40px 40px;
  width: 100%;
  max-width: 160px;
  z-index: 10;
}

.filter-pages-hub__group-head {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 16px;
}

.filter-pages-hub__group-preview-link,
.filter-pages-hub__group-title-link {
  text-decoration: none;
  color: inherit;
}

.filter-pages-hub__group-preview {
  width: 84px;
  height: 84px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 14px 14px 0;
  background: #fff;
  border-radius: 20px;
  flex-shrink: 0;
  overflow: hidden;
}

.filter-pages-hub__group-preview-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center bottom;
}

.filter-pages-hub__group-title-link:hover {
  color: var(--accent-color);
}

.filter-pages-hub__card:hover .hero-categories__category-heading {
  color: var(--accent-color);
}

@media screen and (max-width: 767px) {
  .filter-pages-hub__group-head {
    gap: 14px;
  }

  .filter-pages-hub__group-preview {
    width: 70px;
    height: 70px;
    border-radius: 18px;
    padding: 12px 12px 0;
  }
}

@media screen and (max-width: 1550px) {
  .hero-categories__category-info-wrapper {
    margin: 32px 0 32px 32px;
  }
}

@media screen and (max-width: 720px) {
  .hero-categories__category-info-wrapper {
    margin: 20px 0 20px 20px;
    max-width: 50%;
  }
}

@media screen and (max-width: 340px) {
  .hero-categories__category-info-wrapper {
    margin: 12px 0 12px 12px;
    max-width: 45%;
  }
}

.hero-categories__category-heading {
  font-weight: bold;
  font-size: 21px;
  line-height: 1.4;
  color: #373741;
  margin-bottom: 16px;
}

@media screen and (max-width: 720px) {
  .hero-categories__category-heading {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 450px) {
  .hero-categories__category-heading {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 400px) {
  .hero-categories__category-heading {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 8px;
    min-width: 124px;
    word-wrap: break-word;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
  }
}

.hero-categories__category-amount {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.4;
  color: #777575;
}

@media screen and (max-width: 450px) {
  .hero-categories__category-amount {
    font-size: 14px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 600px) {
  .hero-categories__category-amount {
    display: none;
  }
}


/* Engineering promo */

.engineering-promo {
  margin-top: 80px;
}

.engineering-promo__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.engineering-promo__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
}

@media screen and (max-width: 880px) {
  .engineering-promo__content {
    width: 100%;
  }
}


.engineering-promo__tag {
  font-size: 21px;
  line-height: 32px;
  color: #FE6D04;
  margin-bottom: 20px;
}

@media screen and (max-width: 1280px) {
  .engineering-promo__tag {
    font-size: 18px;
    line-height: 1.4em;
    margin-bottom: 14px;
  }
}

.engineering-promo__heading {
  font-weight: bold;
  font-size: 56px;
  line-height: 72px;
  color: #373741;
  margin-bottom: 26px;
  max-width: 500px;
}

@media screen and (max-width: 1280px) {
  .engineering-promo__heading {
    font-size: 42px;
    line-height: 1.4em;
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 880px) {
  .engineering-promo__heading {
    max-width: 100%;
  }
}

@media screen and (max-width: 580px) {
  .engineering-promo__heading {
    font-size: 28px;
    margin-bottom: 12px;
  }
}

.engineering-promo__text {
  font-size: 18px;
  line-height: 27px;
  color: #373741;
  margin-bottom: 60px;
  max-width: 500px;
}

@media screen and (max-width: 1280px) {
  .engineering-promo__text {
    font-size: 16px;
    line-height: 1.4em;
    margin-bottom: 40px;
    max-width: 460px;
  }
}

@media screen and (max-width: 880px) {
  .engineering-promo__text {
    font-size: 16px;
    line-height: 1.4em;
    max-width: 100%;
  }
}

@media screen and (max-width: 440px) {
  .engineering-promo__text {
    margin-bottom: 24px;
  }
}

.engineering-promo__bullets {
  display: flex;
  margin-bottom: 60px;
}

@media screen and (max-width: 440px) {
  .engineering-promo__bullets {
    flex-direction: column;
    margin-bottom: 40px;
  }
}

/* @media screen and (max-width: 1280px) {
  .engineering-promo__text {
    font-size: 16px;
    line-height: 1.4em;
    margin-bottom: 40px;
    max-width: 460px;
  }
} */

.engineering-promo__bullets-item {
  padding-top: 10px;
  padding-left: 34px;
  padding-right: 34px;
  padding-bottom: 10px;
  border-right: 1px solid #E0DEE3;
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  color: #373741;
  cursor: pointer;
}

.engineering-promo__bullets-item:hover {
  color: var(--accent-color);
}

.engineering-promo__bullets-item:first-child {
  padding-left: 0;
}

.engineering-promo__bullets-item:last-child {
  padding-right: 0;
  border-right: 1px solid transparent;
}

@media screen and (max-width: 1280px) {
  .engineering-promo__bullets-item {
    padding-top: 10px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 1.5em;
  }
}

@media screen and (max-width: 440px) {
  .engineering-promo__bullets-item {
    padding-top: 18px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 18px;
    border-right: none;
    border-bottom: 1px solid #E0DEE3;
    font-size: 16px;
    line-height: 1.4;
  }
}

.cta-elements {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1060px) {
  .cta-elements {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 880px) {
  .cta-elements {
    flex-direction: row;
    align-items: center;
  }
}

@media screen and (max-width: 520px) {
  .cta-elements {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 520px) {
  .banner-sketch-wrapper .cta-elements {
    flex-direction: row;
    align-items: center;
  }
}

.title-elements__link--near-button {
  margin-left: 50px;
}

@media screen and (max-width: 1060px) {
  .title-elements__link--near-button {
    margin-left: 0;
    margin-top: 32px;
  }
}

@media screen and (max-width: 880px) {
  .title-elements__link--near-button {
    margin-left: 50px;
    margin-top: 0;
  }
}

@media screen and (max-width: 520px) {
  .title-elements__link--near-button {
    margin-left: 0;
    margin-top: 20px;
  }
}

.cta-elements__note {
  color: #ffffff;
  margin-left: 32px;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}

@media screen and (max-width: 1060px) {
  .cta-elements__note {
    margin-left: 0;
    margin-top: 20px;
    font-size: 14px;
  }
}

@media screen and (max-width: 880px) {
  .cta-elements__note {
    margin-left: 20px;
    margin-top: 0;
  }
}

@media screen and (max-width: 520px) {
  .title-elements__link--near-button {
    margin-left: 0;
    margin-top: 20px;
  }
}

.engineering-promo__images {
  display: flex;
  width: 50%;
  height: 740px;
  position: relative;
}

@media screen and (max-width: 1470px) {
  .engineering-promo__images {
    width: 40%;
    height: 540px;
  }
}

@media screen and (max-width: 1050px) {
  .engineering-promo__images {
    width: 30%;
    height: 340px;
  }
}

.engineering-promo__img {
  position: absolute;
}

@media screen and (max-width: 1470px) {
  .engineering-promo__img {
    height: 400px;
  }
}

@media screen and (max-width: 1050px) {
  .engineering-promo__img {
    height: 200px;
  }
}

.engineering-promo__img--dots {
  bottom: 0;
  left: 116px;
}

@media screen and (max-width: 1470px) {
  .engineering-promo__img--dots {
    height: 200px;
    left: 116px;
  }
}

@media screen and (max-width: 1050px) {
  .engineering-promo__img--dots {
    height: 100px;
  }
}

.engineering-promo__img--rectangle {
  top: 0;
  right: 0;
}

.engineering-promo__img--test {
  top: 44px;
  right: 44px;
}

@media screen and (max-width: 1050px) {
  .engineering-promo__img--test {
    height: 240px;
  }
}


.engineering-promo__inner-img {
  max-width: 100%;
  max-height: 100%;
}


@media screen and (max-width: 880px) {
  .engineering-promo {
    margin-top: 40px;
  }

  .engineering-promo__wrapper {
    flex-direction: column;
  }

  .engineering-promo__content {
    order: 2;
    width: 100%;
  }

  .engineering-promo__images {
    order: 1;
    width: 100%;
    justify-content: center;
    height: 400px;
    margin-bottom: 40px;
  }

  .engineering-promo__img--rectangle {
    left: 50%;
  }

  .engineering-promo__img--test {
    right: 30%;
    height: 280px;
  }

  .engineering-promo__img--dots {
    height: 100px;
    left: auto;
    left: 30%;
  }
}

/* Partners section */

.partners-section {
  padding: 60px 0;
  background-color: #fff;
}

.partners-section__wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}

@media screen and (max-width:1240px) {
  .partners-section__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}

.partners-section__heading {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  width: 700px;
}

@media screen and (max-width:1440px) {
  .partners-section__heading {
    width: auto;
  }
}

@media screen and (max-width:1240px) {
  .partners-section__heading {
    margin-bottom: 36px;
  }
}

@media screen and (max-width:940px) {
  .partners-section__heading {
    font-size: 21px;
  }
}

@media screen and (max-width:440px) {
  .partners-section__heading {
    font-size: 21px;
    text-align: center;
  }
}

.partners-section__items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

@media screen and (max-width:880px) {
  .partners-section__items {
    flex-wrap: wrap;
  }
}

.partners-section__item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 52px;
}

@media screen and (max-width:1780px) {
  .partners-section__item-wrapper {
    height: 46px;
  }
}

@media screen and (max-width:1600px) {
  .partners-section__item-wrapper {
    height: 36px;
  }
}

@media screen and (max-width:880px) {
  .partners-section__item-wrapper {
    width: 30%;
    margin-bottom: 24px;
  }
}

@media screen and (max-width:560px) {
  .partners-section__item-wrapper {
    height: 34px;
  }
}

@media screen and (max-width:418px) {
  .partners-section__item-wrapper {
    width: 46%;
  }
}

.partners-section__item-img-wrapper {
  height: 100%;
}

.partners-section__item-img {
  height: 100%;
}



/* Index page CTA section */

.index-cta-section {
  background-color: #fff;
  padding: 100px 0 80px 0;
  margin-top: 1px;
}

@media screen and (max-width: 1200px) {
  .index-cta-section {
    padding: 60px 0 80px 0;
  }
}

@media screen and (max-width: 600px) {
  .index-cta-section {
    padding: 40px 0 60px 0;
  }
}

.index-cta-section__wrapper {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1200px) {
  .index-cta-section__wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}

.index-cta-section__icons {
  width: 49%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}

@media screen and (max-width: 1200px) {
  .index-cta-section__icons {
    width: 100%;
  }
}

.index-cta-section__icon {
  max-width: 285px;
}

.index-cta-section__icon {
  margin-right: 100px;
  margin-bottom: 80px;
}

@media screen and (max-width: 1800px) {
  .index-cta-section__icon {
    margin-right: 60px;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 1640px) {
  .index-cta-section__icon {
    margin-right: 40px;
    margin-bottom: 40px;
    max-width: 40%;
  }
}

@media screen and (max-width: 1200px) {
  .index-cta-section__icon {
    margin-bottom: 60px;
    max-width: 45%;
  }
}

@media screen and (max-width: 920px) {
  .index-cta-section__icon {
    margin-bottom: 40px;
    margin-right: 32px;
  }
}

@media screen and (max-width: 700px) {
  .index-cta-section__icon:nth-child(even) {
    margin-bottom: 32px;
    margin-right: 0;
  }
  .index-cta-section__icon:last-child {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 420px) {
  .index-cta-section__icon {
    max-width: 90%;
  }
}

.index-cta-section__form-wrapper {
  width: 49%;
  position: relative;
}

@media screen and (max-width: 960px) {
  .index-cta-section__form-wrapper {
    width: 60%;
  }
}

@media screen and (max-width: 800px) {
  .index-cta-section__form-wrapper {
    width: 80%;
  }
}

@media screen and (max-width: 540px) {
  .index-cta-section__form-wrapper {
    width: 100%;
  }
}

.index-cta-section__form-wrapper--anchor {
  position: absolute;
  top: -100px;
}

.vertical-devider {
  width: 1px;
  background-color: #E0DEE3;
  margin: 0 120px 0 20px;
}

@media screen and (max-width: 1640px) {
  .vertical-devider {
    margin: 0 80px 0 20px;
  }
}

@media screen and (max-width: 1200px) {
  .vertical-devider {
    margin: 60px 0;
    width: 100%;
    height: 1px;
  }
}

@media screen and (max-width: 500px) {
  .vertical-devider {
    margin: 24px 0;
  }
}

.index-cta-section__icon-img-wrapper {
  height: 74px;
  width: 74px;
  display: flex;
  align-items: center;
  margin-bottom: 34px;
}

@media screen and (max-width: 1640px) {
  .index-cta-section__icon-img-wrapper {
    height: 60px;
    width: 60px;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 960px) {
  .index-cta-section__icon-img-wrapper {
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 440px) {
  .index-cta-section__icon-img-wrapper {
    height: 52px;
    width: 52px;
    margin-bottom: 10px;
  }
}

.index-cta-section__icon-img {
  max-height: 100%;
  max-width: 100%;
}

.index-cta-section__heading {
  font-weight: bold;
  font-size: 24px;
  line-height: 162.69%;
  color: #373741;
  margin-bottom: 12px;
}

@media screen and (max-width: 1800px) {
  .index-cta-section__heading {
    font-size: 21px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 720px) {
  .index-cta-section__heading {
    font-size: 18px;
  }
}

.index-cta-section__text {
  font-size: 18px;
  line-height: 162.69%;
  color: #373741;
}

@media screen and (max-width: 1800px) {
  .index-cta-section__text {
    font-size: 16px;
    line-height: 1.4;
    max-width: 90%;
  }
}

@media screen and (max-width: 720px) {
  .index-cta-section__text {
    font-size: 14px;
  }
}

.index-cta-section__form-heading {
  font-weight: bold;
  font-size: 34px;
  line-height: 1.2;
  color: #373741;
  margin-top: 20px;
  margin-bottom: 40px;
}

@media screen and (max-width: 720px) {
  .index-cta-section__form-heading {
    font-size: 28px;
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}


/* Engineering */

.engineering {
  margin-top: 60px;
}

@media screen and (max-width: 560px) {
  .engineering {
    margin-top: 40px;
  }
}

.engineering__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

@media screen and (max-width: 950px) {
  .engineering__wrapper {
    padding: 0;
  }
}

.engineering__heading {
  font-size: 42px;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 950px) {
  .engineering__heading {
    font-size: 36px;
  }
}

.engineering__h1 {
  width: 100%;
  text-align: left;
  margin-top: 10px;
}

@media screen and (max-width: 580px) {
  .engineering__heading {
    font-size: 28px;
  }
}

.engineering__subheading {
  text-align: center;
  width: 670px;
  max-width: 80vw;
  margin-top: 32px;
  line-height: 26px;
}

@media screen and (max-width: 950px) {
  .engineering__subheading {
    margin-top: 24px;
  }
}

@media screen and (max-width: 950px) {
  .engineering__subheading {
    margin-top: 24px;
  }
}

.engineering__header-cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
}

@media screen and (max-width: 950px) {
  .engineering__header-cards {
    margin-top: 24px;
  }
}

.engineering__header-card {
  display: flex;
  align-items: center;
  padding: 32px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  margin: 20px 20px;
  transition: box-shadow 0.2s ease;
  -webkit-transition: box-shadow 0.2s ease;
  -moz-transition: box-shadow 0.2s ease;
  -ms-transition: box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
}

@media screen and (max-width: 950px) {
  .engineering__header-card {
    padding: 24px;
    margin: 14px 14px;
  }
}

@media screen and (max-width: 580px) {
  .engineering__header-card {
    padding: 16px;
    margin: 12px 12px;
  }
}

.engineering__header-card:hover {
  -webkit-box-shadow: 4px 4px 10px rgba(47, 48, 53, 0.08);
  box-shadow: 4px 4px 10px rgba(47, 48, 53, 0.08);
}

.engineering__header-card-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  height: 70px;
  width: 70px;
  background-color: #007ac3;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

@media screen and (max-width: 950px) {
  .engineering__header-card-icon {
    padding: 12px;
    height: 54px;
    width: 54px;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
  }
}

@media screen and (max-width: 580px) {
  .engineering__header-card-icon {
    padding: 8px;
    height: 40px;
    width: 40px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
}

.engineering__header-card-icon--2 {
  background-color: #74b94e;
}

.engineering__header-card-icon--3 {
  background-color: #ea505a;
}

.engineering__header-card-text {
  font-weight: 600;
  font-size: 18px;
  margin-left: 20px;
}

@media screen and (max-width: 950px) {
  .engineering__header-card-text {
    font-size: 16px;
    margin-left: 18px;
  }
}


.engineering__content {
  width: 45%;
  line-height: 1.4;
}

.engineering__text {
  width: 100%;
  font-size: 16px;
  margin-top: 40px;
  margin-bottom: 24px;
}

.engineering__text--mt20 {
  margin-top: 20px;
}

.engineering__contacts-item {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #cccccc;
}

.engineering__contacts-item-heading {
  font-weight: 600;
  margin-bottom: 12px;
}

.engineering__contacts-item-text {
  width: 100%;
  font-size: 16px;
}

.engineering__contacts-item-text a {
  font-weight: 600;
}

.engineering__cards {
  width: 50%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  grid-row-gap: 32px;
  grid-column-gap: 32px;
  margin-top: 24px;
}

.engineering__cards--fullwidth {
  width: 100%;
}

.engineering__cards--big-cards {
  grid-template-columns: repeat(auto-fill, minmax(420px, 1fr));
}

@media screen and (max-width: 1300px) {
  .engineering__cards--big-cards {
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  }
}

@media screen and (max-width: 460px) {
  .engineering__cards--big-cards {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
}

.engineering__cards--no-margin {
  margin-top: 0;
}

.engineering__card {
  display: flex;
  justify-content: space-between;
  position: relative;
  min-height: 190px;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.engineering__card:hover {
  -webkit-box-shadow: 4px 4px 10px rgba(47, 48, 53, 0.08);
  box-shadow: 4px 4px 10px rgba(47, 48, 53, 0.08);
}

.engineering__card:hover .engineering__card-img {
  transform: scale(1.1);
}

.engineering__card-info-wrapper {
  margin: 40px 0 40px 40px;
  max-width: 218px;
}

@media screen and (max-width: 480px) {
  .engineering__card-info-wrapper {
    margin: 20px 0 20px 20px;
    max-width: 100%;
  }
}

.engineering__card-heading {
  position: relative;
  font-weight: bold;
  font-size: 21px;
  line-height: 135.69%;
  color: #373741;
  margin-bottom: 24px;
  z-index: 1;
}

@media screen and (max-width: 480px) {
  .engineering__card-heading {
    font-size: 18px;
    margin-bottom: 44px;
  }
}

.engineering__card-img-wrapper {
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 120px;
  z-index: 0;
}

@media screen and (max-width: 1180px) {
  .engineering__card-img-wrapper {
    height: 100px;
  }
}

.engineering__card-img {
  max-height: 100%;
  max-width: 100%;
  transition: all .2s ease-in-out;
}

/* Engineering notes */
.engineering__notes {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 24px;
  padding: 32px;
  background-color: #fff;
  border-left: 6px solid var(--accent-color);
  width: auto;
}

.engineering__notes--mt40 {
  margin-top: 40px;
}

.engineering__notes span {
  font-weight: 600;
}

.engineering__notes a {
  color: var(--accent-color);
  cursor: pointer;
}

@media screen and (max-width: 520px) {
  .engineering__notes {
    display: inline-block;
    margin-top: 32px;
    margin-bottom: 14px;
    padding: 24px;
  }
}

.engineering__cta-form {
  width: 100%;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #cccccc;
}

.engineering__cta-form .index-cta-section__form-heading {
  margin-bottom: 20px;
  font-size: 28px;
}

/* Engineering download category page */

.sidemenu-layout__content-wrapper {
  display: flex;
  justify-content: center;
  overflow: hidden;
  min-height: 40vh;
  margin-bottom: 80px;
}

.sidemenu-layout__container {
  width: 100%;
  max-width: 960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 40px;
  line-height: 1.5em;
  padding: 60px;
}

@media screen and (max-width: 1300px) {
  .sidemenu-layout__container {
    padding: 40px;
  }
}

@media screen and (max-width: 480px) {
  .sidemenu-layout__container {
    padding: 20px;
  }
}

.sidemenu-layout__container--cards {
  max-width: 100%;
}

.engineering__header-items {
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
  width: 100%;
}

.engineering__header-bottom-items {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}

.engineering__header-search-wrapper {
  margin-left: 40px;
}

@media screen and (max-width: 640px) {
  .engineering__header-search-wrapper {
    display: none;
  }
}

/* Engineering page email */

.engineering__page-email {
  margin-top: 40px;
}

.engineering__page-email-heading {
  margin-bottom: 10px;
}

.engineering__page-email-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  width: fit-content;
}

.engineering__page-email-icon {
  width: 25px;
  height: auto
}

.engineering__page-email-address {
  color: #373741;
  font-weight: 600;
  margin-left: 12px;
}


/* Download files cards */

.download-list__cards-wrapper {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  grid-row-gap: 40px;
  grid-column-gap: 40px;
  margin-top: 24px;
}

.download-list__cards-wrapper--programs {
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
}

.download-list__card-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 24px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  transition: box-shadow 0.2s ease;
  -webkit-transition: box-shadow 0.2s ease;
  -moz-transition: box-shadow 0.2s ease;
  -ms-transition: box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
}

.download-list__card-item:hover {
  -webkit-box-shadow: 4px 4px 10px rgba(47, 48, 53, 0.08);
  box-shadow: 4px 4px 10px rgba(47, 48, 53, 0.08);
}

.download-list__card-top-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.download-list__card-img-wrapper {
  display: flex;
  position: relative;
  height: 100%;
  width: 140px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  overflow: hidden;
}

.download-list__card-img-wrapper--programs {
  width: auto;
}

.download-list__card-img {
  width: 100%;
  z-index: 1;
}

.download-list__card-img-cta {
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 20px;
  background-color: #00000086;
  z-index: 10;
}

/* .download-list__card-img:hover + .download-list__card-img-cta {
  display: flex;
} */

.download-list__open-icon {
  height: 30px;
  margin-bottom: 6px;
}

.download-list__card-img-cta-text {
  color: #ffffff;
  font-size: 14px;
  text-align: center;
}

.download-list__card-heading {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1px;
  color: #373F41;
  margin-top: 20px;
  margin-bottom: 14px;
  text-align: center;
}

@media screen and (max-width:1300px) {
  .download-list__card-heading {
    font-size: 16px;
    margin-bottom: 12px;
  }
}

@media screen and (max-width:600px) {
  .download-list__card-heading {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 12px;
    margin-top: 12px;
  }
}

.download-list__card-bottom-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #cccccc;
  width: 100%;
  padding-top: 20px;
}

.download-list__card-bottom-items--programs {
  border-top: none;
  justify-content: center;
  padding-top: 4px;
}

.download-list__app-link {
  display: flex;
  justify-content: center;
  align-items: center;
}

.download-list__card-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--accent-color);
  border-radius: 10px;
  width: 48px;
  height: 42px;
  padding: 8px;
  cursor: pointer;
}

.download-list__card-button:hover {
  background: var(--accent-dark-color);
}

@media screen and (max-width:900px) {
  .download-list__card-button {
    margin-top: 6px;
  }
}

.download-list__download-icon {
  width: 80%;
}

.download-list__download-icon--programs {
  width: 90%;
}

.download-list__weight {
  font-size: 14px;
  line-height: 1em;
}

.download-list__weight-data {
  display: block;
  font-weight: 600;
  margin-top: 6px;
  font-size: 16px;
}

/* Download files list */

.download-list__items-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 32px;
}

.download-list__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 32px;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.download-list__item-info {
  display: flex;
  align-items: center;
}

.download-list__item-doc-wrapper {
  height: 40px;
  margin-right: 24px;
}

.download-list__item-doc-img {
  height: 100%;
}

.download-list__item-name {
  font-weight: 600;
  font-size: 18px;
}

.download-list__item-name:hover {
  color: var(--accent-color);
}

.download-list__item-download {
  height: 26px;
  opacity: 0.6;
}

.download-list__item-download:hover {
  opacity: 1;
}

.download-list__item-download-img {
  height: 100%;
}


/* Send order. Custom radio buttons */

.send-order__customer-type {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 24px;
}

@media screen and (max-width: 490px) {
  .send-order__customer-type {
    flex-direction: column;
    justify-content: flex-start;
  }
}

.send-order__customer-type-text {
  display: block;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media screen and (max-width: 490px) {
  .send-order__customer-type-text {
    margin: 8px 0;
  }
}

/* Hide the browser's default radio button */
.send-order__customer-type-text input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.send-order__customer-type-checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  border: 1px solid var(--accent-color);
}

/* On mouse-over, add a grey background color */
/* .send-order__customer-type-text:hover input ~ .send-order__customer-type-checkmark {
  background-color: #ccc;
} */

/* When the radio button is checked, add a blue background */
.send-order__customer-type-text input:checked~.send-order__customer-type-checkmark {
  background-color: var(--accent-color);
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.send-order__customer-type-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.send-order__customer-type-text input:checked~.send-order__customer-type-checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.send-order__customer-type-text .send-order__customer-type-checkmark:after {
  top: 5px;
  left: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: white;
}

.company-inputs {
  width: 100%;
}


/* Categories */

.categories-wrapper {
  margin-bottom: 100px;
}

@media screen and (max-width: 490px) {
  .categories-wrapper {
    margin-bottom: 60px;
  }
}


/* Display options */

.shown {
  display: block;
}


/* Chatra */
#chatra.chatra--side-bottom {
  bottom: 30px !important;
}



/* Dadata suggestions */
.company-inputs {
  position: relative;
  width: 100%;
}

.suggestions-input {
  position: relative;
}

.suggestions-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  vertical-align: top;
  -webkit-text-size-adjust: 100%;
}

.suggestions-suggestions {
  background: #fff;
  border: 1px solid #d3d0d0;
  border-radius: 10px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
  left: 0;
  top: -20px;
  min-width: 100%;
  max-width: 450px;
  max-height: 350px;
  position: absolute;
  z-index: 9999;
  -webkit-text-size-adjust: 100%;
  border-radius: 10px;
  padding: 4px 20px 20px 20px;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  overflow: hidden;
}

.suggestions-suggestions--account {
  top: 0;
}

/* .suggestions-suggestions:last-child {
  display: none;
} */

.suggestions-suggestion {
  margin-top: 10px;
  font-weight: 600;
  cursor: pointer;
  font-size: 16px;
}

.suggestions-subtext {
  margin-top: 2px;
  font-weight: 300;
  font-size: 16px;
}

.suggestions-selected {
  background: #f0f0f0;
  border-radius: 5px;
}

.suggestions-hint {
  display: none;
}

/* Legal - Правовая информация */
.st-text {
  margin-top: 40px;
  font-size: 16px;
}

.st-list--legal {
  margin-top: 0;
}


/* Brands */

.brand__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  width: 100%;
  padding: 32px 28px;
  background-color: #fff;
  border-radius: 20px;
  transition: box-shadow 0.2s ease;
  -webkit-transition: box-shadow 0.2s ease;
  -moz-transition: box-shadow 0.2s ease;
  -ms-transition: box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
}

.brand__card:hover {
  -webkit-box-shadow: 4px 4px 10px rgba(47, 48, 53, 0.08);
  box-shadow: 4px 4px 10px rgba(47, 48, 53, 0.08);
}

/* Brand page */
.brand-page__header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.brand-page__heading {
  margin-left: 20px;
}

.brand-page__description {
  margin-bottom: 32px;
}

.brand-page__description p {
  margin-bottom: 10px;
}


/* Blog */

/* .engineering {
  margin-top: 60px;
}

@media screen and (max-width: 560px) {
  .engineering {
    margin-top: 40px;
  }
}

.engineering__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

@media screen and (max-width: 950px) {
  .engineering__wrapper {
    padding: 0;
  }
} */

.blog-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100vw - 80px);
  /* max-width: 1360px; */
  max-width: 1545px;
  margin: 0 40px;
}

.blog__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 950px) {
  .blog__wrapper {
    padding: 0;
  }
}


.blog-section {
  margin-top: 150px;
  position: relative;
  background: #FFFFFF;
}

.blog-section--index-page {
  margin-top: 0;
  padding-top: 80px;
  position: relative;
}

.blog-section-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 0 40px 0;
  /* margin: 0 40px 40px 40px; */
  width: 100%;
}

.blog-section-heading {
  font-family: 'Roboto', sans-serif;
  font-size: 64px;
  font-weight: 500;
  color: #1A2F4E;
  margin-right: auto;
  margin-bottom: 64px;
  margin-top: 64px;
}

.blog-section__wrapper {
  /* display: flex;
  flex-wrap: wrap; */
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 0.6fr 1fr;
  /* grid-template-columns: repeat(3, 1fr); */
  /* grid-template-rows: repeat(2, 1fr); */
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-bottom: 80px;
}

@media screen and (max-width: 1280px) {
  .blog-section__wrapper {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }
}
@media screen and (max-width: 1000px) {
  .blog-section__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* grid-template-rows: repeat(3, 1fr); */
    grid-column-gap: 50px;
    grid-row-gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .blog-section__wrapper {
    /* display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 0.7fr 0.7fr 1.37fr 0.7fr;
    grid-column-gap: 40px;
    grid-row-gap: 40px;  */
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
  }
}

.blog-section__item_1 {
  grid-area: 1 / 1 / 2 / 3;
}

@media screen and (max-width: 1000px) {
  .blog-section__item_1 {
    grid-area: 1 / 1 / 2 / 3;
  }
}
@media screen and (max-width: 768px) {
  .blog-section__item_1 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

.blog-section__item_2 {
  grid-area: 1 / 3 / 2 / 4;
}
@media screen and (max-width: 1000px) {
  .blog-section__item_2 {
    grid-area: 2 / 1 / 3 / 2;
  }
}
@media screen and (max-width: 768px) {
  .blog-section__item_2 {
    grid-area: 2 / 1 / 3 / 2;
  }
}
.blog-section__item_3 {
  grid-area: 2 / 1 / 3 / 2;
}
@media screen and (max-width: 1000px) {
  .blog-section__item_3 {
    grid-area: 2 / 2 / 3 / 3;
  }
}
@media screen and (max-width: 768px) {
  .blog-section__item_3 {
    grid-area: 3 / 1 / 4 / 2;
  }
}
.blog-section__item_4 {
  grid-area: 2 / 2 / 3 / 4; 
}
@media screen and (max-width: 1000px) {
  .blog-section__item_4 {
    grid-area: 3 / 1 / 4 / 3;
  }
}
@media screen and (max-width: 768px) {
  .blog-section__item_4 {
    grid-area: 4 / 1 / 5 / 2;
  }
}

.blog-section__item_big {
  /* width: 73.5%; */
  /* height: 580px; */
  position: relative;
  /* width: 60%; */
}

/* .blog-section__item_big img{
  width: 100%;
  height: auto;
} */

/* .blog-section__img-wrapper {
  width: 100%;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
} */

.blog-img {
  width: 100%;
  height: auto;
}

.blog-section__item_medium {
  position: relative;
}

@media screen and (max-width: 768px) {
  .blog-section__item_medium:first-child {
    margin-bottom: 40px;
  }
}

.blog-section__item_wrap--medium {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* .blog-section__item_medium:first-child {
  margin-bottom: 40px;
} */

.blog-section__item_big--desc {
  position: absolute;
  bottom:60px;
  left:60px;
  width: 85%;
  /* z-index: 100; */
}

@media screen and (max-width: 1280px) {
  .blog-section__item_big--desc {
    bottom:40px;
    left:40px;
  }
}
@media screen and (max-width: 480px) {
  .blog-section__item_big--desc {
    bottom:32px;
    left:32px;
  }
}
@media screen and (max-width: 320px) {
  .blog-section__item_big--desc {
    bottom:24px;
    left:24px;
  }
}

.blog-section__item_medium--desc {
  position: absolute;
  bottom:40px;
  left:40px;
  /* width: 58%; */
  /* z-index: 100; */
}

@media screen and (max-width: 480px) {
  .blog-section__item_medium--desc {
    bottom:32px;
    left:32px;
  }
}
@media screen and (max-width: 320px) {
  .blog-section__item_medium--desc {
    bottom:24px;
    left:24px;
  }
}

.blog-section__item_big--categorie {
  color: #FFFFFF;
  font-size: 21px;
  margin-bottom: 28px;
  font-weight: 300;
}

@media screen and (max-width: 1280px) {
  .blog-section__item_big--categorie {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 480px) {
  .blog-section__item_big--categorie  {
    font-size: 16px;
  }
}
@media screen and (max-width: 320px) {
  .blog-section__item_big--categorie  {
    font-size: 14px;
  }
}

.blog-section__item_big--title {
  color: #FFFFFF;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
}

@media screen and (max-width: 1280px) {
  .blog-section__item_big--title {
    font-size: 32px;
  }
}

@media screen and (max-width: 480px) {
  .blog-section__item_big--title {
    font-size: 24px;
  }
}
@media screen and (max-width: 320px) {
  .blog-section__item_big--title {
    font-size: 14px;
    /* font-size: 18px; */
  }
}

.blog-section__item_medium--categorie {
  color: #FFFFFF;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  .blog-section__item_medium--categorie {
    font-size: 21px;
  }
}
@media screen and (max-width: 480px) {
  .blog-section__item_medium--categorie {
    font-size: 16px;
  }
}
@media screen and (max-width: 320px) {
  .blog-section__item_medium--categorie {
    font-size: 14px;
  }
}

.blog-section__item_medium--title {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
}

@media screen and (max-width: 1280px) {
  .blog-section__item_medium--title {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .blog-section__item_medium--title {
    font-size: 32px;
  }
}
@media screen and (max-width: 480px) {
  .blog-section__item_medium--title {
    font-size: 24px;
  }
}
@media screen and (max-width: 320px) {
  .blog-section__item_medium--title {
    font-size: 14px;
    /* font-size: 18px; */
  }
}

.blog-section__item_wrap--small {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .blog-section__item_wrap--small{
    flex-wrap: wrap;
    flex-direction: row;
  }
}
@media screen and (max-width: 480px) {
  .blog-section__item_wrap--small{
    flex-direction: column;
    
  }
}

.blog-section__item_wrap--small_item {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1000px) {
  .blog-section__item_wrap--small_item{
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 480px) {
  .blog-section__item_wrap--small_item{
    width: 100%;
    margin-bottom: 24px;
  }
  .blog-section__item_wrap--small_item:last-child{
    margin-bottom: 0;
  }
}

.blog-section__item_wrap--small_item__pic {
  margin-right: 32px;
}

@media screen and (max-width: 1280px) {
  .blog-section__item_wrap--small_item__pic {
    margin-right: 28px;
  }
}
@media screen and (max-width: 1000px) {
  .blog-section__item_wrap--small_item__pic {
    margin-right: 16px;
  }
}


.blog-section__item_wrap--small_item__desc {
  display: flex;
  flex-direction: column;
  max-width: 70%;
}

@media screen and (max-width: 768px) {
  .blog-section__item_wrap--small_item__desc {
    max-width: 65%;
  }
}
@media screen and (max-width: 320px) {
  .blog-section__item_wrap--small_item__desc {
    max-width: 60%;
  }
}

.blog-section__item_wrap--small_item__categorie {
  font-size: 16px;
  font-weight: 300;
  color: #252525;
  letter-spacing: 0;
  margin-bottom: 12px;
}

@media screen and (max-width: 1280px) {
  .blog-section__item_wrap--small_item__categorie {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .blog-section__item_wrap--small_item__categorie {
    display: block;
  }
}

@media screen and (max-width: 390px) {
  .blog-section__item_wrap--small_item__categorie {
    display: none;
  }
}

.blog-section__item_wrap--small_item__text {
  color: #1A1A1A;
  font-size: 20px;
  letter-spacing: 0;
  font-weight: 500;
}

@media screen and (max-width: 1280px) {
  .blog-section__item_wrap--small_item__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .blog-section__item_wrap--small_item__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 320px) {
  .blog-section__item_wrap--small_item__text {
    font-size: 14px;
  }
}


/* Post */

.post-section {
  /* position: relative; */
  background: #FFFFFF;
  font-family: 'Roboto', 'sans-serif';
  /* width: calc(100vw - 80px); */
  width: 100vw;
}

.post-cover {
  width: 100%;
  margin-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .post-cover {
    margin-bottom: 40px;
  }
}
.post-cover__img {
  width: 100%;
  height: auto;
}

.post-cover__breadcrumb_wrap {
  position: absolute;
  left: 200px;
  top: 70px;
}

.post-cover__desc_wrap {
  position: absolute;
  left: 200px;
  bottom: 80px;
  width: 60%;
}

@media screen and (max-width: 1600px) {
  .post-cover__desc_wrap {
    width: 70%;
  }
}
@media screen and (max-width: 1280px) {
  .post-cover__desc_wrap {
    left: 100px;
    width: 80%;
  }
}

@media screen and (max-width: 1100px) {
  .post-cover__desc_wrap {
    bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .post-cover__desc_wrap {
    left: 60px;
    bottom: 0;
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .post-cover__desc_wrap {
    left: 40px;
    bottom: 0;
    width: 80%;
  }
}

.post-cover__desc_title {
  font-size: 48px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 48px;
}
@media screen and (max-width: 1600px) {
  .post-cover__desc_title {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .post-cover__desc_title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .post-cover__desc_title {
    font-size: 24px;
    
  }
}

.post-cover__desc_subtitle {
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
}

@media screen and (max-width: 850px) {
  .post-cover__desc_subtitle {
    display: none;
  }
}

.post-cover__author_wrap {
  position: absolute;
  right: 180px;
  bottom: 82px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1600px) {
  .post-cover__author_wrap {
    display: none;
  }
}

.post-cover__author_pic--wrap {
  width: 40px;
  height: 40px;
  margin-right: 12px;
}

.post-cover__author_pic {
  width: 100%;
  height: auto;
}

.post-cover__author_name {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
}

/* Article header */
.article__header {
  height: auto;
  padding: 100px 60px 80px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: white;
}

.article__header--new-blog {
  position: relative;
}

.article__header_pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.article__header_pic--dark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.5;
}
.article__header_info {
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
}


/* Display list items side by side */
ul.breadcrumb__service-page li {
  display: inline;
  font-size: 16px;
  color: rgba(255, 255, 255);
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb__service-page li+li:before {
  padding: 8px;
  color: rgba(255, 255, 255, 0.7);
  content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb__service-page li a {
  color: rgba(255, 255, 255);
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

/* Add a color on mouse-over */
ul.breadcrumb__service-page li a:hover {
  color: white;
  text-decoration: none;
}

.article__header h1 {
  max-width: 980px;
  font-size: 40px;
  margin: 0;
  letter-spacing: 0.05em;
  line-height: 64px;
  font-weight: 500;
}

@media screen and (max-width: 650px) {
    ul.breadcrumb__service-page li {
      font-size: 14px;
    }

    .article__header {
      height: auto;
      padding: 40px 30px 50px 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      color: white;
    }
  
    .article__header h1 {
      font-size: 26px;
      margin-bottom: 0;
      letter-spacing: 0.05em;
      line-height: 34px;
      font-weight: 500;
    }
}


.post-container {
    margin: 0 200px;
    padding-top: 80px;
}

@media screen and (max-width: 1280px) {
  .post-container {
    margin: 0 100px;
  }
}
@media screen and (max-width: 768px) {
  .post-container {
    margin: 0 60px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 480px) {
  .post-container {
    margin: 0 40px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 320px) {
  .post-container {
    margin: 0 20px;
  }
}

.post__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
}

@media screen and (max-width: 1600px) {
  .post__wrap {
    flex-direction: column;
    align-items: start;
  }
}

/* .post__desc {
  width: 80%;
}

@media screen and (max-width: 1600px) {
  .post__desc {
    width: 100%;
  }
} */

.post__desc_mt40 {
  margin-top: 40px;
}
.post__desc_mt80 {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .post__desc_mt80 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 480px) {
  .post__desc_mt80 {
    margin-top: 40px;
  }
}
.post__desc_text {
  font-size: 21px;
  font-weight: 400;
  color: #242424;
}

@media screen and (max-width: 768px) {
  .post__desc_text {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .post__desc_text {
    font-size: 16px;
  }
}
@media screen and (max-width: 320px) {
  .post__desc_text {
    font-size: 14px;
  }
}

.post__desc_text--big-margin {
  margin-bottom: 80px;
}
@media screen and (max-width: 480px) {
  .post__desc_text--big-margin {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 320px) {
  .post__desc_text--big-margin {
    margin-bottom: 40px;
  }
}
.post__desc_text--small-margin {
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .post__desc_text--small-margin {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 320px) {
  .post__desc_text--small-margin {
    margin-bottom: 20px;
  }
}
.post__desc_title {
  font-size: 32px;
  font-weight: 700;
  color: #242424;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .post__desc_title {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .post__desc_title {
    font-size: 20px;
  }
}
@media screen and (max-width: 320px) {
  .post__desc_title {
    font-size: 18px;
  }
}

.post__pics {
  width: 40%;
}

@media screen and (max-width: 1600px) {
  .post__pics {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .post__pics {
    width: 100%;
  }
}

.post__pics_img {
  width: 100%;
  height: auto;
}

.post__grey_wrap {
  background-color: #F3F6F9;
  padding: 60px 80px;
  margin-bottom: 40px;
  border-radius: 20px;
}

@media screen and (max-width: 1000px) {
  .post__grey_wrap {
    padding: 40px 60px;
  }
}
@media screen and (max-width: 768px) {
  .post__grey_wrap {
    padding: 20px 40px;
  }
}
@media screen and (max-width: 320px) {
  .post__grey_wrap {
    padding: 12px 20px;
    margin-bottom: 40px;
  }
}

.post__grey_text {
  color: #242424;
  font-weight: 600;
  font-size: 21px;
}

@media screen and (max-width: 768px) {
  .post__grey_text {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .post__grey_text {
    font-size: 16px;
  }
}
@media screen and (max-width: 320px) {
  .post__grey_text {
    font-size: 14px;
  }
}


/* Multisearch */
.multi-wrapper {
  margin: 70px auto 0 auto !important;
}

@media screen and (max-width:780px) {
  .multi-wrapper {
    margin: 0 auto !important;
    /* height: 62px; */
  }
}

.multi-wrapper--scrolled {
  margin: 14px auto 0 auto !important;
}

@media screen and (max-width:780px) {
  .multi-wrapper--scrolled {
    margin: 0 auto !important;
  }
}

.multi-closeIcon {
  width: 32px !important;
  height: 32px !important;
  top: 28px !important;
}

@media screen and (max-width:780px) {
  .multi-closeIcon {
    width: 26px !important;
    height: 26px !important;
    top: 19px !important;
  }
}

.multi-theme-compact .multi-layout {
  margin: 0 !important;
  -webkit-box-shadow: 4px 4px 10px rgba(47, 48, 53, 0.08) !important;
  box-shadow: 4px 4px 10px rgba(47, 48, 53, 0.08) !important;
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
}

@media screen and (max-width:1437px) {
  .multi-theme-compact .multi-layout {
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
  }
}

.multi-input[type=text],
.multi-input[type=text]:focus,
.multi-input[type=text]:hover {
  font-size: 24px !important;
  color: #3B3B3A !important;
  height: 90px !important;
  line-height: 1.5em !important;
  padding: 10px 55px 9px 64px !important;
}

@media screen and (max-width:780px) {

  .multi-input[type=text],
  .multi-input[type=text]:focus,
  .multi-input[type=text]:hover {
    font-size: 18px !important;
    height: 62px !important;
    padding: 10px 40px 9px 40px !important;
  }
}

.multi-phrase {
  color: var(--accent-color) !important;
}

.multi-phrase:hover {
  border-bottom: 1px solid var(--accent-color) !important;
  cursor: pointer;
}

a.multi-powered {
  display: none;
}

.multi-theme-compact {
  background: rgba(0, 0, 0, 0.5) !important;
}

.multi-content:hover a {
  color: #000 !important;
}

.multi-searchIcon {
  top: 20px !important;
}

@media screen and (max-width:780px) {
  .multi-searchIcon {
    top: 14px !important;
    left: 20px !important;
    width: 36px !important;
    height: 36px !important;
  }
}

.multi-taxon.multi-active .multi-badge {
  background: var(--accent-color) !important;
}

.multi-taxon.multi-active .multi-badge:hover {
  background: var(--accent-color) !important;
}

.multi-taxon:hover .multi-badge {
  background: var(--accent-color) !important;
}

.multi-title,
a.multi-title {
  padding-bottom: 10px !important;
  margin-top: -12px !important;
}

.multi-image {
  max-width: 90% !important;
  max-height: 90% !important;
}

.l-ss-c-signature {
  display: none !important;
}


/* Hide Jivosite for mobile */

@media screen and (max-width:910px) {
  jdiv {
    display: none !important;
  }
}

/* No animations for mobile */
@media screen and (max-width: 1200px) {
  [data-aos-delay] {
    transition-delay: 0s !important;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 1200px) {
  .animated {
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }
}

/* Hide ReCaptcha Badge */
.grecaptcha-badge {
  visibility: hidden;
}



/* Сообщение о COOKIES */
.cookie-notification {
  margin-right: 400px;
  position: fixed;
  bottom: 0;
  background: hsla(240, 8%, 24%, 0.9);
  padding: 20px 60px 20px 60px;
  border-radius: 0 10px 0 0;
  display: none; /* Заменить при заказе на Flex */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 100000;
}

@media screen and (max-width: 910px) {
  .cookie-notification {
    margin-right: 0;
    flex-direction: column;
    border-radius: 0;
    padding: 20px;
  }
}

.cookie-notification_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* Заменить при заказе на Flex */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cookie-notification_text p {
  color: white;
  margin-left: 20px;
  font-family: 'Segoe UI';
  font-weight: 100;
}

.cookie-notification_button {
  height: 36px;
  width: 80px;
  min-width: 60px;
  margin-left: 40px;
  border: 1px solid white;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  padding-bottom: 2px;
  font-family: 'Segoe UI';
  font-size: 16px;
  color: #FFFFFF;
  text-decoration: none;
  vertical-align: center;
  text-align: center;
  background: none;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

.cookie-notification_button:hover {
  background: #2e2f31;
}

@media screen and (max-width: 910px) {
  .cookie-notification_button {
    margin-top: 24px;
  }
}

/* Sales */

.sales__notes {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  margin-top: 40px;
  padding: 40px;
  background-color: #3B3B3A;
  border-radius: 20px;
  color: white;
}

@media screen and (max-width: 650px) {
  .sales__notes {
    padding: 20px;
  }
}

.sales__notes-icon {
  height: 40px;
}

.sales__notes-text {
  margin-left: 20px;
}

.categories-filter-hub-link {
  margin-top: 56px;
  padding-top: 28px;
  border-top: 1px solid #d9dce3;
}

.categories-filter-hub-link__title {
  color: #5f6b80;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
  text-decoration: none;
}

.categories-filter-hub-link__title:hover {
  color: var(--accent-color);
}

.categories-filter-hub-link__description {
  margin-top: 10px;
  color: #8d96a7;
  font-size: 13px;
  line-height: 1.5;
}
