@font-face {
  font-family: "SFProDisplay";
  src: url(../fonts/SFProDisplay-Medium.ttf);
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "SFProDisplay";
  src: url(../fonts/SFProDisplay-Bold.ttf);
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "SFProDisplay";
  src: url(../fonts/SFProDisplay-Regular.ttf);
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "SFProDisplay";
  src: url(../fonts/SFProDisplay-Semibold.ttf);
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "TTCommons";
  src: url(../fonts/TTCommons-Bold.ttf);
  font-weight: 700;
  font-style: normal;
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: SFProDisplay, sans-serif;
  font-size: 18px;
  font-weight: 500;
  background-color: #f5f5f5;
}

p {
  color: #2e2e2e;
}

a {
  text-decoration: none;
  display: inline-block;
  color: #2e2e2e;
  font-family: SFProDisplay, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

ul {
  list-style: none;
}

button,
input {
  border: none;
  background-color: #fff;
  font-family: SFProDisplay, sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.advert img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  /*object-fit: cover;*/
}
.flex-block {
  display: flex;
}

.white-block_sm {
  background-color: #fff;
  border-radius: 10px;
  padding: 8px 20px;
}

.white-block_md {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}

.white-block_lg {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 52px;
}
.white-block_lg img {
  max-width: 100%;
  height: 100%;
}
.help-article a {
  word-break: break-all;
}
.for-lt {
  display: none;
}

h1 {
  font-size: 44px;
  color: #2e2e2e;
  text-align: center;
}

.product-block h1 {
  font-size: 24px;
  color: #2e2e2e;
  margin-bottom: 40px;
  text-align: left;
}

.spares-block h1 {
  font-size: 36px;
  color: #2e2e2e;
  margin-bottom: 40px;
  text-align: left;
}

.brands-block h1 {
  font-size: 36px;
  color: #2e2e2e;
  margin-bottom: 40px;
  text-align: left;
}

.path-block h1 {
  font-size: 36px;
  color: #2e2e2e;
  margin-bottom: 40px;
  text-align: left;
}

h2 {
  font-size: 36px;
  color: #2e2e2e;
  margin-bottom: 40px;
}

h3 {
  font-size: 24px;
  color: #2e2e2e;
}

h4 {
  color: #2e2e2e;
}

.for-mob {
  display: none;
}

.pre-line {
  white-space: pre-line;
}

.logo {
  font-family: TTCommons, sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  margin-right: 40px;
  display: flex;
}
.logo img {
  width: 150px;
  object-fit: contain;
}

.wrapper {
  width: 1200px;
  margin: 0 auto;
}

.underline {
  border-bottom: 1px solid #f5f5f5;
}

.textarea__prim {
  height: 125px;
  width: 100%;
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 15px;
  border-color: #0F0F69;
  font-size: 16px;
  font-family: SFProDisplay, sans-serif;
  font-weight: 500;
  resize: none;
}
.textarea__prim::placeholder {
  color: #2e2e2e;
  font-size: 16px;
}

.checkbox__prim {
  display: none;
}
.checkbox__prim + label {
  padding-left: 28px;
  position: relative;
  margin-right: 20px;
  font-size: 16px;
  cursor: pointer;
}
.checkbox__prim + label::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  margin: 1px;
  width: 20px;
  height: 20px;
  box-shadow: 0 0 0 1px #FC1246;
  border: 3px solid #fff;
  background-color: #fff;
  border-radius: 50%;
}
.checkbox__prim:checked + label::before {
  background-color: #0F0F69;
}

.radio__prim {
  display: none;
}
.radio__prim + label {
  padding-left: 28px;
  position: relative;
  margin-right: 20px;
  font-size: 16px;
  cursor: pointer;
}
.radio__prim + label::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  margin: 1px;
  width: 20px;
  height: 20px;
  box-shadow: 0 0 0 1px #FC1246;
  border: 3px solid #fff;
  background-color: #fff;
  border-radius: 50%;
}
.radio__prim:checked + label::before {
  background-color: #0F0F69;
}

.select2-container--open {
  border-radius: 20px 20px 0 0 !important;
}

.select2-dropdown {
  border: none !important;
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}
.select2-dropdown .select2-results__option:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.select2-results__option {
  padding: 6px 0px 6px 22px !important;
  font-size: 16px !important;
}

.select2-results__option--selected {
  background-color: #fff !important;
  color: #2e2e2e !important;
  background-image: url(../images/check-blue.svg);
  background-repeat: no-repeat;
  background-position: right 16px center;
}

.select2-results__option--highlighted {
  background-color: #dfdfdf !important;
  color: #2e2e2e !important;
}

.select__prim ~ .select2 {
  width: auto;
  height: 40px;
  border-radius: 58px;
  color: #0F0F69;
  border: 1px solid #FC1246;
  font-weight: 500;
  padding: 0 15px;
  cursor: pointer;
}
.select__prim ~ .select2 .select2-selection {
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
}
.select__prim ~ .select2 .select2-selection {
  border: none !important;
  background: none !important;
}
.select__prim ~ .select2 .select2-selection__rendered {
  color: #0F0F69 !important;
}
.select__prim ~ .select2 .select2-selection__arrow {
  width: 14px !important;
  height: 8px !important;
  right: 15px !important;
  top: 50% !important;
  transform: translateY(-50%);
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  transition: 0.2s;
}
.select__prim ~ .select2 .select2-selection__arrow b {
  display: none !important;
}
.select__prim ~ .select2-container--open .select2-selection__arrow {
  transform: translateY(-50%) rotate(180deg) !important;
}

.select__secondary ~ .select2 {
  width: 225px !important;
  height: 40px;
  border-radius: 58px;
  color: #2e2e2e;
  font-weight: 500;
  padding: 0 15px;
  cursor: pointer;
  background-color: #fff;
}
.select__secondary ~ .select2-container--open .select2-selection__arrow {
  transform: translateY(-50%) rotate(180deg) !important;
}
.select__secondary ~ .select2 .select2-selection {
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
}
.select__secondary ~ .select2 .select2-selection {
  border: none !important;
  background: none !important;
}
.select__secondary ~ .select2 .select2-selection__rendered {
  color: #2e2e2e !important;
}
.select__secondary ~ .select2 .select2-selection__arrow {
  width: 14px !important;
  height: 8px !important;
  right: 15px !important;
  top: 50% !important;
  transform: translateY(-50%);
  background-image: url(../images/arrow-black.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  transition: 0.2s;
}
.select__secondary ~ .select2 .select2-selection__arrow b {
  display: none !important;
}

.select__prim {
  width: auto;
  height: 40px;
  border-radius: 58px;
  color: #2e2e2e;
  font-size: 16px;
  font-weight: 500;
  padding: 0 15px;
  cursor: pointer;
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  appearance: none;
}
.select__prim option {
  width: auto;
  height: 40px;
  border-radius: 58px;
  color: #0F0F69;
  font-size: 16px;
  font-weight: 500;
  padding: 15px;
}

.btn {
  height: 40px;
  width: 250px;
  background-color: #f5f5f5;
  border-radius: 58px;
  padding: 15px;
  color: #2e2e2e;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn.btn__prim {
  height: 40px;
  width: 250px;
  background-color: #0F0F69;
  border-radius: 58px;
  padding: 15px;
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

input.input__prim {
  height: 40px;
  width: 250px;
  background-color: #f5f5f5;
  border-radius: 58px;
  padding: 15px;
  font-size: 16px;
}
input.input__prim::placeholder {
  color: #2e2e2e;
  font-size: 16px;
}

.basket-num {
  display: flex;
  align-items: center;
}
.search_primary {
  height: 40px;
  flex: 1;
  margin-right: 40px;
  position: relative;
}
.search_primary input {
  width: 100%;
  padding: 11px 25px;
  color: #2e2e2e;
  background-color: #fff;
  border-radius: 56px;
  border: 1px solid #FC1246;
  height: 100%;
}
.search_primary input::placeholder {
  font-size: 18px;
  font-weight: 500;
  font-family: SFProDisplay;
  color: #2e2e2e;
  line-height: 18px;
}
.search_primary button {
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/search.svg) no-repeat center;
  width: 60px;
  height: 40px;
  cursor: pointer;
}

.path-block {
  margin-bottom: 40px;
  font-size: 14px;
  font-weight: 700;
}
.path-block .cur-path {
  color: #0F0F69;
}
.path-block a {
  font-size: inherit;
  font-weight: inherit;
}

header {
  background-color: #0F0F69;
  padding: 10px 0;
  margin-bottom: 30px;
}
header .wrapper {
  justify-content: space-between;
  align-items: center;
}
header .login {
  color: #fff;
  background-color: #0F0F69;
  border-radius: 56px;
  padding: 11px 25px;
  border: 1px solid #FC1246;
  margin-right: 20px;
  height: 40px;
  display: flex;
  align-items: center;
  white-space: pre;
}
header .login a {
  color: inherit;
}
header .user {
  border: none;
  position: relative;
  cursor: pointer;
}
header .user.active .user-menu {
  display: flex;
}
header .user.active .user-mail::after {
  transform: rotate(180deg);
}
header .user-menu {
  display: none;
  cursor: default;
  justify-content: start;
  flex-direction: column;
  padding: 20px;
  filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.1));
  border-radius: 0px 0px 10px 10px;
  position: absolute;
  top: calc(100% + 11px);
  left: 0;
  background: #fff;
  z-index: 99;
  width: 100%;
}
header .user-menu a {
  padding-left: 30px;
  font-size: 18px;
  font-weight: 500;
  color: #0F0F69;
}
header .user-menu a:not(:last-child) {
  margin-bottom: 10px;
}
header .user-menu a:nth-child(1) {
  background: url(../images/lk.svg) no-repeat left center;
}
header .user-menu a:nth-child(2) {
  background: url(../images/gear.svg) no-repeat left center;
}
header .user-menu .user__logout {
  background: url(../images/logout.svg) no-repeat left center;
  color: #dcdcdc;
}
header .user-mail {
  padding-left: 30px;
  background: url(../images/user2.svg) no-repeat left center;
  position: relative;
}
header .user-mail::after {
  content: "";
  transition: 0.1s ease-in-out;
  position: absolute;
  right: -20px;
  top: 5px;
  width: 14px;
  height: 14px;
  background: url(../images/arrow-white.svg) no-repeat center;
}
header .add-item {
  height: 40px;
  padding: 11px 25px;
  color: #2e2e2e;
  border-radius: 56px;
  border: 1px solid #FC1246;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding-left: 18px;
}
header .add-item::before {
  content: "+";
  font-size: 30px;
  font-weight: 400;
  height: 100%;
  line-height: 12px;
  margin-right: 10px;
}
header .open-menu {
  max-width: 94px;
  font-size: 14px;
  display: none;
}
header .open-menu i {
  width: 16px;
  height: 16px;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .open-menu i::after {
  content: "";
  width: 100%;
  height: 3px;
  border-top: 3px solid #000;
}
header .open-menu span {
  margin-left: 10px;
}
header .layer {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  transition: 0.3s ease-in-out;
}
header .layer.active {
  visibility: visible;
  opacity: 1;
}
header .layer.active .menu {
  transform: translateX(0);
}
header .layer .menu {
  position: absolute;
  right: 0;
  top: 0;
  overflow-y: scroll;
  transform: translateX(320px);
  max-width: 320px;
  width: 100%;
  padding: 30px;
  min-height: max-content;
  height: 100%;
  background-color: #fff;
  transition: 0.3s ease-in-out;
}
header .layer .menu__header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 40px;
}
header .layer .menu__header span {
  margin-left: 20px;
}
header .layer .menu__top {
  padding-bottom: 20px;
  border-bottom: 1px solid #0F0F69;
  margin-bottom: 30px;
  font-size: 24px;
}
header .layer .menu__top .mail {
  padding-left: 30px;
  background: url(../images/user.svg) no-repeat left center;
  font-size: 18px;
  font-weight: 500;
  color: #0F0F69;
  margin-bottom: 18px;
}
header .layer .menu__top h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 18px;
}
header .layer .menu__top a {
  font-size: inherit;
}
header .layer .menu__top ul {
  display: flex;
  justify-content: space-between;
}
header .layer .menu__top ul li {
  font-size: 16px;
  font-weight: 400;
}
header .layer .menu__top ul li a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}
header .layer .menu__top ul li.active {
  color: #0F0F69;
}
header .layer .menu__middle {
  padding-bottom: 30px;
  border-bottom: 1px solid #0F0F69;
  margin-bottom: 30px;
}
header .layer .menu__middle ul li {
  font-size: 24px;
}
header .layer .menu__middle ul li a {
  font-size: inherit;
}
header .layer .menu__middle ul li:not(:last-child) {
  margin-bottom: 20px;
}
header .layer .menu__bottom a {
  width: 100%;
}

@media screen and (max-width: 479.98px) {
  .wrapper {
    width: 280px;
  }
  header .wrapper {
    width: 95%;
  }
  header .wrapper .show-number-btn1.basket-num-btn1 {
    display: none;
  }
  /*.wrapper{
    min-width: 280px;
    width: 87.5vw;
  }*/
  .for-mob {
    display: block;
  }
  .menu .show-number-btn1.basket-num-btn1 {
    background-color: unset;
  }
  .path-block {
    margin-bottom: 30px;
  }
  header .logo {
    margin-right: 0;
    font-size: 32px;
  }
  header .search_primary {
    margin-right: 0;
    flex: unset;
  }
  header .search_primary input {
    padding: 10px;
    width: 90px;
  }
  header .search_primary input,
  header .search_primary input::placeholder {
    font-size: 16px;
  }
  header .search_primary input::placeholder {
    text-align: center;
  }
  header .search_primary button {
    display: none;
  }
  header .login {
    display: none;
  }
  header .add-item {
    margin-right: 0;
    font-size: 0;
    padding: 19px;
    width: 40px;
    position: relative;
  }
  header .add-item::before {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50%;
    transform: translate(-50%, -50%);
  }
  header .open-menu {
    display: flex;
    padding: 0;
    width: 40px;
  }
  header .open-menu span {
    display: none;
  }
}

@media screen and (min-width: 480px) and (max-width: 767.98px) {
  .wrapper {
    width: 440px;
  }
  .mob-hidden {
    display: none;
  }
  header .logo {
    margin-right: 20px;
  }
  header .search_primary {
    margin-right: 15px;
  }
  header .search_primary input,
  header .search_primary input::placeholder {
    font-size: 18px;
  }
  header .search_primary input::placeholder {
    text-align: center;
  }
  header .search_primary button {
    display: none;
  }
  header .login {
    display: none;
  }
  header .add-item {
    margin-right: 14px;
    font-size: 0;
    padding: 19px;
    width: 40px;
    position: relative;
  }
  header .add-item::before {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50%;
    transform: translate(-50%, -50%);
  }
  header .open-menu {
    display: flex;
  }
}

@media screen and (min-width: 768px) and (max-width: 999.98px) {
  .wrapper {
    width: 728px;
  }
  header .logo {
    margin-right: 20px;
  }
  header .search_primary {
    margin-right: 15px;
  }
  header .search_primary input,
  header .search_primary input::placeholder {
    font-size: 14px;
  }
  header .login {
    display: none;
  }
  header .add-item {
    margin-right: 14px;
    font-size: 14px;
  }
  header .open-menu {
    display: flex;
  }
}

@media (min-width: 1000px) and (max-width: 1299.98px) {
  .for-lt {
    display: block;
  }
  .wrapper {
    width: 940px;
  }
  header .logo {
    margin-right: 20px;
  }
  header .search_primary {
    margin-right: 20px;
  }
  header .login {
    margin-right: 10px;
  }
}
