@charset "UTF-8";
@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu/Ubuntu-Medium.eot");
  src: url("../fonts/Ubuntu/Ubuntu-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Ubuntu/Ubuntu-Medium.woff2") format("woff2"), url("../fonts/Ubuntu/Ubuntu-Medium.woff") format("woff"), url("../fonts/Ubuntu/Ubuntu-Medium.ttf") format("truetype"), url("../fonts/Ubuntu/Ubuntu-Medium.svg#Ubuntu-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu/Ubuntu-Bold.eot");
  src: url("../fonts/Ubuntu/Ubuntu-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Ubuntu/Ubuntu-Bold.woff2") format("woff2"), url("../fonts/Ubuntu/Ubuntu-Bold.woff") format("woff"), url("../fonts/Ubuntu/Ubuntu-Bold.ttf") format("truetype"), url("../fonts/Ubuntu/Ubuntu-Bold.svg#Ubuntu-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu/Ubuntu-Regular.eot");
  src: url("../fonts/Ubuntu/Ubuntu-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Ubuntu/Ubuntu-Regular.woff2") format("woff2"), url("../fonts/Ubuntu/Ubuntu-Regular.woff") format("woff"), url("../fonts/Ubuntu/Ubuntu-Regular.ttf") format("truetype"), url("../fonts/Ubuntu/Ubuntu-Regular.svg#Ubuntu-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat/Montserrat-Regular.ttf") format("truetype"), url("../fonts/Montserrat/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-SemiBold.eot");
  src: url("../fonts/Montserrat/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat/Montserrat-SemiBold.ttf") format("truetype"), url("../fonts/Montserrat/Montserrat-SemiBold.svg#Montserrat-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-ExtraBold.eot");
  src: url("../fonts/Montserrat/Montserrat-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-ExtraBold.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-ExtraBold.woff") format("woff"), url("../fonts/Montserrat/Montserrat-ExtraBold.ttf") format("truetype"), url("../fonts/Montserrat/Montserrat-ExtraBold.svg#Montserrat-ExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.products__block .products__block_bottom, .products__block .products__top, .cases__block .cases__top, .our__clients .our__clients_top, .page-404, .centered-block {
  padding-left: 125px;
  padding-right: 125px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1540px;
}
@media screen and (max-width: 1240px) {
  .products__block .products__block_bottom, .products__block .products__top, .cases__block .cases__top, .our__clients .our__clients_top, .page-404, .centered-block {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 768px) {
  .products__block .products__block_bottom, .products__block .products__top, .cases__block .cases__top, .our__clients .our__clients_top, .page-404, .centered-block {
    padding-left: 18px;
    padding-right: 18px;
  }
}

.page-404 .page-404-button, .button, .sticky__blocks .sticky__item .sticky__item_btn, .outlined-button {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  padding: 16px 30px;
  border: none;
  border-radius: 10px;
  border: 1px solid #EE2E24;
  background: #EE2E24;
  color: #ffffff;
  font-weight: 400;
  min-height: 60px;
  text-decoration: none;
  font-size: 18px;
  line-height: 140%;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
}
.page-404 .page-404-button:hover, .button:hover, .sticky__blocks .sticky__item .sticky__item_btn:hover, .outlined-button:hover {
  border: 1px solid #C21F3F;
  background: #C21F3F;
  color: #ffffff;
}
.page-404 .page-404-button:disabled, .button:disabled, .sticky__blocks .sticky__item .sticky__item_btn:disabled, .outlined-button:disabled, .page-404 [disabled].page-404-button, [disabled].button, .sticky__blocks .sticky__item [disabled].sticky__item_btn, [disabled].outlined-button {
  cursor: not-allowed;
  border: 1px solid #EE2E24;
  background: #ffffff;
  color: #EE2E24;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .page-404 .page-404-button, .button, .sticky__blocks .sticky__item .sticky__item_btn, .outlined-button {
    font-size: 12px;
    padding: 8px 20px;
    min-height: 35px;
    text-align: center;
  }
}

.sticky__blocks .sticky__item .sticky__item_btn, .outlined-button {
  background: transparent;
  border: 1px solid #EE2E24;
  color: #EE2E24;
}
.sticky__blocks .sticky__item .sticky__item_btn:hover, .outlined-button:hover {
  background: #C21F3F;
  border: 1px solid #C21F3F;
  color: #ffffff;
}
.sticky__blocks .sticky__item .sticky__item_btn:disabled, .outlined-button:disabled, .sticky__blocks .sticky__item [disabled].sticky__item_btn, [disabled].outlined-button {
  border: 1px solid #EE2E24;
  background: #ffffff;
  color: #EE2E24;
  opacity: 0.5;
}

*,
::before,
::after {
  box-sizing: border-box;
}

html,
body {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #19191B;
  height: 100%;
  margin: 0;
  scroll-behavior: smooth;
}
@media screen and (max-width: 768px) {
  html,
  body {
    font-size: 14px;
  }
}

:focus {
  outline: none;
}

::-moz-focus-inner {
  border: 0;
}

body.no-scroll {
  overflow: hidden;
  padding-right: var(--scrollbar-width);
}

.content-title {
  font-weight: 600;
  font-size: 18px;
}
@media screen and (max-width: 992px) {
  .content-title {
    font-size: 16px;
  }
}

.content-note {
  font-weight: 400;
  font-size: 14px;
  color: #43434B;
}

.hidden {
  display: none !important;
}

picture {
  line-height: 0;
}

a {
  color: #ffcb05;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  color: #C21F3F;
}

.link__open {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5000;
}

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

img:not([src]) {
  visibility: hidden;
}

/* ----------------------------------------- Заголовки ----------------------------------------- */
h6, h5, h4, h3, h2, h1 {
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 140%;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 20px;
  font-weight: 400;
}

h4 {
  font-size: 18px;
  font-weight: 400;
}

h5 {
  font-size: 18px;
  font-weight: 400;
}

h6 {
  font-size: 18px;
  font-weight: 400;
}

p {
  font-weight: 400;
  margin: 0 0 20px 0;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

strong {
  font-weight: 600;
}

ul {
  padding-left: 28px;
}

ol {
  padding-left: 20px;
}
@media screen and (max-width: 560px) {
  ol {
    padding-left: 15px;
  }
}

li {
  margin-bottom: 9px;
}

/* ----------------------------------------- 404 ошибка ----------------------------------------- */
.page-404 {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 80px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 992px) {
  .page-404 {
    margin: 60px 0;
  }
}
@media (max-width: 800px) {
  .page-404 {
    flex-flow: column nowrap;
    align-items: center;
    margin: 30px 0;
  }
  .page-404 .page-404-image {
    margin: 0 0 40px 0;
  }
  .page-404 .page-404-block {
    text-align: center;
  }
}
.page-404 .page-404-image {
  margin: 0 60px 0 0;
}
@media screen and (max-width: 992px) {
  .page-404 .page-404-image {
    margin: 0;
    margin-bottom: 25px;
  }
}
.page-404 .page-404-title {
  margin-top: 10px;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #19191B;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .page-404 .page-404-title {
    font-size: 18px;
  }
}
.page-404 .page-404-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  color: #19191B;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .page-404 .page-404-text {
    font-size: 14px;
  }
  .page-404 .page-404-text br {
    display: none;
  }
}
.page-404 .page-404-button {
  display: inline-flex;
}

/* ----------------------------------------- Всплывающее окно ----------------------------------------- */
.popup-overlay {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}
.popup-overlay.visible {
  opacity: 1;
  visibility: visible;
}
.popup-overlay .popup-window {
  position: relative;
  width: 410px;
  min-height: 140px;
  border-radius: 20px;
  background-color: #ECEEF1;
  overflow: auto;
  max-height: calc(100% - 20px);
}
@media (max-width: 768px) {
  .popup-overlay .popup-window {
    max-width: 460px;
    width: calc(100% - 40px);
  }
}
.popup-overlay .popup-close-button {
  border: none;
  padding: 0;
  background: none;
  padding: 0;
  position: absolute;
  z-index: 9999;
  right: 10px;
  top: 10px;
  color: #19191B;
  transition: all 0s ease;
  cursor: pointer;
  width: 24px;
  height: 24px;
  background: transparent url("../images/close.svg") center center no-repeat;
  background-size: contain;
}
body.non-touch-device .popup-overlay .popup-close-button:hover {
  color: #EE2E24;
}
.popup-overlay .popup-close-button svg {
  opacity: 0;
}
.popup-overlay .popup-content {
  padding: 50px 30px;
}
@media (max-width: 500px) {
  .popup-overlay .popup-content {
    padding: 35px;
  }
}
@media (max-width: 400px) {
  .popup-overlay .popup-content {
    padding: 25px;
  }
}
.popup-overlay .popup-message {
  color: #19191B;
}
.popup-overlay .popup-message h1 {
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #19191B;
  margin: 0 0 10px 0;
}
.popup-overlay .popup-message h1:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .popup-overlay .popup-message h1 {
    font-size: 18px;
  }
}
.popup-overlay .popup-message p {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #19191B;
  text-align: center;
}
.popup-overlay .popup-message p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .popup-overlay .popup-message p {
    font-size: 16px;
  }
}

/* ----------------------------------------- Поля ----------------------------------------- */
.floating-label-input {
  position: relative;
  background: transparent;
  border: 1px solid #19191B;
  border-radius: 10px;
  transition: opacity 0.3s, border-color 0.3s;
}
.floating-label-input:focus-within {
  border-color: 1px solid #19191B;
}
.floating-label-input.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.floating-label-input.disabled * {
  cursor: not-allowed;
}
.floating-label-input.field-error {
  border-color: #FFBA40;
}
.floating-label-input input:focus ~ .input-label,
.floating-label-input input:not(:focus):not(:placeholder-shown) ~ .input-label,
.floating-label-input textarea:focus ~ .input-label,
.floating-label-input textarea:not(:focus):not(:placeholder-shown) ~ .input-label,
.floating-label-input select.not-empty ~ .input-label {
  color: #19191B;
  transform: scale(0.777777778) translate3d(0, -15px, 0.1px);
}
@media screen and (max-width: 768px) {
  .floating-label-input input:focus ~ .input-label,
  .floating-label-input input:not(:focus):not(:placeholder-shown) ~ .input-label,
  .floating-label-input textarea:focus ~ .input-label,
  .floating-label-input textarea:not(:focus):not(:placeholder-shown) ~ .input-label,
  .floating-label-input select.not-empty ~ .input-label {
    transform: scale(0.777777778) translate3d(0, -10px, 0.1px);
  }
}
.floating-label-input input:-webkit-autofill,
.floating-label-input input:-webkit-autofill:hover,
.floating-label-input input:-webkit-autofill:focus,
.floating-label-input textarea:-webkit-autofill,
.floating-label-input textarea:-webkit-autofill:hover,
.floating-label-input textarea:-webkit-autofill:focus,
.floating-label-input select:-webkit-autofill,
.floating-label-input select:-webkit-autofill:hover,
.floating-label-input select:-webkit-autofill:focus {
  transition: all 5000s ease-in-out 0s;
}
.floating-label-input .input-field {
  background: transparent;
  border: none;
  box-sizing: border-box;
  color: #19191B;
  font-size: 18px;
  font-weight: 400;
  min-height: 58px;
  height: 0;
  padding: 24px 0 0 20px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .floating-label-input .input-field {
    font-size: 12px;
    min-height: 33px;
    padding: 10px;
  }
}
.floating-label-input textarea.input-field {
  display: block;
  padding-top: 30px;
  resize: none;
}
.floating-label-input .input-label {
  font-size: 18px;
  font-weight: 400;
  color: #19191B;
  left: 20px;
  pointer-events: none;
  position: absolute;
  top: 18px;
  transform: translateZ(0.1px);
  transform-origin: top left;
  transition: transform 0.3s ease, color 0.3s ease;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .floating-label-input .input-label {
    font-size: 12px;
    left: 10px;
    top: 6px;
  }
}
.floating-label-input.message-wrap {
  display: flex;
  align-items: flex-start;
  height: 130px;
}
@media screen and (max-width: 768px) {
  .floating-label-input.message-wrap {
    height: 80px;
  }
}
.floating-label-input.message-wrap .input-field {
  height: calc(100% - 30px);
  margin-top: 30px;
  padding-top: 0;
}

.form {
  position: relative;
}
.form::before, .form::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.3s, opacity 0.3s;
}
.form::before {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #ffffff;
  z-index: 100;
}
.form::after {
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  border: 4px solid #EE2E24;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-radius: 50%;
  animation: spin 1s infinite linear;
  z-index: 200;
}
.form.loading::before {
  opacity: 0.75;
  visibility: visible;
  border-radius: 10px;
}
.form.loading::after {
  opacity: 1;
  visibility: visible;
}

@keyframes spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes running-line-animation {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes running-line-animation-reverse {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(100%);
  }
}
.page-wrap {
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
  justify-content: flex-start;
  min-height: 100%;
}

.page-header {
  width: 100%;
}

.page-content {
  flex-grow: 1;
  width: 100%;
}

.page-footer {
  width: 100%;
  max-width: 100%;
}

html,
body {
  background: #ffffff;
}

.header {
  width: calc(100% - 120px);
  max-width: 1422px;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
}
@media screen and (max-width: 1400px) {
  .header {
    width: calc(100% - 36px);
  }
}
@media screen and (max-width: 1240px) {
  .header {
    top: 20px;
  }
}
.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  backdrop-filter: blur(200px);
  background: linear-gradient(90deg, rgba(255, 203, 5, 0.9) 0%, rgba(238, 46, 36, 0.9) 18.5%, rgba(194, 31, 63, 0.9) 37%, rgba(137, 40, 144, 0.9) 52%, rgba(50, 88, 168, 0.9) 66%, rgba(0, 139, 199, 0.9) 82%, rgba(0, 171, 76, 0.9) 100%);
  opacity: 0.9;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .header::before {
    border-radius: 10px;
  }
}
.header .header__content {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  gap: 57px;
  padding: 0px 65px;
  z-index: 2;
}
@media screen and (max-width: 1500px) {
  .header .header__content {
    gap: 30px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 1240px) {
  .header .header__content {
    gap: 20px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 992px) {
  .header .header__content {
    justify-content: center;
    padding: 20px;
  }
}
.header .header_logo {
  flex-shrink: 0;
  line-height: 0;
}
@media screen and (max-width: 1100px) {
  .header .header_logo {
    width: 150px;
  }
}
.header .header_logo img {
  max-width: 100%;
  max-height: 100%;
}
.header .header__menu {
  flex-grow: 1;
}
@media screen and (max-width: 992px) {
  .header .header__menu {
    display: none;
  }
}
.header .header__menu .header__menu_items {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.header .header__menu .header__menu_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1px;
  padding: 45px 0;
}
@media screen and (max-width: 1240px) {
  .header .header__menu .header__menu_item {
    padding: 35px 0;
  }
}
.header .header__menu .header__menu_item:hover .header__menu_set {
  transform: rotate(180deg);
}
.header .header__menu .header__menu_item:hover .header__menu_drop {
  display: block;
}
.header .header__menu .header__menu_item .header__menu_set {
  width: 20px;
  height: 20px;
  background: url("../images/drop_menu.svg") center center no-repeat;
  background-size: contain;
  transition: all 0.5s ease;
}
.header .header__menu .header__menu_link {
  font-weight: 500;
  font-size: 22px;
  line-height: 140%;
  color: #ffffff;
}
@media screen and (max-width: 1400px) {
  .header .header__menu .header__menu_link {
    font-size: 20px;
  }
}
@media screen and (max-width: 1240px) {
  .header .header__menu .header__menu_link {
    font-size: 18px;
  }
}
.header .header__menu_drop {
  display: none;
  position: absolute;
  top: 115px;
  padding-top: 10px;
  opacity: 1;
}
@media screen and (max-width: 1240px) {
  .header .header__menu_drop {
    top: 95px;
  }
}
.header .header__menu_drop.header__menu_drop-wide {
  width: 100%;
  left: 0;
}
.header .header__menu_drop.header__menu_drop-wide .header__menu_drop_content {
  padding: 0 65px;
}
@media screen and (max-width: 1400px) {
  .header .header__menu_drop.header__menu_drop-wide .header__menu_drop_content {
    padding: 0 45px;
  }
}
@media screen and (max-width: 1240px) {
  .header .header__menu_drop.header__menu_drop-wide .header__menu_drop_content {
    padding: 0 30px;
  }
}
.header .header__menu_drop .header__menu_drop_content {
  border-radius: 20px;
  box-shadow: 0 15px 25px 0 rgba(67, 67, 75, 0.3);
  background: #ffffff;
  color: #19191B;
}
.header .header__menu_drop .header__menu_drop_items {
  padding: 15px 30px;
}
.header .header__menu_drop .header__menu_drop_items .header__menu_drop_item {
  margin-bottom: 5px;
}
.header .header__menu_drop .header__menu_drop_items .header__menu_drop_item:last-child {
  margin: 0;
}
.header .header__menu_drop .header__menu_drop_items .header__menu_drop_link {
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  color: #19191B;
  transition: all 0.5s ease;
}
.header .header__menu_drop .header__menu_drop_items .header__menu_drop_link:hover {
  color: #C21F3F;
}
.header .header__menu_drop .menu__categories_items {
  position: relative;
  padding: 57px 0;
}
@media screen and (max-width: 1400px) {
  .header .header__menu_drop .menu__categories_items {
    padding: 40px 0;
  }
}
@media screen and (max-width: 1240px) {
  .header .header__menu_drop .menu__categories_items {
    padding: 30px 0;
  }
}
.header .header__menu_drop .menu__categories_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  max-width: 300px;
  padding: 7px 0;
  margin-bottom: 2px;
  border-bottom: 1px solid #CFCFD5;
}
@media screen and (max-width: 1240px) {
  .header .header__menu_drop .menu__categories_item {
    max-width: 250px;
  }
}
.header .header__menu_drop .menu__categories_item:first-child {
  padding: 0 0 7px 0;
}
.header .header__menu_drop .menu__categories_item:last-child {
  border: none;
  margin-bottom: 0;
  padding: 7px 0 0 0;
}
.header .header__menu_drop .menu__categories_item:hover .menu__categories_set {
  display: block;
}
.header .header__menu_drop .menu__categories_item:hover .menu__categories_childs {
  display: flex;
}
.header .header__menu_drop .menu__categories_item .menu__categories_link {
  flex-grow: 1;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  color: #19191B;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1240px) {
  .header .header__menu_drop .menu__categories_item .menu__categories_link {
    font-size: 16px;
  }
}
.header .header__menu_drop .menu__categories_item .menu__categories_link:hover {
  color: #C21F3F;
}
.header .header__menu_drop .menu__categories_item .menu__categories_set {
  display: none;
  flex-shrink: 0;
  margin-left: 10px;
  width: 20px;
  height: 20px;
  background: url("../images/sub_menu_arrow.svg") center center no-repeat;
  background-size: contain;
}
.header .header__menu_drop .menu__categories_childs {
  display: none;
  padding: 57px 0 40px 0;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px 30px;
  position: absolute;
  top: 0;
  left: 300px;
  max-width: calc(100% - 300px);
  padding-left: 30px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 1240px) {
  .header .header__menu_drop .menu__categories_childs {
    gap: 6px 25px;
  }
}
@media screen and (max-width: 1400px) {
  .header .header__menu_drop .menu__categories_childs {
    padding: 40px 0;
  }
}
@media screen and (max-width: 1240px) {
  .header .header__menu_drop .menu__categories_childs {
    padding: 30px 0;
    padding-left: 25px;
    left: 250px;
    max-width: calc(100% - 250px);
  }
}
.header .header__menu_drop .menu__categories_childs .menu__categories_child_item {
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 1240px) {
  .header .header__menu_drop .menu__categories_childs .menu__categories_child_item {
    max-width: 230px;
  }
}
.header .header__menu_drop .menu__categories_childs .menu__categories_child_link {
  font-weight: 400;
  font-size: 18px;
  line-height: 70%;
  color: #19191B;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1240px) {
  .header .header__menu_drop .menu__categories_childs .menu__categories_child_link {
    font-size: 14px;
  }
}
.header .header__menu_drop .menu__categories_childs .menu__categories_child_link:hover {
  color: #C21F3F;
}
.header .header__btns {
  flex-shrink: 0;
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1100px) {
  .header .header__btns {
    gap: 10px;
  }
}
@media screen and (max-width: 992px) {
  .header .header__btns {
    display: none;
  }
}
.header .header__btns .header__btn {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
@media screen and (max-width: 1400px) {
  .header .header__btns .header__btn {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 1240px) {
  .header .header__btns .header__btn {
    width: 30px;
    height: 30px;
  }
}
.header .header__btns .header__btn.search__btn {
  background: url("../images/search.svg") center center no-repeat;
  background-size: contain;
}
.header .header__btns .header__btn.favorite__btn {
  background: url("../images/favorite.svg") center center no-repeat;
  background-size: contain;
}
.header .header__btns .header__btn.cart__btn {
  position: relative;
  background: url("../images/cart.svg") center center no-repeat;
  background-size: contain;
}
.header .header__btns .header__btn.cart__btn .count {
  position: absolute;
  top: -5px;
  right: -5px;
  border-radius: 50%;
  background: #C21F3F;
  width: 24px;
  height: 24px;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .header .search__block {
    display: none;
  }
}
.header .search__block.open {
  width: 100%;
  padding: 30px 0;
}
.header .search__block.open .search__btn {
  display: none;
}
.header .search__block.open .search {
  width: auto;
  height: auto;
  opacity: 1;
  overflow: visible;
}
.header .search__block .search {
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}

.search__form {
  position: relative;
}

.search__input {
  position: relative;
  border: 1px solid #CFCFD5;
  border-radius: 10px;
  outline: none;
  padding: 16px 60px 16px 20px;
  font-weight: 400;
  min-height: 60px;
  font-size: 18px;
  line-height: 140%;
  color: #19191B;
  width: 100%;
  box-sizing: border-box;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .search__input {
    min-height: 40px;
    padding: 12px 40px 12px 10px;
    font-size: 12px;
  }
}
.search__input::placeholder {
  color: #19191B;
  opacity: 1;
}
.search__input::-ms-input-placeholder {
  color: #19191B;
}

.search-button {
  position: absolute;
  top: 50%;
  right: 9px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: url("../images/search_dark.svg") center center no-repeat;
  background-size: contain;
  border: none;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .search-button {
    right: 10px;
    width: 24px;
    height: 24px;
  }
}

.slider__block {
  position: relative;
  height: 630px;
  background-size: cover;
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  .slider__block {
    height: 590px;
  }
}
@media screen and (max-width: 1240px) {
  .slider__block {
    height: 530px;
  }
}
@media screen and (max-width: 1100px) {
  .slider__block {
    height: 480px;
  }
}
@media screen and (max-width: 992px) {
  .slider__block {
    height: 380px;
  }
}
@media screen and (max-width: 768px) {
  .slider__block {
    height: 330px;
  }
}
@media screen and (max-width: 560px) {
  .slider__block {
    height: 280px;
  }
}
.slider__block .video__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slider__block .video__bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider__block .slider__content {
  position: absolute;
  top: 180px;
  left: 0;
  width: 100%;
  z-index: 3;
}
@media screen and (max-width: 1240px) {
  .slider__block .slider__content {
    top: 145px;
  }
}
@media screen and (max-width: 992px) {
  .slider__block .slider__content {
    top: 100px;
  }
}
.slider__block .main__slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.slider__block .slide__item {
  width: 630px;
  height: 510px;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .slider__block .slide__item {
    width: 580px;
    height: 470px;
  }
}
@media screen and (max-width: 1240px) {
  .slider__block .slide__item {
    width: 540px;
    height: 437px;
  }
}
@media screen and (max-width: 1100px) {
  .slider__block .slide__item {
    width: 480px;
    height: 388px;
  }
}
@media screen and (max-width: 992px) {
  .slider__block .slide__item {
    width: 400px;
    height: 325px;
  }
}
@media screen and (max-width: 768px) {
  .slider__block .slide__item {
    width: 330px;
    height: 268px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 560px) {
  .slider__block .slide__item {
    width: 250px;
    height: 200px;
  }
}
.slider__block .slide__item_image {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slider__block .slide__item_image picture {
  line-height: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.slider__block .slide__item_image .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider__block .slide__item_info {
  position: relative;
  padding: 60px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  box-sizing: border-box;
  z-index: 2;
}
@media screen and (max-width: 1400px) {
  .slider__block .slide__item_info {
    padding: 50px;
  }
}
@media screen and (max-width: 1240px) {
  .slider__block .slide__item_info {
    padding: 40px;
  }
}
@media screen and (max-width: 992px) {
  .slider__block .slide__item_info {
    padding: 30px;
  }
}
.slider__block .slide__item_title {
  font-weight: 700;
  font-size: 36px;
  line-height: 140%;
  text-transform: uppercase;
  color: #19191B;
}
@media screen and (max-width: 1240px) {
  .slider__block .slide__item_title {
    font-size: 28px;
  }
}
@media screen and (max-width: 1100px) {
  .slider__block .slide__item_title {
    font-size: 24px;
  }
}
@media screen and (max-width: 992px) {
  .slider__block .slide__item_title {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .slider__block .slide__item_title {
    font-size: 18px;
  }
}
@media screen and (max-width: 560px) {
  .slider__block .slide__item_title {
    font-size: 16px;
  }
}
.slider__block .slide__item_preview {
  max-width: 440px;
  width: 100%;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: #43434B;
}
@media screen and (max-width: 1240px) {
  .slider__block .slide__item_preview {
    font-size: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .slider__block .slide__item_preview {
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  .slider__block .slide__item_preview {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .slider__block .slide__item_preview {
    font-size: 14px;
  }
}
@media screen and (max-width: 560px) {
  .slider__block .slide__item_preview {
    font-size: 12px;
  }
}
.slider__block .slider__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  cursor: pointer;
  opacity: 0.5;
  z-index: 10;
  transition: all 0.5s ease;
}
@media screen and (max-width: 992px) {
  .slider__block .slider__btn {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .slider__block .slider__btn {
    display: none;
  }
}
.slider__block .slider__btn:hover {
  opacity: 1;
}
.slider__block .slider__btn_prev {
  left: 45px;
  background: url("../images/slider_prev.svg") center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1400px) {
  .slider__block .slider__btn_prev {
    left: 35px;
  }
}
.slider__block .slider__btn_next {
  right: 45px;
  background: url("../images/slider_next.svg") center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1400px) {
  .slider__block .slider__btn_next {
    right: 35px;
  }
}

.price__block {
  background: #f5f1e3;
  padding: 120px 0 70px 0;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .price__block {
    padding: 100px 0 70px 0;
  }
}
@media screen and (max-width: 992px) {
  .price__block {
    padding: 70px 0 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .price__block {
    padding: 50px 0 20px 0;
  }
}
.price__block .price__block_title {
  font-weight: 500;
  font-size: 40px;
  line-height: 140%;
  text-align: center;
  color: #19191B;
}
@media screen and (max-width: 1100px) {
  .price__block .price__block_title {
    font-size: 32px;
  }
}
@media screen and (max-width: 992px) {
  .price__block .price__block_title {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .price__block .price__block_title {
    font-size: 20px;
  }
}
@media screen and (max-width: 560px) {
  .price__block .price__block_title {
    font-size: 16px;
  }
}
.price__block .price__block_preview {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #43434B;
  max-width: 630px;
  margin: 14px auto 20px auto;
}
@media screen and (max-width: 992px) {
  .price__block .price__block_preview {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .price__block .price__block_preview {
    font-size: 14px;
    margin: 10px auto;
  }
}
@media screen and (max-width: 560px) {
  .price__block .price__block_preview {
    font-size: 12px;
    margin: 5px auto;
  }
}
.price__block .price__form_block {
  display: inline-block;
  margin: 0 auto;
  width: 100%;
}
.price__block .price__form_block .form__content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .price__block .price__form_block .form__content {
    gap: 5px;
  }
}
.price__block .price__form_block .floating-label-input {
  width: 410px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .price__block .price__form_block .floating-label-input {
    max-width: 235px;
    width: 100%;
  }
}
.price__block .price__bottom_text {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #43434B;
  margin-top: 30px;
}
@media screen and (max-width: 992px) {
  .price__block .price__bottom_text {
    font-size: 16px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .price__block .price__bottom_text {
    font-size: 14px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 560px) {
  .price__block .price__bottom_text {
    font-size: 12px;
    margin-top: 5px;
  }
}

.advantages__block {
  font-family: "Montserrat";
  border-top: 5px solid #EE2E24;
  background: #19191B;
  padding-top: 60px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .advantages__block {
    padding-top: 40px;
  }
}
.advantages__block::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100%;
  width: 100%;
  height: 5px;
  background-color: #ffcb05;
}
.advantages__block .advantages__block_content {
  max-width: 1070px;
  width: 100%;
  padding: 0 0 30px 0;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .advantages__block .advantages__block_content {
    max-width: 900px;
  }
}
@media screen and (max-width: 992px) {
  .advantages__block .advantages__block_content {
    padding: 0 0 25px 0;
  }
}
.advantages__block .advantages__block_content * {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 48px;
  line-height: 160%;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 1240px) {
  .advantages__block .advantages__block_content * {
    font-size: 34px;
  }
}
@media screen and (max-width: 992px) {
  .advantages__block .advantages__block_content * {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .advantages__block .advantages__block_content * {
    font-size: 24px;
  }
}
@media screen and (max-width: 560px) {
  .advantages__block .advantages__block_content * {
    font-size: 20px;
  }
  .advantages__block .advantages__block_content * br {
    display: none;
  }
}
.advantages__block .advantages__block_content *:last-child {
  margin-bottom: 0;
}
.advantages__block .advantages__block_content strong {
  font-weight: 800;
}
.advantages__block .advantages__block_content picture,
.advantages__block .advantages__block_content img {
  max-width: 100%;
  display: inline-block;
  line-height: 0;
}
.advantages__block .advantages__block_content img {
  position: relative;
  bottom: -25px;
  margin-top: -25px;
  border-radius: 20px;
  overflow: hidden;
  height: 90px;
  object-fit: cover;
}
@media screen and (max-width: 1240px) {
  .advantages__block .advantages__block_content img {
    height: 65px;
    margin-top: -20px;
    bottom: -20px;
  }
}
@media screen and (max-width: 992px) {
  .advantages__block .advantages__block_content img {
    height: 40px;
    margin-top: -10px;
    bottom: -10px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .advantages__block .advantages__block_content img {
    display: none;
    height: 30px;
    margin-top: -5px;
    bottom: -5px;
  }
}
.advantages__block .advantages__block_content .text-span {
  mask-size: 300% 100%;
  mask-image: linear-gradient(90deg, #ffffff 33.3%, rgba(67, 67, 75, 0.1) 66.6%);
  mask-position: 100% 100%;
  transition: mask-position 1000ms ease-in-out;
}
.advantages__block .advantages__block_content .text-span.animated {
  mask-position: 0% 100%;
}
.advantages__block .advantages__block_content .img-span img {
  width: 0;
  transition: all 0.7s ease;
}
.advantages__block .advantages__block_content .img-span.animated img {
  width: 100%;
}

.our__clients {
  padding: 60px 0;
  background: #19191B;
}
@media screen and (max-width: 768px) {
  .our__clients {
    padding: 40px 0;
  }
}
@media screen and (max-width: 560px) {
  .our__clients {
    padding: 20px 0 40px 0;
  }
}
.our__clients .our__clients_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin-bottom: 45px;
}
@media screen and (max-width: 992px) {
  .our__clients .our__clients_top {
    gap: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .our__clients .our__clients_top {
    margin-bottom: 18px;
  }
}
.our__clients .our__clients_title {
  font-weight: 500;
  font-size: 32px;
  line-height: 140%;
  color: #ffffff;
}
@media screen and (max-width: 992px) {
  .our__clients .our__clients_title {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .our__clients .our__clients_title {
    font-size: 22px;
  }
}
@media screen and (max-width: 560px) {
  .our__clients .our__clients_title {
    font-size: 16px;
  }
}
.our__clients .slider__btns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .our__clients .slider__btns {
    display: none;
  }
}
.our__clients .slider__btn {
  width: 48px;
  height: 48px;
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.5s ease;
}
.our__clients .slider__btn:hover {
  opacity: 1;
}
.our__clients .slider__btn_prev {
  background: url("../images/slider_white_prev.svg") center center no-repeat;
  background-size: contain;
}
.our__clients .slider__btn_next {
  background: url("../images/slider_white_next.svg") center center no-repeat;
  background-size: contain;
}
.our__clients .our__clients_slider {
  width: 100%;
  overflow: hidden;
}
.our__clients .slide__item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #29292c;
  border-radius: 20px;
  width: 220px;
  height: 150px;
  padding: 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 1240px) {
  .our__clients .slide__item {
    width: 180px;
    height: 123px;
  }
}
@media screen and (max-width: 992px) {
  .our__clients .slide__item {
    width: 120px;
    height: 82px;
  }
}
@media screen and (max-width: 768px) {
  .our__clients .slide__item {
    width: 88px;
    height: 60px;
    border-radius: 10px;
  }
}
.our__clients .slide__item img {
  max-width: 190px;
  max-height: 120px;
}
@media screen and (max-width: 1240px) {
  .our__clients .slide__item img {
    max-width: 150px;
    max-height: 93px;
  }
}
@media screen and (max-width: 992px) {
  .our__clients .slide__item img {
    max-width: 104px;
    max-height: 66px;
  }
}
@media screen and (max-width: 768px) {
  .our__clients .slide__item img {
    max-width: 72px;
    max-height: 44px;
  }
}
.our__clients .controls {
  margin-top: 60px;
}
@media screen and (max-width: 1240px) {
  .our__clients .controls {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .our__clients .controls {
    display: none;
  }
}

.swiper-button-disabled {
  opacity: 0.1 !important;
}

.controls {
  position: relative;
  padding: 0 125px;
  max-width: 1540px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .controls {
    padding: 0 60px;
  }
}
@media screen and (max-width: 768px) {
  .controls {
    padding: 0 18px;
  }
}
.controls .swiper-scrollbar {
  width: 100%;
  position: static;
  height: 5px;
  border-radius: 5px;
  overflow: hidden;
  background-color: #CFCFD5;
  display: block;
  cursor: pointer;
}
.controls .swiper-scrollbar .swiper-scrollbar-drag {
  height: 5px;
  border-radius: 5px;
  background-color: #EE2E24;
}

.sticky__blocks {
  width: 100%;
  background: #19191B;
  padding-bottom: 60px;
}
@media screen and (max-width: 1240px) {
  .sticky__blocks {
    padding-bottom: 40px;
  }
}
.sticky__blocks .sticky__blocks_content {
  position: relative;
  margin: 0 auto;
  max-width: 1540px;
  padding: 0 125px;
  text-align: center;
}
@media screen and (max-width: 1240px) {
  .sticky__blocks .sticky__blocks_content {
    padding: 0 60px;
  }
}
@media screen and (max-width: 768px) {
  .sticky__blocks .sticky__blocks_content {
    padding: 0 18px;
  }
}
.sticky__blocks .sticky__items {
  margin-bottom: 60px;
  text-align: left;
}
@media screen and (max-width: 1240px) {
  .sticky__blocks .sticky__items {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .sticky__blocks .sticky__items {
    margin-bottom: 20px;
    text-align: center;
  }
}
.sticky__blocks .sticky__item {
  position: sticky;
  border: 1px solid #19191B;
  background-color: #19191B;
  width: 100%;
  height: 420px;
  top: 0px;
  left: 0;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .sticky__blocks .sticky__item {
    top: 35px;
  }
}
.sticky__blocks .sticky__item.overlapped {
  border-color: #43434B;
}
.sticky__blocks .sticky__item.overlapped .sticky__item_image,
.sticky__blocks .sticky__item.overlapped .sticky__item_video {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.sticky__blocks .sticky__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, rgba(25, 25, 27, 0) 0%, rgba(25, 25, 27, 0.9) 100%);
  z-index: 1;
  transition: all 0.5s ease;
}
.sticky__blocks .sticky__item .sticky__item_image {
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease;
}
.sticky__blocks .sticky__item .sticky__item_image picture {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sticky__blocks .sticky__item .sticky__item_image .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
}
.sticky__blocks .sticky__item .sticky__item_video {
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease;
}
.sticky__blocks .sticky__item .sticky__item_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
}
.sticky__blocks .sticky__item .sticky__item_title {
  position: absolute;
  top: 30px;
  left: 80px;
  font-weight: 700;
  font-size: 40px;
  line-height: 140%;
  text-transform: uppercase;
  color: #ffffff;
  z-index: 10;
}
@media screen and (max-width: 1240px) {
  .sticky__blocks .sticky__item .sticky__item_title {
    left: 60px;
    font-size: 34px;
  }
}
@media screen and (max-width: 992px) {
  .sticky__blocks .sticky__item .sticky__item_title {
    font-size: 28px;
    left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .sticky__blocks .sticky__item .sticky__item_title {
    font-size: 24px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 560px) {
  .sticky__blocks .sticky__item .sticky__item_title {
    font-size: 20px;
  }
}
.sticky__blocks .sticky__item .sticky__item_btn {
  position: absolute;
  right: 40px;
  bottom: 40px;
  border: 1px solid #ffffff;
  color: #ffffff;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .sticky__blocks .sticky__item .sticky__item_btn {
    bottom: 30px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px 30px;
  }
}
.sticky__blocks .button {
  display: inline-block;
}
@media screen and (max-width: 560px) {
  .sticky__blocks .button {
    padding: 8px 30px;
  }
}

.popup-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.5);
  display: none;
  opacity: 0;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
}
.popup-container.open {
  opacity: 1;
  visibility: visible;
}
.popup-container .popup-block {
  position: relative;
  padding: 50px 55px;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid #EE2E24;
  box-shadow: 0 15px 25px 0 rgba(67, 67, 75, 0.3);
  background-color: #ffffff;
  max-height: calc(100% - 20px);
  width: 520px;
  box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  .popup-container .popup-block {
    max-width: calc(100% - 20px);
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .popup-container .popup-block {
    padding: 20px;
    width: 350px;
  }
}
.popup-container .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: url("../images/close.svg") center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1100px) {
  .popup-container .close-btn {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .popup-container .close-btn {
    width: 24px;
    height: 24px;
  }
}
.popup-container .popup__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  text-align: center;
  color: #19191B;
  max-width: 405px;
  margin: 0 auto 22px auto;
}
@media screen and (max-width: 992px) {
  .popup-container .popup__title {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .popup-container .popup__title {
    font-size: 20px;
    margin: 0 auto 15px auto;
  }
}
@media screen and (max-width: 560px) {
  .popup-container .popup__title {
    font-size: 18px;
  }
}
.popup-container .floating-label-input {
  border: 1px solid #CFCFD5;
  margin-bottom: 5px;
}
.popup-container .required_color {
  color: #EE2E24;
}
.popup-container .button {
  margin-top: 5px;
  width: 100%;
}

.running__lines {
  background: #f5f1e3;
  padding: 50px 0 60px 0;
}
@media screen and (max-width: 1240px) {
  .running__lines {
    padding: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .running__lines {
    padding: 20px 0 25px 0;
  }
}
.running__lines .running__lines_content {
  width: 100%;
  overflow: hidden;
}
.running__lines .running__line:nth-child(2n) .running__line_content {
  justify-content: flex-end;
}
.running__lines .running__line:nth-child(2n) .running__line_content .anim_line {
  animation: running-line-animation-reverse infinite linear 110s;
}
.running__lines .running__line:last-child {
  border-bottom: 1px solid #000;
}
.running__lines .running__line_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .running__lines .running__line_top {
    gap: 5px;
  }
}
.running__lines .running__line_top .line {
  flex-grow: 1;
  height: 1px;
  width: auto;
  background-color: #000;
}
.running__lines .running__line_top .line:first-child {
  max-width: 311px;
}
@media screen and (max-width: 992px) {
  .running__lines .running__line_top .line:first-child {
    max-width: 250px;
  }
}
@media screen and (max-width: 768px) {
  .running__lines .running__line_top .line:first-child {
    max-width: 150px;
  }
}
@media screen and (max-width: 560px) {
  .running__lines .running__line_top .line:first-child {
    max-width: 50px;
  }
}
.running__lines .running__line_top .text {
  flex-shrink: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  color: #19191B;
}
@media screen and (max-width: 768px) {
  .running__lines .running__line_top .text {
    font-size: 11px;
  }
}
.running__lines .running__line_content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 1240px) {
  .running__lines .running__line_content {
    gap: 40px;
  }
}
@media screen and (max-width: 1100px) {
  .running__lines .running__line_content {
    gap: 30px;
  }
}
@media screen and (max-width: 992px) {
  .running__lines .running__line_content {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .running__lines .running__line_content {
    gap: 10px;
    padding: 8px 0;
  }
}
.running__lines .running__line_content .anim_line {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 50px;
  animation: running-line-animation infinite linear 90s;
}
@media screen and (max-width: 1240px) {
  .running__lines .running__line_content .anim_line {
    gap: 40px;
  }
}
@media screen and (max-width: 1100px) {
  .running__lines .running__line_content .anim_line {
    gap: 30px;
  }
}
@media screen and (max-width: 992px) {
  .running__lines .running__line_content .anim_line {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .running__lines .running__line_content .anim_line {
    gap: 10px;
  }
}
.running__lines .running__line_content * {
  font-weight: 700;
  font-size: 96px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  color: #19191B;
  white-space: nowrap;
}
@media screen and (max-width: 1240px) {
  .running__lines .running__line_content * {
    font-size: 70px;
  }
}
@media screen and (max-width: 1100px) {
  .running__lines .running__line_content * {
    font-size: 48px;
  }
}
@media screen and (max-width: 992px) {
  .running__lines .running__line_content * {
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  .running__lines .running__line_content * {
    font-size: 28px;
  }
}
.running__lines .running__lines_btns {
  margin-top: 60px;
  padding: 0 125px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1240px) {
  .running__lines .running__lines_btns {
    margin-top: 40px;
    padding: 0 60px;
  }
}
@media screen and (max-width: 768px) {
  .running__lines .running__lines_btns {
    margin-top: 20px;
    padding: 0 18px;
    gap: 3px;
  }
}
@media screen and (max-width: 560px) {
  .running__lines .running__lines_btns .button {
    padding: 8px 25px;
  }
}
@media screen and (max-width: 370px) {
  .running__lines .running__lines_btns .button {
    padding: 8px 20px;
  }
}
.running__lines .running__lines_btns .whatsapp-btn {
  background: #00ab4c;
  border-color: #00ab4c;
  transition: all 0.5s ease;
}
.running__lines .running__lines_btns .whatsapp-btn:hover {
  background-color: #6fcf97;
  border-color: #6fcf97;
}

.cases__block {
  position: relative;
  padding: 60px 0;
  background-size: cover;
  box-sizing: border-box;
  z-index: 1;
}
@media screen and (max-width: 1240px) {
  .cases__block {
    padding: 40px 0;
  }
}
@media screen and (max-width: 992px) {
  .cases__block {
    padding: 20px 0 35px 0;
  }
}
.cases__block .video__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cases__block .video__bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cases__block .cases__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin-bottom: 45px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 992px) {
  .cases__block .cases__top {
    gap: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .cases__block .cases__top {
    margin-bottom: 10px;
  }
}
.cases__block .cases_title {
  font-weight: 500;
  font-size: 32px;
  line-height: 140%;
  color: #ffffff;
}
@media screen and (max-width: 992px) {
  .cases__block .cases_title {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .cases__block .cases_title {
    font-size: 22px;
  }
}
@media screen and (max-width: 560px) {
  .cases__block .cases_title {
    font-size: 16px;
  }
}
.cases__block .slider__btns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .cases__block .slider__btns {
    gap: 2px;
  }
}
.cases__block .slider__btn {
  width: 48px;
  height: 48px;
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.5s ease;
}
@media screen and (max-width: 992px) {
  .cases__block .slider__btn {
    width: 34px;
    height: 34px;
  }
}
@media screen and (max-width: 768px) {
  .cases__block .slider__btn {
    width: 24px;
    height: 24px;
  }
}
.cases__block .slider__btn:hover {
  opacity: 1;
}
.cases__block .slider__btn_prev {
  background: url("../images/slider_white_prev.svg") center center no-repeat;
  background-size: contain;
}
.cases__block .slider__btn_next {
  background: url("../images/slider_white_next.svg") center center no-repeat;
  background-size: contain;
}
.cases__block .cases_slider {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.cases__block .slide__item {
  width: 410px;
  height: 390px;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1240px) {
  .cases__block .slide__item {
    width: 350px;
    height: 333px;
  }
}
@media screen and (max-width: 992px) {
  .cases__block .slide__item {
    width: 250px;
    height: 237px;
  }
}
@media screen and (max-width: 768px) {
  .cases__block .slide__item {
    width: 180px;
    height: 172px;
  }
}
.cases__block .slide__item .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cases__block .controls {
  margin-top: 60px;
}
@media screen and (max-width: 992px) {
  .cases__block .controls {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .cases__block .controls {
    margin-top: 20px;
  }
}

.products__block {
  background: #ffffff;
  padding: 60px 0;
}
@media screen and (max-width: 1240px) {
  .products__block {
    padding: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .products__block {
    padding: 20px 0 15px 0;
  }
}
.products__block .products__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin-bottom: 45px;
}
@media screen and (max-width: 992px) {
  .products__block .products__top {
    gap: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .products__block .products__top {
    margin-bottom: 18px;
  }
}
.products__block .products_title {
  font-weight: 500;
  font-size: 32px;
  line-height: 140%;
  color: #19191B;
}
@media screen and (max-width: 992px) {
  .products__block .products_title {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .products__block .products_title {
    font-size: 22px;
  }
}
@media screen and (max-width: 560px) {
  .products__block .products_title {
    font-size: 16px;
  }
}
.products__block .slider__btns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .products__block .slider__btns {
    gap: 2px;
  }
}
@media screen and (max-width: 560px) {
  .products__block .slider__btns {
    display: none;
  }
}
.products__block .slider__btn {
  width: 48px;
  height: 48px;
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.5s ease;
}
@media screen and (max-width: 992px) {
  .products__block .slider__btn {
    width: 34px;
    height: 34px;
  }
}
@media screen and (max-width: 768px) {
  .products__block .slider__btn {
    width: 24px;
    height: 24px;
  }
}
.products__block .slider__btn:hover {
  opacity: 1;
}
.products__block .slider__btn_prev {
  background: url("../images/slider_gray_prev.svg") center center no-repeat;
  background-size: contain;
}
.products__block .slider__btn_next {
  background: url("../images/slider_gray_next.svg") center center no-repeat;
  background-size: contain;
}
.products__block .products_slider {
  width: 100%;
  overflow: hidden;
}
.products__block .swiper-wrapper {
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .products__block .swiper-wrapper {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 560px) {
  .products__block .swiper-wrapper {
    width: 100%;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: flex-start;
    padding: 0 18px 20px 18px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 365px) {
  .products__block .swiper-wrapper {
    gap: 20px 10px;
  }
}
@media screen and (max-width: 560px) {
  .products__block .controls {
    display: none;
  }
}
.products__block .slide__item {
  width: 410px;
  padding: 0px 30px 20px 30px;
  border-radius: 20px;
  box-sizing: border-box;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1240px) {
  .products__block .slide__item {
    padding: 0 25px 20px 25px;
    width: 380px;
  }
}
@media screen and (max-width: 992px) {
  .products__block .slide__item {
    width: 350px;
  }
}
@media screen and (max-width: 768px) {
  .products__block .slide__item {
    width: 250px;
    padding: 0 10px 10px 10px;
  }
}
@media screen and (max-width: 560px) {
  .products__block .slide__item {
    width: 160px;
    max-width: 47%;
    padding: 0 10px 5px 10px;
  }
}
@media screen and (max-width: 370px) {
  .products__block .slide__item {
    width: 46%;
  }
}
@media screen and (min-width: 560px) {
  .products__block .slide__item:hover {
    box-shadow: 0 15px 25px 0 rgba(67, 67, 75, 0.3);
  }
  .products__block .slide__item:hover .button {
    opacity: 1;
    visibility: visible;
  }
}
.products__block .slide__item .button {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
@media screen and (max-width: 560px) {
  .products__block .slide__item .button {
    opacity: 1;
    visibility: visible;
  }
}
.products__block .slide__item_image {
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1240px) {
  .products__block .slide__item_image {
    height: 250px;
  }
}
@media screen and (max-width: 992px) {
  .products__block .slide__item_image {
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .products__block .slide__item_image {
    height: 160px;
  }
}
@media screen and (max-width: 560px) {
  .products__block .slide__item_image {
    height: 133px;
  }
}
.products__block .slide__item_image picture {
  display: inline-block;
  height: calc(100% - 22px);
}
.products__block .slide__item_image .img {
  max-width: 100%;
  max-height: 250px;
}
@media screen and (max-width: 1240px) {
  .products__block .slide__item_image .img {
    max-height: 100%;
  }
}
.products__block .slide__item_info {
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .products__block .slide__item_info {
    margin-top: 10px;
  }
}
.products__block .slide__item_title {
  display: inline-block;
  max-width: 350px;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #19191B;
  margin-bottom: 20px;
  transition: all 0.5s ease;
}
@media screen and (max-width: 992px) {
  .products__block .slide__item_title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .products__block .slide__item_title {
    font-size: 14px;
  }
}
@media screen and (max-width: 560px) {
  .products__block .slide__item_title {
    font-size: 12px;
    margin-bottom: 5px;
    max-width: 160px;
  }
  .products__block .slide__item_title br {
    display: none;
  }
}
.products__block .slide__item_title:hover {
  color: #EE2E24;
}
.products__block .slide__item_price {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 20px;
  margin-bottom: 12px;
}
@media screen and (max-width: 992px) {
  .products__block .slide__item_price {
    gap: 0px 10px;
    margin-bottom: 10px;
  }
}
.products__block .old_price {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  text-decoration: line-through;
  text-align: center;
  color: #43434B;
}
@media screen and (max-width: 992px) {
  .products__block .old_price {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .products__block .old_price {
    font-size: 16px;
  }
}
@media screen and (max-width: 560px) {
  .products__block .old_price {
    font-size: 14px;
  }
}
.products__block .price {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 992px) {
  .products__block .price {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .products__block .price {
    font-size: 16px;
  }
}
@media screen and (max-width: 560px) {
  .products__block .price {
    font-size: 14px;
  }
}
.products__block .products__block_bottom {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 560px) {
  .products__block .products__block_bottom {
    margin-top: 0;
  }
  .products__block .products__block_bottom .button {
    padding: 8px 30px;
  }
}
@media screen and (max-width: 768px) {
  .products__block .products__block_bottom .products__block_bottom-content {
    border: 2px solid #ee2e24;
    border-radius: 10px;
    padding: 17px 46px 15px 46px;
  }
}
.products__block .bottom__title {
  font-weight: 500;
  font-size: 32px;
  line-height: 140%;
  text-align: center;
  color: #19191B;
  margin-bottom: 45px;
}
@media screen and (max-width: 992px) {
  .products__block .bottom__title {
    font-size: 24px;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 768px) {
  .products__block .bottom__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 560px) {
  .products__block .bottom__title {
    font-size: 14px;
  }
}
.products__block .button {
  display: inline-block;
}

.text__block {
  padding: 60px 0 50px 0;
  background: #f5f1e3;
}
@media screen and (max-width: 1240px) {
  .text__block {
    padding: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .text__block {
    padding: 20px 0 15px 0;
  }
}
.text__block .text__block_content {
  overflow: hidden;
  transition: height 0.5s ease-in-out;
}
@media screen and (max-width: 768px) {
  .text__block .text__block_content.collapsed {
    max-height: 400px;
    position: relative;
  }
}
.text__block .text__block_content .text__block_title {
  font-weight: 500;
  font-size: 40px;
  line-height: 140%;
  color: #19191B;
}
@media screen and (max-width: 992px) {
  .text__block .text__block_content .text__block_title {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .text__block .text__block_content .text__block_title {
    font-size: 22px;
  }
}
@media screen and (max-width: 560px) {
  .text__block .text__block_content .text__block_title {
    font-size: 16px;
  }
}
.text__block .text__block_content * {
  font-weight: 400;
  font-size: 16px;
  margin: 0 0 20px 0;
  line-height: 140%;
}
@media screen and (max-width: 768px) {
  .text__block .text__block_content * {
    font-size: 14px;
  }
}
@media screen and (max-width: 560px) {
  .text__block .text__block_content * {
    font-size: 11px;
  }
}
.text__block .text__block_content *:last-child {
  margin-bottom: 0;
}
.text__block .text__block_content li {
  margin-bottom: 9px;
}
.text__block .text__block_content .content-title {
  font-size: 32px;
  font-weight: 500;
}
@media screen and (max-width: 992px) {
  .text__block .text__block_content .content-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .text__block .text__block_content .content-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 560px) {
  .text__block .text__block_content .content-title {
    font-size: 14px;
  }
}
.text__block .text__block_content .content-lead {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .text__block .text__block_content .content-lead {
    font-size: 18px;
  }
}
@media screen and (max-width: 560px) {
  .text__block .text__block_content .content-lead {
    font-size: 14px;
  }
}
.text__block .text__block_content strong {
  font-weight: 500;
}
.text__block .text_collapse-btn {
  display: none;
  border: none;
  background: transparent;
  padding: 0;
  margin: 20px 0 0 0;
  font-weight: 400;
  font-size: 14px;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .text__block .text_collapse-btn {
    display: block;
  }
}
@media screen and (max-width: 560px) {
  .text__block .text_collapse-btn {
    font-size: 11px;
  }
}

.footer {
  padding: 60px 0 30px 0;
  background: #19191B;
}
@media screen and (max-width: 992px) {
  .footer {
    padding: 20px 0 75px 0;
  }
}
.footer .footer__content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 140px;
}
@media screen and (max-width: 1400px) {
  .footer .footer__content {
    gap: 40px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1240px) {
  .footer .footer__content {
    flex-wrap: wrap;
  }
}
.footer .footer__menu {
  flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  .footer .footer__menu {
    display: none;
  }
}
.footer .footer__menu_items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 1400px) {
  .footer .footer__menu_items {
    gap: 20px;
  }
}
@media screen and (max-width: 1240px) {
  .footer .footer__menu_items {
    max-width: 100%;
    gap: 40px;
  }
}
.footer .footer__menu_item {
  flex-shrink: 0;
}
.footer .footer__menu_title {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #ffffff;
  margin-bottom: 12px;
}
.footer .footer__menu_childs {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.footer .footer__menu_child {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #ffffff;
  transition: all 0.5s ease;
}
.footer .footer__menu_child:hover {
  color: #EE2E24;
}
.footer .copyrights {
  text-align: center;
  margin-top: 65px;
}
@media screen and (max-width: 992px) {
  .footer .copyrights {
    margin-top: 25px;
  }
}
.footer .copyright {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  color: #43434B;
}
@media screen and (max-width: 992px) {
  .footer .copyright {
    font-size: 14px;
    text-align: left;
  }
}
@media screen and (max-width: 560px) {
  .footer .copyright {
    font-size: 12px;
  }
}

.social__links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .social__links {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 560px) {
  .social__links {
    margin-bottom: 5px;
  }
}

.social__link {
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 992px) {
  .social__link {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 560px) {
  .social__link {
    width: 40px;
    height: 40px;
  }
}
.social__link .img {
  max-width: 100%;
  max-width: 100%;
}

.phones {
  margin-bottom: 10px;
}
@media screen and (max-width: 560px) {
  .phones {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 0;
  }
}

@media screen and (max-width: 992px) {
  .phone__item {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .phone__item {
    font-size: 16px;
  }
}
@media screen and (max-width: 560px) {
  .phone__item {
    font-size: 12px;
    line-height: 0;
  }
}
.phone__item .phone__item_link {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #ffffff;
  transition: all 0.5s ease;
}
@media screen and (max-width: 992px) {
  .phone__item .phone__item_link {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .phone__item .phone__item_link {
    font-size: 16px;
    font-weight: 500;
  }
}
@media screen and (max-width: 560px) {
  .phone__item .phone__item_link {
    font-size: 12px;
  }
}
.phone__item .phone__item_link:hover {
  color: #EE2E24;
}

.email_link {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #EE2E24;
  transition: all 0.5s ease;
}
@media screen and (max-width: 992px) {
  .email_link {
    font-size: 16px;
  }
}
@media screen and (max-width: 560px) {
  .email_link {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
.email_link:hover {
  color: #C21F3F;
}

.address {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #ffffff;
}
@media screen and (max-width: 992px) {
  .address {
    font-size: 16px;
  }
}
@media screen and (max-width: 560px) {
  .address {
    font-size: 12px;
  }
}

.scroll-top {
  position: fixed;
  right: 20px;
  bottom: 90px;
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: none;
  background-size: contain;
  border: 1px solid #EE2E24;
  border-radius: 50%;
  padding: 0;
  visibility: hidden;
  z-index: 1000;
  opacity: 0;
  transition: all 0.5s;
}
@media screen and (max-width: 992px) {
  .scroll-top {
    right: 17px;
    bottom: 125px;
    height: 40px;
    width: 40px;
  }
}
.scroll-top:hover {
  background-color: #EE2E24;
}
.scroll-top:hover svg {
  color: #ffffff;
}
.scroll-top.visible {
  opacity: 1;
  visibility: visible;
}
.scroll-top svg {
  max-width: 40px;
  max-height: 40px;
  object-fit: cover;
  color: #EE2E24;
  transition: all 0.5s ease;
}
@media screen and (max-width: 992px) {
  .scroll-top svg {
    height: 27px;
    width: 27px;
  }
}

.fixed__whatsapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1400;
}
@media screen and (max-width: 992px) {
  .fixed__whatsapp {
    bottom: 80px;
    right: 17px;
  }
}
.fixed__whatsapp .whatsapp {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: #39B177;
  border-radius: 50%;
  transition: all 0.3s ease;
}
@media screen and (max-width: 992px) {
  .fixed__whatsapp .whatsapp {
    height: 40px;
    width: 40px;
  }
}
.fixed__whatsapp .whatsapp:hover {
  transform: scale(1.1);
}
.fixed__whatsapp .whatsapp .icon {
  width: 30px;
  height: 30px;
  object-fit: cover;
}
@media screen and (max-width: 992px) {
  .fixed__whatsapp .whatsapp .icon {
    height: 20px;
    width: 20px;
  }
}

.mobile__controls {
  padding: 15px 60px;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9000;
  background: #f5f1e3;
  box-sizing: border-box;
}
@media screen and (max-width: 992px) {
  .mobile__controls {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .mobile__controls {
    padding: 7px 18px;
  }
}
.mobile__controls .mobile__controls_items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 25px;
}
@media screen and (max-width: 370px) {
  .mobile__controls .mobile__controls_items {
    gap: 10px;
  }
}
.mobile__controls .mobile__controls_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  width: auto;
  height: auto;
  gap: 5px;
}
.mobile__controls .mobile__controls_item:hover .icon,
.mobile__controls .mobile__controls_item:hover svg {
  color: #EE2E24;
}
.mobile__controls .mobile__controls_item:hover .text {
  color: #EE2E24;
}
.mobile__controls .icon,
.mobile__controls svg {
  width: 24px;
  height: 24px;
  color: #19191B;
}
.mobile__controls .text {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #19191B;
  white-space: nowrap;
}

.mobile-container {
  width: 100%;
  height: 100%;
  max-height: calc(100% - 60px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  visibility: hidden;
  overflow: hidden;
  transition: visibility 0.3s;
}
@media screen and (max-width: 992px) {
  .mobile-container {
    display: block;
  }
}
.mobile-container.open {
  visibility: visible;
}
.mobile-container.open .mobile-overlay {
  opacity: 1;
}
.mobile-container.open .menu-mobile {
  transform: translateX(0);
}
.mobile-container .mobile-overlay {
  background-color: rgba(65, 64, 66, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9990;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s;
}
.mobile-container .menu-mobile {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  height: 100%;
  width: 360px;
  transform: translateX(-100%);
  background: #19191B;
  overflow-y: auto;
  transition: transform 0.3s;
}
@media screen and (max-width: 370px) {
  .mobile-container .menu-mobile {
    width: 100%;
    transform: translateX(-100%);
  }
}
.mobile-container .menu-mobile .menu-mobile_top {
  position: relative;
  padding: 15px 10px 15px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  background-color: #ffffff;
}
.mobile-container .menu-mobile .menu-mobile_top::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(200px);
  background: linear-gradient(90deg, rgba(255, 203, 5, 0.9) 0%, rgba(238, 46, 36, 0.9) 18.5%, rgba(194, 31, 63, 0.9) 37%, rgba(137, 40, 144, 0.9) 52%, rgba(50, 88, 168, 0.9) 66%, rgba(0, 139, 199, 0.9) 82%, rgba(0, 171, 76, 0.9) 100%);
  opacity: 0.9;
  z-index: 1;
}
.mobile-container .menu-mobile .menu-mobile_top .phone {
  position: relative;
  z-index: 2;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: #fff;
}
.mobile-container .menu-mobile .menu-mobile_top .close-btn {
  position: relative;
  z-index: 2;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url("../images/close_menu.svg") center center no-repeat;
}
.mobile-container .menu-mobile .menu-mobile_content {
  width: 100%;
  padding: 20px 22px 70px 18px;
  box-sizing: border-box;
}
.mobile-container .menu-mobile .menu__items {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.mobile-container .menu-mobile .menu__items.current {
  display: flex;
}
.mobile-container .menu-mobile .menu__items .menu__block {
  padding: 10px 0;
  border-bottom: 1px solid #43434b;
  position: relative;
  width: 100%;
}
.mobile-container .menu-mobile .menu__items .menu__block:first-child {
  border-top: 1px solid #43434b;
}
.mobile-container .menu-mobile .menu__items .menu__item {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #ffffff;
}
.mobile-container .menu-mobile .menu__items .menu__item:hover {
  color: #EE2E24;
}
.mobile-container .menu-mobile .menu__items .menu__item.is_current {
  color: #EE2E24;
}
.mobile-container .menu-mobile .menu__items .menu__item_child {
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #fff;
}
.mobile-container .menu-mobile .childs__items {
  margin-top: 5px;
}
.mobile-container .collapse .collapse-wrap {
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}
.mobile-container .show__inner_menu-btn {
  background-color: transparent;
  border: none;
  outline: none;
  position: absolute;
  top: 10px;
  right: 0px;
  width: 20px;
  height: 20px;
  transition: transform 0.3s;
  padding: 0;
  background: url("../images/drop_menu.svg") center center no-repeat;
}
.mobile-container .collapse-open .show__inner_menu-btn {
  transform: rotate(180deg);
}
.mobile-container .search {
  margin-bottom: 14px;
}

/*
NEW BLOCKS
*/
.branded__products {
  background-color: #29292C;
  padding: 60px 0 95px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .branded__products {
    padding: 30px 0 38px;
  }
}
.branded__products .centered-block {
  position: relative;
  z-index: 2;
}
.branded__products .branded__products_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.branded__products .branded__products_bg .branded__products_bg_image {
  position: absolute;
}
.branded__products .branded__products_bg .branded__products_bg_image.image-1 {
  top: -224px;
  left: -16.81%;
  width: 62.85%;
}
@media screen and (max-width: 992px) {
  .branded__products .branded__products_bg .branded__products_bg_image.image-1 {
    width: 118%;
    top: -100px;
    left: -50%;
    height: 86.41%;
  }
}
.branded__products .branded__products_bg .branded__products_bg_image.image-2 {
  top: -120px;
  right: -8.96%;
  width: 48.7%;
}
@media screen and (max-width: 992px) {
  .branded__products .branded__products_bg .branded__products_bg_image.image-2 {
    top: -100px;
    width: 114%;
    right: -55.6%;
    height: 120%;
  }
}
.branded__products .branded__products_bg .branded__products_bg_image.image-3 {
  bottom: 0;
  left: 22%;
  width: 39.15%;
  height: 61.53%;
}
@media screen and (max-width: 992px) {
  .branded__products .branded__products_bg .branded__products_bg_image.image-3 {
    display: none;
  }
}
.branded__products .branded__products_title {
  margin-bottom: 45px;
  font-size: 32px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .branded__products .branded__products_title {
    margin-bottom: 19px;
    font-size: 20px;
    text-align: left;
  }
}
.branded__products .branded__products_grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
  color: #ffffff;
}
@media screen and (max-width: 992px) {
  .branded__products .branded__products_grid {
    display: none;
  }
}
.branded__products .branded__products_grid .branded__products_column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.branded__products .branded__products_item {
  width: 100%;
  background-color: rgba(71, 71, 83, 0.8);
  border-radius: 20px;
  backdrop-filter: blur(15px);
  box-sizing: border-box;
  padding: 30px 55px 30px 30px;
  position: relative;
  transition: transform 0.3s;
}
@media screen and (max-width: 992px) {
  .branded__products .branded__products_item {
    padding: 20px 30px;
  }
}
.branded__products .branded__products_item:hover {
  transform: scale(1.02);
}
@media screen and (max-width: 992px) {
  .branded__products .branded__products_item:hover {
    transform: scale(1);
  }
}
.branded__products .branded__products_item.color-1::before {
  background-color: #C21F3F;
}
.branded__products .branded__products_item.color-2::before {
  background-color: #ffcb05;
}
.branded__products .branded__products_item.color-3::before {
  background-color: #892890;
}
.branded__products .branded__products_item.color-4::before {
  background-color: #3258A8;
}
.branded__products .branded__products_item.color-5::before {
  background-color: #00AB4C;
}
.branded__products .branded__products_item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  right: 30px;
  height: 5px;
  border-radius: 0 0 5px 5px;
  background-color: #ee2e24;
}
@media screen and (max-width: 992px) {
  .branded__products .branded__products_item::before {
    left: 25px;
    right: 25px;
  }
}
.branded__products .branded__products_item .branded__products_item_inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 60px;
}
@media screen and (max-width: 992px) {
  .branded__products .branded__products_item .branded__products_item_inner {
    gap: 39px;
    height: 100%;
  }
}
.branded__products .branded__products_item .branded__products_item_inner .top_categories {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 5px;
}
.branded__products .branded__products_item .branded__products_item_inner .top_categories .category {
  background-color: #EE2E24;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
@media screen and (max-width: 992px) {
  .branded__products .branded__products_item .branded__products_item_inner .top_categories .category {
    font-size: 12px;
  }
}
.branded__products .branded__products_item .branded__products_item_inner .top_categories .category:hover {
  background-color: #ffcb05;
}
.branded__products .branded__products_item .branded__products_item_inner .bottom_category {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 992px) {
  .branded__products .branded__products_item .branded__products_item_inner .bottom_category {
    gap: 10px;
  }
}
.branded__products .branded__products_item .branded__products_item_inner .bottom_category .category_icon {
  border-radius: 100%;
  padding: 15px;
  background-color: transparent;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(236, 238, 241, 0.2);
}
@media screen and (max-width: 992px) {
  .branded__products .branded__products_item .branded__products_item_inner .bottom_category .category_icon {
    padding: 10px;
  }
}
.branded__products .branded__products_item .branded__products_item_inner .bottom_category .category_icon:hover {
  background-color: rgba(236, 238, 241, 0.2);
}
.branded__products .branded__products_item .branded__products_item_inner .bottom_category .category_icon .icon {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 992px) {
  .branded__products .branded__products_item .branded__products_item_inner .bottom_category .category_icon .icon {
    width: 20px;
    height: 20px;
  }
}
.branded__products .branded__products_item .branded__products_item_inner .bottom_category .category_title {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 992px) {
  .branded__products .branded__products_item .branded__products_item_inner .bottom_category .category_title {
    font-size: 14px;
  }
}
.branded__products .branded__products_item .branded__products_item_inner .bottom_category .category_title:hover {
  color: #ffcb05;
}
.branded__products .branded__products_mobile {
  display: none;
}
@media screen and (max-width: 992px) {
  .branded__products .branded__products_mobile {
    display: block;
  }
}
.branded__products .branded__products_mobile .branded__products_thumbs {
  margin-bottom: 20px;
  padding: 0 20px;
}
.branded__products .branded__products_mobile .branded__products_thumbs .swiper-slide {
  width: auto;
  padding: 5px 14px;
  border-radius: 5px;
  background-color: #ffcb05;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.2s;
  white-space: nowrap;
}
.branded__products .branded__products_mobile .branded__products_slider .swiper-slide {
  height: auto;
  max-width: 350px;
  width: 100%;
}
@media screen and (max-width: 420px) {
  .branded__products .branded__products_mobile .branded__products_slider .swiper-slide {
    width: calc(100% - 36px);
  }
}
.branded__products .branded__products_mobile .branded__products_slider .swiper-slide .branded__products_item {
  height: 100%;
}

.category_slider__block {
  position: relative;
  z-index: 1;
}
.category_slider__block .video__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.category_slider__block .video__bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category_slider__block .slider__content {
  padding-top: 180px;
  left: 0;
  width: 100%;
  z-index: 3;
  margin-bottom: 45px;
}
@media screen and (max-width: 1240px) {
  .category_slider__block .slider__content {
    padding-top: 145px;
  }
}
@media screen and (max-width: 992px) {
  .category_slider__block .slider__content {
    padding-top: 100px;
    margin-bottom: 20px;
  }
}
.category_slider__block .slider__content .centered__slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.category_slider__block .slider__content .centered__slider .slide__item {
  max-width: 1290px;
  height: 450px;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 1300px) {
  .category_slider__block .slider__content .centered__slider .slide__item {
    max-width: 83%;
  }
}
@media screen and (max-width: 992px) {
  .category_slider__block .slider__content .centered__slider .slide__item {
    max-width: calc(100% - 36px);
    height: 300px;
    border-radius: 10px;
  }
}
.category_slider__block .slider__content .centered__slider .slide__item .slide__item_image {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.category_slider__block .slider__content .centered__slider .slide__item .slide__item_image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #19191b, rgba(25, 25, 27, 0) 80%);
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .category_slider__block .slider__content .centered__slider .slide__item .slide__item_image::before {
    background: linear-gradient(90deg, #19191b, rgba(25, 25, 27, 0) 100%);
  }
}
.category_slider__block .slider__content .centered__slider .slide__item .slide__item_image picture {
  line-height: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.category_slider__block .slider__content .centered__slider .slide__item .slide__item_image .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category_slider__block .slider__content .centered__slider .slide__item .slide__item_info {
  position: relative;
  height: 100%;
  z-index: 2;
  color: #ffffff;
  padding: 60px 120px;
  width: 100%;
}
@media screen and (max-width: 1240px) {
  .category_slider__block .slider__content .centered__slider .slide__item .slide__item_info {
    padding: 60px;
  }
}
@media screen and (max-width: 992px) {
  .category_slider__block .slider__content .centered__slider .slide__item .slide__item_info {
    padding: 30px;
  }
}
.category_slider__block .slider__content .centered__slider .slide__item .slide__item_info .slide__item_subtitle {
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  margin-bottom: 5px;
  max-width: 630px;
}
@media screen and (max-width: 992px) {
  .category_slider__block .slider__content .centered__slider .slide__item .slide__item_info .slide__item_subtitle {
    font-size: 12px;
  }
}
.category_slider__block .slider__content .centered__slider .slide__item .slide__item_info .slide__item_title {
  font-weight: 700;
  font-size: 36px;
  line-height: 140%;
  text-transform: uppercase;
  margin-bottom: 20px;
  max-width: 630px;
}
@media screen and (max-width: 992px) {
  .category_slider__block .slider__content .centered__slider .slide__item .slide__item_info .slide__item_title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.category_slider__block .slider__content .centered__slider .slide__item .slide__item_info .slide__item_description {
  margin-bottom: 40px;
  font-size: 20px;
  max-width: 360px;
}
@media screen and (max-width: 992px) {
  .category_slider__block .slider__content .centered__slider .slide__item .slide__item_info .slide__item_description {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.category_slider__block .slider__content .centered__slider .slide__item .slide__item_info .slide__item_button {
  background-color: #1B8755;
  border: none;
  color: #ffffff;
  gap: 10px;
  width: max-content;
  max-width: 100%;
}
.category_slider__block .slider__content .centered__slider .slide__item .slide__item_info .slide__item_button:hover {
  background-color: #00AB4C;
}
.category_slider__block .slider__content .centered__slider .slide__item .slide__item_info .slide__item_button .icon {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 992px) {
  .category_slider__block .slider__content .centered__slider .slide__item .slide__item_info .slide__item_button .icon {
    width: 20px;
    height: 20px;
  }
}
.category_slider__block .slider__content .centered__slider .slider__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  cursor: pointer;
  opacity: 0.5;
  z-index: 10;
  transition: all 0.5s ease;
}
@media screen and (max-width: 992px) {
  .category_slider__block .slider__content .centered__slider .slider__btn {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .category_slider__block .slider__content .centered__slider .slider__btn {
    display: none;
  }
}
.category_slider__block .slider__content .centered__slider .slider__btn:hover {
  opacity: 1;
}
.category_slider__block .slider__content .centered__slider .slider__btn_prev {
  left: 45px;
  background: url("../images/slider_prev.svg") center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1400px) {
  .category_slider__block .slider__content .centered__slider .slider__btn_prev {
    left: 35px;
  }
}
.category_slider__block .slider__content .centered__slider .slider__btn_next {
  right: 45px;
  background: url("../images/slider_next.svg") center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1400px) {
  .category_slider__block .slider__content .centered__slider .slider__btn_next {
    right: 35px;
  }
}
.category_slider__block .slider__advantages {
  position: relative;
  z-index: 2;
  padding-top: 45px;
  padding-bottom: 90px;
  color: #ffffff;
}
@media screen and (max-width: 992px) {
  .category_slider__block .slider__advantages {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.category_slider__block .slider__advantages .slider__advantages_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media screen and (max-width: 992px) {
  .category_slider__block .slider__advantages .slider__advantages_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 480px) {
  .category_slider__block .slider__advantages .slider__advantages_grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.category_slider__block .slider__advantages .slider__advantages_grid .slider__advantages_item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.category_slider__block .slider__advantages .slider__advantages_grid .slider__advantages_item .icon-container {
  margin-bottom: 30px;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .category_slider__block .slider__advantages .slider__advantages_grid .slider__advantages_item .icon-container {
    margin-bottom: 10px;
    padding: 15px;
  }
}
.category_slider__block .slider__advantages .slider__advantages_grid .slider__advantages_item .icon-container .icon {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 992px) {
  .category_slider__block .slider__advantages .slider__advantages_grid .slider__advantages_item .icon-container .icon {
    width: 40px;
    height: 40px;
  }
}
.category_slider__block .slider__advantages .slider__advantages_grid .slider__advantages_item .title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .category_slider__block .slider__advantages .slider__advantages_grid .slider__advantages_item .title {
    font-size: 20px;
  }
}

.category__two_cols {
  padding: 90px 0;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .category__two_cols {
    padding: 40px 0;
  }
}
.category__two_cols .row {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .category__two_cols .row {
    flex-direction: column;
  }
}
.category__two_cols .row .left {
  max-width: 520px;
}
@media screen and (max-width: 992px) {
  .category__two_cols .row .left {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .category__two_cols .row .left {
    width: 100%;
    max-width: 100%;
  }
}
.category__two_cols .row .left .section__title {
  margin-bottom: 5px;
}
.category__two_cols .row .left .subtitle {
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 20px;
}
@media screen and (max-width: 992px) {
  .category__two_cols .row .left .subtitle {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.category__two_cols .row .left .list {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .category__two_cols .row .left .list {
    margin-bottom: 20px;
  }
}
.category__two_cols .row .left .list .list-item {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .category__two_cols .row .left .list .list-item {
    margin-bottom: 10px;
    gap: 10px;
    align-items: center;
  }
}
.category__two_cols .row .left .list .list-item .icon {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  .category__two_cols .row .left .list .list-item .icon {
    width: 20px;
    height: 20px;
  }
}
.category__two_cols .row .right {
  max-width: 630px;
  width: 100%;
  position: relative;
  display: flex;
}
@media screen and (max-width: 992px) {
  .category__two_cols .row .right {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .category__two_cols .row .right {
    width: 100%;
  }
}
.category__two_cols .row .right picture {
  display: inline-block;
  width: 100%;
  position: relative;
}
.category__two_cols .row .right picture::before {
  content: "";
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transform: rotate(5.96deg);
  background-color: #ffcb05;
}
.category__two_cols .row .right picture .img {
  width: 100%;
  border-radius: 20px;
  position: relative;
  z-index: 2;
}

.category__details {
  position: relative;
  background-color: #19191B;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .category__details {
    padding: 20px 0;
  }
}
.category__details::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #EE2E24;
  height: 5px;
  z-index: 1;
}
.category__details .row {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  padding-right: calc((100% - 1290px) / 2);
}
@media screen and (max-width: 1540px) {
  .category__details .row {
    padding-right: 125px;
  }
}
@media screen and (max-width: 992px) {
  .category__details .row {
    padding-right: 60px;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .category__details .row {
    padding-left: 18px;
    padding-right: 18px;
    flex-direction: column;
    gap: 20px;
  }
}
.category__details .category__details_left {
  max-width: 520px;
  width: 100%;
  flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  .category__details .category__details_left {
    flex: 1;
  }
}
.category__details .category__details_left .picture {
  display: flex;
}
.category__details .category__details_left .picture .img {
  position: absolute;
  top: -90px;
  left: calc((100% - 1290px) / 2 - 100px);
  bottom: -120px;
  z-index: 2;
  width: 48.7%;
  height: 138%;
  max-width: 750px;
  transform: rotate(-9.74deg);
  object-fit: contain;
  object-position: center center;
}
@media screen and (max-width: 1600px) {
  .category__details .category__details_left .picture .img {
    left: 9px;
  }
}
@media screen and (max-width: 1400px) {
  .category__details .category__details_left .picture .img {
    max-width: 600px;
  }
}
@media screen and (max-width: 992px) {
  .category__details .category__details_left .picture .img {
    position: static;
    width: 100%;
    height: auto;
  }
}
.category__details .category__details_right {
  max-width: 630px;
  width: 100%;
  padding: 78px 0 77px;
}
@media screen and (max-width: 992px) {
  .category__details .category__details_right {
    padding: 30px 0;
    flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .category__details .category__details_right {
    max-width: 100%;
    padding: 0;
  }
}
.category__details .category__details_right .category__details_content {
  max-width: 521px;
  width: 100%;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .category__details .category__details_right .category__details_content {
    max-width: 100%;
  }
}
.category__details .category__details_right .category__details_content .section__title {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .category__details .category__details_right .category__details_content .section__title {
    margin-bottom: 10px;
  }
}
.category__details .category__details_right .category__details_content .details {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .category__details .category__details_right .category__details_content .details {
    margin-bottom: 10px;
  }
}
.category__details .category__details_right .category__details_content .details .detail-row {
  display: flex;
  margin-bottom: 1px;
}
.category__details .category__details_right .category__details_content .details .detail-row .left,
.category__details .category__details_right .category__details_content .details .detail-row .right {
  padding: 7px 23px 7px;
}
@media screen and (max-width: 768px) {
  .category__details .category__details_right .category__details_content .details .detail-row .left,
  .category__details .category__details_right .category__details_content .details .detail-row .right {
    padding: 5px 15px;
  }
}
.category__details .category__details_right .category__details_content .details .detail-row .left {
  color: #ffffff;
  background-color: #EE2E24;
}
.category__details .category__details_right .category__details_content .details .detail-row .right {
  background-color: #ffcb05;
  color: #19191B;
}
.category__details .category__details_right .category__details_content .category__details_button {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 10px;
  font-weight: 500;
  gap: 9px;
  font-size: 18px;
  background-color: transparent;
  outline: none;
  border: none;
  padding: 0;
  line-height: 1.4;
  cursor: pointer;
  transition: filter 0.3s ease;
}
@media screen and (max-width: 768px) {
  .category__details .category__details_right .category__details_content .category__details_button {
    font-size: 16px;
  }
}
.category__details .category__details_right .category__details_content .category__details_button:hover {
  filter: brightness(8);
}
.category__details .category__details_right .category__details_content .category__details_button .icon {
  width: 32px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .category__details .category__details_right .category__details_content .category__details_button .icon {
    width: 24px;
  }
}
.category__details .category__details_right .category__details_content .category__details_button .text {
  color: #EE2E24;
  position: relative;
  font-weight: 500;
}
.category__details .category__details_right .category__details_content .category__details_button .text::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background-color: #EE2E24;
}
.category__details .category__details_right .category__details_content .category__details_text p:last-child {
  margin-bottom: 0;
}
.category__details .category__details_right .category__details_content .category__details_text .hint {
  font-size: 14px;
  color: #CFCFD5;
}
@media screen and (max-width: 768px) {
  .category__details .category__details_right .category__details_content .category__details_text .hint {
    font-size: 12px;
  }
}

.size-table {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9001;
  backdrop-filter: blur(20px);
  background-color: rgba(25, 25, 27, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}
.size-table.open {
  opacity: 1;
  visibility: visible;
}
.size-table .size-table__content {
  position: relative;
  padding: 60px 80px 73px;
  background-color: #ffffff;
  border-radius: 20px;
  max-width: 1070px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .size-table .size-table__content {
    padding: 20px 20px 30px;
    border-radius: 10px;
    width: 90%;
  }
}
.size-table .size-table__content .size-table__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background-color: transparent;
  padding: 0;
  border: none;
}
@media screen and (max-width: 992px) {
  .size-table .size-table__content .size-table__close {
    top: 15px;
    right: 15px;
  }
}
.size-table .size-table__content .size-table__title {
  font-size: 20px;
  margin-bottom: 32px;
}
.size-table .size-table__content .table-scroller {
  overflow: auto;
  width: 100%;
}
.size-table .size-table__content .table-scroller .table {
  color: #19191B;
  border-collapse: collapse;
  color: #19191B;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  width: 100%;
}
.size-table .size-table__content .table-scroller .table tr {
  background-color: #ECEEF1;
  border-bottom: 1px solid #ffffff;
}
.size-table .size-table__content .table-scroller .table th,
.size-table .size-table__content .table-scroller .table td {
  padding: 11px 13px;
  white-space: nowrap;
}

.category__technology {
  padding: 180px 0 80px;
  background-color: #F5F1E3;
}
@media screen and (max-width: 1240px) {
  .category__technology {
    padding: 90px 0;
  }
}
@media screen and (max-width: 992px) {
  .category__technology {
    padding: 40px 0;
  }
}
.category__technology .row {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .category__technology .row {
    flex-direction: column;
    gap: 20px;
  }
}
.category__technology .left {
  flex: 1;
  max-width: 520px;
}
@media screen and (max-width: 992px) {
  .category__technology .left {
    max-width: 100%;
  }
}
.category__technology .left .section__title {
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .category__technology .left .section__title {
    margin-bottom: 10px;
  }
}
.category__technology .left .description {
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .category__technology .left .description {
    margin-bottom: 20px;
  }
}
.category__technology .left .button {
  width: max-content;
  max-width: 100%;
}
.category__technology .right {
  flex: 1;
  max-width: 630px;
}
@media screen and (max-width: 992px) {
  .category__technology .right {
    max-width: 100%;
  }
}
.category__technology .right .category__technology_item {
  width: 100%;
  border-bottom: 1px solid #CAC2A8;
  padding: 0 0 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 992px) {
  .category__technology .right .category__technology_item {
    margin-bottom: 10px;
    padding: 0 0 10px;
  }
}
.category__technology .right .category__technology_item.collapse-open .question .question-icon {
  transform: rotate(90deg);
}
.category__technology .right .category__technology_item .question {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  background-color: transparent;
  color: #EE2E24;
  font-size: 20px;
  padding: 0;
  text-align: left;
  border: none;
  transition: color 0.3s;
}
@media screen and (max-width: 992px) {
  .category__technology .right .category__technology_item .question {
    font-size: 16px;
  }
}
.category__technology .right .category__technology_item .question:hover {
  color: #C21F3F;
}
.category__technology .right .category__technology_item .question .question-icon {
  transform: rotate(0);
  transition: transform 0.3s ease;
}
.category__technology .right .category__technology_item .question .question-icon svg,
.category__technology .right .category__technology_item .question .question-icon .icon {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 992px) {
  .category__technology .right .category__technology_item .question .question-icon svg,
  .category__technology .right .category__technology_item .question .question-icon .icon {
    width: 24px;
    height: 24px;
  }
}
.category__technology .right .category__technology_item .answer {
  padding-top: 10px;
}
.category__technology .right .category__technology_item .answer p:last-child {
  margin-bottom: 0;
}

.collapse_widget .collapse-wrap {
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}

.section__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 992px) {
  .section__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .section__title {
    font-size: 22px;
  }
}
@media screen and (max-width: 560px) {
  .section__title {
    font-size: 18px;
  }
}

.category__assortiment {
  padding: 90px 0 10px;
}
@media screen and (max-width: 992px) {
  .category__assortiment {
    padding: 40px 0 10px;
  }
}
.category__assortiment .section__title {
  margin-bottom: 45px;
}
@media screen and (max-width: 992px) {
  .category__assortiment .section__title {
    margin-bottom: 20px;
  }
}
.category__assortiment .slider__content .slide__item {
  max-width: 410px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .category__assortiment .slider__content .slide__item {
    max-width: 300px;
  }
}
@media screen and (max-width: 480px) {
  .category__assortiment .slider__content .slide__item {
    max-width: 200px;
  }
}
.category__assortiment .slider__content .slide__item .slide__item_image {
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}
@media screen and (max-width: 992px) {
  .category__assortiment .slider__content .slide__item .slide__item_image {
    margin-bottom: 20px;
  }
}
.category__assortiment .slider__content .slide__item .slide__item_image picture {
  display: flex;
}
.category__assortiment .slider__content .slide__item .slide__item_image .img {
  width: 100%;
  border-radius: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.category__assortiment .slider__content .slide__item .slide__item_info {
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.category__assortiment .slider__content .slide__item .slide__item_info .slide__item_title {
  margin-bottom: 20px;
  font-weight: 500;
  color: #19191B;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .category__assortiment .slider__content .slide__item .slide__item_info .slide__item_title {
    margin-bottom: 5px;
  }
}
.category__assortiment .slider__content .slide__item .slide__item_info .slide__item_title:hover {
  color: #ffcb05;
}
.category__assortiment .slider__content .slide__item .slide__item_info .slide__item_description {
  font-size: 14px;
  color: #43434B;
}
@media screen and (max-width: 992px) {
  .category__assortiment .slider__content .slide__item .slide__item_info .slide__item_description {
    font-size: 12px;
  }
  .category__assortiment .slider__content .slide__item .slide__item_info .slide__item_description br {
    display: none;
  }
}
.category__assortiment .slider__content .slider__btns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .category__assortiment .slider__content .slider__btns {
    gap: 2px;
  }
}
@media screen and (max-width: 560px) {
  .category__assortiment .slider__content .slider__btns {
    display: none;
  }
}
.category__assortiment .slider__content .slider__btn {
  position: absolute;
  top: 36.6%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  cursor: pointer;
  opacity: 0.5;
  z-index: 10;
  transition: all 0.5s ease;
}
@media screen and (max-width: 992px) {
  .category__assortiment .slider__content .slider__btn {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .category__assortiment .slider__content .slider__btn {
    display: none;
  }
}
.category__assortiment .slider__content .slider__btn:hover {
  opacity: 1;
}
.category__assortiment .slider__content .slider__btn_prev {
  left: 45px;
  background: url("../images/slider_prev.svg") center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1400px) {
  .category__assortiment .slider__content .slider__btn_prev {
    left: 35px;
  }
}
.category__assortiment .slider__content .slider__btn_next {
  right: 45px;
  background: url("../images/slider_next.svg") center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1400px) {
  .category__assortiment .slider__content .slider__btn_next {
    right: 35px;
  }
}

.running__lines_category {
  overflow: hidden;
  padding: 135px 0 74px;
}
@media screen and (max-width: 992px) {
  .running__lines_category {
    padding: 60px 0 30px;
  }
}
.running__lines_category .running__lines_list_container {
  overflow: hidden;
  width: 120%;
  transform: rotate(6deg);
  position: relative;
  left: -20px;
  z-index: 2;
}
.running__lines_category .running__lines_list_container:nth-child(even) {
  transform: rotate(-6deg);
  top: -67px;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .running__lines_category .running__lines_list_container:nth-child(even) {
    top: -35px;
  }
}
.running__lines_category .running__lines_list_container:nth-child(even) .running__lines_list {
  animation: marquee-back 60s linear infinite;
  background-color: #EE2E24;
  color: #ffffff;
}
.running__lines_category .running__lines_list_container .running__lines_list {
  display: flex;
  width: max-content;
  background-color: #ffcb05;
  color: #19191B;
  animation: marquee 60s linear infinite;
}
.running__lines_category .running__line {
  display: flex;
  align-items: center;
  gap: 60px;
  white-space: nowrap;
  padding: 25px 0px;
  font-weight: 700;
  font-size: 28px;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .running__lines_category .running__line {
    gap: 30px;
    padding: 10px 0px;
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .running__lines_category .running__line {
    gap: 20px;
  }
}
.running__lines_category .running__line .sep {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #19191B;
  border-radius: 50%;
  flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  .running__lines_category .running__line .sep {
    width: 5px;
    height: 5px;
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes marquee-back {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
.category__cases {
  padding-bottom: 45px;
}
@media screen and (max-width: 992px) {
  .category__cases {
    padding-bottom: 20px;
  }
}
.category__cases .section__title {
  margin-bottom: 45px;
}
@media screen and (max-width: 992px) {
  .category__cases .section__title {
    margin-bottom: 20px;
  }
}
.category__cases .category__cases_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 992px) {
  .category__cases .category__cases_grid {
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.category__cases .category__cases_grid .grid-item {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  transition: box-shadow 0.3s ease;
}
@media screen and (max-width: 992px) {
  .category__cases .category__cases_grid .grid-item {
    border-radius: 10px;
  }
}
.category__cases .category__cases_grid .grid-item:first-child {
  grid-row: span 2;
}
.category__cases .category__cases_grid .grid-item:hover {
  box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.25);
}
.category__cases .category__cases_grid .grid-item:hover .zoom-link {
  opacity: 1;
  visibility: visible;
}
.category__cases .category__cases_grid .grid-item picture {
  display: flex;
  width: 100%;
  height: 100%;
}
.category__cases .category__cases_grid .grid-item .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category__cases .category__cases_grid .grid-item .zoom-link {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border-radius: 100%;
  background-color: #EE2E24;
  position: absolute;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, background-color 0.3s ease;
}
@media screen and (max-width: 992px) {
  .category__cases .category__cases_grid .grid-item .zoom-link {
    opacity: 1;
    visibility: visible;
    bottom: 10px;
    right: 10px;
    padding: 10px;
  }
}
.category__cases .category__cases_grid .grid-item .zoom-link:hover {
  background-color: #C21F3F;
}
.category__cases .category__cases_grid .grid-item .zoom-link .zoom-icon {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 992px) {
  .category__cases .category__cases_grid .grid-item .zoom-link .zoom-icon {
    width: 20px;
    height: 20px;
  }
}

.category__process {
  padding-top: 45px;
  padding-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .category__process {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.category__process .section__title {
  margin-bottom: 75px;
}
@media screen and (max-width: 992px) {
  .category__process .section__title {
    margin-bottom: 20px;
  }
}
.category__process .category__process_image {
  width: 100%;
  overflow: hidden;
}
.category__process .category__process_image .swiper-slide {
  width: max-content;
}
.category__process .category__process_image .swiper-slide:first-child {
  padding: 0 calc((100% - 1290px) / 2);
}
@media screen and (max-width: 1540px) {
  .category__process .category__process_image .swiper-slide:first-child {
    padding: 0 125px;
  }
}
@media screen and (max-width: 1240px) {
  .category__process .category__process_image .swiper-slide:first-child {
    padding: 0 60px;
  }
}
@media screen and (max-width: 768px) {
  .category__process .category__process_image .swiper-slide:first-child {
    padding: 0 18px;
  }
}
.category__process .category__process_image .swiper-slide .img {
  height: 280px;
  display: block;
  user-select: none;
}
@media screen and (max-width: 992px) {
  .category__process .category__process_image .swiper-slide .img {
    height: 220px;
  }
}

.order__now {
  margin-bottom: -30px;
  position: relative;
  margin-top: 40px;
}
@media screen and (max-width: 992px) {
  .order__now {
    margin-top: 20px;
    margin-bottom: -15px;
  }
}
.order__now .wrapper {
  position: relative;
}
@media screen and (max-width: 992px) {
  .order__now .wrapper {
    border-radius: 10px;
  }
}
.order__now .wrapper::before {
  content: "";
  position: absolute;
  top: -3px;
  bottom: 0;
  right: 1px;
  left: 1px;
  z-index: 1;
  border-radius: 20px;
  background-color: #EE2E24;
}
@media screen and (max-width: 992px) {
  .order__now .wrapper::before {
    border-radius: 10px;
  }
}
.order__now .row {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 48px 80px;
  border-radius: 20px;
  gap: 60px;
  position: relative;
  background-color: #F5F1E3;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .order__now .row {
    flex-direction: column;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    gap: 20px;
  }
}
.order__now .row .title {
  font-size: 30px;
  font-weight: 500;
  max-width: 235px;
  flex-shrink: 0;
  line-height: 1.4;
}
@media screen and (max-width: 992px) {
  .order__now .row .title {
    font-size: 20px;
    max-width: 100%;
  }
}
.order__now .row .description {
  color: #43434B;
  max-width: 490px;
}
@media screen and (max-width: 992px) {
  .order__now .row .description {
    max-width: 100%;
  }
}
.order__now .row .button {
  background-color: #1B8755;
  border: none;
  gap: 10px;
  flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  .order__now .row .button {
    gap: 5px;
  }
}
.order__now .row .button:hover {
  background-color: #00AB4C;
}
.order__now .row .button .icon {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 992px) {
  .order__now .row .button .icon {
    width: 20px;
    height: 20px;
  }
}

.category__our_clients {
  padding-top: 90px;
}
@media screen and (max-width: 992px) {
  .category__our_clients {
    padding-top: 30px;
  }
}

.category__reviews {
  padding: 30px 0 90px;
  background-color: #19191B;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .category__reviews {
    padding-top: 0;
    padding-bottom: 40px;
  }
}
.category__reviews .section__title {
  margin-bottom: 29px;
  color: #ffffff;
}
@media screen and (max-width: 992px) {
  .category__reviews .section__title {
    margin-bottom: 20px;
  }
}
.category__reviews .swiper {
  padding: 16px 0 40px;
}
@media screen and (max-width: 992px) {
  .category__reviews .swiper {
    padding: 10px 0 20px;
  }
}
.category__reviews .swiper-slide {
  position: relative;
  max-width: 410px;
}
@media screen and (max-width: 992px) {
  .category__reviews .swiper-slide {
    max-width: 300px;
  }
}
@media screen and (max-width: 480px) {
  .category__reviews .swiper-slide {
    max-width: 250px;
  }
}
.category__reviews .swiper-slide:first-child {
  margin-left: calc((100% - 1290px) / 2);
}
@media screen and (max-width: 1540px) {
  .category__reviews .swiper-slide:first-child {
    margin-left: 125px;
  }
}
@media screen and (max-width: 1240px) {
  .category__reviews .swiper-slide:first-child {
    margin-left: 60px;
  }
}
@media screen and (max-width: 768px) {
  .category__reviews .swiper-slide:first-child {
    margin-left: 18px;
  }
}
.category__reviews .swiper-slide:last-child {
  margin-right: calc((100% - 1290px) / 2) !important;
}
@media screen and (max-width: 1540px) {
  .category__reviews .swiper-slide:last-child {
    margin-right: 125px !important;
  }
}
@media screen and (max-width: 1240px) {
  .category__reviews .swiper-slide:last-child {
    margin-right: 60px !important;
  }
}
@media screen and (max-width: 768px) {
  .category__reviews .swiper-slide:last-child {
    margin-right: 18px !important;
  }
}
.category__reviews .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #6fcf97;
  border-radius: 20px;
  z-index: 1;
  transform: rotate(3.36deg);
}
.category__reviews .swiper-slide:nth-child(even)::before {
  transform: rotate(-3.42deg);
}
.category__reviews .swiper-slide:nth-child(2)::before {
  background-color: #008BC7;
}
.category__reviews .swiper-slide:nth-child(3)::before {
  background-color: #892890;
}
.category__reviews .swiper-slide .slide-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 410px;
  padding: 40px;
  border-radius: 20px;
  background-color: #29292C;
  color: #ffffff;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .category__reviews .swiper-slide .slide-wrap {
    padding: 20px;
    border-radius: 10px;
    min-height: 200px;
  }
}
.category__reviews .swiper-slide .slide-wrap .top {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
  font-weight: 500;
}
@media screen and (max-width: 992px) {
  .category__reviews .swiper-slide .slide-wrap .top {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    margin-bottom: 10px;
  }
}
.category__reviews .swiper-slide .slide-wrap .top .left {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.category__reviews .swiper-slide .slide-wrap .top .left .avatar {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  overflow: hidden;
  border: 1px solid #474747;
}
@media screen and (max-width: 992px) {
  .category__reviews .swiper-slide .slide-wrap .top .left .avatar {
    width: 40px;
    height: 40px;
  }
}
.category__reviews .swiper-slide .slide-wrap .top .left .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category__reviews .swiper-slide .slide-wrap .top .stars {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.category__reviews .swiper-slide .slide-wrap .top .stars .star {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 992px) {
  .category__reviews .swiper-slide .slide-wrap .top .stars .star {
    width: 15px;
    height: 15px;
  }
}
.category__reviews .bottom-row {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding-top: 24px;
}
@media screen and (max-width: 992px) {
  .category__reviews .bottom-row {
    gap: 20px;
    padding-top: 20px;
  }
}
.category__reviews .bottom-row .left {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 35px;
}
@media screen and (max-width: 992px) {
  .category__reviews .bottom-row .left {
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    gap: 10px;
  }
}
.category__reviews .bottom-row .left .text {
  color: #ffffff;
  font-size: 20px;
}
@media screen and (max-width: 992px) {
  .category__reviews .bottom-row .left .text {
    font-size: 16px;
  }
}
.category__reviews .bottom-row .left .button {
  background-color: #1B8755;
  border: none;
  gap: 10px;
  flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  .category__reviews .bottom-row .left .button {
    gap: 5px;
  }
}
.category__reviews .bottom-row .left .button:hover {
  background-color: #00AB4C;
}
.category__reviews .bottom-row .left .button .icon {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 992px) {
  .category__reviews .bottom-row .left .button .icon {
    width: 20px;
    height: 20px;
  }
}
.category__reviews .bottom-row .right {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5px;
}
@media screen and (max-width: 992px) {
  .category__reviews .bottom-row .right {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.category__reviews .bottom-row .right .map-btn {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  gap: 10px;
  background-color: #29292C;
  border-radius: 10px;
  color: #ffffff;
}
@media screen and (max-width: 992px) {
  .category__reviews .bottom-row .right .map-btn {
    padding: 10px;
    width: max-content;
  }
}
.category__reviews .bottom-row .right .map-btn:hover {
  background-color: #43434B;
}
.category__reviews .bottom-row .right .map-btn .img {
  height: 40px;
  width: auto;
}
@media screen and (max-width: 992px) {
  .category__reviews .bottom-row .right .map-btn .img {
    height: 30px;
  }
}
.category__reviews .bottom-row .right .map-btn .button-text {
  font-weight: 500;
}

.category__faq {
  padding: 90px 0;
  background-color: #F5F1E3;
}
@media screen and (max-width: 992px) {
  .category__faq {
    padding: 40px 0;
  }
}
.category__faq .section__title {
  margin-bottom: 45px;
}
@media screen and (max-width: 992px) {
  .category__faq .section__title {
    margin-bottom: 20px;
  }
}
.category__faq .category__faq_row {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 992px) {
  .category__faq .category__faq_row {
    gap: 20px;
    flex-direction: column;
  }
}
.category__faq .col__left {
  max-width: 740px;
}
.category__faq .col__left .faq__item {
  width: 100%;
  margin-bottom: 3px;
  position: relative;
}
.category__faq .col__left .faq__item.collapse-open .question .question-icon {
  transform: rotate(45deg);
}
.category__faq .col__left .faq__item::before {
  content: "";
  position: absolute;
  top: 1px;
  bottom: 1px;
  right: 0;
  left: -3px;
  z-index: 1;
  border-radius: 10px;
  background-color: #EE2E24;
}
.category__faq .col__left .faq__item .faq__item_wrapper {
  position: relative;
  z-index: 2;
  background-color: #E6DFC8;
  padding: 30px 20px;
  border-radius: 10px;
  transition: background-color 0.3s ease;
}
.category__faq .col__left .faq__item .faq__item_wrapper:hover {
  background-color: #e4d9b5;
}
@media screen and (max-width: 992px) {
  .category__faq .col__left .faq__item .faq__item_wrapper {
    padding: 20px 10px;
  }
}
.category__faq .col__left .faq__item .question {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  background-color: transparent;
  font-size: 20px;
  font-weight: 500;
  padding: 0;
  text-align: left;
  border: none;
  transition: color 0.3s;
}
@media screen and (max-width: 992px) {
  .category__faq .col__left .faq__item .question {
    font-size: 16px;
    gap: 10px;
  }
}
.category__faq .col__left .faq__item .question .question-icon {
  transform: rotate(0);
  color: #EE2E24;
  transition: transform 0.3s ease;
}
.category__faq .col__left .faq__item .question .question-icon svg,
.category__faq .col__left .faq__item .question .question-icon .icon {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 992px) {
  .category__faq .col__left .faq__item .question .question-icon svg,
  .category__faq .col__left .faq__item .question .question-icon .icon {
    width: 20px;
    height: 20px;
  }
}
.category__faq .col__left .faq__item .answer {
  padding-top: 10px;
  padding-bottom: 10px;
}
.category__faq .col__left .faq__item .answer p:last-child {
  margin-bottom: 0;
}
.category__faq .col__right {
  flex-shrink: 0;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
}
@media screen and (max-width: 1240px) {
  .category__faq .col__right {
    gap: 10px;
    flex-direction: column;
    align-items: center;
  }
}
.category__faq .col__right .icon-container {
  padding: 20px;
  background-color: #EE2E24;
  border-radius: 100%;
}
.category__faq .col__right .icon-container .icon {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 992px) {
  .category__faq .col__right .icon-container .icon {
    width: 30px;
    height: 30px;
  }
}
.category__faq .col__right .col__right_content {
  max-width: 300px;
}
@media screen and (max-width: 992px) {
  .category__faq .col__right .col__right_content {
    max-width: 100%;
  }
}
.category__faq .col__right .col__right_content .text {
  margin-bottom: 40px;
  font-size: 20px;
  width: 100%;
  line-height: 1.4;
}
@media screen and (max-width: 992px) {
  .category__faq .col__right .col__right_content .text {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.category__faq .col__right .col__right_content .button {
  background-color: #1B8755;
  border: none;
  gap: 10px;
  width: max-content;
  max-width: 100%;
  flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  .category__faq .col__right .col__right_content .button {
    gap: 5px;
  }
}
.category__faq .col__right .col__right_content .button:hover {
  background-color: #00AB4C;
}
.category__faq .col__right .col__right_content .button .icon {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 992px) {
  .category__faq .col__right .col__right_content .button .icon {
    width: 20px;
    height: 20px;
  }
}

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