@font-face {
  font-family: cr2019bld;
  src: url(../fonts/2019_BPG_SSP_Crystal_Bold.ttf);
}

@font-face {
  font-family: cr2019;
  src: url(../fonts/2019_BPG_SSP_Crystal.ttf);
}

@font-face {
  font-family: crreg;
  src: url(../fonts/BPG_SSP_Crystal_20.ttf);
}

@font-face {
  font-family: crbldcaps;
  src: url(../fonts/BPG_SSP_Crystal_Bold_Caps.ttf);
}

@font-face {
  font-family: crblditalcaps;
  src: url(../fonts/BPG_SSP_Crystal_BoldItalic_Caps.ttf);
}

@font-face {
  font-family: crblditalic;
  src: url(../fonts/BPG_SSP_Crystal_BoldItalic.ttf);
}

@font-face {
  font-family: crcaps;
  src: url(../fonts/BPG_SSP_Crystal_Caps.ttf);
}

@font-face {
  font-family: crcapsitalic;
  src: url(../fonts/BPG_SSP_Crystal_Italic_Caps.ttf);
}

@font-face {
  font-family: critalic;
  src: url(../fonts/BPG_SSP_Crystal_Italic.ttf.ttf);
}

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

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

.container {
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .container {
    max-width: 1066px;
  }
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  resize: none;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  -webkit-tap-highlight-color: transparent;
}

input:before,
input:after,
textarea:before,
textarea:after {
  -webkit-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
}

input,
button,
textarea {
  background-color: transparent;
  border: none;
  outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

a,
input,
textarea {
  text-decoration: none;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}

ul li {
  list-style-position: inside;
  list-style: none;
}

div.default-ul p:not(:last-child) {
  margin-bottom: 1em;
}

div.default-ul ul li {
  list-style: initial;
  list-style-position: inside;
}

html {
  font-family: crbldcaps;
  font-size: 16px;
  line-height: 1.125rem;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  background-color: #e9e9e9;
}

body.noscroll {
  overflow-y: hidden;
}

body.selectpage {
  display: -ms-grid;
  display: grid;
  min-height: calc(100vh + 768px);
}

@media screen and (min-width: 1025px) {
  body.selectpage {
    min-height: calc(100vh + 176px);
  }
}

body.selectpage .footer {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

body.smallheader {
  padding-top: 152px;
}

body.smallheader .header {
  background-image: url(../img/autopartscover.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #20489d;
  background-blend-mode: multiply;
  background-position: top;
}

.coverimg {
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  z-index: -1;
  background-image: url(../img/autopartscover.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #20489d;
  background-blend-mode: multiply;
}

.coverimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.header {
  color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 3;
}

.header__info {
  padding: 0 30px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.18);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: crreg;
  font-size: 13px;
  line-height: 14px;
}

@media screen and (min-width: 1025px) {
  .header__info {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.header__info__hr {
  display: inline-block;
  margin: 0 16px;
  width: 1px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 100px;
}

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

.header__info__left a {
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}

.header__info__left a:hover {
  color: #ffd001;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}

.header__info__right {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 1025px) {
  .header__info__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header__info__right__authorization,
.header__info__right__registration {
  font-family: crcaps;
  margin-right: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
}

.header__info__right__authorization svg,
.header__info__right__registration svg {
  margin-right: 10px;
}

.header__info__right__authorization svg path,
.header__info__right__registration svg path {
  -webkit-transition: fill 0.2s ease-out;
  transition: fill 0.2s ease-out;
}

.header__info__right__authorization:hover,
.header__info__right__registration:hover {
  color: #ffd001;
}

.header__info__right__authorization:hover svg path,
.header__info__right__registration:hover svg path {
  fill: #ffd001;
}

.header__info__right__registration {
  -webkit-transform: translateY(2.3px);
  transform: translateY(2.3px);
}

.header__bottom {
  padding: 0 30px;
  height: 116px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.49);
}

@media screen and (min-width: 1025px) {
  .header__bottom {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.header__bottom__nav {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (min-width: 1025px) {
  .header__bottom__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header__bottom__nav .searchbar {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 375px;
  height: 48px;
  margin: 0 32px;
}

.header__bottom__nav .searchbar .searchbarMobile {
  height: 36px;
  width: 36px;
}

.header__bottom__nav .searchbar .searchbarMobile .searchbarMobile__box {
  width: 100%;
  height: 100%;
}

.header__bottom__nav__ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (auto) [4];
  grid-template-columns: repeat(4, auto);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 32px;
  font-family: crbldcaps;
  font-size: 15px;
  line-height: 25px;
}

.header__bottom__nav__ul li {
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}

.header__bottom__nav__ul li.active,
.header__bottom__nav__ul li:active {
  color: #ffd001;
}

@media screen and (min-width: 1025px) {
  .header__bottom__nav__ul li:hover {
    color: #ffd001;
  }
}

.header__bottom__shoppingcart {
  margin-left: 37px;
  display: none;
  position: relative;
}

@media screen and (min-width: 1025px) {
  .header__bottom__shoppingcart {
    display: unset;
  }
}

.header__bottom__shoppingcart > svg path {
  cursor: pointer;
}

.header__bottom__shoppingcart > svg path:nth-child(2) {
  -webkit-transition: fill 0.2s ease-outs;
  transition: fill 0.2s ease-outs;
}

.header__bottom__shoppingcart:hover > svg path:nth-child(2) {
  fill: #ffd001;
}

@media screen and (min-width: 1025px) {
  .header__bottom__shoppingcart.toggled .header__bottom__shoppingcart__popup {
    height: 375px;
    opacity: 1;
  }
}

.header__bottom__shoppingcart__popup {
  position: absolute;
  z-index: 999;
  display: none;
  right: 0;
  top: 62px;
  width: 594px;
  background-color: #fff;
  color: #000000;
  border-radius: 8px;
  overflow: hidden;
  opacity: 0;
  height: 0;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

@media screen and (min-width: 1025px) {
  .header__bottom__shoppingcart__popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header__bottom__shoppingcart__popup__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 48px 10px 24px 24px;
}

.header__bottom__shoppingcart__popup__inner h4 {
  font-family: crbldcaps;
  font-size: 15px;
  line-height: 16px;
  margin-bottom: 27px;
}

.header__bottom__shoppingcart__popup__ul {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-grid;
  display: grid;
  grid-auto-rows: 79px;
  grid-gap: 12px;
  margin-bottom: 42px;
  overflow: auto;
  height: 30%;
  scrollbar-width: thin;
  scrollbar-color: #20489d #ffd001;
}

.header__bottom__shoppingcart__popup__ul::-webkit-scrollbar {
  width: 5px;
  background-color: #f2f2f2;
}

.header__bottom__shoppingcart__popup__ul::-webkit-scrollbar-track {
  background-color: #20489d;
  border-radius: 10px;
}

.header__bottom__shoppingcart__popup__ul::-webkit-scrollbar-thumb {
  background-color: #ffd001;
  border-radius: 10px;
}

.header__bottom__shoppingcart__popup__ul__li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 10px;
}

.header__bottom__shoppingcart__popup__ul__li__imgbox {
  height: 100%;
  width: 79px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
}

.header__bottom__shoppingcart__popup__ul__li__imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.header__bottom__shoppingcart__popup__ul__li__mid {
  max-width: 192px;
}

.header__bottom__shoppingcart__popup__ul__li__mid h5 {
  font-family: crbldcaps;
  font-size: 14px;
  line-height: 15px;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.header__bottom__shoppingcart__popup__ul__li__mid__bottom {
  font-family: crreg;
  font-size: 13px;
  line-height: 14px;
  color: #c5c5c5;
}

.header__bottom__shoppingcart__popup__ul__li__mid__bottom span {
  color: #000000;
}

.header__bottom__shoppingcart__popup__ul__li__mid__bottom__codename {
  margin-bottom: 4px;
}

.header__bottom__shoppingcart__popup__ul__li__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000000;
}

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

.header__bottom__shoppingcart__popup__ul__li__form__minus,
.header__bottom__shoppingcart__popup__ul__li__form__plus {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.header__bottom__shoppingcart__popup__ul__li__form__minus span {
  display: inline-block;
  min-width: 10px;
  min-height: 2px;
  background-color: #000000;
}

.header__bottom__shoppingcart__popup__ul__li__form__plus {
  position: relative;
}

.header__bottom__shoppingcart__popup__ul__li__form__plus__one,
.header__bottom__shoppingcart__popup__ul__li__form__plus__two {
  display: block;
  min-width: 10px;
  min-height: 2px;
  background-color: #000000;
}

.header__bottom__shoppingcart__popup__ul__li__form__plus__two {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  position: absolute;
  top: 50%;
  left: 50%;
}

.header__bottom__shoppingcart__popup__ul__li__form input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 37px;
  height: 32px;
  background-color: #f5f5f5;
  border-radius: 8px;
  font-family: crbldcaps;
  font-size: 15px;
  line-height: 16px;
  margin: 0 8px;
}

.header__bottom__shoppingcart__popup__ul__li__form__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 5px;
  border-radius: 8px;
  height: 48px;
  min-width: 67px;
  background-color: #f5f5f5;
  font-family: crbldcaps;
  font-size: 15px;
  line-height: 16px;
}

.header__bottom__shoppingcart__popup__ul__li__removebtn {
  cursor: pointer;
}

.header__bottom__shoppingcart__popup__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #ffd001;
  -webkit-transition: background-color 0.1s ease-out;
  transition: background-color 0.1s ease-out;
  font-size: 15px;
  line-height: 16px;
  font-family: crbldcaps;
  color: #000000;
  width: 198px;
  height: 48px;
}

.header__bottom__shoppingcart__popup__link:hover {
  background-color: rgba(255, 208, 1, 0.8);
  -webkit-transition: background-color 0.1s ease-in;
  transition: background-color 0.1s ease-in;
}

.header__bottom__shoppingcart__number {
  position: absolute;
  top: -3px;
  right: -3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: cr2019bld;
  font-size: 8px;
  line-height: 8px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: #ff3434;
}

.languagebar {
  font-family: crbldcaps;
  width: 44px;
  top: 6px;
  height: auto;
  z-index: 1;
  position: relative;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.languagebar span {
  display: block;
  text-align: center;
  margin-bottom: 8px;
}

.languagebar__ul {
  right: 0;
  width: 100%;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #000000;
  padding: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0;
  -webkit-transition: none;
  transition: none;
}

.languagebar__ul li {
  text-align: center;
  margin-bottom: 10px;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}

.languagebar__ul li a {
  font-size: 15px;
  line-height: 16px;
  -webkit-transition: font-size 0.1s ease-out;
  transition: font-size 0.1s ease-out;
}

.languagebar__ul li.active {
  display: none;
}

.languagebar__ul li:hover {
  color: #ffd001;
}

.languagebar__active {
  color: #fff;
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
  cursor: pointer;
}

.languagebar:hover {
  top: 34px;
  height: 80px;
}

.languagebar:hover .languagebar__active {
  color: #ffd001;
}

.languagebar:hover .languagebar__ul {
  height: unset;
  padding: 10px;
  padding-bottom: 0;
}

.languagebar:hover .languagebar__ul li a {
  font-size: 13px;
  line-height: 14px;
}

.languagebar__bottom {
  padding: 0 30px;
}

.header__info__right__authorization__text {
  -webkit-transform: translateY(2.3px);
  transform: translateY(2.3px);
}

/* UC */
.searchbar {
  border-radius: 8px;
  background-color: #fff;
  padding-left: 24px;
  padding-right: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  display: none !important;
}

.searchbar input {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-family: crreg;
  font-size: 15px;
  line-height: 25px;
  color: #000000;
}

.searchbar__container {
  height: 64px;
  display: none !important;
  margin: 0 auto;
  margin-top: calc((100vh / 2) - 32px);
  -webkit-transition: margin-top 0.3s 0.3s linear;
  transition: margin-top 0.3s 0.3s linear;
}

.searchbar__container.nothmpg {
  height: 0;
  -webkit-animation: flex;
  animation: flex;
  overflow: hidden;
  -webkit-transition: margin-top 0.3s 0.3s linear;
  transition: margin-top 0.3s 0.3s linear;
  position: fixed;
}

/* /UC */
.brands {
  height: 456px;
  margin-top: 190px;
  width: 100%;
  overflow-x: hidden;
  position: relative;
  padding-bottom: 66px;
}

.brands__container {
  padding: 0 30px !important;
}

.brands__container .swiper-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.brands__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 8px;
  background-color: #fff;
  height: calc((390px - 26px) / 2) !important;
  padding: 20px;
  padding-bottom: 18px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0);
  -webkit-transition: -webkit-box-shadow 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}

@media screen and (min-width: 450px) {
  .brands__item {
    width: 182px !important;
  }
}

.brands__item:hover {
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.11);
}

.brands__item__imgbox {
  margin-bottom: 28px;
  height: 20%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.brands__item__imgbox img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}

.brands__item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.4s ease-in;
  transition: -webkit-transform 0.4s ease-in;
  transition: transform 0.4s ease-in;
  transition: transform 0.4s ease-in, -webkit-transform 0.4s ease-in;
}

.brands__item h1 {
  font-family: crbldcaps;
  font-size: 15px;
  line-height: 16px;
  text-transform: uppercase;
  color: #000000;
  text-align: center;
}

.brands__button-prev {
  top: unset !important;
  bottom: 0px !important;
  left: 30px !important;
  width: 36px !important;
  height: 36px !important;
  border-radius: 50%;
  background-color: #ffd001;
  color: black;
}

@media screen and (min-width: 1025px) {
  .brands__button-prev {
    left: calc(((100vw - 1066px) / 2) - 50px) !important;
    bottom: 50% !important;
  }
}

.brands__button-prev::after {
  color: black !important;
  font-size: 15px !important;
}

.brands__button-next {
  top: unset !important;
  bottom: 0px !important;
  right: 30px !important;
  width: 36px !important;
  height: 36px !important;
  border-radius: 50%;
  background-color: #ffd001;
  color: black;
}

@media screen and (min-width: 1025px) {
  .brands__button-next {
    right: calc(((100vw - 1066px) / 2) - 50px) !important;
    bottom: 50% !important;
  }
}

.brands__button-next::after {
  color: black !important;
  font-size: 15px !important;
}

.deliveryservice {
  padding: 0 10px;
  background-color: #fff;
  padding-top: 96px;
  padding-bottom: 180px;
}

@media screen and (min-width: 800px) {
  .deliveryservice {
    padding: 0 36px;
    padding-top: 96px;
    padding-bottom: 180px;
  }
}

.deliveryservice h2 {
  font-family: crbldcaps;
  font-size: 36px;
  line-height: 38px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 64px;
}

.deliveryservice__gridbox {
  display: -ms-grid;
  display: grid;
  color: #fff;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -ms-grid-rows: 206px 16px 206px;
  grid-template-rows: 206px 16px 206px;
  border-radius: 8px;
  overflow: hidden;
  background-image: url(../img/supra-driving.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 800px) {
  .deliveryservice__gridbox {
    -ms-grid-columns: 65fr auto 35fr auto 100fr;
    grid-template-columns: 65fr auto 35fr auto 100fr;
  }
}

.deliveryservice__gridbox__item__real {
  width: 100%;
  padding: 26px 18px 0 12px;
}

.deliveryservice__gridbox__item__real > * {
  position: relative;
  z-index: 1;
}

.deliveryservice__gridbox__item__real.real1 {
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 800px) {
  .deliveryservice__gridbox__item__real.real1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / 4;
  }
}

.deliveryservice__gridbox__item__real.real1::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #20489d;
  mix-blend-mode: multiply;
  z-index: 0;
}

.deliveryservice__gridbox__item__real.real2 {
  position: relative;
  display: none;
}

@media screen and (min-width: 800px) {
  .deliveryservice__gridbox__item__real.real2 {
    display: unset;
  }
}

.deliveryservice__gridbox__item__real.real2::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #20489d;
  mix-blend-mode: multiply;
  z-index: 0;
}

.deliveryservice__gridbox__item__real.real4 {
  display: none;
}

@media screen and (min-width: 800px) {
  .deliveryservice__gridbox__item__real.real4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
    grid-column: 3 / 6;
    -ms-grid-row: 3;
    grid-row: 3;
  }
}

.deliveryservice__gridbox__item__real.real4::after {
  content: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #ffd001;
  mix-blend-mode: color;
  z-index: 0;
}

@media screen and (min-width: 800px) {
  .deliveryservice__gridbox__item__real.real4::after {
    content: "";
  }
}

.deliveryservice__gridbox__item__real.real3,
.deliveryservice__gridbox__item__real.real4 {
  position: relative;
}

@media screen and (min-width: 800px) {
  .deliveryservice__gridbox__item__real.real3,
  .deliveryservice__gridbox__item__real.real4 {
    background-color: #ffd001;
    mix-blend-mode: color;
  }
}

.deliveryservice__gridbox__item__real.real3 {
  position: relative;
}

.deliveryservice__gridbox__item__real.real3::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #ffd001;
  mix-blend-mode: color;
  z-index: 0;
}

@media screen and (min-width: 800px) {
  .deliveryservice__gridbox__item__real.real3::after {
    content: none;
  }
}

.deliveryservice__gridbox__item__real h3 {
  font-family: crbldcaps;
  font-size: 20px;
  line-height: 21px;
  text-transform: uppercase;
  margin-bottom: 19px;
}

.deliveryservice__gridbox__item__real h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: crbldcaps;
  font-size: 16px;
  line-height: 17px;
  margin-bottom: 8px;
  color: #ffd001;
}

.deliveryservice__gridbox__item__real__delivery.standard {
  margin-bottom: 16px;
}

.deliveryservice__gridbox__item__real__delivery.standard__container__text {
  font-family: crreg;
  font-size: 16px;
  line-height: 17px;
  text-transform: uppercase;
}

.deliveryservice__gridbox__item__gap {
  width: 24px;
  background-color: #fff;
}

.deliveryservice__gridbox__item__gap.gap1 {
  display: none;
}

@media screen and (min-width: 800px) {
  .deliveryservice__gridbox__item__gap.gap1 {
    display: unset;
  }
}

.deliveryservice__gridbox__item__gap.gap2 {
  width: 100%;
}

@media screen and (min-width: 800px) {
  .deliveryservice__gridbox__item__gap.gap2 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-column: 1 / 6;
  }
}

.deliveryservice__gridbox__item__gap.gap3 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  display: none;
}

@media screen and (min-width: 800px) {
  .deliveryservice__gridbox__item__gap.gap3 {
    display: unset;
  }
}

.topProducts {
  padding: 0 10px;
  background-color: #fff;
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-bottom: 90px;
}

@media screen and (min-width: 800px) {
  .topProducts {
    padding: 0 36px;
    padding-bottom: 90px;
  }
}

.topProducts h2 {
  font-family: crbldcaps;
  font-size: 36px;
  line-height: 38px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 64px;
}

.topProducts__slider {
  height: 394px;
  width: 100%;
}

.topProducts__slider__wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.topProducts__slider__wrapper__slide {
  width: 256px !important;
  padding: 10px;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  color: #000000;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

.topProducts__slider__wrapper__slide__imgbox {
  height: 148px;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
}

.topProducts__slider__wrapper__slide__imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.topProducts__slider__wrapper__slide h3 {
  font-family: crbldcaps;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 15px;
  line-height: 21px;
  text-transform: capitalize;
  margin-bottom: 10px;
  min-height: 42px;
}

.topProducts__slider__wrapper__slide__addbtn {
  width: 100%;
  height: 48px;
  border-radius: 8px;
  background-color: #ffd001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 16px;
  cursor: pointer;
  -webkit-transition: background-color 0.1s ease-out;
  transition: background-color 0.1s ease-out;
}

.topProducts__slider__wrapper__slide__addbtn span {
  font-size: 15px;
  line-height: 16px;
  font-family: crbldcaps;
}

.topProducts__slider__wrapper__slide__addbtn:active {
  background-color: rgba(255, 208, 1, 0.8);
}

.topProducts__slider__wrapper__slide__addbtn:hover {
  -webkit-transition: background-color 0.1s ease-in;
  transition: background-color 0.1s ease-in;
}

@media screen and (min-width: 1025px) {
  .topProducts__slider__wrapper__slide__addbtn:hover {
    background-color: rgba(255, 208, 1, 0.8);
  }
}

.topProducts__slider__wrapper__slide__info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  font-size: 13px;
  line-height: 14px;
  text-transform: uppercase;
  grid-gap: 6px;
  margin-bottom: 20px;
}

.topProducts__slider__wrapper__slide__info__label {
  font-family: crreg;
  color: #a9a9a9;
}

.topProducts__slider__wrapper__slide__info__value {
  text-align: right;
  color: #000000;
  font-family: cr2019bld;
}

.topProducts__slider__wrapper__slide__price {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 25px;
  text-transform: uppercase;
  font-family: crbldcaps;
}

.topProducts__slider__navandpag {
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  bottom: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 700px) {
  .topProducts__slider__navandpag {
    bottom: unset;
    right: 30px;
    top: 0;
    -webkit-transform: none;
    transform: none;
  }
}

.topProducts__slider__pagination {
  min-width: 200px;
  width: unset !important;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.topProducts__slider__pagination .swiper-pagination-bullet {
  display: block;
  width: 8px;
  height: 8px;
  background-color: #ffd001;
  border-radius: 50%;
  opacity: 0.19;
}

.topProducts__slider__pagination .swiper-pagination-bullet:not(:last-child) {
  margin-right: 6px;
}

.topProducts__slider__pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  width: 16px;
  height: 16px;
}

.topProducts__slider__navLeft,
.topProducts__slider__navRight {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #ffd001;
  cursor: pointer;
}

@media screen and (min-width: 700px) {
  .topProducts__slider__navLeft,
  .topProducts__slider__navRight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.topProducts__slider__navLeft.swiper-button-disabled,
.topProducts__slider__navRight.swiper-button-disabled {
  opacity: 0.2;
}

.footer {
  background-color: #000000;
  color: #fff;
  padding: 50px 8px 112px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 78px;
}

@media screen and (min-width: 1025px) {
  .footer {
    margin-bottom: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 176px;
    padding: 0 36px;
  }
}

.footer__logo {
  margin-bottom: 70px;
}

@media screen and (min-width: 1025px) {
  .footer__logo {
    margin-bottom: 0;
  }
}

.footer__nav {
  font-family: crbldcaps;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 44px;
}

@media screen and (min-width: 1025px) {
  .footer__nav {
    margin-bottom: 0;
  }
}

.footer__nav__ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 44px;
  justify-items: center;
}

@media screen and (min-width: 1025px) {
  .footer__nav__ul {
    grid-gap: 16px 50px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 1441px) {
  .footer__nav__ul {
    grid-gap: 16px 90px;
  }
}

.footer__nav__ul li {
  opacity: 0.5;
  -webkit-transition: opacity 0.2 ease-out;
  transition: opacity 0.2 ease-out;
}

.footer__nav__ul li:hover {
  opacity: 1;
}

.footer__info {
  display: -ms-grid;
  display: grid;
  grid-gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin-bottom: 60px;
}

@media screen and (min-width: 1025px) {
  .footer__info {
    margin-bottom: 0;
  }
}

.footer__info > * {
  font-size: 15px;
  line-height: 16px;
  font-family: crreg;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
}

.footer__info > * svg {
  margin-right: 4px;
}

.footer__info > a {
  display: none;
  -webkit-transition: opacity 0.2 ease-out;
  transition: opacity 0.2 ease-out;
}

@media screen and (min-width: 1025px) {
  .footer__info > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer__info > a:hover {
  opacity: 1;
}

.footer__socials {
  display: -ms-grid;
  display: grid;
  grid-gap: 35px;
}

@media screen and (min-width: 1025px) {
  .footer__socials {
    grid-gap: 48px;
  }
}

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

.footer__socials__ul__li {
  opacity: 0.5;
  -webkit-transition: opacity 0.2 ease-out;
  transition: opacity 0.2 ease-out;
}

.footer__socials__ul__li:not(:last-child) {
  margin-right: 8px;
}

.footer__socials__ul__li:hover {
  opacity: 1;
}

.footer__socials > p {
  font-family: crbldcaps;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  text-transform: capitalize;
}

@media screen and (min-width: 1025px) {
  .footer__socials > p {
    text-align: right;
  }
}

.footer__socials svg {
  width: 36px;
  height: 36px;
}

@media screen and (min-width: 1025px) {
  .footer__socials svg {
    width: unset;
    height: unset;
  }
}

.productAddMessage {
  position: fixed;
  right: 36px;
  top: 162px;
  display: inline;
  padding: 16px;
  font-size: 16px;
  line-height: 17px;
  color: #000000;
  font-family: crbldcaps;
  background-color: #93c54b;
  border-radius: 8px;
  text-align: left;
  z-index: -10;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}

.productAddMessage.shown {
  z-index: 10;
  opacity: 1;
}

.productAddMessage__error {
  display: none;
}

.productAddMessage.error {
  background-color: #ff3434;
}

.productAddMessage.error .productAddMessage__success {
  display: none;
}

.productAddMessage.error .productAddMessage__error {
  display: inline;
}

.responsiveMenu {
  position: fixed;
  right: 0;
  z-index: 9;
  background-image: url(../img/responsive-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #20489d;
  background-blend-mode: multiply;
  bottom: -2px;
  height: 81px;
  padding-bottom: 1px;
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .responsiveMenu {
    display: none;
  }
}

.responsiveMenu__content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  padding: 0 37.5px;
}

.responsiveMenu::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.responsiveMenu.active .burger span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 6px;
}

.responsiveMenu.active .burger span:nth-child(2) {
  width: 0;
}

.responsiveMenu.active .burger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 6px;
}

.searchbarMobile:not(.desktop) {
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.searchbarMobile__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 72px;
  height: 72px;
  border-radius: 4px;
  background-color: #ffd001;
}

.searchbarMobile.desktop .searchbarMobile__box {
  width: 48px;
  height: 48px;
}

.blueBG {
  position: fixed;
  top: -100%;
  display: block;
  width: 100%;
  height: calc(100vh - 230px);
  background-color: #20489d;
  z-index: 7;
  -webkit-transition: top 0.6s ease-out;
  transition: top 0.6s ease-out;
}

.blueBG.toggled {
  top: 152px;
}

.blueBG.toggledForSearch {
  top: 152px;
}

.blueBG.toggledForSearch ~ .searchbar__container {
  margin-top: 0 !important;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-animation: searchbarOpacity 0.6s 0.3s ease forwards;
  animation: searchbarOpacity 0.6s 0.3s ease forwards;
}

@media screen and (min-width: 1025px) {
  .blueBG {
    display: none;
  }
}

.responsiveNavigation {
  display: block;
  position: fixed;
  top: 100%;
  right: 0;
  height: calc(100vh - 230px);
  width: 100%;
  padding-top: 40px;
  z-index: 8;
  -webkit-transition: top 0.6s ease-out;
  transition: top 0.6s ease-out;
}

.responsiveNavigation.toggled {
  top: 152px;
  -webkit-transition: top 0.6s ease-out;
  transition: top 0.6s ease-out;
}

.responsiveNavigation__nav {
  width: 100%;
  height: calc(100vh - 230px);
}

.responsiveNavigation__nav__ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  grid-gap: 44px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
}

.responsiveNavigation__nav__ul__li a {
  color: #fff;
  -webkit-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
  font-family: crbldcaps;
  font-size: 15px;
  line-height: 16px;
}

.responsiveNavigation__nav__ul__li a.active a,
.responsiveNavigation__nav__ul__li a:active a {
  color: #ffd001;
}

@-webkit-keyframes searchbarOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    top: 50%;
    position: fixed;
    z-index: 8;
  }
}

@keyframes searchbarOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    top: 50%;
    position: fixed;
    z-index: 8;
  }
}

.burger-container {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.burger {
  display: block;
  height: 12px;
  position: relative;
  width: 18px;
  cursor: pointer;
}

.burger span {
  width: 18px;
  height: 2px;
  background-color: #fff;
  display: block;
  position: absolute;
  border-radius: 15px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.burger span:nth-child(2) {
  top: 6px;
}

.burger span:nth-child(3) {
  top: 12px;
}

.filters {
  margin: 0 auto;
  margin-top: 30px;
  background: rgba(29, 55, 110, 0.3);
  width: 100%;
}

.filters select {
  display: none;
}

.filters__form {
  max-width: 1066px;
  display: -ms-grid;
  display: grid;
  grid-gap: 8px;
  padding: 30px;
}

.filters__form__selectcontainer {
  min-height: 64px;
  border-radius: 8px;
  background-color: #fff;
  opacity: 0.8;
  position: relative;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
}

.filters__form__selectcontainer__arrow {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 24px;
  top: 20px;
  cursor: pointer;
  content: url(../img/select-arrow.svg);
}

.filters__form__selectcontainer__chosen {
  display: block;
  height: 64px;
  width: 100%;
  padding: 24px;
}

.filters__form__selectcontainer__ul {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-gap: 32px;
  max-height: 0;
  padding: 0 24px;
  z-index: 1;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
  z-index: 2;
}

@media screen and (min-width: 1025px) {
  .filters__form__selectcontainer__ul {
    grid-auto-rows: auto;
    grid-gap: 8px;
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
  }
}

.filters__form__selectcontainer__ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
  padding-left: 12px;
  cursor: pointer;
  font-size: 15px;
  line-height: 16px;
}

.filters__form__selectcontainer__ul li span,
.filters__form__selectcontainer__ul li a {
  text-transform: uppercase;
  font-family: crcaps;
  color: #000000;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
  white-space: nowrap;
}

@media screen and (min-width: 1025px) {
  .filters__form__selectcontainer__ul li span,
  .filters__form__selectcontainer__ul li a {
    white-space: normal;
    text-align: center;
  }
}

.filters__form__selectcontainer__ul li.active,
.filters__form__selectcontainer__ul li:active {
  background-color: #fff9df;
}

.filters__form__selectcontainer__ul li.active span,
.filters__form__selectcontainer__ul li:active span {
  color: #ffd001;
}

.filters__form__selectcontainer__ul li:hover {
  background-color: #fff9df;
}

@media screen and (min-width: 1025px) {
  .filters__form__selectcontainer__ul li:hover span {
    color: #ffd001;
  }
}

.filters__form__selectcontainer.selectcars .filters__form__selectcontainer__ul {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  height: var(--filterulmobile) !important;
}

@media screen and (min-width: 1025px) {
  .filters__form__selectcontainer.selectcars
    .filters__form__selectcontainer__ul {
    height: auto;
  }
}

.filters__form__selectcontainer.selectcars
  .filters__form__selectcontainer__ul
  li {
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}

.filters__form__selectcontainer.selectcars
  .filters__form__selectcontainer__ul
  li:first-child {
  display: none;
  width: 100%;
  justify-items: center;
  grid-gap: 5px;
  -ms-grid-columns: (minmax(auto, 1fr)) [8];
  grid-template-columns: repeat(8, minmax(auto, 1fr));
}

@media screen and (min-width: 1025px) {
  .filters__form__selectcontainer.selectcars
    .filters__form__selectcontainer__ul
    li:first-child {
    display: -ms-grid;
    display: grid;
  }
}

.filters__form__selectcontainer.selectcars
  .filters__form__selectcontainer__ul
  li:first-child
  span {
  font-weight: bold;
}

.filters__form__selectcontainer.selectcars
  .filters__form__selectcontainer__ul
  li:first-child
  span:first-child {
  justify-self: flex-start;
}

.filters__form__selectcontainer.selectcars
  .filters__form__selectcontainer__ul
  li:first-child:hover {
  background-color: transparent;
}

@media screen and (min-width: 1025px) {
  .filters__form__selectcontainer.selectcars
    .filters__form__selectcontainer__ul
    li:first-child:hover
    span {
    color: #000000;
  }
}

.filters__form__selectcontainer.selectcars
  .filters__form__selectcontainer__ul
  li
  a {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  width: 100%;
  grid-gap: 7px;
}

@media screen and (min-width: 1025px) {
  .filters__form__selectcontainer.selectcars
    .filters__form__selectcontainer__ul
    li
    a {
    grid-gap: 5px;
    -ms-grid-columns: (minmax(auto, 1fr)) [8];
    grid-template-columns: repeat(8, minmax(auto, 1fr));
  }
}

.filters__form__selectcontainer.selectcars
  .filters__form__selectcontainer__ul
  li
  a
  > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 1025px) {
  .filters__form__selectcontainer.selectcars
    .filters__form__selectcontainer__ul
    li
    a
    > span {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .filters__form__selectcontainer.selectcars
    .filters__form__selectcontainer__ul
    li
    a
    > span:first-child {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.filters__form__selectcontainer.selectcars
  .filters__form__selectcontainer__ul
  li
  a
  > span:first-child {
  justify-self: flex-start;
}

@media screen and (min-width: 1025px) {
  .filters__form__selectcontainer.selectcars
    .filters__form__selectcontainer__ul
    li
    a
    > span
    .label {
    display: none;
  }
}

.filters__form__selectcontainer.toggled {
  opacity: 1;
  border-radius: 8px 8px 0 0;
}

.filters__form__selectcontainer.toggled .filters__form__selectcontainer__ul {
  padding: 24px;
  overflow: auto;
  max-height: 300px;
}

@media screen and (min-width: 1025px) {
  .filters__form__selectcontainer.toggled .filters__form__selectcontainer__ul {
    max-height: 400px;
  }
}

@media screen and (min-width: 1025px) {
  .filters__form__selectcontainer.selectcars
    .filters__form__selectcontainer__ul::after {
    content: "";
    position: relative;
    height: 1px;
    width: 100%;
  }
}

.navinfo {
  font-family: crcaps;
  padding: 0 36px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  line-height: 14px;
}

.navinfo__hr {
  margin: 0 8px;
}

.navinfo__tab:not(:last-child) {
  color: #c5c5c5;
}

.cartpageMain {
  padding: 16px 34px 30px;
  display: -ms-grid;
  display: grid;
  background-color: #fff;
  grid-gap: 48px;
}

@media screen and (min-width: 1025px) {
  .cartpageMain {
    -ms-grid-columns: 1fr 30%;
    grid-template-columns: 1fr 30%;
    grid-gap: 24px;
  }
}

.cartpageMain .header__bottom__shoppingcart__popup__ul {
  height: auto !important;
  overflow: initial;
  grid-auto-rows: unset;
  grid-gap: 20px;
  margin-bottom: 48px;
}

@media screen and (min-width: 1025px) {
  .cartpageMain .header__bottom__shoppingcart__popup__ul {
    grid-auto-rows: 79px;
    grid-gap: 12px;
    margin-bottom: 74px;
  }
}

.cartpageMain .header__bottom__shoppingcart__popup__ul__li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (auto) [2];
  grid-template-columns: repeat(2, auto);
  -ms-grid-rows: 64px 48px;
  grid-template-rows: 64px 48px;
  height: unset;
  grid-gap: 2px 0;
  padding-right: 0;
  position: relative;
}

@media screen and (min-width: 1025px) {
  .cartpageMain .header__bottom__shoppingcart__popup__ul__li {
    -ms-grid-rows: unset;
    grid-template-rows: unset;
    justify-items: center;
    -ms-grid-columns: 230px (1fr) [3];
    grid-template-columns: 230px repeat(3, 1fr);
    height: initial;
    grid-gap: 0;
  }
}

.cartpageMain .header__bottom__shoppingcart__popup__ul__li__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
}

@media screen and (min-width: 1025px) {
  .cartpageMain .header__bottom__shoppingcart__popup__ul__li__left {
    grid-column: unset;
    justify-self: flex-start;
  }
}

.cartpageMain .header__bottom__shoppingcart__popup__ul__li__imgbox {
  margin-right: 24px;
  height: 64px;
  width: 64px;
}

@media screen and (min-width: 1025px) {
  .cartpageMain .header__bottom__shoppingcart__popup__ul__li__imgbox {
    height: 100%;
    width: 79px;
  }
}

.cartpageMain .header__bottom__shoppingcart__popup__ul__li__removebtn {
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (min-width: 1025px) {
  .cartpageMain .header__bottom__shoppingcart__popup__ul__li__removebtn {
    position: static;
  }
}

.cartpageMain__products {
  padding-top: 48px;
  padding-bottom: 24px;
}

.cartpageMain__products__headings {
  justify-items: center;
  margin-bottom: 24px;
  font-family: crbldcaps;
  font-size: 15px;
  line-height: 16px;
}

@media screen and (min-width: 1025px) {
  .cartpageMain__products__headings {
    justify-items: center;
    -ms-grid-columns: 230px (1fr) [3];
    grid-template-columns: 230px repeat(3, 1fr);
    display: -ms-grid;
    display: grid;
  }
}

.cartpageMain__products__headings li:first-child {
  justify-self: flex-start;
}

@media screen and (min-width: 1600px) {
  .cartpageMain__products__headings li:nth-last-child(2) {
    padding-left: 100px;
  }
}

@media screen and (min-width: 1900px) {
  .cartpageMain__products__headings li:nth-last-child(2) {
    padding-left: 130px;
  }
}

.cartpageMain__products__headings li:not(:first-child) {
  display: none;
}

@media screen and (min-width: 1025px) {
  .cartpageMain__products__headings li:not(:first-child) {
    display: unset;
  }
}

.cartpageMain__products__infopanel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  font-family: crbldcaps;
  font-size: 15px;
  line-height: 16px;
}

@media screen and (min-width: 1025px) {
  .cartpageMain__products__infopanel {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.cartpageMain__products__infopanel__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000000;
}

.cartpageMain__products__infopanel__left__totalprice {
  background-color: #f5f5f5;
  border-radius: 8px;
  padding: 0 15px;
  height: 48px;
  margin-left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 106px;
}

@media screen and (min-width: 1025px) {
  .cartpageMain__products__infopanel__left__totalprice {
    margin-left: 37px;
  }
}

.cartpageMain__products__infopanel__cleanBasket {
  color: #c5c5c5;
  background-color: #f5f5f5;
  width: 162px;
  margin-right: 3px;
  height: 48px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

@media screen and (min-width: 1025px) {
  .cartpageMain__products__infopanel__cleanBasket {
    width: 182px;
    margin-left: 24px;
    margin-right: 0;
  }
}

.cartpageMain__orderwindow {
  background-color: #f5f5f5;
  border-radius: 8px;
  padding: 48px 24px 24px;
  color: #000000;
  min-height: 859px;
  max-height: 859px;
}

.cartpageMain__orderwindow h2 {
  font-family: crbldcaps;
  font-size: 15px;
  line-height: 16px;
  margin-bottom: 24px;
}

.cartpageMain__orderwindow input {
  color: #000000;
  font-family: crreg;
  font-size: 15px;
  line-height: 16px;
}

.cartpageMain__orderwindow__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cartpageMain__orderwindow__form__personals {
  display: -ms-grid;
  display: grid;
  grid-gap: 12px;
  margin-bottom: 24px;
}

.cartpageMain__orderwindow__form__address {
  display: -ms-grid;
  display: grid;
  grid-gap: 12px;
  margin-bottom: 32px;
}

@media screen and (min-width: 1025px) {
  .cartpageMain__orderwindow__form__address {
    margin-bottom: 27px;
  }
}

.cartpageMain__orderwindow__form__address .selectcity,
.cartpageMain__orderwindow__form__address
  .filters__form__selectcontainer__chosen {
  min-height: 48px !important;
  height: 48px !important;
}

.cartpageMain__orderwindow__form__address
  .filters__form__selectcontainer__chosen {
  padding: 16px;
}

.cartpageMain__orderwindow__form__address
  .filters__form__selectcontainer__arrow {
  top: 12px;
  right: 12px;
}

.cartpageMain__orderwindow__form__address .filters__form__selectcontainer__ul {
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
}

.cartpageMain__orderwindow__form__address label {
  font-size: 13px;
  line-height: 14px;
  font-family: crbldcaps;
}

.cartpageMain__orderwindow__form__delivery,
.cartpageMain__orderwindow__form__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cartpageMain__orderwindow__form__delivery > span,
.cartpageMain__orderwindow__form__total > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
  width: 120px;
  height: 48px;
  font-family: crbldcaps;
  font-size: 15px;
  line-height: 16px;
}

.cartpageMain__orderwindow__form__delivery > span input,
.cartpageMain__orderwindow__form__total > span input {
  color: #000000;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cartpageMain__orderwindow__form__tabs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.cartpageMain__orderwindow__form__tabs label {
  margin-bottom: 12px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 16px;
  height: 48px;
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  font-family: crreg;
  border: 1px solid transparent;
  font-size: 15px;
  line-height: 16px;
}

.cartpageMain__orderwindow__form__tabs label a {
  font-family: cr2019bld;
  text-decoration: underline;
  margin-left: 5px;
}

.cartpageMain__orderwindow__form__tabs label input:checked + .customCheckbox {
  -webkit-box-shadow: inset 0px 0px 0px 1px #c5c5c5, inset 0px 0px 0px 4px #fff,
    inset 0px 0px 0px 16px #ffd001 !important;
  box-shadow: inset 0px 0px 0px 1px #c5c5c5, inset 0px 0px 0px 4px #fff,
    inset 0px 0px 0px 16px #ffd001 !important;
}

.cartpageMain__orderwindow__form__tabs label input:checked + .customRadiobox {
  -webkit-box-shadow: inset 0px 0px 0px 1px #c5c5c5, inset 0px 0px 0px 4px #fff,
    inset 0px 0px 0px 16px #ffd001 !important;
  box-shadow: inset 0px 0px 0px 1px #c5c5c5, inset 0px 0px 0px 4px #fff,
    inset 0px 0px 0px 16px #ffd001 !important;
}

.cartpageMain__orderwindow__form__tabs label.invalidshown {
  border-color: #ff3434;
}

.cartpageMain__orderwindow__form__tabs__paymethod {
  display: none;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cartpageMain__orderwindow__form__tabs__agreeterms {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.cartpageMain__orderwindow__form__tabs.pay
  .cartpageMain__orderwindow__form__tabs__paymethod {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cartpageMain__orderwindow__form__tabs.pay
  .cartpageMain__orderwindow__form__tabs__agreeterms {
  display: none;
}

.cartpageMain__orderwindow #city {
  display: none;
}

.customCheckbox,
.customRadiobox {
  margin-right: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #c5c5c5, inset 0px 0px 0px 4px #fff,
    inset 0px 0px 0px 16px #fff;
  box-shadow: inset 0px 0px 0px 1px #c5c5c5, inset 0px 0px 0px 4px #fff,
    inset 0px 0px 0px 16px #fff;
}

.yellowbtn {
  width: 100%;
  height: 48px;
  border-radius: 8px;
  background-color: #ffd001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 16px;
  cursor: pointer;
  -webkit-transition: background-color 0.1s ease-out;
  transition: background-color 0.1s ease-out;
  font-size: 15px;
  line-height: 16px;
  font-family: crbldcaps;
}

.yellowbtn:active {
  background-color: rgba(255, 208, 1, 0.8);
}

.yellowbtn:hover {
  -webkit-transition: background-color 0.1s ease-in;
  transition: background-color 0.1s ease-in;
}

@media screen and (min-width: 1025px) {
  .yellowbtn:hover {
    background-color: rgba(255, 208, 1, 0.8);
  }
}

.input-div {
  height: 48px;
  width: 100%;
  max-width: 700px;
  border-radius: 8px;
  background-color: #fff;
}

.input-div input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 16px;
}

.input-div.invalid.invalid-shown {
  border: 1px solid #ff3434;
}

.result {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ddd8c3;
}

.result__content {
  background-color: #fff;
  width: calc(100% - 60px);
  max-width: 390px;
  border-radius: 8px;
  color: #000000;
  padding: 48px 24px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.result * {
  text-align: center;
}

.result h1 {
  font-family: crbldcaps;
  font-size: 15px;
  line-height: 16px;
  margin-bottom: 24px;
}

.result__text {
  font-family: crreg;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 12px;
  text-align: center;
}

.result__mail,
.result__accountnumber {
  color: #20489d;
  font-family: crbldcaps;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 26px;
  cursor: pointer;
}

.result__account {
  font-family: cr2019bld;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 12px;
}

.result__accountnumber {
  margin-bottom: 42px;
}

.result__invoice {
  margin-bottom: 12px;
}

.result__goback {
  width: 100%;
  height: 48px;
  color: #ffd001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.result.buyresult h1 {
  color: #93c54b;
}

.result.buyresult h1 .fail {
  display: none;
}

.result.buyresult .result__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 424px;
}

.result.buyresult.failed h1 {
  color: #ff3434;
}

.result.buyresult.failed h1 .fail {
  display: inline;
}

.result.buyresult.failed h1 .suc {
  display: none;
}

.result.buyresult.failed .result__invoice {
  display: none;
}

.result__btns {
  width: 100%;
}

.loginMain,
.regisMain {
  padding: 50px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

@media screen and (min-width: 1025px) {
  .loginMain,
  .regisMain {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    min-height: calc(100vh - 376px);
    padding: 30px;
  }
}

.loginMain__form,
.regisMain__form {
  width: 100%;
  max-width: 390px;
  padding: 48px 24px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 8px;
}

.loginMain__form:not(.regisMain__form),
.regisMain__form:not(.regisMain__form) {
  background-color: #f5f5f5;
}

@media screen and (min-width: 1025px) {
  .loginMain__form:not(.regisMain__form),
  .regisMain__form:not(.regisMain__form) {
    background-color: transparent;
  }
}

.loginMain__form:not(.regisMain__form) .input-div,
.regisMain__form:not(.regisMain__form) .input-div {
  margin-bottom: 12px;
  background-color: #fff;
}

@media screen and (min-width: 1025px) {
  .loginMain__form:not(.regisMain__form) .input-div,
  .regisMain__form:not(.regisMain__form) .input-div {
    background-color: transparent;
    border: 1px solid #c5c5c5;
  }
}

.loginMain__form:not(.regisMain__form) .input-div input,
.regisMain__form:not(.regisMain__form) .input-div input {
  color: #000000;
  font-size: 15px;
  line-height: 16px;
  font-family: crreg;
}

.loginMain__form:not(.loginMain__form) .input-div,
.regisMain__form:not(.loginMain__form) .input-div {
  margin-bottom: 12px;
  background-color: #fff;
  border: 1px solid #c5c5c5;
}

.loginMain__form:not(.loginMain__form) .input-div input,
.regisMain__form:not(.loginMain__form) .input-div input {
  color: #000000;
  font-size: 15px;
  line-height: 16px;
  font-family: crreg;
}

.loginMain h1,
.loginMain h2,
.regisMain h1,
.regisMain h2 {
  font-family: crbldcaps;
  font-size: 15px;
  line-height: 16px;
  margin-bottom: 48px;
}

.loginMain__helperbox,
.regisMain__helperbox {
  width: 100%;
  margin-bottom: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: crreg;
  font-size: 13px;
  line-height: 14px;
}

.loginMain__helperbox .underlined,
.regisMain__helperbox .underlined {
  font-family: cr2019bld;
  text-decoration: underline;
}

.loginMain__helperbox__passreset,
.regisMain__helperbox__passreset {
  white-space: nowrap;
  text-align: right;
}

.regisMain {
  padding: 50px 0;
}

.regisMain > *:not(.yellowbtn) {
  -webkit-transition: none;
  transition: none;
}

@media screen and (min-width: 1025px) {
  .regisMain {
    padding: 30px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }
}

.regisMain__controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 0 50px;
}

@media screen and (min-width: 1025px) {
  .regisMain__controller {
    display: none;
  }
}

.regisMain__controller__legal {
  margin-bottom: 12px;
}

.regisMain__form {
  display: none;
}

@media screen and (min-width: 1025px) {
  .regisMain__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 1024px) {
  .regisMain.legal .regisMain__controller {
    display: none;
  }
  .regisMain.legal .regisMain__form.legal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1025px) {
  .regisMain.legal .regisMain__form.legal {
    position: relative;
    max-width: unset;
  }
  .regisMain.legal .regisMain__form.legal h2 {
    cursor: pointer;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 388px;
    height: 48px;
    border: 1px solid #000000;
    border-radius: 8px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  .regisMain.legal .regisMain__form.legal::before {
    content: "";
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #ffd001;
    border-radius: 12px;
  }
}

@media screen and (max-width: 1024px) {
  .regisMain.individual .regisMain__controller {
    display: none;
  }
  .regisMain.individual .regisMain__form.individual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1025px) {
  .regisMain:not(.legal) .regisMain__form.individual {
    position: relative;
    max-width: unset;
  }
  .regisMain:not(.legal) .regisMain__form.individual h2 {
    cursor: pointer;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 388px;
    height: 48px;
    border: 1px solid #000000;
    border-radius: 8px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  .regisMain:not(.legal) .regisMain__form.individual::before {
    content: "";
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #ffd001;
    border-radius: 12px;
  }
}

.input-div.invalid.invalid-shown {
  border-color: #ff3434 !important;
}

.fillerOR {
  font-size: 13px;
  line-height: 14px;
  margin-bottom: 12px;
  font-family: cr2019bld;
}

.rulesMain {
  background-color: #fff;
  padding: 46px 30px;
}

@media screen and (min-width: 1025px) {
  .rulesMain {
    padding: 106px 138px;
  }
}

.rulesMain h1 {
  font-family: crbldcaps;
  font-size: 28px;
  line-height: 29px;
  margin-bottom: 40px;
}

@media screen and (min-width: 1025px) {
  .rulesMain h1 {
    font-size: 36px;
    line-height: 37px;
    margin-bottom: 48px;
  }
}

.rulesMain__textbox {
  font-family: crreg;
  cursor: text;
  -webkit-touch-callout: unset;
  -webkit-user-select: unset;
  -moz-user-select: unset;
  -ms-user-select: unset;
  user-select: unset;
  color: #444444;
  font-size: 13px;
  line-height: 20px;
}

@media screen and (min-width: 1025px) {
  .rulesMain__textbox {
    font-size: 15px;
    line-height: 20px;
  }
}

.rulesMain__textbox h1,
.rulesMain__textbox h2,
.rulesMain__textbox h3,
.rulesMain__textbox h4,
.rulesMain__textbox h5,
.rulesMain__textbox h6 {
  font-family: crbldcaps;
  font-size: 20px;
  line-height: 21px;
  margin: 40px 0;
  color: #000000;
  text-transform: uppercase;
}

@media screen and (min-width: 1025px) {
  .rulesMain__textbox h1,
  .rulesMain__textbox h2,
  .rulesMain__textbox h3,
  .rulesMain__textbox h4,
  .rulesMain__textbox h5,
  .rulesMain__textbox h6 {
    font-size: 28px;
    line-height: 29px;
    margin: 48px 0;
  }
}

.rulesMain__textbox h3 {
  font-size: 18px;
  line-height: 19px;
}

@media screen and (min-width: 1025px) {
  .rulesMain__textbox h3 {
    font-size: 20px;
    line-height: 21px;
  }
}

.aboutusMain {
  background-color: #fff;
  padding: 46px 30px;
  display: -ms-grid;
  display: grid;
}

@media screen and (min-width: 1025px) {
  .aboutusMain {
    display: block;
    padding: 106px 138px;
  }
}

.aboutusMain h1 {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  font-family: crbldcaps;
  font-size: 28px;
  line-height: 29px;
  margin-bottom: 40px;
}

@media screen and (min-width: 1025px) {
  .aboutusMain h1 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    font-size: 36px;
    line-height: 37px;
    margin-bottom: 48px;
  }
}

.aboutusMain__imgbox {
  width: 100%;
  height: 244px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 40px;
}

@media screen and (min-width: 1025px) {
  .aboutusMain__imgbox {
    float: right;
    width: 49.2%;
    height: 322px;
    margin-left: 118px;
    margin-bottom: 91px;
  }
}

.aboutusMain__imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.aboutusMain .default-ul ul {
  margin: 40px 0;
  margin-top: 20px;
}

@media screen and (min-width: 1025px) {
  .aboutusMain .default-ul ul {
    margin: 48px 0;
    margin-top: 91px;
  }
}

.aboutusMain .default-ul li:not(:last-child) {
  margin-bottom: 1em;
}

.aboutusMain .default-ul li::marker {
  content: "";
  display: none;
}

.aboutusMain .default-ul li::before {
  content: "";
  display: inline-block;
  background-color: #ffd001;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin-right: 16px;
}

@media screen and (min-width: 1025px) {
  .aboutusMain .default-ul li::before {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 12px;
  }
}

.profileContent {
  display: -ms-grid;
  display: grid;
  grid-gap: 72px;
  padding: 0 30px;
  padding-top: 26px;
  padding-bottom: 113px;
  background-color: #fff;
}

@media screen and (min-width: 1025px) {
  .profileContent {
    padding: 0 36px;
    padding-top: 24px;
    padding-bottom: 52px;
    -ms-grid-columns: 31.95% 1fr;
    grid-template-columns: 31.95% 1fr;
    grid-gap: 24px;
  }
}

.profileContent__sidebar {
  width: 100%;
}

.profileContent__sidebar__ul {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-auto-rows: 48px;
  grid-gap: 12px;
}

.profileContent__sidebar__ul a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  padding: 0 15px;
  border-radius: 8px;
  color: #c5c5c5;
}

.profileContent__sidebar__ul a.active {
  background-color: #c5c5c5;
  color: #000000;
}

.profileContent__main__form__inputs {
  display: -ms-grid;
  display: grid;
  grid-gap: 12px;
  margin-bottom: 24px;
}

@media screen and (min-width: 1025px) {
  .profileContent__main__form__inputs {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 12px 24px;
  }
}

.profileContent__main__form__inputs .input-div {
  margin-top: 12px;
  border: 1px solid #c5c5c5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.profileContent__main__form__inputs .input-div p {
  padding: 0 16px;
}

.profileContent__main__form__inputs .input-div p,
.profileContent__main__form__inputs .input-div input {
  font-family: crreg;
  color: #000000;
}

.profileContent__main__form__inputs label .input-div {
  position: relative;
}

.profileContent__main__form__inputs label .input-div::after {
  position: absolute;
  right: 16px;
  bottom: 12px;
  content: url(../img/profile-edit-icon.svg);
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 700px) {
  .profileContent__main__form .yellowbtn {
    max-width: 182px;
  }
}

.profileContent__main__form__label,
.profileContent__main__form label {
  color: #c5c5c5;
  font-family: cr2019bld;
}

@media screen and (min-width: 1025px) {
  .profileContent__main__form.formChangepass
    .profileContent__main__form__inputs {
    -ms-grid-columns: unset;
    grid-template-columns: unset;
  }
}

@media screen and (min-width: 700px) {
  .profileContent__main__form.formChangepass
    .profileContent__main__form__inputs {
    max-width: 388px;
  }
}

.profileContent__main__orders {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100% 100%;
  grid-template-columns: 100% 100%;
  width: 100%;
  overflow: hidden;
}

.profileContent__main__orders__all {
  min-width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.profileContent__main__orders__all__headings {
  margin-bottom: 34px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (auto) [2];
  grid-template-columns: repeat(2, auto);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 1025px) {
  .profileContent__main__orders__all__headings {
    -ms-grid-columns: (1fr) [2] 180px 212px;
    grid-template-columns: repeat(2, 1fr) 180px 212px;
    justify-items: flex-end;
    margin-bottom: 44px;
  }
}

.profileContent__main__orders__all__headings h3 {
  font-family: crbldcaps;
  font-size: 15px;
  line-height: 16px;
  color: #000000;
}

.profileContent__main__orders__all__headings h3:nth-child(2),
.profileContent__main__orders__all__headings h3:nth-child(3) {
  display: none;
}

@media screen and (min-width: 1025px) {
  .profileContent__main__orders__all__headings h3:nth-child(2),
  .profileContent__main__orders__all__headings h3:nth-child(3) {
    display: block;
  }
}

.profileContent__main__orders__all__ul {
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
}

@media screen and (min-width: 1025px) {
  .profileContent__main__orders__all__ul {
    grid-gap: 12px;
  }
}

.profileContent__main__orders__all__li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (auto) [2];
  grid-template-columns: repeat(2, auto);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #c5c5c5;
  padding-right: 16px;
  padding-left: 16px;
  height: 48px;
  color: #c5c5c5;
  grid-gap: 2px;
  font-family: cr2019bld;
  font-size: 15px;
  line-height: 16px;
}

@media screen and (min-width: 450px) {
  .profileContent__main__orders__all__li {
    padding-right: 27px;
  }
}

@media screen and (min-width: 1025px) {
  .profileContent__main__orders__all__li {
    color: #000000;
    font-family: crreg;
    padding-right: 25px;
    -ms-grid-columns: (1fr) [2] 180px 212px;
    grid-template-columns: repeat(2, 1fr) 180px 212px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.profileContent__main__orders__all__li__status {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  grid-gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 450px) {
  .profileContent__main__orders__all__li__status {
    grid-gap: 25px;
  }
}

.profileContent__main__orders__all__li__status button {
  font-family: crcaps;
  height: 36px;
  width: 80px;
  font-size: 13px;
  line-height: 14px;
  color: #000000;
}

@media screen and (min-width: 450px) {
  .profileContent__main__orders__all__li__status button {
    width: 106px;
  }
}

@media screen and (min-width: 1025px) {
  .profileContent__main__orders__all__li__status button {
    font-family: crbldcaps;
  }
}

.profileContent__main__orders__all__li__date,
.profileContent__main__orders__all__li__comment {
  display: none;
}

@media screen and (min-width: 1025px) {
  .profileContent__main__orders__all__li__date,
  .profileContent__main__orders__all__li__comment {
    display: block;
  }
}

.profileContent__main__orders__opened {
  min-width: 100%;
  max-width: 100%;
  color: #000000;
  overflow: hidden;
  font-family: crbldcaps;
}

.profileContent__main__orders__opened h1 {
  font-size: 17px;
  line-height: 18px;
  margin-bottom: 27px;
}

@media screen and (min-width: 1025px) {
  .profileContent__main__orders__opened h1 {
    margin-bottom: 53px;
    font-size: 20px;
    line-height: 21px;
  }
}

.profileContent__main__orders__opened__maininfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 59px;
  font-size: 13px;
  line-height: 14px;
}

@media screen and (min-width: 1025px) {
  .profileContent__main__orders__opened__maininfo {
    font-size: 15px;
    line-height: 16px;
    margin-bottom: 24px;
  }
}

.profileContent__main__orders__opened__productsUL {
  display: -ms-grid;
  display: grid;
  grid-gap: 27px;
  margin-bottom: 56px;
}

@media screen and (min-width: 1025px) {
  .profileContent__main__orders__opened__productsUL {
    margin-bottom: 53px;
    grid-gap: 24px;
  }
}

.profileContent__main__orders__opened__productsUL h3 {
  font-family: crcaps;
  font-size: 15px;
  line-height: 16px;
  margin-bottom: 12px;
}

.profileContent__main__orders__opened__productsUL p {
  font-family: crcaps;
  color: #c5c5c5;
}

.profileContent__main__orders__opened__productsUL p:not(:last-child) {
  margin-bottom: 4px;
}

.profileContent__main__orders__opened__productsUL p span {
  color: #000000;
}

.profileContent__main__orders__opened__additionalInfo {
  font-family: crbldcaps;
  font-size: 13px;
  line-height: 14px;
  display: -ms-grid;
  display: grid;
  grid-gap: 26px;
  margin-bottom: 48px;
}

@media screen and (min-width: 1025px) {
  .profileContent__main__orders__opened__additionalInfo {
    grid-gap: 24px;
    font-size: 15px;
    line-height: 16px;
  }
}

.profileContent__main__orders__opened__navigation {
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
}

@media screen and (min-width: 1025px) {
  .profileContent__main__orders__opened__navigation {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -ms-grid-columns: (auto) [3];
    grid-template-columns: repeat(3, auto);
    grid-gap: 12px;
  }
}

.profileContent__main__orders__opened__navigation__backbtn {
  width: 100%;
  height: 48px;
  border-radius: 8px;
  background-color: #e9e9e9;
  color: #c5c5c5;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 1025px) {
  .profileContent__main__orders__opened__navigation__backbtn {
    width: 48px;
  }
}

.profileContent__main__orders__opened__navigation__backbtn:hover {
  background-color: #c5c5c5;
  color: #000000;
}

.profileContent__main__orders__opened__navigation__backbtn::after {
  content: url(../img/orders_backbtn.svg);
}

@media screen and (min-width: 1025px) {
  .profileContent__main__orders__opened__navigation a {
    min-width: 285px;
  }
}

.profileContent__main__orders__opened__navigation__invoicelink {
  background-color: #fff;
  border: 1px solid #ffd001;
}

.profileContent__main__orders__opened__navigation__invoicelink:hover {
  background-color: rgba(255, 208, 1, 0.3);
}

.profileContent__main__orders.selected .profileContent__main__orders__all,
.profileContent__main__orders.selected .profileContent__main__orders__opened {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.productsMain {
  display: -ms-grid;
  display: grid;
  grid-gap: 30px;
  padding: 0 30px;
  padding-top: 20px;
  padding-bottom: 113px;
}

@media screen and (min-width: 1025px) {
  .productsMain {
    grid-gap: 72px;
    padding: 0 36px;
    padding-top: 16px;
    padding-bottom: 52px;
    -ms-grid-columns: 31.95% 1fr;
    grid-template-columns: 31.95% 1fr;
    grid-gap: 24px;
    min-height: calc(100vh - 376px);
  }
}

.productsMain * {
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
}

.productsMain__categories {
  width: 100%;
}

.productsMain__categories__ul {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
}

@media screen and (min-width: 1025px) {
  .productsMain__categories__ul {
    grid-gap: 24px;
  }
}

.productsMain__categories__ul__li {
  background-color: #fff;
  border-radius: 8px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  padding: 0 16px;
  padding-top: 0;
  white-space: nowrap;
}

.productsMain__categories__ul__li span {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
}

.productsMain__categories__ul__li span::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  content: url(../img/filter-arrow.svg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.productsMain__categories__ul__li.toggled {
  height: var(--maxheight);
}

.productsMain__categories__ul__li.toggled span {
  margin-bottom: 28px;
}

.productsMain__categories__ul__li.toggled span::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.productsMain__categories__ul__li__ul {
  display: -ms-grid;
  display: grid;
  grid-gap: 8px;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.productsMain__categories__ul__li__ul__li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
  width: 100%;
  border-radius: 8px;
  background-color: rgba(32, 72, 157, 0.5);
  color: #fff;
  padding: 0 20px;
  cursor: pointer;
  overflow: hidden;
}

.productsMain__categories__ul__li__ul__li.active,
.productsMain__categories__ul__li__ul__li:hover {
  background-color: #20489d;
}

.productsMain__content {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100% 100%;
  grid-template-columns: 100% 100%;
  -ms-grid-rows: 74px auto;
  grid-template-rows: 74px auto;
  position: relative;
}

@media screen and (min-width: 1025px) {
  .productsMain__content {
    -ms-grid-rows: 84px auto;
    grid-template-rows: 84px auto;
  }
}

.productsMain__content__filter {
  opacity: 0.5;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  height: 64px;
  background-color: #fff;
  padding: 20px 16px;
  font-size: 15px;
  line-height: 16px;
  color: #444444;
  font-family: crbldcaps;
  position: relative;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 10px;
}

@media screen and (min-width: 1025px) {
  .productsMain__content__filter {
    margin-bottom: 24px;
  }
}

.productsMain__content__filter__ul {
  display: -ms-grid;
  display: grid;
  grid-gap: 0px;
  width: 100%;
}

.productsMain__content__filter__ul li {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  opacity: 0;
}

.productsMain__content__filter__ul li.active {
  opacity: 1;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.productsMain__content__filter__arrow::after {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  content: url(../img/filter-arrow.svg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.productsMain__content__filter.toggled {
  opacity: 1;
  z-index: 2;
  height: 108px;
}

.productsMain__content__filter.toggled .productsMain__content__filter__ul {
  grid-gap: 20px;
}

.productsMain__content__filter.toggled .productsMain__content__filter__ul li {
  opacity: 1;
}

.productsMain__content__filter.toggled
  .productsMain__content__filter__ul
  li:hover {
  color: #000000;
}

.productsMain__content__filter.toggled
  .productsMain__content__filter__ul
  li.active {
  pointer-events: none;
}

.productsMain__content__filter.toggled
  .productsMain__content__filter__arrow::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.productsMain__content__categories {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.productsMain__content__categories__ul {
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 182px;
}

@media screen and (min-width: 700px) {
  .productsMain__content__categories__ul {
    grid-gap: 16px;
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 1025px) {
  .productsMain__content__categories__ul {
    grid-gap: 24px;
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
  }
}

.productsMain__content__categories__ul__li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
}

.productsMain__content__categories__ul__li.active {
  height: 190px;
  border-radius: 8px 8px 0 0;
}

.productsMain__content__categories__ul__li:hover
  .productsMain__content__categories__ul__li__imgbox
  img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.productsMain__content__categories__ul__li__imgbox {
  padding: 20px;
  padding-bottom: 18px;
  overflow: hidden;
}

.productsMain__content__categories__ul__li__imgbox img {
  width: 100%;
  height: 100px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.productsMain__content__categories__ul__li h2 {
  font-family: crbldcaps;
  font-size: 12px;
  line-height: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: center;
}

.productsMain__content__categories__ul__li__children {
  position: absolute;
  display: none;
  top: 100%;
  background-color: #fff;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 0 0 8px 8px;
}

.productsMain__content__categories__ul__li__children.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.productsMain__content__categories__ul__li__child {
  height: 182px;
}

.productsMain__content__categories__ul__li__child__img {
  padding: 20px;
  padding-bottom: 18px;
  overflow: hidden;
  height: 143px;
}

.productsMain__content__categories__ul__li__child__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.productsMain__content__parts {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@media screen and (min-width: 1025px) {
  .productsMain__content__parts__ul {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, 256px);
    grid-gap: 16px;
  }
}

.productsMain__content__parts__ul__li {
  background-color: #fff;
}

@media screen and (min-width: 1025px) {
  .productsMain__content__parts__ul__li {
    width: 100%;
  }
}

.productsMain__content__parts__ul__li img,
.productsMain__content__parts__ul__li h3 {
  cursor: pointer;
}

.productsMain__content.loaderon .loader {
  opacity: 1;
  width: 30%;
  height: 30vh;
  z-index: 999;
}

.productsMain.prts .productsMain__content__categories,
.productsMain.prts .productsMain__content__parts {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@media screen and (min-width: 1025px) {
  .productsMain .topProducts__slider {
    height: auto;
  }
}

.productsMain .loader {
  position: fixed;
  bottom: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  z-index: -999;
  background: #ffd001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  opacity: 0;
  width: 0;
  height: 0;
  -webkit-transition: z-index 0.1s 0.1s linear, all 0.1s ease-out;
  transition: z-index 0.1s 0.1s linear, all 0.1s ease-out;
}

.modalbg {
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  z-index: -999;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.modalbg.shown {
  opacity: 1;
  z-index: 100;
  width: 100%;
  height: 100vh;
}

.productModal {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 12px;
  background-color: #fff;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 0;
  min-height: 0;
  height: auto;
  opacity: 0;
  z-index: -999;
  -webkit-transition: z-index 0.3s 0.3s, opacity 0.3s ease-out,
    width 0.3s ease-out, min-height 0.3s ease-out;
  transition: z-index 0.3s 0.3s, opacity 0.3s ease-out, width 0.3s ease-out,
    min-height 0.3s ease-out;
}

@media screen and (min-width: 700px) {
  .productModal {
    max-width: 594px;
  }
}

.productModal.shown {
  width: calc(100% - 60px);
  min-height: 60%;
  opacity: 1;
  z-index: 101;
  -webkit-transition: z-index 0s, opacity 0.3s ease-out, width 0.3s ease-out,
    min-height 0.3s ease-out;
  transition: z-index 0s, opacity 0.3s ease-out, width 0.3s ease-out,
    min-height 0.3s ease-out;
}

.productModal__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 0;
  height: 48px;
  width: 100%;
  border-radius: 8px;
  padding-right: 6px;
  padding-left: 12px;
  border: 1px solid #c5c5c5;
  background-color: #fff;
}

@media screen and (min-width: 700px) {
  .productModal__link {
    padding-left: 16px;
  }
}

.productModal__link input {
  font-family: crreg;
  color: #000000;
  font-size: 12px;
  line-height: 12px;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  cursor: text;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.productModal__link__copy {
  cursor: pointer;
  margin-left: 23px;
  padding: 0 20px;
  color: #444444;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f5f5f5;
  font-family: crbldcaps;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  height: 36px;
  overflow: hidden;
  padding-top: 4px;
  position: relative;
  font-size: 12px;
  line-height: 16px;
}

@media screen and (min-width: 700px) {
  .productModal__link__copy {
    margin-left: 32px;
  }
}

.productModal__link__copy::after {
  content: "Copied";
  position: absolute;
  cursor: default;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  background-color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 100%;
  top: 0;
  -webkit-transition: opacity 0.4s ease-out, left 0s 0.4s ease-out;
  transition: opacity 0.4s ease-out, left 0s 0.4s ease-out;
}

.productModal__link__copy.copied::after {
  left: 0;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}

.productModal__X {
  position: absolute;
  right: 20px;
  top: 20px;
  content: url(../img/closemodal.svg);
  cursor: pointer;
}

.productModal__top {
  padding: 20px;
  padding-top: 47px;
  padding-bottom: 20px;
  width: 100%;
}

@media screen and (min-width: 700px) {
  .productModal__top {
    grid-gap: 24px;
    padding-top: 20px;
    padding-bottom: 32px;
  }
}

.productModal__top__imgbox {
  width: 100%;
  height: 148px;
}
.productModal__top img {
  width: 100%;
  height: 148px;
  object-fit: contain;
  float: left;
  margin: 0 0px 10px 0;
}
@media screen and (min-width: 700px) {
  .productModal__top img {
    width: 50%;
    margin: 0 5px 5px 0;
  }
}

.productModal__top__imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.productModal__top__maininfo {
  font-family: crbldcaps;
}

@media screen and (min-width: 700px) {
  .productModal__top__maininfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.productModal__top h1 {
  font-size: 15px;
  line-height: 16px;
  margin-top: 10px;
}
.productModal__top p {
  font-size: 15px;
  line-height: 16px;
  margin-top: 10px;
}

.productModal__top__maininfo__price {
  font-size: 24px;
  line-height: 25px;
  margin-top: 10px;
}

.productModal__bottom {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  background-color: #f5f5f5;
  padding: 20px;
}

.productModal__bottom h2 {
  font-family: crbldcaps;
  font-size: 15px;
  line-height: 16px;
  margin-bottom: 20px;
}

.productModal__bottom__ul {
  display: -ms-grid;
  display: grid;
  grid-gap: 4px;
  width: 100%;
  grid-auto-rows: 32px;
  margin-bottom: 16px;
}

.productModal__bottom__ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  border-radius: 8px;
  background-color: #fff;
  color: #000000;
  font-size: 13px;
  line-height: 14px;
  font-family: crcaps;
  padding-left: 8px;
  padding-right: 8px;
}

@media screen and (min-width: 700px) {
  .productModal__bottom__ul li {
    padding-right: 16px;
  }
}

.contactMain {
  padding-top: 20px;
  padding-bottom: 128px;
  background-color: #fff;
}

@media screen and (min-width: 1025px) {
  .contactMain {
    min-height: calc(100vh - 376px);
    padding-top: 46px;
    padding-bottom: 48px;
  }
}

.contactMain h1 {
  display: none;
  font-family: crbldcaps;
  font-size: 28px;
  line-height: 29px;
  margin-bottom: 48px;
}

@media screen and (min-width: 1025px) {
  .contactMain h1 {
    display: block;
    font-size: 36px;
    line-height: 37px;
    margin-bottom: 48px;
  }
}

.contactMain__container {
  margin: 0 auto;
  max-width: 285px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

@media screen and (min-width: 1025px) {
  .contactMain__container {
    max-width: 1006px;
  }
}

@media screen and (min-width: 1600px) {
  .contactMain__container {
    max-width: 1300px;
  }
}

.contactMain__content {
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
  justify-items: center;
}

@media screen and (min-width: 1025px) {
  .contactMain__content {
    justify-items: unset;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    grid-gap: 24px;
  }
}

.contactMain__content__info {
  display: -ms-grid;
  display: grid;
  grid-gap: 24px;
  padding: 36px 24px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.contactMain__content__info > * {
  font-size: 15px;
  line-height: 16px;
  font-family: crreg;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 240px;
  height: 24px;
}

.contactMain__content__info > *::before {
  margin-right: 16px;
}

.contactMain__content__info > a:first-child::before {
  content: url(../img/contacticons/tel.svg);
}

.contactMain__content__info > a:nth-child(2)::before {
  content: url(../img/contacticons/mob.svg);
}

.contactMain__content__info > a:nth-child(3)::before {
  content: url(../img/contacticons/email.svg);
}

.contactMain__content__info > address {
  height: 36px;
}

.contactMain__content__info > address::before {
  content: url(../img/contacticons/address.svg);
}

.contactMain__content__map {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  height: 244px;
}

@media screen and (min-width: 1600px) {
  .contactMain__content__map {
    height: 500px;
  }
}

.contactMain__content__map::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #20489d;
}

.map {
  width: 100%;
  opacity: 0.7;
  z-index: 1;
  height: 244px;
}

@media screen and (min-width: 1600px) {
  .map {
    height: 500px;
  }
}

.searcherror {
  padding: 50px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

@media screen and (min-width: 1025px) {
  .searcherror {
    min-height: calc(100vh - 376px);
    padding: 30px;
  }
}

.searcherror svg {
  margin-bottom: 28px;
}

.searcherror__warning {
  margin-bottom: 48px;
  font-family: crreg;
  font-size: 15px;
  line-height: 25px;
  color: black;
}

.searcherror__gobacktohomepage {
  border: 1px solid black;
  border-radius: 8px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  font-family: crbldcaps;
  max-width: 312px;
  font-size: 15px;
  line-height: 20px;
}

#searchbarMobile {
  display: none !important;
}

.filters__form__selectcontainer__chosen {
  cursor: pointer;
}

.filters__form__selectcontainer__arrow {
  pointer-events: none;
}

.yearsearchbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.yearsearchbox__input {
  width: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 36px;
  border-radius: 8px;
  border: 1px solid #c5c5c5;
  padding: 0 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 12px;
  font-family: crreg;
  font-size: 14px;
  line-height: 19px;
}

.yearsearchbox button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #ffd001;
  height: 36px;
  cursor: pointer;
  width: 36px;
}

.yearsearchbox button::after {
  content: url(../img/srchbtn.svg);
  display: inline-block;
  width: 24px;
  height: 24px;
}

.selectcars ul {
  padding-top: 0 !important;
}

#loadmore {
  cursor: pointer;
  border-radius: 8px;
  background-color: #f5f5f5;
  color: #c5c5c5;
  font-family: crbldcaps;
  height: 36px;
  padding: 0 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  line-height: 17px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  -webkit-font-feature-settings: "case" on;
  font-feature-settings: "case" on;
}

.productsMain__content__categories__ul__li h2 {
  padding: 0 10px;
  text-align: center;
}

.coverimg {
  height: 945px;
}
/*# sourceMappingURL=style.css.map */
