.social-info-block {
  margin-top: 110px;
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .social-info-block {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.social-info-block__title {
  font-size: 32px;
  font-family: "futurademic", sans-serif;
  margin-bottom: 16px;
  font-weight: bold;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .social-info-block__title {
    font-size: 22px;
    margin-bottom: 8px;
  }
}
.social-info-block__desc {
  font-size: 22px;
  font-family: "futurabookc", sans-serif;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .social-info-block__desc {
    font-size: 16px;
  }
}
.social-info-block__btn-container {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .social-info-block__btn-container {
    display: flex;
    justify-content: center;
  }
}
.social-info-block__btn {
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .social-info-block__btn {
    margin-right: 4px;
  }
}
.social-info-block__btn:last-child {
  margin-right: 0;
}

.info-btn {
  background-color: #6e6e6e;
  color: #fff;
  border-radius: 20px;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.45;
  font-family: "futurabookc", sans-serif;
  padding: 4px 10px;
  min-width: 140px;
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .info-btn {
    min-width: 88px;
    font-size: 12px;
    padding: 4px;
  }
}
.info-btn:hover {
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.3);
}

.steps-info {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .steps-info {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.steps-info__col {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .steps-info__col {
    flex-basis: 100%;
  }
}
.steps-info__col:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .step-item {
    text-align: center;
  }
}
.step-item__icon-block {
  margin-bottom: 24px;
}
.step-item__title {
  font-size: 22px;
  font-family: "futurademic", sans-serif;
  margin-bottom: 8px;
  font-weight: bold;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .step-item__title {
    font-size: 16px;
  }
}
.step-item__desc {
  font-size: 22px;
  font-family: "futurabookc", sans-serif;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .step-item__desc {
    font-size: 16px;
  }
}

.step-item__icon-block > img {
  height: 52px;
  display: inline-block;
}

.video-info {
  margin-top: 80px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .video-info {
    margin-bottom: 60px;
    margin-top: 30px;
  }
}
.video-info__col {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .video-info__col {
    margin-bottom: 20px;
    flex-basis: 100%;
  }
}
.video-info__col:last-child {
  margin-bottom: 0;
}

.video-info .col .video__overlay,
.video-info .col .video__youtube {
  border-radius: 16px;
  overflow: hidden;
}

.video-info .video-info__col .video {
  margin-bottom: 0;
}

.info-table {
  color: #27282D;
  font-family: "futurabookc", sans-serif;
}
.info-table__row {
  display: flex;
}
.info-table__title-block {
  flex-basis: 0;
  flex-grow: 1;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .info-table__title-block {
    padding-right: 16px;
  }
}
.info-table__cols-block {
  flex-basis: 0;
  flex-grow: 1;
}
.info-table__col {
  display: flex;
  height: 100%;
  align-items: center;
  max-width: 240px;
}
.info-table__col-title {
  font-family: "futurademic", sans-serif;
}
.info-table__row-head .info-table__title {
  font-size: 32px;
  font-weight: bold;
  font-family: "futurademic", sans-serif;
}
@media screen and (max-width: 767px) {
  .info-table__row-head .info-table__title {
    font-size: 22px;
  }
}

.info-table__row-head .info-table__col-title {
  font-size: 22px;
  line-height: 1.45;
  font-weight: bold;
  font-family: "futurademic", sans-serif;
  padding: 32px 16px 16px;
}
@media screen and (max-width: 767px) {
  .info-table__row-head .info-table__col-title {
    font-size: 12px;
    padding: 4px 2px;
  }
}

.info-table__row-head .info-table__col-desc {
  padding: 10px 16px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .info-table__row-head .info-table__col-desc {
    padding: 2px;
    font-size: 12px;
  }
}

.info-table__row-head .info-table__col {
  border-top: 1px solid #ececec;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  justify-content: space-between;
  word-break: break-word;
}

.info-table__row-body:last-child .info-table__col {
  border-bottom: 1px solid #ececec;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.info-table__col {
  background-color: #fff;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
}

.active .info-table__col {
  background-color: #FDED00;
  border-left: none;
  border-right: none;
}

.info-table__row .info-table__title-block,
.info-table__row-body .info-table__col {
  padding-top: 12px;
  padding-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .info-table__row .info-table__title-block,
  .info-table__row-body .info-table__col {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

.info-table__row:first-child .info-table__title-block {
  padding-top: 32px;
}
@media screen and (max-width: 767px) {
  .info-table__row:first-child .info-table__title-block {
    padding-top: 16px;
  }
}

.info-table__row:last-child .info-table__title-block {
  padding-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .info-table__row:last-child .info-table__title-block {
    padding-bottom: 16px;
  }
}

.info-table__row-body .info-table__title {
  font-size: 22px;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .info-table__row-body .info-table__title {
    font-size: 16px;
  }
}

.info-table__row-body .info-table__desc {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .info-table__row-body .info-table__desc {
    font-size: 12px;
  }
}

.info-table__cols-block > .row {
  height: 100%;
}

.info-table__row-head .info-table__col {
  flex-direction: column;
  text-align: center;
}

.info-table__row-head .active .info-table__col-desc {
  background: rgba(255, 255, 255, 0.5);
}

.info-table__row-head .info-table__col-desc {
  background: rgba(130, 130, 130, 0.1);
}

@media screen and (max-width: 767px) {
  .info-table__container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .info-table__row-head .active .info-table__col {
    background-color: transparent;
  }
  .info-table__row-head .active .info-table__col-desc,
  .info-table__row-head .info-table__col-desc {
    background-color: transparent;
    padding: 2px 2px 10px 2px;
  }
  .info-table__row:nth-child(2) .info-table__col {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-top: 1px solid #ececec;
  }
  .info-table__row:nth-child(2) .active .info-table__col {
    border-top: none;
  }
  .info-table__row-head .active .info-table__col,
  .info-table__row-head .info-table__col {
    border: none;
    text-align: left;
  }
  .info-table__row:first-child .info-table__title-block {
    padding-top: 0;
  }
  .info-table__cols-block > .row > .col {
    padding-left: 4px;
    padding-right: 4px;
  }
}
.checkbox {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-image: url(/img/checked.svg);
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ffef00;
  display: block;
  margin: 0 auto;
}

.active .checkbox {
  background-color: #fff;
}

.btn-block {
  margin-top: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .btn-block {
    margin-top: 40px;
  }
}

.btn-block__conteiner {
  text-align: center;
}
