/* ============= (component:intro) ============ */
.intro {
  height: 842px;
  background: #00205B;
  /*background-image: url('/local/templates/torpedo/img/season-ticket/intro.jpg');*/
  /*background-position: center;*/
  /*background-size: cover;*/
  /*background-repeat: no-repeat;*/
  position: relative;
}
.intro:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 620px;
  background: linear-gradient(0deg, #041027 0%, rgba(4, 16, 39, 0.99) 6.67%, rgba(4, 16, 39, 0.96) 13.33%, rgba(4, 16, 39, 0.92) 20.00%, rgba(4, 16, 39, 0.85) 26.67%, rgba(4, 16, 39, 0.77) 33.33%, rgba(4, 16, 39, 0.67) 40.00%, rgba(4, 16, 39, 0.56) 46.67%, rgba(4, 16, 39, 0.44) 53.33%, rgba(4, 16, 39, 0.33) 60.00%, rgba(4, 16, 39, 0.23) 66.67%, rgba(4, 16, 39, 0.15) 73.33%, rgba(4, 16, 39, 0.08) 80.00%, rgba(4, 16, 39, 0.04) 86.67%, rgba(4, 16, 39, 0.01) 93.33%, rgba(4, 16, 39, 0.00) 100%);
}
.intro__inner {
  position: relative;
}
.video-container {
  width: 100%;
  height: 100%;
}
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intro__content {
  position: absolute;
  left: 0;
  bottom: 155px;
  z-index: 1;
}
.intro__title {
  color: #F4F6FA;
  font-size: 78px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 78px */
  letter-spacing: -0.78px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.intro__title span {
  white-space: nowrap;
}
.intro .btn {
  position: relative;
  padding: 15px 20px;
  font-size: 20px;
  width: 239px;
  height: 60px;
  justify-content: flex-start;
}
.intro .btn:after {
  content: '';
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10' viewBox='0 0 6 10' fill='none'%3e%3cpath d='M6 5L0 0V10L6 5Z' fill='%23F4F6FA'/%3e%3c/svg%3e");
  width: 6px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  margin-left: 39px;
}
/* ============= End (component:intro) ============ */
/* ============= (component:benefits) ============ */
.benefits {
  padding: 117px 0 0 0;
}
.benefits__title {
  color: #0C1931;
  font-size: 94px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -2.82px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.benefits__description {
  width: 1021px;
}
.benefits__description p {
  color: #00205B;
  font-size: 20px;
  font-weight: 500;
  line-height: 170%; /* 34px */
  letter-spacing: 0.6px;
  margin-bottom: 68px;
}
.benefits__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px 16px;
}
.benefits__item {
  display: flex;
  background: #EBEEF3;
}
.benefits__icon {
  min-width: 125px;
  min-height: 125px;
  max-width: 125px;
  max-height: 100%;
  background: #00205B;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.benefits__icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.benefits__text {
  color: #00205B;
  font-size: 21px;
  font-weight: 700;
  line-height: 140%; /* 29.4px */
  padding: 10px 25px;
  display: flex;
  align-items: center;
}
/* ============= End (component:benefits) ============ */
/* ============= (component:price-table) ============ */
.price-table {
  padding-bottom: 10px;
}
.price-table__title {
  color: #0C1931;
  font-size: 94px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -2.82px;
  text-transform: uppercase;
  margin-bottom: 54px;
}
.price-table__title span {
  white-space: nowrap;
}
.price-table .tab-wrapper {
  display: flex;
  justify-content: space-between;
}
.price-table .tab {
  cursor: pointer;
  padding: 21px 10px;
  background: #EBEEF3;
  box-shadow: -1px 4px 16px 0px rgba(0, 0, 0, 0.10) inset;
  width: 50%;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00205B;
  font-family: 'Rodchenko';
  font-size: 36px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.08px;
  text-transform: uppercase;
  text-align: center;
}
.price-table .tab.active {
  background: #00205B;
  color: #F4F6FA;
}
.price-table .tab-content .content-item {
  display: none;
}
.price-table .tab-content .active {
  display: block;
}
.price-table .tab-content {
  background-image: url('/local/templates/torpedo/img/season-ticket/price-table-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.price-table .content__list {
  padding: 50px 0 50px 98px;
  max-width: 836px;
}
.price-table .content__head {
  display: flex;
  justify-content: space-between;
  color: #EBEEF3;
  font-family: 'Rodchenko';
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 51px */
  letter-spacing: 0.9px;
  text-transform: uppercase;
  padding-bottom: 21px;
  border-bottom: 1px solid #F4F6FA;
}
.price-table .content__element {
  display: flex;
  justify-content: space-between;
  color: #EBEEF3;
  font-family: 'Rodchenko';
  padding: 8px 0;
  border-bottom: 1px solid #F4F6FA;
}
.price-table .content__element:last-of-type {
  border: none;
}
.price-table .content__place {
  font-size: 25px;
  font-weight: 500;
  line-height: 170%; /* 42.5px */
  letter-spacing: 0.75px;
}
.price-table .content__place span {
  font-size: 18px;
  letter-spacing: 0.54px;
}
.price-table .content__price {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 51px */
  letter-spacing: 0.9px;
  text-transform: uppercase;
}
.price-table .pl1 {
  width: 175px;
}
.price-table .btn {
  position: relative;
  padding: 15px 20px;
  font-size: 20px;
  width: 239px;
  height: 60px;
  justify-content: flex-start;
  margin-top: 50px;
}
.price-table .btn:after {
  content: '';
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10' viewBox='0 0 6 10' fill='none'%3e%3cpath d='M6 5L0 0V10L6 5Z' fill='%23F4F6FA'/%3e%3c/svg%3e");
  width: 6px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  margin-left: 39px;
}
/* ============= End (component:price-table) ============ */
/* ============= (component:balls) ============ */
.balls {
  padding-bottom: 160px;
}
.balls__title {
  color: #0C1931;
  font-size: 94px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -2.82px;
  text-transform: uppercase;
  margin-bottom: 54px;
}
.balls__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px;
}
.balls__item {
  padding: 44px 0 58px 24px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 374px;
}
.balls__item:nth-child(1) {
  background-image: url('/local/templates/torpedo/img/season-ticket/balls-1.jpg');
}
.balls__item:nth-child(2) {
  background-image: url('/local/templates/torpedo/img/season-ticket/balls-2.jpg');
}
.balls__item:nth-child(3) {
  background-image: url('/local/templates/torpedo/img/season-ticket/balls-3.jpg');
}
.balls__item:nth-child(4) {
  background-image: url('/local/templates/torpedo/img/season-ticket/balls-4.jpg');
}
.balls__name {
  color: #00205B;
  font-family: 'Rodchenko';
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.08px;
  text-transform: uppercase;
  margin-bottom: 40px;
  max-width: 412px;
}
.balls__description {
  max-width: 341px;
  color: #00205B;
  font-family: 'Rodchenko';
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 37.4px */
  letter-spacing: 0.66px;
}
.balls__description span {
  white-space: nowrap;
}
/* ============= End (component:balls) ============ */
/* ============= (component:demonstrator) ============ */
.demonstrator {
  padding-bottom: 160px;
}
.demonstrator__title {
  color: #0C1931;
  font-size: 94px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -2.82px;
  text-transform: uppercase;
  margin-bottom: 57px;
}
.demonstrator__title span {
  white-space: nowrap;
}
.demonstrator__inner {
  display: flex;
}
.demonstrator__list {
  margin-right: 141px;
}
.demonstrator__item {
  max-width: 732px;
  min-width: 732px;
  max-height: 166px;
  min-height: 166px;
  background: #EBEEF3;
  display: flex;
  align-items: center;
  padding: 0 68px;
}
.demonstrator__item:not(:last-child) {
  margin-bottom: 50px;
}
.demonstrator__number {
  color: #00205B;
  font-family: 'Rodchenko';
  font-size: 94px;
  font-style: normal;
  font-weight: 500;
  line-height: 97px; /* 103.191% */
  letter-spacing: -0.94px;
  text-transform: uppercase;
  margin-right: 48px;
}
.demonstrator__description {
  color: #00205B;
  font-family: 'Rodchenko';
  font-size: 20px;
  font-weight: 500;
  line-height: 170%; /* 34px */
  letter-spacing: 0.6px;
}
.demonstrator__image {
  max-width: 454px;
  max-height: 820px;
  min-width: 454px;
  min-height: 820px;
  border-radius: 35px;
  border: 4px solid #00205B;
  overflow: hidden;
}
.demonstrator__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* ============= End (component:demonstrator) ============ */
/* ============= (component:faq) ============ */
.faq {
  padding-bottom: 192px;
}
.faq__title {
  color: #0C1931;
  font-family: 'Rodchenko';
  font-size: 94px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -2.82px;
  text-transform: uppercase;
  margin-bottom: 52px;
}
.faq .accordion {
  width: 100%;
display: block;
}
.faq .accordion-item {
  margin-bottom: 14px;
}
.faq .accordion-header {
  background: #EBEEF3;
  padding: 24px 19px 24px 30px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq .accordion-header__title {
  color: #00205B;
  font-family: 'Rodchenko';
  font-size: 36px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.08px;
  text-transform: uppercase;
  display: block;
  position: relative;
}
.faq .accordion-header__icon {
  width: 51px;
  height: 51px;
  fill: #00205B;
  margin-left: 15px;
  flex: 0 0 auto;
}
.faq .accordion-item.active .accordion-header__icon {
  transform: rotate(180deg);
  fill: #C8102E;
}
.faq .accordion-item.active .accordion-header__title:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #C8102E;
  position: absolute;
  left: 0;
  bottom: -12px;
}
.faq .accordion-content {
  background: #EBEEF3;
  padding: 6px 30px 24px 30px;
  display: none;
}
.faq .accordion-content__box {
  max-width: 1076px;
  min-width: 1076px;
}
.faq .accordion-content p {
  color: #00205B;
  font-family: 'Rodchenko';
  font-size: 18px;
  font-weight: 500;
  line-height: 170%; /* 30.6px */
  letter-spacing: 0.54px;
}
.faq .accordion-content p a {
  color: #00205B;
  font-family: 'Rodchenko';
  font-size: 18px;
  font-weight: 500;
  line-height: 170%; /* 30.6px */
  letter-spacing: 0.54px;
  text-decoration: underline;
}
/* ============= End (component:faq) ============ */
@media screen and (max-width: 1600px) {
  /* ================ price-table	*/
  .price-table .tab {
    padding: 16px 10px;
    box-shadow: -0.7542856931686401px 3.0171427726745605px 12.068571090698242px 0px rgba(0, 0, 0, 0.10) inset;
    height: 63px;
    font-size: 27px;
    letter-spacing: 0.81px;
  }
  /* ================ demonstrator	*/
  .demonstrator__inner {
    justify-content: space-between;
  }
  .demonstrator__list {
    margin-right: 0;
  }
  .demonstrator__item {
    max-width: 615px;
    min-width: 615px;
    max-height: 140px;
    min-height: 140px;
    padding: 0 57px;
  }
  .demonstrator__item:not(:last-child) {
    margin-bottom: 41px;
  }
  .demonstrator__number {
    font-size: 80px;
    line-height: 82px; /* 101.894% */
    letter-spacing: -0.8px;
    margin-right: 48px;
  }
  .demonstrator__description {
    font-size: 16px;
    letter-spacing: 0.48px;
  }
  .demonstrator__image {
    max-width: 382px;
    max-height: 688px;
    min-width: 382px;
    min-height: 688px;
    border: 3px solid #00205B;
  }
}
@media screen and (max-width: 1280px) {
  /* ================ intro	*/
  .intro {
    height: 625px;
  }
  .intro:after {
    height: 417px;
  }
  .intro__content {
    bottom: 84px;
  }
  .intro__title {
    font-size: 60px;
    line-height: 100%; /* 60px */
    letter-spacing: -0.6px;
    margin-bottom: 30px;
  }
  /* ================ benefits	*/
  .benefits {
    padding: 70px 0 80px 0;
  }
  .benefits__title {
    font-size: 70px;
    letter-spacing: -2.1px;
    margin-bottom: 25px;
  }
  .benefits__description {
    width: 833px;
  }
  .benefits__description p {
    font-size: 15px;
    line-height: 170%; /* 34px */
    letter-spacing: 0.45px;
    margin-bottom: 45px;
  }
  .benefits__list {
    gap: 32px 12px;
  }
  .benefits__icon {
    min-width: 94px;
    min-height: 94px;
    max-width: 94px;
    padding: 19px;
  }
  .benefits__text {
    font-size: 15px;
    padding: 10px 19px;
  }
  /* ================ price-table	*/

  .price-table__title {
    font-size: 70px;
    letter-spacing: -2.1px;
    margin-bottom: 42px;
  }
  .price-table .content__list {
    padding: 38px 0 35px 74px;
    max-width: 631px;
  }
  .price-table .content__head {
    font-size: 22px;
    letter-spacing: 0.66px;
    padding-bottom: 17px;
  }
  .price-table .content__element {
    padding: 7px 0;
  }
  .price-table .content__place {
    font-size: 18px;
    letter-spacing: 0.54px;
  }
  .price-table .content__place span {
    font-size: 14px;
    letter-spacing: 0.42px;
  }
  .price-table .content__price {
    font-size: 22px;
    letter-spacing: 0.66px;
  }
  .price-table .btn {
    margin-top: 35px;
  }
  /* ================ balls	*/
  .balls {
    padding-bottom: 100px;
  }
  .balls__title {
    font-size: 70px;
    letter-spacing: -2.1px;
    margin-bottom: 42px;
  }
  .balls__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 12px;
  }
  .balls__item {
    padding: 33px 0 33px 18px;
    min-height: 282px;
  }
  .balls__name {
    font-size: 27px;
    letter-spacing: 0.81px;
    margin-bottom: 32px;
  }
  .balls__description {
    max-width: 257px;
    font-size: 14px;
  }
  /* ================ demonstrator	*/
  .demonstrator {
    padding-bottom: 104px;
  }
  .demonstrator__title {
    font-size: 70px;
    margin-bottom: 42px;
  }
  .demonstrator__image {
    border-radius: 30px;
  }
  /* ================ faq	*/
  .faq {
    padding-bottom: 123px;
  }
  .faq__title {
    font-size: 70px;
    letter-spacing: -2.1px;
    margin-bottom: 42px;
  }
  .faq .accordion-item {
    margin-bottom: 15px;
  }
  .faq .accordion-header {
    padding: 20px 23px 20px 23px;
  }
  .faq .accordion-header__title {
    color: #00205B;
    font-family: 'Rodchenko';
    font-size: 27px;
    letter-spacing: 0.81px;
  }
  .faq .accordion-header__icon {
    width: 39px;
    height: 38px;
  }
  .faq .accordion-item.active .accordion-header__title:after {
    height: 2px;
    bottom: -7px;
  }
  .faq .accordion-content {
    padding: 0 23px 20px 23px;
  }
  .faq .accordion-content__box {
    max-width: 811px;
    min-width: 811px;
  }
  .faq .accordion-content p {
    font-size: 14px;
    letter-spacing: 0.42px;
  }
  .faq .accordion-content p a {
    font-size: 14px;
    letter-spacing: 0.42px;
    text-decoration: underline;
  }
}
@media screen and (max-width: 1200px) {
  /* ================ demonstrator	*/
  .demonstrator__inner {
    flex-direction: column;
  }
  .demonstrator__list {
    margin-bottom: 35px;
  }
  .demonstrator__item {
    max-width: 100%;
    min-width: 100%;
    max-height: 140px;
    min-height: 140px;
  }
  .demonstrator__item:not(:last-child) {
    margin-bottom: 25px;
  }
  .demonstrator__number {
    line-height: 82px; /* 101.894% */
    letter-spacing: -0.8px;
    margin-right: 33px;
  }
  .demonstrator__image {
    max-width: 277px;
    max-height: 499px;
    min-width: 277px;
    min-height: 499px;
    border: 2px solid #00205B;
    margin: 0 auto;
    border-radius: 22px;
  }
}
@media screen and (max-width: 990px) {
  /* ================ intro	*/
  .intro {
    height: 543px;
  }
  .intro:after {
    height: 411px;
  }
  .intro__content {
    bottom: 60px;
  }
  .intro__title {
    font-size: 50px;
    line-height: 100%; /* 60px */
    letter-spacing: -0.5px;
  }
  /* ================ benefits	*/
  .benefits__title {
    font-size: 60px;
    letter-spacing: -1.8px;
    margin-bottom: 20px;
  }
  .benefits__description {
    width: 100%;
  }
  .benefits__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 10px;
  }
  .benefits__icon {
    min-width: 94px;
    min-height: 94px;
    max-width: 94px;
    padding: 19px;
  }
  .benefits__text {
    font-size: 15px;
    padding: 10px 15px;
  }
  /* ================ price-table	*/

  .price-table__title {
    font-size: 60px;
    letter-spacing: -1.8px;
    margin-bottom: 32px;
  }
  .price-table .tab {
    padding: 16px 10px 14px 10px;
    height: 92px;
    font-size: 27px;
    letter-spacing: 0.81px;
    align-items: flex-start;
    height: auto;
  }
  .price-table .tab-content {
    background-position: unset;
    /* background-size: initial; */
  }
  .price-table .content__list {
    padding: 40px 66px 35px 66px;
    max-width: 100%;
  }
  /* ================ balls	*/
  .balls {
    padding-bottom: 80px;
  }
  .balls__title {
    font-size: 50px;
    letter-spacing: -1.8px;
    margin-bottom: 32px;
  }
  .balls__list {
    grid-gap: 0;
    gap: 15px 10px;
  }
  .balls__item:nth-child(1) {
    background-image: url('/local/templates/torpedo/img/season-ticket/balls-1-mob.jpg');
  }
  .balls__item:nth-child(2) {
    background-image: url('/local/templates/torpedo/img/season-ticket/balls-2-mob.jpg');
  }
  .balls__item:nth-child(3) {
    background-image: url('/local/templates/torpedo/img/season-ticket/balls-3-mob.jpg');
  }
  .balls__item:nth-child(4) {
    background-image: url('/local/templates/torpedo/img/season-ticket/balls-4-mob.jpg');
  }
  .balls__item {
    padding: 30px 15px 0 15px;
    min-height: 420px;
  }
  .balls__name {
    font-size: 27px;
    letter-spacing: 0.81px;
    margin-bottom: 32px;
  }
  .balls__description {
    max-width: 100%;
    font-size: 14px;
  }
  /* ================ demonstrator	*/
  .demonstrator {
    padding-bottom: 80px;
  }
  .demonstrator__title {
    font-size: 50px;
    letter-spacing: -1.8px;
    margin-bottom: 32px;
  }
  /* ================ faq	*/
  .faq {
    padding-bottom: 105px;
  }
  .faq__title {
    font-size: 60px;
    letter-spacing: 1.8px;
    margin-bottom: 32px;
  }
  .faq .accordion-header {
    padding: 20px 20px 20px 23px;
  }
  .faq .accordion-content {
    margin-top: -5px;
  }
  .faq .accordion-content__box {
    max-width: 100%;
    min-width: 100%;
  }
  .faq .accordion-content p a {
    font-size: 14px;
    letter-spacing: 0.42px;
    text-decoration: underline;
  }
}
@media screen and (max-width: 600px) {
  /* ================ intro	*/
  .intro {
    height: 543px;
  }
  .intro__content {
    bottom: 52px;
    width: 100%;
  }
  .intro__title {
    font-size: 36px;
    line-height: 105%; /* 60px */
    letter-spacing: 0.36px;
    margin-bottom: 45px;
  }
  .intro__title span br {
    display: none;
  }
  .intro .btn {
    padding: 12px 16px;
    font-size: 17px;
    width: 100%;
    height: 50px;
    justify-content: flex-start;
  }
  .intro .btn:after {
    right: 16px;
  }
  /* ================ benefits	*/
  .benefits {
    padding: 40px 0 12px 0;
  }
  .benefits__title {
    font-size: 40px;
    letter-spacing: 0.4px;
  }
  .benefits__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .benefits__icon {
    min-width: 94px;
    min-height: 94px;
    max-width: 94px;
    padding: 19px;
  }
  .benefits__text {
    font-size: 15px;
    padding: 10px;
  }
  /* ================ price-table	*/
  .price-table__title {
    font-size: 40px;
    letter-spacing: -1.4px;
    margin-bottom: 30px;
  }
  .price-table .tab {
    padding: 15px;
    font-size: 18px;
    letter-spacing: 0.54px;
  }
  .price-table .content__list {
    padding: 17px 10px;
  }
  .price-table .content__head {
    font-size: 18px;
  }
  .price-table .content__element {
    padding: 5px 0;
  }
  .price-table .content__place {
    font-size: 16px;
    letter-spacing: 0.48px;
  }
  .price-table .content__place span {
    font-size: 12px;
    letter-spacing: 0.36px;
  }
  .price-table .content__price {
    font-size: 16px;
    letter-spacing: 0.48px;
  }
  .price-table .btn {
    margin-top: 35px;
    margin-bottom: 35px;
    width: 100%;
  }
  /* ================ balls	*/
  .balls {
    padding-bottom: 72px;
  }
  .balls__title {
    font-size: 40px;
    letter-spacing: -1.8px;
    margin-bottom: 30px;
  }
  .balls__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .balls__item {
    padding: 30px 10px 0 10px;
    background-position: bottom;
  }
  .balls__name {
    font-size: 27px;
    letter-spacing: 0.81px;
    margin-bottom: 32px;
  }
  .balls__description {
    max-width: 100%;
    font-size: 14px;
  }
  /* ================ demonstrator	*/
  .demonstrator {
    padding-bottom: 70px;
  }
  .demonstrator__title {
    font-size: 40px;
    letter-spacing: -1.8px;
    margin-bottom: 30px;
  }
  .demonstrator__item {
    max-height: fit-content;
    min-height: fit-content;
    padding: 15px;
  }
  .demonstrator__number {
    margin-right: 22px;
  }
  .demonstrator__description {
    font-size: 14px;
    letter-spacing: 0.42px;
  }
  .demonstrator__image {
    max-width: 257px;
    max-height: 462px;
    min-width: 257px;
    min-height: 462px;
  }
  /* ================ faq	*/
  .faq {
    padding-bottom: 94px;
  }
  .faq__title {
    font-size: 40px;
    letter-spacing: 0.4px;
    margin-bottom: 30px;
  }
  .faq .accordion-header {
    padding: 20px 10px 20px 10px;
  }
  .faq .accordion-header__title {
    font-size: 18px;
    letter-spacing: 0.54px;
  }
  .faq .accordion-header__icon {
    width: 25px;
    height: 24px;
  }
  .faq .accordion-item.active .accordion-header__title:after {
    height: 2px;
    bottom: -5px;
  }
  .faq .accordion-content {
    margin-top: -7px;
    padding: 0 10px 20px 10px;
  }
  .faq .accordion-content__box {
    max-width: 100%;
    min-width: 100%;
  }
}