.swiper-wrapper {
    word-break: normal!important;
}
/*nav-over-items*/
.nav-item .tn-atom {
    transition:all .5s ease-in-out!important;
}
.nav-item .tn-atom:hover {
    color: #2f3cae!important;
    transform:scale(1.025)!important;
}

/*выравниваем контейнер мобильного меню, относительно максимальной ширины Zero блоков (контента), немного перфекционизма:)*/
@media screen and (max-width: 980px) {
  .t280__menu__content {
    max-width: 620px;
    /*мксимальная ширина контента в zero 620px*/
    margin: 0 auto;
    /*ставим по центру*/
    padding: 0;
    /*убираем родной padding*/
  }

  .t280__burger {
    right: 0;
  }

  /*сили для контейнера под иконку входа в кабинет*/
  .login-wrapper {
    width: 100%;
    position: absolute;
    bottom: 2%;
    left: 0;
    justify-content: center;
    display: flex;
    align-items: center;
    height: 48px;
  }

  .login-wrapper .tn-atom {
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 100;
  }

  .login-wrapper .login-user {
    height: 100%;
    width: 48px;
  }
}

@media screen and (max-width: 640px) {
  .t280__menu__content {
    max-width: 460px;
    /*мксимальная ширина контента в zero 460px*/
    margin: 0 auto;
    /*ставим по центру*/
    padding: 0;
    /*убираем родной padding*/
  }

  /*сили для контейнера под иконку входа в кабинет*/
  .login-wrapper {
    width: 100%;
    position: relative;
    bottom: 10px;
    left: 0;
    justify-content: center;
    display: flex;
    align-items: center;
    height: 48px;
    margin: 40px 0;
  }
}

@media screen and (max-width: 480px) {
  .t280__menu__content {
    max-width: 300px;
    /*мксимальная ширина контента в zero 320px*/
    margin: 0 auto;
    /*ставим по центру*/
    padding: 0;
    /*убираем родной padding*/
  }

  .t280__logo {
    width: 140px;
    /*задаем ширину контейнера логотипа*/
  }

  .t280__logo__img {
    width: 100%;
    /*задаем ширину логотипа*/
    height: auto;
    /*задаем высоту логотипа*/
  }

  /*сили для контейнера под иконку входа в кабинет*/
  .login-wrapper {
    width: 100%;
    position: absolute;
    bottom: 10%;
    left: 0;
    justify-content: center;
    display: flex;
    align-items: center;
    height: 36px;
    margin: 0;
  }

  .login-wrapper .login-user {
    height: 100%;
    width: 36px;
  }
}

/*слайдер партнеры*/
.partnerSlayder.swiper-container,
.partnerSlayderReverse.swiper-container {
  position: absolute;
  display: block;
  margin: 0;
}

.partnerSlayder .swiper-wrapper,
.partnerSlayderReverse .swiper-wrapper {
  display: flex;
  transition-timing-function: linear!important;
  /*меняем тип анимации прокрутки (убираем плавное торможение)*/
}

.img-slide {
  left: 0 !important;
  /*сбрасываем исходные значения позиционирования элемента img*/
  top: 0 !important;
  /*сбрасываем исходные значения позиционирования элемента img*/
}

/*Стили для блока "Ускоряем каждый этап проведения сделки"*/
.iBlockWrap.swiper-container {
  position: absolute;
  display: block;
  margin: 0 !important;
  overflow: hidden;
}

.iBlockWrap .swiper-wrapper {
  display: flex !important;
}

/*Переключатель прайс-листов*/
.price-trigger .tn-atom {
  cursor: pointer;
  transition: all .5s ease-in-out;
}

/*Переключатель прайс-листов / круг*/
.price-trigger .tn-atom::before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  background: #303BAE;
  left: -1px;
  top: -1px;
  border-radius: 100%;
  transition: all .5s ease-in-out;
  transform: translateX(0);
  border: 1px solid #303BAE;
  box-shadow: 0 0 3px rgb(0 0 0 / 30%);
}

/*Переключатель прайс-листов / активное состояние*/
.price-trigger.active .tn-atom {
  background-color: #303BAE !important;
  transition: all .5s ease-in-out;
}

.price-trigger.active .tn-atom::before {
  transform: translateX(100%);
  transition: all .5s ease-in-out;
  background: #f6f9ff;
  border: 1px solid #f6f9ff;
}

/*Текст переключателя / активное состояние*/
.post.active .tn-atom,
.pred.active .tn-atom {
  color: #303BAE !important;
  font-weight: 600 !important;
}

/*Включаем прокрутку блока прайса на мобильных устройствах*/
@media screen and (max-width: 960px) {

  #rec351519616 .t396__artboard,
  #rec351574428 .t396__artboard,
  #rec351933618 .t396__artboard,
  #rec355008159 .t396__artboard{
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  /*Делаем видимое окружеие, чтобы не мещать анимации, указывающей на скролл-контейнер*/
  #rec351505274 .t396__artboard,
  #rec351930886 .t396__artboard {
    overflow: visible;
  }
}

/*Стили для иконок (табов), в блоке кейсы*/
.thumb.swiper-container {
  position: absolute;
  display: block;
  margin: 0 !important;
  overflow: hidden;
}

.thumb .swiper-wrapper {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}

.thumb .logo {
  left: 0 !important;
  /*сбрасываем значения, присвоенные в zero*/
  top: 0 !important;
  /*сбрасываем значения, присвоенные в zero*/
  position: relative !important;
  /*сбрасываем значения, присвоенные в zero*/
  z-index: 10 !important;
  /*сбрасываем значения, присвоенные в zero*/
}

.thumb .swiper-slide-thumb-active .tn-atom {
  opacity: 1 !important;
}

.thumb .tn-atom {
  transition: all .5s;
  cursor: pointer;
}

@media screen and (max-width: 480px) {
  .thumb .swiper-wrapper {
    display: grid !important;
    justify-items: center;
    align-items: center;
    grid-template-columns: repeat(3, 1fr);
    /*сетка для икнок*/
    column-gap: 32px;
    /*отступ между колонкми*/
    row-gap: 10px;
    /*отступ между рядами*/
  }
}

/*Стили для слайдера с кейсами*/
.swiper-button-disabled {
  opacity: .5;
  /*не активная стрелка - прозрачность*/
  transition: all .5s;
  /*скорость анимации*/
}

.casesSlider.swiper-container {
  position: absolute;
  display: block;
  margin: 0 !important;
  overflow: hidden;
}

.casesSlider .swiper-wrapper {
  display: flex !important;
}

.nextCase,
.prevCase {
  cursor: pointer;
  outline: none;
}

/*Анимируем пазл*/
.pazl-wrapper .tn-atom {
  position: relative;
  overflow: hidden;
}

.pazl-wrapper .pazl {
  width: 100% !important;
  left: 0 !important;
  top: 235px !important;
  animation: rotate 30s linear infinite reverse;
}

@-webkit-keyframes rotate {
  0% {
    transform: rotate(360deg)
  }

  100% {
    transform: rotate(0deg)
  }
}

@media screen and (max-width: 1200px) {
  .pazl-wrapper .pazl {
    top: 175px !important;
  }
}

@media screen and (max-width: 940px) {
  .pazl-wrapper .pazl {
    top: 155px !important;
  }
}

@media screen and (max-width: 640px) {
  .pazl-wrapper .pazl {
    top: 135px !important;
  }
}

@media screen and (max-width: 480px) {
  .pazl-wrapper .pazl {
    top: 100px !important;
  }
}

#rec351184165 {
  word-break: inherit !important;
}

/*Отступ первого блока*/
@media screen and (max-width: 640px) {
  #rec351079274 {
    padding-top: 120px !important;
    padding-bottom: 30px !important;
  }
}
/*Отступ первого блока*/
@media screen and (max-width: 480px) {
  #rec351079274 {
    padding-top: 90px !important;
    padding-bottom: 30px !important;
  }
}

/*Кнопка "Получить консультацию в CTA*/
#rec351162612 .t-submit,
#rec351324682 .t-submit,
#rec351561457 .t-submit,
#rec351931847 .t-submit,
#rec354240798 .t-submit,
#rec354240804 .t-submit,
#rec354240814 .t-submit,
#rec354240817 .t-submit {
  transition: all .5s ease-in-out;
}

#rec351162612 .t-submit:hover,
#rec351324682 .t-submit:hover,
#rec351561457 .t-submit:hover,
#rec351931847 .t-submit:hover,
#rec354240798 .t-submit:hover,
#rec354240804 .t-submit:hover,
#rec354240814 .t-submit:hover,
#rec354240817 .t-submit:hover  {
  color: #fff !important;
  background-color: #303bae !important;
}

/*Кнопка "Получить консультацию и расчёт стоимости*/
#rec351994416 .t-submit,
#rec354240818 .t-submit {
  transition: all .5s ease-in-out;
}

#rec351994416 .t-submit:hover,
#rec354240818 .t-submit:hover {
  color: #303bae !important;
  background-color: #fff !important;
}

/*Отступ внутри инпута*/
@media screen and (max-width: 960px) {
  #rec351162612 .t-input {
    padding: 0 10px !important;
  }
}

/*Подчеркнутый текст /  Добавить тексту в zero класс t-w-l*/
.t-w-l .tn-atom {
  width: max-content;
  position: absolute;
  transition: all .5s ease-in-out;
}

.t-w-l .tn-atom::after {
  content: '';
  position: absolute;
  width: 100%;
  background: #303bae;
  height: 1px;
  left: 1px;
  bottom: 0;
  transition: all .5s ease-in-out;
  transforam-origin: bottom;
  z-index: -1;
}

.t-w-l .tn-atom:hover {
  color: #fff !important;
}

.t-w-l .tn-atom:hover::after {
  height: 100%;
}

/*Кнопки (табы)*/
.btn-tab-1 .tn-atom,
.btn-tab-2 .tn-atom,
.btn-tab-3 .tn-atom,
.btn-tab-4 .tn-atom,
.btn-tab-5 .tn-atom {
  text-align: left;
  cursor: pointer;
}

.btn-tab-1.active .tn-atom,
.btn-tab-2.active .tn-atom,
.btn-tab-3.active .tn-atom,
.btn-tab-4.active .tn-atom,
.btn-tab-5.active .tn-atom {
  color: #303bae !important;
}

@media screen and (max-width: 960px) {

  .btn-tab-1 .tn-atom,
  .btn-tab-2 .tn-atom,
  .btn-tab-3 .tn-atom,
  .btn-tab-4 .tn-atom,
  .btn-tab-5 .tn-atom {
    text-align: center;
  }

  .btn-tab-1.active .tn-atom,
  .btn-tab-2.active .tn-atom,
  .btn-tab-3.active .tn-atom,
  .btn-tab-4.active .tn-atom,
  .btn-tab-5.active .tn-atom {
    color: #fff !important;
    background-color: #303bae !important;
  }
}