@charset "UTF-8";

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

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

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

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

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

body {
  color: #000;
  font-family: "CeraPro";
}

body.lock {
  overflow: hidden;
}

.wrapper {
  position: relative;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

[class*=__container] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.tabs {
  margin-top: 3.125em;
}

.tabs__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs__button {
  color: #2f2f2f;
  font-weight: 300;
  line-height: 1.45;
  text-decoration: underline;
  cursor: pointer;
}

.tabs__button:not(:last-child) {
  margin: 0em 0em 1.25em 0rem;
}

.tabs__button.active {
  font-weight: 400;
}

.tabs__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.tabs__content-item {
  display: none;
}

.tabs__content-item.active {
  display: block;
}

.popup {
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  z-index: 55555;
}

.popup.open {
  opacity: 1;
  visibility: visible;
}

.popup.open .popup__body {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.popup__body h3 {
  text-align: center;
  font-size: 30px;
  color: #323f65;
  font-weight: 500;
  margin-bottom: 20px;
}

.popup#image .popup__body {
  background: none;
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
  border: 0;
}

.popup#image .popup__close {
  right: -45px;
}

.popup__content {
  position: relative;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup__body {
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-radius: 10px;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  opacity: 0;
  padding: 2em 1.875em 1.875em;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.popup__image {
  max-height: 600px;
}

.popup__close {
  position: absolute;
  top: 1.125rem;
  right: 1.125rem;
  width: 34px;
  height: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 10;
  cursor: pointer;
  color: currentColor;
  background: transparent;
  font-size: 1.25rem;
  z-index: 20;
}

.popup__close::before,
.popup__close::after {
  content: "";
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  height: 3px;
  background: #eb7c1c;
}

.popup__close::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: calc(50% - 2px);
}

.popup__close:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: calc(50% - 1px);
}

.form-body__wrapper :not(:last-child) {
  margin: 0em 0em 1.25em 0rem;
}

.form-body__button {
  margin: 1.25em 0em 0em 0em;
}

.accordion {
  padding: 1.25em 0.9375em;
}

.accordion.open .accordion__icon::after {
  -webkit-transform: rotate(-90deg) translate(-1.5px, -50%);
  -ms-transform: rotate(-90deg) translate(-1.5px, -50%);
  transform: rotate(-90deg) translate(-1.5px, -50%);
}

.accordion.open .accordion__content {
  opacity: 1;
}

.accordion__title {
  color: #2d2d2d;
  font-size: 17px;
  font-weight: 700;
  text-align: left;
  margin-right: 1.1764705882em;
}

.accordion__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.accordion__control::-webkit-details-marker {
  display: none;
}

.accordion__control-items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.accordion__icon {
  margin-top: 0.1875em;
  position: relative;
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 14px;
  flex: 0 0 14px;
  height: 14px;
  color: #eb7c1c;
}

.accordion__icon::before {
  background: currentColor;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 2px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.accordion__icon::after {
  background: currentColor;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 10px;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.accordion__icon .accordion__content {
  padding: 20px;
}

.accordion__icon .accordion[open] .accordion__icon::before {
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  -ms-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
}

.accordion__content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  will-change: max-height;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.accordion-list {
  margin-top: 1.25em;
}

.accordion-list__item:not(:last-child) {
  margin-bottom: 0.9375em;
}

.accordion-list__item-link {
  color: #2d2d2d;
  font-size: 15px;
  font-weight: 300;
}

.accordion-list__filter-input:checked ~ span::before {
  background: #eb7c1c;
}

.accordion-list__filter-text {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.accordion-list__filter-text::before {
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16px;
  flex: 0 0 16px;
  margin-right: 1.25em;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 2px solid #eb7c1c;
  -webkit-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}

.navigation {
  padding: 2.875em 0em 0.75em;
}

.navigation__list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 500;
  line-height: 1.625;
}

.navigation__list-item {
  color: #323f65;
  font-weight: 300;
  font-size: 13px;
}

.navigation__list-item:not(:last-child) {
  position: relative;
  margin-right: 0.8125em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.navigation__list-item:not(:last-child)::before {
  content: "→";
  margin-left: 0.8125em;
}

.navigation__list-link {
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  text-transform: capitalize;
}

.title {
  color: #1b1b1b;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px
}
.title.product_title {
  text-transform: none;
}
.title.title-center {
  text-align: center;
}

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

.socials__item {
  font-size: 24px;
}

.socials__item:not(:last-child) {
  margin-right: 0.5625em;
}

.socials__link {
  color: #eb7c1c;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.socials__link:active::before {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.icon-phone {
  position: relative;
  padding-left: 1.875em;
}

.no-webp .icon-phone::before {
  background: url("../img/icons/phone.png") 0 0/contain no-repeat;
}

.icon-phone::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 18px;
  height: 18px;
}

.icon-mail {
  position: relative;
  padding-left: 1.875em;
}

.no-webp .icon-mail::before {
  background: url("../img/icons/mail.png") 0 0/contain no-repeat;
}

.icon-mail::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 18px;
  height: 18px;
}

.icon-location {
  position: relative;
  padding-left: 1.875em;
}

.no-webp .icon-location::before {
  background: url("../img/icons/location.png") 0 0/contain no-repeat;
}

.icon-location::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 18px;
  height: 18px;
}

.icon-time {
  position: relative;
  padding-left: 3.125em;
}

.no-webp .icon-time::before {
  background: url("../img/icons/time.png") 0 0/contain no-repeat;
}

.icon-time::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 34px;
  height: 34px;
}

.icon-auto {
  position: relative;
  padding-left: 3.125em;
}

.no-webp .icon-auto::before {
  background: url("../img/icons/auto.png") 0 0/contain no-repeat;
}

.icon-auto::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 34px;
  height: 34px;
}

.icon-stock {
  position: relative;
  padding-left: 3.125em;
}

.no-webp .icon-stock::before {
  background: url("../img/icons/stock.png") 0 0/contain no-repeat;
}

.icon-stock::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 34px;
  height: 34px;
}

.icon-fz {
  position: relative;
  padding-left: 3.125em;
}

.no-webp .icon-fz::before {
  background: url("../img/icons/44fz.png") 0 0/contain no-repeat;
}

.icon-fz::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 34px;
  height: 34px;
}

.icon-like {
  position: relative;
  padding-left: 3.125em;
}

.no-webp .icon-like::before {
  background: url("../img/icons/like.png") 0 0/contain no-repeat;
}

.icon-like::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 34px;
  height: 34px;
}

::-moz-selection {
  background: #ccd9ec;
  color: #000;
  box-shadow: none;
}

::selection {
  background: #ccd9ec;
  color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
}

::-moz-selection {
  background: #ccd9ec;
  color: #000;
  box-shadow: none;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #eb7c1c;
  border-radius: 4px;
}

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

.form__input {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 1px solid #eb7c1c;
  background: transparent;
  font-size: 17px;
  border-radius: 5px;
  padding: 0.5882352941em 1.1764705882em;
  line-height: 1.7142857143;
}

.form__input::-webkit-input-placeholder {
  color: currentColor;
  font-size: 17px;
  font-weight: 400;
}

.form__input:-moz-placeholder {
  color: currentColor;
  font-size: 17px;
  font-weight: 400;
}

.form__input::-moz-placeholder {
  color: currentColor;
  font-size: 17px;
  font-weight: 400;
}

.form__input:-ms-input-placeholder {
  color: currentColor;
  font-size: 17px;
  font-weight: 400;
}

.form__input:focus {
  background: #fdfff9;
  -webkit-box-shadow: 0px 0px 5px #eb7c1c;
  box-shadow: 0px 0px 5px #eb7c1c;
  color: #8F8F8F;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 12px;
  overflow: hidden;
  font-weight: 700;
  text-transform: uppercase;
  padding: 1.6666666667em 3.3333333333em;
}

.btn.btn-orange {
  background: #eb7c1c;
  color: #fff;
  border-radius: 33px;
}

.btn.btn-blue {
  background: #323f65;
  color: #fff;
}

.btn:active {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.btn.btn-sm {
  border-radius: 4px;
  font-size: 12px;
  padding: 0.8333333333em 1.9166666667em;
}

.btn.btn-md {
  border-radius: 4px;
  padding: 1em;
}

.btn.btn-mw {
  width: 100%;
}

.header-top {
  background: #3d4660;
  color: rgba(255, 255, 255, 0.66);
}

.header-top__container {
  position: relative;
  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;
  min-height: 35px;
}

.header-top__city {
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-top__city-title {
  margin-right: 0.7692307692em;
}

.header-top__city-item {
  color: #eb7c1c;
}

.header-top__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 500;
}

.header-top__lang-item:not(:last-child) {
  border-right: 1px solid currentColor;
  padding-right: 0.7142857143em;
  margin-right: 0.7142857143em;
}

.header-top__lang-link.active {
  color: #fff;
}

.header-top__lang-link:not(.active) {
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.header-body__container {
  padding-top: 0.3125em;
  padding-bottom: 0.3125em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-body__logo {
  margin-right: 1.25em;
}

.header-actions {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.header-actions__wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  z-index: 9;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-actions__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-actions__item-title {
  color: rgba(70, 70, 70, 0.65);
  font-size: 10px;
  font-weight: 300;
}

.header-actions__item-link {
  display: block;
  margin-top: 5px;
  font-weight: 700;
  color: #464646;
}

.feedback-item__text {
  margin-top: 6px;
}

.header-actions__item-link span {
  color: #eb9658;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-size: 15px;
  font-weight: 500;
}

.menu__item {
  text-align: center;
}

.menu__item:not(:first-child) {
  margin: 0.9375em 0em 0em 0em;
}

.menu__link {
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

/* BURGER*/

.icon-menu {
  display: none;
  z-index: 100;
}

/* BURGER*/

.footer-body {
  border-bottom: 1px solid #cecece;
}

.footer-body__container {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

.footer-body__contacts {
  margin-top: 1.5625em;
}

.footer-contacts {
  color: #070707;
}

.footer-contacts__item:not(:last-child) {
  margin-bottom: 1.25em;
}

.footer-contacts__item:first-child {
  margin-bottom: 2.5em;
}

.footer-contacts__link {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  padding-left: 1.5em;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.no-webp .footer-contacts__link::before {
  background: url("../img/icons/phone-2.png") 0 0/contain no-repeat;
}

.footer-contacts__link::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 18px;
  height: 18px;
}

.footer-contacts__text {
  color: rgba(38, 38, 38, 0.9);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  position: relative;
  padding-left: 2em;
}

.no-webp .footer-contacts__text::before {
  background: url("../img/icons/location-2.png") 0 0/contain no-repeat;
}

.footer-contacts__text::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 18px;
  height: 18px;
}

.footer-menu {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-menu__title {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.5789473684;
  text-transform: uppercase;
}

.footer-menu__text {
  margin-top: 2em;
  font-size: 15px;
  line-height: 1.6;
}

.footer-menu__text-title {
  font-weight: 700;
}

.footer-menu__text-body {
  margin-top: 1.3333333333em;
  color: rgba(38, 38, 38, 0.59);
}

.footer-menu__list {
  margin-top: 2em;
  color: rgba(38, 38, 38, 0.59);
  font-size: 15px;
  line-height: 2;
}

.footer-menu__list-item:not(:last-child) {
  margin-bottom: 0.3333333333em;
}

.footer-menu__list-link {
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.footer-copy__container {
  padding-top: 1.875em;
  padding-bottom: 1.875em;
  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-copy__text {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  color: rgba(38, 38, 38, 0.59);
  text-align: center;
}

.footer-copy__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-copy__socials-item {
  position: relative;
  width: 28px;
  height: 28px;
}

.footer-copy__socials-item:not(:last-child) {
  margin: 0em 0.8125em 0em 0em;
}

.footer-copy__socials-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.no-webp .footer-copy__socials-link._vk::before {
  background: url("../img/icons/vk.png") 0 0/cover no-repeat;
}

.no-webp .footer-copy__socials-link._phone::before {
  background: url("../img/icons/tel.png") 0 0/cover no-repeat;
}

.no-webp .footer-copy__socials-link._instagram::before {
  background: url("../img/icons/instagram.png") 0 0/cover no-repeat;
}

.page {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.no-webp .main-block {
  background: url("../img/main-block-bg.png") 0 0/cover no-repeat;
}

.main-block {
  padding: 2.8125em 0em;
  color: #fff;
}

.main-block__title {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
}

.main-block__subtitle {
  margin-top: 1.1111111111em;
  color: #eb7c1c;
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
}

.main-block__text {
  margin-top: 1.25em;
  font-weight: 300;
  line-height: 1.5;
}

.main-block__footer {
  margin-top: 3.75em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-info__list {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.0588235294;
  display: -ms-grid;
  display: grid;
  gap: 25px;
}

.main-info__btn {
  margin-top: 3.125em;
}

.mail-label__wrapper {
  background: #eb7c1c;
  position: relative;
  max-width: 220px;
  padding: 1.25em 0.625em 1.5625em 0.9375em;
  margin: 0 auto;
  border-radius: 10px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}

.mail-label__wrapper::before {
  content: "!";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -0.6696428571em;
  width: 0.4017857143em;
  height: 1em;
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 3;
}

.mail-label__title {
  font-size: 24px;
}

.mail-label__text {
  margin-top: 0.9523809524em;
}

.products {
  padding: 2.5em 0em 1.25em 0em;
}

.products__subtitle {
  max-width: 850px;
  text-align: center;
  margin: 1.875em auto 0;
  font-weight: 300;
  line-height: 1.5;
}

.products__body {
  margin-top: 3.75em;
  display: -ms-grid;
  display: grid;
  gap: 20px;
}

.product {
  background: white;
  position: relative;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 8.6px 0.5px rgba(50, 63, 101, 0.34);
  box-shadow: 0 4px 8.6px 0.5px rgba(50, 63, 101, 0.34);
  padding: 0.625em 0.9375em 1.875em;
  -webkit-transition: -webkit-transform 0.6s ease 0s;
  transition: -webkit-transform 0.6s ease 0s;
  -o-transition: transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.product__image {
  text-align: center;
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product__desc {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-top: 1.875em;
  color: #2d2d2d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.product__desc-title {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 1.4285714286em;
}

.product__desc-text {
  margin-top: auto;
  line-height: 1.5;
  font-weight: 300;
}

.product__desc-price {
  margin-top: 1.3043478261em;
  color: #eb7c1c;
  font-weight: 700;
}

.product__link {
  position: absolute;
  inset: 0;
}

.about {
  padding: 1.25em 0em 1.5625em;
  border-bottom: 1px solid #e2e2e2;
}

.about__info-text {
  margin-top: 3.1578947368em;
  color: #2d2d2d;
  line-height: 1.2631578947;
}

.about__info-text p {
  font-weight: 300;
}

.about__info-text p span {
  font-weight: 400;
}

.about__info-text p:not(:last-child) {
  margin-bottom: 2.6315789474em;
}

.about__photo {
  overflow: hidden;
}

.about__slider {
  border-radius: 10px 10px 0 0;
}

.about__sliderItem img {
  width: 100%;
  aspect-ratio: 0.75;
  height: 100%;
  object-fit: cover;
}

.about__slider .swiper-button-next {
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' role='img' width='1em' height='1em' preserveAspectRatio='xMidYMid meet' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 12h16m-7-7l7 7l-7 7'/%3E%3C/svg%3E") no-repeat 0 0;
  background-color: #eb7c1c;
  width: 26px;
  height: 26px;
  background-position: center;
  border-radius: 50%
}

.about__slider .swiper-button-next:after {
  display: none;
}

.about__slider .swiper-button-prev {
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' role='img' width='1em' height='1em' preserveAspectRatio='xMidYMid meet' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m11 5l-7 7l7 7m-7-7h16'/%3E%3C/svg%3E") no-repeat 0 0;
  background-color: #eb7c1c;
  width: 26px;
  height: 26px;
  background-position: center;
  border-radius: 50%
}

.about__slider .swiper-button-prev:after {
  display: none;
}

.about__photo img {
  border-radius: 10px 10px 0 0;
}

.about__photo-desc {
  background: #f2f1f1;
  color: #100f06;
  border-radius: 10px;
  padding: 1.5em;
}

.about__photo-quote {
  font-family: 'CeraPro';
}

.about__photo-position {
  margin-top: 1.25em;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.about__photo-name {
  margin-top: 0.5em;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.projects {
  padding: 1.875em 0em 1.5625em 0em;
}

.projects__subtitle {
  margin-top: 1.75em;
  color: rgba(47, 47, 47, 0.52);
  font-weight: 700;
  text-align: center;
}

.project {
  margin-top: 2.875em;
}

.project__image {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 37.5%;
  flex: 0 1 37.5%;
}

.project__image img {
  border-radius: 10px 10px 0 0;
  -webkit-box-shadow: 0 1px 27px rgba(32, 38, 57, 0.18);
  box-shadow: 0 1px 27px rgba(32, 38, 57, 0.18);
  width: 100%;
}

.project__info {
  background: #f2f2f2;
  border-radius: 0 0 10px 10px;
  padding: 1.875em 1.25em 3.75em;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 62.5%;
  flex: 0 1 62.5%;
  color: #2f2f2f;
}

.project__info-title {
  color: #eb7c1c;
  font-size: 26px;
  font-weight: 700;
}

.project__info-place {
  margin-top: 1.5em;
}

.project__info-text {
  margin-top: 2em;
  line-height: 1.5;
}

.project__info-text p {
  font-weight: 300;
}

.project__info-text p span {
  font-weight: 400;
  display: block;
}

.project__info-text p:not(:last-child) {
  margin-bottom: 1.75em;
}

.project__info-footer {
  margin-top: 2.7777777778em;
  font-size: 14px;
  line-height: 1.4444444444;
  text-decoration: underline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.project__info-link {
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.project__info-link:not(:last-child) {
  margin: 0em 0em 0.9375em 0rem;
}

.no-webp .sertificates {
  background: url("../img/sertificates/sertificates-bg.png") 0 0/cover no-repeat;
}

.sertificates {
  padding: 5.625em 0em 4.375em 0em;
  margin-bottom: 6.375em;
  color: #fff;
}

.sertificates__title {
  color: #fff;
}

.sertificates__subtitle {
  max-width: 850px;
  text-align: center;
  margin: 1.875em auto 0;
  font-weight: 300;
  line-height: 1.5;
}

.sertificates__slider {
  position: relative;
  margin-top: 3.75em;
  margin-bottom: -8.75em;
}

.sertificates-slider {
  min-width: 0;
  overflow: hidden;
}

.sertificates-slider__slide {
  text-align: center;
}

.sertificates-slider__prev {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' role='img' width='1em' height='1em' preserveAspectRatio='xMidYMid meet' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23b2b5bf' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m11 5l-7 7l7 7m-7-7h16'/%3E%3C/svg%3E") no-repeat 0 0/contain;
}

.sertificates-slider__prev::after {
  display: none;
}

.sertificates-slider__next {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' role='img' width='1em' height='1em' preserveAspectRatio='xMidYMid meet' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23b2b5bf' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 12h16m-7-7l7 7l-7 7'/%3E%3C/svg%3E") no-repeat 0 0/contain;
}

.sertificates-slider__next::after {
  display: none;
}

.news {
  padding: 5.625em 0em;
}

.news__header {
  color: #1b1b1b;
}

.news__header-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6078431373;
}

.news__header-more {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2352941176;
  border-bottom: 3px dashed #62b9ca;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.news__body {
  margin-top: 5em;
  display: -ms-grid;
  display: grid;
  gap: 45px;
}

.news-item {
  color: #1b1b1b;
}

.news-item__title {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.16;
}

.news-item__desc {
  margin-top: 2.5em;
  line-height: 1.3333333333;
}

.news-item__time {
  margin-top: 3.125em;
  color: rgba(27, 27, 27, 0.53);
  font-weight: 700;
  line-height: 1.8125;
}

.feedback__wrapper {
  padding: 2.5em 0em 1.875em 0em;
  background: #f2f2f2;
}

.feedback__content {
  color: #1b1b1b;
}

.feedback__title {
  font-size: 29px;
  font-weight: 500;
  line-height: 1.5862068966;
}

.feedback__subtitle {
  margin-top: 1.5625em;
  font-weight: 500;
  line-height: 1.8125;
}

.feedback__list {
  margin-top: 3.75em;
  display: -ms-grid;
  display: grid;
  row-gap: 30px;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}

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

.feedback-item {
  font-weight: 700;
}

.feedback-item__title {
  color: rgba(70, 70, 70, 0.65);
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 0.8333333333em;
}

.feedback-item__link {
  display: block;
  font-size: 19px;
  color: #464646;
}

.feedback-item__link._min {
  font-size: 16px;
}

.feedback-item__link span {
  color: #eb9658;
}

.catalog__title {
  color: #323f65;
}

.catalog-body {
  margin-top: 3.75em;
  display: -ms-grid;
  display: grid;
  gap: 30px;
}

.catalog-sidebar__items {
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 10px rgba(50, 63, 101, 0.26);
  box-shadow: 0 0 10px rgba(50, 63, 101, 0.26);
}

.catalog-sidebar__item:not(:last-child) {
  border-bottom: 1px solid #e2e3e7;
}

.catalog-sidebar__filtres {
  margin-top: 1.5625em;
}

.catalog-sidebar__filter {
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 10px rgba(50, 63, 101, 0.26);
  box-shadow: 0 0 10px rgba(50, 63, 101, 0.26);
}

.catalog-sidebar__clear {
  margin-top: 1.875em;
  text-align: center;
}

.catalog-sidebar__clear-btn {
  opacity: 0.74;
  color: #2d2d2d;
  font-size: 15px;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.catalog-content__header {
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 10px rgba(50, 63, 101, 0.26);
  box-shadow: 0 0 10px rgba(50, 63, 101, 0.26);
  padding: 1.25em 0.9375em;
}

.catalog-content__header-item:not(:last-child) {
  margin: 0em 0em 1.25em 0rem;
}

.catalog-content__products {
  /*margin-top: 1.875em;*/
  display: -ms-grid;
  display: grid;
  gap: 20px;
}

.catalog-content__pagination {
  margin-top: 1.5625em;
}

.catalog-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catalog-filter__title {
  color: #2d2d2d;
  white-space: nowrap;
  font-weight: 700;
  margin-right: 0.625em;
}

.catalog-filter__item:not(:last-child) {
  margin-right: 0.625em;
}

.catalog-filter__item-input:checked ~ span {
  color: #2d2d2d;
}

.catalog-filter__item-text {
  color: #777;
  cursor: pointer;
}

.catalog-product {
  background: #fff;
  border: 1px solid rgba(50, 63, 101, 0.19);
  border-radius: 4px;
  padding: 1.5625em 1.875em 1.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.catalog-product__image {
  text-align: center;
}

/*.catalog-product__image img {*/
/*  height: 188px;*/
/*}*/

.catalog-product__title {
  margin-top: 1.3888888889em;
  color: #2d2d2d;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.catalog-product__specification {
  margin: 1.25em 0em 1.875em;
}

.catalog-product__specification-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #2d2d2d;
  font-size: 12px;
  line-height: 1.4166666667;
}

.catalog-product__specification-item:not(:last-child) {
  margin-bottom: 0.8333333333em;
}

.catalog-product__specification-dotts {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border-bottom: 1px dotted #c5c8d0;
}

.catalog-product__specification-value {
  font-weight: 300;
}

.catalog-product__footer {
  margin-top: auto;
  display: block;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.catalog-product__footer-price {
  font-weight: 700;
}

.catalog-product__footer-oldprice {
  opacity: 0.6;
  color: #323f65;
  font-size: 9px;
  text-decoration: line-through;
}

.catalog-product__footer-newprice {
  color: #eb7c1c;
  font-size: 17px;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 7px;
  -moz-column-gap: 7px;
  column-gap: 7px;
}

.pagination__item {
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3d4660;
  border: 1px solid #ccced5;
  border-radius: 50%;
  font-size: 9px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.pagination__item._active {
  background: #3d4660;
  color: #fff;
}

.current-product {
  padding: 0em 0em 3.125em 0em;
}

.current-product__title {
  color: #323f65;
}

.current-product__label {
  background: #eb7c1c;
  position: relative;
  display: inline-block;
  margin: 2.2727272727em 0em 0em 0em;
  border-radius: 5px;
  color: #f1f1f1;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.3636363636;
  padding: 0.9090909091em 2.2727272727em;
  display: none;
}

.current-product__wrapper {
  margin-top: 3.125em;
}

.current-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.current-header__image {
  background: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.25em;
}

.current-header__specification {
  background: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  position: relative;
}

.current-header__specification::before {
  background: #fff;
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 40px);
  height: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
  z-index: -1;
}

.current-header__specification-title {
  background: #323f65;
  color: #fff;
  font-weight: 600;
  line-height: 1.3125;
  text-align: center;
  padding: 1.4375em 0em;
  border-radius: 10px 10px 0 0;
}

.current-header__specification-item {
  padding: 1.0625em 1.875em;
  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;
  color: #585858;
}

.current-header__specification-item:not(:last-child) {
  border-bottom: 1px solid #ededed;
}

.current-header__specification-name {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5333333333;
}

.current-header__specification-value {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  font-size: 11px;
  line-height: 1.4615384615;
}

.current-header__info {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.current-header__info-wrapper {
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  padding: 0.9375em 1.5625em 1.5625em;
  position: relative;
}

.current-header__info-wrapper::before {
  background: #f1f1f1;
  content: "";
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% + 30px);
  height: 100%;
  border-radius: 5px;
  z-index: -1;
}

.current-header__info-label {
  color: #20ca59;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3571428571;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.no-webp .current-header__info-label::before {
  background: url("../img/icons/check-green.png") 0 0/contain no-repeat;
}

.current-header__info-label::before {
  content: "";
  margin-right: 0.625em;
  width: 13px;
  height: 13px;
}

.current-header__info-price {
  color: #242424;
  margin-top: 0.9523809524em;
  font-size: 21px;
  font-weight: 700;
}

.current-header__info-btns {
  margin-top: 1.25em;
}

.current-header__info-btn:not(:last-child) {
  margin-bottom: 0.75em;
}

.current-header__info-delivery {
  margin-top: 3.125em;
}

.current-header__info-title {
  color: #242424;
  line-height: 1.3125;
  font-weight: 700;
}

.current-header__info-list {
  margin-top: 1.5625em;
}

.current-header__info-listitem {
  color: #585858;
  font-size: 13px;
  line-height: 1.4615384615;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.current-header__info-listitem:not(:last-child) {
  margin-bottom: 1.5384615385em;
}

.no-webp .current-header__info-listitem::before {
  background: url("../img/icons/check-orange.png") 0 0/contain no-repeat;
}

.current-header__info-listitem::before {
  content: "";
  margin-right: 0.7692307692em;
  width: 13px;
  height: 13px;
}

.current-body {
  margin-top: 3.75em;
  border-radius: 10px;
}

.current-body__desc {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 45%;
  flex: 0 1 45%;
}

.current-body__desc-text {
  color: #585858;
  font-weight: 300;
  line-height: 1.6875;
}

.current-body__desc-title {
  margin-top: 2.6315789474em;
  color: #242424;
  font-size: 19px;
  font-weight: 600;
}

.current-body__desc-list {
  margin-top: 2.5em;
  color: #585858;
  font-weight: 300;
  line-height: 1.6875;
}

.current-body__desc-item:not(:last-child) {
  margin-bottom: 1.25em;
}

.current-body__area {
  background: #fff;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  padding: 3.125em 1.875em;
}

.current-body__area-title {
  color: #242424;
  font-size: 25px;
  font-weight: 600;
}

.current-body__area-list {
  margin-top: 2.5em;
}

.current-body__area-item {
  color: #585858;
  line-height: 1.6875;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.current-body__area-item::before {
  border: 7.5px 0 7.5px 7px solid transparent transparent transparent #eb7c1c;
  content: "";
  width: 0;
  height: 0;
  margin-right: 1.25em;
}

.current-body__area-item:not(:last-child) {
  margin-bottom: 2.1875em;
}

.current-footer {
  margin-top: 3.125em;
}

.current-footer__title {
  color: #242424;
  font-size: 26px;
  font-weight: 600;
}

.current-footer__wrapper {
  margin-top: 1.875em;
}

.current-footer__info {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 30%;
  flex: 0 1 30%;
}

.current-footer__list {
  color: #585858;
  font-size: 15px;
  line-height: 1.6666666667;
  padding-left: 2em;
  border-left: 4px solid;
}

.current-footer__list:not(:last-child) {
  margin-bottom: 3em;
}

.current-footer__list._orange {
  border-color: #ef9548;
}

.current-footer__list._blue {
  border-color: #3d4660;
}

.current-footer__list-item:not(:last-child) {
  margin-bottom: 0.6666666667em;
}

.current-footer__list-title {
  color: #242424;
  font-weight: 700;
}

.current-footer__table {
  background: #fff;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 55%;
  flex: 0 1 55%;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  height: auto;
  text-align: center;
  font-size: 10px;
  line-height: 1.3076923077;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  position: relative;
}

.current-footer__table td,
.current-footer__table th {
  padding: 0.5em 0.75em;
}

.current-footer__table::before {
  background: #fff;
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 40px);
  height: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
  z-index: -1;
}

.current-footer__table-header {
  background: #323f65;
  color: #fff;
  font-weight: 700;
}

.current-footer__table-header th {
  padding: 0.625em 0.3125em;
}

.current-footer__table-header th:first-child {
  border-radius: 10px 0 0 0;
}

.current-footer__table-header th:last-child {
  border-radius: 0 10px 0 0;
}

.current-footer__table-row:not(:last-child) {
  border-bottom: 1px solid #ededed;
}

.current-footer__table-row td {
  color: #6c6c6c;
  font-size: 9px;
}

.current-footer__table-row td strong {
  display: block;
  font-size: 12px;
  color: #242424;
}

@media (min-width: 35.99875em) {
  .main-block__title {
    font-size: 40px;
  }

  .main-block__subtitle {
    font-size: 28px;
  }

  .main-info__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .products__body {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .product__desc-title {
    font-size: 22px;
  }

  .product__desc-price {
    font-size: 19px;
  }

  .news__header {
    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;
  }

  .news__body {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .feedback__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .catalog-content__products {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .current-footer__table {
    font-size: 13px;
  }

  .current-footer__table-header th {
    padding: 1em;
  }

  .current-footer__table-row td strong {
    font-size: 14px;
  }

  .current-footer__table-row td {
    font-size: 12px;
  }
}

@media (min-width: 47.99875em) {
  .tabs__button:not(:last-child) {
    margin: 0em 12% 0em 0em;
  }

  .accordion {
    padding: 1.25em 1.6875em;
  }

  .title {
    font-size: 40px;
  }

  .btn {
    font-size: 15px;
    white-space: nowrap;
  }

  .header-top__lang {
    padding-right: 8.9285714286em;
  }

  .header-top__lang::before {
    content: "";
    position: absolute;
    top: 0;
    right: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 57px 45px 0 45px;
    border-color: #323f65 transparent transparent transparent;
  }

  .header-top__lang::after {
    content: "";
    position: absolute;
    top: 0;
    right: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20.25px 16.875px 0 16.875px;
    border-color: #eb7c1c transparent transparent transparent;
  }

  .header-body__container {
    padding-top: 1.4375em;
    padding-bottom: 1.4375em;
  }

  .header-actions__menu {
    margin: 1.5625em 0em 0em 0em;
  }

  .menu__item:not(:first-child) {
    position: relative;
    padding: 0em 0em 0em 1.5333333333em;
    margin: 0em 0em 0em 1em;
  }

  .menu__item:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #eb7c1c;
    border-radius: 50%;
  }

  .menu__link {
    white-space: nowrap;
  }

  .footer-body__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .footer-body__column {
    margin-right: 0.625em;
  }

  .main-block {
    padding: 5.625em 0em;
  }

  .main-block__subtitle {
    max-width: 50%;
  }

  .main-block__text {
    max-width: 50%;
  }

  .main-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 55%;
    flex: 0 1 55%;
  }

  .products {
    padding: 5em 0em 2.5em 0em;
  }

  .products__body {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .about {
    padding: 2.5em 0em 3.125em;
  }

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

  .about__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 53%;
    flex: 0 1 53%;
  }

  .about__photo {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
    padding-left: 4.0625em;
  }

  .about__photo-desc {
    margin-left: -4.0625em;
  }

  .projects {
    padding: 3.75em 0em 3.125em 0em;
  }

  .projects__subtitle {
    font-size: 20px;
  }

  .project {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .project__image img {
    border-radius: 10px;
  }

  .project__info {
    border-radius: 10px;
    margin: 0.5em 0em 0em -2.25em;
    padding: 1.875em 4.375em 3.75em 5em;
  }

  .project__info-link:not(:last-child) {
    margin: 0em 5em 0em 0em;
  }

  .news__header-title {
    font-size: 36px;
  }

  .news__header-more {
    font-size: 17px;
  }

  .news__body {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 90px;
  }

  .news-item__title {
    font-size: 25px;
  }

  .news-item__desc {
    font-size: 18px;
  }

  .feedback__wrapper {
    padding: 5em 0em 3.75em 0em;
  }

  .catalog-content__header {
    padding: 1.25em 1.6875em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .catalog-content__header-item:not(:last-child) {
    margin: 0em 1.25em 0em 0em;
  }

  .current-product {
    padding: 0em 0em 7.1875em 0em;
  }

  .current-header__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 350px;
    flex: 0 1 350px;
    margin-right: 1.875em;
  }

  .current-header__specification-name {
    font-size: 15px;
  }

  .current-header__specification-value {
    font-size: 13px;
  }

  .current-header__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-left: 1.875em;
  }

  .current-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.875em;
    border: 1px solid #ededed;
  }

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

@media (min-width: 61.99875em) {
  .tabs__button {
    font-size: 20px;
  }

  .title {
    font-size: 60px;
  }

  .header-actions__item:not(:last-child) {
    margin-right: 6%;
  }

  .header-actions__item-title {
    font-size: 12px;
  }

  .header-actions__item-link {
    font-size: 19px;
  }

  .footer-body__column {
    margin-right: 10%;
  }

  .main-block__title {
    font-size: 60px;
  }

  .main-block__subtitle {
    font-size: 36px;
  }

  .main-info__list {
    gap: 65px;
  }

  .mail-label__wrapper::before {
    font-size: 112px;
  }

  .mail-label__wrapper {
    max-width: 315px;
    padding: 2.5em 1.25em 3.125em 1.875em;
  }

  .mail-label__title {
    font-size: 30px;
  }

  .mail-label__text {
    font-size: 21px;
  }

  .product {
    padding: 1.25em 1.875em 3.75em;
  }

  .product__desc-title {
    font-size: 28px;
  }

  .product__desc-price {
    font-size: 23px;
  }

  .about__photo-quote {
    font-size: 24px;
  }

  .project {
    margin-top: 4.75em;
  }

  .project__info {
    padding: 2.5em 3.5em 7.5em 5em;
    font-size: 20px;
  }

  .project__info-title {
    font-size: 32px;
  }

  .project__info-footer {
    font-size: 18px;
  }

  .news__header-title {
    font-size: 51px;
  }

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

  .feedback__wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .feedback__content {
    width: 50%;
  }

  .feedback__map {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  .catalog-body {
    -ms-grid-columns: 304px auto;
    grid-template-columns: 304px auto;
  }

  .catalog-sidebar__filter:not(:last-child) {
    margin-bottom: 1.25em;
  }

  .current-header__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 290px;
    flex: 0 0 290px;
  }
}

@media (min-width: 76.875em) {
  .popup__body {
    min-width: 400px;
    max-width: 500px;
  }

  .menu__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .sertificates-slider__prev {
    left: -30px;
  }

  .sertificates-slider__next {
    right: -30px;
  }

  .catalog-content__products {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .catalog-filter__title {
    margin-right: 1.75em;
  }

  .catalog-filter__item:not(:last-child) {
    margin-right: 1.875em;
  }

  .current-header__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 420px;
    flex: 0 1 420px;
  }

  .current-header__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 350px;
    flex: 0 0 350px;
  }
}

@media (min-width: 75em) {
  .header-top__lang {
    padding-right: 12.5em;
  }

  .header-top__lang::before {
    border-width: 76px 60px 0 60px;
  }

  .header-top__lang::after {
    border-width: 27px 22.5px 0 22.5px;
  }

  .header-actions__item:not(:last-child) {
    margin-right: 12%;
  }

  .about__info-text {
    font-size: 19px;
  }

  .about__photo-desc {
    padding: 1.5em 3.125em;
  }
}

@media (max-width: 76.875em) {
  .sertificates-slider__prev {
    background: #fff;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' role='img' width='1em' height='1em' preserveAspectRatio='xMidYMid meet' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m11 5l-7 7l7 7m-7-7h16'/%3E%3C/svg%3E");
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
  }

  .sertificates-slider__next {
    background: #fff;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' role='img' width='1em' height='1em' preserveAspectRatio='xMidYMid meet' viewBox='0 0 24 24'%3E%3Cg transform='translate(24 0) scale(-1 1)'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m11 5l-7 7l7 7m-7-7h16'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
  }
}

@media (max-width: 61.99875em) {
  .tabs__content {
    margin-top: 1.25em;
  }

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

  .product__desc-text {
    font-size: 14px;
  }

  .project__info-text {
    font-size: 14px;
  }

  .catalog-sidebar__filtres {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .current-header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .current-header__specification {
    margin-top: 2.5em;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (max-width: 47.99875em) {
  .tabs__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .header-actions__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 7.5rem 0.625rem 0.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    font-size: 20px;
    background: #fff;
    -webkit-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
    z-index: 10;
  }

  .header-actions__wrapper.active {
    -webkit-transform: translate(0%, 0px);
    -ms-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
  }

  .header-actions__top {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .header-actions__item:not(:last-child) {
    margin-bottom: 1.25em;
  }

  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon-menu {
    margin-left: auto;
  }

  .icon-menu {
    display: block;
    position: relative;
    width: 27px;
    height: 27px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .icon-menu span,
  .icon-menu::before,
  .icon-menu::after {
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    height: 2px;
    width: 100%;
    background-color: #000;
  }

  .icon-menu::before,
  .icon-menu::after {
    content: "";
    left: 0;
  }

  .icon-menu span {
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .icon-menu::before {
    top: 4.5px;
  }

  .icon-menu::after {
    bottom: 4.5px;
  }

  .icon-menu.active span {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  .icon-menu.active::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: calc(50% - 1px);
  }

  .icon-menu.active:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: calc(50% - 1px);
  }

  .footer-menu {
    margin-top: 1.25em;
  }

  .main-block__text {
    font-size: 14px;
  }

  .main-block__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .main-block__footer-info {
    margin-top: 2.1875em;
  }

  .products__subtitle {
    font-size: 14px;
  }

  .about__photo {
    margin-top: 1.25em;
  }

  .about__photo img {
    width: 100%;
    height: 630px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center 0;
    object-position: center 0;
  }

  .project__info-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sertificates__subtitle {
    font-size: 14px;
  }

  .news-item__time {
    font-size: 14px;
  }

  .catalog-sidebar__filtres {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .current-header__specification {
    font-size: 14px;
  }

  .current-header__info {
    margin-top: 1.25em;
  }

  .current-body__desc-text {
    font-size: 14px;
  }

  .current-body__desc-list {
    font-size: 14px;
  }

  .current-body__area {
    margin-top: 1.25em;
  }

  .current-footer__table {
    margin-top: 2.5em;
  }
}

@media (max-width: 35.99875em) {
  .footer-copy__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-copy__socials {
    margin-top: 0.9375em;
  }

  .about__photo img {
    height: 380px;
  }

  .catalog-sidebar__filtres {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media (any-hover: hover) {
  .popup__close:hover::before,
  .popup__close:hover::after {
    background: #000;
  }

  .navigation__list-link:not(.active):hover {
    color: #aa5205;
  }

  .socials__link:hover {
    color: #aa5205;
  }

  ::-webkit-scrollbar-thumb:hover {
    background: #aa5205;
  }

  .btn.btn-orange:hover {
    background-color: #aa5205;
  }

  .btn.btn-blue:hover {
    background-color: #1e2743;
  }

  .header-top__lang-link:not(.active):hover {
    color: #fff;
  }

  .header-actions__item-link:hover {
    text-decoration: underline;
  }

  .menu__link:hover {
    color: #eb7c1c;
  }

  .footer-contacts__link:hover {
    color: #eb7c1c;
  }

  .footer-menu__list-link:hover {
    color: #eb7c1c;
  }

  .footer-copy__socials-link:hover::before {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  .product:hover {
    -webkit-transform: scale(1.025);
    -ms-transform: scale(1.025);
    transform: scale(1.025);
  }

  .project__info-link:hover {
    color: #aa5205;
  }

  .news__header-more:hover {
    color: #62b9ca;
  }

  .feedback-item__link:hover {
    text-decoration: underline;
  }

  .catalog-sidebar__clear-btn:hover {
    opacity: 1;
  }

  .catalog-product__title:hover {
    color: #eb7c1c;
  }

  .pagination__item:not(.__dotts):hover {
    background-color: #3d4660;
    color: #fff;
  }
}

.webp .icon-phone::before {
  background: url(../img/icons/phone.webp) 0 0/contain no-repeat;
}

.webp .icon-mail::before {
  background: url(../img/icons/mail.webp) 0 0/contain no-repeat;
}

.webp .icon-location::before {
  background: url(../img/icons/location.webp) 0 0/contain no-repeat;
}

.webp .icon-time::before {
  background: url(../img/icons/time.webp) 0 0/contain no-repeat;
}

.webp .icon-auto::before {
  background: url(../img/icons/auto.webp) 0 0/contain no-repeat;
}

.webp .icon-stock::before {
  background: url(../img/icons/stock.webp) 0 0/contain no-repeat;
}

.webp .icon-fz::before {
  background: url(../img/icons/44fz.png) 0 0/contain no-repeat;
}

.webp .icon-like::before {
  background: url(../img/icons/like.png) 0 0/contain no-repeat;
}

.webp .footer-contacts__link::before {
  background: url(../img/icons/phone-2.webp) 0 0/contain no-repeat;
}

.webp .footer-contacts__text::before {
  background: url(../img/icons/location-2.webp) 0 0/contain no-repeat;
}

.webp .footer-copy__socials-link._vk::before {
  background: url(../img/icons/vk.webp) 0 0/cover no-repeat;
}

.webp .footer-copy__socials-link._phone::before {
  background: url(../img/icons/tel.webp) 0 0/cover no-repeat;
}

.webp .footer-copy__socials-link._instagram::before {
  background: url(../img/icons/instagram.webp) 0 0/cover no-repeat;
}

.webp .main-block {
  /* background: url(../img/main-block-bg.webp) 0 0/cover no-repeat; */
}

.webp .sertificates {
  background: url(../img/sertificates/sertificates-bg.webp) 0 0/cover no-repeat;
}

.webp .current-header__info-label::before {
  background: url(../img/icons/check-green.webp) 0 0/contain no-repeat;
}

.webp .current-header__info-listitem::before {
  background: url(../img/icons/check-orange.webp) 0 0/contain no-repeat;
}


.main__category-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
.main__categoryItem {
  height: 120px;
  background: #eaeaec;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 25px;
}
.main__categoryItem:hover {
  text-decoration: none;
  background: #fff;
  -webkit-box-shadow: 0 4px 20px rgba(0, 26, 75, 0.25);
  box-shadow: 0 4px 20px rgba(0, 26, 75, 0.25);
}
.main__categoryItem:hover .main__categoryItem-title {
  color: #f8842f;
}\

.catalog__container {

}

.catalog__container > * {
  font-size: 19px;
  color: #2d2d2d;
  line-height: 1.3;
}

.catalog__container p {
  margin: 0;
}

.catalog__container p+* {
  margin-top: 10px;
}

.catalog__container h1, .catalog__container h2, .catalog__container h3, .catalog__container h4, .catalog__container h5, .catalog__container h6 {
  margin: 40px 0 10px;
  font-weight: 500;
  font-size: 25px;
}

.catalog__title h1 {
  font-size: 36px;
  font-weight: 700;
}

.page {
  margin-bottom: 40px;
}


.catalog__container ol {
  counter-reset: myCounter;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  margin: 20px 0!important
}

.catalog__container ol li{
  list-style: none;
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.catalog__container ol li:before {
  counter-increment: myCounter;
  content: counter(myCounter);
  color: #2d2d2d;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 32px;
  height: 32px;
  border: 2px solid #eb7c1c;
  border-radius: 50%;
  font-size: 16px;
  flex: none
}

.catalog__container ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  margin: 20px 0!important;
}

.catalog__container ul li {
  list-style: none;
  padding-left: 20px;
  position: relative;
}

.catalog__container ul li:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #eb7c1c;
  position: absolute;
  top: 9px;
  left: 0;
  flex: none
}

.catalog__container ul.noDots li {
  padding-left: 0;
}

.catalog__container ul.noDots li:before {
  display: none;
}

.content__logo {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin: 30px 0;
}

.content__logoItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.content__logoItemImg {
  text-align: center;
}

.content__logoItemImg img{
  max-width: 100%;
  height: 36px;
}

.content__logoItemTitle {
  font-size: 18px;
  text-align: center;
}

@media (max-width: 575px) {
  .catalog__title h1 {
    font-size: 26px;
  }
  .catalog__container > * {
    font-size: 16px;
  }
  .catalog__container h1, .catalog__container h2, .catalog__container h3, .catalog__container h4, .catalog__container h5, .catalog__container h6 {
    font-size: 22px;
  }
  .content__logo {
    grid-template-columns: repeat(2, 1fr)
  }
  .content__logoItemImg img {
    max-width: 60%;
    height: 50px;
  }
  .content__logoItemTitle {
    font-size: 16px;
  }
}

.products__body.page {
  grid-template-columns: repeat(5, 1fr);
}

.products__body.page .products__body-item {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.products__body.page .product__image {
  min-height: auto;
  height: 100px;
  width: 100px;
}

.products__body.page .product__image picture {
  width: 100%;
  height: 100%;
}

.products__body.page .product__image picture img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  object-position: center;
}

.products__body.page .product__desc {
  margin: 10px 0 0;
}

.products__body.page .product__desc-title {
  font-size: 20px;
  text-align: center;
  margin: 0;
}

@media (max-width: 991px) {
  .products__body.page {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 575px) {
  .products__body.page {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 380px) {
  .products__body.page {
    grid-template-columns: repeat(1, 1fr);
  }
}

.zavod__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}

.zavod__item {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}

.zavod__item img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1.33;
  object-fit: contain;
}

@media (max-width: 767px) {
  .zavod__list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }
}

@media (max-width: 575px) {
  .zavod__list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
}

@media (max-width: 991px) {
  .main__category-container {
    grid-template-columns: 1fr 1fr 1fr
  }
  .main__categoryItem {
    height: auto;
    padding: 10px 20px
  }
}

@media (max-width: 767px) {
  .main__category-container {
    grid-template-columns: 1fr 1fr
  }
}

@media (max-width: 460px) {
  .main__category-container {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
}

.availability {
  margin: 50px 0;
}

.availability__slider {
}

.availability__sliderItem {
  height: auto;
}

.availability__sliderItem .catalog-product{
  height: 100%;
}

.availability__slider .swiper-button-next {
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' role='img' width='1em' height='1em' preserveAspectRatio='xMidYMid meet' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 12h16m-7-7l7 7l-7 7'/%3E%3C/svg%3E") no-repeat 0 0;
  background-color: #eb7c1c;
  width: 26px;
  height: 26px;
  background-position: center;
  border-radius: 50%
}

.availability__slider .swiper-button-next:after {
  display: none;
}

.availability__slider .swiper-button-prev {
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' role='img' width='1em' height='1em' preserveAspectRatio='xMidYMid meet' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m11 5l-7 7l7 7m-7-7h16'/%3E%3C/svg%3E") no-repeat 0 0;
  background-color: #eb7c1c;
  width: 26px;
  height: 26px;
  background-position: center;
  border-radius: 50%
}

.availability__slider .swiper-button-prev:after {
  display: none;
}

.sidebar__accordion {

}

.sidebar__accordionHeader {
  display: none;
  background: #eb7c1c;
  color: #fff;
  border-radius: 4px;
  padding: 10px 20px;
  cursor: pointer;
  position: relative;
}

.sidebar__accordionHeader:before {
  content: '';
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M.18.18a.615.615 0 0 1 .872 0L8 7.13 14.948.18a.616.616 0 1 1 .872.872L8.436 8.436a.615.615 0 0 1-.871 0L.18 1.052a.615.615 0 0 1 0-.871Z' fill='%23fff'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.sidebar__accordionContent {

}


@media (min-width: 992px) {
  .sidebar__accordionContent {
    display: block!important;
  }
}

.header-mobilePhone {
  display: none;
  font-weight: 700;
  color: #464646;
  position: relative;
  padding-left: 25px;
}
.header-mobilePhone span {
  color: #eb9658;
}
.header-mobilePhone:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 18px;
  height: 18px;
  background-image: url(../img/icons/phone.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (max-width: 767px) {
  .header-mobilePhone {
    display: block;
  }
}

@media (max-width: 410px) {
  .header-body__logo {
    margin-right: 10px;
  }
}
@media (max-width: 380px) {
  .header-body__logo {
    max-width: 80px
  }
}
@media (max-width: 991px) {
  .sidebar__accordionHeader {
    display: block;
  }
  .sidebar__accordionContent {
    display: none;
    margin-top: 20px;
  }
}
.desclamer {
  color: #cb0505;
}

.product__gallery {
  overflow: hidden;
  max-width: 500px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 20px
}

.product__galleryMain {
  overflow: hidden;
  width: 100%
}

.product__galleryNav {
  overflow: hidden;
  width: 100%
}

.product__galleryMainImg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 300px;
  border-radius: 10px;
  padding: 10px;
  border: 1px solid #ccc;
}

.product__galleryNavImg {
  border-radius: 10px;
  padding: 10px;
  border: 1px solid #ccc;
}

.product__galleryNavImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 150px;
  border-radius: 8px;
  aspect-ratio: 1/1;
}


.project__gallery {
  grid-template-columns: repeat(3 ,1fr);
  display: grid;
  grid-gap: 30px;
}

@media (max-width: 767px) {
  .project__gallery {
    grid-template-columns: repeat(2 ,1fr);
    grid-gap: 15px;
  }
}

@media (max-width: 575px) {
  .project__gallery {
    grid-gap: 10px;
  }
}

.project__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
}

.project__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border: 1px solid rgba(50, 63, 101, 0.19);
  padding: 20px;
  border-radius: 4px;
}

.project__itemTop {
  display: block;
}

.project__itemBottom {
  display: block;
}

.project__item {

}

.project__item:hover .project__itemImg {
  opacity: .8;
}

.project__item:hover .project__itemTitle {
  text-decoration: none;
  color: #eb7c1c;
}

.project__itemImg {
  display: block;
  transition: .25s all ease-in-out;
}


.project__itemImg img {
  aspect-ratio: 1;
  width: 100%;
  border-radius: 4px;
  object-fit: cover;
}

.project__itemTitle {
  color: #2d2d2d;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  display: block;
  transition: .25s all ease-in-out;
}

@media (max-width: 991px) {
  .project__container {
    grid-gap: 20px
  }
}

@media (max-width: 767px) {
  .project__container {
    grid-template-columns: 1fr 1fr
  }
  .project__itemTitle {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .project__itemTitle {
    font-size: 16px;
  }
  .project__item {
    padding: 10px;
    gap: 15px
  }
}

@media (max-width: 340px) {
  .project__container {
    grid-template-columns: 1fr
  }
}

.projectPage {

}

.projectPage__containe {
  display: grid;
  grid-template-columns: 500px 1fr;
  grid-gap: 30px
}

.projectPage__left {

}

.project__slider {
  overflow: hidden;
  max-width: 500px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border: 1px solid rgba(50, 63, 101, 0.19);
  padding: 10px;
}

.project__slider .swiper-button-next, .project__slider .swiper-button-prev {
  color: #eb7c1c;
}

.project__sliderMain {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.project__sliderNav {
  overflow: hidden;
  width: 100%
}

.project__sliderMainImg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 300px;
  border-radius: 10px;
  padding: 5px 50px;
}

.project__sliderNavImg {
  border-radius: 10px;
  border: 1px solid #ccc;
  overflow: hidden;
  cursor: pointer;
}

.project__sliderNavImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 150px;
  border-radius: 8px;
  aspect-ratio: 1/1;
}

.projectPage__right {

}

.projectPage__text {
  color: #2d2d2d;
  font-size: 18px;
  line-height: 1.5;
}

.projItem {
  background: #fff;
  border: 1px solid rgba(50, 63, 101, 0.19);
  border-radius: 4px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.projItem__image {

}

.projItem__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1;
  border-radius: 4px;
}

.projItem__title {
  color: #2d2d2d;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-top: 15px;
}

@media (max-width: 991px) {
  .projectPage__containe {
    grid-template-columns: 380px 1fr;
    grid-gap: 30px;
  }
}

@media (max-width: 767px) {
  .projectPage__containe {
    grid-template-columns: 100%;
  }
  .project__slider {
    max-width: 100%;
  }
}


  .project__sliderMainImg img {
    padding: 5px 30px;
  }
  .project__slider .swiper-button-next:after, .project__slider .swiper-button-prev:after {
    font-size: 26px;
  }
  .project__slider .swiper-button-next {
    right: -5px;
  }
  .project__slider .swiper-button-prev {
    left: -5px;
  }
  .projectPage__text {
    font-size: 16px;
  }
}

.promo__slider {
  padding-bottom: 0;
}

.main-block {
  padding: 0;
}

.promo__slider .swiper-pagination {
  bottom: 40px;
}
.promo__slider .swiper-pagination-bullet {

}
.promo__slider .swiper-pagination-bullet-active {
  background-color: #eb7c1c;
}



.promo__sliderItem {
  position: relative;
  padding: 100px 0;
  background-repeat: no-repeat;
  background-position: center
  -webkit-background-size: cover;
  background-size: cover;
}

.promo__sliderItemMan {
  position: relative;
}

.promo__sliderItemMan:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: -100px;
  width: 398px;
  height: 817px;
  background-image: url(/assets/app/img/promo__sliderItemMan.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
}

.promo__sliderItemTitle {
  font-size: 52px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #ffffff;
  position: relative;
  z-index: 2;
}

.promo__sliderItemPretitle {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #eb7c1c;
  margin-top: 25px;
  position: relative;
  z-index: 2;
}

.promo__sliderItemText {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #f9f9f9;
  margin-top: 25px;
  max-width: 860px;
  position: relative;
  z-index: 2;
}

.promo__sliderItemList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 75px 100px;
  max-width: 805px;
  margin: 40px 0;
  position: relative;
  z-index: 2;
}

.promo__sliderItemBlock {
  display: flex;
  align-items: center;
  gap: 25px;
}

.promo__sliderItemBlockNum {
  font-size: 94px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #eb7c1c;
}

.promo__sliderItemBlockTitle {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #f9f9f9;
}

.promo__sliderItemBlockTitle span {
  border-bottom: 1px solid #eb7c1c;
  color: #eb7c1c;
}

.promo__sliderItemBottom {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 500px 390px;
  align-items: center;
  gap: 55px;
  position: relative;
  z-index: 2;
}

.promo__sliderItemPr {
  font-size: 29px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #ffffff;
}

.promo__sliderItemThx {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #ffffff;
  background-color: #eb7c1c;
  border-radius: 10px;
  padding: 20px 50px;
}

@media (max-width: 1000px) {
  .promo__sliderItemMan:before {
    display: none;
  }
  .promo__sliderItemTitle  {
    font-size: 42px;
  }
  .promo__sliderItemPretitle {
    font-size: 30px;
  }
  .promo__sliderItemText {
    font-size: 24px;
  }
  .promo__sliderItemText {
    font-size: 24px;
  }
  .promo__sliderItemList {
    grid-gap: 30px
  }
  .promo__sliderItemBlockNum {
    font-size: 72px;
  }
  .promo__sliderItemBlockTitle {
    font-size: 24px;
  }
  .promo__sliderItemPr {
    font-size: 23px;
  }
  .promo__sliderItemThx {
    font-size: 32px;
    padding: 20px 30px;
  }
  .promo__sliderItemBottom {
    margin-top: 50px;
    display: grid;
    grid-template-columns: 7fr 5fr;
    align-items: center;
    gap: 30px;
    position: relative;
    z-index: 2;
    max-width: 850px;
  }
}

@media (max-width: 767px) {
  .promo__sliderItemMan {
      display: flex;
      flex-direction: column;
      align-items: center;
  }
  .promo__sliderItemTitle  {
    font-size: 32px;
    text-align: center;
  }
  .promo__sliderItemPretitle {
    font-size: 26px;
    text-align: center;
  }
  .promo__sliderItemText {
    font-size: 20px;
    text-align: center;
  }
  .promo__sliderItemBlock {
    gap: 15px;
  }

  .promo__sliderItemBlockTitle {
    font-size: 22px;
  }
  .promo__sliderItemPr {
    font-size: 20px;
  }
  .promo__sliderItemThx {
    font-size: 22px;
  }

}

@media (max-width: 575px) {
  .promo__sliderItemTitle  {
    font-size: 28px;
    text-align: center;
  }
  .promo__sliderItemPretitle {
    font-size: 24px;
    text-align: center;
  }
  .promo__sliderItemText {
    font-size: 18px;
    text-align: center;
  }
  .promo__sliderItemBlock {
    gap: 15px;
  }

  .promo__sliderItemBlockTitle {
    font-size: 20px;
    max-width: 245px;
  }
  .promo__sliderItemPr {
    font-size: 18px;
  }
  .promo__sliderItemThx {
    font-size: 20px;
  }
  .promo__sliderItemList {
    grid-template-columns: 1fr;
    grid-gap: 20px
  }
  .promo__sliderItemList {
    width: 100%;
  }
  .promo__sliderItemBottom {
    grid-template-columns: 1fr;
    margin-top: 10px;
    gap: 20px
  }
  .promo__sliderItemList {
    margin: 20px 0;
  }
  .promo__sliderItemThx {
    text-align: center;
  }

}

.popup-one {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  overflow-y: auto;
  transition: .25s all ease-in-out;
}

.popup-one.open {
  opacity: 1;
  visibility: visible;
}

.popup-oneBack {
  background-color: rgba(0,0,0, .9);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
}

.popup-oneItem {
  position: relative;
  z-index: 5;
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}

.popup-oneItemBlock {
  width: 100%;
  max-width: 600px;
  background-color: #fff;
  aspect-ratio: 1.63;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.popup-oneItemBlock img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1.63;
}

.oneItemClose {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  transition: .25s all ease-in-out;
}

.oneItemClose:hover {
  opacity: .8;
}

.oneItemClose:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #eb7c1c;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.oneItemClose:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #eb7c1c;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
