/*!***************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/css/index.scss ***!
  \***************************************************************************************************************************************************************************************************************/
@charset "UTF-8";

@keyframes ticker {
  0% {
    transform: translateZ(0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
.plug {
  padding: 8px;
}

.plug--big {
  height: 120px;
  width: 120px;
}

.plug--middle {
  height: 80px;
  width: 80px;
}

.plug--small {
  height: 48px;
  width: 48px;
}

.plug--tiny {
  height: 32px;
  width: 32px;
}

.running {
  position: relative;
  padding: 40px 0;
  display: flex;
  overflow: hidden;
}

@media (max-width: 1023px) {
  .running {
    padding: 16px 0;
  }
}

.running__wrapper {
  animation: ticker 10s linear infinite;
  display: flex;
}

@keyframes ticker {
  0% {
    transform: translateZ(0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}

.running__item {
  font-size: 40px;
  line-height: 52px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-weight: 600;
  flex-shrink: 0;
  margin-right: 24px;
  text-transform: uppercase;
  color: var(--primary-container-color);
}

.running__item::after {
  content: '';
  display: block;
  position: relative;
  margin-left: 24px;
  height: 22px;
  width: 22px;
  background-color: var(--primary-container-color);
  border-radius: 100%;
}

@media (max-width: 1200px) {
  .running__item {
    font-size: 32px;
    line-height: 41px;
  }
}

@media (max-width: 1023px) {
  .running__item {
    font-size: 24px;
    line-height: 32px;
    margin-right: 8px;
  }
  .running__item::after {
    height: 13px;
    width: 13px;
    margin-left: 8px;
  }
}

.step {
  padding: 120px 0;
}

@media (max-width: 1200px) {
  .step {
    padding: 80px 0 80px;
  }
}

@media (max-width: 1023px) {
  .step {
    padding: 40px 0px 80px;
  }
}

.step__container {
  position: relative;
  margin: 0 auto;
  padding: 0 24px;
  max-width: 1600px;
  min-width: 1024px;
}

@media (max-width: 1023px) {
  .step__container {
    padding: 0 8px;
    max-width: 670px;
    min-width: 320px;
  }
  .step__container.wide {
    max-width: 100%;
  }
}

@media screen and (max-width: 345px) {
  .step__container {
    min-width: 280px;
  }
}

@media (max-width: 1023px) {
  .step__container {
    padding: 0 24px;
  }
}

.step__top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 32px;
  margin-bottom: 80px;
}

@media (max-width: 1023px) {
  .step__top {
    grid-template-columns: 1fr;
    gap: 0px;
    margin-bottom: 24px;
  }
}

.step__subtitle {
  margin-top: auto;
  margin-bottom: 8px;
  text-align: right;
}

@media (max-width: 1023px) {
  .step__subtitle {
    text-align: left;
  }
}

.step__list {
  margin: 0;
  padding: 0;
  list-style: none;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 32px;
}

.step__list.mobile {
  display: none;
}

.step__list.desktop {
  display: grid;
}

@media (max-width: 1200px) {
  .step__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 24px;
  }
}

@media (max-width: 1023px) {
  .step__list {
    margin: 0 16px;
  }
  .step__list.mobile {
    display: flex;
    overflow: visible;
  }
  .step__list.desktop {
    display: none;
  }
}

.step__item {
  display: flex;
  flex-direction: column;
}

.step__buttons {
  z-index: 10;
  margin-top: 24px;
}

@media (max-width: 1023px) {
  .step__buttons {
    justify-content: end;
  }
}

.step__btn {
  height: 56px;
  width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #000000;
  background-color: var(--primary-container-color);
  transition: var(--transition-background-color);
  cursor: pointer;
}

.step__btn:not(:last-of-type) {
  margin-right: 11px;
}

.step__btn > * {
  pointer-events: none;
}

.step__btn svg {
  height: 24px;
  width: 24px;
}

@media (max-width: 1023px) {
  .step__btn {
    height: 40px;
    width: 40px;
  }
  .step__btn svg {
    height: 11px;
    width: 11px;
  }
}

.step__btn.swiper-button-disabled {
  background-color: var(--primary-container-color);
  opacity: 0.4;
}

.step__scrollbar {
  display: none;
}

@media (max-width: 1023px) {
  .step__scrollbar {
    display: block;
    margin-top: 24px;
    background-color: #d9d9d9;
    height: 4px;
    width: 100%;
  }
}

.step__scrollbar .swiper-scrollbar-drag {
  background-color: var(--primary-color);
}

.step__iconbox {
  height: 77px;
  width: 77px;
  margin-bottom: 24px;
}

.step__iconbox img {
  height: 100%;
  width: 100%;
}

@media (max-width: 1023px) {
  .step__iconbox {
    height: 60px;
    width: 60px;
  }
}

.step__key {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 16px;
  font-weight: 600;
  max-width: 285px;
}

@media (max-width: 1200px) {
  .step__key {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 1023px) {
  .step__key {
    font-size: 16px;
    line-height: 24px;
  }
}

.step__value {
  line-height: 28px;
  opacity: 0.8;
}

@media (max-width: 1200px) {
  .step__value {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 1023px) {
  .step__value {
    max-width: 264px;
    font-size: 12px;
    line-height: 18px;
  }
}

.step--additional .step__list {
  grid-template-columns: repeat(3, 1fr);
  max-height: 584px;
}

.step--additional .step__list .step__iconbox {
  max-width: 496px;
  max-height: 364px;
  width: auto;
  height: auto;
}

@media (max-width: 1023px) {
  .step--additional .step__list .step__iconbox {
    width: 100%;
    max-width: 264px;
    max-height: 228px;
  }
}

.step--additional .step__list .step__iconbox img {
  width: auto;
}

@media (max-width: 1023px) {
  .step--additional .step__list .step__iconbox img {
    width: 100%;
  }
}

.step--additional .step__list .step__value {
  max-width: 350px;
}

.step--additional .additional__scrollbar {
  display: none;
}

@media (max-width: 1023px) {
  .step--additional .additional__scrollbar {
    display: block;
    margin-top: 24px;
    background-color: #d9d9d9;
    height: 4px;
    width: calc(100% - 2 * 1%);
  }
}

.step--additional .additional__scrollbar .swiper-scrollbar-drag {
  background-color: var(--primary-color);
}

.certificates {
  padding: 16px 0 24px;
}

.certificates__container {
  position: relative;
  margin: 0 auto;
  padding: 0 24px;
  max-width: 1600px;
  min-width: 1024px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 32px;
}

@media (max-width: 1023px) {
  .certificates__container {
    padding: 0 8px;
    max-width: 670px;
    min-width: 320px;
  }
  .certificates__container.wide {
    max-width: 100%;
  }
}

@media screen and (max-width: 345px) {
  .certificates__container {
    min-width: 280px;
  }
}

@media (max-width: 1023px) {
  .certificates__container {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1023px) {
  .certificates__top, .certificates__bottom {
    padding: 0 16px;
  }
}

.certificates__swiper {
  height: 625px;
  width: 100%;
}

@media (max-width: 1023px) {
  .certificates__swiper {
    height: 440px;
  }
}

.certificates__buttons {
  position: absolute;
  display: flex;
  right: 24px;
  bottom: 24px;
  z-index: 10;
}

@media (max-width: 1023px) {
  .certificates__buttons {
    position: relative;
    right: 0;
    bottom: auto;
  }
}

.certificates__btn {
  height: 56px;
  width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #000000;
  background-color: var(--primary-container-color);
  transition: var(--transition-background-color);
  cursor: pointer;
}

.certificates__btn:not(:last-of-type) {
  margin-right: 11px;
}

.certificates__btn > * {
  pointer-events: none;
}

.certificates__btn svg {
  height: 24px;
  width: 24px;
}

@media (max-width: 1023px) {
  .certificates__btn {
    height: 40px;
    width: 40px;
  }
  .certificates__btn svg {
    height: 11px;
    width: 11px;
  }
}

.certificates__btn.swiper-button-disabled {
  background-color: var(--primary-container-color);
  opacity: 0.4;
}

.certificates__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 0;
}

@media (max-width: 1023px) {
  .certificates__slide {
    padding: 0;
  }
}

.certificates__img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 1;
  cursor: pointer;
}

@media (max-width: 1023px) {
  .certificates__img {
    pointer-events: none;
  }
}

.certificates__column {
  padding: 40px 120px 40px 40px;
  background-color: var(--primary-container-color);
  border-radius: 24px;
  background-image: var(--certs-bg-image);
  background-repeat: no-repeat;
  background-position: right bottom;
}

@media (max-width: 1023px) {
  .certificates__column {
    display: none;
  }
}

.certificates__title {
  margin-bottom: 40px;
}

@media (max-width: 1023px) {
  .certificates__title {
    margin-bottom: 24px;
    flex-direction: row;
    gap: 10px;
  }
}

.certificates__link {
  color: var(--primary-color);
  font-weight: 600;
  margin-top: 8px;
}

.certificates__bottom {
  margin-bottom: 24px;
  justify-content: space-between;
}

.certificates__description {
  margin: 0;
  font-size: 18px;
  line-height: 32px;
}

@media (max-width: 1200px) {
  .certificates__description {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 1023px) {
  .certificates__description {
    font-size: 12px;
    line-height: 18px;
    padding: 0 40px;
    margin-bottom: 24px;
  }
}

.certificates__scrollbar {
  display: none;
}

@media (max-width: 1023px) {
  .certificates__scrollbar {
    display: block;
    bottom: -25px;
    background-color: #d9d9d9;
    position: absolute;
    left: 4%;
    top: auto;
    z-index: 50;
    height: 4px;
    width: calc(100% - 2 * 4%);
  }
}

.certificates__scrollbar .swiper-scrollbar-drag {
  background-color: var(--primary-color);
}

#lightbox {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(11, 17, 54, 0.8);
  display: none;
}

#lightbox.active {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1023px) {
  #lightbox.active {
    display: none;
  }
}

#imagebox {
  position: relative;
  display: flex;
  padding: 32px 40px;
  background: #fff;
  border-radius: 24px;
  max-height: 90%;
  background-image: var(--cert-ph);
  background-size: 76%;
  background-repeat: no-repeat;
  background-position: center;
}

#lightbox img {
  max-width: 475px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: var(--transition-opacity);
}

#lightbox #close {
  width: 40px;
  height: 40px;
  opacity: 1;
  position: absolute;
  right: -17px;
  top: -17px;
  cursor: pointer;
}

#lightbox #close svg {
  width: 100%;
  height: 100%;
}

#lightbox .lb__nav {
  position: absolute;
  display: flex;
  gap: 11px;
  right: -147px;
  bottom: 0;
}

#lightbox #prev {
  transform: rotateZ(180deg);
}

#lightbox #next,
#lightbox #prev {
  width: 56px;
  height: 56px;
  opacity: 1;
  border-radius: 50%;
  cursor: pointer;
}

#lightbox #next svg,
#lightbox #prev svg {
  width: 100%;
  height: 100%;
}

#lightbox #next.swiper-button-disabled,
#lightbox #prev.swiper-button-disabled {
  background-color: var(--primary-container-color);
  opacity: 0.4;
}

.order {
  padding: 16px 0;
}

@media (max-width: 1023px) {
  .order {
    padding: 40px 0px 0;
  }
}

.order__container {
  position: relative;
  margin: 0 auto;
  padding: 0 24px;
  max-width: 1600px;
  min-width: 1024px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 32px;
}

@media (max-width: 1023px) {
  .order__container {
    padding: 0 8px;
    max-width: 670px;
    min-width: 320px;
  }
  .order__container.wide {
    max-width: 100%;
  }
}

@media screen and (max-width: 345px) {
  .order__container {
    min-width: 280px;
  }
}

@media (max-width: 1023px) {
  .order__container {
    display: flex;
    flex-direction: column;
    padding: 0 24px;
  }
}

.order__title {
  margin-bottom: 40px;
  text-align: right;
}

.order__title--success {
  display: none;
}

@media (max-width: 1200px) {
  .order__title {
    margin-bottom: 24px;
  }
}

@media (max-width: 1023px) {
  .order__title {
    text-align: left;
  }
}

.order__success {
  display: none;
  position: relative;
}

.order__form {
  display: flex;
}

.order--success .order__title--success {
  display: block;
}

.order--success .order__title--default {
  display: none;
}

.order--success .order__success {
  display: flex;
}

.order--success .order__form {
  display: none;
}

.order__column {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 40px;
  height: 100%;
  background-color: var(--primary-container-color);
  border-radius: 24px;
}

@media (max-width: 1200px) {
  .order__column {
    padding: 24px 18px;
  }
}

@media (max-width: 1023px) {
  .order__column {
    align-items: flex-start;
    padding: 24px;
    border-radius: 8px;
  }
}

.order__imagebox {
  height: 800px;
  border-radius: 24px;
  overflow: hidden;
  background-image: url(/wp-content/themes/toproi/assets/dist/images/object_ph.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.order__imagebox:has(> img.loaded) {
  background-image: none;
}

@media (max-width: 1200px) {
  .order__imagebox {
    height: 715px;
  }
}

@media (max-width: 1023px) {
  .order__imagebox {
    order: -1;
    height: 232px;
    margin-bottom: 8px;
    border-radius: 8px;
  }
}

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

.form {
  display: flex;
  flex-direction: column;
  margin: 0;
  max-width: 442px;
}

@media (max-width: 1023px) {
  .form {
    max-width: 100%;
  }
}

.form__label {
  position: relative;
  margin-bottom: 24px;
}

@media (max-width: 1023px) {
  .form__label {
    margin-bottom: 16px;
  }
}

.form__label--file {
  margin-bottom: 0;
}

.form__inp {
  height: 100%;
  width: 100%;
  padding: 16px 24px;
  border-radius: 8px;
}

@media (max-width: 1023px) {
  .form__inp {
    font-size: 12px;
    line-height: 18px;
  }
}

.form__files {
  margin-bottom: 24px;
  transition: opacity .3s ease;
}

@media (max-width: 1023px) {
  .form__files {
    margin-bottom: 16px;
  }
}

.form__files--hidden {
  visibility: hidden;
  opacity: 0;
}

.form__files-name {
  cursor: pointer;
  margin-top: 4px;
  opacity: .8;
  transition: opacity .3s ease;
}

@media (max-width: 1023px) {
  .form__files-name {
    font-size: 12px;
    line-height: 18px;
  }
}

.form__files-name:hover {
  opacity: 1;
}

.form__file {
  position: absolute;
  display: none;
  top: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.form__attach {
  padding: 15px 23px;
  border: solid 1px var(--primary-color);
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color .3s ease, color .3s ease;
  height: 100%;
  width: 100%;
}

@media (max-width: 1023px) {
  .form__attach {
    font-size: 12px;
    line-height: 18px;
  }
}

.form__attach:hover {
  background-color: var(--primary-color);
  color: var(--onprimary-color);
}

.form__stick {
  margin-right: 12px;
}

.form__error {
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  top: calc(100% + 3px);
  left: 24px;
  font-weight: 600;
  color: var(--error-color);
}

.form__btn {
  margin-top: 8px;
  margin-bottom: 16px;
}

.form__btn.has-spinner {
  position: relative;
  transition: none;
}

@media (max-width: 1200px) {
  .form__btn.has-spinner {
    padding: 18px 40px;
  }
}

@media (max-width: 1023px) {
  .form__btn.has-spinner {
    padding: 12px 24px;
  }
}

.form__btn.has-spinner::before {
  opacity: 0;
  content: '';
  position: absolute;
  background-color: #fbfbfc;
  top: 40%;
  left: 50%;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@media (max-width: 1023px) {
  .form__btn {
    padding: 14px 0;
    margin-top: 16px;
    font-size: 12px;
    line-height: 18px;
  }
}

.form__copyright {
  text-align: right;
}

@media (max-width: 1023px) {
  .form__copyright {
    text-align: left;
    font-size: 12px;
    line-height: 18px;
  }
}

.form__link {
  display: inline;
  color: var(--border-color);
}

.form__link:hover {
  color: var(--primary-color);
}

.success__message {
  position: absolute;
  max-width: 270px;
  right: 0;
}

.popup {
  position: fixed;
  z-index: 1001;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(11, 17, 54, 0.8);
  display: none;
}

@media (max-width: 1023px) {
  .popup {
    background-color: #00000066;
    left: 0;
    display: flex;
    transform: translateY(250%);
    transition: var(--transition-transform);
  }
  .popup .form__inp {
    background-color: var(--primary-container-color);
  }
  .popup .wpcf7-not-valid {
    background-color: var(--onprimary-color);
  }
}

.popup.active {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1023px) {
  .popup.active {
    transform: translateY(0px);
  }
}

.popup__form .form__copyright {
  text-align: left;
}

@media (max-width: 1023px) {
  .popup__form {
    bottom: -15px;
    position: absolute;
  }
}

.popup__content {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 32px 40px;
  background: var(--primary-container-color);
  border-radius: 24px;
}

@media (max-width: 1023px) {
  .popup__content {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background: var(--onprimary-color);
    padding: 40px 24px;
  }
}

.popup__title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: var(--onbackground-color);
  margin-bottom: 28px;
  max-width: 435px;
}

.popup__title--success {
  display: none;
}

@media (max-width: 1023px) {
  .popup__title {
    max-width: 260px;
    text-transform: uppercase;
  }
  .popup__title::first-line {
    color: var(--primary-color);
  }
}

.popup__body--success {
  display: none;
}

.popup__close {
  width: 40px;
  height: 40px;
  opacity: 1;
  position: absolute;
  right: -17px;
  top: -17px;
  cursor: pointer;
}

.popup__close svg {
  width: 100%;
  height: 100%;
}

@media (max-width: 1023px) {
  .popup__close {
    right: 24px;
  }
}

.popup__close--big {
  display: none;
}

@media (max-width: 1023px) {
  .popup__close--big {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    right: auto;
    padding: 56px 0;
    background: #fff;
  }
  .popup__close--big svg {
    width: 64px;
    height: 64px;
    margin: auto;
    position: relative;
  }
}

.popup--success .popup__title--success {
  display: block;
}

.popup--success .popup__title--default {
  display: none;
}

.popup--success .popup__body--success {
  display: flex;
  flex-direction: column;
}

.popup--success .popup__body--success .success__img {
  max-width: 430px;
}

.popup--success .popup__body--default {
  display: none;
}

.popup--success .form__btn {
  text-align: center;
  margin-top: 64px;
}

.wpcf7-form {
  margin: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

.wpcf7-form.submitting .has-spinner {
  color: transparent;
}

.wpcf7-form.submitting .has-spinner::before {
  opacity: 1;
}

.wpcf7-form-control-wrap {
  display: flex;
  flex-direction: column;
}

.wpcf7-not-valid {
  border: 1px solid var(--error-color);
}

.wpcf7-not-valid-tip {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: var(--error-color);
  margin-top: 8px;
  padding-left: 24px;
  position: relative;
}

@media (max-width: 1023px) {
  .wpcf7-not-valid-tip {
    font-weight: 300;
    max-width: 250px;
  }
}

.wpcf7-not-valid-tip::before {
  content: '';
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  background-image: url(/wp-content/themes/toproi/assets/dist/images/error.svg);
  left: 0;
  top: -2px;
}

@media (max-width: 1023px) {
  .wpcf7-not-valid-tip::before {
    transform: scale(0.8);
  }
}

.wpcf7-response-output {
  display: none;
}

.wpcf7-spinner {
  display: none;
}
.menu {
  display: none;
  margin-bottom: 16px;
  transition: var(--transition-opacity);
  opacity: 0;
}

.menu__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000066;
  z-index: -1;
  opacity: 0;
}

.menu__overlay.active {
  opacity: 1;
  z-index: 0;
}

@media (max-width: 1023px) {
  .menu {
    display: block;
  }
}

.menu.default {
  position: relative;
  opacity: 1;
}

.menu.sticky {
  position: fixed;
  bottom: 16px;
  margin-bottom: 0;
  z-index: 1000;
  width: 100%;
  opacity: 1;
}

.menu__container {
  position: relative;
  margin: 0 auto;
  padding: 0 24px;
  max-width: 1600px;
  min-width: 1024px;
}

@media (max-width: 1023px) {
  .menu__container {
    padding: 0 8px;
    max-width: 670px;
    min-width: 320px;
  }
  .menu__container.wide {
    max-width: 100%;
  }
}

@media screen and (max-width: 345px) {
  .menu__container {
    min-width: 280px;
  }
}

.menu__nav {
  display: flex;
  align-items: center;
  border-radius: 16px;
  background-color: var(--primary-container-color);
  justify-content: space-between;
  border: 1px solid #FFFFFF;
  box-shadow: 0px -1px 12px 0px #00000040;
}

.menu__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 16px 0;
  width: 25%;
}

.menu__item.current .menu__iconbox {
  fill: var(--primary-color);
}

.menu__item.current .menu__title {
  color: var(--primary-color);
}

.menu__navlink {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.menu__iconbox {
  height: 24px;
  width: 24px;
  margin-bottom: 4px;
  fill: #afb4d2;
}

.menu__iconbox svg {
  width: 100%;
  height: 100%;
}

.menu__title {
  font-size: 12px;
  line-height: 14px;
  color: #afb4d2;
  font-weight: 600;
}

.menu__additional {
  overflow: scroll;
  position: fixed;
  bottom: 0px;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  transform: translateY(150%);
  transition: var(--transition-transform);
}

.menu__additional.active {
  transform: translateY(0);
}

.menu__additional.active .menu__overlay {
  opacity: 1;
}

.menu__additional .additional__wrapper {
  position: absolute;
  width: 100%;
  top: 40px;
  background: #fff;
  padding: 40px 0;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

.menu__close--small {
  position: absolute;
  right: 24px;
  top: -16px;
}

.menu__close--big {
  padding: 56px 0;
  display: flex;
  justify-content: center;
}

.menu__close--big svg {
  height: 64px;
  width: 64px;
}

.menu__closeicon {
  height: 40px;
  width: 40px;
}

.menu__column {
  margin-bottom: 40px;
  padding: 0 24px;
}

.menu__page:not(:last-of-type) {
  margin-bottom: 24px;
}

.menu__link,
.menu .current-menu-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
}

.menu__linkicon {
  height: 32px;
  width: 32px;
  border-radius: 100%;
  border: 1px solid #141414;
}

.menu__contacts {
  background-color: var(--surface-variant-color);
}

.menu__contact {
  display: flex;
  flex-direction: column;
}

.contacts__wrapper {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contact__value a:not(.c-link) {
  display: none;
}

@media (max-width: 1023px) {
  .contact__key {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 8px;
    color: var(--onsurface-variant-color);
  }
  .contact__value {
    font-size: 12px;
    line-height: 18px;
    display: flex;
    justify-content: space-between;
  }
  .contact__value a:not(.c-link) {
    font-size: 12px;
    line-height: 16px;
    color: #273C86;
    font-weight: 600;
    display: block;
  }
}

.socials__icons {
  display: flex;
  gap: 14px;
}

.socials__key {
  margin-bottom: 8px;
}

.socials__icon {
  height: 50px;
  width: 50px;
}

.footer {
  padding: 16px 0 40px;
  position: relative;
}

@media (max-width: 1023px) {
  .footer {
    padding: 16px 0 0;
  }
}

.footer__container {
  position: relative;
  margin: 0 auto;
  padding: 0 24px;
  max-width: 1600px;
  min-width: 1024px;
}

@media (max-width: 1023px) {
  .footer__container {
    padding: 0 8px;
    max-width: 670px;
    min-width: 320px;
  }
  .footer__container.wide {
    max-width: 100%;
  }
}

@media screen and (max-width: 345px) {
  .footer__container {
    min-width: 280px;
  }
}

@media (max-width: 1023px) {
  .footer__container {
    margin-bottom: 40px;
    padding: 0 24px;
  }
}

.footer .toTop {
  position: fixed;
  z-index: 1;
  right: 25px;
  bottom: 100px;
  opacity: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  transition: var(--transition-opacity);
  pointer-events: none;
  box-shadow: 0px 12px 40px 0px #001CD233;
  border-radius: 100%;
}

.footer .toTop svg {
  width: 100%;
  height: 100%;
}

.footer .toTop--show {
  opacity: 1;
  pointer-events: all;
}

.footer .toTop:hover svg rect:nth-of-type(1) {
  fill: #AFB4D2;
}

@media (max-width: 1023px) {
  .footer .toTop {
    display: none;
  }
}

.footer__top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px 32px;
  padding: 24px;
  margin-bottom: 32px;
  background-color: var(--primary-2-color);
  border-radius: 24px;
}

@media (max-width: 1023px) {
  .footer__top {
    display: none;
  }
}

.footer__left {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid var(--border-color);
}

.footer__imagebox {
  height: 162px;
  width: 85px;
}

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

.footer__list {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 32px 40px;
  border: 2px solid var(--border-color);
  border-radius: 16px;
}

@media (max-width: 1200px) {
  .footer__list {
    padding: 60px 40px;
  }
}

.footer__item:not(:last-of-type) {
  margin-bottom: 24px;
}

.footer__name {
  margin-bottom: 4px;
  color: var(--onprimary-color);
}

.footer__line {
  display: flex;
}

.footer__line--width {
  font-size: 18px;
  line-height: 32px;
  max-width: 355px;
  color: var(--onprimary-color);
  opacity: 0.6;
}

.footer__line--wrap {
  flex-wrap: wrap;
}

.footer__line--wrap .footer__link--color:not(:last-of-type) {
  margin-bottom: 8px;
}

.footer__location {
  font-size: 18px;
  line-height: 32px;
  margin-left: 15px;
  color: var(--onprimary-color);
  opacity: 0.6;
  max-width: 455px;
  padding-right: 40px;
}

.footer__language {
  display: none;
  cursor: pointer;
  margin-left: auto;
  align-items: center;
  gap: 15px;
  color: var(--onprimary-color);
}

.footer__iconlink {
  height: 31px;
  width: 31px;
  margin-right: 8px;
  color: var(--border-color);
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  background-color: var(--primary-container-color);
  border-radius: 16px;
  font-size: 18px;
}

.footer__bottom .footer__link:hover {
  color: var(--primary-color);
}

@media (max-width: 1023px) {
  .footer__bottom {
    flex-direction: column;
    justify-content: left;
    align-items: baseline;
    gap: 8px;
    border-radius: 8px;
    padding: 16px 24px;
  }
  .footer__bottom a {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: var(--border-color);
    width: 100%;
  }
  .footer__bottom a .footer__icon {
    margin-left: auto;
  }
}

.footer__link {
  display: flex;
  align-items: center;
  transition: var(--transition-color);
}

.footer__link--color {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: var(--onprimary-color);
}

.footer__link--color:not(:last-of-type) {
  margin-right: 48px;
}

.footer__link--middle {
  font-size: 18px;
  line-height: 32px;
  color: var(--onprimary-color);
  opacity: 0.6;
  align-items: end;
}

.footer__link:hover {
  color: var(--hover-text);
  opacity: 1;
}

.footer__link:hover .footer__iconlink {
  color: var(--hover-text);
}

.footer__icon {
  height: 16px;
  width: 41px;
  margin-left: 16px;
}

.footer__iconlink {
  transition: var(--transition-color);
}

@media (max-width: 1023px) {
  .footer__copyright {
    font-size: 12px;
    line-height: 18px;
  }
}

.footer .nav--column {
  margin-bottom: 24px;
}

.footer .nav__item--footer:not(:last-of-type) {
  margin-bottom: 0px;
}
.categories {
  padding: 120px 0;
}

@media (max-width: 1023px) {
  .categories {
    padding: 40px 16px;
  }
}

.categories__container {
  position: relative;
  margin: 0 auto;
  padding: 0 24px;
  max-width: 1600px;
  min-width: 1024px;
}

@media (max-width: 1023px) {
  .categories__container {
    padding: 0 8px;
    max-width: 670px;
    min-width: 320px;
  }
  .categories__container.wide {
    max-width: 100%;
  }
}

@media screen and (max-width: 345px) {
  .categories__container {
    min-width: 280px;
  }
}

.categories__top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 32px;
  margin-bottom: 40px;
}

@media (max-width: 1023px) {
  .categories__top {
    grid-template-columns: 1fr;
    gap: 0px;
    margin-bottom: 24px;
  }
}

.categories__subtitle {
  margin-top: auto;
  margin-bottom: 8px;
  text-align: right;
}

@media (max-width: 1023px) {
  .categories__subtitle {
    text-align: left;
  }
}

.categories__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(4, 142.5px);
  grid-auto-rows: auto;
  grid-gap: 24px;
}

@media (max-width: 1200px) {
  .categories__list {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 280px);
    gap: 16px;
  }
}

@media (max-width: 1023px) {
  .categories__list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 130px);
    gap: 8px;
  }
}

.categories__item {
  position: relative;
  padding: 24px;
  overflow: hidden;
  border-radius: 24px;
  border: 2px solid var(--primary-container-color);
  transition: var(--transition-shadow);
}

@media (max-width: 1023px) {
  .categories__item {
    border-radius: 8px;
  }
}

.categories__item:hover {
  box-shadow: 0 12px 40px rgba(0, 28, 210, 0.2);
}

.categories__item--1 {
  grid-area: 1 / 1 / 5 / 3;
  color: var(--onprimary-color);
  border-color: var(--onprimary-color);
}

@media (max-width: 1200px) {
  .categories__item--1 {
    grid-area: 1 / 1 / 3 / 2;
  }
}

@media (max-width: 1023px) {
  .categories__item--1 {
    grid-area: 1 / 1 / 2 / 3;
  }
}

.categories__item--2 {
  grid-area: 1 / 3 / 3 / 7;
}

.categories__item--2 img {
  opacity: 0.6;
}

@media (max-width: 1200px) {
  .categories__item--2 {
    grid-area: 1 / 2 / 2 / 4;
  }
}

@media (max-width: 1023px) {
  .categories__item--2 {
    grid-area: 2 / 1 / 3 / 3;
  }
}

.categories__item--3 {
  grid-area: 1 / 7 / 3 / 9;
}

.categories__item--3 img {
  opacity: 0.6;
}

@media (max-width: 1200px) {
  .categories__item--3 {
    grid-area: 2 / 2 / 3 / 3;
  }
}

@media (max-width: 1023px) {
  .categories__item--3 {
    grid-area: 3 / 1 / 4 / 2;
  }
}

.categories__item--4 {
  grid-area: 3 / 3 / 5 / 5;
}

.categories__item--4 img {
  opacity: 0.6;
}

@media (max-width: 1200px) {
  .categories__item--4 {
    grid-area: 2 / 3 / 3 / 4;
  }
}

@media (max-width: 1023px) {
  .categories__item--4 {
    grid-area: 3 / 2 / 4 / 3;
  }
}

.categories__item--5 {
  grid-area: 3 / 5 / 5 / 9;
  color: var(--onprimary-color);
  border-color: var(--onprimary-color);
}

@media (max-width: 1200px) {
  .categories__item--5 {
    grid-area: 3 / 1 / 4 / 4;
  }
}

@media (max-width: 1023px) {
  .categories__item--5 {
    grid-area: 4 / 1 / 5 / 3;
  }
}

.categories__item--6 {
  grid-column-start: 1;
  grid-column-end: 3;
}

.categories__item--7 {
  grid-column-start: 3;
  grid-column-end: 5;
}

.categories__item--8 {
  grid-column-start: 5;
  grid-column-end: 7;
}

.categories__item--9 {
  grid-column-start: 7;
  grid-column-end: 9;
}

.categories__item--10 {
  grid-column-start: 9;
  grid-column-end: 11;
}

.categories__item--11 {
  grid-column-start: 11;
  grid-column-end: 13;
}

.categories__item--12 {
  grid-column-start: 13;
  grid-column-end: 15;
}

.categories__item--13 {
  grid-column-start: 15;
  grid-column-end: 17;
}

.categories__item--14 {
  grid-column-start: 17;
  grid-column-end: 19;
}

.categories__item--15 {
  grid-column-start: 19;
  grid-column-end: 21;
}

.categories__item--16 {
  grid-column-start: 21;
  grid-column-end: 23;
}

.categories__item--17 {
  grid-column-start: 23;
  grid-column-end: 25;
}

.categories__imagebox {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

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

.categories__name {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  position: relative;
  max-width: 350px;
  z-index: 5;
}

@media (max-width: 1400px) {
  .categories__name {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (max-width: 1200px) {
  .categories__name {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 1023px) {
  .categories__name {
    font-size: 12px;
    line-height: 16px;
  }
}

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

.categories__icon {
  height: 80px;
  width: 80px;
  position: absolute;
  bottom: 24px;
  right: 24px;
  opacity: 0;
  transition: var(--transition-opacity);
  z-index: 10;
}

@media (max-width: 1023px) {
  .products {
    padding: 0px 16px 40px;
  }
}

.products__container {
  position: relative;
  margin: 0 auto;
  padding: 0 24px;
  max-width: 1600px;
  min-width: 1024px;
}

@media (max-width: 1023px) {
  .products__container {
    padding: 0 8px;
    max-width: 670px;
    min-width: 320px;
  }
  .products__container.wide {
    max-width: 100%;
  }
}

@media screen and (max-width: 345px) {
  .products__container {
    min-width: 280px;
  }
}

.products__top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 32px;
  margin-bottom: 40px;
}

@media (max-width: 1023px) {
  .products__top {
    grid-template-columns: 1fr;
    gap: 0px;
    margin-bottom: 24px;
  }
}

.products__subtitle {
  margin-bottom: 32px;
}

@media (max-width: 1200px) {
  .products__subtitle {
    margin-bottom: 28px;
  }
}

@media (max-width: 1023px) {
  .products__subtitle {
    margin-bottom: 0;
  }
}

.products__title {
  text-align: right;
  margin-bottom: 24px;
}

@media (max-width: 1023px) {
  .products__title {
    text-align: left;
  }
}

.products__right {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

@media (max-width: 1023px) {
  .products__right {
    order: -1;
    margin-bottom: 8px;
  }
}

.products__buttons {
  display: flex;
  z-index: 10;
  grid-column: 2;
}

@media (max-width: 1023px) {
  .products__buttons {
    grid-column: 1;
    justify-content: end;
  }
}

.products__btn {
  height: 56px;
  width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #000000;
  background-color: var(--primary-container-color);
  transition: var(--transition-background-color);
  cursor: pointer;
}

.products__btn:not(:last-of-type) {
  margin-right: 11px;
}

.products__btn > * {
  pointer-events: none;
}

.products__btn svg {
  height: 24px;
  width: 24px;
}

@media (max-width: 1023px) {
  .products__btn {
    height: 40px;
    width: 40px;
  }
  .products__btn svg {
    height: 11px;
    width: 11px;
  }
}

.products__btn.swiper-button-disabled {
  background-color: var(--primary-container-color);
  opacity: 0.4;
}

.products__swiper {
  height: 466px;
  width: 100%;
}

@media (max-width: 1023px) {
  .products__swiper {
    height: 283px;
    width: 100%;
  }
}

.products__scrollbar {
  display: none;
}

@media (max-width: 1200px) {
  .products__scrollbar {
    display: block;
    margin-top: 24px;
    background-color: #d9d9d9;
    height: 4px;
    width: 100%;
  }
}

.products__scrollbar .swiper-scrollbar-drag {
  background-color: var(--primary-color);
}

.products__slide {
  padding: 16px;
  background-color: var(--primary-container-color);
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

.products__slide:hover svg {
  transform: rotateZ(-45deg);
}

@media (max-width: 1023px) {
  .products__slide {
    padding: 8px;
    border-radius: 8px;
  }
}

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

.products__imagebox {
  height: 378px;
  width: 100%;
  margin-bottom: 16px;
  border-radius: 16px;
  background: var(--background-color);
  overflow: hidden;
}

@media (max-width: 1023px) {
  .products__imagebox {
    border-radius: 10px;
    margin-bottom: 8px;
    height: 225px;
    width: 100%;
  }
}

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

.products__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.products__name {
  font-size: 18px;
  line-height: 32px;
}

@media (max-width: 1023px) {
  .products__name {
    font-size: 12px;
    line-height: 18px;
  }
}

.products__iconbox {
  display: flex;
}

.products__icon {
  height: 40px;
  width: 40px;
  border-radius: 100%;
  border: 1px solid #141414;
  transition: var(--transition-transform);
}

.products__icon:hover {
  transform: rotateZ(-45deg);
}

@media (max-width: 1023px) {
  .products__icon {
    height: 32px;
    width: 32px;
  }
}

@media (max-width: 1023px) {
  .products .products__swiper {
    overflow: visible;
  }
}

.preview {
  padding: 24px 0 16px;
  background: var(--primary-container-color);
}

@media (max-width: 1023px) {
  .preview {
    padding: 40px 0;
    background-color: transparent;
  }
}

.preview__container {
  position: relative;
  margin: 0 auto;
  padding: 0 24px;
  max-width: 1600px;
  min-width: 1024px;
  height: 614px;
  overflow: hidden;
}

@media (max-width: 1023px) {
  .preview__container {
    padding: 0 8px;
    max-width: 670px;
    min-width: 320px;
  }
  .preview__container.wide {
    max-width: 100%;
  }
}

@media screen and (max-width: 345px) {
  .preview__container {
    min-width: 280px;
  }
}

@media (max-width: 1200px) {
  .preview__container {
    height: 387px;
  }
}

@media screen and (max-width: 425px) {
  .preview__container {
    height: 145px;
  }
}

.preview__video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px;
  cursor: pointer;
}

@media (max-width: 1023px) {
  .preview__video {
    border-radius: 8px;
  }
}

.objects {
  padding: 16px 0 24px;
  background: var(--primary-container-color);
}

@media (max-width: 1023px) {
  .objects {
    padding: 40px 0 64px;
    background-color: transparent;
  }
}

.objects__container {
  position: relative;
  margin: 0 auto;
  padding: 0 24px;
  max-width: 1600px;
  min-width: 1024px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 32px;
}

@media (max-width: 1023px) {
  .objects__container {
    padding: 0 8px;
    max-width: 670px;
    min-width: 320px;
  }
  .objects__container.wide {
    max-width: 100%;
  }
}

@media screen and (max-width: 345px) {
  .objects__container {
    min-width: 280px;
  }
}

@media (max-width: 1023px) {
  .objects__container {
    grid-template-columns: 1fr;
  }
}

.objects__top.mobile {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding: 0 16px;
}

.objects__top.mobile .objects__title {
  color: var(--primary-color);
  font-weight: 600;
}

.objects__top.mobile .objects__buttons {
  position: relative;
  top: 0;
  left: 0;
}

.objects__top.mobile .objects__buttons .objects__btn {
  background-color: var(--primary-container-color);
  transition: var(--transition-background-color);
}

.objects__top.mobile .objects__buttons .swiper-button-disabled {
  background-color: var(--primary-container-color);
  opacity: 0.4;
}

.objects__column {
  padding: 40px;
  border-radius: 24px;
  text-align: right;
}

.objects__column--color {
  background: var(--primary-2-color);
}

@media (max-width: 1023px) {
  .objects__column {
    border-radius: 8px;
    padding: 16px;
    text-align: left;
    margin-bottom: 16px;
  }
}

.objects__header {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 24px;
  color: var(--onprimary-color);
}

@media (max-width: 1200px) {
  .objects__header {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 1023px) {
  .objects__header {
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
    margin-bottom: 16px;
  }
}

.objects__title {
  margin-bottom: 40px;
}

@media (max-width: 1023px) {
  .objects__title {
    font-size: 16px;
    line-height: 24px;
    text-transform: none;
    margin-bottom: 8px;
  }
}

.objects__name {
  font-size: 18px;
  line-height: 32px;
  margin-left: auto;
  max-width: 510px;
  color: var(--onprimary-color);
}

@media (max-width: 1200px) {
  .objects__name {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 1023px) {
  .objects__name {
    font-size: 12px;
    line-height: 18px;
  }
}

.objects__slider {
  background-image: url(/wp-content/themes/toproi/assets/dist/images/object_ph.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.objects__slider:has(> img.loaded) {
  background-image: none;
}

.objects__swiper {
  width: 100%;
  height: 625px;
  border-radius: 24px;
}

@media (max-width: 1200px) {
  .objects__swiper {
    height: 450px;
  }
}

@media (max-width: 1023px) {
  .objects__swiper {
    border-radius: 8px;
    height: 255px;
  }
}

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

.objects__scrollbar {
  display: none;
}

@media (max-width: 1023px) {
  .objects__scrollbar {
    display: block;
    margin-top: 24px;
    background-color: #d9d9d9;
    height: 4px;
    width: calc(100% - 2 * 2%);
  }
}

.objects__scrollbar .swiper-scrollbar-drag {
  background-color: var(--primary-color);
}

.objects__buttons {
  position: absolute;
  display: flex;
  left: 24px;
  bottom: 24px;
  z-index: 10;
}

@media (max-width: 1023px) {
  .objects__buttons.desktop {
    display: none;
  }
}

.objects__btn {
  height: 56px;
  width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #000000;
  background-color: var(--onprimary-color);
  transition: var(--transition-background-color);
  cursor: pointer;
}

.objects__btn:not(:last-of-type) {
  margin-right: 11px;
}

.objects__btn > * {
  pointer-events: none;
}

.objects__btn svg {
  height: 24px;
  width: 24px;
}

@media (max-width: 1023px) {
  .objects__btn {
    height: 40px;
    width: 40px;
  }
  .objects__btn svg {
    height: 11px;
    width: 11px;
  }
}

.objects__btn.swiper-button-disabled {
  background-color: rgba(255, 255, 255, 0.4);
}

.advantages {
  padding: 24px 0;
}

.advantages__container {
  position: relative;
  margin: 0 auto;
  padding: 0 24px;
  max-width: 1600px;
  min-width: 1024px;
}

@media (max-width: 1023px) {
  .advantages__container {
    padding: 0 8px;
    max-width: 670px;
    min-width: 320px;
  }
  .advantages__container.wide {
    max-width: 100%;
  }
}

@media screen and (max-width: 345px) {
  .advantages__container {
    min-width: 280px;
  }
}

.advantages__content {
  position: relative;
  padding: 80px 160px 120px 160px;
  background: var(--primary-container-color);
  border-radius: 16px;
  overflow: hidden;
}

@media (max-width: 1023px) {
  .advantages__content {
    border-radius: 8px;
    padding: 40px 16px;
  }
}

.advantages__title {
  position: relative;
  margin-bottom: 80px;
  max-width: 50%;
  text-align: right;
  z-index: 5;
}

@media (max-width: 1023px) {
  .advantages__title {
    margin-bottom: 40px;
    text-align: left;
  }
}

.advantages__imagebox {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 1;
}

@media (max-width: 1480px) {
  .advantages__imagebox {
    right: -176px;
  }
}

@media (max-width: 1200px) {
  .advantages__imagebox {
    right: -276px;
  }
}

.advantages__img {
  height: 100%;
  width: 424px;
}

.advantages__box {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 32px;
}

@media (max-width: 1023px) {
  .advantages__box {
    grid-template-columns: 1fr;
    padding: 0 24px;
  }
}

.advantages__list {
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 2;
}

@media (max-width: 1023px) {
  .advantages__list:not(:last-of-type) {
    margin-bottom: 40px;
  }
}

.advantages__item:not(:last-of-type) {
  margin-bottom: 80px;
}

@media (max-width: 1023px) {
  .advantages__item:not(:last-of-type) {
    margin-bottom: 40px;
  }
}

.advantages__iconbox {
  height: 77px;
  width: 77px;
  margin-bottom: 24px;
}

@media (max-width: 1023px) {
  .advantages__iconbox {
    height: 60px;
    width: 60px;
  }
}

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

.advantages__header {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 16px;
  font-weight: 600;
  max-width: 355px;
}

@media (max-width: 1200px) {
  .advantages__header {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 1023px) {
  .advantages__header {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
  }
}

.advantages__description {
  max-width: 353px;
  line-height: 28px;
  opacity: 0.8;
}

@media (max-width: 1200px) {
  .advantages__description {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 1023px) {
  .advantages__description {
    font-size: 12px;
    line-height: 18px;
  }
}

.news {
  padding: 120px 0;
}

@media (max-width: 1023px) {
  .news {
    padding: 40px 0px 40px;
  }
}

.news__container {
  position: relative;
  margin: 0 auto;
  padding: 0 24px;
  max-width: 1600px;
  min-width: 1024px;
}

@media (max-width: 1023px) {
  .news__container {
    padding: 0 8px;
    max-width: 670px;
    min-width: 320px;
  }
  .news__container.wide {
    max-width: 100%;
  }
}

@media screen and (max-width: 345px) {
  .news__container {
    min-width: 280px;
  }
}

@media (max-width: 1023px) {
  .news__container {
    padding: 0 24px;
  }
}

.news__top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 32px;
  margin-bottom: 40px;
}

@media (max-width: 1023px) {
  .news__top {
    grid-template-columns: 1fr;
    gap: 0px;
    margin-bottom: 24px;
  }
}

.news__subtitle {
  margin-top: auto;
  margin-bottom: 8px;
}

@media (max-width: 1023px) {
  .news__subtitle {
    text-align: left;
  }
}

.news__title {
  text-align: right;
}

@media (max-width: 1023px) {
  .news__title {
    text-align: left;
    order: 1;
  }
}

.news__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 24px;
}

.news__item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 24px;
  height: auto;
  border: 1px solid var(--border-2-color);
  border-radius: 24px;
  overflow: hidden;
  transition: var(--transition-background-color);
}

.news__item:hover {
  background-color: var(--primary-container-color);
}

.news__item:not(:last-of-type) {
  margin-bottom: 24px;
}

.news__header {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: auto;
  max-width: 371px;
  margin-right: 34px;
  transition: var(--transition-color);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media (max-width: 1200px) {
  .news__header {
    font-size: 18px;
    line-height: 28px;
    max-width: 330px;
    margin-bottom: 16px;
  }
}

@media (max-width: 1023px) {
  .news__header {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 16px;
  }
}

.news__item:hover .news__header {
  color: var(--primary-color);
}

.news__imagebox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-height: 0;
  height: auto;
  max-width: 410px;
  margin-right: 34px;
  margin-left: auto;
  border-radius: 16px;
  overflow: hidden;
  transition: var(--transition-max-height);
  background: var(--primary-color);
}

@media (max-width: 1200px) {
  .news__imagebox {
    max-width: 220px;
  }
}

@media (max-width: 1023px) {
  .news__imagebox {
    max-width: 100%;
    max-height: 155px;
    height: 155px;
    margin-bottom: 16px;
  }
}

@media (max-width: 560px) {
  .news__imagebox {
    max-height: 135px;
    height: 135px;
  }
}

@media screen and (min-width: 1023px) {
  .news__item:hover .news__imagebox {
    max-height: 239px;
    transition: var(--transition-max-height);
  }
}

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

.news__box {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: auto;
  max-width: 570px;
  width: 100%;
}

@media (max-width: 1200px) {
  .news__box {
    max-width: 330px;
  }
}

.news__description {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 18px;
  color: var(--onsurface-variant-color);
  transition: var(--transition-color);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

@media (max-width: 1200px) {
  .news__description {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 1023px) {
  .news__description {
    -webkit-line-clamp: 3;
    line-clamp: 3;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 16px;
    color: var(--onsurface-color);
  }
}

@media (min-width: 1201px) {
  .news__item:hover .news__description {
    color: var(--onsurface-color);
    transition: var(--transition-color);
  }
}

.news__date {
  font-size: 18px;
  line-height: 32px;
  margin-left: auto;
  color: var(--onsurface-variant-color);
}

.news__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.news__btn {
  margin-right: auto;
}

.news__bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 32px;
}

@media (max-width: 1023px) {
  .news__bottom.mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.news__swiper.mobile {
  display: none;
}

@media (max-width: 1023px) {
  .news__swiper.mobile {
    display: block;
    overflow: visible;
    height: 368px;
  }
  .news__slide {
    display: flex;
    flex-direction: column;
    padding: 24px;
    background-color: var(--primary-container-color);
    border-radius: 8px;
  }
  .news__buttons {
    display: flex;
    z-index: 10;
  }
}

@media (max-width: 1023px) and (max-width: 1023px) {
  .news__buttons {
    justify-content: end;
    margin-bottom: 24px;
  }
}

@media (max-width: 1023px) {
  .news__btn {
    height: 56px;
    width: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #000000;
    background-color: var(--primary-container-color);
    transition: var(--transition-background-color);
    margin-right: 0;
    cursor: pointer;
  }
  .news__btn:not(:last-of-type) {
    margin-right: 11px;
  }
  .news__btn > * {
    pointer-events: none;
  }
  .news__btn svg {
    height: 24px;
    width: 24px;
  }
}

@media (max-width: 1023px) and (max-width: 1023px) {
  .news__btn {
    height: 40px;
    width: 40px;
  }
  .news__btn.button {
    display: none;
  }
  .news__btn svg {
    height: 11px;
    width: 11px;
  }
}

@media (max-width: 1023px) {
  .news__btn.swiper-button-disabled {
    background-color: var(--primary-container-color);
    opacity: 0.4;
  }
  .news__time {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: var(--onsurface-variant-color);
  }
  .news__time svg {
    width: 12px;
    height: 12px;
    margin-right: 8px;
  }
}

@media (max-width: 1023px) and (max-width: 1023px) {
  .news__time svg {
    width: 22px;
    height: 22px;
  }
}

@media (max-width: 1023px) {
  .news__icon {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    border: 1px solid #141414;
    transition: var(--transition-transform);
  }
  .news__scrollbar {
    display: none;
  }
}

@media (max-width: 1023px) and (max-width: 1023px) {
  .news__scrollbar {
    display: block;
    bottom: -25px;
    background-color: #d9d9d9;
    position: absolute;
    left: 0;
    top: auto;
    z-index: 50;
    height: 4px;
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .news__scrollbar .swiper-scrollbar-drag {
    background-color: var(--primary-color);
  }
}

.news .news__slide {
  display: flex;
  flex-direction: column;
}

.regions {
  padding: 24px 0 16px;
}

@media (max-width: 1023px) {
  .regions {
    padding: 40px 0;
  }
}

.regions__container {
  position: relative;
  margin: 0 auto;
  padding: 0 24px;
  max-width: 1600px;
  min-width: 1024px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 32px;
}

@media (max-width: 1023px) {
  .regions__container {
    padding: 0 8px;
    max-width: 670px;
    min-width: 320px;
  }
  .regions__container.wide {
    max-width: 100%;
  }
}

@media screen and (max-width: 345px) {
  .regions__container {
    min-width: 280px;
  }
}

@media (max-width: 1023px) {
  .regions__container {
    grid-template-columns: 1fr;
  }
}

.regions__left {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  background-color: var(--primary-container-color);
  border-radius: 24px;
}

@media (max-width: 1023px) {
  .regions__left {
    border-radius: 8px;
    padding: 12px 0px 0px;
    align-items: baseline;
  }
}

.regions__title {
  height: -moz-fit-content;
  height: fit-content;
  text-align: right;
  padding: 40px;
}

@media (max-width: 1023px) {
  .regions__title {
    padding: 0 16px;
    text-align: left;
    margin-bottom: 55px;
  }
}

.regions__list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.regions__item {
  padding: 40px;
  width: 100%;
  background: #D1D4E7;
  border-radius: 24px;
  display: flex;
  align-items: center;
}

.regions__item:nth-child(2) {
  background: #B6BAD2;
}

.regions__item:nth-child(3) {
  background: #9EA2BA;
}

@media (max-width: 1200px) {
  .regions__item {
    padding: 24px;
    border-radius: 16px;
  }
}

@media (max-width: 1023px) {
  .regions__item {
    padding: 18px 0;
    border-radius: 8px;
  }
  .regions__item:last-of-type {
    padding: 8px 0;
    align-items: center;
  }
}

.regions__key {
  font-size: 30px;
  margin-left: 170px;
  color: #00000020;
}

@media (max-width: 1200px) {
  .regions__key {
    font-size: 24px;
    line-height: 31px;
    margin-left: 24px;
  }
}

@media (max-width: 1023px) {
  .regions__key {
    font-size: 12px;
    line-height: 18px;
    color: black;
    margin-left: auto;
    margin-right: 40px;
  }
}

.regions__value {
  font-size: 24px;
  margin-left: auto;
}

.regions__value.button {
  font-size: 18px;
}

@media (max-width: 1200px) {
  .regions__value.button {
    padding: 12px 32px;
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 1023px) {
  .regions__value.button {
    padding: 10px 32px;
    font-size: 12px;
    line-height: 18px;
  }
}

@media (max-width: 1200px) {
  .regions__value {
    font-size: 24px;
    line-height: 31px;
  }
}

@media (max-width: 1023px) {
  .regions__value {
    font-size: 12px;
    line-height: 18px;
    margin-left: 16px;
    order: -1;
  }
}

.regions__imagebox {
  height: 625px;
}

@media (max-width: 1200px) {
  .regions__imagebox {
    height: 450px;
  }
}

@media (max-width: 1023px) {
  .regions__imagebox {
    order: -1;
    height: 310px;
    margin-bottom: 24px;
  }
}

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

.partners {
  padding: 120px 0;
  overflow: hidden;
}

@media (max-width: 1023px) {
  .partners {
    padding: 40px 16px;
  }
}

.partners__container {
  position: relative;
  margin: 0 auto;
  padding: 0 24px;
  max-width: 1600px;
  min-width: 1024px;
}

@media (max-width: 1023px) {
  .partners__container {
    padding: 0 8px;
    max-width: 670px;
    min-width: 320px;
  }
  .partners__container.wide {
    max-width: 100%;
  }
}

@media screen and (max-width: 345px) {
  .partners__container {
    min-width: 280px;
  }
}

.partners__top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 32px;
  margin-bottom: 40px;
}

@media (max-width: 1023px) {
  .partners__top {
    grid-template-columns: 1fr;
    gap: 0px;
    margin-bottom: 24px;
  }
}

.partners__subtitle {
  margin-top: auto;
  margin-bottom: 8px;
  text-align: right;
}

@media (max-width: 1023px) {
  .partners__subtitle {
    text-align: left;
  }
}

.partners__bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 32px;
  margin-bottom: 24px;
}

@media (max-width: 1023px) {
  .partners__bottom {
    grid-template-columns: repeat(1, 1fr);
  }
}

.partners__description {
  font-size: 18px;
  line-height: 32px;
  margin: 0;
  grid-area: 1/2;
  max-width: 570px;
  color: var(--onsurface-variant-color);
}

@media (max-width: 1023px) {
  .partners__description {
    font-size: 12px;
    line-height: 18px;
    color: var(--onsurface-color);
    padding: 0 24px;
    margin-bottom: 24px;
    grid-area: auto;
  }
}

.partners__box {
  display: flex;
}

.partners__list {
  margin: 0;
  padding: 0;
  list-style: none;
  animation: ticker 30s linear infinite;
  display: flex;
}

@keyframes ticker {
  0% {
    transform: translateZ(0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}

.partners__item {
  height: 170px;
  width: 260px;
  flex: 0 0 260px;
  filter: grayscale(1);
}

.partners__item:not(:last-of-type) {
  margin-right: 24px;
}

@media (max-width: 1023px) {
  .partners__item:not(:last-of-type) {
    margin-right: 8px;
  }
}

@media (max-width: 1023px) {
  .partners__item {
    height: 75px;
    width: 115px;
    flex: 0 0 115px;
  }
}

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

/*!**************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/swiper/swiper-bundle.min.css ***!
  \**************************************************************************************************************************************************************************************************************************************/
/**
 * Swiper 9.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 13, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color:#007aff;
}

.swiper, swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide, swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

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

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet, :host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

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

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification, swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform,opacity,height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

