:root {
  --font-family: "ubuntu";
  --content-width: 1250px;
  --container-offset: 15px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}

.custom-checkbox__field:focus + .custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

/* stylelint-disable */
/* stylelint-disable */
@font-face {
  font-family: "ubuntu";
  src: url("../fonts/../fonts/UbuntuBold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ubuntu";
  src: url("../fonts/../fonts/UbuntuMedium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ubuntu";
  src: url("../fonts/../fonts/UbuntuRegular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/../fonts/OpenSansSemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.page {
  height: 100%;
  font-family: var(--font-family, sans-serif);
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

.page__body {
  margin: 0;
  min-width: 320px;
  min-height: 100%;
  background-color: #1f1f1f;
}

html {
  font-size: 16px;
}

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

a {
  text-decoration: none;
}

hr {
  border: 2px solid #2B2B2B;
  border-bottom-width: 0;
}

.site-container {
  background-image: url("../img/background.jpg");
}

.lending-page {
  padding-bottom: 100px;
}

.is-hidden {
  display: none !important; /* stylelint-disable-line declaration-no-important */
}

.title {
  color: #fff;
  font-weight: 700;
  font-size: 2.25rem;
  margin-bottom: 40px;
}

.title--main {
  color: #fff;
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 40px;
}

.btn-reset {
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

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

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.stop-scroll {
  overflow: hidden;
}

.container {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
}

.header__adress .container {
  max-width: 1350px;
}

.wp-block-embed__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

@media (max-width: 1340px) {
  .container {
    max-width: 960px;
  }
  html {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .container {
    max-width: 750px;
  }
  html {
    font-size: 12.5px;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 16px;
  }
  .container {
    max-width: 85%;
    padding: 0;
  }
}
@media (max-width: 576px) {
  .container {
    max-width: 90%;
  }
  .title {
    margin-bottom: 30px;
    font-size: 1.5rem;
  }
}
.header {
  background-color: #141414;
  color: #fff;
  position: relative;
}

.header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__adress {
  padding: 10px 0;
  background-color: #1F1F1F;
  color: #C2C2C2;
  font-weight: 600;
}

.header__adress a {
  color: #C2C2C2;
  font-weight: 600;
}

.header__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 90px;
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.header__company-name {
  line-height: 23px;
  text-transform: uppercase;
  color: #EC1E27;
  font-weight: 700;
  font-size: 1.25rem;
}
.header__company-name span {
  display: block;
  color: #fff;
  font-size: 0.85rem;
  line-height: 1rem;
}

.header__nav {
  font-family: "OpenSans";
}
.header__nav ul {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__nav li {
  padding: 35px 0;
  position: relative;
}
.header__nav li:not(:last-child) {
  margin-right: 30px;
}
.header__nav li:hover .sub-menu {
  display: block;
  -webkit-animation: fade 0.4s ease-in-out;
  animation: fade 0.4s ease-in-out;
}
@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.header__nav a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #fff;
  display: block;
}
.header__nav a:hover {
  color: #C2C2C2;
}
.header__nav .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  padding: 20px 30px;
  background-color: #141414;
  z-index: 100;
}
.header__nav .sub-menu li {
  padding: 5px 0;
}

.header__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 5px;
}

.header__contact-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.header__instagram img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 16px;
  width: 16px;
}
.header__instagram img:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.header__instagram-span {
  font-weight: 600;
  color: #C2C2C2;
  text-decoration: none;
}

.header__phone {
  font-weight: 600;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #C2C2C2;
}
.header__phone:hover {
  color: #fff;
}

@media (max-width: 1025px) {
  .header__nav li:not(:last-child) {
    margin-right: 20px;
  }
  .header__contact {
    gap: 2px;
  }
}
@media (max-width: 1024px) {
  .header__logo img {
    width: 40px;
  }
  .header__company-name {
    line-height: 14px;
  }
  .header__logo {
    gap: 5px;
  }
  .header__nav a {
    font-size: 0.9rem;
  }
}
.header__adress--mobile {
  display: none;
  padding: 10px 0;
  background-color: #1F1F1F;
}
.header__adress--mobile .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (max-width: 768px) {
  .header__adress {
    display: none;
  }
  .header__nav {
    display: none;
  }
  .header__contact {
    display: none;
  }
  .header__adress--mobile .header__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .header__adress--mobile {
    display: block;
  }
  .header__company-name {
    line-height: 22px;
  }
  .header__logo img {
    width: auto;
  }
  .header__logo {
    gap: 10px;
  }
  .title--main {
    margin-top: 0;
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .header__contact {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .header__contact-line {
    gap: 5px;
  }
}
@media (max-width: 380px) {
  .header__adress--mobile .header__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__phone {
    font-size: 0.9rem;
  }
}
.burger {
  --burger-width: 36px;
  --burger-height: 22px;
  --burger-line-height: 3px;
  display: none;
  position: relative;
  border: none;
  padding: 0;
  width: var(--burger-width);
  height: var(--burger-height);
  color: #fff;
  background-color: transparent;
  cursor: pointer;
}
.burger::before, .burger::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: var(--burger-line-height);
  background-color: currentColor;
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.burger::before {
  top: 0;
}
.burger::after {
  top: calc(100% - var(--burger-line-height));
}
.burger__line {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: var(--burger-line-height);
  background-color: currentColor;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.burger--active::before {
  top: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.burger--active::after {
  top: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.burger--active .burger__line {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .burger {
    display: block;
  }
}

.burger--active ~ html {
  overflow-y: hidden;
}

.menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #141414;
  z-index: 100;
  width: 100%;
  height: 85vh;
}
.menu.menu--active {
  display: block;
  overflow: auto;
}
.menu.menu--active .menu__list {
  display: block;
  opacity: 0;
  padding: 0;
  list-style: none;
  -webkit-animation-name: slideEffect;
  animation-name: slideEffect;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.menu.menu--active .footer__nav {
  margin-right: 0;
  -webkit-animation-name: slideEffect;
  animation-name: slideEffect;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  opacity: 0;
  padding: 0;
}
.menu.menu--active .footer__nav .footer__title {
  margin-bottom: 15px;
}
.menu.menu--active .footer__nav .footer__social {
  gap: 0px;
}
.menu .sub-menu {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  list-style: none;
  padding-left: 10px;
}
.menu .sub-menu a {
  padding: 5px 0;
  font-size: 1.4rem;
  color: #C2C2C2;
}
.menu .menu-item-has-children.active {
  padding-bottom: 10px;
}
.menu a {
  color: #fff;
  font-size: 1.7rem;
  padding: 8px 0;
  display: block;
}

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

@-webkit-keyframes slideEffect {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideEffect {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
footer {
  background-color: #141414;
  color: #fff;
}
footer hr {
  border: 2px solid #2B2B2B;
  border-bottom-width: 0;
}

.footer__wrapper {
  padding-bottom: 140px;
}

.footer__top-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0;
}

.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.footer__company-name {
  line-height: 23px;
  text-transform: uppercase;
  color: #D0D0D0;
  font-weight: 700;
  font-size: 1.25rem;
}
.footer__company-name span {
  display: block;
  font-size: 0.85rem;
}

.footer__compane-desc {
  color: #727272;
  font-weight: 400;
}

.footer__navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 60px;
}

.footer__nav ul {
  list-style: none;
  padding: 0;
}
.footer__nav li:not(:last-child) {
  margin-bottom: 20px;
}
.footer__nav a {
  font-size: 1.13rem;
  color: #A1A1A1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.footer__nav a:hover {
  color: #fff;
}
.footer__nav:last-child {
  margin-right: 120px;
}

.footer__title {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 30px;
}

.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}
.footer__social .footer__social-img {
  width: 30px;
}
.footer__social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 1.2rem;
}

@media (max-width: 768px) {
  footer hr {
    display: none;
  }
  .footer__top-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 20px;
  }
  .footer__navs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0px;
  }
  .footer__title {
    text-align: center;
  }
  .footer__nav:not(:last-child) {
    display: none;
  }
  .footer__nav.--nav-mobile {
    display: block;
    border: 2px solid #272727;
    border-left: 0;
    border-right: 0;
    padding: 30px 0;
  }
  .footer__nav.--nav-mobile:first-child {
    border-bottom: 0;
  }
}
@media (max-width: 576px) {
  .footer__compane-desc {
    font-size: 0.8rem;
  }
  .footer__nav:last-child {
    margin-right: 0px;
  }
}
.--nav-mobile {
  display: none;
}
.--nav-mobile ul {
  margin-top: 40px;
}
.--nav-mobile .footer__title {
  margin: 0;
}

.footer__social a {
  font-size: 1.35rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer__social-img {
  width: 35px;
}

.footer__social {
  gap: 10px;
}

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

.footer__arrow {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.--nav-mobile.select .footer__arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer__content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.breadcrumb__wrapper {
  padding-top: 40px;
}

.breadcrumb__list {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}

.breadcrumb__item {
  color: #fff;
  font-weight: 600;
}
.breadcrumb__item a {
  color: #9D9D9D;
  font-weight: 600;
}
.breadcrumb__item:not(:last-child) {
  margin-right: 60px;
  position: relative;
}
.breadcrumb__item:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -30px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #9D9D9D;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.breadcrunb--mobile {
  display: none;
}

@media (max-width: 768px) {
  .breadcrumb {
    display: none;
  }
  .breadcrunb--mobile {
    display: block;
  }
  .breadcrunb--mobile a {
    color: #9D9D9D;
    font-weight: 600;
    font-size: 1.1rem;
    background-image: url(../img/arrow-left.png);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center left 0px;
    padding-left: 18px;
  }
  .breadcrumb__wrapper {
    padding-top: 25px;
    padding-bottom: 10px;
  }
}
.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  gap: 20px;
  font-size: 1.5rem;
  margin-top: 65px;
}
.wp-pagenavi a {
  font-size: 1.5rem;
  padding: 5px 10px;
  display: block;
  color: #fff;
}

.current {
  border: 1px solid #fff;
  padding: 5px 10px;
}

.catalog-page {
  padding-bottom: 100px;
}

.catalog-page__content {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.catalog-page__description {
  color: #fff;
  font-size: 1.2rem;
}

.category {
  width: 270px;
}

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

.category__item {
  background-color: #35363B;
  position: relative;
  overflow: hidden;
}
.category__item:not(:last-child) {
  margin-bottom: 20px;
}
.category__item:hover::after {
  content: "";
  display: block;
  height: 100%;
  width: 8px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #EC1E27;
  -webkit-animation: slideEffectRight 0.3s;
  animation: slideEffectRight 0.3s;
}
.category__item:hover a {
  color: #fff;
}
.category__item a {
  color: #9A9A9A;
  font-size: 1.125rem;
  line-height: 20px;
  padding: 9px 30px;
  display: block;
}
.category__item.current-menu-item {
  height: 100%;
}
.category__item.current-menu-item a {
  color: #fff;
}
.category__item.current-menu-item::after {
  content: "";
  display: block;
  height: 100%;
  width: 8px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #EC1E27;
  -webkit-animation: slideEffectRight ease infinite;
  animation: slideEffectRight ease infinite;
}

.catalog-page__products {
  width: 100%;
}

.products__wrapper {
  width: 100%;
}

.products__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 40px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.products__element {
  background-color: #35363B;
  color: #fff;
  display: block;
  -ms-flex-preferred-size: 31%;
  flex-basis: 31%;
  position: relative;
}

.products__technology {
  font-weight: 700;
  font-size: 0.875rem;
  padding: 5px 0;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #35363B;
}

.--products__technology-maximum {
  color: #C9A45C;
  background-color: #35363B;
}

.--products__technology-optimum {
  color: #fff;
  background-color: #C93833;
}

.--products__technology-profi {
  color: #fff;
  background-color: #2787F5;
}

.--products__technology-base {
  color: #fff;
  background-color: #C3C7CF;
}

.products__img {
  height: 175px;
}

.products__info {
  padding: 20px 25px;
}

.products__name {
  margin: 0;
  margin-bottom: 13px;
  font-size: 1.25rem;
}

.products__property {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 0.8rem;
  margin-bottom: 5px;
}

.products__param {
  font-weight: 400;
}

.products__value {
  font-weight: 500;
}

.products__zones {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  row-gap: 6px;
}

.products__zone {
  font-size: 0.8rem;
  color: #9A9A9D;
}

.products__price {
  font-weight: 700;
  font-size: 1.5rem;
  color: #EC1E27;
  text-align: right;
}

.filter {
  display: none;
  background-image: url("../img/filter-btn.svg");
  background-repeat: no-repeat;
  background-position: center right 16px;
  background-color: #35363B;
}
.filter h2 {
  width: 100%;
  margin: 0 50px 0 0;
  padding: 13px 16px 16px;
  font-size: 1rem;
  line-height: 16px;
  font-weight: 600;
  color: #fff;
  border-right: 1px solid #53555e;
}

.filter__menu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #35363B;
  display: none;
  -webkit-animation: fade 0.3s;
  animation: fade 0.3s;
}
.filter__menu.filter__menu--active {
  display: block;
}
.filter__menu .filter__close {
  width: 100%;
  padding: 16px 70px;
  line-height: 14px;
  border: 0;
  color: #fff;
  background-color: #35363B;
  background-image: url("../img/arrow-filter.png");
  background-repeat: no-repeat;
  background-position: center left 20px;
  border-bottom: 1px solid #53555e;
}

@-webkit-keyframes slideEffectRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideEffectRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@media (max-width: 1340px) {
  .products__info {
    padding: 15px 20px;
  }
}
@media (max-width: 1024px) {
  .products__element {
    -ms-flex-preferred-size: 44%;
    flex-basis: 44%;
  }
}
@media (max-width: 768px) {
  .catalog-page__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-page__content {
    margin-top: 20px;
  }
  .filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .category {
    display: none;
  }
}
@media (max-width: 576px) {
  .products__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .products__element {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
  }
}
.product .swiper-pagination.product__pagination {
  background-color: #454545;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  width: auto;
  bottom: 20px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 9px;
}
.product .swiper-pagination.product__pagination .swiper-pagination-bullet {
  background-color: #C6C6C6;
  width: 14px;
  height: 14px;
  opacity: 1;
}
.product .swiper-pagination.product__pagination .swiper-pagination-bullet-active {
  background-color: #EC1E27;
}

.product {
  color: #fff;
}

.product__wrapper {
  padding: 40px 0;
}

.product__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #35363B;
  max-height: 550px;
}

.product__photo {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.product__info {
  padding: 30px 50px;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.product__info .products__technology {
  position: relative;
}

.product__title {
  font-size: 2rem;
  margin: 30px 0;
}

.product__property {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 325px;
}
.product__property:not(:last-child) {
  margin-bottom: 17px;
}

.product__value {
  font-weight: 700;
}

.product__description {
  font-size: 0.875rem;
  font-weight: 400;
  margin: 30px 0;
  line-height: 16px;
}

.product__price-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 85px;
}

.product__zones {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
}
.product__zones span {
  font-weight: 700;
  margin-left: 5px;
}

.product__price {
  color: #EC1E27;
  font-size: 2.25rem;
  font-weight: 700;
}

.product__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 65px;
}

.characteristic {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  background-color: #fff;
  color: #000;
}
.characteristic:not(:last-child) {
  border-right: 3px solid #C0C0C0;
}

.characteristic__title {
  font-size: 1.5rem;
  background-color: #35363B;
  text-align: center;
  margin: 0;
  color: #fff;
  padding: 15px 0;
}

.characteristic__info {
  padding: 40px;
}

.characteristic__block {
  font-size: 1.125rem;
  font-weight: 400;
}

.characteristic__sub-title {
  font-size: 1.25rem;
  font-weight: 500;
  display: inline;
  position: relative;
  margin-bottom: 30px;
}
.characteristic__sub-title::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 1px;
  background-color: #EC1E27;
}

.characteristic__desc {
  margin: 30px 0;
  padding: 0 25px;
}
.characteristic__desc li {
  line-height: 26px;
}

.characteristic__tech li {
  line-height: 26px;
}

.characteristic__value {
  font-weight: 700;
  text-align: right;
}

.characteristic__tech {
  max-width: 40em;
  padding: 0;
  overflow-x: hidden;
  list-style: none;
}

.characteristic__tech li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.characteristic__tech li .tt {
  border-bottom: 1px dotted #ddd;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.characteristic.accordion .characteristic__wrapper {
  overflow: hidden;
  -webkit-transition: max-height 0.5s, padding 0s;
  transition: max-height 0.5s, padding 0s;
}
.characteristic.accordion .characteristic__wrapper:not(:first-child) {
  max-height: 0;
}

@media (max-width: 1024px) {
  .product__price-line {
    margin-top: 40px;
  }
  .product__info {
    padding: 15px 20px;
  }
  .product__zones span {
    margin-left: 5px;
  }
}
@media (max-width: 768px) {
  .product__top {
    max-height: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product__photo {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
  }
  .product__photo img {
    max-height: 450px;
  }
  .product__info {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .product__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .characteristic:not(:last-child) {
    border-right: none;
  }
  .characteristic__title {
    text-align: start;
    padding-left: 40px;
    position: relative;
  }
  .characteristic__title::before {
    position: absolute;
    content: "";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 17px;
    height: 17px;
    right: 20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-image: url(../img/arrow-bot.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .characteristic.select .characteristic__title::before {
    -webkit-transform: rotate(180deg) translate(0, 50%);
    -ms-transform: rotate(180deg) translate(0, 50%);
    transform: rotate(180deg) translate(0, 50%);
  }
  .product__info {
    padding: 30px 50px;
  }
}
@media (max-width: 576px) {
  .product__property {
    width: 100%;
  }
  .product__photo img {
    max-height: 255px;
  }
  .product__wrapper {
    padding: 25px 0;
  }
  .product__info {
    padding: 20px 20px;
  }
  .product__price-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .product__price {
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
    margin-top: 15px;
  }
  .characteristic__title {
    padding-left: 15px;
    font-size: 1.1rem;
  }
  .characteristic__info {
    padding: 20px;
  }
  .characteristic__param {
    max-width: 64%;
    line-height: 1.2rem;
  }
  .characteristic__tech li {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 5px;
  }
}
.contact {
  color: #fff;
}

.contact__wrapper {
  padding-bottom: 40px;
}

.contact__block {
  background-color: #35363B;
}
.contact__block:not(:last-child) {
  margin-bottom: 40px;
  margin-top: 40px;
  height: 500px;
}

.contact__block--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact__info {
  padding: 40px 50px;
}
.contact__info h1 {
  margin-top: 0;
}

.contact__list {
  padding: 0;
  list-style: none;
  font-size: 1.125rem;
  color: #fff;
}
.contact__list li {
  margin-bottom: 25px;
}
.contact__list a {
  font-size: 1.125rem;
  color: #fff;
}

.contact__delivery {
  margin-top: 100px;
  font-size: 1.125rem;
}
.contact__delivery p {
  margin: 0;
  margin-bottom: 10px;
}

.contact__map {
  width: 570px;
  height: 100%;
}

.callback {
  padding: 40px 50px;
}
.callback .title {
  text-align: center;
}

.callback-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 25px;
}

.callback__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.callback__form input {
  margin-bottom: 25px;
  height: 60px;
  width: 100%;
  background-color: #545762;
  border: none;
  padding: 14px 26px;
  color: #fff;
  font-size: 1.75rem;
}
.callback__form input::-webkit-input-placeholder {
  color: #A3A4AA;
  font-size: 1.75rem;
  padding: 14px 0px;
}
.callback__form input::-moz-placeholder {
  color: #A3A4AA;
  font-size: 1.75rem;
  padding: 14px 0px;
}
.callback__form input:-ms-input-placeholder {
  color: #A3A4AA;
  font-size: 1.75rem;
  padding: 14px 0px;
}
.callback__form input::-ms-input-placeholder {
  color: #A3A4AA;
  font-size: 1.75rem;
  padding: 14px 0px;
}
.callback__form input::placeholder {
  color: #A3A4AA;
  font-size: 1.75rem;
  padding: 14px 0px;
}
.callback__form textarea {
  margin-bottom: 25px;
  width: 100%;
  height: 250px;
  background-color: #545762;
  border: none;
  padding: 28px 26px;
  font-size: 1.75rem;
  color: #fff;
}
.callback__form textarea::-webkit-input-placeholder {
  color: #A3A4AA;
  font-size: 1.75rem;
}
.callback__form textarea::-moz-placeholder {
  color: #A3A4AA;
  font-size: 1.75rem;
}
.callback__form textarea:-ms-input-placeholder {
  color: #A3A4AA;
  font-size: 1.75rem;
}
.callback__form textarea::-ms-input-placeholder {
  color: #A3A4AA;
  font-size: 1.75rem;
}
.callback__form textarea::placeholder {
  color: #A3A4AA;
  font-size: 1.75rem;
}
.callback__form input[type=submit] {
  background-color: #EC1E27;
  color: #fff;
  font-size: 1.75rem;
  width: 380px;
  left: 50%;
  position: relative;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 22px;
}
.callback__form input[type=submit]:active {
  -webkit-transform: translateX(-50%) scale(0.96);
  -ms-transform: translateX(-50%) scale(0.96);
  transform: translateX(-50%) scale(0.96);
}
.callback__form p {
  margin: 0;
}

@media (max-width: 768px) {
  .contact__block--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact__delivery {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .contact__block:not(:last-child) {
    height: auto;
  }
  .contact__map {
    width: 100%;
    height: 300px;
  }
}
@media (max-width: 576px) {
  .contact__block {
    padding: 40px 20px;
  }
  .contact__info {
    padding: 0;
  }
  .contact__list li {
    margin-bottom: 15px;
  }
  .callback-line {
    gap: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: block;
  }
  .callback__form {
    font-size: 1.45rem;
  }
  .callback__form input::-webkit-input-placeholder {
    color: #A3A4AA;
    font-size: 1.45rem;
  }
  .callback__form input::-moz-placeholder {
    color: #A3A4AA;
    font-size: 1.45rem;
  }
  .callback__form input:-ms-input-placeholder {
    color: #A3A4AA;
    font-size: 1.45rem;
  }
  .callback__form input::-ms-input-placeholder {
    color: #A3A4AA;
    font-size: 1.45rem;
  }
  .callback__form input::placeholder {
    color: #A3A4AA;
    font-size: 1.45rem;
  }
  .callback__form textarea::-webkit-input-placeholder {
    color: #A3A4AA;
    font-size: 1.39rem;
  }
  .callback__form textarea::-moz-placeholder {
    color: #A3A4AA;
    font-size: 1.39rem;
  }
  .callback__form textarea:-ms-input-placeholder {
    color: #A3A4AA;
    font-size: 1.39rem;
  }
  .callback__form textarea::-ms-input-placeholder {
    color: #A3A4AA;
    font-size: 1.39rem;
  }
  .callback__form textarea::placeholder {
    color: #A3A4AA;
    font-size: 1.39rem;
  }
  .callback__form input[type=submit] {
    width: 100%;
    font-size: 1.45rem;
    margin-top: 12px;
  }
}
.header-slider img {
  width: 100%;
  max-width: 1920px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}
.header-slider .swiper-pagination.header-slider__pagination {
  background-color: #454545;
  -webkit-transform: translate(calc(50vw - 50%), 0);
  -ms-transform: translate(calc(50vw - 50%), 0);
  transform: translate(calc(50vw - 50%), 0);
  width: auto;
  bottom: 40px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 9px;
}
.header-slider .swiper-pagination.header-slider__pagination .swiper-pagination-bullet {
  background-color: #C6C6C6;
  width: 14px;
  height: 14px;
  opacity: 1;
}
.header-slider .swiper-pagination.header-slider__pagination .swiper-pagination-bullet-active {
  background-color: #EC1E27;
}

.catalog__wrapper {
  padding: 100px 0;
}

.catalog__blocks {
  display: -ms-grid;
  display: grid;
  grid-auto-rows: 130px;
  grid-template-areas: "catalog1 catalog3" "catalog2 catalog3" "catalog4 catalog5" "catalog4 catalog6";
}
.catalog__blocks .catalog-1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: catalog1;
}
.catalog__blocks .catalog-2 {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: catalog2;
}
.catalog__blocks .catalog-3 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  grid-area: catalog3;
}
.catalog__blocks .catalog-4 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  grid-area: catalog4;
}
.catalog__blocks .catalog-5 {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  grid-area: catalog5;
}
.catalog__blocks .catalog-6 {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
  grid-area: catalog6;
}

.catalog__block {
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.catalog__block:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  z-index: 1;
}
.catalog__block:hover .catalog__blackout {
  opacity: 0;
}

.catalog__img {
  width: 100%;
  height: 100%;
}
.catalog__img img {
  width: 100%;
  height: 100%;
}
.catalog__img .catalog__blackout {
  background-color: rgb(55, 55, 55);
  opacity: 0.7;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.catalog__title {
  position: absolute;
  bottom: 25px;
  left: 30px;
  color: #fff;
  font-size: 2.25rem;
  font-weight: 400;
  margin: 0;
}

.bestseller__wrapper {
  position: relative;
}

.bestseller__item {
  width: 260px;
  position: relative;
}

.bestseller__img {
  width: 100%;
  height: 230px;
}
.bestseller__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bestseller__info {
  padding: 16px;
  background-color: #35363B;
}

.bestseller__technology {
  position: absolute;
  right: 13px;
  top: 13px;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 6px 0px;
  width: 70px;
  text-align: center;
}

.bestseller__name {
  color: #fff;
  font-size: 1.45rem;
  font-weight: 700;
  margin: 0;
}

.bestseller__category {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
}

.bestseller__bottom-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 15px;
}

.bestseller__price {
  color: #EC1E27;
  opacity: 0.8;
  font-weight: 700;
  font-size: 2.25rem;
}

.bestseller__link {
  color: #fff;
  font-weight: 600;
  font-size: 0.88rem;
}

.bestseller__button-next,
.bestseller__button-prev {
  position: absolute;
  top: 50%;
  cursor: pointer;
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
}

.bestseller__button-next {
  right: -30px;
}

.bestseller__button-prev {
  left: -30px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.news-page .news-page__wrapper {
  padding-bottom: 40px;
}

.news__wrapper {
  padding-top: 100px;
}

.news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news__item {
  width: 100%;
  max-width: 370px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news__img {
  width: 100%;
  height: 240px;
}

.news__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 28px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background-color: #35363B;
  color: #fff;
}

.news__title {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
}

.news__description {
  font-size: 1.25rem;
  font-weight: 400;
}

.news__bottom-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 1.125rem;
  margin-top: 35px;
  font-weight: 400;
  justify-self: flex-end;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.news__date {
  color: #F4787D;
}

.news__link {
  color: #808080;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.news__link:hover {
  color: #EC1E27;
  opacity: 1;
}

.news__more {
  font-size: 1.5rem;
  font-weight: 700;
  color: #A5A5A5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 70px;
}
.news__more:hover {
  color: #EC1E27;
}

.instagram {
  padding-top: 70px;
}
.instagram .title {
  text-align: center;
  font-size: 2.25rem;
}

.instagram__wrapper {
  background-color: #35363B;
  padding: 30px 70px;
}

@media (max-width: 1340px) {
  .catalog__wrapper {
    padding: 40px 0;
  }
  .catalog__blocks {
    grid-auto-rows: 110px;
  }
  .news__list {
    gap: 30px;
  }
  .news__info {
    padding: 16px;
  }
  .bestseller__button-prev {
    left: -15px;
  }
  .bestseller__button-next {
    right: -10px;
  }
  .news__wrapper {
    padding-top: 40px;
  }
}
@media (max-width: 1024px) {
  .catalog__blocks {
    grid-auto-rows: 100px;
  }
  .news .news__item:last-child {
    display: none;
  }
  .news .footer__nav:last-child {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .bestseller__button-prev {
    left: -30px;
  }
  .bestseller__button-next {
    right: -20px;
  }
  .news__title {
    font-size: 1.2rem;
  }
  .news__description {
    font-size: 1rem;
    margin-bottom: 0;
  }
  .news__bottom-line {
    font-size: 1rem;
  }
  .catalog__title {
    font-size: 1.5rem;
    bottom: 5px;
    left: 14px;
  }
}
@media (max-width: 576px) {
  .header-slider img {
    height: 150px;
  }
  .header-slider .swiper-pagination.header-slider__pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .header-slider .swiper-pagination.header-slider__pagination {
    bottom: 14px;
  }
  .header-slider .news__info {
    padding: 28px;
  }
  .catalog__blocks {
    grid-auto-rows: 75px;
    grid-template-areas: "catalog1 catalog1" "catalog2 catalog2" "catalog5 catalog5" "catalog6 catalog6" "catalog3 catalog4" "catalog3 catalog4";
  }
  .catalog__title {
    font-size: 1.5rem;
    left: 14px;
  }
  .news .news__item:not(:first-child) {
    display: none;
  }
  .instagram .title {
    font-size: 1.5rem;
  }
  .catalog__title {
    bottom: 5px;
  }
  .bestseller .swiper {
    width: 90%;
  }
  .bestseller__button-prev {
    left: -15px;
  }
  .bestseller__button-next {
    right: -5px;
  }
  .news__bottom-line {
    font-size: 1.125rem;
    line-height: 20px;
  }
  .news__more {
    font-size: 1.25rem;
    margin-top: 25px;
  }
  .instagram {
    padding-top: 60px;
  }
  .instagram__wrapper {
    padding: 30px 65px;
  }
  .news__title {
    font-size: 1.2em;
  }
  .news__info {
    padding: 20px;
  }
  .news__wrapper {
    padding-top: 60px;
  }
  .catalog__wrapper {
    padding: 60px 0;
  }
  .news__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .catalog__blocks .catalog-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .catalog__blocks .catalog-2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .catalog__blocks .catalog-3 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .catalog__blocks .catalog-4 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
  }
  .catalog__blocks .catalog-5 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .catalog__blocks .catalog-6 {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}
.new__wrapper {
  background-color: #fff;
  margin-top: 40px;
  margin-bottom: 40px;
}

.new__top-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  background-color: #35363b;
}

.new__img {
  width: 100%;
  height: 380px;
}

.new__links {
  padding: 0;
  list-style: none;
}
.new__links li:not(:last-child) {
  margin-bottom: 25px;
}

.new__link {
  font-size: 1.125rem;
  line-height: 20px;
  padding: 9px 30px;
  display: block;
  background-color: #545762;
  color: #fff;
  position: relative;
}

.new__link--next::after {
  content: "";
  display: block;
  background-image: url(/img/arrow-left.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 15px;
  height: 20px;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  top: 50%;
  right: 10px;
  position: absolute;
}

.new__link--back::before {
  content: "";
  display: block;
  background-image: url(/img/arrow-left.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 15px;
  height: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 5px;
  position: absolute;
}

.new__text {
  padding: 30px 60px;
  color: #000;
}
.new__text p {
  font-size: 1.25rem;
}
.new__text h2 {
  color: #000;
  font-size: 1.375rem;
  margin-bottom: 10px;
}

.new__title {
  color: #000;
  font-size: 1.625rem;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .new__img {
    width: 100%;
  }
  .new__text {
    padding: 30px 30px;
    color: #000;
  }
}
@media (max-width: 576px) {
  .new__text {
    padding: 15px 20px;
    color: #000;
  }
  .new__img {
    width: 100%;
    height: 280px;
  }
}
/*# sourceMappingURL=main.css.map */