@font-face {
    font-family: 'Lato';
    src: local('Lato Hairline'), local('Lato-Hairline'), url('latohairline.woff2') format('woff2'), url('latohairline.woff') format('woff'), url('latohairline.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: local('Lato Hairline Italic'), local('Lato-HairlineItalic'), url('latohairlineitalic.woff2') format('woff2'), url('latohairlineitalic.woff') format('woff'), url('latohairlineitalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}
@font-face {
    font-family: 'Lato';
    src: local('Lato Thin'), local('Lato-Thin'), url('latothin.woff2') format('woff2'), url('latothin.woff') format('woff'), url('latothin.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: local('Lato Thin Italic'), local('Lato-ThinItalic'), url('latothinitalic.woff2') format('woff2'), url('latothinitalic.woff') format('woff'), url('latothinitalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}
@font-face {
    font-family: 'Lato';
    src: local('Lato Light'), local('Lato-Light'), url('latolight.woff2') format('woff2'), url('latolight.woff') format('woff'), url('latolight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: local('Lato Light Italic'), local('Lato-LightItalic'), url('latolightitalic.woff2') format('woff2'), url('latolightitalic.woff') format('woff'), url('latolightitalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Lato';
    src: local('Lato Regular'), local('Lato-Regular'), url('latoregular.woff2') format('woff2'), url('latoregular.woff') format('woff'), url('latoregular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: local('Lato Italic'), local('Lato-Italic'), url('latoitalic.woff2') format('woff2'), url('latoitalic.woff') format('woff'), url('latoitalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Lato';
    src: local('Lato Medium'), local('Lato-Medium'), url('latomedium.woff2') format('woff2'), url('latomedium.woff') format('woff'), url('latomedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: local('Lato Medium Italic'), local('Lato-MediumItalic'), url('latomediumitalic.woff2') format('woff2'), url('latomediumitalic.woff') format('woff'), url('latomediumitalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Lato';
    src: local('Lato Semibold'), local('Lato-Semibold'), url('latosemibold.woff2') format('woff2'), url('latosemibold.woff') format('woff'), url('latosemibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: local('Lato Semibold Italic'), local('Lato-SemiboldItalic'), url('latosemibolditalic.woff2') format('woff2'), url('latosemibolditalic.woff') format('woff'), url('latosemibolditalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: 'Lato';
    src: local('Lato Bold'), local('Lato-Bold'), url('latobold.woff2') format('woff2'), url('latobold.woff') format('woff'), url('latobold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: local('Lato Bold Italic'), local('Lato-BoldItalic'), url('latobolditalic.woff2') format('woff2'), url('latobolditalic.woff') format('woff'), url('latobolditalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Lato';
    src: local('Lato Heavy'), local('Lato-Heavy'), url('latoheavy.woff2') format('woff2'), url('latoheavy.woff') format('woff'), url('latoheavy.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: local('Lato Heavy Italic'), local('Lato-HeavyItalic'), url('latoheavyitalic.woff2') format('woff2'), url('latoheavyitalic.woff') format('woff'), url('latoheavyitalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}
@font-face {
    font-family: 'Lato';
    src: local('Lato Black'), local('Lato-Black'), url('latoblack.woff2') format('woff2'), url('latoblack.woff') format('woff'), url('latoblack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: local('Lato Black Italic'), local('Lato-BlackItalic'), url('latoblackitalic.woff2') format('woff2'), url('latoblackitalic.woff') format('woff'), url('latoblackitalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}



:root {
  --main-font: 'Lato', Helvetica, sans-serif;
  --font-size: 16px;
  --line-height: 24px;
  --transition: .3s ease;
  --color: #fff;
  --blue: #e1140a;
  --grey: #28282A;
  --black: #212123;
  --grey-text: #4e444e;
  --grey-text-2: #767676;
  --dark-grey-text: #535355;
  --success: #00943B;
  --success-bg: #00692A;
  --validation: #E37B1B;
  --validation-bg: #B4651D;
  --error: #E02C21;
  --error-bg: #B4261D;
  --grey-bg: #373739;
  --dark-grey-bg: #1C1C1E;
  --popup-bg: #0D0D0E;
  --gutter: 48px;
  --padding: 80px;
  --drop-shadow: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.3));
  --box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}

.nav_bar {
	margin: 20px 0 1px;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h5, .h6 {
  font-weight: 400;
  margin-top: 0;
}

h1, .h1 {
  font-size: 48px;
  line-height: 48px;
}

h2, .h2 {
  font-size: 36px;
  line-height: 36px;
}

h2 {
  margin-bottom: 43px;
}

h3, .h3 {
  font-size: 25px;
  line-height: 25px;
}

h4, .h4 {
  font-size: 21px;
  line-height: 21px;
}

.p1 {
  font-size: 18px;
  line-height: 26px;
}

.p2 {
  font-size: 14px;
  line-height: 21px;
}

.prop_list {
	
}

.prop_list ul {
    list-style: none;
    width: 100%;	
}

.prop_list ul li {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

p {
  margin-top: 0;
  font-size: 16px;
  line-height: 24px;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
* {
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
*:before {
  box-sizing: border-box;
}
*:after {
  box-sizing: border-box;
}

.item__info .h4 a {
	color: #000;
}

.page {
  scroll-behavior: smooth;
  scrollbar-width: thin;
      scrollbar-color: #e1140a #fff;
}
.page::-webkit-scrollbar {
  -webkit-appearance: none;
}
.page::-webkit-scrollbar:vertical {
  width: 8px;
}
.page::-webkit-scrollbar-thumb {
  background-color: #373739;
  border-radius: 50px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.page::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.page::-webkit-scrollbar-track {
  background-color: var(--grey);
}

.page__body {
  font-family: var(--main-font);
  font-size: var(--font-size);
  line-height: var(--line-height);
  height: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.page__body.no-scroll {
  overflow: hidden;
}

.page-footer {
  margin-top: auto;
  background: #ededed;
  margin-bottom: -25px;
}

img {
  max-width: 100%;
  height: auto;
}

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

img, svg, iframe {
  vertical-align: top;
}

::-moz-placeholder {
  opacity: 1;
}

::placeholder {
  opacity: 1;
}

::-moz-selection {
  background-color: var(--blue);
  color: #fff;
}

::selection {
  background-color: var(--blue);
  color: #fff;
}

.tac {
  text-align: center;
}

.blur {
  position: relative;
  z-index: 1;
}
.blur::after {
  content: "";
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  filter: blur(50px);
  background-color: rgba(255, 255, 255, 0.5);
  z-index: -1;
  pointer-events: none;
}
.mt20 {
	margin-top:20px;
}
.top-row {
  display: flex;
  align-items: center;
  margin-bottom: 43px;
}
.top-row h2 {
  margin-bottom: 0;
  font: normal normal bold 48px / 40px Lato;
    letter-spacing: -1.44px;
    color: #171717;
}
.top-row a {
  color: var(--grey-text);
  margin-left: 75px;
  align-self: flex-end;
  line-height: 36px;
  transition: var(--transition);
}
.top-row a:hover, .top-row a:focus {
  color: #000;
}
.top-row__arrows {
  display: grid;
  grid-auto-flow: column;
  gap: 14px;
  margin-left: auto;
}
.top-row__arrows > div {
  position: static;
  margin: 0;
}
.inner-page .page-header {
  position: relative;
  box-shadow: none;
}

.mb43 {
  margin-bottom: 43px;
}

.models-items {
  padding-bottom: var(--padding);
}
.models-items__top {
  position: relative;
  justify-content: center;
}
.models-items__top a {
  position: absolute;
  right: 0;
  top: 8px;
}
.models-items__top h2 {
  text-align: center;
}
.models-items__wrap {
  position: relative;
}
.models-items__wrap > .swiper {
  padding-bottom: 60px;
}
.models-items__wrap .slider-pagination {
  bottom: -5px;
}
.models-items__wrap .slider-arrow {
  margin: 0;
  top: 125px;
}
.models-items__wrap .swiper-button-prev {
  left: -25px;
}
.models-items__wrap .swiper-button-next {
  right: -25px;
}

.list-reset {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.btn-reset {
  padding: 0;
  margin: 0;
  background: 0;
  border: 0;
  color: inherit;
  text-align: left;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.link-reset {
  text-decoration: none;
  color: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.input-reset {
  padding: 0;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none;
  border-radius: 0;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

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

.container {
  width: 100%;
  padding-right: var(--gutter);
  padding-left: var(--gutter);
  margin-right: auto;
  margin-left: auto;
}
.container--fluid {
  max-width: 100%;
}

.btn-circle {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  transition: var(--transition);
  position: relative;
    border: 1px solid #aaa;
}
.btn-circle.acc {
	overflow: hidden;
	border-radius: 50%;
}
.btn-circle path {
  transition: var(--transition);
}
.btn-circle path[stroke] {
  stroke: var(--grey-text);
}
.btn-circle path[fill] {
  fill: var(--grey-text);
}
.btn-circle__count {
  background: #363638;
  border: 2px solid var(--grey);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  font-size: 12px;
  line-height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  top: -5px;
  right: -5px;
  transition: var(--transition);
}
.btn-circle:focus, .btn-circle:hover {
  background-color: #000;
  outline: none;
  color: #fff;
  border-color:#000;
}
.btn-circle:hover path[stroke], .btn-circle:focus path[stroke], .btn-circle.active path[stroke] {
  stroke: #fff;
}
.btn-circle:hover path[fill], .btn-circle:focus path[fill], .btn-circle.active path[fill] {
  fill: #fff;
}
.btn-circle.active .btn-circle__count {
  background-color: var(--blue);
  color: #fff;
}
.btn-circle:disabled {
  pointer-events: none;
}
.btn-circle:disabled path[stroke] {
  stroke: var(--dark-grey-text);
}
.btn-circle:disabled path[fill] {
  fill: var(--dark-grey-text);
}

.btn {
  display: grid;
  grid-auto-flow: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 40px;
  border-radius: .1875rem;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  
  cursor: pointer;
  transition: var(--transition)!important;
  padding: 0 20px;
  background-color: #ececec;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  color: #000;
  border: 2px solid transparent;
}

.bg_brand {
background: #e1140a;
}
.btn--sm {
  font-size: 12px;
  line-height: 14px;
}
.btn:not(.btn--fill):hover {
  background: #000;
  color: #fff;
}
.btn:not(.btn--fill):focus {
  background: #000;
  color: #fff;
}
.btn:not(.btn--fill):disabled {
  color: #ccc;
  pointer-events: none;
}
.btn--fill {
  background-color: var(--blue);
  color: #fff;
}
.slider__info .btn--fill {
  background-color: #fff;
  color: #000;
}
.slider__info .btn--fill:hover {
  background-color: #ccc;
  color: #000;
}
.btn--fill:hover {
  border-color: #000;
  background-color: #000;
}
.btn--fill:focus {
  border-color: #000;
  background-color: #000;
}
.btn--fill:disabled {
  border-color: #1F2F6B;
  background-color: #1F2F6B;
  pointer-events: none;
}
.btn--cart {
  justify-content: flex-start;
  gap: 15px;
  padding: 0;
  white-space: nowrap;
  padding: 0;
  height: 45px;
  position: relative;
  overflow: hidden;
}
.btn--cart span {
  padding-right: 20px;
}
.btn--cart svg {
  flex-shrink: 0;
  margin-left: 20px;
  transition: var(--transition);
}
.btn--w100p {
  width: 100%;
}
.btn--h50 {
  height: 40px;
}
.btn:focus {
  outline: none;
}

.btn-line {
  display: flex;
  height: 50px;
  border: 1px solid var(--grey-bg);
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  
  color: var(--grey-text);
  display: grid;
  align-items: center;
  justify-content: center;
  grid-auto-flow: column;
  gap: 15px;
  padding: 0 30px;
  border-radius: 100px;
  cursor: pointer;
  transition: var(--transition);
}
.btn-line path {
  transition: var(--transition);
}
.btn-line:hover, .btn-line:focus {
  border-color: var(--grey-text-2);
  color: #fff;
}
.btn-line:hover path, .btn-line:focus path {
  fill: #fff;
}
.btn-line:focus {
  border-color: var(--grey-text);
}
.btn-line--100p {
  width: 100%;
}
.btn-line:disabled {
  pointer-events: none;
  color: var(--grey-text-2);
}
.btn-line:disabled path {
  fill: var(--dark-grey-text);
}

.slider-arrow {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  transition: var(--transition);
}

.mainSlider .slider-arrow path {
	stroke: #fff;
	fill: #fff;
}
.mainSlider .slider-arrow svg {
	    transition: transform .25s ease-out;
}
.mainSlider .slider-arrow:hover svg, .mainSlider .slider-arrow:focus svg {
	transform: scale(1.2);
	filter: drop-shadow(0 0 .125rem #2c3038);
}

    

.slider-arrow path {
  stroke: #212121;
  transition: var(--transition);
}
.slider-arrow path {
	transition: transform .25s ease-out;
}
.slider-arrow:hover path, .slider-arrow:focus path {
  stroke: #fff;;
}
.slider-arrow::after {
  content: unset;
}
.slider-arrow:not(.slider-arrow--big).swiper-button-disabled {
  opacity: 1;
}
.slider-arrow:not(.slider-arrow--big).swiper-button-disabled path {
  stroke: #535355;
}
.slider-arrow--big {
	  width: 40px;
	height: 40px;
	border: 1px solid #212121;
}
.slider-arrow--big:not(.swiper-button-disabled):hover {
	background: #212121;
}
.slider-arrow--big.swiper-button-disabled {
  border: 1px solid #a3a3a3;
  pointer-events: none;
}
.slider-arrow--big.swiper-button-disabled path {
  stroke: #a3a3a3;
}
.slider-arrow--big:not(.swiper-button-disabled):focus {
  stroke: #fff;
}
.slider-arrow--big:not(.swiper-button-disabled):focus path {
  stroke: #a3a3a3;
}

.slider-pagination .swiper-pagination-bullet {
  --swiper-pagination-bullet-horizontal-gap: 5px;
  --swiper-pagination-bullet-inactive-color: #3D3D3F;
  --swiper-pagination-bullet-inactive-opacity: 1;
  width: 10px;
  height: 10px;
  transition: var(--transition);
}
.slider-pagination .swiper-pagination-bullet:hover {
  background-color: var(--grey-text);
}
.slider-pagination .swiper-pagination-bullet-active {
  pointer-events: none;
  background-color: #fff;
}

.img-pagination .swiper-pagination-bullet {
  --swiper-pagination-bullet-horizontal-gap: 5px;
  --swiper-pagination-bullet-inactive-color: var(--grey-text-2);
  --swiper-pagination-color: var(--grey-text-2);
  --swiper-pagination-bullet-inactive-opacity: 1;
  width: 15px;
  height: 15px;
  transition: var(--transition);
  border: 1px solid var(--grey-text-2);
  background-color: transparent;
}
.img-pagination .swiper-pagination-bullet-active {
  background-color: var(--grey-text-2);
  border-color: var(--grey-text-2);
}
.img-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet):focus {
  border-color: #C6C6C6;
}

.socials {
  display: flex;
  align-items: center;
}
.socials a {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  display: flex;
}
.socials a:not(:last-child) {
  margin-right: 25px;
}
.socials a path {
  transition: var(--transition);
}
.socials a:hover path {
  fill: #C6C6C6;
}
.socials a:focus path {
  fill: #fff;
}

.counter {
  width: 160px;
  height: 40px;
  display: flex;
  justify-content: space-between;
  padding: 3px;
  background-color: #e6110d;
  border-radius: 50px;
}
.counter--w150 {
  width: 150px;
}
.counter__btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  flex-shrink: 0;
  background-color: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition);
}
.counter__btn:hover {
  background-color: var(--grey);
}
.counter__btn:focus {
  background-color: var(--dark-grey-text);
}
.counter__value {
  background-color: transparent;
  width: 100%;
  text-align: center;
  color: #fff;
}

.stars {
  text-align: center;
}
.stars__title {
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}
.stars__wrap {
  display: flex;
  flex-direction: row-reverse;
  gap: 10px;
  justify-content: center;
}
.stars__item {
  cursor: pointer;
}
.stars__item path {
  transition: var(--transition);
}
.stars__item.active path {
  fill: #FFBC00;
  stroke: #FFBC00;
}
.stars__item.active ~ .stars__item path {
  fill: #FFBC00;
  stroke: #FFBC00;
}
.stars__item:hover path {
  stroke: #FFBC00;
}
.stars__item:hover ~ .stars__item path {
  stroke: #FFBC00;
}

.drag {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 5px;
  border: 1px dashed var(--dark-grey-text);
  border-radius: 100px;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.drag input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
}
.drag path {
  transition: var(--transition);
}
.drag:hover, .drag:focus {
  border-color: #fff;
}
.drag:hover path, .drag:focus path {
  stroke: #fff;
}
.drag.dragover {
  border-color: #fff;
  border-style: solid;
}
.drag.dragover path {
  stroke: #fff;
}
.drag__img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--grey-bg);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.drag__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.drag__img svg {
  position: absolute;
  z-index: -1;
}
.drag__info {
  font-weight: 500;
  line-height: 18px;
  margin-left: 15px;
}
.drag__info strong {
  display: block;
  font-weight: 500;
}
.drag__info span {
  color: var(--grey-text);
}

.delete {
  cursor: pointer;
  width: 18px;
  height: 20px;
}
.delete path {
  transition: var(--transition);
}
.delete:hover path, .delete:focus path {
  stroke: var(--error);
}

.back {
  display: flex;
  align-items: center;
  line-height: 19px;
  color: var(--grey-text);
  transition: var(--transition);
}
.back svg {
  width: 7px;
  height: auto;
  margin-right: 10px;
  transition: var(--transition);
}
.back path {
  stroke: var(--grey-text);
  transition: var(--transition);
}
.back:hover, .back:focus {
  color: #000;
}
.back:hover path, .back:focus path {
  stroke: #000;
}
.back:hover svg {
  transform: translateX(-5px);
}

.input-label {
  display: block;
  position: relative;
}

.input-label.photo {
    height: 50px;
    display: flex;
    align-items: center;	
}

.input-label.photo input {
    height: auto;
    padding: 10px 20px;	
}

.input {
  padding: 0;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none;
    border-radius: 0;
    background-color: #fafafa;
    font-size: 16px;
    line-height: 19px;
    color: #000;
    padding: 0 25px;
    width: 100%;
    transition: var(--transition);
    border: 1px solid black;
}
.input-edit {
  width: 15px;
  height: 15px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
}
.input-edit path {
  transition: var(--transition);
}
.input-edit:hover path, .input-edit:focus path {
  fill: #fff;
}
.input::-moz-placeholder {
  color: var(--grey-text);
}
.input::placeholder {
  color: var(--grey-text);
}
.input:focus:not([readonly]) {
  outline: none;
}
.input:focus:not([readonly]):not(.input--warning, .input--error) {
  background: #fff;
}
.input--h40 {
  height: 40px;
}
.input--h50 {
  height: 50px;
}
.input:disabled {
  color: var(--dark-grey-text);
  cursor: not-allowed;
}
.input--warning {
  border-color: var(--validation);
}
.input--warning ~ .input-status--warning {
  visibility: visible;
  opacity: 1;
}
.input--error {
  border-color: var(--error);
}
.input--error ~ .input-status--error {
  visibility: visible;
  opacity: 1;
}
.input--tac {
  text-align: center;
}

textarea.input {
  resize: none;
  padding-top: 25px;
  padding-bottom: 25px;
  min-height: 190px;
  border-radius: var(--radius);
}
textarea.input.input--h100 {
  min-height: 112px;
}

.input-status {
  font-size: 14px;
  text-align: left;
  line-height: 17px;
  visibility: hidden;
  opacity: 0;
  transition: var(--transition);
}
.input-status span {
  position: absolute;
  bottom: -17px;
  left: 25px;
}
.input-status::after {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.input-status--warning {
  color: var(--validation);
}
.input-status--warning::after {
  content: url(../img/icons/warning.svg);
  background-color: var(--validation);
}
.input-status--error {
  color: var(--error);
}
.input-status--error::after {
  content: url(../img/icons/error.svg);
  background-color: var(--error);
}

.checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.checkbox--radio .checkbox__item {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.checkbox--radio .checkbox__item::after {
  content: "";
  background-image: url(../img/icons/tick-big.svg) !important;
  width: 16px;
  height: 12px;
}
.checkbox--white .checkbox__item {
  border-color: rgba(255, 255, 255, 0.5);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.checkbox--white .checkbox__item::after {
  content: "";
  background-image: url(../img/icons/tick-black.svg) !important;
  width: 12px;
  height: 9px;
}
.checkbox--white input:checked ~ .checkbox__item {
  background-color: #fff !important;
  border-color: #fff !important;
}
.checkbox__item {
  border: 1px solid var(--dark-grey-text);
  border-radius: 4px;
  width: 20px;
  height: 20px;
  transition: var(--transition);
  position: relative;
  flex-shrink: 0;
}
.checkbox__item::after {
  content: "";
  background-image: url(../img/icons/tick.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 9px;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: var(--transition);
}
.checkbox input:checked ~ .checkbox__item {
  background-color: var(--blue);
  border-color: var(--blue);
}
.checkbox input:checked ~ .checkbox__item::after {
  opacity: 1;
}
.checkbox input:checked ~ p {
  color: #e1140a;
}
.checkbox p {
  margin-bottom: 0;
  margin-left: 15px;
  font-weight: 500;
  line-height: 19px;
  color: var(--grey-text);
  transition: var(--transition);
  
}
.checkbox p span {
  color: var(--dark-grey-text);
}
.checkbox:hover .checkbox__item, .checkbox:focus-within .checkbox__item {
  border-color: var(--grey-text);
}
.checkbox:hover p, .checkbox:focus-within p {
  color: #e1140a;
}

.radio {
  cursor: pointer;
  display: flex;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.radio input:checked ~ .radio__item {
  border-color: #000;
}
.radio input:checked ~ .radio__item::after {
  transform: none;
}
.radio input:checked ~ b {
  color: #000;
}
.radio__item {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid var(--dark-grey-text);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  flex-shrink: 0;
}
.radio__item::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #e1140a;
  border-radius: 50%;
  transform: scale(0);
  transition: var(--transition);
}
.radio b {
  font-weight: 500;
  color: var(--grey-text);
  line-height: 19px;
  
  margin-left: 15px;
  transition: var(--transition);
}
.radio:hover .radio__item {
  border-color: var(--grey-text);
}
.radio:hover b {
  color: #fff;
}

.color {
  cursor: pointer;
}
.color input:checked + *::after {
  visibility: visible;
  opacity: 1;
}
.color__field {
  background-color: var(--color);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: block;
  position: relative;
}
.color__field::after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border: 3px solid var(--blue);
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
  transition: var(--transition);
}

.custom-select {
  width: 100%;
  height: 50px;
  background-color: var(--black);
  border: 2px solid transparent;
  transition: var(--transition);
  border-radius: 100px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 19px;
  color: var(--grey-text);
}
.custom-select:hover, .custom-select:active {
  border-color: transparent;
}
.custom-select:focus, .custom-select.open {
  border-color: var(--blue);
}
.custom-select::after {
  content: "";
  border: 0;
  width: 12px;
  height: 7px;
  transform: none;
  right: 25px;
  background-image: url(../img/icons/select-tick.svg);
  transition: var(--transition);
}
.custom-select.open::after {
  transform: scaleY(-1);
  margin-top: -6px;
}
.custom-select .nice-select-dropdown {
  background-color: var(--black);
  width: 100%;
  margin-top: 10px;
  border-radius: 10px;
}
.custom-select .nice-select-dropdown ul {
  margin: 0;
}
.custom-select .nice-select-dropdown .option {
  height: 50px;
  display: flex;
  align-items: center;
}
.custom-select .nice-select-dropdown .option:hover, .custom-select .nice-select-dropdown .option.selected, .custom-select .nice-select-dropdown .option.seleted.focus {
  background-color: var(--grey-bg);
  font-weight: 400;
}
.custom-select .nice-select-dropdown .option.selected {
  color: #fff;
}

.overlay {
  background-color: rgba(255, 255, 255, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 15;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s ease;
}
.overlay--search {
  z-index: 10;
}
.overlay.active {
  visibility: visible;
  opacity: 1;
}

.a-panel {
  position: fixed;
  background: #f4f4f4;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 100vh;
  height: 100%;
  width: 270px;
  z-index: 20;
  transform: translateX(-120%);
  transition: 0.5s ease;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}
.a-panel .container {
  display: contents;
}
.a-panel__mobile {
  display: none;
}
.a-panel.active {
  transform: none;
}
.a-panel__close {
  position: absolute;
  top: 30px;
  right: -36px;
  cursor: pointer;
}
.a-panel__close path {
  transition: var(--transition);
}
.a-panel__close:hover path, .a-panel__close:focus path {
  stroke: #fff;
}
.a-panel__scroll {
  overflow-x: hidden;
  height: 100%;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #e1140a #fff;
}
.a-panel__scroll::-webkit-scrollbar {
  -webkit-appearance: none;
}
.a-panel__scroll::-webkit-scrollbar:vertical {
  width: 4px;
}
.a-panel__scroll::-webkit-scrollbar-thumb {
  background-color: #373739;
  border-radius: 50px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.a-panel__scroll::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.a-panel__scroll::-webkit-scrollbar-track {
  background-color: var(--grey);
}
.a-panel__wrap {
  padding: 15px;
}
.a-panel__wrap strong {
  font-weight: 500;
  font-size: 17px;
  line-height: 17px;
  
  margin-bottom: 15px;
  display: block;
  color: #000;
  padding-left: 20px;
}
.a-panel__wrap ul {
  display: grid;
  grid-template-columns: 100%;
  gap: 2px;
}
.a-panel__wrap ul + strong {
  margin-top: 35px;
}
.a-panel__wrap div {
  width: 28px;
  display: flex;
  justify-content: center;
}
.a-panel__wrap a {
  text-decoration: none;
  color: #000;
  display: flex;
  align-items: center;
  border-radius: 5px;
  padding: 10px 20px;
  transition: var(--transition);
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}
.a-panel__wrap a:hover, .a-panel__wrap a:focus {
  background-color: #294e95;
  color: #fff;
}
.a-panel__wrap a:hover path[fill], .a-panel__wrap a:focus path[fill] {
  fill: #fff;
}
.a-panel__wrap a:hover path[stroke], .a-panel__wrap a:focus path[stroke] {
  stroke: #fff;
}
.a-panel__wrap a span {
  margin-left: 22px;
}
.a-panel__wrap a path {
  transition: var(--transition);
  fill: #e1140a;
}

.cart {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20;
  background-color: var(--grey);
  width: 100%;
  max-width: 475px;
  min-height: 600px;
  transition: 0.5s ease;
  transform: translateX(100%);
  display: flex;
  flex-direction: column;
}
.cart > p {
  line-height: 19px;
  color: var(--grey-text);
  margin: auto;
}
.cart.active {
  transform: none;
}
.cart__close {
  cursor: pointer;
}
.cart__close path {
  transition: var(--transition);
}
.cart__close:hover path, .cart__close:focus path {
  stroke: #fff;
}
.cart__top {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--grey-bg);
}
.cart__top h3 {
  font-weight: 600;
  margin: 0;
}
.cart__top h3 span {
  color: var(--grey-text);
}
.cart__wrap {
  padding: 30px 0;
}
.cart__scroll {
  max-height: 342px;
  overflow-y: auto;
}
.cart__items {
  display: grid;
  grid-template-columns: 100%;
  gap: 30px;
  padding: 0 30px;
}
.cart-item {
  display: flex;
  align-items: flex-start;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--grey-bg);
}
.cart-item__link {
  display: flex;
}
.cart-item__img {
  flex-shrink: 0;
  margin-right: 20px;
  width: 80px;
  text-align: center;
}
.cart-item__img img {
  max-height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.cart-item__delete {
  margin-left: auto;
  margin-top: 20px;
}
.cart-item__info {
  display: flex;
  flex-direction: column;
}
.cart-item__info > span {
  font-size: 14px;
  line-height: 17px;
  color: var(--grey-text);
  margin-bottom: 5px;
}
.cart-item__info strong {
  font-weight: 600;
  line-height: 19px;
  color: #000;
  margin-bottom: 5px;
}
.cart-item__info p {
  margin: 0;
  font-size: 14px;
  line-height: 17px;
}
.cart-item__info p span {
  color: var(--grey-text);
}
.cart__result {
  padding: 30px;
  margin-top: auto;
}
.cart__result strong {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  display: block;
}
.cart__result span {
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  display: block;
  color: var(--grey-text);
  margin-top: 5px;
}
.cart__btns {
  display: grid;
  grid-template-columns: 100%;
  gap: 20px;
  margin-top: 30px;
}


.card__info .btn--w100p {
	color: #000;
}
.breadcrumbs {
      padding-top: 15px;
    padding-bottom: 15px;
    background: #f4f4f4;
	margin-bottom: 50px;
}
.breadcrumbs ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 12px;
  line-height: 24px;
  
}
.breadcrumbs li:not(:last-child) {
  margin-right: 35px;
  position: relative;
}
.breadcrumbs li:not(:last-child)::after {
  content: "/";
  display: flex;
  position: absolute;
  right: -19px;
  top: 50%;
  transform: translateY(-50%);
}
.breadcrumbs a {
	text-transform: uppercase;
  text-decoration: none;
  color: #000;
  transition: var(--transition);
}
.breadcrumbs a:hover {
  color: #000;
    text-decoration: underline;
}
.breadcrumbs a:focus {
  color: #000;
}

.modal {
    --overlay-color: rgba(0, 0, 0, .6);
    --crossHeight: 16px;
    --max-width: 500px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--overlay-color);
    z-index: 111111;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
    -webkit-animation: fadeOut 0.25s both ease;
    animation: fadeOut 0.25s both ease;
    cursor: pointer;
}
.modal--one-click {
  --max-width: 495px;
}
.modal--one-click p {
  max-width: 335px;
  margin-left: auto;
  margin-right: auto;
}
.modal--review {
  --max-width: 640px;
}
.modal--review .modal__content {
  padding: 0;
}
.modal--review .modal__top {
  padding: 27px 50px;
  border-bottom: 1px solid #000;
  margin-bottom: 28px;
}
.modal--review .modal__top h2 {
  margin-bottom: 0;
}
.modal--review .modal__bot {
  padding: 50px;
  padding-top: 0;
}
.modal--review .modal-r__grid {
  display: grid;
  grid-template-columns: 100%;
  gap: 30px;
}
.modal--delete {
  --max-width: 450px;
}
.modal--delete h3 {
  font-weight: 600;
  text-align: center;
}
.modal--delete .modal__btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.modal--delete .modal__btns button {
  margin-top: 0;
}
.modal--edit h2 br {
  display: block !important;
}
.modal--config {
  --max-width: 730px;
}
.modal__options {
  padding: 50px;
  padding-top: 30px;
}
.modal--open {
  -webkit-animation: fadeIn 0.25s both ease;
          animation: fadeIn 0.25s both ease;
  display: block;
}
.modal__content {
  background-color: #ffffff;
  width: 100%;
  position: relative;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-15%);
  transition: var(--transition);
  cursor: default;
  max-width: var(--max-width);
  margin: 0 auto;
  margin-top: 5%;
  margin-bottom: 5%;
  border-radius: var(--radius);
  background-color: #fff;
  padding: 40px 50px 50px;
}
.modal__content--open {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.modal__body h2 {
  margin-bottom: 30px;
  text-align: center;
}
.modal__body p {
  margin-bottom: 30px;
  color: var(--grey-text);
  text-align: center;
}
.modal__grid {
  display: grid;
  grid-template-columns: 100%;
  gap: 20px;
}
.modal__close {
  border: 0;
  padding: 0;
  background: 0;
  font-size: var(--crossHeight);
  font-weight: bold;
  width: var(--crossHeight);
  height: var(--crossHeight);
  line-height: var(--crossHeight);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 25px;
  top: 25px;
  cursor: pointer;
}
.modal__close path {
  transition: var(--transition);
}
.modal__close:hover path, .modal__close:focus path {
  stroke: #fff;
}
.modal__btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal__btns span:not([class]) {
  margin-left: 15px;
  font-size: 14px;
  line-height: 17px;
}
.modal__btns button {
  width: 100%;
  max-width: 255px;
}

[data-filter-item] {
  display: none;
}
[data-filter-item].active {
  -webkit-animation: fadeIn 0.5s both ease;
          animation: fadeIn 0.5s both ease;
  display: block;
}

[data-filter-item].active + [data-filter-item].active {
	margin-top: 50px;
}

.page-header {
  z-index: 15;
}

.top-header svg {
	width: 18px;
    margin-top: 11px;
    margin-right: 5px;
}
.top-header {
	height: auto;
    min-height: 42px;
	background-color: #ededed;
	text-align: right;
	    
    font-size: 12px;
	color: #000;
    font-weight: 400;
    line-height: 42px;
    text-transform: uppercase;
	margin-bottom: 15px;
	padding-right: 30px;
}
.top-header span {
	    font-weight: 1000;
    font-family: system-ui;
	    letter-spacing: -0.5px;
}
a {
	color: #000;
}
.page-header .container {
  position: relative;
}
.page-header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-header__col {
  display: flex;
  align-items: center;
}
.page-header .burger {
  margin-right: 30px;
  width: 22px;
  height: 22px;
  perspective: 1000px;
  position: relative;
  cursor: pointer;
  transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-header .burger path {
  transition: var(--transition);
}
.page-header .burger:hover path, .page-header .burger:focus path {
  stroke: #e1140a;
}
.page-header .burger__open, .page-header .burger__close {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: var(--transition);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 10px;
}
.page-header .burger__close {
  transform: rotateY(180deg);
}
.page-header .burger.active .burger__open {
  transform: rotateY(180deg);
}
.page-header .burger.active .burger__close {
  transform: rotateY(360deg);
}
.page-header .navigation {
	margin-right: auto;
}
.page-header .navigation ul {
  display: flex;
}
.page-header .navigation a {
  text-decoration: none;
  color: var(--grey-text);
  transition: var(--transition);
      line-height: 24px;
    font-size: 18px;
  
  padding: 10px 0 20px;
  margin-right: 30px;
  display: block;
  position: relative;
}
.navigation ul li:first-child a {
	color: #000;
    font-weight: bold;
}
.navigation ul li:first-child a:hover:after {
	display: none;
}

.page-header .navigation a:after {
	content: "";
    width: 50%;
    height: 4px;
    background-color: #fff;
    position: absolute;
    top: calc(100% - 4px);
    left: 25%;
    transition: .3s;
    margin-top: -1px;
}

.page-header .navigation a:hover:after {
	left: 0;
    width: 100%;
    background-color: #e1140a;
}

.page-header .navigation a.current {
  color: #000;
}
.page-header .navigation a:hover {
  color: #000;
}
.page-header .navigation a:focus {
  color: #000;
}
.page-header__btns {
  display: grid;
  grid-template-columns: repeat(3, 45px);
  gap: 20px;
}
.page-header__search {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--grey);
  transition: var(--transition);
  display: flex;
  align-items: center;
  visibility: hidden;
  opacity: 0;
}
.page-header__search.active {
  visibility: visible;
  opacity: 1;
}
.page-header .search {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
}
.page-header .search__label {
  position: relative;
  display: block;
}
.page-header .search__label svg {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.page-header .search__close {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 16px;
  cursor: pointer;
}
.page-header .search__close path {
  transition: var(--transition);
}
.page-header .search__close:hover path, .page-header .search__close:focus path {
  stroke: #fff;
}
.page-header .search input {
  padding: 0 56px;
  height: 50px;
  border-radius: 100px;
  background-color: var(--black);
  width: 100%;
  color: #fff;
  font-size: 18px;
  line-height: 21px;
}
.page-header .search input::-moz-placeholder {
  color: var(--grey-text);
}
.page-header .search input::placeholder {
  color: var(--grey-text);
}
.page-header .search input:focus {
  outline: none;
}
.page-header .search__result {
  border-radius: 0px 0px 10px 10px;
  background-color: var(--grey);
  min-height: 180px;
  position: absolute;
  left: 0;
  right: 0;
  top: 65px;
  padding: 10px 0;
  transition: var(--transition);
  display: flex;
  visibility: hidden;
  opacity: 0;
}
.page-header .search__result.active {
  visibility: visible;
  opacity: 1;
}
.page-header .search__result p {
  color: var(--grey-text);
  text-align: center;
  margin: auto;
}
.page-header .search__result a {
  text-decoration: none;
  color: var(--grey-text);
  font-size: 18px;
  line-height: 36px;
  padding: 2px 15px;
  display: block;
  transition: var(--transition);
  border-radius: 5px;
}
.page-header .search__result a:hover, .page-header .search__result a:focus {
  color: #fff;
  background-color: var(--grey-bg);
}
.page-header .search__scroll {
  max-height: 240px;
  padding: 0 10px;
  width: 100%;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #373739 var(--grey);
}
.page-header .search__scroll::-webkit-scrollbar {
  -webkit-appearance: none;
}
.page-header .search__scroll::-webkit-scrollbar:vertical {
  width: 4px;
}
.page-header .search__scroll::-webkit-scrollbar-thumb {
  background-color: #373739;
  border-radius: 50px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.page-header .search__scroll::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.page-header .search__scroll::-webkit-scrollbar-track {
  background-color: var(--grey);
}
.page-header .search-top {
  display: none;
}

.logo img {
    height: 50px;
}

.page-footer {
  padding-top: 85px;
}
.page-footer__bottom {
  border-top: 1px solid #dedede;
  padding: 30px 0;
  margin-top: 80px;
}
.page-footer .copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-footer .copyright p {
  
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  
  color: var(--grey-text-2);
  margin: 0;
}
.page-footer .copyright span {
  font-size: 14px;
  line-height: 17px;
  color: var(--grey-text-2);
}
.page-footer .copyright span a {
  color: #000;
  text-decoration: none;
  transition: var(--transition);
}
.page-footer .copyright span a:hover, .page-footer .copyright span a:focus {
  color: #294e95;
}
.page-footer__socials {
}
.page-footer__row {
  display: flex;
  justify-content: space-between;
}
.page-footer__col strong {
  
  font-weight: 600;
  font-size: 16px;
  line-height: 17px;
  display: block;
  margin-bottom: 18px;
  color: #000;
}
.page-footer__col ul {
  line-height: 35px;
}
.page-footer__col ul a {
  text-decoration: none;
  color: #000;
  transition: var(--transition);
}
.page-footer__col ul a:hover, .page-footer__col ul a:focus {
  color: #294e95;
}
.page-footer .subscribe {
  max-width: 190px;
}
.page-footer .subscribe strong {
  display: block;
}
.page-footer .subscribe .input-label {
  margin-bottom: 15px;
}
.opSlider .op-item__img {
	height: auto;
}
.opSlider .op-item__img svg {
	width: 70px;
	height: 70px;
}
.opSlider.op__slider {
	    height: 200px;
}

.opSlider.swiper-grid-column>.swiper-wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
	margin-left: -30px;
}
.opSlider.op__slider .swiper-slide {
	width: 15%!important;
    margin: 0 !important;
}





.foot_about b, .foot_about p {
	color: var(--grey-text)!important;
}

.slider {
  margin-bottom: var(--padding);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.slider__info {
  padding-right: 25px;
}
.slider__info h1, .slider__info .h1 {
  margin-bottom: 35px;
  font-size: 36px;
  line-height: 42px;
  font-weight: bold;
}
.slider__info p {
  margin-bottom: 10px;
  max-width: 430px;
}
.slider__info p img {
	margin-bottom: 18px;
}
.slider__slide {
  padding: 20px 60px;
  min-height: auto;
  border-radius: var(--radius);
  background-color: #222;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.slider__smoke {
  position: absolute;
  right: -20%;
  bottom: -65%;
  pointer-events: none;
  z-index: -1;
}
.slider__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.slider__btns {
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 5;
  bottom: 50%;
  margin-bottom: -40px;
  left: 0;
  right: 0;
  width: 98%;
  margin-left: auto;
  margin-right: auto;
    justify-content: space-between;
}
.absolute-info {
	position: absolute;
	margin-left: 8%;
}
.slider__info {
	width: 35%;
	color: #fff;
}

.slider__btns > div {
  position: static;
  margin: 0;
}
.slider__btns .slider-pagination {
  margin-left: 30px;
  margin-right: 30px;
}
.slider__img {
  position: relative;
  z-index: 1;
  margin-right: 60px;
  min-height: 349px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider__img::after {
  content: "";
  position: absolute;
  bottom: -18px;
  width: 315px;
  height: 315px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: -1;
  filter: blur(100px);
}
.slider__img img {
  max-height: 350px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.op {
  padding-bottom: var(--padding);
}
.op__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 43px;
}
.op__top h2 {
  margin: 0;
}
.op__slider {
  height: 630px;
}
.op__slider .swiper-slide {
  height: calc((100% - 30px) / 2);
}
.op-item {
  text-align: center;
  border-radius: var(--radius);
  background-color: #f4f4f4;
  padding: 20px 20px 30px;
  transition: var(--transition);
  overflow: hidden;
  display: block;
}
.op-item:hover, .op-item:focus {
  background-color: #e2e2e2;
}
.op-item__img {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.op-item__img img {
  filter: var(--drop-shadow);
}
.op-item__img svg {
	width: 80px;
	height: 80px;
}
.op-item__info strong {
  font-weight: 500;
  margin-bottom: 5px;
  
  display: block;
}
.op-item__info p {
  margin-bottom: 0;
  line-height: 19px;
  color: var(--grey-text);
}
.op__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.build {
  padding-bottom: var(--padding);
}
.build h1 {
  margin-bottom: 40px;
}
.build__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.build__grid.select {
  grid-template-columns: repeat(3, 1fr);
}
.build__slider {
  overflow: unset;
  max-width: 200px;
}
.build__slider .img-pagination {
  bottom: -65px;
}
.build-item__img {
  width: 100%;
  min-height: 250px;
  border-radius: var(--radius);
  background-color: var(--grey);
  padding: 30px;
  overflow: hidden;
}
.build-item__img img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 200px;
  height: 100%;
  margin: 0 auto;
  display: block;
  filter: var(--drop-shadow);
}
.build-item__info {
  max-width: 206px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  text-align: center;
}
.build-item__info strong {
  margin-bottom: 10px;
  display: block;
  line-height: 26px;
  
}
.build-item__info span {
  line-height: 19px;
  margin-bottom: 10px;
  display: block;
}
.build-item__info p {
  margin-bottom: 28px;
  color: var(--grey-text);
}
.build-item__info a {
  margin-left: auto;
  margin-right: auto;
}

.monoblock {
  padding-bottom: var(--padding);
  overflow: hidden;
}
.monoblock .slider__smoke {
  bottom: 0;
  right: -5%;
}

.catalog {
  padding-bottom: var(--padding);
}
.catalog h1 {
  margin-bottom: 40px;
}
.catalog__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.catalog-item {
  padding: 40px 25px 25px;
  border-radius: var(--radius);
  background-color: #f7f7f7;
  min-height: 450px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.models-line .btn {
	color: #000;
}
.catalog-item strong {
  
  margin-bottom: 10px;
}
.catalog-item p {
  line-height: 19px;
  color: var(--grey-text);
}
.catalog-item .btn {
  margin: 0 auto;
}
.catalog-item__img {
  margin-top: auto;
}
.catalog-item img {
  filter: var(--drop-shadow);
}

.brands {
  padding-bottom: var(--padding);
}
.brands h2 {
  margin-bottom: 0;
}
.brands__slider {
  height: 312px;
  flex-direction: column-reverse;
}
.brands__slider .swiper-slide {
  height: calc((100% - 60px) / 3);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--black);
}
.brands__slider .swiper-slide img {
  transition: var(--transition);
  opacity: 0.3;
}
.brands__slider .swiper-slide:hover img {
  opacity: 1;
}
.brands__slider .swiper-slide:focus img {
  opacity: 0.7;
}

.news {
  padding-bottom: var(--padding);
}
.news-item {
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  position: relative;
  z-index: 1;
  padding: 30px 24px;
  flex-direction: column;
}
.news-item img {
  width: 100%;
  height: 100%;
  min-height: 240px;
}
.news-item__text {
  position: relative;
  z-index: 2;
  border: 1px solid #c5c9ce;
  padding: 30px 24px;
}
.news-item__text span {
  display: block;
    padding-bottom: 20px;
	position: relative;
}
.news-item__text span:after {
	content: "";
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    height: 6px;
    background: linear-gradient(90deg, #f0c7bf 0%, #d9c1d8 60%, #faeceb 100%);
    z-index: 1;
    border-left: 1px solid #f0c7bf;
    border-right: 1px solid #faeceb;
    box-sizing: content-box;
    transform: translateX(-1px);
}
.news-item__text strong {
  font-weight: 800;
}

.models-line {
  padding-bottom: 80px;
  border-bottom: 1px solid var(--grey-bg);
}

.menu {
  margin-bottom: 76px;
  background-color: #ededed;
}
.menu__scroll {
  overflow-x: auto;
}
.menu ul {
  display: flex;
  justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
.menu li:not(:last-child) {
  margin-right: 40px;
}
.menu a:not(.menu__link) {
  text-decoration: none;
  padding: 20px 0;
  display: block;
  font-weight: 500;
  line-height: 19px;
  color: var(--grey-text);
  transition: var(--transition);
  border-top: 3px solid transparent;
  border-bottom: 5px solid transparent;
  white-space: nowrap;
}
.menu a:not(.menu__link):hover, .menu a:not(.menu__link):focus {
  color: #000;
  border-bottom-color: var(--blue);
}
.menu a:not(.menu__link).current {
  color: #000;
  pointer-events: none;
  border-bottom-color: var(--blue);
}
.menu__bot {
  padding-top: 25px;
  padding-bottom: 20px;
  border-top: 1px solid var(--grey-bg);
}
.menu__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 17px;
  color: var(--grey-text);
  transition: var(--transition);
  width: 110px;
  padding: 0 10px;
}
.menu__link-img {
  min-height: 38px;
  display: flex;
  align-items: center;
  margin-bottom: 17px;
}
.menu__link span {
  margin-top: auto;
}
.menu__link path {
  transition: var(--transition);
}
.menu__link:hover, .menu__link.active {
  color: #fff;
  background: #e1140a;
    margin-top: -10px;
	padding: 10px;
    z-index: 45;
}

.hp-search-input {
    height: 48px;
    border: 2px solid #171717;
    border-radius: 12px;
    background-color: #f5f5f5;
}

.hp-search {
	position: absolute;
    right: 0;
    top: 0;
    border: 0;
    width: 55px;
    height: 50px;
}
.menu__link:hover path[fill], .menu__link.active path[fill] {
  fill: #fff;
}
.menu__link:hover path[stroke], .menu__link.active path[stroke] {
  stroke: #fff;
}
.menu__slider {
  max-width: 1050px;
  width: 100%;
}
.menu__bot {
  display: flex;
  align-items: center;
}
.menu__bot .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu__arrow {
  position: static;
  margin: 0;
}
.menu__arrow::after {
  content: unset;
}

.menuSlider {
	overflow: visible;
}

.item {
  padding: 18px;
  border: 1px solid #000;
  overflow: hidden;
}
.item__img {
  height: 235px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  background: rgb(242,242,242);
background: radial-gradient(circle, rgba(242,242,242,1) 0%, rgba(230,230,230,1) 100%);
}
.item__img img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.item .btn--fill {
	border: 0;
}
.item__slider {
  padding: 20px 25px 20px;
  height: 100%;
  width: 100%;
}
.item__slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.item__slider .img-pagination {
  top: 20px;
  right: 20px;
  bottom: auto;
  left: auto;
  display: flex;
  flex-direction: column;
  width: auto;
}
.item__slider .img-pagination .swiper-pagination-bullet {
  margin: 0;
}
.item__slider .img-pagination .swiper-pagination-bullet:not(:last-child) {
  margin-bottom: 10px;
}
.item__info {
  padding: 30px;
}
.item__info strong {
  padding-right: 30px;
  display: block;
  margin-bottom: 10px;
  line-height: 26px;
  font-weight: 700;
}
.item__info-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.item__list {
  display: none;
}

.products {
  padding-bottom: var(--padding);
}
.products h1 {
  margin-bottom: 0;
  font-weight: bold;
}
.products__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
}
.products__reset {
  
  font-size: 13px;
  line-height: 16px;
  transition: var(--transition);
  color: var(--grey-text);
}
.products__reset:hover, .products__reset:focus {
  color: #e1140a;
  cursor: pointer;
}
.products__btns {
  display: grid;
  grid-auto-flow: column;
  gap: 20px;
}
.products__btns button {
  cursor: pointer;
}
.products__btns button path {
  transition: var(--transition);
}
.products__btns button:hover path, .products__btns button:focus path {
  fill: #C6C6C6;
}
.products__btns button.active path {
  fill: #e1140a;
}
.products__btn {
  grid-column: 2/3;
  margin-left: auto;
  margin-right: auto;
  max-width: 325px;
  width: 100%;
  margin-top: 20px;
}
.products__btn svg {
  margin-right: 15px;
}
.products__grid {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 30px;
}
.products__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.filter {
  align-self: flex-start;
}
.filter__wrap {
  border-radius: var(--radius);
  border: 1px solid var(--grey-bg);
}
.filter__top {
  display: none;
}
.filter__group {
  padding: 25px 20px;
}
.filter__group:not(:last-child) {
  border-bottom: 1px solid var(--grey-bg);
}
.filter__group-btn {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #000;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 100%;
}
.filter__group-btn:hover, .filter__group-btn:focus {
  outline: none;
}
.filter__group-btn:hover path, .filter__group-btn:focus path {
  stroke: #C6C6C6;
}
.filter__group-btn.open path {
  stroke: #fff;
}
.filter__group-btn.open path:last-child {
  transform: scaleY(1);
}
.filter__group-btn.open ~ .filter__group-grid {
  -webkit-animation: 0.5s fadeIn both;
          animation: 0.5s fadeIn both;
  display: grid;
}
.filter__group-btn span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--blue);
  margin-left: 10px;
  transform: scale(0);
  transition: var(--transition);
}
.filter__group-btn svg {
  margin-left: auto;
}
.filter__group-btn path {
  transition: var(--transition);
  transform-origin: center;
}
.filter__group-btn path:last-child {
  transform: scaleY(0);
}
.filter__group-btn.have span {
  transform: scale(1);
}
.filter__group-grid {
  margin-top: 25px;
  display: grid;
  grid-template-columns: 100%;
  gap: 20px;
  display: none;
}
.filter__group-grid--colors {
  grid-auto-flow: column;
  grid-auto-columns: 30px;
  gap: 15px;
  grid-template-columns: 30px;
}
.filter__btn {
  display: none;
}
.filter__bot {
  display: none;
}

.catalog-items {
  margin-bottom: 80px;
}
.catalog-items h1 {
  margin-bottom: 40px;
}
.catalog-items__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 300px;
  gap: 30px;
}
.catalog-items__grid--sm {
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 250px;
}
.catalog-items__grid--sm .catalog-el {
  padding: 30px;
}
.catalog-items__grid--sm .catalog-el .op-item__img {
  height: 150px;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.catalog-el .op-item__img {
  height: 200px;
}
.catalog-el .op-item__img img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: auto;
}
.catalog-el .op-item__info strong {
  margin-bottom: 0;
}

.p-brands {
  padding-bottom: var(--padding);
}
.p-brands h1 {
  margin-bottom: 40px;
}
.p-brands__scroll {
  padding-bottom: 14px;
  margin-bottom: 30px;
}
.p-brands__btns {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-right: 25px;
}
.p-brands__btns button {
  font-weight: 500;
  line-height: 19px;
  color: var(--grey-text);
  cursor: pointer;
  white-space: nowrap;
  position: relative;
}
.p-brands__btns button:hover, .p-brands__btns button:focus {
  color: #C6C6C6;
  outline: none;
}
.p-brands__btns button.active {
  color: #fff;
}
.p-brands__btns button.active::after {
  transform: scaleX(1);
}
.p-brands__btns button::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #D9D9D9;
  transition: var(--transition);
  transform: scaleX(0);
}
.p-brands__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: 165px;
  grid-template-rows: 165px;
  gap: 1px;
  border: 1px solid var(--grey-bg);
  background-color: var(--grey-bg);
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.p-brands .p-brand {
  background-color: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  transition: var(--transition);
  position: relative;
}
.p-brands .p-brand img {
  transition: inherit;
  opacity: 0.5;
}
.p-brands .p-brand span {
  transition: inherit;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 19px;
  color: var(--grey-text);
}
.p-brands .p-brand:hover img, .p-brands .p-brand:focus img {
  opacity: 1;
}
.p-brands .p-brand:hover span, .p-brands .p-brand:focus span {
  color: #fff;
}
.p-brands .p-brand.remove {
  display: none;
  -webkit-animation: 1s ease fadeOut both;
          animation: 1s ease fadeOut both;
}

.pc-select__group {
  display: block;
}
.pc-select__group.active {
  display: block;
}
.pc-select__row {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 30px;
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid var(--grey-bg);
}
.pc-select__row h2 {
  margin: 0;
}
.pc-select__row.hidden {
  display: none;
}
.pc-select__row.active {
  display: grid;
  -webkit-animation: 0.5s ease fadeIn both;
          animation: 0.5s ease fadeIn both;
}
.pc-select__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.pc-select__grid--game {
  grid-template-columns: repeat(4, 1fr);
}
.pc-select__result {
  padding-bottom: var(--padding);
  display: none;
}
.pc-select__result.active {
  -webkit-animation: 0.5s ease fadeIn both;
          animation: 0.5s ease fadeIn both;
  display: block;
}
.pc-select__result h2 {
  text-align: center;
  margin-bottom: 43px;
}
.pc-select .pcs-item {
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--grey);
  border-radius: var(--radius);
  overflow: hidden;
}
.pc-select .pcs-item--big {
  min-height: 165px;
}
.pc-select .pcs-item--big .checkbox__item {
  position: absolute;
  top: 10px;
  right: 10px;
}
.pc-select .pcs-item--small {
  min-height: 105px;
}
.pc-select .pcs-item--small .pcs-item__wrap {
  justify-content: flex-end;
  padding-bottom: 20px;
}
.pc-select .pcs-item--small .checkbox__item {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.pc-select .pcs-item--price {
  min-height: 70px;
}
.pc-select .pcs-item--price .pcs-item__wrap {
  justify-content: center;
  align-items: flex-start;
  padding-left: 30px;
}
.pc-select .pcs-item--price .pcs-item__wrap strong {
  text-transform: none;
}
.pc-select .pcs-item--price .checkbox__item {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.pc-select .pcs-item--game {
  min-height: 150px;
}
.pc-select .pcs-item--game .pcs-item__wrap {
  position: relative;
  justify-content: flex-end;
  padding-bottom: 16px;
  padding-left: 15px;
  padding-right: 15px;
}
.pc-select .pcs-item--game .pcs-item__wrap img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
  margin: 0;
}
.pc-select .pcs-item--game .pcs-item__wrap::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, #000000 0%, rgba(29, 29, 32, 0) 100%);
  opacity: 0.9;
  z-index: 1;
  height: 60px;
  transform: scaleY(-1);
}
.pc-select .pcs-item--game .pcs-item__wrap strong {
  position: relative;
  z-index: 2;
  text-align: center;
}
.pc-select .pcs-item--game .checkbox__item {
  position: absolute;
  top: 10px;
  right: 10px;
}
.pc-select .pcs-item input:checked ~ .pcs-item__wrap {
  background-color: var(--grey-bg);
}
.pc-select .pcs-item input:checked ~ .pcs-item__wrap path[fill] {
  fill: #fff;
}
.pc-select .pcs-item input:checked ~ .pcs-item__wrap path[stroke] {
  stroke: #fff;
}
.pc-select .pcs-item input:checked ~ .pcs-item__wrap strong {
  color: #fff;
}
.pc-select .pcs-item__wrap {
  transition: var(--transition);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.pc-select .pcs-item__wrap svg {
  display: block;
}
.pc-select .pcs-item__wrap svg, .pc-select .pcs-item__wrap img {
  margin-bottom: 30px;
}
.pc-select .pcs-item__wrap path {
  transition: var(--transition);
}
.pc-select .pcs-item__wrap strong {
  
  font-weight: 600;
  line-height: 19px;
  color: var(--grey-text);
  transition: var(--transition);
}
.pc-select .pcs-item__wrap strong.sm {
  text-transform: unset;
}

.card {
	background-color: transparent!important;
}

.card-items {
  padding-top: var(--padding);
  padding-bottom: var(--padding);
  position: relative;
  z-index: 1;
}
.card-items--bg {
  background-color: var(--grey);
}
.card-items--bg .item {
  background-color: var(--black);
}

.card__top {
  padding-top: 10px;
  padding-bottom: 90px;
}
.card__row {
  display: flex;
  justify-content: space-between;
}
.card__info {
  max-width: 670px;
  margin-left: 30px;
  width: 100%;
}
.card__sliders {
  max-width: 773px;
  width: 100%;
}
.card__sliders img {
  filter: var(--box-shadow);
}
.card__main {
  max-height: 408px;
  margin-bottom: 72px;
}
.card__main img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.card__main .img-pagination {
  display: none;
}
.card__thumbs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}
.card__thumbs .swiper {
  max-width: 315px;
}
.card__thumbs .slider-arrow {
  position: static;
  margin: 0;
}
.active_price {
	font-weight: 400!important;
    color: #0097d6;
}
.bg_brand {
	color: #fff;
}
.cardMain.swiper-fade .swiper-slide-active {
	    background: radial-gradient(circle, rgb(255 255 255) 0%, rgb(244 244 244) 100%);
	padding: 50px 10px;
}
.card__thumbs .swiper-slide {
  padding: 10px;
  height: 70px;
  border-radius: var(--radius);
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid transparent;
  transition: var(--transition);
}
.card__thumbs .swiper-slide img {
  max-height: 100%;
}
.card__thumbs .swiper-slide.swiper-slide-thumb-active {
  border-color: var(--blue);
}
.card__colors {
  display: grid;
  margin-top: 0;
  height: 40px;
  align-items: center;
}
.card__choose {
  margin-left: 125px;
}
.card__btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 45px;
}
.card__btn svg {
  margin-right: 15px;
}
.card__info-top {
  max-width: 455px;
  width: 100%;
}
.card__info-top span {
  font-weight: 400;
  display: block;
  margin-bottom: 7px;
}
.card__info-top h1 {
  margin-bottom: 19px;
}
.card__info-top strong {
  display: block;
  font-weight: 600;
  margin-bottom: 25px;
}
.card__info-top p {
  margin-bottom: 36px;
  color: var(--grey-text);
}
.card__info-mid {
  padding-top: 24px;
  padding-bottom: 32px;
  border-top: 1px solid var(--grey-bg);
  border-bottom: 1px solid var(--grey-bg);
  display: flex;
  gap: 30px;
}
li.brand_logo {
	margin-top: 20px;
}
.brand_logo img {
    max-height: 37px;
    max-width: 130px;	
}
.brand_logo a {
	color: #fff;
}
.card__title {
  margin-bottom: 16px;
  display: block;
}
.card__tabs {
  background-color: var(--grey);
}
.card__tabs button {
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  
  color: var(--grey-text);
  cursor: pointer;
  transition: var(--transition);
  border-bottom: 3px solid transparent;
  border-top: 3px solid transparent;
}
.card__tabs button.active {
  color: #fff;
  border-bottom-color: var(--blue);
}
.card__tabs button:not(:last-child) {
  margin-right: 40px;
}
.card__content {
  padding-top: 50px;
  padding-bottom: var(--padding);
}
.card__options h2 {
  margin-bottom: 43px;
}
.card__options-item h3 {
  margin-bottom: 21px;
}
.card__options-item:not(:last-child) {
  padding-bottom: 42px;
  margin-bottom: 50px;
  border-bottom: 1px solid var(--grey-bg);
}
.card__options-item li {
  line-height: 36px;
  display: flex;
}
.card__options-item b {
  font-weight: 400;
  color: var(--grey-text);
  min-width: 260px;
}
.card__reviews-top {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--grey-bg);
  padding-bottom: 24px;
}
.card__reviews-top h2 {
  margin: 0;
  margin-right: 100px;
}
.card__reviews-top h2 span {
  font-weight: 400;
  color: var(--grey-text);
}
.card__reviews-btns button {
  cursor: pointer;
  font-weight: 500;
  line-height: 19px;
  color: var(--grey-text);
  transition: var(--transition);
}
.card__reviews-btns button:not(:last-child) {
  margin-right: 40px;
}
.card__reviews-btns button.active {
  color: #fff;
}
.card__reviews-grid {
  display: grid;
  grid-template-columns: 1fr 255px;
  gap: 30px;
  margin-top: 50px;
}
.card .review {
  display: flex;
}
.card .review:not(:last-child) .review__info {
  padding-bottom: 35px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--grey-bg);
}
.card .review__img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--grey-bg);
  position: relative;
  z-index: 1;
}
.card .review__img::after {
  content: "";
  position: absolute;
  z-index: -1;
  background-image: url(../img/icons/man.svg);
  width: 25px;
  height: 30px;
}

.s-news__text {
	    font-size: 1.125em;
    line-height: 1.875em;
	
}
b, strong {
	font-weight: 900;
}
.card .review__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card .review__info strong {
  font-weight: 500;
  line-height: 19px;
  color: #fff;
  display: block;
  margin-bottom: 10px;
}
.card .review__info p {
  line-height: 24px;
  margin-bottom: 20px;
}
.card .review__info span {
  font-size: 14px;
  line-height: 17px;
  color: var(--grey-text);
}
.card .send-review {
  padding: 30px;
  background-color: #e1140a;
  align-self: flex-start;
  border-radius: var(--radius);
  position: -webkit-sticky;
  position: sticky;
  top: var(--gutter);
}
.card .send-review__stars {
  display: grid;
  grid-template-columns: 100%;
  gap: 20px;
  margin-bottom: 30px;
}
.card .send-review__stars svg {
  margin-left: 15px;
}
.card .send-review__stars svg + span {
  font-size: 14px;
  line-height: 17px;
  color: var(--grey-text);
  margin-left: 10px;
}
.card .send-review h4 {
  text-align: center;
  margin-bottom: 26px;
}

.p-cart {
  padding-bottom: var(--padding);
}
.p-cart__grid {
  display: grid;
  grid-template-columns: 1fr 255px;
  gap: 30px;
}
.p-cart__result {
  background-color: #f4f4f4;
  border-radius: var(--radius);
  margin-top: 42px;
  align-self: flex-start;
}
.p-cart__result h3 {
  padding-top: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--grey-bg);
  text-align: center;
  margin-bottom: 0;
}
.p-cart__result ul {
  padding: 20px 30px;
  border-bottom: 1px solid var(--grey-bg);
}
.p-cart__result ul li {
  line-height: 36px;
  color: var(--grey-text);
}
.p-cart__result ul li b {
  font-weight: 400;
  color: #000;
}
.p-cart__result-price {
  text-align: center;
  padding-top: 32px;
  font-weight: 600;
  margin-bottom: 28px;
}
.p-cart__result-price span {
  font-size: 20px;
  line-height: 30px;
  color: #000;
  display: block;
  font-weight: 400;
}
.p-cart__result-btns {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  display: grid;
  grid-template-columns: 100%;
  gap: 20px;
}
.p-cart__result-bot strong {
  display: none;
}
.p-cart__table-top {
  font-size: 14px;
  line-height: 17px;
  
  color: var(--grey-text);
  margin-bottom: 26px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}
.p-cart__table-top span {
  width: 100%;
}
.p-cart__table-top span:nth-child(1) {
  max-width: 387px;
  width: 100%;
}
.p-cart__table-top span:nth-child(2) {
  max-width: 150px;
  text-align: center;
  margin-right: 56px;
}
.p-cart__table-top span:nth-child(3) {
  max-width: 110px;
  text-align: center;
}
.p-cart-item {
  padding: 30px 24px;
  border-radius: var(--radius);
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-cart-item:not(:last-child) {
  margin-bottom: 30px;
}
.p-cart-item__img {
  margin-right: 23px;
  width: 108px;
  text-align: center;
}
.p-cart-item__left {
  display: flex;
  align-items: center;
}
.p-cart-item__price {
  width: 110px;
  text-align: center;
  margin-top: 16px;
}
.p-cart-item__info {
  width: 200px;
}
.p-cart-item__info span {
  line-height: 19px;
  display: block;
  color: var(--grey-text);
  display: block;
  margin-bottom: 5px;
}
.p-cart-item__info strong {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
}
.p-cart-item__info a {
  display: block;
  color: var(--grey-text);
}
.p-cart-item__info a:hover, .p-cart-item__info a:focus {
  text-decoration: none;
}

.order {
  padding-bottom: var(--padding);
}
.order__grid {
  display: grid;
  grid-template-columns: 1fr 350px;
  align-items: flex-start;
  gap: 30px;
}
.order__result {
  background-color: #f5f5f5;
  border-radius: var(--radius);
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  top: var(--gutter);
}
.order__result h3 {
  padding: 30px 0;
  border-bottom: 1px solid var(--black);
  text-align: center;
  margin-bottom: 0;
}
.order__result .cart-item {
  padding: 30px;
  border-color: var(--black);
}
.order__result-bot {
  padding: 30px;
  border-bottom: 1px solid var(--black);
}
.order__result-bot strong {
  text-align: center;
  margin-bottom: 10px;
  display: block;
}
.order__result-bot span {
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: var(--grey-text);
  display: block;
}
.order__wrap {
  border-radius: var(--radius);
  background-color: #f5f5f5;
  padding: 50px;
}
.order__wrap h4 {
  margin-bottom: 25px;
  line-height: 25px;
}
.order__group:not(:last-of-type) {
  border-bottom: 1px solid var(--grey-bg);
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.order__group-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.order__group-grid .span {
  grid-column: span 2;
}
.order__radio {
  display: flex;
  margin-bottom: 30px;
}
.order__radio label:not(:last-child) {
  margin-right: 30px;
}
.order__text {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 17px;
  color: var(--grey-text);
}
.order__pickup {
  border-top: 1px solid var(--grey-bg);
  border-bottom: 1px solid var(--grey-bg);
  padding: 20px 0;
}
.order-pickup {
  width: 100%;
}
.order-pickup:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--grey-bg);
}
.order-pickup__info {
  margin-left: 15px;
  display: flex;
  align-items: center;
}
.order-pickup__img {
  width: 60px;
  height: 60px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  margin-right: 15px;
  flex-shrink: 0;
}
.order-pickup__img::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 17px;
  height: 21px;
  background-image: url(../img/icons/marker.svg);
}
.order-pickup__img img {
  width: 100%;
  height: 100%;
}
.order-pickup__date {
  font-size: 14px;
  line-height: 21px;
  color: var(--grey-text);
  margin-left: auto;
}
.order-pickup__text {
  line-height: 21px;
  color: var(--grey-text);
  display: flex;
  flex-direction: column;
}
.order-pickup__text strong {
  color: #fff;
  font-weight: 400;
}
.order-pickup__text a {
  color: inherit;
}
.order-pickup__text a:hover, .order-pickup__text a:focus {
  text-decoration: none;
}
.order__btn {
  margin-top: 30px;
}

.about {
  padding-bottom: var(--padding);
}
.about__wrap {
  background-color: var(--grey);
  padding: 95px 65px;
  border-radius: var(--radius);
}
.about__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.about__info {
  max-width: 380px;
  width: 100%;
}
.about__info h1 {
  margin-bottom: 20px;
}
.about__info p {
  margin: 0;
}
.about__info p + p {
  margin-top: 25px;
}
.about__img {
  width: 100%;
}
.about__img img {
  height: 130px;
  margin-left: auto;
  display: block;
}

.p-news {
  padding-bottom: var(--padding);
}
.p-news__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.s-news {
  padding-bottom: var(--padding);
}
.s-news__row {
  display: grid;
  grid-template-columns: 474px 1fr;
  gap: 60px;
}
.s-news__img {
  border-radius: 10px;
}
.s-news__left {
  position: -webkit-sticky;
  position: sticky;
  top: var(--gutter);
  align-self: flex-start;
}
.s-news__left span {
  line-height: 19px;
  margin-top: 10px;
  display: block;
}
.s-news__text h1 {
  margin-bottom: 20px;
  font-weight: 700;
}
.s-news__text h3 {
  margin-bottom: 35px;
}
.s-news__text p {
  margin: 0;
  line-height: 24px;
}
.s-news__text p + p {
  margin-top: 25px;
}
.s-news__text p + h3 {
  margin-top: 75px;
}
.s-news__text ul {
  padding-left: 0;
  list-style-type: none;
}
.s-news__text ul li {
  display: flex;
}
.s-news__text ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-right: 20px;
  border-radius: 50%;
  background-color: var(--blue);
  display: block;
  flex-shrink: 0;
  margin-top: 7px;
}
.s-news__text ul li:not(:last-child) {
  margin-bottom: 25px;
}

.contacts {
  padding-bottom: var(--padding);
}
.contacts__title {
  padding-bottom: 42px;
  border-bottom: 1px solid var(--grey-bg);
  margin-bottom: 50px;
}
.contacts__item {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 30px;
  padding-bottom: 50px;
  margin-bottom: 42px;
  border-bottom: 1px solid var(--grey-bg);
}
.contacts__info {
  grid-column: span 5;
}
.contacts__map {
  grid-column: span 7;
}
.contacts__map > * {
  overflow: hidden;
  border-radius: var(--radius);
}
.contacts__group {
  font-style: normal;
}
.contacts__info h2 {
  line-height: 40px;
  font-weight: 600;
}
.contacts__info h2 span {
  color: var(--grey-text);
  display: block;
}
.contacts a.contacts-item:hover path, .contacts a.contacts-item:focus path {
  stroke: #fff;
}
.contacts a.contacts-item:hover span, .contacts a.contacts-item:focus span {
  color: #fff;
}
.contacts a.contacts-item:hover u, .contacts a.contacts-item:focus u {
  text-decoration: none;
  color: #fff;
}
.contacts-item {
  display: flex;
}
.contacts-item:not(:last-child) {
  margin-bottom: 20px;
}
.contacts-item svg {
  flex-shrink: 0;
  margin-top: 5px;
  margin-right: 19px;
}
.contacts-item path {
  transition: var(--transition);
}
.contacts-item__info {
  font-size: 16px;
  line-height: 30px;
}
.contacts-item__info span {
  color: var(--grey-text);
  
  display: block;
  transition: var(--transition);
}

.card__info .contacts-item__info strong  {
	color: #000;
}
.contacts-item__info strong {
  font-weight: 400;
  display: block;
  color: #000;
}
.contacts-item__info u {
  color: var(--grey-text);
  transition: var(--transition);
}
.contacts__social {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.hp-contacts .contacts-item__info strong, .hp-contacts a {
	color: #000!important;
}

.contacts__social a svg path {
	fill: #000;
	transtion: 0.5s ease;
}

.contacts__social a:hover svg path {
	fill: #294e95;
}

.hp-contacts a.contacts-item:hover span, .hp-contacts a.contacts-item:focus span, .hp-contacts a.contacts-item:hover u, .hp-contacts a.contacts-item:focus u {
	color: #294e95;
}
.hp-contacts  a.contacts-item:hover path, .hp-contacts  a.contacts-item:focus path {
	stroke: #294e95;
}

.contacts__social a {
  width: 100%;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  border-radius: 100px;
  border: 1px solid var(--dark-grey-text);
  
  padding: 0 30px;
  transition: var(--transition);
}
.contacts__social a:hover {
  border-color: var(--grey-text-2);
}
.contacts__social a:focus {
  border-color: var(--grey-text);
}
.contacts__social a svg {
  margin-right: 15px;
}
.contacts__form {
  padding: 10px;
  border-radius: var(--radius);
  margin-top: 100px;
  margin-bottom: 0;
}
.contacts__form h2 {
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
}
.contacts__form h2 span {
  color: var(--grey-text);
  display: block;
}

.contacts__form .search-form-grid {
	display: none;
}
.contacts__form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  align-items: center;
}
.contacts__form-grid .input-label:last-of-type {
  grid-column: 2 span;
}
.contacts__form-grid p {
  font-size: 14px;
  line-height: 17px;
  color: var(--grey-text);
  margin: 0;
}

.p-404 {
  padding-top: 40px;
  padding-bottom: var(--padding);
}
.p-404__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 825px;
  margin-left: auto;
  margin-right: auto;
  gap: 128px;
  align-items: flex-start;
}
.p-404__text {
  text-align: center;
}
.p-404__text h1 {
  font-weight: 700;
  font-size: 100px;
  line-height: 120px;
  margin-bottom: 10px;
}
.p-404__text p {
  font-weight: 400;
  margin-bottom: 30px;
}

.cabinet {
  padding-bottom: var(--padding);
}
.cabinet__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 30px;
  align-items: flex-start;
}
.cabinet__panel {
  grid-column: span 3;
  background-color: #f3f3f3;
  border-radius: var(--radius);
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  top: var(--gutter);
}
.cabinet__panel-top {
  padding: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}
.cabinet__panel-top strong {
  display: block;
  font-weight: 600;
}
.cabinet__panel-top span {
  color: var(--grey-text);
}
.cabinet__list {
  background-color: #e7110a;
  border: 1px solid #ce8a89;
  border-radius: 0px 0px 10px 10px;
}
.cabinet__list li:not(:last-child) {
  border-bottom: 1px solid #ce8a89;
}
.cabinet__list a {
  padding: 0 29px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  
  text-decoration: none;
  color: #fff;
  height: 50px;
  display: flex;
  align-items: center;
  transition: var(--transition);
  margin-left: -1px;
}
.cabinet__list a:hover, .cabinet__list a:focus {
  color: #fff;
}
.cabinet__list a.current {
  border-left: 1px solid #fff;
  color: #fff;
}
.cabinet__avatar {
  width: 100px;
  height: 100px;
  background-color: var(--black);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 22px;
  overflow: hidden;
}
.cabinet__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cabinet__orders {
  background-color: #fff;
  border-radius: var(--radius);
  grid-column: 9 span;
}
.cabinet__orders-title {
  margin-bottom: 0;
  padding: 28px 0;
  border-bottom: 1px solid var(--grey-bg);
}
.cabinet__table {
  padding: 50px;
}
.cabinet__table-head {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--grey-bg);
}
.cabinet__table-tr {
  display: grid;
  grid-template-columns: 175px 140px 178px 148px 84px;
  align-items: center;
}
.cabinet__table-tr:not(:last-child) {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--grey-bg);
}
.cabinet__table-th {
  font-size: 14px;
  line-height: 17px;
  
  color: var(--grey-text);
}
.cabinet__table-th:not(:first-child) {
  text-align: center;
}
.cabinet__table-td:not(:first-child) {
  text-align: center;
}
.cabinet__table-td span {
  color: #000;
}
.cabinet__table-td .status {
  margin-left: auto;
  margin-right: auto;
}
.cabinet__table-td a {
  font-size: 14px;
  line-height: 17px;
  color: var(--grey-text);
  margin-left: auto;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.cabinet__table-td a:hover, .cabinet__table-td a:focus {
  text-decoration: none;
}
.cabinet__form {
  padding: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.cabinet-input span {
  font-size: 14px;
  line-height: 17px;
  color: var(--grey-text);
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 11px;
  margin-left: 25px;
}
.cabinet__order-top {
  text-align: center;
  padding: 28px 0;
  position: relative;
  border-bottom: 1px solid var(--grey-bg);
}
.cabinet__order-top h1 {
  margin: 0;
}
.cabinet__order-back {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50px;
}
.cabinet__order-bot {
  padding: 50px;
  padding-bottom: 30px;
}
.cabinet__order-bot h3 {
  margin-bottom: 32px;
}
.cabinet__mid {
  padding: 50px;
  padding-bottom: 42px;
  border-bottom: 1px solid var(--grey-bg);
}
.cabinet__mid-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 480px;
  align-items: center;
}
.cabinet__mid-grid > *:nth-child(1), .cabinet__mid-grid > *:nth-child(2) {
  margin-bottom: 20px;
}
.cabinet__mid h3 {
  margin-bottom: 0;
}
.cabinet__mid strong {
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  color: var(--grey-text);
}
.cabinet__mid span {
  color: #fff;
}
.cabinet .order-table__top {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--grey-bg);
}
.cabinet .order-table__top span {
  
  font-size: 14px;
  line-height: 17px;
  
  color: var(--grey-text);
}
.cabinet .order-table__row {
  display: grid;
  grid-template-columns: 50% 25% 25%;
  align-items: center;
}
.cabinet .order-table__row:not(.order-table__top) {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--grey-bg);
}
.cabinet .order-table__row span {
  line-height: 19px;
  display: block;
}
.cabinet .order-table__row > div:not(:first-child) {
  text-align: center;
}
.cabinet .order-table__row .p-cart-item__img {
  max-width: 80px;
  margin-right: 20px;
}
.cabinet .order-table__row .p-cart-item__img img {
  max-height: 60px;
}
.cabinet .order-table__row .p-cart-item__info span,
.cabinet .order-table__row .p-cart-item__info a {
  font-size: 14px;
  line-height: 17px;
}
.cabinet .order-table__row .p-cart-item__info a {
  margin-top: 5px;
}
.cabinet .order-table__row .p-cart-item__info strong {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
}
.cabinet .order-table__prices b {
  font-weight: 400;
  color: var(--grey-text);
}
.cabinet .order-table__result {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.cabinet .order-table__result p {
  text-align: right;
  margin: 0;
  margin-right: 60px;
}
.cabinet .order-table__result p strong {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 5px;
  display: block;
}
.cabinet .order-table__result p span {
  font-size: 14px;
  line-height: 17px;
  color: var(--grey-text);
}
.cabinet .order-table__result .btn {
  min-width: 205px;
}
.cabinet .config-item:last-of-type {
  margin-bottom: 0;
  border-bottom: 0;
}

.status {
  padding: 0 10px;
  height: 30px;
  color: #fff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  
  font-size: 12px;
  line-height: 14px;
}
.status--green {
  background-color: var(--success-bg);
}
.status--red {
  background-color: var(--error-bg);
  color: #fff!important;
}

.status-popup {
  padding: 18px 0;
}
.status-popup__row {
  display: flex;
  align-items: center;
  position: relative;
}
.status-popup__row > svg {
  flex-shrink: 0;
  margin-right: 20px;
}
.status-popup__close {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.status-popup__close path {
  transition: var(--transition);
}
.status-popup__close:hover path, .status-popup__close:focus path {
  opacity: 1;
}
.status-popup strong {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
}
.status-popup p {
  margin: 0;
  line-height: 19px;
  margin-top: 5px;
}
.status-popup--green {
  background-color: var(--success-bg);
}
.status-popup--yellow {
  background-color: var(--validation-bg);
}
.status-popup--red {
  background-color: var(--error-bg);
}

.auth {
  padding-bottom: var(--padding);
}
.auth .modal__content {
  max-width: 495px;
  margin-top: 0;
  margin-bottom: 0;
}
.auth .auth__request {
  margin-top: 30px;
  margin-bottom: 0;
}
.auth a {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 48px;
  left: 30px;
}
.auth a path {
  transition: var(--transition);
}
.auth a:hover path, .auth a:focus path {
  stroke: #fff;
}
@media screen and (min-width: 576px) {
  .container {
    max-width: 576px;
  }
  
  
}
@media (min-width: 768px) and (max-width: 991px) {
  .p-cart .p-cart__table {
    display: block;
  }
  .p-cart .p-cart-item:not(:last-child) {
    margin-bottom: 20px;
  }
  .p-cart .p-cart-item__price {
    max-width: 275px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .desk-none {
    display: none;
  }
  .container {
    max-width: 768px;
  }
  .page-header .burger__close {
    visibility: hidden;
    opacity: 0;
  }
  .page-header .burger.active {
    visibility: hidden;
    opacity: 0;
  }
}
@media screen and (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 100%;
  }
  .products__items--row {
    grid-template-columns: 100% !important;
  }
  .products__items--row .item {
    display: flex;
  }
  .products__items--row .item__img {
    max-width: 254px;
    margin-left: 0;
    margin-right: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 0;
  }
  .products__items--row .item__slider {
    padding-top: 40px;
    padding-bottom: 70px;
  }
  .products__items--row .item__slider .img-pagination {
    bottom: 15px;
    top: auto;
    right: auto;
    flex-direction: row;
    left: 0;
    right: 0;
    justify-content: center;
  }
  .products__items--row .item__slider .img-pagination .swiper-pagination-bullet:not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .products__items--row .item__info {
    max-width: 304px;
  }
  .products__items--row .item__info strong {
    margin-bottom: 20px;
  }
  .products__items--row .item__info-row {
    display: block;
  }
  .products__items--row .item__info-row > span {
    margin-bottom: 40px;
    display: block;
  }
  .products__items--row .item__info-row .btn {
    width: 150px;
    gap: 10px;
  }
  .products__items--row .item__info-row .btn svg {
    margin-left: 20px;
  }
  .products__items--row .item__info-row .btn span {
    padding-right: 20px;
  }
  .products__items--row .item__list {
    display: block;
    padding: 30px;
    padding-left: 0;
    margin-left: 0;
    line-height: 30px;
  }
  .products__items--row .item__list b {
    font-weight: 400;
    color: var(--grey-text);
  }
}
@media screen and (min-width: 1320px) {
  .home-page .overlay--panel {
    display: none;
  }
  .home-page .a-panel {
    transform: none;
  }
  .home-page .a-panel__close {
    display: none;
  }
  .home-page .burger {
    visibility: hidden;
    opacity: 0;
  }
}
@media screen and (min-width: 1440px) {
  .container--header {
    padding-right: calc(var(--gutter) + 5px);
    padding-left: calc(var(--gutter) + 5px);
    max-width: 100%;
  }
  .products__items--row .item__list {
    padding-left: 30px;
    margin-left: 60px;
  }
}
@media screen and (max-width: 1439px) {
  .products__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  .products__grid {
    gap: 25px;
    grid-template-columns: 230px 1fr;
  }
}
@media screen and (max-width: 1199px) {
	.slider__info h1, .slider__info .h1 {
		    margin-bottom: 15px;
    font-size: 24px;
    line-height: 32px;
	}
	
	.slider__info p img {
		max-height: 30px;
    width: auto;
	}
	
	.slider__info {
		width: 50%;
	}
	
	
	
  .models-items__wrap .slider-arrow {
    top: auto;
    bottom: -19px;
  }
  .models-items__wrap .swiper-button-prev {
    left: 0;
  }
  .models-items__wrap .swiper-button-next {
    right: 0;
  }
  .page-header__btns {
    gap: 10px;
  }
  .slider__img {
    margin-right: 0;
  }
  .build__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .build-item {
    padding-bottom: 25px;
  }
  .models-line {
    padding-bottom: 0;
    border: none;
  }
  .products__btns {
    visibility: hidden;
    opacity: 0;
  }
  .p-brands__grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .card__row {
    display: block;
  }
  .card__sliders, .card__info {
    margin-left: auto;
    margin-right: auto;
  }
  .card__info {
    margin-top: 30px;
    max-width: 620px;
  }
  .p-cart__table-top {
    display: none;
  }
  .p-cart__result {
    margin-top: 0;
  }
  .p-cart__table {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .p-cart-item {
    flex-wrap: wrap;
    padding: 30px 20px;
  }
  .p-cart-item:not(:last-child) {
    margin-bottom: 0;
  }
  .p-cart-item__left {
    order: 1;
  }
  .p-cart-item__price {
    order: 2;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    text-align: left;
    margin-bottom: 20px;
  }
  .p-cart-item__price span {
    display: block;
    max-width: 155px;
    width: 100%;
  }
  .p-cart-item__count {
    order: 3;
    margin-left: auto;
    padding-right: 20px;
  }
  .p-cart-item__count .counter {
    width: 120px;
    margin-left: auto;
  }
  .p-cart-item__delete {
    order: 4;
  }
  .p-cart-item__info {
    width: auto;
  }
  .p-cart-item__img {
    width: 95px;
    flex-shrink: 0;
  }
  .order__wrap {
    padding: 30px;
  }
  .order__grid {
    grid-template-columns: 1fr 300px;
  }
  .order__group:not(:last-child) {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .order__group-grid .input-label,
.order__group-grid .custom-select {
    grid-column: 2 span;
  }
  .s-news__row {
    grid-template-columns: 350px 1fr;
    gap: 50px;
  }
  .contacts__info h2 span {
    display: inline;
  }
  .cabinet__panel {
    grid-column: span 4;
  }
  .cabinet__orders {
    grid-column: span 8;
    background-color: transparent;
  }
  .cabinet__orders-title {
    padding: 0;
    margin-bottom: 43px;
    border: 0;
  }
  .cabinet__table {
    padding: 0;
  }
  .cabinet__table-head {
    display: none;
  }
  .cabinet__table-body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .cabinet__table-tr {
    display: grid;
    grid-template-columns: 100%;
    gap: 15px;
    background-color: var(--grey);
    border-radius: var(--radius);
    padding: 25px !important;
  }
  .cabinet__table-tr:not(:last-child) {
    margin-bottom: 0;
    border: 0;
    padding-bottom: 0;
  }
  .cabinet__table-td {
    display: flex;
    align-items: center;
  }
  .cabinet__table-td::before {
    content: attr(data-text);
    line-height: 19px;
    color: var(--grey-text);
    margin-right: 5px;
  }
  .cabinet__table-td:not(:first-child) {
    text-align: left;
  }
  .cabinet__table-td .status,
.cabinet__table-td a {
    margin: 0;
  }
  .cabinet__table-td a {
    border-radius: 100px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    
    text-decoration: none;
    width: 100%;
    background-color: var(--black);
    margin-top: 15px;
    transition: var(--transition);
  }
  .cabinet__table-td a:hover, .cabinet__table-td a:focus {
    color: #fff;
    background-color: var(--grey-bg);
  }
  .cabinet__form {
    grid-template-columns: 100%;
    padding: 0;
  }
  .cabinet__form .input {
    background-color: var(--grey);
  }
  .cabinet__top {
    border-radius: var(--radius);
    background-color: var(--grey);
  }
  .cabinet__mid {
    border-bottom: 0;
    padding: 25px;
  }
  .cabinet__order-back {
    left: 25px;
  }
  .cabinet__order-back span {
    display: none;
  }
  .cabinet__order-back svg {
    width: 10px;
  }
  .cabinet__order-back svg path {
    stroke: #fff;
  }
  .cabinet__order-bot {
    padding: 0;
    margin-top: 80px;
  }
  .cabinet .cabinet-config .cabinet__top {
    background-color: transparent;
  }
  .cabinet .cabinet-config .cabinet__order-bot {
    margin-top: 50px;
  }
  .status-popup {
    position: relative;
  }
  .status-popup__close {
    top: 15px;
    transform: none;
    right: 15px;
  }
  .status-popup__row {
    position: static;
  }
}
.mobile_vis {
	display:none;
}
@media screen and (max-width: 991px) {
  .a-panel {
    width: 375px;
  }
  .mobile_vis {
	display:block;
}
.no_mobile_vis {
	display:none;
}
  .a-panel__scroll {
    display: block;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #373739 var(--grey);
    height: 100%;
    padding-bottom: 50px;
  }
  .a-panel__wrap {
    padding: 15px 0;
  }
  .a-panel__wrap strong {
    font-size: 22px;
    line-height: normal;
    margin-bottom: 20px;
    padding-left: 0px;
}
.a-panel__wrap ul + strong {
    margin-top: 35px;
}
.a-panel__wrap a {
    padding: 10px 0px;
}
  .a-panel__mobile {
    display: block;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #373739 var(--grey);
    height: 100%;
    padding-bottom: 50px;
  }
  .a-panel__mobile::-webkit-scrollbar {
    -webkit-appearance: none;
  }
  .a-panel__mobile::-webkit-scrollbar:vertical {
    width: 4px;
  }
  .a-panel__mobile::-webkit-scrollbar-thumb {
    background-color: #373739;
    border-radius: 50px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .a-panel__mobile::-webkit-scrollbar-thumb:hover {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .a-panel__mobile::-webkit-scrollbar-track {
    background-color: var(--grey);
  }
  .a-panel__mobile ul a {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    
    text-decoration: none;
    color: #fff;
    padding: 25px;
    display: block;
    border-bottom: 1px solid var(--grey-bg);
    transition: var(--transition);
  }
  .a-panel__mobile ul a:hover, .a-panel__mobile ul a:focus {
    background-color: var(--grey-bg);
  }
  .a-panel__news {
    padding: 50px 25px;
    text-align: center;
    border-bottom: 1px solid var(--grey-bg);
  }
  .a-panel__news strong {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    
    display: block;
    margin-bottom: 16px;
  }
  .a-panel__news label {
    margin-bottom: 20px;
  }
  .a-panel__social {
    display: grid;
    grid-template-columns: repeat(3, 50px);
    gap: 20px;
    justify-content: center;
    margin-top: 50px;
  }
  .a-panel__social a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--black);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-header {
    padding-top: 12.5px;
    padding-bottom: 12.5px;
  }
  .page-header .logo {
    margin-top: 1px;
  }
  .page-header .navigation {
    display: none;
  }
  .page-header .search__result {
    top: 60px;
  }
  .page-footer {
    padding-top: 50px;
  }
  .page-footer__row {
    flex-direction: column;
  }
  .page-footer__col:nth-child(1) {
    text-align: center;
  }
  .page-footer__col:nth-child(6) {
    order: -1;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid var(--grey);
  }
  .page-footer__col:nth-child(2), .page-footer__col:nth-child(3), .page-footer__col:nth-child(4), .page-footer__col:nth-child(5) {
    display: none;
  }
  .page-footer .subscribe {
    max-width: 325px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-footer .subscribe strong {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
  }
  .page-footer .subscribe .input,
.page-footer .subscribe .btn {
    height: 50px;
  }
  .page-footer__socials {
    justify-content: center;
  }
  .page-footer__socials a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--grey);
    border-radius: 50%;
  }
  .page-footer__socials a:hover {
    background-color: var(--grey-bg);
  }
  .page-footer__socials a:focus {
    background-color: var(--dark-grey-text);
  }
  .page-footer__bottom {
    margin-top: 34px;
    border: none;
    padding: 0;
  }
  .page-footer .copyright {
    display: block;
    text-align: center;
  }
  .page-footer .copyright p {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
  }
  .page-footer .copyright span {
    margin-top: 30px;
    margin-bottom: 30px;
    display: block;
  }
  .slider__slide {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .slider__img {
    margin-bottom: 75px;
  }
  .slider__img::after {
    content: unset;
  }
  
  .slider__info .btn {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 325px;
  }
  .slider__smoke {
    bottom: -40%;
  }
  .op--row .op__grid {
    grid-template-columns: 100%;
  }
  .monoblock .slider__row {
    flex-direction: column;
  }
  .monoblock .slider__img {
    margin-top: 55px;
    margin-bottom: 0;
  }
  .monoblock .slider__smoke {
    left: 50%;
    transform: translateX(-50%);
    right: auto;
  }
  .monoblock .slider__info .btn {
    width: auto;
    max-width: 220px;
  }
  .catalog__grid {
    grid-template-columns: 100%;
  }
  .catalog-item {
    padding-bottom: 30px;
    min-height: 430px;
  }
  .catalog-item__img {
    margin-top: 40px;
  }
  .menu__bot {
    padding-top: 18px;
    padding-bottom: 15px;
  }
  .menu {
    margin-bottom: 50px;
  }
  .products__reset {
    display: none;
  }
  .products__grid {
    display: block;
  }
  .products__row {
    justify-content: center;
  }
  .products__btns {
    display: none;
  }
  .filter__wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--grey);
    z-index: 20;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #373739 var(--grey);
    border: none;
    padding: 35px 25px 140px;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s ease;
    border-radius: 0;
  }
  .filter__wrap::-webkit-scrollbar {
    -webkit-appearance: none;
  }
  .filter__wrap::-webkit-scrollbar:vertical {
    width: 4px;
  }
  .filter__wrap::-webkit-scrollbar-thumb {
    background-color: #373739;
    border-radius: 50px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .filter__wrap::-webkit-scrollbar-thumb:hover {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .filter__wrap::-webkit-scrollbar-track {
    background-color: var(--grey);
  }
  .filter__wrap.active {
    visibility: visible;
    opacity: 1;
  }
  .filter__btn {
    display: grid;
    margin-bottom: 40px;
    max-width: 325px;
    margin-left: auto;
    margin-right: auto;
  }
  .filter__group {
    border-bottom: 1px solid var(--grey-bg);
    padding-left: 0;
    padding-right: 0;
  }
  .filter__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--grey-bg);
  }
  .filter__top h3 {
    margin-bottom: 0;
  }
  .filter__bot {
    box-shadow: var(--box-shadow);
    padding: 25px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 11;
    background-color: var(--black);
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
  .catalog-items__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
  .pc-select__row {
    display: block;
  }
  .pc-select__row h2 {
    text-align: center;
    margin-bottom: 40px;
  }
  .pc-select__row h2 br {
    display: none;
  }
  .pc-select__grid {
    gap: 15px;
  }
  .order__grid {
    grid-template-columns: 100%;
  }
  .order__result {
    grid-row: 1/2;
    position: static;
  }
  .about__row {
    flex-direction: column-reverse;
  }
  .about__img {
    padding-bottom: 40px;
    border-bottom: 1px solid var(--grey-bg);
  }
  .about__img img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
  }
  .about__wrap {
    padding: 50px;
  }
  .about__info {
    max-width: 100%;
  }
  .p-news__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .s-news__row {
    grid-template-columns: 100%;
    gap: 35px;
  }
  .s-news__left {
    position: static;
  }
  .s-news__img {
    width: 100%;
    max-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .contacts__title {
    padding-bottom: 34px;
    margin-bottom: 38px;
  }
  .contacts__item {
    display: block;
  }
  .contacts__map {
    margin-top: 30px;
  }
  .contacts__map img {
    width: 100%;
    max-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .contacts__info h2 {
    margin-bottom: 30px;
  }
  .contacts__form-grid {
    grid-template-columns: 100%;
  }
  .contacts__form-grid .input-label:last-of-type {
    grid-column: auto;
  }
  .p-404__grid {
    gap: 30px;
  }
  .cabinet__table-body {
    grid-template-columns: 100%;
  }
  .cabinet__panel {
    grid-column: span 5;
  }
  .cabinet__orders {
    grid-column: span 7;
  }
  .cabinet__order-top {
    border-bottom: 0;
  }
  .cabinet__mid {
    padding-top: 0;
  }
  .cabinet__mid-grid > div:not(:nth-child(1), :nth-child(2)) {
    grid-column: 2 span;
  }
  .cabinet__mid-grid > div:nth-child(even) {
    margin-bottom: 15px;
  }
  .cabinet .order-table__row {
    display: block;
  }
  .cabinet .order-table__row > div:nth-child(2), .cabinet .order-table__row > div:nth-child(3) {
    text-align: left;
    width: calc(100% - 80px - 20px);
    margin-left: auto;
  }
  .cabinet .order-table__row > div:nth-child(2) {
    display: none;
  }
  .cabinet .order-table__row .p-cart-item__info {
    margin-bottom: 10px;
  }
  .cabinet .order-table__row .p-cart-item__info strong {
    display: block;
  }
  .cabinet .order-table__row span,
.cabinet .order-table__row b {
    font-size: 14px;
    line-height: 17px;
  }
  .cabinet .order-table__row a {
    margin-top: -5px;
  }
  .cabinet .order-table__top {
    display: none;
  }
  .cabinet .order-table__result {
    display: block;
    text-align: center;
  }
  .cabinet .order-table__result .btn {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .cabinet .order-table__result p {
    margin-right: 0;
    text-align: center;
    margin-bottom: 30px;
  }
  .cabinet__order-bot h3 {
    text-align: center;
  }
  .cabinet .config-item {
    border-bottom: 0 !important;
    background-color: var(--grey);
    border-radius: var(--radius);
    padding: 25px;
  }
  .cabinet .config-item:last-of-type {
    margin-bottom: 0;
  }
  .cabinet .cabinet-config .cabinet__order-bot {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
	.opSlider.op__slider {
		height: auto;
	}
	.opSlider.swiper-grid-column>.swiper-wrapper {
		margin-left: 0;
        flex-direction: unset;
    flex-wrap: wrap;
    justify-content: space-evenly;
	}
	
	.opSlider.op__slider .swiper-slide {
		width: 33%!important;
		height: auto;
		
        padding-right: 10px;
		padding-bottom: 10px;
	}


	.slider__info h1, .slider__info .h1 {
		    margin-bottom: 15px;
            font-size: 18px;
        line-height: 24px;
	}
	
	.slider__info p img {
		max-height: 30px;
    width: auto;
	}
	
	.slider__info {
		width: 50%;
	}




  h1, .h1 {
    font-size: 30px;
    line-height: 36px;
  }
  h2, .h2 {
    font-size: 21px;
    line-height: 30px;
  }
  h3, .h3 {
    font-size: 16px;
    line-height: 19px;
  }
  .top-row {
    justify-content: space-between;
  }
  .top-row a {
    line-height: 24px;
  }
  .top-row__arrows {
    display: none;
  }
  .mob-none {
    display: none;
  }
  .btn-circle--mob {
    width: auto;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    background-color: transparent;
  }
  .btn-circle--mob:focus {
    background-color: transparent;
  }
  .btn-circle--mob path[fill] {
    fill: #fff;
  }
  .btn-circle--mob path[stroke] {
    stroke: #fff;
  }
  .btn-circle--mob .btn-circle__count {
    width: 16px;
    height: 16px;
    font-size: 10px;
    line-height: 12px;
    top: -6px;
    right: -10px;
    background-color: var(--grey);
    border: none;
  }
  .btn--cart svg {
    margin-left: 15px;
  }
  .btn--cart span {
    padding-right: 15px;
  }
  .img-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    --swiper-pagination-bullet-horizontal-gap: 2.5px;
  }
  .drag__info span {
    font-size: 14px;
  }
  .radio b {
    font-size: 14px;
    line-height: 17px;
    margin-left: 10px;
    font-weight: 400;
  }
  .overlay--panel {
    display: none;
  }
  .a-panel {
    width: 100%;
    margin-top: 71px;
    padding-bottom: 71px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #373739 var(--grey);
  }
  .a-panel::-webkit-scrollbar {
    -webkit-appearance: none;
  }
  .a-panel::-webkit-scrollbar:vertical {
    width: 4px;
  }
  .a-panel::-webkit-scrollbar-thumb {
    background-color: #373739;
    border-radius: 50px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .a-panel::-webkit-scrollbar-thumb:hover {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .a-panel::-webkit-scrollbar-track {
    background-color: var(--grey);
  }
  .a-panel .container {
    display: block;
  }
  .a-panel__close {
    display: none;
  }
  .a-panel__mobile {
    border-top: 1px solid var(--grey-bg);
    overflow: unset;
  }
  .a-panel__news {
    padding-left: 0;
    padding-right: 0;
  }
  .modal br {
    display: none;
  }
  .modal__options {
    padding: 25px;
  }
  .modal__top-config h2 {
    max-width: 200px;
  }
  .page-header {
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .page-header__btns {
    grid-template-columns: repeat(3, 20px);
    gap: 25px;
  }
  .page-header__search {
    position: fixed;
    align-items: flex-start;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #373739 var(--grey);
  }
  .page-header__search::-webkit-scrollbar {
    -webkit-appearance: none;
  }
  .page-header__search::-webkit-scrollbar:vertical {
    width: 4px;
  }
  .page-header__search::-webkit-scrollbar-thumb {
    background-color: #373739;
    border-radius: 50px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .page-header__search::-webkit-scrollbar-thumb:hover {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .page-header__search::-webkit-scrollbar-track {
    background-color: var(--grey);
  }
  .page-header .search-top {
    display: flex;
    align-items: center;
    height: 71px;
    border-bottom: 1px solid var(--grey-bg);
  }
  .page-header .search-top .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .page-header .search-top__close {
    margin-left: auto;
    cursor: pointer;
  }
  .page-header .search {
    margin-top: 19px;
  }
  .page-header .search__label svg {
    width: 16px;
    left: 20px;
  }
  .page-header .search__scroll {
    padding: 0;
    max-height: 100%;
  }
  .page-header .search input {
    padding: 0 50px;
    font-size: 16px;
    line-height: 19px;
  }
  .page-header .search__close {
    display: none;
  }
  .page-header .search__result {
    margin-top: 9px;
    border-top: 1px solid var(--grey-bg);
    padding: 0;
    min-height: unset;
  }
  .page-header .search__result li:not(:last-child) {
    border-bottom: 1px solid var(--grey-bg);
  }
  .page-header .search__result a {
    padding: 20px 25px;
    border-radius: 0;
    font-size: 18px;
    line-height: 21px;
  }
  .slider__slide {
    padding: 50px 25px;
  }
  .slider__info br {
    display: none;
  }
  .slider__smoke {
    bottom: auto;
    right: auto;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .slider__btns {
    bottom: 37.5%;
  }
  .op__slider {
    height: 690px;
  }
  .op__slider .swiper-slide {
    height: calc((100% - 30px) / 3);
  }
  .op-item {
    padding: 20px 19px;
  }
  .op-item__img {
    height: 110px;
    margin-bottom: 26px;
  }
  .op-item__img img {
    -o-object-fit: contain;
       object-fit: contain;
    height: 100%;
  }
  .op-item__info strong {
    font-size: 14px;
    line-height: 17px;
  }
  .op-item__info p {
    font-size: 14px;
    line-height: 17px;
  }
  .op__top {
    justify-content: center;
  }
  .op--row .op__grid {
    gap: 25px;
  }
  .op--row .op-item {
    display: flex;
    align-items: center;
    padding: 20px 36px 20px 20px;
    justify-content: center;
  }
  .op--row .op-item__img {
    margin-bottom: 0;
    width: 120px;
    justify-content: center;
  }
  .op--row .op-item__info {
    text-align: left;
    margin-left: 30px;
  }
  .op--row .op-item__info strong {
    font-size: 16px;
    line-height: 19px;
  }
  .build h2 {
    text-align: center;
  }
  .build__grid {
    gap: 15px;
  }
  .build__slider {
    max-width: 95px;
  }
  .build__slider .img-pagination {
    bottom: -45px;
  }
  .build-item__img {
    min-height: 215px;
    padding: 25px 25px 60px;
  }
  .build-item__img img {
    max-height: 130px;
  }
  .build-item__info {
    padding-top: 22px;
  }
  .build-item__info strong {
    font-size: 16px;
    line-height: 24px;
  }
  .build-item__info span {
    font-size: 16px;
    line-height: 19px;
  }
  .build-item__info p {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 23px;
  }
  .monoblock .container {
    padding: 0;
  }
  .monoblock .slider__smoke {
    bottom: 0;
    top: auto;
    max-width: unset;
    width: 619px;
  }
  .catalog h2 {
    text-align: center;
  }
  .brands {
    overflow: hidden;
  }
  .brands__slider {
    height: 345px;
    overflow: unset;
  }
  .brands__slider .swiper-slide {
    max-width: 150px;
    height: calc((100% - 3px) / 3);
  }
  .brands__slider .swiper-slide img {
    transform: scale(0.75);
  }
  .brands__slider .swiper-wrapper {
    border: 1px solid var(--grey-bg);
    background-color: var(--grey-bg);
    border-radius: 10px;
    overflow: hidden;
  }
  .news {
    overflow: hidden;
  }
  .news__slider {
    overflow: unset;
  }
  .news__slider .swiper-slide {
    max-width: 255px;
  }
  .news-item {
    padding: 25px 20px;
  }
  .news-item strong {
    font-size: 16px;
    line-height: 21px;
  }
  .menu ul {
    padding-right: 25px;
  }
  .menu__slider {
    overflow: unset;
    margin-left: -25px;
  }
  .menu__arrow {
    display: none;
  }
  .item__info {
    padding: 25px;
  }
  .item__img {
    height: 215px;
  }
  .item__img img {
    height: 170px;
  }
  .item__slider {
    margin-bottom: 20px;
  }
  
  .mainSlider {
	  
    transform: scale(1.5);
  }
  .mainSlider .absolute-info {
	 transform: scale(0.75); 
  }
  
  main  {
	 overflow: hidden; 
  }
  
  
  .item__slider .img-pagination {
    flex-direction: row;
    top: auto;
    bottom: 10px;
    right: auto;
    margin-left: auto;
    margin-right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .item__slider .img-pagination .swiper-pagination-bullet:not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .products__items {
    grid-template-columns: 100%;
  }
  .products__btn {
    margin-top: 50px;
  }
  .catalog-items__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 185px;
  }
  .catalog-items__grid .catalog-el {
    padding: 20px 15px;
  }
  .catalog-items__grid .catalog-el .op-item__img {
    margin-bottom: 18px;
    height: 110px;
  }
  .p-brands h1 {
    margin-bottom: 33px;
  }
  .p-brands__line {
    position: relative;
    z-index: 1;
  }
  .p-brands__line::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 25px;
    right: 25px;
    border-bottom: 1px solid var(--grey-bg);
    bottom: 0;
    z-index: -1;
  }
  .p-brands__grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 115px;
    grid-auto-rows: 115px;
  }
  .p-brands .p-brand {
    padding: 30 20px;
  }
  .p-brands .p-brand span {
    display: none;
  }
  .pc-select__grid--game {
    grid-template-columns: repeat(2, 1fr);
  }
  .pc-select__grid--price {
    grid-template-columns: repeat(2, 1fr);
  }
  .pc-select__grid--soft {
    grid-template-columns: 100%;
  }
  .pc-select__row {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .pc-select__row h2 {
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 21px;
    line-height: 25px;
  }
  .pc-select .pcs-item--game {
    min-height: 130px;
  }
  .pc-select .pcs-item--price {
    min-height: 60px;
  }
  .pc-select .pcs-item--price .pcs-item__wrap {
    padding-left: 20px;
    padding-right: 20px;
    align-items: center;
    padding-bottom: 0;
  }
  .pc-select .pcs-item--price .pcs-item__wrap strong {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    padding-bottom: 10px;
  }
  .pc-select .pcs-item .checkbox__item {
    display: none;
  }
  .pc-select .pcs-item__wrap {
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 10px;
  }
  .pc-select .pcs-item__wrap svg, .pc-select .pcs-item__wrap img {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .pc-select .pcs-item__wrap svg {
    max-width: 100%;
    height: auto;
    height: 35px;
  }
  .pc-select .pcs-item__wrap strong {
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    margin-top: auto;
    padding-top: 10px;
  }
  .pc-select .pcs-item--big {
    min-height: 110px;
  }
  .pc-select .pcs-item--small {
    min-height: 60px;
  }
  .pc-select .pcs-item--small .pcs-item__wrap {
    padding-bottom: 12px;
    padding-top: 12px;
    justify-content: center;
  }
  .pc-select .pcs-item--small .pcs-item__wrap strong {
    margin: 0;
    padding-bottom: 0;
  }
  .pc-select .pcs-item--soft .pcs-item__wrap strong {
    padding-bottom: 10px;
  }
  .card-items {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .card-items .top-row {
    justify-content: center;
  }
  .card-items h2 {
    text-align: center;
  }
  .card__top {
    padding-bottom: 50px;
  }
  .card__sliders, .card__info {
    max-width: 100%;
  }
  .card__content {
    padding-top: 40px;
  }
  .card__options h2 {
    margin-bottom: 35px;
  }
  .card__options-item h3 {
    margin-bottom: 17px;
  }
  .card__options-item b {
    min-width: 144px;
    margin-right: 25px;
  }
  .card__options-item:not(:last-child) {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .card__reviews-top {
    display: block;
    padding-bottom: 20px;
  }
  .card__reviews-top h2 {
    margin-bottom: 25px;
  }
  .card__reviews-btns button {
    position: relative;
  }
  .card__reviews-btns button:not(:last-child) {
    margin-right: 30px;
  }
  .card__reviews-btns button::after {
    content: "";
    position: absolute;
    bottom: -22px;
    width: 100%;
    left: 0;
    right: 0;
    height: 2px;
    background-color: var(--blue);
    visibility: hidden;
    opacity: 0;
  }
  .card__reviews-btns button.active::after {
    visibility: visible;
    opacity: 1;
  }
  .card__reviews-grid {
    display: block;
  }
  .card .send-review {
    margin-top: 30px;
  }
  .card .review:not(:last-child) .review__info {
    margin-bottom: 20px;
    padding-bottom: 24px;
  }
  .p-cart__grid {
    display: block;
  }
  .p-cart__table {
    grid-template-columns: 100%;
    gap: 25px;
    margin-bottom: 40px;
  }
  .p-cart-item__price span {
    max-width: 168px;
  }
  .p-cart-item__count {
    padding-right: 30px;
  }
  .p-cart__result-bot {
    position: fixed;
    bottom: 60px;
    left: 0;
    right: 0;
    z-index: 5;
    background-color: #f5f5f5;
    box-shadow: var(--box-shadow);
    padding: 15px 35px;
    transition: var(--transition);
  }
  .p-cart__result-bot.remove {
    transform: translateY(100%);
  }
  .p-cart__result-bot strong {
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 14px;
  }
  .p-cart__result-btns {
    grid-template-columns: repeat(1, 1fr);
    padding: 0;
  }
  .bx-pag-prev, .bx-pag-next {
	  position: relative;
  }
  .bx-pag-prev span, .bx-pag-next span {
	    font-size: 0!important;
		gap: 0!important;
		width: 40px!important;
		padding: 0!important;
  }
  .bx-pag-prev:after {
		content: "";
		display: inline-block;
		width: 10px;
		height: 10px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%) rotate(-135deg);
		border-right: 3px solid;
		border-top: 3px solid;
		left: 19px;
		border-color: #fff;
  }
  .bx-pag-next:after {
	    content: "";
		display: inline-block;
		width: 10px;
		height: 10px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%) rotate(45deg);
		border-right: 3px solid;
		border-top: 3px solid;
		left: 16px;
		border-color: #fff;
  }
  .p-cart__result-btns button {
    padding-left: 5px;
    padding-right: 5px;
  }
  .p-cart__result-price {
    padding-bottom: 30px;
  }
  .order__wrap {
    padding: 25px;
  }
  .order-pickup {
    flex-wrap: wrap;
  }
  .order-pickup__img {
    display: none;
  }
  .order-pickup__date {
    margin-left: 0;
    padding-left: 35px;
    margin-top: 5px;
  }
  .about__wrap {
    padding: 0;
    background-color: transparent;
  }
  .p-news__grid {
    grid-template-columns: 100%;
  }
  .contacts__social {
    grid-template-columns: 100%;
    gap: 20px;
  }
  .p-404 {
    padding-top: 20px;
  }
  .p-404__grid {
    grid-template-columns: 100%;
    gap: 25px;
  }
  .p-404__img {
    max-width: 325px;
    height: auto;
  }
  .p-404__text h1 {
    margin-bottom: 5px;
  }
  .cabinet__grid {
    grid-template-columns: 100%;
    gap: 40px;
  }
  .cabinet__panel {
    grid-column: auto;
    position: static;
  }
  .cabinet__orders {
    grid-column: auto;
  }
  .cabinet__order-bot h3 {
    font-size: 21px;
    line-height: 25px;
  }
  .cabinet .status {
    margin-bottom: 3px;
  }
  .status-popup__row {
    flex-wrap: wrap;
  }
  .status-popup__row > svg {
    margin-bottom: 10px;
  }
  
  .search-form-grid {
	width: 90%;
        position: absolute;
        right: 0;
        bottom: -70px;
  }
  .page-header {
	  padding-bottom: 60px;
  }
  
  .btn-circle--mob {
	  width: 50px;
        height: 50px;
  }
  
  .page-header__btns {
		grid-template-columns: repeat(2, 50px);
    	gap: 15px;
	}	
	.btn-circle--mob path[fill] {
		fill: #000;
	}
	.btn-circle--mob path[stroke] {
		stroke: #000;
	}
	.a-panel {
		margin-top: 0;
	}
	.a-panel__close {
		display: block;
		right: 30px;
	}
	.top-header {
		padding: 0 50px 20px;
		line-height: 20px;
	}
	
  
  .hp-search {
	  width: 55px;
	  height: 50px;
  }
  .hp-search path[stroke] {
	  stroke: #000;
  }
	.slider__info {
        margin-left: 0;
        margin-right: auto;
    }
	.slider__info p { display: none; }
}
@media screen and (max-width: 575px) {
	
	.mainSlider {
		
        transform: scale(1.3);
		        height: 170px;
	}
	.slider__info {
        width: 70%;
	}
	.mainSlider .slider__slide img {
		width: auto;
		height: 100%;
	}
	
	.opSlider.op__slider .swiper-slide {
		width: 50%!important;
		height: auto;
		
        padding-right: 10px;
		padding-bottom: 10px;
	}
	
	
	
	
	
	.build__grid.select {
	  grid-template-columns: repeat(1, 1fr);
	}
  .modal--delete .modal__btns {
    margin-top: 50px;
  }
  .modal {
    background-color: var(--grey);
  }
  .modal__grid {
    gap: 30px;
  }
  .modal__content {
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding: 25px;
    height: 100%;
    max-width: 100%;
  }
  .modal__content h2 {
    text-align: left;
    min-height: 45px;
    display: flex;
    align-items: center;
    margin-bottom: 48px;
  }
  .modal__close {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: var(--black);
  }
  .modal--review .modal__top {
    padding: 25px;
    margin-bottom: 0;
  }
  .modal--review .stars {
    text-align: left;
  }
  .modal--review .stars__wrap {
    justify-content: flex-end;
  }
  .modal--review .stars__title {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 21px;
  }
  .modal--review .modal__bot {
    padding: 42px 25px;
  }
  .modal--review .modal-r__grid {
    gap: 20px;
  }
  .modal--delete h3 {
    text-align: left;
    min-height: 45px;
    display: flex;
    align-items: center;
  }
  .modal--delete .btn {
    padding: 0 15px;
  }
  .modal__btns {
    display: block;
  }
  .modal__btns button {
    margin-top: 50px;
    max-width: 100%;
  }
  .page-header .search-top,
.page-header .search__wrap {
    padding: 0 25px;
  }
  .page-header__search .container {
    padding: 0;
  }
  .page-footer .copyright span {
    padding: 22px 0;
    background-color: var(--black);
    display: block;
    margin: 0 -25px;
    margin-top: 47px;
  }
  .slider {
    padding-top: 0;
  }
  .slider .container {
    padding: 0;
  }
  .slider__info {
    max-width: 325px;
    margin-left: auto;
    margin-right: auto;
  }
  .slider__slide {
    border-radius: 0;
    overflow: unset;
  }
  .slider__img {
    min-height: 230px;
  }
  .slider__img img {
    max-height: 230px;
  }
  .slider__btns {
    bottom: 48%;
  }
  .slider__btns .slider-arrow {
    display: none;
  }
  .p-brands__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .card__thumbs {
    display: none;
  }
  .card__main {
    padding-bottom: 35px;
    margin-bottom: 30px;
  }
  .card__main .img-pagination {
    display: block;
    bottom: 0;
  }
  .card__main .img-pagination .swiper-pagination-bullet {
    --swiper-pagination-bullet-horizontal-gap: 5px;
  }
  .card__info-top span {
    display: none;
  }
  .card__info-top h1 {
    text-align: center;
    margin-bottom: 15px;
  }
  .card__info-top strong {
    text-align: center;
  }
  .card__info-top p {
    display: none;
  }
  .card__info-mid {
    display: grid;
    grid-template-columns: 150px 125px;
    justify-content: space-between;
  }
  .card__info-mid .counter {
    width: 100%;
  }
  .card__choose {
    margin-left: 0;
  }
  .card__btns {
    position: fixed;
    gap: 15px;
    bottom: 60px;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: var(--grey);
    padding: 25px;
    box-shadow: var(--box-shadow);
    transition: var(--transition);
  }
  .card__btns.remove {
    transform: translateY(120%);
  }
  .card__btns button {
    padding-left: 15px;
    padding-right: 15px;
  }
  .card__btn span {
    display: none;
  }
  .card__btn::after {
    content: attr(data-text-mob);
  }
  .contacts {
    padding-bottom: 0;
  }
  .contacts__form {
    border-radius: 0;
    padding: 50px 25px;
    margin: 0 -25px;
    margin-top: 80px;
  }
  .contacts__form h2 {
    margin-bottom: 35px;
  }
  .contacts__form-grid {
    gap: 20px;
  }
  .auth .modal__content {
    border-radius: var(--radius);
  }
  .auth .modal__content h2 {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    justify-content: center;
  }
  .auth a {
    top: 39px;
  }
  .auth .modal__grid {
    gap: 20px;
  }
  .auth .auth__request {
    font-size: 14px;
    line-height: 17px;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
  }
  
  
  
  
  .slider__info {
	   margin-left: 0;
        margin-right: auto;
  }
  .slider__info h1, .slider__info .h1 {
	          font-size: 18px;
        line-height: 24px;
		
        text-align: left;
  }
  .news-item img {
	  min-height: auto;
  }
  
  
  
  
}
@media (hover: hover) and (pointer: fine) {
  .btn--cart {
    width: 50px;
  }
  .btn--cart svg {
    margin-left: 14px;
  }
  .btn--cart:hover, .btn--cart:focus {
    width: 150px;
    gap: 10px;
  }
  .btn--cart:hover svg, .btn--cart:focus svg {
    margin-left: 20px;
  }
  .btn--cart:hover span, .btn--cart:focus span {
    visibility: visible;
    opacity: 1;
  }
  .menu__scroll {
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #e1140a #fff;
  }
  .menu__scroll::-webkit-scrollbar {
    -webkit-appearance: none;
  }
  .menu__scroll::-webkit-scrollbar:vertical {
    width: 4px;
  }
  .menu__scroll::-webkit-scrollbar-thumb {
    background-color: #373739;
    border-radius: 50px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .menu__scroll::-webkit-scrollbar-thumb:hover {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .menu__scroll::-webkit-scrollbar-track {
    background-color: var(--grey);
  }
  .p-brands__scroll {
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #373739 var(--grey);
  }
  .p-brands__scroll::-webkit-scrollbar {
    -webkit-appearance: none;
  }
  .p-brands__scroll::-webkit-scrollbar:vertical {
    width: 4px;
  }
  .p-brands__scroll::-webkit-scrollbar-thumb {
    background-color: #373739;
    border-radius: 50px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .p-brands__scroll::-webkit-scrollbar-thumb:hover {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .p-brands__scroll::-webkit-scrollbar-track {
    background-color: var(--grey);
  }
}
.btn--cart.active {
    width: 120px;
    gap: 0;
    text-align: center;
    justify-content: center;
}
.btn--cart.active > span {
    padding-right: 0;
}

.cabinet-config .alert {
    padding: 20px;
    font-size: 18px;
    text-align: center;
}
.link_modal {
    margin-bottom: 30px;
    margin-top: -20px;	
}
.link_modal label {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;	
}
.but_config {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
	gap: 20px;
}
.link_modal input {
    width: 100%;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;	
}
.sort_search {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 30px;	
	justify-content: center;
}
.sort_search a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;	
	transition: all .2s ease;
}
.sort_search a.active, .sort_search a:hover {
	color: #e1140a;	
}
.sort_search a.active svg, .sort_search a:hover svg {
	stroke: #e1140a;	
}
.sort_search a svg {
    stroke: #fff;
	transition: all .2s ease;	
}
.sort_search a.up svg {
    transform: scale(-1, -1);	
}
#add_card_button_data_text.active_detail {
    width: auto;
    gap: 0;
    text-align: center;
    justify-content: center;
}
#add_card_button_data_text.active_detail > span {
    padding-right: 0;
}
@media (hover: none) and (pointer: coarse) {
  .menu__scroll {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .menu__scroll::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .p-brands__scroll {
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .p-brands__scroll::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
}