@charset "UTF-8";
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("../assets/fonts/Inter/Inter-Thin.woff2") format("woff2");
}
@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("../assets/fonts/Inter/Inter-ThinItalic.woff2") format("woff2");
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("../assets/fonts/Inter/Inter-ExtraLight.woff2") format("woff2");
}
@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url("../assets/fonts/Inter/Inter-ExtraLightItalic.woff2") format("woff2");
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../assets/fonts/Inter/Inter-Light.woff2") format("woff2");
}
@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("../assets/fonts/Inter/Inter-LightItalic.woff2") format("woff2");
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/Inter/Inter-Regular.woff2") format("woff2");
}
@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/Inter/Inter-Italic.woff2") format("woff2");
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../assets/fonts/Inter/Inter-Medium.woff2") format("woff2");
}
@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("../assets/fonts/Inter/Inter-MediumItalic.woff2") format("woff2");
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../assets/fonts/Inter/Inter-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("../assets/fonts/Inter/Inter-SemiBoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../assets/fonts/Inter/Inter-Bold.woff2") format("woff2");
}
@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("../assets/fonts/Inter/Inter-BoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../assets/fonts/Inter/Inter-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url("../assets/fonts/Inter/Inter-ExtraBoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../assets/fonts/Inter/Inter-Black.woff2") format("woff2");
}
@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("../assets/fonts/Inter/Inter-BlackItalic.woff2") format("woff2");
}
:root {
  --black: #000;
  --orange:	#F5A844;
  --green: #83B073;
  --white: #fff;
  --red: #EC0116;
}

@font-face {
  font-family: "HeliosExtC";
  src: url("../assets/fonts/HeliosExtC.woff2") format("woff2"), url("../assets/fonts/HeliosExtC.woff") format("woff"), url("../assets/fonts/HeliosExtC.svg#HeliosExtC") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HeliosExtC";
  src: url("../assets/fonts/HeliosExtC-Bold.woff2") format("woff2"), url("../assets/fonts/HeliosExtC-Bold.woff") format("woff"), url("../assets/fonts/HeliosExtC-Bold.svg#HeliosExtC") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
  margin: 0;
  padding: 0;
  position: relative;
  overscroll-behavior: none;
}
body.fixed {
  overflow: hidden;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  box-sizing: border-box;
  -webkit-locale: auto;
  white-space: normal;
}

.section-full {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 1000px) {
  .section-full {
    max-width: 1000px;
  }
}

.section-inner {
  position: relative;
  width: 1360px;
  margin: 0 auto;
}
@media only screen and (max-width: 1400px) {
  .section-inner {
    width: 1088px;
  }
}
@media only screen and (max-width: 1150px) {
  .section-inner {
    width: 100%;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 760px) {
  .section-inner {
    width: 100%;
    padding: 0 15px;
  }
}
.section-inner-text {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}
@media only screen and (max-width: 1400px) {
  .section-inner-text {
    max-width: 803px;
  }
}

.section-header {
  width: 100%;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 1000px) {
  .section-header {
    max-width: 970px;
    width: calc(100% - 30px);
  }
}

.section-part {
  width: 100%;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 1000px) {
  .section-part {
    max-width: 970px;
    width: calc(100% - 30px);
  }
}

.page {
  min-height: calc(100vh - 370px);
}
@media only screen and (max-width: 1400px) {
  .page {
    min-height: calc(100vh - 360px);
  }
}
.page-paddingtop {
  padding-top: 25px;
  padding-bottom: 150px;
}
@media only screen and (max-width: 1400px) {
  .page-paddingtop {
    padding-top: 20px;
    padding-bottom: 110px;
  }
}
@media only screen and (max-width: 1150px) {
  .page-paddingtop {
    padding-top: 15px;
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 600px) {
  .page-paddingtop {
    padding-top: 10px;
    overflow-x: hidden;
    padding-bottom: 60px;
  }
}
.page-success {
  background: #F0F0F0;
  padding-top: 100px;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 60px;
}
@media only screen and (max-width: 1400px) {
  .page-success {
    gap: 50px;
    padding-top: 75px;
  }
}
@media only screen and (max-width: 600px) {
  .page-success {
    padding-top: 50px;
    gap: 30px;
  }
}
.page-success-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
@media only screen and (max-width: 600px) {
  .page-success-head {
    gap: 10px;
  }
}
.page-success-head img {
  display: block;
}
@media only screen and (max-width: 1400px) {
  .page-success-head img {
    width: 38px;
  }
}
@media only screen and (max-width: 600px) {
  .page-success-head img {
    width: 27px;
  }
}
.page-success-head div {
  font-family: Inter;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
}
@media only screen and (max-width: 1400px) {
  .page-success-head div {
    font-size: 22px;
  }
}
@media only screen and (max-width: 600px) {
  .page-success-head div {
    font-size: 15px;
  }
}
.page-success-number {
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: 70px;
  line-height: 100%;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 1400px) {
  .page-success-number {
    font-size: 60px;
  }
}
@media only screen and (max-width: 600px) {
  .page-success-number {
    font-size: 40px;
  }
}
.page-success-text {
  max-width: 520px;
  text-align: center;
  font-family: Inter;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
}
@media only screen and (max-width: 1400px) {
  .page-success-text {
    font-size: 14px;
    line-height: 20px;
    max-width: 480px;
  }
}
@media only screen and (max-width: 600px) {
  .page-success-text {
    max-width: 330px;
  }
}
.page-success-text a {
  font-weight: 700;
  text-decoration: underline;
  color: #000;
}
.page-empty {
  background: #F0F0F0;
  padding-top: 65px;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 50px;
}
@media only screen and (max-width: 1400px) {
  .page-empty {
    gap: 45px;
  }
}
@media only screen and (max-width: 600px) {
  .page-empty {
    gap: 40px;
  }
}
.page-empty-img {
  max-width: 265px;
}
@media only screen and (max-width: 1400px) {
  .page-empty-img {
    max-width: 230px;
  }
}
@media only screen and (max-width: 600px) {
  .page-empty-img {
    max-width: 150px;
  }
}
.page-empty-img img {
  display: block;
  max-width: 100%;
}
.page-empty-text {
  font-family: Inter;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
}
@media only screen and (max-width: 1400px) {
  .page-empty-text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .page-empty-text {
    font-size: 14px;
    max-width: 220px;
    text-align: center;
  }
}
.page-empty-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 55px;
  border-radius: 28px;
  background: #000;
  border: none;
  font-family: Inter;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
@media only screen and (max-width: 1400px) {
  .page-empty-btn {
    height: 50px;
    border-radius: 26px;
    font-size: 15px;
    width: 255px;
  }
}
@media only screen and (max-width: 600px) {
  .page-empty-btn {
    font-size: 14px;
  }
}
.page-empty-btn:hover {
  background: #646464;
}
.page-catalog {
  background: #F0F0F0;
}
.page-text {
  background: #F0F0F0;
  padding-bottom: 110px;
}
@media only screen and (max-width: 1400px) {
  .page-text {
    padding-bottom: 70px;
  }
}
.page-text p {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #000;
  margin-bottom: 40px;
  margin-top: 0px;
}
.page-text p b {
  font-weight: 700;
}
@media only screen and (max-width: 1400px) {
  .page-text p {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .page-text p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}
.page-text li {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #000;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1400px) {
  .page-text li {
    font-size: 15px;
    line-height: 23px;
  }
}
@media only screen and (max-width: 600px) {
  .page-text li {
    font-size: 14px;
    line-height: 20px;
  }
}
.page-text ul {
  padding-left: 14px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 600px) {
  .page-text ul {
    margin-bottom: 0px;
  }
}
.page-text h2 {
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 0.01em;
  display: inline-block;
  font-size: 35px;
  line-height: 50px;
  text-transform: uppercase;
  color: #000;
  margin: 0px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1400px) {
  .page-text h2 {
    font-size: 30px;
    margin-bottom: 5px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .page-text h2 {
    font-size: 23px;
    margin-bottom: 5px;
    line-height: 33px;
  }
}
.page-title {
  position: relative;
  margin-top: 57px;
}
@media only screen and (max-width: 1400px) {
  .page-title {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 1150px) {
  .page-title {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .page-title {
    margin-top: 25px;
  }
}
.page-title h1 {
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: 70px;
  line-height: 100%;
  letter-spacing: 0.01em;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 49px;
}
@media only screen and (max-width: 1400px) {
  .page-title h1 {
    font-size: 60px;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 1150px) {
  .page-title h1 {
    font-size: 45px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .page-title h1 {
    font-size: 33px;
    margin-bottom: 20px;
  }
}
.page-cart {
  background: #F0F0F0;
  position: relative;
  display: block;
  padding-top: 57px;
}
@media only screen and (max-width: 1150px) {
  .page-cart {
    padding-top: 45px;
  }
}
@media only screen and (max-width: 600px) {
  .page-cart {
    padding-top: 35px;
  }
}
.page-cart .page-title {
  margin-top: 0px;
}
.page-cart .page-title h1 {
  margin-top: 0px;
}
@media only screen and (max-width: 600px) {
  .page-cart .page-title h1 {
    margin-bottom: 16px;
  }
}
.page-cart-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
@media only screen and (max-width: 1150px) {
  .page-cart-content {
    flex-direction: column;
  }
}
.page-cart-col {
  width: calc(100% - 410px);
}
@media only screen and (max-width: 1400px) {
  .page-cart-col {
    width: calc(100% - 306px);
  }
}
@media only screen and (max-width: 1150px) {
  .page-cart-col {
    width: 100%;
  }
}
.page-cart-col2 {
  width: 360px;
  position: sticky;
  top: 90px;
  bottom: 50px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1400px) {
  .page-cart-col2 {
    width: 276px;
    top: 80px;
  }
}
@media only screen and (max-width: 1150px) {
  .page-cart-col2 {
    width: 100%;
    position: relative;
    top: 0;
    padding-bottom: 0px;
  }
}
.page-order {
  padding-top: 50px;
}
@media only screen and (max-width: 1150px) {
  .page-order {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .page-order {
    padding-top: 30px;
  }
}
.page-compare {
  background: #F0F0F0;
}
.page-compare .page-title {
  margin-top: 50px;
}
@media only screen and (max-width: 1400px) {
  .page-compare .page-title {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .page-compare .page-title {
    margin-top: 20px;
  }
}
.page-personal {
  background: #F0F0F0;
}

.caution {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 23px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1400px) {
  .caution {
    gap: 20px;
    margin-bottom: 34px;
  }
}
@media only screen and (max-width: 600px) {
  .caution {
    align-items: flex-start;
    margin-top: 30px;
  }
}
.caution img {
  display: block;
}
@media only screen and (max-width: 1400px) {
  .caution img {
    max-width: 70px;
  }
}
.caution p {
  margin-bottom: 0px;
}

.divider {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #000;
  margin-bottom: 40px;
  margin-top: 5px;
}
@media only screen and (max-width: 1400px) {
  .divider {
    margin-top: 2px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .divider {
    margin-bottom: 20px;
  }
}

.form-input {
  width: 100%;
  height: 55px;
  border: 1px solid transparent;
  border-radius: 28px;
  outline: none;
  background: #f0f0f0;
  padding: 0 25px;
  font-family: "Inter";
  font-weight: 500;
  font-size: 16px;
  line-height: 55px;
  color: #000;
  box-sizing: border-box;
}
@media only screen and (max-width: 1400px) {
  .form-input {
    height: 50px;
    line-height: 50px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .form-input {
    font-size: 14px;
  }
}
.form-input__error {
  border: 1px solid #FF2D2D;
  position: relative;
}
.form-input__error::after {
  content: "Обязательное поле";
  position: absolute;
  font-family: Inter;
  font-size: 14px;
  line-height: 100%;
  color: #FF2D2D;
  top: calc(50% - 7px);
  right: 25px;
  z-index: 1;
}
.form-input__streetsearch {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding-left: 40px;
  position: relative;
}

.back {
  margin-bottom: 20px;
}

.reveal {
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}

.reveal2 {
  visibility: hidden;
}
@media only screen and (max-width: 1000px) {
  .reveal2 {
    visibility: visible;
  }
}

.active.fade-in {
  animation: fade-in 1s ease-in-out;
}

@media only screen and (min-width: 1001px) {
  .fade-in-scale {
    animation: fade-in-scale 2s ease-in-out;
    animation-fill-mode: forwards;
  }
}

.active.from-bottom {
  animation: fade-bottom 1s ease-in-out;
}

.active.from-left {
  animation: fade-left 1s ease-in-out;
}

.active.from-right {
  animation: fade-right 1s ease-in-out;
}

.active.show {
  animation: show 1.5s ease-in-out;
}

.delay-05 {
  animation-delay: 0.5s !important;
}

.delay-1 {
  animation-delay: 1s !important;
}

.delay-15 {
  animation-delay: 1.5s !important;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-scale {
  0% {
    opacity: 0;
    transform: scale(1.05);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
  }
}
@keyframes fade-bottom {
  0% {
    transform: translateY(150px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes crossrotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.dadata-custom-dropdown {
  background: #fff !important;
  border: 0px !important;
  border-radius: 28px !important;
  margin-top: 10px !important;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.2) !important;
  padding: 15px 25px 25px !important;
}

.dadata-custom-suggestion {
  font-family: Inter !important;
  font-weight: 500 !important;
  margin-top: 10px;
  color: #aaa !important;
  cursor: pointer;
}
.dadata-custom-suggestion:hover {
  background: #fff !important;
}
.dadata-custom-suggestion strong {
  color: #000 !important;
  font-weight: 500 !important;
}

.header-top {
  position: sticky;
  top: 0;
  width: 100%;
  background: #000;
  z-index: 12;
  height: 70px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1400px) {
  .header-top {
    height: 63px;
  }
}
@media only screen and (max-width: 1150px) {
  .header-top {
    position: relative;
  }
}
@media only screen and (max-width: 760px) {
  .header-top {
    height: 86px;
    padding-top: 4px;
  }
}
.header-top-inner {
  display: flex;
  justify-content: space-between;
}
.header-top-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 33px;
}
@media only screen and (max-width: 1400px) {
  .header-top-left {
    gap: 20px;
  }
}
@media only screen and (max-width: 1150px) {
  .header-top-left {
    gap: 10px;
  }
}
@media only screen and (max-width: 760px) {
  .header-top-left {
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
    width: 100%;
  }
}
.header-top-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 75px;
}
@media only screen and (max-width: 1400px) {
  .header-top-right {
    gap: 45px;
  }
}
@media only screen and (max-width: 1100px) {
  .header-top-right {
    gap: 28px;
  }
}
@media only screen and (max-width: 760px) {
  .header-top-right {
    position: absolute;
    right: 15px;
    top: 0px;
    gap: 18px;
  }
}
@media only screen and (max-width: 760px) {
  .header-top .header-phonewrap {
    min-width: 80px;
  }
}
@media only screen and (max-width: 760px) {
  .header-top .header-phonewrap span {
    font-size: 12px;
    transform: translateY(-2px);
  }
}
@media only screen and (max-width: 760px) {
  .header-top .header-phonewrap img {
    display: none;
  }
}
.header-logoicon {
  display: inherit;
}
.header-logoicon img {
  width: 158px;
}
@media only screen and (max-width: 1400px) {
  .header-logoicon img {
    width: 130px;
  }
}
@media only screen and (max-width: 760px) {
  .header-logoicon img {
    width: 124px;
  }
}
.header-catalog-btn {
  position: relative;
  background: #414141;
  border-radius: 6px;
  width: 112px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  cursor: pointer;
  transition: background 0.3s ease;
  margin-left: 10px;
}
@media only screen and (max-width: 1400px) {
  .header-catalog-btn {
    width: 100px;
    height: 32px;
    gap: 8px;
    margin-left: 6px;
  }
}
@media only screen and (max-width: 1150px) {
  .header-catalog-btn {
    display: none;
  }
}
.header-catalog-btn span {
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: 13px;
  letter-spacing: 0.03em;
  color: #fff;
  text-transform: uppercase;
}
@media only screen and (max-width: 1400px) {
  .header-catalog-btn span {
    font-size: 12px;
  }
}
.header-catalog-btn:hover {
  background: #4b4b4b;
}
.header-catalog-btn-opened .header-catalog-burger {
  display: none;
}
.header-catalog-btn-opened .header-catalog-burgeropen {
  display: block;
}
.header-catalog-burger {
  width: 13px;
}
@media only screen and (max-width: 1100px) {
  .header-catalog-burger {
    width: 12px;
  }
}
.header-catalog-burgeropen {
  display: none;
  width: 11px;
  margin-left: 1px;
  margin-right: 1px;
}
@media only screen and (max-width: 1400px) {
  .header-catalog-burgeropen {
    width: 11px;
    margin-left: 1px;
  }
}
.header-searchwrap {
  position: relative;
  width: 530px;
}
@media only screen and (max-width: 1400px) {
  .header-searchwrap {
    width: 420px;
  }
}
@media only screen and (max-width: 1100px) {
  .header-searchwrap {
    width: 280px;
  }
}
@media only screen and (max-width: 760px) {
  .header-searchwrap {
    width: 100%;
  }
}
.header-search {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 760px) {
  .header-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
  }
}
.header-search-inputwrap {
  height: 36px;
}
@media only screen and (max-width: 1400px) {
  .header-search-inputwrap {
    height: 32px;
  }
}
@media only screen and (max-width: 760px) {
  .header-search-inputwrap {
    max-width: 156px;
  }
}
.header-search-input {
  font-family: "Inter";
  font-weight: 500;
  width: 100%;
  height: 36px;
  border-radius: 6px;
  background: #323232;
  border: none;
  outline: none;
  font-size: 13px;
  line-height: 36px;
  padding-left: 38px;
  padding-right: 38px;
  color: #000;
  transition: background 0.3s ease;
}
@media only screen and (max-width: 1400px) {
  .header-search-input {
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.header-search-input::placeholder {
  color: #969696;
}
.header-search-input-filled {
  background: #fff !important;
}
.header-search-input-filled + .header-search-find {
  filter: invert(1);
}
.header-search-input-filled + .header-search-find + .header-search-cancel {
  display: block;
}
.header-search-input:hover {
  background: #4b4b4b;
}
.header-search-input:focus {
  background: #fff;
}
.header-search-input:focus::placeholder {
  color: #fff;
}
.header-search-input:focus + .header-search-find {
  filter: invert(1);
}
.header-search-input:focus + .header-search-find + .header-search-cancel {
  display: block;
}
.header-search-find {
  position: absolute;
  top: 11px;
  left: 12px;
  height: 16px;
  width: 16px;
}
@media only screen and (max-width: 1400px) {
  .header-search-find {
    top: 10px;
    left: 10px;
    height: 13px;
    width: 13px;
  }
}
.header-search-cancel {
  position: absolute;
  top: 11px;
  right: 12px;
  display: none;
  width: 13px;
  height: 13px;
  cursor: pointer;
}
@media only screen and (max-width: 1400px) {
  .header-search-cancel {
    top: 10px;
    right: 10px;
    width: 10px;
    height: 10px;
  }
}
.header-search-suggestionslist {
  position: absolute;
  left: 0;
  right: 0;
  top: 46px;
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 21px 50px 26px 15px;
  border-radius: 6px;
  z-index: 8;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
  gap: 20px;
  display: none;
}
@media only screen and (max-width: 1400px) {
  .header-search-suggestionslist {
    padding-right: 20px;
  }
}
.header-search-suggestionslist__active {
  display: flex;
}
.header-search-suggestion {
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-decoration: none;
  color: #000;
  transition: color 0.3s ease;
  text-wrap: nowrap;
  overflow: hidden;
  display: flex;
}
.header-search-suggestion span {
  font-weight: 800;
  padding-right: 4px;
}
.header-search-suggestion:hover {
  color: #646464;
}
@media only screen and (max-width: 1400px) {
  .header-search-suggestion {
    font-size: 13px;
  }
}
.header-search-mobile {
  position: absolute;
  display: none;
}
@media only screen and (max-width: 760px) {
  .header-search-mobile {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 25px;
  }
}
.header-search-mobile-link {
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #fff;
  font-size: 11px;
  line-height: 100%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-decoration: none;
  text-wrap: nowrap;
  position: relative;
}
.header-search-mobile-link:last-of-type::after {
  position: absolute;
  left: -12px;
  top: -2px;
  width: 1px;
  height: 16px;
  background: #fff;
  content: " ";
}
.header-search-focused .header-search-mobile {
  display: none;
}
.header-search-focused .header-search-inputwrap {
  max-width: 100%;
  width: 100%;
}
.header-phonewrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 1400px) {
  .header-phonewrap {
    min-width: 125px;
  }
}
.header-phonewrap img {
  height: 26px;
}
@media only screen and (max-width: 1400px) {
  .header-phonewrap img {
    height: 20px;
  }
}
.header-phonewrap span {
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #fff;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 100%;
  transform: translateY(1px);
}
@media only screen and (max-width: 1400px) {
  .header-phonewrap span {
    font-size: 15px;
  }
}
.header-iconswrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 26px;
}
@media only screen and (max-width: 1400px) {
  .header-iconswrap {
    gap: 18px;
  }
}
@media only screen and (max-width: 1150px) {
  .header-iconswrap {
    display: none;
  }
}
.header-icon {
  position: relative;
  display: inline-block;
  width: 33px;
  height: 33px;
  cursor: pointer;
}
@media only screen and (max-width: 1400px) {
  .header-icon {
    width: 29px;
    height: 29px;
  }
}
.header-icon img {
  width: 100%;
}
.header-icon-hover {
  display: none;
  position: absolute;
  left: 50%;
  top: 39px;
  background: #ffdd00;
  min-height: 30px;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: "Inter";
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  padding: 7px 13px;
  color: #000;
  transform: translateX(-50%);
  text-align: center;
}
.header-icon-hover span:last-of-type {
  font-weight: 600;
}
.header-icon .point {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 2px solid #000;
  background: #ffdd00;
  display: none;
}
@media only screen and (max-width: 1400px) {
  .header-icon .point {
    width: 11px;
    height: 11px;
  }
}
.header-icon .point-number {
  height: 20px;
  min-width: 20px;
  width: fit-content;
  border-radius: 10px;
  text-align: center;
  line-height: 16px;
  font-family: Inter;
  font-weight: 600;
  font-size: 12px;
  color: #000;
  padding: 0 3px;
  right: -8px;
  top: -5px;
}
.header-icon__active .point {
  display: block;
}
.header-icon__active:hover img {
  filter: brightness(0) saturate(100%) invert(77%) sepia(80%) saturate(1054%) hue-rotate(360deg) brightness(103%) contrast(105%);
}
.header-icon__active:hover .header-icon-hover {
  display: block;
  text-wrap: nowrap;
}
.header-icon__active:hover .header-icon-hover.header-icon-basket-hover {
  display: flex;
}
.header-icons-mobile {
  display: none;
}
@media only screen and (max-width: 1100px) {
  .header-icons-mobile {
    display: flex;
    align-items: center;
    padding-top: 6px;
  }
}
@media only screen and (max-width: 760px) {
  .header-icons-mobile {
    padding-top: 1px;
  }
}
.header-icons-mobile img {
  filter: brightness(0) saturate(100%) invert(65%) sepia(2%) saturate(4%) hue-rotate(340deg) brightness(92%) contrast(90%);
}
.header-icons-mobile-icon-vk img {
  width: 20px;
  height: 12px;
  transform: translateY(-1px);
  margin-left: 15px;
}
@media only screen and (max-width: 760px) {
  .header-icons-mobile-icon-vk img {
    margin-left: 7px;
    width: 18px;
    height: 11px;
    transform: translateY(-1px);
  }
}
.header-icons-mobile-icon-tg img {
  width: 16px;
  margin-left: 17px;
}
@media only screen and (max-width: 760px) {
  .header-icons-mobile-icon-tg img {
    margin-left: 7px;
    width: 14px;
    transform: translateY(1px);
  }
}
.header-icons-mobile-icon-vkv img {
  width: 15px;
  height: 15px;
  margin-left: 15px;
}
@media only screen and (max-width: 760px) {
  .header-icons-mobile-icon-vkv img {
    margin-left: 7px;
    width: 13px;
    height: 13px;
  }
}
.header-icons-mobile-icon-max img {
  width: 16px;
  height: 16px;
}
@media only screen and (max-width: 760px) {
  .header-icons-mobile-icon-max img {
    width: 14px;
    height: 14px;
  }
}
.header-bottom {
  background: #fff;
  height: 50px;
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1400px) {
  .header-bottom {
    height: 47px;
  }
}
@media only screen and (max-width: 760px) {
  .header-bottom {
    height: 40px;
  }
}
.header-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-bottom-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 60px;
}
@media only screen and (max-width: 1100px) {
  .header-bottom-left {
    gap: 44px;
  }
}
@media only screen and (max-width: 760px) {
  .header-bottom-left {
    gap: 25px;
  }
}
.header-bottom-left-catalog {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 33px;
}
@media only screen and (max-width: 1400px) {
  .header-bottom-left-catalog {
    gap: 30px;
  }
}
@media only screen and (max-width: 760px) {
  .header-bottom-left-catalog {
    gap: 14px;
  }
}
.header-bottom-left-wrap {
  padding: 20px 27px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 23px;
}
.header-bottom-left-wrap-outer {
  position: absolute;
  top: 18px;
  left: 50%;
  padding-top: 25px;
  display: none;
  transform: translateX(-50%);
}
.header-bottom-left-addmenu {
  position: relative;
  display: flex;
}
@media only screen and (max-width: 760px) {
  .header-bottom-left-addmenu-hidemobile {
    position: absolute;
    display: none;
  }
}
.header-bottom-left-addmenu::after {
  position: absolute;
  left: -30px;
  top: -3px;
  width: 1px;
  height: 20px;
  background: #c4c4c4;
  content: " ";
}
@media only screen and (max-width: 1100px) {
  .header-bottom-left-addmenu::after {
    left: -22px;
  }
}
@media only screen and (max-width: 760px) {
  .header-bottom-left-addmenu::after {
    left: -12px;
    height: 16px;
    top: -2px;
  }
}
.header-bottom-left-addmenu:hover .header-bottom-left-wrap-outer {
  display: block;
}
.header-bottom-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 1100px) {
  .header-bottom-right {
    display: none;
  }
}
.header-bottom-item {
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #000;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.3s ease;
}
.header-bottom-item:hover {
  color: #646464;
}
@media only screen and (max-width: 760px) {
  .header-bottom-item {
    font-size: 11px;
  }
}
.header-bottom-item-drop {
  font-size: 15px;
  text-wrap: nowrap;
}
.header-bottom-icon {
  display: inherit;
}
.header-bottom-icon-vk img {
  width: 23px;
  height: 13px;
  transform: translateY(-1px);
  margin-left: 22px;
}
.header-bottom-icon-tg img {
  width: 19px;
  margin-left: 22px;
}
.header-bottom-icon-vkv img {
  width: 18px;
  height: 18px;
  margin-left: 27px;
}
.header-bottom-icon-max img {
  width: 19px;
  height: 19px;
  transform: translateY(-1px);
}
.header-bottom-icon:hover {
  filter: brightness(0) saturate(100%) invert(41%) sepia(0%) saturate(3%) hue-rotate(130deg) brightness(95%) contrast(98%);
}
.header-catalogmenu {
  position: fixed;
  left: 0;
  right: 0;
  top: 63px;
  z-index: 10;
  background: #F0F0F0;
  display: flex;
  justify-content: flex-start;
  flex-shrink: 1;
  transition: transform 0.3s ease;
  transform: translateY(-200%);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.header-catalogmenu-opened {
  transform: translateY(0);
}
.header-catalogmenu-left {
  background: #e6e6e6;
  width: calc(50vw - 680px + 150px);
  padding-left: calc(50vw - 680px);
  padding-top: 55px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 34px;
}
@media only screen and (max-width: 1400px) {
  .header-catalogmenu-left {
    width: calc(50vw - 544px + 130px);
    padding-left: calc(50vw - 544px);
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
.header-catalogmenu-section {
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #aaa;
  text-decoration: none;
  cursor: pointer;
}
.header-catalogmenu-section-active {
  color: #000;
}
.header-catalogmenu-right {
  display: flex;
  padding-left: 20px;
}
@media only screen and (max-width: 1400px) {
  .header-catalogmenu-right {
    padding-left: 0px;
  }
}
.header-catalogmenu-right-cols {
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  width: 850px;
}
@media only screen and (max-width: 1400px) {
  .header-catalogmenu-right-cols {
    width: 770px;
  }
}
.header-catalogmenu-right-col {
  padding-top: 55px;
  padding-left: 40px;
  padding-bottom: 80px;
  min-width: 250px;
}
@media only screen and (max-width: 1400px) {
  .header-catalogmenu-right-col {
    padding-top: 50px;
    min-width: 240px;
  }
}
.header-catalogmenu-right-col-title {
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 35px;
  display: block;
  text-decoration: none;
}
.header-catalogmenu-right-col-title:hover {
  color: #646464;
}
.header-catalogmenu-right-col-links {
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  flex-direction: column;
  gap: 20px;
}
.header-catalogmenu-right-col-link {
  font-family: "Inter";
  font-weight: 500;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 100%;
}
.header-catalogmenu-right-col-link:hover {
  color: #646464;
}
.header-catalogmenu-right-additional {
  padding-top: 55px;
}
@media only screen and (max-width: 1400px) {
  .header-catalogmenu-right-additional {
    padding-top: 50px;
  }
}
.header-catalogmenu-right-additional-links {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  gap: 25px;
  border-left: 1px solid #aaa;
}
.header-catalogmenu-right-additional-link {
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
}
.header-catalogmenu-right-additional-link:hover {
  color: #646464;
}

.burger {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .burger {
    position: absolute;
    right: -10px;
    top: 20px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.burger img {
  max-height: 19px;
}
.burger .closemenu {
  display: none;
}
.burger.open .closemenu {
  display: block;
}
.burger.open .openmenu {
  display: none;
}

.footer {
  background: #000;
  display: flex;
  align-items: flex-start;
  padding-top: 40px;
  height: 270px;
}
@media only screen and (max-width: 1400px) {
  .footer {
    height: 300px;
  }
}
@media only screen and (max-width: 1100px) {
  .footer {
    height: auto;
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
@media only screen and (max-width: 760px) {
  .footer {
    padding-top: 0px;
  }
}
.footer-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 1100px) {
  .footer-inner {
    flex-direction: column;
    gap: 40px;
  }
}
@media only screen and (max-width: 760px) {
  .footer-inner {
    flex-direction: column;
    gap: 24px;
  }
}
.footer-left {
  display: flex;
  justify-content: flex-start;
  gap: 52px;
}
@media only screen and (max-width: 1400px) {
  .footer-left {
    gap: 32px;
  }
}
@media only screen and (max-width: 1100px) {
  .footer-left {
    gap: 32px;
    width: 100%;
  }
}
@media only screen and (max-width: 760px) {
  .footer-left {
    flex-direction: column;
    width: 100%;
    gap: 0px;
  }
}
.footer-left-col {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
@media only screen and (max-width: 760px) {
  .footer-left-col:first-of-type {
    display: none;
  }
}
@media only screen and (max-width: 760px) {
  .footer-left-col {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 15px;
    width: calc(100% + 30px);
    border-bottom: 1px solid #323232;
  }
}
.footer-left-col__mobile {
  position: absolute;
  display: none;
}
@media only screen and (max-width: 1100px) {
  .footer-left-col-desktop {
    position: absolute;
    display: none;
  }
}
.footer-left-title {
  display: block;
  margin-bottom: 20px;
}
.footer-left-title span {
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 0.01em;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 0.03em;
  color: #fff;
  text-transform: uppercase;
}
.footer-left-title a {
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 0.01em;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 0.03em;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
@media only screen and (max-width: 760px) {
  .footer-left-title {
    margin-bottom: 0;
    padding: 20px 0 18px;
    position: relative;
    width: 100%;
  }
  .footer-left-title::after {
    position: absolute;
    right: 0px;
    top: calc(50% - 3px);
    width: 11px;
    height: 6px;
    background: url("../assets/svg/arrow_drop_footer.svg") no-repeat center center;
    background-size: 11px;
    content: " ";
    z-index: 2;
  }
}
.footer-left-links {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 14px;
}
@media only screen and (max-width: 760px) {
  .footer-left-links {
    display: none;
  }
}
@media only screen and (max-width: 760px) {
  .footer-left-links-opened {
    display: flex;
    padding-bottom: 18px;
  }
}
.footer-left-links-img {
  gap: 7px;
}
.footer-left-link {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  line-height: 100%;
  text-decoration: none;
}
@media only screen and (max-width: 1100px) {
  .footer-left-link {
    font-size: 13px;
  }
}
.footer-left-link:hover {
  opacity: 0.8;
}
.footer-contacts {
  position: relative;
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  margin-top: 17px;
}
@media only screen and (max-width: 1100px) {
  .footer-contacts {
    font-size: 13px;
    line-height: 15px;
    color: #969696;
    margin-top: 20px;
    max-width: 200px;
  }
}
@media only screen and (max-width: 760px) {
  .footer-contacts {
    font-size: 11px;
    line-height: 100%;
    max-width: 160px;
  }
}
.footer-contacts a {
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 1100px) {
  .footer-contacts a {
    color: #969696;
  }
}
.footer-tablet {
  display: none;
  position: absolute;
}
@media only screen and (max-width: 1100px) {
  .footer-tablet {
    position: relative;
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    align-items: center;
  }
  .footer-tablet img {
    display: block;
  }
  .footer-tablet .footer-left-title {
    margin: 0;
    padding-right: 5px;
  }
}
@media only screen and (max-width: 760px) {
  .footer-tablet {
    position: absolute;
    display: none;
  }
}
.footer-mobile {
  display: none;
  position: absolute;
}
@media only screen and (max-width: 760px) {
  .footer-mobile {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
}
.footer-mobile-col-title {
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 0.01em;
  font-weight: 800;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0.03em;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 4px;
}
.footer-mobile-col2 {
  display: flex;
  max-width: 140px;
  flex-direction: column;
  gap: 7px;
}
.footer-mobile-col2 img {
  max-width: 94px;
}
.footer-right {
  max-width: 242px;
}
@media only screen and (max-width: 1400px) {
  .footer-right {
    max-width: 222px;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 1100px) {
  .footer-right {
    min-width: 100%;
    padding-left: 0px;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 760px) {
  .footer-right {
    width: 100%;
    padding-top: 0px;
    display: flex;
    flex-direction: column;
    max-width: 100%;
  }
}
.footer-right-tablet {
  display: none;
}
@media only screen and (max-width: 1100px) {
  .footer-right-tablet {
    display: flex;
  }
}
@media only screen and (max-width: 760px) {
  .footer-right-tablet {
    position: absolute;
    bottom: -25px;
  }
}
.footer-right-mobile {
  position: absolute;
  display: none;
  padding-top: 4px;
}
@media only screen and (max-width: 1100px) {
  .footer-right-mobile {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .footer-right-mobile .footer-right-icons {
    display: flex;
  }
}
@media only screen and (max-width: 760px) {
  .footer-right-mobile {
    width: auto;
    position: absolute;
    right: 0px;
    top: -6px;
  }
  .footer-right-mobile .footer-right-icons {
    margin-bottom: 0;
  }
  .footer-right-mobile .footer-right-icon-vk img {
    margin-left: 15px;
  }
  .footer-right-mobile .footer-right-icon-vkv img {
    margin-left: 15px;
  }
  .footer-right-mobile .footer-right-icon-tg img {
    margin-left: 15px;
  }
}
.footer-right-mobile-copyright {
  font-family: Roboto;
  font-weight: 400;
  font-size: 11px;
  color: #6e6e6e;
  line-height: 100%;
}
.footer-right-text {
  font-family: "Roboto";
  font-weight: 400;
  color: #646464;
  font-size: 12px;
  line-height: 100%;
  line-height: 14px;
  margin-bottom: 22px;
}
@media only screen and (max-width: 1100px) {
  .footer-right-text {
    max-width: 421px;
  }
}
@media only screen and (max-width: 760px) {
  .footer-right-text {
    order: 1;
    margin-top: 20px;
    margin-bottom: 0px;
  }
}
.footer-right-block {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 14px;
}
@media only screen and (max-width: 1100px) {
  .footer-right-block {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    min-width: 247px;
  }
  .footer-right-block .footer-right-icons {
    display: flex;
  }
}
@media only screen and (max-width: 1100px) {
  .footer-right-block {
    flex-direction: column;
  }
}
@media only screen and (max-width: 760px) {
  .footer-right-block {
    align-items: center;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
  }
}
.footer-right-link {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  line-height: 100%;
  text-decoration: none;
}
@media only screen and (max-width: 1100px) {
  .footer-right-link {
    font-size: 13px;
  }
}
@media only screen and (max-width: 760px) {
  .footer-right-link {
    font-size: 12px;
    margin-bottom: 0;
  }
}
.footer-right-link:hover {
  opacity: 0.8;
}
.footer-right-icons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 22px;
}
@media only screen and (max-width: 1100px) {
  .footer-right-icons {
    position: relative;
    display: none;
  }
}
@media only screen and (max-width: 760px) {
  .footer-right-icons {
    position: relative;
    left: 0;
    top: 0;
    display: none;
  }
}
.footer-right-icon {
  display: inherit;
}
.footer-right-icon:hover {
  opacity: 0.8;
}
.footer-right-icon-max img {
  width: 19px;
  transform: translateY(-1px);
}
.footer-right-icon-vk img {
  width: 24px;
  transform: translateY(-1px);
  filter: invert(1);
  margin-left: 21px;
}
@media only screen and (max-width: 760px) {
  .footer-right-icon-vk img {
    width: 27px;
  }
}
.footer-right-icon-tg img {
  width: 19px;
  margin-left: 21px;
}
@media only screen and (max-width: 760px) {
  .footer-right-icon-tg img {
    width: 21px;
  }
}
.footer-right-icon-vkv img {
  width: 18px;
  height: 18px;
  margin-left: 26px;
  filter: invert(1);
}
@media only screen and (max-width: 760px) {
  .footer-right-icon-vkv img {
    width: 20px;
  }
}
.footer-logoicon {
  position: relative;
  margin-bottom: 5px;
  display: block;
}
.footer-logo {
  width: 162px;
}
@media only screen and (max-width: 1100px) {
  .footer-logo {
    width: 130px;
  }
}
.footer-copyright {
  font-family: "Roboto";
  font-weight: 400;
  color: #646464;
  font-size: 14px;
  line-height: 100%;
  line-height: 16px;
  position: relative;
  margin-top: 30px;
}
.footer-copyright span:first-of-type {
  font-style: italic;
}
@media only screen and (max-width: 1100px) {
  .footer-copyright {
    display: none;
  }
}

.mobilemenu {
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  background: #000;
  z-index: 10;
}
@media only screen and (max-width: 1150px) {
  .mobilemenu {
    display: flex;
    height: 70px;
    padding: 0 20px;
    align-items: center;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 760px) {
  .mobilemenu {
    height: 65px;
    padding: 0 15px;
  }
}
.mobilemenu-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  text-decoration: none;
  width: 12%;
}
.mobilemenu-block-icon {
  position: relative;
}
.mobilemenu-block-icon img {
  width: 33px;
  height: 33px;
}
@media only screen and (max-width: 760px) {
  .mobilemenu-block-icon img {
    width: 32px;
    height: 32px;
  }
}
.mobilemenu-block-icon .point {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 3px solid #000;
  background: #ffdd00;
  display: none;
}
@media only screen and (max-width: 760px) {
  .mobilemenu-block-icon .point {
    width: 11px;
    height: 11px;
  }
}
.mobilemenu-block__active .point {
  display: block;
}
.mobilemenu-block-text {
  font-family: Inter;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #828282;
  text-decoration: none;
}
@media only screen and (max-width: 760px) {
  .mobilemenu-block-text {
    font-size: 10px;
  }
}

.footer-catalog {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.footer-catalog__opened {
  display: block;
}
.footer-catalog-wrap {
  position: relative;
  background: #F0F0F0;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.18);
  width: 480px;
  max-width: 100vw;
  height: 100vh;
}
.footer-catalog-header {
  position: relative;
  width: 100%;
  height: 63px;
  padding: 0px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #000;
}
@media only screen and (max-width: 600px) {
  .footer-catalog-header {
    height: 44px;
    padding: 4px 15px;
  }
}
.footer-catalog-header img {
  display: block;
}
@media only screen and (max-width: 760px) {
  .footer-catalog-header img {
    max-width: 124px;
  }
}
@media only screen and (max-width: 600px) {
  .footer-catalog-close img {
    width: 16px;
  }
}
.footer-catalog-content {
  position: relative;
  height: calc(100vh - 63px);
  box-sizing: border-box;
  padding: 35px 20px;
}
@media only screen and (max-width: 600px) {
  .footer-catalog-content {
    height: calc(100vh - 46px);
    padding: 35px 15px;
  }
}
.footer-catalog-back {
  display: flex;
  gap: 6px;
  align-items: center;
  margin: 15px 0;
}
.footer-catalog-back span {
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: 19px;
  line-height: 100%;
  text-transform: uppercase;
  color: #aaa;
}
@media only screen and (max-width: 600px) {
  .footer-catalog-back span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 600px) {
  .footer-catalog-back img {
    width: 18px;
    transform: translateY(-1px);
  }
}
.footer-catalog-menu {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.footer-catalog-menu-link {
  position: relative;
  width: 100%;
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: 22px;
  line-height: 22px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 22px 0;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 600px) {
  .footer-catalog-menu-link {
    padding: 17px 0;
    font-size: 17px;
  }
}
.footer-catalog-menu-link.to-tab::after {
  position: absolute;
  right: 0px;
  top: calc(50% - 3px);
  width: 16px;
  height: 8px;
  background: url("../assets/svg/arrow_drop.svg") no-repeat center center;
  background-size: auto;
  background-size: 15px;
  content: " ";
  z-index: 2;
  transform: rotate(-90deg);
}
@media only screen and (max-width: 600px) {
  .footer-catalog-menu-link.to-tab::after {
    width: 12px;
    height: 7px;
    background-size: 11px;
  }
}
.footer-catalog-pages {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 35px;
  padding-top: 35px;
  margin-top: 22px;
  border-top: 1px solid #D2D2D2;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .footer-catalog-pages {
    gap: 30px;
  }
}
.footer-catalog-page {
  font-family: Roboto;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  font-size: 20px;
  line-height: 100%;
}
@media only screen and (max-width: 600px) {
  .footer-catalog-page {
    font-size: 16px;
  }
}
.footer-catalog-footer {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  height: 100px;
  border-top: 1px solid #D2D2D2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .footer-catalog-footer {
    position: relative;
    left: 0;
    right: 0;
    bottom: auto;
    margin-top: 40px;
    height: auto;
    padding-top: 40px;
  }
}
.footer-catalog-footer-phone {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 1400px) {
  .footer-catalog-footer-phone {
    min-width: 125px;
  }
}
.footer-catalog-footer-phone img {
  height: 26px;
}
.footer-catalog-footer-phone span {
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #000 !important;
  letter-spacing: 0;
  font-size: 18px;
  line-height: 100%;
  transform: translateY(1px);
  text-decoration: none;
}
.footer-catalog-footer-phone span a {
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #000 !important;
  letter-spacing: 0;
  font-size: 18px;
  line-height: 100%;
  text-decoration: none;
}
@media only screen and (max-width: 1400px) {
  .footer-catalog-footer-phone span {
    font-size: 18px;
  }
}
.footer-catalog-footer-social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.footer-catalog-footer-social .header-bottom-icon-tg img {
  margin-left: 15px;
}
.footer-catalog-footer-social .header-bottom-icon-vkv img {
  margin-left: 15px;
}
.footer-catalog-footer-social .header-bottom-icon-vk img {
  margin-left: 15px;
}

.popups-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  padding: 50px 0;
}
.popups-overlay__active {
  display: flex;
}

.popup {
  position: relative;
  width: 360px;
  box-sizing: border-box;
  background: #fff;
  padding: 54px 30px;
  border-radius: 6px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.06);
  z-index: 1001;
  display: none;
}
@media only screen and (max-width: 1400px) {
  .popup {
    width: 340px;
  }
}
@media only screen and (max-width: 1150px) {
  .popup {
    width: 330px;
  }
}
@media only screen and (max-width: 600px) {
  .popup {
    padding: 54px 15px;
  }
}
.popup__active {
  display: block;
}
.popup-register {
  width: 590px;
}
@media only screen and (max-width: 1150px) {
  .popup-register {
    width: 500px;
  }
}
@media only screen and (max-width: 600px) {
  .popup-register {
    width: 330px;
  }
}
.popup-register.popup__active {
  overflow-y: scroll;
  max-height: 90vh;
}
.popup-close {
  position: absolute;
  cursor: pointer;
  right: 16px;
  top: 16px;
}
.popup-close img {
  display: block;
}
.popup-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 27px;
}
.popup-header {
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: 22px;
  line-height: 23px;
  text-transform: uppercase;
}
.popup-subheader {
  font-family: "Inter";
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
}
.popup-text {
  font-family: "Inter";
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  text-align: center;
  max-width: 80%;
}
.popup-form {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 100%;
}
.popup-form-resend {
  text-align: center;
}
.popup-form-resend span {
  font-family: "Inter";
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  color: #AAAAAA;
  text-align: center;
}
.popup-form-resend a {
  text-align: center;
  font-family: "Inter";
  font-weight: 500;
}
.popup-form-disclaimer {
  font-family: Inter;
  font-size: 13px;
  line-height: 20px;
  color: #AAAAAA;
  font-weight: 400;
  display: inline-block;
  text-align: center;
  max-width: 435px;
  margin: 0 auto;
}
.popup-form-disclaimer a {
  color: #000;
}
.popup-form-disclaimer a:hover {
  color: #646464;
}
.popup-form-error {
  position: relative;
  font-family: Inter;
  font-size: 14px;
  line-height: 100%;
  color: #FF2D2D;
  font-weight: 400;
  display: flex;
  text-align: center;
  justify-content: center;
}
.popup-form-error__hidden {
  position: absolute;
  display: none;
}
.popup-form-link {
  text-align: center;
}
.popup-form-link a {
  text-align: center;
  font-family: "Inter";
  font-weight: 500;
  text-decoration: underline;
  font-size: 14px;
  cursor: pointer;
}
.popup-form-link a:hover {
  text-decoration: none;
}
.popup-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 55px;
  border-radius: 28px;
  background: #000;
  border: none;
  font-family: Inter;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  cursor: pointer;
}
.popup-btn:hover {
  background-color: #646464;
}

.popup-register::-webkit-scrollbar {
  width: 3px;
}

.popup-register::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #aaa;
}

.popup-register::-webkit-scrollbar-track {
  background: transparent;
}

.breadcrumbs {
  position: relative;
}
.breadcrumbs-item {
  position: relative;
  display: inline-block;
  padding-right: 24px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 100%;
  letter-spacing: 0.03em;
  color: #aaa;
  text-decoration: none;
}
@media only screen and (max-width: 1400px) {
  .breadcrumbs-item {
    font-size: 11px;
  }
}
@media only screen and (max-width: 600px) {
  .breadcrumbs-item {
    padding-right: 20px;
  }
}
.breadcrumbs-item::after {
  position: absolute;
  right: 11px;
  top: -1px;
  content: "|";
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 100%;
  letter-spacing: 0.03em;
  color: #aaa;
  text-decoration: none;
}
@media only screen and (max-width: 1400px) {
  .breadcrumbs-item::after {
    font-size: 11px;
  }
}
@media only screen and (max-width: 600px) {
  .breadcrumbs-item::after {
    right: 9px;
  }
}
.breadcrumbs-item:last-of-type {
  padding-right: 0px;
}
.breadcrumbs-item:last-of-type::after {
  display: none;
}

.label {
  position: relative;
  display: flex;
  align-items: center;
  font-family: Inter;
  font-weight: 700;
  font-size: 11px;
  line-height: 11px;
  height: 30px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1400px) {
  .label {
    height: 28px;
    font-size: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .label {
    height: 26px;
    font-size: 9px;
  }
}
.label img {
  display: block;
  height: 100%;
}
.label-small {
  height: 20px;
  font-size: 9px;
}
.label-new {
  color: #000;
  border-color: #000;
}
.label-hit {
  color: #FF2D2D;
  border-color: #FF2D2D;
}
.label-action {
  background-color: #FF2D2D;
  border-color: #FF2D2D;
  color: #fff;
}

.productcard {
  background: #fff;
  position: relative;
  width: 100%;
  padding: 17px 25px 27px;
  border-radius: 6px;
  max-width: 440px;
}
@media only screen and (max-width: 1400px) {
  .productcard {
    padding: 17px 18px 20px;
  }
}
@media only screen and (max-width: 600px) {
  .productcard {
    padding: 15px 15px 20px;
  }
}
.productcard-imagewrap {
  margin-bottom: 26px;
  position: relative;
  z-index: 0;
  padding-bottom: 15px;
}
@media only screen and (max-width: 1150px) {
  .productcard-imagewrap {
    padding-bottom: 0px;
  }
}
.productcard-imagewrap:hover .productcard-button {
  visibility: visible;
}
.productcard-imagewrap a {
  width: 100%;
  display: block;
  text-align: center;
}
.productcard-imagewrap a img {
  max-width: 100%;
  margin: 0 auto;
}
.productcard-imagewrap__full {
  margin-bottom: -44px;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 1150px) {
  .productcard-imagewrap__full {
    margin-bottom: -34px;
  }
}
@media only screen and (max-width: 600px) {
  .productcard-imagewrap__full {
    margin-bottom: -44px;
  }
}
.productcard-imagewrap__full a img {
  width: 100%;
  max-width: 100%;
}
.productcard-imagewrap-list {
  list-style: none outside none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  gap: 3px;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-left: 0px;
  margin: 0;
}
@media only screen and (max-width: 1150px) {
  .productcard-imagewrap-list {
    display: none !important;
  }
}
.productcard-imagewrap-list-item {
  flex-grow: 1;
}
@media only screen and (max-width: 1150px) {
  .productcard-imagewrap-list-item {
    display: none !important;
  }
}
.productcard-imagewrap-list-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 5px;
  display: flex;
  justify-content: center;
  gap: 15px;
}
@media only screen and (max-width: 1150px) {
  .productcard-imagewrap-list-pagination {
    display: none !important;
  }
}
.productcard-imagewrap-list-bullet {
  width: 5px;
  height: 5px;
  border-radius: 3px;
  background: #c4c4c4;
  transition: width 0.3s ease-in-out;
}
@media only screen and (max-width: 1150px) {
  .productcard-imagewrap-list-bullet {
    display: none !important;
  }
}
.productcard-imagewrap-list-bullet__active {
  width: 27px;
  background: #000;
}
.productcard-labelwrap {
  position: absolute;
  left: 0;
  top: 8px;
  display: flex;
  justify-content: flex-start;
  gap: 7px;
}
.productcard-buttonswrap {
  position: absolute;
  right: 0;
  top: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
  z-index: 10;
}
.productcard-button {
  visibility: hidden;
  cursor: pointer;
}
@media only screen and (max-width: 1150px) {
  .productcard-button {
    display: block;
    visibility: visible;
  }
}
.productcard-button img {
  display: block;
}
.productcard-button-fav {
  position: relative;
}
.productcard-button-fav img {
  width: 28px;
}
@media only screen and (min-width: 1151px) {
  .productcard-button-fav::after {
    position: absolute;
    left: 50%;
    top: -36px;
    content: "В избранное";
    background: #FFDD00;
    color: #000;
    height: 30px;
    padding: 0 13px;
    border-radius: 15px;
    transform: translateX(-50%);
    text-wrap: nowrap;
    z-index: 10;
    box-sizing: border-box;
    font-family: "Inter";
    font-weight: 500;
    font-size: 11px;
    line-height: 30px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }
}
.productcard-button-fav__added {
  display: block;
}
@media only screen and (min-width: 1151px) {
  .productcard-button-fav__added::after {
    content: "Удалить";
  }
}
.productcard-button-fav.fav-added {
  display: flex;
  visibility: visible;
}
.productcard-button-fav.fav-added img {
  content: url("../assets/svg/fav-added.svg");
}
@media only screen and (min-width: 1151px) {
  .productcard-button-fav.fav-added::after {
    content: "Удалить";
  }
}
@media only screen and (min-width: 1151px) {
  .productcard-button-fav:hover img {
    content: url("../assets/svg/fav-hover.svg");
  }
  .productcard-button-fav:hover::after {
    opacity: 1;
  }
}
.productcard-button-compare {
  position: relative;
}
.productcard-button-compare img {
  width: 26px;
}
@media only screen and (min-width: 1151px) {
  .productcard-button-compare::after {
    position: absolute;
    left: 50%;
    top: -38px;
    content: "В сравнение";
    background: #FFDD00;
    color: #000;
    height: 30px;
    padding: 0 13px;
    border-radius: 15px;
    transform: translateX(-50%);
    text-wrap: nowrap;
    z-index: 10;
    box-sizing: border-box;
    font-family: "Inter";
    font-weight: 500;
    font-size: 11px;
    line-height: 30px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }
}
.productcard-button-compare::before {
  display: none !important;
}
@media only screen and (min-width: 1151px) {
  .productcard-button-compare:hover img {
    opacity: 0.5;
  }
  .productcard-button-compare:hover::after {
    opacity: 1;
  }
}
.productcard-button-compare.cmp-added {
  position: relative;
  visibility: visible;
}
.productcard-button-compare.cmp-added img {
  content: url("../assets/svg/sravn_del.svg");
}
@media only screen and (min-width: 1151px) {
  .productcard-button-compare.cmp-added::after {
    content: "Удалить из сравнения";
  }
}
.productcard-name {
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: 21px;
  line-height: 24px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
  height: 48px;
  overflow-y: hidden;
  text-decoration: none;
  display: block;
}
@media only screen and (max-width: 1400px) {
  .productcard-name {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .productcard-name {
    margin-bottom: 12px;
    height: auto;
  }
}
.productcard-colorwrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  margin-bottom: 23px;
  margin-left: -3px;
  padding-top: 1px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 600px) {
  .productcard-colorwrap {
    margin-bottom: 18px;
  }
}
.productcard-color label {
  cursor: pointer;
}
.productcard-color input {
  display: none;
}
.productcard-color input ~ div {
  border: 1px solid transparent;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 12px;
}
.productcard-color input:checked ~ div {
  border: 1px solid #646464;
}
.productcard-color span {
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 11px;
  border: 2px solid #fff;
  position: relative;
}
.productcard-color span.haswhite::after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: " ";
  border: 1px solid #D7D7D7;
  border-radius: 50%;
}
.productcard-color:hover div {
  border: 1px solid #646464;
}
.productcard-color .red {
  background-color: #ff0000;
}
.productcard-color .black {
  background-color: #000;
}
.productcard-specs {
  position: relative;
}
.productcard-spec {
  font-family: Inter;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #646464;
}
@media only screen and (max-width: 600px) {
  .productcard-spec {
    font-size: 12px;
    line-height: 17px;
  }
}
.productcard-spec span {
  font-weight: 600;
  padding-left: 4px;
  text-transform: uppercase;
  color: #000;
}
.productcard-spec a {
  font-weight: 600;
  padding-left: 4px;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
}
.productcard-spec a:hover {
  color: #646464;
}
.productcard-spec-close {
  display: none;
}
.productcard-spec-sizes div {
  display: flex;
  justify-content: flex-start;
  gap: 7px;
  align-items: center;
}
.productcard-spec-size {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  min-width: 33px;
  padding-left: 5px;
  padding-right: 4px;
  height: 20px;
  border: 1px solid #C4C4C4;
  border-radius: 3px;
  line-height: 20px;
  cursor: pointer;
  position: relative;
}
.productcard-spec-size__active {
  border: 2px solid #000;
  cursor: default;
}
@media only screen and (min-width: 1151px) {
  .productcard-spec-size::after {
    position: absolute;
    left: 50%;
    top: -38px;
    content: attr(data-tooltip);
    background: #FFDD00;
    color: #000;
    height: 30px;
    padding: 0 13px;
    border-radius: 15px;
    transform: translateX(-50%);
    text-wrap: nowrap;
    z-index: 10;
    box-sizing: border-box;
    font-family: "Inter";
    font-weight: 500;
    font-size: 11px;
    line-height: 30px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    text-transform: none !important;
  }
}
@media only screen and (min-width: 1151px) {
  .productcard-spec-size:hover::after {
    opacity: 1;
  }
}
.productcard-bottom {
  position: relative;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-content: center;
}
.productcard-priceblock {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.productcard-price {
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: 22px;
  line-height: 100%;
  color: #000;
}
@media only screen and (max-width: 1400px) {
  .productcard-price {
    font-size: 20px;
  }
}
.productcard-links {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .productcard-links {
    gap: 5px;
  }
}
.productcard-detailpage {
  position: relative;
  display: block;
}
.productcard-detailpage__inbasket {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  background: #000;
  border-radius: 21px;
  transition: background 0.3s ease-in-out;
  cursor: pointer;
}
@media only screen and (max-width: 1400px) {
  .productcard-detailpage__inbasket {
    width: 40px;
    height: 40px;
  }
}
.productcard-detailpage__inbasket img {
  max-width: 100%;
}
@media only screen and (min-width: 1151px) {
  .productcard-detailpage__inbasket::after {
    position: absolute;
    left: 50%;
    top: -36px;
    content: "Добавить в корзину";
    background: #FFDD00;
    color: #000;
    height: 30px;
    padding: 0 13px;
    border-radius: 15px;
    transform: translateX(-50%);
    text-wrap: nowrap;
    z-index: 5;
    box-sizing: border-box;
    font-family: "Inter";
    font-weight: 500;
    font-size: 11px;
    line-height: 30px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }
}
.productcard-detailpage__inbasket:hover {
  background: #646464;
}
@media only screen and (min-width: 1151px) {
  .productcard-detailpage__inbasket:hover::after {
    opacity: 1;
  }
}
.productcard-detailpage__inbasket_added {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  background: #fff;
  border-radius: 21px;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
}
@media only screen and (max-width: 1400px) {
  .productcard-detailpage__inbasket_added {
    width: 40px;
    height: 40px;
  }
}
.productcard-detailpage__inbasket_added img {
  display: block;
  max-width: 100%;
}
@media only screen and (min-width: 1151px) {
  .productcard-detailpage__inbasket_added::after {
    position: absolute;
    left: 50%;
    top: -36px;
    content: "Удалить из корзины";
    background: #FFDD00;
    color: #000;
    height: 30px;
    padding: 0 13px;
    border-radius: 15px;
    transform: translateX(-50%);
    text-wrap: nowrap;
    z-index: 5;
    box-sizing: border-box;
    font-family: "Inter";
    font-weight: 500;
    font-size: 11px;
    line-height: 30px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }
}
.productcard-detailpage__inbasket_added:hover img {
  opacity: 0.65;
}
@media only screen and (min-width: 1151px) {
  .productcard-detailpage__inbasket_added:hover::after {
    opacity: 1;
  }
}
.productcard-detailpage__img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  background: #000;
  border-radius: 21px;
  transition: background 0.3s ease-in-out;
  cursor: pointer;
}
@media only screen and (max-width: 1400px) {
  .productcard-detailpage__img {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (min-width: 1151px) {
  .productcard-detailpage__img::after {
    position: absolute;
    left: 50%;
    top: -36px;
    content: "На страницу товара";
    background: #FFDD00;
    color: #000;
    height: 30px;
    padding: 0 13px;
    border-radius: 15px;
    transform: translateX(-50%);
    text-wrap: nowrap;
    z-index: 5;
    box-sizing: border-box;
    font-family: "Inter";
    font-weight: 500;
    font-size: 11px;
    line-height: 30px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }
}
.productcard-detailpage__img:hover {
  background: #646464;
}
@media only screen and (min-width: 1151px) {
  .productcard-detailpage__img:hover::after {
    opacity: 1;
  }
}
.productcard-details {
  display: none;
}
.productcard.inbasket .productcard-detailpage__inbasket {
  display: flex;
}

@media only screen and (max-width: 1400px) {
  .card-small .productcard {
    padding: 15px 15px 17px;
  }
}
@media only screen and (max-width: 600px) {
  .card-small .productcard {
    padding: 15px 10px 10px 10px;
  }
}
.card-small .productcard-name {
  height: 24px;
}
@media only screen and (min-width: 1151px) {
  .card-small .productcard-name {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 1150px) {
  .card-small .productcard-name {
    height: 36px;
    margin-bottom: 15px !important;
    font-size: 19px;
    line-height: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .card-small .productcard-name {
    margin-bottom: 12px !important;
  }
}
@media only screen and (max-width: 1150px) {
  .card-small .productcard-specs {
    position: absolute;
    left: -15px;
    right: -15px;
    bottom: 40px;
    z-index: 10;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    padding: 25px 8px 15px 15px;
    display: none;
  }
}
@media only screen and (max-width: 1150px) {
  .card-small .productcard-spec-close {
    position: absolute;
    display: block;
    right: 8px;
    top: 8px;
  }
}
@media only screen and (max-width: 1150px) {
  .card-small .productcard-spec-close img {
    display: block;
  }
}
@media only screen and (max-width: 1150px) {
  .card-small .productcard-details {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    font-family: Inter;
    font-weight: 600;
    font-size: 13px;
    color: #aaa;
    cursor: pointer;
  }
}
@media only screen and (max-width: 1150px) {
  .card-small .productcard-details img {
    display: block;
  }
}
@media only screen and (max-width: 1150px) {
  .card-small .productcard-details__show + .productcard-specs {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  .card-small .productcard-colorwrap {
    margin-bottom: 17px;
  }
}
@media only screen and (max-width: 1150px) {
  .card-small .productcard-bottom {
    flex-direction: column;
    gap: 20px;
    padding-top: 5px;
  }
}
@media only screen and (max-width: 600px) {
  .card-small .productcard-bottom {
    gap: 15px;
    padding-top: 10px;
  }
}
@media only screen and (max-width: 1150px) {
  .card-small .productcard-links {
    display: flex;
    justify-content: flex-end;
  }
}
.card-small .productcard-imagewrap {
  padding-bottom: 10px;
}
@media only screen and (max-width: 1400px) {
  .card-small .productcard-imagewrap {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1150px) {
  .card-small .productcard-imagewrap {
    padding-bottom: 0px;
    position: static;
  }
}
.card-small .productcard-imagewrap__full {
  margin-bottom: -44px;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 1150px) {
  .card-small .productcard-imagewrap__full {
    position: initial;
    margin-bottom: -24px;
  }
}
@media only screen and (max-width: 600px) {
  .card-small .productcard-imagewrap__full {
    margin-bottom: -14px;
  }
}
.card-small .productcard-imagewrap__full a img {
  width: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 1150px) {
  .card-small .productcard-labelwrap {
    left: 15px;
    top: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .card-small .productcard-labelwrap {
    left: 8px;
    top: 10px;
  }
}
@media only screen and (max-width: 1150px) {
  .card-small .productcard-buttonswrap {
    left: 20px;
    right: auto;
    top: auto;
    bottom: 27px;
    flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 600px) {
  .card-small .productcard-buttonswrap {
    bottom: 15px;
    left: 8px;
    gap: 6px;
  }
}
@media only screen and (max-width: 1150px) {
  .card-small .productcard-button img {
    display: block;
  }
}
@media only screen and (max-width: 1150px) {
  .card-small .productcard-name {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .card-small .productcard-name {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 600px) {
  .card-small .productcard-price {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1150px) {
  .card-small .productcard-detailpage__img {
    width: 35px;
    height: 35px;
  }
}
@media only screen and (max-width: 1150px) {
  .card-small .productcard-detailpage__inbasket {
    width: 35px;
    height: 35px;
  }
}
@media only screen and (max-width: 1150px) {
  .card-small .productcard-detailpage__inbasket_added {
    width: 35px;
    height: 35px;
  }
}

.mainslider {
  background: #f0f0f0;
  padding-bottom: 105px;
  width: 100%;
}
@media only screen and (max-width: 1400px) {
  .mainslider {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1150px) {
  .mainslider {
    padding-bottom: 0px;
  }
}
.mainslider-wrap {
  position: relative;
  padding-bottom: 40px;
}
@media only screen and (max-width: 1150px) {
  .mainslider-wrap {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .mainslider-wrap {
    padding-bottom: 27px;
  }
}
.mainslider img {
  width: 100%;
}
.mainslider .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #c4c4c4;
  opacity: 1;
  margin: 0 12px !important;
  transition: width 0.3s ease-in-out;
}
@media only screen and (max-width: 1400px) {
  .mainslider .swiper-pagination-bullet {
    margin: 0 11px !important;
    width: 7px;
    height: 7px;
  }
}
@media only screen and (max-width: 600px) {
  .mainslider .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    margin: 0 7px !important;
  }
}
.mainslider .swiper-pagination-bullet-active {
  width: 40px;
  background: #000;
}
@media only screen and (max-width: 1400px) {
  .mainslider .swiper-pagination-bullet-active {
    width: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .mainslider .swiper-pagination-bullet-active {
    width: 25px;
  }
}

.maincategories {
  position: relative;
  width: 100%;
  background: #141414;
  padding-bottom: 37px;
}
@media only screen and (max-width: 1100px) {
  .maincategories {
    display: none !important;
  }
}
.maincategories-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-shrink: 1;
  padding-bottom: 113px;
}
@media only screen and (max-width: 1400px) {
  .maincategories-wrap {
    padding-bottom: 63px;
  }
}
.maincategories-sub {
  display: none;
}
.maincategories-sub-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-shrink: 1;
  flex-wrap: wrap;
  gap: 35px;
}
.maincategories-sub.section-inner {
  max-width: 1300px;
}
.maincategories-sub-closewrap {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 50px;
}
.maincategories-sub-close {
  position: relative;
  height: 68px;
  width: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  border: 1px solid #aaa;
  border-radius: 34px;
  cursor: pointer;
}
.maincategories-sub-close img {
  transform: rotate(45deg);
}
.maincategories-category {
  height: 675px;
  position: relative;
  border-radius: 6px;
}
.maincategories-category.bg1 {
  background: url("../assets/images/index/s1.png") no-repeat center center;
  background-size: cover;
}
.maincategories-category.bg2 {
  background: url("../assets/images/index/s2.png") no-repeat center center;
  background-size: cover;
}
.maincategories-category.bg3 {
  background: url("../assets/images/index/s3.png") no-repeat center center;
  background-size: cover;
}
.maincategories-category-title {
  position: absolute;
  left: 30px;
  bottom: 30px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background: #000;
  border: 1px solid #aaa;
  border-radius: 34px;
  padding: 0 26px 0 35px;
  cursor: pointer;
  text-decoration: none;
}
@media only screen and (max-width: 1400px) {
  .maincategories-category-title {
    height: 60px;
    bottom: 25px;
    left: 25px;
    border-radius: 30px;
    padding: 0 23px 0 30px;
  }
}
.maincategories-category-title a {
  text-decoration: none;
}
.maincategories-category-title span {
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: 26px;
  line-height: 100%;
  color: #fff;
  text-transform: uppercase;
}
@media only screen and (max-width: 1400px) {
  .maincategories-category-title span {
    font-size: 23px;
  }
}
.maincategories-category-title::after {
  position: absolute;
  left: 0;
  top: -36px;
  opacity: 0;
  content: "Перейти в каталог";
  background: #FFDD00;
  height: 30px;
  padding: 0 13px;
  border-radius: 15px;
  font-family: "Inter";
  font-weight: 500;
  font-size: 11px;
  line-height: 30px;
  color: #000;
  transition: opacity 0.3s ease-in-out;
}
.maincategories-category-title:hover::after {
  opacity: 1;
}
.maincategories-category-sub {
  width: 410px;
  height: 400px;
}
.maincategories-category-sub .maincategories-category-title {
  left: 15px;
  bottom: 15px;
  height: 56px;
  border-radius: 28px;
  padding: 0 20px 0 30px;
  text-decoration: none;
}
.maincategories-category-sub .maincategories-category-title span {
  font-size: 22px;
}
.maincategories-category-expand {
  position: absolute;
  right: 30px;
  bottom: 30px;
  height: 68px;
  width: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  border: 1px solid #aaa;
  border-radius: 34px;
  cursor: pointer;
}
@media only screen and (max-width: 1400px) {
  .maincategories-category-expand {
    right: 25px;
    bottom: 25px;
    width: 60px;
    height: 60px;
    border-radius: 30px;
  }
}
.maincategories-category-expand::after {
  position: absolute;
  left: 50%;
  top: -36px;
  content: "Посмотреть категории";
  background: #FFDD00;
  height: 30px;
  padding: 0 13px;
  border-radius: 15px;
  transform: translateX(-50%);
  text-wrap: nowrap;
  font-family: "Inter";
  font-weight: 500;
  font-size: 11px;
  line-height: 30px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.maincategories-category-expand:hover::after {
  opacity: 1;
}
.maincategories-left {
  width: 61%;
}
.maincategories-right {
  width: 36.4%;
  display: flex;
  flex-direction: column;
  gap: 35px;
  justify-content: space-between;
  height: 100%;
  position: relative;
  flex-shrink: 1;
}
.maincategories-right .maincategories-category {
  max-height: 320px;
}

@keyframes hoverafter {
  0% {
    top: 0;
    opacity: 0;
  }
  100% {
    top: -36px;
    opacity: 1;
  }
}
.maintop {
  position: relative;
  background: #F0F0F0;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow-x: hidden;
}
@media only screen and (min-width: 1151px) {
  .maintop {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .maintop {
    padding-top: 25px;
    padding-bottom: 40px;
  }
}
.maintop-title {
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-size: 44px;
  color: #000;
  margin-bottom: 60px;
}
@media only screen and (max-width: 600px) {
  .maintop-title {
    font-size: 33px;
    margin-bottom: 30px;
  }
}
.maintop-title span {
  color: #F0F0F0;
  font-style: italic;
  text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000; /* Bottom-right shadow */
}
.maintop-cardlist {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.maintop-card {
  width: calc((100% - 30px) / 3);
  margin-bottom: 15px;
}
@media only screen and (max-width: 600px) {
  .maintop-card {
    width: calc(50% - 7px);
  }
}
.maintop-more {
  margin-top: 25px !important;
}

.slidercatalog {
  background: #000;
}
.slidercatalog-slide {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1150px) {
  .slidercatalog-slide {
    flex-direction: column;
  }
}
.slidercatalog-slide-left {
  width: 50%;
}
@media only screen and (max-width: 1150px) {
  .slidercatalog-slide-left {
    width: 100%;
  }
}
.slidercatalog-slide-left img {
  max-width: 100%;
  display: block;
}
@media only screen and (max-width: 1150px) {
  .slidercatalog-slide-left img {
    width: 100%;
  }
}
.slidercatalog-slide-right {
  width: 50%;
  padding: 132px 139px;
}
@media only screen and (max-width: 1500px) {
  .slidercatalog-slide-right {
    padding: 100px 110px;
  }
}
@media only screen and (max-width: 1400px) {
  .slidercatalog-slide-right {
    padding: 70px 85px;
  }
}
@media only screen and (max-width: 1150px) {
  .slidercatalog-slide-right {
    width: 100%;
    padding: 35px 40px 94px;
  }
}
@media only screen and (max-width: 600px) {
  .slidercatalog-slide-right {
    padding: 20px 15px 67px;
  }
}
.slidercatalog-slide-label {
  position: relative;
  background: #FFDD00;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Inter;
  font-weight: 600;
  font-size: 12px;
  line-height: 109%;
  color: #000;
  text-transform: uppercase;
  padding: 0 10px;
  border-radius: 14px;
  max-width: 82px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1400px) {
  .slidercatalog-slide-label {
    height: 26px;
    font-size: 11px;
  }
}
@media only screen and (max-width: 1150px) {
  .slidercatalog-slide-label {
    height: 24px;
    font-size: 10px;
    max-width: 72px;
  }
}
@media only screen and (max-width: 600px) {
  .slidercatalog-slide-label {
    max-width: 55px;
    font-size: 8px;
    height: 18px;
    margin-bottom: 6px;
  }
}
.slidercatalog-slide-title {
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: 64px;
  line-height: 100%;
  color: #fff;
  margin-bottom: 28px;
}
@media only screen and (max-width: 1400px) {
  .slidercatalog-slide-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1150px) {
  .slidercatalog-slide-title {
    font-size: 43px;
    margin-bottom: 23px;
  }
}
@media only screen and (max-width: 600px) {
  .slidercatalog-slide-title {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
.slidercatalog-slide-text {
  font-family: "Inter";
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  max-width: 450px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1400px) {
  .slidercatalog-slide-text {
    font-size: 16px;
    line-height: 21px;
    max-width: 380px;
  }
}
@media only screen and (max-width: 1150px) {
  .slidercatalog-slide-text {
    max-width: 100%;
    margin-bottom: 21px;
  }
}
@media only screen and (max-width: 600px) {
  .slidercatalog-slide-text {
    font-size: 13px;
    line-height: 17px;
    max-width: 90%;
    margin-bottom: 12px;
  }
}
.slidercatalog-slide-tags {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 350px;
  margin-bottom: 55px;
}
@media only screen and (max-width: 1150px) {
  .slidercatalog-slide-tags {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .slidercatalog-slide-tags {
    margin-bottom: 18px;
  }
}
.slidercatalog-slide-tags span {
  font-family: Inter;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #fff;
  padding-right: 12px;
}
@media only screen and (max-width: 1400px) {
  .slidercatalog-slide-tags span {
    font-size: 12px;
    line-height: 17px;
  }
}
@media only screen and (max-width: 600px) {
  .slidercatalog-slide-tags span {
    font-size: 11px;
    line-height: 14px;
    color: #aaa;
  }
}
.slidercatalog-slide-tags span b {
  font-weight: 800;
  text-transform: uppercase;
}
.slidercatalog-slide-link {
  max-width: 145px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #fff;
  border-radius: 22px;
  padding: 0 27px 0 29px;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.3s ease-in-out;
}
.slidercatalog-slide-link:hover {
  background: #FFDD00;
}
@media only screen and (max-width: 1400px) {
  .slidercatalog-slide-link {
    height: 40px;
    padding: 0 18px 0 20px;
    border-radius: 20px;
    max-width: 135px;
  }
}
@media only screen and (max-width: 1150px) {
  .slidercatalog-slide-link {
    max-width: 130px;
    gap: 7px;
  }
}
@media only screen and (max-width: 600px) {
  .slidercatalog-slide-link {
    height: 40px;
    max-width: 110px;
    padding: 0 20px;
  }
}
.slidercatalog-slide-link span {
  font-family: Inter;
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  color: #000;
  text-decoration: none;
  transform: translateY(-1px);
}
@media only screen and (max-width: 1400px) {
  .slidercatalog-slide-link span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 600px) {
  .slidercatalog-slide-link span {
    font-size: 12px;
  }
}
.slidercatalog-slide-link img {
  filter: invert(1);
  width: 7px;
}
@media only screen and (max-width: 1400px) {
  .slidercatalog-slide-link img {
    width: 6px;
  }
}
@media only screen and (max-width: 600px) {
  .slidercatalog-slide-link img {
    width: 5px;
  }
}
.slidercatalog .swiper-pagination {
  text-align: left;
  bottom: 46px;
  left: calc(50% + 127px);
}
@media only screen and (max-width: 1400px) {
  .slidercatalog .swiper-pagination {
    left: calc(50% + 85px);
  }
}
@media only screen and (max-width: 1150px) {
  .slidercatalog .swiper-pagination {
    bottom: 33px;
    left: 30px;
    width: 80%;
  }
}
@media only screen and (max-width: 600px) {
  .slidercatalog .swiper-pagination {
    bottom: 23px;
    left: 0px;
    right: 0px;
    text-align: center;
    width: 100%;
  }
}
.slidercatalog .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #fff;
  opacity: 1;
  margin: 0 12px !important;
  transition: width 0.3s ease-in-out;
}
@media only screen and (max-width: 1400px) {
  .slidercatalog .swiper-pagination-bullet {
    margin: 0 11px !important;
    width: 7px;
    height: 7px;
  }
}
@media only screen and (max-width: 600px) {
  .slidercatalog .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    margin: 0 7px !important;
  }
}
.slidercatalog .swiper-pagination-bullet-active {
  width: 40px;
  background: #FFDD00;
}
@media only screen and (max-width: 1400px) {
  .slidercatalog .swiper-pagination-bullet-active {
    width: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .slidercatalog .swiper-pagination-bullet-active {
    width: 25px;
  }
}
.slidercatalog .swiper-button-next {
  width: 83px;
  height: 19px;
  right: 15;
  bottom: 19px;
  top: auto;
  display: none;
}
@media only screen and (max-width: 1400px) {
  .slidercatalog .swiper-button-next {
    width: 72px;
  }
}
.slidercatalog .swiper-button-next img {
  width: 83px;
  transform: rotate(180deg);
  max-width: 100%;
}
@media only screen and (max-width: 1400px) {
  .slidercatalog .swiper-button-next img {
    width: 72px;
  }
}
@media only screen and (max-width: 600px) {
  .slidercatalog .swiper-button-next {
    display: block;
    width: 39px;
  }
}
.slidercatalog .swiper-button-next::after {
  display: none;
}
.slidercatalog .swiper-button-prev {
  width: 83px;
  height: 19px;
  left: 15px;
  bottom: 19px;
  top: auto;
  display: none;
}
@media only screen and (max-width: 1400px) {
  .slidercatalog .swiper-button-prev {
    width: 72px;
  }
}
.slidercatalog .swiper-button-prev img {
  width: 83px;
  max-width: 100%;
}
@media only screen and (max-width: 1400px) {
  .slidercatalog .swiper-button-prev img {
    width: 72px;
  }
}
@media only screen and (max-width: 600px) {
  .slidercatalog .swiper-button-prev {
    display: block;
    width: 39px;
  }
}
.slidercatalog .swiper-button-prev::after {
  display: none;
}

.mainpopular {
  position: relative;
  background: #F0F0F0;
  width: 100%;
  padding-top: 97px;
  padding-bottom: 150px;
  display: none;
}
@media only screen and (max-width: 1400px) {
  .mainpopular {
    padding-bottom: 95px;
    padding-top: 70px;
  }
}
@media only screen and (max-width: 1150px) {
  .mainpopular {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 760px) {
  .mainpopular {
    padding-top: 30px;
    display: block;
    padding-bottom: 10px;
  }
}
.mainpopular-title {
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-size: 81px;
  color: #000;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1400px) {
  .mainpopular-title {
    font-size: 60px;
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 1150px) {
  .mainpopular-title {
    font-size: 44px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .mainpopular-title {
    font-size: 33px;
    margin-bottom: 15px;
  }
}
.mainpopular-title span {
  color: #F0F0F0;
  font-style: italic;
  text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000; /* Bottom-right shadow */
}
.mainpopular-title__centered {
  text-align: center;
  font-size: 50px;
  margin-bottom: 85px;
}
@media only screen and (max-width: 1150px) {
  .mainpopular-title__centered {
    font-size: 40px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 600px) {
  .mainpopular-title__centered {
    font-size: 30px;
    padding-top: 20px;
    margin-bottom: 45px;
  }
}
.mainpopular-slider {
  position: relative;
  padding-bottom: 70px;
  padding-top: 20px;
}
@media only screen and (max-width: 1400px) {
  .mainpopular-slider {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 760px) {
  .mainpopular-slider {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 1150px) {
  .mainpopular-slider-product {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .mainpopular-slider-product {
    padding-bottom: 30px;
  }
}
.mainpopular-slide {
  min-height: 100px;
}
@media only screen and (max-width: 1150px) {
  .mainpopular-slide {
    width: calc(50% - 8px);
    margin-bottom: 16px;
  }
}
.mainpopular-more {
  margin-top: 25px !important;
}
@media only screen and (min-width: 1151px) {
  .mainpopular-more {
    display: none !important;
  }
}
.mainpopular .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #c4c4c4;
  opacity: 1;
  margin: 0 12px !important;
  transition: width 0.3s ease-in-out;
}
@media only screen and (max-width: 1400px) {
  .mainpopular .swiper-pagination-bullet {
    margin: 0 11px !important;
    width: 7px;
    height: 7px;
  }
}
@media only screen and (max-width: 600px) {
  .mainpopular .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    margin: 0 7px !important;
  }
}
.mainpopular .swiper-pagination-bullet-active {
  width: 40px;
  background: #000;
}
@media only screen and (max-width: 1400px) {
  .mainpopular .swiper-pagination-bullet-active {
    width: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .mainpopular .swiper-pagination-bullet-active {
    width: 25px;
  }
}
.mainpopular .swiper-button-next {
  width: 83px;
  height: 19px;
  right: 0;
  bottom: 8px;
  top: auto;
}
@media only screen and (max-width: 1400px) {
  .mainpopular .swiper-button-next {
    width: 72px;
  }
}
@media only screen and (max-width: 600px) {
  .mainpopular .swiper-button-next {
    width: 40px;
    bottom: 6px;
  }
}
.mainpopular .swiper-button-next img {
  width: 83px;
}
@media only screen and (max-width: 1400px) {
  .mainpopular .swiper-button-next img {
    width: 72px;
  }
}
@media only screen and (max-width: 600px) {
  .mainpopular .swiper-button-next img {
    width: 40px;
  }
}
@media only screen and (max-width: 1150px) {
  .mainpopular .swiper-button-next-index {
    display: none;
  }
}
.mainpopular .swiper-button-next::after {
  display: none;
}
.mainpopular .swiper-button-prev {
  width: 83px;
  height: 19px;
  left: 0;
  bottom: 8px;
  top: auto;
}
@media only screen and (max-width: 1400px) {
  .mainpopular .swiper-button-prev {
    width: 72px;
  }
}
@media only screen and (max-width: 600px) {
  .mainpopular .swiper-button-prev {
    width: 40px;
    bottom: 6px;
  }
}
.mainpopular .swiper-button-prev img {
  width: 83px;
  transform: rotate(180deg);
}
@media only screen and (max-width: 1400px) {
  .mainpopular .swiper-button-prev img {
    width: 72px;
  }
}
@media only screen and (max-width: 600px) {
  .mainpopular .swiper-button-prev img {
    width: 40px;
  }
}
@media only screen and (max-width: 1150px) {
  .mainpopular .swiper-button-prev-index {
    display: none;
  }
}
.mainpopular .swiper-button-prev::after {
  display: none;
}

.mainbrand {
  background: url("../assets/images/index/brand_bg.jpg") no-repeat center center;
  background-size: cover;
}
.mainbrand-wrap {
  padding: 154px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 46px;
}
@media only screen and (max-width: 1400px) {
  .mainbrand-wrap {
    gap: 37px;
    padding: 100px 0;
  }
}
@media only screen and (max-width: 1150px) {
  .mainbrand-wrap {
    flex-direction: column;
    padding: 70px 40px;
    gap: 0px;
  }
}
@media only screen and (max-width: 600px) {
  .mainbrand-wrap {
    padding: 60px 15px;
  }
}
@media only screen and (max-width: 1400px) {
  .mainbrand-col {
    width: calc(50% - 19px);
  }
}
@media only screen and (max-width: 1150px) {
  .mainbrand-col {
    width: 100%;
  }
}
.mainbrand-col img {
  max-width: 100%;
}
@media only screen and (max-width: 1150px) {
  .mainbrand-col img {
    max-width: 525px;
  }
}
@media only screen and (max-width: 600px) {
  .mainbrand-col img {
    max-width: 70%;
  }
}
.mainbrand-title {
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: 81px;
  letter-spacing: 0.01em;
  line-height: 100%;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 65px;
}
@media only screen and (max-width: 1400px) {
  .mainbrand-title {
    font-size: 60px;
    margin-bottom: 55px;
  }
}
@media only screen and (max-width: 600px) {
  .mainbrand-title {
    font-size: 38px;
    margin-bottom: 35px;
  }
}
.mainbrand-title span {
  font-style: italic;
  color: #FFDD00;
}
.mainbrand-text {
  font-family: "Inter";
  font-weight: 500;
  font-size: 20px;
  line-height: 31px;
  color: #fff;
  margin-bottom: 65px;
  max-width: 530px;
}
@media only screen and (max-width: 1400px) {
  .mainbrand-text {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 70px;
    max-width: 425px;
  }
}
@media only screen and (max-width: 1150px) {
  .mainbrand-text {
    max-width: 545px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .mainbrand-text {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 35px;
  }
}
.mainbrand-subtitle {
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: 45px;
  line-height: 60px;
  letter-spacing: 0.02em;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 115px;
  max-width: 580px;
}
@media only screen and (max-width: 1400px) {
  .mainbrand-subtitle {
    font-size: 35px;
    line-height: 47px;
    max-width: 350px;
    margin-bottom: 87px;
  }
}
@media only screen and (max-width: 1150px) {
  .mainbrand-subtitle {
    max-width: 500px;
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .mainbrand-subtitle {
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 40px;
  }
}
.mainbrand-subtitle span {
  font-style: italic;
}
.mainbrand-col2 {
  padding-top: 10px;
}
@media only screen and (max-width: 600px) {
  .mainbrand-col2 {
    padding-top: 0px;
  }
}
.mainbrand-col2 .mainbrand-img {
  margin-top: 210px;
}
@media only screen and (max-width: 1400px) {
  .mainbrand-col2 .mainbrand-img {
    margin-top: 170px;
  }
}
@media only screen and (max-width: 1150px) {
  .mainbrand-col2 .mainbrand-img {
    margin-top: 20px;
  }
}
.mainbrand-img__right img {
  float: right;
}

.mainquality {
  display: block;
}
.mainquality img {
  display: block;
  width: 100%;
}

.mainchoose {
  position: relative;
  width: 100%;
  background: url("../assets/images/index_new/choose_bg3.jpg") no-repeat center bottom #141414;
  background-size: contain;
}
.mainchoose-wrap {
  padding: 96px 0 191px;
}
@media only screen and (max-width: 1400px) {
  .mainchoose-wrap {
    gap: 37px;
    padding: 66px 0 100px;
  }
}
@media only screen and (max-width: 1150px) {
  .mainchoose-wrap {
    flex-direction: column;
    padding: 46px 40px 100px;
    gap: 0px;
  }
}
@media only screen and (max-width: 760px) {
  .mainchoose-wrap {
    padding: 36px 15px 65px;
  }
}
.mainchoose-head {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 155px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-size: 81px;
  color: #fff;
}
@media only screen and (max-width: 1400px) {
  .mainchoose-head {
    font-size: 60px;
    margin-bottom: 105px;
  }
}
@media only screen and (max-width: 1150px) {
  .mainchoose-head {
    font-size: 44px;
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 760px) {
  .mainchoose-head {
    font-size: 33px;
    margin-bottom: 30px;
  }
}
.mainchoose-head span {
  color: #141414;
  font-style: italic;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff; /* Bottom-right shadow */
}
.mainchoose-cols {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.mainchoose-col {
  max-width: 280px;
}
@media only screen and (max-width: 1150px) {
  .mainchoose-col {
    max-width: 203px;
  }
}
@media only screen and (max-width: 760px) {
  .mainchoose-col {
    max-width: 100px;
  }
}
.mainchoose-col-wrap {
  position: relative;
  min-height: 400px;
}
@media only screen and (max-width: 1400px) {
  .mainchoose-col-wrap {
    min-height: 330px;
  }
}
@media only screen and (max-width: 1150px) {
  .mainchoose-col-wrap {
    min-height: 330px;
  }
}
@media only screen and (max-width: 760px) {
  .mainchoose-col-wrap {
    min-height: 150px;
  }
}
.mainchoose-col-step {
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: 60px;
  line-height: 100%;
  color: #fff;
  padding-bottom: 40px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1400px) {
  .mainchoose-col-step {
    font-size: 45px;
  }
}
@media only screen and (max-width: 1150px) {
  .mainchoose-col-step {
    font-size: 42px;
  }
}
@media only screen and (max-width: 760px) {
  .mainchoose-col-step {
    font-size: 21px;
    padding-bottom: 13px;
  }
}
.mainchoose-col-title {
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  padding-bottom: 20px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1400px) {
  .mainchoose-col-title {
    font-size: 30px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 760px) {
  .mainchoose-col-title {
    font-size: 14px;
    line-height: 17px;
    padding-bottom: 10px;
  }
}
.mainchoose-col-text {
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}
@media only screen and (max-width: 1400px) {
  .mainchoose-col-text {
    font-size: 15px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 760px) {
  .mainchoose-col-text {
    font-size: 8px;
    line-height: 10px;
  }
}
.mainchoose-col-article-head {
  font-family: Inter;
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  padding-bottom: 4px;
}
@media only screen and (max-width: 1400px) {
  .mainchoose-col-article-head {
    font-size: 17px;
  }
}
@media only screen and (max-width: 760px) {
  .mainchoose-col-article-head {
    font-size: 10px;
    line-height: 100%;
  }
}
.mainchoose-col-article-link {
  font-family: "Inter";
  font-weight: 500;
  color: #FFDD00;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}
@media only screen and (max-width: 1400px) {
  .mainchoose-col-article-link {
    font-size: 13px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 760px) {
  .mainchoose-col-article-link {
    font-size: 9px;
    line-height: 100%;
    display: inline-block;
  }
}
.mainchoose-col-article-link:hover {
  color: #fff;
}

.mainsections {
  position: relative;
  width: 100%;
  background: #F0F0F0;
}
.mainsections-wrap {
  padding: 10px 0 150px;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 60px;
  align-items: flex-start;
}
@media only screen and (max-width: 1150px) {
  .mainsections-wrap {
    padding: 50px 40px;
    gap: 30px;
  }
}
@media only screen and (max-width: 760px) {
  .mainsections-wrap {
    padding: 40px 15px;
    flex-direction: column;
    gap: 16px;
  }
}
.mainsections-imageblock {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.mainsections-imageblock img {
  display: block;
  position: relative;
  max-width: 100%;
}
.mainsections-section {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding: 120px 50px 50px;
  background: #141414;
  background: linear-gradient(0deg, rgb(20, 20, 20) 0%, rgb(20, 20, 20) 62%, rgba(0, 0, 0, 0) 100%);
}
@media only screen and (max-width: 1400px) {
  .mainsections-section {
    padding: 120px 40px 40px;
  }
}
@media only screen and (max-width: 1100px) {
  .mainsections-section {
    padding: 120px 30px 40px;
  }
}
@media only screen and (max-width: 760px) {
  .mainsections-section {
    padding: 80px 20px 22px;
  }
}
.mainsections-section-head {
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1400px) {
  .mainsections-section-head {
    font-size: 26px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 760px) {
  .mainsections-section-head {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
.mainsections-section-text {
  font-family: "Inter";
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 35px;
}
@media only screen and (max-width: 1400px) {
  .mainsections-section-text {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 760px) {
  .mainsections-section-text {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 18px;
  }
}

.maintechnologies {
  position: relative;
  width: 100%;
  background: #23242B;
  background-size: cover;
}
.maintechnologies-wrap {
  padding: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
}
@media only screen and (max-width: 1400px) {
  .maintechnologies-wrap {
    gap: 37px;
    padding: 0px 0 0;
  }
}
@media only screen and (max-width: 1150px) {
  .maintechnologies-wrap {
    flex-direction: column;
    padding: 0px 0 0px;
    gap: 0px;
  }
}
@media only screen and (max-width: 760px) {
  .maintechnologies-wrap {
    padding: 35px 15px 0px;
  }
}
.maintechnologies-head {
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: 81px;
  line-height: 100%;
  letter-spacing: 0.001em;
  text-transform: uppercase;
  color: #000;
}
@media only screen and (max-width: 1400px) {
  .maintechnologies-head {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1150px) {
  .maintechnologies-head {
    font-size: 45px;
  }
}
@media only screen and (max-width: 760px) {
  .maintechnologies-head {
    font-size: 33px;
    text-align: center;
  }
}
.maintechnologies-head img {
  display: inline-block;
  height: 62px;
  margin-left: 30px;
  transform: translateY(2px);
}
@media only screen and (max-width: 1400px) {
  .maintechnologies-head img {
    height: 45px;
    margin-left: 24px;
  }
}
@media only screen and (max-width: 1150px) {
  .maintechnologies-head img {
    height: 33px;
    transform: translateY(1px);
  }
}
@media only screen and (max-width: 760px) {
  .maintechnologies-head img {
    height: 25px;
    transform: none;
    margin-left: 0;
    margin-top: 6px;
  }
}
.maintechnologies-description {
  position: absolute;
  top: 0;
  bottom: 110px;
  left: calc(50% - 680px);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  z-index: 10;
  max-width: 526px;
  gap: 30px;
}
@media only screen and (max-width: 1400px) {
  .maintechnologies-description {
    left: calc(50% - 544px);
    max-width: 347px;
  }
}
@media only screen and (max-width: 1100px) {
  .maintechnologies-description {
    bottom: 0px;
    left: 20px;
    max-width: 300px;
    gap: 20px;
  }
}
@media only screen and (max-width: 760px) {
  .maintechnologies-description {
    max-width: 100%;
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    padding-bottom: 60px;
  }
}
.maintechnologies-description-preheader {
  font-family: "Inter";
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 100%;
  color: #fd0;
}
@media only screen and (max-width: 1400px) {
  .maintechnologies-description-preheader {
    font-size: 12px;
  }
}
@media only screen and (max-width: 760px) {
  .maintechnologies-description-preheader {
    font-size: 10px;
  }
}
.maintechnologies-description-header {
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: 58px;
  line-height: 67px;
  color: #fff;
  text-transform: uppercase;
}
@media only screen and (max-width: 1400px) {
  .maintechnologies-description-header {
    font-size: 30px;
    line-height: 37px;
  }
}
.maintechnologies-description-text {
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  max-width: 425px;
  margin-top: -5px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1400px) {
  .maintechnologies-description-text {
    font-size: 15px;
    line-height: 21px;
  }
}
@media only screen and (max-width: 1100px) {
  .maintechnologies-description-text {
    max-width: 282px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 760px) {
  .maintechnologies-description-text {
    font-size: 13px;
    line-height: 17px;
  }
}
.maintechnologies-description .slidercatalog-slide-link {
  max-width: 189px;
  background: #fd0;
  height: 50px;
  border-radius: 25px;
}
.maintechnologies-description .slidercatalog-slide-link:hover {
  background: #fff;
}
@media only screen and (max-width: 1400px) {
  .maintechnologies-description .slidercatalog-slide-link {
    height: 45px;
    border-radius: 23px;
  }
}
@media only screen and (max-width: 760px) {
  .maintechnologies-description .slidercatalog-slide-link {
    height: 40px;
    border-radius: 20px;
  }
}
.maintechnologies-block {
  position: relative;
  max-width: 87.4%;
}
@media only screen and (max-width: 1100px) {
  .maintechnologies-block {
    max-width: 100%;
  }
}
@media only screen and (max-width: 760px) {
  .maintechnologies-block {
    margin-left: -15px;
    margin-right: -15px;
    max-width: calc(100% + 30px);
    width: calc(100% + 30px);
  }
}
.maintechnologies-block img {
  display: block;
  max-width: 100%;
}
.maintechnologies-plusblock {
  position: absolute;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: column-reverse;
  gap: 10px;
}
.maintechnologies-plusblock-p1 {
  right: 50%;
  bottom: 34%;
}
@media only screen and (max-width: 760px) {
  .maintechnologies-plusblock-p1 {
    right: 77%;
  }
}
@media only screen and (max-width: 760px) {
  .maintechnologies-plusblock-p1 .maintechnologies-plusblock-description {
    transform: translateX(calc(100% - 26px));
  }
}
.maintechnologies-plusblock-p2 {
  right: 17%;
  bottom: 60%;
}
@media only screen and (max-width: 760px) {
  .maintechnologies-plusblock-p2 {
    right: 25%;
  }
}
@media only screen and (max-width: 1400px) {
  .maintechnologies-plusblock-p2 .maintechnologies-plusblock-description {
    max-width: 360px;
  }
}
@media only screen and (max-width: 1100px) {
  .maintechnologies-plusblock-p2 .maintechnologies-plusblock-description {
    max-width: 250px;
  }
}
@media only screen and (max-width: 760px) {
  .maintechnologies-plusblock-p2 .maintechnologies-plusblock-description {
    transform: translateX(30%);
  }
}
.maintechnologies-plusblock-p3 {
  right: 35%;
  bottom: 35%;
}
@media only screen and (max-width: 760px) {
  .maintechnologies-plusblock-p3 {
    right: 54%;
  }
}
.maintechnologies-plusblock-p3 .maintechnologies-plusblock-description {
  max-width: 360px;
}
@media only screen and (max-width: 1100px) {
  .maintechnologies-plusblock-p3 .maintechnologies-plusblock-description {
    max-width: 250px;
  }
}
@media only screen and (max-width: 760px) {
  .maintechnologies-plusblock-p3 .maintechnologies-plusblock-description {
    left: -120px;
  }
}
.maintechnologies-plusblock-p4 {
  right: 14%;
  bottom: 40%;
}
@media only screen and (max-width: 760px) {
  .maintechnologies-plusblock-p4 {
    right: 20%;
  }
}
@media only screen and (max-width: 760px) {
  .maintechnologies-plusblock-p4 .maintechnologies-plusblock-description {
    transform: translateX(25%);
  }
}
.maintechnologies-plusblock-p5 {
  right: 30%;
  bottom: 64%;
}
@media only screen and (max-width: 760px) {
  .maintechnologies-plusblock-p5 {
    right: 50%;
  }
}
.maintechnologies-plusblock-p5 .maintechnologies-plusblock-description {
  width: 420px;
}
.maintechnologies-plusblock-p6 {
  right: 55%;
  bottom: 54%;
}
@media only screen and (max-width: 760px) {
  .maintechnologies-plusblock-p6 {
    right: 85%;
  }
}
@media only screen and (max-width: 760px) {
  .maintechnologies-plusblock-p6 .maintechnologies-plusblock-description {
    transform: translateX(calc(100% - 26px));
  }
}
.maintechnologies-plusblock-plus {
  position: relative;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFDD00;
  border-radius: 18px;
  font-family: "Inter";
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  cursor: pointer;
  will-change: transform;
  transition: all 0.3s ease-in-out;
  outline: none;
}
@media only screen and (max-width: 1400px) {
  .maintechnologies-plusblock-plus {
    width: 28px;
    height: 28px;
  }
}
@media only screen and (max-width: 760px) {
  .maintechnologies-plusblock-plus {
    width: 26px;
    height: 26px;
  }
}
.maintechnologies-plusblock-plus img {
  max-width: 100%;
}
.maintechnologies-plusblock-plus:hover {
  transform: scale(1.1);
}
.maintechnologies-plusblock-description {
  display: none;
  align-items: center;
  justify-content: flex-start;
  gap: 23px;
  padding: 5px 20px 5px 5px;
  background: #fff;
  border-radius: 6px;
  width: 400px;
  transform: translateX(calc(50% - 20px));
}
@media only screen and (max-width: 1400px) {
  .maintechnologies-plusblock-description {
    max-width: 320px;
    gap: 18px;
  }
}
@media only screen and (max-width: 1150px) {
  .maintechnologies-plusblock-description {
    max-width: 250px;
    gap: 18px;
    padding: 18px 15px;
  }
}
@media only screen and (max-width: 760px) {
  .maintechnologies-plusblock-description {
    gap: 13px;
    width: 300px;
  }
}
@media only screen and (max-width: 1100px) {
  .maintechnologies-plusblock-image {
    display: none;
  }
}
.maintechnologies-plusblock-image img {
  min-width: 115px;
  width: 115px;
}
@media only screen and (max-width: 1400px) {
  .maintechnologies-plusblock-image img {
    min-width: 90px;
    width: 90px;
  }
}
@media only screen and (max-width: 1100px) {
  .maintechnologies-plusblock-image img {
    min-width: 105px;
    width: 105px;
  }
}
@media only screen and (max-width: 760px) {
  .maintechnologies-plusblock-image img {
    min-width: 94px;
    width: 94px;
  }
}
.maintechnologies-plusblock__opened {
  z-index: 10;
}
.maintechnologies-plusblock__opened .maintechnologies-plusblock-plus img {
  transform: rotate(45deg);
}
.maintechnologies-plusblock__opened .maintechnologies-plusblock-description {
  display: flex;
}
.maintechnologies-plusblock-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
}
@media only screen and (max-width: 1150px) {
  .maintechnologies-plusblock-info {
    gap: 7px;
  }
}
.maintechnologies-plusblock-head {
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #000;
}
@media only screen and (max-width: 1400px) {
  .maintechnologies-plusblock-head {
    font-size: 13px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 1150px) {
  .maintechnologies-plusblock-head {
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 760px) {
  .maintechnologies-plusblock-head {
    font-size: 13px;
    line-height: 16px;
  }
}
.maintechnologies-plusblock-text {
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #000;
}
@media only screen and (max-width: 1400px) {
  .maintechnologies-plusblock-text {
    font-size: 11px;
    line-height: 14px;
  }
}
@media only screen and (max-width: 1150px) {
  .maintechnologies-plusblock-text {
    font-size: 13px;
    line-height: 17px;
  }
}
@media only screen and (max-width: 760px) {
  .maintechnologies-plusblock-text {
    font-size: 12px;
    line-height: 14px;
  }
}
.maintechnologies-utp {
  position: absolute;
  height: 110px;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 240px;
  background: #23242B;
  border-top: 1px solid #454545;
}
@media only screen and (max-width: 1400px) {
  .maintechnologies-utp {
    gap: 80px;
  }
}
@media only screen and (max-width: 1100px) {
  .maintechnologies-utp {
    height: 80px;
    position: relative;
    bottom: auto;
  }
}
@media only screen and (max-width: 760px) {
  .maintechnologies-utp {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
    height: auto;
    padding: 20px 18px;
  }
}
.maintechnologies-utp-block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}
@media only screen and (max-width: 760px) {
  .maintechnologies-utp-block {
    gap: 0px;
  }
}
.maintechnologies-utp-text {
  font-family: Inter;
  font-weight: 600px;
  font-size: 18px;
  line-height: 100%;
  color: #fff;
}
@media only screen and (max-width: 1400px) {
  .maintechnologies-utp-text {
    font-size: 14px;
  }
}
@media only screen and (max-width: 760px) {
  .maintechnologies-utp-icon {
    min-width: 54px;
  }
}
@media only screen and (max-width: 1400px) {
  .maintechnologies-utp-icon-1 img {
    max-width: 50px;
  }
}
@media only screen and (max-width: 760px) {
  .maintechnologies-utp-icon-1 img {
    max-width: 42px;
  }
}
@media only screen and (max-width: 1400px) {
  .maintechnologies-utp-icon-2 img {
    max-width: 40px;
  }
}
@media only screen and (max-width: 760px) {
  .maintechnologies-utp-icon-2 img {
    max-width: 34px;
  }
}
@media only screen and (max-width: 1400px) {
  .maintechnologies-utp-icon-3 img {
    max-width: 41px;
  }
}
@media only screen and (max-width: 760px) {
  .maintechnologies-utp-icon-3 img {
    max-width: 34px;
  }
}

.mainmarket {
  position: relative;
  width: 100%;
  background: url("../assets/images/index_new/main_bg_22.jpg") no-repeat center bottom #141414;
  background-size: contain;
}
.mainmarket-wrap {
  padding: 90px 0 149px;
}
@media only screen and (max-width: 1400px) {
  .mainmarket-wrap {
    gap: 37px;
    padding: 100px 0;
  }
}
@media only screen and (max-width: 1150px) {
  .mainmarket-wrap {
    flex-direction: column;
    padding: 70px 40px 100px;
    gap: 0px;
  }
}
@media only screen and (max-width: 760px) {
  .mainmarket-wrap {
    padding: 30px 15px;
  }
}
.mainmarket-cols {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 760px) {
  .mainmarket-cols {
    flex-direction: column;
  }
}
.mainmarket-col {
  position: relative;
}
@media only screen and (max-width: 760px) {
  .mainmarket-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
.mainmarket-col-head {
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: 45px;
  line-height: 70px;
  letter-spacing: 0.001em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 58px;
  position: relative;
  display: block;
}
@media only screen and (max-width: 1400px) {
  .mainmarket-col-head {
    font-size: 38px;
    line-height: 55px;
  }
}
@media only screen and (max-width: 1150px) {
  .mainmarket-col-head {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 760px) {
  .mainmarket-col-head {
    font-size: 23px;
    line-height: 38px;
    margin-bottom: 5px;
  }
}
.mainmarket-col-link {
  position: relative;
  display: inline-block;
  margin-top: 25px;
}
@media only screen and (max-width: 1150px) {
  .mainmarket-col-link {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 760px) {
  .mainmarket-col-link {
    margin-top: 14px;
  }
}
.mainmarket-col-link:hover {
  opacity: 0.8;
}
.mainmarket-col img {
  display: block;
}
@media only screen and (max-width: 1150px) {
  .mainmarket-col img {
    max-width: 273px;
  }
}
@media only screen and (max-width: 760px) {
  .mainmarket-col img {
    max-width: 253px;
    border-radius: 5px;
  }
}
.mainmarket-col-first {
  width: 57%;
}
@media only screen and (max-width: 760px) {
  .mainmarket-col-first {
    width: 100%;
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 1150px) {
  .mainmarket-col-first img {
    max-width: 330px;
  }
}
@media only screen and (max-width: 760px) {
  .mainmarket-col-first img {
    max-width: 253px;
  }
}

.mainabout {
  position: relative;
  width: 100%;
  background-size: cover;
  height: 920px;
}
@media only screen and (max-width: 1400px) {
  .mainabout {
    height: 780px;
  }
}
@media only screen and (max-width: 1150px) {
  .mainabout {
    height: 640px;
  }
}
@media only screen and (max-width: 760px) {
  .mainabout {
    height: 570px;
    background-size: cover;
  }
}
.mainabout-wrap {
  padding: 320px 0 0;
}
@media only screen and (max-width: 1400px) {
  .mainabout-wrap {
    gap: 37px;
    padding: 240px 0 0;
  }
}
@media only screen and (max-width: 1150px) {
  .mainabout-wrap {
    flex-direction: column;
    padding: 120px 40px 0;
    gap: 0px;
  }
}
@media only screen and (max-width: 760px) {
  .mainabout-wrap {
    position: absolute;
    left: 30px;
    bottom: 46px;
    padding: 0;
    width: calc(100% - 60px);
  }
}
.mainabout-logo {
  position: relative;
  display: block;
  margin-bottom: 38px;
}
@media only screen and (max-width: 760px) {
  .mainabout-logo {
    margin-bottom: 23px;
  }
}
.mainabout-logo img {
  display: block;
  width: 360px;
}
@media only screen and (max-width: 1400px) {
  .mainabout-logo img {
    width: 290px;
  }
}
@media only screen and (max-width: 760px) {
  .mainabout-logo img {
    width: 210px;
  }
}
.mainabout-text {
  position: relative;
  display: block;
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: 34px;
  line-height: 44px;
  letter-spacing: 0.001em;
  margin-bottom: 30px;
  color: #fff;
  max-width: 500px;
}
@media only screen and (max-width: 1400px) {
  .mainabout-text {
    font-size: 28px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 760px) {
  .mainabout-text {
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 20px;
    max-width: 100%;
  }
}
.mainabout-text-short {
  max-width: 340px;
}
@media only screen and (max-width: 760px) {
  .mainabout-text-short {
    max-width: 230px;
  }
}
.mainabout-btn {
  position: relative;
  display: block;
  padding-top: 15px;
}
@media only screen and (max-width: 760px) {
  .mainabout-btn {
    padding-top: 5px;
  }
}

.catalog-subsections {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 55px;
}
@media only screen and (max-width: 1400px) {
  .catalog-subsections {
    gap: 8px;
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 1150px) {
  .catalog-subsections {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .catalog-subsections {
    margin-bottom: 25px;
    gap: 5px;
  }
}
.catalog-subsections-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 0 30px;
  border-radius: 20px;
  background: #fff;
  font-family: "Inter";
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  line-height: 100%;
  color: #000;
  cursor: pointer;
}
@media only screen and (max-width: 1400px) {
  .catalog-subsections-item {
    height: 35px;
    border-radius: 18px;
    padding: 0 25px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .catalog-subsections-item {
    height: 34px;
  }
}
.catalog-subsections-item__active {
  background: #000;
  color: #fff;
  cursor: default;
}
.catalog-subsections-item:hover {
  background: #000;
  color: #fff;
}

.catalog-sortfilter {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.catalog-sortfilter-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}
@media only screen and (max-width: 1400px) {
  .catalog-sortfilter-right {
    gap: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .catalog-sortfilter-right {
    gap: 5px;
  }
}

.catalog-sort {
  position: relative;
  width: 240px;
}
@media only screen and (max-width: 1400px) {
  .catalog-sort {
    width: 213px;
  }
}
@media only screen and (max-width: 600px) {
  .catalog-sort {
    width: 196px;
  }
}
.catalog-sort-head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  border: 2px solid #000;
  border-radius: 20px;
  padding: 0 16px 0 20px;
  cursor: pointer;
}
@media only screen and (max-width: 1400px) {
  .catalog-sort-head {
    height: 35px;
    border-radius: 18px;
    padding: 0 13px 0 16px;
  }
}
@media only screen and (max-width: 600px) {
  .catalog-sort-head {
    padding: 0 7px 0 10px;
    border-width: 1px;
  }
}
.catalog-sort-head span {
  font-family: "Inter";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #000;
  line-height: 100%;
  padding: 0 7px;
  transform: translateY(-1px);
  position: absolute;
  left: 40px;
}
@media only screen and (max-width: 1400px) {
  .catalog-sort-head span {
    font-size: 13px;
    padding: 0 6px;
    transform: translateY(0);
    left: 32px;
  }
}
@media only screen and (max-width: 600px) {
  .catalog-sort-head span {
    padding: 0 5px;
    left: 25px;
  }
}
.catalog-sort-head img:first-of-type {
  width: 18px;
}
@media only screen and (max-width: 1400px) {
  .catalog-sort-head img:first-of-type {
    width: 16px;
  }
}
.catalog-sort-head img:last-of-type {
  transform: translateY(1px);
  width: 12px;
}
@media only screen and (max-width: 1400px) {
  .catalog-sort-head img:last-of-type {
    width: 10px;
  }
}
.catalog-sort-head:hover {
  opacity: 0.6;
}
.catalog-sort-list {
  display: none;
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 2;
  right: 0;
  background: #fff;
  padding: 23px 20px;
  border-radius: 6px;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
  flex-direction: column;
  gap: 20px;
}
@media only screen and (max-width: 1400px) {
  .catalog-sort-list {
    padding: 20px 17px;
  }
}
@media only screen and (max-width: 600px) {
  .catalog-sort-list {
    padding: 19px 12px;
    top: 42px;
  }
}
.catalog-sort-list-item {
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #000;
  cursor: pointer;
}
@media only screen and (max-width: 1400px) {
  .catalog-sort-list-item {
    font-size: 13px;
  }
}
.catalog-sort__opened .catalog-sort-list {
  display: flex;
}

.catalog-togglefilter {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border: 2px solid #000;
  border-radius: 20px;
  padding: 0 16px 0 20px;
  cursor: pointer;
}
@media only screen and (max-width: 1400px) {
  .catalog-togglefilter {
    height: 35px;
    border-radius: 18px;
    padding: 0 13px 0 17px;
  }
}
@media only screen and (max-width: 600px) {
  .catalog-togglefilter {
    border-width: 1px;
    padding: 0 17px;
  }
}
.catalog-togglefilter span {
  font-family: "Inter";
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.01em;
  color: #000;
  line-height: 100%;
  padding: 0 0 0 8px;
}
@media only screen and (max-width: 1400px) {
  .catalog-togglefilter span {
    font-size: 13px;
    padding-left: 6px;
  }
}
@media only screen and (max-width: 600px) {
  .catalog-togglefilter span {
    display: none;
  }
}
@media only screen and (max-width: 1400px) {
  .catalog-togglefilter img {
    width: 13px;
  }
}
@media only screen and (max-width: 600px) {
  .catalog-togglefilter img {
    width: 14px;
  }
}

.catalog-toggleview {
  cursor: pointer;
}
.catalog-toggleview img {
  display: block;
}
@media only screen and (max-width: 1400px) {
  .catalog-toggleview img {
    width: 35px;
  }
}
.catalog-toggleview__active {
  opacity: 0.3;
}

.catalog-filter {
  position: relative;
  margin-top: 30px;
  display: none;
}
@media only screen and (max-width: 1150px) {
  .catalog-filter {
    margin-top: 25px;
  }
}
.catalog-filter__opened {
  display: block;
}
@media only screen and (max-width: 1150px) {
  .catalog-filter__opened {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    background: #fff;
    margin-top: 0px;
  }
}
.catalog-filter-wrap {
  background: #fff;
  border-radius: 6px;
  padding: 20px 5px 20px 20px;
}
@media only screen and (max-width: 1400px) {
  .catalog-filter-wrap {
    padding: 18px 3px 18px 18px;
  }
}
@media only screen and (max-width: 1150px) {
  .catalog-filter-wrap {
    padding: 29px 20px;
  }
}
.catalog-filter-head {
  display: none;
}
@media only screen and (max-width: 1150px) {
  .catalog-filter-head {
    display: block;
  }
}
.catalog-filter-clearwrap {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 600px) {
  .catalog-filter-clearwrap {
    margin-bottom: 20px;
  }
}
.catalog-filter-clearbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  height: 40px;
  border: 1px solid #000;
  border-radius: 6px;
  padding: 0 90px;
}
.catalog-filter-clearbtn span {
  font-family: Inter;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: #000;
}
@media only screen and (max-width: 600px) {
  .catalog-filter-clearbtn span {
    font-size: 13px;
  }
}
.catalog-filter-clearbtn img {
  filter: invert(1);
  display: block;
  width: 10px;
  transform: translateY(1px);
}
@media only screen and (max-width: 600px) {
  .catalog-filter-clearbtn {
    width: 100%;
    padding: 0;
  }
}
.catalog-filter-applywrap {
  display: flex;
  justify-content: center;
  padding-bottom: 15px;
  padding-top: 10px;
  background: #fff;
  position: fixed;
  bottom: 0px;
  left: 0;
  right: 0;
  z-index: 30;
  display: none;
}
@media only screen and (max-width: 1150px) {
  .catalog-filter-applywrap {
    display: flex;
  }
}
@media only screen and (max-width: 600px) {
  .catalog-filter-applywrap {
    padding-bottom: 20px;
  }
}
.catalog-filter-applybtn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  height: 40px;
  border: 1px solid #000;
  border-radius: 6px;
  padding: 0 90px;
  background: #000;
  width: fit-content;
}
.catalog-filter-applybtn span {
  font-family: Inter;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: #fff;
}
.catalog-filter-close {
  position: absolute;
  right: 20px;
  top: 24px;
}
@media only screen and (max-width: 600px) {
  .catalog-filter-close {
    top: 30px;
  }
}
.catalog-filter-title {
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: 24px;
  line-height: 100%;
  color: #000;
  margin-bottom: 19px;
  text-transform: uppercase;
}
.catalog-filter-blocks {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 600px) {
  .catalog-filter-blocks {
    overflow-y: scroll;
    max-height: calc(100vh - 200px);
  }
}
.catalog-filter-block {
  position: relative;
  width: calc(16.67% - 15px);
  background: #f5f5f5;
  border-radius: 6px;
  padding: 10px 13px 12px 18px;
  height: 160px;
}
@media only screen and (max-width: 1400px) {
  .catalog-filter-block {
    width: calc(20% - 15px);
  }
}
@media only screen and (max-width: 1150px) {
  .catalog-filter-block {
    width: calc(33% - 8px);
  }
}
@media only screen and (max-width: 600px) {
  .catalog-filter-block {
    width: 100%;
    height: auto;
  }
}
.catalog-filter-block-title {
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 18px;
  text-transform: uppercase;
  color: #000;
}
.catalog-filter-block-values {
  height: 90px;
  overflow-y: auto;
}
@media only screen and (max-width: 600px) {
  .catalog-filter-block-values {
    height: auto;
    overflow-y: hidden;
    max-height: 71px;
  }
}
@media only screen and (max-width: 600px) {
  .catalog-filter-block-values__open {
    height: auto;
    max-height: fit-content;
  }
}
.catalog-filter-block-valueswrap {
  display: flex;
  flex-direction: column;
  gap: 11px;
  padding-top: 1px;
}
@media only screen and (max-width: 600px) {
  .catalog-filter-block-valueswrap-cols {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0;
  }
  .catalog-filter-block-valueswrap-cols .catalog-filter-block-value {
    width: 49%;
    margin-bottom: 11px;
  }
}
.catalog-filter-block-price-row {
  display: flex;
  justify-content: space-between;
}
.catalog-filter-block-price span {
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  line-height: 29px;
}
.catalog-filter-block-price input {
  max-width: 46%;
  height: 29px;
  border: 1px solid #aaa;
  border-radius: 3px;
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 29px;
  color: #000;
  padding: 0 8px;
}
@media only screen and (max-width: 600px) {
  .catalog-filter-block-price {
    margin-bottom: 11px;
  }
}
.catalog-filter-block-showmore {
  margin-top: 30px;
  font-family: Inter;
  font-weight: 700;
  font-size: 13px;
  line-height: 100%;
  margin-bottom: 11px;
  display: none;
}
@media only screen and (max-width: 600px) {
  .catalog-filter-block-showmore {
    display: block;
  }
}
.catalog-filter-block-showmore img {
  display: inline-block;
  margin-left: 8px;
  transform: translateY(-1px);
}
.catalog-filter-value {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.catalog-filter-value input {
  display: none;
}
.catalog-filter-value input:checked + div::after {
  display: block;
}
.catalog-filter-value span {
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #000;
}
.catalog-filter-value > div {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 27px;
  position: relative;
}
.catalog-filter-value > div::before {
  position: absolute;
  left: 0;
  top: -1px;
  width: 15px;
  height: 15px;
  border: 1px solid #aaa;
  background-color: #fff;
  border-radius: 3px;
  content: " ";
}
.catalog-filter-value > div::after {
  display: none;
  position: absolute;
  left: 0;
  top: -1px;
  width: 15px;
  height: 15px;
  border: 1px solid #000;
  background: url("../assets/svg/check.svg") no-repeat center center #000;
  border-radius: 3px;
  content: " ";
  color: #fff;
}
.catalog-filter-color {
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #000;
  margin-right: 6px;
}
.catalog-filter-active {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px;
  margin-top: 30px;
}
@media only screen and (max-width: 1400px) {
  .catalog-filter-active {
    gap: 12px;
    margin-top: 25px;
  }
}
@media only screen and (max-width: 1150px) {
  .catalog-filter-active {
    display: none;
  }
}
.catalog-filter-active-block {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 0 13px;
  height: 36px;
  border-radius: 6px;
  background: #000;
}
@media only screen and (max-width: 1400px) {
  .catalog-filter-active-block {
    height: 33px;
    padding: 0 12px;
    gap: 8px;
  }
}
.catalog-filter-active-block span {
  font-family: Inter;
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  color: #fff;
  text-transform: uppercase;
}
@media only screen and (max-width: 1400px) {
  .catalog-filter-active-block span {
    font-size: 12px;
  }
}
.catalog-filter-active-block img {
  cursor: pointer;
}
@media only screen and (max-width: 1400px) {
  .catalog-filter-active-block img {
    transform: translateY(1px);
  }
}
.catalog-filter-active-block-all {
  border: 2px solid #000;
  background: transparent;
}
.catalog-filter-active-block-all span {
  color: #000;
  text-transform: none;
}
.catalog-filter-active-block-all img {
  filter: invert(1);
}

.sliderange {
  position: relative;
  width: 100%;
  margin-top: 20px;
}

.noUi-horizontal {
  height: 2px;
  border: none;
  background: #aaa;
}

.noUi-base {
  margin-left: 7px;
  margin-right: 0px;
  width: calc(100% - 14px);
}

.noUi-connect {
  background: #000;
}

.noUi-handle {
  width: 14px !important;
  height: 14px !important;
  border-radius: 7px;
  background: #000;
  border: none;
  box-shadow: none !important;
  right: -7px !important;
}
.noUi-handle::before {
  display: none;
}
.noUi-handle::after {
  display: none;
}
.catalog-filter-block-values::-webkit-scrollbar {
  width: 3px;
}

.catalog-filter-block-values::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #aaa;
}

.catalog-filter-block-values::-webkit-scrollbar-track {
  background: transparent;
}

.catalog-cardwrapper {
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: -20px;
  width: calc(100% + 20px);
  overflow-x: hidden;
}
@media only screen and (max-width: 1150px) {
  .catalog-cardwrapper {
    gap: 16px;
    width: calc(100% + 16px);
    padding-top: 25px;
  }
}
@media only screen and (max-width: 1150px) {
  .catalog-cardwrapper.card-small {
    margin-left: -16px;
    padding-left: 16px;
    width: calc(100% + 32px);
  }
}

.catalog-card {
  position: relative;
  width: calc(33.33% - 20px);
}
@media only screen and (max-width: 1150px) {
  .catalog-card {
    width: calc(50% - 16px);
  }
}
@media only screen and (max-width: 600px) {
  .catalog-card {
    width: calc(100% - 15px);
  }
}

.card-small .catalog-card {
  position: relative;
  width: calc(25% - 20px);
}
@media only screen and (max-width: 1150px) {
  .card-small .catalog-card {
    width: calc(33.33% - 16px);
  }
}
@media only screen and (max-width: 600px) {
  .card-small .catalog-card {
    width: calc(50% - 15px);
  }
}

.catalog-more {
  position: relative;
  width: 100%;
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1400px) {
  .catalog-more {
    margin-top: 45px;
  }
}
.catalog-more-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  border: 2px solid #000;
  border-radius: 25px;
  padding: 0 40px;
  cursor: pointer;
  font-family: "Inter";
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.01em;
  color: #000;
  line-height: 100%;
  cursor: pointer;
  text-decoration: none;
}
.catalog-more-btn:hover {
  border-color: #646464;
  color: #646464;
}
@media only screen and (max-width: 1400px) {
  .catalog-more-btn {
    height: 45px;
    border-radius: 23px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 600px) {
  .catalog-more-btn {
    height: 42px;
    border-radius: 21px;
    font-size: 13px;
  }
}

.page-search {
  padding-bottom: 150px;
}
.page-search h1 {
  margin-top: 0px;
  font-size: 45px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1400px) {
  .page-search h1 {
    font-size: 35px;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 1150px) {
  .page-search h1 {
    font-size: 32px;
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 600px) {
  .page-search h1 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 24px;
  }
}
.page-search .page-title {
  margin-top: 0;
  padding-top: 60px;
}
@media only screen and (max-width: 1400px) {
  .page-search .page-title {
    padding-top: 54px;
  }
}
@media only screen and (max-width: 1150px) {
  .page-search .page-title {
    padding-top: 46px;
  }
}
@media only screen and (max-width: 600px) {
  .page-search .page-title {
    padding-top: 33px;
  }
}

.catalog-searchcount {
  position: relative;
  width: 100%;
  margin-bottom: 48px;
  font-family: Inter;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  color: #000;
}
@media only screen and (max-width: 1400px) {
  .catalog-searchcount {
    font-size: 16px;
    margin-bottom: 38px;
  }
}
@media only screen and (max-width: 1150px) {
  .catalog-searchcount {
    margin-bottom: 33px;
  }
}
@media only screen and (max-width: 600px) {
  .catalog-searchcount {
    margin-bottom: 28px;
  }
}
.catalog-title__fav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 49px;
}
.catalog-title__fav h1 {
  margin-top: 0px;
  margin-bottom: 0px !important;
}
@media only screen and (max-width: 1150px) {
  .catalog-title__fav {
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 600px) {
  .catalog-title__fav {
    margin-bottom: 24px;
  }
  .catalog-title__fav span span {
    display: none;
  }
}
.catalog-search-cols {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 150px;
}
@media only screen and (max-width: 1400px) {
  .catalog-search-cols {
    gap: 50px;
  }
}
@media only screen and (max-width: 1150px) {
  .catalog-search-cols {
    flex-direction: column;
    gap: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .catalog-search-cols {
    gap: 25px;
  }
}
.catalog-search-cols .catalog-sortfilter {
  width: fit-content;
  gap: 15px;
}
@media only screen and (max-width: 1150px) {
  .catalog-search-cols .catalog-sortfilter {
    width: 100%;
    gap: 0px;
  }
}
.catalog-search-cols .catalog-subsections {
  margin-bottom: 0px;
}

.page-product-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}
@media only screen and (max-width: 1150px) {
  .page-product-content {
    justify-content: flex-start;
    flex-direction: column;
    gap: 0px;
  }
}
.page-product-col {
  max-width: 750px;
  width: 55.1%;
}
@media only screen and (max-width: 1400px) {
  .page-product-col {
    width: 50%;
  }
}
@media only screen and (max-width: 1150px) {
  .page-product-col {
    width: 100%;
  }
}
.page-product-col:last-of-type {
  padding-top: 25px;
  width: 40.3%;
}
@media only screen and (max-width: 1400px) {
  .page-product-col:last-of-type {
    padding-top: 20px;
    width: 43%;
  }
}
@media only screen and (max-width: 1150px) {
  .page-product-col:last-of-type {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .page-product-col:last-of-type {
    padding-top: 0px;
  }
}
@media only screen and (max-width: 1150px) {
  .page-product-basketwrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    position: fixed;
    bottom: 70px;
    left: 0px;
    width: 100%;
    z-index: 2;
    padding: 13px 20px;
  }
}
@media only screen and (max-width: 1150px) and (min-width: 601px) {
  .page-product-basketwrap > div {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 600px) {
  .page-product-basketwrap {
    position: relative;
    bottom: auto;
    left: auto;
    background: transparent;
    padding: 0px;
  }
}

.product-photogallery {
  padding-bottom: 100px;
}
@media only screen and (max-width: 1150px) {
  .product-photogallery {
    padding-bottom: 15px;
  }
}
.product-photogallery-main {
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 1150px) {
  .product-photogallery-main {
    display: none;
  }
}
.product-photogallery-main::after {
  position: absolute;
  left: calc(50% - 28px);
  top: calc(50% - 28px);
  width: 56px;
  height: 56px;
  border-radius: 28px;
  background: url("../assets/svg/zoom.svg") no-repeat center center #fff;
  z-index: 2;
  content: " ";
  box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.3);
  display: none;
}
.product-photogallery-main:hover::after {
  display: block;
}
.product-photogallery img {
  display: block;
  max-width: 100%;
}
.product-photogallery-previews {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  margin-top: 30px;
}
@media only screen and (max-width: 1400px) {
  .product-photogallery-previews {
    gap: 24px;
    margin-top: 24px;
  }
}
@media only screen and (max-width: 1150px) {
  .product-photogallery-previews {
    display: none;
  }
}
.product-photogallery-preview {
  position: relative;
  cursor: pointer;
  width: calc(50% - 15px);
  border-radius: 6px;
  overflow: hidden;
}
@media only screen and (max-width: 1400px) {
  .product-photogallery-preview {
    width: calc(50% - 12px);
  }
}
.product-photogallery-preview::after {
  position: absolute;
  left: calc(50% - 28px);
  top: calc(50% - 28px);
  width: 56px;
  height: 56px;
  border-radius: 28px;
  background: url("../assets/svg/zoom.svg") no-repeat center center #fff;
  z-index: 2;
  content: " ";
  box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.3);
  display: none;
}
.product-photogallery-preview::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: " ";
  background: rgba(0, 0, 0, 0.03);
  z-index: 1;
  border-radius: 6px;
}
.product-photogallery-preview:hover::after {
  display: block;
}
.product-photogallery-more {
  position: relative;
  width: 100%;
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1400px) {
  .product-photogallery-more {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 1150px) {
  .product-photogallery-more {
    display: none;
  }
}
.product-photogallery-more-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  border: 2px solid #000;
  border-radius: 24px;
  padding: 0 40px;
  cursor: pointer;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.01em;
  color: #000;
  line-height: 100%;
  cursor: pointer;
}
@media only screen and (max-width: 1400px) {
  .product-photogallery-more-btn {
    height: 45px;
    border-radius: 23px;
    padding: 0 32px;
  }
}
.product-photogallery-more-btn:hover {
  opacity: 0.5;
}
.product-photogallery-slider {
  display: none;
  width: 570px;
  margin: 0 auto;
}
@media only screen and (max-width: 1150px) {
  .product-photogallery-slider {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  .product-photogallery-slider {
    width: 100%;
  }
}
.product-photogallery-slider-wrap {
  padding-bottom: 40px;
}
@media only screen and (max-width: 600px) {
  .product-photogallery-slider-wrap {
    padding-bottom: 33px;
  }
}
.product-photogallery-slider-wrap::after {
  position: absolute;
  right: 0;
  bottom: 30px;
  width: 65px;
  height: 65px;
  border-radius: 28px;
  background: url("../assets/svg/zoom.svg") no-repeat center center transparent;
  background-size: 30px;
  z-index: 2;
  content: " ";
}
@media only screen and (max-width: 600px) {
  .product-photogallery-slider-wrap::after {
    width: 56px;
    height: 56px;
    background-size: 25px;
  }
}
.product-photogallery-slider-slide {
  position: relative;
}
.product-photogallery-slider .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #fff;
  opacity: 1;
  margin: 0 12px !important;
  transition: width 0.3s ease-in-out;
}
@media only screen and (max-width: 1400px) {
  .product-photogallery-slider .swiper-pagination-bullet {
    margin: 0 11px !important;
    width: 7px;
    height: 7px;
  }
}
@media only screen and (max-width: 1150px) {
  .product-photogallery-slider .swiper-pagination-bullet {
    background: #c4c4c4;
  }
}
@media only screen and (max-width: 600px) {
  .product-photogallery-slider .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    margin: 0 7px !important;
  }
}
.product-photogallery-slider .swiper-pagination-bullet-active {
  width: 40px;
  background: #FFDD00;
}
@media only screen and (max-width: 1400px) {
  .product-photogallery-slider .swiper-pagination-bullet-active {
    width: 35px;
  }
}
@media only screen and (max-width: 1150px) {
  .product-photogallery-slider .swiper-pagination-bullet-active {
    background: #000;
  }
}
@media only screen and (max-width: 600px) {
  .product-photogallery-slider .swiper-pagination-bullet-active {
    width: 25px;
  }
}

.product-labels {
  position: relative;
  display: flex;
  justify-content: flex-start;
  margin-top: 25px;
  gap: 7px;
}
@media only screen and (max-width: 1400px) {
  .product-labels {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .product-labels {
    margin-top: 14px;
  }
}

.product-header h1 {
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: 43px;
  line-height: 100%;
  letter-spacing: 0.01em;
  color: #000;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 13px;
}
@media only screen and (max-width: 1400px) {
  .product-header h1 {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 38px;
  }
}
@media only screen and (max-width: 600px) {
  .product-header h1 {
    font-size: 32px;
    margin-top: 12px;
    margin-bottom: 5px;
  }
}

.product-articul {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: "Inter";
  font-weight: 500;
  font-size: 12px;
  line-height: 22px;
  color: #aaa;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 1400px) {
  .product-articul {
    font-size: 11px;
  }
}
@media only screen and (max-width: 1400px) {
  .product-articul img {
    width: 11px;
  }
}
.product-articul:hover img {
  filter: brightness(0%);
}
.product-articul__copied::after {
  position: absolute;
  left: 0%;
  top: -38px;
  content: "Скопировано";
  background: #FFDD00;
  color: #000;
  height: 30px;
  padding: 0 13px;
  border-radius: 15px;
  text-wrap: nowrap;
  z-index: 10;
  box-sizing: border-box;
  font-family: "Inter";
  font-weight: 500;
  font-size: 11px;
  line-height: 30px;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.product-mainparams {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 27px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1400px) {
  .product-mainparams {
    margin-top: 22px;
    margin-bottom: 20px;
  }
}

.product-videobtn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  padding: 0 14px;
  height: 49px;
  border-radius: 6px;
  background: #f5f5f5;
  cursor: pointer;
}
@media only screen and (max-width: 600px) {
  .product-videobtn {
    flex-direction: column;
    height: 60px;
    width: 60px;
  }
}
.product-videobtn span {
  font-family: Inter;
  font-weight: 600;
  font-size: 13px;
  line-height: 100%;
  color: #000;
}
@media only screen and (max-width: 600px) {
  .product-videobtn span {
    font-size: 12px;
  }
}

.product-specs {
  position: relative;
}

.product-spec {
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #000;
}
.product-spec span {
  font-weight: 800;
  padding-left: 4px;
  text-transform: uppercase;
}

.product-params {
  position: relative;
  display: block;
  width: 100%;
  border-top: 1px solid #e6e6e6;
}

.product-param {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 85px;
  border-bottom: 1px solid #e6e6e6;
  padding: 22px 0;
}
@media only screen and (max-width: 1400px) {
  .product-param {
    min-height: 80px;
    padding: 17px 0;
  }
}
@media only screen and (max-width: 1150px) {
  .product-param {
    min-height: 74px;
    padding: 14px 0;
    align-items: center;
  }
}
.product-param-leftblock {
  min-width: 160px;
}
@media only screen and (max-width: 1150px) {
  .product-param-leftblock {
    min-width: 150px;
  }
}
@media only screen and (max-width: 600px) {
  .product-param-leftblock {
    min-width: 106px;
    align-self: flex-start;
  }
}
.product-param-rightblock {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 600px) {
  .product-param-rightblock {
    gap: 7px;
  }
}
@media only screen and (max-width: 600px) {
  .product-param-rightblock__sizes {
    align-self: flex-start;
    padding-top: 4px;
  }
}
.product-param-name {
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
  color: #000;
}
@media only screen and (max-width: 600px) {
  .product-param-name {
    font-size: 15px;
    max-width: 90%;
  }
}
.product-param-textvalue {
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}
.product-param-color label {
  cursor: pointer;
}
.product-param-color input {
  display: none;
}
.product-param-color input ~ div {
  border: 2px solid transparent;
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 24px;
}
@media only screen and (max-width: 600px) {
  .product-param-color input ~ div {
    width: 26px;
    height: 26px;
  }
}
.product-param-color input:checked ~ div {
  border: 2px solid #000;
}
.product-param-color:hover div {
  border: 2px solid #000;
}
.product-param-color span {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  border: 2px solid #fff;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .product-param-color span {
    width: 22px;
    height: 22px;
  }
}
.product-param-color span.haswhite::after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: " ";
  border: 1px solid #D7D7D7;
  border-radius: 50%;
}
.product-param-color .red {
  background-color: #ff0000;
}
.product-param-color .black {
  background-color: #000;
}
.product-param-sizeblock {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 34px;
  padding: 0 12px;
  border: 1px solid #c4c4c4;
  border-radius: 6px;
  font-family: Inter;
  font-weight: 700;
  font-size: 14px;
  color: #000;
  box-sizing: border-box;
  cursor: pointer;
}
@media only screen and (max-width: 1150px) {
  .product-param-sizeblock {
    padding: 0 17px;
  }
}
@media only screen and (max-width: 600px) {
  .product-param-sizeblock {
    padding: 0 9px;
  }
}
.product-param-sizeblock span {
  font-weight: 400;
}
.product-param-sizeblock__selected {
  border: 2px solid #000;
  padding: 0 11px;
  cursor: default;
}
@media only screen and (max-width: 1150px) {
  .product-param-sizeblock__selected {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 600px) {
  .product-param-sizeblock__selected {
    padding: 0 8px;
  }
}
.product-param-sizeblock:hover {
  border: 2px solid #000;
  padding: 0 11px;
}
@media only screen and (max-width: 1150px) {
  .product-param-sizeblock:hover {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 600px) {
  .product-param-sizeblock:hover {
    padding: 0 8px;
  }
}

.product-price {
  position: relative;
  margin-top: 33px;
}
@media only screen and (max-width: 600px) {
  .product-price {
    margin-top: 20px;
  }
}
.product-price-current {
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: 32px;
  color: #000;
  letter-spacing: 0;
}

.product-buttons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 25px;
  margin-top: 32px;
}
@media only screen and (max-width: 600px) {
  .product-buttons {
    position: fixed;
    bottom: 60px;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 2;
    padding: 13px 15px;
  }
}

.product-add2basket {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 11px;
  height: 55px;
  border-radius: 28px;
  padding: 0 30px;
  background: #000;
  cursor: pointer;
  box-sizing: border-box;
  min-width: 250px;
}
@media only screen and (max-width: 1400px) {
  .product-add2basket {
    height: 52px;
    border-radius: 26px;
    padding: 0 27px;
    min-width: 230px;
  }
}
@media only screen and (max-width: 600px) {
  .product-add2basket {
    height: 45px;
    padding: 0 25px;
    min-width: 225px;
  }
}
.product-add2basket span {
  font-family: Inter;
  font-weight: 600;
  font-size: 15px;
  line-height: 15px;
  color: #fff;
}
@media only screen and (max-width: 1400px) {
  .product-add2basket span {
    font-size: 14px;
    line-height: 14px;
  }
}
.product-add2basket span[rel=added] {
  display: none;
}
@media only screen and (max-width: 1400px) {
  .product-add2basket img {
    width: 24px;
  }
}
@media only screen and (min-width: 1151px) {
  .product-add2basket:hover {
    background: #646464;
  }
}
.product-add2basket__added {
  background: #fff;
  border: 2px solid #aaa;
}
.product-add2basket__added img {
  filter: brightness(0) saturate(100%) invert(82%) sepia(0%) saturate(885%) hue-rotate(228deg) brightness(86%) contrast(80%);
}
.product-add2basket__added span {
  color: #AAAAAA;
}
.product-add2basket__added span[rel=add] {
  display: none;
}
.product-add2basket__added span[rel=added] {
  display: flex;
}
.product-add2basket__added:hover {
  background: #fff;
  border: 2px solid #aaa;
}

.product-add2compare {
  position: relative;
  cursor: pointer;
}
.product-add2compare img {
  display: block;
}
@media only screen and (max-width: 1400px) {
  .product-add2compare img {
    width: 30px;
  }
}
@media only screen and (min-width: 1151px) {
  .product-add2compare::after {
    position: absolute;
    left: 50%;
    top: -38px;
    content: "Добавить в сравнение";
    background: #FFDD00;
    color: #000;
    height: 30px;
    padding: 0 13px;
    border-radius: 15px;
    transform: translateX(-50%);
    text-wrap: nowrap;
    z-index: 10;
    box-sizing: border-box;
    font-family: "Inter";
    font-weight: 500;
    font-size: 11px;
    line-height: 30px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }
}
@media only screen and (min-width: 1151px) {
  .product-add2compare:hover img {
    opacity: 0.5;
  }
  .product-add2compare:hover::after {
    opacity: 1;
  }
}
.product-add2compare.cmp-added {
  position: relative;
}
.product-add2compare.cmp-added img {
  content: url("../assets/svg/sravn_del.svg");
  width: 28px;
}
@media only screen and (max-width: 600px) {
  .product-add2compare.cmp-added img {
    width: 24px;
  }
}
@media only screen and (min-width: 1151px) {
  .product-add2compare.cmp-added::after {
    content: "Удалить из сравнения";
  }
}

.product-add2fav {
  position: relative;
  cursor: pointer;
}
.product-add2fav img {
  display: block;
}
@media only screen and (max-width: 1400px) {
  .product-add2fav img {
    width: 29px;
  }
}
@media only screen and (min-width: 1151px) {
  .product-add2fav::after {
    position: absolute;
    left: 50%;
    top: -36px;
    content: "Добавить в избранное";
    background: #FFDD00;
    color: #000;
    height: 30px;
    padding: 0 13px;
    border-radius: 15px;
    transform: translateX(-50%);
    text-wrap: nowrap;
    z-index: 10;
    box-sizing: border-box;
    font-family: "Inter";
    font-weight: 500;
    font-size: 11px;
    line-height: 30px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }
}
.product-add2fav.fav-added img {
  content: url("../assets/svg/fav-added.svg");
}
@media only screen and (min-width: 1151px) {
  .product-add2fav.fav-added::after {
    content: "Удалить из избранного";
  }
}
@media only screen and (min-width: 1151px) {
  .product-add2fav:hover img {
    opacity: 0.5;
  }
  .product-add2fav:hover::after {
    opacity: 1;
  }
}

.product-tabs {
  position: relative;
  margin-top: 80px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1400px) {
  .product-tabs {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 1150px) {
  .product-tabs {
    padding-bottom: 50px;
  }
}
.product-tabs-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
  margin-bottom: 45px;
}
@media only screen and (max-width: 1400px) {
  .product-tabs-header {
    gap: 36px;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .product-tabs-header {
    gap: 12px;
    justify-content: space-between;
  }
}

.product-tab {
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: 18px;
  letter-spacing: 0;
  color: #aaa;
  border-bottom: 2px solid #fff;
  padding-bottom: 8px;
  text-transform: uppercase;
  cursor: pointer;
}
@media only screen and (max-width: 600px) {
  .product-tab {
    font-size: 15px;
  }
}
.product-tab__active {
  color: #000;
  border-color: #000;
  cursor: default;
}
.product-tab:hover {
  color: #000;
}
.product-tab-content {
  display: none;
}
.product-tab-content__active {
  display: block;
}
.product-tab-spec {
  position: relative;
  width: 100%;
  height: 50px;
  border-top: 1px solid #e6e6e6;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-tab-spec:first-of-type {
  border-color: #fff;
}
@media only screen and (max-width: 600px) {
  .product-tab-spec {
    height: auto;
    min-height: 42px;
    padding: 13px 0;
  }
}
.product-tab-spec-name {
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0;
}
.product-tab-spec-value {
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #000;
}
@media only screen and (max-width: 600px) {
  .product-tab-spec-value {
    max-width: 120px;
    text-align: right;
  }
}
.product-tab-spec-head {
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: 15px;
  line-height: 100%;
  text-transform: uppercase;
  color: #aaa;
  letter-spacing: 0;
  min-width: 100px;
  text-align: center;
}
.product-tab-spec-head:first-of-type {
  text-align: left;
}
.product-tab-spec-head:last-of-type {
  text-align: right;
}
.product-tab-spec-data {
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: 15px;
  line-height: 100%;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0;
  min-width: 100px;
  text-align: center;
}
.product-tab-spec-data:first-of-type {
  text-align: left;
}
.product-tab-spec-data:last-of-type {
  text-align: right;
}
.product-tab-text {
  font-family: Inter;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  color: #000;
}
@media only screen and (max-width: 600px) {
  .product-tab-text {
    font-size: 14px;
    line-height: 22px;
  }
}

.cartselect {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  height: 60px;
  border-radius: 6px;
  padding: 0 25px;
  margin-bottom: 20px;
  margin-top: 5px;
}
@media only screen and (max-width: 1400px) {
  .cartselect {
    margin-bottom: 16px;
    padding: 20px;
    margin-top: 10px;
    height: 55px;
  }
}
@media only screen and (max-width: 600px) {
  .cartselect {
    height: 48px;
    padding: 15px;
  }
}
.cartselect span {
  font-family: Inter;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #000;
}
@media only screen and (max-width: 1400px) {
  .cartselect span {
    font-size: 13px;
    line-height: 100%;
  }
}
.cartselect-delete {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
@media only screen and (max-width: 600px) {
  .cartselect-delete {
    gap: 7px;
  }
}
.cartselect-delete span {
  font-family: Inter;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #000;
}
@media only screen and (max-width: 1400px) {
  .cartselect-delete span {
    font-size: 13px;
    line-height: 100%;
  }
}
.cartselect-delete img {
  display: block;
}
@media only screen and (max-width: 600px) {
  .cartselect-delete img {
    width: 19px;
  }
}
@media only screen and (min-width: 1151px) {
  .cartselect-delete:hover span {
    color: #646464;
  }
  .cartselect-delete:hover img {
    filter: brightness(0) saturate(100%) invert(39%) sepia(0%) saturate(0%) hue-rotate(258deg) brightness(97%) contrast(86%);
  }
}

.cartproducts {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 150px;
}
@media only screen and (max-width: 1400px) {
  .cartproducts {
    gap: 16px;
    margin-bottom: 110px;
  }
}
@media only screen and (max-width: 1150px) {
  .cartproducts {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .cartproducts {
    gap: 15px;
  }
}

.cartproduct {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  background: #fff;
  border-radius: 6px;
  padding: 30px 25px 35px;
}
@media only screen and (max-width: 1400px) {
  .cartproduct {
    padding: 25px 20px 30px;
  }
}
@media only screen and (max-width: 600px) {
  .cartproduct {
    padding: 20px 15px 60px;
    flex-wrap: wrap;
    justify-content: flex-start;
    overflow: hidden;
  }
}
.cartproduct-label {
  height: 20px;
}
.cartproduct-data {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
}
@media only screen and (max-width: 1400px) {
  .cartproduct-data {
    gap: 9px;
  }
}
@media only screen and (max-width: 600px) {
  .cartproduct-data {
    gap: 78px;
    margin-bottom: 16px;
    min-height: 100px;
  }
}
.cartproduct-select {
  position: relative;
  z-index: 2;
}
.cartproduct-image {
  width: 120px;
}
@media only screen and (max-width: 600px) {
  .cartproduct-image {
    width: 100px;
    position: absolute;
    left: 15px;
    top: 20px;
  }
}
.cartproduct-image img {
  max-width: 100%;
}
.cartproduct-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 13px;
  margin-left: 10px;
  padding-top: 3px;
}
@media only screen and (max-width: 1400px) {
  .cartproduct-info {
    margin-left: 19px;
    padding-top: 1px;
  }
}
@media only screen and (max-width: 600px) {
  .cartproduct-info {
    margin-top: -6px;
    gap: 11px;
  }
}
.cartproduct-name {
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: 20px;
  line-height: 23px;
  color: #000;
  width: 280px;
  text-transform: uppercase;
  text-decoration: none;
}
.cartproduct-name:hover {
  color: #646464;
}
@media only screen and (max-width: 1400px) {
  .cartproduct-name {
    width: 260px;
  }
}
@media only screen and (max-width: 600px) {
  .cartproduct-name {
    width: 180px;
    font-size: 18px;
  }
}
.cartproduct-labels {
  display: flex;
  margin-top: 5px;
  gap: 5px;
}
.cartproduct-spec {
  font-family: Inter;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #646464;
}
.cartproduct-spec span {
  font-weight: 600;
  color: #000;
}
.cartproduct-controls {
  display: flex;
  flex-direction: column;
  gap: 38px;
}
.cartproduct-count {
  display: flex;
  gap: 10px;
  align-items: center;
  background: #F0F0F0;
  border-radius: 4px;
  width: fit-content;
}
@media only screen and (max-width: 600px) {
  .cartproduct-count {
    width: 98px;
    margin-right: 25px;
  }
}
.cartproduct-count-control {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 14px;
  background: transparent;
  cursor: pointer;
}
@media only screen and (max-width: 600px) {
  .cartproduct-count-control {
    width: 30px;
    height: 30px;
    border-radius: 15px;
  }
}
.cartproduct-count-control img {
  display: block;
}
.cartproduct-count-control:hover img {
  filter: brightness(0) saturate(100%) invert(39%) sepia(0%) saturate(3337%) hue-rotate(45deg) brightness(96%) contrast(84%);
}
.cartproduct-count span {
  font-family: Inter;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: #000;
  width: 18px;
  text-align: center;
}
@media only screen and (max-width: 1400px) {
  .cartproduct-count span {
    font-size: 15px;
  }
}
.cartproduct-price {
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: 21px;
  line-height: 100%;
  color: #000;
  padding-top: 4px;
}
@media only screen and (max-width: 1400px) {
  .cartproduct-price {
    padding-top: 2px;
  }
}
@media only screen and (max-width: 600px) {
  .cartproduct-price {
    padding-top: 6px;
    font-size: 18px;
  }
}
.cartproduct-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media only screen and (max-width: 600px) {
  .cartproduct-buttons {
    flex-direction: row;
    justify-content: flex-end;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fafafa;
    height: 40px;
    padding-right: 15px;
    gap: 25px;
  }
}
.cartproduct-button {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
@media only screen and (max-width: 1400px) {
  .cartproduct-button {
    gap: 9px;
  }
}
.cartproduct-button span {
  font-family: Inter;
  font-weight: 600;
  font-size: 13px;
  line-height: 100%;
  color: #000;
}
@media only screen and (max-width: 600px) {
  .cartproduct-button span {
    display: none;
  }
}
.cartproduct-button:hover {
  opacity: 0.7;
}
.cartproduct-button-fav {
  width: 130px;
  margin-left: -4px;
}
@media only screen and (max-width: 600px) {
  .cartproduct-button-fav {
    width: auto;
  }
}
.cartproduct-button-fav [rel=added] {
  display: none;
}
.cartproduct-button-fav img {
  width: 30px;
}
@media only screen and (max-width: 1400px) {
  .cartproduct-button-fav img {
    width: 29px;
  }
}
@media only screen and (max-width: 600px) {
  .cartproduct-button-fav img {
    width: auto;
    height: 25px;
  }
}
.cartproduct-button-fav.fav-added [rel=add] {
  display: none;
}
.cartproduct-button-fav.fav-added [rel=added] {
  display: block;
}
@media only screen and (max-width: 600px) {
  .cartproduct-button-fav.fav-added [rel=added] {
    display: none;
  }
}
.cartproduct-button-fav.fav-added img {
  content: url("../assets/svg/fav-added.svg");
}
.cartproduct-button-fav:hover {
  opacity: 1;
}
.cartproduct-button-fav:hover img {
  content: url("../assets/svg/fav-hover.svg");
}
.cartproduct-button-fav:hover span {
  color: #646464;
}
.cartproduct-button-delete img {
  width: 22px;
  margin-right: 2px;
}
@media only screen and (max-width: 1400px) {
  .cartproduct-button-delete img {
    width: 21px;
    margin: 0px 1px;
  }
}
@media only screen and (max-width: 600px) {
  .cartproduct-button-delete img {
    width: auto;
    height: 20px;
  }
}

.carttotal {
  position: relative;
  background: #fff;
  border-radius: 6px;
  padding: 30px 30px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.06);
  margin-top: 5px;
}
@media only screen and (max-width: 1400px) {
  .carttotal {
    padding: 28px 20px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1150px) {
  .carttotal {
    padding: 28px 40px 90px;
    margin-left: -20px;
    width: calc(100% + 40px);
    border-radius: 0;
  }
}
@media only screen and (max-width: 600px) {
  .carttotal {
    padding: 26px 30px 60px;
    margin-left: -15px;
    width: calc(100% + 30px);
  }
}
.carttotal-head {
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 100%;
  color: #000;
  margin-bottom: 35px;
}
@media only screen and (max-width: 1400px) {
  .carttotal-head {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1150px) {
  .carttotal-head {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
.carttotal-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 18px;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .carttotal-row {
    margin-bottom: 14px;
  }
}
.carttotal-row-left {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #000;
}
@media only screen and (max-width: 1400px) {
  .carttotal-row-left {
    font-size: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .carttotal-row-left {
    font-size: 14px;
  }
}
.carttotal-row-right {
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: 21px;
  line-height: 18px;
  color: #000;
}
@media only screen and (max-width: 1400px) {
  .carttotal-row-right {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .carttotal-row-right {
    font-size: 18px;
  }
}
.carttotal-row-discount {
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: 21px;
  line-height: 18px;
  color: #FF2D2D;
}
@media only screen and (max-width: 1400px) {
  .carttotal-row-discount {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .carttotal-row-discount {
    font-size: 18px;
  }
}
.carttotal-row-total {
  font-family: Inter;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  color: #000;
}
@media only screen and (max-width: 1400px) {
  .carttotal-row-total {
    font-size: 22px;
  }
}
.carttotal-row-sum {
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: 30px;
  line-height: 26px;
  color: #000;
}
@media only screen and (max-width: 1400px) {
  .carttotal-row-sum {
    font-size: 28px;
  }
}
@media only screen and (max-width: 600px) {
  .carttotal-row-sum {
    font-size: 24px;
  }
}
.carttotal-divide {
  position: relative;
  width: 100%;
  height: 1px;
  background: #c4c4c4;
  margin: 27px 0 27px;
}
@media only screen and (max-width: 1400px) {
  .carttotal-divide {
    margin: 22px 0 22px;
  }
}
@media only screen and (max-width: 600px) {
  .carttotal-divide {
    margin-bottom: 20px;
  }
}
.carttotal-btnwrap {
  position: relative;
  margin-top: 32px;
}
@media only screen and (max-width: 600px) {
  .carttotal-btnwrap {
    margin-top: 36px;
  }
}
.carttotal-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 55px;
  border-radius: 28px;
  background: #000;
  font-family: Inter;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
@media only screen and (max-width: 1400px) {
  .carttotal-btn {
    font-size: 14px;
    height: 50px;
    border-radius: 25px;
  }
}
@media only screen and (max-width: 1150px) {
  .carttotal-btn {
    max-width: 280px;
  }
}
@media only screen and (max-width: 600px) {
  .carttotal-btn {
    max-width: 100%;
  }
}
.carttotal-btn:hover {
  background: #646464;
}

.cart-checkbox div {
  padding-left: 32px;
}
@media only screen and (max-width: 1400px) {
  .cart-checkbox div {
    padding-left: 29px;
  }
}
@media only screen and (max-width: 600px) {
  .cart-checkbox div {
    padding-left: 26px;
  }
}
.cart-checkbox div::before {
  width: 18px;
  height: 18px;
  border-radius: 4px;
}
@media only screen and (max-width: 600px) {
  .cart-checkbox div::before {
    width: 16px;
    height: 16px;
  }
}
.cart-checkbox div::after {
  width: 18px;
  height: 18px;
  background-size: 10px;
  border-radius: 4px;
}
@media only screen and (max-width: 600px) {
  .cart-checkbox div::after {
    width: 16px;
    height: 16px;
  }
}
.cart-checkbox span {
  line-height: 18px;
}

.personalhead {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
  margin-bottom: 42px;
}
@media only screen and (max-width: 1400px) {
  .personalhead {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 1150px) {
  .personalhead {
    padding-top: 40px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .personalhead {
    padding-top: 32px;
    margin-bottom: 21px;
  }
}
.personalhead-title {
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-size: 70px;
  color: #000;
}
@media only screen and (max-width: 1400px) {
  .personalhead-title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1150px) {
  .personalhead-title {
    font-size: 45px;
  }
}
@media only screen and (max-width: 600px) {
  .personalhead-title {
    font-size: 33px;
  }
}
.personalhead-title span {
  color: #F0F0F0;
  font-style: italic;
  text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000; /* Bottom-right shadow */
}
.personalhead-logout {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 9px;
  cursor: pointer;
  text-decoration: none;
}
@media only screen and (max-width: 1400px) {
  .personalhead-logout {
    gap: 8px;
  }
}
@media only screen and (max-width: 1150px) {
  .personalhead-logout {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .personalhead-logout__head {
    display: none;
  }
}
.personalhead-logout img {
  display: block;
}
@media only screen and (max-width: 1400px) {
  .personalhead-logout img {
    width: 21px;
  }
}
.personalhead-logout span {
  font-family: Inter;
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  color: #000;
  text-decoration: none;
}
@media only screen and (max-width: 1400px) {
  .personalhead-logout span {
    font-size: 14px;
  }
}
.personalhead-logout:hover span {
  color: #646464;
}
.personalhead-logout:hover img {
  filter: brightness(0) saturate(100%) invert(40%) sepia(17%) saturate(19%) hue-rotate(25deg) brightness(92%) contrast(90%);
}

.personaltabs {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 1400px) {
  .personaltabs {
    gap: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .personaltabs {
    gap: 15px;
  }
}
.personaltabs-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 0 50px;
  border: 2px solid transparent;
  border-radius: 25px;
  cursor: pointer;
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: 15px;
  line-height: 100%;
  text-transform: uppercase;
  color: #aaa;
  text-decoration: none;
}
@media only screen and (max-width: 1400px) {
  .personaltabs-tab {
    height: 45px;
    border-radius: 23px;
    padding: 0 45px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 600px) {
  .personaltabs-tab {
    padding: 0 25px;
    font-size: 13px;
    height: 42px;
    border-width: 1px;
  }
}
.personaltabs-tab__active {
  border-color: #000;
  color: #000;
  cursor: default;
}
.personaltabs-tab:hover {
  color: #000;
}

.personalform {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 6px;
  padding: 35px 30px 50px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 50px;
}
@media only screen and (max-width: 1400px) {
  .personalform {
    margin-top: 45px;
    padding: 30px 25px 45px;
    gap: 25px;
  }
}
@media only screen and (max-width: 1150px) {
  .personalform {
    margin-top: 35px;
    padding: 30px 20px 45px;
  }
}
@media only screen and (max-width: 600px) {
  .personalform {
    margin-top: 30px;
    margin-left: -15px;
    width: calc(100% + 30px);
    border-radius: 0;
    padding: 30px 15px 35px;
    gap: 15px;
  }
}
.personalform-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .personalform-row {
    flex-direction: column;
    gap: 15px;
  }
}
.personalform-col {
  width: 500px;
}
.personalform-col:first-of-type {
  width: 360px;
}
@media only screen and (max-width: 1150px) {
  .personalform-col:first-of-type {
    width: calc(50% - 12px);
  }
}
@media only screen and (max-width: 600px) {
  .personalform-col:first-of-type {
    width: 100%;
  }
}
@media only screen and (max-width: 1400px) {
  .personalform-col {
    width: calc(50% - 12px);
  }
}
@media only screen and (max-width: 1400px) and (max-width: 600px) {
  .personalform-col {
    width: 100%;
  }
}
@media only screen and (max-width: 1400px) {
  .personalform-col:only-of-type {
    width: 100%;
  }
}
.personalform-save {
  padding-top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 1400px) {
  .personalform-save {
    gap: 25px;
  }
}
@media only screen and (max-width: 1150px) {
  .personalform-save {
    padding-top: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .personalform-save {
    flex-direction: column;
    gap: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .personalform-btnwrap {
    width: 100%;
  }
}
.personalform-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 55px;
  border-radius: 28px;
  background: #000;
  border: none;
  font-family: Inter;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  cursor: pointer;
}
@media only screen and (max-width: 1400px) {
  .personalform-btn {
    height: 50px;
    border-radius: 26px;
    font-size: 15px;
    width: 255px;
  }
}
@media only screen and (max-width: 600px) {
  .personalform-btn {
    width: 100%;
    font-size: 14px;
  }
}
.personalform-btn:hover {
  background: #646464;
}
.personalform-btn__disabled {
  background: #aaa;
  cursor: default;
  pointer-events: none;
}
.personalform-btn__disabled:hover {
  background: #aaa;
}
.personalform-check {
  position: relative;
  font-family: Inter;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #aaa;
}
.personalform-check a {
  color: #000;
  text-decoration: none;
}
.personalform-check a:hover {
  color: #646464;
}
@media only screen and (max-width: 600px) {
  .personalform-check {
    font-size: 14px;
    line-height: 17px;
  }
}

.personalagreement {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 6px;
  height: 90px;
  padding: 0 25px;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
@media only screen and (max-width: 1400px) {
  .personalagreement {
    height: 80px;
    margin-top: 16px;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .personalagreement {
    margin-left: -15px;
    width: calc(100% + 30px);
    border-radius: 0;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 1400px) {
  .personalagreement div {
    padding-left: 33px;
  }
}
.personalagreement span {
  font-weight: 500;
  font-size: 15px;
}
@media only screen and (max-width: 1400px) {
  .personalagreement span {
    font-size: 14px;
  }
}

.personalyears {
  position: relative;
  width: 100%;
  margin-top: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 1400px) {
  .personalyears {
    gap: 8px;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1150px) {
  .personalyears {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .personalyears {
    margin-top: 30px;
  }
}
.personalyears-year {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 30px;
  border-radius: 15px;
  background: #fff;
  font-family: "Inter";
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
  color: #000;
  cursor: pointer;
}
@media only screen and (max-width: 1400px) {
  .personalyears-year {
    width: 70px;
    height: 28px;
    border-radius: 14px;
    font-size: 12px;
  }
}
.personalyears-year__active {
  background: #000;
  color: #fff;
  cursor: default;
}
.personalyears-year:hover {
  background: #000;
  color: #fff;
}

.personalhistory {
  position: relative;
  width: 100%;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (max-width: 1400px) {
  .personalhistory {
    gap: 16px;
    margin-top: 25px;
  }
}
.personalhistory-order {
  position: relative;
  width: 100%;
  height: 80px;
  background: #fff;
  border-radius: 6px;
  padding: 0 27px 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1400px) {
  .personalhistory-order {
    height: 75px;
    padding: 0 19px 0 25px;
  }
}
@media only screen and (max-width: 1150px) {
  .personalhistory-order {
    height: 93px;
    padding: 11px 15px 19px;
  }
}
@media only screen and (max-width: 600px) {
  .personalhistory-order {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.personalhistory-order-number {
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: 20px;
  line-height: 100%;
  color: #000;
  width: 100px;
}
@media only screen and (max-width: 1400px) {
  .personalhistory-order-number {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .personalhistory-order-number {
    order: 1;
    font-size: 17px;
    margin-bottom: 10px;
    width: 100px;
    margin-top: 4px;
  }
}
.personalhistory-order-date {
  font-family: "Inter";
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  color: #000;
}
@media only screen and (max-width: 1400px) {
  .personalhistory-order-date {
    font-size: 14px;
  }
}
@media only screen and (max-width: 600px) {
  .personalhistory-order-date {
    order: 4;
    font-size: 13px;
    width: 104px;
  }
}
.personalhistory-order-date span {
  color: #aaa;
}
@media only screen and (max-width: 600px) {
  .personalhistory-order-date span {
    display: block;
    padding-top: 4px;
  }
}
.personalhistory-order-count {
  font-family: "Inter";
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  color: #000;
}
@media only screen and (max-width: 1400px) {
  .personalhistory-order-count {
    font-size: 14px;
  }
}
@media only screen and (max-width: 600px) {
  .personalhistory-order-count {
    order: 2;
    line-height: 17px;
    margin-top: 4px;
    font-size: 13px;
    min-width: 180px;
    text-align: center;
  }
}
@media only screen and (max-width: 450px) {
  .personalhistory-order-count {
    min-width: 110px;
  }
}
.personalhistory-order-sum {
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: 18px;
  line-height: 100%;
  color: #000;
}
@media only screen and (max-width: 600px) {
  .personalhistory-order-sum {
    order: 5;
    font-size: 17px;
  }
}
.personalhistory-order-status {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 125px;
  height: 36px;
  border-radius: 18px;
  border: 1px solid #fd0;
}
@media only screen and (max-width: 1400px) {
  .personalhistory-order-status {
    height: 30px;
    border-radius: 15px;
    width: 105px;
    gap: 5px;
  }
}
@media only screen and (max-width: 600px) {
  .personalhistory-order-status {
    order: 3;
    width: 85px;
  }
}
.personalhistory-order-status span {
  font-family: "Inter";
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #000;
}
@media only screen and (max-width: 1400px) {
  .personalhistory-order-status span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .personalhistory-order-status span {
    font-size: 11px;
  }
}
.personalhistory-order-status__completed {
  border-color: #16BD35;
}
@media only screen and (max-width: 1400px) {
  .personalhistory-order-status__completed img {
    width: 11px;
  }
}
.personalhistory-order-status__cancelled {
  border-color: #FF2D2D;
}
@media only screen and (max-width: 1400px) {
  .personalhistory-order-status__cancelled img {
    width: 15px;
  }
}
.personalhistory-order-detaillink {
  font-family: Inter;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
  padding-bottom: 1px;
}
@media only screen and (max-width: 1400px) {
  .personalhistory-order-detaillink {
    font-size: 13px;
  }
}
@media only screen and (max-width: 600px) {
  .personalhistory-order-detaillink {
    order: 6;
    font-size: 12px;
    width: 60px;
    margin: 10px 13px 0;
  }
}
.personalhistory-order-detaillink:hover {
  border-bottom: 1px solid transparent;
}

.orderback {
  position: relative;
  width: 100%;
  padding-top: 46px;
}
@media only screen and (max-width: 1400px) {
  .orderback {
    padding-top: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .orderback {
    padding-top: 30px;
  }
}
.orderback-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  height: 40px;
  border-radius: 20px;
  border: 2px solid #000;
  padding: 0 17px;
  width: fit-content;
  text-decoration: none;
}
@media only screen and (max-width: 1400px) {
  .orderback-link {
    height: 35px;
    border-radius: 18px;
    gap: 5px;
  }
}
.orderback-link span {
  font-family: Inter;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: #000;
}
@media only screen and (max-width: 1400px) {
  .orderback-link span {
    font-size: 13px;
  }
}
.orderback-link:hover {
  border-color: #646464;
}
.orderback-link:hover span {
  color: #646464;
}
.orderback-link:hover img {
  filter: brightness(0) saturate(100%) invert(40%) sepia(17%) saturate(19%) hue-rotate(25deg) brightness(92%) contrast(90%);
}

.orderhead {
  position: relative;
  width: 100%;
}
.orderhead-title {
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: 45px;
  line-height: 100%;
  color: #000;
  margin-bottom: 30px;
  display: block;
}
@media only screen and (max-width: 1400px) {
  .orderhead-title {
    font-size: 35px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .orderhead-title {
    font-size: 27px;
    letter-spacing: 0;
    margin-bottom: 75px;
  }
}
.orderhead-data {
  position: relative;
  display: block;
  margin-bottom: 11px;
  font-family: Inter;
  font-weight: 400;
  font-size: 15px;
  line-height: 16px;
  color: #000;
}
@media only screen and (max-width: 1400px) {
  .orderhead-data {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
.orderhead-data span {
  font-weight: 700;
}
.orderhead-data span a {
  color: #000;
  text-decoration: none;
}
.orderhead-link {
  font-family: Inter;
  font-weight: 700;
  font-size: 15px;
  line-height: 100%;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
  padding-bottom: 1px;
  width: fit-content;
  cursor: pointer;
}
@media only screen and (max-width: 1400px) {
  .orderhead-link {
    font-size: 14px;
  }
}
.orderhead-link:hover {
  border-bottom: 1px solid transparent;
}
.orderhead-status {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 194px;
  height: 40px;
  border-radius: 20px;
  border: 2px solid #fd0;
  background: #fff;
  margin-top: 2px;
  position: relative;
}
@media only screen and (max-width: 1400px) {
  .orderhead-status {
    height: 37px;
    border-radius: 19px;
    width: 180px;
    margin-top: 0px;
  }
}
@media only screen and (max-width: 1150px) {
  .orderhead-status {
    float: right;
  }
}
@media only screen and (max-width: 600px) {
  .orderhead-status {
    float: left;
    position: absolute;
    bottom: 85px;
    height: 34px;
    border-width: 1px;
    width: 168px;
  }
}
.orderhead-status span {
  font-family: "Inter";
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  color: #000;
}
@media only screen and (max-width: 1400px) {
  .orderhead-status span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 600px) {
  .orderhead-status span {
    font-size: 13px;
  }
}
.orderhead-status__completed {
  border-color: #16BD35;
}
.orderhead-status__cancelled {
  border-color: #FF2D2D;
}
@media only screen and (min-width: 1151px) {
  .orderhead-status__hastooltip::after {
    position: absolute;
    left: 50%;
    top: -38px;
    content: attr(data-tooltip);
    background: #FFDD00;
    color: #000;
    height: 30px;
    padding: 0 13px;
    border-radius: 15px;
    transform: translateX(-50%);
    text-wrap: nowrap;
    z-index: 10;
    box-sizing: border-box;
    font-family: "Inter";
    font-weight: 500;
    font-size: 11px;
    line-height: 30px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    text-transform: none !important;
  }
}
@media only screen and (min-width: 1151px) {
  .orderhead-status__hastooltip:hover::after {
    opacity: 1;
  }
}

.orderproducts {
  margin-bottom: 0px;
}
.orderproducts .cartproduct {
  padding: 20px;
}
@media only screen and (max-width: 1400px) {
  .orderproducts .cartproduct {
    padding: 20px 15px;
  }
}
@media only screen and (max-width: 600px) {
  .orderproducts .cartproduct {
    flex-direction: column;
  }
}
@media only screen and (max-width: 600px) {
  .orderproducts .cartproduct-data {
    gap: 0px;
  }
}
.orderproducts .cartproduct-image {
  width: 100px;
}
@media only screen and (max-width: 1400px) {
  .orderproducts .cartproduct-image {
    width: 90px;
  }
}
@media only screen and (max-width: 600px) {
  .orderproducts .cartproduct-image {
    position: relative;
    width: 100px;
    left: 0;
    top: 0;
  }
}
.orderproducts .cartproduct-image img {
  display: block;
}
.orderproducts .cartproduct-info {
  margin-left: 0px;
  margin-top: 7px;
}
@media only screen and (max-width: 1400px) {
  .orderproducts .cartproduct-info {
    margin-top: 2px;
    margin-left: 12px;
  }
}
@media only screen and (max-width: 1150px) {
  .orderproducts .cartproduct-info {
    margin-left: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .orderproducts .cartproduct-info {
    margin-left: 23px;
  }
}
.orderproducts .cartproduct-name {
  width: 220px;
  font-size: 18px;
}
.orderproducts .cartproduct-count {
  margin-top: 7px;
  background: transparent;
}
@media only screen and (max-width: 1400px) {
  .orderproducts .cartproduct-count {
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1150px) {
  .orderproducts .cartproduct-count {
    padding-right: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .orderproducts .cartproduct-count {
    margin-left: 123px;
    margin-bottom: 10px;
    margin-top: -20px;
  }
}
.orderproducts .cartproduct-count span {
  width: fit-content;
  line-height: 100%;
  transform: translateY(5px);
}
@media only screen and (max-width: 600px) {
  .orderproducts .cartproduct-count span {
    font-size: 13px;
  }
}
.orderproducts .cartproduct-price {
  margin-top: 7px;
  font-size: 18px;
}
@media only screen and (max-width: 1400px) {
  .orderproducts .cartproduct-price {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 600px) {
  .orderproducts .cartproduct-price {
    margin-left: 123px;
  }
}

.ordertotal {
  margin-top: 0px;
  padding: 30px 25px;
}
@media only screen and (max-width: 1400px) {
  .ordertotal {
    padding: 28px 20px;
  }
}
@media only screen and (max-width: 1150px) {
  .ordertotal {
    margin-left: 0px;
    width: 100%;
    margin-top: 40px;
    border-radius: 5px;
  }
}
.ordertotal .carttotal-row__last {
  margin-bottom: 5px;
}
@media only screen and (max-width: 1400px) {
  .ordertotal .carttotal-row__last {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 1400px) {
  .ordertotal .carttotal-row-total {
    font-size: 20px;
    transform: translateY(-2px);
  }
}
@media only screen and (max-width: 1400px) {
  .ordertotal .carttotal-row-sum {
    font-size: 26px;
  }
}

.personal-inner {
  max-width: 950px;
  padding-bottom: 150px;
}
@media only screen and (max-width: 1400px) {
  .personal-inner {
    padding-bottom: 110px;
    max-width: 782px;
  }
}
@media only screen and (max-width: 1150px) {
  .personal-inner {
    padding-bottom: 90px;
  }
}

.personalorder-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 46px;
}
@media only screen and (max-width: 1400px) {
  .personalorder-content {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .personalorder-content {
    flex-direction: column;
  }
}
@media only screen and (max-width: 1150px) {
  .personalorder-content__colwrap {
    flex-direction: column;
  }
}
.personalorder-col {
  width: calc(100% - 350px);
}
@media only screen and (max-width: 1400px) {
  .personalorder-col {
    width: calc(100% - 250px);
  }
}
@media only screen and (max-width: 600px) {
  .personalorder-col {
    width: 100%;
  }
}
@media only screen and (max-width: 1150px) {
  .personalorder-col__full {
    width: 100% !important;
  }
}
.personalorder-col__col2 {
  width: 320px;
  position: relative;
}
@media only screen and (max-width: 1400px) {
  .personalorder-col__col2 {
    width: 230px;
  }
}

.personal-empty {
  font-family: Inter;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  margin-top: 85px;
}
@media only screen and (max-width: 1400px) {
  .personal-empty {
    font-size: 18px;
    margin-top: 52px;
  }
}
@media only screen and (max-width: 600px) {
  .personal-empty {
    font-size: 14px;
    margin-top: 63px;
  }
}

.orderheader-back {
  padding-top: 25px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 600px) {
  .orderheader-back {
    margin-bottom: 28px;
    padding-top: 20px;
  }
}

.orderuser {
  margin-top: 0px;
}
.orderuser .personalform-col {
  width: calc(50% - 15px);
}
@media only screen and (max-width: 600px) {
  .orderuser .personalform-col {
    width: 100%;
  }
}
.orderuser-description {
  position: relative;
  margin-top: 20px;
  margin-left: 17px;
  font-family: Inter;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #aaa;
}
.orderuser-divider {
  position: relative;
  width: 100%;
  height: 1px;
  background: #c4c4c4;
}
.orderuser .personalform-btn {
  width: 180px;
  font-size: 14px;
}
.orderuser .personalform-save__confirmed {
  padding-top: 0px;
  gap: 13px;
  flex-direction: row;
}
.orderuser .personalform-save__confirmed .personalform-check {
  font-family: Inter;
  font-weight: 600;
  color: #000;
  font-size: 15px;
}
.orderuser .personalform-save__confirmed .personalform-btnwrap {
  width: auto;
}

.orderdelivery {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 6px;
  padding: 30px 30px 50px;
  margin-top: 20px;
}
@media only screen and (max-width: 1150px) {
  .orderdelivery {
    padding: 30px 20px 45px;
  }
}
@media only screen and (max-width: 600px) {
  .orderdelivery {
    margin-left: -15px;
    width: calc(100% + 30px);
    border-radius: 0;
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.orderdelivery-head {
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: 21px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 30px;
}
@media only screen and (max-width: 600px) {
  .orderdelivery-head {
    font-size: 20px;
  }
}
.orderdelivery-tabs {
  margin-bottom: 45px;
}
@media only screen and (max-width: 600px) {
  .orderdelivery-tabs {
    margin-bottom: 30px;
  }
}
.orderdelivery-tabs .personaltabs {
  gap: 25px;
}
@media only screen and (max-width: 600px) {
  .orderdelivery-tabs .personaltabs {
    gap: 15px;
  }
}
.orderdelivery-tabs .personaltabs-tab {
  border-color: #aaa;
  font-size: 14px;
  height: 45px;
  padding: 0 35px;
}
.orderdelivery-tabs .personaltabs-tab__active {
  border-color: #000;
}
.orderdelivery-tabs .personaltabs-tab:hover {
  border-color: #000;
}
@media only screen and (max-width: 600px) {
  .orderdelivery-tabs .personaltabs-tab {
    height: 42px;
    padding: 0 23px;
    font-size: 13px;
  }
}
.orderdelivery-choose {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.orderdelivery-choose-row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 600px) {
  .orderdelivery-choose-row {
    flex-wrap: wrap;
  }
}
.orderdelivery-choose-name {
  width: 268px;
  font-family: "Inter";
  font-weight: 500;
  font-size: 15px;
  color: #000;
  margin-right: 40px;
  padding-left: 7px;
}
@media only screen and (max-width: 600px) {
  .orderdelivery-choose-name {
    width: 80%;
    min-width: 80%;
    position: relative;
    left: -2px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 364px) {
  .orderdelivery-choose-name {
    left: 25px;
  }
}
.orderdelivery-choose-name.yandex {
  transform: translateY(-2px);
}
.orderdelivery-choose-name img {
  margin-left: 6px;
  display: inline-block;
}
.orderdelivery-choose-name img.yandex {
  transform: translateY(3px);
}
.orderdelivery-choose-timing {
  width: 210px;
  font-family: "Inter";
  font-weight: 500;
  font-size: 15px;
  color: #000;
}
@media only screen and (max-width: 600px) {
  .orderdelivery-choose-timing {
    width: 80%;
    min-width: 80%;
    position: relative;
    left: 32px;
    font-size: 14px;
    padding: 6px 0 4px;
  }
}
.orderdelivery-choose-price {
  font-family: "Inter";
  font-weight: 500;
  font-size: 15px;
  color: #000;
}
@media only screen and (max-width: 600px) {
  .orderdelivery-choose-price {
    width: 80%;
    min-width: 80%;
    position: relative;
    left: 32px;
    font-size: 14px;
  }
}
.orderdelivery-choose-checkbox div::before {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  box-sizing: border-box;
}
.orderdelivery-choose-checkbox input:checked + div::after {
  display: none;
}
.orderdelivery-choose-checkbox input:checked + div::before {
  border-color: #000;
  border-width: 6px;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
}

.orderpvz {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 6px;
  padding: 30px 30px 35px;
  margin-top: 20px;
}
@media only screen and (max-width: 1150px) {
  .orderpvz {
    padding: 30px 20px 45px;
  }
}
@media only screen and (max-width: 600px) {
  .orderpvz {
    margin-left: -15px;
    width: calc(100% + 30px);
    border-radius: 0px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.orderpvz-head {
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: 21px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 18px;
}
@media only screen and (max-width: 600px) {
  .orderpvz-head {
    font-size: 20px;
  }
}
.orderpvz .personalform-btn {
  width: 187px;
  font-size: 14px;
}
@media only screen and (max-width: 600px) {
  .orderpvz .personalform-btn {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .orderpvz .personalform-save {
    flex-direction: column;
    align-items: flex-start;
  }
}
.orderpvz .personalform-check {
  width: calc(100% - 217px);
}
@media only screen and (max-width: 600px) {
  .orderpvz .personalform-check {
    width: 100%;
    height: 55px;
  }
}
.orderpvz-select-wrap {
  position: absolute;
  left: 0;
  top: -27px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: #f0f0f0;
  min-height: 55px;
  border-radius: 28px;
  min-width: 555px;
  width: 100%;
}
@media only screen and (max-width: 1400px) {
  .orderpvz-select-wrap {
    min-width: 450px;
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .orderpvz-select-wrap {
    width: 100%;
    min-width: 100%;
    top: 0px;
  }
}
.orderpvz-select-wrap__opened {
  background: #fff;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
}
.orderpvz-select-wrap__opened .orderpvz-select-list {
  display: block;
}
.orderpvz-select-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 55px;
  padding: 0 22px 0 25px;
  cursor: pointer;
}
.orderpvz-select-head span {
  font-family: "Inter";
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #000;
  max-width: 90%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media only screen and (max-width: 600px) {
  .orderpvz-select-head span {
    font-size: 14px;
  }
}
.orderpvz-select-head img {
  width: 13px;
}
.orderpvz-select-list {
  display: none;
  padding: 10px 0px 25px 25px;
}
.orderpvz-select-list-search {
  position: relative;
  margin-bottom: 7px;
}
.orderpvz-select-list-search::after {
  position: absolute;
  content: " ";
  width: 16px;
  height: 15px;
  background: url("../assets/svg/poisk_gray.svg") no-repeat center center;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.orderpvz-select-list-wrap {
  display: flex;
  flex-direction: column;
  max-height: 290px;
  overflow-y: scroll;
  margin-right: 10px;
  gap: 18px;
}
.orderpvz-select-list-wrap::-webkit-scrollbar {
  width: 3px;
}
.orderpvz-select-list-wrap::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #aaa;
}
.orderpvz-select-list-wrap::-webkit-scrollbar-track {
  background: transparent;
}
.orderpvz-select-list-item {
  font-family: "Inter";
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #000;
  cursor: pointer;
}
@media only screen and (max-width: 600px) {
  .orderpvz-select-list-item {
    font-size: 14px;
  }
}
.orderpvz-select-list-item__empty {
  color: #8c8c8c;
  cursor: default;
}
.orderpvz-selected {
  position: relative;
  width: 100%;
  margin-top: 40px;
}
.orderpvz-selected-head {
  font-family: Inter;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #000;
  margin-bottom: 15px;
}
.orderpvz-selected-head img {
  display: inline-block;
  margin-left: 6px;
  transform: translateY(1px);
}
.orderpvz-selected-address {
  display: block;
  margin-bottom: 12px;
  font-family: Inter;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #000;
}
@media only screen and (max-width: 600px) {
  .orderpvz-selected-address {
    font-size: 14px;
    line-height: 18px;
  }
}
.orderpvz-selected-worktime {
  display: block;
  margin-bottom: 27px;
  font-family: Inter;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #aaa;
}
@media only screen and (max-width: 600px) {
  .orderpvz-selected-worktime {
    font-size: 14px;
    line-height: 17px;
  }
}
.orderpvz-selected-caution {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.orderpvz-selected-caution span {
  font-family: Inter;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: #000;
}
@media only screen and (max-width: 600px) {
  .orderpvz-selected-caution span {
    font-size: 14px;
    line-height: 19px;
  }
}

.orderself {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 6px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  .orderself {
    margin-left: -15px;
    width: calc(100% + 30px);
    border-radius: 0;
    flex-direction: column;
  }
}
.orderself-col {
  width: 50%;
}
@media only screen and (max-width: 600px) {
  .orderself-col {
    width: 100%;
  }
}
.orderself-col > img {
  display: block;
  width: 100%;
}
.orderself-col:first-of-type {
  padding: 35px 30px;
}
@media only screen and (max-width: 1150px) {
  .orderself-col:first-of-type {
    padding: 30px 20px;
  }
}
.orderself-title {
  display: block;
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: 21px;
  line-height: 100%;
  color: #000;
  margin-bottom: 32px;
}
@media only screen and (max-width: 600px) {
  .orderself-title {
    font-size: 20px;
  }
}
.orderself-address {
  display: block;
  margin-bottom: 12px;
  font-family: "Inter";
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #000;
}
@media only screen and (max-width: 600px) {
  .orderself-address {
    font-size: 14px;
    line-height: 19px;
  }
}
.orderself-worktime {
  display: block;
  margin-bottom: 25px;
  font-family: "Inter";
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #aaa;
}
@media only screen and (max-width: 600px) {
  .orderself-worktime {
    font-size: 14px;
    line-height: 17px;
  }
}
.orderself-caution {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 9px;
}
.orderself-caution span {
  font-family: Inter;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  max-width: 280px;
  transform: translateY(3px);
}
@media only screen and (max-width: 600px) {
  .orderself-caution span {
    font-size: 14px;
    line-height: 19px;
  }
}

.orderaddress {
  margin-top: 20px;
  padding-top: 30px;
  padding-bottom: 35px;
}
.orderaddress-head {
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: 21px;
  line-height: 100%;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.orderaddress .personalform-save {
  padding-top: 0px;
}
.orderaddress .personalform-save__confirmed {
  padding-top: 0px;
  gap: 13px;
  flex-direction: row;
}
.orderaddress .personalform-save__confirmed .personalform-check {
  font-family: Inter;
  font-weight: 600;
  color: #000;
  font-size: 15px;
}
.orderaddress .personalform-save__confirmed .personalform-btnwrap {
  width: auto;
}
.orderaddress .personalform-col {
  width: calc(50% - 15px);
}
@media only screen and (max-width: 600px) {
  .orderaddress .personalform-col {
    width: 100% !important;
  }
}
.orderaddress .personalform-col.col3 {
  width: calc(33% - 20px) !important;
}
@media only screen and (max-width: 600px) {
  .orderaddress .personalform-col.col3 {
    width: 100% !important;
  }
}
.orderaddress .personalform-col.index {
  width: 137px !important;
}
@media only screen and (max-width: 600px) {
  .orderaddress .personalform-col.index {
    width: 100% !important;
  }
}
.orderaddress .personalform-col.street {
  width: calc(100% - 167px);
}
@media only screen and (max-width: 600px) {
  .orderaddress .personalform-col.street {
    width: 100% !important;
  }
}
.orderaddress-description {
  position: relative;
  margin-top: -15px;
  margin-left: 17px;
  font-family: Inter;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #aaa;
  margin-top: 0px;
}
.orderaddress-divider {
  position: relative;
  width: 100%;
  height: 1px;
  background: #c4c4c4;
}
.orderaddress .personalform-btn {
  width: 180px;
  font-size: 14px;
}

.ordercomment {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 6px;
  padding: 35px 30px 45px;
  margin-top: 20px;
  margin-bottom: 150px;
}
@media only screen and (max-width: 1150px) {
  .ordercomment {
    padding: 30px 20px 30px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .ordercomment {
    margin-left: -15px;
    width: calc(100% + 30px);
    border-radius: 0;
    padding: 30px 15px 30px;
  }
}
.ordercomment-textarea textarea {
  background: #f0f0f0;
  resize: none;
  position: relative;
  width: 100%;
  height: 136px;
  border: none;
  border-radius: 28px;
  padding: 15px 25px;
  box-sizing: border-box;
  outline: none;
  font-family: "Inter";
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #000;
}
.ordercomment-textarea textarea::placeholder {
  color: #8c8c8c;
}
.ordercomment .personalform-save {
  padding-top: 40px;
  gap: 26px;
}
@media only screen and (max-width: 1150px) {
  .ordercomment .personalform-save {
    display: none;
  }
}
.ordercomment .personalform-btn {
  width: 333px;
  height: 60px;
  border-radius: 30px;
}
@media only screen and (max-width: 1150px) {
  .ordercomment .personalform-btn {
    width: 283px;
  }
}

.page-order .carttotal {
  margin-top: 0px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 1150px) {
  .page-order .carttotal {
    margin-left: 0px;
    width: 100%;
    margin-bottom: 40px;
    border-radius: 6px;
  }
}
@media only screen and (max-width: 600px) {
  .page-order .carttotal {
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .page-order .carttotal .carttotal-head {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .page-order .carttotal .carttotal-divide-first {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .page-order .carttotal .carttotal-row-delivery {
    display: none;
  }
}

@media only screen and (max-width: 1150px) {
  .page-order .page-cart-content {
    flex-direction: column-reverse;
  }
}

.carttotal-tablet {
  display: none;
}
@media only screen and (max-width: 1150px) {
  .carttotal-tablet {
    display: block;
    margin-bottom: 60px !important;
  }
}

.pickup-balloon {
  padding: 15px 0 15px 15px;
  max-width: 306px;
  box-sizing: border-box;
}

.pickup-header {
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.pickup-address {
  font-family: "Inter";
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}

.pickup-phone {
  font-family: "Inter";
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}

.pickup-schedule {
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #aaa;
}

.select-pickup-btn {
  display: block;
  margin-top: 25px;
  border: none;
  width: 121px;
  height: 38px;
  border-radius: 19px;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Inter;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: #fff;
  cursor: pointer;
}

.comparesections {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 42px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1400px) {
  .comparesections {
    margin-top: 34px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1150px) {
  .comparesections {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 600px) {
  .comparesections {
    margin-top: 22px;
    gap: 5px;
  }
}
.comparesections-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  border-radius: 20px;
  background: #fff;
  padding: 0 30px;
  cursor: pointer;
}
@media only screen and (max-width: 1400px) {
  .comparesections-item {
    height: 35px;
    padding: 0 25px;
  }
}
@media only screen and (max-width: 600px) {
  .comparesections-item {
    padding: 0 20px 0 20px;
    height: 34px;
  }
}
.comparesections-item span {
  font-family: Inter;
  font-weight: 600;
  font-size: 13px;
  color: #000;
  text-transform: uppercase;
}
@media only screen and (max-width: 1400px) {
  .comparesections-item span {
    font-size: 12px;
  }
}
.comparesections-item-close {
  position: absolute;
  right: 13px;
  top: 16px;
  cursor: pointer;
}
@media only screen and (max-width: 1400px) {
  .comparesections-item-close {
    top: 14px;
  }
}
.comparesections-item__active {
  background: #000;
}
.comparesections-item__active span {
  color: #fff;
}
.comparesections-item:hover {
  background: #000;
}
.comparesections-item:hover span {
  color: #fff;
}

.compareproducts {
  position: sticky;
  top: 70px;
  background: #f0f0f0;
  padding: 30px 0;
}
@media only screen and (max-width: 1400px) {
  .compareproducts {
    padding: 30px 0 20px;
    top: 60px;
  }
}
@media only screen and (max-width: 600px) {
  .compareproducts {
    padding-top: 15px;
  }
}
.compareproducts-product {
  position: relative;
  display: flex;
  gap: 20px;
  overflow: hidden;
  height: 120px;
  width: calc(100% - 25px);
  background: #fff;
  border-radius: 6px;
  padding: 10px 15px;
}
@media only screen and (max-width: 1400px) {
  .compareproducts-product {
    width: calc(100% - 16px);
    padding: 10px 5px 10px 10px;
    gap: 7px;
    height: 110px;
  }
}
@media only screen and (max-width: 600px) {
  .compareproducts-product {
    width: 100%;
    height: 220px;
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding-top: 5px;
  }
}
.compareproducts-product-img {
  max-width: 100px;
}
@media only screen and (max-width: 1400px) {
  .compareproducts-product-img {
    max-width: 90px;
  }
}
@media only screen and (max-width: 600px) {
  .compareproducts-product-img {
    max-width: 140px;
  }
}
.compareproducts-product-img img {
  width: 100%;
  display: block;
}
.compareproducts-product-title {
  margin-top: 20px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: 17px;
  line-height: 20px;
  text-transform: uppercase;
  color: #000;
  max-height: 40px;
  overflow: hidden;
}
@media only screen and (max-width: 1400px) {
  .compareproducts-product-title {
    margin-top: 7px;
    font-size: 15px;
    line-height: 19px;
    max-height: 38px;
  }
}
@media only screen and (max-width: 600px) {
  .compareproducts-product-title {
    margin-top: 0px;
    text-align: left;
    font-size: 17px;
    line-height: 20px;
    max-height: 40px;
  }
}
.compareproducts-product-buttons {
  position: absolute;
  right: 15px;
  bottom: 15px;
  display: flex;
  align-items: center;
  gap: 14px;
}
@media only screen and (max-width: 1400px) {
  .compareproducts-product-buttons {
    bottom: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .compareproducts-product-buttons {
    right: 12px;
  }
}
.compareproducts-product-buttons img {
  display: block;
  width: 100%;
}
.compareproducts-product-buttonfav {
  width: 27px;
  cursor: pointer;
}
@media only screen and (max-width: 1400px) {
  .compareproducts-product-buttonfav {
    width: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .compareproducts-product-buttonfav {
    width: 28px;
    transform: translateY(1px);
  }
}
.compareproducts-product-buttonfav:hover img {
  content: url("../assets/svg/fav-hover.svg");
}
.compareproducts-product-buttonfav.fav-added {
  display: flex;
}
.compareproducts-product-buttonfav.fav-added img {
  content: url("../assets/svg/fav-added.svg");
}
.compareproducts-product-buttondelete {
  width: 20px;
  cursor: pointer;
}
@media only screen and (max-width: 1400px) {
  .compareproducts-product-buttondelete {
    width: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .compareproducts-product-buttondelete {
    width: 19px;
  }
}
.compareproducts-product-buttondelete:hover {
  opacity: 0.7;
}
.compareproducts .comparetable-switcher {
  display: none;
}
@media only screen and (max-width: 1150px) {
  .compareproducts .comparetable-switcher {
    display: block !important;
  }
}
.compareproducts .comparetable-switcher label {
  align-items: flex-start;
}
@media only screen and (max-width: 1150px) {
  .compareproducts .compare-col-left {
    align-self: flex-end;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .compareproducts .compare-col-left {
    display: none;
  }
}
.compareproducts-controls {
  display: none;
}
@media only screen and (max-width: 1150px) {
  .compareproducts-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 23px;
    margin-top: 11px;
    margin-bottom: 20px;
  }
}
.compareproducts-controls-prev img {
  transform: rotate(180deg);
  display: block;
}
.compareproducts-controls-next img {
  display: block;
}
.compareproducts-controls-counter {
  font-family: Inter;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
}

.comparetable {
  margin-top: 5px;
}
@media only screen and (max-width: 1400px) {
  .comparetable {
    border-top: 1px solid #c4c4c4;
  }
}
@media only screen and (max-width: 600px) {
  .comparetable {
    border-top: none;
  }
}
.comparetable-switcher {
  padding-bottom: 25px;
  border-bottom: 1px solid #c4c4c4;
}
@media only screen and (max-width: 1400px) {
  .comparetable-switcher {
    padding-bottom: 22px;
  }
}
@media only screen and (max-width: 1150px) {
  .comparetable-switcher {
    border: 0;
    padding-bottom: 50px;
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .comparetable-switcher {
    display: flex;
    padding-bottom: 22px;
    border-bottom: 1px solid #c4c4c4;
  }
}
.comparetable-switcher label {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 11px;
}
.comparetable-switcher-checkbox {
  width: 36px;
  height: 20px;
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 2px;
}
.comparetable-switcher-checkbox span {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #000;
}
@media only screen and (max-width: 1150px) {
  .comparetable-switcher-checkbox {
    transform: translateY(-5px);
  }
}
@media only screen and (max-width: 600px) {
  .comparetable-switcher-checkbox {
    transform: none;
  }
}
.comparetable-switcher input {
  display: none;
}
.comparetable-switcher input:checked + .comparetable-switcher-checkbox {
  background: #000;
}
.comparetable-switcher input:checked + .comparetable-switcher-checkbox span {
  float: right;
  background: #fff;
}
.comparetable-switcher-text {
  font-family: Inter;
  font-weight: 600;
  font-size: 13px;
  line-height: 100%;
  color: #000;
}
@media only screen and (max-width: 1400px) {
  .comparetable-switcher-text {
    font-size: 12px;
  }
}
.comparetable-head {
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: 15px;
  line-height: 100%;
  text-transform: uppercase;
  color: #000;
}
@media only screen and (max-width: 1400px) {
  .comparetable-head {
    font-size: 14px;
  }
}
@media only screen and (max-width: 600px) {
  .comparetable-head {
    margin-bottom: 16px;
  }
}
.comparetable-price {
  font-family: Inter;
  font-weight: 700;
  font-size: 15px;
  line-height: 100%;
  color: #000;
}
@media only screen and (max-width: 1400px) {
  .comparetable-price {
    font-size: 14px;
  }
}
@media only screen and (max-width: 600px) {
  .comparetable-price {
    font-weight: 400;
  }
}
.comparetable-value {
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #000;
}
@media only screen and (max-width: 1400px) {
  .comparetable-value {
    font-size: 14px;
    line-height: 18px;
  }
}
.comparetable-colors {
  display: flex;
  gap: 10px;
}
.comparetable-color {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 9px;
}
.comparetable-color.red {
  background: #f00;
}
.comparetable-color.black {
  background: #000;
}

.compare-row {
  display: flex;
  align-items: center;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .compare-row {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.compare-row-table {
  height: 60px;
  border-bottom: 1px solid #c4c4c4;
}
@media only screen and (max-width: 1400px) {
  .compare-row-table {
    height: 56px;
  }
}
@media only screen and (max-width: 600px) {
  .compare-row-table {
    height: auto;
    padding: 17px 0;
  }
}
.compare-col {
  width: calc((100% - 310px) / 3);
}
@media only screen and (max-width: 1400px) {
  .compare-col {
    width: calc((100% - 275px) / 3);
  }
}
@media only screen and (max-width: 1150px) {
  .compare-col {
    width: calc((100% - 208px) / 2);
  }
}
@media only screen and (max-width: 600px) {
  .compare-col {
    width: calc(50% - 7px);
  }
}
.compare-col-left {
  min-width: 260px;
  width: 260px;
  max-width: 260px;
}
@media only screen and (max-width: 1400px) {
  .compare-col-left {
    min-width: 230px;
    max-width: 230px;
  }
}
@media only screen and (max-width: 1150px) {
  .compare-col-left {
    min-width: 208px;
    max-width: 208px;
  }
}
@media only screen and (max-width: 600px) {
  .compare-col-left {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
.compare-col-right {
  width: 50px;
}
@media only screen and (max-width: 1400px) {
  .compare-col-right {
    width: 45px;
  }
}
@media only screen and (max-width: 1150px) {
  .compare-col-right {
    display: none;
  }
}
.compare-prev {
  float: right;
  margin-right: 25px;
  cursor: pointer;
}
.compare-prev:hover {
  opacity: 0.7;
}
.compare-prev__disabled {
  opacity: 0.4;
  pointer-events: none !important;
  cursor: default;
}
.compare-prev__disabled:hover {
  opacity: 0.4;
}
@media only screen and (max-width: 1400px) {
  .compare-prev {
    width: 45px;
    margin-right: 16px;
  }
}
@media only screen and (max-width: 1150px) {
  .compare-prev {
    display: none;
  }
}
.compare-next {
  cursor: pointer;
}
.compare-next:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 1400px) {
  .compare-next {
    width: 45px;
  }
}
.compare-next__disabled {
  opacity: 0.4;
  pointer-events: none !important;
  cursor: default;
}
.compare-next__disabled:hover {
  opacity: 0.4;
}
.compare-next__arrow {
  transform: rotate(180deg);
}

.brandbanner {
  position: relative;
  width: 100%;
}
.brandbanner-first {
  height: 500px;
  background: url("../assets/images/brand/brand-banner1.png") no-repeat center center;
}
@media only screen and (max-width: 1400px) {
  .brandbanner-first {
    height: 400px;
  }
}
@media only screen and (max-width: 1150px) {
  .brandbanner-first {
    height: 395px;
    background-size: auto 100%;
  }
}
@media only screen and (max-width: 600px) {
  .brandbanner-first {
    height: 185px;
  }
}
.brandbanner-first .section-inner {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.brandbanner-first .section-inner .breadcrumbs {
  position: absolute;
  left: 0;
  top: 25px;
}
@media only screen and (max-width: 1400px) {
  .brandbanner-first .section-inner .breadcrumbs {
    top: 20px;
  }
}
@media only screen and (max-width: 1150px) {
  .brandbanner-first .section-inner .breadcrumbs {
    left: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .brandbanner-first .section-inner .breadcrumbs {
    left: 15px;
    top: 12px;
  }
}
.brandbanner-first .section-inner .breadcrumbs-item {
  color: #c4c4c4;
}
.brandbanner-first .section-inner .breadcrumbs-item::after {
  color: #c4c4c4;
}
.brandbanner-second {
  height: 670px;
  background: url("../assets/images/brand/brand-banner2.png") no-repeat center center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 70px;
}
@media only screen and (max-width: 1400px) {
  .brandbanner-second {
    height: 530px;
  }
}
@media only screen and (max-width: 1150px) {
  .brandbanner-second {
    gap: 60px;
  }
}
@media only screen and (max-width: 600px) {
  .brandbanner-second {
    height: 400px;
    gap: 40px;
  }
}
.brandbanner-third {
  height: 770px;
  background: url("../assets/images/brand/brand-banner3.png") no-repeat center center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 43px;
}
@media only screen and (max-width: 1400px) {
  .brandbanner-third {
    height: 617px;
  }
}
@media only screen and (max-width: 1150px) {
  .brandbanner-third {
    height: 610px;
  }
}
@media only screen and (max-width: 600px) {
  .brandbanner-third {
    height: 450px;
    padding: 0 30px;
  }
}
.brandbanner-third .brandbanner-head2 {
  max-width: 1000px;
}
@media only screen and (max-width: 1150px) {
  .brandbanner-third .brandbanner-head2 {
    max-width: 580px;
  }
}
.brandbanner-slogan {
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: 98px;
  line-height: 100%;
  text-transform: uppercase;
  color: #fff;
}
@media only screen and (max-width: 1400px) {
  .brandbanner-slogan {
    font-size: 78px;
  }
}
@media only screen and (max-width: 1150px) {
  .brandbanner-slogan {
    text-align: center;
    font-size: 75px;
    line-height: 85px;
  }
}
@media only screen and (max-width: 600px) {
  .brandbanner-slogan {
    font-size: 38px;
    line-height: 48px;
  }
}
.brandbanner-slogan span {
  font-style: italic;
}
.brandbanner-head2 {
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: 45px;
  line-height: 60px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  max-width: 920px;
}
@media only screen and (max-width: 1400px) {
  .brandbanner-head2 {
    font-size: 35px;
    line-height: 47px;
    max-width: 700px;
  }
}
@media only screen and (max-width: 1150px) {
  .brandbanner-head2 {
    font-size: 32px;
    line-height: 44px;
    max-width: 640px;
  }
}
@media only screen and (max-width: 600px) {
  .brandbanner-head2 {
    font-size: 23px;
    line-height: 30px;
  }
}
.brandbanner-head2 span {
  font-style: italic;
}
.brandbanner-description {
  font-family: "Inter";
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  max-width: 750px;
  text-align: center;
}
@media only screen and (max-width: 1400px) {
  .brandbanner-description {
    font-size: 17px;
    line-height: 25px;
    max-width: 670px;
  }
}
@media only screen and (max-width: 1150px) {
  .brandbanner-description {
    max-width: 610px;
  }
}
@media only screen and (max-width: 600px) {
  .brandbanner-description {
    font-size: 14px;
    line-height: 21px;
    max-width: 320px;
  }
}

.photocycle {
  position: relative;
  background: #141414;
  padding: 92px 0 110px;
}
@media only screen and (max-width: 1400px) {
  .photocycle {
    padding: 72px 0 90px;
  }
}
@media only screen and (max-width: 1150px) {
  .photocycle {
    padding: 60px 0 70px;
  }
}
@media only screen and (max-width: 600px) {
  .photocycle {
    padding: 40px 0 46px;
  }
}
.photocycle-head {
  font-family: "Inter";
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  display: block;
  margin: 0 auto 120px;
  text-align: center;
  max-width: 865px;
}
@media only screen and (max-width: 1400px) {
  .photocycle-head {
    font-size: 17px;
    line-height: 25px;
    max-width: 745px;
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 1150px) {
  .photocycle-head {
    max-width: 580px;
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .photocycle-head {
    margin-bottom: 45px;
    max-width: 320px;
    font-size: 14px;
    line-height: 21px;
    width: 100%;
  }
}
.photocycle-head span {
  font-weight: 700;
  font-style: italic;
}
.photocycle .slider-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 450px;
}
@media only screen and (max-width: 1400px) {
  .photocycle .slider-container {
    height: 366px;
  }
}
@media only screen and (max-width: 600px) {
  .photocycle .slider-container {
    height: 180px;
  }
}
.photocycle .slider-wrapper {
  display: flex;
  position: absolute;
  animation: scroll 20s linear infinite;
}
.photocycle .slider-wrapper img {
  margin-right: 45px;
}
.photocycle .slider-wrapper img img {
  display: block;
}
@media only screen and (max-width: 1400px) {
  .photocycle .slider-wrapper img {
    margin-right: 37px;
    width: 360px;
  }
}
@media only screen and (max-width: 1150px) {
  .photocycle .slider-wrapper img {
    margin-right: 35px;
    width: 340px;
  }
}
@media only screen and (max-width: 600px) {
  .photocycle .slider-wrapper img {
    margin-right: 15px;
    width: 170px;
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  } /* 100% – это сумма всех ширин изображений, которую вы должны будете рассчитать */
}
.brandutp {
  position: relative;
  width: 100%;
  background: #f0f0f0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 115px;
  padding: 103px 0 130px;
}
@media only screen and (max-width: 1400px) {
  .brandutp {
    padding: 72px 0 90px;
    gap: 90px;
  }
}
@media only screen and (max-width: 1150px) {
  .brandutp {
    padding: 70px 0 80px;
    gap: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .brandutp {
    padding: 43px 15px 60px;
    gap: 45px;
  }
}
.brandutp-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
}
@media only screen and (max-width: 1400px) {
  .brandutp-wrap {
    gap: 32px;
  }
}
@media only screen and (max-width: 1150px) {
  .brandutp-wrap {
    gap: 65px;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 600px) {
  .brandutp-wrap {
    flex-direction: column;
    gap: 47px;
    width: 100%;
  }
}
.brandutp-head {
  position: relative;
  text-align: center;
  max-width: 770px;
  font-family: "Inter";
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #000;
}
@media only screen and (max-width: 1400px) {
  .brandutp-head {
    font-size: 17px;
    line-height: 25px;
    max-width: 700px;
  }
}
.brandutp-head span {
  font-weight: 700;
  font-style: italic;
}
.brandutp-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 32px;
}
@media only screen and (max-width: 1150px) {
  .brandutp-item {
    gap: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .brandutp-item {
    gap: 20px;
    width: 100%;
  }
}
@media only screen and (max-width: 1400px) {
  .brandutp-item-img {
    max-width: 248px;
  }
}
.brandutp-item-img img {
  display: block;
  width: 100%;
}
.brandutp-item-text {
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: 22px;
  line-height: 32px;
  color: #000;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 1400px) {
  .brandutp-item-text {
    font-size: 18px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .brandutp-item-text {
    font-size: 16px;
    line-height: 28px;
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .brandutp-item-text br {
    display: none;
  }
}
.brandutp-footer {
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: 32px;
  line-height: 42px;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  max-width: 800px;
  margin-top: -10px;
}
@media only screen and (max-width: 1400px) {
  .brandutp-footer {
    font-size: 27px;
    line-height: 34px;
  }
}
.brandutp-footer img {
  display: inline-block;
  margin-right: 14px;
}
@media only screen and (max-width: 1400px) {
  .brandutp-footer img {
    width: 19px;
  }
}