:root {
  --color-white: #fff;
  --color-black: #1c1c1c;
  --color-violet: #2400ff;
  --color-grey: #f5f5f5;
  --color-dark-grey: #555;
  --color-red: #ec221f;
  --font-primary: AvantGardeCTT, sans-serif;
  --font-secondary: CraftworkGrotesk, sans-serif;
}

*,
*::after,
*::before {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

*::-webkit-scrollbar {
  inline-size: 0.575rem !important;
  background: var(--color-white) !important;
  display: block !important;
  width: auto !important;
  width: 0.375rem !important;
}

@media only screen and (max-width: 767px) {
  *::-webkit-scrollbar {
    inline-size: 0.375rem !important;
    width: 0.375rem !important;
  }
}

* ::-webkit-scrollbar:horizontal {
  height: 0.375rem !important;
}

*::-webkit-scrollbar-track {
  border-radius: 0.1875rem !important;
  background: var(--color-grey) !important;
}

*::-webkit-scrollbar-thumb {
  border-radius: 0.1875rem !important;
  border: none !important;
  background-color: var(--color-violet) !important;
}

:is(.main, header, footer) *:focus-visible {
  outline: none;
}

:is(.main, header, footer) a {
  text-decoration: none;
}

:is(section, header, footer) :is(ul, ol) {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  vertical-align: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

section :is(select, input, textarea),
:is(section, header, footer) button {
  font-family: inherit;
  font-weight: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  color: inherit;
  background-color: transparent;
}

section :is(select, input, textarea):focus-visible,
:is(section, header, footer) button:focus-visible {
  outline: none;
}

.main input::-webkit-outer-spin-button,
.main input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

:is(section, header, footer) button {
  background: none;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
}

:is(section, header, footer) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

html {
  overflow: inherit !important;
}

html,
body {
  height: 100%;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  display: block !important;
}

/* ---------------- */

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-block-size: 100%;
  -webkit-padding-before: 0;
  padding-block-start: 0;
  -webkit-padding-after: 0;
  padding-block-end: 0;
  overflow: hidden;
}

.wrapper main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: block;
}

input:focus-visible,
input:focus {
  outline: none;
}

textarea,
input {
  font-family: var(--font-primary);
}

[class*="__container"]:not(.fancybox__container) {
  padding: 0 20px;
  max-width: 1680px;
  margin: 0 auto;
}

body {
  color: var(--color-black);
  font-family: var(--font-primary);
  font-variation-settings: var(--font-weight-600);
  font-size: 1rem;
}

body::before {
  position: fixed;
  content: "";
  width: 100%;
  height: 100%;
  inset: 0;
  opacity: 0.4;
  background-color: transparent;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  pointer-events: none;
  z-index: 50;
}

body.is-darker::before {
  background-color: var(--color-black);
}

.pagination-bullets {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.3125rem;
  margin-top: 0.9375rem;
}

.pagination-bullet {
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  border: 1px solid var(--color-violet);
  background-color: transparent;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.pagination-bullet-active {
  background-color: var(--color-violet);
}

:is(section):not(:first-child) {
  margin: clamp(70px, 8vw, 120px) 0;
}

:where(section, header, footer) [id*="bx_incl"] {
  display: inherit;
  -webkit-box-pack: inherit;
  -ms-flex-pack: inherit;
  justify-content: inherit;
  -webkit-box-align: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
  -ms-flex-direction: inherit;
  flex-direction: inherit;
  gap: inherit;
  -webkit-box-flex: inherit;
  -ms-flex: inherit;
  flex: inherit;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.button-up {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background-color: #2400ff;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 90;
}

.button-up svg {
  width: clamp(21px, 1.6666666667vw, 30px);
  height: clamp(19px, 1.4444444444vw, 26px);
}

.button-up svg path {
  fill: #fff;
}

.button-up.is-active {
  opacity: 1;
  pointer-events: all;
}

.header {
  position: relative;
  background-color: #f5f5f5;
  z-index: 100;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: clamp(60px, 100px, 120px);
  padding: 0 20px !important;
}

.header__burger {
  display: none;
}

.header__mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: calc(100% - 70px);
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 100;
}

.header__mobile::before {
  content: "";
  position: absolute;
  top: 0;
  left: 70px;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(28, 28, 28, 0.5);
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: -1;
}

.header__mobile-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 15px 15px 40px;
  background-color: var(--color-grey);
}

.header__mobile-content .content__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.header__mobile-content .content__info p {
  color: var(--color-violet);
  font-family: var(--font-secondary);
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
}

.header__mobile-content .content__info a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
  color: var(--color-violet);
  font-family: var(--font-secondary);
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}

.header__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: clamp(20px, 2.6666666667vw, 40px);
}

.header__menu li {
  list-style-type: none;
}

.header__menu li {
  position: relative;
  color: var(--color-black);
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.header__menu li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 1px;
  background-color: var(--color-violet);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.header__menu li:hover {
  color: var(--color-violet);
}

.header__menu li:hover::before {
  width: 100%;
}

.header__search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}

.header__search-form .form__input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: clamp(15px, 2.2222222222vw, 40px);
  width: 100%;
  height: 34px;
  padding: 0;
}

.header__search-form .form__input::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -3px;
  display: block;
  width: 0;
  height: 2px;
  background-color: var(--color-violet);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.header__search-form .form__input:hover:not(.is-active)::before {
  width: 100%;
}

.header__search-form .form__input .text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  height: 100%;
  cursor: pointer;
}

.header__search-form .form__input .text::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: #555;
  opacity: 0.3;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.header__search-form .form__input .text p {
  display: block;
  width: auto;
  color: var(--color-violet);
  text-align: right;
  font-family: var(--font-secondary);
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
  pointer-events: all;
}

.header__search-form .form__input .text input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  color: var(--color-black);
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  background: transparent;
  opacity: 0;
  pointer-events: none;
}

.header__search-form .form__input .text input::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.header__search-form .form__input .text input::-moz-placeholder {
  opacity: 0;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.header__search-form .form__input .text input:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.header__search-form .form__input .text input::-ms-input-placeholder {
  opacity: 0;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.header__search-form .form__input .text input::placeholder {
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.header__search-form .form__input .icon {
  -webkit-box-flex: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 34px;
  height: 34px;
}

.header__search-form .form__input .icon svg {
  width: 100%;
  height: 100%;
}

.header__search-form .form__input.is-active .text {
  width: clamp(196px, 19.2222222222vw, 346px);
}

.header__search-form .form__input.is-active .text::before {
  width: 100%;
}

.header__search-form .form__input.is-active .text p {
  opacity: 0;
  pointer-events: none;
}

.header__search-form .form__input.is-active .text input {
  width: clamp(196px, 19.2222222222vw, 346px);
  opacity: 1;
  pointer-events: all;
}

.header__search-form
  .form__input.is-active
  .text
  input::-webkit-input-placeholder {
  opacity: 0.5;
}

.header__search-form .form__input.is-active .text input::-moz-placeholder {
  opacity: 0.5;
}

.header__search-form .form__input.is-active .text input:-ms-input-placeholder {
  opacity: 0.5;
}

.header__search-form .form__input.is-active .text input::-ms-input-placeholder {
  opacity: 0.5;
}

.header__search-form .form__input.is-active .text input::placeholder {
  opacity: 0.5;
}

.modal {
  display: none;
  max-width: auto-clamp(1000, 1420);
  width: 100%;
  margin: 0 auto;
}

.modal__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  padding: auto-clamp(15, 50);
  border-radius: auto-clamp(20, 40);
  background: var(--color-white);
  overflow: hidden;
}

.modal__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: auto-clamp(30, 40);
}

.modal__caption-title {
  color: var(--color-black);
  font-family: var(--font-secondary);
  font-size: auto-clamp(30, 40);
  font-weight: 600;
  line-height: 100%;
}

.modal__caption-subtitle {
  color: var(--color-dark-grey);
  font-size: auto-clamp(16, 18);
  font-weight: 600;
  line-height: normal;
}

.modal__form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: auto-clamp(10, 20);
  margin-top: auto-clamp(20, 30);
}

.modal__form .form__input,
.modal__form .form__textarea,
.modal__form .form__policy,
.modal__form .form__button {
  grid-column: 1/-1;
}

.modal__form .form__input {
  width: 100%;
  height: 50px;
}

.modal__form .form__input.is-col-left {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}

.modal__form .form__input.is-col-right {
  grid-column: 2/-1;
}

.modal__form .form__input input {
  width: 100%;
  height: 100%;
  padding: 15px 20px;
  color: var(--color-black);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  border-radius: 8px;
  background-color: var(--color-light-grey);
}

.modal__form .form__input input::-webkit-input-placeholder {
  color: var(--color-grey);
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.modal__form .form__input input::-moz-placeholder {
  color: var(--color-grey);
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.modal__form .form__input input:-ms-input-placeholder {
  color: var(--color-grey);
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.modal__form .form__input input::-ms-input-placeholder {
  color: var(--color-grey);
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.modal__form .form__input input::placeholder {
  color: var(--color-grey);
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.modal__form .form__textarea {
  width: 100%;
  height: 180px;
  border-radius: 8px;
  background-color: var(--color-light-grey);
}

.modal__form .form__textarea textarea {
  width: 100%;
  height: 100%;
  padding: 15px 20px;
  color: var(--color-black);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  background-color: transparent;
  resize: none;
}

.modal__form .form__textarea textarea::-webkit-input-placeholder {
  color: var(--color-grey);
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.modal__form .form__textarea textarea::-moz-placeholder {
  color: var(--color-grey);
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.modal__form .form__textarea textarea:-ms-input-placeholder {
  color: var(--color-grey);
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.modal__form .form__textarea textarea::-ms-input-placeholder {
  color: var(--color-grey);
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.modal__form .form__textarea textarea::placeholder {
  color: var(--color-grey);
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.modal__form .form__policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.modal__form .form__policy input[type="checkbox"] {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border-radius: 2px;
  border: 1px solid var(--color-blue);
  -webkit-appearance: none;
}

.modal__form .form__policy input[type="checkbox"]::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSIjMkIzQjdCIi8+CjxwYXRoIGQ9Ik0yMCA3TDEwIDE3TDUgMTIiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.modal__form .form__policy input[type="checkbox"]:checked::after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.modal__form .form__policy p {
  color: var(--color-dark-grey);
  font-size: auto-clamp(16, 18);
  font-weight: 600;
  line-height: normal;
}

.modal__form .form__policy p > a {
  color: var(--color-blue);
  text-decoration: none;
}

.modal__form .form__button {
  margin-top: 10px;
}

.modal__form .form__button .button {
  width: 100%;
}

.modal__image {
  width: auto-clamp(400, 650);
  height: 100%;
  border-radius: auto-clamp(20, 40);
  overflow: hidden;
}

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

.fancybox__slide {
  padding-left: 15px;
  padding-right: 15px;
}

.fancybox__content {
  background: none;
  padding: 0;
}

.fancybox__content > .carousel__button.is-close {
  padding: 0;
  top: auto-clamp(20, 25);
  right: auto-clamp(20, 25);
  width: auto-clamp(18, 24);
  height: auto-clamp(18, 24);
}

.fancybox__content > .carousel__button.is-close svg {
  display: none;
}

.fancybox__content > .carousel__button.is-close::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMgMy4yMjcyOUwyMSAyMS4yMjczIiBzdHJva2U9IiNDM0MzQzMiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxwYXRoIGQ9Ik0zIDIxLjIyNzNMMjEgMy4yMjcyOSIgc3Ryb2tlPSIjQzNDM0MzIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: none;
}

.carousel__button svg {
  -webkit-filter: none;
  filter: none;
}

.footer {
  padding: clamp(40px, 3.3333333333vw, 50px) 0;
  background-color: var(--color-grey);
}

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 90%;
}

.footer__logo-logo {
  width: clamp(250px, 20.5333333333vw, 308px);
  height: clamp(76px, 6.2vw, 93px);
}

.footer__logo-desc {
  color: var(--color-dark-grey);
  font-size: clamp(12px, 0.9333333333vw, 14px);
  font-weight: 400;
  line-height: 20px;
}

.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: clamp(40px, 13.3333333333vw, 200px);
}

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: clamp(20px, 2vw, 30px);
}

.footer__menu li {
  position: relative;
  color: var(--color-black);
  font-size: clamp(14px, 1.2vw, 18px);
  font-weight: 400;
}

.footer__menu li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 1px;
  background-color: var(--color-violet);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.footer__menu li:hover {
  color: var(--color-violet);
}

.footer__menu li:hover::before {
  width: 100%;
}

.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: clamp(20px, 2vw, 30px);
}

.footer__info-caption {
  color: var(--color-violet);
  font-family: var(--font-secondary);
  font-size: clamp(30px, 2.6666666667vw, 40px);
  font-weight: 700;
  line-height: 100%;
}

.footer__info-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  gap: 15px;
  color: var(--color-violet);
  font-family: var(--font-secondary);
  font-size: clamp(18px, 1.6vw, 24px);
  font-weight: 700;
  line-height: 100%;
}

.footer__info-link span {
  position: relative;
}

.footer__info-link span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 1px;
  background-color: var(--color-violet);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.footer__info-link:hover span::before {
  width: 100%;
}

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

.about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: clamp(20px, 8.6666666667vw, 130px);
  max-width: clamp(570px, 51.3333333333vw, 770px);
}

.about__content-title {
  color: var(--color-violet);
  font-family: var(--font-secondary);
  font-size: clamp(30px, 2.6666666667vw, 40px);
  font-weight: 700;
  line-height: 100%;
}

.about__content-subtitle {
  color: var(--color-black);
  font-size: clamp(22px, 2.5333333333vw, 38px);
  font-weight: 400;
  line-height: 120%;
}

@media only screen and (max-width: 1500px) {
  .about__content-subtitle {
    font-size: 22px;
  }
}

.about__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 clamp(290px, 32.8vw, 492px);
  flex: 0 0 clamp(290px, 32.8vw, 492px);
  width: clamp(290px, 32.8vw, 492px);
  height: clamp(275px, 31.0666666667vw, 466px);
}

.about__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.banner {
  padding-bottom: clamp(40px, 3.3333333333vw, 60px);
  background-color: #f5f5f5;
  min-height: calc(100vh - 100px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.banner__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-grow: 10;
}

.js-banner-anim-mouse {
  display: none;
}

.js-banner-anim-loop {
  display: flex;
  align-items: center;
}

.js-banner-anim-loop svg {
  width: 100%;
  height: 100%;
}

.banner__anim-1,
.banner__anim-2,
.banner__anim-3 {
  opacity: 0;
}

.banner__running {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  pointer-events: none;
}

.banner__running-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.banner__running-item {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
}

.banner__running-item::before {
  content: "/";
  position: absolute;
  top: 50%;
  right: -15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--color-violet);
  font-size: clamp(16px, 1.1111111111vw, 20px);
  font-weight: 400;
  line-height: 140%;
}

.banner__running-item p {
  color: var(--color-violet);
  text-align: center;
  font-size: clamp(16px, 1.1111111111vw, 20px);
  font-weight: 400;
  line-height: 140%;
}

.banner__running .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.banner__running-item {
  position: relative;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.banner__running-item::before {
  content: "/";
  position: absolute;
  top: 50%;
  right: -14px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--color-violet);
  font-size: clamp(16px, 1.3333333333vw, 20px);
  font-weight: 400;
  line-height: 140%;
}

.banner__running-item p {
  color: var(--color-violet);
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.callback .ct-section-inner-wrap {
  padding: 0;
}

.callback__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: clamp(40px, 11.3333333333vw, 170px);
}

.callback__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}

.callback__content-title {
  color: var(--color-black);
  font-family: var(--font-secondary);
  font-size: clamp(30px, 2.6666666667vw, 40px);
  font-weight: 700;
  line-height: 100%;
}

.callback__content-image {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 30px;
  height: clamp(180px, 29.3333333333vw, 440px);
}

.callback__content-image img {
  object-fit: contain;
  height: auto;
  max-height: 100%;
}

.callback .callback__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; */
  margin-top: 40px;
}

.callback__form > div {
  width: 100%;
}

.callback .callback__form .form {
  position: relative;
  width: 100%;
  max-width: 670px;
}

.callback .callback__form .form.is-success .form__success {
  opacity: 1;
  pointer-events: all;
}

.callback .callback__form .form__success img {
  width: 150px;
}

.callback .callback__form .form.is-success .form__wrap {
  opacity: 0;
  pointer-events: none;
}

.callback .callback__form .form__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: clamp(20px, 2.6666666667vw, 40px);
  pointer-events: all;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.callback .callback__form .form__success {
  /*  position: absolute;
  top: 0;
  left: 0;
  right: 0; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 50px;
  /*   opacity: 0;
  pointer-events: none; */
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.callback .callback__form .form__success-text {
  color: var(--color-violet);
  font-family: var(--font-secondary);
  font-size: clamp(18px, 1.6vw, 24px);
  font-weight: 700;
  line-height: 100%;
}

.callback .callback__form input {
  padding-bottom: 10px;
  border: 0;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid var(--color-violet);
  margin-bottom: 35px;
}

.callback .callback__form input,
.callback .callback__form textarea {
  width: 100%;
  color: var(--color-black);
  font-size: clamp(16px, 1.3333333333vw, 20px);
  font-weight: 400;
  line-height: 140%;
}

.callback .callback__form input {
  background-color: transparent;
}

.callback .callback__form textarea {
  resize: none;
  overflow: hidden;
}

.callback .callback__form input.is-error input::-webkit-input-placeholder,
.callback .callback__form input.is-error textarea::-webkit-input-placeholder {
  color: var(--color-red);
}

.callback .callback__form input.is-error input::-moz-placeholder,
.callback .callback__form input.is-error textarea::-moz-placeholder {
  color: var(--color-red);
}

.callback .callback__form input.is-error input:-ms-input-placeholder,
.callback .callback__form input.is-error textarea:-ms-input-placeholder {
  color: var(--color-red);
}

.callback .callback__form input.is-error input::-ms-input-placeholder,
.callback .callback__form input.is-error textarea::-ms-input-placeholder {
  color: var(--color-red);
}

.callback .callback__form input.is-error input::placeholder,
.callback .callback__form input.is-error textarea::placeholder {
  color: var(--color-red);
}

.callback .callback__form [type="submit"] {
  /*   display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; */
  width: 100%;
  cursor: pointer;
  transition: 300ms;
}

.callback form.wpcf7-form.submitting .submit-btn {
  pointer-events: none !important;
}

.callback form.wpcf7-form.submitting [type="submit"] {
  pointer-events: none !important;
}

.wpcf7-spinner {
  display: none !important;
}

.submit-btn {
  display: flex;
  margin-top: 40px;
  align-items: center;
  cursor: pointer;
  gap: 38px;
  position: relative;
  justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  .submit-btn {
    margin-top: 20px;
  }
}

.submit-btn::after {
  content: "";
  display: block;
  width: 30px;
  height: 26px;
  background: url("../images/arrow.svg") no-repeat;
  background-size: 30px;
  background-position: center center;
}

.fluentform .ff-el-group {
  margin-bottom: 0 !important;
}

.callback .callback__form [type="submit"] {
  /*   display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 38px; */
  color: var(--color-violet);
  font-family: var(--font-secondary);
  font-size: clamp(18px, 1.6vw, 24px);
  font-weight: 700;
  line-height: 100%;
  margin: 0;
  border-bottom: 0;
}

.submit-btn-inner {
  position: relative;
}

.submit-btn-inner::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--color-violet);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.submit-btn:hover .submit-btn-inner::before {
  width: 100%;
}

/* .callback .callback__form [type="submit"].is-valid span::before {
  width: 100%;
} */

.equipment__caption {
  margin-bottom: clamp(40px, 3.8888888889vw, 70px);
  color: var(--color-black);
  font-family: var(--font-secondary);
  font-size: clamp(30px, 2.2222222222vw, 40px);
  font-weight: 700;
  line-height: 100%;
}

.equipment__list-wrapper {
  display: -ms-grid !important;
  display: grid !important;
  -ms-grid-columns: (1fr) [4] !important;
  grid-template-columns: repeat(4, 1fr) !important;
  grid-gap: 30px;
  max-width: 100% !important;
  align-items: stretch !important;
}

.equipment__list-item {
  min-height: clamp(450px, 27.7777777778vw, 500px);
}

.equipment__list-item:first-child {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.equipment__list-item:first-child::after {
  position: relative;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}

.equipment__list-item .item__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-width: 390px;
  width: 100%;
  height: 100%;
  padding: 35px 30px;
  background-color: var(--color-grey);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.equipment__list-item .item__wrap:hover {
  background-color: var(--color-violet);
}

.equipment__list-item .item__wrap:hover .item__icon .front {
  opacity: 0;
}

.equipment__list-item .item__wrap:hover .item__icon .back {
  opacity: 1;
}

.equipment__list-item .item__wrap:hover .item__title {
  color: var(--color-white);
}

.equipment__list-item .item__wrap:hover .item__title::before {
  width: 100%;
}

.equipment__list-item .item__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.equipment__list-item .item__icon .front,
.equipment__list-item .item__icon .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.equipment__list-item .item__icon .front {
  opacity: 1;
}

.equipment__list-item .item__icon .back {
  opacity: 0;
}

.equipment__list-item .item__title {
  position: relative;
  color: var(--color-black);
  font-family: var(--font-secondary);
  font-size: clamp(18px, 1.3333333333vw, 24px);
  font-weight: 400;
  line-height: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 2;
}

.equipment__list-item .item__title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 1px;
  background-color: var(--color-white);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.equipment__list-more {
  grid-column: 3/-1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.equipment__list-more::before {
  position: relative;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}

.equipment__list-more .more__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: clamp(15px, 1.6666666667vw, 30px);
  max-width: 390px;
  width: 100%;
  height: 100%;
  color: var(--color-violet);
  font-family: var(--font-secondary);
  font-size: clamp(18px, 1.3333333333vw, 24px);
  font-weight: 700;
  line-height: 100%;
  border: 1px solid var(--color-violet);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-color: var(--color-white);
}

.equipment__list-more .more__link:hover {
  color: var(--color-white);
  background-color: var(--color-violet);
}

.equipment__list-more .more__link:hover svg path {
  fill: var(--color-white);
}

.equipment__list-more .more__link svg {
  width: clamp(24px, 1.8888888889vw, 34px);
  height: clamp(24px, 1.8888888889vw, 34px);
  margin-top: 5px;
}

.equipment__list-more .more__link svg path {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.projects__container {
  position: relative;
}

.projects__caption {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: clamp(40px, 4.6666666667vw, 70px);
  color: var(--color-black);
  font-family: var(--font-secondary);
  font-size: clamp(30px, 2.6666666667vw, 40px);
  font-weight: 700;
  line-height: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.projects__caption.is-hover:hover {
  color: var(--color-violet);
}

.projects__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: clamp(20px, 2vw, 30px);
}

.projects__list-item {
  position: relative;
  height: clamp(350px, 46.6666666667vw, 700px);
  overflow: hidden;
}

.projects__list-item.is-col-fluid {
  grid-column: 1/-1;
}

.projects__list-item:last-child {
  height: clamp(350px, 33.3333333333vw, 500px);
}

.projects__list-item .item__title {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  min-width: clamp(180px, 20vw, 300px);
  min-height: clamp(180px, 20vw, 300px);
  padding: clamp(20px, 2.3333333333vw, 35px) clamp(5px, 2vw, 30px);
  color: var(--color-white);
  font-family: var(--font-secondary);
  font-size: clamp(16px, 1.6vw, 24px);
  font-weight: 700;
  line-height: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

.projects__list-item .item__title:hover span::before {
  width: 100%;
}

.projects__list-item .item__title span {
  position: relative;
}

.projects__list-item .item__title span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 1px;
  background-color: var(--color-white);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.projects__more {
  position: absolute;
  right: 15px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: clamp(15px, 2vw, 30px);
}

.projects__more:hover span::before {
  width: 100%;
}

.projects__more span {
  position: relative;
  color: var(--color-violet);
  font-family: var(--font-secondary);
  font-size: clamp(18px, 1.6vw, 24px);
  font-weight: 700;
  line-height: 100%;
}

.projects__more span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 0;
  height: 1px;
  background-color: var(--color-violet);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.projects__more svg {
  width: clamp(24px, 2.2666666667vw, 34px);
  height: clamp(24px, 2.2666666667vw, 34px);
}

.services__caption {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: clamp(40px, 4.6666666667vw, 70px);
  color: var(--color-black);
  font-family: var(--font-secondary);
  font-size: clamp(30px, 2.6666666667vw, 40px);
  font-weight: 700;
  line-height: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.services__caption.is-hover:hover {
  color: var(--color-violet);
}

.services__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: clamp(40px, 3.3333333333vw, 50px);
}

.services__list-item {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  padding: clamp(15px, 1.3333333333vw, 20px) 0 0;
  --pseudo-width: 100%;
}

.services__list-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: var(--pseudo-width);
  height: 1px;
  background-color: rgba(85, 85, 85, 0.5);
}

.services__list-item .item__head {
  color: var(--color-violet);
  font-family: var(--font-secondary);
  font-size: clamp(30px, 2.6666666667vw, 40px);
  font-weight: 400;
  line-height: 100%;
}

.services__list-item .item__elems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}

.services__list-item .item__elems .elem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: clamp(15px, 2vw, 30px);
  color: var(--color-black);
  font-size: clamp(16px, 1.3333333333vw, 20px);
  font-weight: 400;
  line-height: 140%;
}

.services__list-item .item__elems .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 clamp(24px, 2.2666666667vw, 34px);
  flex: 0 0 clamp(24px, 2.2666666667vw, 34px);
  width: clamp(24px, 2.2666666667vw, 34px);
  height: clamp(24px, 2.2666666667vw, 34px);
}

.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
  margin: clamp(70px, 15.5555555556vw, 280px) 0;
}

.tags__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.tags__line-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  border-radius: 70px;
  background-color: var(--color-grey);
  will-change: transform;
  overflow: hidden;
}

.tags__line-item > span {
  padding: clamp(12px, 1.4444444444vw, 26px) clamp(30px, 3.3333333333vw, 60px)
    clamp(16px, 1.6666666667vw, 30px);
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: clamp(18px, 1.3333333333vw, 24px);
  font-weight: 400;
  line-height: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.tags__line-item > span:hover {
  color: var(--color-white);
  text-shadow: 1px 0 var(--color-white);
  background-color: var(--color-violet);
}

.worth {
  padding: 70px 0;
  background-color: var(--color-grey);
}

.worth__caption {
  margin-bottom: clamp(40px, 3.8888888889vw, 70px);
  color: var(--color-black);
  font-family: var(--font-secondary);
  font-size: clamp(30px, 2.2222222222vw, 40px);
  font-weight: 700;
  line-height: 100%;
}

.worth__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-width: clamp(330px, 35vw, 630px);
  padding: clamp(20px, 1.6666666667vw, 30px);
  background-color: var(--color-white);
}

.worth__list-item:last-child {
  background-color: var(--color-violet);
}

.worth__list-item:last-child .item__head .title {
  color: var(--color-white);
}

.worth__list-item:last-child .item__bottom {
  color: var(--color-white);
}

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

.worth__list-item .item__head img {
  width: 34px;
}

.worth__list-item:last-child .item__head img {
  width: auto;
}

.worth__list-item .item__head .title {
  color: var(--color-black);
  font-family: var(--font-secondary);
  font-size: clamp(18px, 1.3333333333vw, 24px);
  font-weight: 700;
  line-height: 100%;
}

.worth__list-item .item__image {
  margin-top: clamp(30px, 1.9444444444vw, 35px);
  margin-bottom: 30px;
}

.worth__list-item .item__bottom {
  color: var(--color-dark-grey);
  font-size: clamp(16px, 1.1111111111vw, 20px);
  font-weight: 400;
}

@media (max-width: 40em) {
  .header__container .header__menu {
    display: none;
  }

  .header__burger {
    display: block;
  }

  .header__mobile.is-active {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .header__mobile.is-active::before {
    opacity: 1;
  }

  .header__menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 40px;
  }
}

@media (max-width: 30em) {
  .equipment__list-item {
    min-width: 100% !important;
  }

  .equipment__list-more {
    min-width: 100% !important;
  }

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

@media (max-width: 87.4375em) {
  .equipment__list-wrapper {
    -ms-grid-columns: (1fr) [3] !important;
    grid-template-columns: repeat(3, 1fr) !important;
  }

  .equipment__list-item:first-child {
    grid-column: unset;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .equipment__list-item:first-child::after {
    display: none;
  }

  .equipment__list-item .item__wrap {
    max-width: 100%;
  }

  .equipment__list-more {
    grid-column: unset;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .equipment__list-more::before {
    display: none;
  }

  .equipment__list-more .more__link {
    max-width: 100%;
  }
}

@media (max-width: 61.9375em) {
  .pagination-bullets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .modal__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 50px 15px;
  }

  .modal__image {
    display: none;
  }

  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 40px;
    width: 90%;
  }

  .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }

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

  .callback .callback__form {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 0;
  }

  .equipment__list-wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-grid-columns: unset !important;
    grid-template-columns: unset !important;
    grid-gap: 0 !important;
  }

  .equipment__list-item {
    min-width: 330px;
  }

  .equipment__list-more {
    min-width: 330px;
  }

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

  .projects__list-item {
    height: 350px;
  }

  .projects__more {
    position: relative;
    right: unset;
    bottom: unset;
    margin-top: 20px;
  }

  .services__list-item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 47.9375em) {
  .about__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about__content {
    gap: 20px;
    max-width: 100%;
  }
}

@media (max-width: 36.25em) {
  .modal__form {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .modal__form .form__input.is-col-left {
    grid-column: 1/-1;
  }

  .modal__form .form__input.is-col-right {
    grid-column: 1/-1;
  }
}

@media (max-width: 26.25em) {
  .footer__content {
    width: 100%;
  }

  .callback .callback__form [type="submit"] {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
  }
}

@media (max-width: 24.375em) {
  .about__image {
    width: 100%;
  }
}

.ct-div-block {
  align-items: stretch;
}

.worth .swiper-wrapper {
  justify-content: flex-start !important;
  max-width: 100% !important;
  align-items: stretch !important;
}

@media only screen and (max-width: 480px) {
  .worth__list-item {
    min-width: 100% !important;
  }
}

.ct-section-inner-wrap {
  max-width: 100%;
}

.error.text-danger {
  display: none !important;
}

.fluentform .ff-el-is-error .ff-el-form-control {
  border-color: #2400ff !important;
}

.fluentform .ff-el-is-error .ff-el-form-control::placeholder {
  color: #ec221f;
}

.ff-message-success {
  padding: 0 !important;
  border: 0 !important;
  margin-top: 0 !important;
  box-shadow: none !important;
}

@media only screen and (max-width: 991px) {
  .callback__form .form__success {
    position: static !important;
  }
}

.callback .fluentform .ff-btn.ff-working:after {
  position: static;
  background: url("../images/arrow.svg") no-repeat;
  animation: none;
  height: 26px;
}

a:hover {
  color: #2400ff;
}

.fluentform .ff-el-form-control:focus {
  border-color: #2400ff !important;
}

.fluentform .ff-el-form-control::placeholder {
  transition: 300ms;
}

.fluentform .ff-el-form-control:focus::placeholder {
  color: transparent;
}

.callback .fluentform .ff-el-input--content textarea {
  padding: 0 0 10px 0;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid var(--color-violet);
}

.equipment__list-item .item__icon {
  display: flex;
  align-items: center;
}

.worth__list-item {
  margin-right: 30px;
}

@media only screen and (max-width: 991px) {
  .worth__list-item {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1500px) {
  .banner {
    min-height: calc(100vh - 100px);
  }

  .header__menu li {
    font-size: 16px;
  }

  .button-up {
    width: 44px;
    height: 44px;
  }

  .about__container {
    align-items: center;
  }

  .about__content {
    gap: 70px;
  }

  .services__list-item .item__head {
    font-size: 26px;
  }

  .services__list-item .item__elems .elem {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .about__content {
    gap: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .banner__content svg {
    width: 60vw;
    height: clamp(109px, 17.1666666667vw, 309px);
  }

  .banner {
    min-height: 450px;
  }

  [class*="__container"]:not(.fancybox__container) {
    padding: 0 20px;
  }

  .header__container {
    height: 60px;
  }

  .header__menu li {
    font-size: 14px;
  }

  .header__search-form .form__input .text p {
    font-size: 20px;
  }

  .header__search-form .form__input .icon {
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 40em) {
  .header__container .header__menu {
    display: none;
  }

  .header .form__input .text-new {
    display: none;
  }
}

.catalog-new {
  margin-top: 70px;
  margin-bottom: 72px;
}

.catalog-new__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 25px 30px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1500px) {
  .catalog-new__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media only screen and (max-width: 991px) {
  .catalog-new__list {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 767px) {
  .catalog-new__list {
    grid-template-columns: 1fr;
  }
}

.catalog-new__list--item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 30px;
  height: 62px;
  background: rgb(245, 245, 245);
  padding: 0 30px;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.catalog-new__grids {
  margin-bottom: 80px;
}

.catalog-new__grids.mobile {
  display: none;
  margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
  .catalog-new__grids {
    display: none;
  }

  .catalog-new__grids.mobile {
    display: block;
  }
}

.catalog-new__list--item.color {
  background: #2400ff;
  color: #fff;
}

.catalog-new__list--item.color svg path {
  fill: #fff;
}

.catalog-new__list--item.active {
  background: #2400ff;
  color: #fff;
}

.catalog-new__list--item.active svg {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.catalog-new__list--item.active svg path {
  fill: #fff;
}

.catalog-new__list--item svg path {
  -webkit-transition: 300ms;
  transition: 300ms;
}

.catalog-new__list--grids {
  display: none;
  /*  columns: 3; */
  /*   max-width: calc(100% - 25%); */
}

/* .catalog-new__list--grids.mobile {
  display: none;
} */

.catalog-new__list--grids.active {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 25px 30px;
}
/* 
.catalog-new__list--grids.two-column span:nth-child(3),
.catalog-new__list--grids.two-column span:nth-child(5),
.catalog-new__list--grids.two-column span:nth-child(4) {
  grid-column: 1/2;
} */

@media only screen and (max-width: 991px) {
  .catalog-new__list--grids.active {
    display: block;
  }

  .catalog-new__list--grids-item {
    margin-bottom: 15px;
  }

  .catalog-new__list--grids-item:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 1500px) {
  .catalog-new__list--grids {
    max-width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .catalog-new__list--grids {
    padding: 20px 30px;
    columns: 1;
  }

  .catalog-new__list--grids.mobile.active {
    display: grid;
  }
}

.catalog-new__list--grids span {
  display: block;
  color: #555;
  font-size: 18px;
  cursor: pointer;
  padding-bottom: 1px;
  border-bottom: 1px solid transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 30px;
  margin-bottom: 15px;
}

.catalog-new__list--grids span.empty {
  visibility: hidden;
  padding: 0;
}

@media only screen and (max-width: 991px) {
  .catalog-new__list--grids span {
    padding-left: 0;
  }
}

.catalog-new__list--grids span a:hover {
  color: #2400ff;
  border-bottom: 1px solid #2400ff;
}

.catalog-new__list--grids span a.active {
  color: #2400ff;
  border-bottom: 1px solid #2400ff;
}

.catalog-new__list--grids span:last-child {
  margin-bottom: 0;
}

.catalog-new__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 25px 30px;
}

.catalog-new__content--item {
  position: relative;
  cursor: pointer;
  background: #f5f5f5;
}

.catalog-new__content--item:hover .catalog-new__text a {
  font-weight: 700;
  color: #2400ff;
  border-bottom: 1px solid #2400ff;
}

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

.catalog-new__img img {
  max-width: 100%;
  max-height: 100%;
  mix-blend-mode: darken;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.catalog-new__text {
  color: #555;

  padding-bottom: 1px;
  border-bottom: 1px solid transparent;
  font-size: 24px;
  -webkit-transition: 300ms;
  transition: 300ms;
  padding: 20px;

  display: flex;
  align-items: center;
}

.catalog-new__title {
  margin-bottom: 50px;
  font-size: 24px;
  color: #2400ff;
}

@media only screen and (max-width: 991px) {
  .catalog-new__title {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

.projects {
  margin-bottom: 89px;
  margin-top: 100px;
}

.projects img {
  max-width: 100%;
  max-height: 100%;
}

.projects__aside {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 390px 1fr;
  grid-template-columns: 390px 1fr;
  grid-gap: 30px;
  margin-bottom: 174px;
}

.projects__aside:last-child {
  margin-bottom: 0;
}

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

.projects__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.projects__info {
  -webkit-box-flex: 10;
  -ms-flex-positive: 10;
  flex-grow: 10;
}

.projects__info span {
  color: rgb(36, 0, 255);
  display: block;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  font-family: "CraftworkGrotesk";
}

.projects__info p {
  font-size: 20px;
  color: rgb(85, 85, 85);
}

.projects__info a {
  font-weight: 400;
  color: rgb(85, 85, 85);
  font-size: 14px;
  opacity: 0.7;
  transition: 300ms;
}

.projects__info a:hover {
  opacity: 1;
  color: #2400ff;
}

.projects__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}

.projects__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 219px;
  width: 100%;
}

.projects__img.row {
  height: 468px;
}

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

.projects__items {
  display: -ms-grid;
  display: grid;
  grid-gap: 30px;
}

.projects__items--template-first {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.projects__items--template-second {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  -ms-grid-rows: 219px 219px 219px 219px;
  grid-template-rows: 219px 219px 219px 219px;
}

.projects__items--template-second .projects__item {
  height: auto;
}

.projects__items--template-third {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.projects__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 468px;
}

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

.projects__item.template-first {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

.projects__item.template-row {
  -ms-grid-row-span: 2;
  grid-row: span 2;
}

.fancybox__button--zoom {
  display: none;
}

.fancybox__button--slideshow {
  display: none;
}

.fancybox__counter {
  display: none;
}

.fancybox__thumbs {
  display: none;
}

.fancybox__button--fullscreen {
  display: none;
}

.fancybox__button--thumbs {
  display: none;
}

.fancybox__button--close svg {
  display: none;
}

.fancybox__button--close {
  background: url("../images/arrow-modal.svg");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  background-size: cover;
  top: 100px;
  position: absolute;
  right: 100px;
}

@media only screen and (max-width: 991px) {
  .fancybox__button--close {
    width: 34px;
    height: 34px;
    background-size: cover;
  }
}

.bread {
  margin-top: 70px;
}

.bread ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bread ul li {
  font-size: 20px;
  margin-right: 20px;
}

.bread ul li a {
  color: rgb(85, 85, 85);
}

.bread ul li a.text {
  position: relative;
}

.bread ul li a.text:before {
  content: "/";
  display: block;
  position: absolute;
  left: -14px;
  height: 110%;
  color: rgb(85, 85, 85);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.breadcrumb__item-link a span {
  color: rgb(85, 85, 85) !important;
}

.bread ul li span {
  position: relative;
  display: block;
  color: #2400ff;
}

.bread ul li span:before {
  content: "/";
  display: block;
  position: absolute;
  left: -14px;
  height: 110%;
  color: rgb(85, 85, 85);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.bread ul li:last-child span::before {
  color: #2400ff;
}

.breadcrumb__wrapper li:first-child .breadcrumb__item-link a span::before,
.breadcrumb__wrapper li:first-child .breadcrumb__item-link::before {
  display: none;
}

.contacts {
  margin-top: 70px;
  margin-bottom: 70px;
}

.contacts img {
  max-width: 100%;
  max-height: 100%;
}

.contacts__aside {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 530px 1fr;
  grid-template-columns: 530px 1fr;
}

.contacts__text {
  font-family: "CraftworkGrotesk";
  font-size: 40px;
  font-weight: 700;
  color: #2400ff;
}

.contacts__map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}

.contacts__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}

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

.contacts__item span {
  font-size: 20px;
  color: rgb(85, 85, 85);
  width: 110px;
  margin-right: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.contacts__item a {
  font-size: 20px;
  color: #2400ff;
  display: block;
}

.contacts__item p {
  font-size: 20px;
  color: #2400ff;
}

.footer {
  padding: clamp(40px, 2.7777777778vw, 50px) 0;
  background-color: var(--color-grey);
}

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

.footer__logo-logo {
  width: clamp(250px, 17.1111111111vw, 308px);
  height: clamp(76px, 5.1666666667vw, 93px);
}

.footer__logo-desc {
  color: var(--color-dark-grey);
  font-size: clamp(12px, 0.7777777778vw, 14px);
  font-weight: 400;
  line-height: 20px;
}

.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: clamp(40px, 11.1111111111vw, 200px);
}

.footer__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: clamp(20px, 1.6666666667vw, 30px);
}

.footer__menu li {
  position: relative;
  color: var(--color-black);
  font-size: clamp(14px, 1vw, 18px);
  font-weight: 400;
}

.footer__menu li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 1px;
  background-color: var(--color-violet);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.footer__menu li:hover {
  color: var(--color-violet);
}

.footer__menu li:hover::before {
  width: 100%;
}

.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: clamp(20px, 1.6666666667vw, 30px);
}

.footer__info-caption {
  color: var(--color-violet);
  font-family: var(--font-secondary);
  font-size: clamp(30px, 2.2222222222vw, 40px);
  font-weight: 700;
  line-height: 100%;
}

.footer__info-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
  color: var(--color-violet);
  font-family: var(--font-secondary);
  font-size: clamp(18px, 1.3333333333vw, 24px);
  font-weight: 700;
  line-height: 100%;
}

.footer__info-link span {
  position: relative;
}

.footer__info-link span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 1px;
  background-color: var(--color-violet);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.footer__info-link:hover span::before {
  width: 100%;
}

.detal {
  margin-top: 100px;
  margin-bottom: 70px;
}

.detal__info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 390px;
  grid-template-columns: 1fr 390px;
  grid-gap: 170px;
}

.detal__aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 454px;
  gap: 30px;
  max-width: 1090px;
}

.detal__slider {
  margin: 0;
  height: 100%;
}

.detal__slider .swiper-pagination {
  display: none;
}

.detal__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  height: 100%;
}

@media only screen and (max-width: 991px) {
  .detal__item {
    height: 184px;
  }
}

.detal__item img {
  max-width: 100%;
  max-height: 100%;
}

.detal__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  height: 140px;
}

.detal__grid img {
  max-width: 100%;
  max-height: 100%;
}

.detal__thumbs {
  height: 454px;
  position: relative;
  min-width: 250px;
}

.detal__thumbs:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 140px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0)),
    to(#f5f5f5)
  );
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #f5f5f5 100%);
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.detal__thumbs::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 140px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0)),
    to(#f5f5f5)
  );
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #f5f5f5 100%);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
}

.detal__title {
  font-family: "CraftworkGrotesk";
  font-size: 40px;
  font-weight: 700;
  color: #2400ff;
  margin-bottom: 30px;
}

.detal__next,
.detal__prev {
  position: absolute;
  z-index: 11;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 20px;
  cursor: pointer;
}

.detal__next {
  top: auto;
  bottom: 20px;
}

.detal-info__top {
  margin-bottom: 108px;
}

.detal-info__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 34px 50px;
}

.detal-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  font-size: 18px;
}

.detal-info__item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.7;
}

.detal-info__label {
  display: block;
  padding-bottom: 20px;
  font-weight: 700;
  font-size: 24px;
  color: #2400ff;
  font-family: "CraftworkGrotesk";
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(85, 85, 85, 0.3);
}

.detal-info__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: #2400ff;
  font-size: 18px;
}

.detal-info__link:hover span {
  text-decoration: underline;
}

.detal__desc {
  margin-top: 50px;
  max-width: 1090px;
}

.detal__label {
  display: block;
  padding-bottom: 20px;
  font-weight: 700;
  font-size: 24px;
  color: #2400ff;
  font-family: "CraftworkGrotesk";
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(85, 85, 85, 0.3);
}

.detal__text p {
  margin-bottom: 10px;
  font-size: 20px;
  color: #555;
}

.detal__text p:last-child {
  margin-bottom: 0;
}

media only screen and (max-width: 1790px) {
  .detal__info {
    grid-gap: 30px;
  }
}

@media only screen and (max-width: 1650px) {
  .detal__aside {
    max-width: 850px;
  }

  .detal__desc {
    max-width: 850px;
  }
}

@media only screen and (max-width: 1600px) {
  .projects__aside {
    -ms-grid-columns: 300px 1fr;
    grid-template-columns: 300px 1fr;
  }

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

  .contacts__aside {
    -ms-grid-columns: 300px 1fr;
    grid-template-columns: 300px 1fr;
    grid-gap: 20px;
  }

  .contacts__text {
    font-size: 32px;
  }
}

@media only screen and (max-width: 1500px) {
  .catalog-new__content {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .header__logo {
    height: 36px;
  }
}

@media only screen and (max-width: 1400px) {
  .detal__info {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .detal-info__top {
    margin-bottom: 30px;
  }

  .detal-info__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
}

@media only screen and (max-width: 1300px) {
  .projects__info span {
    font-size: 32px;
  }

  .projects__img {
    height: 160px;
  }

  .projects__img.row {
    height: 350px;
  }

  .projects__items--template-second {
    -ms-grid-rows: 160px 160px 160px 160px;
    grid-template-rows: 160px 160px 160px 160px;
  }

  .projects__item {
    height: 350px;
  }
}

@media only screen and (max-width: 1200px) {
  .detal__aside {
    max-width: 700px;
  }

  .detal__thumbs {
    min-width: 200px;
  }
}

@media only screen and (max-width: 991px) {
  .catalog-new__list--grids span {
    font-size: 14px;
  }

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

  .catalog-new__img {
    height: 270px;
  }

  .projects {
    margin-top: 30px;
    margin-bottom: 70px;
  }

  .projects__aside {
    margin-bottom: 70px;
  }

  .projects__aside {
    display: block;
  }

  .projects__info span {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .projects__info p {
    font-size: 16px;
  }

  .projects__info b {
    font-size: 12px;
  }

  .projects__content {
    margin-top: 20px;
    gap: 10px;
  }

  .projects__img.row {
    height: 380px;
  }

  .projects__img {
    height: 320px;
    width: 100%;
  }

  .projects .swiper {
    margin-top: 20px;
    padding-bottom: 25px;
  }

  .projects .swiper .swiper-pagination {
    bottom: 0;
  }

  .projects .swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 1;
    border: 1px solid #2400ff;
  }

  .projects .swiper .swiper-pagination-bullet-active {
    background: #2400ff;
  }

  .projects__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 0;
  }

  .projects__items--template-first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .projects__items--template-second .projects__item {
    height: 320px;
  }

  .projects__item {
    height: 320px;
  }

  .fancybox__button--close {
    right: 20px;
    top: 20px;
  }

  .bread {
    margin-top: 20px;
    display: none;
  }

  .contacts {
    margin-top: 30px;
  }

  .contacts__aside {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 45px;
  }

  .contacts__text {
    font-size: 18px;
  }

  .contacts__map {
    height: 320px;
  }

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

  .contacts__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }

  .contacts__block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    width: 100%;
  }

  .contacts__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }

  .contacts__item:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .contacts__item span {
    font-size: 16px;
    margin-right: 0;
    width: auto;
  }

  .contacts__item a {
    font-size: 16px;
  }

  .contacts__item p {
    font-size: 16px;
  }

  .fancybox__slide {
    padding: 15px;
  }

  .footer {
    padding: 40px 0;
  }

  .footer__logo-logo {
    width: 197px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
  }

  .footer__logo-desc {
    font-size: 10px;
  }

  .footer__menu ul {
    gap: 10px;
  }

  /*   .footer__info-caption {
    display: none;
  } */

  .detal {
    margin-top: 50px;
  }

  .detal__info {
    display: block;
  }

  .detal__aside {
    max-width: 100%;
    display: block;
    height: auto;
  }

  .detal__slider {
    padding-bottom: 25px;
  }

  .detal__slider .swiper-pagination {
    display: block;
    bottom: 0;
  }

  .detal__slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: 1px solid #2400ff;
    opacity: 1;
    background: #fff;
  }

  .detal__slider .swiper-pagination-bullet-active {
    background: #2400ff;
  }

  .detal__grid {
    height: auto;
  }

  .detal__thumbs {
    min-width: inherit;
    height: 80px;
    display: none;
  }

  .detal__thumbs:before {
    height: 100%;
    width: 80px;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    right: 0;
    left: auto;
  }

  .detal__thumbs::after {
    left: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    width: 80px;
    height: 100%;
  }

  .detal__title {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .detal__next,
  .detal__prev {
    display: none;
  }

  .detal-info__top {
    margin-bottom: 40px;
  }

  .detal-info__items {
    grid-gap: 20px;
  }

  .detal-info__item {
    font-size: 14px;
  }

  .detal-info__item:first-child {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .detal-info__item:nth-child(3) {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .detal-info__item:nth-child(5) {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .detal-info__item > img {
    width: 34px;
    height: 34px;
    max-width: 100%;
    max-height: 100%;
  }

  .detal-info__label {
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .detal-info__link {
    font-size: 14px;
  }

  .detal-info__link img {
    width: 34px;
    height: 34px;
  }

  .detal__label {
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .detal__text p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .header__search--new .form__input::before {
    display: none;
  }

  .header__search--new .form__input.is-active .text-new {
    display: block;
    width: calc(100vw - 65px);
    z-index: 10;
    position: absolute;
    background: #f5f5f5;
    right: 34px;
  }

  .header__search--new .form__input.is-active .text-new::before {
    bottom: 4px;
  }

  .header__search--new .form__input.is-active .text-new input {
    width: 100%;
    font-size: 14px;
    padding-bottom: 6px;
  }
}

@media only screen and (max-width: 767px) {
  .projects__img {
    height: 190px;
  }

  .projects__items--template-second .projects__item {
    height: 190px;
  }

  .projects__item {
    height: 190px;
  }

  .header__logo {
    height: 32px;
  }

  .catalog-new {
    margin-top: 50px;
    margin-bottom: 70px;
  }

  .catalog-new__item {
    width: 100%;
  }

  .catalog-new__list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    gap: 20px;
    margin-bottom: 70px;
  }

  .catalog-new__list--item {
    width: 100%;
    font-size: 14px;
    height: 54px;
  }

  .catalog-new__list--grids {
    padding-bottom: 0;
  }

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

  .catalog-new__text {
    font-size: 18px;
    height: 90px;
  }
}

@media only screen and (max-width: 991px) {
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 35px;

    padding: 0 !important;
  }
}

.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-not-valid::placeholder {
  color: red;
}

.callback .callback__form input::placeholder {
  transition: 300ms;
}

.callback .callback__form input:focus::placeholder {
  opacity: 0;
}

.callback .callback__form textarea::placeholder {
  transition: 300ms;
}

.callback .callback__form textarea:focus::placeholder {
  opacity: 0;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  display: none;
}

.search {
  padding: 40px 0 120px 0;
}

@media only screen and (max-width: 767px) {
  .search {
    padding: 30px 0 60px 0;
  }
}

.search h1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 20px;
  color: var(--color-black);
  font-family: var(--font-secondary);
  font-size: clamp(30px, 2.6666666667vw, 40px);
  font-weight: 700;
  line-height: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.search article {
  padding: 15px 0;
}

.search article {
  border-bottom: 1px solid rgba(85, 85, 85, 0.5);
}

.search article h2 {
  padding-bottom: 10px;
  font-weight: 700;
}

.search article:last-child {
  border: 0;
}

@media only screen and (max-width: 767px) {
  .search h1 {
    font-size: 24px;
  }
}

.search__content {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.search-results .bread {
  display: none;
}

.cookie-modal .acceptAll {
  background: var(--color-violet);
  color: #fff;
}

.modal-actions__btns .btn-accept {
  border-radius: 0;
  border-color: var(--color-violet);
  color: var(--color-violet);
  cursor: pointer;
}

.content-info__container {
  padding: 0 20px !important;
}

.bread__container {
  padding: 0 20px !important;
}

.content-info {
  h1 {
    font-size: 40px;
    font-weight: 700;
    font-family: "CraftworkGrotesk";
    margin-bottom: 70px;
    color: rgba(36, 0, 255, 1);
  }

  h3 {
    font-size: 24px;
    font-weight: 700;
    font-family: "CraftworkGrotesk";
    margin-bottom: 20px;
    color: rgba(36, 0, 255, 1);
    margin-top: 50px;
  }

  p {
    margin-bottom: 20px;
    font-size: 20px;
    color: rgba(85, 85, 85, 1);

    a {
      text-decoration: underline;
    }

    strong {
      font-weight: 700;
    }
  }

  ul {
    padding-left: 25px;

    li {
      position: relative;
      font-size: 20px;
      margin-bottom: 10px;
      color: rgba(85, 85, 85, 1);

      &:last-child {
        margin-bottom: 0;
      }

      &:before {
        content: "";
        display: block;
        position: absolute;
        width: 14px;
        height: 14px;
        background: #2400ff;
        border-radius: 50%;
        top: 50%;
        left: -25px;
        transform: translateY(-50%);
      }
    }
  }
}

@media only screen and (max-width: 991px) {
  .content-info {
    h1 {
      font-size: 27px;
      margin-bottom: 40px;
    }

    h3 {
      font-size: 18px;
      margin-bottom: 15px;
      margin-top: 40px;
    }

    p {
      margin-bottom: 15px;
      font-size: 16px;
    }

    ul {
      li {
        font-size: 16px;

        &::before {
          top: 11px;
          width: 10px;
          height: 10px;
        }
      }
    }
  }
}

@media only screen and (max-width: 767px) {
  .callback .callback__form input {
    margin-bottom: 20px;
    padding-bottom: 5px;
  }
}

.projects__img:last-child {
  height: 468px;
}

.projects__aside:nth-child(2) .projects__img:last-child {
  height: 219px;
}

@media only screen and (max-width: 991px) {
  .projects__img:last-child {
    height: 380px;
  }

  .projects__aside:last-child .projects__img:last-child {
    height: 190px;
  }
}

.tags__wrapper {
  display: flex;
  width: max-content;
  animation: scroll-left 40s linear infinite;
}

.tags__line:nth-child(2n) .tags__wrapper {
  animation: scroll-right 40s linear infinite;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0%);
  }
}

.error-page {
  margin-top: 70px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 991px) {
  .error-page {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
.error-page__img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px auto;
  max-width: 816px;
}
@media only screen and (max-width: 991px) {
  .error-page__img {
    height: 120px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .error-page__img img {
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
  }
}
.error-page__subtitle {
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
/*   font-family: "Craftwork Grotesk"; */
}
@media only screen and (max-width: 991px) {
  .error-page__subtitle {
    font-size: 36px;
    margin-bottom: 10px;
  }
}
.error-page__text {
  color: #a5a5a5;
  margin-bottom: 40px;
  text-align: center;
  font-size: 24px;
 /*  font-family: "AvantGardeCTT"; */
}
@media only screen and (max-width: 991px) {
  .error-page__text {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.error-page__btn {
  height: 52px;
  width: 323px;
  background: #0000ff;
  transition: 300ms;
  cursor: pointer;
  justify-content: center;
  display: flex;
  align-items: center;
  color: #fff;
  margin: 0 auto;
  text-decoration: none;
  font-size: 18px;
  border-radius: 5px;
/*   font-family: "AvantGardeCTT"; */
  font-weight: 700;
}
.error-page__btn:hover {
  color: #fff;
  background: #0058dd;
}
