:root {
  --green1: #0D642F;
  --green2: #10281B;
  --green3: #768C80;
  --black1: #0F0F0F;
  --black2: #070707;
  --black3: #171717;
  --grey1: #B5B5B5;
  --grey2: #8B8B8B;
  --grey3: #434343;
}

body {
  background-color: var(--black1);
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: "Montserrat", serif;
}

.breadcrumb {
  padding: 0px 12.5vw;
  margin-top: 7.0833333333vw;
  font-weight: 600;
  font-size: 0.8333333333vw;
}
.breadcrumb ol {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0.625vw;
}
.breadcrumb ol li {
  list-style: none;
  color: var(--grey1);
}
.breadcrumb ol li a {
  color: white;
  text-decoration: none;
}
.breadcrumb ol .line {
  width: 0.8333333333vw;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.title-filters-wrapper {
  padding: 0px 12.5vw;
  margin-top: 3.6979166667vw;
  display: flex;
  flex-direction: column;
  gap: 1.875vw;
}
.title-filters-wrapper .title {
  font-weight: 400;
  font-size: 3.3333333333vw;
  color: white;
  width: 49.5833333333vw;
}
.title-filters-wrapper .line {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.title-filters-wrapper .sotring-filets-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.title-filters-wrapper .sotring-filets-section .sorting-main {
  display: flex;
  align-items: center;
  gap: 0.625vw;
}
.title-filters-wrapper .sotring-filets-section .sorting-main .info {
  display: flex;
  align-items: center;
  gap: 0.4166666667vw;
  color: var(--grey2);
  font-weight: 400;
  font-size: 0.8333333333vw;
}
.title-filters-wrapper .sotring-filets-section .sorting-main .info svg {
  width: 0.8333333333vw;
}
.title-filters-wrapper .sotring-filets-section .variables {
  position: relative;
}
.title-filters-wrapper .sotring-filets-section .variables .active-select {
  font-weight: 600;
  font-size: 0.8333333333vw;
  color: white;
  transition: color 300ms ease;
}
.title-filters-wrapper .sotring-filets-section .variables .active-select:hover {
  cursor: pointer;
  color: var(--green1);
}
.title-filters-wrapper .sotring-filets-section .variables .items {
  position: absolute;
  z-index: 1;
  top: 1.6666666667vw;
  left: 0;
  background-color: var(--black3);
  padding: 0.625vw;
  font-weight: 400;
  font-size: 0.8333333333vw;
  white-space: nowrap;
  display: none;
  flex-direction: column;
  gap: 0.3125vw;
}
.title-filters-wrapper .sotring-filets-section .variables .items.active {
  display: flex;
}
.title-filters-wrapper .sotring-filets-section .variables .items .item {
  color: white;
  transition: color 300ms ease;
}
.title-filters-wrapper .sotring-filets-section .variables .items .item:hover {
  cursor: pointer;
  color: var(--green1);
}
.title-filters-wrapper .sotring-filets-section .btn-open-filters {
  display: flex;
  align-items: center;
  gap: 0.625vw;
  padding: 0.8333333333vw 1.25vw;
  border-radius: 2.3958333333vw;
  background-color: var(--green1);
  cursor: pointer;
}
.title-filters-wrapper .sotring-filets-section .btn-open-filters svg {
  width: 0.8333333333vw;
}
.title-filters-wrapper .sotring-filets-section .btn-open-filters span {
  font-weight: 600;
  font-size: 0.8333333333vw;
  color: white;
}

.catalog-section {
  padding: 0px 12.5vw;
  margin-top: 3.75vw;
  display: grid;
  gap: 1.25vw;
  grid-template-columns: repeat(4, 1fr);
}
.catalog-section .product-item {
  background-color: var(--black2);
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.catalog-section .product-item:hover .img-container .main-img {
  transform: scale(1.15);
}
.catalog-section .product-item:hover .info-container .model {
  color: var(--green1);
}
.catalog-section .product-item .img-container {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.catalog-section .product-item .img-container .main-img {
  width: 100%;
  height: 17.8125vw;
  display: block;
  object-fit: cover;
  transition: transform 300ms ease;
}
.catalog-section .product-item .img-container .country-info {
  position: absolute;
  top: 0.8333333333vw;
  left: 0.8333333333vw;
  padding: 0.2083333333vw 0.8333333333vw 0.2083333333vw 0.2083333333vw;
  display: flex;
  align-items: center;
  gap: 0.4166666667vw;
  background-color: var(--green1);
  border-radius: 2.65625vw;
}
.catalog-section .product-item .img-container .country-info img {
  width: 1.25vw;
}
.catalog-section .product-item .img-container .country-info .name {
  color: white;
  font-size: 0.625vw;
  font-weight: 500;
}
.catalog-section .product-item .info-container {
  padding: 1.6666666667vw;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  gap: 1.4583333333vw;
}
.catalog-section .product-item .info-container .model {
  font-size: 1.25vw;
  font-weight: 600;
  color: white;
  transition: color 300ms ease;
}
.catalog-section .product-item .info-container .model:hover {
  color: var(--green1);
}
.catalog-section .product-item .info-container .price {
  margin-top: auto;
  font-size: 1.25vw;
  font-weight: 700;
  color: var(--green1);
}
.catalog-section .product-item .info-container .more-info {
  font-size: 0.8333333333vw;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.625vw;
  color: white;
  transition: color 300ms ease;
}
.catalog-section .product-item .info-container .more-info:hover {
  color: var(--green1);
}
.catalog-section .product-item .info-container .more-info:hover svg path {
  stroke: var(--green1);
}
.catalog-section .product-item .info-container .more-info svg {
  width: 0.8333333333vw;
}
.catalog-section .product-item .info-container .more-info svg path {
  stroke: white;
  transition: stroke 300ms ease;
}

.paginations-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.paginations-wrapper .btn-load-more-product {
  width: max-content;
  margin-top: 1.875vw;
  font-weight: 600;
  font-size: 0.8333333333vw;
  color: white;
  border-radius: 2.3958333333vw;
  padding: 0.8333333333vw 1.25vw;
  background-color: var(--green1);
  transition: background-color 300ms ease, color 300ms ease;
}
.paginations-wrapper .btn-load-more-product:hover {
  cursor: pointer;
  color: var(--black1);
  background-color: white;
}
.paginations-wrapper .paginations-main {
  margin-top: 1.1979166667vw;
  display: flex;
  align-items: center;
  gap: 0.8333333333vw;
}
.paginations-wrapper .paginations-main .item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 0.8333333333vw;
  color: var(--grey2);
  border-radius: 100%;
  transition: background-color 300ms ease, color 300ms ease;
}
.paginations-wrapper .paginations-main .item:not(.interval):not(.active):hover {
  color: var(--green1);
  cursor: pointer;
}
.paginations-wrapper .paginations-main .item.active {
  color: white;
  width: 2.7083333333vw;
  height: 2.7083333333vw;
  background-color: var(--green1);
}

.filter-popup {
  position: fixed;
  top: 0;
  right: -30.3125vw;
  z-index: 10;
  width: 30.3125vw;
  height: 100vh;
  background-color: var(--black2);
  display: flex;
  flex-direction: column;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  transition: right 1200ms ease;
}
.filter-popup.active {
  right: 0;
}
.filter-popup.active .fon {
  background-color: rgba(15, 15, 15, 0.8);
  pointer-events: all;
}
.filter-popup .fon {
  position: fixed;
  width: calc(100% - 30.3645833333vw);
  height: 100vh;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: transparent;
  pointer-events: none;
  transition: background-color 1200ms ease;
}
.filter-popup .title-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3.75vw 3.75vw 2.4479166667vw 3.75vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.filter-popup .title-container .title {
  font-weight: 600;
  font-size: 1.25vw;
  color: white;
}
.filter-popup .title-container .exit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.7083333333vw;
  height: 2.7083333333vw;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: background-color 300ms ease, border 300ms ease;
}
.filter-popup .title-container .exit:hover {
  background-color: var(--green1);
  border: 1px solid var(--green1);
  cursor: pointer;
}
.filter-popup .title-container .exit svg {
  width: 0.8333333333vw;
}
.filter-popup .filter-main {
  padding: 2.4479166667vw 3.75vw 3.75vw 3.75vw;
  display: flex;
  flex-direction: column;
  gap: 1.875vw;
  overflow-y: auto;
  flex: 1;
}
.filter-popup .filter-main::-webkit-scrollbar {
  margin-top: 2.4479166667vw;
  width: 5px;
}
.filter-popup .filter-main::-webkit-scrollbar-track {
  background: var(--grey2);
  border-radius: 2.4479166667vw;
}
.filter-popup .filter-main::-webkit-scrollbar-thumb {
  background-color: var(--green1);
  border-radius: 2.2916666667vw;
}
.filter-popup .filter-main .category .title {
  font-weight: 600;
  font-size: 0.8333333333vw;
  color: white;
}
.filter-popup .filter-main .category .items {
  margin-top: 1.25vw;
  display: flex;
  flex-direction: column;
  gap: 0.8333333333vw;
}
.filter-popup .filter-main .category .items .item {
  display: flex;
  align-items: center;
  gap: 0.8333333333vw;
  cursor: pointer;
}
.filter-popup .filter-main .category .items .item.active .checkbox {
  background-color: var(--green1);
  border: 1px solid var(--green1);
}
.filter-popup .filter-main .category .items .item.active .checkbox svg path {
  stroke: white;
}
.filter-popup .filter-main .category .items .item:not(.active):hover .checkbox {
  border: 1px solid var(--green1);
}
.filter-popup .filter-main .category .items .item:not(.active):hover .checkbox svg path {
  stroke: var(--grey2);
}
.filter-popup .filter-main .category .items .item:not(.active):hover .value span {
  color: var(--green1);
}
.filter-popup .filter-main .category .items .item .checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.25vw;
  height: 1.25vw;
  border: 1px solid var(--grey3);
  transition: border 300ms ease;
}
.filter-popup .filter-main .category .items .item .checkbox svg {
  width: 0.5208333333vw;
}
.filter-popup .filter-main .category .items .item .checkbox svg path {
  stroke: transparent;
  transition: stroke 300ms ease;
}
.filter-popup .filter-main .category .items .item .value {
  display: flex;
  align-items: center;
  gap: 0.625vw;
}
.filter-popup .filter-main .category .items .item .value img {
  width: 1.25vw;
}
.filter-popup .filter-main .category .items .item .value span {
  font-weight: 500;
  font-size: 0.8333333333vw;
  color: white;
  transition: color 300ms ease;
}

@media (max-width: 1024px) {
  .breadcrumb {
    padding: 0 5.0890585242vw;
    margin-top: 24.427480916vw;
    font-size: 4.0712468193vw;
  }
  .breadcrumb ol {
    gap: 3.0534351145vw;
  }
  .breadcrumb ol .line {
    width: 4.0712468193vw;
  }
  .title-filters-wrapper {
    padding: 0 5.0890585242vw;
    margin-top: 9.1603053435vw;
    gap: 6.106870229vw;
  }
  .title-filters-wrapper .title {
    font-size: 9.1603053435vw;
    width: 100%;
  }
  .title-filters-wrapper .sotring-filets-section {
    flex-direction: column;
    align-items: start;
  }
  .title-filters-wrapper .sotring-filets-section .sorting-main {
    gap: 3.0534351145vw;
  }
  .title-filters-wrapper .sotring-filets-section .sorting-main .info {
    gap: 2.0356234097vw;
    font-size: 4.0712468193vw;
  }
  .title-filters-wrapper .sotring-filets-section .sorting-main .info svg {
    width: 4.0712468193vw;
  }
  .title-filters-wrapper .sotring-filets-section .sorting-main .variables .active-select {
    font-size: 4.0712468193vw;
    white-space: nowrap;
  }
  .title-filters-wrapper .sotring-filets-section .sorting-main .variables .items {
    top: 5.0890585242vw;
    padding: 3.0534351145vw;
    font-size: 4.0712468193vw;
    gap: 3.0534351145vw;
  }
  .title-filters-wrapper .sotring-filets-section .btn-open-filters {
    margin-top: 6.106870229vw;
    justify-content: center;
    width: 100%;
    gap: 3.0534351145vw;
    padding: 4.0712468193vw 0;
    border-radius: 11.7048346056vw;
  }
  .title-filters-wrapper .sotring-filets-section .btn-open-filters svg {
    width: 4.0712468193vw;
  }
  .title-filters-wrapper .sotring-filets-section .btn-open-filters span {
    font-size: 4.0712468193vw;
  }
  .catalog-section {
    padding: 0 5.0890585242vw;
    margin-top: 15.2671755725vw;
    gap: 3.0534351145vw;
    grid-template-columns: repeat(2, 1fr);
  }
  .catalog-section .product-item .img-container .main-img {
    height: 40.7124681934vw;
  }
  .catalog-section .product-item .img-container .country-info {
    top: 4.0712468193vw;
    left: 4.0712468193vw;
    padding: 1.0178117048vw 4.0712468193vw 1.0178117048vw 1.0178117048vw;
    gap: 2.0356234097vw;
    border-radius: 12.9770992366vw;
  }
  .catalog-section .product-item .img-container .country-info img {
    width: 6.106870229vw;
  }
  .catalog-section .product-item .img-container .country-info .name {
    font-size: 3.0534351145vw;
  }
  .catalog-section .product-item .info-container {
    padding: 3.0534351145vw;
    gap: 3.0534351145vw;
  }
  .catalog-section .product-item .info-container .model {
    font-size: 5.0890585242vw;
  }
  .catalog-section .product-item .info-container .price {
    font-size: 6.106870229vw;
  }
  .catalog-section .product-item .info-container .more-info {
    font-size: 3.0534351145vw;
    gap: 3.0534351145vw;
  }
  .catalog-section .product-item .info-container .more-info svg {
    width: 4.0712468193vw;
  }
  .paginations-wrapper {
    padding: 0 5.0890585242vw;
  }
  .paginations-wrapper .btn-load-more-product {
    margin-top: 6.106870229vw;
    font-size: 4.0712468193vw;
    border-radius: 11.7048346056vw;
    padding: 4.0712468193vw 0;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
  .paginations-wrapper .paginations-main {
    margin-top: 5.8524173028vw;
    gap: 4.0712468193vw;
  }
  .paginations-wrapper .paginations-main .item {
    font-size: 4.0712468193vw;
  }
  .paginations-wrapper .paginations-main .item.active {
    width: 13.2315521628vw;
    height: 13.2315521628vw;
  }
  .filter-popup {
    right: -75.8269720102vw;
    width: 75.8269720102vw;
  }
  .filter-popup .fon {
    width: calc(100% - 75.8269720102vw);
  }
  .filter-popup .title-container {
    padding: 9.1603053435vw 9.1603053435vw 5.0890585242vw 9.1603053435vw;
  }
  .filter-popup .title-container .title {
    box-sizing: border-box;
    max-width: calc(100% - 10.6870229008vw);
    font-size: 6.106870229vw;
  }
  .filter-popup .title-container .exit {
    width: 10.1781170483vw !important;
    height: 10.1781170483vw;
  }
  .filter-popup .title-container .exit svg {
    width: 3.1323155216vw;
  }
  .filter-popup .filter-main {
    padding: 9.1603053435vw;
    gap: 6.106870229vw;
  }
  .filter-popup .filter-main .category .title {
    font-size: 4.0712468193vw;
  }
  .filter-popup .filter-main .category .items {
    margin-top: 6.106870229vw;
    gap: 4.0712468193vw;
  }
  .filter-popup .filter-main .category .items .item {
    gap: 4.0712468193vw;
  }
  .filter-popup .filter-main .category .items .item .checkbox {
    width: 6.106870229vw;
    height: 6.106870229vw;
  }
  .filter-popup .filter-main .category .items .item .checkbox svg {
    width: 2.5445292621vw;
  }
  .filter-popup .filter-main .category .items .item .value {
    gap: 3.0534351145vw;
  }
  .filter-popup .filter-main .category .items .item .value img {
    width: 6.106870229vw;
  }
  .filter-popup .filter-main .category .items .item .value span {
    font-size: 4.0712468193vw;
  }
}

/*# sourceMappingURL=catalog.css.map */
