@media all and (min-width: 1024px) {
  .d-hidden{
    display: none;
  }
}

@media all and (max-width: 1024px) {

html{
  min-width: auto;
}
.row{
  padding: 24px 0;
}
.row__inner{
  max-width: 100%;
}
.row__title {
  margin: 0 0 12px;
}
.row__subtitle {
  margin: 0 0 18px;
}

.m-hidden{
  display: none;
}

/**
 *  ●●●●●●●●●●
 *  Header
 *  ●●●●●●●●●●
 */
.header__inner{
  position: relative;
}
.header__logo{
  width: 145.14px;
  height: 28px;
}
.header__links{
  z-index: 2;
  width: 92%;
  max-width: 300px;
  position: absolute;
  top: 100%;
  right: 4%;
  padding: 3px 8px;
  background-color: #fff;
  border: 2px solid #88068d;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transition: opacity linear 0.3s;
}
.header__link{
  margin: 12px 0;
  display: block;
  text-align: center;
}
.header__burger-opener:checked ~ .header__links{
  visibility: visible;
  opacity: 1;
}

/**
 *  ●●●●●●●●●●
 *  Footer
 *  ●●●●●●●●●●
 */
.footer__links{
  width: 100%;
  margin-bottom: 0;
}
.footer__links br{
  display: none;
}
.shares._in-footer{
  margin: 12px 0; 
  float: none;
}
.shares__caption{
  margin-bottom: 18px;
}
.share{
  width: 58px;
  height: 58px;
  margin-right: 12px;
  font-size: 32px;
  line-height: 58px;
}
.shares._in-footer .shares__caption{
  text-align: left;
}
.shares._in-footer .share{
  width: 32px;
  height: 32px;
}
.shares._in-footer .share__icon::before{
  font-size: 18px;
  line-height: 32px;
}

.form__input-link{
  margin: 6px 0 0 4px;
  display: inline-block;
  position: relative;
  left: 0;
}

/**
 *  ●●●●●●●●●●
 *  Front page
 *  ●●●●●●●●●●
 */

/* ●●●●●   Intro   ●●●●● */
.intro__inner::before {
  top: 188px;
  background-position: -291% top;
  background-size: 110%;
  width: 584px;
  height: 436px;
}
.intro__title {
  padding-top: 0;
  line-height: 58px;
  font-size: 48px;
}
.intro__subtitle {
  margin-bottom: 32px;
  font-size: 22px;
  line-height: 30px;
}
/* ●●●●●   Plane tizers   ●●●●● */
.plan-tizer{
  width: auto;
  min-width: 60%;
  max-width: 100%;
  height: auto;
  padding: 32px 0;
}
.plan-tizers__inner{
  text-align: center;
}
.plan-tizer__name::before{
  opacity: 1;
}
.plan-tizer__arrow{
  opacity: 1;
}

/* ●●●●●   Price tizers   ●●●●● */
.price-tizers__inner{
  padding-bottom: 32px;
}
.price-tizers__inner::before{
  background-image: none;
}
.price-tizers__wrap{
  padding: 32px;
}
.price-tizer{
  width: 100%;
}
.price-tizers__spacer{
  width: 100%;
  height: 1px;
  min-height: 1px;
  margin: 32px 0 26px;
}

/* ●●●●●   Prices tizer   ●●●●● */
.prices-tizers__wrap {
  padding-bottom: 0;
}
.prices-tizer{
  width: 100%;
  position: relative;
  padding-bottom: 34px;
}
.prices-tizer:last-child{
  padding-bottom: 0;
}
.prices-tizer::after{
  width: 100%;
  background-color: #e8e8e8;
  height: 1px;
  min-height: 1px;
  position: absolute;
  left: 0;
  top: auto;
  bottom: 24px;
  display: block;
}
.prices-tizer__name{
  padding: 10px 0 18px;
  text-align: center;
}
.prices-tizer__btn-wrap{
  padding: 18px 0 24px;
}
.prices-tizer__btn{
  opacity: 1;
}

/* ●●●●●   Downloads   ●●●●● */
.downloads__inner::before{
  display: none;
}
.download{
  width: 100%;
  margin-bottom: 48px;
}
.download__title{
  margin: 12px 0;
}

/* ●●●●●   Pay systems   ●●●●● */
.pay-systems__wrap{
  padding: 12px 24px 0;
  text-align: center;
}


/**
 *  ●●●●●●●●●●
 *  Plans page
 *  ●●●●●●●●●●
 */
.plans-cards__title {
  margin: 0 0 36px;
}

.plans-card{
  padding: 0;
  margin: 52px 0;
  text-align: center;
}
.plans-card__pic-wrap{
  margin: 0 auto;
  position: relative;
  right: 0;
}
.plans-card__label{
  padding: 18px 0 6px;
}
.plans-card__text{
  width: 100%;
  padding: 0 0 18px;
  text-align: center;
}
.plans-card__price{
  width: 100%;
  text-align: center;
  margin: 0 0 18px;
}
.plans-card__price .price-tizer__price._type-1{
  font-size: 72px;
  line-height: 62px;
}
.plans-card__more{
  margin: 0;
}
.plans-card__table-wrap{
  width: 100%;
  display: block;
}
.plans-card__table{
  width: 92%;
  margin: 0 auto;
}
.plans-card__table th{
  text-align: center;
}
.plans-card__table th:first-child,
.plans-card__table td:first-child{
  text-align: left;
}
.plans-card__btn-wrap{
  width: 100%;
  padding: 24px 0 0;
  display: block;
}


/**
 *  ●●●●●●●●●●
 *  Plans page
 *  ●●●●●●●●●●
 */
.plans-card__text{
  max-width: 100%;
}
.plans-menu__item{
  margin: 0 4px 18px;
}
.plan-rates th{
  padding-right: 4px;
  line-height: 18px;
}
.plan-rates__label{
  width: 100%;
  height: 38px;
  text-align: center;
}
.plan-rates__label br{
  display: none;
}
.plan-rates__input-wrap {
  width: 100%;
  text-align: center;
}
.plans-card__btn-wrap:first-child {
  text-align: center;
}
.plans-card__btn-wrap{
  text-align: right;
}

/**
 *  ●●●●●●●●●●
 *  Manuals page
 *  ●●●●●●●●●●
 */
.manuals__wrap{
  text-align: center;
}
.manuals__brand{
  width: 50%;
  min-width: 280px;
  max-width: 280px;
  text-align: left;
  margin: 0 auto;
}

/**
 *  ●●●●●●●●●●
 *  Support page
 *  ●●●●●●●●●●
 */
.faq{
  position: relative;
}
.faq__sections{
  width: 100%;
  padding: 24px 0 18px;
  position: absolute;
  top: 102px;
  left: 0;
  background-color: #f7f7f7;
  opacity: 0;
  visibility: hidden;
}
.private-menu{
  width: 100%;
  padding: 24px 0 18px;
  display: none;
  background-color: #f7f7f7;
  opacity: 0;
  visibility: hidden;
}
.private-menu__dropdown-input:checked ~ .private-menu{
  display: block;
  opacity: 1;
}

.faq__section,
.private-menu__link{
  width: 100%;
  background-color: transparent;
  border-color: transparent;
  border-width: 0;
  color: #000;
  font-weight: 900;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.faq__section::after,
.private-menu__link::after{
  display: none;
}
.faq__section._active,
.faq__section._active:hover,
.private-menu__link._active,
.private-menu__link._active:hover{
  color: #9fa3a7;
  background-color: transparent;
}
.faq__sections-caption{
  display: none;
}
.faq__btn{
  color: #000;
  font-weight: 900;
  font-size: 16px;
  letter-spacing: 1.4px;
  border: 0;
}
.faq__arrow {
  margin: -4px 0 0 12px;
  transform: scale(1.2);
}

.faq__answers{
  width: 100%;
  min-height: 600px;
}


/**
 *  ●●●●●●●●●●
 *  Private cabinet
 *  ●●●●●●●●●●
 */

.account-info__wrap {
  padding: 32px 4%;
}
.private__col._menu,
.private__col._content{
  width: 100%;
}

.account-info__inner {
    padding: 18px 20px;
}
.account-info__inner::before{
  display: none;
}
.account-info__wrap {
  padding: 18px 4%;
}
.account-info__col{
  width: 100%;
}

}/* end (max-width: 1024px) */
