@charset "UTF-8";
.tab-info-section .holder-tab-info {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  background-color: #0D375A;
  padding-top: 112px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .tab-info-section .holder-tab-info {
      padding-top: 108px; } }
  @media (min-width: 1440px) and (max-width: 1679px) {
    .tab-info-section .holder-tab-info {
      padding-top: 77px; } }

.tab-info-section .holder-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  overflow: hidden;
  bottom: 0; }
  .tab-info-section .holder-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(13, 55, 90, 0.8) 0%, #0d375a 70%, #0d375a 100%); }
  .tab-info-section .holder-img img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 100%; }

.tab-info-section .container {
  position: relative;
  z-index: 1;
  max-width: 1130px;
  padding: 0 34px;
  text-align: center;
  color: #fff; }

.tab-info-section .section-title {
  font-weight: normal;
  margin: 0 0 30px; }
  @media (min-width: 1024px) and (max-width: 1679px) {
    .tab-info-section .section-title {
      font-size: 36px;
      margin-bottom: 24px; } }

.tab-info-section .section-text {
  line-height: 1.4;
  font-weight: 300; }
  @media (min-width: 1024px) and (max-width: 1679px) {
    .tab-info-section .section-text {
      font-size: 16px; } }

.tab-info-section .tabs-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 65px; }
  @media (min-width: 1024px) and (max-width: 1679px) {
    .tab-info-section .tabs-wrapper {
      padding-top: 40px; } }
  @media (min-width: 1680px) {
    .tab-info-section .tabs-wrapper {
      padding-top: 118px; } }

.tab-info-section .bottom-text-wrapper {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.3); }

.tab-info-section .bottom-text {
  max-width: 1776px;
  margin: 0 auto;
  padding: 30px 34px 25px;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.3;
  color: #fff; }
  @media (min-width: 1024px) {
    .tab-info-section .bottom-text {
      padding: 39px 40px 30px; } }
  @media (min-width: 1440px) {
    .tab-info-section .bottom-text {
      padding: 39px 80px 36px;
      font-size: 16px; } }
  @media (min-width: 1920px) {
    .tab-info-section .bottom-text {
      padding: 39px 34px 36px; } }
  .tab-info-section .bottom-text p {
    margin: 0; }

.tab-info-section .tabs-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }
  .tab-info-section .tabs-nav button {
    border: 0;
    background: transparent;
    font-weight: 600;
    font-size: 26px;
    position: relative;
    color: #fff;
    width: 100%;
    height: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.6s;
    border-top: 1px solid rgba(255, 255, 255, 0.3); }
    @media (min-width: 768px) {
      .tab-info-section .tabs-nav button {
        border: 0;
        width: 33.333%; } }
    @media (min-width: 1024px) and (max-width: 1679px) {
      .tab-info-section .tabs-nav button {
        font-size: 20px;
        height: 80px;
        padding: 0 60px;
        width: auto; } }
    @media (min-width: 1680px) {
      .tab-info-section .tabs-nav button {
        width: 323px; } }
    .tab-info-section .tabs-nav button.active {
      border: 0;
      background: #1A6CAF;
      text-decoration: underline; }
      .tab-info-section .tabs-nav button.active span:after {
        transform: rotate(180deg); }
      .tab-info-section .tabs-nav button.active:hover {
        color: #fff;
        text-decoration: underline; }
        .tab-info-section .tabs-nav button.active:hover:after {
          display: none; }
        .tab-info-section .tabs-nav button.active:hover span:after {
          border-color: #fff transparent transparent transparent; }
    .tab-info-section .tabs-nav button:hover {
      color: #151515;
      text-decoration: none; }
      .tab-info-section .tabs-nav button:hover:after {
        top: 0; }
      .tab-info-section .tabs-nav button:hover span:after {
        border-color: #151515 transparent transparent transparent; }
    .tab-info-section .tabs-nav button:after {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      bottom: 0;
      content: "";
      transition: all 0.6s;
      background: #fff;
      z-index: -1; }
    .tab-info-section .tabs-nav button span {
      display: inline-block;
      width: 12px;
      height: 9px;
      position: relative;
      margin: 3px 0 0 20px; }
      .tab-info-section .tabs-nav button span:after {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 9px 6px 0 6px;
        border-color: #fff transparent transparent transparent;
        transform: rotate(0deg);
        transition: all 0.6s; }
        @media (min-width: 1024px) and (max-width: 1679px) {
          .tab-info-section .tabs-nav button span:after {
            border-width: 7px 5px 0 5px; } }

.tab-info-section .tabs-content {
  border-top: 1px solid rgba(255, 255, 255, 0.3); }

.tab-info-section .tab-content .holder {
  display: flex;
  flex-wrap: wrap; }

.tab-info-section .tab-content .col {
  width: 100%;
  padding: 51px 19px 45px; }
  @media (min-width: 1024px) {
    .tab-info-section .tab-content .col {
      width: 50%;
      padding: 80px 25px; } }
  @media (min-width: 1440px) {
    .tab-info-section .tab-content .col {
      padding: 80px 65px; } }
  @media (min-width: 1680px) {
    .tab-info-section .tab-content .col {
      padding: 102px 98px; } }
  .tab-info-section .tab-content .col:first-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 15px 34px; }
    @media (min-width: 1024px) {
      .tab-info-section .tab-content .col:first-child {
        border-bottom: 0;
        border-right: 1px solid rgba(255, 255, 255, 0.3);
        padding: 80px 15px; } }
    @media (min-width: 1440px) {
      .tab-info-section .tab-content .col:first-child {
        padding: 80px 70px; } }
    @media (min-width: 1680px) {
      .tab-info-section .tab-content .col:first-child {
        padding: 118px 108px; } }

.tab-info-section .col-title {
  color: #fff;
  text-align: center;
  font-family: "Figtree", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.1;
  margin: 0 0 20px; }
  @media (min-width: 1680px) {
    .tab-info-section .col-title {
      margin-bottom: 30px; } }

.tab-info-section .col-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
  margin-top: 40px; }
  @media (min-width: 1680px) {
    .tab-info-section .col-footer {
      margin-top: 60px; } }

.tab-info-section .col-text {
  font-weight: 300;
  font-size: 14px;
  opacity: 0.5;
  margin: 0;
  color: rgba(255, 255, 255, 0.5); }
  @media (min-width: 1680px) {
    .tab-info-section .col-text {
      font-size: 16px; } }

.tab-info-section .col-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  text-decoration: none; }
  .tab-info-section .col-link span {
    position: relative; }
    .tab-info-section .col-link span:before {
      position: absolute;
      bottom: -2px;
      left: 0;
      right: 0;
      height: 1px;
      background: #fff;
      content: "";
      opacity: 1; }
  .tab-info-section .col-link:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 9px;
    border-color: transparent transparent transparent #fff;
    transition: transform 0.4s; }
  .tab-info-section .col-link:hover:after {
    transform: translateX(4px); }
  @media (min-width: 1680px) {
    .tab-info-section .col-link {
      font-size: 20px; } }

.tab-info-section .logos-list {
  display: flex;
  flex-wrap: wrap; }
  .tab-info-section .logos-list .logo-item {
    width: 50%;
    padding: 0 15px;
    text-align: center; }
    @media (min-width: 768px) {
      .tab-info-section .logos-list .logo-item {
        width: 33.333%; } }
    @media (min-width: 1200px) {
      .tab-info-section .logos-list .logo-item {
        padding: 0 10px; } }
    @media (min-width: 1680px) {
      .tab-info-section .logos-list .logo-item {
        padding: 0 31px; } }
    .tab-info-section .logos-list .logo-item a {
      height: 100%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 37px 10px;
      max-width: 186px;
      transition: all 0.5s;
      transform: scale(1); }
      .tab-info-section .logos-list .logo-item a:hover {
        transform: scale(1.2); }
      @media (min-width: 1024px) {
        .tab-info-section .logos-list .logo-item a {
          padding: 25px 26px;
          max-width: 188px; } }
      @media (min-width: 1680px) {
        .tab-info-section .logos-list .logo-item a {
          padding: 33px 26px; } }
      .tab-info-section .logos-list .logo-item a img {
        max-height: 68px; }

.tab-info-section .reviews-list {
  padding-bottom: 112px;
  position: relative; }
  .tab-info-section .reviews-list:after {
    position: absolute;
    bottom: 23px;
    left: 50%;
    transform: translateX(-50%);
    content: "Swipe";
    font-size: 20px;
    font-weight: 500;
    color: #fff; }
    @media (min-width: 768px) {
      .tab-info-section .reviews-list:after {
        display: none; } }
    @media (min-width: 1024px) and (max-width: 1679px) {
      .tab-info-section .reviews-list:after {
        font-size: 18px; } }
  @media (min-width: 768px) {
    .tab-info-section .reviews-list {
      padding-bottom: 0; } }

.tab-info-section .review-item blockquote {
  color: #fff;
  font: 300 24px/1.4 "Figtree", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  border: 0;
  padding: 30px 0 15px;
  margin: 0 0 55px;
  position: relative; }
  @media (min-width: 1024px) and (max-width: 1679px) {
    .tab-info-section .review-item blockquote {
      font-size: 20px;
      padding: 0 45px;
      line-height: 1.2;
      margin-bottom: 79px; } }
  @media (min-width: 1680px) {
    .tab-info-section .review-item blockquote {
      line-height: 1.1;
      padding: 0 48px;
      font-size: 30px;
      margin: 0 0 108px; } }
  .tab-info-section .review-item blockquote:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 26px;
    height: 23px;
    background-image: url(../../images/icons/top-q.svg);
    background-size: 100%;
    background-repeat: no-repeat; }
  .tab-info-section .review-item blockquote:after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 26px;
    height: 23px;
    background-image: url(../../images/icons/bottom-q.svg);
    background-size: 100%;
    background-repeat: no-repeat; }
    @media (min-width: 1680px) {
      .tab-info-section .review-item blockquote:after {
        right: 10px; } }

.tab-info-section .review-item .review-author {
  display: flex;
  align-items: flex-end; }
  @media (min-width: 768px) {
    .tab-info-section .review-item .review-author {
      padding-right: 160px; } }
  @media (min-width: 1680px) {
    .tab-info-section .review-item .review-author {
      padding-left: 48px; } }
  .tab-info-section .review-item .review-author .author-image {
    margin-right: 28px; }
    @media (min-width: 1024px) {
      .tab-info-section .review-item .review-author .author-image {
        margin-right: 15px; } }
    @media (min-width: 1024px) and (max-width: 1679px) {
      .tab-info-section .review-item .review-author .author-image {
        width: 101px;
        height: 101px;
        margin-right: 21px; } }
    @media (min-width: 1680px) {
      .tab-info-section .review-item .review-author .author-image {
        margin-right: 30px; } }
  .tab-info-section .review-item .review-author .author-info {
    color: #fff;
    max-width: 300px;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative; }
    .tab-info-section .review-item .review-author .author-info:before {
      position: absolute;
      top: 0;
      left: 0;
      height: 1px;
      content: "";
      background: rgba(26, 108, 175, 0.5);
      width: 83px; }
    .tab-info-section .review-item .review-author .author-info strong {
      display: block;
      margin-bottom: 10px;
      font-weight: 400;
      font-size: 26px; }
      @media (min-width: 1024px) {
        .tab-info-section .review-item .review-author .author-info strong {
          font-size: 20px; } }
      @media (min-width: 1680px) {
        .tab-info-section .review-item .review-author .author-info strong {
          font-size: 26px; } }
    .tab-info-section .review-item .review-author .author-info span {
      font-weight: 300;
      font-size: 16px; }
      @media (min-width: 1024px) {
        .tab-info-section .review-item .review-author .author-info span {
          font-size: 14px; } }
      @media (min-width: 1680px) {
        .tab-info-section .review-item .review-author .author-info span {
          font-size: 16px; } }

.tab-info-section .review-item {
  margin: 0 15px; }

.tab-info-section .slick-arrow {
  position: absolute;
  width: 64px;
  height: 64px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: transparent;
  font-size: 0;
  line-height: 0;
  padding: 0;
  z-index: 2; }
  @media (min-width: 1024px) and (max-width: 1679px) {
    .tab-info-section .slick-arrow {
      width: 60px;
      height: 60px; } }
  .tab-info-section .slick-arrow.slick-next {
    bottom: 0;
    right: 15px; }
    @media (min-width: 768px) {
      .tab-info-section .slick-arrow.slick-next {
        bottom: 0;
        right: 10px; } }
    @media (min-width: 1024px) and (max-width: 1679px) {
      .tab-info-section .slick-arrow.slick-next {
        right: 16px; } }
    .tab-info-section .slick-arrow.slick-next:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 8px;
      height: 12px;
      background: #fff;
      clip-path: polygon(0 0, 100% 50%, 0 100%);
      transform: translate(-50%, -50%) scale(1);
      transform-origin: center;
      transition: transform 0.4s; }
      @media (min-width: 1024px) and (max-width: 1679px) {
        .tab-info-section .slick-arrow.slick-next:after {
          width: 7.5px;
          height: 11px; } }
    .tab-info-section .slick-arrow.slick-next:hover:after {
      transform: translate(-50%, -50%) scale(1.2); }
  .tab-info-section .slick-arrow.slick-prev {
    bottom: 0;
    left: 15px; }
    @media (min-width: 768px) {
      .tab-info-section .slick-arrow.slick-prev {
        left: auto;
        right: 94px;
        bottom: 0; } }
    @media (min-width: 1024px) and (max-width: 1679px) {
      .tab-info-section .slick-arrow.slick-prev {
        right: 86px; } }
    .tab-info-section .slick-arrow.slick-prev:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 8px;
      height: 12px;
      background: #fff;
      clip-path: polygon(100% 0, 0 50%, 100% 100%);
      transform: translate(-50%, -50%) scale(1);
      transform-origin: center;
      transition: transform 0.4s; }
      @media (min-width: 1024px) and (max-width: 1679px) {
        .tab-info-section .slick-arrow.slick-prev:after {
          width: 7.5px;
          height: 11px; } }
    .tab-info-section .slick-arrow.slick-prev:hover:after {
      transform: translate(-50%, -50%) scale(1.2); }

.tabs-content {
  position: relative;
  overflow: hidden;
  transition: height 0.6s ease-in-out; }

.tab-content {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  /* Чтобы нельзя было взаимодействовать со скрытым табом */
  transition: opacity 0.3s; }

.tab-content.active {
  display: block;
  position: relative;
  opacity: 1;
  pointer-events: auto; }

.tab-content.is-animating {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block; }

@keyframes slide-out-up {
  from {
    transform: translateY(0);
    opacity: 1; }
  to {
    transform: translateY(-100%);
    opacity: 0; } }

.tab-content.slide-out-up {
  animation: slide-out-up 0.9s cubic-bezier(0.2, 1.1, 0.9, 1) forwards; }

@keyframes slide-in-up {
  0% {
    transform: translateY(100%);
    opacity: 0; }
  80% {
    transform: translateY(-20px);
    opacity: 1; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

.tab-content.slide-in-up {
  animation: slide-in-up 0.9s cubic-bezier(0.2, 1.1, 0.9, 1) forwards; }

@keyframes slide-out-down {
  from {
    transform: translateY(0);
    opacity: 1; }
  to {
    transform: translateY(100%);
    opacity: 0; } }

.tab-content.slide-out-down {
  animation: slide-out-down 0.9s cubic-bezier(0.2, 1.1, 0.9, 1) forwards; }

@keyframes slide-in-down {
  0% {
    transform: translateY(-100%);
    opacity: 0; }
  80% {
    transform: translateY(20px);
    opacity: 1; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

.tab-content.slide-in-down {
  animation: slide-in-down 0.9s cubic-bezier(0.2, 1.1, 0.9, 1) forwards; }

.reviews-list:not(.slick-initialized) .slick-slide {
  display: none; }

.reviews-list:not(.slick-initialized) .slick-slide:first-child {
  display: block; }

/*# sourceMappingURL=tab-info.css.map */