@font-face {
  font-family: "Jost";
  src: url("/assets/fonts/Jost-Black.woff2") format("woff2"), url("/assets/fonts/Jost-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Jost";
  src: url("/assets/fonts/Jost-ExtraBold.woff2") format("woff2"), url("/assets/fonts/Jost-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Jost";
  src: url("/assets/fonts/Jost-Bold.woff2") format("woff2"), url("/assets/fonts/Jost-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Jost";
  src: url("/assets/fonts/Jost-SemiBold.woff2") format("woff2"), url("/assets/fonts/ost-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Jost";
  src: url("/assets/fonts/Jost-Medium.woff2") format("woff2"), url("/assets/fonts/Jost-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Jost";
  src: url("/assets/fonts/Jost-Regular.woff2") format("woff2"), url("/assets/fonts/Jost-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Jost";
  src: url("/assets/fonts/Jost-Light.woff2") format("woff2"), url("/assets/fonts/Jost-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto-Medium.woff2") format("woff2"), url("/assets/fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto-Bold.woff2") format("woff2"), url("/assets/fonts/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-Bold.woff2") format("woff2"), url("/assets/fonts/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url("/assets/fonts/Roboto-Regular.woff2") format("woff2"), url("/assets/fonts/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova Regular";
  src: url("/assets/fonts/PhonkRegularDEMO.otf") format("opentype");
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

button,
input,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  font-family: inherit;
}

button:focus {
  box-shadow: none !important;
}

button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

*:focus {
  outline: none;
}

body {
  font-family: "Jost";
}

a {
  display: inline-block;
  font: inherit;
  color: inherit;
  transition: 300ms;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

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

a img {
  border: none;
  outline: none;
  display: block;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}


.icon-like {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='18'%3E%3Cg data-name='22628' d='M1 1h12v16l-6-4-6 4Z' fill='none' stroke='%233d70e8' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
}


.container {
  max-width: 1416px;
  margin: 0 auto;
}

@media screen and (max-width: 1480px) {
  .container {
    width: 1120px;
  }
}

@media screen and (max-width: 1180px) {
  .container {
    width: 970px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    width: 750px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 16px;
  }
}

.wrapper {
  overflow: hidden;
  position: relative;
  background-color: #fff;
}

.header {
  padding-top: 43px;
  position: absolute;
  width: 100%;
  z-index: 50;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  transition: 600ms;
  color: #dce3de;
}

.header.dop {
  top: -200px;
}

.header.active {
  background: #F8F8F8;
  position: fixed;
  top: 0;
}

@media screen and (max-width: 767px) {
  .header.active {
    padding: 15px 0;
  }
}

@media only screen and (max-width: 991px) {
  .header {
    padding-top: 23px;
  }
}

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

.header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 60px;
  font-size: 20px;
  font-family: "Proxima Nova Regular";
  color: #dce3de;
}

.header__logo img {
  margin-right: 9px;
}

@media only screen and (max-width: 991px) {
  .header__logo img {
    margin-right: 0;
  }
}

@media only screen and (max-width: 991px) {
  .header__logo {
    margin-right: 30px;
    font-size: 0;
  }
}

.header__catalog {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  width: 121px;
  height: 40px;
  border: 2px solid #aad93d;
  font-size: 16px;
  font-weight: 700;
  color: #b9bdc2;
}

@media only screen and (max-width: 991px) {
  .header__catalog {
    width: 100px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .header__catalog {
    display: none;
  }
}

.header__catalog:hover {
  background-color: #aad93d;
  color: #231f20;
}

.header__catalog:hover svg rect {
  fill: #231f20;
}

.header__catalog:active {
  background-color: #b2ec2a;
}

.header__catalog svg {
  margin-right: 14px;
}

.header__catalog svg rect {
  transition: 300ms;
}

@media only screen and (max-width: 991px) {
  .header__catalog svg {
    width: 15px;
    margin-right: 6px;
  }
}

.header__start {
  display: flex;
  align-items: center;
}

.header__blocks {
  display: flex;
  align-items: center;
}

.header__item {
  display: flex;
  align-items: center;
  margin-right: 73px;
}

@media only screen and (max-width: 991px) {
  .header__item {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .header__item {
    position: fixed;
    margin: 0;
    top: -200%;
    left: 0;
    background-color: #fff;
    padding: 50px 16px 52px 15px;
    width: 100%;
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 200;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: 500ms;
    visibility: hidden;
  }
  .header__item.active {
    top: 0;
    visibility: visible;
  }
}

@media only screen and (max-width: 767px) {
  .header__item-inner {
    position: relative;
    width: 100%;
  }
}

.header__mobile-header {
  display: none;
}

@media only screen and (max-width: 767px) {
  .header__mobile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 70px;
    padding-right: 12px;
  }
}

.header__mobile-logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 135px;
}

@media only screen and (max-width: 767px) {
  .header__mobile-strong {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
}

.header__mobile-call {
  display: none;
}

@media only screen and (max-width: 767px) {
  .header__mobile-call {
    display: block;
    margin-bottom: 87px;
  }
  .header__mobile-call p {
    font-size: 16px;
    font-weight: 700;
    color: #2d2e30;
    margin-bottom: 10px;
    line-height: 24px;
  }
  .header__mobile-call a {
    font-size: 24px;
    font-weight: 700;
    color: #2d2e30;
    line-height: 24px;
  }
}

.header__mobile-btns {
  display: none;
}

@media only screen and (max-width: 767px) {
  .header__mobile-btns {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .header__mobile-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 64px;
    background-color: #3b414e;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 21px;
  }
  .header__mobile-btn:last-child {
    margin-bottom: 0;
    background-color: #aad93d;
    color: #231f20;
  }
}

.header__block {
  display: flex;
  align-items: center;
}

.header__nav {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .header__nav {
    flex-direction: column;
    color: #2d2e30;
    margin-bottom: 74px;
    align-items: flex-start;
  }
}

.header__nav li {
  margin-right: 30px;
}

@media only screen and (max-width: 991px) {
  .header__nav li {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .header__nav li {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .header__nav li:last-child {
    margin-bottom: 0;
  }
}

.header__nav li:last-child {
  margin-right: 0;
}

.header__nav li a {
  font-size: 14px;
  color: #dce3de;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .header__nav li a {
    font-size: 20px;
    font-weight: 400;
    color: #2d2e30;
  }
}

.header__nav li a:hover {
  color: #fff;
}

.header__basket {
  display: flex;
  align-items: center;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #dce3de;
  justify-content: center;
  margin-right: 24px;
  transition: 300ms;
}

.header__basket:hover {
  background-color: #aad93d;
}

@media only screen and (max-width: 767px) {
  .header__basket {
    margin-right: 27px;
  }
}

.header__basket span {
  position: absolute;
  top: 1px;
  right: -14px;
  width: 25px;
  height: 15px;
  background-color: #AAD93D;
  border-radius: 8px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .header__basket span {
    background-color: #aad93d;
  }
}

.header__login {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 40px;
  background-color: #2d2e30;
  font-size: 16px;
  color: #d6d6d6;
  font-weight: 700;
  border-radius: 5px;
}

@media only screen and (max-width: 991px) {
  .header__login {
    width: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .header__login {
    display: none;
  }
}

.header__login:hover {
  background-color: #000;
}

.burger {
  display: none;
}

@media only screen and (max-width: 767px) {
  .burger {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background-color: #2d2e30;
  }
}

.burger a {
  display: block;
  cursor: pointer;
  padding: 12px 0;
}

.burger a span {
  position: relative;
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 7px;
  background: #aad93d;
  transition: all 0.2s ease-in-out;
}

.burger a span:before, .burger a span:after {
  content: "";
  width: 18px;
  height: 2px;
  position: absolute;
  left: 0;
  background: #aad93d;
  border-radius: 7px;
  transition: all 0.2s ease-in-out;
}

.burger a span:before {
  top: -5px;
}

.burger a span:after {
  top: 5px;
}

.showcase {
  background: url(/assets/img/showcase-ground.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 166px;
  margin-bottom: 61px;
  background-color: #383c47;
}

@media only screen and (max-width: 991px) {
  .showcase {
    padding-top: 129px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .showcase {
    background-image: url(/assets/img/showcase-ground_mobile.png);
    background-size: cover;
    background-position: center center;
    margin-bottom: 33px;
    background-repeat: no-repeat;
  }
}

.showcase__title {
  font-size: 48px;
  line-height: 62px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .showcase__title {
    font-size: 41px;
    line-height: 53px;
    margin-bottom: 7px;
    padding-left: 9px;
  }
}

.showcase__subtitle {
  font-size: 25px;
  line-height: 30px;
  color: #a8a8a8;
  margin-bottom: 157px;
}

@media only screen and (max-width: 1480px) {
  .showcase__subtitle {
    margin-bottom: 120px;
  }
}

@media only screen and (max-width: 991px) {
  .showcase__subtitle {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .showcase__subtitle {
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 58px;
    padding-left: 9px;
  }
}

.showcase__inner {
  transform: translateY(-32px);
}

@media only screen and (max-width: 767px) {
  .showcase__inner {
    transform: none;
  }
}

.showcase__content {
  background-color: #2d2e30;
  padding-bottom: 69px;
}

@media only screen and (max-width: 1480px) {
  .showcase__content {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 1180px) {
  .showcase__content {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .showcase__content {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .showcase__content {
    background: none;
    padding-bottom: 58px;
  }
}

.showcase__items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 148px;
}

@media only screen and (max-width: 1480px) {
  .showcase__items {
    margin-bottom: 110px;
  }
}

@media only screen and (max-width: 1180px) {
  .showcase__items {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 991px) {
  .showcase__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 20px;
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .showcase__items {
    margin-bottom: 163px;
  }
}

.showcase__catalog-mobile {
  display: none;
}

@media only screen and (max-width: 767px) {
  .showcase__catalog-mobile {
    display: flex;
    align-items: center;
    width: 100%;
    height: 48px;
    border: 1px solid #aad93d;
    border-radius: 5px;
    font-size: 20px;
    color: #b9bdc2;
    position: relative;
    justify-content: center;
    margin-bottom: 123px;
    font-weight: 700;
  }
  .showcase__catalog-mobile img {
    position: absolute;
    top: 14px;
    left: 12px;
    width: 29px;
    height: 19px;
  }
}

.showcase__search {
  max-width: 936px;
  width: 100%;
  position: relative;
  height: 64px;
}

@media only screen and (max-width: 1480px) {
  .showcase__search {
    max-width: 650px;
  }
}

@media only screen and (max-width: 1180px) {
  .showcase__search {
    max-width: 500px;
  }
}

@media only screen and (max-width: 991px) {
  .showcase__search {
    max-width: 100%;
    grid-column-start: 1;
    grid-column-end: 3;
  }
}

.showcase__search input {
  border: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 0 140px 0 24px;
  font-size: 24px;
  color: #000;
  border-radius: 7px;
}

@media only screen and (max-width: 1180px) {
  .showcase__search input {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .showcase__search input {
    padding: 0 82px 0 21px;
    font-size: 16px;
  }
}

.showcase__search input::-moz-placeholder {
  font-size: 24px;
  color: #b9bdc2;
}

.showcase__search input::-ms-input-placeholder {
  font-size: 24px;
  color: #b9bdc2;
}

.showcase__search input::placeholder {
  font-size: 24px;
  color: #b9bdc2;
}

@media only screen and (max-width: 1180px) {
  .showcase__search input::-moz-placeholder {
    font-size: 20px;
  }
  .showcase__search input::-ms-input-placeholder {
    font-size: 20px;
  }
  .showcase__search input::placeholder {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .showcase__search input::-moz-placeholder {
    font-size: 16px;
  }
  .showcase__search input::-ms-input-placeholder {
    font-size: 16px;
  }
  .showcase__search input::placeholder {
    font-size: 16px;
  }
}

.showcase__search button {
  display: flex;
  align-items: center;
  cursor: pointer;
  border: 0;
  position: absolute;
  top: 4px;
  right: 4px;
  width: 137px;
  height: 56px;
  background-color: #aad93d;
  color: #222021;
  font-size: 16px;
  font-weight: 700;
  transition: 300ms;
  border-radius: 5px;
  padding: 0 16px;
}

@media only screen and (max-width: 1180px) {
  .showcase__search button {
    width: 110px;
  }
}

@media only screen and (max-width: 767px) {
  .showcase__search button {
    font-size: 0;
    width: 48px;
    height: 48px;
    right: 7px;
    top: 8px;
  }
}

.showcase__search button:hover {
  background-color: #8bb629;
}

.showcase__search button img {
  margin-right: 21px;
}

@media only screen and (max-width: 1180px) {
  .showcase__search button img {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .showcase__search button img {
    margin-right: 0;
  }
}

.showcase__search-dop {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 216px;
  height: 64px;
  background-color: #f1efef;
  border-radius: 7px;
  font-size: 16px;
  font-weight: 700;
  color: #1b1c1d;
}

@media only screen and (max-width: 991px) {
  .showcase__search-dop {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .showcase__search-dop {
    height: 40px;
    font-size: 12px;
    grid-column-start: 2;
    grid-column-end: 3;
    background-color: #aad93d;
    color: #1b1c1d;
  }
}

.showcase__search-dop:hover {
  background-color: #bdbdbd;
}

.showcase__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 216px;
  height: 64px;
  background-color: #222021;
  color: #dce3de;
  font-size: 16px;
  font-weight: 700;
  border-radius: 7px;
}

@media only screen and (max-width: 991px) {
  .showcase__btn {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .showcase__btn {
    height: 40px;
    font-size: 12px;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}

.showcase__btn:hover {
  color: #fff;
  background-color: #000000;
}

.showcase__end {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 991px) {
  .showcase__end {
    align-items: stretch;
  }
}

.showcase__end-text {
  font-size: 32px;
  line-height: 34px;
  color: #fafafa;
  width: 100%;
  margin-right: 59px;
  font-weight: 500;
  padding-top: 7px;
}

@media only screen and (max-width: 1480px) {
  .showcase__end-text {
    font-size: 26px;
    line-height: 28px;
    margin-right: -100px;
  }
}

@media only screen and (max-width: 1180px) {
  .showcase__end-text {
    display: none;
  }
}

@media only screen and (max-width: 1480px) {
  .showcase__end-text p {
    padding-right: 0;
  }
}

.showcase__support {
  width: 456px;
  min-width: 456px;
  background-color: #34363f;
  border-radius: 7px;
  padding: 19px 24px 27px 26px;
  margin-right: 24px;
}

@media only screen and (max-width: 1480px) {
  .showcase__support {
    padding: 10px 20px;
    width: 100%;
    min-width: auto;
    margin-right: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .showcase__support {
    padding: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .showcase__support {
    background: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    width: 100%;
    min-width: auto;
    margin-right: 0;
  }
}

.showcase__support-head {
  font-size: 20px;
  line-height: 24px;
  color: #d6d6d6;
  font-weight: 700;
  margin-bottom: 16px;
}

@media only screen and (max-width: 1480px) {
  .showcase__support-head {
    font-size: 18px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 991px) {
  .showcase__support-head {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .showcase__support-head {
    margin-bottom: 0;
  }
}

.showcase__support-items {
  display: flex;
  align-items: center;
}

.showcase__support-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 50%;
  margin-right: 7px;
}

@media only screen and (max-width: 767px) {
  .showcase__support-image {
    display: none;
  }
}

.showcase__support-image img {
  border-radius: 50%;
}

.showcase__support-massage {
  border-radius: 10px 10px 10px 0;
  background-color: #ffffff;
  padding: 3px 15px;
  margin-right: 9px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .showcase__support-massage {
    display: none;
  }
}

.showcase__support-name {
  font-size: 14px;
  line-height: 19px;
  color: #a8a8a8;
}

.showcase__support-text {
  font-size: 16px;
  line-height: 24px;
  color: #2d2e30;
}

@media only screen and (max-width: 1480px) {
  .showcase__support-text {
    font-size: 14px;
    line-height: 18px;
  }
}

.showcase__support-socials {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .showcase__support-socials {
    margin-left: 10px;
  }
}

.showcase__support-socials li {
  margin-right: 7px;
}

@media only screen and (max-width: 767px) {
  .showcase__support-socials li {
    margin-right: 16px;
  }
}

.showcase__support-socials li:last-child {
  margin-right: 0;
}

.showcase__support-socials li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  .showcase__support-socials li a {
    min-width: 56px;
    width: 56px;
    height: 56px;
  }
  .showcase__support-socials li a img {
    width: 100%;
    height: 100%;
  }
}

.showcase__support-socials li a:hover {
  transform: scale(1.05);
}

.showcase__store {
  width: 456px;
  min-width: 456px;
  border-radius: 7px;
  background-color: #f8f8f8;
  padding: 22px 17px 19px 24px;
}

@media only screen and (max-width: 1480px) {
  .showcase__store {
    padding: 10px 20px;
    width: 100%;
    min-width: auto;
  }
}

@media only screen and (max-width: 991px) {
  .showcase__store {
    padding: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .showcase__store {
    display: none;
  }
}

.showcase__store-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 25px;
  margin-bottom: 16px;
}

@media only screen and (max-width: 1480px) {
  .showcase__store-header {
    padding-right: 0;
    margin-bottom: 9px;
  }
}

.showcase__store-logo {
  display: flex;
  align-items: center;
  font-family: "Proxima Nova Regular";
  font-size: 16px;
  justify-content: center;
}

.showcase__store-logo img {
  margin-right: 5px;
  width: 38px;
  height: 38px;
}

.showcase__store-in {
  font-weight: 700;
  font-size: 20px;
  color: #2d2e30;
}

.showcase__store-avito {
  display: flex;
  align-items: center;
  justify-content: center;
}

.showcase__store-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 39px;
  background-color: #ffffff;
  font-size: 16px;
  border-radius: 5px;
  font-weight: 500;
  color: #3021ff;
}

.showcase__store-btn:hover {
  background-color: #e6e6e6;
}

.general-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 62px;
  color: #000;
  line-height: 62px;
}

@media only screen and (max-width: 991px) {
  .general-title {
    font-size: 32px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .general-title {
    font-size: 24px;
    line-height: 24px;
  }
}

.marks {
  margin-bottom: 71px;
}

@media only screen and (max-width: 991px) {
  .marks {
    margin-bottom: 50px;
  }
}

.marks__title {
  margin-bottom: 59px;
}

@media only screen and (max-width: 1180px) {
  .marks__title {
    margin-bottom: 35px;
  }
}

.marks__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -moz-column-gap: 24px;
  column-gap: 24px;
  row-gap: 20px;
}

@media only screen and (max-width: 1180px) {
  .marks__items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media only screen and (max-width: 767px) {
  .marks__items {
    grid-template-columns: 1fr 1fr 1fr;
    -moz-column-gap: 5px;
    column-gap: 5px;
    row-gap: 8px;
  }
}

.marks__item {
  display: flex;
  align-items: center;
  border-radius: 3px;
  background-color: #f8f8f8;
  height: 60px;
  padding: 0 10px;
}

@media only screen and (max-width: 767px) {
  .marks__item {
    background-color: #f8f7f5;
    border-radius: 10px;
    padding: 0;
    justify-content: center;
    height: 40px;
  }
}

.marks__item:hover {
  background-color: #ececec;
}

.marks__item:nth-child(11) .marks__image {
  margin-right: -3px;
}

@media only screen and (max-width: 1480px) {
  .marks__item:nth-child(11) .marks__image {
    width: 34px;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 1180px) {
  .marks__item:nth-child(11) .marks__image {
    width: 50px;
    margin-right: 25px;
  }
}

@media only screen and (max-width: 991px) {
  .marks__item:nth-child(11) .marks__image {
    width: 35px;
    margin-right: 10px;
  }
}

.marks__image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
  width: 70px;
}

@media only screen and (max-width: 1480px) {
  .marks__image {
    width: 40px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 1180px) {
  .marks__image {
    width: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .marks__image {
    margin-right: 15px;
    width: 45px;
  }
}

@media only screen and (max-width: 767px) {
  .marks__image {
    display: none;
  }
}

.marks__name {
  font-size: 20px;
  line-height: 29px;
  color: #3b414e;
}

@media only screen and (max-width: 1480px) {
  .marks__name {
    font-size: 16px;
  }
}

@media only screen and (max-width: 355px) {
  .marks__name {
    font-size: 14px;
  }
}

.products {
  margin-bottom: 48px;
}

@media only screen and (max-width: 991px) {
  .products {
    margin-bottom: 54px;
  }
}

.products__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 29px;
}

@media only screen and (max-width: 991px) {
  .products__header {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .products__header {
    margin-bottom: 19px;
  }
}

.products__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 94px;
  height: 40px;
  background-color: #f8f8f8;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 700;
  color: #3b414e;
}

@media only screen and (max-width: 767px) {
  .products__btn {
    display: none;
  }
}

.products__btn:hover {
  background-color: #dddddd;
}

.products__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 24px;
  column-gap: 24px;
  row-gap: 32px;
}

@media only screen and (max-width: 1180px) {
  .products__items {
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .products__items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media only screen and (max-width: 767px) {
  .products__items {
    overflow: auto;
    row-gap: 14px;
  }
}

@media only screen and (max-width: 563px) {
  .products .container {
    padding-right: 0;
  }
}

.products__item {
  background-color: #f8f8f8;
  border-radius: 10px;
  transition: all 0.3s;
}

@media only screen and (max-width: 767px) {
  .products__item {
    min-width: 174px;
  }
}

@media only screen and (max-width: 991px) {
  .products__item:nth-child(8), .products__item:nth-child(7) {
    display: none;
  }
}

.products__image {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  min-height: 251px;
}

@media(max-width: 1024px) {
  .products__image {
  min-height: unset;
  }
}

.products__image img {
  border-radius: 10px;
  max-height: 252px;
}

.products__name {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 11px;
  width: 85%;
  color: #216bff;
}

@media only screen and (max-width: 1480px) {
  .products__name {
    width: 100%;
    font-size: 18px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 1180px) {
  .products__name {
    font-size: 16px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .products__name {
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 13px;
    max-width: 81%;
  }
}

.products__name:hover {
  color: #0046d3;
}

.products__number {
  font-size: 14px;
  color: #2d2e30;
  margin-bottom: 1px;
}

@media only screen and (max-width: 767px) {
  .products__number {
    font-size: 8px;
    margin-bottom: 3px;
  }
}

.products__number span {
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .products__number span {
    margin-right: 11px;
  }
}

.products__articul {
  font-size: 14px;
  color: #a8a8a8;
  margin-bottom: 12px;
}

@media only screen and (max-width: 767px) {
  .products__articul {
    display: none;
  }
}

.products__articul span {
  color: #2d2e30;
}

.products__info {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 12px;
}

@media only screen and (max-width: 767px) {
  .products__info {
    display: none;
  }
}

.products__hash {
  margin-bottom: 4px;
}

@media only screen and (max-width: 767px) {
  .products__hash {
    display: none;
  }
}

.products__hash a {
  font-size: 14px;
  line-height: 20px;
  color: #216bff;
  display: inline-block;
  margin-right: 14px;
}

.products__hash a:hover {
  color: #0046d3;
}

.products__hash a:last-child {
  margin-right: 0;
}

.products__content {
  padding: 14px 16px 16px 17px;
}

@media only screen and (max-width: 1180px) {
  .products__content {
    padding: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .products__content {
    padding: 5px 8px 9px 8px;
  }
}

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

.products__price {
  font-size: 24px;
  line-height: 34px;
  color: #232323;
  font-weight: 700;
}

.products__price b {
  font-family: "Montserrat";
}

@media only screen and (max-width: 1180px) {
  .products__price {
    font-size: 20px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .products__price {
    font-size: 14px;
  }
}

.products__basket {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 5px;
  background-color: #b2d33f;
}

@media only screen and (max-width: 1180px) {
  .products__basket {
    width: 32px;
    height: 32px;
  }
  .products__basket img {
    width: 18px;
  }
}

.products__basket:hover {
  background-color: #cdec5c;
}

.products__inbasket {
  width: 94px;
  height: 34px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #b2d33f;
  color: #232323;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: 300ms;
}

.products__inbasket:hover {
  background-color: #cdec5c;
}

@media only screen and (max-width: 767px) {
  .products__inbasket {
    width: 32px;
    font-size: 0;
    height: 32px;
  }
}

.products__inbasket img {
  display: none;
}

@media only screen and (max-width: 767px) {
  .products__inbasket img {
    display: block;
    width: 18px;
  }
}

.products__calculate {
  display: none;
  width: 112px;
  border: 1px solid #cfcfcf;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
}

@media only screen and (max-width: 767px) {
  .products__calculate {
    width: 60px;
    height: 25px;
  }
}

.products .number-text {
  border: 0;
  background: none;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  text-align: center;
  width: 40px;
  margin: 0 6px;
}

@media only screen and (max-width: 767px) {
  .products .number-text {
    width: 20px;
    font-size: 12px;
  }
}

.products .number-plus {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

@media only screen and (max-width: 767px) {
  .products .number-plus {
    font-size: 14px;
  }
}

.products .number-minus {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

@media only screen and (max-width: 767px) {
  .products .number-minus {
    font-size: 14px;
  }
}

.products .number-minus span {
  margin-top: -2px;
}

.category {
  margin-bottom: 70px;
}

@media only screen and (max-width: 991px) {
  .category {
    margin-bottom: 66px;
  }
}

.category__title {
  margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
  .category__title {
    margin-bottom: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .category__title {
    font-size: 32px;
    line-height: 32px;
  }
}

.category__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -moz-column-gap: 24px;
  column-gap: 24px;
  row-gap: 24px;
}

@media only screen and (max-width: 1480px) {
  .category__items {
    -moz-column-gap: 16px;
    column-gap: 16px;
    row-gap: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .category__items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media only screen and (max-width: 767px) {
  .category__items {
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 8px;
  }
}

.category__item {
  background-color: #f8f8f8;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 24px 5px 16px 5px;
}

@media only screen and (max-width: 1480px) {
  .category__item {
    padding: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .category__item {
    padding: 9px 2px;
  }
}

.category__item:hover {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.category__item:nth-child(8) .category__image {
  width: 115px;
}

@media only screen and (max-width: 1480px) {
  .category__item:nth-child(8) .category__image {
    width: 100px;
  }
}

@media only screen and (max-width: 1180px) {
  .category__item:nth-child(8) .category__image {
    width: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .category__item:nth-child(8) .category__image {
    width: 60px;
  }
}

@media only screen and (max-width: 360px) {
  .category__item:nth-child(8) .category__image {
    width: 30px;
  }
}

.category__item:nth-child(11) .category__image {
  width: 130px;
}

@media only screen and (max-width: 1480px) {
  .category__item:nth-child(11) .category__image {
    width: 120px;
  }
}

@media only screen and (max-width: 1180px) {
  .category__item:nth-child(11) .category__image {
    width: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .category__item:nth-child(11) .category__image {
    width: 65px;
  }
}

@media only screen and (max-width: 360px) {
  .category__item:nth-child(11) .category__image {
    width: 30px;
  }
}

.category__item:nth-child(12) .category__image {
  width: 130px;
}

@media only screen and (max-width: 1480px) {
  .category__item:nth-child(12) .category__image {
    width: 100px;
  }
}

@media only screen and (max-width: 1180px) {
  .category__item:nth-child(12) .category__image {
    width: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .category__item:nth-child(12) .category__image {
    width: 60px;
  }
}

@media only screen and (max-width: 360px) {
  .category__item:nth-child(12) .category__image {
    width: 30px;
  }
}

.category__item:last-child {
  justify-content: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  padding: 0 45px;
}

@media only screen and (max-width: 1480px) {
  .category__item:last-child {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 1180px) {
  .category__item:last-child {
    font-size: 14px;
    line-height: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .category__item:last-child {
    font-size: 12px;
    line-height: 14px;
    font-weight: 900;
  }
  .category__item:last-child span {
    display: none;
  }
}

.category__image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 153px;
  width: 153px;
}

@media only screen and (max-width: 1480px) {
  .category__image {
    width: 120px;
    height: 120px;
  }
}

@media only screen and (max-width: 1180px) {
  .category__image {
    width: 80px;
    height: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .category__image {
    width: 100%;
    height: 100%;
    padding: 0 15px;
  }
}

@media only screen and (max-width: 360px) {
  .category__image {
    min-width: 25px;
    min-height: 25px;
    width: 40px;
    height: 40px;
    padding: 0;
  }
}

.category__image img {
  width: 100%;
  height: 100%;
}

.category__name {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

@media only screen and (max-width: 1180px) {
  .category__name {
    font-size: 12px;
    line-height: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .category__name {
    font-size: 8px;
    line-height: 8px;
  }
}

.category__name b {
  display: none;
}

@media only screen and (max-width: 767px) {
  .category__name b {
    display: inline;
    font-weight: 500;
  }
}

@media only screen and (max-width: 767px) {
  .category__name span {
    display: none;
  }
}

.vin {
  margin-bottom: 62px;
}

@media only screen and (max-width: 767px) {
  .vin {
    margin-bottom: 105px;
  }
}

.vin__items {
  border-radius: 10px;
  background-color: #f8f8f8;
  padding: 47px 34px 37px 31px;
  display: flex;
  align-items: flex-start;
  position: relative;
}

@media only screen and (max-width: 1180px) {
  .vin__items {
    display: block;
  }
}

@media only screen and (max-width: 991px) {
  .vin__items {
    padding: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .vin__items {
    padding: 32px 12px 21px 12px;
  }
}

.vin__flag {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 73px;
  left: 0;
}

@media only screen and (max-width: 1180px) {
  .vin__flag {
    top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .vin__flag {
    width: 7px;
    top: 44px;
  }
}

.vin__auto {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
  .vin__auto {
    display: block;
  }
}

.vin__auto-item {
  width: 100%;
  margin-right: 24px;
  height: 48px;
}

@media only screen and (max-width: 767px) {
  .vin__auto-item {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .vin__auto-item:last-child {
    margin-bottom: 0;
  }
}

.vin__auto-item:last-child {
  margin-right: 0;
}

.vin__auto .t-dropdown-block {
  width: 100%;
  border: 0;
  box-sizing: border-box;
  position: relative;
  border-radius: 7px;
  background-color: #fff;
  height: 100%;
}

.vin__auto .t-dropdown-list {
  display: none;
  z-index: 30;
  background: #fff;
  border: 1px solid #b9b9b9;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  border-radius: 2px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  position: absolute;
  top: 49px;
  width: 100% !important;
}

.vin__auto .t-dropdown-list ul {
  height: 100%;
  min-height: 70px;
  max-height: 140px;
  overflow: auto;
}

.vin__auto .t-dropdown-list ul::-webkit-scrollbar {
  width: 5px;
  background-color: #ffffff;
  border-radius: 10;
}

@media only screen and (max-width: 767px) {
  .vin__auto .t-dropdown-list ul::-webkit-scrollbar {
    width: 1px;
  }
}

.vin__auto .t-dropdown-list ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #929292;
}

.vin__auto .t-dropdown-list ul::-webkit-scrollbar-thumb:hover {
  background-color: #9f9f9f;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.vin__auto .t-dropdown-list ul::-webkit-scrollbar-track {
  -webkit-box-shadow: transparent;
  border-radius: 10;
  background-color: transparent;
}

.vin__auto .t-dropdown-item {
  padding: 6px;
  margin: 0;
  cursor: pointer;
  font-size: 16px;
  color: #000;
}

.vin__auto .t-dropdown-item:hover {
  background: #c9c9c9;
}

.vin__auto .t-dropdown-select {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-color: none;
  cursor: pointer;
  border-radius: 8px;
  box-sizing: content-box;
  font-size: 16px;
  color: #e5d6a0;
  transition: 400ms;
}

.vin__auto .t-dropdown-select::before {
  position: absolute;
  display: block;
  content: "";
  width: 15px;
  height: 14px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/assets/img/arrow-select.svg);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 95% 50%;
  transition: 400ms;
}

.vin__auto .t-dropdown-select.active::before {
  transition: 400ms;
  top: 49%;
  right: 15px;
  transform: translateY(-50%) rotate(180deg);
}

@media only screen and (max-width: 767px) {
  .vin__auto .t-dropdown-select.active::before {
    right: 3px;
  }
}

.vin__auto .t-dropdown-input {
  border: 0;
  background: none;
  height: 100%;
  width: 100%;
  font-size: 20px;
  cursor: pointer;
  padding: 0 18px 0 16px;
  color: #000;
}

.vin__auto .t-dropdown-input::-moz-placeholder {
  color: #a8a8a8;
}

.vin__auto .t-dropdown-input::-ms-input-placeholder {
  color: #a8a8a8;
}

.vin__auto .t-dropdown-input::placeholder {
  color: #a8a8a8;
}

.vin__auto .t-select-btn:active {
  background-color: #f1f1f1;
}

.vin__item {
  min-width: 314px;
  width: 314px;
  margin-right: 140px;
  padding-top: 15px;
}

@media only screen and (max-width: 1480px) {
  .vin__item {
    margin-right: 50px;
    min-width: 250px;
    width: 250px;
    margin-right: 80px;
  }
}

@media only screen and (max-width: 1180px) {
  .vin__item {
    width: 100%;
    min-width: auto;
    margin-right: 0;
    margin-bottom: 25px;
    padding-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .vin__item {
    margin-bottom: 27px;
  }
}

.vin__title {
  font-size: 32px;
  line-height: 46px;
  font-weight: 900;
  color: #232323;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1480px) {
  .vin__title {
    font-size: 25px;
    line-height: 31px;
  }
}

@media only screen and (max-width: 1180px) {
  .vin__title {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .vin__title {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 12px;
  }
}

.vin__info {
  font-size: 16px;
  line-height: 24px;
}

@media only screen and (max-width: 767px) {
  .vin__info {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 25px;
  }
}

.vin__info p {
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .vin__info p {
    margin-bottom: 10px;
  }
}

.vin__info p:last-child {
  margin-bottom: 0;
}

.vin__head {
  font-size: 14px;
  color: #3b414e;
  margin-bottom: 8px;
}

.vin__blocks {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .vin__blocks {
    display: block;
    margin-bottom: 23px;
  }
}

.vin__input {
  max-width: 430px;
  height: 48px;
  width: 100%;
}

@media only screen and (max-width: 1480px) {
  .vin__input {
    max-width: 295px;
  }
}

@media only screen and (max-width: 1180px) {
  .vin__input {
    max-width: 400px;
  }
}

@media only screen and (max-width: 991px) {
  .vin__input {
    max-width: 280px;
  }
}

@media only screen and (max-width: 767px) {
  .vin__input {
    max-width: 100%;
    margin-bottom: 43px;
  }
}

.vin__input input {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 7px;
  background-color: #ffffff;
  padding: 0 16px;
  font-size: 20px;
  color: #000;
}

.vin__input input::-moz-placeholder {
  color: #a8a8a8;
  font-size: 20px;
}

.vin__input input::-ms-input-placeholder {
  color: #a8a8a8;
  font-size: 20px;
}

.vin__input input::placeholder {
  color: #a8a8a8;
  font-size: 20px;
}

.vin__block {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .vin__block {
    display: block;
  }
}

.vin__radios {
  margin-right: 38px;
}

@media only screen and (max-width: 767px) {
  .vin__radios {
    display: flex;
    align-items: center;
    margin-right: 0;
    margin-bottom: 12px;
  }
}

.vin__content {
  width: 100%;
}

.vin__radio {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .vin__radio {
    margin-right: 48px;
  }
  .vin__radio:last-child {
    margin-right: 0;
  }
}

.vin__radio input {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  min-width: 16px;
  border: 2px solid #b9bdc2;
  margin-right: 8px;
  position: relative;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .vin__radio input {
    width: 24px;
    height: 24px;
    min-width: 24px;
  }
}

.vin__radio input[type="radio"]:checked::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: block;
  background-color: #aad93d;
  top: 2px;
  left: 2px;
  position: absolute;
}

@media only screen and (max-width: 767px) {
  .vin__radio input[type="radio"]:checked::before {
    width: 12px;
    height: 12px;
    top: 4px;
    left: 4px;
  }
}

.vin__radio label {
  font-size: 16px;
  cursor: pointer;
  color: #232323;
  position: relative;
}

.vin__call {
  max-width: 312px;
  height: 48px;
  width: 312px;
}

@media only screen and (max-width: 1480px) {
  .vin__call {
    max-width: 270px;
    width: 270px;
  }
}

@media only screen and (max-width: 1180px) {
  .vin__call {
    max-width: 320px;
    width: 320px;
  }
}

@media only screen and (max-width: 991px) {
  .vin__call {
    max-width: 240px;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .vin__call {
    max-width: 100%;
    width: 100%;
  }
}

.vin__call input {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 7px;
  background-color: #ffffff;
  padding: 0 16px;
  font-size: 20px;
  font-weight: 500;
  color: #000;
}

.vin__call input::-moz-placeholder {
  color: #a8a8a8;
  font-size: 20px;
  font-weight: 500;
}

.vin__call input::-ms-input-placeholder {
  color: #a8a8a8;
  font-size: 20px;
  font-weight: 500;
}

.vin__call input::placeholder {
  color: #a8a8a8;
  font-size: 20px;
  font-weight: 500;
}

.vin__area {
  width: 100%;
  margin-bottom: 59px;
}

@media only screen and (max-width: 1480px) {
  .vin__area {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .vin__area {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .vin__area {
    margin-bottom: 19px;
  }
}

.vin__area textarea {
  width: 100%;
  height: 152px;
  resize: none;
  border: 0;
  background-color: #ffffff;
  padding: 16px;
  font-size: 20px;
  color: #000;
}

@media only screen and (max-width: 767px) {
  .vin__area textarea {
    height: 145px;
    font-size: 14px;
    line-height: 24px;
    padding: 14px;
  }
}

.vin__area textarea::-moz-placeholder {
  color: #a8a8a8;
  font-size: 20px;
}

.vin__area textarea::-ms-input-placeholder {
  color: #a8a8a8;
  font-size: 20px;
}

.vin__area textarea::placeholder {
  color: #a8a8a8;
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .vin__area textarea::-moz-placeholder {
    font-size: 14px;
  }
  .vin__area textarea::-ms-input-placeholder {
    font-size: 14px;
  }
  .vin__area textarea::placeholder {
    font-size: 14px;
  }
}

.vin__end {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .vin__end {
    flex-direction: column-reverse;
  }
}

.vin__click {
  font-size: 14px;
  line-height: 20px;
  color: #a8a8a8;
}

@media only screen and (max-width: 767px) {
  .vin__click {
    font-size: 12px;
    line-height: 14px;
  }
}

.vin__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 0;
  width: 266px;
  min-width: 266px;
  height: 64px;
  background-color: #aad93d;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 700;
  color: #0d1c39;
  transition: 300ms;
  margin-left: 150px;
}

@media only screen and (max-width: 767px) {
  .vin__btn {
    width: 100%;
    margin-left: 0;
    margin-bottom: 8px;
  }
}

.vin__btn:hover {
  background-color: #b1f317;
}

@media only screen and (max-width: 767px) {
  .vin .container {
    padding: 0 4px;
  }
}

.contacts {
  margin-bottom: 70px;
}

@media only screen and (max-width: 767px) {
  .contacts {
    margin-bottom: 30px;
  }
}

.contacts__title {
  font-size: 48px;
  font-weight: 900;
  color: #232323;
  line-height: 69px;
  margin-bottom: 53px;
}

@media only screen and (max-width: 1180px) {
  .contacts__title {
    font-size: 42px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .contacts__title {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 15px;
  }
}

.contacts__items {
  display: flex;
  justify-content: space-between;
  margin-bottom: 114px;
}

@media only screen and (max-width: 991px) {
  .contacts__items {
    display: block;
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .contacts__items {
    margin-bottom: 50px;
  }
}

.contacts__call-btn {
  display: none;
}

@media only screen and (max-width: 767px) {
  .contacts__call-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 82px;
    height: 48px;
    background-color: #aad93d;
    border-radius: 10px;
    position: absolute;
    top: 24px;
    right: 0;
  }
  .contacts__call-btn:hover {
    background-color: #81b112;
  }
}

.contacts__item {
  min-width: 690px;
  width: 690px;
}

@media only screen and (max-width: 1480px) {
  .contacts__item {
    min-width: 500px;
    width: 500px;
  }
}

@media only screen and (max-width: 1180px) {
  .contacts__item {
    min-width: 370px;
    width: 370px;
  }
}

@media only screen and (max-width: 991px) {
  .contacts__item {
    min-width: auto;
    width: 100%;
    position: relative;
    margin-bottom: 52px;
  }
}

.contacts__blocks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 252px;
  column-gap: 252px;
  row-gap: 100px;
  margin-bottom: 77px;
}

@media only screen and (max-width: 1480px) {
  .contacts__blocks {
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
}

@media only screen and (max-width: 1180px) {
  .contacts__blocks {
    grid-template-columns: 1fr;
    row-gap: 20px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .contacts__blocks {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 767px) {
  .contacts__blocks {
    row-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    margin-bottom: 52px;
  }
}

.contacts__block p {
  font-size: 16px;
  font-weight: 700;
  color: #2d2e30;
  margin-bottom: 12px;
}

@media only screen and (max-width: 767px) {
  .contacts__block p {
    margin-bottom: 8px;
  }
}

.contacts__block span {
  font-size: 16px;
  white-space: nowrap;
}

.contacts__block a {
  font-size: 24px;
  line-height: 20px;
}

@media only screen and (max-width: 767px) {
  .contacts__block a {
    line-height: 24px;
  }
}

@media only screen and (max-width: 991px) {
  .contacts__block:nth-child(3) {
    order: 5;
  }
}

@media only screen and (max-width: 767px) {
  .contacts__block:nth-child(3) {
    margin-bottom: 31px;
  }
  .contacts__block:nth-child(3) a {
    font-size: 24px;
    line-height: 35px;
    font-weight: 900;
  }
}

@media only screen and (max-width: 991px) {
  .contacts__block:nth-child(1) {
    order: 2;
  }
}

@media only screen and (max-width: 767px) {
  .contacts__block:nth-child(1) {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .contacts__block:nth-child(2) {
    order: 1;
  }
}

@media only screen and (max-width: 991px) {
  .contacts__block:nth-child(4) {
    order: 3;
  }
}

@media only screen and (max-width: 767px) {
  .contacts__block:nth-child(4) {
    margin-bottom: 56px;
  }
}

.contacts__help-head {
  font-size: 20px;
  font-weight: 700;
  color: #2d2e30;
  margin-bottom: 11px;
}

@media only screen and (max-width: 1180px) {
  .contacts__help-head {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .contacts__help-head {
    font-size: 16px;
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 991px) {
  .contacts__help {
    width: 100%;
  }
}

.contacts__help-items {
  display: flex;
  align-items: center;
}

.contacts__help-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-right: 7px;
}

@media only screen and (max-width: 991px) {
  .contacts__help-image {
    display: none;
  }
}

.contacts__help-massage {
  background-color: #f8f8f8;
  border-radius: 10px 10px 10px 0;
  padding: 4px 10px;
  margin-right: 7px;
  width: 256px;
}

@media only screen and (max-width: 991px) {
  .contacts__help-massage {
    display: none;
  }
}

.contacts__help-massage p {
  font-size: 14px;
  color: #a8a8a8;
}

.contacts__help-massage span {
  font-size: 16px;
  color: #2d2e30;
}

@media only screen and (max-width: 1180px) {
  .contacts__help-massage span {
    font-size: 15px;
  }
}

.contacts__help-socials {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .contacts__help-socials {
    width: 100%;
  }
}

.contacts__help-socials li {
  margin-right: 7px;
}

@media only screen and (max-width: 991px) {
  .contacts__help-socials li {
    margin-right: 10px;
    width: 100%;
  }
}

.contacts__help-socials li:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 991px) {
  .contacts__help-socials li:last-child a {
    background-color: #60d66a;
  }
  .contacts__help-socials li:last-child a img {
    width: 26px;
  }
}

.contacts__help-socials li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 0;
}

@media only screen and (max-width: 991px) {
  .contacts__help-socials li a {
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    height: 48px;
    background-color: #0098ff;
    border-radius: 7px;
    color: #fff;
  }
  .contacts__help-socials li a img {
    margin-right: 24px;
    width: 36px;
  }
}

.contacts__help-socials li a:hover {
  transform: scale(1.1);
}

.contacts__map {
  min-width: 576px;
  width: 576px;
}

@media only screen and (max-width: 991px) {
  .contacts__map {
    width: 100%;
    min-width: auto;
  }
}

.contacts__map-info {
  font-size: 14px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .contacts__map-info {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 15px;
  }
}

.contacts__map-info span {
  font-weight: 700;
}

.contacts__map-info b {
  font-weight: 400;
}

.contacts__map-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contacts__map-item iframe {
  width: 100%;
  height: 349px;
}

@media only screen and (max-width: 639px) {
  .contacts__map-item iframe {
    height: 217px;
  }
}

.contacts__store {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media only screen and (max-width: 1180px) {
  .contacts__store {
    display: block;
  }
}

.contacts__store-title {
  font-size: 32px;
  line-height: 40px;
  color: #2d2e30;
  width: 354px;
  font-weight: 700;
  margin-right: 126px;
}

@media only screen and (max-width: 1480px) {
  .contacts__store-title {
    min-width: 280px;
    width: 280px;
    font-size: 28px;
    line-height: 36px;
    margin-right: 30px;
  }
}

@media only screen and (max-width: 1180px) {
  .contacts__store-title {
    min-width: auto;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .contacts__store-title {
    font-size: 26px;
    line-height: 32px;
  }
}

.contacts__store-items {
  display: flex;
  align-items: flex-start;
}

@media only screen and (max-width: 1480px) {
  .contacts__store-items {
    justify-content: space-between;
  }
}

@media only screen and (max-width: 767px) {
  .contacts__store-items {
    display: block;
  }
}

.contacts__store-item {
  border-radius: 20px;
  background-color: #f8f8f8;
  padding: 27px 24px 24px 34px;
  display: flex;
  align-items: flex-start;
  margin-right: 24px;
}

@media only screen and (max-width: 1480px) {
  .contacts__store-item {
    padding: 15px;
  }
}

@media only screen and (max-width: 1180px) {
  .contacts__store-item {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .contacts__store-item {
    margin-right: 0;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 10px;
  }
  .contacts__store-item:last-child {
    margin-bottom: 0;
  }
}

.contacts__store-item:last-child {
  margin-right: 0;
}

.contacts__store-item:last-child .contacts__store-image {
  background-color: #ffffff;
}

.contacts__store-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 104px;
  border-radius: 20px;
  background-color: #0077ff;
  margin-right: 48px;
  min-width: 104px;
}

@media only screen and (max-width: 1480px) {
  .contacts__store-image {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .contacts__store-image {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .contacts__store-image {
    min-width: 95px;
    width: 95px;
    height: 95px;
  }
}

.contacts__store-head {
  font-size: 14px;
  line-height: 24px;
  color: #2d2e30;
}

.contacts__store-name {
  font-size: 20px;
  font-weight: 700;
  color: #2d2e30;
  line-height: 24px;
  margin-bottom: 13px;
}

@media only screen and (max-width: 767px) {
  .contacts__store-name {
    font-size: 18px;
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 1180px) {
  .contacts__store-block {
    width: 100%;
  }
}

.contacts__store-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 39px;
  border-radius: 5px;
  background-color: #ffffff;
  color: #3021ff;
  font-size: 13px;
  font-weight: 500;
  width: 264px;
}

@media only screen and (max-width: 1480px) {
  .contacts__store-btn {
    width: 230px;
  }
}

@media only screen and (max-width: 1180px) {
  .contacts__store-btn {
    width: 100%;
  }
}

.contacts__store-btn:hover {
  background-color: #ececec;
}

.footer {
  position: relative;
  z-index: 10;
  background-color: #2d2e30;
  padding: 58px 0 20px 0;
}

@media only screen and (max-width: 991px) {
  .footer {
    padding: 36px 0 20px 0;
  }
}

.footer__site {
  margin-bottom: 24px;
}

.footer__site p {
  text-align: center;
  font-size: 10px;
  color: #8e8e8e;
  margin-bottom: 5px;
}

.footer__site a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__content {
  display: flex;
  align-items: flex-start;
  margin-bottom: 39px;
}

@media only screen and (max-width: 991px) {
  .footer__content {
    display: block;
    margin-bottom: 68px;
  }
}

@media only screen and (max-width: 767px) {
  .footer__content {
    margin-bottom: 45px;
  }
}

.footer__copy {
  text-align: center;
  font-size: 12px;
  line-height: 19px;
  color: #57585d;
}

@media only screen and (max-width: 991px) {
  .footer__copy {
    font-size: 9px;
  }
}

.footer__logo {
  display: flex;
  align-items: center;
  font-size: 22px;
  line-height: 19px;
  text-transform: uppercase;
  color: #57585d;
  font-family: "Proxima Nova Regular";
  font-weight: 600;
  margin-bottom: 39px;
}

@media only screen and (max-width: 991px) {
  .footer__logo {
    margin-bottom: 28px;
  }
}

.footer__logo img {
  margin-right: 6px;
}

.footer__start {
  max-width: 145px;
  margin-right: 95px;
  position: relative;
}

@media only screen and (max-width: 1480px) {
  .footer__start {
    margin-right: 50px;
  }
}

@media only screen and (max-width: 1180px) {
  .footer__start {
    margin-right: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .footer__start {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 48px;
    padding-bottom: 90px;
  }
}

.footer__start-adres {
  font-size: 14px;
  line-height: 24px;
  color: #8e8e8e;
  max-width: 110px;
  margin-bottom: 42px;
}

@media only screen and (max-width: 991px) {
  .footer__start-adres {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 991px) {
  .footer__start-block {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-right: 45px;
  }
}

.footer__start-social {
  display: flex;
  align-items: center;
  margin-bottom: 17px;
}

@media only screen and (max-width: 991px) {
  .footer__start-social {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
  }
}

.footer__start-social li {
  margin-right: 11px;
}

@media only screen and (max-width: 991px) {
  .footer__start-social li {
    margin-right: 10px;
    width: 100%;
  }
}

.footer__start-social li:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 991px) {
  .footer__start-social li:last-child a {
    background-color: #60d66a;
  }
  .footer__start-social li:last-child a img {
    width: 26px;
  }
}

.footer__start-social li a {
  display: flex;
  align-items: center;
  font-size: 0;
  justify-content: center;
}

@media only screen and (max-width: 991px) {
  .footer__start-social li a {
    width: 100%;
    height: 48px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background-color: #0098ff;
    width: 100%;
    border-radius: 3px;
  }
  .footer__start-social li a img {
    width: 36px;
    margin-right: 24px;
  }
}

@media only screen and (max-width: 991px) {
  .footer__start-social li a img:first-child {
    display: none;
  }
}

.footer__start-social li a img:last-child {
  display: none;
}

@media only screen and (max-width: 991px) {
  .footer__start-social li a img:last-child {
    display: block;
  }
}

.footer__start-social li a:hover {
  transform: scale(1.1);
}

@media only screen and (max-width: 991px) {
  .footer__start-social li a:hover {
    transform: scale(1.02);
  }
}

.footer__start-call {
  font-size: 16px;
  font-weight: 700;
  color: #8e8e8e;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1480px) {
  .footer__start-call {
    white-space: nowrap;
  }
}

.footer__start-call:hover {
  color: #a8a8a8;
}

.footer__start-mail {
  font-size: 18px;
  color: #8e8e8e;
}

.footer__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -moz-column-gap: 47px;
  column-gap: 47px;
}

@media only screen and (max-width: 1480px) {
  .footer__items {
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .footer__items {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 12px;
    column-gap: 12px;
    row-gap: 60px;
  }
}

.footer__head {
  font-size: 14px;
  margin-bottom: 14px;
  font-weight: 900;
  color: #8e8e8e;
}

@media only screen and (max-width: 991px) {
  .footer__head {
    margin-bottom: 2px;
  }
}

.footer__list li a {
  font-size: 14px;
  line-height: 32px;
  color: #64656a;
}

@media only screen and (max-width: 991px) {
  .footer__list li a {
    font-size: 12px;
    line-height: 24px;
  }
}

.footer__list li a:hover {
  color: #a8a8a8;
}

.footer__list-small li a {
  line-height: 23px;
}

.footer__item-last {
  padding-top: 40px;
}

@media only screen and (max-width: 991px) {
  .footer__item-last {
    padding-top: 20px;
  }
  .footer__item-last:last-child {
    padding-top: 0;
    margin-top: -52px;
  }
}

.footer__item-last ul li a {
  line-height: 23px;
}

@media only screen and (max-width: 991px) {
  .footer__item-last ul li a {
    line-height: 21px;
  }
}

.footer__guard {
  font-size: 14px;
  color: #64656a;
  display: block;
  margin-top: -15px;
  white-space: nowrap;
}

@media only screen and (max-width: 1180px) {
  .footer__guard {
    white-space: normal;
  }
}

@media only screen and (max-width: 991px) {
  .footer__guard {
    font-size: 12px;
    margin-top: -19px;
  }
}

.footer__guard:hover {
  color: #a8a8a8;
}

.header-page {
  padding: 30px 0 14px 0;
  background-color: #f8f8f8;
}

@media only screen and (max-width: 767px) {
  .header-page {
    background-color: #fff;
    padding: 15px 0 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .header-page .burger {
    background: none;
  }
  .header-page .burger a span {
    background: #2d2e30;
  }
  .header-page .burger a span::after, .header-page .burger a span::before {
    background: #2d2e30;
  }
}

.header-page .header__logo {
  color: #231f20;
}

@media only screen and (max-width: 1480px) {
  .header-page .header__logo {
    margin-right: 20px;
    font-size: 18px;
  }
}

@media only screen and (max-width: 1180px) {
  .header-page .header__logo {
    font-size: 0;
  }
  .header-page .header__logo img {
    margin-right: 0;
  }
}

.header-page .header__items {
  align-items: flex-start;
}

.header-page .header__blocks {
  align-items: flex-start;
  padding-top: 7px;
}

@media only screen and (max-width: 767px) {
  .header-page .header__blocks {
    padding-top: 0;
  }
}

.header-page .header__catalog {
  border: 0;
  background-color: #aad93d;
  color: #231f20;
  margin-right: 24px;
}

.header-page .header__catalog:hover {
  background-color: #c3f157;
}

.header-page .header__search {
  display: flex;
  align-items: center;
  width: 340px;
  height: 40px;
  position: relative;
}

@media only screen and (max-width: 1480px) {
  .header-page .header__search {
    width: 250px;
  }
}

@media only screen and (max-width: 991px) {
  .header-page .header__search {
    display: none;
  }
}

.header-page .header__search input {
  width: 100%;
  height: 100%;
  border: 0;
  background-color: #fff;
  border-radius: 7px;
  padding: 0 80px 0 24px;
  font-size: 16px;
}

@media only screen and (max-width: 1480px) {
  .header-page .header__search input {
    padding: 0 80px 0 16px;
  }
}

.header-page .header__search input::-moz-placeholder {
  color: #b9bdc2;
}

.header-page .header__search input::-ms-input-placeholder {
  color: #b9bdc2;
}

.header-page .header__search input::placeholder {
  color: #b9bdc2;
}

.header-page .header__search button {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 4px;
  right: 4px;
  position: absolute;
  width: 74px;
  height: 32px;
  background-color: #2d2e30;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  border-radius: 5px;
  transition: 300ms;
  cursor: pointer;
  border: 0;
}

.header-page .header__search button:hover {
  background-color: #000000;
}

.header-page .header__item {
  margin-right: 69px;
}

@media only screen and (max-width: 1480px) {
  .header-page .header__item {
    margin-right: 20px;
  }
}

.header-page .header__nav li {
  margin-right: 24px;
}

@media only screen and (max-width: 1480px) {
  .header-page .header__nav li {
    margin-right: 16px;
  }
}

.header-page .header__nav li:last-child {
  margin-right: 0;
}

.header-page .header__nav li a {
  font-weight: 500;
  color: #9b9b9b;
}

@media only screen and (max-width: 1480px) {
  .header-page .header__nav li a {
    font-size: 13px;
  }
}

.header-page .header__nav li a:hover {
  color: #000;
}

.header-page .header__nav li a.active {
  color: #2D2E30;
}

.header__page-items {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .header__page-items {
    position: fixed;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 200;
    padding: 19px 35px 10px 35px;
    background-color: #f8f8f8;
    box-shadow: 1px 0 1px rgba(0, 0, 0, 0.3);
  }
}

.header__page-item {
  margin-right: 16px;
  position: relative;
}

@media only screen and (max-width: 1480px) {
  .header__page-item {
    margin-right: 10px;
  }
}

.header__page-item span {
  position: absolute;
  top: -8px;
  right: -3px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 16px;
  border-radius: 8px;
  background-color: #aad93d;
  font-size: 12px;
  font-weight: 700;
  font-family: "Montserrat";
  color: #2d2e30;
}

.header__page-item:last-child {
  margin-right: 0;
}

.header__page-item:hover svg .head_menu_icon_fill {
  fill: #aad93d;
}

.header__page-item:hover .header__page-name {
  color: #aad93d;
}

.header__page-item:last-child:hover .head_menu_icon_fill {
  fill: #aad93d;
}

.header__page-item:last-child:hover path {
  /* fill: #fff; */
}

.header__page-item:last-child #see {
  fill: #fff;
}

.header__page-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  transition: 300ms;
}

.header__page-icon svg,
.header__page-icon path,
.header__page-icon circle {
  transition: 300ms;
}

.header__page-name {
  font-size: 12px;
  font-weight: 500;
  transition: 300ms;
  color: #9b9b9b;
  text-align: center;
}

.filter {
  padding-top: 135px;
  margin-bottom: 44px;
}

@media only screen and (max-width: 767px) {
  .filter {
    padding-top: 76px;
  }
}

.filter__items {
  display: flex;
  align-items: flex-end;
}

.filter__item {
  max-width: 1056px;
  width: 100%;
}

.filter__banner {
  min-width: 336px;
  width: 336px;
  margin-left: 24px;
  background: url(/assets/img/filter-banner.png) no-repeat;
  background-size: cover;
  padding: 33px 0 67px 0;
  border-radius: 7px;
}

@media only screen and (max-width: 1180px) {
  .filter__banner {
    display: none;
  }
}

.filter__banner-logo {
  display: flex;
  align-items: center;
  font-family: "Proxima Nova Regular";
  font-size: 26px;
  line-height: 22px;
  color: #f8f8f8;
  margin-bottom: 100px;
}

.filter__banner-logo span {
  margin-top: -10px;
}

.filter__banner-text {
  font-size: 30px;
  line-height: 36px;
  font-weight: 900;
  color: #b8b8b8;
  text-transform: uppercase;
  padding: 0 22px 0 19px;
}

.filter__banner-text span {
  color: #fff;
}

.filter__title {
  font-size: 32px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 59px;
}

@media only screen and (max-width: 1180px) {
  .filter__title {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .filter__title {
    display: none;
  }
}

.filter__search {
  position: relative;
  width: 100%;
  height: 64px;
  margin-bottom: 68px;
}

@media only screen and (max-width: 1180px) {
  .filter__search {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .filter__search {
    display: none;
  }
}

.filter__search input {
  width: 100%;
  height: 100%;
  border-radius: 7px;
  background-color: #f8f8f8;
  border: 0;
  padding: 0 170px 0 21px;
  font-size: 20px;
  color: #000;
}

.filter__search input::-moz-placeholder {
  color: #b9bdc2;
}

.filter__search input::-ms-input-placeholder {
  color: #b9bdc2;
}

.filter__search input::placeholder {
  color: #b9bdc2;
}

.filter__search button {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 0;
  transition: 300ms;
  width: 156px;
  height: 56px;
  background-color: #aad93d;
  font-size: 16px;
  font-weight: 700;
  color: #222021;
  border-radius: 5px;
  position: absolute;
  top: 4px;
  right: 4px;
}

.filter__search button:hover {
  background-color: #b2ec2a;
}

.filter__search button img {
  margin-right: 32px;
}

.filter__form {
  border-radius: 10px;
  background-color: #f8f8f8;
  padding: 40px 24px 24px 24px;
}

@media only screen and (max-width: 767px) {
  .filter__form {
    padding: 17px 12px;
    position: relative;
  }
}

.filter__radios {
  display: flex;
  align-items: center;
  border-radius: 10px;
  margin-bottom: 19px;
}

@media only screen and (max-width: 767px) {
  .filter__radios {
    width: 100%;
    margin-bottom: 34px;
  }
}

@media only screen and (max-width: 767px) {
  .filter .container {
    padding: 0 4px;
  }
}

.filter__radio {
  padding: 8px 30px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .filter__radio {
    padding: 10px 36px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 389px) {
  .filter__radio {
    padding: 10px 0;
  }
}

.filter__radio:nth-child(1) input {
  border-right: 0 !important;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.filter__radio:nth-child(2) {
  padding: 8px 42px;
}

@media only screen and (max-width: 767px) {
  .filter__radio:nth-child(2) {
    padding: 10px 50px;
  }
}

@media only screen and (max-width: 389px) {
  .filter__radio:nth-child(2) {
    padding: 10px 30px;
  }
}

.filter__radio:nth-child(3) input {
  border-left: 0 !important;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.filter__radio label {
  font-size: 16px;
  color: #979797;
}

@media only screen and (max-width: 767px) {
  .filter__radio label {
    font-size: 18px;
    white-space: nowrap;
  }
}

@media only screen and (max-width: 389px) {
  .filter__radio label {
    font-size: 16px;
  }
}

.filter__radio input {
  position: absolute;
  top: 0;
  border: 1px solid #979797;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.filter__radio input[type="radio"]:checked {
  border: 1px solid #b2d33f;
}

.filter__radio input[type="radio"]:checked ~ label {
  font-weight: 700;
  color: #2d2e30;
}

.filter__blocks {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .filter__blocks {
    display: block;
    margin-bottom: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .filter__blocks-desk {
    display: none;
  }
}

.filter__blocks-mobile {
  display: none;
}

@media only screen and (max-width: 767px) {
  .filter__blocks-mobile {
    display: block;
  }
}

.filter__blocks:last-child {
  margin-bottom: 0;
}

.filter__block {
  width: 100%;
  margin-right: 24px;
  height: 40px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .filter__block {
    margin-bottom: 16px;
    margin-right: 0;
  }
  .filter__block:last-child {
    margin-bottom: 0;
  }
}

.filter__block:last-child {
  margin-right: 0;
}

.filter__block .t-dropdown-block {
  width: 100%;
  border: 0;
  box-sizing: border-box;
  position: relative;
  border-radius: 7px;
  background-color: #fff;
  height: 100%;
}

.filter__block .t-dropdown-list {
  display: none;
  z-index: 30;
  background: #fff;
  border: 1px solid #b9b9b9;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  border-radius: 2px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  position: absolute;
  top: 41px;
  width: 100% !important;
}

.filter__block .t-dropdown-list ul {
  height: 100%;
  min-height: 70px;
  max-height: 140px;
  overflow: auto;
}

.filter__block .t-dropdown-list ul::-webkit-scrollbar {
  width: 8px;
  background-color: #ffffff;
  border-radius: 10;
}

@media only screen and (max-width: 767px) {
  .filter__block .t-dropdown-list ul::-webkit-scrollbar {
    width: 1px;
  }
}

.filter__block .t-dropdown-list ul::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #929292;
}

.filter__block .t-dropdown-list ul::-webkit-scrollbar-thumb:hover {
  background-color: #9f9f9f;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.filter__block .t-dropdown-list ul::-webkit-scrollbar-track {
  -webkit-box-shadow: transparent;
  border-radius: 10;
  background-color: transparent;
}

.filter__block .t-dropdown-item {
  padding: 6px;
  margin: 0;
  cursor: pointer;
  font-size: 16px;
  color: #000;
}

.filter__block .t-dropdown-item:hover {
  background: #c9c9c9;
}

.filter__block .t-dropdown-select {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-color: none;
  cursor: pointer;
  border-radius: 8px;
  box-sizing: content-box;
  font-size: 16px;
  color: #e5d6a0;
  transition: 400ms;
}

.filter__block .t-dropdown-select::before {
  position: absolute;
  display: block;
  content: "";
  width: 9px;
  height: 4px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/assets/img/arrow-select.svg);
  background-repeat: no-repeat;
  background-size: 9px;
  background-position: 95% 50%;
  transition: 400ms;
}

.filter__block .t-dropdown-select.active::before {
  transition: 400ms;
  top: 49%;
  right: 15px;
  transform: translateY(-50%) rotate(180deg);
}

@media only screen and (max-width: 767px) {
  .filter__block .t-dropdown-select.active::before {
    right: 3px;
  }
}

.filter__block .t-dropdown-input {
  border: 0;
  background: none;
  height: 100%;
  width: 100%;
  font-size: 16px;
  cursor: pointer;
  padding: 0 16px;
  color: #232323;
}

.filter__block .t-dropdown-input::-moz-placeholder {
  color: #232323;
}

.filter__block .t-dropdown-input::-ms-input-placeholder {
  color: #232323;
}

.filter__block .t-dropdown-input::placeholder {
  color: #232323;
}

.filter__block .t-select-btn:active {
  background-color: #f1f1f1;
}

.filter__year {
  margin-right: 24px;
  width: 120px;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .filter__year {
    min-width: 130px;
    width: 130px;
    margin-right: 14px;
  }
}

.filter__year input {
  border-radius: 5px;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  border: 0;
  padding: 0 16px;
  font-size: 16px;
  color: #232323;
}

.filter__year input::-moz-placeholder {
  color: #232323;
}

.filter__year input::-ms-input-placeholder {
  color: #232323;
}

.filter__year input::placeholder {
  color: #232323;
}

.filter__input {
  width: 100%;
  height: 100%;
}

.filter__input input {
  border-radius: 5px;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  border: 0;
  padding: 0 16px;
  font-size: 16px;
  color: #232323;
}

.filter__input input::-moz-placeholder {
  color: #232323;
}

.filter__input input::-ms-input-placeholder {
  color: #232323;
}

.filter__input input::placeholder {
  color: #232323;
}

.filter__inputs {
  display: flex;
  align-items: center;
  height: 100%;
}

.filter__inputs input {
  border-radius: 5px;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  border: 0;
  padding: 0 16px;
  font-size: 16px;
  color: #232323;
  margin-right: 10px;
}

.filter__inputs input:last-child {
  margin-right: 0;
}

.filter__inputs input::-moz-placeholder {
  color: #232323;
}

.filter__inputs input::-ms-input-placeholder {
  color: #232323;
}

.filter__inputs input::placeholder {
  color: #232323;
}

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

@media only screen and (max-width: 767px) {
  .filter__end {
    display: block;
  }
}

.filter__end-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 300ms;
  border: 0;
  width: 312px;
  height: 40px;
  background-color: #aad93d;
  font-size: 16px;
  font-weight: 700;
  color: #2d2e30;
  border-radius: 5px;
}

@media only screen and (max-width: 1480px) {
  .filter__end-btn {
    width: 220px;
  }
}

@media only screen and (max-width: 1180px) {
  .filter__end-btn {
    width: 290px;
  }
}

@media only screen and (max-width: 991px) {
  .filter__end-btn {
    width: 220px;
  }
}

@media only screen and (max-width: 767px) {
  .filter__end-btn {
    width: 100%;
    font-size: 14px;
  }
}

.filter__end-btn:hover {
  background-color: #b2ec2a;
}

.filter__sbros {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #3d70e8;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .filter__sbros {
    margin-bottom: 19px;
  }
}

.filter__sbros img {
  margin-right: 8px;
}

.catalog {
  padding-top: 134px;
  margin-bottom: 132px;
}

@media only screen and (max-width: 991px) {
  .catalog {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .catalog {
    padding-top: 65px;
    margin-bottom: 54px;
  }
}

.catalog .filter__form {
  margin-bottom: 24px;
  display: none;
}

@media only screen and (max-width: 767px) {
  .catalog .filter__form {
    margin: 0 -12px 24px -12px;
  }
}

.catalog__mobile {
  display: none;
}

@media only screen and (max-width: 991px) {
  .catalog__mobile {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
  }
}

.catalog__mobile-search {
  width: 100%;
  margin-right: 10px;
  height: 48px;
}

.catalog__mobile-search input {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 10px;
  background-color: #f1f1f1;
  padding: 0 15px 0 50px;
  font-size: 16px;
  color: #000;
  background-image: url(/assets/img/catalog-search.svg);
  background-repeat: no-repeat;
  background-size: 21px;
  background-position: 15px 50%;
}

.catalog__mobile-setting {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  min-width: 48px;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background-color: #f1f1f1;
}

.catalog__items {
  display: flex;
  align-items: flex-start;
  position: relative;
  justify-content: space-between;
}

@media only screen and (max-width: 991px) {
  .catalog__items {
    display: block;
  }
}

.catalog__banner {
  width: 336px;
  height: 468px;
  border-radius: 7px;
  background-color: #b2d33f;
  padding: 33px 16px 15px 0;
  position: absolute;
  left: 0;
  top: 1755px;
  z-index: 5;
}

@media only screen and (max-width: 1480px) {
  .catalog__banner {
    width: 300px;
    height: 410px;
  }
}

@media only screen and (max-width: 1180px) {
  .catalog__banner {
    top: 1200px;
  }
}

@media only screen and (max-width: 991px) {
  .catalog__banner {
    display: none;
  }
}

.catalog__banner-logo {
  display: flex;
  align-items: flex-end;
  text-transform: uppercase;
  font-size: 46px;
  line-height: 39px;
  color: #2d2e30;
  font-family: "Proxima Nova Regular";
  margin-bottom: 86px;
}

@media only screen and (max-width: 1480px) {
  .catalog__banner-logo {
    font-size: 40px;
    line-height: 37px;
  }
}

.catalog__banner-logo img {
  margin-right: 13px;
}

.catalog__banner-text {
  font-size: 48px;
  line-height: 48px;
  font-weight: 900;
  text-transform: uppercase;
  color: #ffffff;
  padding-left: 25px;
}

@media only screen and (max-width: 1480px) {
  .catalog__banner-text {
    font-size: 42px;
    line-height: 42px;
  }
}

.catalog__line {
  position: absolute;
  top: 3069px;
  left: -2099px;
  transform: rotate(-270deg);
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .catalog__line {
    display: none;
  }
}

.catalog__line-item {
  font-size: 87px;
  white-space: nowrap;
  color: #f8f8f8;
  text-transform: uppercase;
  font-family: "Proxima Nova Regular";
}

.catalog__left {
  min-width: 336px;
  width: 336px;
  margin-right: 26px;
}

@media only screen and (max-width: 991px) {
  .catalog__left {
    display: none;
  }
}

.catalog__left-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 171px;
  background-color: #f8f8f8;
  border-radius: 10px;
  margin-bottom: 24px;
}

@media only screen and (max-width: 1180px) {
  .catalog__left-image {
    height: 150px;
  }
}

.catalog__saidbar {
  border-radius: 10px;
  background-color: #f8f8f8;
  padding: 24px 15px 15px 15px;
}

.catalog__saidbar-title {
  font-size: 24px;
  font-weight: 900;
  color: #232323;
  margin-bottom: 34px;
}

.catalog__saidbar-items {
  margin-bottom: 28px;
}

.catalog__saidbar-head {
  font-size: 16px;
  font-weight: 600;
  color: #232323;
  margin-bottom: 4px;
}

.catalog__saidbar-item {
  margin-bottom: 24px;
  width: 100%;
}

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

.catalog__saidbar-item .t-dropdown-block {
  width: 100%;
  border: 0;
  box-sizing: border-box;
  position: relative;
  border-radius: 7px;
  background-color: #fff;
  height: 40px;
}

.catalog__saidbar-item .t-dropdown-list {
  display: none;
  z-index: 30;
  background: #fff;
  border: 1px solid #b9b9b9;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  border-radius: 2px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  position: absolute;
  top: 41px;
  width: 100% !important;
}

.catalog__saidbar-item .t-dropdown-list ul {
  height: 100%;
  min-height: 70px;
  max-height: 200px;
  overflow: auto;
}

.catalog__saidbar-item .t-dropdown-list ul::-webkit-scrollbar {
  width: 8px;
  background-color: #ffffff;
  border-radius: 10;
}

@media only screen and (max-width: 767px) {
  .catalog__saidbar-item .t-dropdown-list ul::-webkit-scrollbar {
    width: 1px;
  }
}

.catalog__saidbar-item .t-dropdown-list ul::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #929292;
}

.catalog__saidbar-item .t-dropdown-list ul::-webkit-scrollbar-thumb:hover {
  background-color: #9f9f9f;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.catalog__saidbar-item .t-dropdown-list ul::-webkit-scrollbar-track {
  -webkit-box-shadow: transparent;
  border-radius: 10;
  background-color: transparent;
}

.catalog__saidbar-item .t-dropdown-item {
  padding: 6px;
  margin: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.catalog__saidbar-item .t-dropdown-item:hover {
  background: #c9c9c9;
}

.catalog__saidbar-item .t-dropdown-select {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-color: none;
  cursor: pointer;
  border-radius: 8px;
  box-sizing: content-box;
  font-size: 16px;
  color: #e5d6a0;
  transition: 400ms;
}

.catalog__saidbar-item .t-dropdown-select::before {
  position: absolute;
  display: block;
  content: "";
  width: 9px;
  height: 4px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/assets/img/arrow-select.svg);
  background-repeat: no-repeat;
  background-size: 9px;
  background-position: 95% 50%;
  transition: 400ms;
}

.catalog__saidbar-item .t-dropdown-select.active::before {
  transition: 400ms;
  top: 49%;
  right: 15px;
  transform: translateY(-50%) rotate(180deg);
}

@media only screen and (max-width: 767px) {
  .catalog__saidbar-item .t-dropdown-select.active::before {
    right: 3px;
  }
}

.catalog__saidbar-item .t-dropdown-input {
  border: 0;
  background: none;
  height: 100%;
  width: 100%;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
  padding: 0 16px;
  color: #232323;
}

.catalog__saidbar-item .t-dropdown-input::-moz-placeholder {
  color: #232323;
}

.catalog__saidbar-item .t-dropdown-input::-ms-input-placeholder {
  color: #232323;
}

.catalog__saidbar-item .t-dropdown-input::placeholder {
  color: #232323;
}

.catalog__saidbar-item .t-select-btn:active {
  background-color: #f1f1f1;
}

.catalog__saidbar-detail {
  margin-bottom: 24px;
}

.catalog__saidbar-detail .t-dropdown-block {
  width: 100%;
  border: 0;
  box-sizing: border-box;
  position: relative;
  border-radius: 7px;
  background-color: #fff;
  height: 40px;
}

.catalog__saidbar-detail .t-dropdown-list {
  display: none;
  z-index: 30;
  background: #fff;
  border: 1px solid #b9b9b9;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  border-radius: 2px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  position: absolute;
  top: 41px;
  width: 100% !important;
}

.catalog__saidbar-detail .t-dropdown-list ul {
  height: 100%;
  min-height: 70px;
  max-height: 140px;
  overflow: auto;
}

.catalog__saidbar-detail .t-dropdown-list ul::-webkit-scrollbar {
  width: 8px;
  background-color: #ffffff;
  border-radius: 10;
}

@media only screen and (max-width: 767px) {
  .catalog__saidbar-detail .t-dropdown-list ul::-webkit-scrollbar {
    width: 1px;
  }
}

.catalog__saidbar-detail .t-dropdown-list ul::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #929292;
}

.catalog__saidbar-detail .t-dropdown-list ul::-webkit-scrollbar-thumb:hover {
  background-color: #9f9f9f;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.catalog__saidbar-detail .t-dropdown-list ul::-webkit-scrollbar-track {
  -webkit-box-shadow: transparent;
  border-radius: 10;
  background-color: transparent;
}

.catalog__saidbar-detail .t-dropdown-item {
  padding: 6px;
  margin: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.catalog__saidbar-detail .t-dropdown-item:hover {
  background: #c9c9c9;
}

.catalog__saidbar-detail .t-dropdown-select {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-color: none;
  cursor: pointer;
  border-radius: 8px;
  box-sizing: content-box;
  font-size: 16px;
  color: #e5d6a0;
  transition: 400ms;
}

.catalog__saidbar-detail .t-dropdown-select::before {
  position: absolute;
  display: block;
  content: "";
  width: 9px;
  height: 4px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/assets/img/arrow-select.svg);
  background-repeat: no-repeat;
  background-size: 9px;
  background-position: 95% 50%;
  transition: 400ms;
}

.catalog__saidbar-detail .t-dropdown-select.active::before {
  transition: 400ms;
  top: 49%;
  right: 15px;
  transform: translateY(-50%) rotate(180deg);
}

@media only screen and (max-width: 767px) {
  .catalog__saidbar-detail .t-dropdown-select.active::before {
    right: 3px;
  }
}

.catalog__saidbar-detail .t-dropdown-input {
  border: 0;
  background: none;
  height: 100%;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  padding: 0 16px;
  color: #232323;
}

.catalog__saidbar-detail .t-dropdown-input::-moz-placeholder {
  color: #232323;
}

.catalog__saidbar-detail .t-dropdown-input::-ms-input-placeholder {
  color: #232323;
}

.catalog__saidbar-detail .t-dropdown-input::placeholder {
  color: #232323;
}

.catalog__saidbar-detail .t-select-btn:active {
  background-color: #f1f1f1;
}

.catalog__saidbar .filter__radios {
  margin-bottom: 47px;
}

.catalog__saidbar .filter__radio {
  padding: 10px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.catalog__saidbar .filter__radio:nth-child(2) {
  width: 130px;
  min-width: 130px;
}

@media only screen and (max-width: 767px) {
  .catalog__saidbar .filter__radio:nth-child(2) {
    width: 153px;
    min-width: 153px;
    padding: 10px 0;
  }
}

.catalog__saidbar-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 300ms;
  border: 0;
  width: 100%;
  height: 48px;
  border-radius: 5px;
  background-color: #aad93d;
  font-size: 18px;
  font-weight: 700;
  color: #2d2e30;
}

.catalog__saidbar-btn:hover {
  background-color: #b2d33f;
}

.catalog__item {
  width: 100%;
}

.catalog__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 85px;
}

@media only screen and (max-width: 991px) {
  .catalog__header {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .catalog__header {
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 991px) {
  .catalog__header-block {
    width: 100%;
  }
}

.catalog__header-image {
  display: none;
}

@media only screen and (max-width: 991px) {
  .catalog__header-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: #f8f8f8;
    height: 200px;
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .catalog__header-image {
    height: 183px;
  }
}

.catalog__header-head {
  font-size: 32px;
  margin-bottom: 4px;
}

@media only screen and (max-width: 1180px) {
  .catalog__header-head {
    font-size: 26px;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .catalog__header-head {
    font-size: 16px;
  }
}

.catalog__header-title {
  font-size: 48px;
  line-height: 62px;
  font-weight: 700;
}

@media only screen and (max-width: 1180px) {
  .catalog__header-title {
    font-size: 36px;
    line-height: 52px;
  }
}

@media only screen and (max-width: 767px) {
  .catalog__header-title {
    font-size: 32px;
    line-height: 45px;
  }
}

.catalog__header-help {
  width: 405px;
}

@media only screen and (max-width: 1180px) {
  .catalog__header-help {
    width: 300px;
  }
}

@media only screen and (max-width: 991px) {
  .catalog__header-help {
    display: none;
  }
}

.catalog__header-help--title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 11px;
  color: #2d2e30;
}

@media only screen and (max-width: 1180px) {
  .catalog__header-help--title {
    font-size: 14px;
    margin-bottom: 6px;
  }
}

@media only screen and (max-width: 1180px) {
  .catalog__header-help .contacts__help-massage span {
    font-size: 12px;
    line-height: 14px;
  }
  .catalog__header-help .contacts__help-massage p {
    margin-bottom: 0;
    font-size: 13px;
  }
}

@media only screen and (max-width: 1180px) {
  .catalog__header-help .contacts__help-socials li a {
    width: 30px;
    height: 30px;
    min-width: 30px;
  }
}

.catalog__search {
  position: relative;
  width: 100%;
  height: 48px;
  margin-bottom: 35px;
}

@media only screen and (max-width: 991px) {
  .catalog__search {
    display: none;
  }
}

.catalog__search input {
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0 125px 0 24px;
  border-radius: 7px;
  background-color: #f8f8f8;
  font-size: 20px;
}

.catalog__search input::-moz-placeholder {
  color: #b9bdc2;
}

.catalog__search input::-ms-input-placeholder {
  color: #b9bdc2;
}

.catalog__search input::placeholder {
  color: #b9bdc2;
}

.catalog__search button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 4px;
  right: 4px;
  border: 0;
  cursor: pointer;
  transition: 300ms;
  width: 113px;
  height: 40px;
  border-radius: 5px;
  background-color: #aad93d;
  font-size: 16px;
  font-weight: 700;
  color: #222021;
}

.catalog__search button:hover {
  background-color: #b2d33f;
}

.catalog__search button img {
  margin-right: 18px;
}

.catalog__sort {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

@media only screen and (max-width: 991px) {
  .catalog__sort {
    display: none;
  }
}

.catalog__date {
  width: fit-content;
  height: 40px;
}

.catalog__date .t-dropdown-block {
  width: 100%;
  border: 0;
  box-sizing: border-box;
  position: relative;
  border-radius: 5px;
  background-color: #2d2e30;
  height: 100%;
  padding-right: 20px;
}

.catalog__date .t-dropdown-list {
  display: none;
  z-index: 30;
  background: #fff;
  border: 1px solid #b9b9b9;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  border-radius: 2px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  position: absolute;
  top: 41px;
  width: 100% !important;
}

.catalog__date .t-dropdown-list ul {
  height: 100%;
  min-height: 70px;
  max-height: 140px;
  overflow: auto;
}

.catalog__date .t-dropdown-list ul::-webkit-scrollbar {
  width: 5px;
  background-color: #ffffff;
  border-radius: 10;
}

@media only screen and (max-width: 767px) {
  .catalog__date .t-dropdown-list ul::-webkit-scrollbar {
    width: 1px;
  }
}

.catalog__date .t-dropdown-list ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #929292;
}

.catalog__date .t-dropdown-list ul::-webkit-scrollbar-thumb:hover {
  background-color: #9f9f9f;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.catalog__date .t-dropdown-list ul::-webkit-scrollbar-track {
  -webkit-box-shadow: transparent;
  border-radius: 10;
  background-color: transparent;
}

.catalog__date .t-dropdown-item {
  padding: 6px;
  margin: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.catalog__date .t-dropdown-item:hover {
  background: #c9c9c9;
}

.catalog__date .t-dropdown-select {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-color: none;
  cursor: pointer;
  border-radius: 8px;
  box-sizing: content-box;
  font-size: 16px;
  color: #e5d6a0;
  transition: 400ms;
}

.catalog__date .t-dropdown-select::before {
  position: absolute;
  display: block;
  content: "";
  width: 9px;
  height: 4px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/assets/img/arrow-select_w.svg);
  background-repeat: no-repeat;
  background-size: 9px;
  background-position: 95% 50%;
  transition: 400ms;
}

.catalog__date .t-dropdown-select.active::before {
  transition: 400ms;
  top: 49%;
  /* right: 15px; */
  transform: translateY(-50%) rotate(180deg);
}

@media only screen and (max-width: 767px) {
  .catalog__date .t-dropdown-select.active::before {
    right: 3px;
  }
}

.catalog__date .t-dropdown-input {
  border: 0;
  background: none;
  height: 100%;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  padding: 0 15px;
  color: #fafafa;
}

.catalog__date .t-dropdown-input::-moz-placeholder {
  color: #fafafa;
}

.catalog__date .t-dropdown-input::-ms-input-placeholder {
  color: #fafafa;
}

.catalog__date .t-dropdown-input::placeholder {
  color: #fafafa;
}

.catalog__date .t-select-btn:active {
  background-color: #f1f1f1;
}

.catalog__types {
  display: flex;
  align-items: center;
}

.catalog__type {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #f8f8f8;
  border-radius: 7px;
  margin-right: 8px;
  cursor: pointer;
  transition: 300ms;
}

.catalog__type.active svg path,
.catalog__type.active svg rect {
  fill: #2d2e30;
}

.catalog__type.active:hover {
  background-color: #f8f8f8;
}

.catalog__type:hover {
  background-color: #ebebeb;
}

.catalog__type:last-child {
  margin-right: 0;
}

.catalog__type svg path,
.catalog__type svg rect {
  fill: #a8a8a8;
}

.catalog__products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 24px;
  column-gap: 24px;
  row-gap: 24px;
  margin-bottom: 34px;
}

@media only screen and (max-width: 1480px) {
  .catalog__products {
    -moz-column-gap: 16px;
    column-gap: 16px;
    row-gap: 20px;
  }
}

@media only screen and (max-width: 1180px) {
  .catalog__products {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 767px) {
  .catalog__products {
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 16px;
    margin-bottom: 0;
  }
}

.catalog__more {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  border-radius: 7px;
  background-color: #e8e8e8;
  font-size: 16px;
  font-weight: 700;
  color: #2d2e30;
  transition: 300ms;
  cursor: pointer;
  display: none;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .catalog__more {
    display: none;
  }
}

.catalog__more:hover {
  background-color: #d6d6d6;
}

.catalog__pagination {
  margin-top: 23px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .catalog__pagination {
    display: none;
  }
}

.catalog__pagination-left {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #2d2e30;
  margin-right: 32px;
}

.catalog__pagination-left:hover img {
  transform: translateX(-3px);
}

.catalog__pagination-left img {
  transition: 300ms;
  margin-right: 16px;
}

.catalog__pagination-right {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #2d2e30;
  margin-left: 32px;
}

.catalog__pagination-right:hover img {
  transform: translateX(3px);
}

.catalog__pagination-right img {
  transition: 300ms;
  margin-left: 16px;
}

.catalog__pagination-page {
  padding: 7px 15px;
  font-size: 18px;
  color: #2d2e30;
  margin-right: 10px;
}

.catalog__pagination-page.active {
  border: 2px solid #b2d33f;
  border-radius: 5px;
}

.catalog__pagination-page:last-child {
  margin-right: 0;
}

.catalog__pagination-page:hover {
  background-color: #e6e6e6;
  border-radius: 5px;
}

@media only screen and (max-width: 991px) {
  .catalog__content.products {
    display: block !important;
  }
}

@media only screen and (max-width: 380px) {
  .catalog .products__item {
    min-width: auto;
  }
}

@media only screen and (max-width: 991px) {
  .catalog__content-second {
    display: none !important;
  }
}

.catalog__content-second .products__item {
  display: flex;
  align-items: flex-start;
}

.catalog__second {
  display: flex;
  align-items: flex-start;
  border-radius: 10px;
  width: 100%;
  background-color: #f8f8f8;
  margin-bottom: 24px;
}

.catalog__second:last-child {
  margin-bottom: 0;
}

.catalog__second-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 288px;
  width: 288px;
  border-radius: 10px;
  margin-right: 24px;
}

@media only screen and (max-width: 1480px) {
  .catalog__second-image {
    min-width: 220px;
    width: 220px;
    margin-right: 15px;
    height: 100%;
    min-height: 181px;
    overflow: hidden;
  }
  .catalog__second-image img {
    width: 100%;
    height: 100%;
    min-height: 181px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
  }
}

@media only screen and (max-width: 1180px) {
  .catalog__second-image {
    min-width: 175px;
    width: 175px;
    min-height: 156px;
    margin-right: 10px;
  }
  .catalog__second-image img {
    min-height: 156px;
  }
}

.catalog__second-items {
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding: 24px 21px 17px 0;
  justify-content: space-between;
  align-items: flex-end;
}

@media only screen and (max-width: 1480px) {
  .catalog__second-items {
    padding: 10px 10px 10px 0;
  }
}

.catalog__second-item {
  max-width: 370px;
}

.catalog__second-title {
  font-size: 20px;
  line-height: 24px;
  color: #216bff;
  margin-bottom: 8px;
}

@media only screen and (max-width: 1180px) {
  .catalog__second-title {
    font-size: 16px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 1180px) {
  .catalog__second-right {
    margin-left: 15px;
  }
}

.catalog__second-number {
  font-size: 14px;
  color: #2d2e30;
  margin-bottom: 8px;
}

.catalog__second-number span {
  font-weight: 700;
}

.catalog__second-text {
  font-size: 14px;
  line-height: 16px;
  color: #3b414e;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1480px) {
  .catalog__second-text {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1180px) {
  .catalog__second-text {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 10px;
  }
}

.catalog__second-hash a {
  font-size: 14px;
  color: #216bff;
  display: inline-block;
  margin-right: 24px;
  line-height: 20px;
}

.catalog__second-hash a:last-child {
  margin-right: 0;
}

.catalog__second-price {
  font-size: 24px;
  line-height: 35px;
  font-weight: 700;
  text-align: right;
  color: #232323;
  margin-bottom: 4px;
}

@media only screen and (max-width: 1480px) {
  .catalog__second-price {
    font-size: 20px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 1180px) {
  .catalog__second-price {
    font-size: 18px;
  }
}

.catalog__second-price span {
  font-family: "Montserrat";
}

.catalog__second-status {
  font-size: 16px;
  font-weight: 700;
  color: #aad93d;
  margin-bottom: 22px;
  text-align: right;
}

@media only screen and (max-width: 1180px) {
  .catalog__second-status {
    margin-bottom: 10px;
    font-size: 14px;
  }
}

.catalog__second .products__inbasket {
  margin-bottom: 37px;
  margin-right: 0;
  margin-left: auto;
}

@media only screen and (max-width: 1180px) {
  .catalog__second .products__inbasket {
    margin-bottom: 16px;
  }
}

.catalog__second-articul {
  font-size: 14px;
  color: #a8a8a8;
}

@media only screen and (max-width: 1180px) {
  .catalog__second-articul {
    font-size: 12px;
    white-space: nowrap;
  }
}

.catalog__second-articul span {
  color: #2d2e30;
}

.catalog__second .number {
  display: flex;
  align-items: center;
  margin-bottom: 37px;
}

@media only screen and (max-width: 1180px) {
  .catalog__second .number {
    margin-bottom: 16px;
  }
}

.catalog__second .number-text {
  border: 0;
  background: none;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  text-align: center;
  width: 40px;
  margin: 0 6px;
}

@media only screen and (max-width: 767px) {
  .catalog__second .number-text {
    width: 20px;
    font-size: 12px;
  }
}

.catalog__second .number-plus {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

@media only screen and (max-width: 767px) {
  .catalog__second .number-plus {
    font-size: 14px;
  }
}

.catalog__second .number-minus {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

@media only screen and (max-width: 767px) {
  .catalog__second .number-minus {
    font-size: 14px;
  }
}

.catalog__second .number-minus span {
  margin-top: -2px;
}

.header-second {
  padding: 30px 0;
}

@media only screen and (max-width: 767px) {
  .header-second {
    padding: 15px 0 0 0;
  }
}

.header-second .header__blocks {
  padding: 0;
}

.header-second .header__blocks {
  align-items: center;
}

.header-second .header__items {
  align-items: center;
}

.header-second .header__login {
  background: none;
  border: 2px solid #b9bdc2;
  color: #3b414e;
}

.header-second .header__login:hover {
  background-color: #e6e6e6;
}

.header-second .header__search {
  /* width: 416px; */
}

@media only screen and (max-width: 1480px) {
  .header-second .header__search {
    width: 270px;
  }
}

.header-second .header__nav li {
  margin-right: 25px;
}

.header-second .header__nav li:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .header-second .header__basket {
    /* display: none; */
    background-color: #f1f1f1;
  }
}

.card {
  padding-top: 120px;
  margin-bottom: 65px;
}

@media only screen and (max-width: 767px) {
  .card {
    margin-bottom: 50px;
    padding-top: 65px;
  }
}

@media only screen and (max-width: 767px) {
  .card .filter__radio {
    padding: 10px 0;
  }
}

@media only screen and (max-width: 767px) {
  .card .filter__radio:nth-child(2) {
    min-width: 153px;
    width: 153px;
    padding: 10px 0;
  }
}

@media only screen and (max-width: 380px) {
  .card .filter__radio:nth-child(2) {
    min-width: 135px;
  }
}

@media only screen and (max-width: 767px) {
  .card .filter__form {
    margin-bottom: 27px;
  }
}

.card__mobile {
  display: none;
}

@media only screen and (max-width: 767px) {
  .card__mobile {
    display: flex;
    margin: 0 -16px;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 15px;
    overflow: auto;
  }
}

.card__mobile-item {
  margin-right: 10px;
  min-width: 300px;
  display: flex;
  align-items: center;
  justify-content: baseline;
  border-radius: 10px;
}

.card__mobile-item img {
  border-radius: 10px;
}

.card__mobile-item:last-child {
  margin-right: 0;
}

.card__inner {
  position: relative;
}

.card__page {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

@media only screen and (max-width: 767px) {
  .card__page {
    display: none;
  }
}

.card__page-item {
  font-size: 16px;
  color: #a8a8a8;
}

.card__page a:hover {
  color: #9ed323;
}

.card__home {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: #f5f5f5;
  border-radius: 50%;
  margin-right: 16px;
}

.card__title {
  font-size: 40px;
  font-weight: 700;
  color: #000000;
  line-height: 48px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1180px) {
  .card__title {
    font-size: 32px;
    line-height: 42px;
  }
}

@media only screen and (max-width: 991px) {
  .card__title {
    font-size: 30px;
    line-height: 38px;
  }
}

@media only screen and (max-width: 767px) {
  .card__title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px;
  }
}

.card__icons {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}

@media only screen and (max-width: 767px) {
  .card__icons {
    border-bottom: 2px solid #f2f3f7;
    margin: 0 -16px 15px -16px;
    padding: 0 16px 25px 16px;
  }
}

.card__status {
  font-size: 14px;
  color: #aad93d;
  margin-right: 35px;
}

@media only screen and (max-width: 767px) {
  .card__status {
    margin-right: 28px;
  }
}

.card__like {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #3d70e8;
  cursor: pointer;
}

.card__like img {
  margin-right: 9px;
}


.card__like__content_active {
    display: none;
}

.js-add-like.active .card__like__content_active {
    display: block;
}

.js-add-like.active .card__like__content {
    display: none;
}

.card__items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .card__items {
    display: block;
    margin-bottom: 50px;
  }
}

.card__content {
  display: flex;
}

@media only screen and (max-width: 991px) {
  .card__content {
    display: block;
  }
}

.card__slider {
  margin-right: 63px;
  width: 100%;
  max-width: 456px;
  min-width: 456px;
}

@media only screen and (max-width: 1480px) {
  .card__slider {
    max-width: 375px;
    margin-right: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .card__slider {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .card__slider {
    display: none;
  }
}

.card .slick-dots {
  display: flex;
  align-items: center;
  padding: 0 40px;
  margin-top: 20px;
  justify-content: center;
}

@media only screen and (max-width: 1480px) {
  .card .slick-dots {
    margin-top: 15px;
  }
}

.card .slick-dots li {
  margin-right: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
}

.card .slick-dots li a {
  display: block;
  align-items: center;
  justify-content: center;
  max-width: 64px;
  /* max-height: 48px; */
}

.card .slick-dots li:last-child {
  margin-right: 0;
}

.card .slick-dots .slick-active {
  border: 2px solid #13a4f8;
  border-radius: 5px;
}

.card .slick-arrow {
  font-size: 0;
  border: 1px solid #f1efef;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #fff;
  bottom: 15px;
  position: absolute;
  top: auto;
  background-image: url(/assets/img/arrow-select.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  cursor: pointer;
  background-position: center;
}

@media only screen and (max-width: 1480px) {
  .card .slick-arrow {
    bottom: 9px;
  }
}

.card .slick-arrow:hover {
  background-color: #e6e6e6;
}

.card .slick-prev {
  left: 0;
  transform: rotate(90deg);
}

.card .slick-next {
  left: auto;
  right: 0;
  transform: rotate(-90deg);
}

.card .slick-slide {
  width: 100%;
  border-radius: 10px;
}

.card .slick-slide img {
  border-radius: 10px;
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (max-width: 767px) {
  .card__info {
    margin-bottom: 50px;
  }
}

.card__info-head {
  font-size: 14px;
  color: #a8a8a8;
  margin-bottom: 4px;
}

@media only screen and (max-width: 767px) {
  .card__info-head {
    font-size: 12px;
    margin-bottom: 9px;
  }
}

.card__info-number {
  font-size: 24px;
  color: #2d2e30;
  margin-bottom: 16px;
}

@media only screen and (max-width: 1480px) {
  .card__info-number {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .card__info-number {
    margin-bottom: 15px;
    font-size: 16px;
  }
}

.card__info-number span {
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .card__info-number span {
    width: 121px;
    min-width: 121px;
    margin-right: 72px;
  }
}

@media only screen and (max-width: 380px) {
  .card__info-number span {
    margin-right: 30px;
  }
}

.card__info-articul {
  font-size: 14px;
  color: #a8a8a8;
  margin-bottom: 43px;
  font-weight: 400;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1480px) {
  .card__info-articul {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .card__info-articul {
    font-size: 12px;
  }
}

.card__info-articul b {
  width: 100px;
  display: block;
  font-weight: 400;
  margin-right: 14px;
}

@media only screen and (max-width: 767px) {
  .card__info-articul b {
    width: 121px;
    margin-right: 72px;
    min-width: 121px;
  }
}

@media only screen and (max-width: 380px) {
  .card__info-articul b {
    margin-right: 30px;
  }
}

.card__info-articul span {
  font-weight: 700;
  color: #2d2e30;
}

@media only screen and (max-width: 767px) {
  .card__info-articul span {
    font-size: 16px;
  }
}

.card__info-block {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .card__info-block {
    margin-bottom: 4px;
  }
}

.card__info-block:last-child {
  margin-bottom: 0;
}

.card__info-block p {
  font-size: 14px;
  color: #a8a8a8;
  margin-right: 12px;
  width: 100px;
}

@media only screen and (max-width: 767px) {
  .card__info-block p {
    font-size: 12px;
    width: 121px;
    margin-right: 72px;
    min-width: 121px;
  }
}

@media only screen and (max-width: 380px) {
  .card__info-block p {
    margin-right: 30px;
  }
}

.card__info-block span {
  font-size: 14px;
  display: flex;
  align-items: center;
  color: #232323;
}

@media only screen and (max-width: 767px) {
  .card__info-block span {
    font-size: 12px;
  }
}

.card__info-star {
  margin-left: 15px;
  display: flex;
  align-items: center;
}

.card__info-star li {
  margin-right: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card__info-star li:last-child {
  margin-right: 0;
}

.card__banner {
  border-radius: 10px;
  width: 335px;
  background-color: #f8f8f8;
  padding: 15px 16px 26px 16px;
}

@media only screen and (max-width: 1180px) {
  .card__banner {
    width: 270px;
  }
}

@media only screen and (max-width: 991px) {
  .card__banner {
    width: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .card__banner {
    width: 100%;
    padding: 16px 16px 25px 16px;
  }
}

.card__banner-stock {
  font-size: 16px;
  color: #a8a8a8;
  text-decoration: line-through;
  margin-bottom: 3px;
}

.card__banner-stock span {
  font-family: "Roboto";
}

.card__banner-price {
  font-size: 32px;
  color: #000000;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: 5px;
}

@media only screen and (max-width: 1180px) {
  .card__banner-price {
    font-size: 26px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .card__banner-price {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 5px;
  }
}

.card__banner-price span {
  font-family: "Montserrat";
}

.card__banner-status {
  font-size: 16px;
  font-weight: 700;
  color: #aad93d;
  margin-bottom: 28px;
}

@media only screen and (max-width: 1180px) {
  .card__banner-status {
    margin-bottom: 10px;
  }
}

.card__banner-info {
  margin-bottom: 45px;
}

@media only screen and (max-width: 1180px) {
  .card__banner-info {
    margin-bottom: 20px;
  }
}

.card__banner-info p {
  font-size: 14px;
  margin-bottom: 6px;
}

.card__banner-info p:last-child {
  margin-bottom: 0;
}

.card__banner-info p span {
  color: #7dac0e;
}

.card__banner-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  border-radius: 5px;
  background-color: #aad93d;
  font-size: 16px;
  font-weight: 700;
  color: #2d2e30;
  border: 0;
  cursor: pointer;
}

.card__banner-btn:hover {
  background-color: #b2d33f;
}

.card__information {
  max-width: 750px;
}

.card__information-head {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .card__information-head {
    margin-bottom: 19px;
  }
}

.card__information-text {
  margin-bottom: 22px;
}

.card__information-number {
  margin-bottom: 22px;
}

.card__information p {
  font-size: 16px;
  line-height: 24px;
}

.other {
  margin-bottom: 64px;
}

@media only screen and (max-width: 767px) {
  .other {
    margin-bottom: 50px;
  }
}

.other .number-text {
  border: 0;
  background: none;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  text-align: center;
  width: 40px;
  margin: 0 6px;
}

@media only screen and (max-width: 767px) {
  .other .number-text {
    width: 20px;
    font-size: 12px;
  }
}

.other .number-plus {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

@media only screen and (max-width: 767px) {
  .other .number-plus {
    font-size: 14px;
  }
}

.other .number-minus {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

@media only screen and (max-width: 767px) {
  .other .number-minus {
    font-size: 14px;
  }
}

.other .number-minus span {
  margin-top: -2px;
}

.other__title {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .other__title {
    font-size: 22px;
    line-height: 26px;
  }
}

.other__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 23px;
  column-gap: 23px;
  row-gap: 32px;
  max-width: 1057px;
}

@media only screen and (max-width: 1480px) {
  .other__items {
    max-width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .other__items {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 767px) {
  .other .products__item {
    min-width: auto;
  }
}

.basket {
  padding-top: 160px;
  margin-bottom: 282px;
}

@media only screen and (max-width: 991px) {
  .basket {
    margin-bottom: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .basket {
    padding-top: 80px;
    margin-bottom: 80px;
  }
}

.basket .checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-right: 11px;
}

@media only screen and (max-width: 767px) {
  .basket .checkbox {
    display: none;
  }
}

.basket .checkbox:last-child {
  margin-bottom: 0;
}

.basket .checkbox__inner {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

@media only screen and (max-width: 991px) {
  .basket .checkbox__inner {
    width: 18px;
    height: 18px;
  }
}

.basket .checkbox__inner > span {
  width: 100%;
  height: 100%;
  border: 2px solid #b9bdc2;
  display: block;
  border-radius: 5px;
  position: relative;
}

.basket .checkbox__inner > span.active {
  opacity: 1;
}

.basket .checkbox__inner > span::before {
  display: block;
  content: "";
  position: absolute;
  top: 12%;
  left: 9%;
  right: 0;
  bottom: 0;
  border: solid #b9bdc2;
  border-width: 0px 2px 2px 0;
  transform: rotate(45deg);
  width: 5px;
  height: 11px;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
}

@media only screen and (max-width: 991px) {
  .basket .checkbox__inner > span::before {
    top: 15%;
    left: 9%;
    width: 4px;
    height: 8px;
  }
}

.basket .checkbox input {
  display: none;
}

.basket .checkbox input:checked + span {
  border: 0;
  background-color: #aad93d;
}

.basket .checkbox input:checked + span::before {
  opacity: 1;
  visibility: visible;
  border: solid #2d2e30;
  border-width: 0px 2px 2px 0;
}

.basket .checkbox__text {
  font-size: 14px;
  color: #3d70e8;
}

.basket__title {
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: 23px;
}

@media only screen and (max-width: 767px) {
  .basket__title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 52px;
    padding-left: 16px;
  }
}

.basket__title span {
  font-weight: 400;
  opacity: 0;
  transition: all 0.3s;
}

.basket.active .basket__title__count {
  opacity: 1;
}

.basket__items {
  display: flex;
  align-items: flex-start;
}

@media only screen and (max-width: 767px) {
  .basket__items {
    padding: 0 6px;
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .basket .container {
    padding: 0;
  }
}

.basket__banner {
  min-width: 335px;
  width: 335px;
  margin-left: 23px;
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 24px 22px;
  display: none;
}

@media only screen and (max-width: 1180px) {
  .basket__banner {
    min-width: 260px;
    width: 260px;
    margin-left: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .basket__banner {
    min-width: auto;
    width: 100%;
    margin: 0;
    padding: 22px 16px;
  }
}

.basket.active .basket__banner {
  display: block;
}

.basket__banner-title {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .basket__banner-title {
    display: none;
  }
}

.basket__banner-products {
  display: flex;
  align-items: center;
  margin-bottom: 47px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1180px) {
  .basket__banner-products {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .basket__banner-products {
    display: none;
  }
}

.basket__banner-product {
  font-size: 16px;
  color: #3b414e;
  margin-right: 32px;
}

.basket__banner-kg {
  font-size: 16px;
  color: #3b414e;
}

.basket__banner-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1180px) {
  .basket__banner-items {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .basket__banner-items {
    display: none;
  }
}

.basket__banner-price {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
}

.basket__banner-price span {
  font-family: "Montserrat";
  font-weight: 400;
}

.basket__banner-summ {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 34px;
}

@media only screen and (max-width: 1180px) {
  .basket__banner-summ {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .basket__banner-summ {
    margin-bottom: 16px;
  }
}

.basket__banner-all {
  font-size: 14px;
  font-weight: 700;
  color: #232323;
}

@media only screen and (max-width: 767px) {
  .basket__banner-all {
    font-weight: 400;
  }
}

.basket__banner-value {
  font-size: 16px;
  color: #000000;
  font-weight: 700;
}

.basket__banner-value span {
  font-family: "Montserrat";
  font-weight: 400;
}

.basket__banner-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  border-radius: 5px;
  background-color: #aad93d;
  font-size: 18px;
  color: #2d2e30;
  font-weight: 700;
  transition: 300ms;
  cursor: pointer;
  border: 0;
}

.basket__banner-btn:hover {
  background-color: #bee437;
}

.basket__item {
  width: 100%;
  background-color: #f8f8f8;
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .basket__item {
    position: relative;
    margin-bottom: 100px;
  }
}

.basket__header {
  padding: 17px 15px;
  border-bottom: 2px solid #ffffff;
  display: flex;
  align-items: center;
  display: none;
}

.basket.active .basket__header {
  display: block;
}

@media only screen and (max-width: 767px) {
  .basket__header {
    background: none;
    padding: 0;
  }
}

.basket__header .checkbox {
  margin-right: 34px;
}

.basket__header .checkbox .checkbox__inner {
  margin-right: 11px;
}

.basket__header-del {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #3d70e8;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .basket__header-del {
    position: absolute;
    top: -74px;
    right: 16px;
  }
}

.basket__header-del img {
  margin-right: 10px;
}

.basket__card {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  position: relative;
  padding: 23px 24px 17px 15px;
  border-bottom: 2px solid #fff;
}

@media only screen and (max-width: 1480px) {
  .basket__card {
    padding: 20px 10px;
  }
}

@media only screen and (max-width: 767px) {
  .basket__card {
    padding: 22px 10px;
  }
}

.basket__card:last-child {
  border-bottom: 0;
}

@media only screen and (max-width: 1480px) {
  .basket__card-info {
    max-width: 270px;
  }
}

@media only screen and (max-width: 1180px) {
  .basket__card-info {
    max-width: 210px;
  }
}

@media only screen and (max-width: 767px) {
  .basket__card-info {
    max-width: 100%;
  }
}

.basket__card-item {
  display: flex;
  align-items: flex-start;
}

.basket__card .checkbox {
  margin-right: 11px;
}

.basket__card-image {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 128px;
  min-width: 128px;
  width: 128px;
  height: 128px;
  border-radius: 5px;
  margin-right: 21px;
}

@media only screen and (max-width: 1180px) {
  .basket__card-image {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 991px) {
  .basket__card-image {
    min-width: 82px;
    width: 82px;
    height: 82px;
  }
}

.basket__card-image img {
  width: 100%;
  border-radius: 5px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.basket__card-title {
  font-size: 14px;
  font-weight: 500;
  color: #216bff;
  margin-bottom: 18px;
}

@media only screen and (max-width: 1480px) {
  .basket__card-title {
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 1180px) {
  .basket__card-title {
    font-size: 12px;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 991px) {
  .basket__card-title {
    font-size: 14px;
    line-height: 16px;
  }
}

.basket__card-number {
  font-size: 14px;
  color: #a8a8a8;
  margin-bottom: 2px;
}

@media only screen and (max-width: 1480px) {
  .basket__card-number {
    font-size: 12px;
  }
}

@media only screen and (max-width: 991px) {
  .basket__card-number {
    display: none;
  }
}

.basket__card-number span {
  color: #2d2e30;
}

.basket__card-articul {
  font-size: 14px;
  color: #a8a8a8;
  margin-bottom: 27px;
}

@media only screen and (max-width: 1480px) {
  .basket__card-articul {
    margin-bottom: 14px;
  }
}

@media only screen and (max-width: 991px) {
  .basket__card-articul {
    display: none;
  }
}

.basket__card-articul span {
  color: #2d2e30;
}

.basket__card-nav {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .basket__card-nav {
    display: none;
  }
}

.basket__card-like {
  display: flex;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
  color: #3d70e8;
  margin-right: 41px;
}

.basket__card-like img {
  margin-right: 8px;
}

.basket__card-del {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #3d70e8;
  cursor: pointer;
}

.basket__card-del img {
  margin-right: 8px;
}

.basket__card-price {
  font-size: 16px;
  color: #000000;
  margin-bottom: 1px;
}

@media only screen and (max-width: 991px) {
  .basket__card-price {
    position: absolute;
    bottom: 23px;
    right: 10px;
  }
}

.basket__card-price span {
  font-family: "Roboto";
  font-weight: 400;
}

.basket__card-stock {
  font-size: 14px;
  color: #a8a8a8;
  text-decoration: line-through;
}

@media only screen and (max-width: 991px) {
  .basket__card-stock {
    display: none;
  }
}

.basket__card-stock span {
  font-family: "Roboto";
  font-weight: 400;
}

.basket .number {
  display: flex;
  align-items: center;
  width: 96px;
  height: 32px;
  background-color: #ffffff;
  justify-content: center;
  border-radius: 7px;
}

@media only screen and (max-width: 767px) {
  .basket .number {
    width: 82px;
    min-width: 82px;
    margin-left: 20px;
  }
}

.basket .number-text {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  border: 0;
  background: none;
  width: 40px;
  margin: 0 2px;
}

@media only screen and (max-width: 767px) {
  .basket .number-text {
    width: 35px;
  }
}

.basket .number-minus {
  font-size: 16px;
  font-weight: 700;
  color: #b9bdc2;
}

.basket .number-plus {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

@media only screen and (max-width: 991px) {
  .basket__end {
    display: none;
  }
}

.basket__end-price {
  font-size: 20px;
  font-weight: 700;
  text-align: right;
  margin-bottom: 2px;
}

@media only screen and (max-width: 1180px) {
  .basket__end-price {
    font-size: 16px;
  }
}

.basket__end-price span {
  font-family: "Montserrat";
}

.basket__end-stock {
  font-size: 16px;
  color: #a8a8a8;
  text-decoration: line-through;
  text-align: right;
}

.basket__end-stock span {
  font-family: "Roboto";
}

.order {
  padding-top: 155px;
  margin-bottom: 191px;
}

@media only screen and (max-width: 991px) {
  .order {
    margin-bottom: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .order {
    padding-top: 80px;
    margin-bottom: 80px;
  }
}

.order__title {
  font-size: 48px;
  color: #232323;
  font-weight: 900;
  margin-bottom: 54px;
}

@media only screen and (max-width: 1180px) {
  .order__title {
    font-size: 42px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .order__title {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .order__title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
  }
}

.order__title b {
  font-weight: 400;
  font-family: "Montserrat";
}

.order__title span {
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .order__title span {
    display: block;
  }
}

.order__inner {
  max-width: 1056px;
}

@media only screen and (max-width: 1480px) {
  .order__inner {
    max-width: 100%;
  }
}

.order__dilivery {
  border-radius: 10px;
  background-color: #ffffff;
  padding: 24px 24px 38px 24px;
  margin-bottom: 24px;
}

@media only screen and (max-width: 991px) {
  .order__dilivery {
    padding: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .order__dilivery {
    padding: 0;
    margin-bottom: 50px;
  }
}

.order__dilivery-title {
  font-size: 32px;
  font-weight: 700;
  color: #232323;
  margin-bottom: 25px;
}

@media only screen and (max-width: 991px) {
  .order__dilivery-title {
    font-size: 26px;
    margin-bottom: 17px;
  }
}

.order__dilivery-types {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {
  .order__dilivery-types {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 23px;
  }
}

.order__dilivery-type {
  display: flex;
  align-items: center;
  margin-right: 80px;
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  .order__dilivery-type {
    margin-right: 0;
    align-items: flex-start;
  }
}

.order__dilivery-type:last-child {
  margin-right: 0;
}

.order__dilivery-type input {
  cursor: pointer;
  width: 24px;
  height: 24px;
  min-width: 24px;
  border-radius: 50%;
  border: 2px solid #2d2e30;
  margin-right: 14px;
}

.order__dilivery-type input:checked {
  background: #aad93d;
}

.order__dilivery-type label {
  font-size: 20px;
  cursor: pointer;
  font-weight: 500;
  color: #221f20;
}

@media only screen and (max-width: 767px) {
  .order__dilivery-type label {
    font-size: 14px;
    margin-top: 3px;
  }
}

.order__dilivery-head {
  font-size: 20px;
  color: #232323;
  margin-bottom: 8px;
}

.order__dilivery-inputs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 24px;
  column-gap: 24px;
  row-gap: 21px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {
  .order__dilivery-inputs {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 767px) {
  .order__dilivery-inputs {
    grid-template-columns: 1fr;
    row-gap: 16px;
  }
}

.order__dilivery-inputs input {
  width: 100%;
  height: 42px;
  background: #f8f8f8;
  border-radius: 3px;
  font-family: "Roboto";
  padding: 0 16px;
  font-size: 16px;
  border: 0;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .order__dilivery-inputs input {
    font-size: 14px;
  }
}

.order__dilivery-inputs input::-moz-placeholder {
  color: #a8a8a8;
}

.order__dilivery-inputs input::-ms-input-placeholder {
  color: #a8a8a8;
}

.order__dilivery-inputs input::placeholder {
  color: #a8a8a8;
}

.order__dilivery-adres {
  display: flex;
  align-items: center;
  margin-bottom: 9px;
}

@media only screen and (max-width: 767px) {
  .order__dilivery-adres {
    margin-bottom: 27px;
    display: block;
  }
}

.order__dilivery-adres input {
  width: 100%;
  height: 42px;
  background: #f8f8f8;
  border-radius: 3px;
  font-family: "Roboto";
  padding: 0 16px;
  font-size: 16px;
  border: 0;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .order__dilivery-adres input {
    font-size: 14px;
  }
}

.order__dilivery-adres input::-moz-placeholder {
  color: #a8a8a8;
}

.order__dilivery-adres input::-ms-input-placeholder {
  color: #a8a8a8;
}

.order__dilivery-adres input::placeholder {
  color: #a8a8a8;
}

.order__dilivery-first {
  min-width: 312px;
  width: 312px;
  margin-right: 24px;
}

@media only screen and (max-width: 1480px) {
  .order__dilivery-first {
    min-width: 341px;
    width: 341px;
  }
}

@media only screen and (max-width: 1180px) {
  .order__dilivery-first {
    min-width: 291px;
    width: 291px;
  }
}

@media only screen and (max-width: 991px) {
  .order__dilivery-first {
    min-width: auto;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .order__dilivery-first {
    margin-right: 0;
    margin-bottom: 19px;
  }
}

.order__dilivery-second {
  width: 100%;
}

.order__dilivery-calculate {
  display: flex;
  align-items: center;
  margin-bottom: 44px;
}

@media only screen and (max-width: 767px) {
  .order__dilivery-calculate {
    margin-bottom: 40px;
  }
}

.order__dilivery-calculate button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 89px;
  height: 24px;
  border-radius: 3px;
  background: #2d2e30;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  font-family: "Roboto";
  border: 0;
  cursor: pointer;
  transition: 300ms;
  margin-right: 27px;
}

@media only screen and (max-width: 767px) {
  .order__dilivery-calculate button {
    height: 33px;
    margin-right: 17px;
  }
}

.order__dilivery-price {
  font-size: 14px;
  color: #232323;
}

.order__dilivery-area {
  width: 552px;
}

@media only screen and (max-width: 991px) {
  .order__dilivery-area {
    width: 100%;
  }
}

.order__dilivery-area textarea {
  width: 100%;
  height: 87px;
  background-color: #f8f8f8;
  border-radius: 3px;
  padding: 17px 15px 17px 15px;
  font-size: 14px;
  color: #221f20;
  resize: none;
  border: 0;
}

.order__dilivery-area textarea::-moz-placeholder {
  color: #221f20;
}

.order__dilivery-area textarea::-ms-input-placeholder {
  color: #221f20;
}

.order__dilivery-area textarea::placeholder {
  color: #221f20;
}

.order__pay {
  padding: 24px 24px 52px 24px;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
  .order__pay {
    padding: 0;
    margin-bottom: 50px;
  }
}

.order__pay-title {
  font-size: 32px;
  font-weight: 700;
  color: #232323;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .order__pay-title {
    font-size: 24px;
    margin-bottom: 24px;
  }
}

.order__pay-types {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .order__pay-types {
    align-items: flex-start;
  }
}

.order__pay-type {
  display: flex;
  align-items: center;
  margin-right: 80px;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .order__pay-type {
    margin-right: 26px;
    align-items: flex-start;
  }
}

.order__pay-type:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .order__pay-type:first-child label {
    white-space: nowrap;
  }
}

.order__pay-type input {
  cursor: pointer;
  width: 24px;
  height: 24px;
  min-width: 24px;
  border-radius: 50%;
  border: 2px solid #2d2e30;
  margin-right: 14px;
}

.order__pay-type input:checked {
  background: #aad93d;
}

.order__pay-type label {
  font-size: 20px;
  cursor: pointer;
  font-weight: 500;
  color: #221f20;
}

@media only screen and (max-width: 767px) {
  .order__pay-type label {
    font-size: 16px;
    line-height: 19px;
    margin-top: 3px;
  }
}

.order__content {
  padding: 24px 24px 38px 24px;
  background-color: #ffffff;
  border-radius: 10px;
}

@media only screen and (max-width: 991px) {
  .order__content {
    display: none;
  }
}

.order__content-title {
  font-size: 32px;
  font-weight: 700;
  color: #232323;
  margin-bottom: 26px;
}

.order__content-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 34px;
  margin-bottom: 26px;
}

.order__content-header > div:nth-child(2) {
  margin-right: -53px;
}

.order__content-header > div:nth-child(3) {
  margin-right: -43px;
}

.order__content-header > div:nth-child(4) {
  margin-right: -53px;
}

.order__content-block {
  display: flex;
  align-items: center;
  margin-right: 34px;
}

.order__content-block > div:nth-child(1) {
  margin-right: 61px;
}

.order__content-head {
  font-size: 14px;
  color: #a8a8a8;
}

.order__content-items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 30px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f8f8f8;
  margin-bottom: 16px;
}

.order__content-items:last-child {
  margin-bottom: 0;
}

.order__content-start {
  display: flex;
  margin-right: -67px;
}

.order__content-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  width: 80px;
  height: 80px;
  border-radius: 5px;
  margin-right: 16px;
}

.order__content-image img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.order__content-name {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: #000000;
  max-width: 195px;
}

.order__content-number, .order__content-articul, .order__content-value {
  font-size: 14px;
  color: #2d2e30;
}

.order__content-price, .order__content-summ {
  font-size: 16px;
  font-weight: 700;
}

.order__content-price span, .order__content-summ span {
  font-family: "Montserrat";
}

.order__msg {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 45px 0;
  border-bottom: 2px solid #f8f8f8;
  margin-bottom: 16px;
}

.order__msg-block {
  display: flex;
  align-items: center;
}

.order__msg-head {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  margin-right: 258px;
}

@media only screen and (max-width: 1180px) {
  .order__msg-head {
    margin-right: 240px;
  }
}

.order__msg-type {
  font-size: 14px;
  color: #2d2e30;
}

.order__msg-price {
  font-size: 16px;
  font-weight: 700;
}

.order__msg-price span {
  font-family: "Montserrat";
}

.order__all {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 78px;
}

.order__all-block {
  display: flex;
  align-items: center;
}

.order__all-title {
  font-size: 24px;
  font-weight: 500;
  color: #221f20;
}

.order__all-price {
  font-size: 24px;
  font-weight: 700;
  color: #221f20;
  margin-left: 240px;
}

@media only screen and (max-width: 1480px) {
  .order__all-price {
    margin-left: 260px;
  }
}

@media only screen and (max-width: 1180px) {
  .order__all-price {
    margin-left: 210px;
  }
}

.order__all-price span {
    font-family: "Montserrat";
}

.order__all-value {
  font-size: 24px;
  font-weight: 500;
  color: #221f20;
}

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

.order__end-btn {
  width: 312px;
  height: 64px;
  background-color: #aad93d;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 0;
  transition: 300ms;
  font-size: 20px;
  font-weight: 700;
  color: #232323;
}

.order__end-btn:hover {
  background-color: #afdf40;
}

.order__end .checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-right: 11px;
}

@media only screen and (max-width: 767px) {
  .order__end .checkbox {
    display: none;
  }
}

.order__end .checkbox:last-child {
  margin-bottom: 0;
}

.order__end .checkbox__inner {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-right: 15px;
}

.order__end .checkbox__inner > span {
  width: 100%;
  height: 100%;
  border: 2px solid #2d2e30;
  display: block;
  position: relative;
}

.order__end .checkbox__inner > span.active {
  opacity: 1;
}

.order__end .checkbox__inner > span::before {
  display: block;
  content: "";
  position: absolute;
  top: 12%;
  left: 9%;
  right: 0;
  bottom: 0;
  border: solid #b9bdc2;
  border-width: 0px 2px 2px 0;
  transform: rotate(45deg);
  width: 5px;
  height: 11px;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
}

@media only screen and (max-width: 991px) {
  .order__end .checkbox__inner > span::before {
    top: 15%;
    left: 9%;
    width: 4px;
    height: 8px;
  }
}

.order__end .checkbox input {
  display: none;
}

.order__end .checkbox input:checked + span::before {
  opacity: 1;
  visibility: visible;
  display: block;
  width: 8px;
  height: 8px;
  border: 0;
  transform: none;
  background-color: #aad93d;
  top: 2px;
  left: 0;
}

.order__end .checkbox__text {
  font-size: 14px;
  color: #2d2e30;
}

.order__end .checkbox__text a:hover {
  text-decoration: underline;
}

.order__mobile {
  display: none;
}

@media only screen and (max-width: 991px) {
  .order__mobile {
    display: block;
    background: #f8f8f8;
    border-radius: 10px;
    padding: 22px 20px;
  }
}

.order__mobile-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.order__mobile-head {
  font-size: 14px;
  color: #232323;
}

.order__mobile-summ {
  font-size: 16px;
  font-weight: 700;
}

.order__mobile-btn {
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #aad93d;
  font-size: 18px;
  font-weight: 700;
  color: #2d2e30;
  border: 0;
  cursor: pointer;
  transition: 300ms;
}

.order__mobile-btn:hover {
  background-color: #c4f356;
}

.wrapper-order {
  background: #f8f8f8;
}

@media only screen and (max-width: 991px) {
  .wrapper-order {
    background: #fff;
  }
}

.catalog__saidbar {
  position: relative;
}

.catalog__flag {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 32px;
  left: 0;
  width: 9px;
}

.review {
  padding-top: 161px;
  margin-bottom: 325px;
}

@media only screen and (max-width: 1180px) {
  .review {
    margin-bottom: 200px;
  }
}

@media only screen and (max-width: 991px) {
  .review {
    margin-bottom: 160px;
  }
}

@media only screen and (max-width: 767px) {
  .review {
    padding-top: 80px;
    margin-bottom: 100px;
  }
}

.review__title {
  font-size: 48px;
  font-weight: 900;
  color: #232323;
  margin-bottom: 28px;
}

@media only screen and (max-width: 1180px) {
  .review__title {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .review__title {
    font-size: 24px;
  }
}

.review__items {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .review__items {
    display: block;
  }
}

.review__banner {
  min-width: 335px;
  width: 335px;
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 25px 29px;
  margin-left: 217px;
}

@media only screen and (max-width: 1480px) {
  .review__banner {
    margin-left: 135px;
  }
}

@media only screen and (max-width: 1180px) {
  .review__banner {
    margin-left: 90px;
    min-width: 300px;
    width: 300px;
    padding: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .review__banner {
    min-width: auto;
    width: 100%;
    margin: 0;
    padding: 0;
    background: none;
  }
}

.review__banner-title {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
  .review__banner-title {
    margin-bottom: 15px;
  }
}

.review__banner-list li {
  margin-bottom: 10px;
}

@media only screen and (max-width: 991px) {
  .review__banner-list li {
    margin-bottom: 0;
    margin-right: 10px;
    display: inline-block;
  }
}

.review__banner-list li:last-child {
  margin-bottom: 0;
}

.review__banner-list li a {
  font-size: 18px;
  font-weight: 500;
  color: #216bff;
}

.review__banner-list li a:hover {
  color: #93c02a;
}

.review__image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.review__link {
  font-size: 14px;
  font-weight: 500;
  color: #216bff;
}

.review__slider {
  max-width: 744px;
  padding: 0 120px;
}

@media only screen and (max-width: 1480px) {
  .review__slider {
    max-width: 650px;
    padding: 0 80px;
  }
}

@media only screen and (max-width: 1180px) {
  .review__slider {
    max-width: 580px;
  }
}

@media only screen and (max-width: 991px) {
  .review__slider {
    max-width: 100%;
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .review__slider {
    padding: 0 30px;
  }
}

.review__slider .slick-arrow {
  font-size: 0;
  border: 1px solid #f1efef;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  background-image: url(/assets/img/arrow-select.svg);
  background-repeat: no-repeat;
  background-size: 13px;
  cursor: pointer;
  background-position: center;
}

@media only screen and (max-width: 767px) {
  .review__slider .slick-arrow {
    width: 20px;
    height: 20px;
    background-size: 9px;
  }
}

.review__slider .slick-arrow:hover {
  background-color: #e6e6e6;
}

.review__slider .slick-prev {
  left: 0;
  transform: rotate(90deg) translate(0, -50%);
}

@media only screen and (max-width: 767px) {
  .review__slider .slick-prev {
    left: -10px;
  }
}

.review__slider .slick-next {
  left: auto;
  right: 0;
  transform: rotate(-90deg) translate(0, -50%);
}

@media only screen and (max-width: 767px) {
  .review__slider .slick-next {
    right: -10px;
  }
}

.review__slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: -65px;
  transform: translate(-50%, 0);
}

@media only screen and (max-width: 991px) {
  .review__slider .slick-dots {
    bottom: -30px;
  }
}

.review__slider .slick-dots li {
  margin-right: 8px;
}

.review__slider .slick-dots li:last-child {
  margin-right: 0;
}

.review__slider .slick-dots li button {
  width: 8px;
  height: 8px;
  background: #3b414e;
  border-radius: 50%;
  font-size: 0;
  cursor: pointer;
  border: 0;
}

.review .slick-active button {
  background: #aad93d !important;
}

.screen {
  padding: 160px 0 67px 0;
  background: url(/assets/img/ocompany.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 65px;
  position: relative;
}

.screen::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  background: #353944ab;
}

@media screen and (max-width: 767px) {
  .screen::before {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .screen {
    padding: 100px 0 40px 0;
    margin-bottom: 57px;
  }
}

@media only screen and (max-width: 767px) {
  .screen {
    padding: 83px 0 0 0;
    background: none;
  }
}

.screen__inner {
  position: relative;
  z-index: 5;
}

@media only screen and (max-width: 767px) {
  .screen__inner {
    background: url(/assets/img/ocompany.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 26px 23px 36px 23px;
    border-radius: 10px;
    overflow: hidden;
  }
  .screen__inner::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    background: #353944ab;
  }
}

.screen__title {
  font-size: 100px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 140px;
}

@media only screen and (max-width: 1180px) {
  .screen__title {
    font-size: 70px;
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .screen__title {
    font-size: 66px;
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .screen__title {
    font-size: 32px;
    position: relative;
    z-index: 5;
    margin-bottom: 20px;
  }
}

.screen__items {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}

.screen__item {
  max-width: 478px;
  font-size: 32px;
  line-height: 40px;
  color: #fafafa;
  font-weight: 700;
}

@media only screen and (max-width: 1180px) {
  .screen__item {
    font-size: 26px;
    line-height: 32px;
    max-width: 350px;
  }
}

@media only screen and (max-width: 767px) {
  .screen__item {
    font-size: 16px;
    line-height: 20px;
    max-width: 222px;
  }
}

.screen__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 336px;
  height: 48px;
  border-radius: 5px;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  color: #216bff;
}

@media only screen and (max-width: 767px) {
  .screen__btn {
    display: none;
  }
}

.screen__btn:hover {
  background-color: #e6e6e6;
}

.header-company {
  background: none;
}

.header-company .header__logo {
  color: #fff;
}

.header-company .header__nav li a {
  color: #b9bdc2;
}

.header-company .header__nav li a:hover {
  color: #fefefe;
}

.header-company .header__nav li a.active {
  color: #ffffff;
}

.header-company .header__login {
  background: #ffffff;
  color: #3b414e;
  border: 0;
}

.header-company .header__login:hover {
  background-color: #e6e6e6;
}

.company {
  margin-bottom: 160px;
}

@media only screen and (max-width: 991px) {
  .company {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .company {
    margin-bottom: 50px;
  }
}

.company__items {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.company__banner {
  min-width: 336px;
  width: 336px;
  border-radius: 10px;
  background: #b2d33f;
  padding: 10px 16px 14px 0;
  margin-left: 235px;
}

@media only screen and (max-width: 1480px) {
  .company__banner {
    margin-left: 80px;
  }
}

@media only screen and (max-width: 1180px) {
  .company__banner {
    margin-left: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .company__banner {
    display: none;
  }
}

.company__logo {
  display: flex;
  align-items: flex-end;
  font-size: 46px;
  color: #2d2e30;
  line-height: 39px;
  text-transform: uppercase;
  font-family: "Proxima Nova Regular";
  margin-bottom: 27px;
}

.company__logo img {
  margin-right: 14px;
}

.company__text {
  font-size: 48px;
  line-height: 48px;
  padding-left: 25px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 900;
}

.company__item li {
  display: flex;
  align-items: flex-start;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 991px) {
  .company__item li {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .company__item li {
    font-size: 16px;
    line-height: 20px;
  }
}

.company__item li:last-child {
  margin-bottom: 0;
}

.company__item li img {
  margin-right: 17px;
  width: 9px;
  margin-top: 3px;
}

.buy {
  padding-top: 125px;
  margin-bottom: 63px;
}

@media only screen and (max-width: 767px) {
  .buy {
    padding-top: 90px;
    margin-bottom: 30px;
  }
}

.buy__items {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.buy__item {
  min-width: 336px;
  width: 336px;
  margin-left: 260px;
}

@media only screen and (max-width: 1480px) {
  .buy__item {
    margin-left: 150px;
  }
}

@media only screen and (max-width: 1180px) {
  .buy__item {
    margin-left: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .buy__item {
    display: none;
  }
}

.buy__item-block {
  border-radius: 10px;
  background: #f8f8f8;
  padding: 34px 31px 24px 31px;
  position: relative;
  margin-bottom: 18px;
}

.buy__item-flag {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 37px;
  left: 0;
  width: 9px;
}

.buy__item-list li {
  margin-bottom: 18px;
}

.buy__item-list li:last-child {
  margin-bottom: 0;
}

.buy__item-list li a {
  font-size: 20px;
  font-weight: 500;
}

.buy__item-list li a:hover {
  color: #b2d33f;
}

.buy__item .contacts__help-massage {
  padding: 6px 8px;
}

.buy__item .contacts__help-massage p {
  font-size: 12px;
}

.buy__item .contacts__help-massage span {
  font-size: 13px;
}

.buy__title {
  font-size: 48px;
  font-weight: 900;
  color: #232323;
  margin-bottom: 4px;
}

@media only screen and (max-width: 767px) {
  .buy__title {
    font-size: 24px;
    margin-bottom: 13px;
  }
}

.buy__content {
  padding-top: 40px;
}

@media only screen and (max-width: 767px) {
  .buy__content {
    padding-top: 0;
  }
}

.buy__links {
  display: flex;
  align-items: center;
  margin-bottom: 45px;
}

@media only screen and (max-width: 767px) {
  .buy__links {
    display: block;
    margin-bottom: 35px;
  }
}

.buy__links a {
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  padding: 4px 12px;
  background: #f8f8f8;
  border-radius: 16px;
}

@media only screen and (max-width: 767px) {
  .buy__links a {
    display: inline-block;
  }
}

@media only screen and (max-width: 551px) {
  .buy__links a {
    margin-top: 16px;
  }
}

.buy__links a:last-child {
  margin-right: 0;
}

.buy__pay {
  margin-bottom: 48px;
}

@media only screen and (max-width: 767px) {
  .buy__pay {
    margin-bottom: 60px;
  }
}

.buy__pay-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: -6px;
}

.buy__pay-items {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .buy__pay-items {
    margin-bottom: 20px;
  }
}

.buy__pay-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

@media only screen and (max-width: 767px) {
  .buy__pay-item {
    margin-right: 5px;
  }
}

.buy__pay-item:last-child {
  margin-right: 0;
}

.buy__pay-info {
  font-size: 18px;
  line-height: 32px;
}

@media only screen and (max-width: 767px) {
  .buy__pay-info {
    font-size: 16px;
    line-height: 24px;
  }
}

.buy__dilivery {
  margin-bottom: 63px;
}

@media only screen and (max-width: 767px) {
  .buy__dilivery {
    margin-bottom: 65px;
  }
}

.buy__dilivery-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .buy__dilivery-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.buy__dilivery-head {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 32px;
}

@media only screen and (max-width: 767px) {
  .buy__dilivery-head {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.buy__dilivery-info {
  font-size: 18px;
  line-height: 32px;
}

@media only screen and (max-width: 767px) {
  .buy__dilivery-info {
    font-size: 16px;
    line-height: 24px;
  }
}

.buy__dilivery-item {
  margin-bottom: 53px;
}

@media only screen and (max-width: 767px) {
  .buy__dilivery-item {
    margin-bottom: 50px;
  }
}

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

.buy__import {
  margin-bottom: 58px;
}

@media only screen and (max-width: 767px) {
  .buy__import {
    margin-bottom: 65px;
  }
}

.buy__import-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
}

.buy__import-info {
  font-size: 18px;
  line-height: 32px;
}

@media only screen and (max-width: 767px) {
  .buy__import-info {
    font-size: 16px;
    line-height: 24px;
  }
}

.buy .contacts__items {
  display: block;
  margin-bottom: 0;
}

.buy .contacts__item {
  margin-bottom: 68px;
}

.contacts-page {
  padding-top: 180px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .contacts-page {
    padding-top: 95px;
    margin-bottom: 27px;
  }
}

.vin-contacts {
  margin-bottom: 70px;
}

@media only screen and (max-width: 767px) {
  .vin-contacts {
    display: none;
  }
}

.politic {
  padding-top: 160px;
  margin-bottom: 160px;
}

@media only screen and (max-width: 991px) {
  .politic {
    padding-top: 80px;
    margin-bottom: 80px;
  }
}

.politic__title {
  font-size: 48px;
  font-weight: 900;
  color: #232323;
  margin-bottom: 38px;
}

@media only screen and (max-width: 991px) {
  .politic__title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .politic__title {
    font-size: 26px;
    line-height: 30px;
  }
}

.politic__info {
  font-size: 18px;
  line-height: 32px;
}

@media only screen and (max-width: 991px) {
  .politic__info {
    font-size: 16px;
    line-height: 24px;
  }
}

.politic__inner {
  max-width: 936px;
  margin: 0 auto;
}

.like {
  padding-top: 155px;
  margin-bottom: 190px;
}

@media only screen and (max-width: 991px) {
  .like {
    margin-bottom: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .like {
    padding-top: 65px;
    margin-bottom: 40px;
  }
}

.like__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .like__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.like__title span {
  font-weight: 400;
}

.like__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 24px;
  column-gap: 24px;
  row-gap: 24px;
}

@media only screen and (max-width: 1180px) {
  .like__items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media only screen and (max-width: 767px) {
  .like__items {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .like .container {
    padding: 0 16px;
  }
}

.like .catalog__mobile {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .like__inner {
    margin-bottom: 24px;
  }
}

.like .filter__radio {
  padding: 10px 0;
}

.like .filter__radio:nth-child(2) {
  min-width: 153px;
}

.orders {
  padding-top: 155px;
  margin-bottom: 165px;
}

@media only screen and (max-width: 991px) {
  .orders {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .orders {
    padding-top: 94px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .orders .container {
    padding: 0 5px;
  }
}

.orders__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .orders__title {
    font-size: 24px;
    margin-bottom: 32px;
    padding-left: 9px;
  }
}

.orders__title span {
  font-weight: 400;
}

.orders__item {
  border: 2px solid #f8f8f8;
  border-radius: 10px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .orders__item {
    margin-bottom: 32px;
  }
}

.orders__item:last-child {
  margin-bottom: 0;
}

.orders__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background: #f8f8f8;
  padding: 24px;
}

@media only screen and (max-width: 991px) {
  .orders__header {
    padding: 17px 11px;
  }
}

.orders__header-head {
  font-size: 24px;
  font-weight: 700;
  color: #232323;
}

@media only screen and (max-width: 767px) {
  .orders__header-head {
    font-size: 16px;
    line-height: 23px;
  }
}

@media only screen and (max-width: 767px) {
  .orders__header-head span {
    display: block;
  }
}

.orders__header-head span b {
  font-family: "Montserrat";
}

.orders__header-block {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .orders__header-block {
    display: block;
  }
}

.orders__header-price {
  font-size: 16px;
  font-weight: 700;
  margin-right: 36px;
}

@media only screen and (max-width: 767px) {
  .orders__header-price {
    margin-right: 0;
  }
}

.orders__header-price span {
  font-family: "Montserrat";
}

.orders__header-status {
  font-size: 16px;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .orders__header-status {
    font-weight: 400;
  }
}

.orders__info {
  padding: 24px 24px 52px 24px;
}

@media only screen and (max-width: 991px) {
  .orders__info {
    padding: 15px 11px 34px 11px;
  }
}

.orders__info-block {
  display: flex;
  align-items: center;
}

.orders__info-block p {
  font-size: 14px;
  font-weight: 700;
  width: 131px;
  line-height: 24px;
  margin-right: 50px;
}

@media only screen and (max-width: 767px) {
  .orders__info-block p {
    width: 112px;
    font-size: 12px;
    line-height: 18px;
    min-width: 112px;
  }
}

.orders__info-block span {
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .orders__info-block span {
    font-size: 12px;
  }
}

.orders__products {
  padding: 0 24px 24px 24px;
}

@media only screen and (max-width: 991px) {
  .orders__products {
    padding: 0 11px 15px 11px;
  }
}

.orders__products-head {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .orders__products-head {
    font-size: 14px;
    margin-bottom: 17px;
  }
}

.orders .order__content-image {
  min-width: 82px;
  height: 82px;
  width: 82px;
  margin-right: 10px;
}

.orders__inner {
  max-width: 1056px;
}

@media only screen and (max-width: 1480px) {
  .orders__inner {
    max-width: 100%;
  }
}

.orders .order__content-items {
  border: 0;
}

@media only screen and (max-width: 991px) {
  .orders .order__content-items {
    align-items: flex-end;
    position: relative;
    padding: 0;
  }
}

.orders__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 207px;
  height: 48px;
  border-radius: 5px;
  background: #aad93d;
  color: #232323;
  font-size: 20px;
  font-weight: 700;
  margin-right: 0;
  margin-left: auto;
}

@media only screen and (max-width: 991px) {
  .orders__btn {
    margin-top: 27px;
  }
}

@media only screen and (max-width: 767px) {
  .orders__btn {
    font-size: 16px;
    width: 100%;
  }
}

.orders__btn:hover {
  background: #c2ff33;
}

@media only screen and (max-width: 991px) {
  .orders .order__content-header {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .orders .order__content-number,
  .orders .order__content-articul,
  .orders .order__content-price {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .orders .order__content-name {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: #216bff;
  }
}

@media only screen and (max-width: 767px) {
  .orders .order__content-name {
    max-width: 85%;
  }
}

@media only screen and (max-width: 991px) {
  .orders .order__content-start {
    margin: 0;
  }
}

@media only screen and (max-width: 991px) {
  .orders .order__content-summ {
    font-weight: 400;
    white-space: nowrap;
  }
  .orders .order__content-summ span {
    font-weight: 400;
    font-family: inherit;
  }
}

@media only screen and (max-width: 991px) {
  .orders .order__content-value {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.orders .order__content-value span {
  display: none;
}

@media only screen and (max-width: 991px) {
  .orders .order__content-value span {
    display: inline;
  }
}

.company-active {
  color: #2d2e30 !important;
}

.header__page-item-acitve {
  color: #2d2e30 !important;
}

.header__page-item-acitve .header__page-icon svg path {
  fill: #2d2e30 !important;
}

.profile {
  padding-top: 135px;
  margin-bottom: 225px;
}

@media only screen and (max-width: 767px) {
  .profile {
    margin-bottom: 55px;
    padding-top: 100px;
  }
}

.profile__inner {
  max-width: 935px;
}

.profile__block {
  display: flex;
  align-items: center;
  padding-bottom: 60px;
  border-bottom: 2px solid #f8f8f8;
  margin-bottom: 33px;
}

@media only screen and (max-width: 767px) {
  .profile__block {
    padding-bottom: 33px;
    margin-bottom: 26px;
  }
}

.profile__smile {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  min-width: 96px;
  height: 96px;
  border-radius: 50%;
  background: #aad93d;
  margin-right: 24px;
}

@media only screen and (max-width: 767px) {
  .profile__smile {
    min-width: 75px;
    height: 75px;
    width: 75px;
    margin-right: 19px;
  }
  .profile__smile img {
    width: 50%;
  }
}

.profile__name {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .profile__name {
    font-size: 25px;
    margin-bottom: 4px;
  }
}

.profile__mail {
  font-size: 16px;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .profile__mail {
    font-size: 12px;
  }
}

.profile__redaction {
  padding-bottom: 62px;
  border-bottom: 2px solid #f8f8f8;
}

.profile__redaction-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 42px;
}

.profile__redaction-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 80px;
}

@media only screen and (max-width: 767px) {
  .profile__redaction-items {
    -moz-column-gap: 42px;
    column-gap: 42px;
  }
}

.profile__redaction-head {
  font-size: 16px;
  color: #3b414e;
  margin-bottom: 5px;
}

.profile__redaction-block {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 14px;
}

@media only screen and (max-width: 767px) {
  .profile__redaction-block {
    white-space: nowrap;
  }
}

.profile__redaction-change {
  font-size: 16px;
  cursor: pointer;
  color: #216bff;
}

@media only screen and (max-width: 767px) {
  .profile__redaction-item:nth-child(3) {
    grid-column-start: 1;
    grid-column-end: 3;
    width: 100%;
  }
  .profile__redaction-item:nth-child(3) .profile__redaction-block {
    white-space: normal;
  }
}

.fancybox-close-small {
  display: none;
}

.fancybox-slide--html {
  padding: 11px;
}

.modal-vhod {
  max-width: 484px;
  border-radius: 10px;
  padding: 0;
  width: 100%;
  background-color: #ffffff;
}

.modal-vhod__inner {
  position: relative;
  padding: 24px 24px 50px 24px;
}

.modal-vhod__strong {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 34px;
  right: 24px;
}

.modal-vhod__header {
  display: flex;
  align-items: center;
  margin-bottom: 44px;
}

.modal-vhod__registr {
  font-size: 16px;
  color: #216bff;
}

.modal-vhod__title {
  font-size: 24px;
  font-weight: 700;
  margin-right: 30px;
}

.modal-vhod__inputs {
  margin-bottom: 32px;
}

.modal-vhod__inputs input {
  width: 100%;
  height: 64px;
  border-radius: 3px;
  background-color: #f8f8f8;
  border: 0;
  padding: 0 18px;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 16px;
}

.modal-vhod__inputs input:last-child {
  margin-bottom: 0;
}

.modal-vhod__inputs input::-moz-placeholder {
  color: #a8a8a8;
}

.modal-vhod__inputs input::-ms-input-placeholder {
  color: #a8a8a8;
}

.modal-vhod__inputs input::placeholder {
  color: #a8a8a8;
}

.modal-vhod__btn {
  height: 64px;
  background: #aad93d;
  width: 100%;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 500;
  color: #2d2e30;
  cursor: pointer;
  border: 0;
  transition: 300ms;
}

.modal-vhod__btn:hover {
  background: #befa31;
}

.modal-form {
  padding: 0;
  width: 100%;
  border-radius: 10px;
  background-color: #f8f8f8;
  max-width: 936px;
}

.modal-form__inner {
  position: relative;
}

.modal-form__strong {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 34px;
  right: 24px;
}

@media only screen and (max-width: 767px) {
  .modal-form__strong {
    top: 15px;
    right: 20px;
  }
}

.modal-form .vin__flag {
  top: -88px;
}

@media only screen and (max-width: 991px) {
  .modal-form .vin__flag {
    top: -76px;
  }
}

@media only screen and (max-width: 991px) {
  .modal-form .vin__flag {
    top: -63px;
  }
}

.modal-form__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 45px;
  padding: 60px 24px 0 24px;
}

@media only screen and (max-width: 991px) {
  .modal-form__header {
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .modal-form__header {
    padding-top: 40px;
  }
}

.modal-form__text {
  font-size: 16px;
  line-height: 24px;
  max-width: 432px;
}

@media only screen and (max-width: 991px) {
  .modal-form__text {
    display: none;
  }
}

.modal-form__title {
  font-size: 32px;
  font-weight: 900;
  color: #232323;
}

@media only screen and (max-width: 767px) {
  .modal-form__title {
    font-size: 24px;
  }
}

.modal-thanks {
  padding: 0;
  width: 100%;
  border-radius: 10px;
  background-color: #ffffff;
  max-width: 596px;
}

.modal-thanks__inner {
  position: relative;
  padding: 40px 70px 45px 70px;
}

@media only screen and (max-width: 767px) {
  .modal-thanks__inner {
    padding: 16px 22px 30px 22px;
  }
}

@media only screen and (max-width: 767px) {
  .modal-thanks .modal-vhod__strong {
    top: 25px;
  }
}

.modal-thanks__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 23px;
}

@media only screen and (max-width: 767px) {
  .modal-thanks__title {
    font-size: 24px;
    margin-bottom: 34px;
  }
}

.modal-thanks__text {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 40px;
}

.modal-thanks__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 214px;
  height: 48px;
  background: #aad93d;
  border-radius: 50px;
  cursor: pointer;
  font-size: 16px;
  transition: 300ms;
  font-weight: 500;
  color: #2d2e30;
  margin: 0 auto;
}

.modal-thanks__btn:hover {
  background: #bdff23;
}

.modal-add {
  padding: 0;
  border-radius: 10px;
  background: #ffffff;
  max-width: 936px;
  width: 100%;
}

.modal-add__inner {
  position: relative;
  padding: 33px 50px 40px 31px;
}

@media only screen and (max-width: 767px) {
  .modal-add__inner {
    padding: 18px 8px;
  }
}

.modal-add__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 65px;
}

@media only screen and (max-width: 767px) {
  .modal-add__title {
    font-size: 16px;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .modal-add .modal-vhod__strong {
    top: 22px;
  }
}

.modal-add__items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 32px;
  border-bottom: 1px solid #b9bdc2;
  margin-bottom: 28px;
}

@media only screen and (max-width: 991px) {
  .modal-add__items {
    display: block;
    padding-bottom: 13px;
    margin-bottom: 60px;
  }
}

.modal-add__btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.modal-add__btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 229px;
  height: 48px;
  background: #2d2e30;
  border-radius: 5px;
  margin-right: 16px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  transition: 300ms;
}

@media only screen and (max-width: 991px) {
  .modal-add__btn {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .modal-add__btn {
    font-size: 14px;
  }
}

.modal-add__btn:hover {
  background: #1a1b1d;
}

.modal-add__btn:last-child {
  color: #2d2e30;
  background: #aad93d;
  margin-right: 0;
}

.modal-add__btn:last-child:hover {
  background: #c6ff42;
}

.modal-add__item {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .modal-add__item {
    align-items: flex-start;
    margin-bottom: 15px;
  }
}

.modal-add__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 68px;
  min-width: 90px;
  border-radius: 1px;
  margin-right: 16px;
}

@media only screen and (max-width: 991px) {
  .modal-add__image {
    min-width: 126px;
    width: 126px;
    height: 95px;
    margin-right: 14px;
  }
}

.modal-add__name {
  font-size: 14px;
  margin-bottom: 2px;
}

@media only screen and (max-width: 991px) {
  .modal-add__name {
    line-height: 20px;
  }
}

.modal-add__number {
  font-size: 14px;
  margin-bottom: 2px;
  color: #a8a8a8;
}

@media only screen and (max-width: 991px) {
  .modal-add__number {
    display: none;
  }
}

.modal-add__number span {
  color: #000;
}

.modal-add__articul {
  font-size: 14px;
  color: #a8a8a8;
}

@media only screen and (max-width: 991px) {
  .modal-add__articul {
    display: none;
  }
}

.modal-add__articul span {
  color: #000;
}

.modal-add__calc {
  display: flex;
  align-items: flex-start;
}

@media only screen and (max-width: 991px) {
  .modal-add__calc {
    justify-content: space-between;
  }
}

.modal-add .number {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 57px;
  width: 144px;
  border: 0;
  height: 48px;
  border-radius: 5px;
  background: #f8f8f8;
}

.modal-add .number-text {
  text-align: center;
  border: 0;
  background: none;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  font-family: "Roboto";
  margin: 0 20px;
  width: 40px;
}

.modal-add .number-minus {
  font-size: 24px;
  font-weight: 700;
  border: 0;
  cursor: pointer;
}

.modal-add .number-plus {
  font-size: 24px;
  font-weight: 700;
  border: 0;
  cursor: pointer;
}

.modal-add__price {
  font-size: 32px;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .modal-add__price {
    font-size: 24px;
  }
}

.modal-add__price span {
  font-family: "Montserrat";
}

.modal-add__stock {
  font-size: 16px;
  color: #a8a8a8;
  text-align: right;
  text-decoration: line-through;
}

@media only screen and (max-width: 767px) {
  .modal-add__stock {
    font-size: 11px;
  }
}

.modal-pay {
  max-width: 722px;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 0;
}

.modal-pay__inner {
  position: relative;
  padding: 46px 75px 73px 46px;
}

@media only screen and (max-width: 767px) {
  .modal-pay__inner {
    padding: 45px 10px;
  }
}

.modal-pay__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 42px;
}

@media only screen and (max-width: 767px) {
  .modal-pay__title {
    margin-bottom: 50px;
  }
}

.modal-pay__frame {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .modal-pay__frame {
    margin-bottom: 50px;
  }
}

.modal-pay__end {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .modal-pay__end {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}

.modal-pay__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 211px;
  height: 48px;
  background: #aad93d;
  border-radius: 5px;
  margin-right: 45px;
  font-size: 18px;
  font-weight: 500;
  color: #2d2e30;
}

@media only screen and (max-width: 767px) {
  .modal-pay__btn {
    margin-right: 0;
    margin-top: 14px;
    width: 100%;
  }
}

.modal-pay__btn:hover {
  background: #a3ce40;
}

.modal-pay__price {
  font-size: 24px;
  font-weight: 700;
  color: #221f20;
}

.modal-ok {
  background: #fff;
  padding: 0;
  max-width: 596px;
  border-radius: 10px;
  width: 100%;
}

.modal-ok__inner {
  padding: 33px 70px 42px 70px;
}

@media only screen and (max-width: 767px) {
  .modal-ok__inner {
    padding: 52px 8px 25px 8px;
  }
}

.modal-ok__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 42px;
  line-height: 40px;
}

@media only screen and (max-width: 767px) {
  .modal-ok__title {
    margin-bottom: 20px;
  }
}

.modal-ok__subtitle {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.modal-ok__text {
  font-size: 14px;
  line-height: 16px;
  max-width: 324px;
  margin-bottom: 40px;
}

.modal-ok__btns {
  display: flex;
  align-items: center;
}

.modal-ok__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  border-radius: 5px;
  background: #2d2e30;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  cursor: pointer;
  transition: 300ms;
  margin-right: 28px;
}

@media only screen and (max-width: 767px) {
  .modal-ok__btn {
    font-size: 14px;
    margin-right: 10px;
  }
}

.modal-ok__btn:last-child {
  margin-right: 0;
  background: #aad93d;
  color: #2d2e30;
}

.modal-change {
  max-width: 484px;
  width: 100%;
  border-radius: 10px;
  background: #ffffff;
  padding: 0;
}

.modal-change__inner {
  position: relative;
  padding: 24px 24px 35px 24px;
}

.modal-change__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 35px;
}

.modal-change__input {
  margin-bottom: 28px;
}

.modal-change__input input {
  width: 100%;
  height: 64px;
  background: #f8f8f8;
  border: 0;
  padding: 0 23px;
  font-size: 20px;
  font-weight: 500;
}

.modal-change__input input::-moz-placeholder {
  color: #a8a8a8;
}

.modal-change__input input::-ms-input-placeholder {
  color: #a8a8a8;
}

.modal-change__input input::placeholder {
  color: #a8a8a8;
}

.modal-change__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 64px;
  border-radius: 5px;
  background: #aad93d;
  cursor: pointer;
  transition: 300ms;
  border: 0;
  font-size: 20px;
  font-weight: 700;
  color: #2d2e30;
}

.modal-change__btn:hover {
  background: #bdff23;
}

@media screen and (max-width: 767px) {
  .wrapper-bottom {
    padding-bottom: 83px;
  }
}

@media screen and (max-width: 767px) {
  .footer-basket {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .basket__banner {
    position: fixed;
    bottom: 0;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .basket-lc .basket__banner {
    position: fixed;
    bottom: 83px;
    left: 0;
  }
}

.catalog__namecar {
  border-radius: 10px;
}

.catalog__namecar img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.header-main.active {
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .header-main.active {
    padding: 15px 0;
  }
}

.header-main.active .header__nav li a {
  color: #9b9b9b;
}

.header-main.active .header__logo {
  color: #231F20;
}

.header-main.active .header__catalog {
  color: #231F20;
  background: #AAD93D;
}

.header-main.active .header__catalog svg rect {
  fill: #231F20;
}


.form_err_text {
    color: #c60000;
    text-align: center;
    margin: 14px 10px;
}

.grecaptcha-badge {
    display: none !important;
    opacity: 0;
    pointer-events: none;
}

.cart-empty {
    text-align: center;
    padding: 40px 20px;
    font-size: 20px;
}


.catalog__content-second {
  opacity: 1;
  transition: opacity 0.3s;
}

.catalog__products {
  opacity: 1;
  transition: all 0.3s;
}

.catalog__content-second.loading {
  opacity: 0.5;
}

.catalog__products.loading {
  opacity: 0.5;
  filter: blur(6px);
}

.content-edit-link {
    color: #3d70e8;
    margin-left: 25px;
}

.catalog__empty {
  text-align: center;
  font-size: 20px;
  padding: 42px 12px;
  display: none;
}

.catalog__left-image img, .catalog__header-image img {
    max-width: 200px;
    filter: brightness(0.3);
    width: 200px;
    max-height: 100px;
}

.orders-status_sent-track {
    text-align: right;
    font-size: 20px;
    font-weight: 500;
}

.orders-status_sent-track span {
    font-weight: 400;
}


@media(max-width: 768px) {
  .hide_mob {
    display: none;
  }
}

.t-dropdown-list {
    box-shadow: 0 0 4px #747474, 0 0 15px inset #b7b7b7;
}