*,
*::before,
*::after {
  box-sizing: inherit; }

  html {
    max-width: 525px;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    background-color: white;
    scroll-behavior: smooth; }

body {
  position: relative;
  margin: 0;
  font-family: 'ProximaNova', "Arial", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
  color: #000;
  background-color: #FFFFFF;
}
h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
input {
  font-family: inherit;
}
.visually-hidden:not(:focus):not(:active),
input[type=checkbox].visually-hidden,
input[type=radio].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.header {
  align-items: center;
  justify-content: space-between;
  min-height: 26px;
  border-bottom: 1px solid #D7D7D7;
  background: #73A500 url('../img/header-bg.svg') no-repeat;
  background-size: contain;
  background-position: 100% 0%;
  color: #ffffff;
  padding:25px 25px 0 25px;
}

.header__signin {
  line-height: 0;
}
.header__title {
  margin-top: 36px;
  font-size: 31px;
  line-height: 33px;
  font-weight: 600;
  color: #000;
}

.header__text {
  font-size: 17px;
  line-height: 21px;
  color: #000;
}

.header__note {
  font-size: 19px;
  line-height: 23px;
  font-weight: 700;
}

.header__pic {
  border-radius: 20px;
  line-height: 0;
  overflow: hidden;
}

.header__pic img {
  width: 100%;
  height: auto;
}

.header__gif-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: auto;
  margin-top: 30px;
  padding-top: 22px;
  border-radius: 10px;
  overflow: hidden;
}

.header__gif-wrapper::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 23px;
  background: url('../img/gif-header.svg') no-repeat top center;
  background-size: cover;
}

.header__gif-wrapper img {
  margin: 0;
}

main {
  padding: 34px 15px 45px;
}
.access {
  margin-top: 40px;
  margin-bottom: 55px;
  border-radius: 30px;
  border:1px solid #F7F9FC;
  padding: 34px 19px 10px;
  box-shadow: 0 4px 30px 0 rgba(44, 48, 59, 0.1);
  color: #474D5E;
}

.access__title {
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: 600;
  color: #474D5E;
}

.access__title span {
  display: block;
  width: max-content;
  padding: 0 5px;
  background-color: #87B116;
  color: #ffffff;
  border-radius: 12px;
}

.access__desc {
  font-size: 14px;
  line-height: 1;
}

.access__desc {
  font-size: 14px;
  line-height: 1;
}

.access__form-agree {
  position: relative;
  margin-bottom: 32px;
}
.access__form-agree--label {
  display: flex;
  justify-content: flex-start;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  font-size: 14px;
}

.access__form-agree-input {
  position: relative;
  display: block;
  height: 21px;
  min-width: 21px;
  margin: 0;
  padding: 0;
  margin-right: 15px;
  background: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 149, 255, 0.33);
}
.access__form-agree-input::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: #87B116;
  border-radius: 5px;
  display: none;
}
input[type=checkbox]:checked + .access__form-agree-input {
  border: 0;
}
input[type=checkbox]:checked + .access__form-agree-input:before {
  display: block;
  background: #87B116 url("../img/check-input-blue.svg") no-repeat center;
  background-size: 60%;
}

.access__form-label {
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  margin-bottom: 13px;
  font-size: 12px;
}
.access__form-input {
  height: 49px;
  margin-top: 5px;
  padding-left: 20px;
  font-family: inherit;
  font-size: 16px;
  border: 1px solid #DBDBDB;
  border-radius: 10px;
}

.access__form-input:focus {
  border: 1px solid #000000;
  outline: none;
}

.access__form-button,
.crmresult__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 49px;
  margin: 20px auto;
  padding: 0;
  font-family: inherit;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  border: none;
  border-radius: 10px;
  color: #ffffff;
  background-color: #565656;
  cursor: no-drop;
}

.access__form-button--yellowgreen.active {
  background-color: #87B116;
  cursor: pointer;
}
.access__form-permission-text {
  font-size: 12px;
  line-height: 1.3;
}

.programm__title {
  margin: 0;
  font-size: 23px;
  font-weight: 700;
  color: #2D3039;
}
.programm__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 10px;
}
.programm__block-month,
.programm__block-diplom,
.programm__block-hour,
.programm__block-unit,
.programm__block-courses {
  font-size: 12px;
  line-height: 1.1;
  color:#FFFFFF;
  border-radius: 30px;
  margin-right: 7px;
  margin-bottom: 9px;
  position: relative;
  padding:0px 11px;
  display: flex;
  height: 20px;
  align-items: center;
}
.programm__block-unit {
  background-color: #FF8A0D;
  padding-left:21px;
}
.programm__block-unit:before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 11px;
    height:11px;
    background: url('../img/icon-bell.svg') no-repeat top center;
    vertical-align: middle;
    left:7px;
}
.programm__block-hour {
  background-color: #A49EF9;
  padding-left:22px;
}
.programm__block-hour:before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 11px;
  height:12px;
  background: url('../img/icon-clock.svg') no-repeat left bottom;
  vertical-align: middle;
  left:7px;
}
.programm__block-month {
  background-color: #AECF36;
  padding-left:25px;
}
.programm__block-month:before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 13px;
  height:13px;
  background: url('../img/icon-calendar.svg') no-repeat left bottom;
  vertical-align: middle;
  left:7px;
}
.programm__block-diplom {
  background-color: #f1361d;
  padding-left:26px;
}
.programm__block-diplom:before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 15px;
  height:15px;
  background: url('../img/icon-cup.svg') no-repeat left bottom;
  vertical-align: middle;
  left:7px;
}
.programm__block-courses {
  background-color: #FF8A0D;
  padding-left: 26px;
}
.programm__block-courses:before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 15px;
  height:15px;
  background: url('../img/icon-courses.svg') no-repeat left bottom;
  vertical-align: middle;
  left:7px;
}

.programm__list {
  list-style: none;
  margin: 15px auto;
  position: relative;
}
.programm__list-li {
  padding-bottom: 18px;
  margin-bottom: 4px;
  border-left: 1px solid #ADB3C2;
  position: relative;
  padding-left:20px;
}
.programm__list-li::before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 14px;
  height:18px;
  background:#FFFFFF url('../img/icon-li-grey.svg') no-repeat center center;
  border-bottom:4px solid #FFFFFF;
  top:0;
  left:-7px;
}
.programm__list-li--alert {
  margin-bottom: 0;
  border-left:none;
  width: calc(100% - 60px);
}
.programm__list-li--alert::before {
  background: url('../img/icon-li-grey-alert.svg') no-repeat center center;
}
/* .programm__list-li--alert::after {
  position: absolute;
  content: '';
  width: 50px;
  height:50px;
  background: url('../img/icon-bonus.svg') no-repeat left bottom;
  right:-50px;
  top:-10px;
} */

.programm__note {
  position: relative;
  margin: 0;
  margin-top: 20px;
  padding-left: 60px;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
}

.programm__note::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 55px;
  height: 55px;
  background: url('../img/icon-attention.svg') no-repeat top center;
  background-size: contain;
}

.programm__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 46px;
  margin: 20px auto 0;
  padding: 0;
  font-family: inherit;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  border: none;
  border-radius: 3px;
  background-color: #87B116;
  color:#fff;
}

.crmresult {
  position: relative;
  padding-top: 80px;
  display: none;
}
.crmresult::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  height: 56px;
  background: url("../img/icon-form_checked.svg");
  background-size: contain;
}

.crmresult__btn {
  cursor: pointer;
  background-color: #87B116;
}

.info__btn-return {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 50px;
  padding: 10px 5px;
  font-family: inherit;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background-color: #FE6818;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.2s;
}
.info__btn-return--bg-blue {
  background-color: #0278FF;
}

/*  */
.get-promo {
  position: relative;
  width: auto;
  padding-left: 34px;
  margin: 20px 0 0 0;
  font-size: 12px;
}

.get-promo__label {
  display: flex;
  justify-content: space-between;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}

.get-promo__input {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  min-height: 24px;
  min-width: 24px;
  border: 1px solid rgba(219, 219, 219, 1);
  border-radius: 3px;
}

.get-promo__input::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: #E21818;
  border-radius: 3px;
  display: none;
}

input[type=checkbox]:checked + .get-promo__input {
  border: 0;
}

input[type=checkbox]:checked + .get-promo__input:before {
  display: block;
  background: url("../img/icon-check-white.svg") no-repeat center;
}

input[type=checkbox]:checked + .get-promo__input--yellowgreen:before {
  display: block;
  background-color: #87B116;
}

/*  */
.form__permission {
  margin-top: 15px;
}

.permission {
  width: 95%;
  position: relative;
  padding-left: 34px;
  font-size: 12px;
  line-height: 0;
  color: #474D5E;
  user-select: none;
}

.permission__label {
  cursor: pointer;
  line-height: 1.4;
}

.permission__rules {
  display: inline;
  color: white;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  color: #474D5E;
}

.permission__checkmark {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  min-width: 24px;
  min-height: 24px;
  margin-right: 15px;
  border: 1px solid rgba(219, 219, 219, 1);
  border-radius: 3px;
}

.permission__checkmark::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 3px;
  display: none;
}

input[type=checkbox]:checked + .permission__checkmark {
  border: 0;
}

input[type=checkbox]:checked + .permission__checkmark--yellowgreen:before {
  display: block;
  background: #87B116 url("../img/icon-check-white.svg") no-repeat center;
  background-size: 50%;
  box-shadow: 0 0 10px 0 rgba(173, 138, 230, 0.33);
}
