@charset "UTF-8";
/* подключение шрифтов */
@font-face {
  font-family: Inter;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/inter-300.eot");
  src: url("../fonts/inter-300.eot?#iefix") format("embedded-opentype"), url("../fonts/inter-300.woff") format("woff"), url("../fonts/inter-300.woff2") format("woff2"), url("../fonts/inter-300.ttf") format("truetype");
}
@font-face {
  font-family: Inter;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/inter-400.eot");
  src: url("../fonts/inter-400.eot?#iefix") format("embedded-opentype"), url("../fonts/inter-400.woff") format("woff"), url("../fonts/inter-400.woff2") format("woff2"), url("../fonts/inter-400.ttf") format("truetype");
}
@font-face {
  font-family: Inter;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/inter-500.eot");
  src: url("../fonts/inter-500.eot?#iefix") format("embedded-opentype"), url("../fonts/inter-500.woff") format("woff"), url("../fonts/inter-500.woff2") format("woff2"), url("../fonts/inter-500.ttf") format("truetype");
}
@font-face {
  font-family: Inter;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/inter-600.eot");
  src: url("../fonts/inter-600.eot?#iefix") format("embedded-opentype"), url("../fonts/inter-600.woff") format("woff"), url("../fonts/inter-600.woff2") format("woff2"), url("../fonts/inter-600.ttf") format("truetype");
}
@font-face {
  font-family: Inter;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/inter-700.eot");
  src: url("../fonts/inter-700.eot?#iefix") format("embedded-opentype"), url("../fonts/inter-700.woff") format("woff"), url("../fonts/inter-700.woff2") format("woff2"), url("../fonts/inter-700.ttf") format("truetype");
}
@font-face {
  font-family: Inter;
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/inter-800.eot");
  src: url("../fonts/inter-800.eot?#iefix") format("embedded-opentype"), url("../fonts/inter-800.woff") format("woff"), url("../fonts/inter-800.woff2") format("woff2"), url("../fonts/inter-800.ttf") format("truetype");
}
@font-face {
  font-family: Russo One;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/russo-one-400.eot");
  src: url("../fonts/russo-one-400.eot?#iefix") format("embedded-opentype"), url("../fonts/russo-one-400.woff") format("woff"), url("../fonts/russo-one-400.woff2") format("woff2"), url("../fonts/russo-one-400.ttf") format("truetype");
}
.atropos {
  position: relative;
  display: block;
  perspective: 1200px;
  transform: translate3d(0, 0, 0);
}
.atropos-rotate-touch, .atropos-rotate-scroll-x, .atropos-rotate-scroll-y {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  user-select: none;
}
.atropos-rotate-touch-scroll-y {
  touch-action: pan-y;
}
.atropos-rotate-touch-scroll-x {
  touch-action: pan-x;
}
.atropos-rotate-touch {
  touch-action: none;
}

.atropos-scale,
.atropos-rotate {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition-property: transform;
  display: block;
}

.atropos-shadow,
.atropos-highlight {
  position: absolute;
  pointer-events: none;
  transition-property: transform, opacity;
  display: block;
  opacity: 0;
}

.atropos-shadow {
  z-index: -1;
  background: #000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  filter: blur(30px);
}

.atropos-highlight {
  left: -50%;
  top: -50%;
  width: 200%;
  height: 200%;
  background-image: radial-gradient(circle at 50%, rgba(255, 255, 255, 0.25), transparent 50%);
  z-index: 0;
}

.atropos-rotate {
  position: relative;
}

.atropos-inner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
  transform: translate3d(0, 0, 0);
  display: block;
}

.atropos-active {
  z-index: 1;
}
.atropos-active .atropos-shadow {
  opacity: 1 !important;
}

[data-atropos-offset] {
  transition-property: transform;
}

[data-atropos-opacity] {
  transition-property: opacity;
}

[data-atropos-offset][data-atropos-opacity] {
  transition-property: transform, opacity;
}

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

/* Remove default margin */
body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* global styles */
:root {
  --white-color:#F5F5F6;
  --white-color-1:#F0F2F4;
  --dark-color: #0F1937;
  --dark-color-1: #364161;
  --dark-color-2: #364161;
  --red-color: #D8274F;
  --negative-color: #ED0610;
  --accent-color:#C22347;
  --input-placeholder-color:#838795;
  --grey-color:#CDCFD1;
  --grey-color-1:#E4E6E8;
  --grey-1:#999DAA;
  --grey-dark-color: #77738C;
  --background-color:#F0F2F4;
  --background-color-2: #E9EBED;
}

body {
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-size: clamp(14px, 0.875rem + (1vw - 3.2px) * 0.1785714286, 16px);
  display: flex;
  flex-direction: column;
  background: url(../resources/images/grid-bg--mobile.svg) no-repeat center bottom/contain;
  background-attachment: fixed;
  background-color: var(--background-color-2);
  margin: 0;
}
@media (min-width: 768px) {
  body {
    background: url(../resources/images/grid-bg--tablet.svg) no-repeat center bottom/contain;
    background-attachment: fixed;
    background-color: var(--background-color-2);
  }
}
@media (min-width: 1440px) {
  body {
    background: url(../resources/images/grid-bg--desktop.svg) no-repeat center bottom/contain;
    background-attachment: fixed;
    background-color: var(--background-color-2);
  }
}
@media (min-width: 1920px) {
  body {
    background: url(../resources/images/grid-bg--desktop-2.svg) no-repeat center bottom/contain;
    background-attachment: fixed;
    background-color: var(--background-color-2);
  }
}

@keyframes bg-scrolling {
  0% {
    background-position-y: 480px;
  }
  25% {
    background-position-y: 500px;
  }
  50% {
    background-position-y: 550px;
  }
  100% {
    background-position-y: 480px;
  }
}
body.overflow-hidden {
  overflow: hidden;
}

body.off-shadow-header .header {
  box-shadow: none;
}

body.loader-is-active {
  visibility: hidden;
  transition: 0.3s ease-in-out;
}

body #magicMouseCursor {
  border: 1px solid var(--dark-color-1) !important;
  -webkit-transition: width 0.3s, height 0.3s, opacity 150ms, -webkit-transform 0.07s !important;
  transition: width 0.3s, height 0.3s, opacity 150ms, -webkit-transform 0.07s !important;
  transition: transform 0.07s, width 0.3s, height 0.3s, opacity 150ms !important;
  transition: transform 0.07s, width 0.3s, height 0.3s, opacity 150ms, -webkit-transform 0.07s !important;
}

body #magicMouseCursor.hovered {
  width: 36px !important;
  height: 36px !important;
  border-radius: 50% !important;
}

body #magicMouseCursor.clicked {
  width: 16px !important;
  height: 16px !important;
}

body #magicMouseCursor.faded {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.container {
  --max-width: 1440px;
  width: min(100%, var(--max-width));
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .container {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media (min-width: 1440px) {
  .container {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
@media (min-width: 1920px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}

button {
  cursor: pointer;
  outline: transparent;
}

.grid {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
}

.flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

ul:not([class]),
ol:not([class]) {
  padding: 0;
  margin: 0;
}

fieldset {
  padding: 0;
  margin: 0;
  border: none;
}

textarea::-webkit-scrollbar {
  width: 10px;
  height: 8px;
}

textarea::-webkit-scrollbar-thumb {
  background-color: var(--dark-color);
  height: 8px;
}

@keyframes burg2top {
  20% {
    margin-top: 0em;
    transform: rotate(0deg);
  }
  60% {
    margin-top: 0em;
    transform: rotate(55deg);
  }
  100% {
    margin-top: 0em;
    transform: rotate(45deg);
  }
}
@keyframes burg2bottom {
  20% {
    margin-top: 0em;
    transform: rotate(0deg);
  }
  60% {
    margin-top: 0em;
    transform: rotate(-55deg);
  }
  100% {
    margin-top: 0em;
    transform: rotate(-45deg);
  }
}
@keyframes burg2topReset {
  0% {
    margin-top: 0em;
    transform: rotate(45deg);
  }
  20% {
    transform: rotate(0deg);
  }
  60% {
    margin-top: 1.7em;
    transform: rotate(0deg);
  }
  100% {
    margin-top: 1.5em;
    transform: rotate(0deg);
  }
}
@keyframes burg2bottomReset {
  0% {
    margin-top: 0em;
    transform: rotate(-45deg);
  }
  20% {
    transform: rotate(0deg);
  }
  60% {
    margin-top: -1.7em;
    transform: rotate(0deg);
  }
  100% {
    margin-top: -1.5em;
    transform: rotate(0deg);
  }
}
@keyframes scale-up {
  50% {
    transform: scale(1.5);
  }
}
.primary-btn {
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
  cursor: pointer;
  background-color: var(--white-color-1);
  text-decoration: none;
  text-align: center;
  font-weight: 500;
}

.primary-btn span {
  color: white;
  border: 1px solid var(--accent-color);
  transition: 0.2s 0.1s;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.primary-btn:hover span,
.primary-btn:active span,
.primary-btn:focus span {
  color: var(--accent-color);
  transition: 0.2s 0.1s;
}

.primary-btn::before {
  content: "";
  position: absolute;
  background-color: var(--accent-color);
  transition: 0.3s ease-out;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.primary-btn:hover::before,
.primary-btn:active::before,
.primary-btn:focus::before {
  height: 0%;
}

.secondary-btn {
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
  cursor: pointer;
  background-color: var(--white-color-1);
  text-decoration: none;
  text-align: center;
  font-weight: 500;
}

.secondary-btn span {
  color: white;
  border: 1px solid var(--dark-color);
  transition: 0.2s 0.1s;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.secondary-btn:hover span,
.secondary-btn:active span,
.secondary-btn:focus span {
  color: var(--dark-color);
  transition: 0.2s 0.1s;
}

.secondary-btn::before {
  content: "";
  position: absolute;
  background-color: var(--dark-color);
  transition: 0.3s ease-out;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.secondary-btn:hover::before,
.secondary-btn:active::before,
.secondary-btn:focus::before {
  height: 0%;
}

.outline-btn {
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
}

.outline-btn.active,
.outline-btn:active {
  box-shadow: inset 4px 4px 0px rgba(15, 25, 55, 0.3);
}

.outline-btn span {
  color: var(--dark-color);
  border: 1px solid var(--dark-color);
  transition: 0.2s 0.1s;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.outline-btn:hover span,
.outline-btn:active span,
.outline-btn:focus span {
  color: var(--white-color);
  transition: 0.2s;
}

.outline-btn::before {
  content: "";
  position: absolute;
  background-color: var(--accent-color);
  transition: 0.3s ease-out;
  bottom: 0;
  height: 0;
  width: 100%;
}

.outline-btn:hover::before,
.outline-btn:active::before,
.outline-btn:focus::before {
  height: 100%;
}

@keyframes unfoldIn {
  0% {
    transform: scaleY(0.005) scaleX(0);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(1) scaleX(1);
  }
}
@keyframes unfoldOut {
  0% {
    transform: scaleY(1) scaleX(1);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(0.005) scaleX(0);
  }
}
.modal {
  position: fixed;
  display: flex;
  justify-content: center;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform: scale(0);
  z-index: -999;
  pointer-events: none;
}
.modal__title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 16px;
}
.modal__title {
  font-family: "Russo One", sans-serif;
  font-weight: 400;
  font-size: 27px;
  line-height: 32px;
  color: var(--dark-color);
}
@media (min-width: 768px) {
  .modal__title {
    font-size: 38px;
    line-height: 44px;
  }
}
.modal__close-btn {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 18px;
  height: 18px;
  transform: rotate(45deg);
}
.modal__close-btn span {
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: var(--dark-color);
}
.modal__close-btn span:first-child {
  transform: rotate(90deg);
}
.modal__close-btn span:last-child {
  transform: rotate(180deg);
}
.modal__form {
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .modal__form {
    padding: 32px;
    padding-top: 0;
  }
}
.modal__submit-btn {
  font-size: 16px;
  line-height: 20px;
}

.modal-background {
  background-color: rgba(15, 25, 55, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.modal fieldset {
  padding: 0;
  margin: 0;
  border: none;
}

.modal.active {
  transform: scaleY(0.01) scaleX(0);
  animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  z-index: 999;
  pointer-events: all;
}

.modal.active.out {
  transform: scale(1);
  animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.modal-content {
  background-color: var(--white-color-1);
  border: 1px solid var(--dark-color-1);
  box-shadow: 8px 8px 0px rgba(15, 25, 55, 0.3);
  border-radius: 30px;
  min-width: 343px;
}
@media (min-width: 768px) {
  .modal-content {
    min-width: 560px;
  }
}

.form-controls-wrapper {
  position: relative;
}

.form-controls-wrapper input,
.form-controls-wrapper textarea {
  background-color: var(--white-color);
  border: 1px solid var(--grey-color);
  transition: 0.2 ease-in-out;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: var(--dark-color);
}

.form-controls-wrapper input::placeholder,
.form-controls-wrapper textarea::placeholder {
  color: var(--input-placeholder-color);
}

.form-controls-wrapper input,
.form-controls-wrapper textarea {
  width: 100%;
}

.form-controls-wrapper input {
  padding-top: 19px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 3px;
}

.form-controls-wrapper textarea {
  resize: none;
  padding-top: 11px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 20px;
}

.form-controls-wrapper textarea:focus,
.form-controls-wrapper textarea:focus-visible,
.form-controls-wrapper textarea:focus-within {
  outline: transparent;
}

.form-controls-wrapper label {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: var(--input-placeholder-color);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: 0.3s ease-in-out;
  margin-left: 16px;
  margin-top: 11px;
  display: flex;
}

.form-controls-wrapper label.active {
  font-size: 12px;
  line-height: 16px;
  margin-top: 2px;
}

.form-controls-wrapper label.active sup {
  padding-left: 3px;
  font-size: 11px;
  margin-top: -1px;
}

.form-controls-wrapper label sup {
  font-size: 14px;
}

.form-controls-wrapper input[disabled],
.form-controls-wrapper textarea[disabled],
.form-controls-wrapper input.disabled,
.form-controls-wrapper textarea.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.form-controls-wrapper:hover input,
.form-controls-wrapper:hover textarea {
  border-color: var(--dark-color);
}

.form-controls-wrapper.error > input,
.form-controls-wrapper.error > input:focus {
  border-color: var(--negative-color);
  outline-color: var(--negative-color);
  outline-width: 0;
}

.form-controls-wrapper input:focus-visible {
  outline-width: 0;
}

.form-controls-wrapper.error > input:focus-visible {
  outline-color: var(--negative-color);
  outline-width: 0;
}

.form-controls-wrapper.error > input {
  color: var(--negative-color);
}

.form-controls-wrapper.correct > input {
  border-color: var(--grey-dark-color);
}

.form-controls-wrapper .icon-error,
.form-controls-wrapper .icon-correct {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 1rem;
  margin-top: 13px;
}

.form-controls-wrapper.correct .icon-correct,
.form-controls-wrapper.error .icon-error {
  display: block;
}

.icon-error,
.icon-correct {
  width: 28px;
  height: 28px;
  display: none;
}

.breadcrumbs {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--dark-color-1);
  box-shadow: 8px 8px 0px rgba(15, 25, 55, 0.3);
  background-color: var(--white-color-1);
  position: relative;
  z-index: 99;
}
.breadcrumbs__container {
  --max-width: 1740px;
}
@media (min-width: 1920px) {
  .breadcrumbs__container {
    padding: 0;
  }
}
.breadcrumbs__list {
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: var(--dark-color);
  display: grid;
  gap: 16px;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
}
@media (min-width: 768px) {
  .breadcrumbs__list {
    gap: 24px;
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .breadcrumbs__list {
    gap: 20px;
  }
}
.breadcrumbs__list-item {
  display: grid;
  gap: 16px;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
}
@media (min-width: 768px) {
  .breadcrumbs__list-item {
    gap: 24px;
  }
}
@media (min-width: 1440px) {
  .breadcrumbs__list-item {
    gap: 20px;
  }
}
.breadcrumbs a {
  text-decoration: none;
  color: inherit;
}
.breadcrumbs a.active {
  color: var(--accent-color);
}
.breadcrumbs__list-item:not(:last-child)::after {
  content: "/";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

.grecaptcha-badge {
  visibility: hidden !important;
  opacity: 0 !important;
}

.previous-page-link {
  text-decoration: none;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: 16px;
  width: 71px;
  height: 24px;
}
@media (min-width: 768px) {
  .previous-page-link {
    margin-left: 29px;
    width: 126px;
    height: 24px;
  }
}
@media (min-width: 1440px) {
  .previous-page-link {
    margin-left: 61px;
    margin-bottom: 0;
    position: relative;
    top: 10px;
  }
}
@media (min-width: 1920px) {
  .previous-page-link {
    margin-left: 90px;
  }
}
.previous-page-link svg {
  width: 100%;
  height: 100%;
}
.previous-page-link__icon-default-mobile, .previous-page-link__icon-default-tablet, .previous-page-link__icon-active {
  transition: 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .previous-page-link__icon-default-mobile {
    opacity: 0;
  }
}
.previous-page-link__icon-default-tablet {
  opacity: 0;
}
@media (min-width: 768px) {
  .previous-page-link__icon-default-tablet {
    opacity: 1;
  }
}

.section-title {
  font-family: "Russo One", sans-serif;
  font-weight: 400;
  font-size: 29px;
  line-height: 36px;
  text-align: center;
  color: var(--dark-color);
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .section-title {
    font-size: 42px;
    line-height: 50px;
  }
}
@media (min-width: 1440px) {
  .section-title {
    font-size: 48px;
    line-height: 58px;
  }
}

.grid-bg-wrapper {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: -9999;
}

.grid-bg {
  animation: 30s 5s gridBg infinite;
}

@keyframes gridBg {
  0% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(25px);
  }
  20% {
    transform: translateY(50px);
  }
  30% {
    transform: translateY(75px);
  }
  40% {
    transform: translateY(100px);
  }
  50% {
    transform: translateY(75px);
  }
  60% {
    transform: translateY(50px);
  }
  80% {
    transform: translateY(25px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-top: 104px;
  animation: spinner 1s linear infinite;
}

.spinner[data-aos=spinner-fade-out] {
  opacity: 1;
  visibility: visible;
  transition-property: all;
}
.spinner[data-aos=spinner-fade-out].aos-animate {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0;
  pointer-events: none;
}

.swiper {
  width: 100%;
  height: 100%;
}

.modal-alt {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 25, 55, 0.8);
  opacity: 0;
  visibility: hidden;
  z-index: -999;
  pointer-events: none;
  transition: 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.modal-alt__close-btn {
  padding: 0;
  margin: 0;
  max-width: 375px;
  border: none;
  width: 100%;
  height: 44px;
  background-color: var(--dark-color);
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 16px;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: var(--white-color);
}
@media (min-width: 768px) {
  .modal-alt__close-btn {
    max-width: 768px;
  }
}
@media (min-width: 1440px) {
  .modal-alt__close-btn {
    max-width: 1440px;
  }
}
@media (min-width: 1920px) {
  .modal-alt__close-btn {
    max-width: 1920px;
  }
}
.modal-alt__content {
  max-width: 375px;
}
@media (min-width: 768px) {
  .modal-alt__content {
    max-width: 768px;
  }
}
@media (min-width: 1440px) {
  .modal-alt__content {
    max-width: 1440px;
  }
}
@media (min-width: 1920px) {
  .modal-alt__content {
    max-width: 1920px;
  }
}

.modal-alt.active {
  opacity: 1;
  visibility: visible;
  z-index: 999;
  pointer-events: auto;
}

[data-aos=dev-list-title-color] {
  color: var(--dark-color);
  transition-property: color;
}
[data-aos=dev-list-title-color].aos-animate {
  color: var(--accent-color);
}

[data-aos=dev-list-img-fading] {
  opacity: 0;
  transition-property: opacity;
}
[data-aos=dev-list-img-fading].aos-animate {
  opacity: 1;
}

@keyframes modalComeIn {
  0% {
    visibility: hidden;
    opacity: 0;
    transform: scale(0.8, 0.8);
  }
  65.5% {
    transform: scale(1.03, 1.03);
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: scale(1, 1);
  }
}
@keyframes modalHeadOut {
  0% {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) scale(1, 1);
  }
  100% {
    visibility: hidden;
    opacity: 0;
    transform: translateY(35px) scale(0.97, 0.97);
  }
}
.to-up-btn {
  background-color: transparent;
  border: 1px solid var(--dark-color-1);
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  position: fixed;
  bottom: 60px;
  right: 15px;
}
@media (min-width: 768px) {
  .to-up-btn {
    display: none;
  }
}

.to-up-btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  background-color: var(--dark-color);
  transition: 0.3s ease-out;
}

.to-up-btn:hover::before, .to-up-btn:active::before, .to-up-btn.active::before, .to-up-btn:focus::before {
  height: 100%;
}

.to-up-btn svg {
  position: relative;
}

.to-up-btn:hover::before,
.to-up-btn:active::before,
.to-up-btn.active::before,
.to-up-btn:focus::before {
  height: 100%;
}

.to-up-btn-icon,
.to-up-btn-icon-hover {
  transition: 0.3s ease-in-out;
}

.to-up-btn-icon-hover {
  opacity: 0;
}

.to-up-btn:hover .to-up-btn-icon,
.to-up-btn:active .to-up-btn-icon,
.to-up-btn.active .to-up-btn-icon,
.to-up-btn:focus .to-up-btn-icon {
  opacity: 0;
}
.to-up-btn:hover .to-up-btn-icon-hover,
.to-up-btn:active .to-up-btn-icon-hover,
.to-up-btn.active .to-up-btn-icon-hover,
.to-up-btn:focus .to-up-btn-icon-hover {
  opacity: 1;
}

.pwa-install-toast {
  display: inline-block;
  text-align: center;
  background-color: white;
  border: none;
  color: black;
  position: fixed;
  left: 0;
  z-index: -99;
  visibility: hidden;
  opacity: 0;
  bottom: 0;
  margin-bottom: 3rem;
  width: 100%;
  height: 40px;
  font-size: 13px;
  border-radius: 5px;
  transition: 0.3s ease-in-out;
}
.pwa-install-toast img {
  display: inline-block;
}

.pwa-install-toast.active {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}

.header {
  background-color: var(--white-color-1);
  border-bottom: 2px solid var(--dark-color-1);
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  box-shadow: 8px 8px 0px rgba(15, 25, 55, 0.3);
  height: 56px;
}
.header__container {
  display: grid;
  align-items: center;
  grid-template-columns: max-content 1fr;
  padding-right: 0;
  grid-auto-rows: 56px;
  position: relative;
  --max-width:1740px;
}
@media (min-width: 768px) {
  .header__container {
    padding-right: 30px;
  }
}
@media (min-width: 1440px) {
  .header__container {
    padding-right: 60px;
    grid-template-columns: max-content 1fr repeat(2, max-content);
  }
}
@media (min-width: 1920px) {
  .header__container {
    padding: 0;
  }
}
.header__logo {
  display: none;
  text-decoration: none;
  border-left: 1px solid var(--dark-color-1);
  border-right: 1px solid var(--dark-color-1);
  padding: 0 16px;
}
@media (min-width: 1440px) {
  .header__logo {
    display: grid;
  }
}
.header__logo--alt {
  grid-template-columns: max-content 1fr;
  gap: 8px;
  align-items: center;
}
.header__logo--index {
  align-items: center;
}
.header__logo-title {
  display: grid;
  gap: 3px;
  font-weight: 800;
  font-size: 20px;
  line-height: 20px;
  color: var(--dark-color);
}
.header__logo-title span:last-child {
  letter-spacing: 4.4px;
}
.header__menu {
  display: none;
  align-items: center;
  margin: 0;
  padding: 0;
  padding-left: 24px;
  padding-right: 37px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: var(--dark-color);
}
@media (min-width: 1440px) {
  .header__menu {
    display: flex;
  }
}
@media (min-width: 1920px) {
  .header__menu {
    padding-left: 75px;
    padding-right: 93px;
  }
}
.header__menu-item {
  padding: 0 16px;
  transition: 0.3s ease-in-out;
  display: flex;
  align-items: center;
  height: 100%;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: transparent;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: transparent;
  cursor: pointer;
  position: relative;
}
@media (min-width: 1440px) {
  .header__menu-item {
    height: 52px;
  }
}
.header__menu-item a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s ease-in-out;
}
@media (min-width: 1440px) {
  .header__menu-item:hover, .header__menu-item:active, .header__menu-item:focus {
    background-color: var(--white-color);
  }
}
.header__menu-item:hover > a, .header__menu-item:active > a, .header__menu-item:focus > a {
  color: var(--red-color);
}
.header__menu-item.active {
  border-left-color: var(--dark-color-1);
  border-right-color: var(--dark-color-1);
}
.header__menu-sublist {
  padding: 0;
  margin: 0;
  display: grid;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  z-index: 999;
  width: 128px;
  height: 0;
  top: 53px;
  left: -1px;
  border-width: 0px 1px 2px 1px;
  border-style: solid;
  border-color: var(--dark-color-1);
  box-shadow: 8px 8px 0px rgba(15, 25, 55, 0.3);
  background-color: var(--white-color-1);
  transition: 0.5s ease-in-out;
  overflow: hidden;
  visibility: hidden;
}
.header__menu-sublist.active {
  height: 156px;
  visibility: visible;
}
.header__menu-sublist-item {
  padding-top: 16px;
  padding-left: 16px;
  padding-bottom: 16px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.header__menu-sublist-item a {
  text-decoration: none;
  color: inherit;
  display: block;
}
.header__menu-sublist-item:not(:last-child) {
  border-bottom: 1px solid var(--grey-color);
}
.header__menu-sublist-item:hover, .header__menu-sublist-item:active, .header__menu-sublist-item:focus {
  color: var(--red-color);
}
.header__mega-menu {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 0;
  top: 55px;
  left: 0;
  border-bottom: 2px solid var(--dark-color);
  box-shadow: 8px 8px 0px rgba(15, 25, 55, 0.3);
  background-color: var(--white-color);
  transition: 0.5s ease-in-out;
  overflow: hidden;
  visibility: hidden;
}
.header__mega-menu.active {
  height: 292px;
  visibility: visible;
}
.header__mega-menu-left {
  border-right: 1px solid var(--dark-color-1);
}
.header__mega-menu-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  color: var(--dark-color);
  border-bottom: 1px solid var(--grey-color);
  padding-top: 16px;
  padding-bottom: 16px;
}
.header__mega-menu-title--left {
  padding-left: 10.75rem;
}
@media (min-width: 1920px) {
  .header__mega-menu-title--left {
    padding-left: 14.8125rem;
  }
}
.header__mega-menu-title--right {
  padding-left: 8.25rem;
}
@media (min-width: 1920px) {
  .header__mega-menu-title--right {
    padding-left: 16rem;
  }
}
.header__mega-menu-list {
  margin: 0;
  padding-top: 24px;
  padding-bottom: 40px;
  display: grid;
  gap: 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: var(--dark-color);
}
.header__mega-menu-list--left {
  padding-left: 10.75rem;
}
@media (min-width: 1920px) {
  .header__mega-menu-list--left {
    padding-left: 16rem;
  }
}
.header__mega-menu-list--right {
  padding-left: 8.25rem;
}
@media (min-width: 1920px) {
  .header__mega-menu-list--right {
    padding-left: 10.4375rem;
  }
}
.header__mega-menu-list-item {
  transition: 0.3s ease-in-out;
}
.header__mega-menu-list-item a {
  text-decoration: none;
  color: inherit;
}
.header__mega-menu-list-item:hover, .header__mega-menu-list-item:active, .header__mega-menu-list-item:focus {
  color: var(--red-color);
}
.header__mobile-menu-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 97%;
  transition: 0.4s ease-in-out;
  border-left: 1px solid var(--dark-color-1);
  border-right: 1px solid var(--dark-color-1);
}
@media (min-width: 1440px) {
  .header__mobile-menu-btn-wrapper {
    display: none;
  }
}
.header__mobile-menu-btn-wrapper.active {
  background-color: var(--white-color);
}
.header__mobile-menu-btn {
  border: none;
  background-color: transparent;
  display: grid;
  align-items: center;
  margin: 0;
  padding: 0;
  height: 32px;
  width: 32px;
  position: relative;
}
.header__mobile-menu-btn span {
  width: 28px;
  height: 2px;
  background-color: var(--dark-color);
  border-radius: 2px;
}
.header__mobile-menu-btn span:nth-child(1),
.header__mobile-menu-btn span:nth-child(3) {
  position: absolute;
  width: 28px;
  height: 2px;
  background-color: var(--dark-color);
  border-radius: 2px;
  transition: font-size 0s;
  transform-origin: center center;
}
.header__mobile-menu-btn span:nth-child(1) {
  margin-bottom: 6px;
  animation: burg2topReset 0.4s linear forwards;
}
.header__mobile-menu-btn span:nth-child(3) {
  margin-bottom: -6px;
  animation: burg2bottomReset 0.4s linear forwards;
}
.header__mobile-menu-btn.active span:nth-child(2) {
  background-color: transparent;
}
.header__mobile-menu-btn.active span:nth-child(1) {
  animation: burg2top 0.4s linear forwards;
  margin-bottom: 0;
}
.header__mobile-menu-btn.active span:nth-child(3) {
  animation: burg2bottom 0.4s linear forwards;
  margin-bottom: 0;
}
.header__left {
  height: 100%;
  display: flex;
}
.header__right {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  align-items: center;
  justify-self: flex-end;
  height: 100%;
}
@media (min-width: 768px) {
  .header__right {
    border-left: 1px solid var(--dark-color-1);
    border-right: 1px solid var(--dark-color-1);
  }
}
@media (min-width: 1440px) {
  .header__right {
    grid-template-columns: repeat(2, max-content);
  }
}
.header__search-btn {
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 12px 0;
  width: 60px;
  transition: 0.4s ease-in-out;
  height: 100%;
}
.header__search-btn svg, .header__search-btn path {
  transition: 0.4s ease-in-out;
}
.header__search-btn--mobile {
  margin-bottom: 4px;
}
@media (min-width: 1440px) {
  .header__search-btn--mobile {
    display: none;
  }
}
.header__search-btn--mobile.active {
  background-color: var(--white-color);
}
.header__search-btn--desktop {
  display: none;
  border-left: 1px solid var(--dark-color-1);
  border-right: 1px solid var(--dark-color-1);
}
@media (min-width: 1440px) {
  .header__search-btn--desktop {
    display: flex;
  }
}
@media (min-width: 992px) {
  .header__search-btn:hover svg, .header__search-btn:active svg, .header__search-btn:focus svg {
    fill: var(--red-color);
  }
  .header__search-btn:hover svg path, .header__search-btn:active svg path, .header__search-btn:focus svg path {
    stroke: var(--red-color);
    fill: var(--red-color);
  }
}
.header__search-btn.active {
  border-left: 1px solid var(--dark-color-1);
  border-right: 1px solid var(--dark-color-1);
}
@media (min-width: 768px) and (max-width: 1439px) {
  .header__search-btn.active {
    border-left: none;
  }
}
.header__search-btn.active svg {
  fill: var(--red-color);
}
.header__search-btn.active svg path {
  stroke: var(--red-color);
  fill: var(--red-color);
}
.header__phone {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: var(--dark-color);
  transition: 0.4s ease-in-out;
}
.header__phone-icon, .header__phone-icon-hover {
  transition: 0.3s ease-in-out;
}
.header__phone-icon-hover {
  opacity: 0;
}
.header__phone:hover .header__phone-icon, .header__phone:active .header__phone-icon, .header__phone:focus .header__phone-icon {
  opacity: 0;
}
.header__phone:hover .header__phone-icon-hover, .header__phone:active .header__phone-icon-hover, .header__phone:focus .header__phone-icon-hover {
  opacity: 1;
}
.header__phone--mobile {
  padding: 12px 0;
  width: 60px;
  margin-bottom: 4px;
}
@media (min-width: 1440px) {
  .header__phone--mobile {
    display: none;
  }
}
.header__phone--mobile:hover, .header__phone--mobile:active, .header__phone--mobile:focus {
  background-color: var(--white-color);
}
.header__phone--desktop {
  display: none;
  padding-right: 32px;
  transition: 0.3s ease-in-out;
  justify-self: flex-end;
}
@media (min-width: 1440px) {
  .header__phone--desktop {
    display: flex;
  }
}
.header__phone--desktop:hover, .header__phone--desktop:active, .header__phone--desktop:focus {
  color: var(--red-color);
}
.header__favorites-btn {
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: 60px;
  height: 100%;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}
@media (max-width: 769px) {
  .header__favorites-btn {
    margin-bottom: 4px;
  }
}
.header__favorites-star {
  transform: translateZ(0);
  transition: transform 0.2s ease-in-out;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .header__favorites-star {
    margin-top: 7px;
  }
}
@media (min-width: 1440px) {
  .header__favorites-star {
    margin-top: 1px;
  }
}
.header__favorites-btn-star-icon {
  transition: opacity 0.2s ease-in-out;
  opacity: 1;
  transform: translateZ(0);
}
.header__favorites-btn-star-icon-hover {
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
}
.header__favorites-btn-star-icon-fill {
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
  transform: translateZ(0);
}
@media (min-width: 992px) {
  .header__favorites-star:hover, .header__favorites-star:active, .header__favorites-star:focus {
    transform: scale(1.25) translateZ(0);
  }
  .header__favorites-star:hover .header__favorites-btn-star-icon, .header__favorites-star:active .header__favorites-btn-star-icon, .header__favorites-star:focus .header__favorites-btn-star-icon {
    opacity: 0;
  }
  .header__favorites-star:hover .header__favorites-btn-star-icon-hover, .header__favorites-star:active .header__favorites-btn-star-icon-hover, .header__favorites-star:focus .header__favorites-btn-star-icon-hover {
    opacity: 1;
  }
}
.header__favorites-btn.active {
  border-left: 1px solid var(--dark-color-1);
  border-right: 1px solid var(--dark-color-1);
}
@media (max-width: 769px) {
  .header__favorites-btn.active {
    background-color: var(--white-color);
  }
}
@media (min-width: 1440px) {
  .header__favorites-btn.active {
    border-left: none;
  }
}
.header__favorites-star.active {
  animation: scale-up 0.25s cubic-bezier(0.77, -0.19, 0.33, 1.12);
}
.header__favorites-star.active .header__favorites-btn-star-icon {
  opacity: 0;
}
.header__favorites-star.active .header__favorites-btn-star-icon-hover {
  opacity: 0;
}
.header__favorites-star.active .header__favorites-btn-star-icon-fill {
  opacity: 1;
}
.header__mobile-menu {
  background-color: white;
  width: 100%;
  height: 0;
  position: absolute;
  z-index: 103;
  top: 55px;
  left: 0;
  transition: 0.5s ease-in-out;
  overflow: auto;
  scrollbar-width: none;
}
.header__mobile-menu::-webkit-scrollbar {
  display: none;
}
.header__mobile-menu.active {
  height: 567px;
}
@media (min-width: 768px) {
  .header__mobile-menu.active {
    height: 100vh;
  }
}
.header__mobile-menu-list {
  display: grid;
  gap: 16px;
  padding: 0;
  margin: 0;
  padding: 12px 16px;
}
@media (min-width: 768px) {
  .header__mobile-menu-list {
    padding: 44px 30px;
  }
}
.header__mobile-menu-item {
  cursor: pointer;
  padding-bottom: 16px;
}
.header__mobile-menu-item--icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__mobile-menu-item--border-bottom {
  border-bottom: 1px solid var(--input-placeholder-color);
}
.header__mobile-menu-item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__mobile-menu-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--dark-color);
  transition: 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .header__mobile-menu-title {
    font-size: 28px;
    line-height: 32px;
  }
}
.header__mobile-menu-title--link {
  text-decoration: none;
  color: inherit;
}
.header__mobile-menu-title.active {
  color: var(--accent-color);
}
.header__mobile-menu-toggle-btn {
  border: none;
  background-color: transparent;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  position: relative;
  transition: 0.3s ease-in-out;
}
.header__mobile-menu-toggle-btn span {
  background-color: var(--dark-color);
  border-radius: 1px;
  position: absolute;
  height: 2px;
  width: 16px;
  border: 1px solid;
}
.header__mobile-menu-toggle-btn span:first-child {
  transform: rotate(180deg);
}
.header__mobile-menu-toggle-btn span:last-child {
  transform: rotate(90deg);
}
.header__mobile-menu-toggle-btn--sublist {
  width: 13px;
  height: 13px;
}
.header__mobile-menu-toggle-btn--sublist span {
  width: 12px;
}
.header__mobile-menu-toggle-btn.active {
  transform: rotate(135deg);
}
.header__mobile-menu-sublist-nav {
  opacity: 0;
  height: 0;
  overflow: hidden;
  overflow-y: auto;
  transition: opacity 200ms linear, height 200ms linear;
  will-change: opacity, height;
  scrollbar-width: 0;
}
.header__mobile-menu-sublist-nav::-webkit-scrollbar {
  display: none;
}
.header__mobile-menu-sublist-nav.active {
  opacity: 1;
}
.header__mobile-menu-sublist {
  display: grid;
  gap: 12px;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: var(--dark-color);
  padding: 0;
  margin: 12px 0;
}
@media (min-width: 768px) {
  .header__mobile-menu-sublist {
    margin: 32px 0;
    font-size: 16px;
  }
}
.header__mobile-menu-sublist--sub-sub-list {
  font-size: 13px;
  line-height: 17px;
  padding-left: 1rem;
}
.header__mobile-menu-sublist-item a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease-in-out;
}
.header__mobile-menu-sublist-item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__mobile-menu-sublist-item-top a {
  font-weight: bold;
  font-size: 16px;
}
.header__mobile-menu-sublist-item-top:hover a, .header__mobile-menu-sublist-item-top:active a, .header__mobile-menu-sublist-item-top:focus a, .header__mobile-menu-sublist-item--sub-sub-list:hover a, .header__mobile-menu-sublist-item--sub-sub-list:active a, .header__mobile-menu-sublist-item--sub-sub-list:focus a {
  color: var(--red-color);
}
.header__auth-btn {
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: 32px;
  height: 32px;
}
.header__auth-btn--desktop {
  display: none;
  margin: 0 16px;
}
@media (min-width: 1440px) {
  .header__auth-btn--desktop {
    display: flex;
  }
}
@media (min-width: 992px) {
  .header__auth-btn:hover .header__auth-icon, .header__auth-btn:active .header__auth-icon, .header__auth-btn:focus .header__auth-icon {
    opacity: 0;
  }
  .header__auth-btn:hover .header__auth-icon-hover, .header__auth-btn:active .header__auth-icon-hover, .header__auth-btn:focus .header__auth-icon-hover {
    opacity: 1;
  }
  .header__auth-btn:hover .header__auth-icon-fill, .header__auth-btn:active .header__auth-icon-fill, .header__auth-btn:focus .header__auth-icon-fill {
    opacity: 0;
  }
}
.header__auth-btn.active .header__auth-icon {
  opacity: 0;
}
.header__auth-btn.active .header__auth-icon-hover {
  opacity: 0;
}
.header__auth-btn.active .header__auth-icon-fill {
  opacity: 1;
}
.header__auth-icon, .header__auth-icon-hover, .header__auth-icon-fill {
  transition: 0.3s ease-in-out;
}
.header__auth-icon-hover {
  opacity: 0;
}
.header__auth-icon-fill {
  opacity: 0;
}
.header__lang-change-dropdown {
  position: relative;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
@media (min-width: 1440px) {
  .header__lang-change-dropdown {
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 3px;
    height: 100%;
    border-left-color: transparent;
    border-left-width: 1px;
    border-left-style: solid;
  }
}
.header__lang-change-dropdown.active {
  background-color: var(--white-color);
}
@media (min-width: 1440px) {
  .header__lang-change-dropdown.active {
    border-left-color: var(--dark-color-1);
  }
}
@media (min-width: 1440px) {
  .header__lang-change-dropdown--mobile {
    display: none;
  }
}
.header__lang-change-dropdown--desktop {
  display: none;
}
@media (min-width: 1440px) {
  .header__lang-change-dropdown--desktop {
    display: flex;
  }
}
.header__lang-change-dropdown-top {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  align-items: center;
  justify-content: flex-end;
  gap: 11px;
}
.header__lang-icon {
  width: 24px;
  height: 24px;
}
.header__lang-icon.active .header__lang-icon-unfill {
  opacity: 0;
}
.header__lang-icon.active .header__lang-icon-fill {
  opacity: 1;
}
.header__lang-icon-unfill, .header__lang-icon-fill {
  transition: 0.3s ease-in-out;
}
.header__lang-icon-fill {
  opacity: 0;
}
.header__lang-change-dropdown-title {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  align-items: center;
  gap: 4px;
}
.header__lang-change-dropdown-title p {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: var(--dark-color);
  transition: color 0.3s ease-in-out;
  width: 28px;
}
.header__lang-change-dropdown-title p.active {
  color: var(--red-color);
}
.header__lang-change-expand-icon {
  transition: 0.3s ease-in-out;
}
.header__lang-change-expand-icon path {
  transition: 0.3s ease-in-out;
}
.header__lang-change-expand-icon.active {
  transform: rotate(180deg);
}
.header__lang-change-expand-icon.active path {
  stroke: var(--red-color);
}
.header__lang-change-dropdown-list-nav {
  opacity: 0;
  height: 0;
  width: 100%;
  overflow: hidden;
  transition: opacity 200ms linear, height 200ms linear;
  will-change: opacity, height;
  background-color: var(--white-color);
  border: 1px solid var(--dark-color-1);
  position: absolute;
  top: 30px;
  left: 0;
  box-shadow: 8px 8px 0px rgba(15, 25, 55, 0.3);
}
@media (min-width: 1440px) {
  .header__lang-change-dropdown-list-nav {
    width: 102%;
    top: 55px;
    left: -1px;
    border-bottom: 2px solid var(--dark-color-1);
  }
}
.header__lang-change-dropdown-list-nav.active {
  opacity: 1;
}
.header__lang-change-dropdown-list {
  display: grid;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: var(--dark-color);
  padding: 0;
  margin: 0;
}
.header__lang-change-dropdown-list-item {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  transition: color 0.3s ease-in-out;
}
.header__lang-change-dropdown-list-item:not(:last-child) {
  border-bottom: 1px solid var(--grey-color);
}
.header__lang-change-dropdown-list-item.active {
  color: var(--red-color);
}
.header__search-menu {
  background-color: var(--white-color);
  width: 100%;
  height: 0;
  position: absolute;
  z-index: 103;
  top: 55px;
  left: 0;
  transition: 0.5s ease-in-out;
  overflow: hidden;
  visibility: hidden;
}
@media (min-width: 1440px) {
  .header__search-menu {
    top: 68px;
    max-width: 570px;
    left: unset;
    right: 124px;
    top: 55px;
    box-shadow: 8px 8px 0px rgba(15, 25, 55, 0.3);
    border-width: 1px 1px 2px 1px;
    border-style: solid;
    border-color: #364161;
  }
}
@media (min-width: 1920px) {
  .header__search-menu {
    max-width: 883px;
    right: 64px;
  }
}
@media (min-width: 1440px) {
  .header__search-menu--index-header {
    max-width: 689px;
  }
}
@media (min-width: 1920px) {
  .header__search-menu--index-header {
    max-width: 1002px;
  }
}
.header__search-menu.active {
  height: 60px;
  visibility: visible;
}
@media (min-width: 768px) {
  .header__search-menu.active {
    height: 58px;
  }
}
@media (min-width: 1440px) {
  .header__search-menu.active {
    height: 54px;
  }
}
.header__search-menu.active.expanded {
  height: 563px;
}
@media (min-width: 768px) {
  .header__search-menu.active.expanded {
    height: 378px;
  }
}
.header__search-input-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid var(--dark-color-1);
  padding: 16px;
}
.header__search-input-wrapper.active {
  box-shadow: none;
}
.header__search-input {
  border: none;
  background-color: transparent;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--dark-color);
}
@media (min-width: 768px) {
  .header__search-input {
    font-size: 18px;
    line-height: 22px;
  }
}
.header__search-input::placeholder {
  color: var(--input-placeholder-color);
}
.header__search-input:focus, .header__search-input:focus-visible, .header__search-input:focus-within {
  outline: transparent;
}
.header__search-input-clear-btn {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 18px;
  height: 18px;
  transform: rotate(45deg);
}
.header__search-input-clear-btn span {
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: var(--dark-color);
}
.header__search-input-clear-btn span:first-child {
  transform: rotate(90deg);
}
.header__search-input-clear-btn span:last-child {
  transform: rotate(180deg);
}
.header__search-list-wrapper {
  display: none;
  transition: 0.3s ease-in-out;
  box-shadow: 8px 8px 0px rgba(15, 25, 55, 0.3);
}
.header__search-list-wrapper.active {
  display: grid;
}
@media (min-width: 768px) {
  .header__search-list-wrapper.active {
    grid-template-columns: repeat(2, 1fr);
  }
}
.header__search-list {
  padding: 0;
  margin: 0;
  display: grid;
  font-size: 15px;
  line-height: 20px;
  color: var(--dark-color);
}
@media (min-width: 768px) {
  .header__search-list {
    grid-auto-rows: max-content;
    font-size: 18px;
    line-height: 22px;
  }
}
.header__search-list li {
  padding-top: 16px;
  padding-left: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--grey-color);
}
@media (min-width: 768px) {
  .header__search-list--border-right {
    border-right: 1px solid var(--dark-color-1);
  }
}
.header__search-list-title {
  font-weight: 600;
}
.header__search-list-item {
  font-weight: 500;
  transition: color 0.3s ease-in-out;
}
.header__search-list-item:hover, .header__search-list-item:active, .header__search-list-item.active, .header__search-list-item:focus {
  color: var(--red-color);
}
.header__search-more-btn {
  height: 44px;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .header__search-more-btn {
    grid-column: span 2;
  }
}
.header__favorites-menu {
  position: absolute;
  z-index: 103;
  top: 54px;
  left: 0;
  transition: 0.5s ease-in-out;
  overflow: hidden;
  background-color: white;
  width: 100%;
  border-width: 1px 2px 2px 2px;
  border-style: solid;
  border-color: var(--dark-color-1);
  box-shadow: 8px 8px 0px rgba(15, 25, 55, 0.3);
  visibility: hidden;
  opacity: 0;
}
@media (min-width: 1440px) {
  .header__favorites-menu {
    max-width: 427px;
    left: unset;
    right: 0;
    margin-right: 60px;
    top: 55px;
  }
}
@media (min-width: 1920px) {
  .header__favorites-menu {
    margin-right: 0;
  }
}
.header__favorites-menu.active {
  visibility: visible;
  opacity: 1;
}
.header__favorites-menu-text {
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: var(--grey-dark-color-1);
  border-bottom: 1px solid var(--grey-color);
  padding: 24px 0;
}
.header__favorites-menu-title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  border-bottom: 1px solid var(--grey-color);
}
@media (min-width: 1440px) {
  .header__favorites-menu-title-wrapper {
    padding: 16px 30px;
  }
}
.header__favorites-menu-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--accent-color);
}
@media (min-width: 1440px) {
  .header__favorites-menu-title {
    font-size: 18px;
    line-height: 22px;
  }
}
.header__favorites-menu-close-btn {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 18px;
  height: 18px;
  transform: rotate(45deg);
}
.header__favorites-menu-close-btn span {
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: var(--dark-color);
}
.header__favorites-menu-close-btn span:first-child {
  transform: rotate(90deg);
}
.header__favorites-menu-close-btn span:last-child {
  transform: rotate(180deg);
}
.header__favorites-menu-list {
  padding: 0;
  margin: 0;
  display: grid;
}
.header__favorites-menu-list-item {
  padding-top: 8px;
  padding-bottom: 9px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1440px) {
  .header__favorites-menu-list-item {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.header__favorites-menu-list-item.non-active {
  display: none;
}
.header__favorites-menu-list-item:not(:last-child) {
  border-bottom: 1px solid var(--grey-color);
}
.header__favorites-menu-list-item-info {
  display: grid;
  align-items: center;
  gap: 8px;
  grid-template-columns: repeat(2, max-content);
}
.header__favorites-menu-list-title {
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: var(--dark-color);
  max-width: 23ch;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .header__favorites-menu-list-title {
    max-width: 100%;
  }
}
@media (min-width: 1440px) {
  .header__favorites-menu-list-title {
    max-width: 23ch;
  }
}
.header__favorites-menu-delete-btn {
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: 15px;
  height: 16px;
}
.header__favorites-menu-delete-btn-icon, .header__favorites-menu-delete-btn-icon-hover {
  transition: 0.3s ease-in-out;
}
.header__favorites-menu-delete-btn-icon-hover {
  opacity: 0;
}
.header__favorites-menu-delete-btn:hover .header__favorites-menu-delete-btn-icon, .header__favorites-menu-delete-btn:active .header__favorites-menu-delete-btn-icon, .header__favorites-menu-delete-btn:focus .header__favorites-menu-delete-btn-icon {
  opacity: 0;
}
.header__favorites-menu-delete-btn:hover .header__favorites-menu-delete-btn-icon-hover, .header__favorites-menu-delete-btn:active .header__favorites-menu-delete-btn-icon-hover, .header__favorites-menu-delete-btn:focus .header__favorites-menu-delete-btn-icon-hover {
  opacity: 1;
}
.header__favorites-modal-btn {
  height: 44px;
  font-size: 16px;
  line-height: 20px;
  margin-top: 4px;
}

.header-favorites-modal__content {
  display: grid;
}
.header-favorites-modal__top {
  border-bottom: 1px solid var(--dark-color-1);
}
.header-favorites-modal__bottom {
  padding-top: 24px;
}
@media (min-width: 768px) {
  .header-favorites-modal__bottom {
    padding-top: 32px;
  }
}
.header-favorites-modal__text {
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: var(--grey-dark-color-1);
  border-bottom: 1px solid var(--grey-color);
  padding: 24px 0;
}
.header-favorites-modal__list {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 180px;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: none;
}
.header-favorites-modal__list::-webkit-scrollbar {
  display: none;
}
.header-favorites-modal__list-item {
  padding-top: 8px;
  padding-bottom: 9px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-favorites-modal__list-item.non-active {
  display: none;
}
.header-favorites-modal__list-item:not(:last-child) {
  border-bottom: 1px solid var(--grey-color);
}
.header-favorites-modal__list-item-info {
  display: grid;
  align-items: center;
  gap: 8px;
  grid-template-columns: repeat(2, max-content);
}
.header-favorites-modal__list-title {
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: var(--dark-color);
  max-width: 23ch;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .header-favorites-modal__list-title {
    font-size: 16px;
    max-width: 40ch;
  }
}
.header-favorites-modal__delete-btn {
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: 15px;
  height: 16px;
}
.header-favorites-modal__delete-btn-icon, .header-favorites-modal__delete-btn-icon-hover {
  transition: 0.3s ease-in-out;
}
.header-favorites-modal__delete-btn-icon-hover {
  opacity: 0;
}
.header-favorites-modal__delete-btn:hover .header-favorites-modal__delete-btn-icon, .header-favorites-modal__delete-btn:active .header-favorites-modal__delete-btn-icon, .header-favorites-modal__delete-btn:focus .header-favorites-modal__delete-btn-icon {
  opacity: 0;
}
.header-favorites-modal__delete-btn:hover .header-favorites-modal__delete-btn-icon-hover, .header-favorites-modal__delete-btn:active .header-favorites-modal__delete-btn-icon-hover, .header-favorites-modal__delete-btn:focus .header-favorites-modal__delete-btn-icon-hover {
  opacity: 1;
}
.header-favorites-modal__fieldset {
  display: grid;
  gap: 16px;
}
.header-favorites-modal input {
  height: 52px;
}
.header-favorites-modal textarea {
  height: 61px;
}
@media (min-width: 768px) {
  .header-favorites-modal textarea {
    height: 148px;
  }
}
.header-favorites-modal__submit-btn {
  height: 56px;
  max-width: 207px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
}

.ask-question {
  position: fixed;
  z-index: 99;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 48px;
  background-color: var(--white-color-1);
  border-top: 2px solid var(--dark-color-1);
}
.ask-question__container {
  display: grid;
  grid-template-columns: 1fr max-content 1fr;
  align-items: center;
  --max-width:1740px;
}
@media (max-width: 767px) {
  .ask-question__container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1440px) {
  .ask-question__container {
    padding-right: 0;
  }
}
@media (min-width: 1920px) {
  .ask-question__container {
    padding: 0;
  }
}
.ask-question__center {
  border-left: 1px solid var(--dark-color-1);
  border-right: 1px solid var(--dark-color-1);
  height: 100%;
}
.ask-question__right {
  justify-self: flex-end;
}
@media (min-width: 768px) {
  .ask-question__right {
    display: flex;
  }
}
.ask-question__to-up-btn {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  display: none;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 56px;
  position: relative;
}
@media (min-width: 768px) {
  .ask-question__to-up-btn {
    display: flex;
  }
}
@media (min-width: 1440px) {
  .ask-question__to-up-btn {
    order: 1;
  }
}
.ask-question__to-up-btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  background-color: var(--dark-color);
  transition: 0.3s ease-out;
}
.ask-question__to-up-btn svg {
  position: relative;
}
.ask-question__to-up-btn:hover::before, .ask-question__to-up-btn:active::before, .ask-question__to-up-btn.active::before, .ask-question__to-up-btn:focus::before {
  height: 100%;
}
.ask-question__to-up-btn-icon, .ask-question__to-up-btn-icon-hover {
  transition: 0.3s ease-in-out;
}
.ask-question__to-up-btn-icon-hover {
  opacity: 0;
}
.ask-question__to-up-btn:hover .ask-question__to-up-btn-icon, .ask-question__to-up-btn:active .ask-question__to-up-btn-icon, .ask-question__to-up-btn.active .ask-question__to-up-btn-icon, .ask-question__to-up-btn:focus .ask-question__to-up-btn-icon {
  opacity: 0;
}
.ask-question__to-up-btn:hover .ask-question__to-up-btn-icon-hover, .ask-question__to-up-btn:active .ask-question__to-up-btn-icon-hover, .ask-question__to-up-btn.active .ask-question__to-up-btn-icon-hover, .ask-question__to-up-btn:focus .ask-question__to-up-btn-icon-hover {
  opacity: 1;
}
.ask-question__modal-btn {
  font-size: 16px;
  line-height: 20px;
  height: 48px;
  min-width: 181px;
}
.ask-question__tawk-btn {
  border: none;
  background-color: var(--white-color-1);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: 60px;
  height: 56px;
  position: relative;
}
@media (min-width: 768px) {
  .ask-question__tawk-btn {
    border-left: 1px solid var(--dark-color-1);
    border-right: 1px solid var(--dark-color-1);
  }
}
.ask-question__tawk-btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  background-color: var(--dark-color);
  transition: 0.3s ease-out;
}
.ask-question__tawk-btn svg {
  position: relative;
}
.ask-question__tawk-btn:hover::before, .ask-question__tawk-btn:active::before, .ask-question__tawk-btn.active::before, .ask-question__tawk-btn:focus::before {
  height: 100%;
}
.ask-question__tawk-btn-icon, .ask-question__tawk-btn-icon-hover {
  transition: 0.3s ease-in-out;
}
.ask-question__tawk-btn-icon-hover {
  opacity: 0;
}
.ask-question__tawk-btn:hover .ask-question__tawk-btn-icon, .ask-question__tawk-btn:active .ask-question__tawk-btn-icon, .ask-question__tawk-btn.active .ask-question__tawk-btn-icon, .ask-question__tawk-btn:focus .ask-question__tawk-btn-icon {
  opacity: 0;
}
.ask-question__tawk-btn:hover .ask-question__tawk-btn-icon-hover, .ask-question__tawk-btn:active .ask-question__tawk-btn-icon-hover, .ask-question__tawk-btn.active .ask-question__tawk-btn-icon-hover, .ask-question__tawk-btn:focus .ask-question__tawk-btn-icon-hover {
  opacity: 1;
}

.tawk-modal {
  background-color: var(--white-color-1);
  width: 100%;
  height: 0;
  position: fixed;
  z-index: 103;
  bottom: 48px;
  left: 0;
  transition: 0.5s ease-in-out;
  overflow: hidden;
  display: flex;
  justify-content: center;
  visibility: hidden;
}
@media (min-width: 768px) {
  .tawk-modal {
    max-width: 427px;
    left: unset;
    right: 0;
    margin-right: 30px;
    border: 1px solid var(--dark-color-1);
    box-shadow: 8px 0px 0px rgba(15, 25, 55, 0.3);
  }
}
@media (min-width: 1440px) {
  .tawk-modal {
    margin-right: 60px;
  }
}
@media (min-width: 1920px) {
  .tawk-modal {
    margin-right: 150px;
  }
}
.tawk-modal__content {
  width: 100%;
}
.tawk-modal__top {
  border-top: 1px solid var(--dark-color-1);
  border-bottom: 1px solid var(--dark-color-1);
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(2, max-content);
  align-items: center;
  justify-content: flex-end;
  padding: 0px 16px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .tawk-modal__top {
    margin-bottom: 52px;
  }
}
.tawk-modal__btn {
  border: none;
  background-color: transparent;
  display: grid;
  align-items: center;
  margin: 0;
  padding: 0;
  height: 32px;
  width: 32px;
  position: relative;
}
.tawk-modal__btn span {
  width: 28px;
  height: 2px;
  background-color: var(--dark-color);
  border-radius: 2px;
}
.tawk-modal__btn span:nth-child(1),
.tawk-modal__btn span:nth-child(3) {
  position: absolute;
  width: 28px;
  height: 2px;
  background-color: var(--dark-color);
  border-radius: 2px;
  transition: font-size 0s;
  transform-origin: center center;
}
.tawk-modal__btn span:nth-child(1) {
  margin-bottom: 6px;
  animation: burg2topReset 0.4s linear forwards;
}
.tawk-modal__btn span:nth-child(3) {
  margin-bottom: -6px;
  animation: burg2bottomReset 0.4s linear forwards;
}
.tawk-modal__tawk-modal-btn.active span:nth-child(2) {
  background-color: transparent;
}
.tawk-modal__tawk-modal-btn.active span:nth-child(1) {
  animation: burg2top 0.4s linear forwards;
  margin-bottom: 0;
}
.tawk-modal__tawk-modal-btn.active span:nth-child(3) {
  animation: burg2bottom 0.4s linear forwards;
  margin-bottom: 0;
}
.tawk-modal__close-btn {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 18px;
  height: 18px;
  transform: rotate(45deg);
}
.tawk-modal__close-btn span {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--dark-color);
}
.tawk-modal__close-btn span:first-child {
  transform: rotate(90deg);
}
.tawk-modal__close-btn span:last-child {
  transform: rotate(180deg);
}
.tawk-modal__title {
  display: grid;
  gap: 10px;
  font-size: 18px;
  line-height: 22px;
  color: var(--dark-color);
  margin-bottom: 24px;
  padding-left: 16px;
}
@media (min-width: 768px) {
  .tawk-modal__title {
    margin-bottom: 52px;
  }
}
.tawk-modal__title strong {
  font-weight: 600;
}
.tawk-modal__title p {
  font-weight: 400;
}
.tawk-modal__fieldset {
  display: grid;
  gap: 16px;
}
.tawk-modal input {
  height: 52px;
}
.tawk-modal textarea {
  height: 148px;
}
.tawk-modal__submit-btn {
  font-size: 16px;
  line-height: 20px;
  height: 44px;
}

.tawk-modal.active {
  height: 553px;
  visibility: visible;
}
@media (min-width: 768px) {
  .tawk-modal.active {
    height: 612px;
  }
}

@media (min-width: 768px) {
  .ask-question-modal__title-wrapper,
  .callback-modal__title-wrapper {
    padding: 24px 32px;
  }
}
.ask-question-modal__fieldset,
.callback-modal__fieldset {
  display: grid;
  gap: 16px;
}
.ask-question-modal__submit-btn,
.callback-modal__submit-btn {
  height: 56px;
  max-width: 207px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
}
@media (min-width: 768px) {
  .ask-question-modal textarea,
  .callback-modal textarea {
    height: 148px;
  }
}

.project-selection-modal__title-wrapper {
  justify-content: flex-end;
}
.project-selection-modal__title {
  padding-bottom: 16px;
  text-align: center;
}
@media (min-width: 768px) {
  .project-selection-modal__title {
    font-size: 40px;
    line-height: 46px;
  }
}
.project-selection-modal__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  max-width: 30ch;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .project-selection-modal__text {
    font-size: 18px;
    line-height: 22px;
    max-width: 40ch;
  }
}
.project-selection-modal__link-btn {
  max-width: 215px;
  height: 56px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.footer {
  padding-top: 48px;
  padding-bottom: 70px;
  margin-top: auto;
}
@media (min-width: 768px) {
  .footer {
    padding-bottom: 80px;
  }
}
.footer__container {
  display: grid;
  gap: 24px;
  align-items: center;
  justify-content: center;
  --max-width:1740px;
}
@media (min-width: 768px) {
  .footer__container {
    grid-template-columns: 1fr max-content;
    align-items: flex-end;
    gap: 0;
  }
}
@media (min-width: 1920px) {
  .footer__container {
    padding: 0;
  }
}
.footer__logo {
  display: none;
  align-items: center;
  grid-template-columns: max-content 1fr;
  gap: 8px;
  text-decoration: none;
  max-width: 30ch;
}
@media (min-width: 768px) {
  .footer__logo {
    display: grid;
    grid-column: span 2;
  }
}
.footer__logo h2 {
  font-weight: 800;
  font-size: 20px;
  line-height: 20px;
  color: var(--grey-color);
}
.footer__social-media {
  padding: 0;
  margin: 0;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  justify-content: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .footer__social-media {
    order: 1;
  }
}
.footer__social-media-link {
  text-decoration: none;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--dark-color);
  transition: 0.3s ease-in-out;
}
.footer__social-media-link:hover, .footer__social-media-link:active, .footer__social-media-link:focus {
  background-color: var(--accent-color);
}
.footer__copyright {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: var(--dark-color);
  max-width: 287px;
}
@media (min-width: 768px) {
  .footer__copyright {
    max-width: 100%;
  }
}

.footer--about-company-page {
  padding-top: 112px;
}
@media (min-width: 768px) {
  .footer--about-company-page {
    padding-top: 80px;
  }
}
@media (min-width: 1440px) {
  .footer--about-company-page {
    position: sticky;
    width: 100%;
    bottom: 0;
    z-index: 99;
    padding-top: 0;
  }
}

@media (min-width: 1440px) {
  .footer--index-page-mobile {
    display: none;
  }
}

.filter {
  position: relative;
}
.filter__top {
  background-color: var(--dark-color);
  padding: 12px 16px;
  cursor: pointer;
  box-shadow: 8px 8px 0px rgba(15, 25, 55, 0.3);
}
@media (min-width: 768px) {
  .filter__top {
    padding-right: 30px;
  }
}
@media (min-width: 1440px) {
  .filter__top {
    padding-right: 55px;
  }
}
@media (min-width: 1920px) {
  .filter__top {
    padding-right: 59px;
  }
}
.filter__top-container {
  display: grid;
  grid-template-columns: 1fr max-content;
  align-items: center;
  justify-content: flex-end;
  --max-width: 1740px;
  padding: 0;
}
.filter__toggler {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  align-items: center;
  gap: 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: var(--white-color);
  justify-self: center;
  margin-left: 3rem;
}
@media (min-width: 768px) {
  .filter__toggler {
    margin-left: 11rem;
  }
}
@media (min-width: 1440px) {
  .filter__toggler {
    margin-left: 16rem;
  }
}
.filter__toggler-arrow {
  transition: 0.3s ease-in-out;
}
.filter__toggler-arrow.active {
  transform: rotate(180deg);
}
.filter__clear-filters {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, max-content);
  gap: 8px;
}
@media (min-width: 768px) {
  .filter__clear-filters {
    grid-template-columns: repeat(3, max-content);
    gap: 16px;
  }
}
.filter__clear-filters-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: var(--white-color);
  display: none;
  transition: 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .filter__clear-filters-title {
    display: block;
  }
}
.filter__clear-filters-title.non-active {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.filter__clear-filters-count {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(3, max-content);
  gap: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: var(--white-color);
  transition: 0.3s ease-in-out;
}
@media (min-width: 1440px) {
  .filter__clear-filters-count {
    margin-right: 16px;
  }
}
.filter__clear-filters-count.non-active {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.filter__clear-filters-btn {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 18px;
  height: 18px;
  transform: rotate(45deg);
}
.filter__clear-filters-btn span {
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: var(--white-color-1);
}
.filter__clear-filters-btn span:first-child {
  transform: rotate(90deg);
}
.filter__clear-filters-btn span:last-child {
  transform: rotate(180deg);
}
.filter__main {
  background-color: var(--white-color);
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: 0.5s ease-in-out;
}
.filter__main.active {
  box-shadow: 8px 8px 0px rgba(15, 25, 55, 0.3);
}
@media (max-width: 767px) {
  .filter__main.active {
    height: 1000vh !important;
  }
}
.filter__category-dropdown {
  border: 1px solid var(--dark-color-1);
  border-radius: 50px;
  margin-bottom: 24px;
  margin-top: 24px;
  margin-left: 16px;
  margin-right: 16px;
}
@media (min-width: 768px) {
  .filter__category-dropdown {
    margin-bottom: 48px;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 40px;
  }
}
@media (min-width: 1440px) {
  .filter__category-dropdown {
    max-width: 874px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
    margin-bottom: 56px;
  }
}
.filter__category-dropdown.active {
  border-radius: 25px;
}
.filter__category-dropdown-top {
  padding: 16px;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr max-content;
}
@media (min-width: 1440px) {
  .filter__category-dropdown-top {
    padding: 16px 32px;
  }
}
.filter__category-dropdown-input {
  border: none;
  background-color: transparent;
  width: 100%;
  max-width: 24ch;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: var(--accent-color);
}
@media (min-width: 768px) {
  .filter__category-dropdown-input {
    max-width: 100%;
    font-size: 22px;
    line-height: 32px;
  }
}
@media (min-width: 1440px) {
  .filter__category-dropdown-input {
    font-size: 28px;
  }
}
.filter__category-dropdown-arrow {
  transition: 0.3s ease-in-out;
}
.filter__category-dropdown-arrow.active {
  transform: rotate(180deg);
}
.filter__category-dropdown-nav {
  height: 0;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.filter__category-dropdown-list {
  padding: 0;
  padding-bottom: 16px;
  margin: 0;
  display: grid;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: var(--dark-color);
}
@media (min-width: 1440px) {
  .filter__category-dropdown-list {
    font-size: 20px;
  }
}
.filter__category-dropdown-list-item {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 32px;
  padding-right: 55px;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}
.filter__category-dropdown-list-item:not(:last-child) {
  border-bottom: 1px solid var(--grey-color);
}
.filter__category-dropdown-list-item:hover .filter__category-dropdown-list-input, .filter__category-dropdown-list-item:active .filter__category-dropdown-list-input, .filter__category-dropdown-list-item.active .filter__category-dropdown-list-input, .filter__category-dropdown-list-item:focus .filter__category-dropdown-list-input {
  color: var(--accent-color);
}
.filter__category-dropdown-list-input {
  border: none;
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.filter__tags-list {
  padding: 0;
  padding-left: 17px;
  margin: 0;
  margin-bottom: 32px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
@media (min-width: 768px) {
  .filter__tags-list {
    gap: 24px;
  }
}
@media (min-width: 1440px) {
  .filter__tags-list {
    column-gap: 24px;
    row-gap: 32px;
    padding: 0 60px;
    max-width: 1320px;
  }
}
@media (min-width: 1920px) {
  .filter__tags-list {
    padding: 0;
    max-width: 1445px;
    margin-left: auto;
    margin-right: auto;
  }
}
.filter__tags-list--2 {
  display: none;
}
@media (min-width: 768px) {
  .filter__tags-list--2 {
    display: flex;
  }
}
.filter__tag {
  border: 1px solid var(--dark-color-1);
  border-radius: 30px;
  width: 100%;
  display: none;
  align-items: center;
  grid-template-columns: 1fr max-content;
  padding: 10px 16px;
  transition: 0.3s ease-in-out;
}
.filter__tag.active {
  display: grid;
}
.filter__tag--very-wide {
  max-width: 235px;
}
@media (min-width: 1440px) {
  .filter__tag--very-wide {
    max-width: 270px;
  }
}
.filter__tag--short {
  max-width: 92px;
}
@media (min-width: 1440px) {
  .filter__tag--short {
    max-width: 111px;
  }
}
.filter__tag--wide {
  max-width: 177px;
}
.filter__tag:hover {
  background-color: var(--dark-color-1);
}
.filter__tag:hover .filter__tag-icon {
  fill: white;
  transform: rotate(180deg);
}
.filter__tag:hover .filter__tag-input {
  color: var(--background-color);
}
.filter__tag:hover .filter__tag-clear-btn {
  transform: rotate(135deg);
}
.filter__tag:hover .filter__tag-clear-btn span {
  background-color: var(--background-color);
  border-color: var(--background-color);
}
.filter__tag-clear-btn {
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  position: relative;
  transition: 0.3s ease-in-out;
}
.filter__tag-clear-btn span {
  background-color: var(--dark-color);
  border-radius: 1px;
  position: absolute;
  height: 2px;
  width: 16px;
  border: 1px solid;
  transition: 0.3s ease-in-out;
}
.filter__tag-clear-btn span:first-child {
  transform: rotate(180deg);
}
.filter__tag-clear-btn span:last-child {
  transform: rotate(90deg);
}
.filter__tag-input {
  border: none;
  background-color: transparent;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: var(--dark-color);
  transition: 0.3s ease-in-out;
  max-width: 30ch;
  overflow: hidden;
  text-overflow: ellipsis;
}
.filter__tag-input:focus, .filter__tag-input:focus-visible, .filter__tag-input:focus-within {
  outline: transparent;
}
.filter__tag-icon {
  transition: 0.3s ease-in-out;
}
.filter__main-fieldset--tags {
  margin-top: 32px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .filter__main-fieldset--tags {
    margin-bottom: 0;
  }
}

.filter-range-slider__wrapper {
  display: grid;
}
.filter-range-slider__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: var(--dark-color);
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .filter-range-slider__title {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 32px;
  }
}
@media (min-width: 1440px) {
  .filter-range-slider__title {
    font-size: 28px;
    text-align: left;
    margin-bottom: 24px;
  }
}
.filter-range-slider__input-values {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filter-range-slider__input-values input[type=number]::-webkit-inner-spin-button,
.filter-range-slider__input-values input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.filter-range-slider__input-values input:focus,
.filter-range-slider__input-values input:focus-visible,
.filter-range-slider__input-values input:focus-within {
  outline: transparent;
}
.filter-range-slider__input {
  border: none;
  background-color: transparent;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--dark-color);
  border-bottom: 3px solid var(--accent-color);
  padding: 8px 27px;
  padding-right: 0;
  width: 100%;
  height: 40px;
  max-width: 88px;
}
@media (min-width: 768px) {
  .filter-range-slider__input {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 1440px) {
  .filter-range-slider__input-max {
    padding-left: 20px;
  }
}
.filter-range-slider__blocks-wrapper {
  position: relative;
}
.filter-range-slider__blocks {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.filter-range-slider__block {
  background-color: var(--white-color-1);
  border: 1px solid var(--grey-color-1);
  width: 59px;
  transition: height 0.3s ease-in-out;
  height: 0;
  transition: 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .filter-range-slider__block {
    width: 113px;
  }
}
@media (min-width: 1440px) {
  .filter-range-slider__block {
    width: 88px;
    margin-top: auto;
  }
}
.filter-range-slider__block:hover {
  background-color: var(--background-color-2);
  border-color: var(--grey-color-1);
}
.filter-range-slider__block-wrapper {
  display: grid;
  gap: 8px;
}
@media (min-width: 1440px) {
  .filter-range-slider__block-wrapper {
    height: 56px;
  }
}
.filter-range-slider__block-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--dark-color-1);
  display: none;
}
@media (min-width: 768px) {
  .filter-range-slider__block-text {
    display: block;
  }
}
.filter-range-slider__block-1.active {
  height: 20px;
}
.filter-range-slider__block-2.active {
  height: 32px;
}

.filter-range-sliders-wrapper {
  display: grid;
  gap: 34px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 768px) {
  .filter-range-sliders-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1440px) {
  .filter-range-sliders-wrapper {
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    gap: 15.3125rem;
    padding: 0 60px;
  }
}
@media (min-width: 1920px) {
  .filter-range-sliders-wrapper {
    padding: 0 15rem;
    gap: 19.4375rem;
  }
}

.clear-filters-btn {
  padding: 0;
  margin: 0;
  margin-top: 31px;
  width: 100%;
  height: 52px;
  border: none;
  background-color: transparent;
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 16px;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: var(--dark-color);
}
@media (min-width: 768px) {
  .clear-filters-btn {
    height: 44px;
    background-color: var(--dark-color);
    color: var(--white-color);
    margin-top: 52px;
  }
}
.clear-filters-btn__clear-filters-icon {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 18px;
  height: 18px;
  transform: rotate(45deg);
}
.clear-filters-btn__clear-filters-icon span {
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: black;
}
@media (min-width: 768px) {
  .clear-filters-btn__clear-filters-icon span {
    background-color: var(--white-color);
  }
}
.clear-filters-btn__clear-filters-icon span:first-child {
  transform: rotate(90deg);
}
.clear-filters-btn__clear-filters-icon span:last-child {
  transform: rotate(180deg);
}

.filter-range-slider.ui-slider {
  background-color: var(--dark-color);
  border: none;
  border-radius: 0;
}

.filter-range-slider.ui-slider .ui-slider-handle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border-color: transparent;
  background-color: var(--accent-color);
  transition: border 0.4s ease;
}

.filter-range-slider.ui-slider .ui-slider-pip .ui-slider-line {
  background: #d5cebc;
  transition: all 0.4s ease;
}

.filter-range-slider.ui-slider.ui-slider-horizontal {
  height: 4px;
}

.filter-range-slider.ui-slider.ui-slider-horizontal .ui-slider-handle {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  top: -10px;
  margin-left: -12px;
}

.filter-range-slider.ui-slider.ui-slider-horizontal .ui-slider-handle:focus,
.filter-range-slider.ui-slider.ui-slider-horizontal .ui-slider-handle:focus-visible,
.filter-range-slider.ui-slider.ui-slider-horizontal .ui-slider-handle:focus-within {
  outline: transparent;
}

.filter-range-slider.ui-slider.ui-slider-horizontal .ui-slider-pip {
  top: 10px;
}

.filter-range-slider.ui-slider.ui-slider-horizontal .ui-slider-pip .ui-slider-line {
  width: 2px;
  height: 10px;
  margin-left: -1px;
}

.filter-range-slider.ui-slider.ui-slider-horizontal .ui-slider-pip[class*=ui-slider-pip-selected] .ui-slider-line {
  height: 16px;
}

.filter-range-slider.ui-slider.ui-slider-horizontal .ui-slider-pip.ui-slider-pip-inrange .ui-slider-line {
  height: 10px;
}

.filter-range-slider.ui-slider.ui-slider-vertical {
  width: 6px;
  height: 125px;
  display: inline-block;
  margin: 0 15%;
}

.filter-range-slider.ui-slider.ui-slider-vertical .ui-slider-handle {
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  left: -25px;
  margin-bottom: -10px;
}

.filter-range-slider.ui-slider.ui-slider-vertical .ui-slider-pip {
  left: 10px;
}

.filter-range-slider.ui-slider.ui-slider-vertical .ui-slider-pip .ui-slider-line {
  height: 2px;
  width: 10px;
  margin-top: -1px;
}

.filter-range-slider.ui-slider.ui-slider-vertical .ui-slider-pip[class*=ui-slider-pip-selected] .ui-slider-line {
  width: 20px;
}

.filter-range-slider.ui-slider.ui-slider-vertical .ui-slider-pip.ui-slider-pip-inrange .ui-slider-line {
  width: 12px;
}

.filter-range-slider.ui-slider.ui-slider-vertical .ui-slider-handle .ui-slider-tip,
.filter-range-slider.ui-slider.ui-slider-vertical .ui-slider-handle[class*=ui-state-] .ui-slider-tip {
  visibility: visible;
  opacity: 1;
  border: none;
  background: transparent;
  left: 50%;
  width: 30px;
  margin-left: -15px;
  text-align: center;
  color: white;
  font-weight: normal;
  top: 10px;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.filter-range-slider.ui-slider.ui-slider-vertical .ui-slider-handle .ui-slider-tip:before,
.filter-range-slider.ui-slider.ui-slider-vertical .ui-slider-handle[class*=ui-state-] .ui-slider-tip:before {
  display: none;
}

.filter-range-slider .ui-slider-handle,
.filter-range-slider .ui-slider-range,
.filter-range-slider .ui-slider-pip[class*=ui-slider-pip-selected] .ui-slider-line,
.filter-range-slider .ui-slider-pip.ui-slider-pip-inrange .ui-slider-line {
  background-color: var(--accent-color);
}

.filter-range-slider .ui-slider-handle, .filter-range-slider .ui-slider-pip.ui-slider-pip-inrange .ui-slider-line, .filter-range-slider .ui-slider-pip[class*=ui-slider-pip-selected] .ui-slider-line, .filter-range-slider .ui-slider-range {
  background-color: var(--accent-color);
}

.ui-slider-pip {
  visibility: hidden;
  opacity: 0;
}

.ui-slider-pip-inrange,
.ui-slider-pip-selected-1,
.ui-slider-pip-selected-2 {
  visibility: visible;
  opacity: 1;
}

/* index page styles */
@media (min-width: 1440px) {
  .index-page-mobile-wrapper {
    display: none;
  }
}

.index-page-desktop-wrapper {
  display: none;
}
@media (min-width: 1440px) {
  .index-page-desktop-wrapper {
    display: block;
  }
}
.index-page-desktop-wrapper__swiper-wrapper {
  padding: 0;
  margin: 0;
}
.index-page-desktop-wrapper__button-prev, .index-page-desktop-wrapper__button-next {
  --swiper-navigation-size: 100%;
  width: 60px;
  transition: 0.3s ease-in-out;
  position: fixed;
  top: 0;
  display: none;
  align-items: center;
  justify-content: center;
  display: none;
  margin-top: 0;
}
@media (min-width: 1440px) {
  .index-page-desktop-wrapper__button-prev, .index-page-desktop-wrapper__button-next {
    display: flex;
  }
}
.index-page-desktop-wrapper__button-prev.swiper-button-disabled, .index-page-desktop-wrapper__button-next.swiper-button-disabled {
  opacity: 0;
}
.index-page-desktop-wrapper__button-prev:hover, .index-page-desktop-wrapper__button-next:hover {
  background-color: rgba(54, 65, 97, 0.1);
}
.index-page-desktop-wrapper__button-prev {
  left: 0;
}
.index-page-desktop-wrapper__button-prev svg {
  transform: rotate(180deg);
  margin-top: 4rem;
}
@media (min-width: 1920px) {
  .index-page-desktop-wrapper__button-prev svg {
    margin-top: 2rem;
  }
}
.index-page-desktop-wrapper__button-next {
  right: 0;
}
.index-page-desktop-wrapper__button-next svg {
  margin-top: 3rem;
}
@media (min-width: 1920px) {
  .index-page-desktop-wrapper__button-next svg {
    margin-top: 1rem;
  }
}
.index-page-desktop-wrapper__parallax-img-container {
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  width: 100%;
  height: 100%;
  display: none;
  overflow: hidden;
  z-index: -1;
}
@media (min-width: 1440px) {
  .index-page-desktop-wrapper__parallax-img-container {
    display: none !important;
  }
}
.index-page-desktop-wrapper__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
  will-change: transform;
}

.loader {
  z-index: 9999;
  pointer-events: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  transition: 0.3s ease-in-out;
  visibility: visible;
  opacity: 1;
}
.loader__spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border: 1px solid var(--dark-color);
  border-radius: 50%;
  position: relative;
  background-color: white;
}
.loader__icons {
  width: 49px;
  height: 48px;
  position: relative;
}
.loader__spinner-red-gear-icon, .loader__spinner-dark-gear-icon {
  position: absolute;
}
.loader__spinner-red-gear-icon {
  width: 35px;
  height: 36px;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.loader__spinner-dark-gear-icon {
  width: 29px;
  height: 30px;
  top: 0;
  right: 0;
  z-index: 1;
}
.loader__app-logo {
  position: absolute;
  z-index: -1;
}

.loader.non-active {
  z-index: -9999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}

.cta {
  padding-top: 40px;
}
.cta__title {
  font-weight: 800;
  font-size: 48px;
  line-height: 52px;
  color: var(--accent-color);
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .cta__title {
    font-size: 96px;
    line-height: 96px;
    font-family: "Russo One", sans-serif;
  }
}
@media (min-width: 1440px) {
  .cta__title {
    font-weight: 400;
  }
}
@media (min-width: 1920px) {
  .cta__container {
    padding-left: 5px;
  }
}
.cta__subtitle {
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  color: var(--dark-color);
}
@media (min-width: 768px) {
  .cta__subtitle {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (min-width: 1440px) {
  .cta__subtitle {
    position: relative;
    z-index: 1;
  }
}
.cta__advantages {
  height: 345px;
  width: 100%;
  background: url(../resources/images/cta-bg.png) no-repeat center/cover;
  position: relative;
  margin-bottom: 104px;
}
@media (min-width: 768px) {
  .cta__advantages {
    background: url(../resources/images/cta-bg-tablet.png) no-repeat center/cover;
    height: 650px;
  }
}
@media (min-width: 1440px) {
  .cta__advantages {
    background: none;
    width: 1324px;
    height: 745px;
    transition: 0.5s ease;
    left: -39px;
  }
}
@media (min-width: 1920px) {
  .cta__advantages {
    left: 0;
    top: -3rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.cta__advantages.increased {
  transform: scale(1.3);
}
@media (min-width: 1920px) {
  .cta__advantages.increased {
    transform: scale(1.3) translate(-170px, 30px);
  }
}
.cta__advantages.increased .point-btn-modal,
.cta__advantages.increased .cta__advantages-point-btn {
  transform: scale(0.8);
}
.cta__advantages-img {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: -50px;
  left: 8rem;
}
@media (min-width: 1440px) {
  .cta__advantages-img {
    display: block !important;
  }
}
@media (min-width: 1920px) {
  .cta__advantages-img {
    left: 0;
  }
}
.cta__advantages-point-btn {
  position: absolute;
  z-index: 2;
  padding: 0;
  border: 1px solid var(--dark-color-1);
  backdrop-filter: blur(2px);
  border-radius: 20px;
  background-color: rgba(237, 238, 241, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  transition: 0.2s ease;
}
@media (min-width: 768px) {
  .cta__advantages-point-btn {
    width: 32px;
    height: 32px;
  }
}
@media (min-width: 1440px) {
  .cta__advantages-point-btn {
    width: 42px;
    height: 42px;
  }
}
@media (min-width: 1440px) {
  .cta__advantages-point-btn:hover {
    height: 60px;
    width: 42px;
  }
}
.cta__advantages-point-btn.up {
  transition: transform 0.8s ease;
  transform: scale(0.8);
}
.cta__advantages-point-btn.active {
  height: 60px;
  width: 42px;
}
@media (min-width: 768px) {
  .cta__advantages-point-btn-icon {
    width: 16px;
    height: 16px;
  }
}
.cta__advantages-point-btn--1 {
  top: 110px;
  left: 30px;
}
@media (min-width: 768px) {
  .cta__advantages-point-btn--1 {
    top: 215px;
    left: 110px;
  }
}
@media (min-width: 1440px) {
  .cta__advantages-point-btn--1 {
    top: 200px;
    left: 440px;
  }
}
.cta__advantages-point-btn--2 {
  bottom: 130px;
  left: 90px;
}
@media (min-width: 768px) {
  .cta__advantages-point-btn--2 {
    bottom: 225px;
    left: 230px;
  }
}
@media (min-width: 1440px) {
  .cta__advantages-point-btn--2 {
    bottom: 290px;
    left: 590px;
  }
}
.cta__advantages-point-btn--3 {
  bottom: 138px;
  left: 190px;
}
@media (min-width: 1440px) {
  .cta__advantages-point-btn--3 {
    bottom: 258px;
    left: 383px;
  }
}
@media (min-width: 1440px) {
  .cta__advantages-point-btn--3 {
    bottom: 338px;
    left: 772px;
  }
}
.cta__advantages-point-btn--4 {
  right: 60px;
  bottom: 136px;
}
@media (min-width: 768px) {
  .cta__advantages-point-btn--4 {
    right: 140px;
    bottom: 264px;
  }
}
@media (min-width: 1440px) {
  .cta__advantages-point-btn--4 {
    bottom: 341px;
    right: 256px;
  }
}
.cta__advantages-point-btn--5 {
  right: 12px;
  top: 228px;
}
@media (min-width: 768px) {
  .cta__advantages-point-btn--5 {
    right: 112px;
    top: 258px;
  }
}
@media (min-width: 1440px) {
  .cta__advantages-point-btn--5 {
    right: 225px;
    top: 247px;
  }
}
.cta__advantages-point-btn--6 {
  right: 40px;
  bottom: 186px;
}
@media (min-width: 768px) {
  .cta__advantages-point-btn--6 {
    right: 60px;
    bottom: 140px;
  }
}
@media (min-width: 1440px) {
  .cta__advantages-point-btn--6 {
    right: 165px;
    bottom: 186px;
  }
}

.point-btn-modal {
  position: fixed;
  z-index: -999;
  pointer-events: none;
  visibility: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1440px) {
  .point-btn-modal {
    max-width: 560px;
    position: absolute;
  }
}
.point-btn-modal__content {
  background-color: var(--white-color);
  border: 1px solid var(--dark-color-1);
  border-radius: 30px;
  padding: 24px 32px;
  transform: translate3d(0, 0, 0);
  transform-style: preserve-3d;
  visibility: hidden;
  backface-visibility: hidden;
}
@media (min-width: 768px) {
  .point-btn-modal__content {
    min-width: 560px;
  }
}
.point-btn-modal__body {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 0.25s;
  transition-delay: 0.1s;
}
.point-btn-modal__close-btn {
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 18px;
  height: 18px;
  position: relative;
  margin-left: auto;
  margin-bottom: 16px;
}
.point-btn-modal__close-btn span {
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: var(--dark-color);
}
.point-btn-modal__close-btn span:first-child {
  transform: rotate(135deg);
}
.point-btn-modal__close-btn span:last-child {
  transform: rotate(44deg);
}
.point-btn-modal__img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
}
.point-btn-modal__title {
  font-family: "Russo One", sans-serif;
  font-weight: 400;
  font-size: 27px;
  line-height: 32px;
  color: var(--dark-color);
  text-align: center;
  padding-bottom: 16px;
  max-width: 15ch;
}
@media (min-width: 768px) {
  .point-btn-modal__title {
    font-size: 38px;
    line-height: 44px;
    max-width: 100%;
  }
}
.point-btn-modal__descr {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--dark-color);
}
@media (min-width: 768px) {
  .point-btn-modal__descr {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
  }
}

@media (min-width: 1440px) {
  .point-btn-modal::before {
    content: "";
    position: absolute;
  }
}

@media (min-width: 1440px) {
  .point-btn-modal-1 {
    left: 484px;
    top: -28px;
  }
}

@media (min-width: 1440px) {
  .point-btn-modal-1::before {
    background: url(../resources/svgSprites/svgSprite.svg#point-btn-modal-1-line) no-repeat center/cover;
    height: 203px;
    width: 102px;
    left: -99px;
    top: 255px;
  }
}

@media (min-width: 1440px) {
  .point-btn-modal-2 {
    left: 50%;
    top: 2px;
  }
}

@media (min-width: 1440px) {
  .point-btn-modal-2::before {
    background: url(../resources/svgSprites/svgSprite.svg#point-btn-modal-2-line) no-repeat center/cover;
    height: 203px;
    width: 130px;
    left: -127px;
    top: 210px;
  }
}

@media (min-width: 1440px) {
  .point-btn-modal-3 {
    left: 160px;
    top: -5px;
  }
}

@media (min-width: 1440px) {
  .point-btn-modal-3::before {
    background: url(../resources/svgSprites/svgSprite.svg#point-btn-modal-3-line) no-repeat center/cover;
    height: 160px;
    width: 164px;
    right: -160px;
    top: 410px;
  }
}

@media (min-width: 1440px) {
  .point-btn-modal-4 {
    left: 417px;
    top: -57px;
  }
}

@media (min-width: 1440px) {
  .point-btn-modal-4::before {
    background: url(../resources/svgSprites/svgSprite.svg#point-btn-modal-4-line) no-repeat center/cover;
    height: 66px;
    width: 154px;
    right: -150px;
    top: 470px;
  }
}

@media (min-width: 1440px) {
  .point-btn-modal-5 {
    left: 363px;
    top: -37px;
  }
}

@media (min-width: 1440px) {
  .point-btn-modal-5::before {
    background: url(../resources/svgSprites/svgSprite.svg#point-btn-modal-5-line) no-repeat center/cover;
    height: 78px;
    width: 258px;
    right: -254px;
    top: 200px;
  }
}

@media (min-width: 1440px) {
  .point-btn-modal-6 {
    left: 493px;
    top: -57px;
  }
}

@media (min-width: 1440px) {
  .point-btn-modal-6::before {
    background: url(../resources/svgSprites/svgSprite.svg#point-btn-modal-6-line) no-repeat center/cover;
    height: 34px;
    width: 439px;
    right: -160px;
    bottom: 104px;
  }
}

.point-btn-modal.state-appear {
  z-index: 999;
  visibility: visible;
  pointer-events: all;
}
.point-btn-modal.state-appear .point-btn-modal__content {
  visibility: visible;
  animation: modalComeIn 0.25s ease;
  box-shadow: 8px 8px 0px rgba(15, 25, 55, 0.3);
}
.point-btn-modal.state-appear .point-btn-modal__body {
  opacity: 1;
  transform: translateY(0) scale(1, 1);
}

.point-btn-modal.state-leave .point-btn-modal__content {
  visibility: visible;
  animation: modalHeadOut 0.25s ease;
}
.point-btn-modal.state-leave .point-btn-modal__body {
  opacity: 0;
  transition-delay: 0s;
  transition-duration: 0.35s;
  transition-timing-function: ease;
  transform: translateY(25px);
}

.dev-stages {
  margin-bottom: 104px;
}
.dev-stages__title {
  font-weight: 800;
  font-size: 24px;
  line-height: 46px;
  color: var(--dark-color);
  padding-bottom: 32px;
  padding-left: 1rem;
}
@media (min-width: 768px) {
  .dev-stages__title {
    font-family: "Russo One", sans-serif;
    font-size: 40px;
    line-height: 46px;
    padding-left: 0;
    padding-bottom: 40px;
  }
}
.dev-stages__grid {
  display: grid;
  gap: 20px;
  grid-template-columns: max-content 1fr;
}
@media (min-width: 768px) {
  .dev-stages__grid {
    gap: 92px;
  }
}
.dev-stages__line {
  height: 101%;
  width: 2px;
  background-color: var(--dark-color);
  margin-top: 20px;
  position: relative;
  border-radius: 2px;
}
.dev-stages__line-part {
  position: relative;
  height: 0;
  background-color: var(--accent-color);
  transition: 0.4s linear;
}
.dev-stages__line-part.to-2-list-item {
  height: 19%;
  transition: 0.4s linear;
}
.dev-stages__line-part.to-3-list-item {
  height: 39%;
  transition: 0.4s linear;
}
@media (min-width: 768px) {
  .dev-stages__line-part.to-3-list-item {
    height: 40%;
  }
}
.dev-stages__line-part.to-4-list-item {
  height: 61.5%;
  transition: 0.4s linear;
}
@media (min-width: 768px) {
  .dev-stages__line-part.to-4-list-item {
    height: 62.5%;
  }
}
.dev-stages__line-part.to-5-list-item {
  height: 100%;
  transition: 0.4s linear;
}
.dev-stages__line-scroll-indicator {
  position: absolute;
  width: 8px;
  height: 17px;
  top: 0;
  left: -3px;
  border-radius: 4px;
  background-color: var(--accent-color);
  transform: translateY(0);
  transition: 0.4s linear;
}
.dev-stages__line-scroll-indicator.to-2-list-item {
  transform: translateY(27.7rem);
  transition: 0.4s linear;
}
.dev-stages__line-scroll-indicator.to-3-list-item {
  transform: translateY(58.5rem);
  transition: 0.4s linear;
}
.dev-stages__line-scroll-indicator.to-4-list-item {
  transform: translateY(92rem);
  transition: 0.4s linear;
}
.dev-stages__line-scroll-indicator.to-5-list-item {
  transform: translateY(123rem);
  transition: 0.4s linear;
}
.dev-stages__list {
  padding: 0;
  margin: 0;
  display: grid;
  gap: 52px;
}
.dev-stages__list-info {
  padding-left: 1rem;
}
@media (min-width: 768px) {
  .dev-stages__list-info {
    padding-left: 2rem;
  }
}
.dev-stages__list-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--dark-color);
  padding-bottom: 20px;
  transition: 0.4s ease-in-out;
}
@media (min-width: 768px) {
  .dev-stages__list-title {
    font-size: 32px;
    line-height: 36px;
    padding-bottom: 32px;
  }
}
.dev-stages__list-descr {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--dark-color);
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .dev-stages__list-descr {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 36px;
  }
}
.dev-stages__list-img {
  width: 293px;
  height: 260px;
  object-fit: cover;
  border: 1px solid var(--accent-color);
  filter: drop-shadow(8px 8px 0px rgba(15, 25, 55, 0.3));
  border-radius: 30px;
  transition: 0.4s ease-in-out;
}
@media (min-width: 768px) {
  .dev-stages__list-img {
    margin-left: 3rem;
  }
}

.wizard-dev-form-wrapper {
  margin-bottom: 104px;
}

.wizard-dev-form {
  margin-bottom: 104px;
  border: 1px solid var(--dark-color-1);
  border-radius: 30px;
  background-color: var(--white-color);
  max-width: 708px;
}
.wizard-dev-form__pagination {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: var(--dark-color-1);
  padding-bottom: 16px;
  position: static;
  display: grid;
  grid-template-columns: repeat(4, max-content);
  gap: 24px;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .wizard-dev-form__pagination {
    padding-bottom: 40px;
  }
}
.wizard-dev-form__pagination-bullet {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 50%;
  --swiper-pagination-bullet-width:32px;
  --swiper-pagination-bullet-height:32px;
  --swiper-pagination-bullet-horizontal-gap:0;
  --swiper-pagination-bullet-inactive-opacity:1;
  border-width: 1px;
  border-style: solid;
  transition: 0.3s ease-in-out;
  border-color: transparent;
}
.wizard-dev-form__pagination-bullet.swiper-pagination-bullet-active {
  --swiper-pagination-bullet-inactive-opacity:1;
  border-color: var(--accent-color);
  color: var(--accent-color);
}
.wizard-dev-form__pagination-bullet--prev {
  border-color: var(--dark-color);
}
.wizard-dev-form__wrapper {
  padding: 0;
  margin: 0;
}
.wizard-dev-form__slide {
  padding-top: 24px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .wizard-dev-form__slide {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.wizard-dev-form__slide-title {
  font-family: "Russo One", sans-serif;
  font-weight: 400;
  font-size: 27px;
  line-height: 32px;
  color: var(--dark-color-1);
}
@media (min-width: 768px) {
  .wizard-dev-form__slide-title {
    font-size: 40px;
    line-height: 46px;
  }
}
.wizard-dev-form__slide-title--slide-1 {
  padding-bottom: 44px;
}
@media (min-width: 768px) {
  .wizard-dev-form__slide-title--slide-1 {
    padding-bottom: 54px;
  }
}
.wizard-dev-form__slide-title--slide-2 {
  padding-bottom: 47px;
}
@media (min-width: 768px) {
  .wizard-dev-form__slide-title--slide-2 {
    padding-bottom: 66px;
  }
}
.wizard-dev-form__slide-title--slide-3 {
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .wizard-dev-form__slide-title--slide-3 {
    padding-bottom: 63px;
  }
}
.wizard-dev-form__slide-title--slide-4 {
  padding-bottom: 33px;
}
@media (min-width: 768px) {
  .wizard-dev-form__slide-title--slide-4 {
    padding-bottom: 94px;
  }
}
.wizard-dev-form__dev-descr-nav {
  display: grid;
  gap: 24px;
}
@media (min-width: 768px) {
  .wizard-dev-form__dev-descr-nav {
    gap: 64px;
  }
}
.wizard-dev-form__dev-descr-nav {
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .wizard-dev-form__dev-descr-nav {
    padding-bottom: 62px;
  }
}
.wizard-dev-form__dev-descr {
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--dark-color);
}
@media (min-width: 768px) {
  .wizard-dev-form__dev-descr {
    font-size: 18px;
    line-height: 22px;
  }
}
.wizard-dev-form__dev-descr-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: var(--dark-color-1);
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .wizard-dev-form__dev-descr-title {
    font-size: 28px;
    line-height: 32px;
    padding-bottom: 24px;
  }
}
.wizard-dev-form__img {
  width: 100%;
  object-fit: cover;
}
.wizard-dev-form__img--slide-1 {
  height: 164px;
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .wizard-dev-form__img--slide-1 {
    margin-bottom: 44px;
    height: 235px;
  }
}
.wizard-dev-form__img--slide-2 {
  height: 220px;
  margin-bottom: 31px;
}
@media (min-width: 768px) {
  .wizard-dev-form__img--slide-2 {
    width: 350px;
    height: 194px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 83px;
  }
}
.wizard-dev-form__img--slide-4 {
  height: 222px;
  margin-bottom: 29px;
}
@media (min-width: 768px) {
  .wizard-dev-form__img--slide-4 {
    width: 361px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 69px;
  }
}
.wizard-dev-form__btn-group {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--dark-color-1);
}
.wizard-dev-form__btn-group-item:not(:last-child) {
  border-bottom: 1px solid var(--dark-color-1);
}
.wizard-dev-form__btn {
  padding: 0;
  border: none;
  background-color: transparent;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: var(--dark-color);
  transition: 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .wizard-dev-form__btn {
    font-size: 20px;
    line-height: 24px;
  }
}
.wizard-dev-form__btn:hover {
  transform: translate(-8px, -8px);
  background-color: var(--accent-color);
  border: 1px solid var(--dark-color);
  box-shadow: 8px 8px 0px rgba(15, 25, 55, 0.3);
  color: var(--white-color);
}

@media (min-width: 1440px) {
  .all-news {
    padding-top: 40px;
    padding-bottom: 52px;
  }
}
.all-news__title {
  font-family: "Russo One", sans-serif;
  font-weight: 400;
  font-size: 27px;
  line-height: 32px;
  padding-bottom: 16px;
  color: var(--dark-color-1);
  text-align: center;
}
@media (min-width: 768px) {
  .all-news__title {
    font-size: 38px;
    line-height: 44px;
    padding-bottom: 14px;
  }
}
@media (min-width: 1440px) {
  .all-news__title {
    padding-bottom: 16px;
    font-size: 40px;
    line-height: 46px;
  }
}
@media (min-width: 1920px) {
  .all-news__title {
    font-size: 48px;
    line-height: 46px;
  }
}
.all-news__link {
  text-decoration: none;
  display: grid;
  grid-template-columns: repeat(2, max-content);
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding-bottom: 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--accent-color);
  max-width: 14ch;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .all-news__link {
    font-size: 18px;
    line-height: 22px;
    gap: 20px;
  }
}
@media (min-width: 1440px) {
  .all-news__link {
    padding-bottom: 27px;
  }
}
@media (min-width: 1920px) {
  .all-news__link {
    padding-bottom: 24px;
  }
}
@media (min-width: 768px) {
  .all-news__icon {
    width: 16px;
    height: 15px;
    align-self: flex-start;
  }
}
@media (min-width: 1440px) {
  .all-news__icon {
    align-self: center;
    margin-bottom: 3px;
  }
}
.all-news__list {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.all-news__list-link {
  border: 1px solid var(--dark-color-1);
  background-color: var(--white-color);
  padding-top: 23px;
  padding-bottom: 22px;
  padding-left: 22px;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  display: flex;
  position: relative;
}
@media (min-width: 768px) {
  .all-news__list-link {
    padding-top: 34px;
    padding-bottom: 28px;
    padding-left: 40px;
  }
}
@media (min-width: 1440px) {
  .all-news__list-link {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 32px;
  }
}
.all-news__list-link:hover, .all-news__list-link:active, .all-news__list-link:focus {
  background-color: var(--accent-color);
  transform: translate(-8px, -8px);
  box-shadow: 8px 8px 0px rgba(15, 25, 55, 0.3);
}
@media (min-width: 1440px) {
  .all-news__list-link:hover, .all-news__list-link:active, .all-news__list-link:focus {
    box-shadow: none;
    transform: unset;
  }
}
.all-news__list-link:hover .all-news__list-title,
.all-news__list-link:hover .all-news__list-datetime, .all-news__list-link:active .all-news__list-title,
.all-news__list-link:active .all-news__list-datetime, .all-news__list-link:focus .all-news__list-title,
.all-news__list-link:focus .all-news__list-datetime {
  color: var(--white-color);
}
@media (min-width: 1440px) {
  .all-news__list-link:hover .all-news__list-picture, .all-news__list-link:active .all-news__list-picture, .all-news__list-link:focus .all-news__list-picture {
    height: 200px;
    opacity: 1;
  }
}
@media (min-width: 1440px) {
  .all-news__list-link.active {
    transform: translate(-8px, -8px);
    box-shadow: 8px 8px 0px rgba(15, 25, 55, 0.3);
    background-color: var(--accent-color);
  }
}
@media (min-width: 1440px) {
  .all-news__list-link.active .all-news__list-title,
  .all-news__list-link.active .all-news__list-datetime {
    color: var(--white-color);
  }
}
@media (min-width: 1440px) {
  .all-news__list-link.active .all-news__list-picture {
    height: 200px;
    opacity: 1;
  }
}
.all-news__list-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--dark-color);
  transition: color 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .all-news__list-title {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (min-width: 1440px) {
  .all-news__list-title {
    font-size: 32px;
    line-height: 36px;
  }
}
@media (min-width: 768px) {
  .all-news__list-info {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, max-content);
    gap: 20px;
  }
}
.all-news__list-datetime {
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  color: var(--dark-color);
  display: none;
  transition: color 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .all-news__list-datetime {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    align-items: center;
    gap: 20px;
  }
}
@media (min-width: 1440px) {
  .all-news__list-datetime {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (min-width: 768px) {
  .all-news__list-datetime::after {
    content: "/";
    width: 11px;
    height: 32px;
  }
}
.all-news__list-picture {
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
  margin-right: 64px;
  filter: drop-shadow(8px 0 0px rgba(15, 25, 55, 0.3));
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
@media (min-width: 1440px) {
  .all-news__list-picture {
    display: block;
    padding-top: 20px;
  }
}
.all-news__list-img {
  width: 448px;
  height: 200px;
  object-fit: cover;
  border-radius: 30px;
  border: 1px solid var(--dark-color-1);
}
@media (min-width: 1440px) {
  .all-news__list-img {
    clip-path: inset(0 0 20px 0);
  }
}

.dev-stages-desktop {
  padding-top: 40px;
  padding-bottom: 86px;
}
.dev-stages-desktop__container {
  position: relative;
}
.dev-stages-desktop__title {
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 46px;
  text-align: center;
  padding-bottom: 80px;
}
.dev-stages-desktop__list {
  padding: 0;
  max-width: 1174px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 178px;
  row-gap: 69px;
  margin-bottom: 4rem;
}
.dev-stages-desktop__list-item {
  display: grid;
  gap: 24px;
  grid-auto-rows: max-content;
}
.dev-stages-desktop__list-item-3 {
  grid-column: 2;
  grid-row: 2;
}
.dev-stages-desktop__list-item-5 {
  grid-column: 2;
  grid-row: 3;
  margin-top: -1.5em;
}
.dev-stages-desktop__list-info {
  padding-left: 2rem;
}
.dev-stages-desktop__list-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  color: var(--dark-color);
  white-space: nowrap;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.dev-stages-desktop__list-title.active {
  color: var(--accent-color);
  transition: 0.3s ease-in-out;
}
.dev-stages-desktop__list-picture {
  position: absolute;
  opacity: 0;
  transition: 0.3s ease-in-out;
  z-index: -1;
}
.dev-stages-desktop__list-picture.active {
  opacity: 1;
  z-index: 2;
  transition: 0.3s ease-in-out;
}
.dev-stages-desktop__list-picture::before {
  content: "";
  position: absolute;
  width: 103px;
  height: 72px;
}
.dev-stages-desktop__list-picture--item-1 {
  left: 45rem;
  top: 3.5rem;
}
.dev-stages-desktop__list-picture--item-1::before {
  background: url(../resources/svgSprites/svgSprite.svg#dev-stages-desktop-list-picture-line-1) no-repeat center/cover;
  left: -100px;
  top: 3rem;
}
.dev-stages-desktop__list-picture--item-2 {
  left: 26rem;
  top: 15.3rem;
}
.dev-stages-desktop__list-picture--item-2::before {
  background: url(../resources/svgSprites/svgSprite.svg#dev-stages-desktop-list-picture-line-2) no-repeat center/cover;
  left: 260px;
  top: -70px;
}
.dev-stages-desktop__list-picture--item-3 {
  left: 21.1rem;
  top: 2.9rem;
}
.dev-stages-desktop__list-picture--item-3::before {
  background: url(../resources/svgSprites/svgSprite.svg#dev-stages-desktop-list-picture-line-3) no-repeat center/cover;
  right: -100px;
  bottom: -25px;
}
.dev-stages-desktop__list-picture--item-4 {
  left: 40rem;
  top: 13.7rem;
}
.dev-stages-desktop__list-picture--item-4::before {
  background: url(../resources/svgSprites/svgSprite.svg#dev-stages-desktop-list-picture-line-4) no-repeat center/cover;
  left: -100px;
  top: 100px;
}
.dev-stages-desktop__list-picture--item-5 {
  left: 20rem;
  top: 25.5rem;
}
.dev-stages-desktop__list-picture--item-5::before {
  background: url(../resources/svgSprites/svgSprite.svg#dev-stages-desktop-list-picture-line-5) no-repeat center/cover;
  right: -100px;
  top: 125px;
}
.dev-stages-desktop__list-img {
  width: 360px;
  height: 320px;
  object-fit: cover;
  border: 1px solid var(--accent-color);
  filter: drop-shadow(8px 8px 0px rgba(15, 25, 55, 0.3));
  border-radius: 30px;
}
.dev-stages-desktop__list-descr {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: var(--dark-color);
}
.dev-stages-desktop__line {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 175px;
  left: 4rem;
}
.dev-stages-desktop__aside-line {
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.5s linear;
  opacity: 0;
}
.dev-stages-desktop__aside-line path {
  fill: var(--accent-color);
}
.dev-stages-desktop__aside-line-1.active {
  width: 606px;
  transition: 0.5s linear;
  opacity: 1;
}
@media (min-width: 1920px) {
  .dev-stages-desktop__aside-line-1.active {
    width: 560px;
  }
}
.dev-stages-desktop__aside-line-2.active {
  width: 1104px;
  transition: 0.5s linear;
  opacity: 1;
}
.dev-stages-desktop__aside-line-3 {
  height: 216px;
  width: 1322px;
  opacity: 0;
}
.dev-stages-desktop__aside-line-3.active {
  opacity: 1;
  transition: 0.5s linear;
}
.dev-stages-desktop__aside-line-4 {
  height: 216px;
  width: 1322px;
  opacity: 0;
}
.dev-stages-desktop__aside-line-4.active {
  opacity: 1;
  transition: 0.5s linear;
}
.dev-stages-desktop__aside-line-5 {
  height: 430px;
  width: 1322px;
  opacity: 0;
}
.dev-stages-desktop__aside-line-5 path {
  fill: unset;
}
.dev-stages-desktop__aside-line-5.active {
  opacity: 1;
  transition: 0.5s linear;
}

.wizard-dev-form-desktop-wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}

.wizard-dev-form-desktop {
  border: 1px solid var(--dark-color-1);
  border-radius: 30px;
  background-color: var(--white-color);
  max-width: 932px;
  height: 649px;
}
@media (min-width: 1920px) {
  .wizard-dev-form-desktop {
    max-width: 1154px;
  }
}
.wizard-dev-form-desktop__pagination {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: var(--dark-color-1);
  padding-bottom: 16px;
  position: static;
  display: grid;
  grid-template-columns: repeat(4, max-content);
  gap: 24px;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .wizard-dev-form-desktop__pagination {
    padding-bottom: 40px;
  }
}
.wizard-dev-form-desktop__pagination-bullet {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 50%;
  --swiper-pagination-bullet-width:32px;
  --swiper-pagination-bullet-height:32px;
  --swiper-pagination-bullet-horizontal-gap:0;
  --swiper-pagination-bullet-inactive-opacity:1;
  border-width: 1px;
  border-style: solid;
  transition: 0.3s ease-in-out;
  border-color: transparent;
  pointer-events: none;
}
.wizard-dev-form-desktop__pagination-bullet.swiper-pagination-bullet-active {
  --swiper-pagination-bullet-inactive-opacity:1;
  border-color: var(--accent-color);
  color: var(--accent-color);
}
.wizard-dev-form-desktop__pagination-bullet--prev {
  border-color: var(--dark-color);
  pointer-events: all;
}
.wizard-dev-form-desktop__wrapper {
  padding: 0;
  margin: 0;
}
.wizard-dev-form-desktop__slide {
  padding-top: 24px;
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 32px;
}
@media (min-width: 1920px) {
  .wizard-dev-form-desktop__slide {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.wizard-dev-form-desktop__slide-title {
  font-family: "Russo One", sans-serif;
  font-weight: 400;
  font-size: 39px;
  line-height: 46px;
  color: var(--dark-color-1);
}
@media (min-width: 1920px) {
  .wizard-dev-form-desktop__slide-title {
    font-size: 48px;
    line-height: 46px;
  }
}
.wizard-dev-form-desktop__slide-title--slide-1 {
  padding-bottom: 32px;
}
.wizard-dev-form-desktop__slide-title--slide-2 {
  padding-bottom: 97px;
  text-align: center;
}
@media (min-width: 1920px) {
  .wizard-dev-form-desktop__slide-title--slide-2 {
    padding-bottom: 112px;
  }
}
.wizard-dev-form-desktop__slide-title--slide-3 {
  padding-bottom: 55px;
}
@media (min-width: 1920px) {
  .wizard-dev-form-desktop__slide-title--slide-3 {
    padding-bottom: 19px;
    text-align: center;
  }
}
.wizard-dev-form-desktop__slide-title--slide-4 {
  padding-bottom: 98px;
  text-align: center;
}
@media (min-width: 1920px) {
  .wizard-dev-form-desktop__slide-title--slide-4 {
    padding-bottom: 144px;
    font-size: 47px;
  }
}
.wizard-dev-form-desktop__dev-descr-nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  padding-bottom: 32px;
}
@media (min-width: 1920px) {
  .wizard-dev-form-desktop__dev-descr-nav {
    padding-bottom: 90px;
  }
}
.wizard-dev-form-desktop__dev-descr {
  padding: 0;
  margin: 0;
  display: grid;
  gap: 24px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: var(--dark-color);
  text-align: center;
  grid-auto-rows: max-content;
}
.wizard-dev-form-desktop__dev-descr-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  color: var(--dark-color-1);
}
.wizard-dev-form-desktop__img {
  width: 100%;
  object-fit: cover;
}
.wizard-dev-form-desktop__img--slide-1 {
  height: 164px;
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .wizard-dev-form-desktop__img--slide-1 {
    margin-bottom: 44px;
    height: 235px;
  }
}
@media (min-width: 1440px) {
  .wizard-dev-form-desktop__img--slide-1 {
    margin-bottom: 88px;
  }
}
@media (min-width: 1920px) {
  .wizard-dev-form-desktop__img--slide-1 {
    width: 860px;
    height: 311px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 36px;
    object-fit: contain;
  }
}
.wizard-dev-form-desktop__img--slide-2 {
  height: 220px;
  margin-bottom: 31px;
}
@media (min-width: 768px) {
  .wizard-dev-form-desktop__img--slide-2 {
    width: 350px;
    height: 194px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 83px;
  }
}
@media (min-width: 1440px) {
  .wizard-dev-form-desktop__img--slide-2 {
    margin-bottom: 98px;
  }
}
.wizard-dev-form-desktop__img--slide-4 {
  height: 222px;
  margin-bottom: 29px;
}
@media (min-width: 768px) {
  .wizard-dev-form-desktop__img--slide-4 {
    width: 361px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 69px;
  }
}
.wizard-dev-form-desktop__btn-group {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--dark-color-1);
}
.wizard-dev-form-desktop__btn-group-item:not(:last-child) {
  border-bottom: 1px solid var(--dark-color-1);
}
.wizard-dev-form-desktop__btn {
  padding: 0;
  border: none;
  background-color: transparent;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: var(--dark-color);
  transition: 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .wizard-dev-form-desktop__btn {
    font-size: 20px;
    line-height: 24px;
  }
}
.wizard-dev-form-desktop__btn:hover {
  transform: translate(-8px, -8px);
  background-color: var(--accent-color);
  border: 1px solid var(--dark-color);
  box-shadow: 8px 8px 0px rgba(15, 25, 55, 0.3);
  color: var(--white-color);
}

.special-reductors-page__section-title {
  margin-bottom: 40px;
}
.special-reductors-page__list {
  padding: 0;
  margin: 0;
  display: grid;
}
@media (min-width: 768px) {
  .special-reductors-page__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1440px) {
  .special-reductors-page__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.special-reductors-page__list-item {
  position: relative;
  z-index: 1;
  padding-top: 11px;
  padding-bottom: 32px;
  padding-left: 16px;
  padding-right: 16px;
  outline: 1px solid var(--dark-color);
  background-color: var(--white-color);
  display: flex;
  flex-direction: column;
  transition: 0.3s ease-in-out;
}
.special-reductors-page__list-item::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: var(--accent-color);
  transition: 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.special-reductors-page__list-item:nth-of-type(4), .special-reductors-page__list-item:nth-of-type(5), .special-reductors-page__list-item:nth-of-type(6), .special-reductors-page__list-item:nth-of-type(7), .special-reductors-page__list-item:nth-of-type(8) {
  display: none;
}
@media (min-width: 768px) {
  .special-reductors-page__list-item:nth-of-type(4), .special-reductors-page__list-item:nth-of-type(5), .special-reductors-page__list-item:nth-of-type(6), .special-reductors-page__list-item:nth-of-type(7), .special-reductors-page__list-item:nth-of-type(8) {
    display: block;
  }
}
@media (min-width: 1440px) {
  .special-reductors-page__list-item:nth-of-type(6), .special-reductors-page__list-item:nth-of-type(7), .special-reductors-page__list-item:nth-of-type(8) {
    display: none;
  }
}
.special-reductors-page__list-item-star {
  position: relative;
  cursor: pointer;
  z-index: 1;
}
.special-reductors-page__list-item-star-icon, .special-reductors-page__list-item-star-icon-hover {
  transition: 0.3s ease-in-out;
}
.special-reductors-page__list-item-star-icon-hover, .special-reductors-page__list-item-star-icon-active {
  opacity: 0;
}
.special-reductors-page__list-item-star.active .special-reductors-page__list-item-star-icon {
  opacity: 0;
}
.special-reductors-page__list-item-star.active .special-reductors-page__list-item-star-icon-hover {
  opacity: 0;
}
.special-reductors-page__list-item-star.active .special-reductors-page__list-item-star-icon-active {
  opacity: 1;
}
.special-reductors-page__list-item:hover .special-reductors-page__list-item-title {
  color: var(--white-color);
}
.special-reductors-page__list-item:hover .special-reductors-page__list-item-subtitle {
  color: var(--white-color);
}
.special-reductors-page__list-item:hover .special-reductors-page__list-item-star-icon {
  opacity: 0;
}
.special-reductors-page__list-item:hover .special-reductors-page__list-item-star-icon-hover {
  opacity: 1;
}
.special-reductors-page__list-item:hover::before {
  height: 100%;
  transition: 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.special-reductors-page__list-item.active {
  transform: translate(-8px, -8px);
  filter: drop-shadow(8px 8px 0px rgba(15, 25, 55, 0.3));
  z-index: 2;
}
.special-reductors-page__list-item.active .special-reductors-page__list-item-img {
  transform: scale(1.3);
  position: relative;
}
.special-reductors-page__list-item.active .special-reductors-page__list-item-title {
  color: var(--white-color);
  position: relative;
}
.special-reductors-page__list-item.active .special-reductors-page__list-item-subtitle {
  color: var(--white-color);
}
.special-reductors-page__list-item.active .special-reductors-page__list-item-star-icon {
  opacity: 0;
}
.special-reductors-page__list-item.active .special-reductors-page__list-item-star-icon-hover {
  opacity: 1;
}
.special-reductors-page__list-item.active::before {
  height: 100%;
  transition: 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.special-reductors-page__list-item-figure {
  display: grid;
  gap: 25px;
  margin-bottom: 16px;
}
@media (min-width: 1440px) {
  .special-reductors-page__list-item-figure {
    gap: 0;
  }
}
.special-reductors-page__list-item-picture {
  display: flex;
  justify-content: center;
  align-items: center;
}
.special-reductors-page__list-item-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -1px;
  left: -5px;
}
.special-reductors-page__list-item-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: var(--dark-color-2);
  text-align: left;
  transition: color 0.3s ease-in-out;
}
.special-reductors-page__list-item-img {
  width: 274px;
  height: 228px;
  object-fit: cover;
  object-position: 23px -40px;
  overflow: visible;
  transition: 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .special-reductors-page__list-item-img {
    width: 271px;
    height: 230px;
  }
}
.special-reductors-page__list-item-bottom {
  display: grid;
  grid-template-columns: 1fr max-content;
  align-items: flex-start;
  justify-content: space-between;
}
.special-reductors-page__list-item-subtitle {
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  color: var(--dark-color-1);
  max-width: 15ch;
  transition: color 0.3s ease-in-out;
}

.sub-category-section {
  padding-bottom: 64px;
}
@media (min-width: 1440px) {
  .sub-category-section {
    padding-bottom: 68px;
  }
}
.sub-category-section__section-title {
  margin-bottom: 40px;
}
@media (min-width: 1440px) {
  .sub-category-section__section-title {
    max-width: 30ch;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1920px) {
  .sub-category-section__section-title {
    max-width: 100%;
  }
}
.sub-category-section__list {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1920px) {
  .sub-category-section__list {
    filter: drop-shadow(8px 8px 0px rgba(15, 25, 55, 0.3));
  }
}
.sub-category-section__dropdown {
  background-color: var(--white-color);
  border: 1px solid var(--dark-color-1);
}
.sub-category-section__dropdown-top {
  display: grid;
  gap: 20px;
  align-items: center;
  grid-template-columns: repeat(2, max-content);
  padding-top: 23px;
  padding-bottom: 23px;
  padding-left: 16px;
  transition: color 0.3s ease-in-out;
  cursor: pointer;
}
@media (min-width: 768px) {
  .sub-category-section__dropdown-top {
    padding-top: 29px;
    padding-bottom: 27px;
    padding-left: 32px;
  }
}
@media (min-width: 1440px) {
  .sub-category-section__dropdown-top {
    padding-top: 30px;
    padding-bottom: 24px;
    padding-left: 112px;
  }
}
@media (min-width: 1920px) {
  .sub-category-section__dropdown-top {
    padding-left: 113px;
  }
}
.sub-category-section__dropdown-top.active {
  background-color: var(--accent-color);
  border-bottom: 1px solid var(--dark-color-1);
}
.sub-category-section__list-dropdown-subtitle {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--dark-color);
  transition: color 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .sub-category-section__list-dropdown-subtitle {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (min-width: 1440px) {
  .sub-category-section__list-dropdown-subtitle {
    font-size: 32px;
    line-height: 36px;
  }
}
.sub-category-section__list-dropdown-subtitle.active {
  color: var(--white-color);
}
.sub-category-section__list-dropdown-title {
  font-family: "Russo One", sans-serif;
  font-weight: 400;
  font-size: 27px;
  line-height: 32px;
  color: var(--dark-color);
  transition: color 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .sub-category-section__list-dropdown-title {
    font-size: 38px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .sub-category-section__list-dropdown-title {
    font-size: 40px;
    line-height: 46px;
  }
}
.sub-category-section__list-dropdown-title.active {
  color: var(--white-color);
}
.sub-category-section__dropdown-list-nav {
  height: 0;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.sub-category-section__dropdown-list {
  padding: 0;
  margin: 0;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: max-content;
}
.sub-category-section__dropdown-slider {
  height: 298px;
}
@media (min-width: 768px) {
  .sub-category-section__dropdown-slider {
    height: 334px;
  }
}
.sub-category-section__dropdown-list-item {
  width: 281px;
  height: 292px;
}
@media (min-width: 768px) {
  .sub-category-section__dropdown-list-item {
    width: 320px;
    height: 326px;
  }
}
.sub-category-section__dropdown-slider-scrollbar {
  position: relative !important;
  left: 0 !important;
  width: 100% !important;
  height: 6px !important;
  background: transparent !important;
  bottom: 6px !important;
}
@media (min-width: 768px) {
  .sub-category-section__dropdown-slider-scrollbar {
    height: 8px !important;
    bottom: 8px !important;
  }
}
.sub-category-section__dropdown-slider-scrollbar .swiper-scrollbar-drag {
  border-radius: 0;
  background: var(--dark-color);
}
.sub-category-section__dropdown-list-card {
  padding: 0;
  margin: 0;
  background-color: var(--white-color);
  border-width: 0px 1px;
  border-style: solid;
  border-color: var(--dark-color-1);
  display: grid;
  border-bottom: 1px solid var(--grey-color);
  cursor: pointer;
  height: 100%;
  position: relative;
}
.sub-category-section__dropdown-list-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (min-width: 1440px) {
  .sub-category-section__dropdown-list-card:hover .sub-category-section__list-star-icon {
    opacity: 1;
  }
}
.sub-category-section__dropdown-list-img {
  width: 100%;
  object-fit: cover;
  height: 220px;
}
@media (min-width: 768px) {
  .sub-category-section__dropdown-list-img {
    height: 254px;
  }
}
.sub-category-section__dropdown-list-figcaption {
  padding: 20px 16px;
  padding-bottom: 0;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .sub-category-section__dropdown-list-figcaption {
    margin-bottom: 0;
    padding: 16px;
  }
}
.sub-category-section__dropdown-list-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--dark-color);
}
@media (min-width: 768px) {
  .sub-category-section__dropdown-list-title {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (min-width: 1440px) {
  .sub-category-section__dropdown-list-title {
    font-size: 28px;
  }
}
.sub-category-section__list-star-icon, .sub-category-section__list-star-icon-active {
  transition: 0.3s ease-in-out;
}
@media (min-width: 1440px) {
  .sub-category-section__list-star-icon {
    opacity: 0;
  }
}
.sub-category-section__list-star-icon-active {
  opacity: 0;
}
.sub-category-section__dropdown-list-star.active .sub-category-section__list-star-icon {
  opacity: 0;
}
.sub-category-section__dropdown-list-star.active .sub-category-section__list-star-icon-active {
  opacity: 1;
}

.category-section {
  padding-top: 40px;
  padding-bottom: 64px;
}
@media (min-width: 768px) {
  .category-section {
    padding-bottom: 68px;
  }
}
.category-section__section-title {
  margin-bottom: 40px;
}
.category-section__list {
  padding: 0;
  margin: 0;
  display: grid;
}
.category-section__list-item-link {
  display: flex;
  align-items: center;
  padding-top: 23px;
  padding-bottom: 22px;
  padding-left: 22px;
  background-color: var(--white-color);
  border: 1px solid var(--dark-color-1);
  color: inherit;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  position: relative;
}
@media (min-width: 768px) {
  .category-section__list-item-link {
    padding-top: 19px;
    padding-bottom: 33px;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media (min-width: 1440px) {
  .category-section__list-item-link {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 112px;
  }
}
.category-section__list-item-link:hover, .category-section__list-item-link:active, .category-section__list-item-link:focus {
  background-color: var(--accent-color);
  transform: translate(-8px, -8px);
  box-shadow: 8px 8px 0px rgba(15, 25, 55, 0.3);
}
.category-section__list-item-link:hover .category-section__list-item-title, .category-section__list-item-link:active .category-section__list-item-title, .category-section__list-item-link:focus .category-section__list-item-title {
  color: var(--white-color);
}
.category-section__list-item-link:hover .category-section__list-item-img, .category-section__list-item-link:active .category-section__list-item-img, .category-section__list-item-link:focus .category-section__list-item-img {
  filter: drop-shadow(8px 8px 0px rgba(15, 25, 55, 0.3));
}
@media (min-width: 1440px) {
  .category-section__list-item-link:hover .category-section__list-item-picture, .category-section__list-item-link:active .category-section__list-item-picture, .category-section__list-item-link:focus .category-section__list-item-picture {
    height: 154px;
    opacity: 1;
  }
}
.category-section__list-item-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--dark-color);
  transition: 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .category-section__list-item-title {
    font-size: 26px;
    line-height: 32px;
    margin-top: 15px;
    max-width: 30ch;
  }
}
@media (min-width: 1440px) {
  .category-section__list-item-title {
    margin-top: 0;
    font-size: 32px;
    line-height: 36px;
    max-width: 100%;
  }
}
.category-section__list-item-picture {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .category-section__list-item-picture {
    display: block;
  }
}
@media (min-width: 1440px) {
  .category-section__list-item-picture {
    right: 4rem;
    height: 0;
    overflow: hidden;
    opacity: 0;
  }
}
.category-section__list-item-img {
  transition: 0.3s ease-in-out;
  object-fit: cover;
  clip-path: inset(0 0 0 0);
}
@media (min-width: 768px) {
  .category-section__list-item-img {
    width: 160px;
    height: 80px;
  }
}
@media (min-width: 1440px) {
  .category-section__list-item-img {
    width: 340px;
    height: 170px;
  }
}

.product-card-top {
  margin-top: 20px;
  margin-bottom: 12px;
}
.product-card-top__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0;
}
@media (min-width: 1920px) {
  .product-card-top__container {
    margin-left: 0;
  }
}
.product-card-top .previous-page-link {
  margin-top: 0;
  top: 0;
  margin-bottom: 0;
}
@media (min-width: 1440px) {
  .product-card-top__star--mobile {
    display: none;
  }
}
.product-card-top__star-wrapper {
  display: none;
  align-items: center;
  justify-content: flex-end;
  grid-template-columns: repeat(2, max-content);
  gap: 8px;
  grid-column: 2;
  cursor: pointer;
}
@media (min-width: 1440px) {
  .product-card-top__star-wrapper {
    display: grid;
    margin-bottom: 16px;
  }
}
.product-card-top__star {
  cursor: pointer;
}
.product-card-top__star-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: var(--accent-color);
}
.product-card-top__star--desktop {
  display: none;
}
@media (min-width: 1440px) {
  .product-card-top__star--desktop {
    display: block;
  }
}
.product-card-top__star-icon, .product-card-top__star-icon-active {
  transition: 0.3s ease-in-out;
}
.product-card-top__star-icon-active {
  opacity: 0;
}
.product-card-top__star.active .product-card-top__star-icon {
  opacity: 0;
}
.product-card-top__star.active .product-card-top__star-icon-active {
  opacity: 1;
}

@media (min-width: 1440px) {
  .product-card {
    margin-top: 16px;
  }
}
.product-card__section-title {
  margin-bottom: 40px;
}
@media (min-width: 1440px) {
  .product-card__section-title {
    grid-column: span 2;
    margin-bottom: 148px;
    text-align: left;
  }
}
@media (min-width: 1440px) {
  .product-card__section-title--mobile {
    display: none;
  }
}
.product-card__section-title--desktop {
  display: none;
}
@media (min-width: 1440px) {
  .product-card__section-title--desktop {
    display: block;
  }
}
.product-card__info {
  margin-top: 32px;
  margin-bottom: 52px;
  display: grid;
  gap: 40px;
}
@media (min-width: 768px) {
  .product-card__info {
    margin-top: 40px;
    margin-bottom: 80px;
  }
}
@media (min-width: 1440px) {
  .product-card__info {
    margin: 0;
    border-top: 1px solid var(--dark-color-1);
    border-right: 1px solid var(--dark-color-1);
    border-bottom: 1px solid var(--dark-color-1);
    padding-top: 16px;
    padding-left: 52px;
    padding-right: 32px;
    padding-bottom: 113px;
    background-color: var(--white-color);
    gap: 0;
  }
}
@media (min-width: 1920px) {
  .product-card__info {
    padding-left: 148px;
  }
}
@media (min-width: 1440px) {
  .product-card__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 80px;
  }
}
@media (min-width: 1920px) {
  .product-card__container {
    grid-template-columns: 588px 1fr;
  }
}
.product-card__info-list {
  padding: 0;
  padding-left: 10px;
  margin: 0;
  display: grid;
  gap: 24px;
}
@media (min-width: 1440px) {
  .product-card__info-list {
    grid-column: span 2;
    padding-left: 0;
  }
}
@media (min-width: 1440px) {
  .product-card__info-list:first-of-type {
    padding-bottom: 40px;
  }
}
.product-card__info-list-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--dark-color);
}
@media (min-width: 768px) {
  .product-card__info-list-title {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (min-width: 1440px) {
  .product-card__info-list-title {
    font-size: 32px;
    line-height: 36px;
  }
}
.product-card__info-list-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--dark-color);
}
@media (min-width: 768px) {
  .product-card__info-list-text {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 1440px) {
  .product-card__info-list-text {
    font-size: 18px;
    line-height: 22px;
  }
}
.product-card__accordeons {
  padding: 0;
  margin: 0;
  display: grid;
  gap: 32px;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .product-card__accordeons {
    gap: 40px;
  }
}
@media (min-width: 1440px) {
  .product-card__accordeons {
    display: none;
  }
}
.product-card__accordeons-item {
  background: var(--white-color);
  border-top: 2px solid var(--dark-color-1);
  border-bottom: 2px solid var(--dark-color-1);
}
.product-card__accordeon-top {
  padding: 16px;
  padding-right: 28px;
  display: grid;
  align-items: center;
  justify-content: flex-end;
  grid-template-columns: 1fr max-content;
  cursor: pointer;
}
@media (min-width: 768px) {
  .product-card__accordeon-top {
    padding-right: 76px;
  }
}
.product-card__accordeon-title {
  font-family: "Russo One", sans-serif;
  font-weight: 400;
  font-size: 27px;
  line-height: 32px;
  color: var(--dark-color);
  justify-self: center;
  transition: 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .product-card__accordeon-title {
    font-size: 38px;
    line-height: 44px;
    padding-left: 4rem;
  }
}
.product-card__accordeon-title.active {
  color: var(--accent-color);
}
.product-card__expand-icon, .product-card__expand-icon path {
  transition: 0.3s ease-in-out;
}
.product-card__expand-icon.active {
  transform: rotate(180deg);
}
.product-card__expand-icon.active path {
  stroke: var(--accent-color);
}
.product-card__accordeon-info {
  height: 0;
  overflow: hidden;
  transition: 0.5s ease-in-out;
}
.product-card__accordeon-info-container {
  display: grid;
  gap: 52px;
  margin-top: 36px;
  margin-bottom: 52px;
}
@media (min-width: 768px) {
  .product-card__accordeon-info-container {
    gap: 44px;
    margin-top: 40px;
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .product-card__accordeon-info-container--dimensions {
    gap: 40px;
  }
}
.product-card__accordeon-info-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--accent-color);
  margin-bottom: 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .product-card__accordeon-info-title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 32px;
  }
}
.product-card__history-info-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--dark-color);
  padding-bottom: 18px;
}
@media (min-width: 768px) {
  .product-card__history-info-text {
    font-size: 18px;
    line-height: 22px;
  }
}
.product-card__history-info-text--pb {
  padding-bottom: 36px;
}
@media (min-width: 768px) {
  .product-card__history-info-text--pb {
    padding-bottom: 24px;
  }
}
.product-card__history-link {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
}
@media (min-width: 768px) {
  .product-card__history-link {
    justify-content: flex-start;
    gap: 24px;
  }
}
.product-card__history-link:hover .product-card__history-link-icon, .product-card__history-link:active .product-card__history-link-icon, .product-card__history-link:focus .product-card__history-link-icon {
  transform: translateX(-5px);
}
.product-card__history-link-text {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: var(--accent-color);
  max-width: 18ch;
}
@media (min-width: 768px) {
  .product-card__history-link-text {
    max-width: 100%;
  }
}
.product-card__history-link-icon {
  transition: 0.3s ease-in-out;
  height: 15px;
}
.product-card__accordeon-list {
  padding: 0;
  margin: 0;
  display: grid;
  gap: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--dark-color);
}
@media (min-width: 768px) {
  .product-card__accordeon-list {
    font-size: 18px;
    line-height: 22px;
  }
}
.product-card__accordeon-list-item {
  display: grid;
  align-items: center;
  grid-template-columns: max-content 1fr;
  gap: 8px;
}
@media (min-width: 768px) {
  .product-card__accordeon-list-item {
    gap: 16px;
  }
}
.product-card__accordeon-list-item::before {
  content: "";
  width: 14px;
  height: 20px;
  background-color: var(--accent-color);
  border: 1px solid var(--accent-color);
  border-radius: 30px;
}
.product-card__accordeon-table-list {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--dark-color);
}
@media (min-width: 768px) {
  .product-card__accordeon-table-list {
    font-size: 18px;
    line-height: 22px;
  }
}
.product-card__accordeon-table-list-item {
  border: 1px solid var(--dark-color-1);
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.product-card__accordeon-table-list-item--title {
  justify-content: center;
  background-color: var(--accent-color);
}
@media (min-width: 768px) {
  .product-card__accordeon-table-list-item--title {
    font-size: 22px;
    line-height: 32px;
  }
}
.product-card__accordeon-table-list-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: var(--white-color);
}
.product-card__accordeon-figure {
  display: grid;
  gap: 16px;
}
.product-card__accordeon-picture {
  border: 1px solid var(--accent-color);
  box-shadow: 8px 8px 0px rgba(15, 25, 55, 0.3);
  border-radius: 40px;
  padding: 16px;
}
@media (min-width: 768px) {
  .product-card__accordeon-picture {
    border: 1px solid var(--dark-color);
  }
}
.product-card__accordeon-img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .product-card__accordeon-img {
    height: 312px;
  }
}
.product-card__accordeon-figcaption {
  color: var(--grey-1);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .product-card__accordeon-figcaption {
    font-size: 18px;
    line-height: 22px;
  }
}

.product-card-tabs-container {
  display: none;
  margin-bottom: 80px;
}
@media (min-width: 1440px) {
  .product-card-tabs-container {
    display: block;
  }
}

.product-card-tabs-nav {
  background-color: var(--white-color);
  border: 1px solid var(--dark-color-1);
}

.product-card-tabs {
  padding: 0;
  margin: 0;
  display: grid;
  align-items: center;
  grid-template-columns: repeat(3, 1fr);
}
.product-card-tabs__item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 0;
  background-color: var(--background-color);
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.product-card-tabs__item--1 {
  border-bottom: 1px solid var(--dark-color-1);
  border-right: 1px solid var(--dark-color-1);
}
.product-card-tabs__item--2 {
  border-bottom: 1px solid var(--dark-color-1);
  border-right: 1px solid var(--dark-color-1);
}
.product-card-tabs__item--3 {
  border-bottom: 1px solid var(--dark-color-1);
}
.product-card-tabs__item.active {
  border-bottom-color: transparent;
  background-color: var(--white-color);
}
.product-card-tabs__title {
  font-family: "Russo One", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 46px;
  color: var(--grey-1);
  transition: 0.3s ease-in-out;
}
@media (min-width: 1920px) {
  .product-card-tabs__title {
    font-size: 48px;
    line-height: 46px;
  }
}
.product-card-tabs__title.active {
  color: var(--accent-color);
}

.product-card-tabs-content {
  display: none;
  gap: 40px;
}
@media (min-width: 1440px) {
  .product-card-tabs-content__info--chars {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
}
.product-card-tabs-content__info-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  color: var(--accent-color);
  margin-bottom: 24px;
  text-align: center;
  margin-bottom: 32px;
}
.product-card-tabs-content__descr-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: var(--dark-color);
  padding-bottom: 24px;
}
.product-card-tabs-content__descr-link {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  gap: 24px;
}
.product-card-tabs-content__descr-link-text {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: var(--accent-color);
}
.product-card-tabs-content__descr-link:hover .product-card-tabs-content__descr-link-icon, .product-card-tabs-content__descr-link:active .product-card-tabs-content__descr-link-icon, .product-card-tabs-content__descr-link:focus .product-card-tabs-content__descr-link-icon {
  transform: translateX(-5px);
}
.product-card-tabs-content__descr-link-icon {
  transition: 0.3s ease-in-out;
  height: 15px;
}
.product-card-tabs-content__list {
  padding: 0;
  margin: 0;
  display: grid;
  gap: 16px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: var(--dark-color);
}
@media (min-width: 1440px) {
  .product-card-tabs-content__list {
    gap: 20px;
  }
}
.product-card-tabs-content__list-item {
  display: grid;
  align-items: center;
  grid-template-columns: max-content 1fr;
  gap: 16px;
}
.product-card-tabs-content__list-item::before {
  content: "";
  width: 14px;
  height: 20px;
  background-color: var(--accent-color);
  border: 1px solid var(--accent-color);
  border-radius: 30px;
}
.product-card-tabs-content__table-list {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: var(--dark-color);
}
.product-card-tabs-content__table-list-item {
  border: 1px solid var(--dark-color-1);
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-card-tabs-content__table-list-item--title {
  background-color: var(--accent-color);
  font-size: 28px;
  line-height: 32px;
}
.product-card-tabs-content__table-list-title {
  font-weight: 600;
  font-size: 28px;
  line-height: 32px;
  color: var(--white-color);
}
.product-card-tabs-content__figure {
  display: grid;
  gap: 16px;
}
.product-card-tabs-content__picture {
  box-shadow: 8px 8px 0px rgba(15, 25, 55, 0.3);
  border-radius: 40px;
  padding: 20px;
  border: 1px solid var(--dark-color);
  cursor: pointer;
}
.product-card-tabs-content__img {
  width: 100%;
  object-fit: cover;
  height: 511px;
}
.product-card-tabs-content__figcaption {
  color: var(--grey-1);
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

.product-card-tabs-content--descr {
  padding-top: 60px;
  padding-left: 299px;
  padding-right: 299px;
  padding-bottom: 80px;
}

.product-card-tabs-content--chars {
  padding-top: 60px;
  padding-left: 92px;
  padding-right: 92px;
  padding-bottom: 80px;
}

.product-card-tabs-content--dimensions {
  padding-top: 60px;
  padding-left: 112px;
  padding-right: 112px;
  padding-bottom: 80px;
}

.product-card-tabs-content.active {
  display: grid;
}

.product-card-sliders-wrapper {
  display: grid;
  gap: 24px;
}
@media (min-width: 768px) {
  .product-card-sliders-wrapper {
    grid-template-columns: 92px 1fr;
    gap: 32px;
  }
}
@media (min-width: 1440px) {
  .product-card-sliders-wrapper {
    position: relative;
    grid-template-columns: unset;
    gap: 0;
    position: relative;
  }
}

.product-card-main-slider {
  background: var(--white-color) url(../resources/images/product-card-main-slider-bg.png) no-repeat bottom/contain;
  border: 1px solid var(--dark-color-1);
  border-radius: 30px;
  padding-top: 22px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .product-card-main-slider {
    order: 1;
    border-radius: 50px;
  }
}
@media (min-width: 1440px) {
  .product-card-main-slider {
    border-radius: 0;
    background: var(--white-color) url(../resources/images/product-card-main-slider-bg-desktop.svg) no-repeat bottom/contain;
  }
}
.product-card-main-slider__wrapper {
  padding: 0;
  margin: 0;
}
@media (min-width: 1440px) {
  .product-card-main-slider__slide {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.product-card-main-slider__img {
  width: 100%;
  height: 273px;
  object-fit: cover;
  overflow: visible;
}
@media (min-width: 768px) {
  .product-card-main-slider__img {
    height: 100%;
  }
}
@media (min-width: 1440px) {
  .product-card-main-slider__img {
    height: 338px;
    width: 426px;
    cursor: pointer;
  }
}

.product-card-thumbnails-slider {
  filter: drop-shadow(8px 8px 0px rgba(15, 25, 55, 0.3));
}
@media (min-width: 1440px) {
  .product-card-thumbnails-slider {
    width: 92px;
    height: 509px;
    position: absolute;
    margin-top: 30px;
  }
}
.product-card-thumbnails-slider__wrapper {
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .product-card-thumbnails-slider__wrapper {
    flex-direction: column;
  }
}
.product-card-thumbnails-slider__slide {
  background-color: var(--white-color);
  border: 1px solid var(--dark-color-1);
  width: 69px;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
@media (min-width: 768px) {
  .product-card-thumbnails-slider__slide {
    width: 100% !important;
    height: 104px;
  }
}
.product-card-thumbnails-slider__slide.swiper-slide-thumb-active {
  background-color: var(--accent-color);
}
.product-card-thumbnails-slider__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-card-modal__wrapper, .product-card-modal__dimensions-wrapper {
  padding: 0;
  margin: 0;
}
.product-card-modal__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--background-color);
  padding-top: 24px;
  padding-bottom: 52px;
}
.product-card-modal__slider-img {
  max-width: 768px;
}
@media (min-width: 768px) {
  .product-card-modal__slider-img {
    height: 100%;
    width: 100%;
  }
}
.product-card-modal__dimensions-slide {
  padding-top: 24px;
  padding-bottom: 52px;
  display: grid;
  gap: 32px;
  background-color: var(--background-color);
}
.product-card-modal__dimensions-figure {
  display: grid;
  gap: 24px;
}
@media (min-width: 768px) {
  .product-card-modal__dimensions-figure {
    justify-content: center;
  }
}
.product-card-modal__dimensions-img {
  width: 100%;
  height: 223px;
  object-fit: contain;
}
@media (min-width: 768px) {
  .product-card-modal__dimensions-img {
    height: 312px;
  }
}
.product-card-modal__dimensions-img-2 {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 92px;
  object-fit: contain;
}
@media (min-width: 768px) {
  .product-card-modal__dimensions-img-2 {
    height: 100%;
  }
}
.product-card-modal__dimensions-figcaption {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--grey-1);
  padding-left: 16px;
}
@media (min-width: 768px) {
  .product-card-modal__dimensions-figcaption {
    font-size: 18px;
    line-height: 22px;
  }
}

.reductor-series {
  background-color: var(--background-color);
  border-top: 1px solid var(--dark-color-1);
  border-bottom: 1px solid var(--dark-color-1);
  padding: 40px 0;
  margin-bottom: 64px;
}
.reductor-series__container {
  --max-width:1783px;
}
@media (min-width: 1920px) {
  .reductor-series__container {
    margin-right: 0;
    margin-left: 0;
  }
}
.reductor-series__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--dark-color);
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .reductor-series__title {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (min-width: 1440px) {
  .reductor-series__title {
    font-size: 32px;
    line-height: 36px;
  }
}

@media (min-width: 1920px) {
  .reductor-series-slider {
    margin-left: 90px;
  }
}
.reductor-series-slider__wrapper {
  padding: 0;
  margin: 0;
  overflow-y: hidden;
  overflow-x: auto;
  scrollbar-width: none;
}
@media (min-width: 1440px) {
  .reductor-series-slider__wrapper {
    overflow: unset;
    margin-left: 1px;
  }
}
.reductor-series-slider__wrapper::-webkit-scrollbar {
  display: none;
}
.reductor-series-slider__slide:first-child {
  border-left: 1px solid var(--dark-color-1);
}
.reductor-series-slider__slide {
  width: 281px;
  border-top: 1px solid var(--dark-color-1);
  border-right: 1px solid var(--dark-color-1);
  border-bottom: 1px solid var(--dark-color-1);
}
@media (min-width: 768px) {
  .reductor-series-slider__slide {
    width: 320px !important;
  }
}
@media (min-width: 1440px) {
  .reductor-series-slider__slide:hover .reductor-series-slider__star-icon {
    opacity: 1;
  }
}
.reductor-series-slider__slide-link {
  position: absolute;
  width: 100%;
  height: 100%;
}
.reductor-series-slider__figure {
  background-color: var(--white-color);
}
.reductor-series-slider__img {
  width: 100%;
  height: 254px;
  object-fit: contain;
  gap: 8px;
}
.reductor-series-slider__figcaption {
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.reductor-series-slider__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  color: var(--dark-color);
}
@media (min-width: 1440px) {
  .reductor-series-slider__title {
    font-size: 28px;
  }
}
.reductor-series-slider__star {
  position: relative;
  cursor: pointer;
}
.reductor-series-slider__star.active .reductor-series-slider__star-icon {
  opacity: 0;
}
.reductor-series-slider__star.active .reductor-series-slider__star-icon-active {
  opacity: 1;
}
.reductor-series-slider__star-icon, .reductor-series-slider__star-icon-active {
  transition: 0.3s ease-in-out;
}
@media (min-width: 1440px) {
  .reductor-series-slider__star-icon {
    opacity: 0;
  }
}
.reductor-series-slider__star-icon-active {
  opacity: 0;
}

.articles-page {
  padding-top: 40px;
  padding-bottom: 64px;
}
@media (min-width: 768px) {
  .articles-page {
    padding-bottom: 68px;
  }
}
.articles-page__container {
  --max-width:1740px;
}
.articles-page__section-title {
  margin-bottom: 40px;
}
.articles-page__list {
  padding: 0;
  margin: 0;
  display: grid;
}
@media (min-width: 768px) {
  .articles-page__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1440px) {
  .articles-page__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1920px) {
  .articles-page__list {
    grid-template-columns: repeat(3, 573px);
  }
}
.articles-page__list-item:nth-of-type(5), .articles-page__list-item:nth-of-type(6), .articles-page__list-item:nth-of-type(7), .articles-page__list-item:nth-of-type(8), .articles-page__list-item:nth-of-type(9) {
  display: none;
}
@media (min-width: 768px) {
  .articles-page__list-item:nth-of-type(5), .articles-page__list-item:nth-of-type(6), .articles-page__list-item:nth-of-type(7), .articles-page__list-item:nth-of-type(8), .articles-page__list-item:nth-of-type(9) {
    display: block;
  }
}
@media (min-width: 768px) {
  .articles-page__list-item:nth-of-type(7), .articles-page__list-item:nth-of-type(8), .articles-page__list-item:nth-of-type(9) {
    display: none;
  }
}
@media (min-width: 1440px) {
  .articles-page__list-item:nth-of-type(7), .articles-page__list-item:nth-of-type(8), .articles-page__list-item:nth-of-type(9) {
    display: block;
  }
}
.articles-page__list-link {
  text-decoration: none;
  padding-top: 24px;
  padding-bottom: 32px;
  padding-left: 16px;
  padding-right: 16px;
  background-color: var(--white-color);
  outline: 1px solid var(--dark-color-1);
  transition: 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 0;
}
.articles-page__list-link::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: var(--accent-color);
  transition: 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.articles-page__list-link:hover .articles-page__list-tags,
.articles-page__list-link:hover .articles-page__list-datetime,
.articles-page__list-link:hover .articles-page__list-title, .articles-page__list-link:active .articles-page__list-tags,
.articles-page__list-link:active .articles-page__list-datetime,
.articles-page__list-link:active .articles-page__list-title, .articles-page__list-link:focus .articles-page__list-tags,
.articles-page__list-link:focus .articles-page__list-datetime,
.articles-page__list-link:focus .articles-page__list-title {
  color: var(--white-color);
}
.articles-page__list-link:hover::before {
  height: 100%;
  transition: 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.articles-page__list-link.active {
  transform: translate(-8px, -8px);
  filter: drop-shadow(8px 8px 0px rgba(15, 25, 55, 0.3));
}
.articles-page__list-link.active .articles-page__list-tags,
.articles-page__list-link.active .articles-page__list-datetime,
.articles-page__list-link.active .articles-page__list-title {
  color: var(--white-color);
}
.articles-page__list-link.active::before {
  height: 100%;
  transition: 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.articles-page__list-tags {
  padding: 0;
  padding-bottom: 62px;
  margin: 0;
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, auto);
  gap: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: var(--dark-color);
  transition: 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .articles-page__list-tags {
    padding-bottom: 96px;
  }
}
@media (min-width: 1440px) {
  .articles-page__list-tags {
    grid-template-columns: repeat(3, auto);
    column-gap: 0;
    row-gap: 16px;
    padding-bottom: 130px;
  }
}
@media (min-width: 1920px) {
  .articles-page__list-tags {
    padding-bottom: 166px;
  }
}
.articles-page__list-tag--short {
  max-width: 4ch;
}
.articles-page__list-tag--very-long {
  max-width: 23ch;
  grid-column: span 9;
}
@media (min-width: 1440px) {
  .articles-page__list-tag--very-long {
    grid-column: unset;
  }
}
.articles-page__list-datetime {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 24px;
  color: var(--grey-1);
  transition: 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .articles-page__list-datetime {
    font-size: 18px;
    line-height: 22px;
  }
}
.articles-page__list-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--white-color);
  text-transform: uppercase;
  color: var(--dark-color);
  transition: 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .articles-page__list-title {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (min-width: 1440px) {
  .articles-page__list-title {
    font-size: 32px;
    line-height: 36px;
  }
}

.article-page-top {
  margin-top: 15px;
}
@media (min-width: 1440px) {
  .article-page-top {
    margin-bottom: 15px;
  }
}
.article-page-top__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  --max-width:1740px;
}
@media (min-width: 768px) {
  .article-page-top .previous-page-link {
    margin-top: 0;
  }
}
@media (max-width: 1439px) {
  .article-page-top .previous-page-link {
    margin-left: 0;
  }
}
@media (min-width: 1920px) {
  .article-page-top .previous-page-link {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .article-page-top .previous-page-link__icon-default-mobile {
    opacity: 1;
  }
}
@media (min-width: 1440px) {
  .article-page-top .previous-page-link__icon-default-mobile {
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .article-page-top .previous-page-link__icon-default-tablet {
    opacity: 0;
  }
}
@media (min-width: 1440px) {
  .article-page-top .previous-page-link__icon-default-tablet {
    opacity: 1;
  }
}
.article-page-top__time {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--dark-color);
}
@media (min-width: 768px) {
  .article-page-top__time {
    display: none;
  }
}

.article-page {
  padding-bottom: 64px;
}
@media (min-width: 768px) {
  .article-page {
    padding-bottom: 68px;
  }
}
.article-page__container {
  --max-width: 708px;
}
@media (min-width: 1440px) {
  .article-page__container {
    --max-width: 100%;
  }
}
.article-page__section-title {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .article-page__section-title {
    margin-bottom: 32px;
  }
}
@media (min-width: 1440px) {
  .article-page__section-title {
    max-width: 30ch;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
  }
}
.article-page__reductors-page-link {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 16px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .article-page__reductors-page-link {
    justify-content: flex-start;
    margin-left: 7.5rem;
    margin-bottom: 32px;
  }
}
@media (min-width: 1440px) {
  .article-page__reductors-page-link {
    margin-left: 0;
    justify-content: center;
    max-width: 41ch;
    margin-left: auto;
    margin-right: auto;
  }
}
.article-page__reductors-page-link-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--accent-color);
}
@media (min-width: 768px) {
  .article-page__reductors-page-link-title {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (min-width: 1440px) {
  .article-page__reductors-page-link-title {
    font-size: 32px;
    line-height: 36px;
  }
}
.article-page__tags-list {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: 20px;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--dark-color);
}
@media (min-width: 768px) {
  .article-page__tags-list {
    font-size: 18px;
    line-height: 22px;
  }
}

@media (min-width: 768px) {
  .article-page-bottom-info {
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: repeat(2, max-content);
    gap: 20px;
  }
}
.article-page-bottom-info__time {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--dark-color);
  display: none;
  align-items: center;
  gap: 20px;
  grid-template-columns: repeat(2, max-content);
}
@media (min-width: 768px) {
  .article-page-bottom-info__time {
    display: grid;
    font-size: 18px;
    line-height: 22px;
  }
}
.article-page-bottom-info__time::after {
  content: "/";
  width: 7px;
  height: 100%;
  color: var(--dark-color);
}

.article-page-info {
  border-top: 2px solid var(--dark-color-1);
  margin-top: 42px;
  padding-top: 52px;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .article-page-info {
    margin-top: 52px;
  }
}
.article-page-info__list {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.article-page-info__list-item {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1440px) {
  .article-page-info__list-item {
    align-items: center;
  }
}
.article-page-info__list-item--1 {
  padding-bottom: 44px;
}
@media (min-width: 768px) {
  .article-page-info__list-item--1 {
    padding-bottom: 52px;
  }
}
.article-page-info__list-item--2 {
  padding-bottom: 52px;
}
.article-page-info__title {
  font-family: "Russo One", sans-serif;
  font-weight: 400;
  font-size: 27px;
  line-height: 32px;
  color: var(--accent-color);
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .article-page-info__title {
    font-size: 38px;
    line-height: 44px;
    padding-bottom: 32px;
  }
}
@media (min-width: 1440px) {
  .article-page-info__title {
    font-size: 40px;
    line-height: 46px;
    min-width: 720px;
  }
}
.article-page-info__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--dark-color);
  padding-bottom: 18px;
}
@media (min-width: 768px) {
  .article-page-info__text {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 24px;
  }
}
@media (min-width: 1440px) {
  .article-page-info__text {
    max-width: 720px;
  }
}
.article-page-info__text--pb-0 {
  padding-bottom: 0;
}
.article-page-info__figure {
  padding-top: 18px;
}
.article-page-info__figure--pb-36 {
  padding-bottom: 36px;
}
.article-page-info__picture {
  background-color: var(--white-color);
  border: 1px solid black;
  box-shadow: 8px 8px 0px rgba(15, 25, 55, 0.3);
  border-radius: 40px;
  cursor: pointer;
}
.article-page-info__img {
  width: 100%;
  height: 142px;
  object-fit: cover;
  border-radius: 40px;
}
@media (min-width: 768px) {
  .article-page-info__img {
    height: 297px;
  }
}
@media (min-width: 1440px) {
  .article-page-info__img {
    height: 455px;
    max-width: 1096px;
  }
}
@media (min-width: 1920px) {
  .article-page-info__img {
    max-width: 1154px;
    height: 479px;
  }
}
.article-page-info__figcaption {
  padding-top: 16px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: var(--grey-1);
}
@media (min-width: 1440px) {
  .article-page-info__figcaption {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
}

.more-articles {
  border-top: 1px solid var(--dark-color-1);
  border-bottom: 1px solid var(--dark-color-1);
  background-color: var(--background-color);
  padding-top: 40px;
  padding-bottom: 52px;
}
.more-articles__container {
  --max-width:1840px;
}
@media (min-width: 1920px) {
  .more-articles__container {
    margin-right: 0;
  }
}
.more-articles__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--dark-color);
  padding-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .more-articles__title {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (min-width: 1440px) {
  .more-articles__title {
    font-size: 32px;
    line-height: 36px;
  }
}

.more-articles-slider__list {
  padding: 0;
  margin: 0;
  scrollbar-width: none;
  overflow-x: auto;
  overflow-y: hidden;
}
@media (min-width: 1440px) {
  .more-articles-slider__list {
    overflow: unset;
    padding-left: 59px;
  }
}
@media (min-width: 1920px) {
  .more-articles-slider__list {
    padding-left: 403px;
  }
}
.more-articles-slider__list::-webkit-scrollbar {
  display: none;
}
.more-articles-slider__item {
  width: 320px !important;
}
@media (min-width: 1440px) {
  .more-articles-slider__item {
    width: 420px !important;
  }
}
@media (min-width: 1920px) {
  .more-articles-slider__item {
    width: 480px !important;
  }
}
.more-articles-slider__list-link {
  text-decoration: none;
  padding-top: 24px;
  padding-bottom: 32px;
  padding-left: 16px;
  padding-right: 16px;
  background-color: var(--white-color);
  border: 1px solid var(--dark-color-1);
  transition: 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1440px) {
  .more-articles-slider__list-link {
    padding-bottom: 24px;
  }
}
@media (min-width: 1920px) {
  .more-articles-slider__list-link {
    padding-bottom: 32px;
  }
}
.more-articles-slider__list-link:hover, .more-articles-slider__list-link:active, .more-articles-slider__list-link:focus {
  filter: drop-shadow(8px 8px 0px rgba(15, 25, 55, 0.3));
  background-color: var(--accent-color);
}
.more-articles-slider__list-link:hover .more-articles-slider__list-tags,
.more-articles-slider__list-link:hover .more-articles-slider__list-datetime,
.more-articles-slider__list-link:hover .more-articles-slider__list-title, .more-articles-slider__list-link:active .more-articles-slider__list-tags,
.more-articles-slider__list-link:active .more-articles-slider__list-datetime,
.more-articles-slider__list-link:active .more-articles-slider__list-title, .more-articles-slider__list-link:focus .more-articles-slider__list-tags,
.more-articles-slider__list-link:focus .more-articles-slider__list-datetime,
.more-articles-slider__list-link:focus .more-articles-slider__list-title {
  color: var(--white-color);
}
.more-articles-slider__list-tags {
  padding: 0;
  padding-bottom: 22px;
  margin: 0;
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, auto);
  gap: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: var(--dark-color);
  transition: 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .more-articles-slider__list-tags {
    padding-bottom: 22px;
  }
}
@media (min-width: 1440px) {
  .more-articles-slider__list-tags {
    grid-template-columns: repeat(3, auto);
    column-gap: 0;
    row-gap: 16px;
    padding-bottom: 30px;
  }
}
.more-articles-slider__list-tag--short {
  max-width: 4ch;
}
.more-articles-slider__list-tag--very-long {
  max-width: 23ch;
  grid-column: span 9;
}
@media (min-width: 1440px) {
  .more-articles-slider__list-tag--very-long {
    grid-column: unset;
  }
}
.more-articles-slider__list-datetime {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 24px;
  color: var(--grey-color-1);
  transition: 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .more-articles-slider__list-datetime {
    font-size: 18px;
    line-height: 22px;
  }
}
.more-articles-slider__list-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--white-color);
  text-transform: uppercase;
  color: var(--dark-color);
  transition: 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .more-articles-slider__list-title {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (min-width: 1440px) {
  .more-articles-slider__list-title {
    font-size: 32px;
    line-height: 36px;
  }
}

.article-page-modal__content {
  background-color: var(--background-color);
  padding-top: 48px;
  padding-bottom: 52px;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .article-page-modal__content {
    padding-top: 24px;
    max-width: 100%;
  }
}
@media (min-width: 1440px) {
  .article-page-modal__content {
    padding-top: 0;
  }
}
.article-page-modal__close-btn {
  max-width: 100%;
}
@media (min-width: 768px) {
  .article-page-modal__close-btn {
    max-width: 100%;
  }
}
.article-page-modal__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--dark-color);
  padding-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .article-page-modal__text {
    font-size: 18px;
    line-height: 22px;
  }
}

.article-page-modal-main-slider {
  height: 142px;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .article-page-modal-main-slider {
    height: 322px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1440px) {
  .article-page-modal-main-slider {
    height: 588px;
  }
}
@media (min-width: 1920px) {
  .article-page-modal-main-slider {
    height: 590px;
    max-width: 1445px;
  }
}
.article-page-modal-main-slider__wrapper {
  padding: 0;
  margin: 0;
}
.article-page-modal-main-slider__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-page-modal-main-slider__button-prev, .article-page-modal-main-slider__button-next {
  width: 80px;
  height: 24px;
  top: 45%;
  display: none;
}
@media (min-width: 1920px) {
  .article-page-modal-main-slider__button-prev, .article-page-modal-main-slider__button-next {
    display: flex;
  }
}
.article-page-modal-main-slider__button-prev svg path, .article-page-modal-main-slider__button-next svg path {
  transition: 0.3s ease-in-out;
}
.article-page-modal-main-slider__button-prev.swiper-button-disabled, .article-page-modal-main-slider__button-next.swiper-button-disabled {
  opacity: 1;
}
.article-page-modal-main-slider__button-prev.swiper-button-disabled svg path, .article-page-modal-main-slider__button-next.swiper-button-disabled svg path {
  fill: var(--accent-color);
}
.article-page-modal-main-slider__button-next {
  right: 100px;
}
.article-page-modal-main-slider__button-prev {
  left: 100px;
  top: 46, 3%;
  transform: rotate(180deg);
}

@media (max-height: 758px) {
  .article-page-modal-main-slider {
    height: 448px;
  }
}
.article-page-modal-thumbnails-slider {
  height: 92px;
  filter: drop-shadow(8px 8px 0px rgba(15, 25, 55, 0.3));
}
@media (min-width: 768px) {
  .article-page-modal-thumbnails-slider {
    height: 100px;
  }
}
.article-page-modal-thumbnails-slider__wrapper {
  padding: 0;
  margin: 0;
  align-items: center;
  justify-content: center;
}
.article-page-modal-thumbnails-slider__slide {
  border: 1px solid var(--dark-color-1);
  background-color: var(--white-color);
  width: 69px !important;
}
@media (min-width: 768px) {
  .article-page-modal-thumbnails-slider__slide {
    width: 100px !important;
  }
}
.article-page-modal-thumbnails-slider__img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

@media (min-width: 1440px) {
  .about-company-page-mobile-wrapper {
    display: none;
  }
}

.about-company-page-desktop-wrapper {
  display: none;
}
@media (min-width: 1440px) {
  .about-company-page-desktop-wrapper {
    display: block;
  }
}
.about-company-page-desktop-wrapper__button-prev, .about-company-page-desktop-wrapper__button-next {
  --swiper-navigation-size: 100%;
  width: 60px;
  transition: 0.3s ease-in-out;
  position: fixed;
  top: 0;
  display: none;
  align-items: center;
  justify-content: center;
  display: none;
  margin-top: 0;
}
@media (min-width: 1440px) {
  .about-company-page-desktop-wrapper__button-prev, .about-company-page-desktop-wrapper__button-next {
    display: flex;
  }
}
.about-company-page-desktop-wrapper__button-prev.swiper-button-disabled, .about-company-page-desktop-wrapper__button-next.swiper-button-disabled {
  opacity: 0;
}
.about-company-page-desktop-wrapper__button-prev:hover, .about-company-page-desktop-wrapper__button-next:hover {
  background-color: rgba(54, 65, 97, 0.1);
}
.about-company-page-desktop-wrapper__button-prev {
  left: 0;
}
.about-company-page-desktop-wrapper__button-prev svg {
  transform: rotate(180deg);
  margin-top: 4rem;
}
@media (min-width: 1920px) {
  .about-company-page-desktop-wrapper__button-prev svg {
    margin-top: 2rem;
  }
}
.about-company-page-desktop-wrapper__button-next {
  right: 0;
}
.about-company-page-desktop-wrapper__button-next svg {
  margin-top: 3rem;
}
@media (min-width: 1920px) {
  .about-company-page-desktop-wrapper__button-next svg {
    margin-top: 1rem;
  }
}

.about-company-page {
  padding-top: 40px;
  padding-bottom: 80px;
}
.about-company-page__section-title {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .about-company-page__section-title {
    padding-bottom: 52px;
  }
}
@media (min-width: 1440px) {
  .about-company-page__section-title {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.about-company-page__subtitle {
  font-family: "Russo One", sans-serif;
  font-weight: 400;
  font-size: 27px;
  line-height: 32px;
  color: var(--accent-color);
  max-width: 17ch;
  padding-bottom: 32px;
  padding-left: 16px;
}
@media (min-width: 768px) {
  .about-company-page__subtitle {
    max-width: 100%;
    padding-left: 0;
    font-size: 38px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .about-company-page__subtitle {
    font-size: 38px;
    line-height: 46px;
  }
}
@media (min-width: 1920px) {
  .about-company-page__subtitle {
    font-size: 48px;
    line-height: 46px;
  }
}
.about-company-page p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--dark-color);
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .about-company-page p {
    font-size: 18px;
    line-height: 22px;
  }
}
.about-company-page strong {
  color: var(--accent-color);
  font-weight: 600;
}
@media (min-width: 1440px) {
  .about-company-page strong {
    text-decoration: underline;
  }
}
.about-company-page p.pl-16 {
  padding-left: 16px;
}
@media (min-width: 768px) {
  .about-company-page p.pl-16 {
    padding-left: 0;
  }
}
.about-company-page p.pb-40 {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .about-company-page p.mw-50ch {
    max-width: 50ch;
  }
}
@media (min-width: 768px) {
  .about-company-page p.ml-auto {
    margin-left: auto;
  }
}
.about-company-page__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-company-page__img--1 {
  height: 210px;
  width: 252px;
  margin-bottom: 80px;
  margin-left: auto;
}
@media (min-width: 768px) {
  .about-company-page__img--1 {
    width: 526px;
    height: 440px;
    margin-bottom: 104px;
  }
}
.about-company-page__img--desktop-1 {
  width: 537px;
  height: 440px;
}
@media (min-width: 1920px) {
  .about-company-page__img--desktop-1 {
    width: 566px;
  }
}
.about-company-page__img--desktop-2 {
  width: 537px;
  height: 440px;
}
@media (min-width: 1920px) {
  .about-company-page__img--desktop-2 {
    width: 570px;
  }
}
.about-company-page__img--desktop-3 {
  width: 537px;
  height: 240px;
}
@media (min-width: 1920px) {
  .about-company-page__img--desktop-3 {
    width: 586px;
  }
}
.about-company-page__img--desktop-4 {
  width: 538px;
  height: 154px;
  margin-left: auto;
}
.about-company-page__img--2 {
  width: 252px;
  height: 206px;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .about-company-page__img--2 {
    width: 537px;
    height: 440px;
    margin-bottom: 104px;
  }
}
.about-company-page__img--3 {
  margin-bottom: 40px;
  height: 154px;
}
@media (min-width: 768px) {
  .about-company-page__img--3 {
    width: 537px;
    height: 240px;
    margin-left: auto;
    margin-bottom: 52px;
  }
}
.about-company-page__img--4 {
  height: 102px;
}
@media (min-width: 768px) {
  .about-company-page__img--4 {
    width: 526px;
    height: 154px;
    margin-right: auto;
  }
}
.about-company-page h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: var(--dark-color);
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .about-company-page h4 {
    font-size: 22px;
    line-height: 32px;
    max-width: 37.2ch;
    margin-left: auto;
  }
}
@media (min-width: 1440px) {
  .about-company-page h4 {
    max-width: 100%;
    font-size: 28px;
    line-height: 32px;
  }
}

.about-company-page-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 61px;
}
@media (min-width: 1920px) {
  .about-company-page-row {
    gap: 24px;
  }
}

.about-company-page-row--align-center {
  align-items: center;
}

.about-company-page-row--gap-55 {
  gap: 55px;
}

.about-company-page-row--gap-59 {
  gap: 59px;
}

.about-company-page-row--page-1 {
  padding-top: 92px;
  padding-bottom: 74px;
}
@media (min-width: 1920px) {
  .about-company-page-row--page-1 {
    padding-top: 132px;
    padding-bottom: 94px;
    grid-template-columns: 860px max-content;
  }
}

.about-company-page-row--page-2 {
  padding-top: 47px;
  padding-bottom: 119px;
  grid-template-columns: max-content 1fr;
}
@media (min-width: 1920px) {
  .about-company-page-row--page-2 {
    padding-bottom: 179px;
    gap: 167px;
  }
}

.about-company-page-row--page-3 {
  padding-top: 66px;
  padding-bottom: 50px;
  grid-template-columns: 1fr max-content;
}
@media (min-width: 1920px) {
  .about-company-page-row--page-3 {
    gap: 167px;
    padding-bottom: 35px;
  }
}

.about-company-page-row--page-4 {
  padding-bottom: 96px;
}
@media (min-width: 1920px) {
  .about-company-page-row--page-4 {
    padding-bottom: 171px;
    gap: 194px;
  }
}

.company-services__title {
  font-family: "Russo One", sans-serif;
  font-weight: 400;
  font-size: 29px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
  color: var(--accent-color);
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .company-services__title {
    font-size: 42px;
    line-height: 50px;
    padding-bottom: 52px;
  }
}
@media (min-width: 1440px) {
  .company-services__title {
    font-size: 40px;
    line-height: 46px;
    padding-bottom: 60px;
    text-transform: unset;
    text-align: left;
    padding-top: 52px;
  }
}
@media (min-width: 1920px) {
  .company-services__title {
    padding-bottom: 52px;
  }
}
.company-services__info {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: var(--dark-color);
}
@media (min-width: 1440px) {
  .company-services__info {
    max-width: 45.7ch;
    margin-bottom: 11rem;
    margin-left: 2rem;
  }
}
@media (min-width: 1920px) {
  .company-services__info {
    margin-left: 0;
    max-width: 65.9ch;
  }
}
.company-services__row {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
}
@media (min-width: 1920px) {
  .company-services__row {
    gap: 7rem;
  }
}

.company-services-circle-wrapper {
  position: relative;
  height: 625px;
  width: 342px;
  margin-bottom: 52px;
}
@media (min-width: 768px) {
  .company-services-circle-wrapper {
    width: 620px;
    height: 670px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1440px) {
  .company-services-circle-wrapper {
    margin-bottom: 0;
    width: 636px;
    height: 570px;
  }
}

.company-services-circle {
  width: 433px;
  height: 433px;
  position: absolute;
  left: -170px;
  top: 6rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .company-services-circle {
    left: 0;
    width: 360px;
    height: 360px;
    position: relative;
    margin-left: 10rem;
    margin-right: auto;
  }
}
@media (min-width: 1440px) {
  .company-services-circle {
    width: 400px;
    height: 400px;
    margin-left: 0;
  }
}
.company-services-circle__text {
  position: absolute;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--dark-color);
  opacity: 0;
  transition: 0.5s ease-in-out;
  max-width: 24ch;
  margin-left: 70px;
}
@media (min-width: 768px) {
  .company-services-circle__text {
    max-width: 30ch;
    margin-left: 0;
    text-align: center;
  }
}
@media (min-width: 1440px) {
  .company-services-circle__text {
    font-size: 18px;
    line-height: 22px;
    transition: 0.3s ease-in-out;
  }
}
.company-services-circle__text.active {
  opacity: 1;
}
.company-services-circle__icon {
  position: absolute;
  width: 202px;
  height: 124px;
  filter: drop-shadow(8px 8px 0px rgba(15, 25, 55, 0.3));
  transition: 0.5s ease-in-out;
}
@media (min-width: 1440px) {
  .company-services-circle__icon {
    transition: 0.3s ease-in-out;
  }
}
.company-services-circle__icon.non-active {
  opacity: 0;
}
.company-services-circle__project-icon {
  width: 88px;
  height: 80px;
  position: absolute;
  transition: 0.5s ease-in-out;
}
@media (min-width: 768px) {
  .company-services-circle__project-icon {
    left: 7rem;
  }
}
@media (min-width: 1440px) {
  .company-services-circle__project-icon {
    left: 0;
    transition: 0.3s ease-in-out;
  }
}
.company-services-circle__project-icon path, .company-services-circle__project-icon rect {
  transition: 0.5s ease-in-out;
}
.company-services-circle__project-icon.active {
  transform: translateY(8px);
}
@media (min-width: 1440px) {
  .company-services-circle__project-icon.active {
    transform: translate(8px, 8px);
  }
}
.company-services-circle__project-icon.active .company-services-circle__project-icon-rect-1,
.company-services-circle__project-icon.active .company-services-circle__project-icon-rect-2,
.company-services-circle__project-icon.active .company-services-circle__project-icon-rect-4 {
  fill: var(--dark-color);
  stroke: var(--dark-color);
}
.company-services-circle__project-icon.active .company-services-circle__project-icon-path-3 {
  fill: var(--accent-color);
}
.company-services-circle__modern-icon {
  width: 88px;
  height: 80px;
  position: absolute;
  right: 70px;
  top: 3rem;
  transition: 0.5s ease-in-out;
}
@media (min-width: 768px) {
  .company-services-circle__modern-icon {
    right: 1rem;
    top: 0;
  }
}
@media (min-width: 1440px) {
  .company-services-circle__modern-icon {
    right: 12rem;
    transition: 0.3s ease-in-out;
  }
}
.company-services-circle__modern-icon path, .company-services-circle__modern-icon rect {
  transition: 0.5s ease-in-out;
}
.company-services-circle__modern-icon.active {
  transform: translateY(8px);
}
@media (min-width: 1440px) {
  .company-services-circle__modern-icon.active {
    transform: translate(-8px, 8px);
  }
}
.company-services-circle__modern-icon.active .company-services-circle__modern-icon-path-1 {
  fill: var(--dark-color);
  stroke: var(--dark-color);
}
.company-services-circle__modern-icon.active .company-services-circle__modern-icon-path-3 {
  fill: var(--dark-color);
}
.company-services-circle__modern-icon.active .company-services-circle__modern-icon-path-4 {
  stroke: var(--accent-color);
}
.company-services-circle__modern-icon.active rect {
  fill: var(--accent-color);
}
.company-services-circle__modern-icon.active .company-services-circle__modern-icon-path-5 {
  fill: var(--dark-color);
}
.company-services-circle__document-icon {
  width: 88px;
  height: 80px;
  position: absolute;
  right: -7px;
  top: 17rem;
  transition: 0.5s ease-in-out;
}
@media (min-width: 768px) {
  .company-services-circle__document-icon {
    right: unset;
    top: unset;
    bottom: 7rem;
    left: 18.5rem;
  }
}
@media (min-width: 1440px) {
  .company-services-circle__document-icon {
    bottom: -2rem;
    left: 9.6rem;
    transition: 0.3s ease-in-out;
  }
}
.company-services-circle__document-icon path, .company-services-circle__document-icon rect {
  transition: 0.5s ease-in-out;
}
.company-services-circle__document-icon.active {
  transform: translateY(8px);
}
@media (min-width: 1440px) {
  .company-services-circle__document-icon.active {
    transform: translateY(-8px);
  }
}
.company-services-circle__document-icon.active rect {
  fill: var(--background-color);
  stroke: var(--dark-color);
}
.company-services-circle__replace-icon {
  width: 144px;
  height: 80px;
  position: absolute;
  right: 0;
  top: 30rem;
  transition: 0.5s ease-in-out;
}
@media (min-width: 768px) {
  .company-services-circle__replace-icon {
    right: -3rem;
    top: 23rem;
  }
}
@media (min-width: 1440px) {
  .company-services-circle__replace-icon {
    right: 6rem;
    top: 26rem;
    transition: 0.3s ease-in-out;
  }
}
.company-services-circle__replace-icon path {
  transition: 0.5s ease-in-out;
}
.company-services-circle__replace-icon.active {
  transform: translateY(8px);
}
@media (min-width: 1440px) {
  .company-services-circle__replace-icon.active {
    transform: translate(-8px, -8px);
  }
}
.company-services-circle__replace-icon.active .company-services-circle__replace-icon-path-2,
.company-services-circle__replace-icon.active .company-services-circle__replace-icon-path-3 {
  fill: var(--dark-color);
}
.company-services-circle__replace-icon.active .company-services-circle__replace-icon-path-4 {
  stroke: var(--dark-color);
}
.company-services-circle__replace-icon.active .company-services-circle__replace-icon-path-6 {
  fill: var(--background-color);
}
.company-services-circle__replace-icon.active .company-services-circle__replace-icon-path-7 {
  fill: var(--accent-color);
}
.company-services-circle__consulting-icon {
  width: 88px;
  height: 80px;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.5s ease-in-out;
}
@media (min-width: 768px) {
  .company-services-circle__consulting-icon {
    left: 3rem;
    bottom: 13.5rem;
  }
}
@media (min-width: 1440px) {
  .company-services-circle__consulting-icon {
    left: -6rem;
    bottom: 5rem;
    transition: 0.3s ease-in-out;
  }
}
.company-services-circle__consulting-icon path {
  transition: 0.5s ease-in-out;
}
.company-services-circle__consulting-icon.active {
  transform: translateY(8px);
}
@media (min-width: 1440px) {
  .company-services-circle__consulting-icon.active {
    transform: translate(8px, -8px);
  }
}
.company-services-circle__consulting-icon.active .company-services-circle__consulting-icon-path-2 {
  fill: var(--accent-color);
}
.company-services-circle__consulting-icon.active .company-services-circle__consulting-icon-path-3,
.company-services-circle__consulting-icon.active .company-services-circle__consulting-icon-path-4 {
  stroke: var(--dark-color);
}
.company-services-circle__consulting-icon.active .company-services-circle__consulting-icon-path-5,
.company-services-circle__consulting-icon.active .company-services-circle__consulting-icon-path-6,
.company-services-circle__consulting-icon.active .company-services-circle__consulting-icon-path-7 {
  fill: var(--dark-color);
}

.company-services-scale-circle {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: 0.3s ease-in-out;
  border-radius: 50%;
  border: 1px solid var(--accent-color);
}

.company-services-scale-circle.active {
  transform: scale(1);
}

.vacancies-page {
  background: url(../resources/images/vacancies-page-bg.png) no-repeat center 230px/contain;
  padding-bottom: 64px;
}
@media (min-width: 768px) {
  .vacancies-page {
    background: url(../resources/images/vacancies-page-bg-tablet.png) no-repeat right 120px/508px;
  }
}
@media (min-width: 1440px) {
  .vacancies-page {
    background: none;
  }
}
.vacancies-page__parallax-img-container {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
}
@media (min-width: 1440px) {
  .vacancies-page__parallax-img-container {
    display: block;
  }
}
.vacancies-page__parallax-img {
  position: absolute;
  right: 1rem;
  width: 683px;
  z-index: -1;
}
.vacancies-page__title {
  font-family: "Russo One", sans-serif;
  font-weight: 400;
  font-size: 29px;
  line-height: 36px;
  text-transform: uppercase;
  color: var(--accent-color);
  padding-top: 40px;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .vacancies-page__title {
    font-size: 42px;
    line-height: 50px;
  }
}
@media (min-width: 1440px) {
  .vacancies-page__title {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1920px) {
  .vacancies-page__title {
    padding-top: 52px;
  }
}
.vacancies-page__cta {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--dark-color);
  padding-bottom: 268px;
}
@media (min-width: 768px) {
  .vacancies-page__cta {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 321px;
    max-width: 37ch;
  }
}
.vacancies-page__subtitle {
  font-family: "Russo One", sans-serif;
  font-weight: 400;
  font-size: 29px;
  line-height: 36px;
  text-transform: uppercase;
  color: var(--dark-color);
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .vacancies-page__subtitle {
    font-size: 42px;
    line-height: 50px;
  }
}
@media (min-width: 1440px) {
  .vacancies-page__subtitle {
    font-size: 48px;
    line-height: 58px;
  }
}
.vacancies-page__list {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.vacancies-page__dropdown {
  background-color: var(--white-color);
  border: 1px solid var(--dark-color-1);
}
.vacancies-page__dropdown-top {
  display: flex;
  align-items: center;
  padding-top: 23px;
  padding-bottom: 15px;
  padding-left: 16px;
  transition: color 0.3s ease-in-out;
  cursor: pointer;
  position: relative;
}
@media (min-width: 768px) {
  .vacancies-page__dropdown-top {
    padding-top: 29px;
    padding-bottom: 27px;
    padding-left: 32px;
  }
}
@media (min-width: 1440px) {
  .vacancies-page__dropdown-top {
    padding-top: 27px;
    padding-left: 113px;
  }
}
.vacancies-page__dropdown-top:hover .vacancies-page__list-dropdown-title {
  color: var(--white-color);
}
.vacancies-page__dropdown-top::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  background-color: var(--accent-color);
  transition: 0.3s ease-in-out;
}
.vacancies-page__dropdown-top:hover::after {
  height: 100%;
}
@media (min-width: 1440px) {
  .vacancies-page__dropdown-top.active {
    background-color: var(--accent-color);
    border-bottom: 1px solid var(--dark-color-1);
  }
}
@media (max-width: 1439px) {
  .vacancies-page__dropdown-top.active::after {
    height: 100%;
  }
}
.vacancies-page__list-dropdown-title {
  font-family: "Russo One", sans-serif;
  font-weight: 400;
  font-size: 27px;
  line-height: 32px;
  color: var(--dark-color);
  transition: color 0.3s ease-in-out;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .vacancies-page__list-dropdown-title {
    font-size: 38px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .vacancies-page__list-dropdown-title {
    font-size: 40px;
    line-height: 46px;
  }
}
.vacancies-page__list-dropdown-title.active {
  color: var(--white-color);
}
.vacancies-page__dropdown-list-nav {
  height: 0;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.vacancies-page__dropdown-slider {
  height: 286px;
}
@media (min-width: 768px) {
  .vacancies-page__dropdown-slider {
    height: 336px;
  }
}
@media (min-width: 1440px) {
  .vacancies-page__dropdown-slider {
    height: 236px;
  }
}
@media (min-width: 1920px) {
  .vacancies-page__dropdown-slider {
    height: 238px;
  }
}
.vacancies-page__dropdown-slider-scrollbar {
  position: relative !important;
  left: 0 !important;
  width: 100% !important;
  height: 6px !important;
  background: transparent !important;
  bottom: 4px !important;
}
@media (min-width: 768px) {
  .vacancies-page__dropdown-slider-scrollbar {
    height: 8px !important;
    bottom: 8px !important;
  }
}
.vacancies-page__dropdown-slider-scrollbar .swiper-scrollbar-drag {
  border-radius: 0;
  background: var(--dark-color);
}
.vacancies-page__dropdown-list {
  padding: 0;
  margin: 0;
}
.vacancies-page__dropdown-list-item {
  width: 320px;
  height: 282px;
}
@media (min-width: 768px) {
  .vacancies-page__dropdown-list-item {
    height: 328px;
  }
}
@media (min-width: 1440px) {
  .vacancies-page__dropdown-list-item {
    width: 420px;
    height: 228px;
  }
}
@media (min-width: 1920px) {
  .vacancies-page__dropdown-list-item {
    height: 230px;
  }
}
.vacancies-page__list-link {
  text-decoration: none;
  padding-top: 24px;
  padding-bottom: 32px;
  padding-left: 16px;
  padding-right: 16px;
  background-color: var(--white-color);
  outline: 1px solid var(--dark-color-1);
  border-bottom: 1px solid var(--dark-color-1);
  transition: 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 1440px) {
  .vacancies-page__list-link {
    padding-bottom: 64px;
  }
}
.vacancies-page__list-info {
  padding: 0;
  padding-bottom: 70px;
  margin: 0;
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, max-content);
  column-gap: 20px;
  row-gap: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--dark-color);
  transition: 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .vacancies-page__list-info {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 102px;
  }
}
@media (min-width: 1440px) {
  .vacancies-page__list-info {
    padding-bottom: 32px;
    grid-template-columns: repeat(3, max-content);
  }
}
.vacancies-page__list-datetime {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 24px;
  color: var(--grey-1);
  transition: 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .vacancies-page__list-datetime {
    font-size: 18px;
    line-height: 22px;
  }
}
.vacancies-page__list-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--dark-color);
  transition: 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .vacancies-page__list-title {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (min-width: 1440px) {
  .vacancies-page__list-title {
    font-size: 32px;
    line-height: 36px;
  }
}

.vacancy-page {
  padding-bottom: 112px;
}
@media (min-width: 768px) {
  .vacancy-page {
    padding-bottom: 116px;
  }
}
@media (min-width: 1440px) {
  .vacancy-page {
    padding-bottom: 142px;
  }
}
@media (min-width: 1920px) {
  .vacancy-page {
    padding-bottom: 126px;
  }
}
@media (min-width: 1440px) {
  .vacancy-page__info-container {
    --max-width:720px;
    padding: 0;
  }
}
@media (min-width: 1920px) {
  .vacancy-page__info-container {
    --max-width:760px;
  }
}
.vacancy-page__section-title {
  margin-bottom: 32px;
}
.vacancy-page__tags-list {
  padding: 0;
  margin: 0;
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: repeat(3, max-content);
  gap: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--dark-color);
}
.vacancy-page__info {
  border-top: 2px solid var(--dark-color);
  padding-top: 52px;
}
.vacancy-page__info-nav h2 {
  font-family: "Russo One", sans-serif;
  font-weight: 400;
  font-size: 27px;
  line-height: 32px;
  color: var(--accent-color);
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .vacancy-page__info-nav h2 {
    font-size: 38px;
    line-height: 44px;
    padding-bottom: 32px;
  }
}
@media (min-width: 1440px) {
  .vacancy-page__info-nav h2 {
    font-size: 40px;
    line-height: 46px;
  }
}
@media (min-width: 1920px) {
  .vacancy-page__info-nav h2 {
    font-size: 48px;
    line-height: 46px;
  }
}
.vacancy-page__info-nav p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--dark-color);
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .vacancy-page__info-nav p {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 20px;
  }
}
.vacancy-page__info-nav strong {
  font-weight: 600;
  display: block;
  padding-bottom: 12px;
}
@media (min-width: 768px) {
  .vacancy-page__info-nav strong {
    padding-bottom: 16px;
  }
}
@media (min-width: 1920px) {
  .vacancy-page__info-nav strong {
    padding-bottom: 20px;
  }
}
.vacancy-page__info-nav:not(:last-child) {
  padding-bottom: 52px;
}
.vacancy-page__info-list {
  padding: 0;
  margin: 0;
  display: grid;
  gap: 16px;
  font-size: 16px;
  line-height: 24px;
  color: var(--dark-color);
}
@media (min-width: 768px) {
  .vacancy-page__info-list {
    font-size: 18px;
    line-height: 22px;
    gap: 20px;
  }
}
.vacancy-page__info-list-item {
  display: grid;
  gap: 8px;
  grid-template-columns: max-content 1fr;
}
@media (min-width: 768px) {
  .vacancy-page__info-list-item {
    gap: 16px;
  }
}
.vacancy-page__info-list-item::before {
  content: "";
  width: 14px;
  height: 20px;
  background-color: var(--accent-color);
  border-radius: 30px;
}
.vacancy-page__bottom {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .vacancy-page__bottom {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, max-content);
    align-items: center;
    justify-content: center;
  }
}
.vacancy-page__time {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: var(--dark-color);
  display: none;
}
@media (min-width: 768px) {
  .vacancy-page__time {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    gap: 20px;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .vacancy-page__time::after {
    content: "/";
    width: 7px;
    height: 22px;
    color: var(--dark-color);
  }
}

.contacts-page {
  padding-top: 40px;
  padding-bottom: 112px;
}
@media (min-width: 768px) {
  .contacts-page {
    padding-bottom: 116px;
  }
}
@media (min-width: 1440px) {
  .contacts-page {
    padding-bottom: 80px;
    padding-bottom: 52px;
  }
}
.contacts-page__section-title {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .contacts-page__section-title {
    margin-bottom: 76px;
  }
}
@media (min-width: 1440px) {
  .contacts-page__section-title {
    margin-bottom: 52px;
  }
}
.contacts-page__info {
  display: grid;
  gap: 52px;
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .contacts-page__info {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    padding-bottom: 32px;
  }
}
@media (min-width: 1440px) {
  .contacts-page__info {
    grid-template-columns: 782px 1fr;
  }
}
@media (min-width: 1920px) {
  .contacts-page__info {
    grid-template-columns: 880px 1fr;
  }
}
.contacts-page__list {
  padding: 0;
  margin: 0;
  border: 1px solid var(--dark-color-1);
}
@media (min-width: 768px) {
  .contacts-page__list {
    border: none;
  }
}
@media (min-width: 768px) {
  .contacts-page__list--1 {
    border: 1px solid var(--dark-color-1);
  }
}
@media (min-width: 768px) {
  .contacts-page__list--2 {
    border-top: 1px solid var(--dark-color-1);
    border-right: 1px solid var(--dark-color-1);
    border-bottom: 1px solid var(--dark-color-1);
  }
}
.contacts-page__list-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1440px) {
  .contacts-page__list-item {
    justify-content: flex-start;
  }
}
@media (min-width: 1440px) {
  .contacts-page__list-item--media {
    justify-content: center;
  }
}
.contacts-page__list-item:not(:last-child) {
  border-bottom: 1px solid var(--dark-color-1);
}
.contacts-page__link {
  margin: 24px 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: var(--dark-color);
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .contacts-page__link {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (min-width: 1440px) {
  .contacts-page__link {
    font-size: 28px;
    line-height: 32px;
    margin-left: 32px;
  }
}
.contacts-page__link:hover, .contacts-page__link:active, .contacts-page__link:focus {
  color: var(--accent-color);
}
.contacts-page__media {
  padding: 0;
  margin: 24px 0;
  display: grid;
  gap: 24px;
  align-items: center;
  justify-content: center;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
}
@media (min-width: 768px) {
  .contacts-page__media {
    margin-top: 62px;
    margin-bottom: 63px;
  }
}
.contacts-page__media-item {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.contacts-page__media-item--black {
  background-color: var(--dark-color);
}
.contacts-page__media-item--black:hover, .contacts-page__media-item--black:active, .contacts-page__media-item--black:focus {
  background-color: var(--accent-color);
}
.contacts-page__media-item--red {
  background-color: var(--accent-color);
}
.contacts-page__media-item--red:hover, .contacts-page__media-item--red:active, .contacts-page__media-item--red:focus {
  background-color: var(--dark-color);
}
.contacts-page address {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--dark-color);
  padding: 16px 20px;
  font-style: normal;
  display: block;
}
@media (min-width: 768px) {
  .contacts-page address {
    padding: 18px 20px;
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 1440px) {
  .contacts-page address {
    max-width: 30ch;
    margin-left: auto;
    margin-right: auto;
  }
}
.contacts-page__map {
  height: 320px;
  border: 1px solid var(--dark-color-1);
  filter: drop-shadow(8px 8px 0px rgba(15, 25, 55, 0.3));
  border-radius: 30px;
}
@media (min-width: 1440px) {
  .contacts-page__map {
    height: 348px;
  }
}
.contacts-page__map iframe {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.contacts-page__map .ymaps-layers-pane {
  filter: grayscale(1);
}

.errors-page {
  padding-top: 92px;
}
@media (min-width: 768px) {
  .errors-page {
    padding-top: 140px;
  }
}
@media (min-width: 1440px) {
  .errors-page {
    padding-top: 42px;
  }
}
@media (min-width: 1920px) {
  .errors-page {
    padding-top: 69px;
  }
}
.errors-page__info {
  height: 343px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  padding-top: 2rem;
  background: url(../resources/images/errors-page-bg.png) no-repeat center/contain;
}
@media (min-width: 768px) {
  .errors-page__info {
    height: 453px;
    margin-bottom: 52px;
    padding-top: 5rem;
    background: url(../resources/images/errors-page-bg-tablet.png) no-repeat center/contain;
  }
}
@media (min-width: 1440px) {
  .errors-page__info {
    height: 557px;
    background: url(../resources/images/errors-page-bg-desktop.png) no-repeat center/contain;
    margin-bottom: 9px;
  }
}
@media (min-width: 1920px) {
  .errors-page__info {
    height: 575px;
    background: url(../resources/images/errors-page-bg-desktop-2.png) no-repeat center/contain;
    margin-bottom: 24px;
    padding-top: 7rem;
  }
}
.errors-page__info h1 {
  font-family: "Russo One", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 52px;
  color: var(--white-color);
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .errors-page__info h1 {
    font-size: 96px;
    line-height: 96px;
  }
}
.errors-page__info p {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--white-color);
}
@media (min-width: 768px) {
  .errors-page__info p {
    font-size: 18px;
    line-height: 22px;
  }
}
.errors-page__link {
  max-width: 155px;
  height: 56px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: var(--dark-color);
  margin-left: auto;
  margin-right: auto;
}

.news-category-page {
  padding-top: 40px;
  padding-bottom: 72px;
}
@media (min-width: 1920px) {
  .news-category-page {
    padding-bottom: 94px;
  }
}
.news-category-page__section-title {
  padding-bottom: 40px;
}
.news-category-page__list {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.news-category-page__list-link {
  border: 1px solid var(--dark-color-1);
  background-color: var(--white-color);
  padding-top: 23px;
  padding-bottom: 22px;
  padding-left: 22px;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  display: flex;
  position: relative;
}
@media (min-width: 768px) {
  .news-category-page__list-link {
    padding-top: 40px;
    padding-bottom: 28px;
    padding-left: 40px;
  }
}
@media (min-width: 1440px) {
  .news-category-page__list-link {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 32px;
  }
}
.news-category-page__list-link:hover, .news-category-page__list-link:active, .news-category-page__list-link:focus {
  background-color: var(--accent-color);
  transform: translate(-8px, -8px);
  box-shadow: 8px 8px 0px rgba(15, 25, 55, 0.3);
}
@media (min-width: 1440px) {
  .news-category-page__list-link:hover, .news-category-page__list-link:active, .news-category-page__list-link:focus {
    box-shadow: none;
    transform: unset;
  }
}
.news-category-page__list-link:hover .news-category-page__list-title,
.news-category-page__list-link:hover .news-category-page__list-datetime, .news-category-page__list-link:active .news-category-page__list-title,
.news-category-page__list-link:active .news-category-page__list-datetime, .news-category-page__list-link:focus .news-category-page__list-title,
.news-category-page__list-link:focus .news-category-page__list-datetime {
  color: var(--white-color);
}
@media (min-width: 1440px) {
  .news-category-page__list-link:hover .news-category-page__list-picture, .news-category-page__list-link:active .news-category-page__list-picture, .news-category-page__list-link:focus .news-category-page__list-picture {
    height: 200px;
    opacity: 1;
  }
}
@media (min-width: 1440px) {
  .news-category-page__list-link.active {
    transform: translate(-8px, -8px);
    box-shadow: 8px 8px 0px rgba(15, 25, 55, 0.3);
    background-color: var(--accent-color);
  }
}
@media (min-width: 1440px) {
  .news-category-page__list-link.active .news-category-page__list-title,
  .news-category-page__list-link.active .news-category-page__list-datetime {
    color: var(--white-color);
  }
}
@media (min-width: 1440px) {
  .news-category-page__list-link.active .news-category-page__list-picture {
    height: 200px;
    opacity: 1;
  }
}
.news-category-page__list-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--dark-color);
  transition: color 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .news-category-page__list-title {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (min-width: 1440px) {
  .news-category-page__list-title {
    font-size: 32px;
    line-height: 36px;
  }
}
@media (min-width: 768px) {
  .news-category-page__list-info {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, max-content);
    gap: 20px;
  }
}
.news-category-page__list-datetime {
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  color: var(--dark-color);
  display: none;
  transition: color 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .news-category-page__list-datetime {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    align-items: center;
    gap: 20px;
  }
}
@media (min-width: 1440px) {
  .news-category-page__list-datetime {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (min-width: 768px) {
  .news-category-page__list-datetime::after {
    content: "/";
    width: 11px;
    height: 32px;
  }
}
.news-category-page__list-picture {
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
  margin-right: 64px;
  filter: drop-shadow(8px 0 0px rgba(15, 25, 55, 0.3));
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
@media (min-width: 1440px) {
  .news-category-page__list-picture {
    display: block;
    padding-top: 20px;
  }
}
.news-category-page__list-img {
  width: 448px;
  height: 240px;
  object-fit: cover;
  border-radius: 30px;
  border: 1px solid var(--dark-color-1);
}
@media (min-width: 1440px) {
  .news-category-page__list-img {
    clip-path: inset(0 0 20px 0);
  }
}

.news-page {
  padding-bottom: 12px;
}
@media (min-width: 1440px) {
  .news-page {
    padding-bottom: 22px;
  }
}
.news-page__title {
  font-family: "Russo One", sans-serif;
  font-weight: 400;
  font-size: 27px;
  line-height: 32px;
  padding-bottom: 52px;
}
@media (min-width: 768px) {
  .news-page__title {
    text-align: center;
    max-width: 30ch;
    margin-left: auto;
    margin-right: auto;
    font-size: 38px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .news-page__title {
    text-align: left;
    font-size: 40px;
    line-height: 46px;
  }
}
@media (min-width: 1920px) {
  .news-page__title {
    max-width: 100%;
  }
}
@media (min-width: 1440px) {
  .news-page__title--mobile {
    display: none;
  }
}
.news-page__title--desktop {
  display: none;
}
@media (min-width: 1440px) {
  .news-page__title--desktop {
    display: block;
  }
}
.news-page__main {
  display: grid;
  gap: 28px;
}
@media (min-width: 768px) {
  .news-page__main {
    gap: 52px;
  }
}
@media (min-width: 1440px) {
  .news-page__main {
    grid-template-columns: max-content 1fr;
    gap: 19px;
  }
}
@media (min-width: 1920px) {
  .news-page__main {
    gap: 20px;
  }
}
.news-page__aside img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}
@media (min-width: 768px) {
  .news-page__aside img {
    height: 364px;
  }
}
@media (min-width: 1440px) {
  .news-page__aside img {
    width: 538px;
    height: 364px;
  }
}
@media (min-width: 1920px) {
  .news-page__aside img {
    width: 565px;
  }
}
.news-page__info p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 18px;
}
@media (min-width: 768px) {
  .news-page__info p {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 24px;
  }
}
.news-page__article-link {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--accent-color);
  text-decoration: none;
}
@media (min-width: 768px) {
  .news-page__article-link {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 1440px) {
  .news-page__article-link {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (min-width: 768px) {
  .news-page-top {
    margin-top: 24px;
    margin-bottom: 16px;
  }
}
.news-page-top__container {
  display: flex;
  padding-left: 0;
  --max-width:1569px;
}
@media (min-width: 768px) {
  .news-page-top__container {
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 1440px) {
  .news-page-top__container {
    padding-left: 60px;
  }
}
@media (min-width: 1920px) {
  .news-page-top__container {
    padding: 0;
    margin-right: 16rem;
  }
}
.news-page-top__datetime {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: var(--dark-color);
  display: none;
}
@media (min-width: 768px) {
  .news-page-top__datetime {
    display: block;
  }
}
@media (min-width: 1440px) {
  .news-page-top__datetime {
    padding-top: 3px;
  }
}
@media (min-width: 768px) {
  .news-page-top .previous-page-link {
    margin: 0;
    top: 0;
  }
}
@media (min-width: 768px) {
  .news-page-top .previous-page-link__icon-default-mobile {
    opacity: 1;
  }
}
@media (min-width: 1440px) {
  .news-page-top .previous-page-link__icon-default-mobile {
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .news-page-top .previous-page-link__icon-default-tablet {
    opacity: 0;
  }
}
@media (min-width: 1440px) {
  .news-page-top .previous-page-link__icon-default-tablet {
    opacity: 1;
  }
}