@charset "UTF-8";
@import url(../libs/jquery/jquery-ui.css);
* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1;
  min-width: 320px;
  position: relative;
}

article,
aside,
details,
figure,
figfz-x-sm,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: block;
  max-width: 100%;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
}

.hidden,
[hidden],
template {
  display: none;
}

a {
  text-decoration: none;
  color: inherit;
  background: transparent;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

a:active, a:hover {
  outline: 0;
}

a img {
  border: 0;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 75%;
}

sub,
sup {
  font-size: 0.5em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -1em;
}

sub {
  bottom: -0.25em;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  border: 0;
  font: inherit;
  color: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  text-transform: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none !important;
  background-clip: padding-box;
  background-color: transparent;
}

button,
html input[type="button"] {
  cursor: pointer;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea::-webkit-input-placeholder {
  color: inherit;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

textarea::-moz-placeholder {
  color: inherit;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

textarea:-ms-input-placeholder {
  color: inherit;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
}

textarea::-ms-input-placeholder {
  color: inherit;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
}

textarea::placeholder {
  color: inherit;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus::-moz-placeholder {
  color: transparent;
}

textarea:focus:-ms-input-placeholder {
  color: transparent;
}

textarea:focus::-ms-input-placeholder {
  color: transparent;
}

textarea:focus::placeholder {
  color: transparent;
}

input {
  line-height: normal;
}

input::-webkit-input-placeholder {
  color: inherit;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

input::-moz-placeholder {
  color: inherit;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

input:-ms-input-placeholder {
  color: inherit;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
}

input::-ms-input-placeholder {
  color: inherit;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
}

input::placeholder {
  color: inherit;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

input:focus::-webkit-input-placeholder {
  color: transparent !important;
}

input:focus::-moz-placeholder {
  color: transparent !important;
}

input:focus:-ms-input-placeholder {
  color: transparent !important;
}

input:focus::-ms-input-placeholder {
  color: transparent !important;
}

input:focus::placeholder {
  color: transparent !important;
}

input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

textarea {
  resize: none;
  overflow: auto;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 0;
}

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

input[type="number"] {
  -moz-appearance: textfield;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes run {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes run {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

input[type='text'],
input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='url'],
textarea {
  display: block;
  width: 100%;
  border: 1px solid #000;
  padding-block: 0.625rem;
  line-height: 1.5;
  color: #000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding-inline: 0.875rem;
  border-radius: 3px;
}

input[type='text']::-webkit-input-placeholder, input[type='email']::-webkit-input-placeholder, input[type='number']::-webkit-input-placeholder, input[type='password']::-webkit-input-placeholder, input[type='search']::-webkit-input-placeholder, input[type='tel']::-webkit-input-placeholder, input[type='url']::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: transparent;
}

input[type='text']::-moz-placeholder, input[type='email']::-moz-placeholder, input[type='number']::-moz-placeholder, input[type='password']::-moz-placeholder, input[type='search']::-moz-placeholder, input[type='tel']::-moz-placeholder, input[type='url']::-moz-placeholder, textarea::-moz-placeholder {
  color: transparent;
}

input[type='text']:-ms-input-placeholder, input[type='email']:-ms-input-placeholder, input[type='number']:-ms-input-placeholder, input[type='password']:-ms-input-placeholder, input[type='search']:-ms-input-placeholder, input[type='tel']:-ms-input-placeholder, input[type='url']:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: transparent;
}

input[type='text']::-ms-input-placeholder, input[type='email']::-ms-input-placeholder, input[type='number']::-ms-input-placeholder, input[type='password']::-ms-input-placeholder, input[type='search']::-ms-input-placeholder, input[type='tel']::-ms-input-placeholder, input[type='url']::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: transparent;
}

input[type='text']::placeholder,
input[type='email']::placeholder,
input[type='number']::placeholder,
input[type='password']::placeholder,
input[type='search']::placeholder,
input[type='tel']::placeholder,
input[type='url']::placeholder,
textarea::placeholder {
  color: transparent;
}

@media screen and (max-width: 768px) {
  input[type='text'],
  input[type='email'],
  input[type='number'],
  input[type='password'],
  input[type='search'],
  input[type='tel'],
  input[type='url'],
  textarea {
    padding: 1.375rem;
  }
}

._bordered input[type='text'], ._bordered
input[type='email'], ._bordered
input[type='number'], ._bordered
input[type='password'], ._bordered
input[type='search'], ._bordered
input[type='tel'], ._bordered
input[type='url'], ._bordered
textarea {
  border: 1px solid #a9a9a9;
  border-radius: 0.1875rem;
  color: #000;
}

._bordered input[type='text']:focus, ._bordered
input[type='email']:focus, ._bordered
input[type='number']:focus, ._bordered
input[type='password']:focus, ._bordered
input[type='search']:focus, ._bordered
input[type='tel']:focus, ._bordered
input[type='url']:focus, ._bordered
textarea:focus {
  border-color: #000;
}

input[name='linkedin'] {
  -webkit-padding-end: 3.75rem;
          padding-inline-end: 3.75rem;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxOCAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuOTEzMDQgMTdIMFY1LjQwOTA5SDMuOTEzMDRWMTdaTTEuOTU3MyAzLjg2MzY0QzAuODc0OTU2IDMuODYzNjQgMCAyLjk5NzQxIDAgMS45MzEwNUMwIDAuODY0NjgyIDAuODc2NTIyIDAgMS45NTczIDBDMy4wMzU3NCAwIDMuOTEzMDQgMC44NjYyMjcgMy45MTMwNCAxLjkzMTA1QzMuOTEzMDQgMi45OTc0MSAzLjAzNTc0IDMuODYzNjQgMS45NTczIDMuODYzNjRaTTE4IDE3SDE0LjIzOFYxMS4zNTkxQzE0LjIzOCAxMC4wMTM4IDE0LjIxMjIgOC4yODM2NCAxMi4yODIzIDguMjgzNjRDMTAuMzIzNCA4LjI4MzY0IDEwLjAyMjEgOS43NDg3MyAxMC4wMjIxIDExLjI2MTdWMTdINi4yNjA4N1Y1LjQwMDU5SDkuODcxODNWNi45ODU0NUg5LjkyMjdDMTAuNDI1MSA2LjA3MzY0IDExLjY1MyA1LjExMjM2IDEzLjQ4NDMgNS4xMTIzNkMxNy4yOTU3IDUuMTEyMzYgMTggNy41MTQ3NyAxOCAxMC42MzgxVjE3WiIgZmlsbD0iI0VEMjkxQyIvPgo8L3N2Zz4K) left 0.8125rem center/1.25rem 1.1875rem no-repeat;
}

html:not([dir]) input[name='linkedin'],
html[dir='ltr'] input[name='linkedin'] {
  background-position-x: right;
}

@media screen and (max-width: 768px) {
  input[name='linkedin'] {
    background-size: 2.1875rem 2.1875rem;
    background-position: 1.375rem center;
  }
}

.file-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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  border: 1px solid #000;
  padding: 0.55556em 0.66667em;
  text-transform: uppercase;
  color: black;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 3px;
}

@media screen and (max-width: 768px) {
  .file-input {
    padding: 1.375rem;
  }
}

.file-input input {
  position: absolute;
  visibility: hidden;
}

.file-input:after {
  content: '';
  width: 1.5rem;
  margin-block: -0.25rem;
  aspect-ratio: 1;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTMiIGhlaWdodD0iNTMiIHZpZXdCb3g9IjAgMCA1MyA1MyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5Ljg3NTcgMzcuNTQxN1YyNC4yOTE3TTE5Ljg3NTcgMjQuMjkxN0wxNS40NTkgMjguNzA4NE0xOS44NzU3IDI0LjI5MTdMMjQuMjkyMyAyOC43MDg0IiBzdHJva2U9IiNFRDI5MUMiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik00OC41ODI3IDIyLjA4MzRWMzMuMTI1MUM0OC41ODI3IDQ0LjE2NjcgNDQuMTY2IDQ4LjU4MzQgMzMuMTI0MyA0OC41ODM0SDE5Ljg3NDNDOC44MzI2OCA0OC41ODM0IDQuNDE2MDIgNDQuMTY2NyA0LjQxNjAyIDMzLjEyNTFWMTkuODc1MUM0LjQxNjAyIDguODMzNDEgOC44MzI2OCA0LjQxNjc1IDE5Ljg3NDMgNC40MTY3NUgzMC45MTYiIHN0cm9rZT0iI0VEMjkxQyIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTQ4LjU4MjcgMjIuMDgzNEgzOS43NDkzQzMzLjEyNDMgMjIuMDgzNCAzMC45MTYgMTkuODc1MSAzMC45MTYgMTMuMjUwMVY0LjQxNjc1TDQ4LjU4MjcgMjIuMDgzNFoiIHN0cm9rZT0iI0VEMjkxQyIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==) center/cover no-repeat;
}

@media screen and (max-width: 768px) {
  .file-input:after {
    width: 2.875rem;
  }
}

.file-input__text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 80%;
  font-size: 1.125rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .file-input__text {
    font-size: 1.875rem;
  }
}

textarea {
  min-height: 6.25rem;
}

@media screen and (max-width: 768px) {
  textarea {
    min-height: 12.5rem;
  }
}

select {
  width: 100%;
  border-radius: 3px;
  line-height: 1.5;
  cursor: pointer;
  padding-inline: 0.875rem 3.5rem;
  padding-block: 0.625rem;
  border: 1px solid #000;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMC4zNDI3MTMgMC4zODUyMDlDMC41NDY2ODEgMC4xOTkxMyAwLjg2MjgyOSAwLjIxMzY4MyAxLjA0ODg1IDAuNDE3NzE2TDUuMTQ3OSA0LjkxMzY1QzUuNDMzNzUgNS4yMjcxOCA1Ljg4Mzc0IDUuMjI3MTggNi4xNjk1OSA0LjkxMzY1TDEwLjI2ODYgMC40MTc3MTZDMTAuNDU0NyAwLjIxMzY4MyAxMC43NzA4IDAuMTk5MTMgMTAuOTc0OCAwLjM4NTIwOUMxMS4xNzg3IDAuNTcxMjg4IDExLjE5MzMgMC44ODc1MzYgMTEuMDA3MyAxLjA5MTU3TDYuOTA4MjIgNS41ODc1MUM2LjIyNTkgNi4zMzU5IDUuMDkxNTkgNi4zMzU5IDQuNDA5MjYgNS41ODc1MUwwLjMxMDIxNyAxLjA5MTU3QzAuMTI0MTk2IDAuODg3NTM2IDAuMTM4NzQ1IDAuNTcxMjg5IDAuMzQyNzEzIDAuMzg1MjA5WiIgZmlsbD0iI0VEMjkxQyIvPgo8L3N2Zz4K) left 0.875rem center/1.125rem 0.625rem no-repeat;
}

html:not([dir]) select,
html[dir='ltr'] select {
  background-position: right center;
}

@media screen and (max-width: 768px) {
  select {
    background-size: 1.4375rem 0.875rem;
    padding-block: 1.375rem;
    background-position: 1.5625rem center;
  }
}

select:has(option:checked:disabled) {
  color: transparent;
}

select option {
  color: #000;
}

select option:disabled {
  display: none;
}

._bordered select {
  padding-inline: 0.875rem;
  border-radius: 0.1875rem;
  border: 1px solid #a9a9a9;
  background-position: left 0.875rem center;
}

html:not([dir]) ._bordered select,
html[dir='ltr'] ._bordered select {
  background-position: right 0.875rem center;
}

._bordered select:focus {
  border-color: #000;
}

.button {
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 500;
  border-radius: 1.875rem;
  padding: 0.5em 2.5em;
  letter-spacing: 0.045em;
  background-color: #ed291c;
  color: #fff;
  display: inline-block;
  overflow: hidden;
}

.button:hover {
  background-color: #de1e12;
}

@media screen and (max-width: 1024px) {
  .button {
    font-size: 1.875rem;
    border-radius: 3.4375rem;
  }
}

@media screen and (max-width: 768px) {
  .button {
    font-size: 1.875rem;
  }
}

.button._white {
  color: #ed291c;
  background-color: #fff;
}

.button._white:hover {
  background-color: #efefef;
}

.button._icon {
  border: 1px solid #000;
  background-color: #fff;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
  padding-inline: 1.2em;
  color: #000;
  white-space: nowrap;
}

.button._icon i {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 1024px) {
  .button._icon {
    width: 20.3125rem;
  }
}

.button._icon:hover {
  background-color: #fff;
  color: #ed291c;
  border-color: #ed291c;
}

.button._icon i {
  width: 1.625rem;
  aspect-ratio: 1;
}

@media screen and (max-width: 1024px) {
  .button._icon i {
    width: 2.5rem;
  }
}

.button._icon i img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

@media screen and (max-width: 1024px) {
  .button._icon i img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.checkbox {
  font-size: 1rem;
  line-height: 1.5;
  position: relative;
  overflow: hidden;
  display: inline-block;
  text-align: start;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .checkbox {
    font-size: 1.75rem;
  }
}

.checkbox span {
  -webkit-padding-start: 1.5rem;
          padding-inline-start: 1.5rem;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .checkbox span {
    -webkit-padding-start: 3.625rem;
            padding-inline-start: 3.625rem;
  }
}

.checkbox span:before {
  content: '';
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0.3125rem;
  width: 1rem;
  aspect-ratio: 1;
  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;
  border: 1px solid;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .checkbox span:before {
    width: 2.1875rem;
    inset-block-start: 0.4375rem;
  }
}

.checkbox a {
  text-decoration: underline;
}

.checkbox a:hover {
  text-decoration: none;
}

.checkbox input {
  position: absolute;
}

.checkbox input:checked + span:before {
  content: '\2713';
}

.input__grid {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 1.375rem 1.875rem;
}

.input__grid._triple {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5625rem 2.1875rem;
}

@media screen and (max-width: 768px) {
  .input__grid._triple {
    gap: 1.4375rem;
  }
}

@media screen and (max-width: 768px) {
  .input__grid {
    gap: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.input__wrap {
  position: relative;
  z-index: 2;
}

.input__wrap._full {
  -webkit-column-span: 2;
     -moz-column-span: 2;
          column-span: 2;
}

@media screen and (max-width: 768px) {
  .input__wrap {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}

.input__wrap .placeholder {
  position: absolute;
  inset-inline-start: 0.625rem;
  inset-block-start: 0.75rem;
  padding: 0 0.25rem;
  line-height: 1.5;
  font-size: 1rem;
  cursor: text;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media screen and (max-width: 768px) {
  .input__wrap .placeholder {
    inset-block-start: 1.625rem;
    inset-inline-start: 1.25rem;
    font-size: 1.875rem;
  }
}

.input__wrap input:not(:-moz-placeholder-shown):not(select) ~ .placeholder, .input__wrap select:not(:-moz-placeholder-shown):not(select) ~ .placeholder, .input__wrap textarea:not(:-moz-placeholder-shown):not(select) ~ .placeholder {
  font-size: 0.75rem;
  transform: translateY(-160%);
  line-height: 1;
  padding: 0 0.3125rem;
  background-color: #fff;
  cursor: default;
  z-index: 2;
}

.input__wrap input:not(:-ms-input-placeholder):not(select) ~ .placeholder, .input__wrap select:not(:-ms-input-placeholder):not(select) ~ .placeholder, .input__wrap textarea:not(:-ms-input-placeholder):not(select) ~ .placeholder {
  font-size: 0.75rem;
  -ms-transform: translateY(-160%);
      transform: translateY(-160%);
  line-height: 1;
  padding: 0 0.3125rem;
  background-color: #fff;
  cursor: default;
  z-index: 2;
}

.input__wrap input:focus ~ .placeholder, .input__wrap input:has(option:checked:not(:disabled)) ~ .placeholder, .input__wrap input:not(:placeholder-shown):not(select) ~ .placeholder,
.input__wrap select:focus ~ .placeholder,
.input__wrap select:has(option:checked:not(:disabled)) ~ .placeholder,
.input__wrap select:not(:placeholder-shown):not(select) ~ .placeholder,
.input__wrap textarea:focus ~ .placeholder,
.input__wrap textarea:has(option:checked:not(:disabled)) ~ .placeholder,
.input__wrap textarea:not(:placeholder-shown):not(select) ~ .placeholder {
  font-size: 0.75rem;
  -webkit-transform: translateY(-160%);
      -ms-transform: translateY(-160%);
          transform: translateY(-160%);
  line-height: 1;
  padding: 0 0.3125rem;
  background-color: #fff;
  cursor: default;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .input__wrap input:not(:-moz-placeholder-shown):not(select) ~ .placeholder, .input__wrap select:not(:-moz-placeholder-shown):not(select) ~ .placeholder, .input__wrap textarea:not(:-moz-placeholder-shown):not(select) ~ .placeholder {
    font-size: 1.5rem;
  }
  .input__wrap input:not(:-ms-input-placeholder):not(select) ~ .placeholder, .input__wrap select:not(:-ms-input-placeholder):not(select) ~ .placeholder, .input__wrap textarea:not(:-ms-input-placeholder):not(select) ~ .placeholder {
    font-size: 1.5rem;
  }
  .input__wrap input:focus ~ .placeholder, .input__wrap input:has(option:checked:not(:disabled)) ~ .placeholder, .input__wrap input:not(:placeholder-shown):not(select) ~ .placeholder,
  .input__wrap select:focus ~ .placeholder,
  .input__wrap select:has(option:checked:not(:disabled)) ~ .placeholder,
  .input__wrap select:not(:placeholder-shown):not(select) ~ .placeholder,
  .input__wrap textarea:focus ~ .placeholder,
  .input__wrap textarea:has(option:checked:not(:disabled)) ~ .placeholder,
  .input__wrap textarea:not(:placeholder-shown):not(select) ~ .placeholder {
    font-size: 1.5rem;
  }
}

.input__wrap select {
  color: #000;
}

.input__wrap select ~ .placeholder {
  cursor: pointer;
  z-index: -1;
}

.input__wrap._full {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

html {
  font-size: 0.83333vw;
  scroll-behavior: smooth;
}

@media screen and (max-width: 1024px) {
  html {
    font-size: 1.66667vw;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 2.13333vw;
  }
}

body {
  min-height: 100%;
  background-color: #fff;
  color: #000;
  font-size: 1.125rem;
  font-family: "Open Sans", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body._fixed {
  overflow: hidden;
  overflow-y: hidden;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.875rem;
  }
}

body::-webkit-scrollbar {
  width: 5px;
}

body::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.2);
}

body::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.8);
}

body ::-moz-selection {
  background-color: #ed291c;
  color: #fff;
}

body ::selection {
  background-color: #ed291c;
  color: #fff;
}

.container {
  max-width: 100%;
  width: 107.5rem;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .container {
    padding-inline: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .container {
    padding-inline: 2.1875rem;
  }
}

.editor-area {
  line-height: 1.5;
}

.editor-area p:not(:last-child) {
  margin-bottom: 1em;
}

.editor-area ul, .editor-area ol {
  -webkit-padding-start: 1.25em;
          padding-inline-start: 1.25em;
}

.editor-area ul {
  list-style: disc;
}

.editor-area ol {
  list-style: decimal;
}

@media screen and (max-width: 1024px) {
  .d-none-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .d-none-desktop {
    display: none !important;
  }
}

#preloader {
  position: fixed;
  inset: 0;
  background: #fff;
  z-index: 20;
}

@media screen and (max-width: 1024px) {
  ._desktop {
    display: none !important;
  }
}

@media (max-width: 768px), (min-width: 1025px) {
  ._tablet {
    display: none !important;
  }
}

@media (min-width: 769px) {
  ._mobile {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  ._desktop-inv {
    display: none !important;
  }
}

@media (max-width: 768px) {
  ._mobile-inv {
    display: none !important;
  }
}

.main {
  overflow: hidden;
  -webkit-padding-after: 3.75rem;
          padding-block-end: 3.75rem;
}

.main._post {
  -webkit-padding-before: 11.5625rem;
          padding-block-start: 11.5625rem;
}

.main._system {
  -webkit-padding-before: 7.875rem;
          padding-block-start: 7.875rem;
  overflow: unset;
}

@media screen and (max-width: 1024px) {
  .main._system {
    -webkit-padding-before: 10.125rem;
            padding-block-start: 10.125rem;
  }
}

.main._projects {
  -webkit-padding-before: 6.6875rem;
          padding-block-start: 6.6875rem;
}

@media screen and (max-width: 1024px) {
  .main._projects {
    -webkit-padding-before: 10.125rem;
            padding-block-start: 10.125rem;
  }
}

._link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.6875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  ._link {
    gap: 0.5em;
  }
}

._link:hover::after {
  -webkit-transform: translateX(-0.44444em);
      -ms-transform: translateX(-0.44444em);
          transform: translateX(-0.44444em);
}

html:not([dir]) ._link:hover::after,
html[dir='ltr'] ._link:hover::after {
  -webkit-transform: translateX(0.44444em) scaleX(-1);
      -ms-transform: translateX(0.44444em) scaleX(-1);
          transform: translateX(0.44444em) scaleX(-1);
}

._link:after {
  content: "";
  font-family: "icomoon";
  font-size: 0.88889em;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  position: relative;
  top: .1em;
}

html:not([dir]) ._link:after,
html[dir='ltr'] ._link:after {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

@media screen and (max-width: 768px) {
  ._link:after {
    font-size: 0.6875em;
  }
}

._link._red:after {
  color: #ed291c;
}

.section {
  position: relative;
}

.section__label {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.6;
  -webkit-margin-after: 0.3em;
          margin-block-end: 0.3em;
  color: #666;
}

@media screen and (max-width: 1024px) {
  .section__label {
    font-size: 1.875rem;
  }
}

.section__title {
  font-size: 2.5rem;
  line-height: 1.4;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .section__title {
    font-size: 3.4375rem;
  }
}

.section__title._center {
  text-align: center;
}

.section__title._large {
  font-size: 3.125rem;
  line-height: calc(5 / 4);
  font-weight: 700;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 1024px) {
  .section__title._large {
    line-height: 1.4;
    font-size: 3.4375rem;
  }
}

.section__title._small {
  font-size: 2.5rem;
}

@media screen and (max-width: 768px) {
  .section__title._small {
    font-size: 2.9375rem;
  }
}

.section__subtitle {
  font-size: 1.75rem;
  line-height: calc(42 / 28);
  font-weight: 600;
  -webkit-margin-after: 0.85714em;
          margin-block-end: 0.85714em;
}

@media screen and (max-width: 768px) {
  .section__subtitle {
    font-size: 2.8125rem;
    -webkit-margin-after: 0.85714em;
            margin-block-end: 0.85714em;
  }
}

.section__description {
  line-height: 1.6;
  color: #666;
}

.section__description p {
  -webkit-margin-after: 1.875rem;
          margin-block-end: 1.875rem;
}

.section__description p:last-child {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

.section__description._center {
  text-align: center;
}

.section__more {
  font-size: 1.25rem;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .section__more {
    font-size: 1.875rem;
  }
}

.background {
  position: absolute;
  z-index: -2;
  inset: 0;
}

.background img,
.background video {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.0625rem;
}

@media screen and (max-width: 768px) {
  .social {
    gap: 2.9375rem;
  }
}

.social__link {
  width: 2.5625rem;
  aspect-ratio: 1;
  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;
}

@media screen and (max-width: 768px) {
  .social__link {
    width: 5.9375rem;
    font-size: 2.4375rem;
  }
}

.social__link:before {
  font-family: "icomoon";
}

.social__link:hover {
  -webkit-box-shadow: inset 0 0 0.375rem rgba(237, 41, 28, 0.6);
          box-shadow: inset 0 0 0.375rem rgba(237, 41, 28, 0.6);
  color: #ed291c;
}

.social__link._twitter:before {
  content: "";
}

.social__link._linkedin:before {
  content: "";
}

.social__link._facebook:before {
  content: "";
}

.social__link._instagram:before {
  content: "";
}

.social__link._youtube:before {
  content: "";
}

.social__link._email:before {
  content: "";
}

.social__link._whatsapp:before {
  content: "";
}

.social__link._tel:before {
  content: "";
}

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

.share span {
  -webkit-margin-end: 0.9375rem;
          margin-inline-end: 0.9375rem;
}

.share a {
  color: #ed291c;
  border-radius: 50%;
}

.breadcrumbs {
  line-height: 1.5;
  color: #666;
}

.breadcrumbs + .section .container {
  -webkit-padding-before: 0;
          padding-block-start: 0;
}

.breadcrumbs .container {
  padding-block: 1.25rem;
}

.hero + .breadcrumbs .container {
  padding-block: 3.125rem;
}

@media screen and (max-width: 768px) {
  .hero + .breadcrumbs .container {
    padding-block: 2.1875rem;
  }
}

.breadcrumbs ul {
  font-size: 0;
}

.breadcrumbs li {
  display: inline;
}

.breadcrumbs li:after {
  content: '-';
  margin-inline: 0.3125rem;
}

.breadcrumbs li:last-child:after {
  display: none;
}

.breadcrumbs li a,
.breadcrumbs li span, .breadcrumbs li:after {
  font-size: 0.875rem;
}

@media screen and (max-width: 1024px) {
  .breadcrumbs li a,
  .breadcrumbs li span, .breadcrumbs li:after {
    font-size: 1.5rem;
  }
}

.breadcrumbs a {
  color: #666;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs span {
  color: #000;
}

.js-tabs__item {
  inset: 0 0 auto;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  z-index: -10;
}

.js-tabs__item._active {
  position: static;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  z-index: 1;
}

.swiper-button {
  color: #ed291c;
  width: 3.75rem;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .swiper-button {
    width: 5.625rem;
  }
}

.swiper-button:before {
  font-family: "icomoon";
  font-size: 0.5rem;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

html:not([dir]) .swiper-button:before,
html[dir='ltr'] .swiper-button:before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

@media screen and (max-width: 768px) {
  .swiper-button:before {
    font-size: 0.875rem;
  }
}

.swiper-button._prev:before {
  content: "";
}

.swiper-button._next:before {
  content: "";
}

.swiper-button-disabled {
  color: #b0b0b0;
}

.swiper-pagination-bullet {
  width: 0.3125rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #ebebeb;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

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

.swiper-counter {
  direction: ltr;
}

iframe {
  max-width: 100%;
}

.wpcf7 {
  direction: inherit;
}

.share__block {
  position: fixed;
  inset-inline-end: 1.6875rem;
  bottom: 1.25rem;
  z-index: 15;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0fr 3.5rem;
  grid-template-columns: 0fr 3.5rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media screen and (max-width: 1024px) {
  .share__block {
    inset-inline-end: 2.1875rem;
    bottom: 2.1875rem;
    -ms-grid-columns: 0fr 6rem;
    grid-template-columns: 0fr 6rem;
  }
}

.share__block._unfolded {
  -ms-grid-columns: 1fr 0;
  grid-template-columns: 1fr 0;
}

.share__block._unfolded .share__list {
  opacity: 1;
  visibility: visible;
  padding: 0.75rem 1.6875rem 0.75rem 1.125rem;
}

@media screen and (max-width: 1024px) {
  .share__block._unfolded .share__list {
    padding: 1.5rem 2.25rem;
  }
}

.share__block._unfolded .share__button {
  opacity: 0;
  visibility: hidden;
}

.share__button .icon {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: #ed291c;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='30' viewBox='0 0 24 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.2283 20.3225C18.1229 20.3205 17.0559 20.7235 16.233 21.4538L9.04846 16.4773C9.47847 15.416 9.47847 14.2315 9.04846 13.1702L16.233 8.19119C17.0539 8.91791 18.1161 9.32063 19.2176 9.32271C20.319 9.3248 21.3827 8.92611 22.2064 8.2025C23.0301 7.47889 23.5562 6.48088 23.6846 5.39837C23.813 4.31586 23.5348 3.22442 22.9028 2.33173C22.2709 1.43904 21.3293 0.807408 20.2573 0.557034C19.1854 0.30666 18.0578 0.455016 17.0892 0.973872C16.1205 1.49273 15.3785 2.34587 15.0042 3.37095C14.6299 4.39603 14.6495 5.5215 15.0593 6.5332L7.87474 11.5122C7.2286 10.9398 6.4288 10.5647 5.57194 10.4322C4.71508 10.2998 3.8378 10.4157 3.04603 10.7658C2.25427 11.116 1.58188 11.6855 1.11006 12.4056C0.638237 13.1257 0.387169 13.9656 0.387169 14.8238C0.387169 15.682 0.638237 16.5218 1.11006 17.2419C1.58188 17.962 2.25427 18.5315 3.04603 18.8817C3.8378 19.2318 4.71508 19.3477 5.57194 19.2153C6.4288 19.0828 7.2286 18.7077 7.87474 18.1353L15.0593 23.1143C14.7018 23.9974 14.64 24.9708 14.8831 25.8912C15.1263 26.8117 15.6614 27.6306 16.4099 28.2277C17.1584 28.8248 18.0807 29.1684 19.0413 29.2081C20.0018 29.2479 20.9499 28.9815 21.7461 28.4483C22.5423 27.9152 23.1447 27.1432 23.4645 26.2461C23.7844 25.3489 23.8049 24.3738 23.5231 23.4643C23.2412 22.5547 22.6719 21.7586 21.8988 21.1931C21.1257 20.6276 20.1897 20.3224 19.2283 20.3225Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 42.85714 %;
  background-position: center;
}

@media screen and (max-width: 1024px) {
  .share__button .icon {
    width: 6rem;
    height: 6rem;
  }
}

.share__button .label {
  font-size: 1rem;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .share__button .label {
    display: none;
  }
}

.share__list {
  border-radius: 6.25rem;
  background: #fff;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .share__list {
    gap: 1.6875rem;
  }
}

.share__list .share__links {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  color: #ed291c;
}

@media screen and (max-width: 1024px) {
  .share__list .share__links {
    gap: 1rem;
  }
}

.share__list .share__links a {
  width: 3.125rem;
  font-size: 1.5rem;
  border-radius: 50%;
}

@media screen and (max-width: 1024px) {
  .share__list .share__links a {
    width: 4.5rem;
    font-size: 2.25rem;
  }
}

.share__list .close__list {
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  color: #ed291c;
  line-height: 1;
  -webkit-padding-after: 0.16667em;
          padding-block-end: 0.16667em;
}

.share__list .close__list:before {
  content: '\2573';
}

@media screen and (max-width: 1024px) {
  .share__list .close__list {
    font-size: 2rem;
  }
}

._system .consulting .container {
  padding-top: 0.625rem;
  padding-bottom: 7.5rem;
}

.connection__block {
  max-width: 92.5rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}

@media screen and (max-width: 1024px) {
  .connection__block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% + (2.1875rem * 2));
    margin: 0 -2.1875rem;
    gap: 0;
  }
}

.connection__block > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  height: 39.0625rem;
  padding-top: 3.75rem;
}

.connection__block > div .bg {
  position: absolute;
  inset: 0;
}

.connection__block > div .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .connection__block > div {
    height: 56.25rem;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
    padding-top: 5.3125rem;
  }
}

.connection__block .content {
  position: relative;
  max-width: 32.8125rem;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .connection__block .content {
    max-width: 41.25rem;
  }
}

.connection__block h3 {
  font-size: 2rem;
  line-height: calc(42 / 32);
  margin-bottom: 0.34375em;
}

@media screen and (max-width: 1024px) {
  .connection__block h3 {
    font-size: 2.625rem;
    line-height: 1;
    margin-bottom: 1rem;
  }
}

.connection__block p {
  font-size: 1.25rem;
}

@media screen and (max-width: 1024px) {
  .connection__block p {
    font-size: 1.875rem;
  }
}

.connection__block .socials {
  color: #fff;
}

.connection__block .socials h3 {
  margin-bottom: 0.4375em;
}

@media screen and (max-width: 1024px) {
  .connection__block .socials h3 {
    margin-bottom: 1.5rem;
  }
}

.connection__block .socials ul {
  margin-top: 0.9375rem;
  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: 1rem;
}

@media screen and (max-width: 1024px) {
  .connection__block .socials ul {
    margin-top: 2.3125rem;
    gap: 1.6875rem;
  }
}

.connection__block .socials ul img {
  display: block;
}

.connection__block .subscription__form {
  max-width: 27.375rem;
  margin: 2rem auto 0;
}

.connection__block .subscription__form input {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 0;
  font-size: 1.25rem;
  padding: 0 1.5625rem 0 0;
}

.connection__block .subscription__form input::-webkit-input-placeholder {
  color: #3a3d40;
}

.connection__block .subscription__form input::-moz-placeholder {
  color: #3a3d40;
}

.connection__block .subscription__form input:-ms-input-placeholder {
  color: #3a3d40;
}

.connection__block .subscription__form input::-ms-input-placeholder {
  color: #3a3d40;
}

.connection__block .subscription__form input::placeholder {
  color: #3a3d40;
}

.connection__block .subscription__form button {
  height: 2.125rem;
  width: 7.5625rem;
  padding: 0;
  font-size: 1.125rem;
}

@media screen and (max-width: 1024px) {
  .connection__block .subscription__form {
    max-width: none;
    margin-top: 2.5rem;
  }
  .connection__block .subscription__form input {
    font-size: 1.75rem;
    padding: 0 2rem 0 0;
  }
  .connection__block .subscription__form button {
    height: 4.75rem;
    width: 11.3125rem;
    font-size: 1.75rem;
  }
}

.connection__block .subscription__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  padding: 0.5rem;
  border-radius: 100px;
  border: 1px solid #d9d9d9;
}

._jobs .related .container {
  padding-bottom: 1.6875rem;
}

@media screen and (max-width: 1024px) {
  ._jobs .related .container {
    padding-bottom: 5.5rem;
  }
}

.pages .container {
  padding-block: 5rem;
}

.pages__list {
  list-style: decimal-leading-zero;
  font-size: 2.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

@media screen and (max-width: 768px) {
  .pages__list {
    font-size: 3.125rem;
    gap: 2rem;
  }
}

.pages__list li {
  margin-inline: 3.75rem;
}

.header {
  color: #fff;
  position: fixed;
  inset-inline: 0;
  inset-block: 0.8125rem auto;
  z-index: 20;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

._light .header:not(._fixed) {
  color: #000;
}

.header._fixed {
  inset-block-start: 0;
  background-color: #333;
  -webkit-box-shadow: 0 0.375rem 0.4375rem 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 0.375rem 0.4375rem 0 rgba(0, 0, 0, 0.4);
}

.header._fixed:before {
  opacity: 1;
}

.header._hidden {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

@media screen and (min-width: 1024px) {
  .header._hidden {
    opacity: 0;
  }
}

.header .container {
  padding-block: 1.125rem;
}

@media screen and (max-width: 1024px) {
  .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;
  }
}

.header__logo {
  width: 10.375rem;
  aspect-ratio: 169/50;
  position: relative;
  z-index: 10;
}

.header__logo img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.header__logo img._color {
  display: none;
}

._light .header:not(._fixed) .header__logo img._color {
  display: block;
}

._light .header:not(._fixed) .header__logo img._white {
  display: none;
}

@media screen and (max-width: 768px) {
  .header__logo {
    width: 16.1875rem;
  }
}

.header__nav {
  font-weight: 500;
}

@media screen and (min-width: 1024px) {
  .header__nav {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

@media screen and (max-width: 1024px) {
  .header__nav {
    color: #fff;
  }
}

.header__nav > ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.77778em;
}

@media screen and (max-width: 1024px) {
  .header__nav > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.2rem;
    font-size: 1.5rem;
  }
}

.header__nav > ul > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: .25em;
}

@media screen and (max-width: 1024px) {
  .header__nav > ul > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.header__nav > ul > li:has(ul):after {
  content: "";
  font-family: "icomoon";
  font-size: 0.4375rem;
  line-height: 1;
  -webkit-margin-before: -0.1875rem;
          margin-block-start: -0.1875rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media screen and (max-width: 1024px) {
  .header__nav > ul > li:has(ul):after {
    position: absolute;
    inset-inline-end: 0;
    top: 1.5em;
  }
}

@media screen and (min-width: 1025px) and (min-width: 1024px) {
  .header__nav > ul > li:has(ul):hover:after {
    -webkit-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
            transform: scaleY(-1);
  }
}

.header__nav > ul > li > a {
  position: relative;
  z-index: 5;
}

.header__nav > ul > li > a:before {
  content: '';
  position: absolute;
  inset-inline: 0;
  inset-block-end: -0.1875rem;
  border-bottom: 1px solid;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media screen and (min-width: 1025px) {
  .header__nav > ul > li > a:hover:before {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
  }
}

.header__nav > ul ul {
  inset-block: 100% auto;
  -webkit-margin-before: 1.25rem;
          margin-block-start: 1.25rem;
  inset-inline: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 2;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media screen and (min-width: 1024px) {
  .header__nav > ul ul {
    position: absolute;
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
    opacity: 0;
    visibility: hidden;
  }
}

@media screen and (max-width: 1024px) {
  .header__nav > ul ul {
    width: 50vw;
    margin-block: 0.2rem;
    text-align: center;
    font-size: 0.8em;
    background-color: rgba(255, 255, 255, 0.05);
  }
}

@media screen and (min-width: 1024px) {
  .header__nav > ul ul:before {
    content: '';
    position: absolute;
    inset-inline: -0.75rem;
    inset-block: -1.25rem -0.75rem;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 0 0.375rem rgba(255, 255, 255, 0.6);
            box-shadow: inset 0 0 0.375rem rgba(255, 255, 255, 0.6);
  }
}

.header__nav > ul ul a {
  display: block;
  padding: 0.5rem 0.75rem;
  margin-inline: -0.75rem;
}

@media screen and (max-width: 1024px) {
  .header__nav > ul ul a {
    margin-inline: 0;
  }
}

.header__nav > ul ul a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.header__nav li {
  white-space: nowrap;
}

@media screen and (min-width: 1024px) {
  .header__nav li:hover ul {
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 1;
    visibility: visible;
  }
}

.header__nav a {
  position: relative;
}

.header__nav-button {
  position: relative;
  z-index: 10;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 4.5rem;
  aspect-ratio: 1;
  gap: 0.875rem;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-block: 0 0.875rem;
}

@media screen and (max-width: 1024px) {
  .header__nav-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header__nav-button:hover span:last-child, .header__nav-button:hover span:nth-child(2) {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.header__nav-button._active {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.header__nav-button._active span:first-child {
  -webkit-transform: translate(-0.6875rem, 2.625rem) rotate(45deg);
      -ms-transform: translate(-0.6875rem, 2.625rem) rotate(45deg);
          transform: translate(-0.6875rem, 2.625rem) rotate(45deg);
}

.header__nav-button._active span:nth-child(2) {
  -webkit-transform: rotate(135deg) translate(3.6875rem, 1.75rem);
      -ms-transform: rotate(135deg) translate(3.6875rem, 1.75rem);
          transform: rotate(135deg) translate(3.6875rem, 1.75rem);
}

.header__nav-button._active span:last-child {
  -webkit-transform: translateY(-0.9375rem) scaleY(0);
      -ms-transform: translateY(-0.9375rem) scaleY(0);
          transform: translateY(-0.9375rem) scaleY(0);
}

.header__nav-button span {
  width: 100%;
  height: 0.1875rem;
  border-radius: 0.125rem;
  background-color: #fff;
  -webkit-transition: opacity 0.3s 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s 0.3s;
  transition: transform 0.3s, opacity 0.3s 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
}

._light .header__nav-button span {
  background-color: #666;
}

._fixed .header__nav-button span {
  background-color: #fff;
}

html[dir='rtl'] .header__nav-button span {
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

.header__nav-button span:nth-child(2) {
  -webkit-transform: scaleX(0.8);
      -ms-transform: scaleX(0.8);
          transform: scaleX(0.8);
}

.header__nav-button span:last-child {
  -webkit-transform: scaleX(0.65);
      -ms-transform: scaleX(0.65);
          transform: scaleX(0.65);
}

.header__nav-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 62rem 1fr;
  grid-template-columns: 1fr 62rem 1fr;
  gap: 2.5rem;
}

@media screen and (max-width: 1024px) {
  .header__nav-wrap {
    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: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: unset;
    position: fixed;
    inset: 0;
    background-color: #333;
    padding-block: 15.625rem 9.375rem;
    padding-inline: 1.2rem;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .header__nav-wrap._active {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}

.header__controls {
  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: 1.25rem;
}

@media screen and (max-width: 1024px) {
  .header__controls {
    margin-top: auto;
  }
}

.header__languages ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  text-transform: uppercase;
}

.header__languages .current-lang {
  font-weight: 600;
}

.header__languages a:hover {
  text-decoration: underline;
}

.header__search-button {
  width: 2.8125rem;
  aspect-ratio: 1;
  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;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.header__search-button:before {
  content: "";
  font-family: "icomoon";
  font-size: 1.25rem;
}

.header__search-button:hover {
  -webkit-box-shadow: inset 0 0 0.375rem rgba(255, 255, 255, 0.6);
          box-shadow: inset 0 0 0.375rem rgba(255, 255, 255, 0.6);
}

.footer {
  margin-top: auto;
  overflow: hidden;
  border-top: 1px solid #cecece;
}

.footer .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 12.8125rem auto;
  grid-template-columns: 12.8125rem auto;
  -ms-grid-rows: (auto)[2];
  grid-template-rows: repeat(2, auto);
  gap: 4.375rem 7.5rem;
  padding-block: 5.9375rem 2.75rem;
}

@media screen and (min-width: 1024px) {
  .footer .container {
    padding-inline: 7.5rem;
  }
}

@media screen and (max-width: 1024px) {
  .footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .footer .container {
    padding-block: 6.5625rem;
    padding-inline: 2.8125rem;
    gap: 0;
  }
}

.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  aspect-ratio: 205/93;
}

@media screen and (max-width: 1024px) {
  .footer__logo {
    -ms-flex-item-align: start;
        align-self: flex-start;
    width: 12rem;
  }
}

@media screen and (max-width: 768px) {
  .footer__logo {
    width: 23.125rem;
    margin: 0 auto;
  }
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9.75rem;
  -webkit-margin-before: 0.3125rem;
          margin-block-start: 0.3125rem;
}

@media screen and (max-width: 1024px) {
  .footer__nav {
    gap: 4rem;
  }
}

@media screen and (max-width: 768px) {
  .footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-margin-before: 3.875rem;
            margin-block-start: 3.875rem;
    -webkit-padding-after: 3.9375rem;
            padding-block-end: 3.9375rem;
    gap: 2.5rem;
  }
}

.footer__nav-col {
  font-size: 0;
}

@media screen and (max-width: 768px) {
  .footer__nav-col:last-child {
    -webkit-margin-before: 1.25rem;
            margin-block-start: 1.25rem;
  }
  .footer__nav-col:last-child h3 {
    -webkit-margin-after: 1.25rem;
            margin-block-end: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .footer__nav-content {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .footer__nav-content {
    -webkit-margin-before: 1.25rem;
            margin-block-start: 1.25rem;
    display: none;
  }
}

.footer__nav h3 {
  font-size: 1.25rem;
  line-height: 1.5;
  -webkit-margin-after: 0.9em;
          margin-block-end: 0.9em;
}

@media screen and (max-width: 768px) {
  .footer__nav h3 {
    font-size: 1.875rem;
    -webkit-margin-after: 0;
            margin-block-end: 0;
  }
}

@media screen and (max-width: 768px) {
  .footer__nav h3 button {
    text-align: start;
    display: block;
    width: 100%;
    position: relative;
  }
  .footer__nav h3 button:before {
    content: "";
    font-family: "icomoon";
    font-size: 0.875rem;
    color: #ed291c;
    position: absolute;
    inset-inline-end: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .footer__nav h3 button._opened:before {
    -webkit-transform: translateY(-50%) scaleY(-1);
        -ms-transform: translateY(-50%) scaleY(-1);
            transform: translateY(-50%) scaleY(-1);
  }
}

.footer__nav ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.6875rem;
  font-size: 1rem;
  color: #333;
  -webkit-margin-end: 2.25rem;
          margin-inline-end: 2.25rem;
}

@media screen and (max-width: 768px) {
  .footer__nav ul {
    font-size: 1.75rem;
    line-height: 1.5;
    gap: 0.9375rem;
    -webkit-margin-end: 3.75rem;
            margin-inline-end: 3.75rem;
  }
}

.footer__nav ul:last-child {
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}

.footer__nav a:not([class]) {
  display: inline-block;
  line-height: 1.5;
}

.footer__nav a:not([class]):hover {
  text-decoration: underline;
}

.footer__nav address {
  font-style: normal;
}

.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ed291c;
  font-size: 1.1875rem;
  gap: 0;
}

@media screen and (max-width: 768px) {
  .footer__social {
    -webkit-margin-before: 0.875rem;
            margin-block-start: 0.875rem;
    gap: 0;
  }
  .footer__social .social__link {
    width: 5rem;
  }
}

.footer__copyright {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
  -webkit-padding-before: 2.1875rem;
          padding-block-start: 2.1875rem;
  border-top: 1px solid #cecece;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1rem;
  line-height: 1.45;
}

.footer__copyright p {
  direction: ltr;
}

@media screen and (max-width: 768px) {
  .footer__copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.75rem;
    -webkit-padding-before: 3.4375rem;
            padding-block-start: 3.4375rem;
    gap: 1.125rem;
  }
  html:not([dir]) .footer__copyright,
  html[dir='ltr'] .footer__copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 1025px) {
  .footer__nav-menu .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    gap: 9.75rem;
  }
}

@media screen and (max-width: 1024px) {
  .footer__nav-menu .menu {
    width: 100%;
  }
}

.footer__nav-menu .menu-item-has-children > a {
  display: block;
  color: #000;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 150%;
}

@media screen and (min-width: 1025px) {
  .footer__nav-menu .menu-item-has-children > a {
    pointer-events: none;
  }
}

@media screen and (max-width: 1024px) {
  .footer__nav-menu .menu-item-has-children > a {
    font-size: 1.875rem;
    position: relative;
    width: 100%;
  }
  .footer__nav-menu .menu-item-has-children > a:before {
    content: "";
    font-family: "icomoon";
    font-size: 0.875rem;
    color: #ed291c;
    position: absolute;
    inset-inline-end: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .footer__nav-menu .menu-item-has-children > a.opened::before {
    -webkit-transform: translateY(-50%) scaleY(-1);
        -ms-transform: translateY(-50%) scaleY(-1);
            transform: translateY(-50%) scaleY(-1);
  }
}

.footer__nav-menu .sub-menu {
  padding-top: 1.125rem;
}

@media screen and (max-width: 1024px) {
  .footer__nav-menu .sub-menu {
    display: none;
    padding-top: 1.25rem;
  }
}

@media screen and (min-width: 1025px) {
  .footer__nav-menu .sub-menu:has(li:nth-child(5)) {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 2.8125rem;
       -moz-column-gap: 2.8125rem;
            column-gap: 2.8125rem;
    display: block;
  }
  .footer__nav-menu .sub-menu:has(li:nth-child(5)) li {
    margin-bottom: 0.6875rem;
  }
}

.modal-steps {
  width: 100%;
  max-width: 100.375rem;
  position: relative;
  cursor: default;
  padding: 0;
}

html[dir='rtl'] .modal-steps {
  direction: rtl;
}

@media (max-width: 1920px) {
  .modal-steps {
    max-width: 1606px;
  }
}

.modal-steps__bg {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
}

.modal-steps__bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.modal-steps__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  padding-top: clamp(37px, 2.13542vw, 2.5625rem);
  padding-inline: clamp(16px, 3.69792vw, 4.4375rem);
  padding-bottom: clamp(16px, 2.60417vw, 3.125rem);
  gap: clamp(24px, 6.19792vw, 7.4375rem);
}

@media (max-width: 1023.98px) {
  .modal-steps__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    min-height: 600px;
  }
}

.modal-steps__form-main {
  width: 100%;
  cursor: default;
  height: 100%;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  gap: clamp(40px, 4.375vw, 5.25rem);
  height: 100%;
}

@media (min-width: 1023.98px) {
  .modal-steps__form-main {
    min-height: 43.75rem;
  }
}

.modal-steps__form-main:has(.modal-steps__step--media.active) .modal-steps__form-bottom {
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}

.modal-steps__step-inner-cols {
  width: 100%;
  max-width: 84.375rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: clamp(300px, 21.35417vw, 25.625rem) 1fr;
  grid-template-columns: clamp(300px, 21.35417vw, 25.625rem) 1fr;
  gap: 6.51042vw;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}

.modal-steps__media img {
  width: clamp(300px, 21.35417vw, 25.625rem);
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1023.98px) {
  .modal-steps__media {
    display: none;
  }
}

.modal-steps__step {
  display: none;
  width: 100%;
}

@media (min-width: 1023.98px) {
  .modal-steps__step {
    margin-block: auto;
  }
}

.modal-steps__step.active {
  display: block;
}

.modal-steps__step-main {
  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: 1.375rem;
}

.modal-steps__step-main .modal-steps__content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.375rem;
  text-align: start;
  width: 100%;
  max-width: 33.375rem;
  margin-inline: 0;
  font-size: clamp(18px, 1.77083vw, 2.125rem);
}

.modal-steps__step-main .modal-steps__content h1:not(:last-child),
.modal-steps__step-main .modal-steps__content h2:not(:last-child),
.modal-steps__step-main .modal-steps__content h3:not(:last-child),
.modal-steps__step-main .modal-steps__content h4:not(:last-child),
.modal-steps__step-main .modal-steps__content h5:not(:last-child),
.modal-steps__step-main .modal-steps__content h6:not(:last-child) {
  margin-bottom: 0.375rem;
}

@media (min-width: 1023.98px) {
  .modal-steps__step-main .modal-steps__content:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}

@media (max-width: 1023.98px) {
  .modal-steps__step-main .modal-steps__content {
    gap: 1.4375rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .modal-steps__step-main .modal-steps__content h1:not(:last-child),
  .modal-steps__step-main .modal-steps__content h2:not(:last-child),
  .modal-steps__step-main .modal-steps__content h3:not(:last-child),
  .modal-steps__step-main .modal-steps__content h4:not(:last-child),
  .modal-steps__step-main .modal-steps__content h5:not(:last-child),
  .modal-steps__step-main .modal-steps__content h6:not(:last-child) {
    margin-bottom: 1.0625rem;
  }
}

@media (max-width: 1023.98px) {
  .modal-steps__step-main {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}

.modal-steps__steps-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(13px, 1.45833vw, 1.375rem);
}

.modal-steps__step-count {
  position: relative;
  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;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 clamp(28px, 2.44792vw, 2.9375rem);
          flex: 0 0 clamp(28px, 2.44792vw, 2.9375rem);
  width: clamp(28px, 2.44792vw, 2.9375rem);
  height: clamp(28px, 2.44792vw, 2.9375rem);
  border-radius: 50%;
  border: 0.0625rem solid #ed291c;
  font-size: clamp(16px, 0.98958vw, 1.1875rem);
  color: #ed291c;
  background-color: #F3F3F4;
}

.modal-steps__step-count.active {
  color: #fff;
  background-color: #ed291c;
}

.modal-steps__step-count img {
  position: relative;
  z-index: 2;
  width: clamp(10px, 0.67708vw, 0.8125rem);
}

.modal-steps__step-count:last-child.active {
  background-image: url("../img/check-white.svg");
  background-repeat: no-repeat;
  background-size: clamp(10px, 0.67708vw, 0.8125rem);
  background-position: center;
  background-repeat: no-repeat;
}

.modal-steps__step-count:last-child.active img {
  display: none;
}

.modal-steps__step-count:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  inset-inline-start: 100%;
  width: clamp(12px, 1.40625vw, 1.75rem);
  border-top: 0.0625rem dashed #ed291c;
}

@media (max-width: 1023.98px) {
  .modal-steps__step--1 {
    margin-block: auto;
  }
  .modal-steps__step--1 .modal-steps__step-inner {
    gap: clamp(24px, 2.13542vw, 2.5625rem);
  }
}

@media (max-width: 1023.98px) {
  .modal-steps__step--2 .modal-steps__step-inner {
    gap: 1.5rem;
  }
}

.modal-steps__step--2 .modal-steps__form-grid {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

@media (max-width: 1023.98px) {
  .modal-steps__step--2 .modal-steps__form-grid {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 1023.98px) {
  .modal-steps__step--3 .modal-steps__step-inner {
    gap: 1.5rem;
  }
}

.modal-steps__step--3 .modal-steps__form-checkbox {
  min-height: 84px;
}

.modal-steps__step--3 .modal-steps__form-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 1023.98px) {
  .modal-steps__step--3 .modal-steps__form-grid {
    width: 100%;
  }
}

.modal-steps__step--4 .modal-steps__form-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 1023.98px) {
  .modal-steps__step--4 .modal-steps__form-grid {
    margin-top: 24px;
    width: 100%;
  }
}

@media (min-width: 1023.98px) {
  .modal-steps__step--5 .modal-steps__content {
    padding-top: 5.83333vw;
  }
}

@media (max-width: 1023.98px) {
  .modal-steps__step--5 .modal-steps__content {
    gap: 0;
  }
  .modal-steps__step--5 .modal-steps__content h1,
  .modal-steps__step--5 .modal-steps__content h2,
  .modal-steps__step--5 .modal-steps__content h3,
  .modal-steps__step--5 .modal-steps__content h4,
  .modal-steps__step--5 .modal-steps__content h5,
  .modal-steps__step--5 .modal-steps__content h6 {
    margin-bottom: 23px !important;
    width: 100%;
    max-width: 173px;
  }
}

@media (max-width: 1023.98px) {
  .modal-steps__step--5 .modal-steps__step-inner-cols {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 21px;
  }
}

.modal-steps__step--5 .modal-steps__media {
  margin-inline: auto;
}

@media (max-width: 1023.98px) {
  .modal-steps__step--5 .modal-steps__media {
    width: 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.modal-steps__step--final .modal-steps__step-main {
  width: 100%;
  gap: clamp(22px, 3.54167vw, 4.25rem);
}

.modal-steps__step--final .modal-steps__step-inner-cols {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.modal-steps__step--final .modal-steps__content {
  font-size: clamp(14px, 0.83333vw, 1rem);
  line-height: 1.5;
  gap: clamp(13px, 1.25vw, 1.5rem);
}

.modal-steps__step--final .modal-steps__content h1,
.modal-steps__step--final .modal-steps__content h2,
.modal-steps__step--final .modal-steps__content h3,
.modal-steps__step--final .modal-steps__content h4,
.modal-steps__step--final .modal-steps__content h5,
.modal-steps__step--final .modal-steps__content h6 {
  font-size: 2rem;
  line-height: 1.18;
}

@media (max-width: 1023.98px) {
  .modal-steps__step--final .modal-steps__content h1,
  .modal-steps__step--final .modal-steps__content h2,
  .modal-steps__step--final .modal-steps__content h3,
  .modal-steps__step--final .modal-steps__content h4,
  .modal-steps__step--final .modal-steps__content h5,
  .modal-steps__step--final .modal-steps__content h6 {
    line-height: 1.28;
  }
}

@media (max-width: 1023.98px) {
  .modal-steps__step--final .modal-steps__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    min-width: 100%;
  }
}

.modal-steps__content-card {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.93fr 1fr;
  grid-template-columns: 0.93fr 1fr;
  gap: clamp(36px, 1.875vw, 2.25rem);
}

@media (max-width: 1023.98px) {
  .modal-steps__content-card {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.0625rem;
  }
}

.modal-steps__step-inner {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.125rem;
}

.modal-steps__content {
  width: 100%;
  max-width: 43.75rem;
  margin-inline: auto;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(8px, 0.625vw, 0.75rem);
  text-align: center;
  font-size: clamp(16px, 1.77083vw, 2.125rem);
  color: #000;
  line-height: 1.3;
}

.modal-steps__content h1,
.modal-steps__content h2,
.modal-steps__content h3,
.modal-steps__content h4,
.modal-steps__content h5,
.modal-steps__content h6 {
  color: #ed291c;
  font-weight: 600;
  line-height: 1.66;
  font-size: clamp(32px, 2.34375vw, 2.8125rem);
}

@media (max-width: 1023.98px) {
  .modal-steps__content h1,
  .modal-steps__content h2,
  .modal-steps__content h3,
  .modal-steps__content h4,
  .modal-steps__content h5,
  .modal-steps__content h6 {
    line-height: 1.2;
  }
}

.modal-steps__form-grid {
  width: 100%;
  max-width: 50.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
  row-gap: 0.75rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 1023.98px) {
  .modal-steps__form-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

.modal-steps__form-grid--cols-3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1023.98px) {
  .modal-steps__form-grid--cols-3 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.modal-steps__form-bottom {
  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;
  gap: 1rem;
  margin-top: auto;
  width: 100%;
  max-width: 50.9375rem;
  display: none;
}

.modal-steps__form-bottom.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1023.98px) {
  .modal-steps__form-bottom.active {
    gap: 16px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.modal-steps__btn {
  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;
  text-align: center;
  background-color: #ed291c;
  min-height: 2.875rem;
  border-radius: 2.8125rem;
  color: #fff;
  line-height: 1.5;
  font-weight: 500;
  font-size: clamp(16px, 0.9375vw, 1.125rem);
  min-width: clamp(143px, 9.16667vw, 11rem);
  padding-block: 0.375rem;
  padding-inline: clamp(16px, 1.25vw, 1.5rem);
}

@media (any-hover: hover) {
  .modal-steps__btn:hover {
    background-color: #97150c;
  }
}

.modal-steps__btn:focus {
  background-color: #97150c;
}

@media (max-width: 1023.98px) {
  .modal-steps__btn {
    min-height: 48px;
    border-radius: 7.3125rem;
  }
}

.modal-steps__btn--transparent {
  background-color: transparent;
  -webkit-box-shadow: 0 0 0.0625rem 0.0625rem #ed291c;
          box-shadow: 0 0 0.0625rem 0.0625rem #ed291c;
  color: #ed291c;
}

@media (any-hover: hover) {
  .modal-steps__btn--transparent:hover {
    color: #fff;
    background-color: #ed291c;
  }
}

.modal-steps__btn--transparent:focus {
  color: #fff;
  background-color: #ed291c;
}

.modal-steps__form-input {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 clamp(10.0625rem, 20.83333vw, 25rem);
          flex: 0 0 clamp(10.0625rem, 20.83333vw, 25rem);
  position: relative;
  background-color: #fff;
  border-radius: clamp(10px, 0.83333vw, 1rem);
}

.modal-steps__form-input label {
  position: absolute;
  z-index: 1;
  top: 50%;
  inset-inline-start: clamp(12px, 1.5625vw, 1.875rem);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  font-size: clamp(16px, 1.04167vw, 1.25rem);
  color: #000;
  background-color: inherit;
  padding-inline: 0.125rem;
  border-radius: 0.375rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.modal-steps__form-input input,
.modal-steps__form-input input:not([type="checkbox"]),
.modal-steps__form-input select,
.modal-steps__form-input textarea {
  position: relative;
  padding-block: 0.375rem;
  width: 100%;
  border: 0.0625rem solid #fff;
  border-radius: clamp(10px, 0.83333vw, 1rem);
  min-height: clamp(48px, 3.59375vw, 4.3125rem);
  padding-block: 0.5rem;
  padding-inline: clamp(12px, 1.5625vw, 1.875rem);
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  font-size: clamp(16px, 1.04167vw, 1.25rem);
  color: #000;
}

.modal-steps__form-input input.wpcf7-not-valid,
.modal-steps__form-input input:not([type="checkbox"]).wpcf7-not-valid,
.modal-steps__form-input select.wpcf7-not-valid,
.modal-steps__form-input textarea.wpcf7-not-valid {
  border-color: #ed291c;
}

.modal-steps__form-input input:not(:placeholder-shown), .modal-steps__form-input input:focus-within, .modal-steps__form-input input:focus, .modal-steps__form-input input:focus:hover, .modal-steps__form-input input:autofill, .modal-steps__form-input input:-webkit-autofill,
.modal-steps__form-input input:not([type="checkbox"]):not(:placeholder-shown),
.modal-steps__form-input input:not([type="checkbox"]):focus-within,
.modal-steps__form-input input:not([type="checkbox"]):focus,
.modal-steps__form-input input:not([type="checkbox"]):focus:hover,
.modal-steps__form-input input:not([type="checkbox"]):autofill,
.modal-steps__form-input input:not([type="checkbox"]):-webkit-autofill,
.modal-steps__form-input select:not(:placeholder-shown),
.modal-steps__form-input select:focus-within,
.modal-steps__form-input select:focus,
.modal-steps__form-input select:focus:hover,
.modal-steps__form-input select:autofill,
.modal-steps__form-input select:-webkit-autofill,
.modal-steps__form-input textarea:not(:placeholder-shown),
.modal-steps__form-input textarea:focus-within,
.modal-steps__form-input textarea:focus,
.modal-steps__form-input textarea:focus:hover,
.modal-steps__form-input textarea:autofill,
.modal-steps__form-input textarea:-webkit-autofill {
  border-color: #ed291c;
  -webkit-box-shadow: 0 0 0.0625rem 0.0625rem #ed291c;
          box-shadow: 0 0 0.0625rem 0.0625rem #ed291c;
}

.modal-steps__form-input input:not(:placeholder-shown) ~ label, .modal-steps__form-input input:focus-within ~ label, .modal-steps__form-input input:focus ~ label, .modal-steps__form-input input:focus:hover ~ label, .modal-steps__form-input input:autofill ~ label, .modal-steps__form-input input:-webkit-autofill ~ label,
.modal-steps__form-input input:not([type="checkbox"]):not(:placeholder-shown) ~ label,
.modal-steps__form-input input:not([type="checkbox"]):focus-within ~ label,
.modal-steps__form-input input:not([type="checkbox"]):focus ~ label,
.modal-steps__form-input input:not([type="checkbox"]):focus:hover ~ label,
.modal-steps__form-input input:not([type="checkbox"]):autofill ~ label,
.modal-steps__form-input input:not([type="checkbox"]):-webkit-autofill ~ label,
.modal-steps__form-input select:not(:placeholder-shown) ~ label,
.modal-steps__form-input select:focus-within ~ label,
.modal-steps__form-input select:focus ~ label,
.modal-steps__form-input select:focus:hover ~ label,
.modal-steps__form-input select:autofill ~ label,
.modal-steps__form-input select:-webkit-autofill ~ label,
.modal-steps__form-input textarea:not(:placeholder-shown) ~ label,
.modal-steps__form-input textarea:focus-within ~ label,
.modal-steps__form-input textarea:focus ~ label,
.modal-steps__form-input textarea:focus:hover ~ label,
.modal-steps__form-input textarea:autofill ~ label,
.modal-steps__form-input textarea:-webkit-autofill ~ label {
  opacity: 1;
  -webkit-transform: translateY(-3.125rem);
          transform: translateY(-3.125rem);
  font-size: 0.875rem;
  font-weight: 600;
  background-color: #fff;
  padding-inline: 0.375rem;
}

html[dir='rtl'] .modal-steps__form-input input[type="tel"] {
  text-align: right;
}

@media (max-width: 1023.98px) {
  .modal-steps__form-input--mob-wide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}

@media (max-width: 1023.98px) {
  .modal-steps__form-input--wide {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

.modal-steps__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  height: clamp(157px, 19.89583vw, 23.875rem);
  padding-inline: clamp(11px, 1.5625vw, 1.875rem);
  padding-block: clamp(13px, 1.25vw, 1.5rem);
  color: #fff;
}

.modal-steps__card-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.modal-steps__card-bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.modal-steps__card-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4375rem;
}

.modal-steps__card-capture {
  font-weight: 600;
  font-size: clamp(18px, 1.25vw, 1.5rem);
}

.modal-steps__card-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  line-height: 1.4;
  font-size: clamp(16px, 0.9375vw, 1.125rem);
}

.modal-steps__card-btn i {
  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;
  position: relative;
}

.modal-steps__card-btn i:after {
  content: "";
  font-family: "icomoon";
  font-size: 0.625rem;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  position: relative;
}

html:not([dir]) .modal-steps__card-btn i:after,
html[dir='ltr'] .modal-steps__card-btn i:after {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

@media (max-width: 1023.98px) {
  .modal-steps__card-btn {
    gap: 0.625rem;
  }
}

.modal-steps__form-checkbox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 clamp(161px, 20.83333vw, 25rem);
          flex: 0 0 clamp(161px, 20.83333vw, 25rem);
}

.modal-steps__form-checkbox label {
  position: relative;
  z-index: 2;
  cursor: pointer;
  height: 100%;
  background-color: #fff;
  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;
  padding-block: 0.375rem;
  width: 100%;
  border: 0.0625rem solid #fff;
  border-radius: clamp(10px, 0.83333vw, 1rem);
  min-height: clamp(48px, 3.59375vw, 4.3125rem);
  padding-block: 1.125rem;
  padding-inline: clamp(12px, 1.5625vw, 1.875rem);
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  font-size: clamp(16px, 1.25vw, 1.5rem);
  color: #000;
}

.modal-steps__form-checkbox label:has(input:checked) {
  -webkit-box-shadow: 0 0 0.125rem 0.0625rem #ed291c;
          box-shadow: 0 0 0.125rem 0.0625rem #ed291c;
}

.modal-steps__form-checkbox label input {
  cursor: pointer;
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.modal-steps__form-checkbox label span {
  pointer-events: none;
}

.modal-steps__form-checkbox--img label {
  min-height: 4.3125rem;
  padding-block: clamp(8px, 0.625vw, 0.75rem);
}

@media (max-width: 1023.98px) {
  .modal-steps__form-checkbox--img label {
    min-height: 5.25rem;
  }
}

.modal-steps__form-checkbox--img label > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(4px, 0.72917vw, 0.875rem);
  font-size: clamp(16px, 1.25vw, 1.5rem);
}

.modal-steps__form-checkbox--img label > span img {
  max-width: clamp(28px, 2.29167vw, 2.75rem);
  min-width: clamp(28px, 2.29167vw, 2.75rem);
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 1023.98px) {
  .modal-steps__form-checkbox--img label > span {
    -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;
  }
}

.modal-steps__form-secondary-wrap {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

@media (max-width: 1023.98px) {
  .modal-steps__form-secondary-wrap .modal-steps__form-secondary-inner {
    display: none;
  }
}

.modal-steps__modal-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-inline: auto;
  color: #ed291c;
}

.modal-steps__modal-switcher span {
  line-height: 1.4;
  font-weight: 600;
  font-size: 16px;
}

.modal-steps__modal-switcher i {
  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;
  position: relative;
}

.modal-steps__modal-switcher i:after {
  content: "";
  font-family: "icomoon";
  font-size: 10px;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  position: relative;
}

html:not([dir]) .modal-steps__modal-switcher i:after,
html[dir='ltr'] .modal-steps__modal-switcher i:after {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

@media (min-width: 1023.98px) {
  .modal-steps__modal-switcher {
    display: none;
  }
}

.modal-steps__form-secondary-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: clamp(8px, 2.1875vw, 2.625rem);
  border-radius: clamp(9px, 0.83333vw, 3.8125rem);
  background-color: #fff;
  padding-inline: clamp(72px, 5.20833vw, 6.25rem);
  padding-block: clamp(16px, 4.53125vw, 5.4375rem);
  min-height: clamp(126px, 33.85417vw, 40.625rem);
  display: none;
}

.modal-steps__form-secondary-wrap.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-steps__form-secondary-wrap > p {
  text-align: center;
  font-size: clamp(20px, 1.66667vw, 2rem);
  line-height: 1.18;
  font-weight: 600;
  width: 100%;
  max-width: 22.375rem;
  margin-inline: auto;
}

@media (min-width: 1023.98px) {
  .modal-steps__form-secondary-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 clamp(400px, 29.01042vw, 34.8125rem);
            flex: 0 0 clamp(400px, 29.01042vw, 34.8125rem);
  }
}

@media (max-width: 1023.98px) {
  .modal-steps__form-secondary-wrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.modal-steps__form-secondary-inner {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.625rem;
}

.modal-steps__form-secondary-inner > p {
  font-size: 1.75rem;
  font-weight: 700;
  color: #000;
}

@media (min-width: 1023.98px) {
  .modal-steps__form-secondary-inner > p {
    display: none;
  }
}

.modal-steps__form-secondary-inner form {
  width: 100%;
}

.modal-steps__form-secondary-inner form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 0.875rem;
}

@media (min-width: 1023.98px) {
  .modal-steps__form-secondary-inner form {
    width: 100%;
    max-width: 17.8125rem;
    margin-inline: auto;
  }
}

.modal-steps__form-secondary-inner form button {
  margin-top: 16px;
  min-height: 48px;
  min-width: 11rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-inline: 54px;
}

@media (max-width: 1023.98px) {
  .modal-steps__form-secondary-inner form button {
    margin-top: 68px;
    width: 100%;
  }
}

.modal-steps__form-secondary-inner .modal-steps__form-input input {
  min-height: 49px;
  border-color: #000;
}

.modal-steps__form-secondary-inner .modal-steps__form-input input:not(:placeholder-shown), .modal-steps__form-secondary-inner .modal-steps__form-input input:focus-within, .modal-steps__form-secondary-inner .modal-steps__form-input input:focus, .modal-steps__form-secondary-inner .modal-steps__form-input input:focus:hover, .modal-steps__form-secondary-inner .modal-steps__form-input input:autofill, .modal-steps__form-secondary-inner .modal-steps__form-input input:-webkit-autofill {
  border-color: #ed291c;
  -webkit-box-shadow: 0 0 0.0625rem 0.0625rem #ed291c;
          box-shadow: 0 0 0.0625rem 0.0625rem #ed291c;
}

.modal-steps__form-secondary-inner .modal-steps__form-input input:not(:placeholder-shown) ~ label, .modal-steps__form-secondary-inner .modal-steps__form-input input:focus-within ~ label, .modal-steps__form-secondary-inner .modal-steps__form-input input:focus ~ label, .modal-steps__form-secondary-inner .modal-steps__form-input input:focus:hover ~ label, .modal-steps__form-secondary-inner .modal-steps__form-input input:autofill ~ label, .modal-steps__form-secondary-inner .modal-steps__form-input input:-webkit-autofill ~ label {
  opacity: 1;
  -webkit-transform: translateY(-2.125rem);
          transform: translateY(-2.125rem);
  font-size: 0.875rem;
  font-weight: 600;
  background-color: #fff;
  padding-inline: 0.375rem;
}

@media (max-width: 1023.98px) {
  .modal-steps__form-secondary-inner {
    display: none;
  }
}

.fancybox__slide:has(.modal-steps) {
  padding-inline: clamp(16px, 2.5vw, 3rem);
}

#modalinner {
  position: relative;
  display: none;
  min-height: 366px;
  padding: 0;
  padding-top: 43px;
  padding-bottom: 28px;
  padding-inline: 16px;
  border-radius: 12px;
  overflow: hidden;
}

html[dir='rtl'] #modalinner {
  direction: rtl;
}

#modalinner .modal-steps__form-secondary-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#modalinner .modal-steps__form-secondary-inner > p {
  font-size: 28px;
  text-align: center;
}

.news__preview {
  aspect-ratio: 452/471;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 2;
  color: #fff;
  padding-inline: 2.1875rem;
  padding-block: 1.5625rem;
}

.news__preview:before {
  content: '';
  position: absolute;
  inset: 50% 0 0;
  z-index: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.65)), color-stop(67.09%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 67.09%);
}

.news__preview:hover:before {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

.news__preview:hover .news__text {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  -webkit-margin-before: 1.25rem;
          margin-block-start: 1.25rem;
}

@media screen and (max-width: 768px) {
  .news__preview {
    aspect-ratio: 57/62;
  }
}

.news__image {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.news__image:before {
  content: '';
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.65)), color-stop(67.09%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 67.09%);
}

.news__image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.news__date {
  font-size: 0.9375rem;
  line-height: 1.5;
  position: relative;
  z-index: 4;
}

@media screen and (max-width: 768px) {
  .news__date {
    font-size: 1.75rem;
  }
}

.news__link {
  width: 100%;
  min-height: 2.72727em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5rem;
  font-size: 1.375rem;
  line-height: 1.4;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .news__link {
    font-size: 2.1875rem;
    min-height: auto;
  }
}

.news__text {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  z-index: 3;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 500;
  -webkit-padding-end: 3.4375rem;
          padding-inline-end: 3.4375rem;
}

@media screen and (max-width: 768px) {
  .news__text {
    -webkit-margin-before: 0;
            margin-block-start: 0;
    font-size: 1.375rem;
  }
}

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

.fancybox__container {
  direction: unset;
}

.fancybox__backdrop {
  background-color: rgba(35, 35, 35, 0.55);
}

.carousel__button {
  left: unset !important;
  right: unset !important;
  top: unset !important;
  inset-inline-end: 1.25rem !important;
  inset-block-start: 1.25rem !important;
  height: 2rem !important;
  border-radius: 50%;
  width: 2rem;
  aspect-ratio: 1;
  padding: 0.5rem;
  background-color: #000;
}

@media screen and (max-width: 768px) {
  .carousel__button {
    height: 3.125rem !important;
    width: 3.125rem;
  }
}

.popup {
  display: none;
  padding-block: 3.75rem;
  padding-inline: 5.625rem;
  background-color: #fff;
  width: 65.625rem;
  max-width: 95%;
  border-radius: 0.1875rem;
  color: #000;
}

@media screen and (max-width: 768px) {
  .popup {
    padding-inline: 3rem;
  }
}

.popup__title {
  text-align: center;
  font-size: 2.1875rem;
  line-height: 1.6;
  -webkit-margin-after: 1.77143em;
          margin-block-end: 1.77143em;
}

@media screen and (max-width: 768px) {
  .popup__title {
    font-size: 3rem;
  }
}

.popup__text {
  -webkit-padding-end: 4.6875rem;
          padding-inline-end: 4.6875rem;
  font-size: 1rem;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .popup__text {
    font-size: 1.7rem;
    padding-inline: 0;
  }
}

.popup__text h3 {
  font-size: 1.4375rem;
  line-height: 1.5;
}

.popup__text h3:not(:first-child) {
  -webkit-margin-before: 1.6087em;
          margin-block-start: 1.6087em;
}

.popup__text h3:not(:last-child) {
  -webkit-margin-after: 0.47826em;
          margin-block-end: 0.47826em;
}

@media screen and (max-width: 768px) {
  .popup__text h3 {
    font-size: 2.25rem;
  }
}

.popup__text ul,
.popup__text ol,
.popup__text p,
.popup__text blockquote {
  color: #666;
}

.popup__text ul:not(:last-child),
.popup__text ol:not(:last-child),
.popup__text p:not(:last-child),
.popup__text blockquote:not(:last-child) {
  -webkit-margin-after: 0.9375em;
          margin-block-end: 0.9375em;
}

.popup__text li {
  -webkit-padding-start: 0.8125em;
          padding-inline-start: 0.8125em;
  position: relative;
}

.popup__text li:not(:last-child) {
  -webkit-margin-after: 0.5625em;
          margin-block-end: 0.5625em;
}

.popup__text li::before {
  content: '';
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0.5em;
  width: 0.375rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: currentColor;
}

@media screen and (max-width: 768px) {
  .popup__text li::before {
    width: 0.625rem;
  }
}

.pictorial._asym .container {
  -ms-grid-columns: 1fr 50.9375rem;
  grid-template-columns: 1fr 50.9375rem;
  gap: 6.875rem;
  padding-block: 1.875rem;
}

@media screen and (min-width: 1024px) {
  .pictorial._asym .container {
    -webkit-padding-end: 8.75rem;
            padding-inline-end: 8.75rem;
  }
}

@media screen and (max-width: 1024px) {
  .pictorial._asym .container {
    gap: 2rem;
  }
}

.pictorial._asym .pictorial__text {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

@media screen and (min-width: 1024px) {
  .pictorial._asym .pictorial__text {
    -webkit-margin-before: 4.0625rem;
            margin-block-start: 4.0625rem;
    -webkit-padding-end: 1.875rem;
            padding-inline-end: 1.875rem;
  }
}

.pictorial._reverse .pictorial__text {
  padding-inline: 3.75rem 6.875rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (max-width: 1024px) {
  .pictorial._reverse .pictorial__text {
    padding-inline: 0;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.pictorial._asym._reverse .container {
  -ms-grid-columns: 50.9375rem 1fr;
  grid-template-columns: 50.9375rem 1fr;
}

@media screen and (min-width: 1024px) {
  .pictorial._asym._reverse .pictorial__text {
    padding-inline: 0 4.0625rem;
  }
}

.pictorial .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (50.9375rem)[2];
  grid-template-columns: repeat(2, 50.9375rem);
  gap: 5.625rem;
  padding-block: 4.75rem;
}

@media screen and (max-width: 1024px) {
  .pictorial .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
    padding-block: 2.0625rem;
  }
}

.pictorial__media img {
  display: block;
  width: 100%;
}

.pictorial__media._video {
  position: relative;
}

.pictorial__media._video:before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(24, 24, 24, 0.35);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.pictorial__media._video span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  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: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.875rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .pictorial__media._video span {
    font-size: 1.875rem;
    gap: 1.25rem;
  }
}

.pictorial__media._video span:before {
  content: '';
  width: 4.8125rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6) url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAxOSAyMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5IDExLjVMMC4yNTAwMDEgMjIuMzI1M0wwLjI1MDAwMiAwLjY3NDY4MkwxOSAxMS41WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==) left 53% center/auto 1.4375rem no-repeat;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media screen and (max-width: 1024px) {
  .pictorial__media._video span:before {
    width: 7.125rem;
    background-size: auto 2.625rem;
  }
}

.pictorial__media._video:hover:before {
  background-color: rgba(24, 24, 24, 0.15);
}

.pictorial__media._video:hover span:before {
  background-color: rgba(0, 0, 0, 0.8);
}

.pictorial__media._slider {
  position: relative;
}

.pictorial__media._slider:before {
  content: '';
  position: absolute;
  z-index: 2;
  inset-block: 0;
  inset-inline: auto 100%;
  margin-inline: auto 3%;
  width: 100vw;
  background-color: #fff;
}

._reverse .pictorial__media._slider:before {
  inset-inline: 100% auto;
  margin-inline: 3% auto;
}

@media screen and (max-width: 1024px) {
  .pictorial__media._slider:before {
    display: none;
  }
}

.pictorial__text {
  padding-inline: 0 10.625rem;
  padding-block: 0 0.9375rem;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 1024px) {
  .pictorial__text {
    padding-inline: 0;
    padding-block: 0.875rem;
  }
}

.pictorial__text .section__title {
  -webkit-margin-after: 0.75em;
          margin-block-end: 0.75em;
}

@media screen and (max-width: 1024px) {
  .pictorial__text .section__title {
    font-size: 2.375rem;
    font-weight: 700;
    -webkit-margin-after: 0.47368em;
            margin-block-end: 0.47368em;
  }
}

.pictorial__text .section__description p:last-child {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

@media screen and (max-width: 1024px) {
  .pictorial__text .section__description {
    line-height: 1.5;
    letter-spacing: 0.02333em;
  }
  .pictorial__text .section__description p {
    -webkit-margin-after: 1.5em;
            margin-block-end: 1.5em;
  }
}

.pictorial__text ._link {
  -webkit-margin-before: 3.125rem;
          margin-block-start: 3.125rem;
  font-size: 1.25rem;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .pictorial__text ._link {
    font-size: 2rem;
  }
}

.pictorial__slider {
  max-width: 100%;
  overflow: visible;
}

.pictorial__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.875rem;
  -webkit-margin-before: 3.125rem;
          margin-block-start: 3.125rem;
}

@media screen and (max-width: 1024px) {
  .pictorial__nav {
    gap: 1.0625rem;
    -webkit-margin-before: 3.75rem;
            margin-block-start: 3.75rem;
  }
}

.pictorial__label {
  position: absolute;
  font-size: 7.5rem;
  line-height: 1.6;
  font-weight: 700;
  color: #f4f4f4;
  inset-block-end: 3.3125rem;
  inset-inline-end: 0rem;
  letter-spacing: 0.04167em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (max-width: 1024px) {
  .pictorial__label {
    display: none;
  }
}

.cta .container {
  padding-inline: 7.5rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  padding-block: 4.375rem 5.625rem;
}

@media screen and (max-width: 1024px) {
  .cta .container {
    padding-inline: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .cta .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding: 0;
    -webkit-padding-after: 6.875rem;
            padding-block-end: 6.875rem;
  }
}

.cta__item {
  position: relative;
  aspect-ratio: 728/624;
  z-index: 2;
  padding-block: 3.75rem;
  padding-inline: 5rem;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .cta__item {
    aspect-ratio: 75/90;
    padding-block: 2.75rem;
    padding-inline: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .cta__item {
    padding-block: 5rem;
    padding-inline: 2.8125rem;
  }
}

.cta__item._dark {
  color: #fff;
}

.cta__background {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.cta__background img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.cta__title {
  font-size: 2rem;
  line-height: calc(42 / 32);
  font-weight: 700;
  -webkit-margin-after: 0.3125em;
          margin-block-end: 0.3125em;
}

@media screen and (max-width: 768px) {
  .cta__title {
    font-size: 2.625rem;
    line-height: calc(50 / 42);
  }
}

.cta__description {
  font-size: 1.25rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .cta__description {
    font-size: 1.875rem;
  }
}

.cta__form {
  -webkit-margin-before: 1.875rem;
          margin-block-start: 1.875rem;
}

@media screen and (max-width: 768px) {
  .cta__form {
    -webkit-margin-before: 2.375rem;
            margin-block-start: 2.375rem;
  }
}

.cta__form form {
  width: 100%;
  max-width: 27.5rem;
  margin-inline: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  padding: 0.5rem;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  border-radius: 3.125rem;
}

@media screen and (max-width: 768px) {
  .cta__form form {
    max-width: 100%;
    padding: 0.4375rem;
  }
}

.cta__form input {
  border: none;
  line-height: 1;
  padding-block: 0.25rem;
  font-size: 1.25rem;
}

.cta__form input::-webkit-input-placeholder {
  color: #666;
}

.cta__form input::-moz-placeholder {
  color: #666;
}

.cta__form input:-ms-input-placeholder {
  color: #666;
}

.cta__form input::-ms-input-placeholder {
  color: #666;
}

.cta__form input::placeholder {
  color: #666;
}

@media screen and (max-width: 768px) {
  .cta__form input {
    font-size: 1.75rem;
    padding-block: 1.125rem;
  }
}

.cta__form .button {
  line-height: 1;
  font-size: 1.125rem;
  padding-block: 0.1875rem;
  padding-inline: 1.5rem;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .cta__form .button {
    font-size: 1.75rem;
    padding-inline: 2.125rem;
  }
}

.cta__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  -webkit-margin-before: 0.9375rem;
          margin-block-start: 0.9375rem;
}

@media screen and (max-width: 768px) {
  .cta__links {
    -webkit-margin-before: 2.3125rem;
            margin-block-start: 2.3125rem;
    gap: 1.6875rem;
  }
}

.cta__link {
  width: 3rem;
  aspect-ratio: 1;
  border-radius: 50%;
  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;
  color: #fff;
  font-size: 1.1875rem;
}

@media screen and (max-width: 768px) {
  .cta__link {
    width: 5rem;
    font-size: 2rem;
  }
}

.cta__link:hover {
  background-color: #fff !important;
}

.cta__link:before {
  font-family: "icomoon";
}

.cta__link._facebook {
  background-color: #567bda;
}

.cta__link._facebook:hover {
  color: #567bda;
}

.cta__link._facebook:before {
  content: "";
}

.cta__link._youtube {
  background-color: #ed291c;
}

.cta__link._youtube:hover {
  color: #ed291c;
}

.cta__link._youtube:before {
  content: "";
}

.cta__link._linkedin {
  background-color: #0a66c2;
}

.cta__link._linkedin:hover {
  color: #0a66c2;
}

.cta__link._linkedin:before {
  content: "";
}

.cta__link._twitter {
  background-color: #1da1f2;
}

.cta__link._twitter:hover {
  color: #1da1f2;
}

.cta__link._twitter:before {
  content: "";
}

.cta__link._instagram {
  background-color: #e1306c;
}

.cta__link._instagram:hover {
  color: #e1306c;
}

.cta__link._instagram:before {
  content: "";
}

.hero {
  position: relative;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .hero._full {
    -webkit-margin-after: 4.375rem;
            margin-block-end: 4.375rem;
  }
}

.hero._full .container {
  height: 100vh;
  padding-block: 8.75rem 15rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 1025px) {
  .hero._full .container {
    min-height: 43.75rem;
  }
}

@media screen and (max-width: 768px) {
  .hero._full .container {
    padding-block: 9.0625rem 16.5625rem;
  }
}

.hero._middle .container {
  height: 32.5rem;
}

@media screen and (max-width: 1024px) {
  .hero._middle .container {
    height: 45.125rem;
    padding-block: 13.75rem 4.6875rem;
  }
}

.hero:before {
  content: '';
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, right top, left top, color-stop(19.13%, rgba(0, 0, 0, 0.8)), color-stop(71.81%, rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.25)));
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.8) 19.13%, rgba(0, 0, 0, 0.35) 71.81%, rgba(0, 0, 0, 0.25) 100%);
}

@media screen and (max-width: 1024px) {
  .hero:before {
    background: rgba(0, 0, 0, 0.7);
  }
}

.hero .container {
  position: relative;
  z-index: 2;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-block: 6.25rem;
  height: 30rem;
}

@media screen and (max-width: 768px) {
  .hero .container {
    height: 62.5rem;
    padding-block: 25.5rem 3.75rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.hero__title, .hero__description {
  width: 43.75rem;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .hero__title, .hero__description {
    text-align: center;
    margin-inline: auto;
  }
}

@media screen and (max-width: 768px) {
  .hero__title, .hero__description {
    width: 100%;
  }
}

.hero__title {
  line-height: 1.1;
  -webkit-margin-after: 0.4em;
          margin-block-end: 0.4em;
  font-size: 2.8125rem;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

._middle .hero__title,
._full .hero__title {
  font-size: 5.3125rem;
  -webkit-margin-after: 0.28235em;
          margin-block-end: 0.28235em;
}

@media screen and (max-width: 768px) {
  ._middle .hero__title,
  ._full .hero__title {
    -webkit-margin-after: 0.3em;
            margin-block-end: 0.3em;
    font-size: 6.25rem;
    font-weight: 600;
    line-height: 1.1;
  }
}

@media screen and (max-width: 768px) {
  .hero__title {
    font-size: 4.0625rem;
    -webkit-margin-after: 0.26154em;
            margin-block-end: 0.26154em;
  }
}

.hero__description {
  font-size: 1.25rem;
  line-height: 1.3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

._middle .hero__description,
._full .hero__description {
  font-size: 1.375rem;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .hero__description {
    font-size: 2rem;
    font-weight: 500;
    line-height: 150%;
  }
}

.hero__social {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  inset-inline-end: -4.0625rem;
  inset-block-start: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 1024px) {
  .hero__social {
    display: none;
  }
}

.hero__scroll {
  position: absolute;
  inset-inline-start: 0;
  inset-block-end: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.4375rem;
  font-size: 1.1875rem;
}

@media screen and (max-width: 1024px) {
  ._middle .hero__scroll {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .hero__scroll {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    inset-block-end: 3.25rem;
    inset-inline-start: 50%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
    font-size: 2.125rem;
    line-height: 1.6;
    gap: 0.9375rem;
  }
  html:not([dir]) .hero__scroll,
  html[dir='ltr'] .hero__scroll {
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.hero__scroll-icon {
  width: 1.25rem;
  aspect-ratio: 22/35;
  border: 2px solid;
  border-radius: 0.75rem;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .hero__scroll-icon {
    width: 1.75rem;
    border-radius: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .hero__scroll-icon {
    width: 2.375rem;
    border-radius: 1.25rem;
  }
}

.hero__scroll-icon:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.1875rem;
  aspect-ratio: 2/5;
  border-radius: 0.125rem;
  background-color: currentColor;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.hero__more {
  position: absolute;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  inset-inline-start: 1.875rem;
  inset-block-end: -4.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8125rem;
}

@media screen and (max-width: 1024px) {
  .hero__more {
    display: none;
  }
}

.hero__more:after {
  content: '';
  height: 3.5625rem;
  -webkit-border-end: 1px solid;
          border-inline-end: 1px solid;
}

.consulting .container {
  width: 92.5rem;
  padding-block: 5.1875rem;
}

.consulting__content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.consulting__background {
  position: absolute;
  z-index: -1;
  inset: 0;
}

@media screen and (max-width: 1024px) {
  .consulting__background {
    position: static;
  }
}

.consulting__background img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.consulting__text {
  padding: 2.8125rem 4.6875rem 2.5rem 18.75rem;
  width: 57.3%;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

html:not([dir]) .consulting__text,
html[dir='ltr'] .consulting__text {
  text-align: right;
  margin-left: auto;
}

@media screen and (max-width: 1024px) {
  .consulting__text {
    width: 100%;
    padding-inline: 6.25rem;
    padding-block: 0 2.1875rem;
    background-color: #ed291c;
    overflow: visible;
    text-align: center;
  }
}

.consulting__text:before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 50%;
  left: -36%;
  -webkit-transform: translate(50%, -50%) rotate(-45deg);
      -ms-transform: translate(50%, -50%) rotate(-45deg);
          transform: translate(50%, -50%) rotate(-45deg);
  width: 48.75rem;
  aspect-ratio: 1;
  border: 5.125rem solid #ed291c;
  background-color: #ed291c;
  padding: 3.4375rem;
  background-clip: content-box;
}

@media screen and (max-width: 1024px) {
  .consulting__text:before {
    display: none;
  }
}

.consulting__text:after {
  content: '';
  display: none;
  position: absolute;
  inset-block-end: calc(100% - 1px);
  inset-inline: 0;
  height: 4.375rem;
  background-color: #ed291c;
  clip-path: polygon(50% 0, 0% 100%, 100% 100%);
}

@media screen and (max-width: 1024px) {
  .consulting__text:after {
    display: block;
  }
}

.consulting__text h3 {
  font-size: 2.8125rem;
  line-height: 1.4;
  font-weight: 600;
}

@media screen and (max-width: 1024px) {
  .consulting__text h3 {
    font-size: 3.4375rem;
    -webkit-margin-after: 0.8125rem;
            margin-block-end: 0.8125rem;
  }
}

.consulting__text p {
  font-size: 1.75rem;
  line-height: 1.45;
  -webkit-margin-after: 1.28571em;
          margin-block-end: 1.28571em;
  letter-spacing: 0.01786em;
}

@media screen and (max-width: 1024px) {
  .consulting__text p {
    font-size: 2.25rem;
    line-height: 1.45;
    -webkit-margin-after: 1.19444em;
            margin-block-end: 1.19444em;
  }
}

.consulting__button {
  display: inline-block;
}

._system .materials .container {
  padding-block: 7.625rem 5.625rem;
}

@media screen and (max-width: 1024px) {
  ._system .materials .container {
    padding-block: 5.625rem;
  }
}

._system .materials .section__title {
  -webkit-margin-after: 2.5rem;
          margin-block-end: 2.5rem;
}

@media screen and (min-width: 1024px) {
  ._system .materials .section__title {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  ._system .materials .section__title {
    font-size: 2.9375rem;
    -webkit-margin-after: 2.25rem;
            margin-block-end: 2.25rem;
  }
}

.materials .container {
  padding-block: 4.6875rem 8.25rem;
}

@media screen and (min-width: 1024px) {
  .materials .container {
    padding-inline: 9.0625rem;
  }
}

@media screen and (max-width: 1024px) {
  .materials .container {
    padding-inline: 2.1875rem;
  }
}

@media screen and (max-width: 768px) {
  .materials .container {
    padding-block: 3.4375rem 7.3125rem;
  }
}

.materials .section__title {
  -webkit-margin-after: 0.66667em;
          margin-block-end: 0.66667em;
}

@media screen and (max-width: 768px) {
  .materials .section__title {
    font-size: 2.8125rem;
  }
}

.materials__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.125rem;
  font-size: 1.375rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .materials__tabs {
    gap: 2.8125rem;
    font-size: 2rem;
    white-space: nowrap;
    overflow: auto;
    -webkit-margin-end: -2.1875rem;
            margin-inline-end: -2.1875rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-padding-end: 2.1875rem;
            padding-inline-end: 2.1875rem;
    -webkit-padding-after: 0.625rem;
            padding-block-end: 0.625rem;
  }
  .materials__tabs::-webkit-scrollbar {
    height: 1px;
  }
}

.materials__tabs a {
  color: #666;
  position: relative;
}

.materials__tabs a:before {
  content: '';
  position: absolute;
  inset-inline: 0;
  inset-block-end: -0.25rem;
  border-bottom: 1px solid #ed291c;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
}

@media screen and (max-width: 768px) {
  .materials__tabs a:before {
    inset-block-end: -0.625rem;
  }
}

.materials__tabs a:hover {
  color: #000;
}

.materials__tabs a._active {
  color: #ed291c;
  font-weight: 500;
}

.materials__tabs a._active::before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.materials__tabs-label {
  text-align: center;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .materials__tabs-label {
    font-size: 2.375rem;
    color: #333;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

.materials__tabs-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-margin-after: 3.75rem;
          margin-block-end: 3.75rem;
  gap: 1.25rem;
}

@media screen and (max-width: 768px) {
  .materials__tabs-wrap {
    -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;
  }
}

.materials__categories-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.75rem;
  -webkit-margin-after: 3.25rem;
          margin-block-end: 3.25rem;
}

@media screen and (max-width: 768px) {
  .materials__categories-list {
    white-space: nowrap;
    overflow: auto;
    -webkit-margin-end: -2.1875rem;
            margin-inline-end: -2.1875rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-padding-end: 2.1875rem;
            padding-inline-end: 2.1875rem;
    -webkit-margin-after: 2.1875rem;
            margin-block-end: 2.1875rem;
    gap: 1.0625rem;
    padding-block: 1.5625rem;
  }
  .materials__categories-list::-webkit-scrollbar {
    height: 1px;
  }
}

.materials__categories-tabs {
  position: relative;
}

.materials__category {
  width: 12.1875rem;
}

@media screen and (max-width: 768px) {
  .materials__category {
    width: auto;
  }
}

.materials__category._active figure {
  border-color: #ed291c;
}

.materials__category figure {
  background-color: #fff;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.875rem;
  aspect-ratio: 195/155;
  -webkit-padding-before: 0.3125rem;
          padding-block-start: 0.3125rem;
  -webkit-box-shadow: 0px 0px 1.5625rem rgba(201, 201, 201, 0.25);
          box-shadow: 0px 0px 1.5625rem rgba(201, 201, 201, 0.25);
  border: 2px solid #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media screen and (max-width: 768px) {
  .materials__category figure {
    width: 17.0625rem;
    gap: 0.5rem;
  }
}

.materials__category figure:hover {
  border-color: #ed291c;
}

.materials__category img {
  width: 3.5rem;
  aspect-ratio: 1;
}

@media screen and (max-width: 768px) {
  .materials__category img {
    width: 6.4375rem;
  }
}

.materials__category figcaption {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 150%;
}

@media screen and (max-width: 768px) {
  .materials__category figcaption {
    font-size: 2rem;
    line-height: 1.5;
  }
}

.materials__tab {
  -webkit-margin-before: 1.875rem;
          margin-block-start: 1.875rem;
}

.materials__slider {
  overflow: hidden;
  padding: 3.125rem;
  margin: -3.125rem;
}

@media screen and (max-width: 1024px) {
  .materials__slider {
    padding: 2.1875rem;
    margin: -2.1875rem;
  }
}

.materials__item {
  border-radius: 0.625rem;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.9375rem;
  padding-block: 2.25rem 2.5rem;
  padding-inline: 2.5rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  height: auto;
  position: relative;
}

.materials__item:hover {
  -webkit-box-shadow: 0px 0.75rem 3.4375rem 0.625rem rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0.75rem 3.4375rem 0.625rem rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 1024px) {
  .materials__item {
    gap: 1.5625rem;
    padding-inline: 2.1875rem;
    -webkit-box-shadow: 0px 0.75rem 2.1875rem 0.625rem rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0.75rem 2.1875rem 0.625rem rgba(0, 0, 0, 0.05);
  }
}

.materials__icon {
  position: absolute;
  inset-inline-end: 2.5rem;
  inset-block-start: 0;
  width: 4.0625rem;
  aspect-ratio: 1;
  padding: 0.5rem;
  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: #ed291c;
}

@media screen and (max-width: 1024px) {
  .materials__icon {
    inset-inline-end: 1.6875rem;
    width: 4.6875rem;
  }
}

.materials__image {
  width: 17.1875rem;
  aspect-ratio: 32/31;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .materials__image {
    width: 24.375rem;
  }
}

.materials__image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.materials__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 140%;
  -webkit-margin-before: auto;
          margin-block-start: auto;
}

@media screen and (max-width: 768px) {
  .materials__title {
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: 0.03438em;
  }
}

.materials__link {
  line-height: 1.4;
  font-size: 1.125rem;
}

.materials__link:after {
  color: #ed291c;
}

@media screen and (max-width: 768px) {
  .materials__link {
    font-size: 2rem;
  }
}

.materials__nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.125rem;
  -webkit-margin-before: 3.75rem;
          margin-block-start: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.materials__nav:has(.swiper-button-lock) {
  display: none;
}

.materials .text-center {
  margin-top: 2.5rem;
}

.materials .section__title {
  text-align: center;
  margin-bottom: 1em;
}

._system .systems {
  overflow: hidden;
}

._system .systems .container {
  padding-block: 3.625rem 9.5rem;
  padding-inline: 16.875rem;
}

@media screen and (max-width: 1024px) {
  ._system .systems .container {
    padding-inline: 2.1875rem;
    padding-block: 5.375rem 10.75rem;
  }
}

._system .systems .section__title {
  -webkit-margin-after: 2.5rem;
          margin-block-end: 2.5rem;
}

@media screen and (min-width: 1024px) {
  ._system .systems .section__title {
    text-align: center;
  }
}

@media screen and (max-width: 1024px) {
  ._system .systems .section__title {
    font-size: 3.4375rem;
    -webkit-margin-after: 0;
            margin-block-end: 0;
  }
}

.systems .container {
  padding-block: 9.0625rem 6.625rem;
}

@media screen and (min-width: 1024px) {
  .systems .container {
    padding-inline: 3.125rem 5.625rem;
  }
}

@media screen and (max-width: 768px) {
  .systems .container {
    padding-block: 3.25rem;
  }
}

.systems .section__title {
  -webkit-margin-after: 0.37778em;
          margin-block-end: 0.37778em;
}

@media screen and (max-width: 768px) {
  .systems .section__title {
    -webkit-margin-after: 0.625rem;
            margin-block-end: 0.625rem;
  }
}

@media screen and (max-width: 768px) {
  .systems .section__description {
    -webkit-margin-after: 1.875rem;
            margin-block-end: 1.875rem;
  }
}

.systems .section__more:after {
  color: #ed291c;
}

.systems .background {
  inset-inline: auto 7.5625rem;
  inset-block: -5.6875rem auto;
  width: 43.0625rem;
  aspect-ratio: 689/673;
}

@media screen and (max-width: 768px) {
  .systems .background {
    inset-inline: auto -2.8125rem;
    inset-block: 20.625rem auto;
    width: 22.625rem;
  }
}

.systems__head {
  width: 40.625rem;
  -webkit-margin-after: 2.9375rem;
          margin-block-end: 2.9375rem;
}

@media screen and (max-width: 768px) {
  .systems__head {
    width: 100%;
  }
}

.systems__slider {
  overflow: visible;
}

@media screen and (max-width: 1024px) {
  ._system .systems__slider {
    -webkit-margin-before: 2rem;
            margin-block-start: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .systems__slider {
    margin-top: 5.25rem;
  }
}

.systems__slider:before {
  content: '';
  position: absolute;
  inset-block: 0;
  inset-inline-end: 100%;
  width: 100vw;
  background-color: #fff;
  z-index: 3;
}

._system .systems__slider:before {
  display: none;
}

.systems__preview {
  position: relative;
  aspect-ratio: 382/550;
  z-index: 2;
  padding-block: 1.5rem;
  padding-inline: 1.875rem;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.375rem;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .systems__preview {
    aspect-ratio: 525/725;
    padding: 2.1875rem;
  }
}

.systems__preview:before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.65)), color-stop(67.09%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 67.09%);
}

.systems__preview:after {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 0;
  inset-block-start: 50%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.65)), color-stop(67.09%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 67.09%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

.systems__preview:hover:after {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

.systems__preview img {
  position: absolute;
  inset: 0;
  z-index: -2;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.systems__preview h3 {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.04167em;
}

@media screen and (max-width: 768px) {
  .systems__preview h3 {
    font-size: 2.1875rem;
    line-height: 1.4;
  }
}

.systems__preview ._link {
  font-size: 1.125rem;
  letter-spacing: 0.03333em;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .systems__preview ._link {
    font-size: 2.1875rem;
  }
}

.systems__footer {
  -webkit-margin-before: 2.0625rem;
          margin-block-start: 2.0625rem;
  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;
}

._system .systems__footer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-margin-before: 2.875rem;
          margin-block-start: 2.875rem;
  gap: 3.5rem;
}

@media screen and (max-width: 1024px) {
  ._system .systems__footer {
    -webkit-margin-before: 3.625rem;
            margin-block-start: 3.625rem;
  }
}

@media screen and (max-width: 768px) {
  .systems__footer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-margin-before: 3.75rem;
            margin-block-start: 3.75rem;
  }
}

.systems__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
}

.systems__more {
  font-size: 1.25rem;
}

@media screen and (max-width: 768px) {
  .systems__more {
    font-size: 2rem;
    line-height: 1.4;
  }
}

.systems__more:after {
  color: #ed291c;
}

.systems._compact {
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .systems._compact .container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 47.8125rem 48.75rem;
    grid-template-columns: 47.8125rem 48.75rem;
    gap: 6.25rem;
    padding-inline: 0;
  }
  .systems._compact .section__title {
    font-size: 2.5rem;
  }
  .systems._compact .section__description {
    -webkit-margin-after: 3.125rem;
            margin-block-end: 3.125rem;
  }
  .systems._compact .systems__head {
    width: auto;
    background-color: #fff;
    position: relative;
    z-index: 10;
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-padding-before: 0.8125rem;
            padding-block-start: 0.8125rem;
  }
  .systems._compact .systems__head:before {
    content: '';
    position: absolute;
    inset-block: 0;
    inset-inline: -100vw -6.25rem;
    background-color: #fff;
    z-index: -1;
  }
  .systems._compact .systems__slider {
    max-width: 100%;
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
  .systems._compact .systems__slider:before {
    display: none;
  }
}

.catalog {
  overflow: hidden;
}

.catalog .container {
  padding-block: 2.8125rem 5.9375rem;
  padding-inline: 9.6875rem;
}

@media screen and (max-width: 768px) {
  .catalog .container {
    padding-inline: 6.5625rem;
    padding-block: 7.4375rem;
  }
}

.catalog .section__title {
  -webkit-margin-after: 0.22222em;
          margin-block-end: 0.22222em;
}

.catalog .section__description {
  font-size: 1.25rem;
  letter-spacing: 0.5px;
  -webkit-margin-after: 2.1em;
          margin-block-end: 2.1em;
}

@media screen and (max-width: 768px) {
  .catalog .section__description {
    font-size: 1.875rem;
    line-height: 1.6;
    -webkit-margin-after: 1.66667em;
            margin-block-end: 1.66667em;
  }
}

.catalog__slider {
  overflow: visible;
  -webkit-margin-after: 2.9375rem;
          margin-block-end: 2.9375rem;
}

@media screen and (max-width: 768px) {
  .catalog__slider {
    -webkit-margin-after: 4.0625rem;
            margin-block-end: 4.0625rem;
  }
}

.catalog__item {
  background-color: #fff;
  padding-block: 3.4375rem 3.75rem;
  padding-inline: 4.0625rem;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: auto;
}

@media screen and (max-width: 768px) {
  .catalog__item {
    -webkit-box-shadow: 0px 0.75rem 3.4375rem 0.625rem rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0.75rem 3.4375rem 0.625rem rgba(0, 0, 0, 0.05);
  }
}

.catalog__item:hover {
  -webkit-box-shadow: 0px 0.75rem 3.4375rem 0.625rem rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0.75rem 3.4375rem 0.625rem rgba(0, 0, 0, 0.05);
}

.catalog__item:hover ._link {
  color: #ed291c;
}

.catalog__icon {
  width: 11.5625rem;
  aspect-ratio: 1;
  -webkit-margin-after: 2.625rem;
          margin-block-end: 2.625rem;
}

@media screen and (max-width: 768px) {
  .catalog__icon {
    width: 18.4375rem;
  }
}

.catalog__icon img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.catalog__title {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.0375em;
  -webkit-margin-after: 0.125em;
          margin-block-end: 0.125em;
}

@media screen and (max-width: 768px) {
  .catalog__title {
    font-size: 2rem;
    line-height: 1.6;
  }
}

.catalog__description {
  font-size: 1.25rem;
  line-height: 1.5;
  color: #666;
  letter-spacing: 0.025em;
  margin-bottom: auto;
}

@media screen and (max-width: 768px) {
  .catalog__description {
    font-size: 1.875rem;
    line-height: 1.6;
  }
}

.catalog__link {
  font-size: 1.25rem;
  line-height: 1.6;
  -webkit-margin-before: 1.3em;
          margin-block-start: 1.3em;
}

@media screen and (max-width: 768px) {
  .catalog__link {
    font-size: 2rem;
    -webkit-margin-before: 0.5625em;
            margin-block-start: 0.5625em;
  }
}

.catalog__footer {
  text-align: center;
}

.catalog__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.75rem;
  -webkit-margin-after: 3.1875rem;
          margin-block-end: 3.1875rem;
}

.catalog__nav:has(.swiper-button-lock) {
  display: none;
}

@media screen and (max-width: 768px) {
  .catalog__nav {
    -webkit-margin-after: 4.375rem;
            margin-block-end: 4.375rem;
  }
}

.catalog__more {
  font-size: 1.25rem;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .catalog__more {
    font-size: 2rem;
    line-height: 1.4;
  }
}

.catalog__more:after {
  color: #ed291c;
}

.values .container {
  padding-block: 3.4375rem 5.9375rem;
}

@media screen and (max-width: 768px) {
  .values .container {
    padding-block: 3.125rem 7.5rem;
  }
}

.values .section__description {
  -webkit-margin-before: 0.8125rem;
          margin-block-start: 0.8125rem;
  -webkit-padding-end: 3.75rem;
          padding-inline-end: 3.75rem;
  letter-spacing: 0.01944em;
}

@media screen and (max-width: 768px) {
  .values .section__description {
    padding-inline: 0;
  }
}

.values__head {
  padding-inline: 8.125rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30.9375rem auto;
  grid-template-columns: 30.9375rem auto;
  gap: 4.375rem;
  -webkit-margin-after: 2.3125rem;
          margin-block-end: 2.3125rem;
}

@media screen and (max-width: 1024px) {
  .values__head {
    padding-inline: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    -webkit-margin-after: 2.6875rem;
            margin-block-end: 2.6875rem;
  }
}

.values__slider {
  margin-inline: -6.25rem;
  counter-reset: slides;
}

@media screen and (max-width: 1024px) {
  .values__slider {
    margin-inline: -1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .values__slider {
    margin-inline: 0;
    overflow: visible;
  }
}

.values__item {
  position: relative;
  z-index: 2;
  aspect-ratio: 64/80;
  padding-block: 3.125rem;
  padding-inline: 4.6875rem;
  color: #fff;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .values__item {
    aspect-ratio: 60/86;
    padding-block: 3.75rem;
    padding-inline: 1.875rem;
  }
}

.values__item:before {
  content: counter(slides, decimal-leading-zero);
  counter-increment: slides;
  font-size: 1.5rem;
  border-bottom: 1px solid;
  -webkit-margin-after: 0.29167em;
          margin-block-end: 0.29167em;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .values__item:before {
    font-size: 2rem;
  }
}

.values__background {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.values__background:before {
  content: '';
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(24.62%, rgba(0, 0, 0, 0.6)), color-stop(68.25%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 24.62%, rgba(0, 0, 0, 0) 68.25%);
}

.values__background video,
.values__background img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.values__title {
  font-size: 2.1875rem;
  font-weight: 600;
  line-height: 1.4;
  -webkit-margin-after: 0.4em;
          margin-block-end: 0.4em;
}

@media screen and (max-width: 768px) {
  .values__title {
    font-size: 2.625rem;
    letter-spacing: 0.02381em;
  }
}

.values__description {
  font-size: 1.25rem;
  line-height: 1.6;
  -webkit-margin-after: 0.95em;
          margin-block-end: 0.95em;
  letter-spacing: 0.025em;
}

@media screen and (max-width: 768px) {
  .values__description {
    font-size: 1.75rem;
    letter-spacing: 0;
  }
}

.values__more {
  border-bottom: 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4em;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .values__more {
    font-size: 1.75rem;
  }
}

.values__more:hover {
  border-bottom-color: #ed291c;
}

.values__more:after {
  content: "";
  font-size: 1.1em;
  font-family: "icomoon";
}

.values__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.75rem;
  -webkit-margin-before: 3rem;
          margin-block-start: 3rem;
}

@media screen and (max-width: 768px) {
  .values__nav {
    -webkit-margin-before: 3.75rem;
            margin-block-start: 3.75rem;
  }
}

.examples .container {
  padding-block: 3.4375rem 8.75rem;
  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: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .examples .container {
    padding-block: 5.625rem;
  }
}

.examples .section__title {
  -webkit-margin-after: 0.17778em;
          margin-block-end: 0.17778em;
}

.examples .section__description {
  -webkit-margin-after: 1.94444em;
          margin-block-end: 1.94444em;
}

@media screen and (max-width: 768px) {
  .examples .section__description {
    -webkit-margin-after: 1.8em;
            margin-block-end: 1.8em;
  }
}

.examples__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.125rem;
}

@media screen and (max-width: 1024px) {
  .examples__categories {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    white-space: nowrap;
    overflow: auto;
    margin-inline: -2.1875rem;
    justify-content: flex-start;
    padding-inline: 2.1875rem;
  }
  .examples__categories::-webkit-scrollbar {
    height: 1px;
  }
}

.examples__categories a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  font-size: 1.25rem;
  line-height: 1.5;
  color: #666;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 0.55em;
  padding-inline: 1.75em;
  border-radius: 2.5em;
  border: 1px solid #999;
}

@media screen and (max-width: 768px) {
  .examples__categories a {
    font-size: 1.875rem;
    padding-block: 0.4em;
    padding-inline: 1.5em;
  }
}

.examples__categories a:hover {
  border-color: #000;
}

.examples__categories a._active {
  border-color: #ed291c;
  color: #000;
}

.examples__categories-wrap {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.0625rem;
  -webkit-margin-after: 6.4375rem;
          margin-block-end: 6.4375rem;
  padding: 0.9375rem;
  max-width: 100%;
}

@media screen and (min-width: 1024px) {
  .examples__categories-wrap {
    border-radius: 3.125rem;
    background: #fff;
    -webkit-box-shadow: 0px 0px 1.5625rem 0px rgba(201, 201, 201, 0.25);
            box-shadow: 0px 0px 1.5625rem 0px rgba(201, 201, 201, 0.25);
  }
}

@media screen and (max-width: 1024px) {
  .examples__categories-wrap {
    display: block;
    padding: 0;
    -webkit-margin-after: 6.875rem;
            margin-block-end: 6.875rem;
  }
}

.examples__categories-label {
  font-size: 1.375rem;
  font-weight: 600;
  padding-inline: 0.77273em;
  line-height: 1.6;
}

@media screen and (max-width: 1024px) {
  .examples__categories-label {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    font-size: 2rem;
    text-align: center;
    -webkit-margin-after: 3.125rem;
            margin-block-end: 3.125rem;
  }
}

.examples__icon {
  width: 1.55em;
  aspect-ratio: 1;
  -webkit-filter: invert(43%) sepia(0%) saturate(0%) hue-rotate(303deg) brightness(90%) contrast(89%);
          filter: invert(43%) sepia(0%) saturate(0%) hue-rotate(303deg) brightness(90%) contrast(89%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

._active .examples__icon {
  -webkit-filter: none;
          filter: none;
}

.examples__icon img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.examples__tabs {
  position: relative;
  width: 59.6875rem;
}

@media screen and (max-width: 768px) {
  .examples__tabs {
    width: 100%;
  }
}

.examples__slider {
  overflow: visible;
}

.examples__preview {
  aspect-ratio: 955/595;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .examples__preview {
    aspect-ratio: 64/46;
  }
}

.examples__background {
  position: absolute;
  inset-inline: 0;
  inset-block-start: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media screen and (max-width: 768px) {
  .examples__background {
    aspect-ratio: 64/46;
  }
}

.examples__background:before {
  content: '';
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.75)), color-stop(67.09%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 67.09%);
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.examples__background img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-slide-active .examples__background {
  inset-inline: -4.6875rem;
}

@media screen and (max-width: 768px) {
  .swiper-slide-active .examples__background {
    inset-inline: -1.25rem;
  }
}

.swiper-slide-active .examples__background::before {
  opacity: 1;
}

.examples__text {
  width: 36.25rem;
  position: absolute;
  inset-inline-start: 0;
  inset-block-end: 0;
  color: #fff;
  inset-inline-start: -1.875rem;
  inset-block-end: -0.625rem;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .examples__text {
    inset-inline-start: 0.3125rem;
    inset-block-end: 0.625rem;
  }
}

.swiper-slide-active .examples__text {
  visibility: visible;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.examples__text ._link {
  font-size: 1.25rem;
}

@media screen and (max-width: 768px) {
  .examples__text ._link {
    font-size: 1.625rem;
    line-height: 1.45;
  }
}

.examples__text ._link:after {
  color: #ed291c;
}

.examples__title {
  font-size: 1.875rem;
  line-height: 1.5;
  -webkit-margin-after: 0.33333em;
          margin-block-end: 0.33333em;
}

@media screen and (max-width: 768px) {
  .examples__title {
    font-size: 2.125rem;
    -webkit-margin-after: 0;
            margin-block-end: 0;
  }
}

.examples__description {
  font-size: 1rem;
  line-height: 1.5;
  -webkit-margin-after: 1.875em;
          margin-block-end: 1.875em;
  letter-spacing: 0.01875em;
}

@media screen and (max-width: 768px) {
  .examples__description {
    font-size: 1.625rem;
    line-height: 1.45;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-margin-after: 0.42308em;
            margin-block-end: 0.42308em;
  }
}

.latest {
  overflow: hidden;
}

.latest .container {
  padding-block: 3.4375rem 4.0625rem;
}

.latest .section__title, .latest .section__description {
  width: 41.25rem;
  margin-inline: auto;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .latest .section__title, .latest .section__description {
    width: auto;
  }
}

.latest .section__title {
  -webkit-margin-after: 0.55556em;
          margin-block-end: 0.55556em;
}

@media screen and (max-width: 768px) {
  .latest .section__title {
    -webkit-margin-after: 0.21818em;
            margin-block-end: 0.21818em;
  }
}

.latest .section__description {
  letter-spacing: 0.02222em;
  -webkit-margin-after: 2.88889em;
          margin-block-end: 2.88889em;
}

@media screen and (max-width: 768px) {
  .latest .section__description {
    -webkit-margin-after: 2em;
            margin-block-end: 2em;
  }
}

.latest__grid {
  margin-inline: 3.125rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 2.8125rem;
}

@media screen and (max-width: 1024px) {
  .latest__grid {
    margin-inline: 0;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 2.125rem;
  }
}

@media screen and (max-width: 768px) {
  .latest__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.latest__slider {
  margin: 2.75rem 7.5rem 2.0625rem;
  overflow: visible;
}

@media screen and (max-width: 1024px) {
  .latest__slider {
    margin-inline: 0;
    -webkit-margin-after: 2.8125rem;
            margin-block-end: 2.8125rem;
  }
}

.latest__preview {
  position: relative;
  z-index: 2;
}

.latest__preview.--video .latest__background {
  margin-bottom: 0.875rem;
  overflow: hidden;
  position: relative;
}

.latest__preview.--video .latest__background::before {
  content: '';
  position: absolute;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.4541 21.5008V4.11693C6.4541 3.28395 7.37036 2.7761 8.07674 3.21759L21.9839 11.9096C22.6485 12.3249 22.6485 13.2929 21.9839 13.7083L8.07674 22.4002C7.37036 22.8417 6.4541 22.3339 6.4541 21.5008Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: 41%;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
}

@media screen and (max-width: 1024px) {
  .latest__preview.--video .latest__background::before {
    width: 16.41026vw;
    height: 16.41026vw;
  }
}

.latest__preview.--video .latest__background img {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}

.latest__preview.--video .latest__rubric {
  margin-bottom: 0;
}

.latest__background {
  aspect-ratio: 452/326;
  display: block;
  background: rgba(0, 0, 0, 0.25);
  margin-bottom: 1.125rem;
}

@media screen and (max-width: 1024px) {
  .latest__background {
    aspect-ratio: 360/258;
    margin-bottom: 4.10256vw;
  }
}

.latest__background:hover {
  opacity: 0.85;
}

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

.latest__title {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.0375em;
  display: block;
}

@media screen and (max-width: 1024px) {
  .latest__title {
    font-size: 5.38462vw;
  }
}

@media screen and (min-width: 1025px) {
  .latest__title {
    max-width: 23.375rem;
  }
}

.latest__title:hover {
  text-decoration: underline;
}

.latest__title:not(:last-child) {
  margin-bottom: 0.3125rem;
}

@media screen and (max-width: 768px) {
  .latest__title {
    font-size: 2.375rem;
  }
}

.latest__title:after {
  content: "";
  font-family: "icomoon";
  display: inline-block;
  font-size: 0.70833em;
  font-weight: 400;
  -webkit-margin-start: .25em;
          margin-inline-start: .25em;
}

.latest__rubric {
  font-size: 0.9375rem;
  line-height: 1.5;
  font-style: normal;
  -webkit-margin-after: 0.4em;
          margin-block-end: 0.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4em;
}

@media screen and (max-width: 768px) {
  .latest__rubric {
    font-size: 1.625rem;
    -webkit-margin-after: 0.19231em;
            margin-block-end: 0.19231em;
  }
}

.latest__rubric:before {
  content: '';
  width: 0.375rem;
  aspect-ratio: 1;
  background-color: #ed291c;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .latest__rubric:before {
    width: 0.625rem;
  }
}

.latest__text {
  position: relative;
  z-index: 3;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media screen and (max-width: 768px) {
  .latest__text {
    -webkit-margin-before: 0;
            margin-block-start: 0;
    font-size: 4.10256vw;
  }
}

.latest__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.0625rem;
}

.latest__more {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .latest__more {
    font-size: 2rem;
    -webkit-margin-before: 2.375rem;
            margin-block-start: 2.375rem;
  }
}

@media screen and (max-width: 1024px) {
  .blog {
    padding-bottom: 10.625rem;
  }
}

@media screen and (max-width: 1024px) {
  .blog .container {
    padding-inline: 3.5rem;
  }
}

@media screen and (max-width: 768px) {
  .blog .container {
    padding-inline: 2.1875rem;
  }
}

.blog__head {
  margin-inline: -6.25rem;
  -webkit-margin-after: 0.9375rem;
          margin-block-end: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-inline: 3.75rem;
  font-size: 1.125rem;
  line-height: 1.6;
  background-color: #fafafa;
  gap: 3.75rem;
  overflow: auto;
}

@media screen and (max-width: 1024px) {
  .blog__head {
    margin-inline: -3.5rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (max-width: 768px) {
  .blog__head {
    margin-inline: -2.1875rem;
    font-size: 1.875rem;
    padding-inline: 2.1875rem;
  }
  .blog__head::-webkit-scrollbar {
    height: 1px;
  }
}

.blog__head a {
  white-space: nowrap;
  padding-block: 1.625rem 1.3125rem;
  color: #666;
  border-bottom: 2px solid transparent;
  font-weight: 500;
  letter-spacing: 0.01667em;
}

@media screen and (max-width: 768px) {
  .blog__head a {
    border-bottom-width: 0.25rem;
    padding-block: 2.0625rem 1.5625rem;
  }
}

.blog__head a:hover {
  color: #ed291c;
}

.blog__head a._active {
  color: #ed291c;
  border-bottom-color: #ed291c;
}

.blog__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 4.6875rem 3.875rem;
  padding-block: 1.875rem 3.9375rem;
  margin-inline: 7.5rem;
}

@media screen and (max-width: 1024px) {
  .blog__grid {
    gap: 2.5rem 2rem;
    margin-inline: 0;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .blog__grid {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 2.1875rem;
    padding-block: 3.375rem 4.875rem;
  }
}

.blog__button {
  text-align: center;
}

.related .container {
  padding-block: 4.125rem 4.5625rem;
}

@media screen and (min-width: 1024px) {
  .related .container {
    padding-inline: 7.5rem;
  }
}

@media screen and (max-width: 768px) {
  .related .container {
    padding-block: 5.4375rem 10.3125rem;
  }
}

.related__title {
  font-size: 2.1875rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .related__title {
    font-size: 3rem;
  }
}

.related__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.0625rem;
}

.related__posts {
  -webkit-margin-before: 3.125rem;
          margin-block-start: 3.125rem;
  overflow: visible;
}

@media screen and (max-width: 768px) {
  .related__posts {
    -webkit-margin-before: 2.75rem;
            margin-block-start: 2.75rem;
  }
}

.related__more {
  text-align: center;
  margin-block: 2.3125rem 0;
}

.related__more ._link {
  font-size: 1.25rem;
}

.related__more ._link:after {
  color: #ed291c;
}

.related__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.0625rem;
  -webkit-margin-before: 2.8125rem;
          margin-block-start: 2.8125rem;
}

.post .container {
  max-width: 89.375rem;
  padding-bottom: 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 1024px) {
  .post .container {
    max-width: 100%;
  }
}

.post .title-wrapper {
  max-width: 62.5rem;
  padding-bottom: 1.4375rem;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .post .title-wrapper {
    max-width: 100%;
    padding-bottom: 0;
  }
}

.post .title-wrapper time {
  line-height: 1.5;
  -webkit-margin-after: 0.4em;
          margin-block-end: 0.4em;
  font-size: 1.25rem;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .post .title-wrapper time {
    font-size: 1.75rem;
    -webkit-margin-after: 0;
            margin-block-end: 0;
  }
}

.post .title-wrapper h1 {
  font-size: 2.8125rem;
  font-weight: 700;
  letter-spacing: 0.01556em;
  -webkit-margin-after: 0.31111em;
          margin-block-end: 0.31111em;
}

@media screen and (max-width: 768px) {
  .post .title-wrapper h1 {
    font-size: 3.4375rem;
    font-weight: 600;
    letter-spacing: 0;
  }
}

.post__text {
  max-width: 62.5rem;
  margin: 0 auto;
  line-height: 1.4;
  font-size: 1.25rem;
}

@media screen and (max-width: 1024px) {
  .post__text {
    max-width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .post__text {
    -webkit-padding-before: 2.5rem;
            padding-block-start: 2.5rem;
  }
}

@media screen and (max-width: 768px) {
  .post__text {
    font-size: 1.875rem;
  }
}

.post__text h2 {
  font-size: 1.5rem;
  margin-block: 1.66667em 0.66667em;
}

@media screen and (max-width: 768px) {
  .post__text h2 {
    font-size: 2.375rem;
  }
}

.post__text h3 {
  font-size: 1.25rem;
  margin-block: 1.5em 0.6em;
}

.post__text p {
  -webkit-margin-after: 1.4em;
          margin-block-end: 1.4em;
  letter-spacing: 0.01944em;
}

@media screen and (max-width: 768px) {
  .post__text p {
    line-height: 1.5;
  }
}

.post__text p:last-child {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

.post__text blockquote {
  position: relative;
  -webkit-padding-start: 4.375rem;
          padding-inline-start: 4.375rem;
  margin-block: 1.2em;
}

.post__text blockquote:last-child {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

.post__text blockquote:before {
  content: '🙷';
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: -1.25rem;
  font-size: 4.375rem;
  opacity: 0.4;
}

.post__text ol,
.post__text ul {
  margin-block: 1.5625rem;
}

.post__text ul {
  list-style: square;
}

.post__text ol {
  list-style: decimal-leading-zero;
}

.post__text li {
  margin-inline: 2.5rem;
  -webkit-margin-after: 0.75em;
          margin-block-end: 0.75em;
}

.post__text li:last-child {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

.post__resume {
  font-weight: 600;
  font-size: 1.5rem;
  -webkit-margin-after: 0.58333em;
          margin-block-end: 0.58333em;
  line-height: 1.4;
  letter-spacing: -0.02708em;
}

.post__resume p {
  font-family: inherit;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

@media screen and (max-width: 768px) {
  .post__resume {
    font-size: 2.1875rem;
    -webkit-margin-after: 0.85714em;
            margin-block-end: 0.85714em;
    line-height: 1.38;
  }
}

.post__image {
  aspect-ratio: 1430/595;
}

@media screen and (max-width: 1024px) {
  .post__image {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
    margin-bottom: 2.8125rem;
    aspect-ratio: 680/710;
  }
}

.post__image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.post__share {
  border-top: 1px solid #ebebeb;
  -webkit-margin-before: 3rem;
          margin-block-start: 3rem;
  -webkit-padding-before: 2.75rem;
          padding-block-start: 2.75rem;
}

@media screen and (max-width: 768px) {
  .post__share {
    -webkit-margin-before: 1.875rem;
            margin-block-start: 1.875rem;
    border-top: none;
    -webkit-padding-before: 0;
            padding-block-start: 0;
  }
}

._post .connection__block {
  padding-bottom: 9.375rem;
}

.system .container {
  display: -ms-grid;
  display: grid;
  gap: 1.875rem 6.25rem;
  -ms-grid-columns: 1fr 63.75rem;
  grid-template-columns: 1fr 63.75rem;
  -ms-grid-rows: (auto)[2];
  grid-template-rows: repeat(2, auto);
  -webkit-padding-after: 3.75rem;
          padding-block-end: 3.75rem;
}

@media screen and (max-width: 1024px) {
  .system .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5625rem;
  }
}

.system .section__title {
  line-height: 1.2;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .system .section__title {
    font-size: 3.4375rem;
    line-height: 1.26;
  }
}

.system .section__label {
  -webkit-margin-after: 0.25rem;
          margin-block-end: 0.25rem;
  font-weight: 700;
  letter-spacing: 0.03333em;
}

.system .breadcrumbs {
  -webkit-box-ordinal-group: -4;
      -ms-flex-order: -5;
          order: -5;
  margin-block: 1.125rem 0.25rem;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
}

@media screen and (max-width: 1024px) {
  .system .breadcrumbs {
    margin-inline: -0.5rem;
    margin-block: 0;
  }
}

.system__text {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
}

@media screen and (max-width: 1024px) {
  .system__text {
    -webkit-padding-before: 1.25rem;
            padding-block-start: 1.25rem;
  }
}

.system__description {
  font-size: 1.25rem;
  line-height: 1.5;
  -webkit-margin-before: 0.75em;
          margin-block-start: 0.75em;
}

@media screen and (max-width: 1024px) {
  .system__description {
    font-size: 1.875rem;
    -webkit-margin-before: 0.46667em;
            margin-block-start: 0.46667em;
  }
}

.system__description-text {
  color: #666;
  display: inline;
  letter-spacing: 0.025em;
}

@media screen and (max-width: 1024px) {
  .system__description-text {
    letter-spacing: 0;
  }
}

.system__description-more {
  display: inline;
  font-size: 0.9em;
  font-weight: 600;
  color: #000;
  -webkit-margin-start: 0.83333em;
          margin-inline-start: 0.83333em;
}

.system__description-more._folded:after {
  content: '+';
}

.system__description-more:after {
  content: '-';
  color: #ed291c;
  -webkit-margin-start: 0.44444em;
          margin-inline-start: 0.44444em;
}

.system__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-margin-before: 3.125rem;
          margin-block-start: 3.125rem;
}

@media screen and (max-width: 1024px) {
  .system__buttons {
    -webkit-margin-before: 1.6875rem;
            margin-block-start: 1.6875rem;
  }
}

.system__media {
  -webkit-margin-before: 0.5rem;
          margin-block-start: 0.5rem;
}

@media screen and (max-width: 1024px) {
  .system__media {
    -webkit-margin-before: 0;
            margin-block-start: 0;
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
  }
}

.system__media iframe {
  width: 100%;
  height: 35.5625rem;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .system__media iframe {
    height: 32.125rem;
  }
}

.system__features {
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .system__features {
    -webkit-margin-before: 2.6875rem;
            margin-block-start: 2.6875rem;
  }
}

@media screen and (max-width: 1024px) {
  .system__features {
    margin-inline: 0;
    -webkit-margin-before: 4.875rem;
            margin-block-start: 4.875rem;
  }
}

.system__features-title {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  -webkit-margin-after: 0.6em;
          margin-block-end: 0.6em;
}

@media screen and (max-width: 1024px) {
  .system__features-title {
    font-size: 2.1875rem;
  }
}

.system__features-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
}

@media screen and (max-width: 1024px) {
  .system__features-list {
    display: -ms-grid;
    display: grid;
    gap: 2.5rem;
  }
}

.system__feature {
  -webkit-padding-after: 1.0625rem;
          padding-block-end: 1.0625rem;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5;
  position: relative;
  text-align: center;
}

.system__feature::before {
  content: '';
  position: absolute;
  inset-block: 0.75rem 2.1875rem;
  inset-inline-end: -0.9375rem;
  -webkit-border-end: 1px solid #ebebeb;
          border-inline-end: 1px solid #ebebeb;
}

@media screen and (max-width: 1024px) {
  .system__feature::before {
    inset-inline-end: -1.25rem;
  }
}

.system__feature:last-child::before {
  display: none;
}

@media screen and (max-width: 1024px) {
  .system__feature {
    border: none;
    position: relative;
  }
}

.system__feature b {
  font-size: 1.125rem;
  font-weight: 600;
}

@media screen and (max-width: 1024px) {
  .system__feature b {
    font-size: 1.75rem;
  }
}

.system__feature span {
  font-size: 1rem;
  color: #626262;
}

@media screen and (max-width: 1024px) {
  .system__feature span {
    font-size: 1.625rem;
  }
}

.system__feature iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}

.system__feature-icon {
  -webkit-margin-after: 0.375rem;
          margin-block-end: 0.375rem;
  aspect-ratio: 1;
  width: 3rem;
}

@media screen and (max-width: 1024px) {
  .system__feature-icon {
    width: 5rem;
    -webkit-margin-after: 0.125rem;
            margin-block-end: 0.125rem;
  }
}

.system__feature-icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

@media screen and (max-width: 1024px) {
  .system__feature-icon img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.scheme .container {
  padding-block: 6.25rem;
  padding-inline: 2.5rem 7.8125rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 31.875rem;
  grid-template-columns: 1fr 31.875rem;
  gap: 13.4375rem;
}

@media screen and (max-width: 1024px) {
  .scheme .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-block: 2.5rem 6.875rem;
    padding-inline: 2.1875rem;
    gap: 4.5625rem;
  }
}

.scheme__main {
  position: sticky;
  top: 2.5rem;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}

@media screen and (max-width: 1024px) {
  .scheme__main {
    position: static;
  }
}

.scheme__title {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.025em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
}

@media screen and (max-width: 1024px) {
  .scheme__title {
    font-size: 3rem;
    letter-spacing: 0;
    -webkit-margin-after: 0.45833em;
            margin-block-end: 0.45833em;
  }
}

.scheme__image {
  -webkit-margin-after: 1.875rem;
          margin-block-end: 1.875rem;
}

@media screen and (max-width: 1024px) {
  .scheme__image {
    -webkit-margin-after: 2.5rem;
            margin-block-end: 2.5rem;
  }
}

.scheme__share {
  gap: 0.3125rem;
  line-height: 1.6;
}

.scheme__share span {
  -webkit-margin-end: 0.55556em;
          margin-inline-end: 0.55556em;
}

.scheme__parts-title {
  font-size: 1.75rem;
  line-height: 1.5;
  font-weight: 700;
  -webkit-margin-before: -0.17857em;
          margin-block-start: -0.17857em;
  letter-spacing: 0.01786em;
  -webkit-margin-after: 0.85714em;
          margin-block-end: 0.85714em;
}

@media screen and (max-width: 1024px) {
  .scheme__parts-title {
    font-size: 2.375rem;
    -webkit-margin-after: 0.89474em;
            margin-block-end: 0.89474em;
  }
}

.scheme__list {
  counter-reset: scheme;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  grid-auto-rows: 1fr;
  gap: 1rem;
}

@media screen and (max-width: 1024px) {
  .scheme__list {
    gap: 1.20625rem;
  }
}

.scheme__step {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  gap: 0.875rem;
  padding-block: 0.4375rem;
  padding-inline: 2.1875rem;
  -webkit-box-shadow: 0 0 3.4375rem 0.625rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 3.4375rem 0.625rem rgba(0, 0, 0, 0.05);
  position: relative;
}

@media screen and (max-width: 1024px) {
  .scheme__step {
    gap: 1.5rem;
    padding-block: 1.3125rem 1.0625rem;
    padding-inline: 4.375rem;
  }
}

.scheme__step-count {
  position: absolute;
  inset-block: 0;
  inset-inline: 0 auto;
  font-size: 1.125rem;
  font-weight: 700;
  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: #ed291c;
  color: #fff;
  width: 1.6875rem;
}

@media screen and (max-width: 1024px) {
  .scheme__step-count {
    width: 2.625rem;
    font-size: 1.375rem;
    line-height: 1.2;
  }
}

.scheme__step-description {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.scheme__step-description h4 {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5;
  -webkit-margin-after: 0.05em;
          margin-block-end: 0.05em;
}

@media screen and (max-width: 1024px) {
  .scheme__step-description h4 {
    font-size: 1.875rem;
    -webkit-margin-after: 0.1875rem;
            margin-block-end: 0.1875rem;
  }
}

.scheme__step-description p {
  color: #666;
  font-size: 1rem;
  line-height: 1.5;
}

@media screen and (max-width: 1024px) {
  .scheme__step-description p {
    font-size: 1.625rem;
    line-height: 1.5;
  }
}

.scheme__products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
}

.scheme__product {
  width: 3.1875rem;
  aspect-ratio: 51/86;
}

@media screen and (max-width: 1024px) {
  .scheme__product {
    width: 7.625rem;
  }
}

.scheme__product img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.stages {
  color: #000;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .stages {
    background: #fafafa;
  }
}

.stages .container {
  padding-block: 3.75rem 7.5rem;
  padding-inline: 6.25rem;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .stages .container {
    padding-block: 6.4375rem;
    padding-inline: 2.1875rem;
  }
}

.stages__slider {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 48.4375rem 53rem;
  grid-template-columns: 48.4375rem 53rem;
  -ms-grid-rows: auto 1fr auto;
  grid-template-rows: auto 1fr auto;
  gap: 2.5rem 5.625rem;
  position: relative;
  z-index: 2;
}

.stages__slider:before {
  content: '';
  position: absolute;
  z-index: -2;
  inset-block: 0;
  inset-inline: -50vw;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fff), color-stop(40%, #fff), color-stop(40%, #fafafa), to(#fafafa));
  background-image: linear-gradient(90deg, #fff 0, #fff 40%, #fafafa 40%, #fafafa 100%);
}

html:not([dir]) .stages__slider:before,
html[dir='ltr'] .stages__slider:before {
  inset-inline: -102vw 1vw;
}

@media screen and (max-width: 1024px) {
  .stages__slider:before {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .stages__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5625rem;
  }
}

.stages .section__title {
  font-size: 2.5rem;
  font-weight: 500;
  -webkit-margin-before: 1.625em;
          margin-block-start: 1.625em;
  letter-spacing: 0.0125em;
}

@media screen and (max-width: 1024px) {
  .stages .section__title {
    -webkit-box-ordinal-group: -2;
        -ms-flex-order: -3;
            order: -3;
    font-size: 3rem;
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}

.stages__list {
  max-width: 100%;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
  overflow: hidden;
}

.stages__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.6875rem;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3 / 4;
  margin-block: 0.625rem 3.4375rem;
}

@media screen and (max-width: 1024px) {
  .stages__footer {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-block: 1.375rem 0;
  }
}

.stages__footer .swiper-counter {
  text-align: end;
  color: #ed291c;
  font-size: 1rem;
  line-height: 1.6;
  -webkit-margin-before: -0.25em;
          margin-block-start: -0.25em;
}

.stages__footer .swiper-button {
  width: 2.9375rem;
}

@media screen and (max-width: 1024px) {
  .stages__footer .swiper-button {
    width: 5rem;
  }
}

.stages__footer .swiper-button:before {
  font-size: 0.55556em;
}

.stages__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
}

@media screen and (max-width: 1024px) {
  .stages__nav {
    gap: 1.25rem;
  }
}

@media screen and (max-width: 1024px) {
  .stages__indicator {
    display: none;
  }
}

.stages__pagination {
  -webkit-margin-end: auto;
          margin-inline-end: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3125rem;
}

@media screen and (max-width: 1024px) {
  .stages__pagination {
    display: none;
  }
}

.stages__pagination .swiper-pagination-bullet {
  height: 0.25rem;
  width: 1.5625rem;
  border-radius: 0.125rem;
  cursor: pointer;
}

.stages__images {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1 / 4;
  aspect-ratio: 848/598;
  max-width: 100%;
  overflow: hidden;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

@media screen and (max-width: 1024px) {
  .stages__images {
    -webkit-margin-before: 1.5625rem;
            margin-block-start: 1.5625rem;
  }
}

.stages__image {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

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

.stages__links {
  -webkit-margin-before: 1.75rem;
          margin-block-start: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}

@media screen and (max-width: 1024px) {
  .stages__links {
    display: none;
  }
}

.stage__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}

@media screen and (max-width: 1024px) {
  .stage__item {
    gap: 0.75rem;
  }
}

.stage__item .section__subtitle {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

.stage__title {
  font-size: 1.5625rem;
  line-height: 1.45;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .stage__title {
    font-size: 2.375rem;
    line-height: 1.6;
    margin-block: 1.125rem 0;
  }
}

.stage__label {
  font-size: 1rem;
  line-height: 1.6;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .stage__label {
    font-size: 1.75rem;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

.stage__label::before {
  content: '';
  position: absolute;
  inset-inline-start: 0;
  inset-block-end: 0;
  width: 0.9375rem;
  border-bottom: 1px solid;
}

@media screen and (max-width: 1024px) {
  .stage__label::before {
    width: 100%;
  }
}

.stage__description {
  font-size: 1rem;
  line-height: 1.5;
  color: #666;
}

@media screen and (max-width: 1024px) {
  .stage__description {
    font-size: 1.875rem;
    letter-spacing: 0.01667em;
  }
}

.stage__description 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: 0.75rem;
}

@media screen and (max-width: 1024px) {
  .stage__description ul {
    gap: 0.75rem;
    padding-inline: 1.25rem;
  }
}

.stage__description li {
  -webkit-padding-start: 0.9375rem;
          padding-inline-start: 0.9375rem;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .stage__description li {
    -webkit-padding-start: 1.75rem;
            padding-inline-start: 1.75rem;
  }
}

.stage__description li:before {
  content: '';
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0.4375rem;
  width: 0.375rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: currentColor;
}

@media screen and (max-width: 1024px) {
  .stage__description li:before {
    inset-block-start: 1rem;
    width: 0.5rem;
  }
}

.service {
  overflow: hidden;
}

.service .container {
  padding-inline: 9.0625rem;
  padding-block: 7.5rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (37.5rem)[2];
  grid-template-columns: repeat(2, 37.5rem);
  gap: 8.125rem;
}

@media screen and (max-width: 1024px) {
  .service .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-inline: 2.1875rem;
    padding-block: 4.375rem;
    gap: 2.5rem;
  }
}

.service .section__title {
  font-size: 2.5rem;
}

@media screen and (max-width: 1024px) {
  .service .section__title {
    font-size: 3rem;
  }
}

.service__text {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding-inline: 0 12.5rem;
}

@media screen and (max-width: 1024px) {
  .service__text {
    padding: 0;
  }
}

.service__text ._link:after {
  color: #ed291c;
}

.service__description {
  line-height: 1.75;
  margin-block: 0.75rem 3.375rem;
}

@media screen and (max-width: 1024px) {
  .service__description {
    line-height: 1.6;
    margin-block: 1.5625rem 2.125rem;
    letter-spacing: 0.01667em;
  }
}

.service__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  gap: 1.875rem 2.1875rem;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 1024px) {
  .service__grid {
    -webkit-margin-end: 2.5rem;
            margin-inline-end: 2.5rem;
  }
}

.service__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: 1.125rem;
}

@media screen and (max-width: 1024px) {
  .service__list {
    -webkit-padding-end: 6.875rem;
            padding-inline-end: 6.875rem;
  }
}

.service__link {
  aspect-ratio: 3/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 1.5625rem rgba(237, 237, 237, 0.25);
          box-shadow: 0 0 1.5625rem rgba(237, 237, 237, 0.25);
  padding: 1.375rem;
  -webkit-padding-end: 5rem;
          padding-inline-end: 5rem;
  gap: 2.375rem;
  background-color: #fff;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .service__link {
    aspect-ratio: 57/18;
    padding-block: 1.5625rem;
    padding-inline: 2.375rem;
    gap: 1.75rem;
    -webkit-box-shadow: 0px 0.75rem 3.4375rem 0.625rem rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0.75rem 3.4375rem 0.625rem rgba(0, 0, 0, 0.05);
  }
}

.service__link:hover {
  background-color: #ed291c;
  color: #fff;
}

.service__link:hover::after {
  color: #fff;
}

.service__link:hover .path_blue {
  fill: #ececec;
}

.service__link:hover .path_orange {
  fill: #fff;
}

.service__link:hover .service__link-description {
  color: #fff;
}

.service__link:hover .service__link-title:after {
  color: #fff;
}

.service__link-icon {
  width: 7.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 1;
  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;
}

.service__link-icon svg {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.service__link-icon path {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.service__link-text {
  font-size: 1.125rem;
  line-height: 1.5;
  color: #666;
}

a:hover .service__link-text {
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .service__link-text {
    font-size: 1.5rem;
  }
}

.service__link-text p:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
  -webkit-margin-after: 0.25rem;
          margin-block-end: 0.25rem;
  gap: 1.25rem;
}

.service__link-text p:first-child:after {
  content: "";
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-family: "icomoon";
  font-size: 1.375rem;
  color: #ed291c;
  position: absolute;
  inset-inline-end: 2.4375rem;
  inset-block-start: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

html:not([dir]) .service__link-text p:first-child:after,
html[dir='ltr'] .service__link-text p:first-child:after {
  -webkit-transform: translateY(-50%) scale(-1);
      -ms-transform: translateY(-50%) scale(-1);
          transform: translateY(-50%) scale(-1);
}

a:hover .service__link-text p:first-child:after {
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .service__link-text p:first-child:after {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

a:hover .service__link-text p:first-child {
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .service__link-text p:first-child {
    font-size: 1.875rem;
  }
}

.service__label {
  position: absolute;
  font-size: 9rem;
  line-height: 1.6;
  font-weight: 700;
  color: #f4f4f4;
  inset-block-end: 4.25rem;
  letter-spacing: 0.04167em;
  inset-inline-start: 50%;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  -webkit-transform: rotate(180deg) translateY(-50%);
      -ms-transform: rotate(180deg) translateY(-50%);
          transform: rotate(180deg) translateY(-50%);
}

@media screen and (max-width: 1024px) {
  .service__label {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    inset-block-end: -2.25rem;
    inset-inline-start: 4.375rem;
    letter-spacing: 0.5625rem;
    font-size: 8.125rem;
  }
}

.service__branches {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem 2.375rem;
}

@media screen and (max-width: 768px) {
  .service__branches {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.service__branch {
  -webkit-padding-start: 2.125rem;
          padding-inline-start: 2.125rem;
  line-height: 1.5;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMiAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzM4MF8xMTAyKSI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTAuNjQzNyAwQzEzLjQ0NTYgMCAxNS45OTMzIDEuMDY4NTQgMTcuODk0NyAyLjgxNTMxQzE3LjI5MzEgMy4xMTM3OSAxNi42ODA4IDMuNDUyOSAxNi4wNTk2IDMuODUwMjlDMTQuNTc3MSAyLjY3NDAxIDEyLjY5MzcgMS45NjkzIDEwLjY0MzcgMS45NjkzQzUuODY4ODIgMS45NjkzIDEuOTk2MjYgNS43ODk1NyAxLjk5NjI2IDEwLjVDMS45OTYyNiAxNS4yMTA0IDUuODY4ODIgMTkuMDMwNyAxMC42NDM3IDE5LjAzMDdDMTUuNDE4NiAxOS4wMzA3IDE5LjI5MTIgMTUuMjEwNCAxOS4yOTEyIDEwLjVDMTkuMjkxMiA4LjgxNTA1IDE4Ljc5NTIgNy4yNDQ5MSAxNy45NDEyIDUuOTIyMDRDMTguNDY0IDUuNDc2OTYgMTguOTg1IDUuMDYzNjcgMTkuNTAyNCA0LjY4MDRDMjAuNjMwNCA2LjM0NTkyIDIxLjI4NzQgOC4zNDcwMSAyMS4yODc0IDEwLjVDMjEuMjg3NCAxNi4yOTg0IDE2LjUyMTUgMjEgMTAuNjQzNyAyMUM0Ljc2NTk1IDIxIDAgMTYuMjk4NCAwIDEwLjVDMCA0LjcwMTYgNC43NjU5NSAwIDEwLjY0MzcgMFoiIGZpbGw9IiM2NkJGNkIiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjA2MDc4IDExLjUyNDRDNC44MjI1IDEyLjUwNDYgNi4yMjA3NyAxNC4wMDU5IDcuMjEyNjQgMTYuMjk0OUM3LjMwMjE1IDE2LjQ5OTggNy40MTEzNyAxNi43ODA2IDcuNzc4MzkgMTYuNjg3SDcuNzgxOTdMOC44OTM3OSAxNi4zOTkxQzkuNDMyNjkgMTYuMjU5NiA5LjU0OTA2IDE2LjAxOTQgOS43NDk1OCAxNS42MzI2QzkuNzQ5NTggMTUuNjMyNiA5Ljc1MTM3IDE1LjYyOSA5Ljc1MzE2IDE1LjYyNzNDMTMuNDEyNyA4LjQ4ODMzIDE3LjU5NSA0Ljg3NDcgMjEuNDE1NiAyLjQ3NDQ1SDIxLjQxNzRMMjEuNDQ0MiAyLjQ1Njc5TDIxLjQ2NTcgMi40NDI2NkMyMi4xMDMxIDIuMDM5OTcgMjEuODE0OCAxLjk2NzU1IDIxLjMyNzkgMi4xMzg4N0MxNy41MjY5IDMuNDg2NDggMTIuOTEzMiA1LjIzODU0IDguNDIyOTIgMTIuODg5N0M2LjIwNjQ1IDkuOTkzMTIgNC40MjE0NiA5Ljc5NTMxIDIuODkyNDggMTAuNjg5QzIuMjYyMjggMTEuMTI1MiAyLjQ2NjM4IDExLjE2NDEgMy4wNTg5OSAxMS41MjI2SDMuMDYwNzhWMTEuNTI0NFoiIGZpbGw9IiM2NkJGNkIiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8zODBfMTEwMiI+CjxyZWN0IHdpZHRoPSIyMiIgaGVpZ2h0PSIyMSIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K) right top 0.375rem/1.3125em 1.3125em no-repeat;
}

@media screen and (max-width: 768px) {
  .service__branch {
    -webkit-padding-start: 4rem;
            padding-inline-start: 4rem;
  }
}

.service__branch b {
  display: block;
  font-weight: 500;
  font-size: 1.25rem;
  -webkit-margin-after: 0.25em;
          margin-block-end: 0.25em;
}

@media screen and (max-width: 768px) {
  .service__branch b {
    font-size: 1.8rem;
  }
}

.service__branch span {
  font-size: 1rem;
  color: #666;
}

@media screen and (max-width: 768px) {
  .service__branch span {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .service__contact {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.service__contact-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 68.97% 20.11%;
  grid-template-columns: 68.97% 20.11%;
  gap: 10%;
}

@media screen and (max-width: 768px) {
  .service__contact-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: 2.5rem;
  }
}

.service__contact-title {
  display: inline-block;
  font-size: 1.0625rem;
  line-height: 1.5;
  font-weight: 600;
  border-bottom: 1px solid;
  -webkit-margin-after: 1.47059em;
          margin-block-end: 1.47059em;
}

@media screen and (max-width: 768px) {
  .service__contact-title {
    font-size: 1.5rem;
  }
}

.service__contact-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: 1.375rem;
}

.service__contact-list span {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.45;
  color: #666;
}

@media screen and (max-width: 768px) {
  .service__contact-list span {
    font-size: 1.375rem;
  }
}

.service__contact-list a {
  font-size: 1.375rem;
  line-height: 1.5;
  display: inline-block;
  white-space: nowrap;
  direction: ltr;
}

@media screen and (max-width: 768px) {
  .service__contact-list a {
    font-size: 1.875rem;
  }
}

.service__form .input__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem 1.875rem;
}

.service__form .button {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}

.service-contact {
  min-height: 40rem;
}

.contact .container {
  padding-block: 5.3125rem 4.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (min-width: 1024px) {
  .contact .container {
    padding-inline: 7.5rem;
  }
}

@media screen and (max-width: 1024px) {
  .contact .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-block: 3.75rem;
    gap: 5rem;
  }
}

.contact__title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: calc(15 / 8);
}

@media screen and (max-width: 1024px) {
  .contact__title {
    font-size: 3rem;
  }
}

@media screen and (max-width: 1024px) {
  .contact__title {
    font-size: 3.4375rem;
    line-height: calc(15 / 11);
  }
}

.contact__text {
  width: 25rem;
  -webkit-margin-before: 4.375rem;
          margin-block-start: 4.375rem;
}

@media screen and (max-width: 1024px) {
  .contact__text {
    width: 100%;
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}

.contact__list {
  margin-block: 1.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}

@media screen and (max-width: 1024px) {
  .contact__list {
    margin-block: 3rem 3.75rem;
    gap: 3.125rem;
  }
}

.contact__item {
  font-size: 1.375rem;
  line-height: 1.5;
  direction: ltr;
}

@media screen and (max-width: 1024px) {
  .contact__item {
    font-size: 2rem;
  }
}

.contact__label {
  display: block;
  font-size: 1rem;
  line-height: 1.45;
  direction: rtl;
  color: #666;
  -webkit-margin-after: -0.125rem;
          margin-block-end: -0.125rem;
}

@media screen and (max-width: 1024px) {
  .contact__label {
    font-size: 1.75rem;
    -webkit-margin-after: -0.21429em;
            margin-block-end: -0.21429em;
  }
}

.contact__data {
  display: inline-block;
}

.contact__data:hover {
  text-decoration: underline;
}

.contact__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  font-size: 1.1875rem;
  color: #ed291c;
}

.contact__form {
  width: 45rem;
  padding: 3.125rem 3.75rem;
  -webkit-margin-before: -0.625rem;
          margin-block-start: -0.625rem;
  background: #fff;
  -webkit-box-shadow: 0px 0.75rem 3.4375rem 0.625rem rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0.75rem 3.4375rem 0.625rem rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 1024px) {
  .contact__form {
    width: 100%;
    padding: 4.0625rem 2.5rem;
  }
}

.contact__form h3 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.07;
  letter-spacing: 0.04167em;
  -webkit-margin-after: 0.58333em;
          margin-block-end: 0.58333em;
}

@media screen and (max-width: 1024px) {
  .contact__form h3 {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    -webkit-margin-after: 0.5em;
            margin-block-end: 0.5em;
  }
}

.contact__form p {
  text-align: center;
  line-height: 1.07;
  letter-spacing: 0.04444em;
}

@media screen and (max-width: 1024px) {
  .contact__form p {
    letter-spacing: 0.01071em;
  }
}

.contact__form form {
  -webkit-margin-before: 1.6875rem;
          margin-block-start: 1.6875rem;
  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;
}

@media screen and (max-width: 1024px) {
  .contact__form form {
    -webkit-margin-before: 2.9375rem;
            margin-block-start: 2.9375rem;
    text-align: center;
  }
}

.contact__form .checkbox {
  -webkit-margin-before: 1.25rem;
          margin-block-start: 1.25rem;
}

.contact__form .button {
  font-size: 1.125rem;
  -webkit-margin-before: 2.0625rem;
          margin-block-start: 2.0625rem;
  padding: 0.5em 3.88889em;
}

@media screen and (max-width: 768px) {
  .contact__form .button {
    font-size: 1.875rem;
    -webkit-margin-before: 2.8125rem;
            margin-block-start: 2.8125rem;
    margin-inline: auto;
    padding: 1.625rem 8.75rem;
  }
}

.contacts__list {
  overflow: hidden;
}

.contacts__list .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 4.0625rem;
}

@media screen and (max-width: 1024px) {
  .contacts__list .container {
    padding-top: 4.25rem;
  }
}

.contacts__list + .connection__block {
  padding: 4.0625rem 0 7.5rem;
}

.contacts__list .title__box {
  position: relative;
  width: 17rem;
  z-index: 5;
}

.contacts__list .title__box p {
  font-size: 1.25rem;
  line-height: 1.5;
}

@media screen and (max-width: 1024px) {
  .contacts__list .title__box {
    width: 100%;
    text-align: center;
    margin-bottom: 3.125rem;
  }
  .contacts__list .title__box p {
    font-size: 1.875rem;
  }
}

.contacts__list h2 {
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

@media screen and (max-width: 1024px) {
  .contacts__list h2 {
    font-size: 3.4375rem;
    margin-bottom: 0.625rem;
  }
}

.contacts__list .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.875rem;
  gap: 0.75rem;
}

.contacts__list .btns.mobile {
  display: none;
}

@media screen and (max-width: 1024px) {
  .contacts__list .btns {
    margin-top: 3.75rem;
    gap: 1.125rem;
  }
  .contacts__list .btns:not(.mobile) {
    display: none;
  }
  .contacts__list .btns.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.contacts__slider {
  max-width: 69.625rem;
  position: relative;
}

.contacts__slider::before {
  position: absolute;
  content: '';
  width: 100vw;
  height: 200%;
  background: #fff;
  top: 50%;
  inset-inline-start: -3.4375rem;
  -webkit-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  .contacts__slider {
    max-width: 33.875rem;
  }
  .contacts__slider::before {
    display: none;
  }
}

.contacts__slider .swiper-slide {
  background: #fff;
  -webkit-box-shadow: 0px 12px 55px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 12px 55px 10px rgba(0, 0, 0, 0.05);
  padding: 3.125rem 2.5rem 6rem;
}

@media screen and (max-width: 1024px) {
  .contacts__slider .swiper-slide {
    padding: 3.75rem 2.5rem 3.875rem;
    text-align: center;
  }
}

.contacts__slider h3 {
  font-size: 1.5rem;
  line-height: 1.07;
  font-weight: 600;
  margin-bottom: 1em;
}

.contacts__slider span {
  color: #767676;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.45;
}

.contacts__slider p {
  font-size: 1.375rem;
}

.contacts__slider p:not(:last-child) {
  margin-bottom: 1em;
}

.contacts__slider a:hover {
  color: #ed291c;
}

@media screen and (max-width: 1024px) {
  .contacts__slider h3 {
    font-size: 2.625rem;
    letter-spacing: 0.02em;
  }
  .contacts__slider span {
    font-size: 1.75rem;
    color: #000;
    font-weight: 600;
  }
  .contacts__slider p {
    font-size: 2rem;
  }
}

.team .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 39.6875rem 1fr;
  grid-template-columns: 39.6875rem 1fr;
  gap: 9.375rem;
  padding-block: 6.25rem 4.6875rem;
}

@media screen and (max-width: 1024px) {
  .team .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2.25rem;
  }
}

.team .section__title {
  -webkit-margin-after: 0.9375rem;
          margin-block-end: 0.9375rem;
}

.team__text {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media screen and (max-width: 1024px) {
  .team__text {
    text-align: center;
  }
}

.team__text .button {
  -webkit-margin-before: 3.125rem;
          margin-block-start: 3.125rem;
  font-size: 1.125rem;
  padding: 0.55556em 2.22222em;
}

@media screen and (max-width: 768px) {
  .team__text .button {
    font-size: 1.875rem;
    -webkit-margin-before: 1.8em;
            margin-block-start: 1.8em;
    padding: 0.86667em 2.86667em;
  }
}

.jobs .container {
  padding-block: 3.75rem 6.25rem;
  padding-inline: 10rem;
}

@media screen and (max-width: 1024px) {
  .jobs .container {
    padding-inline: 2.1875rem;
    padding-block: 4.6875rem;
  }
}

.jobs__list {
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}

@media screen and (max-width: 1024px) {
  .jobs__list {
    gap: 2.1875rem;
  }
}

.jobs__item {
  background: #fff;
  -webkit-box-shadow: 0px 0.75rem 3.4375rem 0.625rem rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0.75rem 3.4375rem 0.625rem rgba(0, 0, 0, 0.05);
  border-inline: 0.375rem solid transparent;
  border-inline-start-color: #ed291c;
}

.jobs__head {
  font-size: 1.25rem;
  display: -ms-grid;
  display: grid;
  padding: 2.1875rem 3.375rem;
  -ms-grid-columns: 21.875rem 1fr 12.8125rem 12.1875rem 11.5625rem;
  grid-template-columns: 21.875rem 1fr 12.8125rem 12.1875rem 11.5625rem;
}

@media screen and (max-width: 1024px) {
  .jobs__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 2.625rem 2.125rem;
  }
}

@media screen and (max-width: 1024px) {
  .jobs__description {
    -webkit-margin-after: 1.6875rem;
            margin-block-end: 1.6875rem;
  }
}

.jobs__description h3 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.0375em;
  -webkit-margin-after: 0.16667em;
          margin-block-end: 0.16667em;
}

@media screen and (max-width: 1024px) {
  .jobs__description h3 {
    font-size: 2.625rem;
    -webkit-margin-after: 0.30952em;
            margin-block-end: 0.30952em;
  }
}

.jobs__description p {
  font-size: 1rem;
  line-height: 150%;
  color: #333;
}

@media screen and (max-width: 1024px) {
  .jobs__description p {
    font-size: 1.875rem;
  }
}

.jobs__location, .jobs__schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-border-end: 1px solid #ebebeb;
          border-inline-end: 1px solid #ebebeb;
  padding-block: 0.4375rem;
}

@media screen and (max-width: 1024px) {
  .jobs__location, .jobs__schedule {
    font-size: 1.75rem;
    gap: 0.75rem;
  }
}

.jobs__location:before, .jobs__schedule:before {
  font-family: "icomoon";
  color: #ed291c;
}

@media screen and (max-width: 1024px) {
  .jobs__location:before, .jobs__schedule:before {
    font-size: 1.21429em;
  }
}

.jobs__location {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3 / 4;
}

@media screen and (max-width: 1024px) {
  .jobs__location {
    -webkit-padding-end: 2rem;
            padding-inline-end: 2rem;
  }
}

.jobs__location:before {
  content: "";
}

@media screen and (max-width: 1024px) {
  .jobs__schedule {
    border: none;
    -webkit-padding-start: 2rem;
            padding-inline-start: 2rem;
  }
}

.jobs__schedule:before {
  content: "";
}

.jobs__more {
  -ms-flex-item-align: start;
      align-self: flex-start;
  color: #ed291c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  padding-block: 0.4375rem;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-grid-column-align: end;
      justify-self: end;
}

@media screen and (max-width: 1024px) {
  .jobs__more {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    font-size: 2rem;
    gap: 1rem;
  }
}

.jobs__more:hover:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.jobs__more._opened:after {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.jobs__more:after {
  content: "";
  font-family: "icomoon";
  font-size: 0.65em;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.jobs__content {
  padding-inline: 3.375rem;
  overflow: hidden;
  display: none;
}

@media screen and (max-width: 1024px) {
  .jobs__content {
    padding-inline: 2.25rem;
  }
}

.jobs__details {
  width: 35.625rem;
  padding-block: 0.9375rem 2.5rem;
  line-height: 1.5;
  font-size: 1rem;
  letter-spacing: 0.01875em;
  color: #333;
}

@media screen and (max-width: 1024px) {
  .jobs__details {
    padding-block: 0.3125rem 2.375rem;
    font-size: 1.875rem;
    width: 100%;
  }
}

.jobs__details h4 {
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: 0.04091em;
  margin-block: 1.59091em 0.18182em;
  color: #000;
}

@media screen and (max-width: 1024px) {
  .jobs__details h4 {
    font-size: 2.25rem;
    margin-block: 1.13889em 0.47222em;
  }
}

.jobs__details h4:first-child {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

.jobs__details li {
  -webkit-padding-start: 1.0625rem;
          padding-inline-start: 1.0625rem;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .jobs__details li {
    -webkit-padding-start: 1.43333em;
            padding-inline-start: 1.43333em;
    letter-spacing: 0.01667em;
    -webkit-margin-after: 0.23333em;
            margin-block-end: 0.23333em;
  }
}

.jobs__details li:before {
  content: '';
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0.5rem;
  width: 0.375rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #333;
}

@media screen and (max-width: 1024px) {
  .jobs__details li:before {
    inset-inline-start: 0.6em;
    inset-block-start: 0.6em;
  }
}

.jobs__footer {
  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;
  border-top: 1px solid #ebebeb;
  padding-block: 2.25rem;
}

@media screen and (max-width: 1024px) {
  .jobs__footer {
    display: none;
  }
}

.jobs__footer .button {
  font-size: 1.125rem;
  padding: 0.5em 2.27778em;
  letter-spacing: 0;
}

.jobs__buttons {
  padding: 0.625rem 2.1875rem 2.5rem;
  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;
}

.jobs__buttons .button {
  padding: 0.75rem 2.8125rem;
}

.apply .container {
  padding-block: 6.4375rem 9.375rem;
}

@media screen and (max-width: 1024px) {
  .apply .container {
    padding-block: 5.125rem 11.4375rem;
  }
}

.apply .section__title {
  -webkit-margin-after: 2.8125rem;
          margin-block-end: 2.8125rem;
}

@media screen and (max-width: 1024px) {
  .apply .section__title {
    -webkit-margin-after: 4.5rem;
            margin-block-end: 4.5rem;
  }
}

.apply__form {
  margin-inline: auto;
  width: 55rem;
  max-width: 100%;
}

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

.apply__form .checkbox {
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
}

.apply__form .button {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-margin-before: 3.125rem;
          margin-block-start: 3.125rem;
}

@media screen and (max-width: 768px) {
  .apply__form .button {
    padding: 0.86667em 4.16667em;
  }
}

.departments .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 23.125rem 1fr;
  grid-template-columns: 23.125rem 1fr;
  gap: 0 8.75rem;
  -webkit-padding-end: 9.375rem;
          padding-inline-end: 9.375rem;
  padding-block: 0.4375rem 1.3125rem;
}

@media screen and (max-width: 1024px) {
  .departments .container {
    padding-block: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-inline: 2.1875rem;
    gap: 5rem;
  }
}

.departments__list {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .departments__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.0625rem;
    padding-inline: 2.1875rem;
  }
}

@media screen and (max-width: 1024px) {
  .departments__list-wrap {
    margin-inline: -2.1875rem;
    overflow: auto;
  }
  .departments__list-wrap::-webkit-scrollbar {
    height: 3px;
  }
}

.departments__item {
  display: block;
  padding: 1.9375rem;
  -webkit-padding-start: 5rem;
          padding-inline-start: 5rem;
  position: relative;
  z-index: 2;
  color: #666;
}

@media screen and (max-width: 1024px) {
  .departments__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 17.0625rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    aspect-ratio: 273/217;
    padding-inline: 2.1875rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    font-size: 2rem;
  }
}

.departments__item:before {
  content: '';
  position: absolute;
  inset-inline: 1.25rem;
  inset-block-end: 0;
  border-top: 1px solid #ebebeb;
  z-index: -2;
}

@media screen and (max-width: 1024px) {
  .departments__item:before {
    display: none;
  }
}

.departments__item:after {
  content: '';
  position: absolute;
  z-index: -1;
  inset-inline: 0;
  inset-block: -1px;
  background-color: #fff;
  -webkit-box-shadow: 0 0.75rem 1.25rem 0.625rem #00000005;
          box-shadow: 0 0.75rem 1.25rem 0.625rem #00000005;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}

@media screen and (max-width: 1024px) {
  .departments__item:after {
    inset: 0;
    opacity: 1;
    border: 2px solid #fff;
  }
}

.departments__item._active, .departments__item:hover {
  color: #000;
}

.departments__item._active:after, .departments__item:hover:after {
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .departments__item._active:after, .departments__item:hover:after {
    border-color: #ed291c;
  }
}

.departments__item._active .departments__icon, .departments__item:hover .departments__icon {
  -webkit-filter: none;
          filter: none;
}

.departments__item span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 1024px) {
  .departments__item span {
    -webkit-margin-before: auto;
            margin-block-start: auto;
  }
}

.departments__icon {
  position: absolute;
  width: 2.6875rem;
  aspect-ratio: 1;
  top: 50%;
  inset-inline-start: 2.8125rem;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  -webkit-filter: invert(38%) sepia(10%) saturate(135%) hue-rotate(314deg) brightness(99%) contrast(88%);
          filter: invert(38%) sepia(10%) saturate(135%) hue-rotate(314deg) brightness(99%) contrast(88%);
}

@media screen and (max-width: 1024px) {
  .departments__icon {
    position: relative;
    inset: 0;
    margin-block: auto;
    width: 5.25rem;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

html:not([dir]) .departments__icon,
html[dir='ltr'] .departments__icon {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.departments__icon img {
  position: absolute;
  inset: 0;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .departments__icon img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.departments__content {
  position: relative;
  z-index: 2;
}

.departments__content:before {
  content: '';
  z-index: -1;
  position: absolute;
  inset-inline: -3.75rem -12rem;
  inset-block: -1.875rem -5.1875rem;
  background: url("../../img/team/bg-logo.svg") left top/34.5rem auto no-repeat, url("../../img/team/bg-logo.svg") right bottom/28rem auto no-repeat;
}

@media screen and (max-width: 768px) {
  .departments__content:before {
    inset-inline: 0 -8.4375rem;
    inset-block: 0.5rem 0;
    background: url("../../img/team/bg-logo.svg") left top/22.625rem auto no-repeat;
  }
}

.departments__members {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}

@media screen and (max-width: 768px) {
  .departments__members {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}

.member__item {
  -webkit-box-shadow: 0 0.75rem 3.4375rem 0.625rem #0000000d;
          box-shadow: 0 0.75rem 3.4375rem 0.625rem #0000000d;
  background-color: #fff;
  padding: 2.1875rem 2.1875rem 1.75rem;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .member__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 10.125rem 1fr;
    grid-template-columns: 10.125rem 1fr;
    -ms-grid-rows: auto auto 1fr;
    grid-template-rows: auto auto 1fr;
    text-align: start;
    gap: 0 2.625rem;
    line-height: 1.2;
    -webkit-padding-after: 2.0625rem;
            padding-block-end: 2.0625rem;
  }
}

.member__photo {
  width: 8.375rem;
  aspect-ratio: 1;
  border-radius: 50%;
  /*overflow: hidden;*/
  -webkit-margin-after: 1.5rem;
          margin-block-end: 1.5rem;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1 / 4;
}

@media screen and (max-width: 768px) {
  .member__photo {
    width: 100%;
    -ms-flex-item-align: start;
        align-self: flex-start;
    -webkit-margin-after: 0;
            margin-block-end: 0;
  }
}

.member__photo img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.member__name {
  font-size: 1.5rem;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
}

@media screen and (max-width: 768px) {
  .member__name {
    font-size: 2rem;
    -webkit-margin-after: 0.3125em;
            margin-block-end: 0.3125em;
  }
}

.member__position {
  color: #666;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
}

@media screen and (max-width: 768px) {
  .member__position {
    font-size: 1.875rem;
  }
}

.member__contacts {
  -webkit-margin-before: 1.875rem;
          margin-block-start: 1.875rem;
  color: #ed291c;
  gap: 0.375rem;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3 / 4;
}

@media screen and (max-width: 768px) {
  .member__contacts {
    -webkit-margin-before: auto;
            margin-block-start: auto;
    gap: 1.5625rem;
  }
}

@media screen and (max-width: 768px) {
  .member__contacts .social__link {
    font-size: 1.875rem;
    width: 3.125rem;
  }
  .member__contacts .social__link._email {
    font-size: 1.625rem;
  }
}

.quote {
  margin-block: 6.5625rem 4.0625rem;
  position: relative;
  color: #fff;
  font-size: 2.5rem;
}

.quote .background:before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.quote .container {
  padding-block: 7.8125rem 9.0625rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 27.5rem 1fr;
  grid-template-columns: 27.5rem 1fr;
  gap: 1.875rem;
}

@media screen and (max-width: 1024px) {
  .quote .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-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-block: 15rem 3.75rem;
    padding-inline: 3.375rem;
    gap: 3.125rem;
    position: relative;
  }
}

.quote__title {
  font-size: inherit;
  font-weight: 600;
  line-height: 1.4;
  position: relative;
  -webkit-padding-start: 1.25rem;
          padding-inline-start: 1.25rem;
  -webkit-margin-start: 9.6875rem;
          margin-inline-start: 9.6875rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

@media screen and (max-width: 1024px) {
  .quote__title {
    margin-inline: 0;
    -webkit-padding-start: 1.875rem;
            padding-inline-start: 1.875rem;
  }
}

.quote__title:before {
  content: '';
  position: absolute;
  inset-inline: 0 auto;
  inset-block: 0.9375rem 0.625rem;
  -webkit-border-start: 3px solid #ed291c;
          border-inline-start: 3px solid #ed291c;
}

@media screen and (max-width: 1024px) {
  .quote__title:before {
    inset-block: 0.125em -0.05em;
  }
}

.quote__text {
  font-weight: 500;
  line-height: 1.4;
  padding-inline: 10.625rem 2.5rem;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .quote__text {
    padding-inline: 0 3.125rem;
    line-height: 1.5;
    position: static;
  }
}

.quote__text:before {
  content: '';
  position: absolute;
  inset-inline-start: 0.1875rem;
  width: 7.5rem;
  aspect-ratio: 1;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIwIiBoZWlnaHQ9IjEyMCIgdmlld0JveD0iMCAwIDEyMCAxMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik00OS45MTUgMTVWNTEuOTU1QzQ5LjkxNSA4MC40NzUgMzEuMjYgOTkuODA1IDUgMTA1TDAuMDI1IDk0LjI0NUMxMi4xODUgODkuNjYgMjAgNzYuMDU1IDIwIDY1SDBWMTVINDkuOTE1Wk0xMjAgMTVWNTEuOTU1QzEyMCA4MC40NzUgMTAxLjI2IDk5LjgxIDc1IDEwNUw3MC4wMiA5NC4yNDVDODIuMTg1IDg5LjY2IDkwIDc2LjA1NSA5MCA2NUg3MC4wODVWMTVIMTIwWiIgZmlsbD0id2hpdGUiIGZpbGwtb3BhY2l0eT0iMC4yIi8+Cjwvc3ZnPgo=) center/contain no-repeat;
}

@media screen and (max-width: 1024px) {
  .quote__text:before {
    inset-inline-start: 3.375rem;
    inset-block-start: 3.1875rem;
  }
}

.standart {
  overflow: hidden;
}

.standart .container {
  padding-inline: 9.0625rem;
  padding-block: 1.875rem 5.5rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30rem 48.125rem;
  grid-template-columns: 30rem 48.125rem;
  gap: 13.4375rem;
  padding-inline: 3.125rem 8.75rem;
}

@media screen and (max-width: 1024px) {
  .standart .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-inline: 2.1875rem;
    padding-block: 4.375rem 2.1875rem;
    gap: 2.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .standart .section__title {
    font-size: 2.5rem;
  }
}

.standart__text {
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding-block: 1.125rem;
}

@media screen and (max-width: 1024px) {
  .standart__text {
    padding: 0;
  }
}

.standart__text ._link:after {
  color: #ed291c;
}

.standart__description {
  line-height: 1.75;
  margin-block: 2.5rem;
  letter-spacing: 0.08125rem;
}

.standart__description p {
  margin-bottom: 1.8em;
}

@media screen and (max-width: 768px) {
  .standart__description p {
    -webkit-margin-after: 1.6em;
            margin-block-end: 1.6em;
  }
}

.standart__description p:last-child {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

@media screen and (max-width: 1024px) {
  .standart__description {
    line-height: 1.6;
    margin-block: 0.75rem 2.125rem;
    letter-spacing: 0.01667em;
  }
}

.standart__slider {
  max-width: 100%;
  overflow: visible;
}

@media screen and (min-width: 768px) {
  .standart__list {
    display: block;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    width: auto;
    height: auto;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }
}

.standart__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  padding-block: 2.25rem 2.8125rem;
  padding-inline: 2.5rem;
  background-color: #fff;
  -webkit-box-shadow: 0px 0.75rem 3.4375rem 0.625rem rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0.75rem 3.4375rem 0.625rem rgba(0, 0, 0, 0.05);
  -webkit-margin-after: 2.5rem;
          margin-block-end: 2.5rem;
}

@media screen and (min-width: 768px) {
  .standart__item {
    width: auto !important;
    margin: 0 0 2.5rem !important;
  }
}

@media screen and (max-width: 768px) {
  .standart__item {
    padding-inline: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .standart__item:first-child {
    -webkit-margin-before: 11.25rem !important;
            margin-block-start: 11.25rem !important;
  }
}

.standart__item b {
  font-size: 1.5rem;
  -webkit-margin-after: 1.375rem;
          margin-block-end: 1.375rem;
}

@media screen and (max-width: 768px) {
  .standart__item b {
    font-size: 2rem;
    -webkit-margin-after: 1.1875rem;
            margin-block-end: 1.1875rem;
  }
}

.standart__item span {
  font-size: 1.25rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .standart__item span {
    font-size: 1.875rem;
    line-height: 1.6;
  }
}

.standart__icon {
  -webkit-margin-after: 1.875rem;
          margin-block-end: 1.875rem;
  height: 7.1875rem;
  width: auto;
}

@media screen and (max-width: 768px) {
  .standart__icon {
    -webkit-margin-after: 2.3125rem;
            margin-block-end: 2.3125rem;
  }
}

.standart__icon img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.standart__label {
  position: absolute;
  font-size: 9rem;
  line-height: 1.6;
  font-weight: 700;
  color: #f4f4f4;
  inset-block-end: 3.3125rem;
  inset-inline-end: 6.6875rem;
  letter-spacing: 0.04167em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (max-width: 1024px) {
  .standart__label {
    display: none;
  }
}

.standart__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.0625rem;
}

.info .container {
  padding-inline: 7.8125rem;
  padding-block: 0.3125rem 4.375rem !important;
}

@media screen and (max-width: 1024px) {
  .info .container {
    padding-inline: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .info .container {
    padding-inline: 2.1875rem;
    padding-block: 0.875rem 2.3125rem !important;
  }
}

.info__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -webkit-padding-start: 5.3125rem;
          padding-inline-start: 5.3125rem;
  gap: 2rem;
}

@media screen and (max-width: 1024px) {
  .info__list {
    padding-inline: 0;
  }
}

@media screen and (max-width: 768px) {
  .info__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: 2.1875rem;
  }
}

.info__list li {
  background: #fff;
  -webkit-box-shadow: 0px 0.75rem 3.4375rem 0.625rem rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0.75rem 3.4375rem 0.625rem rgba(0, 0, 0, 0.05);
  padding: 2.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

@media screen and (max-width: 1024px) {
  .info__list li {
    padding: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .info__list li {
    padding-block: 1.75rem 1.875rem;
    padding-inline: 2.1875rem;
  }
}

.info__list b,
.info__list span {
  padding-inline: 1.375rem;
}

.info__list b {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 600;
  position: relative;
}

@media screen and (max-width: 768px) {
  .info__list b {
    font-size: 2rem;
  }
}

.info__list b:before {
  content: '';
  position: absolute;
  inset-inline: 0 auto;
  inset-block: 0;
  -webkit-border-end: 3px solid #ed291c;
          border-inline-end: 3px solid #ed291c;
}

@media screen and (max-width: 768px) {
  .info__list b:before {
    inset-block: 0.4375rem;
  }
}

.info__list span {
  font-size: 1.25rem;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .info__list span {
    font-size: 1.875rem;
    line-height: 1.5;
  }
}

.projects .container {
  padding-block: 5.5rem 2.875rem;
}

@media screen and (max-width: 768px) {
  .projects .container {
    padding-block: 9.0625rem 5rem;
  }
}

.projects .section__title {
  -webkit-margin-after: 0.6em;
          margin-block-end: 0.6em;
}

.projects .section__description {
  -webkit-margin-after: 2em;
          margin-block-end: 2em;
  width: 41.5625rem;
  max-width: 100%;
}

.projects .examples__categories-wrap {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

.projects .latest__title:after {
  color: #ed291c;
}

.projects__head {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-margin-after: 3.375rem;
          margin-block-end: 3.375rem;
}

.slider-per-5-section {
  margin: 11.875rem 0;
}

@media screen and (max-width: 1024px) {
  .slider-per-5-section {
    margin: 6.25rem 0;
  }
}

@media screen and (min-width: 1025px) {
  .slider-per-5-section .container {
    width: 97.875rem;
  }
}

.slider-per-5-section h2 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0.75rem;
}

@media screen and (max-width: 1024px) {
  .slider-per-5-section h2 {
    font-size: 2.375rem;
    font-weight: 700;
    line-height: 1.45;
    margin-bottom: 1rem;
  }
}

.slider-per-5-section p {
  color: #666;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.6;
}

@media screen and (max-width: 1024px) {
  .slider-per-5-section p {
    font-size: 1.875rem;
    line-height: 1.5;
  }
}

@media screen and (min-width: 1025px) {
  .slider-per-5-section .default-slider {
    margin: 3.25rem -1.0625rem 0;
  }
}

@media screen and (max-width: 1024px) {
  .slider-per-5-section .default-slider {
    margin: 3.6875rem auto 0;
    width: 25.75rem;
  }
}

.slider-per-5-section .swiper-slide {
  width: 20rem;
  padding: 0 1.0625rem;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .slider-per-5-section .swiper-slide {
    width: 25.0625rem;
    padding: 0 0.6875rem;
  }
}

@media screen and (min-width: 1025px) {
  .slider-per-5-section .swiper-slide-prev {
    opacity: 0;
  }
  .slider-per-5-section .swiper-slide-next + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide {
    opacity: 0;
  }
}

.slider-per-5-section .item {
  border: 1px solid #D0D0D0;
  background: #FFF;
  -webkit-box-shadow: 0px 0.75rem 1.25rem 0.625rem rgba(0, 0, 0, 0.02);
          box-shadow: 0px 0.75rem 1.25rem 0.625rem rgba(0, 0, 0, 0.02);
  padding: 1.5625rem 2.5rem 1.875rem;
  text-align: center;
  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: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  .slider-per-5-section .item {
    padding: 2.625rem 2.3125rem 3.25rem;
  }
}

.slider-per-5-section .item .img {
  width: 5.75rem;
  height: 5.25rem;
  margin: 0 auto 1.5625rem;
}

@media screen and (max-width: 1024px) {
  .slider-per-5-section .item .img {
    width: 6.25rem;
    height: 6.25rem;
    margin-bottom: 3rem;
  }
}

.slider-per-5-section .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.slider-per-5-section .item h3 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1rem;
}

@media screen and (max-width: 1024px) {
  .slider-per-5-section .item h3 {
    font-size: 2.375rem;
  }
}

.slider-per-5-section .item p {
  margin-bottom: auto;
}

.slider-per-5-section .item a {
  margin-top: 2rem;
}

@media screen and (max-width: 1024px) {
  .slider-per-5-section .item a {
    margin-top: 3rem;
  }
}

.default-slider .swiper-slide {
  -webkit-transition: .3s;
  transition: .3s;
}

.slider-btns {
  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: 1.875rem;
  margin-top: 3.75rem;
}

@media screen and (max-width: 1024px) {
  .slider-btns {
    gap: 1.0625rem;
    margin-top: 1.9375rem;
  }
}

.slider-btns:has(.swiper-button-lock) {
  display: none;
}

.media-wrapper img {
  display: block;
}

.fullwidth-image {
  margin: 8.75rem 0;
}

@media screen and (max-width: 1024px) {
  .fullwidth-image {
    margin: 5rem 0;
  }
}

.fullwidth-image p {
  color: #666;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
}

@media screen and (max-width: 1024px) {
  .fullwidth-image p {
    font-size: 1.875rem;
  }
}

.fullwidth-image h2 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.4;
}

@media screen and (max-width: 1024px) {
  .fullwidth-image h2 {
    font-size: 2.375rem;
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 1025px) {
  .fullwidth-image .container {
    width: 101.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .fullwidth-image p {
    max-width: 48.25rem;
    -webkit-margin-start: 15.8125rem;
            margin-inline-start: 15.8125rem;
  }
}

.fullwidth-image .media-wrapper {
  width: 100%;
  margin-top: 3.625rem;
}

.fullwidth-image .media-wrapper img {
  aspect-ratio: 1620/711;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .fullwidth-image .media-wrapper img {
    aspect-ratio: 680/670;
  }
}

@media screen and (max-width: 1024px) {
  .fullwidth-image .media-wrapper {
    margin-top: 3.375rem;
  }
}

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

.products-slider {
  margin: 8.75rem 0;
}

@media screen and (max-width: 1024px) {
  .products-slider {
    margin: 5rem 0;
  }
}

@media screen and (min-width: 1025px) {
  .products-slider .container {
    width: 95rem;
  }
}

@media screen and (min-width: 1025px) {
  .products-slider .default-slider {
    margin: 0 -1.75rem;
  }
}

.products-slider .default-slider:not(:last-child) {
  margin-bottom: 2.75rem;
}

@media screen and (max-width: 1024px) {
  .products-slider .default-slider:not(:last-child) {
    margin-bottom: 3.5rem;
  }
}

.products-slider h2 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 1em;
}

@media screen and (max-width: 1024px) {
  .products-slider h2 {
    font-size: 2.375rem;
  }
}

@media screen and (min-width: 1025px) {
  .products-slider .slider-btns {
    margin-top: 3.125rem;
    gap: 0.75rem;
  }
}

.products-slider .swiper-slide {
  width: 24.625rem;
  padding: 0 1.75rem;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .products-slider .swiper-slide {
    width: 20.25rem;
    padding: 0;
    -webkit-padding-end: 3.5rem;
            padding-inline-end: 3.5rem;
  }
}

@media screen and (min-width: 1025px) {
  .products-slider .swiper-slide-prev {
    opacity: 0;
  }
  .products-slider .swiper-slide-next + .swiper-slide + .swiper-slide + .swiper-slide {
    opacity: 0;
  }
}

.product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #F5F5F5;
  padding-block: 2.375rem 1.375rem;
  padding-inline: 2.25rem 1.5rem;
  aspect-ratio: 338/448;
}

@media screen and (max-width: 1024px) {
  .product-item {
    aspect-ratio: 268/416;
    padding-block: 0.375rem 1.375rem;
    padding-inline: 1.375rem;
  }
}

.product-item__image {
  width: 10.4375rem;
  aspect-ratio: 167/282;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .product-item__image {
    width: 9.4375rem;
    aspect-ratio: 151/256;
    margin-bottom: 1.375rem;
  }
}

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

.product-item__title {
  margin: auto 0 0.5rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

@media screen and (max-width: 1024px) {
  .product-item__title {
    font-size: 1.625rem;
  }
}

.product-item ._link {
  margin-top: 1.5rem;
}

@media screen and (max-width: 1024px) {
  .product-item ._link {
    display: none;
  }
}

.product-item__text {
  line-height: 1.25;
}

@media screen and (max-width: 1024px) {
  .product-item__text {
    font-size: 1.625rem;
    margin-top: 0.5rem;
  }
}

.systems-posts {
  padding-bottom: 5rem;
}

@media screen and (max-width: 1024px) {
  .systems-posts {
    padding-bottom: 3.75rem;
  }
}

@media screen and (min-width: 1025px) {
  .systems-posts .container {
    width: 98.6875rem;
  }
}

.systems-posts .title-box {
  max-width: 38.75rem;
}

.systems-posts .title-box p {
  color: #535353;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6;
}

@media screen and (max-width: 1024px) {
  .systems-posts .title-box p {
    font-size: 1.625rem;
  }
}

.systems-posts h2 {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0.875rem;
}

@media screen and (max-width: 1024px) {
  .systems-posts h2 {
    font-size: 2.8125rem;
  }
}

.systems-posts__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 1025px) {
  .systems-posts__filter {
    gap: 1rem;
    -webkit-padding-start: 3.75rem;
            padding-inline-start: 3.75rem;
    margin-bottom: 4rem;
  }
}

@media screen and (max-width: 1024px) {
  .systems-posts__filter {
    gap: 1.5rem;
    margin-bottom: 5rem;
  }
}

.systems-posts__filter a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  border-radius: 100px;
  border: 1px solid #D3D3D3;
  padding: 0.625rem 0.75rem 0.625rem 1.25rem;
  line-height: 1.5;
}

@media screen and (max-width: 1024px) {
  .systems-posts__filter a {
    gap: 1rem;
    padding: 1.1875rem 2rem;
  }
}

.systems-posts__filter a img {
  display: block;
  width: 2rem;
}

@media screen and (max-width: 1024px) {
  .systems-posts__filter a img {
    width: 2.5rem;
  }
}

.systems-posts__filter a span {
  font-size: 1.125rem;
  font-weight: 500;
  opacity: 0.7;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 1024px) {
  .systems-posts__filter a span {
    font-size: 2rem;
  }
}

.systems-posts__filter a:hover {
  border-color: #ED291C;
}

.systems-posts__filter a:hover span {
  opacity: 1;
}

.systems-posts__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 2.0625rem 1.0625rem;
  margin-top: 1.5rem;
}

@media screen and (max-width: 1024px) {
  .systems-posts__grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 1024px) {
  .systems-posts__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 3.625rem;
  }
}

.systems-category__item:not(:last-child) {
  margin-bottom: 4rem;
}

.systems-category__item .default-slider {
  overflow: visible;
}

@media screen and (min-width: 1025px) {
  .systems-category__item .default-slider {
    -webkit-margin-end: -1.0625rem;
            margin-inline-end: -1.0625rem;
    width: calc(100% + 1.0625rem);
  }
}

.systems-category__item .swiper-slide {
  width: 24.9375rem;
  -webkit-padding-end: 1.0625rem;
          padding-inline-end: 1.0625rem;
}

@media screen and (max-width: 1024px) {
  .systems-category__item .swiper-slide {
    width: 34.375rem;
    -webkit-padding-end: 1.625rem;
            padding-inline-end: 1.625rem;
  }
}

.systems__nav:has(.swiper-button-lock) {
  display: none !important;
}

.products-posts {
  padding-bottom: 2.5rem;
}

@media screen and (max-width: 1024px) {
  .products-posts {
    padding-bottom: 2.5rem;
  }
}

@media screen and (min-width: 1025px) {
  .products-posts .container {
    width: 92.625rem;
  }
}

.products-posts .title-box {
  max-width: 38.75rem;
}

.products-posts .title-box:not(:first-child) {
  margin-top: 4rem;
}

@media screen and (max-width: 1024px) {
  .products-posts .title-box:not(:first-child) {
    margin-top: 5rem;
  }
}

.products-posts .title-box p {
  color: #535353;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6;
}

@media screen and (max-width: 1024px) {
  .products-posts .title-box p {
    font-size: 1.625rem;
  }
}

.products-posts .title-box h2 {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0.875rem;
}

@media screen and (max-width: 1024px) {
  .products-posts .title-box h2 {
    font-size: 2.8125rem;
  }
}

.products-posts .product-item {
  aspect-ratio: 330/499;
}

.products-posts__filter {
  gap: 1.5rem;
}

@media screen and (min-width: 1025px) {
  .products-posts__filter {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
}

@media screen and (max-width: 1024px) {
  .products-posts__filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.products-posts__filter-item {
  border-radius: 100px;
  border: 1px solid #D3D3D3;
  padding: 0 2rem;
  height: 3.5rem;
  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: 0.75rem;
}

@media screen and (max-width: 1024px) {
  .products-posts__filter-item {
    padding-inline: 1.5rem 2rem;
    gap: 1rem;
    height: 5.375rem;
  }
}

.products-posts__filter-item img {
  width: 2rem;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 1024px) {
  .products-posts__filter-item img {
    width: 2.5rem;
  }
}

.products-posts__filter-item span {
  opacity: 0.7;
}

@media screen and (max-width: 1024px) {
  .products-posts__filter-item span {
    white-space: nowrap;
  }
}

.products-posts__filter-item:hover, .products-posts__filter-item.isActive {
  border: 2px solid #ED291C;
}

.products-posts__filter-item:hover span, .products-posts__filter-item.isActive span {
  opacity: 1;
}

.products-posts__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 2.375rem 3.375rem;
  margin-top: 3.5rem;
}

@media screen and (max-width: 1024px) {
  .products-posts__grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
    margin-top: 3.625rem;
  }
}

._product {
  padding-top: 6.25rem;
  padding-bottom: 0.9375rem;
  color: #000;
}

@media screen and (max-width: 1024px) {
  ._product {
    padding-top: 10rem;
  }
}

._product .breadcrumbs .container {
  padding-bottom: 0;
}

._product .products-slider h2 {
  text-align: center;
}

.product__hero {
  padding-bottom: 6.25rem;
}

@media screen and (max-width: 1024px) {
  .product__hero {
    padding-bottom: 5.375rem;
  }
}

.product__hero .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.product__title {
  font-size: 2.8125rem;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 0.3125rem;
}

@media screen and (max-width: 1024px) {
  .product__title {
    font-size: 3.4375rem;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1025px) {
  .product__info {
    width: 47.1875rem;
    padding-top: 4.875rem;
  }
}

.product__info .text {
  color: #535353;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (max-width: 1024px) {
  .product__info .text {
    font-size: 1.875rem;
  }
}

.product__info .text:not(:last-child) {
  margin-bottom: 4.5rem;
}

@media screen and (max-width: 1024px) {
  .product__info .text:not(:last-child) {
    margin-bottom: 3.75rem;
  }
}

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

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

.product__details:not(:last-child) {
  margin-bottom: 5.125rem;
}

@media screen and (max-width: 1024px) {
  .product__details:not(:last-child) {
    font-size: 5.375rem;
  }
}

.product__details-item {
  text-align: center;
  padding: 0 3.6875rem;
  line-height: 1.5;
}

@media screen and (max-width: 1024px) {
  .product__details-item {
    line-height: 1.2;
    padding: 0 1.875rem;
  }
}

.product__details-item:not(:last-child) {
  position: relative;
}

.product__details-item:not(:last-child)::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 4.625rem;
  background: #ebebeb;
  top: 0;
  inset-inline-end: 0;
}

.product__details-item .icon {
  display: block;
  margin: 0 auto 0.75rem;
}

.product__details-item .icon img {
  width: 2rem;
}

@media screen and (max-width: 1024px) {
  .product__details-item .icon img {
    width: 3.75rem;
  }
}

.product__details-item .label-1 {
  font-size: 1.125rem;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .product__details-item .label-1 {
    font-size: 1.75rem;
  }
}

.product__details-item .label-2 {
  color: #626262;
  font-size: 1rem;
}

@media screen and (max-width: 1024px) {
  .product__details-item .label-2 {
    font-size: 1.625rem;
  }
}

.product__details-item .show-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
}

@media screen and (max-width: 1024px) {
  .product__details-item .show-more {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
  }
}

.product__details-item .show-more img {
  width: 4.0625rem;
}

@media screen and (max-width: 1024px) {
  .product__details-item .show-more img {
    width: 6.1875rem;
  }
}

.product__details-item .show-more span {
  color: #626262;
  font-size: 1rem;
  white-space: nowrap;
}

@media screen and (max-width: 1024px) {
  .product__details-item .show-more span {
    font-size: 1.25rem;
  }
}

.product__details-item:first-child {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

.product__details-item:last-child {
  -webkit-padding-end: 0;
          padding-inline-end: 0;
}

.product__tabs:not(:last-child) {
  margin-bottom: 5.3125rem;
}

@media screen and (max-width: 1024px) {
  .product__tabs:not(:last-child) {
    margin-bottom: 2.5rem;
    padding-bottom: 2.25rem;
    border-bottom: 1px solid #ebebeb;
  }
}

.product__tabs-btns {
  margin-bottom: 1.8125rem;
  border-bottom: 1px solid #ebebeb;
  max-width: 38.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.125rem;
}

.product__tabs-btns button {
  display: inline-block;
  padding-inline: 0.25em 0.35em;
  padding-bottom: 0.65em;
  font-size: 1.25rem;
  line-height: 150%;
  color: rgba(83, 83, 83, 0.5);
}

@media screen and (max-width: 1024px) {
  .product__tabs-btns button {
    font-size: 2rem;
  }
}

.product__tabs-btns button.isActive {
  color: rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid #000;
}

.product__tabs-item {
  color: #535353;
  font-size: 1.25rem;
  line-height: 150%;
}

.product__tabs-item:not(:first-child) {
  display: none;
}

@media screen and (max-width: 1024px) {
  .product__tabs-item {
    font-size: 1.625rem;
  }
}

.product__tabs-item li {
  -webkit-padding-start: 2.05em;
          padding-inline-start: 2.05em;
  position: relative;
}

.product__tabs-item li::before {
  position: absolute;
  content: '';
  width: 0.95em;
  height: 0.8em;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='16' viewBox='0 0 19 16' fill='none'%3E%3Cpath d='M1 10.1667L5.25 14.5L18 1.5' stroke='%23ED291C' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  top: 0.3em;
  inset-inline-start: 0;
}

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

@media screen and (min-width: 1025px) {
  .product__image {
    aspect-ratio: 1;
    border-radius: 0.8125rem;
    border: 1px solid #dedede;
    background: #fff;
    width: 49.75rem;
    margin-top: -1.3125rem;
  }
  .product__image img {
    width: 23.5625rem;
  }
}

@media screen and (max-width: 1024px) {
  .product__image {
    background: #fcfcfc;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-top: 4.375rem;
    width: 100%;
    aspect-ratio: 680/502;
    margin-bottom: 4.0625rem;
  }
  .product__image img {
    width: 15.125rem;
  }
}

.product__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}

.product-colors {
  display: none;
  padding: 2.25rem 5rem 2.5rem;
}

@media screen and (max-width: 1024px) {
  .product-colors {
    padding: 1.5rem 2.5rem 5.125rem;
  }
  .product-colors .product__title {
    text-align: center;
  }
}

.product-colors__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem 1.5rem;
  margin-top: 2.9375rem;
}

@media screen and (max-width: 1024px) {
  .product-colors__list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 3.5rem 1.5rem;
    margin-top: 2.5rem;
  }
}

.product-colors__item-color {
  border: 1px solid #ebebeb;
  aspect-ratio: 200/90;
}

@media screen and (max-width: 1024px) {
  .product-colors__item-color {
    aspect-ratio: 184/120;
  }
}

.product-colors__item-name {
  margin-top: 0.375rem;
  line-height: 150%;
}

@media screen and (max-width: 1024px) {
  .product-colors__item-name {
    margin-top: 0.75rem;
  }
}

.product-colors .product-cat__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 4.5625rem;
}

@media screen and (max-width: 1024px) {
  .product-colors .product-cat__icon {
    width: 7.5rem;
    margin: 0 auto 2rem;
  }
}

.product-colors .product-cat__icon img {
  width: 100%;
}

.product-colors__footer {
  margin-top: 5.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.product-colors__footer .popup-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.light__button {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
  height: 3.3125rem;
  padding: 0 1.2em;
  border-radius: 50px;
  border: 1px solid #000;
}

@media screen and (max-width: 1024px) {
  .light__button {
    gap: 1rem;
    height: 5rem;
    width: 20.3125rem;
  }
}

.light__button span {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 160%;
  white-space: nowrap;
}

@media screen and (max-width: 1024px) {
  .light__button span {
    font-size: 1.875rem;
  }
}

.light__button svg {
  width: 1.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 1024px) {
  .light__button svg {
    width: 2.75rem;
  }
}

.light__button:hover {
  border-color: #ed291c;
  color: #ed291c;
}

.faqs-section {
  line-height: 1.5;
  font-size: 1.25rem;
}

@media screen and (max-width: 1024px) {
  .faqs-section {
    line-height: 1.25;
    font-size: 1.75rem;
    padding: 3.75rem 0;
  }
}

.faqs-section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .faqs-section .media-wrapper {
    margin-bottom: 2.0625rem;
  }
}

.faqs-section .media-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 796/807;
}

@media screen and (max-width: 1024px) {
  .faqs-section .media-wrapper img {
    aspect-ratio: 680/699;
  }
}

.faqs-section h2 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 160%;
}

.faqs-section h2 + p {
  margin-top: 1rem;
  max-width: 35rem;
}

@media screen and (max-width: 1024px) {
  .faqs-section h2 + p {
    margin-top: 1.125rem;
  }
}

.faqs-section .items {
  margin-top: 2.25rem;
}

@media screen and (max-width: 1024px) {
  .faqs-section .items {
    margin: 4.125rem -2.1875rem 0;
    width: calc(100% + 4.375rem);
  }
}

@media screen and (min-width: 1025px) {
  .faqs-section.layout-1 {
    padding: 7.5rem 0 3.5rem;
  }
  .faqs-section.layout-1 .container {
    width: 102.0625rem;
  }
  .faqs-section.layout-1 .media-wrapper {
    width: 49.75rem;
  }
  .faqs-section.layout-1 .content {
    width: 45.1875rem;
    padding-top: 2.25rem;
  }
}

@media screen and (min-width: 1025px) {
  .faqs-section.layout-2 {
    padding: 5.625rem 0 4.375rem;
  }
  .faqs-section.layout-2 .container {
    width: 103.1875rem;
  }
  .faqs-section.layout-2 h2 {
    margin-bottom: 2.25rem;
  }
  .faqs-section.layout-2 .media-wrapper {
    width: 34.6875rem;
  }
  .faqs-section.layout-2 .content {
    width: 63.0625rem;
  }
}

.faq-item {
  padding: 1.625rem 1.6875rem;
  border-bottom: 1px solid #ebebeb;
}

@media screen and (max-width: 1024px) {
  .faq-item {
    padding: 2rem 2.1875rem;
  }
}

.faq-item:first-child {
  border-top: 1px solid #ebebeb;
}

.faq-item__title {
  font-weight: 500;
  position: relative;
  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;
  cursor: pointer;
  gap: 1em;
}

.faq-item__title::after {
  content: '';
  width: 0.85em;
  height: 0.5em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='10' viewBox='0 0 17 10' fill='none'%3E%3Cpath d='M8.88233 9.96835C6.36954 7.46491 3.87596 4.97617 1.37673 2.49308C0.980152 2.09976 0.673962 1.67593 0.789207 1.07578C0.936087 0.30497 2.02526 -0.420631 2.87039 0.377304C3.79687 1.25322 4.69058 2.16305 5.59559 3.06271C6.68364 4.14433 7.7683 5.22934 8.88233 6.34148C8.94221 6.29175 9.04051 6.2228 9.12412 6.13917C10.9533 4.30369 12.7803 2.46595 14.6095 0.630473C15.3745 -0.136947 16.1552 -0.160681 16.7179 0.557008C17.1562 1.11534 17.0839 1.73809 16.5009 2.32467C15.5044 3.32605 14.5011 4.31951 13.5046 5.32089C11.9578 6.87381 10.4144 8.42899 8.88346 9.96948L8.88233 9.96835Z' fill='%23ED291C'/%3E%3C/svg%3E");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.faq-item__title.isActive::after {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}

.faq-item__content {
  color: #535353;
  max-width: 35rem;
  padding-top: 2rem;
  display: none;
}

@media screen and (max-width: 1024px) {
  .faq-item__content {
    padding-top: 2.375rem;
  }
}

[dir='rtl'] .ui-slider-horizontal .ui-slider-range-min {
  left: unset;
  right: 0;
}

.calculator {
  padding: 4.25rem 0 6.9375rem;
}

@media screen and (max-width: 1024px) {
  .calculator {
    padding: 2.5rem 0;
  }
  .calculator .section__title {
    text-align: center;
    font-size: 2.375rem;
  }
}

.calculator__inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  -webkit-box-shadow: 0px 0.75rem 3.4375rem 0.625rem rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0.75rem 3.4375rem 0.625rem rgba(0, 0, 0, 0.05);
  margin: 0 auto;
  padding: 3.5625rem 7.6875rem 5rem;
}

@media screen and (max-width: 1024px) {
  .calculator__inner {
    width: calc(100% - 5rem);
    padding: 4.875rem 0 6.25rem;
    -webkit-padding-start: 3.25rem;
            padding-inline-start: 3.25rem;
    -webkit-padding-end: 1.8125rem;
            padding-inline-end: 1.8125rem;
  }
}

.calculator__inner > h2 {
  font-size: 2.375rem;
  font-weight: 600;
  line-height: 125%;
}

@media screen and (max-width: 1024px) {
  .calculator__inner > h2 {
    text-align: start !important;
    font-size: 2.5rem !important;
  }
}

.calculator__inner > p {
  margin-top: 0.875rem;
  color: #626262;
  font-size: 1.625rem;
  line-height: 145%;
}

@media screen and (max-width: 1024px) {
  .calculator__inner > p {
    text-align: start !important;
    margin-top: 0.75rem !important;
    font-size: 1.625rem !important;
  }
}

.calculator__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11.0625rem;
  margin-top: 2.0625rem;
}

@media screen and (max-width: 1024px) {
  .calculator__wrapper {
    margin-top: 4.625rem;
    gap: 2.875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.calculator__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.125rem;
}

.calculator__group {
  width: 38.75rem;
  max-width: 100%;
}

@media screen and (max-width: 1024px) {
  .calculator__group {
    width: 100%;
  }
}

.calculator__group > h3 {
  margin-bottom: 1.5625rem;
}

@media screen and (max-width: 1024px) {
  .calculator__group > h3 {
    font-size: 1.875rem !important;
    margin-bottom: 2.875rem;
  }
}

.calculator__responce {
  margin-top: 5.1875rem;
}

@media screen and (max-width: 1024px) {
  .calculator__responce {
    margin-top: 5.5rem;
  }
}

.calculator__responce h4 {
  color: #ed291c;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 145%;
}

@media screen and (max-width: 1024px) {
  .calculator__responce h4 {
    font-size: 2.875rem;
  }
}

.calculator__responce span {
  display: block;
  color: #535353;
  font-size: 2.125rem;
  font-weight: 400;
  line-height: 145%;
}

@media screen and (max-width: 1024px) {
  .calculator__responce span {
    font-size: 2.5rem;
  }
}

.calculator__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0.75rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  .calculator__item {
    margin-top: 0;
    margin-bottom: 1.375rem;
  }
}

.calculator__item-label {
  color: #535353;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 145%;
  -webkit-margin-end: auto;
          margin-inline-end: auto;
  width: 100%;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 1024px) {
  .calculator__item-label {
    font-size: 1.625rem;
  }
}

.calculator__item-col {
  width: 12.5625rem;
}

@media screen and (max-width: 1024px) {
  .calculator__item-col {
    width: 12.8125rem;
  }
}

.calculator__item-col._wider {
  width: 24.1875rem;
}

@media screen and (max-width: 1024px) {
  .calculator__item-col._wider {
    width: 22rem;
  }
}

.calculator__item-count {
  width: 4.4375rem;
  border-bottom: 1px solid #d4d4d4;
  -webkit-margin-end: 0.625rem;
          margin-inline-end: 0.625rem;
  color: #000;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 145%;
}

@media screen and (max-width: 1024px) {
  .calculator__item-count {
    font-size: 1.625rem;
  }
}

.calculator__item-current {
  border-radius: 3.125rem;
  border: 0.03125rem solid #666;
  padding: 0.75rem 1.25rem;
  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;
}

.calculator__item-current input {
  border: none;
  height: auto;
  padding: 0;
}

.calculator__item-input {
  width: 100%;
  height: 2px;
  background: #d4d4d4;
}

@media screen and (max-width: 1024px) {
  .calculator__item-input {
    height: 3px;
  }
}

.calculator__item-input .ui-slider-handle {
  width: 1.1875rem;
  height: 1.1875rem;
  border-radius: 50%;
  border: 2px solid #ed291c;
  background: #fff;
  top: -0.5em;
}

@media screen and (max-width: 1024px) {
  .calculator__item-input .ui-slider-handle {
    width: 2.1875rem;
    height: 2.1875rem;
  }
}

.calculator__item-input .ui-slider-range {
  background: #ed291c;
  height: 2px;
  overflow: hidden;
  left: 0;
}

.calculator__item-input .min-value,
.calculator__item-input .max-value {
  display: none !important;
  position: absolute;
  bottom: -1.5em;
  font-size: 1rem;
}

@media screen and (max-width: 1024px) {
  .calculator__item-input .min-value,
  .calculator__item-input .max-value {
    font-size: 1.625rem;
  }
}

.calculator__item-input .min-value {
  inset-inline-start: 0;
}

.calculator__item-input .max-value {
  inset-inline-end: 0;
}

.calculator__result {
  margin-top: 4.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 145%;
  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;
}

@media screen and (max-width: 1024px) {
  .calculator__result {
    font-size: 1.625rem;
    margin-bottom: 0;
  }
}

.calculator__result-count {
  color: #535353;
}

.calculator P {
  font-size: 1.125rem;
  line-height: 145%;
}

@media screen and (max-width: 1024px) {
  .calculator P {
    font-size: 1.625rem;
    text-align: center;
    margin-bottom: 3.5rem;
  }
}

.colors-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-margin-end: 0.375rem;
          margin-inline-end: 0.375rem;
}

.colors-list span {
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 1px solid #ebebeb;
}

.colors-list li:not(:last-child) {
  -webkit-margin-end: -1rem;
          margin-inline-end: -1rem;
}

@media screen and (min-width: 1025px) {
  .modal-item {
    width: 65.75rem;
  }
}

.fancybox__slide::-webkit-scrollbar {
  width: 5px;
}

.fancybox__slide::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.2);
}

.fancybox__slide::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.8);
}

.fancybox__slide ::-moz-selection {
  background-color: #ed291c;
  color: #fff;
}

.fancybox__slide ::selection {
  background-color: #ed291c;
  color: #fff;
}

.general-instructions {
  display: none;
  padding-block: 3.75rem;
  padding-inline: 5.625rem 10rem;
  font-size: 1rem;
}

@media screen and (max-width: 1024px) {
  .general-instructions {
    font-size: 1.75rem;
    padding-inline: 2.5rem;
  }
}

.general-instructions h2 {
  text-align: center;
  font-size: 2.1875rem;
  font-weight: 500;
  line-height: 160%;
  color: #000;
  padding-bottom: 0.57143em;
  margin-bottom: 1.22857em;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .general-instructions h2 {
    font-size: 2.375rem;
  }
}

.general-instructions h2::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  height: 1px;
  width: 4.375rem;
  background: #dfdfdf;
}

.general-instructions p,
.general-instructions li {
  color: #626262;
}

.general-instructions li:not(:last-child) {
  margin-bottom: 0.75em;
}

.general-instructions h3 {
  color: #000;
  font-size: 1.4375rem;
  font-weight: 500;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 1024px) {
  .general-instructions h3 {
    font-size: 2rem;
  }
}

.general-instructions h3:not(:first-child) {
  margin-top: 1.6087em;
}

.product-category__item {
  margin-top: 4rem !important;
}

.product-category__item.products-slider {
  margin: 0;
}

.product-category__item .default-slider {
  margin-top: 3.5rem;
}

.product-category__item .swiper-slide {
  width: 24rem;
  padding: 0 1.6875rem;
}

.search-wrapper {
  position: absolute;
  background: #fff;
  -webkit-box-shadow: 1.44444em 0.66667em 3.05556em rgba(0, 0, 0, 0.1);
  box-shadow: 1.44444em 0.66667em 3.05556em rgba(0, 0, 0, 0.1);
  /* border-radius:.66667em; */
  width: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  bottom: 0;
  padding: 4.44444em 2.5em 10em 2.5em;
  display: none;
  color: #000;
  z-index: 1;
  max-height: calc(100vh - 8rem);
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #ed291c #e6e6e6;
}

[type="search"] {
  border: 1px solid #DEDEDE !important;
}

.search-wrapper::-webkit-scrollbar {
  width: 3px;
}

.search-wrapper::-webkit-scrollbar-track {
  background: #f5f5f5;
}

.search-wrapper::-webkit-scrollbar-thumb {
  background: #ed291c;
}

.search-wrapper .close-menu-item {
  display: none;
}

@media screen and (max-width: 768px) {
  .search-wrapper {
    bottom: auto;
    top: 0;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100vw;
    border-radius: 0;
    padding: 4.66667vw;
    max-height: calc(var(--vh, 1vh) * 100);
  }
  .search-wrapper .close-menu-item {
    display: block;
    position: absolute;
    inset-inline-start: 4.66667vw;
    top: 8.66667vw;
    font-size: 4vw;
  }
}

.search-wrapper .search-form-wrapper {
  max-width: 30.55556em;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .search-wrapper .search-form-wrapper {
    max-width: 100%;
    width: 100%;
  }
  .search-wrapper .search-form-wrapper .search-form {
    -webkit-margin-start: 9.33333vw;
            margin-inline-start: 9.33333vw;
  }
}

.search-wrapper .search-field {
  position: relative;
}

.search-wrapper .search-field input {
  display: block;
  width: 100%;
  background: #f5f5f5;
  border-radius: 13.33333vw;
  height: 2.5em;
  font-size: 1.22222em;
  padding: 0 1.09091em;
}

@media screen and (max-width: 768px) {
  .search-wrapper .search-field input {
    height: 12vw;
    font-size: 4.26667vw;
    padding: 0 4.26667vw;
  }
}

.search-wrapper .search-field button {
  position: absolute;
  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: 2.13542vw;
  height: 2.13542vw;
  border-radius: 50%;
  background-color: #ed291c;
  top: .36458vw;
  inset-inline-end: 0.36458vw;
  font-size: 1.125rem;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .search-wrapper .search-field button {
    width: 9.6vw;
    height: 9.6vw;
    top: 1.2vw;
    inset-inline-end: 1.2vw;
  }
}

.search-wrapper .popular-queries {
  margin-top: 2.5rem;
}

.search-wrapper .popular-queries .row {
  gap: 1rem;
  margin-top: 1.75rem;
}

@media screen and (max-width: 768px) {
  .search-wrapper .popular-queries {
    margin-top: 8vw;
  }
  .search-wrapper .popular-queries .row {
    gap: 4.26667vw;
    margin-top: 4.26667vw;
  }
}

.search-wrapper .search-query {
  font-size: 1rem;
  padding: .125em .75em;
  border: 1px solid #d4d6de;
  border-radius: 5.55556em;
  margin-left: 0.5em;
}

@media screen and (max-width: 768px) {
  .search-wrapper .search-query {
    font-size: 3.73333vw;
    padding: 1.6vw 2.66667vw;
  }
}

.search-results {
  margin-top: 2.22222em;
}

.search-results .product-list {
  margin-top: .88889em;
}

@media screen and (max-width: 768px) {
  .search-results {
    margin-top: 8vw;
  }
  .search-results .product-list {
    margin-top: 5.33333vw;
  }
}

.search-wrapper.isActive {
  display: block;
}

.overlay {
  position: fixed;
  inset: 0;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.75);
  display: none;
}

.header__search {
  position: relative;
}

.header__search::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.27778em;
  background-color: #ed291c;
  left: 0;
  bottom: -1.3em;
  z-index: 11;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
  visibility: hidden;
}

.header__search.isActive::after {
  opacity: 1;
  visibility: visible;
}

._light .header:not(._fixed) {
  background: white;
}

.mega_menu.isActive {
  width: 100%;
  background: white;
  color: black;
}

.header__nav > ul ul:before {
  content: unset;
}

.search-wrapper .search-field input::-webkit-input-placeholder {
  color: black;
}

.search-wrapper .search-field input::-moz-placeholder {
  color: black;
}

.search-wrapper .search-field input:-ms-input-placeholder {
  color: black;
}

.search-wrapper .search-field input::-ms-input-placeholder {
  color: black;
}

.search-wrapper .search-field input::placeholder {
  color: black;
}

.search-wrapper .search-query {
  padding: 0.5rem 1rem;
}

.mega_menu_1 ul li a {
  padding: 1vw 1vw 1vw 1vw;
  border-radius: 2vw;
  text-align: center;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 1025px) {
  .mega_menu_1 ul li a {
    font-size: 1.042vw;
    border: 1px solid #DEDEDE;
  }
}

.mega_menu_1 ul li img {
  -webkit-margin-end: 1vw;
          margin-inline-end: 1vw;
}

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

.mega_menu_1 ul li .g-2 {
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}

.search-results .product-list {
  margin-top: 0.88889em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.search-result-link {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.post-thumbnail {
  min-height: 297.534px;
  background: #F5F5F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1vw;
}

.search-results {
  width: 97%;
  margin: 2vw auto;
}

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

h2.post-title {
  font-size: 1vw;
  /* margin: 1vw 0; */
  padding: 1vw;
}

.post-excerpt {
  padding: 1vw;
}

.search-results > div > strong {
  -webkit-margin-start: 1vw;
          margin-inline-start: 1vw;
}

.spinner {
  margin: 0 auto;
  /* Horizontally centers the spinner */
  border: 5px solid #f3f3f3;
  /* Light grey */
  border-top: 5px solid #d11223;
  /* Blue */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.excerpt_part {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* Number of lines you want to display */
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 4.5em;
  /* This will depend on your line-height */
}

body.isActive {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .close_mobile_search {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .search-result-item {
    min-height: 62vw;
  }
  .search-result-link {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .search-results .product-list {
    gap: 7vw 0;
  }
  .post-thumbnail {
    min-height: 131.534px;
    padding: 3vw;
  }
  h2.post-title {
    font-size: 4vw;
    /* margin: 1vw 0; */
    padding: 3vw;
  }
  .search-results {
    width: 100%;
    margin: 6vw auto;
  }
  .search-wrapper .search-field {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .search-wrapper .search-form-wrapper .search-form {
    -webkit-margin-start: unset;
            margin-inline-start: unset;
  }
  .close_mobile_search {
    display: block;
    z-index: 100;
    width: 7vw;
    height: auto;
    -webkit-margin-end: 1vw;
            margin-inline-end: 1vw;
  }
  .search_wrap_active {
    background: transparent;
  }
  .search_wrap_active .header__search,
  .search_wrap_active .header__languages,
  .search_wrap_active .header__nav {
    display: none;
  }
  body.isActive .header__nav-button,
  body.isActive .header__logo {
    display: none;
  }
  .header__search-button:before {
    content: "";
    font-family: "icomoon";
    font-size: 1.6rem;
  }
  .header__search::after {
    bottom: -0.5em;
  }
  .header__languages {
    color: white;
  }
  .header__search-button {
    color: white;
  }
  .header__nav > ul > li {
    position: relative;
  }
  .mega_menu {
    display: none;
  }
}

.error_page footer {
  display: none;
}

.main._404 {
  padding-top: 6vw;
}

.hero-sec {
  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;
  padding: 8vw 1vw 1vw 1vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.hero-sec h3 {
  font-size: 1.667vw;
  font-weight: 700;
  line-height: 3vw;
}

.hero-sec .op {
  font-size: 1vw;
  font-weight: 200;
  line-height: 2vw;
}

.hero-sec a {
  margin-top: 3vw;
  border: 1px solid #ED291C;
  border-radius: 3vw;
  background: #ED291C;
  padding: 1vw 2vw 1vw 2vw;
  color: white;
}

@media screen and (max-width: 768px) {
  .hero-sec {
    padding: 40vw 1vw 1vw 1vw;
  }
  .hero-sec h3 {
    font-size: 5vw;
    font-weight: 700;
    line-height: 8vw;
  }
  .hero-sec .op {
    font-size: 4vw;
    font-weight: 200;
    line-height: 7vw;
  }
  .hero-sec a {
    margin-top: 3vw;
    border: 1px solid #ED291C;
    border-radius: 16vw;
    background: #ED291C;
    padding: 3.5vw 6vw 3.5vw 7vw;
    color: white;
  }
}

.mega_menu_2 ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10%;
          flex: 0 0 10%;
  font-size: 1.042vw;
  font-weight: 600;
}

.child_children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 1vw 0vw 0.5vw 0vw;
  gap: 0.7vw;
}

.child_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4vw 0;
  font-weight: 300;
  color: #000;
}

.ss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1vw;
  font-weight: 600;
}

.g-3 {
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  /*.mega_menu_2,*/
  /*.mega_menu_1 {*/
  /*  display: none;*/
  /*}*/
  ._fixed .header__nav-button._active span {
    background: black;
  }
  .ov .header__logo ._white {
    display: none;
  }
  .ov .header__logo ._color {
    display: block !important;
  }
  .header__nav-wrap._active {
    background: white !important;
  }
  .parent_menu.isActive .mega_menu_2 .mega_menu,
  .parent_menu.isActive .mega_menu_1 .mega_menu {
    display: block;
  }
  /* .ov{
  overflow: auto !important;
  } */
  .header__nav > ul > li:has(ul):after {
    color: black;
  }
  .header__nav {
    width: 100%;
    padding: 0vw 4vw 0vw 4vw;
  }
  .header__nav > ul > li > a {
    font-size: 6vw;
    color: black;
  }
  .header__nav > ul > li {
    -webkit-box-align: unset !important;
        -ms-flex-align: unset !important;
            align-items: unset !important;
  }
}

.line {
  margin: 0rem auto;
  width: 100%;
  background: #D6D6D6;
  height: 2px;
  margin-top: 1vw;
}

@media screen and (min-width: 1025px) {
  .line {
    display: none;
  }
}

.d-mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .d-mobile {
    display: block;
  }
  ul.mega_menu.isActive {
    padding: 0;
  }
  .mega_menu_2 ul li,
  .mega_menu_1 ul li {
    border: unset;
    font-size: 5.042vw;
    margin-bottom: 1vw;
  }
  .parent_menu.isActive .line {
    display: none;
  }
  .parent_menu.isActive > a::before {
    content: unset !important;
  }
  .ov .header__nav {
    overflow: auto;
  }
  .header__nav > ul > li:has(ul):after {
    content: "";
    font-family: "icomoon";
    font-size: 0.85rem;
  }
  .header__nav > ul > .parent_menu.isActive:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .parent_menu.active .mega_menu_2,
  .parent_menu.active .mega_menu_1 {
    margin: 5vw 0;
  }
  .child_children {
    display: none;
  }
  .mega_menu_2 ul li,
  .mega_menu_1 ul li {
    padding: 1vw 1vw 1vw 1vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 19%;
            flex: 0 0 19%;
    border-radius: 2vw;
    text-align: center;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  li.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .child_children.isActive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .child_children.isActive .child_item {
    text-align: start;
  }
  .has_child_children .g22 {
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  .has_child_children.active .g22 {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .child_children.isActive .child_item a {
    text-align: start;
    margin-inline: 0;
    color: black;
    opacity: 0.7;
    font-weight: 400;
    border-bottom: 1px solid #CDCDCD;
    padding: 3vw 0;
  }
  .child_children.isActive .ss a {
    text-align: start;
    margin-inline: 0;
    color: black;
    opacity: 0.7;
    font-weight: 400;
    padding: 3vw 0;
  }
  .ss {
    border-bottom: 1px solid #CDCDCD;
  }
  .mega_menu_2 ul li img,
  .mega_menu_1 ul li img {
    -webkit-margin-end: 1vw;
            margin-inline-end: 1vw;
  }
  .mega_menu_2,
  .mega_menu_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mega_menu_2 ul li .g-2,
  .mega_menu_1 ul li .g-2 {
    -webkit-margin-start: auto;
            margin-inline-start: auto;
  }
  .header__nav > ul > .parent_menu.active:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

.mega_menu_2.isActive .mega_menu,
.mega_menu_1.isActive .mega_menu {
  display: block;
}

html:not([dir]) .mega_menu img:last-child,
html[dir='ltr'] .mega_menu img:last-child {
  -webkit-transform: scaleX(-1) !important;
      -ms-transform: scaleX(-1) !important;
          transform: scaleX(-1) !important;
  display: inline-block !important;
}

@media screen and (min-width: 1025px) {
  .parent_menu {
    position: static !important;
  }
  .parent_menu > a {
    display: inline-block;
    position: relative;
  }
  .parent_menu > a::after {
    position: absolute;
    content: '';
    width: 120%;
    height: 2em;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
        -ms-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
    z-index: 5;
  }
}

@media screen and (min-width: 1025px) {
  .mega_menu {
    inset-inline: 0;
    padding: 5.3125rem 16.25rem 8.75rem;
    margin: 0 !important;
  }
}

@media screen and (min-width: 1025px) {
  .mega_menu_1 .mega_menu {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
  }
  .mega_menu_1 .mega_menu a {
    padding: 0 !important;
    padding-inline: 2rem 1.5rem !important;
    height: 5rem;
    margin: 0;
  }
  .mega_menu_1 .mega_menu a img:first-child {
    width: 3rem;
  }
  .mega_menu_1 .mega_menu a img:last-child {
    margin: 0;
    -webkit-margin-start: auto;
            margin-inline-start: auto;
  }
}

@media screen and (max-width: 1024px) {
  .mega_menu_1 .mega_menu a {
    width: 100%;
  }
  .mega_menu_1 .mega_menu a img:first-child {
    width: 5rem;
  }
}

.blog__head {
  overflow: unset;
}

@media screen and (max-width: 1024px) {
  .blog__grid {
    gap: 12.30769vw;
  }
}

@media screen and (min-width: 1025px) {
  .blog__head-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.25rem;
  }
}

@media screen and (max-width: 1024px) {
  .blog__head-inner {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 3.07692vw;
    padding-block: 5.12821vw 9.23077vw;
  }
  .blog__head-inner a {
    border: 1px solid #D3D3D3;
    border-radius: 25.64103vw;
    text-align: center;
    font-size: 4.10256vw;
    padding-block: 2.05128vw;
  }
  .blog__head-inner a._active {
    border: 1px solid #ED291C;
  }
}

.blog__head .breadcrumbs {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  inset-inline-start: 6.25rem;
}

.blog__head .breadcrumbs a {
  padding: 0;
}

.blog-category__header {
  max-width: 92.8125rem;
  margin-inline: auto;
  padding-block: 1rem;
}

@media screen and (max-width: 1024px) {
  .blog-category__header {
    text-align: center;
    gap: 3.07692vw;
    padding-block: 7.17949vw;
  }
}

.blog-category__header h2 {
  font-weight: 500;
  font-size: 2.5rem;
}

@media screen and (max-width: 1024px) {
  .blog-category__header h2 {
    font-size: 7.17949vw;
  }
}

.blog-category__header h2:not(:last-child) {
  margin-bottom: 0.5rem;
}

.blog.section {
  padding-bottom: 6.25rem;
}

.blog-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5.25rem;
  max-width: 92.5rem;
  margin-inline: auto;
  margin-top: 2.5rem;
}

.blog-wrapper .blog__grid {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 1024px) {
  .blog-wrapper .blog__grid {
    width: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .blog-wrapper .blog__grid {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.blog-wrapper .blog__button {
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .blog-subcategories {
    width: 13.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}

@media screen and (max-width: 1024px) {
  .blog-subcategories {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 4.10256vw 2.05128vw;
  }
  .blog-subcategories.--faq {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}

.blog-subcategories button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  border: 1px solid #D3D3D3;
  border-radius: 6.25rem;
  position: relative;
  padding-inline: 1.5rem;
  padding-block: 0.625rem;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .blog-subcategories button {
    gap: 2.05128vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-block: 3.58974vw;
    padding-inline: 2.05128vw;
    border-radius: 4.10256vw;
  }
}

.blog-subcategories button::before {
  position: absolute;
  content: '';
  inset: 0;
  border-radius: 6.25rem;
  border: 0.125rem solid #ED291C;
  opacity: 0;
}

@media screen and (max-width: 1024px) {
  .blog-subcategories button::before {
    border-radius: 4.10256vw;
  }
}

.blog-subcategories button._active::before {
  opacity: 1;
}

.blog-subcategories button._active span {
  opacity: 1;
}

.blog-subcategories button img {
  width: 1.5rem;
}

@media screen and (max-width: 1024px) {
  .blog-subcategories button img {
    width: 6.15385vw;
  }
}

.blog-subcategories button span {
  font-weight: 500;
  font-size: 1.125rem;
  opacity: 0.7;
}

@media screen and (max-width: 1024px) {
  .blog-subcategories button span {
    font-size: 3.58974vw;
  }
}

.project-grid {
  display: -ms-grid;
  display: grid;
}

@media screen and (min-width: 1025px) {
  .project-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 2.625rem 2rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (max-width: 1024px) {
  .project-grid {
    gap: 3rem;
  }
}

.project-item__image {
  aspect-ratio: 574/373;
  background: rgba(0, 0, 0, 0.25);
  margin-bottom: 1rem;
  display: block;
}

@media screen and (max-width: 1024px) {
  .project-item__image {
    margin-bottom: 4.10256vw;
  }
}

.project-item__image:hover {
  opacity: 0.85;
}

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

.project-item__title {
  font-weight: 600;
  font-size: 1.875rem;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 1024px) {
  .project-item__title {
    font-size: 5.38462vw;
    margin-bottom: 1.28205vw;
  }
}

.project-item__title:hover {
  text-decoration: underline;
}

.project-item__excerpt {
  font-size: 1rem;
  color: #535353;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .project-item__excerpt {
    font-size: 3.58974vw;
  }
}

.project-item ._link {
  margin-top: 1rem;
}

@media screen and (max-width: 1024px) {
  .project-item ._link {
    margin-top: 4.10256vw;
  }
}

.project-item ._link::after {
  color: #ED291C;
}

.faq-grid {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.faq-item2:not(:last-child) {
  border-bottom: 1px solid #CECECE;
}

.faq-item2:first-child {
  border-bottom: 1px solid #CECECE;
}

.faq-item2__title {
  padding-block: 1.5rem;
  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;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .faq-item2__title {
    padding-block: 6.66667vw;
  }
}

.faq-item2__title span {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 6C12.5523 6 13 6.44772 13 7V11H17C17.5523 11 18 11.4477 18 12C18 12.5523 17.5523 13 17 13H13V17C13 17.5523 12.5523 18 12 18C11.4477 18 11 17.5523 11 17V13H7C6.44772 13 6 12.5523 6 12C6 11.4477 6.44772 11 7 11H11V7C11 6.44772 11.4477 6 12 6Z' fill='black'/%3E%3C/svg%3E%0A");
}

@media screen and (max-width: 1024px) {
  .faq-item2__title span {
    width: 6.15385vw;
    height: 6.15385vw;
  }
}

.faq-item2__title h3 {
  font-weight: 600;
  font-size: 1.25rem;
}

@media screen and (max-width: 1024px) {
  .faq-item2__title h3 {
    font-size: 4.61538vw;
  }
}

.faq-item2__title.isActive span {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 12H17.25' stroke='black' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E%0A");
}

.faq-item2__content {
  padding-bottom: 2rem;
  display: none;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #666666;
}

@media screen and (max-width: 1024px) {
  .faq-item2__content {
    font-size: 4.10256vw;
    padding-bottom: 8.20513vw;
  }
}
