/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 1300px) {
  .grid-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 993px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 520px) {
  .grid-container {
    grid-template-columns: 1fr;
  }
}

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

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

img {
  max-width: 100%;
}

span, label {
  display: inline-block;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
}

input, textarea {
  outline: none;
  border: 0;
  background: transparent;
}

button {
  border: none;
  cursor: pointer;
  background: transparent;
  outline: 0;
}

address {
  font-style: normal;
}

.wrapper {
  width: 100%;
}

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

p, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

.container {
  max-width: 1256px;
  margin: 0 auto;
}
@media (max-width: 1536px) {
  .container {
    padding: 0 16px;
  }
}

.blue_btn {
  background: #397DFF;
  transition: 0.2s ease;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  border-radius: 10px;
  padding: 8px 24px;
  box-shadow: 0px 0px 8px 0px rgba(17, 35, 192, 0.1019607843), 0px 0px 2px 0px #E7E7E7;
}
@media (max-width: 992px) {
  .blue_btn {
    height: 44px;
  }
}
.blue_btn:hover {
  box-shadow: 0px 0px 8px 0px rgba(85, 104, 255, 0.1490196078), 0px 0px 2px 0px rgba(85, 104, 255, 0.1215686275);
}
.blue_btn:active {
  background: #095DFF;
}
.blue_btn:disabled {
  color: #EDEDED;
}
.blue_btn:focus {
  outline: 3px solid #2BC277;
}

[data-fancybox]:focus {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
[data-fancybox]:focus-visible {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
[data-fancybox]:active {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
[data-fancybox] img:focus {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs a, .breadcrumbs span {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.breadcrumbs a {
  color: #2B2D3A;
}
.breadcrumbs span {
  color: #8B91B4;
}

.blue_btn_border {
  transition: 0.2s ease;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid #397DFF;
  color: #397DFF;
  border-radius: 10px;
  padding: 8px 24px;
  width: max-content;
}
@media (max-width: 992px) {
  .blue_btn_border {
    height: 44px;
  }
}
.blue_btn_border:hover {
  color: #FFFFFF;
  background: #397DFF;
  box-shadow: 0px 0px 8px 0px rgba(85, 104, 255, 0.1490196078), 0px 0px 2px 0px rgba(85, 104, 255, 0.1215686275);
}
.blue_btn_border:active {
  background: #095DFF;
}
.blue_btn_border:disabled {
  border: 1px solid #EDEDED;
  color: #EDEDED;
  background: #EDEDED;
}

.gray_link {
  transition: 0.2s ease;
}
.gray_link:hover {
  color: #397DFF;
}
.gray_link:active {
  color: #397DFF;
}
.gray_link:disabled {
  color: #EDEDED;
}

.modal {
  box-shadow: 0px 0px 8px 0px rgba(17, 35, 192, 0.1411764706), 0px 0px 2px 0px #E7E7E7;
  border-radius: 8px;
}
.modal_close {
  position: absolute;
  top: 32px;
  right: 32px;
}
.modal_close:focus {
  outline: none;
}
.modal-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #2B2D3A;
  padding-right: 30px;
}
.modal-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #2B2D3A;
  margin: 16px 0 24px 0;
}
.modal-text a {
  color: #397DFF;
}
.modal input {
  max-width: 100%;
  height: 40px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  border-radius: 4px;
  border: 1px solid #8B91B4;
  padding: 11px 8px;
  color: #2B2D3A;
}
@media (max-width: 992px) {
  .modal input {
    height: 44px;
    max-width: 100%;
  }
}
.modal input::placeholder {
  color: #B7B7B7;
}
.modal .input_two {
  margin-top: 16px;
}
.modal .checkbox_text {
  font-weight: 400;
  font-size: 11px;
  line-height: 18px;
  color: #2B2D3A;
}
.modal .checkbox_text a {
  color: #397DFF;
}
.modal .form-checkbox__wrap {
  margin: 24px 0 16px 0;
}
.modal .form-checkbox {
  position: relative;
}
.modal .form-checkbox input {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}
.modal .form-checkbox span {
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid #D2D2D2;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .modal .form-checkbox span {
    background: white;
  }
}
.modal .form-checkbox span svg {
  display: none;
}
.modal .form-checkbox input:checked ~ span {
  background: #397DFF;
}
.modal .form-checkbox input:checked ~ span svg {
  display: block;
}
.modal .form-checkbox__wrap {
  gap: 8px;
}
.modal-content {
  padding: 32px;
  width: 432px;
}
@media (max-width: 480px) {
  .modal-content {
    width: 100%;
    padding: 24px;
  }
}
.modal .custom-file-upload {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.modal .custom-file-upload .file-input {
  display: none;
}
.modal .custom-file-upload .blue_btn_border {
  cursor: pointer;
}
@media (max-width: 480px) {
  .modal .custom-file-upload .blue_btn_border {
    font-size: 14px;
    padding: 8px;
  }
}
.modal .custom-file-upload .file-name {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #8B91B4;
}

.bottom_text {
  margin: 0 0 96px 0;
}
@media (max-width: 992px) {
  .bottom_text {
    margin: 0 0 32px 0;
  }
}
.bottom_text_btn {
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #2B2D3A;
  margin-bottom: 24px;
}
.bottom_text_btn svg {
  transition: transform 0.3s ease;
  transform: rotate(180deg);
}
.bottom_text_btn.active svg {
  transform: rotate(0deg);
}
.bottom_text_in {
  display: none;
  flex-direction: column;
  gap: 16px;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}
.bottom_text_in p {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #2B2D3A;
}
.bottom_text_in.active {
  display: flex;
  opacity: 1;
  transform: translateY(0);
}

.header {
  background: #EBEEF5;
  padding: 29px 0 22px 0;
}
@media (max-width: 992px) {
  .header {
    padding: 16px 0;
  }
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
}
@media (max-width: 992px) {
  .header .container {
    flex-direction: column;
    align-items: start;
    gap: 24px;
  }
}
.header .nav_link {
  display: flex;
  align-items: center;
  gap: 24px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1280px) {
  .header .nav_link {
    gap: 8px;
  }
}
@media (max-width: 992px) {
  .header .nav_link {
    display: none;
  }
}
.header .nav_link a {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: rgba(43, 45, 58, 0.6980392157);
  transition: 0.2s ease;
  position: relative;
}
.header .nav_link a::before {
  position: absolute;
  left: 0;
  bottom: -35px;
  content: "";
  height: 2px;
  border-radius: 2px;
  background: #397DFF;
  width: 0%;
  transition: 0.3s ease-out;
}
.header .nav_link a:hover {
  color: #397DFF;
}
.header .nav_link a:hover::before {
  width: 100%;
}
.header .nav_link .dropdown_btn {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: rgba(43, 45, 58, 0.6980392157);
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.header .dropdown_btn {
  position: relative;
  height: 100%;
}
.header .dropdown_btn:hover .dropdown_link {
  display: flex;
}
.header .dropdown_link {
  position: absolute;
  width: 383px;
  left: 0;
  top: 100%;
  z-index: 2;
  display: none;
  flex-direction: column;
  gap: 8px;
  background: #EBEEF5;
  padding: 33px 16px 16px 16px;
  border-radius: 0 0 12px 12px;
}
.header .dropdown_link a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #2B2D3A;
  transition: 0.2s ease;
}
.header .dropdown_link a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 2px;
  border-radius: 2px;
  background: #397DFF;
  width: 0%;
  transition: 0.3s ease-out;
}
.header .dropdown_link a:hover {
  color: #397DFF;
}
.header .dropdown_link a:hover svg path {
  fill: #397DFF;
}
.header_left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 44px;
}
@media (max-width: 1280px) {
  .header_left {
    gap: 8px;
  }
}
@media (max-width: 992px) {
  .header_left {
    width: 100%;
  }
}
.header_left .burger {
  display: none;
}
@media (max-width: 992px) {
  .header_left .burger {
    display: block;
  }
}
.header_right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 44px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1280px) {
  .header_right {
    gap: 8px;
  }
}
@media (max-width: 992px) {
  .header_right {
    width: 100%;
  }
}
.header_right .blue_btn {
  display: none;
}
@media (max-width: 992px) {
  .header_right .blue_btn {
    display: block;
    height: 44px;
  }
}
.header_social {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1280px) {
  .header_social {
    gap: 8px;
  }
}
@media (max-width: 992px) {
  .header_social {
    display: none;
  }
}
.header_social a {
  width: 32px;
  height: 32px;
}
@media (max-width: 1280px) {
  .header_social a {
    width: 25px;
    height: 25px;
  }
}
.header_social a img {
  width: 100%;
  height: 100%;
}
.header_search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  height: 40px;
  padding: 12px 8px;
  width: 260px;
  border-radius: 4px;
  border: 1px solid #8B91B4;
}
@media (max-width: 1280px) {
  .header_search {
    width: 200px;
  }
}
@media (max-width: 992px) {
  .header_search {
    width: 100%;
    height: 44px;
    background: #FFFFFF;
  }
}
.header_search input {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #2B2D3A;
}
@media (max-width: 992px) {
  .header_search input {
    height: 44px;
  }
}
.header .media_menu {
  position: fixed;
  background: #FFFFFF;
  top: 0;
  left: -100%;
  z-index: 4;
  padding: 24px;
  width: 100%;
  height: 100%;
  transition: 0.3s ease-out;
  overflow-y: scroll;
}
.header .media_menu::-webkit-scrollbar {
  display: none;
}
.header .media_menu.active {
  left: 0;
}
.header .media_menu_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
.header .media_menu_link a {
  border-top: 1px solid #EDEDED;
  padding: 16px 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #8B91B4;
  transition: 0.2s ease;
}
.header .media_menu_link a:hover {
  color: #397DFF;
}
.header .media_menu_link a:hover svg path {
  stroke: #397DFF;
}
.header .media_menu_link a:last-child {
  border-bottom: 1px solid #EDEDED;
}
.header .media_menu_link .media_dropdown_btn {
  width: 100%;
  padding: 16px 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #8B91B4;
  cursor: pointer;
  transition: 0.2s ease;
}
.header .media_menu_link .media_dropdown_btn:hover {
  color: #397DFF;
}
.header .media_menu_link .media_dropdown_btn:hover svg path {
  stroke: #397DFF;
}
.header .media_menu_link .media_dropdown_btn .icon {
  margin-left: auto;
}
.header .media_menu_link .media_dropdown_link {
  flex-direction: column;
  gap: 8px;
  height: 0;
  overflow: hidden;
  transition: 0.2s ease;
}
.header .media_menu_link .media_dropdown_link.active {
  height: 408px;
}
.header .media_menu_link .media_dropdown_link a {
  width: 100%;
  border: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #8B91B4;
  padding: 8px;
  transition: 0.2s ease;
}
.header .media_menu_link .media_dropdown_link a:hover {
  color: #397DFF;
}
.header .media_menu .blue_btn {
  margin: 24px 0;
  height: 44px;
  width: 100%;
}
.header .media_menu_contact {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.header .media_menu_contact h6 {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: #2B2D3A;
}
.header .media_menu_contact ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.header .media_menu_contact a {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #397DFF;
  display: flex;
  align-items: center;
  gap: 8px;
}
.header .media_menu_contact a img {
  width: 24px;
  height: 24px;
}

.home {
  padding: 48px 0 58px 0;
  position: relative;
}
@media (max-width: 767px) {
  .home {
    padding: 48px 0 64px 0;
  }
}
.home .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.home_icon {
  position: absolute;
  top: 48px;
  right: -2px;
  display: none;
}
@media (max-width: 992px) {
  .home_icon {
    display: block;
  }
}
.home_text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  margin: auto;
  gap: 16px;
  max-width: 609px;
  padding-top: 57px;
}
@media (max-width: 992px) {
  .home_text {
    position: static;
    max-width: 100%;
    margin: 0;
    padding-top: 0;
  }
}
.home_text span {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #2B2D3A;
}
@media (max-width: 767px) {
  .home_text span {
    font-size: 14px;
    line-height: 18px;
  }
}
.home_text h6 {
  font-weight: 800;
  font-size: 80px;
  line-height: 88px;
  color: #2B2D3A;
}
@media (max-width: 767px) {
  .home_text h6 {
    font-size: 40px;
    line-height: 44px;
  }
}
.home_text h6 span {
  font-weight: 800;
  font-size: 80px;
  line-height: 88px;
  color: #2B2D3A;
  background: #FFFFFF;
  border-radius: 30px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .home_text h6 span {
    font-size: 40px;
    line-height: 44px;
    padding: 0;
  }
}
.home_text h6 span b {
  color: #397DFF;
}
.home_text p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #2B2D3A;
  max-width: 416px;
}
@media (max-width: 767px) {
  .home_text p {
    font-size: 14px;
    line-height: 18px;
    max-width: 100%;
  }
}
.home_img {
  margin-left: auto;
  width: 704px;
}
@media (max-width: 992px) {
  .home_img {
    display: none;
  }
}
.home_img img {
  width: 100%;
}
.home_btns {
  gap: 16px;
  margin-top: 48px;
}
@media (max-width: 767px) {
  .home_btns {
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .home .blue_btn {
    width: 100%;
    height: 44px;
  }
}
@media (max-width: 767px) {
  .home .blue_btn_border {
    display: none;
  }
}
.home_statistic {
  gap: 48px;
  margin-top: 48px;
}
@media (max-width: 767px) {
  .home_statistic {
    margin-top: 16px;
  }
}
.home_statistic h5 {
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  color: #2B2D3A;
}
@media (max-width: 767px) {
  .home_statistic h5 {
    font-size: 24px;
    line-height: 28px;
  }
}
.home_statistic span {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: rgba(43, 45, 58, 0.8980392157);
}

.room {
  background: #EBEEF5;
  padding: 64px 0;
}
@media (max-width: 640px) {
  .room {
    padding: 42px 0;
  }
}
.room .container {
  gap: 70px;
}
.room-content {
  width: calc(50% - 35px);
  flex-shrink: 0;
  gap: 67px 30px;
}
@media (max-width: 992px) {
  .room-content {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .room-content {
    flex-wrap: nowrap !important;
    overflow-x: scroll;
    width: calc(100% + 32px);
    margin-left: -16px;
    padding: 0 16px;
  }
  .room-content::-webkit-scrollbar {
    display: none;
  }
}
.room-content__item {
  width: calc(50% - 15px);
}
@media (max-width: 640px) {
  .room-content__item {
    width: 221px;
    flex-shrink: 0;
  }
}
.room-content__item .number {
  font-size: 45.3px;
  font-weight: 700;
  margin-bottom: 38px;
  color: #397eff;
  position: relative;
}
@media (max-width: 640px) {
  .room-content__item .number {
    background: #397DFF;
    width: 28px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    line-height: 14px;
    font-weight: bold;
    color: white;
    margin-bottom: 12px;
  }
}
.room-content__item .number span {
  opacity: 0.1;
}
@media (max-width: 640px) {
  .room-content__item .number span {
    position: absolute;
    top: 5px;
    left: 12px;
  }
}
.room-content__item .number span:nth-child(2) {
  opacity: 0.5;
  position: absolute;
  left: -2.16px;
  top: 3.16px;
}
@media (max-width: 640px) {
  .room-content__item .number span:nth-child(2) {
    top: 7px;
    left: 10px;
  }
}
.room-content__item .number span:nth-child(3) {
  opacity: 1;
  position: absolute;
  left: -6.49px;
  top: 6.32px;
}
@media (max-width: 640px) {
  .room-content__item .number span:nth-child(3) {
    top: 9px;
    left: 8px;
  }
}
.room-content__item h3 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 16px;
}
@media (max-width: 640px) {
  .room-content__item h3 {
    font-size: 14px;
    line-height: 136%;
    margin-bottom: 12px;
  }
}
.room-content__item p {
  color: rgba(43, 45, 58, 0.8);
  font-size: 14px;
  line-height: 18px;
}
@media (max-width: 640px) {
  .room-content__item p {
    font-size: 12px;
    line-height: 160%;
  }
}
.room-card {
  height: 610px;
}
.room-card img {
  position: absolute;
  width: calc(50vw - 35px);
  min-width: calc(50vw - 35px);
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  border-radius: 12px 0 0 12px;
  object-fit: cover;
}

.correction {
  padding: 96px 0;
  position: relative;
}
@media (max-width: 767px) {
  .correction {
    padding: 32px 0 100px 0;
  }
}
.correction_title {
  margin-bottom: 32px;
  position: relative;
}
@media (max-width: 767px) {
  .correction_title {
    margin-bottom: 24px;
    position: static;
  }
}
.correction_title_text {
  gap: 16px;
}
.correction_title span {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #397DFF;
}
@media (max-width: 767px) {
  .correction_title span {
    font-size: 12px;
    line-height: 16px;
  }
}
.correction_title h6 {
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  color: #2B2D3A;
}
@media (max-width: 767px) {
  .correction_title h6 {
    font-size: 20px;
    line-height: 28px;
  }
}
.correction_title h6 span {
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .correction_title h6 span {
    font-size: 20px;
    line-height: 28px;
  }
}
.correction_title p {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: rgba(43, 45, 58, 0.8);
}
@media (max-width: 767px) {
  .correction_title p {
    display: none;
  }
}
.correction_title .blue_btn_border {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  .correction_title .blue_btn_border {
    bottom: 32px;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100% - 32px);
    text-align: center;
  }
}
.correction_card_start {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .correction_card_start {
    display: none;
  }
}
.correction_card_start .portfolio_link {
  height: 236px;
}
@media (max-width: 767px) {
  .correction_card_center {
    display: none;
  }
}
.correction_card_end {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .correction_card_end {
    display: none;
  }
}
.correction_card_end .portfolio_link {
  height: 236px;
}
.correction .portfolio_img::before {
  background: rgba(0, 0, 0, 0.4);
  transition: 0.2s ease;
}
.correction .portfolio_text h6 {
  font-size: 24px;
  line-height: 36px;
}
.correction .portfolio_link_icon {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #397DFF;
  display: flex;
  align-items: center;
  gap: 5px;
  height: 0;
  overflow: hidden;
  transition: 0.2s ease;
}
.correction .portfolio_link_icon img {
  width: 32px;
  height: 16px;
  transition: 0.2s ease;
}
.correction .portfolio_link_icon:hover img {
  margin-left: 10px;
}
.correction .correctionSwiper {
  display: none;
  overflow: visible;
}
@media (max-width: 767px) {
  .correction .correctionSwiper {
    display: block;
  }
}
.correction .correctionSwiper .correction_card {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.correction .correctionSwiper .correction_card img {
  border-radius: 12px;
  width: 100%;
  height: 197px;
  object-fit: cover;
}
.correction .correctionSwiper .correction_card span {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #2B2D3A;
}
.correction .correctionSwiper .correction_card .portfolio_link_icon {
  height: auto;
  color: #397DFF;
  font-size: 12px;
  line-height: 14px;
  display: none;
}
.correction .correctionSwiper .correction_card .portfolio_link_icon img {
  width: 24px;
  height: 11px;
}

.correction_ready {
  padding-bottom: 96px;
  padding-top: 0;
}
@media (max-width: 992px) {
  .correction_ready {
    padding-top: 0;
    padding-bottom: 10px;
  }
}
.correction_ready .correction_card_center_two {
  margin-top: 24px;
}

.consultation {
  padding: 48px 0;
  background: #EBEEF5;
  position: relative;
}
@media (max-width: 992px) {
  .consultation {
    padding: 24px 0;
  }
}
.consultation .container {
  position: relative;
}
.consultation .light {
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 992px) {
  .consultation .light {
    display: none;
  }
}
.consultation .light_two {
  position: absolute;
  bottom: -48px;
  right: 0;
}
@media (max-width: 992px) {
  .consultation .light_two {
    display: none;
  }
}
.consultation_title {
  gap: 16px;
}
@media (max-width: 992px) {
  .consultation_title {
    gap: 8px;
  }
}
.consultation_form {
  width: 100%;
}
.consultation form {
  gap: 16px;
  width: 457px;
  position: relative;
  z-index: 2;
  background: #EBEEF5;
}
@media (max-width: 992px) {
  .consultation form {
    margin-top: 24px;
    width: 100%;
  }
}
.consultation form .blue_btn {
  width: max-content;
}
.consultation form .form-checkbox {
  position: relative;
}
.consultation form .form-checkbox input {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}
.consultation form .form-checkbox span {
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid #D2D2D2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
}
.consultation form .form-checkbox span svg {
  display: none;
}
.consultation form .form-checkbox input:checked ~ span {
  background: #397DFF;
}
.consultation form .form-checkbox input:checked ~ span svg {
  display: block;
}
.consultation form .form-checkbox__wrap {
  gap: 8px;
}
.consultation form p {
  color: #2B2D3A;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .consultation form p {
    font-size: 10px;
  }
}
.consultation form p a {
  display: inline;
  color: #397DFF;
}
.consultation h6 {
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  color: #2B2D3A;
}
@media (max-width: 992px) {
  .consultation h6 br {
    display: none;
  }
}
@media (max-width: 992px) {
  .consultation h6 {
    font-size: 20px;
    line-height: 24px;
  }
}
.consultation p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #656565;
}
@media (max-width: 992px) {
  .consultation p {
    font-size: 14px;
    line-height: 18px;
  }
}
.consultation input {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  padding: 11px 8px;
  border: 1px solid #8B91B4;
  border-radius: 4px;
}

.order_consultation {
  background: #2B2D3A;
}
.order_consultation .light {
  opacity: 10%;
}
.order_consultation .consultation_title h6 {
  color: #FFFFFF;
}
.order_consultation .consultation_title p {
  color: #B7B7B7;
}
.order_consultation form {
  background: transparent;
}
.order_consultation form input {
  color: #B7B7B7;
}
@media (max-width: 992px) {
  .order_consultation form .blue_btn {
    width: 100%;
  }
}
.order_consultation form .form-checkbox__wrap p {
  color: #FFFFFF;
}

.portfolio {
  padding: 96px 0;
  position: relative;
}
@media (max-width: 767px) {
  .portfolio {
    padding: 32px 0 100px 0;
  }
}
.portfolio_title {
  margin-bottom: 32px;
  position: relative;
}
@media (max-width: 767px) {
  .portfolio_title {
    margin-bottom: 24px;
    position: static;
  }
}
.portfolio_title_text {
  gap: 16px;
}
.portfolio_title span {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #397DFF;
}
@media (max-width: 767px) {
  .portfolio_title span {
    font-size: 12px;
    line-height: 16px;
  }
}
.portfolio_title h6 {
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  color: #2B2D3A;
}
@media (max-width: 767px) {
  .portfolio_title h6 {
    font-size: 20px;
    line-height: 28px;
  }
}
.portfolio_title h6 span {
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .portfolio_title h6 span {
    font-size: 20px;
    line-height: 28px;
  }
}
.portfolio_title p {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: rgba(43, 45, 58, 0.8);
}
@media (max-width: 767px) {
  .portfolio_title p {
    display: none;
  }
}
.portfolio_title .blue_btn_border {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  .portfolio_title .blue_btn_border {
    bottom: 32px;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100% - 32px);
    text-align: center;
  }
}
.portfolio_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  transition: 0.2s ease;
  filter: brightness(0.6);
}
@media (max-width: 767px) {
  .portfolio_img {
    position: relative;
    height: 228px;
  }
}
.portfolio_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  transition: 0.2s ease;
}
.portfolio_link {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 24px 16px;
  transition: 0.2s ease;
  overflow: hidden;
  border-radius: 12px;
}
@media (max-width: 767px) {
  .portfolio_link {
    padding: 0;
  }
}
.portfolio_link:hover .portfolio_img img {
  transform: scale(1.05);
}
.portfolio_link:hover .portfolio_link_icon {
  min-height: 20px;
  overflow: visible;
}
.portfolio_link_one {
  height: 496px;
}
@media (max-width: 767px) {
  .portfolio_link_one {
    margin-bottom: 24px;
    height: auto;
  }
}
.portfolio_link_two {
  gap: 24px;
}
.portfolio_link_two .portfolio_link {
  height: 236px;
}
@media (max-width: 767px) {
  .portfolio_link_two .portfolio_link {
    height: auto;
  }
}
.portfolio_link_two .portfolio_link:hover .portfolio_link_icon {
  height: 20px;
  overflow: visible;
}
.portfolio_link_two .portfolio_link:focus {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
.portfolio_link_two .portfolio_link:focus-visible {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
.portfolio_link_two .portfolio_link:active {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
.portfolio_link_two .portfolio_text {
  padding-top: 148px;
}
@media (max-width: 767px) {
  .portfolio_link_two .portfolio_text {
    padding-top: 0;
    z-index: 2;
    position: static;
  }
}
.portfolio_link_two .portfolio_text h6 {
  font-size: 24px;
  line-height: 36px;
}
@media (max-width: 767px) {
  .portfolio_link_two .portfolio_text h6 {
    color: #2B2D3A;
    font-size: 16px;
    line-height: 24px;
  }
}
.portfolio_text {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
@media (max-width: 767px) {
  .portfolio_text {
    height: auto;
    margin-top: 8px;
    display: block;
  }
}
.portfolio_text span {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #C4CDE2;
}
@media (max-width: 767px) {
  .portfolio_text span {
    color: #6C718F;
    font-size: 12px;
    line-height: 16px;
  }
}
.portfolio_text h6 {
  font-weight: 600;
  font-size: 30px;
  line-height: 32px;
  margin-top: 4px;
  color: #FFFFFF;
  transition: 0.2s ease;
}
@media (max-width: 767px) {
  .portfolio_text h6 {
    color: #2B2D3A;
    font-size: 16px;
    line-height: 24px;
  }
}

.portfolio_ready {
  padding-top: 96px;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .portfolio_ready {
    padding-top: 32px;
    padding-bottom: 100px;
  }
}

.sound_portfolio {
  padding: 0;
}
@media (max-width: 767px) {
  .sound_portfolio {
    padding: 0 0 100px 0;
  }
}

.working {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .working {
    margin-bottom: 32px;
  }
}
.working h2 {
  max-width: 494px;
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .working h2 {
    font-size: 20px;
    line-height: 28px;
    max-width: 288px;
    margin-bottom: 32px;
  }
}
.working-card:nth-child(5) .working-card__icon .line:nth-child(3) {
  height: 123px;
}
@media (max-width: 992px) {
  .working-card:nth-child(5) .working-card__icon .line:nth-child(3) {
    height: 56px;
  }
}
.working-card:last-child {
  padding-top: 51px;
}
@media (max-width: 992px) {
  .working-card:last-child {
    flex-wrap: wrap;
    row-gap: 24px;
    padding-top: 0;
    margin-top: -5px;
  }
  .working-card:last-child .working-card__left {
    order: 2;
  }
  .working-card:last-child .working-card__left a {
    gap: 14px;
  }
  .working-card:last-child .working-card__left a span {
    font-size: 14px;
    font-weight: 600;
    line-height: 122%;
    max-width: 106px;
  }
  .working-card:last-child .working-card__left a .icon {
    width: 44px;
    height: 44px;
  }
  .working-card:last-child .working-card__left a .icon img {
    width: 18px;
  }
  .working-card:last-child .working-card__icon {
    width: 56px;
  }
  .working-card:last-child .working-card__right {
    order: 3;
    width: 100%;
    padding-left: 56px;
  }
  .working-card:last-child .working-card__right a {
    gap: 33px;
  }
  .working-card:last-child .working-card__right a span {
    max-width: 87px;
    font-size: 14px;
    font-weight: 600;
    line-height: 122%;
  }
  .working-card:last-child .working-card__right a .icon {
    width: 44px;
    height: 44px;
  }
  .working-card:last-child .working-card__right a .icon img {
    width: 18px;
  }
}
.working-card:not(:last-child) .working-card__right {
  opacity: 0;
}
.working-card__wrap {
  gap: 66px;
}
@media (max-width: 992px) {
  .working-card__wrap.active .working-card__icon .line:nth-child(2) {
    left: 36px;
  }
}
@keyframes line1 {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.working-card__wrap.active .working-card__icon .line:nth-child(2)::before {
  animation: line1 0.4s linear forwards;
}
@media (max-width: 992px) {
  .working-card__wrap.active .working-card__icon .line:nth-child(3) {
    height: 56px;
    bottom: -11px;
  }
}
@keyframes line2 {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
.working-card__wrap.active .working-card__icon .line:nth-child(3)::before {
  animation: line2 0.4s linear forwards;
}
@keyframes text1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.working-card__wrap.active .working-card:not(:last-child) .working-card__right {
  animation: text1 0.5s linear forwards;
}
.working-card__wrap.active .working-card:nth-child(2) .working-card__icon .line:nth-child(2)::before,
.working-card__wrap.active .working-card:nth-child(2) .working-card__icon .line:nth-child(3)::before,
.working-card__wrap.active .working-card:nth-child(2) .working-card__right {
  animation-delay: 0.6s;
}
.working-card__wrap.active .working-card:nth-child(3) .working-card__icon .line:nth-child(2)::before,
.working-card__wrap.active .working-card:nth-child(3) .working-card__icon .line:nth-child(3)::before,
.working-card__wrap.active .working-card:nth-child(3) .working-card__right {
  animation-delay: 1.2s;
}
.working-card__wrap.active .working-card:nth-child(4) .working-card__icon .line:nth-child(2)::before,
.working-card__wrap.active .working-card:nth-child(4) .working-card__icon .line:nth-child(3)::before,
.working-card__wrap.active .working-card:nth-child(4) .working-card__right {
  animation-delay: 1.8s;
}
.working-card__wrap.active .working-card:nth-child(5) .working-card__icon .line:nth-child(2)::before,
.working-card__wrap.active .working-card:nth-child(5) .working-card__icon .line:nth-child(3)::before,
.working-card__wrap.active .working-card:nth-child(5) .working-card__right {
  animation-delay: 2.4s;
}
.working-card__left {
  gap: 16px;
  width: 342px;
  gap: 16px;
}
@media (max-width: 992px) {
  .working-card__left {
    width: auto;
  }
}
.working-card__left h3 {
  font-size: 18px;
  font-weight: 600;
  color: #2B2D3A;
  opacity: 0.6;
}
.working-card__left span {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #2B2D3A;
  opacity: 0.8;
}
.working-card__left a {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.working-card__left a span {
  color: #2B2D3A;
  font-size: 18px;
  font-weight: 600;
  max-width: 138px;
}
.working-card__left a .icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #397DFF;
}
.working-card__icon {
  width: 128px;
  position: relative;
  flex-shrink: 0;
}
@media (max-width: 992px) {
  .working-card__icon {
    width: 116px;
  }
}
.working-card__icon img {
  flex-shrink: 0;
  transform: translateX(-4px);
}
.working-card__icon .dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  flex-shrink: 0;
  background: #397DFF;
}
.working-card__icon .line:nth-child(2) {
  display: block;
  width: 64px;
  height: 2px;
  position: absolute;
  opacity: 0.1;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
}
@media (max-width: 992px) {
  .working-card__icon .line:nth-child(2) {
    left: 36px;
  }
}
.working-card__icon .line:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #2B2D3A;
}
.working-card__icon .line:nth-child(3) {
  position: absolute;
  width: 2px;
  height: 62px;
  left: 6px;
  bottom: -17px;
  transform: translateY(100%);
  opacity: 0.05;
}
@media (max-width: 992px) {
  .working-card__icon .line:nth-child(3) {
    height: 56px;
    bottom: -11px;
  }
}
.working-card__icon .line:nth-child(3)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: black;
}
.working-card__right {
  gap: 8px;
}
@media (max-width: 992px) {
  .working-card__right img {
    width: 28px;
  }
}
.working-card__right p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #2B2D3A;
}
@media (max-width: 992px) {
  .working-card__right p {
    font-size: 11px;
    font-weight: 500;
    line-height: 124%;
    max-width: 136px;
  }
}
.working-card__right a {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #397DFF;
  font-size: 18px;
  font-weight: 600;
}
.working-card__right a:focus-visible {
  outline: none;
}
.working-card__right a:focus {
  outline: none;
}
.working-card__right a span {
  max-width: 115px;
}
.working-card__right a .icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
  background: #397DFF;
}

.corporation {
  background: #EBEEF5;
}
@media (max-width: 767px) {
  .corporation {
    padding: 32px 0;
  }
}
.corporation_title {
  gap: 16px;
}
@media (max-width: 767px) {
  .corporation_title {
    margin-bottom: 16px;
  }
}
.corporation_title span {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #397DFF;
}
@media (max-width: 767px) {
  .corporation_title span {
    font-size: 12px;
    line-height: 16px;
  }
}
.corporation_title h6 {
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  color: #2B2D3A;
}
@media (max-width: 767px) {
  .corporation_title h6 {
    font-size: 20px;
    line-height: 28px;
  }
}
.corporation_title p {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: rgba(43, 45, 58, 0.8);
}
.corporation_img {
  margin-left: auto;
  width: 464px;
  height: 400px;
  flex-shrink: 0;
}
@media (max-width: 992px) {
  .corporation_img {
    width: 100%;
    height: 100%;
    margin: auto;
  }
}

.choose {
  padding: 96px 0;
}
@media (max-width: 767px) {
  .choose {
    padding: 32px 0;
  }
}
.choose h6 {
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 32px;
  color: #2B2D3A;
}
@media (max-width: 767px) {
  .choose h6 {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 28px;
  }
}
.choose_slider {
  position: relative;
}
@media (max-width: 992px) {
  .choose .chooseSwiper {
    overflow: visible;
  }
}
.choose .chooseSwiper a {
  padding: 30px;
  border-radius: 12px;
  border: 1px solid #DEE4F2;
  width: 100%;
  height: 100%;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease;
}
@media (max-width: 992px) {
  .choose .chooseSwiper a {
    height: 128px;
  }
}
.choose .chooseSwiper a:hover {
  border: 1px solid #397DFF;
}
.choose .choose_btn {
  z-index: 2;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .choose .choose_btn {
    display: none;
  }
}
.choose .choose_btn span {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #EBEEF5;
  box-shadow: 0px 0px 8px 0px rgba(17, 35, 192, 0.1019607843), 0px 0px 2px 0px #E7E7E7;
  transition: 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.choose .choose_btn span:hover {
  background: #DEE4F2;
}
.choose .choose_btn span:active {
  background: #C4CDE2;
}
.choose .choose_btn:disabled {
  box-shadow: 0px 0px 8px 0px rgba(17, 35, 192, 0.0509803922), 0px 0px 2px 0px #E7E7E7;
  background: #FAFAFA;
  outline: transparent;
}
.choose .choose_btn:disabled svg {
  opacity: 40%;
}
.choose .choose-button-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -32px;
}
@media (max-width: 1280px) {
  .choose .choose-button-next {
    right: 10px;
  }
}
.choose .choose-button-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -32px;
}
@media (max-width: 1280px) {
  .choose .choose-button-prev {
    left: 10px;
  }
}

.error_choose {
  padding: 0 0 96px 0;
}
@media (max-width: 767px) {
  .error_choose {
    padding: 0 0 32px 0;
  }
}

.feedback {
  padding: 64px 0;
  background-image: url("../images/fadeback_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
}
@media (max-width: 992px) {
  .feedback {
    padding: 32px 0;
  }
}
@media (max-width: 767px) {
  .feedback {
    background-image: url("../images/fadeback_bg_media.png");
  }
}
.feedback_title {
  gap: 24px;
  max-width: 495px;
}
@media (max-width: 992px) {
  .feedback_title {
    margin-bottom: 24px;
    gap: 8px;
    max-width: 100%;
  }
}
.feedback_title span {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}
@media (max-width: 992px) {
  .feedback_title span {
    display: none;
  }
}
.feedback_title h6 {
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  color: #FFFFFF;
}
@media (max-width: 992px) {
  .feedback_title h6 {
    font-size: 20px;
    line-height: 28px;
  }
}
.feedback_title p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}
@media (max-width: 992px) {
  .feedback_title p {
    font-size: 14px;
    line-height: 18px;
  }
}
.feedback form {
  gap: 16px;
}
.feedback form input {
  max-width: 392px;
  height: 40px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #EDEDED;
  border-radius: 4px;
  border: 1px solid #8B91B4;
  padding: 11px 8px;
  color: #EDEDED;
}
@media (max-width: 992px) {
  .feedback form input {
    height: 44px;
    max-width: 100%;
  }
}
.feedback form input::placeholder {
  color: #EDEDED;
}
.feedback form .form-checkbox {
  position: relative;
}
.feedback form .form-checkbox input {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}
.feedback form .form-checkbox span {
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid #D2D2D2;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .feedback form .form-checkbox span {
    background: white;
  }
}
.feedback form .form-checkbox span svg {
  display: none;
}
.feedback form .form-checkbox input:checked ~ span {
  background: #397DFF;
}
.feedback form .form-checkbox input:checked ~ span svg {
  display: block;
}
.feedback form .form-checkbox__wrap {
  gap: 8px;
}
.feedback form p {
  color: #EDEDED;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .feedback form p {
    font-size: 10px;
  }
}
.feedback form p a {
  display: inline;
  color: #397DFF;
}
.feedback .blue_btn {
  max-width: 199px;
  margin-top: 16px;
  box-shadow: 0px 0px 8px 0px rgba(17, 35, 192, 0.1019607843);
  box-shadow: 0px 0px 2px 0px #E7E7E7;
}

.about_home {
  position: relative;
  padding: 32px 0 96px 0;
}
@media (max-width: 992px) {
  .about_home {
    padding: 42px 0 32px 0;
  }
}
.about_home .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 992px) {
  .about_home .container {
    flex-direction: column;
    align-items: start;
    gap: 32px;
  }
}
.about_home_text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  margin: auto;
  width: 542px;
}
@media (max-width: 992px) {
  .about_home_text {
    position: static;
    width: 100%;
    margin: 0;
  }
}
.about_home_text span {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #397DFF;
}
@media (max-width: 992px) {
  .about_home_text span {
    display: none;
  }
}
.about_home_text h6 {
  margin: 16px 0;
  font-weight: 800;
  font-size: 40px;
  line-height: 48px;
  color: #2B2D3A;
}
@media (max-width: 992px) {
  .about_home_text h6 {
    font-size: 24px;
    line-height: 32px;
    margin: 0;
  }
}
.about_home_text h6 span {
  display: inline;
  font-weight: 800;
  font-size: 40px;
  line-height: 48px;
  color: #397DFF;
}
@media (max-width: 992px) {
  .about_home_text h6 span {
    font-size: 24px;
    line-height: 32px;
  }
}
.about_home_text p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #2B2D3A;
}
@media (max-width: 992px) {
  .about_home_text p {
    display: none;
  }
}
.about_home_img {
  margin-left: auto;
  width: 704px;
  height: 500px;
}
@media (max-width: 992px) {
  .about_home_img {
    width: 100%;
    height: auto;
  }
}
.about_home_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about_home_ready {
  padding: 0;
}
@media (max-width: 992px) {
  .about_home_ready {
    padding-bottom: 32px;
  }
}
.about_home_ready .container {
  position: relative;
  flex-direction: column-reverse;
  gap: 32px;
}
.about_home_ready .breadcrumbs {
  position: absolute;
  top: 24px;
  left: 12px;
}
.about_home_ready .about_home_text {
  max-width: 520px;
}
@media (max-width: 992px) {
  .about_home_ready .about_home_text {
    max-width: 100%;
  }
}
.about_home_ready .about_home_text h6 br {
  display: none;
}
@media (max-width: 480px) {
  .about_home_ready .about_home_text h6 br {
    display: block;
  }
}
@media (max-width: 992px) {
  .about_home_ready .about_home_text .text_one {
    display: none;
  }
}
@media (max-width: 992px) {
  .about_home_ready .about_home_text p {
    display: block;
    margin-top: 16px;
  }
}
.about_home_ready .about_home_text .blue_btn {
  margin-top: 48px;
  width: max-content;
}
@media (max-width: 992px) {
  .about_home_ready .about_home_text .blue_btn {
    margin-top: 32px;
    width: 100%;
  }
}
.about_home_ready .about_home_img {
  width: 803px;
  height: 500px;
  position: relative;
  right: -100px;
  z-index: -1;
}
@media (max-width: 992px) {
  .about_home_ready .about_home_img {
    width: 100%;
    height: auto;
    position: static;
  }
}
.about_home_ready .about_home_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about_home_ready .ready_made_img_media {
  display: none;
}
@media (max-width: 640px) {
  .about_home_ready .ready_made_img_media {
    display: block;
  }
}
@media (max-width: 640px) {
  .about_home_ready .ready_made_img {
    display: none;
  }
}

.advantages_content {
  gap: 24px;
  width: 600px;
  display: flex;
  align-items: stretch;
}
@media (max-width: 992px) {
  .advantages_content {
    gap: 16px;
  }
}
@media (max-width: 640px) {
  .advantages_content {
    width: calc(100% + 48px);
    padding-left: 28px;
  }
}
.advantages_content .room-content__item {
  width: calc(50% - 12px);
  border-radius: 12px;
  border: 1px solid #DEE4F2;
  padding: 24px;
}
@media (max-width: 992px) {
  .advantages_content .room-content__item {
    padding: 18px;
  }
}
@media (max-width: 640px) {
  .advantages_content .room-content__item {
    width: 220px;
  }
}
.advantages_content .number {
  margin-bottom: 0;
}
.advantages_content h3 {
  margin: 16px 0;
}
@media (max-width: 992px) {
  .advantages_content h3 {
    margin: 12px 0;
  }
}
.advantages_text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 496px;
}
@media (max-width: 992px) {
  .advantages_text {
    max-width: 100%;
    align-items: center;
    text-align: center;
  }
}
.advantages_text span {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #397DFF;
}
@media (max-width: 992px) {
  .advantages_text span {
    font-size: 12px;
    line-height: 16px;
  }
}
.advantages_text h6 {
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  color: #2B2D3A;
}
@media (max-width: 992px) {
  .advantages_text h6 {
    font-size: 20px;
    line-height: 28px;
  }
}
.advantages_text h6 span {
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  color: #397DFF;
}
@media (max-width: 992px) {
  .advantages_text h6 span {
    font-size: 20px;
    line-height: 28px;
  }
}
.advantages_text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #2B2D3A;
}
@media (max-width: 992px) {
  .advantages_text p {
    font-size: 14px;
    line-height: 172%;
  }
  .advantages_text p:nth-child(n+4) {
    display: none;
  }
}
.advantages .container {
  gap: 16px;
}
@media (max-width: 992px) {
  .advantages .container {
    flex-direction: column-reverse;
  }
}

@media (max-width: 992px) {
  .advantages_ready .container {
    flex-direction: column;
  }
}
.advantages_ready .container .advantages_content {
  gap: 30px 24px;
}
@media (max-width: 992px) {
  .advantages_ready .container .advantages_content img {
    width: 32px;
    height: 32px;
  }
}
.advantages_ready .container .advantages_text {
  max-width: 496px;
}
@media (max-width: 992px) {
  .advantages_ready .container .advantages_text h6 br {
    display: none;
  }
}
.advantages_ready .container .advantages_text a {
  margin-top: 48px;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  display: flex;
  align-items: center;
  gap: 24px;
  transition: 0.2s ease;
  width: max-content;
  padding: 10px;
  border-radius: 10px;
}
.advantages_ready .container .advantages_text a svg path {
  transition: 0.2s ease;
}
.advantages_ready .container .advantages_text a:active {
  color: #FFFFFF;
}
.advantages_ready .container .advantages_text a:active svg path {
  fill: #fff;
}
.advantages_ready .container .advantages_text a:active svg circle {
  stroke: #fff;
}
@media (max-width: 992px) {
  .advantages_ready .container .advantages_text a {
    display: none;
  }
}

.about_me {
  margin: 96px 0;
}
@media (max-width: 992px) {
  .about_me {
    margin: 32px 0;
  }
}
.about_me .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 992px) {
  .about_me .container {
    flex-direction: column;
  }
}
.about_me_left {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 496px;
}
@media (max-width: 992px) {
  .about_me_left {
    max-width: 100%;
  }
}
.about_me_left span {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #397DFF;
}
@media (max-width: 992px) {
  .about_me_left span {
    display: none;
  }
}
.about_me_left h6 {
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  color: #2B2D3A;
}
@media (max-width: 992px) {
  .about_me_left h6 {
    font-size: 20px;
    line-height: 28px;
  }
}
.about_me_left p {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #2B2D3A;
}
@media (max-width: 992px) {
  .about_me_left p {
    font-size: 14px;
    line-height: 172%;
  }
}

.about_history {
  padding-bottom: 96px;
}
@media (max-width: 992px) {
  .about_history {
    padding-bottom: 32px;
  }
}
.about_history_title {
  max-width: 277px;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 992px) {
  .about_history_title {
    margin-bottom: 16px;
  }
}
.about_history_title span {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #397DFF;
}
@media (max-width: 992px) {
  .about_history_title span {
    font-size: 12px;
    line-height: 16px;
  }
}
.about_history_title h6 {
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  color: #2B2D3A;
}
@media (max-width: 992px) {
  .about_history_title h6 {
    font-size: 20px;
    line-height: 28px;
  }
}
.about_history_list li {
  border-top: 1px solid #DEE4F2;
  padding: 16px 0;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 15px;
}
@media (max-width: 992px) {
  .about_history_list li {
    padding: 8px 0;
  }
}
.about_history_list li span {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #397DFF;
}
@media (max-width: 992px) {
  .about_history_list li span {
    font-size: 14px;
    line-height: 14px;
  }
}
.about_history_list li p {
  text-align: right;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #2B2D3A;
}
@media (max-width: 992px) {
  .about_history_list li p {
    font-size: 12px;
    line-height: 16px;
  }
}

.about_team {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .about_team {
    margin-bottom: 32px;
  }
}
@media (max-width: 1280px) {
  .about_team .about_teamSwiper {
    overflow: visible;
  }
}
.about_team_link {
  width: 100%;
}
.about_team_link img {
  width: 100%;
  border-radius: 12px;
}
.about_team h6 {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  margin: 16px 0;
  color: #2B2D3A;
}
.about_team ul {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
@media (max-width: 992px) {
  .about_team ul {
    gap: 4px;
  }
}
.about_team ul li {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #397DFF;
  padding: 8px 12px;
  border-radius: 8px;
  background: #EBEEF5;
}
@media (max-width: 992px) {
  .about_team ul li {
    padding: 12px 16px;
  }
}

.contact_page {
  padding: 32px 0 125px 0;
}
@media (max-width: 992px) {
  .contact_page {
    padding: 32px 0 56px 0;
  }
}
.contact_page_title {
  margin-bottom: 16px;
}
.contact_page_title span {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #397DFF;
}
@media (max-width: 992px) {
  .contact_page_title span {
    font-size: 12px;
    line-height: 16px;
  }
}
.contact_page_title h3 {
  margin-top: 16px;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #2B2D3A;
}
@media (max-width: 992px) {
  .contact_page_title h3 {
    font-size: 24px;
    line-height: 32px;
    margin-top: 8px;
  }
}
.contact_page_text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(43, 45, 58, 0.8);
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .contact_page_text {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 16px;
  }
}
.contact_page_right {
  display: flex;
  justify-content: end;
}
@media (max-width: 992px) {
  .contact_page_right {
    margin-top: 32px;
    max-width: 100%;
    justify-content: space-between;
  }
}
.contact_page_link {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 48px;
}
.contact_page_link a {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #397DFF;
  display: flex;
  align-items: center;
  gap: 8px;
}
.contact_page_address {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}
.contact_page_address p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #2B2D3A;
  margin-bottom: 8px;
}
.contact_page_address a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #397DFF;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 992px) {
  .contact_page_address a svg {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 767px) {
  .contact_page_address a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 1px solid #397DFF;
    border-radius: 10px;
  }
}
.contact_page_blocks {
  max-width: 640px;
  display: flex;
  align-items: start;
  gap: 90px;
}
@media (max-width: 992px) {
  .contact_page_blocks {
    max-width: 100%;
    width: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .contact_page_blocks {
    flex-direction: column;
    gap: 32px;
  }
}
.contact_page_blocks h6 {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #2B2D3A;
  margin-bottom: 16px;
}
.contact_page_blocks .details {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 238px;
}
@media (max-width: 767px) {
  .contact_page_blocks .details {
    max-width: 100%;
  }
}
.contact_page_blocks .details li {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #2B2D3A;
}
.contact_page_block_one {
  max-width: 300px;
}
@media (max-width: 767px) {
  .contact_page_block_one {
    max-width: 100%;
  }
}
.contact_page form {
  gap: 16px;
  max-width: 457px;
}
@media (max-width: 992px) {
  .contact_page form {
    max-width: 100%;
  }
}
.contact_page form input {
  max-width: 392px;
  height: 40px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #2B2D3A;
  border-radius: 4px;
  border: 1px solid #8B91B4;
  padding: 11px 8px;
}
@media (max-width: 992px) {
  .contact_page form input {
    height: 44px;
    max-width: 100%;
  }
}
.contact_page form input::placeholder {
  color: #B7B7B7;
}
.contact_page form .form-checkbox {
  position: relative;
}
.contact_page form .form-checkbox input {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}
.contact_page form .form-checkbox span {
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid #D2D2D2;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .contact_page form .form-checkbox span {
    background: white;
  }
}
.contact_page form .form-checkbox span svg {
  display: none;
}
.contact_page form .form-checkbox input:checked ~ span {
  background: #397DFF;
}
.contact_page form .form-checkbox input:checked ~ span svg {
  display: block;
}
.contact_page form .form-checkbox__wrap {
  gap: 8px;
}
.contact_page form textarea {
  max-width: 392px;
  height: 40px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  border-radius: 4px;
  border: 1px solid #8B91B4;
  padding: 11px 8px;
  color: #2B2D3A;
  height: 106px;
  resize: none;
}
.contact_page form textarea::-webkit-scrollbar {
  display: none;
}
@media (max-width: 992px) {
  .contact_page form textarea {
    height: 108px;
    max-width: 100%;
  }
}
.contact_page form textarea::placeholder {
  color: #B7B7B7;
}
.contact_page form p {
  color: #2B2D3A;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .contact_page form p {
    font-size: 10px;
  }
}
.contact_page form p a {
  display: inline;
  color: #397DFF;
}
.contact_page form .blue_btn {
  max-width: 199px;
  margin-top: 16px;
  box-shadow: 0px 0px 8px 0px rgba(17, 35, 192, 0.1019607843);
  box-shadow: 0px 0px 2px 0px #E7E7E7;
}
@media (max-width: 992px) {
  .contact_page form .blue_btn {
    max-width: 100%;
    margin-top: 0;
  }
}

.portfolio_home {
  background: #FAFAFA;
}
.portfolio_home .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .portfolio_home .container {
    flex-direction: column;
    padding-bottom: 68px;
    padding-top: 24px;
  }
}
.portfolio_home .about_home_text {
  max-width: 496px;
}
@media (max-width: 992px) {
  .portfolio_home .about_home_text {
    max-width: 100%;
  }
}
.portfolio_home .about_home_text .blue_btn {
  margin-top: 0;
}
.portfolio_home .about_home_text h6 br {
  display: none;
}
@media (max-width: 640px) {
  .portfolio_home .about_home_text h6 br {
    display: block;
  }
}
@media (max-width: 992px) {
  .portfolio_home .about_home_text .blue_btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100% - 32px);
  }
}
.portfolio_home_btns {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 48px;
}
@media (max-width: 992px) {
  .portfolio_home_btns {
    margin-top: 0;
  }
}
.portfolio_home_btns .play_btns {
  flex-wrap: nowrap;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 992px) {
  .portfolio_home_btns .play_btns {
    display: none;
  }
}
.portfolio_home_btns .play_btns .play {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0px 0px 8px 0px rgba(17, 35, 192, 0.1411764706), 0px 0px 2px 0px #E7E7E7;
}
.portfolio_home_btns .play_btns span {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #2B2D3A;
}
.portfolio_home .portfolio_home_img {
  right: 0;
  width: 704px;
  height: 500px;
}
@media (max-width: 992px) {
  .portfolio_home .portfolio_home_img {
    width: 100%;
    height: auto;
  }
}
.portfolio_home .portfolio_home_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio_tabs {
  margin-top: 48px;
}
@media (max-width: 992px) {
  .portfolio_tabs {
    margin-top: 32px;
  }
}
.portfolio_tabs .nav-tabs {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  border-bottom: 0;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .portfolio_tabs .nav-tabs {
    margin-bottom: 24px;
  }
}
.portfolio_tabs .nav-tabs .nav-link {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #6C718F;
  border-radius: 8px;
  padding: 8px 12px;
  background: #EDEDED;
}
.portfolio_tabs .nav-tabs .nav-link:hover {
  border: 1px solid transparent;
  color: #397DFF;
  background: #EBEEF5;
}
.portfolio_tabs .nav-tabs .nav-link.active {
  color: #397DFF;
  background: #EBEEF5;
}
.portfolio_tabs .portfolio_link {
  height: 236px;
}
@media (max-width: 767px) {
  .portfolio_tabs .portfolio_link {
    height: 280px;
  }
}
.portfolio_tabs .portfolio_link .portfolio_img {
  overflow: hidden;
}
@media (max-width: 767px) {
  .portfolio_tabs .portfolio_text {
    margin-top: 0;
  }
}
.portfolio_tabs .portfolio_text span {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .portfolio_tabs .portfolio_text span {
    font-size: 12px;
    line-height: 16px;
  }
}
.portfolio_tabs .portfolio_text h6 {
  font-size: 24px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .portfolio_tabs .portfolio_text h6 {
    font-size: 16px;
    line-height: 24px;
  }
}
.portfolio_tabs .portfolio_img::before {
  background: transparent;
}
.portfolio_tabs .blue_btn_border {
  display: none;
}
@media (max-width: 767px) {
  .portfolio_tabs .blue_btn_border {
    display: block;
    margin: 24px auto auto auto;
    width: calc(100% - 24px);
  }
}
.portfolio_tabs .show-more-desktop {
  padding-top: 10px;
}
@media (max-width: 767px) {
  .portfolio_tabs .show-more-desktop {
    display: none;
  }
}

.error_home {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .error_home {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .error_home .container {
    gap: 32px;
    flex-direction: column-reverse;
    padding: 32px 16px;
  }
}
.error_home .about_home_text h6 br {
  display: block;
}
.error_home .about_home_text p {
  font-weight: 400;
}
@media (max-width: 992px) {
  .error_home .about_home_text p {
    display: block;
    margin: 16px 0;
  }
}
.error_home .about_home_text p a {
  color: #397DFF;
}
.error_home .portfolio_home_btns {
  gap: 16px;
}
@media (max-width: 992px) {
  .error_home .portfolio_home_btns {
    display: flex;
    gap: 8px;
  }
}
.error_home .portfolio_home_btns .blue_btn_border {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 992px) {
  .error_home .portfolio_home_btns .blue_btn_border {
    flex: 1;
    justify-content: center;
    padding: 5px;
  }
}
.error_home .portfolio_home_btns .blue_btn_border svg path {
  transition: 0.2s ease;
}
.error_home .portfolio_home_btns .blue_btn_border:hover svg path {
  fill: #FFFFFF;
}
.error_home .portfolio_home_btns .blue_btn {
  display: flex;
  gap: 7px;
}
.error_home .portfolio_home_btns .blue_btn span {
  color: #FFFFFF;
  display: inline;
}
@media (max-width: 992px) {
  .error_home .portfolio_home_btns .blue_btn span {
    display: none;
  }
}
@media (max-width: 992px) {
  .error_home .portfolio_home_btns .blue_btn {
    display: block;
    position: static;
    flex: 1;
    padding: 5px;
  }
}
@media (max-width: 640px) {
  .error_home .error_img {
    display: none;
  }
}
.error_home .error_img_media {
  display: none;
}
@media (max-width: 640px) {
  .error_home .error_img_media {
    display: block;
  }
}

.other_product {
  margin-top: 48px;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .other_product {
    margin-top: 32px;
    margin-bottom: 48px;
  }
}
.other_product_title {
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  color: #2B2D3A;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .other_product_title {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 28px;
  }
}
.other_product .product_slider {
  position: relative;
}
.other_product .choose_btn {
  z-index: 2;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .other_product .choose_btn {
    display: none;
  }
}
.other_product .choose_btn span {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #EBEEF5;
  box-shadow: 0px 0px 8px 0px rgba(17, 35, 192, 0.1019607843), 0px 0px 2px 0px #E7E7E7;
  transition: 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.other_product .choose_btn span:hover {
  background: #DEE4F2;
}
.other_product .choose_btn span:active {
  background: #C4CDE2;
}
.other_product .choose_btn:disabled {
  box-shadow: 0px 0px 8px 0px rgba(17, 35, 192, 0.0509803922), 0px 0px 2px 0px #E7E7E7;
  background: #FAFAFA;
  outline: transparent;
}
.other_product .choose_btn:disabled svg {
  opacity: 40%;
}
.other_product .product_slider-button-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -32px;
}
@media (max-width: 1280px) {
  .other_product .product_slider-button-next {
    right: 10px;
  }
}
.other_product .product_slider-button-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -32px;
}
@media (max-width: 1280px) {
  .other_product .product_slider-button-prev {
    left: 10px;
  }
}
.other_product .product_sliderSwiper {
  padding: 2px;
}
@media (max-width: 640px) {
  .other_product .product_sliderSwiper {
    overflow: visible;
  }
}
.other_product_card {
  display: block;
  padding: 16px;
  border-radius: 12px;
  box-shadow: 0px 0px 8px 0px rgba(17, 35, 192, 0.0509803922), 0px 0px 2px 0px #E7E7E7;
}
@media (max-width: 992px) {
  .other_product_card {
    padding: 12px;
  }
}
.other_product_card img {
  width: 100%;
}
.other_product_card_title {
  margin: 16px 0 42px 0;
}
@media (max-width: 992px) {
  .other_product_card_title {
    margin: 16px 0 30px 0;
  }
}
.other_product_card_title p {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #6C718F;
}
.other_product_card_title h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #2B2D3A;
  margin-top: 4px;
}
@media (max-width: 992px) {
  .other_product_card_title h6 {
    font-size: 14px;
  }
}
.other_product_card_btns span {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #B7B7B7;
}
@media (max-width: 992px) {
  .other_product_card_btns span {
    font-size: 12px;
    line-height: 16px;
  }
}
.other_product_card_btns .blue_btn {
  margin-top: 16px;
  height: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .other_product_card_btns .blue_btn {
    height: 44px;
    margin-top: 12px;
  }
}
.other_product .product_imgSwiper img {
  width: 100%;
}
.other_product .product_imgSwiper-pagination {
  position: static;
  display: flex;
  gap: 4px;
}
.other_product .product_imgSwiper-pagination .swiper-pagination-bullet {
  margin: 0;
  display: block;
  height: 2px;
  width: 100px;
  border-radius: 0;
  flex: 1;
  background: #B7B7B7;
}
.other_product .product_imgSwiper-pagination .swiper-pagination-bullet-active {
  background: #397DFF;
  opacity: 50%;
}

.other_product_project {
  margin-bottom: 0;
}

.legal_information h3 {
  font-weight: 800;
  font-size: 32px;
  line-height: 36px;
  color: #2B2D3A;
  margin-top: 16px;
}
@media (max-width: 992px) {
  .legal_information h3 {
    margin-top: 32px;
    font-size: 24px;
    line-height: 32px;
  }
}
.legal_information_in {
  display: flex;
  align-items: start;
  gap: 24px;
  margin-top: 32px;
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .legal_information_in {
    margin-bottom: 96px;
    margin-top: 16px;
    flex-direction: column;
  }
}
.legal_information .nav-tabs_wrap::-webkit-scrollbar {
  display: none;
}
@media (max-width: 992px) {
  .legal_information .nav-tabs_wrap {
    overflow-x: scroll;
    width: calc(100% + 32px);
    position: relative;
    left: -16px;
  }
}
.legal_information .nav-tabs {
  padding-top: 12px;
  border-top: 1px solid #EDEDED;
  width: 288px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-shrink: 0;
  border-bottom: 0;
}
@media (max-width: 992px) {
  .legal_information .nav-tabs {
    flex-wrap: nowrap;
    flex-direction: row;
    border: none;
    width: 762px;
    padding-left: 16px;
  }
}
.legal_information .nav-tabs .nav-link {
  padding: 4px 8px;
  border: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #2B2D3A;
  transition: 0.2s ease;
}
@media (max-width: 992px) {
  .legal_information .nav-tabs .nav-link {
    width: max-content;
    padding: 12px 16px;
    border-radius: 8px;
    background: #EBEEF5;
  }
}
.legal_information .nav-tabs .nav-link:hover {
  color: #397DFF;
}
.legal_information .nav-tabs .nav-link.active {
  color: #397DFF;
}
.legal_information .tab-content {
  width: 100%;
}
.legal_information .tab-content .tab-pane_in {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (max-width: 992px) {
  .legal_information .tab-content .tab-pane_in {
    gap: 32px;
  }
}
.legal_information .legal_text_in {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.legal_information .legal_text h6 {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #2B2D3A;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .legal_information .legal_text h6 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 16px;
  }
}
.legal_information .legal_text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #2B2D3A;
}
.legal_information .legal_text p a {
  color: #397DFF;
}
.legal_information .legal_text ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-left: 18px;
  margin: 22px 0;
}
.legal_information .legal_text ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #2B2D3A;
  position: relative;
}
.legal_information .legal_text ul li a {
  color: #397DFF;
}
.legal_information .legal_text ul li::before {
  position: absolute;
  left: -16px;
  top: 7px;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #397DFF;
}

.services_page_home {
  background: transparent;
}
@media (max-width: 992px) {
  .services_page_home {
    padding-bottom: 0;
  }
}
@media (max-width: 992px) {
  .services_page_home .container {
    flex-direction: column-reverse;
    padding: 0 16px 32px 16px;
    gap: 16px;
  }
}
.services_page_home .services_home_media_img {
  display: none;
}
@media (max-width: 992px) {
  .services_page_home .services_home_media_img {
    display: block;
  }
}
@media (max-width: 992px) {
  .services_page_home .services_home_img {
    display: none;
  }
}

.services_portfolio {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .services_portfolio {
    margin-bottom: 32px;
  }
}

.process {
  margin: 96px 0;
}
@media (max-width: 992px) {
  .process {
    margin: 0 0 32px 0;
  }
}
.process_title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .process_title {
    margin-bottom: 16px;
  }
}
.process_title span {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #397DFF;
}
@media (max-width: 992px) {
  .process_title span {
    font-size: 12px;
    line-height: 16px;
  }
}
.process_title h3 {
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  color: #2B2D3A;
  margin: 16px 0 32px 0;
}
@media (max-width: 992px) {
  .process_title h3 {
    margin: 16px 0;
    font-size: 20px;
    line-height: 28px;
  }
}
.process_title p {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #2B2D3A;
}
.process_title p span {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #397DFF;
}
@media (max-width: 640px) {
  .process_cards_wrapper {
    width: calc(100% + 32px);
    position: relative;
    left: -16px;
  }
}
.process_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 992px) {
  .process_cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .process_cards {
    overflow-x: scroll;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 16px;
    padding: 0 16px;
  }
  .process_cards::-webkit-scrollbar {
    display: none;
  }
}
.process_card {
  border-radius: 12px;
  border: 1px solid #DEE4F2;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 992px) {
  .process_card {
    padding: 16px;
    border-radius: 9px;
  }
}
@media (max-width: 640px) {
  .process_card {
    min-width: 280px;
  }
}
.process_card img {
  width: 40px;
  height: 40px;
}
@media (max-width: 992px) {
  .process_card img {
    width: 32px;
    height: 32px;
  }
}
.process_card h6 {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #2B2D3A;
  margin: 16px 0;
}
@media (max-width: 992px) {
  .process_card h6 {
    font-size: 16px;
    line-height: 24px;
    margin: 12px 0;
  }
}
.process_card p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #2B2D3A;
}
@media (max-width: 992px) {
  .process_card p {
    font-size: 12px;
    line-height: 16px;
  }
}
.process_card_link {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #2B2D3A;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
  transition: 0.2s ease;
}
@media (max-width: 992px) {
  .process_card_link {
    position: absolute;
    top: 20px;
    right: 16px;
    margin-top: 0;
  }
}
@media (max-width: 992px) {
  .process_card_link span {
    display: none;
  }
}
.process_card_link svg path {
  transition: 0.2s ease;
}
@media (max-width: 992px) {
  .process_card_link svg {
    width: 24px;
    height: 24px;
  }
}
.process_card_link:hover {
  color: #397DFF;
}
.process_card_link:hover svg path {
  fill: #397DFF;
}

.services_slider .container {
  position: relative;
}
.services_slider_blocks_btns {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 32px;
  bottom: 0;
}
@media (max-width: 992px) {
  .services_slider_blocks_btns {
    display: none;
  }
}
.services_slider .choose_btn {
  z-index: 2;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .services_slider .choose_btn {
    display: none;
  }
}
.services_slider .choose_btn span {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #EBEEF5;
  box-shadow: 0px 0px 8px 0px rgba(17, 35, 192, 0.1019607843), 0px 0px 2px 0px #E7E7E7;
  transition: 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.services_slider .choose_btn span:hover {
  background: #DEE4F2;
}
.services_slider .choose_btn span:active {
  background: #C4CDE2;
}
.services_slider .choose_btn:disabled {
  box-shadow: 0px 0px 8px 0px rgba(17, 35, 192, 0.0509803922), 0px 0px 2px 0px #E7E7E7;
  background: #FAFAFA;
  outline: transparent;
}
.services_slider .choose_btn:disabled svg {
  opacity: 40%;
}
.services_slider .services_slider-pagination {
  position: absolute;
  left: 16px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: max-content;
  height: 12px;
}
@media (max-width: 992px) {
  .services_slider .services_slider-pagination {
    display: none;
  }
}
.services_slider .services_slider-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 8px;
  height: 8px;
  margin: 0;
  background: #EBEEF5;
  border: 1px solid #DEE4F2;
  transition: 0.2s ease;
}
.services_slider .services_slider-pagination .swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background: #397DFF;
  border: 1px solid #6C718F;
}
.services_slider_blocks {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .services_slider_blocks {
    flex-direction: column-reverse;
    gap: 16px;
  }
}
.services_slider_blocks_left {
  width: 392px;
}
@media (max-width: 992px) {
  .services_slider_blocks_left {
    width: 100%;
  }
}
.services_slider_blocks_left h6 {
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  color: #2B2D3A;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .services_slider_blocks_left h6 {
    font-size: 20px;
    line-height: 28px;
  }
}
.services_slider_blocks_left p {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #2B2D3A;
}
.services_slider_blocks_right {
  width: 714px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 992px) {
  .services_slider_blocks_right {
    width: 100%;
  }
}
.services_slider_blocks_right .services_sliderin-pagination {
  width: max-content;
  height: 12px;
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.services_slider_blocks_right .services_sliderin-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 8px;
  height: 8px;
  margin: 0;
  background: #EBEEF5;
  border: 1px solid #DEE4F2;
  transition: 0.2s ease;
}
.services_slider_blocks_right .services_sliderin-pagination .swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background: #2B2D3A;
  border: 1px solid #6C718F;
}
.services_slider_blocks_right img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .services_slider_blocks_right img {
    border-radius: 5px;
  }
}

@media (max-width: 992px) {
  .project_home {
    padding: 32px 0;
  }
}
.project_home .container {
  display: flex;
  position: relative;
}
.project_home_list {
  display: flex;
  gap: 16px 32px;
  margin: 32px 0 48px 0;
}
@media (max-width: 992px) {
  .project_home_list {
    flex-wrap: wrap;
    margin: 16px 0 24px 0;
  }
}
.project_home_list li {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.project_home_list span {
  display: flex;
  align-items: center;
  gap: 3px;
  font-weight: 500;
  font-size: 12px;
  line-height: 17.08px;
  color: rgba(43, 45, 58, 0.8980392157);
}
.project_home_list h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #2B2D3A;
}
.project_home .about_home_text {
  position: static;
  max-width: 495px;
  margin-top: 82px;
}
@media (max-width: 992px) {
  .project_home .about_home_text {
    margin-top: 0;
    max-width: 100%;
  }
}
.project_home .about_home_text h6 {
  font-weight: 700;
}
.project_home .about_home_text h6 span {
  font-weight: 700;
}
.project_home .about_home_text p {
  font-weight: 400;
  max-width: 80%;
}
@media (max-width: 992px) {
  .project_home .about_home_text p {
    display: block;
    font-size: 14px;
    line-height: 18px;
    margin-top: 16px;
  }
}
.project_home .breadcrumbs {
  position: absolute;
  left: 16px;
  top: 0;
}
.project_home .blue_btn {
  width: max-content;
}
@media (max-width: 992px) {
  .project_home .blue_btn {
    width: 100%;
  }
}

.project_homeSwiper {
  width: 704px;
  position: static;
}
@media (max-width: 992px) {
  .project_homeSwiper {
    display: none;
    width: 100%;
    overflow: visible;
  }
}
.project_homeSwiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .project_homeSwiper img {
    border-radius: 8px;
  }
}

.project_slider_title {
  max-width: 100%;
}
.project_slider_title .row {
  max-width: 100%;
}
.project_slider .services_slider_blocks {
  flex-direction: row-reverse;
  gap: 64px;
}
@media (max-width: 992px) {
  .project_slider .services_slider_blocks {
    flex-direction: column;
    gap: 16px;
  }
}
.project_slider .services_slider_blocks_left {
  width: 456px;
}
@media (max-width: 992px) {
  .project_slider .services_slider_blocks_left {
    width: 100%;
  }
}
.project_slider .services_slider-pagination {
  left: auto;
  right: 440px;
  top: 16px;
}
@media (max-width: 1280px) {
  .project_slider .services_slider-pagination {
    display: none;
  }
}
.project_slider .services_sliderin-pagination {
  display: none;
}
@media (max-width: 992px) {
  .project_slider .services_slider-pagination {
    display: flex !important;
    position: absolute !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    top: 100% !important;
    transform: translateX(-50%) !important;
    justify-content: center !important;
    width: max-content !important;
    height: 12px !important;
    z-index: 10 !important;
    align-items: center !important;
    gap: 8px !important;
    margin-top: 0.5rem !important;
  }
}
@media (max-width: 992px) {
  .project_slider .services_sliderSwiper {
    position: relative !important;
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 992px) {
  .project_slider .services_slider-pagination .swiper-pagination-bullet {
    opacity: 1 !important;
    width: 8px !important;
    height: 8px !important;
    margin: 0 !important;
    background: #EBEEF5 !important;
    border: 1px solid #DEE4F2 !important;
    transition: 0.2s ease !important;
    display: block !important;
  }
  .project_slider .services_slider-pagination .swiper-pagination-bullet-active {
    width: 12px !important;
    height: 12px !important;
    background: #397DFF !important;
    border: 1px solid #6C718F !important;
  }
}

.gallery_slider {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .gallery_slider {
    margin-bottom: 32px;
  }
}
.gallery_slider_title {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .gallery_slider_title {
    display: none;
  }
}
@media (max-width: 992px) {
  .gallery_slider .gallery_sliderSwiper {
    display: none;
  }
}
.gallery_slider_btns {
  display: flex;
  gap: 32px;
}
.gallery_slider .portfolio_img::before {
  background: transparent;
}
.gallery_slider .gallery_slider_media {
  display: none;
  overflow: visible;
}
.gallery_slider .gallery_slider_media a {
  display: block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  border: none !important;
  outline: none !important;
}
.gallery_slider .gallery_slider_media a:focus {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
.gallery_slider .gallery_slider_media a:focus-visible {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
.gallery_slider .gallery_slider_media a:active {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
.gallery_slider .gallery_slider_media img {
  border-radius: 12px;
  width: 100%;
  height: 170px;
  object-fit: cover;
  border: none !important;
  outline: none !important;
}
.gallery_slider .gallery_slider_media img:focus {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .gallery_slider .gallery_slider_media {
    display: block;
  }
}
.gallery_slider .choose_btn {
  z-index: 2;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .gallery_slider .choose_btn {
    display: none;
  }
}
.gallery_slider .choose_btn span {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #EBEEF5;
  box-shadow: 0px 0px 8px 0px rgba(17, 35, 192, 0.1019607843), 0px 0px 2px 0px #E7E7E7;
  transition: 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery_slider .choose_btn span:hover {
  background: #DEE4F2;
}
.gallery_slider .choose_btn span:active {
  background: #C4CDE2;
}
.gallery_slider .choose_btn:disabled {
  box-shadow: 0px 0px 8px 0px rgba(17, 35, 192, 0.0509803922), 0px 0px 2px 0px #E7E7E7;
  background: #FAFAFA;
  outline: transparent;
}
.gallery_slider .choose_btn:disabled svg {
  opacity: 40%;
}

@media (max-width: 992px) {
  .souund_choose {
    padding: 32px 0;
  }
}

.discount {
  margin: 96px 0;
  background: #2B2D3A;
  overflow: hidden;
}
.discount .container {
  overflow: hidden;
  position: relative;
}
@media (max-width: 992px) {
  .discount {
    margin: 32px 0;
  }
}
.discount .circle {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 961px;
  height: 563px;
  background: radial-gradient(43.69% 43.69% at 50% 50%, #5568FF 0%, rgba(85, 104, 255, 0) 100%);
  opacity: 50%;
}
@media (max-width: 992px) {
  .discount .circle {
    width: 324px;
    height: 191px;
    top: 98px;
  }
}
.discount .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.discount_left {
  display: flex;
  align-items: center;
  gap: 33px;
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .discount_left {
    flex-direction: column;
    align-items: start;
    padding: 20px 0;
    gap: 8px;
  }
}
.discount_left h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 64px;
  line-height: 130%;
  color: #FFFFFF;
  text-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1490196078);
}
@media (max-width: 992px) {
  .discount_left h5 {
    font-size: 24px;
    line-height: 100%;
  }
}
.discount_left span {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #FFFFFF;
}
@media (max-width: 992px) {
  .discount_left span {
    font-size: 12px;
    line-height: 100%;
  }
}
.discount_left h6 {
  font-weight: 700;
  font-size: 40px;
  line-height: 130%;
  letter-spacing: 10px;
  color: #FFFFFF;
}
@media (max-width: 992px) {
  .discount_left h6 {
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 3px;
  }
}
.discount_left .blue_btn {
  display: none;
  margin-top: 16px;
}
@media (max-width: 992px) {
  .discount_left .blue_btn {
    display: block;
    width: 128px;
    box-shadow: 0px 0px 8px 0px rgba(17, 35, 192, 0.1), 0px 0px 2px 0px rgb(231, 231, 231);
  }
}
@media (max-width: 992px) {
  .discount .discount_img {
    display: none;
  }
}
.discount .discount_img_media {
  display: none;
}
@media (max-width: 992px) {
  .discount .discount_img_media {
    display: block;
  }
}

.sound_slider {
  margin-top: 96px;
}
@media (max-width: 992px) {
  .sound_slider {
    margin-top: 32px;
  }
}
.sound_slider_title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .sound_slider_title {
    margin-bottom: 16px;
  }
}
.sound_slider_title span {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #397DFF;
}
@media (max-width: 992px) {
  .sound_slider_title span {
    font-size: 12px;
    line-height: 16px;
  }
}
.sound_slider_title h3 {
  margin-top: 16px;
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  color: #2B2D3A;
}
@media (max-width: 992px) {
  .sound_slider_title h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 640px) {
  .sound_slider .sound_sliderSwiper {
    overflow: visible;
  }
}
.sound_slider .swiper-slide {
  height: auto;
}
.sound_slider_card {
  height: 100%;
  border: 1px solid #DEE4F2;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0px 0px 6.47px 0px rgba(17, 35, 192, 0.05), 0px 0px 1.62px 0px rgb(231, 231, 231);
  display: flex;
  flex-direction: column;
}
@media (max-width: 640px) {
  .sound_slider_card {
    padding: 8px;
  }
}
.sound_slider_card_img {
  width: 100%;
  height: 240px;
  border-radius: 10px;
  object-fit: cover;
}
@media (max-width: 640px) {
  .sound_slider_card_img {
    height: 130px;
    border-radius: 8px;
  }
}
.sound_slider_card_bottom {
  margin-top: auto;
  margin-top: 25px;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: space-between;
}
.sound_slider_card_bottom h5 {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #2B2D3A;
}
.sound_slider_card ul {
  margin: 10px 0 19px 0;
  display: flex;
  gap: 6.47px;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .sound_slider_card ul {
    margin: 8px 0 12px 0;
  }
}
.sound_slider_card ul li {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #6C718F;
  border-radius: 6.47px;
  padding: 6.47px 9.7px;
  background: #EDEDED;
}
@media (max-width: 640px) {
  .sound_slider_card ul li {
    font-size: 12px;
    line-height: 16px;
    border-radius: 8px;
    padding: 8px 16px;
  }
}
.sound_slider_card h6 {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #2B2D3A;
  margin-bottom: 13px;
}
@media (max-width: 640px) {
  .sound_slider_card h6 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
  }
}
.sound_slider_card p {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #2B2D3A;
  flex-grow: 1;
}
@media (max-width: 640px) {
  .sound_slider_card p {
    font-size: 12px;
    line-height: 16px;
  }
}
.sound_slider .card_link {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #EBEEF5;
  box-shadow: 0px 0px 8px 0px rgba(17, 35, 192, 0.1019607843), 0px 0px 2px 0px #E7E7E7;
  transition: 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sound_slider .card_link:hover {
  background: #DEE4F2;
}
.sound_slider .card_link:active {
  background: #C4CDE2;
}
.sound_slider .card_link:disabled {
  box-shadow: 0px 0px 8px 0px rgba(17, 35, 192, 0.0509803922), 0px 0px 2px 0px #E7E7E7;
  background: #FAFAFA;
  outline: transparent;
}
.sound_slider .card_link:disabled svg {
  opacity: 40%;
}

.sound_home {
  padding: 24px 0 88px 0;
}
@media (max-width: 992px) {
  .sound_home {
    padding-bottom: 0;
    padding-top: 0;
    background: transparent;
  }
}
.sound_home .container {
  position: relative;
}
@media (max-width: 992px) {
  .sound_home .container {
    padding-bottom: 0;
    gap: 16px;
  }
}
.sound_home .portfolio_home_img {
  width: 670px;
  height: 500px;
}
@media (max-width: 992px) {
  .sound_home .portfolio_home_img {
    width: 100%;
    height: auto;
  }
}
.sound_home .portfolio_home_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sound_home .about_home_text h6 br {
  display: block;
}
@media (max-width: 992px) {
  .sound_home p {
    margin: 16px 0;
  }
}
@media (max-width: 992px) {
  .sound_home .portfolio_home_btns {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .sound_home .portfolio_home_btns .blue_btn {
    position: static;
    width: 192px;
    flex-shrink: 0;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .sound_home .portfolio_home_btns .play_btns {
    display: flex;
  }
}
@media (max-width: 992px) {
  .sound_home .portfolio_home_btns .play_btns span {
    display: flex;
    text-align: left;
  }
}
.sound_home .sound_home_info {
  position: absolute;
  bottom: -70px;
  left: 16px;
  width: 1119px;
  border-radius: 12px;
  box-shadow: 0px 0px 8px 0px rgba(17, 35, 192, 0.1411764706), 0px 0px 2px 0px #E7E7E7;
  padding: 24px 56px;
  background: #FFFFFF;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1280px) {
  .sound_home .sound_home_info {
    width: calc(100% - 30px);
  }
}
@media (max-width: 992px) {
  .sound_home .sound_home_info {
    display: none;
  }
}
.sound_home .sound_home_info_block:nth-child(3) {
  max-width: 315px;
}
.sound_home .sound_home_info_block:nth-child(2) {
  max-width: 278px;
}
.sound_home .sound_home_info_block:nth-child(1) {
  max-width: 279px;
}
.sound_home .sound_home_info h6 {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #2B2D3A;
  display: flex;
  align-items: center;
  gap: 8px;
}
.sound_home .sound_home_info h6 img {
  display: flex;
  flex-shrink: 0;
}
.sound_home .sound_home_info p {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #939393;
  margin-top: 8px;
}

.metal_trusses {
  background: transparent;
}

.configuration_metal {
  margin-bottom: 96px;
  margin-top: 64px;
}
@media (max-width: 992px) {
  .configuration_metal {
    margin-bottom: 32px;
    margin-top: 32px;
  }
}
.configuration_metal .container {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 992px) {
  .configuration_metal .container {
    display: block;
  }
}
.configuration_metal_block_title {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .configuration_metal_block_title {
    align-items: start;
    flex-direction: column;
    gap: 12px;
  }
}
@media (max-width: 992px) {
  .configuration_metal_block_title img {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 992px) {
  .configuration_metal_block {
    width: 50%;
    border-radius: 10px;
    padding: 16px;
    border: 1px solid #DEE4F2;
  }
}
@media (max-width: 480px) {
  .configuration_metal_block {
    min-width: 220px;
  }
}
.configuration_metal_text {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 992px) {
  .configuration_metal_text {
    width: 100%;
    gap: 16px;
    flex-direction: row;
  }
}
@media (max-width: 480px) {
  .configuration_metal_text {
    padding: 0 16px;
    width: calc(100% + 32px);
    position: relative;
    left: -16px;
    overflow-x: scroll;
  }
  .configuration_metal_text::-webkit-scrollbar {
    display: none;
  }
}
.configuration_metal_left {
  max-width: 496px;
}
@media (max-width: 992px) {
  .configuration_metal_left {
    max-width: 100%;
  }
}
.configuration_metal_left h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #2B2D3A;
}
.configuration_metal_left p {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #2B2D3A;
}
.configuration_metal_right {
  width: 704px;
  height: 468px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .configuration_metal_right {
    display: none;
  }
}
.configuration_metal_right img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 10px;
}
.configuration_metal h3 {
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  color: #2B2D3A;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .configuration_metal h3 {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 28px;
  }
}

.configuration_metal_ready .configuration_metal_left {
  max-width: 392px;
}
@media (max-width: 992px) {
  .configuration_metal_ready .configuration_metal_left {
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  .configuration_metal_ready .configuration_metal_text {
    padding: 0 16px;
    width: calc(100% + 32px);
    position: relative;
    left: -16px;
    overflow-x: scroll;
  }
  .configuration_metal_ready .configuration_metal_text::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 640px) {
  .configuration_metal_ready .configuration_metal_block {
    min-width: 220px;
  }
}
.configuration_metal_ready .configuration_metal_right {
  width: 808px;
  display: flex;
  align-items: end;
  justify-content: end;
}
@media (max-width: 992px) {
  .configuration_metal_ready .configuration_metal_right {
    display: none;
  }
}

.instrument {
  margin-top: 155px;
}
@media (max-width: 992px) {
  .instrument {
    margin-top: 32px;
  }
}
.instrument_top {
  display: flex;
  gap: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 83px;
}
@media (max-width: 992px) {
  .instrument_top {
    grid-template-columns: repeat(1, 1fr);
    gap: 4px;
    margin-bottom: 4px;
  }
}
.instrument_block_one {
  position: relative;
  height: 320px;
}
@media (max-width: 992px) {
  .instrument_block_one {
    border-radius: 12px;
    height: 128px;
    background: #397DFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
  }
}
.instrument_block_one .media_img {
  display: none;
}
@media (max-width: 992px) {
  .instrument_block_one .media_img {
    display: flex;
    width: 168px;
    height: 128px;
  }
}
.instrument_block_one .instrument_text {
  position: absolute;
  right: 60px;
  top: 106px;
  height: auto;
  width: 250px;
  z-index: 3;
}
@media (max-width: 992px) {
  .instrument_block_one .instrument_text {
    position: static;
    padding: 0px 15px 0px 15px;
    width: 162px;
  }
}
.instrument_block_one .instrument_text span {
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 992px) {
  .instrument_block_one .instrument_text span {
    gap: 8px;
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 992px) {
  .instrument_block_one .instrument_text span svg {
    width: 24px;
    height: 24px;
  }
}
.instrument_block_one .instrument_text p {
  margin-top: 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}
@media (max-width: 992px) {
  .instrument_block_one .instrument_text p {
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
  }
}
.instrument_block_one .instrument_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .instrument_block_one .instrument_bg {
    display: none;
  }
}
.instrument_block_one .instrument_img {
  position: absolute;
  top: -58px;
  z-index: 3;
}
@media (max-width: 992px) {
  .instrument_block_one .instrument_img {
    display: none;
  }
}
.instrument_block_one .instrument_white {
  position: absolute;
  left: 21px;
  top: 39px;
  z-index: 2;
}
@media (max-width: 992px) {
  .instrument_block_one .instrument_white {
    display: none;
  }
}
.instrument .block_two .instrument_white {
  left: 5px;
}
.instrument .block_two .instrument_text {
  right: 0;
}
.instrument_bottom {
  background: #397DFF;
  border-radius: 48px;
  height: 320px;
  width: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .instrument_bottom {
    height: 128px;
    border-radius: 12px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
  }
}
.instrument_bottom .media_img {
  display: none;
}
@media (max-width: 992px) {
  .instrument_bottom .media_img {
    display: flex;
    width: 168px;
    height: 128px;
  }
}
.instrument_bottom .instrument_white {
  position: absolute;
  left: 226px;
  top: 40px;
}
@media (max-width: 992px) {
  .instrument_bottom .instrument_white {
    display: none;
  }
}
.instrument_bottom .instrument_img {
  position: absolute;
  z-index: 2;
  top: -60px;
}
@media (max-width: 992px) {
  .instrument_bottom .instrument_img {
    display: none;
  }
}
.instrument_bottom .instrument_text {
  position: absolute;
  right: 28px;
  top: 76px;
  height: auto;
  width: 453px;
  z-index: 3;
}
@media (max-width: 992px) {
  .instrument_bottom .instrument_text {
    width: 152px;
    position: static;
  }
}
.instrument_bottom .instrument_text span {
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  color: #FFFFFF;
  display: flex;
  align-items: start;
  gap: 12px;
}
@media (max-width: 992px) {
  .instrument_bottom .instrument_text span {
    gap: 8px;
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 992px) {
  .instrument_bottom .instrument_text span svg {
    width: 24px;
    height: 24px;
  }
}
.instrument_bottom .instrument_text p {
  margin-top: 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}
@media (max-width: 992px) {
  .instrument_bottom .instrument_text p {
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
  }
}
@media (max-width: 992px) {
  .instrument_bottom .instrument_text_one {
    display: none;
  }
}
.instrument_bottom .instrument_text_two {
  display: none;
}
@media (max-width: 992px) {
  .instrument_bottom .instrument_text_two {
    display: block;
  }
}

.footer {
  background: #EBEEF5;
}
.footer_logo {
  display: flex;
  flex-shrink: 0;
}
.footer_top {
  padding: 24px 0;
  margin-bottom: 24px;
  border-bottom: 1px solid #DEE4F2;
}
.footer_top_link {
  gap: 16px;
}
.footer_top_link a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 24px;
  border-radius: 10px;
  border: 1px solid #397DFF;
  color: #397DFF;
}
.footer_links .title_link {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #2B2D3A;
  transition: 0.2s ease;
}
.footer_links .title_link:hover {
  color: #397DFF;
}
.footer_links .catalog_title {
  margin-bottom: 16px;
}
.footer_link {
  gap: 12px;
  margin-top: 16px;
}
.footer_link a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #8B91B4;
}
.footer_bottom {
  padding: 24px 0;
  margin-top: 24px;
  border-top: 1px solid #DEE4F2;
  gap: 24px;
}
@media (max-width: 767px) {
  .footer_bottom {
    padding: 24px 0 76px 0;
  }
}
.footer_bottom span {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #8B91B4;
}
.footer_bottom span:nth-child(2) {
  max-width: 446px;
}
@media (max-width: 992px) {
  .footer_contact {
    margin-top: 24px;
  }
}
.footer_contact h6 {
  margin-bottom: 16px;
}
.footer_contact_link {
  gap: 16px;
}
.footer_contact_link a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #397DFF;
}
.footer_contact_link a:last-child {
  align-items: start;
}
.footer_media_link {
  gap: 16px;
}
.footer_media_link li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_media_link a {
  text-align: center;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #397DFF;
  border-radius: 10px;
  padding: 10px;
  border: 1px solid #397DFF;
}

.catalog {
  padding-bottom: 64px;
}
.catalog .back-link {
  padding-top: 32px;
  font-size: 14px;
  line-height: 129%;
  color: rgba(63, 71, 107, 0.8);
}
.catalog-title {
  font-weight: 800;
  font-size: 28px;
  line-height: 114%;
  color: #2b2d3a;
  margin: 16px 0 32px;
}
@media (max-width: 992px) {
  .catalog-title {
    font-size: 24px;
    line-height: 134%;
    margin: 12px 0 24px;
  }
}
.catalog-list {
  margin-bottom: 32px;
}
.catalog-list .accordion-item {
  border: 0;
  box-shadow: none;
  outline: none;
}
.catalog-list .accordion-heaer, .catalog-list .accordion-button {
  outline: none;
  border: 0;
  box-shadow: none;
  background: transparent;
}
.catalog-list .accordion-button {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #2b2d3a;
}
.catalog-list .accordion-button[aria-expanded=true] {
  color: #397DFF;
}
.catalog-list .accordion-button[aria-expanded=true] .main-img {
  background: #397DFF;
}
.catalog-list .accordion-button .main-img {
  width: 80px;
  height: 48px;
  flex-shrink: 0;
  background: #ebeef5;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.catalog-list .accordion-button .main-img img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.catalog-list .accordion-body {
  padding: 16px 16px 0;
}
.catalog-list .accordion-body a {
  width: 100%;
  padding: 4px 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 129%;
  color: #2b2d3a;
}
.catalog-content {
  gap: 24px;
}
@media (max-width: 992px) {
  .catalog-content {
    flex-direction: column;
  }
}
.catalog-left {
  width: 288px;
  flex-shrink: 0;
}
@media (max-width: 992px) {
  .catalog-left {
    width: 100%;
  }
}
.catalog-left__item {
  padding-right: 32px;
  border-top: 1px solid #EDEDED;
  padding-top: 16px;
}
.catalog-left__item:not(:last-child) {
  padding-bottom: 16px;
}
.catalog-left__item .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 156%;
  color: #2b2d3a;
  width: 100%;
  transition: 0.2s ease-in-out all;
  margin-bottom: 12px;
}
.catalog-left__item .title:hover {
  color: #6C9EFF;
}
.catalog-left__item .title:active {
  color: #397DFF;
}
.catalog-left__item ul:not(.active) li:nth-child(n+5) {
  display: none;
}
.catalog-left__item li a {
  width: 100%;
  font-size: 14px;
  line-height: 129%;
  color: #2b2d3a;
  padding: 4px 4px 4px 8px;
  transition: 0.2s ease-in-out all;
}
.catalog-left__item li a:hover {
  color: #6C9EFF;
}
.catalog-left__item li a:active {
  color: #397DFF;
}
.catalog-left__item .btn-more {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 129%;
  color: rgba(63, 71, 107, 0.6);
  padding: 8px 12px;
  transition: 0.2s ease-in-out all;
}
.catalog-left__item .btn-more svg path {
  transition: 0.2s ease-in-out all;
}
.catalog-left__item .btn-more:hover {
  color: #397DFF;
}
.catalog-left__item .btn-more:hover svg path {
  stroke: #397DFF;
}
.catalog-left__card {
  padding-right: 32px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #EDEDED;
}
.catalog-left__card h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 156%;
  color: #2b2d3a;
  margin-bottom: 12px;
  padding: 4px;
}
.catalog-left__card ul {
  gap: 8px;
}
.catalog-left__card ul a {
  width: 100%;
  padding: 4px 4px 4px 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 129%;
  color: #2b2d3a;
  transition: 0.2s ease-in-out all;
}
.catalog-left__card ul a:hover {
  color: #6C9EFF;
}
.catalog-left__card ul a:active {
  color: #397DFF;
}
.catalog-pagination {
  margin-bottom: 32px;
}
.catalog-pagination a {
  border-radius: 8px;
  padding: 8px 12px;
  background: #EDEDED;
  font-weight: 500;
  font-size: 14px;
  line-height: 129%;
  color: #6C718F;
  transition: 0.2s ease-in-out;
}
@media (max-width: 992px) {
  .catalog-pagination a {
    padding: 12px 16px;
  }
}
.catalog-pagination a:hover {
  color: #2B2D3A;
}
.catalog-pagination a:active, .catalog-pagination a.active {
  color: #397DFF;
  background: #EBEEF5;
}
.catalog-right {
  width: calc(100% - 312px);
}
@media (max-width: 992px) {
  .catalog-right {
    width: 100%;
  }
}
.catalog-right__head {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 24px;
}
.catalog-right__card {
  width: 100%;
  height: 203px;
  border-radius: 9px;
  display: flex;
  background: #ebeef5;
  position: relative;
  overflow: hidden;
  padding: 18px;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: #2B2D3A;
  transition: 0.2s ease-in-out all;
}
.catalog-right__card:hover {
  color: white;
  box-shadow: 0 0 9px 0 rgba(17, 35, 192, 0.1), 0 0 2px 0 #e7e7e7;
  background: #6C9EFF;
}
.catalog-right__card:active {
  color: white;
  box-shadow: 0 0 9px 0 rgba(17, 35, 192, 0.1), 0 0 2px 0 #e7e7e7;
  background: #397DFF;
}
.catalog-right__card img {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  .catalog-right__in {
    display: flex;
    flex-direction: column-reverse;
  }
  .catalog-right__in .catalog-pagination {
    margin-bottom: 24px;
    width: calc(100% + 32px);
    margin-left: -16px;
    padding: 0 16px;
    overflow-x: scroll;
    flex-wrap: nowrap !important;
  }
  .catalog-right__in .catalog-pagination::-webkit-scrollbar {
    display: none;
  }
  .catalog-right__in .catalog-pagination li {
    flex-shrink: 0;
  }
}
.catalog-card {
  box-shadow: 0 0 8px 0 rgba(17, 35, 192, 0.05), 0 0 2px 0 #e7e7e7;
  background: #fff;
  padding: 16px;
  border-radius: 12px;
  height: 420px;
  position: relative;
}
@media (max-width: 992px) {
  .catalog-card {
    width: 256px;
    padding: 12px;
    height: 380px;
  }
}
@media (max-width: 640px) {
  .catalog-card {
    height: 300px;
    padding: 8px;
  }
}
.catalog-card__block {
  gap: 48px;
}
@media (max-width: 992px) {
  .catalog-card__block {
    gap: 32px;
  }
}
.catalog-card__block-title {
  font-weight: 600;
  font-size: 36px;
  line-height: 111%;
  color: #2b2d3a;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .catalog-card__block-title {
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 16px;
  }
}
.catalog-card__block-swp {
  padding: 10px;
  width: calc(100% + 20px);
  margin: -10px 0 -10px -10px;
  position: relative;
}
@media (max-width: 992px) {
  .catalog-card__block-swp {
    overflow: visible;
  }
}
.catalog-card__block-swp__wrap {
  position: relative;
}
.catalog-card__block-swp__wrap .swp-btn {
  position: absolute;
  width: 48px;
  height: 48px;
  background: #DEE4F2;
  z-index: 2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 8px 0 rgba(17, 35, 192, 0.14), 0 0 2px 0 #e7e7e7;
  top: 186px;
}
@media (max-width: 992px) {
  .catalog-card__block-swp__wrap .swp-btn {
    display: none;
  }
}
.catalog-card__block-swp__wrap .swp-btn__prev {
  left: -32px;
}
@media (max-width: 1280px) {
  .catalog-card__block-swp__wrap .swp-btn__prev {
    left: -15px;
  }
}
.catalog-card__block-swp__wrap .swp-btn__next {
  right: -32px;
}
@media (max-width: 1280px) {
  .catalog-card__block-swp__wrap .swp-btn__next {
    right: -15px;
  }
}
.catalog-card__block-swp__wrap .swp-btn.swiper-button-disabled {
  display: none !important;
}
.catalog-card__swp .swiper-slide {
  height: 152px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .catalog-card__swp .swiper-slide {
    height: 136px;
  }
}
@media (max-width: 640px) {
  .catalog-card__swp .swiper-slide {
    height: 120px;
  }
}
.catalog-card__swp .swiper-slide img {
  max-height: 90%;
  max-width: 100%;
  object-fit: contain;
}
.catalog-card__swp .swp-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  top: auto;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
}
.catalog-card__swp .swp-pagination span {
  width: 100%;
  border-radius: 0;
  height: 2px;
  opacity: 1;
  margin: 0 !important;
  background: #EDEDED;
}
.catalog-card__swp .swp-pagination span.swiper-pagination-bullet-active {
  background: #397DFF;
}
.catalog-card__swp .swp-pagination:has(span:only-child) span {
  background: #397DFF;
}
.catalog-card__swp .swp-pagination.single-slide span {
  background: #397DFF !important;
}
.catalog-card__swp .swp-pagination span:only-child {
  background: #397DFF !important;
}
.catalog-card .swp-pagination.single-slide span {
  background: #397DFF !important;
}
.catalog-card .swp-pagination span:only-child {
  background: #397DFF !important;
}
.catalog-card .swp-pagination.single-slide {
  border: 0.05rem solid #397DFF !important;
}
.catalog-card__description {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #6c718f;
  margin: 16px 0 4px;
}
@media (max-width: 640px) {
  .catalog-card__description {
    display: none;
  }
}
.catalog-card__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #2b2d3a;
  margin-bottom: 27px;
}
@media (max-width: 992px) {
  .catalog-card__title {
    font-size: 14px;
    line-height: 153%;
    margin-bottom: 18px;
  }
}
@media (max-width: 640px) {
  .catalog-card__title {
    font-size: 12px;
    line-height: 140%;
    margin-bottom: 8px;
    margin-top: 12px;
  }
}
.catalog-card__alert {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 129%;
  color: rgba(43, 45, 58, 0.8);
  display: flex;
  align-items: center;
  gap: 4px;
}
@media (max-width: 992px) {
  .catalog-card__alert {
    font-size: 12px;
    line-height: 133%;
    color: rgba(43, 45, 58, 0.8);
    margin-bottom: 12px;
  }
}
@media (max-width: 640px) {
  .catalog-card__alert {
    font-size: 10px;
    line-height: 130%;
    margin-bottom: 6px;
    gap: 2px;
  }
}
.catalog-card__price {
  font-weight: 500;
  font-size: 28px;
  line-height: 114%;
  color: #2b2d3a;
}
@media (max-width: 992px) {
  .catalog-card__price {
    font-size: 28px;
    line-height: 114%;
  }
}
@media (max-width: 640px) {
  .catalog-card__price {
    font-size: 20px;
    line-height: 120%;
  }
}
.catalog-card__price-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 16px;
}
@media (max-width: 640px) {
  .catalog-card__price-wrap {
    margin-bottom: 6px;
  }
}
.catalog-card__price-wrap p {
  font-weight: 400;
  font-size: 14px;
  line-height: 129%;
  color: #b7b7b7;
}
@media (max-width: 992px) {
  .catalog-card__price-wrap p {
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  .catalog-card__price-wrap p {
    display: none;
  }
}
.catalog-card__bottom {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}
@media (max-width: 992px) {
  .catalog-card__bottom {
    bottom: 12px;
    left: 12px;
    right: 12px;
  }
}
@media (max-width: 640px) {
  .catalog-card__bottom {
    bottom: 8px;
    left: 8px;
    right: 8px;
  }
}
.catalog-card .blue_btn {
  width: 100%;
  text-align: center;
}
@media (max-width: 640px) {
  .catalog-card .blue_btn {
    font-size: 11px;
    line-height: 16px;
    padding: 4px 8px;
    border-radius: 6px;
    height: auto;
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.catalog-card__body ul, .catalog-card__right ul {
  display: none;
}
.catalog-card__wrap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
@media (max-width: 1280px) {
  .catalog-card__wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 992px) {
  .catalog-card__wrap {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }
}
@media (max-width: 767px) {
  .catalog-card__wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .catalog-card__wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.catalog-card__wrap .catalog-card {
  width: auto;
}
.catalog-card__wrap.sort-list {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.catalog-card.sort-list {
  display: flex;
  align-items: stretch;
  gap: 16px;
  position: relative;
}
@media (max-width: 992px) {
  .catalog-card.sort-list {
    width: auto;
  }
}
@media (max-width: 767px) {
  .catalog-card.sort-list {
    gap: 8px;
    padding: 8px;
    border-radius: 12px;
  }
}
.catalog-card.sort-list .catalog-card__swp {
  width: 232px;
  height: 216px;
  flex-shrink: 0;
}
@media (max-width: 1280px) {
  .catalog-card.sort-list .catalog-card__swp {
    width: 200px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .catalog-card.sort-list .catalog-card__swp {
    width: 104px;
  }
  .catalog-card.sort-list .catalog-card__swp .swiper-wrapper {
    height: 100%;
  }
  .catalog-card.sort-list .catalog-card__swp .swiper-slide {
    height: 100%;
  }
  .catalog-card.sort-list .catalog-card__swp .swp-pagination {
    display: none;
  }
}
.catalog-card.sort-list .catalog-card__body {
  width: 100%;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .catalog-card.sort-list .catalog-card__body {
    padding-bottom: 0;
  }
}
.catalog-card.sort-list .catalog-card__body ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (max-width: 767px) {
  .catalog-card.sort-list .catalog-card__body ul {
    display: none;
  }
}
.catalog-card.sort-list .catalog-card__body ul li {
  font-weight: 400;
  font-size: 12px;
  line-height: 133%;
  color: #2b2d3a;
}
.catalog-card.sort-list .catalog-card__description {
  margin: 0 0 4px;
}
@media (max-width: 767px) {
  .catalog-card.sort-list .catalog-card__description {
    display: none;
  }
}
.catalog-card.sort-list .catalog-card__description br {
  display: none;
}
.catalog-card.sort-list .catalog-card__title {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .catalog-card.sort-list .catalog-card__title {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.catalog-card.sort-list .catalog-card__alert {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .catalog-card.sort-list .catalog-card__alert {
    margin-bottom: 0;
  }
}
.catalog-card.sort-list .catalog-card__price-wrap {
  margin-bottom: 0;
}
.catalog-card.sort-list .catalog-card__price-wrap p {
  position: absolute;
  left: 264px;
  bottom: 16px;
}
@media (max-width: 1280px) {
  .catalog-card.sort-list .catalog-card__price-wrap p {
    left: 232px;
  }
}
@media (max-width: 767px) {
  .catalog-card.sort-list .catalog-card__price-wrap p {
    bottom: 105px;
    right: 8px;
    left: auto;
  }
}
.catalog-card.sort-list .catalog-card__right {
  width: 282px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 1280px) {
  .catalog-card.sort-list .catalog-card__right {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .catalog-card.sort-list .catalog-card__right {
    width: 100%;
    gap: 8px;
  }
}
.catalog-card.sort-list .catalog-card__right-wrap {
  width: 100%;
  display: flex;
  align-items: stretch;
  gap: 16px;
}
@media (max-width: 767px) {
  .catalog-card.sort-list .catalog-card__right-wrap {
    flex-direction: column;
    gap: 12px;
  }
}
.catalog-card.sort-list .catalog-card__right ul {
  margin: 23px 0 30px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 767px) {
  .catalog-card.sort-list .catalog-card__right ul {
    display: none;
  }
}
.catalog-card.sort-list .catalog-card__right ul li {
  font-weight: 400;
  font-size: 14px;
  line-height: 129%;
  color: #2b2d3a;
}
.catalog-card.sort-list .catalog-card__right ul li span {
  font-weight: 500;
}
.catalog-settings {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .catalog-settings__left {
    flex-direction: column-reverse !important;
    width: 100%;
  }
}
.catalog-settings .filter-btn {
  padding: 7px 23px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #397DFF;
}
@media (max-width: 767px) {
  .catalog-settings .filter-btn {
    width: 100% !important;
    justify-content: center;
  }
}
.catalog .icon_counter {
  background-color: #FF4B4B;
  color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  margin-left: 4px;
  min-width: 20px;
}
.catalog-sort li {
  position: relative;
  z-index: 1;
}
.catalog-sort input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
}
.catalog-sort p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #2b2d3a;
}
.catalog-sort input:checked ~ p {
  color: #397DFF;
}
.catalog-sort__right button {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-sort__right button.active svg path {
  fill: #397DFF;
}
.catalog .sort-select {
  position: relative;
}
@media (max-width: 767px) {
  .catalog .sort-select {
    width: 100%;
  }
}
.catalog .sort-select__btn {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #ededed;
  border-radius: 4px;
  padding: 0 12px;
  height: 44px;
  width: 344px;
  background: white;
}
@media (max-width: 767px) {
  .catalog .sort-select__btn {
    width: 100%;
  }
}
.catalog .sort-select__btn input {
  width: 100%;
  color: #8B91B4;
  font-weight: 400;
  font-size: 14px;
  line-height: 129%;
}
.catalog .sort-select__btn img, .catalog .sort-select__btn svg {
  flex-shrink: 0;
}
.catalog .sort-select__list {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 5;
  transform: translateY(100%);
  box-shadow: 0 0 8px 0 rgba(17, 35, 192, 0.14), 0 0 2px 0 #e7e7e7;
  border-radius: 0 0 8px 8px;
  padding: 16px;
  background: white;
  display: none;
  flex-direction: column;
  gap: 12px;
}
.catalog .sort-select__list li {
  font-weight: 400;
  font-size: 14px;
  line-height: 129%;
  color: #8b91b4;
  padding: 8px;
}
.catalog .sort-select__list li.active {
  color: #397DFF;
}
.catalog .sort-select.active .sort-select__btn {
  position: relative;
  z-index: 6;
  border-radius: 4px 4px 0 0;
}
.catalog .sort-select.active .sort-select__list {
  display: flex;
}

.blue_btn_border.catalog-load-more-btn {
  display: none;
}
@media (max-width: 767px) {
  .blue_btn_border.catalog-load-more-btn {
    display: block;
  }
}

.show-more-desktop.catalog-load-more-btn {
  display: block;
}
@media (max-width: 767px) {
  .show-more-desktop.catalog-load-more-btn {
    display: none;
  }
}

.anons-block {
  margin-bottom: 128px;
}
.anons-block__item {
  position: relative;
  z-index: 1;
  color: white;
  margin-bottom: 64px;
}
.anons-block__item .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.anons-block__item h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 64px;
  line-height: 130%;
  letter-spacing: -0.05em;
  text-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.15);
  margin-right: 33px;
}
.anons-block__item p {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
}
.anons-block__item h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 130%;
  letter-spacing: 0.2em;
}
.anons-block__item .blue_btn {
  margin-left: 125px;
}
.anons-block__item .discount_img {
  display: block;
}
@media (max-width: 992px) {
  .anons-block__item .discount_img {
    display: none;
  }
}
.anons-block__item .discount_img_media {
  display: none;
}
@media (max-width: 992px) {
  .anons-block__item .discount_img_media {
    display: block;
  }
}
.anons-block .catalog-card__block-swp__wrap {
  position: relative;
}
.anons-block .catalog-card__block-swp__wrap .swp-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: white;
  border: 1px solid #dee4f2;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.anons-block .catalog-card__block-swp__wrap .swp-btn__prev {
  left: 10px;
}
.anons-block .catalog-card__block-swp__wrap .swp-btn__next {
  right: 10px;
}
.anons-block .catalog-card__block-swp__wrap .swp-btn:hover {
  background: #f8f9fa;
}
.anons-block .catalog-card__block-swp__wrap .swp-btn.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
@media (max-width: 992px) {
  .anons-block .catalog-card__block-swp__wrap .swp-btn {
    display: none;
  }
}
.anons-block .anons-block__swp {
  overflow: hidden;
  width: 100%;
}
.anons-block .anons-block__swp .catalog-card {
  box-sizing: border-box;
}

.filter-modal .offcanvas-header {
  padding: 48px 24px 24px;
}
.filter-modal .offcanvas-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 117%;
  color: #2b2d3a;
}
.filter-modal .offcanvas-body {
  padding: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.filter-modal__content {
  flex: 1;
  overflow-y: auto;
  padding-bottom: 100px;
}
.filter-modal__btns {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 400px;
  max-width: 100%;
  background: white;
  padding: 16px;
  box-shadow: 0 -4px 8px 0 rgba(17, 35, 192, 0.14), 0 -2px 4px 0 #e7e7e7;
  gap: 10px;
  z-index: 1060;
}
@media (max-width: 992px) {
  .filter-modal__btns {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .filter-modal__btns {
    gap: 8px;
    width: 100%;
  }
  .filter-modal__btns button {
    width: 100%;
    justify-content: center;
    font-size: 11px;
  }
}
.filter-modal .form-search {
  position: relative;
  margin-bottom: 12px;
}
.filter-modal .form-search input {
  border: 1px solid #8b91b4;
  border-radius: 4px;
  padding: 0 8px;
  height: 40px;
  width: 100%;
}
.filter-modal .form-search button {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.filter-modal .form-checkbox {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  user-select: none;
  gap: 8px;
}
.filter-modal .form-checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
}
.filter-modal .form-checkbox .icon {
  border-radius: 2px;
  background: #fff;
  border: 1px solid #d2d2d2;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.filter-modal .form-checkbox .icon svg {
  display: none;
}
.filter-modal .form-checkbox input:checked ~ .icon svg {
  display: block;
}
.filter-modal__list-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 156%;
  color: #2b2d3a;
  border-bottom: 1px solid #ededed;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.filter-modal__list-wrap {
  gap: 48px;
  padding: 0 8px 0 24px;
}
.filter-modal .manufacturers-list {
  scroll-behavior: smooth;
}
.filter-modal .manufacturers-list::-webkit-scrollbar {
  width: 6px;
}
.filter-modal .manufacturers-list::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}
.filter-modal .manufacturers-list::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}
.filter-modal .manufacturers-list::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}
.filter-modal__selected {
  padding: 24px 24px 0;
  margin-bottom: 24px;
}
.filter-modal__selected-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #8B91B4;
  margin-bottom: 12px;
}
.filter-modal__selected-items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.filter-modal__selected-item {
  background: #F0F2FF;
  border-radius: 4px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 150%;
  color: #5568FF;
}
.filter-modal__selected-remove {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.filter-modal__selected-remove:hover {
  opacity: 0.7;
}
.filter-modal__price {
  padding: 0 24px;
  margin-bottom: 24px;
}
.filter-modal__price-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 156%;
  color: #2b2d3a;
  border-bottom: 1px solid #ededed;
  padding-bottom: 12px;
  margin-bottom: 16px;
}
.filter-modal__price-inputs {
  display: flex;
  gap: 12px;
}
@media (max-width: 480px) {
  .filter-modal__price-inputs {
    flex-direction: column;
    gap: 8px;
  }
}
.filter-modal__price-input {
  flex: 1;
}
.filter-modal__price-input label {
  font-size: 14px;
  line-height: 150%;
  color: #8B91B4;
  margin-bottom: 4px;
  display: block;
}
.filter-modal__price-input .input-wrapper {
  position: relative;
}
.filter-modal__price-input .input-wrapper input {
  width: 100%;
  height: 40px;
  border: 1px solid #D2D2D2;
  border-radius: 4px;
  padding: 0 32px 0 12px;
  font-size: 14px;
  line-height: 150%;
  color: #2B2D3A;
}
.filter-modal__price-input .input-wrapper input::placeholder {
  color: #8B91B4;
}
.filter-modal__price-input .input-wrapper input:focus {
  outline: none;
  border-color: #5568FF;
}
.filter-modal__price-input .input-wrapper .input-clear {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.filter-modal__price-input .input-wrapper .input-clear:hover {
  opacity: 0.7;
}

.mobile-categories-slider {
  padding: 0 16px;
}
.mobile-categories-slider .mobile-categories-swiper {
  overflow: visible;
  margin: 0 -16px;
}
.mobile-categories-slider .mobile-categories-swiper .swiper-wrapper {
  align-items: stretch;
}
.mobile-categories-slider .mobile-categories-swiper .swiper-slide {
  width: auto;
  flex-shrink: 0;
}
.mobile-categories-slider .mobile-category-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #EDEDED;
  transition: all 0.2s ease;
  text-decoration: none;
  width: 140px;
  height: 140px;
}
.mobile-categories-slider .mobile-category-card:hover {
  border-color: #397DFF;
  box-shadow: 0 2px 8px rgba(57, 125, 255, 0.1);
  text-decoration: none;
}
.mobile-categories-slider .mobile-category-image {
  width: 60px;
  height: 60px;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-categories-slider .mobile-category-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.mobile-categories-slider .mobile-category-name {
  font-size: 11px;
  line-height: 130%;
  text-align: center;
  color: #2B2D3A;
  font-weight: 500;
  transition: color 0.2s ease;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  max-width: 100%;
}
.mobile-categories-slider .mobile-category-card:hover .mobile-category-name {
  color: #397DFF;
}

html,
body {
  overflow-x: hidden;
}

body.modal-open {
  padding-right: 0 !important;
  overflow-y: hidden;
}

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